ede.texi: Remove documentation for features only in CEDET upstream.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
1917cf46
PE
12014-03-18 Paul Eggert <eggert@cs.ucla.edu>
2
3 Improve documentation for integer and floating-point basics.
4 * numbers.texi (Numbers, Integer Basics, Float Basics):
5 Document the basics a bit more precisely. Say more clearly
6 that Emacs floating-point numbers are IEEE doubles on all
7 current platforms. Give more details about frexp.
8 Say more clearly that '1.' is an integer.
9 (Predicates on Numbers): Fix wholenump typo.
10 * objects.texi (Integer Type): Adjust to match numbers.texi.
11
53e84c5f 122014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6c187ef5
SM
13
14 * functions.texi (Advising Functions): Try and improve the text.
15 Add example use of advice-add (bug#16959).
16 (Core Advising Primitives): Rename. Explain handling of interactive
17 specs, including advice-eval-interactive-spec.
18 (Advising Named Functions): Try and better explain the difference with
19 add-function.
20 (Porting old advices): New node.
21
09b73f08
PE
222014-03-18 Paul Eggert <eggert@cs.ucla.edu>
23
24 Style fixes for floating-point doc.
25 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
26 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
27 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
28 * processes.texi, streams.texi, strings.texi, text.texi:
29 * variables.texi, windows.texi:
30 Hyphenate "floating-point" iff it precedes a noun.
31 Reword to avoid nouns and hyphenation when that's easy.
32 Prefer "integer" to "integer number" and "is floating point"
33 to "is a floating point number".
34 Prefer "@minus{}" to "-" when it's a minus.
35
b92631bf
MR
362014-03-16 Martin Rudalics <rudalics@gmx.at>
37
38 * display.texi (Temporary Displays): Rewrite descriptions of
39 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
6c187ef5 40 * help.texi (Help Functions): Rewrite description of `with-help-window'.
b92631bf 41
480d4f57
DG
422014-03-15 Dmitry Gutov <dgutov@yandex.ru>
43
44 * display.texi (Blinking): Update WRT to the new
45 `blink-matchin-paren' behavior.
46
cfd5e825
MR
472014-03-14 Martin Rudalics <rudalics@gmx.at>
48
49 * display.texi (Temporary Displays): Say that
b92631bf 50 `with-temp-buffer-window' makes its buffer current.
cfd5e825
MR
51 * frames.texi (Size and Position): Describe new option
52 `frame-resize-pixelwise'. Rewrite descriptions of
53 `set-frame-size', `set-frame-height' and `set-frame-width'.
54
7e940b65
MR
552014-03-09 Martin Rudalics <rudalics@gmx.at>
56
6c187ef5 57 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
7e940b65
MR
58 * text.texi (Primitive Indent):
59 * strings.texi (String Basics):
6c187ef5 60 * sequences.texi (Sequence Functions): Update references accordingly.
7e940b65
MR
61 * display.texi (Size of Displayed Text): Rename section from
62 "Width". Add description for `window-text-pixel-size'.
63 (Window Dividers): Reword description of window dividers.
64 * frames.texi (Layout Parameters): Improve description of window
65 divider parameters.
66 * windows.texi (Window Sizes): Add descriptions of
67 `window-mode-line-height' and `window-header-line-height'.
68 (Coordinates and Windows): Mention window dividers.
69
f2c5082b
MR
702014-03-07 Martin Rudalics <rudalics@gmx.at>
71
2c6053e8
MR
72 * buffers.texi (The Buffer List): Rename node to Buffer List.
73 Describe `buffer-list-update-hook'.
74 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
75 Add node for Window Dividers.
76 * hooks.texi (Standard Hooks): Add reference to
77 `buffer-list-update-hook'.
f2c5082b
MR
78 * windows.texi (Window Sizes): Describe `window-min-size'.
79 (Splitting Windows): Update description of `split-window'.
2c6053e8 80 (Selecting Windows): Update description of `select-window'.
f2c5082b 81
cac0a1d6
MR
822014-03-06 Martin Rudalics <rudalics@gmx.at>
83
84 * frames.texi (Size and Position): Rewrite entries for
6c187ef5
SM
85 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
86 Add description for `fit-frame-to-buffer-sizes'.
cac0a1d6
MR
87 * windows.texi (Resizing Windows): Add descriptions for
88 pixelwise resizing. Add entries for `window-resize-pixelwise'
6c187ef5
SM
89 and `fit-window-to-buffer-horizontally'.
90 Rewrite `fit-window-to-buffer' entry.
cac0a1d6 91
7c45220b
XF
922014-03-06 Xue Fuqiao <xfq@gnu.org>
93
94 * internals.texi (Window Internals): Remove field `region_showing'.
95
222426f6
GM
962014-03-06 Glenn Morris <rgm@gnu.org>
97
98 * searching.texi (Replacing Match):
99 Remove incorrect, uninteresting return value. (Bug#16942)
100
e1a2cb1c
MR
1012014-03-05 Martin Rudalics <rudalics@gmx.at>
102
103 * display.texi (Window Dividers): New section.
104 * frames.texi (Layout Parameters): Add right-divider-width and
105 bottom-divider-width.
106 * windows.texi (Window Sizes): Redraw schematic and rewrite its
107 description. Rewrite descriptions of `window-total-height',
108 `window-total-width', `window-total-size', `window-body-height',
109 `window-body-width' and `window-size-fixed'. Add descriptions
110 for `window-pixel-height', `window-pixel-width',
111 `window-min-height' and `window-min-width'. Remove description
112 of `window-size-fixed-p' moving part of it to that of
113 `window-size-fixed'.
6c187ef5 114 (Resizing Windows): Mention dividers when talking about minimum sizes.
e1a2cb1c 115
47b73b35
GM
1162014-03-05 Glenn Morris <rgm@gnu.org>
117
118 * modes.texi (SMIE Customization): New section.
119 * elisp.texi (Top): Update detailed menu.
120
87132570
MR
1212014-03-04 Martin Rudalics <rudalics@gmx.at>
122
123 * windows.texi (Windows and Frames): Add some missing &optional
124 designators. Adjust description of window-in-direction.
125
35e951cd 1262014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
62d81bd7
BR
127
128 * markers.texi (Moving Marker Positions): Clarify guidance about
129 when to move markers and when to create a new one, as discussed at
130 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
131
d2b94b15
GM
1322014-03-02 Glenn Morris <rgm@gnu.org>
133
134 * text.texi (Decompression): New node.
135 * elisp.texi (Top): Update detailed menu.
136
3a6e15dd
GM
1372014-03-01 Glenn Morris <rgm@gnu.org>
138
139 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
140
0fcfa974
XF
1412014-02-28 Xue Fuqiao <xfq@gnu.org>
142
35e951cd
JB
143 * functions.texi (Advising Functions, Advising Named Functions):
144 Tweak markup.
65fa1016 145
ecc384ac
XF
146 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
147
0fcfa974 148 * elisp.texi (Top):
35e951cd
JB
149 * commands.texi (Generic Commands, Defining Commands):
150 Document `define-alternatives'.
0fcfa974 151
8603bdb3
XF
1522014-02-27 Xue Fuqiao <xfq@gnu.org>
153
eed1c399
XF
154 * windows.texi (Window Sizes): Document `window-size'.
155 (Display Action Functions): Document `display-buffer-at-bottom'.
156 (Window Configurations): Minor fixes.
157
158 * modes.texi (Header Lines): Document `window-header-line-height'.
159
160 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
161
de37b1f4
XF
162 * windows.texi (Window Sizes, Resizing Windows): Document some
163 pixelwise window operations.
164
6be76608
XF
165 * text.texi (Margins): Fix the description of RET and `C-j'.
166
8603bdb3
XF
167 * frames.texi (Multiple Terminals): Document
168 `display-monitor-attributes-list' and `display-monitor-attributes'.
169 (Display Feature Testing): Add some notes about multi-monitor.
170
ea7826ba
GM
1712014-02-27 Glenn Morris <rgm@gnu.org>
172
173 * minibuf.texi (Programmed Completion):
174 Mention completion-table-with-cache.
175
98bd6b32
GM
1762014-02-25 Glenn Morris <rgm@gnu.org>
177
178 * display.texi (Window Systems):
179 Replace term-setup-hook with emacs-startup-hook.
180 * hooks.texi (Standard Hooks):
181 Replace term-setup-hook with tty-setup-hook.
182 * os.texi (Startup Summary, Init File, Terminal-Specific):
183 Replace term-setup-hook with tty-setup-hook, and update.
184
add6de1c
SM
1852014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
186
53e84c5f
JB
187 * functions.texi (Declare Form): Document gv-expander, gv-setter,
188 and compiler-macro (bug#16829, bug#15093).
add6de1c 189
37febf53
JB
1902014-02-21 Juanma Barranquero <lekktu@gmail.com>
191
192 * windows.texi (Window Configurations): Doc fix.
193 (Windows and Frames): Fix typo.
194
458e643b
GM
1952014-02-21 Glenn Morris <rgm@gnu.org>
196
197 * internals.texi (Process Internals):
5fcd01e5
GM
198 * processes.texi (Subprocess Creation, Deleting Processes)
199 (Output from Processes, Process Buffers, Filter Functions)
200 (Accepting Output, Sentinels, Network, Network Servers):
458e643b
GM
201 Filters and sentinels can no longer be nil.
202 * elisp.texi (Top): Menu update.
203
189e7007
GM
2042014-02-20 Glenn Morris <rgm@gnu.org>
205
206 * functions.texi (Defining Functions): Mention defalias-fset-function.
207
add6de1c
SM
2082014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * minibuf.texi (Completion Commands): Don't document obsolete
211 `common-substring' arg of display-completion-list.
212
2836affa
GM
2132014-02-17 Glenn Morris <rgm@gnu.org>
214
215 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
216 Mention read-regexp-defaults-function.
217
47a73eb0
GM
2182014-02-13 Glenn Morris <rgm@gnu.org>
219
220 * debugging.texi (Debugger Commands): Tiny edits.
221
fa792979
GM
2222014-02-12 Glenn Morris <rgm@gnu.org>
223
224 * package.texi (Simple Packages): Describe URL and Keywords headers.
225
63d93efd
LI
2262014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
227
add6de1c
SM
228 * text.texi (User-Level Deletion):
229 Document `delete-trailing-whitespace' (bug#15309).
63d93efd 230
d6d5fdf8
LI
2312014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
232
438241f5
LI
233 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
234
981c3e4f
LI
235 * display.texi (Blinking): Clarify doc string in example (bug#10658).
236
d6d5fdf8
LI
237 * commands.texi (Accessing Mouse): Mention that these function
238 also work on keyboard events (bug#14228).
28d51810 239 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
d6d5fdf8 240
fff711ee
LI
2412014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
242
241781b6
LI
243 * display.texi (Face Attributes): Add an index (bug#14924).
244
fff711ee
LI
245 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
246
314ffdb1
GM
2472014-02-06 Glenn Morris <rgm@gnu.org>
248
249 * display.texi (Truncation):
250 * positions.texi (Screen Lines): Do not mention cache-long-scans.
251
bd21bf41
JL
2522014-01-31 Juri Linkov <juri@jurta.org>
253
254 * searching.texi (String Search): Incremental word search fixes.
255
e3bd7eed
GM
2562014-01-28 Glenn Morris <rgm@gnu.org>
257
258 * text.texi (Indent Tabs): Update related to tab-stops.
259
0db19d38
GM
2602014-01-24 Glenn Morris <rgm@gnu.org>
261
1e548e40
GM
262 * control.texi (Handling Errors): Update with-demoted-errors.
263
0db19d38
GM
264 * files.texi (File Locks): Every platform supports locking now.
265
7b997b14
GM
2662014-01-22 Glenn Morris <rgm@gnu.org>
267
268 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
269
64295f83
GM
2702014-01-20 Glenn Morris <rgm@gnu.org>
271
272 * hash.texi (Other Hash): Do not mention subr-x.el functions;
273 reverts 2013-12-22 change.
274
122ff675
SM
2752014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
276
277 * functions.texi (Advising Functions): New section.
278 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
279 run-hook-wrapped any more.
280 (Hooks): Link to the new Advising Functions node.
281 * elisp.texi (Top): Don't include advice.texi.
282 * advice.texi: Remove.
283 * makefile.w32-in (srcs):
284 * Makefile.in (srcs): Adjust accordingly.
285
fa49b469
RS
2862014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
287
9fb07a9e
RS
288 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
289
fa49b469
RS
290 * strings.texi (Text Comparison): Document `string-suffix-p'.
291
d831c9b8
GM
2922014-01-07 Glenn Morris <rgm@gnu.org>
293
294 * files.texi (File Attributes): Fix superscipt typo.
295
de7ce2d1
CY
2962014-01-07 Chong Yidong <cyd@gnu.org>
297
298 * files.texi (Changing Files): Document copy-file changes.
299
809d2ce4
GM
3002014-01-07 Glenn Morris <rgm@gnu.org>
301
302 * display.texi (Logging Messages): Copyedits re messages-buffer.
303
c6ab4664
PE
3042014-01-06 Paul Eggert <eggert@cs.ucla.edu>
305
306 Specify .texi encoding (Bug#16292).
307 * back.texi, book-spine.texi, lay-flat.texi:
308 Add @documentencoding.
309
81c7d631
CY
3102014-01-05 Chong Yidong <cyd@gnu.org>
311
312 * backups.texi (Making Backups): Document backup-buffer change.
313
314 * files.texi (Visiting Files): Copyedits.
315 (Testing Accessibility): Mention ACLs. Move file-modes here from
316 File Attributes.
317 (Truenames): Move file-equal-p here from Kinds of Files.
318 (File Attributes): Move file-newer-than-file-p here from Testing
319 Accessibility.
320 (Extended Attributes): New node. Add file-extended-attributes.
321 (Changing Files): Document set-file-extended-attributes.
322
323 * commands.texi (Defining Commands): Document the interactive-form
324 property more carefully. Document interactive-only.
325
326 * compile.texi (Compiler Errors): Copyedits. Note that the
327 details for byte-compile-warnings are in its docstring.
328
329 * minibuf.texi (Minibuffer Contents): Remove obsolete function
330 minibuffer-completion-contents.
331
332 * variables.texi (Defining Variables): Note that defvar acts
333 always on the dynamic value.
334
335 * customize.texi (Variable Definitions): Likewise.
336
7c2127d0
PE
3372014-01-05 Paul Eggert <eggert@cs.ucla.edu>
338
5a0f4e90
PE
339 Document vconcat and the empty vector (Bug#16246).
340 * sequences.texi (Vector Functions):
341 Document behavior better when the result is empty.
342
7c2127d0
PE
343 Document behavior of (string-to-number "+@") (Bug#16293).
344 * strings.texi (String Conversion): Document behavior of
345 string-to-number on invalid strings that begin with "+", too.
346
d6d78511
CY
3472014-01-03 Chong Yidong <cyd@gnu.org>
348
349 * help.texi (Documentation, Accessing Documentation): Copyedits.
350 (Documentation Basics): Rewrite, avoiding a repeat discussion of
351 docstring conventions.
352
353 * tips.texi (Documentation Tips): Move discussion of
354 emacs-lisp-docstring-fill-column here from Documentation Basics.
355
356 * compile.texi (Docs and Compilation): Copyedits.
357
33f846fb
GM
3582014-01-02 Glenn Morris <rgm@gnu.org>
359
360 * numbers.texi (Numeric Conversions): Fix a typo.
361
a560b856
PE
3622013-12-29 Paul Eggert <eggert@cs.ucla.edu>
363
364 Plain copy-file no longer chmods an existing destination (Bug#16133).
365 * files.texi (Changing Files): Document this.
366
4364185f
CY
3672013-12-28 Chong Yidong <cyd@gnu.org>
368
6c187ef5 369 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
4364185f
CY
370
371 * buffers.texi (Modification Time): Document visited-file-modtime
372 change.
373
c04d52fb
GM
3742013-12-28 Glenn Morris <rgm@gnu.org>
375
376 * control.texi (Pattern matching case statement): Brevity.
377
0f1d2934
CY
3782013-12-27 Chong Yidong <cyd@gnu.org>
379
380 * functions.texi (Function Cells):
381 * eval.texi (Function Indirection): Update for the fact that
382 symbol-function no longer signals an error.
383
384 * commands.texi (Reading One Event): Mention keyboard coding.
385
386 * keymaps.texi (Translation Keymaps, Translation Keymaps):
387 * nonascii.texi (Terminal I/O Encoding): Copyedits.
388
2200a8c9
CY
3892013-12-26 Chong Yidong <cyd@gnu.org>
390
391 * advice.texi (Advising Functions, Defining Advice): Special forms
392 can no longer be advised.
393
c9352587
CY
3942013-12-25 Chong Yidong <cyd@gnu.org>
395
396 * keymaps.texi (Active Keymaps): Re-organize the text.
397 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
398 (Controlling Active Maps): Note that set-transient-map uses
399 overriding-terminal-local-map.
400
401 * tips.texi (Coding Conventions): Tweak the coding system tip;
402 Emacs now uses utf-8 by default for Emacs Lisp source files.
403
404 * display.texi (Font Selection): Tweak example.
405
6c187ef5 406 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
c9352587
CY
407
408 * nonascii.texi (Specifying Coding Systems): Don't refer to
409 emacs-mule-dos.
410 (Lisp and Coding Systems): Describe emacs-mule return value in
411 modern terms.
412
ff1c842a
TH
4132013-12-25 Tassilo Horn <tsdh@gnu.org>
414
415 * control.texi (Pattern matching case statement): Rephrase lexical
416 binding requirement: the example needs it, not `pcase' itself.
417
362397ed
CY
4182013-12-25 Chong Yidong <cyd@gnu.org>
419
420 * eval.texi (Eval): Document the LEXICAL arg to eval.
421
422 * variables.texi (Variables, Void Variables): Use "scoping rule"
423 terminology consistently.
424 (Variable Scoping): Add index entries, and use "dynamic scope"
425 terminology in place of "indefinite scope" to reduce confusion.
426 (Lexical Binding): Document lexical environment format.
427 (Using Lexical Binding): Add index entries for error messages.
428
a9560047
TH
4292013-12-24 Tassilo Horn <tsdh@gnu.org>
430
431 * control.texi (Pattern matching case statement): Fix missing
add6de1c
SM
432 argument in simple expression language sample (Bug#16238).
433 Add some sample programs written in that language. Mention that
a9560047
TH
434 `pcase' requires lexical binding.
435
46291d11
XF
4362013-12-23 Xue Fuqiao <xfq.free@gmail.com>
437
2d778742
XF
438 * eval.texi (Special Forms): Document `special-form-p'.
439
440 * macros.texi (Simple Macro): Document `macrop'.
441
882b0b86
XF
442 * files.texi (Changing Files): Fix an argument of `copy-file'.
443
46291d11
XF
444 * strings.texi (Creating Strings): Document TRIM in `split-string'.
445
8cd22a08
CY
4462013-12-23 Chong Yidong <cyd@gnu.org>
447
add6de1c
SM
448 * keymaps.texi (Controlling Active Maps):
449 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
8cd22a08
CY
450 (Searching Keymaps): The transient keymap takes precedence.
451
aec3bf9f
GM
4522013-12-23 Glenn Morris <rgm@gnu.org>
453
454 * loading.texi (How Programs Do Loading, Load Suffixes):
455 Mention `load-prefer-newer'.
456
bb962da2
XF
4572013-12-22 Xue Fuqiao <xfq.free@gmail.com>
458
aec3bf9f
GM
459 * hash.texi (Other Hash): Document `hash-table-keys'
460 and `hash-table-values'.
bb962da2 461
77e5bcc5
EZ
4622013-12-22 Eli Zaretskii <eliz@gnu.org>
463
464 * nonascii.texi (Character Properties): NAME or OLD-NAME
465 properties can be nil (there's no empty string).
a9877c32 466 (Character Properties): Update the reference to the UCD.
77e5bcc5 467
c9832cd8
XF
4682013-12-22 Xue Fuqiao <xfq.free@gmail.com>
469
77e5bcc5
EZ
470 * sequences.texi (Bool-Vectors): Document new bool-vector set
471 operation functions.
8fc36a68 472
05e8f1ae
XF
473 * text.texi (Examining Properties): Document `get-pos-property'.
474
aec3bf9f
GM
475 * variables.texi (Directory Local Variables):
476 Document `enable-dir-local-variables'.
b345c561 477
aec3bf9f
GM
478 * debugging.texi (Debugger Commands):
479 Document `debugger-toggle-locals'.
c9832cd8 480
77221051
CY
4812013-12-21 Chong Yidong <cyd@gnu.org>
482
483 * text.texi (Region Indent): Note the new interactive behavior of
484 indent-rigidly.
485
dfff9284
TH
4862013-12-20 Tassilo Horn <tsdh@gnu.org>
487
3fbba716
TH
488 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
489 one or many arguments.
490
6f1de4d1
TH
491 * display.texi: Document `messages-buffer'.
492
dfff9284
TH
493 * os.texi: Document `initial-buffer-choice' changes.
494
f5df4ceb
CY
4952013-12-20 Chong Yidong <cyd@gnu.org>
496
497 * text.texi (Changing Properties): Improve documentation for
498 add-face-text-property.
499 (Special Properties): Mention add-face-text-property.
500
fb891cc8
CY
5012013-12-18 Chong Yidong <cyd@gnu.org>
502
18874304
CY
503 * customize.texi (Custom Themes): Document custom-known-themes
504 (Bug#15717).
505
fb891cc8
CY
506 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
507 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
508
06a4f110
GM
5092013-12-13 Glenn Morris <rgm@gnu.org>
510
511 * internals.texi (Building Emacs):
512 * loading.texi (Library Search): Mention that site-load,
513 site-init cannot change load-path.
514
b55e11bf
GM
5152013-12-12 Glenn Morris <rgm@gnu.org>
516
517 * elisp.texi: Tweak dircategory.
518
01633a17
EZ
5192013-12-12 Eli Zaretskii <eliz@gnu.org>
520
521 * nonascii.texi (Encoding and I/O): Document file-name encoding
522 peculiarities on MS-Windows.
523
f9405d87
GM
5242013-12-12 Glenn Morris <rgm@gnu.org>
525
526 * elisp.texi: Sync direntry with info/dir version.
527
36291308
JB
5282013-12-08 Juanma Barranquero <lekktu@gmail.com>
529
530 * display.texi (Progress, Face Remapping):
531 * processes.texi (Serial Ports):
532 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
533
c085e5b9
JL
5342013-12-04 Juri Linkov <juri@jurta.org>
535
536 * searching.texi (Search and Replace): Fix `unread-command-events'
537 and add ref.
538
9139632a
JL
5392013-12-03 Juri Linkov <juri@jurta.org>
540
541 * windows.texi (Choosing Window): Rename `no-display-ok' to
542 `allow-no-window'. (Bug#13594)
543
26e4aa7d
GM
5442013-11-30 Glenn Morris <rgm@gnu.org>
545
546 * Makefile.in (distclean): Remove Makefile.
547
c8f0efc2
AP
5482013-11-29 Andreas Politz <politza@fh-trier.de>
549
550 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
551 (Bug#14029).
552
cb6c95a3
GM
5532013-11-27 Glenn Morris <rgm@gnu.org>
554
555 * loading.texi (Library Search):
556 * os.texi (Startup Summary): No more leim directory.
557
d6686055
GM
5582013-11-26 Glenn Morris <rgm@gnu.org>
559
560 * os.texi (Startup Summary): Update for leim-list being preloaded.
561
f6083c67
BJ
5622013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
563
564 * frames.texi (Input Focus):
565 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
566
17e0445b
GM
5672013-11-23 Glenn Morris <rgm@gnu.org>
568
569 * loading.texi (Library Search):
570 Empty elements in EMACSLOADPATH now mean the default load-path.
571
88fa559d
GM
5722013-11-22 Glenn Morris <rgm@gnu.org>
573
574 * loading.texi (Library Search): Minor clarification.
575
f0cfa5fe
LL
5762013-11-20 Leo Liu <sdl.web@gmail.com>
577
578 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
579
a6e3a5d5
XF
5802013-11-19 Xue Fuqiao <xfq.free@gmail.com>
581
582 * os.texi (File Notifications): Add an index.
583
584 * loading.texi (Loading): Add an cross-reference.
585
4ae3802f
XF
5862013-11-18 Xue Fuqiao <xfq.free@gmail.com>
587
588 * os.texi (Session Management, Desktop Notifications): Add some
589 indexes and a cross-reference.
590
de586f99
XF
5912013-11-17 Xue Fuqiao <xfq.free@gmail.com>
592
35e951cd
JB
593 * os.texi (Time Parsing, Processor Run Time, Input Modes)
594 (Terminal Output): Minor fixes.
de586f99 595
90794abb
GM
5962013-11-14 Glenn Morris <rgm@gnu.org>
597
598 * loading.texi (Library Search): Update section.
599
7d3bb569
XF
6002013-11-11 Xue Fuqiao <xfq.free@gmail.com>
601
602 * os.texi (User Identification, Time of Day, Time Conversion):
603 Minor fixes.
604
fb193bb4
JD
6052013-11-10 Jan Djärv <jan.h.d@swipnet.se>
606
607 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
608
be9d2b46
XF
6092013-11-09 Xue Fuqiao <xfq.free@gmail.com>
610
611 * os.texi (Startup Summary): Add an index about startup screen.
6e466459 612 Typo fix.
d612ddbb 613 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
be9d2b46 614
8acb09ca
EZ
6152013-11-08 Eli Zaretskii <eliz@gnu.org>
616
617 * display.texi (Truncation): Document that cache-long-scans is now
618 non-nil by default. (Bug#15797)
619
c67c5132
EZ
6202013-11-05 Eli Zaretskii <eliz@gnu.org>
621
622 * lists.texi (Rearrangement): Fix indexing.
623
624 * display.texi (Bidirectional Display): Fix indexing.
625
29aa2b71
XF
6262013-11-05 Xue Fuqiao <xfq.free@gmail.com>
627
5e21526f
XF
628 * lists.texi (Rearrangement): Improve indexing.
629
29aa2b71 630 * display.texi (Glyphs): Add an index for glyph code.
5e21526f 631 (Bidirectional Display): Improve indexing.
29aa2b71 632
3c334c14
JD
6332013-11-01 Jan Djärv <jan.h.d@swipnet.se>
634
635 * display.texi (Face Attributes): Document :distant-foreground.
636
bc5184ab
XF
6372013-10-30 Xue Fuqiao <xfq.free@gmail.com>
638
639 * display.texi (Abstract Display): Improve indexing.
640
23af34b0
SM
6412013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * display.texi (Selective Display): Discourage the use of explicit
644 selective display.
645
81cf3b07
XF
6462013-10-29 Xue Fuqiao <xfq.free@gmail.com>
647
027d950f
XF
648 * display.texi (Showing Images): Add an index for image-size.
649 Use @code instead of @var for a normal variable.
142207c0 650 (Multi-Frame Images): Improve indexing.
6c187ef5
SM
651 (Button Buffer Commands): Use @code instead of @var for a normal
652 variable.
e54711f3 653 (Abstract Display): Explain the meaning of Ewoc.
81cf3b07 654
3c640e29
XF
6552013-10-27 Xue Fuqiao <xfq.free@gmail.com>
656
44e0cfaf 657 * display.texi (Image Descriptors): Improve indexing.
3c640e29 658
7db9c31e
XF
6592013-10-26 Xue Fuqiao <xfq.free@gmail.com>
660
661 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
918a7ad4 662 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
7db9c31e 663
619a46f8
XF
6642013-10-25 Xue Fuqiao <xfq.free@gmail.com>
665
666 * display.texi (Fontsets): Minor wording fix.
3e1300f7
XF
667 (Low-Level Font): Improve indexing.
668
669 * nonascii.texi (Character Properties): Add an index for script symbols.
619a46f8 670
578ef6b9
XF
6712013-10-24 Xue Fuqiao <xfq.free@gmail.com>
672
673 * display.texi (Face Remapping): Add indexes for face remapping.
4fa11a36 674 (Font Selection): Add indexes.
8b78f36c 675 (Low-Level Font): Add an index for font registry.
578ef6b9 676
48f73cfb
GM
6772013-10-23 Glenn Morris <rgm@gnu.org>
678
76f1a3c3
GM
679 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
680 Nuke @refill.
681
48f73cfb
GM
682 * Makefile.in (install-dvi, install-html, install-pdf)
683 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
684 (uninstall-pdf): Quote entities that might contain whitespace.
685
8d02f0ad
XF
6862013-10-19 Xue Fuqiao <xfq.free@gmail.com>
687
76f1a3c3
GM
688 * display.texi (Face Attributes): Add indexes for the ‘:box’
689 face attribute.
8d02f0ad 690
917ac5eb
XF
6912013-10-18 Xue Fuqiao <xfq.free@gmail.com>
692
74f202ae 693 * display.texi (Line Height): Add indexes for line height.
917ac5eb 694
475c7d3f
XF
6952013-10-17 Xue Fuqiao <xfq.free@gmail.com>
696
697 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
698
89f20e05
XF
6992013-10-16 Xue Fuqiao <xfq.free@gmail.com>
700
701 * display.texi (Selective Display): Add an index for explicit
702 selective display.
703
2641f1a5
XF
7042013-10-15 Xue Fuqiao <xfq.free@gmail.com>
705
706 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
707
8c106d17
GM
7082013-10-13 Glenn Morris <rgm@gnu.org>
709
710 * intro.texi (Acknowledgments): Use accented form of some names.
711
fa022909
GM
7122013-10-09 Glenn Morris <rgm@gnu.org>
713
714 * control.texi (Conditionals): Copyedits. (Bug#15558)
715
4ed77415 7162013-10-08 Eli Zaretskii <eliz@gnu.org>
981b26a6 717
4ed77415 718 Support menus on text-mode terminals.
add6de1c
SM
719 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
720 Modify wording to the effect that menus are supported on TTYs.
981b26a6
EZ
721
722 * frames.texi (Pop-Up Menus, Dialog Boxes)
723 (Display Feature Testing): Update for menu support on TTYs.
724
6de913c4
SM
7252013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
728 non-headings.
729
9e73b242
XF
7302013-10-05 Xue Fuqiao <xfq.free@gmail.com>
731
732 * syntax.texi (Categories): Add an index for category sets.
733
79b3ad55
XF
7342013-10-03 Xue Fuqiao <xfq.free@gmail.com>
735
35e951cd 736 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
79b3ad55 737
8c1f51ff
XF
7382013-10-02 Xue Fuqiao <xfq.free@gmail.com>
739
740 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
741
6cfe977d
XF
7422013-09-29 Xue Fuqiao <xfq.free@gmail.com>
743
744 * searching.texi (Regexp Search): Refine.
745
69b3debc
XF
7462013-09-22 Xue Fuqiao <xfq.free@gmail.com>
747
748 * nonascii.texi (Default Coding Systems): Typo fix.
749
87829449
XF
7502013-09-21 Xue Fuqiao <xfq.free@gmail.com>
751
53e84c5f
JB
752 * nonascii.texi (Coding System Basics): Add information about
753 carriage-return.
87829449 754
0df00f59
EZ
7552013-09-14 Eli Zaretskii <eliz@gnu.org>
756
757 * display.texi (Display Margins): State the units of measuring
758 margin width. (Bug#15375)
759
3509fb40
EZ
7602013-09-13 Eli Zaretskii <eliz@gnu.org>
761
762 * text.texi (Not Intervals): Minor wording fix.
763
99d8e6d6
XF
7642013-09-12 Xue Fuqiao <xfq.free@gmail.com>
765
3509fb40
EZ
766 * functions.texi (Obsolete Functions): Add an index for obsolete
767 functions.
99d8e6d6 768
44ee2147
XF
7692013-09-11 Xue Fuqiao <xfq.free@gmail.com>
770
771 * nonascii.texi (Character Properties): Character properties fix
772 for decimal-digit-value and digit-value.
773
eb31a86c
SM
7742013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * macros.texi (Defining Macros): Prefer "function" to "lambda
777 expression" (bug#15296).
778
50b13cde
PE
7792013-08-28 Paul Eggert <eggert@cs.ucla.edu>
780
781 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
782 for portability to hosts where /bin/sh has problems.
783
a8544941
SM
7842013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
787
9f0809d4
EZ
7882013-08-20 Eli Zaretskii <eliz@gnu.org>
789
790 * files.texi (Information about Files): Mention file names with
791 trailing blanks on MS-Windows. (Bug#15130)
792
c5074806
XF
7932013-08-18 Xue Fuqiao <xfq.free@gmail.com>
794
795 * positions.texi (Positions): Improve indexing.
796
e2c90473
EZ
7972013-08-18 Eli Zaretskii <eliz@gnu.org>
798
799 * markers.texi (The Region): Improve indexing.
800
278d6dd0
XF
8012013-08-17 Xue Fuqiao <xfq.free@gmail.com>
802
ab100635
XF
803 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
804
278d6dd0
XF
805 * text.texi (Maintaining Undo): Mention interactive call of
806 buffer-disable-undo.
c9b39934 807 (Filling): Add cross-reference for hard newlines.
d3110177 808 (Sorting): Fix indentation.
38b4c7f8 809 (Columns): Comment out undefined behavior.
ad6643fe 810 (Case Changes): Fix an `args-out-of-range' error in the example.
278d6dd0 811
2bede2ed
XF
8122013-08-16 Xue Fuqiao <xfq.free@gmail.com>
813
c8068af5 814 * text.texi (Insertion): Refine.
bd805d5b 815 (Margins): Add an index.
e4043ba0 816 (Undo): Doc fix for `buffer-undo-list'.
8b8bf4a3 817
2bede2ed 818 * positions.texi (Character Motion):
35e951cd
JB
819 * markers.texi (Moving Markers, Creating Markers):
820 Comment out undefined behavior.
2bede2ed 821
7cbbcaa0
XF
8222013-08-15 Xue Fuqiao <xfq.free@gmail.com>
823
824 * markers.texi (The Region): Add/move indexes.
825
8259030d
LMI
8262013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
827
828 * display.texi (ImageMagick Images): Mention :content-type and
829 `image-content-type-suffixes'.
830
f73f4ce6
XF
8312013-08-13 Xue Fuqiao <xfq.free@gmail.com>
832
833 * positions.texi (Word Motion): Remove redundant sentence.
834
3e6b67c9
GM
8352013-08-13 Glenn Morris <rgm@gnu.org>
836
837 * lists.texi (List Elements):
838 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
839
5c41e9ff
XF
8402013-08-13 Xue Fuqiao <xfq.free@gmail.com>
841
916119ec 842 * frames.texi (Display Feature Testing): Add indexes.
5c41e9ff 843
8496d8d7
GM
8442013-08-12 Glenn Morris <rgm@gnu.org>
845
846 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
847 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
848 (INSTALL_DATA): New, set by configure.
849 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
850 New variables.
851 (.SUFFIXES): Add .ps and .dvi.
852 (.dvi.ps): New suffix rule.
853 (dvi, html, pdf, ps): Use *_TARGETS variables.
854 (elisp.html): Use HTML_OPTS.
855 (elisp.ps): Remove explicit rule.
c295fc18
JB
856 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
857 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
8496d8d7
GM
858 uninstall-ps, and uninstall-doc.
859 (install-dvi, install-html, install-pdf, install-ps, install-doc)
860 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
861 (uninstall-doc): New rules.
862 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
863
3a3bb904
XF
8642013-08-10 Xue Fuqiao <xfq.free@gmail.com>
865
866 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
867
4517cbc2
XF
8682013-08-09 Xue Fuqiao <xfq.free@gmail.com>
869
870 * control.texi (Error Symbols): Minor fix for previous change.
871
54bd972f
SM
8722013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
875
876 * control.texi (Signaling Errors): Refer to define-error.
877 (Error Symbols): Add `define-error'.
878
e30b79c1
DA
8792013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
880
881 * positions.texi (Motion by Screen Lines):
882 * display.texi (Truncation): Rename `cache-long-line-scans'
883 to `cache-long-scans'.
884
123ff297
XF
8852013-08-05 Xue Fuqiao <xfq.free@gmail.com>
886
887 * windows.texi (Window Start and End): Add an index.
888
9097ad86
XF
8892013-08-02 Xue Fuqiao <xfq.free@gmail.com>
890
891 * display.texi (Face Functions): Add an index.
892
893 * variables.texi (Variable Aliases): Add an index.
894
895 * functions.texi (Defining Functions): Add an index.
896
897 * nonascii.texi (Coding System Basics): Add an index.
898
64a695bd
XF
8992013-07-31 Xue Fuqiao <xfq.free@gmail.com>
900
901 * nonascii.texi (Non-ASCII Characters): Update menu.
53e84c5f
JB
902 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
903 Fix cross-references.
64a695bd
XF
904
905 * elisp.texi (Top): Update menu.
906
39e8fb76
XF
9072013-07-30 Xue Fuqiao <xfq.free@gmail.com>
908
909 * windows.texi (Window History): Mention the default value of
3cd51eaa 910 switch-to-visible-buffer. Add cross-references.
39e8fb76 911
95e6e62b
MA
9122013-07-24 Michael Albinus <michael.albinus@gmx.de>
913
914 * errors.texi (Standard Errors): Fix typo.
915
916 * files.texi (Magic File Names):
917 * os.texi (File Notifications): Remove file-notify-supported-p.
918
53840e55
PE
9192013-07-24 Paul Eggert <eggert@cs.ucla.edu>
920
921 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
922 non-well-formed expressions result in unspecified behavior, though
923 Emacs will not crash.
924
32813ea7
MA
9252013-07-22 Michael Albinus <michael.albinus@gmx.de>
926
927 * files.texi (Magic File Names): Add file-notify-add-watch,
add6de1c
SM
928 file-notify-rm-watch and file-notify-supported-p.
929 Move file-remote-p down.
32813ea7
MA
930
931 * errors.texi (Standard Errors): Add file-notify-error.
932
933 * os.texi (Desktop Notifications): Rename from Notifications.
934 (File Notifications): New node.
935
936 * elisp.texi (Top): Update menu for these changes.
937
ac446ed8
XF
9382013-07-19 Xue Fuqiao <xfq.free@gmail.com>
939
940 * windows.texi (Display Action Functions): Mention next-window.
941
e6c005c5
XF
9422013-07-16 Xue Fuqiao <xfq.free@gmail.com>
943
944 * windows.texi (Selecting Windows): Fix the introduction of
945 `set-frame-selected-window''s arguments.
946
954b166e
PE
9472013-07-10 Paul Eggert <eggert@cs.ucla.edu>
948
949 Timestamp fixes for undo (Bug#14824).
950 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
951
3323c263
EZ
9522013-07-06 Eli Zaretskii <eliz@gnu.org>
953
954 * nonascii.texi (Text Representations): Document that
955 multibyte-string-p returns nil for non-string objects.
956
4431e6d9 9572013-07-06 Glenn Morris <rgm@gnu.org>
d4aa7284
GM
958
959 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
960
a944db14
GM
9612013-07-03 Glenn Morris <rgm@gnu.org>
962
963 * debugging.texi (Debugging):
964 * files.texi (File Attributes, Changing Files): Fix cross-references.
965
966 * package.texi (Package Archives): Fix @url call.
967
253e30aa
GM
968 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
969
4c672a0f
EZ
9702013-06-29 Eli Zaretskii <eliz@gnu.org>
971
972 * display.texi (Bidirectional Display): Document move-point-visually.
973
4366ddd4
XF
9742013-06-29 Xue Fuqiao <xfq.free@gmail.com>
975
976 * buffers.texi (Buffer File Name): Fix typo.
977
bace8013
CS
9782013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
979
980 * tips.texi (Coding Conventions): Improve wording.
981
f99f7826 9822013-06-24 Glenn Morris <rgm@gnu.org>
e8b3825d
GM
983
984 * loading.texi (Autoload): Fix typo.
985
611e8a48
GM
986 * variables.texi (Lexical Binding): Fix typo.
987
edfaf7c0
GM
988 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
989
f3f9606c
LMI
9902013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
991
992 * display.texi (ImageMagick Images): Mention :max-width and
993 :max-height.
994
89561f72
PE
9952013-06-20 Paul Eggert <eggert@cs.ucla.edu>
996
997 * numbers.texi (Math Functions): Remove obsolete function log10.
998
9716fedb
SM
9992013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1002 rather than `local-map'.
1003
1004 * keymaps.texi (Active Keymaps): Fix documentation of
1005 set-temporary-overlay-map and overriding-terminal-local-map.
1006
789cf833
GM
10072013-06-19 Glenn Morris <rgm@gnu.org>
1008
1009 * Makefile.in (dist): Edit more configure variables.
1010 Try to check that we do not miss any in future.
1011
254408ca
JB
10122013-06-17 Juanma Barranquero <lekktu@gmail.com>
1013
1014 * text.texi (Undo, Changing Properties): Fix typos.
1015
708e05f6
LMI
10162013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1017
1018 * text.texi (Changing Properties): Document `add-face-text-property'.
1019
3da95318
KH
10202013-06-17 Kenichi Handa <handa@gnu.org>
1021
1022 * display.texi (Face Attributes): Refer to "Low-Level font" (not
2c149f93 1023 "Font Selection") in the explanation of :font attribute (bug#14629).
3da95318 1024
de0503df
SM
10252013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1026
1027 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1028 Document with-eval-after-load instead of eval-after-load.
1029
823777b5
XF
10302013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1031
1032 * files.texi (File Name Expansion): Make the example more
1033 intuitive.
1034
08c0a604
PE
10352013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1036
1037 Documentation fix for 'ls' and hard links.
1038 * compile.texi (Compilation Functions):
1039 * files.texi (File Attributes, Changing Files):
1040 Use current format for GNU 'ls' output.
1041 (File Attributes): Fix problem introduced in previous change:
1042 the link count is the number of hard links, not the number
1043 of hard links + 1.
1044
e4568f3b
XF
10452013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1046
1047 * files.texi (File Attributes): Fix typo.
1048
a5cf7779
SM
10492013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 * functions.texi (Lambda Expressions): Lambda expressions don't
1052 evaluate to themselves in general (bug#11782).
1053
6e911150
SM
10542013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * loading.texi (Autoload):
1057 * help.texi (Documentation Basics, Accessing Documentation)
1058 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1059
b02b5481
GM
10602013-04-23 Glenn Morris <rgm@gnu.org>
1061
1062 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1063 Tweak other to avoid overly long line.
1064
f8152bcb
XF
10652013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1066
84ebefe9 1067 * internals.texi (Writing Emacs Primitives): Remove unnecessary
35e951cd 1068 references to the sources. (Bug#13800)
84ebefe9 1069
f8152bcb
XF
1070 * searching.texi (Regexp Backslash): Doc fix for backslash
1071 constructs in regular expressions.
1072
8fa2654e
CS
10732013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1074
1075 * tips.texi (Coding Conventions): Mention separation of package
1076 descriptor and name of internal symbols by two hyphens.
1077
0aa3616e
SB
10782013-04-13 Stephen Berman <stephen.berman@gmx.net>
1079
1080 * windows.texi (Splitting Windows): Change category of
1081 split-window from a command to a function.
1082
cd542620
CY
10832013-04-06 Chong Yidong <cyd@gnu.org>
1084
1085 * display.texi (Faces): Minor clarifications.
6e911150
SM
1086 (Defining Faces): Clarify default vs custom face specs.
1087 Document face-spec-set.
cd542620
CY
1088
1089 * display.texi (Overlay Properties):
1090 * text.texi (Special Properties): Use the "anonymous face"
1091 terminology. Describe foreground-color and background-color forms
1092 as compatibility-only.
1093
8d0c20ae
EZ
10942013-03-24 Eli Zaretskii <eliz@gnu.org>
1095
1096 * compile.texi (Byte-Code Objects): Add index entry.
1097 (Disassembly): Add cross-references.
1098
45f1d362
EZ
10992013-03-23 Eli Zaretskii <eliz@gnu.org>
1100
1101 * frames.texi (Size Parameters): More accurate description of the
1102 difference between 'fullboth' and 'maximized'. (Bug#13935)
1103
5784e319
CS
11042013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1105
1106 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1107
78be8b64 11082013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
1109
1110 * elisp.texi: Add some stuff specific to www.gnu.org.
1111
b388e7ad
TZ
11122013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1113
1114 * control.texi (Pattern matching case statement): Fix typo.
1115
681ebc33
PE
11162013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1117
1118 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1119
9bed73f3
GM
11202013-03-03 Glenn Morris <rgm@gnu.org>
1121
1122 * objects.texi (Symbol Type): Fix typo.
1123
929aeac6 11242013-02-28 Bastien Guerry <bzg@gnu.org>
5765e9e0
BG
1125
1126 * variables.texi (File Local Variables): Fix reference.
1127
1abfd3e8 11282013-02-24 Eli Zaretskii <eliz@gnu.org>
39ef03af
EZ
1129
1130 * files.texi (Magic File Names): Improve wording and indexing.
1131
f0c954fa
GM
11322013-02-21 Glenn Morris <rgm@gnu.org>
1133
1134 * display.texi (Multi-Frame Images): Minor rephrasing.
1135
1e56f8ef
GM
11362013-02-20 Glenn Morris <rgm@gnu.org>
1137
1138 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1139 (ImageMagick Images): For :index, use an xref rather than duplicating.
1140 (Other Image Types): Add GIF, adjust formatting.
1141 (Multi-Frame Images): Rename from Animated Images. Expand section.
1142 * elisp.texi (Top): Update menu for these changes.
1143
93c2fa46
GM
11442013-02-19 Glenn Morris <rgm@gnu.org>
1145
1146 * text.texi (Change Hooks): Fix typo.
1147
d64d97e5 11482013-02-15 Glenn Morris <rgm@gnu.org>
df1af142
GM
1149
1150 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1151
b5ca9d53
GM
11522013-02-13 Glenn Morris <rgm@gnu.org>
1153
b6c3e4b1
GM
1154 * objects.texi (Char-Table Type): Add footnote about #^^.
1155
b5ca9d53
GM
1156 * modes.texi (Minor Mode Conventions): Fix typo.
1157
85adc63f
GM
1158 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1159 meta characters; this changed in 22.1. (Bug#13684)
1160
662abcc1
GM
1161 * objects.texi (Char-Table Type): Add cindex.
1162
9d6c9dd1
GM
1163 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1164
490a9458 11652013-02-10 Glenn Morris <rgm@gnu.org>
dc55466e
GM
1166
1167 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1168
8549f9e8
EZ
11692013-02-09 Eli Zaretskii <eliz@gnu.org>
1170
1171 * modes.texi (%-Constructs): Remove the description of %t.
1172
1173 * nonascii.texi (MS-DOS File Types): Delete node.
1174
7bd00724
GM
11752013-02-08 Glenn Morris <rgm@gnu.org>
1176
1177 * keymaps.texi (Active Keymaps, Searching Keymaps):
1178 Remove confusing mention of "symbolic prefix". (Bug#13643)
1179
795e7a5b 11802013-01-19 Glenn Morris <rgm@gnu.org>
f8a42ad6
GM
1181
1182 * macros.texi (Indenting Macros): Fix order of an indent
1183 symbol's arguments. (Bug#13450)
1184
b3fbb395
PE
11852013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1186
1187 Allow floating-point file offsets.
1188 * files.texi (Reading from Files, Writing to Files):
1189 Say that file offsets can be numbers, not just integers.
1190
45a7e57c
GM
11912013-01-09 Glenn Morris <rgm@gnu.org>
1192
1193 * commands.texi (Interactive Codes):
1194 Whitespace does not terminate interactive "S". (Bug#13393)
1195
04c48b14
CY
11962013-01-06 Chong Yidong <cyd@gnu.org>
1197
1198 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1199
1f1c405d
GM
12002013-01-05 Glenn Morris <rgm@gnu.org>
1201
1202 * display.texi (Overlay Properties): Mention field. (Bug#13364)
1203
5d7c18a8
EZ
12042013-01-05 Eli Zaretskii <eliz@gnu.org>
1205
1206 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1207 directive in a group of items.
1208
89cb305e 12092013-01-05 Chong Yidong <cyd@gnu.org>
27e4813f
CY
1210
1211 * keymaps.texi (Key Sequences): Remove obsolete sentence
1212 (Bug#13356).
1213
0f668a4d 12142013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4217dc29
AR
1215
1216 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
1217
553081a5
SM
12182013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * files.texi (File Attributes): Undocument return format of file-acl.
1221
1cbb9ed6
GM
12222013-01-03 Glenn Morris <rgm@gnu.org>
1223
75e78d1e
GM
1224 * processes.texi (System Processes):
1225 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1226
5f1a9647
GM
1227 * searching.texi (Replacing Match): Fix xref.
1228
1cbb9ed6
GM
1229 * elisp.texi (DATE): Bump to Jan 2013.
1230
9539d465 12312013-01-02 Glenn Morris <rgm@gnu.org>
9800c5b0 1232
22ff2cb8
GM
1233 * customize.texi (Common Keywords, Type Keywords):
1234 Replace "active field" with "button". (Bug#13310)
1235
9800c5b0
GM
1236 * customize.texi (Common Keywords): Add xref. (Bug#13311)
1237 * tips.texi (Library Headers): Add cindex.
1238
d5e5e7b4 12392012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
151d9088
EZ
1240
1241 * functions.texi (Declare Form):
1242 * intro.texi (A Sample Function Description):
1243 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1244 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1245 in @def.. commands. (Bug#13292)
1246
ccad023b
EZ
12472012-12-29 Eli Zaretskii <eliz@gnu.org>
1248
1249 * files.texi (Changing Files): Document the return values of
1250 set-file-selinux-context and set-file-acl.
1251
1ab0c851
GM
12522012-12-27 Glenn Morris <rgm@gnu.org>
1253
1254 * files.texi (File Names): Mention Cygwin conversion functions.
1255
94900bfe
MR
12562012-12-22 Martin Rudalics <rudalics@gmx.at>
1257
1258 * windows.texi (Selecting Windows): Reword description of
1259 select-window (Bug#13248).
1260
04d9b71a
EZ
12612012-12-22 Eli Zaretskii <eliz@gnu.org>
1262
1263 * files.texi (File Attributes, Changing Files): Remove the details
1264 about the text returned by file-acl. Instead, just document that
1265 it is an opaque string meant to be used by set-file-acl.
1266
6e55f03e
CY
12672012-12-21 Chong Yidong <cyd@gnu.org>
1268
07b9c0be
CY
1269 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1270
6e55f03e
CY
1271 * customize.texi (Simple Types): Document key-sequence type
1272 (Bug#13048).
1273
5bec25eb
CY
1274 * strings.texi (Text Comparison): Doc fix for compare-strings.
1275
15ccf05e
MA
12762012-12-19 Michael Albinus <michael.albinus@gmx.de>
1277
1278 * files.texi (Magic File Names): Add `file-acl',
1279 `file-selinux-context', `set-file-acl' and
1280 `set-file-selinux-context'. Make the list consistent.
1281
ee3c0aec
JB
12822012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1283
1284 * tips.texi (Library Headers): New header keyword `Homepage'.
1285 Make continuation lines syntax more precise.
1286
66447e07
EZ
12872012-12-17 Eli Zaretskii <eliz@gnu.org>
1288
1289 * files.texi (File Attributes, Changing Files): Update to include
1290 MS-Windows support for ACLs.
1291
7c3d167f
RF
12922012-12-16 Romain Francoise <romain@orebokech.com>
1293
1294 * files.texi (File Attributes): Document ACL support and new
1295 `file-acl' function.
1296 (Changing Files): Mention argument name change of `copy-file' and
1297 document new function `set-file-acl'.
1298
97976f9f
PE
12992012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1300
35e951cd 1301 Fix permissions bugs with setgid directories etc. (Bug#13125)
97976f9f
PE
1302 * files.texi (Testing Accessibility): Document GROUP arg
1303 of file-ownership-preserved-p.
1304 (File Attributes): Document that 9th element is now
1305 just a placeholder.
1306 * os.texi (User Identification): Document new functions group-gid,
1307 group-real-gid.
1308
d92d9c95
PE
13092012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1310
1311 * internals.texi (C Integer Types): New section.
1312 This follows up and records an email in
1313 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1314
265c2fbf 13152012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
f433306a 1316
4a0e1924 1317 * control.texi (Pattern matching case statement): New node.
f433306a 1318
1cbae532
SM
1319 * customize.texi (Variable Definitions): Mention the default :group
1320 for defcustoms (bug#13093).
1321
c6c08d3f
GM
13222012-12-09 Glenn Morris <rgm@gnu.org>
1323
1324 * customize.texi (Variable Definitions): Mention eval-defun
1325 on a defcustom calls the :set function when appropriate.
1326
4288142b
PE
13272012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1328
1329 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1330 These are just minor editorial changes.
1331
d8ad4d3f 13322012-12-06 Chong Yidong <cyd@gnu.org>
a20ae0b9
CY
1333
1334 * lists.texi (Plist Access): Move put example to Symbol Plists.
1335
1336 * symbols.texi (Standard Properties): Fix typo.
1337
c5bc2d1d 13382012-12-03 Chong Yidong <cyd@gnu.org>
547d6865 1339
f02f19bd
CY
1340 * symbols.texi (Symbol Properties): New node.
1341 (Symbol Plists): Make it a subsection under Symbol Properties.
1342 (Standard Properties): New node.
1343
1344 * lists.texi (Property Lists): Move here from symbols.texi.
1345 (Plist Access): Rename from Other Plists.
1346
1347 * customize.texi (Variable Definitions):
1348 * display.texi (Defining Faces):
1349 * sequences.texi (Char-Tables): Fix xref.
1350
1cbae532 1351 * keymaps.texi (Key Sequences): `kbd' is now a function.
547d6865 1352
f02f19bd
CY
1353 * commands.texi (Using Interactive): Fix index entry.
1354
cb6f5650
PE
13552012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1356
c07a6ded
PE
1357 * doclicense.texi: Update to latest version from FSF.
1358 These are just minor editorial changes.
1359 * elisp.texi (GNU Free Documentation License)
1360 (GNU General Public Licens):
1361 Provide sectioning, since doclicense.texi no longer does that.
1362
cb6f5650
PE
1363 * loading.texi (Named Features): @ -> @@ to fix typo.
1364
d125ca15 13652012-11-24 Martin Rudalics <rudalics@gmx.at>
0d4bb04f
MR
1366
1367 * windows.texi (Basic Windows): Fix typo.
1368 (Windows and Frames): Fix example. Move description of
1369 window-in-direction here.
1370 (Recombining Windows): Fix example.
1cbae532 1371 (Buffers and Windows): Fix description of replace-buffer-in-windows.
0d4bb04f
MR
1372 (Switching Buffers): Reword.
1373 (Display Action Functions): Minor adjustments.
1374 (Choosing Window Options): Minor fixes.
1375 (Window History): Minor rewording.
1376 (Dedicated Windows): Correct and reword part describing how
1377 dedicatedness affects functions removing buffers or windows.
1cbae532 1378 * buffers.texi (The Buffer List): Fix description of bury-buffer.
0d4bb04f 1379
d125ca15 13802012-11-24 Chong Yidong <cyd@gnu.org>
90d99fdf
CY
1381
1382 * modes.texi (%-Constructs): Fix statement about mode construct
1383 padding (Bug#12866).
1384
d125ca15 13852012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
365fc14a
SM
1386
1387 * debugging.texi (Profiling): Make it more clear
1388 that --enable-profiling is about profiling the C code.
1389
38a2f917
GM
13902012-11-21 Glenn Morris <rgm@gnu.org>
1391
3ca2f1bf
GM
1392 * display.texi (Attribute Functions):
1393 Update for set-face-* name changes.
1bf335cf
GM
1394 Add new "inherit" argument for face-bold-p etc.
1395 Move description of this argument to a common section, like "frame".
3ca2f1bf 1396
6ef2e5ef 1397 * debugging.texi (Profiling): New section.
b6729a18 1398 (Debugging): Mention profiling in the introduction.
5b776637
GM
1399 * tips.texi (Compilation Tips): Move profiling to separate section.
1400 * elisp.texi: Add Profiling to detailed menu.
1401
6ef2e5ef 14022012-11-21 Martin Rudalics <rudalics@gmx.at>
66c466d4
MR
1403
1404 * windows.texi (Display Action Functions): Fix recently added
1405 example. Suggested by Michael Heerdegen.
1406
6ef2e5ef 14072012-11-21 Paul Eggert <eggert@cs.ucla.edu>
0c93aa38
PE
1408
1409 Minor cleanup for times as lists of four integers.
1410 * os.texi (Time Parsing): Time values can now be four integers.
1411
7351b73d
GM
14122012-11-18 Glenn Morris <rgm@gnu.org>
1413
1414 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1415 * macros.texi (Expansion): Mention eager macro expansion.
1416
a045a167
GM
1417 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1418
2ac9538d 14192012-11-18 Leo Liu <sdl.web@gmail.com>
74ca4d39
LL
1420
1421 * minibuf.texi (Programmed Completion): Doc fix for metadata
1422 request (Bug#12850).
1423
2ac9538d 14242012-11-18 Glenn Morris <rgm@gnu.org>
6439ae19 1425
7fe37cfc
GM
1426 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1427
6439ae19
GM
1428 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1429 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1430 (Window Sizes): Add vindex for window-min-height, window-min-width.
2279276c 1431 (Display Action Functions): Mention pop-up-frame-parameters.
6439ae19 1432
0ff7851c
MR
14332012-11-16 Martin Rudalics <rudalics@gmx.at>
1434
1435 * windows.texi (Choosing Window): Rewrite description of
1436 display-buffer-alist (Bug#12167).
1cbae532
SM
1437 (Display Action Functions): Mention inhibit-switch-frame.
1438 Fix description of display-buffer-below-selected. Reorder actions.
0ff7851c
MR
1439 Add example (Bug#12848).
1440
96e05507 14412012-11-16 Glenn Morris <rgm@gnu.org>
c79c7f2f
GM
1442
1443 * display.texi (Face Attributes): Fix :underline COLOR description.
bde3c6c0
GM
1444 (Attribute Functions): Update for set-face-underline rename.
1445 Tweak descriptions of face-underline-p, face-inverse-video-p.
c79c7f2f 1446
e4e9830b
GM
1447 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1448 so they align better in info.
921c067f
GM
1449 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1450 Document set-temporary-overlay-map.
e4e9830b 1451
c8915b67
SM
14522012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1453
1454 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1455 with normal keymaps".
1456
74934dcc
DA
14572012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1458
1459 * internals.texi (Garbage Collection): Update descriptions
1460 of vectorlike_header, garbage-collect and gc-cons-threshold.
1461 (Object Internals): Explain Lisp_Object layout and the basics
1462 of an internal type system.
1463 (Buffer Internals): Update description of struct buffer.
1464
f78ee6af 14652012-11-13 Glenn Morris <rgm@gnu.org>
a13e12f9
GM
1466
1467 * variables.texi (Adding Generalized Variables):
1468 At least mention gv-define-expander and gv-letplace.
1469
164f28b5 1470 * debugging.texi (Error Debugging): Mention debug-on-message.
57fc0fee 1471 (Using Debugger): Mention debugger-bury-or-kill.
164f28b5 1472
38868ad7
GM
1473 * control.texi (Signaling Errors):
1474 * debugging.texi (Error Debugging):
1475 * errors.texi (Standard Errors): Add user-error.
1476
6efddf78
GM
1477 * variables.texi (Adding Generalized Variables):
1478 Use standard formatting for common lisp note about setf functions.
1479
6baf66d5 14802012-11-10 Martin Rudalics <rudalics@gmx.at>
fdaf534a
MR
1481
1482 * elisp.texi (Top): Add Recombining Windows to menu.
1483 * windows.texi (Recombining Windows): New subsection.
1484 (Splitting Windows): Rewrite text on handling of window
1485 combinations and move it to new subsection.
1486
6baf66d5 14872012-11-10 Chong Yidong <cyd@gnu.org>
7c08f8ba 1488
8a3afaf9
CY
1489 * searching.texi (Replacing Match): Document \? in replace-match.
1490
7c08f8ba
CY
1491 * variables.texi (Creating Buffer-Local): Document setq-local and
1492 defvar-local.
1493 (Setting Generalized Variables): Arrange table alphabetically.
1494
1495 * lists.texi (List Elements, List Variables): Clarify descriptions
1496 of push and pop for generalized variables.
1497
1498 * edebug.texi (Specification List): setf is no longer CL-only.
1499
6baf66d5 15002012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
1501
1502 * variables.texi (Adding Generalized Variables):
1503 Update description of FIX-RETURN expansion.
1504
ebdbfb95
GM
1505 * variables.texi (Setting Generalized Variables):
1506 Split most of previous contents into this subsection.
1507 (Adding Generalized Variables): New subsection.
651af8c6
GM
1508 Move note on lack of setf functions here from misc/cl.texi.
1509
ebdbfb95
GM
1510 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1511
6baf66d5 15122012-11-10 Chong Yidong <cyd@gnu.org>
a9a3835c
CY
1513
1514 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1515
a43d02f0
MA
15162012-11-08 Michael Albinus <michael.albinus@gmx.de>
1517
1518 * os.texi (Notifications): Update descriptions of
1519 notifications-notify, notifications-close-notification and
1520 notifications-get-capabilities according to latest code changes.
1521 Add notifications-get-server-information.
1522
2395ab64
CY
15232012-11-03 Chong Yidong <cyd@gnu.org>
1524
1525 * objects.texi (General Escape Syntax): Clarify the explanation of
1526 escape sequences.
1527 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1528 multibyte. Hex escapes do not automatically make a string
1529 multibyte.
1530
43bcfda6
MR
15312012-11-03 Martin Rudalics <rudalics@gmx.at>
1532
1533 * windows.texi (Switching Buffers): Document option
1534 switch-to-buffer-preserve-window-point.
1535 (Display Action Functions): Document window-height and
1536 window-width alist entries.
1cbae532
SM
1537 (Display Action Functions):
1538 Document display-buffer-below-selected and
43bcfda6 1539 display-buffer-in-previous-window.
1cbae532
SM
1540 (Quitting Windows): Document quit-restore-window.
1541 Rewrite section.
43bcfda6
MR
1542 (Window Configurations): In window-state-get mention that
1543 argument window must be valid.
1544 (Window Parameters): Document quit-restore window parameter
1545 (Bug#12158).
1546
89b2c8a1
GM
15472012-10-31 Glenn Morris <rgm@gnu.org>
1548
88390adf
GM
1549 * control.texi (Catch and Throw): Add xref to cl.texi.
1550
aec5e6f9
GM
1551 * lists.texi (Sets And Lists): Point xref to better location.
1552
0d8e94e9
GM
1553 * errors.texi (Standard Errors):
1554 * loading.texi (Autoload): Update for cl-lib namespace changes.
1555
5241598a
GM
1556 * modes.texi (Defining Minor Modes): "Generalized Variables"
1557 section is now in this manual rather than cl.texi.
1558
89b2c8a1
GM
1559 * eval.texi (Special Forms): No longer special forms: defmacro,
1560 defun, save-window-excursion, with-output-to-temp-buffer.
1561 * functions.texi (Defining Functions): Defun is now a macro.
1562 Defalias is a function.
1563
516e1a08
GM
15642012-10-30 Glenn Morris <rgm@gnu.org>
1565
1566 * variables.texi (Generalized Variables): Fix typo.
1567
e29e39c9
CY
15682012-10-30 Chong Yidong <cyd@gnu.org>
1569
1570 * symbols.texi (Symbol Plists): Document function-get.
1571
1572 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1573
1574 * frames.texi (Visibility of Frames): Document tty-top-frame.
1575
70edffb1
SM
15762012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * keymaps.texi (Format of Keymaps): Document the multiple
1579 inheritance format.
1580
3a51f0eb
MR
15812012-10-28 Martin Rudalics <rudalics@gmx.at>
1582
1583 * windows.texi (Basic Windows): Reformulate description of live,
1584 internal and valid windows.
1585 (Cyclic Window Ordering): Describe new argument of
1586 get-lru-window and get-largest-window. Add description of
1587 window-in-direction.
1588
5b6887ad
GM
15892012-10-27 Glenn Morris <rgm@gnu.org>
1590
5887564d
GM
1591 * variables.texi (Generalized Variables): New section,
1592 adapted from misc/cl.texi.
1593 * elisp.texi (Top): Add Generalized Variables to menu.
1594 * lists.texi (List Elements, List Variables):
1595 Mention generalized variables.
1596
5b6887ad
GM
1597 * lists.texi (List Elements): Typo fix.
1598
05b621a6
CY
15992012-10-27 Chong Yidong <cyd@gnu.org>
1600
1601 * minibuf.texi (High-Level Completion): Don't mention removed
1602 function iswitchb-read-buffer.
1603
1604 * commands.texi (Event Input Misc): Remove last-input-char.
1605 (Command Loop Info): Remove last-command-char.
1606
1607 * frames.texi (Initial Parameters): Don't mention the obsolete
1608 special-display feature.
1609
1610 * windows.texi (Choosing Window): Don't mention the obsolete
1611 special display feature.
1612 (Choosing Window Options): Remove obsolete special-display
1613 variables, and the functions special-display-p and
1614 special-display-popup-frame.
1615
1616 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1617
1618 * hooks.texi (Standard Hooks): Remove obsolete hooks.
1619
1620 * markers.texi (Information from Markers): Remove obsolete
1621 function buffer-has-markers-at.
1622
1623 * text.texi (Yanking): Document yank-handled-properties.
1624
72ec96fb
PE
16252012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1626
1627 Update manual for new time stamp format (Bug#12706).
1628 * buffers.texi (Modification Time):
1629 * files.texi (Testing Accessibility, File Attributes):
1630 * intro.texi (Version Info):
1631 * os.texi (Time of Day):
1632 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
1633 These instances were missed the first time around.
1634 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
1635
75e8f9d2
CY
16362012-10-24 Chong Yidong <cyd@gnu.org>
1637
cd996018
CY
1638 * minibuf.texi (Text from Minibuffer): Document read-regexp
1639 changes.
1640
1cbae532
SM
1641 * nonascii.texi (Selecting a Representation):
1642 Document set-buffer-multibyte changes.
cd996018 1643
75e8f9d2
CY
1644 * keymaps.texi (Toolkit Differences): Node deleted.
1645 (Easy Menu): New node.
1646
d1069532
SM
16472012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1648
1649 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
1650
c4132fd4
PE
16512012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1652
1653 Fix outdated timestamp documentation in Elisp manual (bug#12706).
1654 * files.texi (File Attributes):
1655 * text.texi (Undo):
1656 Time stamp resolution is now 1 picosecond, not 1 second.
1657
1fb3aa3f
CY
16582012-10-23 Chong Yidong <cyd@gnu.org>
1659
49238e7f
CY
1660 * display.texi (Font Lookup): Remove font-list-limit.
1661
1fb3aa3f
CY
1662 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
1663 (Bug#12529).
1664
5fb904b0
GM
16652012-10-22 Glenn Morris <rgm@gnu.org>
1666
f961c7d8
GM
1667 * os.texi (Recording Input): Tiny fix.
1668
4ee87740
GM
1669 * intro.texi (Lisp History):
1670 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
5fb904b0
GM
1671 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
1672
d18a0d24
CY
16732012-10-15 Chong Yidong <cyd@gnu.org>
1674
1675 * macros.texi (Defining Macros): defmacro is now a macro.
1676 Explicitly list the docstring and declare arguments.
1677
1678 * functions.texi (Anonymous Functions): Explicitly list the
1679 docstring, declare, and interactive arguments to lambda.
1680 (Defining Functions): Likewise for defun.
1681 (Inline Functions): Likewise for defsubst.
1682 (Declare Form): Tweak description.
1683
73f2b4ab
CY
16842012-10-13 Chong Yidong <cyd@gnu.org>
1685
1686 * display.texi (ImageMagick Images): ImageMagick enabled by default.
1687
379acb95
CY
16882012-10-05 Chong Yidong <cyd@gnu.org>
1689
1690 * minibuf.texi (Basic Completion): Clarify list form of completion
1691 table (Bug#12564).
1692
e8757f09 16932012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
26026637
BFRR
1694
1695 * functions.texi (Function Safety): Copyedit. (Bug#12562)
1696
86ec63ba
PE
16972012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1698
1699 Revert the FOLLOW-SYMLINKS change for file-attributes.
1700 * files.texi (File Attributes, Magic File Names): Undo last change.
1701
e7a2937b
PE
17022012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1703
1704 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1705 * files.texi (File Attributes): Describe it.
1706 (Magic File Names): Use it.
1707
48de8b12
CY
17082012-09-30 Chong Yidong <cyd@gnu.org>
1709
1710 * commands.texi (Click Events): Define "mouse position list".
1711 Remove mention of unimplemented horizontal scroll bars.
1712 (Drag Events, Motion Events): Refer to "mouse position list".
1713 (Accessing Mouse): Document posnp.
1714
1715 * errors.texi (Standard Errors): Tweak arith-error description.
1716 Tweak markup. Remove domain-error and friends, which seem to be
1717 unused after the floating-point code revamp.
1718
33f846fb
GM
1719 * functions.texi (Defining Functions): defun is now a macro.
1720 (Obsolete Functions): Obsolescence also affects
48de8b12
CY
1721 documentation commands. Various clarifications.
1722 (Declare Form): New node.
1723
1724 * strings.texi (String Basics): Copyedits.
1725
33f846fb 1726 * os.texi (Startup Summary): Document leim-list.el change.
48de8b12 1727 (User Identification): Add system-users and system-groups.
33f846fb 1728 (Idle Timers): Minor clarifications.
48de8b12
CY
1729
1730 * macros.texi (Defining Macros): Move description of `declare' to
1731 Declare Form node.
1732
1733 * loading.texi (Autoload):
1734 * help.texi (Documentation Basics): The special sequences can
1735 trigger autoloading.
1736
1737 * numbers.texi (Integer Basics): Copyedits.
1738 (Float Basics): Consider IEEE floating point always available.
1739 (Random Numbers): Document actual limits.
1740 (Arithmetic Operations): Clarify division by zero. Don't mention
1741 the machine-independence of negative division since it does not
1742 happen in practice.
1743
e61d39cd 17442012-09-28 Leo Liu <sdl.web@gmail.com>
03922966
LL
1745
1746 * files.texi (Files): Fix typo.
1747
e109c4a6
CY
17482012-09-23 Chong Yidong <cyd@gnu.org>
1749
1750 * buffers.texi (Read Only Buffers): Document read-only-mode.
1751
1752 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
1753 read-only-mode.
1754
1755 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
1756 calling conventions.
1757
c88b867f
CY
17582012-09-22 Chong Yidong <cyd@gnu.org>
1759
1760 * searching.texi (Replacing Match): Minor clarification.
1761
df9685f3
EZ
17622012-09-22 Eli Zaretskii <eliz@gnu.org>
1763
287d7455
EZ
1764 * edebug.texi (Instrumenting): Improve indexing.
1765
df9685f3
EZ
1766 * os.texi (Idle Timers): Warn against reinvoking an idle timer
1767 from within its own timer action. (Bug#12447)
1768
47133380
CY
17692012-09-22 Chong Yidong <cyd@gnu.org>
1770
1771 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
1772
ab199df2 17732012-09-21 Glenn Morris <rgm@gnu.org>
1bfe3177
GM
1774
1775 * debugging.texi (Using Debugger): Fix typo.
1776
ed1f0bd3
CY
17772012-09-18 Chong Yidong <cyd@gnu.org>
1778
1779 * display.texi (Faces): Discuss anonymous faces.
1780 (Face Attributes): Tweak intro.
1781 (Defining Faces): Move after the Face Attributes node. Copyedits.
1782 (Displaying Faces): Describe role of inheritance.
1783
1784 * customize.texi (Customization): Define customization more
1785 carefully (Bug#11440).
1786 (Common Keywords): Add xref to Constant Variables.
1787
1788 * variables.texi (Defining Variables): Link to defcustom's node
1789 instead of the higher-level Customization chapter.
1790
c990426a
PE
17912012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1792
1793 Simplify, document, and port floating-point (Bug#12381).
1794 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
1795 Document that / and mod (with floating point arguments), along
1796 with asin, acos, log, log10, expt and sqrt, return special values
1797 instead of signaling exceptions.
1798 (Float Basics): Document that logb operates on the absolute value
1799 of its argument.
1800 (Math Functions): Document that (log ARG BASE) also returns NaN if
1801 BASE is negative. Document that (expt X Y) returns NaN if X is a
1802 finite negative number and Y a finite non-integer.
1803
011474aa
CY
18042012-09-09 Chong Yidong <cyd@gnu.org>
1805
bb6b0efc
CY
1806 * lists.texi (Sets And Lists): Explain that the return value for
1807 delete should be used, like for delq.
1808
011474aa
CY
1809 * minibuf.texi (Yes-or-No Queries): Document recentering and
1810 scrolling in y-or-n-p. Remove gratuitous example.
1811
1812 * searching.texi (Search and Replace): Document window scrolling
1813 entries in query-replace-map.
1814
6dcef6ec
CY
18152012-09-08 Chong Yidong <cyd@gnu.org>
1816
1817 * syntax.texi (Syntax Table Internals): Define "raw syntax
1818 descriptor" terminology (Bug#12383).
1819 (Syntax Descriptors): Mention raw syntax descriptors.
1820
52404181
CY
18212012-09-07 Chong Yidong <cyd@gnu.org>
1822
1a5432bc
CY
1823 * variables.texi (Creating Buffer-Local): Fix description of
1824 local-variable-if-set-p (Bug#10713).
1825
0a6bdaa1
CY
1826 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
1827
14ba4cf3
CY
1828 * windows.texi (Display Action Functions)
1829 (Choosing Window Options): Remove obsolete variable
1830 display-buffer-reuse-frames.
cee2e90d 1831 (Switching Buffers): Minor doc tweak for switch-to-buffer.
14ba4cf3 1832
e5c2edf7
CY
1833 * positions.texi (Narrowing): Document buffer-narrowed-p.
1834
52404181
CY
1835 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
1836
1837 * syntax.texi (Low-Level Parsing): Add xref to Parser State
1838 (Bug#12269).
1839
7f7e0167
LI
18402012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1841
1842 * debugging.texi (Explicit Debug): Document `debug-on-message'.
1843
6a787d9a
CY
18442012-09-02 Chong Yidong <cyd@gnu.org>
1845
1846 * windows.texi (Window Configurations): Recommend against using
1847 save-window-excursion (Bug#12075).
1848
1849 * control.texi (Catch and Throw):
1850 * positions.texi (Excursions): Don't mention it.
1851
0e23ef9d
PE
18522012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1853
1854 Better seed support for (random).
1855 * numbers.texi (Random Numbers): Document new behavior of
1856 the calls (random) and (random STRING).
1857
342dac71
MR
18582012-08-21 Martin Rudalics <rudalics@gmx.at>
1859
1860 * windows.texi (Window Point): Document recent changes in
1861 window-point and set-window-point.
1862 (Selecting Windows): Document recent change in select-window.
1863
a08eadfe
EZ
18642012-08-06 Eli Zaretskii <eliz@gnu.org>
1865
1866 * functions.texi (Closures): Put the main index entry for
1867 "closures" here. (Bug#12138)
1868
1869 * variables.texi (Lexical Binding): Disambiguate the index entry
1870 for "closures".
1871
35b6586e
CY
18722012-08-05 Chong Yidong <cyd@gnu.org>
1873
1874 * display.texi (Defining Faces): Move documentation of
1875 frame-background-mode to the Emacs manual (Bug#7774).
1876
02676e5d
CY
18772012-08-04 Chong Yidong <cyd@gnu.org>
1878
1879 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
1880 Fix description of syntax table inheritance.
1881 (Syntax Table Functions): Don't refer to internal contents of
1882 syntax table, since that is not explained yet. Copyedits.
1883 (Standard Syntax Tables): Node deleted.
1884 (Syntax Table Internals): Misc clarifications. Improve table
1885 formatting.
1886
1887 * keymaps.texi (Inheritance and Keymaps):
1888 * text.texi (Sticky Properties): Tweak index entry.
1889
73e0cbc0
EZ
18902012-07-28 Eli Zaretskii <eliz@gnu.org>
1891
1892 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
1893
09ae5da1
PE
18942012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1895
1896 Prefer typical American spelling for "acknowledgment".
1897 * intro.texi (Acknowledgments): Rename from Acknowledgements.
1898
1ada2e55
EZ
18992012-07-21 Eli Zaretskii <eliz@gnu.org>
1900
1901 * commands.texi (Special Events): Mention language-change event.
1902 (Input Events, Interactive Codes):
1903 * keymaps.texi (Key Sequences): Mention events that are
1904 non-keyboard but also non-mouse events.
1905
9ea10cc3
CY
19062012-07-17 Chong Yidong <cyd@gnu.org>
1907
1908 * text.texi (Insertion): Document insert-char changes.
1909
2e2d2a13
LL
19102012-07-15 Leo Liu <sdl.web@gmail.com>
1911
1912 * display.texi (Fringe Bitmaps): Add exclamation-mark.
1913
b68b3337
CY
19142012-07-13 Chong Yidong <cyd@gnu.org>
1915
1916 * buffers.texi (Read Only Buffers): Document toggle-read-only
1917 changes. Reword to account for the fact that read-only is
1918 currently not supported in overlay properties.
1919
ab4c47d3
CY
19202012-07-07 Chong Yidong <cyd@gnu.org>
1921
1922 * loading.texi (Library Search): Index site-lisp directories.
1923
d4913798
CY
19242012-07-06 Chong Yidong <cyd@gnu.org>
1925
1926 * intro.texi (A Sample Function Description): Fix incorrect
1927 markup, undoing previous change.
1928 (A Sample Variable Description): Minor clarifications and markup
1929 improvements.
1930
1931 * elisp.texi (Top):
1932 * text.texi (Text): Fix menu order.
1933
251736f4
RS
19342012-07-06 Richard Stallman <rms@gnu.org>
1935
35e951cd 1936 * intro.texi (Evaluation Notation, A Sample Function Description)
8c6c57ea 1937 (A Sample Variable Description): Improve/undo previous changes.
251736f4 1938
e8d71283
GM
19392012-07-05 Glenn Morris <rgm@gnu.org>
1940
1941 * intro.texi (A Sample Function Description): Fix cross-refs.
1942
47187200
MW
19432012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
1944
1945 * intro.texi (Evaluation Notation, A Sample Function Description)
1946 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
1947
a2eb421b
CY
19482012-06-27 Chong Yidong <cyd@gnu.org>
1949
1950 * processes.texi (Asynchronous Processes, Input to Processes):
1951 * internals.texi (Process Internals): Don't capitalize "pty".
1952
6d41a41d
TTN
19532012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1954
1955 * processes.texi (Asynchronous Processes): Make the pty vs pipe
1956 discussion more prominent.
1957
0bd8297f
EZ
19582012-06-23 Eli Zaretskii <eliz@gnu.org>
1959
1960 * commands.texi (Misc Events): Document the language-change event.
1961
d35af63c
PE
19622012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1963
1964 Support higher-resolution time stamps (Bug#9000).
1965 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
1966 * processes.texi (System Processes):
1967 Time stamp resolution is now picosecond, not microsecond.
1968
ac1a0ce1 19692012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
1970
1971 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1972
1053a871
SM
19732012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * functions.texi (Defining Functions):
1976 * macros.texi (Defining Macros): Un-define the return value of `defun',
1977 `defmacro' and `defalias'.
1978
41b7f8bc
CY
19792012-06-17 Chong Yidong <cyd@gnu.org>
1980
1981 * elisp.texi: Remove urlcolor setting.
1982
82a25657
GM
19832012-06-17 Glenn Morris <rgm@gnu.org>
1984
1985 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
1986 Overlining no longer behaves exactly like underlining.
1987
a04689de 19882012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
8da9479c
GM
1989
1990 * display.texi (Face Attributes):
1991 Document wave-style underline face attribute.
1992
1b9b4cf4
CY
19932012-06-11 Chong Yidong <cyd@gnu.org>
1994
1995 * display.texi (ImageMagick Images): ImageMagick now supports the
1996 :background property.
1997
dbab98c7
DA
19982012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
1999
2000 * internals.texi (Garbage Collection): Typo fix.
2001
6175e34b
CY
20022012-06-09 Chong Yidong <cyd@gnu.org>
2003
2004 * text.texi (Special Properties): Clarify the meaning of a list of
2005 faces in the `face' property.
2006
2007 * display.texi (Face Remapping): Minor clarification.
2008
4b56d0fe
CY
20092012-06-08 Chong Yidong <cyd@gnu.org>
2010
2011 * display.texi (Face Attributes): Font family does not accept
2012 wildcards. De-document obsolete :bold and :italic attributes.
2013 (Defining Faces): Use new-style face spec format.
2014
f3372c87
DA
20152012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2016
8d7c7eed 2017 * internals.texi (Garbage Collection): Document new
f3372c87
DA
2018 vector management code and vectorlike_header structure.
2019
5f2c76c6
CY
20202012-06-03 Chong Yidong <cyd@gnu.org>
2021
2022 * modes.texi (Mode Line Data): Use "mode line construct"
2023 terminology for consistency.
2024
ecc6530d
GM
20252012-05-27 Glenn Morris <rgm@gnu.org>
2026
2027 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2028 * buffers.texi, commands.texi, compile.texi, control.texi:
2029 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2030 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2031 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2032 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2033 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2034 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2035 * objects.texi, os.texi, package.texi, positions.texi:
2036 * processes.texi, searching.texi, sequences.texi, streams.texi:
2037 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2038 * variables.texi, windows.texi: Nuke hand-written node pointers.
2039
33017faf 20402012-05-27 Chong Yidong <cyd@gnu.org>
27d1f87a 2041
33017faf
GM
2042 * functions.texi (Obsolete Functions):
2043 Fix doc for set-advertised-calling-convention.
27d1f87a
CY
2044
2045 * modes.texi (Mode Help): Fix describe-mode.
2046
2047 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2048
2049 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2050
33017faf 20512012-05-27 Martin Rudalics <rudalics@gmx.at>
0b128ac4 2052
33017faf 2053 * commands.texi (Recursive Editing): recursive-edit is a command.
0b128ac4
MR
2054
2055 * compile.texi (Docs and Compilation):
2056 byte-compile-dynamic-docstrings is an option.
2057
2058 * debugging.texi (Invoking the Debugger): debug is a command.
2059
2060 * display.texi (Progress): progress-reporter-update and
2061 progress-reporter-force-update have VALUE argument optional.
2062 (Animated Images): Use non-@code{nil} instead of non-nil.
2063
33017faf
GM
2064 * files.texi (Format Conversion Round-Trip):
2065 Use non-@code{nil} instead of non-nil.
0b128ac4
MR
2066
2067 * frames.texi (Creating Frames): make-frame is a command.
2068 (Input Focus): select-frame is a command.
2069 (Pointer Shape): void-text-area-pointer is an option.
2070
33017faf 2071 * help.texi (Describing Characters): read-kbd-macro is a command.
0b128ac4
MR
2072 (Help Functions): describe-prefix-bindings is a command.
2073
2074 * markers.texi (Creating Markers): Both arguments of copy-marker
2075 are optional.
2076
2077 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2078
2079 * modes.texi (Mode Line Variables): mode-line-remote and
2080 mode-line-client are not options.
2081 (Imenu): imenu-add-to-menubar is a command.
33017faf 2082 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
0b128ac4
MR
2083
2084 * os.texi (Sound Output): play-sound-file is a command.
2085
33017faf 2086 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
0b128ac4 2087
33017faf
GM
2088 * processes.texi (Signals to Processes):
2089 Use @key{RET} instead of @code{RET}.
0b128ac4
MR
2090 (Signals to Processes): signal-process is a command.
2091
33017faf 2092 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
0b128ac4
MR
2093 (Base 64): base64-encode-string is not a command while
2094 base64-decode-region is.
2095
2096 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2097
3fe7cdc8
GM
20982012-05-12 Glenn Morris <rgm@gnu.org>
2099
2100 * Makefile.in (MKDIR_P): New, set by configure.
2101 (mkinfodir): Use $MKDIR_P.
2102
dc0f75c8
GM
21032012-05-10 Glenn Morris <rgm@gnu.org>
2104
b8a82b69
GM
2105 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2106 with "coding: raw-text".
51b1e059 2107 Concept of multibyte sessions no longer exists.
b8a82b69 2108
dc0f75c8
GM
2109 * files.texi (File Locks): Mention create-lockfiles option.
2110
666b903b 21112012-05-09 Glenn Morris <rgm@gnu.org>
143d9dd8 2112
5b6eebcf
GM
2113 * vol1.texi, vol2.texi: Remove files.
2114 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2115 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2116
0a454caf 2117 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
e6afe47b 2118
143d9dd8
GM
2119 * two-volume.make (emacsdir): New.
2120 (tex): Add directory with emacsver.texi to TEXINPUTS.
2121
e68b393e
GM
2122 * minibuf.texi (Minibuffer History, Basic Completion):
2123 Tweak page breaks.
2124
9658dc2a
GM
2125 * internals.texi (Garbage Collection, Memory Usage)
2126 (Writing Emacs Primitives): Tweak page breaks.
2127
161c2a25
GM
2128 * streams.texi (Output Variables): Improve page break.
2129
2130 * edebug.texi (Edebug Display Update): Improve page break.
2131
51d58083
GM
2132 * compile.texi (Disassembly): Condense the examples.
2133
ddff3351
GM
2134 * eval.texi, functions.texi, loading.texi, macros.texi:
2135 Where possible, use example rather than smallexample.
2136
2137 * symbols.texi: Where possible, use example rather than smallexample.
2138 (Symbol Components): Fix typo.
2139 (Other Plists): Tweak page break.
2140
2141 * sequences.texi (Arrays): Tweak page breaks.
2142
2143 * customize.texi: Where possible, use example rather than smallexample.
2144 (Common Keywords, Variable Definitions, Applying Customizations)
2145 (Custom Themes): Tweak page breaks.
2146
2147 * control.texi: Where possible, use example rather than smallexample.
2148 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2149 Tweak page breaks.
2150
ca4b98fa
GM
21512012-05-08 Glenn Morris <rgm@gnu.org>
2152
5122804a
GM
2153 * two.el: Remove; unused since creation of two-volume.make.
2154
ca4b98fa
GM
2155 * vol1.texi, vol2.texi: No need to keep menus in these files.
2156
eceeb5fc
CY
21572012-05-05 Glenn Morris <rgm@gnu.org>
2158
2159 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2160
2161 * intro.texi (Caveats): Copyedit.
2162 (Lisp History): Convert inforef to xref.
2163 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2164
2165 * text.texi (Auto Filling): Don't mention Emacs 19.
2166
2167 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2168 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2169
2170 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2171
eceeb5fc
CY
2172 * lists.texi (List-related Predicates, List Variables):
2173 Tweak page-breaks.
2174 (Sets And Lists): Convert inforef to xref.
2175
8045b906
GM
21762012-05-04 Glenn Morris <rgm@gnu.org>
2177
2178 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2179 (info, infoclean): Use $INFO_EXT.
2180 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2181 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2182 (info, maintainer-clean): Use $INFO_EXT.
2183 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2184
78f3273a
CY
21852012-05-04 Chong Yidong <cyd@gnu.org>
2186
2187 * os.texi (Timers): Use defopt for timer-max-repeats.
2188
ab0fa4e4
PE
21892012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2190
2191 * os.texi (Time of Day): Do not limit current-time-string
2192 to years 1000..9999.
2193
2bc356d7
CY
21942012-05-02 Chong Yidong <cyd@gnu.org>
2195
2196 * display.texi (Font Lookup):
2197 * frames.texi (Pointer Shape):
2198 * processes.texi (Subprocess Creation): Use defopt for options.
2199
90207a15 22002012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
2201
2202 * elisp.texi (@copying):
2203 * intro.texi (Introduction): Only print VERSION in the TeX version.
2204
90207a15 22052012-05-02 Chong Yidong <cyd@gnu.org>
5a5fd9f3
CY
2206
2207 * text.texi (Change Hooks): Minor fix for after-change-functions.
2208
90207a15 22092012-05-02 Glenn Morris <rgm@gnu.org>
7eac3782
GM
2210
2211 * package.texi (Packaging Basics):
2212 * loading.texi (Autoload):
2213 * files.texi (Magic File Names):
2214 Reword to remove/reduce some overly long/short lines.
2215
a8e7d6d7 22162012-04-27 Glenn Morris <rgm@gnu.org>
cf988578
GM
2217
2218 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2219 * modes.texi (Major Modes, Auto-Indentation):
2220 * buffers.texi (Buffers): Some fixes for menu descriptions.
2221
a8e7d6d7 22222012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
88ed9e87
SM
2223 * functions.texi (Simple Lambda, Argument List):
2224 * eval.texi (Function Indirection): Avoid deprecated form.
2225
a8e7d6d7 22262012-04-27 Glenn Morris <rgm@gnu.org>
16152b76 2227
1a72be46
GM
2228 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2229 Add "et al." to authors.
2230
16152b76
GM
2231 * buffers.texi, commands.texi, compile.texi, control.texi:
2232 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2233 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2234 * modes.texi, numbers.texi, objects.texi, streams.texi:
2235 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2236 Use Texinfo recommended convention for quotes+punctuation.
2237
a8e7d6d7 22382012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
2239
2240 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2241 to where-is-internal (Bug#10872).
2242
a8e7d6d7 22432012-04-27 Glenn Morris <rgm@gnu.org>
9c51bbaa 2244
a2715669
GM
2245 * macros.texi (Indenting Macros): Fix typo.
2246
0b27932b
GM
2247 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2248 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
2249 (Choosing Window Options, Horizontal Scrolling)
2250 (Cyclic Window Ordering, Window History, Dedicated Windows)
35e951cd 2251 (Quitting Windows, Window Configurations, Textual Scrolling)
09ebefe1
GM
2252 (Coordinates and Windows, Window Configurations)
2253 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
2254 (Splitting Windows, Deleting Windows):
2255 Fix ignore-window-parameters logic.
2256 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
2257 (Window Start and End): Remove pointless example.
2258 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
2259 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2260 and recenter-positions. Remove recenter example.
0b27932b 2261
0dc91072
GM
2262 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2263
9c51bbaa
GM
2264 * minibuf.texi (Intro to Minibuffers):
2265 Tweak discussion of resizing minibuffer window.
2266
674ea9c6
GM
22672012-04-26 Glenn Morris <rgm@gnu.org>
2268
8a4ca8e3 2269 * elisp-covers.texi, front-cover-1.texi: Remove files.
8191c3bd 2270
562e638f
GM
2271 * tindex.pl: Remove file.
2272
674ea9c6
GM
2273 * makefile.w32-in (srcs):
2274 * Makefile.in (srcs): Remove back.texi (which is unused).
2275
b613912b
MA
22762012-04-24 Michael Albinus <michael.albinus@gmx.de>
2277
e43042fe
MA
2278 * os.texi (Notifications): Extend possible notification hints.
2279 Add notifications-get-capabilities.
b613912b 2280
f30d612a
CY
22812012-04-20 Chong Yidong <cyd@gnu.org>
2282
2283 * processes.texi (Asynchronous Processes): Mention nil argument to
2284 start-process.
2285
b58b1df8
GM
22862012-04-20 Glenn Morris <rgm@gnu.org>
2287
2288 * minibuf.texi (Basic Completion): No need to describe obarrays here.
2289 Don't mention obsolete `nospace' argument of all-completions.
2290 (Minibuffer Completion, Completion Commands, Reading File Names)
2291 (Completion Variables): Copyedits.
2292 (Completion Commands): Mention parent keymaps.
2293 Remove obsolete minibuffer-local-filename-must-match-map.
2294 (High-Level Completion): Remove read-variable's almost
2295 word-for-word duplication of read-command.
2296 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2297 Update "High-Level Completion" description.
2298
c0ea08d2
GM
2299 * minibuf.texi (Minibuffers):
2300 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2301
9d2754f5
GM
2302 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2303 Use Texinfo-recommended form of quote+punctuation.
2304 (Intro to Minibuffers): First minibuffer is #1, not #0.
2305 Mention minibuffer-inactive-mode.
2306 (Text from Minibuffer): Copyedits.
2307 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
2308 (Object from Minibuffer): Remove overly pedantic para.
2309 (Minibuffer History): Copyedits. Add face-name-history.
2310 (Initial Input, Yes-or-No Queries, Multiple Queries)
2311 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2312 (Yes-or-No Queries): Tweak example.
2313 (Minibuffer Commands): Add next-complete-history-element.
2314 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2315 minibuffer-inactive-mode.
9d2754f5 2316
4373fd43
GM
2317 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2318 (Bindat Functions): Copyedits.
2319
61bb069e 23202012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
0e80650b
CS
2321
2322 * files.texi (Saving Buffers): Document `visit and `visit-save'
2323 values of require-final-newline.
2324
61bb069e 23252012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
2326
2327 * processes.texi (Output from Processes, Filter Functions):
2328 Mention waiting-for-user-input-p.
35e951cd 2329 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
016a35df
GM
2330 (Network Servers, Datagrams, Network Processes, Network Options)
2331 (Network Feature Testing, Serial Ports): Copyedits.
2332 (Network): Add encrypted network overview paragraph.
2333 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2334
61bb069e 23352012-04-20 Chong Yidong <cyd@gnu.org>
21ffa320
CY
2336
2337 * help.texi (Keys in Documentation): Mention :advertised-binding.
2338
2339 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2340 description to help.texi.
2341
61bb069e 23422012-04-20 Glenn Morris <rgm@gnu.org>
62f4b18c
GM
2343
2344 * processes.texi (Process Information, Input to Processes)
2345 (Signals to Processes, Output from Processes, Process Buffers)
2346 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 2347 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 2348
e153c136
GM
23492012-04-15 Glenn Morris <rgm@gnu.org>
2350
35e951cd 2351 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
12acf783
GM
2352 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2353 Copyedits.
e153c136 2354 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
2355 (Synchronous Processes, Asynchronous Processes):
2356 Update some example output.
e153c136
GM
2357 (Process Information): Fix typo.
2358 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2359
e6fd457e 23602012-04-15 Glenn Morris <rgm@gnu.org>
764a3017
GM
2361
2362 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2363 open-network-stream does exist in Emacs 23, but is simpler.
2364
e6fd457e 23652012-04-15 Chong Yidong <cyd@gnu.org>
03ed9e82
CY
2366
2367 * customize.texi (Custom Themes): Also document load-theme etc.
2368
35dc09a1 23692012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2 2370
35e951cd 2371 * customize.texi (Applying Customizations, Custom Themes): New nodes.
81927dd2
CY
2372
2373 * display.texi (Defining Faces): Reference custom-set-faces.
2374
2375 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2376 * os.texi (Startup Summary): Copyedits.
2377
35dc09a1 23782012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
2379
2380 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2381
9fce7eda
GM
2382 * strings.texi (Case Tables):
2383 * objects.texi (General Escape Syntax):
2384 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2385
2bb0eca1
GM
2386 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2387 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2388 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2389 * text.texi: Use @file for buffers, per the Texinfo manual.
2390
62200c14
GM
2391 * compile.texi (Compiler Errors): Add missing space in buffer name.
2392
35dc09a1 23932012-04-14 Chong Yidong <cyd@gnu.org>
9fe9631c
CY
2394
2395 * processes.texi (Query Before Exit): Remove obsolete function
2396 process-kill-without-query (Bug#11190).
2397
35dc09a1 23982012-04-14 Glenn Morris <rgm@gnu.org>
8fc85b20
GM
2399
2400 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2401 Use @env for environment variables.
2402
f48a9cb4
GM
2403 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2404
0a6dd5e2
JA
24052012-04-12 Jari Aalto <jari.aalto@cante.net>
2406
1cbae532
SM
2407 * processes.texi (Synchronous Processes):
2408 Mention `default-directory' (bug#7515).
0a6dd5e2 2409
b4d3bc10
CY
24102012-04-09 Chong Yidong <cyd@gnu.org>
2411
2412 * customize.texi (Variable Definitions): Remove user-variable-p.
2413
2414 * commands.texi (Interactive Codes):
2415 * help.texi (Accessing Documentation):
2416 * minibuf.texi (High-Level Completion): Callers changed.
2417
ea0ff314
CY
24182012-04-06 Chong Yidong <cyd@gnu.org>
2419
2420 * minibuf.texi (Programmed Completion): Document metadata method.
2421 (Completion Variables): Document completion-category-overrides.
2422
91b65361
CY
24232012-04-05 Chong Yidong <cyd@gnu.org>
2424
2425 * anti.texi (Antinews): Rewrite for Emacs 23.
2426
3d439cd1
CY
24272012-04-04 Chong Yidong <cyd@gnu.org>
2428
321cc491
CY
2429 * minibuf.texi (Programmed Completion): Remove obsolete variable
2430 completion-annotate-function.
1cbae532
SM
2431 (Completion Variables): Rename from Completion Styles.
2432 Document completion-extra-properties. Document completion-styles-alist
321cc491 2433 change.
245d176b
CY
2434 (Reading File Names): minibuffer-local-filename-must-match-map is
2435 not used anymore.
2436 (Minibuffer Completion): Document completing-read-function.
2437 (Completion in Buffers): completion-at-point-functions can return
2438 properties recognized in completion-extra-properties.
321cc491 2439
3d439cd1
CY
2440 * display.texi (Delayed Warnings): New node.
2441
a7972adf
CY
2442 * os.texi (Notifications): Copyedits.
2443
97f4a299
GM
24442012-04-04 Glenn Morris <rgm@gnu.org>
2445
2446 * os.texi (Notifications): Copyedits.
2447
9ff687e1
MA
24482012-04-03 Michael Albinus <michael.albinus@gmx.de>
2449
2450 * os.texi (Terminal-Specific): Fix typo.
2451 (Notifications): New section.
2452
2453 * elisp.texi (Top):
2454 * vol1.texi (Top):
2455 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2456 menu entries.
2457
42ee526b
CY
24582012-04-01 Chong Yidong <cyd@gnu.org>
2459
2460 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2461 file-in-directory-p.
2462
0b021094
GM
24632012-03-31 Glenn Morris <rgm@gnu.org>
2464
2465 * edebug.texi (Instrumenting Macro Calls):
2466 Mention defining macros at instrumentation time.
2467 (Edebug Options): Mention edebug-unwrap-results.
2468
50fe197c
EZ
24692012-03-31 Eli Zaretskii <eliz@gnu.org>
2470
2471 * text.texi (Special Properties): Clarify the description of the
2472 effect of integer values of the 'cursor' property on cursor
2473 position. See the discussions in bug#11068 for more details and
2474 context.
2475
650b6d0b
GM
24762012-03-31 Glenn Morris <rgm@gnu.org>
2477
2478 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2479 Copyedits.
2480
5319014e
CY
24812012-03-30 Chong Yidong <cyd@gnu.org>
2482
2483 * display.texi (Image Formats): Add imagemagick type.
2484 (Image Descriptors): Mention how they are used.
2485 (ImageMagick Images): Clarify role of imagemagick-register-types.
2486 (Character Display): Don't mention glyph tables.
2487 (Display Tables): Use make-glyph-code in example.
2488 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2489 tables are semi-obsolete. De-document create-glyph.
2490 (Glyphless Chars): Note that display tables override this.
2491 (Bidirectional Display): Copyedits. Introduce "bidirectional
2492 reordering" terminology, and use it.
2493
f1224267
GM
24942012-03-30 Glenn Morris <rgm@gnu.org>
2495
2496 * edebug.texi (Jumping): Give name of `i' binding.
2497
d14daa28
GM
24982012-03-28 Glenn Morris <rgm@gnu.org>
2499
35e951cd
JB
2500 * searching.texi (Regular Expressions, Regexp Special)
2501 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
fee88ca0 2502 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
2503 (Regexp Special): Mention collation.
2504 Clarify char classes with an example.
fee88ca0
GM
2505 (Regexp Functions): Mention regexp-opt is not guaranteed.
2506 Mention regexp-opt-charset.
2507 (Regexp Search): Recommend against looking-back.
2508 (Search and Replace): Use Texinfo recommended quote convention.
2509 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 2510
dcb6e7b3
MR
25112012-03-27 Martin Rudalics <rudalics@gmx.at>
2512
2513 * windows.texi (Window History): Describe new option
2514 switch-to-visible-buffer.
2515
cf0495f2
GM
25162012-03-27 Glenn Morris <rgm@gnu.org>
2517
4fb9a543
GM
2518 * searching.texi (String Search): Add xref to Emacs manual.
2519 Copyedits. Mention the function word-search-regexp.
2520 (Searching and Case): Add xref to Emacs manual. Copyedits.
2521
9364727b
GM
2522 * processes.texi (Network Servers): Standardize apostrophe usage.
2523
cf0495f2
GM
2524 * os.texi (System Environment): Copyedits. Remove some examples
2525 that do not seem useful. Mention setenv third arg.
2526 tty-erase-char does not seem to be nil under a window-system.
2527 (User Identification): Copyedits.
2528 Remove some examples that do not seem useful.
2529
33da7b16
GM
25302012-03-26 Glenn Morris <rgm@gnu.org>
2531
2532 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2533 (Init File): Copyedits.
2534 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
2535 (Killing Emacs): Copyedits.
2536 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2537 Shorten the example, use more standard shell prompts.
33da7b16 2538
9a69676a
CY
25392012-03-25 Chong Yidong <cyd@gnu.org>
2540
2541 * display.texi (Fringes): Note that fringes are shown on graphical
2542 displays only.
2543 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2544 (Replacing Specs): Clarify example.
2545 (Manipulating Buttons): Note that button-at can return a marker.
2546 (Buttons): Minor rewrite.
2547 (Character Display): New node. Consolidate all character display
2548 related nodes into its subsections.
2549 (Usual Display): Character 127 is also affected by ctl-arrow.
2550 (Display Tables): Improve example.
2551
c8f6ec5c
GM
25522012-03-22 Glenn Morris <rgm@gnu.org>
2553
2554 * strings.texi (Text Comparison): Mention string-prefix-p.
2555
fb5b8aca
CY
25562012-03-21 Chong Yidong <cyd@gnu.org>
2557
2558 * display.texi (The Echo Area): Add xref to Output Streams.
2559 (Displaying Messages): Improve doc of message.
2560 (Echo Area Customization, Invisible Text): Copyedits.
2561 (Invisible Text): Mention that spec comparison is done with eq.
2562 (Width): Improve doc of char-width.
2563 (Faces): Recommend using symbol instead of string for face name.
2564 Minor clarifications.
2565 (Defining Faces): Copyedits. Update face example.
2566 (Attribute Functions): Mark set-face-foreground etc as commands.
1cbae532
SM
2567 (Face Remapping): Mention text-scale-adjust.
2568 Clarify face-remapping-alist and related docs.
fb5b8aca
CY
2569 (Face Functions): Don't document make-face or copy-face.
2570
025de85b
CY
25712012-03-20 Chong Yidong <cyd@gnu.org>
2572
2573 * display.texi (Forcing Redisplay): Various rewrites to reflect
2574 new value of redisplay-dont-pause.
2575 (Truncation): Copyedits.
2576
a5656eae
GM
25772012-03-20 Glenn Morris <rgm@gnu.org>
2578
2579 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2580 Add summary table of some relevant command-line options.
2581
d15aac68
CY
25822012-03-18 Chong Yidong <cyd@gnu.org>
2583
2584 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2585 (Writing Emacs Primitives): Re-organize discussion of functions
2586 with variable Lisp arguments are handled. Delete an obsolete
2587 remark, previously tagged as FIXME.
2588
2589 * os.texi (Idle Timers): Minor clarification.
2590 (Idle Timers): Link to Time of Day for description of time list.
2591
b59af549
GM
25922012-03-18 Glenn Morris <rgm@gnu.org>
2593
2594 * os.texi (System Interface): Flow control was removed.
2595 (Startup Summary): General update.
2596 (Init File): Don't mention compiling it.
2597
986bd52a
CY
25982012-03-17 Chong Yidong <cyd@gnu.org>
2599
2600 * os.texi (Startup Summary): Mention package loading.
2601 (Init File): Don't refer to .emacs in section title. Copyedits.
2602 (Terminal-Specific): Give a realistic example.
2603 (Command-Line Arguments): Reference Entering Emacs instead of
2604 repeating the spiel about not restarting Emacs.
2605 (Time of Day): Discuss time representation at beginning of node.
2606 (Sound Output): Copyedits.
2607
2608 * package.texi (Packaging Basics): Document package-initialize.
2609
f761251a
EZ
26102012-03-17 Eli Zaretskii <eliz@gnu.org>
2611
2612 * frames.texi (Initial Parameters): Add an index entry for
2613 minibuffer-only frame.
2614
da986230
GM
26152012-03-16 Glenn Morris <rgm@gnu.org>
2616
2617 * modes.texi (Major Mode Conventions): Mention the strange
2618 relationship between View mode and special modes. (Bug#10650)
2619
2cc775f9
CY
26202012-03-11 Chong Yidong <cyd@gnu.org>
2621
2622 * windows.texi (Window Configurations): save-window-excursion is
2623 now a macro.
2624
2625 * display.texi (Temporary Displays): with-output-to-temp-buffer is
2626 now a macro.
2627
66c5eebd
CY
2628 * text.texi (Fields): Minor copyedit.
2629
310a820f
EZ
26302012-03-10 Eli Zaretskii <eliz@gnu.org>
2631
83a96c08
EZ
2632 * strings.texi (String Basics):
2633 * sequences.texi (Sequence Functions): Mention that `length' is
2634 not appropriate for computing the string width on display; add a
2635 cross-reference to the description of `string-width'. (Bug#10978)
2636
310a820f
EZ
2637 * eval.texi (Autoloading): Minor change of wording.
2638
83ef8187
CY
26392012-03-10 Chong Yidong <cyd@gnu.org>
2640
bc44be50
CY
2641 * loading.texi (Autoload): Explicitly state which forms are
2642 processed specially (Bug#7783).
2643
83ef8187
CY
2644 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
2645 non-default situation. Describe one-submenu exception (Bug#7695).
2646
2647 * nonascii.texi (Character Properties): Copyedits.
2648
483ab230
CY
26492012-03-08 Chong Yidong <cyd@gnu.org>
2650
2651 * text.texi (Mode-Specific Indent): Document new behavior of
2652 indent-for-tab-command. Document tab-always-indent.
2653 (Special Properties): Copyedits.
2654 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
2655 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
2656 libxml-parse-html-region.
2657
00e84de0
GM
26582012-03-07 Glenn Morris <rgm@gnu.org>
2659
eaa6bc3c
GM
2660 * markers.texi (The Region): Briefly mention use-empty-active-region
2661 and region-active-p.
a9685db7 2662 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 2663 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 2664
67cd45a2
CY
26652012-03-07 Chong Yidong <cyd@gnu.org>
2666
2667 * text.texi (Buffer Contents): Don't duplicate explanation of
2668 region arguments from Text node. Put doc of obsolete var
2669 buffer-substring-filters back, since it is referred to.
2670 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
2671 selection by default.
2672
2673 * markers.texi (The Mark): Fix typo.
2674 (The Region): Copyedits.
2675
2ad80941
GM
26762012-03-07 Glenn Morris <rgm@gnu.org>
2677
2678 * markers.texi (Overview of Markers): Copyedits.
2679 (Creating Markers): Update approximate example buffer size.
2680 (The Mark): Don't mention uninteresting return values.
2681
ef959d3a
CY
26822012-03-05 Chong Yidong <cyd@gnu.org>
2683
2684 * positions.texi (Text Lines): Document count-words.
2685
a08a07e3
CY
26862012-03-04 Chong Yidong <cyd@gnu.org>
2687
2688 * frames.texi (Frames): Remove little-used "terminal frame" and
2689 "window frame" terminology.
2690 (Frame Parameters, Font and Color Parameters, Initial Parameters)
2691 (Size and Position, Visibility of Frames): Callers changed.
2692 (Frames): Clarify which terminals in framep are graphical.
2693 (Initial Parameters): --geometry is not the only option which adds
2694 to initial-frame-alist.
2695 (Position Parameters): Note that icon-left and icon-top are for
2696 old window managers only.
2697 (Size Parameters): Sizes are in characters even on graphical
2698 displays.
2699 (Management Parameters): Note that window-id and outer-window-id
2700 can't really be changed, and that auto-raise isn't always obeyed.
2701 (Cursor Parameters): Document cursor-type explicitly.
2702 (Size and Position): The aliases set-screen-height and
2703 set-screen-width have been deleted.
2704 (Visibility of Frames): Mention "minimization".
2705
2706 * os.texi (Startup Summary): Minor clarifications.
2707 (Startup Summary, Suspending Emacs): Standardize on "text
2708 terminal" terminology.
2709
2710 * windows.texi (Basic Windows, Coordinates and Windows)
2711 (Coordinates and Windows):
2712 * display.texi (Refresh Screen, Line Height, Face Attributes)
2713 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
2714
ea16568d
GM
27152012-03-04 Glenn Morris <rgm@gnu.org>
2716
2717 * abbrevs.texi: Small copyedits throughout.
2718 (Abbrev Mode): Remove this section, folding it into the top-level.
2719 (Abbrev Tables): Don't mention irrelevant return values.
2720 (Abbrev Expansion): Add cross-ref for wrapper hooks.
2721 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
2722 (Abbrev Table Properties): Update nil :regexp description.
2723
b3134b95
GM
27242012-03-03 Glenn Morris <rgm@gnu.org>
2725
520f2425
GM
2726 * internals.texi: Change @appendix section commands to @section.
2727 (Building Emacs): Say less about CANNOT_DUMP platforms.
2728 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 2729 (Pure Storage): Small changes.
01a6dcc8 2730 (Memory Usage): Copyedit.
7d2d7cc0 2731 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
35e951cd 2732 example definitions. Give examples of things with non-nil
7d2d7cc0
GM
2733 interactive args. Mention eval_sub. Remove old info about
2734 strings and GCPRO. Mention cus-start.el.
2735 (Buffer Internals, Window Internals, Process Internals):
2736 Misc small updates and fixes for fields.
520f2425 2737
b3134b95
GM
2738 * tips.texi: Copyedits.
2739 (Coding Conventions): Mention autoloads.
2740 Combine partially duplicated macro items. Fix xref.
2741 Refer to Library Headers for copyright notice.
2742 (Programming Tips): edit-options is long-obsolete.
2743 (Compilation Tips): Mention loading bytecomp for byte-compile props.
2744 (Warning Tips): Mention declare-function.
2745 (Documentation Tips): Remove old info.
2746 (Comment Tips): Mention comment-dwim, not indent-for-comment.
2747 (Library Headers): General update.
2748
2064cc6a
GM
27492012-03-02 Glenn Morris <rgm@gnu.org>
2750
6945faa6
GM
2751 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
2752 and relocate entry. Mention buffer-stale-function.
2753
4186e877
GM
2754 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
2755
2064cc6a
GM
2756 * hooks.texi (Standard Hooks): General update.
2757 Put related hooks together. Add and remove items.
2758 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
2759 * modes.texi (Hooks): Tweak cross-ref description.
2760
7272fbf3
MA
27612012-03-01 Michael Albinus <michael.albinus@gmx.de>
2762
2763 * files.texi (Kinds of Files): The return value of file-equal-p is
2764 unspecified, if FILE1 or FILE2 does not exist.
2765
53a1239b
GM
27662012-03-01 Glenn Morris <rgm@gnu.org>
2767
90db9af9
GM
2768 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
2769
53a1239b
GM
2770 * maps.texi (Standard Keymaps): General update.
2771 Remove mode-specific maps, talk about the more general keymaps.
2772 * help.texi (Help Functions): Add vindex for Helper-help-map.
2773 * keymaps.texi (Active Keymaps): Minor rephrasing.
2774
775b55af
GM
27752012-02-29 Glenn Morris <rgm@gnu.org>
2776
2777 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
2778
96b49301 27792012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2780
7272fbf3 2781 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 2782 Update changed behavior of file-subdir-of-p.
96b49301 2783
1383d930
GM
27842012-02-28 Glenn Morris <rgm@gnu.org>
2785
44e97401
GM
2786 * advice.texi, anti.texi, display.texi, elisp.texi:
2787 * processes.texi, variables.texi, vol1.texi, vol2.texi:
2788 Standardize possessive apostrophe usage.
2789
e3c73f1e
GM
2790 * locals.texi: Remove file.
2791 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
2792 Remove menu entry.
2793 * errors.texi, maps.texi: Adjust node pointers.
2794 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 2795 * makefile.w32-in (srcs):
e3c73f1e
GM
2796 * Makefile.in (srcs): Remove locals.texi.
2797
1383d930
GM
2798 * frames.texi (Mouse Position): Fix cross-ref.
2799
431ee44b
CY
28002012-02-27 Chong Yidong <cyd@gnu.org>
2801
2802 * buffers.texi (Creating Buffers): Clarify that
2803 generate-new-buffer uses generate-new-buffer-names.
2804 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
2805
2806 * files.texi (Directory Names): Index entry for file name abbreviations.
2807 (Relative File Names, File Name Expansion): Refer to it.
2808 (Locating Files): Move locate-user-emacs-file documentation to
2809 Standard File Names.
2810 (Standard File Names): Add locate-user-emacs-file; update examples.
2811
6a11ec9d
MA
28122012-02-26 Michael Albinus <michael.albinus@gmx.de>
2813
2814 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2815
9a4888c0
CY
28162012-02-26 Chong Yidong <cyd@gnu.org>
2817
2818 * files.texi (Kinds of Files): Improve documentation of
2819 files-equal-p and file-subdir-of-p.
2820
f0e751b9
GM
28212012-02-26 Glenn Morris <rgm@gnu.org>
2822
2823 * intro.texi (Acknowledgements): Small changes.
2824
7e05b1ec
GM
28252012-02-25 Glenn Morris <rgm@gnu.org>
2826
2827 * errors.texi: Don't try to list _all_ the error symbols.
2828 Add circular-list, cl-assertion-failed, compression-error.
2829 * elisp.texi, vol1.texi, vol2.texi:
2830 * control.texi (Error Symbols): Tweak "Standard Errors" description.
2831
23453255 28322012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2833
2834 * files.texi (files-equal-p, file-subdir-of-p): New,
2835 add initial documentation.
2836
4963495d
CY
28372012-02-25 Chong Yidong <cyd@gnu.org>
2838
fa74b241
CY
2839 * files.texi (File Attributes): Document file-selinux-context.
2840 (Changing Files): Link to it.
2841 (Changing Files): Document set-file-selinux-context.
2842
2843 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
2844 changed. Mention default value of backup-directory-alist.
2845 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
2846 (Auto-Saving): New minor mode behavior for auto-save-mode.
2847 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 2848
4963495d
CY
2849 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
2850
4bb82fa8
GM
28512012-02-24 Glenn Morris <rgm@gnu.org>
2852
2853 * errors.texi (Standard Errors): Mention dbus-error.
2854 For arith-error sub-classes, just use one cross-ref.
2855
2cb228f7
AM
28562012-02-23 Alan Mackenzie <acm@muc.de>
2857
2858 * modes.texi (Defining Minor Modes): Document the new keyword
2859 :after-hook.
2860
a59225b1
CY
28612012-02-21 Chong Yidong <cyd@gnu.org>
2862
2863 * files.texi (Files): Mention magic file names as arguments.
2864 (Reading from Files): Copyedits.
2865 (File Attributes): Mention how to change file modes.
2866 (Changing Files): Use standard "file permissions" terminology.
2867 Add xref to File Attributes node.
2868 (Locating Files): Document locate-user-emacs-file.
2869 (Unique File Names): Recommend against using make-temp-name.
2870
8376d7c2
CY
28712012-02-19 Chong Yidong <cyd@gnu.org>
2872
2873 * help.texi (Documentation, Documentation Basics, Help Functions):
2874 Minor clarifications.
2875 (Accessing Documentation): Clarify what documentation-property is
2876 for. Add xref to Keys in Documentation.
2877
2878 * tips.texi (Documentation Tips): Don't recommend using * in
2879 docstrings.
2880
2881 * macros.texi (Defining Macros):
2882 * modes.texi (Derived Modes): Say "documentation string" instead
2883 of docstring.
2884
82233bea
CY
28852012-02-18 Chong Yidong <cyd@gnu.org>
2886
2887 * modes.texi (Tabulated List Mode): New node.
2888 (Basic Major Modes): Add xref to it.
2889
2890 * processes.texi (Process Information): Mention Process Menu mode.
2891
7b926f3f
CY
28922012-02-17 Chong Yidong <cyd@gnu.org>
2893
2894 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
2895
0fd2c9a3
GM
28962012-02-17 Glenn Morris <rgm@gnu.org>
2897
2898 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
2899
f700caa3
CY
29002012-02-16 Chong Yidong <cyd@gnu.org>
2901
4230351b
CY
2902 * syntax.texi (Syntax Tables, Syntax Descriptors)
2903 (Syntax Table Functions): Copyedits.
2904 (Syntax Basics): Don't repeat the material in the preceding node.
2905 (Syntax Class Table): Use a table.
2906 (Syntax Properties): Document syntax-propertize-function and
2907 syntax-propertize-extend-region-functions.
35e951cd 2908 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1cbae532
SM
2909 (Parser State): Update for the new "c" comment style.
2910 Fix description of item 7 (comment style).
4230351b 2911
f700caa3
CY
2912 * modes.texi (Minor Modes): Update how mode commands should treat
2913 arguments now.
2914 (Mode Line Basics): Clarify force-mode-line-update.
2915 (Mode Line Top): Note that the example is not realistic.
2916 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
2917 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
2918 "mode line construct" instead of "mode line specification".
2919 (Syntactic Font Lock): Remove mention of obsolete variable
2920 font-lock-syntactic-keywords.
2921 (Setting Syntax Properties): Node deleted.
2922 (Font Lock Mode): Note that Font Lock mode is a minor mode.
2923 (Font Lock Basics): Note that syntactic fontification falls back
2924 on `syntax-table'.
2925 (Search-based Fontification): Emphasize that font-lock-keywords
2926 should not be set directly.
2927 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
2928 (Syntactic Font Lock): Minor clarifications. Add xref to
2929 Syntactic Font Lock node.
f700caa3 2930
60236b0d
CY
29312012-02-15 Chong Yidong <cyd@gnu.org>
2932
2933 * minibuf.texi (Basic Completion): Define "completion table".
2934 Move completion-in-region to Completion in Buffers node.
2935 (Completion Commands): Use "completion table" terminology.
2936 (Completion in Buffers): New node.
2937
2938 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
2939 (Setting Hooks): Update minor mode usage example.
2940 (Major Mode Conventions): Note that completion-at-point-functions
2941 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
2942 Remove duplicate tip about auto-mode-alist.
2943 (Minor Modes): Rewrite introduction.
2944 (Minor Mode Conventions): Copyedits. Don't recommend
2945 variable-only minor modes since few minor modes are like that.
60236b0d 2946
d7dbb11a
GM
29472012-02-15 Glenn Morris <rgm@gnu.org>
2948
2949 * processes.texi (Network): Document open-network-stream :parameters.
2950
3d8badf4
CY
29512012-02-14 Chong Yidong <cyd@gnu.org>
2952
2953 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
2954 was removed on 2009-09-10. Update lisp-mode-map example.
2955 (Inheritance and Keymaps): Minor clarification.
2956 (Searching Keymaps): Remove out-of-place enumeration.
2957 (Key Lookup): Remove unnecessary example (one was already given in
2958 Format of Keymaps).
2959 (Changing Key Bindings): Update suppress-keymap example.
2960 (Menu Bar, Tool Bar): Copyedits.
2961 (Tool Bar): Update tool-bar-map example.
2962
faccede1
CY
29632012-02-12 Chong Yidong <cyd@gnu.org>
2964
2965 * debugging.texi (Debugger Commands): Continuing is now allowed
2966 for errors.
2967
355cabc6
CY
29682012-02-11 Chong Yidong <cyd@gnu.org>
2969
d860baa0
CY
2970 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
2971 Move the list of standard bitmaps there.
2972 (Fringe Cursors): Rewrite for clarity.
2973 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
2974
34106abe
CY
2975 * commands.texi (Command Overview): Mention read-key.
2976 (Using Interactive, Interactive Call): Minor clarifications.
2977 (Function Keys, Click Events): Avoid "input stream" terminology.
2978 (Click Events): Add xref to Window Sizes and Accessing Mouse.
2979 Clarify column and row components.
2980 (Accessing Mouse): Add xref to Click Events. Minor fixes.
2981 (Special Events): Copyedits.
2982
2983 * streams.texi (Input Streams): De-document get-file-char.
2984 (Output Variables): Don't refer to old backquote syntax.
2985
355cabc6
CY
2986 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
2987 (Error Debugging): Note that debug-ignored-errors overrides list
1cbae532
SM
2988 values of debug-on-error too. Add xref to Signaling Errors.
2989 Note that debug-on-signal is not customizable.
2990 Mention condition-case-unless-debug.
355cabc6
CY
2991 (Compilation Errors): Node deleted.
2992
2993 * compile.texi (Compiler Errors): Move a paragraph here from
2994 deleted node Compilation Errors.
2995
1be3ca5a
LL
29962012-02-10 Leo Liu <sdl.web@gmail.com>
2997
2998 * control.texi (Handling Errors): Change condition-case-no-debug
2999 to condition-case-unless-debug.
3000
25dec365
CY
30012012-02-10 Chong Yidong <cyd@gnu.org>
3002
3003 * advice.texi (Defining Advice): Clarify ad-unadvise.
3004 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3005 is not abnormal.
3006 (Advising Primitives): Node deleted; ad-define-subr-args has been
3007 removed.
3008
3009 * compile.texi (Speed of Byte-Code): Use float-time in example.
3010 (Compilation Functions): Note that the log uses Compilation mode.
3011 Don't discuss the contents of byte-code function object here.
3012 (Compilation Functions): De-document internal function byte-code.
3013 (Docs and Compilation): Minor clarifications.
3014
3015 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3016 Objects.
3017
5f5e4ea1
GM
30182012-02-10 Glenn Morris <rgm@gnu.org>
3019
3020 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3021 Mention secure-hash.
3022 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3023
6c1e4b46
CY
30242012-02-10 Chong Yidong <cyd@gnu.org>
3025
3026 * loading.texi (Loading): Don't emphasize "library" terminology.
3027 (Library Search): load-path is not a user option. Mention role of
3028 -L option and packages. Improve examples.
3029 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3030 obsolete.
3031 (Autoload): Minor clarifications.
3032
72ca698c
GM
30332012-02-10 Glenn Morris <rgm@gnu.org>
3034
b011fbfe
GM
3035 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3036
72ca698c
GM
3037 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3038
14a1f380
GM
30392012-02-08 Glenn Morris <rgm@gnu.org>
3040
3041 * loading.texi (Named Features): Update the require example.
3042
60d47423
GM
30432012-02-07 Glenn Morris <rgm@gnu.org>
3044
3045 * modes.texi (Defining Minor Modes):
3046 Expand on args of defined minor modes.
3047
0992bd9c
CY
30482012-02-07 Chong Yidong <cyd@gnu.org>
3049
3050 * variables.texi (Creating Buffer-Local): Minor clarification
3051 to buffer-local-variables doc (Bug#10715).
3052
af008560
GM
30532012-02-07 Glenn Morris <rgm@gnu.org>
3054
e80e1825 3055 * display.texi (ImageMagick Images): General update.
af008560
GM
3056 Move most details of imagemagick-render-type to the variable's doc.
3057
866c1d22
GM
30582012-02-06 Glenn Morris <rgm@gnu.org>
3059
f7c9199f 3060 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
3061 (Inheritance and Keymaps):
3062 Mention make-composed-keymap and multiple inheritance.
f7c9199f 3063
e7bc51d0
GM
3064 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3065
866c1d22
GM
3066 * control.texi (Handling Errors):
3067 Mention condition-case-no-debug and with-demoted-errors.
3068
03988c98
CY
30692012-02-05 Chong Yidong <cyd@gnu.org>
3070
3071 * customize.texi (Common Keywords): Minor clarifications.
3072 Document custom-unlispify-remove-prefixes.
3073 (Variable Definitions): Backquotes in defcustom seem to work fine
3074 now. Various other copyedits.
e1161b06
CY
3075 (Simple Types): Copyedits. Document color selector.
3076 (Composite Types): Copyedits.
3077 (Splicing into Lists): Clarifications.
03988c98
CY
3078
3079 * eval.texi (Backquote): Move from macros.texi.
3080
3081 * macros.texi (Expansion): Minor clarification.
3082 (Backquote): Move node to eval.texi.
3083 (Defining Macros): Move an example from Backquote node.
3084 (Argument Evaluation): No need to mention Pascal.
3085 (Indenting Macros): Add xref to Defining Macros.
3086
649f602c
GM
30872012-02-05 Glenn Morris <rgm@gnu.org>
3088
3089 * debugging.texi (Error Debugging): Mention debug-on-event default.
3090
34c99998
GM
30912012-02-04 Glenn Morris <rgm@gnu.org>
3092
8f05da42
GM
3093 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3094
7aa5aad8
GM
3095 * debugging.texi (Error Debugging): Mention debug-on-event.
3096 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3097
c7291ad9
GM
3098 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3099
34c99998
GM
3100 * text.texi (Buffer Contents):
3101 Update filter-buffer-substring description.
3102
735cc5ca
CY
31032012-02-04 Chong Yidong <cyd@gnu.org>
3104
6e911150
SM
3105 * functions.texi (What Is a Function): Add closures.
3106 Mention "return value" terminology. Add xref for command-execute.
1cbae532 3107 Remove unused "keystroke command" terminology.
735cc5ca
CY
3108 (Lambda Expressions): Give a different example than in the
3109 following subsection. Add xref to Anonymous Functions.
3110 (Function Documentation): Remove gratuitous markup.
3111 (Function Names): Move introductory text to `What Is a Function'.
3112 (Defining Functions): Fix defun argument spec.
1cbae532
SM
3113 (Anonymous Functions): Document lambda macro explicitly.
3114 Mention effects on lexical binding.
735cc5ca
CY
3115 (Function Cells): Downplay direct usage of fset.
3116 (Closures): New node.
3117 (Inline Functions): Remove "open-code" terminology.
3118 (Declaring Functions): Minor tweak; .m is not C code.
3119
3120 * variables.texi (Variables): Don't refer to "global value".
3121 (Local Variables, Void Variables): Copyedits.
3122 (Lexical Binding): Minor clarification of example.
3123 (File Local Variables): Mention :safe and :risky defcustom args.
3124 (Lexical Binding): Add xref to Closures node.
3125
94bc7984
GM
31262012-02-04 Glenn Morris <rgm@gnu.org>
3127
3128 * minibuf.texi (High-Level Completion): Updates for read-color.
3129
4f5a10ef
GM
31302012-02-03 Glenn Morris <rgm@gnu.org>
3131
eea14f31
GM
3132 * display.texi (GIF Images): Mention animation.
3133 Remove commented-out old example of animation.
3134 (Animated Images): New subsection.
3135 * elisp.texi (Top):
3136 * vol1.texi (Top):
3137 * vol2.texi (Top): Add Animated Images menu entry.
3138
4f5a10ef
GM
3139 * display.texi (Image Formats): Remove oddly specific information
3140 on versions of image libraries.
204e728d 3141 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 3142
12f381b7
GM
31432012-02-02 Glenn Morris <rgm@gnu.org>
3144
1b9f60cc
GM
3145 * processes.texi (Synchronous Processes):
3146 Mention call-process's :file gets overwritten.
3147
7e2734bc
GM
3148 * commands.texi (Reading One Event):
3149 * help.texi (Help Functions): Document read-char-choice.
3150
f58b9822
GM
3151 * hooks.texi (Standard Hooks):
3152 * modes.texi (Keymaps and Minor Modes):
3153 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3154
3155 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3156
12f381b7
GM
3157 * hooks.texi (Standard Hooks):
3158 * modes.texi (Major Mode Conventions, Mode Hooks):
3159 Document change-major-mode-after-body-hook.
3160
7a9a2fc6
GM
31612012-02-01 Glenn Morris <rgm@gnu.org>
3162
3163 * modes.texi (Defining Minor Modes):
3164 Mention disabling global minor modes on a per-major-mode basis.
3165
a037c171
CY
31662012-01-31 Chong Yidong <cyd@gnu.org>
3167
3168 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3169 (Parser State): Remove unnecessary statement (Bug#10661).
3170
3171 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3172
56afad3a
GM
31732012-01-31 Glenn Morris <rgm@gnu.org>
3174
3175 * modes.texi (Defining Minor Modes):
3176 Document define-minor-mode's new :variable keyword.
3177
0f29fa41
CY
31782012-01-29 Chong Yidong <cyd@gnu.org>
3179
837a390a
CY
3180 * syntax.texi (Syntax Class Table): Tweak description of newline
3181 char syntax (Bug#9619).
3182
0f29fa41
CY
3183 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3184 description (Bug#10189).
3185
182148ee
GM
31862012-01-29 Glenn Morris <rgm@gnu.org>
3187
a49ca6b9
GM
3188 * files.texi (Changing Files): Document SELinux support.
3189
182148ee
GM
3190 * windows.texi (Window Sizes): Fix typo.
3191
9962192e
CY
31922012-01-28 Chong Yidong <cyd@gnu.org>
3193
8c6e1920
CY
3194 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3195 doc (Bug#8568).
3196
9583ec59
CY
3197 * frames.texi (Input Focus): Add NORECORD arg to
3198 select-frame-set-input-focus. Clarify its role in select-frame.
3199
10256988
CY
3200 * text.texi (Transposition): We don't use transpose-region as an
3201 internal subroutine (Bug#3249).
3202
9962192e
CY
3203 * modes.texi (Example Major Modes): Update Lisp example code to
3204 current sources. Delete the old non-derived-major-mode example,
3205 which has diverged badly from current sources.
3206
2aa43abb
GM
32072012-01-27 Glenn Morris <rgm@gnu.org>
3208
3209 * makefile.w32-in (texinputdir): Fix (presumed) typo.
3210 (VERSION, manual): Remove, unused.
3211
9f40220d
CY
32122012-01-27 Chong Yidong <cyd@gnu.org>
3213
3214 * commands.texi (Command Overview): Minor clarification (Bug#10384).
3215
acc28cb9
CY
32162012-01-26 Chong Yidong <cyd@gnu.org>
3217
3218 * searching.texi (String Search): Document negative repeat count
3219 (Bug#10507).
3220
48da7392
GM
32212012-01-26 Glenn Morris <rgm@gnu.org>
3222
3223 * variables.texi (Using Lexical Binding):
3224 Mention that lexical-binding should be set in the first line.
3225
69b0acb9
LI
32262012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3227
3228 * macros.texi (Defining Macros): Don't claim that `declare' only
3229 affects Edebug and indentation.
3230
543757a8
LI
32312012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3232
3233 * macros.texi (Defining Macros): Slight `declare' fixup.
3234
450e3cae
GM
32352012-01-25 Glenn Morris <rgm@gnu.org>
3236
24189ce0 3237 * makefile.w32-in (texinputdir):
450e3cae
GM
3238 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
3239
1021c761
CY
32402012-01-24 Chong Yidong <cyd@gnu.org>
3241
3242 * variables.texi (Variables, Local Variables, Void Variables):
3243 Edit to make the descriptions less specific to dynamic binding.
3244 (Local Variables): Default max-specpdl-size is now 1300.
1cbae532
SM
3245 (Defining Variables): Edits for lexical scoping.
3246 Delete information about starting docstrings with *. De-document
1021c761
CY
3247 user-variable-p.
3248 (Tips for Defining): Remove an unimportant discussion of quitting
3249 in the middle of a load.
3250 (Accessing Variables, Setting Variables): Discuss lexical binding.
3251 (Variable Scoping): Rewrite.
3252 (Scope, Extent, Impl of Scope): Nodes deleted.
3253 (Dynamic Binding): New node, with material from Scope, Extent, and
3254 Impl of Scope nodes.
3255 (Dynamic Binding Tips): Rename from Using Scoping.
3256 (Lexical Binding): Rewrite.
3257 (Using Lexical Binding): Rename from Converting to Lexical
3258 Binding. Convert to subsection.
3259
3260 * customize.texi (Variable Definitions): Add custom-variable-p.
3261 Move user-variable-p documentation here.
3262
31cbea1d
CY
32632012-01-23 Chong Yidong <cyd@gnu.org>
3264
3265 * strings.texi (Text Comparison): Minor qualification.
3266
3267 * lists.texi (Cons Cells): Copyedits.
3268 (List Elements): Mention push.
3269 (List Variables): Mention pop.
3270 (Rings): Move to sequences.texi.
3271
3272 * sequences.texi (Sequence Functions): Don't repeat the
3273 introduction already given in the parent.
3274 (Vectors): Copyedits.
3275 (Rings): Move from lists.texi. Note that this is specific to the
3276 ring package.
3277
3278 * symbols.texi (Definitions, Symbol Components): Mention variable
3279 scoping issues.
3280 (Plists and Alists): Copyedits.
3281
3282 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3283 correctness with lexical scoping.
3284 (Eval): Copyedits.
3285
fead402d
CY
32862012-01-21 Chong Yidong <cyd@gnu.org>
3287
3288 * intro.texi (A Sample Function Description): Special notation
3289 used for macros too.
3290
3291 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3292 (Symbol Type): Add xref for keyword symbols.
3293 (Sequence Type): Clarify differences between sequence types.
3294 (Cons Cell Type): Add "linked list" index entry.
3295 (Non-ASCII in Strings): Copyedits.
3296 (Equality Predicates): Symbols with same name need not be eq.
3297
3298 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3299 ldexp. Move float-e and float-pi to Math Functions node.
3300
61086eb6
GM
33012012-01-21 Glenn Morris <rgm@gnu.org>
3302
3303 * modes.texi (Auto Major Mode):
3304 * variables.texi (File Local Variables):
3305 Mention inhibit-local-variables-regexps.
3306
34a02f46
MR
33072012-01-19 Martin Rudalics <rudalics@gmx.at>
3308
3309 * windows.texi (Window Configurations): Rewrite references to
3310 persistent window parameters.
3311 (Window Parameters): Fix description of persistent window
3312 parameters.
3313
f5064cae
JB
33142012-01-16 Juanma Barranquero <lekktu@gmail.com>
3315
3316 * windows.texi (Window Parameters): Use @pxref.
3317
6a6ee00d
MR
33182012-01-16 Martin Rudalics <rudalics@gmx.at>
3319
3320 * windows.texi (Window Configurations, Window Parameters):
3321 Describe persistent window parameters.
3322
9ca4c014
SM
33232011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3324
3325 * variables.texi (Creating Buffer-Local): Warn against misuses of
3326 make-variable-buffer-local (bug#10258).
3327
d027f83d
LMI
33282012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3329
3330 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3331
89bd9ccd
CY
33322012-01-06 Chong Yidong <cyd@gnu.org>
3333
1cbae532
SM
3334 * variables.texi (Directory Local Variables):
3335 Document hack-dir-local-variables-non-file-buffer.
89bd9ccd 3336
c869783d
GM
33372012-01-06 Glenn Morris <rgm@gnu.org>
3338
3339 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3340 rather than by keybinding.
3341
2cae5ba4
JB
33422011-12-29 Juanma Barranquero <lekktu@gmail.com>
3343
3344 * frames.texi (Font and Color Parameters): Add @pxref.
3345
43da4d08
DC
33462011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3347
3348 * frames.texi (Font and Color Parameters):
3349 Document w32 font backends (bug#10399).
3350
8d80ef01
PE
33512011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3352
3353 * files.texi (File Attributes, Changing Files):
3354 Use a more-natural notation for octal numbers.
3355
9022ae07
JB
33562011-12-23 Juanma Barranquero <lekktu@gmail.com>
3357
3358 * variables.texi (Variables with Restricted Values):
3359 Change reference to variable (bug#10354).
3360
454592a6
MR
33612011-12-13 Martin Rudalics <rudalics@gmx.at>
3362
3363 * windows.texi (Splitting Windows): Use t instead of non-nil
3364 when describing window-combination-resize.
3365
a7cdbfce
SM
33662011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3367
3368 * text.texi (Special Properties): Warn against `intangible' properties
3369 (bug#10222).
3370
a3dcc84e
EZ
33712011-11-26 Eli Zaretskii <eliz@gnu.org>
3372
579ebf8f
EZ
3373 * display.texi (Truncation):
3374 * text.texi (Special Properties): Describe what a stretch-glyph is
3375 instead of using that term without explanation. Make the
3376 cross-references more accurate.
3377
a3dcc84e
EZ
3378 * display.texi (Usual Display): Update the description,
3379 cross-references, and indexing related to display of control
3380 characters and raw bytes.
3381
94af99a4
MR
33822011-11-25 Martin Rudalics <rudalics@gmx.at>
3383
3384 * windows.texi (Splitting Windows): Fix description of
3385 window-combination-limit. Suggested by Eli Zaretskii.
3386
1c3d7a13
CY
33872011-11-23 Chong Yidong <cyd@gnu.org>
3388
3389 * windows.texi (Window Sizes): Move window-top-line,
3390 window-left-column, and window-*-pixel-edges to Coordinates and
3391 Windows node.
3392 (Coordinates and Windows): Restore window-edges doc.
3393
90151a1e
MR
33942011-11-21 Martin Rudalics <rudalics@gmx.at>
3395
a7cdbfce
SM
3396 * windows.texi (Windows and Frames, Splitting Windows):
3397 Fix typos.
90151a1e 3398
a9b9b7f5
CY
33992011-11-21 Chong Yidong <cyd@gnu.org>
3400
3401 * windows.texi (Splitting Windows): Fix error in documentation of
3402 window-combination-limit.
3403 (Cyclic Window Ordering): Minor fixes to next-window,
3404 one-window-p, and get-lru-window docs. Don't document
3405 window-list-1.
3406 (Buffers and Windows): Copyedits.
3407 (Choosing Window): Document special handling of special-display-*.
3408 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
3409 Don't document even-window-heights, which is going away.
3410 Clarify which options are obeyed by which action functions.
a9b9b7f5 3411
f4e90db0
SM
34122011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3413
3414 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3415
d2999b1a
MR
34162011-11-20 Martin Rudalics <rudalics@gmx.at>
3417
f4e90db0
SM
3418 * windows.texi (Resizing Windows, Splitting Windows):
3419 Remove term "status" when talking about combination limits.
d2999b1a 3420
cd1181db
JB
34212011-11-20 Juanma Barranquero <lekktu@gmail.com>
3422
3423 * compile.texi (Compiler Errors):
3424 * help.texi (Help Functions): Fix typos.
3425
7bf54975
CY
34262011-11-19 Chong Yidong <cyd@gnu.org>
3427
3428 * windows.texi (Splitting Windows): Clarify role of window
3429 parameters in split-window. Shorten the example.
f4e90db0
SM
3430 (Deleting Windows): Rewrite intro to handle internal windows.
3431 Fix delete-windows-on doc.
7bf54975
CY
3432 (Selecting Windows): Copyedits.
3433
a0c2d0ae
MR
34342011-11-17 Martin Rudalics <rudalics@gmx.at>
3435
3436 * windows.texi (Resizing Windows, Splitting Windows)
3437 (Deleting Windows): Use term window-combination-resize instead
3438 of window-splits.
3439
b6f67890
MR
34402011-11-16 Martin Rudalics <rudalics@gmx.at>
3441
f4e90db0
SM
3442 * windows.texi (Resizing Windows, Splitting Windows):
3443 Rename occurrences of window-nest to window-combination-limit.
b6f67890 3444
0b381c7e
JB
34452011-11-14 Juanma Barranquero <lekktu@gmail.com>
3446
3447 * intro.texi (Lisp History): Fix typo.
3448
89d61221
MR
34492011-11-12 Martin Rudalics <rudalics@gmx.at>
3450
f4e90db0
SM
3451 * windows.texi (Splitting Windows, Deleting Windows):
3452 Remove references to splits status of windows.
89d61221 3453
b2621720
GM
34542011-11-10 Glenn Morris <rgm@gnu.org>
3455
3456 * buffers.texi (Read Only Buffers): Expand a bit on why
3457 toggle-read-only should only be used interactively. (Bug#7292)
3458
d2ad7ee1
CY
34592011-11-09 Chong Yidong <cyd@gnu.org>
3460
3461 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 3462 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
3463 window-inside-absolute-pixel-edges.
3464 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3465 non-full-width windows.
3466
2cffd681
MR
34672011-11-09 Martin Rudalics <rudalics@gmx.at>
3468
3469 * windows.texi (Resizing Windows): Rewrite documentation of
3470 window-resizable.
3471
f6f6d7e7
CY
34722011-11-09 Chong Yidong <cyd@gnu.org>
3473
3474 * windows.texi (Splitting Windows): Simplify example.
3475
a79db6e0
CY
34762011-11-08 Chong Yidong <cyd@gnu.org>
3477
3478 * windows.texi (Window Sizes): Copyedits. Document
3479 window-text-height. Remove window-min-height and window-min-width
3480 discussion, referring instead to Emacs manual.
3481 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
3482 (Resizing Windows): Simplify introduction. Don't document
3483 enlarge-window, shrink-window, enlarge-window-horizontally, and
3484 shrink-window-horizontally; they are no longer preferred for
3485 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 3486
441950c7
GM
34872011-11-07 Glenn Morris <rgm@gnu.org>
3488
3489 * windows.texi (Choosing Window): Fix keybinding typo.
3490
be7f5545
MR
34912011-11-07 Martin Rudalics <rudalics@gmx.at>
3492
3493 * windows.texi (Resizing Windows, Splitting Windows)
3494 (Window Configurations): Use "child window" instead of
3495 "subwindow".
3496
291d142b
CY
34972011-11-06 Chong Yidong <cyd@gnu.org>
3498
3499 * windows.texi (Basic Windows): Clarify various definitions.
3500 Treat window-normalize-* as internal; don't document them.
3501 (Windows and Frames): Various clarifications, e.g. non-live
3502 windows also belong to frames. Fix window-list description.
3503 Simplify window nesting example.
f4e90db0
SM
3504 (Splitting Windows, Window Configurations):
3505 Use split-window-below.
291d142b 3506
89bd5ee1
EZ
35072011-11-04 Eli Zaretskii <eliz@gnu.org>
3508
3509 * windows.texi (Window Sizes): Mention in the doc string that the
3510 return values of `window-body-height' and `window-body-width' are
3511 in frame's canonical units. (Bug#9949)
3512
3d8daefe
MR
35132011-10-30 Martin Rudalics <rudalics@gmx.at>
3514
3515 * windows.texi (Windows and Frames): Remove "iso-" infix from
3516 documentation of window-iso-combined-p.
3517
60754666
CY
35182011-10-26 Chong Yidong <cyd@gnu.org>
3519
3520 * modes.texi (Running Hooks): Document with-wrapper-hook.
3521
d366bd53
CY
35222011-10-18 Chong Yidong <cyd@gnu.org>
3523
3524 * display.texi (Glyphless Chars): New node.
3525
50b063c3
CY
35262011-10-13 Chong Yidong <cyd@stupidchicken.com>
3527
3528 * text.texi (Yanking): Document yank-excluded-properties.
3529
3530 * package.texi (Packaging Basics): The commentary should say how
3531 to begin using the package.
3532
c72063fa
MR
35332011-10-11 Martin Rudalics <rudalics@gmx.at>
3534
3535 * windows.texi (Deleting Windows): Mention which window gets
3536 selected when deleting the selected window.
3537
d83dc65b
MR
35382011-10-09 Martin Rudalics <rudalics@gmx.at>
3539
3540 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3541 with the selected window.
3542 * windows.texi (Buffers and Windows): Reformulate text on how
3543 replace-buffer-in-windows deals with a window.
3544 (Quitting Windows): Describe how quit-window deals with a
3545 standalone frame. Describe new option frame-auto-hide-function.
3546
c599682c
GM
35472011-10-08 Glenn Morris <rgm@gnu.org>
3548
48bca619
GM
3549 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3550
c599682c
GM
3551 * positions.texi (Excursions): Update warning message.
3552
969aa734
CY
35532011-10-05 Chong Yidong <cyd@stupidchicken.com>
3554
f4e90db0
SM
3555 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3556 Fix Emacs manual xref (Bug#9675).
969aa734 3557
550f41cd
CY
35582011-10-01 Chong Yidong <cyd@stupidchicken.com>
3559
3560 * windows.texi (Textual Scrolling): Document scroll-up-command,
3561 scroll-down-command, scroll-error-top-bottom, and the
3562 scroll-command symbol property.
717a1362
CY
3563 (Display Action Functions): Fix description of
3564 display-buffer-pop-up-window.
550f41cd 3565
a239d4e9
JB
35662011-09-28 Juanma Barranquero <lekktu@gmail.com>
3567
3568 * windows.texi (Splitting Windows): Fix typos.
3569
590c056d
MR
35702011-09-25 Martin Rudalics <rudalics@gmx.at>
3571
3572 * windows.texi (Windows and Frames, Display Action Functions)
3573 (Switching Buffers): Fix some typos.
3574 (Buffers and Windows): Remove reference to window-auto-delete.
3575 Reword description of replace-buffer-in-windows.
3576 (Window History): Fix some typos and refer to frame local buffer
3577 list.
c419f5cb
MR
3578 (Quitting Windows): New node.
3579 (Window Configurations): Add descriptions of window-state-get
3580 and window-state-put.
3581 (Window Parameters): Describe variable ignore-window-parameters.
3582 Sketch some window parameters currently in use.
3583 * elisp.texi (Top): Update node listing.
590c056d 3584
9ec20d36
CY
35852011-09-25 Chong Yidong <cyd@stupidchicken.com>
3586
3587 * windows.texi (Display Action Functions)
3588 (Choosing Window Options): New nodes.
3589
0e406a72
CY
35902011-09-24 Chong Yidong <cyd@stupidchicken.com>
3591
3592 * windows.texi (Window History): New node. Move text here from
3593 Buffers and Windows.
3594 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
3595 don't document display-buffer here; callers changed.
3596 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
3597 switch-to-buffer-other-frame. Delete duplicate
3598 replace-buffer-in-windows doc.
3599 (Choosing Window): Document display actions.
3600
6bf7006f
EZ
36012011-09-24 Eli Zaretskii <eliz@gnu.org>
3602
3603 * display.texi (Forcing Redisplay): Update the description of
3604 redisplay-dont-pause due to change in the default value.
3605
b33b68a3
MR
36062011-09-23 Martin Rudalics <rudalics@gmx.at>
3607
3608 * frames.texi (Frames and Windows): Move section and rename to
3609 Windows and Frames in windows.texi.
3610 * windows.texi (Windows): Restructure.
3611 (Basic Windows): Rewrite. Explain live and internal windows and
3612 normalization functions.
3613 (Windows and Frames): Move section here from frames.texi.
3614 Describe subwindows, window combinations, window tree, and
3615 corresponding functions including window-list here.
3616 (Window Sizes): Rename section from Size of Window and move it
3617 up in chapter. Describe total and body sizes and the
3618 corresponding functions. Explain new semantics of
3619 window-min-height/-width.
3620 (Resizing Windows): Move section up in chapter. Describe new
3621 resize functions.
3622 (Splitting Windows): Describe new behavior of split-window,
3623 split-window-above-each-other and split-window-side-by-side.
3624 Provide examples. Describe window-nest and window-splits
3625 options.
3626 (Deleting Windows): Minor rewrite.
f4e90db0
SM
3627 (Selecting Windows): Minor rewrite.
3628 Describe frame-selected-window and set-frame-selected-window here.
3629 (Cyclic Window Ordering): Minor rewrite.
3630 Describe window-list-1.
b33b68a3
MR
3631 (Buffers and Windows): Rewrite. Explain a window's previous and
3632 next buffers and the corresponding functions.
c4682d18 3633 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
3634 * elisp.texi (Top): Update node listings for frames and windows
3635 sections.
3636
4d3786ac
SM
36372011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3638
3639 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
3640
713df35b
LMI
36412011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3642
3643 * errors.texi (Standard Errors): Remove apparent placeholder text
3644 (bug#9491).
3645
33ed493b
CY
36462011-09-18 Chong Yidong <cyd@stupidchicken.com>
3647
3648 * frames.texi (Management Parameters): Fix description of
3649 icon-type parameter.
3650
b8f0a954
CY
36512011-09-17 Chong Yidong <cyd@stupidchicken.com>
3652
3653 * tips.texi (Key Binding Conventions): Don't bind a key sequence
3654 ending in C-g. Suggested by Edward O'Connor.
3655
eddf142c
EZ
36562011-09-17 Eli Zaretskii <eliz@gnu.org>
3657
3658 * numbers.texi (Integer Basics): Add indexing for
3659 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
3660
d8e213eb 36612011-09-14 Dani Moncayo <dmoncayo@gmail.com>
bf1af6c7
DM
3662
3663 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
3664
cec2eab8
JB
36652011-09-11 Juanma Barranquero <lekktu@gmail.com>
3666
3667 * processes.texi (Network Servers): Clarify what the process
3668 buffer is used for (bug#9233).
3669
d8e213eb 36702011-08-30 Dani Moncayo <dmoncayo@gmail.com>
1f403cb9
DM
3671
3672 * lists.texi (Building Lists): Fix typo.
3673
35137ed3
CY
36742011-08-30 Chong Yidong <cyd@stupidchicken.com>
3675
3676 * display.texi (Basic Faces): New node. Document new faces.
3677
3678 * modes.texi (Major Mode Conventions): Move some text there.
3679 (Mode Help): Remove major-mode var, duplicated in Major Modes.
3680
3fd50d5c
CY
36812011-08-29 Chong Yidong <cyd@stupidchicken.com>
3682
3683 * modes.texi (Basic Major Modes): New node. Callers updated.
3684 (Major Modes): Document fundamental-mode and major-mode.
3685 (Major Mode Basics): Node deleted; text moved to Major Modes.
3686 (Derived Modes): Document derived-mode-p.
3687
ddb54206
CY
36882011-08-28 Chong Yidong <cyd@stupidchicken.com>
3689
a6326082
CY
3690 * files.texi (Changing Files, Create/Delete Dirs): Document new
3691 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
3692 (Visiting Functions): Remove view-file; it is documented in the
3693 Emacs manual.
04e2ce72 3694
ddb54206
CY
3695 * frames.texi (Layout Parameters): The defaults for the
3696 menu-bar-lines and tool-bar-lines parameters depend on the mode.
3697
3698 * display.texi (Progress): Document spinner functionality.
3699
3700 * os.texi (Killing Emacs): Note that kill-emacs can be called by
3701 operating system signals. Refer to save-buffers-kill-terminal
3702 instead of save-buffers-kill-emacs.
3703
3704 * objects.texi (Symbol Type): Document ## print representation.
3705
0c95fcf7
EZ
37062011-08-25 Eli Zaretskii <eliz@gnu.org>
3707
3708 * display.texi (Specified Space): Mention that `space' specs
3709 influence bidi reordering.
3710 (Bidirectional Display): Explain how to use `(space . PROPS)' for
3711 separating fields with bidirectional content.
3712
5980d4c6
EZ
37132011-08-24 Eli Zaretskii <eliz@gnu.org>
3714
3715 * display.texi (Bidirectional Display): Document return value in
3716 buffers that are not bidi-reordered for display, and in unibyte
3717 buffers.
3718
bca633fb
EZ
37192011-08-23 Eli Zaretskii <eliz@gnu.org>
3720
3721 * nonascii.texi (Character Properties): Document the values for
3722 unassigned codepoints.
3723
c094bb0c
EZ
37242011-08-18 Eli Zaretskii <eliz@gnu.org>
3725
3726 * nonascii.texi (Character Properties): Document use of
3727 `bidi-class' and `mirroring' properties as part of reordering.
3728 Provide cross-references to "Bidirectional Display".
3729
3730 * display.texi (Bidirectional Display): Document the pitfalls of
3731 concatenating strings with bidirectional content, with possible
f4e90db0
SM
3732 solutions. Document bidi-string-mark-left-to-right.
3733 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
3734 Document use of `bidi-class' and `mirroring' properties as part of
3735 reordering.
c094bb0c 3736
1ea897d5
EZ
37372011-08-16 Eli Zaretskii <eliz@gnu.org>
3738
9adfcd0b
EZ
3739 * modes.texi (Major Mode Conventions): Improve the documentation
3740 of `mode-class' `special' modes.
3741
10862873
EZ
3742 * nonascii.texi (Character Properties): Document the `mirroring'
3743 property. Add index entries.
3744
1ea897d5
EZ
3745 * syntax.texi (Categories): Add an example of defining a new
3746 category and category table.
3747
3748 * searching.texi (Regexp Backslash): Document how to display
3749 existing categories. Mention the possibility of adding
3750 categories, and add an xref to where this is described. Add an
3751 index entry.
3752
ebb552ed
CY
37532011-08-09 Chong Yidong <cyd@stupidchicken.com>
3754
3755 * text.texi (Special Properties):
3756 * display.texi (Overlay Properties): Note that mouse-face cannot
3757 change the text size (Bug#8530).
3758
51a714e1
CY
37592011-08-08 Chong Yidong <cyd@stupidchicken.com>
3760
3761 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
3762 using setenv instead.
3763
4cc60b9b
EZ
37642011-07-28 Eli Zaretskii <eliz@gnu.org>
3765
3766 * display.texi (Bidirectional Display): Document the fact that
3767 bidi-display-reordering is t by default.
3768
5deb92fd
EZ
37692011-07-23 Eli Zaretskii <eliz@gnu.org>
3770
3771 * display.texi (Bidirectional Display): New section.
3772
011b0ad6 37732011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8 3774 Tim Cross <theophilusx@gmail.com> (tiny change)
8cf07e5a 3775 Glenn Morris <rgm@gnu.org>
011b0ad6 3776
67f9b9f8 3777 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 3778
4baf28e6
AS
37792011-07-15 Andreas Schwab <schwab@linux-m68k.org>
3780
3781 * help.texi (Keys in Documentation): Revert last change.
3782
66249842
LMI
37832011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3784
f863868c
LMI
3785 * help.texi (Keys in Documentation): Clarify that \= only quotes
3786 the next character, and doesn't affect longer sequences in
3787 particular (bug#8935).
3788
f4e90db0
SM
3789 * debugging.texi (Using Debugger):
3790 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 3791
0bb23927 37922011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
3793
3794 * display.texi (Other Display Specs): Document that `left-fringe'
3795 and `right-fringe' display specifications are of the "replacing"
3796 kind.
3797
f2027cdf
LMI
37982011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3799
3800 * help.texi (Documentation Basics): Add a link to the Function
3801 Documentation node (bug#6580).
3802
f987fde4
LMI
38032011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3804
0bc59b25
LMI
3805 * keymaps.texi (Menu Bar): Mention :visible and :enable
3806 (bug#6344). Text by Drew Adams.
3807
63d55f1f
LMI
3808 * modes.texi (Running Hooks): Mention buffer-local hook variables
3809 (bug#6218).
3810
f987fde4
LMI
3811 * objects.texi (General Escape Syntax): "a with grave accent" is
3812 ?xe0, not ?x8e0 (bug#5259).
3813
b7527639
CY
38142011-07-12 Chong Yidong <cyd@stupidchicken.com>
3815
3816 * display.texi (Face Attributes, Font Selection): Add references
3817 to the Fonts node in the Emacs manual (Bug#4178).
3818
c830e5ae
CY
38192011-07-12 Chong Yidong <cyd@stupidchicken.com>
3820
3821 * display.texi (Window Systems): `window-system' is
3822 terminal-local.
3823
3824 * frames.texi (Frame Parameters, Parameter Access): Don't mention
3825 frame-local variables.
3826
3827 * variables.texi (Buffer-Local Variables): Don't mention obsolete
3828 frame-local variables.
3829 (Frame-Local Variables): Node deleted.
3830
3831 * elisp.texi (Top): Update node listing.
3832
91223e54
LMI
38332011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3834
3835 * elisp.texi: Change "inferiors" to "subnodes" in three places
3836 (bug#3523).
3837
963578d3
CY
38382011-07-11 Chong Yidong <cyd@stupidchicken.com>
3839
3840 * frames.texi (Window System Selections): Discussion of
3841 x-select-enable-clipboard moved to Emacs manual.
3842
07151e49
DD
38432011-07-11 Deniz Dogan <deniz@dogan.se>
3844
3845 * commands.texi (Prefix Command Arguments): Remove excessive
3846 apostrophe.
3847
7261e1cf
LMI
38482011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3849
ad21a12a
LMI
3850 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
3851 description is a string (bug#3313).
3852
7261e1cf
LMI
3853 * frames.texi (Display Feature Testing): Try to explain what all
3854 the visual classes mean (bug#3042).
3855
568f7b79
LMI
38562011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3857
18d59e29
LMI
3858 * modes.texi (Mode Line Variables): Document `mode-line-remote'
3859 and `mode-line-client' (bug#2974).
3860
568f7b79
LMI
3861 * text.texi (Insertion): Clarify marker movements (bug#1651).
3862 Text from Drew Adams.
3863
54e10184
LMI
38642011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3865
d94d85e9
LMI
3866 * text.texi (Special Properties): Clarify the format of `face'
3867 (bug#1375).
3868
54e10184
LMI
3869 * commands.texi (Interactive Call): Add a `call-interactively'
3870 example (bug#1010).
3871
413c488d
LMI
38722011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3873
3874 * functions.texi (Calling Functions): Link to the "Interactive
3875 Call" node (bug#1001).
3876
322b7dab 38772011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 3878
3deead93
CY
3879 * customize.texi (Composite Types): Move alist and plist to here
3880 from Simple Types (Bug#7545).
3881
3882 * elisp.texi (Top): Update menu description.
3883
b00d8c1a
CY
3884 * display.texi (Face Attributes): Document negative line widths
3885 (Bug#6113).
3886
d2a6c43b
TR
38872011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3888
3889 * searching.texi (Match Data): Note that match data can be
3890 overwritten by most functions (bug#2499).
3891
c7844a27
LMI
38922011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3893
a9ab721e
LMI
3894 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
3895 flags mean (bug#6659).
3896
c7844a27
LMI
3897 * functions.texi (What Is a Function): Document the autoload
3898 object (bug#6496).
3899
f68d76d0
LMI
39002011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3901
8a20ca4c
LMI
3902 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
3903 is only used in the Customize user interface (bug#6089).
3904
f68d76d0 3905 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 3906 images (bug#7836).
f68d76d0 3907
7018dbe7
EZ
39082011-07-02 Eli Zaretskii <eliz@gnu.org>
3909
3910 * variables.texi (Defining Variables, Void Variables)
3911 (Constant Variables): Fix incorrect usage of @kindex.
3912
36cb87a1
LMI
39132011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3914
28ee97c7
LMI
3915 * variables.texi (Defining Variables): Add an index entry for
3916 `set-variable' (bug#7262).
8d4294e9 3917 (Defining Variables): Use @findex for functions.
28ee97c7 3918
8862ffd5
LMI
3919 * frames.texi (Basic Parameters): Document the `explicit-name'
3920 parameter (bug#6951).
3921
0ec389b9
LMI
3922 * customize.texi (Type Keywords): Clarify that :value provides a
3923 default value for all types (bug#7386).
3924
36cb87a1
LMI
3925 * streams.texi (Output Functions): Document `pp'.
3926
11fdef7d 39272011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
3928
3929 * keymaps.texi (Searching Keymaps):
3930 * display.texi (Overlay Properties): Fix errors in 2011-05-29
3931 change. Suggested by Johan Bockgård.
3932
eeafcea7
CY
39332011-06-15 Chong Yidong <cyd@stupidchicken.com>
3934
3935 * text.texi (Special Properties): Clarify role of font-lock-face.
3936
b96e6cde
LMI
39372011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3938
f4e90db0 3939 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
3940 to `process-live-p' for consistency with other `-live-p' functions.
3941
be14b9ab
PE
39422011-06-03 Paul Eggert <eggert@cs.ucla.edu>
3943
3944 Document wide integers better.
3945 * files.texi (File Attributes): Document ino_t values better.
2d365993 3946 ino_t values no longer map to anything larger than a single cons.
35e951cd 3947 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
be14b9ab 3948 (Bitwise Operations):
001903b5
PE
3949 * objects.texi (Integer Type): Use a binary notation that is a bit easier
3950 to read, and that will port better if 62-bits becomes the default.
3951 Fix or remove incorrect examples.
be14b9ab
PE
3952 * os.texi (Time Conversion): Document time_t values better.
3953
bcd54f83
LMI
39542011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3955
f4e90db0
SM
3956 * processes.texi (Process Information):
3957 Document `process-alive-p'.
bcd54f83 3958
049bcbcb
CY
39592011-05-29 Chong Yidong <cyd@stupidchicken.com>
3960
3961 * help.texi (Accessing Documentation):
3962 * display.texi (Pixel Specification):
3963 * processes.texi (Serial Ports, Serial Ports):
3964 * nonascii.texi (Character Properties, Default Coding Systems):
3965 * text.texi (Changing Properties, Special Properties):
3966 * windows.texi (Window Start and End):
3967 * modes.texi (SMIE Indentation Example, SMIE Tricks):
3968 * keymaps.texi (Searching Keymaps, Tool Bar):
3969 * minibuf.texi (Basic Completion):
3970 * compile.texi (Eval During Compile):
3971 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
3972 7x9 paper in printed manual.
3973
3974 * lists.texi (Sets And Lists): Fix misplaced text.
3975
58539c63
CY
39762011-05-29 Chong Yidong <cyd@stupidchicken.com>
3977
3978 * keymaps.texi (Remapping Commands): Emphasize that the keymap
3979 needs to be active (Bug#8350).
3980
6b5681bf
CY
39812011-05-28 Chong Yidong <cyd@stupidchicken.com>
3982
b4d52acc
CY
3983 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
3984
6b5681bf
CY
3985 * tips.texi (Coding Conventions): Remove antediluvian filename
3986 limit recommendation (Bug#8538).
3987
e145f188
GM
39882011-05-27 Glenn Morris <rgm@gnu.org>
3989
3990 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
3991
eafed945
GM
39922011-05-26 Glenn Morris <rgm@gnu.org>
3993
3994 * variables.texi (File Local Variables):
3995 Update hack-local-variables `mode-only' return value.
2d3ba9e7 3996 Add some more details on what this function does in the other case.
eafed945 3997
bc8410af
GM
39982011-05-19 Glenn Morris <rgm@gnu.org>
3999
4000 * lists.texi (Sets And Lists): Mention cl provides union etc.
4001
35a30759
N
40022011-05-19 Nix <nix@esperi.org.uk>
4003
4004 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4005
4006 * text.texi (Parsing HTML): Update for function name changes.
4007
4008 * syntax.texi (Syntax Flags): Small fix.
4009
4010 * keymaps.texi (Active Keymaps): Typo fix.
4011 (Changing Key Bindings): Grammar fix.
4012
4013 * frames.texi (Minibuffers and Frames): Grammar fix.
4014 (Window System Selections): x-select-enable-clipboard now defaults to t.
4015
4016 * customize.texi (Common Keywords):
4017 * display.texi (Abstract Display):
4018 * modes.texi (Auto-Indentation):
4019 * nonascii.texi (Converting Representations): Typo fixes.
4020
4021 * control.texi (Examples of Catch): Call it "goto" not "go to".
4022
e3934a8a
EZ
40232011-05-14 Eli Zaretskii <eliz@gnu.org>
4024
bc039a3b
EZ
4025 * nonascii.texi (Character Properties): Fix inconsistencies with
4026 implementation.
4027
e3934a8a
EZ
4028 * text.texi (Special Properties): Move @defvar's out of the
4029 @table. (Bug#8652)
4030
e2c94218
GM
40312011-05-12 Glenn Morris <rgm@gnu.org>
4032
4033 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4034
d2fc7e3d 40352011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
4036
4037 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4038 (Multiline Font Lock):
4039 * vol2.texi (Top):
4040 * vol1.texi (Top):
4041 * elisp.texi (Top): Update menu accordingly.
4042
d2fc7e3d 40432011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
4044
4045 * modes.texi (Region to Fontify): Fix typo.
4046
79b70037
GM
40472011-05-10 Jim Meyering <meyering@redhat.com>
4048
4049 * minibuf.texi: Fix typo "in in -> in".
4050
b08a63cc 40512011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
4052
4053 * numbers.texi (Integer Basics): Large integers are treated as floats.
4054
1ef14cb4
LMI
40552011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4056
4057 * processes.texi (Synchronous Processes): Document the (:file
4058 "/file-name") syntax for `call-process'.
4059
4ffd0d6b 40602011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
4061
4062 * windows.texi (Choosing Window): Fix typo.
4063
4ffd0d6b 40642011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
4065
4066 * frames.texi (Layout Parameters): Note the difference between
4067 querying and setting parameters for left-fringe and right-fringe
4068 (Bug#6930).
4069
fd5a8ae8
SM
40702011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * minibuf.texi (Basic Completion): Be a bit more precise about the
4073 valid kinds of completion tables.
4074 (Programmed Completion): Remove obsolete text about lambda expressions
4075 not being valid completion tables.
4076
c1bcd0d5
CY
40772011-03-19 Chong Yidong <cyd@stupidchicken.com>
4078
4079 * positions.texi (Excursions): Explain the "save-excursion
4080 defeated by set-buffer" warning.
4081
4082 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4083 save-excursion. Suggested by Uday S Reddy.
4084
03408648 40852011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 4086
03408648
SM
4087 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4088 (Lexical Binding): New sub-section.
ba83908c 4089
03408648
SM
4090 * eval.texi (Eval): Discourage the use of `eval'.
4091 Document its new `lexical' argument.
6c075cd7 4092
f6d62986
SM
40932011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4094
03408648 4095 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
4096 nil any more.
4097
84ea5558 40982011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
4099
4100 * strings.texi (String Conversion): Don't mention
4101 string-make-(uni|multi)byte (bug#8262).
4102 * nonascii.texi (Converting Representations): Fix up range.
4103 * keymaps.texi (Key Binding Commands): Update code point, avoid
4104 "unibyte character" and remove mention of unibyte bindings.
4105
62d94509
EZ
41062011-03-10 Eli Zaretskii <eliz@gnu.org>
4107
4108 * modes.texi (Operator Precedence Grammars): Don't use characters
4109 outside ISO-8859-1.
4110
63a329f8
EZ
41112011-03-09 Eli Zaretskii <eliz@gnu.org>
4112
4113 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4114
4115 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4116
6446548e
GM
41172011-03-08 Glenn Morris <rgm@gnu.org>
4118
4119 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4120 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 4121 * elisp.texi: Set documentencoding.
6446548e 4122
33383987
JB
41232011-03-07 Chong Yidong <cyd@stupidchicken.com>
4124
4125 * Version 23.3 released.
4126
0b3ceceb
CY
41272011-03-06 Chong Yidong <cyd@stupidchicken.com>
4128
4129 * package.texi: Update index keywords.
4130 (Package Archives): New node contents. Document package-x.el.
4131
78f5433f
JB
41322011-03-06 Juanma Barranquero <lekktu@gmail.com>
4133
4134 * makefile.w32-in (srcs): Add package.texi.
4135
555e9b5c
CY
41362011-03-06 Chong Yidong <cyd@stupidchicken.com>
4137
120d9389
CY
4138 * package.texi (Packaging, Packaging Basics, Simple Packages)
4139 (Multi-file Packages): Expand and clarify.
4140 (Package Archives): Temporary placeholder node.
4141
4142 * elisp.texi (Top): Update node listing.
4143
555e9b5c
CY
4144 * Makefile.in (srcs): Add package.texi.
4145
b59a4335
CY
41462011-03-05 Chong Yidong <cyd@stupidchicken.com>
4147
4148 * processes.texi (Synchronous Processes): Minor clarification
4149 (Bug#8149).
4150
06083aa1
GM
41512011-03-03 Glenn Morris <rgm@gnu.org>
4152
4153 * files.texi (Truenames): Minor clarification. (Bug#2341)
4154
6640b281
GM
41552011-03-01 Glenn Morris <rgm@gnu.org>
4156
4157 * variables.texi (Directory Local Variables):
4158 Mention `(subdirs . nil)' alist element.
4159
2b0c7330 41602011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
4161
4162 * variables.texi (Directory Local Variables): Mention the optional
4163 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4164
b923f7a9
CY
41652011-02-27 Chong Yidong <cyd@stupidchicken.com>
4166
4167 * minibuf.texi (Minibuffer History): Clarify discussion of
4168 minibuffer history lists (Bug#8085).
4169
67ab0163 41702011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 4171
e979a521
EZ
4172 * elisp.texi: Sync @dircategory with ../../info/dir.
4173
e03b2fd4
EZ
4174 * files.texi (Visiting Functions): Document find-file-literally,
4175 both the command and the variable.
4176
86ec878a
EZ
4177 * variables.texi (Creating Buffer-Local): Explain the meaning of
4178 permanent local variables.
4179
67ab0163
GM
4180 * files.texi (Visiting Functions): Document find-file-literally,
4181 both the command and the variable.
4182
4183 * variables.texi (Creating Buffer-Local): Explain the meaning of
4184 permanent local variables.
4185
41862011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
4187
4188 * keymaps.texi (Remapping Commands): Mention how to undo it.
4189
bfcb151a
RT
41902011-02-09 Reuben Thomas <rrt@sc3d.org>
4191
4192 * loading.texi (Hooks for Loading): Remove unnecessary advice
4193 about eval-after-load (Bug#7986).
4194
a41c8660
CY
41952011-02-05 Chong Yidong <cyd@stupidchicken.com>
4196
4197 * commands.texi (Accessing Mouse): Note that a header line is not
4198 included in the row of posn-col-row.
4199
e0dd6837
CY
42002011-02-02 Chong Yidong <cyd@stupidchicken.com>
4201
4202 * modes.texi (Major Mode Conventions): Add face guidelines.
4203 (Faces for Font Lock): List faces in order of prominence.
4204
a4180391
PE
42052011-02-01 Paul Eggert <eggert@cs.ucla.edu>
4206
4207 format-time-string now supports subsecond time stamp resolution
4208 * os.texi (Time Parsing): Document %N.
4209
7427eb97
CY
42102011-01-28 Chong Yidong <cyd@stupidchicken.com>
4211
61db307f
CY
4212 * vol1.texi (Top):
4213 * vol2.texi (Top):
4214 * elisp.texi (Top):
4215 * display.texi (Display Property): Shorten the menu description of
4216 the "Other Display Specs" node (Bug#7816).
4217
7427eb97
CY
4218 * keymaps.texi (Defining Menus): Add "menu item" and "extended
4219 menu item" concept index entries (Bug#7805).
4220
bf3dae7e
EZ
42212011-01-29 Eli Zaretskii <eliz@gnu.org>
4222
4223 * makefile.w32-in (texinfodir): New variable.
4224 (usermanualdir): Remove as redundant with $(emacsdir).
4225 (MAKEINFO): Remove options, leave only program name.
4226 (MAKEINFO_OPTS): New variable.
4227 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4228
06d8ace5 42292011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
4230 Richard Kim <emacs18@gmail.com>
4231
4232 * loading.texi (Library Search): Document list-load-path-shadows
4233 (Bug#7757).
4234
06d8ace5 42352011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
4236
4237 * searching.texi (Regexp Special): Remove outdated discussion of
4238 character sets (Bug#7780).
4239
28a88153
CY
4240 * frames.texi (Pop-Up Menus): Document where menu title comes
4241 from (Bug#7684).
4242
06d8ace5 42432011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
4244
4245 * display.texi (Making Buttons): Mention limitation of text buttons.
4246
a8e1e9ee
WL
42472011-01-23 Werner Lemberg <wl@gnu.org>
4248
4249 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4250 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4251 (ENVADD): New variable to control texi2dvi and texi2pdf.
4252
362b9d48
GM
42532011-01-15 Chong Yidong <cyd@stupidchicken.com>
4254
4255 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4256 Emacs manual.
4257
42582011-01-15 Eli Zaretskii <eliz@gnu.org>
4259
4260 * files.texi (Directory Names): Explain why FROM in
4261 directory-abbrev-alist should begin with \`. (Bug#7777)
4262
3fa173b4
SM
42632011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4266
7c420169 42672011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
4268
4269 * modes.texi (Emulating Mode Line): Fix last change.
4270
7c420169 42712011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
4272
4273 * modes.texi (Emulating Mode Line): Update documentation of
4274 format-mode-line according to changes that fixed bug #7587.
4275
80b33766
SM
42762010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * modes.texi (Derived Modes): Mention prog-mode.
4279
4280 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4281 of the key-binding-data cache since we don't use it any more.
4282
f49d1f52 42832010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 4284
4bb49a92
EZ
4285 * processes.texi (Shell Arguments):
4286 * strings.texi (Creating Strings): Don't mention "shell commands";
4287 make it explicit that `split-string-and-unquote' and
4288 `combine-and-quote-strings' are mainly for working with arguments
4289 to call-process and start-process.
4290
3c73e30e
EZ
4291 * processes.texi (Shell Arguments): Fix documentation of
4292 `split-string-and-unquote'. Add indexing. (Bug#7563)
4293
f49d1f52 42942010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
4295
4296 * modes.texi (Auto-Indentation): New section to document SMIE.
4297 (Major Mode Conventions):
4298 * text.texi (Mode-Specific Indent): Refer to it.
4299
f49d1f52 43002010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
4301
4302 * display.texi (Other Display Specs): Document left-fringe and
4303 right-fringe display specs.
4304
f49d1f52 43052010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
4306
4307 * backups.texi (Making Backups):
4308 * modes.texi (Example Major Modes): Use recommended coding style.
4309 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4310 define-derived-mode. Mention completion-at-point-functions.
4311
f49d1f52 43122010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 4313
5dcb4c4e
SM
4314 * nonascii.texi (Converting Representations):
4315 Document byte-to-string.
e1115396 4316
ec1b9b17
GM
43172010-12-08 Glenn Morris <rgm@gnu.org>
4318
4319 * buffers.texi (Modification Time):
4320 verify-visited-file-modtime now defaults to the current buffer.
4321
07976ae3 43222010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 4323
ec1b9b17 4324 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
4325
4326 * strings.texi (Creating Strings): Don't mention semi-obsolete
4327 function char-to-string.
4328 (String Conversion): Shorten discussion of semi-obsolete function
4329 string-to-char. Link to Converting Representations.
4330
4331 * objects.texi (Symbol Type):
4332 * text.texi (Near Point):
4333 * help.texi (Help Functions):
4334 * functions.texi (Mapping Functions): Use string instead of
4335 char-to-string in examples.
4336
07976ae3 43372010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
4338
4339 * text.texi (Kill Functions, Kill Functions)
4340 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4341 YANK-HANDLER args.
4342
4343 * symbols.texi (Creating Symbols): Using unintern without an
4344 obarray arg is now obsolete.
4345
4346 * numbers.texi (Float Basics): Document float-e and float-pi.
4347
4348 * variables.texi (Defining Variables): Change "pi" example to
4349 "float-pi".
4350
8547874a
EZ
43512010-11-26 Eli Zaretskii <eliz@gnu.org>
4352
4353 * commands.texi (Click Events): Document the values of X, Y and
4354 COL, ROW in the event's position, when the click is on the header
4355 or mode line, on the fringes, or in the margins.
4356
4a47c275 43572010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 4358
5b05d75b
EZ
4359 * customize.texi (Composite Types): Lower-case index entry.
4360
5dcb4c4e
SM
4361 * loading.texi (How Programs Do Loading):
4362 Document load-file-name. (Bug#7346)
c7926fe2 4363
4a47c275 43642010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
4365
4366 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4367
0eb025fb
EZ
43682010-11-13 Eli Zaretskii <eliz@gnu.org>
4369
4370 * display.texi (Usual Display): Characters with no fonts are not
4371 necessarily displayed as empty boxes.
4372
2699a554 43732010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
4374
4375 * maps.texi (Standard Keymaps): Update File menu description.
4376
8289f37b
GM
43772010-10-28 Glenn Morris <rgm@gnu.org>
4378
4379 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4380
5793a7bc 43812010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
4382
4383 * display.texi (Window Systems): Deprecate use of window-system as
4384 a predicate.
4385
17284e30
GM
43862010-10-23 Glenn Morris <rgm@gnu.org>
4387
4388 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4389 sorted-doc.
4390
00f113eb
JB
43912010-10-15 Eli Zaretskii <eliz@gnu.org>
4392
4393 * os.texi (Dynamic Libraries): New node, with slightly modified
4394 text deleted from "Image Formats".
4395 (System Interface): Add @menu entry for "Dynamic Libraries".
4396
4397 * display.texi (Image Formats): Remove description of
4398 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4399
07277eb8
GM
44002010-10-12 Glenn Morris <rgm@gnu.org>
4401
4402 * book-spine.texinfo: Rename to book-spine.texi.
4403
c12e4a81
GM
44042010-10-11 Glenn Morris <rgm@gnu.org>
4405
df187c62
GM
4406 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4407
c12e4a81 4408 * Makefile.in (DVIPS): New variable.
234db610
GM
4409 (.PHONY): Add html, ps.
4410 (html, elisp.html, ps, elisp.ps): New targets.
4411 (clean): Delete html, ps files.
4412 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 4413
6513b232
EZ
44142010-10-09 Eli Zaretskii <eliz@gnu.org>
4415
4416 * makefile.w32-in (emacsdir): New variable.
4417 (srcs): Add emacsver.texi.
4418 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4419
abd40fb4
GM
44202010-10-09 Glenn Morris <rgm@gnu.org>
4421
c1dc72b3
GM
4422 * Makefile.in (VPATH): Remove.
4423 (infodir): Make it absolute.
4424 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4425
4393405b
GM
4426 * Makefile.in (dist): Anchor regexps.
4427
eef3ab94
GM
4428 * Makefile.in (srcs): Put elisp.texi first.
4429 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4430
aa9db089
GM
4431 * Makefile.in (infoclean): Remove harmless, long-standing error.
4432
abd40fb4
GM
4433 * Makefile.in ($(infodir)): Delete rule.
4434 (mkinfodir): New.
4435 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4436
68db69ed 4437 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 4438 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 4439
ea274122
GM
44402010-10-09 Glenn Morris <rgm@gnu.org>
4441
f7a31f11
GM
4442 * Makefile.in (emacsdir): New variable.
4443 (MAKEINFO): Add -I $emacsdir.
4444 (dist): Copy emacsver.texi.
b13254e7
GM
4445 (srcs): Add emacsver.texi.
4446
f7a31f11
GM
4447 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4448 Set EMACSVER by including emacsver.texi.
4449
ea274122
GM
4450 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4451
17ca7950
GM
44522010-10-07 Glenn Morris <rgm@gnu.org>
4453
4454 * Makefile.in (version): New, set by configure.
4455 (clean): Delete dist tar file.
4456 (dist): Use version in tar name.
4457
4c83f6e1
GM
44582010-10-06 Glenn Morris <rgm@gnu.org>
4459
4460 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4461 (INSTALL_INFO): Remove unused variable.
4462 (mostlyclean, infoclean, dist): New rules.
4463 (clean): Delete dvi and pdf files.
4464 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 4465 ($(infodir)): Add parallel build workaround.
4c83f6e1 4466
0264072d
GM
44672010-10-04 Glenn Morris <rgm@gnu.org>
4468
4469 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4470 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 4471 Fix -I typo.
0264072d
GM
4472 (clean): No 'make.out' or 'core' files.
4473 (.PHONY): Declare clean rules.
4474 (maintainer-clean): Delete pdf file. Guard against cd failures.
4475
77f38949
GM
44762010-10-03 Glenn Morris <rgm@gnu.org>
4477
4478 * files.texi (File Name Components): Remove ignored section about
4479 deleted variable directory-sep-char.
4480
178fdd41
MA
44812010-10-03 Michael Albinus <michael.albinus@gmx.de>
4482
4483 * files.texi (Magic File Names): New defopt
4484 remote-file-name-inhibit-cache.
4485
9c524fcb
GM
44862010-10-02 Glenn Morris <rgm@gnu.org>
4487
4488 * os.texi (Killing Emacs): Hook now runs in batch mode.
4489
f816790b
SM
44902010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * text.texi (Special Properties): Clarify when modification-hooks run.
4493
7cf78aac
SM
44942010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4495
4496 * syntax.texi (Syntax Flags): Document new `c' flag.
4497
ca0d44e4
GM
44982010-09-09 Glenn Morris <rgm@gnu.org>
4499
4500 * display.texi (ImageMagick Images): General cleanup.
4501
10999305 45022010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
4503
4504 * files.texi (Directory Names): Use \` rather than ^.
4505
45240125
JD
45062010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4507
4508 * text.texi (Low-Level Kill Ring):
4509 * frames.texi (Window System Selections): Remove cut buffer
4510 documentation.
4511
4abe5bf6
EZ
45122010-08-28 Eli Zaretskii <eliz@gnu.org>
4513
4514 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4515 Parameters", where the default fringe width is described.
4516
4517 * frames.texi (Window Frame Parameters, Basic Parameters)
4518 (Position Parameters, Layout Parameters, Management Parameters)
4519 (Cursor Parameters, Font and Color Parameters): Add indexing for
4520 frame parameters. (Bug#6929)
4521
fdc76236
TT
45222010-08-25 Tom Tromey <tromey@redhat.com>
4523
4524 * vol2.texi (Top): Update.
4525 * vol1.texi (Top): Update.
4526 * tips.texi (Library Headers): Mention Package-Version and
4527 Package-Requires.
4528 * package.texi: New file.
4529 * os.texi (System Interface): Update pointers.
4530 * elisp.texi (Top): Link to new nodes. Include package.texi.
4531 * anti.texi (Antinews): Update pointers.
4532
1e5c1c80
EZ
45332010-08-25 Eli Zaretskii <eliz@gnu.org>
4534
4535 * processes.texi (Filter Functions): Fix last change.
4536
78e33835
CY
45372010-08-24 Markus Triska <triska@gmx.at>
4538
4539 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4540 of `buffer-name' in the main text as well as in the example
4541 (Bug#3098).
4542
198a7a97
CY
45432010-08-22 Chong Yidong <cyd@stupidchicken.com>
4544
4545 * nonascii.texi (Text Representations):
4546 * loading.texi (Loading Non-ASCII):
4547 * compile.texi (Byte Compilation): Don't mention obsolete
4548 --unibyte command-line argument.
4549
bc7d7ea6
CY
45502010-08-22 Chong Yidong <cyd@stupidchicken.com>
4551
4552 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4553
b0126eac 45542010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
4555
4556 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4557
e8a6cc19
EZ
45582010-08-20 Eli Zaretskii <eliz@gnu.org>
4559
4560 * commands.texi (Misc Events): Add cross-references to where
4561 POSITION of a mouse event is described in detail.
4562
c4e7c63a 45632010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 4564
c4e7c63a 4565 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 4566
7815fe19 45672010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
4568
4569 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4570 Suggested by Štěpán Němec <stepnem@gmail.com>.
4571
7815fe19 45722010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
4573
4574 * minibuf.texi (High-Level Completion): Document args of
4575 `read-buffer-function' (bug#5625).
4576
8b2dd508
JD
45772010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4578
4579 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4580
bace45fe
MA
45812010-07-29 Michael Albinus <michael.albinus@gmx.de>
4582
4583 * processes.texi (Process Information): Explain process property
4584 `remote-tty'.
4585
4ce5a4cc
JB
45862010-07-27 Juanma Barranquero <lekktu@gmail.com>
4587
4588 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4589 instead of "\C-\^?" (bug#6334).
4590
1c84bc7a
JB
4591 * text.texi (Special Properties): Fix typo.
4592
b88746ba
EZ
45932010-07-09 Eli Zaretskii <eliz@gnu.org>
4594
4595 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4596 calling sequences, which are now the standard.
4597
51422d6d
CY
45982010-06-24 Chong Yidong <cyd@stupidchicken.com>
4599
4600 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4601
4602 * commands.texi (Command Overview): Mention undo-boundary call.
4603
d24880de
GM
46042010-06-23 Glenn Morris <rgm@gnu.org>
4605
4606 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4607 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4608 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4609 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4610 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4611 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4612 Untabify Texinfo files.
4613
0fc76035
CY
46142010-06-20 Chong Yidong <cyd@stupidchicken.com>
4615
4616 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4617
5338dc0b
CY
46182010-06-19 Chong Yidong <cyd@stupidchicken.com>
4619
a628ad9d 4620 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 4621
2c3a3c1d
CY
46222010-06-02 Chong Yidong <cyd@stupidchicken.com>
4623
ba3bf1d9
CY
4624 * searching.texi (Regexp Special): Remove obsolete information
4625 about matching non-ASCII characters, and suggest using char
4626 classes (Bug#6283).
2c3a3c1d 4627
7f4b4249
JB
46282010-05-30 Juanma Barranquero <lekktu@gmail.com>
4629
4630 * minibuf.texi (Basic Completion): Add missing "@end defun".
4631
637821cd
SM
46322010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4633
4634 * minibuf.texi (Basic Completion): Document completion-boundaries.
4635 (Programmed Completion): Document the new fourth method for boundaries.
4636
e13051c3
CY
46372010-05-22 Chong Yidong <cyd@stupidchicken.com>
4638
a628ad9d 4639 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 4640
0235128c 46412010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
4642
4643 * windows.texi (Textual Scrolling):
4644 * tips.texi (Coding Conventions):
4645 * minibuf.texi (Minibuffer History):
4646 * maps.texi (Standard Keymaps):
4647 * loading.texi (Where Defined):
4648 * edebug.texi (Instrumenting): Fix typos.
4649
0235128c 46502010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 4651
c7c32279
CY
4652 * keymaps.texi (Menu Bar): Document :advertised-binding property.
4653
0235128c
SM
4654 * functions.texi (Obsolete Functions):
4655 Document set-advertised-calling-convention.
eb5ed549
CY
4656
4657 * minibuf.texi (Basic Completion): Document completion-in-region.
4658 (Programmed Completion): Document completion-annotate-function.
4659
4660 * commands.texi (Reading One Event): Document read-key.
4661 (Distinguish Interactive): Document KIND arg to
4662 called-interactively-p. Delete obsolete interactive-p.
4663
4664 * elisp.texi (Top): Update node description.
4665
f8848423
EZ
46662010-05-08 Eli Zaretskii <eliz@gnu.org>
4667
0235128c
SM
4668 * nonascii.texi (Character Properties):
4669 Document unicode-category-table. Add an index entry for Unicode
4670 general category.
4671
46722010-05-07 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * Version 23.2 released.
f8848423 4675
938efb77
JB
46762010-04-20 Juanma Barranquero <lekktu@gmail.com>
4677
4678 * locals.texi (Standard Buffer-Local Variables):
4679 Remove @ignore'd reference to `direction-reversed'.
4680
5854c267
JL
46812010-04-14 Juri Linkov <juri@jurta.org>
4682
4683 Fix @deffn without category.
4684
4685 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
4686 for `abbrev-insert'.
4687
4688 * buffers.texi (Indirect Buffers): Add category `Command'
4689 to @deffn of `clone-indirect-buffer'.
4690
4691 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
4692 for `next-window' and `previous-window'. Add category `Command'
4693 to @deffn of `pop-to-buffer'.
4694
8a14dec7
CY
46952010-04-01 Chong Yidong <cyd@stupidchicken.com>
4696
4697 * nonascii.texi (Text Representations): Don't mark
4698 enable-multibyte-characters as a user option.
4699
7a1831cf
EZ
47002010-03-31 Eli Zaretskii <eliz@gnu.org>
4701
4702 * control.texi (Handling Errors): How to re-throw a signal caught
4703 by condition-case.
4704
c3863713
CY
47052010-03-26 Chong Yidong <cyd@stupidchicken.com>
4706
4707 * loading.texi (Hooks for Loading): Document after-load-functions.
4708 Copyedits.
4709
c333f279
AM
47102010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
4711
4712 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
4713
e867cb5d 47142010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
4715
4716 * processes.texi (Network Processes): Document seqpacket type.
4717
605f35cd
DN
47182010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4719
4720 * os.texi (System Environment): Do not mention lynxos.
4721
288f9fc0
CY
47222010-03-10 Chong Yidong <cyd@stupidchicken.com>
4723
4724 * Branch for 23.2.
4725
eed5c93a
CY
47262010-03-06 Chong Yidong <cyd@stupidchicken.com>
4727
4728 * objects.texi (Integer Type): Take note of the read syntax
4729 exception for numbers that cannot fit in the integer type.
4730
1ddd6622
GM
47312010-03-03 Glenn Morris <rgm@gnu.org>
4732
4733 * numbers.texi (Integer Basics, Bitwise Operations):
4734 * objects.texi (Integer Type): Update for integers now being 30-bit.
4735
a908c79a
CY
47362010-02-27 Chong Yidong <cyd@stupidchicken.com>
4737
4738 * display.texi (Low-Level Font): Document :otf font-spec property.
4739
cd61af01
SM
47402010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * display.texi (Line Height): Avoid obsolete special default variables
4743 like default-major-mode.
4744
c02f8fe2
AM
47452010-01-28 Alan Mackenzie <acm@muc.de>
4746
4747 * display.texi (Auto Faces): Say fontification-functions is called
4748 whether or not Font Lock is enabled. Tidy up the wording a bit.
4749
d738d18b
CY
47502010-01-17 Chong Yidong <cyd@stupidchicken.com>
4751
4752 * elisp.texi: Remove duplicate edition information (Bug#5407).
4753
4963739e
JB
47542010-01-17 Juanma Barranquero <lekktu@gmail.com>
4755
4756 * two.el (volume-header-toc-markup): Fix typos in docstring.
4757
c57008f6
SM
47582010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4759
4760 Avoid dubious uses of save-excursions.
4761 * positions.texi (Excursions): Recommend the use of
4762 save-current-buffer if applicable.
4763 * text.texi (Clickable Text): Fix the example code which used
4764 save-excursion in a naive way which sometimes preserves point and
4765 sometimes not.
4766 * variables.texi (Creating Buffer-Local):
4767 * os.texi (Session Management):
4768 * display.texi (GIF Images):
4769 * control.texi (Cleanups): Use (save|with)-current-buffer.
4770
2f3725cd
EZ
47712010-01-02 Eli Zaretskii <eliz@gnu.org>
4772
4773 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
4774
85eeac93
CY
47752010-01-02 Chong Yidong <cyd@stupidchicken.com>
4776
4777 * nonascii.texi (Text Representations, Character Codes)
4778 (Converting Representations, Explicit Encoding)
4779 (Translation of Characters): Use hex notation consistently.
4780 (Character Sets): Fix map-charset-chars doc (Bug#5197).
4781
4801c5fa
CY
47822010-01-01 Chong Yidong <cyd@stupidchicken.com>
4783
4784 * loading.texi (Where Defined): Make it clearer that these are
4785 loaded files (Bug#5068).
4786
26e533e2
CY
47872009-12-29 Chong Yidong <cyd@stupidchicken.com>
4788
4789 * minibuf.texi (Completion Styles): Document `initials' style.
4790
16d1ff5f
CY
47912009-12-25 Chong Yidong <cyd@stupidchicken.com>
4792
4793 * frames.texi (Resources): Describe inhibit-x-resources.
4794 (Size Parameters): Copyedit.
4795
4796 * hash.texi (Creating Hash):
4797 * objects.texi (Hash Table Type): Document the new hash table
4798 printed representation.
4799
4800 * minibuf.texi (Basic Completion): 4th arg to all-completions is
4801 obsolete.
4802
5dcb4c4e
SM
4803 * processes.texi (Process Buffers):
4804 Document process-kill-buffer-query-function.
16d1ff5f 4805
9a5de3d9
GM
48062009-12-05 Glenn Morris <rgm@gnu.org>
4807
4808 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
4809 diary-display-function, and no longer recommended to be a hook.
4810 Update for changes in the names of calendar and diary hooks.
4811 diary-print-entries-hook has changed section.
4812
b640eb52
EZ
48132009-11-28 Eli Zaretskii <eliz@gnu.org>
4814
4815 * text.texi (Special Properties): More accurate description of
4816 what the `cursor' property does.
4817
be1674ab
KR
48182009-11-26 Kevin Ryde <user42@zip.com.au>
4819
4820 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4821 mouse-wheel-down-event, the closest thing to a definition for them.
4822 * os.texi (Startup Summary): vindex inhibit-startup-message and
4823 inhibit-splash-screen.
4824 (Command-Line Arguments): vindex argv.
4825 (Suspending Emacs): vindex suspend-tty-functions and
4826 resume-tty-functions. Don't want to index every hook, but having
4827 the programming ones is helpful.
4828
603f5979
CY
48292009-11-14 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * commands.texi (Motion Events): Fix typo (Bug#4907).
4832
4359a806
CY
48332009-11-08 Chong Yidong <cyd@stupidchicken.com>
4834
4835 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
4836 are affected by case-fold-search (Bug#4483).
4837
0f063651
CY
48382009-11-02 Chong Yidong <cyd@stupidchicken.com>
4839
4840 * minibuf.texi (Reading File Names): Note that read-file-name may
4841 use a graphical file dialog.
4842
9bd79893
GM
48432009-10-31 Glenn Morris <rgm@gnu.org>
4844
4845 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
4846
ebe479ec
KR
48472009-10-16 Kevin Ryde <user42@zip.com.au>
4848
4849 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
4850 in particular so `info-lookup-symbol' can find its docs.
4851
2640fa86
CY
48522009-10-16 Chong Yidong <cyd@stupidchicken.com>
4853
4854 * variables.texi (Constant Variables): Distinguish from defconst
4855 variables.
4856 (Defining Variables): Add cindex.
4857
edd6a733
CY
48582009-10-15 Chong Yidong <cyd@stupidchicken.com>
4859
4860 * os.texi (Time of Day): Clarify that the microsecond part is
4861 ignored (Bug#4637).
4862
5feb0b73
GM
48632009-10-11 Glenn Morris <rgm@gnu.org>
4864
4865 * frames.texi (Size and Position): Clarify what is included in the frame
4866 height. (Bug#4535)
4867
0c5413c8
GM
48682009-10-10 Glenn Morris <rgm@gnu.org>
4869
4870 * windows.texi (Size of Window): The relationship between window and
4871 frame heights is not so simple. (Bug#4535)
4872 Mention window-full-height-p.
4873
7f8b600a
SM
48742009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4875
4876 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
4877 used from Lisp.
4878
6185de1c
EZ
48792009-10-07 Eli Zaretskii <eliz@gnu.org>
4880
7f8b600a
SM
4881 * files.texi (Directory Names) <abbreviate-file-name>:
4882 Document that root home directories are not replaced with "~".
6185de1c 4883
9972911f
EZ
48842009-10-06 Eli Zaretskii <eliz@gnu.org>
4885
4886 * text.texi (Special Properties): Document the meaning of the
4887 `cursor' text property whose value is an integer.
4888
2a3f19ef
MA
48892009-10-05 Michael Albinus <michael.albinus@gmx.de>
4890
4891 * files.texi (Magic File Names): Add `copy-directory'.
4892
804543b5
EZ
48932009-10-05 Eli Zaretskii <eliz@gnu.org>
4894
4895 * files.texi (File Attributes): Fix description of file
4896 attributes. (Bug#4638) Update attributes of files.texi example to
4897 be more representative.
4898
461bf92b
MA
48992009-10-05 Michael Albinus <michael.albinus@gmx.de>
4900
4901 * files.texi (Create/Delete Dirs): New command copy-directory.
4902
a86cd395
JB
49032009-10-04 Juanma Barranquero <lekktu@gmail.com>
4904
4905 * anti.texi (Antinews):
4906 * macros.texi (Indenting Macros):
4907 * strings.texi (Creating Strings, Case Conversion):
4908 Remove duplicate words.
4909
d3080264
MA
49102009-10-01 Michael Albinus <michael.albinus@gmx.de>
4911
4912 * files.texi (Create/Delete Dirs): delete-directory has an
4913 optional parameter RECURSIVE.
4914
85d14563
SM
49152009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * buffers.texi (Swapping Text): Minor clarification.
4918
3d9842c6
GM
49192009-10-01 Glenn Morris <rgm@gnu.org>
4920
4921 * functions.texi (Declaring Functions): Mention that we also search for
4922 ".m" files in the src/ directory.
4923
78427304
CY
49242009-09-25 David Engster <deng@randomsample.de>
4925
3d9842c6 4926 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 4927
b578c9cc
GM
49282009-09-22 Glenn Morris <rgm@gnu.org>
4929
4930 * internals.texi (Building Emacs): Mention preloaded-file-list.
4931
beee5da7
AM
49322009-09-14 Alan Mackenzie <acm@muc.de>
4933
4934 * os.texi (Terminal Output): Put "@code{}" around "stdout".
4935
5d6ab672
CY
49362009-09-13 Chong Yidong <cyd@stupidchicken.com>
4937
4938 * functions.texi (Anonymous Functions): Rearrange discussion,
4939 giving usage of unquoted lambda forms first. Mention that
4940 `function' and `#'' are no longer required (Bug#4290).
4941
59375eeb
AM
49422009-09-11 Alan Mackenzie <acm@muc.de>
4943
a86cd395 4944 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
4945 batch mode.
4946
e7e2f529
GM
49472009-09-01 Glenn Morris <rgm@gnu.org>
4948
4949 * display.texi (Face Functions): Mention define-obsolete-face-alias.
4950
eae47088
GM
49512009-08-26 Ulrich Mueller <ulm@gentoo.org>
4952
4953 * nonascii.texi (Character Codes): Fix typos.
4954
3691a0a6
MA
49552009-08-25 Michael Albinus <michael.albinus@gmx.de>
4956
4957 * processes.texi (Synchronous Processes): New defvar
4958 process-file-side-effects.
4959
664d56b8
GM
49602009-08-25 Glenn Morris <rgm@gnu.org>
4961
4962 * display.texi (Fontsets): Fix typo.
4963
0706c025
GM
4964 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
4965
03a74b84
SM
49662009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4967
4968 * processes.texi (Asynchronous Processes): Adjust arglist of
4969 start-process-shell-command and start-file-process-shell-command.
4970
f6de8a37
CY
49712009-08-15 Chong Yidong <cyd@stupidchicken.com>
4972
4b1ed1bb
CY
4973 * advice.texi (Argument Access in Advice): Note that argument
4974 positions are zero-based (Bug#3932).
4975
89a9e058
CY
4976 * commands.texi (Distinguish Interactive): Minor copyedit.
4977
23696fd7
CY
4978 * display.texi (Face Attributes): Add xref to Displaying Faces for
4979 explanation of "underlying face".
4980
f6de8a37
CY
4981 * customize.texi (Common Keywords): Add xref to Loading.
4982
4983 * loading.texi (How Programs Do Loading): Add xref to Lisp
4984 Libraries node in the Emacs manual.
4985
417f77e6
CY
49862009-08-13 Chong Yidong <cyd@stupidchicken.com>
4987
4988 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
4989
0999039c
CY
49902009-07-18 Chong Yidong <cyd@stupidchicken.com>
4991
4992 * processes.texi (Shell Arguments): Copyedits.
4993
9af167bc
GM
49942009-07-18 Glenn Morris <rgm@gnu.org>
4995
4996 * loading.texi (Repeated Loading): Fix typo.
4997
137987ab
RS
49982009-07-16 Richard Stallman <rms@gnu.org>
4999
5000 * buffers.texi (Swapping Text): Recommend setting
5001 write-region-annotate-functions and buffer-saved-size.
5002
5003 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5004
622fa380
GM
50052009-07-15 Glenn Morris <rgm@gnu.org>
5006
5007 * edebug.texi: Minor re-phrasings throughout.
5008 (Edebug Execution Modes): Sit-for affects continue mode too.
5009 (Jumping): Use `forward-sexp' rather than its keybinding.
5010 (Edebug Misc): Fix Q binding.
5011 (Edebug Eval): Remove cl version.
5012 (Printing in Edebug): Clarify print-length etc.
5013 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5014 (Specification List): Remove edebug-unwrap findex entry.
5015 (Specification Examples): defmacro is actually not the same as defun.
5016 Escape "`" in example.
5017
6bbd4600
CY
50182009-07-15 Chong Yidong <cyd@stupidchicken.com>
5019
5020 * markers.texi (The Mark): Document optional arg to
5021 deactivate-mark.
5022
e538d479
GM
50232009-07-11 Kevin Ryde <user42@zip.com.au>
5024
5025 * hooks.texi (Standard Hooks): Fix cross-references.
5026
4c98b9ed
GM
5027 * loading.texi (Named Features): Refer to eval-after-load.
5028
5300838c
GM
50292009-07-11 Glenn Morris <rgm@gnu.org>
5030
64fbeb16
GM
5031 * Makefile.in (TEXI2PDF): New.
5032 (elisp.pdf): New target.
5033
4c98b9ed
GM
5034 * searching.texi (Regexp Backslash): Fix typo.
5035
5036 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 5037
51d9979c
GM
50382009-07-10 Glenn Morris <rgm@gnu.org>
5039
561c0216
GM
5040 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5041
5b594a58
GM
5042 * customize.texi (Customization Types):
5043 * display.texi (Abstract Display):
0cc8c85a 5044 * objects.texi (Character Type, String Type):
5b594a58 5045 Merge in some menu descriptions from elisp.texi.
51d9979c 5046
c3cbbb40
GM
5047 * hash.texi (Hash Tables):
5048 * modes.texi (Multiline Font Lock):
5049 End menu description with period.
fe42c16a 5050
28528402
GM
50512009-07-09 Glenn Morris <rgm@gnu.org>
5052
5053 * back.texi: Don't hard-code texinfo location.
5054
5055 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5056 (tex): Add texinfodir to TEXINPUTS.
5057 (elisp1med-init, elisp2med-init): Use texinfodir.
5058
5059 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5060 (clean): Add two-volume.make intermediate files.
5061
5062 * elisp.texi, vol1.texi, vol2.texi:
5063 Use a DATE variable with the publication date, and update it.
5064 Fix antinews menu description.
5065
5066 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5067 Update the detailed node listing to match elisp.texi.
5068
5069 * README: Update edition to match elisp.texi.
5070
5071 * objects.texi (General Escape Syntax):
5072 * nonascii.texi (Character Sets):
5073 Use consistent case for "Unicode Standard".
5074
5075 * anti.texi (Antinews):
5076 * customize.texi (Variable Definitions):
5077 * functions.texi (Declaring Functions):
5078 * nonascii.texi (Character Properties):
5079 * processes.texi (Serial Ports):
5080 * text.texi (Special Properties):
5081 * tips.texi (Coding Conventions):
5082 Minor rearrangements to improve TeX line-filling.
5083
5084 * commands.texi (Using Interactive): Fix cross-reference.
5085
17db8e10
JD
50862009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5087
5088 * frames.texi (Management Parameters): Mention sticky.
5089
77c7e2e1
AS
50902009-07-01 Andreas Schwab <aschwab@redhat.com>
5091
5092 * help.texi (Help Functions): Fix description of help-buffer and
5093 help-setup-xref to use @defun instead of @deffn.
5094
3f1c6666
JD
50952009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5096
5097 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5098
ca27c21b
CY
50992009-06-24 Chong Yidong <cyd@stupidchicken.com>
5100
5101 * display.texi (Window Systems): Add ns to the list.
5102
70243478
CY
51032009-06-21 Chong Yidong <cyd@stupidchicken.com>
5104
5105 * Branch for 23.1.
5106
df006536
MR
51072009-06-17 Martin Rudalics <rudalics@gmx.at>
5108
5109 * windows.texi (Dedicated Windows): Fix typo.
5110 (Resizing Windows): Replace @defun by @deffn.
5111
d259fc4b
GM
51122009-06-17 Glenn Morris <rgm@gnu.org>
5113
5114 * variables.texi (Directory Local Variables):
5115 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5116
30781db6
KH
51172009-06-09 Kenichi Handa <handa@m17n.org>
5118
5119 * nonascii.texi (Character Sets): State clearly that FROM and TO
5120 are codepoints of CHARSET.
5121
62e8099c
CY
51222009-06-07 Chong Yidong <cyd@stupidchicken.com>
5123
5124 * minibuf.texi (Reading File Names): Fix introductory text.
5125 Suggested by stan@derbycityprints.com.
5126 (High-Level Completion): Fix typo.
5127
ee1b1917
CY
51282009-05-28 Chong Yidong <cyd@stupidchicken.com>
5129
5130 * frames.texi (Text Terminal Colors): Multi-tty is already
5131 implemented, but tty-local colors are not.
5132
5df647e8
CY
51332009-05-27 Chong Yidong <cyd@stupidchicken.com>
5134
5135 * hooks.texi (Standard Hooks): Remove mention of obsolete
5136 redisplay-end-trigger-functions.
5137
5138 * internals.texi (Window Internals): Remove mention of obsolete
5139 redisplay-end-trigger-functions.
5140
01f17ae2
MR
51412009-05-21 Martin Rudalics <rudalics@gmx.at>
5142
5143 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5144
5145 * backups.texi (Making Backups): backup-directory-alist and
5146 make-backup-file-name-function are options.
5147 (Auto-Saving): auto-save-list-file-prefix is an option.
5148
5149 * buffers.texi (Killing Buffers): buffer-offer-save is an
5150 option.
5151
5152 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5153 option.
5154 (Echo Area Customization): echo-keystrokes is an option.
5155 (Selective Display): selective-display-ellipses is an option.
5156 (Temporary Displays): temp-buffer-show-function is an option.
5157 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5158 are options.
5159 (Font Selection): face-font-family-alternatives,
5160 face-font-selection-order, face-font-registry-alternatives, and
5161 scalable-fonts-allowed are options.
5162 (Fringe Indicators): indicate-buffer-boundaries is an option.
5163 (Fringe Cursors): overflow-newline-into-fringe is an option.
5164 (Scroll Bars): scroll-bar-mode is an option.
5165
5166 * eval.texi (Eval): max-lisp-eval-depth is an option.
5167
5168 * files.texi (Visiting Functions): find-file-hook is an option.
5169 (Directory Names): directory-abbrev-alist is an option.
5170 (Unique File Names): temporary-file-directory and
5171 small-temporary-file-directory are options.
5172
5173 * frames.texi (Initial Parameters): initial-frame-alist,
5174 minibuffer-frame-alist and default-frame-alist are options.
5175 (Cursor Parameters): blink-cursor-alist and
5176 cursor-in-non-selected-windows ar options.
5177 (Window System Selections): selection-coding-system is an
5178 option.
5179 (Display Feature Testing): display-mm-dimensions-alist is an
5180 option.
5181
5182 * help.texi (Help Functions): help-char and help-event-list are
5183 options.
5184
5185 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5186 an option.
5187
5188 * minibuf.texi (Minibuffer History): history-length and
5189 history-delete-duplicates are options.
5190 (High-Level Completion): read-buffer-function and
5191 read-buffer-completion-ignore-case are options.
5192 (Reading File Names): read-file-name-completion-ignore-case is
5193 an option.
5194
5195 * modes.texi (Mode Line Top): mode-line-format is an option.
5196 (Mode Line Variables): mode-line-position and mode-line-modes
5197 are options.
5198
5199 * nonascii.texi (Text Representations):
5200 enable-multibyte-characters is an option.
5201 (Default Coding Systems): auto-coding-regexp-alist,
5202 file-coding-system-alist, auto-coding-alist and
5203 auto-coding-functions are options.
5204 (Specifying Coding Systems): inhibit-eol-conversion is an
5205 option.
5206
5207 * os.texi (Init File): site-run-file is an option.
5208 (System Environment): mail-host-address is an option.
5209 (User Identification): user-mail-address is an option.
5210 (Terminal Output): baud-rate is an option.
5211
5212 * positions.texi (Word Motion): words-include-escapes is an
5213 option.
5214
5215 * searching.texi (Standard Regexps): page-delimiter,
5216 paragraph-separate, paragraph-separate and sentence-end are
5217 options.
5218
5219 * text.texi (Margins): left-margin and fill-nobreak-predicate
5220 are options.
5221
5222 * variables.texi (Local Variables): max-specpdl-size is an
5223 option.
5224
5225 * windows.texi (Choosing Window):
5226 split-window-preferred-function, special-display-function and
5227 display-buffer-function are options.
5228
106e6894
CY
52292009-05-20 Chong Yidong <cyd@stupidchicken.com>
5230
4a83454d
CY
5231 Fix errors spotted by Martin Rudalics.
5232
106e6894
CY
5233 * syntax.texi (Position Parse): Document rationale for ignored
5234 arguments to syntax-ppss-flush-cache.
5235
5236 * processes.texi (Input to Processes): Mark PROCESS arg to
5237 process-running-child-p as optional.
5238 (Network Options): Document NO-ERROR arg to
5239 set-network-process-option.
5240
5241 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5242 command.
5243
5244 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5245 posix-search-backward as commands.
5246
5247 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5248 (Suspending Emacs): Mark suspend-emacs as a command.
5249 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5250 commands.
5dcb4c4e
SM
5251 (Terminal Output): Remove obsolete function baud-rate.
5252 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
5253
5254 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5255 terminal-coding-system and set-terminal-coding-system.
5256 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5257 as optional.
5258 (Character Sets): Document RESTRICTION arg of char-charset.
5259 (Character Codes): Mark POS argument to get-byte as optional.
5260
5261 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5262 minibuffer-message.
5263
5264 * files.texi (Create/Delete Dirs): Mark make-directory and
5265 delete-directory as commands.
5266
5267 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5268
5269 * text.texi (Base 64): Mark base64-decode-string and
5270 base64-encode-string as commands.
5271 (Columns): Mark move-to-column as a command.
5272 (Mode-Specific Indent): Document RIGID arg to
5273 indent-for-tab-command.
5274 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5275 Mark indent-code-rigidly as a command.
5276 (Substitution): Mark translate-region as a command.
5277
5278 * frames.texi (Size and Position): Remove obsolete functions
5279 screen-height and screen-width.
5280
04173931
CY
52812009-05-19 Chong Yidong <cyd@stupidchicken.com>
5282
5283 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5284 (Displaying Buffers, Resizing Windows): Correct mistakes;
5285 next-window, previous-window, and pop-to-buffer are not commands,
5286 and fit-window-to-buffer" is a command. (Pointed out by Martin
5287 Rudalics.)
5288
eae7d8f8
RS
52892009-05-17 Richard M Stallman <rms@gnu.org>
5290
5291 * modes.texi (Precalculated Fontification): Clarify text.
5292
b8766179
MR
52932009-05-17 Martin Rudalics <rudalics@gmx.at>
5294
5295 * windows.texi (Selecting Windows): Clarify descriptions of
5296 with-selected-window and get-lru-window.
5297 (Cyclic Window Ordering): Refer to particular frame when talking
5298 about how splitting affects the ordering.
5299 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5300 switch-to-buffer-other-window. Explain how setting of
5301 display-buffer-reuse-frames affects pop-to-buffer.
5302 (Choosing Window): Clarify some details in descriptions of
5303 display-buffer-reuse-frames, pop-up-frames, and
5304 pop-up-frame-function.
5305 (Dedicated Windows): Clarify some details.
5306 (Textual Scrolling): Replace term vscroll by term vertical
5307 scroll position.
5308 (Vertical Scrolling): Fix typo.
5309 (Window Hooks): Relate text on jit-lock-register to window
5310 scrolling and size changes.
5311
734b5e3b
CY
53122009-05-14 Chong Yidong <cyd@stupidchicken.com>
5313
0a65633e
CY
5314 * frames.texi (Initial Parameters): Clarify what the initial
5315 minibuffer frame is.
05be46d7
CY
5316 (Buffer Parameters): Note that the minibuffer parameter can not be
5317 altered.
0a65633e 5318
734b5e3b
CY
5319 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5320 Document display-buffer changes.
5321
925672cd
CY
53222009-05-13 Chong Yidong <cyd@stupidchicken.com>
5323
17ecd7af
CY
5324 * anti.texi (Antinews): Rewrite for Emacs 22.
5325
925672cd
CY
5326 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5327 obarrays are first mentioned. Define "system abbrev" more
5328 prominently, and add it to the index.
5329 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5330 Copyedits.
5331 (Abbrev Expansion): Document abbrev-insert.
5332
80be4dd7
CY
53332009-05-12 Chong Yidong <cyd@stupidchicken.com>
5334
5335 * frames.texi (Font and Color Parameters): Rename from Color
5336 Parameters. Document font-backend parameter.
5337
5338 * vol2.texi (Top): Update node listing.
5339 * vol1.texi (Top): Update node listing.
5340 * elisp.texi (Top): Update node listing.
5341
372a93ac
MR
53422009-05-11 Martin Rudalics <rudalics@gmx.at>
5343
5344 * windows.texi (Choosing Window): Don't explicitly refer to
5345 split-window-sensibly's window argument in descriptions of
5346 split-height-threshold and split-width-threshold.
5347
714c3541
MR
53482009-05-10 Martin Rudalics <rudalics@gmx.at>
5349
5350 * windows.texi (Choosing Window): Fix rewrite of window
5351 splitting section.
5352
0e90e7be
EZ
53532009-05-09 Eli Zaretskii <eliz@gnu.org>
5354
f4e90db0
SM
5355 * nonascii.texi (Default Coding Systems):
5356 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 5357 Add indexing.
0e90e7be
EZ
5358 (Lisp and Coding Systems): Add index entries.
5359
d3c0c321
MR
53602009-05-09 Martin Rudalics <rudalics@gmx.at>
5361
5362 * windows.texi (Choosing Window): Describe split-window-sensibly
5363 and rewrite section on window splitting accordingly.
5364 (Textual Scrolling): Replace `...' by @code{...}.
5365
c773345a
CY
53662009-05-04 Chong Yidong <cyd@stupidchicken.com>
5367
ee2d5b5e
CY
5368 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5369 Remove obsoleted pre-abbrev-expand-hook.
5370
5371 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5372 entries.
5373
c773345a
CY
5374 * internals.texi (Object Internals): Don't assume 32-bit machines
5375 are the norm.
5376 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
5377 (Window Internals): Synch field names to window.h.
5378 (Process Internals): Synch field names to process.h.
c773345a 5379
dd449674
CY
53802009-04-29 Chong Yidong <cyd@stupidchicken.com>
5381
5382 * variables.texi (File Local Variables): Note that read-circle is
5383 bound to nil when reading file-local variables.
5384
5385 * streams.texi (Input Functions): Document read-circle.
5386 (Output Variables): Add xref to Circular Objects.
5387
4f1e25e2
CY
53882009-04-25 Chong Yidong <cyd@stupidchicken.com>
5389
5390 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5391 Features and Coding System Basics. Node that "p" stands for
5392 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5393 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5394 mouse-appearance-menu.
5395 (Programming Tips): Add xref to Progress.
5396
dca019f8
CY
53972009-04-22 Chong Yidong <cyd@stupidchicken.com>
5398
5dcb4c4e
SM
5399 * os.texi (Command-Line Arguments):
5400 Document command-line-args-left.
dca019f8
CY
5401 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5402 terminal objects for tty arguments.
5403 (Startup Summary): Add xref to Session Management.
5404 (Session Management): Mention emacs-session-restore. Copyedits.
5405
02a89103
CY
54062009-04-20 Chong Yidong <cyd@stupidchicken.com>
5407
5408 * os.texi (Startup Summary): Copyedits. The init file is not
5409 necessarily named .emacs now. Document initial-buffer-choice and
5410 initial-scratch-message. Note where Emacs exits in batch mode.
5411 Document inhibit-splash-screen as an alias.
5412 (Init File): Be neutral about which init file name to use.
5413
54142009-04-16 Chong Yidong <cyd@stupidchicken.com>
5415
5416 * os.texi (System Interface): Fix Texinfo usage.
5417
0c1cfe01
CY
54182009-04-15 Chong Yidong <cyd@stupidchicken.com>
5419
80d7cdca
CY
5420 * searching.texi (Regexp Backslash): Also refer to shy groups as
5421 non-capturing or unnumbered groups.
5422 (Regexp Functions): Add cross-reference to Regexp Backslash.
5423
0c1cfe01
CY
5424 * display.texi (Truncation): Overlays can use line-prefix and
5425 wrap-prefix too.
5426 (Overlay Properties): Document wrap-prefix and line-prefix.
5427 (Face Attributes): Document underline-minimum-offset.
5428 (Face Remapping): Copyedits.
5429 (Low-Level Font): Copyedits.
5430 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
5431 (Line Height): Emphasize that line-spacing only takes effect on
5432 graphical terminals.
0c1cfe01 5433
c4adeee0
CY
54342009-04-13 Chong Yidong <cyd@stupidchicken.com>
5435
5436 * display.texi (Refresh Screen): Note that a passage about screen
5437 refreshing is text terminal only.
5438 (Forcing Redisplay): Delete misleading comment---sit-for calls
5439 redisplay, not the other way around.
5440 (Truncation): Note new values of truncate-partial-width-windows.
5441 Copyedits.
5442 (Invisible Text): Document invisible-p.
5443
b20ecfa1
EZ
54442009-04-11 Eli Zaretskii <eliz@gnu.org>
5445
5446 * display.texi (Overlays): Overlays don't scale well. See
5447 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5448
97d8273f
CY
54492009-04-10 Chong Yidong <cyd@stupidchicken.com>
5450
f147ff75
CY
5451 * syntax.texi (Syntax Table Functions): Document cons cell
5452 argument for modify-syntax-entry.
5453 (Categories): Document cons cell argument for
5454 modify-category-entry.
5455
fca4ec76
CY
5456 * searching.texi (String Search): Document word-search-forward-lax
5457 and word-search-backward-lax.
5458 (Searching and Case): Describe isearch behavior more precisely.
5459
9c283d5b
CY
5460 * keymaps.texi (Tool Bar): Mention that some platforms do not
5461 support multi-line toolbars. Suggested by Stephen Eglen.
5462
5463 * frames.texi (Layout Parameters): Mention that Nextstep also
5464 allows only one tool-bar line. Suggested by Stephen Eglen.
5465
97d8273f
CY
5466 * nonascii.texi (Text Representations): Copyedits.
5467 (Coding System Basics): Also mention utf-8-emacs.
5468 (Converting Representations, Selecting a Representation)
5469 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5470 Copyedits.
5471 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5472
2bad3299
CY
54732009-04-09 Chong Yidong <cyd@stupidchicken.com>
5474
5475 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
5476 (Filling): Clarify REGION argument of fill-paragraph.
5477 Document fill-forward-paragraph-function.
2bad3299
CY
5478 (Special Properties): Remove "new in Emacs 22" declaration.
5479 (Clickable Text): Merge with Links and Mouse-1 node.
5480
5dcb4c4e
SM
5481 * display.texi (Button Properties, Button Buffer Commands):
5482 Change xref to Clickable Text.
2bad3299
CY
5483
5484 * tips.texi (Key Binding Conventions): Change xref to Clickable
5485 Text.
5486
5487 * elisp.texi (Top): Update node listing.
5488
ea30ce4f
CY
54892009-04-05 Chong Yidong <cyd@stupidchicken.com>
5490
47af2f4b
CY
5491 * markers.texi (The Mark): Copyedits. Improve description of
5492 handle-shift-selection.
5493 (The Region): Move use-region-p here from The Mark.
5494
ea30ce4f
CY
5495 * positions.texi (Screen Lines): Document (cols . lines) argument
5496 for vertical-motion.
5497
2aa8ea6e
CY
54982009-04-04 Chong Yidong <cyd@stupidchicken.com>
5499
3ec61d4e
CY
5500 * frames.texi (Frames): Clean up introduction. Document `ns'
5501 return value for framep.
5502 (Creating Frames): Note how the terminal is chosen.
5503 (Multiple Terminals, Multiple Displays): Merge into a single node.
5504 (Color Parameters): Fix typo.
5505
5506 * variables.texi (Local Variables, Buffer-Local Variables)
5507 (Creating Buffer-Local): Change link to Multiple Terminals.
5508
5509 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5510
5511 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5512 Terminals.
5513
5514 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5515 to Multiple Terminals.
5516
5517 * elisp.texi (Top): Update node listing.
5518 * vol2.texi (Top): Update node listing.
5519 * vol1.texi (Top): Update node listing.
5520
9257072f
CY
5521 * buffers.texi (Current Buffer): Note that the append-to-buffer
5522 example is no longer in synch with the latest code. Tie the two
5523 examples together.
5524
2aa8ea6e
CY
5525 * files.texi (File Attributes): Move note about MS-DOS from
5526 Changing Files to File Attributes.
5527 (Create/Delete Dirs): Note that mkdir is an alias for this.
5528
22e74b17
CY
55292009-04-01 Markus Triska <triska@gmx.at>
5530
5531 * processes.texi (Filter Functions): Suggest how to handle output
5532 batches.
5533
4bbe48ec
CY
55342009-03-30 Chong Yidong <cyd@stupidchicken.com>
5535
5536 * help.texi (Accessing Documentation): Update example to use
5537 help-setup-xref and with-help-window.
5538 (Help Functions): Remove print-help-return-message, which is
5539 semi-obsolete due to with-help-window. Document help-buffer and
5540 help-setup-xref.
5541
b9723f39
CY
55422009-03-29 Chong Yidong <cyd@stupidchicken.com>
5543
5dcb4c4e
SM
5544 * help.texi (Accessing Documentation, Help Functions):
5545 Remove information about long-obsolete Emacs versions.
9eb52e90 5546
b9723f39
CY
5547 * modes.texi (Mode Line Variables): The default values of the mode
5548 line variables are now more complicated.
5549
b0cc32db
CY
55502009-03-28 Chong Yidong <cyd@stupidchicken.com>
5551
3c25a5a9
CY
5552 * modes.texi (Major Mode Conventions): Note that specialness is
5553 inherited.
31c9eebb
CY
5554 (Derived Modes): Note that define-derive-mode sets the mode-class
5555 property.
3c25a5a9 5556
b0cc32db
CY
5557 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5558 goto-map. Add search-map to the list.
5559
c5e0006d
EZ
55602009-03-27 Eli Zaretskii <eliz@gnu.org>
5561
1213465a
EZ
5562 * os.texi (System Environment): Update the list of system-type
5563 values.
5564
c5e0006d
EZ
5565 * markers.texi (The Mark) <handle-shift-selection>: Update for
5566 removal of the optional argument DEACTIVATE.
5567
48bab3d6
CY
55682009-03-25 Chong Yidong <cyd@stupidchicken.com>
5569
5570 * commands.texi (Focus Events): Most X window managers don't use
5571 focus-follows-mouse nowadays.
5572
6e4ff1b6
CY
55732009-03-24 Chong Yidong <cyd@stupidchicken.com>
5574
5575 * commands.texi (Defining Commands): Clarify introduction.
5576 (Using Interactive): Not that interactive can be put in a symbol
5577 property.
5578 (Interactive Call): Note that a symbol with a non-nil
5579 interactive-form property satisfies commandp.
5580
11625308
JB
55812009-03-23 Juanma Barranquero <lekktu@gmail.com>
5582
5583 * minibuf.texi (Intro to Minibuffers): Fix typos.
5584
7b34420d
CY
55852009-03-23 Chong Yidong <cyd@stupidchicken.com>
5586
5587 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
5588 about minibuffers in old Emacs versions. Copyedits.
5589 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
5590 (Text from Minibuffer): Simplify introduction.
5591
f9257eed
AM
55922009-03-22 Alan Mackenzie <acm@muc.de>
5593
5594 * commands.texi (Using Interactive): Clarify string argument to
5595 `interactive' - even promptless elements need \n separators.
5596
f639ba70
CY
55972009-03-18 Chong Yidong <cyd@stupidchicken.com>
5598
5599 * minibuf.texi (Completion Styles): New node.
5600
5601 * elisp.texi (Top): Update node listing.
5602
d897e8ee
CY
56032009-03-17 Chong Yidong <cyd@stupidchicken.com>
5604
5605 * minibuf.texi (Basic Completion): Note that
5606 read-file-name-completion-ignore-case and
5607 read-buffer-completion-ignore-case can override
5608 completion-ignore-case.
5609 (Minibuffer Completion): Document completing-read changes.
5610 (Completion Commands): Avoid mentioning partial completion mode.
5611 Document minibuffer-completion-confirm changes, and
5612 minibuffer-confirm-exit-commands.
5613 (High-Level Completion): Document new require-match behavior for
5614 read-buffer. Document read-buffer-completion-ignore-case.
5615 (Reading File Names): Document new require-match behavior for
5616 read-file-name.
5617
b1f23349
CY
56182009-03-14 Chong Yidong <cyd@stupidchicken.com>
5619
5620 * debugging.texi (Error Debugging): Don't mislead the reader into
5621 thinking that debug-on-error enters debugger for C-f at EOB.
5622 (Error Debugging): Setting debug-on-init within the init file
5623 works, and has for some time.
5624
d6eb4e25
KH
56252009-03-13 Kenichi Handa <handa@m17n.org>
5626
5627 * display.texi (Fontsets): Update the description.
5628
1cf53dc5
CY
56292009-03-13 Chong Yidong <cyd@stupidchicken.com>
5630
5631 * advice.texi (Advising Primitives): Link to What Is a Function.
5632
81f919fc
CY
56332009-03-12 Chong Yidong <cyd@stupidchicken.com>
5634
cf4229eb
CY
5635 * compile.texi (Speed of Byte-Code): Update example.
5636 (Disassembly): Update examples.
5637
81f919fc 5638 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
5639
5640 * customize.texi (Common Keywords): It's not necessary to use :tag
5641 to remove hyphens, as custom-unlispify-tag-name does it
5642 automatically.
5dcb4c4e
SM
5643 (Variable Definitions): Link to File Local Variables.
5644 Document customized-value symbol property.
f2bbc08c
CY
5645 (Customization Types): Move menu to end of node.
5646
955964d7
CY
56472009-03-10 Chong Yidong <cyd@stupidchicken.com>
5648
5649 * macros.texi (Compiling Macros): Omit misleading sentence, which
5650 implied that macros can only be used in the same file they are
5651 defined.
5652 (Backquote): Remove obsolete information about Emacs 19.
5653
d25ed7db
GM
56542009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
5655
5656 * display.texi (Display Margins): Fix paren typo.
5657
d55f6ca5
CY
56582009-02-27 Chong Yidong <cyd@stupidchicken.com>
5659
f0e57ed8
CY
5660 * elisp.texi (Top): Update node listing.
5661
5662 * variables.texi (Variables): Clarify introduction.
5663 (Global Variables): Mention that setq is a special form.
5664 (Local Variables): Use active voice.
5665 (Tips for Defining): Mention marking variables as safe.
5666 (Buffer-Local Variables): Mention terminal-local and frame-local
5667 variables together.
5668 (File Local Variables): Copyedits.
5669 (Frame-Local Variables): Note that they are not really useful.
5670 (Future Local Variables): Node deleted.
5671
d55f6ca5 5672 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 5673 Unicode escape syntax.
d55f6ca5 5674
ca8f09a8
CY
56752009-02-23 Chong Yidong <cyd@stupidchicken.com>
5676
5677 * control.texi (Control Structures): Add cindex entry for "textual
5678 order".
5679
5680 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
5681 instead of "expression" throughout.
5682 (Function Indirection): Copyedits. Use active voice.
5683 (Eval): The default value of max-lisp-eval-depth is now 400.
5684
a20878b6
MB
56852009-02-23 Miles Bader <miles@gnu.org>
5686
5687 * processes.texi (System Processes): Rename `system-process-attributes'
5688 to `process-attributes'.
5689
61f66044
CY
56902009-02-22 Chong Yidong <cyd@stupidchicken.com>
5691
1b80d1f3
CY
5692 * symbols.texi (Property Lists): Emphasize that property lists are
5693 not restricted to symbol cells.
5694 (Other Plists): Copyedit.
5695
61f66044
CY
5696 * sequences.texi (Sequences Arrays Vectors): Make introduction
5697 more concise.
5698 (Arrays): Mention char-tables and bool-vectors too.
5699 (Vectors): Don't repeat information given in Arrays node. Link to
5700 nodes that explain the vector usage examples.
5701 (Char-Tables): Note that char-table elements can have arbitrary
5702 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 5703 Link to Property Lists node.
61f66044 5704
9403944b
CY
57052009-02-22 Chong Yidong <cyd@stupidchicken.com>
5706
5707 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
5708 `append'.
4068c7b4 5709 (List Elements): Copyedits.
9403944b
CY
5710
5711 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
5712 of `vconcat'.
5713
5714 * strings.texi (Creating Strings): Copyedits. Remove obsolete
5715 Emacs 20 usage of `concat'.
5716 (Case Conversion): Copyedits.
5717
b87a185f
CY
57182009-02-21 Chong Yidong <cyd@stupidchicken.com>
5719
5720 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
5721 Minor edits.
5722 (Frame Configuration Type): Emphasize that it is not primitive.
5723 (Font Type): New node.
5724 (Type Predicates): Add fontp; type-of now recognizes font object
5725 types.
5726
5727 * intro.texi (Version Info): Update version numbers in examples.
5728 (Acknowledgements): List more contributors.
5729
5730 * elisp.texi: Bump version number to 3.0.
5731 (Top): Link to Font Type node.
5732
867d4bb3
JB
57332009-02-20 Juanma Barranquero <lekktu@gmail.com>
5734
5735 * modes.texi (Major Mode Conventions): Remove duplicate words.
5736 (Customizing Keywords): Fix typo.
5737
77730170
EZ
57382009-02-14 Eli Zaretskii <eliz@gnu.org>
5739
5740 * nonascii.texi (User-Chosen Coding Systems): Document that
5741 select-safe-coding-system suggests raw-text if there are raw bytes
5742 in the region.
5743 (Explicit Encoding): Warn not to use `undecided' when encoding.
5744
c8736212
GM
57452009-02-11 Glenn Morris <rgm@gnu.org>
5746
5747 * frames.texi (Visibility of Frames): Mention the effect multiple
5748 workspaces/desktops can have on visibility.
5749
ab992d66
EZ
57502009-02-07 Eli Zaretskii <eliz@gnu.org>
5751
c8736212
GM
5752 * text.texi (Commands for Insertion):
5753 * commands.texi (Event Mod):
5754 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
5755 * nonascii.texi (Translation of Characters):
5756 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
5757 (Explicit Encoding): Document the `charset' text property produced
5758 by decode-coding-region and decode-coding-string.
ab992d66 5759
e651a255
AM
57602009-01-27 Alan Mackenzie <acm@muc.de>
5761
5762 * modes.texi (Search-based Fontification): Correct a typo.
5763
bc5cde4b
JB
57642009-01-25 Juanma Barranquero <lekktu@gmail.com>
5765
5766 * abbrevs.texi (Abbrev Table Properties): Fix typo.
5767 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
5768
3533155b
EZ
57692009-01-24 Eli Zaretskii <eliz@gnu.org>
5770
f721deda
EZ
5771 * display.texi (Window Systems): Document the value of
5772 `initial-window-system' under --daemon.
5773
3533155b
EZ
5774 * os.texi (System Environment): Remove description of the
5775 `environment' function which has been deleted.
5776
f79b43b2
DN
57772009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5778
5779 * frames.texi (Multiple Displays): Remove documentation for
5780 removed function make-frame-on-tty.
5781
e3aa6669
CY
57822009-01-22 Chong Yidong <cyd@stupidchicken.com>
5783
5784 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
5785 write-region-annotate-functions.
5786 Document write-region-post-annotation-function.
e3aa6669 5787
fb13a416
CY
57882009-01-19 Chong Yidong <cyd@stupidchicken.com>
5789
5790 * display.texi (Font Lookup): Document WIDTH argument of
5791 x-list-fonts.
5792
02eccf6b
EZ
57932009-01-17 Eli Zaretskii <eliz@gnu.org>
5794
ead3f58d
EZ
5795 * maps.texi (Standard Keymaps): Rename function-key-map to
5796 local-function-key-map.
5797
5798 * keymaps.texi (Translation Keymaps): Rename function-key-map to
5799 local-function-key-map.
5800
5801 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
5802 and `set-keyboard-coding-system' now accept an optional terminal
5803 argument.
5804
5805 * commands.texi (Event Mod): `keyboard-translate-table' is now
5806 terminal-local.
5807 (Function Keys): Rename function-key-map to
5808 local-function-key-map.
5809
df05a163
EZ
5810 * elisp.texi (Top): Make @detailmenu be consistent with changes in
5811 frames.texi.
5812
0ed8034e 5813 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
5814 `delete-terminal-functions', `suspend-tty-functions' and
5815 `resume-tty-functions'.
0ed8034e
EZ
5816
5817 * frames.texi (Frames): Document `frame-terminal' and
5818 `terminal-live-p'.
5819 (Multiple Displays): Document `make-frame-on-tty'.
5820 (Multiple Terminals): Document `terminal-list', `delete-terminal',
5821 `terminal-name', and `get-device-terminal'.
490f1197
EZ
5822 (Terminal Parameters): Document `terminal-parameters',
5823 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
5824
5825 * os.texi (System Environment): Document `environment' and
5826 `initial-environment'.
490f1197
EZ
5827 (Suspending Emacs): Update for multi-tty; document
5828 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 5829
02eccf6b
EZ
5830 * nonascii.texi (Coding System Basics): More accurate description
5831 of `raw-text'.
5832
f19fea97
JB
58332009-01-12 Juanma Barranquero <lekktu@gmail.com>
5834
5835 * display.texi (Low-Level Font): Fix typo.
5836
16fa292f
CY
58372009-01-10 Chong Yidong <cyd@stupidchicken.com>
5838
5839 * elisp.texi (Top): Update node listing.
5840
5841 * display.texi (PostScript Images): Node deleted.
5842
0b4faef3
EZ
58432009-01-10 Eli Zaretskii <eliz@gnu.org>
5844
3355f04d
EZ
5845 * processes.texi (Decoding Output): Document that null bytes force
5846 no-conversion for reading process output.
5847
5848 * files.texi (Reading from Files): Document that null bytes force
5849 no-conversion when visiting files.
5850
11625308 5851 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 5852
5dcb4c4e
SM
5853 * nonascii.texi (Lisp and Coding Systems):
5854 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 5855 (Character Properties): Improve wording.
0b4faef3 5856
ce9cf065
CY
58572009-01-09 Chong Yidong <cyd@stupidchicken.com>
5858
5859 * display.texi (Font Lookup): Remove obsolete function
5860 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
5861 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
5862 (Font Selection): Reorder order of variable descriptions.
5863 Minor clarifications.
ce9cf065
CY
5864
5865 * elisp.texi (Top): Update node listing.
5866
ab756fb3
GM
58672009-01-09 Glenn Morris <rgm@gnu.org>
5868
5869 * commands.texi (Command Loop Info): Say that last-command-char and
5870 last-input-char are obsolete aliases.
5871
5872 * edebug.texi (Edebug Recursive Edit): Remove separate references to
5873 last-input-char and last-command-char, since they are just aliases for
5874 last-input-event and last-command-event.
5875
5876 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
5877 last-command-char.
5878
6b2b8ab1
CY
58792009-01-08 Chong Yidong <cyd@stupidchicken.com>
5880
5881 * elisp.texi: Update node listing.
5882
5883 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
5884 (Face Attributes): Don't link to Font Lookup.
5885 Document font-family-list.
6b2b8ab1
CY
5886 (Fonts): New node.
5887
3568e767
JR
58882009-01-08 Jason Rumney <jasonr@gnu.org>
5889
5890 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 5891 changing the standard pointer shapes. (Bug#1485)
3568e767 5892
6221c8db
CY
58932009-01-08 Chong Yidong <cyd@stupidchicken.com>
5894
5895 * display.texi (Attribute Functions): Note that a function value
5896 :height is relative, and that compatibility functions work by
5897 calling set-face-attribute.
5898 (Displaying Faces): Reorder list in order of increasing priority.
5899 (Face Remapping): New node. Content moved here from Displaying
5900 Faces.
5901 (Glyphs): Link to Face Functions.
5902
e3d3799a
CY
59032009-01-08 Chong Yidong <cyd@stupidchicken.com>
5904
5905 * display.texi (Faces): Don't discuss face id here. facep does
5906 not return t.
5907 (Defining Faces): Minor clarification.
5908 (Face Attributes): Rearrange items to match docstring of
5909 set-face-attribute. Add :foundry attribute. Document new role of
5910 :font attribute. Texinfo usage fix.
5911 (Attribute Functions): Copyedits.
5912 (Face Functions): Note that face number is seldom used.
5913
638a2457
RS
59142009-01-05 Richard M Stallman <rms@gnu.org>
5915
5916 * strings.texi (Predicates for Strings): Minor clarification.
5917
5918 * functions.texi (Function Safety): Texinfo usage fix.
5919
39cb9e56 59202009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
49ea0074
JB
5921
5922 * objects.texi (General Escape Syntax): Fix typo.
5923
9f822178
MR
59242009-01-03 Martin Rudalics <rudalics@gmx.at>
5925
5926 * windows.texi (Choosing Window): Say that pop-up-frame-alist
5927 works via the default value of pop-up-frame-function.
5928
af34ad36
EZ
59292009-01-02 Eli Zaretskii <eliz@gnu.org>
5930
5931 * processes.texi (System Processes): Document the `time' and
5932 `ctime' attributes of `system-process-attributes'.
5933
d31f6679
CY
59342009-01-01 Chong Yidong <cyd@stupidchicken.com>
5935
5936 * display.texi (Face Attributes): Clarify :height attribute.
5937
174dc00c
MR
59382008-12-31 Martin Rudalics <rudalics@gmx.at>
5939
5940 * buffers.texi (The Buffer List): Clarify what moves a buffer to
5941 the front of the buffer list. Add entries for `last-buffer' and
5942 `unbury-buffer'.
5943
b8afe7e4
EZ
59442008-12-27 Eli Zaretskii <eliz@gnu.org>
5945
d14030f5
EZ
5946 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
5947 and its subsections.
5948
5949 * frames.texi (Multiple Terminals, Low-level Terminal)
5950 (Terminal Parameters, Frames on Other TTY devices): New sections.
5951 (Frames): Add an xref to "Multiple Terminals".
5952
765980a4
EZ
5953 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
5954
5955 * objects.texi (Terminal Type): New node.
5956 (Editing Types): Add it to the menu.
5957
47bd5577
EZ
5958 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
5959 Variables".
5960
eb22b78c 5961 * variables.texi (Directory Local Variables): New node.
47bd5577 5962 (Variables): Add a menu item for it.
eb22b78c 5963
b8afe7e4
EZ
5964 * loading.texi (Autoload): Document `generate-autoload-cookie' and
5965 `generated-autoload-file'.
5966
77bb0476
EZ
59672008-12-20 Eli Zaretskii <eliz@gnu.org>
5968
028e2c19
EZ
5969 * os.texi (Startup Summary): Add xref to documentation of
5970 `initial-window-system'.
5971
77bb0476
EZ
5972 * display.texi (Window Systems): Document `window-system' the
5973 function. The variable `window-system' is now frame-local.
028e2c19 5974 Document `initial-window-system'.
77bb0476 5975
dda87836
MR
59762008-12-19 Martin Rudalics <rudalics@gmx.at>
5977
5978 * windows.texi (Windows): Rewrite description of
5979 fit-window-to-buffer.
5980
caef3ed2
GM
59812008-12-13 Glenn Morris <rgm@gnu.org>
5982
5983 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
5984 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
5985
21c58e4d
GM
59862008-12-12 Glenn Morris <rgm@gnu.org>
5987
5988 * debugging.texi (Error Debugging): Refer forwards to
5989 eval-expression-debug-on-error.
5990
af38459f
EZ
59912008-12-05 Eli Zaretskii <eliz@gnu.org>
5992
5dedd9b5
EZ
5993 * strings.texi (String Basics): Only unibyte strings that
5994 represent key sequences hold 8-bit raw bytes.
5995
af38459f
EZ
5996 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
5997 paragraph to speak about `undecided'.
5998 (Character Properties): Don't explain the meaning of each
5999 property; instead, identify their Unicode Standard names.
b3f1f4a5 6000 (Character Sets): Document `map-charset-chars'.
af38459f 6001
fa047ae7
GM
60022008-12-02 Glenn Morris <rgm@gnu.org>
6003
6004 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6005 section yet again.
6006
47dbc044
EZ
60072008-11-29 Eli Zaretskii <eliz@gnu.org>
6008
98d05998
EZ
6009 * nonascii.texi (Character Properties): New Section.
6010 (Specifying Coding Systems): Document
6011 `coding-system-priority-list', `set-coding-system-priority', and
6012 `with-coding-priority'.
6013 (Lisp and Coding Systems): Document `check-coding-systems-region'
6014 and `coding-system-charset-list'.
6015 (Coding System Basics): Document `coding-system-aliases'.
6016
6017 * elisp.texi (Top): Add a @detailmenu entry for "Character
6018 Properties".
6019
47dbc044
EZ
6020 * objects.texi (Character Type): Correct the range of Emacs
6021 characters. Add an @xref to "Character Codes".
6022
6023 * strings.texi (String Basics): Add an @xref to "Character Codes".
6024
6025 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6026
6027 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6028 (Character Codes): Document `max-char'.
6029
8b80cdf5
EZ
60302008-11-28 Eli Zaretskii <eliz@gnu.org>
6031
6032 * nonascii.texi (Text Representations, Converting Representations)
6033 (Character Sets, Scanning Charsets, Translation of Characters):
6034 Make text more accurate.
6035
a99dceba
GM
60362008-11-28 Glenn Morris <rgm@gnu.org>
6037
6038 * files.texi (Format Conversion Round-Trip): Improve previous change.
6039
f6dc3bed
CY
60402008-11-26 Chong Yidong <cyd@stupidchicken.com>
6041
6042 * modes.texi (Auto Major Mode): Fix example.
6043
5da9413d
GM
60442008-11-25 Glenn Morris <rgm@gnu.org>
6045
6046 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6047
6048 * files.texi (Format Conversion Round-Trip):
6049 Use active voice for previous change.
6050
fcca848c
CY
60512008-11-25 Chong Yidong <cyd@stupidchicken.com>
6052
6053 * os.texi (Processor Run Time):
6054 * processes.texi (Transaction Queues):
6055 * markers.texi (The Mark):
6056 * windows.texi (Choosing Window, Selecting Windows):
6057 * files.texi (Changing Files, Magic File Names):
6058 * commands.texi (Key Sequence Input):
6059 * functions.texi (Declaring Functions):
6060 * strings.texi (Predicates for Strings):
6061 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6062
36c8dc54
CY
60632008-11-24 Chong Yidong <cyd@stupidchicken.com>
6064
6065 * help.texi (Accessing Documentation): Update example.
6066
6067 * variables.texi (Defining Variables): Note that `*' is not
6068 necessary if defcustom is used.
6069
2a79b242
EZ
60702008-11-22 Eli Zaretskii <eliz@gnu.org>
6071
6072 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6073 Characters" from @detailmenu.
6074
6075 * nonascii.texi (Character Codes, Character Sets)
6076 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6077 (Chars and Bytes, Splitting Characters): Sections removed.
6078
392f0d26
LK
60792008-11-22 Lute Kamstra <lute@gnu.org>
6080
6081 * positions.texi (Text Lines): Update goto-line documentation.
6082
af1a5cd5
MR
60832008-11-21 Martin Rudalics <rudalics@gmx.at>
6084
6a4cfb0c
MR
6085 * frames.texi (Frames): Fix typo, add cross references, reword.
6086 (Initial Parameters): Reword special-display-frame-alist text.
6087 (Frames and Windows): Reword. Describe argument norecord for
6088 set-frame-selected-window.
6089 (Input Focus): Describe argument norecord for select-frame.
6090 Remove comment on MS-Windows behavior for focus-follows-mouse.
6091 (Raising and Lowering): Mention windows-frames dichotomy in
6092 metaphor.
6093
af1a5cd5
MR
6094 * windows.texi (Displaying Buffers, Vertical Scrolling)
6095 (Horizontal Scrolling): Fix indenting and rewording issues
6096 introduced with 2008-11-07 change.
6097
c249fa9c
GM
60982008-11-20 Glenn Morris <rgm@gnu.org>
6099
6100 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6101 element of `format-alist'.
6102
204d4665
GM
61032008-11-19 Glenn Morris <rgm@gnu.org>
6104
6105 * doclicense.texi: Update to FDL 1.3.
6106 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6107
cc0910af
CY
61082008-11-18 Chong Yidong <cyd@stupidchicken.com>
6109
efe6e7c4
CY
6110 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6111 vars, which are obsolete. Mention jit-lock-register.
6112
5dcb4c4e
SM
6113 * modes.texi (Other Font Lock Variables):
6114 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 6115
cc0910af
CY
6116 * frames.texi (Color Parameters): Document alpha parameter.
6117
aeeedf76
MR
61182008-11-16 Martin Rudalics <rudalics@gmx.at>
6119
6120 * windows.texi (Splitting Windows, Deleting Windows)
6121 (Selecting Windows, Cyclic Window Ordering)
6122 (Buffers and Windows, Displaying Buffers, Choosing Window)
6123 (Dedicated Windows, Window Point, Window Start and End)
6124 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6125 (Size of Window, Resizing Windows, Window Configurations)
6126 (Window Parameters): Avoid @var at beginning of sentences and
6127 reword accordingly.
6128
4c565c5c
LK
61292008-11-11 Lute Kamstra <lute@gnu.org>
6130
6131 * files.texi (File Name Components): Fix file-name-extension
6132 documentation.
6133
25f494c9
JB
61342008-11-11 Juanma Barranquero <lekktu@gmail.com>
6135
6136 * frames.texi (Basic Parameters): Remove display-environment-variable
6137 and term-environment-variable.
6138
a1401ab1
EZ
61392008-11-08 Eli Zaretskii <eliz@gnu.org>
6140
6141 * windows.texi (Basic Windows, Splitting Windows)
6142 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6143 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
6144 (Resizing Windows, Window Configurations, Window Parameters):
6145 Fix wording and markup.
a1401ab1 6146
efafc282
MR
61472008-11-07 Martin Rudalics <rudalics@gmx.at>
6148
6149 * windows.texi (Windows): Update entries.
6150 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 6151 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
6152 (Selecting Windows, Cyclic Window Ordering): Reword with special
6153 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
6154 (Buffers and Windows, Choosing Window): Reword with special
6155 emphasis on dedicated windows.
6156 (Displaying Buffers): Reword. For switch-to-buffer mention that
6157 it may fall back on pop-to-buffer. For other-window try to
6158 explain how it treats the cyclic ordering of windows.
efafc282
MR
6159 (Dedicated Windows): New node and section discussing dedicated
6160 windows and associated functions.
86ab855a 6161 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
6162 (Window Start and End): Rename node and section title. Reword.
6163 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6164 Minor rewording.
6165 (Size of Window): Reword, in particular text on window-width.
6166 (Resizing Windows): Reword. Add text on balancing windows.
6167 (Window Configurations): Reword. Mention window parameters.
6168 (Window Parameters): New node and section on window parameters.
6169 (Window Hooks): Reword. Mention that
6170 window-configuration-change-hook is run "buffer-locally".
6171 * elisp.texi (Top): Update Windows entries in @detailmenu
6172 section.
6173
d60a8ab2
JB
61742008-11-04 Juanma Barranquero <lekktu@gmail.com>
6175
6176 * searching.texi (Regexp Search): Fix typo.
6177
01777627
CY
61782008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6179
6180 * searching.texi (Regexp Search): Document GREEDY arg.
6181 (Simple Match Data): Fix return value.
6182
c4526e93
EZ
61832008-11-01 Eli Zaretskii <eliz@gnu.org>
6184
6185 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
6186 with Emacs 23 internal representation of characters.
6187 Document `unibyte-string'.
c4526e93 6188
fe2ae8b5
CY
61892008-10-28 Chong Yidong <cyd@stupidchicken.com>
6190
6191 * processes.texi (Process Information): Note that process-status
6192 does not accept buffer names.
6193
cc5a21e3
CY
61942008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6195
6196 * positions.texi (Skipping Characters): Correct return value of
6197 skip-chars-forward.
6198
09460d9a
MR
61992008-10-25 Martin Rudalics <rudalics@gmx.at>
6200
520b29e7
MR
6201 * windows.texi (Deleting Windows): Update documentation of
6202 delete-windows-on.
6203 (Buffers and Windows): Update documentations of
6204 get-buffer-window and get-buffer-window-list.
6205 (Displaying Buffers): Update documentation of
6206 replace-buffer-in-windows.
6207
09460d9a
MR
6208 * buffers.texi (Current Buffer): Reword set-buffer and
6209 with-current-buffer documentations.
6210 (Creating Buffers): Reword documentation of get-buffer-create.
6211
4d48fcdc
MR
62122008-10-23 Martin Rudalics <rudalics@gmx.at>
6213
6214 * buffers.texi (Current Buffer): Reword documentation of
6215 set-buffer.
6216 (Buffer Names): Reword documentation of buffer-name.
6217 (The Buffer List): For bury-buffer explain what happens with the
6218 buffer's window.
6219 (Creating Buffers): Say that get-buffer-create's arg is called
6220 buffer-or-name.
6221
f0143c43
CY
62222008-10-22 Chong Yidong <cyd@stupidchicken.com>
6223
3e5dbbd3
CY
6224 * advice.texi (Computed Advice): Explain what DEFINITION is.
6225
f0143c43
CY
6226 * nonascii.texi (Character Codes): Remove obsolete function
6227 char-valid-p, and document characterp instead.
6228
52a94b85
MR
62292008-10-22 Martin Rudalics <rudalics@gmx.at>
6230
6231 * windows.texi (Displaying Buffers): Reword documentation of
6232 pop-to-buffer.
6233 (Choosing Window): Rewrite documentation of display-buffer and
6234 its options.
6235
f76f8246
MR
6236 * buffers.texi (Killing Buffers): Update documentation of
6237 kill-buffer.
6238
acc8b598
EZ
62392008-10-21 Eli Zaretskii <eliz@gnu.org>
6240
80e6b6df
EZ
6241 * processes.texi (Serial Ports): Fix wording and improve markup.
6242
3645358a
EZ
6243 * searching.texi (Regexp Search): Document `string-match-p' and
6244 `looking-at-p'.
6245 (POSIX Regexps): Add an xref for "non-greedy".
6246 (Regexp Special): Add @cindex entry for "non-greedy".
6247
b3d50cff 6248 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 6249 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 6250
73b7530a
EZ
6251 * frames.texi (Color Names): Add an xref to `read-color'.
6252
6253 * minibuf.texi (High-Level Completion): Document `read-color'.
6254
acc8b598
EZ
6255 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6256
6257 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6258
6259 * buffers.texi (Swapping Text): New section, documents
6260 `buffer-swap-text'.
6261
10e187e8
MR
62622008-10-21 Martin Rudalics <rudalics@gmx.at>
6263
6264 * windows.texi (Resizing Windows): Minor wording fix.
6265
fd6f900c
EZ
62662008-10-20 Eli Zaretskii <eliz@gnu.org>
6267
6268 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6269 and `combine-and-quote-strings'.
6270
6271 * strings.texi (Creating Strings): Add xrefs for them.
6272
e4372165
EZ
62732008-10-19 Eli Zaretskii <eliz@gnu.org>
6274
d6328fba
EZ
6275 * elisp.texi (Top): Make descriptive text for "Reading File Names"
6276 match the corresponding menu in minibuf.texi.
6277
e4372165
EZ
6278 * minibuf.texi (Reading File Names): Document `read-shell-command'
6279 and `minibuffer-local-shell-command-map'.
6280
5d8dda33
MR
62812008-10-19 Martin Rudalics <rudalics@gmx.at>
6282
6283 * windows.texi (Resizing Windows): Remove var{} around "window" in
6284 documentation of enlarge-window.
6285 Rewrite documentation of window-min-height and window-min-width.
6286
437706cd
EZ
62872008-10-19 Eli Zaretskii <eliz@gnu.org>
6288
80f85d7c
EZ
6289 * functions.texi (Calling Functions): Document `apply-partially'.
6290
291703b5
EZ
6291 * hooks.texi (Standard Hooks): Mention
6292 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6293
6294 * variables.texi (File Local Variables): Document
6295 `file-local-variables-alist', `before-hack-local-variables-hook'
6296 and `hack-local-variables-hook'.
6297
583d8b3c
EZ
6298 * processes.texi (Synchronous Processes): Document `process-lines'.
6299
5dcb4c4e
SM
6300 * customize.texi (Variable Definitions):
6301 Document `custom-reevaluate-setting'.
437706cd 6302
7e51d89b
MR
63032008-10-18 Martin Rudalics <rudalics@gmx.at>
6304
6305 * windows.texi (Choosing Window, Deleting Windows)
6306 (Displaying Buffers): Expand documentation of dedicated windows.
6307
43c59a3d
EZ
63082008-10-18 Eli Zaretskii <eliz@gnu.org>
6309
018a960d
EZ
6310 * files.texi (Changing Files): Document symbolic input of file
6311 modes to `set-file-modes'. Document `read-file-modes' and
6312 `file-modes-symbolic-to-number'.
6313
2c0b8144
EZ
6314 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6315 and `search-map'.
6316
5dcb4c4e
SM
6317 * searching.texi (Search and Replace):
6318 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 6319 Document `multi-query-replace-map'.
80120f13 6320
6d4913f0 6321 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
6322 (Completion Commands, Reading File Names):
6323 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
6324 `minibuffer-local-filename-must-match-map'.
6325 (Minibuffer Completion): The `require-match' argument to
6326 `completing-read' can now have the value `confirm-only'.
6327
43c59a3d
EZ
6328 * windows.texi (Displaying Buffers): Minor wording fix.
6329 (Choosing Window): `split-height-threshold' can now be nil.
6330 Document `split-width-threshold'. `pop-up-frames' can have the
6331 value `graphic-only'.
6332
f36acfd9
EZ
63332008-10-17 Eli Zaretskii <eliz@gnu.org>
6334
6335 * os.texi (Startup Summary): Document `before-init-time' and
6336 `after-init-time'. Document `initial-window-system' and
6337 `window-system-initialization-alist'. Document reading the
6338 abbrevs file. Document the call to `server-start' under --daemon.
6339 Rearrange a bit to be consistent with the code flow.
53728487
EZ
6340 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6341 (Time Parsing): Document `format-seconds'.
f36acfd9 6342
96995b89
MR
63432008-10-17 Martin Rudalics <rudalics@gmx.at>
6344
6345 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6346 and reword.
6347
2de17c73
EZ
63482008-10-16 Eli Zaretskii <eliz@gnu.org>
6349
6350 * markers.texi (The Mark): Document use-region-p.
6351
9cf52b11
EZ
63522008-10-15 Eli Zaretskii <eliz@gnu.org>
6353
c3aaf1d7
EZ
6354 * internals.texi (Writing Emacs Primitives): The interactive spec
6355 of a primitive can be a Lisp form.
6356
841a1743
EZ
6357 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6358 values of transient-mark-mode. Document handle-shift-selection.
6359
6360 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6361 (Interactive Examples): Show an example of `^'.
6362 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
6363 (Defining Commands, Using Interactive): The interactive-form of a
6364 function can be added via its symbol's property.
841a1743 6365
52441368
EZ
6366 * positions.texi (List Motion): beginning-of-defun-function can
6367 now accept an argument.
6368
8e8c1a72
EZ
6369 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6370 now return a list of strings.
6371
a33a1f2a
EZ
6372 * control.texi (Handling Errors): Document ignore-errors.
6373
4fb04348
EZ
6374 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6375 (Parameter Access): Document set-frame-parameter.
6376
ee666f84
EZ
6377 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6378 Hooks" for the effect of kill-all-local-variables on local hook
6379 functions.
6380
9cf52b11
EZ
6381 * modes.texi (Major Mode Conventions, Mode Line Variables):
6382 `mode-name' need not be a string. xref to "Mode Line Data" for
6383 details, and to "Emulating Mode Line" for computing a string
6384 value.
6385
22526bc4
EZ
63862008-10-14 Eli Zaretskii <eliz@gnu.org>
6387
a65f6a85
EZ
6388 * processes.texi (System Processes): New section.
6389 (Processes, Signals to Processes): Add xrefs to it.
6390
6391 * objects.texi (Editing Types): A `process' is a subprocess of
6392 Emacs, not just any process running on the OS.
6393
6394 * elisp.texi (Top): Adjust the @detailmenu for the above two
6395 changes.
6396
2724b26a
EZ
6397 * sequences.texi (Char-Tables): Remove documentation of
6398 set-char-table-default, which has no effect since Emacs 23.
6399 <char-table-range, set-char-table-range>: Don't mention generic
6400 characters and charsets. Add a cons cell as a possible argument.
6401
6402 * nonascii.texi (Splitting Characters)
6403 (Translation of Characters): Don't mention generic characters.
6404
6405 * display.texi (Fontsets): Don't mention generic characters.
6406
22526bc4 6407 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 6408 argument FUNCTION with a cons cell as KEY.
22526bc4 6409
eaf4b689
EZ
64102008-10-13 Eli Zaretskii <eliz@gnu.org>
6411
45e46036
EZ
6412 * objects.texi (Primitive Function Type): Move "@cindex special
6413 forms" from here...
6414
6415 * eval.texi (Special Forms): ...to here.
6416
6417 * functions.texi (What Is a Function): `functionp' returns nil for
6418 special forms. Add an xref.
6419
eaf4b689
EZ
6420 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6421 Variables".
6422
6423 * variables.texi (Frame-Local Variables): New section.
6424 (Buffer-Local Variables): Add an xref to it.
6425 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6426 have both frame-local and buffer-local binding.
6427
6428 * frames.texi (Frames): Mention multiple tty frames.
6429 (Frame Parameters, Parameter Access): Mention frame-local variable
6430 bindings.
6431
15688fce
GM
64322008-09-20 Glenn Morris <rgm@gnu.org>
6433
6434 * display.texi (Defining Faces): Recommend against face variables.
6435
35539065
JB
64362008-09-16 Juanma Barranquero <lekktu@gmail.com>
6437
6438 * display.texi (Echo Area Customization): Fix typo.
6439
6a57054b
JB
64402008-09-09 Juanma Barranquero <lekktu@gmail.com>
6441
6442 * loading.texi (Where Defined): Add `defface' item.
6443
d632fb82
MR
64442008-09-06 Martin Rudalics <rudalics@gmx.at>
6445
6446 * loading.texi (Where Defined): Fix description of symbol-file.
6447
905a9adb
JR
64482008-08-26 Jason Rumney <jasonr@gnu.org>
6449
6450 * display.texi (TIFF Images): New section describing :index property.
6451
852e91b7
CY
64522008-08-23 Chong Yidong <cyd@stupidchicken.com>
6453
6454 * display.texi (Temporary Displays): Remove unnecessary comment
6455 about usage of temp-buffer-show-hook.
6456
6be001ee
CY
64572008-08-05 Chong Yidong <cyd@stupidchicken.com>
6458
6459 * symbols.texi (Other Plists): Fix incorrect example.
6460 Suggested by Florian Beck.
6461
58e3d8e8
JB
64622008-07-31 Juanma Barranquero <lekktu@gmail.com>
6463
6464 * os.texi: Fix previous change.
6465
7c2fb837
DN
64662008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6467
6468 * os.texi:
6469 * intro.texi:
6470 * files.texi: Remove VMS support.
6471
9e2a2647
DN
64722008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6473
6474 * os.texi:
6475 * frames.texi:
6476 * display.texi: Remove mentions of Mac Carbon.
6477
c4f4682b
MB
64782008-07-01 Miles Bader <miles@gnu.org>
6479
6480 * text.texi (Special Properties):
6481 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6482
3696411e
JB
64832008-06-28 Johan Bockgård <bojohan@gnu.org>
6484
6485 * display.texi (Other Image Types): Fix copy/paste error; say
6486 "PBM", not "XBM".
6487
f2a77c3a
DN
64882008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6489
6490 * os.texi: Remove references to obsolete systems.
6491
6d52677d
EZ
64922008-06-20 Eli Zaretskii <eliz@gnu.org>
6493
6494 * makefile.w32-in (distclean): Remove makefile.
6495
1a87da4c
GM
64962008-06-17 Glenn Morris <rgm@gnu.org>
6497
6498 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6499 (elisp, dist): Remove rules and variables that are obsolete now
6500 the lisp manual is no longer distributed separately.
6501
fdda1c5d
GM
65022008-06-16 Glenn Morris <rgm@gnu.org>
6503
646692e9
GM
6504 * configure, configure.in, mkinstalldirs: Remove unused files.
6505
6506 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 6507 * vol1.texi (EMACSVER):
6a57054b 6508 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
6509
6510 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6511 as per maintain.info.
6512
611bee81
GM
65132008-06-15 Glenn Morris <rgm@gnu.org>
6514
a7bed3a0
GM
6515 * makefile.w32-in (manual): Use "23" rather than "21".
6516
6517 * Makefile.in (emacsver): New, set by configure.
6518 (manual): Use emacsver.
6519
d794edf2
GM
6520 * intro.texi: Report bugs using M-x report-emacs-bug.
6521
611bee81
GM
6522 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6523
c73e02fa
GM
65242008-06-13 Daniel Engeler <engeler@gmail.com>
6525
6526 * elisp.texi, internals.texi, processes.texi: Add documentation
6527 about serial port access.
6528
e40a85cd
MB
65292008-06-05 Miles Bader <miles@gnu.org>
6530
6531 * display.texi (Displaying Faces): Update to reflect function
6532 renamings in face-remap.el.
6533
7b753744
JB
65342008-06-05 Juanma Barranquero <lekktu@gmail.com>
6535
6536 * display.texi (Fontsets): Fix typos.
6537
9d3d42fb
MB
65382008-06-03 Miles Bader <miles@gnu.org>
6539
7b753744
JB
6540 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6541 remove-relative-face-remapping, set-base-face-remapping,
6542 and set-default-base-face-remapping.
9d3d42fb 6543
f2cec7a9
MB
65442008-06-01 Miles Bader <miles@gnu.org>
6545
6546 * display.texi (Displaying Faces): Add face-remapping-alist.
6547
8f39c96d
SM
65482008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6549
6550 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6551 variable names.
6552
1ef5eecc
ER
65532008-05-03 Eric S. Raymond <esr@golux>
6554
352c8b4a 6555 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
6556 (current-global-map) return references, not copies.
6557
63b4387f
JL
65582008-05-02 Juri Linkov <juri@jurta.org>
6559
6560 * minibuf.texi (Text from Minibuffer): Document a list of
6561 default values for `read-from-minibuffer'.
6562
38a8b703
JB
65632008-04-24 Juanma Barranquero <lekktu@gmail.com>
6564
6565 * nonascii.texi (Translation of Characters): Fix previous change.
6566
7c42e639
CY
65672008-04-20 Chong Yidong <cyd@stupidchicken.com>
6568
6569 * display.texi (Overlay Properties): Clarify role of underlying
6570 textprop and overlay keymaps for display strings.
6571
6572 * keymaps.texi (Active Keymaps): Ditto.
6573
25c0d999
SM
65742008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * minibuf.texi (Programmed Completion):
6577 Replace dynamic-completion-table with the new completion-table-dynamic.
6578
e3af5968
CY
65792008-04-07 Chong Yidong <cyd@stupidchicken.com>
6580
6581 * intro.texi (Some Terms): Change "fonts in this manual" index
6582 entry to "typographic conventions".
6583
6bfc8698
EZ
65842008-04-05 Eli Zaretskii <eliz@gnu.org>
6585
6586 * objects.texi (Text Props and Strings): Add indexing for read
6587 syntax of text properties.
6588
4972c361
SM
65892008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 * processes.texi (Decoding Output): Remove process-filter-multibyte
6592 functions.
6593
c70a68db
MR
65942008-03-15 Martin Rudalics <rudalics@gmx.at>
6595
6596 * display.texi (Finding Overlays): Say that empty overlays at
6597 the end of the buffer are reported too.
6598
1291fd36
GM
65992008-03-13 Glenn Morris <rgm@gnu.org>
6600
6601 * elisp.texi (EMACSVER): Set to 23.0.60.
6602
c6b0dfd5
CY
66032008-02-26 Chong Yidong <cyd@stupidchicken.com>
6604
38a8b703 6605 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 6606
875fc30c
GM
66072008-02-22 Glenn Morris <rgm@gnu.org>
6608
6609 * frames.texi (Position Parameters): Clarify the description of
6610 `left' and `top', using information from "Geometry".
6611 (Geometry): Give a pointer to "Position Parameters", rather than
6612 repeating information.
6613
d8c8e45a
GM
66142008-02-11 Glenn Morris <rgm@gnu.org>
6615
6616 * objects.texi (Equality Predicates): No longer talk about "two"
6617 functions.
6618
38a8b703 66192008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
6620
6621 * objects.texi (Equality Predicates): Add defun for
6622 equal-including-properties.
6623
bfffe0b1
GM
66242008-02-10 Glenn Morris <rgm@gnu.org>
6625
6626 * objects.texi (Equality Predicates):
6627 Mention equal-including-properties.
6628
431b78c9
RS
66292008-02-07 Richard Stallman <rms@gnu.org>
6630
6631 * windows.texi (Window Start): Mention the feature of moving
6632 window-start to start of line.
6633
c8763fb6 66342008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
6635
6636 * keymaps.texi (Tool Bar): Document rtl property.
6637
1a256502
TTN
66382008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6639
6640 * display.texi (Button Types):
6641 For define-button-type, clarify type of NAME.
6642
569382c2
MR
66432008-01-19 Martin Rudalics <rudalics@gmx.at>
6644
6645 * buffers.texi (Buffer Modification): Fix typo.
6646
f3041af1
DN
66472008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6648
6649 * os.texi (System Environment): Remove references to OSes that are
6650 not supported anymore.
6651
d35e1cd7
DN
66522008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6653
6654 * os.texi (System Environment): Remove mention for Masscomp.
6655
23af7580
RS
66562008-01-04 Richard Stallman <rms@gnu.org>
6657
6658 * display.texi (Faces): Don't talk about internal face vector as arg
6659 to facep.
6660
6661 * customize.texi (Type Keywords): Fix previous change.
6662
6663 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
6664 * elisp.texi (Top): Fix menu for commands.texi change.
6665
ec7d5b1e
RS
66662007-12-30 Richard Stallman <rms@gnu.org>
6667
5dcb4c4e 6668 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
6669 (Accessing Scroll): New node broken out of Accessing Mouse.
6670
101a6cea
RS
66712007-12-28 Richard Stallman <rms@gnu.org>
6672
6673 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 6674 (Basic Parameters): For `title', refer to title bar.
041817a4 6675 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 6676
72b7e664
RS
66772007-12-23 Richard Stallman <rms@gnu.org>
6678
6679 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
6680 Improve some of the commented-out keywords' text too.
6681
27a4f445
MR
66822007-12-14 Martin Rudalics <rudalics@gmx.at>
6683
e2e3f1d7
MR
6684 * nonascii.texi (Encoding and I/O): Reword to avoid saying
6685 "visit the current buffer".
6686
27a4f445
MR
6687 * os.texi (System Interface): Fix typo.
6688
a2afc99d
RS
66892007-12-04 Richard Stallman <rms@gnu.org>
6690
6691 * objects.texi (Symbol Type): Fix typo.
6692
b694135c
RS
66932007-12-03 Richard Stallman <rms@gnu.org>
6694
6695 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
6696
f99a19da
GM
66972007-12-01 Glenn Morris <rgm@gnu.org>
6698
6699 * functions.texi (Declaring Functions): Improve previous change.
6700
8f4b37d8
GM
67012007-11-30 Glenn Morris <rgm@gnu.org>
6702
6703 * functions.texi (Declaring Functions): Add optional fourth
6704 argument of declare-function, and setting third argument to `t'.
6705
61a2fe01
RS
67062007-11-29 Richard Stallman <rms@gnu.org>
6707
6708 * customize.texi (Composite Types): Document `group' type.
6709
cbfc5193
GM
67102007-11-29 Glenn Morris <rgm@gnu.org>
6711
5dcb4c4e
SM
6712 * functions.texi (Declaring Functions): Add findex.
6713 Mention `external' files.
cbfc5193 6714
8386283a
JB
67152007-11-26 Juanma Barranquero <lekktu@gmail.com>
6716
6717 * functions.texi (Declaring Functions): Fix directive.
6718
a07c9a8b
RS
67192007-11-25 Richard Stallman <rms@gnu.org>
6720
6721 * help.texi (Help Functions): Clean up last change.
6722
6723 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
6724
6725 * loading.texi (Named Features): Minor cleanup.
6726
6727 * macros.texi (Eval During Expansion): Minor cleanup.
6728
6729 * variables.texi (Variable Aliases): Minor cleanup.
6730
a0925923
RS
67312007-11-24 Richard Stallman <rms@gnu.org>
6732
6733 * functions.texi (Declaring Functions): Clarify previous change.
6734
6735 * compile.texi (Compiler Errors): Clarify previous change.
6736
20c63e44
RS
67372007-11-24 Richard Stallman <rms@gnu.org>
6738
e5e76c04 6739 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
6740 Clarify the text and move items around.
6741
5bb0cda3
GM
67422007-11-24 Glenn Morris <rgm@gnu.org>
6743
6744 * functions.texi (Declaring Functions): New section.
6745 * compile.texi (Compiler Errors): Mention declaring functions,
6746 defvar with no initvalue, and byte-compile-warnings.
6747
af13c86a
MR
67482007-11-15 Martin Rudalics <rudalics@gmx.at>
6749
6750 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
6751 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
6752
a5373305
MR
67532007-11-13 Martin Rudalics <rudalics@gmx.at>
6754
6755 * help.texi (Help Functions): Document new macro `with-help-window'.
6756
fe284805
JL
67572007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
6758
6759 * searching.texi (Replacing Match): Describe new
6760 `match-substitute-replacement'.
6761
2c3a09b1
RS
67622007-10-31 Richard Stallman <rms@gnu.org>
6763
6764 * strings.texi (Creating Strings): Null strings from concat not unique.
6765
f2b480f4
RS
67662007-10-26 Richard Stallman <rms@gnu.org>
6767
6768 * objects.texi (Equality Predicates): Null strings are uniquified.
6769
6770 * minibuf.texi: Minor clarifications in previous change.
6771
db21122c
GM
67722007-10-25 Glenn Morris <rgm@gnu.org>
6773
6774 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
6775
2328cbb3
RS
67762007-10-24 Richard Stallman <rms@gnu.org>
6777
6778 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
6779
6780 * variables.texi (Frame-Local Variables): Node deleted.
6781 (Variables): Delete Frame-Local Variables from menu.
6782 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
6783 (Default Value): Don't mention frame-local vars.
6784
6785 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
6786
6787 * loading.texi (Unloading): Document FEATURE-unload-function
6788 instead of FEATURE-unload-hook.
6789
2328cbb3
RS
6790 * frames.texi (Multiple Displays): Don't mention frame-local vars.
6791
c066bafa
JL
67922007-10-22 Juri Linkov <juri@jurta.org>
6793
6794 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
6795 (High-Level Completion): Document a list of default value strings
6796 in the DEFAULT argument, for which minibuffer functions return the
6797 first element.
6798
65ced25f
JL
67992007-10-17 Juri Linkov <juri@jurta.org>
6800
6801 * text.texi (Filling): Update arguments of fill-paragraph.
6802 fill-paragraph operates on the active region in Transient Mark mode.
6803 Remove fill-paragraph-or-region.
6804
ee46ec8e
KB
68052007-10-13 Karl Berry <karl@gnu.org>
6806
6807 * elisp.texi (@dircategory): Move to after @copying,
6808 since we want @copying as close as possible to the beginning of
6809 the output.
6810
61bbdbc6
RS
68112007-10-12 Richard Stallman <rms@gnu.org>
6812
6813 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
6814
6815 * commands.texi (Distinguish Interactive): New node,
6816 broken out from Interactive Call and rewritten.
6817 (Command Loop): Put Distinguish Interactive in menu.
6818
af23e1e8
RS
68192007-10-09 Richard Stallman <rms@gnu.org>
6820
6821 * text.texi (Examining Properties): Mention overlay priority.
6822
6823 * display.texi (Display Margins): Correct the description
6824 of margin display specifications.
6825 (Replacing Specs): New subnode broken out of Display Property.
6826
e1965a69
JL
68272007-10-06 Juri Linkov <juri@jurta.org>
6828
6829 * text.texi (Filling): Document fill-paragraph-or-region.
6830
4638454b
JB
68312007-10-05 Juanma Barranquero <lekktu@gmail.com>
6832
6833 * display.texi (Auto Faces): Fix typo.
6834
7ed54cc5
RS
68352007-10-02 Richard Stallman <rms@gnu.org>
6836
6837 * display.texi (Display Property): Explain some display specs
6838 don't let you move point in.
6839
5dcb4c4e
SM
6840 * frames.texi (Cursor Parameters):
6841 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
6842
6843 * windows.texi (Basic Windows): Don't describe
6844 cursor-in-non-selected-windows here.
6845
305a7ef2
EZ
68462007-10-01 Eli Zaretskii <eliz@gnu.org>
6847
6848 * processes.texi (Misc Network): Note that these functions are
6849 supported only on some systems.
6850
f7a7f4eb
RS
68512007-10-01 Richard Stallman <rms@gnu.org>
6852
6853 * display.texi (Overlay Properties): Explain nil as priority.
6854 Explain that conflicts are unpredictable if not resolved by
6855 priorities.
6856
780d7bb9
RS
68572007-09-23 Richard Stallman <rms@gnu.org>
6858
6859 * macros.texi (Backquote): Minor clarification.
6860
14b4fdfb
RS
68612007-09-19 Richard Stallman <rms@gnu.org>
6862
6863 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
6864 Clarify when they work in parallel and when one overrides.
6865 Fix error in example.
14b4fdfb 6866
b8d4c8d0
GM
68672007-09-06 Glenn Morris <rgm@gnu.org>
6868
b3e755a9 6869 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
6870 commands to use ../../info.
6871 * Makefile.in (infodir): Go up one more level.
4638454b 6872 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
6873 (miscmanualdir): New.
6874 (dist): Use new variable miscmanualdir.
6875 * makefile.w32-in (infodir, texinputdir): Go up one more level.
6876 (usermanualdir): Change from ../man to ../emacs.
6877
1bb1f7d3
MR
68782007-08-30 Martin Rudalics <rudalics@gmx.at>
6879
6880 * commands.texi (Command Loop Info): Advise against changing
6881 most variables described here. Explain new variable
6882 last-repeatable-command.
6883
b8d4c8d0
GM
68842007-08-29 Glenn Morris <rgm@gnu.org>
6885
6886 * elisp.texi (EMACSVER): Increase to 23.0.50.
6887
68882007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6889
6890 * frames.texi (Basic Parameters): Add display-environment-variable
6891 and term-environment-variable.
6892
68932007-08-28 Juri Linkov <juri@jurta.org>
6894
6895 * display.texi (Image Formats, Other Image Types): Add SVG.
6896
68972007-08-28 Juri Linkov <juri@jurta.org>
6898
6899 * display.texi (Images): Move formats-related text to new node
6900 "Image Formats".
6901 (Image Formats): New node.
6902
619fb9ee
RS
69032007-08-27 Richard Stallman <rms@gnu.org>
6904
6905 * windows.texi (Window Configurations): Clarify what
6906 a window configuration saves.
6907
b8d4c8d0
GM
69082007-08-25 Richard Stallman <rms@gnu.org>
6909
6910 * display.texi (Images): Delete redundant @findex.
6911
39f9da30
GM
69122007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6913
6914 * text.texi (Change Hooks): (after|before)-change-functions are no
6915 longer bound to nil while running; rather inhibit-modification-hooks
6916 is t.
6917
b8d4c8d0
GM
69182007-08-16 Richard Stallman <rms@gnu.org>
6919
5dcb4c4e
SM
6920 * processes.texi (Asynchronous Processes):
6921 Clarify doc of start-file-process.
b8d4c8d0
GM
6922
69232007-08-08 Martin Rudalics <rudalics@gmx.at>
6924
6925 * modes.texi (Example Major Modes): Fix typo.
6926
69272007-08-08 Glenn Morris <rgm@gnu.org>
6928
6929 * intro.texi (nil and t): Do not use `iff' in documentation.
6930
6931 * tips.texi (Documentation Tips): Recommend against `iff'.
6932
69332007-08-07 Chong Yidong <cyd@stupidchicken.com>
6934
6935 * display.texi (Image Cache): Document image-refresh.
6936
69372007-08-06 Martin Rudalics <rudalics@gmx.at>
6938
6939 * windows.texi (Size of Window): Document window-full-width-p.
6940
69412007-07-25 Glenn Morris <rgm@gnu.org>
6942
6943 * gpl.texi (GPL): Replace license with GPLv3.
6944
6945 * Relicense all FSF files to GPLv3 or later.
6946
69472007-07-24 Michael Albinus <michael.albinus@gmx.de>
6948
4638454b
JB
6949 * processes.texi (Synchronous Processes):
6950 Add `process-file-shell-command'.
b8d4c8d0
GM
6951 (Asynchronous Processes): Mention restricted use of
6952 `process-filter' and `process-sentinel' in
6953 `start-file-process'. Add `start-file-process-shell-command'.
6954
69552007-07-17 Michael Albinus <michael.albinus@gmx.de>
6956
6957 * files.texi (Magic File Names): Introduce optional parameter
6958 IDENTIFICATION for `file-remote-p'.
6959
69602007-07-16 Richard Stallman <rms@gnu.org>
6961
6962 * display.texi (Defining Faces): Fix previous change.
6963
69642007-07-14 Richard Stallman <rms@gnu.org>
6965
6966 * control.texi (Handling Errors): Document `debug' in handler list.
6967
69682007-07-10 Richard Stallman <rms@gnu.org>
6969
6970 * display.texi (Defining Faces): Explain C-M-x feature for defface.
6971
69722007-07-09 Richard Stallman <rms@gnu.org>
6973
6974 * files.texi (Magic File Names): Rewrite previous change.
6975
69762007-07-08 Michael Albinus <michael.albinus@gmx.de>
6977
6978 * files.texi (Magic File Names): Introduce optional parameter
6979 CONNECTED for `file-remote-p'.
6980
69812007-07-07 Michael Albinus <michael.albinus@gmx.de>
6982
6983 * processes.texi (Asynchronous Processes):
6984 * files.texi (Magic File Names): Add `start-file-process'.
6985
69862007-06-27 Richard Stallman <rms@gnu.org>
6987
5dcb4c4e
SM
6988 * files.texi (Format Conversion Piecemeal):
6989 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
6990
69912007-06-27 Michael Albinus <michael.albinus@gmx.de>
6992
4638454b
JB
6993 * files.texi (Magic File Names): Remove `dired-call-process'.
6994 Add `process-file'.
b8d4c8d0
GM
6995
69962007-06-27 Kenichi Handa <handa@m17n.org>
6997
6998 * text.texi (Special Properties): Fix description about
4638454b 6999 `composition' property.
b8d4c8d0
GM
7000
70012007-06-26 Kenichi Handa <handa@m17n.org>
7002
7003 * nonascii.texi (Default Coding Systems): Document about the
7004 return value `undecided'.
7005
70062007-06-25 David Kastrup <dak@gnu.org>
7007
7008 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7009 `current-active-maps'.
7010
70112007-06-24 Karl Berry <karl@gnu.org>
7012
4638454b 7013 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
7014
70152007-06-15 Juanma Barranquero <lekktu@gmail.com>
7016
7017 * display.texi (Overlay Arrow): Doc fix.
7018
70192007-06-14 Karl Berry <karl@tug.org>
7020
7021 * anti.texi (Antinews): Typo.
7022
70232007-06-14 Chong Yidong <cyd@stupidchicken.com>
7024
7025 * display.texi (Image Cache): Document image-refresh.
7026
70272007-06-12 Karl Berry <karl@gnu.org>
7028
7029 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7030 * two-volume.make: New file.
7031 * .cvsignore: Ignore two-volume files.
7032
70332007-06-12 Tom Tromey <tromey@redhat.com>
7034
7035 * os.texi (Init File): Document user-emacs-directory.
7036
70372007-06-03 Nick Roberts <nickrob@snap.net.nz>
7038
7039 * commands.texi (Click Events): Describe width and height when
7040 object is nil.
7041
70422007-05-30 Nick Roberts <nickrob@snap.net.nz>
7043
5dcb4c4e
SM
7044 * commands.texi (Click Events): Layout more logically.
7045 Describe width and height.
b8d4c8d0
GM
7046 (Drag Events, Motion Events): Update to new format for position.
7047
70482007-06-02 Richard Stallman <rms@gnu.org>
7049
7050 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7051
70522007-06-02 Chong Yidong <cyd@stupidchicken.com>
7053
7054 * Version 22.1 released.
7055
70562007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * text.texi (Special Properties): Correct meaning of fontified face.
7059
70602007-05-30 Richard Stallman <rms@gnu.org>
7061
7062 * text.texi (Special Properties): Add link to Adjusting Point.
7063
70642007-05-12 Richard Stallman <rms@gnu.org>
7065
7066 * text.texi (Margins): indent-to-left-margin is not the default.
7067 (Mode-Specific Indent): For indent-line-function, the default
7068 is indent-relative.
7069
7070 * modes.texi (Example Major Modes): Explain last line of text-mode
7071 is redundant.
7072
70732007-05-10 Richard Stallman <rms@gnu.org>
7074
7075 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7076
7077 * help.texi (Keys in Documentation): Add reference to
7078 Documentation Tips.
7079
7080 * files.texi (Format Conversion): TO-FN gets three arguments.
7081
7082 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7083
70842007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7085
7086 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7087 * files.texi (Format Conversion): Expand intro; add menu.
7088 (Format Conversion Overview, Format Conversion Round-Trip)
7089 (Format Conversion Piecemeal): New nodes/subsections.
7090 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7091 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7092 (Saving Properties): Delete node/subsection.
7093
70942007-05-07 Karl Berry <karl@gnu.org>
7095
7096 * elisp.texi (EMACSVER): Back to 22.
7097
70982007-05-06 Richard Stallman <rms@gnu.org>
7099
7100 * processes.texi (Accepting Output): Revert most of previous change.
7101
71022007-05-05 Richard Stallman <rms@gnu.org>
7103
7104 * processes.texi (Accepting Output): accept-process-output
7105 uses microseconds, not milliseconds. But that arg is obsolete.
7106
71072007-05-04 Karl Berry <karl@tug.org>
7108
7109 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7110
71112007-05-04 Eli Zaretskii <eliz@gnu.org>
7112
7113 * tips.texi (Documentation Tips): Rearrange items to place the
7114 more important ones first. Add an index entry for hyperlinks.
7115
71162007-05-03 Karl Berry <karl@gnu.org>
7117
7118 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7119 (EMACSVER) [smallbook]: 22 for printed version.
7120
7121 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7122 so restore anchor to normal position after defun. Found by Kevin Ryde.
7123
71242007-04-26 Glenn Morris <rgm@gnu.org>
7125
7126 * elisp.texi (EMACSVER): Increase to 22.1.50.
7127
71282007-04-28 Karl Berry <karl@gnu.org>
7129
7130 * elisp.texi: Improve line breaks on copyright page,
7131 similar layout to emacs manual, 8.5x11 by default.
7132
71332007-04-24 Richard Stallman <rms@gnu.org>
7134
7135 * text.texi (Special Properties): Add xref to Overlay Properties.
7136
7137 * display.texi (Overlay Properties): Add xref to Special Properties.
7138
71392007-04-22 Richard Stallman <rms@gnu.org>
7140
7141 * keymaps.texi (Extended Menu Items): Move the info about
7142 format with cached keyboard binding.
7143
71442007-04-21 Richard Stallman <rms@gnu.org>
7145
7146 * text.texi (Special Properties): Clarify previous change.
7147
7148 * files.texi (File Name Expansion): Clarify previous change.
7149
7150 * display.texi (Attribute Functions): Fix example for
7151 face-attribute-relative-p.
7152
71532007-04-19 Kenichi Handa <handa@m17n.org>
7154
7155 * text.texi (Special Properties): Document composition property.
7156
71572007-04-19 Glenn Morris <rgm@gnu.org>
7158
7159 * files.texi (File Name Expansion): Mention "superroot".
7160
71612007-04-15 Chong Yidong <cyd@stupidchicken.com>
7162
7163 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7164 setups.
7165 (Display Feature Testing): Note that display refers to all
7166 physical monitors for multi-monitor setups.
7167
71682007-04-14 Richard Stallman <rms@gnu.org>
7169
7170 * lists.texi (Sets And Lists): Clarify `delete' examples.
7171 Remove spurious xref to same node.
7172 Clarify xref for add-to-list.
7173
71742007-04-12 Nick Roberts <nickrob@snap.net.nz>
7175
7176 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7177 value of lisp-mode-map.
7178
71792007-04-11 Karl Berry <karl@gnu.org>
7180
7181 * anti.texi (Antinews):
7182 * display.texi (Overlay Properties, Defining Images):
7183 * processes.texi (Synchronous Processes, Sentinels):
7184 * syntax.texi (Syntax Table Internals):
7185 * searching.texi (Regexp Special):
7186 * nonascii.texi (Default Coding Systems):
7187 * text.texi (Special Properties):
7188 * minibuf.texi (Basic Completion): Wording to improve breaks in
7189 8.5x11 format.
7190 * elisp.texi (smallbook): New @set to more easily switch between
7191 smallbook and 8.5x11.
7192
71932007-04-11 Richard Stallman <rms@gnu.org>
7194
7195 * text.texi (Lazy Properties): Minor fix.
7196
71972007-04-08 Karl Berry <karl@gnu.org>
7198
7199 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7200 * macros.texi (Backquote): Downcase Backquote in index entries for
7201 consistency.
7202
72032007-04-08 Richard Stallman <rms@gnu.org>
7204
7205 * text.texi (Adaptive Fill): Just describe default,
7206 don't show it (since it contains non-ASCII chars).
7207
72082007-04-07 Karl Berry <karl@gnu.org>
7209
7210 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7211 adaptive-fill-regexp's value, since they are not in the standard
7212 TeX fonts.
7213
72142007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7215
7216 * display.texi (Defining Faces): Fix example.
7217
72182007-04-07 Karl Berry <karl@gnu.org>
7219
7220 * display.texi (Button Buffer Commands): Improve page break.
7221
72222007-04-07 Richard Stallman <rms@gnu.org>
7223
7224 * advice.texi (Activation of Advice): Remove redundant index entry.
7225
7226 * backups.texi: Improve index entries. Remove redundant ones.
7227
7228 * compile.texi (Byte Compilation): Improve index entry.
7229
7230 * hash.texi (Creating Hash): Improve index entry.
7231
7232 * symbols.texi (Definitions): Improve index entry.
7233
7234 * edebug.texi: Improve index entries. Remove redundant/useless ones.
7235
7236 * maps.texi (Standard Keymaps): Remove useless index entry.
7237
7238 * help.texi (Documentation Basics): Remove redundant index entries.
7239
7240 * customize.texi: Improve index entries.
7241 Remove redundant/useless ones.
7242
7243 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7244
7245 * streams.texi (Output Variables): Improve index entry.
7246
7247 * abbrevs.texi (Abbrevs): Remove useless index entry.
7248
7249 * macros.texi (Expansion): Remove useless index entry.
7250
7251 * text.texi: Improve index entries. Remove redundant/useless ones.
7252 (Text Properties, Examining Properties)
7253 (Special Properties): Use "property category" instead of "category"
7254 to refer to the `category' property.
7255
7256 * positions.texi: Improve index entries. Remove useless one.
7257
7258 * lists.texi: Improve index entries. Remove redundant/useless ones.
7259
7260 * os.texi: Improve index entries.
7261 (Timers): Fix previous change.
7262
7263 * buffers.texi: Improve index entries.
7264 (Modification Time): Get rid of term "obsolete buffer".
7265
7266 * debugging.texi: Improve index entries.
7267 (Test Coverage): Add xref to other test coverage ftr.
7268
7269 * eval.texi: Improve index entry. Remove redundant ones.
7270
7271 * numbers.texi: Improve index entries. Remove redundant/useless ones.
7272
7273 * files.texi: Improve index entries. Remove redundant/useless ones.
7274
7275 * objects.texi: Improve index entries.
7276
7277 * processes.texi: Improve index entries.
7278
7279 * modes.texi: Improve index entry. Remove redundant one.
7280
7281 * nonascii.texi: Improve index entries.
7282
7283 * internals.texi: Improve index entries.
7284
7285 * syntax.texi: Improve index entries.
7286
7287 * keymaps.texi (Active Keymaps): Improve index entries.
7288
7289 * commands.texi: Improve index entries. Remove redundant/useless ones.
7290
7291 * frames.texi: Improve index entries. Remove redundant/useless ones.
7292
7293 * markers.texi: Improve index entries. Remove redundant ones.
7294
7295 * tips.texi: Improve index entries.
7296
7297 * loading.texi (Unloading): Improve index entry.
7298
7299 * variables.texi: Improve index entries. Remove redundant one.
7300
7301 * sequences.texi: Improve index entry.
7302
7303 * display.texi: Improve index entries. Remove redundant ones.
7304
7305 * windows.texi: Improve index entries.
7306
7307 * searching.texi: Improve index entries. Remove redundant one.
7308
7309 * strings.texi (Case Tables): Improve last change.
7310
73112007-04-04 Chong Yidong <cyd@stupidchicken.com>
7312
7313 * strings.texi (Case Tables): Document with-case-table and
7314 ascii-case-table.
7315
73162007-04-03 Karl Berry <karl@gnu.org>
7317
7318 * processes.texi (Network): Reword to improve page break.
7319
73202007-04-03 Eli Zaretskii <eliz@gnu.org>
7321
7322 * functions.texi (Inline Functions): Describe more disadvantages
7323 of defsubst, and make advice against it stronger.
7324
73252007-04-02 Karl Berry <karl@gnu.org>
7326
7327 * backups.texi (Backup Names): Avoid widow words.
7328 * modes.texi (Example Major Modes): Align last comment.
7329
73302007-04-01 Chong Yidong <cyd@stupidchicken.com>
7331
7332 * keymaps.texi (Remapping Commands): Document new arg to
7333 command-remapping.
7334
73352007-04-01 Karl Berry <karl@gnu.org>
7336
7337 * processes.texi (Low-Level Network): Typo.
7338 * loading.texi (Hooks for Loading): Avoid double "the".
7339 * keymaps.texi (Key Sequences): No double "and".
7340 (Changing Key Bindings): Shorten to improve line break.
7341
73422007-03-31 Glenn Morris <rgm@gnu.org>
7343
7344 * os.texi (Timers): Fix description of run-at-time TIME formats.
7345
73462007-03-31 Richard Stallman <rms@gnu.org>
7347
7348 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7349 regarding ellipsis.
7350
73512007-03-31 Eli Zaretskii <eliz@gnu.org>
7352
7353 * intro.texi (nil and t):
7354 * symbols.texi (Plists and Alists):
7355 * variables.texi (Variable Aliases, Constant Variables):
7356 * functions.texi (Defining Functions):
7357 * advice.texi (Advising Primitives):
7358 * debugging.texi (Syntax Errors, Compilation Errors):
7359 * minibuf.texi (Minibuffer Windows):
7360 * commands.texi (Adjusting Point):
7361 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7362 (Auto Major Mode, Major Mode Conventions):
7363 * help.texi (Describing Characters):
7364 * files.texi (Create/Delete Dirs, Information about Files)
7365 (File Locks, Writing to Files, Reading from Files)
7366 (Saving Buffers):
7367 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7368 * frames.texi (Finding All Frames):
7369 * positions.texi (Buffer End, Motion):
7370 * markers.texi (The Region):
7371 * text.texi (Deletion, Near Point):
7372 * display.texi (Displaying Messages, Truncation):
7373 * os.texi (Processor Run Time):
7374 * tips.texi (Key Binding Conventions, Programming Tips)
7375 (Warning Tips, Documentation Tips, Comment Tips):
7376 * internals.texi (Memory Usage): Improve indexing.
7377
7378 * variables.texi (Frame-Local Variables):
7379 * functions.texi (Argument List):
7380 * loading.texi (Library Search):
7381 * streams.texi (Output Variables):
7382 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7383 * searching.texi (Replacing Match, Search and Replace):
7384 * processes.texi (Byte Packing, Decoding Output)
7385 (Accepting Output, Network Servers, Shell Arguments):
7386 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7387 * windows.texi (Window Point, Window Start):
7388 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7389 * commands.texi (Reading Input, Keyboard Events):
7390 * minibuf.texi (Reading File Names, Minibuffer Completion)
7391 (Recursive Mini):
7392 * positions.texi (List Motion):
7393 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7394 * numbers.texi (Arithmetic Operations, Math Functions)
35e951cd 7395 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
b8d4c8d0
GM
7396 * locals.texi (Standard Buffer-Local Variables):
7397 * maps.texi (Standard Keymaps):
7398 * os.texi (User Identification, System Environment, Recording Input)
7399 (X11 Keysyms):
7400 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7401 * backups.texi (Backups and Auto-Saving):
7402 * customize.texi (Customization, Group Definitions)
7403 (Variable Definitions):
7404 * compile.texi (Byte Compilation): Improve index entries.
7405
74062007-03-31 Karl Berry <karl@gnu.org>
7407
7408 * macros.texi (Defining Macros): Avoid widow syllable.
7409
74102007-03-31 Eli Zaretskii <eliz@gnu.org>
7411
7412 * elisp.texi (Top): Postscript -> PostScript.
7413
7414 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7415
74162007-03-31 Markus Triska <markus.triska@gmx.at>
7417
7418 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7419
74202007-03-30 Karl Berry <karl@gnu.org>
7421
7422 * lists.texi (List-related Predicates): Remove spurious @need.
7423 (Setcdr): Use @smallexample to improve page break.
7424 (Association Lists) <assoc>: Reword to improve page break.
7425
7426 * strings.texi (String Conversion): Insert blank line to improve
7427 page break.
7428
7429 * numbers.texi (Random Numbers): Use @minus{}.
7430 (Math Functions): Use @minus{}.
7431
7432 * intro.texi (Acknowledgements): Avoid line breaks before middle
7433 initials.
7434
74352007-03-24 Eli Zaretskii <eliz@gnu.org>
7436
7437 * errors.texi (Standard Errors): Add an index entry.
7438
74392007-03-19 Richard Stallman <rms@gnu.org>
7440
7441 * os.texi (Recording Input): recent-keys now gives 300 keys.
7442
74432007-03-12 Glenn Morris <rgm@gnu.org>
7444
7445 * os.texi: Replace "daylight savings" with "daylight saving"
7446 throughout.
7447
74482007-03-05 Richard Stallman <rms@gnu.org>
7449
5dcb4c4e
SM
7450 * variables.texi (File Local Variables):
7451 Update enable-local-variables values.
b8d4c8d0
GM
7452
74532007-03-04 Richard Stallman <rms@gnu.org>
7454
7455 * syntax.texi (Control Parsing): Minor clarification.
7456
7457 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7458
7459 * sequences.texi (Sequence Functions): Move string-bytes away,
7460 add xref.
7461
7462 * nonascii.texi (Text Representations): Move string-bytes here.
7463
7464 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7465
7466 * minibuf.texi (Basic Completion): Minor clarification.
7467
7468 * markers.texi (The Mark): Clarify existence vs activation of mark.
7469 Other cleanup.
7470
7471 * display.texi (Finding Overlays): Write better example.
7472
7473 * compile.texi (Eval During Compile): Clarify putting macros
7474 in eval-when-compile.
7475
c5602427 74762007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
7477
7478 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 7479 load-read-function definition doc.
b8d4c8d0
GM
7480
74812007-02-21 Kim F. Storm <storm@cua.dk>
7482
7483 * strings.texi (Text Comparison): Mention that assoc-string
7484 converts symbols to strings before testing.
7485
74862007-02-17 Kim F. Storm <storm@cua.dk>
7487
7488 * processes.texi (Bindat Spec): Vector types can have optional
7489 element type.
7490 (Bindat Examples): Fix example. Add vector with element type.
7491
74922007-02-16 Andreas Schwab <schwab@suse.de>
7493
7494 * strings.texi (Formatting Strings): Document '+' flag.
7495
74962007-02-15 Juanma Barranquero <lekktu@gmail.com>
7497
7498 * strings.texi (Modifying Strings): Clarify that `clear-string'
7499 always converts the string to unibyte.
7500
75012007-02-14 Kim F. Storm <storm@cua.dk>
7502
7503 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7504 Rewrite glyph code description to refer to these functions.
7505 Remove details of encoding face number and char into integer code.
7506
75072007-02-03 Alan Mackenzie <acm@muc.de>
7508
7509 * loading.texi (Hooks for Loading): Make the description of
7510 `eval-after-load' more detailed, and amend the description of
7511 after-load-alist, in accordance with changes from 2006-05.
7512
75132007-02-03 Chong Yidong <cyd@stupidchicken.com>
7514
7515 * modes.texi (Defining Minor Modes): Document that a :require
7516 keyword or similar may be required to make saved customization
7517 variables work.
7518
75192007-02-03 Eli Zaretskii <eliz@gnu.org>
7520
7521 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
7522 Texinfo guidelines and with what texnfo-upd.el expects.
7523 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
7524 parts needed by `texinfo-multiple-files-update'.
7525
75262007-02-02 Eli Zaretskii <eliz@gnu.org>
7527
7528 * elisp.texi (Top): Update the top-level menus.
7529
7530 * syntax.texi (Categories): Add index entries.
7531
75322007-02-01 Juanma Barranquero <lekktu@gmail.com>
7533
7534 * display.texi (Attribute Functions): Fix name and description of
7535 the UNDERLINE arg of `set-face-underline-p'.
7536
75372007-01-29 Eli Zaretskii <eliz@gnu.org>
7538
7539 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7540 Variables", and "Standard Keymaps" to the detailed menu.
7541
7542 * variables.texi (Future Local Variables): Add index entry.
7543
75442007-01-28 Richard Stallman <rms@gnu.org>
7545
7546 * tips.texi (Coding Conventions): Clarify the tip about macros
7547 that define a function or a variable.
7548
7549 * files.texi (File Attributes): UID and GID can be floats.
7550 (Magic File Names): Explain why deferring all operations to
7551 the standard handler does not work.
7552
75532007-01-23 Martin Rudalics <rudalics@gmx.at>
7554
7555 * backups.texi (Reverting): Use "buffer" instead of "file"
7556 when talking about major and minor modes.
7557
75582007-01-21 Richard Stallman <rms@gnu.org>
7559
7560 * help.texi (Documentation): Add xref to Documentation Tips.
7561
75622007-01-14 Juanma Barranquero <lekktu@gmail.com>
7563
7564 * tips.texi (Coding Conventions): Fix typos.
7565
75662007-01-05 Richard Stallman <rms@gnu.org>
7567
7568 * modes.texi (Defining Minor Modes): Fix previous change.
7569
75702007-01-03 Richard Stallman <rms@gnu.org>
7571
7572 * customize.texi (Variable Definitions, Customization Types):
7573 Don't use * in doc string for defcustom.
7574
75752007-01-02 Richard Stallman <rms@gnu.org>
7576
7577 * variables.texi (Variable Aliases): Clarify that aliases vars
7578 always have the same value.
7579
7580 * processes.texi (Bindat Spec): Fix Texinfo usage.
7581
7582 * modes.texi (Defining Minor Modes): Explain effect of command
7583 defined with define-global-minor-mode on new buffers.
7584
75852006-12-30 Kim F. Storm <storm@cua.dk>
7586
7587 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7588 `auto-resize-tool-bars'.
7589
75902006-12-30 Richard Stallman <rms@gnu.org>
7591
7592 * keymaps.texi (Active Keymaps): Fix previous change.
7593
75942006-12-30 Nick Roberts <nickrob@snap.net.nz>
7595
7596 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7597
75982006-12-30 Kim F. Storm <storm@cua.dk>
7599
7600 * processes.texi (Bindat Spec): Clarify using field names in
7601 length specifications.
7602
76032006-12-29 Kim F. Storm <storm@cua.dk>
7604
7605 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7606 Add count and index variables for eval forms in repeat blocks.
7607
76082006-12-24 Richard Stallman <rms@gnu.org>
7609
5dcb4c4e
SM
7610 * customize.texi (Variable Definitions):
7611 Document new name custom-add-frequent-value.
b8d4c8d0
GM
7612
76132006-12-19 Kim F. Storm <storm@cua.dk>
7614
7615 * commands.texi (Misc Events): User signals now result in sigusr1
7616 and sigusr2 events which are handled through special-event-map.
7617 (Special Events): User signals and drag-n-drop are special.
7618
76192006-12-17 Richard Stallman <rms@gnu.org>
7620
7621 * loading.texi (Named Features): Explain subfeatures better.
7622
7623 * customize.texi: Use "option" only for user options.
7624 For the keyword values inside defcustom etc, say "keywords".
7625 For :options value's elements, say "elements".
7626 :group should not be omitted.
7627
7628 * syntax.texi (Parsing Expressions): Split up node.
7629 (Motion via Parsing, Position Parse, Parser State)
7630 (Low-Level Parsing, Control Parsing): New subnodes.
7631 (Parser State): Document syntax-ppss-toplevel-pos.
7632
7633 * positions.texi (List Motion): Punctuation fix.
7634
7635 * files.texi (File Name Completion): Document PREDICATE arg
7636 to file-name-completion.
7637
76382006-12-16 Eli Zaretskii <eliz@gnu.org>
7639
7640 * internals.texi (Building Emacs, Writing Emacs Primitives):
7641 Add index entries.
7642
76432006-12-11 Richard Stallman <rms@gnu.org>
7644
7645 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
7646 affects face menu. Explain how to make it non-nil without enabling
7647 any fontification.
7648
76492006-12-10 Chong Yidong <cyd@stupidchicken.com>
7650
7651 * modes.texi (Font Lock Basics): Document nil value of
7652 font-lock-defaults.
7653
76542006-12-10 Glenn Morris <rgm@gnu.org>
7655
7656 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
7657 value for system-flag argument. Abbrev tables may not be empty
7658 when major modes are loaded.
7659
76602006-12-08 Juanma Barranquero <lekktu@gmail.com>
7661
7662 * makefile.w32-in (maintainer-clean): Partially revert last
7663 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
7664 to protect elisp-covers.texi.
7665
76662006-12-07 Juanma Barranquero <lekktu@gmail.com>
7667
7668 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
7669 Don't remove elisp* info files; they are already deleted by the
7670 `clean' and `distclean' targets, and they are in the $(infodir)
7671 directory, not the current one.
7672
76732006-12-04 Kim F. Storm <storm@cua.dk>
7674
7675 * commands.texi (Misc Events): Update signal events.
7676 (Event Examples): Add signal example.
7677
76782006-11-29 Richard Stallman <rms@gnu.org>
7679
7680 * frames.texi (Visibility of Frames): Explain visible windows
7681 can be covered by others. Add xref for raise-frame.
7682
76832006-11-28 Richard Stallman <rms@gnu.org>
7684
7685 * searching.texi (Regexp Special): Update when ^ is special.
7686
76872006-11-27 Eli Zaretskii <eliz@gnu.org>
7688
7689 * customize.texi (Customization, Common Keywords)
7690 (Group Definitions, Variable Definitions, Composite Types)
7691 (Type Keywords, Customization Types): Add index entries for
7692 various customization keywords.
7693
76942006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7695
7696 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
7697
c8763fb6 76982006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7699
7700 * frames.texi (Window System Selections): Remove clipboard from
7701 description of selection-coding-system.
7702
77032006-11-06 Richard Stallman <rms@gnu.org>
7704
7705 * lists.texi (List Variables): Document COMPARE-FN.
7706
7707 * keymaps.texi: Avoid use of "binding" to mean a relation;
7708 use it only to refer to the meaning associated with a key.
7709 (Keymaps): Change menu node description.
7710
7711 * elisp.texi (Top): Change menu node description.
7712
7713 * display.texi (Managing Overlays): Document overlay-recenter.
7714
77152006-10-29 Chong Yidong <cyd@stupidchicken.com>
7716
7717 * Makefile.in: Use relative paths to avoid advertising filesystem
7718 contents during compilation.
7719
77202006-10-23 Kim F. Storm <storm@cua.dk>
7721
7722 * commands.texi (Event Input Misc): Update unread-command-events.
7723
77242006-10-23 Nick Roberts <nickrob@snap.net.nz>
7725
7726 * lists.texi (Sets And Lists): Fix typos.
7727
77282006-10-18 Juanma Barranquero <lekktu@gmail.com>
7729
7730 * control.texi (Processing of Errors): Use @var for an argument,
7731 not @code.
7732
77332006-10-16 Richard Stallman <rms@gnu.org>
7734
7735 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
7736
7737 * keymaps.texi (Format of Keymaps): Show all the keymap element
7738 patterns that result from menu items.
7739 (Key Lookup): Minor cleanups.
7740
7741 * modes.texi (Precalculated Fontification): Don't say that
7742 not setting font-lock-defaults avoids loading font-lock.
7743
7744 * help.texi (Documentation): Move xref to Emacs Manual here.
7745 (Documentation Basics): From here.
7746 Also doc emacs-lisp-docstring-fill-column.
7747
7748 * elisp.texi: Update version and ISBN.
7749
7750 * commands.texi (Interactive Call): Clarify KEYS arg to
7751 call-interactively is a vector.
7752 (Command Loop Info): Delete anchor in this-command-keys.
7753 Add anchor in this-command-keys-vector.
7754 (Recursive Editing): Document how recursive-edit
7755 handles the current buffer.
7756
77572006-10-13 Chong Yidong <cyd@stupidchicken.com>
7758
7759 * frames.texi (Frame Titles): %c and %l are ignored in
7760 frame-title-format.
7761
77622006-10-11 Richard Stallman <rms@gnu.org>
7763
7764 * keymaps.texi (Key Sequences): Clarify use of kbd.
7765
77662006-10-10 Kim F. Storm <storm@cua.dk>
7767
7768 * lists.texi (Sets And Lists): Add memql.
7769
77702006-10-03 Richard Stallman <rms@gnu.org>
7771
7772 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
7773 Clarify :ascii: and :nonascii:.
7774
77752006-09-29 Juri Linkov <juri@jurta.org>
7776
7777 * modes.texi (%-Constructs): Reorder coding systems in the
7778 documentation of %z to the real order displayed in the modeline.
7779
77802006-09-25 Richard Stallman <rms@gnu.org>
7781
7782 * os.texi (Timers): Describe timer-max-repeats.
7783
77842006-09-25 Chong Yidong <cyd@stupidchicken.com>
7785
7786 * os.texi (Timers): Mention with-local-quit.
7787
77882006-09-24 Richard Stallman <rms@gnu.org>
7789
7790 * searching.texi (Searching and Matching): Mention property search.
7791
7792 * commands.texi (Command Loop Info): Explain how read-event affects
7793 this-command-keys.
7794
77952006-09-20 Richard Stallman <rms@gnu.org>
7796
7797 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
7798
7799 * windows.texi (Window Start): Minor cleanups.
7800
78012006-09-20 Kim F. Storm <storm@cua.dk>
7802
7803 * windows.texi (Window Start): pos-visible-in-window-p allows
7804 specifying t for position to mean "end of window".
7805 Add window-line-height.
7806
7807 * anti.texi (Antinews): Mention window-line-height.
7808
78092006-09-19 David Kastrup <dak@gnu.org>
7810
7811 * keymaps.texi (Searching Keymaps): Small clarification.
7812
78132006-09-18 Richard Stallman <rms@gnu.org>
7814
7815 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
7816 cause keyboard menus.
7817 (Menu Keymaps): Likewise.
7818 (Defining Menus, Keyboard Menus): Clarify.
7819
7820 * text.texi (Fields): Clarify explanation of constrain-to-field.
7821
78222006-09-16 Eli Zaretskii <eliz@gnu.org>
7823
7824 * variables.texi (Tips for Defining): Fix a typo.
7825
78262006-09-15 Richard Stallman <rms@gnu.org>
7827
7828 * keymaps.texi (Remapping Commands, Searching Keymaps)
7829 (Active Keymaps): Clean up previous change.
7830
78312006-09-15 Jay Belanger <belanger@truman.edu>
7832
7833 * gpl.texi: Replace "Library Public License" by "Lesser Public
7834 License" throughout.
7835
78362006-09-15 David Kastrup <dak@gnu.org>
7837
7838 * keymaps.texi (Active Keymaps): Adapt description to use
7839 `get-char-property' instead `get-text-property'. Explain how
7840 mouse events change this. Explain the new optional argument of
7841 `key-binding' and its mouse-dependent lookup.
7842 (Searching Keymaps): Adapt description similarly.
7843 (Remapping Commands): Explain the new optional argument of
7844 `command-remapping'.
7845
78462006-09-14 Richard Stallman <rms@gnu.org>
7847
7848 * keymaps.texi (Searching Keymaps): Clarification.
7849 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
7850
78512006-09-13 Richard Stallman <rms@gnu.org>
7852
7853 * objects.texi (Character Type): Node split.
7854 Add xref to Describing Characters.
7855 (Basic Char Syntax, General Escape Syntax)
7856 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
7857
78582006-09-11 Richard Stallman <rms@gnu.org>
7859
7860 * display.texi (Display Table Format): Wording clarification.
7861 (Glyphs): Clarifications.
7862
78632006-09-10 Chong Yidong <cyd@stupidchicken.com>
7864
7865 * keymaps.texi (Active Keymaps): Mention that key-binding checks
7866 local maps.
7867
78682006-09-10 Kim F. Storm <storm@cua.dk>
7869
7870 * display.texi (Forcing Redisplay): Document return value of
7871 function redisplay.
7872
78732006-09-09 Richard Stallman <rms@gnu.org>
7874
7875 * windows.texi (Window Hooks): Explain limits of
7876 window-scroll-functions.
7877
7878 * display.texi (Fringe Indicators): Update for last change in
7879 indicate-buffer-boundaries.
7880
78812006-09-08 Richard Stallman <rms@gnu.org>
7882
7883 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
7884
78852006-09-06 Kim F. Storm <storm@cua.dk>
7886
7887 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
7888
7889 * windows.texi (Window Start): Update pos-visible-in-window-p.
7890
78912006-09-04 Richard Stallman <rms@gnu.org>
7892
7893 * processes.texi (Accepting Output): Explain SECONDS=0 for
7894 accept-process-output.
7895
7896 * os.texi (Idle Timers): Explain why timer functions should not
7897 loop until (input-pending-p).
7898
78992006-09-02 Eli Zaretskii <eliz@gnu.org>
7900
7901 * makefile.w32-in (usermanualdir): New variable.
7902 (elisp.dvi): Use it.
7903
79042006-09-01 Eli Zaretskii <eliz@gnu.org>
7905
7906 * buffers.texi (Buffer Modification): Fix last change.
7907
79082006-09-01 Chong Yidong <cyd@stupidchicken.com>
7909
5dcb4c4e
SM
7910 * buffers.texi (Buffer Modification):
7911 Document buffer-chars-modified-tick.
b8d4c8d0
GM
7912
79132006-08-31 Richard Stallman <rms@gnu.org>
7914
7915 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
7916
79172006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
7918
7919 * modes.texi (Syntactic Font Lock):
7920 Mention font-lock-syntactic-face-function
7921 instead of specific faces.
7922
79232006-08-29 Chong Yidong <cyd@stupidchicken.com>
7924
7925 * display.texi (Images): Add xrref to display-images-p.
7926
79272006-08-28 Kenichi Handa <handa@m17n.org>
7928
7929 * nonascii.texi (Lisp and Coding Systems): Fix description of
7930 detect-coding-region.
7931
79322006-08-27 Michael Olson <mwolson@gnu.org>
7933
7934 * processes.texi (Transaction Queues): Remove stray quote
7935 character.
7936
79372006-08-25 Richard Stallman <rms@gnu.org>
7938
7939 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
7940 Add xref.
7941
79422006-08-24 Chong Yidong <cyd@stupidchicken.com>
7943
7944 * os.texi (Timers): Avoid waiting inside timers.
7945
79462006-08-21 Lute Kamstra <lute@gnu.org>
7947
7948 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
7949
79502006-08-20 Richard Stallman <rms@gnu.org>
7951
7952 * os.texi (Idle Timers): New node, split out from Timers.
7953 Document current-idle-time.
7954 * commands.texi (Reading One Event): Update xref.
7955 * elisp.texi (Top): Update subnode menu.
7956
79572006-08-16 Richard Stallman <rms@gnu.org>
7958
7959 * keymaps.texi (Extended Menu Items): Show format of cached
7960 bindings in extended menu items.
7961
7962 * customize.texi (Variable Definitions): Explain when the
7963 standard value expression is evaluated.
7964
79652006-08-15 Chong Yidong <cyd@stupidchicken.com>
7966
7967 * commands.texi (Reading One Event): Explain idleness in
7968 `read-event'.
7969
79702006-08-12 Chong Yidong <cyd@stupidchicken.com>
7971
7972 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 7973 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
7974 relevant for Lisp programming.
7975 (Yank Commands): Rewrite introduction.
7976 (Undo): Clarify.
7977 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
7978 (Filling): Remove redundant comment. Clarify return value of
7979 current-justification.
7980 (Margins): Minor clarifications.
7981 (Adaptive Fill): Update default value of adaptive-fill-regexp.
7982 (Sorting): Update definition of sort-lines.
7983 (Columns): Clarify behavior of sort-columns.
7984 (Indent Tabs): Link to Tab Stops in Emacs manual.
7985 (Special Properties): Clarify.
7986 (Clickable Text): Mention Buttons package.
7987
79882006-08-12 Kevin Ryde <user42@zip.com.au>
7989
7990 * os.texi (Time Parsing): Add %z to description of
7991 format-time-string, as per docstring. Add cross reference to
7992 glibc manual for strftime.
7993
79942006-08-08 Richard Stallman <rms@gnu.org>
7995
7996 * modes.texi: Clean up wording in previous change.
7997
79982006-08-07 Chong Yidong <cyd@stupidchicken.com>
7999
8000 * modes.texi (Hooks): Clarify.
8001 (Major Mode Basics): Mention define-derived-mode explicitly.
8002 (Major Mode Conventions): Rebinding RET is OK for some modes.
8003 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 8004 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
8005 (Mode Line Basics): Clarify.
8006 (Mode Line Data): Mention help-echo and local-map in strings.
8007 Explain reason for treatment of non-risky variables.
8008 (Properties in Mode): Clarify.
8009 (Faces for Font Lock): Add font-lock-negation-char-face.
8010
80112006-08-04 Eli Zaretskii <eliz@gnu.org>
8012
8013 * strings.texi (Formatting Strings): Warn against arbitrary
8014 strings as first arg to `format'.
8015
80162006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8017
8018 * text.texi (Clickable Text): Mention `help-echo' text property.
8019 Update intro, examples and associated explanations.
8020
80212006-07-31 Richard Stallman <rms@gnu.org>
8022
8023 * commands.texi: Update xrefs.
8024 (Event Mod): New node, cut out from old Translating Input.
8025
8026 * maps.texi: Update xrefs.
8027
8028 * keymaps.texi (Translation Keymaps): New node.
8029 Update xrefs from Translating Input to Translation Keymaps.
8030
8031 * elisp.texi (Top): Update subnode menu.
8032
8033 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8034
8035 * os.texi (System Interface): Fix menu descriptions of some nodes.
8036 (Translating Input): Node deleted.
8037
80382006-07-31 Nick Roberts <nickrob@snap.net.nz>
8039
8040 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8041
8042 * lists.texi (Sets And Lists): Likewise.
8043
80442006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8045
8046 * text.texi (Fields): Mention POS
8047 requirement when narrowing is in effect.
8048
80492006-07-28 Richard Stallman <rms@gnu.org>
8050
8051 * display.texi (Face Attributes): Simplify wording.
8052 (Attribute Functions): Clarify meaning of new-frame default
8053 attribute settings.
8054
8055 * customize.texi (Common Keywords): Document how to use
8056 :package-version in a package not in Emacs.
8057
80582006-07-28 Kim F. Storm <storm@cua.dk>
8059
8060 * commands.texi (Reading One Event): Fix last change.
8061
80622006-07-26 Chong Yidong <cyd@stupidchicken.com>
8063
8064 * commands.texi (Reading One Event): Document SECONDS argument for
8065 read-event, read-char, and read-char-exclusive.
8066
80672006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8068
8069 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8070 to ensure correct identification.
8071
80722006-07-24 Richard Stallman <rms@gnu.org>
8073
8074 * text.texi (Clickable Text): Clarify.
8075
8076 * sequences.texi (Vector Functions): Delete duplicate xref.
8077
8078 * objects.texi (Function Type): Clarify.
8079
8080 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8081 modes.
8082
8083 * lists.texi (List Variables): New node.
8084 Material moved from other nodes.
8085
8086 * variables.texi (Setting Variables): add-to-list and
8087 add-to-ordered-list moved to List Variables node.
8088
80892006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8090
8091 * text.texi (Links and Mouse-1):
8092 For mouse-on-link-p, expand on arg POS.
8093
80942006-07-21 Kim F. Storm <storm@cua.dk>
8095
8096 * display.texi (Forcing Redisplay): Don't mention systems which
8097 don't support sub-second timers for redisplay-preemption-period.
8098
8099 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8100
81012006-07-21 Eli Zaretskii <eliz@gnu.org>
8102
8103 * frames.texi (Input Focus): Document that focus-follows-mouse has
8104 no effect on MS-Windows.
8105
81062006-07-18 Richard Stallman <rms@gnu.org>
8107
8108 * display.texi (Forcing Redisplay): Cleanups in previous change.
8109
8110 * processes.texi (Low-Level Network): Make menu more convenient.
8111
81122006-07-18 Kim F. Storm <storm@cua.dk>
8113
8114 * display.texi (Forcing Redisplay): redisplay-preemption-period
8115 only used on window systems. Add xref to Terminal Output.
8116
8117 * os.texi (Terminal Output): baud-rate only controls preemption on
8118 non-window systems. Add xref to Forcing Redisplay.
8119
8120 * processes.texi (Low-Level Network): Rename node "Make Network"
8121 to "Network Processes".
8122
81232006-07-18 Karl Berry <karl@gnu.org>
8124
8125 * variables.texi, functions.texi, customize.texi, loading.texi:
8126 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8127
81282006-07-17 Chong Yidong <cyd@stupidchicken.com>
8129
8130 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8131
81322006-07-17 Richard Stallman <rms@gnu.org>
8133
8134 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8135 Put period and comma inside quotes.
8136
8137 * loading.texi, markers.texi: Use real doublequote inside menus.
8138
8139 * windows.texi: Put point and comma inside quotes.
8140 (Textual Scrolling): Use @samp for error message.
8141
8142 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8143 * strings.texi, streams.texi, processes.texi, os.texi:
8144 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8145 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8146 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8147 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8148 Put point and comma inside quotes.
8149
8150 * control.texi (Processing of Errors): Add command-error-function.
8151
8152 * variables.texi (File Local Variables): Clarify that
8153 file local variables make buffer-local bindings.
8154
8155 * modes.texi (Syntactic Font Lock): Give default for
8156 font-lock-syntax-table.
8157
81582006-07-17 Nick Roberts <nickrob@snap.net.nz>
8159
8160 * text.texi (Special Properties): Clean up previous change.
8161
81622006-07-16 Karl Berry <karl@gnu.org>
8163
8164 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8165 * control.texi: Fix bad page breaks through chapter 10 (control).
8166
8167 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8168 underfull hbox.
8169
81702006-07-15 Nick Roberts <nickrob@snap.net.nz>
8171
8172 * text.texi (Special Properties): Describe fontified text property
8173 in relation to a character (not text).
8174
81752006-07-15 Kim F. Storm <storm@cua.dk>
8176
8177 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8178 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8179 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8180
8181 * anti.texi (Antinews): Mention redisplay function.
8182 The kbd macro existed, but was not documented, before 22.x.
8183 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8184
81852006-07-14 Nick Roberts <nickrob@snap.net.nz>
8186
8187 * display.texi (Displaying Messages): Add anchor.
8188
8189 * frames.texi (Dialog Boxes): Use it.
8190
81912006-07-12 Richard Stallman <rms@gnu.org>
8192
8193 * objects.texi (Frame Type): Explain nature of frames better.
8194
8195 * frames.texi (Frames): Explain nature of frames better.
8196
81972006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8198
8199 * tips.texi (Coding Conventions): Explain why use cl at compile time.
8200
82012006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8202
8203 * frames.texi (Window System Selections): Mention scrap support for Mac.
8204 Default value of x-select-enable-clipboard is t on Mac.
8205
8206 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8207
82082006-07-11 Kim F. Storm <storm@cua.dk>
8209
8210 * display.texi (Forcing Redisplay): Add `redisplay' function.
8211 Don't mention (sit-for -1) -- use (redisplay t) instead.
8212
8213 * commands.texi (Waiting): (sit-for -1) is no longer special.
8214 (sit-for 0) is equivalent to (redisplay).
8215 Iconifying/deiconifying no longer makes sit-for return.
8216
82172006-07-10 Nick Roberts <nickrob@snap.net.nz>
8218
8219 * display.texi (Buttons): Fix typo.
8220
8221 * index.texi, elisp.texi (New Symbols): Comment node out.
8222
82232006-07-09 Richard Stallman <rms@gnu.org>
8224
8225 * display.texi (Truncation): Clean up previous change.
8226
82272006-07-08 Richard Stallman <rms@gnu.org>
8228
8229 * commands.texi (Interactive Call): Use 3 as prefix in example
8230 for execute-extended-command.
8231
8232 * display.texi (Attribute Functions): Move paragraph about
8233 compatibility with Emacs < 21.
8234
82352006-07-09 Kim F. Storm <storm@cua.dk>
8236
8237 * display.texi (Refresh Screen): Clarify force-window-update.
8238 (Truncation): "Normally" indicated by fringe arrows.
8239
82402006-07-08 Eli Zaretskii <eliz@gnu.org>
8241
8242 * windows.texi (Textual Scrolling, Resizing Windows):
8243 * variables.texi (Constant Variables):
8244 * text.texi (Buffer Contents, Deletion, Changing Properties)
8245 (Property Search, Special Properties, Sticky Properties)
8246 (Links and Mouse-1, Fields, Change Hooks):
8247 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8248 (Categories):
8249 * symbols.texi (Other Plists):
8250 * streams.texi (Output Variables):
8251 * processes.texi (Input to Processes, Query Before Exit):
8252 * positions.texi (Word Motion, Text Lines, List Motion):
8253 * os.texi (Init File, System Environment, Sound Output)
8254 (Session Management):
8255 * nonascii.texi (Text Representations, Character Sets)
8256 (Chars and Bytes, Locales):
8257 * modes.texi (Defining Minor Modes, Header Lines):
8258 * minibuf.texi (Minibuffer Contents):
8259 * markers.texi (Information from Markers):
8260 * lists.texi (List Elements, Building Lists, Association Lists):
8261 * keymaps.texi (Tool Bar):
8262 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8263 * functions.texi (What Is a Function, Mapping Functions):
8264 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8265 (Color Names, Text Terminal Colors, Display Feature Testing):
8266 * files.texi (Visiting Functions, File Name Components)
8267 (Unique File Names, Contents of Directories):
8268 * display.texi (Forcing Redisplay, Displaying Messages)
8269 (Temporary Displays, Font Selection, Auto Faces)
8270 (Font Lookup, Fringe Indicators, Display Margins)
8271 (Image Descriptors, Showing Images, Image Cache, Button Types)
8272 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8273 (Display Table Format, Glyphs):
8274 * control.texi (Iteration):
8275 * commands.texi (Command Loop Info, Adjusting Point):
8276 * backups.texi (Making Backups, Auto-Saving):
8277 Remove @tindex entries.
8278
82792006-07-07 Kim F. Storm <storm@cua.dk>
8280
8281 * display.texi (Fringe Cursors): Fix typo.
8282 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8283 (Overlay Arrow): Default is overlay-arrow fringe indicator.
8284
82852006-07-05 Richard Stallman <rms@gnu.org>
8286
8287 * text.texi (Buffer Contents): Add example of text props
8288 in result of buffer-substring.
8289 (Text Properties): Explain better about use of specific property names.
8290 (Property Search): Some cleanups; reorder some functions.
8291
8292 * keymaps.texi (Changing Key Bindings): Cleanup.
8293 Add xref to Key Binding Conventions.
8294
8295 * display.texi (Attribute Functions): Add examples for
8296 face-attribute-relative-p.
8297
8298 * tips.texi (Coding Conventions): Cleanup last change.
8299
83002006-07-05 Karl Berry <karl@gnu.org>
8301
8302 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8303 Remove @setchapternewpage odd.
8304 Result is 1013 pages, down from 1100.
8305
8306 * anti.texi, customize.texi, display.texi, internals.texi:
8307 * minibuf.texi, modes.texi, tips.texi:
8308 Fix overfull/underfull boxes.
8309
83102006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8311
8312 * edebug.texi (Instrumenting):
8313 Add Edebug-specific findex for eval-buffer.
8314 * loading.texi (Loading):
8315 Replace eval-current-buffer with eval-buffer.
8316
83172006-06-30 Nick Roberts <nickrob@snap.net.nz>
8318
8319 * locals.texi (Standard Buffer-Local Variables): Update the list
8320 of variables.
8321
83222006-06-26 Nick Roberts <nickrob@snap.net.nz>
8323
8324 * files.texi (File Name Completion): Point user to the node
8325 "Reading File Names".
8326
83272006-06-24 Eli Zaretskii <eliz@gnu.org>
8328
8329 * files.texi (Contents of Directories): Document case-insensitive
8330 behavior on respective filesystems.
8331
8332 * objects.texi (Character Type): Document that Emacs signals an
8333 error for unsupported Unicode characters specified as \uNNNN.
8334
83352006-06-19 Richard Stallman <rms@gnu.org>
8336
8337 * processes.texi (Bindat Spec): Clarify previous change.
8338
83392006-06-16 Richard Stallman <rms@gnu.org>
8340
8341 * tips.texi (Coding Conventions): Better explain conventions
8342 for definition constructs.
8343
8344 * text.texi (Special Properties): String value of `read-only'
8345 serves as the error message.
8346
8347 * objects.texi (Character Type): Clarify prev. change.
8348 (Non-ASCII in Strings): Mention \u and \U.
8349
8350 * commands.texi (Using Interactive): Explain problem of
8351 markers, etc., in command-history.
8352
83532006-06-14 Kim F. Storm <storm@cua.dk>
8354
8355 * commands.texi (Waiting): Negative arg to sit-for forces
8356 redisplay even if input is pending.
8357
8358 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8359 redisplay. Remove incorrect example of binding redisplay-dont-pause
8360 around (sit-for 0).
8361
83622006-06-13 Richard Stallman <rms@gnu.org>
8363
8364 * display.texi (Forcing Redisplay): Clarify previous change.
8365
83662006-06-13 Romain Francoise <romain@orebokech.com>
8367
8368 * display.texi (Forcing Redisplay): Fix typo.
8369
83702006-06-13 Kim F. Storm <storm@cua.dk>
8371
8372 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8373
83742006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8375
8376 * tips.texi (Coding Conventions): Add `@end itemize'.
8377
83782006-06-10 Richard Stallman <rms@gnu.org>
8379
8380 * tips.texi (Coding Conventions): Explain use of coding systems
8381 to ensure one decoding for strings.
8382
83832006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8384
8385 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8386 syntax.
8387
83882006-06-07 Eli Zaretskii <eliz@gnu.org>
8389
8390 * display.texi (Font Selection): Remove description of
8391 clear-face-cache.
8392
8393 * compile.texi (Eval During Compile): Fix a typo. Add index
8394 entries for possible uses of eval-when-compile.
8395
83962006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8397
8398 * display.texi (Abstract Display): Fix typo.
8399
84002006-06-03 Eli Zaretskii <eliz@gnu.org>
8401
8402 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8403 Reword variable's description.
8404
84052006-06-01 Richard Stallman <rms@gnu.org>
8406
8407 * windows.texi (Splitting Windows): Clarify splitting nonselected
8408 window.
8409
84102006-05-31 Juri Linkov <juri@jurta.org>
8411
8412 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8413
84142006-05-30 Richard Stallman <rms@gnu.org>
8415
8416 * display.texi (Line Height): Fix errors in description of
10d1d0af 8417 default line height and line-height property.
b8d4c8d0
GM
8418
8419 * nonascii.texi (Default Coding Systems): Further clarification.
8420
84212006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8422
8423 * internals.texi (Pure Storage): Mention that an overflow in pure
8424 space causes a memory leak.
8425 (Garbage Collection): If there was an overflow in pure space,
8426 `garbage-collect' returns nil.
8427
84282006-05-30 Eli Zaretskii <eliz@gnu.org>
8429
8430 * nonascii.texi (Default Coding Systems): Fix it some more.
8431
84322006-05-29 Eli Zaretskii <eliz@gnu.org>
8433
8434 * nonascii.texi (Default Coding Systems): Fix last change.
8435
84362006-05-29 Kenichi Handa <handa@m17n.org>
8437
8438 * nonascii.texi (find-operation-coding-system): Describe the new
8439 argument format (FILENAME . BUFFER).
8440
84412006-05-28 Richard Stallman <rms@gnu.org>
8442
8443 * tips.texi (Coding Conventions): Better explain reasons not to
8444 advise other packages or use `eval-after-load'.
8445
84462006-05-29 Kim F. Storm <storm@cua.dk>
8447
8448 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8449 `bindat-idx' and `bindat-raw' for clarity.
8450
84512006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8452
8453 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8454
8455 * display.texi (Display): Add "Abstract Display" to menu.
8456 (Abstract Display, Abstract Display Functions)
8457 (Abstract Display Example): New nodes.
8458 * elisp.texi (Top): Add "Abstract Display" to menu.
8459
84602006-05-27 Chong Yidong <cyd@stupidchicken.com>
8461
8462 * keymaps.texi (Key Sequences): Link to input events definition.
8463 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8464
8465 * files.texi (Changing Files): Document updated argument list for
8466 copy-file.
8467
84682006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8469
8470 * processes.texi (Bindat Functions): Explain term "total length".
8471 Use it in bindat-length and bindat-pack descriptions.
8472
84732006-05-26 Eli Zaretskii <eliz@gnu.org>
8474
8475 * tips.texi (Coding Conventions): Advise against using
8476 eval-after-load in packages. Add an index entry.
8477
84782006-05-25 Juri Linkov <juri@jurta.org>
8479
8480 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8481
8482 * modes.texi (%-Constructs): Add %e, %z, %Z.
8483
84842006-05-25 Richard Stallman <rms@gnu.org>
8485
8486 * elisp.texi (Top): Update subnode menu.
8487
8488 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8489 (Keymaps): Update menu.
8490
84912006-05-25 Chong Yidong <cyd@stupidchicken.com>
8492
8493 * keymaps.texi (Key Sequences): Some clarifications.
8494
84952006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8496
8497 * processes.texi (Bindat Functions): Say "unibyte string"
8498 explicitly for bindat-unpack and bindat-pack descriptions.
8499 (Bindat Examples): Don't call `string-make-unibyte' in example.
8500
85012006-05-25 Chong Yidong <cyd@stupidchicken.com>
8502
5dcb4c4e 8503 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 8504 Explain string and vector representations of key sequences.
b8d4c8d0
GM
8505
8506 * keymaps.texi (Changing Key Bindings):
dd7b651b 8507 * commands.texi (Interactive Codes):
b8d4c8d0
GM
8508 * help.texi (Describing Characters): Refer to it.
8509
85102006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8511
8512 * frames.texi (Pointer Shape): @end table -> @end defvar.
8513
85142006-05-22 Richard Stallman <rms@gnu.org>
8515
8516 * elisp.texi (Top): Update subnode menus.
8517
8518 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8519 Contents rewritten; material from old Pointer Shape node moved here.
8520
8521 * display.texi (Pointer Shape): Node deleted.
8522 (Image Descriptors): Minor cleanup.
8523
85242006-05-21 Richard Stallman <rms@gnu.org>
8525
8526 * syntax.texi (Parsing Expressions): Update info on which STATE
8527 elements are ignored.
8528
85292006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8530
8531 * hooks.texi (Standard Hooks): Correct typo.
8532
8533 * gpl.texi (GPL): ifinfo -> ifnottex.
8534
85352006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8536
8537 * searching.texi (Simple Match Data): Warn about match data being
8538 set anew by every search.
8539
85402006-05-17 Richard Stallman <rms@gnu.org>
8541
8542 * minibuf.texi (Minibuffer History): Clarify.
8543
8544 * searching.texi (Regexp Special): Clarify nested regexp warning.
8545
85462006-05-16 Kim F. Storm <storm@cua.dk>
8547
8548 * minibuf.texi (Minibuffer History): Update add-to-history.
8549
85502006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8551
5dcb4c4e
SM
8552 * nonascii.texi (Explicit Encoding):
8553 Fix typo (encoding<->decoding).
b8d4c8d0
GM
8554
85552006-05-14 Richard Stallman <rms@gnu.org>
8556
8557 * buffers.texi (Creating Buffers): Cleanup.
8558
8559 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8560
85612006-05-13 Eli Zaretskii <eliz@gnu.org>
8562
8563 * buffers.texi (Current Buffer): Document that with-temp-buffer
8564 disables undo.
8565
8566 * os.texi (Terminal-Specific): More accurate description of how
8567 Emacs searches for the terminal-specific libraries.
8568
85692006-05-12 Eli Zaretskii <eliz@gnu.org>
8570
8571 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8572 emacs-xtra to @inforef's.
8573
8574 * text.texi (Undo): Document that undo is turned off in buffers
8575 whose names begin with a space.
8576
8577 * buffers.texi (Buffer Names): Add index entries for buffers whose
8578 names begin with a space.
8579 (Creating Buffers): Document that undo is turned off in buffers
8580 whose names begin with a space.
8581
8582 * files.texi (Visiting Functions, Reading from Files)
8583 (Saving Buffers): Mention code and EOL conversions by file I/O
8584 primitives and subroutines.
8585
f4e90db0
SM
8586 * nonascii.texi (Lisp and Coding Systems):
8587 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
8588
8589 * display.texi (Defining Faces): Mention `mac', and add an xref to
8590 where window-system is described.
8591
85922006-05-10 Richard Stallman <rms@gnu.org>
8593
8594 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8595
85962006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8597
8598 * variables.texi (File Local Variables): Recommend to quote lambda
8599 expressions in safe-local-variable property.
8600
86012006-05-09 Richard Stallman <rms@gnu.org>
8602
5dcb4c4e
SM
8603 * variables.texi (File Local Variables):
8604 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
8605
86062006-05-07 Kim F. Storm <storm@cua.dk>
8607
8608 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8609 from add-to-history.
8610
86112006-05-07 Romain Francoise <romain@orebokech.com>
8612
8613 * commands.texi (Event Input Misc):
8614 * compile.texi (Eval During Compile):
8615 * internals.texi (Buffer Internals):
8616 * minibuf.texi (Initial Input):
8617 * nonascii.texi (Scanning Charsets):
8618 * numbers.texi (Comparison of Numbers):
8619 * windows.texi (Textual Scrolling, Vertical Scrolling):
8620 Fix various typos.
8621
86222006-05-06 Eli Zaretskii <eliz@gnu.org>
8623
8624 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8625 conditional xref's to either emacs or emacs-xtra, depending on
8626 @iftex/@ifnottex.
8627
8628 * minibuf.texi (Minibuffer History): Document add-to-history.
8629
86302006-05-05 Eli Zaretskii <eliz@gnu.org>
8631
8632 * internals.texi (Pure Storage): Mention the pure overflow message
8633 at startup.
8634
c8763fb6 86352006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
8636
8637 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
8638 (Searching Keymaps): Fix pseudo-Lisp description of keymap
8639 search.
8640
86412006-05-01 Richard Stallman <rms@gnu.org>
8642
8643 * intro.texi (nil and t): Clarify.
8644
8645 * variables.texi (File Local Variables): Suggest using booleanp.
8646
86472006-05-01 Juanma Barranquero <lekktu@gmail.com>
8648
8649 * objects.texi (Type Predicates): Fix typos.
8650
86512006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8652
8653 * intro.texi (nil and t): Add booleanp.
8654
8655 * objects.texi (Type Predicates): Add links for booleanp and
8656 string-or-null-p.
8657
86582006-04-29 Richard Stallman <rms@gnu.org>
8659
8660 * modes.texi (Multiline Font Lock): Rename from
8661 Multi line Font Lock Elements. Much clarification.
8662 (Font Lock Multiline, Region to Fontify): Much clarification.
8663
86642006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8665
8666 * variables.texi (File Local Variables): Remove the special case t for
8667 safe-local-variable.
8668
86692006-04-26 Richard Stallman <rms@gnu.org>
8670
8671 * syntax.texi (Parsing Expressions): Minor cleanup.
8672
86732006-04-18 Richard Stallman <rms@gnu.org>
8674
8675 * tips.texi (Coding Conventions): Explain when the package's
8676 prefix should appear later on (not at the start of the name).
8677
8678 * searching.texi (String Search): Clarify effect of NOERROR.
8679
8680 * modes.texi (Imenu): Clarify what special items do.
8681
8682 * hooks.texi (Standard Hooks): Delete text about old hook names.
8683
86842006-04-17 Romain Francoise <romain@orebokech.com>
8685
8686 * variables.texi (Local Variables): Update the default value of
8687 `max-specpdl-size'.
8688
86892006-04-15 Michael Olson <mwolson@gnu.org>
8690
8691 * processes.texi (Transaction Queues): Mention the new optional
8692 `delay-question' argument for `tq-enqueue'.
8693
86942006-04-13 Bill Wohler <wohler@newt.com>
8695
8696 * customize.texi (Common Keywords): Use dotted notation for
8697 :package-version value. Specify its values. Improve documentation
8698 for customize-package-emacs-version-alist.
8699
87002006-04-12 Bill Wohler <wohler@newt.com>
8701
8702 * customize.texi (Common Keywords): Move description of
8703 customize-package-emacs-version-alist to @defvar.
8704
87052006-04-10 Bill Wohler <wohler@newt.com>
8706
8707 * customize.texi (Common Keywords): Add :package-version.
8708
87092006-04-10 Kim F. Storm <storm@cua.dk>
8710
8711 * text.texi (Buffer Contents): Add NOPROPS arg to
8712 filter-buffer-substring.
8713
87142006-04-08 Kevin Ryde <user42@zip.com.au>
8715
8716 * os.texi (Command-Line Arguments): Update xref to emacs manual
8717 "Command Arguments" -> "Emacs Invocation", per change there.
8718
87192006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
8720
8721 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
8722 be on one line to help makeinfo not render two spaces after the dot.
8723
87242006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8725
8726 * strings.texi (Predicates for Strings): Add string-or-null-p.
8727
87282006-03-28 Kim F. Storm <storm@cua.dk>
8729
8730 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
8731 remarks about systems that don't support fractional seconds.
8732
87332006-03-25 Karl Berry <karl@gnu.org>
8734
8735 * elisp.texi: Use @copyright{} instead of (C), and do not indent
8736 the year list.
8737
87382006-03-21 Nick Roberts <nickrob@snap.net.nz>
8739
8740 * display.texi (Fringe Indicators): Fix typos.
8741
87422006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8743
8744 * tips.texi (Documentation Tips): One can now also write `program'
8745 in front of a quoted symbol in a docstring to prevent making a
8746 hyperlink.
8747
87482006-03-19 Alan Mackenzie <acm@muc.de>
8749
8750 * text.texi (Special Properties): Clarify `fontified' property.
8751
87522006-03-16 Richard Stallman <rms@gnu.org>
8753
8754 * display.texi (Defining Images): Minor cleanup.
8755
87562006-03-16 Bill Wohler <wohler@newt.com>
8757
8758 * display.texi (Defining Images): In image-load-path-for-library,
8759 prefer user's images.
8760
87612006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8762
8763 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
8764
87652006-03-15 Bill Wohler <wohler@newt.com>
8766
8767 * display.texi (Defining Images): Fix example in
8768 image-load-path-for-library by not recommending that one binds
8769 image-load-path. Just defvar it to placate compiler and only use
8770 it if previously defined.
8771
87722006-03-14 Bill Wohler <wohler@newt.com>
8773
8774 * display.texi (Defining Images): In image-load-path-for-library,
8775 always return list of directories. Update example.
8776
87772006-03-14 Alan Mackenzie <acm@muc.de>
8778
8779 * modes.texi: New node, "Region to Fontify" (for Font Lock).
8780 This describes font-lock-extend-region-function.
8781 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
8782 the new node "Region to Fontify".
8783
87842006-03-13 Richard Stallman <rms@gnu.org>
8785
8786 * display.texi (Invisible Text): The impossible position is
8787 now before the invisible text, not after.
8788 (Defining Images): Clean up last change.
8789
87902006-03-11 Bill Wohler <wohler@newt.com>
8791
8792 * display.texi (Defining Images): Add image-load-path-for-library.
8793
87942006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8795
8796 * text.texi (Adaptive Fill): Fix Texinfo usage.
8797
8798 * strings.texi (Creating Strings): Fix Texinfo usage.
8799
8800 * searching.texi (Regexp Special): Use @samp for regular
8801 expressions that are not in Lisp syntax.
8802
88032006-03-08 Luc Teirlinck <teirllm@auburn.edu>
8804
8805 * searching.texi (Regexp Special): Put remark between parentheses
8806 to avoid misreading.
8807
88082006-03-07 Luc Teirlinck <teirllm@auburn.edu>
8809
8810 * searching.texi (Syntax of Regexps): More accurately describe
8811 which characters are special in which situations.
8812 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
8813 are not special. Describe in detail when `[' and `]' are special.
8814 (Regexp Backslash): Plenty of regexps with unbalanced square
8815 brackets are valid, so reword that statement.
8816
88172006-03-02 Kim F. Storm <storm@cua.dk>
8818
8819 * keymaps.texi (Tool Bar): Add tool-bar-border.
8820
88212006-02-28 Luc Teirlinck <teirllm@auburn.edu>
8822
8823 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
8824
88252006-02-27 Luc Teirlinck <teirllm@auburn.edu>
8826
8827 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
8828
8829 * files.texi (Locating Files): Suggest additional values for the
8830 SUFFIXES arg of `locate-file'. Update pxref.
8831
8832 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
8833 (How Programs Do Loading): Discuss the effects of Auto Compression
8834 mode on `load'.
8835 (Load Suffixes): New node.
8836 (Library Search): Delete description of `load-suffixes'; it was
8837 moved to "Load Suffixes".
8838 (Autoload, Named Features): Mention `load-suffixes'.
8839
88402006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8841
8842 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
8843
8844 * windows.texi (Window Tree): Fix typo.
8845
88462006-02-20 Kim F. Storm <storm@cua.dk>
8847
8848 * display.texi (Fringe Indicators): New section.
8849 Move indicate-empty-lines, indicate-buffer-boundaries, and
8850 default-indicate-buffer-boundaries here.
8851 Add fringe-indicator-alist and default-fringes-indicator-alist.
8852 Add list of logical fringe indicator symbols.
8853 Update list of standard bitmap names.
8854 (Fringe Cursors): New section.
8855 Move overflow-newline-into-fringe here.
8856 Add fringe-cursor-alist and default-fringes-cursor-alist.
8857 Add list of fringe cursor symbols.
8858
88592006-02-20 Juanma Barranquero <lekktu@gmail.com>
8860
8861 * commands.texi (Using Interactive): Fix reference to node
8862 "Minibuffers".
8863
88642006-02-19 Richard M. Stallman <rms@gnu.org>
8865
8866 * minibuf.texi (High-Level Completion):
8867 Add xref to read-input-method-name.
8868
8869 * files.texi (Relative File Names): Move file-relative-name here.
8870 (File Name Expansion): From here. Minor clarifications.
8871
8872 * commands.texi (Using Interactive): Add xrefs about reading input.
8873 Clarify remarks about that moving point and mark.
8874 Put string case before list case.
8875
c8763fb6 88762006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
8877
8878 * display.texi (Other Display Specs, Image Descriptors):
8879 Revert erroneous changes. The previous description of
8880 image-descriptors as `(image . PROPS)' was correct.
8881
88822006-02-14 Richard M. Stallman <rms@gnu.org>
8883
8884 * variables.texi (File Local Variables): Clarifications.
8885
88862006-02-14 Juanma Barranquero <lekktu@gmail.com>
8887
8888 * variables.texi (File Local Variables): Use @code for a cons
8889 cell, not @var.
8890
88912006-02-13 Chong Yidong <cyd@stupidchicken.com>
8892
8893 * variables.texi (File Local Variables): Document new file local
8894 variable behavior.
8895
88962006-02-10 Kim F. Storm <storm@cua.dk>
8897
8898 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
8899
89002006-02-08 Juanma Barranquero <lekktu@gmail.com>
8901
8902 * modes.texi (%-Constructs): Remove obsolete info about
8903 `global-mode-string'.
8904
89052006-02-07 Richard M. Stallman <rms@gnu.org>
8906
8907 * commands.texi (Prefix Command Arguments): Minor cleanup.
8908
8909 * display.texi: "Graphical display", not window system.
8910
8911 * functions.texi (What Is a Function): Fix xref.
8912
8913 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
8914 (Changing Key Bindings): Clarify when remapping is better than
8915 substitute-key-definition.
8916
89172006-02-02 Richard M. Stallman <rms@gnu.org>
8918
8919 * minibuf.texi (Basic Completion): Completion alists are risky.
8920
8921 * keymaps.texi (Active Keymaps): Clarifications.
8922 (Searching Keymaps): New node.
8923 (Keymaps): Update menu.
8924
8925 * frames.texi (Layout Parameters): Minor clarification.
8926 (Drag and Drop): New node.
8927 (Frames): Update menu.
8928
89292006-01-29 Chong Yidong <cyd@stupidchicken.com>
8930
8931 * display.texi (Other Display Specs, Image Descriptors):
8932 Image description is a list, not a cons cell.
8933
89342006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8935
8936 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
8937 list is not necessarily a list).
8938
89392006-01-27 Eli Zaretskii <eliz@gnu.org>
8940
8941 * frames.texi (Layout Parameters): border-width and
8942 internal-border-width belong to the frame, not the window.
8943
89442006-01-19 Richard M. Stallman <rms@gnu.org>
8945
8946 * nonascii.texi (Translation of Characters): Search cmds use
8947 translation-table-for-input. Automatically made local.
8948
8949 * markers.texi (Overview of Markers): Count insertion type
8950 as one of a marker's attributes.
8951
8952 * keymaps.texi (Controlling Active Maps): New node, split out of
8953 Active Keymaps.
8954 (Keymaps): Menu updated.
8955 (Active Keymaps): Give pseudocode to explain how the active
8956 maps are searched. current-active-maps and key-binding moved here.
8957 (Functions for Key Lookup): current-active-maps and key-binding moved.
8958 Clarifications.
8959 (Searching the Keymaps): New subnode.
8960
8961 * elisp.texi (Top): Menu clarification.
8962
8963 * display.texi (Other Display Specs): Delete duplicate entry for
8964 just a string as display spec. Move text about recursive display
8965 specs on such a string.
8966
8967 * commands.texi (Key Sequence Input): Clarify.
8968 Move num-nonmacro-input-events out.
8969 (Reading One Event): num-nonmacro-input-events moved here.
8970
89712006-01-14 Nick Roberts <nickrob@snap.net.nz>
8972
8973 * advice.texi (Simple Advice): Update example to fit argument
8974 change in previous-line.
8975
89762006-01-05 Richard M. Stallman <rms@gnu.org>
8977
8978 * markers.texi (The Mark): Fix in `mark'.
8979
89802006-01-04 Richard M. Stallman <rms@gnu.org>
8981
8982 * processes.texi (Misc Network, Make Network): Minor cleanups.
8983
89842006-01-04 Kim F. Storm <storm@cua.dk>
8985
8986 * processes.texi (Make Network): Add IPv6 addresses and handling.
8987 (Network Feature Testing): Mention (:family ipv6).
8988 (Misc Network): Add IPv6 formats to format-network-address.
8989
89902005-12-30 Richard M. Stallman <rms@gnu.org>
8991
8992 * text.texi (Changing Properties):
8993 Don't use return value of set-text-properties.
8994
89952005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8996
8997 * modes.texi (Mode Line Format): Correct typo in menu.
8998
89992005-12-29 Richard M. Stallman <rms@gnu.org>
9000
9001 * modes.texi (Mode Line Top): New node.
9002 (Mode Line Data): Some text moved to new node.
9003 Explain the data structure more concretely.
9004 (Mode Line Basics): Clarifications.
9005 (Mode Line Variables): Clarify intro paragraph.
9006 (%-Constructs): Clarify intro paragraph.
9007 (Mode Line Format): Update menu.
9008
90092005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9010
9011 * minibuf.texi (Basic Completion): Update lazy-completion-table
9012 examples for removal of ARGS argument.
9013
90142005-12-23 Richard M. Stallman <rms@gnu.org>
9015
9016 * text.texi (Undo): Restore some explanation from the version
9017 that was deleted.
9018
90192005-12-23 Eli Zaretskii <eliz@gnu.org>
9020
9021 * text.texi (Undo): Remove duplicate descriptions of `apply
9022 funname' and `apply delta' elements of the undo list.
9023
90242005-12-20 Richard M. Stallman <rms@gnu.org>
9025
9026 * help.texi (Help Functions): Update documentation of `apropos'.
9027
90282005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9029
9030 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9031 because it is confusing. If the :help-echo keyword is a function,
9032 it is not directly used as the :help-echo overlay property, as the
9033 xref seems to suggest (it does not take the appropriate args).
9034
90352005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9036
9037 * customize.texi (Common Keywords): Fix Texinfo usage.
9038 (Group Definitions, Variable Definitions): Update for new
9039 conventions for using `*' in docstrings.
9040
9041 * tips.texi (Documentation Tips): Update for new conventions for
9042 using `*' in docstrings.
9043
90442005-12-16 Richard M. Stallman <rms@gnu.org>
9045
9046 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9047
90482005-12-16 Juri Linkov <juri@jurta.org>
9049
9050 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9051
90522005-12-14 Romain Francoise <romain@orebokech.com>
9053
9054 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9055 Fix typo.
9056
90572005-12-11 Juri Linkov <juri@jurta.org>
9058
9059 * minibuf.texi (Completion Commands): Add mention of read-file-name
9060 for filename completion keymaps.
9061 (Reading File Names): Add mention of filename completion keymaps
9062 for read-file-name and xref to `Completion Commands'.
9063
90642005-12-10 Richard M. Stallman <rms@gnu.org>
9065
9066 * customize.texi (Common Keywords): State caveats for use of :tag.
9067
90682005-12-08 Richard M. Stallman <rms@gnu.org>
9069
9070 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9071 with xrefs and better explanation.
9072 (Completion Commands): Add the filename completion maps.
9073
9074 * objects.texi (Character Type): Clarify that \s is not space
9075 if a dash follows.
9076
90772005-12-05 Richard M. Stallman <rms@gnu.org>
9078
9079 * windows.texi (Resizing Windows): Delete preserve-before args.
9080
90812005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9082
9083 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9084 in full keymaps, since the quirk has been fixed.
9085
90862005-12-03 Eli Zaretskii <eliz@gnu.org>
9087
5dcb4c4e
SM
9088 * hooks.texi (Standard Hooks): Add index entries.
9089 Mention `compilation-finish-functions'.
b8d4c8d0
GM
9090
90912005-11-27 Richard M. Stallman <rms@gnu.org>
9092
9093 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9094
90952005-11-21 Juri Linkov <juri@jurta.org>
9096
9097 * customize.texi (Common Keywords): Update links types
9098 custom-manual and url-link. Add link types emacs-library-link,
9099 file-link, function-link, variable-link, custom-group-link.
9100
91012005-11-20 Chong Yidong <cyd@stupidchicken.com>
9102
9103 * display.texi: Revert 2005-11-20 change.
9104
91052005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9106
9107 * processes.texi (Bindat Functions):
9108 Say "third" to refer to zero-based index "2".
9109
91102005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9111
9112 * loading.texi (Library Search): Update the default value of
9113 `load-suffixes'.
9114
91152005-11-17 Chong Yidong <cyd@stupidchicken.com>
9116
9117 * display.texi (Attribute Functions): Mention :ignore-defface.
9118
91192005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9120
9121 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9122 (Minor Mode Conventions): Mention the use of a hook.
9123
91242005-11-06 Richard M. Stallman <rms@gnu.org>
9125
9126 * files.texi (Magic File Names): find-file-name-handler checks the
9127 `operations' property of the handler.
9128
91292005-11-03 Richard M. Stallman <rms@gnu.org>
9130
9131 * variables.texi (Frame-Local Variables): Small clarification.
9132
91332005-10-29 Chong Yidong <cyd@stupidchicken.com>
9134
9135 * os.texi (Init File): Document ~/.emacs.d/init.el.
9136
91372005-10-29 Richard M. Stallman <rms@gnu.org>
9138
9139 * internals.texi (Garbage Collection): Document memory-full.
9140
91412005-10-28 Bill Wohler <wohler@newt.com>
9142
9143 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9144 for URLs.
9145
91462005-10-28 Richard M. Stallman <rms@gnu.org>
9147
9148 * minibuf.texi (Completion Commands): Clean up prev change.
9149
91502005-10-26 Kevin Ryde <user42@zip.com.au>
9151
9152 * compile.texi (Eval During Compile): Explain recommended uses
9153 of eval-when-compile and eval-and-compile.
9154
91552005-10-27 Masatake YAMATO <jet@gyve.org>
9156
9157 * minibuf.texi (Completion Commands):
9158 Write about new optional argument for `display-completion-list'.
9159
91602005-10-23 Richard M. Stallman <rms@gnu.org>
9161
9162 * display.texi (Overlay Arrow): Clarify about local bindings of
9163 overlay-arrow-position.
9164
91652005-10-22 Eli Zaretskii <eliz@gnu.org>
9166
9167 * internals.texi (Building Emacs): Fix last change.
9168
91692005-10-22 Richard M. Stallman <rms@gnu.org>
9170
9171 * internals.texi (Building Emacs): Document eval-at-startup.
9172
91732005-10-21 Richard M. Stallman <rms@gnu.org>
9174
9175 * loading.texi (Where Defined): load-history contains abs file names.
9176 symbol-file returns abs file names.
9177
91782005-10-19 Kim F. Storm <storm@cua.dk>
9179
9180 * display.texi (Showing Images): Add max-image-size integer value.
9181
91822005-10-18 Chong Yidong <cyd@stupidchicken.com>
9183
9184 * display.texi (Showing Images): Document max-image-size.
9185
91862005-10-17 Richard M. Stallman <rms@gnu.org>
9187
9188 * commands.texi (Quitting): Minor clarification.
9189
9190 * processes.texi (Sentinels): Clarify about output and quitting.
9191 (Filter Functions): Mention with-local-quit.
9192
91932005-10-17 Juri Linkov <juri@jurta.org>
9194
9195 * buffers.texi (Current Buffer):
9196 * commands.texi (Event Input Misc):
9197 * compile.texi (Eval During Compile, Compiler Errors):
9198 * customize.texi (Group Definitions):
9199 * display.texi (Progress, Defining Faces):
9200 * files.texi (Writing to Files):
9201 * modes.texi (Mode Hooks, Defining Minor Modes):
9202 * streams.texi (Output Functions):
9203 * syntax.texi (Syntax Table Functions):
9204 * text.texi (Change Hooks):
9205 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9206
9207 * commands.texi (Quitting): Replace arg `forms' with `body' in
9208 `with-local-quit'.
9209
9210 * positions.texi (Excursions): Replace arg `forms' with `body' in
9211 `save-excursion'.
9212
92132005-10-08 Kim F. Storm <storm@cua.dk>
9214
9215 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9216 Rename manual section accordingly.
9217
92182005-10-04 Kim F. Storm <storm@cua.dk>
9219
9220 * windows.texi (Window Split Tree): New section describing
9221 new function window-split-tree function.
9222
92232005-10-03 Nick Roberts <nickrob@snap.net.nz>
9224
9225 * display.texi (Fringe Size/Pos): Simplify and add detail.
9226
92272005-09-30 Romain Francoise <romain@orebokech.com>
9228
9229 * minibuf.texi (High-Level Completion): Explain that the prompt
9230 given to `read-buffer' should end with a colon and a space.
9231 Update usage examples.
9232
92332005-09-29 Juri Linkov <juri@jurta.org>
9234
9235 * display.texi (Displaying Messages): Rename argument name
9236 `string' to `format-string' in functions `message', `message-box',
9237 `message-or-box'.
9238
92392005-09-26 Chong Yidong <cyd@stupidchicken.com>
9240
9241 * errors.texi (Standard Errors): Correct xrefs.
9242
92432005-09-18 Chong Yidong <cyd@stupidchicken.com>
9244
9245 * display.texi (Defining Images): Update documentation for
9246 `image-load-path'.
9247
92482005-09-17 Richard M. Stallman <rms@gnu.org>
9249
9250 * display.texi (Defining Images): Clean up previous change.
9251
92522005-09-16 Romain Francoise <romain@orebokech.com>
9253
9254 * elisp.texi: Specify GFDL version 1.2.
9255
9256 * doclicense.texi (GNU Free Documentation License): Update to
9257 version 1.2.
9258
92592005-09-15 Chong Yidong <cyd@stupidchicken.com>
9260
9261 * display.texi (Defining Images): Document `image-load-path'.
9262
92632005-09-15 Richard M. Stallman <rms@gnu.org>
9264
9265 * objects.texi (Printed Representation): Minor cleanup.
9266 (Box Diagrams): Minor fix.
9267 (Cons Cell Type): Move (...) index item here.
9268 (Box Diagrams): From here.
9269 (Array Type): Minor fix.
9270 (Type Predicates): Delete index "predicates".
9271 (Hash Table Type): Clarify xref.
9272 (Dotted Pair Notation): Minor fix.
9273
92742005-09-10 Chong Yidong <cyd@stupidchicken.com>
9275
9276 * files.texi (Saving Buffers): Fix typo.
9277
92782005-09-08 Richard M. Stallman <rms@gnu.org>
9279
9280 * tips.texi (Programming Tips): Correct the "default" prompt spec.
9281
92822005-09-08 Chong Yidong <cyd@stupidchicken.com>
9283
9284 * locals.texi (Standard Buffer-Local Variables): Don't include
9285 mode variables for minor modes.
9286 Fix xrefs for buffer-display-count, buffer-display-table,
9287 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9288 enable-multibyte-characters, fill-column, header-line-format,
9289 left-fringe-width, left-margin, and right-fringe-width.
9290
9291 * hooks.texi (Standard Hooks): All hooks should conform to the
9292 standard naming convention now.
9293 Fix xref for `echo-area-clear-hook'.
9294
9295 * display.texi (Usual Display): Note that indicate-empty-lines and
9296 tab-width are buffer-local.
9297
9298 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9299
9300 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9301
9302 * nonascii.texi (Encoding and I/O): Note that
9303 buffer-file-coding-system is buffer-local.
9304
9305 * positions.texi (List Motion): Note that defun-prompt-regexp is
9306 buffer-local.
9307
9308 * text.texi (Auto Filling): Note that auto-fill-function is
9309 buffer-local.
9310 (Undo): Note that buffer-undo-list is buffer-local.
9311
5dcb4c4e
SM
9312 * windows.texi (Buffers and Windows):
9313 Document buffer-display-count.
b8d4c8d0
GM
9314
93152005-09-06 Richard M. Stallman <rms@gnu.org>
9316
9317 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9318 package prefix elsewhere than at the start of the name.
9319
93202005-09-03 Richard M. Stallman <rms@gnu.org>
9321
9322 * tips.texi (Programming Tips): Add conventions for minibuffer
9323 questions and prompts.
9324
93252005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9326
9327 * intro.texi (nil and t): Minor cleanup.
9328 Delete spurious mention of keyword symbols.
9329 (Evaluation Notation): Add index entry.
9330 (A Sample Function Description): Minor cleanup.
9331 (A Sample Variable Description): Not all vars can be set.
9332
93332005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9334
9335 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9336
9337 (Insertion): Document precise type of `insert-char' arg COUNT.
9338
93392005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * modes.texi (Other Font Lock Variables): Sync the default of
9342 font-lock-lines-before.
9343
93442005-08-31 Michael Albinus <michael.albinus@gmx.de>
9345
9346 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9347
93482005-08-29 Richard M. Stallman <rms@gnu.org>
9349
9350 * elisp.texi (Top): Update subnode menu.
9351
9352 * searching.texi (Searching and Matching): Move node.
9353 Rearrange contents and add overall explanation.
9354 (Searching and Case): Move node.
9355 (Searching and Matching): Update menu.
9356
93572005-08-27 Eli Zaretskii <eliz@gnu.org>
9358
9359 * os.texi (Startup Summary): Fix the description of the initial
9360 startup message display.
9361
93622005-08-25 Richard M. Stallman <rms@gnu.org>
9363
9364 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9365
93662005-08-25 Emilio C. Lopes <eclig@gmx.net>
9367
9368 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9369 `next-overlay-change' example.
9370
93712005-08-22 Juri Linkov <juri@jurta.org>
9372
9373 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9374 Fix invert-face. Fix args of face-background.
9375
9376 * display.texi (Standard Faces): Delete node.
9377 (Faces): Add xref to `(emacs)Standard Faces'.
9378 (Displaying Faces): Fix xref to `Standard Faces'.
9379
9380 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9381
93822005-08-20 Alan Mackenzie <acm@muc.de>
9383
9384 * buffers.texi (The Buffer List): Clarify the manipulation of the
9385 buffer list.
9386
93872005-08-14 Richard M. Stallman <rms@gnu.org>
9388
9389 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9390 a regexp.
9391
93922005-08-11 Richard M. Stallman <rms@gnu.org>
9393
9394 * elisp.texi (Top): Update subnode lists.
9395
9396 * display.texi (Inverse Video): Node deleted.
9397
9398 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9399 New nodes split out of Coding Conventions.
9400
9401 * searching.texi (Regular Expressions): Document re-builder.
9402
9403 * os.texi (Time Parsing): New node split out of Time Conversion.
9404
9405 * processes.texi (Misc Network, Network Feature Testing)
9406 (Network Options, Make Network): New nodes split out of
9407 Low-Level Network.
9408
94092005-08-09 Richard M. Stallman <rms@gnu.org>
9410
9411 * frames.texi (Geometry): New node, split from Size and Position.
9412 (Frame Parameters): Refer to Geometry.
9413
9414 * buffers.texi (The Buffer List): Fix xrefs.
9415
9416 * windows.texi (Splitting Windows): Fix xref.
9417
9418 * frames.texi (Layout Parameters): Add xref.
9419
9420 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9421
9422 * keymaps.texi (Menu Bar): Fix xref.
9423
9424 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9425
9426 * modes.texi (%-Constructs): Fix xref.
9427
9428 * frames.texi (Window Frame Parameters): Node split up.
9429 (Basic Parameters, Position Parameters, Size Parameters)
9430 (Layout Parameters, Buffer Parameters, Management Parameters)
9431 (Cursor Parameters, Color Parameters): New subnodes.
9432
94332005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9434
9435 * positions.texi (Screen Lines): Update xref for previous change
9436 in minibuf.texi.
9437
9438 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9439 change in minibuf.texi.
9440
94412005-08-09 Richard M. Stallman <rms@gnu.org>
9442
9443 * tips.texi (Coding Conventions): Minor cleanup.
9444
9445 * modes.texi (Defining Minor Modes): Explain when init-value
9446 can be non-nil.
9447
9448 * elisp.texi (Top): Update submenu for Minibuffer.
9449
9450 * minibuf.texi (Minibuffer Misc): Node split up.
9451 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9452 (Recursive Mini): New nodes split out from Minibuffer Misc.
9453 (Minibuffer Misc): Document max-mini-window-height.
9454
9455 * hash.texi (Defining Hash): Delete stray paren in example.
9456
9457 * display.texi (Echo Area Customization): Don't define
9458 max-mini-window-height here; xref instead.
9459
9460 * commands.texi (Event Input Misc): Update while-no-input.
9461
9462 * advice.texi (Advising Functions): Explain when to use advice
9463 and when to use a hook.
9464
94652005-07-30 Eli Zaretskii <eliz@gnu.org>
9466
9467 * makefile.w32-in (info): Don't run install-info.
9468 ($(infodir)/dir): New target, produced by running install-info.
9469
94702005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9471
9472 * modes.texi (Defining Minor Modes): The keyword for the initial
9473 value is :init-value, not :initial-value.
9474
94752005-07-23 Eli Zaretskii <eliz@gnu.org>
9476
9477 * loading.texi (Autoload): Make the `doctor' example be consistent
9478 with what's in current loaddefs.el. Describe the "fn" magic in
9479 the usage portion of the doc string.
9480
94812005-07-22 Richard M. Stallman <rms@gnu.org>
9482
9483 * internals.texi (Garbage Collection): Clarify previous change.
9484
94852005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9486
9487 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9488
94892005-07-18 Juri Linkov <juri@jurta.org>
9490
9491 * commands.texi (Accessing Events):
9492 * frames.texi (Text Terminal Colors, Resources):
9493 * markers.texi (The Mark):
9494 * modes.texi (Defining Minor Modes):
9495 Delete duplicate duplicate words.
9496
94972005-07-16 Richard M. Stallman <rms@gnu.org>
9498
9499 * display.texi (Managing Overlays): Clarify make-overlay
9500 args for insertion types.
9501
95022005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9503
9504 * customize.texi (Variable Definitions):
9505 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9506 `standard-value' is a list too.
9507 (Defining New Types): Use @key{RET} instead of @key{ret}.
9508
95092005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9510
9511 * os.texi (Translating Input): Fix typo.
9512
95132005-07-08 Richard M. Stallman <rms@gnu.org>
9514
9515 * README: Update edition number and size estimate.
9516
9517 * elisp.texi (VERSION): Set to 2.9.
9518
95192005-07-07 Richard M. Stallman <rms@gnu.org>
9520
9521 * book-spine.texinfo: Update Emacs version.
9522
9523 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9524
95252005-07-06 Richard M. Stallman <rms@gnu.org>
9526
9527 * searching.texi (Regexp Search): Clarify what re-search-forward
9528 does when the search fails.
9529
95302005-07-05 Lute Kamstra <lute@gnu.org>
9531
9532 * Update FSF's address in GPL notices.
9533
9534 * doclicense.texi (GNU Free Documentation License):
9535 * gpl.texi (GPL):
9536 * tips.texi (Coding Conventions, Library Headers):
9537 * vol1.texi:
9538 * vol2.texi: Update FSF's address.
9539
95402005-07-04 Richard M. Stallman <rms@gnu.org>
9541
9542 * hooks.texi (Standard Hooks): Add occur-hook.
9543
95442005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9545
9546 * display.texi (The Echo Area): Correct menu.
9547
95482005-07-03 Richard M. Stallman <rms@gnu.org>
9549
9550 * elisp.texi (Top): Update subnode menu for Display.
9551
9552 * display.texi (Displaying Messages): New node, with most
9553 of what was in The Echo Area.
5dcb4c4e 9554 (Progress): Move under The Echo Area.
b8d4c8d0
GM
9555 (Logging Messages): New node with new text.
9556 (Echo Area Customization): New node, the rest of what was
9557 in The Echo Area. Document message-truncate-lines with @defvar.
9558 (Display): Update menu.
9559
9560 * windows.texi (Textual Scrolling): Doc 3 values for
9561 scroll-preserve-screen-position.
9562
9563 * text.texi (Special Properties): Change hook functions
9564 should bind inhibit-modification-hooks around altering buffer text.
9565
9566 * keymaps.texi (Key Binding Commands): Call binding BINDING
9567 rather than DEFINITION.
9568
95692005-06-29 Juanma Barranquero <lekktu@gmail.com>
9570
9571 * variables.texi (Defining Variables): `user-variable-p' returns t
9572 for aliases of user options, nil for alias loops.
9573
95742005-06-28 Richard M. Stallman <rms@gnu.org>
9575
9576 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9577 make-keymap.
9578
95792005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9580
9581 * variables.texi (Setting Variables): Correct and clarify
9582 description of `add-to-ordered-list'.
9583
95842005-06-26 Richard M. Stallman <rms@gnu.org>
9585
9586 * display.texi (Faces): Minor cleanup.
9587
95882005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9589
9590 * display.texi (Faces): `facep' returns t for strings that are
9591 face names.
9592
95932005-06-25 Richard M. Stallman <rms@gnu.org>
9594
9595 * objects.texi (Equality Predicates): Clarify meaning of equal.
9596
9597 * windows.texi (Selecting Windows): save-selected-window
9598 and with-selected-window save and restore the current buffer.
9599
96002005-06-24 Richard M. Stallman <rms@gnu.org>
9601
9602 * numbers.texi (Float Basics): Explain how to test for NaN,
9603 and printing the sign of NaNs.
9604
96052005-06-24 Eli Zaretskii <eliz@gnu.org>
9606
9607 * makefile.w32-in (MAKEINFO): Use --force.
9608
96092005-06-23 Richard M. Stallman <rms@gnu.org>
9610
9611 * display.texi (Face Functions): Correct Texinfo usage.
9612
96132005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9614
9615 * lists.texi (Rings): `ring-elements' now returns the elements of
9616 RING in order.
9617
96182005-06-23 Juanma Barranquero <lekktu@gmail.com>
9619
9620 * markers.texi (The Mark): Texinfo usage fix.
9621
96222005-06-23 Kim F. Storm <storm@cua.dk>
9623
9624 * searching.texi (Entire Match Data): Remove evaporate option for
9625 match-data. Do not mention evaporate option for set-match-data.
9626
96272005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9628
9629 * display.texi (Face Functions): Mention face aliases.
9630
96312005-06-21 Richard M. Stallman <rms@gnu.org>
9632
9633 * anti.texi (Antinews): Texinfo usage fix.
9634
96352005-06-21 Karl Berry <karl@gnu.org>
9636
9637 * elisp.texi: Use @copying.
9638
9639 * elisp.texi: Put @summarycontents and @contents before the Top
9640 node, instead of the end of the file, so that the contents appear
9641 in the right place in the dvi/pdf output.
9642
96432005-06-21 Juri Linkov <juri@jurta.org>
9644
9645 * display.texi (Defining Faces): Add `customized-face'.
9646
96472005-06-20 Kim F. Storm <storm@cua.dk>
9648
9649 * variables.texi (Setting Variables): Any type of element can be
9650 given order in add-to-ordered-list. Compare elements with eq.
9651
9652 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
9653
96542005-06-20 Karl Berry <karl@gnu.org>
9655
9656 * syntax.texi (Syntax Flags): Make last column very slightly wider
9657 to avoid "generic comment" breaking on two lines and causing an
9658 underfull box.
9659
96602005-06-19 Luc Teirlinck <teirllm@auburn.edu>
9661
9662 * lists.texi (Rings): Various minor clarifications and corrections.
9663
96642005-06-18 Richard M. Stallman <rms@gnu.org>
9665
9666 * functions.texi (Obsolete Functions): Simplify.
9667
9668 * variables.texi (Variable Aliases): Simplify.
9669
a12bf61e 9670 * anti.texi, backups.texi, compile.texi, customize.texi:
b8d4c8d0
GM
9671 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
9672 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
9673 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
9674 * variables.texi: Fix formatting ugliness.
9675
9676 * elisp.texi: Add links to Rings and Byte Packing.
9677 Update version and copyright years.
9678
9679 * minibuf.texi: Fix formatting ugliness.
9680 (Completion Commands): Move keymap vars to the end
9681 and vars completing-read binds to the top.
9682
96832005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9684
9685 * processes.texi: Fix typos.
9686 (Bindat Spec): Correct Texinfo error.
9687 (Byte Packing): Fix ungrammatical sentence.
9688
96892005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
9690
9691 * lists.texi (Rings): New node.
9692 (Lists): Add it to menu.
9693
9694 * processes.texi (Byte Packing): New node.
9695 (Processes): Add it to menu.
9696
96972005-06-17 Richard M. Stallman <rms@gnu.org>
9698
9699 * syntax.texi (Parsing Expressions): Fix texinfo usage.
9700
9701 * help.texi (Documentation Basics): Explain the xref to
9702 Documentation Tips.
9703
9704 * debugging.texi (Debugger Commands): Minor fix.
9705
97062005-06-16 Luc Teirlinck <teirllm@auburn.edu>
9707
9708 * edebug.texi (Instrumenting): Eliminate duplicate link.
9709 (Specification List): Replace references to "below", referring to
9710 a later node, with one @ref to that node.
9711
9712 * os.texi (Timers): Timers should save and restore the match data
9713 if they change it.
9714
9715 * debugging.texi (Debugger Commands): Mention that the Lisp
9716 debugger can not step through primitive functions.
9717
97182005-06-16 Juanma Barranquero <lekktu@gmail.com>
9719
9720 * functions.texi (Obsolete Functions): Update argument names of
9721 `make-obsolete' and `define-obsolete-function-alias'.
9722
9723 * variables.texi (Variable Aliases): Update argument names of
9724 `defvaralias', `make-obsolete-variable' and
9725 `define-obsolete-variable-alias'.
9726
97272005-06-15 Kim F. Storm <storm@cua.dk>
9728
9729 * searching.texi (Entire Match Data): Rephrase warnings about
9730 evaporate arg to match-data and set-match-data.
9731
97322005-06-14 Luc Teirlinck <teirllm@auburn.edu>
9733
9734 * elisp.texi (Top): Update detailed menu.
9735
9736 * edebug.texi (Edebug): Update menu.
9737 (Instrumenting): Update xrefs.
9738 (Edebug Execution Modes): Correct xref.
9739 (Jumping): Clarify description of `h' command.
9740 Eliminate redundant @ref.
9741 (Breaks): New node.
9742 (Breakpoints): Is now a subsubsection.
9743 (Global Break Condition): Mention `C-x X X'.
9744 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
9745 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
9746 (Edebug Display Update): Correct pxref.
9747 (Edebug and Macros): New node.
9748 (Instrumenting Macro Calls): Is now a subsubsection.
9749 Neither arg of `def-edebug-spec' is evaluated.
9750 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
9751 (Specification Examples): Fix typo.
9752
97532005-06-14 Lute Kamstra <lute@gnu.org>
9754
9755 * debugging.texi (Function Debugging): Primitives can break on
9756 entry too.
9757
97582005-06-14 Kim F. Storm <storm@cua.dk>
9759
9760 * variables.texi (Setting Variables): Add add-to-ordered-list.
9761
97622005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9763
9764 * syntax.texi (Parsing Expressions): Document aux functions and vars of
9765 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
9766
97672005-06-13 Lute Kamstra <lute@gnu.org>
9768
9769 * text.texi (Special Properties): Fix cross reference.
9770
97712005-06-11 Luc Teirlinck <teirllm@auburn.edu>
9772
9773 * debugging.texi (Function Debugging): Delete mention of empty
9774 string argument to `cancel-debug-on-entry'. Delete inaccurate
9775 description of the return value of that command.
9776
97772005-06-11 Alan Mackenzie <acm@muc.de>
9778
9779 * text.texi (Adaptive Fill): Amplify the description of
9780 fill-context-prefix.
9781
97822005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9783
9784 * syntax.texi (Parsing Expressions): Fix Texinfo error.
9785
97862005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9787
9788 * syntax.texi (Parsing Expressions): Document syntax-ppss.
9789
97902005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9791
9792 * debugging.texi (Error Debugging): Minor rewording.
9793 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
9794 is optional.
9795
97962005-06-10 Lute Kamstra <lute@gnu.org>
9797
9798 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
9799 (Top): Give it a title. Correct version number. Give the
9800 detailed node listing a more prominent header.
9801 * intro.texi: Don't set VERSION here a second time.
9802 Mention Emacs's version too.
9803 * anti.texi (Antinews): Use EMACSVER to refer to the current
9804 version of Emacs.
9805
98062005-06-09 Kim F. Storm <storm@cua.dk>
9807
9808 * searching.texi (Entire Match Data): Explain new `reseat' argument to
9809 match-data and set-match-data.
9810
98112005-06-08 Richard M. Stallman <rms@gnu.org>
9812
9813 * searching.texi (Entire Match Data): Clarify when match-data
9814 returns markers and when integers.
9815
9816 * display.texi (Defining Faces): Explain that face name should not
9817 end in `-face'.
9818
9819 * modes.texi (Mode Line Data): Minor cleanup.
9820 (Customizing Keywords): Node split out of Search-based Fontification.
9821 Add example of using font-lock-add-keywords from a hook.
9822 Clarify when MODE should be non-nil, and when nil.
9823
98242005-06-06 Richard M. Stallman <rms@gnu.org>
9825
9826 * modes.texi (Mode Line Data): Explain what happens when the car
9827 of a list is a void symbol.
9828 (Search-based Fontification): Explain MODE arg to
9829 font-lock-add-keywords and warn about calls from major modes.
9830
98312005-06-08 Juri Linkov <juri@jurta.org>
9832
9833 * display.texi (Standard Faces): Add `shadow' face.
9834
98352005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9836
9837 * modes.texi (Major Mode Conventions): A derived mode only needs
9838 to put the call to the parent mode inside `delay-mode-hooks'.
9839
98402005-05-29 Richard M. Stallman <rms@gnu.org>
9841
9842 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
9843 new, and what that implies. Clarify.
9844
9845 * files.texi (Locating Files): Clean up the text.
9846
9847 * frames.texi (Window Frame Parameters): Document user-size.
9848 Shorten entry for top by referring to left.
9849
98502005-05-26 Richard M. Stallman <rms@gnu.org>
9851
9852 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
9853 is new, and what the implications are. Other clarifications.
9854
98552005-05-24 Richard M. Stallman <rms@gnu.org>
9856
9857 * frames.texi (Dialog Boxes): Minor fixes.
9858
98592005-05-25 Masatake YAMATO <jet@gyve.org>
9860
9861 * display.texi (Standard Faces): Write about `mode-line-highlight'.
9862
98632005-05-24 Luc Teirlinck <teirllm@auburn.edu>
9864
9865 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
9866 is optional.
9867
98682005-05-24 Nick Roberts <nickrob@snap.net.nz>
9869
10d1d0af 9870 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
9871
98722005-05-23 Lute Kamstra <lute@gnu.org>
9873
9874 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
9875 syntax-begin-function over font-lock-beginning-of-syntax-function.
9876
98772005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9878
9879 * minibuf.texi (Reading File Names): Update description of
9880 `read-directory-name'.
9881
9882 * modes.texi (Derived Modes): Clarify :group keyword.
9883
98842005-05-21 Eli Zaretskii <eliz@gnu.org>
9885
9886 * files.texi (Locating Files): New subsection.
9887 Describe locate-file and executable-find.
9888
98892005-05-21 Kevin Ryde <user42@zip.com.au>
9890
9891 * frames.texi (Initial Parameters): Update cross reference to
9892 "Emacs Invocation".
9893
98942005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9895
9896 * keymaps.texi (Active Keymaps): Add anchor.
9897
9898 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
9899 (Major Mode Conventions): Refer to `Auto Major Mode' in more
9900 appropriate place.
9901 (Derived Modes): Small clarifications.
9902 (Minor Mode Conventions, Keymaps and Minor Modes):
9903 Replace references to nodes with references to anchors.
9904 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
9905 Clarify description of lists whose first element is an integer.
9906 (Mode Line Variables): Add anchor.
9907 (%-Constructs): Clarify description of integer after %.
9908 (Emulating Mode Line): Describe nil value for FACE.
9909
99102005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9911
9912 * modes.texi (Derived Modes): Correct references to non-existing
9913 variable standard-syntax-table.
9914
99152005-05-17 Lute Kamstra <lute@gnu.org>
9916
9917 * modes.texi (Defining Minor Modes): Mention the mode hook.
9918
99192005-05-15 Kim F. Storm <storm@cua.dk>
9920
9921 * processes.texi (Network): Remove open-network-stream-nowait.
9922 (Network Servers): Remove open-network-stream-server.
9923
99242005-05-15 Luc Teirlinck <teirllm@auburn.edu>
9925
9926 * elisp.texi (Top): Update detailed menu.
9927
9928 * variables.texi: Reorder nodes.
9929 (Variables): Update menu.
9930 (File Local Variables): Do not refer to the `-*-' line as
9931 a "local variables list". Add pxref.
9932
99332005-05-14 Luc Teirlinck <teirllm@auburn.edu>
9934
9935 * elisp.texi (Top): Update detailed menu for node changes.
9936
9937 * modes.texi (Modes): Update Menu.
9938 (Hooks): Move to beginning of chapter.
9939 Most minor modes run mode hooks too.
9940 `add-hook' can handle void hooks or hooks whose value is a single
9941 function.
9942 (Major Modes): Update Menu.
9943 (Major Mode Basics): New node, split off from `Major Modes'.
9944 (Major Mode Conventions): Correct xref. Explain how to handle
9945 auto-mode-alist if the major mode command has an autoload cookie.
9946 (Auto Major Mode): Major update. Add magic-mode-alist.
9947 (Derived Modes): Major update.
9948 (Mode Line Format): Update Menu.
9949 (Mode Line Basics): New node, split off from `Mode Line Format'.
9950
9951 * loading.texi (Autoload): Mention `autoload cookie' as synonym
9952 for `magic autoload comment'. Add index entries and anchor.
9953
99542005-05-14 Richard M. Stallman <rms@gnu.org>
9955
9956 * tips.texi (Coding Conventions): Explain how important it is
9957 that just loading certain files not change Emacs behavior.
9958
9959 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
9960
99612005-05-12 Lute Kamstra <lute@gnu.org>
9962
9963 * modes.texi (Generic Modes): Update.
9964 (Major Modes): Refer to node "Generic Modes".
9965
9966 * elisp.texi (Top): Update to the current structure of the manual.
9967 * processes.texi (Processes): Add menu description.
9968 * customize.texi (Customization): Add menu descriptions.
9969
99702005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9971
9972 * processes.texi (Signals to Processes)
9973 (Low-Level Network): Fix typos.
9974
99752005-05-11 Lute Kamstra <lute@gnu.org>
9976
9977 * elisp.texi (Top): Add some nodes from the chapter "Major and
9978 Minor Modes" to the detailed node listing.
9979
99802005-05-10 Richard M. Stallman <rms@gnu.org>
9981
9982 * keymaps.texi (Extended Menu Items): Menu item filter functions
9983 can be called at any time.
9984
99852005-05-08 Luc Teirlinck <teirllm@auburn.edu>
9986
9987 * variables.texi (File Local Variables): `(hack-local-variables t)'
9988 now also checks whether a mode is specified in the local variables
9989 list.
9990
99912005-05-05 Kevin Ryde <user42@zip.com.au>
9992
9993 * display.texi (The Echo Area): Correct format function cross
9994 reference.
9995
99962005-05-05 Luc Teirlinck <teirllm@auburn.edu>
9997
9998 * variables.texi (Variable Aliases): Change description of
9999 `define-obsolete-variable-alias'.
10000
10001 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10002 (Defining Functions): Add xref.
10003 (Obsolete Functions): New node.
10004 (Function Safety): Standardize capitalization of section title.
10005
10006 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10007 (Dialog Boxes): Complete description of `x-popup-dialog'.
10008
100092005-05-04 Richard M. Stallman <rms@gnu.org>
10010
10011 * commands.texi (Interactive Codes): Fix Texinfo usage.
10012 Document U more clearly.
10013
100142005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10015
10016 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10017 function and not a macro.
10018
10019 * frames.texi (Pop-Up Menus): Correct and clarify description of
10020 `x-popup-menu'.
10021 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10022
100232005-05-01 Richard M. Stallman <rms@gnu.org>
10024
10025 * edebug.texi (Checking Whether to Stop): Fix previous change.
10026
100272005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10028
10029 * display.texi: Fix typos and Texinfo usage.
10030
10031 * edebug.texi (Checking Whether to Stop): executing-macro ->
10032 executing-kbd-macro.
10033
100342005-05-01 Richard M. Stallman <rms@gnu.org>
10035
10036 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10037
100382005-04-30 Richard M. Stallman <rms@gnu.org>
10039
10040 * files.texi (Magic File Names): Document `operations' property.
10041
100422005-04-29 Lute Kamstra <lute@gnu.org>
10043
10044 * modes.texi (Generic Modes): New node.
10045 (Major Modes): Add it to the menu.
10046 (Derived Modes): Add "derived mode" to concept index.
10047
100482005-04-28 Lute Kamstra <lute@gnu.org>
10049
10050 * modes.texi (Defining Minor Modes): Fix previous change.
10051 (Font Lock Mode): Simplify.
10052 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10053 when set and that some parts are optional. Add cross references.
10054 (Search-based Fontification): Say how to specify font-lock-keywords.
10055 Add cross references. Add font-lock-multiline to index.
10056 Move font-lock-keywords-case-fold-search here from node "Other Font
10057 Lock Variables". Document font-lock-add-keywords and
10058 font-lock-remove-keywords.
10059 (Other Font Lock Variables): Move font-lock-keywords-only,
10060 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10061 and font-lock-syntactic-face-function to node "Syntactic Font
10062 Lock". Move font-lock-keywords-case-fold-search to node
10063 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10064 and font-lock-{,un}fontify-{buffer,region}-function.
10065 (Precalculated Fontification): Remove reference to deleted variable
10066 font-lock-core-only.
10067 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10068 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10069 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10070 and font-lock-syntactic-face-function here from node "Other Font
10071 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10072 Syntax Properties". Add cross references.
10073 (Setting Syntax Properties): New node.
10074 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10075 * syntax.texi (Syntax Properties): Add cross reference.
10076 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10077
100782005-04-26 Richard M. Stallman <rms@gnu.org>
10079
10080 * display.texi (Defining Faces):
10081 Document `default' elements of defface spec.
10082
10083 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10084
10085 * variables.texi (Variable Aliases): Clarify text.
10086
100872005-04-25 Chong Yidong <cyd@stupidchicken.com>
10088
10089 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10090
100912005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10092
10093 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10094
100952005-04-24 Eli Zaretskii <eliz@gnu.org>
10096
10097 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10098 syntax-after and syntax-class.
10099
10100 * files.texi (Changing Files): Fix last change's cross-reference.
10101 (Unique File Names): Don't mention "numbers" in the documentation
10102 of make-temp-file and make-temp-name.
10103
101042005-04-23 Richard M. Stallman <rms@gnu.org>
10105
10106 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10107
101082005-04-22 Nick Roberts <nickrob@snap.net.nz>
10109
10110 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10111
101122005-04-22 Nick Roberts <nickrob@snap.net.nz>
10113
10114 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10115 and define-obsolete-variable-alias.
10116
101172005-04-22 Kim F. Storm <storm@cua.dk>
10118
10119 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10120 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10121
101222005-04-21 Lute Kamstra <lute@gnu.org>
10123
10124 * lists.texi (Association Lists): Document rassq-delete-all.
10125
101262005-04-19 Richard M. Stallman <rms@gnu.org>
10127
10128 * modes.texi (Search-based Fontification): Explain that
10129 facespec is an expression to be evaluated.
10130
101312005-04-19 Kevin Ryde <user42@zip.com.au>
10132
10133 * streams.texi (Output Functions): Fix xref.
10134 * strings.texi (String Conversion): Fix xref.
10135
101362005-04-19 Kim F. Storm <storm@cua.dk>
10137
10138 * symbols.texi (Symbol Plists): Add safe-get.
10139 Mention that `get' may signal an error.
10140
101412005-04-18 Nick Roberts <nickrob@snap.net.nz>
10142
10143 * customize.texi (Variable Definitions): Replace tooltip-mode
10144 example with save-place.
10145
101462005-04-17 Richard M. Stallman <rms@gnu.org>
10147
10148 * buffers.texi (Indirect Buffers): Clarify.
10149
10150 * positions.texi (Positions): Clarify converting marker to integer.
10151
10152 * strings.texi (String Basics): Mention string-match; clarify.
10153
101542005-04-08 Lute Kamstra <lute@gnu.org>
10155
10156 * modes.texi (Search-based Fontification): Fix cross references.
10157 Use consistent terminology. Document anchored highlighting.
10158
101592005-04-05 Lute Kamstra <lute@gnu.org>
10160
10161 * modes.texi (Defining Minor Modes): Document :group keyword
10162 argument and its default value.
10163
101642005-04-03 Lute Kamstra <lute@gnu.org>
10165
10166 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10167 references and/or descriptions. Delete major mode hooks; mention
10168 them as a category instead. Rename or delete obsolete hooks.
10169
101702005-04-02 Richard M. Stallman <rms@gnu.org>
10171
10172 * nonascii.texi (Coding System Basics): Another wording cleanup.
10173
101742005-04-01 Richard M. Stallman <rms@gnu.org>
10175
10176 * nonascii.texi (Coding System Basics): Clarify previous change.
10177
101782005-04-01 Kenichi Handa <handa@m17n.org>
10179
10d1d0af 10180 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
10181 identity of coding systems.
10182
101832005-03-29 Chong Yidong <cyd@stupidchicken.com>
10184
10185 * text.texi (Buffer Contents): Add filter-buffer-substring and
10186 buffer-substring-filters.
10187
101882005-03-26 Chong Yidong <cyd@stupidchicken.com>
10189
10190 * anti.texi (Antinews): Mention `G' interactive code.
10191
10192 * tips.texi (Compilation Tips): Mention benchmark.el.
10193
101942005-03-27 Luc Teirlinck <teirllm@auburn.edu>
10195
10196 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10197 is now bound to M-o M-o.
10198
10199 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10200
102012005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10202
10203 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10204 in the Emacs Manual).
10205 * Makefile.in (srcs): Remove calendar.texi.
10206 * makefile.w32-in (srcs): Remove calendar.texi.
10207 * display.texi (Display): Change name of next node.
10208 * os.texi (System In): Change name of previous node.
10209 * elisp.texi (Top): Remove Calendar references.
10210 * vol1.texi (Top): Remove Calendar references.
10211 * vol2.texi (Top): Remove Calendar references.
10212
102132005-03-25 Richard M. Stallman <rms@gnu.org>
10214
10215 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10216 Cleanup previous change.
10217
102182005-03-25 Chong Yidong <cyd@stupidchicken.com>
10219
10220 * display.texi (Face Attributes): Faces earlier in an :inherit
10221 list take precedence.
10222 (Scroll Bars): Fix description of vertical-scroll-bars.
10223 Document frame-current-scroll-bars and window-current-scroll-bars.
10224
10225 * markers.texi (The Mark): Document temporary Transient Mark mode.
10226
10227 * minibuf.texi (Reading File Names):
10228 Document read-file-name-completion-ignore-case.
10229
10230 * positions.texi (Screen Lines): Document nil for width argument
10231 to compute-motion.
10232
102332005-03-23 Kim F. Storm <storm@cua.dk>
10234
10235 * display.texi (Standard Faces): Other faces used in the fringe
10236 implicitly inherits from the fringe face.
10237 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10238 properties implicitly inherits from fringe face.
10239 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10240
102412005-03-20 Chong Yidong <cyd@stupidchicken.com>
10242
10243 * display.texi (Invisible Text): State default value of
10244 line-move-ignore-invisible.
10245 (Managing Overlays): Document remove-overlays.
10246 (Standard Faces): Document escape-glyph face.
10247
10248 * minibuf.texi (Reading File Names): Document read-file-name-function.
10249
10250 * modes.texi (Other Font Lock Variables):
10251 Document font-lock-lines-before.
10252
10253 * positions.texi (Skipping Characters): skip-chars-forward allows
10254 character classes.
10255
102562005-03-18 Lute Kamstra <lute@gnu.org>
10257
10258 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10259
102602005-03-17 Richard M. Stallman <rms@gnu.org>
10261
10262 * text.texi (Undo): Document extensible undo entries.
10263
dd7b651b 10264 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
10265
10266 * nonascii.texi (Character Codes): Minor fix.
10267
10268 * display.texi (Display Property): Explain the significance
10269 of having text properties that are eq.
10270 (Other Display Specs): Explain string as display spec.
10271
10272 * commands.texi (Interactive Codes): Document G option.
10273
102742005-03-17 Chong Yidong <cyd@stupidchicken.com>
10275
10276 * text.texi (Filling): Add sentence-end-without-period and
10277 sentence-end-without-space.
10278 (Changing Properties): Minor fix.
10279
10280 * anti.texi: Total rewrite.
10281
102822005-03-15 Lute Kamstra <lute@gnu.org>
10283
10284 * edebug.texi (Instrumenting Macro Calls): Fix typos.
10285
102862005-03-08 Kim F. Storm <storm@cua.dk>
10287
10288 * display.texi (Specified Space): Property :width is support on
10289 non-graphic terminals, :height is not.
10290
102912005-03-07 Richard M. Stallman <rms@gnu.org>
10292
10293 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10294 Now subnodes of Fringes.
10295 (Overlay Arrow): Document overlay-arrow-variable-list.
10296 (Fringe Size/Pos): New node, broken out of Fringes.
10297 (Display): Explain clearing vs redisplay better.
10298 (Truncation): Clarify use of bitmaps.
10299 (The Echo Area): Clarify the uses of the echo area.
10300 Add max-mini-window-height.
10301 (Progress): Clarify.
10302 (Invisible Text): Explain that main loop moves point out.
10303 (Selective Display): Say "hidden", not "invisible".
10304 (Managing Overlays): Move up. Describe relation to Undo here.
10305 (Overlay Properties): Clarify intro.
10306 (Finding Overlays): Explain return values when nothing found.
10307 (Width): truncate-string-to-width has added arg.
10308 (Displaying Faces): Clarify and update mode line face handling.
10309 (Face Functions): Minor cleanup.
10310 (Conditional Display): Merge into Other Display Specs.
10311 (Pixel Specification, Other Display Specs): Minor cleanups.
10312 (Images, Image Descriptors): Minor cleanups.
10313 (GIF Images): Patents have expired.
10314 (Showing Images): Explain default text for insert-image.
10315 (Manipulating Button Types): Merge into Manipulating Buttons.
10316 (Making Buttons): Explain return values.
10317 (Button Buffer Commands): Add xref.
10318 (Inverse Video): Update mode-line-inverse-video.
10319 (Display Table Format): Clarify.
10320 (Active Display Table): Give defaults for window-display-table.
10321
10322 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10323 and calendar-today-marker are strings, not chars.
10324 (Holiday Customizing): Minor fix.
10325
10326 * internals.texi (Writing Emacs Primitives): Update `or' example.
10327 Update limit on # args of subr.
10328
10329 * edebug.texi (Using Edebug): Arrow is in fringe.
10330 (Instrumenting): Arg to eval-defun works without loading edebug.
10331 (Edebug Execution Modes): Add xref.
10332
10333 * customize.texi (Common Keywords): Clarify :require.
10334 Mention :version here.
10335 (Variable Definitions, Group Definitions): Not here.
10336 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10337
103382005-03-07 Chong Yidong <cyd@stupidchicken.com>
10339 * nonascii.texi (Text Representations): Clarify position-bytes.
10340 (Character Sets): Add list-charset-chars.
10341 (Scanning Charsets): Add charset-after.
10342 (Encoding and I/O): Minor fix.
10343
103442005-03-06 Richard M. Stallman <rms@gnu.org>
10345
10346 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10347 (Resizing Windows): Likewise.
10348
10349 * text.texi (Change Hooks): Get rid of "Emacs 21".
10350
10351 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10352
10353 * streams.texi (Output Variables): Get rid of "Emacs 21".
10354
10355 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10356
10357 * os.texi (Translating Input): Replace flow-control example
10358 with a less obsolete example that uses `keyboard-translate'.
10359
10360 * objects.texi (Hash Table Type, Circular Objects):
10361 Get rid of "Emacs 21".
10362
10363 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10364 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10365
10366 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10367
10368 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10369
10370 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10371 (Menu Bar): Fix when menu-bar-update-hook is called.
10372
10373 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10374
10375 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10376 and make it read better.
10377
10378 * files.texi (Writing to Files): Get rid of "Emacs 21".
10379 (Unique File Names): Likewise.
10380
10381 * elisp.texi: Update Emacs version to 22.
10382
10383 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10384 (Overlay Properties, Face Attributes): Likewise.
10385 (Managing Overlays): Fix punctuation.
10386 (Attribute Functions): Clarify set-face-font; get rid of
10387 info about old Emacs versions.
10388 (Auto Faces, Font Lookup, Display Property, Images):
10389 Get rid of "Emacs 21".
10390
10391 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10392
103932005-03-05 Richard M. Stallman <rms@gnu.org>
10394
10395 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10396
103972005-03-04 Lute Kamstra <lute@gnu.org>
10398
10399 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10400
104012005-03-03 Lute Kamstra <lute@gnu.org>
10402
10403 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10404
104052005-03-01 Lute Kamstra <lute@gnu.org>
10406
10407 * debugging.texi (Debugger Commands): Update `j'.
10408
104092005-02-28 Lute Kamstra <lute@gnu.org>
10410
10411 * debugging.texi (Debugging): Fix typo.
10412 (Error Debugging): Document eval-expression-debug-on-error.
10413 (Function Debugging): Update example.
10414 (Using Debugger): Mention starred stack frames.
10415 (Debugger Commands): Document `j' and `l'.
10416 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10417 Update the messages that the debugger displays.
10418 (Internals of Debugger): Add cross reference. Update example.
10419 (Excess Open): Minor improvement.
10420 (Excess Close): Minor improvement.
10421
104222005-02-26 Richard M. Stallman <rms@gnu.org>
10423
10424 * tips.texi (Coding Conventions): Clarify.
10425 Put all the major mode key reservations together.
10426 Mention the Mouse-1 => Mouse-2 conventions.
10427
10428 * syntax.texi (Syntax Class Table): Clarify.
10429 (Syntax Table Functions): syntax-after moved from here.
10430 (Syntax Table Internals): syntax-after moved to here.
10431 (Parsing Expressions): Update info on number of values
10432 and what's meaningful in the STATE argument.
10433 (Categories): Fix typo.
10434
10435 * sequences.texi (Arrays): Cleanup.
10436 (Char-Tables): Clarify.
10437
10438 * processes.texi (Deleting Processes): Cleanups, add xref.
10439 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10440 (Process Information): set-process-coding-system, some args optional.
10441 (Input to Processes): Explain various types for PROCESS args.
10442 Rename them from PROCESS-NAME to PROCESS.
10443 (Signals to Processes): Likewise.
10444 (Decoding Output): Cleanup.
10445 (Query Before Exit): Clarify.
10446
10447 * os.texi (Startup Summary): Correct the options; add missing ones.
10448 (Terminal Output, Batch Mode): Clarify.
10449 (Flow Control): Node deleted.
10450
10451 * markers.texi (The Mark): Clarify.
10452
10453 * macros.texi (Expansion): Cleanup.
10454 (Indenting Macros): indent-spec allows ints, not floats.
10455
10456 * keymaps.texi (Keymaps): Clarify.
10457 (Format of Keymaps): Update lisp-mode-map example.
10458 (Active Keymaps, Key Lookup): Clarify.
10459 (Changing Key Bindings): Add xref to `kbd'.
10460 (Key Binding Commands, Simple Menu Items): Clarify.
10461 (Mouse Menus, Menu Bar): Clarify.
10462 (Menu Example): Replace print example with menu-bar-replace-menu.
10463
10464 * help.texi (Documentation Basics): Add function-documentation prop.
10465
10466 * elisp.texi (Top): Don't refer to Flow Control node.
10467
10468 * commands.texi (Command Overview): Improve xrefs.
10469 (Adjusting Point): Adjusting point applies to intangible and invis.
10470 (Key Sequence Input): Doc extra read-key-sequence args.
10471 Likewise for read-key-sequence-vector.
10472
10473 * backups.texi (Rename or Copy): Minor fix.
10474 (Numbered Backups): For version-control, say the default.
10475 (Auto-Saving): make-auto-save-file-name example is simplified.
10476
10477 * advice.texi (Advising Functions): Don't imply one part of Emacs
10478 should advise another part. Markup changes.
10479 (Defining Advice): Move transitional para.
10480 (Activation of Advice): Cleanup.
10481 Explain if COMPILE is nil or negative.
10482
10483 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10484
104852005-02-24 Lute Kamstra <lute@gnu.org>
10486
10487 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10488 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10489
104902005-02-23 Lute Kamstra <lute@gnu.org>
10491
10492 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10493 to define global minor modes as well.
10494
10495 * display.texi (Managing Overlays): overlay-buffer returns nil for
10496 deleted overlays.
10497
104982005-02-22 Kim F. Storm <storm@cua.dk>
10499
10500 * minibuf.texi (Basic Completion): Allow symbols in addition to
10501 strings in try-completion and all-completions.
10502
105032005-02-14 Lute Kamstra <lute@gnu.org>
10504
10505 * elisp.texi (Top): Remove reference to deleted node.
10506
10507 * lists.texi (Lists): Remove reference to deleted node.
10508 (Cons Cells): Fix typo.
10509
10510 * loading.texi (Where Defined): Fix typo.
10511
105122005-02-14 Richard M. Stallman <rms@gnu.org>
10513
10514 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10515 is useful for discarding some minor modes.
10516
10517 * symbols.texi (Symbol Components): Reorder examples.
10518
10519 * streams.texi (Input Functions): State standard-input default.
10520 (Output Variables): State standard-output default.
10521
10522 * objects.texi (Printed Representation): Clarify read syntax vs print.
10523 (Floating Point Type): Explain meaning better.
10524 (Symbol Type): Explain uniqueness better.
10525 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10526 List examples sooner.
10527 (Box Diagrams): New subnode broken out.
10528 Some examples moved from old Lists as Boxes node.
10529 (Dotted Pair Notation): Clarify intro.
10530 (Array Type): Clarify.
10531 (Type Predicates): Add hash-table-p.
10532
10533 * numbers.texi (Integer Basics): Clarify radix explanation.
10534 (Predicates on Numbers): Minor clarification.
10535 (Comparison of Numbers): Minor clarification. Clarify eql.
10536 Typos in min, max.
10537 (Math Functions): Clarify overflow in expt.
10538
10539 * minibuf.texi (Text from Minibuffer): Minor clarification.
10540 Mention arrow keys.
10541
10542 * loading.texi (Autoload): defun's doc string overrides autoload's
10543 doc string.
10544 (Repeated Loading): Modernize "add to list" examples.
10545 (Where Defined): Finish updating table of load-history elts.
10546
10547 * lists.texi (List-related Predicates): Minor wording improvement.
10548 (Lists as Boxes): Node deleted.
10549 (Building Lists): Explain trivial cases of number-sequence.
10550
10551 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 10552 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
10553 (Hash Access): Any object can be a key.
10554 State value of maphash.
10555
10556 * functions.texi (What Is a Function): Wording cleanup.
10557 (Function Documentation): Minor cleanup.
10558 Explain purpose of calling convention at end of doc string.
10559 (Function Names): Wording cleanup.
10560 (Calling Functions): Wording cleanup.
10561 Explain better how funcall calls the function.
10562 (Function Cells): Delete example of saving and redefining function.
10563
10564 * control.texi (Combining Conditions): Wording cleanup.
10565 (Iteration): dolist and dotimes bind VAR locally.
10566 (Cleanups): Xref to Atomic Changes.
10567
10568 * compile.texi (Byte Compilation): Delete 19.29 info.
10569 (Compilation Functions): Macros' difficulties don't affect defsubst.
10570 (Docs and Compilation): Delete 19.29 info.
10571
105722005-02-10 Richard M. Stallman <rms@gnu.org>
10573
10574 * objects.texi (Symbol Type): Minor correction.
10575
105762005-02-06 Lute Kamstra <lute@gnu.org>
10577
10578 * modes.texi (Example Major Modes): Fix typos.
10579
105802005-02-06 Richard M. Stallman <rms@gnu.org>
10581
10582 * text.texi (Margins): fill-nobreak-predicate can be one function.
10583
10584 * strings.texi (Modifying Strings): clear-string can make unibyte.
10585 (Formatting Strings): format gives error if values missing.
10586
10587 * positions.texi (Character Motion): Mention default arg
10588 for forward-char. backward-char refers to forward-char.
10589 (Word Motion): Mention default arg for forward-word.
10590 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10591 Simplify end-of-buffer.
10592 (Text Lines): Mention default arg for forward-line.
10593 (List Motion): Mention default arg for beginning/end-of-defun.
10594 (Skipping Characters): Minor fixes in explaining character-set.
10595
10596 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10597 Mode inheritance applies only when default-major-mode is nil.
10598 Clarifications.
10599 (Example Major Modes): Update Text mode and Lisp mode examples.
10600 (Minor Mode Conventions): Mention define-minor-mode at top.
10601 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10602 (Mode Line Format): Update mode line face display info.
10603 (Properties in Mode): Mention effect of risky vars.
10604 (Imenu): Define imenu-add-to-menubar.
10605 (Font Lock Mode): Add descriptions to menu lines.
10606 (Faces for Font Lock): Add font-lock-doc-face.
10607
106082005-02-05 Lute Kamstra <lute@gnu.org>
10609
10610 * text.texi (Maintaining Undo): Remove obsolete function.
10611
106122005-02-05 Eli Zaretskii <eliz@gnu.org>
10613
10614 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 10615 color specifications. Improve indexing.
b8d4c8d0
GM
10616 (Text Terminal Colors): Replace the description of RGB values by
10617 an xref to "Color Names".
10618
106192005-02-03 Richard M. Stallman <rms@gnu.org>
10620
10621 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10622 Clarify.
10623 (Selecting Windows): Clarify save-selected-window.
10624 (Cyclic Window Ordering): Clarify walk-windows.
10625 (Window Point): Clarify.
10626 (Window Start): Add comment to example.
10627 (Resizing Windows): Add `interactive' specs in examples.
10628 Document fit-window-to-buffer.
10629
10630 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
10631 (Undo, Maintaining Undo): Clarify last change.
10632 (Sorting): In sort-numeric-fields, explain about octal and hex.
10633 Mention sort-numeric-base.
10634 (Format Properties): Add xref for hard newlines.
10635
10636 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
10637 (Pop-Up Menus): Fix typo.
10638 (Color Names): Explain all types of color names.
10639 Explain color-values on B&W terminal.
10640 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
10641
10642 * files.texi (File Locks): Not supported on MS systems.
10643 (Testing Accessibility): Clarify.
10644
10645 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
10646 (Coverage Testing): Fix typo.
10647
10648 * commands.texi (Misc Events): Remove stray space.
10649
10650 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
10651 (Modification Time): Clarify when visited-file-modtime returns 0.
10652 (The Buffer List): Clarify bury-buffer.
10653 (Killing Buffers): Clarify.
10654 (Indirect Buffers): Add clone-indirect-buffer.
10655
106562005-02-02 Matt Hodges <MPHodges@member.fsf.org>
10657
10658 * edebug.texi (Printing in Edebug): Fix default value of
10659 edebug-print-circle.
10660 (Coverage Testing): Fix displayed frequency count data.
10661
106622005-02-02 Luc Teirlinck <teirllm@auburn.edu>
10663
10664 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
10665
106662005-02-02 Kim F. Storm <storm@cua.dk>
10667
10668 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
10669
106702005-01-29 Eli Zaretskii <eliz@gnu.org>
10671
10672 * commands.texi (Misc Events): Describe the help-echo event.
10673
10674 * text.texi (Special Properties) <help-echo>: Use `pos'
10675 consistently in description of the help-echo property.
10676 Use @code{nil} instead of @var{nil}.
10677
10678 * display.texi (Overlay Properties): Fix the index entry for
10679 help-echo overlay property.
10680
10681 * customize.texi (Type Keywords): Uncomment the xref to the
10682 help-echo property documentation.
10683
106842005-01-23 Kim F. Storm <storm@cua.dk>
10685
10686 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
10687 return value. Third element FULLY replaced by PARTIAL which
10688 specifies number of invisible pixels if row is only partially visible.
10689 (Textual Scrolling): Mention auto-window-vscroll.
10690 (Vertical Scrolling): New defvar auto-window-vscroll.
10691
106922005-01-16 Luc Teirlinck <teirllm@auburn.edu>
10693
10694 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
10695 command remapping.
10696
106972005-01-15 Richard M. Stallman <rms@gnu.org>
10698
10699 * display.texi (Defining Images): Mention DATA-P arg of create-image.
10700
107012005-01-14 Kim F. Storm <storm@cua.dk>
10702
10703 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
10704
10705 * text.texi (Links and Mouse-1): Fix string and vector item.
10706
107072005-01-13 Richard M. Stallman <rms@gnu.org>
10708
10709 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
10710 descriptions of overriding-local-map and overriding-terminal-local-map.
10711
10712 * text.texi (Links and Mouse-1): Clarify text.
10713
107142005-01-13 Kim F. Storm <storm@cua.dk>
10715
10716 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
10717
107182005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
10719
10720 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
10721
107222005-01-12 Kim F. Storm <storm@cua.dk>
10723
10724 * text.texi (Links and Mouse-1): Rename section from Enabling
10725 Mouse-1 to Following Links. Change xrefs.
10726 Add examples for define-button-type and define-widget.
10727
10728 * display.texi (Button Properties, Button Buffer Commands):
10729 Clarify mouse-1 and follow-link functionality.
10730
107312005-01-12 Richard M. Stallman <rms@gnu.org>
10732
10733 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
10734
10735 * display.texi (Beeping): Fix Texinfo usage.
10736
10737 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
10738
107392005-01-11 Kim F. Storm <storm@cua.dk>
10740
10741 * display.texi (Button Properties, Button Buffer Commands):
10742 Mention mouse-1 binding. Add follow-link keyword.
10743
10744 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
10745 (Enabling Mouse-1 to Follow Links): New subsection.
10746
107472005-01-06 Richard M. Stallman <rms@gnu.org>
10748
10749 * text.texi (Special Properties): Minor change.
10750
10751 * os.texi (Timers): Clarify previous change.
10752
10753 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
10754
107552005-01-01 Luc Teirlinck <teirllm@auburn.edu>
10756
10757 * display.texi (Face Attributes): Correct xref to renamed node.
10758
107592005-01-01 Richard M. Stallman <rms@gnu.org>
10760
10761 * display.texi (Face Attributes): Describe hex color specs.
10762
107632004-12-31 Richard M. Stallman <rms@gnu.org>
10764
10765 * os.texi (Timers): Update previous change.
10766
107672004-12-30 Kim F. Storm <storm@cua.dk>
10768
10769 * display.texi (Line Height): Total line-height is now specified
10770 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
10771 in cons cells. (nil . RATIO) is relative to actual line height.
10772 Use line-height `t' instead of `0' to get minimum height.
10773
107742004-12-29 Richard M. Stallman <rms@gnu.org>
10775
10776 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
10777
107782004-12-28 Richard M. Stallman <rms@gnu.org>
10779
10780 * commands.texi (Quitting): Clarify value of with-local-quit.
10781
10782 * elisp.texi (Top): Fix previous change.
10783
10784 * loading.texi (Loading): Fix previous change.
10785
107862004-12-27 Richard M. Stallman <rms@gnu.org>
10787
10788 * Makefile.in (MAKEINFO): Specify --force.
10789
10790 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
10791
10792 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
10793
10794 * display.texi (Line Height): Further clarify.
10795
10796 * elisp.texi (Top): Update Loading submenu.
10797
10798 * loading.texi (Where Defined): New node.
10799 (Unloading): load-history moved to Where Defined.
10800
108012004-12-21 Richard M. Stallman <rms@gnu.org>
10802
10803 * commands.texi (Event Input Misc): Add while-no-input.
10804
108052004-12-11 Richard M. Stallman <rms@gnu.org>
10806
10807 * display.texi (Line Height): Rewrite text for clarity.
10808
108092004-12-11 Kim F. Storm <storm@cua.dk>
10810
10811 * display.texi (Display): Add node "Line Height" to menu.
10812 (Line Height): New node. Move full description of line-spacing
10813 and line-height text properties here from text.texi.
10814 (Scroll Bars): Add vertical-scroll-bar variable.
10815
10816 * frames.texi (Window Frame Parameters): Remove line-height defvar.
10817
10818 * locals.texi (Standard Buffer-Local Variables): Fix xref for
10819 line-spacing and vertical-scroll-bar.
10820
10821 * text.texi (Special Properties): Just mention line-spacing and
10822 line-height here, add xref to new "Line Height" node.
10823
108242004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
10825
10826 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
10827
10828 * locals.texi (Standard Buffer-Local Variables):
10829 Add @xref for `line-spacing'.
10830
108312004-12-05 Richard M. Stallman <rms@gnu.org>
10832
10833 * Makefile.in (maintainer-clean): Remove the info files
10834 in $(infodir) where they are created.
10835
108362004-12-03 Richard M. Stallman <rms@gnu.org>
10837
10838 * windows.texi (Selecting Windows): get-lru-window and
10839 get-largest-window don't consider dedicated windows.
10840
10841 * text.texi (Undo): Document undo-in-progress.
10842
108432004-11-26 Richard M. Stallman <rms@gnu.org>
10844
10845 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
10846 Remove a few vars that are not always buffer-local.
10847
108482004-11-24 Luc Teirlinck <teirllm@auburn.edu>
10849
10850 * locals.texi (Standard Buffer-Local Variables): Comment out
10851 xref's to non-existent node `Yet to be written'.
10852
108532004-11-24 Richard M. Stallman <rms@gnu.org>
10854
10855 * processes.texi (Synchronous Processes): Grammar fix.
10856
10857 * numbers.texi (Comparison of Numbers): Add eql.
10858
10859 * locals.texi (Standard Buffer-Local Variables): Add many vars.
10860
10861 * intro.texi (Printing Notation): Fix previous change.
10862
10863 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
10864 and default-indicate-buffer-boundaries from here.
10865 (Usual Display): To here.
10866 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
10867 (Usual Display): Move tab-width up.
10868
5dcb4c4e
SM
10869 * customize.texi (Variable Definitions):
10870 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
10871 (Simple Types, Composite Types, Defining New Types):
10872 Minor cleanups.
10873
108742004-11-21 Jesper Harder <harder@ifa.au.dk>
10875
10876 * processes.texi (Synchronous Processes, Output from Processes):
10877 Markup fix.
10878
108792004-11-20 Richard M. Stallman <rms@gnu.org>
10880
10881 * positions.texi (Skipping Characters): skip-chars-forward
10882 now handles char classes.
10883
10884 * intro.texi (Printing Notation): Avoid confusion of `print'
10885 when explaining @print.
10886
10887 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
10888
10889 * display.texi (Display Table Format): Minor fix.
10890
10891 * streams.texi (Output Functions): Fix print example.
10892
10893 * Makefile.in (elisp): New target.
10894 (dist): Depend on $(infodir)/elisp, not elisp.
10895 Copy the info files from $(infodir).
10896
10897 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
10898 read-from-minibuffer.
10899
10900 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
10901
109022004-11-19 Richard M. Stallman <rms@gnu.org>
10903
10904 * searching.texi (Regexp Search): Add search-whitespace-regexp.
10905
109062004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
10907
10908 * tips.texi (Coding Conventions): Fix typo.
10909
109102004-11-16 Richard M. Stallman <rms@gnu.org>
10911
10912 * tips.texi (Coding Conventions): Separate defvar and require
10913 methods to avoid warnings. Use require only when there are many
10914 functions and variables from that package.
10915
10916 * minibuf.texi (Minibuffer Completion): When ignoring case,
10917 predicate must not be case-sensitive.
10918
10919 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
10920 (Test Coverage): Don't talk about "splotches". Clarified.
10921
109222004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
10923
10924 * frames.texi (Window Frame Parameters): Fix typo.
10925
109262004-11-15 Kim F. Storm <storm@cua.dk>
10927
10928 * symbols.texi (Other Plists): Note that plist-get may signal error.
10929 Add safe-plist-get.
10930
109312004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
10932
10933 * modes.texi (Font Lock Basics): Fix typo.
10934
109352004-11-08 Richard M. Stallman <rms@gnu.org>
10936
10937 * syntax.texi (Syntax Table Functions): Add syntax-after.
10938
109392004-11-06 Lars Brinkhoff <lars@nocrew.org>
10940
10941 * os.texi (Processor Run Time): New section documenting
10942 get-internal-run-time.
10943
109442004-11-06 Eli Zaretskii <eliz@gnu.org>
10945
10946 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
10947 it nukes elisp-cover.texi.
10948 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
10949 elisp-0 etc.
10950
109512004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10952
10953 * commands.texi (Keyboard Macros): Document `append' return value
10954 of `defining-kbd-macro'.
10955
109562004-11-01 Richard M. Stallman <rms@gnu.org>
10957
10958 * commands.texi (Interactive Call): Add called-interactively-p.
10959
109602004-10-29 Simon Josefsson <jas@extundo.com>
10961
10962 * minibuf.texi (Reading a Password): Revert.
10963
109642004-10-28 Richard M. Stallman <rms@gnu.org>
10965
10966 * frames.texi (Display Feature Testing): Explain about "vendor".
10967
109682004-10-27 Richard M. Stallman <rms@gnu.org>
10969
10970 * commands.texi (Interactive Codes): `N' uses numeric prefix,
10971 not raw. Clarify `n'.
10972 (Interactive Call): Rewrite interactive-p, focusing on when
10973 and how to use it.
10974 (Misc Events): Clarify previous change.
10975
10976 * advice.texi (Simple Advice): Clarify what job the example does.
10977 (Around-Advice): Clarify ad-do-it.
10978 (Activation of Advice): An option of ad-default-compilation-action
10979 is `never', not `nil'.
10980
109812004-10-26 Kim F. Storm <storm@cua.dk>
10982
10983 * commands.texi (Interactive Codes): Add U code letter.
10984
109852004-10-25 Simon Josefsson <jas@extundo.com>
10986
10987 * minibuf.texi (Reading a Password): Add.
10988
109892004-10-24 Jason Rumney <jasonr@gnu.org>
10990
10991 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
10992 and wheel-down.
10993
109942004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10995
10996 * processes.texi (Synchronous Processes): Document process-file.
10997
109982004-10-22 Kenichi Handa <handa@m17n.org>
10999
11000 * text.texi (translate-region): Document that it accepts also a
11001 char-table.
11002
110032004-10-22 David Ponce <david@dponce.com>
11004
11005 * windows.texi (Resizing Windows): Document the `preserve-before'
11006 argument of the functions `enlarge-window' and `shrink-window'.
11007
110082004-10-19 Jason Rumney <jasonr@gnu.org>
11009
11010 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11011
110122004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11013
11014 * text.texi (Filling): Add anchor for definition of
11015 `sentence-end-double-space'.
11016
11017 * searching.texi (Regexp Example): Update description of how
11018 Emacs currently recognizes the end of a sentence.
11019 (Standard Regexps): Update definition of the variable
11020 `sentence-end'. Add definition of the function `sentence-end'.
11021
110222004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11023
11024 * display.texi (Progress): New node.
11025
110262004-10-05 Kim F. Storm <storm@cua.dk>
11027
11028 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11029
110302004-09-29 Kim F. Storm <storm@cua.dk>
11031
11032 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11033 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11034 fringe bitmap symbols, as they now have their own namespace.
11035 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11036 vs. pixels. Signal error if no free bitmap slots.
11037 (Pixel Specification): Change IMAGE to @var{image}.
11038
110392004-09-28 Richard M. Stallman <rms@gnu.org>
11040
11041 * text.texi (Special Properties): Clarify line-spacing and line-height.
11042
11043 * searching.texi (Regexp Search): Add looking-back.
11044
110452004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11046
11047 * display.texi: Correct typos.
11048 (Image Descriptors): Correct xref's.
11049
110502004-09-25 Richard M. Stallman <rms@gnu.org>
11051
11052 * text.texi (Special Properties): Cleanups in `cursor'.
11053 Rewrites in `line-height' and `line-spacing'; exchange them.
11054
11055 * display.texi (Fringes): Rewrite previous change.
11056 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11057 (Display Fringe Bitmaps): Node deleted, text moved.
11058 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11059 (Scroll Bars): Clarify set-window-scroll-bars.
11060 (Pointer Shape): Rewrite.
11061 (Specified Space): Clarify :align-to, etc.
11062 (Pixel Specification): Use @var. Clarify new text.
11063 (Other Display Specs): Clarify `slice'.
11064 (Image Descriptors): Cleanups.
11065 (Showing Images): Cleanups.
11066
110672004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11068
11069 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11070
11071 * modes.texi: Various minor changes in addition to:
11072 (Major Mode Conventions): Final call to `run-mode-hooks' should
11073 not be inside the `delay-mode-hooks' form.
11074 (Mode Hooks): New node.
11075 (Hooks): Delete obsolete example.
11076 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11077 node "Mode Hooks".
11078
110792004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11080
11081 * display.texi: Correct various typos.
11082 (Display): Rename node "Pointer Shapes" to "Pointer
11083 Shape". (There is already a node called "Pointer Shapes" in
11084 frames.texi.)
11085 (Images): Remove non-existent node "Image Slices" from menu.
11086
110872004-09-23 Kim F. Storm <storm@cua.dk>
11088
11089 * text.texi (Special Properties): Add `cursor', `pointer',
11090 `line-height', and `line-spacing' properties.
11091
11092 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11093 Shapes' to menu.
11094 (Standard Faces): Doc fix for fringe face.
11095 (Fringes): Add `overflow-newline-into-fringe' and
11096 'indicate-buffer-boundaries'.
11097 (Fringe Bitmaps, Pointer Shapes): New nodes.
11098 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11099 Bitmaps' to menu.
11100 (Specified Space): Describe pixel width and height.
11101 (Pixel Specification): New node.
11102 (Other Display Specs): Add `slice' property.
11103 (Display Fringe Bitmaps): New node.
11104 (Images): Add 'Image Slices' to menu.
11105 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
11106 (Showing Images): Add slice arg to `insert-image'.
11107 Add 'insert-sliced-image'.
b8d4c8d0
GM
11108
111092004-09-20 Richard M. Stallman <rms@gnu.org>
11110
11111 * commands.texi (Key Sequence Input):
11112 Clarify downcasing in read-key-sequence.
11113
111142004-09-08 Juri Linkov <juri@jurta.org>
11115
11116 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11117
111182004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11119
5dcb4c4e
SM
11120 * locals.texi (Standard Buffer-Local Variables):
11121 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
11122 * internals.texi (Buffer Internals): Describe new
11123 auto_save_file_format field of the buffer structure.
11124 * files.texi (Format Conversion): `auto-save-file-format' has been
11125 renamed `buffer-auto-save-file-format'.
11126
111272004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11128
11129 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11130 an integer or a marker.
11131 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11132
111332004-08-22 Richard M. Stallman <rms@gnu.org>
11134
11135 * modes.texi (Major Mode Conventions): Discuss rebinding of
11136 standard key bindings.
11137
111382004-08-18 Kim F. Storm <storm@cua.dk>
11139
11140 * processes.texi (Accepting Output): Add `just-this-one' arg to
11141 `accept-process-output'.
11142 (Output from Processes): New var `process-adaptive-read-buffering'.
11143
111442004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11145
11146 * keymaps.texi: Various changes in addition to:
11147 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11148 Give more varied examples for `kbd'.
11149 (Creating Keymaps): Char tables have slots for all characters
11150 without modifiers.
11151 (Active Keymaps): `overriding-local-map' and
11152 `overriding-terminal-local-map' also override text property and
11153 overlay keymaps.
11154 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11155 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11156 to denote a prefix of no events.
11157 `map-keymap' includes parent's bindings _recursively_.
11158 Clarify and correct description of `where-is-internal'.
11159 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11160 (Menu Example): For menus intended for use with the keyboard, the
11161 menu items should be bound to characters or real function keys.
11162
111632004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11164
11165 * objects.texi (Character Type): Reposition `@anchor' to prevent
11166 double space inside sentence in Info.
11167
11168 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11169 renamed to `disabled-command-function'.
11170 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11171 (Command Loop Info): Replace reference to it.
11172 (Disabling Commands): `disabled-command-hook' has been renamed to
11173 `disabled-command-function'.
11174
111752004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11176
11177 * os.texi (Translating Input): Only non-prefix bindings in
11178 `key-translation-map' override actual key bindings. Warn about
11179 possible indirect effect of actual key bindings on non-prefix
11180 bindings in `key-translation-map'.
11181
111822004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11183
11184 * minibuf.texi (High-Level Completion): Add anchor for definition
11185 of `read-variable'.
11186
11187 * commands.texi: Various changes in addition to:
11188 (Using Interactive): Clarify description of `interactive-form'.
11189 (Interactive Call): Mention default for KEYS argument to
11190 `call-interactively'.
11191 (Command Loop Info): Clarify description of `this-command-keys'.
11192 Mention KEEP-RECORD argument to `clear-this-command-keys'.
11193 Value of `last-event-frame' can be `macro'.
11194 (Repeat Events): `double-click-fuzz' is also used to distinguish
11195 clicks and drags.
11196 (Classifying Events): Clarify descriptions of `event-modifiers'
11197 `event-basic-type' and `event-convert-list'.
11198 (Accessing Events): `posn-timestamp' takes POSITION argument.
11199 (Quoted Character Input): Clarify description of
11200 `read-quoted-char' and fix example.
11201 (Quitting): Add `with-local-quit'.
11202 (Disabling Commands): Correct and clarify descriptions of
11203 `enable-command' and `disable-command'.
11204 Mention what happens if `disabled-command-hook' is nil.
11205 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11206 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11207
112082004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11209
11210 * frames.texi: Various changes in addition to:
11211 (Creating Frames): Expand and clarify description of `make-frame'.
11212 (Window Frame Parameters): Either none or both of the `icon-left'
11213 and `icon-top' parameters must be specified. Put descriptions of
11214 `menu-bar-lines' and `toolbar-lines' closer together and change
11215 them accordingly.
11216 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11217 except while processing `frame-title-format' or `icon-title-format'.
11218 (Deleting Frames): Correct description of `delete-frame'.
11219 Non-nil return values of `frame-live-p' are like those of `framep'.
11220 (Frames and Windows): Mention return value of
11221 `set-frame-selected-window'.
11222 (Visibility of Frames): Mention `force' argument to
11223 `make-frame-invisible'. `frame-visible-p' returns t for all
11224 frames on text-only terminals.
11225 (Frame Configurations): Restoring a frame configuration does not
11226 restore deleted frames.
11227 (Window System Selections): `x-set-selection' returns DATA.
11228 (Resources): Add example.
11229 (Display Feature Testing): Clarify descriptions of
11230 `display-pixel-height', `display-pixel-width', `x-server-version'
11231 and `x-server-vendor'.
11232
11233 * windows.texi (Choosing Window): Add anchor.
11234 * minibuf.texi (Minibuffer Misc): Add anchor.
11235
112362004-07-23 John Paul Wallington <jpw@gnu.org>
11237
11238 * macros.texi (Defining Macros): Declaration keyword for setting
11239 Edebug spec is `debug' not `edebug'.
11240
112412004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11242
11243 * windows.texi: Various small changes in addition to:
11244 (Window Point): Mention return value of `set-window-point'.
11245 (Window Start): `pos-visible-in-window-p' disregards horizontal
11246 scrolling. Explain return value if PARTIALLY is non-nil.
11247 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11248 and `set-window-vscroll'.
11249 (Size of Window): The argument WINDOW to `window-inside-edges',
11250 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11251 (Resizing Windows): Explain return value of
11252 `shrink-window-if-larger-than-buffer'.
11253 `window-size-fixed' automatically becomes buffer local when set.
11254 (Window Configurations): Explain return value of
11255 `set-window-configuration'.
11256
11257 * minibuf.texi (Minibuffer Misc): Add anchor for
11258 `minibuffer-scroll-window'.
11259
11260 * positions.texi (Text Lines): Add anchor for `count-lines'.
11261
112622004-07-17 Richard M. Stallman <rms@gnu.org>
11263
11264 * display.texi (Overlay Properties): Adding `evaporate' prop
11265 deletes empty overlay immediately.
11266
11267 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11268 fix example.
11269
112702004-07-16 Jim Blandy <jimb@redhat.com>
11271
11272 * searching.texi (Regexp Backslash): Document new \_< and \_>
11273 operators.
11274
112752004-07-16 Juanma Barranquero <lektu@terra.es>
11276
11277 * display.texi (Images): Fix Texinfo usage.
11278
112792004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11280
11281 * buffers.texi (Modification Time): `visited-file-modtime' now
11282 returns a list of two integers, instead of a cons.
11283
112842004-07-13 Luc Teirlinck <teirllm@auburn.edu>
11285
11286 * windows.texi: Various changes in addition to:
11287 (Splitting Windows): Add `split-window-keep-point'.
11288
112892004-07-09 Richard M. Stallman <rms@gnu.org>
11290
11291 * frames.texi (Input Focus): Minor fix.
11292
112932004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11294
11295 * frames.texi (Input Focus): Clarify descriptions of
11296 `select-frame-set-input-focus' and `select-frame'.
11297
112982004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11299
11300 * os.texi: Various small changes in addition to:
11301 (Killing Emacs): Expand and clarify description of
11302 `kill-emacs-query-functions' and `kill-emacs-hook'.
11303 (System Environment): Expand and clarify description of `getenv'
11304 and `setenv'.
11305 (Timers): Clarify description of `run-at-time'.
11306 (Translating Input): Correct description of
11307 `extra-keyboard-modifiers'.
11308 (Flow Control): Correct description of `enable-flow-control'.
11309
113102004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11311
11312 * os.texi: Update copyright.
11313 (Session Management): Grammar fix.
11314 Clarify which Emacs does the restarting.
11315 Use @samp for *scratch* buffer.
11316
113172004-07-04 Alan Mackenzie <acm@muc.de>
11318
11319 * frames.texi (Input Focus): Add documentation for
11320 `select-frame-set-input-focus'. Replace refs to non-existent
11321 `switch-frame' with `select-frame'. Minor corrections and tidying
11322 up of text-only terminal stuff.
11323
113242004-07-02 Richard M. Stallman <rms@gnu.org>
11325
11326 * files.texi (Saving Buffers): Cleanup write-contents-function.
11327 (Magic File Names): Cleanup file-remote-p.
11328
b344d29d 113292004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
11330
11331 * files.texi (Magic File Names): `file-remote-p' returns an
11332 identifier of the remote system, not just t.
11333
113342004-07-02 David Kastrup <dak@gnu.org>
11335
11336 * searching.texi (Entire Match Data): Add explanation about new
11337 match-data behavior when @var{integers} is non-nil.
11338
113392004-06-24 Richard M. Stallman <rms@gnu.org>
11340
11341 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11342
11343 * customize.texi (Variable Definitions): Note about doc strings
11344 and :set.
11345
11346 * keymaps.texi (Keymap Terminology): Document `kbd'.
11347 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11348
11349 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11350 makes it buffer-local.
11351
11352 * files.texi (Saving Buffers): Correct previous change.
11353
11354 * commands.texi (Accessing Events):
11355 Clarify posn-col-row and posn-actual-col-row.
11356
113572004-06-24 David Ponce <david.ponce@wanadoo.fr>
11358
11359 * commands.texi (Accessing Events): New functions
11360 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11361
113622004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11363
11364 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11365 * frames.texi, buffers.texi, backups.texi, variables.texi:
11366 * loading.texi, eval.texi, functions.texi, control.texi:
11367 * symbols.texi, minibuf.texi: Reposition @anchor's.
11368
11369 * help.texi: Various small changes in addition to the following.
11370 (Describing Characters): Describe PREFIX argument to
11371 `key-description'. Correct and clarify definition of
11372 `text-char-description'. Describe NEED-VECTOR argument to
11373 `read-kbd-macro'.
11374 (Help Functions): Clarify definition of `apropos'.
11375
113762004-06-23 Lars Hansen <larsh@math.ku.dk>
11377
11378 * files.texi (Saving Buffers): Correct description of
11379 `write-contents-functions'.
11380
113812004-06-21 Juanma Barranquero <lektu@terra.es>
11382
11383 * display.texi (Images): Remove redundant @vindex directives.
11384 Rewrite `image-library-alist' doc in active voice.
11385
113862004-06-14 Juanma Barranquero <lektu@terra.es>
11387
11388 * display.texi (Images): Document new delayed library loading,
11389 variable `image-library-alist' and (existing but undocumented)
11390 function `image-type-available-p'.
11391
113922004-06-05 Richard M. Stallman <rms@gnu.org>
11393
11394 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11395 refer the user to the Initial Input node.
11396 (Text from Minibuffer): Likewise.
11397 (Initial Input): New node. Document this feature
11398 and say it is mostly deprecated.
11399
114002004-05-30 Richard M. Stallman <rms@gnu.org>
11401
11402 * loading.texi (Named Features): Clarify return value
11403 and meaning of NOERROR.
11404
11405 * variables.texi (File Local Variables): Minor cleanup.
11406
114072004-05-30 Michael Albinus <michael.albinus@gmx.de>
11408
11409 * files.texi (Magic File Names): Add `file-remote-p' as operation
11410 of file name handlers.
11411
114122004-05-29 Richard M. Stallman <rms@gnu.org>
11413
11414 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11415 as arg to a minor mode command.
11416
114172004-05-22 Richard M. Stallman <rms@gnu.org>
11418
11419 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11420
11421 * streams.texi (Output Variables): Doc float-output-format.
11422
11423 * searching.texi (Regexp Special): Nested repetition can be infloop.
11424
11425 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11426 real stack overflow.
11427
11428 * compile.texi: Minor cleanups.
11429
114302004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11431
11432 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11433 circular lists.
11434 (List Elements): Explain handling of circular and dotted lists.
11435
114362004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11437
11438 * modes.texi (Search-based Fontification): Fix typo.
11439
114402004-05-10 Juanma Barranquero <lektu@terra.es>
11441
11442 * modes.texi (Mode Line Variables): Fix description of
11443 global-mode-string, which is now after which-func-mode, not the
11444 buffer name.
11445
114462004-05-07 Lars Hansen <larsh@math.ku.dk>
11447
11448 * modes.texi (Desktop Save Mode): Add.
11449 (Modes): Add menu entry Desktop Save Mode.
11450
11451 * hooks.texi: Add desktop-after-read-hook,
11452 desktop-no-desktop-file-hook and desktop-save-hook.
11453
11454 * locals.texi: Add desktop-save-buffer.
11455
114562004-04-30 Jesper Harder <harder@ifa.au.dk>
11457
11458 * display.texi: emacs -> Emacs.
11459
114602004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11461
11462 * files.texi (Changing Files): Document set-file-times.
11463
114642004-04-23 Juanma Barranquero <lektu@terra.es>
11465
11466 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11467
114682004-04-18 Jesper Harder <harder@ifa.au.dk>
11469
11470 * tips.texi (Coding Conventions): defopt -> defcustom.
11471
114722004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11473
11474 * sequences.texi: Various clarifications.
11475
114762004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11477
11478 * buffers.texi (Read Only Buffers): Mention optional ARG to
11479 `toggle-read-only'.
11480
114812004-04-14 Nick Roberts <nick@nick.uklinux.net>
11482
11483 * windows.texi (Selecting Windows): Note that get-lru-window
11484 returns a full-width window if possible.
11485
114862004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11487
11488 * buffers.texi: Various changes in addition to:
11489 (Buffer File Name): Add `find-buffer-visiting'.
11490 (Buffer Modification): Mention optional ARG to `not-modified'.
11491 (Indirect Buffers): Mention optional CLONE argument to
11492 `make-indirect-buffer'.
11493
11494 * files.texi: Various changes in addition to:
11495 (Visiting Functions): `find-file-hook' is now a normal hook.
11496 (File Name Expansion): Explain difference between the way that
11497 `expand-file-name' and `file-truename' treat `..'.
11498 (Contents of Directories): Mention optional ID-FORMAT argument to
11499 `directory-files-and-attributes'.
11500 (Format Conversion): Mention new optional CONFIRM argument to
11501 `format-write-file'.
11502
115032004-04-12 Miles Bader <miles@gnu.org>
11504
11505 * macros.texi (Expansion): Add description of `macroexpand-all'.
11506
115072004-04-05 Jesper Harder <harder@ifa.au.dk>
11508
5dcb4c4e
SM
11509 * variables.texi (Variable Aliases):
11510 Mention cyclic-variable-indirection.
b8d4c8d0
GM
11511
11512 * errors.texi (Standard Errors): Ditto.
11513
115142004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11515
11516 * backups.texi: Various small changes in addition to:
11517 (Making Backups): Mention return value of `backup-buffer'.
11518 (Auto-Saving): Mention optional FORCE argument to
11519 `delete-auto-save-file-if-necessary'.
11520 (Reverting): Mention optional PRESERVE-MODES argument to
11521 `revert-buffer'. Correct description of `revert-buffer-function'.
11522
115232004-03-22 Juri Linkov <juri@jurta.org>
11524
11525 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11526 with `Vector Functions'.
11527
11528 * text.texi (Sorting): Add missing quote.
11529
115302004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11531
11532 * intro.texi (Lisp History): Replace xref to `cl' manual with
11533 inforef.
11534
115352004-03-12 Richard M. Stallman <rms@gnu.org>
11536
11537 * intro.texi (Version Info): Add arg to emacs-version.
11538 (Lisp History): Change xref to CL manual.
11539
115402004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11541
11542 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11543 for Partial Completion mode.
11544
115452004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11546
11547 * customize.texi: Fix typo. Remove eol whitespace.
11548
115492004-03-04 Richard M. Stallman <rms@gnu.org>
11550
11551 * processes.texi: Fix typos.
11552
11553 * lists.texi (Building Lists): Minor clarification.
11554
11555 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11556 in make-hash-table.
11557
115582004-02-29 Juanma Barranquero <lektu@terra.es>
11559
11560 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11561 rm, and ignore exit code.
11562
115632004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11564
11565 * display.texi (Defining Faces): Add description for min-colors.
11566 Update example.
11567
115682004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11569
11570 * abbrevs.texi: Various corrections and clarifications in addition
11571 to the following:
11572 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11573
115742004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11575
11576 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11577
115782004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11579
11580 * text.texi: Various small changes in addition to the following:
11581 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11582 to delete-horizontal-space.
11583 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11584 description of yank-handler text property at various places.
11585
11586 * frames.texi (Window System Selections): Add anchor.
11587
11588 * syntax.texi (Syntax Table Functions): Clarify and correct
11589 descriptions of make-syntax-table and copy-syntax-table.
11590 (Motion and Syntax): Clarify SYNTAXES argument to
11591 skip-syntax-forward.
11592 (Parsing Expressions): Mention that the return value of
11593 parse-partial-sexp is currently a list of ten rather than nine
11594 elements.
11595 (Categories): Various corrections and clarifications.
11596
115972004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11598
11599 * markers.texi (Marker Insertion Types): Minor change.
11600
11601 * locals.texi (Standard Buffer-Local Variables):
11602 * commands.texi (Interactive Codes, Using Interactive):
11603 * functions.texi (Related Topics): Fix xrefs.
11604
116052004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11606
11607 * lists.texi (Sets And Lists): Update description of delete-dups.
11608
116092004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11610
11611 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11612
c8763fb6 116132004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
11614
11615 * frames.texi (Parameter Access): frame-parameters arg is optional.
11616 modify-frame-parameters handles nil for FRAME.
11617 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11618 are all-or-nothing for certain toolkits.
11619 Mention parameter wait-for-wm.
11620 (Frames and Windows): In frame-first-window and frame-selected-window
11621 the arg is optional.
11622 (Input Focus): In redirect-frame-focus the second arg is optional.
11623 (Window System Selections): Mention selection type CLIPBOARD.
11624 Mention data-type UTF8_STRING.
11625 Mention numbering of cut buffers.
11626 (Resources): Describe x-resource-name.
11627
116282004-02-16 Richard M. Stallman <rms@gnu.org>
11629
11630 * windows.texi (Buffers and Windows): Delete false table
11631 about all-frames.
11632
11633 * syntax.texi (Parsing Expressions): Delete old caveat
11634 about parse-sexp-ignore-comments.
11635
11636 * streams.texi (Output Variables): Add print-quoted.
11637
11638 * lists.texi (Building Lists): Minor cleanup.
11639
11640 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
11641
11642 * display.texi (Overlays): Explain overlays use markers.
11643 (Managing Overlays): Explain front-advance and rear-advance
11644 in more detail.
11645
11646 * loading.texi (Unloading): Document unload-feature-special-hooks.
11647 Get rid of fns-NNN.el file.
11648
116492004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11650
11651 * help.texi (Describing Characters): Fix text-char-description
11652 example output.
11653
11654 * edebug.texi (Using Edebug): Fix example.
11655
11656 * debugging.texi (Internals of Debugger): Fix return value.
11657
11658 * files.texi (Changing Files): Fix argname.
11659
11660 * calendar.texi: Fix parens, and default values.
11661
11662 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
11663 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 11664 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
11665
11666 * positions.texi (Text Lines): Don't add -1 in current-line.
11667
116682004-02-16 Richard M. Stallman <rms@gnu.org>
11669
11670 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
11671
116722004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11673
11674 * processes.texi (Low-Level Network): Fix a typo.
11675
116762004-02-12 Kim F. Storm <storm@cua.dk>
11677
11678 * display.texi (Fringes): Use consistent wording.
11679 Note that window-fringe's window arg is optional.
11680 (Scroll Bars): Use consistent wording.
11681
116822004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11683
11684 * tips.texi (Comment Tips): Document the new conventions for
11685 commenting out code.
11686
c8763fb6 116872004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 11688
5dcb4c4e 11689 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
11690
116912004-02-07 Kim F. Storm <storm@cua.dk>
11692
11693 * positions.texi (Text Lines): Add line-number-at-pos.
11694
116952004-02-06 John Paul Wallington <jpw@gnu.org>
11696
11697 * display.texi (Button Properties, Button Buffer Commands):
11698 mouse-2 invokes button, not down-mouse-1.
11699
117002004-02-04 Jason Rumney <jasonr@gnu.org>
11701
11702 * makefile.w32-in: Sync with Makefile.in changes.
11703
117042004-02-03 Luc Teirlinck <teirllm@auburn.edu>
11705
11706 * minibuf.texi (Text from Minibuffer): Various corrections and
11707 clarifications.
11708 (Object from Minibuffer): Correct Lisp description of
11709 read-minibuffer.
11710 (Minibuffer History): Clarify description of cons values for
11711 HISTORY arguments.
5dcb4c4e
SM
11712 (Basic Completion): Various corrections and clarifications.
11713 Add completion-regexp-list.
b8d4c8d0
GM
11714 (Minibuffer Completion): Correct and clarify description of
11715 completing-read.
5dcb4c4e
SM
11716 (Completion Commands): Mention Partial Completion mode.
11717 Various other minor changes.
b8d4c8d0
GM
11718 (High-Level Completion): Various corrections and clarifications.
11719 (Reading File Names): Ditto.
11720 (Minibuffer Misc): Ditto.
11721
117222004-01-26 Luc Teirlinck <teirllm@auburn.edu>
11723
11724 * strings.texi (Text Comparison): assoc-string also matches
11725 elements of alists that are strings instead of conses.
11726 (Formatting Strings): Standardize Texinfo usage. Update index
11727 entries.
11728
117292004-01-20 Luc Teirlinck <teirllm@auburn.edu>
11730
11731 * lists.texi (Sets And Lists): Add delete-dups.
11732
117332004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11734
11735 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
11736 special form.
11737 * macros.texi (Defining Macros): Update description of `declare',
11738 which now is a macro.
11739 (Wrong Time): Fix typos.
11740
117412004-01-14 Luc Teirlinck <teirllm@auburn.edu>
11742
11743 * compile.texi (Compilation Functions): Expand descriptions of
11744 `compile-defun', `byte-compile-file', `byte-recompile-directory'
11745 and `batch-byte-compile'. In particular, mention and describe
11746 all optional arguments.
11747 (Disassembly): Correct and clarify the description of `disassemble'.
11748
117492004-01-11 Luc Teirlinck <teirllm@auburn.edu>
11750
11751 * searching.texi: Various small changes in addition to the
11752 following.
11753 (Regexp Example): Adapt to new value of `sentence-end'.
11754 (Regexp Functions): The PAREN argument to `regexp-opt' can be
11755 `words'.
11756 (Search and Replace): Add usage note for `perform-replace'.
11757 (Entire Match Data): Mention INTEGERS and REUSE arguments to
11758 `match-data'.
11759 (Standard Regexps): Update for new values of `paragraph-start'
11760 and `sentence-end'.
11761
117622004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11763
11764 * files.texi (Saving Buffers): Clarify descriptions of
11765 `write-contents-functions' and `before-save-hook'.
11766 Make the defvar's for `before-save-hook' and `after-save-hook'
11767 into defopt's.
11768
117692004-01-07 Kim F. Storm <storm@cua.dk>
11770
11771 * commands.texi (Click Events): Describe new image and
11772 width/height elements of click events.
11773 (Accessing Events): Add posn-string, posn-image, and
11774 posn-object-width-height. Change posn-object to return either
11775 image or string object.
11776
117772004-01-01 Simon Josefsson <jas@extundo.com>
11778
11779 * hooks.texi (Standard Hooks): Add before-save-hook.
11780 * files.texi (Saving Buffers): Likewise.
11781
117822004-01-03 Richard M. Stallman <rms@gnu.org>
11783
11784 * frames.texi (Frames and Windows): Delete frame-root-window.
11785
117862004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11787
11788 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
11789
11790 * functions.texi: Various small changes in addition to the
11791 following.
5dcb4c4e
SM
11792 (What Is a Function): `functionp' returns nil for macros.
11793 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
11794 (Function Documentation): Add `\' in front of (fn @var{arglist})
11795 and explain why.
11796 (Defining Functions): Mention DOCSTRING argument to `defalias'.
11797 Add anchor.
11798 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
11799
118002004-01-01 Miles Bader <miles@gnu.org>
11801
11802 * display.texi (Buttons): New section.
11803
118042003-12-31 Andreas Schwab <schwab@suse.de>
11805
11806 * numbers.texi (Math Functions): sqrt reports a domain-error
11807 error.
11808 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
11809
118102003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11811
11812 * tips.texi (Documentation Tips): Update item on hyperlinks in
11813 documentation strings.
11814
11815 * errors.texi (Standard Errors): Various small corrections and
11816 additions.
11817
11818 * control.texi: Various small changes in addition to the
11819 following.
11820 (Signaling Errors): Provide some more details on how `signal'
11821 constructs the error message. Add anchor to the definition of
11822 `signal'.
11823 (Error Symbols): Describe special treatment of `quit'.
11824 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
11825 to emphasize that it has to be a single form.
11826
11827 * buffers.texi: Add anchor.
11828
118292003-12-29 Richard M. Stallman <rms@gnu.org>
11830
11831 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
11832 (Window Configurations): Add window-configuration-frame.
11833
11834 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
11835
11836 * text.texi (Examining Properties): Add get-char-property-and-overlay.
11837 Change arg name in get-char-property.
11838 (Special Properties): Update handling of keymap property.
11839
11840 * strings.texi (Modifying Strings): Add clear-string.
11841 (Text Comparison): Add assoc-string and remove
11842 assoc-ignore-case, assoc-ignore-representation.
11843
11844 * os.texi (Time of Day): Add set-time-zone-rule.
11845
11846 * numbers.texi (Math Functions): asin, acos, log, log10
11847 report domain-error errors.
11848
11849 * nonascii.texi (Converting Representations):
11850 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
11851 (Encoding and I/O): Add file-name-coding-system.
11852
11853 * modes.texi (Search-based Fontification): Explain that
11854 face specs are symbols with face names as values.
11855
11856 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
11857
11858 * lists.texi (Building Lists): remq moved elsewhere.
11859 (Sets And Lists): remq moved here.
11860 (Association Lists): Refer to assoc-string.
11861
11862 * internals.texi (Garbage Collection): Add memory-use-counts.
11863
11864 * frames.texi (Frames and Windows): Add set-frame-selected-window
11865 and frame-root-window.
11866
11867 * files.texi (Contents of Directories):
11868 Add directory-files-and-attributes.
11869
11870 * display.texi (Refresh Screen): Add force-window-update.
11871 (Invisible Text): Explain about moving point out of invis text.
11872 (Overlay Properties): Add overlay-properties.
11873 (Managing Overlays): Add overlayp.
11874 (GIF Images): Invalid image number displays a hollow box.
11875
11876 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
11877 (Killing Buffers): Add buffer-live-p.
11878
118792003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11880
11881 * display.texi (Fringes): Fix typo "set-buffer-window".
11882
118832003-12-24 Luc Teirlinck <teirllm@auburn.edu>
11884
11885 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
11886 * nonascii.texi, processes.texi, tips.texi, variables.texi:
11887 Add or change various xrefs and anchors.
11888
11889 * commands.texi: Replace all occurrences of @acronym{CAR} with
11890 @sc{car}, for consistency with the rest of the Elisp manual.
11891 `car' and `cdr' are historically acronyms, but are no longer
11892 widely thought of as such.
11893
11894 * internals.texi (Pure Storage): Mention that `purecopy' does not
11895 copy text properties.
11896 (Object Internals): Now 29 bits are used (in most implementations)
11897 to address Lisp objects.
11898
11899 * variables.texi (Variables with Restricted Values): New node.
11900
11901 * objects.texi (Lisp Data Types): Mention that certain variables
11902 can only take on a restricted set of values and add an xref to
11903 the new node "Variables with Restricted Values".
11904
11905 * eval.texi (Function Indirection): Describe the errors that
11906 `indirect-function' can signal.
11907 (Eval): Clarify the descriptions of `eval-region' and `values'.
11908 Describe `eval-buffer' instead of `eval-current-buffer' and
11909 mention `eval-current-buffer' as an alias for `current-buffer'.
11910 Correct the description and mention all optional arguments.
11911
11912 * nonascii.texi: Various small changes in addition to the
11913 following.
11914 (Converting Representations): Clarify behavior of
11915 `string-make-multibyte' and `string-to-multibyte' for unibyte all
11916 ASCII arguments.
11917 (Character Sets): Document the variable `charset-list' and adapt
11918 the definition of the function `charset-list' accordingly.
11919 (Translation of Characters): Clarify use of generic characters in
11920 `make-translation-table'. Clarify and correct the description of
11921 the use of translation tables in encoding and decoding.
11922 (User-Chosen Coding Systems): Correct and clarify the description
11923 of `select-safe-coding-system'.
11924 (Default Coding Systems): Clarify description of
11925 `file-coding-system-alist'.
11926
119272003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11928
11929 * strings.texi (Text Comparison): Correctly describe when two
11930 strings are `equal'. Combine and clarify descriptions of
11931 `assoc-ignore-case' and `assoc-ignore-representation'.
11932
11933 * objects.texi (Non-ASCII in Strings): Clarify description of
11934 when a string is unibyte or multibyte.
11935 (Bool-Vector Type): Update examples.
11936 (Equality Predicates): Correctly describe when two strings are
11937 `equal'.
11938
119392003-11-29 Luc Teirlinck <teirllm@auburn.edu>
11940
11941 * lists.texi (Building Lists): `append' no longer accepts integer
11942 arguments. Update the description of `number-sequence' to reflect
11943 recent changes.
11944 (Sets And Lists): Describe `member-ignore-case' after `member'.
11945
119462003-11-27 Kim F. Storm <storm@cua.dk>
11947
11948 * commands.texi (Click Events): Click object may be an images.
11949 Describe (dx . dy) element of click positions.
11950 (Accessing Events): Remove duplicate posn-timestamp.
11951 New functions posn-object and posn-object-x-y.
11952
119532003-11-23 Kim F. Storm <storm@cua.dk>
11954
11955 * commands.texi (Click Events): Describe enhancements to event
11956 position lists, including new text-pos and (col . row) items.
11957 Mention left-fringe and right-fringe area events.
11958 (Accessing Events): New functions posn-area and
11959 posn-actual-col-row. Mention posn-timestamp. Mention that
11960 posn-point in non-text area still returns buffer position.
11961 Clarify posn-col-row.
11962
119632003-11-21 Lars Hansen <larsh@math.ku.dk>
11964
11965 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
11966 * anti.texi (File Attributes): Describe removed parameter
11967 ID-FORMAT.
11968
119692003-11-20 Luc Teirlinck <teirllm@auburn.edu>
11970
11971 * positions.texi (Positions): Mention that, if a marker is used as
11972 a position, its buffer is ignored.
11973
11974 * markers.texi (Overview of Markers): Mention it here too.
11975
119762003-11-12 Luc Teirlinck <teirllm@auburn.edu>
11977
11978 * numbers.texi (Numeric Conversions): Not just `floor', but also
11979 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
11980
119812003-11-10 Luc Teirlinck <teirllm@auburn.edu>
11982
11983 * markers.texi (Creating Markers): Specify insertion type of
11984 created markers. Add xref to `Marker Insertion Types'.
11985 Second argument to `copy-marker' is optional.
11986 (Marker Insertion Types): Mention that most markers are created
11987 with insertion type nil.
11988 (The Mark): Correctly describe when `mark' signals an error.
11989 (The Region): Correctly describe when `region-beginning' and
11990 `region-end' signal an error.
11991
119922003-11-08 Luc Teirlinck <teirllm@auburn.edu>
11993
11994 * hash.texi (Creating Hash): Clarify description of `eql'.
11995 `makehash' is obsolete.
11996 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
11997
11998 * positions.texi (Point): Change description of `buffer-end', so
11999 that it is also correct for floating point arguments.
12000 (List Motion): Correct argument lists of `beginning-of-defun' and
12001 `end-of-defun'.
12002 (Excursions): Add xref to `Marker Insertion Types'.
12003 (Narrowing): Argument to `narrow-to-page' is optional.
12004
120052003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12006
12007 * streams.texi (Output Streams): Clarify behavior of point for
12008 marker output streams.
12009
120102003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12011
12012 * variables.texi (Defining Variables): Second argument to
12013 `defconst' is not optional.
12014 (Setting Variables): Mention optional argument APPEND to
12015 `add-to-list'.
12016 (Creating Buffer-Local): Expand description of
12017 `make-variable-buffer-local'.
12018 (Frame-Local Variables): Expand description of
12019 `make-variable-frame-local'.
12020 (Variable Aliases): Correct description of optional argument
12021 DOCSTRING to `defvaralias'. Mention return value of
12022 `defvaralias'.
12023 (File Local Variables): Add xref to `File variables' in Emacs
12024 Manual. Correct description of `hack-local-variables'. Mention
12025 `safe-local-variable' property. Mention optional second argument
12026 to `risky-local-variable-p'.
12027
120282003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12029
12030 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12031
120322003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12033
cfdaa150
GM
12034 * anti.texi, backups.texi, commands.texi, customize.texi:
12035 * display.texi, files.texi, internals.texi, keymaps.texi:
12036 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12037 * objects.texi, os.texi, positions.texi, processes.texi:
12038 * searching.texi, sequences.texi, streams.texi, strings.texi:
12039 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
b8d4c8d0
GM
12040
120412003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12042
12043 * strings.texi (Creating Strings): Argument START to `substring'
12044 can not be `nil'. Expand description of
12045 `substring-no-properties'. Correct description of `split-string',
12046 especially with respect to empty matches. Prevent very bad line
12047 break in definition of `split-string-default-separators'.
12048 (Text Comparison): `string=' and `string<' also accept symbols as
12049 arguments.
12050 (String Conversion): More completely describe argument BASE in
12051 `string-to-number'.
12052 (Formatting Strings): `%s' and `%S' in `format' do require
12053 corresponding object. Clarify behavior of numeric prefix after
12054 `%' in `format'.
12055 (Case Conversion): The argument to `upcase-initials' can be a
12056 character.
12057
120582003-10-27 Kenichi Handa <handa@m17n.org>
12059
12060 * display.texi (Fontsets): Fix texinfo usage.
12061
120622003-10-25 Kenichi Handa <handa@m17n.org>
12063
12064 * display.texi (Fontsets): Add description of the function
12065 set-fontset-font.
12066
120672003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12068
12069 * display.texi (Temporary Displays): Add xref to `Documentation
12070 Tips'.
12071
12072 * functions.texi (Function Safety): Use inforef instead of pxref
12073 for SES.
12074
120752003-10-23 Andreas Schwab <schwab@suse.de>
12076
12077 * Makefile.in (TEX, texinputdir): Don't define.
12078 (TEXI2DVI): Define.
12079 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12080 add $(srcdir)/index.texi.
12081 ($(infodir)/elisp): Remove index.texi dependency.
12082 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12083 (index.texi): Remove target.
12084 (dist): Don't link $(srcdir)/permute-index.
12085 (clean): Don't remove index.texi.
12086
12087 * permute-index, index.perm: Remove.
12088 * index.texi: Rename from index.unperm.
12089
120902003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12091
12092 * tips.texi (Documentation Tips): Document new behavior for face
12093 and variable hyperlinks in Help mode.
12094
120952003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12096
12097 * objects.texi (Integer Type): Update for extra bit of integer range.
12098 (Character Type): Ditto.
12099
121002003-10-16 Eli Zaretskii <eliz@gnu.org>
12101
12102 * numbers.texi (Integer Basics): Add index entries for reading
12103 numbers in hex, octal, and binary.
12104
121052003-10-16 Lute Kamstra <lute@gnu.org>
12106
12107 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12108 argument.
12109
121102003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12111
12112 * windows.texi (Choosing Window): Fix typo.
12113 * edebug.texi (Edebug Execution Modes): Fix typo.
12114
121152003-10-13 Richard M. Stallman <rms@gnu.org>
12116
12117 * windows.texi (Basic Windows): A window has fringe settings,
12118 display margins and scroll-bar settings.
12119 (Splitting Windows): Doc split-window return value.
12120 Clean up one-window-p.
12121 (Selecting Windows): Fix typo.
12122 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12123 (Buffers and Windows): In set-window-buffer, explain effect
12124 on fringe settings and scroll bar settings.
12125 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12126 (Choosing Window): Use defopt for pop-up-frame-function.
12127 For special-display-buffer-names, explain same-window and same-frame.
12128 Clarify window-dedicated-p return value.
12129 (Textual Scrolling): scroll-up and scroll-down can get an error.
12130 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12131 Clarify set-window-hscroll.
12132 (Size of Window): Don't mention tool bar in window-height.
12133 (Coordinates and Windows): Explain what coordinates-in-window-p
12134 returns for fringes and display margins.
12135 (Window Configurations): Explain saving fringes, etc.
12136
12137 * tips.texi (Library Headers): Clean up Documentation.
12138
12139 * syntax.texi (Parsing Expressions): Clean up forward-comment
12140 and parse-sexp-lookup-properties.
12141
12142 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12143
12144 * os.texi (System Environment): Clean up text for load-average errors.
12145
12146 * modes.texi (Hooks): Don't explain local hook details at front.
12147 Clarify run-hooks and run-hook-with-args a little.
12148 Clean up add-hook and remove-hook.
12149
12150 * edebug.texi (Edebug Execution Modes): Clarify t.
12151 Document edebug-sit-for-seconds.
12152 (Coverage Testing): Document C-x X = and =.
12153 (Instrumenting Macro Calls): Fix typo.
12154 (Specification List): Don't index the specification keywords.
12155
121562003-10-10 Kim F. Storm <storm@cua.dk>
12157
12158 * processes.texi (Network): Introduce make-network-process.
12159
121602003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12161
12162 * tips.texi (Library Headers): Fix typo.
12163
121642003-10-07 Juri Linkov <juri@jurta.org>
12165
12166 * modes.texi (Imenu): Mention imenu-create-index-function's
12167 default value. Explain submenus better.
12168
121692003-10-07 Lute Kamstra <lute@gnu.org>
12170
12171 * modes.texi (Faces for Font Lock): Fix typo.
12172 (Hooks): Explain how buffer-local hook variables can refer to
12173 global hook variables.
12174 Various minor clarifications.
12175
121762003-10-06 Lute Kamstra <lute@gnu.org>
12177
12178 * tips.texi (Coding Conventions): Mention naming conventions for
12179 hooks.
12180
121812003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12182
12183 * loading.texi (Library Search): Correct default value of
12184 load-suffixes.
12185 (Named Features): Fix typo.
12186
121872003-10-05 Richard M. Stallman <rms@gnu.org>
12188
12189 * loading.texi (Named Features): In `provide',
12190 say how to test for subfeatures.
12191 (Unloading): In unload-feature, use new var name
12192 unload-feature-special-hooks.
12193
121942003-10-03 Lute Kamstra <lute@gnu.org>
12195
12196 * modes.texi (Major Mode Conventions): Mention third way to set up
12197 Imenu.
12198 (Imenu): A number of small fixes.
12199 Delete documentation of internal variable imenu--index-alist.
12200 Document the return value format of imenu-create-index-function
12201 functions.
12202
122032003-09-30 Richard M. Stallman <rms@gnu.org>
12204
12205 * processes.texi (Network): Say what stopped datagram connections do.
12206
12207 * lists.texi (Association Lists): Clarify `assq-delete-all'.
12208
12209 * display.texi (Overlay Properties): Clarify `evaporate' property.
12210
122112003-09-29 Lute Kamstra <lute@gnu.org>
12212
12213 * modes.texi (Mode Line Data): Explain when symbols in mode-line
12214 constructs should be marked as risky.
12215 Change cons cell into proper list.
12216 (Mode Line Variables): Change cons cell into proper list.
12217
122182003-09-26 Lute Kamstra <lute@gnu.org>
12219
12220 * modes.texi (Mode Line Data): Document the :propertize construct.
12221 (Mode Line Variables): Reorder the descriptions of the variables
12222 to match their order in the default mode-line-format.
12223 Describe the new variables mode-line-position and mode-line-modes.
12224 Update the default values of mode-line-frame-identification,
12225 minor-mode-alist, and default-mode-line-format.
12226 (Properties in Mode): Mention the :propertize construct.
12227
122282003-09-26 Richard M. Stallman <rms@gnu.org>
12229
12230 * buffers.texi, commands.texi, debugging.texi, eval.texi:
12231 * loading.texi, minibuf.texi, text.texi, variables.texi:
12232 Avoid @strong{Note:}.
12233
122342003-09-26 Richard M. Stallman <rms@gnu.org>
12235
12236 * keymaps.texi (Remapping Commands): Fix typo.
12237
122382003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
12239
12240 * processes.texi (Low-Level Network): Fix typo.
12241
122422003-09-23 Kim F. Storm <storm@cua.dk>
12243
12244 * processes.texi (Network, Network Servers): Fix typos.
12245 (Low-Level Network): Add timeout value for :server keyword.
12246 Add new option keywords to make-network-process.
12247 Add set-network-process-options.
12248 Explain how to test availability of network options.
12249
122502003-09-19 Richard M. Stallman <rms@gnu.org>
12251
12252 * text.texi (Motion by Indent): Arg to
12253 backward-to-indentation and forward-to-indentation is optional.
12254
12255 * strings.texi (Creating Strings): Add substring-no-properties.
12256
12257 * processes.texi
12258 (Process Information): Add list-processes arg QUERY-ONLY.
12259 Delete process-contact from here.
12260 Add new status values for process-status.
12261 Add process-get, process-put, process-plist, set-process-plist.
12262 (Synchronous Processes): Add call-process-shell-command.
12263 (Signals to Processes): signal-process allows process objects.
12264 (Network): Complete rewrite.
12265 (Network Servers, Datagrams, Low-Level Network): New nodes.
12266
12267 * positions.texi (Word Motion): forward-word, backward-word
12268 arg is optional. Reword.
12269
12270 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12271
12272 * variables.texi (Creating Buffer-Local):
12273 Delete duplicate definition of buffer-local-value.
12274 (File Local Variables): Explain about discarding text props.
12275
122762003-09-11 Richard M. Stallman <rms@gnu.org>
12277
12278 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12279 changes variables that record input events.
12280 (Minibuffer Misc): Add minibuffer-selected-window.
12281
12282 * lists.texi (Building Lists): Add copy-tree.
12283
12284 * display.texi (Fontsets): Add char-displayable-p.
12285 (Scroll Bars): New node.
12286
122872003-09-08 Lute Kamstra <lute@gnu.org>
12288
12289 * modes.texi (%-Constructs): Document new `%i' and `%I'
12290 constructs.
12291
122922003-09-03 Peter Runestig <peter@runestig.com>
12293
12294 * makefile.w32-in: New file.
12295
122962003-08-29 Richard M. Stallman <rms@gnu.org>
12297
12298 * display.texi (Overlay Properties): Clarify how priorities
12299 affect use of the properties.
12300
123012003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12302
12303 * customize.texi (Type Keywords): Correct the description of
12304 `:help-echo' in the case where `motion-doc' is a function.
12305
123062003-08-14 John Paul Wallington <jpw@gnu.org>
12307
12308 * modes.texi (Emulating Mode Line): Subsection, not section.
12309
123102003-08-13 Richard M. Stallman <rms@gnu.org>
12311
12312 * elisp.texi (Top): Update subnode lists in menu.
12313
12314 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12315 (Kill Functions): kill-region has new arg yank-handler.
12316 (Yanking): New node.
12317 (Yank Commands): Add yank-undo-function.
12318 (Low-Level Kill Ring):
12319 kill-new and kill-append have new arg yank-handler.
12320 (Changing Properties): Add remove-list-of-text-properties.
12321 (Atomic Changes): New node.
12322
12323 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12324
12325 * streams.texi (Output Variables): Add eval-expression-print-length
12326 and eval-expression-print-level.
12327
12328 * os.texi (Time Conversion): For encode-time, explain limits on year.
12329
12330 * objects.texi (Character Type): Define anchor "modifier bits".
12331
12332 * modes.texi (Emulating Mode Line): New node.
12333 (Search-based Fontification): Font Lock uses font-lock-face property.
12334 (Other Font Lock Variables): Likewise.
12335
12336 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12337 not vectors.
12338 (Active Keymaps): Add emulation-mode-map-alists.
12339 (Functions for Key Lookup): key-binding has new arg no-remap.
12340 (Remapping Commands): New node.
12341 (Scanning Keymaps): where-is-internal has new arg no-remap.
12342 (Tool Bar): Add tool-bar-local-item-from-menu.
12343 Clarify when to use tool-bar-add-item-from-menu.
12344
12345 * commands.texi (Interactive Call): commandp has new arg.
12346 (Command Loop Info): Add this-original-command.
12347
123482003-08-06 John Paul Wallington <jpw@gnu.org>
12349
12350 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12351
12352 * display.texi (Warning Basics): Fix typo.
12353 (Fringes): Add closing curly bracket and fix typo.
12354
12355 * elisp.texi (Top): Fix typo.
12356
123572003-08-05 Richard M. Stallman <rms@gnu.org>
12358
12359 * elisp.texi: Update lists of subnodes.
12360
12361 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12362
12363 * variables.texi (Local Variables): Use lc for example variable names.
12364
12365 * tips.texi (Library Headers): Explain where to put -*-.
12366
12367 * strings.texi (Creating Strings): Fix xref for vconcat.
12368
12369 * sequences.texi (Vector Functions):
12370 vconcat no longer allows integer args.
12371
12372 * minibuf.texi (Reading File Names): read-file-name has new
12373 arg PREDICATE. New function read-directory-name.
12374
c4cc8b9a 12375 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
12376 (Indenting Macros): New node.
12377
12378 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12379 (Window Frame Parameters): Make separate table of parameters
12380 that are coupled with specific face attributes.
12381 (Deleting Frames): delete-frame-hooks renamed to
12382 delete-frame-functions.
12383
12384 * files.texi (Magic File Names): Add file-remote-p.
12385 Clarify file-local-copy.
12386
12387 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12388 here; instead xref Defining Macros.
12389
12390 * display.texi (Warnings): New node, and subnodes.
12391 (Fringes): New node.
12392
12393 * debugging.texi (Test Coverage): New node.
12394
12395 * compile.texi (Compiler Errors): Explain with-no-warnings
12396 and other ways to suppress warnings.
12397
12398 * commands.texi (Interactive Call): Minor clarification.
12399
12400 * buffers.texi (Buffer File Name): set-visited-file-name
12401 renames the buffer too.
12402
12403 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12404
124052003-07-24 Markus Rost <rost@math.ohio-state.edu>
12406
12407 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12408
124092003-07-22 Markus Rost <rost@math.ohio-state.edu>
12410
12411 * internals.texi (Garbage Collection): Fix previous change.
12412
124132003-07-22 Richard M. Stallman <rms@gnu.org>
12414
12415 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12416
12417 * display.texi (Width): Use \s syntax in example.
12418 (Font Selection): Add face-font-rescale-alist.
12419
12420 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12421 Remove spurious indent in example.
12422
12423 * lists.texi (Building Lists): Add number-sequence.
12424
12425 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12426
12427 * functions.texi (Function Documentation): Explain how to
12428 show calling convention explicitly in the doc string.
12429
12430 * windows.texi (Selecting Windows): save-selected-window saves
12431 selected window of each frame.
12432 (Window Configurations): Minor change.
12433
12434 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12435
12436 * streams.texi (Output Variables): Add print-continuous-numbering
12437 and print-number-table.
12438
12439 * processes.texi (Decoding Output): New node.
12440
12441 * os.texi (Time Conversion): decode-time arg is optional.
12442
12443 * objects.texi (Character Type): Don't use space as example for \.
12444 Make list of char names and \-sequences correspond.
12445 Explain that \s is not used in strings. `\ ' needs space after.
12446
12447 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12448 (Translation of Characters): Add translation-table-for-input.
12449 (Default Coding Systems): Add auto-coding-functions.
12450 (Explicit Encoding): Add decode-coding-inserted-region.
12451 (Locales): Add locale-info.
12452
12453 * minibuf.texi (Basic Completion): Describe test-completion.
12454 Collections can be lists of strings.
12455 Clean up lazy-completion-table.
12456 (Programmed Completion): Mention test-completion.
12457 Clarify why lambda expressions are not accepted.
12458 (Minibuffer Misc): Describe minibufferp.
12459
124602003-07-14 Richard M. Stallman <rms@gnu.org>
12461
12462 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12463
12464 * windows.texi (Selecting Windows): New arg to select-window.
12465 (Selecting Windows): Add with-selected-window.
12466 (Size of Window): Add window-inside-edges, etc.
12467
12468 * internals.texi (Garbage Collection): Add post-gc-hook.
12469
12470 * processes.texi (Subprocess Creation): Add exec-suffixes.
12471
12472 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12473 (Scanning Keymaps): Add map-keymaps.
12474 (Defining Menus): Add keymap-prompt.
12475
12476 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12477 most-negative-fixnum.
12478
c4cc8b9a 12479 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
12480 (Compiler Errors): New node.
12481
12482 * os.texi (User Identification): user-uid, user-real-uid
12483 can return float.
12484
12485 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12486 and about derived modes.
12487 (Minor Modes): Add minor-mode-list.
12488 (Defining Minor Modes): Keyword args for define-minor-mode.
12489 (Search-based Fontification): Explain managing other properties.
12490 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 12491 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
12492 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12493
12494 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12495 (Variable Aliases): Clarify defvaralias.
12496
12497 * loading.texi (Library Search): Add load-suffixes.
12498
12499 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12500 (Programmed Completion): Add dynamic-completion-table.
12501
12502 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12503 (Magic File Names): Specify precedence order of handlers.
12504
12505 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12506 and post-command-hook.
12507 (Waiting): New calling convention for sit-for.
12508
12509 * text.texi (Special Properties): local-map and keymap properties
12510 apply based on their stickiness.
12511
125122003-07-07 Richard M. Stallman <rms@gnu.org>
12513
12514 * modes.texi (Minor Mode Conventions): Specify only some kinds
12515 of list values as args to minor modes.
12516
12517 * files.texi (File Name Expansion): Warn about iterative use
12518 of substitute-in-file-name.
12519
12520 * advice.texi (Activation of Advice): Clean up previous change.
12521
125222003-07-06 Markus Rost <rost@math.ohio-state.edu>
12523
12524 * advice.texi (Activation of Advice): Note that ad-start-advice is
12525 turned on by default.
12526
125272003-06-30 Richard M. Stallman <rms@gnu.org>
12528
12529 * text.texi (Buffer Contents): Document current-word.
12530 (Change Hooks): Not called for *Messages*.
12531
12532 * functions.texi (Defining Functions): Explain about redefining
12533 primitives.
f4e90db0 12534 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
12535 Comment out the detailed criteria for what is safe.
12536
125372003-06-22 Andreas Schwab <schwab@suse.de>
12538
12539 * objects.texi (Symbol Type): Fix description of examples.
12540
125412003-06-16 Andreas Schwab <schwab@suse.de>
12542
12543 * hash.texi (Creating Hash): Fix description of :weakness.
12544
c8763fb6 125452003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
12546
12547 * files.texi (Changing Files): copy-file copies file modes, too.
12548
125492003-05-28 Richard M. Stallman <rms@gnu.org>
12550
12551 * strings.texi (Creating Strings): Clarify split-string.
12552
125532003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12554
12555 * strings.texi (Creating Strings): Update split-string specification
12556 and examples.
12557
125582003-05-19 Richard M. Stallman <rms@gnu.org>
12559
12560 * elisp.texi: Correct invariant section names.
12561
125622003-04-20 Richard M. Stallman <rms@gnu.org>
12563
12564 * os.texi (Timers): Explain about timers and quitting.
12565
125662003-04-19 Richard M. Stallman <rms@gnu.org>
12567
12568 * internals.texi (Writing Emacs Primitives): Strings are
12569 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12570 Explain GCPRO convention for varargs function args.
12571
125722003-04-16 Richard M. Stallman <rms@gnu.org>
12573
12574 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12575
125762003-04-08 Richard M. Stallman <rms@gnu.org>
12577
12578 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12579
125802003-02-13 Kim F. Storm <storm@cua.dk>
12581
12582 * objects.texi (Character Type): New \s escape for space.
12583
125842003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12585
5dcb4c4e 12586 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
12587
125882003-01-25 Richard M. Stallman <rms@gnu.org>
12589
12590 * keymaps.texi: Document that a symbol can act as a keymap.
12591
125922003-01-13 Richard M. Stallman <rms@gnu.org>
12593
12594 * text.texi (Changing Properties): Say string indices are origin-0.
12595
12596 * positions.texi (Screen Lines) <compute-motion>:
12597 Correct order of elts in return value.
12598
12599 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12600 how to define a default binding.
12601
126022002-12-07 Markus Rost <rost@math.ohio-state.edu>
12603
12604 * loading.texi (Unloading): Fix recent change for load-history.
12605
12606 * customize.texi (Simple Types): Clarify description of custom
12607 type 'number. Describe new custom type 'float.
12608
126092002-12-04 Markus Rost <rost@math.ohio-state.edu>
12610
12611 * variables.texi (File Local Variables): Fix typo.
12612
c8763fb6 126132002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
12614
12615 From Michael Albinus <Michael.Albinus@alcatel.de>.
12616
12617 * README: Target for Info file is `make info'.
12618
5dcb4c4e 12619 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
12620 `file-name-sans-extension'.
12621 (Magic File Names): Complete list of operations for magic file
12622 name handlers.
12623
126242002-09-16 Jonathan Yavner <jyavner@engineer.com>
12625
12626 * variables.texi (File Local Variables): New function
12627 risky-local-variable-p.
12628
126292002-09-15 Jonathan Yavner <jyavner@engineer.com>
12630
12631 * functions.texi (Function safety): New node about unsafep.
12632
126332002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
12634
5dcb4c4e 12635 * customize.texi (Splicing into Lists): Fix example.
a86cd395 12636 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
12637
126382002-06-17 Juanma Barranquero <lektu@terra.es>
12639
12640 * frames.texi (Display Feature Testing): Fix typo.
12641
126422002-06-12 Andreas Schwab <schwab@suse.de>
12643
12644 * frames.texi (Initial Parameters, Resources): Fix references to
12645 the Emacs manual.
12646
126472002-05-13 Kim F. Storm <storm@cua.dk>
12648
6e911150 12649 * variables.texi (Intro to Buffer-Local): Update warning and
b8d4c8d0
GM
12650 example relating to changing buffer inside let.
12651
c8763fb6 126522002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
12653
12654 * os.texi (Session Management): New node about X Session management.
12655
126562002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
12657
12658 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
12659 to which the manual corresponds, and the copyright years.
12660
12661 * Makefile.in (VERSION): Set to 2.9.
12662
126632001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
12664
12665 * elisp.texi: Change the category in @dircategory to "Emacs", to
12666 make it consistent with info/dir.
12667
126682001-11-25 Miles Bader <miles@gnu.org>
12669
12670 * text.texi (Fields): Describe new `limit' arg in
12671 field-beginning/field-end.
12672
126732001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
12674
5dcb4c4e
SM
12675 * permute-index: Don't depend on csh-specific features.
12676 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
12677
12678 * two-volume-cross-refs.txt: New file.
12679 * two.el: New file.
12680 * spellfile: New file.
12681
126822001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
12683
12684 * permute-index: New file.
12685
12686 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
12687 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
12688 8+3 restricted namespace.
12689
12690 * Makefile.in (infodir): Define relative to $(srcdir).
12691 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
12692 include directories list via -I switch to makeinfo.
12693 (index.texi): Use cp if both hard and symbolic links fail.
12694
126952001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
12696
12697 * Makefile.in (distclean): Add.
12698
12699 The following changes make ELisp manual part of the Emacs
12700 distribution:
12701
12702 * Makefile.in: Add Copyright notice.
12703 (prefix): Remove.
12704 (infodir): Change value to "../info".
12705 (VPATH): New variable.
12706 (MAKE): Don't define.
12707 (texmacrodir): Don't define.
12708 (texinputdir): Append the existing value of TEXINPUTS.
12709 ($(infodir)/elisp): Instead of just "elisp". Reformat the
12710 command to be compatible with man/Makefile.in, and to put the
12711 output into ../info.
12712 (info): Add target.
12713 (installall): Target removed.
12714
c8763fb6 127152001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
12716
12717 * tips.texi (Coding Conventions): Fix typo.
12718
127192001-10-23 Gerd Moellmann <gerd@gnu.org>
12720
12721 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
12722
127232001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
12724
12725 * files.texi (File Name Components): Update the description of
12726 file-name-sans-extension and file-name-extension, as they now
12727 ignore leading dots.
12728
127292001-10-20 Gerd Moellmann <gerd@gnu.org>
12730
12731 * (Version 21.1 released.)
12732
127332001-10-19 Miles Bader <miles@gnu.org>
12734
12735 * positions.texi (Text Lines): Describe behavior of
12736 `beginning-of-line'/`end-of-line' in the presence of field properties.
12737
127382001-10-17 Gerd Moellmann <gerd@gnu.org>
12739
12740 * Makefile.in (VERSION): Set to 2.8.
12741 (manual): Use `manual-21'.
12742
12743 * elisp.texi (VERSION): Add and use it where the version
12744 number was used. Set it to 2.8.
12745
12746 * intro.texi: Likewise.
12747
127482001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12749
12750 * files.texi (File Name Completion): Document the significance of
12751 a trailing slash in elements of completion-ignored-extensions.
12752
127532001-10-06 Miles Bader <miles@gnu.org>
12754
12755 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
12756
127572001-10-04 Gerd Moellmann <gerd@gnu.org>
12758
12759 * variables.texi (Variable Aliases): New node.
12760
127612001-10-04 Gerd Moellmann <gerd@gnu.org>
12762
12763 * Branch for 21.1.
12764
127652001-10-02 Miles Bader <miles@gnu.org>
12766
12767 * minibuf.texi (Minibuffer Misc): Add entries for
12768 `minibuffer-contents', `minibuffer-contents-no-properties', and
12769 `delete-minibuffer-contents'.
12770 Correct description for `minibuffer-prompt-end'.
12771
12772 * text.texi (Property Search): Correct descriptions of
12773 `next-char-property-change' and `previous-char-property-change'.
12774 Add entries for `next-single-char-property-change' and
12775 `previous-single-char-property-change'.
12776 Make operand names a bit more consistent.
12777
127782001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
12779
12780 * frames.texi (Finding All Frames): Document that next-frame and
12781 previous-frame are local to current terminal.
12782
127832001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
12784
12785 * keymaps.texi (Creating Keymaps): Fix the description of the
12786 result of make-keymap.
12787
127882001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
12789
12790 * display.texi (Font Lookup, Attribute Functions)
12791 (Image Descriptors): Add cross-references to the definition of
12792 selected frame.
12793
12794 * buffers.texi (The Buffer List): Add cross-references to the
12795 definition of selected frame.
12796
12797 * frames.texi (Input Focus): Clarify which frame is _the_ selected
12798 frame at any given time.
12799 (Multiple Displays, Size and Position): Add a cross-reference to
12800 the definition of the selected frame.
12801
128022001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12803
12804 * strings.texi (String Conversion) <string-to-number>: Document
12805 that a float is returned for integers that are too large.
12806
12807 * frames.texi (Mouse Position): Document mouse-position-function.
12808 (Display Feature Testing): Document display-images-p.
12809 (Window Frame Parameters): Document the cursor-type variable.
12810
12811 * numbers.texi (Integer Basics): Document CL style read syntax for
12812 integers in bases other than 10.
12813
5dcb4c4e
SM
12814 * positions.texi (List Motion):
12815 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
12816
12817 * lists.texi (Sets And Lists): Document member-ignore-case.
12818
12819 * internals.texi (Garbage Collection): Document the used and free
12820 strings report.
12821 (Memory Usage): Document strings-consed.
12822
12823 * os.texi (Time of Day): Document float-time.
12824 (Recording Input): Document that clear-this-command-keys clears
12825 the vector to be returned by recent-keys.
12826
ed9265fc
JB
12827 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
12828 The argument keymap can be a list.
b8d4c8d0
GM
12829
12830 * nonascii.texi (User-Chosen Coding Systems)
12831 <select-safe-coding-system>: Document the new argument
12832 accept-default-p and the variable
12833 select-safe-coding-system-accept-default-p. Tell what happens if
12834 buffer-file-coding-system is undecided.
12835 (Default Coding Systems): Document auto-coding-regexp-alist.
12836
12837 * display.texi (The Echo Area) <message>: Document
12838 message-truncate-lines.
12839 (Glyphs): Document that the glyph table is unused on windowed
12840 displays.
12841
12842 * help.texi (Describing Characters) <single-key-description>:
12843 Document the new argument no-angles.
12844 (Accessing Documentation) <documentation-property>: Document that
12845 a non-string property is evaluated.
12846 <documentation>: Document that the function-documentation property
12847 is looked for.
12848
12849 * windows.texi (Selecting Windows): Document some-window.
12850
12851 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
12852
12853 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
12854 apropos-mode-hook.
12855
12856 * commands.texi (Using Interactive): Document interactive-form.
12857 (Keyboard Macros): Document kbd-macro-termination-hook.
12858 (Command Loop Info): Document that clear-this-command-keys clears
12859 the vector to be returned by recent-keys.
12860
128612001-09-04 Werner LEMBERG <wl@gnu.org>
12862
12863 * Makefile.in (srcdir, texinputdir): New variables.
12864 (srcs, index.texi, install): Use $(srcdir).
12865 (.PHONY): Remove elisp.dvi.
12866 (elisp): Use -I switch for makeinfo.
12867 (elisp.dvi): Use $(srcdir) and $(texinputdir).
12868 (installall, dist): Use $(srcdir).
12869 Fix path to texinfo.tex.
12870 (maintainer-clean): Add elisp.dvi and elisp.oaux.
12871
128722001-08-30 Gerd Moellmann <gerd@gnu.org>
12873
12874 * display.texi (Conditional Display): Adjust to API change.
12875
12876 * configure: New file.
12877
128782001-07-30 Gerd Moellmann <gerd@gnu.org>
12879
12880 * commands.texi (Repeat Events): Add description of
12881 double-click-fuzz.
12882
128832001-05-08 Stefan Monnier <monnier@cs.yale.edu>
12884
12885 * syntax.texi (Syntax Class Table): Add the missing designator for
12886 comment and string fences.
12887 (Syntax Properties): Add a xref to syntax table internals.
12888 (Syntax Table Internals): Document string-to-syntax.
12889
128902001-05-07 Gerd Moellmann <gerd@gnu.org>
12891
12892 * Makefile.in (install): Use install-info command line options
12893 like in Emacs' Makefile.in.
12894
128952000-12-09 Miles Bader <miles@gnu.org>
12896
12897 * windows.texi (Window Start): Update documentation for
12898 `pos-visible-in-window-p'.
12899
129002000-11-12 Stefan Monnier <monnier@cs.yale.edu>
12901
12902 * lists.texi (Building Lists): Add footnote to explain how to add
12903 to the end of a list.
12904
129052000-10-25 Gerd Moellmann <gerd@gnu.org>
12906
12907 * files.texi (Visiting Functions): Typos.
12908
129092000-10-25 Kenichi Handa <handa@etl.go.jp>
12910
12911 * files.texi (Visiting Functions): Return value of
12912 find-file-noselect may be a list of buffers if wildcards are used.
12913
129142000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12915
12916 * display.texi (Defining Faces): Document `graphic' display type
12917 in face specs.
12918
b344d29d 129192000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
12920
12921 * hooks.texi (Standard Hooks): Replace obsolete
12922 `after-make-frame-hook' with `after-make-frame-functions'.
12923
12924 * frames.texi (Creating Frames): Ditto.
12925
12926 * variables.texi (Future Local Variables): Ditto.
12927
129282000-10-16 Gerd Moellmann <gerd@gnu.org>
12929
12930 * display.texi (Other Image Types): Add description of :foreground
12931 and :background properties of mono PBM images.
12932
129332000-08-17 Werner LEMBERG <wl@gnu.org>
12934
12935 * .cvsignore: New file.
12936
129372000-01-05 Gerd Moellmann <gerd@gnu.org>
12938
12939 * tindex.pl: New script.
12940
129411999-12-03 Dave Love <fx@gnu.org>
12942
12943 * Makefile.in (MAKEINFO): New parameter.
12944
129451999-09-17 Richard Stallman <rms@gnu.org>
12946
12947 * Makefile.in (srcs): Add hash.texi.
12948 (VERSION): Update to 20.6.
12949
129501999-09-13 Richard Stallman <rms@gnu.org>
12951
12952 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
12953
129541998-08-29 Karl Heuer <kwzh@gnu.org>
12955
12956 * configure.in: New file.
12957 * Makefile.in: Renamed from Makefile.
12958 (prefix, infodir): Use value obtained from configure.
12959 (emacslibdir): Obsolete variable deleted.
12960 (dist): Distribute configure.in, configure, Makefile.in.
12961
129621998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12963
12964 * Makefile (INSTALL_INFO): New variable.
12965 (install): Run install-info.
12966
129671998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12968
12969 * Makefile (elisp.dvi): Add missing backslash.
12970
129711998-05-02 Richard Stallman <rms@psilocin.gnu.org>
12972
12973 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
12974 Run texindex without `./'. Always run texindex on elisp.tp.
12975 (elisp.tps): Target deleted.
12976
129771998-04-05 Richard Stallman <rms@psilocin.gnu.org>
12978
12979 * Makefile (srcs): Add nonascii.texi and customize.texi.
12980 (dist): Start by deleting `temp'.
12981
129821998-02-17 Richard Stallman <rms@psilocin.gnu.org>
12983
12984 * Makefile (makeinfo, texindex): Targets deleted.
12985 (makeinfo.o, texindex.o): Targets deleted.
12986 (clean, dist): Don't do anything with them or with getopt*.
12987
129881998-01-30 Richard Stallman <rms@psilocin.gnu.org>
12989
12990 * Makefile (SHELL): Defined.
12991
129921998-01-27 Richard Stallman <rms@psilocin.gnu.org>
12993
12994 * Makefile (elisp.tps): New target.
12995 (elisp.dvi): Depend on elisp.tps.
12996
c5602427 129971996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
12998
12999 * README: Update phone number.
13000
13001 * Makefile (elisp): Make this be the default target.
13002 Depend on makeinfo.c instead of makeinfo.
13003 (install): Don't depend on elisp.dvi, since we don't install that.
13004 Use mkinstalldirs.
13005 (dist): Add mkinstalldirs.
13006
c5602427 130071995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
13008
13009 * Makefile (VERSION): Update version number.
5dcb4c4e 13010 (maintainer-clean): Rename from realclean.
b8d4c8d0 13011
c5602427 130121995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
13013
13014 * Makefile (realclean): New target.
13015 (elisp): Remove any old elisp-* files first.
13016
c5602427 130171993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
13018
13019 * Makefile (VERSION): New variable.
13020 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13021 Compressed file suffix should be `.gz', not `.z'.
13022
ce058493 130231993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13024
13025 * Makefile (elisp): Depend on makeinfo.
13026
c5602427 130271993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
13028
13029 * Makefile (srcs): Add anti.texi.
13030
c5602427 130311993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13032
13033 * Makefile (infodir, prefix): New vars.
13034 (install): Use infodir.
f4e90db0 13035 (emacsinfodir): Delete.
b8d4c8d0 13036
c5602427 130371993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13038
13039 * Makefile (srcs): Add calendar.texi.
13040
13041 * Makefile (dist): Copy texindex.c and makeinfo.c.
13042 Limit elisp-* files to those with one or two digits.
13043
c5602427 130441993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 13045
f4e90db0 13046 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 13047
c5602427 130481993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13049
13050 * loading.texi (Unloading): define-function changed back to
13051 defalias. It may not stay this way, but at least it's
13052 consistent with the known-good version of the code patch.
13053
c5602427 130541993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
13055
13056 * modes.texi (Hooks): Document new optional arg of add-hook.
13057
c5602427 130581993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
13059
13060 * variables.texi: Document nil initial value of buffer-local variables.
13061
13062 * tips.texi: Add new section on standard library headers.
13063
c5602427 130641993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
13065
13066 * Makefile (srcs): Add frame.texi to the list of sources.
13067
c5602427 130681993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
13069
13070 * Makefile (dist): Don't bother excluding autosave files; they'll
13071 never make it into the temp directory anyway, and the hash marks
13072 in the name are problematic for make and the Bourne shell.
ed9265fc 13073 (srcs): ???
b8d4c8d0 13074
c5602427 130751993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
13076
13077 * Makefile (dist): Don't include backup files or autosave files in
13078 the distribution tar file.
13079
c5602427 130801991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 13081
5dcb4c4e 13082 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
13083 (elisp.dvi): Remove erroneous shell comment.
13084 Expect output of permute-index in permuted.fns.
13085 Save old elisp.aux in elisp.oaux.
5dcb4c4e 13086 (clean): Add index.texi to be deleted.
b8d4c8d0 13087
c5602427 130881990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
13089
13090 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13091
c5602427 130921990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
13093
13094 * files.texi: Noted that completion-ignored-extensions is ignored
13095 when making *Completions*.
13096
3e868ee3 130971990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
13098
13099 * Makefile make dist now depends on elisp.dvi, since it tries
13100 to include it in the dist file.
13101
c5602427 131021990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 13103
c5602427 13104 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 13105
c5602427 131061989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
13107
13108 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13109 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13110
c5602427 131111989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
13112
13113 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13114 and @error{} are the terms now being used. The files in the
13115 directory have been changed to reflect this.
13116
13117 * All instances of @indentedresultt{} have been changed to
333f9019 13118 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 13119
c5602427 131201989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
13121
13122 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13123 experimental @indentedresult{}, @indentedexpandsto{} are part of
13124 the texinfo.tex in this directory. These TeX macros are not
13125 stable yet.
13126
c5602427 131271989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
13128
13129 * texinfo.tex: Temporarily added
13130 \let\result=\dblarrow
13131 \def\error{{\it ERROR} \longdblarrow}
13132 We need to do this better soon.
13133
c5602427 131341989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
13135
13136 * Applied Karl Berry's patches to *.texinfo files, but not to
13137 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13138 new title page format is also not applied, since it requires
13139 texinfo.tex changes.)
13140
13141 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13142 for the Project GNU development environment.
13143
13144;; Local Variables:
c8763fb6 13145;; coding: utf-8
b8d4c8d0
GM
13146;; End:
13147
ba318903 13148 Copyright (C) 1998-2014 Free Software Foundation, Inc.
b8d4c8d0
GM
13149
13150 This file is part of GNU Emacs.
13151
352c8b4a 13152 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 13153 it under the terms of the GNU General Public License as published by
352c8b4a
GM
13154 the Free Software Foundation, either version 3 of the License, or
13155 (at your option) any later version.
b8d4c8d0
GM
13156
13157 GNU Emacs is distributed in the hope that it will be useful,
13158 but WITHOUT ANY WARRANTY; without even the implied warranty of
13159 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13160 GNU General Public License for more details.
13161
13162 You should have received a copy of the GNU General Public License
352c8b4a 13163 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.