Some documentation for signing of packages
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
e1b3f35f
GM
12014-06-05 Glenn Morris <rgm@gnu.org>
2
3 * package.texi (Package Archives): Mention signing packages.
4
e38a5ebe
GM
52014-05-27 Glenn Morris <rgm@gnu.org>
6
e9e341bb
GM
7 * text.texi (Buffer Contents):
8 Update for filter-buffer-substring changes.
9
e38a5ebe
GM
10 * abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes.
11 * functions.texi (Advising Functions): Standardize menu case.
12
1e046d37
EZ
132014-05-17 Eli Zaretskii <eliz@gnu.org>
14
15 * display.texi (Invisible Text): Clarify the description of
16 line-move-ignore-invisible. (Bug#17511)
17
76377e46
PE
182014-05-07 Paul Eggert <eggert@cs.ucla.edu>
19
20 * internals.texi (C Dialect): New section.
21 (C Integer Types): Mention bool_bf.
22
2785da24
SM
232014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * processes.texi (Filter Functions, Sentinels): Advertise add-function.
26
402a211f
EZ
272014-04-24 Eli Zaretskii <eliz@gnu.org>
28
2785da24
SM
29 * strings.texi (Text Comparison): Mention equal-including-properties
30 for when text properties of the strings matter for comparison.
402a211f 31
f982b371
EZ
322014-04-21 Eli Zaretskii <eliz@gnu.org>
33
34 * text.texi (Registers): Document register-read-with-preview.
35
36 * internals.texi (Building Emacs): Improve indexing.
37
4f5fa755
SM
382014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * display.texi (Overlay Properties): Reword the doc of `priority'.
41 (Finding Overlays): Document new arg of `overlays-at'.
42
50ea0f87
GM
432014-04-05 Glenn Morris <rgm@gnu.org>
44
45 * os.texi (Recording Input): Dribble files may contain passwords.
46
03607929
GM
472014-04-04 Glenn Morris <rgm@gnu.org>
48
49 * backups.texi (Making Backups, Reverting):
50 Update for default values of some -function vars no longer being nil.
8a1d24b1
GM
51 (Reverting): Update for buffer-stale-function
52 also applying to file-buffers.
03607929 53
75b7e407
EZ
542014-03-25 Eli Zaretskii <eliz@gnu.org>
55
56 * files.texi (Kinds of Files): Improve documentation of
57 file-symlink-p. (Bug#17073) Add cross-references.
58
37ea8275
BR
592014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
60
61 * markers.texi (Moving Marker Positions): The 2014-03-02 doc
62 change mentioning undo's inability to handle relocated markers no
63 longer applies. See bug#16818.
64 * text.texi (Undo): Expand documentation of (TEXT . POS) and
65 (MARKER . ADJUSTMENT) undo elements.
66
eb6f0d56
GM
672014-03-22 Glenn Morris <rgm@gnu.org>
68
69 * commands.texi (Defining Commands): List interactive-only values.
70
45681788
EZ
712014-03-22 Eli Zaretskii <eliz@gnu.org>
72
73 * functions.texi (Core Advising Primitives): Fix cross-reference
74 in last change.
75
0c0ec041
SM
762014-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
77
78 * functions.texi (Advising Functions): Explain a bit more how
79 arguments work.
80 (Advice combinators): New node.
81 (Core Advising Primitives): Use it. Expand description of "depth".
82 (Advising Named Functions): Document limitation of advices on macros.
83
21e18b30
MR
842014-03-21 Martin Rudalics <rudalics@gmx.at>
85
86 * frames.texi (Size and Position): In `frame-resize-pixelwise'
87 description drop remark about frame maximization.
88 * windows.texi (Display Action Functions): Add description for
89 `display-buffer-no-window' and explain use of `allow-no-window'
90 alist entries.
91
9ee59bca
GM
922014-03-21 Glenn Morris <rgm@gnu.org>
93
94 * commands.texi (Defining Commands): Copyedit re `interactive-only'.
95
a2326811
PE
962014-03-20 Paul Eggert <eggert@cs.ucla.edu>
97
98 * internals.texi (C Integer Types): Prefer 'false' and 'true'
99 to '0' and '1' for booleans.
100
37ca9077
PE
1012014-03-19 Paul Eggert <eggert@cs.ucla.edu>
102
c7dff2f6
PE
103 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
104 Remove now-obsolete hypothetical note about negative division,
105 as the C standard has changed.
106
37ca9077
PE
107 Fix porting inconsistency about rounding to even.
108 * numbers.texi (Numeric Conversions, Rounding Operations):
109 Document that 'round' and 'fround' round to even.
110
6b88e570
JB
1112014-03-18 Juanma Barranquero <lekktu@gmail.com>
112
113 * customize.texi (Variable Definitions): Recommend avoiding
114 destructive modification of the value argument of :set (bug#16755).
115
5fb6db0d
SM
1162014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * modes.texi (Auto-Indentation): Mention electric-indent variables.
119
28a51720
JB
1202014-03-18 Juanma Barranquero <lekktu@gmail.com>
121
122 * functions.texi (Advising Named Functions): Fix reference.
123
1917cf46
PE
1242014-03-18 Paul Eggert <eggert@cs.ucla.edu>
125
126 Improve documentation for integer and floating-point basics.
127 * numbers.texi (Numbers, Integer Basics, Float Basics):
128 Document the basics a bit more precisely. Say more clearly
129 that Emacs floating-point numbers are IEEE doubles on all
130 current platforms. Give more details about frexp.
131 Say more clearly that '1.' is an integer.
132 (Predicates on Numbers): Fix wholenump typo.
133 * objects.texi (Integer Type): Adjust to match numbers.texi.
134
53e84c5f 1352014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6c187ef5
SM
136
137 * functions.texi (Advising Functions): Try and improve the text.
138 Add example use of advice-add (bug#16959).
139 (Core Advising Primitives): Rename. Explain handling of interactive
140 specs, including advice-eval-interactive-spec.
141 (Advising Named Functions): Try and better explain the difference with
142 add-function.
143 (Porting old advices): New node.
144
09b73f08
PE
1452014-03-18 Paul Eggert <eggert@cs.ucla.edu>
146
147 Style fixes for floating-point doc.
148 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
149 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
150 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
151 * processes.texi, streams.texi, strings.texi, text.texi:
152 * variables.texi, windows.texi:
153 Hyphenate "floating-point" iff it precedes a noun.
154 Reword to avoid nouns and hyphenation when that's easy.
155 Prefer "integer" to "integer number" and "is floating point"
156 to "is a floating point number".
157 Prefer "@minus{}" to "-" when it's a minus.
158
b92631bf
MR
1592014-03-16 Martin Rudalics <rudalics@gmx.at>
160
161 * display.texi (Temporary Displays): Rewrite descriptions of
162 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
6c187ef5 163 * help.texi (Help Functions): Rewrite description of `with-help-window'.
b92631bf 164
480d4f57
DG
1652014-03-15 Dmitry Gutov <dgutov@yandex.ru>
166
167 * display.texi (Blinking): Update WRT to the new
168 `blink-matchin-paren' behavior.
169
cfd5e825
MR
1702014-03-14 Martin Rudalics <rudalics@gmx.at>
171
172 * display.texi (Temporary Displays): Say that
b92631bf 173 `with-temp-buffer-window' makes its buffer current.
cfd5e825
MR
174 * frames.texi (Size and Position): Describe new option
175 `frame-resize-pixelwise'. Rewrite descriptions of
176 `set-frame-size', `set-frame-height' and `set-frame-width'.
177
7e940b65
MR
1782014-03-09 Martin Rudalics <rudalics@gmx.at>
179
6c187ef5 180 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
7e940b65
MR
181 * text.texi (Primitive Indent):
182 * strings.texi (String Basics):
6c187ef5 183 * sequences.texi (Sequence Functions): Update references accordingly.
7e940b65
MR
184 * display.texi (Size of Displayed Text): Rename section from
185 "Width". Add description for `window-text-pixel-size'.
186 (Window Dividers): Reword description of window dividers.
187 * frames.texi (Layout Parameters): Improve description of window
188 divider parameters.
189 * windows.texi (Window Sizes): Add descriptions of
190 `window-mode-line-height' and `window-header-line-height'.
191 (Coordinates and Windows): Mention window dividers.
192
f2c5082b
MR
1932014-03-07 Martin Rudalics <rudalics@gmx.at>
194
2c6053e8
MR
195 * buffers.texi (The Buffer List): Rename node to Buffer List.
196 Describe `buffer-list-update-hook'.
197 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
198 Add node for Window Dividers.
199 * hooks.texi (Standard Hooks): Add reference to
200 `buffer-list-update-hook'.
f2c5082b
MR
201 * windows.texi (Window Sizes): Describe `window-min-size'.
202 (Splitting Windows): Update description of `split-window'.
2c6053e8 203 (Selecting Windows): Update description of `select-window'.
f2c5082b 204
cac0a1d6
MR
2052014-03-06 Martin Rudalics <rudalics@gmx.at>
206
207 * frames.texi (Size and Position): Rewrite entries for
6c187ef5
SM
208 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
209 Add description for `fit-frame-to-buffer-sizes'.
cac0a1d6
MR
210 * windows.texi (Resizing Windows): Add descriptions for
211 pixelwise resizing. Add entries for `window-resize-pixelwise'
6c187ef5
SM
212 and `fit-window-to-buffer-horizontally'.
213 Rewrite `fit-window-to-buffer' entry.
cac0a1d6 214
7c45220b
XF
2152014-03-06 Xue Fuqiao <xfq@gnu.org>
216
217 * internals.texi (Window Internals): Remove field `region_showing'.
218
222426f6
GM
2192014-03-06 Glenn Morris <rgm@gnu.org>
220
221 * searching.texi (Replacing Match):
222 Remove incorrect, uninteresting return value. (Bug#16942)
223
e1a2cb1c
MR
2242014-03-05 Martin Rudalics <rudalics@gmx.at>
225
226 * display.texi (Window Dividers): New section.
227 * frames.texi (Layout Parameters): Add right-divider-width and
228 bottom-divider-width.
229 * windows.texi (Window Sizes): Redraw schematic and rewrite its
230 description. Rewrite descriptions of `window-total-height',
231 `window-total-width', `window-total-size', `window-body-height',
232 `window-body-width' and `window-size-fixed'. Add descriptions
233 for `window-pixel-height', `window-pixel-width',
234 `window-min-height' and `window-min-width'. Remove description
235 of `window-size-fixed-p' moving part of it to that of
236 `window-size-fixed'.
6c187ef5 237 (Resizing Windows): Mention dividers when talking about minimum sizes.
e1a2cb1c 238
47b73b35
GM
2392014-03-05 Glenn Morris <rgm@gnu.org>
240
241 * modes.texi (SMIE Customization): New section.
242 * elisp.texi (Top): Update detailed menu.
243
87132570
MR
2442014-03-04 Martin Rudalics <rudalics@gmx.at>
245
246 * windows.texi (Windows and Frames): Add some missing &optional
247 designators. Adjust description of window-in-direction.
248
35e951cd 2492014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
62d81bd7
BR
250
251 * markers.texi (Moving Marker Positions): Clarify guidance about
252 when to move markers and when to create a new one, as discussed at
253 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
254
d2b94b15
GM
2552014-03-02 Glenn Morris <rgm@gnu.org>
256
257 * text.texi (Decompression): New node.
258 * elisp.texi (Top): Update detailed menu.
259
3a6e15dd
GM
2602014-03-01 Glenn Morris <rgm@gnu.org>
261
262 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
263
0fcfa974
XF
2642014-02-28 Xue Fuqiao <xfq@gnu.org>
265
35e951cd
JB
266 * functions.texi (Advising Functions, Advising Named Functions):
267 Tweak markup.
65fa1016 268
ecc384ac
XF
269 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
270
0fcfa974 271 * elisp.texi (Top):
35e951cd
JB
272 * commands.texi (Generic Commands, Defining Commands):
273 Document `define-alternatives'.
0fcfa974 274
8603bdb3
XF
2752014-02-27 Xue Fuqiao <xfq@gnu.org>
276
eed1c399
XF
277 * windows.texi (Window Sizes): Document `window-size'.
278 (Display Action Functions): Document `display-buffer-at-bottom'.
279 (Window Configurations): Minor fixes.
280
281 * modes.texi (Header Lines): Document `window-header-line-height'.
282
283 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
284
de37b1f4
XF
285 * windows.texi (Window Sizes, Resizing Windows): Document some
286 pixelwise window operations.
287
6be76608
XF
288 * text.texi (Margins): Fix the description of RET and `C-j'.
289
8603bdb3
XF
290 * frames.texi (Multiple Terminals): Document
291 `display-monitor-attributes-list' and `display-monitor-attributes'.
292 (Display Feature Testing): Add some notes about multi-monitor.
293
ea7826ba
GM
2942014-02-27 Glenn Morris <rgm@gnu.org>
295
296 * minibuf.texi (Programmed Completion):
297 Mention completion-table-with-cache.
298
98bd6b32
GM
2992014-02-25 Glenn Morris <rgm@gnu.org>
300
301 * display.texi (Window Systems):
302 Replace term-setup-hook with emacs-startup-hook.
303 * hooks.texi (Standard Hooks):
304 Replace term-setup-hook with tty-setup-hook.
305 * os.texi (Startup Summary, Init File, Terminal-Specific):
306 Replace term-setup-hook with tty-setup-hook, and update.
307
add6de1c
SM
3082014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
309
53e84c5f
JB
310 * functions.texi (Declare Form): Document gv-expander, gv-setter,
311 and compiler-macro (bug#16829, bug#15093).
add6de1c 312
37febf53
JB
3132014-02-21 Juanma Barranquero <lekktu@gmail.com>
314
315 * windows.texi (Window Configurations): Doc fix.
316 (Windows and Frames): Fix typo.
317
458e643b
GM
3182014-02-21 Glenn Morris <rgm@gnu.org>
319
320 * internals.texi (Process Internals):
5fcd01e5
GM
321 * processes.texi (Subprocess Creation, Deleting Processes)
322 (Output from Processes, Process Buffers, Filter Functions)
323 (Accepting Output, Sentinels, Network, Network Servers):
458e643b
GM
324 Filters and sentinels can no longer be nil.
325 * elisp.texi (Top): Menu update.
326
189e7007
GM
3272014-02-20 Glenn Morris <rgm@gnu.org>
328
329 * functions.texi (Defining Functions): Mention defalias-fset-function.
330
add6de1c
SM
3312014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * minibuf.texi (Completion Commands): Don't document obsolete
334 `common-substring' arg of display-completion-list.
335
2836affa
GM
3362014-02-17 Glenn Morris <rgm@gnu.org>
337
338 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
339 Mention read-regexp-defaults-function.
340
47a73eb0
GM
3412014-02-13 Glenn Morris <rgm@gnu.org>
342
343 * debugging.texi (Debugger Commands): Tiny edits.
344
fa792979
GM
3452014-02-12 Glenn Morris <rgm@gnu.org>
346
347 * package.texi (Simple Packages): Describe URL and Keywords headers.
348
63d93efd
LI
3492014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
350
add6de1c
SM
351 * text.texi (User-Level Deletion):
352 Document `delete-trailing-whitespace' (bug#15309).
63d93efd 353
d6d5fdf8
LI
3542014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
355
438241f5
LI
356 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
357
981c3e4f
LI
358 * display.texi (Blinking): Clarify doc string in example (bug#10658).
359
d6d5fdf8
LI
360 * commands.texi (Accessing Mouse): Mention that these function
361 also work on keyboard events (bug#14228).
28d51810 362 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
d6d5fdf8 363
fff711ee
LI
3642014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
365
241781b6
LI
366 * display.texi (Face Attributes): Add an index (bug#14924).
367
fff711ee
LI
368 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
369
314ffdb1
GM
3702014-02-06 Glenn Morris <rgm@gnu.org>
371
372 * display.texi (Truncation):
373 * positions.texi (Screen Lines): Do not mention cache-long-scans.
374
bd21bf41
JL
3752014-01-31 Juri Linkov <juri@jurta.org>
376
377 * searching.texi (String Search): Incremental word search fixes.
378
e3bd7eed
GM
3792014-01-28 Glenn Morris <rgm@gnu.org>
380
381 * text.texi (Indent Tabs): Update related to tab-stops.
382
0db19d38
GM
3832014-01-24 Glenn Morris <rgm@gnu.org>
384
1e548e40
GM
385 * control.texi (Handling Errors): Update with-demoted-errors.
386
0db19d38
GM
387 * files.texi (File Locks): Every platform supports locking now.
388
7b997b14
GM
3892014-01-22 Glenn Morris <rgm@gnu.org>
390
391 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
392
64295f83
GM
3932014-01-20 Glenn Morris <rgm@gnu.org>
394
395 * hash.texi (Other Hash): Do not mention subr-x.el functions;
396 reverts 2013-12-22 change.
397
122ff675
SM
3982014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * functions.texi (Advising Functions): New section.
401 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
402 run-hook-wrapped any more.
403 (Hooks): Link to the new Advising Functions node.
404 * elisp.texi (Top): Don't include advice.texi.
405 * advice.texi: Remove.
406 * makefile.w32-in (srcs):
407 * Makefile.in (srcs): Adjust accordingly.
408
fa49b469
RS
4092014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
410
9fb07a9e
RS
411 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
412
fa49b469
RS
413 * strings.texi (Text Comparison): Document `string-suffix-p'.
414
d831c9b8
GM
4152014-01-07 Glenn Morris <rgm@gnu.org>
416
417 * files.texi (File Attributes): Fix superscipt typo.
418
de7ce2d1
CY
4192014-01-07 Chong Yidong <cyd@gnu.org>
420
421 * files.texi (Changing Files): Document copy-file changes.
422
809d2ce4
GM
4232014-01-07 Glenn Morris <rgm@gnu.org>
424
425 * display.texi (Logging Messages): Copyedits re messages-buffer.
426
c6ab4664
PE
4272014-01-06 Paul Eggert <eggert@cs.ucla.edu>
428
429 Specify .texi encoding (Bug#16292).
430 * back.texi, book-spine.texi, lay-flat.texi:
431 Add @documentencoding.
432
81c7d631
CY
4332014-01-05 Chong Yidong <cyd@gnu.org>
434
435 * backups.texi (Making Backups): Document backup-buffer change.
436
437 * files.texi (Visiting Files): Copyedits.
438 (Testing Accessibility): Mention ACLs. Move file-modes here from
439 File Attributes.
440 (Truenames): Move file-equal-p here from Kinds of Files.
441 (File Attributes): Move file-newer-than-file-p here from Testing
442 Accessibility.
443 (Extended Attributes): New node. Add file-extended-attributes.
444 (Changing Files): Document set-file-extended-attributes.
445
446 * commands.texi (Defining Commands): Document the interactive-form
447 property more carefully. Document interactive-only.
448
449 * compile.texi (Compiler Errors): Copyedits. Note that the
450 details for byte-compile-warnings are in its docstring.
451
452 * minibuf.texi (Minibuffer Contents): Remove obsolete function
453 minibuffer-completion-contents.
454
455 * variables.texi (Defining Variables): Note that defvar acts
456 always on the dynamic value.
457
458 * customize.texi (Variable Definitions): Likewise.
459
7c2127d0
PE
4602014-01-05 Paul Eggert <eggert@cs.ucla.edu>
461
5a0f4e90
PE
462 Document vconcat and the empty vector (Bug#16246).
463 * sequences.texi (Vector Functions):
464 Document behavior better when the result is empty.
465
7c2127d0
PE
466 Document behavior of (string-to-number "+@") (Bug#16293).
467 * strings.texi (String Conversion): Document behavior of
468 string-to-number on invalid strings that begin with "+", too.
469
d6d78511
CY
4702014-01-03 Chong Yidong <cyd@gnu.org>
471
472 * help.texi (Documentation, Accessing Documentation): Copyedits.
473 (Documentation Basics): Rewrite, avoiding a repeat discussion of
474 docstring conventions.
475
476 * tips.texi (Documentation Tips): Move discussion of
477 emacs-lisp-docstring-fill-column here from Documentation Basics.
478
479 * compile.texi (Docs and Compilation): Copyedits.
480
33f846fb
GM
4812014-01-02 Glenn Morris <rgm@gnu.org>
482
483 * numbers.texi (Numeric Conversions): Fix a typo.
484
a560b856
PE
4852013-12-29 Paul Eggert <eggert@cs.ucla.edu>
486
487 Plain copy-file no longer chmods an existing destination (Bug#16133).
488 * files.texi (Changing Files): Document this.
489
4364185f
CY
4902013-12-28 Chong Yidong <cyd@gnu.org>
491
6c187ef5 492 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
4364185f
CY
493
494 * buffers.texi (Modification Time): Document visited-file-modtime
495 change.
496
c04d52fb
GM
4972013-12-28 Glenn Morris <rgm@gnu.org>
498
499 * control.texi (Pattern matching case statement): Brevity.
500
0f1d2934
CY
5012013-12-27 Chong Yidong <cyd@gnu.org>
502
503 * functions.texi (Function Cells):
504 * eval.texi (Function Indirection): Update for the fact that
505 symbol-function no longer signals an error.
506
507 * commands.texi (Reading One Event): Mention keyboard coding.
508
509 * keymaps.texi (Translation Keymaps, Translation Keymaps):
510 * nonascii.texi (Terminal I/O Encoding): Copyedits.
511
2200a8c9
CY
5122013-12-26 Chong Yidong <cyd@gnu.org>
513
514 * advice.texi (Advising Functions, Defining Advice): Special forms
515 can no longer be advised.
516
c9352587
CY
5172013-12-25 Chong Yidong <cyd@gnu.org>
518
519 * keymaps.texi (Active Keymaps): Re-organize the text.
520 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
521 (Controlling Active Maps): Note that set-transient-map uses
522 overriding-terminal-local-map.
523
524 * tips.texi (Coding Conventions): Tweak the coding system tip;
525 Emacs now uses utf-8 by default for Emacs Lisp source files.
526
527 * display.texi (Font Selection): Tweak example.
528
6c187ef5 529 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
c9352587
CY
530
531 * nonascii.texi (Specifying Coding Systems): Don't refer to
532 emacs-mule-dos.
533 (Lisp and Coding Systems): Describe emacs-mule return value in
534 modern terms.
535
ff1c842a
TH
5362013-12-25 Tassilo Horn <tsdh@gnu.org>
537
538 * control.texi (Pattern matching case statement): Rephrase lexical
539 binding requirement: the example needs it, not `pcase' itself.
540
362397ed
CY
5412013-12-25 Chong Yidong <cyd@gnu.org>
542
543 * eval.texi (Eval): Document the LEXICAL arg to eval.
544
545 * variables.texi (Variables, Void Variables): Use "scoping rule"
546 terminology consistently.
547 (Variable Scoping): Add index entries, and use "dynamic scope"
548 terminology in place of "indefinite scope" to reduce confusion.
549 (Lexical Binding): Document lexical environment format.
550 (Using Lexical Binding): Add index entries for error messages.
551
a9560047
TH
5522013-12-24 Tassilo Horn <tsdh@gnu.org>
553
554 * control.texi (Pattern matching case statement): Fix missing
add6de1c
SM
555 argument in simple expression language sample (Bug#16238).
556 Add some sample programs written in that language. Mention that
a9560047
TH
557 `pcase' requires lexical binding.
558
46291d11
XF
5592013-12-23 Xue Fuqiao <xfq.free@gmail.com>
560
2d778742
XF
561 * eval.texi (Special Forms): Document `special-form-p'.
562
563 * macros.texi (Simple Macro): Document `macrop'.
564
882b0b86
XF
565 * files.texi (Changing Files): Fix an argument of `copy-file'.
566
46291d11
XF
567 * strings.texi (Creating Strings): Document TRIM in `split-string'.
568
8cd22a08
CY
5692013-12-23 Chong Yidong <cyd@gnu.org>
570
add6de1c
SM
571 * keymaps.texi (Controlling Active Maps):
572 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
8cd22a08
CY
573 (Searching Keymaps): The transient keymap takes precedence.
574
aec3bf9f
GM
5752013-12-23 Glenn Morris <rgm@gnu.org>
576
577 * loading.texi (How Programs Do Loading, Load Suffixes):
578 Mention `load-prefer-newer'.
579
bb962da2
XF
5802013-12-22 Xue Fuqiao <xfq.free@gmail.com>
581
aec3bf9f
GM
582 * hash.texi (Other Hash): Document `hash-table-keys'
583 and `hash-table-values'.
bb962da2 584
77e5bcc5
EZ
5852013-12-22 Eli Zaretskii <eliz@gnu.org>
586
587 * nonascii.texi (Character Properties): NAME or OLD-NAME
588 properties can be nil (there's no empty string).
a9877c32 589 (Character Properties): Update the reference to the UCD.
77e5bcc5 590
c9832cd8
XF
5912013-12-22 Xue Fuqiao <xfq.free@gmail.com>
592
77e5bcc5
EZ
593 * sequences.texi (Bool-Vectors): Document new bool-vector set
594 operation functions.
8fc36a68 595
05e8f1ae
XF
596 * text.texi (Examining Properties): Document `get-pos-property'.
597
aec3bf9f
GM
598 * variables.texi (Directory Local Variables):
599 Document `enable-dir-local-variables'.
b345c561 600
aec3bf9f
GM
601 * debugging.texi (Debugger Commands):
602 Document `debugger-toggle-locals'.
c9832cd8 603
77221051
CY
6042013-12-21 Chong Yidong <cyd@gnu.org>
605
606 * text.texi (Region Indent): Note the new interactive behavior of
607 indent-rigidly.
608
dfff9284
TH
6092013-12-20 Tassilo Horn <tsdh@gnu.org>
610
3fbba716
TH
611 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
612 one or many arguments.
613
6f1de4d1
TH
614 * display.texi: Document `messages-buffer'.
615
dfff9284
TH
616 * os.texi: Document `initial-buffer-choice' changes.
617
f5df4ceb
CY
6182013-12-20 Chong Yidong <cyd@gnu.org>
619
620 * text.texi (Changing Properties): Improve documentation for
621 add-face-text-property.
622 (Special Properties): Mention add-face-text-property.
623
fb891cc8
CY
6242013-12-18 Chong Yidong <cyd@gnu.org>
625
18874304
CY
626 * customize.texi (Custom Themes): Document custom-known-themes
627 (Bug#15717).
628
fb891cc8
CY
629 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
630 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
631
06a4f110
GM
6322013-12-13 Glenn Morris <rgm@gnu.org>
633
634 * internals.texi (Building Emacs):
635 * loading.texi (Library Search): Mention that site-load,
636 site-init cannot change load-path.
637
b55e11bf
GM
6382013-12-12 Glenn Morris <rgm@gnu.org>
639
640 * elisp.texi: Tweak dircategory.
641
01633a17
EZ
6422013-12-12 Eli Zaretskii <eliz@gnu.org>
643
644 * nonascii.texi (Encoding and I/O): Document file-name encoding
645 peculiarities on MS-Windows.
646
f9405d87
GM
6472013-12-12 Glenn Morris <rgm@gnu.org>
648
649 * elisp.texi: Sync direntry with info/dir version.
650
36291308
JB
6512013-12-08 Juanma Barranquero <lekktu@gmail.com>
652
653 * display.texi (Progress, Face Remapping):
654 * processes.texi (Serial Ports):
655 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
656
c085e5b9
JL
6572013-12-04 Juri Linkov <juri@jurta.org>
658
659 * searching.texi (Search and Replace): Fix `unread-command-events'
660 and add ref.
661
9139632a
JL
6622013-12-03 Juri Linkov <juri@jurta.org>
663
664 * windows.texi (Choosing Window): Rename `no-display-ok' to
665 `allow-no-window'. (Bug#13594)
666
26e4aa7d
GM
6672013-11-30 Glenn Morris <rgm@gnu.org>
668
669 * Makefile.in (distclean): Remove Makefile.
670
c8f0efc2
AP
6712013-11-29 Andreas Politz <politza@fh-trier.de>
672
673 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
674 (Bug#14029).
675
cb6c95a3
GM
6762013-11-27 Glenn Morris <rgm@gnu.org>
677
678 * loading.texi (Library Search):
679 * os.texi (Startup Summary): No more leim directory.
680
d6686055
GM
6812013-11-26 Glenn Morris <rgm@gnu.org>
682
683 * os.texi (Startup Summary): Update for leim-list being preloaded.
684
f6083c67
BJ
6852013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
686
687 * frames.texi (Input Focus):
688 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
689
17e0445b
GM
6902013-11-23 Glenn Morris <rgm@gnu.org>
691
692 * loading.texi (Library Search):
693 Empty elements in EMACSLOADPATH now mean the default load-path.
694
88fa559d
GM
6952013-11-22 Glenn Morris <rgm@gnu.org>
696
697 * loading.texi (Library Search): Minor clarification.
698
f0cfa5fe
LL
6992013-11-20 Leo Liu <sdl.web@gmail.com>
700
701 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
702
a6e3a5d5
XF
7032013-11-19 Xue Fuqiao <xfq.free@gmail.com>
704
705 * os.texi (File Notifications): Add an index.
706
707 * loading.texi (Loading): Add an cross-reference.
708
4ae3802f
XF
7092013-11-18 Xue Fuqiao <xfq.free@gmail.com>
710
711 * os.texi (Session Management, Desktop Notifications): Add some
712 indexes and a cross-reference.
713
de586f99
XF
7142013-11-17 Xue Fuqiao <xfq.free@gmail.com>
715
35e951cd
JB
716 * os.texi (Time Parsing, Processor Run Time, Input Modes)
717 (Terminal Output): Minor fixes.
de586f99 718
90794abb
GM
7192013-11-14 Glenn Morris <rgm@gnu.org>
720
721 * loading.texi (Library Search): Update section.
722
7d3bb569
XF
7232013-11-11 Xue Fuqiao <xfq.free@gmail.com>
724
725 * os.texi (User Identification, Time of Day, Time Conversion):
726 Minor fixes.
727
fb193bb4
JD
7282013-11-10 Jan Djärv <jan.h.d@swipnet.se>
729
730 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
731
be9d2b46
XF
7322013-11-09 Xue Fuqiao <xfq.free@gmail.com>
733
734 * os.texi (Startup Summary): Add an index about startup screen.
6e466459 735 Typo fix.
d612ddbb 736 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
be9d2b46 737
8acb09ca
EZ
7382013-11-08 Eli Zaretskii <eliz@gnu.org>
739
740 * display.texi (Truncation): Document that cache-long-scans is now
741 non-nil by default. (Bug#15797)
742
c67c5132
EZ
7432013-11-05 Eli Zaretskii <eliz@gnu.org>
744
745 * lists.texi (Rearrangement): Fix indexing.
746
747 * display.texi (Bidirectional Display): Fix indexing.
748
29aa2b71
XF
7492013-11-05 Xue Fuqiao <xfq.free@gmail.com>
750
5e21526f
XF
751 * lists.texi (Rearrangement): Improve indexing.
752
29aa2b71 753 * display.texi (Glyphs): Add an index for glyph code.
5e21526f 754 (Bidirectional Display): Improve indexing.
29aa2b71 755
3c334c14
JD
7562013-11-01 Jan Djärv <jan.h.d@swipnet.se>
757
758 * display.texi (Face Attributes): Document :distant-foreground.
759
bc5184ab
XF
7602013-10-30 Xue Fuqiao <xfq.free@gmail.com>
761
762 * display.texi (Abstract Display): Improve indexing.
763
23af34b0
SM
7642013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
765
766 * display.texi (Selective Display): Discourage the use of explicit
767 selective display.
768
81cf3b07
XF
7692013-10-29 Xue Fuqiao <xfq.free@gmail.com>
770
027d950f
XF
771 * display.texi (Showing Images): Add an index for image-size.
772 Use @code instead of @var for a normal variable.
142207c0 773 (Multi-Frame Images): Improve indexing.
6c187ef5
SM
774 (Button Buffer Commands): Use @code instead of @var for a normal
775 variable.
e54711f3 776 (Abstract Display): Explain the meaning of Ewoc.
81cf3b07 777
3c640e29
XF
7782013-10-27 Xue Fuqiao <xfq.free@gmail.com>
779
44e0cfaf 780 * display.texi (Image Descriptors): Improve indexing.
3c640e29 781
7db9c31e
XF
7822013-10-26 Xue Fuqiao <xfq.free@gmail.com>
783
784 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
918a7ad4 785 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
7db9c31e 786
619a46f8
XF
7872013-10-25 Xue Fuqiao <xfq.free@gmail.com>
788
789 * display.texi (Fontsets): Minor wording fix.
3e1300f7
XF
790 (Low-Level Font): Improve indexing.
791
792 * nonascii.texi (Character Properties): Add an index for script symbols.
619a46f8 793
578ef6b9
XF
7942013-10-24 Xue Fuqiao <xfq.free@gmail.com>
795
796 * display.texi (Face Remapping): Add indexes for face remapping.
4fa11a36 797 (Font Selection): Add indexes.
8b78f36c 798 (Low-Level Font): Add an index for font registry.
578ef6b9 799
48f73cfb
GM
8002013-10-23 Glenn Morris <rgm@gnu.org>
801
76f1a3c3
GM
802 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
803 Nuke @refill.
804
48f73cfb
GM
805 * Makefile.in (install-dvi, install-html, install-pdf)
806 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
807 (uninstall-pdf): Quote entities that might contain whitespace.
808
8d02f0ad
XF
8092013-10-19 Xue Fuqiao <xfq.free@gmail.com>
810
76f1a3c3
GM
811 * display.texi (Face Attributes): Add indexes for the ‘:box’
812 face attribute.
8d02f0ad 813
917ac5eb
XF
8142013-10-18 Xue Fuqiao <xfq.free@gmail.com>
815
74f202ae 816 * display.texi (Line Height): Add indexes for line height.
917ac5eb 817
475c7d3f
XF
8182013-10-17 Xue Fuqiao <xfq.free@gmail.com>
819
820 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
821
89f20e05
XF
8222013-10-16 Xue Fuqiao <xfq.free@gmail.com>
823
824 * display.texi (Selective Display): Add an index for explicit
825 selective display.
826
2641f1a5
XF
8272013-10-15 Xue Fuqiao <xfq.free@gmail.com>
828
829 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
830
8c106d17
GM
8312013-10-13 Glenn Morris <rgm@gnu.org>
832
833 * intro.texi (Acknowledgments): Use accented form of some names.
834
fa022909
GM
8352013-10-09 Glenn Morris <rgm@gnu.org>
836
837 * control.texi (Conditionals): Copyedits. (Bug#15558)
838
4ed77415 8392013-10-08 Eli Zaretskii <eliz@gnu.org>
981b26a6 840
4ed77415 841 Support menus on text-mode terminals.
add6de1c
SM
842 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
843 Modify wording to the effect that menus are supported on TTYs.
981b26a6
EZ
844
845 * frames.texi (Pop-Up Menus, Dialog Boxes)
846 (Display Feature Testing): Update for menu support on TTYs.
847
6de913c4
SM
8482013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
849
850 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
851 non-headings.
852
9e73b242
XF
8532013-10-05 Xue Fuqiao <xfq.free@gmail.com>
854
855 * syntax.texi (Categories): Add an index for category sets.
856
79b3ad55
XF
8572013-10-03 Xue Fuqiao <xfq.free@gmail.com>
858
35e951cd 859 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
79b3ad55 860
8c1f51ff
XF
8612013-10-02 Xue Fuqiao <xfq.free@gmail.com>
862
863 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
864
6cfe977d
XF
8652013-09-29 Xue Fuqiao <xfq.free@gmail.com>
866
867 * searching.texi (Regexp Search): Refine.
868
69b3debc
XF
8692013-09-22 Xue Fuqiao <xfq.free@gmail.com>
870
871 * nonascii.texi (Default Coding Systems): Typo fix.
872
87829449
XF
8732013-09-21 Xue Fuqiao <xfq.free@gmail.com>
874
53e84c5f
JB
875 * nonascii.texi (Coding System Basics): Add information about
876 carriage-return.
87829449 877
0df00f59
EZ
8782013-09-14 Eli Zaretskii <eliz@gnu.org>
879
880 * display.texi (Display Margins): State the units of measuring
881 margin width. (Bug#15375)
882
3509fb40
EZ
8832013-09-13 Eli Zaretskii <eliz@gnu.org>
884
885 * text.texi (Not Intervals): Minor wording fix.
886
99d8e6d6
XF
8872013-09-12 Xue Fuqiao <xfq.free@gmail.com>
888
3509fb40
EZ
889 * functions.texi (Obsolete Functions): Add an index for obsolete
890 functions.
99d8e6d6 891
44ee2147
XF
8922013-09-11 Xue Fuqiao <xfq.free@gmail.com>
893
894 * nonascii.texi (Character Properties): Character properties fix
895 for decimal-digit-value and digit-value.
896
eb31a86c
SM
8972013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * macros.texi (Defining Macros): Prefer "function" to "lambda
900 expression" (bug#15296).
901
50b13cde
PE
9022013-08-28 Paul Eggert <eggert@cs.ucla.edu>
903
904 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
905 for portability to hosts where /bin/sh has problems.
906
a8544941
SM
9072013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
908
909 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
910
9f0809d4
EZ
9112013-08-20 Eli Zaretskii <eliz@gnu.org>
912
913 * files.texi (Information about Files): Mention file names with
914 trailing blanks on MS-Windows. (Bug#15130)
915
c5074806
XF
9162013-08-18 Xue Fuqiao <xfq.free@gmail.com>
917
918 * positions.texi (Positions): Improve indexing.
919
e2c90473
EZ
9202013-08-18 Eli Zaretskii <eliz@gnu.org>
921
922 * markers.texi (The Region): Improve indexing.
923
278d6dd0
XF
9242013-08-17 Xue Fuqiao <xfq.free@gmail.com>
925
ab100635
XF
926 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
927
278d6dd0
XF
928 * text.texi (Maintaining Undo): Mention interactive call of
929 buffer-disable-undo.
c9b39934 930 (Filling): Add cross-reference for hard newlines.
d3110177 931 (Sorting): Fix indentation.
38b4c7f8 932 (Columns): Comment out undefined behavior.
ad6643fe 933 (Case Changes): Fix an `args-out-of-range' error in the example.
278d6dd0 934
2bede2ed
XF
9352013-08-16 Xue Fuqiao <xfq.free@gmail.com>
936
c8068af5 937 * text.texi (Insertion): Refine.
bd805d5b 938 (Margins): Add an index.
e4043ba0 939 (Undo): Doc fix for `buffer-undo-list'.
8b8bf4a3 940
2bede2ed 941 * positions.texi (Character Motion):
35e951cd
JB
942 * markers.texi (Moving Markers, Creating Markers):
943 Comment out undefined behavior.
2bede2ed 944
7cbbcaa0
XF
9452013-08-15 Xue Fuqiao <xfq.free@gmail.com>
946
947 * markers.texi (The Region): Add/move indexes.
948
8259030d
LMI
9492013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
950
951 * display.texi (ImageMagick Images): Mention :content-type and
952 `image-content-type-suffixes'.
953
f73f4ce6
XF
9542013-08-13 Xue Fuqiao <xfq.free@gmail.com>
955
956 * positions.texi (Word Motion): Remove redundant sentence.
957
3e6b67c9
GM
9582013-08-13 Glenn Morris <rgm@gnu.org>
959
960 * lists.texi (List Elements):
961 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
962
5c41e9ff
XF
9632013-08-13 Xue Fuqiao <xfq.free@gmail.com>
964
916119ec 965 * frames.texi (Display Feature Testing): Add indexes.
5c41e9ff 966
8496d8d7
GM
9672013-08-12 Glenn Morris <rgm@gnu.org>
968
969 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
970 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
971 (INSTALL_DATA): New, set by configure.
972 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
973 New variables.
974 (.SUFFIXES): Add .ps and .dvi.
975 (.dvi.ps): New suffix rule.
976 (dvi, html, pdf, ps): Use *_TARGETS variables.
977 (elisp.html): Use HTML_OPTS.
978 (elisp.ps): Remove explicit rule.
c295fc18
JB
979 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
980 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
8496d8d7
GM
981 uninstall-ps, and uninstall-doc.
982 (install-dvi, install-html, install-pdf, install-ps, install-doc)
983 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
984 (uninstall-doc): New rules.
985 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
986
3a3bb904
XF
9872013-08-10 Xue Fuqiao <xfq.free@gmail.com>
988
989 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
990
4517cbc2
XF
9912013-08-09 Xue Fuqiao <xfq.free@gmail.com>
992
993 * control.texi (Error Symbols): Minor fix for previous change.
994
54bd972f
SM
9952013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
996
997 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
998
999 * control.texi (Signaling Errors): Refer to define-error.
1000 (Error Symbols): Add `define-error'.
1001
e30b79c1
DA
10022013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1003
1004 * positions.texi (Motion by Screen Lines):
1005 * display.texi (Truncation): Rename `cache-long-line-scans'
1006 to `cache-long-scans'.
1007
123ff297
XF
10082013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1009
1010 * windows.texi (Window Start and End): Add an index.
1011
9097ad86
XF
10122013-08-02 Xue Fuqiao <xfq.free@gmail.com>
1013
1014 * display.texi (Face Functions): Add an index.
1015
1016 * variables.texi (Variable Aliases): Add an index.
1017
1018 * functions.texi (Defining Functions): Add an index.
1019
1020 * nonascii.texi (Coding System Basics): Add an index.
1021
64a695bd
XF
10222013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1023
1024 * nonascii.texi (Non-ASCII Characters): Update menu.
53e84c5f
JB
1025 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1026 Fix cross-references.
64a695bd
XF
1027
1028 * elisp.texi (Top): Update menu.
1029
39e8fb76
XF
10302013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1031
1032 * windows.texi (Window History): Mention the default value of
3cd51eaa 1033 switch-to-visible-buffer. Add cross-references.
39e8fb76 1034
95e6e62b
MA
10352013-07-24 Michael Albinus <michael.albinus@gmx.de>
1036
1037 * errors.texi (Standard Errors): Fix typo.
1038
1039 * files.texi (Magic File Names):
1040 * os.texi (File Notifications): Remove file-notify-supported-p.
1041
53840e55
PE
10422013-07-24 Paul Eggert <eggert@cs.ucla.edu>
1043
1044 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
1045 non-well-formed expressions result in unspecified behavior, though
1046 Emacs will not crash.
1047
32813ea7
MA
10482013-07-22 Michael Albinus <michael.albinus@gmx.de>
1049
1050 * files.texi (Magic File Names): Add file-notify-add-watch,
add6de1c
SM
1051 file-notify-rm-watch and file-notify-supported-p.
1052 Move file-remote-p down.
32813ea7
MA
1053
1054 * errors.texi (Standard Errors): Add file-notify-error.
1055
1056 * os.texi (Desktop Notifications): Rename from Notifications.
1057 (File Notifications): New node.
1058
1059 * elisp.texi (Top): Update menu for these changes.
1060
ac446ed8
XF
10612013-07-19 Xue Fuqiao <xfq.free@gmail.com>
1062
1063 * windows.texi (Display Action Functions): Mention next-window.
1064
e6c005c5
XF
10652013-07-16 Xue Fuqiao <xfq.free@gmail.com>
1066
1067 * windows.texi (Selecting Windows): Fix the introduction of
1068 `set-frame-selected-window''s arguments.
1069
954b166e
PE
10702013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1071
1072 Timestamp fixes for undo (Bug#14824).
1073 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1074
3323c263
EZ
10752013-07-06 Eli Zaretskii <eliz@gnu.org>
1076
1077 * nonascii.texi (Text Representations): Document that
1078 multibyte-string-p returns nil for non-string objects.
1079
4431e6d9 10802013-07-06 Glenn Morris <rgm@gnu.org>
d4aa7284
GM
1081
1082 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1083
a944db14
GM
10842013-07-03 Glenn Morris <rgm@gnu.org>
1085
1086 * debugging.texi (Debugging):
1087 * files.texi (File Attributes, Changing Files): Fix cross-references.
1088
1089 * package.texi (Package Archives): Fix @url call.
1090
253e30aa
GM
1091 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1092
4c672a0f
EZ
10932013-06-29 Eli Zaretskii <eliz@gnu.org>
1094
1095 * display.texi (Bidirectional Display): Document move-point-visually.
1096
4366ddd4
XF
10972013-06-29 Xue Fuqiao <xfq.free@gmail.com>
1098
1099 * buffers.texi (Buffer File Name): Fix typo.
1100
bace8013
CS
11012013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1102
1103 * tips.texi (Coding Conventions): Improve wording.
1104
f99f7826 11052013-06-24 Glenn Morris <rgm@gnu.org>
e8b3825d
GM
1106
1107 * loading.texi (Autoload): Fix typo.
1108
611e8a48
GM
1109 * variables.texi (Lexical Binding): Fix typo.
1110
edfaf7c0
GM
1111 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1112
f3f9606c
LMI
11132013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1114
1115 * display.texi (ImageMagick Images): Mention :max-width and
1116 :max-height.
1117
89561f72
PE
11182013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1119
1120 * numbers.texi (Math Functions): Remove obsolete function log10.
1121
9716fedb
SM
11222013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1125 rather than `local-map'.
1126
1127 * keymaps.texi (Active Keymaps): Fix documentation of
1128 set-temporary-overlay-map and overriding-terminal-local-map.
1129
789cf833
GM
11302013-06-19 Glenn Morris <rgm@gnu.org>
1131
1132 * Makefile.in (dist): Edit more configure variables.
1133 Try to check that we do not miss any in future.
1134
254408ca
JB
11352013-06-17 Juanma Barranquero <lekktu@gmail.com>
1136
1137 * text.texi (Undo, Changing Properties): Fix typos.
1138
708e05f6
LMI
11392013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1140
1141 * text.texi (Changing Properties): Document `add-face-text-property'.
1142
3da95318
KH
11432013-06-17 Kenichi Handa <handa@gnu.org>
1144
1145 * display.texi (Face Attributes): Refer to "Low-Level font" (not
2c149f93 1146 "Font Selection") in the explanation of :font attribute (bug#14629).
3da95318 1147
de0503df
SM
11482013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1149
1150 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1151 Document with-eval-after-load instead of eval-after-load.
1152
823777b5
XF
11532013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1154
1155 * files.texi (File Name Expansion): Make the example more
1156 intuitive.
1157
08c0a604
PE
11582013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1159
1160 Documentation fix for 'ls' and hard links.
1161 * compile.texi (Compilation Functions):
1162 * files.texi (File Attributes, Changing Files):
1163 Use current format for GNU 'ls' output.
1164 (File Attributes): Fix problem introduced in previous change:
1165 the link count is the number of hard links, not the number
1166 of hard links + 1.
1167
e4568f3b
XF
11682013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1169
1170 * files.texi (File Attributes): Fix typo.
1171
a5cf7779
SM
11722013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1173
1174 * functions.texi (Lambda Expressions): Lambda expressions don't
1175 evaluate to themselves in general (bug#11782).
1176
6e911150
SM
11772013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1178
1179 * loading.texi (Autoload):
1180 * help.texi (Documentation Basics, Accessing Documentation)
1181 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1182
b02b5481
GM
11832013-04-23 Glenn Morris <rgm@gnu.org>
1184
1185 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1186 Tweak other to avoid overly long line.
1187
f8152bcb
XF
11882013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1189
84ebefe9 1190 * internals.texi (Writing Emacs Primitives): Remove unnecessary
35e951cd 1191 references to the sources. (Bug#13800)
84ebefe9 1192
f8152bcb
XF
1193 * searching.texi (Regexp Backslash): Doc fix for backslash
1194 constructs in regular expressions.
1195
8fa2654e
CS
11962013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1197
1198 * tips.texi (Coding Conventions): Mention separation of package
1199 descriptor and name of internal symbols by two hyphens.
1200
0aa3616e
SB
12012013-04-13 Stephen Berman <stephen.berman@gmx.net>
1202
1203 * windows.texi (Splitting Windows): Change category of
1204 split-window from a command to a function.
1205
cd542620
CY
12062013-04-06 Chong Yidong <cyd@gnu.org>
1207
1208 * display.texi (Faces): Minor clarifications.
6e911150
SM
1209 (Defining Faces): Clarify default vs custom face specs.
1210 Document face-spec-set.
cd542620
CY
1211
1212 * display.texi (Overlay Properties):
1213 * text.texi (Special Properties): Use the "anonymous face"
1214 terminology. Describe foreground-color and background-color forms
1215 as compatibility-only.
1216
8d0c20ae
EZ
12172013-03-24 Eli Zaretskii <eliz@gnu.org>
1218
1219 * compile.texi (Byte-Code Objects): Add index entry.
1220 (Disassembly): Add cross-references.
1221
45f1d362
EZ
12222013-03-23 Eli Zaretskii <eliz@gnu.org>
1223
1224 * frames.texi (Size Parameters): More accurate description of the
1225 difference between 'fullboth' and 'maximized'. (Bug#13935)
1226
5784e319
CS
12272013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1228
1229 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1230
78be8b64 12312013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
1232
1233 * elisp.texi: Add some stuff specific to www.gnu.org.
1234
b388e7ad
TZ
12352013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1236
1237 * control.texi (Pattern matching case statement): Fix typo.
1238
681ebc33
PE
12392013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1240
1241 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1242
9bed73f3
GM
12432013-03-03 Glenn Morris <rgm@gnu.org>
1244
1245 * objects.texi (Symbol Type): Fix typo.
1246
929aeac6 12472013-02-28 Bastien Guerry <bzg@gnu.org>
5765e9e0
BG
1248
1249 * variables.texi (File Local Variables): Fix reference.
1250
1abfd3e8 12512013-02-24 Eli Zaretskii <eliz@gnu.org>
39ef03af
EZ
1252
1253 * files.texi (Magic File Names): Improve wording and indexing.
1254
f0c954fa
GM
12552013-02-21 Glenn Morris <rgm@gnu.org>
1256
1257 * display.texi (Multi-Frame Images): Minor rephrasing.
1258
1e56f8ef
GM
12592013-02-20 Glenn Morris <rgm@gnu.org>
1260
1261 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1262 (ImageMagick Images): For :index, use an xref rather than duplicating.
1263 (Other Image Types): Add GIF, adjust formatting.
1264 (Multi-Frame Images): Rename from Animated Images. Expand section.
1265 * elisp.texi (Top): Update menu for these changes.
1266
93c2fa46
GM
12672013-02-19 Glenn Morris <rgm@gnu.org>
1268
1269 * text.texi (Change Hooks): Fix typo.
1270
d64d97e5 12712013-02-15 Glenn Morris <rgm@gnu.org>
df1af142
GM
1272
1273 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1274
b5ca9d53
GM
12752013-02-13 Glenn Morris <rgm@gnu.org>
1276
b6c3e4b1
GM
1277 * objects.texi (Char-Table Type): Add footnote about #^^.
1278
b5ca9d53
GM
1279 * modes.texi (Minor Mode Conventions): Fix typo.
1280
85adc63f
GM
1281 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1282 meta characters; this changed in 22.1. (Bug#13684)
1283
662abcc1
GM
1284 * objects.texi (Char-Table Type): Add cindex.
1285
9d6c9dd1
GM
1286 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1287
490a9458 12882013-02-10 Glenn Morris <rgm@gnu.org>
dc55466e
GM
1289
1290 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1291
8549f9e8
EZ
12922013-02-09 Eli Zaretskii <eliz@gnu.org>
1293
1294 * modes.texi (%-Constructs): Remove the description of %t.
1295
1296 * nonascii.texi (MS-DOS File Types): Delete node.
1297
7bd00724
GM
12982013-02-08 Glenn Morris <rgm@gnu.org>
1299
1300 * keymaps.texi (Active Keymaps, Searching Keymaps):
1301 Remove confusing mention of "symbolic prefix". (Bug#13643)
1302
795e7a5b 13032013-01-19 Glenn Morris <rgm@gnu.org>
f8a42ad6
GM
1304
1305 * macros.texi (Indenting Macros): Fix order of an indent
1306 symbol's arguments. (Bug#13450)
1307
b3fbb395
PE
13082013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1309
1310 Allow floating-point file offsets.
1311 * files.texi (Reading from Files, Writing to Files):
1312 Say that file offsets can be numbers, not just integers.
1313
45a7e57c
GM
13142013-01-09 Glenn Morris <rgm@gnu.org>
1315
1316 * commands.texi (Interactive Codes):
1317 Whitespace does not terminate interactive "S". (Bug#13393)
1318
04c48b14
CY
13192013-01-06 Chong Yidong <cyd@gnu.org>
1320
1321 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1322
1f1c405d
GM
13232013-01-05 Glenn Morris <rgm@gnu.org>
1324
1325 * display.texi (Overlay Properties): Mention field. (Bug#13364)
1326
5d7c18a8
EZ
13272013-01-05 Eli Zaretskii <eliz@gnu.org>
1328
1329 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1330 directive in a group of items.
1331
89cb305e 13322013-01-05 Chong Yidong <cyd@gnu.org>
27e4813f
CY
1333
1334 * keymaps.texi (Key Sequences): Remove obsolete sentence
1335 (Bug#13356).
1336
0f668a4d 13372013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4217dc29
AR
1338
1339 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
1340
553081a5
SM
13412013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1342
1343 * files.texi (File Attributes): Undocument return format of file-acl.
1344
1cbb9ed6
GM
13452013-01-03 Glenn Morris <rgm@gnu.org>
1346
75e78d1e
GM
1347 * processes.texi (System Processes):
1348 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1349
5f1a9647
GM
1350 * searching.texi (Replacing Match): Fix xref.
1351
1cbb9ed6
GM
1352 * elisp.texi (DATE): Bump to Jan 2013.
1353
9539d465 13542013-01-02 Glenn Morris <rgm@gnu.org>
9800c5b0 1355
22ff2cb8
GM
1356 * customize.texi (Common Keywords, Type Keywords):
1357 Replace "active field" with "button". (Bug#13310)
1358
9800c5b0
GM
1359 * customize.texi (Common Keywords): Add xref. (Bug#13311)
1360 * tips.texi (Library Headers): Add cindex.
1361
d5e5e7b4 13622012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
151d9088
EZ
1363
1364 * functions.texi (Declare Form):
1365 * intro.texi (A Sample Function Description):
1366 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1367 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1368 in @def.. commands. (Bug#13292)
1369
ccad023b
EZ
13702012-12-29 Eli Zaretskii <eliz@gnu.org>
1371
1372 * files.texi (Changing Files): Document the return values of
1373 set-file-selinux-context and set-file-acl.
1374
1ab0c851
GM
13752012-12-27 Glenn Morris <rgm@gnu.org>
1376
1377 * files.texi (File Names): Mention Cygwin conversion functions.
1378
94900bfe
MR
13792012-12-22 Martin Rudalics <rudalics@gmx.at>
1380
1381 * windows.texi (Selecting Windows): Reword description of
1382 select-window (Bug#13248).
1383
04d9b71a
EZ
13842012-12-22 Eli Zaretskii <eliz@gnu.org>
1385
1386 * files.texi (File Attributes, Changing Files): Remove the details
1387 about the text returned by file-acl. Instead, just document that
1388 it is an opaque string meant to be used by set-file-acl.
1389
6e55f03e
CY
13902012-12-21 Chong Yidong <cyd@gnu.org>
1391
07b9c0be
CY
1392 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1393
6e55f03e
CY
1394 * customize.texi (Simple Types): Document key-sequence type
1395 (Bug#13048).
1396
5bec25eb
CY
1397 * strings.texi (Text Comparison): Doc fix for compare-strings.
1398
15ccf05e
MA
13992012-12-19 Michael Albinus <michael.albinus@gmx.de>
1400
1401 * files.texi (Magic File Names): Add `file-acl',
1402 `file-selinux-context', `set-file-acl' and
1403 `set-file-selinux-context'. Make the list consistent.
1404
ee3c0aec
JB
14052012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1406
1407 * tips.texi (Library Headers): New header keyword `Homepage'.
1408 Make continuation lines syntax more precise.
1409
66447e07
EZ
14102012-12-17 Eli Zaretskii <eliz@gnu.org>
1411
1412 * files.texi (File Attributes, Changing Files): Update to include
1413 MS-Windows support for ACLs.
1414
7c3d167f
RF
14152012-12-16 Romain Francoise <romain@orebokech.com>
1416
1417 * files.texi (File Attributes): Document ACL support and new
1418 `file-acl' function.
1419 (Changing Files): Mention argument name change of `copy-file' and
1420 document new function `set-file-acl'.
1421
97976f9f
PE
14222012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1423
35e951cd 1424 Fix permissions bugs with setgid directories etc. (Bug#13125)
97976f9f
PE
1425 * files.texi (Testing Accessibility): Document GROUP arg
1426 of file-ownership-preserved-p.
1427 (File Attributes): Document that 9th element is now
1428 just a placeholder.
1429 * os.texi (User Identification): Document new functions group-gid,
1430 group-real-gid.
1431
d92d9c95
PE
14322012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1433
1434 * internals.texi (C Integer Types): New section.
1435 This follows up and records an email in
1436 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1437
265c2fbf 14382012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
f433306a 1439
4a0e1924 1440 * control.texi (Pattern matching case statement): New node.
f433306a 1441
1cbae532
SM
1442 * customize.texi (Variable Definitions): Mention the default :group
1443 for defcustoms (bug#13093).
1444
c6c08d3f
GM
14452012-12-09 Glenn Morris <rgm@gnu.org>
1446
1447 * customize.texi (Variable Definitions): Mention eval-defun
1448 on a defcustom calls the :set function when appropriate.
1449
4288142b
PE
14502012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1451
1452 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1453 These are just minor editorial changes.
1454
d8ad4d3f 14552012-12-06 Chong Yidong <cyd@gnu.org>
a20ae0b9
CY
1456
1457 * lists.texi (Plist Access): Move put example to Symbol Plists.
1458
1459 * symbols.texi (Standard Properties): Fix typo.
1460
c5bc2d1d 14612012-12-03 Chong Yidong <cyd@gnu.org>
547d6865 1462
f02f19bd
CY
1463 * symbols.texi (Symbol Properties): New node.
1464 (Symbol Plists): Make it a subsection under Symbol Properties.
1465 (Standard Properties): New node.
1466
1467 * lists.texi (Property Lists): Move here from symbols.texi.
1468 (Plist Access): Rename from Other Plists.
1469
1470 * customize.texi (Variable Definitions):
1471 * display.texi (Defining Faces):
1472 * sequences.texi (Char-Tables): Fix xref.
1473
1cbae532 1474 * keymaps.texi (Key Sequences): `kbd' is now a function.
547d6865 1475
f02f19bd
CY
1476 * commands.texi (Using Interactive): Fix index entry.
1477
cb6f5650
PE
14782012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1479
c07a6ded
PE
1480 * doclicense.texi: Update to latest version from FSF.
1481 These are just minor editorial changes.
1482 * elisp.texi (GNU Free Documentation License)
1483 (GNU General Public Licens):
1484 Provide sectioning, since doclicense.texi no longer does that.
1485
cb6f5650
PE
1486 * loading.texi (Named Features): @ -> @@ to fix typo.
1487
d125ca15 14882012-11-24 Martin Rudalics <rudalics@gmx.at>
0d4bb04f
MR
1489
1490 * windows.texi (Basic Windows): Fix typo.
1491 (Windows and Frames): Fix example. Move description of
1492 window-in-direction here.
1493 (Recombining Windows): Fix example.
1cbae532 1494 (Buffers and Windows): Fix description of replace-buffer-in-windows.
0d4bb04f
MR
1495 (Switching Buffers): Reword.
1496 (Display Action Functions): Minor adjustments.
1497 (Choosing Window Options): Minor fixes.
1498 (Window History): Minor rewording.
1499 (Dedicated Windows): Correct and reword part describing how
1500 dedicatedness affects functions removing buffers or windows.
1cbae532 1501 * buffers.texi (The Buffer List): Fix description of bury-buffer.
0d4bb04f 1502
d125ca15 15032012-11-24 Chong Yidong <cyd@gnu.org>
90d99fdf
CY
1504
1505 * modes.texi (%-Constructs): Fix statement about mode construct
1506 padding (Bug#12866).
1507
d125ca15 15082012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
365fc14a
SM
1509
1510 * debugging.texi (Profiling): Make it more clear
1511 that --enable-profiling is about profiling the C code.
1512
38a2f917
GM
15132012-11-21 Glenn Morris <rgm@gnu.org>
1514
3ca2f1bf
GM
1515 * display.texi (Attribute Functions):
1516 Update for set-face-* name changes.
1bf335cf
GM
1517 Add new "inherit" argument for face-bold-p etc.
1518 Move description of this argument to a common section, like "frame".
3ca2f1bf 1519
6ef2e5ef 1520 * debugging.texi (Profiling): New section.
b6729a18 1521 (Debugging): Mention profiling in the introduction.
5b776637
GM
1522 * tips.texi (Compilation Tips): Move profiling to separate section.
1523 * elisp.texi: Add Profiling to detailed menu.
1524
6ef2e5ef 15252012-11-21 Martin Rudalics <rudalics@gmx.at>
66c466d4
MR
1526
1527 * windows.texi (Display Action Functions): Fix recently added
1528 example. Suggested by Michael Heerdegen.
1529
6ef2e5ef 15302012-11-21 Paul Eggert <eggert@cs.ucla.edu>
0c93aa38
PE
1531
1532 Minor cleanup for times as lists of four integers.
1533 * os.texi (Time Parsing): Time values can now be four integers.
1534
7351b73d
GM
15352012-11-18 Glenn Morris <rgm@gnu.org>
1536
1537 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1538 * macros.texi (Expansion): Mention eager macro expansion.
1539
a045a167
GM
1540 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1541
2ac9538d 15422012-11-18 Leo Liu <sdl.web@gmail.com>
74ca4d39
LL
1543
1544 * minibuf.texi (Programmed Completion): Doc fix for metadata
1545 request (Bug#12850).
1546
2ac9538d 15472012-11-18 Glenn Morris <rgm@gnu.org>
6439ae19 1548
7fe37cfc
GM
1549 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1550
6439ae19
GM
1551 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1552 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1553 (Window Sizes): Add vindex for window-min-height, window-min-width.
2279276c 1554 (Display Action Functions): Mention pop-up-frame-parameters.
6439ae19 1555
0ff7851c
MR
15562012-11-16 Martin Rudalics <rudalics@gmx.at>
1557
1558 * windows.texi (Choosing Window): Rewrite description of
1559 display-buffer-alist (Bug#12167).
1cbae532
SM
1560 (Display Action Functions): Mention inhibit-switch-frame.
1561 Fix description of display-buffer-below-selected. Reorder actions.
0ff7851c
MR
1562 Add example (Bug#12848).
1563
96e05507 15642012-11-16 Glenn Morris <rgm@gnu.org>
c79c7f2f
GM
1565
1566 * display.texi (Face Attributes): Fix :underline COLOR description.
bde3c6c0
GM
1567 (Attribute Functions): Update for set-face-underline rename.
1568 Tweak descriptions of face-underline-p, face-inverse-video-p.
c79c7f2f 1569
e4e9830b
GM
1570 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1571 so they align better in info.
921c067f
GM
1572 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1573 Document set-temporary-overlay-map.
e4e9830b 1574
c8915b67
SM
15752012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1576
1577 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1578 with normal keymaps".
1579
74934dcc
DA
15802012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1581
1582 * internals.texi (Garbage Collection): Update descriptions
1583 of vectorlike_header, garbage-collect and gc-cons-threshold.
1584 (Object Internals): Explain Lisp_Object layout and the basics
1585 of an internal type system.
1586 (Buffer Internals): Update description of struct buffer.
1587
f78ee6af 15882012-11-13 Glenn Morris <rgm@gnu.org>
a13e12f9
GM
1589
1590 * variables.texi (Adding Generalized Variables):
1591 At least mention gv-define-expander and gv-letplace.
1592
164f28b5 1593 * debugging.texi (Error Debugging): Mention debug-on-message.
57fc0fee 1594 (Using Debugger): Mention debugger-bury-or-kill.
164f28b5 1595
38868ad7
GM
1596 * control.texi (Signaling Errors):
1597 * debugging.texi (Error Debugging):
1598 * errors.texi (Standard Errors): Add user-error.
1599
6efddf78
GM
1600 * variables.texi (Adding Generalized Variables):
1601 Use standard formatting for common lisp note about setf functions.
1602
6baf66d5 16032012-11-10 Martin Rudalics <rudalics@gmx.at>
fdaf534a
MR
1604
1605 * elisp.texi (Top): Add Recombining Windows to menu.
1606 * windows.texi (Recombining Windows): New subsection.
1607 (Splitting Windows): Rewrite text on handling of window
1608 combinations and move it to new subsection.
1609
6baf66d5 16102012-11-10 Chong Yidong <cyd@gnu.org>
7c08f8ba 1611
8a3afaf9
CY
1612 * searching.texi (Replacing Match): Document \? in replace-match.
1613
7c08f8ba
CY
1614 * variables.texi (Creating Buffer-Local): Document setq-local and
1615 defvar-local.
1616 (Setting Generalized Variables): Arrange table alphabetically.
1617
1618 * lists.texi (List Elements, List Variables): Clarify descriptions
1619 of push and pop for generalized variables.
1620
1621 * edebug.texi (Specification List): setf is no longer CL-only.
1622
6baf66d5 16232012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
1624
1625 * variables.texi (Adding Generalized Variables):
1626 Update description of FIX-RETURN expansion.
1627
ebdbfb95
GM
1628 * variables.texi (Setting Generalized Variables):
1629 Split most of previous contents into this subsection.
1630 (Adding Generalized Variables): New subsection.
651af8c6
GM
1631 Move note on lack of setf functions here from misc/cl.texi.
1632
ebdbfb95
GM
1633 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1634
6baf66d5 16352012-11-10 Chong Yidong <cyd@gnu.org>
a9a3835c
CY
1636
1637 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1638
a43d02f0
MA
16392012-11-08 Michael Albinus <michael.albinus@gmx.de>
1640
1641 * os.texi (Notifications): Update descriptions of
1642 notifications-notify, notifications-close-notification and
1643 notifications-get-capabilities according to latest code changes.
1644 Add notifications-get-server-information.
1645
2395ab64
CY
16462012-11-03 Chong Yidong <cyd@gnu.org>
1647
1648 * objects.texi (General Escape Syntax): Clarify the explanation of
1649 escape sequences.
1650 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1651 multibyte. Hex escapes do not automatically make a string
1652 multibyte.
1653
43bcfda6
MR
16542012-11-03 Martin Rudalics <rudalics@gmx.at>
1655
1656 * windows.texi (Switching Buffers): Document option
1657 switch-to-buffer-preserve-window-point.
1658 (Display Action Functions): Document window-height and
1659 window-width alist entries.
1cbae532
SM
1660 (Display Action Functions):
1661 Document display-buffer-below-selected and
43bcfda6 1662 display-buffer-in-previous-window.
1cbae532
SM
1663 (Quitting Windows): Document quit-restore-window.
1664 Rewrite section.
43bcfda6
MR
1665 (Window Configurations): In window-state-get mention that
1666 argument window must be valid.
1667 (Window Parameters): Document quit-restore window parameter
1668 (Bug#12158).
1669
89b2c8a1
GM
16702012-10-31 Glenn Morris <rgm@gnu.org>
1671
88390adf
GM
1672 * control.texi (Catch and Throw): Add xref to cl.texi.
1673
aec5e6f9
GM
1674 * lists.texi (Sets And Lists): Point xref to better location.
1675
0d8e94e9
GM
1676 * errors.texi (Standard Errors):
1677 * loading.texi (Autoload): Update for cl-lib namespace changes.
1678
5241598a
GM
1679 * modes.texi (Defining Minor Modes): "Generalized Variables"
1680 section is now in this manual rather than cl.texi.
1681
89b2c8a1
GM
1682 * eval.texi (Special Forms): No longer special forms: defmacro,
1683 defun, save-window-excursion, with-output-to-temp-buffer.
1684 * functions.texi (Defining Functions): Defun is now a macro.
1685 Defalias is a function.
1686
516e1a08
GM
16872012-10-30 Glenn Morris <rgm@gnu.org>
1688
1689 * variables.texi (Generalized Variables): Fix typo.
1690
e29e39c9
CY
16912012-10-30 Chong Yidong <cyd@gnu.org>
1692
1693 * symbols.texi (Symbol Plists): Document function-get.
1694
1695 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1696
1697 * frames.texi (Visibility of Frames): Document tty-top-frame.
1698
70edffb1
SM
16992012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1700
1701 * keymaps.texi (Format of Keymaps): Document the multiple
1702 inheritance format.
1703
3a51f0eb
MR
17042012-10-28 Martin Rudalics <rudalics@gmx.at>
1705
1706 * windows.texi (Basic Windows): Reformulate description of live,
1707 internal and valid windows.
1708 (Cyclic Window Ordering): Describe new argument of
1709 get-lru-window and get-largest-window. Add description of
1710 window-in-direction.
1711
5b6887ad
GM
17122012-10-27 Glenn Morris <rgm@gnu.org>
1713
5887564d
GM
1714 * variables.texi (Generalized Variables): New section,
1715 adapted from misc/cl.texi.
1716 * elisp.texi (Top): Add Generalized Variables to menu.
1717 * lists.texi (List Elements, List Variables):
1718 Mention generalized variables.
1719
5b6887ad
GM
1720 * lists.texi (List Elements): Typo fix.
1721
05b621a6
CY
17222012-10-27 Chong Yidong <cyd@gnu.org>
1723
1724 * minibuf.texi (High-Level Completion): Don't mention removed
1725 function iswitchb-read-buffer.
1726
1727 * commands.texi (Event Input Misc): Remove last-input-char.
1728 (Command Loop Info): Remove last-command-char.
1729
1730 * frames.texi (Initial Parameters): Don't mention the obsolete
1731 special-display feature.
1732
1733 * windows.texi (Choosing Window): Don't mention the obsolete
1734 special display feature.
1735 (Choosing Window Options): Remove obsolete special-display
1736 variables, and the functions special-display-p and
1737 special-display-popup-frame.
1738
1739 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1740
1741 * hooks.texi (Standard Hooks): Remove obsolete hooks.
1742
1743 * markers.texi (Information from Markers): Remove obsolete
1744 function buffer-has-markers-at.
1745
1746 * text.texi (Yanking): Document yank-handled-properties.
1747
72ec96fb
PE
17482012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1749
1750 Update manual for new time stamp format (Bug#12706).
1751 * buffers.texi (Modification Time):
1752 * files.texi (Testing Accessibility, File Attributes):
1753 * intro.texi (Version Info):
1754 * os.texi (Time of Day):
1755 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
1756 These instances were missed the first time around.
1757 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
1758
75e8f9d2
CY
17592012-10-24 Chong Yidong <cyd@gnu.org>
1760
cd996018
CY
1761 * minibuf.texi (Text from Minibuffer): Document read-regexp
1762 changes.
1763
1cbae532
SM
1764 * nonascii.texi (Selecting a Representation):
1765 Document set-buffer-multibyte changes.
cd996018 1766
75e8f9d2
CY
1767 * keymaps.texi (Toolkit Differences): Node deleted.
1768 (Easy Menu): New node.
1769
d1069532
SM
17702012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1771
1772 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
1773
c4132fd4
PE
17742012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1775
1776 Fix outdated timestamp documentation in Elisp manual (bug#12706).
1777 * files.texi (File Attributes):
1778 * text.texi (Undo):
1779 Time stamp resolution is now 1 picosecond, not 1 second.
1780
1fb3aa3f
CY
17812012-10-23 Chong Yidong <cyd@gnu.org>
1782
49238e7f
CY
1783 * display.texi (Font Lookup): Remove font-list-limit.
1784
1fb3aa3f
CY
1785 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
1786 (Bug#12529).
1787
5fb904b0
GM
17882012-10-22 Glenn Morris <rgm@gnu.org>
1789
f961c7d8
GM
1790 * os.texi (Recording Input): Tiny fix.
1791
4ee87740
GM
1792 * intro.texi (Lisp History):
1793 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
5fb904b0
GM
1794 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
1795
d18a0d24
CY
17962012-10-15 Chong Yidong <cyd@gnu.org>
1797
1798 * macros.texi (Defining Macros): defmacro is now a macro.
1799 Explicitly list the docstring and declare arguments.
1800
1801 * functions.texi (Anonymous Functions): Explicitly list the
1802 docstring, declare, and interactive arguments to lambda.
1803 (Defining Functions): Likewise for defun.
1804 (Inline Functions): Likewise for defsubst.
1805 (Declare Form): Tweak description.
1806
73f2b4ab
CY
18072012-10-13 Chong Yidong <cyd@gnu.org>
1808
1809 * display.texi (ImageMagick Images): ImageMagick enabled by default.
1810
379acb95
CY
18112012-10-05 Chong Yidong <cyd@gnu.org>
1812
1813 * minibuf.texi (Basic Completion): Clarify list form of completion
1814 table (Bug#12564).
1815
e8757f09 18162012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
26026637
BFRR
1817
1818 * functions.texi (Function Safety): Copyedit. (Bug#12562)
1819
86ec63ba
PE
18202012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1821
1822 Revert the FOLLOW-SYMLINKS change for file-attributes.
1823 * files.texi (File Attributes, Magic File Names): Undo last change.
1824
e7a2937b
PE
18252012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1826
1827 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1828 * files.texi (File Attributes): Describe it.
1829 (Magic File Names): Use it.
1830
48de8b12
CY
18312012-09-30 Chong Yidong <cyd@gnu.org>
1832
1833 * commands.texi (Click Events): Define "mouse position list".
1834 Remove mention of unimplemented horizontal scroll bars.
1835 (Drag Events, Motion Events): Refer to "mouse position list".
1836 (Accessing Mouse): Document posnp.
1837
1838 * errors.texi (Standard Errors): Tweak arith-error description.
1839 Tweak markup. Remove domain-error and friends, which seem to be
1840 unused after the floating-point code revamp.
1841
33f846fb
GM
1842 * functions.texi (Defining Functions): defun is now a macro.
1843 (Obsolete Functions): Obsolescence also affects
48de8b12
CY
1844 documentation commands. Various clarifications.
1845 (Declare Form): New node.
1846
1847 * strings.texi (String Basics): Copyedits.
1848
33f846fb 1849 * os.texi (Startup Summary): Document leim-list.el change.
48de8b12 1850 (User Identification): Add system-users and system-groups.
33f846fb 1851 (Idle Timers): Minor clarifications.
48de8b12
CY
1852
1853 * macros.texi (Defining Macros): Move description of `declare' to
1854 Declare Form node.
1855
1856 * loading.texi (Autoload):
1857 * help.texi (Documentation Basics): The special sequences can
1858 trigger autoloading.
1859
1860 * numbers.texi (Integer Basics): Copyedits.
1861 (Float Basics): Consider IEEE floating point always available.
1862 (Random Numbers): Document actual limits.
1863 (Arithmetic Operations): Clarify division by zero. Don't mention
1864 the machine-independence of negative division since it does not
1865 happen in practice.
1866
e61d39cd 18672012-09-28 Leo Liu <sdl.web@gmail.com>
03922966
LL
1868
1869 * files.texi (Files): Fix typo.
1870
e109c4a6
CY
18712012-09-23 Chong Yidong <cyd@gnu.org>
1872
1873 * buffers.texi (Read Only Buffers): Document read-only-mode.
1874
1875 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
1876 read-only-mode.
1877
1878 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
1879 calling conventions.
1880
c88b867f
CY
18812012-09-22 Chong Yidong <cyd@gnu.org>
1882
1883 * searching.texi (Replacing Match): Minor clarification.
1884
df9685f3
EZ
18852012-09-22 Eli Zaretskii <eliz@gnu.org>
1886
287d7455
EZ
1887 * edebug.texi (Instrumenting): Improve indexing.
1888
df9685f3
EZ
1889 * os.texi (Idle Timers): Warn against reinvoking an idle timer
1890 from within its own timer action. (Bug#12447)
1891
47133380
CY
18922012-09-22 Chong Yidong <cyd@gnu.org>
1893
1894 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
1895
ab199df2 18962012-09-21 Glenn Morris <rgm@gnu.org>
1bfe3177
GM
1897
1898 * debugging.texi (Using Debugger): Fix typo.
1899
ed1f0bd3
CY
19002012-09-18 Chong Yidong <cyd@gnu.org>
1901
1902 * display.texi (Faces): Discuss anonymous faces.
1903 (Face Attributes): Tweak intro.
1904 (Defining Faces): Move after the Face Attributes node. Copyedits.
1905 (Displaying Faces): Describe role of inheritance.
1906
1907 * customize.texi (Customization): Define customization more
1908 carefully (Bug#11440).
1909 (Common Keywords): Add xref to Constant Variables.
1910
1911 * variables.texi (Defining Variables): Link to defcustom's node
1912 instead of the higher-level Customization chapter.
1913
c990426a
PE
19142012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1915
1916 Simplify, document, and port floating-point (Bug#12381).
1917 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
1918 Document that / and mod (with floating point arguments), along
1919 with asin, acos, log, log10, expt and sqrt, return special values
1920 instead of signaling exceptions.
1921 (Float Basics): Document that logb operates on the absolute value
1922 of its argument.
1923 (Math Functions): Document that (log ARG BASE) also returns NaN if
1924 BASE is negative. Document that (expt X Y) returns NaN if X is a
1925 finite negative number and Y a finite non-integer.
1926
011474aa
CY
19272012-09-09 Chong Yidong <cyd@gnu.org>
1928
bb6b0efc
CY
1929 * lists.texi (Sets And Lists): Explain that the return value for
1930 delete should be used, like for delq.
1931
011474aa
CY
1932 * minibuf.texi (Yes-or-No Queries): Document recentering and
1933 scrolling in y-or-n-p. Remove gratuitous example.
1934
1935 * searching.texi (Search and Replace): Document window scrolling
1936 entries in query-replace-map.
1937
6dcef6ec
CY
19382012-09-08 Chong Yidong <cyd@gnu.org>
1939
1940 * syntax.texi (Syntax Table Internals): Define "raw syntax
1941 descriptor" terminology (Bug#12383).
1942 (Syntax Descriptors): Mention raw syntax descriptors.
1943
52404181
CY
19442012-09-07 Chong Yidong <cyd@gnu.org>
1945
1a5432bc
CY
1946 * variables.texi (Creating Buffer-Local): Fix description of
1947 local-variable-if-set-p (Bug#10713).
1948
0a6bdaa1
CY
1949 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
1950
14ba4cf3
CY
1951 * windows.texi (Display Action Functions)
1952 (Choosing Window Options): Remove obsolete variable
1953 display-buffer-reuse-frames.
cee2e90d 1954 (Switching Buffers): Minor doc tweak for switch-to-buffer.
14ba4cf3 1955
e5c2edf7
CY
1956 * positions.texi (Narrowing): Document buffer-narrowed-p.
1957
52404181
CY
1958 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
1959
1960 * syntax.texi (Low-Level Parsing): Add xref to Parser State
1961 (Bug#12269).
1962
7f7e0167
LI
19632012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1964
1965 * debugging.texi (Explicit Debug): Document `debug-on-message'.
1966
6a787d9a
CY
19672012-09-02 Chong Yidong <cyd@gnu.org>
1968
1969 * windows.texi (Window Configurations): Recommend against using
1970 save-window-excursion (Bug#12075).
1971
1972 * control.texi (Catch and Throw):
1973 * positions.texi (Excursions): Don't mention it.
1974
0e23ef9d
PE
19752012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1976
1977 Better seed support for (random).
1978 * numbers.texi (Random Numbers): Document new behavior of
1979 the calls (random) and (random STRING).
1980
342dac71
MR
19812012-08-21 Martin Rudalics <rudalics@gmx.at>
1982
1983 * windows.texi (Window Point): Document recent changes in
1984 window-point and set-window-point.
1985 (Selecting Windows): Document recent change in select-window.
1986
a08eadfe
EZ
19872012-08-06 Eli Zaretskii <eliz@gnu.org>
1988
1989 * functions.texi (Closures): Put the main index entry for
1990 "closures" here. (Bug#12138)
1991
1992 * variables.texi (Lexical Binding): Disambiguate the index entry
1993 for "closures".
1994
35b6586e
CY
19952012-08-05 Chong Yidong <cyd@gnu.org>
1996
1997 * display.texi (Defining Faces): Move documentation of
1998 frame-background-mode to the Emacs manual (Bug#7774).
1999
02676e5d
CY
20002012-08-04 Chong Yidong <cyd@gnu.org>
2001
2002 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2003 Fix description of syntax table inheritance.
2004 (Syntax Table Functions): Don't refer to internal contents of
2005 syntax table, since that is not explained yet. Copyedits.
2006 (Standard Syntax Tables): Node deleted.
2007 (Syntax Table Internals): Misc clarifications. Improve table
2008 formatting.
2009
2010 * keymaps.texi (Inheritance and Keymaps):
2011 * text.texi (Sticky Properties): Tweak index entry.
2012
73e0cbc0
EZ
20132012-07-28 Eli Zaretskii <eliz@gnu.org>
2014
2015 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
2016
09ae5da1
PE
20172012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2018
2019 Prefer typical American spelling for "acknowledgment".
2020 * intro.texi (Acknowledgments): Rename from Acknowledgements.
2021
1ada2e55
EZ
20222012-07-21 Eli Zaretskii <eliz@gnu.org>
2023
2024 * commands.texi (Special Events): Mention language-change event.
2025 (Input Events, Interactive Codes):
2026 * keymaps.texi (Key Sequences): Mention events that are
2027 non-keyboard but also non-mouse events.
2028
9ea10cc3
CY
20292012-07-17 Chong Yidong <cyd@gnu.org>
2030
2031 * text.texi (Insertion): Document insert-char changes.
2032
2e2d2a13
LL
20332012-07-15 Leo Liu <sdl.web@gmail.com>
2034
2035 * display.texi (Fringe Bitmaps): Add exclamation-mark.
2036
b68b3337
CY
20372012-07-13 Chong Yidong <cyd@gnu.org>
2038
2039 * buffers.texi (Read Only Buffers): Document toggle-read-only
2040 changes. Reword to account for the fact that read-only is
2041 currently not supported in overlay properties.
2042
ab4c47d3
CY
20432012-07-07 Chong Yidong <cyd@gnu.org>
2044
2045 * loading.texi (Library Search): Index site-lisp directories.
2046
d4913798
CY
20472012-07-06 Chong Yidong <cyd@gnu.org>
2048
2049 * intro.texi (A Sample Function Description): Fix incorrect
2050 markup, undoing previous change.
2051 (A Sample Variable Description): Minor clarifications and markup
2052 improvements.
2053
2054 * elisp.texi (Top):
2055 * text.texi (Text): Fix menu order.
2056
251736f4
RS
20572012-07-06 Richard Stallman <rms@gnu.org>
2058
35e951cd 2059 * intro.texi (Evaluation Notation, A Sample Function Description)
8c6c57ea 2060 (A Sample Variable Description): Improve/undo previous changes.
251736f4 2061
e8d71283
GM
20622012-07-05 Glenn Morris <rgm@gnu.org>
2063
2064 * intro.texi (A Sample Function Description): Fix cross-refs.
2065
47187200
MW
20662012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
2067
2068 * intro.texi (Evaluation Notation, A Sample Function Description)
2069 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2070
a2eb421b
CY
20712012-06-27 Chong Yidong <cyd@gnu.org>
2072
2073 * processes.texi (Asynchronous Processes, Input to Processes):
2074 * internals.texi (Process Internals): Don't capitalize "pty".
2075
6d41a41d
TTN
20762012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2077
2078 * processes.texi (Asynchronous Processes): Make the pty vs pipe
2079 discussion more prominent.
2080
0bd8297f
EZ
20812012-06-23 Eli Zaretskii <eliz@gnu.org>
2082
2083 * commands.texi (Misc Events): Document the language-change event.
2084
d35af63c
PE
20852012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2086
2087 Support higher-resolution time stamps (Bug#9000).
2088 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2089 * processes.texi (System Processes):
2090 Time stamp resolution is now picosecond, not microsecond.
2091
ac1a0ce1 20922012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
2093
2094 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2095
1053a871
SM
20962012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2097
2098 * functions.texi (Defining Functions):
2099 * macros.texi (Defining Macros): Un-define the return value of `defun',
2100 `defmacro' and `defalias'.
2101
41b7f8bc
CY
21022012-06-17 Chong Yidong <cyd@gnu.org>
2103
2104 * elisp.texi: Remove urlcolor setting.
2105
82a25657
GM
21062012-06-17 Glenn Morris <rgm@gnu.org>
2107
2108 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
2109 Overlining no longer behaves exactly like underlining.
2110
a04689de 21112012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
8da9479c
GM
2112
2113 * display.texi (Face Attributes):
2114 Document wave-style underline face attribute.
2115
1b9b4cf4
CY
21162012-06-11 Chong Yidong <cyd@gnu.org>
2117
2118 * display.texi (ImageMagick Images): ImageMagick now supports the
2119 :background property.
2120
dbab98c7
DA
21212012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2122
2123 * internals.texi (Garbage Collection): Typo fix.
2124
6175e34b
CY
21252012-06-09 Chong Yidong <cyd@gnu.org>
2126
2127 * text.texi (Special Properties): Clarify the meaning of a list of
2128 faces in the `face' property.
2129
2130 * display.texi (Face Remapping): Minor clarification.
2131
4b56d0fe
CY
21322012-06-08 Chong Yidong <cyd@gnu.org>
2133
2134 * display.texi (Face Attributes): Font family does not accept
2135 wildcards. De-document obsolete :bold and :italic attributes.
2136 (Defining Faces): Use new-style face spec format.
2137
f3372c87
DA
21382012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2139
8d7c7eed 2140 * internals.texi (Garbage Collection): Document new
f3372c87
DA
2141 vector management code and vectorlike_header structure.
2142
5f2c76c6
CY
21432012-06-03 Chong Yidong <cyd@gnu.org>
2144
2145 * modes.texi (Mode Line Data): Use "mode line construct"
2146 terminology for consistency.
2147
ecc6530d
GM
21482012-05-27 Glenn Morris <rgm@gnu.org>
2149
2150 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2151 * buffers.texi, commands.texi, compile.texi, control.texi:
2152 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2153 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2154 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2155 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2156 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2157 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2158 * objects.texi, os.texi, package.texi, positions.texi:
2159 * processes.texi, searching.texi, sequences.texi, streams.texi:
2160 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2161 * variables.texi, windows.texi: Nuke hand-written node pointers.
2162
33017faf 21632012-05-27 Chong Yidong <cyd@gnu.org>
27d1f87a 2164
33017faf
GM
2165 * functions.texi (Obsolete Functions):
2166 Fix doc for set-advertised-calling-convention.
27d1f87a
CY
2167
2168 * modes.texi (Mode Help): Fix describe-mode.
2169
2170 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2171
2172 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2173
33017faf 21742012-05-27 Martin Rudalics <rudalics@gmx.at>
0b128ac4 2175
33017faf 2176 * commands.texi (Recursive Editing): recursive-edit is a command.
0b128ac4
MR
2177
2178 * compile.texi (Docs and Compilation):
2179 byte-compile-dynamic-docstrings is an option.
2180
2181 * debugging.texi (Invoking the Debugger): debug is a command.
2182
2183 * display.texi (Progress): progress-reporter-update and
2184 progress-reporter-force-update have VALUE argument optional.
2185 (Animated Images): Use non-@code{nil} instead of non-nil.
2186
33017faf
GM
2187 * files.texi (Format Conversion Round-Trip):
2188 Use non-@code{nil} instead of non-nil.
0b128ac4
MR
2189
2190 * frames.texi (Creating Frames): make-frame is a command.
2191 (Input Focus): select-frame is a command.
2192 (Pointer Shape): void-text-area-pointer is an option.
2193
33017faf 2194 * help.texi (Describing Characters): read-kbd-macro is a command.
0b128ac4
MR
2195 (Help Functions): describe-prefix-bindings is a command.
2196
2197 * markers.texi (Creating Markers): Both arguments of copy-marker
2198 are optional.
2199
2200 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2201
2202 * modes.texi (Mode Line Variables): mode-line-remote and
2203 mode-line-client are not options.
2204 (Imenu): imenu-add-to-menubar is a command.
33017faf 2205 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
0b128ac4
MR
2206
2207 * os.texi (Sound Output): play-sound-file is a command.
2208
33017faf 2209 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
0b128ac4 2210
33017faf
GM
2211 * processes.texi (Signals to Processes):
2212 Use @key{RET} instead of @code{RET}.
0b128ac4
MR
2213 (Signals to Processes): signal-process is a command.
2214
33017faf 2215 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
0b128ac4
MR
2216 (Base 64): base64-encode-string is not a command while
2217 base64-decode-region is.
2218
2219 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2220
3fe7cdc8
GM
22212012-05-12 Glenn Morris <rgm@gnu.org>
2222
2223 * Makefile.in (MKDIR_P): New, set by configure.
2224 (mkinfodir): Use $MKDIR_P.
2225
dc0f75c8
GM
22262012-05-10 Glenn Morris <rgm@gnu.org>
2227
b8a82b69
GM
2228 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2229 with "coding: raw-text".
51b1e059 2230 Concept of multibyte sessions no longer exists.
b8a82b69 2231
dc0f75c8
GM
2232 * files.texi (File Locks): Mention create-lockfiles option.
2233
666b903b 22342012-05-09 Glenn Morris <rgm@gnu.org>
143d9dd8 2235
5b6eebcf
GM
2236 * vol1.texi, vol2.texi: Remove files.
2237 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2238 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2239
0a454caf 2240 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
e6afe47b 2241
143d9dd8
GM
2242 * two-volume.make (emacsdir): New.
2243 (tex): Add directory with emacsver.texi to TEXINPUTS.
2244
e68b393e
GM
2245 * minibuf.texi (Minibuffer History, Basic Completion):
2246 Tweak page breaks.
2247
9658dc2a
GM
2248 * internals.texi (Garbage Collection, Memory Usage)
2249 (Writing Emacs Primitives): Tweak page breaks.
2250
161c2a25
GM
2251 * streams.texi (Output Variables): Improve page break.
2252
2253 * edebug.texi (Edebug Display Update): Improve page break.
2254
51d58083
GM
2255 * compile.texi (Disassembly): Condense the examples.
2256
ddff3351
GM
2257 * eval.texi, functions.texi, loading.texi, macros.texi:
2258 Where possible, use example rather than smallexample.
2259
2260 * symbols.texi: Where possible, use example rather than smallexample.
2261 (Symbol Components): Fix typo.
2262 (Other Plists): Tweak page break.
2263
2264 * sequences.texi (Arrays): Tweak page breaks.
2265
2266 * customize.texi: Where possible, use example rather than smallexample.
2267 (Common Keywords, Variable Definitions, Applying Customizations)
2268 (Custom Themes): Tweak page breaks.
2269
2270 * control.texi: Where possible, use example rather than smallexample.
2271 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2272 Tweak page breaks.
2273
ca4b98fa
GM
22742012-05-08 Glenn Morris <rgm@gnu.org>
2275
5122804a
GM
2276 * two.el: Remove; unused since creation of two-volume.make.
2277
ca4b98fa
GM
2278 * vol1.texi, vol2.texi: No need to keep menus in these files.
2279
eceeb5fc
CY
22802012-05-05 Glenn Morris <rgm@gnu.org>
2281
2282 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2283
2284 * intro.texi (Caveats): Copyedit.
2285 (Lisp History): Convert inforef to xref.
2286 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2287
2288 * text.texi (Auto Filling): Don't mention Emacs 19.
2289
2290 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2291 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2292
2293 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2294
eceeb5fc
CY
2295 * lists.texi (List-related Predicates, List Variables):
2296 Tweak page-breaks.
2297 (Sets And Lists): Convert inforef to xref.
2298
8045b906
GM
22992012-05-04 Glenn Morris <rgm@gnu.org>
2300
2301 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2302 (info, infoclean): Use $INFO_EXT.
2303 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2304 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2305 (info, maintainer-clean): Use $INFO_EXT.
2306 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2307
78f3273a
CY
23082012-05-04 Chong Yidong <cyd@gnu.org>
2309
2310 * os.texi (Timers): Use defopt for timer-max-repeats.
2311
ab0fa4e4
PE
23122012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2313
2314 * os.texi (Time of Day): Do not limit current-time-string
2315 to years 1000..9999.
2316
2bc356d7
CY
23172012-05-02 Chong Yidong <cyd@gnu.org>
2318
2319 * display.texi (Font Lookup):
2320 * frames.texi (Pointer Shape):
2321 * processes.texi (Subprocess Creation): Use defopt for options.
2322
90207a15 23232012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
2324
2325 * elisp.texi (@copying):
2326 * intro.texi (Introduction): Only print VERSION in the TeX version.
2327
90207a15 23282012-05-02 Chong Yidong <cyd@gnu.org>
5a5fd9f3
CY
2329
2330 * text.texi (Change Hooks): Minor fix for after-change-functions.
2331
90207a15 23322012-05-02 Glenn Morris <rgm@gnu.org>
7eac3782
GM
2333
2334 * package.texi (Packaging Basics):
2335 * loading.texi (Autoload):
2336 * files.texi (Magic File Names):
2337 Reword to remove/reduce some overly long/short lines.
2338
a8e7d6d7 23392012-04-27 Glenn Morris <rgm@gnu.org>
cf988578
GM
2340
2341 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2342 * modes.texi (Major Modes, Auto-Indentation):
2343 * buffers.texi (Buffers): Some fixes for menu descriptions.
2344
a8e7d6d7 23452012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
88ed9e87
SM
2346 * functions.texi (Simple Lambda, Argument List):
2347 * eval.texi (Function Indirection): Avoid deprecated form.
2348
a8e7d6d7 23492012-04-27 Glenn Morris <rgm@gnu.org>
16152b76 2350
1a72be46
GM
2351 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2352 Add "et al." to authors.
2353
16152b76
GM
2354 * buffers.texi, commands.texi, compile.texi, control.texi:
2355 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2356 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2357 * modes.texi, numbers.texi, objects.texi, streams.texi:
2358 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2359 Use Texinfo recommended convention for quotes+punctuation.
2360
a8e7d6d7 23612012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
2362
2363 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2364 to where-is-internal (Bug#10872).
2365
a8e7d6d7 23662012-04-27 Glenn Morris <rgm@gnu.org>
9c51bbaa 2367
a2715669
GM
2368 * macros.texi (Indenting Macros): Fix typo.
2369
0b27932b
GM
2370 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2371 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
2372 (Choosing Window Options, Horizontal Scrolling)
2373 (Cyclic Window Ordering, Window History, Dedicated Windows)
35e951cd 2374 (Quitting Windows, Window Configurations, Textual Scrolling)
09ebefe1
GM
2375 (Coordinates and Windows, Window Configurations)
2376 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
2377 (Splitting Windows, Deleting Windows):
2378 Fix ignore-window-parameters logic.
2379 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
2380 (Window Start and End): Remove pointless example.
2381 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
2382 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2383 and recenter-positions. Remove recenter example.
0b27932b 2384
0dc91072
GM
2385 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2386
9c51bbaa
GM
2387 * minibuf.texi (Intro to Minibuffers):
2388 Tweak discussion of resizing minibuffer window.
2389
674ea9c6
GM
23902012-04-26 Glenn Morris <rgm@gnu.org>
2391
8a4ca8e3 2392 * elisp-covers.texi, front-cover-1.texi: Remove files.
8191c3bd 2393
562e638f
GM
2394 * tindex.pl: Remove file.
2395
674ea9c6
GM
2396 * makefile.w32-in (srcs):
2397 * Makefile.in (srcs): Remove back.texi (which is unused).
2398
b613912b
MA
23992012-04-24 Michael Albinus <michael.albinus@gmx.de>
2400
e43042fe
MA
2401 * os.texi (Notifications): Extend possible notification hints.
2402 Add notifications-get-capabilities.
b613912b 2403
f30d612a
CY
24042012-04-20 Chong Yidong <cyd@gnu.org>
2405
2406 * processes.texi (Asynchronous Processes): Mention nil argument to
2407 start-process.
2408
b58b1df8
GM
24092012-04-20 Glenn Morris <rgm@gnu.org>
2410
2411 * minibuf.texi (Basic Completion): No need to describe obarrays here.
2412 Don't mention obsolete `nospace' argument of all-completions.
2413 (Minibuffer Completion, Completion Commands, Reading File Names)
2414 (Completion Variables): Copyedits.
2415 (Completion Commands): Mention parent keymaps.
2416 Remove obsolete minibuffer-local-filename-must-match-map.
2417 (High-Level Completion): Remove read-variable's almost
2418 word-for-word duplication of read-command.
2419 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2420 Update "High-Level Completion" description.
2421
c0ea08d2
GM
2422 * minibuf.texi (Minibuffers):
2423 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2424
9d2754f5
GM
2425 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2426 Use Texinfo-recommended form of quote+punctuation.
2427 (Intro to Minibuffers): First minibuffer is #1, not #0.
2428 Mention minibuffer-inactive-mode.
2429 (Text from Minibuffer): Copyedits.
2430 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
2431 (Object from Minibuffer): Remove overly pedantic para.
2432 (Minibuffer History): Copyedits. Add face-name-history.
2433 (Initial Input, Yes-or-No Queries, Multiple Queries)
2434 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2435 (Yes-or-No Queries): Tweak example.
2436 (Minibuffer Commands): Add next-complete-history-element.
2437 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2438 minibuffer-inactive-mode.
9d2754f5 2439
4373fd43
GM
2440 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2441 (Bindat Functions): Copyedits.
2442
61bb069e 24432012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
0e80650b
CS
2444
2445 * files.texi (Saving Buffers): Document `visit and `visit-save'
2446 values of require-final-newline.
2447
61bb069e 24482012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
2449
2450 * processes.texi (Output from Processes, Filter Functions):
2451 Mention waiting-for-user-input-p.
35e951cd 2452 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
016a35df
GM
2453 (Network Servers, Datagrams, Network Processes, Network Options)
2454 (Network Feature Testing, Serial Ports): Copyedits.
2455 (Network): Add encrypted network overview paragraph.
2456 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2457
61bb069e 24582012-04-20 Chong Yidong <cyd@gnu.org>
21ffa320
CY
2459
2460 * help.texi (Keys in Documentation): Mention :advertised-binding.
2461
2462 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2463 description to help.texi.
2464
61bb069e 24652012-04-20 Glenn Morris <rgm@gnu.org>
62f4b18c
GM
2466
2467 * processes.texi (Process Information, Input to Processes)
2468 (Signals to Processes, Output from Processes, Process Buffers)
2469 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 2470 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 2471
e153c136
GM
24722012-04-15 Glenn Morris <rgm@gnu.org>
2473
35e951cd 2474 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
12acf783
GM
2475 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2476 Copyedits.
e153c136 2477 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
2478 (Synchronous Processes, Asynchronous Processes):
2479 Update some example output.
e153c136
GM
2480 (Process Information): Fix typo.
2481 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2482
e6fd457e 24832012-04-15 Glenn Morris <rgm@gnu.org>
764a3017
GM
2484
2485 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2486 open-network-stream does exist in Emacs 23, but is simpler.
2487
e6fd457e 24882012-04-15 Chong Yidong <cyd@gnu.org>
03ed9e82
CY
2489
2490 * customize.texi (Custom Themes): Also document load-theme etc.
2491
35dc09a1 24922012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2 2493
35e951cd 2494 * customize.texi (Applying Customizations, Custom Themes): New nodes.
81927dd2
CY
2495
2496 * display.texi (Defining Faces): Reference custom-set-faces.
2497
2498 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2499 * os.texi (Startup Summary): Copyedits.
2500
35dc09a1 25012012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
2502
2503 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2504
9fce7eda
GM
2505 * strings.texi (Case Tables):
2506 * objects.texi (General Escape Syntax):
2507 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2508
2bb0eca1
GM
2509 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2510 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2511 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2512 * text.texi: Use @file for buffers, per the Texinfo manual.
2513
62200c14
GM
2514 * compile.texi (Compiler Errors): Add missing space in buffer name.
2515
35dc09a1 25162012-04-14 Chong Yidong <cyd@gnu.org>
9fe9631c
CY
2517
2518 * processes.texi (Query Before Exit): Remove obsolete function
2519 process-kill-without-query (Bug#11190).
2520
35dc09a1 25212012-04-14 Glenn Morris <rgm@gnu.org>
8fc85b20
GM
2522
2523 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2524 Use @env for environment variables.
2525
f48a9cb4
GM
2526 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2527
0a6dd5e2
JA
25282012-04-12 Jari Aalto <jari.aalto@cante.net>
2529
1cbae532
SM
2530 * processes.texi (Synchronous Processes):
2531 Mention `default-directory' (bug#7515).
0a6dd5e2 2532
b4d3bc10
CY
25332012-04-09 Chong Yidong <cyd@gnu.org>
2534
2535 * customize.texi (Variable Definitions): Remove user-variable-p.
2536
2537 * commands.texi (Interactive Codes):
2538 * help.texi (Accessing Documentation):
2539 * minibuf.texi (High-Level Completion): Callers changed.
2540
ea0ff314
CY
25412012-04-06 Chong Yidong <cyd@gnu.org>
2542
2543 * minibuf.texi (Programmed Completion): Document metadata method.
2544 (Completion Variables): Document completion-category-overrides.
2545
91b65361
CY
25462012-04-05 Chong Yidong <cyd@gnu.org>
2547
2548 * anti.texi (Antinews): Rewrite for Emacs 23.
2549
3d439cd1
CY
25502012-04-04 Chong Yidong <cyd@gnu.org>
2551
321cc491
CY
2552 * minibuf.texi (Programmed Completion): Remove obsolete variable
2553 completion-annotate-function.
1cbae532
SM
2554 (Completion Variables): Rename from Completion Styles.
2555 Document completion-extra-properties. Document completion-styles-alist
321cc491 2556 change.
245d176b
CY
2557 (Reading File Names): minibuffer-local-filename-must-match-map is
2558 not used anymore.
2559 (Minibuffer Completion): Document completing-read-function.
2560 (Completion in Buffers): completion-at-point-functions can return
2561 properties recognized in completion-extra-properties.
321cc491 2562
3d439cd1
CY
2563 * display.texi (Delayed Warnings): New node.
2564
a7972adf
CY
2565 * os.texi (Notifications): Copyedits.
2566
97f4a299
GM
25672012-04-04 Glenn Morris <rgm@gnu.org>
2568
2569 * os.texi (Notifications): Copyedits.
2570
9ff687e1
MA
25712012-04-03 Michael Albinus <michael.albinus@gmx.de>
2572
2573 * os.texi (Terminal-Specific): Fix typo.
2574 (Notifications): New section.
2575
2576 * elisp.texi (Top):
2577 * vol1.texi (Top):
2578 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2579 menu entries.
2580
42ee526b
CY
25812012-04-01 Chong Yidong <cyd@gnu.org>
2582
2583 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2584 file-in-directory-p.
2585
0b021094
GM
25862012-03-31 Glenn Morris <rgm@gnu.org>
2587
2588 * edebug.texi (Instrumenting Macro Calls):
2589 Mention defining macros at instrumentation time.
2590 (Edebug Options): Mention edebug-unwrap-results.
2591
50fe197c
EZ
25922012-03-31 Eli Zaretskii <eliz@gnu.org>
2593
2594 * text.texi (Special Properties): Clarify the description of the
2595 effect of integer values of the 'cursor' property on cursor
2596 position. See the discussions in bug#11068 for more details and
2597 context.
2598
650b6d0b
GM
25992012-03-31 Glenn Morris <rgm@gnu.org>
2600
2601 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2602 Copyedits.
2603
5319014e
CY
26042012-03-30 Chong Yidong <cyd@gnu.org>
2605
2606 * display.texi (Image Formats): Add imagemagick type.
2607 (Image Descriptors): Mention how they are used.
2608 (ImageMagick Images): Clarify role of imagemagick-register-types.
2609 (Character Display): Don't mention glyph tables.
2610 (Display Tables): Use make-glyph-code in example.
2611 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2612 tables are semi-obsolete. De-document create-glyph.
2613 (Glyphless Chars): Note that display tables override this.
2614 (Bidirectional Display): Copyedits. Introduce "bidirectional
2615 reordering" terminology, and use it.
2616
f1224267
GM
26172012-03-30 Glenn Morris <rgm@gnu.org>
2618
2619 * edebug.texi (Jumping): Give name of `i' binding.
2620
d14daa28
GM
26212012-03-28 Glenn Morris <rgm@gnu.org>
2622
35e951cd
JB
2623 * searching.texi (Regular Expressions, Regexp Special)
2624 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
fee88ca0 2625 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
2626 (Regexp Special): Mention collation.
2627 Clarify char classes with an example.
fee88ca0
GM
2628 (Regexp Functions): Mention regexp-opt is not guaranteed.
2629 Mention regexp-opt-charset.
2630 (Regexp Search): Recommend against looking-back.
2631 (Search and Replace): Use Texinfo recommended quote convention.
2632 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 2633
dcb6e7b3
MR
26342012-03-27 Martin Rudalics <rudalics@gmx.at>
2635
2636 * windows.texi (Window History): Describe new option
2637 switch-to-visible-buffer.
2638
cf0495f2
GM
26392012-03-27 Glenn Morris <rgm@gnu.org>
2640
4fb9a543
GM
2641 * searching.texi (String Search): Add xref to Emacs manual.
2642 Copyedits. Mention the function word-search-regexp.
2643 (Searching and Case): Add xref to Emacs manual. Copyedits.
2644
9364727b
GM
2645 * processes.texi (Network Servers): Standardize apostrophe usage.
2646
cf0495f2
GM
2647 * os.texi (System Environment): Copyedits. Remove some examples
2648 that do not seem useful. Mention setenv third arg.
2649 tty-erase-char does not seem to be nil under a window-system.
2650 (User Identification): Copyedits.
2651 Remove some examples that do not seem useful.
2652
33da7b16
GM
26532012-03-26 Glenn Morris <rgm@gnu.org>
2654
2655 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2656 (Init File): Copyedits.
2657 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
2658 (Killing Emacs): Copyedits.
2659 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2660 Shorten the example, use more standard shell prompts.
33da7b16 2661
9a69676a
CY
26622012-03-25 Chong Yidong <cyd@gnu.org>
2663
2664 * display.texi (Fringes): Note that fringes are shown on graphical
2665 displays only.
2666 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2667 (Replacing Specs): Clarify example.
2668 (Manipulating Buttons): Note that button-at can return a marker.
2669 (Buttons): Minor rewrite.
2670 (Character Display): New node. Consolidate all character display
2671 related nodes into its subsections.
2672 (Usual Display): Character 127 is also affected by ctl-arrow.
2673 (Display Tables): Improve example.
2674
c8f6ec5c
GM
26752012-03-22 Glenn Morris <rgm@gnu.org>
2676
2677 * strings.texi (Text Comparison): Mention string-prefix-p.
2678
fb5b8aca
CY
26792012-03-21 Chong Yidong <cyd@gnu.org>
2680
2681 * display.texi (The Echo Area): Add xref to Output Streams.
2682 (Displaying Messages): Improve doc of message.
2683 (Echo Area Customization, Invisible Text): Copyedits.
2684 (Invisible Text): Mention that spec comparison is done with eq.
2685 (Width): Improve doc of char-width.
2686 (Faces): Recommend using symbol instead of string for face name.
2687 Minor clarifications.
2688 (Defining Faces): Copyedits. Update face example.
2689 (Attribute Functions): Mark set-face-foreground etc as commands.
1cbae532
SM
2690 (Face Remapping): Mention text-scale-adjust.
2691 Clarify face-remapping-alist and related docs.
fb5b8aca
CY
2692 (Face Functions): Don't document make-face or copy-face.
2693
025de85b
CY
26942012-03-20 Chong Yidong <cyd@gnu.org>
2695
2696 * display.texi (Forcing Redisplay): Various rewrites to reflect
2697 new value of redisplay-dont-pause.
2698 (Truncation): Copyedits.
2699
a5656eae
GM
27002012-03-20 Glenn Morris <rgm@gnu.org>
2701
2702 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2703 Add summary table of some relevant command-line options.
2704
d15aac68
CY
27052012-03-18 Chong Yidong <cyd@gnu.org>
2706
2707 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2708 (Writing Emacs Primitives): Re-organize discussion of functions
2709 with variable Lisp arguments are handled. Delete an obsolete
2710 remark, previously tagged as FIXME.
2711
2712 * os.texi (Idle Timers): Minor clarification.
2713 (Idle Timers): Link to Time of Day for description of time list.
2714
b59af549
GM
27152012-03-18 Glenn Morris <rgm@gnu.org>
2716
2717 * os.texi (System Interface): Flow control was removed.
2718 (Startup Summary): General update.
2719 (Init File): Don't mention compiling it.
2720
986bd52a
CY
27212012-03-17 Chong Yidong <cyd@gnu.org>
2722
2723 * os.texi (Startup Summary): Mention package loading.
2724 (Init File): Don't refer to .emacs in section title. Copyedits.
2725 (Terminal-Specific): Give a realistic example.
2726 (Command-Line Arguments): Reference Entering Emacs instead of
2727 repeating the spiel about not restarting Emacs.
2728 (Time of Day): Discuss time representation at beginning of node.
2729 (Sound Output): Copyedits.
2730
2731 * package.texi (Packaging Basics): Document package-initialize.
2732
f761251a
EZ
27332012-03-17 Eli Zaretskii <eliz@gnu.org>
2734
2735 * frames.texi (Initial Parameters): Add an index entry for
2736 minibuffer-only frame.
2737
da986230
GM
27382012-03-16 Glenn Morris <rgm@gnu.org>
2739
2740 * modes.texi (Major Mode Conventions): Mention the strange
2741 relationship between View mode and special modes. (Bug#10650)
2742
2cc775f9
CY
27432012-03-11 Chong Yidong <cyd@gnu.org>
2744
2745 * windows.texi (Window Configurations): save-window-excursion is
2746 now a macro.
2747
2748 * display.texi (Temporary Displays): with-output-to-temp-buffer is
2749 now a macro.
2750
66c5eebd
CY
2751 * text.texi (Fields): Minor copyedit.
2752
310a820f
EZ
27532012-03-10 Eli Zaretskii <eliz@gnu.org>
2754
83a96c08
EZ
2755 * strings.texi (String Basics):
2756 * sequences.texi (Sequence Functions): Mention that `length' is
2757 not appropriate for computing the string width on display; add a
2758 cross-reference to the description of `string-width'. (Bug#10978)
2759
310a820f
EZ
2760 * eval.texi (Autoloading): Minor change of wording.
2761
83ef8187
CY
27622012-03-10 Chong Yidong <cyd@gnu.org>
2763
bc44be50
CY
2764 * loading.texi (Autoload): Explicitly state which forms are
2765 processed specially (Bug#7783).
2766
83ef8187
CY
2767 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
2768 non-default situation. Describe one-submenu exception (Bug#7695).
2769
2770 * nonascii.texi (Character Properties): Copyedits.
2771
483ab230
CY
27722012-03-08 Chong Yidong <cyd@gnu.org>
2773
2774 * text.texi (Mode-Specific Indent): Document new behavior of
2775 indent-for-tab-command. Document tab-always-indent.
2776 (Special Properties): Copyedits.
2777 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
2778 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
2779 libxml-parse-html-region.
2780
00e84de0
GM
27812012-03-07 Glenn Morris <rgm@gnu.org>
2782
eaa6bc3c
GM
2783 * markers.texi (The Region): Briefly mention use-empty-active-region
2784 and region-active-p.
a9685db7 2785 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 2786 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 2787
67cd45a2
CY
27882012-03-07 Chong Yidong <cyd@gnu.org>
2789
2790 * text.texi (Buffer Contents): Don't duplicate explanation of
2791 region arguments from Text node. Put doc of obsolete var
2792 buffer-substring-filters back, since it is referred to.
2793 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
2794 selection by default.
2795
2796 * markers.texi (The Mark): Fix typo.
2797 (The Region): Copyedits.
2798
2ad80941
GM
27992012-03-07 Glenn Morris <rgm@gnu.org>
2800
2801 * markers.texi (Overview of Markers): Copyedits.
2802 (Creating Markers): Update approximate example buffer size.
2803 (The Mark): Don't mention uninteresting return values.
2804
ef959d3a
CY
28052012-03-05 Chong Yidong <cyd@gnu.org>
2806
2807 * positions.texi (Text Lines): Document count-words.
2808
a08a07e3
CY
28092012-03-04 Chong Yidong <cyd@gnu.org>
2810
2811 * frames.texi (Frames): Remove little-used "terminal frame" and
2812 "window frame" terminology.
2813 (Frame Parameters, Font and Color Parameters, Initial Parameters)
2814 (Size and Position, Visibility of Frames): Callers changed.
2815 (Frames): Clarify which terminals in framep are graphical.
2816 (Initial Parameters): --geometry is not the only option which adds
2817 to initial-frame-alist.
2818 (Position Parameters): Note that icon-left and icon-top are for
2819 old window managers only.
2820 (Size Parameters): Sizes are in characters even on graphical
2821 displays.
2822 (Management Parameters): Note that window-id and outer-window-id
2823 can't really be changed, and that auto-raise isn't always obeyed.
2824 (Cursor Parameters): Document cursor-type explicitly.
2825 (Size and Position): The aliases set-screen-height and
2826 set-screen-width have been deleted.
2827 (Visibility of Frames): Mention "minimization".
2828
2829 * os.texi (Startup Summary): Minor clarifications.
2830 (Startup Summary, Suspending Emacs): Standardize on "text
2831 terminal" terminology.
2832
2833 * windows.texi (Basic Windows, Coordinates and Windows)
2834 (Coordinates and Windows):
2835 * display.texi (Refresh Screen, Line Height, Face Attributes)
2836 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
2837
ea16568d
GM
28382012-03-04 Glenn Morris <rgm@gnu.org>
2839
2840 * abbrevs.texi: Small copyedits throughout.
2841 (Abbrev Mode): Remove this section, folding it into the top-level.
2842 (Abbrev Tables): Don't mention irrelevant return values.
2843 (Abbrev Expansion): Add cross-ref for wrapper hooks.
2844 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
2845 (Abbrev Table Properties): Update nil :regexp description.
2846
b3134b95
GM
28472012-03-03 Glenn Morris <rgm@gnu.org>
2848
520f2425
GM
2849 * internals.texi: Change @appendix section commands to @section.
2850 (Building Emacs): Say less about CANNOT_DUMP platforms.
2851 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 2852 (Pure Storage): Small changes.
01a6dcc8 2853 (Memory Usage): Copyedit.
7d2d7cc0 2854 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
35e951cd 2855 example definitions. Give examples of things with non-nil
7d2d7cc0
GM
2856 interactive args. Mention eval_sub. Remove old info about
2857 strings and GCPRO. Mention cus-start.el.
2858 (Buffer Internals, Window Internals, Process Internals):
2859 Misc small updates and fixes for fields.
520f2425 2860
b3134b95
GM
2861 * tips.texi: Copyedits.
2862 (Coding Conventions): Mention autoloads.
2863 Combine partially duplicated macro items. Fix xref.
2864 Refer to Library Headers for copyright notice.
2865 (Programming Tips): edit-options is long-obsolete.
2866 (Compilation Tips): Mention loading bytecomp for byte-compile props.
2867 (Warning Tips): Mention declare-function.
2868 (Documentation Tips): Remove old info.
2869 (Comment Tips): Mention comment-dwim, not indent-for-comment.
2870 (Library Headers): General update.
2871
2064cc6a
GM
28722012-03-02 Glenn Morris <rgm@gnu.org>
2873
6945faa6
GM
2874 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
2875 and relocate entry. Mention buffer-stale-function.
2876
4186e877
GM
2877 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
2878
2064cc6a
GM
2879 * hooks.texi (Standard Hooks): General update.
2880 Put related hooks together. Add and remove items.
2881 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
2882 * modes.texi (Hooks): Tweak cross-ref description.
2883
7272fbf3
MA
28842012-03-01 Michael Albinus <michael.albinus@gmx.de>
2885
2886 * files.texi (Kinds of Files): The return value of file-equal-p is
2887 unspecified, if FILE1 or FILE2 does not exist.
2888
53a1239b
GM
28892012-03-01 Glenn Morris <rgm@gnu.org>
2890
90db9af9
GM
2891 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
2892
53a1239b
GM
2893 * maps.texi (Standard Keymaps): General update.
2894 Remove mode-specific maps, talk about the more general keymaps.
2895 * help.texi (Help Functions): Add vindex for Helper-help-map.
2896 * keymaps.texi (Active Keymaps): Minor rephrasing.
2897
775b55af
GM
28982012-02-29 Glenn Morris <rgm@gnu.org>
2899
2900 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
2901
96b49301 29022012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2903
7272fbf3 2904 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 2905 Update changed behavior of file-subdir-of-p.
96b49301 2906
1383d930
GM
29072012-02-28 Glenn Morris <rgm@gnu.org>
2908
44e97401
GM
2909 * advice.texi, anti.texi, display.texi, elisp.texi:
2910 * processes.texi, variables.texi, vol1.texi, vol2.texi:
2911 Standardize possessive apostrophe usage.
2912
e3c73f1e
GM
2913 * locals.texi: Remove file.
2914 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
2915 Remove menu entry.
2916 * errors.texi, maps.texi: Adjust node pointers.
2917 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 2918 * makefile.w32-in (srcs):
e3c73f1e
GM
2919 * Makefile.in (srcs): Remove locals.texi.
2920
1383d930
GM
2921 * frames.texi (Mouse Position): Fix cross-ref.
2922
431ee44b
CY
29232012-02-27 Chong Yidong <cyd@gnu.org>
2924
2925 * buffers.texi (Creating Buffers): Clarify that
2926 generate-new-buffer uses generate-new-buffer-names.
2927 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
2928
2929 * files.texi (Directory Names): Index entry for file name abbreviations.
2930 (Relative File Names, File Name Expansion): Refer to it.
2931 (Locating Files): Move locate-user-emacs-file documentation to
2932 Standard File Names.
2933 (Standard File Names): Add locate-user-emacs-file; update examples.
2934
6a11ec9d
MA
29352012-02-26 Michael Albinus <michael.albinus@gmx.de>
2936
2937 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2938
9a4888c0
CY
29392012-02-26 Chong Yidong <cyd@gnu.org>
2940
2941 * files.texi (Kinds of Files): Improve documentation of
2942 files-equal-p and file-subdir-of-p.
2943
f0e751b9
GM
29442012-02-26 Glenn Morris <rgm@gnu.org>
2945
2946 * intro.texi (Acknowledgements): Small changes.
2947
7e05b1ec
GM
29482012-02-25 Glenn Morris <rgm@gnu.org>
2949
2950 * errors.texi: Don't try to list _all_ the error symbols.
2951 Add circular-list, cl-assertion-failed, compression-error.
2952 * elisp.texi, vol1.texi, vol2.texi:
2953 * control.texi (Error Symbols): Tweak "Standard Errors" description.
2954
23453255 29552012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2956
2957 * files.texi (files-equal-p, file-subdir-of-p): New,
2958 add initial documentation.
2959
4963495d
CY
29602012-02-25 Chong Yidong <cyd@gnu.org>
2961
fa74b241
CY
2962 * files.texi (File Attributes): Document file-selinux-context.
2963 (Changing Files): Link to it.
2964 (Changing Files): Document set-file-selinux-context.
2965
2966 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
2967 changed. Mention default value of backup-directory-alist.
2968 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
2969 (Auto-Saving): New minor mode behavior for auto-save-mode.
2970 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 2971
4963495d
CY
2972 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
2973
4bb82fa8
GM
29742012-02-24 Glenn Morris <rgm@gnu.org>
2975
2976 * errors.texi (Standard Errors): Mention dbus-error.
2977 For arith-error sub-classes, just use one cross-ref.
2978
2cb228f7
AM
29792012-02-23 Alan Mackenzie <acm@muc.de>
2980
2981 * modes.texi (Defining Minor Modes): Document the new keyword
2982 :after-hook.
2983
a59225b1
CY
29842012-02-21 Chong Yidong <cyd@gnu.org>
2985
2986 * files.texi (Files): Mention magic file names as arguments.
2987 (Reading from Files): Copyedits.
2988 (File Attributes): Mention how to change file modes.
2989 (Changing Files): Use standard "file permissions" terminology.
2990 Add xref to File Attributes node.
2991 (Locating Files): Document locate-user-emacs-file.
2992 (Unique File Names): Recommend against using make-temp-name.
2993
8376d7c2
CY
29942012-02-19 Chong Yidong <cyd@gnu.org>
2995
2996 * help.texi (Documentation, Documentation Basics, Help Functions):
2997 Minor clarifications.
2998 (Accessing Documentation): Clarify what documentation-property is
2999 for. Add xref to Keys in Documentation.
3000
3001 * tips.texi (Documentation Tips): Don't recommend using * in
3002 docstrings.
3003
3004 * macros.texi (Defining Macros):
3005 * modes.texi (Derived Modes): Say "documentation string" instead
3006 of docstring.
3007
82233bea
CY
30082012-02-18 Chong Yidong <cyd@gnu.org>
3009
3010 * modes.texi (Tabulated List Mode): New node.
3011 (Basic Major Modes): Add xref to it.
3012
3013 * processes.texi (Process Information): Mention Process Menu mode.
3014
7b926f3f
CY
30152012-02-17 Chong Yidong <cyd@gnu.org>
3016
3017 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3018
0fd2c9a3
GM
30192012-02-17 Glenn Morris <rgm@gnu.org>
3020
3021 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3022
f700caa3
CY
30232012-02-16 Chong Yidong <cyd@gnu.org>
3024
4230351b
CY
3025 * syntax.texi (Syntax Tables, Syntax Descriptors)
3026 (Syntax Table Functions): Copyedits.
3027 (Syntax Basics): Don't repeat the material in the preceding node.
3028 (Syntax Class Table): Use a table.
3029 (Syntax Properties): Document syntax-propertize-function and
3030 syntax-propertize-extend-region-functions.
35e951cd 3031 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1cbae532
SM
3032 (Parser State): Update for the new "c" comment style.
3033 Fix description of item 7 (comment style).
4230351b 3034
f700caa3
CY
3035 * modes.texi (Minor Modes): Update how mode commands should treat
3036 arguments now.
3037 (Mode Line Basics): Clarify force-mode-line-update.
3038 (Mode Line Top): Note that the example is not realistic.
3039 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3040 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3041 "mode line construct" instead of "mode line specification".
3042 (Syntactic Font Lock): Remove mention of obsolete variable
3043 font-lock-syntactic-keywords.
3044 (Setting Syntax Properties): Node deleted.
3045 (Font Lock Mode): Note that Font Lock mode is a minor mode.
3046 (Font Lock Basics): Note that syntactic fontification falls back
3047 on `syntax-table'.
3048 (Search-based Fontification): Emphasize that font-lock-keywords
3049 should not be set directly.
3050 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
3051 (Syntactic Font Lock): Minor clarifications. Add xref to
3052 Syntactic Font Lock node.
f700caa3 3053
60236b0d
CY
30542012-02-15 Chong Yidong <cyd@gnu.org>
3055
3056 * minibuf.texi (Basic Completion): Define "completion table".
3057 Move completion-in-region to Completion in Buffers node.
3058 (Completion Commands): Use "completion table" terminology.
3059 (Completion in Buffers): New node.
3060
3061 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3062 (Setting Hooks): Update minor mode usage example.
3063 (Major Mode Conventions): Note that completion-at-point-functions
3064 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
3065 Remove duplicate tip about auto-mode-alist.
3066 (Minor Modes): Rewrite introduction.
3067 (Minor Mode Conventions): Copyedits. Don't recommend
3068 variable-only minor modes since few minor modes are like that.
60236b0d 3069
d7dbb11a
GM
30702012-02-15 Glenn Morris <rgm@gnu.org>
3071
3072 * processes.texi (Network): Document open-network-stream :parameters.
3073
3d8badf4
CY
30742012-02-14 Chong Yidong <cyd@gnu.org>
3075
3076 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3077 was removed on 2009-09-10. Update lisp-mode-map example.
3078 (Inheritance and Keymaps): Minor clarification.
3079 (Searching Keymaps): Remove out-of-place enumeration.
3080 (Key Lookup): Remove unnecessary example (one was already given in
3081 Format of Keymaps).
3082 (Changing Key Bindings): Update suppress-keymap example.
3083 (Menu Bar, Tool Bar): Copyedits.
3084 (Tool Bar): Update tool-bar-map example.
3085
faccede1
CY
30862012-02-12 Chong Yidong <cyd@gnu.org>
3087
3088 * debugging.texi (Debugger Commands): Continuing is now allowed
3089 for errors.
3090
355cabc6
CY
30912012-02-11 Chong Yidong <cyd@gnu.org>
3092
d860baa0
CY
3093 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3094 Move the list of standard bitmaps there.
3095 (Fringe Cursors): Rewrite for clarity.
3096 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3097
34106abe
CY
3098 * commands.texi (Command Overview): Mention read-key.
3099 (Using Interactive, Interactive Call): Minor clarifications.
3100 (Function Keys, Click Events): Avoid "input stream" terminology.
3101 (Click Events): Add xref to Window Sizes and Accessing Mouse.
3102 Clarify column and row components.
3103 (Accessing Mouse): Add xref to Click Events. Minor fixes.
3104 (Special Events): Copyedits.
3105
3106 * streams.texi (Input Streams): De-document get-file-char.
3107 (Output Variables): Don't refer to old backquote syntax.
3108
355cabc6
CY
3109 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
3110 (Error Debugging): Note that debug-ignored-errors overrides list
1cbae532
SM
3111 values of debug-on-error too. Add xref to Signaling Errors.
3112 Note that debug-on-signal is not customizable.
3113 Mention condition-case-unless-debug.
355cabc6
CY
3114 (Compilation Errors): Node deleted.
3115
3116 * compile.texi (Compiler Errors): Move a paragraph here from
3117 deleted node Compilation Errors.
3118
1be3ca5a
LL
31192012-02-10 Leo Liu <sdl.web@gmail.com>
3120
3121 * control.texi (Handling Errors): Change condition-case-no-debug
3122 to condition-case-unless-debug.
3123
25dec365
CY
31242012-02-10 Chong Yidong <cyd@gnu.org>
3125
3126 * advice.texi (Defining Advice): Clarify ad-unadvise.
3127 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3128 is not abnormal.
3129 (Advising Primitives): Node deleted; ad-define-subr-args has been
3130 removed.
3131
3132 * compile.texi (Speed of Byte-Code): Use float-time in example.
3133 (Compilation Functions): Note that the log uses Compilation mode.
3134 Don't discuss the contents of byte-code function object here.
3135 (Compilation Functions): De-document internal function byte-code.
3136 (Docs and Compilation): Minor clarifications.
3137
3138 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3139 Objects.
3140
5f5e4ea1
GM
31412012-02-10 Glenn Morris <rgm@gnu.org>
3142
3143 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3144 Mention secure-hash.
3145 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3146
6c1e4b46
CY
31472012-02-10 Chong Yidong <cyd@gnu.org>
3148
3149 * loading.texi (Loading): Don't emphasize "library" terminology.
3150 (Library Search): load-path is not a user option. Mention role of
3151 -L option and packages. Improve examples.
3152 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3153 obsolete.
3154 (Autoload): Minor clarifications.
3155
72ca698c
GM
31562012-02-10 Glenn Morris <rgm@gnu.org>
3157
b011fbfe
GM
3158 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3159
72ca698c
GM
3160 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3161
14a1f380
GM
31622012-02-08 Glenn Morris <rgm@gnu.org>
3163
3164 * loading.texi (Named Features): Update the require example.
3165
60d47423
GM
31662012-02-07 Glenn Morris <rgm@gnu.org>
3167
3168 * modes.texi (Defining Minor Modes):
3169 Expand on args of defined minor modes.
3170
0992bd9c
CY
31712012-02-07 Chong Yidong <cyd@gnu.org>
3172
3173 * variables.texi (Creating Buffer-Local): Minor clarification
3174 to buffer-local-variables doc (Bug#10715).
3175
af008560
GM
31762012-02-07 Glenn Morris <rgm@gnu.org>
3177
e80e1825 3178 * display.texi (ImageMagick Images): General update.
af008560
GM
3179 Move most details of imagemagick-render-type to the variable's doc.
3180
866c1d22
GM
31812012-02-06 Glenn Morris <rgm@gnu.org>
3182
f7c9199f 3183 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
3184 (Inheritance and Keymaps):
3185 Mention make-composed-keymap and multiple inheritance.
f7c9199f 3186
e7bc51d0
GM
3187 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3188
866c1d22
GM
3189 * control.texi (Handling Errors):
3190 Mention condition-case-no-debug and with-demoted-errors.
3191
03988c98
CY
31922012-02-05 Chong Yidong <cyd@gnu.org>
3193
3194 * customize.texi (Common Keywords): Minor clarifications.
3195 Document custom-unlispify-remove-prefixes.
3196 (Variable Definitions): Backquotes in defcustom seem to work fine
3197 now. Various other copyedits.
e1161b06
CY
3198 (Simple Types): Copyedits. Document color selector.
3199 (Composite Types): Copyedits.
3200 (Splicing into Lists): Clarifications.
03988c98
CY
3201
3202 * eval.texi (Backquote): Move from macros.texi.
3203
3204 * macros.texi (Expansion): Minor clarification.
3205 (Backquote): Move node to eval.texi.
3206 (Defining Macros): Move an example from Backquote node.
3207 (Argument Evaluation): No need to mention Pascal.
3208 (Indenting Macros): Add xref to Defining Macros.
3209
649f602c
GM
32102012-02-05 Glenn Morris <rgm@gnu.org>
3211
3212 * debugging.texi (Error Debugging): Mention debug-on-event default.
3213
34c99998
GM
32142012-02-04 Glenn Morris <rgm@gnu.org>
3215
8f05da42
GM
3216 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3217
7aa5aad8
GM
3218 * debugging.texi (Error Debugging): Mention debug-on-event.
3219 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3220
c7291ad9
GM
3221 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3222
34c99998
GM
3223 * text.texi (Buffer Contents):
3224 Update filter-buffer-substring description.
3225
735cc5ca
CY
32262012-02-04 Chong Yidong <cyd@gnu.org>
3227
6e911150
SM
3228 * functions.texi (What Is a Function): Add closures.
3229 Mention "return value" terminology. Add xref for command-execute.
1cbae532 3230 Remove unused "keystroke command" terminology.
735cc5ca
CY
3231 (Lambda Expressions): Give a different example than in the
3232 following subsection. Add xref to Anonymous Functions.
3233 (Function Documentation): Remove gratuitous markup.
3234 (Function Names): Move introductory text to `What Is a Function'.
3235 (Defining Functions): Fix defun argument spec.
1cbae532
SM
3236 (Anonymous Functions): Document lambda macro explicitly.
3237 Mention effects on lexical binding.
735cc5ca
CY
3238 (Function Cells): Downplay direct usage of fset.
3239 (Closures): New node.
3240 (Inline Functions): Remove "open-code" terminology.
3241 (Declaring Functions): Minor tweak; .m is not C code.
3242
3243 * variables.texi (Variables): Don't refer to "global value".
3244 (Local Variables, Void Variables): Copyedits.
3245 (Lexical Binding): Minor clarification of example.
3246 (File Local Variables): Mention :safe and :risky defcustom args.
3247 (Lexical Binding): Add xref to Closures node.
3248
94bc7984
GM
32492012-02-04 Glenn Morris <rgm@gnu.org>
3250
3251 * minibuf.texi (High-Level Completion): Updates for read-color.
3252
4f5a10ef
GM
32532012-02-03 Glenn Morris <rgm@gnu.org>
3254
eea14f31
GM
3255 * display.texi (GIF Images): Mention animation.
3256 Remove commented-out old example of animation.
3257 (Animated Images): New subsection.
3258 * elisp.texi (Top):
3259 * vol1.texi (Top):
3260 * vol2.texi (Top): Add Animated Images menu entry.
3261
4f5a10ef
GM
3262 * display.texi (Image Formats): Remove oddly specific information
3263 on versions of image libraries.
204e728d 3264 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 3265
12f381b7
GM
32662012-02-02 Glenn Morris <rgm@gnu.org>
3267
1b9f60cc
GM
3268 * processes.texi (Synchronous Processes):
3269 Mention call-process's :file gets overwritten.
3270
7e2734bc
GM
3271 * commands.texi (Reading One Event):
3272 * help.texi (Help Functions): Document read-char-choice.
3273
f58b9822
GM
3274 * hooks.texi (Standard Hooks):
3275 * modes.texi (Keymaps and Minor Modes):
3276 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3277
3278 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3279
12f381b7
GM
3280 * hooks.texi (Standard Hooks):
3281 * modes.texi (Major Mode Conventions, Mode Hooks):
3282 Document change-major-mode-after-body-hook.
3283
7a9a2fc6
GM
32842012-02-01 Glenn Morris <rgm@gnu.org>
3285
3286 * modes.texi (Defining Minor Modes):
3287 Mention disabling global minor modes on a per-major-mode basis.
3288
a037c171
CY
32892012-01-31 Chong Yidong <cyd@gnu.org>
3290
3291 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3292 (Parser State): Remove unnecessary statement (Bug#10661).
3293
3294 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3295
56afad3a
GM
32962012-01-31 Glenn Morris <rgm@gnu.org>
3297
3298 * modes.texi (Defining Minor Modes):
3299 Document define-minor-mode's new :variable keyword.
3300
0f29fa41
CY
33012012-01-29 Chong Yidong <cyd@gnu.org>
3302
837a390a
CY
3303 * syntax.texi (Syntax Class Table): Tweak description of newline
3304 char syntax (Bug#9619).
3305
0f29fa41
CY
3306 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3307 description (Bug#10189).
3308
182148ee
GM
33092012-01-29 Glenn Morris <rgm@gnu.org>
3310
a49ca6b9
GM
3311 * files.texi (Changing Files): Document SELinux support.
3312
182148ee
GM
3313 * windows.texi (Window Sizes): Fix typo.
3314
9962192e
CY
33152012-01-28 Chong Yidong <cyd@gnu.org>
3316
8c6e1920
CY
3317 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3318 doc (Bug#8568).
3319
9583ec59
CY
3320 * frames.texi (Input Focus): Add NORECORD arg to
3321 select-frame-set-input-focus. Clarify its role in select-frame.
3322
10256988
CY
3323 * text.texi (Transposition): We don't use transpose-region as an
3324 internal subroutine (Bug#3249).
3325
9962192e
CY
3326 * modes.texi (Example Major Modes): Update Lisp example code to
3327 current sources. Delete the old non-derived-major-mode example,
3328 which has diverged badly from current sources.
3329
2aa43abb
GM
33302012-01-27 Glenn Morris <rgm@gnu.org>
3331
3332 * makefile.w32-in (texinputdir): Fix (presumed) typo.
3333 (VERSION, manual): Remove, unused.
3334
9f40220d
CY
33352012-01-27 Chong Yidong <cyd@gnu.org>
3336
3337 * commands.texi (Command Overview): Minor clarification (Bug#10384).
3338
acc28cb9
CY
33392012-01-26 Chong Yidong <cyd@gnu.org>
3340
3341 * searching.texi (String Search): Document negative repeat count
3342 (Bug#10507).
3343
48da7392
GM
33442012-01-26 Glenn Morris <rgm@gnu.org>
3345
3346 * variables.texi (Using Lexical Binding):
3347 Mention that lexical-binding should be set in the first line.
3348
69b0acb9
LI
33492012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3350
3351 * macros.texi (Defining Macros): Don't claim that `declare' only
3352 affects Edebug and indentation.
3353
543757a8
LI
33542012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3355
3356 * macros.texi (Defining Macros): Slight `declare' fixup.
3357
450e3cae
GM
33582012-01-25 Glenn Morris <rgm@gnu.org>
3359
24189ce0 3360 * makefile.w32-in (texinputdir):
450e3cae
GM
3361 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
3362
1021c761
CY
33632012-01-24 Chong Yidong <cyd@gnu.org>
3364
3365 * variables.texi (Variables, Local Variables, Void Variables):
3366 Edit to make the descriptions less specific to dynamic binding.
3367 (Local Variables): Default max-specpdl-size is now 1300.
1cbae532
SM
3368 (Defining Variables): Edits for lexical scoping.
3369 Delete information about starting docstrings with *. De-document
1021c761
CY
3370 user-variable-p.
3371 (Tips for Defining): Remove an unimportant discussion of quitting
3372 in the middle of a load.
3373 (Accessing Variables, Setting Variables): Discuss lexical binding.
3374 (Variable Scoping): Rewrite.
3375 (Scope, Extent, Impl of Scope): Nodes deleted.
3376 (Dynamic Binding): New node, with material from Scope, Extent, and
3377 Impl of Scope nodes.
3378 (Dynamic Binding Tips): Rename from Using Scoping.
3379 (Lexical Binding): Rewrite.
3380 (Using Lexical Binding): Rename from Converting to Lexical
3381 Binding. Convert to subsection.
3382
3383 * customize.texi (Variable Definitions): Add custom-variable-p.
3384 Move user-variable-p documentation here.
3385
31cbea1d
CY
33862012-01-23 Chong Yidong <cyd@gnu.org>
3387
3388 * strings.texi (Text Comparison): Minor qualification.
3389
3390 * lists.texi (Cons Cells): Copyedits.
3391 (List Elements): Mention push.
3392 (List Variables): Mention pop.
3393 (Rings): Move to sequences.texi.
3394
3395 * sequences.texi (Sequence Functions): Don't repeat the
3396 introduction already given in the parent.
3397 (Vectors): Copyedits.
3398 (Rings): Move from lists.texi. Note that this is specific to the
3399 ring package.
3400
3401 * symbols.texi (Definitions, Symbol Components): Mention variable
3402 scoping issues.
3403 (Plists and Alists): Copyedits.
3404
3405 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3406 correctness with lexical scoping.
3407 (Eval): Copyedits.
3408
fead402d
CY
34092012-01-21 Chong Yidong <cyd@gnu.org>
3410
3411 * intro.texi (A Sample Function Description): Special notation
3412 used for macros too.
3413
3414 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3415 (Symbol Type): Add xref for keyword symbols.
3416 (Sequence Type): Clarify differences between sequence types.
3417 (Cons Cell Type): Add "linked list" index entry.
3418 (Non-ASCII in Strings): Copyedits.
3419 (Equality Predicates): Symbols with same name need not be eq.
3420
3421 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3422 ldexp. Move float-e and float-pi to Math Functions node.
3423
61086eb6
GM
34242012-01-21 Glenn Morris <rgm@gnu.org>
3425
3426 * modes.texi (Auto Major Mode):
3427 * variables.texi (File Local Variables):
3428 Mention inhibit-local-variables-regexps.
3429
34a02f46
MR
34302012-01-19 Martin Rudalics <rudalics@gmx.at>
3431
3432 * windows.texi (Window Configurations): Rewrite references to
3433 persistent window parameters.
3434 (Window Parameters): Fix description of persistent window
3435 parameters.
3436
f5064cae
JB
34372012-01-16 Juanma Barranquero <lekktu@gmail.com>
3438
3439 * windows.texi (Window Parameters): Use @pxref.
3440
6a6ee00d
MR
34412012-01-16 Martin Rudalics <rudalics@gmx.at>
3442
3443 * windows.texi (Window Configurations, Window Parameters):
3444 Describe persistent window parameters.
3445
9ca4c014
SM
34462011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3447
3448 * variables.texi (Creating Buffer-Local): Warn against misuses of
3449 make-variable-buffer-local (bug#10258).
3450
d027f83d
LMI
34512012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3452
3453 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3454
89bd9ccd
CY
34552012-01-06 Chong Yidong <cyd@gnu.org>
3456
1cbae532
SM
3457 * variables.texi (Directory Local Variables):
3458 Document hack-dir-local-variables-non-file-buffer.
89bd9ccd 3459
c869783d
GM
34602012-01-06 Glenn Morris <rgm@gnu.org>
3461
3462 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3463 rather than by keybinding.
3464
2cae5ba4
JB
34652011-12-29 Juanma Barranquero <lekktu@gmail.com>
3466
3467 * frames.texi (Font and Color Parameters): Add @pxref.
3468
43da4d08
DC
34692011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3470
3471 * frames.texi (Font and Color Parameters):
3472 Document w32 font backends (bug#10399).
3473
8d80ef01
PE
34742011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3475
3476 * files.texi (File Attributes, Changing Files):
3477 Use a more-natural notation for octal numbers.
3478
9022ae07
JB
34792011-12-23 Juanma Barranquero <lekktu@gmail.com>
3480
3481 * variables.texi (Variables with Restricted Values):
3482 Change reference to variable (bug#10354).
3483
454592a6
MR
34842011-12-13 Martin Rudalics <rudalics@gmx.at>
3485
3486 * windows.texi (Splitting Windows): Use t instead of non-nil
3487 when describing window-combination-resize.
3488
a7cdbfce
SM
34892011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3490
3491 * text.texi (Special Properties): Warn against `intangible' properties
3492 (bug#10222).
3493
a3dcc84e
EZ
34942011-11-26 Eli Zaretskii <eliz@gnu.org>
3495
579ebf8f
EZ
3496 * display.texi (Truncation):
3497 * text.texi (Special Properties): Describe what a stretch-glyph is
3498 instead of using that term without explanation. Make the
3499 cross-references more accurate.
3500
a3dcc84e
EZ
3501 * display.texi (Usual Display): Update the description,
3502 cross-references, and indexing related to display of control
3503 characters and raw bytes.
3504
94af99a4
MR
35052011-11-25 Martin Rudalics <rudalics@gmx.at>
3506
3507 * windows.texi (Splitting Windows): Fix description of
3508 window-combination-limit. Suggested by Eli Zaretskii.
3509
1c3d7a13
CY
35102011-11-23 Chong Yidong <cyd@gnu.org>
3511
3512 * windows.texi (Window Sizes): Move window-top-line,
3513 window-left-column, and window-*-pixel-edges to Coordinates and
3514 Windows node.
3515 (Coordinates and Windows): Restore window-edges doc.
3516
90151a1e
MR
35172011-11-21 Martin Rudalics <rudalics@gmx.at>
3518
a7cdbfce
SM
3519 * windows.texi (Windows and Frames, Splitting Windows):
3520 Fix typos.
90151a1e 3521
a9b9b7f5
CY
35222011-11-21 Chong Yidong <cyd@gnu.org>
3523
3524 * windows.texi (Splitting Windows): Fix error in documentation of
3525 window-combination-limit.
3526 (Cyclic Window Ordering): Minor fixes to next-window,
3527 one-window-p, and get-lru-window docs. Don't document
3528 window-list-1.
3529 (Buffers and Windows): Copyedits.
3530 (Choosing Window): Document special handling of special-display-*.
3531 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
3532 Don't document even-window-heights, which is going away.
3533 Clarify which options are obeyed by which action functions.
a9b9b7f5 3534
f4e90db0
SM
35352011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3538
d2999b1a
MR
35392011-11-20 Martin Rudalics <rudalics@gmx.at>
3540
f4e90db0
SM
3541 * windows.texi (Resizing Windows, Splitting Windows):
3542 Remove term "status" when talking about combination limits.
d2999b1a 3543
cd1181db
JB
35442011-11-20 Juanma Barranquero <lekktu@gmail.com>
3545
3546 * compile.texi (Compiler Errors):
3547 * help.texi (Help Functions): Fix typos.
3548
7bf54975
CY
35492011-11-19 Chong Yidong <cyd@gnu.org>
3550
3551 * windows.texi (Splitting Windows): Clarify role of window
3552 parameters in split-window. Shorten the example.
f4e90db0
SM
3553 (Deleting Windows): Rewrite intro to handle internal windows.
3554 Fix delete-windows-on doc.
7bf54975
CY
3555 (Selecting Windows): Copyedits.
3556
a0c2d0ae
MR
35572011-11-17 Martin Rudalics <rudalics@gmx.at>
3558
3559 * windows.texi (Resizing Windows, Splitting Windows)
3560 (Deleting Windows): Use term window-combination-resize instead
3561 of window-splits.
3562
b6f67890
MR
35632011-11-16 Martin Rudalics <rudalics@gmx.at>
3564
f4e90db0
SM
3565 * windows.texi (Resizing Windows, Splitting Windows):
3566 Rename occurrences of window-nest to window-combination-limit.
b6f67890 3567
0b381c7e
JB
35682011-11-14 Juanma Barranquero <lekktu@gmail.com>
3569
3570 * intro.texi (Lisp History): Fix typo.
3571
89d61221
MR
35722011-11-12 Martin Rudalics <rudalics@gmx.at>
3573
f4e90db0
SM
3574 * windows.texi (Splitting Windows, Deleting Windows):
3575 Remove references to splits status of windows.
89d61221 3576
b2621720
GM
35772011-11-10 Glenn Morris <rgm@gnu.org>
3578
3579 * buffers.texi (Read Only Buffers): Expand a bit on why
3580 toggle-read-only should only be used interactively. (Bug#7292)
3581
d2ad7ee1
CY
35822011-11-09 Chong Yidong <cyd@gnu.org>
3583
3584 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 3585 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
3586 window-inside-absolute-pixel-edges.
3587 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3588 non-full-width windows.
3589
2cffd681
MR
35902011-11-09 Martin Rudalics <rudalics@gmx.at>
3591
3592 * windows.texi (Resizing Windows): Rewrite documentation of
3593 window-resizable.
3594
f6f6d7e7
CY
35952011-11-09 Chong Yidong <cyd@gnu.org>
3596
3597 * windows.texi (Splitting Windows): Simplify example.
3598
a79db6e0
CY
35992011-11-08 Chong Yidong <cyd@gnu.org>
3600
3601 * windows.texi (Window Sizes): Copyedits. Document
3602 window-text-height. Remove window-min-height and window-min-width
3603 discussion, referring instead to Emacs manual.
3604 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
3605 (Resizing Windows): Simplify introduction. Don't document
3606 enlarge-window, shrink-window, enlarge-window-horizontally, and
3607 shrink-window-horizontally; they are no longer preferred for
3608 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 3609
441950c7
GM
36102011-11-07 Glenn Morris <rgm@gnu.org>
3611
3612 * windows.texi (Choosing Window): Fix keybinding typo.
3613
be7f5545
MR
36142011-11-07 Martin Rudalics <rudalics@gmx.at>
3615
3616 * windows.texi (Resizing Windows, Splitting Windows)
3617 (Window Configurations): Use "child window" instead of
3618 "subwindow".
3619
291d142b
CY
36202011-11-06 Chong Yidong <cyd@gnu.org>
3621
3622 * windows.texi (Basic Windows): Clarify various definitions.
3623 Treat window-normalize-* as internal; don't document them.
3624 (Windows and Frames): Various clarifications, e.g. non-live
3625 windows also belong to frames. Fix window-list description.
3626 Simplify window nesting example.
f4e90db0
SM
3627 (Splitting Windows, Window Configurations):
3628 Use split-window-below.
291d142b 3629
89bd5ee1
EZ
36302011-11-04 Eli Zaretskii <eliz@gnu.org>
3631
3632 * windows.texi (Window Sizes): Mention in the doc string that the
3633 return values of `window-body-height' and `window-body-width' are
3634 in frame's canonical units. (Bug#9949)
3635
3d8daefe
MR
36362011-10-30 Martin Rudalics <rudalics@gmx.at>
3637
3638 * windows.texi (Windows and Frames): Remove "iso-" infix from
3639 documentation of window-iso-combined-p.
3640
60754666
CY
36412011-10-26 Chong Yidong <cyd@gnu.org>
3642
3643 * modes.texi (Running Hooks): Document with-wrapper-hook.
3644
d366bd53
CY
36452011-10-18 Chong Yidong <cyd@gnu.org>
3646
3647 * display.texi (Glyphless Chars): New node.
3648
50b063c3
CY
36492011-10-13 Chong Yidong <cyd@stupidchicken.com>
3650
3651 * text.texi (Yanking): Document yank-excluded-properties.
3652
3653 * package.texi (Packaging Basics): The commentary should say how
3654 to begin using the package.
3655
c72063fa
MR
36562011-10-11 Martin Rudalics <rudalics@gmx.at>
3657
3658 * windows.texi (Deleting Windows): Mention which window gets
3659 selected when deleting the selected window.
3660
d83dc65b
MR
36612011-10-09 Martin Rudalics <rudalics@gmx.at>
3662
3663 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3664 with the selected window.
3665 * windows.texi (Buffers and Windows): Reformulate text on how
3666 replace-buffer-in-windows deals with a window.
3667 (Quitting Windows): Describe how quit-window deals with a
3668 standalone frame. Describe new option frame-auto-hide-function.
3669
c599682c
GM
36702011-10-08 Glenn Morris <rgm@gnu.org>
3671
48bca619
GM
3672 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3673
c599682c
GM
3674 * positions.texi (Excursions): Update warning message.
3675
969aa734
CY
36762011-10-05 Chong Yidong <cyd@stupidchicken.com>
3677
f4e90db0
SM
3678 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3679 Fix Emacs manual xref (Bug#9675).
969aa734 3680
550f41cd
CY
36812011-10-01 Chong Yidong <cyd@stupidchicken.com>
3682
3683 * windows.texi (Textual Scrolling): Document scroll-up-command,
3684 scroll-down-command, scroll-error-top-bottom, and the
3685 scroll-command symbol property.
717a1362
CY
3686 (Display Action Functions): Fix description of
3687 display-buffer-pop-up-window.
550f41cd 3688
a239d4e9
JB
36892011-09-28 Juanma Barranquero <lekktu@gmail.com>
3690
3691 * windows.texi (Splitting Windows): Fix typos.
3692
590c056d
MR
36932011-09-25 Martin Rudalics <rudalics@gmx.at>
3694
3695 * windows.texi (Windows and Frames, Display Action Functions)
3696 (Switching Buffers): Fix some typos.
3697 (Buffers and Windows): Remove reference to window-auto-delete.
3698 Reword description of replace-buffer-in-windows.
3699 (Window History): Fix some typos and refer to frame local buffer
3700 list.
c419f5cb
MR
3701 (Quitting Windows): New node.
3702 (Window Configurations): Add descriptions of window-state-get
3703 and window-state-put.
3704 (Window Parameters): Describe variable ignore-window-parameters.
3705 Sketch some window parameters currently in use.
3706 * elisp.texi (Top): Update node listing.
590c056d 3707
9ec20d36
CY
37082011-09-25 Chong Yidong <cyd@stupidchicken.com>
3709
3710 * windows.texi (Display Action Functions)
3711 (Choosing Window Options): New nodes.
3712
0e406a72
CY
37132011-09-24 Chong Yidong <cyd@stupidchicken.com>
3714
3715 * windows.texi (Window History): New node. Move text here from
3716 Buffers and Windows.
3717 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
3718 don't document display-buffer here; callers changed.
3719 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
3720 switch-to-buffer-other-frame. Delete duplicate
3721 replace-buffer-in-windows doc.
3722 (Choosing Window): Document display actions.
3723
6bf7006f
EZ
37242011-09-24 Eli Zaretskii <eliz@gnu.org>
3725
3726 * display.texi (Forcing Redisplay): Update the description of
3727 redisplay-dont-pause due to change in the default value.
3728
b33b68a3
MR
37292011-09-23 Martin Rudalics <rudalics@gmx.at>
3730
3731 * frames.texi (Frames and Windows): Move section and rename to
3732 Windows and Frames in windows.texi.
3733 * windows.texi (Windows): Restructure.
3734 (Basic Windows): Rewrite. Explain live and internal windows and
3735 normalization functions.
3736 (Windows and Frames): Move section here from frames.texi.
3737 Describe subwindows, window combinations, window tree, and
3738 corresponding functions including window-list here.
3739 (Window Sizes): Rename section from Size of Window and move it
3740 up in chapter. Describe total and body sizes and the
3741 corresponding functions. Explain new semantics of
3742 window-min-height/-width.
3743 (Resizing Windows): Move section up in chapter. Describe new
3744 resize functions.
3745 (Splitting Windows): Describe new behavior of split-window,
3746 split-window-above-each-other and split-window-side-by-side.
3747 Provide examples. Describe window-nest and window-splits
3748 options.
3749 (Deleting Windows): Minor rewrite.
f4e90db0
SM
3750 (Selecting Windows): Minor rewrite.
3751 Describe frame-selected-window and set-frame-selected-window here.
3752 (Cyclic Window Ordering): Minor rewrite.
3753 Describe window-list-1.
b33b68a3
MR
3754 (Buffers and Windows): Rewrite. Explain a window's previous and
3755 next buffers and the corresponding functions.
c4682d18 3756 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
3757 * elisp.texi (Top): Update node listings for frames and windows
3758 sections.
3759
4d3786ac
SM
37602011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3761
3762 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
3763
713df35b
LMI
37642011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3765
3766 * errors.texi (Standard Errors): Remove apparent placeholder text
3767 (bug#9491).
3768
33ed493b
CY
37692011-09-18 Chong Yidong <cyd@stupidchicken.com>
3770
3771 * frames.texi (Management Parameters): Fix description of
3772 icon-type parameter.
3773
b8f0a954
CY
37742011-09-17 Chong Yidong <cyd@stupidchicken.com>
3775
3776 * tips.texi (Key Binding Conventions): Don't bind a key sequence
3777 ending in C-g. Suggested by Edward O'Connor.
3778
eddf142c
EZ
37792011-09-17 Eli Zaretskii <eliz@gnu.org>
3780
3781 * numbers.texi (Integer Basics): Add indexing for
3782 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
3783
d8e213eb 37842011-09-14 Dani Moncayo <dmoncayo@gmail.com>
bf1af6c7
DM
3785
3786 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
3787
cec2eab8
JB
37882011-09-11 Juanma Barranquero <lekktu@gmail.com>
3789
3790 * processes.texi (Network Servers): Clarify what the process
3791 buffer is used for (bug#9233).
3792
d8e213eb 37932011-08-30 Dani Moncayo <dmoncayo@gmail.com>
1f403cb9
DM
3794
3795 * lists.texi (Building Lists): Fix typo.
3796
35137ed3
CY
37972011-08-30 Chong Yidong <cyd@stupidchicken.com>
3798
3799 * display.texi (Basic Faces): New node. Document new faces.
3800
3801 * modes.texi (Major Mode Conventions): Move some text there.
3802 (Mode Help): Remove major-mode var, duplicated in Major Modes.
3803
3fd50d5c
CY
38042011-08-29 Chong Yidong <cyd@stupidchicken.com>
3805
3806 * modes.texi (Basic Major Modes): New node. Callers updated.
3807 (Major Modes): Document fundamental-mode and major-mode.
3808 (Major Mode Basics): Node deleted; text moved to Major Modes.
3809 (Derived Modes): Document derived-mode-p.
3810
ddb54206
CY
38112011-08-28 Chong Yidong <cyd@stupidchicken.com>
3812
a6326082
CY
3813 * files.texi (Changing Files, Create/Delete Dirs): Document new
3814 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
3815 (Visiting Functions): Remove view-file; it is documented in the
3816 Emacs manual.
04e2ce72 3817
ddb54206
CY
3818 * frames.texi (Layout Parameters): The defaults for the
3819 menu-bar-lines and tool-bar-lines parameters depend on the mode.
3820
3821 * display.texi (Progress): Document spinner functionality.
3822
3823 * os.texi (Killing Emacs): Note that kill-emacs can be called by
3824 operating system signals. Refer to save-buffers-kill-terminal
3825 instead of save-buffers-kill-emacs.
3826
3827 * objects.texi (Symbol Type): Document ## print representation.
3828
0c95fcf7
EZ
38292011-08-25 Eli Zaretskii <eliz@gnu.org>
3830
3831 * display.texi (Specified Space): Mention that `space' specs
3832 influence bidi reordering.
3833 (Bidirectional Display): Explain how to use `(space . PROPS)' for
3834 separating fields with bidirectional content.
3835
5980d4c6
EZ
38362011-08-24 Eli Zaretskii <eliz@gnu.org>
3837
3838 * display.texi (Bidirectional Display): Document return value in
3839 buffers that are not bidi-reordered for display, and in unibyte
3840 buffers.
3841
bca633fb
EZ
38422011-08-23 Eli Zaretskii <eliz@gnu.org>
3843
3844 * nonascii.texi (Character Properties): Document the values for
3845 unassigned codepoints.
3846
c094bb0c
EZ
38472011-08-18 Eli Zaretskii <eliz@gnu.org>
3848
3849 * nonascii.texi (Character Properties): Document use of
3850 `bidi-class' and `mirroring' properties as part of reordering.
3851 Provide cross-references to "Bidirectional Display".
3852
3853 * display.texi (Bidirectional Display): Document the pitfalls of
3854 concatenating strings with bidirectional content, with possible
f4e90db0
SM
3855 solutions. Document bidi-string-mark-left-to-right.
3856 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
3857 Document use of `bidi-class' and `mirroring' properties as part of
3858 reordering.
c094bb0c 3859
1ea897d5
EZ
38602011-08-16 Eli Zaretskii <eliz@gnu.org>
3861
9adfcd0b
EZ
3862 * modes.texi (Major Mode Conventions): Improve the documentation
3863 of `mode-class' `special' modes.
3864
10862873
EZ
3865 * nonascii.texi (Character Properties): Document the `mirroring'
3866 property. Add index entries.
3867
1ea897d5
EZ
3868 * syntax.texi (Categories): Add an example of defining a new
3869 category and category table.
3870
3871 * searching.texi (Regexp Backslash): Document how to display
3872 existing categories. Mention the possibility of adding
3873 categories, and add an xref to where this is described. Add an
3874 index entry.
3875
ebb552ed
CY
38762011-08-09 Chong Yidong <cyd@stupidchicken.com>
3877
3878 * text.texi (Special Properties):
3879 * display.texi (Overlay Properties): Note that mouse-face cannot
3880 change the text size (Bug#8530).
3881
51a714e1
CY
38822011-08-08 Chong Yidong <cyd@stupidchicken.com>
3883
3884 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
3885 using setenv instead.
3886
4cc60b9b
EZ
38872011-07-28 Eli Zaretskii <eliz@gnu.org>
3888
3889 * display.texi (Bidirectional Display): Document the fact that
3890 bidi-display-reordering is t by default.
3891
5deb92fd
EZ
38922011-07-23 Eli Zaretskii <eliz@gnu.org>
3893
3894 * display.texi (Bidirectional Display): New section.
3895
011b0ad6 38962011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8 3897 Tim Cross <theophilusx@gmail.com> (tiny change)
8cf07e5a 3898 Glenn Morris <rgm@gnu.org>
011b0ad6 3899
67f9b9f8 3900 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 3901
4baf28e6
AS
39022011-07-15 Andreas Schwab <schwab@linux-m68k.org>
3903
3904 * help.texi (Keys in Documentation): Revert last change.
3905
66249842
LMI
39062011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3907
f863868c
LMI
3908 * help.texi (Keys in Documentation): Clarify that \= only quotes
3909 the next character, and doesn't affect longer sequences in
3910 particular (bug#8935).
3911
f4e90db0
SM
3912 * debugging.texi (Using Debugger):
3913 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 3914
0bb23927 39152011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
3916
3917 * display.texi (Other Display Specs): Document that `left-fringe'
3918 and `right-fringe' display specifications are of the "replacing"
3919 kind.
3920
f2027cdf
LMI
39212011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3922
3923 * help.texi (Documentation Basics): Add a link to the Function
3924 Documentation node (bug#6580).
3925
f987fde4
LMI
39262011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3927
0bc59b25
LMI
3928 * keymaps.texi (Menu Bar): Mention :visible and :enable
3929 (bug#6344). Text by Drew Adams.
3930
63d55f1f
LMI
3931 * modes.texi (Running Hooks): Mention buffer-local hook variables
3932 (bug#6218).
3933
f987fde4
LMI
3934 * objects.texi (General Escape Syntax): "a with grave accent" is
3935 ?xe0, not ?x8e0 (bug#5259).
3936
b7527639
CY
39372011-07-12 Chong Yidong <cyd@stupidchicken.com>
3938
3939 * display.texi (Face Attributes, Font Selection): Add references
3940 to the Fonts node in the Emacs manual (Bug#4178).
3941
c830e5ae
CY
39422011-07-12 Chong Yidong <cyd@stupidchicken.com>
3943
3944 * display.texi (Window Systems): `window-system' is
3945 terminal-local.
3946
3947 * frames.texi (Frame Parameters, Parameter Access): Don't mention
3948 frame-local variables.
3949
3950 * variables.texi (Buffer-Local Variables): Don't mention obsolete
3951 frame-local variables.
3952 (Frame-Local Variables): Node deleted.
3953
3954 * elisp.texi (Top): Update node listing.
3955
91223e54
LMI
39562011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3957
3958 * elisp.texi: Change "inferiors" to "subnodes" in three places
3959 (bug#3523).
3960
963578d3
CY
39612011-07-11 Chong Yidong <cyd@stupidchicken.com>
3962
3963 * frames.texi (Window System Selections): Discussion of
3964 x-select-enable-clipboard moved to Emacs manual.
3965
07151e49
DD
39662011-07-11 Deniz Dogan <deniz@dogan.se>
3967
3968 * commands.texi (Prefix Command Arguments): Remove excessive
3969 apostrophe.
3970
7261e1cf
LMI
39712011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3972
ad21a12a
LMI
3973 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
3974 description is a string (bug#3313).
3975
7261e1cf
LMI
3976 * frames.texi (Display Feature Testing): Try to explain what all
3977 the visual classes mean (bug#3042).
3978
568f7b79
LMI
39792011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3980
18d59e29
LMI
3981 * modes.texi (Mode Line Variables): Document `mode-line-remote'
3982 and `mode-line-client' (bug#2974).
3983
568f7b79
LMI
3984 * text.texi (Insertion): Clarify marker movements (bug#1651).
3985 Text from Drew Adams.
3986
54e10184
LMI
39872011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3988
d94d85e9
LMI
3989 * text.texi (Special Properties): Clarify the format of `face'
3990 (bug#1375).
3991
54e10184
LMI
3992 * commands.texi (Interactive Call): Add a `call-interactively'
3993 example (bug#1010).
3994
413c488d
LMI
39952011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3996
3997 * functions.texi (Calling Functions): Link to the "Interactive
3998 Call" node (bug#1001).
3999
322b7dab 40002011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 4001
3deead93
CY
4002 * customize.texi (Composite Types): Move alist and plist to here
4003 from Simple Types (Bug#7545).
4004
4005 * elisp.texi (Top): Update menu description.
4006
b00d8c1a
CY
4007 * display.texi (Face Attributes): Document negative line widths
4008 (Bug#6113).
4009
d2a6c43b
TR
40102011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4011
4012 * searching.texi (Match Data): Note that match data can be
4013 overwritten by most functions (bug#2499).
4014
c7844a27
LMI
40152011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4016
a9ab721e
LMI
4017 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4018 flags mean (bug#6659).
4019
c7844a27
LMI
4020 * functions.texi (What Is a Function): Document the autoload
4021 object (bug#6496).
4022
f68d76d0
LMI
40232011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4024
8a20ca4c
LMI
4025 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4026 is only used in the Customize user interface (bug#6089).
4027
f68d76d0 4028 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 4029 images (bug#7836).
f68d76d0 4030
7018dbe7
EZ
40312011-07-02 Eli Zaretskii <eliz@gnu.org>
4032
4033 * variables.texi (Defining Variables, Void Variables)
4034 (Constant Variables): Fix incorrect usage of @kindex.
4035
36cb87a1
LMI
40362011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4037
28ee97c7
LMI
4038 * variables.texi (Defining Variables): Add an index entry for
4039 `set-variable' (bug#7262).
8d4294e9 4040 (Defining Variables): Use @findex for functions.
28ee97c7 4041
8862ffd5
LMI
4042 * frames.texi (Basic Parameters): Document the `explicit-name'
4043 parameter (bug#6951).
4044
0ec389b9
LMI
4045 * customize.texi (Type Keywords): Clarify that :value provides a
4046 default value for all types (bug#7386).
4047
36cb87a1
LMI
4048 * streams.texi (Output Functions): Document `pp'.
4049
11fdef7d 40502011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
4051
4052 * keymaps.texi (Searching Keymaps):
4053 * display.texi (Overlay Properties): Fix errors in 2011-05-29
4054 change. Suggested by Johan Bockgård.
4055
eeafcea7
CY
40562011-06-15 Chong Yidong <cyd@stupidchicken.com>
4057
4058 * text.texi (Special Properties): Clarify role of font-lock-face.
4059
b96e6cde
LMI
40602011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4061
f4e90db0 4062 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
4063 to `process-live-p' for consistency with other `-live-p' functions.
4064
be14b9ab
PE
40652011-06-03 Paul Eggert <eggert@cs.ucla.edu>
4066
4067 Document wide integers better.
4068 * files.texi (File Attributes): Document ino_t values better.
2d365993 4069 ino_t values no longer map to anything larger than a single cons.
35e951cd 4070 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
be14b9ab 4071 (Bitwise Operations):
001903b5
PE
4072 * objects.texi (Integer Type): Use a binary notation that is a bit easier
4073 to read, and that will port better if 62-bits becomes the default.
4074 Fix or remove incorrect examples.
be14b9ab
PE
4075 * os.texi (Time Conversion): Document time_t values better.
4076
bcd54f83
LMI
40772011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4078
f4e90db0
SM
4079 * processes.texi (Process Information):
4080 Document `process-alive-p'.
bcd54f83 4081
049bcbcb
CY
40822011-05-29 Chong Yidong <cyd@stupidchicken.com>
4083
4084 * help.texi (Accessing Documentation):
4085 * display.texi (Pixel Specification):
4086 * processes.texi (Serial Ports, Serial Ports):
4087 * nonascii.texi (Character Properties, Default Coding Systems):
4088 * text.texi (Changing Properties, Special Properties):
4089 * windows.texi (Window Start and End):
4090 * modes.texi (SMIE Indentation Example, SMIE Tricks):
4091 * keymaps.texi (Searching Keymaps, Tool Bar):
4092 * minibuf.texi (Basic Completion):
4093 * compile.texi (Eval During Compile):
4094 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4095 7x9 paper in printed manual.
4096
4097 * lists.texi (Sets And Lists): Fix misplaced text.
4098
58539c63
CY
40992011-05-29 Chong Yidong <cyd@stupidchicken.com>
4100
4101 * keymaps.texi (Remapping Commands): Emphasize that the keymap
4102 needs to be active (Bug#8350).
4103
6b5681bf
CY
41042011-05-28 Chong Yidong <cyd@stupidchicken.com>
4105
b4d52acc
CY
4106 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4107
6b5681bf
CY
4108 * tips.texi (Coding Conventions): Remove antediluvian filename
4109 limit recommendation (Bug#8538).
4110
e145f188
GM
41112011-05-27 Glenn Morris <rgm@gnu.org>
4112
4113 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4114
eafed945
GM
41152011-05-26 Glenn Morris <rgm@gnu.org>
4116
4117 * variables.texi (File Local Variables):
4118 Update hack-local-variables `mode-only' return value.
2d3ba9e7 4119 Add some more details on what this function does in the other case.
eafed945 4120
bc8410af
GM
41212011-05-19 Glenn Morris <rgm@gnu.org>
4122
4123 * lists.texi (Sets And Lists): Mention cl provides union etc.
4124
35a30759
N
41252011-05-19 Nix <nix@esperi.org.uk>
4126
4127 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4128
4129 * text.texi (Parsing HTML): Update for function name changes.
4130
4131 * syntax.texi (Syntax Flags): Small fix.
4132
4133 * keymaps.texi (Active Keymaps): Typo fix.
4134 (Changing Key Bindings): Grammar fix.
4135
4136 * frames.texi (Minibuffers and Frames): Grammar fix.
4137 (Window System Selections): x-select-enable-clipboard now defaults to t.
4138
4139 * customize.texi (Common Keywords):
4140 * display.texi (Abstract Display):
4141 * modes.texi (Auto-Indentation):
4142 * nonascii.texi (Converting Representations): Typo fixes.
4143
4144 * control.texi (Examples of Catch): Call it "goto" not "go to".
4145
e3934a8a
EZ
41462011-05-14 Eli Zaretskii <eliz@gnu.org>
4147
bc039a3b
EZ
4148 * nonascii.texi (Character Properties): Fix inconsistencies with
4149 implementation.
4150
e3934a8a
EZ
4151 * text.texi (Special Properties): Move @defvar's out of the
4152 @table. (Bug#8652)
4153
e2c94218
GM
41542011-05-12 Glenn Morris <rgm@gnu.org>
4155
4156 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4157
d2fc7e3d 41582011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
4159
4160 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4161 (Multiline Font Lock):
4162 * vol2.texi (Top):
4163 * vol1.texi (Top):
4164 * elisp.texi (Top): Update menu accordingly.
4165
d2fc7e3d 41662011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
4167
4168 * modes.texi (Region to Fontify): Fix typo.
4169
79b70037
GM
41702011-05-10 Jim Meyering <meyering@redhat.com>
4171
4172 * minibuf.texi: Fix typo "in in -> in".
4173
b08a63cc 41742011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
4175
4176 * numbers.texi (Integer Basics): Large integers are treated as floats.
4177
1ef14cb4
LMI
41782011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4179
4180 * processes.texi (Synchronous Processes): Document the (:file
4181 "/file-name") syntax for `call-process'.
4182
4ffd0d6b 41832011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
4184
4185 * windows.texi (Choosing Window): Fix typo.
4186
4ffd0d6b 41872011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
4188
4189 * frames.texi (Layout Parameters): Note the difference between
4190 querying and setting parameters for left-fringe and right-fringe
4191 (Bug#6930).
4192
fd5a8ae8
SM
41932011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4194
4195 * minibuf.texi (Basic Completion): Be a bit more precise about the
4196 valid kinds of completion tables.
4197 (Programmed Completion): Remove obsolete text about lambda expressions
4198 not being valid completion tables.
4199
c1bcd0d5
CY
42002011-03-19 Chong Yidong <cyd@stupidchicken.com>
4201
4202 * positions.texi (Excursions): Explain the "save-excursion
4203 defeated by set-buffer" warning.
4204
4205 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4206 save-excursion. Suggested by Uday S Reddy.
4207
03408648 42082011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 4209
03408648
SM
4210 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4211 (Lexical Binding): New sub-section.
ba83908c 4212
03408648
SM
4213 * eval.texi (Eval): Discourage the use of `eval'.
4214 Document its new `lexical' argument.
6c075cd7 4215
f6d62986
SM
42162011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4217
03408648 4218 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
4219 nil any more.
4220
84ea5558 42212011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
4222
4223 * strings.texi (String Conversion): Don't mention
4224 string-make-(uni|multi)byte (bug#8262).
4225 * nonascii.texi (Converting Representations): Fix up range.
4226 * keymaps.texi (Key Binding Commands): Update code point, avoid
4227 "unibyte character" and remove mention of unibyte bindings.
4228
62d94509
EZ
42292011-03-10 Eli Zaretskii <eliz@gnu.org>
4230
4231 * modes.texi (Operator Precedence Grammars): Don't use characters
4232 outside ISO-8859-1.
4233
63a329f8
EZ
42342011-03-09 Eli Zaretskii <eliz@gnu.org>
4235
4236 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4237
4238 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4239
6446548e
GM
42402011-03-08 Glenn Morris <rgm@gnu.org>
4241
4242 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4243 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 4244 * elisp.texi: Set documentencoding.
6446548e 4245
33383987
JB
42462011-03-07 Chong Yidong <cyd@stupidchicken.com>
4247
4248 * Version 23.3 released.
4249
0b3ceceb
CY
42502011-03-06 Chong Yidong <cyd@stupidchicken.com>
4251
4252 * package.texi: Update index keywords.
4253 (Package Archives): New node contents. Document package-x.el.
4254
78f5433f
JB
42552011-03-06 Juanma Barranquero <lekktu@gmail.com>
4256
4257 * makefile.w32-in (srcs): Add package.texi.
4258
555e9b5c
CY
42592011-03-06 Chong Yidong <cyd@stupidchicken.com>
4260
120d9389
CY
4261 * package.texi (Packaging, Packaging Basics, Simple Packages)
4262 (Multi-file Packages): Expand and clarify.
4263 (Package Archives): Temporary placeholder node.
4264
4265 * elisp.texi (Top): Update node listing.
4266
555e9b5c
CY
4267 * Makefile.in (srcs): Add package.texi.
4268
b59a4335
CY
42692011-03-05 Chong Yidong <cyd@stupidchicken.com>
4270
4271 * processes.texi (Synchronous Processes): Minor clarification
4272 (Bug#8149).
4273
06083aa1
GM
42742011-03-03 Glenn Morris <rgm@gnu.org>
4275
4276 * files.texi (Truenames): Minor clarification. (Bug#2341)
4277
6640b281
GM
42782011-03-01 Glenn Morris <rgm@gnu.org>
4279
4280 * variables.texi (Directory Local Variables):
4281 Mention `(subdirs . nil)' alist element.
4282
2b0c7330 42832011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
4284
4285 * variables.texi (Directory Local Variables): Mention the optional
4286 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4287
b923f7a9
CY
42882011-02-27 Chong Yidong <cyd@stupidchicken.com>
4289
4290 * minibuf.texi (Minibuffer History): Clarify discussion of
4291 minibuffer history lists (Bug#8085).
4292
67ab0163 42932011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 4294
e979a521
EZ
4295 * elisp.texi: Sync @dircategory with ../../info/dir.
4296
e03b2fd4
EZ
4297 * files.texi (Visiting Functions): Document find-file-literally,
4298 both the command and the variable.
4299
86ec878a
EZ
4300 * variables.texi (Creating Buffer-Local): Explain the meaning of
4301 permanent local variables.
4302
67ab0163
GM
4303 * files.texi (Visiting Functions): Document find-file-literally,
4304 both the command and the variable.
4305
4306 * variables.texi (Creating Buffer-Local): Explain the meaning of
4307 permanent local variables.
4308
43092011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
4310
4311 * keymaps.texi (Remapping Commands): Mention how to undo it.
4312
bfcb151a
RT
43132011-02-09 Reuben Thomas <rrt@sc3d.org>
4314
4315 * loading.texi (Hooks for Loading): Remove unnecessary advice
4316 about eval-after-load (Bug#7986).
4317
a41c8660
CY
43182011-02-05 Chong Yidong <cyd@stupidchicken.com>
4319
4320 * commands.texi (Accessing Mouse): Note that a header line is not
4321 included in the row of posn-col-row.
4322
e0dd6837
CY
43232011-02-02 Chong Yidong <cyd@stupidchicken.com>
4324
4325 * modes.texi (Major Mode Conventions): Add face guidelines.
4326 (Faces for Font Lock): List faces in order of prominence.
4327
a4180391
PE
43282011-02-01 Paul Eggert <eggert@cs.ucla.edu>
4329
4330 format-time-string now supports subsecond time stamp resolution
4331 * os.texi (Time Parsing): Document %N.
4332
7427eb97
CY
43332011-01-28 Chong Yidong <cyd@stupidchicken.com>
4334
61db307f
CY
4335 * vol1.texi (Top):
4336 * vol2.texi (Top):
4337 * elisp.texi (Top):
4338 * display.texi (Display Property): Shorten the menu description of
4339 the "Other Display Specs" node (Bug#7816).
4340
7427eb97
CY
4341 * keymaps.texi (Defining Menus): Add "menu item" and "extended
4342 menu item" concept index entries (Bug#7805).
4343
bf3dae7e
EZ
43442011-01-29 Eli Zaretskii <eliz@gnu.org>
4345
4346 * makefile.w32-in (texinfodir): New variable.
4347 (usermanualdir): Remove as redundant with $(emacsdir).
4348 (MAKEINFO): Remove options, leave only program name.
4349 (MAKEINFO_OPTS): New variable.
4350 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4351
06d8ace5 43522011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
4353 Richard Kim <emacs18@gmail.com>
4354
4355 * loading.texi (Library Search): Document list-load-path-shadows
4356 (Bug#7757).
4357
06d8ace5 43582011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
4359
4360 * searching.texi (Regexp Special): Remove outdated discussion of
4361 character sets (Bug#7780).
4362
28a88153
CY
4363 * frames.texi (Pop-Up Menus): Document where menu title comes
4364 from (Bug#7684).
4365
06d8ace5 43662011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
4367
4368 * display.texi (Making Buttons): Mention limitation of text buttons.
4369
a8e1e9ee
WL
43702011-01-23 Werner Lemberg <wl@gnu.org>
4371
4372 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4373 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4374 (ENVADD): New variable to control texi2dvi and texi2pdf.
4375
362b9d48
GM
43762011-01-15 Chong Yidong <cyd@stupidchicken.com>
4377
4378 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4379 Emacs manual.
4380
43812011-01-15 Eli Zaretskii <eliz@gnu.org>
4382
4383 * files.texi (Directory Names): Explain why FROM in
4384 directory-abbrev-alist should begin with \`. (Bug#7777)
4385
3fa173b4
SM
43862011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4387
4388 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4389
7c420169 43902011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
4391
4392 * modes.texi (Emulating Mode Line): Fix last change.
4393
7c420169 43942011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
4395
4396 * modes.texi (Emulating Mode Line): Update documentation of
4397 format-mode-line according to changes that fixed bug #7587.
4398
80b33766
SM
43992010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4400
4401 * modes.texi (Derived Modes): Mention prog-mode.
4402
4403 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4404 of the key-binding-data cache since we don't use it any more.
4405
f49d1f52 44062010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 4407
4bb49a92
EZ
4408 * processes.texi (Shell Arguments):
4409 * strings.texi (Creating Strings): Don't mention "shell commands";
4410 make it explicit that `split-string-and-unquote' and
4411 `combine-and-quote-strings' are mainly for working with arguments
4412 to call-process and start-process.
4413
3c73e30e
EZ
4414 * processes.texi (Shell Arguments): Fix documentation of
4415 `split-string-and-unquote'. Add indexing. (Bug#7563)
4416
f49d1f52 44172010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
4418
4419 * modes.texi (Auto-Indentation): New section to document SMIE.
4420 (Major Mode Conventions):
4421 * text.texi (Mode-Specific Indent): Refer to it.
4422
f49d1f52 44232010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
4424
4425 * display.texi (Other Display Specs): Document left-fringe and
4426 right-fringe display specs.
4427
f49d1f52 44282010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
4429
4430 * backups.texi (Making Backups):
4431 * modes.texi (Example Major Modes): Use recommended coding style.
4432 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4433 define-derived-mode. Mention completion-at-point-functions.
4434
f49d1f52 44352010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 4436
5dcb4c4e
SM
4437 * nonascii.texi (Converting Representations):
4438 Document byte-to-string.
e1115396 4439
ec1b9b17
GM
44402010-12-08 Glenn Morris <rgm@gnu.org>
4441
4442 * buffers.texi (Modification Time):
4443 verify-visited-file-modtime now defaults to the current buffer.
4444
07976ae3 44452010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 4446
ec1b9b17 4447 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
4448
4449 * strings.texi (Creating Strings): Don't mention semi-obsolete
4450 function char-to-string.
4451 (String Conversion): Shorten discussion of semi-obsolete function
4452 string-to-char. Link to Converting Representations.
4453
4454 * objects.texi (Symbol Type):
4455 * text.texi (Near Point):
4456 * help.texi (Help Functions):
4457 * functions.texi (Mapping Functions): Use string instead of
4458 char-to-string in examples.
4459
07976ae3 44602010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
4461
4462 * text.texi (Kill Functions, Kill Functions)
4463 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4464 YANK-HANDLER args.
4465
4466 * symbols.texi (Creating Symbols): Using unintern without an
4467 obarray arg is now obsolete.
4468
4469 * numbers.texi (Float Basics): Document float-e and float-pi.
4470
4471 * variables.texi (Defining Variables): Change "pi" example to
4472 "float-pi".
4473
8547874a
EZ
44742010-11-26 Eli Zaretskii <eliz@gnu.org>
4475
4476 * commands.texi (Click Events): Document the values of X, Y and
4477 COL, ROW in the event's position, when the click is on the header
4478 or mode line, on the fringes, or in the margins.
4479
4a47c275 44802010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 4481
5b05d75b
EZ
4482 * customize.texi (Composite Types): Lower-case index entry.
4483
5dcb4c4e
SM
4484 * loading.texi (How Programs Do Loading):
4485 Document load-file-name. (Bug#7346)
c7926fe2 4486
4a47c275 44872010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
4488
4489 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4490
0eb025fb
EZ
44912010-11-13 Eli Zaretskii <eliz@gnu.org>
4492
4493 * display.texi (Usual Display): Characters with no fonts are not
4494 necessarily displayed as empty boxes.
4495
2699a554 44962010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
4497
4498 * maps.texi (Standard Keymaps): Update File menu description.
4499
8289f37b
GM
45002010-10-28 Glenn Morris <rgm@gnu.org>
4501
4502 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4503
5793a7bc 45042010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
4505
4506 * display.texi (Window Systems): Deprecate use of window-system as
4507 a predicate.
4508
17284e30
GM
45092010-10-23 Glenn Morris <rgm@gnu.org>
4510
4511 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4512 sorted-doc.
4513
00f113eb
JB
45142010-10-15 Eli Zaretskii <eliz@gnu.org>
4515
4516 * os.texi (Dynamic Libraries): New node, with slightly modified
4517 text deleted from "Image Formats".
4518 (System Interface): Add @menu entry for "Dynamic Libraries".
4519
4520 * display.texi (Image Formats): Remove description of
4521 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4522
07277eb8
GM
45232010-10-12 Glenn Morris <rgm@gnu.org>
4524
4525 * book-spine.texinfo: Rename to book-spine.texi.
4526
c12e4a81
GM
45272010-10-11 Glenn Morris <rgm@gnu.org>
4528
df187c62
GM
4529 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4530
c12e4a81 4531 * Makefile.in (DVIPS): New variable.
234db610
GM
4532 (.PHONY): Add html, ps.
4533 (html, elisp.html, ps, elisp.ps): New targets.
4534 (clean): Delete html, ps files.
4535 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 4536
6513b232
EZ
45372010-10-09 Eli Zaretskii <eliz@gnu.org>
4538
4539 * makefile.w32-in (emacsdir): New variable.
4540 (srcs): Add emacsver.texi.
4541 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4542
abd40fb4
GM
45432010-10-09 Glenn Morris <rgm@gnu.org>
4544
c1dc72b3
GM
4545 * Makefile.in (VPATH): Remove.
4546 (infodir): Make it absolute.
4547 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4548
4393405b
GM
4549 * Makefile.in (dist): Anchor regexps.
4550
eef3ab94
GM
4551 * Makefile.in (srcs): Put elisp.texi first.
4552 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4553
aa9db089
GM
4554 * Makefile.in (infoclean): Remove harmless, long-standing error.
4555
abd40fb4
GM
4556 * Makefile.in ($(infodir)): Delete rule.
4557 (mkinfodir): New.
4558 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4559
68db69ed 4560 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 4561 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 4562
ea274122
GM
45632010-10-09 Glenn Morris <rgm@gnu.org>
4564
f7a31f11
GM
4565 * Makefile.in (emacsdir): New variable.
4566 (MAKEINFO): Add -I $emacsdir.
4567 (dist): Copy emacsver.texi.
b13254e7
GM
4568 (srcs): Add emacsver.texi.
4569
f7a31f11
GM
4570 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4571 Set EMACSVER by including emacsver.texi.
4572
ea274122
GM
4573 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4574
17ca7950
GM
45752010-10-07 Glenn Morris <rgm@gnu.org>
4576
4577 * Makefile.in (version): New, set by configure.
4578 (clean): Delete dist tar file.
4579 (dist): Use version in tar name.
4580
4c83f6e1
GM
45812010-10-06 Glenn Morris <rgm@gnu.org>
4582
4583 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4584 (INSTALL_INFO): Remove unused variable.
4585 (mostlyclean, infoclean, dist): New rules.
4586 (clean): Delete dvi and pdf files.
4587 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 4588 ($(infodir)): Add parallel build workaround.
4c83f6e1 4589
0264072d
GM
45902010-10-04 Glenn Morris <rgm@gnu.org>
4591
4592 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4593 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 4594 Fix -I typo.
0264072d
GM
4595 (clean): No 'make.out' or 'core' files.
4596 (.PHONY): Declare clean rules.
4597 (maintainer-clean): Delete pdf file. Guard against cd failures.
4598
77f38949
GM
45992010-10-03 Glenn Morris <rgm@gnu.org>
4600
4601 * files.texi (File Name Components): Remove ignored section about
4602 deleted variable directory-sep-char.
4603
178fdd41
MA
46042010-10-03 Michael Albinus <michael.albinus@gmx.de>
4605
4606 * files.texi (Magic File Names): New defopt
4607 remote-file-name-inhibit-cache.
4608
9c524fcb
GM
46092010-10-02 Glenn Morris <rgm@gnu.org>
4610
4611 * os.texi (Killing Emacs): Hook now runs in batch mode.
4612
f816790b
SM
46132010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 * text.texi (Special Properties): Clarify when modification-hooks run.
4616
7cf78aac
SM
46172010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4618
4619 * syntax.texi (Syntax Flags): Document new `c' flag.
4620
ca0d44e4
GM
46212010-09-09 Glenn Morris <rgm@gnu.org>
4622
4623 * display.texi (ImageMagick Images): General cleanup.
4624
10999305 46252010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
4626
4627 * files.texi (Directory Names): Use \` rather than ^.
4628
45240125
JD
46292010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4630
4631 * text.texi (Low-Level Kill Ring):
4632 * frames.texi (Window System Selections): Remove cut buffer
4633 documentation.
4634
4abe5bf6
EZ
46352010-08-28 Eli Zaretskii <eliz@gnu.org>
4636
4637 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4638 Parameters", where the default fringe width is described.
4639
4640 * frames.texi (Window Frame Parameters, Basic Parameters)
4641 (Position Parameters, Layout Parameters, Management Parameters)
4642 (Cursor Parameters, Font and Color Parameters): Add indexing for
4643 frame parameters. (Bug#6929)
4644
fdc76236
TT
46452010-08-25 Tom Tromey <tromey@redhat.com>
4646
4647 * vol2.texi (Top): Update.
4648 * vol1.texi (Top): Update.
4649 * tips.texi (Library Headers): Mention Package-Version and
4650 Package-Requires.
4651 * package.texi: New file.
4652 * os.texi (System Interface): Update pointers.
4653 * elisp.texi (Top): Link to new nodes. Include package.texi.
4654 * anti.texi (Antinews): Update pointers.
4655
1e5c1c80
EZ
46562010-08-25 Eli Zaretskii <eliz@gnu.org>
4657
4658 * processes.texi (Filter Functions): Fix last change.
4659
78e33835
CY
46602010-08-24 Markus Triska <triska@gmx.at>
4661
4662 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4663 of `buffer-name' in the main text as well as in the example
4664 (Bug#3098).
4665
198a7a97
CY
46662010-08-22 Chong Yidong <cyd@stupidchicken.com>
4667
4668 * nonascii.texi (Text Representations):
4669 * loading.texi (Loading Non-ASCII):
4670 * compile.texi (Byte Compilation): Don't mention obsolete
4671 --unibyte command-line argument.
4672
bc7d7ea6
CY
46732010-08-22 Chong Yidong <cyd@stupidchicken.com>
4674
4675 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4676
b0126eac 46772010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
4678
4679 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4680
e8a6cc19
EZ
46812010-08-20 Eli Zaretskii <eliz@gnu.org>
4682
4683 * commands.texi (Misc Events): Add cross-references to where
4684 POSITION of a mouse event is described in detail.
4685
c4e7c63a 46862010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 4687
c4e7c63a 4688 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 4689
7815fe19 46902010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
4691
4692 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4693 Suggested by Štěpán Němec <stepnem@gmail.com>.
4694
7815fe19 46952010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
4696
4697 * minibuf.texi (High-Level Completion): Document args of
4698 `read-buffer-function' (bug#5625).
4699
8b2dd508
JD
47002010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4701
4702 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4703
bace45fe
MA
47042010-07-29 Michael Albinus <michael.albinus@gmx.de>
4705
4706 * processes.texi (Process Information): Explain process property
4707 `remote-tty'.
4708
4ce5a4cc
JB
47092010-07-27 Juanma Barranquero <lekktu@gmail.com>
4710
4711 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4712 instead of "\C-\^?" (bug#6334).
4713
1c84bc7a
JB
4714 * text.texi (Special Properties): Fix typo.
4715
b88746ba
EZ
47162010-07-09 Eli Zaretskii <eliz@gnu.org>
4717
4718 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4719 calling sequences, which are now the standard.
4720
51422d6d
CY
47212010-06-24 Chong Yidong <cyd@stupidchicken.com>
4722
4723 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4724
4725 * commands.texi (Command Overview): Mention undo-boundary call.
4726
d24880de
GM
47272010-06-23 Glenn Morris <rgm@gnu.org>
4728
4729 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4730 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4731 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4732 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4733 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4734 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4735 Untabify Texinfo files.
4736
0fc76035
CY
47372010-06-20 Chong Yidong <cyd@stupidchicken.com>
4738
4739 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4740
5338dc0b
CY
47412010-06-19 Chong Yidong <cyd@stupidchicken.com>
4742
a628ad9d 4743 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 4744
2c3a3c1d
CY
47452010-06-02 Chong Yidong <cyd@stupidchicken.com>
4746
ba3bf1d9
CY
4747 * searching.texi (Regexp Special): Remove obsolete information
4748 about matching non-ASCII characters, and suggest using char
4749 classes (Bug#6283).
2c3a3c1d 4750
7f4b4249
JB
47512010-05-30 Juanma Barranquero <lekktu@gmail.com>
4752
4753 * minibuf.texi (Basic Completion): Add missing "@end defun".
4754
637821cd
SM
47552010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * minibuf.texi (Basic Completion): Document completion-boundaries.
4758 (Programmed Completion): Document the new fourth method for boundaries.
4759
e13051c3
CY
47602010-05-22 Chong Yidong <cyd@stupidchicken.com>
4761
a628ad9d 4762 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 4763
0235128c 47642010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
4765
4766 * windows.texi (Textual Scrolling):
4767 * tips.texi (Coding Conventions):
4768 * minibuf.texi (Minibuffer History):
4769 * maps.texi (Standard Keymaps):
4770 * loading.texi (Where Defined):
4771 * edebug.texi (Instrumenting): Fix typos.
4772
0235128c 47732010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 4774
c7c32279
CY
4775 * keymaps.texi (Menu Bar): Document :advertised-binding property.
4776
0235128c
SM
4777 * functions.texi (Obsolete Functions):
4778 Document set-advertised-calling-convention.
eb5ed549
CY
4779
4780 * minibuf.texi (Basic Completion): Document completion-in-region.
4781 (Programmed Completion): Document completion-annotate-function.
4782
4783 * commands.texi (Reading One Event): Document read-key.
4784 (Distinguish Interactive): Document KIND arg to
4785 called-interactively-p. Delete obsolete interactive-p.
4786
4787 * elisp.texi (Top): Update node description.
4788
f8848423
EZ
47892010-05-08 Eli Zaretskii <eliz@gnu.org>
4790
0235128c
SM
4791 * nonascii.texi (Character Properties):
4792 Document unicode-category-table. Add an index entry for Unicode
4793 general category.
4794
47952010-05-07 Chong Yidong <cyd@stupidchicken.com>
4796
4797 * Version 23.2 released.
f8848423 4798
938efb77
JB
47992010-04-20 Juanma Barranquero <lekktu@gmail.com>
4800
4801 * locals.texi (Standard Buffer-Local Variables):
4802 Remove @ignore'd reference to `direction-reversed'.
4803
5854c267
JL
48042010-04-14 Juri Linkov <juri@jurta.org>
4805
4806 Fix @deffn without category.
4807
4808 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
4809 for `abbrev-insert'.
4810
4811 * buffers.texi (Indirect Buffers): Add category `Command'
4812 to @deffn of `clone-indirect-buffer'.
4813
4814 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
4815 for `next-window' and `previous-window'. Add category `Command'
4816 to @deffn of `pop-to-buffer'.
4817
8a14dec7
CY
48182010-04-01 Chong Yidong <cyd@stupidchicken.com>
4819
4820 * nonascii.texi (Text Representations): Don't mark
4821 enable-multibyte-characters as a user option.
4822
7a1831cf
EZ
48232010-03-31 Eli Zaretskii <eliz@gnu.org>
4824
4825 * control.texi (Handling Errors): How to re-throw a signal caught
4826 by condition-case.
4827
c3863713
CY
48282010-03-26 Chong Yidong <cyd@stupidchicken.com>
4829
4830 * loading.texi (Hooks for Loading): Document after-load-functions.
4831 Copyedits.
4832
c333f279
AM
48332010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
4834
4835 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
4836
e867cb5d 48372010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
4838
4839 * processes.texi (Network Processes): Document seqpacket type.
4840
605f35cd
DN
48412010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4842
4843 * os.texi (System Environment): Do not mention lynxos.
4844
288f9fc0
CY
48452010-03-10 Chong Yidong <cyd@stupidchicken.com>
4846
4847 * Branch for 23.2.
4848
eed5c93a
CY
48492010-03-06 Chong Yidong <cyd@stupidchicken.com>
4850
4851 * objects.texi (Integer Type): Take note of the read syntax
4852 exception for numbers that cannot fit in the integer type.
4853
1ddd6622
GM
48542010-03-03 Glenn Morris <rgm@gnu.org>
4855
4856 * numbers.texi (Integer Basics, Bitwise Operations):
4857 * objects.texi (Integer Type): Update for integers now being 30-bit.
4858
a908c79a
CY
48592010-02-27 Chong Yidong <cyd@stupidchicken.com>
4860
4861 * display.texi (Low-Level Font): Document :otf font-spec property.
4862
cd61af01
SM
48632010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * display.texi (Line Height): Avoid obsolete special default variables
4866 like default-major-mode.
4867
c02f8fe2
AM
48682010-01-28 Alan Mackenzie <acm@muc.de>
4869
4870 * display.texi (Auto Faces): Say fontification-functions is called
4871 whether or not Font Lock is enabled. Tidy up the wording a bit.
4872
d738d18b
CY
48732010-01-17 Chong Yidong <cyd@stupidchicken.com>
4874
4875 * elisp.texi: Remove duplicate edition information (Bug#5407).
4876
4963739e
JB
48772010-01-17 Juanma Barranquero <lekktu@gmail.com>
4878
4879 * two.el (volume-header-toc-markup): Fix typos in docstring.
4880
c57008f6
SM
48812010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4882
4883 Avoid dubious uses of save-excursions.
4884 * positions.texi (Excursions): Recommend the use of
4885 save-current-buffer if applicable.
4886 * text.texi (Clickable Text): Fix the example code which used
4887 save-excursion in a naive way which sometimes preserves point and
4888 sometimes not.
4889 * variables.texi (Creating Buffer-Local):
4890 * os.texi (Session Management):
4891 * display.texi (GIF Images):
4892 * control.texi (Cleanups): Use (save|with)-current-buffer.
4893
2f3725cd
EZ
48942010-01-02 Eli Zaretskii <eliz@gnu.org>
4895
4896 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
4897
85eeac93
CY
48982010-01-02 Chong Yidong <cyd@stupidchicken.com>
4899
4900 * nonascii.texi (Text Representations, Character Codes)
4901 (Converting Representations, Explicit Encoding)
4902 (Translation of Characters): Use hex notation consistently.
4903 (Character Sets): Fix map-charset-chars doc (Bug#5197).
4904
4801c5fa
CY
49052010-01-01 Chong Yidong <cyd@stupidchicken.com>
4906
4907 * loading.texi (Where Defined): Make it clearer that these are
4908 loaded files (Bug#5068).
4909
26e533e2
CY
49102009-12-29 Chong Yidong <cyd@stupidchicken.com>
4911
4912 * minibuf.texi (Completion Styles): Document `initials' style.
4913
16d1ff5f
CY
49142009-12-25 Chong Yidong <cyd@stupidchicken.com>
4915
4916 * frames.texi (Resources): Describe inhibit-x-resources.
4917 (Size Parameters): Copyedit.
4918
4919 * hash.texi (Creating Hash):
4920 * objects.texi (Hash Table Type): Document the new hash table
4921 printed representation.
4922
4923 * minibuf.texi (Basic Completion): 4th arg to all-completions is
4924 obsolete.
4925
5dcb4c4e
SM
4926 * processes.texi (Process Buffers):
4927 Document process-kill-buffer-query-function.
16d1ff5f 4928
9a5de3d9
GM
49292009-12-05 Glenn Morris <rgm@gnu.org>
4930
4931 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
4932 diary-display-function, and no longer recommended to be a hook.
4933 Update for changes in the names of calendar and diary hooks.
4934 diary-print-entries-hook has changed section.
4935
b640eb52
EZ
49362009-11-28 Eli Zaretskii <eliz@gnu.org>
4937
4938 * text.texi (Special Properties): More accurate description of
4939 what the `cursor' property does.
4940
be1674ab
KR
49412009-11-26 Kevin Ryde <user42@zip.com.au>
4942
4943 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4944 mouse-wheel-down-event, the closest thing to a definition for them.
4945 * os.texi (Startup Summary): vindex inhibit-startup-message and
4946 inhibit-splash-screen.
4947 (Command-Line Arguments): vindex argv.
4948 (Suspending Emacs): vindex suspend-tty-functions and
4949 resume-tty-functions. Don't want to index every hook, but having
4950 the programming ones is helpful.
4951
603f5979
CY
49522009-11-14 Chong Yidong <cyd@stupidchicken.com>
4953
4954 * commands.texi (Motion Events): Fix typo (Bug#4907).
4955
4359a806
CY
49562009-11-08 Chong Yidong <cyd@stupidchicken.com>
4957
4958 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
4959 are affected by case-fold-search (Bug#4483).
4960
0f063651
CY
49612009-11-02 Chong Yidong <cyd@stupidchicken.com>
4962
4963 * minibuf.texi (Reading File Names): Note that read-file-name may
4964 use a graphical file dialog.
4965
9bd79893
GM
49662009-10-31 Glenn Morris <rgm@gnu.org>
4967
4968 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
4969
ebe479ec
KR
49702009-10-16 Kevin Ryde <user42@zip.com.au>
4971
4972 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
4973 in particular so `info-lookup-symbol' can find its docs.
4974
2640fa86
CY
49752009-10-16 Chong Yidong <cyd@stupidchicken.com>
4976
4977 * variables.texi (Constant Variables): Distinguish from defconst
4978 variables.
4979 (Defining Variables): Add cindex.
4980
edd6a733
CY
49812009-10-15 Chong Yidong <cyd@stupidchicken.com>
4982
4983 * os.texi (Time of Day): Clarify that the microsecond part is
4984 ignored (Bug#4637).
4985
5feb0b73
GM
49862009-10-11 Glenn Morris <rgm@gnu.org>
4987
4988 * frames.texi (Size and Position): Clarify what is included in the frame
4989 height. (Bug#4535)
4990
0c5413c8
GM
49912009-10-10 Glenn Morris <rgm@gnu.org>
4992
4993 * windows.texi (Size of Window): The relationship between window and
4994 frame heights is not so simple. (Bug#4535)
4995 Mention window-full-height-p.
4996
7f8b600a
SM
49972009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4998
4999 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5000 used from Lisp.
5001
6185de1c
EZ
50022009-10-07 Eli Zaretskii <eliz@gnu.org>
5003
7f8b600a
SM
5004 * files.texi (Directory Names) <abbreviate-file-name>:
5005 Document that root home directories are not replaced with "~".
6185de1c 5006
9972911f
EZ
50072009-10-06 Eli Zaretskii <eliz@gnu.org>
5008
5009 * text.texi (Special Properties): Document the meaning of the
5010 `cursor' text property whose value is an integer.
5011
2a3f19ef
MA
50122009-10-05 Michael Albinus <michael.albinus@gmx.de>
5013
5014 * files.texi (Magic File Names): Add `copy-directory'.
5015
804543b5
EZ
50162009-10-05 Eli Zaretskii <eliz@gnu.org>
5017
5018 * files.texi (File Attributes): Fix description of file
5019 attributes. (Bug#4638) Update attributes of files.texi example to
5020 be more representative.
5021
461bf92b
MA
50222009-10-05 Michael Albinus <michael.albinus@gmx.de>
5023
5024 * files.texi (Create/Delete Dirs): New command copy-directory.
5025
a86cd395
JB
50262009-10-04 Juanma Barranquero <lekktu@gmail.com>
5027
5028 * anti.texi (Antinews):
5029 * macros.texi (Indenting Macros):
5030 * strings.texi (Creating Strings, Case Conversion):
5031 Remove duplicate words.
5032
d3080264
MA
50332009-10-01 Michael Albinus <michael.albinus@gmx.de>
5034
5035 * files.texi (Create/Delete Dirs): delete-directory has an
5036 optional parameter RECURSIVE.
5037
85d14563
SM
50382009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5039
5040 * buffers.texi (Swapping Text): Minor clarification.
5041
3d9842c6
GM
50422009-10-01 Glenn Morris <rgm@gnu.org>
5043
5044 * functions.texi (Declaring Functions): Mention that we also search for
5045 ".m" files in the src/ directory.
5046
78427304
CY
50472009-09-25 David Engster <deng@randomsample.de>
5048
3d9842c6 5049 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 5050
b578c9cc
GM
50512009-09-22 Glenn Morris <rgm@gnu.org>
5052
5053 * internals.texi (Building Emacs): Mention preloaded-file-list.
5054
beee5da7
AM
50552009-09-14 Alan Mackenzie <acm@muc.de>
5056
5057 * os.texi (Terminal Output): Put "@code{}" around "stdout".
5058
5d6ab672
CY
50592009-09-13 Chong Yidong <cyd@stupidchicken.com>
5060
5061 * functions.texi (Anonymous Functions): Rearrange discussion,
5062 giving usage of unquoted lambda forms first. Mention that
5063 `function' and `#'' are no longer required (Bug#4290).
5064
59375eeb
AM
50652009-09-11 Alan Mackenzie <acm@muc.de>
5066
a86cd395 5067 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
5068 batch mode.
5069
e7e2f529
GM
50702009-09-01 Glenn Morris <rgm@gnu.org>
5071
5072 * display.texi (Face Functions): Mention define-obsolete-face-alias.
5073
eae47088
GM
50742009-08-26 Ulrich Mueller <ulm@gentoo.org>
5075
5076 * nonascii.texi (Character Codes): Fix typos.
5077
3691a0a6
MA
50782009-08-25 Michael Albinus <michael.albinus@gmx.de>
5079
5080 * processes.texi (Synchronous Processes): New defvar
5081 process-file-side-effects.
5082
664d56b8
GM
50832009-08-25 Glenn Morris <rgm@gnu.org>
5084
5085 * display.texi (Fontsets): Fix typo.
5086
0706c025
GM
5087 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5088
03a74b84
SM
50892009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5090
5091 * processes.texi (Asynchronous Processes): Adjust arglist of
5092 start-process-shell-command and start-file-process-shell-command.
5093
f6de8a37
CY
50942009-08-15 Chong Yidong <cyd@stupidchicken.com>
5095
4b1ed1bb
CY
5096 * advice.texi (Argument Access in Advice): Note that argument
5097 positions are zero-based (Bug#3932).
5098
89a9e058
CY
5099 * commands.texi (Distinguish Interactive): Minor copyedit.
5100
23696fd7
CY
5101 * display.texi (Face Attributes): Add xref to Displaying Faces for
5102 explanation of "underlying face".
5103
f6de8a37
CY
5104 * customize.texi (Common Keywords): Add xref to Loading.
5105
5106 * loading.texi (How Programs Do Loading): Add xref to Lisp
5107 Libraries node in the Emacs manual.
5108
417f77e6
CY
51092009-08-13 Chong Yidong <cyd@stupidchicken.com>
5110
5111 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5112
0999039c
CY
51132009-07-18 Chong Yidong <cyd@stupidchicken.com>
5114
5115 * processes.texi (Shell Arguments): Copyedits.
5116
9af167bc
GM
51172009-07-18 Glenn Morris <rgm@gnu.org>
5118
5119 * loading.texi (Repeated Loading): Fix typo.
5120
137987ab
RS
51212009-07-16 Richard Stallman <rms@gnu.org>
5122
5123 * buffers.texi (Swapping Text): Recommend setting
5124 write-region-annotate-functions and buffer-saved-size.
5125
5126 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5127
622fa380
GM
51282009-07-15 Glenn Morris <rgm@gnu.org>
5129
5130 * edebug.texi: Minor re-phrasings throughout.
5131 (Edebug Execution Modes): Sit-for affects continue mode too.
5132 (Jumping): Use `forward-sexp' rather than its keybinding.
5133 (Edebug Misc): Fix Q binding.
5134 (Edebug Eval): Remove cl version.
5135 (Printing in Edebug): Clarify print-length etc.
5136 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5137 (Specification List): Remove edebug-unwrap findex entry.
5138 (Specification Examples): defmacro is actually not the same as defun.
5139 Escape "`" in example.
5140
6bbd4600
CY
51412009-07-15 Chong Yidong <cyd@stupidchicken.com>
5142
5143 * markers.texi (The Mark): Document optional arg to
5144 deactivate-mark.
5145
e538d479
GM
51462009-07-11 Kevin Ryde <user42@zip.com.au>
5147
5148 * hooks.texi (Standard Hooks): Fix cross-references.
5149
4c98b9ed
GM
5150 * loading.texi (Named Features): Refer to eval-after-load.
5151
5300838c
GM
51522009-07-11 Glenn Morris <rgm@gnu.org>
5153
64fbeb16
GM
5154 * Makefile.in (TEXI2PDF): New.
5155 (elisp.pdf): New target.
5156
4c98b9ed
GM
5157 * searching.texi (Regexp Backslash): Fix typo.
5158
5159 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 5160
51d9979c
GM
51612009-07-10 Glenn Morris <rgm@gnu.org>
5162
561c0216
GM
5163 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5164
5b594a58
GM
5165 * customize.texi (Customization Types):
5166 * display.texi (Abstract Display):
0cc8c85a 5167 * objects.texi (Character Type, String Type):
5b594a58 5168 Merge in some menu descriptions from elisp.texi.
51d9979c 5169
c3cbbb40
GM
5170 * hash.texi (Hash Tables):
5171 * modes.texi (Multiline Font Lock):
5172 End menu description with period.
fe42c16a 5173
28528402
GM
51742009-07-09 Glenn Morris <rgm@gnu.org>
5175
5176 * back.texi: Don't hard-code texinfo location.
5177
5178 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5179 (tex): Add texinfodir to TEXINPUTS.
5180 (elisp1med-init, elisp2med-init): Use texinfodir.
5181
5182 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5183 (clean): Add two-volume.make intermediate files.
5184
5185 * elisp.texi, vol1.texi, vol2.texi:
5186 Use a DATE variable with the publication date, and update it.
5187 Fix antinews menu description.
5188
5189 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5190 Update the detailed node listing to match elisp.texi.
5191
5192 * README: Update edition to match elisp.texi.
5193
5194 * objects.texi (General Escape Syntax):
5195 * nonascii.texi (Character Sets):
5196 Use consistent case for "Unicode Standard".
5197
5198 * anti.texi (Antinews):
5199 * customize.texi (Variable Definitions):
5200 * functions.texi (Declaring Functions):
5201 * nonascii.texi (Character Properties):
5202 * processes.texi (Serial Ports):
5203 * text.texi (Special Properties):
5204 * tips.texi (Coding Conventions):
5205 Minor rearrangements to improve TeX line-filling.
5206
5207 * commands.texi (Using Interactive): Fix cross-reference.
5208
17db8e10
JD
52092009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5210
5211 * frames.texi (Management Parameters): Mention sticky.
5212
77c7e2e1
AS
52132009-07-01 Andreas Schwab <aschwab@redhat.com>
5214
5215 * help.texi (Help Functions): Fix description of help-buffer and
5216 help-setup-xref to use @defun instead of @deffn.
5217
3f1c6666
JD
52182009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5219
5220 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5221
ca27c21b
CY
52222009-06-24 Chong Yidong <cyd@stupidchicken.com>
5223
5224 * display.texi (Window Systems): Add ns to the list.
5225
70243478
CY
52262009-06-21 Chong Yidong <cyd@stupidchicken.com>
5227
5228 * Branch for 23.1.
5229
df006536
MR
52302009-06-17 Martin Rudalics <rudalics@gmx.at>
5231
5232 * windows.texi (Dedicated Windows): Fix typo.
5233 (Resizing Windows): Replace @defun by @deffn.
5234
d259fc4b
GM
52352009-06-17 Glenn Morris <rgm@gnu.org>
5236
5237 * variables.texi (Directory Local Variables):
5238 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5239
30781db6
KH
52402009-06-09 Kenichi Handa <handa@m17n.org>
5241
5242 * nonascii.texi (Character Sets): State clearly that FROM and TO
5243 are codepoints of CHARSET.
5244
62e8099c
CY
52452009-06-07 Chong Yidong <cyd@stupidchicken.com>
5246
5247 * minibuf.texi (Reading File Names): Fix introductory text.
5248 Suggested by stan@derbycityprints.com.
5249 (High-Level Completion): Fix typo.
5250
ee1b1917
CY
52512009-05-28 Chong Yidong <cyd@stupidchicken.com>
5252
5253 * frames.texi (Text Terminal Colors): Multi-tty is already
5254 implemented, but tty-local colors are not.
5255
5df647e8
CY
52562009-05-27 Chong Yidong <cyd@stupidchicken.com>
5257
5258 * hooks.texi (Standard Hooks): Remove mention of obsolete
5259 redisplay-end-trigger-functions.
5260
5261 * internals.texi (Window Internals): Remove mention of obsolete
5262 redisplay-end-trigger-functions.
5263
01f17ae2
MR
52642009-05-21 Martin Rudalics <rudalics@gmx.at>
5265
5266 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5267
5268 * backups.texi (Making Backups): backup-directory-alist and
5269 make-backup-file-name-function are options.
5270 (Auto-Saving): auto-save-list-file-prefix is an option.
5271
5272 * buffers.texi (Killing Buffers): buffer-offer-save is an
5273 option.
5274
5275 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5276 option.
5277 (Echo Area Customization): echo-keystrokes is an option.
5278 (Selective Display): selective-display-ellipses is an option.
5279 (Temporary Displays): temp-buffer-show-function is an option.
5280 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5281 are options.
5282 (Font Selection): face-font-family-alternatives,
5283 face-font-selection-order, face-font-registry-alternatives, and
5284 scalable-fonts-allowed are options.
5285 (Fringe Indicators): indicate-buffer-boundaries is an option.
5286 (Fringe Cursors): overflow-newline-into-fringe is an option.
5287 (Scroll Bars): scroll-bar-mode is an option.
5288
5289 * eval.texi (Eval): max-lisp-eval-depth is an option.
5290
5291 * files.texi (Visiting Functions): find-file-hook is an option.
5292 (Directory Names): directory-abbrev-alist is an option.
5293 (Unique File Names): temporary-file-directory and
5294 small-temporary-file-directory are options.
5295
5296 * frames.texi (Initial Parameters): initial-frame-alist,
5297 minibuffer-frame-alist and default-frame-alist are options.
5298 (Cursor Parameters): blink-cursor-alist and
5299 cursor-in-non-selected-windows ar options.
5300 (Window System Selections): selection-coding-system is an
5301 option.
5302 (Display Feature Testing): display-mm-dimensions-alist is an
5303 option.
5304
5305 * help.texi (Help Functions): help-char and help-event-list are
5306 options.
5307
5308 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5309 an option.
5310
5311 * minibuf.texi (Minibuffer History): history-length and
5312 history-delete-duplicates are options.
5313 (High-Level Completion): read-buffer-function and
5314 read-buffer-completion-ignore-case are options.
5315 (Reading File Names): read-file-name-completion-ignore-case is
5316 an option.
5317
5318 * modes.texi (Mode Line Top): mode-line-format is an option.
5319 (Mode Line Variables): mode-line-position and mode-line-modes
5320 are options.
5321
5322 * nonascii.texi (Text Representations):
5323 enable-multibyte-characters is an option.
5324 (Default Coding Systems): auto-coding-regexp-alist,
5325 file-coding-system-alist, auto-coding-alist and
5326 auto-coding-functions are options.
5327 (Specifying Coding Systems): inhibit-eol-conversion is an
5328 option.
5329
5330 * os.texi (Init File): site-run-file is an option.
5331 (System Environment): mail-host-address is an option.
5332 (User Identification): user-mail-address is an option.
5333 (Terminal Output): baud-rate is an option.
5334
5335 * positions.texi (Word Motion): words-include-escapes is an
5336 option.
5337
5338 * searching.texi (Standard Regexps): page-delimiter,
5339 paragraph-separate, paragraph-separate and sentence-end are
5340 options.
5341
5342 * text.texi (Margins): left-margin and fill-nobreak-predicate
5343 are options.
5344
5345 * variables.texi (Local Variables): max-specpdl-size is an
5346 option.
5347
5348 * windows.texi (Choosing Window):
5349 split-window-preferred-function, special-display-function and
5350 display-buffer-function are options.
5351
106e6894
CY
53522009-05-20 Chong Yidong <cyd@stupidchicken.com>
5353
4a83454d
CY
5354 Fix errors spotted by Martin Rudalics.
5355
106e6894
CY
5356 * syntax.texi (Position Parse): Document rationale for ignored
5357 arguments to syntax-ppss-flush-cache.
5358
5359 * processes.texi (Input to Processes): Mark PROCESS arg to
5360 process-running-child-p as optional.
5361 (Network Options): Document NO-ERROR arg to
5362 set-network-process-option.
5363
5364 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5365 command.
5366
5367 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5368 posix-search-backward as commands.
5369
5370 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5371 (Suspending Emacs): Mark suspend-emacs as a command.
5372 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5373 commands.
5dcb4c4e
SM
5374 (Terminal Output): Remove obsolete function baud-rate.
5375 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
5376
5377 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5378 terminal-coding-system and set-terminal-coding-system.
5379 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5380 as optional.
5381 (Character Sets): Document RESTRICTION arg of char-charset.
5382 (Character Codes): Mark POS argument to get-byte as optional.
5383
5384 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5385 minibuffer-message.
5386
5387 * files.texi (Create/Delete Dirs): Mark make-directory and
5388 delete-directory as commands.
5389
5390 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5391
5392 * text.texi (Base 64): Mark base64-decode-string and
5393 base64-encode-string as commands.
5394 (Columns): Mark move-to-column as a command.
5395 (Mode-Specific Indent): Document RIGID arg to
5396 indent-for-tab-command.
5397 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5398 Mark indent-code-rigidly as a command.
5399 (Substitution): Mark translate-region as a command.
5400
5401 * frames.texi (Size and Position): Remove obsolete functions
5402 screen-height and screen-width.
5403
04173931
CY
54042009-05-19 Chong Yidong <cyd@stupidchicken.com>
5405
5406 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5407 (Displaying Buffers, Resizing Windows): Correct mistakes;
5408 next-window, previous-window, and pop-to-buffer are not commands,
5409 and fit-window-to-buffer" is a command. (Pointed out by Martin
5410 Rudalics.)
5411
eae7d8f8
RS
54122009-05-17 Richard M Stallman <rms@gnu.org>
5413
5414 * modes.texi (Precalculated Fontification): Clarify text.
5415
b8766179
MR
54162009-05-17 Martin Rudalics <rudalics@gmx.at>
5417
5418 * windows.texi (Selecting Windows): Clarify descriptions of
5419 with-selected-window and get-lru-window.
5420 (Cyclic Window Ordering): Refer to particular frame when talking
5421 about how splitting affects the ordering.
5422 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5423 switch-to-buffer-other-window. Explain how setting of
5424 display-buffer-reuse-frames affects pop-to-buffer.
5425 (Choosing Window): Clarify some details in descriptions of
5426 display-buffer-reuse-frames, pop-up-frames, and
5427 pop-up-frame-function.
5428 (Dedicated Windows): Clarify some details.
5429 (Textual Scrolling): Replace term vscroll by term vertical
5430 scroll position.
5431 (Vertical Scrolling): Fix typo.
5432 (Window Hooks): Relate text on jit-lock-register to window
5433 scrolling and size changes.
5434
734b5e3b
CY
54352009-05-14 Chong Yidong <cyd@stupidchicken.com>
5436
0a65633e
CY
5437 * frames.texi (Initial Parameters): Clarify what the initial
5438 minibuffer frame is.
05be46d7
CY
5439 (Buffer Parameters): Note that the minibuffer parameter can not be
5440 altered.
0a65633e 5441
734b5e3b
CY
5442 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5443 Document display-buffer changes.
5444
925672cd
CY
54452009-05-13 Chong Yidong <cyd@stupidchicken.com>
5446
17ecd7af
CY
5447 * anti.texi (Antinews): Rewrite for Emacs 22.
5448
925672cd
CY
5449 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5450 obarrays are first mentioned. Define "system abbrev" more
5451 prominently, and add it to the index.
5452 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5453 Copyedits.
5454 (Abbrev Expansion): Document abbrev-insert.
5455
80be4dd7
CY
54562009-05-12 Chong Yidong <cyd@stupidchicken.com>
5457
5458 * frames.texi (Font and Color Parameters): Rename from Color
5459 Parameters. Document font-backend parameter.
5460
5461 * vol2.texi (Top): Update node listing.
5462 * vol1.texi (Top): Update node listing.
5463 * elisp.texi (Top): Update node listing.
5464
372a93ac
MR
54652009-05-11 Martin Rudalics <rudalics@gmx.at>
5466
5467 * windows.texi (Choosing Window): Don't explicitly refer to
5468 split-window-sensibly's window argument in descriptions of
5469 split-height-threshold and split-width-threshold.
5470
714c3541
MR
54712009-05-10 Martin Rudalics <rudalics@gmx.at>
5472
5473 * windows.texi (Choosing Window): Fix rewrite of window
5474 splitting section.
5475
0e90e7be
EZ
54762009-05-09 Eli Zaretskii <eliz@gnu.org>
5477
f4e90db0
SM
5478 * nonascii.texi (Default Coding Systems):
5479 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 5480 Add indexing.
0e90e7be
EZ
5481 (Lisp and Coding Systems): Add index entries.
5482
d3c0c321
MR
54832009-05-09 Martin Rudalics <rudalics@gmx.at>
5484
5485 * windows.texi (Choosing Window): Describe split-window-sensibly
5486 and rewrite section on window splitting accordingly.
5487 (Textual Scrolling): Replace `...' by @code{...}.
5488
c773345a
CY
54892009-05-04 Chong Yidong <cyd@stupidchicken.com>
5490
ee2d5b5e
CY
5491 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5492 Remove obsoleted pre-abbrev-expand-hook.
5493
5494 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5495 entries.
5496
c773345a
CY
5497 * internals.texi (Object Internals): Don't assume 32-bit machines
5498 are the norm.
5499 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
5500 (Window Internals): Synch field names to window.h.
5501 (Process Internals): Synch field names to process.h.
c773345a 5502
dd449674
CY
55032009-04-29 Chong Yidong <cyd@stupidchicken.com>
5504
5505 * variables.texi (File Local Variables): Note that read-circle is
5506 bound to nil when reading file-local variables.
5507
5508 * streams.texi (Input Functions): Document read-circle.
5509 (Output Variables): Add xref to Circular Objects.
5510
4f1e25e2
CY
55112009-04-25 Chong Yidong <cyd@stupidchicken.com>
5512
5513 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5514 Features and Coding System Basics. Node that "p" stands for
5515 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5516 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5517 mouse-appearance-menu.
5518 (Programming Tips): Add xref to Progress.
5519
dca019f8
CY
55202009-04-22 Chong Yidong <cyd@stupidchicken.com>
5521
5dcb4c4e
SM
5522 * os.texi (Command-Line Arguments):
5523 Document command-line-args-left.
dca019f8
CY
5524 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5525 terminal objects for tty arguments.
5526 (Startup Summary): Add xref to Session Management.
5527 (Session Management): Mention emacs-session-restore. Copyedits.
5528
02a89103
CY
55292009-04-20 Chong Yidong <cyd@stupidchicken.com>
5530
5531 * os.texi (Startup Summary): Copyedits. The init file is not
5532 necessarily named .emacs now. Document initial-buffer-choice and
5533 initial-scratch-message. Note where Emacs exits in batch mode.
5534 Document inhibit-splash-screen as an alias.
5535 (Init File): Be neutral about which init file name to use.
5536
55372009-04-16 Chong Yidong <cyd@stupidchicken.com>
5538
5539 * os.texi (System Interface): Fix Texinfo usage.
5540
0c1cfe01
CY
55412009-04-15 Chong Yidong <cyd@stupidchicken.com>
5542
80d7cdca
CY
5543 * searching.texi (Regexp Backslash): Also refer to shy groups as
5544 non-capturing or unnumbered groups.
5545 (Regexp Functions): Add cross-reference to Regexp Backslash.
5546
0c1cfe01
CY
5547 * display.texi (Truncation): Overlays can use line-prefix and
5548 wrap-prefix too.
5549 (Overlay Properties): Document wrap-prefix and line-prefix.
5550 (Face Attributes): Document underline-minimum-offset.
5551 (Face Remapping): Copyedits.
5552 (Low-Level Font): Copyedits.
5553 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
5554 (Line Height): Emphasize that line-spacing only takes effect on
5555 graphical terminals.
0c1cfe01 5556
c4adeee0
CY
55572009-04-13 Chong Yidong <cyd@stupidchicken.com>
5558
5559 * display.texi (Refresh Screen): Note that a passage about screen
5560 refreshing is text terminal only.
5561 (Forcing Redisplay): Delete misleading comment---sit-for calls
5562 redisplay, not the other way around.
5563 (Truncation): Note new values of truncate-partial-width-windows.
5564 Copyedits.
5565 (Invisible Text): Document invisible-p.
5566
b20ecfa1
EZ
55672009-04-11 Eli Zaretskii <eliz@gnu.org>
5568
5569 * display.texi (Overlays): Overlays don't scale well. See
5570 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5571
97d8273f
CY
55722009-04-10 Chong Yidong <cyd@stupidchicken.com>
5573
f147ff75
CY
5574 * syntax.texi (Syntax Table Functions): Document cons cell
5575 argument for modify-syntax-entry.
5576 (Categories): Document cons cell argument for
5577 modify-category-entry.
5578
fca4ec76
CY
5579 * searching.texi (String Search): Document word-search-forward-lax
5580 and word-search-backward-lax.
5581 (Searching and Case): Describe isearch behavior more precisely.
5582
9c283d5b
CY
5583 * keymaps.texi (Tool Bar): Mention that some platforms do not
5584 support multi-line toolbars. Suggested by Stephen Eglen.
5585
5586 * frames.texi (Layout Parameters): Mention that Nextstep also
5587 allows only one tool-bar line. Suggested by Stephen Eglen.
5588
97d8273f
CY
5589 * nonascii.texi (Text Representations): Copyedits.
5590 (Coding System Basics): Also mention utf-8-emacs.
5591 (Converting Representations, Selecting a Representation)
5592 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5593 Copyedits.
5594 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5595
2bad3299
CY
55962009-04-09 Chong Yidong <cyd@stupidchicken.com>
5597
5598 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
5599 (Filling): Clarify REGION argument of fill-paragraph.
5600 Document fill-forward-paragraph-function.
2bad3299
CY
5601 (Special Properties): Remove "new in Emacs 22" declaration.
5602 (Clickable Text): Merge with Links and Mouse-1 node.
5603
5dcb4c4e
SM
5604 * display.texi (Button Properties, Button Buffer Commands):
5605 Change xref to Clickable Text.
2bad3299
CY
5606
5607 * tips.texi (Key Binding Conventions): Change xref to Clickable
5608 Text.
5609
5610 * elisp.texi (Top): Update node listing.
5611
ea30ce4f
CY
56122009-04-05 Chong Yidong <cyd@stupidchicken.com>
5613
47af2f4b
CY
5614 * markers.texi (The Mark): Copyedits. Improve description of
5615 handle-shift-selection.
5616 (The Region): Move use-region-p here from The Mark.
5617
ea30ce4f
CY
5618 * positions.texi (Screen Lines): Document (cols . lines) argument
5619 for vertical-motion.
5620
2aa8ea6e
CY
56212009-04-04 Chong Yidong <cyd@stupidchicken.com>
5622
3ec61d4e
CY
5623 * frames.texi (Frames): Clean up introduction. Document `ns'
5624 return value for framep.
5625 (Creating Frames): Note how the terminal is chosen.
5626 (Multiple Terminals, Multiple Displays): Merge into a single node.
5627 (Color Parameters): Fix typo.
5628
5629 * variables.texi (Local Variables, Buffer-Local Variables)
5630 (Creating Buffer-Local): Change link to Multiple Terminals.
5631
5632 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5633
5634 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5635 Terminals.
5636
5637 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5638 to Multiple Terminals.
5639
5640 * elisp.texi (Top): Update node listing.
5641 * vol2.texi (Top): Update node listing.
5642 * vol1.texi (Top): Update node listing.
5643
9257072f
CY
5644 * buffers.texi (Current Buffer): Note that the append-to-buffer
5645 example is no longer in synch with the latest code. Tie the two
5646 examples together.
5647
2aa8ea6e
CY
5648 * files.texi (File Attributes): Move note about MS-DOS from
5649 Changing Files to File Attributes.
5650 (Create/Delete Dirs): Note that mkdir is an alias for this.
5651
22e74b17
CY
56522009-04-01 Markus Triska <triska@gmx.at>
5653
5654 * processes.texi (Filter Functions): Suggest how to handle output
5655 batches.
5656
4bbe48ec
CY
56572009-03-30 Chong Yidong <cyd@stupidchicken.com>
5658
5659 * help.texi (Accessing Documentation): Update example to use
5660 help-setup-xref and with-help-window.
5661 (Help Functions): Remove print-help-return-message, which is
5662 semi-obsolete due to with-help-window. Document help-buffer and
5663 help-setup-xref.
5664
b9723f39
CY
56652009-03-29 Chong Yidong <cyd@stupidchicken.com>
5666
5dcb4c4e
SM
5667 * help.texi (Accessing Documentation, Help Functions):
5668 Remove information about long-obsolete Emacs versions.
9eb52e90 5669
b9723f39
CY
5670 * modes.texi (Mode Line Variables): The default values of the mode
5671 line variables are now more complicated.
5672
b0cc32db
CY
56732009-03-28 Chong Yidong <cyd@stupidchicken.com>
5674
3c25a5a9
CY
5675 * modes.texi (Major Mode Conventions): Note that specialness is
5676 inherited.
31c9eebb
CY
5677 (Derived Modes): Note that define-derive-mode sets the mode-class
5678 property.
3c25a5a9 5679
b0cc32db
CY
5680 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5681 goto-map. Add search-map to the list.
5682
c5e0006d
EZ
56832009-03-27 Eli Zaretskii <eliz@gnu.org>
5684
1213465a
EZ
5685 * os.texi (System Environment): Update the list of system-type
5686 values.
5687
c5e0006d
EZ
5688 * markers.texi (The Mark) <handle-shift-selection>: Update for
5689 removal of the optional argument DEACTIVATE.
5690
48bab3d6
CY
56912009-03-25 Chong Yidong <cyd@stupidchicken.com>
5692
5693 * commands.texi (Focus Events): Most X window managers don't use
5694 focus-follows-mouse nowadays.
5695
6e4ff1b6
CY
56962009-03-24 Chong Yidong <cyd@stupidchicken.com>
5697
5698 * commands.texi (Defining Commands): Clarify introduction.
5699 (Using Interactive): Not that interactive can be put in a symbol
5700 property.
5701 (Interactive Call): Note that a symbol with a non-nil
5702 interactive-form property satisfies commandp.
5703
11625308
JB
57042009-03-23 Juanma Barranquero <lekktu@gmail.com>
5705
5706 * minibuf.texi (Intro to Minibuffers): Fix typos.
5707
7b34420d
CY
57082009-03-23 Chong Yidong <cyd@stupidchicken.com>
5709
5710 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
5711 about minibuffers in old Emacs versions. Copyedits.
5712 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
5713 (Text from Minibuffer): Simplify introduction.
5714
f9257eed
AM
57152009-03-22 Alan Mackenzie <acm@muc.de>
5716
5717 * commands.texi (Using Interactive): Clarify string argument to
5718 `interactive' - even promptless elements need \n separators.
5719
f639ba70
CY
57202009-03-18 Chong Yidong <cyd@stupidchicken.com>
5721
5722 * minibuf.texi (Completion Styles): New node.
5723
5724 * elisp.texi (Top): Update node listing.
5725
d897e8ee
CY
57262009-03-17 Chong Yidong <cyd@stupidchicken.com>
5727
5728 * minibuf.texi (Basic Completion): Note that
5729 read-file-name-completion-ignore-case and
5730 read-buffer-completion-ignore-case can override
5731 completion-ignore-case.
5732 (Minibuffer Completion): Document completing-read changes.
5733 (Completion Commands): Avoid mentioning partial completion mode.
5734 Document minibuffer-completion-confirm changes, and
5735 minibuffer-confirm-exit-commands.
5736 (High-Level Completion): Document new require-match behavior for
5737 read-buffer. Document read-buffer-completion-ignore-case.
5738 (Reading File Names): Document new require-match behavior for
5739 read-file-name.
5740
b1f23349
CY
57412009-03-14 Chong Yidong <cyd@stupidchicken.com>
5742
5743 * debugging.texi (Error Debugging): Don't mislead the reader into
5744 thinking that debug-on-error enters debugger for C-f at EOB.
5745 (Error Debugging): Setting debug-on-init within the init file
5746 works, and has for some time.
5747
d6eb4e25
KH
57482009-03-13 Kenichi Handa <handa@m17n.org>
5749
5750 * display.texi (Fontsets): Update the description.
5751
1cf53dc5
CY
57522009-03-13 Chong Yidong <cyd@stupidchicken.com>
5753
5754 * advice.texi (Advising Primitives): Link to What Is a Function.
5755
81f919fc
CY
57562009-03-12 Chong Yidong <cyd@stupidchicken.com>
5757
cf4229eb
CY
5758 * compile.texi (Speed of Byte-Code): Update example.
5759 (Disassembly): Update examples.
5760
81f919fc 5761 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
5762
5763 * customize.texi (Common Keywords): It's not necessary to use :tag
5764 to remove hyphens, as custom-unlispify-tag-name does it
5765 automatically.
5dcb4c4e
SM
5766 (Variable Definitions): Link to File Local Variables.
5767 Document customized-value symbol property.
f2bbc08c
CY
5768 (Customization Types): Move menu to end of node.
5769
955964d7
CY
57702009-03-10 Chong Yidong <cyd@stupidchicken.com>
5771
5772 * macros.texi (Compiling Macros): Omit misleading sentence, which
5773 implied that macros can only be used in the same file they are
5774 defined.
5775 (Backquote): Remove obsolete information about Emacs 19.
5776
d25ed7db
GM
57772009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
5778
5779 * display.texi (Display Margins): Fix paren typo.
5780
d55f6ca5
CY
57812009-02-27 Chong Yidong <cyd@stupidchicken.com>
5782
f0e57ed8
CY
5783 * elisp.texi (Top): Update node listing.
5784
5785 * variables.texi (Variables): Clarify introduction.
5786 (Global Variables): Mention that setq is a special form.
5787 (Local Variables): Use active voice.
5788 (Tips for Defining): Mention marking variables as safe.
5789 (Buffer-Local Variables): Mention terminal-local and frame-local
5790 variables together.
5791 (File Local Variables): Copyedits.
5792 (Frame-Local Variables): Note that they are not really useful.
5793 (Future Local Variables): Node deleted.
5794
d55f6ca5 5795 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 5796 Unicode escape syntax.
d55f6ca5 5797
ca8f09a8
CY
57982009-02-23 Chong Yidong <cyd@stupidchicken.com>
5799
5800 * control.texi (Control Structures): Add cindex entry for "textual
5801 order".
5802
5803 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
5804 instead of "expression" throughout.
5805 (Function Indirection): Copyedits. Use active voice.
5806 (Eval): The default value of max-lisp-eval-depth is now 400.
5807
a20878b6
MB
58082009-02-23 Miles Bader <miles@gnu.org>
5809
5810 * processes.texi (System Processes): Rename `system-process-attributes'
5811 to `process-attributes'.
5812
61f66044
CY
58132009-02-22 Chong Yidong <cyd@stupidchicken.com>
5814
1b80d1f3
CY
5815 * symbols.texi (Property Lists): Emphasize that property lists are
5816 not restricted to symbol cells.
5817 (Other Plists): Copyedit.
5818
61f66044
CY
5819 * sequences.texi (Sequences Arrays Vectors): Make introduction
5820 more concise.
5821 (Arrays): Mention char-tables and bool-vectors too.
5822 (Vectors): Don't repeat information given in Arrays node. Link to
5823 nodes that explain the vector usage examples.
5824 (Char-Tables): Note that char-table elements can have arbitrary
5825 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 5826 Link to Property Lists node.
61f66044 5827
9403944b
CY
58282009-02-22 Chong Yidong <cyd@stupidchicken.com>
5829
5830 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
5831 `append'.
4068c7b4 5832 (List Elements): Copyedits.
9403944b
CY
5833
5834 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
5835 of `vconcat'.
5836
5837 * strings.texi (Creating Strings): Copyedits. Remove obsolete
5838 Emacs 20 usage of `concat'.
5839 (Case Conversion): Copyedits.
5840
b87a185f
CY
58412009-02-21 Chong Yidong <cyd@stupidchicken.com>
5842
5843 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
5844 Minor edits.
5845 (Frame Configuration Type): Emphasize that it is not primitive.
5846 (Font Type): New node.
5847 (Type Predicates): Add fontp; type-of now recognizes font object
5848 types.
5849
5850 * intro.texi (Version Info): Update version numbers in examples.
5851 (Acknowledgements): List more contributors.
5852
5853 * elisp.texi: Bump version number to 3.0.
5854 (Top): Link to Font Type node.
5855
867d4bb3
JB
58562009-02-20 Juanma Barranquero <lekktu@gmail.com>
5857
5858 * modes.texi (Major Mode Conventions): Remove duplicate words.
5859 (Customizing Keywords): Fix typo.
5860
77730170
EZ
58612009-02-14 Eli Zaretskii <eliz@gnu.org>
5862
5863 * nonascii.texi (User-Chosen Coding Systems): Document that
5864 select-safe-coding-system suggests raw-text if there are raw bytes
5865 in the region.
5866 (Explicit Encoding): Warn not to use `undecided' when encoding.
5867
c8736212
GM
58682009-02-11 Glenn Morris <rgm@gnu.org>
5869
5870 * frames.texi (Visibility of Frames): Mention the effect multiple
5871 workspaces/desktops can have on visibility.
5872
ab992d66
EZ
58732009-02-07 Eli Zaretskii <eliz@gnu.org>
5874
c8736212
GM
5875 * text.texi (Commands for Insertion):
5876 * commands.texi (Event Mod):
5877 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
5878 * nonascii.texi (Translation of Characters):
5879 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
5880 (Explicit Encoding): Document the `charset' text property produced
5881 by decode-coding-region and decode-coding-string.
ab992d66 5882
e651a255
AM
58832009-01-27 Alan Mackenzie <acm@muc.de>
5884
5885 * modes.texi (Search-based Fontification): Correct a typo.
5886
bc5cde4b
JB
58872009-01-25 Juanma Barranquero <lekktu@gmail.com>
5888
5889 * abbrevs.texi (Abbrev Table Properties): Fix typo.
5890 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
5891
3533155b
EZ
58922009-01-24 Eli Zaretskii <eliz@gnu.org>
5893
f721deda
EZ
5894 * display.texi (Window Systems): Document the value of
5895 `initial-window-system' under --daemon.
5896
3533155b
EZ
5897 * os.texi (System Environment): Remove description of the
5898 `environment' function which has been deleted.
5899
f79b43b2
DN
59002009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5901
5902 * frames.texi (Multiple Displays): Remove documentation for
5903 removed function make-frame-on-tty.
5904
e3aa6669
CY
59052009-01-22 Chong Yidong <cyd@stupidchicken.com>
5906
5907 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
5908 write-region-annotate-functions.
5909 Document write-region-post-annotation-function.
e3aa6669 5910
fb13a416
CY
59112009-01-19 Chong Yidong <cyd@stupidchicken.com>
5912
5913 * display.texi (Font Lookup): Document WIDTH argument of
5914 x-list-fonts.
5915
02eccf6b
EZ
59162009-01-17 Eli Zaretskii <eliz@gnu.org>
5917
ead3f58d
EZ
5918 * maps.texi (Standard Keymaps): Rename function-key-map to
5919 local-function-key-map.
5920
5921 * keymaps.texi (Translation Keymaps): Rename function-key-map to
5922 local-function-key-map.
5923
5924 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
5925 and `set-keyboard-coding-system' now accept an optional terminal
5926 argument.
5927
5928 * commands.texi (Event Mod): `keyboard-translate-table' is now
5929 terminal-local.
5930 (Function Keys): Rename function-key-map to
5931 local-function-key-map.
5932
df05a163
EZ
5933 * elisp.texi (Top): Make @detailmenu be consistent with changes in
5934 frames.texi.
5935
0ed8034e 5936 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
5937 `delete-terminal-functions', `suspend-tty-functions' and
5938 `resume-tty-functions'.
0ed8034e
EZ
5939
5940 * frames.texi (Frames): Document `frame-terminal' and
5941 `terminal-live-p'.
5942 (Multiple Displays): Document `make-frame-on-tty'.
5943 (Multiple Terminals): Document `terminal-list', `delete-terminal',
5944 `terminal-name', and `get-device-terminal'.
490f1197
EZ
5945 (Terminal Parameters): Document `terminal-parameters',
5946 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
5947
5948 * os.texi (System Environment): Document `environment' and
5949 `initial-environment'.
490f1197
EZ
5950 (Suspending Emacs): Update for multi-tty; document
5951 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 5952
02eccf6b
EZ
5953 * nonascii.texi (Coding System Basics): More accurate description
5954 of `raw-text'.
5955
f19fea97
JB
59562009-01-12 Juanma Barranquero <lekktu@gmail.com>
5957
5958 * display.texi (Low-Level Font): Fix typo.
5959
16fa292f
CY
59602009-01-10 Chong Yidong <cyd@stupidchicken.com>
5961
5962 * elisp.texi (Top): Update node listing.
5963
5964 * display.texi (PostScript Images): Node deleted.
5965
0b4faef3
EZ
59662009-01-10 Eli Zaretskii <eliz@gnu.org>
5967
3355f04d
EZ
5968 * processes.texi (Decoding Output): Document that null bytes force
5969 no-conversion for reading process output.
5970
5971 * files.texi (Reading from Files): Document that null bytes force
5972 no-conversion when visiting files.
5973
11625308 5974 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 5975
5dcb4c4e
SM
5976 * nonascii.texi (Lisp and Coding Systems):
5977 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 5978 (Character Properties): Improve wording.
0b4faef3 5979
ce9cf065
CY
59802009-01-09 Chong Yidong <cyd@stupidchicken.com>
5981
5982 * display.texi (Font Lookup): Remove obsolete function
5983 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
5984 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
5985 (Font Selection): Reorder order of variable descriptions.
5986 Minor clarifications.
ce9cf065
CY
5987
5988 * elisp.texi (Top): Update node listing.
5989
ab756fb3
GM
59902009-01-09 Glenn Morris <rgm@gnu.org>
5991
5992 * commands.texi (Command Loop Info): Say that last-command-char and
5993 last-input-char are obsolete aliases.
5994
5995 * edebug.texi (Edebug Recursive Edit): Remove separate references to
5996 last-input-char and last-command-char, since they are just aliases for
5997 last-input-event and last-command-event.
5998
5999 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6000 last-command-char.
6001
6b2b8ab1
CY
60022009-01-08 Chong Yidong <cyd@stupidchicken.com>
6003
6004 * elisp.texi: Update node listing.
6005
6006 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
6007 (Face Attributes): Don't link to Font Lookup.
6008 Document font-family-list.
6b2b8ab1
CY
6009 (Fonts): New node.
6010
3568e767
JR
60112009-01-08 Jason Rumney <jasonr@gnu.org>
6012
6013 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 6014 changing the standard pointer shapes. (Bug#1485)
3568e767 6015
6221c8db
CY
60162009-01-08 Chong Yidong <cyd@stupidchicken.com>
6017
6018 * display.texi (Attribute Functions): Note that a function value
6019 :height is relative, and that compatibility functions work by
6020 calling set-face-attribute.
6021 (Displaying Faces): Reorder list in order of increasing priority.
6022 (Face Remapping): New node. Content moved here from Displaying
6023 Faces.
6024 (Glyphs): Link to Face Functions.
6025
e3d3799a
CY
60262009-01-08 Chong Yidong <cyd@stupidchicken.com>
6027
6028 * display.texi (Faces): Don't discuss face id here. facep does
6029 not return t.
6030 (Defining Faces): Minor clarification.
6031 (Face Attributes): Rearrange items to match docstring of
6032 set-face-attribute. Add :foundry attribute. Document new role of
6033 :font attribute. Texinfo usage fix.
6034 (Attribute Functions): Copyedits.
6035 (Face Functions): Note that face number is seldom used.
6036
638a2457
RS
60372009-01-05 Richard M Stallman <rms@gnu.org>
6038
6039 * strings.texi (Predicates for Strings): Minor clarification.
6040
6041 * functions.texi (Function Safety): Texinfo usage fix.
6042
39cb9e56 60432009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
49ea0074
JB
6044
6045 * objects.texi (General Escape Syntax): Fix typo.
6046
9f822178
MR
60472009-01-03 Martin Rudalics <rudalics@gmx.at>
6048
6049 * windows.texi (Choosing Window): Say that pop-up-frame-alist
6050 works via the default value of pop-up-frame-function.
6051
af34ad36
EZ
60522009-01-02 Eli Zaretskii <eliz@gnu.org>
6053
6054 * processes.texi (System Processes): Document the `time' and
6055 `ctime' attributes of `system-process-attributes'.
6056
d31f6679
CY
60572009-01-01 Chong Yidong <cyd@stupidchicken.com>
6058
6059 * display.texi (Face Attributes): Clarify :height attribute.
6060
174dc00c
MR
60612008-12-31 Martin Rudalics <rudalics@gmx.at>
6062
6063 * buffers.texi (The Buffer List): Clarify what moves a buffer to
6064 the front of the buffer list. Add entries for `last-buffer' and
6065 `unbury-buffer'.
6066
b8afe7e4
EZ
60672008-12-27 Eli Zaretskii <eliz@gnu.org>
6068
d14030f5
EZ
6069 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6070 and its subsections.
6071
6072 * frames.texi (Multiple Terminals, Low-level Terminal)
6073 (Terminal Parameters, Frames on Other TTY devices): New sections.
6074 (Frames): Add an xref to "Multiple Terminals".
6075
765980a4
EZ
6076 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6077
6078 * objects.texi (Terminal Type): New node.
6079 (Editing Types): Add it to the menu.
6080
47bd5577
EZ
6081 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6082 Variables".
6083
eb22b78c 6084 * variables.texi (Directory Local Variables): New node.
47bd5577 6085 (Variables): Add a menu item for it.
eb22b78c 6086
b8afe7e4
EZ
6087 * loading.texi (Autoload): Document `generate-autoload-cookie' and
6088 `generated-autoload-file'.
6089
77bb0476
EZ
60902008-12-20 Eli Zaretskii <eliz@gnu.org>
6091
028e2c19
EZ
6092 * os.texi (Startup Summary): Add xref to documentation of
6093 `initial-window-system'.
6094
77bb0476
EZ
6095 * display.texi (Window Systems): Document `window-system' the
6096 function. The variable `window-system' is now frame-local.
028e2c19 6097 Document `initial-window-system'.
77bb0476 6098
dda87836
MR
60992008-12-19 Martin Rudalics <rudalics@gmx.at>
6100
6101 * windows.texi (Windows): Rewrite description of
6102 fit-window-to-buffer.
6103
caef3ed2
GM
61042008-12-13 Glenn Morris <rgm@gnu.org>
6105
6106 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
6107 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6108
21c58e4d
GM
61092008-12-12 Glenn Morris <rgm@gnu.org>
6110
6111 * debugging.texi (Error Debugging): Refer forwards to
6112 eval-expression-debug-on-error.
6113
af38459f
EZ
61142008-12-05 Eli Zaretskii <eliz@gnu.org>
6115
5dedd9b5
EZ
6116 * strings.texi (String Basics): Only unibyte strings that
6117 represent key sequences hold 8-bit raw bytes.
6118
af38459f
EZ
6119 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6120 paragraph to speak about `undecided'.
6121 (Character Properties): Don't explain the meaning of each
6122 property; instead, identify their Unicode Standard names.
b3f1f4a5 6123 (Character Sets): Document `map-charset-chars'.
af38459f 6124
fa047ae7
GM
61252008-12-02 Glenn Morris <rgm@gnu.org>
6126
6127 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6128 section yet again.
6129
47dbc044
EZ
61302008-11-29 Eli Zaretskii <eliz@gnu.org>
6131
98d05998
EZ
6132 * nonascii.texi (Character Properties): New Section.
6133 (Specifying Coding Systems): Document
6134 `coding-system-priority-list', `set-coding-system-priority', and
6135 `with-coding-priority'.
6136 (Lisp and Coding Systems): Document `check-coding-systems-region'
6137 and `coding-system-charset-list'.
6138 (Coding System Basics): Document `coding-system-aliases'.
6139
6140 * elisp.texi (Top): Add a @detailmenu entry for "Character
6141 Properties".
6142
47dbc044
EZ
6143 * objects.texi (Character Type): Correct the range of Emacs
6144 characters. Add an @xref to "Character Codes".
6145
6146 * strings.texi (String Basics): Add an @xref to "Character Codes".
6147
6148 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6149
6150 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6151 (Character Codes): Document `max-char'.
6152
8b80cdf5
EZ
61532008-11-28 Eli Zaretskii <eliz@gnu.org>
6154
6155 * nonascii.texi (Text Representations, Converting Representations)
6156 (Character Sets, Scanning Charsets, Translation of Characters):
6157 Make text more accurate.
6158
a99dceba
GM
61592008-11-28 Glenn Morris <rgm@gnu.org>
6160
6161 * files.texi (Format Conversion Round-Trip): Improve previous change.
6162
f6dc3bed
CY
61632008-11-26 Chong Yidong <cyd@stupidchicken.com>
6164
6165 * modes.texi (Auto Major Mode): Fix example.
6166
5da9413d
GM
61672008-11-25 Glenn Morris <rgm@gnu.org>
6168
6169 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6170
6171 * files.texi (Format Conversion Round-Trip):
6172 Use active voice for previous change.
6173
fcca848c
CY
61742008-11-25 Chong Yidong <cyd@stupidchicken.com>
6175
6176 * os.texi (Processor Run Time):
6177 * processes.texi (Transaction Queues):
6178 * markers.texi (The Mark):
6179 * windows.texi (Choosing Window, Selecting Windows):
6180 * files.texi (Changing Files, Magic File Names):
6181 * commands.texi (Key Sequence Input):
6182 * functions.texi (Declaring Functions):
6183 * strings.texi (Predicates for Strings):
6184 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6185
36c8dc54
CY
61862008-11-24 Chong Yidong <cyd@stupidchicken.com>
6187
6188 * help.texi (Accessing Documentation): Update example.
6189
6190 * variables.texi (Defining Variables): Note that `*' is not
6191 necessary if defcustom is used.
6192
2a79b242
EZ
61932008-11-22 Eli Zaretskii <eliz@gnu.org>
6194
6195 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6196 Characters" from @detailmenu.
6197
6198 * nonascii.texi (Character Codes, Character Sets)
6199 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6200 (Chars and Bytes, Splitting Characters): Sections removed.
6201
392f0d26
LK
62022008-11-22 Lute Kamstra <lute@gnu.org>
6203
6204 * positions.texi (Text Lines): Update goto-line documentation.
6205
af1a5cd5
MR
62062008-11-21 Martin Rudalics <rudalics@gmx.at>
6207
6a4cfb0c
MR
6208 * frames.texi (Frames): Fix typo, add cross references, reword.
6209 (Initial Parameters): Reword special-display-frame-alist text.
6210 (Frames and Windows): Reword. Describe argument norecord for
6211 set-frame-selected-window.
6212 (Input Focus): Describe argument norecord for select-frame.
6213 Remove comment on MS-Windows behavior for focus-follows-mouse.
6214 (Raising and Lowering): Mention windows-frames dichotomy in
6215 metaphor.
6216
af1a5cd5
MR
6217 * windows.texi (Displaying Buffers, Vertical Scrolling)
6218 (Horizontal Scrolling): Fix indenting and rewording issues
6219 introduced with 2008-11-07 change.
6220
c249fa9c
GM
62212008-11-20 Glenn Morris <rgm@gnu.org>
6222
6223 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6224 element of `format-alist'.
6225
204d4665
GM
62262008-11-19 Glenn Morris <rgm@gnu.org>
6227
6228 * doclicense.texi: Update to FDL 1.3.
6229 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6230
cc0910af
CY
62312008-11-18 Chong Yidong <cyd@stupidchicken.com>
6232
efe6e7c4
CY
6233 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6234 vars, which are obsolete. Mention jit-lock-register.
6235
5dcb4c4e
SM
6236 * modes.texi (Other Font Lock Variables):
6237 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 6238
cc0910af
CY
6239 * frames.texi (Color Parameters): Document alpha parameter.
6240
aeeedf76
MR
62412008-11-16 Martin Rudalics <rudalics@gmx.at>
6242
6243 * windows.texi (Splitting Windows, Deleting Windows)
6244 (Selecting Windows, Cyclic Window Ordering)
6245 (Buffers and Windows, Displaying Buffers, Choosing Window)
6246 (Dedicated Windows, Window Point, Window Start and End)
6247 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6248 (Size of Window, Resizing Windows, Window Configurations)
6249 (Window Parameters): Avoid @var at beginning of sentences and
6250 reword accordingly.
6251
4c565c5c
LK
62522008-11-11 Lute Kamstra <lute@gnu.org>
6253
6254 * files.texi (File Name Components): Fix file-name-extension
6255 documentation.
6256
25f494c9
JB
62572008-11-11 Juanma Barranquero <lekktu@gmail.com>
6258
6259 * frames.texi (Basic Parameters): Remove display-environment-variable
6260 and term-environment-variable.
6261
a1401ab1
EZ
62622008-11-08 Eli Zaretskii <eliz@gnu.org>
6263
6264 * windows.texi (Basic Windows, Splitting Windows)
6265 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6266 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
6267 (Resizing Windows, Window Configurations, Window Parameters):
6268 Fix wording and markup.
a1401ab1 6269
efafc282
MR
62702008-11-07 Martin Rudalics <rudalics@gmx.at>
6271
6272 * windows.texi (Windows): Update entries.
6273 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 6274 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
6275 (Selecting Windows, Cyclic Window Ordering): Reword with special
6276 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
6277 (Buffers and Windows, Choosing Window): Reword with special
6278 emphasis on dedicated windows.
6279 (Displaying Buffers): Reword. For switch-to-buffer mention that
6280 it may fall back on pop-to-buffer. For other-window try to
6281 explain how it treats the cyclic ordering of windows.
efafc282
MR
6282 (Dedicated Windows): New node and section discussing dedicated
6283 windows and associated functions.
86ab855a 6284 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
6285 (Window Start and End): Rename node and section title. Reword.
6286 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6287 Minor rewording.
6288 (Size of Window): Reword, in particular text on window-width.
6289 (Resizing Windows): Reword. Add text on balancing windows.
6290 (Window Configurations): Reword. Mention window parameters.
6291 (Window Parameters): New node and section on window parameters.
6292 (Window Hooks): Reword. Mention that
6293 window-configuration-change-hook is run "buffer-locally".
6294 * elisp.texi (Top): Update Windows entries in @detailmenu
6295 section.
6296
d60a8ab2
JB
62972008-11-04 Juanma Barranquero <lekktu@gmail.com>
6298
6299 * searching.texi (Regexp Search): Fix typo.
6300
01777627
CY
63012008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6302
6303 * searching.texi (Regexp Search): Document GREEDY arg.
6304 (Simple Match Data): Fix return value.
6305
c4526e93
EZ
63062008-11-01 Eli Zaretskii <eliz@gnu.org>
6307
6308 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
6309 with Emacs 23 internal representation of characters.
6310 Document `unibyte-string'.
c4526e93 6311
fe2ae8b5
CY
63122008-10-28 Chong Yidong <cyd@stupidchicken.com>
6313
6314 * processes.texi (Process Information): Note that process-status
6315 does not accept buffer names.
6316
cc5a21e3
CY
63172008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6318
6319 * positions.texi (Skipping Characters): Correct return value of
6320 skip-chars-forward.
6321
09460d9a
MR
63222008-10-25 Martin Rudalics <rudalics@gmx.at>
6323
520b29e7
MR
6324 * windows.texi (Deleting Windows): Update documentation of
6325 delete-windows-on.
6326 (Buffers and Windows): Update documentations of
6327 get-buffer-window and get-buffer-window-list.
6328 (Displaying Buffers): Update documentation of
6329 replace-buffer-in-windows.
6330
09460d9a
MR
6331 * buffers.texi (Current Buffer): Reword set-buffer and
6332 with-current-buffer documentations.
6333 (Creating Buffers): Reword documentation of get-buffer-create.
6334
4d48fcdc
MR
63352008-10-23 Martin Rudalics <rudalics@gmx.at>
6336
6337 * buffers.texi (Current Buffer): Reword documentation of
6338 set-buffer.
6339 (Buffer Names): Reword documentation of buffer-name.
6340 (The Buffer List): For bury-buffer explain what happens with the
6341 buffer's window.
6342 (Creating Buffers): Say that get-buffer-create's arg is called
6343 buffer-or-name.
6344
f0143c43
CY
63452008-10-22 Chong Yidong <cyd@stupidchicken.com>
6346
3e5dbbd3
CY
6347 * advice.texi (Computed Advice): Explain what DEFINITION is.
6348
f0143c43
CY
6349 * nonascii.texi (Character Codes): Remove obsolete function
6350 char-valid-p, and document characterp instead.
6351
52a94b85
MR
63522008-10-22 Martin Rudalics <rudalics@gmx.at>
6353
6354 * windows.texi (Displaying Buffers): Reword documentation of
6355 pop-to-buffer.
6356 (Choosing Window): Rewrite documentation of display-buffer and
6357 its options.
6358
f76f8246
MR
6359 * buffers.texi (Killing Buffers): Update documentation of
6360 kill-buffer.
6361
acc8b598
EZ
63622008-10-21 Eli Zaretskii <eliz@gnu.org>
6363
80e6b6df
EZ
6364 * processes.texi (Serial Ports): Fix wording and improve markup.
6365
3645358a
EZ
6366 * searching.texi (Regexp Search): Document `string-match-p' and
6367 `looking-at-p'.
6368 (POSIX Regexps): Add an xref for "non-greedy".
6369 (Regexp Special): Add @cindex entry for "non-greedy".
6370
b3d50cff 6371 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 6372 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 6373
73b7530a
EZ
6374 * frames.texi (Color Names): Add an xref to `read-color'.
6375
6376 * minibuf.texi (High-Level Completion): Document `read-color'.
6377
acc8b598
EZ
6378 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6379
6380 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6381
6382 * buffers.texi (Swapping Text): New section, documents
6383 `buffer-swap-text'.
6384
10e187e8
MR
63852008-10-21 Martin Rudalics <rudalics@gmx.at>
6386
6387 * windows.texi (Resizing Windows): Minor wording fix.
6388
fd6f900c
EZ
63892008-10-20 Eli Zaretskii <eliz@gnu.org>
6390
6391 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6392 and `combine-and-quote-strings'.
6393
6394 * strings.texi (Creating Strings): Add xrefs for them.
6395
e4372165
EZ
63962008-10-19 Eli Zaretskii <eliz@gnu.org>
6397
d6328fba
EZ
6398 * elisp.texi (Top): Make descriptive text for "Reading File Names"
6399 match the corresponding menu in minibuf.texi.
6400
e4372165
EZ
6401 * minibuf.texi (Reading File Names): Document `read-shell-command'
6402 and `minibuffer-local-shell-command-map'.
6403
5d8dda33
MR
64042008-10-19 Martin Rudalics <rudalics@gmx.at>
6405
6406 * windows.texi (Resizing Windows): Remove var{} around "window" in
6407 documentation of enlarge-window.
6408 Rewrite documentation of window-min-height and window-min-width.
6409
437706cd
EZ
64102008-10-19 Eli Zaretskii <eliz@gnu.org>
6411
80f85d7c
EZ
6412 * functions.texi (Calling Functions): Document `apply-partially'.
6413
291703b5
EZ
6414 * hooks.texi (Standard Hooks): Mention
6415 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6416
6417 * variables.texi (File Local Variables): Document
6418 `file-local-variables-alist', `before-hack-local-variables-hook'
6419 and `hack-local-variables-hook'.
6420
583d8b3c
EZ
6421 * processes.texi (Synchronous Processes): Document `process-lines'.
6422
5dcb4c4e
SM
6423 * customize.texi (Variable Definitions):
6424 Document `custom-reevaluate-setting'.
437706cd 6425
7e51d89b
MR
64262008-10-18 Martin Rudalics <rudalics@gmx.at>
6427
6428 * windows.texi (Choosing Window, Deleting Windows)
6429 (Displaying Buffers): Expand documentation of dedicated windows.
6430
43c59a3d
EZ
64312008-10-18 Eli Zaretskii <eliz@gnu.org>
6432
018a960d
EZ
6433 * files.texi (Changing Files): Document symbolic input of file
6434 modes to `set-file-modes'. Document `read-file-modes' and
6435 `file-modes-symbolic-to-number'.
6436
2c0b8144
EZ
6437 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6438 and `search-map'.
6439
5dcb4c4e
SM
6440 * searching.texi (Search and Replace):
6441 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 6442 Document `multi-query-replace-map'.
80120f13 6443
6d4913f0 6444 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
6445 (Completion Commands, Reading File Names):
6446 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
6447 `minibuffer-local-filename-must-match-map'.
6448 (Minibuffer Completion): The `require-match' argument to
6449 `completing-read' can now have the value `confirm-only'.
6450
43c59a3d
EZ
6451 * windows.texi (Displaying Buffers): Minor wording fix.
6452 (Choosing Window): `split-height-threshold' can now be nil.
6453 Document `split-width-threshold'. `pop-up-frames' can have the
6454 value `graphic-only'.
6455
f36acfd9
EZ
64562008-10-17 Eli Zaretskii <eliz@gnu.org>
6457
6458 * os.texi (Startup Summary): Document `before-init-time' and
6459 `after-init-time'. Document `initial-window-system' and
6460 `window-system-initialization-alist'. Document reading the
6461 abbrevs file. Document the call to `server-start' under --daemon.
6462 Rearrange a bit to be consistent with the code flow.
53728487
EZ
6463 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6464 (Time Parsing): Document `format-seconds'.
f36acfd9 6465
96995b89
MR
64662008-10-17 Martin Rudalics <rudalics@gmx.at>
6467
6468 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6469 and reword.
6470
2de17c73
EZ
64712008-10-16 Eli Zaretskii <eliz@gnu.org>
6472
6473 * markers.texi (The Mark): Document use-region-p.
6474
9cf52b11
EZ
64752008-10-15 Eli Zaretskii <eliz@gnu.org>
6476
c3aaf1d7
EZ
6477 * internals.texi (Writing Emacs Primitives): The interactive spec
6478 of a primitive can be a Lisp form.
6479
841a1743
EZ
6480 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6481 values of transient-mark-mode. Document handle-shift-selection.
6482
6483 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6484 (Interactive Examples): Show an example of `^'.
6485 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
6486 (Defining Commands, Using Interactive): The interactive-form of a
6487 function can be added via its symbol's property.
841a1743 6488
52441368
EZ
6489 * positions.texi (List Motion): beginning-of-defun-function can
6490 now accept an argument.
6491
8e8c1a72
EZ
6492 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6493 now return a list of strings.
6494
a33a1f2a
EZ
6495 * control.texi (Handling Errors): Document ignore-errors.
6496
4fb04348
EZ
6497 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6498 (Parameter Access): Document set-frame-parameter.
6499
ee666f84
EZ
6500 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6501 Hooks" for the effect of kill-all-local-variables on local hook
6502 functions.
6503
9cf52b11
EZ
6504 * modes.texi (Major Mode Conventions, Mode Line Variables):
6505 `mode-name' need not be a string. xref to "Mode Line Data" for
6506 details, and to "Emulating Mode Line" for computing a string
6507 value.
6508
22526bc4
EZ
65092008-10-14 Eli Zaretskii <eliz@gnu.org>
6510
a65f6a85
EZ
6511 * processes.texi (System Processes): New section.
6512 (Processes, Signals to Processes): Add xrefs to it.
6513
6514 * objects.texi (Editing Types): A `process' is a subprocess of
6515 Emacs, not just any process running on the OS.
6516
6517 * elisp.texi (Top): Adjust the @detailmenu for the above two
6518 changes.
6519
2724b26a
EZ
6520 * sequences.texi (Char-Tables): Remove documentation of
6521 set-char-table-default, which has no effect since Emacs 23.
6522 <char-table-range, set-char-table-range>: Don't mention generic
6523 characters and charsets. Add a cons cell as a possible argument.
6524
6525 * nonascii.texi (Splitting Characters)
6526 (Translation of Characters): Don't mention generic characters.
6527
6528 * display.texi (Fontsets): Don't mention generic characters.
6529
22526bc4 6530 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 6531 argument FUNCTION with a cons cell as KEY.
22526bc4 6532
eaf4b689
EZ
65332008-10-13 Eli Zaretskii <eliz@gnu.org>
6534
45e46036
EZ
6535 * objects.texi (Primitive Function Type): Move "@cindex special
6536 forms" from here...
6537
6538 * eval.texi (Special Forms): ...to here.
6539
6540 * functions.texi (What Is a Function): `functionp' returns nil for
6541 special forms. Add an xref.
6542
eaf4b689
EZ
6543 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6544 Variables".
6545
6546 * variables.texi (Frame-Local Variables): New section.
6547 (Buffer-Local Variables): Add an xref to it.
6548 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6549 have both frame-local and buffer-local binding.
6550
6551 * frames.texi (Frames): Mention multiple tty frames.
6552 (Frame Parameters, Parameter Access): Mention frame-local variable
6553 bindings.
6554
15688fce
GM
65552008-09-20 Glenn Morris <rgm@gnu.org>
6556
6557 * display.texi (Defining Faces): Recommend against face variables.
6558
35539065
JB
65592008-09-16 Juanma Barranquero <lekktu@gmail.com>
6560
6561 * display.texi (Echo Area Customization): Fix typo.
6562
6a57054b
JB
65632008-09-09 Juanma Barranquero <lekktu@gmail.com>
6564
6565 * loading.texi (Where Defined): Add `defface' item.
6566
d632fb82
MR
65672008-09-06 Martin Rudalics <rudalics@gmx.at>
6568
6569 * loading.texi (Where Defined): Fix description of symbol-file.
6570
905a9adb
JR
65712008-08-26 Jason Rumney <jasonr@gnu.org>
6572
6573 * display.texi (TIFF Images): New section describing :index property.
6574
852e91b7
CY
65752008-08-23 Chong Yidong <cyd@stupidchicken.com>
6576
6577 * display.texi (Temporary Displays): Remove unnecessary comment
6578 about usage of temp-buffer-show-hook.
6579
6be001ee
CY
65802008-08-05 Chong Yidong <cyd@stupidchicken.com>
6581
6582 * symbols.texi (Other Plists): Fix incorrect example.
6583 Suggested by Florian Beck.
6584
58e3d8e8
JB
65852008-07-31 Juanma Barranquero <lekktu@gmail.com>
6586
6587 * os.texi: Fix previous change.
6588
7c2fb837
DN
65892008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6590
6591 * os.texi:
6592 * intro.texi:
6593 * files.texi: Remove VMS support.
6594
9e2a2647
DN
65952008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6596
6597 * os.texi:
6598 * frames.texi:
6599 * display.texi: Remove mentions of Mac Carbon.
6600
c4f4682b
MB
66012008-07-01 Miles Bader <miles@gnu.org>
6602
6603 * text.texi (Special Properties):
6604 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6605
3696411e
JB
66062008-06-28 Johan Bockgård <bojohan@gnu.org>
6607
6608 * display.texi (Other Image Types): Fix copy/paste error; say
6609 "PBM", not "XBM".
6610
f2a77c3a
DN
66112008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6612
6613 * os.texi: Remove references to obsolete systems.
6614
6d52677d
EZ
66152008-06-20 Eli Zaretskii <eliz@gnu.org>
6616
6617 * makefile.w32-in (distclean): Remove makefile.
6618
1a87da4c
GM
66192008-06-17 Glenn Morris <rgm@gnu.org>
6620
6621 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6622 (elisp, dist): Remove rules and variables that are obsolete now
6623 the lisp manual is no longer distributed separately.
6624
fdda1c5d
GM
66252008-06-16 Glenn Morris <rgm@gnu.org>
6626
646692e9
GM
6627 * configure, configure.in, mkinstalldirs: Remove unused files.
6628
6629 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 6630 * vol1.texi (EMACSVER):
6a57054b 6631 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
6632
6633 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6634 as per maintain.info.
6635
611bee81
GM
66362008-06-15 Glenn Morris <rgm@gnu.org>
6637
a7bed3a0
GM
6638 * makefile.w32-in (manual): Use "23" rather than "21".
6639
6640 * Makefile.in (emacsver): New, set by configure.
6641 (manual): Use emacsver.
6642
d794edf2
GM
6643 * intro.texi: Report bugs using M-x report-emacs-bug.
6644
611bee81
GM
6645 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6646
c73e02fa
GM
66472008-06-13 Daniel Engeler <engeler@gmail.com>
6648
6649 * elisp.texi, internals.texi, processes.texi: Add documentation
6650 about serial port access.
6651
e40a85cd
MB
66522008-06-05 Miles Bader <miles@gnu.org>
6653
6654 * display.texi (Displaying Faces): Update to reflect function
6655 renamings in face-remap.el.
6656
7b753744
JB
66572008-06-05 Juanma Barranquero <lekktu@gmail.com>
6658
6659 * display.texi (Fontsets): Fix typos.
6660
9d3d42fb
MB
66612008-06-03 Miles Bader <miles@gnu.org>
6662
7b753744
JB
6663 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6664 remove-relative-face-remapping, set-base-face-remapping,
6665 and set-default-base-face-remapping.
9d3d42fb 6666
f2cec7a9
MB
66672008-06-01 Miles Bader <miles@gnu.org>
6668
6669 * display.texi (Displaying Faces): Add face-remapping-alist.
6670
8f39c96d
SM
66712008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6672
6673 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6674 variable names.
6675
1ef5eecc
ER
66762008-05-03 Eric S. Raymond <esr@golux>
6677
352c8b4a 6678 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
6679 (current-global-map) return references, not copies.
6680
63b4387f
JL
66812008-05-02 Juri Linkov <juri@jurta.org>
6682
6683 * minibuf.texi (Text from Minibuffer): Document a list of
6684 default values for `read-from-minibuffer'.
6685
38a8b703
JB
66862008-04-24 Juanma Barranquero <lekktu@gmail.com>
6687
6688 * nonascii.texi (Translation of Characters): Fix previous change.
6689
7c42e639
CY
66902008-04-20 Chong Yidong <cyd@stupidchicken.com>
6691
6692 * display.texi (Overlay Properties): Clarify role of underlying
6693 textprop and overlay keymaps for display strings.
6694
6695 * keymaps.texi (Active Keymaps): Ditto.
6696
25c0d999
SM
66972008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * minibuf.texi (Programmed Completion):
6700 Replace dynamic-completion-table with the new completion-table-dynamic.
6701
e3af5968
CY
67022008-04-07 Chong Yidong <cyd@stupidchicken.com>
6703
6704 * intro.texi (Some Terms): Change "fonts in this manual" index
6705 entry to "typographic conventions".
6706
6bfc8698
EZ
67072008-04-05 Eli Zaretskii <eliz@gnu.org>
6708
6709 * objects.texi (Text Props and Strings): Add indexing for read
6710 syntax of text properties.
6711
4972c361
SM
67122008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6713
6714 * processes.texi (Decoding Output): Remove process-filter-multibyte
6715 functions.
6716
c70a68db
MR
67172008-03-15 Martin Rudalics <rudalics@gmx.at>
6718
6719 * display.texi (Finding Overlays): Say that empty overlays at
6720 the end of the buffer are reported too.
6721
1291fd36
GM
67222008-03-13 Glenn Morris <rgm@gnu.org>
6723
6724 * elisp.texi (EMACSVER): Set to 23.0.60.
6725
c6b0dfd5
CY
67262008-02-26 Chong Yidong <cyd@stupidchicken.com>
6727
38a8b703 6728 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 6729
875fc30c
GM
67302008-02-22 Glenn Morris <rgm@gnu.org>
6731
6732 * frames.texi (Position Parameters): Clarify the description of
6733 `left' and `top', using information from "Geometry".
6734 (Geometry): Give a pointer to "Position Parameters", rather than
6735 repeating information.
6736
d8c8e45a
GM
67372008-02-11 Glenn Morris <rgm@gnu.org>
6738
6739 * objects.texi (Equality Predicates): No longer talk about "two"
6740 functions.
6741
38a8b703 67422008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
6743
6744 * objects.texi (Equality Predicates): Add defun for
6745 equal-including-properties.
6746
bfffe0b1
GM
67472008-02-10 Glenn Morris <rgm@gnu.org>
6748
6749 * objects.texi (Equality Predicates):
6750 Mention equal-including-properties.
6751
431b78c9
RS
67522008-02-07 Richard Stallman <rms@gnu.org>
6753
6754 * windows.texi (Window Start): Mention the feature of moving
6755 window-start to start of line.
6756
c8763fb6 67572008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
6758
6759 * keymaps.texi (Tool Bar): Document rtl property.
6760
1a256502
TTN
67612008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6762
6763 * display.texi (Button Types):
6764 For define-button-type, clarify type of NAME.
6765
569382c2
MR
67662008-01-19 Martin Rudalics <rudalics@gmx.at>
6767
6768 * buffers.texi (Buffer Modification): Fix typo.
6769
f3041af1
DN
67702008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6771
6772 * os.texi (System Environment): Remove references to OSes that are
6773 not supported anymore.
6774
d35e1cd7
DN
67752008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6776
6777 * os.texi (System Environment): Remove mention for Masscomp.
6778
23af7580
RS
67792008-01-04 Richard Stallman <rms@gnu.org>
6780
6781 * display.texi (Faces): Don't talk about internal face vector as arg
6782 to facep.
6783
6784 * customize.texi (Type Keywords): Fix previous change.
6785
6786 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
6787 * elisp.texi (Top): Fix menu for commands.texi change.
6788
ec7d5b1e
RS
67892007-12-30 Richard Stallman <rms@gnu.org>
6790
5dcb4c4e 6791 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
6792 (Accessing Scroll): New node broken out of Accessing Mouse.
6793
101a6cea
RS
67942007-12-28 Richard Stallman <rms@gnu.org>
6795
6796 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 6797 (Basic Parameters): For `title', refer to title bar.
041817a4 6798 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 6799
72b7e664
RS
68002007-12-23 Richard Stallman <rms@gnu.org>
6801
6802 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
6803 Improve some of the commented-out keywords' text too.
6804
27a4f445
MR
68052007-12-14 Martin Rudalics <rudalics@gmx.at>
6806
e2e3f1d7
MR
6807 * nonascii.texi (Encoding and I/O): Reword to avoid saying
6808 "visit the current buffer".
6809
27a4f445
MR
6810 * os.texi (System Interface): Fix typo.
6811
a2afc99d
RS
68122007-12-04 Richard Stallman <rms@gnu.org>
6813
6814 * objects.texi (Symbol Type): Fix typo.
6815
b694135c
RS
68162007-12-03 Richard Stallman <rms@gnu.org>
6817
6818 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
6819
f99a19da
GM
68202007-12-01 Glenn Morris <rgm@gnu.org>
6821
6822 * functions.texi (Declaring Functions): Improve previous change.
6823
8f4b37d8
GM
68242007-11-30 Glenn Morris <rgm@gnu.org>
6825
6826 * functions.texi (Declaring Functions): Add optional fourth
6827 argument of declare-function, and setting third argument to `t'.
6828
61a2fe01
RS
68292007-11-29 Richard Stallman <rms@gnu.org>
6830
6831 * customize.texi (Composite Types): Document `group' type.
6832
cbfc5193
GM
68332007-11-29 Glenn Morris <rgm@gnu.org>
6834
5dcb4c4e
SM
6835 * functions.texi (Declaring Functions): Add findex.
6836 Mention `external' files.
cbfc5193 6837
8386283a
JB
68382007-11-26 Juanma Barranquero <lekktu@gmail.com>
6839
6840 * functions.texi (Declaring Functions): Fix directive.
6841
a07c9a8b
RS
68422007-11-25 Richard Stallman <rms@gnu.org>
6843
6844 * help.texi (Help Functions): Clean up last change.
6845
6846 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
6847
6848 * loading.texi (Named Features): Minor cleanup.
6849
6850 * macros.texi (Eval During Expansion): Minor cleanup.
6851
6852 * variables.texi (Variable Aliases): Minor cleanup.
6853
a0925923
RS
68542007-11-24 Richard Stallman <rms@gnu.org>
6855
6856 * functions.texi (Declaring Functions): Clarify previous change.
6857
6858 * compile.texi (Compiler Errors): Clarify previous change.
6859
20c63e44
RS
68602007-11-24 Richard Stallman <rms@gnu.org>
6861
e5e76c04 6862 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
6863 Clarify the text and move items around.
6864
5bb0cda3
GM
68652007-11-24 Glenn Morris <rgm@gnu.org>
6866
6867 * functions.texi (Declaring Functions): New section.
6868 * compile.texi (Compiler Errors): Mention declaring functions,
6869 defvar with no initvalue, and byte-compile-warnings.
6870
af13c86a
MR
68712007-11-15 Martin Rudalics <rudalics@gmx.at>
6872
6873 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
6874 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
6875
a5373305
MR
68762007-11-13 Martin Rudalics <rudalics@gmx.at>
6877
6878 * help.texi (Help Functions): Document new macro `with-help-window'.
6879
fe284805
JL
68802007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
6881
6882 * searching.texi (Replacing Match): Describe new
6883 `match-substitute-replacement'.
6884
2c3a09b1
RS
68852007-10-31 Richard Stallman <rms@gnu.org>
6886
6887 * strings.texi (Creating Strings): Null strings from concat not unique.
6888
f2b480f4
RS
68892007-10-26 Richard Stallman <rms@gnu.org>
6890
6891 * objects.texi (Equality Predicates): Null strings are uniquified.
6892
6893 * minibuf.texi: Minor clarifications in previous change.
6894
db21122c
GM
68952007-10-25 Glenn Morris <rgm@gnu.org>
6896
6897 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
6898
2328cbb3
RS
68992007-10-24 Richard Stallman <rms@gnu.org>
6900
6901 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
6902
6903 * variables.texi (Frame-Local Variables): Node deleted.
6904 (Variables): Delete Frame-Local Variables from menu.
6905 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
6906 (Default Value): Don't mention frame-local vars.
6907
6908 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
6909
6910 * loading.texi (Unloading): Document FEATURE-unload-function
6911 instead of FEATURE-unload-hook.
6912
2328cbb3
RS
6913 * frames.texi (Multiple Displays): Don't mention frame-local vars.
6914
c066bafa
JL
69152007-10-22 Juri Linkov <juri@jurta.org>
6916
6917 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
6918 (High-Level Completion): Document a list of default value strings
6919 in the DEFAULT argument, for which minibuffer functions return the
6920 first element.
6921
65ced25f
JL
69222007-10-17 Juri Linkov <juri@jurta.org>
6923
6924 * text.texi (Filling): Update arguments of fill-paragraph.
6925 fill-paragraph operates on the active region in Transient Mark mode.
6926 Remove fill-paragraph-or-region.
6927
ee46ec8e
KB
69282007-10-13 Karl Berry <karl@gnu.org>
6929
6930 * elisp.texi (@dircategory): Move to after @copying,
6931 since we want @copying as close as possible to the beginning of
6932 the output.
6933
61bbdbc6
RS
69342007-10-12 Richard Stallman <rms@gnu.org>
6935
6936 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
6937
6938 * commands.texi (Distinguish Interactive): New node,
6939 broken out from Interactive Call and rewritten.
6940 (Command Loop): Put Distinguish Interactive in menu.
6941
af23e1e8
RS
69422007-10-09 Richard Stallman <rms@gnu.org>
6943
6944 * text.texi (Examining Properties): Mention overlay priority.
6945
6946 * display.texi (Display Margins): Correct the description
6947 of margin display specifications.
6948 (Replacing Specs): New subnode broken out of Display Property.
6949
e1965a69
JL
69502007-10-06 Juri Linkov <juri@jurta.org>
6951
6952 * text.texi (Filling): Document fill-paragraph-or-region.
6953
4638454b
JB
69542007-10-05 Juanma Barranquero <lekktu@gmail.com>
6955
6956 * display.texi (Auto Faces): Fix typo.
6957
7ed54cc5
RS
69582007-10-02 Richard Stallman <rms@gnu.org>
6959
6960 * display.texi (Display Property): Explain some display specs
6961 don't let you move point in.
6962
5dcb4c4e
SM
6963 * frames.texi (Cursor Parameters):
6964 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
6965
6966 * windows.texi (Basic Windows): Don't describe
6967 cursor-in-non-selected-windows here.
6968
305a7ef2
EZ
69692007-10-01 Eli Zaretskii <eliz@gnu.org>
6970
6971 * processes.texi (Misc Network): Note that these functions are
6972 supported only on some systems.
6973
f7a7f4eb
RS
69742007-10-01 Richard Stallman <rms@gnu.org>
6975
6976 * display.texi (Overlay Properties): Explain nil as priority.
6977 Explain that conflicts are unpredictable if not resolved by
6978 priorities.
6979
780d7bb9
RS
69802007-09-23 Richard Stallman <rms@gnu.org>
6981
6982 * macros.texi (Backquote): Minor clarification.
6983
14b4fdfb
RS
69842007-09-19 Richard Stallman <rms@gnu.org>
6985
6986 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
6987 Clarify when they work in parallel and when one overrides.
6988 Fix error in example.
14b4fdfb 6989
b8d4c8d0
GM
69902007-09-06 Glenn Morris <rgm@gnu.org>
6991
b3e755a9 6992 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
6993 commands to use ../../info.
6994 * Makefile.in (infodir): Go up one more level.
4638454b 6995 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
6996 (miscmanualdir): New.
6997 (dist): Use new variable miscmanualdir.
6998 * makefile.w32-in (infodir, texinputdir): Go up one more level.
6999 (usermanualdir): Change from ../man to ../emacs.
7000
1bb1f7d3
MR
70012007-08-30 Martin Rudalics <rudalics@gmx.at>
7002
7003 * commands.texi (Command Loop Info): Advise against changing
7004 most variables described here. Explain new variable
7005 last-repeatable-command.
7006
b8d4c8d0
GM
70072007-08-29 Glenn Morris <rgm@gnu.org>
7008
7009 * elisp.texi (EMACSVER): Increase to 23.0.50.
7010
70112007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7012
7013 * frames.texi (Basic Parameters): Add display-environment-variable
7014 and term-environment-variable.
7015
70162007-08-28 Juri Linkov <juri@jurta.org>
7017
7018 * display.texi (Image Formats, Other Image Types): Add SVG.
7019
70202007-08-28 Juri Linkov <juri@jurta.org>
7021
7022 * display.texi (Images): Move formats-related text to new node
7023 "Image Formats".
7024 (Image Formats): New node.
7025
619fb9ee
RS
70262007-08-27 Richard Stallman <rms@gnu.org>
7027
7028 * windows.texi (Window Configurations): Clarify what
7029 a window configuration saves.
7030
b8d4c8d0
GM
70312007-08-25 Richard Stallman <rms@gnu.org>
7032
7033 * display.texi (Images): Delete redundant @findex.
7034
39f9da30
GM
70352007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * text.texi (Change Hooks): (after|before)-change-functions are no
7038 longer bound to nil while running; rather inhibit-modification-hooks
7039 is t.
7040
b8d4c8d0
GM
70412007-08-16 Richard Stallman <rms@gnu.org>
7042
5dcb4c4e
SM
7043 * processes.texi (Asynchronous Processes):
7044 Clarify doc of start-file-process.
b8d4c8d0
GM
7045
70462007-08-08 Martin Rudalics <rudalics@gmx.at>
7047
7048 * modes.texi (Example Major Modes): Fix typo.
7049
70502007-08-08 Glenn Morris <rgm@gnu.org>
7051
7052 * intro.texi (nil and t): Do not use `iff' in documentation.
7053
7054 * tips.texi (Documentation Tips): Recommend against `iff'.
7055
70562007-08-07 Chong Yidong <cyd@stupidchicken.com>
7057
7058 * display.texi (Image Cache): Document image-refresh.
7059
70602007-08-06 Martin Rudalics <rudalics@gmx.at>
7061
7062 * windows.texi (Size of Window): Document window-full-width-p.
7063
70642007-07-25 Glenn Morris <rgm@gnu.org>
7065
7066 * gpl.texi (GPL): Replace license with GPLv3.
7067
7068 * Relicense all FSF files to GPLv3 or later.
7069
70702007-07-24 Michael Albinus <michael.albinus@gmx.de>
7071
4638454b
JB
7072 * processes.texi (Synchronous Processes):
7073 Add `process-file-shell-command'.
b8d4c8d0
GM
7074 (Asynchronous Processes): Mention restricted use of
7075 `process-filter' and `process-sentinel' in
7076 `start-file-process'. Add `start-file-process-shell-command'.
7077
70782007-07-17 Michael Albinus <michael.albinus@gmx.de>
7079
7080 * files.texi (Magic File Names): Introduce optional parameter
7081 IDENTIFICATION for `file-remote-p'.
7082
70832007-07-16 Richard Stallman <rms@gnu.org>
7084
7085 * display.texi (Defining Faces): Fix previous change.
7086
70872007-07-14 Richard Stallman <rms@gnu.org>
7088
7089 * control.texi (Handling Errors): Document `debug' in handler list.
7090
70912007-07-10 Richard Stallman <rms@gnu.org>
7092
7093 * display.texi (Defining Faces): Explain C-M-x feature for defface.
7094
70952007-07-09 Richard Stallman <rms@gnu.org>
7096
7097 * files.texi (Magic File Names): Rewrite previous change.
7098
70992007-07-08 Michael Albinus <michael.albinus@gmx.de>
7100
7101 * files.texi (Magic File Names): Introduce optional parameter
7102 CONNECTED for `file-remote-p'.
7103
71042007-07-07 Michael Albinus <michael.albinus@gmx.de>
7105
7106 * processes.texi (Asynchronous Processes):
7107 * files.texi (Magic File Names): Add `start-file-process'.
7108
71092007-06-27 Richard Stallman <rms@gnu.org>
7110
5dcb4c4e
SM
7111 * files.texi (Format Conversion Piecemeal):
7112 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
7113
71142007-06-27 Michael Albinus <michael.albinus@gmx.de>
7115
4638454b
JB
7116 * files.texi (Magic File Names): Remove `dired-call-process'.
7117 Add `process-file'.
b8d4c8d0
GM
7118
71192007-06-27 Kenichi Handa <handa@m17n.org>
7120
7121 * text.texi (Special Properties): Fix description about
4638454b 7122 `composition' property.
b8d4c8d0
GM
7123
71242007-06-26 Kenichi Handa <handa@m17n.org>
7125
7126 * nonascii.texi (Default Coding Systems): Document about the
7127 return value `undecided'.
7128
71292007-06-25 David Kastrup <dak@gnu.org>
7130
7131 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7132 `current-active-maps'.
7133
71342007-06-24 Karl Berry <karl@gnu.org>
7135
4638454b 7136 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
7137
71382007-06-15 Juanma Barranquero <lekktu@gmail.com>
7139
7140 * display.texi (Overlay Arrow): Doc fix.
7141
71422007-06-14 Karl Berry <karl@tug.org>
7143
7144 * anti.texi (Antinews): Typo.
7145
71462007-06-14 Chong Yidong <cyd@stupidchicken.com>
7147
7148 * display.texi (Image Cache): Document image-refresh.
7149
71502007-06-12 Karl Berry <karl@gnu.org>
7151
7152 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7153 * two-volume.make: New file.
7154 * .cvsignore: Ignore two-volume files.
7155
71562007-06-12 Tom Tromey <tromey@redhat.com>
7157
7158 * os.texi (Init File): Document user-emacs-directory.
7159
71602007-06-03 Nick Roberts <nickrob@snap.net.nz>
7161
7162 * commands.texi (Click Events): Describe width and height when
7163 object is nil.
7164
71652007-05-30 Nick Roberts <nickrob@snap.net.nz>
7166
5dcb4c4e
SM
7167 * commands.texi (Click Events): Layout more logically.
7168 Describe width and height.
b8d4c8d0
GM
7169 (Drag Events, Motion Events): Update to new format for position.
7170
71712007-06-02 Richard Stallman <rms@gnu.org>
7172
7173 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7174
71752007-06-02 Chong Yidong <cyd@stupidchicken.com>
7176
7177 * Version 22.1 released.
7178
71792007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * text.texi (Special Properties): Correct meaning of fontified face.
7182
71832007-05-30 Richard Stallman <rms@gnu.org>
7184
7185 * text.texi (Special Properties): Add link to Adjusting Point.
7186
71872007-05-12 Richard Stallman <rms@gnu.org>
7188
7189 * text.texi (Margins): indent-to-left-margin is not the default.
7190 (Mode-Specific Indent): For indent-line-function, the default
7191 is indent-relative.
7192
7193 * modes.texi (Example Major Modes): Explain last line of text-mode
7194 is redundant.
7195
71962007-05-10 Richard Stallman <rms@gnu.org>
7197
7198 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7199
7200 * help.texi (Keys in Documentation): Add reference to
7201 Documentation Tips.
7202
7203 * files.texi (Format Conversion): TO-FN gets three arguments.
7204
7205 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7206
72072007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7208
7209 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7210 * files.texi (Format Conversion): Expand intro; add menu.
7211 (Format Conversion Overview, Format Conversion Round-Trip)
7212 (Format Conversion Piecemeal): New nodes/subsections.
7213 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7214 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7215 (Saving Properties): Delete node/subsection.
7216
72172007-05-07 Karl Berry <karl@gnu.org>
7218
7219 * elisp.texi (EMACSVER): Back to 22.
7220
72212007-05-06 Richard Stallman <rms@gnu.org>
7222
7223 * processes.texi (Accepting Output): Revert most of previous change.
7224
72252007-05-05 Richard Stallman <rms@gnu.org>
7226
7227 * processes.texi (Accepting Output): accept-process-output
7228 uses microseconds, not milliseconds. But that arg is obsolete.
7229
72302007-05-04 Karl Berry <karl@tug.org>
7231
7232 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7233
72342007-05-04 Eli Zaretskii <eliz@gnu.org>
7235
7236 * tips.texi (Documentation Tips): Rearrange items to place the
7237 more important ones first. Add an index entry for hyperlinks.
7238
72392007-05-03 Karl Berry <karl@gnu.org>
7240
7241 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7242 (EMACSVER) [smallbook]: 22 for printed version.
7243
7244 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7245 so restore anchor to normal position after defun. Found by Kevin Ryde.
7246
72472007-04-26 Glenn Morris <rgm@gnu.org>
7248
7249 * elisp.texi (EMACSVER): Increase to 22.1.50.
7250
72512007-04-28 Karl Berry <karl@gnu.org>
7252
7253 * elisp.texi: Improve line breaks on copyright page,
7254 similar layout to emacs manual, 8.5x11 by default.
7255
72562007-04-24 Richard Stallman <rms@gnu.org>
7257
7258 * text.texi (Special Properties): Add xref to Overlay Properties.
7259
7260 * display.texi (Overlay Properties): Add xref to Special Properties.
7261
72622007-04-22 Richard Stallman <rms@gnu.org>
7263
7264 * keymaps.texi (Extended Menu Items): Move the info about
7265 format with cached keyboard binding.
7266
72672007-04-21 Richard Stallman <rms@gnu.org>
7268
7269 * text.texi (Special Properties): Clarify previous change.
7270
7271 * files.texi (File Name Expansion): Clarify previous change.
7272
7273 * display.texi (Attribute Functions): Fix example for
7274 face-attribute-relative-p.
7275
72762007-04-19 Kenichi Handa <handa@m17n.org>
7277
7278 * text.texi (Special Properties): Document composition property.
7279
72802007-04-19 Glenn Morris <rgm@gnu.org>
7281
7282 * files.texi (File Name Expansion): Mention "superroot".
7283
72842007-04-15 Chong Yidong <cyd@stupidchicken.com>
7285
7286 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7287 setups.
7288 (Display Feature Testing): Note that display refers to all
7289 physical monitors for multi-monitor setups.
7290
72912007-04-14 Richard Stallman <rms@gnu.org>
7292
7293 * lists.texi (Sets And Lists): Clarify `delete' examples.
7294 Remove spurious xref to same node.
7295 Clarify xref for add-to-list.
7296
72972007-04-12 Nick Roberts <nickrob@snap.net.nz>
7298
7299 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7300 value of lisp-mode-map.
7301
73022007-04-11 Karl Berry <karl@gnu.org>
7303
7304 * anti.texi (Antinews):
7305 * display.texi (Overlay Properties, Defining Images):
7306 * processes.texi (Synchronous Processes, Sentinels):
7307 * syntax.texi (Syntax Table Internals):
7308 * searching.texi (Regexp Special):
7309 * nonascii.texi (Default Coding Systems):
7310 * text.texi (Special Properties):
7311 * minibuf.texi (Basic Completion): Wording to improve breaks in
7312 8.5x11 format.
7313 * elisp.texi (smallbook): New @set to more easily switch between
7314 smallbook and 8.5x11.
7315
73162007-04-11 Richard Stallman <rms@gnu.org>
7317
7318 * text.texi (Lazy Properties): Minor fix.
7319
73202007-04-08 Karl Berry <karl@gnu.org>
7321
7322 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7323 * macros.texi (Backquote): Downcase Backquote in index entries for
7324 consistency.
7325
73262007-04-08 Richard Stallman <rms@gnu.org>
7327
7328 * text.texi (Adaptive Fill): Just describe default,
7329 don't show it (since it contains non-ASCII chars).
7330
73312007-04-07 Karl Berry <karl@gnu.org>
7332
7333 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7334 adaptive-fill-regexp's value, since they are not in the standard
7335 TeX fonts.
7336
73372007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7338
7339 * display.texi (Defining Faces): Fix example.
7340
73412007-04-07 Karl Berry <karl@gnu.org>
7342
7343 * display.texi (Button Buffer Commands): Improve page break.
7344
73452007-04-07 Richard Stallman <rms@gnu.org>
7346
7347 * advice.texi (Activation of Advice): Remove redundant index entry.
7348
7349 * backups.texi: Improve index entries. Remove redundant ones.
7350
7351 * compile.texi (Byte Compilation): Improve index entry.
7352
7353 * hash.texi (Creating Hash): Improve index entry.
7354
7355 * symbols.texi (Definitions): Improve index entry.
7356
7357 * edebug.texi: Improve index entries. Remove redundant/useless ones.
7358
7359 * maps.texi (Standard Keymaps): Remove useless index entry.
7360
7361 * help.texi (Documentation Basics): Remove redundant index entries.
7362
7363 * customize.texi: Improve index entries.
7364 Remove redundant/useless ones.
7365
7366 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7367
7368 * streams.texi (Output Variables): Improve index entry.
7369
7370 * abbrevs.texi (Abbrevs): Remove useless index entry.
7371
7372 * macros.texi (Expansion): Remove useless index entry.
7373
7374 * text.texi: Improve index entries. Remove redundant/useless ones.
7375 (Text Properties, Examining Properties)
7376 (Special Properties): Use "property category" instead of "category"
7377 to refer to the `category' property.
7378
7379 * positions.texi: Improve index entries. Remove useless one.
7380
7381 * lists.texi: Improve index entries. Remove redundant/useless ones.
7382
7383 * os.texi: Improve index entries.
7384 (Timers): Fix previous change.
7385
7386 * buffers.texi: Improve index entries.
7387 (Modification Time): Get rid of term "obsolete buffer".
7388
7389 * debugging.texi: Improve index entries.
7390 (Test Coverage): Add xref to other test coverage ftr.
7391
7392 * eval.texi: Improve index entry. Remove redundant ones.
7393
7394 * numbers.texi: Improve index entries. Remove redundant/useless ones.
7395
7396 * files.texi: Improve index entries. Remove redundant/useless ones.
7397
7398 * objects.texi: Improve index entries.
7399
7400 * processes.texi: Improve index entries.
7401
7402 * modes.texi: Improve index entry. Remove redundant one.
7403
7404 * nonascii.texi: Improve index entries.
7405
7406 * internals.texi: Improve index entries.
7407
7408 * syntax.texi: Improve index entries.
7409
7410 * keymaps.texi (Active Keymaps): Improve index entries.
7411
7412 * commands.texi: Improve index entries. Remove redundant/useless ones.
7413
7414 * frames.texi: Improve index entries. Remove redundant/useless ones.
7415
7416 * markers.texi: Improve index entries. Remove redundant ones.
7417
7418 * tips.texi: Improve index entries.
7419
7420 * loading.texi (Unloading): Improve index entry.
7421
7422 * variables.texi: Improve index entries. Remove redundant one.
7423
7424 * sequences.texi: Improve index entry.
7425
7426 * display.texi: Improve index entries. Remove redundant ones.
7427
7428 * windows.texi: Improve index entries.
7429
7430 * searching.texi: Improve index entries. Remove redundant one.
7431
7432 * strings.texi (Case Tables): Improve last change.
7433
74342007-04-04 Chong Yidong <cyd@stupidchicken.com>
7435
7436 * strings.texi (Case Tables): Document with-case-table and
7437 ascii-case-table.
7438
74392007-04-03 Karl Berry <karl@gnu.org>
7440
7441 * processes.texi (Network): Reword to improve page break.
7442
74432007-04-03 Eli Zaretskii <eliz@gnu.org>
7444
7445 * functions.texi (Inline Functions): Describe more disadvantages
7446 of defsubst, and make advice against it stronger.
7447
74482007-04-02 Karl Berry <karl@gnu.org>
7449
7450 * backups.texi (Backup Names): Avoid widow words.
7451 * modes.texi (Example Major Modes): Align last comment.
7452
74532007-04-01 Chong Yidong <cyd@stupidchicken.com>
7454
7455 * keymaps.texi (Remapping Commands): Document new arg to
7456 command-remapping.
7457
74582007-04-01 Karl Berry <karl@gnu.org>
7459
7460 * processes.texi (Low-Level Network): Typo.
7461 * loading.texi (Hooks for Loading): Avoid double "the".
7462 * keymaps.texi (Key Sequences): No double "and".
7463 (Changing Key Bindings): Shorten to improve line break.
7464
74652007-03-31 Glenn Morris <rgm@gnu.org>
7466
7467 * os.texi (Timers): Fix description of run-at-time TIME formats.
7468
74692007-03-31 Richard Stallman <rms@gnu.org>
7470
7471 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7472 regarding ellipsis.
7473
74742007-03-31 Eli Zaretskii <eliz@gnu.org>
7475
7476 * intro.texi (nil and t):
7477 * symbols.texi (Plists and Alists):
7478 * variables.texi (Variable Aliases, Constant Variables):
7479 * functions.texi (Defining Functions):
7480 * advice.texi (Advising Primitives):
7481 * debugging.texi (Syntax Errors, Compilation Errors):
7482 * minibuf.texi (Minibuffer Windows):
7483 * commands.texi (Adjusting Point):
7484 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7485 (Auto Major Mode, Major Mode Conventions):
7486 * help.texi (Describing Characters):
7487 * files.texi (Create/Delete Dirs, Information about Files)
7488 (File Locks, Writing to Files, Reading from Files)
7489 (Saving Buffers):
7490 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7491 * frames.texi (Finding All Frames):
7492 * positions.texi (Buffer End, Motion):
7493 * markers.texi (The Region):
7494 * text.texi (Deletion, Near Point):
7495 * display.texi (Displaying Messages, Truncation):
7496 * os.texi (Processor Run Time):
7497 * tips.texi (Key Binding Conventions, Programming Tips)
7498 (Warning Tips, Documentation Tips, Comment Tips):
7499 * internals.texi (Memory Usage): Improve indexing.
7500
7501 * variables.texi (Frame-Local Variables):
7502 * functions.texi (Argument List):
7503 * loading.texi (Library Search):
7504 * streams.texi (Output Variables):
7505 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7506 * searching.texi (Replacing Match, Search and Replace):
7507 * processes.texi (Byte Packing, Decoding Output)
7508 (Accepting Output, Network Servers, Shell Arguments):
7509 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7510 * windows.texi (Window Point, Window Start):
7511 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7512 * commands.texi (Reading Input, Keyboard Events):
7513 * minibuf.texi (Reading File Names, Minibuffer Completion)
7514 (Recursive Mini):
7515 * positions.texi (List Motion):
7516 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7517 * numbers.texi (Arithmetic Operations, Math Functions)
35e951cd 7518 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
b8d4c8d0
GM
7519 * locals.texi (Standard Buffer-Local Variables):
7520 * maps.texi (Standard Keymaps):
7521 * os.texi (User Identification, System Environment, Recording Input)
7522 (X11 Keysyms):
7523 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7524 * backups.texi (Backups and Auto-Saving):
7525 * customize.texi (Customization, Group Definitions)
7526 (Variable Definitions):
7527 * compile.texi (Byte Compilation): Improve index entries.
7528
75292007-03-31 Karl Berry <karl@gnu.org>
7530
7531 * macros.texi (Defining Macros): Avoid widow syllable.
7532
75332007-03-31 Eli Zaretskii <eliz@gnu.org>
7534
7535 * elisp.texi (Top): Postscript -> PostScript.
7536
7537 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7538
75392007-03-31 Markus Triska <markus.triska@gmx.at>
7540
7541 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7542
75432007-03-30 Karl Berry <karl@gnu.org>
7544
7545 * lists.texi (List-related Predicates): Remove spurious @need.
7546 (Setcdr): Use @smallexample to improve page break.
7547 (Association Lists) <assoc>: Reword to improve page break.
7548
7549 * strings.texi (String Conversion): Insert blank line to improve
7550 page break.
7551
7552 * numbers.texi (Random Numbers): Use @minus{}.
7553 (Math Functions): Use @minus{}.
7554
7555 * intro.texi (Acknowledgements): Avoid line breaks before middle
7556 initials.
7557
75582007-03-24 Eli Zaretskii <eliz@gnu.org>
7559
7560 * errors.texi (Standard Errors): Add an index entry.
7561
75622007-03-19 Richard Stallman <rms@gnu.org>
7563
7564 * os.texi (Recording Input): recent-keys now gives 300 keys.
7565
75662007-03-12 Glenn Morris <rgm@gnu.org>
7567
7568 * os.texi: Replace "daylight savings" with "daylight saving"
7569 throughout.
7570
75712007-03-05 Richard Stallman <rms@gnu.org>
7572
5dcb4c4e
SM
7573 * variables.texi (File Local Variables):
7574 Update enable-local-variables values.
b8d4c8d0
GM
7575
75762007-03-04 Richard Stallman <rms@gnu.org>
7577
7578 * syntax.texi (Control Parsing): Minor clarification.
7579
7580 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7581
7582 * sequences.texi (Sequence Functions): Move string-bytes away,
7583 add xref.
7584
7585 * nonascii.texi (Text Representations): Move string-bytes here.
7586
7587 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7588
7589 * minibuf.texi (Basic Completion): Minor clarification.
7590
7591 * markers.texi (The Mark): Clarify existence vs activation of mark.
7592 Other cleanup.
7593
7594 * display.texi (Finding Overlays): Write better example.
7595
7596 * compile.texi (Eval During Compile): Clarify putting macros
7597 in eval-when-compile.
7598
c5602427 75992007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
7600
7601 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 7602 load-read-function definition doc.
b8d4c8d0
GM
7603
76042007-02-21 Kim F. Storm <storm@cua.dk>
7605
7606 * strings.texi (Text Comparison): Mention that assoc-string
7607 converts symbols to strings before testing.
7608
76092007-02-17 Kim F. Storm <storm@cua.dk>
7610
7611 * processes.texi (Bindat Spec): Vector types can have optional
7612 element type.
7613 (Bindat Examples): Fix example. Add vector with element type.
7614
76152007-02-16 Andreas Schwab <schwab@suse.de>
7616
7617 * strings.texi (Formatting Strings): Document '+' flag.
7618
76192007-02-15 Juanma Barranquero <lekktu@gmail.com>
7620
7621 * strings.texi (Modifying Strings): Clarify that `clear-string'
7622 always converts the string to unibyte.
7623
76242007-02-14 Kim F. Storm <storm@cua.dk>
7625
7626 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7627 Rewrite glyph code description to refer to these functions.
7628 Remove details of encoding face number and char into integer code.
7629
76302007-02-03 Alan Mackenzie <acm@muc.de>
7631
7632 * loading.texi (Hooks for Loading): Make the description of
7633 `eval-after-load' more detailed, and amend the description of
7634 after-load-alist, in accordance with changes from 2006-05.
7635
76362007-02-03 Chong Yidong <cyd@stupidchicken.com>
7637
7638 * modes.texi (Defining Minor Modes): Document that a :require
7639 keyword or similar may be required to make saved customization
7640 variables work.
7641
76422007-02-03 Eli Zaretskii <eliz@gnu.org>
7643
7644 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
7645 Texinfo guidelines and with what texnfo-upd.el expects.
7646 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
7647 parts needed by `texinfo-multiple-files-update'.
7648
76492007-02-02 Eli Zaretskii <eliz@gnu.org>
7650
7651 * elisp.texi (Top): Update the top-level menus.
7652
7653 * syntax.texi (Categories): Add index entries.
7654
76552007-02-01 Juanma Barranquero <lekktu@gmail.com>
7656
7657 * display.texi (Attribute Functions): Fix name and description of
7658 the UNDERLINE arg of `set-face-underline-p'.
7659
76602007-01-29 Eli Zaretskii <eliz@gnu.org>
7661
7662 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7663 Variables", and "Standard Keymaps" to the detailed menu.
7664
7665 * variables.texi (Future Local Variables): Add index entry.
7666
76672007-01-28 Richard Stallman <rms@gnu.org>
7668
7669 * tips.texi (Coding Conventions): Clarify the tip about macros
7670 that define a function or a variable.
7671
7672 * files.texi (File Attributes): UID and GID can be floats.
7673 (Magic File Names): Explain why deferring all operations to
7674 the standard handler does not work.
7675
76762007-01-23 Martin Rudalics <rudalics@gmx.at>
7677
7678 * backups.texi (Reverting): Use "buffer" instead of "file"
7679 when talking about major and minor modes.
7680
76812007-01-21 Richard Stallman <rms@gnu.org>
7682
7683 * help.texi (Documentation): Add xref to Documentation Tips.
7684
76852007-01-14 Juanma Barranquero <lekktu@gmail.com>
7686
7687 * tips.texi (Coding Conventions): Fix typos.
7688
76892007-01-05 Richard Stallman <rms@gnu.org>
7690
7691 * modes.texi (Defining Minor Modes): Fix previous change.
7692
76932007-01-03 Richard Stallman <rms@gnu.org>
7694
7695 * customize.texi (Variable Definitions, Customization Types):
7696 Don't use * in doc string for defcustom.
7697
76982007-01-02 Richard Stallman <rms@gnu.org>
7699
7700 * variables.texi (Variable Aliases): Clarify that aliases vars
7701 always have the same value.
7702
7703 * processes.texi (Bindat Spec): Fix Texinfo usage.
7704
7705 * modes.texi (Defining Minor Modes): Explain effect of command
7706 defined with define-global-minor-mode on new buffers.
7707
77082006-12-30 Kim F. Storm <storm@cua.dk>
7709
7710 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7711 `auto-resize-tool-bars'.
7712
77132006-12-30 Richard Stallman <rms@gnu.org>
7714
7715 * keymaps.texi (Active Keymaps): Fix previous change.
7716
77172006-12-30 Nick Roberts <nickrob@snap.net.nz>
7718
7719 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7720
77212006-12-30 Kim F. Storm <storm@cua.dk>
7722
7723 * processes.texi (Bindat Spec): Clarify using field names in
7724 length specifications.
7725
77262006-12-29 Kim F. Storm <storm@cua.dk>
7727
7728 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7729 Add count and index variables for eval forms in repeat blocks.
7730
77312006-12-24 Richard Stallman <rms@gnu.org>
7732
5dcb4c4e
SM
7733 * customize.texi (Variable Definitions):
7734 Document new name custom-add-frequent-value.
b8d4c8d0
GM
7735
77362006-12-19 Kim F. Storm <storm@cua.dk>
7737
7738 * commands.texi (Misc Events): User signals now result in sigusr1
7739 and sigusr2 events which are handled through special-event-map.
7740 (Special Events): User signals and drag-n-drop are special.
7741
77422006-12-17 Richard Stallman <rms@gnu.org>
7743
7744 * loading.texi (Named Features): Explain subfeatures better.
7745
7746 * customize.texi: Use "option" only for user options.
7747 For the keyword values inside defcustom etc, say "keywords".
7748 For :options value's elements, say "elements".
7749 :group should not be omitted.
7750
7751 * syntax.texi (Parsing Expressions): Split up node.
7752 (Motion via Parsing, Position Parse, Parser State)
7753 (Low-Level Parsing, Control Parsing): New subnodes.
7754 (Parser State): Document syntax-ppss-toplevel-pos.
7755
7756 * positions.texi (List Motion): Punctuation fix.
7757
7758 * files.texi (File Name Completion): Document PREDICATE arg
7759 to file-name-completion.
7760
77612006-12-16 Eli Zaretskii <eliz@gnu.org>
7762
7763 * internals.texi (Building Emacs, Writing Emacs Primitives):
7764 Add index entries.
7765
77662006-12-11 Richard Stallman <rms@gnu.org>
7767
7768 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
7769 affects face menu. Explain how to make it non-nil without enabling
7770 any fontification.
7771
77722006-12-10 Chong Yidong <cyd@stupidchicken.com>
7773
7774 * modes.texi (Font Lock Basics): Document nil value of
7775 font-lock-defaults.
7776
77772006-12-10 Glenn Morris <rgm@gnu.org>
7778
7779 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
7780 value for system-flag argument. Abbrev tables may not be empty
7781 when major modes are loaded.
7782
77832006-12-08 Juanma Barranquero <lekktu@gmail.com>
7784
7785 * makefile.w32-in (maintainer-clean): Partially revert last
7786 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
7787 to protect elisp-covers.texi.
7788
77892006-12-07 Juanma Barranquero <lekktu@gmail.com>
7790
7791 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
7792 Don't remove elisp* info files; they are already deleted by the
7793 `clean' and `distclean' targets, and they are in the $(infodir)
7794 directory, not the current one.
7795
77962006-12-04 Kim F. Storm <storm@cua.dk>
7797
7798 * commands.texi (Misc Events): Update signal events.
7799 (Event Examples): Add signal example.
7800
78012006-11-29 Richard Stallman <rms@gnu.org>
7802
7803 * frames.texi (Visibility of Frames): Explain visible windows
7804 can be covered by others. Add xref for raise-frame.
7805
78062006-11-28 Richard Stallman <rms@gnu.org>
7807
7808 * searching.texi (Regexp Special): Update when ^ is special.
7809
78102006-11-27 Eli Zaretskii <eliz@gnu.org>
7811
7812 * customize.texi (Customization, Common Keywords)
7813 (Group Definitions, Variable Definitions, Composite Types)
7814 (Type Keywords, Customization Types): Add index entries for
7815 various customization keywords.
7816
78172006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7818
7819 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
7820
c8763fb6 78212006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7822
7823 * frames.texi (Window System Selections): Remove clipboard from
7824 description of selection-coding-system.
7825
78262006-11-06 Richard Stallman <rms@gnu.org>
7827
7828 * lists.texi (List Variables): Document COMPARE-FN.
7829
7830 * keymaps.texi: Avoid use of "binding" to mean a relation;
7831 use it only to refer to the meaning associated with a key.
7832 (Keymaps): Change menu node description.
7833
7834 * elisp.texi (Top): Change menu node description.
7835
7836 * display.texi (Managing Overlays): Document overlay-recenter.
7837
78382006-10-29 Chong Yidong <cyd@stupidchicken.com>
7839
7840 * Makefile.in: Use relative paths to avoid advertising filesystem
7841 contents during compilation.
7842
78432006-10-23 Kim F. Storm <storm@cua.dk>
7844
7845 * commands.texi (Event Input Misc): Update unread-command-events.
7846
78472006-10-23 Nick Roberts <nickrob@snap.net.nz>
7848
7849 * lists.texi (Sets And Lists): Fix typos.
7850
78512006-10-18 Juanma Barranquero <lekktu@gmail.com>
7852
7853 * control.texi (Processing of Errors): Use @var for an argument,
7854 not @code.
7855
78562006-10-16 Richard Stallman <rms@gnu.org>
7857
7858 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
7859
7860 * keymaps.texi (Format of Keymaps): Show all the keymap element
7861 patterns that result from menu items.
7862 (Key Lookup): Minor cleanups.
7863
7864 * modes.texi (Precalculated Fontification): Don't say that
7865 not setting font-lock-defaults avoids loading font-lock.
7866
7867 * help.texi (Documentation): Move xref to Emacs Manual here.
7868 (Documentation Basics): From here.
7869 Also doc emacs-lisp-docstring-fill-column.
7870
7871 * elisp.texi: Update version and ISBN.
7872
7873 * commands.texi (Interactive Call): Clarify KEYS arg to
7874 call-interactively is a vector.
7875 (Command Loop Info): Delete anchor in this-command-keys.
7876 Add anchor in this-command-keys-vector.
7877 (Recursive Editing): Document how recursive-edit
7878 handles the current buffer.
7879
78802006-10-13 Chong Yidong <cyd@stupidchicken.com>
7881
7882 * frames.texi (Frame Titles): %c and %l are ignored in
7883 frame-title-format.
7884
78852006-10-11 Richard Stallman <rms@gnu.org>
7886
7887 * keymaps.texi (Key Sequences): Clarify use of kbd.
7888
78892006-10-10 Kim F. Storm <storm@cua.dk>
7890
7891 * lists.texi (Sets And Lists): Add memql.
7892
78932006-10-03 Richard Stallman <rms@gnu.org>
7894
7895 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
7896 Clarify :ascii: and :nonascii:.
7897
78982006-09-29 Juri Linkov <juri@jurta.org>
7899
7900 * modes.texi (%-Constructs): Reorder coding systems in the
7901 documentation of %z to the real order displayed in the modeline.
7902
79032006-09-25 Richard Stallman <rms@gnu.org>
7904
7905 * os.texi (Timers): Describe timer-max-repeats.
7906
79072006-09-25 Chong Yidong <cyd@stupidchicken.com>
7908
7909 * os.texi (Timers): Mention with-local-quit.
7910
79112006-09-24 Richard Stallman <rms@gnu.org>
7912
7913 * searching.texi (Searching and Matching): Mention property search.
7914
7915 * commands.texi (Command Loop Info): Explain how read-event affects
7916 this-command-keys.
7917
79182006-09-20 Richard Stallman <rms@gnu.org>
7919
7920 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
7921
7922 * windows.texi (Window Start): Minor cleanups.
7923
79242006-09-20 Kim F. Storm <storm@cua.dk>
7925
7926 * windows.texi (Window Start): pos-visible-in-window-p allows
7927 specifying t for position to mean "end of window".
7928 Add window-line-height.
7929
7930 * anti.texi (Antinews): Mention window-line-height.
7931
79322006-09-19 David Kastrup <dak@gnu.org>
7933
7934 * keymaps.texi (Searching Keymaps): Small clarification.
7935
79362006-09-18 Richard Stallman <rms@gnu.org>
7937
7938 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
7939 cause keyboard menus.
7940 (Menu Keymaps): Likewise.
7941 (Defining Menus, Keyboard Menus): Clarify.
7942
7943 * text.texi (Fields): Clarify explanation of constrain-to-field.
7944
79452006-09-16 Eli Zaretskii <eliz@gnu.org>
7946
7947 * variables.texi (Tips for Defining): Fix a typo.
7948
79492006-09-15 Richard Stallman <rms@gnu.org>
7950
7951 * keymaps.texi (Remapping Commands, Searching Keymaps)
7952 (Active Keymaps): Clean up previous change.
7953
79542006-09-15 Jay Belanger <belanger@truman.edu>
7955
7956 * gpl.texi: Replace "Library Public License" by "Lesser Public
7957 License" throughout.
7958
79592006-09-15 David Kastrup <dak@gnu.org>
7960
7961 * keymaps.texi (Active Keymaps): Adapt description to use
7962 `get-char-property' instead `get-text-property'. Explain how
7963 mouse events change this. Explain the new optional argument of
7964 `key-binding' and its mouse-dependent lookup.
7965 (Searching Keymaps): Adapt description similarly.
7966 (Remapping Commands): Explain the new optional argument of
7967 `command-remapping'.
7968
79692006-09-14 Richard Stallman <rms@gnu.org>
7970
7971 * keymaps.texi (Searching Keymaps): Clarification.
7972 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
7973
79742006-09-13 Richard Stallman <rms@gnu.org>
7975
7976 * objects.texi (Character Type): Node split.
7977 Add xref to Describing Characters.
7978 (Basic Char Syntax, General Escape Syntax)
7979 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
7980
79812006-09-11 Richard Stallman <rms@gnu.org>
7982
7983 * display.texi (Display Table Format): Wording clarification.
7984 (Glyphs): Clarifications.
7985
79862006-09-10 Chong Yidong <cyd@stupidchicken.com>
7987
7988 * keymaps.texi (Active Keymaps): Mention that key-binding checks
7989 local maps.
7990
79912006-09-10 Kim F. Storm <storm@cua.dk>
7992
7993 * display.texi (Forcing Redisplay): Document return value of
7994 function redisplay.
7995
79962006-09-09 Richard Stallman <rms@gnu.org>
7997
7998 * windows.texi (Window Hooks): Explain limits of
7999 window-scroll-functions.
8000
8001 * display.texi (Fringe Indicators): Update for last change in
8002 indicate-buffer-boundaries.
8003
80042006-09-08 Richard Stallman <rms@gnu.org>
8005
8006 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8007
80082006-09-06 Kim F. Storm <storm@cua.dk>
8009
8010 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8011
8012 * windows.texi (Window Start): Update pos-visible-in-window-p.
8013
80142006-09-04 Richard Stallman <rms@gnu.org>
8015
8016 * processes.texi (Accepting Output): Explain SECONDS=0 for
8017 accept-process-output.
8018
8019 * os.texi (Idle Timers): Explain why timer functions should not
8020 loop until (input-pending-p).
8021
80222006-09-02 Eli Zaretskii <eliz@gnu.org>
8023
8024 * makefile.w32-in (usermanualdir): New variable.
8025 (elisp.dvi): Use it.
8026
80272006-09-01 Eli Zaretskii <eliz@gnu.org>
8028
8029 * buffers.texi (Buffer Modification): Fix last change.
8030
80312006-09-01 Chong Yidong <cyd@stupidchicken.com>
8032
5dcb4c4e
SM
8033 * buffers.texi (Buffer Modification):
8034 Document buffer-chars-modified-tick.
b8d4c8d0
GM
8035
80362006-08-31 Richard Stallman <rms@gnu.org>
8037
8038 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8039
80402006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
8041
8042 * modes.texi (Syntactic Font Lock):
8043 Mention font-lock-syntactic-face-function
8044 instead of specific faces.
8045
80462006-08-29 Chong Yidong <cyd@stupidchicken.com>
8047
8048 * display.texi (Images): Add xrref to display-images-p.
8049
80502006-08-28 Kenichi Handa <handa@m17n.org>
8051
8052 * nonascii.texi (Lisp and Coding Systems): Fix description of
8053 detect-coding-region.
8054
80552006-08-27 Michael Olson <mwolson@gnu.org>
8056
8057 * processes.texi (Transaction Queues): Remove stray quote
8058 character.
8059
80602006-08-25 Richard Stallman <rms@gnu.org>
8061
8062 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8063 Add xref.
8064
80652006-08-24 Chong Yidong <cyd@stupidchicken.com>
8066
8067 * os.texi (Timers): Avoid waiting inside timers.
8068
80692006-08-21 Lute Kamstra <lute@gnu.org>
8070
8071 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8072
80732006-08-20 Richard Stallman <rms@gnu.org>
8074
8075 * os.texi (Idle Timers): New node, split out from Timers.
8076 Document current-idle-time.
8077 * commands.texi (Reading One Event): Update xref.
8078 * elisp.texi (Top): Update subnode menu.
8079
80802006-08-16 Richard Stallman <rms@gnu.org>
8081
8082 * keymaps.texi (Extended Menu Items): Show format of cached
8083 bindings in extended menu items.
8084
8085 * customize.texi (Variable Definitions): Explain when the
8086 standard value expression is evaluated.
8087
80882006-08-15 Chong Yidong <cyd@stupidchicken.com>
8089
8090 * commands.texi (Reading One Event): Explain idleness in
8091 `read-event'.
8092
80932006-08-12 Chong Yidong <cyd@stupidchicken.com>
8094
8095 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 8096 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
8097 relevant for Lisp programming.
8098 (Yank Commands): Rewrite introduction.
8099 (Undo): Clarify.
8100 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
8101 (Filling): Remove redundant comment. Clarify return value of
8102 current-justification.
8103 (Margins): Minor clarifications.
8104 (Adaptive Fill): Update default value of adaptive-fill-regexp.
8105 (Sorting): Update definition of sort-lines.
8106 (Columns): Clarify behavior of sort-columns.
8107 (Indent Tabs): Link to Tab Stops in Emacs manual.
8108 (Special Properties): Clarify.
8109 (Clickable Text): Mention Buttons package.
8110
81112006-08-12 Kevin Ryde <user42@zip.com.au>
8112
8113 * os.texi (Time Parsing): Add %z to description of
8114 format-time-string, as per docstring. Add cross reference to
8115 glibc manual for strftime.
8116
81172006-08-08 Richard Stallman <rms@gnu.org>
8118
8119 * modes.texi: Clean up wording in previous change.
8120
81212006-08-07 Chong Yidong <cyd@stupidchicken.com>
8122
8123 * modes.texi (Hooks): Clarify.
8124 (Major Mode Basics): Mention define-derived-mode explicitly.
8125 (Major Mode Conventions): Rebinding RET is OK for some modes.
8126 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 8127 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
8128 (Mode Line Basics): Clarify.
8129 (Mode Line Data): Mention help-echo and local-map in strings.
8130 Explain reason for treatment of non-risky variables.
8131 (Properties in Mode): Clarify.
8132 (Faces for Font Lock): Add font-lock-negation-char-face.
8133
81342006-08-04 Eli Zaretskii <eliz@gnu.org>
8135
8136 * strings.texi (Formatting Strings): Warn against arbitrary
8137 strings as first arg to `format'.
8138
81392006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8140
8141 * text.texi (Clickable Text): Mention `help-echo' text property.
8142 Update intro, examples and associated explanations.
8143
81442006-07-31 Richard Stallman <rms@gnu.org>
8145
8146 * commands.texi: Update xrefs.
8147 (Event Mod): New node, cut out from old Translating Input.
8148
8149 * maps.texi: Update xrefs.
8150
8151 * keymaps.texi (Translation Keymaps): New node.
8152 Update xrefs from Translating Input to Translation Keymaps.
8153
8154 * elisp.texi (Top): Update subnode menu.
8155
8156 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8157
8158 * os.texi (System Interface): Fix menu descriptions of some nodes.
8159 (Translating Input): Node deleted.
8160
81612006-07-31 Nick Roberts <nickrob@snap.net.nz>
8162
8163 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8164
8165 * lists.texi (Sets And Lists): Likewise.
8166
81672006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8168
8169 * text.texi (Fields): Mention POS
8170 requirement when narrowing is in effect.
8171
81722006-07-28 Richard Stallman <rms@gnu.org>
8173
8174 * display.texi (Face Attributes): Simplify wording.
8175 (Attribute Functions): Clarify meaning of new-frame default
8176 attribute settings.
8177
8178 * customize.texi (Common Keywords): Document how to use
8179 :package-version in a package not in Emacs.
8180
81812006-07-28 Kim F. Storm <storm@cua.dk>
8182
8183 * commands.texi (Reading One Event): Fix last change.
8184
81852006-07-26 Chong Yidong <cyd@stupidchicken.com>
8186
8187 * commands.texi (Reading One Event): Document SECONDS argument for
8188 read-event, read-char, and read-char-exclusive.
8189
81902006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8191
8192 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8193 to ensure correct identification.
8194
81952006-07-24 Richard Stallman <rms@gnu.org>
8196
8197 * text.texi (Clickable Text): Clarify.
8198
8199 * sequences.texi (Vector Functions): Delete duplicate xref.
8200
8201 * objects.texi (Function Type): Clarify.
8202
8203 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8204 modes.
8205
8206 * lists.texi (List Variables): New node.
8207 Material moved from other nodes.
8208
8209 * variables.texi (Setting Variables): add-to-list and
8210 add-to-ordered-list moved to List Variables node.
8211
82122006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8213
8214 * text.texi (Links and Mouse-1):
8215 For mouse-on-link-p, expand on arg POS.
8216
82172006-07-21 Kim F. Storm <storm@cua.dk>
8218
8219 * display.texi (Forcing Redisplay): Don't mention systems which
8220 don't support sub-second timers for redisplay-preemption-period.
8221
8222 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8223
82242006-07-21 Eli Zaretskii <eliz@gnu.org>
8225
8226 * frames.texi (Input Focus): Document that focus-follows-mouse has
8227 no effect on MS-Windows.
8228
82292006-07-18 Richard Stallman <rms@gnu.org>
8230
8231 * display.texi (Forcing Redisplay): Cleanups in previous change.
8232
8233 * processes.texi (Low-Level Network): Make menu more convenient.
8234
82352006-07-18 Kim F. Storm <storm@cua.dk>
8236
8237 * display.texi (Forcing Redisplay): redisplay-preemption-period
8238 only used on window systems. Add xref to Terminal Output.
8239
8240 * os.texi (Terminal Output): baud-rate only controls preemption on
8241 non-window systems. Add xref to Forcing Redisplay.
8242
8243 * processes.texi (Low-Level Network): Rename node "Make Network"
8244 to "Network Processes".
8245
82462006-07-18 Karl Berry <karl@gnu.org>
8247
8248 * variables.texi, functions.texi, customize.texi, loading.texi:
8249 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8250
82512006-07-17 Chong Yidong <cyd@stupidchicken.com>
8252
8253 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8254
82552006-07-17 Richard Stallman <rms@gnu.org>
8256
8257 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8258 Put period and comma inside quotes.
8259
8260 * loading.texi, markers.texi: Use real doublequote inside menus.
8261
8262 * windows.texi: Put point and comma inside quotes.
8263 (Textual Scrolling): Use @samp for error message.
8264
8265 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8266 * strings.texi, streams.texi, processes.texi, os.texi:
8267 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8268 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8269 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8270 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8271 Put point and comma inside quotes.
8272
8273 * control.texi (Processing of Errors): Add command-error-function.
8274
8275 * variables.texi (File Local Variables): Clarify that
8276 file local variables make buffer-local bindings.
8277
8278 * modes.texi (Syntactic Font Lock): Give default for
8279 font-lock-syntax-table.
8280
82812006-07-17 Nick Roberts <nickrob@snap.net.nz>
8282
8283 * text.texi (Special Properties): Clean up previous change.
8284
82852006-07-16 Karl Berry <karl@gnu.org>
8286
8287 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8288 * control.texi: Fix bad page breaks through chapter 10 (control).
8289
8290 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8291 underfull hbox.
8292
82932006-07-15 Nick Roberts <nickrob@snap.net.nz>
8294
8295 * text.texi (Special Properties): Describe fontified text property
8296 in relation to a character (not text).
8297
82982006-07-15 Kim F. Storm <storm@cua.dk>
8299
8300 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8301 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8302 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8303
8304 * anti.texi (Antinews): Mention redisplay function.
8305 The kbd macro existed, but was not documented, before 22.x.
8306 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8307
83082006-07-14 Nick Roberts <nickrob@snap.net.nz>
8309
8310 * display.texi (Displaying Messages): Add anchor.
8311
8312 * frames.texi (Dialog Boxes): Use it.
8313
83142006-07-12 Richard Stallman <rms@gnu.org>
8315
8316 * objects.texi (Frame Type): Explain nature of frames better.
8317
8318 * frames.texi (Frames): Explain nature of frames better.
8319
83202006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8321
8322 * tips.texi (Coding Conventions): Explain why use cl at compile time.
8323
83242006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8325
8326 * frames.texi (Window System Selections): Mention scrap support for Mac.
8327 Default value of x-select-enable-clipboard is t on Mac.
8328
8329 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8330
83312006-07-11 Kim F. Storm <storm@cua.dk>
8332
8333 * display.texi (Forcing Redisplay): Add `redisplay' function.
8334 Don't mention (sit-for -1) -- use (redisplay t) instead.
8335
8336 * commands.texi (Waiting): (sit-for -1) is no longer special.
8337 (sit-for 0) is equivalent to (redisplay).
8338 Iconifying/deiconifying no longer makes sit-for return.
8339
83402006-07-10 Nick Roberts <nickrob@snap.net.nz>
8341
8342 * display.texi (Buttons): Fix typo.
8343
8344 * index.texi, elisp.texi (New Symbols): Comment node out.
8345
83462006-07-09 Richard Stallman <rms@gnu.org>
8347
8348 * display.texi (Truncation): Clean up previous change.
8349
83502006-07-08 Richard Stallman <rms@gnu.org>
8351
8352 * commands.texi (Interactive Call): Use 3 as prefix in example
8353 for execute-extended-command.
8354
8355 * display.texi (Attribute Functions): Move paragraph about
8356 compatibility with Emacs < 21.
8357
83582006-07-09 Kim F. Storm <storm@cua.dk>
8359
8360 * display.texi (Refresh Screen): Clarify force-window-update.
8361 (Truncation): "Normally" indicated by fringe arrows.
8362
83632006-07-08 Eli Zaretskii <eliz@gnu.org>
8364
8365 * windows.texi (Textual Scrolling, Resizing Windows):
8366 * variables.texi (Constant Variables):
8367 * text.texi (Buffer Contents, Deletion, Changing Properties)
8368 (Property Search, Special Properties, Sticky Properties)
8369 (Links and Mouse-1, Fields, Change Hooks):
8370 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8371 (Categories):
8372 * symbols.texi (Other Plists):
8373 * streams.texi (Output Variables):
8374 * processes.texi (Input to Processes, Query Before Exit):
8375 * positions.texi (Word Motion, Text Lines, List Motion):
8376 * os.texi (Init File, System Environment, Sound Output)
8377 (Session Management):
8378 * nonascii.texi (Text Representations, Character Sets)
8379 (Chars and Bytes, Locales):
8380 * modes.texi (Defining Minor Modes, Header Lines):
8381 * minibuf.texi (Minibuffer Contents):
8382 * markers.texi (Information from Markers):
8383 * lists.texi (List Elements, Building Lists, Association Lists):
8384 * keymaps.texi (Tool Bar):
8385 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8386 * functions.texi (What Is a Function, Mapping Functions):
8387 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8388 (Color Names, Text Terminal Colors, Display Feature Testing):
8389 * files.texi (Visiting Functions, File Name Components)
8390 (Unique File Names, Contents of Directories):
8391 * display.texi (Forcing Redisplay, Displaying Messages)
8392 (Temporary Displays, Font Selection, Auto Faces)
8393 (Font Lookup, Fringe Indicators, Display Margins)
8394 (Image Descriptors, Showing Images, Image Cache, Button Types)
8395 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8396 (Display Table Format, Glyphs):
8397 * control.texi (Iteration):
8398 * commands.texi (Command Loop Info, Adjusting Point):
8399 * backups.texi (Making Backups, Auto-Saving):
8400 Remove @tindex entries.
8401
84022006-07-07 Kim F. Storm <storm@cua.dk>
8403
8404 * display.texi (Fringe Cursors): Fix typo.
8405 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8406 (Overlay Arrow): Default is overlay-arrow fringe indicator.
8407
84082006-07-05 Richard Stallman <rms@gnu.org>
8409
8410 * text.texi (Buffer Contents): Add example of text props
8411 in result of buffer-substring.
8412 (Text Properties): Explain better about use of specific property names.
8413 (Property Search): Some cleanups; reorder some functions.
8414
8415 * keymaps.texi (Changing Key Bindings): Cleanup.
8416 Add xref to Key Binding Conventions.
8417
8418 * display.texi (Attribute Functions): Add examples for
8419 face-attribute-relative-p.
8420
8421 * tips.texi (Coding Conventions): Cleanup last change.
8422
84232006-07-05 Karl Berry <karl@gnu.org>
8424
8425 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8426 Remove @setchapternewpage odd.
8427 Result is 1013 pages, down from 1100.
8428
8429 * anti.texi, customize.texi, display.texi, internals.texi:
8430 * minibuf.texi, modes.texi, tips.texi:
8431 Fix overfull/underfull boxes.
8432
84332006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8434
8435 * edebug.texi (Instrumenting):
8436 Add Edebug-specific findex for eval-buffer.
8437 * loading.texi (Loading):
8438 Replace eval-current-buffer with eval-buffer.
8439
84402006-06-30 Nick Roberts <nickrob@snap.net.nz>
8441
8442 * locals.texi (Standard Buffer-Local Variables): Update the list
8443 of variables.
8444
84452006-06-26 Nick Roberts <nickrob@snap.net.nz>
8446
8447 * files.texi (File Name Completion): Point user to the node
8448 "Reading File Names".
8449
84502006-06-24 Eli Zaretskii <eliz@gnu.org>
8451
8452 * files.texi (Contents of Directories): Document case-insensitive
8453 behavior on respective filesystems.
8454
8455 * objects.texi (Character Type): Document that Emacs signals an
8456 error for unsupported Unicode characters specified as \uNNNN.
8457
84582006-06-19 Richard Stallman <rms@gnu.org>
8459
8460 * processes.texi (Bindat Spec): Clarify previous change.
8461
84622006-06-16 Richard Stallman <rms@gnu.org>
8463
8464 * tips.texi (Coding Conventions): Better explain conventions
8465 for definition constructs.
8466
8467 * text.texi (Special Properties): String value of `read-only'
8468 serves as the error message.
8469
8470 * objects.texi (Character Type): Clarify prev. change.
8471 (Non-ASCII in Strings): Mention \u and \U.
8472
8473 * commands.texi (Using Interactive): Explain problem of
8474 markers, etc., in command-history.
8475
84762006-06-14 Kim F. Storm <storm@cua.dk>
8477
8478 * commands.texi (Waiting): Negative arg to sit-for forces
8479 redisplay even if input is pending.
8480
8481 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8482 redisplay. Remove incorrect example of binding redisplay-dont-pause
8483 around (sit-for 0).
8484
84852006-06-13 Richard Stallman <rms@gnu.org>
8486
8487 * display.texi (Forcing Redisplay): Clarify previous change.
8488
84892006-06-13 Romain Francoise <romain@orebokech.com>
8490
8491 * display.texi (Forcing Redisplay): Fix typo.
8492
84932006-06-13 Kim F. Storm <storm@cua.dk>
8494
8495 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8496
84972006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8498
8499 * tips.texi (Coding Conventions): Add `@end itemize'.
8500
85012006-06-10 Richard Stallman <rms@gnu.org>
8502
8503 * tips.texi (Coding Conventions): Explain use of coding systems
8504 to ensure one decoding for strings.
8505
85062006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8507
8508 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8509 syntax.
8510
85112006-06-07 Eli Zaretskii <eliz@gnu.org>
8512
8513 * display.texi (Font Selection): Remove description of
8514 clear-face-cache.
8515
8516 * compile.texi (Eval During Compile): Fix a typo. Add index
8517 entries for possible uses of eval-when-compile.
8518
85192006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8520
8521 * display.texi (Abstract Display): Fix typo.
8522
85232006-06-03 Eli Zaretskii <eliz@gnu.org>
8524
8525 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8526 Reword variable's description.
8527
85282006-06-01 Richard Stallman <rms@gnu.org>
8529
8530 * windows.texi (Splitting Windows): Clarify splitting nonselected
8531 window.
8532
85332006-05-31 Juri Linkov <juri@jurta.org>
8534
8535 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8536
85372006-05-30 Richard Stallman <rms@gnu.org>
8538
8539 * display.texi (Line Height): Fix errors in description of
10d1d0af 8540 default line height and line-height property.
b8d4c8d0
GM
8541
8542 * nonascii.texi (Default Coding Systems): Further clarification.
8543
85442006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8545
8546 * internals.texi (Pure Storage): Mention that an overflow in pure
8547 space causes a memory leak.
8548 (Garbage Collection): If there was an overflow in pure space,
8549 `garbage-collect' returns nil.
8550
85512006-05-30 Eli Zaretskii <eliz@gnu.org>
8552
8553 * nonascii.texi (Default Coding Systems): Fix it some more.
8554
85552006-05-29 Eli Zaretskii <eliz@gnu.org>
8556
8557 * nonascii.texi (Default Coding Systems): Fix last change.
8558
85592006-05-29 Kenichi Handa <handa@m17n.org>
8560
8561 * nonascii.texi (find-operation-coding-system): Describe the new
8562 argument format (FILENAME . BUFFER).
8563
85642006-05-28 Richard Stallman <rms@gnu.org>
8565
8566 * tips.texi (Coding Conventions): Better explain reasons not to
8567 advise other packages or use `eval-after-load'.
8568
85692006-05-29 Kim F. Storm <storm@cua.dk>
8570
8571 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8572 `bindat-idx' and `bindat-raw' for clarity.
8573
85742006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8575
8576 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8577
8578 * display.texi (Display): Add "Abstract Display" to menu.
8579 (Abstract Display, Abstract Display Functions)
8580 (Abstract Display Example): New nodes.
8581 * elisp.texi (Top): Add "Abstract Display" to menu.
8582
85832006-05-27 Chong Yidong <cyd@stupidchicken.com>
8584
8585 * keymaps.texi (Key Sequences): Link to input events definition.
8586 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8587
8588 * files.texi (Changing Files): Document updated argument list for
8589 copy-file.
8590
85912006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8592
8593 * processes.texi (Bindat Functions): Explain term "total length".
8594 Use it in bindat-length and bindat-pack descriptions.
8595
85962006-05-26 Eli Zaretskii <eliz@gnu.org>
8597
8598 * tips.texi (Coding Conventions): Advise against using
8599 eval-after-load in packages. Add an index entry.
8600
86012006-05-25 Juri Linkov <juri@jurta.org>
8602
8603 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8604
8605 * modes.texi (%-Constructs): Add %e, %z, %Z.
8606
86072006-05-25 Richard Stallman <rms@gnu.org>
8608
8609 * elisp.texi (Top): Update subnode menu.
8610
8611 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8612 (Keymaps): Update menu.
8613
86142006-05-25 Chong Yidong <cyd@stupidchicken.com>
8615
8616 * keymaps.texi (Key Sequences): Some clarifications.
8617
86182006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8619
8620 * processes.texi (Bindat Functions): Say "unibyte string"
8621 explicitly for bindat-unpack and bindat-pack descriptions.
8622 (Bindat Examples): Don't call `string-make-unibyte' in example.
8623
86242006-05-25 Chong Yidong <cyd@stupidchicken.com>
8625
5dcb4c4e 8626 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 8627 Explain string and vector representations of key sequences.
b8d4c8d0
GM
8628
8629 * keymaps.texi (Changing Key Bindings):
dd7b651b 8630 * commands.texi (Interactive Codes):
b8d4c8d0
GM
8631 * help.texi (Describing Characters): Refer to it.
8632
86332006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8634
8635 * frames.texi (Pointer Shape): @end table -> @end defvar.
8636
86372006-05-22 Richard Stallman <rms@gnu.org>
8638
8639 * elisp.texi (Top): Update subnode menus.
8640
8641 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8642 Contents rewritten; material from old Pointer Shape node moved here.
8643
8644 * display.texi (Pointer Shape): Node deleted.
8645 (Image Descriptors): Minor cleanup.
8646
86472006-05-21 Richard Stallman <rms@gnu.org>
8648
8649 * syntax.texi (Parsing Expressions): Update info on which STATE
8650 elements are ignored.
8651
86522006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8653
8654 * hooks.texi (Standard Hooks): Correct typo.
8655
8656 * gpl.texi (GPL): ifinfo -> ifnottex.
8657
86582006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8659
8660 * searching.texi (Simple Match Data): Warn about match data being
8661 set anew by every search.
8662
86632006-05-17 Richard Stallman <rms@gnu.org>
8664
8665 * minibuf.texi (Minibuffer History): Clarify.
8666
8667 * searching.texi (Regexp Special): Clarify nested regexp warning.
8668
86692006-05-16 Kim F. Storm <storm@cua.dk>
8670
8671 * minibuf.texi (Minibuffer History): Update add-to-history.
8672
86732006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8674
5dcb4c4e
SM
8675 * nonascii.texi (Explicit Encoding):
8676 Fix typo (encoding<->decoding).
b8d4c8d0
GM
8677
86782006-05-14 Richard Stallman <rms@gnu.org>
8679
8680 * buffers.texi (Creating Buffers): Cleanup.
8681
8682 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8683
86842006-05-13 Eli Zaretskii <eliz@gnu.org>
8685
8686 * buffers.texi (Current Buffer): Document that with-temp-buffer
8687 disables undo.
8688
8689 * os.texi (Terminal-Specific): More accurate description of how
8690 Emacs searches for the terminal-specific libraries.
8691
86922006-05-12 Eli Zaretskii <eliz@gnu.org>
8693
8694 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8695 emacs-xtra to @inforef's.
8696
8697 * text.texi (Undo): Document that undo is turned off in buffers
8698 whose names begin with a space.
8699
8700 * buffers.texi (Buffer Names): Add index entries for buffers whose
8701 names begin with a space.
8702 (Creating Buffers): Document that undo is turned off in buffers
8703 whose names begin with a space.
8704
8705 * files.texi (Visiting Functions, Reading from Files)
8706 (Saving Buffers): Mention code and EOL conversions by file I/O
8707 primitives and subroutines.
8708
f4e90db0
SM
8709 * nonascii.texi (Lisp and Coding Systems):
8710 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
8711
8712 * display.texi (Defining Faces): Mention `mac', and add an xref to
8713 where window-system is described.
8714
87152006-05-10 Richard Stallman <rms@gnu.org>
8716
8717 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8718
87192006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8720
8721 * variables.texi (File Local Variables): Recommend to quote lambda
8722 expressions in safe-local-variable property.
8723
87242006-05-09 Richard Stallman <rms@gnu.org>
8725
5dcb4c4e
SM
8726 * variables.texi (File Local Variables):
8727 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
8728
87292006-05-07 Kim F. Storm <storm@cua.dk>
8730
8731 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8732 from add-to-history.
8733
87342006-05-07 Romain Francoise <romain@orebokech.com>
8735
8736 * commands.texi (Event Input Misc):
8737 * compile.texi (Eval During Compile):
8738 * internals.texi (Buffer Internals):
8739 * minibuf.texi (Initial Input):
8740 * nonascii.texi (Scanning Charsets):
8741 * numbers.texi (Comparison of Numbers):
8742 * windows.texi (Textual Scrolling, Vertical Scrolling):
8743 Fix various typos.
8744
87452006-05-06 Eli Zaretskii <eliz@gnu.org>
8746
8747 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8748 conditional xref's to either emacs or emacs-xtra, depending on
8749 @iftex/@ifnottex.
8750
8751 * minibuf.texi (Minibuffer History): Document add-to-history.
8752
87532006-05-05 Eli Zaretskii <eliz@gnu.org>
8754
8755 * internals.texi (Pure Storage): Mention the pure overflow message
8756 at startup.
8757
c8763fb6 87582006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
8759
8760 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
8761 (Searching Keymaps): Fix pseudo-Lisp description of keymap
8762 search.
8763
87642006-05-01 Richard Stallman <rms@gnu.org>
8765
8766 * intro.texi (nil and t): Clarify.
8767
8768 * variables.texi (File Local Variables): Suggest using booleanp.
8769
87702006-05-01 Juanma Barranquero <lekktu@gmail.com>
8771
8772 * objects.texi (Type Predicates): Fix typos.
8773
87742006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * intro.texi (nil and t): Add booleanp.
8777
8778 * objects.texi (Type Predicates): Add links for booleanp and
8779 string-or-null-p.
8780
87812006-04-29 Richard Stallman <rms@gnu.org>
8782
8783 * modes.texi (Multiline Font Lock): Rename from
8784 Multi line Font Lock Elements. Much clarification.
8785 (Font Lock Multiline, Region to Fontify): Much clarification.
8786
87872006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8788
8789 * variables.texi (File Local Variables): Remove the special case t for
8790 safe-local-variable.
8791
87922006-04-26 Richard Stallman <rms@gnu.org>
8793
8794 * syntax.texi (Parsing Expressions): Minor cleanup.
8795
87962006-04-18 Richard Stallman <rms@gnu.org>
8797
8798 * tips.texi (Coding Conventions): Explain when the package's
8799 prefix should appear later on (not at the start of the name).
8800
8801 * searching.texi (String Search): Clarify effect of NOERROR.
8802
8803 * modes.texi (Imenu): Clarify what special items do.
8804
8805 * hooks.texi (Standard Hooks): Delete text about old hook names.
8806
88072006-04-17 Romain Francoise <romain@orebokech.com>
8808
8809 * variables.texi (Local Variables): Update the default value of
8810 `max-specpdl-size'.
8811
88122006-04-15 Michael Olson <mwolson@gnu.org>
8813
8814 * processes.texi (Transaction Queues): Mention the new optional
8815 `delay-question' argument for `tq-enqueue'.
8816
88172006-04-13 Bill Wohler <wohler@newt.com>
8818
8819 * customize.texi (Common Keywords): Use dotted notation for
8820 :package-version value. Specify its values. Improve documentation
8821 for customize-package-emacs-version-alist.
8822
88232006-04-12 Bill Wohler <wohler@newt.com>
8824
8825 * customize.texi (Common Keywords): Move description of
8826 customize-package-emacs-version-alist to @defvar.
8827
88282006-04-10 Bill Wohler <wohler@newt.com>
8829
8830 * customize.texi (Common Keywords): Add :package-version.
8831
88322006-04-10 Kim F. Storm <storm@cua.dk>
8833
8834 * text.texi (Buffer Contents): Add NOPROPS arg to
8835 filter-buffer-substring.
8836
88372006-04-08 Kevin Ryde <user42@zip.com.au>
8838
8839 * os.texi (Command-Line Arguments): Update xref to emacs manual
8840 "Command Arguments" -> "Emacs Invocation", per change there.
8841
88422006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
8843
8844 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
8845 be on one line to help makeinfo not render two spaces after the dot.
8846
88472006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8848
8849 * strings.texi (Predicates for Strings): Add string-or-null-p.
8850
88512006-03-28 Kim F. Storm <storm@cua.dk>
8852
8853 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
8854 remarks about systems that don't support fractional seconds.
8855
88562006-03-25 Karl Berry <karl@gnu.org>
8857
8858 * elisp.texi: Use @copyright{} instead of (C), and do not indent
8859 the year list.
8860
88612006-03-21 Nick Roberts <nickrob@snap.net.nz>
8862
8863 * display.texi (Fringe Indicators): Fix typos.
8864
88652006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8866
8867 * tips.texi (Documentation Tips): One can now also write `program'
8868 in front of a quoted symbol in a docstring to prevent making a
8869 hyperlink.
8870
88712006-03-19 Alan Mackenzie <acm@muc.de>
8872
8873 * text.texi (Special Properties): Clarify `fontified' property.
8874
88752006-03-16 Richard Stallman <rms@gnu.org>
8876
8877 * display.texi (Defining Images): Minor cleanup.
8878
88792006-03-16 Bill Wohler <wohler@newt.com>
8880
8881 * display.texi (Defining Images): In image-load-path-for-library,
8882 prefer user's images.
8883
88842006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
8887
88882006-03-15 Bill Wohler <wohler@newt.com>
8889
8890 * display.texi (Defining Images): Fix example in
8891 image-load-path-for-library by not recommending that one binds
8892 image-load-path. Just defvar it to placate compiler and only use
8893 it if previously defined.
8894
88952006-03-14 Bill Wohler <wohler@newt.com>
8896
8897 * display.texi (Defining Images): In image-load-path-for-library,
8898 always return list of directories. Update example.
8899
89002006-03-14 Alan Mackenzie <acm@muc.de>
8901
8902 * modes.texi: New node, "Region to Fontify" (for Font Lock).
8903 This describes font-lock-extend-region-function.
8904 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
8905 the new node "Region to Fontify".
8906
89072006-03-13 Richard Stallman <rms@gnu.org>
8908
8909 * display.texi (Invisible Text): The impossible position is
8910 now before the invisible text, not after.
8911 (Defining Images): Clean up last change.
8912
89132006-03-11 Bill Wohler <wohler@newt.com>
8914
8915 * display.texi (Defining Images): Add image-load-path-for-library.
8916
89172006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8918
8919 * text.texi (Adaptive Fill): Fix Texinfo usage.
8920
8921 * strings.texi (Creating Strings): Fix Texinfo usage.
8922
8923 * searching.texi (Regexp Special): Use @samp for regular
8924 expressions that are not in Lisp syntax.
8925
89262006-03-08 Luc Teirlinck <teirllm@auburn.edu>
8927
8928 * searching.texi (Regexp Special): Put remark between parentheses
8929 to avoid misreading.
8930
89312006-03-07 Luc Teirlinck <teirllm@auburn.edu>
8932
8933 * searching.texi (Syntax of Regexps): More accurately describe
8934 which characters are special in which situations.
8935 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
8936 are not special. Describe in detail when `[' and `]' are special.
8937 (Regexp Backslash): Plenty of regexps with unbalanced square
8938 brackets are valid, so reword that statement.
8939
89402006-03-02 Kim F. Storm <storm@cua.dk>
8941
8942 * keymaps.texi (Tool Bar): Add tool-bar-border.
8943
89442006-02-28 Luc Teirlinck <teirllm@auburn.edu>
8945
8946 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
8947
89482006-02-27 Luc Teirlinck <teirllm@auburn.edu>
8949
8950 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
8951
8952 * files.texi (Locating Files): Suggest additional values for the
8953 SUFFIXES arg of `locate-file'. Update pxref.
8954
8955 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
8956 (How Programs Do Loading): Discuss the effects of Auto Compression
8957 mode on `load'.
8958 (Load Suffixes): New node.
8959 (Library Search): Delete description of `load-suffixes'; it was
8960 moved to "Load Suffixes".
8961 (Autoload, Named Features): Mention `load-suffixes'.
8962
89632006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8964
8965 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
8966
8967 * windows.texi (Window Tree): Fix typo.
8968
89692006-02-20 Kim F. Storm <storm@cua.dk>
8970
8971 * display.texi (Fringe Indicators): New section.
8972 Move indicate-empty-lines, indicate-buffer-boundaries, and
8973 default-indicate-buffer-boundaries here.
8974 Add fringe-indicator-alist and default-fringes-indicator-alist.
8975 Add list of logical fringe indicator symbols.
8976 Update list of standard bitmap names.
8977 (Fringe Cursors): New section.
8978 Move overflow-newline-into-fringe here.
8979 Add fringe-cursor-alist and default-fringes-cursor-alist.
8980 Add list of fringe cursor symbols.
8981
89822006-02-20 Juanma Barranquero <lekktu@gmail.com>
8983
8984 * commands.texi (Using Interactive): Fix reference to node
8985 "Minibuffers".
8986
89872006-02-19 Richard M. Stallman <rms@gnu.org>
8988
8989 * minibuf.texi (High-Level Completion):
8990 Add xref to read-input-method-name.
8991
8992 * files.texi (Relative File Names): Move file-relative-name here.
8993 (File Name Expansion): From here. Minor clarifications.
8994
8995 * commands.texi (Using Interactive): Add xrefs about reading input.
8996 Clarify remarks about that moving point and mark.
8997 Put string case before list case.
8998
c8763fb6 89992006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
9000
9001 * display.texi (Other Display Specs, Image Descriptors):
9002 Revert erroneous changes. The previous description of
9003 image-descriptors as `(image . PROPS)' was correct.
9004
90052006-02-14 Richard M. Stallman <rms@gnu.org>
9006
9007 * variables.texi (File Local Variables): Clarifications.
9008
90092006-02-14 Juanma Barranquero <lekktu@gmail.com>
9010
9011 * variables.texi (File Local Variables): Use @code for a cons
9012 cell, not @var.
9013
90142006-02-13 Chong Yidong <cyd@stupidchicken.com>
9015
9016 * variables.texi (File Local Variables): Document new file local
9017 variable behavior.
9018
90192006-02-10 Kim F. Storm <storm@cua.dk>
9020
9021 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9022
90232006-02-08 Juanma Barranquero <lekktu@gmail.com>
9024
9025 * modes.texi (%-Constructs): Remove obsolete info about
9026 `global-mode-string'.
9027
90282006-02-07 Richard M. Stallman <rms@gnu.org>
9029
9030 * commands.texi (Prefix Command Arguments): Minor cleanup.
9031
9032 * display.texi: "Graphical display", not window system.
9033
9034 * functions.texi (What Is a Function): Fix xref.
9035
9036 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9037 (Changing Key Bindings): Clarify when remapping is better than
9038 substitute-key-definition.
9039
90402006-02-02 Richard M. Stallman <rms@gnu.org>
9041
9042 * minibuf.texi (Basic Completion): Completion alists are risky.
9043
9044 * keymaps.texi (Active Keymaps): Clarifications.
9045 (Searching Keymaps): New node.
9046 (Keymaps): Update menu.
9047
9048 * frames.texi (Layout Parameters): Minor clarification.
9049 (Drag and Drop): New node.
9050 (Frames): Update menu.
9051
90522006-01-29 Chong Yidong <cyd@stupidchicken.com>
9053
9054 * display.texi (Other Display Specs, Image Descriptors):
9055 Image description is a list, not a cons cell.
9056
90572006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9058
9059 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9060 list is not necessarily a list).
9061
90622006-01-27 Eli Zaretskii <eliz@gnu.org>
9063
9064 * frames.texi (Layout Parameters): border-width and
9065 internal-border-width belong to the frame, not the window.
9066
90672006-01-19 Richard M. Stallman <rms@gnu.org>
9068
9069 * nonascii.texi (Translation of Characters): Search cmds use
9070 translation-table-for-input. Automatically made local.
9071
9072 * markers.texi (Overview of Markers): Count insertion type
9073 as one of a marker's attributes.
9074
9075 * keymaps.texi (Controlling Active Maps): New node, split out of
9076 Active Keymaps.
9077 (Keymaps): Menu updated.
9078 (Active Keymaps): Give pseudocode to explain how the active
9079 maps are searched. current-active-maps and key-binding moved here.
9080 (Functions for Key Lookup): current-active-maps and key-binding moved.
9081 Clarifications.
9082 (Searching the Keymaps): New subnode.
9083
9084 * elisp.texi (Top): Menu clarification.
9085
9086 * display.texi (Other Display Specs): Delete duplicate entry for
9087 just a string as display spec. Move text about recursive display
9088 specs on such a string.
9089
9090 * commands.texi (Key Sequence Input): Clarify.
9091 Move num-nonmacro-input-events out.
9092 (Reading One Event): num-nonmacro-input-events moved here.
9093
90942006-01-14 Nick Roberts <nickrob@snap.net.nz>
9095
9096 * advice.texi (Simple Advice): Update example to fit argument
9097 change in previous-line.
9098
90992006-01-05 Richard M. Stallman <rms@gnu.org>
9100
9101 * markers.texi (The Mark): Fix in `mark'.
9102
91032006-01-04 Richard M. Stallman <rms@gnu.org>
9104
9105 * processes.texi (Misc Network, Make Network): Minor cleanups.
9106
91072006-01-04 Kim F. Storm <storm@cua.dk>
9108
9109 * processes.texi (Make Network): Add IPv6 addresses and handling.
9110 (Network Feature Testing): Mention (:family ipv6).
9111 (Misc Network): Add IPv6 formats to format-network-address.
9112
91132005-12-30 Richard M. Stallman <rms@gnu.org>
9114
9115 * text.texi (Changing Properties):
9116 Don't use return value of set-text-properties.
9117
91182005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9119
9120 * modes.texi (Mode Line Format): Correct typo in menu.
9121
91222005-12-29 Richard M. Stallman <rms@gnu.org>
9123
9124 * modes.texi (Mode Line Top): New node.
9125 (Mode Line Data): Some text moved to new node.
9126 Explain the data structure more concretely.
9127 (Mode Line Basics): Clarifications.
9128 (Mode Line Variables): Clarify intro paragraph.
9129 (%-Constructs): Clarify intro paragraph.
9130 (Mode Line Format): Update menu.
9131
91322005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9133
9134 * minibuf.texi (Basic Completion): Update lazy-completion-table
9135 examples for removal of ARGS argument.
9136
91372005-12-23 Richard M. Stallman <rms@gnu.org>
9138
9139 * text.texi (Undo): Restore some explanation from the version
9140 that was deleted.
9141
91422005-12-23 Eli Zaretskii <eliz@gnu.org>
9143
9144 * text.texi (Undo): Remove duplicate descriptions of `apply
9145 funname' and `apply delta' elements of the undo list.
9146
91472005-12-20 Richard M. Stallman <rms@gnu.org>
9148
9149 * help.texi (Help Functions): Update documentation of `apropos'.
9150
91512005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9152
9153 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9154 because it is confusing. If the :help-echo keyword is a function,
9155 it is not directly used as the :help-echo overlay property, as the
9156 xref seems to suggest (it does not take the appropriate args).
9157
91582005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9159
9160 * customize.texi (Common Keywords): Fix Texinfo usage.
9161 (Group Definitions, Variable Definitions): Update for new
9162 conventions for using `*' in docstrings.
9163
9164 * tips.texi (Documentation Tips): Update for new conventions for
9165 using `*' in docstrings.
9166
91672005-12-16 Richard M. Stallman <rms@gnu.org>
9168
9169 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9170
91712005-12-16 Juri Linkov <juri@jurta.org>
9172
9173 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9174
91752005-12-14 Romain Francoise <romain@orebokech.com>
9176
9177 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9178 Fix typo.
9179
91802005-12-11 Juri Linkov <juri@jurta.org>
9181
9182 * minibuf.texi (Completion Commands): Add mention of read-file-name
9183 for filename completion keymaps.
9184 (Reading File Names): Add mention of filename completion keymaps
9185 for read-file-name and xref to `Completion Commands'.
9186
91872005-12-10 Richard M. Stallman <rms@gnu.org>
9188
9189 * customize.texi (Common Keywords): State caveats for use of :tag.
9190
91912005-12-08 Richard M. Stallman <rms@gnu.org>
9192
9193 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9194 with xrefs and better explanation.
9195 (Completion Commands): Add the filename completion maps.
9196
9197 * objects.texi (Character Type): Clarify that \s is not space
9198 if a dash follows.
9199
92002005-12-05 Richard M. Stallman <rms@gnu.org>
9201
9202 * windows.texi (Resizing Windows): Delete preserve-before args.
9203
92042005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9205
9206 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9207 in full keymaps, since the quirk has been fixed.
9208
92092005-12-03 Eli Zaretskii <eliz@gnu.org>
9210
5dcb4c4e
SM
9211 * hooks.texi (Standard Hooks): Add index entries.
9212 Mention `compilation-finish-functions'.
b8d4c8d0
GM
9213
92142005-11-27 Richard M. Stallman <rms@gnu.org>
9215
9216 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9217
92182005-11-21 Juri Linkov <juri@jurta.org>
9219
9220 * customize.texi (Common Keywords): Update links types
9221 custom-manual and url-link. Add link types emacs-library-link,
9222 file-link, function-link, variable-link, custom-group-link.
9223
92242005-11-20 Chong Yidong <cyd@stupidchicken.com>
9225
9226 * display.texi: Revert 2005-11-20 change.
9227
92282005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9229
9230 * processes.texi (Bindat Functions):
9231 Say "third" to refer to zero-based index "2".
9232
92332005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9234
9235 * loading.texi (Library Search): Update the default value of
9236 `load-suffixes'.
9237
92382005-11-17 Chong Yidong <cyd@stupidchicken.com>
9239
9240 * display.texi (Attribute Functions): Mention :ignore-defface.
9241
92422005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9243
9244 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9245 (Minor Mode Conventions): Mention the use of a hook.
9246
92472005-11-06 Richard M. Stallman <rms@gnu.org>
9248
9249 * files.texi (Magic File Names): find-file-name-handler checks the
9250 `operations' property of the handler.
9251
92522005-11-03 Richard M. Stallman <rms@gnu.org>
9253
9254 * variables.texi (Frame-Local Variables): Small clarification.
9255
92562005-10-29 Chong Yidong <cyd@stupidchicken.com>
9257
9258 * os.texi (Init File): Document ~/.emacs.d/init.el.
9259
92602005-10-29 Richard M. Stallman <rms@gnu.org>
9261
9262 * internals.texi (Garbage Collection): Document memory-full.
9263
92642005-10-28 Bill Wohler <wohler@newt.com>
9265
9266 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9267 for URLs.
9268
92692005-10-28 Richard M. Stallman <rms@gnu.org>
9270
9271 * minibuf.texi (Completion Commands): Clean up prev change.
9272
92732005-10-26 Kevin Ryde <user42@zip.com.au>
9274
9275 * compile.texi (Eval During Compile): Explain recommended uses
9276 of eval-when-compile and eval-and-compile.
9277
92782005-10-27 Masatake YAMATO <jet@gyve.org>
9279
9280 * minibuf.texi (Completion Commands):
9281 Write about new optional argument for `display-completion-list'.
9282
92832005-10-23 Richard M. Stallman <rms@gnu.org>
9284
9285 * display.texi (Overlay Arrow): Clarify about local bindings of
9286 overlay-arrow-position.
9287
92882005-10-22 Eli Zaretskii <eliz@gnu.org>
9289
9290 * internals.texi (Building Emacs): Fix last change.
9291
92922005-10-22 Richard M. Stallman <rms@gnu.org>
9293
9294 * internals.texi (Building Emacs): Document eval-at-startup.
9295
92962005-10-21 Richard M. Stallman <rms@gnu.org>
9297
9298 * loading.texi (Where Defined): load-history contains abs file names.
9299 symbol-file returns abs file names.
9300
93012005-10-19 Kim F. Storm <storm@cua.dk>
9302
9303 * display.texi (Showing Images): Add max-image-size integer value.
9304
93052005-10-18 Chong Yidong <cyd@stupidchicken.com>
9306
9307 * display.texi (Showing Images): Document max-image-size.
9308
93092005-10-17 Richard M. Stallman <rms@gnu.org>
9310
9311 * commands.texi (Quitting): Minor clarification.
9312
9313 * processes.texi (Sentinels): Clarify about output and quitting.
9314 (Filter Functions): Mention with-local-quit.
9315
93162005-10-17 Juri Linkov <juri@jurta.org>
9317
9318 * buffers.texi (Current Buffer):
9319 * commands.texi (Event Input Misc):
9320 * compile.texi (Eval During Compile, Compiler Errors):
9321 * customize.texi (Group Definitions):
9322 * display.texi (Progress, Defining Faces):
9323 * files.texi (Writing to Files):
9324 * modes.texi (Mode Hooks, Defining Minor Modes):
9325 * streams.texi (Output Functions):
9326 * syntax.texi (Syntax Table Functions):
9327 * text.texi (Change Hooks):
9328 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9329
9330 * commands.texi (Quitting): Replace arg `forms' with `body' in
9331 `with-local-quit'.
9332
9333 * positions.texi (Excursions): Replace arg `forms' with `body' in
9334 `save-excursion'.
9335
93362005-10-08 Kim F. Storm <storm@cua.dk>
9337
9338 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9339 Rename manual section accordingly.
9340
93412005-10-04 Kim F. Storm <storm@cua.dk>
9342
9343 * windows.texi (Window Split Tree): New section describing
9344 new function window-split-tree function.
9345
93462005-10-03 Nick Roberts <nickrob@snap.net.nz>
9347
9348 * display.texi (Fringe Size/Pos): Simplify and add detail.
9349
93502005-09-30 Romain Francoise <romain@orebokech.com>
9351
9352 * minibuf.texi (High-Level Completion): Explain that the prompt
9353 given to `read-buffer' should end with a colon and a space.
9354 Update usage examples.
9355
93562005-09-29 Juri Linkov <juri@jurta.org>
9357
9358 * display.texi (Displaying Messages): Rename argument name
9359 `string' to `format-string' in functions `message', `message-box',
9360 `message-or-box'.
9361
93622005-09-26 Chong Yidong <cyd@stupidchicken.com>
9363
9364 * errors.texi (Standard Errors): Correct xrefs.
9365
93662005-09-18 Chong Yidong <cyd@stupidchicken.com>
9367
9368 * display.texi (Defining Images): Update documentation for
9369 `image-load-path'.
9370
93712005-09-17 Richard M. Stallman <rms@gnu.org>
9372
9373 * display.texi (Defining Images): Clean up previous change.
9374
93752005-09-16 Romain Francoise <romain@orebokech.com>
9376
9377 * elisp.texi: Specify GFDL version 1.2.
9378
9379 * doclicense.texi (GNU Free Documentation License): Update to
9380 version 1.2.
9381
93822005-09-15 Chong Yidong <cyd@stupidchicken.com>
9383
9384 * display.texi (Defining Images): Document `image-load-path'.
9385
93862005-09-15 Richard M. Stallman <rms@gnu.org>
9387
9388 * objects.texi (Printed Representation): Minor cleanup.
9389 (Box Diagrams): Minor fix.
9390 (Cons Cell Type): Move (...) index item here.
9391 (Box Diagrams): From here.
9392 (Array Type): Minor fix.
9393 (Type Predicates): Delete index "predicates".
9394 (Hash Table Type): Clarify xref.
9395 (Dotted Pair Notation): Minor fix.
9396
93972005-09-10 Chong Yidong <cyd@stupidchicken.com>
9398
9399 * files.texi (Saving Buffers): Fix typo.
9400
94012005-09-08 Richard M. Stallman <rms@gnu.org>
9402
9403 * tips.texi (Programming Tips): Correct the "default" prompt spec.
9404
94052005-09-08 Chong Yidong <cyd@stupidchicken.com>
9406
9407 * locals.texi (Standard Buffer-Local Variables): Don't include
9408 mode variables for minor modes.
9409 Fix xrefs for buffer-display-count, buffer-display-table,
9410 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9411 enable-multibyte-characters, fill-column, header-line-format,
9412 left-fringe-width, left-margin, and right-fringe-width.
9413
9414 * hooks.texi (Standard Hooks): All hooks should conform to the
9415 standard naming convention now.
9416 Fix xref for `echo-area-clear-hook'.
9417
9418 * display.texi (Usual Display): Note that indicate-empty-lines and
9419 tab-width are buffer-local.
9420
9421 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9422
9423 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9424
9425 * nonascii.texi (Encoding and I/O): Note that
9426 buffer-file-coding-system is buffer-local.
9427
9428 * positions.texi (List Motion): Note that defun-prompt-regexp is
9429 buffer-local.
9430
9431 * text.texi (Auto Filling): Note that auto-fill-function is
9432 buffer-local.
9433 (Undo): Note that buffer-undo-list is buffer-local.
9434
5dcb4c4e
SM
9435 * windows.texi (Buffers and Windows):
9436 Document buffer-display-count.
b8d4c8d0
GM
9437
94382005-09-06 Richard M. Stallman <rms@gnu.org>
9439
9440 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9441 package prefix elsewhere than at the start of the name.
9442
94432005-09-03 Richard M. Stallman <rms@gnu.org>
9444
9445 * tips.texi (Programming Tips): Add conventions for minibuffer
9446 questions and prompts.
9447
94482005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9449
9450 * intro.texi (nil and t): Minor cleanup.
9451 Delete spurious mention of keyword symbols.
9452 (Evaluation Notation): Add index entry.
9453 (A Sample Function Description): Minor cleanup.
9454 (A Sample Variable Description): Not all vars can be set.
9455
94562005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9457
9458 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9459
9460 (Insertion): Document precise type of `insert-char' arg COUNT.
9461
94622005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9463
9464 * modes.texi (Other Font Lock Variables): Sync the default of
9465 font-lock-lines-before.
9466
94672005-08-31 Michael Albinus <michael.albinus@gmx.de>
9468
9469 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9470
94712005-08-29 Richard M. Stallman <rms@gnu.org>
9472
9473 * elisp.texi (Top): Update subnode menu.
9474
9475 * searching.texi (Searching and Matching): Move node.
9476 Rearrange contents and add overall explanation.
9477 (Searching and Case): Move node.
9478 (Searching and Matching): Update menu.
9479
94802005-08-27 Eli Zaretskii <eliz@gnu.org>
9481
9482 * os.texi (Startup Summary): Fix the description of the initial
9483 startup message display.
9484
94852005-08-25 Richard M. Stallman <rms@gnu.org>
9486
9487 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9488
94892005-08-25 Emilio C. Lopes <eclig@gmx.net>
9490
9491 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9492 `next-overlay-change' example.
9493
94942005-08-22 Juri Linkov <juri@jurta.org>
9495
9496 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9497 Fix invert-face. Fix args of face-background.
9498
9499 * display.texi (Standard Faces): Delete node.
9500 (Faces): Add xref to `(emacs)Standard Faces'.
9501 (Displaying Faces): Fix xref to `Standard Faces'.
9502
9503 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9504
95052005-08-20 Alan Mackenzie <acm@muc.de>
9506
9507 * buffers.texi (The Buffer List): Clarify the manipulation of the
9508 buffer list.
9509
95102005-08-14 Richard M. Stallman <rms@gnu.org>
9511
9512 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9513 a regexp.
9514
95152005-08-11 Richard M. Stallman <rms@gnu.org>
9516
9517 * elisp.texi (Top): Update subnode lists.
9518
9519 * display.texi (Inverse Video): Node deleted.
9520
9521 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9522 New nodes split out of Coding Conventions.
9523
9524 * searching.texi (Regular Expressions): Document re-builder.
9525
9526 * os.texi (Time Parsing): New node split out of Time Conversion.
9527
9528 * processes.texi (Misc Network, Network Feature Testing)
9529 (Network Options, Make Network): New nodes split out of
9530 Low-Level Network.
9531
95322005-08-09 Richard M. Stallman <rms@gnu.org>
9533
9534 * frames.texi (Geometry): New node, split from Size and Position.
9535 (Frame Parameters): Refer to Geometry.
9536
9537 * buffers.texi (The Buffer List): Fix xrefs.
9538
9539 * windows.texi (Splitting Windows): Fix xref.
9540
9541 * frames.texi (Layout Parameters): Add xref.
9542
9543 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9544
9545 * keymaps.texi (Menu Bar): Fix xref.
9546
9547 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9548
9549 * modes.texi (%-Constructs): Fix xref.
9550
9551 * frames.texi (Window Frame Parameters): Node split up.
9552 (Basic Parameters, Position Parameters, Size Parameters)
9553 (Layout Parameters, Buffer Parameters, Management Parameters)
9554 (Cursor Parameters, Color Parameters): New subnodes.
9555
95562005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9557
9558 * positions.texi (Screen Lines): Update xref for previous change
9559 in minibuf.texi.
9560
9561 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9562 change in minibuf.texi.
9563
95642005-08-09 Richard M. Stallman <rms@gnu.org>
9565
9566 * tips.texi (Coding Conventions): Minor cleanup.
9567
9568 * modes.texi (Defining Minor Modes): Explain when init-value
9569 can be non-nil.
9570
9571 * elisp.texi (Top): Update submenu for Minibuffer.
9572
9573 * minibuf.texi (Minibuffer Misc): Node split up.
9574 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9575 (Recursive Mini): New nodes split out from Minibuffer Misc.
9576 (Minibuffer Misc): Document max-mini-window-height.
9577
9578 * hash.texi (Defining Hash): Delete stray paren in example.
9579
9580 * display.texi (Echo Area Customization): Don't define
9581 max-mini-window-height here; xref instead.
9582
9583 * commands.texi (Event Input Misc): Update while-no-input.
9584
9585 * advice.texi (Advising Functions): Explain when to use advice
9586 and when to use a hook.
9587
95882005-07-30 Eli Zaretskii <eliz@gnu.org>
9589
9590 * makefile.w32-in (info): Don't run install-info.
9591 ($(infodir)/dir): New target, produced by running install-info.
9592
95932005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9594
9595 * modes.texi (Defining Minor Modes): The keyword for the initial
9596 value is :init-value, not :initial-value.
9597
95982005-07-23 Eli Zaretskii <eliz@gnu.org>
9599
9600 * loading.texi (Autoload): Make the `doctor' example be consistent
9601 with what's in current loaddefs.el. Describe the "fn" magic in
9602 the usage portion of the doc string.
9603
96042005-07-22 Richard M. Stallman <rms@gnu.org>
9605
9606 * internals.texi (Garbage Collection): Clarify previous change.
9607
96082005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9609
9610 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9611
96122005-07-18 Juri Linkov <juri@jurta.org>
9613
9614 * commands.texi (Accessing Events):
9615 * frames.texi (Text Terminal Colors, Resources):
9616 * markers.texi (The Mark):
9617 * modes.texi (Defining Minor Modes):
9618 Delete duplicate duplicate words.
9619
96202005-07-16 Richard M. Stallman <rms@gnu.org>
9621
9622 * display.texi (Managing Overlays): Clarify make-overlay
9623 args for insertion types.
9624
96252005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9626
9627 * customize.texi (Variable Definitions):
9628 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9629 `standard-value' is a list too.
9630 (Defining New Types): Use @key{RET} instead of @key{ret}.
9631
96322005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9633
9634 * os.texi (Translating Input): Fix typo.
9635
96362005-07-08 Richard M. Stallman <rms@gnu.org>
9637
9638 * README: Update edition number and size estimate.
9639
9640 * elisp.texi (VERSION): Set to 2.9.
9641
96422005-07-07 Richard M. Stallman <rms@gnu.org>
9643
9644 * book-spine.texinfo: Update Emacs version.
9645
9646 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9647
96482005-07-06 Richard M. Stallman <rms@gnu.org>
9649
9650 * searching.texi (Regexp Search): Clarify what re-search-forward
9651 does when the search fails.
9652
96532005-07-05 Lute Kamstra <lute@gnu.org>
9654
9655 * Update FSF's address in GPL notices.
9656
9657 * doclicense.texi (GNU Free Documentation License):
9658 * gpl.texi (GPL):
9659 * tips.texi (Coding Conventions, Library Headers):
9660 * vol1.texi:
9661 * vol2.texi: Update FSF's address.
9662
96632005-07-04 Richard M. Stallman <rms@gnu.org>
9664
9665 * hooks.texi (Standard Hooks): Add occur-hook.
9666
96672005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9668
9669 * display.texi (The Echo Area): Correct menu.
9670
96712005-07-03 Richard M. Stallman <rms@gnu.org>
9672
9673 * elisp.texi (Top): Update subnode menu for Display.
9674
9675 * display.texi (Displaying Messages): New node, with most
9676 of what was in The Echo Area.
5dcb4c4e 9677 (Progress): Move under The Echo Area.
b8d4c8d0
GM
9678 (Logging Messages): New node with new text.
9679 (Echo Area Customization): New node, the rest of what was
9680 in The Echo Area. Document message-truncate-lines with @defvar.
9681 (Display): Update menu.
9682
9683 * windows.texi (Textual Scrolling): Doc 3 values for
9684 scroll-preserve-screen-position.
9685
9686 * text.texi (Special Properties): Change hook functions
9687 should bind inhibit-modification-hooks around altering buffer text.
9688
9689 * keymaps.texi (Key Binding Commands): Call binding BINDING
9690 rather than DEFINITION.
9691
96922005-06-29 Juanma Barranquero <lekktu@gmail.com>
9693
9694 * variables.texi (Defining Variables): `user-variable-p' returns t
9695 for aliases of user options, nil for alias loops.
9696
96972005-06-28 Richard M. Stallman <rms@gnu.org>
9698
9699 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9700 make-keymap.
9701
97022005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9703
9704 * variables.texi (Setting Variables): Correct and clarify
9705 description of `add-to-ordered-list'.
9706
97072005-06-26 Richard M. Stallman <rms@gnu.org>
9708
9709 * display.texi (Faces): Minor cleanup.
9710
97112005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9712
9713 * display.texi (Faces): `facep' returns t for strings that are
9714 face names.
9715
97162005-06-25 Richard M. Stallman <rms@gnu.org>
9717
9718 * objects.texi (Equality Predicates): Clarify meaning of equal.
9719
9720 * windows.texi (Selecting Windows): save-selected-window
9721 and with-selected-window save and restore the current buffer.
9722
97232005-06-24 Richard M. Stallman <rms@gnu.org>
9724
9725 * numbers.texi (Float Basics): Explain how to test for NaN,
9726 and printing the sign of NaNs.
9727
97282005-06-24 Eli Zaretskii <eliz@gnu.org>
9729
9730 * makefile.w32-in (MAKEINFO): Use --force.
9731
97322005-06-23 Richard M. Stallman <rms@gnu.org>
9733
9734 * display.texi (Face Functions): Correct Texinfo usage.
9735
97362005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9737
9738 * lists.texi (Rings): `ring-elements' now returns the elements of
9739 RING in order.
9740
97412005-06-23 Juanma Barranquero <lekktu@gmail.com>
9742
9743 * markers.texi (The Mark): Texinfo usage fix.
9744
97452005-06-23 Kim F. Storm <storm@cua.dk>
9746
9747 * searching.texi (Entire Match Data): Remove evaporate option for
9748 match-data. Do not mention evaporate option for set-match-data.
9749
97502005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9751
9752 * display.texi (Face Functions): Mention face aliases.
9753
97542005-06-21 Richard M. Stallman <rms@gnu.org>
9755
9756 * anti.texi (Antinews): Texinfo usage fix.
9757
97582005-06-21 Karl Berry <karl@gnu.org>
9759
9760 * elisp.texi: Use @copying.
9761
9762 * elisp.texi: Put @summarycontents and @contents before the Top
9763 node, instead of the end of the file, so that the contents appear
9764 in the right place in the dvi/pdf output.
9765
97662005-06-21 Juri Linkov <juri@jurta.org>
9767
9768 * display.texi (Defining Faces): Add `customized-face'.
9769
97702005-06-20 Kim F. Storm <storm@cua.dk>
9771
9772 * variables.texi (Setting Variables): Any type of element can be
9773 given order in add-to-ordered-list. Compare elements with eq.
9774
9775 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
9776
97772005-06-20 Karl Berry <karl@gnu.org>
9778
9779 * syntax.texi (Syntax Flags): Make last column very slightly wider
9780 to avoid "generic comment" breaking on two lines and causing an
9781 underfull box.
9782
97832005-06-19 Luc Teirlinck <teirllm@auburn.edu>
9784
9785 * lists.texi (Rings): Various minor clarifications and corrections.
9786
97872005-06-18 Richard M. Stallman <rms@gnu.org>
9788
9789 * functions.texi (Obsolete Functions): Simplify.
9790
9791 * variables.texi (Variable Aliases): Simplify.
9792
a12bf61e 9793 * anti.texi, backups.texi, compile.texi, customize.texi:
b8d4c8d0
GM
9794 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
9795 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
9796 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
9797 * variables.texi: Fix formatting ugliness.
9798
9799 * elisp.texi: Add links to Rings and Byte Packing.
9800 Update version and copyright years.
9801
9802 * minibuf.texi: Fix formatting ugliness.
9803 (Completion Commands): Move keymap vars to the end
9804 and vars completing-read binds to the top.
9805
98062005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9807
9808 * processes.texi: Fix typos.
9809 (Bindat Spec): Correct Texinfo error.
9810 (Byte Packing): Fix ungrammatical sentence.
9811
98122005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
9813
9814 * lists.texi (Rings): New node.
9815 (Lists): Add it to menu.
9816
9817 * processes.texi (Byte Packing): New node.
9818 (Processes): Add it to menu.
9819
98202005-06-17 Richard M. Stallman <rms@gnu.org>
9821
9822 * syntax.texi (Parsing Expressions): Fix texinfo usage.
9823
9824 * help.texi (Documentation Basics): Explain the xref to
9825 Documentation Tips.
9826
9827 * debugging.texi (Debugger Commands): Minor fix.
9828
98292005-06-16 Luc Teirlinck <teirllm@auburn.edu>
9830
9831 * edebug.texi (Instrumenting): Eliminate duplicate link.
9832 (Specification List): Replace references to "below", referring to
9833 a later node, with one @ref to that node.
9834
9835 * os.texi (Timers): Timers should save and restore the match data
9836 if they change it.
9837
9838 * debugging.texi (Debugger Commands): Mention that the Lisp
9839 debugger can not step through primitive functions.
9840
98412005-06-16 Juanma Barranquero <lekktu@gmail.com>
9842
9843 * functions.texi (Obsolete Functions): Update argument names of
9844 `make-obsolete' and `define-obsolete-function-alias'.
9845
9846 * variables.texi (Variable Aliases): Update argument names of
9847 `defvaralias', `make-obsolete-variable' and
9848 `define-obsolete-variable-alias'.
9849
98502005-06-15 Kim F. Storm <storm@cua.dk>
9851
9852 * searching.texi (Entire Match Data): Rephrase warnings about
9853 evaporate arg to match-data and set-match-data.
9854
98552005-06-14 Luc Teirlinck <teirllm@auburn.edu>
9856
9857 * elisp.texi (Top): Update detailed menu.
9858
9859 * edebug.texi (Edebug): Update menu.
9860 (Instrumenting): Update xrefs.
9861 (Edebug Execution Modes): Correct xref.
9862 (Jumping): Clarify description of `h' command.
9863 Eliminate redundant @ref.
9864 (Breaks): New node.
9865 (Breakpoints): Is now a subsubsection.
9866 (Global Break Condition): Mention `C-x X X'.
9867 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
9868 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
9869 (Edebug Display Update): Correct pxref.
9870 (Edebug and Macros): New node.
9871 (Instrumenting Macro Calls): Is now a subsubsection.
9872 Neither arg of `def-edebug-spec' is evaluated.
9873 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
9874 (Specification Examples): Fix typo.
9875
98762005-06-14 Lute Kamstra <lute@gnu.org>
9877
9878 * debugging.texi (Function Debugging): Primitives can break on
9879 entry too.
9880
98812005-06-14 Kim F. Storm <storm@cua.dk>
9882
9883 * variables.texi (Setting Variables): Add add-to-ordered-list.
9884
98852005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9886
9887 * syntax.texi (Parsing Expressions): Document aux functions and vars of
9888 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
9889
98902005-06-13 Lute Kamstra <lute@gnu.org>
9891
9892 * text.texi (Special Properties): Fix cross reference.
9893
98942005-06-11 Luc Teirlinck <teirllm@auburn.edu>
9895
9896 * debugging.texi (Function Debugging): Delete mention of empty
9897 string argument to `cancel-debug-on-entry'. Delete inaccurate
9898 description of the return value of that command.
9899
99002005-06-11 Alan Mackenzie <acm@muc.de>
9901
9902 * text.texi (Adaptive Fill): Amplify the description of
9903 fill-context-prefix.
9904
99052005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9906
9907 * syntax.texi (Parsing Expressions): Fix Texinfo error.
9908
99092005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9910
9911 * syntax.texi (Parsing Expressions): Document syntax-ppss.
9912
99132005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9914
9915 * debugging.texi (Error Debugging): Minor rewording.
9916 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
9917 is optional.
9918
99192005-06-10 Lute Kamstra <lute@gnu.org>
9920
9921 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
9922 (Top): Give it a title. Correct version number. Give the
9923 detailed node listing a more prominent header.
9924 * intro.texi: Don't set VERSION here a second time.
9925 Mention Emacs's version too.
9926 * anti.texi (Antinews): Use EMACSVER to refer to the current
9927 version of Emacs.
9928
99292005-06-09 Kim F. Storm <storm@cua.dk>
9930
9931 * searching.texi (Entire Match Data): Explain new `reseat' argument to
9932 match-data and set-match-data.
9933
99342005-06-08 Richard M. Stallman <rms@gnu.org>
9935
9936 * searching.texi (Entire Match Data): Clarify when match-data
9937 returns markers and when integers.
9938
9939 * display.texi (Defining Faces): Explain that face name should not
9940 end in `-face'.
9941
9942 * modes.texi (Mode Line Data): Minor cleanup.
9943 (Customizing Keywords): Node split out of Search-based Fontification.
9944 Add example of using font-lock-add-keywords from a hook.
9945 Clarify when MODE should be non-nil, and when nil.
9946
99472005-06-06 Richard M. Stallman <rms@gnu.org>
9948
9949 * modes.texi (Mode Line Data): Explain what happens when the car
9950 of a list is a void symbol.
9951 (Search-based Fontification): Explain MODE arg to
9952 font-lock-add-keywords and warn about calls from major modes.
9953
99542005-06-08 Juri Linkov <juri@jurta.org>
9955
9956 * display.texi (Standard Faces): Add `shadow' face.
9957
99582005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9959
9960 * modes.texi (Major Mode Conventions): A derived mode only needs
9961 to put the call to the parent mode inside `delay-mode-hooks'.
9962
99632005-05-29 Richard M. Stallman <rms@gnu.org>
9964
9965 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
9966 new, and what that implies. Clarify.
9967
9968 * files.texi (Locating Files): Clean up the text.
9969
9970 * frames.texi (Window Frame Parameters): Document user-size.
9971 Shorten entry for top by referring to left.
9972
99732005-05-26 Richard M. Stallman <rms@gnu.org>
9974
9975 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
9976 is new, and what the implications are. Other clarifications.
9977
99782005-05-24 Richard M. Stallman <rms@gnu.org>
9979
9980 * frames.texi (Dialog Boxes): Minor fixes.
9981
99822005-05-25 Masatake YAMATO <jet@gyve.org>
9983
9984 * display.texi (Standard Faces): Write about `mode-line-highlight'.
9985
99862005-05-24 Luc Teirlinck <teirllm@auburn.edu>
9987
9988 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
9989 is optional.
9990
99912005-05-24 Nick Roberts <nickrob@snap.net.nz>
9992
10d1d0af 9993 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
9994
99952005-05-23 Lute Kamstra <lute@gnu.org>
9996
9997 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
9998 syntax-begin-function over font-lock-beginning-of-syntax-function.
9999
100002005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10001
10002 * minibuf.texi (Reading File Names): Update description of
10003 `read-directory-name'.
10004
10005 * modes.texi (Derived Modes): Clarify :group keyword.
10006
100072005-05-21 Eli Zaretskii <eliz@gnu.org>
10008
10009 * files.texi (Locating Files): New subsection.
10010 Describe locate-file and executable-find.
10011
100122005-05-21 Kevin Ryde <user42@zip.com.au>
10013
10014 * frames.texi (Initial Parameters): Update cross reference to
10015 "Emacs Invocation".
10016
100172005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10018
10019 * keymaps.texi (Active Keymaps): Add anchor.
10020
10021 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10022 (Major Mode Conventions): Refer to `Auto Major Mode' in more
10023 appropriate place.
10024 (Derived Modes): Small clarifications.
10025 (Minor Mode Conventions, Keymaps and Minor Modes):
10026 Replace references to nodes with references to anchors.
10027 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10028 Clarify description of lists whose first element is an integer.
10029 (Mode Line Variables): Add anchor.
10030 (%-Constructs): Clarify description of integer after %.
10031 (Emulating Mode Line): Describe nil value for FACE.
10032
100332005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10034
10035 * modes.texi (Derived Modes): Correct references to non-existing
10036 variable standard-syntax-table.
10037
100382005-05-17 Lute Kamstra <lute@gnu.org>
10039
10040 * modes.texi (Defining Minor Modes): Mention the mode hook.
10041
100422005-05-15 Kim F. Storm <storm@cua.dk>
10043
10044 * processes.texi (Network): Remove open-network-stream-nowait.
10045 (Network Servers): Remove open-network-stream-server.
10046
100472005-05-15 Luc Teirlinck <teirllm@auburn.edu>
10048
10049 * elisp.texi (Top): Update detailed menu.
10050
10051 * variables.texi: Reorder nodes.
10052 (Variables): Update menu.
10053 (File Local Variables): Do not refer to the `-*-' line as
10054 a "local variables list". Add pxref.
10055
100562005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10057
10058 * elisp.texi (Top): Update detailed menu for node changes.
10059
10060 * modes.texi (Modes): Update Menu.
10061 (Hooks): Move to beginning of chapter.
10062 Most minor modes run mode hooks too.
10063 `add-hook' can handle void hooks or hooks whose value is a single
10064 function.
10065 (Major Modes): Update Menu.
10066 (Major Mode Basics): New node, split off from `Major Modes'.
10067 (Major Mode Conventions): Correct xref. Explain how to handle
10068 auto-mode-alist if the major mode command has an autoload cookie.
10069 (Auto Major Mode): Major update. Add magic-mode-alist.
10070 (Derived Modes): Major update.
10071 (Mode Line Format): Update Menu.
10072 (Mode Line Basics): New node, split off from `Mode Line Format'.
10073
10074 * loading.texi (Autoload): Mention `autoload cookie' as synonym
10075 for `magic autoload comment'. Add index entries and anchor.
10076
100772005-05-14 Richard M. Stallman <rms@gnu.org>
10078
10079 * tips.texi (Coding Conventions): Explain how important it is
10080 that just loading certain files not change Emacs behavior.
10081
10082 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10083
100842005-05-12 Lute Kamstra <lute@gnu.org>
10085
10086 * modes.texi (Generic Modes): Update.
10087 (Major Modes): Refer to node "Generic Modes".
10088
10089 * elisp.texi (Top): Update to the current structure of the manual.
10090 * processes.texi (Processes): Add menu description.
10091 * customize.texi (Customization): Add menu descriptions.
10092
100932005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10094
10095 * processes.texi (Signals to Processes)
10096 (Low-Level Network): Fix typos.
10097
100982005-05-11 Lute Kamstra <lute@gnu.org>
10099
10100 * elisp.texi (Top): Add some nodes from the chapter "Major and
10101 Minor Modes" to the detailed node listing.
10102
101032005-05-10 Richard M. Stallman <rms@gnu.org>
10104
10105 * keymaps.texi (Extended Menu Items): Menu item filter functions
10106 can be called at any time.
10107
101082005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10109
10110 * variables.texi (File Local Variables): `(hack-local-variables t)'
10111 now also checks whether a mode is specified in the local variables
10112 list.
10113
101142005-05-05 Kevin Ryde <user42@zip.com.au>
10115
10116 * display.texi (The Echo Area): Correct format function cross
10117 reference.
10118
101192005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10120
10121 * variables.texi (Variable Aliases): Change description of
10122 `define-obsolete-variable-alias'.
10123
10124 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10125 (Defining Functions): Add xref.
10126 (Obsolete Functions): New node.
10127 (Function Safety): Standardize capitalization of section title.
10128
10129 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10130 (Dialog Boxes): Complete description of `x-popup-dialog'.
10131
101322005-05-04 Richard M. Stallman <rms@gnu.org>
10133
10134 * commands.texi (Interactive Codes): Fix Texinfo usage.
10135 Document U more clearly.
10136
101372005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10138
10139 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10140 function and not a macro.
10141
10142 * frames.texi (Pop-Up Menus): Correct and clarify description of
10143 `x-popup-menu'.
10144 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10145
101462005-05-01 Richard M. Stallman <rms@gnu.org>
10147
10148 * edebug.texi (Checking Whether to Stop): Fix previous change.
10149
101502005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10151
10152 * display.texi: Fix typos and Texinfo usage.
10153
10154 * edebug.texi (Checking Whether to Stop): executing-macro ->
10155 executing-kbd-macro.
10156
101572005-05-01 Richard M. Stallman <rms@gnu.org>
10158
10159 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10160
101612005-04-30 Richard M. Stallman <rms@gnu.org>
10162
10163 * files.texi (Magic File Names): Document `operations' property.
10164
101652005-04-29 Lute Kamstra <lute@gnu.org>
10166
10167 * modes.texi (Generic Modes): New node.
10168 (Major Modes): Add it to the menu.
10169 (Derived Modes): Add "derived mode" to concept index.
10170
101712005-04-28 Lute Kamstra <lute@gnu.org>
10172
10173 * modes.texi (Defining Minor Modes): Fix previous change.
10174 (Font Lock Mode): Simplify.
10175 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10176 when set and that some parts are optional. Add cross references.
10177 (Search-based Fontification): Say how to specify font-lock-keywords.
10178 Add cross references. Add font-lock-multiline to index.
10179 Move font-lock-keywords-case-fold-search here from node "Other Font
10180 Lock Variables". Document font-lock-add-keywords and
10181 font-lock-remove-keywords.
10182 (Other Font Lock Variables): Move font-lock-keywords-only,
10183 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10184 and font-lock-syntactic-face-function to node "Syntactic Font
10185 Lock". Move font-lock-keywords-case-fold-search to node
10186 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10187 and font-lock-{,un}fontify-{buffer,region}-function.
10188 (Precalculated Fontification): Remove reference to deleted variable
10189 font-lock-core-only.
10190 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10191 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10192 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10193 and font-lock-syntactic-face-function here from node "Other Font
10194 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10195 Syntax Properties". Add cross references.
10196 (Setting Syntax Properties): New node.
10197 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10198 * syntax.texi (Syntax Properties): Add cross reference.
10199 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10200
102012005-04-26 Richard M. Stallman <rms@gnu.org>
10202
10203 * display.texi (Defining Faces):
10204 Document `default' elements of defface spec.
10205
10206 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10207
10208 * variables.texi (Variable Aliases): Clarify text.
10209
102102005-04-25 Chong Yidong <cyd@stupidchicken.com>
10211
10212 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10213
102142005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10215
10216 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10217
102182005-04-24 Eli Zaretskii <eliz@gnu.org>
10219
10220 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10221 syntax-after and syntax-class.
10222
10223 * files.texi (Changing Files): Fix last change's cross-reference.
10224 (Unique File Names): Don't mention "numbers" in the documentation
10225 of make-temp-file and make-temp-name.
10226
102272005-04-23 Richard M. Stallman <rms@gnu.org>
10228
10229 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10230
102312005-04-22 Nick Roberts <nickrob@snap.net.nz>
10232
10233 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10234
102352005-04-22 Nick Roberts <nickrob@snap.net.nz>
10236
10237 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10238 and define-obsolete-variable-alias.
10239
102402005-04-22 Kim F. Storm <storm@cua.dk>
10241
10242 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10243 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10244
102452005-04-21 Lute Kamstra <lute@gnu.org>
10246
10247 * lists.texi (Association Lists): Document rassq-delete-all.
10248
102492005-04-19 Richard M. Stallman <rms@gnu.org>
10250
10251 * modes.texi (Search-based Fontification): Explain that
10252 facespec is an expression to be evaluated.
10253
102542005-04-19 Kevin Ryde <user42@zip.com.au>
10255
10256 * streams.texi (Output Functions): Fix xref.
10257 * strings.texi (String Conversion): Fix xref.
10258
102592005-04-19 Kim F. Storm <storm@cua.dk>
10260
10261 * symbols.texi (Symbol Plists): Add safe-get.
10262 Mention that `get' may signal an error.
10263
102642005-04-18 Nick Roberts <nickrob@snap.net.nz>
10265
10266 * customize.texi (Variable Definitions): Replace tooltip-mode
10267 example with save-place.
10268
102692005-04-17 Richard M. Stallman <rms@gnu.org>
10270
10271 * buffers.texi (Indirect Buffers): Clarify.
10272
10273 * positions.texi (Positions): Clarify converting marker to integer.
10274
10275 * strings.texi (String Basics): Mention string-match; clarify.
10276
102772005-04-08 Lute Kamstra <lute@gnu.org>
10278
10279 * modes.texi (Search-based Fontification): Fix cross references.
10280 Use consistent terminology. Document anchored highlighting.
10281
102822005-04-05 Lute Kamstra <lute@gnu.org>
10283
10284 * modes.texi (Defining Minor Modes): Document :group keyword
10285 argument and its default value.
10286
102872005-04-03 Lute Kamstra <lute@gnu.org>
10288
10289 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10290 references and/or descriptions. Delete major mode hooks; mention
10291 them as a category instead. Rename or delete obsolete hooks.
10292
102932005-04-02 Richard M. Stallman <rms@gnu.org>
10294
10295 * nonascii.texi (Coding System Basics): Another wording cleanup.
10296
102972005-04-01 Richard M. Stallman <rms@gnu.org>
10298
10299 * nonascii.texi (Coding System Basics): Clarify previous change.
10300
103012005-04-01 Kenichi Handa <handa@m17n.org>
10302
10d1d0af 10303 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
10304 identity of coding systems.
10305
103062005-03-29 Chong Yidong <cyd@stupidchicken.com>
10307
10308 * text.texi (Buffer Contents): Add filter-buffer-substring and
10309 buffer-substring-filters.
10310
103112005-03-26 Chong Yidong <cyd@stupidchicken.com>
10312
10313 * anti.texi (Antinews): Mention `G' interactive code.
10314
10315 * tips.texi (Compilation Tips): Mention benchmark.el.
10316
103172005-03-27 Luc Teirlinck <teirllm@auburn.edu>
10318
10319 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10320 is now bound to M-o M-o.
10321
10322 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10323
103242005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10325
10326 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10327 in the Emacs Manual).
10328 * Makefile.in (srcs): Remove calendar.texi.
10329 * makefile.w32-in (srcs): Remove calendar.texi.
10330 * display.texi (Display): Change name of next node.
10331 * os.texi (System In): Change name of previous node.
10332 * elisp.texi (Top): Remove Calendar references.
10333 * vol1.texi (Top): Remove Calendar references.
10334 * vol2.texi (Top): Remove Calendar references.
10335
103362005-03-25 Richard M. Stallman <rms@gnu.org>
10337
10338 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10339 Cleanup previous change.
10340
103412005-03-25 Chong Yidong <cyd@stupidchicken.com>
10342
10343 * display.texi (Face Attributes): Faces earlier in an :inherit
10344 list take precedence.
10345 (Scroll Bars): Fix description of vertical-scroll-bars.
10346 Document frame-current-scroll-bars and window-current-scroll-bars.
10347
10348 * markers.texi (The Mark): Document temporary Transient Mark mode.
10349
10350 * minibuf.texi (Reading File Names):
10351 Document read-file-name-completion-ignore-case.
10352
10353 * positions.texi (Screen Lines): Document nil for width argument
10354 to compute-motion.
10355
103562005-03-23 Kim F. Storm <storm@cua.dk>
10357
10358 * display.texi (Standard Faces): Other faces used in the fringe
10359 implicitly inherits from the fringe face.
10360 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10361 properties implicitly inherits from fringe face.
10362 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10363
103642005-03-20 Chong Yidong <cyd@stupidchicken.com>
10365
10366 * display.texi (Invisible Text): State default value of
10367 line-move-ignore-invisible.
10368 (Managing Overlays): Document remove-overlays.
10369 (Standard Faces): Document escape-glyph face.
10370
10371 * minibuf.texi (Reading File Names): Document read-file-name-function.
10372
10373 * modes.texi (Other Font Lock Variables):
10374 Document font-lock-lines-before.
10375
10376 * positions.texi (Skipping Characters): skip-chars-forward allows
10377 character classes.
10378
103792005-03-18 Lute Kamstra <lute@gnu.org>
10380
10381 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10382
103832005-03-17 Richard M. Stallman <rms@gnu.org>
10384
10385 * text.texi (Undo): Document extensible undo entries.
10386
dd7b651b 10387 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
10388
10389 * nonascii.texi (Character Codes): Minor fix.
10390
10391 * display.texi (Display Property): Explain the significance
10392 of having text properties that are eq.
10393 (Other Display Specs): Explain string as display spec.
10394
10395 * commands.texi (Interactive Codes): Document G option.
10396
103972005-03-17 Chong Yidong <cyd@stupidchicken.com>
10398
10399 * text.texi (Filling): Add sentence-end-without-period and
10400 sentence-end-without-space.
10401 (Changing Properties): Minor fix.
10402
10403 * anti.texi: Total rewrite.
10404
104052005-03-15 Lute Kamstra <lute@gnu.org>
10406
10407 * edebug.texi (Instrumenting Macro Calls): Fix typos.
10408
104092005-03-08 Kim F. Storm <storm@cua.dk>
10410
10411 * display.texi (Specified Space): Property :width is support on
10412 non-graphic terminals, :height is not.
10413
104142005-03-07 Richard M. Stallman <rms@gnu.org>
10415
10416 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10417 Now subnodes of Fringes.
10418 (Overlay Arrow): Document overlay-arrow-variable-list.
10419 (Fringe Size/Pos): New node, broken out of Fringes.
10420 (Display): Explain clearing vs redisplay better.
10421 (Truncation): Clarify use of bitmaps.
10422 (The Echo Area): Clarify the uses of the echo area.
10423 Add max-mini-window-height.
10424 (Progress): Clarify.
10425 (Invisible Text): Explain that main loop moves point out.
10426 (Selective Display): Say "hidden", not "invisible".
10427 (Managing Overlays): Move up. Describe relation to Undo here.
10428 (Overlay Properties): Clarify intro.
10429 (Finding Overlays): Explain return values when nothing found.
10430 (Width): truncate-string-to-width has added arg.
10431 (Displaying Faces): Clarify and update mode line face handling.
10432 (Face Functions): Minor cleanup.
10433 (Conditional Display): Merge into Other Display Specs.
10434 (Pixel Specification, Other Display Specs): Minor cleanups.
10435 (Images, Image Descriptors): Minor cleanups.
10436 (GIF Images): Patents have expired.
10437 (Showing Images): Explain default text for insert-image.
10438 (Manipulating Button Types): Merge into Manipulating Buttons.
10439 (Making Buttons): Explain return values.
10440 (Button Buffer Commands): Add xref.
10441 (Inverse Video): Update mode-line-inverse-video.
10442 (Display Table Format): Clarify.
10443 (Active Display Table): Give defaults for window-display-table.
10444
10445 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10446 and calendar-today-marker are strings, not chars.
10447 (Holiday Customizing): Minor fix.
10448
10449 * internals.texi (Writing Emacs Primitives): Update `or' example.
10450 Update limit on # args of subr.
10451
10452 * edebug.texi (Using Edebug): Arrow is in fringe.
10453 (Instrumenting): Arg to eval-defun works without loading edebug.
10454 (Edebug Execution Modes): Add xref.
10455
10456 * customize.texi (Common Keywords): Clarify :require.
10457 Mention :version here.
10458 (Variable Definitions, Group Definitions): Not here.
10459 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10460
104612005-03-07 Chong Yidong <cyd@stupidchicken.com>
10462 * nonascii.texi (Text Representations): Clarify position-bytes.
10463 (Character Sets): Add list-charset-chars.
10464 (Scanning Charsets): Add charset-after.
10465 (Encoding and I/O): Minor fix.
10466
104672005-03-06 Richard M. Stallman <rms@gnu.org>
10468
10469 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10470 (Resizing Windows): Likewise.
10471
10472 * text.texi (Change Hooks): Get rid of "Emacs 21".
10473
10474 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10475
10476 * streams.texi (Output Variables): Get rid of "Emacs 21".
10477
10478 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10479
10480 * os.texi (Translating Input): Replace flow-control example
10481 with a less obsolete example that uses `keyboard-translate'.
10482
10483 * objects.texi (Hash Table Type, Circular Objects):
10484 Get rid of "Emacs 21".
10485
10486 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10487 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10488
10489 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10490
10491 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10492
10493 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10494 (Menu Bar): Fix when menu-bar-update-hook is called.
10495
10496 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10497
10498 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10499 and make it read better.
10500
10501 * files.texi (Writing to Files): Get rid of "Emacs 21".
10502 (Unique File Names): Likewise.
10503
10504 * elisp.texi: Update Emacs version to 22.
10505
10506 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10507 (Overlay Properties, Face Attributes): Likewise.
10508 (Managing Overlays): Fix punctuation.
10509 (Attribute Functions): Clarify set-face-font; get rid of
10510 info about old Emacs versions.
10511 (Auto Faces, Font Lookup, Display Property, Images):
10512 Get rid of "Emacs 21".
10513
10514 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10515
105162005-03-05 Richard M. Stallman <rms@gnu.org>
10517
10518 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10519
105202005-03-04 Lute Kamstra <lute@gnu.org>
10521
10522 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10523
105242005-03-03 Lute Kamstra <lute@gnu.org>
10525
10526 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10527
105282005-03-01 Lute Kamstra <lute@gnu.org>
10529
10530 * debugging.texi (Debugger Commands): Update `j'.
10531
105322005-02-28 Lute Kamstra <lute@gnu.org>
10533
10534 * debugging.texi (Debugging): Fix typo.
10535 (Error Debugging): Document eval-expression-debug-on-error.
10536 (Function Debugging): Update example.
10537 (Using Debugger): Mention starred stack frames.
10538 (Debugger Commands): Document `j' and `l'.
10539 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10540 Update the messages that the debugger displays.
10541 (Internals of Debugger): Add cross reference. Update example.
10542 (Excess Open): Minor improvement.
10543 (Excess Close): Minor improvement.
10544
105452005-02-26 Richard M. Stallman <rms@gnu.org>
10546
10547 * tips.texi (Coding Conventions): Clarify.
10548 Put all the major mode key reservations together.
10549 Mention the Mouse-1 => Mouse-2 conventions.
10550
10551 * syntax.texi (Syntax Class Table): Clarify.
10552 (Syntax Table Functions): syntax-after moved from here.
10553 (Syntax Table Internals): syntax-after moved to here.
10554 (Parsing Expressions): Update info on number of values
10555 and what's meaningful in the STATE argument.
10556 (Categories): Fix typo.
10557
10558 * sequences.texi (Arrays): Cleanup.
10559 (Char-Tables): Clarify.
10560
10561 * processes.texi (Deleting Processes): Cleanups, add xref.
10562 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10563 (Process Information): set-process-coding-system, some args optional.
10564 (Input to Processes): Explain various types for PROCESS args.
10565 Rename them from PROCESS-NAME to PROCESS.
10566 (Signals to Processes): Likewise.
10567 (Decoding Output): Cleanup.
10568 (Query Before Exit): Clarify.
10569
10570 * os.texi (Startup Summary): Correct the options; add missing ones.
10571 (Terminal Output, Batch Mode): Clarify.
10572 (Flow Control): Node deleted.
10573
10574 * markers.texi (The Mark): Clarify.
10575
10576 * macros.texi (Expansion): Cleanup.
10577 (Indenting Macros): indent-spec allows ints, not floats.
10578
10579 * keymaps.texi (Keymaps): Clarify.
10580 (Format of Keymaps): Update lisp-mode-map example.
10581 (Active Keymaps, Key Lookup): Clarify.
10582 (Changing Key Bindings): Add xref to `kbd'.
10583 (Key Binding Commands, Simple Menu Items): Clarify.
10584 (Mouse Menus, Menu Bar): Clarify.
10585 (Menu Example): Replace print example with menu-bar-replace-menu.
10586
10587 * help.texi (Documentation Basics): Add function-documentation prop.
10588
10589 * elisp.texi (Top): Don't refer to Flow Control node.
10590
10591 * commands.texi (Command Overview): Improve xrefs.
10592 (Adjusting Point): Adjusting point applies to intangible and invis.
10593 (Key Sequence Input): Doc extra read-key-sequence args.
10594 Likewise for read-key-sequence-vector.
10595
10596 * backups.texi (Rename or Copy): Minor fix.
10597 (Numbered Backups): For version-control, say the default.
10598 (Auto-Saving): make-auto-save-file-name example is simplified.
10599
10600 * advice.texi (Advising Functions): Don't imply one part of Emacs
10601 should advise another part. Markup changes.
10602 (Defining Advice): Move transitional para.
10603 (Activation of Advice): Cleanup.
10604 Explain if COMPILE is nil or negative.
10605
10606 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10607
106082005-02-24 Lute Kamstra <lute@gnu.org>
10609
10610 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10611 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10612
106132005-02-23 Lute Kamstra <lute@gnu.org>
10614
10615 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10616 to define global minor modes as well.
10617
10618 * display.texi (Managing Overlays): overlay-buffer returns nil for
10619 deleted overlays.
10620
106212005-02-22 Kim F. Storm <storm@cua.dk>
10622
10623 * minibuf.texi (Basic Completion): Allow symbols in addition to
10624 strings in try-completion and all-completions.
10625
106262005-02-14 Lute Kamstra <lute@gnu.org>
10627
10628 * elisp.texi (Top): Remove reference to deleted node.
10629
10630 * lists.texi (Lists): Remove reference to deleted node.
10631 (Cons Cells): Fix typo.
10632
10633 * loading.texi (Where Defined): Fix typo.
10634
106352005-02-14 Richard M. Stallman <rms@gnu.org>
10636
10637 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10638 is useful for discarding some minor modes.
10639
10640 * symbols.texi (Symbol Components): Reorder examples.
10641
10642 * streams.texi (Input Functions): State standard-input default.
10643 (Output Variables): State standard-output default.
10644
10645 * objects.texi (Printed Representation): Clarify read syntax vs print.
10646 (Floating Point Type): Explain meaning better.
10647 (Symbol Type): Explain uniqueness better.
10648 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10649 List examples sooner.
10650 (Box Diagrams): New subnode broken out.
10651 Some examples moved from old Lists as Boxes node.
10652 (Dotted Pair Notation): Clarify intro.
10653 (Array Type): Clarify.
10654 (Type Predicates): Add hash-table-p.
10655
10656 * numbers.texi (Integer Basics): Clarify radix explanation.
10657 (Predicates on Numbers): Minor clarification.
10658 (Comparison of Numbers): Minor clarification. Clarify eql.
10659 Typos in min, max.
10660 (Math Functions): Clarify overflow in expt.
10661
10662 * minibuf.texi (Text from Minibuffer): Minor clarification.
10663 Mention arrow keys.
10664
10665 * loading.texi (Autoload): defun's doc string overrides autoload's
10666 doc string.
10667 (Repeated Loading): Modernize "add to list" examples.
10668 (Where Defined): Finish updating table of load-history elts.
10669
10670 * lists.texi (List-related Predicates): Minor wording improvement.
10671 (Lists as Boxes): Node deleted.
10672 (Building Lists): Explain trivial cases of number-sequence.
10673
10674 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 10675 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
10676 (Hash Access): Any object can be a key.
10677 State value of maphash.
10678
10679 * functions.texi (What Is a Function): Wording cleanup.
10680 (Function Documentation): Minor cleanup.
10681 Explain purpose of calling convention at end of doc string.
10682 (Function Names): Wording cleanup.
10683 (Calling Functions): Wording cleanup.
10684 Explain better how funcall calls the function.
10685 (Function Cells): Delete example of saving and redefining function.
10686
10687 * control.texi (Combining Conditions): Wording cleanup.
10688 (Iteration): dolist and dotimes bind VAR locally.
10689 (Cleanups): Xref to Atomic Changes.
10690
10691 * compile.texi (Byte Compilation): Delete 19.29 info.
10692 (Compilation Functions): Macros' difficulties don't affect defsubst.
10693 (Docs and Compilation): Delete 19.29 info.
10694
106952005-02-10 Richard M. Stallman <rms@gnu.org>
10696
10697 * objects.texi (Symbol Type): Minor correction.
10698
106992005-02-06 Lute Kamstra <lute@gnu.org>
10700
10701 * modes.texi (Example Major Modes): Fix typos.
10702
107032005-02-06 Richard M. Stallman <rms@gnu.org>
10704
10705 * text.texi (Margins): fill-nobreak-predicate can be one function.
10706
10707 * strings.texi (Modifying Strings): clear-string can make unibyte.
10708 (Formatting Strings): format gives error if values missing.
10709
10710 * positions.texi (Character Motion): Mention default arg
10711 for forward-char. backward-char refers to forward-char.
10712 (Word Motion): Mention default arg for forward-word.
10713 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10714 Simplify end-of-buffer.
10715 (Text Lines): Mention default arg for forward-line.
10716 (List Motion): Mention default arg for beginning/end-of-defun.
10717 (Skipping Characters): Minor fixes in explaining character-set.
10718
10719 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10720 Mode inheritance applies only when default-major-mode is nil.
10721 Clarifications.
10722 (Example Major Modes): Update Text mode and Lisp mode examples.
10723 (Minor Mode Conventions): Mention define-minor-mode at top.
10724 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10725 (Mode Line Format): Update mode line face display info.
10726 (Properties in Mode): Mention effect of risky vars.
10727 (Imenu): Define imenu-add-to-menubar.
10728 (Font Lock Mode): Add descriptions to menu lines.
10729 (Faces for Font Lock): Add font-lock-doc-face.
10730
107312005-02-05 Lute Kamstra <lute@gnu.org>
10732
10733 * text.texi (Maintaining Undo): Remove obsolete function.
10734
107352005-02-05 Eli Zaretskii <eliz@gnu.org>
10736
10737 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 10738 color specifications. Improve indexing.
b8d4c8d0
GM
10739 (Text Terminal Colors): Replace the description of RGB values by
10740 an xref to "Color Names".
10741
107422005-02-03 Richard M. Stallman <rms@gnu.org>
10743
10744 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10745 Clarify.
10746 (Selecting Windows): Clarify save-selected-window.
10747 (Cyclic Window Ordering): Clarify walk-windows.
10748 (Window Point): Clarify.
10749 (Window Start): Add comment to example.
10750 (Resizing Windows): Add `interactive' specs in examples.
10751 Document fit-window-to-buffer.
10752
10753 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
10754 (Undo, Maintaining Undo): Clarify last change.
10755 (Sorting): In sort-numeric-fields, explain about octal and hex.
10756 Mention sort-numeric-base.
10757 (Format Properties): Add xref for hard newlines.
10758
10759 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
10760 (Pop-Up Menus): Fix typo.
10761 (Color Names): Explain all types of color names.
10762 Explain color-values on B&W terminal.
10763 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
10764
10765 * files.texi (File Locks): Not supported on MS systems.
10766 (Testing Accessibility): Clarify.
10767
10768 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
10769 (Coverage Testing): Fix typo.
10770
10771 * commands.texi (Misc Events): Remove stray space.
10772
10773 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
10774 (Modification Time): Clarify when visited-file-modtime returns 0.
10775 (The Buffer List): Clarify bury-buffer.
10776 (Killing Buffers): Clarify.
10777 (Indirect Buffers): Add clone-indirect-buffer.
10778
107792005-02-02 Matt Hodges <MPHodges@member.fsf.org>
10780
10781 * edebug.texi (Printing in Edebug): Fix default value of
10782 edebug-print-circle.
10783 (Coverage Testing): Fix displayed frequency count data.
10784
107852005-02-02 Luc Teirlinck <teirllm@auburn.edu>
10786
10787 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
10788
107892005-02-02 Kim F. Storm <storm@cua.dk>
10790
10791 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
10792
107932005-01-29 Eli Zaretskii <eliz@gnu.org>
10794
10795 * commands.texi (Misc Events): Describe the help-echo event.
10796
10797 * text.texi (Special Properties) <help-echo>: Use `pos'
10798 consistently in description of the help-echo property.
10799 Use @code{nil} instead of @var{nil}.
10800
10801 * display.texi (Overlay Properties): Fix the index entry for
10802 help-echo overlay property.
10803
10804 * customize.texi (Type Keywords): Uncomment the xref to the
10805 help-echo property documentation.
10806
108072005-01-23 Kim F. Storm <storm@cua.dk>
10808
10809 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
10810 return value. Third element FULLY replaced by PARTIAL which
10811 specifies number of invisible pixels if row is only partially visible.
10812 (Textual Scrolling): Mention auto-window-vscroll.
10813 (Vertical Scrolling): New defvar auto-window-vscroll.
10814
108152005-01-16 Luc Teirlinck <teirllm@auburn.edu>
10816
10817 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
10818 command remapping.
10819
108202005-01-15 Richard M. Stallman <rms@gnu.org>
10821
10822 * display.texi (Defining Images): Mention DATA-P arg of create-image.
10823
108242005-01-14 Kim F. Storm <storm@cua.dk>
10825
10826 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
10827
10828 * text.texi (Links and Mouse-1): Fix string and vector item.
10829
108302005-01-13 Richard M. Stallman <rms@gnu.org>
10831
10832 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
10833 descriptions of overriding-local-map and overriding-terminal-local-map.
10834
10835 * text.texi (Links and Mouse-1): Clarify text.
10836
108372005-01-13 Kim F. Storm <storm@cua.dk>
10838
10839 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
10840
108412005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
10842
10843 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
10844
108452005-01-12 Kim F. Storm <storm@cua.dk>
10846
10847 * text.texi (Links and Mouse-1): Rename section from Enabling
10848 Mouse-1 to Following Links. Change xrefs.
10849 Add examples for define-button-type and define-widget.
10850
10851 * display.texi (Button Properties, Button Buffer Commands):
10852 Clarify mouse-1 and follow-link functionality.
10853
108542005-01-12 Richard M. Stallman <rms@gnu.org>
10855
10856 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
10857
10858 * display.texi (Beeping): Fix Texinfo usage.
10859
10860 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
10861
108622005-01-11 Kim F. Storm <storm@cua.dk>
10863
10864 * display.texi (Button Properties, Button Buffer Commands):
10865 Mention mouse-1 binding. Add follow-link keyword.
10866
10867 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
10868 (Enabling Mouse-1 to Follow Links): New subsection.
10869
108702005-01-06 Richard M. Stallman <rms@gnu.org>
10871
10872 * text.texi (Special Properties): Minor change.
10873
10874 * os.texi (Timers): Clarify previous change.
10875
10876 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
10877
108782005-01-01 Luc Teirlinck <teirllm@auburn.edu>
10879
10880 * display.texi (Face Attributes): Correct xref to renamed node.
10881
108822005-01-01 Richard M. Stallman <rms@gnu.org>
10883
10884 * display.texi (Face Attributes): Describe hex color specs.
10885
108862004-12-31 Richard M. Stallman <rms@gnu.org>
10887
10888 * os.texi (Timers): Update previous change.
10889
108902004-12-30 Kim F. Storm <storm@cua.dk>
10891
10892 * display.texi (Line Height): Total line-height is now specified
10893 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
10894 in cons cells. (nil . RATIO) is relative to actual line height.
10895 Use line-height `t' instead of `0' to get minimum height.
10896
108972004-12-29 Richard M. Stallman <rms@gnu.org>
10898
10899 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
10900
109012004-12-28 Richard M. Stallman <rms@gnu.org>
10902
10903 * commands.texi (Quitting): Clarify value of with-local-quit.
10904
10905 * elisp.texi (Top): Fix previous change.
10906
10907 * loading.texi (Loading): Fix previous change.
10908
109092004-12-27 Richard M. Stallman <rms@gnu.org>
10910
10911 * Makefile.in (MAKEINFO): Specify --force.
10912
10913 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
10914
10915 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
10916
10917 * display.texi (Line Height): Further clarify.
10918
10919 * elisp.texi (Top): Update Loading submenu.
10920
10921 * loading.texi (Where Defined): New node.
10922 (Unloading): load-history moved to Where Defined.
10923
109242004-12-21 Richard M. Stallman <rms@gnu.org>
10925
10926 * commands.texi (Event Input Misc): Add while-no-input.
10927
109282004-12-11 Richard M. Stallman <rms@gnu.org>
10929
10930 * display.texi (Line Height): Rewrite text for clarity.
10931
109322004-12-11 Kim F. Storm <storm@cua.dk>
10933
10934 * display.texi (Display): Add node "Line Height" to menu.
10935 (Line Height): New node. Move full description of line-spacing
10936 and line-height text properties here from text.texi.
10937 (Scroll Bars): Add vertical-scroll-bar variable.
10938
10939 * frames.texi (Window Frame Parameters): Remove line-height defvar.
10940
10941 * locals.texi (Standard Buffer-Local Variables): Fix xref for
10942 line-spacing and vertical-scroll-bar.
10943
10944 * text.texi (Special Properties): Just mention line-spacing and
10945 line-height here, add xref to new "Line Height" node.
10946
109472004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
10948
10949 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
10950
10951 * locals.texi (Standard Buffer-Local Variables):
10952 Add @xref for `line-spacing'.
10953
109542004-12-05 Richard M. Stallman <rms@gnu.org>
10955
10956 * Makefile.in (maintainer-clean): Remove the info files
10957 in $(infodir) where they are created.
10958
109592004-12-03 Richard M. Stallman <rms@gnu.org>
10960
10961 * windows.texi (Selecting Windows): get-lru-window and
10962 get-largest-window don't consider dedicated windows.
10963
10964 * text.texi (Undo): Document undo-in-progress.
10965
109662004-11-26 Richard M. Stallman <rms@gnu.org>
10967
10968 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
10969 Remove a few vars that are not always buffer-local.
10970
109712004-11-24 Luc Teirlinck <teirllm@auburn.edu>
10972
10973 * locals.texi (Standard Buffer-Local Variables): Comment out
10974 xref's to non-existent node `Yet to be written'.
10975
109762004-11-24 Richard M. Stallman <rms@gnu.org>
10977
10978 * processes.texi (Synchronous Processes): Grammar fix.
10979
10980 * numbers.texi (Comparison of Numbers): Add eql.
10981
10982 * locals.texi (Standard Buffer-Local Variables): Add many vars.
10983
10984 * intro.texi (Printing Notation): Fix previous change.
10985
10986 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
10987 and default-indicate-buffer-boundaries from here.
10988 (Usual Display): To here.
10989 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
10990 (Usual Display): Move tab-width up.
10991
5dcb4c4e
SM
10992 * customize.texi (Variable Definitions):
10993 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
10994 (Simple Types, Composite Types, Defining New Types):
10995 Minor cleanups.
10996
109972004-11-21 Jesper Harder <harder@ifa.au.dk>
10998
10999 * processes.texi (Synchronous Processes, Output from Processes):
11000 Markup fix.
11001
110022004-11-20 Richard M. Stallman <rms@gnu.org>
11003
11004 * positions.texi (Skipping Characters): skip-chars-forward
11005 now handles char classes.
11006
11007 * intro.texi (Printing Notation): Avoid confusion of `print'
11008 when explaining @print.
11009
11010 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11011
11012 * display.texi (Display Table Format): Minor fix.
11013
11014 * streams.texi (Output Functions): Fix print example.
11015
11016 * Makefile.in (elisp): New target.
11017 (dist): Depend on $(infodir)/elisp, not elisp.
11018 Copy the info files from $(infodir).
11019
11020 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11021 read-from-minibuffer.
11022
11023 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11024
110252004-11-19 Richard M. Stallman <rms@gnu.org>
11026
11027 * searching.texi (Regexp Search): Add search-whitespace-regexp.
11028
110292004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
11030
11031 * tips.texi (Coding Conventions): Fix typo.
11032
110332004-11-16 Richard M. Stallman <rms@gnu.org>
11034
11035 * tips.texi (Coding Conventions): Separate defvar and require
11036 methods to avoid warnings. Use require only when there are many
11037 functions and variables from that package.
11038
11039 * minibuf.texi (Minibuffer Completion): When ignoring case,
11040 predicate must not be case-sensitive.
11041
11042 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11043 (Test Coverage): Don't talk about "splotches". Clarified.
11044
110452004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
11046
11047 * frames.texi (Window Frame Parameters): Fix typo.
11048
110492004-11-15 Kim F. Storm <storm@cua.dk>
11050
11051 * symbols.texi (Other Plists): Note that plist-get may signal error.
11052 Add safe-plist-get.
11053
110542004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11055
11056 * modes.texi (Font Lock Basics): Fix typo.
11057
110582004-11-08 Richard M. Stallman <rms@gnu.org>
11059
11060 * syntax.texi (Syntax Table Functions): Add syntax-after.
11061
110622004-11-06 Lars Brinkhoff <lars@nocrew.org>
11063
11064 * os.texi (Processor Run Time): New section documenting
11065 get-internal-run-time.
11066
110672004-11-06 Eli Zaretskii <eliz@gnu.org>
11068
11069 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11070 it nukes elisp-cover.texi.
11071 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11072 elisp-0 etc.
11073
110742004-11-05 Luc Teirlinck <teirllm@auburn.edu>
11075
11076 * commands.texi (Keyboard Macros): Document `append' return value
11077 of `defining-kbd-macro'.
11078
110792004-11-01 Richard M. Stallman <rms@gnu.org>
11080
11081 * commands.texi (Interactive Call): Add called-interactively-p.
11082
110832004-10-29 Simon Josefsson <jas@extundo.com>
11084
11085 * minibuf.texi (Reading a Password): Revert.
11086
110872004-10-28 Richard M. Stallman <rms@gnu.org>
11088
11089 * frames.texi (Display Feature Testing): Explain about "vendor".
11090
110912004-10-27 Richard M. Stallman <rms@gnu.org>
11092
11093 * commands.texi (Interactive Codes): `N' uses numeric prefix,
11094 not raw. Clarify `n'.
11095 (Interactive Call): Rewrite interactive-p, focusing on when
11096 and how to use it.
11097 (Misc Events): Clarify previous change.
11098
11099 * advice.texi (Simple Advice): Clarify what job the example does.
11100 (Around-Advice): Clarify ad-do-it.
11101 (Activation of Advice): An option of ad-default-compilation-action
11102 is `never', not `nil'.
11103
111042004-10-26 Kim F. Storm <storm@cua.dk>
11105
11106 * commands.texi (Interactive Codes): Add U code letter.
11107
111082004-10-25 Simon Josefsson <jas@extundo.com>
11109
11110 * minibuf.texi (Reading a Password): Add.
11111
111122004-10-24 Jason Rumney <jasonr@gnu.org>
11113
11114 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
11115 and wheel-down.
11116
111172004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11118
11119 * processes.texi (Synchronous Processes): Document process-file.
11120
111212004-10-22 Kenichi Handa <handa@m17n.org>
11122
11123 * text.texi (translate-region): Document that it accepts also a
11124 char-table.
11125
111262004-10-22 David Ponce <david@dponce.com>
11127
11128 * windows.texi (Resizing Windows): Document the `preserve-before'
11129 argument of the functions `enlarge-window' and `shrink-window'.
11130
111312004-10-19 Jason Rumney <jasonr@gnu.org>
11132
11133 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11134
111352004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11136
11137 * text.texi (Filling): Add anchor for definition of
11138 `sentence-end-double-space'.
11139
11140 * searching.texi (Regexp Example): Update description of how
11141 Emacs currently recognizes the end of a sentence.
11142 (Standard Regexps): Update definition of the variable
11143 `sentence-end'. Add definition of the function `sentence-end'.
11144
111452004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11146
11147 * display.texi (Progress): New node.
11148
111492004-10-05 Kim F. Storm <storm@cua.dk>
11150
11151 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11152
111532004-09-29 Kim F. Storm <storm@cua.dk>
11154
11155 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11156 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11157 fringe bitmap symbols, as they now have their own namespace.
11158 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11159 vs. pixels. Signal error if no free bitmap slots.
11160 (Pixel Specification): Change IMAGE to @var{image}.
11161
111622004-09-28 Richard M. Stallman <rms@gnu.org>
11163
11164 * text.texi (Special Properties): Clarify line-spacing and line-height.
11165
11166 * searching.texi (Regexp Search): Add looking-back.
11167
111682004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11169
11170 * display.texi: Correct typos.
11171 (Image Descriptors): Correct xref's.
11172
111732004-09-25 Richard M. Stallman <rms@gnu.org>
11174
11175 * text.texi (Special Properties): Cleanups in `cursor'.
11176 Rewrites in `line-height' and `line-spacing'; exchange them.
11177
11178 * display.texi (Fringes): Rewrite previous change.
11179 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11180 (Display Fringe Bitmaps): Node deleted, text moved.
11181 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11182 (Scroll Bars): Clarify set-window-scroll-bars.
11183 (Pointer Shape): Rewrite.
11184 (Specified Space): Clarify :align-to, etc.
11185 (Pixel Specification): Use @var. Clarify new text.
11186 (Other Display Specs): Clarify `slice'.
11187 (Image Descriptors): Cleanups.
11188 (Showing Images): Cleanups.
11189
111902004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11191
11192 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11193
11194 * modes.texi: Various minor changes in addition to:
11195 (Major Mode Conventions): Final call to `run-mode-hooks' should
11196 not be inside the `delay-mode-hooks' form.
11197 (Mode Hooks): New node.
11198 (Hooks): Delete obsolete example.
11199 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11200 node "Mode Hooks".
11201
112022004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11203
11204 * display.texi: Correct various typos.
11205 (Display): Rename node "Pointer Shapes" to "Pointer
11206 Shape". (There is already a node called "Pointer Shapes" in
11207 frames.texi.)
11208 (Images): Remove non-existent node "Image Slices" from menu.
11209
112102004-09-23 Kim F. Storm <storm@cua.dk>
11211
11212 * text.texi (Special Properties): Add `cursor', `pointer',
11213 `line-height', and `line-spacing' properties.
11214
11215 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11216 Shapes' to menu.
11217 (Standard Faces): Doc fix for fringe face.
11218 (Fringes): Add `overflow-newline-into-fringe' and
11219 'indicate-buffer-boundaries'.
11220 (Fringe Bitmaps, Pointer Shapes): New nodes.
11221 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11222 Bitmaps' to menu.
11223 (Specified Space): Describe pixel width and height.
11224 (Pixel Specification): New node.
11225 (Other Display Specs): Add `slice' property.
11226 (Display Fringe Bitmaps): New node.
11227 (Images): Add 'Image Slices' to menu.
11228 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
11229 (Showing Images): Add slice arg to `insert-image'.
11230 Add 'insert-sliced-image'.
b8d4c8d0
GM
11231
112322004-09-20 Richard M. Stallman <rms@gnu.org>
11233
11234 * commands.texi (Key Sequence Input):
11235 Clarify downcasing in read-key-sequence.
11236
112372004-09-08 Juri Linkov <juri@jurta.org>
11238
11239 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11240
112412004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11242
5dcb4c4e
SM
11243 * locals.texi (Standard Buffer-Local Variables):
11244 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
11245 * internals.texi (Buffer Internals): Describe new
11246 auto_save_file_format field of the buffer structure.
11247 * files.texi (Format Conversion): `auto-save-file-format' has been
11248 renamed `buffer-auto-save-file-format'.
11249
112502004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11251
11252 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11253 an integer or a marker.
11254 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11255
112562004-08-22 Richard M. Stallman <rms@gnu.org>
11257
11258 * modes.texi (Major Mode Conventions): Discuss rebinding of
11259 standard key bindings.
11260
112612004-08-18 Kim F. Storm <storm@cua.dk>
11262
11263 * processes.texi (Accepting Output): Add `just-this-one' arg to
11264 `accept-process-output'.
11265 (Output from Processes): New var `process-adaptive-read-buffering'.
11266
112672004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11268
11269 * keymaps.texi: Various changes in addition to:
11270 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11271 Give more varied examples for `kbd'.
11272 (Creating Keymaps): Char tables have slots for all characters
11273 without modifiers.
11274 (Active Keymaps): `overriding-local-map' and
11275 `overriding-terminal-local-map' also override text property and
11276 overlay keymaps.
11277 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11278 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11279 to denote a prefix of no events.
11280 `map-keymap' includes parent's bindings _recursively_.
11281 Clarify and correct description of `where-is-internal'.
11282 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11283 (Menu Example): For menus intended for use with the keyboard, the
11284 menu items should be bound to characters or real function keys.
11285
112862004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11287
11288 * objects.texi (Character Type): Reposition `@anchor' to prevent
11289 double space inside sentence in Info.
11290
11291 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11292 renamed to `disabled-command-function'.
11293 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11294 (Command Loop Info): Replace reference to it.
11295 (Disabling Commands): `disabled-command-hook' has been renamed to
11296 `disabled-command-function'.
11297
112982004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11299
11300 * os.texi (Translating Input): Only non-prefix bindings in
11301 `key-translation-map' override actual key bindings. Warn about
11302 possible indirect effect of actual key bindings on non-prefix
11303 bindings in `key-translation-map'.
11304
113052004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11306
11307 * minibuf.texi (High-Level Completion): Add anchor for definition
11308 of `read-variable'.
11309
11310 * commands.texi: Various changes in addition to:
11311 (Using Interactive): Clarify description of `interactive-form'.
11312 (Interactive Call): Mention default for KEYS argument to
11313 `call-interactively'.
11314 (Command Loop Info): Clarify description of `this-command-keys'.
11315 Mention KEEP-RECORD argument to `clear-this-command-keys'.
11316 Value of `last-event-frame' can be `macro'.
11317 (Repeat Events): `double-click-fuzz' is also used to distinguish
11318 clicks and drags.
11319 (Classifying Events): Clarify descriptions of `event-modifiers'
11320 `event-basic-type' and `event-convert-list'.
11321 (Accessing Events): `posn-timestamp' takes POSITION argument.
11322 (Quoted Character Input): Clarify description of
11323 `read-quoted-char' and fix example.
11324 (Quitting): Add `with-local-quit'.
11325 (Disabling Commands): Correct and clarify descriptions of
11326 `enable-command' and `disable-command'.
11327 Mention what happens if `disabled-command-hook' is nil.
11328 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11329 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11330
113312004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11332
11333 * frames.texi: Various changes in addition to:
11334 (Creating Frames): Expand and clarify description of `make-frame'.
11335 (Window Frame Parameters): Either none or both of the `icon-left'
11336 and `icon-top' parameters must be specified. Put descriptions of
11337 `menu-bar-lines' and `toolbar-lines' closer together and change
11338 them accordingly.
11339 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11340 except while processing `frame-title-format' or `icon-title-format'.
11341 (Deleting Frames): Correct description of `delete-frame'.
11342 Non-nil return values of `frame-live-p' are like those of `framep'.
11343 (Frames and Windows): Mention return value of
11344 `set-frame-selected-window'.
11345 (Visibility of Frames): Mention `force' argument to
11346 `make-frame-invisible'. `frame-visible-p' returns t for all
11347 frames on text-only terminals.
11348 (Frame Configurations): Restoring a frame configuration does not
11349 restore deleted frames.
11350 (Window System Selections): `x-set-selection' returns DATA.
11351 (Resources): Add example.
11352 (Display Feature Testing): Clarify descriptions of
11353 `display-pixel-height', `display-pixel-width', `x-server-version'
11354 and `x-server-vendor'.
11355
11356 * windows.texi (Choosing Window): Add anchor.
11357 * minibuf.texi (Minibuffer Misc): Add anchor.
11358
113592004-07-23 John Paul Wallington <jpw@gnu.org>
11360
11361 * macros.texi (Defining Macros): Declaration keyword for setting
11362 Edebug spec is `debug' not `edebug'.
11363
113642004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11365
11366 * windows.texi: Various small changes in addition to:
11367 (Window Point): Mention return value of `set-window-point'.
11368 (Window Start): `pos-visible-in-window-p' disregards horizontal
11369 scrolling. Explain return value if PARTIALLY is non-nil.
11370 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11371 and `set-window-vscroll'.
11372 (Size of Window): The argument WINDOW to `window-inside-edges',
11373 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11374 (Resizing Windows): Explain return value of
11375 `shrink-window-if-larger-than-buffer'.
11376 `window-size-fixed' automatically becomes buffer local when set.
11377 (Window Configurations): Explain return value of
11378 `set-window-configuration'.
11379
11380 * minibuf.texi (Minibuffer Misc): Add anchor for
11381 `minibuffer-scroll-window'.
11382
11383 * positions.texi (Text Lines): Add anchor for `count-lines'.
11384
113852004-07-17 Richard M. Stallman <rms@gnu.org>
11386
11387 * display.texi (Overlay Properties): Adding `evaporate' prop
11388 deletes empty overlay immediately.
11389
11390 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11391 fix example.
11392
113932004-07-16 Jim Blandy <jimb@redhat.com>
11394
11395 * searching.texi (Regexp Backslash): Document new \_< and \_>
11396 operators.
11397
113982004-07-16 Juanma Barranquero <lektu@terra.es>
11399
11400 * display.texi (Images): Fix Texinfo usage.
11401
114022004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11403
11404 * buffers.texi (Modification Time): `visited-file-modtime' now
11405 returns a list of two integers, instead of a cons.
11406
114072004-07-13 Luc Teirlinck <teirllm@auburn.edu>
11408
11409 * windows.texi: Various changes in addition to:
11410 (Splitting Windows): Add `split-window-keep-point'.
11411
114122004-07-09 Richard M. Stallman <rms@gnu.org>
11413
11414 * frames.texi (Input Focus): Minor fix.
11415
114162004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11417
11418 * frames.texi (Input Focus): Clarify descriptions of
11419 `select-frame-set-input-focus' and `select-frame'.
11420
114212004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11422
11423 * os.texi: Various small changes in addition to:
11424 (Killing Emacs): Expand and clarify description of
11425 `kill-emacs-query-functions' and `kill-emacs-hook'.
11426 (System Environment): Expand and clarify description of `getenv'
11427 and `setenv'.
11428 (Timers): Clarify description of `run-at-time'.
11429 (Translating Input): Correct description of
11430 `extra-keyboard-modifiers'.
11431 (Flow Control): Correct description of `enable-flow-control'.
11432
114332004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11434
11435 * os.texi: Update copyright.
11436 (Session Management): Grammar fix.
11437 Clarify which Emacs does the restarting.
11438 Use @samp for *scratch* buffer.
11439
114402004-07-04 Alan Mackenzie <acm@muc.de>
11441
11442 * frames.texi (Input Focus): Add documentation for
11443 `select-frame-set-input-focus'. Replace refs to non-existent
11444 `switch-frame' with `select-frame'. Minor corrections and tidying
11445 up of text-only terminal stuff.
11446
114472004-07-02 Richard M. Stallman <rms@gnu.org>
11448
11449 * files.texi (Saving Buffers): Cleanup write-contents-function.
11450 (Magic File Names): Cleanup file-remote-p.
11451
b344d29d 114522004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
11453
11454 * files.texi (Magic File Names): `file-remote-p' returns an
11455 identifier of the remote system, not just t.
11456
114572004-07-02 David Kastrup <dak@gnu.org>
11458
11459 * searching.texi (Entire Match Data): Add explanation about new
11460 match-data behavior when @var{integers} is non-nil.
11461
114622004-06-24 Richard M. Stallman <rms@gnu.org>
11463
11464 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11465
11466 * customize.texi (Variable Definitions): Note about doc strings
11467 and :set.
11468
11469 * keymaps.texi (Keymap Terminology): Document `kbd'.
11470 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11471
11472 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11473 makes it buffer-local.
11474
11475 * files.texi (Saving Buffers): Correct previous change.
11476
11477 * commands.texi (Accessing Events):
11478 Clarify posn-col-row and posn-actual-col-row.
11479
114802004-06-24 David Ponce <david.ponce@wanadoo.fr>
11481
11482 * commands.texi (Accessing Events): New functions
11483 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11484
114852004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11486
11487 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11488 * frames.texi, buffers.texi, backups.texi, variables.texi:
11489 * loading.texi, eval.texi, functions.texi, control.texi:
11490 * symbols.texi, minibuf.texi: Reposition @anchor's.
11491
11492 * help.texi: Various small changes in addition to the following.
11493 (Describing Characters): Describe PREFIX argument to
11494 `key-description'. Correct and clarify definition of
11495 `text-char-description'. Describe NEED-VECTOR argument to
11496 `read-kbd-macro'.
11497 (Help Functions): Clarify definition of `apropos'.
11498
114992004-06-23 Lars Hansen <larsh@math.ku.dk>
11500
11501 * files.texi (Saving Buffers): Correct description of
11502 `write-contents-functions'.
11503
115042004-06-21 Juanma Barranquero <lektu@terra.es>
11505
11506 * display.texi (Images): Remove redundant @vindex directives.
11507 Rewrite `image-library-alist' doc in active voice.
11508
115092004-06-14 Juanma Barranquero <lektu@terra.es>
11510
11511 * display.texi (Images): Document new delayed library loading,
11512 variable `image-library-alist' and (existing but undocumented)
11513 function `image-type-available-p'.
11514
115152004-06-05 Richard M. Stallman <rms@gnu.org>
11516
11517 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11518 refer the user to the Initial Input node.
11519 (Text from Minibuffer): Likewise.
11520 (Initial Input): New node. Document this feature
11521 and say it is mostly deprecated.
11522
115232004-05-30 Richard M. Stallman <rms@gnu.org>
11524
11525 * loading.texi (Named Features): Clarify return value
11526 and meaning of NOERROR.
11527
11528 * variables.texi (File Local Variables): Minor cleanup.
11529
115302004-05-30 Michael Albinus <michael.albinus@gmx.de>
11531
11532 * files.texi (Magic File Names): Add `file-remote-p' as operation
11533 of file name handlers.
11534
115352004-05-29 Richard M. Stallman <rms@gnu.org>
11536
11537 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11538 as arg to a minor mode command.
11539
115402004-05-22 Richard M. Stallman <rms@gnu.org>
11541
11542 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11543
11544 * streams.texi (Output Variables): Doc float-output-format.
11545
11546 * searching.texi (Regexp Special): Nested repetition can be infloop.
11547
11548 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11549 real stack overflow.
11550
11551 * compile.texi: Minor cleanups.
11552
115532004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11554
11555 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11556 circular lists.
11557 (List Elements): Explain handling of circular and dotted lists.
11558
115592004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11560
11561 * modes.texi (Search-based Fontification): Fix typo.
11562
115632004-05-10 Juanma Barranquero <lektu@terra.es>
11564
11565 * modes.texi (Mode Line Variables): Fix description of
11566 global-mode-string, which is now after which-func-mode, not the
11567 buffer name.
11568
115692004-05-07 Lars Hansen <larsh@math.ku.dk>
11570
11571 * modes.texi (Desktop Save Mode): Add.
11572 (Modes): Add menu entry Desktop Save Mode.
11573
11574 * hooks.texi: Add desktop-after-read-hook,
11575 desktop-no-desktop-file-hook and desktop-save-hook.
11576
11577 * locals.texi: Add desktop-save-buffer.
11578
115792004-04-30 Jesper Harder <harder@ifa.au.dk>
11580
11581 * display.texi: emacs -> Emacs.
11582
115832004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11584
11585 * files.texi (Changing Files): Document set-file-times.
11586
115872004-04-23 Juanma Barranquero <lektu@terra.es>
11588
11589 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11590
115912004-04-18 Jesper Harder <harder@ifa.au.dk>
11592
11593 * tips.texi (Coding Conventions): defopt -> defcustom.
11594
115952004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11596
11597 * sequences.texi: Various clarifications.
11598
115992004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11600
11601 * buffers.texi (Read Only Buffers): Mention optional ARG to
11602 `toggle-read-only'.
11603
116042004-04-14 Nick Roberts <nick@nick.uklinux.net>
11605
11606 * windows.texi (Selecting Windows): Note that get-lru-window
11607 returns a full-width window if possible.
11608
116092004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11610
11611 * buffers.texi: Various changes in addition to:
11612 (Buffer File Name): Add `find-buffer-visiting'.
11613 (Buffer Modification): Mention optional ARG to `not-modified'.
11614 (Indirect Buffers): Mention optional CLONE argument to
11615 `make-indirect-buffer'.
11616
11617 * files.texi: Various changes in addition to:
11618 (Visiting Functions): `find-file-hook' is now a normal hook.
11619 (File Name Expansion): Explain difference between the way that
11620 `expand-file-name' and `file-truename' treat `..'.
11621 (Contents of Directories): Mention optional ID-FORMAT argument to
11622 `directory-files-and-attributes'.
11623 (Format Conversion): Mention new optional CONFIRM argument to
11624 `format-write-file'.
11625
116262004-04-12 Miles Bader <miles@gnu.org>
11627
11628 * macros.texi (Expansion): Add description of `macroexpand-all'.
11629
116302004-04-05 Jesper Harder <harder@ifa.au.dk>
11631
5dcb4c4e
SM
11632 * variables.texi (Variable Aliases):
11633 Mention cyclic-variable-indirection.
b8d4c8d0
GM
11634
11635 * errors.texi (Standard Errors): Ditto.
11636
116372004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11638
11639 * backups.texi: Various small changes in addition to:
11640 (Making Backups): Mention return value of `backup-buffer'.
11641 (Auto-Saving): Mention optional FORCE argument to
11642 `delete-auto-save-file-if-necessary'.
11643 (Reverting): Mention optional PRESERVE-MODES argument to
11644 `revert-buffer'. Correct description of `revert-buffer-function'.
11645
116462004-03-22 Juri Linkov <juri@jurta.org>
11647
11648 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11649 with `Vector Functions'.
11650
11651 * text.texi (Sorting): Add missing quote.
11652
116532004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11654
11655 * intro.texi (Lisp History): Replace xref to `cl' manual with
11656 inforef.
11657
116582004-03-12 Richard M. Stallman <rms@gnu.org>
11659
11660 * intro.texi (Version Info): Add arg to emacs-version.
11661 (Lisp History): Change xref to CL manual.
11662
116632004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11664
11665 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11666 for Partial Completion mode.
11667
116682004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11669
11670 * customize.texi: Fix typo. Remove eol whitespace.
11671
116722004-03-04 Richard M. Stallman <rms@gnu.org>
11673
11674 * processes.texi: Fix typos.
11675
11676 * lists.texi (Building Lists): Minor clarification.
11677
11678 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11679 in make-hash-table.
11680
116812004-02-29 Juanma Barranquero <lektu@terra.es>
11682
11683 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11684 rm, and ignore exit code.
11685
116862004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11687
11688 * display.texi (Defining Faces): Add description for min-colors.
11689 Update example.
11690
116912004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11692
11693 * abbrevs.texi: Various corrections and clarifications in addition
11694 to the following:
11695 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11696
116972004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11698
11699 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11700
117012004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11702
11703 * text.texi: Various small changes in addition to the following:
11704 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11705 to delete-horizontal-space.
11706 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11707 description of yank-handler text property at various places.
11708
11709 * frames.texi (Window System Selections): Add anchor.
11710
11711 * syntax.texi (Syntax Table Functions): Clarify and correct
11712 descriptions of make-syntax-table and copy-syntax-table.
11713 (Motion and Syntax): Clarify SYNTAXES argument to
11714 skip-syntax-forward.
11715 (Parsing Expressions): Mention that the return value of
11716 parse-partial-sexp is currently a list of ten rather than nine
11717 elements.
11718 (Categories): Various corrections and clarifications.
11719
117202004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11721
11722 * markers.texi (Marker Insertion Types): Minor change.
11723
11724 * locals.texi (Standard Buffer-Local Variables):
11725 * commands.texi (Interactive Codes, Using Interactive):
11726 * functions.texi (Related Topics): Fix xrefs.
11727
117282004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11729
11730 * lists.texi (Sets And Lists): Update description of delete-dups.
11731
117322004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11733
11734 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11735
c8763fb6 117362004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
11737
11738 * frames.texi (Parameter Access): frame-parameters arg is optional.
11739 modify-frame-parameters handles nil for FRAME.
11740 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11741 are all-or-nothing for certain toolkits.
11742 Mention parameter wait-for-wm.
11743 (Frames and Windows): In frame-first-window and frame-selected-window
11744 the arg is optional.
11745 (Input Focus): In redirect-frame-focus the second arg is optional.
11746 (Window System Selections): Mention selection type CLIPBOARD.
11747 Mention data-type UTF8_STRING.
11748 Mention numbering of cut buffers.
11749 (Resources): Describe x-resource-name.
11750
117512004-02-16 Richard M. Stallman <rms@gnu.org>
11752
11753 * windows.texi (Buffers and Windows): Delete false table
11754 about all-frames.
11755
11756 * syntax.texi (Parsing Expressions): Delete old caveat
11757 about parse-sexp-ignore-comments.
11758
11759 * streams.texi (Output Variables): Add print-quoted.
11760
11761 * lists.texi (Building Lists): Minor cleanup.
11762
11763 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
11764
11765 * display.texi (Overlays): Explain overlays use markers.
11766 (Managing Overlays): Explain front-advance and rear-advance
11767 in more detail.
11768
11769 * loading.texi (Unloading): Document unload-feature-special-hooks.
11770 Get rid of fns-NNN.el file.
11771
117722004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11773
11774 * help.texi (Describing Characters): Fix text-char-description
11775 example output.
11776
11777 * edebug.texi (Using Edebug): Fix example.
11778
11779 * debugging.texi (Internals of Debugger): Fix return value.
11780
11781 * files.texi (Changing Files): Fix argname.
11782
11783 * calendar.texi: Fix parens, and default values.
11784
11785 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
11786 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 11787 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
11788
11789 * positions.texi (Text Lines): Don't add -1 in current-line.
11790
117912004-02-16 Richard M. Stallman <rms@gnu.org>
11792
11793 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
11794
117952004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11796
11797 * processes.texi (Low-Level Network): Fix a typo.
11798
117992004-02-12 Kim F. Storm <storm@cua.dk>
11800
11801 * display.texi (Fringes): Use consistent wording.
11802 Note that window-fringe's window arg is optional.
11803 (Scroll Bars): Use consistent wording.
11804
118052004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11806
11807 * tips.texi (Comment Tips): Document the new conventions for
11808 commenting out code.
11809
c8763fb6 118102004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 11811
5dcb4c4e 11812 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
11813
118142004-02-07 Kim F. Storm <storm@cua.dk>
11815
11816 * positions.texi (Text Lines): Add line-number-at-pos.
11817
118182004-02-06 John Paul Wallington <jpw@gnu.org>
11819
11820 * display.texi (Button Properties, Button Buffer Commands):
11821 mouse-2 invokes button, not down-mouse-1.
11822
118232004-02-04 Jason Rumney <jasonr@gnu.org>
11824
11825 * makefile.w32-in: Sync with Makefile.in changes.
11826
118272004-02-03 Luc Teirlinck <teirllm@auburn.edu>
11828
11829 * minibuf.texi (Text from Minibuffer): Various corrections and
11830 clarifications.
11831 (Object from Minibuffer): Correct Lisp description of
11832 read-minibuffer.
11833 (Minibuffer History): Clarify description of cons values for
11834 HISTORY arguments.
5dcb4c4e
SM
11835 (Basic Completion): Various corrections and clarifications.
11836 Add completion-regexp-list.
b8d4c8d0
GM
11837 (Minibuffer Completion): Correct and clarify description of
11838 completing-read.
5dcb4c4e
SM
11839 (Completion Commands): Mention Partial Completion mode.
11840 Various other minor changes.
b8d4c8d0
GM
11841 (High-Level Completion): Various corrections and clarifications.
11842 (Reading File Names): Ditto.
11843 (Minibuffer Misc): Ditto.
11844
118452004-01-26 Luc Teirlinck <teirllm@auburn.edu>
11846
11847 * strings.texi (Text Comparison): assoc-string also matches
11848 elements of alists that are strings instead of conses.
11849 (Formatting Strings): Standardize Texinfo usage. Update index
11850 entries.
11851
118522004-01-20 Luc Teirlinck <teirllm@auburn.edu>
11853
11854 * lists.texi (Sets And Lists): Add delete-dups.
11855
118562004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11857
11858 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
11859 special form.
11860 * macros.texi (Defining Macros): Update description of `declare',
11861 which now is a macro.
11862 (Wrong Time): Fix typos.
11863
118642004-01-14 Luc Teirlinck <teirllm@auburn.edu>
11865
11866 * compile.texi (Compilation Functions): Expand descriptions of
11867 `compile-defun', `byte-compile-file', `byte-recompile-directory'
11868 and `batch-byte-compile'. In particular, mention and describe
11869 all optional arguments.
11870 (Disassembly): Correct and clarify the description of `disassemble'.
11871
118722004-01-11 Luc Teirlinck <teirllm@auburn.edu>
11873
11874 * searching.texi: Various small changes in addition to the
11875 following.
11876 (Regexp Example): Adapt to new value of `sentence-end'.
11877 (Regexp Functions): The PAREN argument to `regexp-opt' can be
11878 `words'.
11879 (Search and Replace): Add usage note for `perform-replace'.
11880 (Entire Match Data): Mention INTEGERS and REUSE arguments to
11881 `match-data'.
11882 (Standard Regexps): Update for new values of `paragraph-start'
11883 and `sentence-end'.
11884
118852004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11886
11887 * files.texi (Saving Buffers): Clarify descriptions of
11888 `write-contents-functions' and `before-save-hook'.
11889 Make the defvar's for `before-save-hook' and `after-save-hook'
11890 into defopt's.
11891
118922004-01-07 Kim F. Storm <storm@cua.dk>
11893
11894 * commands.texi (Click Events): Describe new image and
11895 width/height elements of click events.
11896 (Accessing Events): Add posn-string, posn-image, and
11897 posn-object-width-height. Change posn-object to return either
11898 image or string object.
11899
119002004-01-01 Simon Josefsson <jas@extundo.com>
11901
11902 * hooks.texi (Standard Hooks): Add before-save-hook.
11903 * files.texi (Saving Buffers): Likewise.
11904
119052004-01-03 Richard M. Stallman <rms@gnu.org>
11906
11907 * frames.texi (Frames and Windows): Delete frame-root-window.
11908
119092004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11910
11911 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
11912
11913 * functions.texi: Various small changes in addition to the
11914 following.
5dcb4c4e
SM
11915 (What Is a Function): `functionp' returns nil for macros.
11916 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
11917 (Function Documentation): Add `\' in front of (fn @var{arglist})
11918 and explain why.
11919 (Defining Functions): Mention DOCSTRING argument to `defalias'.
11920 Add anchor.
11921 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
11922
119232004-01-01 Miles Bader <miles@gnu.org>
11924
11925 * display.texi (Buttons): New section.
11926
119272003-12-31 Andreas Schwab <schwab@suse.de>
11928
11929 * numbers.texi (Math Functions): sqrt reports a domain-error
11930 error.
11931 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
11932
119332003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11934
11935 * tips.texi (Documentation Tips): Update item on hyperlinks in
11936 documentation strings.
11937
11938 * errors.texi (Standard Errors): Various small corrections and
11939 additions.
11940
11941 * control.texi: Various small changes in addition to the
11942 following.
11943 (Signaling Errors): Provide some more details on how `signal'
11944 constructs the error message. Add anchor to the definition of
11945 `signal'.
11946 (Error Symbols): Describe special treatment of `quit'.
11947 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
11948 to emphasize that it has to be a single form.
11949
11950 * buffers.texi: Add anchor.
11951
119522003-12-29 Richard M. Stallman <rms@gnu.org>
11953
11954 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
11955 (Window Configurations): Add window-configuration-frame.
11956
11957 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
11958
11959 * text.texi (Examining Properties): Add get-char-property-and-overlay.
11960 Change arg name in get-char-property.
11961 (Special Properties): Update handling of keymap property.
11962
11963 * strings.texi (Modifying Strings): Add clear-string.
11964 (Text Comparison): Add assoc-string and remove
11965 assoc-ignore-case, assoc-ignore-representation.
11966
11967 * os.texi (Time of Day): Add set-time-zone-rule.
11968
11969 * numbers.texi (Math Functions): asin, acos, log, log10
11970 report domain-error errors.
11971
11972 * nonascii.texi (Converting Representations):
11973 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
11974 (Encoding and I/O): Add file-name-coding-system.
11975
11976 * modes.texi (Search-based Fontification): Explain that
11977 face specs are symbols with face names as values.
11978
11979 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
11980
11981 * lists.texi (Building Lists): remq moved elsewhere.
11982 (Sets And Lists): remq moved here.
11983 (Association Lists): Refer to assoc-string.
11984
11985 * internals.texi (Garbage Collection): Add memory-use-counts.
11986
11987 * frames.texi (Frames and Windows): Add set-frame-selected-window
11988 and frame-root-window.
11989
11990 * files.texi (Contents of Directories):
11991 Add directory-files-and-attributes.
11992
11993 * display.texi (Refresh Screen): Add force-window-update.
11994 (Invisible Text): Explain about moving point out of invis text.
11995 (Overlay Properties): Add overlay-properties.
11996 (Managing Overlays): Add overlayp.
11997 (GIF Images): Invalid image number displays a hollow box.
11998
11999 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12000 (Killing Buffers): Add buffer-live-p.
12001
120022003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12003
12004 * display.texi (Fringes): Fix typo "set-buffer-window".
12005
120062003-12-24 Luc Teirlinck <teirllm@auburn.edu>
12007
12008 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12009 * nonascii.texi, processes.texi, tips.texi, variables.texi:
12010 Add or change various xrefs and anchors.
12011
12012 * commands.texi: Replace all occurrences of @acronym{CAR} with
12013 @sc{car}, for consistency with the rest of the Elisp manual.
12014 `car' and `cdr' are historically acronyms, but are no longer
12015 widely thought of as such.
12016
12017 * internals.texi (Pure Storage): Mention that `purecopy' does not
12018 copy text properties.
12019 (Object Internals): Now 29 bits are used (in most implementations)
12020 to address Lisp objects.
12021
12022 * variables.texi (Variables with Restricted Values): New node.
12023
12024 * objects.texi (Lisp Data Types): Mention that certain variables
12025 can only take on a restricted set of values and add an xref to
12026 the new node "Variables with Restricted Values".
12027
12028 * eval.texi (Function Indirection): Describe the errors that
12029 `indirect-function' can signal.
12030 (Eval): Clarify the descriptions of `eval-region' and `values'.
12031 Describe `eval-buffer' instead of `eval-current-buffer' and
12032 mention `eval-current-buffer' as an alias for `current-buffer'.
12033 Correct the description and mention all optional arguments.
12034
12035 * nonascii.texi: Various small changes in addition to the
12036 following.
12037 (Converting Representations): Clarify behavior of
12038 `string-make-multibyte' and `string-to-multibyte' for unibyte all
12039 ASCII arguments.
12040 (Character Sets): Document the variable `charset-list' and adapt
12041 the definition of the function `charset-list' accordingly.
12042 (Translation of Characters): Clarify use of generic characters in
12043 `make-translation-table'. Clarify and correct the description of
12044 the use of translation tables in encoding and decoding.
12045 (User-Chosen Coding Systems): Correct and clarify the description
12046 of `select-safe-coding-system'.
12047 (Default Coding Systems): Clarify description of
12048 `file-coding-system-alist'.
12049
120502003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12051
12052 * strings.texi (Text Comparison): Correctly describe when two
12053 strings are `equal'. Combine and clarify descriptions of
12054 `assoc-ignore-case' and `assoc-ignore-representation'.
12055
12056 * objects.texi (Non-ASCII in Strings): Clarify description of
12057 when a string is unibyte or multibyte.
12058 (Bool-Vector Type): Update examples.
12059 (Equality Predicates): Correctly describe when two strings are
12060 `equal'.
12061
120622003-11-29 Luc Teirlinck <teirllm@auburn.edu>
12063
12064 * lists.texi (Building Lists): `append' no longer accepts integer
12065 arguments. Update the description of `number-sequence' to reflect
12066 recent changes.
12067 (Sets And Lists): Describe `member-ignore-case' after `member'.
12068
120692003-11-27 Kim F. Storm <storm@cua.dk>
12070
12071 * commands.texi (Click Events): Click object may be an images.
12072 Describe (dx . dy) element of click positions.
12073 (Accessing Events): Remove duplicate posn-timestamp.
12074 New functions posn-object and posn-object-x-y.
12075
120762003-11-23 Kim F. Storm <storm@cua.dk>
12077
12078 * commands.texi (Click Events): Describe enhancements to event
12079 position lists, including new text-pos and (col . row) items.
12080 Mention left-fringe and right-fringe area events.
12081 (Accessing Events): New functions posn-area and
12082 posn-actual-col-row. Mention posn-timestamp. Mention that
12083 posn-point in non-text area still returns buffer position.
12084 Clarify posn-col-row.
12085
120862003-11-21 Lars Hansen <larsh@math.ku.dk>
12087
12088 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12089 * anti.texi (File Attributes): Describe removed parameter
12090 ID-FORMAT.
12091
120922003-11-20 Luc Teirlinck <teirllm@auburn.edu>
12093
12094 * positions.texi (Positions): Mention that, if a marker is used as
12095 a position, its buffer is ignored.
12096
12097 * markers.texi (Overview of Markers): Mention it here too.
12098
120992003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12100
12101 * numbers.texi (Numeric Conversions): Not just `floor', but also
12102 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12103
121042003-11-10 Luc Teirlinck <teirllm@auburn.edu>
12105
12106 * markers.texi (Creating Markers): Specify insertion type of
12107 created markers. Add xref to `Marker Insertion Types'.
12108 Second argument to `copy-marker' is optional.
12109 (Marker Insertion Types): Mention that most markers are created
12110 with insertion type nil.
12111 (The Mark): Correctly describe when `mark' signals an error.
12112 (The Region): Correctly describe when `region-beginning' and
12113 `region-end' signal an error.
12114
121152003-11-08 Luc Teirlinck <teirllm@auburn.edu>
12116
12117 * hash.texi (Creating Hash): Clarify description of `eql'.
12118 `makehash' is obsolete.
12119 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12120
12121 * positions.texi (Point): Change description of `buffer-end', so
12122 that it is also correct for floating point arguments.
12123 (List Motion): Correct argument lists of `beginning-of-defun' and
12124 `end-of-defun'.
12125 (Excursions): Add xref to `Marker Insertion Types'.
12126 (Narrowing): Argument to `narrow-to-page' is optional.
12127
121282003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12129
12130 * streams.texi (Output Streams): Clarify behavior of point for
12131 marker output streams.
12132
121332003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12134
12135 * variables.texi (Defining Variables): Second argument to
12136 `defconst' is not optional.
12137 (Setting Variables): Mention optional argument APPEND to
12138 `add-to-list'.
12139 (Creating Buffer-Local): Expand description of
12140 `make-variable-buffer-local'.
12141 (Frame-Local Variables): Expand description of
12142 `make-variable-frame-local'.
12143 (Variable Aliases): Correct description of optional argument
12144 DOCSTRING to `defvaralias'. Mention return value of
12145 `defvaralias'.
12146 (File Local Variables): Add xref to `File variables' in Emacs
12147 Manual. Correct description of `hack-local-variables'. Mention
12148 `safe-local-variable' property. Mention optional second argument
12149 to `risky-local-variable-p'.
12150
121512003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12152
12153 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12154
121552003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12156
cfdaa150
GM
12157 * anti.texi, backups.texi, commands.texi, customize.texi:
12158 * display.texi, files.texi, internals.texi, keymaps.texi:
12159 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12160 * objects.texi, os.texi, positions.texi, processes.texi:
12161 * searching.texi, sequences.texi, streams.texi, strings.texi:
12162 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
b8d4c8d0
GM
12163
121642003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12165
12166 * strings.texi (Creating Strings): Argument START to `substring'
12167 can not be `nil'. Expand description of
12168 `substring-no-properties'. Correct description of `split-string',
12169 especially with respect to empty matches. Prevent very bad line
12170 break in definition of `split-string-default-separators'.
12171 (Text Comparison): `string=' and `string<' also accept symbols as
12172 arguments.
12173 (String Conversion): More completely describe argument BASE in
12174 `string-to-number'.
12175 (Formatting Strings): `%s' and `%S' in `format' do require
12176 corresponding object. Clarify behavior of numeric prefix after
12177 `%' in `format'.
12178 (Case Conversion): The argument to `upcase-initials' can be a
12179 character.
12180
121812003-10-27 Kenichi Handa <handa@m17n.org>
12182
12183 * display.texi (Fontsets): Fix texinfo usage.
12184
121852003-10-25 Kenichi Handa <handa@m17n.org>
12186
12187 * display.texi (Fontsets): Add description of the function
12188 set-fontset-font.
12189
121902003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12191
12192 * display.texi (Temporary Displays): Add xref to `Documentation
12193 Tips'.
12194
12195 * functions.texi (Function Safety): Use inforef instead of pxref
12196 for SES.
12197
121982003-10-23 Andreas Schwab <schwab@suse.de>
12199
12200 * Makefile.in (TEX, texinputdir): Don't define.
12201 (TEXI2DVI): Define.
12202 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12203 add $(srcdir)/index.texi.
12204 ($(infodir)/elisp): Remove index.texi dependency.
12205 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12206 (index.texi): Remove target.
12207 (dist): Don't link $(srcdir)/permute-index.
12208 (clean): Don't remove index.texi.
12209
12210 * permute-index, index.perm: Remove.
12211 * index.texi: Rename from index.unperm.
12212
122132003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12214
12215 * tips.texi (Documentation Tips): Document new behavior for face
12216 and variable hyperlinks in Help mode.
12217
122182003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12219
12220 * objects.texi (Integer Type): Update for extra bit of integer range.
12221 (Character Type): Ditto.
12222
122232003-10-16 Eli Zaretskii <eliz@gnu.org>
12224
12225 * numbers.texi (Integer Basics): Add index entries for reading
12226 numbers in hex, octal, and binary.
12227
122282003-10-16 Lute Kamstra <lute@gnu.org>
12229
12230 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12231 argument.
12232
122332003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12234
12235 * windows.texi (Choosing Window): Fix typo.
12236 * edebug.texi (Edebug Execution Modes): Fix typo.
12237
122382003-10-13 Richard M. Stallman <rms@gnu.org>
12239
12240 * windows.texi (Basic Windows): A window has fringe settings,
12241 display margins and scroll-bar settings.
12242 (Splitting Windows): Doc split-window return value.
12243 Clean up one-window-p.
12244 (Selecting Windows): Fix typo.
12245 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12246 (Buffers and Windows): In set-window-buffer, explain effect
12247 on fringe settings and scroll bar settings.
12248 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12249 (Choosing Window): Use defopt for pop-up-frame-function.
12250 For special-display-buffer-names, explain same-window and same-frame.
12251 Clarify window-dedicated-p return value.
12252 (Textual Scrolling): scroll-up and scroll-down can get an error.
12253 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12254 Clarify set-window-hscroll.
12255 (Size of Window): Don't mention tool bar in window-height.
12256 (Coordinates and Windows): Explain what coordinates-in-window-p
12257 returns for fringes and display margins.
12258 (Window Configurations): Explain saving fringes, etc.
12259
12260 * tips.texi (Library Headers): Clean up Documentation.
12261
12262 * syntax.texi (Parsing Expressions): Clean up forward-comment
12263 and parse-sexp-lookup-properties.
12264
12265 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12266
12267 * os.texi (System Environment): Clean up text for load-average errors.
12268
12269 * modes.texi (Hooks): Don't explain local hook details at front.
12270 Clarify run-hooks and run-hook-with-args a little.
12271 Clean up add-hook and remove-hook.
12272
12273 * edebug.texi (Edebug Execution Modes): Clarify t.
12274 Document edebug-sit-for-seconds.
12275 (Coverage Testing): Document C-x X = and =.
12276 (Instrumenting Macro Calls): Fix typo.
12277 (Specification List): Don't index the specification keywords.
12278
122792003-10-10 Kim F. Storm <storm@cua.dk>
12280
12281 * processes.texi (Network): Introduce make-network-process.
12282
122832003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12284
12285 * tips.texi (Library Headers): Fix typo.
12286
122872003-10-07 Juri Linkov <juri@jurta.org>
12288
12289 * modes.texi (Imenu): Mention imenu-create-index-function's
12290 default value. Explain submenus better.
12291
122922003-10-07 Lute Kamstra <lute@gnu.org>
12293
12294 * modes.texi (Faces for Font Lock): Fix typo.
12295 (Hooks): Explain how buffer-local hook variables can refer to
12296 global hook variables.
12297 Various minor clarifications.
12298
122992003-10-06 Lute Kamstra <lute@gnu.org>
12300
12301 * tips.texi (Coding Conventions): Mention naming conventions for
12302 hooks.
12303
123042003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12305
12306 * loading.texi (Library Search): Correct default value of
12307 load-suffixes.
12308 (Named Features): Fix typo.
12309
123102003-10-05 Richard M. Stallman <rms@gnu.org>
12311
12312 * loading.texi (Named Features): In `provide',
12313 say how to test for subfeatures.
12314 (Unloading): In unload-feature, use new var name
12315 unload-feature-special-hooks.
12316
123172003-10-03 Lute Kamstra <lute@gnu.org>
12318
12319 * modes.texi (Major Mode Conventions): Mention third way to set up
12320 Imenu.
12321 (Imenu): A number of small fixes.
12322 Delete documentation of internal variable imenu--index-alist.
12323 Document the return value format of imenu-create-index-function
12324 functions.
12325
123262003-09-30 Richard M. Stallman <rms@gnu.org>
12327
12328 * processes.texi (Network): Say what stopped datagram connections do.
12329
12330 * lists.texi (Association Lists): Clarify `assq-delete-all'.
12331
12332 * display.texi (Overlay Properties): Clarify `evaporate' property.
12333
123342003-09-29 Lute Kamstra <lute@gnu.org>
12335
12336 * modes.texi (Mode Line Data): Explain when symbols in mode-line
12337 constructs should be marked as risky.
12338 Change cons cell into proper list.
12339 (Mode Line Variables): Change cons cell into proper list.
12340
123412003-09-26 Lute Kamstra <lute@gnu.org>
12342
12343 * modes.texi (Mode Line Data): Document the :propertize construct.
12344 (Mode Line Variables): Reorder the descriptions of the variables
12345 to match their order in the default mode-line-format.
12346 Describe the new variables mode-line-position and mode-line-modes.
12347 Update the default values of mode-line-frame-identification,
12348 minor-mode-alist, and default-mode-line-format.
12349 (Properties in Mode): Mention the :propertize construct.
12350
123512003-09-26 Richard M. Stallman <rms@gnu.org>
12352
12353 * buffers.texi, commands.texi, debugging.texi, eval.texi:
12354 * loading.texi, minibuf.texi, text.texi, variables.texi:
12355 Avoid @strong{Note:}.
12356
123572003-09-26 Richard M. Stallman <rms@gnu.org>
12358
12359 * keymaps.texi (Remapping Commands): Fix typo.
12360
123612003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
12362
12363 * processes.texi (Low-Level Network): Fix typo.
12364
123652003-09-23 Kim F. Storm <storm@cua.dk>
12366
12367 * processes.texi (Network, Network Servers): Fix typos.
12368 (Low-Level Network): Add timeout value for :server keyword.
12369 Add new option keywords to make-network-process.
12370 Add set-network-process-options.
12371 Explain how to test availability of network options.
12372
123732003-09-19 Richard M. Stallman <rms@gnu.org>
12374
12375 * text.texi (Motion by Indent): Arg to
12376 backward-to-indentation and forward-to-indentation is optional.
12377
12378 * strings.texi (Creating Strings): Add substring-no-properties.
12379
12380 * processes.texi
12381 (Process Information): Add list-processes arg QUERY-ONLY.
12382 Delete process-contact from here.
12383 Add new status values for process-status.
12384 Add process-get, process-put, process-plist, set-process-plist.
12385 (Synchronous Processes): Add call-process-shell-command.
12386 (Signals to Processes): signal-process allows process objects.
12387 (Network): Complete rewrite.
12388 (Network Servers, Datagrams, Low-Level Network): New nodes.
12389
12390 * positions.texi (Word Motion): forward-word, backward-word
12391 arg is optional. Reword.
12392
12393 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12394
12395 * variables.texi (Creating Buffer-Local):
12396 Delete duplicate definition of buffer-local-value.
12397 (File Local Variables): Explain about discarding text props.
12398
123992003-09-11 Richard M. Stallman <rms@gnu.org>
12400
12401 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12402 changes variables that record input events.
12403 (Minibuffer Misc): Add minibuffer-selected-window.
12404
12405 * lists.texi (Building Lists): Add copy-tree.
12406
12407 * display.texi (Fontsets): Add char-displayable-p.
12408 (Scroll Bars): New node.
12409
124102003-09-08 Lute Kamstra <lute@gnu.org>
12411
12412 * modes.texi (%-Constructs): Document new `%i' and `%I'
12413 constructs.
12414
124152003-09-03 Peter Runestig <peter@runestig.com>
12416
12417 * makefile.w32-in: New file.
12418
124192003-08-29 Richard M. Stallman <rms@gnu.org>
12420
12421 * display.texi (Overlay Properties): Clarify how priorities
12422 affect use of the properties.
12423
124242003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12425
12426 * customize.texi (Type Keywords): Correct the description of
12427 `:help-echo' in the case where `motion-doc' is a function.
12428
124292003-08-14 John Paul Wallington <jpw@gnu.org>
12430
12431 * modes.texi (Emulating Mode Line): Subsection, not section.
12432
124332003-08-13 Richard M. Stallman <rms@gnu.org>
12434
12435 * elisp.texi (Top): Update subnode lists in menu.
12436
12437 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12438 (Kill Functions): kill-region has new arg yank-handler.
12439 (Yanking): New node.
12440 (Yank Commands): Add yank-undo-function.
12441 (Low-Level Kill Ring):
12442 kill-new and kill-append have new arg yank-handler.
12443 (Changing Properties): Add remove-list-of-text-properties.
12444 (Atomic Changes): New node.
12445
12446 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12447
12448 * streams.texi (Output Variables): Add eval-expression-print-length
12449 and eval-expression-print-level.
12450
12451 * os.texi (Time Conversion): For encode-time, explain limits on year.
12452
12453 * objects.texi (Character Type): Define anchor "modifier bits".
12454
12455 * modes.texi (Emulating Mode Line): New node.
12456 (Search-based Fontification): Font Lock uses font-lock-face property.
12457 (Other Font Lock Variables): Likewise.
12458
12459 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12460 not vectors.
12461 (Active Keymaps): Add emulation-mode-map-alists.
12462 (Functions for Key Lookup): key-binding has new arg no-remap.
12463 (Remapping Commands): New node.
12464 (Scanning Keymaps): where-is-internal has new arg no-remap.
12465 (Tool Bar): Add tool-bar-local-item-from-menu.
12466 Clarify when to use tool-bar-add-item-from-menu.
12467
12468 * commands.texi (Interactive Call): commandp has new arg.
12469 (Command Loop Info): Add this-original-command.
12470
124712003-08-06 John Paul Wallington <jpw@gnu.org>
12472
12473 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12474
12475 * display.texi (Warning Basics): Fix typo.
12476 (Fringes): Add closing curly bracket and fix typo.
12477
12478 * elisp.texi (Top): Fix typo.
12479
124802003-08-05 Richard M. Stallman <rms@gnu.org>
12481
12482 * elisp.texi: Update lists of subnodes.
12483
12484 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12485
12486 * variables.texi (Local Variables): Use lc for example variable names.
12487
12488 * tips.texi (Library Headers): Explain where to put -*-.
12489
12490 * strings.texi (Creating Strings): Fix xref for vconcat.
12491
12492 * sequences.texi (Vector Functions):
12493 vconcat no longer allows integer args.
12494
12495 * minibuf.texi (Reading File Names): read-file-name has new
12496 arg PREDICATE. New function read-directory-name.
12497
c4cc8b9a 12498 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
12499 (Indenting Macros): New node.
12500
12501 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12502 (Window Frame Parameters): Make separate table of parameters
12503 that are coupled with specific face attributes.
12504 (Deleting Frames): delete-frame-hooks renamed to
12505 delete-frame-functions.
12506
12507 * files.texi (Magic File Names): Add file-remote-p.
12508 Clarify file-local-copy.
12509
12510 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12511 here; instead xref Defining Macros.
12512
12513 * display.texi (Warnings): New node, and subnodes.
12514 (Fringes): New node.
12515
12516 * debugging.texi (Test Coverage): New node.
12517
12518 * compile.texi (Compiler Errors): Explain with-no-warnings
12519 and other ways to suppress warnings.
12520
12521 * commands.texi (Interactive Call): Minor clarification.
12522
12523 * buffers.texi (Buffer File Name): set-visited-file-name
12524 renames the buffer too.
12525
12526 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12527
125282003-07-24 Markus Rost <rost@math.ohio-state.edu>
12529
12530 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12531
125322003-07-22 Markus Rost <rost@math.ohio-state.edu>
12533
12534 * internals.texi (Garbage Collection): Fix previous change.
12535
125362003-07-22 Richard M. Stallman <rms@gnu.org>
12537
12538 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12539
12540 * display.texi (Width): Use \s syntax in example.
12541 (Font Selection): Add face-font-rescale-alist.
12542
12543 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12544 Remove spurious indent in example.
12545
12546 * lists.texi (Building Lists): Add number-sequence.
12547
12548 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12549
12550 * functions.texi (Function Documentation): Explain how to
12551 show calling convention explicitly in the doc string.
12552
12553 * windows.texi (Selecting Windows): save-selected-window saves
12554 selected window of each frame.
12555 (Window Configurations): Minor change.
12556
12557 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12558
12559 * streams.texi (Output Variables): Add print-continuous-numbering
12560 and print-number-table.
12561
12562 * processes.texi (Decoding Output): New node.
12563
12564 * os.texi (Time Conversion): decode-time arg is optional.
12565
12566 * objects.texi (Character Type): Don't use space as example for \.
12567 Make list of char names and \-sequences correspond.
12568 Explain that \s is not used in strings. `\ ' needs space after.
12569
12570 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12571 (Translation of Characters): Add translation-table-for-input.
12572 (Default Coding Systems): Add auto-coding-functions.
12573 (Explicit Encoding): Add decode-coding-inserted-region.
12574 (Locales): Add locale-info.
12575
12576 * minibuf.texi (Basic Completion): Describe test-completion.
12577 Collections can be lists of strings.
12578 Clean up lazy-completion-table.
12579 (Programmed Completion): Mention test-completion.
12580 Clarify why lambda expressions are not accepted.
12581 (Minibuffer Misc): Describe minibufferp.
12582
125832003-07-14 Richard M. Stallman <rms@gnu.org>
12584
12585 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12586
12587 * windows.texi (Selecting Windows): New arg to select-window.
12588 (Selecting Windows): Add with-selected-window.
12589 (Size of Window): Add window-inside-edges, etc.
12590
12591 * internals.texi (Garbage Collection): Add post-gc-hook.
12592
12593 * processes.texi (Subprocess Creation): Add exec-suffixes.
12594
12595 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12596 (Scanning Keymaps): Add map-keymaps.
12597 (Defining Menus): Add keymap-prompt.
12598
12599 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12600 most-negative-fixnum.
12601
c4cc8b9a 12602 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
12603 (Compiler Errors): New node.
12604
12605 * os.texi (User Identification): user-uid, user-real-uid
12606 can return float.
12607
12608 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12609 and about derived modes.
12610 (Minor Modes): Add minor-mode-list.
12611 (Defining Minor Modes): Keyword args for define-minor-mode.
12612 (Search-based Fontification): Explain managing other properties.
12613 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 12614 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
12615 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12616
12617 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12618 (Variable Aliases): Clarify defvaralias.
12619
12620 * loading.texi (Library Search): Add load-suffixes.
12621
12622 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12623 (Programmed Completion): Add dynamic-completion-table.
12624
12625 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12626 (Magic File Names): Specify precedence order of handlers.
12627
12628 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12629 and post-command-hook.
12630 (Waiting): New calling convention for sit-for.
12631
12632 * text.texi (Special Properties): local-map and keymap properties
12633 apply based on their stickiness.
12634
126352003-07-07 Richard M. Stallman <rms@gnu.org>
12636
12637 * modes.texi (Minor Mode Conventions): Specify only some kinds
12638 of list values as args to minor modes.
12639
12640 * files.texi (File Name Expansion): Warn about iterative use
12641 of substitute-in-file-name.
12642
12643 * advice.texi (Activation of Advice): Clean up previous change.
12644
126452003-07-06 Markus Rost <rost@math.ohio-state.edu>
12646
12647 * advice.texi (Activation of Advice): Note that ad-start-advice is
12648 turned on by default.
12649
126502003-06-30 Richard M. Stallman <rms@gnu.org>
12651
12652 * text.texi (Buffer Contents): Document current-word.
12653 (Change Hooks): Not called for *Messages*.
12654
12655 * functions.texi (Defining Functions): Explain about redefining
12656 primitives.
f4e90db0 12657 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
12658 Comment out the detailed criteria for what is safe.
12659
126602003-06-22 Andreas Schwab <schwab@suse.de>
12661
12662 * objects.texi (Symbol Type): Fix description of examples.
12663
126642003-06-16 Andreas Schwab <schwab@suse.de>
12665
12666 * hash.texi (Creating Hash): Fix description of :weakness.
12667
c8763fb6 126682003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
12669
12670 * files.texi (Changing Files): copy-file copies file modes, too.
12671
126722003-05-28 Richard M. Stallman <rms@gnu.org>
12673
12674 * strings.texi (Creating Strings): Clarify split-string.
12675
126762003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12677
12678 * strings.texi (Creating Strings): Update split-string specification
12679 and examples.
12680
126812003-05-19 Richard M. Stallman <rms@gnu.org>
12682
12683 * elisp.texi: Correct invariant section names.
12684
126852003-04-20 Richard M. Stallman <rms@gnu.org>
12686
12687 * os.texi (Timers): Explain about timers and quitting.
12688
126892003-04-19 Richard M. Stallman <rms@gnu.org>
12690
12691 * internals.texi (Writing Emacs Primitives): Strings are
12692 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12693 Explain GCPRO convention for varargs function args.
12694
126952003-04-16 Richard M. Stallman <rms@gnu.org>
12696
12697 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12698
126992003-04-08 Richard M. Stallman <rms@gnu.org>
12700
12701 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12702
127032003-02-13 Kim F. Storm <storm@cua.dk>
12704
12705 * objects.texi (Character Type): New \s escape for space.
12706
127072003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12708
5dcb4c4e 12709 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
12710
127112003-01-25 Richard M. Stallman <rms@gnu.org>
12712
12713 * keymaps.texi: Document that a symbol can act as a keymap.
12714
127152003-01-13 Richard M. Stallman <rms@gnu.org>
12716
12717 * text.texi (Changing Properties): Say string indices are origin-0.
12718
12719 * positions.texi (Screen Lines) <compute-motion>:
12720 Correct order of elts in return value.
12721
12722 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12723 how to define a default binding.
12724
127252002-12-07 Markus Rost <rost@math.ohio-state.edu>
12726
12727 * loading.texi (Unloading): Fix recent change for load-history.
12728
12729 * customize.texi (Simple Types): Clarify description of custom
12730 type 'number. Describe new custom type 'float.
12731
127322002-12-04 Markus Rost <rost@math.ohio-state.edu>
12733
12734 * variables.texi (File Local Variables): Fix typo.
12735
c8763fb6 127362002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
12737
12738 From Michael Albinus <Michael.Albinus@alcatel.de>.
12739
12740 * README: Target for Info file is `make info'.
12741
5dcb4c4e 12742 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
12743 `file-name-sans-extension'.
12744 (Magic File Names): Complete list of operations for magic file
12745 name handlers.
12746
127472002-09-16 Jonathan Yavner <jyavner@engineer.com>
12748
12749 * variables.texi (File Local Variables): New function
12750 risky-local-variable-p.
12751
127522002-09-15 Jonathan Yavner <jyavner@engineer.com>
12753
12754 * functions.texi (Function safety): New node about unsafep.
12755
127562002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
12757
5dcb4c4e 12758 * customize.texi (Splicing into Lists): Fix example.
a86cd395 12759 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
12760
127612002-06-17 Juanma Barranquero <lektu@terra.es>
12762
12763 * frames.texi (Display Feature Testing): Fix typo.
12764
127652002-06-12 Andreas Schwab <schwab@suse.de>
12766
12767 * frames.texi (Initial Parameters, Resources): Fix references to
12768 the Emacs manual.
12769
127702002-05-13 Kim F. Storm <storm@cua.dk>
12771
6e911150 12772 * variables.texi (Intro to Buffer-Local): Update warning and
b8d4c8d0
GM
12773 example relating to changing buffer inside let.
12774
c8763fb6 127752002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
12776
12777 * os.texi (Session Management): New node about X Session management.
12778
127792002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
12780
12781 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
12782 to which the manual corresponds, and the copyright years.
12783
12784 * Makefile.in (VERSION): Set to 2.9.
12785
127862001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
12787
12788 * elisp.texi: Change the category in @dircategory to "Emacs", to
12789 make it consistent with info/dir.
12790
127912001-11-25 Miles Bader <miles@gnu.org>
12792
12793 * text.texi (Fields): Describe new `limit' arg in
12794 field-beginning/field-end.
12795
127962001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
12797
5dcb4c4e
SM
12798 * permute-index: Don't depend on csh-specific features.
12799 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
12800
12801 * two-volume-cross-refs.txt: New file.
12802 * two.el: New file.
12803 * spellfile: New file.
12804
128052001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
12806
12807 * permute-index: New file.
12808
12809 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
12810 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
12811 8+3 restricted namespace.
12812
12813 * Makefile.in (infodir): Define relative to $(srcdir).
12814 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
12815 include directories list via -I switch to makeinfo.
12816 (index.texi): Use cp if both hard and symbolic links fail.
12817
128182001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
12819
12820 * Makefile.in (distclean): Add.
12821
12822 The following changes make ELisp manual part of the Emacs
12823 distribution:
12824
12825 * Makefile.in: Add Copyright notice.
12826 (prefix): Remove.
12827 (infodir): Change value to "../info".
12828 (VPATH): New variable.
12829 (MAKE): Don't define.
12830 (texmacrodir): Don't define.
12831 (texinputdir): Append the existing value of TEXINPUTS.
12832 ($(infodir)/elisp): Instead of just "elisp". Reformat the
12833 command to be compatible with man/Makefile.in, and to put the
12834 output into ../info.
12835 (info): Add target.
12836 (installall): Target removed.
12837
c8763fb6 128382001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
12839
12840 * tips.texi (Coding Conventions): Fix typo.
12841
128422001-10-23 Gerd Moellmann <gerd@gnu.org>
12843
12844 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
12845
128462001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
12847
12848 * files.texi (File Name Components): Update the description of
12849 file-name-sans-extension and file-name-extension, as they now
12850 ignore leading dots.
12851
128522001-10-20 Gerd Moellmann <gerd@gnu.org>
12853
12854 * (Version 21.1 released.)
12855
128562001-10-19 Miles Bader <miles@gnu.org>
12857
12858 * positions.texi (Text Lines): Describe behavior of
12859 `beginning-of-line'/`end-of-line' in the presence of field properties.
12860
128612001-10-17 Gerd Moellmann <gerd@gnu.org>
12862
12863 * Makefile.in (VERSION): Set to 2.8.
12864 (manual): Use `manual-21'.
12865
12866 * elisp.texi (VERSION): Add and use it where the version
12867 number was used. Set it to 2.8.
12868
12869 * intro.texi: Likewise.
12870
128712001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12872
12873 * files.texi (File Name Completion): Document the significance of
12874 a trailing slash in elements of completion-ignored-extensions.
12875
128762001-10-06 Miles Bader <miles@gnu.org>
12877
12878 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
12879
128802001-10-04 Gerd Moellmann <gerd@gnu.org>
12881
12882 * variables.texi (Variable Aliases): New node.
12883
128842001-10-04 Gerd Moellmann <gerd@gnu.org>
12885
12886 * Branch for 21.1.
12887
128882001-10-02 Miles Bader <miles@gnu.org>
12889
12890 * minibuf.texi (Minibuffer Misc): Add entries for
12891 `minibuffer-contents', `minibuffer-contents-no-properties', and
12892 `delete-minibuffer-contents'.
12893 Correct description for `minibuffer-prompt-end'.
12894
12895 * text.texi (Property Search): Correct descriptions of
12896 `next-char-property-change' and `previous-char-property-change'.
12897 Add entries for `next-single-char-property-change' and
12898 `previous-single-char-property-change'.
12899 Make operand names a bit more consistent.
12900
129012001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
12902
12903 * frames.texi (Finding All Frames): Document that next-frame and
12904 previous-frame are local to current terminal.
12905
129062001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
12907
12908 * keymaps.texi (Creating Keymaps): Fix the description of the
12909 result of make-keymap.
12910
129112001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
12912
12913 * display.texi (Font Lookup, Attribute Functions)
12914 (Image Descriptors): Add cross-references to the definition of
12915 selected frame.
12916
12917 * buffers.texi (The Buffer List): Add cross-references to the
12918 definition of selected frame.
12919
12920 * frames.texi (Input Focus): Clarify which frame is _the_ selected
12921 frame at any given time.
12922 (Multiple Displays, Size and Position): Add a cross-reference to
12923 the definition of the selected frame.
12924
129252001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12926
12927 * strings.texi (String Conversion) <string-to-number>: Document
12928 that a float is returned for integers that are too large.
12929
12930 * frames.texi (Mouse Position): Document mouse-position-function.
12931 (Display Feature Testing): Document display-images-p.
12932 (Window Frame Parameters): Document the cursor-type variable.
12933
12934 * numbers.texi (Integer Basics): Document CL style read syntax for
12935 integers in bases other than 10.
12936
5dcb4c4e
SM
12937 * positions.texi (List Motion):
12938 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
12939
12940 * lists.texi (Sets And Lists): Document member-ignore-case.
12941
12942 * internals.texi (Garbage Collection): Document the used and free
12943 strings report.
12944 (Memory Usage): Document strings-consed.
12945
12946 * os.texi (Time of Day): Document float-time.
12947 (Recording Input): Document that clear-this-command-keys clears
12948 the vector to be returned by recent-keys.
12949
ed9265fc
JB
12950 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
12951 The argument keymap can be a list.
b8d4c8d0
GM
12952
12953 * nonascii.texi (User-Chosen Coding Systems)
12954 <select-safe-coding-system>: Document the new argument
12955 accept-default-p and the variable
12956 select-safe-coding-system-accept-default-p. Tell what happens if
12957 buffer-file-coding-system is undecided.
12958 (Default Coding Systems): Document auto-coding-regexp-alist.
12959
12960 * display.texi (The Echo Area) <message>: Document
12961 message-truncate-lines.
12962 (Glyphs): Document that the glyph table is unused on windowed
12963 displays.
12964
12965 * help.texi (Describing Characters) <single-key-description>:
12966 Document the new argument no-angles.
12967 (Accessing Documentation) <documentation-property>: Document that
12968 a non-string property is evaluated.
12969 <documentation>: Document that the function-documentation property
12970 is looked for.
12971
12972 * windows.texi (Selecting Windows): Document some-window.
12973
12974 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
12975
12976 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
12977 apropos-mode-hook.
12978
12979 * commands.texi (Using Interactive): Document interactive-form.
12980 (Keyboard Macros): Document kbd-macro-termination-hook.
12981 (Command Loop Info): Document that clear-this-command-keys clears
12982 the vector to be returned by recent-keys.
12983
129842001-09-04 Werner LEMBERG <wl@gnu.org>
12985
12986 * Makefile.in (srcdir, texinputdir): New variables.
12987 (srcs, index.texi, install): Use $(srcdir).
12988 (.PHONY): Remove elisp.dvi.
12989 (elisp): Use -I switch for makeinfo.
12990 (elisp.dvi): Use $(srcdir) and $(texinputdir).
12991 (installall, dist): Use $(srcdir).
12992 Fix path to texinfo.tex.
12993 (maintainer-clean): Add elisp.dvi and elisp.oaux.
12994
129952001-08-30 Gerd Moellmann <gerd@gnu.org>
12996
12997 * display.texi (Conditional Display): Adjust to API change.
12998
12999 * configure: New file.
13000
130012001-07-30 Gerd Moellmann <gerd@gnu.org>
13002
13003 * commands.texi (Repeat Events): Add description of
13004 double-click-fuzz.
13005
130062001-05-08 Stefan Monnier <monnier@cs.yale.edu>
13007
13008 * syntax.texi (Syntax Class Table): Add the missing designator for
13009 comment and string fences.
13010 (Syntax Properties): Add a xref to syntax table internals.
13011 (Syntax Table Internals): Document string-to-syntax.
13012
130132001-05-07 Gerd Moellmann <gerd@gnu.org>
13014
13015 * Makefile.in (install): Use install-info command line options
13016 like in Emacs' Makefile.in.
13017
130182000-12-09 Miles Bader <miles@gnu.org>
13019
13020 * windows.texi (Window Start): Update documentation for
13021 `pos-visible-in-window-p'.
13022
130232000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13024
13025 * lists.texi (Building Lists): Add footnote to explain how to add
13026 to the end of a list.
13027
130282000-10-25 Gerd Moellmann <gerd@gnu.org>
13029
13030 * files.texi (Visiting Functions): Typos.
13031
130322000-10-25 Kenichi Handa <handa@etl.go.jp>
13033
13034 * files.texi (Visiting Functions): Return value of
13035 find-file-noselect may be a list of buffers if wildcards are used.
13036
130372000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13038
13039 * display.texi (Defining Faces): Document `graphic' display type
13040 in face specs.
13041
b344d29d 130422000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
13043
13044 * hooks.texi (Standard Hooks): Replace obsolete
13045 `after-make-frame-hook' with `after-make-frame-functions'.
13046
13047 * frames.texi (Creating Frames): Ditto.
13048
13049 * variables.texi (Future Local Variables): Ditto.
13050
130512000-10-16 Gerd Moellmann <gerd@gnu.org>
13052
13053 * display.texi (Other Image Types): Add description of :foreground
13054 and :background properties of mono PBM images.
13055
130562000-08-17 Werner LEMBERG <wl@gnu.org>
13057
13058 * .cvsignore: New file.
13059
130602000-01-05 Gerd Moellmann <gerd@gnu.org>
13061
13062 * tindex.pl: New script.
13063
130641999-12-03 Dave Love <fx@gnu.org>
13065
13066 * Makefile.in (MAKEINFO): New parameter.
13067
130681999-09-17 Richard Stallman <rms@gnu.org>
13069
13070 * Makefile.in (srcs): Add hash.texi.
13071 (VERSION): Update to 20.6.
13072
130731999-09-13 Richard Stallman <rms@gnu.org>
13074
13075 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13076
130771998-08-29 Karl Heuer <kwzh@gnu.org>
13078
13079 * configure.in: New file.
13080 * Makefile.in: Renamed from Makefile.
13081 (prefix, infodir): Use value obtained from configure.
13082 (emacslibdir): Obsolete variable deleted.
13083 (dist): Distribute configure.in, configure, Makefile.in.
13084
130851998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13086
13087 * Makefile (INSTALL_INFO): New variable.
13088 (install): Run install-info.
13089
130901998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13091
13092 * Makefile (elisp.dvi): Add missing backslash.
13093
130941998-05-02 Richard Stallman <rms@psilocin.gnu.org>
13095
13096 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13097 Run texindex without `./'. Always run texindex on elisp.tp.
13098 (elisp.tps): Target deleted.
13099
131001998-04-05 Richard Stallman <rms@psilocin.gnu.org>
13101
13102 * Makefile (srcs): Add nonascii.texi and customize.texi.
13103 (dist): Start by deleting `temp'.
13104
131051998-02-17 Richard Stallman <rms@psilocin.gnu.org>
13106
13107 * Makefile (makeinfo, texindex): Targets deleted.
13108 (makeinfo.o, texindex.o): Targets deleted.
13109 (clean, dist): Don't do anything with them or with getopt*.
13110
131111998-01-30 Richard Stallman <rms@psilocin.gnu.org>
13112
13113 * Makefile (SHELL): Defined.
13114
131151998-01-27 Richard Stallman <rms@psilocin.gnu.org>
13116
13117 * Makefile (elisp.tps): New target.
13118 (elisp.dvi): Depend on elisp.tps.
13119
c5602427 131201996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
13121
13122 * README: Update phone number.
13123
13124 * Makefile (elisp): Make this be the default target.
13125 Depend on makeinfo.c instead of makeinfo.
13126 (install): Don't depend on elisp.dvi, since we don't install that.
13127 Use mkinstalldirs.
13128 (dist): Add mkinstalldirs.
13129
c5602427 131301995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
13131
13132 * Makefile (VERSION): Update version number.
5dcb4c4e 13133 (maintainer-clean): Rename from realclean.
b8d4c8d0 13134
c5602427 131351995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
13136
13137 * Makefile (realclean): New target.
13138 (elisp): Remove any old elisp-* files first.
13139
c5602427 131401993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
13141
13142 * Makefile (VERSION): New variable.
13143 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13144 Compressed file suffix should be `.gz', not `.z'.
13145
ce058493 131461993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13147
13148 * Makefile (elisp): Depend on makeinfo.
13149
c5602427 131501993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
13151
13152 * Makefile (srcs): Add anti.texi.
13153
c5602427 131541993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13155
13156 * Makefile (infodir, prefix): New vars.
13157 (install): Use infodir.
f4e90db0 13158 (emacsinfodir): Delete.
b8d4c8d0 13159
c5602427 131601993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13161
13162 * Makefile (srcs): Add calendar.texi.
13163
13164 * Makefile (dist): Copy texindex.c and makeinfo.c.
13165 Limit elisp-* files to those with one or two digits.
13166
c5602427 131671993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 13168
f4e90db0 13169 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 13170
c5602427 131711993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13172
13173 * loading.texi (Unloading): define-function changed back to
13174 defalias. It may not stay this way, but at least it's
13175 consistent with the known-good version of the code patch.
13176
c5602427 131771993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
13178
13179 * modes.texi (Hooks): Document new optional arg of add-hook.
13180
c5602427 131811993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13182
13183 * variables.texi: Document nil initial value of buffer-local variables.
13184
13185 * tips.texi: Add new section on standard library headers.
13186
c5602427 131871993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
13188
13189 * Makefile (srcs): Add frame.texi to the list of sources.
13190
c5602427 131911993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
13192
13193 * Makefile (dist): Don't bother excluding autosave files; they'll
13194 never make it into the temp directory anyway, and the hash marks
13195 in the name are problematic for make and the Bourne shell.
ed9265fc 13196 (srcs): ???
b8d4c8d0 13197
c5602427 131981993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
13199
13200 * Makefile (dist): Don't include backup files or autosave files in
13201 the distribution tar file.
13202
c5602427 132031991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 13204
5dcb4c4e 13205 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
13206 (elisp.dvi): Remove erroneous shell comment.
13207 Expect output of permute-index in permuted.fns.
13208 Save old elisp.aux in elisp.oaux.
5dcb4c4e 13209 (clean): Add index.texi to be deleted.
b8d4c8d0 13210
c5602427 132111990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
13212
13213 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13214
c5602427 132151990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
13216
13217 * files.texi: Noted that completion-ignored-extensions is ignored
13218 when making *Completions*.
13219
3e868ee3 132201990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
13221
13222 * Makefile make dist now depends on elisp.dvi, since it tries
13223 to include it in the dist file.
13224
c5602427 132251990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 13226
c5602427 13227 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 13228
c5602427 132291989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
13230
13231 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13232 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13233
c5602427 132341989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
13235
13236 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13237 and @error{} are the terms now being used. The files in the
13238 directory have been changed to reflect this.
13239
13240 * All instances of @indentedresultt{} have been changed to
333f9019 13241 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 13242
c5602427 132431989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
13244
13245 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13246 experimental @indentedresult{}, @indentedexpandsto{} are part of
13247 the texinfo.tex in this directory. These TeX macros are not
13248 stable yet.
13249
c5602427 132501989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
13251
13252 * texinfo.tex: Temporarily added
13253 \let\result=\dblarrow
13254 \def\error{{\it ERROR} \longdblarrow}
13255 We need to do this better soon.
13256
c5602427 132571989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
13258
13259 * Applied Karl Berry's patches to *.texinfo files, but not to
13260 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13261 new title page format is also not applied, since it requires
13262 texinfo.tex changes.)
13263
13264 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13265 for the Project GNU development environment.
13266
13267;; Local Variables:
c8763fb6 13268;; coding: utf-8
b8d4c8d0
GM
13269;; End:
13270
ba318903 13271 Copyright (C) 1998-2014 Free Software Foundation, Inc.
b8d4c8d0
GM
13272
13273 This file is part of GNU Emacs.
13274
352c8b4a 13275 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 13276 it under the terms of the GNU General Public License as published by
352c8b4a
GM
13277 the Free Software Foundation, either version 3 of the License, or
13278 (at your option) any later version.
b8d4c8d0
GM
13279
13280 GNU Emacs is distributed in the hope that it will be useful,
13281 but WITHOUT ANY WARRANTY; without even the implied warranty of
13282 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13283 GNU General Public License for more details.
13284
13285 You should have received a copy of the GNU General Public License
352c8b4a 13286 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.