Style fixes for floating-point doc.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
09b73f08
PE
12014-03-18 Paul Eggert <eggert@cs.ucla.edu>
2
3 Style fixes for floating-point doc.
4 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
5 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
6 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
7 * processes.texi, streams.texi, strings.texi, text.texi:
8 * variables.texi, windows.texi:
9 Hyphenate "floating-point" iff it precedes a noun.
10 Reword to avoid nouns and hyphenation when that's easy.
11 Prefer "integer" to "integer number" and "is floating point"
12 to "is a floating point number".
13 Prefer "@minus{}" to "-" when it's a minus.
14
b92631bf
MR
152014-03-16 Martin Rudalics <rudalics@gmx.at>
16
17 * display.texi (Temporary Displays): Rewrite descriptions of
18 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
19 * help.texi (Help Functions): Rewrite description of
20 `with-help-window'.
21
480d4f57
DG
222014-03-15 Dmitry Gutov <dgutov@yandex.ru>
23
24 * display.texi (Blinking): Update WRT to the new
25 `blink-matchin-paren' behavior.
26
cfd5e825
MR
272014-03-14 Martin Rudalics <rudalics@gmx.at>
28
29 * display.texi (Temporary Displays): Say that
b92631bf 30 `with-temp-buffer-window' makes its buffer current.
cfd5e825
MR
31 * frames.texi (Size and Position): Describe new option
32 `frame-resize-pixelwise'. Rewrite descriptions of
33 `set-frame-size', `set-frame-height' and `set-frame-width'.
34
7e940b65
MR
352014-03-09 Martin Rudalics <rudalics@gmx.at>
36
37 * elisp.texi (Top): Rename section "Width" to "Size of Displayed
38 Text".
39 * text.texi (Primitive Indent):
40 * strings.texi (String Basics):
41 * sequences.texi (Sequence Functions): Update references
42 accordingly.
43 * display.texi (Size of Displayed Text): Rename section from
44 "Width". Add description for `window-text-pixel-size'.
45 (Window Dividers): Reword description of window dividers.
46 * frames.texi (Layout Parameters): Improve description of window
47 divider parameters.
48 * windows.texi (Window Sizes): Add descriptions of
49 `window-mode-line-height' and `window-header-line-height'.
50 (Coordinates and Windows): Mention window dividers.
51
f2c5082b
MR
522014-03-07 Martin Rudalics <rudalics@gmx.at>
53
2c6053e8
MR
54 * buffers.texi (The Buffer List): Rename node to Buffer List.
55 Describe `buffer-list-update-hook'.
56 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
57 Add node for Window Dividers.
58 * hooks.texi (Standard Hooks): Add reference to
59 `buffer-list-update-hook'.
f2c5082b
MR
60 * windows.texi (Window Sizes): Describe `window-min-size'.
61 (Splitting Windows): Update description of `split-window'.
2c6053e8 62 (Selecting Windows): Update description of `select-window'.
f2c5082b 63
cac0a1d6
MR
642014-03-06 Martin Rudalics <rudalics@gmx.at>
65
66 * frames.texi (Size and Position): Rewrite entries for
67 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'. Add
68 description for `fit-frame-to-buffer-sizes'.
69 * windows.texi (Resizing Windows): Add descriptions for
70 pixelwise resizing. Add entries for `window-resize-pixelwise'
71 and `fit-window-to-buffer-horizontally'. Rewrite
72 `fit-window-to-buffer' entry.
73
7c45220b
XF
742014-03-06 Xue Fuqiao <xfq@gnu.org>
75
76 * internals.texi (Window Internals): Remove field `region_showing'.
77
222426f6
GM
782014-03-06 Glenn Morris <rgm@gnu.org>
79
80 * searching.texi (Replacing Match):
81 Remove incorrect, uninteresting return value. (Bug#16942)
82
e1a2cb1c
MR
832014-03-05 Martin Rudalics <rudalics@gmx.at>
84
85 * display.texi (Window Dividers): New section.
86 * frames.texi (Layout Parameters): Add right-divider-width and
87 bottom-divider-width.
88 * windows.texi (Window Sizes): Redraw schematic and rewrite its
89 description. Rewrite descriptions of `window-total-height',
90 `window-total-width', `window-total-size', `window-body-height',
91 `window-body-width' and `window-size-fixed'. Add descriptions
92 for `window-pixel-height', `window-pixel-width',
93 `window-min-height' and `window-min-width'. Remove description
94 of `window-size-fixed-p' moving part of it to that of
95 `window-size-fixed'.
96 (Resizing Windows): Mention dividers when talking about minimum
97 sizes.
98
47b73b35
GM
992014-03-05 Glenn Morris <rgm@gnu.org>
100
101 * modes.texi (SMIE Customization): New section.
102 * elisp.texi (Top): Update detailed menu.
103
87132570
MR
1042014-03-04 Martin Rudalics <rudalics@gmx.at>
105
106 * windows.texi (Windows and Frames): Add some missing &optional
107 designators. Adjust description of window-in-direction.
108
35e951cd 1092014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
62d81bd7
BR
110
111 * markers.texi (Moving Marker Positions): Clarify guidance about
112 when to move markers and when to create a new one, as discussed at
113 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
114
d2b94b15
GM
1152014-03-02 Glenn Morris <rgm@gnu.org>
116
117 * text.texi (Decompression): New node.
118 * elisp.texi (Top): Update detailed menu.
119
3a6e15dd
GM
1202014-03-01 Glenn Morris <rgm@gnu.org>
121
122 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
123
0fcfa974
XF
1242014-02-28 Xue Fuqiao <xfq@gnu.org>
125
35e951cd
JB
126 * functions.texi (Advising Functions, Advising Named Functions):
127 Tweak markup.
65fa1016 128
ecc384ac
XF
129 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
130
0fcfa974 131 * elisp.texi (Top):
35e951cd
JB
132 * commands.texi (Generic Commands, Defining Commands):
133 Document `define-alternatives'.
0fcfa974 134
8603bdb3
XF
1352014-02-27 Xue Fuqiao <xfq@gnu.org>
136
eed1c399
XF
137 * windows.texi (Window Sizes): Document `window-size'.
138 (Display Action Functions): Document `display-buffer-at-bottom'.
139 (Window Configurations): Minor fixes.
140
141 * modes.texi (Header Lines): Document `window-header-line-height'.
142
143 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
144
de37b1f4
XF
145 * windows.texi (Window Sizes, Resizing Windows): Document some
146 pixelwise window operations.
147
6be76608
XF
148 * text.texi (Margins): Fix the description of RET and `C-j'.
149
8603bdb3
XF
150 * frames.texi (Multiple Terminals): Document
151 `display-monitor-attributes-list' and `display-monitor-attributes'.
152 (Display Feature Testing): Add some notes about multi-monitor.
153
ea7826ba
GM
1542014-02-27 Glenn Morris <rgm@gnu.org>
155
156 * minibuf.texi (Programmed Completion):
157 Mention completion-table-with-cache.
158
98bd6b32
GM
1592014-02-25 Glenn Morris <rgm@gnu.org>
160
161 * display.texi (Window Systems):
162 Replace term-setup-hook with emacs-startup-hook.
163 * hooks.texi (Standard Hooks):
164 Replace term-setup-hook with tty-setup-hook.
165 * os.texi (Startup Summary, Init File, Terminal-Specific):
166 Replace term-setup-hook with tty-setup-hook, and update.
167
add6de1c
SM
1682014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
169
170 * functions.texi (Declare Form): Document gv-expander, gv-setter, and
6ecdd988 171 compiler-macro (bug#16829, bug#15093).
add6de1c 172
37febf53
JB
1732014-02-21 Juanma Barranquero <lekktu@gmail.com>
174
175 * windows.texi (Window Configurations): Doc fix.
176 (Windows and Frames): Fix typo.
177
458e643b
GM
1782014-02-21 Glenn Morris <rgm@gnu.org>
179
180 * internals.texi (Process Internals):
5fcd01e5
GM
181 * processes.texi (Subprocess Creation, Deleting Processes)
182 (Output from Processes, Process Buffers, Filter Functions)
183 (Accepting Output, Sentinels, Network, Network Servers):
458e643b
GM
184 Filters and sentinels can no longer be nil.
185 * elisp.texi (Top): Menu update.
186
189e7007
GM
1872014-02-20 Glenn Morris <rgm@gnu.org>
188
189 * functions.texi (Defining Functions): Mention defalias-fset-function.
190
add6de1c
SM
1912014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 * minibuf.texi (Completion Commands): Don't document obsolete
194 `common-substring' arg of display-completion-list.
195
2836affa
GM
1962014-02-17 Glenn Morris <rgm@gnu.org>
197
198 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
199 Mention read-regexp-defaults-function.
200
47a73eb0
GM
2012014-02-13 Glenn Morris <rgm@gnu.org>
202
203 * debugging.texi (Debugger Commands): Tiny edits.
204
fa792979
GM
2052014-02-12 Glenn Morris <rgm@gnu.org>
206
207 * package.texi (Simple Packages): Describe URL and Keywords headers.
208
63d93efd
LI
2092014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
210
add6de1c
SM
211 * text.texi (User-Level Deletion):
212 Document `delete-trailing-whitespace' (bug#15309).
63d93efd 213
d6d5fdf8
LI
2142014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
215
438241f5
LI
216 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
217
981c3e4f
LI
218 * display.texi (Blinking): Clarify doc string in example (bug#10658).
219
d6d5fdf8
LI
220 * commands.texi (Accessing Mouse): Mention that these function
221 also work on keyboard events (bug#14228).
28d51810 222 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
d6d5fdf8 223
fff711ee
LI
2242014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
225
241781b6
LI
226 * display.texi (Face Attributes): Add an index (bug#14924).
227
fff711ee
LI
228 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
229
314ffdb1
GM
2302014-02-06 Glenn Morris <rgm@gnu.org>
231
232 * display.texi (Truncation):
233 * positions.texi (Screen Lines): Do not mention cache-long-scans.
234
bd21bf41
JL
2352014-01-31 Juri Linkov <juri@jurta.org>
236
237 * searching.texi (String Search): Incremental word search fixes.
238
e3bd7eed
GM
2392014-01-28 Glenn Morris <rgm@gnu.org>
240
241 * text.texi (Indent Tabs): Update related to tab-stops.
242
0db19d38
GM
2432014-01-24 Glenn Morris <rgm@gnu.org>
244
1e548e40
GM
245 * control.texi (Handling Errors): Update with-demoted-errors.
246
0db19d38
GM
247 * files.texi (File Locks): Every platform supports locking now.
248
7b997b14
GM
2492014-01-22 Glenn Morris <rgm@gnu.org>
250
251 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
252
64295f83
GM
2532014-01-20 Glenn Morris <rgm@gnu.org>
254
255 * hash.texi (Other Hash): Do not mention subr-x.el functions;
256 reverts 2013-12-22 change.
257
122ff675
SM
2582014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * functions.texi (Advising Functions): New section.
261 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
262 run-hook-wrapped any more.
263 (Hooks): Link to the new Advising Functions node.
264 * elisp.texi (Top): Don't include advice.texi.
265 * advice.texi: Remove.
266 * makefile.w32-in (srcs):
267 * Makefile.in (srcs): Adjust accordingly.
268
fa49b469
RS
2692014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
270
9fb07a9e
RS
271 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
272
fa49b469
RS
273 * strings.texi (Text Comparison): Document `string-suffix-p'.
274
d831c9b8
GM
2752014-01-07 Glenn Morris <rgm@gnu.org>
276
277 * files.texi (File Attributes): Fix superscipt typo.
278
de7ce2d1
CY
2792014-01-07 Chong Yidong <cyd@gnu.org>
280
281 * files.texi (Changing Files): Document copy-file changes.
282
809d2ce4
GM
2832014-01-07 Glenn Morris <rgm@gnu.org>
284
285 * display.texi (Logging Messages): Copyedits re messages-buffer.
286
c6ab4664
PE
2872014-01-06 Paul Eggert <eggert@cs.ucla.edu>
288
289 Specify .texi encoding (Bug#16292).
290 * back.texi, book-spine.texi, lay-flat.texi:
291 Add @documentencoding.
292
81c7d631
CY
2932014-01-05 Chong Yidong <cyd@gnu.org>
294
295 * backups.texi (Making Backups): Document backup-buffer change.
296
297 * files.texi (Visiting Files): Copyedits.
298 (Testing Accessibility): Mention ACLs. Move file-modes here from
299 File Attributes.
300 (Truenames): Move file-equal-p here from Kinds of Files.
301 (File Attributes): Move file-newer-than-file-p here from Testing
302 Accessibility.
303 (Extended Attributes): New node. Add file-extended-attributes.
304 (Changing Files): Document set-file-extended-attributes.
305
306 * commands.texi (Defining Commands): Document the interactive-form
307 property more carefully. Document interactive-only.
308
309 * compile.texi (Compiler Errors): Copyedits. Note that the
310 details for byte-compile-warnings are in its docstring.
311
312 * minibuf.texi (Minibuffer Contents): Remove obsolete function
313 minibuffer-completion-contents.
314
315 * variables.texi (Defining Variables): Note that defvar acts
316 always on the dynamic value.
317
318 * customize.texi (Variable Definitions): Likewise.
319
7c2127d0
PE
3202014-01-05 Paul Eggert <eggert@cs.ucla.edu>
321
5a0f4e90
PE
322 Document vconcat and the empty vector (Bug#16246).
323 * sequences.texi (Vector Functions):
324 Document behavior better when the result is empty.
325
7c2127d0
PE
326 Document behavior of (string-to-number "+@") (Bug#16293).
327 * strings.texi (String Conversion): Document behavior of
328 string-to-number on invalid strings that begin with "+", too.
329
d6d78511
CY
3302014-01-03 Chong Yidong <cyd@gnu.org>
331
332 * help.texi (Documentation, Accessing Documentation): Copyedits.
333 (Documentation Basics): Rewrite, avoiding a repeat discussion of
334 docstring conventions.
335
336 * tips.texi (Documentation Tips): Move discussion of
337 emacs-lisp-docstring-fill-column here from Documentation Basics.
338
339 * compile.texi (Docs and Compilation): Copyedits.
340
33f846fb
GM
3412014-01-02 Glenn Morris <rgm@gnu.org>
342
343 * numbers.texi (Numeric Conversions): Fix a typo.
344
a560b856
PE
3452013-12-29 Paul Eggert <eggert@cs.ucla.edu>
346
347 Plain copy-file no longer chmods an existing destination (Bug#16133).
348 * files.texi (Changing Files): Document this.
349
4364185f
CY
3502013-12-28 Chong Yidong <cyd@gnu.org>
351
352 * modes.texi (Auto Major Mode): Document interpreter-mode-alist
353 change.
354
355 * buffers.texi (Modification Time): Document visited-file-modtime
356 change.
357
c04d52fb
GM
3582013-12-28 Glenn Morris <rgm@gnu.org>
359
360 * control.texi (Pattern matching case statement): Brevity.
361
0f1d2934
CY
3622013-12-27 Chong Yidong <cyd@gnu.org>
363
364 * functions.texi (Function Cells):
365 * eval.texi (Function Indirection): Update for the fact that
366 symbol-function no longer signals an error.
367
368 * commands.texi (Reading One Event): Mention keyboard coding.
369
370 * keymaps.texi (Translation Keymaps, Translation Keymaps):
371 * nonascii.texi (Terminal I/O Encoding): Copyedits.
372
2200a8c9
CY
3732013-12-26 Chong Yidong <cyd@gnu.org>
374
375 * advice.texi (Advising Functions, Defining Advice): Special forms
376 can no longer be advised.
377
c9352587
CY
3782013-12-25 Chong Yidong <cyd@gnu.org>
379
380 * keymaps.texi (Active Keymaps): Re-organize the text.
381 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
382 (Controlling Active Maps): Note that set-transient-map uses
383 overriding-terminal-local-map.
384
385 * tips.texi (Coding Conventions): Tweak the coding system tip;
386 Emacs now uses utf-8 by default for Emacs Lisp source files.
387
388 * display.texi (Font Selection): Tweak example.
389
390 * commands.texi (Event Input Misc): Document new arg to
391 input-pending-p.
392
393 * nonascii.texi (Specifying Coding Systems): Don't refer to
394 emacs-mule-dos.
395 (Lisp and Coding Systems): Describe emacs-mule return value in
396 modern terms.
397
ff1c842a
TH
3982013-12-25 Tassilo Horn <tsdh@gnu.org>
399
400 * control.texi (Pattern matching case statement): Rephrase lexical
401 binding requirement: the example needs it, not `pcase' itself.
402
362397ed
CY
4032013-12-25 Chong Yidong <cyd@gnu.org>
404
405 * eval.texi (Eval): Document the LEXICAL arg to eval.
406
407 * variables.texi (Variables, Void Variables): Use "scoping rule"
408 terminology consistently.
409 (Variable Scoping): Add index entries, and use "dynamic scope"
410 terminology in place of "indefinite scope" to reduce confusion.
411 (Lexical Binding): Document lexical environment format.
412 (Using Lexical Binding): Add index entries for error messages.
413
a9560047
TH
4142013-12-24 Tassilo Horn <tsdh@gnu.org>
415
416 * control.texi (Pattern matching case statement): Fix missing
add6de1c
SM
417 argument in simple expression language sample (Bug#16238).
418 Add some sample programs written in that language. Mention that
a9560047
TH
419 `pcase' requires lexical binding.
420
46291d11
XF
4212013-12-23 Xue Fuqiao <xfq.free@gmail.com>
422
2d778742
XF
423 * eval.texi (Special Forms): Document `special-form-p'.
424
425 * macros.texi (Simple Macro): Document `macrop'.
426
882b0b86
XF
427 * files.texi (Changing Files): Fix an argument of `copy-file'.
428
46291d11
XF
429 * strings.texi (Creating Strings): Document TRIM in `split-string'.
430
8cd22a08
CY
4312013-12-23 Chong Yidong <cyd@gnu.org>
432
add6de1c
SM
433 * keymaps.texi (Controlling Active Maps):
434 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
8cd22a08
CY
435 (Searching Keymaps): The transient keymap takes precedence.
436
aec3bf9f
GM
4372013-12-23 Glenn Morris <rgm@gnu.org>
438
439 * loading.texi (How Programs Do Loading, Load Suffixes):
440 Mention `load-prefer-newer'.
441
bb962da2
XF
4422013-12-22 Xue Fuqiao <xfq.free@gmail.com>
443
aec3bf9f
GM
444 * hash.texi (Other Hash): Document `hash-table-keys'
445 and `hash-table-values'.
bb962da2 446
77e5bcc5
EZ
4472013-12-22 Eli Zaretskii <eliz@gnu.org>
448
449 * nonascii.texi (Character Properties): NAME or OLD-NAME
450 properties can be nil (there's no empty string).
a9877c32 451 (Character Properties): Update the reference to the UCD.
77e5bcc5 452
c9832cd8
XF
4532013-12-22 Xue Fuqiao <xfq.free@gmail.com>
454
77e5bcc5
EZ
455 * sequences.texi (Bool-Vectors): Document new bool-vector set
456 operation functions.
8fc36a68 457
05e8f1ae
XF
458 * text.texi (Examining Properties): Document `get-pos-property'.
459
aec3bf9f
GM
460 * variables.texi (Directory Local Variables):
461 Document `enable-dir-local-variables'.
b345c561 462
aec3bf9f
GM
463 * debugging.texi (Debugger Commands):
464 Document `debugger-toggle-locals'.
c9832cd8 465
77221051
CY
4662013-12-21 Chong Yidong <cyd@gnu.org>
467
468 * text.texi (Region Indent): Note the new interactive behavior of
469 indent-rigidly.
470
dfff9284
TH
4712013-12-20 Tassilo Horn <tsdh@gnu.org>
472
3fbba716
TH
473 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
474 one or many arguments.
475
6f1de4d1
TH
476 * display.texi: Document `messages-buffer'.
477
dfff9284
TH
478 * os.texi: Document `initial-buffer-choice' changes.
479
f5df4ceb
CY
4802013-12-20 Chong Yidong <cyd@gnu.org>
481
482 * text.texi (Changing Properties): Improve documentation for
483 add-face-text-property.
484 (Special Properties): Mention add-face-text-property.
485
fb891cc8
CY
4862013-12-18 Chong Yidong <cyd@gnu.org>
487
18874304
CY
488 * customize.texi (Custom Themes): Document custom-known-themes
489 (Bug#15717).
490
fb891cc8
CY
491 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
492 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
493
06a4f110
GM
4942013-12-13 Glenn Morris <rgm@gnu.org>
495
496 * internals.texi (Building Emacs):
497 * loading.texi (Library Search): Mention that site-load,
498 site-init cannot change load-path.
499
b55e11bf
GM
5002013-12-12 Glenn Morris <rgm@gnu.org>
501
502 * elisp.texi: Tweak dircategory.
503
01633a17
EZ
5042013-12-12 Eli Zaretskii <eliz@gnu.org>
505
506 * nonascii.texi (Encoding and I/O): Document file-name encoding
507 peculiarities on MS-Windows.
508
f9405d87
GM
5092013-12-12 Glenn Morris <rgm@gnu.org>
510
511 * elisp.texi: Sync direntry with info/dir version.
512
36291308
JB
5132013-12-08 Juanma Barranquero <lekktu@gmail.com>
514
515 * display.texi (Progress, Face Remapping):
516 * processes.texi (Serial Ports):
517 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
518
c085e5b9
JL
5192013-12-04 Juri Linkov <juri@jurta.org>
520
521 * searching.texi (Search and Replace): Fix `unread-command-events'
522 and add ref.
523
9139632a
JL
5242013-12-03 Juri Linkov <juri@jurta.org>
525
526 * windows.texi (Choosing Window): Rename `no-display-ok' to
527 `allow-no-window'. (Bug#13594)
528
26e4aa7d
GM
5292013-11-30 Glenn Morris <rgm@gnu.org>
530
531 * Makefile.in (distclean): Remove Makefile.
532
c8f0efc2
AP
5332013-11-29 Andreas Politz <politza@fh-trier.de>
534
535 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
536 (Bug#14029).
537
cb6c95a3
GM
5382013-11-27 Glenn Morris <rgm@gnu.org>
539
540 * loading.texi (Library Search):
541 * os.texi (Startup Summary): No more leim directory.
542
d6686055
GM
5432013-11-26 Glenn Morris <rgm@gnu.org>
544
545 * os.texi (Startup Summary): Update for leim-list being preloaded.
546
f6083c67
BJ
5472013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
548
549 * frames.texi (Input Focus):
550 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
551
17e0445b
GM
5522013-11-23 Glenn Morris <rgm@gnu.org>
553
554 * loading.texi (Library Search):
555 Empty elements in EMACSLOADPATH now mean the default load-path.
556
88fa559d
GM
5572013-11-22 Glenn Morris <rgm@gnu.org>
558
559 * loading.texi (Library Search): Minor clarification.
560
f0cfa5fe
LL
5612013-11-20 Leo Liu <sdl.web@gmail.com>
562
563 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
564
a6e3a5d5
XF
5652013-11-19 Xue Fuqiao <xfq.free@gmail.com>
566
567 * os.texi (File Notifications): Add an index.
568
569 * loading.texi (Loading): Add an cross-reference.
570
4ae3802f
XF
5712013-11-18 Xue Fuqiao <xfq.free@gmail.com>
572
573 * os.texi (Session Management, Desktop Notifications): Add some
574 indexes and a cross-reference.
575
de586f99
XF
5762013-11-17 Xue Fuqiao <xfq.free@gmail.com>
577
35e951cd
JB
578 * os.texi (Time Parsing, Processor Run Time, Input Modes)
579 (Terminal Output): Minor fixes.
de586f99 580
90794abb
GM
5812013-11-14 Glenn Morris <rgm@gnu.org>
582
583 * loading.texi (Library Search): Update section.
584
7d3bb569
XF
5852013-11-11 Xue Fuqiao <xfq.free@gmail.com>
586
587 * os.texi (User Identification, Time of Day, Time Conversion):
588 Minor fixes.
589
fb193bb4
JD
5902013-11-10 Jan Djärv <jan.h.d@swipnet.se>
591
592 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
593
be9d2b46
XF
5942013-11-09 Xue Fuqiao <xfq.free@gmail.com>
595
596 * os.texi (Startup Summary): Add an index about startup screen.
6e466459 597 Typo fix.
d612ddbb 598 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
be9d2b46 599
8acb09ca
EZ
6002013-11-08 Eli Zaretskii <eliz@gnu.org>
601
602 * display.texi (Truncation): Document that cache-long-scans is now
603 non-nil by default. (Bug#15797)
604
c67c5132
EZ
6052013-11-05 Eli Zaretskii <eliz@gnu.org>
606
607 * lists.texi (Rearrangement): Fix indexing.
608
609 * display.texi (Bidirectional Display): Fix indexing.
610
29aa2b71
XF
6112013-11-05 Xue Fuqiao <xfq.free@gmail.com>
612
5e21526f
XF
613 * lists.texi (Rearrangement): Improve indexing.
614
29aa2b71 615 * display.texi (Glyphs): Add an index for glyph code.
5e21526f 616 (Bidirectional Display): Improve indexing.
29aa2b71 617
3c334c14
JD
6182013-11-01 Jan Djärv <jan.h.d@swipnet.se>
619
620 * display.texi (Face Attributes): Document :distant-foreground.
621
bc5184ab
XF
6222013-10-30 Xue Fuqiao <xfq.free@gmail.com>
623
624 * display.texi (Abstract Display): Improve indexing.
625
23af34b0
SM
6262013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
627
628 * display.texi (Selective Display): Discourage the use of explicit
629 selective display.
630
81cf3b07
XF
6312013-10-29 Xue Fuqiao <xfq.free@gmail.com>
632
027d950f
XF
633 * display.texi (Showing Images): Add an index for image-size.
634 Use @code instead of @var for a normal variable.
142207c0 635 (Multi-Frame Images): Improve indexing.
3440d80e 636 (Button Buffer Commands): Use @code instead of @var for a normal variable.
e54711f3 637 (Abstract Display): Explain the meaning of Ewoc.
81cf3b07 638
3c640e29
XF
6392013-10-27 Xue Fuqiao <xfq.free@gmail.com>
640
44e0cfaf 641 * display.texi (Image Descriptors): Improve indexing.
3c640e29 642
7db9c31e
XF
6432013-10-26 Xue Fuqiao <xfq.free@gmail.com>
644
645 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
918a7ad4 646 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
7db9c31e 647
619a46f8
XF
6482013-10-25 Xue Fuqiao <xfq.free@gmail.com>
649
650 * display.texi (Fontsets): Minor wording fix.
3e1300f7
XF
651 (Low-Level Font): Improve indexing.
652
653 * nonascii.texi (Character Properties): Add an index for script symbols.
619a46f8 654
578ef6b9
XF
6552013-10-24 Xue Fuqiao <xfq.free@gmail.com>
656
657 * display.texi (Face Remapping): Add indexes for face remapping.
4fa11a36 658 (Font Selection): Add indexes.
8b78f36c 659 (Low-Level Font): Add an index for font registry.
578ef6b9 660
48f73cfb
GM
6612013-10-23 Glenn Morris <rgm@gnu.org>
662
76f1a3c3
GM
663 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
664 Nuke @refill.
665
48f73cfb
GM
666 * Makefile.in (install-dvi, install-html, install-pdf)
667 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
668 (uninstall-pdf): Quote entities that might contain whitespace.
669
8d02f0ad
XF
6702013-10-19 Xue Fuqiao <xfq.free@gmail.com>
671
76f1a3c3
GM
672 * display.texi (Face Attributes): Add indexes for the ‘:box’
673 face attribute.
8d02f0ad 674
917ac5eb
XF
6752013-10-18 Xue Fuqiao <xfq.free@gmail.com>
676
74f202ae 677 * display.texi (Line Height): Add indexes for line height.
917ac5eb 678
475c7d3f
XF
6792013-10-17 Xue Fuqiao <xfq.free@gmail.com>
680
681 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
682
89f20e05
XF
6832013-10-16 Xue Fuqiao <xfq.free@gmail.com>
684
685 * display.texi (Selective Display): Add an index for explicit
686 selective display.
687
2641f1a5
XF
6882013-10-15 Xue Fuqiao <xfq.free@gmail.com>
689
690 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
691
8c106d17
GM
6922013-10-13 Glenn Morris <rgm@gnu.org>
693
694 * intro.texi (Acknowledgments): Use accented form of some names.
695
fa022909
GM
6962013-10-09 Glenn Morris <rgm@gnu.org>
697
698 * control.texi (Conditionals): Copyedits. (Bug#15558)
699
4ed77415 7002013-10-08 Eli Zaretskii <eliz@gnu.org>
981b26a6 701
4ed77415 702 Support menus on text-mode terminals.
add6de1c
SM
703 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
704 Modify wording to the effect that menus are supported on TTYs.
981b26a6
EZ
705
706 * frames.texi (Pop-Up Menus, Dialog Boxes)
707 (Display Feature Testing): Update for menu support on TTYs.
708
6de913c4
SM
7092013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
712 non-headings.
713
9e73b242
XF
7142013-10-05 Xue Fuqiao <xfq.free@gmail.com>
715
716 * syntax.texi (Categories): Add an index for category sets.
717
79b3ad55
XF
7182013-10-03 Xue Fuqiao <xfq.free@gmail.com>
719
35e951cd 720 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
79b3ad55 721
8c1f51ff
XF
7222013-10-02 Xue Fuqiao <xfq.free@gmail.com>
723
724 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
725
6cfe977d
XF
7262013-09-29 Xue Fuqiao <xfq.free@gmail.com>
727
728 * searching.texi (Regexp Search): Refine.
729
69b3debc
XF
7302013-09-22 Xue Fuqiao <xfq.free@gmail.com>
731
732 * nonascii.texi (Default Coding Systems): Typo fix.
733
87829449
XF
7342013-09-21 Xue Fuqiao <xfq.free@gmail.com>
735
736 * nonascii.texi (Coding System Basics): Add information about carriage-return.
737
0df00f59
EZ
7382013-09-14 Eli Zaretskii <eliz@gnu.org>
739
740 * display.texi (Display Margins): State the units of measuring
741 margin width. (Bug#15375)
742
3509fb40
EZ
7432013-09-13 Eli Zaretskii <eliz@gnu.org>
744
745 * text.texi (Not Intervals): Minor wording fix.
746
99d8e6d6
XF
7472013-09-12 Xue Fuqiao <xfq.free@gmail.com>
748
3509fb40
EZ
749 * functions.texi (Obsolete Functions): Add an index for obsolete
750 functions.
99d8e6d6 751
44ee2147
XF
7522013-09-11 Xue Fuqiao <xfq.free@gmail.com>
753
754 * nonascii.texi (Character Properties): Character properties fix
755 for decimal-digit-value and digit-value.
756
eb31a86c
SM
7572013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
758
759 * macros.texi (Defining Macros): Prefer "function" to "lambda
760 expression" (bug#15296).
761
50b13cde
PE
7622013-08-28 Paul Eggert <eggert@cs.ucla.edu>
763
764 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
765 for portability to hosts where /bin/sh has problems.
766
a8544941
SM
7672013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
768
769 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
770
9f0809d4
EZ
7712013-08-20 Eli Zaretskii <eliz@gnu.org>
772
773 * files.texi (Information about Files): Mention file names with
774 trailing blanks on MS-Windows. (Bug#15130)
775
c5074806
XF
7762013-08-18 Xue Fuqiao <xfq.free@gmail.com>
777
778 * positions.texi (Positions): Improve indexing.
779
e2c90473
EZ
7802013-08-18 Eli Zaretskii <eliz@gnu.org>
781
782 * markers.texi (The Region): Improve indexing.
783
278d6dd0
XF
7842013-08-17 Xue Fuqiao <xfq.free@gmail.com>
785
ab100635
XF
786 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
787
278d6dd0
XF
788 * text.texi (Maintaining Undo): Mention interactive call of
789 buffer-disable-undo.
c9b39934 790 (Filling): Add cross-reference for hard newlines.
d3110177 791 (Sorting): Fix indentation.
38b4c7f8 792 (Columns): Comment out undefined behavior.
ad6643fe 793 (Case Changes): Fix an `args-out-of-range' error in the example.
278d6dd0 794
2bede2ed
XF
7952013-08-16 Xue Fuqiao <xfq.free@gmail.com>
796
c8068af5 797 * text.texi (Insertion): Refine.
bd805d5b 798 (Margins): Add an index.
e4043ba0 799 (Undo): Doc fix for `buffer-undo-list'.
8b8bf4a3 800
2bede2ed 801 * positions.texi (Character Motion):
35e951cd
JB
802 * markers.texi (Moving Markers, Creating Markers):
803 Comment out undefined behavior.
2bede2ed 804
7cbbcaa0
XF
8052013-08-15 Xue Fuqiao <xfq.free@gmail.com>
806
807 * markers.texi (The Region): Add/move indexes.
808
8259030d
LMI
8092013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
810
811 * display.texi (ImageMagick Images): Mention :content-type and
812 `image-content-type-suffixes'.
813
f73f4ce6
XF
8142013-08-13 Xue Fuqiao <xfq.free@gmail.com>
815
816 * positions.texi (Word Motion): Remove redundant sentence.
817
3e6b67c9
GM
8182013-08-13 Glenn Morris <rgm@gnu.org>
819
820 * lists.texi (List Elements):
821 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
822
5c41e9ff
XF
8232013-08-13 Xue Fuqiao <xfq.free@gmail.com>
824
916119ec 825 * frames.texi (Display Feature Testing): Add indexes.
5c41e9ff 826
8496d8d7
GM
8272013-08-12 Glenn Morris <rgm@gnu.org>
828
829 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
830 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
831 (INSTALL_DATA): New, set by configure.
832 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
833 New variables.
834 (.SUFFIXES): Add .ps and .dvi.
835 (.dvi.ps): New suffix rule.
836 (dvi, html, pdf, ps): Use *_TARGETS variables.
837 (elisp.html): Use HTML_OPTS.
838 (elisp.ps): Remove explicit rule.
c295fc18
JB
839 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
840 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
8496d8d7
GM
841 uninstall-ps, and uninstall-doc.
842 (install-dvi, install-html, install-pdf, install-ps, install-doc)
843 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
844 (uninstall-doc): New rules.
845 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
846
3a3bb904
XF
8472013-08-10 Xue Fuqiao <xfq.free@gmail.com>
848
849 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
850
4517cbc2
XF
8512013-08-09 Xue Fuqiao <xfq.free@gmail.com>
852
853 * control.texi (Error Symbols): Minor fix for previous change.
854
54bd972f
SM
8552013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
856
857 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
858
859 * control.texi (Signaling Errors): Refer to define-error.
860 (Error Symbols): Add `define-error'.
861
e30b79c1
DA
8622013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
863
864 * positions.texi (Motion by Screen Lines):
865 * display.texi (Truncation): Rename `cache-long-line-scans'
866 to `cache-long-scans'.
867
123ff297
XF
8682013-08-05 Xue Fuqiao <xfq.free@gmail.com>
869
870 * windows.texi (Window Start and End): Add an index.
871
9097ad86
XF
8722013-08-02 Xue Fuqiao <xfq.free@gmail.com>
873
874 * display.texi (Face Functions): Add an index.
875
876 * variables.texi (Variable Aliases): Add an index.
877
878 * functions.texi (Defining Functions): Add an index.
879
880 * nonascii.texi (Coding System Basics): Add an index.
881
64a695bd
XF
8822013-07-31 Xue Fuqiao <xfq.free@gmail.com>
883
884 * nonascii.texi (Non-ASCII Characters): Update menu.
885 (Disabling Multibyte): Move here from doc/emacs/mule.texi. Fix cross-references.
886
887 * elisp.texi (Top): Update menu.
888
39e8fb76
XF
8892013-07-30 Xue Fuqiao <xfq.free@gmail.com>
890
891 * windows.texi (Window History): Mention the default value of
3cd51eaa 892 switch-to-visible-buffer. Add cross-references.
39e8fb76 893
95e6e62b
MA
8942013-07-24 Michael Albinus <michael.albinus@gmx.de>
895
896 * errors.texi (Standard Errors): Fix typo.
897
898 * files.texi (Magic File Names):
899 * os.texi (File Notifications): Remove file-notify-supported-p.
900
53840e55
PE
9012013-07-24 Paul Eggert <eggert@cs.ucla.edu>
902
903 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
904 non-well-formed expressions result in unspecified behavior, though
905 Emacs will not crash.
906
32813ea7
MA
9072013-07-22 Michael Albinus <michael.albinus@gmx.de>
908
909 * files.texi (Magic File Names): Add file-notify-add-watch,
add6de1c
SM
910 file-notify-rm-watch and file-notify-supported-p.
911 Move file-remote-p down.
32813ea7
MA
912
913 * errors.texi (Standard Errors): Add file-notify-error.
914
915 * os.texi (Desktop Notifications): Rename from Notifications.
916 (File Notifications): New node.
917
918 * elisp.texi (Top): Update menu for these changes.
919
ac446ed8
XF
9202013-07-19 Xue Fuqiao <xfq.free@gmail.com>
921
922 * windows.texi (Display Action Functions): Mention next-window.
923
e6c005c5
XF
9242013-07-16 Xue Fuqiao <xfq.free@gmail.com>
925
926 * windows.texi (Selecting Windows): Fix the introduction of
927 `set-frame-selected-window''s arguments.
928
954b166e
PE
9292013-07-10 Paul Eggert <eggert@cs.ucla.edu>
930
931 Timestamp fixes for undo (Bug#14824).
932 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
933
3323c263
EZ
9342013-07-06 Eli Zaretskii <eliz@gnu.org>
935
936 * nonascii.texi (Text Representations): Document that
937 multibyte-string-p returns nil for non-string objects.
938
4431e6d9 9392013-07-06 Glenn Morris <rgm@gnu.org>
d4aa7284
GM
940
941 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
942
a944db14
GM
9432013-07-03 Glenn Morris <rgm@gnu.org>
944
945 * debugging.texi (Debugging):
946 * files.texi (File Attributes, Changing Files): Fix cross-references.
947
948 * package.texi (Package Archives): Fix @url call.
949
253e30aa
GM
950 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
951
4c672a0f
EZ
9522013-06-29 Eli Zaretskii <eliz@gnu.org>
953
954 * display.texi (Bidirectional Display): Document move-point-visually.
955
4366ddd4
XF
9562013-06-29 Xue Fuqiao <xfq.free@gmail.com>
957
958 * buffers.texi (Buffer File Name): Fix typo.
959
bace8013
CS
9602013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
961
962 * tips.texi (Coding Conventions): Improve wording.
963
f99f7826 9642013-06-24 Glenn Morris <rgm@gnu.org>
e8b3825d
GM
965
966 * loading.texi (Autoload): Fix typo.
967
611e8a48
GM
968 * variables.texi (Lexical Binding): Fix typo.
969
edfaf7c0
GM
970 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
971
f3f9606c
LMI
9722013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
973
974 * display.texi (ImageMagick Images): Mention :max-width and
975 :max-height.
976
89561f72
PE
9772013-06-20 Paul Eggert <eggert@cs.ucla.edu>
978
979 * numbers.texi (Math Functions): Remove obsolete function log10.
980
9716fedb
SM
9812013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
984 rather than `local-map'.
985
986 * keymaps.texi (Active Keymaps): Fix documentation of
987 set-temporary-overlay-map and overriding-terminal-local-map.
988
789cf833
GM
9892013-06-19 Glenn Morris <rgm@gnu.org>
990
991 * Makefile.in (dist): Edit more configure variables.
992 Try to check that we do not miss any in future.
993
254408ca
JB
9942013-06-17 Juanma Barranquero <lekktu@gmail.com>
995
996 * text.texi (Undo, Changing Properties): Fix typos.
997
708e05f6
LMI
9982013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
999
1000 * text.texi (Changing Properties): Document `add-face-text-property'.
1001
3da95318
KH
10022013-06-17 Kenichi Handa <handa@gnu.org>
1003
1004 * display.texi (Face Attributes): Refer to "Low-Level font" (not
2c149f93 1005 "Font Selection") in the explanation of :font attribute (bug#14629).
3da95318 1006
de0503df
SM
10072013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1010 Document with-eval-after-load instead of eval-after-load.
1011
823777b5
XF
10122013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1013
1014 * files.texi (File Name Expansion): Make the example more
1015 intuitive.
1016
08c0a604
PE
10172013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1018
1019 Documentation fix for 'ls' and hard links.
1020 * compile.texi (Compilation Functions):
1021 * files.texi (File Attributes, Changing Files):
1022 Use current format for GNU 'ls' output.
1023 (File Attributes): Fix problem introduced in previous change:
1024 the link count is the number of hard links, not the number
1025 of hard links + 1.
1026
e4568f3b
XF
10272013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1028
1029 * files.texi (File Attributes): Fix typo.
1030
a5cf7779
SM
10312013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1032
1033 * functions.texi (Lambda Expressions): Lambda expressions don't
1034 evaluate to themselves in general (bug#11782).
1035
6e911150
SM
10362013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1037
1038 * loading.texi (Autoload):
1039 * help.texi (Documentation Basics, Accessing Documentation)
1040 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1041
b02b5481
GM
10422013-04-23 Glenn Morris <rgm@gnu.org>
1043
1044 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1045 Tweak other to avoid overly long line.
1046
f8152bcb
XF
10472013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1048
84ebefe9 1049 * internals.texi (Writing Emacs Primitives): Remove unnecessary
35e951cd 1050 references to the sources. (Bug#13800)
84ebefe9 1051
f8152bcb
XF
1052 * searching.texi (Regexp Backslash): Doc fix for backslash
1053 constructs in regular expressions.
1054
8fa2654e
CS
10552013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1056
1057 * tips.texi (Coding Conventions): Mention separation of package
1058 descriptor and name of internal symbols by two hyphens.
1059
0aa3616e
SB
10602013-04-13 Stephen Berman <stephen.berman@gmx.net>
1061
1062 * windows.texi (Splitting Windows): Change category of
1063 split-window from a command to a function.
1064
cd542620
CY
10652013-04-06 Chong Yidong <cyd@gnu.org>
1066
1067 * display.texi (Faces): Minor clarifications.
6e911150
SM
1068 (Defining Faces): Clarify default vs custom face specs.
1069 Document face-spec-set.
cd542620
CY
1070
1071 * display.texi (Overlay Properties):
1072 * text.texi (Special Properties): Use the "anonymous face"
1073 terminology. Describe foreground-color and background-color forms
1074 as compatibility-only.
1075
8d0c20ae
EZ
10762013-03-24 Eli Zaretskii <eliz@gnu.org>
1077
1078 * compile.texi (Byte-Code Objects): Add index entry.
1079 (Disassembly): Add cross-references.
1080
45f1d362
EZ
10812013-03-23 Eli Zaretskii <eliz@gnu.org>
1082
1083 * frames.texi (Size Parameters): More accurate description of the
1084 difference between 'fullboth' and 'maximized'. (Bug#13935)
1085
5784e319
CS
10862013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1087
1088 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1089
78be8b64 10902013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
1091
1092 * elisp.texi: Add some stuff specific to www.gnu.org.
1093
b388e7ad
TZ
10942013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1095
1096 * control.texi (Pattern matching case statement): Fix typo.
1097
681ebc33
PE
10982013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1099
1100 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1101
9bed73f3
GM
11022013-03-03 Glenn Morris <rgm@gnu.org>
1103
1104 * objects.texi (Symbol Type): Fix typo.
1105
929aeac6 11062013-02-28 Bastien Guerry <bzg@gnu.org>
5765e9e0
BG
1107
1108 * variables.texi (File Local Variables): Fix reference.
1109
1abfd3e8 11102013-02-24 Eli Zaretskii <eliz@gnu.org>
39ef03af
EZ
1111
1112 * files.texi (Magic File Names): Improve wording and indexing.
1113
f0c954fa
GM
11142013-02-21 Glenn Morris <rgm@gnu.org>
1115
1116 * display.texi (Multi-Frame Images): Minor rephrasing.
1117
1e56f8ef
GM
11182013-02-20 Glenn Morris <rgm@gnu.org>
1119
1120 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1121 (ImageMagick Images): For :index, use an xref rather than duplicating.
1122 (Other Image Types): Add GIF, adjust formatting.
1123 (Multi-Frame Images): Rename from Animated Images. Expand section.
1124 * elisp.texi (Top): Update menu for these changes.
1125
93c2fa46
GM
11262013-02-19 Glenn Morris <rgm@gnu.org>
1127
1128 * text.texi (Change Hooks): Fix typo.
1129
d64d97e5 11302013-02-15 Glenn Morris <rgm@gnu.org>
df1af142
GM
1131
1132 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1133
b5ca9d53
GM
11342013-02-13 Glenn Morris <rgm@gnu.org>
1135
b6c3e4b1
GM
1136 * objects.texi (Char-Table Type): Add footnote about #^^.
1137
b5ca9d53
GM
1138 * modes.texi (Minor Mode Conventions): Fix typo.
1139
85adc63f
GM
1140 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1141 meta characters; this changed in 22.1. (Bug#13684)
1142
662abcc1
GM
1143 * objects.texi (Char-Table Type): Add cindex.
1144
9d6c9dd1
GM
1145 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1146
490a9458 11472013-02-10 Glenn Morris <rgm@gnu.org>
dc55466e
GM
1148
1149 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1150
8549f9e8
EZ
11512013-02-09 Eli Zaretskii <eliz@gnu.org>
1152
1153 * modes.texi (%-Constructs): Remove the description of %t.
1154
1155 * nonascii.texi (MS-DOS File Types): Delete node.
1156
7bd00724
GM
11572013-02-08 Glenn Morris <rgm@gnu.org>
1158
1159 * keymaps.texi (Active Keymaps, Searching Keymaps):
1160 Remove confusing mention of "symbolic prefix". (Bug#13643)
1161
795e7a5b 11622013-01-19 Glenn Morris <rgm@gnu.org>
f8a42ad6
GM
1163
1164 * macros.texi (Indenting Macros): Fix order of an indent
1165 symbol's arguments. (Bug#13450)
1166
b3fbb395
PE
11672013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1168
1169 Allow floating-point file offsets.
1170 * files.texi (Reading from Files, Writing to Files):
1171 Say that file offsets can be numbers, not just integers.
1172
45a7e57c
GM
11732013-01-09 Glenn Morris <rgm@gnu.org>
1174
1175 * commands.texi (Interactive Codes):
1176 Whitespace does not terminate interactive "S". (Bug#13393)
1177
04c48b14
CY
11782013-01-06 Chong Yidong <cyd@gnu.org>
1179
1180 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1181
1f1c405d
GM
11822013-01-05 Glenn Morris <rgm@gnu.org>
1183
1184 * display.texi (Overlay Properties): Mention field. (Bug#13364)
1185
5d7c18a8
EZ
11862013-01-05 Eli Zaretskii <eliz@gnu.org>
1187
1188 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1189 directive in a group of items.
1190
89cb305e 11912013-01-05 Chong Yidong <cyd@gnu.org>
27e4813f
CY
1192
1193 * keymaps.texi (Key Sequences): Remove obsolete sentence
1194 (Bug#13356).
1195
0f668a4d 11962013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4217dc29
AR
1197
1198 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
1199
553081a5
SM
12002013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * files.texi (File Attributes): Undocument return format of file-acl.
1203
1cbb9ed6
GM
12042013-01-03 Glenn Morris <rgm@gnu.org>
1205
75e78d1e
GM
1206 * processes.texi (System Processes):
1207 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1208
5f1a9647
GM
1209 * searching.texi (Replacing Match): Fix xref.
1210
1cbb9ed6
GM
1211 * elisp.texi (DATE): Bump to Jan 2013.
1212
9539d465 12132013-01-02 Glenn Morris <rgm@gnu.org>
9800c5b0 1214
22ff2cb8
GM
1215 * customize.texi (Common Keywords, Type Keywords):
1216 Replace "active field" with "button". (Bug#13310)
1217
9800c5b0
GM
1218 * customize.texi (Common Keywords): Add xref. (Bug#13311)
1219 * tips.texi (Library Headers): Add cindex.
1220
d5e5e7b4 12212012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
151d9088
EZ
1222
1223 * functions.texi (Declare Form):
1224 * intro.texi (A Sample Function Description):
1225 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1226 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1227 in @def.. commands. (Bug#13292)
1228
ccad023b
EZ
12292012-12-29 Eli Zaretskii <eliz@gnu.org>
1230
1231 * files.texi (Changing Files): Document the return values of
1232 set-file-selinux-context and set-file-acl.
1233
1ab0c851
GM
12342012-12-27 Glenn Morris <rgm@gnu.org>
1235
1236 * files.texi (File Names): Mention Cygwin conversion functions.
1237
94900bfe
MR
12382012-12-22 Martin Rudalics <rudalics@gmx.at>
1239
1240 * windows.texi (Selecting Windows): Reword description of
1241 select-window (Bug#13248).
1242
04d9b71a
EZ
12432012-12-22 Eli Zaretskii <eliz@gnu.org>
1244
1245 * files.texi (File Attributes, Changing Files): Remove the details
1246 about the text returned by file-acl. Instead, just document that
1247 it is an opaque string meant to be used by set-file-acl.
1248
6e55f03e
CY
12492012-12-21 Chong Yidong <cyd@gnu.org>
1250
07b9c0be
CY
1251 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1252
6e55f03e
CY
1253 * customize.texi (Simple Types): Document key-sequence type
1254 (Bug#13048).
1255
5bec25eb
CY
1256 * strings.texi (Text Comparison): Doc fix for compare-strings.
1257
15ccf05e
MA
12582012-12-19 Michael Albinus <michael.albinus@gmx.de>
1259
1260 * files.texi (Magic File Names): Add `file-acl',
1261 `file-selinux-context', `set-file-acl' and
1262 `set-file-selinux-context'. Make the list consistent.
1263
ee3c0aec
JB
12642012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1265
1266 * tips.texi (Library Headers): New header keyword `Homepage'.
1267 Make continuation lines syntax more precise.
1268
66447e07
EZ
12692012-12-17 Eli Zaretskii <eliz@gnu.org>
1270
1271 * files.texi (File Attributes, Changing Files): Update to include
1272 MS-Windows support for ACLs.
1273
7c3d167f
RF
12742012-12-16 Romain Francoise <romain@orebokech.com>
1275
1276 * files.texi (File Attributes): Document ACL support and new
1277 `file-acl' function.
1278 (Changing Files): Mention argument name change of `copy-file' and
1279 document new function `set-file-acl'.
1280
97976f9f
PE
12812012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1282
35e951cd 1283 Fix permissions bugs with setgid directories etc. (Bug#13125)
97976f9f
PE
1284 * files.texi (Testing Accessibility): Document GROUP arg
1285 of file-ownership-preserved-p.
1286 (File Attributes): Document that 9th element is now
1287 just a placeholder.
1288 * os.texi (User Identification): Document new functions group-gid,
1289 group-real-gid.
1290
d92d9c95
PE
12912012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1292
1293 * internals.texi (C Integer Types): New section.
1294 This follows up and records an email in
1295 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1296
265c2fbf 12972012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
f433306a 1298
4a0e1924 1299 * control.texi (Pattern matching case statement): New node.
f433306a 1300
1cbae532
SM
1301 * customize.texi (Variable Definitions): Mention the default :group
1302 for defcustoms (bug#13093).
1303
c6c08d3f
GM
13042012-12-09 Glenn Morris <rgm@gnu.org>
1305
1306 * customize.texi (Variable Definitions): Mention eval-defun
1307 on a defcustom calls the :set function when appropriate.
1308
4288142b
PE
13092012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1310
1311 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1312 These are just minor editorial changes.
1313
d8ad4d3f 13142012-12-06 Chong Yidong <cyd@gnu.org>
a20ae0b9
CY
1315
1316 * lists.texi (Plist Access): Move put example to Symbol Plists.
1317
1318 * symbols.texi (Standard Properties): Fix typo.
1319
c5bc2d1d 13202012-12-03 Chong Yidong <cyd@gnu.org>
547d6865 1321
f02f19bd
CY
1322 * symbols.texi (Symbol Properties): New node.
1323 (Symbol Plists): Make it a subsection under Symbol Properties.
1324 (Standard Properties): New node.
1325
1326 * lists.texi (Property Lists): Move here from symbols.texi.
1327 (Plist Access): Rename from Other Plists.
1328
1329 * customize.texi (Variable Definitions):
1330 * display.texi (Defining Faces):
1331 * sequences.texi (Char-Tables): Fix xref.
1332
1cbae532 1333 * keymaps.texi (Key Sequences): `kbd' is now a function.
547d6865 1334
f02f19bd
CY
1335 * commands.texi (Using Interactive): Fix index entry.
1336
cb6f5650
PE
13372012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1338
c07a6ded
PE
1339 * doclicense.texi: Update to latest version from FSF.
1340 These are just minor editorial changes.
1341 * elisp.texi (GNU Free Documentation License)
1342 (GNU General Public Licens):
1343 Provide sectioning, since doclicense.texi no longer does that.
1344
cb6f5650
PE
1345 * loading.texi (Named Features): @ -> @@ to fix typo.
1346
d125ca15 13472012-11-24 Martin Rudalics <rudalics@gmx.at>
0d4bb04f
MR
1348
1349 * windows.texi (Basic Windows): Fix typo.
1350 (Windows and Frames): Fix example. Move description of
1351 window-in-direction here.
1352 (Recombining Windows): Fix example.
1cbae532 1353 (Buffers and Windows): Fix description of replace-buffer-in-windows.
0d4bb04f
MR
1354 (Switching Buffers): Reword.
1355 (Display Action Functions): Minor adjustments.
1356 (Choosing Window Options): Minor fixes.
1357 (Window History): Minor rewording.
1358 (Dedicated Windows): Correct and reword part describing how
1359 dedicatedness affects functions removing buffers or windows.
1cbae532 1360 * buffers.texi (The Buffer List): Fix description of bury-buffer.
0d4bb04f 1361
d125ca15 13622012-11-24 Chong Yidong <cyd@gnu.org>
90d99fdf
CY
1363
1364 * modes.texi (%-Constructs): Fix statement about mode construct
1365 padding (Bug#12866).
1366
d125ca15 13672012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
365fc14a
SM
1368
1369 * debugging.texi (Profiling): Make it more clear
1370 that --enable-profiling is about profiling the C code.
1371
38a2f917
GM
13722012-11-21 Glenn Morris <rgm@gnu.org>
1373
3ca2f1bf
GM
1374 * display.texi (Attribute Functions):
1375 Update for set-face-* name changes.
1bf335cf
GM
1376 Add new "inherit" argument for face-bold-p etc.
1377 Move description of this argument to a common section, like "frame".
3ca2f1bf 1378
6ef2e5ef 1379 * debugging.texi (Profiling): New section.
b6729a18 1380 (Debugging): Mention profiling in the introduction.
5b776637
GM
1381 * tips.texi (Compilation Tips): Move profiling to separate section.
1382 * elisp.texi: Add Profiling to detailed menu.
1383
6ef2e5ef 13842012-11-21 Martin Rudalics <rudalics@gmx.at>
66c466d4
MR
1385
1386 * windows.texi (Display Action Functions): Fix recently added
1387 example. Suggested by Michael Heerdegen.
1388
6ef2e5ef 13892012-11-21 Paul Eggert <eggert@cs.ucla.edu>
0c93aa38
PE
1390
1391 Minor cleanup for times as lists of four integers.
1392 * os.texi (Time Parsing): Time values can now be four integers.
1393
7351b73d
GM
13942012-11-18 Glenn Morris <rgm@gnu.org>
1395
1396 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1397 * macros.texi (Expansion): Mention eager macro expansion.
1398
a045a167
GM
1399 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1400
2ac9538d 14012012-11-18 Leo Liu <sdl.web@gmail.com>
74ca4d39
LL
1402
1403 * minibuf.texi (Programmed Completion): Doc fix for metadata
1404 request (Bug#12850).
1405
2ac9538d 14062012-11-18 Glenn Morris <rgm@gnu.org>
6439ae19 1407
7fe37cfc
GM
1408 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1409
6439ae19
GM
1410 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1411 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1412 (Window Sizes): Add vindex for window-min-height, window-min-width.
2279276c 1413 (Display Action Functions): Mention pop-up-frame-parameters.
6439ae19 1414
0ff7851c
MR
14152012-11-16 Martin Rudalics <rudalics@gmx.at>
1416
1417 * windows.texi (Choosing Window): Rewrite description of
1418 display-buffer-alist (Bug#12167).
1cbae532
SM
1419 (Display Action Functions): Mention inhibit-switch-frame.
1420 Fix description of display-buffer-below-selected. Reorder actions.
0ff7851c
MR
1421 Add example (Bug#12848).
1422
96e05507 14232012-11-16 Glenn Morris <rgm@gnu.org>
c79c7f2f
GM
1424
1425 * display.texi (Face Attributes): Fix :underline COLOR description.
bde3c6c0
GM
1426 (Attribute Functions): Update for set-face-underline rename.
1427 Tweak descriptions of face-underline-p, face-inverse-video-p.
c79c7f2f 1428
e4e9830b
GM
1429 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1430 so they align better in info.
921c067f
GM
1431 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1432 Document set-temporary-overlay-map.
e4e9830b 1433
c8915b67
SM
14342012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1435
1436 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1437 with normal keymaps".
1438
74934dcc
DA
14392012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1440
1441 * internals.texi (Garbage Collection): Update descriptions
1442 of vectorlike_header, garbage-collect and gc-cons-threshold.
1443 (Object Internals): Explain Lisp_Object layout and the basics
1444 of an internal type system.
1445 (Buffer Internals): Update description of struct buffer.
1446
f78ee6af 14472012-11-13 Glenn Morris <rgm@gnu.org>
a13e12f9
GM
1448
1449 * variables.texi (Adding Generalized Variables):
1450 At least mention gv-define-expander and gv-letplace.
1451
164f28b5 1452 * debugging.texi (Error Debugging): Mention debug-on-message.
57fc0fee 1453 (Using Debugger): Mention debugger-bury-or-kill.
164f28b5 1454
38868ad7
GM
1455 * control.texi (Signaling Errors):
1456 * debugging.texi (Error Debugging):
1457 * errors.texi (Standard Errors): Add user-error.
1458
6efddf78
GM
1459 * variables.texi (Adding Generalized Variables):
1460 Use standard formatting for common lisp note about setf functions.
1461
6baf66d5 14622012-11-10 Martin Rudalics <rudalics@gmx.at>
fdaf534a
MR
1463
1464 * elisp.texi (Top): Add Recombining Windows to menu.
1465 * windows.texi (Recombining Windows): New subsection.
1466 (Splitting Windows): Rewrite text on handling of window
1467 combinations and move it to new subsection.
1468
6baf66d5 14692012-11-10 Chong Yidong <cyd@gnu.org>
7c08f8ba 1470
8a3afaf9
CY
1471 * searching.texi (Replacing Match): Document \? in replace-match.
1472
7c08f8ba
CY
1473 * variables.texi (Creating Buffer-Local): Document setq-local and
1474 defvar-local.
1475 (Setting Generalized Variables): Arrange table alphabetically.
1476
1477 * lists.texi (List Elements, List Variables): Clarify descriptions
1478 of push and pop for generalized variables.
1479
1480 * edebug.texi (Specification List): setf is no longer CL-only.
1481
6baf66d5 14822012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
1483
1484 * variables.texi (Adding Generalized Variables):
1485 Update description of FIX-RETURN expansion.
1486
ebdbfb95
GM
1487 * variables.texi (Setting Generalized Variables):
1488 Split most of previous contents into this subsection.
1489 (Adding Generalized Variables): New subsection.
651af8c6
GM
1490 Move note on lack of setf functions here from misc/cl.texi.
1491
ebdbfb95
GM
1492 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1493
6baf66d5 14942012-11-10 Chong Yidong <cyd@gnu.org>
a9a3835c
CY
1495
1496 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1497
a43d02f0
MA
14982012-11-08 Michael Albinus <michael.albinus@gmx.de>
1499
1500 * os.texi (Notifications): Update descriptions of
1501 notifications-notify, notifications-close-notification and
1502 notifications-get-capabilities according to latest code changes.
1503 Add notifications-get-server-information.
1504
2395ab64
CY
15052012-11-03 Chong Yidong <cyd@gnu.org>
1506
1507 * objects.texi (General Escape Syntax): Clarify the explanation of
1508 escape sequences.
1509 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1510 multibyte. Hex escapes do not automatically make a string
1511 multibyte.
1512
43bcfda6
MR
15132012-11-03 Martin Rudalics <rudalics@gmx.at>
1514
1515 * windows.texi (Switching Buffers): Document option
1516 switch-to-buffer-preserve-window-point.
1517 (Display Action Functions): Document window-height and
1518 window-width alist entries.
1cbae532
SM
1519 (Display Action Functions):
1520 Document display-buffer-below-selected and
43bcfda6 1521 display-buffer-in-previous-window.
1cbae532
SM
1522 (Quitting Windows): Document quit-restore-window.
1523 Rewrite section.
43bcfda6
MR
1524 (Window Configurations): In window-state-get mention that
1525 argument window must be valid.
1526 (Window Parameters): Document quit-restore window parameter
1527 (Bug#12158).
1528
89b2c8a1
GM
15292012-10-31 Glenn Morris <rgm@gnu.org>
1530
88390adf
GM
1531 * control.texi (Catch and Throw): Add xref to cl.texi.
1532
aec5e6f9
GM
1533 * lists.texi (Sets And Lists): Point xref to better location.
1534
0d8e94e9
GM
1535 * errors.texi (Standard Errors):
1536 * loading.texi (Autoload): Update for cl-lib namespace changes.
1537
5241598a
GM
1538 * modes.texi (Defining Minor Modes): "Generalized Variables"
1539 section is now in this manual rather than cl.texi.
1540
89b2c8a1
GM
1541 * eval.texi (Special Forms): No longer special forms: defmacro,
1542 defun, save-window-excursion, with-output-to-temp-buffer.
1543 * functions.texi (Defining Functions): Defun is now a macro.
1544 Defalias is a function.
1545
516e1a08
GM
15462012-10-30 Glenn Morris <rgm@gnu.org>
1547
1548 * variables.texi (Generalized Variables): Fix typo.
1549
e29e39c9
CY
15502012-10-30 Chong Yidong <cyd@gnu.org>
1551
1552 * symbols.texi (Symbol Plists): Document function-get.
1553
1554 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1555
1556 * frames.texi (Visibility of Frames): Document tty-top-frame.
1557
70edffb1
SM
15582012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1559
1560 * keymaps.texi (Format of Keymaps): Document the multiple
1561 inheritance format.
1562
3a51f0eb
MR
15632012-10-28 Martin Rudalics <rudalics@gmx.at>
1564
1565 * windows.texi (Basic Windows): Reformulate description of live,
1566 internal and valid windows.
1567 (Cyclic Window Ordering): Describe new argument of
1568 get-lru-window and get-largest-window. Add description of
1569 window-in-direction.
1570
5b6887ad
GM
15712012-10-27 Glenn Morris <rgm@gnu.org>
1572
5887564d
GM
1573 * variables.texi (Generalized Variables): New section,
1574 adapted from misc/cl.texi.
1575 * elisp.texi (Top): Add Generalized Variables to menu.
1576 * lists.texi (List Elements, List Variables):
1577 Mention generalized variables.
1578
5b6887ad
GM
1579 * lists.texi (List Elements): Typo fix.
1580
05b621a6
CY
15812012-10-27 Chong Yidong <cyd@gnu.org>
1582
1583 * minibuf.texi (High-Level Completion): Don't mention removed
1584 function iswitchb-read-buffer.
1585
1586 * commands.texi (Event Input Misc): Remove last-input-char.
1587 (Command Loop Info): Remove last-command-char.
1588
1589 * frames.texi (Initial Parameters): Don't mention the obsolete
1590 special-display feature.
1591
1592 * windows.texi (Choosing Window): Don't mention the obsolete
1593 special display feature.
1594 (Choosing Window Options): Remove obsolete special-display
1595 variables, and the functions special-display-p and
1596 special-display-popup-frame.
1597
1598 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1599
1600 * hooks.texi (Standard Hooks): Remove obsolete hooks.
1601
1602 * markers.texi (Information from Markers): Remove obsolete
1603 function buffer-has-markers-at.
1604
1605 * text.texi (Yanking): Document yank-handled-properties.
1606
72ec96fb
PE
16072012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1608
1609 Update manual for new time stamp format (Bug#12706).
1610 * buffers.texi (Modification Time):
1611 * files.texi (Testing Accessibility, File Attributes):
1612 * intro.texi (Version Info):
1613 * os.texi (Time of Day):
1614 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
1615 These instances were missed the first time around.
1616 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
1617
75e8f9d2
CY
16182012-10-24 Chong Yidong <cyd@gnu.org>
1619
cd996018
CY
1620 * minibuf.texi (Text from Minibuffer): Document read-regexp
1621 changes.
1622
1cbae532
SM
1623 * nonascii.texi (Selecting a Representation):
1624 Document set-buffer-multibyte changes.
cd996018 1625
75e8f9d2
CY
1626 * keymaps.texi (Toolkit Differences): Node deleted.
1627 (Easy Menu): New node.
1628
d1069532
SM
16292012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1630
1631 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
1632
c4132fd4
PE
16332012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1634
1635 Fix outdated timestamp documentation in Elisp manual (bug#12706).
1636 * files.texi (File Attributes):
1637 * text.texi (Undo):
1638 Time stamp resolution is now 1 picosecond, not 1 second.
1639
1fb3aa3f
CY
16402012-10-23 Chong Yidong <cyd@gnu.org>
1641
49238e7f
CY
1642 * display.texi (Font Lookup): Remove font-list-limit.
1643
1fb3aa3f
CY
1644 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
1645 (Bug#12529).
1646
5fb904b0
GM
16472012-10-22 Glenn Morris <rgm@gnu.org>
1648
f961c7d8
GM
1649 * os.texi (Recording Input): Tiny fix.
1650
4ee87740
GM
1651 * intro.texi (Lisp History):
1652 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
5fb904b0
GM
1653 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
1654
d18a0d24
CY
16552012-10-15 Chong Yidong <cyd@gnu.org>
1656
1657 * macros.texi (Defining Macros): defmacro is now a macro.
1658 Explicitly list the docstring and declare arguments.
1659
1660 * functions.texi (Anonymous Functions): Explicitly list the
1661 docstring, declare, and interactive arguments to lambda.
1662 (Defining Functions): Likewise for defun.
1663 (Inline Functions): Likewise for defsubst.
1664 (Declare Form): Tweak description.
1665
73f2b4ab
CY
16662012-10-13 Chong Yidong <cyd@gnu.org>
1667
1668 * display.texi (ImageMagick Images): ImageMagick enabled by default.
1669
379acb95
CY
16702012-10-05 Chong Yidong <cyd@gnu.org>
1671
1672 * minibuf.texi (Basic Completion): Clarify list form of completion
1673 table (Bug#12564).
1674
e8757f09 16752012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
26026637
BFRR
1676
1677 * functions.texi (Function Safety): Copyedit. (Bug#12562)
1678
86ec63ba
PE
16792012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1680
1681 Revert the FOLLOW-SYMLINKS change for file-attributes.
1682 * files.texi (File Attributes, Magic File Names): Undo last change.
1683
e7a2937b
PE
16842012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1685
1686 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1687 * files.texi (File Attributes): Describe it.
1688 (Magic File Names): Use it.
1689
48de8b12
CY
16902012-09-30 Chong Yidong <cyd@gnu.org>
1691
1692 * commands.texi (Click Events): Define "mouse position list".
1693 Remove mention of unimplemented horizontal scroll bars.
1694 (Drag Events, Motion Events): Refer to "mouse position list".
1695 (Accessing Mouse): Document posnp.
1696
1697 * errors.texi (Standard Errors): Tweak arith-error description.
1698 Tweak markup. Remove domain-error and friends, which seem to be
1699 unused after the floating-point code revamp.
1700
33f846fb
GM
1701 * functions.texi (Defining Functions): defun is now a macro.
1702 (Obsolete Functions): Obsolescence also affects
48de8b12
CY
1703 documentation commands. Various clarifications.
1704 (Declare Form): New node.
1705
1706 * strings.texi (String Basics): Copyedits.
1707
33f846fb 1708 * os.texi (Startup Summary): Document leim-list.el change.
48de8b12 1709 (User Identification): Add system-users and system-groups.
33f846fb 1710 (Idle Timers): Minor clarifications.
48de8b12
CY
1711
1712 * macros.texi (Defining Macros): Move description of `declare' to
1713 Declare Form node.
1714
1715 * loading.texi (Autoload):
1716 * help.texi (Documentation Basics): The special sequences can
1717 trigger autoloading.
1718
1719 * numbers.texi (Integer Basics): Copyedits.
1720 (Float Basics): Consider IEEE floating point always available.
1721 (Random Numbers): Document actual limits.
1722 (Arithmetic Operations): Clarify division by zero. Don't mention
1723 the machine-independence of negative division since it does not
1724 happen in practice.
1725
e61d39cd 17262012-09-28 Leo Liu <sdl.web@gmail.com>
03922966
LL
1727
1728 * files.texi (Files): Fix typo.
1729
e109c4a6
CY
17302012-09-23 Chong Yidong <cyd@gnu.org>
1731
1732 * buffers.texi (Read Only Buffers): Document read-only-mode.
1733
1734 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
1735 read-only-mode.
1736
1737 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
1738 calling conventions.
1739
c88b867f
CY
17402012-09-22 Chong Yidong <cyd@gnu.org>
1741
1742 * searching.texi (Replacing Match): Minor clarification.
1743
df9685f3
EZ
17442012-09-22 Eli Zaretskii <eliz@gnu.org>
1745
287d7455
EZ
1746 * edebug.texi (Instrumenting): Improve indexing.
1747
df9685f3
EZ
1748 * os.texi (Idle Timers): Warn against reinvoking an idle timer
1749 from within its own timer action. (Bug#12447)
1750
47133380
CY
17512012-09-22 Chong Yidong <cyd@gnu.org>
1752
1753 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
1754
ab199df2 17552012-09-21 Glenn Morris <rgm@gnu.org>
1bfe3177
GM
1756
1757 * debugging.texi (Using Debugger): Fix typo.
1758
ed1f0bd3
CY
17592012-09-18 Chong Yidong <cyd@gnu.org>
1760
1761 * display.texi (Faces): Discuss anonymous faces.
1762 (Face Attributes): Tweak intro.
1763 (Defining Faces): Move after the Face Attributes node. Copyedits.
1764 (Displaying Faces): Describe role of inheritance.
1765
1766 * customize.texi (Customization): Define customization more
1767 carefully (Bug#11440).
1768 (Common Keywords): Add xref to Constant Variables.
1769
1770 * variables.texi (Defining Variables): Link to defcustom's node
1771 instead of the higher-level Customization chapter.
1772
c990426a
PE
17732012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1774
1775 Simplify, document, and port floating-point (Bug#12381).
1776 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
1777 Document that / and mod (with floating point arguments), along
1778 with asin, acos, log, log10, expt and sqrt, return special values
1779 instead of signaling exceptions.
1780 (Float Basics): Document that logb operates on the absolute value
1781 of its argument.
1782 (Math Functions): Document that (log ARG BASE) also returns NaN if
1783 BASE is negative. Document that (expt X Y) returns NaN if X is a
1784 finite negative number and Y a finite non-integer.
1785
011474aa
CY
17862012-09-09 Chong Yidong <cyd@gnu.org>
1787
bb6b0efc
CY
1788 * lists.texi (Sets And Lists): Explain that the return value for
1789 delete should be used, like for delq.
1790
011474aa
CY
1791 * minibuf.texi (Yes-or-No Queries): Document recentering and
1792 scrolling in y-or-n-p. Remove gratuitous example.
1793
1794 * searching.texi (Search and Replace): Document window scrolling
1795 entries in query-replace-map.
1796
6dcef6ec
CY
17972012-09-08 Chong Yidong <cyd@gnu.org>
1798
1799 * syntax.texi (Syntax Table Internals): Define "raw syntax
1800 descriptor" terminology (Bug#12383).
1801 (Syntax Descriptors): Mention raw syntax descriptors.
1802
52404181
CY
18032012-09-07 Chong Yidong <cyd@gnu.org>
1804
1a5432bc
CY
1805 * variables.texi (Creating Buffer-Local): Fix description of
1806 local-variable-if-set-p (Bug#10713).
1807
0a6bdaa1
CY
1808 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
1809
14ba4cf3
CY
1810 * windows.texi (Display Action Functions)
1811 (Choosing Window Options): Remove obsolete variable
1812 display-buffer-reuse-frames.
cee2e90d 1813 (Switching Buffers): Minor doc tweak for switch-to-buffer.
14ba4cf3 1814
e5c2edf7
CY
1815 * positions.texi (Narrowing): Document buffer-narrowed-p.
1816
52404181
CY
1817 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
1818
1819 * syntax.texi (Low-Level Parsing): Add xref to Parser State
1820 (Bug#12269).
1821
7f7e0167
LI
18222012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1823
1824 * debugging.texi (Explicit Debug): Document `debug-on-message'.
1825
6a787d9a
CY
18262012-09-02 Chong Yidong <cyd@gnu.org>
1827
1828 * windows.texi (Window Configurations): Recommend against using
1829 save-window-excursion (Bug#12075).
1830
1831 * control.texi (Catch and Throw):
1832 * positions.texi (Excursions): Don't mention it.
1833
0e23ef9d
PE
18342012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1835
1836 Better seed support for (random).
1837 * numbers.texi (Random Numbers): Document new behavior of
1838 the calls (random) and (random STRING).
1839
342dac71
MR
18402012-08-21 Martin Rudalics <rudalics@gmx.at>
1841
1842 * windows.texi (Window Point): Document recent changes in
1843 window-point and set-window-point.
1844 (Selecting Windows): Document recent change in select-window.
1845
a08eadfe
EZ
18462012-08-06 Eli Zaretskii <eliz@gnu.org>
1847
1848 * functions.texi (Closures): Put the main index entry for
1849 "closures" here. (Bug#12138)
1850
1851 * variables.texi (Lexical Binding): Disambiguate the index entry
1852 for "closures".
1853
35b6586e
CY
18542012-08-05 Chong Yidong <cyd@gnu.org>
1855
1856 * display.texi (Defining Faces): Move documentation of
1857 frame-background-mode to the Emacs manual (Bug#7774).
1858
02676e5d
CY
18592012-08-04 Chong Yidong <cyd@gnu.org>
1860
1861 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
1862 Fix description of syntax table inheritance.
1863 (Syntax Table Functions): Don't refer to internal contents of
1864 syntax table, since that is not explained yet. Copyedits.
1865 (Standard Syntax Tables): Node deleted.
1866 (Syntax Table Internals): Misc clarifications. Improve table
1867 formatting.
1868
1869 * keymaps.texi (Inheritance and Keymaps):
1870 * text.texi (Sticky Properties): Tweak index entry.
1871
73e0cbc0
EZ
18722012-07-28 Eli Zaretskii <eliz@gnu.org>
1873
1874 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
1875
09ae5da1
PE
18762012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1877
1878 Prefer typical American spelling for "acknowledgment".
1879 * intro.texi (Acknowledgments): Rename from Acknowledgements.
1880
1ada2e55
EZ
18812012-07-21 Eli Zaretskii <eliz@gnu.org>
1882
1883 * commands.texi (Special Events): Mention language-change event.
1884 (Input Events, Interactive Codes):
1885 * keymaps.texi (Key Sequences): Mention events that are
1886 non-keyboard but also non-mouse events.
1887
9ea10cc3
CY
18882012-07-17 Chong Yidong <cyd@gnu.org>
1889
1890 * text.texi (Insertion): Document insert-char changes.
1891
2e2d2a13
LL
18922012-07-15 Leo Liu <sdl.web@gmail.com>
1893
1894 * display.texi (Fringe Bitmaps): Add exclamation-mark.
1895
b68b3337
CY
18962012-07-13 Chong Yidong <cyd@gnu.org>
1897
1898 * buffers.texi (Read Only Buffers): Document toggle-read-only
1899 changes. Reword to account for the fact that read-only is
1900 currently not supported in overlay properties.
1901
ab4c47d3
CY
19022012-07-07 Chong Yidong <cyd@gnu.org>
1903
1904 * loading.texi (Library Search): Index site-lisp directories.
1905
d4913798
CY
19062012-07-06 Chong Yidong <cyd@gnu.org>
1907
1908 * intro.texi (A Sample Function Description): Fix incorrect
1909 markup, undoing previous change.
1910 (A Sample Variable Description): Minor clarifications and markup
1911 improvements.
1912
1913 * elisp.texi (Top):
1914 * text.texi (Text): Fix menu order.
1915
251736f4
RS
19162012-07-06 Richard Stallman <rms@gnu.org>
1917
35e951cd 1918 * intro.texi (Evaluation Notation, A Sample Function Description)
8c6c57ea 1919 (A Sample Variable Description): Improve/undo previous changes.
251736f4 1920
e8d71283
GM
19212012-07-05 Glenn Morris <rgm@gnu.org>
1922
1923 * intro.texi (A Sample Function Description): Fix cross-refs.
1924
47187200
MW
19252012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
1926
1927 * intro.texi (Evaluation Notation, A Sample Function Description)
1928 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
1929
a2eb421b
CY
19302012-06-27 Chong Yidong <cyd@gnu.org>
1931
1932 * processes.texi (Asynchronous Processes, Input to Processes):
1933 * internals.texi (Process Internals): Don't capitalize "pty".
1934
6d41a41d
TTN
19352012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1936
1937 * processes.texi (Asynchronous Processes): Make the pty vs pipe
1938 discussion more prominent.
1939
0bd8297f
EZ
19402012-06-23 Eli Zaretskii <eliz@gnu.org>
1941
1942 * commands.texi (Misc Events): Document the language-change event.
1943
d35af63c
PE
19442012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1945
1946 Support higher-resolution time stamps (Bug#9000).
1947 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
1948 * processes.texi (System Processes):
1949 Time stamp resolution is now picosecond, not microsecond.
1950
ac1a0ce1 19512012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
1952
1953 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1954
1053a871
SM
19552012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * functions.texi (Defining Functions):
1958 * macros.texi (Defining Macros): Un-define the return value of `defun',
1959 `defmacro' and `defalias'.
1960
41b7f8bc
CY
19612012-06-17 Chong Yidong <cyd@gnu.org>
1962
1963 * elisp.texi: Remove urlcolor setting.
1964
82a25657
GM
19652012-06-17 Glenn Morris <rgm@gnu.org>
1966
1967 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
1968 Overlining no longer behaves exactly like underlining.
1969
a04689de 19702012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
8da9479c
GM
1971
1972 * display.texi (Face Attributes):
1973 Document wave-style underline face attribute.
1974
1b9b4cf4
CY
19752012-06-11 Chong Yidong <cyd@gnu.org>
1976
1977 * display.texi (ImageMagick Images): ImageMagick now supports the
1978 :background property.
1979
dbab98c7
DA
19802012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
1981
1982 * internals.texi (Garbage Collection): Typo fix.
1983
6175e34b
CY
19842012-06-09 Chong Yidong <cyd@gnu.org>
1985
1986 * text.texi (Special Properties): Clarify the meaning of a list of
1987 faces in the `face' property.
1988
1989 * display.texi (Face Remapping): Minor clarification.
1990
4b56d0fe
CY
19912012-06-08 Chong Yidong <cyd@gnu.org>
1992
1993 * display.texi (Face Attributes): Font family does not accept
1994 wildcards. De-document obsolete :bold and :italic attributes.
1995 (Defining Faces): Use new-style face spec format.
1996
f3372c87
DA
19972012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
1998
8d7c7eed 1999 * internals.texi (Garbage Collection): Document new
f3372c87
DA
2000 vector management code and vectorlike_header structure.
2001
5f2c76c6
CY
20022012-06-03 Chong Yidong <cyd@gnu.org>
2003
2004 * modes.texi (Mode Line Data): Use "mode line construct"
2005 terminology for consistency.
2006
ecc6530d
GM
20072012-05-27 Glenn Morris <rgm@gnu.org>
2008
2009 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2010 * buffers.texi, commands.texi, compile.texi, control.texi:
2011 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2012 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2013 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2014 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2015 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2016 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2017 * objects.texi, os.texi, package.texi, positions.texi:
2018 * processes.texi, searching.texi, sequences.texi, streams.texi:
2019 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2020 * variables.texi, windows.texi: Nuke hand-written node pointers.
2021
33017faf 20222012-05-27 Chong Yidong <cyd@gnu.org>
27d1f87a 2023
33017faf
GM
2024 * functions.texi (Obsolete Functions):
2025 Fix doc for set-advertised-calling-convention.
27d1f87a
CY
2026
2027 * modes.texi (Mode Help): Fix describe-mode.
2028
2029 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2030
2031 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2032
33017faf 20332012-05-27 Martin Rudalics <rudalics@gmx.at>
0b128ac4 2034
33017faf 2035 * commands.texi (Recursive Editing): recursive-edit is a command.
0b128ac4
MR
2036
2037 * compile.texi (Docs and Compilation):
2038 byte-compile-dynamic-docstrings is an option.
2039
2040 * debugging.texi (Invoking the Debugger): debug is a command.
2041
2042 * display.texi (Progress): progress-reporter-update and
2043 progress-reporter-force-update have VALUE argument optional.
2044 (Animated Images): Use non-@code{nil} instead of non-nil.
2045
33017faf
GM
2046 * files.texi (Format Conversion Round-Trip):
2047 Use non-@code{nil} instead of non-nil.
0b128ac4
MR
2048
2049 * frames.texi (Creating Frames): make-frame is a command.
2050 (Input Focus): select-frame is a command.
2051 (Pointer Shape): void-text-area-pointer is an option.
2052
33017faf 2053 * help.texi (Describing Characters): read-kbd-macro is a command.
0b128ac4
MR
2054 (Help Functions): describe-prefix-bindings is a command.
2055
2056 * markers.texi (Creating Markers): Both arguments of copy-marker
2057 are optional.
2058
2059 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2060
2061 * modes.texi (Mode Line Variables): mode-line-remote and
2062 mode-line-client are not options.
2063 (Imenu): imenu-add-to-menubar is a command.
33017faf 2064 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
0b128ac4
MR
2065
2066 * os.texi (Sound Output): play-sound-file is a command.
2067
33017faf 2068 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
0b128ac4 2069
33017faf
GM
2070 * processes.texi (Signals to Processes):
2071 Use @key{RET} instead of @code{RET}.
0b128ac4
MR
2072 (Signals to Processes): signal-process is a command.
2073
33017faf 2074 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
0b128ac4
MR
2075 (Base 64): base64-encode-string is not a command while
2076 base64-decode-region is.
2077
2078 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2079
3fe7cdc8
GM
20802012-05-12 Glenn Morris <rgm@gnu.org>
2081
2082 * Makefile.in (MKDIR_P): New, set by configure.
2083 (mkinfodir): Use $MKDIR_P.
2084
dc0f75c8
GM
20852012-05-10 Glenn Morris <rgm@gnu.org>
2086
b8a82b69
GM
2087 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2088 with "coding: raw-text".
51b1e059 2089 Concept of multibyte sessions no longer exists.
b8a82b69 2090
dc0f75c8
GM
2091 * files.texi (File Locks): Mention create-lockfiles option.
2092
666b903b 20932012-05-09 Glenn Morris <rgm@gnu.org>
143d9dd8 2094
5b6eebcf
GM
2095 * vol1.texi, vol2.texi: Remove files.
2096 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2097 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2098
0a454caf 2099 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
e6afe47b 2100
143d9dd8
GM
2101 * two-volume.make (emacsdir): New.
2102 (tex): Add directory with emacsver.texi to TEXINPUTS.
2103
e68b393e
GM
2104 * minibuf.texi (Minibuffer History, Basic Completion):
2105 Tweak page breaks.
2106
9658dc2a
GM
2107 * internals.texi (Garbage Collection, Memory Usage)
2108 (Writing Emacs Primitives): Tweak page breaks.
2109
161c2a25
GM
2110 * streams.texi (Output Variables): Improve page break.
2111
2112 * edebug.texi (Edebug Display Update): Improve page break.
2113
51d58083
GM
2114 * compile.texi (Disassembly): Condense the examples.
2115
ddff3351
GM
2116 * eval.texi, functions.texi, loading.texi, macros.texi:
2117 Where possible, use example rather than smallexample.
2118
2119 * symbols.texi: Where possible, use example rather than smallexample.
2120 (Symbol Components): Fix typo.
2121 (Other Plists): Tweak page break.
2122
2123 * sequences.texi (Arrays): Tweak page breaks.
2124
2125 * customize.texi: Where possible, use example rather than smallexample.
2126 (Common Keywords, Variable Definitions, Applying Customizations)
2127 (Custom Themes): Tweak page breaks.
2128
2129 * control.texi: Where possible, use example rather than smallexample.
2130 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2131 Tweak page breaks.
2132
ca4b98fa
GM
21332012-05-08 Glenn Morris <rgm@gnu.org>
2134
5122804a
GM
2135 * two.el: Remove; unused since creation of two-volume.make.
2136
ca4b98fa
GM
2137 * vol1.texi, vol2.texi: No need to keep menus in these files.
2138
eceeb5fc
CY
21392012-05-05 Glenn Morris <rgm@gnu.org>
2140
2141 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2142
2143 * intro.texi (Caveats): Copyedit.
2144 (Lisp History): Convert inforef to xref.
2145 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2146
2147 * text.texi (Auto Filling): Don't mention Emacs 19.
2148
2149 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2150 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2151
2152 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2153
eceeb5fc
CY
2154 * lists.texi (List-related Predicates, List Variables):
2155 Tweak page-breaks.
2156 (Sets And Lists): Convert inforef to xref.
2157
8045b906
GM
21582012-05-04 Glenn Morris <rgm@gnu.org>
2159
2160 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2161 (info, infoclean): Use $INFO_EXT.
2162 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2163 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2164 (info, maintainer-clean): Use $INFO_EXT.
2165 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2166
78f3273a
CY
21672012-05-04 Chong Yidong <cyd@gnu.org>
2168
2169 * os.texi (Timers): Use defopt for timer-max-repeats.
2170
ab0fa4e4
PE
21712012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2172
2173 * os.texi (Time of Day): Do not limit current-time-string
2174 to years 1000..9999.
2175
2bc356d7
CY
21762012-05-02 Chong Yidong <cyd@gnu.org>
2177
2178 * display.texi (Font Lookup):
2179 * frames.texi (Pointer Shape):
2180 * processes.texi (Subprocess Creation): Use defopt for options.
2181
90207a15 21822012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
2183
2184 * elisp.texi (@copying):
2185 * intro.texi (Introduction): Only print VERSION in the TeX version.
2186
90207a15 21872012-05-02 Chong Yidong <cyd@gnu.org>
5a5fd9f3
CY
2188
2189 * text.texi (Change Hooks): Minor fix for after-change-functions.
2190
90207a15 21912012-05-02 Glenn Morris <rgm@gnu.org>
7eac3782
GM
2192
2193 * package.texi (Packaging Basics):
2194 * loading.texi (Autoload):
2195 * files.texi (Magic File Names):
2196 Reword to remove/reduce some overly long/short lines.
2197
a8e7d6d7 21982012-04-27 Glenn Morris <rgm@gnu.org>
cf988578
GM
2199
2200 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2201 * modes.texi (Major Modes, Auto-Indentation):
2202 * buffers.texi (Buffers): Some fixes for menu descriptions.
2203
a8e7d6d7 22042012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
88ed9e87
SM
2205 * functions.texi (Simple Lambda, Argument List):
2206 * eval.texi (Function Indirection): Avoid deprecated form.
2207
a8e7d6d7 22082012-04-27 Glenn Morris <rgm@gnu.org>
16152b76 2209
1a72be46
GM
2210 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2211 Add "et al." to authors.
2212
16152b76
GM
2213 * buffers.texi, commands.texi, compile.texi, control.texi:
2214 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2215 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2216 * modes.texi, numbers.texi, objects.texi, streams.texi:
2217 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2218 Use Texinfo recommended convention for quotes+punctuation.
2219
a8e7d6d7 22202012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
2221
2222 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2223 to where-is-internal (Bug#10872).
2224
a8e7d6d7 22252012-04-27 Glenn Morris <rgm@gnu.org>
9c51bbaa 2226
a2715669
GM
2227 * macros.texi (Indenting Macros): Fix typo.
2228
0b27932b
GM
2229 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2230 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
2231 (Choosing Window Options, Horizontal Scrolling)
2232 (Cyclic Window Ordering, Window History, Dedicated Windows)
35e951cd 2233 (Quitting Windows, Window Configurations, Textual Scrolling)
09ebefe1
GM
2234 (Coordinates and Windows, Window Configurations)
2235 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
2236 (Splitting Windows, Deleting Windows):
2237 Fix ignore-window-parameters logic.
2238 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
2239 (Window Start and End): Remove pointless example.
2240 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
2241 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2242 and recenter-positions. Remove recenter example.
0b27932b 2243
0dc91072
GM
2244 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2245
9c51bbaa
GM
2246 * minibuf.texi (Intro to Minibuffers):
2247 Tweak discussion of resizing minibuffer window.
2248
674ea9c6
GM
22492012-04-26 Glenn Morris <rgm@gnu.org>
2250
8a4ca8e3 2251 * elisp-covers.texi, front-cover-1.texi: Remove files.
8191c3bd 2252
562e638f
GM
2253 * tindex.pl: Remove file.
2254
674ea9c6
GM
2255 * makefile.w32-in (srcs):
2256 * Makefile.in (srcs): Remove back.texi (which is unused).
2257
b613912b
MA
22582012-04-24 Michael Albinus <michael.albinus@gmx.de>
2259
e43042fe
MA
2260 * os.texi (Notifications): Extend possible notification hints.
2261 Add notifications-get-capabilities.
b613912b 2262
f30d612a
CY
22632012-04-20 Chong Yidong <cyd@gnu.org>
2264
2265 * processes.texi (Asynchronous Processes): Mention nil argument to
2266 start-process.
2267
b58b1df8
GM
22682012-04-20 Glenn Morris <rgm@gnu.org>
2269
2270 * minibuf.texi (Basic Completion): No need to describe obarrays here.
2271 Don't mention obsolete `nospace' argument of all-completions.
2272 (Minibuffer Completion, Completion Commands, Reading File Names)
2273 (Completion Variables): Copyedits.
2274 (Completion Commands): Mention parent keymaps.
2275 Remove obsolete minibuffer-local-filename-must-match-map.
2276 (High-Level Completion): Remove read-variable's almost
2277 word-for-word duplication of read-command.
2278 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2279 Update "High-Level Completion" description.
2280
c0ea08d2
GM
2281 * minibuf.texi (Minibuffers):
2282 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2283
9d2754f5
GM
2284 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2285 Use Texinfo-recommended form of quote+punctuation.
2286 (Intro to Minibuffers): First minibuffer is #1, not #0.
2287 Mention minibuffer-inactive-mode.
2288 (Text from Minibuffer): Copyedits.
2289 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
2290 (Object from Minibuffer): Remove overly pedantic para.
2291 (Minibuffer History): Copyedits. Add face-name-history.
2292 (Initial Input, Yes-or-No Queries, Multiple Queries)
2293 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2294 (Yes-or-No Queries): Tweak example.
2295 (Minibuffer Commands): Add next-complete-history-element.
2296 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2297 minibuffer-inactive-mode.
9d2754f5 2298
4373fd43
GM
2299 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2300 (Bindat Functions): Copyedits.
2301
61bb069e 23022012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
0e80650b
CS
2303
2304 * files.texi (Saving Buffers): Document `visit and `visit-save'
2305 values of require-final-newline.
2306
61bb069e 23072012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
2308
2309 * processes.texi (Output from Processes, Filter Functions):
2310 Mention waiting-for-user-input-p.
35e951cd 2311 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
016a35df
GM
2312 (Network Servers, Datagrams, Network Processes, Network Options)
2313 (Network Feature Testing, Serial Ports): Copyedits.
2314 (Network): Add encrypted network overview paragraph.
2315 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2316
61bb069e 23172012-04-20 Chong Yidong <cyd@gnu.org>
21ffa320
CY
2318
2319 * help.texi (Keys in Documentation): Mention :advertised-binding.
2320
2321 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2322 description to help.texi.
2323
61bb069e 23242012-04-20 Glenn Morris <rgm@gnu.org>
62f4b18c
GM
2325
2326 * processes.texi (Process Information, Input to Processes)
2327 (Signals to Processes, Output from Processes, Process Buffers)
2328 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 2329 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 2330
e153c136
GM
23312012-04-15 Glenn Morris <rgm@gnu.org>
2332
35e951cd 2333 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
12acf783
GM
2334 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2335 Copyedits.
e153c136 2336 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
2337 (Synchronous Processes, Asynchronous Processes):
2338 Update some example output.
e153c136
GM
2339 (Process Information): Fix typo.
2340 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2341
e6fd457e 23422012-04-15 Glenn Morris <rgm@gnu.org>
764a3017
GM
2343
2344 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2345 open-network-stream does exist in Emacs 23, but is simpler.
2346
e6fd457e 23472012-04-15 Chong Yidong <cyd@gnu.org>
03ed9e82
CY
2348
2349 * customize.texi (Custom Themes): Also document load-theme etc.
2350
35dc09a1 23512012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2 2352
35e951cd 2353 * customize.texi (Applying Customizations, Custom Themes): New nodes.
81927dd2
CY
2354
2355 * display.texi (Defining Faces): Reference custom-set-faces.
2356
2357 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2358 * os.texi (Startup Summary): Copyedits.
2359
35dc09a1 23602012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
2361
2362 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2363
9fce7eda
GM
2364 * strings.texi (Case Tables):
2365 * objects.texi (General Escape Syntax):
2366 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2367
2bb0eca1
GM
2368 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2369 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2370 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2371 * text.texi: Use @file for buffers, per the Texinfo manual.
2372
62200c14
GM
2373 * compile.texi (Compiler Errors): Add missing space in buffer name.
2374
35dc09a1 23752012-04-14 Chong Yidong <cyd@gnu.org>
9fe9631c
CY
2376
2377 * processes.texi (Query Before Exit): Remove obsolete function
2378 process-kill-without-query (Bug#11190).
2379
35dc09a1 23802012-04-14 Glenn Morris <rgm@gnu.org>
8fc85b20
GM
2381
2382 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2383 Use @env for environment variables.
2384
f48a9cb4
GM
2385 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2386
0a6dd5e2
JA
23872012-04-12 Jari Aalto <jari.aalto@cante.net>
2388
1cbae532
SM
2389 * processes.texi (Synchronous Processes):
2390 Mention `default-directory' (bug#7515).
0a6dd5e2 2391
b4d3bc10
CY
23922012-04-09 Chong Yidong <cyd@gnu.org>
2393
2394 * customize.texi (Variable Definitions): Remove user-variable-p.
2395
2396 * commands.texi (Interactive Codes):
2397 * help.texi (Accessing Documentation):
2398 * minibuf.texi (High-Level Completion): Callers changed.
2399
ea0ff314
CY
24002012-04-06 Chong Yidong <cyd@gnu.org>
2401
2402 * minibuf.texi (Programmed Completion): Document metadata method.
2403 (Completion Variables): Document completion-category-overrides.
2404
91b65361
CY
24052012-04-05 Chong Yidong <cyd@gnu.org>
2406
2407 * anti.texi (Antinews): Rewrite for Emacs 23.
2408
3d439cd1
CY
24092012-04-04 Chong Yidong <cyd@gnu.org>
2410
321cc491
CY
2411 * minibuf.texi (Programmed Completion): Remove obsolete variable
2412 completion-annotate-function.
1cbae532
SM
2413 (Completion Variables): Rename from Completion Styles.
2414 Document completion-extra-properties. Document completion-styles-alist
321cc491 2415 change.
245d176b
CY
2416 (Reading File Names): minibuffer-local-filename-must-match-map is
2417 not used anymore.
2418 (Minibuffer Completion): Document completing-read-function.
2419 (Completion in Buffers): completion-at-point-functions can return
2420 properties recognized in completion-extra-properties.
321cc491 2421
3d439cd1
CY
2422 * display.texi (Delayed Warnings): New node.
2423
a7972adf
CY
2424 * os.texi (Notifications): Copyedits.
2425
97f4a299
GM
24262012-04-04 Glenn Morris <rgm@gnu.org>
2427
2428 * os.texi (Notifications): Copyedits.
2429
9ff687e1
MA
24302012-04-03 Michael Albinus <michael.albinus@gmx.de>
2431
2432 * os.texi (Terminal-Specific): Fix typo.
2433 (Notifications): New section.
2434
2435 * elisp.texi (Top):
2436 * vol1.texi (Top):
2437 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2438 menu entries.
2439
42ee526b
CY
24402012-04-01 Chong Yidong <cyd@gnu.org>
2441
2442 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2443 file-in-directory-p.
2444
0b021094
GM
24452012-03-31 Glenn Morris <rgm@gnu.org>
2446
2447 * edebug.texi (Instrumenting Macro Calls):
2448 Mention defining macros at instrumentation time.
2449 (Edebug Options): Mention edebug-unwrap-results.
2450
50fe197c
EZ
24512012-03-31 Eli Zaretskii <eliz@gnu.org>
2452
2453 * text.texi (Special Properties): Clarify the description of the
2454 effect of integer values of the 'cursor' property on cursor
2455 position. See the discussions in bug#11068 for more details and
2456 context.
2457
650b6d0b
GM
24582012-03-31 Glenn Morris <rgm@gnu.org>
2459
2460 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2461 Copyedits.
2462
5319014e
CY
24632012-03-30 Chong Yidong <cyd@gnu.org>
2464
2465 * display.texi (Image Formats): Add imagemagick type.
2466 (Image Descriptors): Mention how they are used.
2467 (ImageMagick Images): Clarify role of imagemagick-register-types.
2468 (Character Display): Don't mention glyph tables.
2469 (Display Tables): Use make-glyph-code in example.
2470 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2471 tables are semi-obsolete. De-document create-glyph.
2472 (Glyphless Chars): Note that display tables override this.
2473 (Bidirectional Display): Copyedits. Introduce "bidirectional
2474 reordering" terminology, and use it.
2475
f1224267
GM
24762012-03-30 Glenn Morris <rgm@gnu.org>
2477
2478 * edebug.texi (Jumping): Give name of `i' binding.
2479
d14daa28
GM
24802012-03-28 Glenn Morris <rgm@gnu.org>
2481
35e951cd
JB
2482 * searching.texi (Regular Expressions, Regexp Special)
2483 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
fee88ca0 2484 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
2485 (Regexp Special): Mention collation.
2486 Clarify char classes with an example.
fee88ca0
GM
2487 (Regexp Functions): Mention regexp-opt is not guaranteed.
2488 Mention regexp-opt-charset.
2489 (Regexp Search): Recommend against looking-back.
2490 (Search and Replace): Use Texinfo recommended quote convention.
2491 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 2492
dcb6e7b3
MR
24932012-03-27 Martin Rudalics <rudalics@gmx.at>
2494
2495 * windows.texi (Window History): Describe new option
2496 switch-to-visible-buffer.
2497
cf0495f2
GM
24982012-03-27 Glenn Morris <rgm@gnu.org>
2499
4fb9a543
GM
2500 * searching.texi (String Search): Add xref to Emacs manual.
2501 Copyedits. Mention the function word-search-regexp.
2502 (Searching and Case): Add xref to Emacs manual. Copyedits.
2503
9364727b
GM
2504 * processes.texi (Network Servers): Standardize apostrophe usage.
2505
cf0495f2
GM
2506 * os.texi (System Environment): Copyedits. Remove some examples
2507 that do not seem useful. Mention setenv third arg.
2508 tty-erase-char does not seem to be nil under a window-system.
2509 (User Identification): Copyedits.
2510 Remove some examples that do not seem useful.
2511
33da7b16
GM
25122012-03-26 Glenn Morris <rgm@gnu.org>
2513
2514 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2515 (Init File): Copyedits.
2516 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
2517 (Killing Emacs): Copyedits.
2518 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2519 Shorten the example, use more standard shell prompts.
33da7b16 2520
9a69676a
CY
25212012-03-25 Chong Yidong <cyd@gnu.org>
2522
2523 * display.texi (Fringes): Note that fringes are shown on graphical
2524 displays only.
2525 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2526 (Replacing Specs): Clarify example.
2527 (Manipulating Buttons): Note that button-at can return a marker.
2528 (Buttons): Minor rewrite.
2529 (Character Display): New node. Consolidate all character display
2530 related nodes into its subsections.
2531 (Usual Display): Character 127 is also affected by ctl-arrow.
2532 (Display Tables): Improve example.
2533
c8f6ec5c
GM
25342012-03-22 Glenn Morris <rgm@gnu.org>
2535
2536 * strings.texi (Text Comparison): Mention string-prefix-p.
2537
fb5b8aca
CY
25382012-03-21 Chong Yidong <cyd@gnu.org>
2539
2540 * display.texi (The Echo Area): Add xref to Output Streams.
2541 (Displaying Messages): Improve doc of message.
2542 (Echo Area Customization, Invisible Text): Copyedits.
2543 (Invisible Text): Mention that spec comparison is done with eq.
2544 (Width): Improve doc of char-width.
2545 (Faces): Recommend using symbol instead of string for face name.
2546 Minor clarifications.
2547 (Defining Faces): Copyedits. Update face example.
2548 (Attribute Functions): Mark set-face-foreground etc as commands.
1cbae532
SM
2549 (Face Remapping): Mention text-scale-adjust.
2550 Clarify face-remapping-alist and related docs.
fb5b8aca
CY
2551 (Face Functions): Don't document make-face or copy-face.
2552
025de85b
CY
25532012-03-20 Chong Yidong <cyd@gnu.org>
2554
2555 * display.texi (Forcing Redisplay): Various rewrites to reflect
2556 new value of redisplay-dont-pause.
2557 (Truncation): Copyedits.
2558
a5656eae
GM
25592012-03-20 Glenn Morris <rgm@gnu.org>
2560
2561 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2562 Add summary table of some relevant command-line options.
2563
d15aac68
CY
25642012-03-18 Chong Yidong <cyd@gnu.org>
2565
2566 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2567 (Writing Emacs Primitives): Re-organize discussion of functions
2568 with variable Lisp arguments are handled. Delete an obsolete
2569 remark, previously tagged as FIXME.
2570
2571 * os.texi (Idle Timers): Minor clarification.
2572 (Idle Timers): Link to Time of Day for description of time list.
2573
b59af549
GM
25742012-03-18 Glenn Morris <rgm@gnu.org>
2575
2576 * os.texi (System Interface): Flow control was removed.
2577 (Startup Summary): General update.
2578 (Init File): Don't mention compiling it.
2579
986bd52a
CY
25802012-03-17 Chong Yidong <cyd@gnu.org>
2581
2582 * os.texi (Startup Summary): Mention package loading.
2583 (Init File): Don't refer to .emacs in section title. Copyedits.
2584 (Terminal-Specific): Give a realistic example.
2585 (Command-Line Arguments): Reference Entering Emacs instead of
2586 repeating the spiel about not restarting Emacs.
2587 (Time of Day): Discuss time representation at beginning of node.
2588 (Sound Output): Copyedits.
2589
2590 * package.texi (Packaging Basics): Document package-initialize.
2591
f761251a
EZ
25922012-03-17 Eli Zaretskii <eliz@gnu.org>
2593
2594 * frames.texi (Initial Parameters): Add an index entry for
2595 minibuffer-only frame.
2596
da986230
GM
25972012-03-16 Glenn Morris <rgm@gnu.org>
2598
2599 * modes.texi (Major Mode Conventions): Mention the strange
2600 relationship between View mode and special modes. (Bug#10650)
2601
2cc775f9
CY
26022012-03-11 Chong Yidong <cyd@gnu.org>
2603
2604 * windows.texi (Window Configurations): save-window-excursion is
2605 now a macro.
2606
2607 * display.texi (Temporary Displays): with-output-to-temp-buffer is
2608 now a macro.
2609
66c5eebd
CY
2610 * text.texi (Fields): Minor copyedit.
2611
310a820f
EZ
26122012-03-10 Eli Zaretskii <eliz@gnu.org>
2613
83a96c08
EZ
2614 * strings.texi (String Basics):
2615 * sequences.texi (Sequence Functions): Mention that `length' is
2616 not appropriate for computing the string width on display; add a
2617 cross-reference to the description of `string-width'. (Bug#10978)
2618
310a820f
EZ
2619 * eval.texi (Autoloading): Minor change of wording.
2620
83ef8187
CY
26212012-03-10 Chong Yidong <cyd@gnu.org>
2622
bc44be50
CY
2623 * loading.texi (Autoload): Explicitly state which forms are
2624 processed specially (Bug#7783).
2625
83ef8187
CY
2626 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
2627 non-default situation. Describe one-submenu exception (Bug#7695).
2628
2629 * nonascii.texi (Character Properties): Copyedits.
2630
483ab230
CY
26312012-03-08 Chong Yidong <cyd@gnu.org>
2632
2633 * text.texi (Mode-Specific Indent): Document new behavior of
2634 indent-for-tab-command. Document tab-always-indent.
2635 (Special Properties): Copyedits.
2636 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
2637 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
2638 libxml-parse-html-region.
2639
00e84de0
GM
26402012-03-07 Glenn Morris <rgm@gnu.org>
2641
eaa6bc3c
GM
2642 * markers.texi (The Region): Briefly mention use-empty-active-region
2643 and region-active-p.
a9685db7 2644 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 2645 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 2646
67cd45a2
CY
26472012-03-07 Chong Yidong <cyd@gnu.org>
2648
2649 * text.texi (Buffer Contents): Don't duplicate explanation of
2650 region arguments from Text node. Put doc of obsolete var
2651 buffer-substring-filters back, since it is referred to.
2652 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
2653 selection by default.
2654
2655 * markers.texi (The Mark): Fix typo.
2656 (The Region): Copyedits.
2657
2ad80941
GM
26582012-03-07 Glenn Morris <rgm@gnu.org>
2659
2660 * markers.texi (Overview of Markers): Copyedits.
2661 (Creating Markers): Update approximate example buffer size.
2662 (The Mark): Don't mention uninteresting return values.
2663
ef959d3a
CY
26642012-03-05 Chong Yidong <cyd@gnu.org>
2665
2666 * positions.texi (Text Lines): Document count-words.
2667
a08a07e3
CY
26682012-03-04 Chong Yidong <cyd@gnu.org>
2669
2670 * frames.texi (Frames): Remove little-used "terminal frame" and
2671 "window frame" terminology.
2672 (Frame Parameters, Font and Color Parameters, Initial Parameters)
2673 (Size and Position, Visibility of Frames): Callers changed.
2674 (Frames): Clarify which terminals in framep are graphical.
2675 (Initial Parameters): --geometry is not the only option which adds
2676 to initial-frame-alist.
2677 (Position Parameters): Note that icon-left and icon-top are for
2678 old window managers only.
2679 (Size Parameters): Sizes are in characters even on graphical
2680 displays.
2681 (Management Parameters): Note that window-id and outer-window-id
2682 can't really be changed, and that auto-raise isn't always obeyed.
2683 (Cursor Parameters): Document cursor-type explicitly.
2684 (Size and Position): The aliases set-screen-height and
2685 set-screen-width have been deleted.
2686 (Visibility of Frames): Mention "minimization".
2687
2688 * os.texi (Startup Summary): Minor clarifications.
2689 (Startup Summary, Suspending Emacs): Standardize on "text
2690 terminal" terminology.
2691
2692 * windows.texi (Basic Windows, Coordinates and Windows)
2693 (Coordinates and Windows):
2694 * display.texi (Refresh Screen, Line Height, Face Attributes)
2695 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
2696
ea16568d
GM
26972012-03-04 Glenn Morris <rgm@gnu.org>
2698
2699 * abbrevs.texi: Small copyedits throughout.
2700 (Abbrev Mode): Remove this section, folding it into the top-level.
2701 (Abbrev Tables): Don't mention irrelevant return values.
2702 (Abbrev Expansion): Add cross-ref for wrapper hooks.
2703 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
2704 (Abbrev Table Properties): Update nil :regexp description.
2705
b3134b95
GM
27062012-03-03 Glenn Morris <rgm@gnu.org>
2707
520f2425
GM
2708 * internals.texi: Change @appendix section commands to @section.
2709 (Building Emacs): Say less about CANNOT_DUMP platforms.
2710 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 2711 (Pure Storage): Small changes.
01a6dcc8 2712 (Memory Usage): Copyedit.
7d2d7cc0 2713 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
35e951cd 2714 example definitions. Give examples of things with non-nil
7d2d7cc0
GM
2715 interactive args. Mention eval_sub. Remove old info about
2716 strings and GCPRO. Mention cus-start.el.
2717 (Buffer Internals, Window Internals, Process Internals):
2718 Misc small updates and fixes for fields.
520f2425 2719
b3134b95
GM
2720 * tips.texi: Copyedits.
2721 (Coding Conventions): Mention autoloads.
2722 Combine partially duplicated macro items. Fix xref.
2723 Refer to Library Headers for copyright notice.
2724 (Programming Tips): edit-options is long-obsolete.
2725 (Compilation Tips): Mention loading bytecomp for byte-compile props.
2726 (Warning Tips): Mention declare-function.
2727 (Documentation Tips): Remove old info.
2728 (Comment Tips): Mention comment-dwim, not indent-for-comment.
2729 (Library Headers): General update.
2730
2064cc6a
GM
27312012-03-02 Glenn Morris <rgm@gnu.org>
2732
6945faa6
GM
2733 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
2734 and relocate entry. Mention buffer-stale-function.
2735
4186e877
GM
2736 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
2737
2064cc6a
GM
2738 * hooks.texi (Standard Hooks): General update.
2739 Put related hooks together. Add and remove items.
2740 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
2741 * modes.texi (Hooks): Tweak cross-ref description.
2742
7272fbf3
MA
27432012-03-01 Michael Albinus <michael.albinus@gmx.de>
2744
2745 * files.texi (Kinds of Files): The return value of file-equal-p is
2746 unspecified, if FILE1 or FILE2 does not exist.
2747
53a1239b
GM
27482012-03-01 Glenn Morris <rgm@gnu.org>
2749
90db9af9
GM
2750 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
2751
53a1239b
GM
2752 * maps.texi (Standard Keymaps): General update.
2753 Remove mode-specific maps, talk about the more general keymaps.
2754 * help.texi (Help Functions): Add vindex for Helper-help-map.
2755 * keymaps.texi (Active Keymaps): Minor rephrasing.
2756
775b55af
GM
27572012-02-29 Glenn Morris <rgm@gnu.org>
2758
2759 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
2760
96b49301 27612012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2762
7272fbf3 2763 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 2764 Update changed behavior of file-subdir-of-p.
96b49301 2765
1383d930
GM
27662012-02-28 Glenn Morris <rgm@gnu.org>
2767
44e97401
GM
2768 * advice.texi, anti.texi, display.texi, elisp.texi:
2769 * processes.texi, variables.texi, vol1.texi, vol2.texi:
2770 Standardize possessive apostrophe usage.
2771
e3c73f1e
GM
2772 * locals.texi: Remove file.
2773 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
2774 Remove menu entry.
2775 * errors.texi, maps.texi: Adjust node pointers.
2776 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 2777 * makefile.w32-in (srcs):
e3c73f1e
GM
2778 * Makefile.in (srcs): Remove locals.texi.
2779
1383d930
GM
2780 * frames.texi (Mouse Position): Fix cross-ref.
2781
431ee44b
CY
27822012-02-27 Chong Yidong <cyd@gnu.org>
2783
2784 * buffers.texi (Creating Buffers): Clarify that
2785 generate-new-buffer uses generate-new-buffer-names.
2786 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
2787
2788 * files.texi (Directory Names): Index entry for file name abbreviations.
2789 (Relative File Names, File Name Expansion): Refer to it.
2790 (Locating Files): Move locate-user-emacs-file documentation to
2791 Standard File Names.
2792 (Standard File Names): Add locate-user-emacs-file; update examples.
2793
6a11ec9d
MA
27942012-02-26 Michael Albinus <michael.albinus@gmx.de>
2795
2796 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2797
9a4888c0
CY
27982012-02-26 Chong Yidong <cyd@gnu.org>
2799
2800 * files.texi (Kinds of Files): Improve documentation of
2801 files-equal-p and file-subdir-of-p.
2802
f0e751b9
GM
28032012-02-26 Glenn Morris <rgm@gnu.org>
2804
2805 * intro.texi (Acknowledgements): Small changes.
2806
7e05b1ec
GM
28072012-02-25 Glenn Morris <rgm@gnu.org>
2808
2809 * errors.texi: Don't try to list _all_ the error symbols.
2810 Add circular-list, cl-assertion-failed, compression-error.
2811 * elisp.texi, vol1.texi, vol2.texi:
2812 * control.texi (Error Symbols): Tweak "Standard Errors" description.
2813
23453255 28142012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2815
2816 * files.texi (files-equal-p, file-subdir-of-p): New,
2817 add initial documentation.
2818
4963495d
CY
28192012-02-25 Chong Yidong <cyd@gnu.org>
2820
fa74b241
CY
2821 * files.texi (File Attributes): Document file-selinux-context.
2822 (Changing Files): Link to it.
2823 (Changing Files): Document set-file-selinux-context.
2824
2825 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
2826 changed. Mention default value of backup-directory-alist.
2827 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
2828 (Auto-Saving): New minor mode behavior for auto-save-mode.
2829 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 2830
4963495d
CY
2831 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
2832
4bb82fa8
GM
28332012-02-24 Glenn Morris <rgm@gnu.org>
2834
2835 * errors.texi (Standard Errors): Mention dbus-error.
2836 For arith-error sub-classes, just use one cross-ref.
2837
2cb228f7
AM
28382012-02-23 Alan Mackenzie <acm@muc.de>
2839
2840 * modes.texi (Defining Minor Modes): Document the new keyword
2841 :after-hook.
2842
a59225b1
CY
28432012-02-21 Chong Yidong <cyd@gnu.org>
2844
2845 * files.texi (Files): Mention magic file names as arguments.
2846 (Reading from Files): Copyedits.
2847 (File Attributes): Mention how to change file modes.
2848 (Changing Files): Use standard "file permissions" terminology.
2849 Add xref to File Attributes node.
2850 (Locating Files): Document locate-user-emacs-file.
2851 (Unique File Names): Recommend against using make-temp-name.
2852
8376d7c2
CY
28532012-02-19 Chong Yidong <cyd@gnu.org>
2854
2855 * help.texi (Documentation, Documentation Basics, Help Functions):
2856 Minor clarifications.
2857 (Accessing Documentation): Clarify what documentation-property is
2858 for. Add xref to Keys in Documentation.
2859
2860 * tips.texi (Documentation Tips): Don't recommend using * in
2861 docstrings.
2862
2863 * macros.texi (Defining Macros):
2864 * modes.texi (Derived Modes): Say "documentation string" instead
2865 of docstring.
2866
82233bea
CY
28672012-02-18 Chong Yidong <cyd@gnu.org>
2868
2869 * modes.texi (Tabulated List Mode): New node.
2870 (Basic Major Modes): Add xref to it.
2871
2872 * processes.texi (Process Information): Mention Process Menu mode.
2873
7b926f3f
CY
28742012-02-17 Chong Yidong <cyd@gnu.org>
2875
2876 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
2877
0fd2c9a3
GM
28782012-02-17 Glenn Morris <rgm@gnu.org>
2879
2880 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
2881
f700caa3
CY
28822012-02-16 Chong Yidong <cyd@gnu.org>
2883
4230351b
CY
2884 * syntax.texi (Syntax Tables, Syntax Descriptors)
2885 (Syntax Table Functions): Copyedits.
2886 (Syntax Basics): Don't repeat the material in the preceding node.
2887 (Syntax Class Table): Use a table.
2888 (Syntax Properties): Document syntax-propertize-function and
2889 syntax-propertize-extend-region-functions.
35e951cd 2890 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1cbae532
SM
2891 (Parser State): Update for the new "c" comment style.
2892 Fix description of item 7 (comment style).
4230351b 2893
f700caa3
CY
2894 * modes.texi (Minor Modes): Update how mode commands should treat
2895 arguments now.
2896 (Mode Line Basics): Clarify force-mode-line-update.
2897 (Mode Line Top): Note that the example is not realistic.
2898 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
2899 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
2900 "mode line construct" instead of "mode line specification".
2901 (Syntactic Font Lock): Remove mention of obsolete variable
2902 font-lock-syntactic-keywords.
2903 (Setting Syntax Properties): Node deleted.
2904 (Font Lock Mode): Note that Font Lock mode is a minor mode.
2905 (Font Lock Basics): Note that syntactic fontification falls back
2906 on `syntax-table'.
2907 (Search-based Fontification): Emphasize that font-lock-keywords
2908 should not be set directly.
2909 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
2910 (Syntactic Font Lock): Minor clarifications. Add xref to
2911 Syntactic Font Lock node.
f700caa3 2912
60236b0d
CY
29132012-02-15 Chong Yidong <cyd@gnu.org>
2914
2915 * minibuf.texi (Basic Completion): Define "completion table".
2916 Move completion-in-region to Completion in Buffers node.
2917 (Completion Commands): Use "completion table" terminology.
2918 (Completion in Buffers): New node.
2919
2920 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
2921 (Setting Hooks): Update minor mode usage example.
2922 (Major Mode Conventions): Note that completion-at-point-functions
2923 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
2924 Remove duplicate tip about auto-mode-alist.
2925 (Minor Modes): Rewrite introduction.
2926 (Minor Mode Conventions): Copyedits. Don't recommend
2927 variable-only minor modes since few minor modes are like that.
60236b0d 2928
d7dbb11a
GM
29292012-02-15 Glenn Morris <rgm@gnu.org>
2930
2931 * processes.texi (Network): Document open-network-stream :parameters.
2932
3d8badf4
CY
29332012-02-14 Chong Yidong <cyd@gnu.org>
2934
2935 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
2936 was removed on 2009-09-10. Update lisp-mode-map example.
2937 (Inheritance and Keymaps): Minor clarification.
2938 (Searching Keymaps): Remove out-of-place enumeration.
2939 (Key Lookup): Remove unnecessary example (one was already given in
2940 Format of Keymaps).
2941 (Changing Key Bindings): Update suppress-keymap example.
2942 (Menu Bar, Tool Bar): Copyedits.
2943 (Tool Bar): Update tool-bar-map example.
2944
faccede1
CY
29452012-02-12 Chong Yidong <cyd@gnu.org>
2946
2947 * debugging.texi (Debugger Commands): Continuing is now allowed
2948 for errors.
2949
355cabc6
CY
29502012-02-11 Chong Yidong <cyd@gnu.org>
2951
d860baa0
CY
2952 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
2953 Move the list of standard bitmaps there.
2954 (Fringe Cursors): Rewrite for clarity.
2955 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
2956
34106abe
CY
2957 * commands.texi (Command Overview): Mention read-key.
2958 (Using Interactive, Interactive Call): Minor clarifications.
2959 (Function Keys, Click Events): Avoid "input stream" terminology.
2960 (Click Events): Add xref to Window Sizes and Accessing Mouse.
2961 Clarify column and row components.
2962 (Accessing Mouse): Add xref to Click Events. Minor fixes.
2963 (Special Events): Copyedits.
2964
2965 * streams.texi (Input Streams): De-document get-file-char.
2966 (Output Variables): Don't refer to old backquote syntax.
2967
355cabc6
CY
2968 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
2969 (Error Debugging): Note that debug-ignored-errors overrides list
1cbae532
SM
2970 values of debug-on-error too. Add xref to Signaling Errors.
2971 Note that debug-on-signal is not customizable.
2972 Mention condition-case-unless-debug.
355cabc6
CY
2973 (Compilation Errors): Node deleted.
2974
2975 * compile.texi (Compiler Errors): Move a paragraph here from
2976 deleted node Compilation Errors.
2977
1be3ca5a
LL
29782012-02-10 Leo Liu <sdl.web@gmail.com>
2979
2980 * control.texi (Handling Errors): Change condition-case-no-debug
2981 to condition-case-unless-debug.
2982
25dec365
CY
29832012-02-10 Chong Yidong <cyd@gnu.org>
2984
2985 * advice.texi (Defining Advice): Clarify ad-unadvise.
2986 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
2987 is not abnormal.
2988 (Advising Primitives): Node deleted; ad-define-subr-args has been
2989 removed.
2990
2991 * compile.texi (Speed of Byte-Code): Use float-time in example.
2992 (Compilation Functions): Note that the log uses Compilation mode.
2993 Don't discuss the contents of byte-code function object here.
2994 (Compilation Functions): De-document internal function byte-code.
2995 (Docs and Compilation): Minor clarifications.
2996
2997 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
2998 Objects.
2999
5f5e4ea1
GM
30002012-02-10 Glenn Morris <rgm@gnu.org>
3001
3002 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3003 Mention secure-hash.
3004 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3005
6c1e4b46
CY
30062012-02-10 Chong Yidong <cyd@gnu.org>
3007
3008 * loading.texi (Loading): Don't emphasize "library" terminology.
3009 (Library Search): load-path is not a user option. Mention role of
3010 -L option and packages. Improve examples.
3011 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3012 obsolete.
3013 (Autoload): Minor clarifications.
3014
72ca698c
GM
30152012-02-10 Glenn Morris <rgm@gnu.org>
3016
b011fbfe
GM
3017 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3018
72ca698c
GM
3019 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3020
14a1f380
GM
30212012-02-08 Glenn Morris <rgm@gnu.org>
3022
3023 * loading.texi (Named Features): Update the require example.
3024
60d47423
GM
30252012-02-07 Glenn Morris <rgm@gnu.org>
3026
3027 * modes.texi (Defining Minor Modes):
3028 Expand on args of defined minor modes.
3029
0992bd9c
CY
30302012-02-07 Chong Yidong <cyd@gnu.org>
3031
3032 * variables.texi (Creating Buffer-Local): Minor clarification
3033 to buffer-local-variables doc (Bug#10715).
3034
af008560
GM
30352012-02-07 Glenn Morris <rgm@gnu.org>
3036
e80e1825 3037 * display.texi (ImageMagick Images): General update.
af008560
GM
3038 Move most details of imagemagick-render-type to the variable's doc.
3039
866c1d22
GM
30402012-02-06 Glenn Morris <rgm@gnu.org>
3041
f7c9199f 3042 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
3043 (Inheritance and Keymaps):
3044 Mention make-composed-keymap and multiple inheritance.
f7c9199f 3045
e7bc51d0
GM
3046 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3047
866c1d22
GM
3048 * control.texi (Handling Errors):
3049 Mention condition-case-no-debug and with-demoted-errors.
3050
03988c98
CY
30512012-02-05 Chong Yidong <cyd@gnu.org>
3052
3053 * customize.texi (Common Keywords): Minor clarifications.
3054 Document custom-unlispify-remove-prefixes.
3055 (Variable Definitions): Backquotes in defcustom seem to work fine
3056 now. Various other copyedits.
e1161b06
CY
3057 (Simple Types): Copyedits. Document color selector.
3058 (Composite Types): Copyedits.
3059 (Splicing into Lists): Clarifications.
03988c98
CY
3060
3061 * eval.texi (Backquote): Move from macros.texi.
3062
3063 * macros.texi (Expansion): Minor clarification.
3064 (Backquote): Move node to eval.texi.
3065 (Defining Macros): Move an example from Backquote node.
3066 (Argument Evaluation): No need to mention Pascal.
3067 (Indenting Macros): Add xref to Defining Macros.
3068
649f602c
GM
30692012-02-05 Glenn Morris <rgm@gnu.org>
3070
3071 * debugging.texi (Error Debugging): Mention debug-on-event default.
3072
34c99998
GM
30732012-02-04 Glenn Morris <rgm@gnu.org>
3074
8f05da42
GM
3075 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3076
7aa5aad8
GM
3077 * debugging.texi (Error Debugging): Mention debug-on-event.
3078 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3079
c7291ad9
GM
3080 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3081
34c99998
GM
3082 * text.texi (Buffer Contents):
3083 Update filter-buffer-substring description.
3084
735cc5ca
CY
30852012-02-04 Chong Yidong <cyd@gnu.org>
3086
6e911150
SM
3087 * functions.texi (What Is a Function): Add closures.
3088 Mention "return value" terminology. Add xref for command-execute.
1cbae532 3089 Remove unused "keystroke command" terminology.
735cc5ca
CY
3090 (Lambda Expressions): Give a different example than in the
3091 following subsection. Add xref to Anonymous Functions.
3092 (Function Documentation): Remove gratuitous markup.
3093 (Function Names): Move introductory text to `What Is a Function'.
3094 (Defining Functions): Fix defun argument spec.
1cbae532
SM
3095 (Anonymous Functions): Document lambda macro explicitly.
3096 Mention effects on lexical binding.
735cc5ca
CY
3097 (Function Cells): Downplay direct usage of fset.
3098 (Closures): New node.
3099 (Inline Functions): Remove "open-code" terminology.
3100 (Declaring Functions): Minor tweak; .m is not C code.
3101
3102 * variables.texi (Variables): Don't refer to "global value".
3103 (Local Variables, Void Variables): Copyedits.
3104 (Lexical Binding): Minor clarification of example.
3105 (File Local Variables): Mention :safe and :risky defcustom args.
3106 (Lexical Binding): Add xref to Closures node.
3107
94bc7984
GM
31082012-02-04 Glenn Morris <rgm@gnu.org>
3109
3110 * minibuf.texi (High-Level Completion): Updates for read-color.
3111
4f5a10ef
GM
31122012-02-03 Glenn Morris <rgm@gnu.org>
3113
eea14f31
GM
3114 * display.texi (GIF Images): Mention animation.
3115 Remove commented-out old example of animation.
3116 (Animated Images): New subsection.
3117 * elisp.texi (Top):
3118 * vol1.texi (Top):
3119 * vol2.texi (Top): Add Animated Images menu entry.
3120
4f5a10ef
GM
3121 * display.texi (Image Formats): Remove oddly specific information
3122 on versions of image libraries.
204e728d 3123 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 3124
12f381b7
GM
31252012-02-02 Glenn Morris <rgm@gnu.org>
3126
1b9f60cc
GM
3127 * processes.texi (Synchronous Processes):
3128 Mention call-process's :file gets overwritten.
3129
7e2734bc
GM
3130 * commands.texi (Reading One Event):
3131 * help.texi (Help Functions): Document read-char-choice.
3132
f58b9822
GM
3133 * hooks.texi (Standard Hooks):
3134 * modes.texi (Keymaps and Minor Modes):
3135 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3136
3137 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3138
12f381b7
GM
3139 * hooks.texi (Standard Hooks):
3140 * modes.texi (Major Mode Conventions, Mode Hooks):
3141 Document change-major-mode-after-body-hook.
3142
7a9a2fc6
GM
31432012-02-01 Glenn Morris <rgm@gnu.org>
3144
3145 * modes.texi (Defining Minor Modes):
3146 Mention disabling global minor modes on a per-major-mode basis.
3147
a037c171
CY
31482012-01-31 Chong Yidong <cyd@gnu.org>
3149
3150 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3151 (Parser State): Remove unnecessary statement (Bug#10661).
3152
3153 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3154
56afad3a
GM
31552012-01-31 Glenn Morris <rgm@gnu.org>
3156
3157 * modes.texi (Defining Minor Modes):
3158 Document define-minor-mode's new :variable keyword.
3159
0f29fa41
CY
31602012-01-29 Chong Yidong <cyd@gnu.org>
3161
837a390a
CY
3162 * syntax.texi (Syntax Class Table): Tweak description of newline
3163 char syntax (Bug#9619).
3164
0f29fa41
CY
3165 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3166 description (Bug#10189).
3167
182148ee
GM
31682012-01-29 Glenn Morris <rgm@gnu.org>
3169
a49ca6b9
GM
3170 * files.texi (Changing Files): Document SELinux support.
3171
182148ee
GM
3172 * windows.texi (Window Sizes): Fix typo.
3173
9962192e
CY
31742012-01-28 Chong Yidong <cyd@gnu.org>
3175
8c6e1920
CY
3176 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3177 doc (Bug#8568).
3178
9583ec59
CY
3179 * frames.texi (Input Focus): Add NORECORD arg to
3180 select-frame-set-input-focus. Clarify its role in select-frame.
3181
10256988
CY
3182 * text.texi (Transposition): We don't use transpose-region as an
3183 internal subroutine (Bug#3249).
3184
9962192e
CY
3185 * modes.texi (Example Major Modes): Update Lisp example code to
3186 current sources. Delete the old non-derived-major-mode example,
3187 which has diverged badly from current sources.
3188
2aa43abb
GM
31892012-01-27 Glenn Morris <rgm@gnu.org>
3190
3191 * makefile.w32-in (texinputdir): Fix (presumed) typo.
3192 (VERSION, manual): Remove, unused.
3193
9f40220d
CY
31942012-01-27 Chong Yidong <cyd@gnu.org>
3195
3196 * commands.texi (Command Overview): Minor clarification (Bug#10384).
3197
acc28cb9
CY
31982012-01-26 Chong Yidong <cyd@gnu.org>
3199
3200 * searching.texi (String Search): Document negative repeat count
3201 (Bug#10507).
3202
48da7392
GM
32032012-01-26 Glenn Morris <rgm@gnu.org>
3204
3205 * variables.texi (Using Lexical Binding):
3206 Mention that lexical-binding should be set in the first line.
3207
69b0acb9
LI
32082012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3209
3210 * macros.texi (Defining Macros): Don't claim that `declare' only
3211 affects Edebug and indentation.
3212
543757a8
LI
32132012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3214
3215 * macros.texi (Defining Macros): Slight `declare' fixup.
3216
450e3cae
GM
32172012-01-25 Glenn Morris <rgm@gnu.org>
3218
24189ce0 3219 * makefile.w32-in (texinputdir):
450e3cae
GM
3220 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
3221
1021c761
CY
32222012-01-24 Chong Yidong <cyd@gnu.org>
3223
3224 * variables.texi (Variables, Local Variables, Void Variables):
3225 Edit to make the descriptions less specific to dynamic binding.
3226 (Local Variables): Default max-specpdl-size is now 1300.
1cbae532
SM
3227 (Defining Variables): Edits for lexical scoping.
3228 Delete information about starting docstrings with *. De-document
1021c761
CY
3229 user-variable-p.
3230 (Tips for Defining): Remove an unimportant discussion of quitting
3231 in the middle of a load.
3232 (Accessing Variables, Setting Variables): Discuss lexical binding.
3233 (Variable Scoping): Rewrite.
3234 (Scope, Extent, Impl of Scope): Nodes deleted.
3235 (Dynamic Binding): New node, with material from Scope, Extent, and
3236 Impl of Scope nodes.
3237 (Dynamic Binding Tips): Rename from Using Scoping.
3238 (Lexical Binding): Rewrite.
3239 (Using Lexical Binding): Rename from Converting to Lexical
3240 Binding. Convert to subsection.
3241
3242 * customize.texi (Variable Definitions): Add custom-variable-p.
3243 Move user-variable-p documentation here.
3244
31cbea1d
CY
32452012-01-23 Chong Yidong <cyd@gnu.org>
3246
3247 * strings.texi (Text Comparison): Minor qualification.
3248
3249 * lists.texi (Cons Cells): Copyedits.
3250 (List Elements): Mention push.
3251 (List Variables): Mention pop.
3252 (Rings): Move to sequences.texi.
3253
3254 * sequences.texi (Sequence Functions): Don't repeat the
3255 introduction already given in the parent.
3256 (Vectors): Copyedits.
3257 (Rings): Move from lists.texi. Note that this is specific to the
3258 ring package.
3259
3260 * symbols.texi (Definitions, Symbol Components): Mention variable
3261 scoping issues.
3262 (Plists and Alists): Copyedits.
3263
3264 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3265 correctness with lexical scoping.
3266 (Eval): Copyedits.
3267
fead402d
CY
32682012-01-21 Chong Yidong <cyd@gnu.org>
3269
3270 * intro.texi (A Sample Function Description): Special notation
3271 used for macros too.
3272
3273 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3274 (Symbol Type): Add xref for keyword symbols.
3275 (Sequence Type): Clarify differences between sequence types.
3276 (Cons Cell Type): Add "linked list" index entry.
3277 (Non-ASCII in Strings): Copyedits.
3278 (Equality Predicates): Symbols with same name need not be eq.
3279
3280 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3281 ldexp. Move float-e and float-pi to Math Functions node.
3282
61086eb6
GM
32832012-01-21 Glenn Morris <rgm@gnu.org>
3284
3285 * modes.texi (Auto Major Mode):
3286 * variables.texi (File Local Variables):
3287 Mention inhibit-local-variables-regexps.
3288
34a02f46
MR
32892012-01-19 Martin Rudalics <rudalics@gmx.at>
3290
3291 * windows.texi (Window Configurations): Rewrite references to
3292 persistent window parameters.
3293 (Window Parameters): Fix description of persistent window
3294 parameters.
3295
f5064cae
JB
32962012-01-16 Juanma Barranquero <lekktu@gmail.com>
3297
3298 * windows.texi (Window Parameters): Use @pxref.
3299
6a6ee00d
MR
33002012-01-16 Martin Rudalics <rudalics@gmx.at>
3301
3302 * windows.texi (Window Configurations, Window Parameters):
3303 Describe persistent window parameters.
3304
9ca4c014
SM
33052011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * variables.texi (Creating Buffer-Local): Warn against misuses of
3308 make-variable-buffer-local (bug#10258).
3309
d027f83d
LMI
33102012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3311
3312 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3313
89bd9ccd
CY
33142012-01-06 Chong Yidong <cyd@gnu.org>
3315
1cbae532
SM
3316 * variables.texi (Directory Local Variables):
3317 Document hack-dir-local-variables-non-file-buffer.
89bd9ccd 3318
c869783d
GM
33192012-01-06 Glenn Morris <rgm@gnu.org>
3320
3321 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3322 rather than by keybinding.
3323
2cae5ba4
JB
33242011-12-29 Juanma Barranquero <lekktu@gmail.com>
3325
3326 * frames.texi (Font and Color Parameters): Add @pxref.
3327
43da4d08
DC
33282011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3329
3330 * frames.texi (Font and Color Parameters):
3331 Document w32 font backends (bug#10399).
3332
8d80ef01
PE
33332011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3334
3335 * files.texi (File Attributes, Changing Files):
3336 Use a more-natural notation for octal numbers.
3337
9022ae07
JB
33382011-12-23 Juanma Barranquero <lekktu@gmail.com>
3339
3340 * variables.texi (Variables with Restricted Values):
3341 Change reference to variable (bug#10354).
3342
454592a6
MR
33432011-12-13 Martin Rudalics <rudalics@gmx.at>
3344
3345 * windows.texi (Splitting Windows): Use t instead of non-nil
3346 when describing window-combination-resize.
3347
a7cdbfce
SM
33482011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3349
3350 * text.texi (Special Properties): Warn against `intangible' properties
3351 (bug#10222).
3352
a3dcc84e
EZ
33532011-11-26 Eli Zaretskii <eliz@gnu.org>
3354
579ebf8f
EZ
3355 * display.texi (Truncation):
3356 * text.texi (Special Properties): Describe what a stretch-glyph is
3357 instead of using that term without explanation. Make the
3358 cross-references more accurate.
3359
a3dcc84e
EZ
3360 * display.texi (Usual Display): Update the description,
3361 cross-references, and indexing related to display of control
3362 characters and raw bytes.
3363
94af99a4
MR
33642011-11-25 Martin Rudalics <rudalics@gmx.at>
3365
3366 * windows.texi (Splitting Windows): Fix description of
3367 window-combination-limit. Suggested by Eli Zaretskii.
3368
1c3d7a13
CY
33692011-11-23 Chong Yidong <cyd@gnu.org>
3370
3371 * windows.texi (Window Sizes): Move window-top-line,
3372 window-left-column, and window-*-pixel-edges to Coordinates and
3373 Windows node.
3374 (Coordinates and Windows): Restore window-edges doc.
3375
90151a1e
MR
33762011-11-21 Martin Rudalics <rudalics@gmx.at>
3377
a7cdbfce
SM
3378 * windows.texi (Windows and Frames, Splitting Windows):
3379 Fix typos.
90151a1e 3380
a9b9b7f5
CY
33812011-11-21 Chong Yidong <cyd@gnu.org>
3382
3383 * windows.texi (Splitting Windows): Fix error in documentation of
3384 window-combination-limit.
3385 (Cyclic Window Ordering): Minor fixes to next-window,
3386 one-window-p, and get-lru-window docs. Don't document
3387 window-list-1.
3388 (Buffers and Windows): Copyedits.
3389 (Choosing Window): Document special handling of special-display-*.
3390 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
3391 Don't document even-window-heights, which is going away.
3392 Clarify which options are obeyed by which action functions.
a9b9b7f5 3393
f4e90db0
SM
33942011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3395
3396 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3397
d2999b1a
MR
33982011-11-20 Martin Rudalics <rudalics@gmx.at>
3399
f4e90db0
SM
3400 * windows.texi (Resizing Windows, Splitting Windows):
3401 Remove term "status" when talking about combination limits.
d2999b1a 3402
cd1181db
JB
34032011-11-20 Juanma Barranquero <lekktu@gmail.com>
3404
3405 * compile.texi (Compiler Errors):
3406 * help.texi (Help Functions): Fix typos.
3407
7bf54975
CY
34082011-11-19 Chong Yidong <cyd@gnu.org>
3409
3410 * windows.texi (Splitting Windows): Clarify role of window
3411 parameters in split-window. Shorten the example.
f4e90db0
SM
3412 (Deleting Windows): Rewrite intro to handle internal windows.
3413 Fix delete-windows-on doc.
7bf54975
CY
3414 (Selecting Windows): Copyedits.
3415
a0c2d0ae
MR
34162011-11-17 Martin Rudalics <rudalics@gmx.at>
3417
3418 * windows.texi (Resizing Windows, Splitting Windows)
3419 (Deleting Windows): Use term window-combination-resize instead
3420 of window-splits.
3421
b6f67890
MR
34222011-11-16 Martin Rudalics <rudalics@gmx.at>
3423
f4e90db0
SM
3424 * windows.texi (Resizing Windows, Splitting Windows):
3425 Rename occurrences of window-nest to window-combination-limit.
b6f67890 3426
0b381c7e
JB
34272011-11-14 Juanma Barranquero <lekktu@gmail.com>
3428
3429 * intro.texi (Lisp History): Fix typo.
3430
89d61221
MR
34312011-11-12 Martin Rudalics <rudalics@gmx.at>
3432
f4e90db0
SM
3433 * windows.texi (Splitting Windows, Deleting Windows):
3434 Remove references to splits status of windows.
89d61221 3435
b2621720
GM
34362011-11-10 Glenn Morris <rgm@gnu.org>
3437
3438 * buffers.texi (Read Only Buffers): Expand a bit on why
3439 toggle-read-only should only be used interactively. (Bug#7292)
3440
d2ad7ee1
CY
34412011-11-09 Chong Yidong <cyd@gnu.org>
3442
3443 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 3444 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
3445 window-inside-absolute-pixel-edges.
3446 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3447 non-full-width windows.
3448
2cffd681
MR
34492011-11-09 Martin Rudalics <rudalics@gmx.at>
3450
3451 * windows.texi (Resizing Windows): Rewrite documentation of
3452 window-resizable.
3453
f6f6d7e7
CY
34542011-11-09 Chong Yidong <cyd@gnu.org>
3455
3456 * windows.texi (Splitting Windows): Simplify example.
3457
a79db6e0
CY
34582011-11-08 Chong Yidong <cyd@gnu.org>
3459
3460 * windows.texi (Window Sizes): Copyedits. Document
3461 window-text-height. Remove window-min-height and window-min-width
3462 discussion, referring instead to Emacs manual.
3463 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
3464 (Resizing Windows): Simplify introduction. Don't document
3465 enlarge-window, shrink-window, enlarge-window-horizontally, and
3466 shrink-window-horizontally; they are no longer preferred for
3467 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 3468
441950c7
GM
34692011-11-07 Glenn Morris <rgm@gnu.org>
3470
3471 * windows.texi (Choosing Window): Fix keybinding typo.
3472
be7f5545
MR
34732011-11-07 Martin Rudalics <rudalics@gmx.at>
3474
3475 * windows.texi (Resizing Windows, Splitting Windows)
3476 (Window Configurations): Use "child window" instead of
3477 "subwindow".
3478
291d142b
CY
34792011-11-06 Chong Yidong <cyd@gnu.org>
3480
3481 * windows.texi (Basic Windows): Clarify various definitions.
3482 Treat window-normalize-* as internal; don't document them.
3483 (Windows and Frames): Various clarifications, e.g. non-live
3484 windows also belong to frames. Fix window-list description.
3485 Simplify window nesting example.
f4e90db0
SM
3486 (Splitting Windows, Window Configurations):
3487 Use split-window-below.
291d142b 3488
89bd5ee1
EZ
34892011-11-04 Eli Zaretskii <eliz@gnu.org>
3490
3491 * windows.texi (Window Sizes): Mention in the doc string that the
3492 return values of `window-body-height' and `window-body-width' are
3493 in frame's canonical units. (Bug#9949)
3494
3d8daefe
MR
34952011-10-30 Martin Rudalics <rudalics@gmx.at>
3496
3497 * windows.texi (Windows and Frames): Remove "iso-" infix from
3498 documentation of window-iso-combined-p.
3499
60754666
CY
35002011-10-26 Chong Yidong <cyd@gnu.org>
3501
3502 * modes.texi (Running Hooks): Document with-wrapper-hook.
3503
d366bd53
CY
35042011-10-18 Chong Yidong <cyd@gnu.org>
3505
3506 * display.texi (Glyphless Chars): New node.
3507
50b063c3
CY
35082011-10-13 Chong Yidong <cyd@stupidchicken.com>
3509
3510 * text.texi (Yanking): Document yank-excluded-properties.
3511
3512 * package.texi (Packaging Basics): The commentary should say how
3513 to begin using the package.
3514
c72063fa
MR
35152011-10-11 Martin Rudalics <rudalics@gmx.at>
3516
3517 * windows.texi (Deleting Windows): Mention which window gets
3518 selected when deleting the selected window.
3519
d83dc65b
MR
35202011-10-09 Martin Rudalics <rudalics@gmx.at>
3521
3522 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3523 with the selected window.
3524 * windows.texi (Buffers and Windows): Reformulate text on how
3525 replace-buffer-in-windows deals with a window.
3526 (Quitting Windows): Describe how quit-window deals with a
3527 standalone frame. Describe new option frame-auto-hide-function.
3528
c599682c
GM
35292011-10-08 Glenn Morris <rgm@gnu.org>
3530
48bca619
GM
3531 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3532
c599682c
GM
3533 * positions.texi (Excursions): Update warning message.
3534
969aa734
CY
35352011-10-05 Chong Yidong <cyd@stupidchicken.com>
3536
f4e90db0
SM
3537 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3538 Fix Emacs manual xref (Bug#9675).
969aa734 3539
550f41cd
CY
35402011-10-01 Chong Yidong <cyd@stupidchicken.com>
3541
3542 * windows.texi (Textual Scrolling): Document scroll-up-command,
3543 scroll-down-command, scroll-error-top-bottom, and the
3544 scroll-command symbol property.
717a1362
CY
3545 (Display Action Functions): Fix description of
3546 display-buffer-pop-up-window.
550f41cd 3547
a239d4e9
JB
35482011-09-28 Juanma Barranquero <lekktu@gmail.com>
3549
3550 * windows.texi (Splitting Windows): Fix typos.
3551
590c056d
MR
35522011-09-25 Martin Rudalics <rudalics@gmx.at>
3553
3554 * windows.texi (Windows and Frames, Display Action Functions)
3555 (Switching Buffers): Fix some typos.
3556 (Buffers and Windows): Remove reference to window-auto-delete.
3557 Reword description of replace-buffer-in-windows.
3558 (Window History): Fix some typos and refer to frame local buffer
3559 list.
c419f5cb
MR
3560 (Quitting Windows): New node.
3561 (Window Configurations): Add descriptions of window-state-get
3562 and window-state-put.
3563 (Window Parameters): Describe variable ignore-window-parameters.
3564 Sketch some window parameters currently in use.
3565 * elisp.texi (Top): Update node listing.
590c056d 3566
9ec20d36
CY
35672011-09-25 Chong Yidong <cyd@stupidchicken.com>
3568
3569 * windows.texi (Display Action Functions)
3570 (Choosing Window Options): New nodes.
3571
0e406a72
CY
35722011-09-24 Chong Yidong <cyd@stupidchicken.com>
3573
3574 * windows.texi (Window History): New node. Move text here from
3575 Buffers and Windows.
3576 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
3577 don't document display-buffer here; callers changed.
3578 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
3579 switch-to-buffer-other-frame. Delete duplicate
3580 replace-buffer-in-windows doc.
3581 (Choosing Window): Document display actions.
3582
6bf7006f
EZ
35832011-09-24 Eli Zaretskii <eliz@gnu.org>
3584
3585 * display.texi (Forcing Redisplay): Update the description of
3586 redisplay-dont-pause due to change in the default value.
3587
b33b68a3
MR
35882011-09-23 Martin Rudalics <rudalics@gmx.at>
3589
3590 * frames.texi (Frames and Windows): Move section and rename to
3591 Windows and Frames in windows.texi.
3592 * windows.texi (Windows): Restructure.
3593 (Basic Windows): Rewrite. Explain live and internal windows and
3594 normalization functions.
3595 (Windows and Frames): Move section here from frames.texi.
3596 Describe subwindows, window combinations, window tree, and
3597 corresponding functions including window-list here.
3598 (Window Sizes): Rename section from Size of Window and move it
3599 up in chapter. Describe total and body sizes and the
3600 corresponding functions. Explain new semantics of
3601 window-min-height/-width.
3602 (Resizing Windows): Move section up in chapter. Describe new
3603 resize functions.
3604 (Splitting Windows): Describe new behavior of split-window,
3605 split-window-above-each-other and split-window-side-by-side.
3606 Provide examples. Describe window-nest and window-splits
3607 options.
3608 (Deleting Windows): Minor rewrite.
f4e90db0
SM
3609 (Selecting Windows): Minor rewrite.
3610 Describe frame-selected-window and set-frame-selected-window here.
3611 (Cyclic Window Ordering): Minor rewrite.
3612 Describe window-list-1.
b33b68a3
MR
3613 (Buffers and Windows): Rewrite. Explain a window's previous and
3614 next buffers and the corresponding functions.
c4682d18 3615 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
3616 * elisp.texi (Top): Update node listings for frames and windows
3617 sections.
3618
4d3786ac
SM
36192011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3620
3621 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
3622
713df35b
LMI
36232011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3624
3625 * errors.texi (Standard Errors): Remove apparent placeholder text
3626 (bug#9491).
3627
33ed493b
CY
36282011-09-18 Chong Yidong <cyd@stupidchicken.com>
3629
3630 * frames.texi (Management Parameters): Fix description of
3631 icon-type parameter.
3632
b8f0a954
CY
36332011-09-17 Chong Yidong <cyd@stupidchicken.com>
3634
3635 * tips.texi (Key Binding Conventions): Don't bind a key sequence
3636 ending in C-g. Suggested by Edward O'Connor.
3637
eddf142c
EZ
36382011-09-17 Eli Zaretskii <eliz@gnu.org>
3639
3640 * numbers.texi (Integer Basics): Add indexing for
3641 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
3642
d8e213eb 36432011-09-14 Dani Moncayo <dmoncayo@gmail.com>
bf1af6c7
DM
3644
3645 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
3646
cec2eab8
JB
36472011-09-11 Juanma Barranquero <lekktu@gmail.com>
3648
3649 * processes.texi (Network Servers): Clarify what the process
3650 buffer is used for (bug#9233).
3651
d8e213eb 36522011-08-30 Dani Moncayo <dmoncayo@gmail.com>
1f403cb9
DM
3653
3654 * lists.texi (Building Lists): Fix typo.
3655
35137ed3
CY
36562011-08-30 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * display.texi (Basic Faces): New node. Document new faces.
3659
3660 * modes.texi (Major Mode Conventions): Move some text there.
3661 (Mode Help): Remove major-mode var, duplicated in Major Modes.
3662
3fd50d5c
CY
36632011-08-29 Chong Yidong <cyd@stupidchicken.com>
3664
3665 * modes.texi (Basic Major Modes): New node. Callers updated.
3666 (Major Modes): Document fundamental-mode and major-mode.
3667 (Major Mode Basics): Node deleted; text moved to Major Modes.
3668 (Derived Modes): Document derived-mode-p.
3669
ddb54206
CY
36702011-08-28 Chong Yidong <cyd@stupidchicken.com>
3671
a6326082
CY
3672 * files.texi (Changing Files, Create/Delete Dirs): Document new
3673 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
3674 (Visiting Functions): Remove view-file; it is documented in the
3675 Emacs manual.
04e2ce72 3676
ddb54206
CY
3677 * frames.texi (Layout Parameters): The defaults for the
3678 menu-bar-lines and tool-bar-lines parameters depend on the mode.
3679
3680 * display.texi (Progress): Document spinner functionality.
3681
3682 * os.texi (Killing Emacs): Note that kill-emacs can be called by
3683 operating system signals. Refer to save-buffers-kill-terminal
3684 instead of save-buffers-kill-emacs.
3685
3686 * objects.texi (Symbol Type): Document ## print representation.
3687
0c95fcf7
EZ
36882011-08-25 Eli Zaretskii <eliz@gnu.org>
3689
3690 * display.texi (Specified Space): Mention that `space' specs
3691 influence bidi reordering.
3692 (Bidirectional Display): Explain how to use `(space . PROPS)' for
3693 separating fields with bidirectional content.
3694
5980d4c6
EZ
36952011-08-24 Eli Zaretskii <eliz@gnu.org>
3696
3697 * display.texi (Bidirectional Display): Document return value in
3698 buffers that are not bidi-reordered for display, and in unibyte
3699 buffers.
3700
bca633fb
EZ
37012011-08-23 Eli Zaretskii <eliz@gnu.org>
3702
3703 * nonascii.texi (Character Properties): Document the values for
3704 unassigned codepoints.
3705
c094bb0c
EZ
37062011-08-18 Eli Zaretskii <eliz@gnu.org>
3707
3708 * nonascii.texi (Character Properties): Document use of
3709 `bidi-class' and `mirroring' properties as part of reordering.
3710 Provide cross-references to "Bidirectional Display".
3711
3712 * display.texi (Bidirectional Display): Document the pitfalls of
3713 concatenating strings with bidirectional content, with possible
f4e90db0
SM
3714 solutions. Document bidi-string-mark-left-to-right.
3715 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
3716 Document use of `bidi-class' and `mirroring' properties as part of
3717 reordering.
c094bb0c 3718
1ea897d5
EZ
37192011-08-16 Eli Zaretskii <eliz@gnu.org>
3720
9adfcd0b
EZ
3721 * modes.texi (Major Mode Conventions): Improve the documentation
3722 of `mode-class' `special' modes.
3723
10862873
EZ
3724 * nonascii.texi (Character Properties): Document the `mirroring'
3725 property. Add index entries.
3726
1ea897d5
EZ
3727 * syntax.texi (Categories): Add an example of defining a new
3728 category and category table.
3729
3730 * searching.texi (Regexp Backslash): Document how to display
3731 existing categories. Mention the possibility of adding
3732 categories, and add an xref to where this is described. Add an
3733 index entry.
3734
ebb552ed
CY
37352011-08-09 Chong Yidong <cyd@stupidchicken.com>
3736
3737 * text.texi (Special Properties):
3738 * display.texi (Overlay Properties): Note that mouse-face cannot
3739 change the text size (Bug#8530).
3740
51a714e1
CY
37412011-08-08 Chong Yidong <cyd@stupidchicken.com>
3742
3743 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
3744 using setenv instead.
3745
4cc60b9b
EZ
37462011-07-28 Eli Zaretskii <eliz@gnu.org>
3747
3748 * display.texi (Bidirectional Display): Document the fact that
3749 bidi-display-reordering is t by default.
3750
5deb92fd
EZ
37512011-07-23 Eli Zaretskii <eliz@gnu.org>
3752
3753 * display.texi (Bidirectional Display): New section.
3754
011b0ad6 37552011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8 3756 Tim Cross <theophilusx@gmail.com> (tiny change)
8cf07e5a 3757 Glenn Morris <rgm@gnu.org>
011b0ad6 3758
67f9b9f8 3759 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 3760
4baf28e6
AS
37612011-07-15 Andreas Schwab <schwab@linux-m68k.org>
3762
3763 * help.texi (Keys in Documentation): Revert last change.
3764
66249842
LMI
37652011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3766
f863868c
LMI
3767 * help.texi (Keys in Documentation): Clarify that \= only quotes
3768 the next character, and doesn't affect longer sequences in
3769 particular (bug#8935).
3770
f4e90db0
SM
3771 * debugging.texi (Using Debugger):
3772 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 3773
0bb23927 37742011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
3775
3776 * display.texi (Other Display Specs): Document that `left-fringe'
3777 and `right-fringe' display specifications are of the "replacing"
3778 kind.
3779
f2027cdf
LMI
37802011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3781
3782 * help.texi (Documentation Basics): Add a link to the Function
3783 Documentation node (bug#6580).
3784
f987fde4
LMI
37852011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3786
0bc59b25
LMI
3787 * keymaps.texi (Menu Bar): Mention :visible and :enable
3788 (bug#6344). Text by Drew Adams.
3789
63d55f1f
LMI
3790 * modes.texi (Running Hooks): Mention buffer-local hook variables
3791 (bug#6218).
3792
f987fde4
LMI
3793 * objects.texi (General Escape Syntax): "a with grave accent" is
3794 ?xe0, not ?x8e0 (bug#5259).
3795
b7527639
CY
37962011-07-12 Chong Yidong <cyd@stupidchicken.com>
3797
3798 * display.texi (Face Attributes, Font Selection): Add references
3799 to the Fonts node in the Emacs manual (Bug#4178).
3800
c830e5ae
CY
38012011-07-12 Chong Yidong <cyd@stupidchicken.com>
3802
3803 * display.texi (Window Systems): `window-system' is
3804 terminal-local.
3805
3806 * frames.texi (Frame Parameters, Parameter Access): Don't mention
3807 frame-local variables.
3808
3809 * variables.texi (Buffer-Local Variables): Don't mention obsolete
3810 frame-local variables.
3811 (Frame-Local Variables): Node deleted.
3812
3813 * elisp.texi (Top): Update node listing.
3814
91223e54
LMI
38152011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3816
3817 * elisp.texi: Change "inferiors" to "subnodes" in three places
3818 (bug#3523).
3819
963578d3
CY
38202011-07-11 Chong Yidong <cyd@stupidchicken.com>
3821
3822 * frames.texi (Window System Selections): Discussion of
3823 x-select-enable-clipboard moved to Emacs manual.
3824
07151e49
DD
38252011-07-11 Deniz Dogan <deniz@dogan.se>
3826
3827 * commands.texi (Prefix Command Arguments): Remove excessive
3828 apostrophe.
3829
7261e1cf
LMI
38302011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3831
ad21a12a
LMI
3832 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
3833 description is a string (bug#3313).
3834
7261e1cf
LMI
3835 * frames.texi (Display Feature Testing): Try to explain what all
3836 the visual classes mean (bug#3042).
3837
568f7b79
LMI
38382011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3839
18d59e29
LMI
3840 * modes.texi (Mode Line Variables): Document `mode-line-remote'
3841 and `mode-line-client' (bug#2974).
3842
568f7b79
LMI
3843 * text.texi (Insertion): Clarify marker movements (bug#1651).
3844 Text from Drew Adams.
3845
54e10184
LMI
38462011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3847
d94d85e9
LMI
3848 * text.texi (Special Properties): Clarify the format of `face'
3849 (bug#1375).
3850
54e10184
LMI
3851 * commands.texi (Interactive Call): Add a `call-interactively'
3852 example (bug#1010).
3853
413c488d
LMI
38542011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3855
3856 * functions.texi (Calling Functions): Link to the "Interactive
3857 Call" node (bug#1001).
3858
322b7dab 38592011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 3860
3deead93
CY
3861 * customize.texi (Composite Types): Move alist and plist to here
3862 from Simple Types (Bug#7545).
3863
3864 * elisp.texi (Top): Update menu description.
3865
b00d8c1a
CY
3866 * display.texi (Face Attributes): Document negative line widths
3867 (Bug#6113).
3868
d2a6c43b
TR
38692011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3870
3871 * searching.texi (Match Data): Note that match data can be
3872 overwritten by most functions (bug#2499).
3873
c7844a27
LMI
38742011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3875
a9ab721e
LMI
3876 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
3877 flags mean (bug#6659).
3878
c7844a27
LMI
3879 * functions.texi (What Is a Function): Document the autoload
3880 object (bug#6496).
3881
f68d76d0
LMI
38822011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3883
8a20ca4c
LMI
3884 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
3885 is only used in the Customize user interface (bug#6089).
3886
f68d76d0 3887 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 3888 images (bug#7836).
f68d76d0 3889
7018dbe7
EZ
38902011-07-02 Eli Zaretskii <eliz@gnu.org>
3891
3892 * variables.texi (Defining Variables, Void Variables)
3893 (Constant Variables): Fix incorrect usage of @kindex.
3894
36cb87a1
LMI
38952011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3896
28ee97c7
LMI
3897 * variables.texi (Defining Variables): Add an index entry for
3898 `set-variable' (bug#7262).
8d4294e9 3899 (Defining Variables): Use @findex for functions.
28ee97c7 3900
8862ffd5
LMI
3901 * frames.texi (Basic Parameters): Document the `explicit-name'
3902 parameter (bug#6951).
3903
0ec389b9
LMI
3904 * customize.texi (Type Keywords): Clarify that :value provides a
3905 default value for all types (bug#7386).
3906
36cb87a1
LMI
3907 * streams.texi (Output Functions): Document `pp'.
3908
11fdef7d 39092011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
3910
3911 * keymaps.texi (Searching Keymaps):
3912 * display.texi (Overlay Properties): Fix errors in 2011-05-29
3913 change. Suggested by Johan Bockgård.
3914
eeafcea7
CY
39152011-06-15 Chong Yidong <cyd@stupidchicken.com>
3916
3917 * text.texi (Special Properties): Clarify role of font-lock-face.
3918
b96e6cde
LMI
39192011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3920
f4e90db0 3921 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
3922 to `process-live-p' for consistency with other `-live-p' functions.
3923
be14b9ab
PE
39242011-06-03 Paul Eggert <eggert@cs.ucla.edu>
3925
3926 Document wide integers better.
3927 * files.texi (File Attributes): Document ino_t values better.
2d365993 3928 ino_t values no longer map to anything larger than a single cons.
35e951cd 3929 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
be14b9ab 3930 (Bitwise Operations):
001903b5
PE
3931 * objects.texi (Integer Type): Use a binary notation that is a bit easier
3932 to read, and that will port better if 62-bits becomes the default.
3933 Fix or remove incorrect examples.
be14b9ab
PE
3934 * os.texi (Time Conversion): Document time_t values better.
3935
bcd54f83
LMI
39362011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3937
f4e90db0
SM
3938 * processes.texi (Process Information):
3939 Document `process-alive-p'.
bcd54f83 3940
049bcbcb
CY
39412011-05-29 Chong Yidong <cyd@stupidchicken.com>
3942
3943 * help.texi (Accessing Documentation):
3944 * display.texi (Pixel Specification):
3945 * processes.texi (Serial Ports, Serial Ports):
3946 * nonascii.texi (Character Properties, Default Coding Systems):
3947 * text.texi (Changing Properties, Special Properties):
3948 * windows.texi (Window Start and End):
3949 * modes.texi (SMIE Indentation Example, SMIE Tricks):
3950 * keymaps.texi (Searching Keymaps, Tool Bar):
3951 * minibuf.texi (Basic Completion):
3952 * compile.texi (Eval During Compile):
3953 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
3954 7x9 paper in printed manual.
3955
3956 * lists.texi (Sets And Lists): Fix misplaced text.
3957
58539c63
CY
39582011-05-29 Chong Yidong <cyd@stupidchicken.com>
3959
3960 * keymaps.texi (Remapping Commands): Emphasize that the keymap
3961 needs to be active (Bug#8350).
3962
6b5681bf
CY
39632011-05-28 Chong Yidong <cyd@stupidchicken.com>
3964
b4d52acc
CY
3965 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
3966
6b5681bf
CY
3967 * tips.texi (Coding Conventions): Remove antediluvian filename
3968 limit recommendation (Bug#8538).
3969
e145f188
GM
39702011-05-27 Glenn Morris <rgm@gnu.org>
3971
3972 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
3973
eafed945
GM
39742011-05-26 Glenn Morris <rgm@gnu.org>
3975
3976 * variables.texi (File Local Variables):
3977 Update hack-local-variables `mode-only' return value.
2d3ba9e7 3978 Add some more details on what this function does in the other case.
eafed945 3979
bc8410af
GM
39802011-05-19 Glenn Morris <rgm@gnu.org>
3981
3982 * lists.texi (Sets And Lists): Mention cl provides union etc.
3983
35a30759
N
39842011-05-19 Nix <nix@esperi.org.uk>
3985
3986 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
3987
3988 * text.texi (Parsing HTML): Update for function name changes.
3989
3990 * syntax.texi (Syntax Flags): Small fix.
3991
3992 * keymaps.texi (Active Keymaps): Typo fix.
3993 (Changing Key Bindings): Grammar fix.
3994
3995 * frames.texi (Minibuffers and Frames): Grammar fix.
3996 (Window System Selections): x-select-enable-clipboard now defaults to t.
3997
3998 * customize.texi (Common Keywords):
3999 * display.texi (Abstract Display):
4000 * modes.texi (Auto-Indentation):
4001 * nonascii.texi (Converting Representations): Typo fixes.
4002
4003 * control.texi (Examples of Catch): Call it "goto" not "go to".
4004
e3934a8a
EZ
40052011-05-14 Eli Zaretskii <eliz@gnu.org>
4006
bc039a3b
EZ
4007 * nonascii.texi (Character Properties): Fix inconsistencies with
4008 implementation.
4009
e3934a8a
EZ
4010 * text.texi (Special Properties): Move @defvar's out of the
4011 @table. (Bug#8652)
4012
e2c94218
GM
40132011-05-12 Glenn Morris <rgm@gnu.org>
4014
4015 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4016
d2fc7e3d 40172011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
4018
4019 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4020 (Multiline Font Lock):
4021 * vol2.texi (Top):
4022 * vol1.texi (Top):
4023 * elisp.texi (Top): Update menu accordingly.
4024
d2fc7e3d 40252011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
4026
4027 * modes.texi (Region to Fontify): Fix typo.
4028
79b70037
GM
40292011-05-10 Jim Meyering <meyering@redhat.com>
4030
4031 * minibuf.texi: Fix typo "in in -> in".
4032
b08a63cc 40332011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
4034
4035 * numbers.texi (Integer Basics): Large integers are treated as floats.
4036
1ef14cb4
LMI
40372011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4038
4039 * processes.texi (Synchronous Processes): Document the (:file
4040 "/file-name") syntax for `call-process'.
4041
4ffd0d6b 40422011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
4043
4044 * windows.texi (Choosing Window): Fix typo.
4045
4ffd0d6b 40462011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
4047
4048 * frames.texi (Layout Parameters): Note the difference between
4049 querying and setting parameters for left-fringe and right-fringe
4050 (Bug#6930).
4051
fd5a8ae8
SM
40522011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4053
4054 * minibuf.texi (Basic Completion): Be a bit more precise about the
4055 valid kinds of completion tables.
4056 (Programmed Completion): Remove obsolete text about lambda expressions
4057 not being valid completion tables.
4058
c1bcd0d5
CY
40592011-03-19 Chong Yidong <cyd@stupidchicken.com>
4060
4061 * positions.texi (Excursions): Explain the "save-excursion
4062 defeated by set-buffer" warning.
4063
4064 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4065 save-excursion. Suggested by Uday S Reddy.
4066
03408648 40672011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 4068
03408648
SM
4069 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4070 (Lexical Binding): New sub-section.
ba83908c 4071
03408648
SM
4072 * eval.texi (Eval): Discourage the use of `eval'.
4073 Document its new `lexical' argument.
6c075cd7 4074
f6d62986
SM
40752011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4076
03408648 4077 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
4078 nil any more.
4079
84ea5558 40802011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
4081
4082 * strings.texi (String Conversion): Don't mention
4083 string-make-(uni|multi)byte (bug#8262).
4084 * nonascii.texi (Converting Representations): Fix up range.
4085 * keymaps.texi (Key Binding Commands): Update code point, avoid
4086 "unibyte character" and remove mention of unibyte bindings.
4087
62d94509
EZ
40882011-03-10 Eli Zaretskii <eliz@gnu.org>
4089
4090 * modes.texi (Operator Precedence Grammars): Don't use characters
4091 outside ISO-8859-1.
4092
63a329f8
EZ
40932011-03-09 Eli Zaretskii <eliz@gnu.org>
4094
4095 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4096
4097 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4098
6446548e
GM
40992011-03-08 Glenn Morris <rgm@gnu.org>
4100
4101 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4102 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 4103 * elisp.texi: Set documentencoding.
6446548e 4104
33383987
JB
41052011-03-07 Chong Yidong <cyd@stupidchicken.com>
4106
4107 * Version 23.3 released.
4108
0b3ceceb
CY
41092011-03-06 Chong Yidong <cyd@stupidchicken.com>
4110
4111 * package.texi: Update index keywords.
4112 (Package Archives): New node contents. Document package-x.el.
4113
78f5433f
JB
41142011-03-06 Juanma Barranquero <lekktu@gmail.com>
4115
4116 * makefile.w32-in (srcs): Add package.texi.
4117
555e9b5c
CY
41182011-03-06 Chong Yidong <cyd@stupidchicken.com>
4119
120d9389
CY
4120 * package.texi (Packaging, Packaging Basics, Simple Packages)
4121 (Multi-file Packages): Expand and clarify.
4122 (Package Archives): Temporary placeholder node.
4123
4124 * elisp.texi (Top): Update node listing.
4125
555e9b5c
CY
4126 * Makefile.in (srcs): Add package.texi.
4127
b59a4335
CY
41282011-03-05 Chong Yidong <cyd@stupidchicken.com>
4129
4130 * processes.texi (Synchronous Processes): Minor clarification
4131 (Bug#8149).
4132
06083aa1
GM
41332011-03-03 Glenn Morris <rgm@gnu.org>
4134
4135 * files.texi (Truenames): Minor clarification. (Bug#2341)
4136
6640b281
GM
41372011-03-01 Glenn Morris <rgm@gnu.org>
4138
4139 * variables.texi (Directory Local Variables):
4140 Mention `(subdirs . nil)' alist element.
4141
2b0c7330 41422011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
4143
4144 * variables.texi (Directory Local Variables): Mention the optional
4145 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4146
b923f7a9
CY
41472011-02-27 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * minibuf.texi (Minibuffer History): Clarify discussion of
4150 minibuffer history lists (Bug#8085).
4151
67ab0163 41522011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 4153
e979a521
EZ
4154 * elisp.texi: Sync @dircategory with ../../info/dir.
4155
e03b2fd4
EZ
4156 * files.texi (Visiting Functions): Document find-file-literally,
4157 both the command and the variable.
4158
86ec878a
EZ
4159 * variables.texi (Creating Buffer-Local): Explain the meaning of
4160 permanent local variables.
4161
67ab0163
GM
4162 * files.texi (Visiting Functions): Document find-file-literally,
4163 both the command and the variable.
4164
4165 * variables.texi (Creating Buffer-Local): Explain the meaning of
4166 permanent local variables.
4167
41682011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
4169
4170 * keymaps.texi (Remapping Commands): Mention how to undo it.
4171
bfcb151a
RT
41722011-02-09 Reuben Thomas <rrt@sc3d.org>
4173
4174 * loading.texi (Hooks for Loading): Remove unnecessary advice
4175 about eval-after-load (Bug#7986).
4176
a41c8660
CY
41772011-02-05 Chong Yidong <cyd@stupidchicken.com>
4178
4179 * commands.texi (Accessing Mouse): Note that a header line is not
4180 included in the row of posn-col-row.
4181
e0dd6837
CY
41822011-02-02 Chong Yidong <cyd@stupidchicken.com>
4183
4184 * modes.texi (Major Mode Conventions): Add face guidelines.
4185 (Faces for Font Lock): List faces in order of prominence.
4186
a4180391
PE
41872011-02-01 Paul Eggert <eggert@cs.ucla.edu>
4188
4189 format-time-string now supports subsecond time stamp resolution
4190 * os.texi (Time Parsing): Document %N.
4191
7427eb97
CY
41922011-01-28 Chong Yidong <cyd@stupidchicken.com>
4193
61db307f
CY
4194 * vol1.texi (Top):
4195 * vol2.texi (Top):
4196 * elisp.texi (Top):
4197 * display.texi (Display Property): Shorten the menu description of
4198 the "Other Display Specs" node (Bug#7816).
4199
7427eb97
CY
4200 * keymaps.texi (Defining Menus): Add "menu item" and "extended
4201 menu item" concept index entries (Bug#7805).
4202
bf3dae7e
EZ
42032011-01-29 Eli Zaretskii <eliz@gnu.org>
4204
4205 * makefile.w32-in (texinfodir): New variable.
4206 (usermanualdir): Remove as redundant with $(emacsdir).
4207 (MAKEINFO): Remove options, leave only program name.
4208 (MAKEINFO_OPTS): New variable.
4209 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4210
06d8ace5 42112011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
4212 Richard Kim <emacs18@gmail.com>
4213
4214 * loading.texi (Library Search): Document list-load-path-shadows
4215 (Bug#7757).
4216
06d8ace5 42172011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
4218
4219 * searching.texi (Regexp Special): Remove outdated discussion of
4220 character sets (Bug#7780).
4221
28a88153
CY
4222 * frames.texi (Pop-Up Menus): Document where menu title comes
4223 from (Bug#7684).
4224
06d8ace5 42252011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
4226
4227 * display.texi (Making Buttons): Mention limitation of text buttons.
4228
a8e1e9ee
WL
42292011-01-23 Werner Lemberg <wl@gnu.org>
4230
4231 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4232 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4233 (ENVADD): New variable to control texi2dvi and texi2pdf.
4234
362b9d48
GM
42352011-01-15 Chong Yidong <cyd@stupidchicken.com>
4236
4237 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4238 Emacs manual.
4239
42402011-01-15 Eli Zaretskii <eliz@gnu.org>
4241
4242 * files.texi (Directory Names): Explain why FROM in
4243 directory-abbrev-alist should begin with \`. (Bug#7777)
4244
3fa173b4
SM
42452011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4246
4247 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4248
7c420169 42492011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
4250
4251 * modes.texi (Emulating Mode Line): Fix last change.
4252
7c420169 42532011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
4254
4255 * modes.texi (Emulating Mode Line): Update documentation of
4256 format-mode-line according to changes that fixed bug #7587.
4257
80b33766
SM
42582010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4259
4260 * modes.texi (Derived Modes): Mention prog-mode.
4261
4262 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4263 of the key-binding-data cache since we don't use it any more.
4264
f49d1f52 42652010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 4266
4bb49a92
EZ
4267 * processes.texi (Shell Arguments):
4268 * strings.texi (Creating Strings): Don't mention "shell commands";
4269 make it explicit that `split-string-and-unquote' and
4270 `combine-and-quote-strings' are mainly for working with arguments
4271 to call-process and start-process.
4272
3c73e30e
EZ
4273 * processes.texi (Shell Arguments): Fix documentation of
4274 `split-string-and-unquote'. Add indexing. (Bug#7563)
4275
f49d1f52 42762010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
4277
4278 * modes.texi (Auto-Indentation): New section to document SMIE.
4279 (Major Mode Conventions):
4280 * text.texi (Mode-Specific Indent): Refer to it.
4281
f49d1f52 42822010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
4283
4284 * display.texi (Other Display Specs): Document left-fringe and
4285 right-fringe display specs.
4286
f49d1f52 42872010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
4288
4289 * backups.texi (Making Backups):
4290 * modes.texi (Example Major Modes): Use recommended coding style.
4291 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4292 define-derived-mode. Mention completion-at-point-functions.
4293
f49d1f52 42942010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 4295
5dcb4c4e
SM
4296 * nonascii.texi (Converting Representations):
4297 Document byte-to-string.
e1115396 4298
ec1b9b17
GM
42992010-12-08 Glenn Morris <rgm@gnu.org>
4300
4301 * buffers.texi (Modification Time):
4302 verify-visited-file-modtime now defaults to the current buffer.
4303
07976ae3 43042010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 4305
ec1b9b17 4306 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
4307
4308 * strings.texi (Creating Strings): Don't mention semi-obsolete
4309 function char-to-string.
4310 (String Conversion): Shorten discussion of semi-obsolete function
4311 string-to-char. Link to Converting Representations.
4312
4313 * objects.texi (Symbol Type):
4314 * text.texi (Near Point):
4315 * help.texi (Help Functions):
4316 * functions.texi (Mapping Functions): Use string instead of
4317 char-to-string in examples.
4318
07976ae3 43192010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
4320
4321 * text.texi (Kill Functions, Kill Functions)
4322 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4323 YANK-HANDLER args.
4324
4325 * symbols.texi (Creating Symbols): Using unintern without an
4326 obarray arg is now obsolete.
4327
4328 * numbers.texi (Float Basics): Document float-e and float-pi.
4329
4330 * variables.texi (Defining Variables): Change "pi" example to
4331 "float-pi".
4332
8547874a
EZ
43332010-11-26 Eli Zaretskii <eliz@gnu.org>
4334
4335 * commands.texi (Click Events): Document the values of X, Y and
4336 COL, ROW in the event's position, when the click is on the header
4337 or mode line, on the fringes, or in the margins.
4338
4a47c275 43392010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 4340
5b05d75b
EZ
4341 * customize.texi (Composite Types): Lower-case index entry.
4342
5dcb4c4e
SM
4343 * loading.texi (How Programs Do Loading):
4344 Document load-file-name. (Bug#7346)
c7926fe2 4345
4a47c275 43462010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
4347
4348 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4349
0eb025fb
EZ
43502010-11-13 Eli Zaretskii <eliz@gnu.org>
4351
4352 * display.texi (Usual Display): Characters with no fonts are not
4353 necessarily displayed as empty boxes.
4354
2699a554 43552010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
4356
4357 * maps.texi (Standard Keymaps): Update File menu description.
4358
8289f37b
GM
43592010-10-28 Glenn Morris <rgm@gnu.org>
4360
4361 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4362
5793a7bc 43632010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
4364
4365 * display.texi (Window Systems): Deprecate use of window-system as
4366 a predicate.
4367
17284e30
GM
43682010-10-23 Glenn Morris <rgm@gnu.org>
4369
4370 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4371 sorted-doc.
4372
00f113eb
JB
43732010-10-15 Eli Zaretskii <eliz@gnu.org>
4374
4375 * os.texi (Dynamic Libraries): New node, with slightly modified
4376 text deleted from "Image Formats".
4377 (System Interface): Add @menu entry for "Dynamic Libraries".
4378
4379 * display.texi (Image Formats): Remove description of
4380 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4381
07277eb8
GM
43822010-10-12 Glenn Morris <rgm@gnu.org>
4383
4384 * book-spine.texinfo: Rename to book-spine.texi.
4385
c12e4a81
GM
43862010-10-11 Glenn Morris <rgm@gnu.org>
4387
df187c62
GM
4388 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4389
c12e4a81 4390 * Makefile.in (DVIPS): New variable.
234db610
GM
4391 (.PHONY): Add html, ps.
4392 (html, elisp.html, ps, elisp.ps): New targets.
4393 (clean): Delete html, ps files.
4394 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 4395
6513b232
EZ
43962010-10-09 Eli Zaretskii <eliz@gnu.org>
4397
4398 * makefile.w32-in (emacsdir): New variable.
4399 (srcs): Add emacsver.texi.
4400 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4401
abd40fb4
GM
44022010-10-09 Glenn Morris <rgm@gnu.org>
4403
c1dc72b3
GM
4404 * Makefile.in (VPATH): Remove.
4405 (infodir): Make it absolute.
4406 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4407
4393405b
GM
4408 * Makefile.in (dist): Anchor regexps.
4409
eef3ab94
GM
4410 * Makefile.in (srcs): Put elisp.texi first.
4411 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4412
aa9db089
GM
4413 * Makefile.in (infoclean): Remove harmless, long-standing error.
4414
abd40fb4
GM
4415 * Makefile.in ($(infodir)): Delete rule.
4416 (mkinfodir): New.
4417 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4418
68db69ed 4419 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 4420 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 4421
ea274122
GM
44222010-10-09 Glenn Morris <rgm@gnu.org>
4423
f7a31f11
GM
4424 * Makefile.in (emacsdir): New variable.
4425 (MAKEINFO): Add -I $emacsdir.
4426 (dist): Copy emacsver.texi.
b13254e7
GM
4427 (srcs): Add emacsver.texi.
4428
f7a31f11
GM
4429 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4430 Set EMACSVER by including emacsver.texi.
4431
ea274122
GM
4432 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4433
17ca7950
GM
44342010-10-07 Glenn Morris <rgm@gnu.org>
4435
4436 * Makefile.in (version): New, set by configure.
4437 (clean): Delete dist tar file.
4438 (dist): Use version in tar name.
4439
4c83f6e1
GM
44402010-10-06 Glenn Morris <rgm@gnu.org>
4441
4442 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4443 (INSTALL_INFO): Remove unused variable.
4444 (mostlyclean, infoclean, dist): New rules.
4445 (clean): Delete dvi and pdf files.
4446 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 4447 ($(infodir)): Add parallel build workaround.
4c83f6e1 4448
0264072d
GM
44492010-10-04 Glenn Morris <rgm@gnu.org>
4450
4451 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4452 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 4453 Fix -I typo.
0264072d
GM
4454 (clean): No 'make.out' or 'core' files.
4455 (.PHONY): Declare clean rules.
4456 (maintainer-clean): Delete pdf file. Guard against cd failures.
4457
77f38949
GM
44582010-10-03 Glenn Morris <rgm@gnu.org>
4459
4460 * files.texi (File Name Components): Remove ignored section about
4461 deleted variable directory-sep-char.
4462
178fdd41
MA
44632010-10-03 Michael Albinus <michael.albinus@gmx.de>
4464
4465 * files.texi (Magic File Names): New defopt
4466 remote-file-name-inhibit-cache.
4467
9c524fcb
GM
44682010-10-02 Glenn Morris <rgm@gnu.org>
4469
4470 * os.texi (Killing Emacs): Hook now runs in batch mode.
4471
f816790b
SM
44722010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4473
4474 * text.texi (Special Properties): Clarify when modification-hooks run.
4475
7cf78aac
SM
44762010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4477
4478 * syntax.texi (Syntax Flags): Document new `c' flag.
4479
ca0d44e4
GM
44802010-09-09 Glenn Morris <rgm@gnu.org>
4481
4482 * display.texi (ImageMagick Images): General cleanup.
4483
10999305 44842010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
4485
4486 * files.texi (Directory Names): Use \` rather than ^.
4487
45240125
JD
44882010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4489
4490 * text.texi (Low-Level Kill Ring):
4491 * frames.texi (Window System Selections): Remove cut buffer
4492 documentation.
4493
4abe5bf6
EZ
44942010-08-28 Eli Zaretskii <eliz@gnu.org>
4495
4496 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4497 Parameters", where the default fringe width is described.
4498
4499 * frames.texi (Window Frame Parameters, Basic Parameters)
4500 (Position Parameters, Layout Parameters, Management Parameters)
4501 (Cursor Parameters, Font and Color Parameters): Add indexing for
4502 frame parameters. (Bug#6929)
4503
fdc76236
TT
45042010-08-25 Tom Tromey <tromey@redhat.com>
4505
4506 * vol2.texi (Top): Update.
4507 * vol1.texi (Top): Update.
4508 * tips.texi (Library Headers): Mention Package-Version and
4509 Package-Requires.
4510 * package.texi: New file.
4511 * os.texi (System Interface): Update pointers.
4512 * elisp.texi (Top): Link to new nodes. Include package.texi.
4513 * anti.texi (Antinews): Update pointers.
4514
1e5c1c80
EZ
45152010-08-25 Eli Zaretskii <eliz@gnu.org>
4516
4517 * processes.texi (Filter Functions): Fix last change.
4518
78e33835
CY
45192010-08-24 Markus Triska <triska@gmx.at>
4520
4521 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4522 of `buffer-name' in the main text as well as in the example
4523 (Bug#3098).
4524
198a7a97
CY
45252010-08-22 Chong Yidong <cyd@stupidchicken.com>
4526
4527 * nonascii.texi (Text Representations):
4528 * loading.texi (Loading Non-ASCII):
4529 * compile.texi (Byte Compilation): Don't mention obsolete
4530 --unibyte command-line argument.
4531
bc7d7ea6
CY
45322010-08-22 Chong Yidong <cyd@stupidchicken.com>
4533
4534 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4535
b0126eac 45362010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
4537
4538 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4539
e8a6cc19
EZ
45402010-08-20 Eli Zaretskii <eliz@gnu.org>
4541
4542 * commands.texi (Misc Events): Add cross-references to where
4543 POSITION of a mouse event is described in detail.
4544
c4e7c63a 45452010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 4546
c4e7c63a 4547 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 4548
7815fe19 45492010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
4550
4551 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4552 Suggested by Štěpán Němec <stepnem@gmail.com>.
4553
7815fe19 45542010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
4555
4556 * minibuf.texi (High-Level Completion): Document args of
4557 `read-buffer-function' (bug#5625).
4558
8b2dd508
JD
45592010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4560
4561 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4562
bace45fe
MA
45632010-07-29 Michael Albinus <michael.albinus@gmx.de>
4564
4565 * processes.texi (Process Information): Explain process property
4566 `remote-tty'.
4567
4ce5a4cc
JB
45682010-07-27 Juanma Barranquero <lekktu@gmail.com>
4569
4570 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4571 instead of "\C-\^?" (bug#6334).
4572
1c84bc7a
JB
4573 * text.texi (Special Properties): Fix typo.
4574
b88746ba
EZ
45752010-07-09 Eli Zaretskii <eliz@gnu.org>
4576
4577 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4578 calling sequences, which are now the standard.
4579
51422d6d
CY
45802010-06-24 Chong Yidong <cyd@stupidchicken.com>
4581
4582 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4583
4584 * commands.texi (Command Overview): Mention undo-boundary call.
4585
d24880de
GM
45862010-06-23 Glenn Morris <rgm@gnu.org>
4587
4588 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4589 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4590 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4591 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4592 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4593 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4594 Untabify Texinfo files.
4595
0fc76035
CY
45962010-06-20 Chong Yidong <cyd@stupidchicken.com>
4597
4598 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4599
5338dc0b
CY
46002010-06-19 Chong Yidong <cyd@stupidchicken.com>
4601
a628ad9d 4602 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 4603
2c3a3c1d
CY
46042010-06-02 Chong Yidong <cyd@stupidchicken.com>
4605
ba3bf1d9
CY
4606 * searching.texi (Regexp Special): Remove obsolete information
4607 about matching non-ASCII characters, and suggest using char
4608 classes (Bug#6283).
2c3a3c1d 4609
7f4b4249
JB
46102010-05-30 Juanma Barranquero <lekktu@gmail.com>
4611
4612 * minibuf.texi (Basic Completion): Add missing "@end defun".
4613
637821cd
SM
46142010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4615
4616 * minibuf.texi (Basic Completion): Document completion-boundaries.
4617 (Programmed Completion): Document the new fourth method for boundaries.
4618
e13051c3
CY
46192010-05-22 Chong Yidong <cyd@stupidchicken.com>
4620
a628ad9d 4621 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 4622
0235128c 46232010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
4624
4625 * windows.texi (Textual Scrolling):
4626 * tips.texi (Coding Conventions):
4627 * minibuf.texi (Minibuffer History):
4628 * maps.texi (Standard Keymaps):
4629 * loading.texi (Where Defined):
4630 * edebug.texi (Instrumenting): Fix typos.
4631
0235128c 46322010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 4633
c7c32279
CY
4634 * keymaps.texi (Menu Bar): Document :advertised-binding property.
4635
0235128c
SM
4636 * functions.texi (Obsolete Functions):
4637 Document set-advertised-calling-convention.
eb5ed549
CY
4638
4639 * minibuf.texi (Basic Completion): Document completion-in-region.
4640 (Programmed Completion): Document completion-annotate-function.
4641
4642 * commands.texi (Reading One Event): Document read-key.
4643 (Distinguish Interactive): Document KIND arg to
4644 called-interactively-p. Delete obsolete interactive-p.
4645
4646 * elisp.texi (Top): Update node description.
4647
f8848423
EZ
46482010-05-08 Eli Zaretskii <eliz@gnu.org>
4649
0235128c
SM
4650 * nonascii.texi (Character Properties):
4651 Document unicode-category-table. Add an index entry for Unicode
4652 general category.
4653
46542010-05-07 Chong Yidong <cyd@stupidchicken.com>
4655
4656 * Version 23.2 released.
f8848423 4657
938efb77
JB
46582010-04-20 Juanma Barranquero <lekktu@gmail.com>
4659
4660 * locals.texi (Standard Buffer-Local Variables):
4661 Remove @ignore'd reference to `direction-reversed'.
4662
5854c267
JL
46632010-04-14 Juri Linkov <juri@jurta.org>
4664
4665 Fix @deffn without category.
4666
4667 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
4668 for `abbrev-insert'.
4669
4670 * buffers.texi (Indirect Buffers): Add category `Command'
4671 to @deffn of `clone-indirect-buffer'.
4672
4673 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
4674 for `next-window' and `previous-window'. Add category `Command'
4675 to @deffn of `pop-to-buffer'.
4676
8a14dec7
CY
46772010-04-01 Chong Yidong <cyd@stupidchicken.com>
4678
4679 * nonascii.texi (Text Representations): Don't mark
4680 enable-multibyte-characters as a user option.
4681
7a1831cf
EZ
46822010-03-31 Eli Zaretskii <eliz@gnu.org>
4683
4684 * control.texi (Handling Errors): How to re-throw a signal caught
4685 by condition-case.
4686
c3863713
CY
46872010-03-26 Chong Yidong <cyd@stupidchicken.com>
4688
4689 * loading.texi (Hooks for Loading): Document after-load-functions.
4690 Copyedits.
4691
c333f279
AM
46922010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
4693
4694 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
4695
e867cb5d 46962010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
4697
4698 * processes.texi (Network Processes): Document seqpacket type.
4699
605f35cd
DN
47002010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4701
4702 * os.texi (System Environment): Do not mention lynxos.
4703
288f9fc0
CY
47042010-03-10 Chong Yidong <cyd@stupidchicken.com>
4705
4706 * Branch for 23.2.
4707
eed5c93a
CY
47082010-03-06 Chong Yidong <cyd@stupidchicken.com>
4709
4710 * objects.texi (Integer Type): Take note of the read syntax
4711 exception for numbers that cannot fit in the integer type.
4712
1ddd6622
GM
47132010-03-03 Glenn Morris <rgm@gnu.org>
4714
4715 * numbers.texi (Integer Basics, Bitwise Operations):
4716 * objects.texi (Integer Type): Update for integers now being 30-bit.
4717
a908c79a
CY
47182010-02-27 Chong Yidong <cyd@stupidchicken.com>
4719
4720 * display.texi (Low-Level Font): Document :otf font-spec property.
4721
cd61af01
SM
47222010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4723
4724 * display.texi (Line Height): Avoid obsolete special default variables
4725 like default-major-mode.
4726
c02f8fe2
AM
47272010-01-28 Alan Mackenzie <acm@muc.de>
4728
4729 * display.texi (Auto Faces): Say fontification-functions is called
4730 whether or not Font Lock is enabled. Tidy up the wording a bit.
4731
d738d18b
CY
47322010-01-17 Chong Yidong <cyd@stupidchicken.com>
4733
4734 * elisp.texi: Remove duplicate edition information (Bug#5407).
4735
4963739e
JB
47362010-01-17 Juanma Barranquero <lekktu@gmail.com>
4737
4738 * two.el (volume-header-toc-markup): Fix typos in docstring.
4739
c57008f6
SM
47402010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 Avoid dubious uses of save-excursions.
4743 * positions.texi (Excursions): Recommend the use of
4744 save-current-buffer if applicable.
4745 * text.texi (Clickable Text): Fix the example code which used
4746 save-excursion in a naive way which sometimes preserves point and
4747 sometimes not.
4748 * variables.texi (Creating Buffer-Local):
4749 * os.texi (Session Management):
4750 * display.texi (GIF Images):
4751 * control.texi (Cleanups): Use (save|with)-current-buffer.
4752
2f3725cd
EZ
47532010-01-02 Eli Zaretskii <eliz@gnu.org>
4754
4755 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
4756
85eeac93
CY
47572010-01-02 Chong Yidong <cyd@stupidchicken.com>
4758
4759 * nonascii.texi (Text Representations, Character Codes)
4760 (Converting Representations, Explicit Encoding)
4761 (Translation of Characters): Use hex notation consistently.
4762 (Character Sets): Fix map-charset-chars doc (Bug#5197).
4763
4801c5fa
CY
47642010-01-01 Chong Yidong <cyd@stupidchicken.com>
4765
4766 * loading.texi (Where Defined): Make it clearer that these are
4767 loaded files (Bug#5068).
4768
26e533e2
CY
47692009-12-29 Chong Yidong <cyd@stupidchicken.com>
4770
4771 * minibuf.texi (Completion Styles): Document `initials' style.
4772
16d1ff5f
CY
47732009-12-25 Chong Yidong <cyd@stupidchicken.com>
4774
4775 * frames.texi (Resources): Describe inhibit-x-resources.
4776 (Size Parameters): Copyedit.
4777
4778 * hash.texi (Creating Hash):
4779 * objects.texi (Hash Table Type): Document the new hash table
4780 printed representation.
4781
4782 * minibuf.texi (Basic Completion): 4th arg to all-completions is
4783 obsolete.
4784
5dcb4c4e
SM
4785 * processes.texi (Process Buffers):
4786 Document process-kill-buffer-query-function.
16d1ff5f 4787
9a5de3d9
GM
47882009-12-05 Glenn Morris <rgm@gnu.org>
4789
4790 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
4791 diary-display-function, and no longer recommended to be a hook.
4792 Update for changes in the names of calendar and diary hooks.
4793 diary-print-entries-hook has changed section.
4794
b640eb52
EZ
47952009-11-28 Eli Zaretskii <eliz@gnu.org>
4796
4797 * text.texi (Special Properties): More accurate description of
4798 what the `cursor' property does.
4799
be1674ab
KR
48002009-11-26 Kevin Ryde <user42@zip.com.au>
4801
4802 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4803 mouse-wheel-down-event, the closest thing to a definition for them.
4804 * os.texi (Startup Summary): vindex inhibit-startup-message and
4805 inhibit-splash-screen.
4806 (Command-Line Arguments): vindex argv.
4807 (Suspending Emacs): vindex suspend-tty-functions and
4808 resume-tty-functions. Don't want to index every hook, but having
4809 the programming ones is helpful.
4810
603f5979
CY
48112009-11-14 Chong Yidong <cyd@stupidchicken.com>
4812
4813 * commands.texi (Motion Events): Fix typo (Bug#4907).
4814
4359a806
CY
48152009-11-08 Chong Yidong <cyd@stupidchicken.com>
4816
4817 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
4818 are affected by case-fold-search (Bug#4483).
4819
0f063651
CY
48202009-11-02 Chong Yidong <cyd@stupidchicken.com>
4821
4822 * minibuf.texi (Reading File Names): Note that read-file-name may
4823 use a graphical file dialog.
4824
9bd79893
GM
48252009-10-31 Glenn Morris <rgm@gnu.org>
4826
4827 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
4828
ebe479ec
KR
48292009-10-16 Kevin Ryde <user42@zip.com.au>
4830
4831 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
4832 in particular so `info-lookup-symbol' can find its docs.
4833
2640fa86
CY
48342009-10-16 Chong Yidong <cyd@stupidchicken.com>
4835
4836 * variables.texi (Constant Variables): Distinguish from defconst
4837 variables.
4838 (Defining Variables): Add cindex.
4839
edd6a733
CY
48402009-10-15 Chong Yidong <cyd@stupidchicken.com>
4841
4842 * os.texi (Time of Day): Clarify that the microsecond part is
4843 ignored (Bug#4637).
4844
5feb0b73
GM
48452009-10-11 Glenn Morris <rgm@gnu.org>
4846
4847 * frames.texi (Size and Position): Clarify what is included in the frame
4848 height. (Bug#4535)
4849
0c5413c8
GM
48502009-10-10 Glenn Morris <rgm@gnu.org>
4851
4852 * windows.texi (Size of Window): The relationship between window and
4853 frame heights is not so simple. (Bug#4535)
4854 Mention window-full-height-p.
4855
7f8b600a
SM
48562009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4857
4858 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
4859 used from Lisp.
4860
6185de1c
EZ
48612009-10-07 Eli Zaretskii <eliz@gnu.org>
4862
7f8b600a
SM
4863 * files.texi (Directory Names) <abbreviate-file-name>:
4864 Document that root home directories are not replaced with "~".
6185de1c 4865
9972911f
EZ
48662009-10-06 Eli Zaretskii <eliz@gnu.org>
4867
4868 * text.texi (Special Properties): Document the meaning of the
4869 `cursor' text property whose value is an integer.
4870
2a3f19ef
MA
48712009-10-05 Michael Albinus <michael.albinus@gmx.de>
4872
4873 * files.texi (Magic File Names): Add `copy-directory'.
4874
804543b5
EZ
48752009-10-05 Eli Zaretskii <eliz@gnu.org>
4876
4877 * files.texi (File Attributes): Fix description of file
4878 attributes. (Bug#4638) Update attributes of files.texi example to
4879 be more representative.
4880
461bf92b
MA
48812009-10-05 Michael Albinus <michael.albinus@gmx.de>
4882
4883 * files.texi (Create/Delete Dirs): New command copy-directory.
4884
a86cd395
JB
48852009-10-04 Juanma Barranquero <lekktu@gmail.com>
4886
4887 * anti.texi (Antinews):
4888 * macros.texi (Indenting Macros):
4889 * strings.texi (Creating Strings, Case Conversion):
4890 Remove duplicate words.
4891
d3080264
MA
48922009-10-01 Michael Albinus <michael.albinus@gmx.de>
4893
4894 * files.texi (Create/Delete Dirs): delete-directory has an
4895 optional parameter RECURSIVE.
4896
85d14563
SM
48972009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4898
4899 * buffers.texi (Swapping Text): Minor clarification.
4900
3d9842c6
GM
49012009-10-01 Glenn Morris <rgm@gnu.org>
4902
4903 * functions.texi (Declaring Functions): Mention that we also search for
4904 ".m" files in the src/ directory.
4905
78427304
CY
49062009-09-25 David Engster <deng@randomsample.de>
4907
3d9842c6 4908 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 4909
b578c9cc
GM
49102009-09-22 Glenn Morris <rgm@gnu.org>
4911
4912 * internals.texi (Building Emacs): Mention preloaded-file-list.
4913
beee5da7
AM
49142009-09-14 Alan Mackenzie <acm@muc.de>
4915
4916 * os.texi (Terminal Output): Put "@code{}" around "stdout".
4917
5d6ab672
CY
49182009-09-13 Chong Yidong <cyd@stupidchicken.com>
4919
4920 * functions.texi (Anonymous Functions): Rearrange discussion,
4921 giving usage of unquoted lambda forms first. Mention that
4922 `function' and `#'' are no longer required (Bug#4290).
4923
59375eeb
AM
49242009-09-11 Alan Mackenzie <acm@muc.de>
4925
a86cd395 4926 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
4927 batch mode.
4928
e7e2f529
GM
49292009-09-01 Glenn Morris <rgm@gnu.org>
4930
4931 * display.texi (Face Functions): Mention define-obsolete-face-alias.
4932
eae47088
GM
49332009-08-26 Ulrich Mueller <ulm@gentoo.org>
4934
4935 * nonascii.texi (Character Codes): Fix typos.
4936
3691a0a6
MA
49372009-08-25 Michael Albinus <michael.albinus@gmx.de>
4938
4939 * processes.texi (Synchronous Processes): New defvar
4940 process-file-side-effects.
4941
664d56b8
GM
49422009-08-25 Glenn Morris <rgm@gnu.org>
4943
4944 * display.texi (Fontsets): Fix typo.
4945
0706c025
GM
4946 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
4947
03a74b84
SM
49482009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4949
4950 * processes.texi (Asynchronous Processes): Adjust arglist of
4951 start-process-shell-command and start-file-process-shell-command.
4952
f6de8a37
CY
49532009-08-15 Chong Yidong <cyd@stupidchicken.com>
4954
4b1ed1bb
CY
4955 * advice.texi (Argument Access in Advice): Note that argument
4956 positions are zero-based (Bug#3932).
4957
89a9e058
CY
4958 * commands.texi (Distinguish Interactive): Minor copyedit.
4959
23696fd7
CY
4960 * display.texi (Face Attributes): Add xref to Displaying Faces for
4961 explanation of "underlying face".
4962
f6de8a37
CY
4963 * customize.texi (Common Keywords): Add xref to Loading.
4964
4965 * loading.texi (How Programs Do Loading): Add xref to Lisp
4966 Libraries node in the Emacs manual.
4967
417f77e6
CY
49682009-08-13 Chong Yidong <cyd@stupidchicken.com>
4969
4970 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
4971
0999039c
CY
49722009-07-18 Chong Yidong <cyd@stupidchicken.com>
4973
4974 * processes.texi (Shell Arguments): Copyedits.
4975
9af167bc
GM
49762009-07-18 Glenn Morris <rgm@gnu.org>
4977
4978 * loading.texi (Repeated Loading): Fix typo.
4979
137987ab
RS
49802009-07-16 Richard Stallman <rms@gnu.org>
4981
4982 * buffers.texi (Swapping Text): Recommend setting
4983 write-region-annotate-functions and buffer-saved-size.
4984
4985 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
4986
622fa380
GM
49872009-07-15 Glenn Morris <rgm@gnu.org>
4988
4989 * edebug.texi: Minor re-phrasings throughout.
4990 (Edebug Execution Modes): Sit-for affects continue mode too.
4991 (Jumping): Use `forward-sexp' rather than its keybinding.
4992 (Edebug Misc): Fix Q binding.
4993 (Edebug Eval): Remove cl version.
4994 (Printing in Edebug): Clarify print-length etc.
4995 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
4996 (Specification List): Remove edebug-unwrap findex entry.
4997 (Specification Examples): defmacro is actually not the same as defun.
4998 Escape "`" in example.
4999
6bbd4600
CY
50002009-07-15 Chong Yidong <cyd@stupidchicken.com>
5001
5002 * markers.texi (The Mark): Document optional arg to
5003 deactivate-mark.
5004
e538d479
GM
50052009-07-11 Kevin Ryde <user42@zip.com.au>
5006
5007 * hooks.texi (Standard Hooks): Fix cross-references.
5008
4c98b9ed
GM
5009 * loading.texi (Named Features): Refer to eval-after-load.
5010
5300838c
GM
50112009-07-11 Glenn Morris <rgm@gnu.org>
5012
64fbeb16
GM
5013 * Makefile.in (TEXI2PDF): New.
5014 (elisp.pdf): New target.
5015
4c98b9ed
GM
5016 * searching.texi (Regexp Backslash): Fix typo.
5017
5018 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 5019
51d9979c
GM
50202009-07-10 Glenn Morris <rgm@gnu.org>
5021
561c0216
GM
5022 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5023
5b594a58
GM
5024 * customize.texi (Customization Types):
5025 * display.texi (Abstract Display):
0cc8c85a 5026 * objects.texi (Character Type, String Type):
5b594a58 5027 Merge in some menu descriptions from elisp.texi.
51d9979c 5028
c3cbbb40
GM
5029 * hash.texi (Hash Tables):
5030 * modes.texi (Multiline Font Lock):
5031 End menu description with period.
fe42c16a 5032
28528402
GM
50332009-07-09 Glenn Morris <rgm@gnu.org>
5034
5035 * back.texi: Don't hard-code texinfo location.
5036
5037 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5038 (tex): Add texinfodir to TEXINPUTS.
5039 (elisp1med-init, elisp2med-init): Use texinfodir.
5040
5041 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5042 (clean): Add two-volume.make intermediate files.
5043
5044 * elisp.texi, vol1.texi, vol2.texi:
5045 Use a DATE variable with the publication date, and update it.
5046 Fix antinews menu description.
5047
5048 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5049 Update the detailed node listing to match elisp.texi.
5050
5051 * README: Update edition to match elisp.texi.
5052
5053 * objects.texi (General Escape Syntax):
5054 * nonascii.texi (Character Sets):
5055 Use consistent case for "Unicode Standard".
5056
5057 * anti.texi (Antinews):
5058 * customize.texi (Variable Definitions):
5059 * functions.texi (Declaring Functions):
5060 * nonascii.texi (Character Properties):
5061 * processes.texi (Serial Ports):
5062 * text.texi (Special Properties):
5063 * tips.texi (Coding Conventions):
5064 Minor rearrangements to improve TeX line-filling.
5065
5066 * commands.texi (Using Interactive): Fix cross-reference.
5067
17db8e10
JD
50682009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5069
5070 * frames.texi (Management Parameters): Mention sticky.
5071
77c7e2e1
AS
50722009-07-01 Andreas Schwab <aschwab@redhat.com>
5073
5074 * help.texi (Help Functions): Fix description of help-buffer and
5075 help-setup-xref to use @defun instead of @deffn.
5076
3f1c6666
JD
50772009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5078
5079 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5080
ca27c21b
CY
50812009-06-24 Chong Yidong <cyd@stupidchicken.com>
5082
5083 * display.texi (Window Systems): Add ns to the list.
5084
70243478
CY
50852009-06-21 Chong Yidong <cyd@stupidchicken.com>
5086
5087 * Branch for 23.1.
5088
df006536
MR
50892009-06-17 Martin Rudalics <rudalics@gmx.at>
5090
5091 * windows.texi (Dedicated Windows): Fix typo.
5092 (Resizing Windows): Replace @defun by @deffn.
5093
d259fc4b
GM
50942009-06-17 Glenn Morris <rgm@gnu.org>
5095
5096 * variables.texi (Directory Local Variables):
5097 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5098
30781db6
KH
50992009-06-09 Kenichi Handa <handa@m17n.org>
5100
5101 * nonascii.texi (Character Sets): State clearly that FROM and TO
5102 are codepoints of CHARSET.
5103
62e8099c
CY
51042009-06-07 Chong Yidong <cyd@stupidchicken.com>
5105
5106 * minibuf.texi (Reading File Names): Fix introductory text.
5107 Suggested by stan@derbycityprints.com.
5108 (High-Level Completion): Fix typo.
5109
ee1b1917
CY
51102009-05-28 Chong Yidong <cyd@stupidchicken.com>
5111
5112 * frames.texi (Text Terminal Colors): Multi-tty is already
5113 implemented, but tty-local colors are not.
5114
5df647e8
CY
51152009-05-27 Chong Yidong <cyd@stupidchicken.com>
5116
5117 * hooks.texi (Standard Hooks): Remove mention of obsolete
5118 redisplay-end-trigger-functions.
5119
5120 * internals.texi (Window Internals): Remove mention of obsolete
5121 redisplay-end-trigger-functions.
5122
01f17ae2
MR
51232009-05-21 Martin Rudalics <rudalics@gmx.at>
5124
5125 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5126
5127 * backups.texi (Making Backups): backup-directory-alist and
5128 make-backup-file-name-function are options.
5129 (Auto-Saving): auto-save-list-file-prefix is an option.
5130
5131 * buffers.texi (Killing Buffers): buffer-offer-save is an
5132 option.
5133
5134 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5135 option.
5136 (Echo Area Customization): echo-keystrokes is an option.
5137 (Selective Display): selective-display-ellipses is an option.
5138 (Temporary Displays): temp-buffer-show-function is an option.
5139 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5140 are options.
5141 (Font Selection): face-font-family-alternatives,
5142 face-font-selection-order, face-font-registry-alternatives, and
5143 scalable-fonts-allowed are options.
5144 (Fringe Indicators): indicate-buffer-boundaries is an option.
5145 (Fringe Cursors): overflow-newline-into-fringe is an option.
5146 (Scroll Bars): scroll-bar-mode is an option.
5147
5148 * eval.texi (Eval): max-lisp-eval-depth is an option.
5149
5150 * files.texi (Visiting Functions): find-file-hook is an option.
5151 (Directory Names): directory-abbrev-alist is an option.
5152 (Unique File Names): temporary-file-directory and
5153 small-temporary-file-directory are options.
5154
5155 * frames.texi (Initial Parameters): initial-frame-alist,
5156 minibuffer-frame-alist and default-frame-alist are options.
5157 (Cursor Parameters): blink-cursor-alist and
5158 cursor-in-non-selected-windows ar options.
5159 (Window System Selections): selection-coding-system is an
5160 option.
5161 (Display Feature Testing): display-mm-dimensions-alist is an
5162 option.
5163
5164 * help.texi (Help Functions): help-char and help-event-list are
5165 options.
5166
5167 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5168 an option.
5169
5170 * minibuf.texi (Minibuffer History): history-length and
5171 history-delete-duplicates are options.
5172 (High-Level Completion): read-buffer-function and
5173 read-buffer-completion-ignore-case are options.
5174 (Reading File Names): read-file-name-completion-ignore-case is
5175 an option.
5176
5177 * modes.texi (Mode Line Top): mode-line-format is an option.
5178 (Mode Line Variables): mode-line-position and mode-line-modes
5179 are options.
5180
5181 * nonascii.texi (Text Representations):
5182 enable-multibyte-characters is an option.
5183 (Default Coding Systems): auto-coding-regexp-alist,
5184 file-coding-system-alist, auto-coding-alist and
5185 auto-coding-functions are options.
5186 (Specifying Coding Systems): inhibit-eol-conversion is an
5187 option.
5188
5189 * os.texi (Init File): site-run-file is an option.
5190 (System Environment): mail-host-address is an option.
5191 (User Identification): user-mail-address is an option.
5192 (Terminal Output): baud-rate is an option.
5193
5194 * positions.texi (Word Motion): words-include-escapes is an
5195 option.
5196
5197 * searching.texi (Standard Regexps): page-delimiter,
5198 paragraph-separate, paragraph-separate and sentence-end are
5199 options.
5200
5201 * text.texi (Margins): left-margin and fill-nobreak-predicate
5202 are options.
5203
5204 * variables.texi (Local Variables): max-specpdl-size is an
5205 option.
5206
5207 * windows.texi (Choosing Window):
5208 split-window-preferred-function, special-display-function and
5209 display-buffer-function are options.
5210
106e6894
CY
52112009-05-20 Chong Yidong <cyd@stupidchicken.com>
5212
4a83454d
CY
5213 Fix errors spotted by Martin Rudalics.
5214
106e6894
CY
5215 * syntax.texi (Position Parse): Document rationale for ignored
5216 arguments to syntax-ppss-flush-cache.
5217
5218 * processes.texi (Input to Processes): Mark PROCESS arg to
5219 process-running-child-p as optional.
5220 (Network Options): Document NO-ERROR arg to
5221 set-network-process-option.
5222
5223 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5224 command.
5225
5226 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5227 posix-search-backward as commands.
5228
5229 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5230 (Suspending Emacs): Mark suspend-emacs as a command.
5231 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5232 commands.
5dcb4c4e
SM
5233 (Terminal Output): Remove obsolete function baud-rate.
5234 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
5235
5236 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5237 terminal-coding-system and set-terminal-coding-system.
5238 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5239 as optional.
5240 (Character Sets): Document RESTRICTION arg of char-charset.
5241 (Character Codes): Mark POS argument to get-byte as optional.
5242
5243 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5244 minibuffer-message.
5245
5246 * files.texi (Create/Delete Dirs): Mark make-directory and
5247 delete-directory as commands.
5248
5249 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5250
5251 * text.texi (Base 64): Mark base64-decode-string and
5252 base64-encode-string as commands.
5253 (Columns): Mark move-to-column as a command.
5254 (Mode-Specific Indent): Document RIGID arg to
5255 indent-for-tab-command.
5256 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5257 Mark indent-code-rigidly as a command.
5258 (Substitution): Mark translate-region as a command.
5259
5260 * frames.texi (Size and Position): Remove obsolete functions
5261 screen-height and screen-width.
5262
04173931
CY
52632009-05-19 Chong Yidong <cyd@stupidchicken.com>
5264
5265 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5266 (Displaying Buffers, Resizing Windows): Correct mistakes;
5267 next-window, previous-window, and pop-to-buffer are not commands,
5268 and fit-window-to-buffer" is a command. (Pointed out by Martin
5269 Rudalics.)
5270
eae7d8f8
RS
52712009-05-17 Richard M Stallman <rms@gnu.org>
5272
5273 * modes.texi (Precalculated Fontification): Clarify text.
5274
b8766179
MR
52752009-05-17 Martin Rudalics <rudalics@gmx.at>
5276
5277 * windows.texi (Selecting Windows): Clarify descriptions of
5278 with-selected-window and get-lru-window.
5279 (Cyclic Window Ordering): Refer to particular frame when talking
5280 about how splitting affects the ordering.
5281 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5282 switch-to-buffer-other-window. Explain how setting of
5283 display-buffer-reuse-frames affects pop-to-buffer.
5284 (Choosing Window): Clarify some details in descriptions of
5285 display-buffer-reuse-frames, pop-up-frames, and
5286 pop-up-frame-function.
5287 (Dedicated Windows): Clarify some details.
5288 (Textual Scrolling): Replace term vscroll by term vertical
5289 scroll position.
5290 (Vertical Scrolling): Fix typo.
5291 (Window Hooks): Relate text on jit-lock-register to window
5292 scrolling and size changes.
5293
734b5e3b
CY
52942009-05-14 Chong Yidong <cyd@stupidchicken.com>
5295
0a65633e
CY
5296 * frames.texi (Initial Parameters): Clarify what the initial
5297 minibuffer frame is.
05be46d7
CY
5298 (Buffer Parameters): Note that the minibuffer parameter can not be
5299 altered.
0a65633e 5300
734b5e3b
CY
5301 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5302 Document display-buffer changes.
5303
925672cd
CY
53042009-05-13 Chong Yidong <cyd@stupidchicken.com>
5305
17ecd7af
CY
5306 * anti.texi (Antinews): Rewrite for Emacs 22.
5307
925672cd
CY
5308 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5309 obarrays are first mentioned. Define "system abbrev" more
5310 prominently, and add it to the index.
5311 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5312 Copyedits.
5313 (Abbrev Expansion): Document abbrev-insert.
5314
80be4dd7
CY
53152009-05-12 Chong Yidong <cyd@stupidchicken.com>
5316
5317 * frames.texi (Font and Color Parameters): Rename from Color
5318 Parameters. Document font-backend parameter.
5319
5320 * vol2.texi (Top): Update node listing.
5321 * vol1.texi (Top): Update node listing.
5322 * elisp.texi (Top): Update node listing.
5323
372a93ac
MR
53242009-05-11 Martin Rudalics <rudalics@gmx.at>
5325
5326 * windows.texi (Choosing Window): Don't explicitly refer to
5327 split-window-sensibly's window argument in descriptions of
5328 split-height-threshold and split-width-threshold.
5329
714c3541
MR
53302009-05-10 Martin Rudalics <rudalics@gmx.at>
5331
5332 * windows.texi (Choosing Window): Fix rewrite of window
5333 splitting section.
5334
0e90e7be
EZ
53352009-05-09 Eli Zaretskii <eliz@gnu.org>
5336
f4e90db0
SM
5337 * nonascii.texi (Default Coding Systems):
5338 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 5339 Add indexing.
0e90e7be
EZ
5340 (Lisp and Coding Systems): Add index entries.
5341
d3c0c321
MR
53422009-05-09 Martin Rudalics <rudalics@gmx.at>
5343
5344 * windows.texi (Choosing Window): Describe split-window-sensibly
5345 and rewrite section on window splitting accordingly.
5346 (Textual Scrolling): Replace `...' by @code{...}.
5347
c773345a
CY
53482009-05-04 Chong Yidong <cyd@stupidchicken.com>
5349
ee2d5b5e
CY
5350 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5351 Remove obsoleted pre-abbrev-expand-hook.
5352
5353 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5354 entries.
5355
c773345a
CY
5356 * internals.texi (Object Internals): Don't assume 32-bit machines
5357 are the norm.
5358 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
5359 (Window Internals): Synch field names to window.h.
5360 (Process Internals): Synch field names to process.h.
c773345a 5361
dd449674
CY
53622009-04-29 Chong Yidong <cyd@stupidchicken.com>
5363
5364 * variables.texi (File Local Variables): Note that read-circle is
5365 bound to nil when reading file-local variables.
5366
5367 * streams.texi (Input Functions): Document read-circle.
5368 (Output Variables): Add xref to Circular Objects.
5369
4f1e25e2
CY
53702009-04-25 Chong Yidong <cyd@stupidchicken.com>
5371
5372 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5373 Features and Coding System Basics. Node that "p" stands for
5374 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5375 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5376 mouse-appearance-menu.
5377 (Programming Tips): Add xref to Progress.
5378
dca019f8
CY
53792009-04-22 Chong Yidong <cyd@stupidchicken.com>
5380
5dcb4c4e
SM
5381 * os.texi (Command-Line Arguments):
5382 Document command-line-args-left.
dca019f8
CY
5383 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5384 terminal objects for tty arguments.
5385 (Startup Summary): Add xref to Session Management.
5386 (Session Management): Mention emacs-session-restore. Copyedits.
5387
02a89103
CY
53882009-04-20 Chong Yidong <cyd@stupidchicken.com>
5389
5390 * os.texi (Startup Summary): Copyedits. The init file is not
5391 necessarily named .emacs now. Document initial-buffer-choice and
5392 initial-scratch-message. Note where Emacs exits in batch mode.
5393 Document inhibit-splash-screen as an alias.
5394 (Init File): Be neutral about which init file name to use.
5395
53962009-04-16 Chong Yidong <cyd@stupidchicken.com>
5397
5398 * os.texi (System Interface): Fix Texinfo usage.
5399
0c1cfe01
CY
54002009-04-15 Chong Yidong <cyd@stupidchicken.com>
5401
80d7cdca
CY
5402 * searching.texi (Regexp Backslash): Also refer to shy groups as
5403 non-capturing or unnumbered groups.
5404 (Regexp Functions): Add cross-reference to Regexp Backslash.
5405
0c1cfe01
CY
5406 * display.texi (Truncation): Overlays can use line-prefix and
5407 wrap-prefix too.
5408 (Overlay Properties): Document wrap-prefix and line-prefix.
5409 (Face Attributes): Document underline-minimum-offset.
5410 (Face Remapping): Copyedits.
5411 (Low-Level Font): Copyedits.
5412 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
5413 (Line Height): Emphasize that line-spacing only takes effect on
5414 graphical terminals.
0c1cfe01 5415
c4adeee0
CY
54162009-04-13 Chong Yidong <cyd@stupidchicken.com>
5417
5418 * display.texi (Refresh Screen): Note that a passage about screen
5419 refreshing is text terminal only.
5420 (Forcing Redisplay): Delete misleading comment---sit-for calls
5421 redisplay, not the other way around.
5422 (Truncation): Note new values of truncate-partial-width-windows.
5423 Copyedits.
5424 (Invisible Text): Document invisible-p.
5425
b20ecfa1
EZ
54262009-04-11 Eli Zaretskii <eliz@gnu.org>
5427
5428 * display.texi (Overlays): Overlays don't scale well. See
5429 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5430
97d8273f
CY
54312009-04-10 Chong Yidong <cyd@stupidchicken.com>
5432
f147ff75
CY
5433 * syntax.texi (Syntax Table Functions): Document cons cell
5434 argument for modify-syntax-entry.
5435 (Categories): Document cons cell argument for
5436 modify-category-entry.
5437
fca4ec76
CY
5438 * searching.texi (String Search): Document word-search-forward-lax
5439 and word-search-backward-lax.
5440 (Searching and Case): Describe isearch behavior more precisely.
5441
9c283d5b
CY
5442 * keymaps.texi (Tool Bar): Mention that some platforms do not
5443 support multi-line toolbars. Suggested by Stephen Eglen.
5444
5445 * frames.texi (Layout Parameters): Mention that Nextstep also
5446 allows only one tool-bar line. Suggested by Stephen Eglen.
5447
97d8273f
CY
5448 * nonascii.texi (Text Representations): Copyedits.
5449 (Coding System Basics): Also mention utf-8-emacs.
5450 (Converting Representations, Selecting a Representation)
5451 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5452 Copyedits.
5453 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5454
2bad3299
CY
54552009-04-09 Chong Yidong <cyd@stupidchicken.com>
5456
5457 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
5458 (Filling): Clarify REGION argument of fill-paragraph.
5459 Document fill-forward-paragraph-function.
2bad3299
CY
5460 (Special Properties): Remove "new in Emacs 22" declaration.
5461 (Clickable Text): Merge with Links and Mouse-1 node.
5462
5dcb4c4e
SM
5463 * display.texi (Button Properties, Button Buffer Commands):
5464 Change xref to Clickable Text.
2bad3299
CY
5465
5466 * tips.texi (Key Binding Conventions): Change xref to Clickable
5467 Text.
5468
5469 * elisp.texi (Top): Update node listing.
5470
ea30ce4f
CY
54712009-04-05 Chong Yidong <cyd@stupidchicken.com>
5472
47af2f4b
CY
5473 * markers.texi (The Mark): Copyedits. Improve description of
5474 handle-shift-selection.
5475 (The Region): Move use-region-p here from The Mark.
5476
ea30ce4f
CY
5477 * positions.texi (Screen Lines): Document (cols . lines) argument
5478 for vertical-motion.
5479
2aa8ea6e
CY
54802009-04-04 Chong Yidong <cyd@stupidchicken.com>
5481
3ec61d4e
CY
5482 * frames.texi (Frames): Clean up introduction. Document `ns'
5483 return value for framep.
5484 (Creating Frames): Note how the terminal is chosen.
5485 (Multiple Terminals, Multiple Displays): Merge into a single node.
5486 (Color Parameters): Fix typo.
5487
5488 * variables.texi (Local Variables, Buffer-Local Variables)
5489 (Creating Buffer-Local): Change link to Multiple Terminals.
5490
5491 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5492
5493 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5494 Terminals.
5495
5496 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5497 to Multiple Terminals.
5498
5499 * elisp.texi (Top): Update node listing.
5500 * vol2.texi (Top): Update node listing.
5501 * vol1.texi (Top): Update node listing.
5502
9257072f
CY
5503 * buffers.texi (Current Buffer): Note that the append-to-buffer
5504 example is no longer in synch with the latest code. Tie the two
5505 examples together.
5506
2aa8ea6e
CY
5507 * files.texi (File Attributes): Move note about MS-DOS from
5508 Changing Files to File Attributes.
5509 (Create/Delete Dirs): Note that mkdir is an alias for this.
5510
22e74b17
CY
55112009-04-01 Markus Triska <triska@gmx.at>
5512
5513 * processes.texi (Filter Functions): Suggest how to handle output
5514 batches.
5515
4bbe48ec
CY
55162009-03-30 Chong Yidong <cyd@stupidchicken.com>
5517
5518 * help.texi (Accessing Documentation): Update example to use
5519 help-setup-xref and with-help-window.
5520 (Help Functions): Remove print-help-return-message, which is
5521 semi-obsolete due to with-help-window. Document help-buffer and
5522 help-setup-xref.
5523
b9723f39
CY
55242009-03-29 Chong Yidong <cyd@stupidchicken.com>
5525
5dcb4c4e
SM
5526 * help.texi (Accessing Documentation, Help Functions):
5527 Remove information about long-obsolete Emacs versions.
9eb52e90 5528
b9723f39
CY
5529 * modes.texi (Mode Line Variables): The default values of the mode
5530 line variables are now more complicated.
5531
b0cc32db
CY
55322009-03-28 Chong Yidong <cyd@stupidchicken.com>
5533
3c25a5a9
CY
5534 * modes.texi (Major Mode Conventions): Note that specialness is
5535 inherited.
31c9eebb
CY
5536 (Derived Modes): Note that define-derive-mode sets the mode-class
5537 property.
3c25a5a9 5538
b0cc32db
CY
5539 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5540 goto-map. Add search-map to the list.
5541
c5e0006d
EZ
55422009-03-27 Eli Zaretskii <eliz@gnu.org>
5543
1213465a
EZ
5544 * os.texi (System Environment): Update the list of system-type
5545 values.
5546
c5e0006d
EZ
5547 * markers.texi (The Mark) <handle-shift-selection>: Update for
5548 removal of the optional argument DEACTIVATE.
5549
48bab3d6
CY
55502009-03-25 Chong Yidong <cyd@stupidchicken.com>
5551
5552 * commands.texi (Focus Events): Most X window managers don't use
5553 focus-follows-mouse nowadays.
5554
6e4ff1b6
CY
55552009-03-24 Chong Yidong <cyd@stupidchicken.com>
5556
5557 * commands.texi (Defining Commands): Clarify introduction.
5558 (Using Interactive): Not that interactive can be put in a symbol
5559 property.
5560 (Interactive Call): Note that a symbol with a non-nil
5561 interactive-form property satisfies commandp.
5562
11625308
JB
55632009-03-23 Juanma Barranquero <lekktu@gmail.com>
5564
5565 * minibuf.texi (Intro to Minibuffers): Fix typos.
5566
7b34420d
CY
55672009-03-23 Chong Yidong <cyd@stupidchicken.com>
5568
5569 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
5570 about minibuffers in old Emacs versions. Copyedits.
5571 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
5572 (Text from Minibuffer): Simplify introduction.
5573
f9257eed
AM
55742009-03-22 Alan Mackenzie <acm@muc.de>
5575
5576 * commands.texi (Using Interactive): Clarify string argument to
5577 `interactive' - even promptless elements need \n separators.
5578
f639ba70
CY
55792009-03-18 Chong Yidong <cyd@stupidchicken.com>
5580
5581 * minibuf.texi (Completion Styles): New node.
5582
5583 * elisp.texi (Top): Update node listing.
5584
d897e8ee
CY
55852009-03-17 Chong Yidong <cyd@stupidchicken.com>
5586
5587 * minibuf.texi (Basic Completion): Note that
5588 read-file-name-completion-ignore-case and
5589 read-buffer-completion-ignore-case can override
5590 completion-ignore-case.
5591 (Minibuffer Completion): Document completing-read changes.
5592 (Completion Commands): Avoid mentioning partial completion mode.
5593 Document minibuffer-completion-confirm changes, and
5594 minibuffer-confirm-exit-commands.
5595 (High-Level Completion): Document new require-match behavior for
5596 read-buffer. Document read-buffer-completion-ignore-case.
5597 (Reading File Names): Document new require-match behavior for
5598 read-file-name.
5599
b1f23349
CY
56002009-03-14 Chong Yidong <cyd@stupidchicken.com>
5601
5602 * debugging.texi (Error Debugging): Don't mislead the reader into
5603 thinking that debug-on-error enters debugger for C-f at EOB.
5604 (Error Debugging): Setting debug-on-init within the init file
5605 works, and has for some time.
5606
d6eb4e25
KH
56072009-03-13 Kenichi Handa <handa@m17n.org>
5608
5609 * display.texi (Fontsets): Update the description.
5610
1cf53dc5
CY
56112009-03-13 Chong Yidong <cyd@stupidchicken.com>
5612
5613 * advice.texi (Advising Primitives): Link to What Is a Function.
5614
81f919fc
CY
56152009-03-12 Chong Yidong <cyd@stupidchicken.com>
5616
cf4229eb
CY
5617 * compile.texi (Speed of Byte-Code): Update example.
5618 (Disassembly): Update examples.
5619
81f919fc 5620 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
5621
5622 * customize.texi (Common Keywords): It's not necessary to use :tag
5623 to remove hyphens, as custom-unlispify-tag-name does it
5624 automatically.
5dcb4c4e
SM
5625 (Variable Definitions): Link to File Local Variables.
5626 Document customized-value symbol property.
f2bbc08c
CY
5627 (Customization Types): Move menu to end of node.
5628
955964d7
CY
56292009-03-10 Chong Yidong <cyd@stupidchicken.com>
5630
5631 * macros.texi (Compiling Macros): Omit misleading sentence, which
5632 implied that macros can only be used in the same file they are
5633 defined.
5634 (Backquote): Remove obsolete information about Emacs 19.
5635
d25ed7db
GM
56362009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
5637
5638 * display.texi (Display Margins): Fix paren typo.
5639
d55f6ca5
CY
56402009-02-27 Chong Yidong <cyd@stupidchicken.com>
5641
f0e57ed8
CY
5642 * elisp.texi (Top): Update node listing.
5643
5644 * variables.texi (Variables): Clarify introduction.
5645 (Global Variables): Mention that setq is a special form.
5646 (Local Variables): Use active voice.
5647 (Tips for Defining): Mention marking variables as safe.
5648 (Buffer-Local Variables): Mention terminal-local and frame-local
5649 variables together.
5650 (File Local Variables): Copyedits.
5651 (Frame-Local Variables): Note that they are not really useful.
5652 (Future Local Variables): Node deleted.
5653
d55f6ca5 5654 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 5655 Unicode escape syntax.
d55f6ca5 5656
ca8f09a8
CY
56572009-02-23 Chong Yidong <cyd@stupidchicken.com>
5658
5659 * control.texi (Control Structures): Add cindex entry for "textual
5660 order".
5661
5662 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
5663 instead of "expression" throughout.
5664 (Function Indirection): Copyedits. Use active voice.
5665 (Eval): The default value of max-lisp-eval-depth is now 400.
5666
a20878b6
MB
56672009-02-23 Miles Bader <miles@gnu.org>
5668
5669 * processes.texi (System Processes): Rename `system-process-attributes'
5670 to `process-attributes'.
5671
61f66044
CY
56722009-02-22 Chong Yidong <cyd@stupidchicken.com>
5673
1b80d1f3
CY
5674 * symbols.texi (Property Lists): Emphasize that property lists are
5675 not restricted to symbol cells.
5676 (Other Plists): Copyedit.
5677
61f66044
CY
5678 * sequences.texi (Sequences Arrays Vectors): Make introduction
5679 more concise.
5680 (Arrays): Mention char-tables and bool-vectors too.
5681 (Vectors): Don't repeat information given in Arrays node. Link to
5682 nodes that explain the vector usage examples.
5683 (Char-Tables): Note that char-table elements can have arbitrary
5684 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 5685 Link to Property Lists node.
61f66044 5686
9403944b
CY
56872009-02-22 Chong Yidong <cyd@stupidchicken.com>
5688
5689 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
5690 `append'.
4068c7b4 5691 (List Elements): Copyedits.
9403944b
CY
5692
5693 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
5694 of `vconcat'.
5695
5696 * strings.texi (Creating Strings): Copyedits. Remove obsolete
5697 Emacs 20 usage of `concat'.
5698 (Case Conversion): Copyedits.
5699
b87a185f
CY
57002009-02-21 Chong Yidong <cyd@stupidchicken.com>
5701
5702 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
5703 Minor edits.
5704 (Frame Configuration Type): Emphasize that it is not primitive.
5705 (Font Type): New node.
5706 (Type Predicates): Add fontp; type-of now recognizes font object
5707 types.
5708
5709 * intro.texi (Version Info): Update version numbers in examples.
5710 (Acknowledgements): List more contributors.
5711
5712 * elisp.texi: Bump version number to 3.0.
5713 (Top): Link to Font Type node.
5714
867d4bb3
JB
57152009-02-20 Juanma Barranquero <lekktu@gmail.com>
5716
5717 * modes.texi (Major Mode Conventions): Remove duplicate words.
5718 (Customizing Keywords): Fix typo.
5719
77730170
EZ
57202009-02-14 Eli Zaretskii <eliz@gnu.org>
5721
5722 * nonascii.texi (User-Chosen Coding Systems): Document that
5723 select-safe-coding-system suggests raw-text if there are raw bytes
5724 in the region.
5725 (Explicit Encoding): Warn not to use `undecided' when encoding.
5726
c8736212
GM
57272009-02-11 Glenn Morris <rgm@gnu.org>
5728
5729 * frames.texi (Visibility of Frames): Mention the effect multiple
5730 workspaces/desktops can have on visibility.
5731
ab992d66
EZ
57322009-02-07 Eli Zaretskii <eliz@gnu.org>
5733
c8736212
GM
5734 * text.texi (Commands for Insertion):
5735 * commands.texi (Event Mod):
5736 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
5737 * nonascii.texi (Translation of Characters):
5738 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
5739 (Explicit Encoding): Document the `charset' text property produced
5740 by decode-coding-region and decode-coding-string.
ab992d66 5741
e651a255
AM
57422009-01-27 Alan Mackenzie <acm@muc.de>
5743
5744 * modes.texi (Search-based Fontification): Correct a typo.
5745
bc5cde4b
JB
57462009-01-25 Juanma Barranquero <lekktu@gmail.com>
5747
5748 * abbrevs.texi (Abbrev Table Properties): Fix typo.
5749 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
5750
3533155b
EZ
57512009-01-24 Eli Zaretskii <eliz@gnu.org>
5752
f721deda
EZ
5753 * display.texi (Window Systems): Document the value of
5754 `initial-window-system' under --daemon.
5755
3533155b
EZ
5756 * os.texi (System Environment): Remove description of the
5757 `environment' function which has been deleted.
5758
f79b43b2
DN
57592009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5760
5761 * frames.texi (Multiple Displays): Remove documentation for
5762 removed function make-frame-on-tty.
5763
e3aa6669
CY
57642009-01-22 Chong Yidong <cyd@stupidchicken.com>
5765
5766 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
5767 write-region-annotate-functions.
5768 Document write-region-post-annotation-function.
e3aa6669 5769
fb13a416
CY
57702009-01-19 Chong Yidong <cyd@stupidchicken.com>
5771
5772 * display.texi (Font Lookup): Document WIDTH argument of
5773 x-list-fonts.
5774
02eccf6b
EZ
57752009-01-17 Eli Zaretskii <eliz@gnu.org>
5776
ead3f58d
EZ
5777 * maps.texi (Standard Keymaps): Rename function-key-map to
5778 local-function-key-map.
5779
5780 * keymaps.texi (Translation Keymaps): Rename function-key-map to
5781 local-function-key-map.
5782
5783 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
5784 and `set-keyboard-coding-system' now accept an optional terminal
5785 argument.
5786
5787 * commands.texi (Event Mod): `keyboard-translate-table' is now
5788 terminal-local.
5789 (Function Keys): Rename function-key-map to
5790 local-function-key-map.
5791
df05a163
EZ
5792 * elisp.texi (Top): Make @detailmenu be consistent with changes in
5793 frames.texi.
5794
0ed8034e 5795 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
5796 `delete-terminal-functions', `suspend-tty-functions' and
5797 `resume-tty-functions'.
0ed8034e
EZ
5798
5799 * frames.texi (Frames): Document `frame-terminal' and
5800 `terminal-live-p'.
5801 (Multiple Displays): Document `make-frame-on-tty'.
5802 (Multiple Terminals): Document `terminal-list', `delete-terminal',
5803 `terminal-name', and `get-device-terminal'.
490f1197
EZ
5804 (Terminal Parameters): Document `terminal-parameters',
5805 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
5806
5807 * os.texi (System Environment): Document `environment' and
5808 `initial-environment'.
490f1197
EZ
5809 (Suspending Emacs): Update for multi-tty; document
5810 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 5811
02eccf6b
EZ
5812 * nonascii.texi (Coding System Basics): More accurate description
5813 of `raw-text'.
5814
f19fea97
JB
58152009-01-12 Juanma Barranquero <lekktu@gmail.com>
5816
5817 * display.texi (Low-Level Font): Fix typo.
5818
16fa292f
CY
58192009-01-10 Chong Yidong <cyd@stupidchicken.com>
5820
5821 * elisp.texi (Top): Update node listing.
5822
5823 * display.texi (PostScript Images): Node deleted.
5824
0b4faef3
EZ
58252009-01-10 Eli Zaretskii <eliz@gnu.org>
5826
3355f04d
EZ
5827 * processes.texi (Decoding Output): Document that null bytes force
5828 no-conversion for reading process output.
5829
5830 * files.texi (Reading from Files): Document that null bytes force
5831 no-conversion when visiting files.
5832
11625308 5833 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 5834
5dcb4c4e
SM
5835 * nonascii.texi (Lisp and Coding Systems):
5836 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 5837 (Character Properties): Improve wording.
0b4faef3 5838
ce9cf065
CY
58392009-01-09 Chong Yidong <cyd@stupidchicken.com>
5840
5841 * display.texi (Font Lookup): Remove obsolete function
5842 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
5843 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
5844 (Font Selection): Reorder order of variable descriptions.
5845 Minor clarifications.
ce9cf065
CY
5846
5847 * elisp.texi (Top): Update node listing.
5848
ab756fb3
GM
58492009-01-09 Glenn Morris <rgm@gnu.org>
5850
5851 * commands.texi (Command Loop Info): Say that last-command-char and
5852 last-input-char are obsolete aliases.
5853
5854 * edebug.texi (Edebug Recursive Edit): Remove separate references to
5855 last-input-char and last-command-char, since they are just aliases for
5856 last-input-event and last-command-event.
5857
5858 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
5859 last-command-char.
5860
6b2b8ab1
CY
58612009-01-08 Chong Yidong <cyd@stupidchicken.com>
5862
5863 * elisp.texi: Update node listing.
5864
5865 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
5866 (Face Attributes): Don't link to Font Lookup.
5867 Document font-family-list.
6b2b8ab1
CY
5868 (Fonts): New node.
5869
3568e767
JR
58702009-01-08 Jason Rumney <jasonr@gnu.org>
5871
5872 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 5873 changing the standard pointer shapes. (Bug#1485)
3568e767 5874
6221c8db
CY
58752009-01-08 Chong Yidong <cyd@stupidchicken.com>
5876
5877 * display.texi (Attribute Functions): Note that a function value
5878 :height is relative, and that compatibility functions work by
5879 calling set-face-attribute.
5880 (Displaying Faces): Reorder list in order of increasing priority.
5881 (Face Remapping): New node. Content moved here from Displaying
5882 Faces.
5883 (Glyphs): Link to Face Functions.
5884
e3d3799a
CY
58852009-01-08 Chong Yidong <cyd@stupidchicken.com>
5886
5887 * display.texi (Faces): Don't discuss face id here. facep does
5888 not return t.
5889 (Defining Faces): Minor clarification.
5890 (Face Attributes): Rearrange items to match docstring of
5891 set-face-attribute. Add :foundry attribute. Document new role of
5892 :font attribute. Texinfo usage fix.
5893 (Attribute Functions): Copyedits.
5894 (Face Functions): Note that face number is seldom used.
5895
638a2457
RS
58962009-01-05 Richard M Stallman <rms@gnu.org>
5897
5898 * strings.texi (Predicates for Strings): Minor clarification.
5899
5900 * functions.texi (Function Safety): Texinfo usage fix.
5901
39cb9e56 59022009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
49ea0074
JB
5903
5904 * objects.texi (General Escape Syntax): Fix typo.
5905
9f822178
MR
59062009-01-03 Martin Rudalics <rudalics@gmx.at>
5907
5908 * windows.texi (Choosing Window): Say that pop-up-frame-alist
5909 works via the default value of pop-up-frame-function.
5910
af34ad36
EZ
59112009-01-02 Eli Zaretskii <eliz@gnu.org>
5912
5913 * processes.texi (System Processes): Document the `time' and
5914 `ctime' attributes of `system-process-attributes'.
5915
d31f6679
CY
59162009-01-01 Chong Yidong <cyd@stupidchicken.com>
5917
5918 * display.texi (Face Attributes): Clarify :height attribute.
5919
174dc00c
MR
59202008-12-31 Martin Rudalics <rudalics@gmx.at>
5921
5922 * buffers.texi (The Buffer List): Clarify what moves a buffer to
5923 the front of the buffer list. Add entries for `last-buffer' and
5924 `unbury-buffer'.
5925
b8afe7e4
EZ
59262008-12-27 Eli Zaretskii <eliz@gnu.org>
5927
d14030f5
EZ
5928 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
5929 and its subsections.
5930
5931 * frames.texi (Multiple Terminals, Low-level Terminal)
5932 (Terminal Parameters, Frames on Other TTY devices): New sections.
5933 (Frames): Add an xref to "Multiple Terminals".
5934
765980a4
EZ
5935 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
5936
5937 * objects.texi (Terminal Type): New node.
5938 (Editing Types): Add it to the menu.
5939
47bd5577
EZ
5940 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
5941 Variables".
5942
eb22b78c 5943 * variables.texi (Directory Local Variables): New node.
47bd5577 5944 (Variables): Add a menu item for it.
eb22b78c 5945
b8afe7e4
EZ
5946 * loading.texi (Autoload): Document `generate-autoload-cookie' and
5947 `generated-autoload-file'.
5948
77bb0476
EZ
59492008-12-20 Eli Zaretskii <eliz@gnu.org>
5950
028e2c19
EZ
5951 * os.texi (Startup Summary): Add xref to documentation of
5952 `initial-window-system'.
5953
77bb0476
EZ
5954 * display.texi (Window Systems): Document `window-system' the
5955 function. The variable `window-system' is now frame-local.
028e2c19 5956 Document `initial-window-system'.
77bb0476 5957
dda87836
MR
59582008-12-19 Martin Rudalics <rudalics@gmx.at>
5959
5960 * windows.texi (Windows): Rewrite description of
5961 fit-window-to-buffer.
5962
caef3ed2
GM
59632008-12-13 Glenn Morris <rgm@gnu.org>
5964
5965 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
5966 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
5967
21c58e4d
GM
59682008-12-12 Glenn Morris <rgm@gnu.org>
5969
5970 * debugging.texi (Error Debugging): Refer forwards to
5971 eval-expression-debug-on-error.
5972
af38459f
EZ
59732008-12-05 Eli Zaretskii <eliz@gnu.org>
5974
5dedd9b5
EZ
5975 * strings.texi (String Basics): Only unibyte strings that
5976 represent key sequences hold 8-bit raw bytes.
5977
af38459f
EZ
5978 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
5979 paragraph to speak about `undecided'.
5980 (Character Properties): Don't explain the meaning of each
5981 property; instead, identify their Unicode Standard names.
b3f1f4a5 5982 (Character Sets): Document `map-charset-chars'.
af38459f 5983
fa047ae7
GM
59842008-12-02 Glenn Morris <rgm@gnu.org>
5985
5986 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
5987 section yet again.
5988
47dbc044
EZ
59892008-11-29 Eli Zaretskii <eliz@gnu.org>
5990
98d05998
EZ
5991 * nonascii.texi (Character Properties): New Section.
5992 (Specifying Coding Systems): Document
5993 `coding-system-priority-list', `set-coding-system-priority', and
5994 `with-coding-priority'.
5995 (Lisp and Coding Systems): Document `check-coding-systems-region'
5996 and `coding-system-charset-list'.
5997 (Coding System Basics): Document `coding-system-aliases'.
5998
5999 * elisp.texi (Top): Add a @detailmenu entry for "Character
6000 Properties".
6001
47dbc044
EZ
6002 * objects.texi (Character Type): Correct the range of Emacs
6003 characters. Add an @xref to "Character Codes".
6004
6005 * strings.texi (String Basics): Add an @xref to "Character Codes".
6006
6007 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6008
6009 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6010 (Character Codes): Document `max-char'.
6011
8b80cdf5
EZ
60122008-11-28 Eli Zaretskii <eliz@gnu.org>
6013
6014 * nonascii.texi (Text Representations, Converting Representations)
6015 (Character Sets, Scanning Charsets, Translation of Characters):
6016 Make text more accurate.
6017
a99dceba
GM
60182008-11-28 Glenn Morris <rgm@gnu.org>
6019
6020 * files.texi (Format Conversion Round-Trip): Improve previous change.
6021
f6dc3bed
CY
60222008-11-26 Chong Yidong <cyd@stupidchicken.com>
6023
6024 * modes.texi (Auto Major Mode): Fix example.
6025
5da9413d
GM
60262008-11-25 Glenn Morris <rgm@gnu.org>
6027
6028 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6029
6030 * files.texi (Format Conversion Round-Trip):
6031 Use active voice for previous change.
6032
fcca848c
CY
60332008-11-25 Chong Yidong <cyd@stupidchicken.com>
6034
6035 * os.texi (Processor Run Time):
6036 * processes.texi (Transaction Queues):
6037 * markers.texi (The Mark):
6038 * windows.texi (Choosing Window, Selecting Windows):
6039 * files.texi (Changing Files, Magic File Names):
6040 * commands.texi (Key Sequence Input):
6041 * functions.texi (Declaring Functions):
6042 * strings.texi (Predicates for Strings):
6043 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6044
36c8dc54
CY
60452008-11-24 Chong Yidong <cyd@stupidchicken.com>
6046
6047 * help.texi (Accessing Documentation): Update example.
6048
6049 * variables.texi (Defining Variables): Note that `*' is not
6050 necessary if defcustom is used.
6051
2a79b242
EZ
60522008-11-22 Eli Zaretskii <eliz@gnu.org>
6053
6054 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6055 Characters" from @detailmenu.
6056
6057 * nonascii.texi (Character Codes, Character Sets)
6058 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6059 (Chars and Bytes, Splitting Characters): Sections removed.
6060
392f0d26
LK
60612008-11-22 Lute Kamstra <lute@gnu.org>
6062
6063 * positions.texi (Text Lines): Update goto-line documentation.
6064
af1a5cd5
MR
60652008-11-21 Martin Rudalics <rudalics@gmx.at>
6066
6a4cfb0c
MR
6067 * frames.texi (Frames): Fix typo, add cross references, reword.
6068 (Initial Parameters): Reword special-display-frame-alist text.
6069 (Frames and Windows): Reword. Describe argument norecord for
6070 set-frame-selected-window.
6071 (Input Focus): Describe argument norecord for select-frame.
6072 Remove comment on MS-Windows behavior for focus-follows-mouse.
6073 (Raising and Lowering): Mention windows-frames dichotomy in
6074 metaphor.
6075
af1a5cd5
MR
6076 * windows.texi (Displaying Buffers, Vertical Scrolling)
6077 (Horizontal Scrolling): Fix indenting and rewording issues
6078 introduced with 2008-11-07 change.
6079
c249fa9c
GM
60802008-11-20 Glenn Morris <rgm@gnu.org>
6081
6082 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6083 element of `format-alist'.
6084
204d4665
GM
60852008-11-19 Glenn Morris <rgm@gnu.org>
6086
6087 * doclicense.texi: Update to FDL 1.3.
6088 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6089
cc0910af
CY
60902008-11-18 Chong Yidong <cyd@stupidchicken.com>
6091
efe6e7c4
CY
6092 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6093 vars, which are obsolete. Mention jit-lock-register.
6094
5dcb4c4e
SM
6095 * modes.texi (Other Font Lock Variables):
6096 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 6097
cc0910af
CY
6098 * frames.texi (Color Parameters): Document alpha parameter.
6099
aeeedf76
MR
61002008-11-16 Martin Rudalics <rudalics@gmx.at>
6101
6102 * windows.texi (Splitting Windows, Deleting Windows)
6103 (Selecting Windows, Cyclic Window Ordering)
6104 (Buffers and Windows, Displaying Buffers, Choosing Window)
6105 (Dedicated Windows, Window Point, Window Start and End)
6106 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6107 (Size of Window, Resizing Windows, Window Configurations)
6108 (Window Parameters): Avoid @var at beginning of sentences and
6109 reword accordingly.
6110
4c565c5c
LK
61112008-11-11 Lute Kamstra <lute@gnu.org>
6112
6113 * files.texi (File Name Components): Fix file-name-extension
6114 documentation.
6115
25f494c9
JB
61162008-11-11 Juanma Barranquero <lekktu@gmail.com>
6117
6118 * frames.texi (Basic Parameters): Remove display-environment-variable
6119 and term-environment-variable.
6120
a1401ab1
EZ
61212008-11-08 Eli Zaretskii <eliz@gnu.org>
6122
6123 * windows.texi (Basic Windows, Splitting Windows)
6124 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6125 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
6126 (Resizing Windows, Window Configurations, Window Parameters):
6127 Fix wording and markup.
a1401ab1 6128
efafc282
MR
61292008-11-07 Martin Rudalics <rudalics@gmx.at>
6130
6131 * windows.texi (Windows): Update entries.
6132 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 6133 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
6134 (Selecting Windows, Cyclic Window Ordering): Reword with special
6135 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
6136 (Buffers and Windows, Choosing Window): Reword with special
6137 emphasis on dedicated windows.
6138 (Displaying Buffers): Reword. For switch-to-buffer mention that
6139 it may fall back on pop-to-buffer. For other-window try to
6140 explain how it treats the cyclic ordering of windows.
efafc282
MR
6141 (Dedicated Windows): New node and section discussing dedicated
6142 windows and associated functions.
86ab855a 6143 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
6144 (Window Start and End): Rename node and section title. Reword.
6145 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6146 Minor rewording.
6147 (Size of Window): Reword, in particular text on window-width.
6148 (Resizing Windows): Reword. Add text on balancing windows.
6149 (Window Configurations): Reword. Mention window parameters.
6150 (Window Parameters): New node and section on window parameters.
6151 (Window Hooks): Reword. Mention that
6152 window-configuration-change-hook is run "buffer-locally".
6153 * elisp.texi (Top): Update Windows entries in @detailmenu
6154 section.
6155
d60a8ab2
JB
61562008-11-04 Juanma Barranquero <lekktu@gmail.com>
6157
6158 * searching.texi (Regexp Search): Fix typo.
6159
01777627
CY
61602008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6161
6162 * searching.texi (Regexp Search): Document GREEDY arg.
6163 (Simple Match Data): Fix return value.
6164
c4526e93
EZ
61652008-11-01 Eli Zaretskii <eliz@gnu.org>
6166
6167 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
6168 with Emacs 23 internal representation of characters.
6169 Document `unibyte-string'.
c4526e93 6170
fe2ae8b5
CY
61712008-10-28 Chong Yidong <cyd@stupidchicken.com>
6172
6173 * processes.texi (Process Information): Note that process-status
6174 does not accept buffer names.
6175
cc5a21e3
CY
61762008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6177
6178 * positions.texi (Skipping Characters): Correct return value of
6179 skip-chars-forward.
6180
09460d9a
MR
61812008-10-25 Martin Rudalics <rudalics@gmx.at>
6182
520b29e7
MR
6183 * windows.texi (Deleting Windows): Update documentation of
6184 delete-windows-on.
6185 (Buffers and Windows): Update documentations of
6186 get-buffer-window and get-buffer-window-list.
6187 (Displaying Buffers): Update documentation of
6188 replace-buffer-in-windows.
6189
09460d9a
MR
6190 * buffers.texi (Current Buffer): Reword set-buffer and
6191 with-current-buffer documentations.
6192 (Creating Buffers): Reword documentation of get-buffer-create.
6193
4d48fcdc
MR
61942008-10-23 Martin Rudalics <rudalics@gmx.at>
6195
6196 * buffers.texi (Current Buffer): Reword documentation of
6197 set-buffer.
6198 (Buffer Names): Reword documentation of buffer-name.
6199 (The Buffer List): For bury-buffer explain what happens with the
6200 buffer's window.
6201 (Creating Buffers): Say that get-buffer-create's arg is called
6202 buffer-or-name.
6203
f0143c43
CY
62042008-10-22 Chong Yidong <cyd@stupidchicken.com>
6205
3e5dbbd3
CY
6206 * advice.texi (Computed Advice): Explain what DEFINITION is.
6207
f0143c43
CY
6208 * nonascii.texi (Character Codes): Remove obsolete function
6209 char-valid-p, and document characterp instead.
6210
52a94b85
MR
62112008-10-22 Martin Rudalics <rudalics@gmx.at>
6212
6213 * windows.texi (Displaying Buffers): Reword documentation of
6214 pop-to-buffer.
6215 (Choosing Window): Rewrite documentation of display-buffer and
6216 its options.
6217
f76f8246
MR
6218 * buffers.texi (Killing Buffers): Update documentation of
6219 kill-buffer.
6220
acc8b598
EZ
62212008-10-21 Eli Zaretskii <eliz@gnu.org>
6222
80e6b6df
EZ
6223 * processes.texi (Serial Ports): Fix wording and improve markup.
6224
3645358a
EZ
6225 * searching.texi (Regexp Search): Document `string-match-p' and
6226 `looking-at-p'.
6227 (POSIX Regexps): Add an xref for "non-greedy".
6228 (Regexp Special): Add @cindex entry for "non-greedy".
6229
b3d50cff 6230 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 6231 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 6232
73b7530a
EZ
6233 * frames.texi (Color Names): Add an xref to `read-color'.
6234
6235 * minibuf.texi (High-Level Completion): Document `read-color'.
6236
acc8b598
EZ
6237 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6238
6239 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6240
6241 * buffers.texi (Swapping Text): New section, documents
6242 `buffer-swap-text'.
6243
10e187e8
MR
62442008-10-21 Martin Rudalics <rudalics@gmx.at>
6245
6246 * windows.texi (Resizing Windows): Minor wording fix.
6247
fd6f900c
EZ
62482008-10-20 Eli Zaretskii <eliz@gnu.org>
6249
6250 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6251 and `combine-and-quote-strings'.
6252
6253 * strings.texi (Creating Strings): Add xrefs for them.
6254
e4372165
EZ
62552008-10-19 Eli Zaretskii <eliz@gnu.org>
6256
d6328fba
EZ
6257 * elisp.texi (Top): Make descriptive text for "Reading File Names"
6258 match the corresponding menu in minibuf.texi.
6259
e4372165
EZ
6260 * minibuf.texi (Reading File Names): Document `read-shell-command'
6261 and `minibuffer-local-shell-command-map'.
6262
5d8dda33
MR
62632008-10-19 Martin Rudalics <rudalics@gmx.at>
6264
6265 * windows.texi (Resizing Windows): Remove var{} around "window" in
6266 documentation of enlarge-window.
6267 Rewrite documentation of window-min-height and window-min-width.
6268
437706cd
EZ
62692008-10-19 Eli Zaretskii <eliz@gnu.org>
6270
80f85d7c
EZ
6271 * functions.texi (Calling Functions): Document `apply-partially'.
6272
291703b5
EZ
6273 * hooks.texi (Standard Hooks): Mention
6274 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6275
6276 * variables.texi (File Local Variables): Document
6277 `file-local-variables-alist', `before-hack-local-variables-hook'
6278 and `hack-local-variables-hook'.
6279
583d8b3c
EZ
6280 * processes.texi (Synchronous Processes): Document `process-lines'.
6281
5dcb4c4e
SM
6282 * customize.texi (Variable Definitions):
6283 Document `custom-reevaluate-setting'.
437706cd 6284
7e51d89b
MR
62852008-10-18 Martin Rudalics <rudalics@gmx.at>
6286
6287 * windows.texi (Choosing Window, Deleting Windows)
6288 (Displaying Buffers): Expand documentation of dedicated windows.
6289
43c59a3d
EZ
62902008-10-18 Eli Zaretskii <eliz@gnu.org>
6291
018a960d
EZ
6292 * files.texi (Changing Files): Document symbolic input of file
6293 modes to `set-file-modes'. Document `read-file-modes' and
6294 `file-modes-symbolic-to-number'.
6295
2c0b8144
EZ
6296 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6297 and `search-map'.
6298
5dcb4c4e
SM
6299 * searching.texi (Search and Replace):
6300 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 6301 Document `multi-query-replace-map'.
80120f13 6302
6d4913f0 6303 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
6304 (Completion Commands, Reading File Names):
6305 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
6306 `minibuffer-local-filename-must-match-map'.
6307 (Minibuffer Completion): The `require-match' argument to
6308 `completing-read' can now have the value `confirm-only'.
6309
43c59a3d
EZ
6310 * windows.texi (Displaying Buffers): Minor wording fix.
6311 (Choosing Window): `split-height-threshold' can now be nil.
6312 Document `split-width-threshold'. `pop-up-frames' can have the
6313 value `graphic-only'.
6314
f36acfd9
EZ
63152008-10-17 Eli Zaretskii <eliz@gnu.org>
6316
6317 * os.texi (Startup Summary): Document `before-init-time' and
6318 `after-init-time'. Document `initial-window-system' and
6319 `window-system-initialization-alist'. Document reading the
6320 abbrevs file. Document the call to `server-start' under --daemon.
6321 Rearrange a bit to be consistent with the code flow.
53728487
EZ
6322 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6323 (Time Parsing): Document `format-seconds'.
f36acfd9 6324
96995b89
MR
63252008-10-17 Martin Rudalics <rudalics@gmx.at>
6326
6327 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6328 and reword.
6329
2de17c73
EZ
63302008-10-16 Eli Zaretskii <eliz@gnu.org>
6331
6332 * markers.texi (The Mark): Document use-region-p.
6333
9cf52b11
EZ
63342008-10-15 Eli Zaretskii <eliz@gnu.org>
6335
c3aaf1d7
EZ
6336 * internals.texi (Writing Emacs Primitives): The interactive spec
6337 of a primitive can be a Lisp form.
6338
841a1743
EZ
6339 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6340 values of transient-mark-mode. Document handle-shift-selection.
6341
6342 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6343 (Interactive Examples): Show an example of `^'.
6344 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
6345 (Defining Commands, Using Interactive): The interactive-form of a
6346 function can be added via its symbol's property.
841a1743 6347
52441368
EZ
6348 * positions.texi (List Motion): beginning-of-defun-function can
6349 now accept an argument.
6350
8e8c1a72
EZ
6351 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6352 now return a list of strings.
6353
a33a1f2a
EZ
6354 * control.texi (Handling Errors): Document ignore-errors.
6355
4fb04348
EZ
6356 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6357 (Parameter Access): Document set-frame-parameter.
6358
ee666f84
EZ
6359 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6360 Hooks" for the effect of kill-all-local-variables on local hook
6361 functions.
6362
9cf52b11
EZ
6363 * modes.texi (Major Mode Conventions, Mode Line Variables):
6364 `mode-name' need not be a string. xref to "Mode Line Data" for
6365 details, and to "Emulating Mode Line" for computing a string
6366 value.
6367
22526bc4
EZ
63682008-10-14 Eli Zaretskii <eliz@gnu.org>
6369
a65f6a85
EZ
6370 * processes.texi (System Processes): New section.
6371 (Processes, Signals to Processes): Add xrefs to it.
6372
6373 * objects.texi (Editing Types): A `process' is a subprocess of
6374 Emacs, not just any process running on the OS.
6375
6376 * elisp.texi (Top): Adjust the @detailmenu for the above two
6377 changes.
6378
2724b26a
EZ
6379 * sequences.texi (Char-Tables): Remove documentation of
6380 set-char-table-default, which has no effect since Emacs 23.
6381 <char-table-range, set-char-table-range>: Don't mention generic
6382 characters and charsets. Add a cons cell as a possible argument.
6383
6384 * nonascii.texi (Splitting Characters)
6385 (Translation of Characters): Don't mention generic characters.
6386
6387 * display.texi (Fontsets): Don't mention generic characters.
6388
22526bc4 6389 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 6390 argument FUNCTION with a cons cell as KEY.
22526bc4 6391
eaf4b689
EZ
63922008-10-13 Eli Zaretskii <eliz@gnu.org>
6393
45e46036
EZ
6394 * objects.texi (Primitive Function Type): Move "@cindex special
6395 forms" from here...
6396
6397 * eval.texi (Special Forms): ...to here.
6398
6399 * functions.texi (What Is a Function): `functionp' returns nil for
6400 special forms. Add an xref.
6401
eaf4b689
EZ
6402 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6403 Variables".
6404
6405 * variables.texi (Frame-Local Variables): New section.
6406 (Buffer-Local Variables): Add an xref to it.
6407 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6408 have both frame-local and buffer-local binding.
6409
6410 * frames.texi (Frames): Mention multiple tty frames.
6411 (Frame Parameters, Parameter Access): Mention frame-local variable
6412 bindings.
6413
15688fce
GM
64142008-09-20 Glenn Morris <rgm@gnu.org>
6415
6416 * display.texi (Defining Faces): Recommend against face variables.
6417
35539065
JB
64182008-09-16 Juanma Barranquero <lekktu@gmail.com>
6419
6420 * display.texi (Echo Area Customization): Fix typo.
6421
6a57054b
JB
64222008-09-09 Juanma Barranquero <lekktu@gmail.com>
6423
6424 * loading.texi (Where Defined): Add `defface' item.
6425
d632fb82
MR
64262008-09-06 Martin Rudalics <rudalics@gmx.at>
6427
6428 * loading.texi (Where Defined): Fix description of symbol-file.
6429
905a9adb
JR
64302008-08-26 Jason Rumney <jasonr@gnu.org>
6431
6432 * display.texi (TIFF Images): New section describing :index property.
6433
852e91b7
CY
64342008-08-23 Chong Yidong <cyd@stupidchicken.com>
6435
6436 * display.texi (Temporary Displays): Remove unnecessary comment
6437 about usage of temp-buffer-show-hook.
6438
6be001ee
CY
64392008-08-05 Chong Yidong <cyd@stupidchicken.com>
6440
6441 * symbols.texi (Other Plists): Fix incorrect example.
6442 Suggested by Florian Beck.
6443
58e3d8e8
JB
64442008-07-31 Juanma Barranquero <lekktu@gmail.com>
6445
6446 * os.texi: Fix previous change.
6447
7c2fb837
DN
64482008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6449
6450 * os.texi:
6451 * intro.texi:
6452 * files.texi: Remove VMS support.
6453
9e2a2647
DN
64542008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6455
6456 * os.texi:
6457 * frames.texi:
6458 * display.texi: Remove mentions of Mac Carbon.
6459
c4f4682b
MB
64602008-07-01 Miles Bader <miles@gnu.org>
6461
6462 * text.texi (Special Properties):
6463 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6464
3696411e
JB
64652008-06-28 Johan Bockgård <bojohan@gnu.org>
6466
6467 * display.texi (Other Image Types): Fix copy/paste error; say
6468 "PBM", not "XBM".
6469
f2a77c3a
DN
64702008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6471
6472 * os.texi: Remove references to obsolete systems.
6473
6d52677d
EZ
64742008-06-20 Eli Zaretskii <eliz@gnu.org>
6475
6476 * makefile.w32-in (distclean): Remove makefile.
6477
1a87da4c
GM
64782008-06-17 Glenn Morris <rgm@gnu.org>
6479
6480 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6481 (elisp, dist): Remove rules and variables that are obsolete now
6482 the lisp manual is no longer distributed separately.
6483
fdda1c5d
GM
64842008-06-16 Glenn Morris <rgm@gnu.org>
6485
646692e9
GM
6486 * configure, configure.in, mkinstalldirs: Remove unused files.
6487
6488 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 6489 * vol1.texi (EMACSVER):
6a57054b 6490 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
6491
6492 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6493 as per maintain.info.
6494
611bee81
GM
64952008-06-15 Glenn Morris <rgm@gnu.org>
6496
a7bed3a0
GM
6497 * makefile.w32-in (manual): Use "23" rather than "21".
6498
6499 * Makefile.in (emacsver): New, set by configure.
6500 (manual): Use emacsver.
6501
d794edf2
GM
6502 * intro.texi: Report bugs using M-x report-emacs-bug.
6503
611bee81
GM
6504 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6505
c73e02fa
GM
65062008-06-13 Daniel Engeler <engeler@gmail.com>
6507
6508 * elisp.texi, internals.texi, processes.texi: Add documentation
6509 about serial port access.
6510
e40a85cd
MB
65112008-06-05 Miles Bader <miles@gnu.org>
6512
6513 * display.texi (Displaying Faces): Update to reflect function
6514 renamings in face-remap.el.
6515
7b753744
JB
65162008-06-05 Juanma Barranquero <lekktu@gmail.com>
6517
6518 * display.texi (Fontsets): Fix typos.
6519
9d3d42fb
MB
65202008-06-03 Miles Bader <miles@gnu.org>
6521
7b753744
JB
6522 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6523 remove-relative-face-remapping, set-base-face-remapping,
6524 and set-default-base-face-remapping.
9d3d42fb 6525
f2cec7a9
MB
65262008-06-01 Miles Bader <miles@gnu.org>
6527
6528 * display.texi (Displaying Faces): Add face-remapping-alist.
6529
8f39c96d
SM
65302008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6531
6532 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6533 variable names.
6534
1ef5eecc
ER
65352008-05-03 Eric S. Raymond <esr@golux>
6536
352c8b4a 6537 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
6538 (current-global-map) return references, not copies.
6539
63b4387f
JL
65402008-05-02 Juri Linkov <juri@jurta.org>
6541
6542 * minibuf.texi (Text from Minibuffer): Document a list of
6543 default values for `read-from-minibuffer'.
6544
38a8b703
JB
65452008-04-24 Juanma Barranquero <lekktu@gmail.com>
6546
6547 * nonascii.texi (Translation of Characters): Fix previous change.
6548
7c42e639
CY
65492008-04-20 Chong Yidong <cyd@stupidchicken.com>
6550
6551 * display.texi (Overlay Properties): Clarify role of underlying
6552 textprop and overlay keymaps for display strings.
6553
6554 * keymaps.texi (Active Keymaps): Ditto.
6555
25c0d999
SM
65562008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6557
6558 * minibuf.texi (Programmed Completion):
6559 Replace dynamic-completion-table with the new completion-table-dynamic.
6560
e3af5968
CY
65612008-04-07 Chong Yidong <cyd@stupidchicken.com>
6562
6563 * intro.texi (Some Terms): Change "fonts in this manual" index
6564 entry to "typographic conventions".
6565
6bfc8698
EZ
65662008-04-05 Eli Zaretskii <eliz@gnu.org>
6567
6568 * objects.texi (Text Props and Strings): Add indexing for read
6569 syntax of text properties.
6570
4972c361
SM
65712008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6572
6573 * processes.texi (Decoding Output): Remove process-filter-multibyte
6574 functions.
6575
c70a68db
MR
65762008-03-15 Martin Rudalics <rudalics@gmx.at>
6577
6578 * display.texi (Finding Overlays): Say that empty overlays at
6579 the end of the buffer are reported too.
6580
1291fd36
GM
65812008-03-13 Glenn Morris <rgm@gnu.org>
6582
6583 * elisp.texi (EMACSVER): Set to 23.0.60.
6584
c6b0dfd5
CY
65852008-02-26 Chong Yidong <cyd@stupidchicken.com>
6586
38a8b703 6587 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 6588
875fc30c
GM
65892008-02-22 Glenn Morris <rgm@gnu.org>
6590
6591 * frames.texi (Position Parameters): Clarify the description of
6592 `left' and `top', using information from "Geometry".
6593 (Geometry): Give a pointer to "Position Parameters", rather than
6594 repeating information.
6595
d8c8e45a
GM
65962008-02-11 Glenn Morris <rgm@gnu.org>
6597
6598 * objects.texi (Equality Predicates): No longer talk about "two"
6599 functions.
6600
38a8b703 66012008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
6602
6603 * objects.texi (Equality Predicates): Add defun for
6604 equal-including-properties.
6605
bfffe0b1
GM
66062008-02-10 Glenn Morris <rgm@gnu.org>
6607
6608 * objects.texi (Equality Predicates):
6609 Mention equal-including-properties.
6610
431b78c9
RS
66112008-02-07 Richard Stallman <rms@gnu.org>
6612
6613 * windows.texi (Window Start): Mention the feature of moving
6614 window-start to start of line.
6615
c8763fb6 66162008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
6617
6618 * keymaps.texi (Tool Bar): Document rtl property.
6619
1a256502
TTN
66202008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6621
6622 * display.texi (Button Types):
6623 For define-button-type, clarify type of NAME.
6624
569382c2
MR
66252008-01-19 Martin Rudalics <rudalics@gmx.at>
6626
6627 * buffers.texi (Buffer Modification): Fix typo.
6628
f3041af1
DN
66292008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6630
6631 * os.texi (System Environment): Remove references to OSes that are
6632 not supported anymore.
6633
d35e1cd7
DN
66342008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6635
6636 * os.texi (System Environment): Remove mention for Masscomp.
6637
23af7580
RS
66382008-01-04 Richard Stallman <rms@gnu.org>
6639
6640 * display.texi (Faces): Don't talk about internal face vector as arg
6641 to facep.
6642
6643 * customize.texi (Type Keywords): Fix previous change.
6644
6645 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
6646 * elisp.texi (Top): Fix menu for commands.texi change.
6647
ec7d5b1e
RS
66482007-12-30 Richard Stallman <rms@gnu.org>
6649
5dcb4c4e 6650 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
6651 (Accessing Scroll): New node broken out of Accessing Mouse.
6652
101a6cea
RS
66532007-12-28 Richard Stallman <rms@gnu.org>
6654
6655 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 6656 (Basic Parameters): For `title', refer to title bar.
041817a4 6657 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 6658
72b7e664
RS
66592007-12-23 Richard Stallman <rms@gnu.org>
6660
6661 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
6662 Improve some of the commented-out keywords' text too.
6663
27a4f445
MR
66642007-12-14 Martin Rudalics <rudalics@gmx.at>
6665
e2e3f1d7
MR
6666 * nonascii.texi (Encoding and I/O): Reword to avoid saying
6667 "visit the current buffer".
6668
27a4f445
MR
6669 * os.texi (System Interface): Fix typo.
6670
a2afc99d
RS
66712007-12-04 Richard Stallman <rms@gnu.org>
6672
6673 * objects.texi (Symbol Type): Fix typo.
6674
b694135c
RS
66752007-12-03 Richard Stallman <rms@gnu.org>
6676
6677 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
6678
f99a19da
GM
66792007-12-01 Glenn Morris <rgm@gnu.org>
6680
6681 * functions.texi (Declaring Functions): Improve previous change.
6682
8f4b37d8
GM
66832007-11-30 Glenn Morris <rgm@gnu.org>
6684
6685 * functions.texi (Declaring Functions): Add optional fourth
6686 argument of declare-function, and setting third argument to `t'.
6687
61a2fe01
RS
66882007-11-29 Richard Stallman <rms@gnu.org>
6689
6690 * customize.texi (Composite Types): Document `group' type.
6691
cbfc5193
GM
66922007-11-29 Glenn Morris <rgm@gnu.org>
6693
5dcb4c4e
SM
6694 * functions.texi (Declaring Functions): Add findex.
6695 Mention `external' files.
cbfc5193 6696
8386283a
JB
66972007-11-26 Juanma Barranquero <lekktu@gmail.com>
6698
6699 * functions.texi (Declaring Functions): Fix directive.
6700
a07c9a8b
RS
67012007-11-25 Richard Stallman <rms@gnu.org>
6702
6703 * help.texi (Help Functions): Clean up last change.
6704
6705 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
6706
6707 * loading.texi (Named Features): Minor cleanup.
6708
6709 * macros.texi (Eval During Expansion): Minor cleanup.
6710
6711 * variables.texi (Variable Aliases): Minor cleanup.
6712
a0925923
RS
67132007-11-24 Richard Stallman <rms@gnu.org>
6714
6715 * functions.texi (Declaring Functions): Clarify previous change.
6716
6717 * compile.texi (Compiler Errors): Clarify previous change.
6718
20c63e44
RS
67192007-11-24 Richard Stallman <rms@gnu.org>
6720
e5e76c04 6721 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
6722 Clarify the text and move items around.
6723
5bb0cda3
GM
67242007-11-24 Glenn Morris <rgm@gnu.org>
6725
6726 * functions.texi (Declaring Functions): New section.
6727 * compile.texi (Compiler Errors): Mention declaring functions,
6728 defvar with no initvalue, and byte-compile-warnings.
6729
af13c86a
MR
67302007-11-15 Martin Rudalics <rudalics@gmx.at>
6731
6732 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
6733 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
6734
a5373305
MR
67352007-11-13 Martin Rudalics <rudalics@gmx.at>
6736
6737 * help.texi (Help Functions): Document new macro `with-help-window'.
6738
fe284805
JL
67392007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
6740
6741 * searching.texi (Replacing Match): Describe new
6742 `match-substitute-replacement'.
6743
2c3a09b1
RS
67442007-10-31 Richard Stallman <rms@gnu.org>
6745
6746 * strings.texi (Creating Strings): Null strings from concat not unique.
6747
f2b480f4
RS
67482007-10-26 Richard Stallman <rms@gnu.org>
6749
6750 * objects.texi (Equality Predicates): Null strings are uniquified.
6751
6752 * minibuf.texi: Minor clarifications in previous change.
6753
db21122c
GM
67542007-10-25 Glenn Morris <rgm@gnu.org>
6755
6756 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
6757
2328cbb3
RS
67582007-10-24 Richard Stallman <rms@gnu.org>
6759
6760 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
6761
6762 * variables.texi (Frame-Local Variables): Node deleted.
6763 (Variables): Delete Frame-Local Variables from menu.
6764 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
6765 (Default Value): Don't mention frame-local vars.
6766
6767 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
6768
6769 * loading.texi (Unloading): Document FEATURE-unload-function
6770 instead of FEATURE-unload-hook.
6771
2328cbb3
RS
6772 * frames.texi (Multiple Displays): Don't mention frame-local vars.
6773
c066bafa
JL
67742007-10-22 Juri Linkov <juri@jurta.org>
6775
6776 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
6777 (High-Level Completion): Document a list of default value strings
6778 in the DEFAULT argument, for which minibuffer functions return the
6779 first element.
6780
65ced25f
JL
67812007-10-17 Juri Linkov <juri@jurta.org>
6782
6783 * text.texi (Filling): Update arguments of fill-paragraph.
6784 fill-paragraph operates on the active region in Transient Mark mode.
6785 Remove fill-paragraph-or-region.
6786
ee46ec8e
KB
67872007-10-13 Karl Berry <karl@gnu.org>
6788
6789 * elisp.texi (@dircategory): Move to after @copying,
6790 since we want @copying as close as possible to the beginning of
6791 the output.
6792
61bbdbc6
RS
67932007-10-12 Richard Stallman <rms@gnu.org>
6794
6795 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
6796
6797 * commands.texi (Distinguish Interactive): New node,
6798 broken out from Interactive Call and rewritten.
6799 (Command Loop): Put Distinguish Interactive in menu.
6800
af23e1e8
RS
68012007-10-09 Richard Stallman <rms@gnu.org>
6802
6803 * text.texi (Examining Properties): Mention overlay priority.
6804
6805 * display.texi (Display Margins): Correct the description
6806 of margin display specifications.
6807 (Replacing Specs): New subnode broken out of Display Property.
6808
e1965a69
JL
68092007-10-06 Juri Linkov <juri@jurta.org>
6810
6811 * text.texi (Filling): Document fill-paragraph-or-region.
6812
4638454b
JB
68132007-10-05 Juanma Barranquero <lekktu@gmail.com>
6814
6815 * display.texi (Auto Faces): Fix typo.
6816
7ed54cc5
RS
68172007-10-02 Richard Stallman <rms@gnu.org>
6818
6819 * display.texi (Display Property): Explain some display specs
6820 don't let you move point in.
6821
5dcb4c4e
SM
6822 * frames.texi (Cursor Parameters):
6823 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
6824
6825 * windows.texi (Basic Windows): Don't describe
6826 cursor-in-non-selected-windows here.
6827
305a7ef2
EZ
68282007-10-01 Eli Zaretskii <eliz@gnu.org>
6829
6830 * processes.texi (Misc Network): Note that these functions are
6831 supported only on some systems.
6832
f7a7f4eb
RS
68332007-10-01 Richard Stallman <rms@gnu.org>
6834
6835 * display.texi (Overlay Properties): Explain nil as priority.
6836 Explain that conflicts are unpredictable if not resolved by
6837 priorities.
6838
780d7bb9
RS
68392007-09-23 Richard Stallman <rms@gnu.org>
6840
6841 * macros.texi (Backquote): Minor clarification.
6842
14b4fdfb
RS
68432007-09-19 Richard Stallman <rms@gnu.org>
6844
6845 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
6846 Clarify when they work in parallel and when one overrides.
6847 Fix error in example.
14b4fdfb 6848
b8d4c8d0
GM
68492007-09-06 Glenn Morris <rgm@gnu.org>
6850
b3e755a9 6851 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
6852 commands to use ../../info.
6853 * Makefile.in (infodir): Go up one more level.
4638454b 6854 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
6855 (miscmanualdir): New.
6856 (dist): Use new variable miscmanualdir.
6857 * makefile.w32-in (infodir, texinputdir): Go up one more level.
6858 (usermanualdir): Change from ../man to ../emacs.
6859
1bb1f7d3
MR
68602007-08-30 Martin Rudalics <rudalics@gmx.at>
6861
6862 * commands.texi (Command Loop Info): Advise against changing
6863 most variables described here. Explain new variable
6864 last-repeatable-command.
6865
b8d4c8d0
GM
68662007-08-29 Glenn Morris <rgm@gnu.org>
6867
6868 * elisp.texi (EMACSVER): Increase to 23.0.50.
6869
68702007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6871
6872 * frames.texi (Basic Parameters): Add display-environment-variable
6873 and term-environment-variable.
6874
68752007-08-28 Juri Linkov <juri@jurta.org>
6876
6877 * display.texi (Image Formats, Other Image Types): Add SVG.
6878
68792007-08-28 Juri Linkov <juri@jurta.org>
6880
6881 * display.texi (Images): Move formats-related text to new node
6882 "Image Formats".
6883 (Image Formats): New node.
6884
619fb9ee
RS
68852007-08-27 Richard Stallman <rms@gnu.org>
6886
6887 * windows.texi (Window Configurations): Clarify what
6888 a window configuration saves.
6889
b8d4c8d0
GM
68902007-08-25 Richard Stallman <rms@gnu.org>
6891
6892 * display.texi (Images): Delete redundant @findex.
6893
39f9da30
GM
68942007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6895
6896 * text.texi (Change Hooks): (after|before)-change-functions are no
6897 longer bound to nil while running; rather inhibit-modification-hooks
6898 is t.
6899
b8d4c8d0
GM
69002007-08-16 Richard Stallman <rms@gnu.org>
6901
5dcb4c4e
SM
6902 * processes.texi (Asynchronous Processes):
6903 Clarify doc of start-file-process.
b8d4c8d0
GM
6904
69052007-08-08 Martin Rudalics <rudalics@gmx.at>
6906
6907 * modes.texi (Example Major Modes): Fix typo.
6908
69092007-08-08 Glenn Morris <rgm@gnu.org>
6910
6911 * intro.texi (nil and t): Do not use `iff' in documentation.
6912
6913 * tips.texi (Documentation Tips): Recommend against `iff'.
6914
69152007-08-07 Chong Yidong <cyd@stupidchicken.com>
6916
6917 * display.texi (Image Cache): Document image-refresh.
6918
69192007-08-06 Martin Rudalics <rudalics@gmx.at>
6920
6921 * windows.texi (Size of Window): Document window-full-width-p.
6922
69232007-07-25 Glenn Morris <rgm@gnu.org>
6924
6925 * gpl.texi (GPL): Replace license with GPLv3.
6926
6927 * Relicense all FSF files to GPLv3 or later.
6928
69292007-07-24 Michael Albinus <michael.albinus@gmx.de>
6930
4638454b
JB
6931 * processes.texi (Synchronous Processes):
6932 Add `process-file-shell-command'.
b8d4c8d0
GM
6933 (Asynchronous Processes): Mention restricted use of
6934 `process-filter' and `process-sentinel' in
6935 `start-file-process'. Add `start-file-process-shell-command'.
6936
69372007-07-17 Michael Albinus <michael.albinus@gmx.de>
6938
6939 * files.texi (Magic File Names): Introduce optional parameter
6940 IDENTIFICATION for `file-remote-p'.
6941
69422007-07-16 Richard Stallman <rms@gnu.org>
6943
6944 * display.texi (Defining Faces): Fix previous change.
6945
69462007-07-14 Richard Stallman <rms@gnu.org>
6947
6948 * control.texi (Handling Errors): Document `debug' in handler list.
6949
69502007-07-10 Richard Stallman <rms@gnu.org>
6951
6952 * display.texi (Defining Faces): Explain C-M-x feature for defface.
6953
69542007-07-09 Richard Stallman <rms@gnu.org>
6955
6956 * files.texi (Magic File Names): Rewrite previous change.
6957
69582007-07-08 Michael Albinus <michael.albinus@gmx.de>
6959
6960 * files.texi (Magic File Names): Introduce optional parameter
6961 CONNECTED for `file-remote-p'.
6962
69632007-07-07 Michael Albinus <michael.albinus@gmx.de>
6964
6965 * processes.texi (Asynchronous Processes):
6966 * files.texi (Magic File Names): Add `start-file-process'.
6967
69682007-06-27 Richard Stallman <rms@gnu.org>
6969
5dcb4c4e
SM
6970 * files.texi (Format Conversion Piecemeal):
6971 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
6972
69732007-06-27 Michael Albinus <michael.albinus@gmx.de>
6974
4638454b
JB
6975 * files.texi (Magic File Names): Remove `dired-call-process'.
6976 Add `process-file'.
b8d4c8d0
GM
6977
69782007-06-27 Kenichi Handa <handa@m17n.org>
6979
6980 * text.texi (Special Properties): Fix description about
4638454b 6981 `composition' property.
b8d4c8d0
GM
6982
69832007-06-26 Kenichi Handa <handa@m17n.org>
6984
6985 * nonascii.texi (Default Coding Systems): Document about the
6986 return value `undecided'.
6987
69882007-06-25 David Kastrup <dak@gnu.org>
6989
6990 * keymaps.texi (Active Keymaps): Document new POSITION argument of
6991 `current-active-maps'.
6992
69932007-06-24 Karl Berry <karl@gnu.org>
6994
4638454b 6995 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
6996
69972007-06-15 Juanma Barranquero <lekktu@gmail.com>
6998
6999 * display.texi (Overlay Arrow): Doc fix.
7000
70012007-06-14 Karl Berry <karl@tug.org>
7002
7003 * anti.texi (Antinews): Typo.
7004
70052007-06-14 Chong Yidong <cyd@stupidchicken.com>
7006
7007 * display.texi (Image Cache): Document image-refresh.
7008
70092007-06-12 Karl Berry <karl@gnu.org>
7010
7011 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7012 * two-volume.make: New file.
7013 * .cvsignore: Ignore two-volume files.
7014
70152007-06-12 Tom Tromey <tromey@redhat.com>
7016
7017 * os.texi (Init File): Document user-emacs-directory.
7018
70192007-06-03 Nick Roberts <nickrob@snap.net.nz>
7020
7021 * commands.texi (Click Events): Describe width and height when
7022 object is nil.
7023
70242007-05-30 Nick Roberts <nickrob@snap.net.nz>
7025
5dcb4c4e
SM
7026 * commands.texi (Click Events): Layout more logically.
7027 Describe width and height.
b8d4c8d0
GM
7028 (Drag Events, Motion Events): Update to new format for position.
7029
70302007-06-02 Richard Stallman <rms@gnu.org>
7031
7032 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7033
70342007-06-02 Chong Yidong <cyd@stupidchicken.com>
7035
7036 * Version 22.1 released.
7037
70382007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7039
7040 * text.texi (Special Properties): Correct meaning of fontified face.
7041
70422007-05-30 Richard Stallman <rms@gnu.org>
7043
7044 * text.texi (Special Properties): Add link to Adjusting Point.
7045
70462007-05-12 Richard Stallman <rms@gnu.org>
7047
7048 * text.texi (Margins): indent-to-left-margin is not the default.
7049 (Mode-Specific Indent): For indent-line-function, the default
7050 is indent-relative.
7051
7052 * modes.texi (Example Major Modes): Explain last line of text-mode
7053 is redundant.
7054
70552007-05-10 Richard Stallman <rms@gnu.org>
7056
7057 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7058
7059 * help.texi (Keys in Documentation): Add reference to
7060 Documentation Tips.
7061
7062 * files.texi (Format Conversion): TO-FN gets three arguments.
7063
7064 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7065
70662007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7067
7068 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7069 * files.texi (Format Conversion): Expand intro; add menu.
7070 (Format Conversion Overview, Format Conversion Round-Trip)
7071 (Format Conversion Piecemeal): New nodes/subsections.
7072 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7073 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7074 (Saving Properties): Delete node/subsection.
7075
70762007-05-07 Karl Berry <karl@gnu.org>
7077
7078 * elisp.texi (EMACSVER): Back to 22.
7079
70802007-05-06 Richard Stallman <rms@gnu.org>
7081
7082 * processes.texi (Accepting Output): Revert most of previous change.
7083
70842007-05-05 Richard Stallman <rms@gnu.org>
7085
7086 * processes.texi (Accepting Output): accept-process-output
7087 uses microseconds, not milliseconds. But that arg is obsolete.
7088
70892007-05-04 Karl Berry <karl@tug.org>
7090
7091 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7092
70932007-05-04 Eli Zaretskii <eliz@gnu.org>
7094
7095 * tips.texi (Documentation Tips): Rearrange items to place the
7096 more important ones first. Add an index entry for hyperlinks.
7097
70982007-05-03 Karl Berry <karl@gnu.org>
7099
7100 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7101 (EMACSVER) [smallbook]: 22 for printed version.
7102
7103 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7104 so restore anchor to normal position after defun. Found by Kevin Ryde.
7105
71062007-04-26 Glenn Morris <rgm@gnu.org>
7107
7108 * elisp.texi (EMACSVER): Increase to 22.1.50.
7109
71102007-04-28 Karl Berry <karl@gnu.org>
7111
7112 * elisp.texi: Improve line breaks on copyright page,
7113 similar layout to emacs manual, 8.5x11 by default.
7114
71152007-04-24 Richard Stallman <rms@gnu.org>
7116
7117 * text.texi (Special Properties): Add xref to Overlay Properties.
7118
7119 * display.texi (Overlay Properties): Add xref to Special Properties.
7120
71212007-04-22 Richard Stallman <rms@gnu.org>
7122
7123 * keymaps.texi (Extended Menu Items): Move the info about
7124 format with cached keyboard binding.
7125
71262007-04-21 Richard Stallman <rms@gnu.org>
7127
7128 * text.texi (Special Properties): Clarify previous change.
7129
7130 * files.texi (File Name Expansion): Clarify previous change.
7131
7132 * display.texi (Attribute Functions): Fix example for
7133 face-attribute-relative-p.
7134
71352007-04-19 Kenichi Handa <handa@m17n.org>
7136
7137 * text.texi (Special Properties): Document composition property.
7138
71392007-04-19 Glenn Morris <rgm@gnu.org>
7140
7141 * files.texi (File Name Expansion): Mention "superroot".
7142
71432007-04-15 Chong Yidong <cyd@stupidchicken.com>
7144
7145 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7146 setups.
7147 (Display Feature Testing): Note that display refers to all
7148 physical monitors for multi-monitor setups.
7149
71502007-04-14 Richard Stallman <rms@gnu.org>
7151
7152 * lists.texi (Sets And Lists): Clarify `delete' examples.
7153 Remove spurious xref to same node.
7154 Clarify xref for add-to-list.
7155
71562007-04-12 Nick Roberts <nickrob@snap.net.nz>
7157
7158 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7159 value of lisp-mode-map.
7160
71612007-04-11 Karl Berry <karl@gnu.org>
7162
7163 * anti.texi (Antinews):
7164 * display.texi (Overlay Properties, Defining Images):
7165 * processes.texi (Synchronous Processes, Sentinels):
7166 * syntax.texi (Syntax Table Internals):
7167 * searching.texi (Regexp Special):
7168 * nonascii.texi (Default Coding Systems):
7169 * text.texi (Special Properties):
7170 * minibuf.texi (Basic Completion): Wording to improve breaks in
7171 8.5x11 format.
7172 * elisp.texi (smallbook): New @set to more easily switch between
7173 smallbook and 8.5x11.
7174
71752007-04-11 Richard Stallman <rms@gnu.org>
7176
7177 * text.texi (Lazy Properties): Minor fix.
7178
71792007-04-08 Karl Berry <karl@gnu.org>
7180
7181 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7182 * macros.texi (Backquote): Downcase Backquote in index entries for
7183 consistency.
7184
71852007-04-08 Richard Stallman <rms@gnu.org>
7186
7187 * text.texi (Adaptive Fill): Just describe default,
7188 don't show it (since it contains non-ASCII chars).
7189
71902007-04-07 Karl Berry <karl@gnu.org>
7191
7192 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7193 adaptive-fill-regexp's value, since they are not in the standard
7194 TeX fonts.
7195
71962007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7197
7198 * display.texi (Defining Faces): Fix example.
7199
72002007-04-07 Karl Berry <karl@gnu.org>
7201
7202 * display.texi (Button Buffer Commands): Improve page break.
7203
72042007-04-07 Richard Stallman <rms@gnu.org>
7205
7206 * advice.texi (Activation of Advice): Remove redundant index entry.
7207
7208 * backups.texi: Improve index entries. Remove redundant ones.
7209
7210 * compile.texi (Byte Compilation): Improve index entry.
7211
7212 * hash.texi (Creating Hash): Improve index entry.
7213
7214 * symbols.texi (Definitions): Improve index entry.
7215
7216 * edebug.texi: Improve index entries. Remove redundant/useless ones.
7217
7218 * maps.texi (Standard Keymaps): Remove useless index entry.
7219
7220 * help.texi (Documentation Basics): Remove redundant index entries.
7221
7222 * customize.texi: Improve index entries.
7223 Remove redundant/useless ones.
7224
7225 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7226
7227 * streams.texi (Output Variables): Improve index entry.
7228
7229 * abbrevs.texi (Abbrevs): Remove useless index entry.
7230
7231 * macros.texi (Expansion): Remove useless index entry.
7232
7233 * text.texi: Improve index entries. Remove redundant/useless ones.
7234 (Text Properties, Examining Properties)
7235 (Special Properties): Use "property category" instead of "category"
7236 to refer to the `category' property.
7237
7238 * positions.texi: Improve index entries. Remove useless one.
7239
7240 * lists.texi: Improve index entries. Remove redundant/useless ones.
7241
7242 * os.texi: Improve index entries.
7243 (Timers): Fix previous change.
7244
7245 * buffers.texi: Improve index entries.
7246 (Modification Time): Get rid of term "obsolete buffer".
7247
7248 * debugging.texi: Improve index entries.
7249 (Test Coverage): Add xref to other test coverage ftr.
7250
7251 * eval.texi: Improve index entry. Remove redundant ones.
7252
7253 * numbers.texi: Improve index entries. Remove redundant/useless ones.
7254
7255 * files.texi: Improve index entries. Remove redundant/useless ones.
7256
7257 * objects.texi: Improve index entries.
7258
7259 * processes.texi: Improve index entries.
7260
7261 * modes.texi: Improve index entry. Remove redundant one.
7262
7263 * nonascii.texi: Improve index entries.
7264
7265 * internals.texi: Improve index entries.
7266
7267 * syntax.texi: Improve index entries.
7268
7269 * keymaps.texi (Active Keymaps): Improve index entries.
7270
7271 * commands.texi: Improve index entries. Remove redundant/useless ones.
7272
7273 * frames.texi: Improve index entries. Remove redundant/useless ones.
7274
7275 * markers.texi: Improve index entries. Remove redundant ones.
7276
7277 * tips.texi: Improve index entries.
7278
7279 * loading.texi (Unloading): Improve index entry.
7280
7281 * variables.texi: Improve index entries. Remove redundant one.
7282
7283 * sequences.texi: Improve index entry.
7284
7285 * display.texi: Improve index entries. Remove redundant ones.
7286
7287 * windows.texi: Improve index entries.
7288
7289 * searching.texi: Improve index entries. Remove redundant one.
7290
7291 * strings.texi (Case Tables): Improve last change.
7292
72932007-04-04 Chong Yidong <cyd@stupidchicken.com>
7294
7295 * strings.texi (Case Tables): Document with-case-table and
7296 ascii-case-table.
7297
72982007-04-03 Karl Berry <karl@gnu.org>
7299
7300 * processes.texi (Network): Reword to improve page break.
7301
73022007-04-03 Eli Zaretskii <eliz@gnu.org>
7303
7304 * functions.texi (Inline Functions): Describe more disadvantages
7305 of defsubst, and make advice against it stronger.
7306
73072007-04-02 Karl Berry <karl@gnu.org>
7308
7309 * backups.texi (Backup Names): Avoid widow words.
7310 * modes.texi (Example Major Modes): Align last comment.
7311
73122007-04-01 Chong Yidong <cyd@stupidchicken.com>
7313
7314 * keymaps.texi (Remapping Commands): Document new arg to
7315 command-remapping.
7316
73172007-04-01 Karl Berry <karl@gnu.org>
7318
7319 * processes.texi (Low-Level Network): Typo.
7320 * loading.texi (Hooks for Loading): Avoid double "the".
7321 * keymaps.texi (Key Sequences): No double "and".
7322 (Changing Key Bindings): Shorten to improve line break.
7323
73242007-03-31 Glenn Morris <rgm@gnu.org>
7325
7326 * os.texi (Timers): Fix description of run-at-time TIME formats.
7327
73282007-03-31 Richard Stallman <rms@gnu.org>
7329
7330 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7331 regarding ellipsis.
7332
73332007-03-31 Eli Zaretskii <eliz@gnu.org>
7334
7335 * intro.texi (nil and t):
7336 * symbols.texi (Plists and Alists):
7337 * variables.texi (Variable Aliases, Constant Variables):
7338 * functions.texi (Defining Functions):
7339 * advice.texi (Advising Primitives):
7340 * debugging.texi (Syntax Errors, Compilation Errors):
7341 * minibuf.texi (Minibuffer Windows):
7342 * commands.texi (Adjusting Point):
7343 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7344 (Auto Major Mode, Major Mode Conventions):
7345 * help.texi (Describing Characters):
7346 * files.texi (Create/Delete Dirs, Information about Files)
7347 (File Locks, Writing to Files, Reading from Files)
7348 (Saving Buffers):
7349 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7350 * frames.texi (Finding All Frames):
7351 * positions.texi (Buffer End, Motion):
7352 * markers.texi (The Region):
7353 * text.texi (Deletion, Near Point):
7354 * display.texi (Displaying Messages, Truncation):
7355 * os.texi (Processor Run Time):
7356 * tips.texi (Key Binding Conventions, Programming Tips)
7357 (Warning Tips, Documentation Tips, Comment Tips):
7358 * internals.texi (Memory Usage): Improve indexing.
7359
7360 * variables.texi (Frame-Local Variables):
7361 * functions.texi (Argument List):
7362 * loading.texi (Library Search):
7363 * streams.texi (Output Variables):
7364 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7365 * searching.texi (Replacing Match, Search and Replace):
7366 * processes.texi (Byte Packing, Decoding Output)
7367 (Accepting Output, Network Servers, Shell Arguments):
7368 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7369 * windows.texi (Window Point, Window Start):
7370 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7371 * commands.texi (Reading Input, Keyboard Events):
7372 * minibuf.texi (Reading File Names, Minibuffer Completion)
7373 (Recursive Mini):
7374 * positions.texi (List Motion):
7375 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7376 * numbers.texi (Arithmetic Operations, Math Functions)
35e951cd 7377 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
b8d4c8d0
GM
7378 * locals.texi (Standard Buffer-Local Variables):
7379 * maps.texi (Standard Keymaps):
7380 * os.texi (User Identification, System Environment, Recording Input)
7381 (X11 Keysyms):
7382 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7383 * backups.texi (Backups and Auto-Saving):
7384 * customize.texi (Customization, Group Definitions)
7385 (Variable Definitions):
7386 * compile.texi (Byte Compilation): Improve index entries.
7387
73882007-03-31 Karl Berry <karl@gnu.org>
7389
7390 * macros.texi (Defining Macros): Avoid widow syllable.
7391
73922007-03-31 Eli Zaretskii <eliz@gnu.org>
7393
7394 * elisp.texi (Top): Postscript -> PostScript.
7395
7396 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7397
73982007-03-31 Markus Triska <markus.triska@gmx.at>
7399
7400 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7401
74022007-03-30 Karl Berry <karl@gnu.org>
7403
7404 * lists.texi (List-related Predicates): Remove spurious @need.
7405 (Setcdr): Use @smallexample to improve page break.
7406 (Association Lists) <assoc>: Reword to improve page break.
7407
7408 * strings.texi (String Conversion): Insert blank line to improve
7409 page break.
7410
7411 * numbers.texi (Random Numbers): Use @minus{}.
7412 (Math Functions): Use @minus{}.
7413
7414 * intro.texi (Acknowledgements): Avoid line breaks before middle
7415 initials.
7416
74172007-03-24 Eli Zaretskii <eliz@gnu.org>
7418
7419 * errors.texi (Standard Errors): Add an index entry.
7420
74212007-03-19 Richard Stallman <rms@gnu.org>
7422
7423 * os.texi (Recording Input): recent-keys now gives 300 keys.
7424
74252007-03-12 Glenn Morris <rgm@gnu.org>
7426
7427 * os.texi: Replace "daylight savings" with "daylight saving"
7428 throughout.
7429
74302007-03-05 Richard Stallman <rms@gnu.org>
7431
5dcb4c4e
SM
7432 * variables.texi (File Local Variables):
7433 Update enable-local-variables values.
b8d4c8d0
GM
7434
74352007-03-04 Richard Stallman <rms@gnu.org>
7436
7437 * syntax.texi (Control Parsing): Minor clarification.
7438
7439 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7440
7441 * sequences.texi (Sequence Functions): Move string-bytes away,
7442 add xref.
7443
7444 * nonascii.texi (Text Representations): Move string-bytes here.
7445
7446 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7447
7448 * minibuf.texi (Basic Completion): Minor clarification.
7449
7450 * markers.texi (The Mark): Clarify existence vs activation of mark.
7451 Other cleanup.
7452
7453 * display.texi (Finding Overlays): Write better example.
7454
7455 * compile.texi (Eval During Compile): Clarify putting macros
7456 in eval-when-compile.
7457
c5602427 74582007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
7459
7460 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 7461 load-read-function definition doc.
b8d4c8d0
GM
7462
74632007-02-21 Kim F. Storm <storm@cua.dk>
7464
7465 * strings.texi (Text Comparison): Mention that assoc-string
7466 converts symbols to strings before testing.
7467
74682007-02-17 Kim F. Storm <storm@cua.dk>
7469
7470 * processes.texi (Bindat Spec): Vector types can have optional
7471 element type.
7472 (Bindat Examples): Fix example. Add vector with element type.
7473
74742007-02-16 Andreas Schwab <schwab@suse.de>
7475
7476 * strings.texi (Formatting Strings): Document '+' flag.
7477
74782007-02-15 Juanma Barranquero <lekktu@gmail.com>
7479
7480 * strings.texi (Modifying Strings): Clarify that `clear-string'
7481 always converts the string to unibyte.
7482
74832007-02-14 Kim F. Storm <storm@cua.dk>
7484
7485 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7486 Rewrite glyph code description to refer to these functions.
7487 Remove details of encoding face number and char into integer code.
7488
74892007-02-03 Alan Mackenzie <acm@muc.de>
7490
7491 * loading.texi (Hooks for Loading): Make the description of
7492 `eval-after-load' more detailed, and amend the description of
7493 after-load-alist, in accordance with changes from 2006-05.
7494
74952007-02-03 Chong Yidong <cyd@stupidchicken.com>
7496
7497 * modes.texi (Defining Minor Modes): Document that a :require
7498 keyword or similar may be required to make saved customization
7499 variables work.
7500
75012007-02-03 Eli Zaretskii <eliz@gnu.org>
7502
7503 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
7504 Texinfo guidelines and with what texnfo-upd.el expects.
7505 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
7506 parts needed by `texinfo-multiple-files-update'.
7507
75082007-02-02 Eli Zaretskii <eliz@gnu.org>
7509
7510 * elisp.texi (Top): Update the top-level menus.
7511
7512 * syntax.texi (Categories): Add index entries.
7513
75142007-02-01 Juanma Barranquero <lekktu@gmail.com>
7515
7516 * display.texi (Attribute Functions): Fix name and description of
7517 the UNDERLINE arg of `set-face-underline-p'.
7518
75192007-01-29 Eli Zaretskii <eliz@gnu.org>
7520
7521 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7522 Variables", and "Standard Keymaps" to the detailed menu.
7523
7524 * variables.texi (Future Local Variables): Add index entry.
7525
75262007-01-28 Richard Stallman <rms@gnu.org>
7527
7528 * tips.texi (Coding Conventions): Clarify the tip about macros
7529 that define a function or a variable.
7530
7531 * files.texi (File Attributes): UID and GID can be floats.
7532 (Magic File Names): Explain why deferring all operations to
7533 the standard handler does not work.
7534
75352007-01-23 Martin Rudalics <rudalics@gmx.at>
7536
7537 * backups.texi (Reverting): Use "buffer" instead of "file"
7538 when talking about major and minor modes.
7539
75402007-01-21 Richard Stallman <rms@gnu.org>
7541
7542 * help.texi (Documentation): Add xref to Documentation Tips.
7543
75442007-01-14 Juanma Barranquero <lekktu@gmail.com>
7545
7546 * tips.texi (Coding Conventions): Fix typos.
7547
75482007-01-05 Richard Stallman <rms@gnu.org>
7549
7550 * modes.texi (Defining Minor Modes): Fix previous change.
7551
75522007-01-03 Richard Stallman <rms@gnu.org>
7553
7554 * customize.texi (Variable Definitions, Customization Types):
7555 Don't use * in doc string for defcustom.
7556
75572007-01-02 Richard Stallman <rms@gnu.org>
7558
7559 * variables.texi (Variable Aliases): Clarify that aliases vars
7560 always have the same value.
7561
7562 * processes.texi (Bindat Spec): Fix Texinfo usage.
7563
7564 * modes.texi (Defining Minor Modes): Explain effect of command
7565 defined with define-global-minor-mode on new buffers.
7566
75672006-12-30 Kim F. Storm <storm@cua.dk>
7568
7569 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7570 `auto-resize-tool-bars'.
7571
75722006-12-30 Richard Stallman <rms@gnu.org>
7573
7574 * keymaps.texi (Active Keymaps): Fix previous change.
7575
75762006-12-30 Nick Roberts <nickrob@snap.net.nz>
7577
7578 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7579
75802006-12-30 Kim F. Storm <storm@cua.dk>
7581
7582 * processes.texi (Bindat Spec): Clarify using field names in
7583 length specifications.
7584
75852006-12-29 Kim F. Storm <storm@cua.dk>
7586
7587 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7588 Add count and index variables for eval forms in repeat blocks.
7589
75902006-12-24 Richard Stallman <rms@gnu.org>
7591
5dcb4c4e
SM
7592 * customize.texi (Variable Definitions):
7593 Document new name custom-add-frequent-value.
b8d4c8d0
GM
7594
75952006-12-19 Kim F. Storm <storm@cua.dk>
7596
7597 * commands.texi (Misc Events): User signals now result in sigusr1
7598 and sigusr2 events which are handled through special-event-map.
7599 (Special Events): User signals and drag-n-drop are special.
7600
76012006-12-17 Richard Stallman <rms@gnu.org>
7602
7603 * loading.texi (Named Features): Explain subfeatures better.
7604
7605 * customize.texi: Use "option" only for user options.
7606 For the keyword values inside defcustom etc, say "keywords".
7607 For :options value's elements, say "elements".
7608 :group should not be omitted.
7609
7610 * syntax.texi (Parsing Expressions): Split up node.
7611 (Motion via Parsing, Position Parse, Parser State)
7612 (Low-Level Parsing, Control Parsing): New subnodes.
7613 (Parser State): Document syntax-ppss-toplevel-pos.
7614
7615 * positions.texi (List Motion): Punctuation fix.
7616
7617 * files.texi (File Name Completion): Document PREDICATE arg
7618 to file-name-completion.
7619
76202006-12-16 Eli Zaretskii <eliz@gnu.org>
7621
7622 * internals.texi (Building Emacs, Writing Emacs Primitives):
7623 Add index entries.
7624
76252006-12-11 Richard Stallman <rms@gnu.org>
7626
7627 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
7628 affects face menu. Explain how to make it non-nil without enabling
7629 any fontification.
7630
76312006-12-10 Chong Yidong <cyd@stupidchicken.com>
7632
7633 * modes.texi (Font Lock Basics): Document nil value of
7634 font-lock-defaults.
7635
76362006-12-10 Glenn Morris <rgm@gnu.org>
7637
7638 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
7639 value for system-flag argument. Abbrev tables may not be empty
7640 when major modes are loaded.
7641
76422006-12-08 Juanma Barranquero <lekktu@gmail.com>
7643
7644 * makefile.w32-in (maintainer-clean): Partially revert last
7645 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
7646 to protect elisp-covers.texi.
7647
76482006-12-07 Juanma Barranquero <lekktu@gmail.com>
7649
7650 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
7651 Don't remove elisp* info files; they are already deleted by the
7652 `clean' and `distclean' targets, and they are in the $(infodir)
7653 directory, not the current one.
7654
76552006-12-04 Kim F. Storm <storm@cua.dk>
7656
7657 * commands.texi (Misc Events): Update signal events.
7658 (Event Examples): Add signal example.
7659
76602006-11-29 Richard Stallman <rms@gnu.org>
7661
7662 * frames.texi (Visibility of Frames): Explain visible windows
7663 can be covered by others. Add xref for raise-frame.
7664
76652006-11-28 Richard Stallman <rms@gnu.org>
7666
7667 * searching.texi (Regexp Special): Update when ^ is special.
7668
76692006-11-27 Eli Zaretskii <eliz@gnu.org>
7670
7671 * customize.texi (Customization, Common Keywords)
7672 (Group Definitions, Variable Definitions, Composite Types)
7673 (Type Keywords, Customization Types): Add index entries for
7674 various customization keywords.
7675
76762006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7677
7678 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
7679
c8763fb6 76802006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7681
7682 * frames.texi (Window System Selections): Remove clipboard from
7683 description of selection-coding-system.
7684
76852006-11-06 Richard Stallman <rms@gnu.org>
7686
7687 * lists.texi (List Variables): Document COMPARE-FN.
7688
7689 * keymaps.texi: Avoid use of "binding" to mean a relation;
7690 use it only to refer to the meaning associated with a key.
7691 (Keymaps): Change menu node description.
7692
7693 * elisp.texi (Top): Change menu node description.
7694
7695 * display.texi (Managing Overlays): Document overlay-recenter.
7696
76972006-10-29 Chong Yidong <cyd@stupidchicken.com>
7698
7699 * Makefile.in: Use relative paths to avoid advertising filesystem
7700 contents during compilation.
7701
77022006-10-23 Kim F. Storm <storm@cua.dk>
7703
7704 * commands.texi (Event Input Misc): Update unread-command-events.
7705
77062006-10-23 Nick Roberts <nickrob@snap.net.nz>
7707
7708 * lists.texi (Sets And Lists): Fix typos.
7709
77102006-10-18 Juanma Barranquero <lekktu@gmail.com>
7711
7712 * control.texi (Processing of Errors): Use @var for an argument,
7713 not @code.
7714
77152006-10-16 Richard Stallman <rms@gnu.org>
7716
7717 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
7718
7719 * keymaps.texi (Format of Keymaps): Show all the keymap element
7720 patterns that result from menu items.
7721 (Key Lookup): Minor cleanups.
7722
7723 * modes.texi (Precalculated Fontification): Don't say that
7724 not setting font-lock-defaults avoids loading font-lock.
7725
7726 * help.texi (Documentation): Move xref to Emacs Manual here.
7727 (Documentation Basics): From here.
7728 Also doc emacs-lisp-docstring-fill-column.
7729
7730 * elisp.texi: Update version and ISBN.
7731
7732 * commands.texi (Interactive Call): Clarify KEYS arg to
7733 call-interactively is a vector.
7734 (Command Loop Info): Delete anchor in this-command-keys.
7735 Add anchor in this-command-keys-vector.
7736 (Recursive Editing): Document how recursive-edit
7737 handles the current buffer.
7738
77392006-10-13 Chong Yidong <cyd@stupidchicken.com>
7740
7741 * frames.texi (Frame Titles): %c and %l are ignored in
7742 frame-title-format.
7743
77442006-10-11 Richard Stallman <rms@gnu.org>
7745
7746 * keymaps.texi (Key Sequences): Clarify use of kbd.
7747
77482006-10-10 Kim F. Storm <storm@cua.dk>
7749
7750 * lists.texi (Sets And Lists): Add memql.
7751
77522006-10-03 Richard Stallman <rms@gnu.org>
7753
7754 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
7755 Clarify :ascii: and :nonascii:.
7756
77572006-09-29 Juri Linkov <juri@jurta.org>
7758
7759 * modes.texi (%-Constructs): Reorder coding systems in the
7760 documentation of %z to the real order displayed in the modeline.
7761
77622006-09-25 Richard Stallman <rms@gnu.org>
7763
7764 * os.texi (Timers): Describe timer-max-repeats.
7765
77662006-09-25 Chong Yidong <cyd@stupidchicken.com>
7767
7768 * os.texi (Timers): Mention with-local-quit.
7769
77702006-09-24 Richard Stallman <rms@gnu.org>
7771
7772 * searching.texi (Searching and Matching): Mention property search.
7773
7774 * commands.texi (Command Loop Info): Explain how read-event affects
7775 this-command-keys.
7776
77772006-09-20 Richard Stallman <rms@gnu.org>
7778
7779 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
7780
7781 * windows.texi (Window Start): Minor cleanups.
7782
77832006-09-20 Kim F. Storm <storm@cua.dk>
7784
7785 * windows.texi (Window Start): pos-visible-in-window-p allows
7786 specifying t for position to mean "end of window".
7787 Add window-line-height.
7788
7789 * anti.texi (Antinews): Mention window-line-height.
7790
77912006-09-19 David Kastrup <dak@gnu.org>
7792
7793 * keymaps.texi (Searching Keymaps): Small clarification.
7794
77952006-09-18 Richard Stallman <rms@gnu.org>
7796
7797 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
7798 cause keyboard menus.
7799 (Menu Keymaps): Likewise.
7800 (Defining Menus, Keyboard Menus): Clarify.
7801
7802 * text.texi (Fields): Clarify explanation of constrain-to-field.
7803
78042006-09-16 Eli Zaretskii <eliz@gnu.org>
7805
7806 * variables.texi (Tips for Defining): Fix a typo.
7807
78082006-09-15 Richard Stallman <rms@gnu.org>
7809
7810 * keymaps.texi (Remapping Commands, Searching Keymaps)
7811 (Active Keymaps): Clean up previous change.
7812
78132006-09-15 Jay Belanger <belanger@truman.edu>
7814
7815 * gpl.texi: Replace "Library Public License" by "Lesser Public
7816 License" throughout.
7817
78182006-09-15 David Kastrup <dak@gnu.org>
7819
7820 * keymaps.texi (Active Keymaps): Adapt description to use
7821 `get-char-property' instead `get-text-property'. Explain how
7822 mouse events change this. Explain the new optional argument of
7823 `key-binding' and its mouse-dependent lookup.
7824 (Searching Keymaps): Adapt description similarly.
7825 (Remapping Commands): Explain the new optional argument of
7826 `command-remapping'.
7827
78282006-09-14 Richard Stallman <rms@gnu.org>
7829
7830 * keymaps.texi (Searching Keymaps): Clarification.
7831 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
7832
78332006-09-13 Richard Stallman <rms@gnu.org>
7834
7835 * objects.texi (Character Type): Node split.
7836 Add xref to Describing Characters.
7837 (Basic Char Syntax, General Escape Syntax)
7838 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
7839
78402006-09-11 Richard Stallman <rms@gnu.org>
7841
7842 * display.texi (Display Table Format): Wording clarification.
7843 (Glyphs): Clarifications.
7844
78452006-09-10 Chong Yidong <cyd@stupidchicken.com>
7846
7847 * keymaps.texi (Active Keymaps): Mention that key-binding checks
7848 local maps.
7849
78502006-09-10 Kim F. Storm <storm@cua.dk>
7851
7852 * display.texi (Forcing Redisplay): Document return value of
7853 function redisplay.
7854
78552006-09-09 Richard Stallman <rms@gnu.org>
7856
7857 * windows.texi (Window Hooks): Explain limits of
7858 window-scroll-functions.
7859
7860 * display.texi (Fringe Indicators): Update for last change in
7861 indicate-buffer-boundaries.
7862
78632006-09-08 Richard Stallman <rms@gnu.org>
7864
7865 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
7866
78672006-09-06 Kim F. Storm <storm@cua.dk>
7868
7869 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
7870
7871 * windows.texi (Window Start): Update pos-visible-in-window-p.
7872
78732006-09-04 Richard Stallman <rms@gnu.org>
7874
7875 * processes.texi (Accepting Output): Explain SECONDS=0 for
7876 accept-process-output.
7877
7878 * os.texi (Idle Timers): Explain why timer functions should not
7879 loop until (input-pending-p).
7880
78812006-09-02 Eli Zaretskii <eliz@gnu.org>
7882
7883 * makefile.w32-in (usermanualdir): New variable.
7884 (elisp.dvi): Use it.
7885
78862006-09-01 Eli Zaretskii <eliz@gnu.org>
7887
7888 * buffers.texi (Buffer Modification): Fix last change.
7889
78902006-09-01 Chong Yidong <cyd@stupidchicken.com>
7891
5dcb4c4e
SM
7892 * buffers.texi (Buffer Modification):
7893 Document buffer-chars-modified-tick.
b8d4c8d0
GM
7894
78952006-08-31 Richard Stallman <rms@gnu.org>
7896
7897 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
7898
78992006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
7900
7901 * modes.texi (Syntactic Font Lock):
7902 Mention font-lock-syntactic-face-function
7903 instead of specific faces.
7904
79052006-08-29 Chong Yidong <cyd@stupidchicken.com>
7906
7907 * display.texi (Images): Add xrref to display-images-p.
7908
79092006-08-28 Kenichi Handa <handa@m17n.org>
7910
7911 * nonascii.texi (Lisp and Coding Systems): Fix description of
7912 detect-coding-region.
7913
79142006-08-27 Michael Olson <mwolson@gnu.org>
7915
7916 * processes.texi (Transaction Queues): Remove stray quote
7917 character.
7918
79192006-08-25 Richard Stallman <rms@gnu.org>
7920
7921 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
7922 Add xref.
7923
79242006-08-24 Chong Yidong <cyd@stupidchicken.com>
7925
7926 * os.texi (Timers): Avoid waiting inside timers.
7927
79282006-08-21 Lute Kamstra <lute@gnu.org>
7929
7930 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
7931
79322006-08-20 Richard Stallman <rms@gnu.org>
7933
7934 * os.texi (Idle Timers): New node, split out from Timers.
7935 Document current-idle-time.
7936 * commands.texi (Reading One Event): Update xref.
7937 * elisp.texi (Top): Update subnode menu.
7938
79392006-08-16 Richard Stallman <rms@gnu.org>
7940
7941 * keymaps.texi (Extended Menu Items): Show format of cached
7942 bindings in extended menu items.
7943
7944 * customize.texi (Variable Definitions): Explain when the
7945 standard value expression is evaluated.
7946
79472006-08-15 Chong Yidong <cyd@stupidchicken.com>
7948
7949 * commands.texi (Reading One Event): Explain idleness in
7950 `read-event'.
7951
79522006-08-12 Chong Yidong <cyd@stupidchicken.com>
7953
7954 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 7955 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
7956 relevant for Lisp programming.
7957 (Yank Commands): Rewrite introduction.
7958 (Undo): Clarify.
7959 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
7960 (Filling): Remove redundant comment. Clarify return value of
7961 current-justification.
7962 (Margins): Minor clarifications.
7963 (Adaptive Fill): Update default value of adaptive-fill-regexp.
7964 (Sorting): Update definition of sort-lines.
7965 (Columns): Clarify behavior of sort-columns.
7966 (Indent Tabs): Link to Tab Stops in Emacs manual.
7967 (Special Properties): Clarify.
7968 (Clickable Text): Mention Buttons package.
7969
79702006-08-12 Kevin Ryde <user42@zip.com.au>
7971
7972 * os.texi (Time Parsing): Add %z to description of
7973 format-time-string, as per docstring. Add cross reference to
7974 glibc manual for strftime.
7975
79762006-08-08 Richard Stallman <rms@gnu.org>
7977
7978 * modes.texi: Clean up wording in previous change.
7979
79802006-08-07 Chong Yidong <cyd@stupidchicken.com>
7981
7982 * modes.texi (Hooks): Clarify.
7983 (Major Mode Basics): Mention define-derived-mode explicitly.
7984 (Major Mode Conventions): Rebinding RET is OK for some modes.
7985 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 7986 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
7987 (Mode Line Basics): Clarify.
7988 (Mode Line Data): Mention help-echo and local-map in strings.
7989 Explain reason for treatment of non-risky variables.
7990 (Properties in Mode): Clarify.
7991 (Faces for Font Lock): Add font-lock-negation-char-face.
7992
79932006-08-04 Eli Zaretskii <eliz@gnu.org>
7994
7995 * strings.texi (Formatting Strings): Warn against arbitrary
7996 strings as first arg to `format'.
7997
79982006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
7999
8000 * text.texi (Clickable Text): Mention `help-echo' text property.
8001 Update intro, examples and associated explanations.
8002
80032006-07-31 Richard Stallman <rms@gnu.org>
8004
8005 * commands.texi: Update xrefs.
8006 (Event Mod): New node, cut out from old Translating Input.
8007
8008 * maps.texi: Update xrefs.
8009
8010 * keymaps.texi (Translation Keymaps): New node.
8011 Update xrefs from Translating Input to Translation Keymaps.
8012
8013 * elisp.texi (Top): Update subnode menu.
8014
8015 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8016
8017 * os.texi (System Interface): Fix menu descriptions of some nodes.
8018 (Translating Input): Node deleted.
8019
80202006-07-31 Nick Roberts <nickrob@snap.net.nz>
8021
8022 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8023
8024 * lists.texi (Sets And Lists): Likewise.
8025
80262006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8027
8028 * text.texi (Fields): Mention POS
8029 requirement when narrowing is in effect.
8030
80312006-07-28 Richard Stallman <rms@gnu.org>
8032
8033 * display.texi (Face Attributes): Simplify wording.
8034 (Attribute Functions): Clarify meaning of new-frame default
8035 attribute settings.
8036
8037 * customize.texi (Common Keywords): Document how to use
8038 :package-version in a package not in Emacs.
8039
80402006-07-28 Kim F. Storm <storm@cua.dk>
8041
8042 * commands.texi (Reading One Event): Fix last change.
8043
80442006-07-26 Chong Yidong <cyd@stupidchicken.com>
8045
8046 * commands.texi (Reading One Event): Document SECONDS argument for
8047 read-event, read-char, and read-char-exclusive.
8048
80492006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8050
8051 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8052 to ensure correct identification.
8053
80542006-07-24 Richard Stallman <rms@gnu.org>
8055
8056 * text.texi (Clickable Text): Clarify.
8057
8058 * sequences.texi (Vector Functions): Delete duplicate xref.
8059
8060 * objects.texi (Function Type): Clarify.
8061
8062 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8063 modes.
8064
8065 * lists.texi (List Variables): New node.
8066 Material moved from other nodes.
8067
8068 * variables.texi (Setting Variables): add-to-list and
8069 add-to-ordered-list moved to List Variables node.
8070
80712006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8072
8073 * text.texi (Links and Mouse-1):
8074 For mouse-on-link-p, expand on arg POS.
8075
80762006-07-21 Kim F. Storm <storm@cua.dk>
8077
8078 * display.texi (Forcing Redisplay): Don't mention systems which
8079 don't support sub-second timers for redisplay-preemption-period.
8080
8081 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8082
80832006-07-21 Eli Zaretskii <eliz@gnu.org>
8084
8085 * frames.texi (Input Focus): Document that focus-follows-mouse has
8086 no effect on MS-Windows.
8087
80882006-07-18 Richard Stallman <rms@gnu.org>
8089
8090 * display.texi (Forcing Redisplay): Cleanups in previous change.
8091
8092 * processes.texi (Low-Level Network): Make menu more convenient.
8093
80942006-07-18 Kim F. Storm <storm@cua.dk>
8095
8096 * display.texi (Forcing Redisplay): redisplay-preemption-period
8097 only used on window systems. Add xref to Terminal Output.
8098
8099 * os.texi (Terminal Output): baud-rate only controls preemption on
8100 non-window systems. Add xref to Forcing Redisplay.
8101
8102 * processes.texi (Low-Level Network): Rename node "Make Network"
8103 to "Network Processes".
8104
81052006-07-18 Karl Berry <karl@gnu.org>
8106
8107 * variables.texi, functions.texi, customize.texi, loading.texi:
8108 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8109
81102006-07-17 Chong Yidong <cyd@stupidchicken.com>
8111
8112 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8113
81142006-07-17 Richard Stallman <rms@gnu.org>
8115
8116 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8117 Put period and comma inside quotes.
8118
8119 * loading.texi, markers.texi: Use real doublequote inside menus.
8120
8121 * windows.texi: Put point and comma inside quotes.
8122 (Textual Scrolling): Use @samp for error message.
8123
8124 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8125 * strings.texi, streams.texi, processes.texi, os.texi:
8126 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8127 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8128 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8129 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8130 Put point and comma inside quotes.
8131
8132 * control.texi (Processing of Errors): Add command-error-function.
8133
8134 * variables.texi (File Local Variables): Clarify that
8135 file local variables make buffer-local bindings.
8136
8137 * modes.texi (Syntactic Font Lock): Give default for
8138 font-lock-syntax-table.
8139
81402006-07-17 Nick Roberts <nickrob@snap.net.nz>
8141
8142 * text.texi (Special Properties): Clean up previous change.
8143
81442006-07-16 Karl Berry <karl@gnu.org>
8145
8146 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8147 * control.texi: Fix bad page breaks through chapter 10 (control).
8148
8149 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8150 underfull hbox.
8151
81522006-07-15 Nick Roberts <nickrob@snap.net.nz>
8153
8154 * text.texi (Special Properties): Describe fontified text property
8155 in relation to a character (not text).
8156
81572006-07-15 Kim F. Storm <storm@cua.dk>
8158
8159 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8160 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8161 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8162
8163 * anti.texi (Antinews): Mention redisplay function.
8164 The kbd macro existed, but was not documented, before 22.x.
8165 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8166
81672006-07-14 Nick Roberts <nickrob@snap.net.nz>
8168
8169 * display.texi (Displaying Messages): Add anchor.
8170
8171 * frames.texi (Dialog Boxes): Use it.
8172
81732006-07-12 Richard Stallman <rms@gnu.org>
8174
8175 * objects.texi (Frame Type): Explain nature of frames better.
8176
8177 * frames.texi (Frames): Explain nature of frames better.
8178
81792006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8180
8181 * tips.texi (Coding Conventions): Explain why use cl at compile time.
8182
81832006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8184
8185 * frames.texi (Window System Selections): Mention scrap support for Mac.
8186 Default value of x-select-enable-clipboard is t on Mac.
8187
8188 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8189
81902006-07-11 Kim F. Storm <storm@cua.dk>
8191
8192 * display.texi (Forcing Redisplay): Add `redisplay' function.
8193 Don't mention (sit-for -1) -- use (redisplay t) instead.
8194
8195 * commands.texi (Waiting): (sit-for -1) is no longer special.
8196 (sit-for 0) is equivalent to (redisplay).
8197 Iconifying/deiconifying no longer makes sit-for return.
8198
81992006-07-10 Nick Roberts <nickrob@snap.net.nz>
8200
8201 * display.texi (Buttons): Fix typo.
8202
8203 * index.texi, elisp.texi (New Symbols): Comment node out.
8204
82052006-07-09 Richard Stallman <rms@gnu.org>
8206
8207 * display.texi (Truncation): Clean up previous change.
8208
82092006-07-08 Richard Stallman <rms@gnu.org>
8210
8211 * commands.texi (Interactive Call): Use 3 as prefix in example
8212 for execute-extended-command.
8213
8214 * display.texi (Attribute Functions): Move paragraph about
8215 compatibility with Emacs < 21.
8216
82172006-07-09 Kim F. Storm <storm@cua.dk>
8218
8219 * display.texi (Refresh Screen): Clarify force-window-update.
8220 (Truncation): "Normally" indicated by fringe arrows.
8221
82222006-07-08 Eli Zaretskii <eliz@gnu.org>
8223
8224 * windows.texi (Textual Scrolling, Resizing Windows):
8225 * variables.texi (Constant Variables):
8226 * text.texi (Buffer Contents, Deletion, Changing Properties)
8227 (Property Search, Special Properties, Sticky Properties)
8228 (Links and Mouse-1, Fields, Change Hooks):
8229 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8230 (Categories):
8231 * symbols.texi (Other Plists):
8232 * streams.texi (Output Variables):
8233 * processes.texi (Input to Processes, Query Before Exit):
8234 * positions.texi (Word Motion, Text Lines, List Motion):
8235 * os.texi (Init File, System Environment, Sound Output)
8236 (Session Management):
8237 * nonascii.texi (Text Representations, Character Sets)
8238 (Chars and Bytes, Locales):
8239 * modes.texi (Defining Minor Modes, Header Lines):
8240 * minibuf.texi (Minibuffer Contents):
8241 * markers.texi (Information from Markers):
8242 * lists.texi (List Elements, Building Lists, Association Lists):
8243 * keymaps.texi (Tool Bar):
8244 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8245 * functions.texi (What Is a Function, Mapping Functions):
8246 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8247 (Color Names, Text Terminal Colors, Display Feature Testing):
8248 * files.texi (Visiting Functions, File Name Components)
8249 (Unique File Names, Contents of Directories):
8250 * display.texi (Forcing Redisplay, Displaying Messages)
8251 (Temporary Displays, Font Selection, Auto Faces)
8252 (Font Lookup, Fringe Indicators, Display Margins)
8253 (Image Descriptors, Showing Images, Image Cache, Button Types)
8254 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8255 (Display Table Format, Glyphs):
8256 * control.texi (Iteration):
8257 * commands.texi (Command Loop Info, Adjusting Point):
8258 * backups.texi (Making Backups, Auto-Saving):
8259 Remove @tindex entries.
8260
82612006-07-07 Kim F. Storm <storm@cua.dk>
8262
8263 * display.texi (Fringe Cursors): Fix typo.
8264 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8265 (Overlay Arrow): Default is overlay-arrow fringe indicator.
8266
82672006-07-05 Richard Stallman <rms@gnu.org>
8268
8269 * text.texi (Buffer Contents): Add example of text props
8270 in result of buffer-substring.
8271 (Text Properties): Explain better about use of specific property names.
8272 (Property Search): Some cleanups; reorder some functions.
8273
8274 * keymaps.texi (Changing Key Bindings): Cleanup.
8275 Add xref to Key Binding Conventions.
8276
8277 * display.texi (Attribute Functions): Add examples for
8278 face-attribute-relative-p.
8279
8280 * tips.texi (Coding Conventions): Cleanup last change.
8281
82822006-07-05 Karl Berry <karl@gnu.org>
8283
8284 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8285 Remove @setchapternewpage odd.
8286 Result is 1013 pages, down from 1100.
8287
8288 * anti.texi, customize.texi, display.texi, internals.texi:
8289 * minibuf.texi, modes.texi, tips.texi:
8290 Fix overfull/underfull boxes.
8291
82922006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8293
8294 * edebug.texi (Instrumenting):
8295 Add Edebug-specific findex for eval-buffer.
8296 * loading.texi (Loading):
8297 Replace eval-current-buffer with eval-buffer.
8298
82992006-06-30 Nick Roberts <nickrob@snap.net.nz>
8300
8301 * locals.texi (Standard Buffer-Local Variables): Update the list
8302 of variables.
8303
83042006-06-26 Nick Roberts <nickrob@snap.net.nz>
8305
8306 * files.texi (File Name Completion): Point user to the node
8307 "Reading File Names".
8308
83092006-06-24 Eli Zaretskii <eliz@gnu.org>
8310
8311 * files.texi (Contents of Directories): Document case-insensitive
8312 behavior on respective filesystems.
8313
8314 * objects.texi (Character Type): Document that Emacs signals an
8315 error for unsupported Unicode characters specified as \uNNNN.
8316
83172006-06-19 Richard Stallman <rms@gnu.org>
8318
8319 * processes.texi (Bindat Spec): Clarify previous change.
8320
83212006-06-16 Richard Stallman <rms@gnu.org>
8322
8323 * tips.texi (Coding Conventions): Better explain conventions
8324 for definition constructs.
8325
8326 * text.texi (Special Properties): String value of `read-only'
8327 serves as the error message.
8328
8329 * objects.texi (Character Type): Clarify prev. change.
8330 (Non-ASCII in Strings): Mention \u and \U.
8331
8332 * commands.texi (Using Interactive): Explain problem of
8333 markers, etc., in command-history.
8334
83352006-06-14 Kim F. Storm <storm@cua.dk>
8336
8337 * commands.texi (Waiting): Negative arg to sit-for forces
8338 redisplay even if input is pending.
8339
8340 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8341 redisplay. Remove incorrect example of binding redisplay-dont-pause
8342 around (sit-for 0).
8343
83442006-06-13 Richard Stallman <rms@gnu.org>
8345
8346 * display.texi (Forcing Redisplay): Clarify previous change.
8347
83482006-06-13 Romain Francoise <romain@orebokech.com>
8349
8350 * display.texi (Forcing Redisplay): Fix typo.
8351
83522006-06-13 Kim F. Storm <storm@cua.dk>
8353
8354 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8355
83562006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8357
8358 * tips.texi (Coding Conventions): Add `@end itemize'.
8359
83602006-06-10 Richard Stallman <rms@gnu.org>
8361
8362 * tips.texi (Coding Conventions): Explain use of coding systems
8363 to ensure one decoding for strings.
8364
83652006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8366
8367 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8368 syntax.
8369
83702006-06-07 Eli Zaretskii <eliz@gnu.org>
8371
8372 * display.texi (Font Selection): Remove description of
8373 clear-face-cache.
8374
8375 * compile.texi (Eval During Compile): Fix a typo. Add index
8376 entries for possible uses of eval-when-compile.
8377
83782006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8379
8380 * display.texi (Abstract Display): Fix typo.
8381
83822006-06-03 Eli Zaretskii <eliz@gnu.org>
8383
8384 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8385 Reword variable's description.
8386
83872006-06-01 Richard Stallman <rms@gnu.org>
8388
8389 * windows.texi (Splitting Windows): Clarify splitting nonselected
8390 window.
8391
83922006-05-31 Juri Linkov <juri@jurta.org>
8393
8394 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8395
83962006-05-30 Richard Stallman <rms@gnu.org>
8397
8398 * display.texi (Line Height): Fix errors in description of
10d1d0af 8399 default line height and line-height property.
b8d4c8d0
GM
8400
8401 * nonascii.texi (Default Coding Systems): Further clarification.
8402
84032006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8404
8405 * internals.texi (Pure Storage): Mention that an overflow in pure
8406 space causes a memory leak.
8407 (Garbage Collection): If there was an overflow in pure space,
8408 `garbage-collect' returns nil.
8409
84102006-05-30 Eli Zaretskii <eliz@gnu.org>
8411
8412 * nonascii.texi (Default Coding Systems): Fix it some more.
8413
84142006-05-29 Eli Zaretskii <eliz@gnu.org>
8415
8416 * nonascii.texi (Default Coding Systems): Fix last change.
8417
84182006-05-29 Kenichi Handa <handa@m17n.org>
8419
8420 * nonascii.texi (find-operation-coding-system): Describe the new
8421 argument format (FILENAME . BUFFER).
8422
84232006-05-28 Richard Stallman <rms@gnu.org>
8424
8425 * tips.texi (Coding Conventions): Better explain reasons not to
8426 advise other packages or use `eval-after-load'.
8427
84282006-05-29 Kim F. Storm <storm@cua.dk>
8429
8430 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8431 `bindat-idx' and `bindat-raw' for clarity.
8432
84332006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8434
8435 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8436
8437 * display.texi (Display): Add "Abstract Display" to menu.
8438 (Abstract Display, Abstract Display Functions)
8439 (Abstract Display Example): New nodes.
8440 * elisp.texi (Top): Add "Abstract Display" to menu.
8441
84422006-05-27 Chong Yidong <cyd@stupidchicken.com>
8443
8444 * keymaps.texi (Key Sequences): Link to input events definition.
8445 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8446
8447 * files.texi (Changing Files): Document updated argument list for
8448 copy-file.
8449
84502006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8451
8452 * processes.texi (Bindat Functions): Explain term "total length".
8453 Use it in bindat-length and bindat-pack descriptions.
8454
84552006-05-26 Eli Zaretskii <eliz@gnu.org>
8456
8457 * tips.texi (Coding Conventions): Advise against using
8458 eval-after-load in packages. Add an index entry.
8459
84602006-05-25 Juri Linkov <juri@jurta.org>
8461
8462 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8463
8464 * modes.texi (%-Constructs): Add %e, %z, %Z.
8465
84662006-05-25 Richard Stallman <rms@gnu.org>
8467
8468 * elisp.texi (Top): Update subnode menu.
8469
8470 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8471 (Keymaps): Update menu.
8472
84732006-05-25 Chong Yidong <cyd@stupidchicken.com>
8474
8475 * keymaps.texi (Key Sequences): Some clarifications.
8476
84772006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8478
8479 * processes.texi (Bindat Functions): Say "unibyte string"
8480 explicitly for bindat-unpack and bindat-pack descriptions.
8481 (Bindat Examples): Don't call `string-make-unibyte' in example.
8482
84832006-05-25 Chong Yidong <cyd@stupidchicken.com>
8484
5dcb4c4e 8485 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 8486 Explain string and vector representations of key sequences.
b8d4c8d0
GM
8487
8488 * keymaps.texi (Changing Key Bindings):
dd7b651b 8489 * commands.texi (Interactive Codes):
b8d4c8d0
GM
8490 * help.texi (Describing Characters): Refer to it.
8491
84922006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8493
8494 * frames.texi (Pointer Shape): @end table -> @end defvar.
8495
84962006-05-22 Richard Stallman <rms@gnu.org>
8497
8498 * elisp.texi (Top): Update subnode menus.
8499
8500 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8501 Contents rewritten; material from old Pointer Shape node moved here.
8502
8503 * display.texi (Pointer Shape): Node deleted.
8504 (Image Descriptors): Minor cleanup.
8505
85062006-05-21 Richard Stallman <rms@gnu.org>
8507
8508 * syntax.texi (Parsing Expressions): Update info on which STATE
8509 elements are ignored.
8510
85112006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8512
8513 * hooks.texi (Standard Hooks): Correct typo.
8514
8515 * gpl.texi (GPL): ifinfo -> ifnottex.
8516
85172006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8518
8519 * searching.texi (Simple Match Data): Warn about match data being
8520 set anew by every search.
8521
85222006-05-17 Richard Stallman <rms@gnu.org>
8523
8524 * minibuf.texi (Minibuffer History): Clarify.
8525
8526 * searching.texi (Regexp Special): Clarify nested regexp warning.
8527
85282006-05-16 Kim F. Storm <storm@cua.dk>
8529
8530 * minibuf.texi (Minibuffer History): Update add-to-history.
8531
85322006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8533
5dcb4c4e
SM
8534 * nonascii.texi (Explicit Encoding):
8535 Fix typo (encoding<->decoding).
b8d4c8d0
GM
8536
85372006-05-14 Richard Stallman <rms@gnu.org>
8538
8539 * buffers.texi (Creating Buffers): Cleanup.
8540
8541 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8542
85432006-05-13 Eli Zaretskii <eliz@gnu.org>
8544
8545 * buffers.texi (Current Buffer): Document that with-temp-buffer
8546 disables undo.
8547
8548 * os.texi (Terminal-Specific): More accurate description of how
8549 Emacs searches for the terminal-specific libraries.
8550
85512006-05-12 Eli Zaretskii <eliz@gnu.org>
8552
8553 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8554 emacs-xtra to @inforef's.
8555
8556 * text.texi (Undo): Document that undo is turned off in buffers
8557 whose names begin with a space.
8558
8559 * buffers.texi (Buffer Names): Add index entries for buffers whose
8560 names begin with a space.
8561 (Creating Buffers): Document that undo is turned off in buffers
8562 whose names begin with a space.
8563
8564 * files.texi (Visiting Functions, Reading from Files)
8565 (Saving Buffers): Mention code and EOL conversions by file I/O
8566 primitives and subroutines.
8567
f4e90db0
SM
8568 * nonascii.texi (Lisp and Coding Systems):
8569 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
8570
8571 * display.texi (Defining Faces): Mention `mac', and add an xref to
8572 where window-system is described.
8573
85742006-05-10 Richard Stallman <rms@gnu.org>
8575
8576 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8577
85782006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8579
8580 * variables.texi (File Local Variables): Recommend to quote lambda
8581 expressions in safe-local-variable property.
8582
85832006-05-09 Richard Stallman <rms@gnu.org>
8584
5dcb4c4e
SM
8585 * variables.texi (File Local Variables):
8586 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
8587
85882006-05-07 Kim F. Storm <storm@cua.dk>
8589
8590 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8591 from add-to-history.
8592
85932006-05-07 Romain Francoise <romain@orebokech.com>
8594
8595 * commands.texi (Event Input Misc):
8596 * compile.texi (Eval During Compile):
8597 * internals.texi (Buffer Internals):
8598 * minibuf.texi (Initial Input):
8599 * nonascii.texi (Scanning Charsets):
8600 * numbers.texi (Comparison of Numbers):
8601 * windows.texi (Textual Scrolling, Vertical Scrolling):
8602 Fix various typos.
8603
86042006-05-06 Eli Zaretskii <eliz@gnu.org>
8605
8606 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8607 conditional xref's to either emacs or emacs-xtra, depending on
8608 @iftex/@ifnottex.
8609
8610 * minibuf.texi (Minibuffer History): Document add-to-history.
8611
86122006-05-05 Eli Zaretskii <eliz@gnu.org>
8613
8614 * internals.texi (Pure Storage): Mention the pure overflow message
8615 at startup.
8616
c8763fb6 86172006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
8618
8619 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
8620 (Searching Keymaps): Fix pseudo-Lisp description of keymap
8621 search.
8622
86232006-05-01 Richard Stallman <rms@gnu.org>
8624
8625 * intro.texi (nil and t): Clarify.
8626
8627 * variables.texi (File Local Variables): Suggest using booleanp.
8628
86292006-05-01 Juanma Barranquero <lekktu@gmail.com>
8630
8631 * objects.texi (Type Predicates): Fix typos.
8632
86332006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8634
8635 * intro.texi (nil and t): Add booleanp.
8636
8637 * objects.texi (Type Predicates): Add links for booleanp and
8638 string-or-null-p.
8639
86402006-04-29 Richard Stallman <rms@gnu.org>
8641
8642 * modes.texi (Multiline Font Lock): Rename from
8643 Multi line Font Lock Elements. Much clarification.
8644 (Font Lock Multiline, Region to Fontify): Much clarification.
8645
86462006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8647
8648 * variables.texi (File Local Variables): Remove the special case t for
8649 safe-local-variable.
8650
86512006-04-26 Richard Stallman <rms@gnu.org>
8652
8653 * syntax.texi (Parsing Expressions): Minor cleanup.
8654
86552006-04-18 Richard Stallman <rms@gnu.org>
8656
8657 * tips.texi (Coding Conventions): Explain when the package's
8658 prefix should appear later on (not at the start of the name).
8659
8660 * searching.texi (String Search): Clarify effect of NOERROR.
8661
8662 * modes.texi (Imenu): Clarify what special items do.
8663
8664 * hooks.texi (Standard Hooks): Delete text about old hook names.
8665
86662006-04-17 Romain Francoise <romain@orebokech.com>
8667
8668 * variables.texi (Local Variables): Update the default value of
8669 `max-specpdl-size'.
8670
86712006-04-15 Michael Olson <mwolson@gnu.org>
8672
8673 * processes.texi (Transaction Queues): Mention the new optional
8674 `delay-question' argument for `tq-enqueue'.
8675
86762006-04-13 Bill Wohler <wohler@newt.com>
8677
8678 * customize.texi (Common Keywords): Use dotted notation for
8679 :package-version value. Specify its values. Improve documentation
8680 for customize-package-emacs-version-alist.
8681
86822006-04-12 Bill Wohler <wohler@newt.com>
8683
8684 * customize.texi (Common Keywords): Move description of
8685 customize-package-emacs-version-alist to @defvar.
8686
86872006-04-10 Bill Wohler <wohler@newt.com>
8688
8689 * customize.texi (Common Keywords): Add :package-version.
8690
86912006-04-10 Kim F. Storm <storm@cua.dk>
8692
8693 * text.texi (Buffer Contents): Add NOPROPS arg to
8694 filter-buffer-substring.
8695
86962006-04-08 Kevin Ryde <user42@zip.com.au>
8697
8698 * os.texi (Command-Line Arguments): Update xref to emacs manual
8699 "Command Arguments" -> "Emacs Invocation", per change there.
8700
87012006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
8702
8703 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
8704 be on one line to help makeinfo not render two spaces after the dot.
8705
87062006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8707
8708 * strings.texi (Predicates for Strings): Add string-or-null-p.
8709
87102006-03-28 Kim F. Storm <storm@cua.dk>
8711
8712 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
8713 remarks about systems that don't support fractional seconds.
8714
87152006-03-25 Karl Berry <karl@gnu.org>
8716
8717 * elisp.texi: Use @copyright{} instead of (C), and do not indent
8718 the year list.
8719
87202006-03-21 Nick Roberts <nickrob@snap.net.nz>
8721
8722 * display.texi (Fringe Indicators): Fix typos.
8723
87242006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8725
8726 * tips.texi (Documentation Tips): One can now also write `program'
8727 in front of a quoted symbol in a docstring to prevent making a
8728 hyperlink.
8729
87302006-03-19 Alan Mackenzie <acm@muc.de>
8731
8732 * text.texi (Special Properties): Clarify `fontified' property.
8733
87342006-03-16 Richard Stallman <rms@gnu.org>
8735
8736 * display.texi (Defining Images): Minor cleanup.
8737
87382006-03-16 Bill Wohler <wohler@newt.com>
8739
8740 * display.texi (Defining Images): In image-load-path-for-library,
8741 prefer user's images.
8742
87432006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
8746
87472006-03-15 Bill Wohler <wohler@newt.com>
8748
8749 * display.texi (Defining Images): Fix example in
8750 image-load-path-for-library by not recommending that one binds
8751 image-load-path. Just defvar it to placate compiler and only use
8752 it if previously defined.
8753
87542006-03-14 Bill Wohler <wohler@newt.com>
8755
8756 * display.texi (Defining Images): In image-load-path-for-library,
8757 always return list of directories. Update example.
8758
87592006-03-14 Alan Mackenzie <acm@muc.de>
8760
8761 * modes.texi: New node, "Region to Fontify" (for Font Lock).
8762 This describes font-lock-extend-region-function.
8763 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
8764 the new node "Region to Fontify".
8765
87662006-03-13 Richard Stallman <rms@gnu.org>
8767
8768 * display.texi (Invisible Text): The impossible position is
8769 now before the invisible text, not after.
8770 (Defining Images): Clean up last change.
8771
87722006-03-11 Bill Wohler <wohler@newt.com>
8773
8774 * display.texi (Defining Images): Add image-load-path-for-library.
8775
87762006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8777
8778 * text.texi (Adaptive Fill): Fix Texinfo usage.
8779
8780 * strings.texi (Creating Strings): Fix Texinfo usage.
8781
8782 * searching.texi (Regexp Special): Use @samp for regular
8783 expressions that are not in Lisp syntax.
8784
87852006-03-08 Luc Teirlinck <teirllm@auburn.edu>
8786
8787 * searching.texi (Regexp Special): Put remark between parentheses
8788 to avoid misreading.
8789
87902006-03-07 Luc Teirlinck <teirllm@auburn.edu>
8791
8792 * searching.texi (Syntax of Regexps): More accurately describe
8793 which characters are special in which situations.
8794 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
8795 are not special. Describe in detail when `[' and `]' are special.
8796 (Regexp Backslash): Plenty of regexps with unbalanced square
8797 brackets are valid, so reword that statement.
8798
87992006-03-02 Kim F. Storm <storm@cua.dk>
8800
8801 * keymaps.texi (Tool Bar): Add tool-bar-border.
8802
88032006-02-28 Luc Teirlinck <teirllm@auburn.edu>
8804
8805 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
8806
88072006-02-27 Luc Teirlinck <teirllm@auburn.edu>
8808
8809 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
8810
8811 * files.texi (Locating Files): Suggest additional values for the
8812 SUFFIXES arg of `locate-file'. Update pxref.
8813
8814 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
8815 (How Programs Do Loading): Discuss the effects of Auto Compression
8816 mode on `load'.
8817 (Load Suffixes): New node.
8818 (Library Search): Delete description of `load-suffixes'; it was
8819 moved to "Load Suffixes".
8820 (Autoload, Named Features): Mention `load-suffixes'.
8821
88222006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8823
8824 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
8825
8826 * windows.texi (Window Tree): Fix typo.
8827
88282006-02-20 Kim F. Storm <storm@cua.dk>
8829
8830 * display.texi (Fringe Indicators): New section.
8831 Move indicate-empty-lines, indicate-buffer-boundaries, and
8832 default-indicate-buffer-boundaries here.
8833 Add fringe-indicator-alist and default-fringes-indicator-alist.
8834 Add list of logical fringe indicator symbols.
8835 Update list of standard bitmap names.
8836 (Fringe Cursors): New section.
8837 Move overflow-newline-into-fringe here.
8838 Add fringe-cursor-alist and default-fringes-cursor-alist.
8839 Add list of fringe cursor symbols.
8840
88412006-02-20 Juanma Barranquero <lekktu@gmail.com>
8842
8843 * commands.texi (Using Interactive): Fix reference to node
8844 "Minibuffers".
8845
88462006-02-19 Richard M. Stallman <rms@gnu.org>
8847
8848 * minibuf.texi (High-Level Completion):
8849 Add xref to read-input-method-name.
8850
8851 * files.texi (Relative File Names): Move file-relative-name here.
8852 (File Name Expansion): From here. Minor clarifications.
8853
8854 * commands.texi (Using Interactive): Add xrefs about reading input.
8855 Clarify remarks about that moving point and mark.
8856 Put string case before list case.
8857
c8763fb6 88582006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
8859
8860 * display.texi (Other Display Specs, Image Descriptors):
8861 Revert erroneous changes. The previous description of
8862 image-descriptors as `(image . PROPS)' was correct.
8863
88642006-02-14 Richard M. Stallman <rms@gnu.org>
8865
8866 * variables.texi (File Local Variables): Clarifications.
8867
88682006-02-14 Juanma Barranquero <lekktu@gmail.com>
8869
8870 * variables.texi (File Local Variables): Use @code for a cons
8871 cell, not @var.
8872
88732006-02-13 Chong Yidong <cyd@stupidchicken.com>
8874
8875 * variables.texi (File Local Variables): Document new file local
8876 variable behavior.
8877
88782006-02-10 Kim F. Storm <storm@cua.dk>
8879
8880 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
8881
88822006-02-08 Juanma Barranquero <lekktu@gmail.com>
8883
8884 * modes.texi (%-Constructs): Remove obsolete info about
8885 `global-mode-string'.
8886
88872006-02-07 Richard M. Stallman <rms@gnu.org>
8888
8889 * commands.texi (Prefix Command Arguments): Minor cleanup.
8890
8891 * display.texi: "Graphical display", not window system.
8892
8893 * functions.texi (What Is a Function): Fix xref.
8894
8895 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
8896 (Changing Key Bindings): Clarify when remapping is better than
8897 substitute-key-definition.
8898
88992006-02-02 Richard M. Stallman <rms@gnu.org>
8900
8901 * minibuf.texi (Basic Completion): Completion alists are risky.
8902
8903 * keymaps.texi (Active Keymaps): Clarifications.
8904 (Searching Keymaps): New node.
8905 (Keymaps): Update menu.
8906
8907 * frames.texi (Layout Parameters): Minor clarification.
8908 (Drag and Drop): New node.
8909 (Frames): Update menu.
8910
89112006-01-29 Chong Yidong <cyd@stupidchicken.com>
8912
8913 * display.texi (Other Display Specs, Image Descriptors):
8914 Image description is a list, not a cons cell.
8915
89162006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8917
8918 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
8919 list is not necessarily a list).
8920
89212006-01-27 Eli Zaretskii <eliz@gnu.org>
8922
8923 * frames.texi (Layout Parameters): border-width and
8924 internal-border-width belong to the frame, not the window.
8925
89262006-01-19 Richard M. Stallman <rms@gnu.org>
8927
8928 * nonascii.texi (Translation of Characters): Search cmds use
8929 translation-table-for-input. Automatically made local.
8930
8931 * markers.texi (Overview of Markers): Count insertion type
8932 as one of a marker's attributes.
8933
8934 * keymaps.texi (Controlling Active Maps): New node, split out of
8935 Active Keymaps.
8936 (Keymaps): Menu updated.
8937 (Active Keymaps): Give pseudocode to explain how the active
8938 maps are searched. current-active-maps and key-binding moved here.
8939 (Functions for Key Lookup): current-active-maps and key-binding moved.
8940 Clarifications.
8941 (Searching the Keymaps): New subnode.
8942
8943 * elisp.texi (Top): Menu clarification.
8944
8945 * display.texi (Other Display Specs): Delete duplicate entry for
8946 just a string as display spec. Move text about recursive display
8947 specs on such a string.
8948
8949 * commands.texi (Key Sequence Input): Clarify.
8950 Move num-nonmacro-input-events out.
8951 (Reading One Event): num-nonmacro-input-events moved here.
8952
89532006-01-14 Nick Roberts <nickrob@snap.net.nz>
8954
8955 * advice.texi (Simple Advice): Update example to fit argument
8956 change in previous-line.
8957
89582006-01-05 Richard M. Stallman <rms@gnu.org>
8959
8960 * markers.texi (The Mark): Fix in `mark'.
8961
89622006-01-04 Richard M. Stallman <rms@gnu.org>
8963
8964 * processes.texi (Misc Network, Make Network): Minor cleanups.
8965
89662006-01-04 Kim F. Storm <storm@cua.dk>
8967
8968 * processes.texi (Make Network): Add IPv6 addresses and handling.
8969 (Network Feature Testing): Mention (:family ipv6).
8970 (Misc Network): Add IPv6 formats to format-network-address.
8971
89722005-12-30 Richard M. Stallman <rms@gnu.org>
8973
8974 * text.texi (Changing Properties):
8975 Don't use return value of set-text-properties.
8976
89772005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8978
8979 * modes.texi (Mode Line Format): Correct typo in menu.
8980
89812005-12-29 Richard M. Stallman <rms@gnu.org>
8982
8983 * modes.texi (Mode Line Top): New node.
8984 (Mode Line Data): Some text moved to new node.
8985 Explain the data structure more concretely.
8986 (Mode Line Basics): Clarifications.
8987 (Mode Line Variables): Clarify intro paragraph.
8988 (%-Constructs): Clarify intro paragraph.
8989 (Mode Line Format): Update menu.
8990
89912005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8992
8993 * minibuf.texi (Basic Completion): Update lazy-completion-table
8994 examples for removal of ARGS argument.
8995
89962005-12-23 Richard M. Stallman <rms@gnu.org>
8997
8998 * text.texi (Undo): Restore some explanation from the version
8999 that was deleted.
9000
90012005-12-23 Eli Zaretskii <eliz@gnu.org>
9002
9003 * text.texi (Undo): Remove duplicate descriptions of `apply
9004 funname' and `apply delta' elements of the undo list.
9005
90062005-12-20 Richard M. Stallman <rms@gnu.org>
9007
9008 * help.texi (Help Functions): Update documentation of `apropos'.
9009
90102005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9011
9012 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9013 because it is confusing. If the :help-echo keyword is a function,
9014 it is not directly used as the :help-echo overlay property, as the
9015 xref seems to suggest (it does not take the appropriate args).
9016
90172005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9018
9019 * customize.texi (Common Keywords): Fix Texinfo usage.
9020 (Group Definitions, Variable Definitions): Update for new
9021 conventions for using `*' in docstrings.
9022
9023 * tips.texi (Documentation Tips): Update for new conventions for
9024 using `*' in docstrings.
9025
90262005-12-16 Richard M. Stallman <rms@gnu.org>
9027
9028 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9029
90302005-12-16 Juri Linkov <juri@jurta.org>
9031
9032 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9033
90342005-12-14 Romain Francoise <romain@orebokech.com>
9035
9036 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9037 Fix typo.
9038
90392005-12-11 Juri Linkov <juri@jurta.org>
9040
9041 * minibuf.texi (Completion Commands): Add mention of read-file-name
9042 for filename completion keymaps.
9043 (Reading File Names): Add mention of filename completion keymaps
9044 for read-file-name and xref to `Completion Commands'.
9045
90462005-12-10 Richard M. Stallman <rms@gnu.org>
9047
9048 * customize.texi (Common Keywords): State caveats for use of :tag.
9049
90502005-12-08 Richard M. Stallman <rms@gnu.org>
9051
9052 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9053 with xrefs and better explanation.
9054 (Completion Commands): Add the filename completion maps.
9055
9056 * objects.texi (Character Type): Clarify that \s is not space
9057 if a dash follows.
9058
90592005-12-05 Richard M. Stallman <rms@gnu.org>
9060
9061 * windows.texi (Resizing Windows): Delete preserve-before args.
9062
90632005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9064
9065 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9066 in full keymaps, since the quirk has been fixed.
9067
90682005-12-03 Eli Zaretskii <eliz@gnu.org>
9069
5dcb4c4e
SM
9070 * hooks.texi (Standard Hooks): Add index entries.
9071 Mention `compilation-finish-functions'.
b8d4c8d0
GM
9072
90732005-11-27 Richard M. Stallman <rms@gnu.org>
9074
9075 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9076
90772005-11-21 Juri Linkov <juri@jurta.org>
9078
9079 * customize.texi (Common Keywords): Update links types
9080 custom-manual and url-link. Add link types emacs-library-link,
9081 file-link, function-link, variable-link, custom-group-link.
9082
90832005-11-20 Chong Yidong <cyd@stupidchicken.com>
9084
9085 * display.texi: Revert 2005-11-20 change.
9086
90872005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9088
9089 * processes.texi (Bindat Functions):
9090 Say "third" to refer to zero-based index "2".
9091
90922005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9093
9094 * loading.texi (Library Search): Update the default value of
9095 `load-suffixes'.
9096
90972005-11-17 Chong Yidong <cyd@stupidchicken.com>
9098
9099 * display.texi (Attribute Functions): Mention :ignore-defface.
9100
91012005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9104 (Minor Mode Conventions): Mention the use of a hook.
9105
91062005-11-06 Richard M. Stallman <rms@gnu.org>
9107
9108 * files.texi (Magic File Names): find-file-name-handler checks the
9109 `operations' property of the handler.
9110
91112005-11-03 Richard M. Stallman <rms@gnu.org>
9112
9113 * variables.texi (Frame-Local Variables): Small clarification.
9114
91152005-10-29 Chong Yidong <cyd@stupidchicken.com>
9116
9117 * os.texi (Init File): Document ~/.emacs.d/init.el.
9118
91192005-10-29 Richard M. Stallman <rms@gnu.org>
9120
9121 * internals.texi (Garbage Collection): Document memory-full.
9122
91232005-10-28 Bill Wohler <wohler@newt.com>
9124
9125 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9126 for URLs.
9127
91282005-10-28 Richard M. Stallman <rms@gnu.org>
9129
9130 * minibuf.texi (Completion Commands): Clean up prev change.
9131
91322005-10-26 Kevin Ryde <user42@zip.com.au>
9133
9134 * compile.texi (Eval During Compile): Explain recommended uses
9135 of eval-when-compile and eval-and-compile.
9136
91372005-10-27 Masatake YAMATO <jet@gyve.org>
9138
9139 * minibuf.texi (Completion Commands):
9140 Write about new optional argument for `display-completion-list'.
9141
91422005-10-23 Richard M. Stallman <rms@gnu.org>
9143
9144 * display.texi (Overlay Arrow): Clarify about local bindings of
9145 overlay-arrow-position.
9146
91472005-10-22 Eli Zaretskii <eliz@gnu.org>
9148
9149 * internals.texi (Building Emacs): Fix last change.
9150
91512005-10-22 Richard M. Stallman <rms@gnu.org>
9152
9153 * internals.texi (Building Emacs): Document eval-at-startup.
9154
91552005-10-21 Richard M. Stallman <rms@gnu.org>
9156
9157 * loading.texi (Where Defined): load-history contains abs file names.
9158 symbol-file returns abs file names.
9159
91602005-10-19 Kim F. Storm <storm@cua.dk>
9161
9162 * display.texi (Showing Images): Add max-image-size integer value.
9163
91642005-10-18 Chong Yidong <cyd@stupidchicken.com>
9165
9166 * display.texi (Showing Images): Document max-image-size.
9167
91682005-10-17 Richard M. Stallman <rms@gnu.org>
9169
9170 * commands.texi (Quitting): Minor clarification.
9171
9172 * processes.texi (Sentinels): Clarify about output and quitting.
9173 (Filter Functions): Mention with-local-quit.
9174
91752005-10-17 Juri Linkov <juri@jurta.org>
9176
9177 * buffers.texi (Current Buffer):
9178 * commands.texi (Event Input Misc):
9179 * compile.texi (Eval During Compile, Compiler Errors):
9180 * customize.texi (Group Definitions):
9181 * display.texi (Progress, Defining Faces):
9182 * files.texi (Writing to Files):
9183 * modes.texi (Mode Hooks, Defining Minor Modes):
9184 * streams.texi (Output Functions):
9185 * syntax.texi (Syntax Table Functions):
9186 * text.texi (Change Hooks):
9187 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9188
9189 * commands.texi (Quitting): Replace arg `forms' with `body' in
9190 `with-local-quit'.
9191
9192 * positions.texi (Excursions): Replace arg `forms' with `body' in
9193 `save-excursion'.
9194
91952005-10-08 Kim F. Storm <storm@cua.dk>
9196
9197 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9198 Rename manual section accordingly.
9199
92002005-10-04 Kim F. Storm <storm@cua.dk>
9201
9202 * windows.texi (Window Split Tree): New section describing
9203 new function window-split-tree function.
9204
92052005-10-03 Nick Roberts <nickrob@snap.net.nz>
9206
9207 * display.texi (Fringe Size/Pos): Simplify and add detail.
9208
92092005-09-30 Romain Francoise <romain@orebokech.com>
9210
9211 * minibuf.texi (High-Level Completion): Explain that the prompt
9212 given to `read-buffer' should end with a colon and a space.
9213 Update usage examples.
9214
92152005-09-29 Juri Linkov <juri@jurta.org>
9216
9217 * display.texi (Displaying Messages): Rename argument name
9218 `string' to `format-string' in functions `message', `message-box',
9219 `message-or-box'.
9220
92212005-09-26 Chong Yidong <cyd@stupidchicken.com>
9222
9223 * errors.texi (Standard Errors): Correct xrefs.
9224
92252005-09-18 Chong Yidong <cyd@stupidchicken.com>
9226
9227 * display.texi (Defining Images): Update documentation for
9228 `image-load-path'.
9229
92302005-09-17 Richard M. Stallman <rms@gnu.org>
9231
9232 * display.texi (Defining Images): Clean up previous change.
9233
92342005-09-16 Romain Francoise <romain@orebokech.com>
9235
9236 * elisp.texi: Specify GFDL version 1.2.
9237
9238 * doclicense.texi (GNU Free Documentation License): Update to
9239 version 1.2.
9240
92412005-09-15 Chong Yidong <cyd@stupidchicken.com>
9242
9243 * display.texi (Defining Images): Document `image-load-path'.
9244
92452005-09-15 Richard M. Stallman <rms@gnu.org>
9246
9247 * objects.texi (Printed Representation): Minor cleanup.
9248 (Box Diagrams): Minor fix.
9249 (Cons Cell Type): Move (...) index item here.
9250 (Box Diagrams): From here.
9251 (Array Type): Minor fix.
9252 (Type Predicates): Delete index "predicates".
9253 (Hash Table Type): Clarify xref.
9254 (Dotted Pair Notation): Minor fix.
9255
92562005-09-10 Chong Yidong <cyd@stupidchicken.com>
9257
9258 * files.texi (Saving Buffers): Fix typo.
9259
92602005-09-08 Richard M. Stallman <rms@gnu.org>
9261
9262 * tips.texi (Programming Tips): Correct the "default" prompt spec.
9263
92642005-09-08 Chong Yidong <cyd@stupidchicken.com>
9265
9266 * locals.texi (Standard Buffer-Local Variables): Don't include
9267 mode variables for minor modes.
9268 Fix xrefs for buffer-display-count, buffer-display-table,
9269 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9270 enable-multibyte-characters, fill-column, header-line-format,
9271 left-fringe-width, left-margin, and right-fringe-width.
9272
9273 * hooks.texi (Standard Hooks): All hooks should conform to the
9274 standard naming convention now.
9275 Fix xref for `echo-area-clear-hook'.
9276
9277 * display.texi (Usual Display): Note that indicate-empty-lines and
9278 tab-width are buffer-local.
9279
9280 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9281
9282 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9283
9284 * nonascii.texi (Encoding and I/O): Note that
9285 buffer-file-coding-system is buffer-local.
9286
9287 * positions.texi (List Motion): Note that defun-prompt-regexp is
9288 buffer-local.
9289
9290 * text.texi (Auto Filling): Note that auto-fill-function is
9291 buffer-local.
9292 (Undo): Note that buffer-undo-list is buffer-local.
9293
5dcb4c4e
SM
9294 * windows.texi (Buffers and Windows):
9295 Document buffer-display-count.
b8d4c8d0
GM
9296
92972005-09-06 Richard M. Stallman <rms@gnu.org>
9298
9299 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9300 package prefix elsewhere than at the start of the name.
9301
93022005-09-03 Richard M. Stallman <rms@gnu.org>
9303
9304 * tips.texi (Programming Tips): Add conventions for minibuffer
9305 questions and prompts.
9306
93072005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9308
9309 * intro.texi (nil and t): Minor cleanup.
9310 Delete spurious mention of keyword symbols.
9311 (Evaluation Notation): Add index entry.
9312 (A Sample Function Description): Minor cleanup.
9313 (A Sample Variable Description): Not all vars can be set.
9314
93152005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9316
9317 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9318
9319 (Insertion): Document precise type of `insert-char' arg COUNT.
9320
93212005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9322
9323 * modes.texi (Other Font Lock Variables): Sync the default of
9324 font-lock-lines-before.
9325
93262005-08-31 Michael Albinus <michael.albinus@gmx.de>
9327
9328 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9329
93302005-08-29 Richard M. Stallman <rms@gnu.org>
9331
9332 * elisp.texi (Top): Update subnode menu.
9333
9334 * searching.texi (Searching and Matching): Move node.
9335 Rearrange contents and add overall explanation.
9336 (Searching and Case): Move node.
9337 (Searching and Matching): Update menu.
9338
93392005-08-27 Eli Zaretskii <eliz@gnu.org>
9340
9341 * os.texi (Startup Summary): Fix the description of the initial
9342 startup message display.
9343
93442005-08-25 Richard M. Stallman <rms@gnu.org>
9345
9346 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9347
93482005-08-25 Emilio C. Lopes <eclig@gmx.net>
9349
9350 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9351 `next-overlay-change' example.
9352
93532005-08-22 Juri Linkov <juri@jurta.org>
9354
9355 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9356 Fix invert-face. Fix args of face-background.
9357
9358 * display.texi (Standard Faces): Delete node.
9359 (Faces): Add xref to `(emacs)Standard Faces'.
9360 (Displaying Faces): Fix xref to `Standard Faces'.
9361
9362 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9363
93642005-08-20 Alan Mackenzie <acm@muc.de>
9365
9366 * buffers.texi (The Buffer List): Clarify the manipulation of the
9367 buffer list.
9368
93692005-08-14 Richard M. Stallman <rms@gnu.org>
9370
9371 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9372 a regexp.
9373
93742005-08-11 Richard M. Stallman <rms@gnu.org>
9375
9376 * elisp.texi (Top): Update subnode lists.
9377
9378 * display.texi (Inverse Video): Node deleted.
9379
9380 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9381 New nodes split out of Coding Conventions.
9382
9383 * searching.texi (Regular Expressions): Document re-builder.
9384
9385 * os.texi (Time Parsing): New node split out of Time Conversion.
9386
9387 * processes.texi (Misc Network, Network Feature Testing)
9388 (Network Options, Make Network): New nodes split out of
9389 Low-Level Network.
9390
93912005-08-09 Richard M. Stallman <rms@gnu.org>
9392
9393 * frames.texi (Geometry): New node, split from Size and Position.
9394 (Frame Parameters): Refer to Geometry.
9395
9396 * buffers.texi (The Buffer List): Fix xrefs.
9397
9398 * windows.texi (Splitting Windows): Fix xref.
9399
9400 * frames.texi (Layout Parameters): Add xref.
9401
9402 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9403
9404 * keymaps.texi (Menu Bar): Fix xref.
9405
9406 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9407
9408 * modes.texi (%-Constructs): Fix xref.
9409
9410 * frames.texi (Window Frame Parameters): Node split up.
9411 (Basic Parameters, Position Parameters, Size Parameters)
9412 (Layout Parameters, Buffer Parameters, Management Parameters)
9413 (Cursor Parameters, Color Parameters): New subnodes.
9414
94152005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9416
9417 * positions.texi (Screen Lines): Update xref for previous change
9418 in minibuf.texi.
9419
9420 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9421 change in minibuf.texi.
9422
94232005-08-09 Richard M. Stallman <rms@gnu.org>
9424
9425 * tips.texi (Coding Conventions): Minor cleanup.
9426
9427 * modes.texi (Defining Minor Modes): Explain when init-value
9428 can be non-nil.
9429
9430 * elisp.texi (Top): Update submenu for Minibuffer.
9431
9432 * minibuf.texi (Minibuffer Misc): Node split up.
9433 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9434 (Recursive Mini): New nodes split out from Minibuffer Misc.
9435 (Minibuffer Misc): Document max-mini-window-height.
9436
9437 * hash.texi (Defining Hash): Delete stray paren in example.
9438
9439 * display.texi (Echo Area Customization): Don't define
9440 max-mini-window-height here; xref instead.
9441
9442 * commands.texi (Event Input Misc): Update while-no-input.
9443
9444 * advice.texi (Advising Functions): Explain when to use advice
9445 and when to use a hook.
9446
94472005-07-30 Eli Zaretskii <eliz@gnu.org>
9448
9449 * makefile.w32-in (info): Don't run install-info.
9450 ($(infodir)/dir): New target, produced by running install-info.
9451
94522005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9453
9454 * modes.texi (Defining Minor Modes): The keyword for the initial
9455 value is :init-value, not :initial-value.
9456
94572005-07-23 Eli Zaretskii <eliz@gnu.org>
9458
9459 * loading.texi (Autoload): Make the `doctor' example be consistent
9460 with what's in current loaddefs.el. Describe the "fn" magic in
9461 the usage portion of the doc string.
9462
94632005-07-22 Richard M. Stallman <rms@gnu.org>
9464
9465 * internals.texi (Garbage Collection): Clarify previous change.
9466
94672005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9468
9469 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9470
94712005-07-18 Juri Linkov <juri@jurta.org>
9472
9473 * commands.texi (Accessing Events):
9474 * frames.texi (Text Terminal Colors, Resources):
9475 * markers.texi (The Mark):
9476 * modes.texi (Defining Minor Modes):
9477 Delete duplicate duplicate words.
9478
94792005-07-16 Richard M. Stallman <rms@gnu.org>
9480
9481 * display.texi (Managing Overlays): Clarify make-overlay
9482 args for insertion types.
9483
94842005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9485
9486 * customize.texi (Variable Definitions):
9487 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9488 `standard-value' is a list too.
9489 (Defining New Types): Use @key{RET} instead of @key{ret}.
9490
94912005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9492
9493 * os.texi (Translating Input): Fix typo.
9494
94952005-07-08 Richard M. Stallman <rms@gnu.org>
9496
9497 * README: Update edition number and size estimate.
9498
9499 * elisp.texi (VERSION): Set to 2.9.
9500
95012005-07-07 Richard M. Stallman <rms@gnu.org>
9502
9503 * book-spine.texinfo: Update Emacs version.
9504
9505 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9506
95072005-07-06 Richard M. Stallman <rms@gnu.org>
9508
9509 * searching.texi (Regexp Search): Clarify what re-search-forward
9510 does when the search fails.
9511
95122005-07-05 Lute Kamstra <lute@gnu.org>
9513
9514 * Update FSF's address in GPL notices.
9515
9516 * doclicense.texi (GNU Free Documentation License):
9517 * gpl.texi (GPL):
9518 * tips.texi (Coding Conventions, Library Headers):
9519 * vol1.texi:
9520 * vol2.texi: Update FSF's address.
9521
95222005-07-04 Richard M. Stallman <rms@gnu.org>
9523
9524 * hooks.texi (Standard Hooks): Add occur-hook.
9525
95262005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9527
9528 * display.texi (The Echo Area): Correct menu.
9529
95302005-07-03 Richard M. Stallman <rms@gnu.org>
9531
9532 * elisp.texi (Top): Update subnode menu for Display.
9533
9534 * display.texi (Displaying Messages): New node, with most
9535 of what was in The Echo Area.
5dcb4c4e 9536 (Progress): Move under The Echo Area.
b8d4c8d0
GM
9537 (Logging Messages): New node with new text.
9538 (Echo Area Customization): New node, the rest of what was
9539 in The Echo Area. Document message-truncate-lines with @defvar.
9540 (Display): Update menu.
9541
9542 * windows.texi (Textual Scrolling): Doc 3 values for
9543 scroll-preserve-screen-position.
9544
9545 * text.texi (Special Properties): Change hook functions
9546 should bind inhibit-modification-hooks around altering buffer text.
9547
9548 * keymaps.texi (Key Binding Commands): Call binding BINDING
9549 rather than DEFINITION.
9550
95512005-06-29 Juanma Barranquero <lekktu@gmail.com>
9552
9553 * variables.texi (Defining Variables): `user-variable-p' returns t
9554 for aliases of user options, nil for alias loops.
9555
95562005-06-28 Richard M. Stallman <rms@gnu.org>
9557
9558 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9559 make-keymap.
9560
95612005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9562
9563 * variables.texi (Setting Variables): Correct and clarify
9564 description of `add-to-ordered-list'.
9565
95662005-06-26 Richard M. Stallman <rms@gnu.org>
9567
9568 * display.texi (Faces): Minor cleanup.
9569
95702005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9571
9572 * display.texi (Faces): `facep' returns t for strings that are
9573 face names.
9574
95752005-06-25 Richard M. Stallman <rms@gnu.org>
9576
9577 * objects.texi (Equality Predicates): Clarify meaning of equal.
9578
9579 * windows.texi (Selecting Windows): save-selected-window
9580 and with-selected-window save and restore the current buffer.
9581
95822005-06-24 Richard M. Stallman <rms@gnu.org>
9583
9584 * numbers.texi (Float Basics): Explain how to test for NaN,
9585 and printing the sign of NaNs.
9586
95872005-06-24 Eli Zaretskii <eliz@gnu.org>
9588
9589 * makefile.w32-in (MAKEINFO): Use --force.
9590
95912005-06-23 Richard M. Stallman <rms@gnu.org>
9592
9593 * display.texi (Face Functions): Correct Texinfo usage.
9594
95952005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9596
9597 * lists.texi (Rings): `ring-elements' now returns the elements of
9598 RING in order.
9599
96002005-06-23 Juanma Barranquero <lekktu@gmail.com>
9601
9602 * markers.texi (The Mark): Texinfo usage fix.
9603
96042005-06-23 Kim F. Storm <storm@cua.dk>
9605
9606 * searching.texi (Entire Match Data): Remove evaporate option for
9607 match-data. Do not mention evaporate option for set-match-data.
9608
96092005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9610
9611 * display.texi (Face Functions): Mention face aliases.
9612
96132005-06-21 Richard M. Stallman <rms@gnu.org>
9614
9615 * anti.texi (Antinews): Texinfo usage fix.
9616
96172005-06-21 Karl Berry <karl@gnu.org>
9618
9619 * elisp.texi: Use @copying.
9620
9621 * elisp.texi: Put @summarycontents and @contents before the Top
9622 node, instead of the end of the file, so that the contents appear
9623 in the right place in the dvi/pdf output.
9624
96252005-06-21 Juri Linkov <juri@jurta.org>
9626
9627 * display.texi (Defining Faces): Add `customized-face'.
9628
96292005-06-20 Kim F. Storm <storm@cua.dk>
9630
9631 * variables.texi (Setting Variables): Any type of element can be
9632 given order in add-to-ordered-list. Compare elements with eq.
9633
9634 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
9635
96362005-06-20 Karl Berry <karl@gnu.org>
9637
9638 * syntax.texi (Syntax Flags): Make last column very slightly wider
9639 to avoid "generic comment" breaking on two lines and causing an
9640 underfull box.
9641
96422005-06-19 Luc Teirlinck <teirllm@auburn.edu>
9643
9644 * lists.texi (Rings): Various minor clarifications and corrections.
9645
96462005-06-18 Richard M. Stallman <rms@gnu.org>
9647
9648 * functions.texi (Obsolete Functions): Simplify.
9649
9650 * variables.texi (Variable Aliases): Simplify.
9651
a12bf61e 9652 * anti.texi, backups.texi, compile.texi, customize.texi:
b8d4c8d0
GM
9653 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
9654 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
9655 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
9656 * variables.texi: Fix formatting ugliness.
9657
9658 * elisp.texi: Add links to Rings and Byte Packing.
9659 Update version and copyright years.
9660
9661 * minibuf.texi: Fix formatting ugliness.
9662 (Completion Commands): Move keymap vars to the end
9663 and vars completing-read binds to the top.
9664
96652005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9666
9667 * processes.texi: Fix typos.
9668 (Bindat Spec): Correct Texinfo error.
9669 (Byte Packing): Fix ungrammatical sentence.
9670
96712005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
9672
9673 * lists.texi (Rings): New node.
9674 (Lists): Add it to menu.
9675
9676 * processes.texi (Byte Packing): New node.
9677 (Processes): Add it to menu.
9678
96792005-06-17 Richard M. Stallman <rms@gnu.org>
9680
9681 * syntax.texi (Parsing Expressions): Fix texinfo usage.
9682
9683 * help.texi (Documentation Basics): Explain the xref to
9684 Documentation Tips.
9685
9686 * debugging.texi (Debugger Commands): Minor fix.
9687
96882005-06-16 Luc Teirlinck <teirllm@auburn.edu>
9689
9690 * edebug.texi (Instrumenting): Eliminate duplicate link.
9691 (Specification List): Replace references to "below", referring to
9692 a later node, with one @ref to that node.
9693
9694 * os.texi (Timers): Timers should save and restore the match data
9695 if they change it.
9696
9697 * debugging.texi (Debugger Commands): Mention that the Lisp
9698 debugger can not step through primitive functions.
9699
97002005-06-16 Juanma Barranquero <lekktu@gmail.com>
9701
9702 * functions.texi (Obsolete Functions): Update argument names of
9703 `make-obsolete' and `define-obsolete-function-alias'.
9704
9705 * variables.texi (Variable Aliases): Update argument names of
9706 `defvaralias', `make-obsolete-variable' and
9707 `define-obsolete-variable-alias'.
9708
97092005-06-15 Kim F. Storm <storm@cua.dk>
9710
9711 * searching.texi (Entire Match Data): Rephrase warnings about
9712 evaporate arg to match-data and set-match-data.
9713
97142005-06-14 Luc Teirlinck <teirllm@auburn.edu>
9715
9716 * elisp.texi (Top): Update detailed menu.
9717
9718 * edebug.texi (Edebug): Update menu.
9719 (Instrumenting): Update xrefs.
9720 (Edebug Execution Modes): Correct xref.
9721 (Jumping): Clarify description of `h' command.
9722 Eliminate redundant @ref.
9723 (Breaks): New node.
9724 (Breakpoints): Is now a subsubsection.
9725 (Global Break Condition): Mention `C-x X X'.
9726 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
9727 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
9728 (Edebug Display Update): Correct pxref.
9729 (Edebug and Macros): New node.
9730 (Instrumenting Macro Calls): Is now a subsubsection.
9731 Neither arg of `def-edebug-spec' is evaluated.
9732 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
9733 (Specification Examples): Fix typo.
9734
97352005-06-14 Lute Kamstra <lute@gnu.org>
9736
9737 * debugging.texi (Function Debugging): Primitives can break on
9738 entry too.
9739
97402005-06-14 Kim F. Storm <storm@cua.dk>
9741
9742 * variables.texi (Setting Variables): Add add-to-ordered-list.
9743
97442005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * syntax.texi (Parsing Expressions): Document aux functions and vars of
9747 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
9748
97492005-06-13 Lute Kamstra <lute@gnu.org>
9750
9751 * text.texi (Special Properties): Fix cross reference.
9752
97532005-06-11 Luc Teirlinck <teirllm@auburn.edu>
9754
9755 * debugging.texi (Function Debugging): Delete mention of empty
9756 string argument to `cancel-debug-on-entry'. Delete inaccurate
9757 description of the return value of that command.
9758
97592005-06-11 Alan Mackenzie <acm@muc.de>
9760
9761 * text.texi (Adaptive Fill): Amplify the description of
9762 fill-context-prefix.
9763
97642005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9765
9766 * syntax.texi (Parsing Expressions): Fix Texinfo error.
9767
97682005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9769
9770 * syntax.texi (Parsing Expressions): Document syntax-ppss.
9771
97722005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9773
9774 * debugging.texi (Error Debugging): Minor rewording.
9775 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
9776 is optional.
9777
97782005-06-10 Lute Kamstra <lute@gnu.org>
9779
9780 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
9781 (Top): Give it a title. Correct version number. Give the
9782 detailed node listing a more prominent header.
9783 * intro.texi: Don't set VERSION here a second time.
9784 Mention Emacs's version too.
9785 * anti.texi (Antinews): Use EMACSVER to refer to the current
9786 version of Emacs.
9787
97882005-06-09 Kim F. Storm <storm@cua.dk>
9789
9790 * searching.texi (Entire Match Data): Explain new `reseat' argument to
9791 match-data and set-match-data.
9792
97932005-06-08 Richard M. Stallman <rms@gnu.org>
9794
9795 * searching.texi (Entire Match Data): Clarify when match-data
9796 returns markers and when integers.
9797
9798 * display.texi (Defining Faces): Explain that face name should not
9799 end in `-face'.
9800
9801 * modes.texi (Mode Line Data): Minor cleanup.
9802 (Customizing Keywords): Node split out of Search-based Fontification.
9803 Add example of using font-lock-add-keywords from a hook.
9804 Clarify when MODE should be non-nil, and when nil.
9805
98062005-06-06 Richard M. Stallman <rms@gnu.org>
9807
9808 * modes.texi (Mode Line Data): Explain what happens when the car
9809 of a list is a void symbol.
9810 (Search-based Fontification): Explain MODE arg to
9811 font-lock-add-keywords and warn about calls from major modes.
9812
98132005-06-08 Juri Linkov <juri@jurta.org>
9814
9815 * display.texi (Standard Faces): Add `shadow' face.
9816
98172005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9818
9819 * modes.texi (Major Mode Conventions): A derived mode only needs
9820 to put the call to the parent mode inside `delay-mode-hooks'.
9821
98222005-05-29 Richard M. Stallman <rms@gnu.org>
9823
9824 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
9825 new, and what that implies. Clarify.
9826
9827 * files.texi (Locating Files): Clean up the text.
9828
9829 * frames.texi (Window Frame Parameters): Document user-size.
9830 Shorten entry for top by referring to left.
9831
98322005-05-26 Richard M. Stallman <rms@gnu.org>
9833
9834 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
9835 is new, and what the implications are. Other clarifications.
9836
98372005-05-24 Richard M. Stallman <rms@gnu.org>
9838
9839 * frames.texi (Dialog Boxes): Minor fixes.
9840
98412005-05-25 Masatake YAMATO <jet@gyve.org>
9842
9843 * display.texi (Standard Faces): Write about `mode-line-highlight'.
9844
98452005-05-24 Luc Teirlinck <teirllm@auburn.edu>
9846
9847 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
9848 is optional.
9849
98502005-05-24 Nick Roberts <nickrob@snap.net.nz>
9851
10d1d0af 9852 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
9853
98542005-05-23 Lute Kamstra <lute@gnu.org>
9855
9856 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
9857 syntax-begin-function over font-lock-beginning-of-syntax-function.
9858
98592005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9860
9861 * minibuf.texi (Reading File Names): Update description of
9862 `read-directory-name'.
9863
9864 * modes.texi (Derived Modes): Clarify :group keyword.
9865
98662005-05-21 Eli Zaretskii <eliz@gnu.org>
9867
9868 * files.texi (Locating Files): New subsection.
9869 Describe locate-file and executable-find.
9870
98712005-05-21 Kevin Ryde <user42@zip.com.au>
9872
9873 * frames.texi (Initial Parameters): Update cross reference to
9874 "Emacs Invocation".
9875
98762005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9877
9878 * keymaps.texi (Active Keymaps): Add anchor.
9879
9880 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
9881 (Major Mode Conventions): Refer to `Auto Major Mode' in more
9882 appropriate place.
9883 (Derived Modes): Small clarifications.
9884 (Minor Mode Conventions, Keymaps and Minor Modes):
9885 Replace references to nodes with references to anchors.
9886 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
9887 Clarify description of lists whose first element is an integer.
9888 (Mode Line Variables): Add anchor.
9889 (%-Constructs): Clarify description of integer after %.
9890 (Emulating Mode Line): Describe nil value for FACE.
9891
98922005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9893
9894 * modes.texi (Derived Modes): Correct references to non-existing
9895 variable standard-syntax-table.
9896
98972005-05-17 Lute Kamstra <lute@gnu.org>
9898
9899 * modes.texi (Defining Minor Modes): Mention the mode hook.
9900
99012005-05-15 Kim F. Storm <storm@cua.dk>
9902
9903 * processes.texi (Network): Remove open-network-stream-nowait.
9904 (Network Servers): Remove open-network-stream-server.
9905
99062005-05-15 Luc Teirlinck <teirllm@auburn.edu>
9907
9908 * elisp.texi (Top): Update detailed menu.
9909
9910 * variables.texi: Reorder nodes.
9911 (Variables): Update menu.
9912 (File Local Variables): Do not refer to the `-*-' line as
9913 a "local variables list". Add pxref.
9914
99152005-05-14 Luc Teirlinck <teirllm@auburn.edu>
9916
9917 * elisp.texi (Top): Update detailed menu for node changes.
9918
9919 * modes.texi (Modes): Update Menu.
9920 (Hooks): Move to beginning of chapter.
9921 Most minor modes run mode hooks too.
9922 `add-hook' can handle void hooks or hooks whose value is a single
9923 function.
9924 (Major Modes): Update Menu.
9925 (Major Mode Basics): New node, split off from `Major Modes'.
9926 (Major Mode Conventions): Correct xref. Explain how to handle
9927 auto-mode-alist if the major mode command has an autoload cookie.
9928 (Auto Major Mode): Major update. Add magic-mode-alist.
9929 (Derived Modes): Major update.
9930 (Mode Line Format): Update Menu.
9931 (Mode Line Basics): New node, split off from `Mode Line Format'.
9932
9933 * loading.texi (Autoload): Mention `autoload cookie' as synonym
9934 for `magic autoload comment'. Add index entries and anchor.
9935
99362005-05-14 Richard M. Stallman <rms@gnu.org>
9937
9938 * tips.texi (Coding Conventions): Explain how important it is
9939 that just loading certain files not change Emacs behavior.
9940
9941 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
9942
99432005-05-12 Lute Kamstra <lute@gnu.org>
9944
9945 * modes.texi (Generic Modes): Update.
9946 (Major Modes): Refer to node "Generic Modes".
9947
9948 * elisp.texi (Top): Update to the current structure of the manual.
9949 * processes.texi (Processes): Add menu description.
9950 * customize.texi (Customization): Add menu descriptions.
9951
99522005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9953
9954 * processes.texi (Signals to Processes)
9955 (Low-Level Network): Fix typos.
9956
99572005-05-11 Lute Kamstra <lute@gnu.org>
9958
9959 * elisp.texi (Top): Add some nodes from the chapter "Major and
9960 Minor Modes" to the detailed node listing.
9961
99622005-05-10 Richard M. Stallman <rms@gnu.org>
9963
9964 * keymaps.texi (Extended Menu Items): Menu item filter functions
9965 can be called at any time.
9966
99672005-05-08 Luc Teirlinck <teirllm@auburn.edu>
9968
9969 * variables.texi (File Local Variables): `(hack-local-variables t)'
9970 now also checks whether a mode is specified in the local variables
9971 list.
9972
99732005-05-05 Kevin Ryde <user42@zip.com.au>
9974
9975 * display.texi (The Echo Area): Correct format function cross
9976 reference.
9977
99782005-05-05 Luc Teirlinck <teirllm@auburn.edu>
9979
9980 * variables.texi (Variable Aliases): Change description of
9981 `define-obsolete-variable-alias'.
9982
9983 * functions.texi (Functions): Add "Obsolete Functions" to menu.
9984 (Defining Functions): Add xref.
9985 (Obsolete Functions): New node.
9986 (Function Safety): Standardize capitalization of section title.
9987
9988 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
9989 (Dialog Boxes): Complete description of `x-popup-dialog'.
9990
99912005-05-04 Richard M. Stallman <rms@gnu.org>
9992
9993 * commands.texi (Interactive Codes): Fix Texinfo usage.
9994 Document U more clearly.
9995
99962005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9997
9998 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
9999 function and not a macro.
10000
10001 * frames.texi (Pop-Up Menus): Correct and clarify description of
10002 `x-popup-menu'.
10003 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10004
100052005-05-01 Richard M. Stallman <rms@gnu.org>
10006
10007 * edebug.texi (Checking Whether to Stop): Fix previous change.
10008
100092005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10010
10011 * display.texi: Fix typos and Texinfo usage.
10012
10013 * edebug.texi (Checking Whether to Stop): executing-macro ->
10014 executing-kbd-macro.
10015
100162005-05-01 Richard M. Stallman <rms@gnu.org>
10017
10018 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10019
100202005-04-30 Richard M. Stallman <rms@gnu.org>
10021
10022 * files.texi (Magic File Names): Document `operations' property.
10023
100242005-04-29 Lute Kamstra <lute@gnu.org>
10025
10026 * modes.texi (Generic Modes): New node.
10027 (Major Modes): Add it to the menu.
10028 (Derived Modes): Add "derived mode" to concept index.
10029
100302005-04-28 Lute Kamstra <lute@gnu.org>
10031
10032 * modes.texi (Defining Minor Modes): Fix previous change.
10033 (Font Lock Mode): Simplify.
10034 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10035 when set and that some parts are optional. Add cross references.
10036 (Search-based Fontification): Say how to specify font-lock-keywords.
10037 Add cross references. Add font-lock-multiline to index.
10038 Move font-lock-keywords-case-fold-search here from node "Other Font
10039 Lock Variables". Document font-lock-add-keywords and
10040 font-lock-remove-keywords.
10041 (Other Font Lock Variables): Move font-lock-keywords-only,
10042 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10043 and font-lock-syntactic-face-function to node "Syntactic Font
10044 Lock". Move font-lock-keywords-case-fold-search to node
10045 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10046 and font-lock-{,un}fontify-{buffer,region}-function.
10047 (Precalculated Fontification): Remove reference to deleted variable
10048 font-lock-core-only.
10049 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10050 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10051 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10052 and font-lock-syntactic-face-function here from node "Other Font
10053 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10054 Syntax Properties". Add cross references.
10055 (Setting Syntax Properties): New node.
10056 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10057 * syntax.texi (Syntax Properties): Add cross reference.
10058 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10059
100602005-04-26 Richard M. Stallman <rms@gnu.org>
10061
10062 * display.texi (Defining Faces):
10063 Document `default' elements of defface spec.
10064
10065 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10066
10067 * variables.texi (Variable Aliases): Clarify text.
10068
100692005-04-25 Chong Yidong <cyd@stupidchicken.com>
10070
10071 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10072
100732005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10074
10075 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10076
100772005-04-24 Eli Zaretskii <eliz@gnu.org>
10078
10079 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10080 syntax-after and syntax-class.
10081
10082 * files.texi (Changing Files): Fix last change's cross-reference.
10083 (Unique File Names): Don't mention "numbers" in the documentation
10084 of make-temp-file and make-temp-name.
10085
100862005-04-23 Richard M. Stallman <rms@gnu.org>
10087
10088 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10089
100902005-04-22 Nick Roberts <nickrob@snap.net.nz>
10091
10092 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10093
100942005-04-22 Nick Roberts <nickrob@snap.net.nz>
10095
10096 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10097 and define-obsolete-variable-alias.
10098
100992005-04-22 Kim F. Storm <storm@cua.dk>
10100
10101 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10102 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10103
101042005-04-21 Lute Kamstra <lute@gnu.org>
10105
10106 * lists.texi (Association Lists): Document rassq-delete-all.
10107
101082005-04-19 Richard M. Stallman <rms@gnu.org>
10109
10110 * modes.texi (Search-based Fontification): Explain that
10111 facespec is an expression to be evaluated.
10112
101132005-04-19 Kevin Ryde <user42@zip.com.au>
10114
10115 * streams.texi (Output Functions): Fix xref.
10116 * strings.texi (String Conversion): Fix xref.
10117
101182005-04-19 Kim F. Storm <storm@cua.dk>
10119
10120 * symbols.texi (Symbol Plists): Add safe-get.
10121 Mention that `get' may signal an error.
10122
101232005-04-18 Nick Roberts <nickrob@snap.net.nz>
10124
10125 * customize.texi (Variable Definitions): Replace tooltip-mode
10126 example with save-place.
10127
101282005-04-17 Richard M. Stallman <rms@gnu.org>
10129
10130 * buffers.texi (Indirect Buffers): Clarify.
10131
10132 * positions.texi (Positions): Clarify converting marker to integer.
10133
10134 * strings.texi (String Basics): Mention string-match; clarify.
10135
101362005-04-08 Lute Kamstra <lute@gnu.org>
10137
10138 * modes.texi (Search-based Fontification): Fix cross references.
10139 Use consistent terminology. Document anchored highlighting.
10140
101412005-04-05 Lute Kamstra <lute@gnu.org>
10142
10143 * modes.texi (Defining Minor Modes): Document :group keyword
10144 argument and its default value.
10145
101462005-04-03 Lute Kamstra <lute@gnu.org>
10147
10148 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10149 references and/or descriptions. Delete major mode hooks; mention
10150 them as a category instead. Rename or delete obsolete hooks.
10151
101522005-04-02 Richard M. Stallman <rms@gnu.org>
10153
10154 * nonascii.texi (Coding System Basics): Another wording cleanup.
10155
101562005-04-01 Richard M. Stallman <rms@gnu.org>
10157
10158 * nonascii.texi (Coding System Basics): Clarify previous change.
10159
101602005-04-01 Kenichi Handa <handa@m17n.org>
10161
10d1d0af 10162 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
10163 identity of coding systems.
10164
101652005-03-29 Chong Yidong <cyd@stupidchicken.com>
10166
10167 * text.texi (Buffer Contents): Add filter-buffer-substring and
10168 buffer-substring-filters.
10169
101702005-03-26 Chong Yidong <cyd@stupidchicken.com>
10171
10172 * anti.texi (Antinews): Mention `G' interactive code.
10173
10174 * tips.texi (Compilation Tips): Mention benchmark.el.
10175
101762005-03-27 Luc Teirlinck <teirllm@auburn.edu>
10177
10178 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10179 is now bound to M-o M-o.
10180
10181 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10182
101832005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10184
10185 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10186 in the Emacs Manual).
10187 * Makefile.in (srcs): Remove calendar.texi.
10188 * makefile.w32-in (srcs): Remove calendar.texi.
10189 * display.texi (Display): Change name of next node.
10190 * os.texi (System In): Change name of previous node.
10191 * elisp.texi (Top): Remove Calendar references.
10192 * vol1.texi (Top): Remove Calendar references.
10193 * vol2.texi (Top): Remove Calendar references.
10194
101952005-03-25 Richard M. Stallman <rms@gnu.org>
10196
10197 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10198 Cleanup previous change.
10199
102002005-03-25 Chong Yidong <cyd@stupidchicken.com>
10201
10202 * display.texi (Face Attributes): Faces earlier in an :inherit
10203 list take precedence.
10204 (Scroll Bars): Fix description of vertical-scroll-bars.
10205 Document frame-current-scroll-bars and window-current-scroll-bars.
10206
10207 * markers.texi (The Mark): Document temporary Transient Mark mode.
10208
10209 * minibuf.texi (Reading File Names):
10210 Document read-file-name-completion-ignore-case.
10211
10212 * positions.texi (Screen Lines): Document nil for width argument
10213 to compute-motion.
10214
102152005-03-23 Kim F. Storm <storm@cua.dk>
10216
10217 * display.texi (Standard Faces): Other faces used in the fringe
10218 implicitly inherits from the fringe face.
10219 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10220 properties implicitly inherits from fringe face.
10221 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10222
102232005-03-20 Chong Yidong <cyd@stupidchicken.com>
10224
10225 * display.texi (Invisible Text): State default value of
10226 line-move-ignore-invisible.
10227 (Managing Overlays): Document remove-overlays.
10228 (Standard Faces): Document escape-glyph face.
10229
10230 * minibuf.texi (Reading File Names): Document read-file-name-function.
10231
10232 * modes.texi (Other Font Lock Variables):
10233 Document font-lock-lines-before.
10234
10235 * positions.texi (Skipping Characters): skip-chars-forward allows
10236 character classes.
10237
102382005-03-18 Lute Kamstra <lute@gnu.org>
10239
10240 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10241
102422005-03-17 Richard M. Stallman <rms@gnu.org>
10243
10244 * text.texi (Undo): Document extensible undo entries.
10245
dd7b651b 10246 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
10247
10248 * nonascii.texi (Character Codes): Minor fix.
10249
10250 * display.texi (Display Property): Explain the significance
10251 of having text properties that are eq.
10252 (Other Display Specs): Explain string as display spec.
10253
10254 * commands.texi (Interactive Codes): Document G option.
10255
102562005-03-17 Chong Yidong <cyd@stupidchicken.com>
10257
10258 * text.texi (Filling): Add sentence-end-without-period and
10259 sentence-end-without-space.
10260 (Changing Properties): Minor fix.
10261
10262 * anti.texi: Total rewrite.
10263
102642005-03-15 Lute Kamstra <lute@gnu.org>
10265
10266 * edebug.texi (Instrumenting Macro Calls): Fix typos.
10267
102682005-03-08 Kim F. Storm <storm@cua.dk>
10269
10270 * display.texi (Specified Space): Property :width is support on
10271 non-graphic terminals, :height is not.
10272
102732005-03-07 Richard M. Stallman <rms@gnu.org>
10274
10275 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10276 Now subnodes of Fringes.
10277 (Overlay Arrow): Document overlay-arrow-variable-list.
10278 (Fringe Size/Pos): New node, broken out of Fringes.
10279 (Display): Explain clearing vs redisplay better.
10280 (Truncation): Clarify use of bitmaps.
10281 (The Echo Area): Clarify the uses of the echo area.
10282 Add max-mini-window-height.
10283 (Progress): Clarify.
10284 (Invisible Text): Explain that main loop moves point out.
10285 (Selective Display): Say "hidden", not "invisible".
10286 (Managing Overlays): Move up. Describe relation to Undo here.
10287 (Overlay Properties): Clarify intro.
10288 (Finding Overlays): Explain return values when nothing found.
10289 (Width): truncate-string-to-width has added arg.
10290 (Displaying Faces): Clarify and update mode line face handling.
10291 (Face Functions): Minor cleanup.
10292 (Conditional Display): Merge into Other Display Specs.
10293 (Pixel Specification, Other Display Specs): Minor cleanups.
10294 (Images, Image Descriptors): Minor cleanups.
10295 (GIF Images): Patents have expired.
10296 (Showing Images): Explain default text for insert-image.
10297 (Manipulating Button Types): Merge into Manipulating Buttons.
10298 (Making Buttons): Explain return values.
10299 (Button Buffer Commands): Add xref.
10300 (Inverse Video): Update mode-line-inverse-video.
10301 (Display Table Format): Clarify.
10302 (Active Display Table): Give defaults for window-display-table.
10303
10304 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10305 and calendar-today-marker are strings, not chars.
10306 (Holiday Customizing): Minor fix.
10307
10308 * internals.texi (Writing Emacs Primitives): Update `or' example.
10309 Update limit on # args of subr.
10310
10311 * edebug.texi (Using Edebug): Arrow is in fringe.
10312 (Instrumenting): Arg to eval-defun works without loading edebug.
10313 (Edebug Execution Modes): Add xref.
10314
10315 * customize.texi (Common Keywords): Clarify :require.
10316 Mention :version here.
10317 (Variable Definitions, Group Definitions): Not here.
10318 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10319
103202005-03-07 Chong Yidong <cyd@stupidchicken.com>
10321 * nonascii.texi (Text Representations): Clarify position-bytes.
10322 (Character Sets): Add list-charset-chars.
10323 (Scanning Charsets): Add charset-after.
10324 (Encoding and I/O): Minor fix.
10325
103262005-03-06 Richard M. Stallman <rms@gnu.org>
10327
10328 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10329 (Resizing Windows): Likewise.
10330
10331 * text.texi (Change Hooks): Get rid of "Emacs 21".
10332
10333 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10334
10335 * streams.texi (Output Variables): Get rid of "Emacs 21".
10336
10337 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10338
10339 * os.texi (Translating Input): Replace flow-control example
10340 with a less obsolete example that uses `keyboard-translate'.
10341
10342 * objects.texi (Hash Table Type, Circular Objects):
10343 Get rid of "Emacs 21".
10344
10345 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10346 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10347
10348 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10349
10350 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10351
10352 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10353 (Menu Bar): Fix when menu-bar-update-hook is called.
10354
10355 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10356
10357 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10358 and make it read better.
10359
10360 * files.texi (Writing to Files): Get rid of "Emacs 21".
10361 (Unique File Names): Likewise.
10362
10363 * elisp.texi: Update Emacs version to 22.
10364
10365 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10366 (Overlay Properties, Face Attributes): Likewise.
10367 (Managing Overlays): Fix punctuation.
10368 (Attribute Functions): Clarify set-face-font; get rid of
10369 info about old Emacs versions.
10370 (Auto Faces, Font Lookup, Display Property, Images):
10371 Get rid of "Emacs 21".
10372
10373 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10374
103752005-03-05 Richard M. Stallman <rms@gnu.org>
10376
10377 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10378
103792005-03-04 Lute Kamstra <lute@gnu.org>
10380
10381 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10382
103832005-03-03 Lute Kamstra <lute@gnu.org>
10384
10385 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10386
103872005-03-01 Lute Kamstra <lute@gnu.org>
10388
10389 * debugging.texi (Debugger Commands): Update `j'.
10390
103912005-02-28 Lute Kamstra <lute@gnu.org>
10392
10393 * debugging.texi (Debugging): Fix typo.
10394 (Error Debugging): Document eval-expression-debug-on-error.
10395 (Function Debugging): Update example.
10396 (Using Debugger): Mention starred stack frames.
10397 (Debugger Commands): Document `j' and `l'.
10398 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10399 Update the messages that the debugger displays.
10400 (Internals of Debugger): Add cross reference. Update example.
10401 (Excess Open): Minor improvement.
10402 (Excess Close): Minor improvement.
10403
104042005-02-26 Richard M. Stallman <rms@gnu.org>
10405
10406 * tips.texi (Coding Conventions): Clarify.
10407 Put all the major mode key reservations together.
10408 Mention the Mouse-1 => Mouse-2 conventions.
10409
10410 * syntax.texi (Syntax Class Table): Clarify.
10411 (Syntax Table Functions): syntax-after moved from here.
10412 (Syntax Table Internals): syntax-after moved to here.
10413 (Parsing Expressions): Update info on number of values
10414 and what's meaningful in the STATE argument.
10415 (Categories): Fix typo.
10416
10417 * sequences.texi (Arrays): Cleanup.
10418 (Char-Tables): Clarify.
10419
10420 * processes.texi (Deleting Processes): Cleanups, add xref.
10421 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10422 (Process Information): set-process-coding-system, some args optional.
10423 (Input to Processes): Explain various types for PROCESS args.
10424 Rename them from PROCESS-NAME to PROCESS.
10425 (Signals to Processes): Likewise.
10426 (Decoding Output): Cleanup.
10427 (Query Before Exit): Clarify.
10428
10429 * os.texi (Startup Summary): Correct the options; add missing ones.
10430 (Terminal Output, Batch Mode): Clarify.
10431 (Flow Control): Node deleted.
10432
10433 * markers.texi (The Mark): Clarify.
10434
10435 * macros.texi (Expansion): Cleanup.
10436 (Indenting Macros): indent-spec allows ints, not floats.
10437
10438 * keymaps.texi (Keymaps): Clarify.
10439 (Format of Keymaps): Update lisp-mode-map example.
10440 (Active Keymaps, Key Lookup): Clarify.
10441 (Changing Key Bindings): Add xref to `kbd'.
10442 (Key Binding Commands, Simple Menu Items): Clarify.
10443 (Mouse Menus, Menu Bar): Clarify.
10444 (Menu Example): Replace print example with menu-bar-replace-menu.
10445
10446 * help.texi (Documentation Basics): Add function-documentation prop.
10447
10448 * elisp.texi (Top): Don't refer to Flow Control node.
10449
10450 * commands.texi (Command Overview): Improve xrefs.
10451 (Adjusting Point): Adjusting point applies to intangible and invis.
10452 (Key Sequence Input): Doc extra read-key-sequence args.
10453 Likewise for read-key-sequence-vector.
10454
10455 * backups.texi (Rename or Copy): Minor fix.
10456 (Numbered Backups): For version-control, say the default.
10457 (Auto-Saving): make-auto-save-file-name example is simplified.
10458
10459 * advice.texi (Advising Functions): Don't imply one part of Emacs
10460 should advise another part. Markup changes.
10461 (Defining Advice): Move transitional para.
10462 (Activation of Advice): Cleanup.
10463 Explain if COMPILE is nil or negative.
10464
10465 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10466
104672005-02-24 Lute Kamstra <lute@gnu.org>
10468
10469 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10470 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10471
104722005-02-23 Lute Kamstra <lute@gnu.org>
10473
10474 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10475 to define global minor modes as well.
10476
10477 * display.texi (Managing Overlays): overlay-buffer returns nil for
10478 deleted overlays.
10479
104802005-02-22 Kim F. Storm <storm@cua.dk>
10481
10482 * minibuf.texi (Basic Completion): Allow symbols in addition to
10483 strings in try-completion and all-completions.
10484
104852005-02-14 Lute Kamstra <lute@gnu.org>
10486
10487 * elisp.texi (Top): Remove reference to deleted node.
10488
10489 * lists.texi (Lists): Remove reference to deleted node.
10490 (Cons Cells): Fix typo.
10491
10492 * loading.texi (Where Defined): Fix typo.
10493
104942005-02-14 Richard M. Stallman <rms@gnu.org>
10495
10496 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10497 is useful for discarding some minor modes.
10498
10499 * symbols.texi (Symbol Components): Reorder examples.
10500
10501 * streams.texi (Input Functions): State standard-input default.
10502 (Output Variables): State standard-output default.
10503
10504 * objects.texi (Printed Representation): Clarify read syntax vs print.
10505 (Floating Point Type): Explain meaning better.
10506 (Symbol Type): Explain uniqueness better.
10507 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10508 List examples sooner.
10509 (Box Diagrams): New subnode broken out.
10510 Some examples moved from old Lists as Boxes node.
10511 (Dotted Pair Notation): Clarify intro.
10512 (Array Type): Clarify.
10513 (Type Predicates): Add hash-table-p.
10514
10515 * numbers.texi (Integer Basics): Clarify radix explanation.
10516 (Predicates on Numbers): Minor clarification.
10517 (Comparison of Numbers): Minor clarification. Clarify eql.
10518 Typos in min, max.
10519 (Math Functions): Clarify overflow in expt.
10520
10521 * minibuf.texi (Text from Minibuffer): Minor clarification.
10522 Mention arrow keys.
10523
10524 * loading.texi (Autoload): defun's doc string overrides autoload's
10525 doc string.
10526 (Repeated Loading): Modernize "add to list" examples.
10527 (Where Defined): Finish updating table of load-history elts.
10528
10529 * lists.texi (List-related Predicates): Minor wording improvement.
10530 (Lists as Boxes): Node deleted.
10531 (Building Lists): Explain trivial cases of number-sequence.
10532
10533 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 10534 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
10535 (Hash Access): Any object can be a key.
10536 State value of maphash.
10537
10538 * functions.texi (What Is a Function): Wording cleanup.
10539 (Function Documentation): Minor cleanup.
10540 Explain purpose of calling convention at end of doc string.
10541 (Function Names): Wording cleanup.
10542 (Calling Functions): Wording cleanup.
10543 Explain better how funcall calls the function.
10544 (Function Cells): Delete example of saving and redefining function.
10545
10546 * control.texi (Combining Conditions): Wording cleanup.
10547 (Iteration): dolist and dotimes bind VAR locally.
10548 (Cleanups): Xref to Atomic Changes.
10549
10550 * compile.texi (Byte Compilation): Delete 19.29 info.
10551 (Compilation Functions): Macros' difficulties don't affect defsubst.
10552 (Docs and Compilation): Delete 19.29 info.
10553
105542005-02-10 Richard M. Stallman <rms@gnu.org>
10555
10556 * objects.texi (Symbol Type): Minor correction.
10557
105582005-02-06 Lute Kamstra <lute@gnu.org>
10559
10560 * modes.texi (Example Major Modes): Fix typos.
10561
105622005-02-06 Richard M. Stallman <rms@gnu.org>
10563
10564 * text.texi (Margins): fill-nobreak-predicate can be one function.
10565
10566 * strings.texi (Modifying Strings): clear-string can make unibyte.
10567 (Formatting Strings): format gives error if values missing.
10568
10569 * positions.texi (Character Motion): Mention default arg
10570 for forward-char. backward-char refers to forward-char.
10571 (Word Motion): Mention default arg for forward-word.
10572 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10573 Simplify end-of-buffer.
10574 (Text Lines): Mention default arg for forward-line.
10575 (List Motion): Mention default arg for beginning/end-of-defun.
10576 (Skipping Characters): Minor fixes in explaining character-set.
10577
10578 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10579 Mode inheritance applies only when default-major-mode is nil.
10580 Clarifications.
10581 (Example Major Modes): Update Text mode and Lisp mode examples.
10582 (Minor Mode Conventions): Mention define-minor-mode at top.
10583 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10584 (Mode Line Format): Update mode line face display info.
10585 (Properties in Mode): Mention effect of risky vars.
10586 (Imenu): Define imenu-add-to-menubar.
10587 (Font Lock Mode): Add descriptions to menu lines.
10588 (Faces for Font Lock): Add font-lock-doc-face.
10589
105902005-02-05 Lute Kamstra <lute@gnu.org>
10591
10592 * text.texi (Maintaining Undo): Remove obsolete function.
10593
105942005-02-05 Eli Zaretskii <eliz@gnu.org>
10595
10596 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 10597 color specifications. Improve indexing.
b8d4c8d0
GM
10598 (Text Terminal Colors): Replace the description of RGB values by
10599 an xref to "Color Names".
10600
106012005-02-03 Richard M. Stallman <rms@gnu.org>
10602
10603 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10604 Clarify.
10605 (Selecting Windows): Clarify save-selected-window.
10606 (Cyclic Window Ordering): Clarify walk-windows.
10607 (Window Point): Clarify.
10608 (Window Start): Add comment to example.
10609 (Resizing Windows): Add `interactive' specs in examples.
10610 Document fit-window-to-buffer.
10611
10612 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
10613 (Undo, Maintaining Undo): Clarify last change.
10614 (Sorting): In sort-numeric-fields, explain about octal and hex.
10615 Mention sort-numeric-base.
10616 (Format Properties): Add xref for hard newlines.
10617
10618 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
10619 (Pop-Up Menus): Fix typo.
10620 (Color Names): Explain all types of color names.
10621 Explain color-values on B&W terminal.
10622 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
10623
10624 * files.texi (File Locks): Not supported on MS systems.
10625 (Testing Accessibility): Clarify.
10626
10627 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
10628 (Coverage Testing): Fix typo.
10629
10630 * commands.texi (Misc Events): Remove stray space.
10631
10632 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
10633 (Modification Time): Clarify when visited-file-modtime returns 0.
10634 (The Buffer List): Clarify bury-buffer.
10635 (Killing Buffers): Clarify.
10636 (Indirect Buffers): Add clone-indirect-buffer.
10637
106382005-02-02 Matt Hodges <MPHodges@member.fsf.org>
10639
10640 * edebug.texi (Printing in Edebug): Fix default value of
10641 edebug-print-circle.
10642 (Coverage Testing): Fix displayed frequency count data.
10643
106442005-02-02 Luc Teirlinck <teirllm@auburn.edu>
10645
10646 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
10647
106482005-02-02 Kim F. Storm <storm@cua.dk>
10649
10650 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
10651
106522005-01-29 Eli Zaretskii <eliz@gnu.org>
10653
10654 * commands.texi (Misc Events): Describe the help-echo event.
10655
10656 * text.texi (Special Properties) <help-echo>: Use `pos'
10657 consistently in description of the help-echo property.
10658 Use @code{nil} instead of @var{nil}.
10659
10660 * display.texi (Overlay Properties): Fix the index entry for
10661 help-echo overlay property.
10662
10663 * customize.texi (Type Keywords): Uncomment the xref to the
10664 help-echo property documentation.
10665
106662005-01-23 Kim F. Storm <storm@cua.dk>
10667
10668 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
10669 return value. Third element FULLY replaced by PARTIAL which
10670 specifies number of invisible pixels if row is only partially visible.
10671 (Textual Scrolling): Mention auto-window-vscroll.
10672 (Vertical Scrolling): New defvar auto-window-vscroll.
10673
106742005-01-16 Luc Teirlinck <teirllm@auburn.edu>
10675
10676 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
10677 command remapping.
10678
106792005-01-15 Richard M. Stallman <rms@gnu.org>
10680
10681 * display.texi (Defining Images): Mention DATA-P arg of create-image.
10682
106832005-01-14 Kim F. Storm <storm@cua.dk>
10684
10685 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
10686
10687 * text.texi (Links and Mouse-1): Fix string and vector item.
10688
106892005-01-13 Richard M. Stallman <rms@gnu.org>
10690
10691 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
10692 descriptions of overriding-local-map and overriding-terminal-local-map.
10693
10694 * text.texi (Links and Mouse-1): Clarify text.
10695
106962005-01-13 Kim F. Storm <storm@cua.dk>
10697
10698 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
10699
107002005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
10701
10702 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
10703
107042005-01-12 Kim F. Storm <storm@cua.dk>
10705
10706 * text.texi (Links and Mouse-1): Rename section from Enabling
10707 Mouse-1 to Following Links. Change xrefs.
10708 Add examples for define-button-type and define-widget.
10709
10710 * display.texi (Button Properties, Button Buffer Commands):
10711 Clarify mouse-1 and follow-link functionality.
10712
107132005-01-12 Richard M. Stallman <rms@gnu.org>
10714
10715 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
10716
10717 * display.texi (Beeping): Fix Texinfo usage.
10718
10719 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
10720
107212005-01-11 Kim F. Storm <storm@cua.dk>
10722
10723 * display.texi (Button Properties, Button Buffer Commands):
10724 Mention mouse-1 binding. Add follow-link keyword.
10725
10726 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
10727 (Enabling Mouse-1 to Follow Links): New subsection.
10728
107292005-01-06 Richard M. Stallman <rms@gnu.org>
10730
10731 * text.texi (Special Properties): Minor change.
10732
10733 * os.texi (Timers): Clarify previous change.
10734
10735 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
10736
107372005-01-01 Luc Teirlinck <teirllm@auburn.edu>
10738
10739 * display.texi (Face Attributes): Correct xref to renamed node.
10740
107412005-01-01 Richard M. Stallman <rms@gnu.org>
10742
10743 * display.texi (Face Attributes): Describe hex color specs.
10744
107452004-12-31 Richard M. Stallman <rms@gnu.org>
10746
10747 * os.texi (Timers): Update previous change.
10748
107492004-12-30 Kim F. Storm <storm@cua.dk>
10750
10751 * display.texi (Line Height): Total line-height is now specified
10752 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
10753 in cons cells. (nil . RATIO) is relative to actual line height.
10754 Use line-height `t' instead of `0' to get minimum height.
10755
107562004-12-29 Richard M. Stallman <rms@gnu.org>
10757
10758 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
10759
107602004-12-28 Richard M. Stallman <rms@gnu.org>
10761
10762 * commands.texi (Quitting): Clarify value of with-local-quit.
10763
10764 * elisp.texi (Top): Fix previous change.
10765
10766 * loading.texi (Loading): Fix previous change.
10767
107682004-12-27 Richard M. Stallman <rms@gnu.org>
10769
10770 * Makefile.in (MAKEINFO): Specify --force.
10771
10772 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
10773
10774 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
10775
10776 * display.texi (Line Height): Further clarify.
10777
10778 * elisp.texi (Top): Update Loading submenu.
10779
10780 * loading.texi (Where Defined): New node.
10781 (Unloading): load-history moved to Where Defined.
10782
107832004-12-21 Richard M. Stallman <rms@gnu.org>
10784
10785 * commands.texi (Event Input Misc): Add while-no-input.
10786
107872004-12-11 Richard M. Stallman <rms@gnu.org>
10788
10789 * display.texi (Line Height): Rewrite text for clarity.
10790
107912004-12-11 Kim F. Storm <storm@cua.dk>
10792
10793 * display.texi (Display): Add node "Line Height" to menu.
10794 (Line Height): New node. Move full description of line-spacing
10795 and line-height text properties here from text.texi.
10796 (Scroll Bars): Add vertical-scroll-bar variable.
10797
10798 * frames.texi (Window Frame Parameters): Remove line-height defvar.
10799
10800 * locals.texi (Standard Buffer-Local Variables): Fix xref for
10801 line-spacing and vertical-scroll-bar.
10802
10803 * text.texi (Special Properties): Just mention line-spacing and
10804 line-height here, add xref to new "Line Height" node.
10805
108062004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
10807
10808 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
10809
10810 * locals.texi (Standard Buffer-Local Variables):
10811 Add @xref for `line-spacing'.
10812
108132004-12-05 Richard M. Stallman <rms@gnu.org>
10814
10815 * Makefile.in (maintainer-clean): Remove the info files
10816 in $(infodir) where they are created.
10817
108182004-12-03 Richard M. Stallman <rms@gnu.org>
10819
10820 * windows.texi (Selecting Windows): get-lru-window and
10821 get-largest-window don't consider dedicated windows.
10822
10823 * text.texi (Undo): Document undo-in-progress.
10824
108252004-11-26 Richard M. Stallman <rms@gnu.org>
10826
10827 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
10828 Remove a few vars that are not always buffer-local.
10829
108302004-11-24 Luc Teirlinck <teirllm@auburn.edu>
10831
10832 * locals.texi (Standard Buffer-Local Variables): Comment out
10833 xref's to non-existent node `Yet to be written'.
10834
108352004-11-24 Richard M. Stallman <rms@gnu.org>
10836
10837 * processes.texi (Synchronous Processes): Grammar fix.
10838
10839 * numbers.texi (Comparison of Numbers): Add eql.
10840
10841 * locals.texi (Standard Buffer-Local Variables): Add many vars.
10842
10843 * intro.texi (Printing Notation): Fix previous change.
10844
10845 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
10846 and default-indicate-buffer-boundaries from here.
10847 (Usual Display): To here.
10848 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
10849 (Usual Display): Move tab-width up.
10850
5dcb4c4e
SM
10851 * customize.texi (Variable Definitions):
10852 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
10853 (Simple Types, Composite Types, Defining New Types):
10854 Minor cleanups.
10855
108562004-11-21 Jesper Harder <harder@ifa.au.dk>
10857
10858 * processes.texi (Synchronous Processes, Output from Processes):
10859 Markup fix.
10860
108612004-11-20 Richard M. Stallman <rms@gnu.org>
10862
10863 * positions.texi (Skipping Characters): skip-chars-forward
10864 now handles char classes.
10865
10866 * intro.texi (Printing Notation): Avoid confusion of `print'
10867 when explaining @print.
10868
10869 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
10870
10871 * display.texi (Display Table Format): Minor fix.
10872
10873 * streams.texi (Output Functions): Fix print example.
10874
10875 * Makefile.in (elisp): New target.
10876 (dist): Depend on $(infodir)/elisp, not elisp.
10877 Copy the info files from $(infodir).
10878
10879 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
10880 read-from-minibuffer.
10881
10882 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
10883
108842004-11-19 Richard M. Stallman <rms@gnu.org>
10885
10886 * searching.texi (Regexp Search): Add search-whitespace-regexp.
10887
108882004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
10889
10890 * tips.texi (Coding Conventions): Fix typo.
10891
108922004-11-16 Richard M. Stallman <rms@gnu.org>
10893
10894 * tips.texi (Coding Conventions): Separate defvar and require
10895 methods to avoid warnings. Use require only when there are many
10896 functions and variables from that package.
10897
10898 * minibuf.texi (Minibuffer Completion): When ignoring case,
10899 predicate must not be case-sensitive.
10900
10901 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
10902 (Test Coverage): Don't talk about "splotches". Clarified.
10903
109042004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
10905
10906 * frames.texi (Window Frame Parameters): Fix typo.
10907
109082004-11-15 Kim F. Storm <storm@cua.dk>
10909
10910 * symbols.texi (Other Plists): Note that plist-get may signal error.
10911 Add safe-plist-get.
10912
109132004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
10914
10915 * modes.texi (Font Lock Basics): Fix typo.
10916
109172004-11-08 Richard M. Stallman <rms@gnu.org>
10918
10919 * syntax.texi (Syntax Table Functions): Add syntax-after.
10920
109212004-11-06 Lars Brinkhoff <lars@nocrew.org>
10922
10923 * os.texi (Processor Run Time): New section documenting
10924 get-internal-run-time.
10925
109262004-11-06 Eli Zaretskii <eliz@gnu.org>
10927
10928 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
10929 it nukes elisp-cover.texi.
10930 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
10931 elisp-0 etc.
10932
109332004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10934
10935 * commands.texi (Keyboard Macros): Document `append' return value
10936 of `defining-kbd-macro'.
10937
109382004-11-01 Richard M. Stallman <rms@gnu.org>
10939
10940 * commands.texi (Interactive Call): Add called-interactively-p.
10941
109422004-10-29 Simon Josefsson <jas@extundo.com>
10943
10944 * minibuf.texi (Reading a Password): Revert.
10945
109462004-10-28 Richard M. Stallman <rms@gnu.org>
10947
10948 * frames.texi (Display Feature Testing): Explain about "vendor".
10949
109502004-10-27 Richard M. Stallman <rms@gnu.org>
10951
10952 * commands.texi (Interactive Codes): `N' uses numeric prefix,
10953 not raw. Clarify `n'.
10954 (Interactive Call): Rewrite interactive-p, focusing on when
10955 and how to use it.
10956 (Misc Events): Clarify previous change.
10957
10958 * advice.texi (Simple Advice): Clarify what job the example does.
10959 (Around-Advice): Clarify ad-do-it.
10960 (Activation of Advice): An option of ad-default-compilation-action
10961 is `never', not `nil'.
10962
109632004-10-26 Kim F. Storm <storm@cua.dk>
10964
10965 * commands.texi (Interactive Codes): Add U code letter.
10966
109672004-10-25 Simon Josefsson <jas@extundo.com>
10968
10969 * minibuf.texi (Reading a Password): Add.
10970
109712004-10-24 Jason Rumney <jasonr@gnu.org>
10972
10973 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
10974 and wheel-down.
10975
109762004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10977
10978 * processes.texi (Synchronous Processes): Document process-file.
10979
109802004-10-22 Kenichi Handa <handa@m17n.org>
10981
10982 * text.texi (translate-region): Document that it accepts also a
10983 char-table.
10984
109852004-10-22 David Ponce <david@dponce.com>
10986
10987 * windows.texi (Resizing Windows): Document the `preserve-before'
10988 argument of the functions `enlarge-window' and `shrink-window'.
10989
109902004-10-19 Jason Rumney <jasonr@gnu.org>
10991
10992 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
10993
109942004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10995
10996 * text.texi (Filling): Add anchor for definition of
10997 `sentence-end-double-space'.
10998
10999 * searching.texi (Regexp Example): Update description of how
11000 Emacs currently recognizes the end of a sentence.
11001 (Standard Regexps): Update definition of the variable
11002 `sentence-end'. Add definition of the function `sentence-end'.
11003
110042004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11005
11006 * display.texi (Progress): New node.
11007
110082004-10-05 Kim F. Storm <storm@cua.dk>
11009
11010 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11011
110122004-09-29 Kim F. Storm <storm@cua.dk>
11013
11014 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11015 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11016 fringe bitmap symbols, as they now have their own namespace.
11017 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11018 vs. pixels. Signal error if no free bitmap slots.
11019 (Pixel Specification): Change IMAGE to @var{image}.
11020
110212004-09-28 Richard M. Stallman <rms@gnu.org>
11022
11023 * text.texi (Special Properties): Clarify line-spacing and line-height.
11024
11025 * searching.texi (Regexp Search): Add looking-back.
11026
110272004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11028
11029 * display.texi: Correct typos.
11030 (Image Descriptors): Correct xref's.
11031
110322004-09-25 Richard M. Stallman <rms@gnu.org>
11033
11034 * text.texi (Special Properties): Cleanups in `cursor'.
11035 Rewrites in `line-height' and `line-spacing'; exchange them.
11036
11037 * display.texi (Fringes): Rewrite previous change.
11038 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11039 (Display Fringe Bitmaps): Node deleted, text moved.
11040 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11041 (Scroll Bars): Clarify set-window-scroll-bars.
11042 (Pointer Shape): Rewrite.
11043 (Specified Space): Clarify :align-to, etc.
11044 (Pixel Specification): Use @var. Clarify new text.
11045 (Other Display Specs): Clarify `slice'.
11046 (Image Descriptors): Cleanups.
11047 (Showing Images): Cleanups.
11048
110492004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11050
11051 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11052
11053 * modes.texi: Various minor changes in addition to:
11054 (Major Mode Conventions): Final call to `run-mode-hooks' should
11055 not be inside the `delay-mode-hooks' form.
11056 (Mode Hooks): New node.
11057 (Hooks): Delete obsolete example.
11058 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11059 node "Mode Hooks".
11060
110612004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11062
11063 * display.texi: Correct various typos.
11064 (Display): Rename node "Pointer Shapes" to "Pointer
11065 Shape". (There is already a node called "Pointer Shapes" in
11066 frames.texi.)
11067 (Images): Remove non-existent node "Image Slices" from menu.
11068
110692004-09-23 Kim F. Storm <storm@cua.dk>
11070
11071 * text.texi (Special Properties): Add `cursor', `pointer',
11072 `line-height', and `line-spacing' properties.
11073
11074 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11075 Shapes' to menu.
11076 (Standard Faces): Doc fix for fringe face.
11077 (Fringes): Add `overflow-newline-into-fringe' and
11078 'indicate-buffer-boundaries'.
11079 (Fringe Bitmaps, Pointer Shapes): New nodes.
11080 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11081 Bitmaps' to menu.
11082 (Specified Space): Describe pixel width and height.
11083 (Pixel Specification): New node.
11084 (Other Display Specs): Add `slice' property.
11085 (Display Fringe Bitmaps): New node.
11086 (Images): Add 'Image Slices' to menu.
11087 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
11088 (Showing Images): Add slice arg to `insert-image'.
11089 Add 'insert-sliced-image'.
b8d4c8d0
GM
11090
110912004-09-20 Richard M. Stallman <rms@gnu.org>
11092
11093 * commands.texi (Key Sequence Input):
11094 Clarify downcasing in read-key-sequence.
11095
110962004-09-08 Juri Linkov <juri@jurta.org>
11097
11098 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11099
111002004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11101
5dcb4c4e
SM
11102 * locals.texi (Standard Buffer-Local Variables):
11103 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
11104 * internals.texi (Buffer Internals): Describe new
11105 auto_save_file_format field of the buffer structure.
11106 * files.texi (Format Conversion): `auto-save-file-format' has been
11107 renamed `buffer-auto-save-file-format'.
11108
111092004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11110
11111 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11112 an integer or a marker.
11113 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11114
111152004-08-22 Richard M. Stallman <rms@gnu.org>
11116
11117 * modes.texi (Major Mode Conventions): Discuss rebinding of
11118 standard key bindings.
11119
111202004-08-18 Kim F. Storm <storm@cua.dk>
11121
11122 * processes.texi (Accepting Output): Add `just-this-one' arg to
11123 `accept-process-output'.
11124 (Output from Processes): New var `process-adaptive-read-buffering'.
11125
111262004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11127
11128 * keymaps.texi: Various changes in addition to:
11129 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11130 Give more varied examples for `kbd'.
11131 (Creating Keymaps): Char tables have slots for all characters
11132 without modifiers.
11133 (Active Keymaps): `overriding-local-map' and
11134 `overriding-terminal-local-map' also override text property and
11135 overlay keymaps.
11136 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11137 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11138 to denote a prefix of no events.
11139 `map-keymap' includes parent's bindings _recursively_.
11140 Clarify and correct description of `where-is-internal'.
11141 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11142 (Menu Example): For menus intended for use with the keyboard, the
11143 menu items should be bound to characters or real function keys.
11144
111452004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11146
11147 * objects.texi (Character Type): Reposition `@anchor' to prevent
11148 double space inside sentence in Info.
11149
11150 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11151 renamed to `disabled-command-function'.
11152 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11153 (Command Loop Info): Replace reference to it.
11154 (Disabling Commands): `disabled-command-hook' has been renamed to
11155 `disabled-command-function'.
11156
111572004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11158
11159 * os.texi (Translating Input): Only non-prefix bindings in
11160 `key-translation-map' override actual key bindings. Warn about
11161 possible indirect effect of actual key bindings on non-prefix
11162 bindings in `key-translation-map'.
11163
111642004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11165
11166 * minibuf.texi (High-Level Completion): Add anchor for definition
11167 of `read-variable'.
11168
11169 * commands.texi: Various changes in addition to:
11170 (Using Interactive): Clarify description of `interactive-form'.
11171 (Interactive Call): Mention default for KEYS argument to
11172 `call-interactively'.
11173 (Command Loop Info): Clarify description of `this-command-keys'.
11174 Mention KEEP-RECORD argument to `clear-this-command-keys'.
11175 Value of `last-event-frame' can be `macro'.
11176 (Repeat Events): `double-click-fuzz' is also used to distinguish
11177 clicks and drags.
11178 (Classifying Events): Clarify descriptions of `event-modifiers'
11179 `event-basic-type' and `event-convert-list'.
11180 (Accessing Events): `posn-timestamp' takes POSITION argument.
11181 (Quoted Character Input): Clarify description of
11182 `read-quoted-char' and fix example.
11183 (Quitting): Add `with-local-quit'.
11184 (Disabling Commands): Correct and clarify descriptions of
11185 `enable-command' and `disable-command'.
11186 Mention what happens if `disabled-command-hook' is nil.
11187 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11188 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11189
111902004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11191
11192 * frames.texi: Various changes in addition to:
11193 (Creating Frames): Expand and clarify description of `make-frame'.
11194 (Window Frame Parameters): Either none or both of the `icon-left'
11195 and `icon-top' parameters must be specified. Put descriptions of
11196 `menu-bar-lines' and `toolbar-lines' closer together and change
11197 them accordingly.
11198 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11199 except while processing `frame-title-format' or `icon-title-format'.
11200 (Deleting Frames): Correct description of `delete-frame'.
11201 Non-nil return values of `frame-live-p' are like those of `framep'.
11202 (Frames and Windows): Mention return value of
11203 `set-frame-selected-window'.
11204 (Visibility of Frames): Mention `force' argument to
11205 `make-frame-invisible'. `frame-visible-p' returns t for all
11206 frames on text-only terminals.
11207 (Frame Configurations): Restoring a frame configuration does not
11208 restore deleted frames.
11209 (Window System Selections): `x-set-selection' returns DATA.
11210 (Resources): Add example.
11211 (Display Feature Testing): Clarify descriptions of
11212 `display-pixel-height', `display-pixel-width', `x-server-version'
11213 and `x-server-vendor'.
11214
11215 * windows.texi (Choosing Window): Add anchor.
11216 * minibuf.texi (Minibuffer Misc): Add anchor.
11217
112182004-07-23 John Paul Wallington <jpw@gnu.org>
11219
11220 * macros.texi (Defining Macros): Declaration keyword for setting
11221 Edebug spec is `debug' not `edebug'.
11222
112232004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11224
11225 * windows.texi: Various small changes in addition to:
11226 (Window Point): Mention return value of `set-window-point'.
11227 (Window Start): `pos-visible-in-window-p' disregards horizontal
11228 scrolling. Explain return value if PARTIALLY is non-nil.
11229 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11230 and `set-window-vscroll'.
11231 (Size of Window): The argument WINDOW to `window-inside-edges',
11232 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11233 (Resizing Windows): Explain return value of
11234 `shrink-window-if-larger-than-buffer'.
11235 `window-size-fixed' automatically becomes buffer local when set.
11236 (Window Configurations): Explain return value of
11237 `set-window-configuration'.
11238
11239 * minibuf.texi (Minibuffer Misc): Add anchor for
11240 `minibuffer-scroll-window'.
11241
11242 * positions.texi (Text Lines): Add anchor for `count-lines'.
11243
112442004-07-17 Richard M. Stallman <rms@gnu.org>
11245
11246 * display.texi (Overlay Properties): Adding `evaporate' prop
11247 deletes empty overlay immediately.
11248
11249 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11250 fix example.
11251
112522004-07-16 Jim Blandy <jimb@redhat.com>
11253
11254 * searching.texi (Regexp Backslash): Document new \_< and \_>
11255 operators.
11256
112572004-07-16 Juanma Barranquero <lektu@terra.es>
11258
11259 * display.texi (Images): Fix Texinfo usage.
11260
112612004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11262
11263 * buffers.texi (Modification Time): `visited-file-modtime' now
11264 returns a list of two integers, instead of a cons.
11265
112662004-07-13 Luc Teirlinck <teirllm@auburn.edu>
11267
11268 * windows.texi: Various changes in addition to:
11269 (Splitting Windows): Add `split-window-keep-point'.
11270
112712004-07-09 Richard M. Stallman <rms@gnu.org>
11272
11273 * frames.texi (Input Focus): Minor fix.
11274
112752004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11276
11277 * frames.texi (Input Focus): Clarify descriptions of
11278 `select-frame-set-input-focus' and `select-frame'.
11279
112802004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11281
11282 * os.texi: Various small changes in addition to:
11283 (Killing Emacs): Expand and clarify description of
11284 `kill-emacs-query-functions' and `kill-emacs-hook'.
11285 (System Environment): Expand and clarify description of `getenv'
11286 and `setenv'.
11287 (Timers): Clarify description of `run-at-time'.
11288 (Translating Input): Correct description of
11289 `extra-keyboard-modifiers'.
11290 (Flow Control): Correct description of `enable-flow-control'.
11291
112922004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11293
11294 * os.texi: Update copyright.
11295 (Session Management): Grammar fix.
11296 Clarify which Emacs does the restarting.
11297 Use @samp for *scratch* buffer.
11298
112992004-07-04 Alan Mackenzie <acm@muc.de>
11300
11301 * frames.texi (Input Focus): Add documentation for
11302 `select-frame-set-input-focus'. Replace refs to non-existent
11303 `switch-frame' with `select-frame'. Minor corrections and tidying
11304 up of text-only terminal stuff.
11305
113062004-07-02 Richard M. Stallman <rms@gnu.org>
11307
11308 * files.texi (Saving Buffers): Cleanup write-contents-function.
11309 (Magic File Names): Cleanup file-remote-p.
11310
b344d29d 113112004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
11312
11313 * files.texi (Magic File Names): `file-remote-p' returns an
11314 identifier of the remote system, not just t.
11315
113162004-07-02 David Kastrup <dak@gnu.org>
11317
11318 * searching.texi (Entire Match Data): Add explanation about new
11319 match-data behavior when @var{integers} is non-nil.
11320
113212004-06-24 Richard M. Stallman <rms@gnu.org>
11322
11323 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11324
11325 * customize.texi (Variable Definitions): Note about doc strings
11326 and :set.
11327
11328 * keymaps.texi (Keymap Terminology): Document `kbd'.
11329 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11330
11331 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11332 makes it buffer-local.
11333
11334 * files.texi (Saving Buffers): Correct previous change.
11335
11336 * commands.texi (Accessing Events):
11337 Clarify posn-col-row and posn-actual-col-row.
11338
113392004-06-24 David Ponce <david.ponce@wanadoo.fr>
11340
11341 * commands.texi (Accessing Events): New functions
11342 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11343
113442004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11345
11346 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11347 * frames.texi, buffers.texi, backups.texi, variables.texi:
11348 * loading.texi, eval.texi, functions.texi, control.texi:
11349 * symbols.texi, minibuf.texi: Reposition @anchor's.
11350
11351 * help.texi: Various small changes in addition to the following.
11352 (Describing Characters): Describe PREFIX argument to
11353 `key-description'. Correct and clarify definition of
11354 `text-char-description'. Describe NEED-VECTOR argument to
11355 `read-kbd-macro'.
11356 (Help Functions): Clarify definition of `apropos'.
11357
113582004-06-23 Lars Hansen <larsh@math.ku.dk>
11359
11360 * files.texi (Saving Buffers): Correct description of
11361 `write-contents-functions'.
11362
113632004-06-21 Juanma Barranquero <lektu@terra.es>
11364
11365 * display.texi (Images): Remove redundant @vindex directives.
11366 Rewrite `image-library-alist' doc in active voice.
11367
113682004-06-14 Juanma Barranquero <lektu@terra.es>
11369
11370 * display.texi (Images): Document new delayed library loading,
11371 variable `image-library-alist' and (existing but undocumented)
11372 function `image-type-available-p'.
11373
113742004-06-05 Richard M. Stallman <rms@gnu.org>
11375
11376 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11377 refer the user to the Initial Input node.
11378 (Text from Minibuffer): Likewise.
11379 (Initial Input): New node. Document this feature
11380 and say it is mostly deprecated.
11381
113822004-05-30 Richard M. Stallman <rms@gnu.org>
11383
11384 * loading.texi (Named Features): Clarify return value
11385 and meaning of NOERROR.
11386
11387 * variables.texi (File Local Variables): Minor cleanup.
11388
113892004-05-30 Michael Albinus <michael.albinus@gmx.de>
11390
11391 * files.texi (Magic File Names): Add `file-remote-p' as operation
11392 of file name handlers.
11393
113942004-05-29 Richard M. Stallman <rms@gnu.org>
11395
11396 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11397 as arg to a minor mode command.
11398
113992004-05-22 Richard M. Stallman <rms@gnu.org>
11400
11401 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11402
11403 * streams.texi (Output Variables): Doc float-output-format.
11404
11405 * searching.texi (Regexp Special): Nested repetition can be infloop.
11406
11407 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11408 real stack overflow.
11409
11410 * compile.texi: Minor cleanups.
11411
114122004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11413
11414 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11415 circular lists.
11416 (List Elements): Explain handling of circular and dotted lists.
11417
114182004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11419
11420 * modes.texi (Search-based Fontification): Fix typo.
11421
114222004-05-10 Juanma Barranquero <lektu@terra.es>
11423
11424 * modes.texi (Mode Line Variables): Fix description of
11425 global-mode-string, which is now after which-func-mode, not the
11426 buffer name.
11427
114282004-05-07 Lars Hansen <larsh@math.ku.dk>
11429
11430 * modes.texi (Desktop Save Mode): Add.
11431 (Modes): Add menu entry Desktop Save Mode.
11432
11433 * hooks.texi: Add desktop-after-read-hook,
11434 desktop-no-desktop-file-hook and desktop-save-hook.
11435
11436 * locals.texi: Add desktop-save-buffer.
11437
114382004-04-30 Jesper Harder <harder@ifa.au.dk>
11439
11440 * display.texi: emacs -> Emacs.
11441
114422004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11443
11444 * files.texi (Changing Files): Document set-file-times.
11445
114462004-04-23 Juanma Barranquero <lektu@terra.es>
11447
11448 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11449
114502004-04-18 Jesper Harder <harder@ifa.au.dk>
11451
11452 * tips.texi (Coding Conventions): defopt -> defcustom.
11453
114542004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11455
11456 * sequences.texi: Various clarifications.
11457
114582004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11459
11460 * buffers.texi (Read Only Buffers): Mention optional ARG to
11461 `toggle-read-only'.
11462
114632004-04-14 Nick Roberts <nick@nick.uklinux.net>
11464
11465 * windows.texi (Selecting Windows): Note that get-lru-window
11466 returns a full-width window if possible.
11467
114682004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11469
11470 * buffers.texi: Various changes in addition to:
11471 (Buffer File Name): Add `find-buffer-visiting'.
11472 (Buffer Modification): Mention optional ARG to `not-modified'.
11473 (Indirect Buffers): Mention optional CLONE argument to
11474 `make-indirect-buffer'.
11475
11476 * files.texi: Various changes in addition to:
11477 (Visiting Functions): `find-file-hook' is now a normal hook.
11478 (File Name Expansion): Explain difference between the way that
11479 `expand-file-name' and `file-truename' treat `..'.
11480 (Contents of Directories): Mention optional ID-FORMAT argument to
11481 `directory-files-and-attributes'.
11482 (Format Conversion): Mention new optional CONFIRM argument to
11483 `format-write-file'.
11484
114852004-04-12 Miles Bader <miles@gnu.org>
11486
11487 * macros.texi (Expansion): Add description of `macroexpand-all'.
11488
114892004-04-05 Jesper Harder <harder@ifa.au.dk>
11490
5dcb4c4e
SM
11491 * variables.texi (Variable Aliases):
11492 Mention cyclic-variable-indirection.
b8d4c8d0
GM
11493
11494 * errors.texi (Standard Errors): Ditto.
11495
114962004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11497
11498 * backups.texi: Various small changes in addition to:
11499 (Making Backups): Mention return value of `backup-buffer'.
11500 (Auto-Saving): Mention optional FORCE argument to
11501 `delete-auto-save-file-if-necessary'.
11502 (Reverting): Mention optional PRESERVE-MODES argument to
11503 `revert-buffer'. Correct description of `revert-buffer-function'.
11504
115052004-03-22 Juri Linkov <juri@jurta.org>
11506
11507 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11508 with `Vector Functions'.
11509
11510 * text.texi (Sorting): Add missing quote.
11511
115122004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11513
11514 * intro.texi (Lisp History): Replace xref to `cl' manual with
11515 inforef.
11516
115172004-03-12 Richard M. Stallman <rms@gnu.org>
11518
11519 * intro.texi (Version Info): Add arg to emacs-version.
11520 (Lisp History): Change xref to CL manual.
11521
115222004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11523
11524 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11525 for Partial Completion mode.
11526
115272004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11528
11529 * customize.texi: Fix typo. Remove eol whitespace.
11530
115312004-03-04 Richard M. Stallman <rms@gnu.org>
11532
11533 * processes.texi: Fix typos.
11534
11535 * lists.texi (Building Lists): Minor clarification.
11536
11537 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11538 in make-hash-table.
11539
115402004-02-29 Juanma Barranquero <lektu@terra.es>
11541
11542 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11543 rm, and ignore exit code.
11544
115452004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11546
11547 * display.texi (Defining Faces): Add description for min-colors.
11548 Update example.
11549
115502004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11551
11552 * abbrevs.texi: Various corrections and clarifications in addition
11553 to the following:
11554 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11555
115562004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11557
11558 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11559
115602004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11561
11562 * text.texi: Various small changes in addition to the following:
11563 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11564 to delete-horizontal-space.
11565 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11566 description of yank-handler text property at various places.
11567
11568 * frames.texi (Window System Selections): Add anchor.
11569
11570 * syntax.texi (Syntax Table Functions): Clarify and correct
11571 descriptions of make-syntax-table and copy-syntax-table.
11572 (Motion and Syntax): Clarify SYNTAXES argument to
11573 skip-syntax-forward.
11574 (Parsing Expressions): Mention that the return value of
11575 parse-partial-sexp is currently a list of ten rather than nine
11576 elements.
11577 (Categories): Various corrections and clarifications.
11578
115792004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11580
11581 * markers.texi (Marker Insertion Types): Minor change.
11582
11583 * locals.texi (Standard Buffer-Local Variables):
11584 * commands.texi (Interactive Codes, Using Interactive):
11585 * functions.texi (Related Topics): Fix xrefs.
11586
115872004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11588
11589 * lists.texi (Sets And Lists): Update description of delete-dups.
11590
115912004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11592
11593 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11594
c8763fb6 115952004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
11596
11597 * frames.texi (Parameter Access): frame-parameters arg is optional.
11598 modify-frame-parameters handles nil for FRAME.
11599 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11600 are all-or-nothing for certain toolkits.
11601 Mention parameter wait-for-wm.
11602 (Frames and Windows): In frame-first-window and frame-selected-window
11603 the arg is optional.
11604 (Input Focus): In redirect-frame-focus the second arg is optional.
11605 (Window System Selections): Mention selection type CLIPBOARD.
11606 Mention data-type UTF8_STRING.
11607 Mention numbering of cut buffers.
11608 (Resources): Describe x-resource-name.
11609
116102004-02-16 Richard M. Stallman <rms@gnu.org>
11611
11612 * windows.texi (Buffers and Windows): Delete false table
11613 about all-frames.
11614
11615 * syntax.texi (Parsing Expressions): Delete old caveat
11616 about parse-sexp-ignore-comments.
11617
11618 * streams.texi (Output Variables): Add print-quoted.
11619
11620 * lists.texi (Building Lists): Minor cleanup.
11621
11622 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
11623
11624 * display.texi (Overlays): Explain overlays use markers.
11625 (Managing Overlays): Explain front-advance and rear-advance
11626 in more detail.
11627
11628 * loading.texi (Unloading): Document unload-feature-special-hooks.
11629 Get rid of fns-NNN.el file.
11630
116312004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11632
11633 * help.texi (Describing Characters): Fix text-char-description
11634 example output.
11635
11636 * edebug.texi (Using Edebug): Fix example.
11637
11638 * debugging.texi (Internals of Debugger): Fix return value.
11639
11640 * files.texi (Changing Files): Fix argname.
11641
11642 * calendar.texi: Fix parens, and default values.
11643
11644 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
11645 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 11646 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
11647
11648 * positions.texi (Text Lines): Don't add -1 in current-line.
11649
116502004-02-16 Richard M. Stallman <rms@gnu.org>
11651
11652 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
11653
116542004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11655
11656 * processes.texi (Low-Level Network): Fix a typo.
11657
116582004-02-12 Kim F. Storm <storm@cua.dk>
11659
11660 * display.texi (Fringes): Use consistent wording.
11661 Note that window-fringe's window arg is optional.
11662 (Scroll Bars): Use consistent wording.
11663
116642004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11665
11666 * tips.texi (Comment Tips): Document the new conventions for
11667 commenting out code.
11668
c8763fb6 116692004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 11670
5dcb4c4e 11671 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
11672
116732004-02-07 Kim F. Storm <storm@cua.dk>
11674
11675 * positions.texi (Text Lines): Add line-number-at-pos.
11676
116772004-02-06 John Paul Wallington <jpw@gnu.org>
11678
11679 * display.texi (Button Properties, Button Buffer Commands):
11680 mouse-2 invokes button, not down-mouse-1.
11681
116822004-02-04 Jason Rumney <jasonr@gnu.org>
11683
11684 * makefile.w32-in: Sync with Makefile.in changes.
11685
116862004-02-03 Luc Teirlinck <teirllm@auburn.edu>
11687
11688 * minibuf.texi (Text from Minibuffer): Various corrections and
11689 clarifications.
11690 (Object from Minibuffer): Correct Lisp description of
11691 read-minibuffer.
11692 (Minibuffer History): Clarify description of cons values for
11693 HISTORY arguments.
5dcb4c4e
SM
11694 (Basic Completion): Various corrections and clarifications.
11695 Add completion-regexp-list.
b8d4c8d0
GM
11696 (Minibuffer Completion): Correct and clarify description of
11697 completing-read.
5dcb4c4e
SM
11698 (Completion Commands): Mention Partial Completion mode.
11699 Various other minor changes.
b8d4c8d0
GM
11700 (High-Level Completion): Various corrections and clarifications.
11701 (Reading File Names): Ditto.
11702 (Minibuffer Misc): Ditto.
11703
117042004-01-26 Luc Teirlinck <teirllm@auburn.edu>
11705
11706 * strings.texi (Text Comparison): assoc-string also matches
11707 elements of alists that are strings instead of conses.
11708 (Formatting Strings): Standardize Texinfo usage. Update index
11709 entries.
11710
117112004-01-20 Luc Teirlinck <teirllm@auburn.edu>
11712
11713 * lists.texi (Sets And Lists): Add delete-dups.
11714
117152004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11716
11717 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
11718 special form.
11719 * macros.texi (Defining Macros): Update description of `declare',
11720 which now is a macro.
11721 (Wrong Time): Fix typos.
11722
117232004-01-14 Luc Teirlinck <teirllm@auburn.edu>
11724
11725 * compile.texi (Compilation Functions): Expand descriptions of
11726 `compile-defun', `byte-compile-file', `byte-recompile-directory'
11727 and `batch-byte-compile'. In particular, mention and describe
11728 all optional arguments.
11729 (Disassembly): Correct and clarify the description of `disassemble'.
11730
117312004-01-11 Luc Teirlinck <teirllm@auburn.edu>
11732
11733 * searching.texi: Various small changes in addition to the
11734 following.
11735 (Regexp Example): Adapt to new value of `sentence-end'.
11736 (Regexp Functions): The PAREN argument to `regexp-opt' can be
11737 `words'.
11738 (Search and Replace): Add usage note for `perform-replace'.
11739 (Entire Match Data): Mention INTEGERS and REUSE arguments to
11740 `match-data'.
11741 (Standard Regexps): Update for new values of `paragraph-start'
11742 and `sentence-end'.
11743
117442004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11745
11746 * files.texi (Saving Buffers): Clarify descriptions of
11747 `write-contents-functions' and `before-save-hook'.
11748 Make the defvar's for `before-save-hook' and `after-save-hook'
11749 into defopt's.
11750
117512004-01-07 Kim F. Storm <storm@cua.dk>
11752
11753 * commands.texi (Click Events): Describe new image and
11754 width/height elements of click events.
11755 (Accessing Events): Add posn-string, posn-image, and
11756 posn-object-width-height. Change posn-object to return either
11757 image or string object.
11758
117592004-01-01 Simon Josefsson <jas@extundo.com>
11760
11761 * hooks.texi (Standard Hooks): Add before-save-hook.
11762 * files.texi (Saving Buffers): Likewise.
11763
117642004-01-03 Richard M. Stallman <rms@gnu.org>
11765
11766 * frames.texi (Frames and Windows): Delete frame-root-window.
11767
117682004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11769
11770 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
11771
11772 * functions.texi: Various small changes in addition to the
11773 following.
5dcb4c4e
SM
11774 (What Is a Function): `functionp' returns nil for macros.
11775 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
11776 (Function Documentation): Add `\' in front of (fn @var{arglist})
11777 and explain why.
11778 (Defining Functions): Mention DOCSTRING argument to `defalias'.
11779 Add anchor.
11780 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
11781
117822004-01-01 Miles Bader <miles@gnu.org>
11783
11784 * display.texi (Buttons): New section.
11785
117862003-12-31 Andreas Schwab <schwab@suse.de>
11787
11788 * numbers.texi (Math Functions): sqrt reports a domain-error
11789 error.
11790 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
11791
117922003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11793
11794 * tips.texi (Documentation Tips): Update item on hyperlinks in
11795 documentation strings.
11796
11797 * errors.texi (Standard Errors): Various small corrections and
11798 additions.
11799
11800 * control.texi: Various small changes in addition to the
11801 following.
11802 (Signaling Errors): Provide some more details on how `signal'
11803 constructs the error message. Add anchor to the definition of
11804 `signal'.
11805 (Error Symbols): Describe special treatment of `quit'.
11806 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
11807 to emphasize that it has to be a single form.
11808
11809 * buffers.texi: Add anchor.
11810
118112003-12-29 Richard M. Stallman <rms@gnu.org>
11812
11813 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
11814 (Window Configurations): Add window-configuration-frame.
11815
11816 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
11817
11818 * text.texi (Examining Properties): Add get-char-property-and-overlay.
11819 Change arg name in get-char-property.
11820 (Special Properties): Update handling of keymap property.
11821
11822 * strings.texi (Modifying Strings): Add clear-string.
11823 (Text Comparison): Add assoc-string and remove
11824 assoc-ignore-case, assoc-ignore-representation.
11825
11826 * os.texi (Time of Day): Add set-time-zone-rule.
11827
11828 * numbers.texi (Math Functions): asin, acos, log, log10
11829 report domain-error errors.
11830
11831 * nonascii.texi (Converting Representations):
11832 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
11833 (Encoding and I/O): Add file-name-coding-system.
11834
11835 * modes.texi (Search-based Fontification): Explain that
11836 face specs are symbols with face names as values.
11837
11838 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
11839
11840 * lists.texi (Building Lists): remq moved elsewhere.
11841 (Sets And Lists): remq moved here.
11842 (Association Lists): Refer to assoc-string.
11843
11844 * internals.texi (Garbage Collection): Add memory-use-counts.
11845
11846 * frames.texi (Frames and Windows): Add set-frame-selected-window
11847 and frame-root-window.
11848
11849 * files.texi (Contents of Directories):
11850 Add directory-files-and-attributes.
11851
11852 * display.texi (Refresh Screen): Add force-window-update.
11853 (Invisible Text): Explain about moving point out of invis text.
11854 (Overlay Properties): Add overlay-properties.
11855 (Managing Overlays): Add overlayp.
11856 (GIF Images): Invalid image number displays a hollow box.
11857
11858 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
11859 (Killing Buffers): Add buffer-live-p.
11860
118612003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11862
11863 * display.texi (Fringes): Fix typo "set-buffer-window".
11864
118652003-12-24 Luc Teirlinck <teirllm@auburn.edu>
11866
11867 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
11868 * nonascii.texi, processes.texi, tips.texi, variables.texi:
11869 Add or change various xrefs and anchors.
11870
11871 * commands.texi: Replace all occurrences of @acronym{CAR} with
11872 @sc{car}, for consistency with the rest of the Elisp manual.
11873 `car' and `cdr' are historically acronyms, but are no longer
11874 widely thought of as such.
11875
11876 * internals.texi (Pure Storage): Mention that `purecopy' does not
11877 copy text properties.
11878 (Object Internals): Now 29 bits are used (in most implementations)
11879 to address Lisp objects.
11880
11881 * variables.texi (Variables with Restricted Values): New node.
11882
11883 * objects.texi (Lisp Data Types): Mention that certain variables
11884 can only take on a restricted set of values and add an xref to
11885 the new node "Variables with Restricted Values".
11886
11887 * eval.texi (Function Indirection): Describe the errors that
11888 `indirect-function' can signal.
11889 (Eval): Clarify the descriptions of `eval-region' and `values'.
11890 Describe `eval-buffer' instead of `eval-current-buffer' and
11891 mention `eval-current-buffer' as an alias for `current-buffer'.
11892 Correct the description and mention all optional arguments.
11893
11894 * nonascii.texi: Various small changes in addition to the
11895 following.
11896 (Converting Representations): Clarify behavior of
11897 `string-make-multibyte' and `string-to-multibyte' for unibyte all
11898 ASCII arguments.
11899 (Character Sets): Document the variable `charset-list' and adapt
11900 the definition of the function `charset-list' accordingly.
11901 (Translation of Characters): Clarify use of generic characters in
11902 `make-translation-table'. Clarify and correct the description of
11903 the use of translation tables in encoding and decoding.
11904 (User-Chosen Coding Systems): Correct and clarify the description
11905 of `select-safe-coding-system'.
11906 (Default Coding Systems): Clarify description of
11907 `file-coding-system-alist'.
11908
119092003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11910
11911 * strings.texi (Text Comparison): Correctly describe when two
11912 strings are `equal'. Combine and clarify descriptions of
11913 `assoc-ignore-case' and `assoc-ignore-representation'.
11914
11915 * objects.texi (Non-ASCII in Strings): Clarify description of
11916 when a string is unibyte or multibyte.
11917 (Bool-Vector Type): Update examples.
11918 (Equality Predicates): Correctly describe when two strings are
11919 `equal'.
11920
119212003-11-29 Luc Teirlinck <teirllm@auburn.edu>
11922
11923 * lists.texi (Building Lists): `append' no longer accepts integer
11924 arguments. Update the description of `number-sequence' to reflect
11925 recent changes.
11926 (Sets And Lists): Describe `member-ignore-case' after `member'.
11927
119282003-11-27 Kim F. Storm <storm@cua.dk>
11929
11930 * commands.texi (Click Events): Click object may be an images.
11931 Describe (dx . dy) element of click positions.
11932 (Accessing Events): Remove duplicate posn-timestamp.
11933 New functions posn-object and posn-object-x-y.
11934
119352003-11-23 Kim F. Storm <storm@cua.dk>
11936
11937 * commands.texi (Click Events): Describe enhancements to event
11938 position lists, including new text-pos and (col . row) items.
11939 Mention left-fringe and right-fringe area events.
11940 (Accessing Events): New functions posn-area and
11941 posn-actual-col-row. Mention posn-timestamp. Mention that
11942 posn-point in non-text area still returns buffer position.
11943 Clarify posn-col-row.
11944
119452003-11-21 Lars Hansen <larsh@math.ku.dk>
11946
11947 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
11948 * anti.texi (File Attributes): Describe removed parameter
11949 ID-FORMAT.
11950
119512003-11-20 Luc Teirlinck <teirllm@auburn.edu>
11952
11953 * positions.texi (Positions): Mention that, if a marker is used as
11954 a position, its buffer is ignored.
11955
11956 * markers.texi (Overview of Markers): Mention it here too.
11957
119582003-11-12 Luc Teirlinck <teirllm@auburn.edu>
11959
11960 * numbers.texi (Numeric Conversions): Not just `floor', but also
11961 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
11962
119632003-11-10 Luc Teirlinck <teirllm@auburn.edu>
11964
11965 * markers.texi (Creating Markers): Specify insertion type of
11966 created markers. Add xref to `Marker Insertion Types'.
11967 Second argument to `copy-marker' is optional.
11968 (Marker Insertion Types): Mention that most markers are created
11969 with insertion type nil.
11970 (The Mark): Correctly describe when `mark' signals an error.
11971 (The Region): Correctly describe when `region-beginning' and
11972 `region-end' signal an error.
11973
119742003-11-08 Luc Teirlinck <teirllm@auburn.edu>
11975
11976 * hash.texi (Creating Hash): Clarify description of `eql'.
11977 `makehash' is obsolete.
11978 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
11979
11980 * positions.texi (Point): Change description of `buffer-end', so
11981 that it is also correct for floating point arguments.
11982 (List Motion): Correct argument lists of `beginning-of-defun' and
11983 `end-of-defun'.
11984 (Excursions): Add xref to `Marker Insertion Types'.
11985 (Narrowing): Argument to `narrow-to-page' is optional.
11986
119872003-11-06 Luc Teirlinck <teirllm@auburn.edu>
11988
11989 * streams.texi (Output Streams): Clarify behavior of point for
11990 marker output streams.
11991
119922003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11993
11994 * variables.texi (Defining Variables): Second argument to
11995 `defconst' is not optional.
11996 (Setting Variables): Mention optional argument APPEND to
11997 `add-to-list'.
11998 (Creating Buffer-Local): Expand description of
11999 `make-variable-buffer-local'.
12000 (Frame-Local Variables): Expand description of
12001 `make-variable-frame-local'.
12002 (Variable Aliases): Correct description of optional argument
12003 DOCSTRING to `defvaralias'. Mention return value of
12004 `defvaralias'.
12005 (File Local Variables): Add xref to `File variables' in Emacs
12006 Manual. Correct description of `hack-local-variables'. Mention
12007 `safe-local-variable' property. Mention optional second argument
12008 to `risky-local-variable-p'.
12009
120102003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12011
12012 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12013
120142003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12015
cfdaa150
GM
12016 * anti.texi, backups.texi, commands.texi, customize.texi:
12017 * display.texi, files.texi, internals.texi, keymaps.texi:
12018 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12019 * objects.texi, os.texi, positions.texi, processes.texi:
12020 * searching.texi, sequences.texi, streams.texi, strings.texi:
12021 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
b8d4c8d0
GM
12022
120232003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12024
12025 * strings.texi (Creating Strings): Argument START to `substring'
12026 can not be `nil'. Expand description of
12027 `substring-no-properties'. Correct description of `split-string',
12028 especially with respect to empty matches. Prevent very bad line
12029 break in definition of `split-string-default-separators'.
12030 (Text Comparison): `string=' and `string<' also accept symbols as
12031 arguments.
12032 (String Conversion): More completely describe argument BASE in
12033 `string-to-number'.
12034 (Formatting Strings): `%s' and `%S' in `format' do require
12035 corresponding object. Clarify behavior of numeric prefix after
12036 `%' in `format'.
12037 (Case Conversion): The argument to `upcase-initials' can be a
12038 character.
12039
120402003-10-27 Kenichi Handa <handa@m17n.org>
12041
12042 * display.texi (Fontsets): Fix texinfo usage.
12043
120442003-10-25 Kenichi Handa <handa@m17n.org>
12045
12046 * display.texi (Fontsets): Add description of the function
12047 set-fontset-font.
12048
120492003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12050
12051 * display.texi (Temporary Displays): Add xref to `Documentation
12052 Tips'.
12053
12054 * functions.texi (Function Safety): Use inforef instead of pxref
12055 for SES.
12056
120572003-10-23 Andreas Schwab <schwab@suse.de>
12058
12059 * Makefile.in (TEX, texinputdir): Don't define.
12060 (TEXI2DVI): Define.
12061 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12062 add $(srcdir)/index.texi.
12063 ($(infodir)/elisp): Remove index.texi dependency.
12064 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12065 (index.texi): Remove target.
12066 (dist): Don't link $(srcdir)/permute-index.
12067 (clean): Don't remove index.texi.
12068
12069 * permute-index, index.perm: Remove.
12070 * index.texi: Rename from index.unperm.
12071
120722003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12073
12074 * tips.texi (Documentation Tips): Document new behavior for face
12075 and variable hyperlinks in Help mode.
12076
120772003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12078
12079 * objects.texi (Integer Type): Update for extra bit of integer range.
12080 (Character Type): Ditto.
12081
120822003-10-16 Eli Zaretskii <eliz@gnu.org>
12083
12084 * numbers.texi (Integer Basics): Add index entries for reading
12085 numbers in hex, octal, and binary.
12086
120872003-10-16 Lute Kamstra <lute@gnu.org>
12088
12089 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12090 argument.
12091
120922003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12093
12094 * windows.texi (Choosing Window): Fix typo.
12095 * edebug.texi (Edebug Execution Modes): Fix typo.
12096
120972003-10-13 Richard M. Stallman <rms@gnu.org>
12098
12099 * windows.texi (Basic Windows): A window has fringe settings,
12100 display margins and scroll-bar settings.
12101 (Splitting Windows): Doc split-window return value.
12102 Clean up one-window-p.
12103 (Selecting Windows): Fix typo.
12104 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12105 (Buffers and Windows): In set-window-buffer, explain effect
12106 on fringe settings and scroll bar settings.
12107 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12108 (Choosing Window): Use defopt for pop-up-frame-function.
12109 For special-display-buffer-names, explain same-window and same-frame.
12110 Clarify window-dedicated-p return value.
12111 (Textual Scrolling): scroll-up and scroll-down can get an error.
12112 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12113 Clarify set-window-hscroll.
12114 (Size of Window): Don't mention tool bar in window-height.
12115 (Coordinates and Windows): Explain what coordinates-in-window-p
12116 returns for fringes and display margins.
12117 (Window Configurations): Explain saving fringes, etc.
12118
12119 * tips.texi (Library Headers): Clean up Documentation.
12120
12121 * syntax.texi (Parsing Expressions): Clean up forward-comment
12122 and parse-sexp-lookup-properties.
12123
12124 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12125
12126 * os.texi (System Environment): Clean up text for load-average errors.
12127
12128 * modes.texi (Hooks): Don't explain local hook details at front.
12129 Clarify run-hooks and run-hook-with-args a little.
12130 Clean up add-hook and remove-hook.
12131
12132 * edebug.texi (Edebug Execution Modes): Clarify t.
12133 Document edebug-sit-for-seconds.
12134 (Coverage Testing): Document C-x X = and =.
12135 (Instrumenting Macro Calls): Fix typo.
12136 (Specification List): Don't index the specification keywords.
12137
121382003-10-10 Kim F. Storm <storm@cua.dk>
12139
12140 * processes.texi (Network): Introduce make-network-process.
12141
121422003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12143
12144 * tips.texi (Library Headers): Fix typo.
12145
121462003-10-07 Juri Linkov <juri@jurta.org>
12147
12148 * modes.texi (Imenu): Mention imenu-create-index-function's
12149 default value. Explain submenus better.
12150
121512003-10-07 Lute Kamstra <lute@gnu.org>
12152
12153 * modes.texi (Faces for Font Lock): Fix typo.
12154 (Hooks): Explain how buffer-local hook variables can refer to
12155 global hook variables.
12156 Various minor clarifications.
12157
121582003-10-06 Lute Kamstra <lute@gnu.org>
12159
12160 * tips.texi (Coding Conventions): Mention naming conventions for
12161 hooks.
12162
121632003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12164
12165 * loading.texi (Library Search): Correct default value of
12166 load-suffixes.
12167 (Named Features): Fix typo.
12168
121692003-10-05 Richard M. Stallman <rms@gnu.org>
12170
12171 * loading.texi (Named Features): In `provide',
12172 say how to test for subfeatures.
12173 (Unloading): In unload-feature, use new var name
12174 unload-feature-special-hooks.
12175
121762003-10-03 Lute Kamstra <lute@gnu.org>
12177
12178 * modes.texi (Major Mode Conventions): Mention third way to set up
12179 Imenu.
12180 (Imenu): A number of small fixes.
12181 Delete documentation of internal variable imenu--index-alist.
12182 Document the return value format of imenu-create-index-function
12183 functions.
12184
121852003-09-30 Richard M. Stallman <rms@gnu.org>
12186
12187 * processes.texi (Network): Say what stopped datagram connections do.
12188
12189 * lists.texi (Association Lists): Clarify `assq-delete-all'.
12190
12191 * display.texi (Overlay Properties): Clarify `evaporate' property.
12192
121932003-09-29 Lute Kamstra <lute@gnu.org>
12194
12195 * modes.texi (Mode Line Data): Explain when symbols in mode-line
12196 constructs should be marked as risky.
12197 Change cons cell into proper list.
12198 (Mode Line Variables): Change cons cell into proper list.
12199
122002003-09-26 Lute Kamstra <lute@gnu.org>
12201
12202 * modes.texi (Mode Line Data): Document the :propertize construct.
12203 (Mode Line Variables): Reorder the descriptions of the variables
12204 to match their order in the default mode-line-format.
12205 Describe the new variables mode-line-position and mode-line-modes.
12206 Update the default values of mode-line-frame-identification,
12207 minor-mode-alist, and default-mode-line-format.
12208 (Properties in Mode): Mention the :propertize construct.
12209
122102003-09-26 Richard M. Stallman <rms@gnu.org>
12211
12212 * buffers.texi, commands.texi, debugging.texi, eval.texi:
12213 * loading.texi, minibuf.texi, text.texi, variables.texi:
12214 Avoid @strong{Note:}.
12215
122162003-09-26 Richard M. Stallman <rms@gnu.org>
12217
12218 * keymaps.texi (Remapping Commands): Fix typo.
12219
122202003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
12221
12222 * processes.texi (Low-Level Network): Fix typo.
12223
122242003-09-23 Kim F. Storm <storm@cua.dk>
12225
12226 * processes.texi (Network, Network Servers): Fix typos.
12227 (Low-Level Network): Add timeout value for :server keyword.
12228 Add new option keywords to make-network-process.
12229 Add set-network-process-options.
12230 Explain how to test availability of network options.
12231
122322003-09-19 Richard M. Stallman <rms@gnu.org>
12233
12234 * text.texi (Motion by Indent): Arg to
12235 backward-to-indentation and forward-to-indentation is optional.
12236
12237 * strings.texi (Creating Strings): Add substring-no-properties.
12238
12239 * processes.texi
12240 (Process Information): Add list-processes arg QUERY-ONLY.
12241 Delete process-contact from here.
12242 Add new status values for process-status.
12243 Add process-get, process-put, process-plist, set-process-plist.
12244 (Synchronous Processes): Add call-process-shell-command.
12245 (Signals to Processes): signal-process allows process objects.
12246 (Network): Complete rewrite.
12247 (Network Servers, Datagrams, Low-Level Network): New nodes.
12248
12249 * positions.texi (Word Motion): forward-word, backward-word
12250 arg is optional. Reword.
12251
12252 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12253
12254 * variables.texi (Creating Buffer-Local):
12255 Delete duplicate definition of buffer-local-value.
12256 (File Local Variables): Explain about discarding text props.
12257
122582003-09-11 Richard M. Stallman <rms@gnu.org>
12259
12260 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12261 changes variables that record input events.
12262 (Minibuffer Misc): Add minibuffer-selected-window.
12263
12264 * lists.texi (Building Lists): Add copy-tree.
12265
12266 * display.texi (Fontsets): Add char-displayable-p.
12267 (Scroll Bars): New node.
12268
122692003-09-08 Lute Kamstra <lute@gnu.org>
12270
12271 * modes.texi (%-Constructs): Document new `%i' and `%I'
12272 constructs.
12273
122742003-09-03 Peter Runestig <peter@runestig.com>
12275
12276 * makefile.w32-in: New file.
12277
122782003-08-29 Richard M. Stallman <rms@gnu.org>
12279
12280 * display.texi (Overlay Properties): Clarify how priorities
12281 affect use of the properties.
12282
122832003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12284
12285 * customize.texi (Type Keywords): Correct the description of
12286 `:help-echo' in the case where `motion-doc' is a function.
12287
122882003-08-14 John Paul Wallington <jpw@gnu.org>
12289
12290 * modes.texi (Emulating Mode Line): Subsection, not section.
12291
122922003-08-13 Richard M. Stallman <rms@gnu.org>
12293
12294 * elisp.texi (Top): Update subnode lists in menu.
12295
12296 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12297 (Kill Functions): kill-region has new arg yank-handler.
12298 (Yanking): New node.
12299 (Yank Commands): Add yank-undo-function.
12300 (Low-Level Kill Ring):
12301 kill-new and kill-append have new arg yank-handler.
12302 (Changing Properties): Add remove-list-of-text-properties.
12303 (Atomic Changes): New node.
12304
12305 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12306
12307 * streams.texi (Output Variables): Add eval-expression-print-length
12308 and eval-expression-print-level.
12309
12310 * os.texi (Time Conversion): For encode-time, explain limits on year.
12311
12312 * objects.texi (Character Type): Define anchor "modifier bits".
12313
12314 * modes.texi (Emulating Mode Line): New node.
12315 (Search-based Fontification): Font Lock uses font-lock-face property.
12316 (Other Font Lock Variables): Likewise.
12317
12318 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12319 not vectors.
12320 (Active Keymaps): Add emulation-mode-map-alists.
12321 (Functions for Key Lookup): key-binding has new arg no-remap.
12322 (Remapping Commands): New node.
12323 (Scanning Keymaps): where-is-internal has new arg no-remap.
12324 (Tool Bar): Add tool-bar-local-item-from-menu.
12325 Clarify when to use tool-bar-add-item-from-menu.
12326
12327 * commands.texi (Interactive Call): commandp has new arg.
12328 (Command Loop Info): Add this-original-command.
12329
123302003-08-06 John Paul Wallington <jpw@gnu.org>
12331
12332 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12333
12334 * display.texi (Warning Basics): Fix typo.
12335 (Fringes): Add closing curly bracket and fix typo.
12336
12337 * elisp.texi (Top): Fix typo.
12338
123392003-08-05 Richard M. Stallman <rms@gnu.org>
12340
12341 * elisp.texi: Update lists of subnodes.
12342
12343 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12344
12345 * variables.texi (Local Variables): Use lc for example variable names.
12346
12347 * tips.texi (Library Headers): Explain where to put -*-.
12348
12349 * strings.texi (Creating Strings): Fix xref for vconcat.
12350
12351 * sequences.texi (Vector Functions):
12352 vconcat no longer allows integer args.
12353
12354 * minibuf.texi (Reading File Names): read-file-name has new
12355 arg PREDICATE. New function read-directory-name.
12356
c4cc8b9a 12357 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
12358 (Indenting Macros): New node.
12359
12360 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12361 (Window Frame Parameters): Make separate table of parameters
12362 that are coupled with specific face attributes.
12363 (Deleting Frames): delete-frame-hooks renamed to
12364 delete-frame-functions.
12365
12366 * files.texi (Magic File Names): Add file-remote-p.
12367 Clarify file-local-copy.
12368
12369 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12370 here; instead xref Defining Macros.
12371
12372 * display.texi (Warnings): New node, and subnodes.
12373 (Fringes): New node.
12374
12375 * debugging.texi (Test Coverage): New node.
12376
12377 * compile.texi (Compiler Errors): Explain with-no-warnings
12378 and other ways to suppress warnings.
12379
12380 * commands.texi (Interactive Call): Minor clarification.
12381
12382 * buffers.texi (Buffer File Name): set-visited-file-name
12383 renames the buffer too.
12384
12385 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12386
123872003-07-24 Markus Rost <rost@math.ohio-state.edu>
12388
12389 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12390
123912003-07-22 Markus Rost <rost@math.ohio-state.edu>
12392
12393 * internals.texi (Garbage Collection): Fix previous change.
12394
123952003-07-22 Richard M. Stallman <rms@gnu.org>
12396
12397 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12398
12399 * display.texi (Width): Use \s syntax in example.
12400 (Font Selection): Add face-font-rescale-alist.
12401
12402 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12403 Remove spurious indent in example.
12404
12405 * lists.texi (Building Lists): Add number-sequence.
12406
12407 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12408
12409 * functions.texi (Function Documentation): Explain how to
12410 show calling convention explicitly in the doc string.
12411
12412 * windows.texi (Selecting Windows): save-selected-window saves
12413 selected window of each frame.
12414 (Window Configurations): Minor change.
12415
12416 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12417
12418 * streams.texi (Output Variables): Add print-continuous-numbering
12419 and print-number-table.
12420
12421 * processes.texi (Decoding Output): New node.
12422
12423 * os.texi (Time Conversion): decode-time arg is optional.
12424
12425 * objects.texi (Character Type): Don't use space as example for \.
12426 Make list of char names and \-sequences correspond.
12427 Explain that \s is not used in strings. `\ ' needs space after.
12428
12429 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12430 (Translation of Characters): Add translation-table-for-input.
12431 (Default Coding Systems): Add auto-coding-functions.
12432 (Explicit Encoding): Add decode-coding-inserted-region.
12433 (Locales): Add locale-info.
12434
12435 * minibuf.texi (Basic Completion): Describe test-completion.
12436 Collections can be lists of strings.
12437 Clean up lazy-completion-table.
12438 (Programmed Completion): Mention test-completion.
12439 Clarify why lambda expressions are not accepted.
12440 (Minibuffer Misc): Describe minibufferp.
12441
124422003-07-14 Richard M. Stallman <rms@gnu.org>
12443
12444 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12445
12446 * windows.texi (Selecting Windows): New arg to select-window.
12447 (Selecting Windows): Add with-selected-window.
12448 (Size of Window): Add window-inside-edges, etc.
12449
12450 * internals.texi (Garbage Collection): Add post-gc-hook.
12451
12452 * processes.texi (Subprocess Creation): Add exec-suffixes.
12453
12454 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12455 (Scanning Keymaps): Add map-keymaps.
12456 (Defining Menus): Add keymap-prompt.
12457
12458 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12459 most-negative-fixnum.
12460
c4cc8b9a 12461 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
12462 (Compiler Errors): New node.
12463
12464 * os.texi (User Identification): user-uid, user-real-uid
12465 can return float.
12466
12467 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12468 and about derived modes.
12469 (Minor Modes): Add minor-mode-list.
12470 (Defining Minor Modes): Keyword args for define-minor-mode.
12471 (Search-based Fontification): Explain managing other properties.
12472 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 12473 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
12474 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12475
12476 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12477 (Variable Aliases): Clarify defvaralias.
12478
12479 * loading.texi (Library Search): Add load-suffixes.
12480
12481 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12482 (Programmed Completion): Add dynamic-completion-table.
12483
12484 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12485 (Magic File Names): Specify precedence order of handlers.
12486
12487 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12488 and post-command-hook.
12489 (Waiting): New calling convention for sit-for.
12490
12491 * text.texi (Special Properties): local-map and keymap properties
12492 apply based on their stickiness.
12493
124942003-07-07 Richard M. Stallman <rms@gnu.org>
12495
12496 * modes.texi (Minor Mode Conventions): Specify only some kinds
12497 of list values as args to minor modes.
12498
12499 * files.texi (File Name Expansion): Warn about iterative use
12500 of substitute-in-file-name.
12501
12502 * advice.texi (Activation of Advice): Clean up previous change.
12503
125042003-07-06 Markus Rost <rost@math.ohio-state.edu>
12505
12506 * advice.texi (Activation of Advice): Note that ad-start-advice is
12507 turned on by default.
12508
125092003-06-30 Richard M. Stallman <rms@gnu.org>
12510
12511 * text.texi (Buffer Contents): Document current-word.
12512 (Change Hooks): Not called for *Messages*.
12513
12514 * functions.texi (Defining Functions): Explain about redefining
12515 primitives.
f4e90db0 12516 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
12517 Comment out the detailed criteria for what is safe.
12518
125192003-06-22 Andreas Schwab <schwab@suse.de>
12520
12521 * objects.texi (Symbol Type): Fix description of examples.
12522
125232003-06-16 Andreas Schwab <schwab@suse.de>
12524
12525 * hash.texi (Creating Hash): Fix description of :weakness.
12526
c8763fb6 125272003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
12528
12529 * files.texi (Changing Files): copy-file copies file modes, too.
12530
125312003-05-28 Richard M. Stallman <rms@gnu.org>
12532
12533 * strings.texi (Creating Strings): Clarify split-string.
12534
125352003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12536
12537 * strings.texi (Creating Strings): Update split-string specification
12538 and examples.
12539
125402003-05-19 Richard M. Stallman <rms@gnu.org>
12541
12542 * elisp.texi: Correct invariant section names.
12543
125442003-04-20 Richard M. Stallman <rms@gnu.org>
12545
12546 * os.texi (Timers): Explain about timers and quitting.
12547
125482003-04-19 Richard M. Stallman <rms@gnu.org>
12549
12550 * internals.texi (Writing Emacs Primitives): Strings are
12551 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12552 Explain GCPRO convention for varargs function args.
12553
125542003-04-16 Richard M. Stallman <rms@gnu.org>
12555
12556 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12557
125582003-04-08 Richard M. Stallman <rms@gnu.org>
12559
12560 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12561
125622003-02-13 Kim F. Storm <storm@cua.dk>
12563
12564 * objects.texi (Character Type): New \s escape for space.
12565
125662003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12567
5dcb4c4e 12568 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
12569
125702003-01-25 Richard M. Stallman <rms@gnu.org>
12571
12572 * keymaps.texi: Document that a symbol can act as a keymap.
12573
125742003-01-13 Richard M. Stallman <rms@gnu.org>
12575
12576 * text.texi (Changing Properties): Say string indices are origin-0.
12577
12578 * positions.texi (Screen Lines) <compute-motion>:
12579 Correct order of elts in return value.
12580
12581 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12582 how to define a default binding.
12583
125842002-12-07 Markus Rost <rost@math.ohio-state.edu>
12585
12586 * loading.texi (Unloading): Fix recent change for load-history.
12587
12588 * customize.texi (Simple Types): Clarify description of custom
12589 type 'number. Describe new custom type 'float.
12590
125912002-12-04 Markus Rost <rost@math.ohio-state.edu>
12592
12593 * variables.texi (File Local Variables): Fix typo.
12594
c8763fb6 125952002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
12596
12597 From Michael Albinus <Michael.Albinus@alcatel.de>.
12598
12599 * README: Target for Info file is `make info'.
12600
5dcb4c4e 12601 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
12602 `file-name-sans-extension'.
12603 (Magic File Names): Complete list of operations for magic file
12604 name handlers.
12605
126062002-09-16 Jonathan Yavner <jyavner@engineer.com>
12607
12608 * variables.texi (File Local Variables): New function
12609 risky-local-variable-p.
12610
126112002-09-15 Jonathan Yavner <jyavner@engineer.com>
12612
12613 * functions.texi (Function safety): New node about unsafep.
12614
126152002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
12616
5dcb4c4e 12617 * customize.texi (Splicing into Lists): Fix example.
a86cd395 12618 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
12619
126202002-06-17 Juanma Barranquero <lektu@terra.es>
12621
12622 * frames.texi (Display Feature Testing): Fix typo.
12623
126242002-06-12 Andreas Schwab <schwab@suse.de>
12625
12626 * frames.texi (Initial Parameters, Resources): Fix references to
12627 the Emacs manual.
12628
126292002-05-13 Kim F. Storm <storm@cua.dk>
12630
6e911150 12631 * variables.texi (Intro to Buffer-Local): Update warning and
b8d4c8d0
GM
12632 example relating to changing buffer inside let.
12633
c8763fb6 126342002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
12635
12636 * os.texi (Session Management): New node about X Session management.
12637
126382002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
12639
12640 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
12641 to which the manual corresponds, and the copyright years.
12642
12643 * Makefile.in (VERSION): Set to 2.9.
12644
126452001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
12646
12647 * elisp.texi: Change the category in @dircategory to "Emacs", to
12648 make it consistent with info/dir.
12649
126502001-11-25 Miles Bader <miles@gnu.org>
12651
12652 * text.texi (Fields): Describe new `limit' arg in
12653 field-beginning/field-end.
12654
126552001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
12656
5dcb4c4e
SM
12657 * permute-index: Don't depend on csh-specific features.
12658 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
12659
12660 * two-volume-cross-refs.txt: New file.
12661 * two.el: New file.
12662 * spellfile: New file.
12663
126642001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
12665
12666 * permute-index: New file.
12667
12668 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
12669 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
12670 8+3 restricted namespace.
12671
12672 * Makefile.in (infodir): Define relative to $(srcdir).
12673 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
12674 include directories list via -I switch to makeinfo.
12675 (index.texi): Use cp if both hard and symbolic links fail.
12676
126772001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
12678
12679 * Makefile.in (distclean): Add.
12680
12681 The following changes make ELisp manual part of the Emacs
12682 distribution:
12683
12684 * Makefile.in: Add Copyright notice.
12685 (prefix): Remove.
12686 (infodir): Change value to "../info".
12687 (VPATH): New variable.
12688 (MAKE): Don't define.
12689 (texmacrodir): Don't define.
12690 (texinputdir): Append the existing value of TEXINPUTS.
12691 ($(infodir)/elisp): Instead of just "elisp". Reformat the
12692 command to be compatible with man/Makefile.in, and to put the
12693 output into ../info.
12694 (info): Add target.
12695 (installall): Target removed.
12696
c8763fb6 126972001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
12698
12699 * tips.texi (Coding Conventions): Fix typo.
12700
127012001-10-23 Gerd Moellmann <gerd@gnu.org>
12702
12703 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
12704
127052001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
12706
12707 * files.texi (File Name Components): Update the description of
12708 file-name-sans-extension and file-name-extension, as they now
12709 ignore leading dots.
12710
127112001-10-20 Gerd Moellmann <gerd@gnu.org>
12712
12713 * (Version 21.1 released.)
12714
127152001-10-19 Miles Bader <miles@gnu.org>
12716
12717 * positions.texi (Text Lines): Describe behavior of
12718 `beginning-of-line'/`end-of-line' in the presence of field properties.
12719
127202001-10-17 Gerd Moellmann <gerd@gnu.org>
12721
12722 * Makefile.in (VERSION): Set to 2.8.
12723 (manual): Use `manual-21'.
12724
12725 * elisp.texi (VERSION): Add and use it where the version
12726 number was used. Set it to 2.8.
12727
12728 * intro.texi: Likewise.
12729
127302001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12731
12732 * files.texi (File Name Completion): Document the significance of
12733 a trailing slash in elements of completion-ignored-extensions.
12734
127352001-10-06 Miles Bader <miles@gnu.org>
12736
12737 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
12738
127392001-10-04 Gerd Moellmann <gerd@gnu.org>
12740
12741 * variables.texi (Variable Aliases): New node.
12742
127432001-10-04 Gerd Moellmann <gerd@gnu.org>
12744
12745 * Branch for 21.1.
12746
127472001-10-02 Miles Bader <miles@gnu.org>
12748
12749 * minibuf.texi (Minibuffer Misc): Add entries for
12750 `minibuffer-contents', `minibuffer-contents-no-properties', and
12751 `delete-minibuffer-contents'.
12752 Correct description for `minibuffer-prompt-end'.
12753
12754 * text.texi (Property Search): Correct descriptions of
12755 `next-char-property-change' and `previous-char-property-change'.
12756 Add entries for `next-single-char-property-change' and
12757 `previous-single-char-property-change'.
12758 Make operand names a bit more consistent.
12759
127602001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
12761
12762 * frames.texi (Finding All Frames): Document that next-frame and
12763 previous-frame are local to current terminal.
12764
127652001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
12766
12767 * keymaps.texi (Creating Keymaps): Fix the description of the
12768 result of make-keymap.
12769
127702001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
12771
12772 * display.texi (Font Lookup, Attribute Functions)
12773 (Image Descriptors): Add cross-references to the definition of
12774 selected frame.
12775
12776 * buffers.texi (The Buffer List): Add cross-references to the
12777 definition of selected frame.
12778
12779 * frames.texi (Input Focus): Clarify which frame is _the_ selected
12780 frame at any given time.
12781 (Multiple Displays, Size and Position): Add a cross-reference to
12782 the definition of the selected frame.
12783
127842001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12785
12786 * strings.texi (String Conversion) <string-to-number>: Document
12787 that a float is returned for integers that are too large.
12788
12789 * frames.texi (Mouse Position): Document mouse-position-function.
12790 (Display Feature Testing): Document display-images-p.
12791 (Window Frame Parameters): Document the cursor-type variable.
12792
12793 * numbers.texi (Integer Basics): Document CL style read syntax for
12794 integers in bases other than 10.
12795
5dcb4c4e
SM
12796 * positions.texi (List Motion):
12797 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
12798
12799 * lists.texi (Sets And Lists): Document member-ignore-case.
12800
12801 * internals.texi (Garbage Collection): Document the used and free
12802 strings report.
12803 (Memory Usage): Document strings-consed.
12804
12805 * os.texi (Time of Day): Document float-time.
12806 (Recording Input): Document that clear-this-command-keys clears
12807 the vector to be returned by recent-keys.
12808
ed9265fc
JB
12809 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
12810 The argument keymap can be a list.
b8d4c8d0
GM
12811
12812 * nonascii.texi (User-Chosen Coding Systems)
12813 <select-safe-coding-system>: Document the new argument
12814 accept-default-p and the variable
12815 select-safe-coding-system-accept-default-p. Tell what happens if
12816 buffer-file-coding-system is undecided.
12817 (Default Coding Systems): Document auto-coding-regexp-alist.
12818
12819 * display.texi (The Echo Area) <message>: Document
12820 message-truncate-lines.
12821 (Glyphs): Document that the glyph table is unused on windowed
12822 displays.
12823
12824 * help.texi (Describing Characters) <single-key-description>:
12825 Document the new argument no-angles.
12826 (Accessing Documentation) <documentation-property>: Document that
12827 a non-string property is evaluated.
12828 <documentation>: Document that the function-documentation property
12829 is looked for.
12830
12831 * windows.texi (Selecting Windows): Document some-window.
12832
12833 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
12834
12835 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
12836 apropos-mode-hook.
12837
12838 * commands.texi (Using Interactive): Document interactive-form.
12839 (Keyboard Macros): Document kbd-macro-termination-hook.
12840 (Command Loop Info): Document that clear-this-command-keys clears
12841 the vector to be returned by recent-keys.
12842
128432001-09-04 Werner LEMBERG <wl@gnu.org>
12844
12845 * Makefile.in (srcdir, texinputdir): New variables.
12846 (srcs, index.texi, install): Use $(srcdir).
12847 (.PHONY): Remove elisp.dvi.
12848 (elisp): Use -I switch for makeinfo.
12849 (elisp.dvi): Use $(srcdir) and $(texinputdir).
12850 (installall, dist): Use $(srcdir).
12851 Fix path to texinfo.tex.
12852 (maintainer-clean): Add elisp.dvi and elisp.oaux.
12853
128542001-08-30 Gerd Moellmann <gerd@gnu.org>
12855
12856 * display.texi (Conditional Display): Adjust to API change.
12857
12858 * configure: New file.
12859
128602001-07-30 Gerd Moellmann <gerd@gnu.org>
12861
12862 * commands.texi (Repeat Events): Add description of
12863 double-click-fuzz.
12864
128652001-05-08 Stefan Monnier <monnier@cs.yale.edu>
12866
12867 * syntax.texi (Syntax Class Table): Add the missing designator for
12868 comment and string fences.
12869 (Syntax Properties): Add a xref to syntax table internals.
12870 (Syntax Table Internals): Document string-to-syntax.
12871
128722001-05-07 Gerd Moellmann <gerd@gnu.org>
12873
12874 * Makefile.in (install): Use install-info command line options
12875 like in Emacs' Makefile.in.
12876
128772000-12-09 Miles Bader <miles@gnu.org>
12878
12879 * windows.texi (Window Start): Update documentation for
12880 `pos-visible-in-window-p'.
12881
128822000-11-12 Stefan Monnier <monnier@cs.yale.edu>
12883
12884 * lists.texi (Building Lists): Add footnote to explain how to add
12885 to the end of a list.
12886
128872000-10-25 Gerd Moellmann <gerd@gnu.org>
12888
12889 * files.texi (Visiting Functions): Typos.
12890
128912000-10-25 Kenichi Handa <handa@etl.go.jp>
12892
12893 * files.texi (Visiting Functions): Return value of
12894 find-file-noselect may be a list of buffers if wildcards are used.
12895
128962000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12897
12898 * display.texi (Defining Faces): Document `graphic' display type
12899 in face specs.
12900
b344d29d 129012000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
12902
12903 * hooks.texi (Standard Hooks): Replace obsolete
12904 `after-make-frame-hook' with `after-make-frame-functions'.
12905
12906 * frames.texi (Creating Frames): Ditto.
12907
12908 * variables.texi (Future Local Variables): Ditto.
12909
129102000-10-16 Gerd Moellmann <gerd@gnu.org>
12911
12912 * display.texi (Other Image Types): Add description of :foreground
12913 and :background properties of mono PBM images.
12914
129152000-08-17 Werner LEMBERG <wl@gnu.org>
12916
12917 * .cvsignore: New file.
12918
129192000-01-05 Gerd Moellmann <gerd@gnu.org>
12920
12921 * tindex.pl: New script.
12922
129231999-12-03 Dave Love <fx@gnu.org>
12924
12925 * Makefile.in (MAKEINFO): New parameter.
12926
129271999-09-17 Richard Stallman <rms@gnu.org>
12928
12929 * Makefile.in (srcs): Add hash.texi.
12930 (VERSION): Update to 20.6.
12931
129321999-09-13 Richard Stallman <rms@gnu.org>
12933
12934 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
12935
129361998-08-29 Karl Heuer <kwzh@gnu.org>
12937
12938 * configure.in: New file.
12939 * Makefile.in: Renamed from Makefile.
12940 (prefix, infodir): Use value obtained from configure.
12941 (emacslibdir): Obsolete variable deleted.
12942 (dist): Distribute configure.in, configure, Makefile.in.
12943
129441998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12945
12946 * Makefile (INSTALL_INFO): New variable.
12947 (install): Run install-info.
12948
129491998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12950
12951 * Makefile (elisp.dvi): Add missing backslash.
12952
129531998-05-02 Richard Stallman <rms@psilocin.gnu.org>
12954
12955 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
12956 Run texindex without `./'. Always run texindex on elisp.tp.
12957 (elisp.tps): Target deleted.
12958
129591998-04-05 Richard Stallman <rms@psilocin.gnu.org>
12960
12961 * Makefile (srcs): Add nonascii.texi and customize.texi.
12962 (dist): Start by deleting `temp'.
12963
129641998-02-17 Richard Stallman <rms@psilocin.gnu.org>
12965
12966 * Makefile (makeinfo, texindex): Targets deleted.
12967 (makeinfo.o, texindex.o): Targets deleted.
12968 (clean, dist): Don't do anything with them or with getopt*.
12969
129701998-01-30 Richard Stallman <rms@psilocin.gnu.org>
12971
12972 * Makefile (SHELL): Defined.
12973
129741998-01-27 Richard Stallman <rms@psilocin.gnu.org>
12975
12976 * Makefile (elisp.tps): New target.
12977 (elisp.dvi): Depend on elisp.tps.
12978
c5602427 129791996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
12980
12981 * README: Update phone number.
12982
12983 * Makefile (elisp): Make this be the default target.
12984 Depend on makeinfo.c instead of makeinfo.
12985 (install): Don't depend on elisp.dvi, since we don't install that.
12986 Use mkinstalldirs.
12987 (dist): Add mkinstalldirs.
12988
c5602427 129891995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
12990
12991 * Makefile (VERSION): Update version number.
5dcb4c4e 12992 (maintainer-clean): Rename from realclean.
b8d4c8d0 12993
c5602427 129941995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
12995
12996 * Makefile (realclean): New target.
12997 (elisp): Remove any old elisp-* files first.
12998
c5602427 129991993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
13000
13001 * Makefile (VERSION): New variable.
13002 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13003 Compressed file suffix should be `.gz', not `.z'.
13004
ce058493 130051993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13006
13007 * Makefile (elisp): Depend on makeinfo.
13008
c5602427 130091993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
13010
13011 * Makefile (srcs): Add anti.texi.
13012
c5602427 130131993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13014
13015 * Makefile (infodir, prefix): New vars.
13016 (install): Use infodir.
f4e90db0 13017 (emacsinfodir): Delete.
b8d4c8d0 13018
c5602427 130191993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13020
13021 * Makefile (srcs): Add calendar.texi.
13022
13023 * Makefile (dist): Copy texindex.c and makeinfo.c.
13024 Limit elisp-* files to those with one or two digits.
13025
c5602427 130261993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 13027
f4e90db0 13028 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 13029
c5602427 130301993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13031
13032 * loading.texi (Unloading): define-function changed back to
13033 defalias. It may not stay this way, but at least it's
13034 consistent with the known-good version of the code patch.
13035
c5602427 130361993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
13037
13038 * modes.texi (Hooks): Document new optional arg of add-hook.
13039
c5602427 130401993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13041
13042 * variables.texi: Document nil initial value of buffer-local variables.
13043
13044 * tips.texi: Add new section on standard library headers.
13045
c5602427 130461993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
13047
13048 * Makefile (srcs): Add frame.texi to the list of sources.
13049
c5602427 130501993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
13051
13052 * Makefile (dist): Don't bother excluding autosave files; they'll
13053 never make it into the temp directory anyway, and the hash marks
13054 in the name are problematic for make and the Bourne shell.
ed9265fc 13055 (srcs): ???
b8d4c8d0 13056
c5602427 130571993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
13058
13059 * Makefile (dist): Don't include backup files or autosave files in
13060 the distribution tar file.
13061
c5602427 130621991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 13063
5dcb4c4e 13064 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
13065 (elisp.dvi): Remove erroneous shell comment.
13066 Expect output of permute-index in permuted.fns.
13067 Save old elisp.aux in elisp.oaux.
5dcb4c4e 13068 (clean): Add index.texi to be deleted.
b8d4c8d0 13069
c5602427 130701990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
13071
13072 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13073
c5602427 130741990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
13075
13076 * files.texi: Noted that completion-ignored-extensions is ignored
13077 when making *Completions*.
13078
3e868ee3 130791990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
13080
13081 * Makefile make dist now depends on elisp.dvi, since it tries
13082 to include it in the dist file.
13083
c5602427 130841990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 13085
c5602427 13086 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 13087
c5602427 130881989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
13089
13090 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13091 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13092
c5602427 130931989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
13094
13095 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13096 and @error{} are the terms now being used. The files in the
13097 directory have been changed to reflect this.
13098
13099 * All instances of @indentedresultt{} have been changed to
333f9019 13100 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 13101
c5602427 131021989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
13103
13104 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13105 experimental @indentedresult{}, @indentedexpandsto{} are part of
13106 the texinfo.tex in this directory. These TeX macros are not
13107 stable yet.
13108
c5602427 131091989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
13110
13111 * texinfo.tex: Temporarily added
13112 \let\result=\dblarrow
13113 \def\error{{\it ERROR} \longdblarrow}
13114 We need to do this better soon.
13115
c5602427 131161989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
13117
13118 * Applied Karl Berry's patches to *.texinfo files, but not to
13119 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13120 new title page format is also not applied, since it requires
13121 texinfo.tex changes.)
13122
13123 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13124 for the Project GNU development environment.
13125
13126;; Local Variables:
c8763fb6 13127;; coding: utf-8
b8d4c8d0
GM
13128;; End:
13129
ba318903 13130 Copyright (C) 1998-2014 Free Software Foundation, Inc.
b8d4c8d0
GM
13131
13132 This file is part of GNU Emacs.
13133
352c8b4a 13134 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 13135 it under the terms of the GNU General Public License as published by
352c8b4a
GM
13136 the Free Software Foundation, either version 3 of the License, or
13137 (at your option) any later version.
b8d4c8d0
GM
13138
13139 GNU Emacs is distributed in the hope that it will be useful,
13140 but WITHOUT ANY WARRANTY; without even the implied warranty of
13141 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13142 GNU General Public License for more details.
13143
13144 You should have received a copy of the GNU General Public License
352c8b4a 13145 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.