* subr.el (add-to-list): Refill the paragraphs.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
314ffdb1
GM
12014-02-06 Glenn Morris <rgm@gnu.org>
2
3 * display.texi (Truncation):
4 * positions.texi (Screen Lines): Do not mention cache-long-scans.
5
bd21bf41
JL
62014-01-31 Juri Linkov <juri@jurta.org>
7
8 * searching.texi (String Search): Incremental word search fixes.
9
e3bd7eed
GM
102014-01-28 Glenn Morris <rgm@gnu.org>
11
12 * text.texi (Indent Tabs): Update related to tab-stops.
13
0db19d38
GM
142014-01-24 Glenn Morris <rgm@gnu.org>
15
1e548e40
GM
16 * control.texi (Handling Errors): Update with-demoted-errors.
17
0db19d38
GM
18 * files.texi (File Locks): Every platform supports locking now.
19
7b997b14
GM
202014-01-22 Glenn Morris <rgm@gnu.org>
21
22 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
23
64295f83
GM
242014-01-20 Glenn Morris <rgm@gnu.org>
25
26 * hash.texi (Other Hash): Do not mention subr-x.el functions;
27 reverts 2013-12-22 change.
28
122ff675
SM
292014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * functions.texi (Advising Functions): New section.
32 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
33 run-hook-wrapped any more.
34 (Hooks): Link to the new Advising Functions node.
35 * elisp.texi (Top): Don't include advice.texi.
36 * advice.texi: Remove.
37 * makefile.w32-in (srcs):
38 * Makefile.in (srcs): Adjust accordingly.
39
fa49b469
RS
402014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
41
9fb07a9e
RS
42 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
43
fa49b469
RS
44 * strings.texi (Text Comparison): Document `string-suffix-p'.
45
d831c9b8
GM
462014-01-07 Glenn Morris <rgm@gnu.org>
47
48 * files.texi (File Attributes): Fix superscipt typo.
49
de7ce2d1
CY
502014-01-07 Chong Yidong <cyd@gnu.org>
51
52 * files.texi (Changing Files): Document copy-file changes.
53
809d2ce4
GM
542014-01-07 Glenn Morris <rgm@gnu.org>
55
56 * display.texi (Logging Messages): Copyedits re messages-buffer.
57
c6ab4664
PE
582014-01-06 Paul Eggert <eggert@cs.ucla.edu>
59
60 Specify .texi encoding (Bug#16292).
61 * back.texi, book-spine.texi, lay-flat.texi:
62 Add @documentencoding.
63
81c7d631
CY
642014-01-05 Chong Yidong <cyd@gnu.org>
65
66 * backups.texi (Making Backups): Document backup-buffer change.
67
68 * files.texi (Visiting Files): Copyedits.
69 (Testing Accessibility): Mention ACLs. Move file-modes here from
70 File Attributes.
71 (Truenames): Move file-equal-p here from Kinds of Files.
72 (File Attributes): Move file-newer-than-file-p here from Testing
73 Accessibility.
74 (Extended Attributes): New node. Add file-extended-attributes.
75 (Changing Files): Document set-file-extended-attributes.
76
77 * commands.texi (Defining Commands): Document the interactive-form
78 property more carefully. Document interactive-only.
79
80 * compile.texi (Compiler Errors): Copyedits. Note that the
81 details for byte-compile-warnings are in its docstring.
82
83 * minibuf.texi (Minibuffer Contents): Remove obsolete function
84 minibuffer-completion-contents.
85
86 * variables.texi (Defining Variables): Note that defvar acts
87 always on the dynamic value.
88
89 * customize.texi (Variable Definitions): Likewise.
90
7c2127d0
PE
912014-01-05 Paul Eggert <eggert@cs.ucla.edu>
92
5a0f4e90
PE
93 Document vconcat and the empty vector (Bug#16246).
94 * sequences.texi (Vector Functions):
95 Document behavior better when the result is empty.
96
7c2127d0
PE
97 Document behavior of (string-to-number "+@") (Bug#16293).
98 * strings.texi (String Conversion): Document behavior of
99 string-to-number on invalid strings that begin with "+", too.
100
d6d78511
CY
1012014-01-03 Chong Yidong <cyd@gnu.org>
102
103 * help.texi (Documentation, Accessing Documentation): Copyedits.
104 (Documentation Basics): Rewrite, avoiding a repeat discussion of
105 docstring conventions.
106
107 * tips.texi (Documentation Tips): Move discussion of
108 emacs-lisp-docstring-fill-column here from Documentation Basics.
109
110 * compile.texi (Docs and Compilation): Copyedits.
111
33f846fb
GM
1122014-01-02 Glenn Morris <rgm@gnu.org>
113
114 * numbers.texi (Numeric Conversions): Fix a typo.
115
a560b856
PE
1162013-12-29 Paul Eggert <eggert@cs.ucla.edu>
117
118 Plain copy-file no longer chmods an existing destination (Bug#16133).
119 * files.texi (Changing Files): Document this.
120
4364185f
CY
1212013-12-28 Chong Yidong <cyd@gnu.org>
122
123 * modes.texi (Auto Major Mode): Document interpreter-mode-alist
124 change.
125
126 * buffers.texi (Modification Time): Document visited-file-modtime
127 change.
128
c04d52fb
GM
1292013-12-28 Glenn Morris <rgm@gnu.org>
130
131 * control.texi (Pattern matching case statement): Brevity.
132
0f1d2934
CY
1332013-12-27 Chong Yidong <cyd@gnu.org>
134
135 * functions.texi (Function Cells):
136 * eval.texi (Function Indirection): Update for the fact that
137 symbol-function no longer signals an error.
138
139 * commands.texi (Reading One Event): Mention keyboard coding.
140
141 * keymaps.texi (Translation Keymaps, Translation Keymaps):
142 * nonascii.texi (Terminal I/O Encoding): Copyedits.
143
2200a8c9
CY
1442013-12-26 Chong Yidong <cyd@gnu.org>
145
146 * advice.texi (Advising Functions, Defining Advice): Special forms
147 can no longer be advised.
148
c9352587
CY
1492013-12-25 Chong Yidong <cyd@gnu.org>
150
151 * keymaps.texi (Active Keymaps): Re-organize the text.
152 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
153 (Controlling Active Maps): Note that set-transient-map uses
154 overriding-terminal-local-map.
155
156 * tips.texi (Coding Conventions): Tweak the coding system tip;
157 Emacs now uses utf-8 by default for Emacs Lisp source files.
158
159 * display.texi (Font Selection): Tweak example.
160
161 * commands.texi (Event Input Misc): Document new arg to
162 input-pending-p.
163
164 * nonascii.texi (Specifying Coding Systems): Don't refer to
165 emacs-mule-dos.
166 (Lisp and Coding Systems): Describe emacs-mule return value in
167 modern terms.
168
ff1c842a
TH
1692013-12-25 Tassilo Horn <tsdh@gnu.org>
170
171 * control.texi (Pattern matching case statement): Rephrase lexical
172 binding requirement: the example needs it, not `pcase' itself.
173
362397ed
CY
1742013-12-25 Chong Yidong <cyd@gnu.org>
175
176 * eval.texi (Eval): Document the LEXICAL arg to eval.
177
178 * variables.texi (Variables, Void Variables): Use "scoping rule"
179 terminology consistently.
180 (Variable Scoping): Add index entries, and use "dynamic scope"
181 terminology in place of "indefinite scope" to reduce confusion.
182 (Lexical Binding): Document lexical environment format.
183 (Using Lexical Binding): Add index entries for error messages.
184
a9560047
TH
1852013-12-24 Tassilo Horn <tsdh@gnu.org>
186
187 * control.texi (Pattern matching case statement): Fix missing
188 argument in simple expression language sample (Bug#16238). Add
189 some sample programs written in that language. Mention that
190 `pcase' requires lexical binding.
191
46291d11
XF
1922013-12-23 Xue Fuqiao <xfq.free@gmail.com>
193
2d778742
XF
194 * eval.texi (Special Forms): Document `special-form-p'.
195
196 * macros.texi (Simple Macro): Document `macrop'.
197
882b0b86
XF
198 * files.texi (Changing Files): Fix an argument of `copy-file'.
199
46291d11
XF
200 * strings.texi (Creating Strings): Document TRIM in `split-string'.
201
8cd22a08
CY
2022013-12-23 Chong Yidong <cyd@gnu.org>
203
204 * keymaps.texi (Controlling Active Maps): Renamed
205 set-temporary-overlay-map to set-transient map. Doc fixes.
206 (Searching Keymaps): The transient keymap takes precedence.
207
aec3bf9f
GM
2082013-12-23 Glenn Morris <rgm@gnu.org>
209
210 * loading.texi (How Programs Do Loading, Load Suffixes):
211 Mention `load-prefer-newer'.
212
bb962da2
XF
2132013-12-22 Xue Fuqiao <xfq.free@gmail.com>
214
aec3bf9f
GM
215 * hash.texi (Other Hash): Document `hash-table-keys'
216 and `hash-table-values'.
bb962da2 217
77e5bcc5
EZ
2182013-12-22 Eli Zaretskii <eliz@gnu.org>
219
220 * nonascii.texi (Character Properties): NAME or OLD-NAME
221 properties can be nil (there's no empty string).
a9877c32 222 (Character Properties): Update the reference to the UCD.
77e5bcc5 223
c9832cd8
XF
2242013-12-22 Xue Fuqiao <xfq.free@gmail.com>
225
77e5bcc5
EZ
226 * sequences.texi (Bool-Vectors): Document new bool-vector set
227 operation functions.
8fc36a68 228
05e8f1ae
XF
229 * text.texi (Examining Properties): Document `get-pos-property'.
230
aec3bf9f
GM
231 * variables.texi (Directory Local Variables):
232 Document `enable-dir-local-variables'.
b345c561 233
aec3bf9f
GM
234 * debugging.texi (Debugger Commands):
235 Document `debugger-toggle-locals'.
c9832cd8 236
77221051
CY
2372013-12-21 Chong Yidong <cyd@gnu.org>
238
239 * text.texi (Region Indent): Note the new interactive behavior of
240 indent-rigidly.
241
dfff9284
TH
2422013-12-20 Tassilo Horn <tsdh@gnu.org>
243
3fbba716
TH
244 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
245 one or many arguments.
246
6f1de4d1
TH
247 * display.texi: Document `messages-buffer'.
248
dfff9284
TH
249 * os.texi: Document `initial-buffer-choice' changes.
250
f5df4ceb
CY
2512013-12-20 Chong Yidong <cyd@gnu.org>
252
253 * text.texi (Changing Properties): Improve documentation for
254 add-face-text-property.
255 (Special Properties): Mention add-face-text-property.
256
fb891cc8
CY
2572013-12-18 Chong Yidong <cyd@gnu.org>
258
18874304
CY
259 * customize.texi (Custom Themes): Document custom-known-themes
260 (Bug#15717).
261
fb891cc8
CY
262 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
263 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
264
06a4f110
GM
2652013-12-13 Glenn Morris <rgm@gnu.org>
266
267 * internals.texi (Building Emacs):
268 * loading.texi (Library Search): Mention that site-load,
269 site-init cannot change load-path.
270
b55e11bf
GM
2712013-12-12 Glenn Morris <rgm@gnu.org>
272
273 * elisp.texi: Tweak dircategory.
274
01633a17
EZ
2752013-12-12 Eli Zaretskii <eliz@gnu.org>
276
277 * nonascii.texi (Encoding and I/O): Document file-name encoding
278 peculiarities on MS-Windows.
279
f9405d87
GM
2802013-12-12 Glenn Morris <rgm@gnu.org>
281
282 * elisp.texi: Sync direntry with info/dir version.
283
36291308
JB
2842013-12-08 Juanma Barranquero <lekktu@gmail.com>
285
286 * display.texi (Progress, Face Remapping):
287 * processes.texi (Serial Ports):
288 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
289
c085e5b9
JL
2902013-12-04 Juri Linkov <juri@jurta.org>
291
292 * searching.texi (Search and Replace): Fix `unread-command-events'
293 and add ref.
294
9139632a
JL
2952013-12-03 Juri Linkov <juri@jurta.org>
296
297 * windows.texi (Choosing Window): Rename `no-display-ok' to
298 `allow-no-window'. (Bug#13594)
299
26e4aa7d
GM
3002013-11-30 Glenn Morris <rgm@gnu.org>
301
302 * Makefile.in (distclean): Remove Makefile.
303
c8f0efc2
AP
3042013-11-29 Andreas Politz <politza@fh-trier.de>
305
306 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
307 (Bug#14029).
308
cb6c95a3
GM
3092013-11-27 Glenn Morris <rgm@gnu.org>
310
311 * loading.texi (Library Search):
312 * os.texi (Startup Summary): No more leim directory.
313
d6686055
GM
3142013-11-26 Glenn Morris <rgm@gnu.org>
315
316 * os.texi (Startup Summary): Update for leim-list being preloaded.
317
f6083c67
BJ
3182013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
319
320 * frames.texi (Input Focus):
321 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
322
17e0445b
GM
3232013-11-23 Glenn Morris <rgm@gnu.org>
324
325 * loading.texi (Library Search):
326 Empty elements in EMACSLOADPATH now mean the default load-path.
327
88fa559d
GM
3282013-11-22 Glenn Morris <rgm@gnu.org>
329
330 * loading.texi (Library Search): Minor clarification.
331
f0cfa5fe
LL
3322013-11-20 Leo Liu <sdl.web@gmail.com>
333
334 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
335
a6e3a5d5
XF
3362013-11-19 Xue Fuqiao <xfq.free@gmail.com>
337
338 * os.texi (File Notifications): Add an index.
339
340 * loading.texi (Loading): Add an cross-reference.
341
4ae3802f
XF
3422013-11-18 Xue Fuqiao <xfq.free@gmail.com>
343
344 * os.texi (Session Management, Desktop Notifications): Add some
345 indexes and a cross-reference.
346
de586f99
XF
3472013-11-17 Xue Fuqiao <xfq.free@gmail.com>
348
349 * os.texi (Time Parsing):
350 (Processor Run Time, Input Modes, Terminal Output): Minor fixes.
351
90794abb
GM
3522013-11-14 Glenn Morris <rgm@gnu.org>
353
354 * loading.texi (Library Search): Update section.
355
7d3bb569
XF
3562013-11-11 Xue Fuqiao <xfq.free@gmail.com>
357
358 * os.texi (User Identification, Time of Day, Time Conversion):
359 Minor fixes.
360
fb193bb4
JD
3612013-11-10 Jan Djärv <jan.h.d@swipnet.se>
362
363 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
364
be9d2b46
XF
3652013-11-09 Xue Fuqiao <xfq.free@gmail.com>
366
367 * os.texi (Startup Summary): Add an index about startup screen.
6e466459 368 Typo fix.
d612ddbb 369 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
be9d2b46 370
8acb09ca
EZ
3712013-11-08 Eli Zaretskii <eliz@gnu.org>
372
373 * display.texi (Truncation): Document that cache-long-scans is now
374 non-nil by default. (Bug#15797)
375
c67c5132
EZ
3762013-11-05 Eli Zaretskii <eliz@gnu.org>
377
378 * lists.texi (Rearrangement): Fix indexing.
379
380 * display.texi (Bidirectional Display): Fix indexing.
381
29aa2b71
XF
3822013-11-05 Xue Fuqiao <xfq.free@gmail.com>
383
5e21526f
XF
384 * lists.texi (Rearrangement): Improve indexing.
385
29aa2b71 386 * display.texi (Glyphs): Add an index for glyph code.
5e21526f 387 (Bidirectional Display): Improve indexing.
29aa2b71 388
3c334c14
JD
3892013-11-01 Jan Djärv <jan.h.d@swipnet.se>
390
391 * display.texi (Face Attributes): Document :distant-foreground.
392
bc5184ab
XF
3932013-10-30 Xue Fuqiao <xfq.free@gmail.com>
394
395 * display.texi (Abstract Display): Improve indexing.
396
23af34b0
SM
3972013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * display.texi (Selective Display): Discourage the use of explicit
400 selective display.
401
81cf3b07
XF
4022013-10-29 Xue Fuqiao <xfq.free@gmail.com>
403
027d950f
XF
404 * display.texi (Showing Images): Add an index for image-size.
405 Use @code instead of @var for a normal variable.
142207c0 406 (Multi-Frame Images): Improve indexing.
3440d80e 407 (Button Buffer Commands): Use @code instead of @var for a normal variable.
e54711f3 408 (Abstract Display): Explain the meaning of Ewoc.
81cf3b07 409
3c640e29
XF
4102013-10-27 Xue Fuqiao <xfq.free@gmail.com>
411
44e0cfaf 412 * display.texi (Image Descriptors): Improve indexing.
3c640e29 413
7db9c31e
XF
4142013-10-26 Xue Fuqiao <xfq.free@gmail.com>
415
416 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
918a7ad4 417 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
7db9c31e 418
619a46f8
XF
4192013-10-25 Xue Fuqiao <xfq.free@gmail.com>
420
421 * display.texi (Fontsets): Minor wording fix.
3e1300f7
XF
422 (Low-Level Font): Improve indexing.
423
424 * nonascii.texi (Character Properties): Add an index for script symbols.
619a46f8 425
578ef6b9
XF
4262013-10-24 Xue Fuqiao <xfq.free@gmail.com>
427
428 * display.texi (Face Remapping): Add indexes for face remapping.
4fa11a36 429 (Font Selection): Add indexes.
8b78f36c 430 (Low-Level Font): Add an index for font registry.
578ef6b9 431
48f73cfb
GM
4322013-10-23 Glenn Morris <rgm@gnu.org>
433
76f1a3c3
GM
434 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
435 Nuke @refill.
436
48f73cfb
GM
437 * Makefile.in (install-dvi, install-html, install-pdf)
438 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
439 (uninstall-pdf): Quote entities that might contain whitespace.
440
8d02f0ad
XF
4412013-10-19 Xue Fuqiao <xfq.free@gmail.com>
442
76f1a3c3
GM
443 * display.texi (Face Attributes): Add indexes for the ‘:box’
444 face attribute.
8d02f0ad 445
917ac5eb
XF
4462013-10-18 Xue Fuqiao <xfq.free@gmail.com>
447
74f202ae 448 * display.texi (Line Height): Add indexes for line height.
917ac5eb 449
475c7d3f
XF
4502013-10-17 Xue Fuqiao <xfq.free@gmail.com>
451
452 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
453
89f20e05
XF
4542013-10-16 Xue Fuqiao <xfq.free@gmail.com>
455
456 * display.texi (Selective Display): Add an index for explicit
457 selective display.
458
2641f1a5
XF
4592013-10-15 Xue Fuqiao <xfq.free@gmail.com>
460
461 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
462
8c106d17
GM
4632013-10-13 Glenn Morris <rgm@gnu.org>
464
465 * intro.texi (Acknowledgments): Use accented form of some names.
466
fa022909
GM
4672013-10-09 Glenn Morris <rgm@gnu.org>
468
469 * control.texi (Conditionals): Copyedits. (Bug#15558)
470
4ed77415 4712013-10-08 Eli Zaretskii <eliz@gnu.org>
981b26a6 472
4ed77415 473 Support menus on text-mode terminals.
981b26a6
EZ
474 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar): Modify
475 wording to the effect that menus are supported on TTYs.
476
477 * frames.texi (Pop-Up Menus, Dialog Boxes)
478 (Display Feature Testing): Update for menu support on TTYs.
479
6de913c4
SM
4802013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
481
482 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
483 non-headings.
484
9e73b242
XF
4852013-10-05 Xue Fuqiao <xfq.free@gmail.com>
486
487 * syntax.texi (Categories): Add an index for category sets.
488
79b3ad55
XF
4892013-10-03 Xue Fuqiao <xfq.free@gmail.com>
490
c9358b45
XF
491 * syntax.texi (Syntax Flags):
492 (Syntax Table Functions): Add indexes.
79b3ad55 493
8c1f51ff
XF
4942013-10-02 Xue Fuqiao <xfq.free@gmail.com>
495
496 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
497
6cfe977d
XF
4982013-09-29 Xue Fuqiao <xfq.free@gmail.com>
499
500 * searching.texi (Regexp Search): Refine.
501
69b3debc
XF
5022013-09-22 Xue Fuqiao <xfq.free@gmail.com>
503
504 * nonascii.texi (Default Coding Systems): Typo fix.
505
87829449
XF
5062013-09-21 Xue Fuqiao <xfq.free@gmail.com>
507
508 * nonascii.texi (Coding System Basics): Add information about carriage-return.
509
0df00f59
EZ
5102013-09-14 Eli Zaretskii <eliz@gnu.org>
511
512 * display.texi (Display Margins): State the units of measuring
513 margin width. (Bug#15375)
514
3509fb40
EZ
5152013-09-13 Eli Zaretskii <eliz@gnu.org>
516
517 * text.texi (Not Intervals): Minor wording fix.
518
99d8e6d6
XF
5192013-09-12 Xue Fuqiao <xfq.free@gmail.com>
520
3509fb40
EZ
521 * functions.texi (Obsolete Functions): Add an index for obsolete
522 functions.
99d8e6d6 523
44ee2147
XF
5242013-09-11 Xue Fuqiao <xfq.free@gmail.com>
525
526 * nonascii.texi (Character Properties): Character properties fix
527 for decimal-digit-value and digit-value.
528
eb31a86c
SM
5292013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
530
531 * macros.texi (Defining Macros): Prefer "function" to "lambda
532 expression" (bug#15296).
533
50b13cde
PE
5342013-08-28 Paul Eggert <eggert@cs.ucla.edu>
535
536 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
537 for portability to hosts where /bin/sh has problems.
538
a8544941
SM
5392013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
542
9f0809d4
EZ
5432013-08-20 Eli Zaretskii <eliz@gnu.org>
544
545 * files.texi (Information about Files): Mention file names with
546 trailing blanks on MS-Windows. (Bug#15130)
547
c5074806
XF
5482013-08-18 Xue Fuqiao <xfq.free@gmail.com>
549
550 * positions.texi (Positions): Improve indexing.
551
e2c90473
EZ
5522013-08-18 Eli Zaretskii <eliz@gnu.org>
553
554 * markers.texi (The Region): Improve indexing.
555
278d6dd0
XF
5562013-08-17 Xue Fuqiao <xfq.free@gmail.com>
557
ab100635
XF
558 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
559
278d6dd0
XF
560 * text.texi (Maintaining Undo): Mention interactive call of
561 buffer-disable-undo.
c9b39934 562 (Filling): Add cross-reference for hard newlines.
d3110177 563 (Sorting): Fix indentation.
38b4c7f8 564 (Columns): Comment out undefined behavior.
ad6643fe 565 (Case Changes): Fix an `args-out-of-range' error in the example.
278d6dd0 566
2bede2ed
XF
5672013-08-16 Xue Fuqiao <xfq.free@gmail.com>
568
c8068af5 569 * text.texi (Insertion): Refine.
bd805d5b 570 (Margins): Add an index.
e4043ba0 571 (Undo): Doc fix for `buffer-undo-list'.
8b8bf4a3 572
2bede2ed
XF
573 * positions.texi (Character Motion):
574 * markers.texi (Moving Markers):
575 (Creating Markers): Comment out undefined behavior.
576
7cbbcaa0
XF
5772013-08-15 Xue Fuqiao <xfq.free@gmail.com>
578
579 * markers.texi (The Region): Add/move indexes.
580
8259030d
LMI
5812013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
582
583 * display.texi (ImageMagick Images): Mention :content-type and
584 `image-content-type-suffixes'.
585
f73f4ce6
XF
5862013-08-13 Xue Fuqiao <xfq.free@gmail.com>
587
588 * positions.texi (Word Motion): Remove redundant sentence.
589
3e6b67c9
GM
5902013-08-13 Glenn Morris <rgm@gnu.org>
591
592 * lists.texi (List Elements):
593 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
594
5c41e9ff
XF
5952013-08-13 Xue Fuqiao <xfq.free@gmail.com>
596
916119ec 597 * frames.texi (Display Feature Testing): Add indexes.
5c41e9ff 598
8496d8d7
GM
5992013-08-12 Glenn Morris <rgm@gnu.org>
600
601 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
602 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
603 (INSTALL_DATA): New, set by configure.
604 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
605 New variables.
606 (.SUFFIXES): Add .ps and .dvi.
607 (.dvi.ps): New suffix rule.
608 (dvi, html, pdf, ps): Use *_TARGETS variables.
609 (elisp.html): Use HTML_OPTS.
610 (elisp.ps): Remove explicit rule.
611 (.PHONY): install-dvi, install-html, install-pdf, install-ps
612 ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
613 uninstall-ps, and uninstall-doc.
614 (install-dvi, install-html, install-pdf, install-ps, install-doc)
615 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
616 (uninstall-doc): New rules.
617 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
618
3a3bb904
XF
6192013-08-10 Xue Fuqiao <xfq.free@gmail.com>
620
621 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
622
4517cbc2
XF
6232013-08-09 Xue Fuqiao <xfq.free@gmail.com>
624
625 * control.texi (Error Symbols): Minor fix for previous change.
626
54bd972f
SM
6272013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
628
629 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
630
631 * control.texi (Signaling Errors): Refer to define-error.
632 (Error Symbols): Add `define-error'.
633
e30b79c1
DA
6342013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
635
636 * positions.texi (Motion by Screen Lines):
637 * display.texi (Truncation): Rename `cache-long-line-scans'
638 to `cache-long-scans'.
639
123ff297
XF
6402013-08-05 Xue Fuqiao <xfq.free@gmail.com>
641
642 * windows.texi (Window Start and End): Add an index.
643
9097ad86
XF
6442013-08-02 Xue Fuqiao <xfq.free@gmail.com>
645
646 * display.texi (Face Functions): Add an index.
647
648 * variables.texi (Variable Aliases): Add an index.
649
650 * functions.texi (Defining Functions): Add an index.
651
652 * nonascii.texi (Coding System Basics): Add an index.
653
64a695bd
XF
6542013-07-31 Xue Fuqiao <xfq.free@gmail.com>
655
656 * nonascii.texi (Non-ASCII Characters): Update menu.
657 (Disabling Multibyte): Move here from doc/emacs/mule.texi. Fix cross-references.
658
659 * elisp.texi (Top): Update menu.
660
39e8fb76
XF
6612013-07-30 Xue Fuqiao <xfq.free@gmail.com>
662
663 * windows.texi (Window History): Mention the default value of
3cd51eaa 664 switch-to-visible-buffer. Add cross-references.
39e8fb76 665
95e6e62b
MA
6662013-07-24 Michael Albinus <michael.albinus@gmx.de>
667
668 * errors.texi (Standard Errors): Fix typo.
669
670 * files.texi (Magic File Names):
671 * os.texi (File Notifications): Remove file-notify-supported-p.
672
53840e55
PE
6732013-07-24 Paul Eggert <eggert@cs.ucla.edu>
674
675 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
676 non-well-formed expressions result in unspecified behavior, though
677 Emacs will not crash.
678
32813ea7
MA
6792013-07-22 Michael Albinus <michael.albinus@gmx.de>
680
681 * files.texi (Magic File Names): Add file-notify-add-watch,
682 file-notify-rm-watch and file-notify-supported-p. Move
683 file-remote-p down.
684
685 * errors.texi (Standard Errors): Add file-notify-error.
686
687 * os.texi (Desktop Notifications): Rename from Notifications.
688 (File Notifications): New node.
689
690 * elisp.texi (Top): Update menu for these changes.
691
ac446ed8
XF
6922013-07-19 Xue Fuqiao <xfq.free@gmail.com>
693
694 * windows.texi (Display Action Functions): Mention next-window.
695
e6c005c5
XF
6962013-07-16 Xue Fuqiao <xfq.free@gmail.com>
697
698 * windows.texi (Selecting Windows): Fix the introduction of
699 `set-frame-selected-window''s arguments.
700
954b166e
PE
7012013-07-10 Paul Eggert <eggert@cs.ucla.edu>
702
703 Timestamp fixes for undo (Bug#14824).
704 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
705
3323c263
EZ
7062013-07-06 Eli Zaretskii <eliz@gnu.org>
707
708 * nonascii.texi (Text Representations): Document that
709 multibyte-string-p returns nil for non-string objects.
710
4431e6d9 7112013-07-06 Glenn Morris <rgm@gnu.org>
d4aa7284
GM
712
713 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
714
a944db14
GM
7152013-07-03 Glenn Morris <rgm@gnu.org>
716
717 * debugging.texi (Debugging):
718 * files.texi (File Attributes, Changing Files): Fix cross-references.
719
720 * package.texi (Package Archives): Fix @url call.
721
253e30aa
GM
722 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
723
4c672a0f
EZ
7242013-06-29 Eli Zaretskii <eliz@gnu.org>
725
726 * display.texi (Bidirectional Display): Document move-point-visually.
727
4366ddd4
XF
7282013-06-29 Xue Fuqiao <xfq.free@gmail.com>
729
730 * buffers.texi (Buffer File Name): Fix typo.
731
bace8013
CS
7322013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
733
734 * tips.texi (Coding Conventions): Improve wording.
735
f99f7826 7362013-06-24 Glenn Morris <rgm@gnu.org>
e8b3825d
GM
737
738 * loading.texi (Autoload): Fix typo.
739
611e8a48
GM
740 * variables.texi (Lexical Binding): Fix typo.
741
edfaf7c0
GM
742 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
743
f3f9606c
LMI
7442013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
745
746 * display.texi (ImageMagick Images): Mention :max-width and
747 :max-height.
748
89561f72
PE
7492013-06-20 Paul Eggert <eggert@cs.ucla.edu>
750
751 * numbers.texi (Math Functions): Remove obsolete function log10.
752
9716fedb
SM
7532013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
756 rather than `local-map'.
757
758 * keymaps.texi (Active Keymaps): Fix documentation of
759 set-temporary-overlay-map and overriding-terminal-local-map.
760
789cf833
GM
7612013-06-19 Glenn Morris <rgm@gnu.org>
762
763 * Makefile.in (dist): Edit more configure variables.
764 Try to check that we do not miss any in future.
765
254408ca
JB
7662013-06-17 Juanma Barranquero <lekktu@gmail.com>
767
768 * text.texi (Undo, Changing Properties): Fix typos.
769
708e05f6
LMI
7702013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
771
772 * text.texi (Changing Properties): Document `add-face-text-property'.
773
3da95318
KH
7742013-06-17 Kenichi Handa <handa@gnu.org>
775
776 * display.texi (Face Attributes): Refer to "Low-Level font" (not
2c149f93 777 "Font Selection") in the explanation of :font attribute (bug#14629).
3da95318 778
de0503df
SM
7792013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
780
781 * loading.texi (Hooks for Loading): Don't document after-load-alist.
782 Document with-eval-after-load instead of eval-after-load.
783
823777b5
XF
7842013-06-11 Xue Fuqiao <xfq.free@gmail.com>
785
786 * files.texi (File Name Expansion): Make the example more
787 intuitive.
788
08c0a604
PE
7892013-06-10 Paul Eggert <eggert@cs.ucla.edu>
790
791 Documentation fix for 'ls' and hard links.
792 * compile.texi (Compilation Functions):
793 * files.texi (File Attributes, Changing Files):
794 Use current format for GNU 'ls' output.
795 (File Attributes): Fix problem introduced in previous change:
796 the link count is the number of hard links, not the number
797 of hard links + 1.
798
e4568f3b
XF
7992013-06-10 Xue Fuqiao <xfq.free@gmail.com>
800
801 * files.texi (File Attributes): Fix typo.
802
a5cf7779
SM
8032013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
804
805 * functions.texi (Lambda Expressions): Lambda expressions don't
806 evaluate to themselves in general (bug#11782).
807
6e911150
SM
8082013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 * loading.texi (Autoload):
811 * help.texi (Documentation Basics, Accessing Documentation)
812 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
813
b02b5481
GM
8142013-04-23 Glenn Morris <rgm@gnu.org>
815
816 * internals.texi (Writing Emacs Primitives): Remove obvious example.
817 Tweak other to avoid overly long line.
818
f8152bcb
XF
8192013-04-21 Xue Fuqiao <xfq.free@gmail.com>
820
84ebefe9
XF
821 * internals.texi (Writing Emacs Primitives): Remove unnecessary
822 references to the sources. (Bug#13800)
823
f8152bcb
XF
824 * searching.texi (Regexp Backslash): Doc fix for backslash
825 constructs in regular expressions.
826
8fa2654e
CS
8272013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
828
829 * tips.texi (Coding Conventions): Mention separation of package
830 descriptor and name of internal symbols by two hyphens.
831
0aa3616e
SB
8322013-04-13 Stephen Berman <stephen.berman@gmx.net>
833
834 * windows.texi (Splitting Windows): Change category of
835 split-window from a command to a function.
836
cd542620
CY
8372013-04-06 Chong Yidong <cyd@gnu.org>
838
839 * display.texi (Faces): Minor clarifications.
6e911150
SM
840 (Defining Faces): Clarify default vs custom face specs.
841 Document face-spec-set.
cd542620
CY
842
843 * display.texi (Overlay Properties):
844 * text.texi (Special Properties): Use the "anonymous face"
845 terminology. Describe foreground-color and background-color forms
846 as compatibility-only.
847
8d0c20ae
EZ
8482013-03-24 Eli Zaretskii <eliz@gnu.org>
849
850 * compile.texi (Byte-Code Objects): Add index entry.
851 (Disassembly): Add cross-references.
852
45f1d362
EZ
8532013-03-23 Eli Zaretskii <eliz@gnu.org>
854
855 * frames.texi (Size Parameters): More accurate description of the
856 difference between 'fullboth' and 'maximized'. (Bug#13935)
857
5784e319
CS
8582013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
859
860 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
861
78be8b64 8622013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
863
864 * elisp.texi: Add some stuff specific to www.gnu.org.
865
b388e7ad
TZ
8662013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
867
868 * control.texi (Pattern matching case statement): Fix typo.
869
681ebc33
PE
8702013-03-04 Paul Eggert <eggert@cs.ucla.edu>
871
872 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
873
9bed73f3
GM
8742013-03-03 Glenn Morris <rgm@gnu.org>
875
876 * objects.texi (Symbol Type): Fix typo.
877
929aeac6 8782013-02-28 Bastien Guerry <bzg@gnu.org>
5765e9e0
BG
879
880 * variables.texi (File Local Variables): Fix reference.
881
1abfd3e8 8822013-02-24 Eli Zaretskii <eliz@gnu.org>
39ef03af
EZ
883
884 * files.texi (Magic File Names): Improve wording and indexing.
885
f0c954fa
GM
8862013-02-21 Glenn Morris <rgm@gnu.org>
887
888 * display.texi (Multi-Frame Images): Minor rephrasing.
889
1e56f8ef
GM
8902013-02-20 Glenn Morris <rgm@gnu.org>
891
892 * display.texi (GIF Images, TIFF Images): Delete these nodes.
893 (ImageMagick Images): For :index, use an xref rather than duplicating.
894 (Other Image Types): Add GIF, adjust formatting.
895 (Multi-Frame Images): Rename from Animated Images. Expand section.
896 * elisp.texi (Top): Update menu for these changes.
897
93c2fa46
GM
8982013-02-19 Glenn Morris <rgm@gnu.org>
899
900 * text.texi (Change Hooks): Fix typo.
901
d64d97e5 9022013-02-15 Glenn Morris <rgm@gnu.org>
df1af142
GM
903
904 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
905
b5ca9d53
GM
9062013-02-13 Glenn Morris <rgm@gnu.org>
907
b6c3e4b1
GM
908 * objects.texi (Char-Table Type): Add footnote about #^^.
909
b5ca9d53
GM
910 * modes.texi (Minor Mode Conventions): Fix typo.
911
85adc63f
GM
912 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
913 meta characters; this changed in 22.1. (Bug#13684)
914
662abcc1
GM
915 * objects.texi (Char-Table Type): Add cindex.
916
9d6c9dd1
GM
917 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
918
490a9458 9192013-02-10 Glenn Morris <rgm@gnu.org>
dc55466e
GM
920
921 * keymaps.texi (Creating Keymaps): Update make-keymap result.
922
8549f9e8
EZ
9232013-02-09 Eli Zaretskii <eliz@gnu.org>
924
925 * modes.texi (%-Constructs): Remove the description of %t.
926
927 * nonascii.texi (MS-DOS File Types): Delete node.
928
7bd00724
GM
9292013-02-08 Glenn Morris <rgm@gnu.org>
930
931 * keymaps.texi (Active Keymaps, Searching Keymaps):
932 Remove confusing mention of "symbolic prefix". (Bug#13643)
933
795e7a5b 9342013-01-19 Glenn Morris <rgm@gnu.org>
f8a42ad6
GM
935
936 * macros.texi (Indenting Macros): Fix order of an indent
937 symbol's arguments. (Bug#13450)
938
b3fbb395
PE
9392013-01-19 Paul Eggert <eggert@cs.ucla.edu>
940
941 Allow floating-point file offsets.
942 * files.texi (Reading from Files, Writing to Files):
943 Say that file offsets can be numbers, not just integers.
944
45a7e57c
GM
9452013-01-09 Glenn Morris <rgm@gnu.org>
946
947 * commands.texi (Interactive Codes):
948 Whitespace does not terminate interactive "S". (Bug#13393)
949
04c48b14
CY
9502013-01-06 Chong Yidong <cyd@gnu.org>
951
952 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
953
1f1c405d
GM
9542013-01-05 Glenn Morris <rgm@gnu.org>
955
956 * display.texi (Overlay Properties): Mention field. (Bug#13364)
957
5d7c18a8
EZ
9582013-01-05 Eli Zaretskii <eliz@gnu.org>
959
960 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
961 directive in a group of items.
962
89cb305e 9632013-01-05 Chong Yidong <cyd@gnu.org>
27e4813f
CY
964
965 * keymaps.texi (Key Sequences): Remove obsolete sentence
966 (Bug#13356).
967
0f668a4d 9682013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4217dc29
AR
969
970 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
971
553081a5
SM
9722013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
973
974 * files.texi (File Attributes): Undocument return format of file-acl.
975
1cbb9ed6
GM
9762013-01-03 Glenn Morris <rgm@gnu.org>
977
75e78d1e
GM
978 * processes.texi (System Processes):
979 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
980
5f1a9647
GM
981 * searching.texi (Replacing Match): Fix xref.
982
1cbb9ed6
GM
983 * elisp.texi (DATE): Bump to Jan 2013.
984
9539d465 9852013-01-02 Glenn Morris <rgm@gnu.org>
9800c5b0 986
22ff2cb8
GM
987 * customize.texi (Common Keywords, Type Keywords):
988 Replace "active field" with "button". (Bug#13310)
989
9800c5b0
GM
990 * customize.texi (Common Keywords): Add xref. (Bug#13311)
991 * tips.texi (Library Headers): Add cindex.
992
d5e5e7b4 9932012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
151d9088
EZ
994
995 * functions.texi (Declare Form):
996 * intro.texi (A Sample Function Description):
997 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
998 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
999 in @def.. commands. (Bug#13292)
1000
ccad023b
EZ
10012012-12-29 Eli Zaretskii <eliz@gnu.org>
1002
1003 * files.texi (Changing Files): Document the return values of
1004 set-file-selinux-context and set-file-acl.
1005
1ab0c851
GM
10062012-12-27 Glenn Morris <rgm@gnu.org>
1007
1008 * files.texi (File Names): Mention Cygwin conversion functions.
1009
94900bfe
MR
10102012-12-22 Martin Rudalics <rudalics@gmx.at>
1011
1012 * windows.texi (Selecting Windows): Reword description of
1013 select-window (Bug#13248).
1014
04d9b71a
EZ
10152012-12-22 Eli Zaretskii <eliz@gnu.org>
1016
1017 * files.texi (File Attributes, Changing Files): Remove the details
1018 about the text returned by file-acl. Instead, just document that
1019 it is an opaque string meant to be used by set-file-acl.
1020
6e55f03e
CY
10212012-12-21 Chong Yidong <cyd@gnu.org>
1022
07b9c0be
CY
1023 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1024
6e55f03e
CY
1025 * customize.texi (Simple Types): Document key-sequence type
1026 (Bug#13048).
1027
5bec25eb
CY
1028 * strings.texi (Text Comparison): Doc fix for compare-strings.
1029
15ccf05e
MA
10302012-12-19 Michael Albinus <michael.albinus@gmx.de>
1031
1032 * files.texi (Magic File Names): Add `file-acl',
1033 `file-selinux-context', `set-file-acl' and
1034 `set-file-selinux-context'. Make the list consistent.
1035
ee3c0aec
JB
10362012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1037
1038 * tips.texi (Library Headers): New header keyword `Homepage'.
1039 Make continuation lines syntax more precise.
1040
66447e07
EZ
10412012-12-17 Eli Zaretskii <eliz@gnu.org>
1042
1043 * files.texi (File Attributes, Changing Files): Update to include
1044 MS-Windows support for ACLs.
1045
7c3d167f
RF
10462012-12-16 Romain Francoise <romain@orebokech.com>
1047
1048 * files.texi (File Attributes): Document ACL support and new
1049 `file-acl' function.
1050 (Changing Files): Mention argument name change of `copy-file' and
1051 document new function `set-file-acl'.
1052
97976f9f
PE
10532012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1054
1055 Fix permissions bugs with setgid directories etc. (Bug#13125)
1056 * files.texi (Testing Accessibility): Document GROUP arg
1057 of file-ownership-preserved-p.
1058 (File Attributes): Document that 9th element is now
1059 just a placeholder.
1060 * os.texi (User Identification): Document new functions group-gid,
1061 group-real-gid.
1062
d92d9c95
PE
10632012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1064
1065 * internals.texi (C Integer Types): New section.
1066 This follows up and records an email in
1067 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1068
265c2fbf 10692012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
f433306a 1070
4a0e1924 1071 * control.texi (Pattern matching case statement): New node.
f433306a 1072
1cbae532
SM
1073 * customize.texi (Variable Definitions): Mention the default :group
1074 for defcustoms (bug#13093).
1075
c6c08d3f
GM
10762012-12-09 Glenn Morris <rgm@gnu.org>
1077
1078 * customize.texi (Variable Definitions): Mention eval-defun
1079 on a defcustom calls the :set function when appropriate.
1080
4288142b
PE
10812012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1082
1083 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1084 These are just minor editorial changes.
1085
d8ad4d3f 10862012-12-06 Chong Yidong <cyd@gnu.org>
a20ae0b9
CY
1087
1088 * lists.texi (Plist Access): Move put example to Symbol Plists.
1089
1090 * symbols.texi (Standard Properties): Fix typo.
1091
c5bc2d1d 10922012-12-03 Chong Yidong <cyd@gnu.org>
547d6865 1093
f02f19bd
CY
1094 * symbols.texi (Symbol Properties): New node.
1095 (Symbol Plists): Make it a subsection under Symbol Properties.
1096 (Standard Properties): New node.
1097
1098 * lists.texi (Property Lists): Move here from symbols.texi.
1099 (Plist Access): Rename from Other Plists.
1100
1101 * customize.texi (Variable Definitions):
1102 * display.texi (Defining Faces):
1103 * sequences.texi (Char-Tables): Fix xref.
1104
1cbae532 1105 * keymaps.texi (Key Sequences): `kbd' is now a function.
547d6865 1106
f02f19bd
CY
1107 * commands.texi (Using Interactive): Fix index entry.
1108
cb6f5650
PE
11092012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1110
c07a6ded
PE
1111 * doclicense.texi: Update to latest version from FSF.
1112 These are just minor editorial changes.
1113 * elisp.texi (GNU Free Documentation License)
1114 (GNU General Public Licens):
1115 Provide sectioning, since doclicense.texi no longer does that.
1116
cb6f5650
PE
1117 * loading.texi (Named Features): @ -> @@ to fix typo.
1118
d125ca15 11192012-11-24 Martin Rudalics <rudalics@gmx.at>
0d4bb04f
MR
1120
1121 * windows.texi (Basic Windows): Fix typo.
1122 (Windows and Frames): Fix example. Move description of
1123 window-in-direction here.
1124 (Recombining Windows): Fix example.
1cbae532 1125 (Buffers and Windows): Fix description of replace-buffer-in-windows.
0d4bb04f
MR
1126 (Switching Buffers): Reword.
1127 (Display Action Functions): Minor adjustments.
1128 (Choosing Window Options): Minor fixes.
1129 (Window History): Minor rewording.
1130 (Dedicated Windows): Correct and reword part describing how
1131 dedicatedness affects functions removing buffers or windows.
1cbae532 1132 * buffers.texi (The Buffer List): Fix description of bury-buffer.
0d4bb04f 1133
d125ca15 11342012-11-24 Chong Yidong <cyd@gnu.org>
90d99fdf
CY
1135
1136 * modes.texi (%-Constructs): Fix statement about mode construct
1137 padding (Bug#12866).
1138
d125ca15 11392012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
365fc14a
SM
1140
1141 * debugging.texi (Profiling): Make it more clear
1142 that --enable-profiling is about profiling the C code.
1143
38a2f917
GM
11442012-11-21 Glenn Morris <rgm@gnu.org>
1145
3ca2f1bf
GM
1146 * display.texi (Attribute Functions):
1147 Update for set-face-* name changes.
1bf335cf
GM
1148 Add new "inherit" argument for face-bold-p etc.
1149 Move description of this argument to a common section, like "frame".
3ca2f1bf 1150
6ef2e5ef 1151 * debugging.texi (Profiling): New section.
b6729a18 1152 (Debugging): Mention profiling in the introduction.
5b776637
GM
1153 * tips.texi (Compilation Tips): Move profiling to separate section.
1154 * elisp.texi: Add Profiling to detailed menu.
1155
6ef2e5ef 11562012-11-21 Martin Rudalics <rudalics@gmx.at>
66c466d4
MR
1157
1158 * windows.texi (Display Action Functions): Fix recently added
1159 example. Suggested by Michael Heerdegen.
1160
6ef2e5ef 11612012-11-21 Paul Eggert <eggert@cs.ucla.edu>
0c93aa38
PE
1162
1163 Minor cleanup for times as lists of four integers.
1164 * os.texi (Time Parsing): Time values can now be four integers.
1165
7351b73d
GM
11662012-11-18 Glenn Morris <rgm@gnu.org>
1167
1168 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1169 * macros.texi (Expansion): Mention eager macro expansion.
1170
a045a167
GM
1171 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1172
2ac9538d 11732012-11-18 Leo Liu <sdl.web@gmail.com>
74ca4d39
LL
1174
1175 * minibuf.texi (Programmed Completion): Doc fix for metadata
1176 request (Bug#12850).
1177
2ac9538d 11782012-11-18 Glenn Morris <rgm@gnu.org>
6439ae19 1179
7fe37cfc
GM
1180 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1181
6439ae19
GM
1182 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1183 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1184 (Window Sizes): Add vindex for window-min-height, window-min-width.
2279276c 1185 (Display Action Functions): Mention pop-up-frame-parameters.
6439ae19 1186
0ff7851c
MR
11872012-11-16 Martin Rudalics <rudalics@gmx.at>
1188
1189 * windows.texi (Choosing Window): Rewrite description of
1190 display-buffer-alist (Bug#12167).
1cbae532
SM
1191 (Display Action Functions): Mention inhibit-switch-frame.
1192 Fix description of display-buffer-below-selected. Reorder actions.
0ff7851c
MR
1193 Add example (Bug#12848).
1194
96e05507 11952012-11-16 Glenn Morris <rgm@gnu.org>
c79c7f2f
GM
1196
1197 * display.texi (Face Attributes): Fix :underline COLOR description.
bde3c6c0
GM
1198 (Attribute Functions): Update for set-face-underline rename.
1199 Tweak descriptions of face-underline-p, face-inverse-video-p.
c79c7f2f 1200
e4e9830b
GM
1201 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1202 so they align better in info.
921c067f
GM
1203 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1204 Document set-temporary-overlay-map.
e4e9830b 1205
c8915b67
SM
12062012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1207
1208 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1209 with normal keymaps".
1210
74934dcc
DA
12112012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1212
1213 * internals.texi (Garbage Collection): Update descriptions
1214 of vectorlike_header, garbage-collect and gc-cons-threshold.
1215 (Object Internals): Explain Lisp_Object layout and the basics
1216 of an internal type system.
1217 (Buffer Internals): Update description of struct buffer.
1218
f78ee6af 12192012-11-13 Glenn Morris <rgm@gnu.org>
a13e12f9
GM
1220
1221 * variables.texi (Adding Generalized Variables):
1222 At least mention gv-define-expander and gv-letplace.
1223
164f28b5 1224 * debugging.texi (Error Debugging): Mention debug-on-message.
57fc0fee 1225 (Using Debugger): Mention debugger-bury-or-kill.
164f28b5 1226
38868ad7
GM
1227 * control.texi (Signaling Errors):
1228 * debugging.texi (Error Debugging):
1229 * errors.texi (Standard Errors): Add user-error.
1230
6efddf78
GM
1231 * variables.texi (Adding Generalized Variables):
1232 Use standard formatting for common lisp note about setf functions.
1233
6baf66d5 12342012-11-10 Martin Rudalics <rudalics@gmx.at>
fdaf534a
MR
1235
1236 * elisp.texi (Top): Add Recombining Windows to menu.
1237 * windows.texi (Recombining Windows): New subsection.
1238 (Splitting Windows): Rewrite text on handling of window
1239 combinations and move it to new subsection.
1240
6baf66d5 12412012-11-10 Chong Yidong <cyd@gnu.org>
7c08f8ba 1242
8a3afaf9
CY
1243 * searching.texi (Replacing Match): Document \? in replace-match.
1244
7c08f8ba
CY
1245 * variables.texi (Creating Buffer-Local): Document setq-local and
1246 defvar-local.
1247 (Setting Generalized Variables): Arrange table alphabetically.
1248
1249 * lists.texi (List Elements, List Variables): Clarify descriptions
1250 of push and pop for generalized variables.
1251
1252 * edebug.texi (Specification List): setf is no longer CL-only.
1253
6baf66d5 12542012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
1255
1256 * variables.texi (Adding Generalized Variables):
1257 Update description of FIX-RETURN expansion.
1258
ebdbfb95
GM
1259 * variables.texi (Setting Generalized Variables):
1260 Split most of previous contents into this subsection.
1261 (Adding Generalized Variables): New subsection.
651af8c6
GM
1262 Move note on lack of setf functions here from misc/cl.texi.
1263
ebdbfb95
GM
1264 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1265
6baf66d5 12662012-11-10 Chong Yidong <cyd@gnu.org>
a9a3835c
CY
1267
1268 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1269
a43d02f0
MA
12702012-11-08 Michael Albinus <michael.albinus@gmx.de>
1271
1272 * os.texi (Notifications): Update descriptions of
1273 notifications-notify, notifications-close-notification and
1274 notifications-get-capabilities according to latest code changes.
1275 Add notifications-get-server-information.
1276
2395ab64
CY
12772012-11-03 Chong Yidong <cyd@gnu.org>
1278
1279 * objects.texi (General Escape Syntax): Clarify the explanation of
1280 escape sequences.
1281 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1282 multibyte. Hex escapes do not automatically make a string
1283 multibyte.
1284
43bcfda6
MR
12852012-11-03 Martin Rudalics <rudalics@gmx.at>
1286
1287 * windows.texi (Switching Buffers): Document option
1288 switch-to-buffer-preserve-window-point.
1289 (Display Action Functions): Document window-height and
1290 window-width alist entries.
1cbae532
SM
1291 (Display Action Functions):
1292 Document display-buffer-below-selected and
43bcfda6 1293 display-buffer-in-previous-window.
1cbae532
SM
1294 (Quitting Windows): Document quit-restore-window.
1295 Rewrite section.
43bcfda6
MR
1296 (Window Configurations): In window-state-get mention that
1297 argument window must be valid.
1298 (Window Parameters): Document quit-restore window parameter
1299 (Bug#12158).
1300
89b2c8a1
GM
13012012-10-31 Glenn Morris <rgm@gnu.org>
1302
88390adf
GM
1303 * control.texi (Catch and Throw): Add xref to cl.texi.
1304
aec5e6f9
GM
1305 * lists.texi (Sets And Lists): Point xref to better location.
1306
0d8e94e9
GM
1307 * errors.texi (Standard Errors):
1308 * loading.texi (Autoload): Update for cl-lib namespace changes.
1309
5241598a
GM
1310 * modes.texi (Defining Minor Modes): "Generalized Variables"
1311 section is now in this manual rather than cl.texi.
1312
89b2c8a1
GM
1313 * eval.texi (Special Forms): No longer special forms: defmacro,
1314 defun, save-window-excursion, with-output-to-temp-buffer.
1315 * functions.texi (Defining Functions): Defun is now a macro.
1316 Defalias is a function.
1317
516e1a08
GM
13182012-10-30 Glenn Morris <rgm@gnu.org>
1319
1320 * variables.texi (Generalized Variables): Fix typo.
1321
e29e39c9
CY
13222012-10-30 Chong Yidong <cyd@gnu.org>
1323
1324 * symbols.texi (Symbol Plists): Document function-get.
1325
1326 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1327
1328 * frames.texi (Visibility of Frames): Document tty-top-frame.
1329
70edffb1
SM
13302012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1331
1332 * keymaps.texi (Format of Keymaps): Document the multiple
1333 inheritance format.
1334
3a51f0eb
MR
13352012-10-28 Martin Rudalics <rudalics@gmx.at>
1336
1337 * windows.texi (Basic Windows): Reformulate description of live,
1338 internal and valid windows.
1339 (Cyclic Window Ordering): Describe new argument of
1340 get-lru-window and get-largest-window. Add description of
1341 window-in-direction.
1342
5b6887ad
GM
13432012-10-27 Glenn Morris <rgm@gnu.org>
1344
5887564d
GM
1345 * variables.texi (Generalized Variables): New section,
1346 adapted from misc/cl.texi.
1347 * elisp.texi (Top): Add Generalized Variables to menu.
1348 * lists.texi (List Elements, List Variables):
1349 Mention generalized variables.
1350
5b6887ad
GM
1351 * lists.texi (List Elements): Typo fix.
1352
05b621a6
CY
13532012-10-27 Chong Yidong <cyd@gnu.org>
1354
1355 * minibuf.texi (High-Level Completion): Don't mention removed
1356 function iswitchb-read-buffer.
1357
1358 * commands.texi (Event Input Misc): Remove last-input-char.
1359 (Command Loop Info): Remove last-command-char.
1360
1361 * frames.texi (Initial Parameters): Don't mention the obsolete
1362 special-display feature.
1363
1364 * windows.texi (Choosing Window): Don't mention the obsolete
1365 special display feature.
1366 (Choosing Window Options): Remove obsolete special-display
1367 variables, and the functions special-display-p and
1368 special-display-popup-frame.
1369
1370 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1371
1372 * hooks.texi (Standard Hooks): Remove obsolete hooks.
1373
1374 * markers.texi (Information from Markers): Remove obsolete
1375 function buffer-has-markers-at.
1376
1377 * text.texi (Yanking): Document yank-handled-properties.
1378
72ec96fb
PE
13792012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1380
1381 Update manual for new time stamp format (Bug#12706).
1382 * buffers.texi (Modification Time):
1383 * files.texi (Testing Accessibility, File Attributes):
1384 * intro.texi (Version Info):
1385 * os.texi (Time of Day):
1386 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
1387 These instances were missed the first time around.
1388 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
1389
75e8f9d2
CY
13902012-10-24 Chong Yidong <cyd@gnu.org>
1391
cd996018
CY
1392 * minibuf.texi (Text from Minibuffer): Document read-regexp
1393 changes.
1394
1cbae532
SM
1395 * nonascii.texi (Selecting a Representation):
1396 Document set-buffer-multibyte changes.
cd996018 1397
75e8f9d2
CY
1398 * keymaps.texi (Toolkit Differences): Node deleted.
1399 (Easy Menu): New node.
1400
d1069532
SM
14012012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1402
1403 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
1404
c4132fd4
PE
14052012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1406
1407 Fix outdated timestamp documentation in Elisp manual (bug#12706).
1408 * files.texi (File Attributes):
1409 * text.texi (Undo):
1410 Time stamp resolution is now 1 picosecond, not 1 second.
1411
1fb3aa3f
CY
14122012-10-23 Chong Yidong <cyd@gnu.org>
1413
49238e7f
CY
1414 * display.texi (Font Lookup): Remove font-list-limit.
1415
1fb3aa3f
CY
1416 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
1417 (Bug#12529).
1418
5fb904b0
GM
14192012-10-22 Glenn Morris <rgm@gnu.org>
1420
f961c7d8
GM
1421 * os.texi (Recording Input): Tiny fix.
1422
4ee87740
GM
1423 * intro.texi (Lisp History):
1424 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
5fb904b0
GM
1425 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
1426
d18a0d24
CY
14272012-10-15 Chong Yidong <cyd@gnu.org>
1428
1429 * macros.texi (Defining Macros): defmacro is now a macro.
1430 Explicitly list the docstring and declare arguments.
1431
1432 * functions.texi (Anonymous Functions): Explicitly list the
1433 docstring, declare, and interactive arguments to lambda.
1434 (Defining Functions): Likewise for defun.
1435 (Inline Functions): Likewise for defsubst.
1436 (Declare Form): Tweak description.
1437
73f2b4ab
CY
14382012-10-13 Chong Yidong <cyd@gnu.org>
1439
1440 * display.texi (ImageMagick Images): ImageMagick enabled by default.
1441
379acb95
CY
14422012-10-05 Chong Yidong <cyd@gnu.org>
1443
1444 * minibuf.texi (Basic Completion): Clarify list form of completion
1445 table (Bug#12564).
1446
e8757f09 14472012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
26026637
BFRR
1448
1449 * functions.texi (Function Safety): Copyedit. (Bug#12562)
1450
86ec63ba
PE
14512012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1452
1453 Revert the FOLLOW-SYMLINKS change for file-attributes.
1454 * files.texi (File Attributes, Magic File Names): Undo last change.
1455
e7a2937b
PE
14562012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1457
1458 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1459 * files.texi (File Attributes): Describe it.
1460 (Magic File Names): Use it.
1461
48de8b12
CY
14622012-09-30 Chong Yidong <cyd@gnu.org>
1463
1464 * commands.texi (Click Events): Define "mouse position list".
1465 Remove mention of unimplemented horizontal scroll bars.
1466 (Drag Events, Motion Events): Refer to "mouse position list".
1467 (Accessing Mouse): Document posnp.
1468
1469 * errors.texi (Standard Errors): Tweak arith-error description.
1470 Tweak markup. Remove domain-error and friends, which seem to be
1471 unused after the floating-point code revamp.
1472
33f846fb
GM
1473 * functions.texi (Defining Functions): defun is now a macro.
1474 (Obsolete Functions): Obsolescence also affects
48de8b12
CY
1475 documentation commands. Various clarifications.
1476 (Declare Form): New node.
1477
1478 * strings.texi (String Basics): Copyedits.
1479
33f846fb 1480 * os.texi (Startup Summary): Document leim-list.el change.
48de8b12 1481 (User Identification): Add system-users and system-groups.
33f846fb 1482 (Idle Timers): Minor clarifications.
48de8b12
CY
1483
1484 * macros.texi (Defining Macros): Move description of `declare' to
1485 Declare Form node.
1486
1487 * loading.texi (Autoload):
1488 * help.texi (Documentation Basics): The special sequences can
1489 trigger autoloading.
1490
1491 * numbers.texi (Integer Basics): Copyedits.
1492 (Float Basics): Consider IEEE floating point always available.
1493 (Random Numbers): Document actual limits.
1494 (Arithmetic Operations): Clarify division by zero. Don't mention
1495 the machine-independence of negative division since it does not
1496 happen in practice.
1497
e61d39cd 14982012-09-28 Leo Liu <sdl.web@gmail.com>
03922966
LL
1499
1500 * files.texi (Files): Fix typo.
1501
e109c4a6
CY
15022012-09-23 Chong Yidong <cyd@gnu.org>
1503
1504 * buffers.texi (Read Only Buffers): Document read-only-mode.
1505
1506 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
1507 read-only-mode.
1508
1509 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
1510 calling conventions.
1511
c88b867f
CY
15122012-09-22 Chong Yidong <cyd@gnu.org>
1513
1514 * searching.texi (Replacing Match): Minor clarification.
1515
df9685f3
EZ
15162012-09-22 Eli Zaretskii <eliz@gnu.org>
1517
287d7455
EZ
1518 * edebug.texi (Instrumenting): Improve indexing.
1519
df9685f3
EZ
1520 * os.texi (Idle Timers): Warn against reinvoking an idle timer
1521 from within its own timer action. (Bug#12447)
1522
47133380
CY
15232012-09-22 Chong Yidong <cyd@gnu.org>
1524
1525 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
1526
ab199df2 15272012-09-21 Glenn Morris <rgm@gnu.org>
1bfe3177
GM
1528
1529 * debugging.texi (Using Debugger): Fix typo.
1530
ed1f0bd3
CY
15312012-09-18 Chong Yidong <cyd@gnu.org>
1532
1533 * display.texi (Faces): Discuss anonymous faces.
1534 (Face Attributes): Tweak intro.
1535 (Defining Faces): Move after the Face Attributes node. Copyedits.
1536 (Displaying Faces): Describe role of inheritance.
1537
1538 * customize.texi (Customization): Define customization more
1539 carefully (Bug#11440).
1540 (Common Keywords): Add xref to Constant Variables.
1541
1542 * variables.texi (Defining Variables): Link to defcustom's node
1543 instead of the higher-level Customization chapter.
1544
c990426a
PE
15452012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1546
1547 Simplify, document, and port floating-point (Bug#12381).
1548 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
1549 Document that / and mod (with floating point arguments), along
1550 with asin, acos, log, log10, expt and sqrt, return special values
1551 instead of signaling exceptions.
1552 (Float Basics): Document that logb operates on the absolute value
1553 of its argument.
1554 (Math Functions): Document that (log ARG BASE) also returns NaN if
1555 BASE is negative. Document that (expt X Y) returns NaN if X is a
1556 finite negative number and Y a finite non-integer.
1557
011474aa
CY
15582012-09-09 Chong Yidong <cyd@gnu.org>
1559
bb6b0efc
CY
1560 * lists.texi (Sets And Lists): Explain that the return value for
1561 delete should be used, like for delq.
1562
011474aa
CY
1563 * minibuf.texi (Yes-or-No Queries): Document recentering and
1564 scrolling in y-or-n-p. Remove gratuitous example.
1565
1566 * searching.texi (Search and Replace): Document window scrolling
1567 entries in query-replace-map.
1568
6dcef6ec
CY
15692012-09-08 Chong Yidong <cyd@gnu.org>
1570
1571 * syntax.texi (Syntax Table Internals): Define "raw syntax
1572 descriptor" terminology (Bug#12383).
1573 (Syntax Descriptors): Mention raw syntax descriptors.
1574
52404181
CY
15752012-09-07 Chong Yidong <cyd@gnu.org>
1576
1a5432bc
CY
1577 * variables.texi (Creating Buffer-Local): Fix description of
1578 local-variable-if-set-p (Bug#10713).
1579
0a6bdaa1
CY
1580 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
1581
14ba4cf3
CY
1582 * windows.texi (Display Action Functions)
1583 (Choosing Window Options): Remove obsolete variable
1584 display-buffer-reuse-frames.
cee2e90d 1585 (Switching Buffers): Minor doc tweak for switch-to-buffer.
14ba4cf3 1586
e5c2edf7
CY
1587 * positions.texi (Narrowing): Document buffer-narrowed-p.
1588
52404181
CY
1589 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
1590
1591 * syntax.texi (Low-Level Parsing): Add xref to Parser State
1592 (Bug#12269).
1593
7f7e0167
LI
15942012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1595
1596 * debugging.texi (Explicit Debug): Document `debug-on-message'.
1597
6a787d9a
CY
15982012-09-02 Chong Yidong <cyd@gnu.org>
1599
1600 * windows.texi (Window Configurations): Recommend against using
1601 save-window-excursion (Bug#12075).
1602
1603 * control.texi (Catch and Throw):
1604 * positions.texi (Excursions): Don't mention it.
1605
0e23ef9d
PE
16062012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1607
1608 Better seed support for (random).
1609 * numbers.texi (Random Numbers): Document new behavior of
1610 the calls (random) and (random STRING).
1611
342dac71
MR
16122012-08-21 Martin Rudalics <rudalics@gmx.at>
1613
1614 * windows.texi (Window Point): Document recent changes in
1615 window-point and set-window-point.
1616 (Selecting Windows): Document recent change in select-window.
1617
a08eadfe
EZ
16182012-08-06 Eli Zaretskii <eliz@gnu.org>
1619
1620 * functions.texi (Closures): Put the main index entry for
1621 "closures" here. (Bug#12138)
1622
1623 * variables.texi (Lexical Binding): Disambiguate the index entry
1624 for "closures".
1625
35b6586e
CY
16262012-08-05 Chong Yidong <cyd@gnu.org>
1627
1628 * display.texi (Defining Faces): Move documentation of
1629 frame-background-mode to the Emacs manual (Bug#7774).
1630
02676e5d
CY
16312012-08-04 Chong Yidong <cyd@gnu.org>
1632
1633 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
1634 Fix description of syntax table inheritance.
1635 (Syntax Table Functions): Don't refer to internal contents of
1636 syntax table, since that is not explained yet. Copyedits.
1637 (Standard Syntax Tables): Node deleted.
1638 (Syntax Table Internals): Misc clarifications. Improve table
1639 formatting.
1640
1641 * keymaps.texi (Inheritance and Keymaps):
1642 * text.texi (Sticky Properties): Tweak index entry.
1643
73e0cbc0
EZ
16442012-07-28 Eli Zaretskii <eliz@gnu.org>
1645
1646 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
1647
09ae5da1
PE
16482012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1649
1650 Prefer typical American spelling for "acknowledgment".
1651 * intro.texi (Acknowledgments): Rename from Acknowledgements.
1652
1ada2e55
EZ
16532012-07-21 Eli Zaretskii <eliz@gnu.org>
1654
1655 * commands.texi (Special Events): Mention language-change event.
1656 (Input Events, Interactive Codes):
1657 * keymaps.texi (Key Sequences): Mention events that are
1658 non-keyboard but also non-mouse events.
1659
9ea10cc3
CY
16602012-07-17 Chong Yidong <cyd@gnu.org>
1661
1662 * text.texi (Insertion): Document insert-char changes.
1663
2e2d2a13
LL
16642012-07-15 Leo Liu <sdl.web@gmail.com>
1665
1666 * display.texi (Fringe Bitmaps): Add exclamation-mark.
1667
b68b3337
CY
16682012-07-13 Chong Yidong <cyd@gnu.org>
1669
1670 * buffers.texi (Read Only Buffers): Document toggle-read-only
1671 changes. Reword to account for the fact that read-only is
1672 currently not supported in overlay properties.
1673
ab4c47d3
CY
16742012-07-07 Chong Yidong <cyd@gnu.org>
1675
1676 * loading.texi (Library Search): Index site-lisp directories.
1677
d4913798
CY
16782012-07-06 Chong Yidong <cyd@gnu.org>
1679
1680 * intro.texi (A Sample Function Description): Fix incorrect
1681 markup, undoing previous change.
1682 (A Sample Variable Description): Minor clarifications and markup
1683 improvements.
1684
1685 * elisp.texi (Top):
1686 * text.texi (Text): Fix menu order.
1687
251736f4
RS
16882012-07-06 Richard Stallman <rms@gnu.org>
1689
1690 * intro.texi (Evaluation Notation, A Sample Function Description):
8c6c57ea 1691 (A Sample Variable Description): Improve/undo previous changes.
251736f4 1692
e8d71283
GM
16932012-07-05 Glenn Morris <rgm@gnu.org>
1694
1695 * intro.texi (A Sample Function Description): Fix cross-refs.
1696
47187200
MW
16972012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
1698
1699 * intro.texi (Evaluation Notation, A Sample Function Description)
1700 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
1701
a2eb421b
CY
17022012-06-27 Chong Yidong <cyd@gnu.org>
1703
1704 * processes.texi (Asynchronous Processes, Input to Processes):
1705 * internals.texi (Process Internals): Don't capitalize "pty".
1706
6d41a41d
TTN
17072012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1708
1709 * processes.texi (Asynchronous Processes): Make the pty vs pipe
1710 discussion more prominent.
1711
0bd8297f
EZ
17122012-06-23 Eli Zaretskii <eliz@gnu.org>
1713
1714 * commands.texi (Misc Events): Document the language-change event.
1715
d35af63c
PE
17162012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1717
1718 Support higher-resolution time stamps (Bug#9000).
1719 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
1720 * processes.texi (System Processes):
1721 Time stamp resolution is now picosecond, not microsecond.
1722
ac1a0ce1 17232012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
1724
1725 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1726
1053a871
SM
17272012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1728
1729 * functions.texi (Defining Functions):
1730 * macros.texi (Defining Macros): Un-define the return value of `defun',
1731 `defmacro' and `defalias'.
1732
41b7f8bc
CY
17332012-06-17 Chong Yidong <cyd@gnu.org>
1734
1735 * elisp.texi: Remove urlcolor setting.
1736
82a25657
GM
17372012-06-17 Glenn Morris <rgm@gnu.org>
1738
1739 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
1740 Overlining no longer behaves exactly like underlining.
1741
a04689de 17422012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
8da9479c
GM
1743
1744 * display.texi (Face Attributes):
1745 Document wave-style underline face attribute.
1746
1b9b4cf4
CY
17472012-06-11 Chong Yidong <cyd@gnu.org>
1748
1749 * display.texi (ImageMagick Images): ImageMagick now supports the
1750 :background property.
1751
dbab98c7
DA
17522012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
1753
1754 * internals.texi (Garbage Collection): Typo fix.
1755
6175e34b
CY
17562012-06-09 Chong Yidong <cyd@gnu.org>
1757
1758 * text.texi (Special Properties): Clarify the meaning of a list of
1759 faces in the `face' property.
1760
1761 * display.texi (Face Remapping): Minor clarification.
1762
4b56d0fe
CY
17632012-06-08 Chong Yidong <cyd@gnu.org>
1764
1765 * display.texi (Face Attributes): Font family does not accept
1766 wildcards. De-document obsolete :bold and :italic attributes.
1767 (Defining Faces): Use new-style face spec format.
1768
f3372c87
DA
17692012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
1770
8d7c7eed 1771 * internals.texi (Garbage Collection): Document new
f3372c87
DA
1772 vector management code and vectorlike_header structure.
1773
5f2c76c6
CY
17742012-06-03 Chong Yidong <cyd@gnu.org>
1775
1776 * modes.texi (Mode Line Data): Use "mode line construct"
1777 terminology for consistency.
1778
ecc6530d
GM
17792012-05-27 Glenn Morris <rgm@gnu.org>
1780
1781 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
1782 * buffers.texi, commands.texi, compile.texi, control.texi:
1783 * customize.texi, debugging.texi, display.texi, doclicense.texi:
1784 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
1785 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
1786 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
1787 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
1788 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
1789 * objects.texi, os.texi, package.texi, positions.texi:
1790 * processes.texi, searching.texi, sequences.texi, streams.texi:
1791 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
1792 * variables.texi, windows.texi: Nuke hand-written node pointers.
1793
33017faf 17942012-05-27 Chong Yidong <cyd@gnu.org>
27d1f87a 1795
33017faf
GM
1796 * functions.texi (Obsolete Functions):
1797 Fix doc for set-advertised-calling-convention.
27d1f87a
CY
1798
1799 * modes.texi (Mode Help): Fix describe-mode.
1800
1801 * display.texi (Face Functions): Fix define-obsolete-face-alias.
1802
1803 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
1804
33017faf 18052012-05-27 Martin Rudalics <rudalics@gmx.at>
0b128ac4 1806
33017faf 1807 * commands.texi (Recursive Editing): recursive-edit is a command.
0b128ac4
MR
1808
1809 * compile.texi (Docs and Compilation):
1810 byte-compile-dynamic-docstrings is an option.
1811
1812 * debugging.texi (Invoking the Debugger): debug is a command.
1813
1814 * display.texi (Progress): progress-reporter-update and
1815 progress-reporter-force-update have VALUE argument optional.
1816 (Animated Images): Use non-@code{nil} instead of non-nil.
1817
33017faf
GM
1818 * files.texi (Format Conversion Round-Trip):
1819 Use non-@code{nil} instead of non-nil.
0b128ac4
MR
1820
1821 * frames.texi (Creating Frames): make-frame is a command.
1822 (Input Focus): select-frame is a command.
1823 (Pointer Shape): void-text-area-pointer is an option.
1824
33017faf 1825 * help.texi (Describing Characters): read-kbd-macro is a command.
0b128ac4
MR
1826 (Help Functions): describe-prefix-bindings is a command.
1827
1828 * markers.texi (Creating Markers): Both arguments of copy-marker
1829 are optional.
1830
1831 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
1832
1833 * modes.texi (Mode Line Variables): mode-line-remote and
1834 mode-line-client are not options.
1835 (Imenu): imenu-add-to-menubar is a command.
33017faf 1836 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
0b128ac4
MR
1837
1838 * os.texi (Sound Output): play-sound-file is a command.
1839
33017faf 1840 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
0b128ac4 1841
33017faf
GM
1842 * processes.texi (Signals to Processes):
1843 Use @key{RET} instead of @code{RET}.
0b128ac4
MR
1844 (Signals to Processes): signal-process is a command.
1845
33017faf 1846 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
0b128ac4
MR
1847 (Base 64): base64-encode-string is not a command while
1848 base64-decode-region is.
1849
1850 * windows.texi (Switching Buffers): pop-to-buffer is a command.
1851
3fe7cdc8
GM
18522012-05-12 Glenn Morris <rgm@gnu.org>
1853
1854 * Makefile.in (MKDIR_P): New, set by configure.
1855 (mkinfodir): Use $MKDIR_P.
1856
dc0f75c8
GM
18572012-05-10 Glenn Morris <rgm@gnu.org>
1858
b8a82b69
GM
1859 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
1860 with "coding: raw-text".
51b1e059 1861 Concept of multibyte sessions no longer exists.
b8a82b69 1862
dc0f75c8
GM
1863 * files.texi (File Locks): Mention create-lockfiles option.
1864
666b903b 18652012-05-09 Glenn Morris <rgm@gnu.org>
143d9dd8 1866
5b6eebcf
GM
1867 * vol1.texi, vol2.texi: Remove files.
1868 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
1869 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
1870
0a454caf 1871 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
e6afe47b 1872
143d9dd8
GM
1873 * two-volume.make (emacsdir): New.
1874 (tex): Add directory with emacsver.texi to TEXINPUTS.
1875
e68b393e
GM
1876 * minibuf.texi (Minibuffer History, Basic Completion):
1877 Tweak page breaks.
1878
9658dc2a
GM
1879 * internals.texi (Garbage Collection, Memory Usage)
1880 (Writing Emacs Primitives): Tweak page breaks.
1881
161c2a25
GM
1882 * streams.texi (Output Variables): Improve page break.
1883
1884 * edebug.texi (Edebug Display Update): Improve page break.
1885
51d58083
GM
1886 * compile.texi (Disassembly): Condense the examples.
1887
ddff3351
GM
1888 * eval.texi, functions.texi, loading.texi, macros.texi:
1889 Where possible, use example rather than smallexample.
1890
1891 * symbols.texi: Where possible, use example rather than smallexample.
1892 (Symbol Components): Fix typo.
1893 (Other Plists): Tweak page break.
1894
1895 * sequences.texi (Arrays): Tweak page breaks.
1896
1897 * customize.texi: Where possible, use example rather than smallexample.
1898 (Common Keywords, Variable Definitions, Applying Customizations)
1899 (Custom Themes): Tweak page breaks.
1900
1901 * control.texi: Where possible, use example rather than smallexample.
1902 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
1903 Tweak page breaks.
1904
ca4b98fa
GM
19052012-05-08 Glenn Morris <rgm@gnu.org>
1906
5122804a
GM
1907 * two.el: Remove; unused since creation of two-volume.make.
1908
ca4b98fa
GM
1909 * vol1.texi, vol2.texi: No need to keep menus in these files.
1910
eceeb5fc
CY
19112012-05-05 Glenn Morris <rgm@gnu.org>
1912
1913 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
1914
1915 * intro.texi (Caveats): Copyedit.
1916 (Lisp History): Convert inforef to xref.
1917 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
1918
1919 * text.texi (Auto Filling): Don't mention Emacs 19.
1920
1921 * commands.texi (Event Input Misc): Don't mention unread-command-char.
1922 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
1923
1924 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
1925
eceeb5fc
CY
1926 * lists.texi (List-related Predicates, List Variables):
1927 Tweak page-breaks.
1928 (Sets And Lists): Convert inforef to xref.
1929
8045b906
GM
19302012-05-04 Glenn Morris <rgm@gnu.org>
1931
1932 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1933 (info, infoclean): Use $INFO_EXT.
1934 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1935 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1936 (info, maintainer-clean): Use $INFO_EXT.
1937 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1938
78f3273a
CY
19392012-05-04 Chong Yidong <cyd@gnu.org>
1940
1941 * os.texi (Timers): Use defopt for timer-max-repeats.
1942
ab0fa4e4
PE
19432012-05-03 Paul Eggert <eggert@cs.ucla.edu>
1944
1945 * os.texi (Time of Day): Do not limit current-time-string
1946 to years 1000..9999.
1947
2bc356d7
CY
19482012-05-02 Chong Yidong <cyd@gnu.org>
1949
1950 * display.texi (Font Lookup):
1951 * frames.texi (Pointer Shape):
1952 * processes.texi (Subprocess Creation): Use defopt for options.
1953
90207a15 19542012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
1955
1956 * elisp.texi (@copying):
1957 * intro.texi (Introduction): Only print VERSION in the TeX version.
1958
90207a15 19592012-05-02 Chong Yidong <cyd@gnu.org>
5a5fd9f3
CY
1960
1961 * text.texi (Change Hooks): Minor fix for after-change-functions.
1962
90207a15 19632012-05-02 Glenn Morris <rgm@gnu.org>
7eac3782
GM
1964
1965 * package.texi (Packaging Basics):
1966 * loading.texi (Autoload):
1967 * files.texi (Magic File Names):
1968 Reword to remove/reduce some overly long/short lines.
1969
a8e7d6d7 19702012-04-27 Glenn Morris <rgm@gnu.org>
cf988578
GM
1971
1972 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
1973 * modes.texi (Major Modes, Auto-Indentation):
1974 * buffers.texi (Buffers): Some fixes for menu descriptions.
1975
a8e7d6d7 19762012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
88ed9e87
SM
1977 * functions.texi (Simple Lambda, Argument List):
1978 * eval.texi (Function Indirection): Avoid deprecated form.
1979
a8e7d6d7 19802012-04-27 Glenn Morris <rgm@gnu.org>
16152b76 1981
1a72be46
GM
1982 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
1983 Add "et al." to authors.
1984
16152b76
GM
1985 * buffers.texi, commands.texi, compile.texi, control.texi:
1986 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
1987 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
1988 * modes.texi, numbers.texi, objects.texi, streams.texi:
1989 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
1990 Use Texinfo recommended convention for quotes+punctuation.
1991
a8e7d6d7 19922012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
1993
1994 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
1995 to where-is-internal (Bug#10872).
1996
a8e7d6d7 19972012-04-27 Glenn Morris <rgm@gnu.org>
9c51bbaa 1998
a2715669
GM
1999 * macros.texi (Indenting Macros): Fix typo.
2000
0b27932b
GM
2001 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2002 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
2003 (Choosing Window Options, Horizontal Scrolling)
2004 (Cyclic Window Ordering, Window History, Dedicated Windows)
09ebefe1
GM
2005 (Quitting Windows, Window Configurations, Textual Scrolling):
2006 (Coordinates and Windows, Window Configurations)
2007 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
2008 (Splitting Windows, Deleting Windows):
2009 Fix ignore-window-parameters logic.
2010 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
2011 (Window Start and End): Remove pointless example.
2012 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
2013 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2014 and recenter-positions. Remove recenter example.
0b27932b 2015
0dc91072
GM
2016 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2017
9c51bbaa
GM
2018 * minibuf.texi (Intro to Minibuffers):
2019 Tweak discussion of resizing minibuffer window.
2020
674ea9c6
GM
20212012-04-26 Glenn Morris <rgm@gnu.org>
2022
8a4ca8e3 2023 * elisp-covers.texi, front-cover-1.texi: Remove files.
8191c3bd 2024
562e638f
GM
2025 * tindex.pl: Remove file.
2026
674ea9c6
GM
2027 * makefile.w32-in (srcs):
2028 * Makefile.in (srcs): Remove back.texi (which is unused).
2029
b613912b
MA
20302012-04-24 Michael Albinus <michael.albinus@gmx.de>
2031
e43042fe
MA
2032 * os.texi (Notifications): Extend possible notification hints.
2033 Add notifications-get-capabilities.
b613912b 2034
f30d612a
CY
20352012-04-20 Chong Yidong <cyd@gnu.org>
2036
2037 * processes.texi (Asynchronous Processes): Mention nil argument to
2038 start-process.
2039
b58b1df8
GM
20402012-04-20 Glenn Morris <rgm@gnu.org>
2041
2042 * minibuf.texi (Basic Completion): No need to describe obarrays here.
2043 Don't mention obsolete `nospace' argument of all-completions.
2044 (Minibuffer Completion, Completion Commands, Reading File Names)
2045 (Completion Variables): Copyedits.
2046 (Completion Commands): Mention parent keymaps.
2047 Remove obsolete minibuffer-local-filename-must-match-map.
2048 (High-Level Completion): Remove read-variable's almost
2049 word-for-word duplication of read-command.
2050 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2051 Update "High-Level Completion" description.
2052
c0ea08d2
GM
2053 * minibuf.texi (Minibuffers):
2054 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2055
9d2754f5
GM
2056 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2057 Use Texinfo-recommended form of quote+punctuation.
2058 (Intro to Minibuffers): First minibuffer is #1, not #0.
2059 Mention minibuffer-inactive-mode.
2060 (Text from Minibuffer): Copyedits.
2061 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
2062 (Object from Minibuffer): Remove overly pedantic para.
2063 (Minibuffer History): Copyedits. Add face-name-history.
2064 (Initial Input, Yes-or-No Queries, Multiple Queries)
2065 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2066 (Yes-or-No Queries): Tweak example.
2067 (Minibuffer Commands): Add next-complete-history-element.
2068 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2069 minibuffer-inactive-mode.
9d2754f5 2070
4373fd43
GM
2071 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2072 (Bindat Functions): Copyedits.
2073
61bb069e 20742012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
0e80650b
CS
2075
2076 * files.texi (Saving Buffers): Document `visit and `visit-save'
2077 values of require-final-newline.
2078
61bb069e 20792012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
2080
2081 * processes.texi (Output from Processes, Filter Functions):
2082 Mention waiting-for-user-input-p.
2083 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
2084 (Network Servers, Datagrams, Network Processes, Network Options)
2085 (Network Feature Testing, Serial Ports): Copyedits.
2086 (Network): Add encrypted network overview paragraph.
2087 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2088
61bb069e 20892012-04-20 Chong Yidong <cyd@gnu.org>
21ffa320
CY
2090
2091 * help.texi (Keys in Documentation): Mention :advertised-binding.
2092
2093 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2094 description to help.texi.
2095
61bb069e 20962012-04-20 Glenn Morris <rgm@gnu.org>
62f4b18c
GM
2097
2098 * processes.texi (Process Information, Input to Processes)
2099 (Signals to Processes, Output from Processes, Process Buffers)
2100 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 2101 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 2102
e153c136
GM
21032012-04-15 Glenn Morris <rgm@gnu.org>
2104
2105 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
12acf783
GM
2106 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2107 Copyedits.
e153c136 2108 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
2109 (Synchronous Processes, Asynchronous Processes):
2110 Update some example output.
e153c136
GM
2111 (Process Information): Fix typo.
2112 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2113
e6fd457e 21142012-04-15 Glenn Morris <rgm@gnu.org>
764a3017
GM
2115
2116 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2117 open-network-stream does exist in Emacs 23, but is simpler.
2118
e6fd457e 21192012-04-15 Chong Yidong <cyd@gnu.org>
03ed9e82
CY
2120
2121 * customize.texi (Custom Themes): Also document load-theme etc.
2122
35dc09a1 21232012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
2124
2125 * customize.texi (Applying Customizations):
2126 (Custom Themes): New nodes.
2127
2128 * display.texi (Defining Faces): Reference custom-set-faces.
2129
2130 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2131 * os.texi (Startup Summary): Copyedits.
2132
35dc09a1 21332012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
2134
2135 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2136
9fce7eda
GM
2137 * strings.texi (Case Tables):
2138 * objects.texi (General Escape Syntax):
2139 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2140
2bb0eca1
GM
2141 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2142 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2143 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2144 * text.texi: Use @file for buffers, per the Texinfo manual.
2145
62200c14
GM
2146 * compile.texi (Compiler Errors): Add missing space in buffer name.
2147
35dc09a1 21482012-04-14 Chong Yidong <cyd@gnu.org>
9fe9631c
CY
2149
2150 * processes.texi (Query Before Exit): Remove obsolete function
2151 process-kill-without-query (Bug#11190).
2152
35dc09a1 21532012-04-14 Glenn Morris <rgm@gnu.org>
8fc85b20
GM
2154
2155 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2156 Use @env for environment variables.
2157
f48a9cb4
GM
2158 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2159
0a6dd5e2
JA
21602012-04-12 Jari Aalto <jari.aalto@cante.net>
2161
1cbae532
SM
2162 * processes.texi (Synchronous Processes):
2163 Mention `default-directory' (bug#7515).
0a6dd5e2 2164
b4d3bc10
CY
21652012-04-09 Chong Yidong <cyd@gnu.org>
2166
2167 * customize.texi (Variable Definitions): Remove user-variable-p.
2168
2169 * commands.texi (Interactive Codes):
2170 * help.texi (Accessing Documentation):
2171 * minibuf.texi (High-Level Completion): Callers changed.
2172
ea0ff314
CY
21732012-04-06 Chong Yidong <cyd@gnu.org>
2174
2175 * minibuf.texi (Programmed Completion): Document metadata method.
2176 (Completion Variables): Document completion-category-overrides.
2177
91b65361
CY
21782012-04-05 Chong Yidong <cyd@gnu.org>
2179
2180 * anti.texi (Antinews): Rewrite for Emacs 23.
2181
3d439cd1
CY
21822012-04-04 Chong Yidong <cyd@gnu.org>
2183
321cc491
CY
2184 * minibuf.texi (Programmed Completion): Remove obsolete variable
2185 completion-annotate-function.
1cbae532
SM
2186 (Completion Variables): Rename from Completion Styles.
2187 Document completion-extra-properties. Document completion-styles-alist
321cc491 2188 change.
245d176b
CY
2189 (Reading File Names): minibuffer-local-filename-must-match-map is
2190 not used anymore.
2191 (Minibuffer Completion): Document completing-read-function.
2192 (Completion in Buffers): completion-at-point-functions can return
2193 properties recognized in completion-extra-properties.
321cc491 2194
3d439cd1
CY
2195 * display.texi (Delayed Warnings): New node.
2196
a7972adf
CY
2197 * os.texi (Notifications): Copyedits.
2198
97f4a299
GM
21992012-04-04 Glenn Morris <rgm@gnu.org>
2200
2201 * os.texi (Notifications): Copyedits.
2202
9ff687e1
MA
22032012-04-03 Michael Albinus <michael.albinus@gmx.de>
2204
2205 * os.texi (Terminal-Specific): Fix typo.
2206 (Notifications): New section.
2207
2208 * elisp.texi (Top):
2209 * vol1.texi (Top):
2210 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2211 menu entries.
2212
42ee526b
CY
22132012-04-01 Chong Yidong <cyd@gnu.org>
2214
2215 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2216 file-in-directory-p.
2217
0b021094
GM
22182012-03-31 Glenn Morris <rgm@gnu.org>
2219
2220 * edebug.texi (Instrumenting Macro Calls):
2221 Mention defining macros at instrumentation time.
2222 (Edebug Options): Mention edebug-unwrap-results.
2223
50fe197c
EZ
22242012-03-31 Eli Zaretskii <eliz@gnu.org>
2225
2226 * text.texi (Special Properties): Clarify the description of the
2227 effect of integer values of the 'cursor' property on cursor
2228 position. See the discussions in bug#11068 for more details and
2229 context.
2230
650b6d0b
GM
22312012-03-31 Glenn Morris <rgm@gnu.org>
2232
2233 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2234 Copyedits.
2235
5319014e
CY
22362012-03-30 Chong Yidong <cyd@gnu.org>
2237
2238 * display.texi (Image Formats): Add imagemagick type.
2239 (Image Descriptors): Mention how they are used.
2240 (ImageMagick Images): Clarify role of imagemagick-register-types.
2241 (Character Display): Don't mention glyph tables.
2242 (Display Tables): Use make-glyph-code in example.
2243 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2244 tables are semi-obsolete. De-document create-glyph.
2245 (Glyphless Chars): Note that display tables override this.
2246 (Bidirectional Display): Copyedits. Introduce "bidirectional
2247 reordering" terminology, and use it.
2248
f1224267
GM
22492012-03-30 Glenn Morris <rgm@gnu.org>
2250
2251 * edebug.texi (Jumping): Give name of `i' binding.
2252
d14daa28
GM
22532012-03-28 Glenn Morris <rgm@gnu.org>
2254
2255 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
2256 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
2257 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
2258 (Regexp Special): Mention collation.
2259 Clarify char classes with an example.
fee88ca0
GM
2260 (Regexp Functions): Mention regexp-opt is not guaranteed.
2261 Mention regexp-opt-charset.
2262 (Regexp Search): Recommend against looking-back.
2263 (Search and Replace): Use Texinfo recommended quote convention.
2264 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 2265
dcb6e7b3
MR
22662012-03-27 Martin Rudalics <rudalics@gmx.at>
2267
2268 * windows.texi (Window History): Describe new option
2269 switch-to-visible-buffer.
2270
cf0495f2
GM
22712012-03-27 Glenn Morris <rgm@gnu.org>
2272
4fb9a543
GM
2273 * searching.texi (String Search): Add xref to Emacs manual.
2274 Copyedits. Mention the function word-search-regexp.
2275 (Searching and Case): Add xref to Emacs manual. Copyedits.
2276
9364727b
GM
2277 * processes.texi (Network Servers): Standardize apostrophe usage.
2278
cf0495f2
GM
2279 * os.texi (System Environment): Copyedits. Remove some examples
2280 that do not seem useful. Mention setenv third arg.
2281 tty-erase-char does not seem to be nil under a window-system.
2282 (User Identification): Copyedits.
2283 Remove some examples that do not seem useful.
2284
33da7b16
GM
22852012-03-26 Glenn Morris <rgm@gnu.org>
2286
2287 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2288 (Init File): Copyedits.
2289 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
2290 (Killing Emacs): Copyedits.
2291 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2292 Shorten the example, use more standard shell prompts.
33da7b16 2293
9a69676a
CY
22942012-03-25 Chong Yidong <cyd@gnu.org>
2295
2296 * display.texi (Fringes): Note that fringes are shown on graphical
2297 displays only.
2298 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2299 (Replacing Specs): Clarify example.
2300 (Manipulating Buttons): Note that button-at can return a marker.
2301 (Buttons): Minor rewrite.
2302 (Character Display): New node. Consolidate all character display
2303 related nodes into its subsections.
2304 (Usual Display): Character 127 is also affected by ctl-arrow.
2305 (Display Tables): Improve example.
2306
c8f6ec5c
GM
23072012-03-22 Glenn Morris <rgm@gnu.org>
2308
2309 * strings.texi (Text Comparison): Mention string-prefix-p.
2310
fb5b8aca
CY
23112012-03-21 Chong Yidong <cyd@gnu.org>
2312
2313 * display.texi (The Echo Area): Add xref to Output Streams.
2314 (Displaying Messages): Improve doc of message.
2315 (Echo Area Customization, Invisible Text): Copyedits.
2316 (Invisible Text): Mention that spec comparison is done with eq.
2317 (Width): Improve doc of char-width.
2318 (Faces): Recommend using symbol instead of string for face name.
2319 Minor clarifications.
2320 (Defining Faces): Copyedits. Update face example.
2321 (Attribute Functions): Mark set-face-foreground etc as commands.
1cbae532
SM
2322 (Face Remapping): Mention text-scale-adjust.
2323 Clarify face-remapping-alist and related docs.
fb5b8aca
CY
2324 (Face Functions): Don't document make-face or copy-face.
2325
025de85b
CY
23262012-03-20 Chong Yidong <cyd@gnu.org>
2327
2328 * display.texi (Forcing Redisplay): Various rewrites to reflect
2329 new value of redisplay-dont-pause.
2330 (Truncation): Copyedits.
2331
a5656eae
GM
23322012-03-20 Glenn Morris <rgm@gnu.org>
2333
2334 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2335 Add summary table of some relevant command-line options.
2336
d15aac68
CY
23372012-03-18 Chong Yidong <cyd@gnu.org>
2338
2339 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2340 (Writing Emacs Primitives): Re-organize discussion of functions
2341 with variable Lisp arguments are handled. Delete an obsolete
2342 remark, previously tagged as FIXME.
2343
2344 * os.texi (Idle Timers): Minor clarification.
2345 (Idle Timers): Link to Time of Day for description of time list.
2346
b59af549
GM
23472012-03-18 Glenn Morris <rgm@gnu.org>
2348
2349 * os.texi (System Interface): Flow control was removed.
2350 (Startup Summary): General update.
2351 (Init File): Don't mention compiling it.
2352
986bd52a
CY
23532012-03-17 Chong Yidong <cyd@gnu.org>
2354
2355 * os.texi (Startup Summary): Mention package loading.
2356 (Init File): Don't refer to .emacs in section title. Copyedits.
2357 (Terminal-Specific): Give a realistic example.
2358 (Command-Line Arguments): Reference Entering Emacs instead of
2359 repeating the spiel about not restarting Emacs.
2360 (Time of Day): Discuss time representation at beginning of node.
2361 (Sound Output): Copyedits.
2362
2363 * package.texi (Packaging Basics): Document package-initialize.
2364
f761251a
EZ
23652012-03-17 Eli Zaretskii <eliz@gnu.org>
2366
2367 * frames.texi (Initial Parameters): Add an index entry for
2368 minibuffer-only frame.
2369
da986230
GM
23702012-03-16 Glenn Morris <rgm@gnu.org>
2371
2372 * modes.texi (Major Mode Conventions): Mention the strange
2373 relationship between View mode and special modes. (Bug#10650)
2374
2cc775f9
CY
23752012-03-11 Chong Yidong <cyd@gnu.org>
2376
2377 * windows.texi (Window Configurations): save-window-excursion is
2378 now a macro.
2379
2380 * display.texi (Temporary Displays): with-output-to-temp-buffer is
2381 now a macro.
2382
66c5eebd
CY
2383 * text.texi (Fields): Minor copyedit.
2384
310a820f
EZ
23852012-03-10 Eli Zaretskii <eliz@gnu.org>
2386
83a96c08
EZ
2387 * strings.texi (String Basics):
2388 * sequences.texi (Sequence Functions): Mention that `length' is
2389 not appropriate for computing the string width on display; add a
2390 cross-reference to the description of `string-width'. (Bug#10978)
2391
310a820f
EZ
2392 * eval.texi (Autoloading): Minor change of wording.
2393
83ef8187
CY
23942012-03-10 Chong Yidong <cyd@gnu.org>
2395
bc44be50
CY
2396 * loading.texi (Autoload): Explicitly state which forms are
2397 processed specially (Bug#7783).
2398
83ef8187
CY
2399 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
2400 non-default situation. Describe one-submenu exception (Bug#7695).
2401
2402 * nonascii.texi (Character Properties): Copyedits.
2403
483ab230
CY
24042012-03-08 Chong Yidong <cyd@gnu.org>
2405
2406 * text.texi (Mode-Specific Indent): Document new behavior of
2407 indent-for-tab-command. Document tab-always-indent.
2408 (Special Properties): Copyedits.
2409 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
2410 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
2411 libxml-parse-html-region.
2412
00e84de0
GM
24132012-03-07 Glenn Morris <rgm@gnu.org>
2414
eaa6bc3c
GM
2415 * markers.texi (The Region): Briefly mention use-empty-active-region
2416 and region-active-p.
a9685db7 2417 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 2418 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 2419
67cd45a2
CY
24202012-03-07 Chong Yidong <cyd@gnu.org>
2421
2422 * text.texi (Buffer Contents): Don't duplicate explanation of
2423 region arguments from Text node. Put doc of obsolete var
2424 buffer-substring-filters back, since it is referred to.
2425 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
2426 selection by default.
2427
2428 * markers.texi (The Mark): Fix typo.
2429 (The Region): Copyedits.
2430
2ad80941
GM
24312012-03-07 Glenn Morris <rgm@gnu.org>
2432
2433 * markers.texi (Overview of Markers): Copyedits.
2434 (Creating Markers): Update approximate example buffer size.
2435 (The Mark): Don't mention uninteresting return values.
2436
ef959d3a
CY
24372012-03-05 Chong Yidong <cyd@gnu.org>
2438
2439 * positions.texi (Text Lines): Document count-words.
2440
a08a07e3
CY
24412012-03-04 Chong Yidong <cyd@gnu.org>
2442
2443 * frames.texi (Frames): Remove little-used "terminal frame" and
2444 "window frame" terminology.
2445 (Frame Parameters, Font and Color Parameters, Initial Parameters)
2446 (Size and Position, Visibility of Frames): Callers changed.
2447 (Frames): Clarify which terminals in framep are graphical.
2448 (Initial Parameters): --geometry is not the only option which adds
2449 to initial-frame-alist.
2450 (Position Parameters): Note that icon-left and icon-top are for
2451 old window managers only.
2452 (Size Parameters): Sizes are in characters even on graphical
2453 displays.
2454 (Management Parameters): Note that window-id and outer-window-id
2455 can't really be changed, and that auto-raise isn't always obeyed.
2456 (Cursor Parameters): Document cursor-type explicitly.
2457 (Size and Position): The aliases set-screen-height and
2458 set-screen-width have been deleted.
2459 (Visibility of Frames): Mention "minimization".
2460
2461 * os.texi (Startup Summary): Minor clarifications.
2462 (Startup Summary, Suspending Emacs): Standardize on "text
2463 terminal" terminology.
2464
2465 * windows.texi (Basic Windows, Coordinates and Windows)
2466 (Coordinates and Windows):
2467 * display.texi (Refresh Screen, Line Height, Face Attributes)
2468 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
2469
ea16568d
GM
24702012-03-04 Glenn Morris <rgm@gnu.org>
2471
2472 * abbrevs.texi: Small copyedits throughout.
2473 (Abbrev Mode): Remove this section, folding it into the top-level.
2474 (Abbrev Tables): Don't mention irrelevant return values.
2475 (Abbrev Expansion): Add cross-ref for wrapper hooks.
2476 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
2477 (Abbrev Table Properties): Update nil :regexp description.
2478
b3134b95
GM
24792012-03-03 Glenn Morris <rgm@gnu.org>
2480
520f2425
GM
2481 * internals.texi: Change @appendix section commands to @section.
2482 (Building Emacs): Say less about CANNOT_DUMP platforms.
2483 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 2484 (Pure Storage): Small changes.
01a6dcc8 2485 (Memory Usage): Copyedit.
7d2d7cc0
GM
2486 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
2487 example definitions. Give examples of things with non-nil
2488 interactive args. Mention eval_sub. Remove old info about
2489 strings and GCPRO. Mention cus-start.el.
2490 (Buffer Internals, Window Internals, Process Internals):
2491 Misc small updates and fixes for fields.
520f2425 2492
b3134b95
GM
2493 * tips.texi: Copyedits.
2494 (Coding Conventions): Mention autoloads.
2495 Combine partially duplicated macro items. Fix xref.
2496 Refer to Library Headers for copyright notice.
2497 (Programming Tips): edit-options is long-obsolete.
2498 (Compilation Tips): Mention loading bytecomp for byte-compile props.
2499 (Warning Tips): Mention declare-function.
2500 (Documentation Tips): Remove old info.
2501 (Comment Tips): Mention comment-dwim, not indent-for-comment.
2502 (Library Headers): General update.
2503
2064cc6a
GM
25042012-03-02 Glenn Morris <rgm@gnu.org>
2505
6945faa6
GM
2506 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
2507 and relocate entry. Mention buffer-stale-function.
2508
4186e877
GM
2509 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
2510
2064cc6a
GM
2511 * hooks.texi (Standard Hooks): General update.
2512 Put related hooks together. Add and remove items.
2513 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
2514 * modes.texi (Hooks): Tweak cross-ref description.
2515
7272fbf3
MA
25162012-03-01 Michael Albinus <michael.albinus@gmx.de>
2517
2518 * files.texi (Kinds of Files): The return value of file-equal-p is
2519 unspecified, if FILE1 or FILE2 does not exist.
2520
53a1239b
GM
25212012-03-01 Glenn Morris <rgm@gnu.org>
2522
90db9af9
GM
2523 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
2524
53a1239b
GM
2525 * maps.texi (Standard Keymaps): General update.
2526 Remove mode-specific maps, talk about the more general keymaps.
2527 * help.texi (Help Functions): Add vindex for Helper-help-map.
2528 * keymaps.texi (Active Keymaps): Minor rephrasing.
2529
775b55af
GM
25302012-02-29 Glenn Morris <rgm@gnu.org>
2531
2532 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
2533
96b49301 25342012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2535
7272fbf3 2536 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 2537 Update changed behavior of file-subdir-of-p.
96b49301 2538
1383d930
GM
25392012-02-28 Glenn Morris <rgm@gnu.org>
2540
44e97401
GM
2541 * advice.texi, anti.texi, display.texi, elisp.texi:
2542 * processes.texi, variables.texi, vol1.texi, vol2.texi:
2543 Standardize possessive apostrophe usage.
2544
e3c73f1e
GM
2545 * locals.texi: Remove file.
2546 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
2547 Remove menu entry.
2548 * errors.texi, maps.texi: Adjust node pointers.
2549 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 2550 * makefile.w32-in (srcs):
e3c73f1e
GM
2551 * Makefile.in (srcs): Remove locals.texi.
2552
1383d930
GM
2553 * frames.texi (Mouse Position): Fix cross-ref.
2554
431ee44b
CY
25552012-02-27 Chong Yidong <cyd@gnu.org>
2556
2557 * buffers.texi (Creating Buffers): Clarify that
2558 generate-new-buffer uses generate-new-buffer-names.
2559 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
2560
2561 * files.texi (Directory Names): Index entry for file name abbreviations.
2562 (Relative File Names, File Name Expansion): Refer to it.
2563 (Locating Files): Move locate-user-emacs-file documentation to
2564 Standard File Names.
2565 (Standard File Names): Add locate-user-emacs-file; update examples.
2566
6a11ec9d
MA
25672012-02-26 Michael Albinus <michael.albinus@gmx.de>
2568
2569 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2570
9a4888c0
CY
25712012-02-26 Chong Yidong <cyd@gnu.org>
2572
2573 * files.texi (Kinds of Files): Improve documentation of
2574 files-equal-p and file-subdir-of-p.
2575
f0e751b9
GM
25762012-02-26 Glenn Morris <rgm@gnu.org>
2577
2578 * intro.texi (Acknowledgements): Small changes.
2579
7e05b1ec
GM
25802012-02-25 Glenn Morris <rgm@gnu.org>
2581
2582 * errors.texi: Don't try to list _all_ the error symbols.
2583 Add circular-list, cl-assertion-failed, compression-error.
2584 * elisp.texi, vol1.texi, vol2.texi:
2585 * control.texi (Error Symbols): Tweak "Standard Errors" description.
2586
23453255 25872012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2588
2589 * files.texi (files-equal-p, file-subdir-of-p): New,
2590 add initial documentation.
2591
4963495d
CY
25922012-02-25 Chong Yidong <cyd@gnu.org>
2593
fa74b241
CY
2594 * files.texi (File Attributes): Document file-selinux-context.
2595 (Changing Files): Link to it.
2596 (Changing Files): Document set-file-selinux-context.
2597
2598 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
2599 changed. Mention default value of backup-directory-alist.
2600 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
2601 (Auto-Saving): New minor mode behavior for auto-save-mode.
2602 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 2603
4963495d
CY
2604 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
2605
4bb82fa8
GM
26062012-02-24 Glenn Morris <rgm@gnu.org>
2607
2608 * errors.texi (Standard Errors): Mention dbus-error.
2609 For arith-error sub-classes, just use one cross-ref.
2610
2cb228f7
AM
26112012-02-23 Alan Mackenzie <acm@muc.de>
2612
2613 * modes.texi (Defining Minor Modes): Document the new keyword
2614 :after-hook.
2615
a59225b1
CY
26162012-02-21 Chong Yidong <cyd@gnu.org>
2617
2618 * files.texi (Files): Mention magic file names as arguments.
2619 (Reading from Files): Copyedits.
2620 (File Attributes): Mention how to change file modes.
2621 (Changing Files): Use standard "file permissions" terminology.
2622 Add xref to File Attributes node.
2623 (Locating Files): Document locate-user-emacs-file.
2624 (Unique File Names): Recommend against using make-temp-name.
2625
8376d7c2
CY
26262012-02-19 Chong Yidong <cyd@gnu.org>
2627
2628 * help.texi (Documentation, Documentation Basics, Help Functions):
2629 Minor clarifications.
2630 (Accessing Documentation): Clarify what documentation-property is
2631 for. Add xref to Keys in Documentation.
2632
2633 * tips.texi (Documentation Tips): Don't recommend using * in
2634 docstrings.
2635
2636 * macros.texi (Defining Macros):
2637 * modes.texi (Derived Modes): Say "documentation string" instead
2638 of docstring.
2639
82233bea
CY
26402012-02-18 Chong Yidong <cyd@gnu.org>
2641
2642 * modes.texi (Tabulated List Mode): New node.
2643 (Basic Major Modes): Add xref to it.
2644
2645 * processes.texi (Process Information): Mention Process Menu mode.
2646
7b926f3f
CY
26472012-02-17 Chong Yidong <cyd@gnu.org>
2648
2649 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
2650
0fd2c9a3
GM
26512012-02-17 Glenn Morris <rgm@gnu.org>
2652
2653 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
2654
f700caa3
CY
26552012-02-16 Chong Yidong <cyd@gnu.org>
2656
4230351b
CY
2657 * syntax.texi (Syntax Tables, Syntax Descriptors)
2658 (Syntax Table Functions): Copyedits.
2659 (Syntax Basics): Don't repeat the material in the preceding node.
2660 (Syntax Class Table): Use a table.
2661 (Syntax Properties): Document syntax-propertize-function and
2662 syntax-propertize-extend-region-functions.
2663 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1cbae532
SM
2664 (Parser State): Update for the new "c" comment style.
2665 Fix description of item 7 (comment style).
4230351b 2666
f700caa3
CY
2667 * modes.texi (Minor Modes): Update how mode commands should treat
2668 arguments now.
2669 (Mode Line Basics): Clarify force-mode-line-update.
2670 (Mode Line Top): Note that the example is not realistic.
2671 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
2672 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
2673 "mode line construct" instead of "mode line specification".
2674 (Syntactic Font Lock): Remove mention of obsolete variable
2675 font-lock-syntactic-keywords.
2676 (Setting Syntax Properties): Node deleted.
2677 (Font Lock Mode): Note that Font Lock mode is a minor mode.
2678 (Font Lock Basics): Note that syntactic fontification falls back
2679 on `syntax-table'.
2680 (Search-based Fontification): Emphasize that font-lock-keywords
2681 should not be set directly.
2682 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
2683 (Syntactic Font Lock): Minor clarifications. Add xref to
2684 Syntactic Font Lock node.
f700caa3 2685
60236b0d
CY
26862012-02-15 Chong Yidong <cyd@gnu.org>
2687
2688 * minibuf.texi (Basic Completion): Define "completion table".
2689 Move completion-in-region to Completion in Buffers node.
2690 (Completion Commands): Use "completion table" terminology.
2691 (Completion in Buffers): New node.
2692
2693 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
2694 (Setting Hooks): Update minor mode usage example.
2695 (Major Mode Conventions): Note that completion-at-point-functions
2696 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
2697 Remove duplicate tip about auto-mode-alist.
2698 (Minor Modes): Rewrite introduction.
2699 (Minor Mode Conventions): Copyedits. Don't recommend
2700 variable-only minor modes since few minor modes are like that.
60236b0d 2701
d7dbb11a
GM
27022012-02-15 Glenn Morris <rgm@gnu.org>
2703
2704 * processes.texi (Network): Document open-network-stream :parameters.
2705
3d8badf4
CY
27062012-02-14 Chong Yidong <cyd@gnu.org>
2707
2708 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
2709 was removed on 2009-09-10. Update lisp-mode-map example.
2710 (Inheritance and Keymaps): Minor clarification.
2711 (Searching Keymaps): Remove out-of-place enumeration.
2712 (Key Lookup): Remove unnecessary example (one was already given in
2713 Format of Keymaps).
2714 (Changing Key Bindings): Update suppress-keymap example.
2715 (Menu Bar, Tool Bar): Copyedits.
2716 (Tool Bar): Update tool-bar-map example.
2717
faccede1
CY
27182012-02-12 Chong Yidong <cyd@gnu.org>
2719
2720 * debugging.texi (Debugger Commands): Continuing is now allowed
2721 for errors.
2722
355cabc6
CY
27232012-02-11 Chong Yidong <cyd@gnu.org>
2724
d860baa0
CY
2725 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
2726 Move the list of standard bitmaps there.
2727 (Fringe Cursors): Rewrite for clarity.
2728 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
2729
34106abe
CY
2730 * commands.texi (Command Overview): Mention read-key.
2731 (Using Interactive, Interactive Call): Minor clarifications.
2732 (Function Keys, Click Events): Avoid "input stream" terminology.
2733 (Click Events): Add xref to Window Sizes and Accessing Mouse.
2734 Clarify column and row components.
2735 (Accessing Mouse): Add xref to Click Events. Minor fixes.
2736 (Special Events): Copyedits.
2737
2738 * streams.texi (Input Streams): De-document get-file-char.
2739 (Output Variables): Don't refer to old backquote syntax.
2740
355cabc6
CY
2741 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
2742 (Error Debugging): Note that debug-ignored-errors overrides list
1cbae532
SM
2743 values of debug-on-error too. Add xref to Signaling Errors.
2744 Note that debug-on-signal is not customizable.
2745 Mention condition-case-unless-debug.
355cabc6
CY
2746 (Compilation Errors): Node deleted.
2747
2748 * compile.texi (Compiler Errors): Move a paragraph here from
2749 deleted node Compilation Errors.
2750
1be3ca5a
LL
27512012-02-10 Leo Liu <sdl.web@gmail.com>
2752
2753 * control.texi (Handling Errors): Change condition-case-no-debug
2754 to condition-case-unless-debug.
2755
25dec365
CY
27562012-02-10 Chong Yidong <cyd@gnu.org>
2757
2758 * advice.texi (Defining Advice): Clarify ad-unadvise.
2759 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
2760 is not abnormal.
2761 (Advising Primitives): Node deleted; ad-define-subr-args has been
2762 removed.
2763
2764 * compile.texi (Speed of Byte-Code): Use float-time in example.
2765 (Compilation Functions): Note that the log uses Compilation mode.
2766 Don't discuss the contents of byte-code function object here.
2767 (Compilation Functions): De-document internal function byte-code.
2768 (Docs and Compilation): Minor clarifications.
2769
2770 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
2771 Objects.
2772
5f5e4ea1
GM
27732012-02-10 Glenn Morris <rgm@gnu.org>
2774
2775 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
2776 Mention secure-hash.
2777 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
2778
6c1e4b46
CY
27792012-02-10 Chong Yidong <cyd@gnu.org>
2780
2781 * loading.texi (Loading): Don't emphasize "library" terminology.
2782 (Library Search): load-path is not a user option. Mention role of
2783 -L option and packages. Improve examples.
2784 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
2785 obsolete.
2786 (Autoload): Minor clarifications.
2787
72ca698c
GM
27882012-02-10 Glenn Morris <rgm@gnu.org>
2789
b011fbfe
GM
2790 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
2791
72ca698c
GM
2792 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
2793
14a1f380
GM
27942012-02-08 Glenn Morris <rgm@gnu.org>
2795
2796 * loading.texi (Named Features): Update the require example.
2797
60d47423
GM
27982012-02-07 Glenn Morris <rgm@gnu.org>
2799
2800 * modes.texi (Defining Minor Modes):
2801 Expand on args of defined minor modes.
2802
0992bd9c
CY
28032012-02-07 Chong Yidong <cyd@gnu.org>
2804
2805 * variables.texi (Creating Buffer-Local): Minor clarification
2806 to buffer-local-variables doc (Bug#10715).
2807
af008560
GM
28082012-02-07 Glenn Morris <rgm@gnu.org>
2809
e80e1825 2810 * display.texi (ImageMagick Images): General update.
af008560
GM
2811 Move most details of imagemagick-render-type to the variable's doc.
2812
866c1d22
GM
28132012-02-06 Glenn Morris <rgm@gnu.org>
2814
f7c9199f 2815 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
2816 (Inheritance and Keymaps):
2817 Mention make-composed-keymap and multiple inheritance.
f7c9199f 2818
e7bc51d0
GM
2819 * modes.texi (Running Hooks): Mention run-hook-wrapped.
2820
866c1d22
GM
2821 * control.texi (Handling Errors):
2822 Mention condition-case-no-debug and with-demoted-errors.
2823
03988c98
CY
28242012-02-05 Chong Yidong <cyd@gnu.org>
2825
2826 * customize.texi (Common Keywords): Minor clarifications.
2827 Document custom-unlispify-remove-prefixes.
2828 (Variable Definitions): Backquotes in defcustom seem to work fine
2829 now. Various other copyedits.
e1161b06
CY
2830 (Simple Types): Copyedits. Document color selector.
2831 (Composite Types): Copyedits.
2832 (Splicing into Lists): Clarifications.
03988c98
CY
2833
2834 * eval.texi (Backquote): Move from macros.texi.
2835
2836 * macros.texi (Expansion): Minor clarification.
2837 (Backquote): Move node to eval.texi.
2838 (Defining Macros): Move an example from Backquote node.
2839 (Argument Evaluation): No need to mention Pascal.
2840 (Indenting Macros): Add xref to Defining Macros.
2841
649f602c
GM
28422012-02-05 Glenn Morris <rgm@gnu.org>
2843
2844 * debugging.texi (Error Debugging): Mention debug-on-event default.
2845
34c99998
GM
28462012-02-04 Glenn Morris <rgm@gnu.org>
2847
8f05da42
GM
2848 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
2849
7aa5aad8
GM
2850 * debugging.texi (Error Debugging): Mention debug-on-event.
2851 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
2852
c7291ad9
GM
2853 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
2854
34c99998
GM
2855 * text.texi (Buffer Contents):
2856 Update filter-buffer-substring description.
2857
735cc5ca
CY
28582012-02-04 Chong Yidong <cyd@gnu.org>
2859
6e911150
SM
2860 * functions.texi (What Is a Function): Add closures.
2861 Mention "return value" terminology. Add xref for command-execute.
1cbae532 2862 Remove unused "keystroke command" terminology.
735cc5ca
CY
2863 (Lambda Expressions): Give a different example than in the
2864 following subsection. Add xref to Anonymous Functions.
2865 (Function Documentation): Remove gratuitous markup.
2866 (Function Names): Move introductory text to `What Is a Function'.
2867 (Defining Functions): Fix defun argument spec.
1cbae532
SM
2868 (Anonymous Functions): Document lambda macro explicitly.
2869 Mention effects on lexical binding.
735cc5ca
CY
2870 (Function Cells): Downplay direct usage of fset.
2871 (Closures): New node.
2872 (Inline Functions): Remove "open-code" terminology.
2873 (Declaring Functions): Minor tweak; .m is not C code.
2874
2875 * variables.texi (Variables): Don't refer to "global value".
2876 (Local Variables, Void Variables): Copyedits.
2877 (Lexical Binding): Minor clarification of example.
2878 (File Local Variables): Mention :safe and :risky defcustom args.
2879 (Lexical Binding): Add xref to Closures node.
2880
94bc7984
GM
28812012-02-04 Glenn Morris <rgm@gnu.org>
2882
2883 * minibuf.texi (High-Level Completion): Updates for read-color.
2884
4f5a10ef
GM
28852012-02-03 Glenn Morris <rgm@gnu.org>
2886
eea14f31
GM
2887 * display.texi (GIF Images): Mention animation.
2888 Remove commented-out old example of animation.
2889 (Animated Images): New subsection.
2890 * elisp.texi (Top):
2891 * vol1.texi (Top):
2892 * vol2.texi (Top): Add Animated Images menu entry.
2893
4f5a10ef
GM
2894 * display.texi (Image Formats): Remove oddly specific information
2895 on versions of image libraries.
204e728d 2896 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 2897
12f381b7
GM
28982012-02-02 Glenn Morris <rgm@gnu.org>
2899
1b9f60cc
GM
2900 * processes.texi (Synchronous Processes):
2901 Mention call-process's :file gets overwritten.
2902
7e2734bc
GM
2903 * commands.texi (Reading One Event):
2904 * help.texi (Help Functions): Document read-char-choice.
2905
f58b9822
GM
2906 * hooks.texi (Standard Hooks):
2907 * modes.texi (Keymaps and Minor Modes):
2908 * text.texi (Commands for Insertion): Document post-self-insert-hook.
2909
2910 * hooks.texi (Standard Hooks): Add prog-mode-hook.
2911
12f381b7
GM
2912 * hooks.texi (Standard Hooks):
2913 * modes.texi (Major Mode Conventions, Mode Hooks):
2914 Document change-major-mode-after-body-hook.
2915
7a9a2fc6
GM
29162012-02-01 Glenn Morris <rgm@gnu.org>
2917
2918 * modes.texi (Defining Minor Modes):
2919 Mention disabling global minor modes on a per-major-mode basis.
2920
a037c171
CY
29212012-01-31 Chong Yidong <cyd@gnu.org>
2922
2923 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
2924 (Parser State): Remove unnecessary statement (Bug#10661).
2925
2926 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
2927
56afad3a
GM
29282012-01-31 Glenn Morris <rgm@gnu.org>
2929
2930 * modes.texi (Defining Minor Modes):
2931 Document define-minor-mode's new :variable keyword.
2932
0f29fa41
CY
29332012-01-29 Chong Yidong <cyd@gnu.org>
2934
837a390a
CY
2935 * syntax.texi (Syntax Class Table): Tweak description of newline
2936 char syntax (Bug#9619).
2937
0f29fa41
CY
2938 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
2939 description (Bug#10189).
2940
182148ee
GM
29412012-01-29 Glenn Morris <rgm@gnu.org>
2942
a49ca6b9
GM
2943 * files.texi (Changing Files): Document SELinux support.
2944
182148ee
GM
2945 * windows.texi (Window Sizes): Fix typo.
2946
9962192e
CY
29472012-01-28 Chong Yidong <cyd@gnu.org>
2948
8c6e1920
CY
2949 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
2950 doc (Bug#8568).
2951
9583ec59
CY
2952 * frames.texi (Input Focus): Add NORECORD arg to
2953 select-frame-set-input-focus. Clarify its role in select-frame.
2954
10256988
CY
2955 * text.texi (Transposition): We don't use transpose-region as an
2956 internal subroutine (Bug#3249).
2957
9962192e
CY
2958 * modes.texi (Example Major Modes): Update Lisp example code to
2959 current sources. Delete the old non-derived-major-mode example,
2960 which has diverged badly from current sources.
2961
2aa43abb
GM
29622012-01-27 Glenn Morris <rgm@gnu.org>
2963
2964 * makefile.w32-in (texinputdir): Fix (presumed) typo.
2965 (VERSION, manual): Remove, unused.
2966
9f40220d
CY
29672012-01-27 Chong Yidong <cyd@gnu.org>
2968
2969 * commands.texi (Command Overview): Minor clarification (Bug#10384).
2970
acc28cb9
CY
29712012-01-26 Chong Yidong <cyd@gnu.org>
2972
2973 * searching.texi (String Search): Document negative repeat count
2974 (Bug#10507).
2975
48da7392
GM
29762012-01-26 Glenn Morris <rgm@gnu.org>
2977
2978 * variables.texi (Using Lexical Binding):
2979 Mention that lexical-binding should be set in the first line.
2980
69b0acb9
LI
29812012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2982
2983 * macros.texi (Defining Macros): Don't claim that `declare' only
2984 affects Edebug and indentation.
2985
543757a8
LI
29862012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2987
2988 * macros.texi (Defining Macros): Slight `declare' fixup.
2989
450e3cae
GM
29902012-01-25 Glenn Morris <rgm@gnu.org>
2991
24189ce0 2992 * makefile.w32-in (texinputdir):
450e3cae
GM
2993 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
2994
1021c761
CY
29952012-01-24 Chong Yidong <cyd@gnu.org>
2996
2997 * variables.texi (Variables, Local Variables, Void Variables):
2998 Edit to make the descriptions less specific to dynamic binding.
2999 (Local Variables): Default max-specpdl-size is now 1300.
1cbae532
SM
3000 (Defining Variables): Edits for lexical scoping.
3001 Delete information about starting docstrings with *. De-document
1021c761
CY
3002 user-variable-p.
3003 (Tips for Defining): Remove an unimportant discussion of quitting
3004 in the middle of a load.
3005 (Accessing Variables, Setting Variables): Discuss lexical binding.
3006 (Variable Scoping): Rewrite.
3007 (Scope, Extent, Impl of Scope): Nodes deleted.
3008 (Dynamic Binding): New node, with material from Scope, Extent, and
3009 Impl of Scope nodes.
3010 (Dynamic Binding Tips): Rename from Using Scoping.
3011 (Lexical Binding): Rewrite.
3012 (Using Lexical Binding): Rename from Converting to Lexical
3013 Binding. Convert to subsection.
3014
3015 * customize.texi (Variable Definitions): Add custom-variable-p.
3016 Move user-variable-p documentation here.
3017
31cbea1d
CY
30182012-01-23 Chong Yidong <cyd@gnu.org>
3019
3020 * strings.texi (Text Comparison): Minor qualification.
3021
3022 * lists.texi (Cons Cells): Copyedits.
3023 (List Elements): Mention push.
3024 (List Variables): Mention pop.
3025 (Rings): Move to sequences.texi.
3026
3027 * sequences.texi (Sequence Functions): Don't repeat the
3028 introduction already given in the parent.
3029 (Vectors): Copyedits.
3030 (Rings): Move from lists.texi. Note that this is specific to the
3031 ring package.
3032
3033 * symbols.texi (Definitions, Symbol Components): Mention variable
3034 scoping issues.
3035 (Plists and Alists): Copyedits.
3036
3037 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3038 correctness with lexical scoping.
3039 (Eval): Copyedits.
3040
fead402d
CY
30412012-01-21 Chong Yidong <cyd@gnu.org>
3042
3043 * intro.texi (A Sample Function Description): Special notation
3044 used for macros too.
3045
3046 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3047 (Symbol Type): Add xref for keyword symbols.
3048 (Sequence Type): Clarify differences between sequence types.
3049 (Cons Cell Type): Add "linked list" index entry.
3050 (Non-ASCII in Strings): Copyedits.
3051 (Equality Predicates): Symbols with same name need not be eq.
3052
3053 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3054 ldexp. Move float-e and float-pi to Math Functions node.
3055
61086eb6
GM
30562012-01-21 Glenn Morris <rgm@gnu.org>
3057
3058 * modes.texi (Auto Major Mode):
3059 * variables.texi (File Local Variables):
3060 Mention inhibit-local-variables-regexps.
3061
34a02f46
MR
30622012-01-19 Martin Rudalics <rudalics@gmx.at>
3063
3064 * windows.texi (Window Configurations): Rewrite references to
3065 persistent window parameters.
3066 (Window Parameters): Fix description of persistent window
3067 parameters.
3068
f5064cae
JB
30692012-01-16 Juanma Barranquero <lekktu@gmail.com>
3070
3071 * windows.texi (Window Parameters): Use @pxref.
3072
6a6ee00d
MR
30732012-01-16 Martin Rudalics <rudalics@gmx.at>
3074
3075 * windows.texi (Window Configurations, Window Parameters):
3076 Describe persistent window parameters.
3077
9ca4c014
SM
30782011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3079
3080 * variables.texi (Creating Buffer-Local): Warn against misuses of
3081 make-variable-buffer-local (bug#10258).
3082
d027f83d
LMI
30832012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3084
3085 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3086
89bd9ccd
CY
30872012-01-06 Chong Yidong <cyd@gnu.org>
3088
1cbae532
SM
3089 * variables.texi (Directory Local Variables):
3090 Document hack-dir-local-variables-non-file-buffer.
89bd9ccd 3091
c869783d
GM
30922012-01-06 Glenn Morris <rgm@gnu.org>
3093
3094 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3095 rather than by keybinding.
3096
2cae5ba4
JB
30972011-12-29 Juanma Barranquero <lekktu@gmail.com>
3098
3099 * frames.texi (Font and Color Parameters): Add @pxref.
3100
43da4d08
DC
31012011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3102
3103 * frames.texi (Font and Color Parameters):
3104 Document w32 font backends (bug#10399).
3105
8d80ef01
PE
31062011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3107
3108 * files.texi (File Attributes, Changing Files):
3109 Use a more-natural notation for octal numbers.
3110
9022ae07
JB
31112011-12-23 Juanma Barranquero <lekktu@gmail.com>
3112
3113 * variables.texi (Variables with Restricted Values):
3114 Change reference to variable (bug#10354).
3115
454592a6
MR
31162011-12-13 Martin Rudalics <rudalics@gmx.at>
3117
3118 * windows.texi (Splitting Windows): Use t instead of non-nil
3119 when describing window-combination-resize.
3120
a7cdbfce
SM
31212011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3122
3123 * text.texi (Special Properties): Warn against `intangible' properties
3124 (bug#10222).
3125
a3dcc84e
EZ
31262011-11-26 Eli Zaretskii <eliz@gnu.org>
3127
579ebf8f
EZ
3128 * display.texi (Truncation):
3129 * text.texi (Special Properties): Describe what a stretch-glyph is
3130 instead of using that term without explanation. Make the
3131 cross-references more accurate.
3132
a3dcc84e
EZ
3133 * display.texi (Usual Display): Update the description,
3134 cross-references, and indexing related to display of control
3135 characters and raw bytes.
3136
94af99a4
MR
31372011-11-25 Martin Rudalics <rudalics@gmx.at>
3138
3139 * windows.texi (Splitting Windows): Fix description of
3140 window-combination-limit. Suggested by Eli Zaretskii.
3141
1c3d7a13
CY
31422011-11-23 Chong Yidong <cyd@gnu.org>
3143
3144 * windows.texi (Window Sizes): Move window-top-line,
3145 window-left-column, and window-*-pixel-edges to Coordinates and
3146 Windows node.
3147 (Coordinates and Windows): Restore window-edges doc.
3148
90151a1e
MR
31492011-11-21 Martin Rudalics <rudalics@gmx.at>
3150
a7cdbfce
SM
3151 * windows.texi (Windows and Frames, Splitting Windows):
3152 Fix typos.
90151a1e 3153
a9b9b7f5
CY
31542011-11-21 Chong Yidong <cyd@gnu.org>
3155
3156 * windows.texi (Splitting Windows): Fix error in documentation of
3157 window-combination-limit.
3158 (Cyclic Window Ordering): Minor fixes to next-window,
3159 one-window-p, and get-lru-window docs. Don't document
3160 window-list-1.
3161 (Buffers and Windows): Copyedits.
3162 (Choosing Window): Document special handling of special-display-*.
3163 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
3164 Don't document even-window-heights, which is going away.
3165 Clarify which options are obeyed by which action functions.
a9b9b7f5 3166
f4e90db0
SM
31672011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3168
3169 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3170
d2999b1a
MR
31712011-11-20 Martin Rudalics <rudalics@gmx.at>
3172
f4e90db0
SM
3173 * windows.texi (Resizing Windows, Splitting Windows):
3174 Remove term "status" when talking about combination limits.
d2999b1a 3175
cd1181db
JB
31762011-11-20 Juanma Barranquero <lekktu@gmail.com>
3177
3178 * compile.texi (Compiler Errors):
3179 * help.texi (Help Functions): Fix typos.
3180
7bf54975
CY
31812011-11-19 Chong Yidong <cyd@gnu.org>
3182
3183 * windows.texi (Splitting Windows): Clarify role of window
3184 parameters in split-window. Shorten the example.
f4e90db0
SM
3185 (Deleting Windows): Rewrite intro to handle internal windows.
3186 Fix delete-windows-on doc.
7bf54975
CY
3187 (Selecting Windows): Copyedits.
3188
a0c2d0ae
MR
31892011-11-17 Martin Rudalics <rudalics@gmx.at>
3190
3191 * windows.texi (Resizing Windows, Splitting Windows)
3192 (Deleting Windows): Use term window-combination-resize instead
3193 of window-splits.
3194
b6f67890
MR
31952011-11-16 Martin Rudalics <rudalics@gmx.at>
3196
f4e90db0
SM
3197 * windows.texi (Resizing Windows, Splitting Windows):
3198 Rename occurrences of window-nest to window-combination-limit.
b6f67890 3199
0b381c7e
JB
32002011-11-14 Juanma Barranquero <lekktu@gmail.com>
3201
3202 * intro.texi (Lisp History): Fix typo.
3203
89d61221
MR
32042011-11-12 Martin Rudalics <rudalics@gmx.at>
3205
f4e90db0
SM
3206 * windows.texi (Splitting Windows, Deleting Windows):
3207 Remove references to splits status of windows.
89d61221 3208
b2621720
GM
32092011-11-10 Glenn Morris <rgm@gnu.org>
3210
3211 * buffers.texi (Read Only Buffers): Expand a bit on why
3212 toggle-read-only should only be used interactively. (Bug#7292)
3213
d2ad7ee1
CY
32142011-11-09 Chong Yidong <cyd@gnu.org>
3215
3216 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 3217 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
3218 window-inside-absolute-pixel-edges.
3219 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3220 non-full-width windows.
3221
2cffd681
MR
32222011-11-09 Martin Rudalics <rudalics@gmx.at>
3223
3224 * windows.texi (Resizing Windows): Rewrite documentation of
3225 window-resizable.
3226
f6f6d7e7
CY
32272011-11-09 Chong Yidong <cyd@gnu.org>
3228
3229 * windows.texi (Splitting Windows): Simplify example.
3230
a79db6e0
CY
32312011-11-08 Chong Yidong <cyd@gnu.org>
3232
3233 * windows.texi (Window Sizes): Copyedits. Document
3234 window-text-height. Remove window-min-height and window-min-width
3235 discussion, referring instead to Emacs manual.
3236 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
3237 (Resizing Windows): Simplify introduction. Don't document
3238 enlarge-window, shrink-window, enlarge-window-horizontally, and
3239 shrink-window-horizontally; they are no longer preferred for
3240 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 3241
441950c7
GM
32422011-11-07 Glenn Morris <rgm@gnu.org>
3243
3244 * windows.texi (Choosing Window): Fix keybinding typo.
3245
be7f5545
MR
32462011-11-07 Martin Rudalics <rudalics@gmx.at>
3247
3248 * windows.texi (Resizing Windows, Splitting Windows)
3249 (Window Configurations): Use "child window" instead of
3250 "subwindow".
3251
291d142b
CY
32522011-11-06 Chong Yidong <cyd@gnu.org>
3253
3254 * windows.texi (Basic Windows): Clarify various definitions.
3255 Treat window-normalize-* as internal; don't document them.
3256 (Windows and Frames): Various clarifications, e.g. non-live
3257 windows also belong to frames. Fix window-list description.
3258 Simplify window nesting example.
f4e90db0
SM
3259 (Splitting Windows, Window Configurations):
3260 Use split-window-below.
291d142b 3261
89bd5ee1
EZ
32622011-11-04 Eli Zaretskii <eliz@gnu.org>
3263
3264 * windows.texi (Window Sizes): Mention in the doc string that the
3265 return values of `window-body-height' and `window-body-width' are
3266 in frame's canonical units. (Bug#9949)
3267
3d8daefe
MR
32682011-10-30 Martin Rudalics <rudalics@gmx.at>
3269
3270 * windows.texi (Windows and Frames): Remove "iso-" infix from
3271 documentation of window-iso-combined-p.
3272
60754666
CY
32732011-10-26 Chong Yidong <cyd@gnu.org>
3274
3275 * modes.texi (Running Hooks): Document with-wrapper-hook.
3276
d366bd53
CY
32772011-10-18 Chong Yidong <cyd@gnu.org>
3278
3279 * display.texi (Glyphless Chars): New node.
3280
50b063c3
CY
32812011-10-13 Chong Yidong <cyd@stupidchicken.com>
3282
3283 * text.texi (Yanking): Document yank-excluded-properties.
3284
3285 * package.texi (Packaging Basics): The commentary should say how
3286 to begin using the package.
3287
c72063fa
MR
32882011-10-11 Martin Rudalics <rudalics@gmx.at>
3289
3290 * windows.texi (Deleting Windows): Mention which window gets
3291 selected when deleting the selected window.
3292
d83dc65b
MR
32932011-10-09 Martin Rudalics <rudalics@gmx.at>
3294
3295 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3296 with the selected window.
3297 * windows.texi (Buffers and Windows): Reformulate text on how
3298 replace-buffer-in-windows deals with a window.
3299 (Quitting Windows): Describe how quit-window deals with a
3300 standalone frame. Describe new option frame-auto-hide-function.
3301
c599682c
GM
33022011-10-08 Glenn Morris <rgm@gnu.org>
3303
48bca619
GM
3304 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3305
c599682c
GM
3306 * positions.texi (Excursions): Update warning message.
3307
969aa734
CY
33082011-10-05 Chong Yidong <cyd@stupidchicken.com>
3309
f4e90db0
SM
3310 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3311 Fix Emacs manual xref (Bug#9675).
969aa734 3312
550f41cd
CY
33132011-10-01 Chong Yidong <cyd@stupidchicken.com>
3314
3315 * windows.texi (Textual Scrolling): Document scroll-up-command,
3316 scroll-down-command, scroll-error-top-bottom, and the
3317 scroll-command symbol property.
717a1362
CY
3318 (Display Action Functions): Fix description of
3319 display-buffer-pop-up-window.
550f41cd 3320
a239d4e9
JB
33212011-09-28 Juanma Barranquero <lekktu@gmail.com>
3322
3323 * windows.texi (Splitting Windows): Fix typos.
3324
590c056d
MR
33252011-09-25 Martin Rudalics <rudalics@gmx.at>
3326
3327 * windows.texi (Windows and Frames, Display Action Functions)
3328 (Switching Buffers): Fix some typos.
3329 (Buffers and Windows): Remove reference to window-auto-delete.
3330 Reword description of replace-buffer-in-windows.
3331 (Window History): Fix some typos and refer to frame local buffer
3332 list.
c419f5cb
MR
3333 (Quitting Windows): New node.
3334 (Window Configurations): Add descriptions of window-state-get
3335 and window-state-put.
3336 (Window Parameters): Describe variable ignore-window-parameters.
3337 Sketch some window parameters currently in use.
3338 * elisp.texi (Top): Update node listing.
590c056d 3339
9ec20d36
CY
33402011-09-25 Chong Yidong <cyd@stupidchicken.com>
3341
3342 * windows.texi (Display Action Functions)
3343 (Choosing Window Options): New nodes.
3344
0e406a72
CY
33452011-09-24 Chong Yidong <cyd@stupidchicken.com>
3346
3347 * windows.texi (Window History): New node. Move text here from
3348 Buffers and Windows.
3349 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
3350 don't document display-buffer here; callers changed.
3351 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
3352 switch-to-buffer-other-frame. Delete duplicate
3353 replace-buffer-in-windows doc.
3354 (Choosing Window): Document display actions.
3355
6bf7006f
EZ
33562011-09-24 Eli Zaretskii <eliz@gnu.org>
3357
3358 * display.texi (Forcing Redisplay): Update the description of
3359 redisplay-dont-pause due to change in the default value.
3360
b33b68a3
MR
33612011-09-23 Martin Rudalics <rudalics@gmx.at>
3362
3363 * frames.texi (Frames and Windows): Move section and rename to
3364 Windows and Frames in windows.texi.
3365 * windows.texi (Windows): Restructure.
3366 (Basic Windows): Rewrite. Explain live and internal windows and
3367 normalization functions.
3368 (Windows and Frames): Move section here from frames.texi.
3369 Describe subwindows, window combinations, window tree, and
3370 corresponding functions including window-list here.
3371 (Window Sizes): Rename section from Size of Window and move it
3372 up in chapter. Describe total and body sizes and the
3373 corresponding functions. Explain new semantics of
3374 window-min-height/-width.
3375 (Resizing Windows): Move section up in chapter. Describe new
3376 resize functions.
3377 (Splitting Windows): Describe new behavior of split-window,
3378 split-window-above-each-other and split-window-side-by-side.
3379 Provide examples. Describe window-nest and window-splits
3380 options.
3381 (Deleting Windows): Minor rewrite.
f4e90db0
SM
3382 (Selecting Windows): Minor rewrite.
3383 Describe frame-selected-window and set-frame-selected-window here.
3384 (Cyclic Window Ordering): Minor rewrite.
3385 Describe window-list-1.
b33b68a3
MR
3386 (Buffers and Windows): Rewrite. Explain a window's previous and
3387 next buffers and the corresponding functions.
c4682d18 3388 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
3389 * elisp.texi (Top): Update node listings for frames and windows
3390 sections.
3391
4d3786ac
SM
33922011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3393
3394 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
3395
713df35b
LMI
33962011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3397
3398 * errors.texi (Standard Errors): Remove apparent placeholder text
3399 (bug#9491).
3400
33ed493b
CY
34012011-09-18 Chong Yidong <cyd@stupidchicken.com>
3402
3403 * frames.texi (Management Parameters): Fix description of
3404 icon-type parameter.
3405
b8f0a954
CY
34062011-09-17 Chong Yidong <cyd@stupidchicken.com>
3407
3408 * tips.texi (Key Binding Conventions): Don't bind a key sequence
3409 ending in C-g. Suggested by Edward O'Connor.
3410
eddf142c
EZ
34112011-09-17 Eli Zaretskii <eliz@gnu.org>
3412
3413 * numbers.texi (Integer Basics): Add indexing for
3414 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
3415
d8e213eb 34162011-09-14 Dani Moncayo <dmoncayo@gmail.com>
bf1af6c7
DM
3417
3418 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
3419
cec2eab8
JB
34202011-09-11 Juanma Barranquero <lekktu@gmail.com>
3421
3422 * processes.texi (Network Servers): Clarify what the process
3423 buffer is used for (bug#9233).
3424
d8e213eb 34252011-08-30 Dani Moncayo <dmoncayo@gmail.com>
1f403cb9
DM
3426
3427 * lists.texi (Building Lists): Fix typo.
3428
35137ed3
CY
34292011-08-30 Chong Yidong <cyd@stupidchicken.com>
3430
3431 * display.texi (Basic Faces): New node. Document new faces.
3432
3433 * modes.texi (Major Mode Conventions): Move some text there.
3434 (Mode Help): Remove major-mode var, duplicated in Major Modes.
3435
3fd50d5c
CY
34362011-08-29 Chong Yidong <cyd@stupidchicken.com>
3437
3438 * modes.texi (Basic Major Modes): New node. Callers updated.
3439 (Major Modes): Document fundamental-mode and major-mode.
3440 (Major Mode Basics): Node deleted; text moved to Major Modes.
3441 (Derived Modes): Document derived-mode-p.
3442
ddb54206
CY
34432011-08-28 Chong Yidong <cyd@stupidchicken.com>
3444
a6326082
CY
3445 * files.texi (Changing Files, Create/Delete Dirs): Document new
3446 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
3447 (Visiting Functions): Remove view-file; it is documented in the
3448 Emacs manual.
04e2ce72 3449
ddb54206
CY
3450 * frames.texi (Layout Parameters): The defaults for the
3451 menu-bar-lines and tool-bar-lines parameters depend on the mode.
3452
3453 * display.texi (Progress): Document spinner functionality.
3454
3455 * os.texi (Killing Emacs): Note that kill-emacs can be called by
3456 operating system signals. Refer to save-buffers-kill-terminal
3457 instead of save-buffers-kill-emacs.
3458
3459 * objects.texi (Symbol Type): Document ## print representation.
3460
0c95fcf7
EZ
34612011-08-25 Eli Zaretskii <eliz@gnu.org>
3462
3463 * display.texi (Specified Space): Mention that `space' specs
3464 influence bidi reordering.
3465 (Bidirectional Display): Explain how to use `(space . PROPS)' for
3466 separating fields with bidirectional content.
3467
5980d4c6
EZ
34682011-08-24 Eli Zaretskii <eliz@gnu.org>
3469
3470 * display.texi (Bidirectional Display): Document return value in
3471 buffers that are not bidi-reordered for display, and in unibyte
3472 buffers.
3473
bca633fb
EZ
34742011-08-23 Eli Zaretskii <eliz@gnu.org>
3475
3476 * nonascii.texi (Character Properties): Document the values for
3477 unassigned codepoints.
3478
c094bb0c
EZ
34792011-08-18 Eli Zaretskii <eliz@gnu.org>
3480
3481 * nonascii.texi (Character Properties): Document use of
3482 `bidi-class' and `mirroring' properties as part of reordering.
3483 Provide cross-references to "Bidirectional Display".
3484
3485 * display.texi (Bidirectional Display): Document the pitfalls of
3486 concatenating strings with bidirectional content, with possible
f4e90db0
SM
3487 solutions. Document bidi-string-mark-left-to-right.
3488 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
3489 Document use of `bidi-class' and `mirroring' properties as part of
3490 reordering.
c094bb0c 3491
1ea897d5
EZ
34922011-08-16 Eli Zaretskii <eliz@gnu.org>
3493
9adfcd0b
EZ
3494 * modes.texi (Major Mode Conventions): Improve the documentation
3495 of `mode-class' `special' modes.
3496
10862873
EZ
3497 * nonascii.texi (Character Properties): Document the `mirroring'
3498 property. Add index entries.
3499
1ea897d5
EZ
3500 * syntax.texi (Categories): Add an example of defining a new
3501 category and category table.
3502
3503 * searching.texi (Regexp Backslash): Document how to display
3504 existing categories. Mention the possibility of adding
3505 categories, and add an xref to where this is described. Add an
3506 index entry.
3507
ebb552ed
CY
35082011-08-09 Chong Yidong <cyd@stupidchicken.com>
3509
3510 * text.texi (Special Properties):
3511 * display.texi (Overlay Properties): Note that mouse-face cannot
3512 change the text size (Bug#8530).
3513
51a714e1
CY
35142011-08-08 Chong Yidong <cyd@stupidchicken.com>
3515
3516 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
3517 using setenv instead.
3518
4cc60b9b
EZ
35192011-07-28 Eli Zaretskii <eliz@gnu.org>
3520
3521 * display.texi (Bidirectional Display): Document the fact that
3522 bidi-display-reordering is t by default.
3523
5deb92fd
EZ
35242011-07-23 Eli Zaretskii <eliz@gnu.org>
3525
3526 * display.texi (Bidirectional Display): New section.
3527
011b0ad6 35282011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
3529 Tim Cross <theophilusx@gmail.com> (tiny change)
3530 Glenn Morris <rgm@gnu.org>
011b0ad6 3531
67f9b9f8 3532 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 3533
4baf28e6
AS
35342011-07-15 Andreas Schwab <schwab@linux-m68k.org>
3535
3536 * help.texi (Keys in Documentation): Revert last change.
3537
66249842
LMI
35382011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3539
f863868c
LMI
3540 * help.texi (Keys in Documentation): Clarify that \= only quotes
3541 the next character, and doesn't affect longer sequences in
3542 particular (bug#8935).
3543
f4e90db0
SM
3544 * debugging.texi (Using Debugger):
3545 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 3546
0bb23927 35472011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
3548
3549 * display.texi (Other Display Specs): Document that `left-fringe'
3550 and `right-fringe' display specifications are of the "replacing"
3551 kind.
3552
f2027cdf
LMI
35532011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3554
3555 * help.texi (Documentation Basics): Add a link to the Function
3556 Documentation node (bug#6580).
3557
f987fde4
LMI
35582011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3559
0bc59b25
LMI
3560 * keymaps.texi (Menu Bar): Mention :visible and :enable
3561 (bug#6344). Text by Drew Adams.
3562
63d55f1f
LMI
3563 * modes.texi (Running Hooks): Mention buffer-local hook variables
3564 (bug#6218).
3565
f987fde4
LMI
3566 * objects.texi (General Escape Syntax): "a with grave accent" is
3567 ?xe0, not ?x8e0 (bug#5259).
3568
b7527639
CY
35692011-07-12 Chong Yidong <cyd@stupidchicken.com>
3570
3571 * display.texi (Face Attributes, Font Selection): Add references
3572 to the Fonts node in the Emacs manual (Bug#4178).
3573
c830e5ae
CY
35742011-07-12 Chong Yidong <cyd@stupidchicken.com>
3575
3576 * display.texi (Window Systems): `window-system' is
3577 terminal-local.
3578
3579 * frames.texi (Frame Parameters, Parameter Access): Don't mention
3580 frame-local variables.
3581
3582 * variables.texi (Buffer-Local Variables): Don't mention obsolete
3583 frame-local variables.
3584 (Frame-Local Variables): Node deleted.
3585
3586 * elisp.texi (Top): Update node listing.
3587
91223e54
LMI
35882011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3589
3590 * elisp.texi: Change "inferiors" to "subnodes" in three places
3591 (bug#3523).
3592
963578d3
CY
35932011-07-11 Chong Yidong <cyd@stupidchicken.com>
3594
3595 * frames.texi (Window System Selections): Discussion of
3596 x-select-enable-clipboard moved to Emacs manual.
3597
07151e49
DD
35982011-07-11 Deniz Dogan <deniz@dogan.se>
3599
3600 * commands.texi (Prefix Command Arguments): Remove excessive
3601 apostrophe.
3602
7261e1cf
LMI
36032011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3604
ad21a12a
LMI
3605 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
3606 description is a string (bug#3313).
3607
7261e1cf
LMI
3608 * frames.texi (Display Feature Testing): Try to explain what all
3609 the visual classes mean (bug#3042).
3610
568f7b79
LMI
36112011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3612
18d59e29
LMI
3613 * modes.texi (Mode Line Variables): Document `mode-line-remote'
3614 and `mode-line-client' (bug#2974).
3615
568f7b79
LMI
3616 * text.texi (Insertion): Clarify marker movements (bug#1651).
3617 Text from Drew Adams.
3618
54e10184
LMI
36192011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3620
d94d85e9
LMI
3621 * text.texi (Special Properties): Clarify the format of `face'
3622 (bug#1375).
3623
54e10184
LMI
3624 * commands.texi (Interactive Call): Add a `call-interactively'
3625 example (bug#1010).
3626
413c488d
LMI
36272011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3628
3629 * functions.texi (Calling Functions): Link to the "Interactive
3630 Call" node (bug#1001).
3631
322b7dab 36322011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 3633
3deead93
CY
3634 * customize.texi (Composite Types): Move alist and plist to here
3635 from Simple Types (Bug#7545).
3636
3637 * elisp.texi (Top): Update menu description.
3638
b00d8c1a
CY
3639 * display.texi (Face Attributes): Document negative line widths
3640 (Bug#6113).
3641
d2a6c43b
TR
36422011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3643
3644 * searching.texi (Match Data): Note that match data can be
3645 overwritten by most functions (bug#2499).
3646
c7844a27
LMI
36472011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3648
a9ab721e
LMI
3649 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
3650 flags mean (bug#6659).
3651
c7844a27
LMI
3652 * functions.texi (What Is a Function): Document the autoload
3653 object (bug#6496).
3654
f68d76d0
LMI
36552011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3656
8a20ca4c
LMI
3657 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
3658 is only used in the Customize user interface (bug#6089).
3659
f68d76d0 3660 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 3661 images (bug#7836).
f68d76d0 3662
7018dbe7
EZ
36632011-07-02 Eli Zaretskii <eliz@gnu.org>
3664
3665 * variables.texi (Defining Variables, Void Variables)
3666 (Constant Variables): Fix incorrect usage of @kindex.
3667
36cb87a1
LMI
36682011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3669
28ee97c7
LMI
3670 * variables.texi (Defining Variables): Add an index entry for
3671 `set-variable' (bug#7262).
8d4294e9 3672 (Defining Variables): Use @findex for functions.
28ee97c7 3673
8862ffd5
LMI
3674 * frames.texi (Basic Parameters): Document the `explicit-name'
3675 parameter (bug#6951).
3676
0ec389b9
LMI
3677 * customize.texi (Type Keywords): Clarify that :value provides a
3678 default value for all types (bug#7386).
3679
36cb87a1
LMI
3680 * streams.texi (Output Functions): Document `pp'.
3681
11fdef7d 36822011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
3683
3684 * keymaps.texi (Searching Keymaps):
3685 * display.texi (Overlay Properties): Fix errors in 2011-05-29
3686 change. Suggested by Johan Bockgård.
3687
eeafcea7
CY
36882011-06-15 Chong Yidong <cyd@stupidchicken.com>
3689
3690 * text.texi (Special Properties): Clarify role of font-lock-face.
3691
b96e6cde
LMI
36922011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3693
f4e90db0 3694 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
3695 to `process-live-p' for consistency with other `-live-p' functions.
3696
be14b9ab
PE
36972011-06-03 Paul Eggert <eggert@cs.ucla.edu>
3698
3699 Document wide integers better.
3700 * files.texi (File Attributes): Document ino_t values better.
2d365993 3701 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
3702 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
3703 (Bitwise Operations):
001903b5
PE
3704 * objects.texi (Integer Type): Use a binary notation that is a bit easier
3705 to read, and that will port better if 62-bits becomes the default.
3706 Fix or remove incorrect examples.
be14b9ab
PE
3707 * os.texi (Time Conversion): Document time_t values better.
3708
bcd54f83
LMI
37092011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3710
f4e90db0
SM
3711 * processes.texi (Process Information):
3712 Document `process-alive-p'.
bcd54f83 3713
049bcbcb
CY
37142011-05-29 Chong Yidong <cyd@stupidchicken.com>
3715
3716 * help.texi (Accessing Documentation):
3717 * display.texi (Pixel Specification):
3718 * processes.texi (Serial Ports, Serial Ports):
3719 * nonascii.texi (Character Properties, Default Coding Systems):
3720 * text.texi (Changing Properties, Special Properties):
3721 * windows.texi (Window Start and End):
3722 * modes.texi (SMIE Indentation Example, SMIE Tricks):
3723 * keymaps.texi (Searching Keymaps, Tool Bar):
3724 * minibuf.texi (Basic Completion):
3725 * compile.texi (Eval During Compile):
3726 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
3727 7x9 paper in printed manual.
3728
3729 * lists.texi (Sets And Lists): Fix misplaced text.
3730
58539c63
CY
37312011-05-29 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * keymaps.texi (Remapping Commands): Emphasize that the keymap
3734 needs to be active (Bug#8350).
3735
6b5681bf
CY
37362011-05-28 Chong Yidong <cyd@stupidchicken.com>
3737
b4d52acc
CY
3738 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
3739
6b5681bf
CY
3740 * tips.texi (Coding Conventions): Remove antediluvian filename
3741 limit recommendation (Bug#8538).
3742
e145f188
GM
37432011-05-27 Glenn Morris <rgm@gnu.org>
3744
3745 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
3746
eafed945
GM
37472011-05-26 Glenn Morris <rgm@gnu.org>
3748
3749 * variables.texi (File Local Variables):
3750 Update hack-local-variables `mode-only' return value.
2d3ba9e7 3751 Add some more details on what this function does in the other case.
eafed945 3752
bc8410af
GM
37532011-05-19 Glenn Morris <rgm@gnu.org>
3754
3755 * lists.texi (Sets And Lists): Mention cl provides union etc.
3756
35a30759
N
37572011-05-19 Nix <nix@esperi.org.uk>
3758
3759 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
3760
3761 * text.texi (Parsing HTML): Update for function name changes.
3762
3763 * syntax.texi (Syntax Flags): Small fix.
3764
3765 * keymaps.texi (Active Keymaps): Typo fix.
3766 (Changing Key Bindings): Grammar fix.
3767
3768 * frames.texi (Minibuffers and Frames): Grammar fix.
3769 (Window System Selections): x-select-enable-clipboard now defaults to t.
3770
3771 * customize.texi (Common Keywords):
3772 * display.texi (Abstract Display):
3773 * modes.texi (Auto-Indentation):
3774 * nonascii.texi (Converting Representations): Typo fixes.
3775
3776 * control.texi (Examples of Catch): Call it "goto" not "go to".
3777
e3934a8a
EZ
37782011-05-14 Eli Zaretskii <eliz@gnu.org>
3779
bc039a3b
EZ
3780 * nonascii.texi (Character Properties): Fix inconsistencies with
3781 implementation.
3782
e3934a8a
EZ
3783 * text.texi (Special Properties): Move @defvar's out of the
3784 @table. (Bug#8652)
3785
e2c94218
GM
37862011-05-12 Glenn Morris <rgm@gnu.org>
3787
3788 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
3789
d2fc7e3d 37902011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
3791
3792 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
3793 (Multiline Font Lock):
3794 * vol2.texi (Top):
3795 * vol1.texi (Top):
3796 * elisp.texi (Top): Update menu accordingly.
3797
d2fc7e3d 37982011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
3799
3800 * modes.texi (Region to Fontify): Fix typo.
3801
79b70037
GM
38022011-05-10 Jim Meyering <meyering@redhat.com>
3803
3804 * minibuf.texi: Fix typo "in in -> in".
3805
b08a63cc 38062011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
3807
3808 * numbers.texi (Integer Basics): Large integers are treated as floats.
3809
1ef14cb4
LMI
38102011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3811
3812 * processes.texi (Synchronous Processes): Document the (:file
3813 "/file-name") syntax for `call-process'.
3814
4ffd0d6b 38152011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
3816
3817 * windows.texi (Choosing Window): Fix typo.
3818
4ffd0d6b 38192011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
3820
3821 * frames.texi (Layout Parameters): Note the difference between
3822 querying and setting parameters for left-fringe and right-fringe
3823 (Bug#6930).
3824
fd5a8ae8
SM
38252011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3826
3827 * minibuf.texi (Basic Completion): Be a bit more precise about the
3828 valid kinds of completion tables.
3829 (Programmed Completion): Remove obsolete text about lambda expressions
3830 not being valid completion tables.
3831
c1bcd0d5
CY
38322011-03-19 Chong Yidong <cyd@stupidchicken.com>
3833
3834 * positions.texi (Excursions): Explain the "save-excursion
3835 defeated by set-buffer" warning.
3836
3837 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
3838 save-excursion. Suggested by Uday S Reddy.
3839
03408648 38402011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 3841
03408648
SM
3842 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
3843 (Lexical Binding): New sub-section.
ba83908c 3844
03408648
SM
3845 * eval.texi (Eval): Discourage the use of `eval'.
3846 Document its new `lexical' argument.
6c075cd7 3847
f6d62986
SM
38482011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3849
03408648 3850 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
3851 nil any more.
3852
84ea5558 38532011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
3854
3855 * strings.texi (String Conversion): Don't mention
3856 string-make-(uni|multi)byte (bug#8262).
3857 * nonascii.texi (Converting Representations): Fix up range.
3858 * keymaps.texi (Key Binding Commands): Update code point, avoid
3859 "unibyte character" and remove mention of unibyte bindings.
3860
62d94509
EZ
38612011-03-10 Eli Zaretskii <eliz@gnu.org>
3862
3863 * modes.texi (Operator Precedence Grammars): Don't use characters
3864 outside ISO-8859-1.
3865
63a329f8
EZ
38662011-03-09 Eli Zaretskii <eliz@gnu.org>
3867
3868 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
3869
3870 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
3871
6446548e
GM
38722011-03-08 Glenn Morris <rgm@gnu.org>
3873
3874 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
3875 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 3876 * elisp.texi: Set documentencoding.
6446548e 3877
33383987
JB
38782011-03-07 Chong Yidong <cyd@stupidchicken.com>
3879
3880 * Version 23.3 released.
3881
0b3ceceb
CY
38822011-03-06 Chong Yidong <cyd@stupidchicken.com>
3883
3884 * package.texi: Update index keywords.
3885 (Package Archives): New node contents. Document package-x.el.
3886
78f5433f
JB
38872011-03-06 Juanma Barranquero <lekktu@gmail.com>
3888
3889 * makefile.w32-in (srcs): Add package.texi.
3890
555e9b5c
CY
38912011-03-06 Chong Yidong <cyd@stupidchicken.com>
3892
120d9389
CY
3893 * package.texi (Packaging, Packaging Basics, Simple Packages)
3894 (Multi-file Packages): Expand and clarify.
3895 (Package Archives): Temporary placeholder node.
3896
3897 * elisp.texi (Top): Update node listing.
3898
555e9b5c
CY
3899 * Makefile.in (srcs): Add package.texi.
3900
b59a4335
CY
39012011-03-05 Chong Yidong <cyd@stupidchicken.com>
3902
3903 * processes.texi (Synchronous Processes): Minor clarification
3904 (Bug#8149).
3905
06083aa1
GM
39062011-03-03 Glenn Morris <rgm@gnu.org>
3907
3908 * files.texi (Truenames): Minor clarification. (Bug#2341)
3909
6640b281
GM
39102011-03-01 Glenn Morris <rgm@gnu.org>
3911
3912 * variables.texi (Directory Local Variables):
3913 Mention `(subdirs . nil)' alist element.
3914
2b0c7330 39152011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
3916
3917 * variables.texi (Directory Local Variables): Mention the optional
3918 mtime argument of dir-locals-set-directory-class. (Bug#3577)
3919
b923f7a9
CY
39202011-02-27 Chong Yidong <cyd@stupidchicken.com>
3921
3922 * minibuf.texi (Minibuffer History): Clarify discussion of
3923 minibuffer history lists (Bug#8085).
3924
67ab0163 39252011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 3926
e979a521
EZ
3927 * elisp.texi: Sync @dircategory with ../../info/dir.
3928
e03b2fd4
EZ
3929 * files.texi (Visiting Functions): Document find-file-literally,
3930 both the command and the variable.
3931
86ec878a
EZ
3932 * variables.texi (Creating Buffer-Local): Explain the meaning of
3933 permanent local variables.
3934
67ab0163
GM
3935 * files.texi (Visiting Functions): Document find-file-literally,
3936 both the command and the variable.
3937
3938 * variables.texi (Creating Buffer-Local): Explain the meaning of
3939 permanent local variables.
3940
39412011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
3942
3943 * keymaps.texi (Remapping Commands): Mention how to undo it.
3944
bfcb151a
RT
39452011-02-09 Reuben Thomas <rrt@sc3d.org>
3946
3947 * loading.texi (Hooks for Loading): Remove unnecessary advice
3948 about eval-after-load (Bug#7986).
3949
a41c8660
CY
39502011-02-05 Chong Yidong <cyd@stupidchicken.com>
3951
3952 * commands.texi (Accessing Mouse): Note that a header line is not
3953 included in the row of posn-col-row.
3954
e0dd6837
CY
39552011-02-02 Chong Yidong <cyd@stupidchicken.com>
3956
3957 * modes.texi (Major Mode Conventions): Add face guidelines.
3958 (Faces for Font Lock): List faces in order of prominence.
3959
a4180391
PE
39602011-02-01 Paul Eggert <eggert@cs.ucla.edu>
3961
3962 format-time-string now supports subsecond time stamp resolution
3963 * os.texi (Time Parsing): Document %N.
3964
7427eb97
CY
39652011-01-28 Chong Yidong <cyd@stupidchicken.com>
3966
61db307f
CY
3967 * vol1.texi (Top):
3968 * vol2.texi (Top):
3969 * elisp.texi (Top):
3970 * display.texi (Display Property): Shorten the menu description of
3971 the "Other Display Specs" node (Bug#7816).
3972
7427eb97
CY
3973 * keymaps.texi (Defining Menus): Add "menu item" and "extended
3974 menu item" concept index entries (Bug#7805).
3975
bf3dae7e
EZ
39762011-01-29 Eli Zaretskii <eliz@gnu.org>
3977
3978 * makefile.w32-in (texinfodir): New variable.
3979 (usermanualdir): Remove as redundant with $(emacsdir).
3980 (MAKEINFO): Remove options, leave only program name.
3981 (MAKEINFO_OPTS): New variable.
3982 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
3983
06d8ace5 39842011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
3985 Richard Kim <emacs18@gmail.com>
3986
3987 * loading.texi (Library Search): Document list-load-path-shadows
3988 (Bug#7757).
3989
06d8ace5 39902011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
3991
3992 * searching.texi (Regexp Special): Remove outdated discussion of
3993 character sets (Bug#7780).
3994
28a88153
CY
3995 * frames.texi (Pop-Up Menus): Document where menu title comes
3996 from (Bug#7684).
3997
06d8ace5 39982011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
3999
4000 * display.texi (Making Buttons): Mention limitation of text buttons.
4001
a8e1e9ee
WL
40022011-01-23 Werner Lemberg <wl@gnu.org>
4003
4004 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4005 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4006 (ENVADD): New variable to control texi2dvi and texi2pdf.
4007
362b9d48
GM
40082011-01-15 Chong Yidong <cyd@stupidchicken.com>
4009
4010 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4011 Emacs manual.
4012
40132011-01-15 Eli Zaretskii <eliz@gnu.org>
4014
4015 * files.texi (Directory Names): Explain why FROM in
4016 directory-abbrev-alist should begin with \`. (Bug#7777)
4017
3fa173b4
SM
40182011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4019
4020 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4021
7c420169 40222011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
4023
4024 * modes.texi (Emulating Mode Line): Fix last change.
4025
7c420169 40262011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
4027
4028 * modes.texi (Emulating Mode Line): Update documentation of
4029 format-mode-line according to changes that fixed bug #7587.
4030
80b33766
SM
40312010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * modes.texi (Derived Modes): Mention prog-mode.
4034
4035 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4036 of the key-binding-data cache since we don't use it any more.
4037
f49d1f52 40382010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 4039
4bb49a92
EZ
4040 * processes.texi (Shell Arguments):
4041 * strings.texi (Creating Strings): Don't mention "shell commands";
4042 make it explicit that `split-string-and-unquote' and
4043 `combine-and-quote-strings' are mainly for working with arguments
4044 to call-process and start-process.
4045
3c73e30e
EZ
4046 * processes.texi (Shell Arguments): Fix documentation of
4047 `split-string-and-unquote'. Add indexing. (Bug#7563)
4048
f49d1f52 40492010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
4050
4051 * modes.texi (Auto-Indentation): New section to document SMIE.
4052 (Major Mode Conventions):
4053 * text.texi (Mode-Specific Indent): Refer to it.
4054
f49d1f52 40552010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
4056
4057 * display.texi (Other Display Specs): Document left-fringe and
4058 right-fringe display specs.
4059
f49d1f52 40602010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
4061
4062 * backups.texi (Making Backups):
4063 * modes.texi (Example Major Modes): Use recommended coding style.
4064 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4065 define-derived-mode. Mention completion-at-point-functions.
4066
f49d1f52 40672010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 4068
5dcb4c4e
SM
4069 * nonascii.texi (Converting Representations):
4070 Document byte-to-string.
e1115396 4071
ec1b9b17
GM
40722010-12-08 Glenn Morris <rgm@gnu.org>
4073
4074 * buffers.texi (Modification Time):
4075 verify-visited-file-modtime now defaults to the current buffer.
4076
07976ae3 40772010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 4078
ec1b9b17 4079 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
4080
4081 * strings.texi (Creating Strings): Don't mention semi-obsolete
4082 function char-to-string.
4083 (String Conversion): Shorten discussion of semi-obsolete function
4084 string-to-char. Link to Converting Representations.
4085
4086 * objects.texi (Symbol Type):
4087 * text.texi (Near Point):
4088 * help.texi (Help Functions):
4089 * functions.texi (Mapping Functions): Use string instead of
4090 char-to-string in examples.
4091
07976ae3 40922010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
4093
4094 * text.texi (Kill Functions, Kill Functions)
4095 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4096 YANK-HANDLER args.
4097
4098 * symbols.texi (Creating Symbols): Using unintern without an
4099 obarray arg is now obsolete.
4100
4101 * numbers.texi (Float Basics): Document float-e and float-pi.
4102
4103 * variables.texi (Defining Variables): Change "pi" example to
4104 "float-pi".
4105
8547874a
EZ
41062010-11-26 Eli Zaretskii <eliz@gnu.org>
4107
4108 * commands.texi (Click Events): Document the values of X, Y and
4109 COL, ROW in the event's position, when the click is on the header
4110 or mode line, on the fringes, or in the margins.
4111
4a47c275 41122010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 4113
5b05d75b
EZ
4114 * customize.texi (Composite Types): Lower-case index entry.
4115
5dcb4c4e
SM
4116 * loading.texi (How Programs Do Loading):
4117 Document load-file-name. (Bug#7346)
c7926fe2 4118
4a47c275 41192010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
4120
4121 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4122
0eb025fb
EZ
41232010-11-13 Eli Zaretskii <eliz@gnu.org>
4124
4125 * display.texi (Usual Display): Characters with no fonts are not
4126 necessarily displayed as empty boxes.
4127
2699a554 41282010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
4129
4130 * maps.texi (Standard Keymaps): Update File menu description.
4131
8289f37b
GM
41322010-10-28 Glenn Morris <rgm@gnu.org>
4133
4134 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4135
5793a7bc 41362010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
4137
4138 * display.texi (Window Systems): Deprecate use of window-system as
4139 a predicate.
4140
17284e30
GM
41412010-10-23 Glenn Morris <rgm@gnu.org>
4142
4143 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4144 sorted-doc.
4145
00f113eb
JB
41462010-10-15 Eli Zaretskii <eliz@gnu.org>
4147
4148 * os.texi (Dynamic Libraries): New node, with slightly modified
4149 text deleted from "Image Formats".
4150 (System Interface): Add @menu entry for "Dynamic Libraries".
4151
4152 * display.texi (Image Formats): Remove description of
4153 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4154
07277eb8
GM
41552010-10-12 Glenn Morris <rgm@gnu.org>
4156
4157 * book-spine.texinfo: Rename to book-spine.texi.
4158
c12e4a81
GM
41592010-10-11 Glenn Morris <rgm@gnu.org>
4160
df187c62
GM
4161 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4162
c12e4a81 4163 * Makefile.in (DVIPS): New variable.
234db610
GM
4164 (.PHONY): Add html, ps.
4165 (html, elisp.html, ps, elisp.ps): New targets.
4166 (clean): Delete html, ps files.
4167 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 4168
6513b232
EZ
41692010-10-09 Eli Zaretskii <eliz@gnu.org>
4170
4171 * makefile.w32-in (emacsdir): New variable.
4172 (srcs): Add emacsver.texi.
4173 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4174
abd40fb4
GM
41752010-10-09 Glenn Morris <rgm@gnu.org>
4176
c1dc72b3
GM
4177 * Makefile.in (VPATH): Remove.
4178 (infodir): Make it absolute.
4179 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4180
4393405b
GM
4181 * Makefile.in (dist): Anchor regexps.
4182
eef3ab94
GM
4183 * Makefile.in (srcs): Put elisp.texi first.
4184 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4185
aa9db089
GM
4186 * Makefile.in (infoclean): Remove harmless, long-standing error.
4187
abd40fb4
GM
4188 * Makefile.in ($(infodir)): Delete rule.
4189 (mkinfodir): New.
4190 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4191
68db69ed 4192 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 4193 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 4194
ea274122
GM
41952010-10-09 Glenn Morris <rgm@gnu.org>
4196
f7a31f11
GM
4197 * Makefile.in (emacsdir): New variable.
4198 (MAKEINFO): Add -I $emacsdir.
4199 (dist): Copy emacsver.texi.
b13254e7
GM
4200 (srcs): Add emacsver.texi.
4201
f7a31f11
GM
4202 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4203 Set EMACSVER by including emacsver.texi.
4204
ea274122
GM
4205 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4206
17ca7950
GM
42072010-10-07 Glenn Morris <rgm@gnu.org>
4208
4209 * Makefile.in (version): New, set by configure.
4210 (clean): Delete dist tar file.
4211 (dist): Use version in tar name.
4212
4c83f6e1
GM
42132010-10-06 Glenn Morris <rgm@gnu.org>
4214
4215 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4216 (INSTALL_INFO): Remove unused variable.
4217 (mostlyclean, infoclean, dist): New rules.
4218 (clean): Delete dvi and pdf files.
4219 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 4220 ($(infodir)): Add parallel build workaround.
4c83f6e1 4221
0264072d
GM
42222010-10-04 Glenn Morris <rgm@gnu.org>
4223
4224 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4225 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 4226 Fix -I typo.
0264072d
GM
4227 (clean): No 'make.out' or 'core' files.
4228 (.PHONY): Declare clean rules.
4229 (maintainer-clean): Delete pdf file. Guard against cd failures.
4230
77f38949
GM
42312010-10-03 Glenn Morris <rgm@gnu.org>
4232
4233 * files.texi (File Name Components): Remove ignored section about
4234 deleted variable directory-sep-char.
4235
178fdd41
MA
42362010-10-03 Michael Albinus <michael.albinus@gmx.de>
4237
4238 * files.texi (Magic File Names): New defopt
4239 remote-file-name-inhibit-cache.
4240
9c524fcb
GM
42412010-10-02 Glenn Morris <rgm@gnu.org>
4242
4243 * os.texi (Killing Emacs): Hook now runs in batch mode.
4244
f816790b
SM
42452010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4246
4247 * text.texi (Special Properties): Clarify when modification-hooks run.
4248
7cf78aac
SM
42492010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4250
4251 * syntax.texi (Syntax Flags): Document new `c' flag.
4252
ca0d44e4
GM
42532010-09-09 Glenn Morris <rgm@gnu.org>
4254
4255 * display.texi (ImageMagick Images): General cleanup.
4256
10999305 42572010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
4258
4259 * files.texi (Directory Names): Use \` rather than ^.
4260
45240125
JD
42612010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4262
4263 * text.texi (Low-Level Kill Ring):
4264 * frames.texi (Window System Selections): Remove cut buffer
4265 documentation.
4266
4abe5bf6
EZ
42672010-08-28 Eli Zaretskii <eliz@gnu.org>
4268
4269 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4270 Parameters", where the default fringe width is described.
4271
4272 * frames.texi (Window Frame Parameters, Basic Parameters)
4273 (Position Parameters, Layout Parameters, Management Parameters)
4274 (Cursor Parameters, Font and Color Parameters): Add indexing for
4275 frame parameters. (Bug#6929)
4276
fdc76236
TT
42772010-08-25 Tom Tromey <tromey@redhat.com>
4278
4279 * vol2.texi (Top): Update.
4280 * vol1.texi (Top): Update.
4281 * tips.texi (Library Headers): Mention Package-Version and
4282 Package-Requires.
4283 * package.texi: New file.
4284 * os.texi (System Interface): Update pointers.
4285 * elisp.texi (Top): Link to new nodes. Include package.texi.
4286 * anti.texi (Antinews): Update pointers.
4287
1e5c1c80
EZ
42882010-08-25 Eli Zaretskii <eliz@gnu.org>
4289
4290 * processes.texi (Filter Functions): Fix last change.
4291
78e33835
CY
42922010-08-24 Markus Triska <triska@gmx.at>
4293
4294 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4295 of `buffer-name' in the main text as well as in the example
4296 (Bug#3098).
4297
198a7a97
CY
42982010-08-22 Chong Yidong <cyd@stupidchicken.com>
4299
4300 * nonascii.texi (Text Representations):
4301 * loading.texi (Loading Non-ASCII):
4302 * compile.texi (Byte Compilation): Don't mention obsolete
4303 --unibyte command-line argument.
4304
bc7d7ea6
CY
43052010-08-22 Chong Yidong <cyd@stupidchicken.com>
4306
4307 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4308
b0126eac 43092010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
4310
4311 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4312
e8a6cc19
EZ
43132010-08-20 Eli Zaretskii <eliz@gnu.org>
4314
4315 * commands.texi (Misc Events): Add cross-references to where
4316 POSITION of a mouse event is described in detail.
4317
c4e7c63a 43182010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 4319
c4e7c63a 4320 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 4321
7815fe19 43222010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
4323
4324 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4325 Suggested by Štěpán Němec <stepnem@gmail.com>.
4326
7815fe19 43272010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
4328
4329 * minibuf.texi (High-Level Completion): Document args of
4330 `read-buffer-function' (bug#5625).
4331
8b2dd508
JD
43322010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4333
4334 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4335
bace45fe
MA
43362010-07-29 Michael Albinus <michael.albinus@gmx.de>
4337
4338 * processes.texi (Process Information): Explain process property
4339 `remote-tty'.
4340
4ce5a4cc
JB
43412010-07-27 Juanma Barranquero <lekktu@gmail.com>
4342
4343 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4344 instead of "\C-\^?" (bug#6334).
4345
1c84bc7a
JB
4346 * text.texi (Special Properties): Fix typo.
4347
b88746ba
EZ
43482010-07-09 Eli Zaretskii <eliz@gnu.org>
4349
4350 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4351 calling sequences, which are now the standard.
4352
51422d6d
CY
43532010-06-24 Chong Yidong <cyd@stupidchicken.com>
4354
4355 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4356
4357 * commands.texi (Command Overview): Mention undo-boundary call.
4358
d24880de
GM
43592010-06-23 Glenn Morris <rgm@gnu.org>
4360
4361 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4362 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4363 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4364 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4365 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4366 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4367 Untabify Texinfo files.
4368
0fc76035
CY
43692010-06-20 Chong Yidong <cyd@stupidchicken.com>
4370
4371 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4372
5338dc0b
CY
43732010-06-19 Chong Yidong <cyd@stupidchicken.com>
4374
a628ad9d 4375 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 4376
2c3a3c1d
CY
43772010-06-02 Chong Yidong <cyd@stupidchicken.com>
4378
ba3bf1d9
CY
4379 * searching.texi (Regexp Special): Remove obsolete information
4380 about matching non-ASCII characters, and suggest using char
4381 classes (Bug#6283).
2c3a3c1d 4382
7f4b4249
JB
43832010-05-30 Juanma Barranquero <lekktu@gmail.com>
4384
4385 * minibuf.texi (Basic Completion): Add missing "@end defun".
4386
637821cd
SM
43872010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4388
4389 * minibuf.texi (Basic Completion): Document completion-boundaries.
4390 (Programmed Completion): Document the new fourth method for boundaries.
4391
e13051c3
CY
43922010-05-22 Chong Yidong <cyd@stupidchicken.com>
4393
a628ad9d 4394 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 4395
0235128c 43962010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
4397
4398 * windows.texi (Textual Scrolling):
4399 * tips.texi (Coding Conventions):
4400 * minibuf.texi (Minibuffer History):
4401 * maps.texi (Standard Keymaps):
4402 * loading.texi (Where Defined):
4403 * edebug.texi (Instrumenting): Fix typos.
4404
0235128c 44052010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 4406
c7c32279
CY
4407 * keymaps.texi (Menu Bar): Document :advertised-binding property.
4408
0235128c
SM
4409 * functions.texi (Obsolete Functions):
4410 Document set-advertised-calling-convention.
eb5ed549
CY
4411
4412 * minibuf.texi (Basic Completion): Document completion-in-region.
4413 (Programmed Completion): Document completion-annotate-function.
4414
4415 * commands.texi (Reading One Event): Document read-key.
4416 (Distinguish Interactive): Document KIND arg to
4417 called-interactively-p. Delete obsolete interactive-p.
4418
4419 * elisp.texi (Top): Update node description.
4420
f8848423
EZ
44212010-05-08 Eli Zaretskii <eliz@gnu.org>
4422
0235128c
SM
4423 * nonascii.texi (Character Properties):
4424 Document unicode-category-table. Add an index entry for Unicode
4425 general category.
4426
44272010-05-07 Chong Yidong <cyd@stupidchicken.com>
4428
4429 * Version 23.2 released.
f8848423 4430
938efb77
JB
44312010-04-20 Juanma Barranquero <lekktu@gmail.com>
4432
4433 * locals.texi (Standard Buffer-Local Variables):
4434 Remove @ignore'd reference to `direction-reversed'.
4435
5854c267
JL
44362010-04-14 Juri Linkov <juri@jurta.org>
4437
4438 Fix @deffn without category.
4439
4440 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
4441 for `abbrev-insert'.
4442
4443 * buffers.texi (Indirect Buffers): Add category `Command'
4444 to @deffn of `clone-indirect-buffer'.
4445
4446 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
4447 for `next-window' and `previous-window'. Add category `Command'
4448 to @deffn of `pop-to-buffer'.
4449
8a14dec7
CY
44502010-04-01 Chong Yidong <cyd@stupidchicken.com>
4451
4452 * nonascii.texi (Text Representations): Don't mark
4453 enable-multibyte-characters as a user option.
4454
7a1831cf
EZ
44552010-03-31 Eli Zaretskii <eliz@gnu.org>
4456
4457 * control.texi (Handling Errors): How to re-throw a signal caught
4458 by condition-case.
4459
c3863713
CY
44602010-03-26 Chong Yidong <cyd@stupidchicken.com>
4461
4462 * loading.texi (Hooks for Loading): Document after-load-functions.
4463 Copyedits.
4464
c333f279
AM
44652010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
4466
4467 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
4468
e867cb5d 44692010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
4470
4471 * processes.texi (Network Processes): Document seqpacket type.
4472
605f35cd
DN
44732010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4474
4475 * os.texi (System Environment): Do not mention lynxos.
4476
288f9fc0
CY
44772010-03-10 Chong Yidong <cyd@stupidchicken.com>
4478
4479 * Branch for 23.2.
4480
eed5c93a
CY
44812010-03-06 Chong Yidong <cyd@stupidchicken.com>
4482
4483 * objects.texi (Integer Type): Take note of the read syntax
4484 exception for numbers that cannot fit in the integer type.
4485
1ddd6622
GM
44862010-03-03 Glenn Morris <rgm@gnu.org>
4487
4488 * numbers.texi (Integer Basics, Bitwise Operations):
4489 * objects.texi (Integer Type): Update for integers now being 30-bit.
4490
a908c79a
CY
44912010-02-27 Chong Yidong <cyd@stupidchicken.com>
4492
4493 * display.texi (Low-Level Font): Document :otf font-spec property.
4494
cd61af01
SM
44952010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4496
4497 * display.texi (Line Height): Avoid obsolete special default variables
4498 like default-major-mode.
4499
c02f8fe2
AM
45002010-01-28 Alan Mackenzie <acm@muc.de>
4501
4502 * display.texi (Auto Faces): Say fontification-functions is called
4503 whether or not Font Lock is enabled. Tidy up the wording a bit.
4504
d738d18b
CY
45052010-01-17 Chong Yidong <cyd@stupidchicken.com>
4506
4507 * elisp.texi: Remove duplicate edition information (Bug#5407).
4508
4963739e
JB
45092010-01-17 Juanma Barranquero <lekktu@gmail.com>
4510
4511 * two.el (volume-header-toc-markup): Fix typos in docstring.
4512
c57008f6
SM
45132010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 Avoid dubious uses of save-excursions.
4516 * positions.texi (Excursions): Recommend the use of
4517 save-current-buffer if applicable.
4518 * text.texi (Clickable Text): Fix the example code which used
4519 save-excursion in a naive way which sometimes preserves point and
4520 sometimes not.
4521 * variables.texi (Creating Buffer-Local):
4522 * os.texi (Session Management):
4523 * display.texi (GIF Images):
4524 * control.texi (Cleanups): Use (save|with)-current-buffer.
4525
2f3725cd
EZ
45262010-01-02 Eli Zaretskii <eliz@gnu.org>
4527
4528 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
4529
85eeac93
CY
45302010-01-02 Chong Yidong <cyd@stupidchicken.com>
4531
4532 * nonascii.texi (Text Representations, Character Codes)
4533 (Converting Representations, Explicit Encoding)
4534 (Translation of Characters): Use hex notation consistently.
4535 (Character Sets): Fix map-charset-chars doc (Bug#5197).
4536
4801c5fa
CY
45372010-01-01 Chong Yidong <cyd@stupidchicken.com>
4538
4539 * loading.texi (Where Defined): Make it clearer that these are
4540 loaded files (Bug#5068).
4541
26e533e2
CY
45422009-12-29 Chong Yidong <cyd@stupidchicken.com>
4543
4544 * minibuf.texi (Completion Styles): Document `initials' style.
4545
16d1ff5f
CY
45462009-12-25 Chong Yidong <cyd@stupidchicken.com>
4547
4548 * frames.texi (Resources): Describe inhibit-x-resources.
4549 (Size Parameters): Copyedit.
4550
4551 * hash.texi (Creating Hash):
4552 * objects.texi (Hash Table Type): Document the new hash table
4553 printed representation.
4554
4555 * minibuf.texi (Basic Completion): 4th arg to all-completions is
4556 obsolete.
4557
5dcb4c4e
SM
4558 * processes.texi (Process Buffers):
4559 Document process-kill-buffer-query-function.
16d1ff5f 4560
9a5de3d9
GM
45612009-12-05 Glenn Morris <rgm@gnu.org>
4562
4563 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
4564 diary-display-function, and no longer recommended to be a hook.
4565 Update for changes in the names of calendar and diary hooks.
4566 diary-print-entries-hook has changed section.
4567
b640eb52
EZ
45682009-11-28 Eli Zaretskii <eliz@gnu.org>
4569
4570 * text.texi (Special Properties): More accurate description of
4571 what the `cursor' property does.
4572
be1674ab
KR
45732009-11-26 Kevin Ryde <user42@zip.com.au>
4574
4575 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4576 mouse-wheel-down-event, the closest thing to a definition for them.
4577 * os.texi (Startup Summary): vindex inhibit-startup-message and
4578 inhibit-splash-screen.
4579 (Command-Line Arguments): vindex argv.
4580 (Suspending Emacs): vindex suspend-tty-functions and
4581 resume-tty-functions. Don't want to index every hook, but having
4582 the programming ones is helpful.
4583
603f5979
CY
45842009-11-14 Chong Yidong <cyd@stupidchicken.com>
4585
4586 * commands.texi (Motion Events): Fix typo (Bug#4907).
4587
4359a806
CY
45882009-11-08 Chong Yidong <cyd@stupidchicken.com>
4589
4590 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
4591 are affected by case-fold-search (Bug#4483).
4592
0f063651
CY
45932009-11-02 Chong Yidong <cyd@stupidchicken.com>
4594
4595 * minibuf.texi (Reading File Names): Note that read-file-name may
4596 use a graphical file dialog.
4597
9bd79893
GM
45982009-10-31 Glenn Morris <rgm@gnu.org>
4599
4600 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
4601
ebe479ec
KR
46022009-10-16 Kevin Ryde <user42@zip.com.au>
4603
4604 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
4605 in particular so `info-lookup-symbol' can find its docs.
4606
2640fa86
CY
46072009-10-16 Chong Yidong <cyd@stupidchicken.com>
4608
4609 * variables.texi (Constant Variables): Distinguish from defconst
4610 variables.
4611 (Defining Variables): Add cindex.
4612
edd6a733
CY
46132009-10-15 Chong Yidong <cyd@stupidchicken.com>
4614
4615 * os.texi (Time of Day): Clarify that the microsecond part is
4616 ignored (Bug#4637).
4617
5feb0b73
GM
46182009-10-11 Glenn Morris <rgm@gnu.org>
4619
4620 * frames.texi (Size and Position): Clarify what is included in the frame
4621 height. (Bug#4535)
4622
0c5413c8
GM
46232009-10-10 Glenn Morris <rgm@gnu.org>
4624
4625 * windows.texi (Size of Window): The relationship between window and
4626 frame heights is not so simple. (Bug#4535)
4627 Mention window-full-height-p.
4628
7f8b600a
SM
46292009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
4632 used from Lisp.
4633
6185de1c
EZ
46342009-10-07 Eli Zaretskii <eliz@gnu.org>
4635
7f8b600a
SM
4636 * files.texi (Directory Names) <abbreviate-file-name>:
4637 Document that root home directories are not replaced with "~".
6185de1c 4638
9972911f
EZ
46392009-10-06 Eli Zaretskii <eliz@gnu.org>
4640
4641 * text.texi (Special Properties): Document the meaning of the
4642 `cursor' text property whose value is an integer.
4643
2a3f19ef
MA
46442009-10-05 Michael Albinus <michael.albinus@gmx.de>
4645
4646 * files.texi (Magic File Names): Add `copy-directory'.
4647
804543b5
EZ
46482009-10-05 Eli Zaretskii <eliz@gnu.org>
4649
4650 * files.texi (File Attributes): Fix description of file
4651 attributes. (Bug#4638) Update attributes of files.texi example to
4652 be more representative.
4653
461bf92b
MA
46542009-10-05 Michael Albinus <michael.albinus@gmx.de>
4655
4656 * files.texi (Create/Delete Dirs): New command copy-directory.
4657
a86cd395
JB
46582009-10-04 Juanma Barranquero <lekktu@gmail.com>
4659
4660 * anti.texi (Antinews):
4661 * macros.texi (Indenting Macros):
4662 * strings.texi (Creating Strings, Case Conversion):
4663 Remove duplicate words.
4664
d3080264
MA
46652009-10-01 Michael Albinus <michael.albinus@gmx.de>
4666
4667 * files.texi (Create/Delete Dirs): delete-directory has an
4668 optional parameter RECURSIVE.
4669
85d14563
SM
46702009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4671
4672 * buffers.texi (Swapping Text): Minor clarification.
4673
3d9842c6
GM
46742009-10-01 Glenn Morris <rgm@gnu.org>
4675
4676 * functions.texi (Declaring Functions): Mention that we also search for
4677 ".m" files in the src/ directory.
4678
78427304
CY
46792009-09-25 David Engster <deng@randomsample.de>
4680
3d9842c6 4681 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 4682
b578c9cc
GM
46832009-09-22 Glenn Morris <rgm@gnu.org>
4684
4685 * internals.texi (Building Emacs): Mention preloaded-file-list.
4686
beee5da7
AM
46872009-09-14 Alan Mackenzie <acm@muc.de>
4688
4689 * os.texi (Terminal Output): Put "@code{}" around "stdout".
4690
5d6ab672
CY
46912009-09-13 Chong Yidong <cyd@stupidchicken.com>
4692
4693 * functions.texi (Anonymous Functions): Rearrange discussion,
4694 giving usage of unquoted lambda forms first. Mention that
4695 `function' and `#'' are no longer required (Bug#4290).
4696
59375eeb
AM
46972009-09-11 Alan Mackenzie <acm@muc.de>
4698
a86cd395 4699 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
4700 batch mode.
4701
e7e2f529
GM
47022009-09-01 Glenn Morris <rgm@gnu.org>
4703
4704 * display.texi (Face Functions): Mention define-obsolete-face-alias.
4705
eae47088
GM
47062009-08-26 Ulrich Mueller <ulm@gentoo.org>
4707
4708 * nonascii.texi (Character Codes): Fix typos.
4709
3691a0a6
MA
47102009-08-25 Michael Albinus <michael.albinus@gmx.de>
4711
4712 * processes.texi (Synchronous Processes): New defvar
4713 process-file-side-effects.
4714
664d56b8
GM
47152009-08-25 Glenn Morris <rgm@gnu.org>
4716
4717 * display.texi (Fontsets): Fix typo.
4718
0706c025
GM
4719 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
4720
03a74b84
SM
47212009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4722
4723 * processes.texi (Asynchronous Processes): Adjust arglist of
4724 start-process-shell-command and start-file-process-shell-command.
4725
f6de8a37
CY
47262009-08-15 Chong Yidong <cyd@stupidchicken.com>
4727
4b1ed1bb
CY
4728 * advice.texi (Argument Access in Advice): Note that argument
4729 positions are zero-based (Bug#3932).
4730
89a9e058
CY
4731 * commands.texi (Distinguish Interactive): Minor copyedit.
4732
23696fd7
CY
4733 * display.texi (Face Attributes): Add xref to Displaying Faces for
4734 explanation of "underlying face".
4735
f6de8a37
CY
4736 * customize.texi (Common Keywords): Add xref to Loading.
4737
4738 * loading.texi (How Programs Do Loading): Add xref to Lisp
4739 Libraries node in the Emacs manual.
4740
417f77e6
CY
47412009-08-13 Chong Yidong <cyd@stupidchicken.com>
4742
4743 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
4744
0999039c
CY
47452009-07-18 Chong Yidong <cyd@stupidchicken.com>
4746
4747 * processes.texi (Shell Arguments): Copyedits.
4748
9af167bc
GM
47492009-07-18 Glenn Morris <rgm@gnu.org>
4750
4751 * loading.texi (Repeated Loading): Fix typo.
4752
137987ab
RS
47532009-07-16 Richard Stallman <rms@gnu.org>
4754
4755 * buffers.texi (Swapping Text): Recommend setting
4756 write-region-annotate-functions and buffer-saved-size.
4757
4758 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
4759
622fa380
GM
47602009-07-15 Glenn Morris <rgm@gnu.org>
4761
4762 * edebug.texi: Minor re-phrasings throughout.
4763 (Edebug Execution Modes): Sit-for affects continue mode too.
4764 (Jumping): Use `forward-sexp' rather than its keybinding.
4765 (Edebug Misc): Fix Q binding.
4766 (Edebug Eval): Remove cl version.
4767 (Printing in Edebug): Clarify print-length etc.
4768 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
4769 (Specification List): Remove edebug-unwrap findex entry.
4770 (Specification Examples): defmacro is actually not the same as defun.
4771 Escape "`" in example.
4772
6bbd4600
CY
47732009-07-15 Chong Yidong <cyd@stupidchicken.com>
4774
4775 * markers.texi (The Mark): Document optional arg to
4776 deactivate-mark.
4777
e538d479
GM
47782009-07-11 Kevin Ryde <user42@zip.com.au>
4779
4780 * hooks.texi (Standard Hooks): Fix cross-references.
4781
4c98b9ed
GM
4782 * loading.texi (Named Features): Refer to eval-after-load.
4783
5300838c
GM
47842009-07-11 Glenn Morris <rgm@gnu.org>
4785
64fbeb16
GM
4786 * Makefile.in (TEXI2PDF): New.
4787 (elisp.pdf): New target.
4788
4c98b9ed
GM
4789 * searching.texi (Regexp Backslash): Fix typo.
4790
4791 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 4792
51d9979c
GM
47932009-07-10 Glenn Morris <rgm@gnu.org>
4794
561c0216
GM
4795 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
4796
5b594a58
GM
4797 * customize.texi (Customization Types):
4798 * display.texi (Abstract Display):
0cc8c85a 4799 * objects.texi (Character Type, String Type):
5b594a58 4800 Merge in some menu descriptions from elisp.texi.
51d9979c 4801
c3cbbb40
GM
4802 * hash.texi (Hash Tables):
4803 * modes.texi (Multiline Font Lock):
4804 End menu description with period.
fe42c16a 4805
28528402
GM
48062009-07-09 Glenn Morris <rgm@gnu.org>
4807
4808 * back.texi: Don't hard-code texinfo location.
4809
4810 * two-volume.make (texinfodir): New, with location of texinfo.tex.
4811 (tex): Add texinfodir to TEXINPUTS.
4812 (elisp1med-init, elisp2med-init): Use texinfodir.
4813
4814 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
4815 (clean): Add two-volume.make intermediate files.
4816
4817 * elisp.texi, vol1.texi, vol2.texi:
4818 Use a DATE variable with the publication date, and update it.
4819 Fix antinews menu description.
4820
4821 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
4822 Update the detailed node listing to match elisp.texi.
4823
4824 * README: Update edition to match elisp.texi.
4825
4826 * objects.texi (General Escape Syntax):
4827 * nonascii.texi (Character Sets):
4828 Use consistent case for "Unicode Standard".
4829
4830 * anti.texi (Antinews):
4831 * customize.texi (Variable Definitions):
4832 * functions.texi (Declaring Functions):
4833 * nonascii.texi (Character Properties):
4834 * processes.texi (Serial Ports):
4835 * text.texi (Special Properties):
4836 * tips.texi (Coding Conventions):
4837 Minor rearrangements to improve TeX line-filling.
4838
4839 * commands.texi (Using Interactive): Fix cross-reference.
4840
17db8e10
JD
48412009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4842
4843 * frames.texi (Management Parameters): Mention sticky.
4844
77c7e2e1
AS
48452009-07-01 Andreas Schwab <aschwab@redhat.com>
4846
4847 * help.texi (Help Functions): Fix description of help-buffer and
4848 help-setup-xref to use @defun instead of @deffn.
4849
3f1c6666
JD
48502009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4851
4852 * frames.texi (Size Parameters): Mention maximized for fullscreen.
4853
ca27c21b
CY
48542009-06-24 Chong Yidong <cyd@stupidchicken.com>
4855
4856 * display.texi (Window Systems): Add ns to the list.
4857
70243478
CY
48582009-06-21 Chong Yidong <cyd@stupidchicken.com>
4859
4860 * Branch for 23.1.
4861
df006536
MR
48622009-06-17 Martin Rudalics <rudalics@gmx.at>
4863
4864 * windows.texi (Dedicated Windows): Fix typo.
4865 (Resizing Windows): Replace @defun by @deffn.
4866
d259fc4b
GM
48672009-06-17 Glenn Morris <rgm@gnu.org>
4868
4869 * variables.texi (Directory Local Variables):
4870 Update for 2009-04-11 name-change of dir-locals-directory-alist.
4871
30781db6
KH
48722009-06-09 Kenichi Handa <handa@m17n.org>
4873
4874 * nonascii.texi (Character Sets): State clearly that FROM and TO
4875 are codepoints of CHARSET.
4876
62e8099c
CY
48772009-06-07 Chong Yidong <cyd@stupidchicken.com>
4878
4879 * minibuf.texi (Reading File Names): Fix introductory text.
4880 Suggested by stan@derbycityprints.com.
4881 (High-Level Completion): Fix typo.
4882
ee1b1917
CY
48832009-05-28 Chong Yidong <cyd@stupidchicken.com>
4884
4885 * frames.texi (Text Terminal Colors): Multi-tty is already
4886 implemented, but tty-local colors are not.
4887
5df647e8
CY
48882009-05-27 Chong Yidong <cyd@stupidchicken.com>
4889
4890 * hooks.texi (Standard Hooks): Remove mention of obsolete
4891 redisplay-end-trigger-functions.
4892
4893 * internals.texi (Window Internals): Remove mention of obsolete
4894 redisplay-end-trigger-functions.
4895
01f17ae2
MR
48962009-05-21 Martin Rudalics <rudalics@gmx.at>
4897
4898 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
4899
4900 * backups.texi (Making Backups): backup-directory-alist and
4901 make-backup-file-name-function are options.
4902 (Auto-Saving): auto-save-list-file-prefix is an option.
4903
4904 * buffers.texi (Killing Buffers): buffer-offer-save is an
4905 option.
4906
4907 * display.texi (Refresh Screen): no-redraw-on-reenter is an
4908 option.
4909 (Echo Area Customization): echo-keystrokes is an option.
4910 (Selective Display): selective-display-ellipses is an option.
4911 (Temporary Displays): temp-buffer-show-function is an option.
4912 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
4913 are options.
4914 (Font Selection): face-font-family-alternatives,
4915 face-font-selection-order, face-font-registry-alternatives, and
4916 scalable-fonts-allowed are options.
4917 (Fringe Indicators): indicate-buffer-boundaries is an option.
4918 (Fringe Cursors): overflow-newline-into-fringe is an option.
4919 (Scroll Bars): scroll-bar-mode is an option.
4920
4921 * eval.texi (Eval): max-lisp-eval-depth is an option.
4922
4923 * files.texi (Visiting Functions): find-file-hook is an option.
4924 (Directory Names): directory-abbrev-alist is an option.
4925 (Unique File Names): temporary-file-directory and
4926 small-temporary-file-directory are options.
4927
4928 * frames.texi (Initial Parameters): initial-frame-alist,
4929 minibuffer-frame-alist and default-frame-alist are options.
4930 (Cursor Parameters): blink-cursor-alist and
4931 cursor-in-non-selected-windows ar options.
4932 (Window System Selections): selection-coding-system is an
4933 option.
4934 (Display Feature Testing): display-mm-dimensions-alist is an
4935 option.
4936
4937 * help.texi (Help Functions): help-char and help-event-list are
4938 options.
4939
4940 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
4941 an option.
4942
4943 * minibuf.texi (Minibuffer History): history-length and
4944 history-delete-duplicates are options.
4945 (High-Level Completion): read-buffer-function and
4946 read-buffer-completion-ignore-case are options.
4947 (Reading File Names): read-file-name-completion-ignore-case is
4948 an option.
4949
4950 * modes.texi (Mode Line Top): mode-line-format is an option.
4951 (Mode Line Variables): mode-line-position and mode-line-modes
4952 are options.
4953
4954 * nonascii.texi (Text Representations):
4955 enable-multibyte-characters is an option.
4956 (Default Coding Systems): auto-coding-regexp-alist,
4957 file-coding-system-alist, auto-coding-alist and
4958 auto-coding-functions are options.
4959 (Specifying Coding Systems): inhibit-eol-conversion is an
4960 option.
4961
4962 * os.texi (Init File): site-run-file is an option.
4963 (System Environment): mail-host-address is an option.
4964 (User Identification): user-mail-address is an option.
4965 (Terminal Output): baud-rate is an option.
4966
4967 * positions.texi (Word Motion): words-include-escapes is an
4968 option.
4969
4970 * searching.texi (Standard Regexps): page-delimiter,
4971 paragraph-separate, paragraph-separate and sentence-end are
4972 options.
4973
4974 * text.texi (Margins): left-margin and fill-nobreak-predicate
4975 are options.
4976
4977 * variables.texi (Local Variables): max-specpdl-size is an
4978 option.
4979
4980 * windows.texi (Choosing Window):
4981 split-window-preferred-function, special-display-function and
4982 display-buffer-function are options.
4983
106e6894
CY
49842009-05-20 Chong Yidong <cyd@stupidchicken.com>
4985
4a83454d
CY
4986 Fix errors spotted by Martin Rudalics.
4987
106e6894
CY
4988 * syntax.texi (Position Parse): Document rationale for ignored
4989 arguments to syntax-ppss-flush-cache.
4990
4991 * processes.texi (Input to Processes): Mark PROCESS arg to
4992 process-running-child-p as optional.
4993 (Network Options): Document NO-ERROR arg to
4994 set-network-process-option.
4995
4996 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
4997 command.
4998
4999 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5000 posix-search-backward as commands.
5001
5002 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5003 (Suspending Emacs): Mark suspend-emacs as a command.
5004 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5005 commands.
5dcb4c4e
SM
5006 (Terminal Output): Remove obsolete function baud-rate.
5007 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
5008
5009 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5010 terminal-coding-system and set-terminal-coding-system.
5011 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5012 as optional.
5013 (Character Sets): Document RESTRICTION arg of char-charset.
5014 (Character Codes): Mark POS argument to get-byte as optional.
5015
5016 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5017 minibuffer-message.
5018
5019 * files.texi (Create/Delete Dirs): Mark make-directory and
5020 delete-directory as commands.
5021
5022 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5023
5024 * text.texi (Base 64): Mark base64-decode-string and
5025 base64-encode-string as commands.
5026 (Columns): Mark move-to-column as a command.
5027 (Mode-Specific Indent): Document RIGID arg to
5028 indent-for-tab-command.
5029 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5030 Mark indent-code-rigidly as a command.
5031 (Substitution): Mark translate-region as a command.
5032
5033 * frames.texi (Size and Position): Remove obsolete functions
5034 screen-height and screen-width.
5035
04173931
CY
50362009-05-19 Chong Yidong <cyd@stupidchicken.com>
5037
5038 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5039 (Displaying Buffers, Resizing Windows): Correct mistakes;
5040 next-window, previous-window, and pop-to-buffer are not commands,
5041 and fit-window-to-buffer" is a command. (Pointed out by Martin
5042 Rudalics.)
5043
eae7d8f8
RS
50442009-05-17 Richard M Stallman <rms@gnu.org>
5045
5046 * modes.texi (Precalculated Fontification): Clarify text.
5047
b8766179
MR
50482009-05-17 Martin Rudalics <rudalics@gmx.at>
5049
5050 * windows.texi (Selecting Windows): Clarify descriptions of
5051 with-selected-window and get-lru-window.
5052 (Cyclic Window Ordering): Refer to particular frame when talking
5053 about how splitting affects the ordering.
5054 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5055 switch-to-buffer-other-window. Explain how setting of
5056 display-buffer-reuse-frames affects pop-to-buffer.
5057 (Choosing Window): Clarify some details in descriptions of
5058 display-buffer-reuse-frames, pop-up-frames, and
5059 pop-up-frame-function.
5060 (Dedicated Windows): Clarify some details.
5061 (Textual Scrolling): Replace term vscroll by term vertical
5062 scroll position.
5063 (Vertical Scrolling): Fix typo.
5064 (Window Hooks): Relate text on jit-lock-register to window
5065 scrolling and size changes.
5066
734b5e3b
CY
50672009-05-14 Chong Yidong <cyd@stupidchicken.com>
5068
0a65633e
CY
5069 * frames.texi (Initial Parameters): Clarify what the initial
5070 minibuffer frame is.
05be46d7
CY
5071 (Buffer Parameters): Note that the minibuffer parameter can not be
5072 altered.
0a65633e 5073
734b5e3b
CY
5074 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5075 Document display-buffer changes.
5076
925672cd
CY
50772009-05-13 Chong Yidong <cyd@stupidchicken.com>
5078
17ecd7af
CY
5079 * anti.texi (Antinews): Rewrite for Emacs 22.
5080
925672cd
CY
5081 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5082 obarrays are first mentioned. Define "system abbrev" more
5083 prominently, and add it to the index.
5084 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5085 Copyedits.
5086 (Abbrev Expansion): Document abbrev-insert.
5087
80be4dd7
CY
50882009-05-12 Chong Yidong <cyd@stupidchicken.com>
5089
5090 * frames.texi (Font and Color Parameters): Rename from Color
5091 Parameters. Document font-backend parameter.
5092
5093 * vol2.texi (Top): Update node listing.
5094 * vol1.texi (Top): Update node listing.
5095 * elisp.texi (Top): Update node listing.
5096
372a93ac
MR
50972009-05-11 Martin Rudalics <rudalics@gmx.at>
5098
5099 * windows.texi (Choosing Window): Don't explicitly refer to
5100 split-window-sensibly's window argument in descriptions of
5101 split-height-threshold and split-width-threshold.
5102
714c3541
MR
51032009-05-10 Martin Rudalics <rudalics@gmx.at>
5104
5105 * windows.texi (Choosing Window): Fix rewrite of window
5106 splitting section.
5107
0e90e7be
EZ
51082009-05-09 Eli Zaretskii <eliz@gnu.org>
5109
f4e90db0
SM
5110 * nonascii.texi (Default Coding Systems):
5111 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 5112 Add indexing.
0e90e7be
EZ
5113 (Lisp and Coding Systems): Add index entries.
5114
d3c0c321
MR
51152009-05-09 Martin Rudalics <rudalics@gmx.at>
5116
5117 * windows.texi (Choosing Window): Describe split-window-sensibly
5118 and rewrite section on window splitting accordingly.
5119 (Textual Scrolling): Replace `...' by @code{...}.
5120
c773345a
CY
51212009-05-04 Chong Yidong <cyd@stupidchicken.com>
5122
ee2d5b5e
CY
5123 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5124 Remove obsoleted pre-abbrev-expand-hook.
5125
5126 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5127 entries.
5128
c773345a
CY
5129 * internals.texi (Object Internals): Don't assume 32-bit machines
5130 are the norm.
5131 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
5132 (Window Internals): Synch field names to window.h.
5133 (Process Internals): Synch field names to process.h.
c773345a 5134
dd449674
CY
51352009-04-29 Chong Yidong <cyd@stupidchicken.com>
5136
5137 * variables.texi (File Local Variables): Note that read-circle is
5138 bound to nil when reading file-local variables.
5139
5140 * streams.texi (Input Functions): Document read-circle.
5141 (Output Variables): Add xref to Circular Objects.
5142
4f1e25e2
CY
51432009-04-25 Chong Yidong <cyd@stupidchicken.com>
5144
5145 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5146 Features and Coding System Basics. Node that "p" stands for
5147 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5148 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5149 mouse-appearance-menu.
5150 (Programming Tips): Add xref to Progress.
5151
dca019f8
CY
51522009-04-22 Chong Yidong <cyd@stupidchicken.com>
5153
5dcb4c4e
SM
5154 * os.texi (Command-Line Arguments):
5155 Document command-line-args-left.
dca019f8
CY
5156 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5157 terminal objects for tty arguments.
5158 (Startup Summary): Add xref to Session Management.
5159 (Session Management): Mention emacs-session-restore. Copyedits.
5160
02a89103
CY
51612009-04-20 Chong Yidong <cyd@stupidchicken.com>
5162
5163 * os.texi (Startup Summary): Copyedits. The init file is not
5164 necessarily named .emacs now. Document initial-buffer-choice and
5165 initial-scratch-message. Note where Emacs exits in batch mode.
5166 Document inhibit-splash-screen as an alias.
5167 (Init File): Be neutral about which init file name to use.
5168
51692009-04-16 Chong Yidong <cyd@stupidchicken.com>
5170
5171 * os.texi (System Interface): Fix Texinfo usage.
5172
0c1cfe01
CY
51732009-04-15 Chong Yidong <cyd@stupidchicken.com>
5174
80d7cdca
CY
5175 * searching.texi (Regexp Backslash): Also refer to shy groups as
5176 non-capturing or unnumbered groups.
5177 (Regexp Functions): Add cross-reference to Regexp Backslash.
5178
0c1cfe01
CY
5179 * display.texi (Truncation): Overlays can use line-prefix and
5180 wrap-prefix too.
5181 (Overlay Properties): Document wrap-prefix and line-prefix.
5182 (Face Attributes): Document underline-minimum-offset.
5183 (Face Remapping): Copyedits.
5184 (Low-Level Font): Copyedits.
5185 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
5186 (Line Height): Emphasize that line-spacing only takes effect on
5187 graphical terminals.
0c1cfe01 5188
c4adeee0
CY
51892009-04-13 Chong Yidong <cyd@stupidchicken.com>
5190
5191 * display.texi (Refresh Screen): Note that a passage about screen
5192 refreshing is text terminal only.
5193 (Forcing Redisplay): Delete misleading comment---sit-for calls
5194 redisplay, not the other way around.
5195 (Truncation): Note new values of truncate-partial-width-windows.
5196 Copyedits.
5197 (Invisible Text): Document invisible-p.
5198
b20ecfa1
EZ
51992009-04-11 Eli Zaretskii <eliz@gnu.org>
5200
5201 * display.texi (Overlays): Overlays don't scale well. See
5202 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5203
97d8273f
CY
52042009-04-10 Chong Yidong <cyd@stupidchicken.com>
5205
f147ff75
CY
5206 * syntax.texi (Syntax Table Functions): Document cons cell
5207 argument for modify-syntax-entry.
5208 (Categories): Document cons cell argument for
5209 modify-category-entry.
5210
fca4ec76
CY
5211 * searching.texi (String Search): Document word-search-forward-lax
5212 and word-search-backward-lax.
5213 (Searching and Case): Describe isearch behavior more precisely.
5214
9c283d5b
CY
5215 * keymaps.texi (Tool Bar): Mention that some platforms do not
5216 support multi-line toolbars. Suggested by Stephen Eglen.
5217
5218 * frames.texi (Layout Parameters): Mention that Nextstep also
5219 allows only one tool-bar line. Suggested by Stephen Eglen.
5220
97d8273f
CY
5221 * nonascii.texi (Text Representations): Copyedits.
5222 (Coding System Basics): Also mention utf-8-emacs.
5223 (Converting Representations, Selecting a Representation)
5224 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5225 Copyedits.
5226 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5227
2bad3299
CY
52282009-04-09 Chong Yidong <cyd@stupidchicken.com>
5229
5230 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
5231 (Filling): Clarify REGION argument of fill-paragraph.
5232 Document fill-forward-paragraph-function.
2bad3299
CY
5233 (Special Properties): Remove "new in Emacs 22" declaration.
5234 (Clickable Text): Merge with Links and Mouse-1 node.
5235
5dcb4c4e
SM
5236 * display.texi (Button Properties, Button Buffer Commands):
5237 Change xref to Clickable Text.
2bad3299
CY
5238
5239 * tips.texi (Key Binding Conventions): Change xref to Clickable
5240 Text.
5241
5242 * elisp.texi (Top): Update node listing.
5243
ea30ce4f
CY
52442009-04-05 Chong Yidong <cyd@stupidchicken.com>
5245
47af2f4b
CY
5246 * markers.texi (The Mark): Copyedits. Improve description of
5247 handle-shift-selection.
5248 (The Region): Move use-region-p here from The Mark.
5249
ea30ce4f
CY
5250 * positions.texi (Screen Lines): Document (cols . lines) argument
5251 for vertical-motion.
5252
2aa8ea6e
CY
52532009-04-04 Chong Yidong <cyd@stupidchicken.com>
5254
3ec61d4e
CY
5255 * frames.texi (Frames): Clean up introduction. Document `ns'
5256 return value for framep.
5257 (Creating Frames): Note how the terminal is chosen.
5258 (Multiple Terminals, Multiple Displays): Merge into a single node.
5259 (Color Parameters): Fix typo.
5260
5261 * variables.texi (Local Variables, Buffer-Local Variables)
5262 (Creating Buffer-Local): Change link to Multiple Terminals.
5263
5264 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5265
5266 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5267 Terminals.
5268
5269 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5270 to Multiple Terminals.
5271
5272 * elisp.texi (Top): Update node listing.
5273 * vol2.texi (Top): Update node listing.
5274 * vol1.texi (Top): Update node listing.
5275
9257072f
CY
5276 * buffers.texi (Current Buffer): Note that the append-to-buffer
5277 example is no longer in synch with the latest code. Tie the two
5278 examples together.
5279
2aa8ea6e
CY
5280 * files.texi (File Attributes): Move note about MS-DOS from
5281 Changing Files to File Attributes.
5282 (Create/Delete Dirs): Note that mkdir is an alias for this.
5283
22e74b17
CY
52842009-04-01 Markus Triska <triska@gmx.at>
5285
5286 * processes.texi (Filter Functions): Suggest how to handle output
5287 batches.
5288
4bbe48ec
CY
52892009-03-30 Chong Yidong <cyd@stupidchicken.com>
5290
5291 * help.texi (Accessing Documentation): Update example to use
5292 help-setup-xref and with-help-window.
5293 (Help Functions): Remove print-help-return-message, which is
5294 semi-obsolete due to with-help-window. Document help-buffer and
5295 help-setup-xref.
5296
b9723f39
CY
52972009-03-29 Chong Yidong <cyd@stupidchicken.com>
5298
5dcb4c4e
SM
5299 * help.texi (Accessing Documentation, Help Functions):
5300 Remove information about long-obsolete Emacs versions.
9eb52e90 5301
b9723f39
CY
5302 * modes.texi (Mode Line Variables): The default values of the mode
5303 line variables are now more complicated.
5304
b0cc32db
CY
53052009-03-28 Chong Yidong <cyd@stupidchicken.com>
5306
3c25a5a9
CY
5307 * modes.texi (Major Mode Conventions): Note that specialness is
5308 inherited.
31c9eebb
CY
5309 (Derived Modes): Note that define-derive-mode sets the mode-class
5310 property.
3c25a5a9 5311
b0cc32db
CY
5312 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5313 goto-map. Add search-map to the list.
5314
c5e0006d
EZ
53152009-03-27 Eli Zaretskii <eliz@gnu.org>
5316
1213465a
EZ
5317 * os.texi (System Environment): Update the list of system-type
5318 values.
5319
c5e0006d
EZ
5320 * markers.texi (The Mark) <handle-shift-selection>: Update for
5321 removal of the optional argument DEACTIVATE.
5322
48bab3d6
CY
53232009-03-25 Chong Yidong <cyd@stupidchicken.com>
5324
5325 * commands.texi (Focus Events): Most X window managers don't use
5326 focus-follows-mouse nowadays.
5327
6e4ff1b6
CY
53282009-03-24 Chong Yidong <cyd@stupidchicken.com>
5329
5330 * commands.texi (Defining Commands): Clarify introduction.
5331 (Using Interactive): Not that interactive can be put in a symbol
5332 property.
5333 (Interactive Call): Note that a symbol with a non-nil
5334 interactive-form property satisfies commandp.
5335
11625308
JB
53362009-03-23 Juanma Barranquero <lekktu@gmail.com>
5337
5338 * minibuf.texi (Intro to Minibuffers): Fix typos.
5339
7b34420d
CY
53402009-03-23 Chong Yidong <cyd@stupidchicken.com>
5341
5342 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
5343 about minibuffers in old Emacs versions. Copyedits.
5344 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
5345 (Text from Minibuffer): Simplify introduction.
5346
f9257eed
AM
53472009-03-22 Alan Mackenzie <acm@muc.de>
5348
5349 * commands.texi (Using Interactive): Clarify string argument to
5350 `interactive' - even promptless elements need \n separators.
5351
f639ba70
CY
53522009-03-18 Chong Yidong <cyd@stupidchicken.com>
5353
5354 * minibuf.texi (Completion Styles): New node.
5355
5356 * elisp.texi (Top): Update node listing.
5357
d897e8ee
CY
53582009-03-17 Chong Yidong <cyd@stupidchicken.com>
5359
5360 * minibuf.texi (Basic Completion): Note that
5361 read-file-name-completion-ignore-case and
5362 read-buffer-completion-ignore-case can override
5363 completion-ignore-case.
5364 (Minibuffer Completion): Document completing-read changes.
5365 (Completion Commands): Avoid mentioning partial completion mode.
5366 Document minibuffer-completion-confirm changes, and
5367 minibuffer-confirm-exit-commands.
5368 (High-Level Completion): Document new require-match behavior for
5369 read-buffer. Document read-buffer-completion-ignore-case.
5370 (Reading File Names): Document new require-match behavior for
5371 read-file-name.
5372
b1f23349
CY
53732009-03-14 Chong Yidong <cyd@stupidchicken.com>
5374
5375 * debugging.texi (Error Debugging): Don't mislead the reader into
5376 thinking that debug-on-error enters debugger for C-f at EOB.
5377 (Error Debugging): Setting debug-on-init within the init file
5378 works, and has for some time.
5379
d6eb4e25
KH
53802009-03-13 Kenichi Handa <handa@m17n.org>
5381
5382 * display.texi (Fontsets): Update the description.
5383
1cf53dc5
CY
53842009-03-13 Chong Yidong <cyd@stupidchicken.com>
5385
5386 * advice.texi (Advising Primitives): Link to What Is a Function.
5387
81f919fc
CY
53882009-03-12 Chong Yidong <cyd@stupidchicken.com>
5389
cf4229eb
CY
5390 * compile.texi (Speed of Byte-Code): Update example.
5391 (Disassembly): Update examples.
5392
81f919fc 5393 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
5394
5395 * customize.texi (Common Keywords): It's not necessary to use :tag
5396 to remove hyphens, as custom-unlispify-tag-name does it
5397 automatically.
5dcb4c4e
SM
5398 (Variable Definitions): Link to File Local Variables.
5399 Document customized-value symbol property.
f2bbc08c
CY
5400 (Customization Types): Move menu to end of node.
5401
955964d7
CY
54022009-03-10 Chong Yidong <cyd@stupidchicken.com>
5403
5404 * macros.texi (Compiling Macros): Omit misleading sentence, which
5405 implied that macros can only be used in the same file they are
5406 defined.
5407 (Backquote): Remove obsolete information about Emacs 19.
5408
d25ed7db
GM
54092009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
5410
5411 * display.texi (Display Margins): Fix paren typo.
5412
d55f6ca5
CY
54132009-02-27 Chong Yidong <cyd@stupidchicken.com>
5414
f0e57ed8
CY
5415 * elisp.texi (Top): Update node listing.
5416
5417 * variables.texi (Variables): Clarify introduction.
5418 (Global Variables): Mention that setq is a special form.
5419 (Local Variables): Use active voice.
5420 (Tips for Defining): Mention marking variables as safe.
5421 (Buffer-Local Variables): Mention terminal-local and frame-local
5422 variables together.
5423 (File Local Variables): Copyedits.
5424 (Frame-Local Variables): Note that they are not really useful.
5425 (Future Local Variables): Node deleted.
5426
d55f6ca5 5427 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 5428 Unicode escape syntax.
d55f6ca5 5429
ca8f09a8
CY
54302009-02-23 Chong Yidong <cyd@stupidchicken.com>
5431
5432 * control.texi (Control Structures): Add cindex entry for "textual
5433 order".
5434
5435 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
5436 instead of "expression" throughout.
5437 (Function Indirection): Copyedits. Use active voice.
5438 (Eval): The default value of max-lisp-eval-depth is now 400.
5439
a20878b6
MB
54402009-02-23 Miles Bader <miles@gnu.org>
5441
5442 * processes.texi (System Processes): Rename `system-process-attributes'
5443 to `process-attributes'.
5444
61f66044
CY
54452009-02-22 Chong Yidong <cyd@stupidchicken.com>
5446
1b80d1f3
CY
5447 * symbols.texi (Property Lists): Emphasize that property lists are
5448 not restricted to symbol cells.
5449 (Other Plists): Copyedit.
5450
61f66044
CY
5451 * sequences.texi (Sequences Arrays Vectors): Make introduction
5452 more concise.
5453 (Arrays): Mention char-tables and bool-vectors too.
5454 (Vectors): Don't repeat information given in Arrays node. Link to
5455 nodes that explain the vector usage examples.
5456 (Char-Tables): Note that char-table elements can have arbitrary
5457 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 5458 Link to Property Lists node.
61f66044 5459
9403944b
CY
54602009-02-22 Chong Yidong <cyd@stupidchicken.com>
5461
5462 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
5463 `append'.
4068c7b4 5464 (List Elements): Copyedits.
9403944b
CY
5465
5466 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
5467 of `vconcat'.
5468
5469 * strings.texi (Creating Strings): Copyedits. Remove obsolete
5470 Emacs 20 usage of `concat'.
5471 (Case Conversion): Copyedits.
5472
b87a185f
CY
54732009-02-21 Chong Yidong <cyd@stupidchicken.com>
5474
5475 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
5476 Minor edits.
5477 (Frame Configuration Type): Emphasize that it is not primitive.
5478 (Font Type): New node.
5479 (Type Predicates): Add fontp; type-of now recognizes font object
5480 types.
5481
5482 * intro.texi (Version Info): Update version numbers in examples.
5483 (Acknowledgements): List more contributors.
5484
5485 * elisp.texi: Bump version number to 3.0.
5486 (Top): Link to Font Type node.
5487
867d4bb3
JB
54882009-02-20 Juanma Barranquero <lekktu@gmail.com>
5489
5490 * modes.texi (Major Mode Conventions): Remove duplicate words.
5491 (Customizing Keywords): Fix typo.
5492
77730170
EZ
54932009-02-14 Eli Zaretskii <eliz@gnu.org>
5494
5495 * nonascii.texi (User-Chosen Coding Systems): Document that
5496 select-safe-coding-system suggests raw-text if there are raw bytes
5497 in the region.
5498 (Explicit Encoding): Warn not to use `undecided' when encoding.
5499
c8736212
GM
55002009-02-11 Glenn Morris <rgm@gnu.org>
5501
5502 * frames.texi (Visibility of Frames): Mention the effect multiple
5503 workspaces/desktops can have on visibility.
5504
ab992d66
EZ
55052009-02-07 Eli Zaretskii <eliz@gnu.org>
5506
c8736212
GM
5507 * text.texi (Commands for Insertion):
5508 * commands.texi (Event Mod):
5509 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
5510 * nonascii.texi (Translation of Characters):
5511 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
5512 (Explicit Encoding): Document the `charset' text property produced
5513 by decode-coding-region and decode-coding-string.
ab992d66 5514
e651a255
AM
55152009-01-27 Alan Mackenzie <acm@muc.de>
5516
5517 * modes.texi (Search-based Fontification): Correct a typo.
5518
bc5cde4b
JB
55192009-01-25 Juanma Barranquero <lekktu@gmail.com>
5520
5521 * abbrevs.texi (Abbrev Table Properties): Fix typo.
5522 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
5523
3533155b
EZ
55242009-01-24 Eli Zaretskii <eliz@gnu.org>
5525
f721deda
EZ
5526 * display.texi (Window Systems): Document the value of
5527 `initial-window-system' under --daemon.
5528
3533155b
EZ
5529 * os.texi (System Environment): Remove description of the
5530 `environment' function which has been deleted.
5531
f79b43b2
DN
55322009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5533
5534 * frames.texi (Multiple Displays): Remove documentation for
5535 removed function make-frame-on-tty.
5536
e3aa6669
CY
55372009-01-22 Chong Yidong <cyd@stupidchicken.com>
5538
5539 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
5540 write-region-annotate-functions.
5541 Document write-region-post-annotation-function.
e3aa6669 5542
fb13a416
CY
55432009-01-19 Chong Yidong <cyd@stupidchicken.com>
5544
5545 * display.texi (Font Lookup): Document WIDTH argument of
5546 x-list-fonts.
5547
02eccf6b
EZ
55482009-01-17 Eli Zaretskii <eliz@gnu.org>
5549
ead3f58d
EZ
5550 * maps.texi (Standard Keymaps): Rename function-key-map to
5551 local-function-key-map.
5552
5553 * keymaps.texi (Translation Keymaps): Rename function-key-map to
5554 local-function-key-map.
5555
5556 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
5557 and `set-keyboard-coding-system' now accept an optional terminal
5558 argument.
5559
5560 * commands.texi (Event Mod): `keyboard-translate-table' is now
5561 terminal-local.
5562 (Function Keys): Rename function-key-map to
5563 local-function-key-map.
5564
df05a163
EZ
5565 * elisp.texi (Top): Make @detailmenu be consistent with changes in
5566 frames.texi.
5567
0ed8034e 5568 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
5569 `delete-terminal-functions', `suspend-tty-functions' and
5570 `resume-tty-functions'.
0ed8034e
EZ
5571
5572 * frames.texi (Frames): Document `frame-terminal' and
5573 `terminal-live-p'.
5574 (Multiple Displays): Document `make-frame-on-tty'.
5575 (Multiple Terminals): Document `terminal-list', `delete-terminal',
5576 `terminal-name', and `get-device-terminal'.
490f1197
EZ
5577 (Terminal Parameters): Document `terminal-parameters',
5578 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
5579
5580 * os.texi (System Environment): Document `environment' and
5581 `initial-environment'.
490f1197
EZ
5582 (Suspending Emacs): Update for multi-tty; document
5583 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 5584
02eccf6b
EZ
5585 * nonascii.texi (Coding System Basics): More accurate description
5586 of `raw-text'.
5587
f19fea97
JB
55882009-01-12 Juanma Barranquero <lekktu@gmail.com>
5589
5590 * display.texi (Low-Level Font): Fix typo.
5591
16fa292f
CY
55922009-01-10 Chong Yidong <cyd@stupidchicken.com>
5593
5594 * elisp.texi (Top): Update node listing.
5595
5596 * display.texi (PostScript Images): Node deleted.
5597
0b4faef3
EZ
55982009-01-10 Eli Zaretskii <eliz@gnu.org>
5599
3355f04d
EZ
5600 * processes.texi (Decoding Output): Document that null bytes force
5601 no-conversion for reading process output.
5602
5603 * files.texi (Reading from Files): Document that null bytes force
5604 no-conversion when visiting files.
5605
11625308 5606 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 5607
5dcb4c4e
SM
5608 * nonascii.texi (Lisp and Coding Systems):
5609 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 5610 (Character Properties): Improve wording.
0b4faef3 5611
ce9cf065
CY
56122009-01-09 Chong Yidong <cyd@stupidchicken.com>
5613
5614 * display.texi (Font Lookup): Remove obsolete function
5615 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
5616 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
5617 (Font Selection): Reorder order of variable descriptions.
5618 Minor clarifications.
ce9cf065
CY
5619
5620 * elisp.texi (Top): Update node listing.
5621
ab756fb3
GM
56222009-01-09 Glenn Morris <rgm@gnu.org>
5623
5624 * commands.texi (Command Loop Info): Say that last-command-char and
5625 last-input-char are obsolete aliases.
5626
5627 * edebug.texi (Edebug Recursive Edit): Remove separate references to
5628 last-input-char and last-command-char, since they are just aliases for
5629 last-input-event and last-command-event.
5630
5631 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
5632 last-command-char.
5633
6b2b8ab1
CY
56342009-01-08 Chong Yidong <cyd@stupidchicken.com>
5635
5636 * elisp.texi: Update node listing.
5637
5638 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
5639 (Face Attributes): Don't link to Font Lookup.
5640 Document font-family-list.
6b2b8ab1
CY
5641 (Fonts): New node.
5642
3568e767
JR
56432009-01-08 Jason Rumney <jasonr@gnu.org>
5644
5645 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 5646 changing the standard pointer shapes. (Bug#1485)
3568e767 5647
6221c8db
CY
56482009-01-08 Chong Yidong <cyd@stupidchicken.com>
5649
5650 * display.texi (Attribute Functions): Note that a function value
5651 :height is relative, and that compatibility functions work by
5652 calling set-face-attribute.
5653 (Displaying Faces): Reorder list in order of increasing priority.
5654 (Face Remapping): New node. Content moved here from Displaying
5655 Faces.
5656 (Glyphs): Link to Face Functions.
5657
e3d3799a
CY
56582009-01-08 Chong Yidong <cyd@stupidchicken.com>
5659
5660 * display.texi (Faces): Don't discuss face id here. facep does
5661 not return t.
5662 (Defining Faces): Minor clarification.
5663 (Face Attributes): Rearrange items to match docstring of
5664 set-face-attribute. Add :foundry attribute. Document new role of
5665 :font attribute. Texinfo usage fix.
5666 (Attribute Functions): Copyedits.
5667 (Face Functions): Note that face number is seldom used.
5668
638a2457
RS
56692009-01-05 Richard M Stallman <rms@gnu.org>
5670
5671 * strings.texi (Predicates for Strings): Minor clarification.
5672
5673 * functions.texi (Function Safety): Texinfo usage fix.
5674
39cb9e56 56752009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
49ea0074
JB
5676
5677 * objects.texi (General Escape Syntax): Fix typo.
5678
9f822178
MR
56792009-01-03 Martin Rudalics <rudalics@gmx.at>
5680
5681 * windows.texi (Choosing Window): Say that pop-up-frame-alist
5682 works via the default value of pop-up-frame-function.
5683
af34ad36
EZ
56842009-01-02 Eli Zaretskii <eliz@gnu.org>
5685
5686 * processes.texi (System Processes): Document the `time' and
5687 `ctime' attributes of `system-process-attributes'.
5688
d31f6679
CY
56892009-01-01 Chong Yidong <cyd@stupidchicken.com>
5690
5691 * display.texi (Face Attributes): Clarify :height attribute.
5692
174dc00c
MR
56932008-12-31 Martin Rudalics <rudalics@gmx.at>
5694
5695 * buffers.texi (The Buffer List): Clarify what moves a buffer to
5696 the front of the buffer list. Add entries for `last-buffer' and
5697 `unbury-buffer'.
5698
b8afe7e4
EZ
56992008-12-27 Eli Zaretskii <eliz@gnu.org>
5700
d14030f5
EZ
5701 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
5702 and its subsections.
5703
5704 * frames.texi (Multiple Terminals, Low-level Terminal)
5705 (Terminal Parameters, Frames on Other TTY devices): New sections.
5706 (Frames): Add an xref to "Multiple Terminals".
5707
765980a4
EZ
5708 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
5709
5710 * objects.texi (Terminal Type): New node.
5711 (Editing Types): Add it to the menu.
5712
47bd5577
EZ
5713 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
5714 Variables".
5715
eb22b78c 5716 * variables.texi (Directory Local Variables): New node.
47bd5577 5717 (Variables): Add a menu item for it.
eb22b78c 5718
b8afe7e4
EZ
5719 * loading.texi (Autoload): Document `generate-autoload-cookie' and
5720 `generated-autoload-file'.
5721
77bb0476
EZ
57222008-12-20 Eli Zaretskii <eliz@gnu.org>
5723
028e2c19
EZ
5724 * os.texi (Startup Summary): Add xref to documentation of
5725 `initial-window-system'.
5726
77bb0476
EZ
5727 * display.texi (Window Systems): Document `window-system' the
5728 function. The variable `window-system' is now frame-local.
028e2c19 5729 Document `initial-window-system'.
77bb0476 5730
dda87836
MR
57312008-12-19 Martin Rudalics <rudalics@gmx.at>
5732
5733 * windows.texi (Windows): Rewrite description of
5734 fit-window-to-buffer.
5735
caef3ed2
GM
57362008-12-13 Glenn Morris <rgm@gnu.org>
5737
5738 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
5739 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
5740
21c58e4d
GM
57412008-12-12 Glenn Morris <rgm@gnu.org>
5742
5743 * debugging.texi (Error Debugging): Refer forwards to
5744 eval-expression-debug-on-error.
5745
af38459f
EZ
57462008-12-05 Eli Zaretskii <eliz@gnu.org>
5747
5dedd9b5
EZ
5748 * strings.texi (String Basics): Only unibyte strings that
5749 represent key sequences hold 8-bit raw bytes.
5750
af38459f
EZ
5751 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
5752 paragraph to speak about `undecided'.
5753 (Character Properties): Don't explain the meaning of each
5754 property; instead, identify their Unicode Standard names.
b3f1f4a5 5755 (Character Sets): Document `map-charset-chars'.
af38459f 5756
fa047ae7
GM
57572008-12-02 Glenn Morris <rgm@gnu.org>
5758
5759 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
5760 section yet again.
5761
47dbc044
EZ
57622008-11-29 Eli Zaretskii <eliz@gnu.org>
5763
98d05998
EZ
5764 * nonascii.texi (Character Properties): New Section.
5765 (Specifying Coding Systems): Document
5766 `coding-system-priority-list', `set-coding-system-priority', and
5767 `with-coding-priority'.
5768 (Lisp and Coding Systems): Document `check-coding-systems-region'
5769 and `coding-system-charset-list'.
5770 (Coding System Basics): Document `coding-system-aliases'.
5771
5772 * elisp.texi (Top): Add a @detailmenu entry for "Character
5773 Properties".
5774
47dbc044
EZ
5775 * objects.texi (Character Type): Correct the range of Emacs
5776 characters. Add an @xref to "Character Codes".
5777
5778 * strings.texi (String Basics): Add an @xref to "Character Codes".
5779
5780 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
5781
5782 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
5783 (Character Codes): Document `max-char'.
5784
8b80cdf5
EZ
57852008-11-28 Eli Zaretskii <eliz@gnu.org>
5786
5787 * nonascii.texi (Text Representations, Converting Representations)
5788 (Character Sets, Scanning Charsets, Translation of Characters):
5789 Make text more accurate.
5790
a99dceba
GM
57912008-11-28 Glenn Morris <rgm@gnu.org>
5792
5793 * files.texi (Format Conversion Round-Trip): Improve previous change.
5794
f6dc3bed
CY
57952008-11-26 Chong Yidong <cyd@stupidchicken.com>
5796
5797 * modes.texi (Auto Major Mode): Fix example.
5798
5da9413d
GM
57992008-11-25 Glenn Morris <rgm@gnu.org>
5800
5801 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
5802
5803 * files.texi (Format Conversion Round-Trip):
5804 Use active voice for previous change.
5805
fcca848c
CY
58062008-11-25 Chong Yidong <cyd@stupidchicken.com>
5807
5808 * os.texi (Processor Run Time):
5809 * processes.texi (Transaction Queues):
5810 * markers.texi (The Mark):
5811 * windows.texi (Choosing Window, Selecting Windows):
5812 * files.texi (Changing Files, Magic File Names):
5813 * commands.texi (Key Sequence Input):
5814 * functions.texi (Declaring Functions):
5815 * strings.texi (Predicates for Strings):
5816 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
5817
36c8dc54
CY
58182008-11-24 Chong Yidong <cyd@stupidchicken.com>
5819
5820 * help.texi (Accessing Documentation): Update example.
5821
5822 * variables.texi (Defining Variables): Note that `*' is not
5823 necessary if defcustom is used.
5824
2a79b242
EZ
58252008-11-22 Eli Zaretskii <eliz@gnu.org>
5826
5827 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
5828 Characters" from @detailmenu.
5829
5830 * nonascii.texi (Character Codes, Character Sets)
5831 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
5832 (Chars and Bytes, Splitting Characters): Sections removed.
5833
392f0d26
LK
58342008-11-22 Lute Kamstra <lute@gnu.org>
5835
5836 * positions.texi (Text Lines): Update goto-line documentation.
5837
af1a5cd5
MR
58382008-11-21 Martin Rudalics <rudalics@gmx.at>
5839
6a4cfb0c
MR
5840 * frames.texi (Frames): Fix typo, add cross references, reword.
5841 (Initial Parameters): Reword special-display-frame-alist text.
5842 (Frames and Windows): Reword. Describe argument norecord for
5843 set-frame-selected-window.
5844 (Input Focus): Describe argument norecord for select-frame.
5845 Remove comment on MS-Windows behavior for focus-follows-mouse.
5846 (Raising and Lowering): Mention windows-frames dichotomy in
5847 metaphor.
5848
af1a5cd5
MR
5849 * windows.texi (Displaying Buffers, Vertical Scrolling)
5850 (Horizontal Scrolling): Fix indenting and rewording issues
5851 introduced with 2008-11-07 change.
5852
c249fa9c
GM
58532008-11-20 Glenn Morris <rgm@gnu.org>
5854
5855 * files.texi (Format Conversion Round-Trip): Mention `preserve'
5856 element of `format-alist'.
5857
204d4665
GM
58582008-11-19 Glenn Morris <rgm@gnu.org>
5859
5860 * doclicense.texi: Update to FDL 1.3.
5861 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
5862
cc0910af
CY
58632008-11-18 Chong Yidong <cyd@stupidchicken.com>
5864
efe6e7c4
CY
5865 * windows.texi (Window Hooks): Remove *-end-trigger-functions
5866 vars, which are obsolete. Mention jit-lock-register.
5867
5dcb4c4e
SM
5868 * modes.texi (Other Font Lock Variables):
5869 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 5870
cc0910af
CY
5871 * frames.texi (Color Parameters): Document alpha parameter.
5872
aeeedf76
MR
58732008-11-16 Martin Rudalics <rudalics@gmx.at>
5874
5875 * windows.texi (Splitting Windows, Deleting Windows)
5876 (Selecting Windows, Cyclic Window Ordering)
5877 (Buffers and Windows, Displaying Buffers, Choosing Window)
5878 (Dedicated Windows, Window Point, Window Start and End)
5879 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
5880 (Size of Window, Resizing Windows, Window Configurations)
5881 (Window Parameters): Avoid @var at beginning of sentences and
5882 reword accordingly.
5883
4c565c5c
LK
58842008-11-11 Lute Kamstra <lute@gnu.org>
5885
5886 * files.texi (File Name Components): Fix file-name-extension
5887 documentation.
5888
25f494c9
JB
58892008-11-11 Juanma Barranquero <lekktu@gmail.com>
5890
5891 * frames.texi (Basic Parameters): Remove display-environment-variable
5892 and term-environment-variable.
5893
a1401ab1
EZ
58942008-11-08 Eli Zaretskii <eliz@gnu.org>
5895
5896 * windows.texi (Basic Windows, Splitting Windows)
5897 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
5898 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
5899 (Resizing Windows, Window Configurations, Window Parameters):
5900 Fix wording and markup.
a1401ab1 5901
efafc282
MR
59022008-11-07 Martin Rudalics <rudalics@gmx.at>
5903
5904 * windows.texi (Windows): Update entries.
5905 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 5906 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
5907 (Selecting Windows, Cyclic Window Ordering): Reword with special
5908 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
5909 (Buffers and Windows, Choosing Window): Reword with special
5910 emphasis on dedicated windows.
5911 (Displaying Buffers): Reword. For switch-to-buffer mention that
5912 it may fall back on pop-to-buffer. For other-window try to
5913 explain how it treats the cyclic ordering of windows.
efafc282
MR
5914 (Dedicated Windows): New node and section discussing dedicated
5915 windows and associated functions.
86ab855a 5916 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
5917 (Window Start and End): Rename node and section title. Reword.
5918 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
5919 Minor rewording.
5920 (Size of Window): Reword, in particular text on window-width.
5921 (Resizing Windows): Reword. Add text on balancing windows.
5922 (Window Configurations): Reword. Mention window parameters.
5923 (Window Parameters): New node and section on window parameters.
5924 (Window Hooks): Reword. Mention that
5925 window-configuration-change-hook is run "buffer-locally".
5926 * elisp.texi (Top): Update Windows entries in @detailmenu
5927 section.
5928
d60a8ab2
JB
59292008-11-04 Juanma Barranquero <lekktu@gmail.com>
5930
5931 * searching.texi (Regexp Search): Fix typo.
5932
01777627
CY
59332008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5934
5935 * searching.texi (Regexp Search): Document GREEDY arg.
5936 (Simple Match Data): Fix return value.
5937
c4526e93
EZ
59382008-11-01 Eli Zaretskii <eliz@gnu.org>
5939
5940 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
5941 with Emacs 23 internal representation of characters.
5942 Document `unibyte-string'.
c4526e93 5943
fe2ae8b5
CY
59442008-10-28 Chong Yidong <cyd@stupidchicken.com>
5945
5946 * processes.texi (Process Information): Note that process-status
5947 does not accept buffer names.
5948
cc5a21e3
CY
59492008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5950
5951 * positions.texi (Skipping Characters): Correct return value of
5952 skip-chars-forward.
5953
09460d9a
MR
59542008-10-25 Martin Rudalics <rudalics@gmx.at>
5955
520b29e7
MR
5956 * windows.texi (Deleting Windows): Update documentation of
5957 delete-windows-on.
5958 (Buffers and Windows): Update documentations of
5959 get-buffer-window and get-buffer-window-list.
5960 (Displaying Buffers): Update documentation of
5961 replace-buffer-in-windows.
5962
09460d9a
MR
5963 * buffers.texi (Current Buffer): Reword set-buffer and
5964 with-current-buffer documentations.
5965 (Creating Buffers): Reword documentation of get-buffer-create.
5966
4d48fcdc
MR
59672008-10-23 Martin Rudalics <rudalics@gmx.at>
5968
5969 * buffers.texi (Current Buffer): Reword documentation of
5970 set-buffer.
5971 (Buffer Names): Reword documentation of buffer-name.
5972 (The Buffer List): For bury-buffer explain what happens with the
5973 buffer's window.
5974 (Creating Buffers): Say that get-buffer-create's arg is called
5975 buffer-or-name.
5976
f0143c43
CY
59772008-10-22 Chong Yidong <cyd@stupidchicken.com>
5978
3e5dbbd3
CY
5979 * advice.texi (Computed Advice): Explain what DEFINITION is.
5980
f0143c43
CY
5981 * nonascii.texi (Character Codes): Remove obsolete function
5982 char-valid-p, and document characterp instead.
5983
52a94b85
MR
59842008-10-22 Martin Rudalics <rudalics@gmx.at>
5985
5986 * windows.texi (Displaying Buffers): Reword documentation of
5987 pop-to-buffer.
5988 (Choosing Window): Rewrite documentation of display-buffer and
5989 its options.
5990
f76f8246
MR
5991 * buffers.texi (Killing Buffers): Update documentation of
5992 kill-buffer.
5993
acc8b598
EZ
59942008-10-21 Eli Zaretskii <eliz@gnu.org>
5995
80e6b6df
EZ
5996 * processes.texi (Serial Ports): Fix wording and improve markup.
5997
3645358a
EZ
5998 * searching.texi (Regexp Search): Document `string-match-p' and
5999 `looking-at-p'.
6000 (POSIX Regexps): Add an xref for "non-greedy".
6001 (Regexp Special): Add @cindex entry for "non-greedy".
6002
b3d50cff 6003 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 6004 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 6005
73b7530a
EZ
6006 * frames.texi (Color Names): Add an xref to `read-color'.
6007
6008 * minibuf.texi (High-Level Completion): Document `read-color'.
6009
acc8b598
EZ
6010 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6011
6012 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6013
6014 * buffers.texi (Swapping Text): New section, documents
6015 `buffer-swap-text'.
6016
10e187e8
MR
60172008-10-21 Martin Rudalics <rudalics@gmx.at>
6018
6019 * windows.texi (Resizing Windows): Minor wording fix.
6020
fd6f900c
EZ
60212008-10-20 Eli Zaretskii <eliz@gnu.org>
6022
6023 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6024 and `combine-and-quote-strings'.
6025
6026 * strings.texi (Creating Strings): Add xrefs for them.
6027
e4372165
EZ
60282008-10-19 Eli Zaretskii <eliz@gnu.org>
6029
d6328fba
EZ
6030 * elisp.texi (Top): Make descriptive text for "Reading File Names"
6031 match the corresponding menu in minibuf.texi.
6032
e4372165
EZ
6033 * minibuf.texi (Reading File Names): Document `read-shell-command'
6034 and `minibuffer-local-shell-command-map'.
6035
5d8dda33
MR
60362008-10-19 Martin Rudalics <rudalics@gmx.at>
6037
6038 * windows.texi (Resizing Windows): Remove var{} around "window" in
6039 documentation of enlarge-window.
6040 Rewrite documentation of window-min-height and window-min-width.
6041
437706cd
EZ
60422008-10-19 Eli Zaretskii <eliz@gnu.org>
6043
80f85d7c
EZ
6044 * functions.texi (Calling Functions): Document `apply-partially'.
6045
291703b5
EZ
6046 * hooks.texi (Standard Hooks): Mention
6047 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6048
6049 * variables.texi (File Local Variables): Document
6050 `file-local-variables-alist', `before-hack-local-variables-hook'
6051 and `hack-local-variables-hook'.
6052
583d8b3c
EZ
6053 * processes.texi (Synchronous Processes): Document `process-lines'.
6054
5dcb4c4e
SM
6055 * customize.texi (Variable Definitions):
6056 Document `custom-reevaluate-setting'.
437706cd 6057
7e51d89b
MR
60582008-10-18 Martin Rudalics <rudalics@gmx.at>
6059
6060 * windows.texi (Choosing Window, Deleting Windows)
6061 (Displaying Buffers): Expand documentation of dedicated windows.
6062
43c59a3d
EZ
60632008-10-18 Eli Zaretskii <eliz@gnu.org>
6064
018a960d
EZ
6065 * files.texi (Changing Files): Document symbolic input of file
6066 modes to `set-file-modes'. Document `read-file-modes' and
6067 `file-modes-symbolic-to-number'.
6068
2c0b8144
EZ
6069 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6070 and `search-map'.
6071
5dcb4c4e
SM
6072 * searching.texi (Search and Replace):
6073 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 6074 Document `multi-query-replace-map'.
80120f13 6075
6d4913f0 6076 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
6077 (Completion Commands, Reading File Names):
6078 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
6079 `minibuffer-local-filename-must-match-map'.
6080 (Minibuffer Completion): The `require-match' argument to
6081 `completing-read' can now have the value `confirm-only'.
6082
43c59a3d
EZ
6083 * windows.texi (Displaying Buffers): Minor wording fix.
6084 (Choosing Window): `split-height-threshold' can now be nil.
6085 Document `split-width-threshold'. `pop-up-frames' can have the
6086 value `graphic-only'.
6087
f36acfd9
EZ
60882008-10-17 Eli Zaretskii <eliz@gnu.org>
6089
6090 * os.texi (Startup Summary): Document `before-init-time' and
6091 `after-init-time'. Document `initial-window-system' and
6092 `window-system-initialization-alist'. Document reading the
6093 abbrevs file. Document the call to `server-start' under --daemon.
6094 Rearrange a bit to be consistent with the code flow.
53728487
EZ
6095 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6096 (Time Parsing): Document `format-seconds'.
f36acfd9 6097
96995b89
MR
60982008-10-17 Martin Rudalics <rudalics@gmx.at>
6099
6100 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6101 and reword.
6102
2de17c73
EZ
61032008-10-16 Eli Zaretskii <eliz@gnu.org>
6104
6105 * markers.texi (The Mark): Document use-region-p.
6106
9cf52b11
EZ
61072008-10-15 Eli Zaretskii <eliz@gnu.org>
6108
c3aaf1d7
EZ
6109 * internals.texi (Writing Emacs Primitives): The interactive spec
6110 of a primitive can be a Lisp form.
6111
841a1743
EZ
6112 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6113 values of transient-mark-mode. Document handle-shift-selection.
6114
6115 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6116 (Interactive Examples): Show an example of `^'.
6117 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
6118 (Defining Commands, Using Interactive): The interactive-form of a
6119 function can be added via its symbol's property.
841a1743 6120
52441368
EZ
6121 * positions.texi (List Motion): beginning-of-defun-function can
6122 now accept an argument.
6123
8e8c1a72
EZ
6124 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6125 now return a list of strings.
6126
a33a1f2a
EZ
6127 * control.texi (Handling Errors): Document ignore-errors.
6128
4fb04348
EZ
6129 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6130 (Parameter Access): Document set-frame-parameter.
6131
ee666f84
EZ
6132 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6133 Hooks" for the effect of kill-all-local-variables on local hook
6134 functions.
6135
9cf52b11
EZ
6136 * modes.texi (Major Mode Conventions, Mode Line Variables):
6137 `mode-name' need not be a string. xref to "Mode Line Data" for
6138 details, and to "Emulating Mode Line" for computing a string
6139 value.
6140
22526bc4
EZ
61412008-10-14 Eli Zaretskii <eliz@gnu.org>
6142
a65f6a85
EZ
6143 * processes.texi (System Processes): New section.
6144 (Processes, Signals to Processes): Add xrefs to it.
6145
6146 * objects.texi (Editing Types): A `process' is a subprocess of
6147 Emacs, not just any process running on the OS.
6148
6149 * elisp.texi (Top): Adjust the @detailmenu for the above two
6150 changes.
6151
2724b26a
EZ
6152 * sequences.texi (Char-Tables): Remove documentation of
6153 set-char-table-default, which has no effect since Emacs 23.
6154 <char-table-range, set-char-table-range>: Don't mention generic
6155 characters and charsets. Add a cons cell as a possible argument.
6156
6157 * nonascii.texi (Splitting Characters)
6158 (Translation of Characters): Don't mention generic characters.
6159
6160 * display.texi (Fontsets): Don't mention generic characters.
6161
22526bc4 6162 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 6163 argument FUNCTION with a cons cell as KEY.
22526bc4 6164
eaf4b689
EZ
61652008-10-13 Eli Zaretskii <eliz@gnu.org>
6166
45e46036
EZ
6167 * objects.texi (Primitive Function Type): Move "@cindex special
6168 forms" from here...
6169
6170 * eval.texi (Special Forms): ...to here.
6171
6172 * functions.texi (What Is a Function): `functionp' returns nil for
6173 special forms. Add an xref.
6174
eaf4b689
EZ
6175 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6176 Variables".
6177
6178 * variables.texi (Frame-Local Variables): New section.
6179 (Buffer-Local Variables): Add an xref to it.
6180 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6181 have both frame-local and buffer-local binding.
6182
6183 * frames.texi (Frames): Mention multiple tty frames.
6184 (Frame Parameters, Parameter Access): Mention frame-local variable
6185 bindings.
6186
15688fce
GM
61872008-09-20 Glenn Morris <rgm@gnu.org>
6188
6189 * display.texi (Defining Faces): Recommend against face variables.
6190
35539065
JB
61912008-09-16 Juanma Barranquero <lekktu@gmail.com>
6192
6193 * display.texi (Echo Area Customization): Fix typo.
6194
6a57054b
JB
61952008-09-09 Juanma Barranquero <lekktu@gmail.com>
6196
6197 * loading.texi (Where Defined): Add `defface' item.
6198
d632fb82
MR
61992008-09-06 Martin Rudalics <rudalics@gmx.at>
6200
6201 * loading.texi (Where Defined): Fix description of symbol-file.
6202
905a9adb
JR
62032008-08-26 Jason Rumney <jasonr@gnu.org>
6204
6205 * display.texi (TIFF Images): New section describing :index property.
6206
852e91b7
CY
62072008-08-23 Chong Yidong <cyd@stupidchicken.com>
6208
6209 * display.texi (Temporary Displays): Remove unnecessary comment
6210 about usage of temp-buffer-show-hook.
6211
6be001ee
CY
62122008-08-05 Chong Yidong <cyd@stupidchicken.com>
6213
6214 * symbols.texi (Other Plists): Fix incorrect example.
6215 Suggested by Florian Beck.
6216
58e3d8e8
JB
62172008-07-31 Juanma Barranquero <lekktu@gmail.com>
6218
6219 * os.texi: Fix previous change.
6220
7c2fb837
DN
62212008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6222
6223 * os.texi:
6224 * intro.texi:
6225 * files.texi: Remove VMS support.
6226
9e2a2647
DN
62272008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6228
6229 * os.texi:
6230 * frames.texi:
6231 * display.texi: Remove mentions of Mac Carbon.
6232
c4f4682b
MB
62332008-07-01 Miles Bader <miles@gnu.org>
6234
6235 * text.texi (Special Properties):
6236 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6237
3696411e
JB
62382008-06-28 Johan Bockgård <bojohan@gnu.org>
6239
6240 * display.texi (Other Image Types): Fix copy/paste error; say
6241 "PBM", not "XBM".
6242
f2a77c3a
DN
62432008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6244
6245 * os.texi: Remove references to obsolete systems.
6246
6d52677d
EZ
62472008-06-20 Eli Zaretskii <eliz@gnu.org>
6248
6249 * makefile.w32-in (distclean): Remove makefile.
6250
1a87da4c
GM
62512008-06-17 Glenn Morris <rgm@gnu.org>
6252
6253 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6254 (elisp, dist): Remove rules and variables that are obsolete now
6255 the lisp manual is no longer distributed separately.
6256
fdda1c5d
GM
62572008-06-16 Glenn Morris <rgm@gnu.org>
6258
646692e9
GM
6259 * configure, configure.in, mkinstalldirs: Remove unused files.
6260
6261 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 6262 * vol1.texi (EMACSVER):
6a57054b 6263 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
6264
6265 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6266 as per maintain.info.
6267
611bee81
GM
62682008-06-15 Glenn Morris <rgm@gnu.org>
6269
a7bed3a0
GM
6270 * makefile.w32-in (manual): Use "23" rather than "21".
6271
6272 * Makefile.in (emacsver): New, set by configure.
6273 (manual): Use emacsver.
6274
d794edf2
GM
6275 * intro.texi: Report bugs using M-x report-emacs-bug.
6276
611bee81
GM
6277 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6278
c73e02fa
GM
62792008-06-13 Daniel Engeler <engeler@gmail.com>
6280
6281 * elisp.texi, internals.texi, processes.texi: Add documentation
6282 about serial port access.
6283
e40a85cd
MB
62842008-06-05 Miles Bader <miles@gnu.org>
6285
6286 * display.texi (Displaying Faces): Update to reflect function
6287 renamings in face-remap.el.
6288
7b753744
JB
62892008-06-05 Juanma Barranquero <lekktu@gmail.com>
6290
6291 * display.texi (Fontsets): Fix typos.
6292
9d3d42fb
MB
62932008-06-03 Miles Bader <miles@gnu.org>
6294
7b753744
JB
6295 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6296 remove-relative-face-remapping, set-base-face-remapping,
6297 and set-default-base-face-remapping.
9d3d42fb 6298
f2cec7a9
MB
62992008-06-01 Miles Bader <miles@gnu.org>
6300
6301 * display.texi (Displaying Faces): Add face-remapping-alist.
6302
8f39c96d
SM
63032008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6304
6305 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6306 variable names.
6307
1ef5eecc
ER
63082008-05-03 Eric S. Raymond <esr@golux>
6309
352c8b4a 6310 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
6311 (current-global-map) return references, not copies.
6312
63b4387f
JL
63132008-05-02 Juri Linkov <juri@jurta.org>
6314
6315 * minibuf.texi (Text from Minibuffer): Document a list of
6316 default values for `read-from-minibuffer'.
6317
38a8b703
JB
63182008-04-24 Juanma Barranquero <lekktu@gmail.com>
6319
6320 * nonascii.texi (Translation of Characters): Fix previous change.
6321
7c42e639
CY
63222008-04-20 Chong Yidong <cyd@stupidchicken.com>
6323
6324 * display.texi (Overlay Properties): Clarify role of underlying
6325 textprop and overlay keymaps for display strings.
6326
6327 * keymaps.texi (Active Keymaps): Ditto.
6328
25c0d999
SM
63292008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6330
6331 * minibuf.texi (Programmed Completion):
6332 Replace dynamic-completion-table with the new completion-table-dynamic.
6333
e3af5968
CY
63342008-04-07 Chong Yidong <cyd@stupidchicken.com>
6335
6336 * intro.texi (Some Terms): Change "fonts in this manual" index
6337 entry to "typographic conventions".
6338
6bfc8698
EZ
63392008-04-05 Eli Zaretskii <eliz@gnu.org>
6340
6341 * objects.texi (Text Props and Strings): Add indexing for read
6342 syntax of text properties.
6343
4972c361
SM
63442008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6345
6346 * processes.texi (Decoding Output): Remove process-filter-multibyte
6347 functions.
6348
c70a68db
MR
63492008-03-15 Martin Rudalics <rudalics@gmx.at>
6350
6351 * display.texi (Finding Overlays): Say that empty overlays at
6352 the end of the buffer are reported too.
6353
1291fd36
GM
63542008-03-13 Glenn Morris <rgm@gnu.org>
6355
6356 * elisp.texi (EMACSVER): Set to 23.0.60.
6357
c6b0dfd5
CY
63582008-02-26 Chong Yidong <cyd@stupidchicken.com>
6359
38a8b703 6360 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 6361
875fc30c
GM
63622008-02-22 Glenn Morris <rgm@gnu.org>
6363
6364 * frames.texi (Position Parameters): Clarify the description of
6365 `left' and `top', using information from "Geometry".
6366 (Geometry): Give a pointer to "Position Parameters", rather than
6367 repeating information.
6368
d8c8e45a
GM
63692008-02-11 Glenn Morris <rgm@gnu.org>
6370
6371 * objects.texi (Equality Predicates): No longer talk about "two"
6372 functions.
6373
38a8b703 63742008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
6375
6376 * objects.texi (Equality Predicates): Add defun for
6377 equal-including-properties.
6378
bfffe0b1
GM
63792008-02-10 Glenn Morris <rgm@gnu.org>
6380
6381 * objects.texi (Equality Predicates):
6382 Mention equal-including-properties.
6383
431b78c9
RS
63842008-02-07 Richard Stallman <rms@gnu.org>
6385
6386 * windows.texi (Window Start): Mention the feature of moving
6387 window-start to start of line.
6388
c8763fb6 63892008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
6390
6391 * keymaps.texi (Tool Bar): Document rtl property.
6392
1a256502
TTN
63932008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6394
6395 * display.texi (Button Types):
6396 For define-button-type, clarify type of NAME.
6397
569382c2
MR
63982008-01-19 Martin Rudalics <rudalics@gmx.at>
6399
6400 * buffers.texi (Buffer Modification): Fix typo.
6401
f3041af1
DN
64022008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6403
6404 * os.texi (System Environment): Remove references to OSes that are
6405 not supported anymore.
6406
d35e1cd7
DN
64072008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6408
6409 * os.texi (System Environment): Remove mention for Masscomp.
6410
23af7580
RS
64112008-01-04 Richard Stallman <rms@gnu.org>
6412
6413 * display.texi (Faces): Don't talk about internal face vector as arg
6414 to facep.
6415
6416 * customize.texi (Type Keywords): Fix previous change.
6417
6418 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
6419 * elisp.texi (Top): Fix menu for commands.texi change.
6420
ec7d5b1e
RS
64212007-12-30 Richard Stallman <rms@gnu.org>
6422
5dcb4c4e 6423 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
6424 (Accessing Scroll): New node broken out of Accessing Mouse.
6425
101a6cea
RS
64262007-12-28 Richard Stallman <rms@gnu.org>
6427
6428 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 6429 (Basic Parameters): For `title', refer to title bar.
041817a4 6430 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 6431
72b7e664
RS
64322007-12-23 Richard Stallman <rms@gnu.org>
6433
6434 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
6435 Improve some of the commented-out keywords' text too.
6436
27a4f445
MR
64372007-12-14 Martin Rudalics <rudalics@gmx.at>
6438
e2e3f1d7
MR
6439 * nonascii.texi (Encoding and I/O): Reword to avoid saying
6440 "visit the current buffer".
6441
27a4f445
MR
6442 * os.texi (System Interface): Fix typo.
6443
a2afc99d
RS
64442007-12-04 Richard Stallman <rms@gnu.org>
6445
6446 * objects.texi (Symbol Type): Fix typo.
6447
b694135c
RS
64482007-12-03 Richard Stallman <rms@gnu.org>
6449
6450 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
6451
f99a19da
GM
64522007-12-01 Glenn Morris <rgm@gnu.org>
6453
6454 * functions.texi (Declaring Functions): Improve previous change.
6455
8f4b37d8
GM
64562007-11-30 Glenn Morris <rgm@gnu.org>
6457
6458 * functions.texi (Declaring Functions): Add optional fourth
6459 argument of declare-function, and setting third argument to `t'.
6460
61a2fe01
RS
64612007-11-29 Richard Stallman <rms@gnu.org>
6462
6463 * customize.texi (Composite Types): Document `group' type.
6464
cbfc5193
GM
64652007-11-29 Glenn Morris <rgm@gnu.org>
6466
5dcb4c4e
SM
6467 * functions.texi (Declaring Functions): Add findex.
6468 Mention `external' files.
cbfc5193 6469
8386283a
JB
64702007-11-26 Juanma Barranquero <lekktu@gmail.com>
6471
6472 * functions.texi (Declaring Functions): Fix directive.
6473
a07c9a8b
RS
64742007-11-25 Richard Stallman <rms@gnu.org>
6475
6476 * help.texi (Help Functions): Clean up last change.
6477
6478 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
6479
6480 * loading.texi (Named Features): Minor cleanup.
6481
6482 * macros.texi (Eval During Expansion): Minor cleanup.
6483
6484 * variables.texi (Variable Aliases): Minor cleanup.
6485
a0925923
RS
64862007-11-24 Richard Stallman <rms@gnu.org>
6487
6488 * functions.texi (Declaring Functions): Clarify previous change.
6489
6490 * compile.texi (Compiler Errors): Clarify previous change.
6491
20c63e44
RS
64922007-11-24 Richard Stallman <rms@gnu.org>
6493
e5e76c04 6494 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
6495 Clarify the text and move items around.
6496
5bb0cda3
GM
64972007-11-24 Glenn Morris <rgm@gnu.org>
6498
6499 * functions.texi (Declaring Functions): New section.
6500 * compile.texi (Compiler Errors): Mention declaring functions,
6501 defvar with no initvalue, and byte-compile-warnings.
6502
af13c86a
MR
65032007-11-15 Martin Rudalics <rudalics@gmx.at>
6504
6505 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
6506 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
6507
a5373305
MR
65082007-11-13 Martin Rudalics <rudalics@gmx.at>
6509
6510 * help.texi (Help Functions): Document new macro `with-help-window'.
6511
fe284805
JL
65122007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
6513
6514 * searching.texi (Replacing Match): Describe new
6515 `match-substitute-replacement'.
6516
2c3a09b1
RS
65172007-10-31 Richard Stallman <rms@gnu.org>
6518
6519 * strings.texi (Creating Strings): Null strings from concat not unique.
6520
f2b480f4
RS
65212007-10-26 Richard Stallman <rms@gnu.org>
6522
6523 * objects.texi (Equality Predicates): Null strings are uniquified.
6524
6525 * minibuf.texi: Minor clarifications in previous change.
6526
db21122c
GM
65272007-10-25 Glenn Morris <rgm@gnu.org>
6528
6529 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
6530
2328cbb3
RS
65312007-10-24 Richard Stallman <rms@gnu.org>
6532
6533 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
6534
6535 * variables.texi (Frame-Local Variables): Node deleted.
6536 (Variables): Delete Frame-Local Variables from menu.
6537 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
6538 (Default Value): Don't mention frame-local vars.
6539
6540 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
6541
6542 * loading.texi (Unloading): Document FEATURE-unload-function
6543 instead of FEATURE-unload-hook.
6544
2328cbb3
RS
6545 * frames.texi (Multiple Displays): Don't mention frame-local vars.
6546
c066bafa
JL
65472007-10-22 Juri Linkov <juri@jurta.org>
6548
6549 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
6550 (High-Level Completion): Document a list of default value strings
6551 in the DEFAULT argument, for which minibuffer functions return the
6552 first element.
6553
65ced25f
JL
65542007-10-17 Juri Linkov <juri@jurta.org>
6555
6556 * text.texi (Filling): Update arguments of fill-paragraph.
6557 fill-paragraph operates on the active region in Transient Mark mode.
6558 Remove fill-paragraph-or-region.
6559
ee46ec8e
KB
65602007-10-13 Karl Berry <karl@gnu.org>
6561
6562 * elisp.texi (@dircategory): Move to after @copying,
6563 since we want @copying as close as possible to the beginning of
6564 the output.
6565
61bbdbc6
RS
65662007-10-12 Richard Stallman <rms@gnu.org>
6567
6568 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
6569
6570 * commands.texi (Distinguish Interactive): New node,
6571 broken out from Interactive Call and rewritten.
6572 (Command Loop): Put Distinguish Interactive in menu.
6573
af23e1e8
RS
65742007-10-09 Richard Stallman <rms@gnu.org>
6575
6576 * text.texi (Examining Properties): Mention overlay priority.
6577
6578 * display.texi (Display Margins): Correct the description
6579 of margin display specifications.
6580 (Replacing Specs): New subnode broken out of Display Property.
6581
e1965a69
JL
65822007-10-06 Juri Linkov <juri@jurta.org>
6583
6584 * text.texi (Filling): Document fill-paragraph-or-region.
6585
4638454b
JB
65862007-10-05 Juanma Barranquero <lekktu@gmail.com>
6587
6588 * display.texi (Auto Faces): Fix typo.
6589
7ed54cc5
RS
65902007-10-02 Richard Stallman <rms@gnu.org>
6591
6592 * display.texi (Display Property): Explain some display specs
6593 don't let you move point in.
6594
5dcb4c4e
SM
6595 * frames.texi (Cursor Parameters):
6596 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
6597
6598 * windows.texi (Basic Windows): Don't describe
6599 cursor-in-non-selected-windows here.
6600
305a7ef2
EZ
66012007-10-01 Eli Zaretskii <eliz@gnu.org>
6602
6603 * processes.texi (Misc Network): Note that these functions are
6604 supported only on some systems.
6605
f7a7f4eb
RS
66062007-10-01 Richard Stallman <rms@gnu.org>
6607
6608 * display.texi (Overlay Properties): Explain nil as priority.
6609 Explain that conflicts are unpredictable if not resolved by
6610 priorities.
6611
780d7bb9
RS
66122007-09-23 Richard Stallman <rms@gnu.org>
6613
6614 * macros.texi (Backquote): Minor clarification.
6615
14b4fdfb
RS
66162007-09-19 Richard Stallman <rms@gnu.org>
6617
6618 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
6619 Clarify when they work in parallel and when one overrides.
6620 Fix error in example.
14b4fdfb 6621
b8d4c8d0
GM
66222007-09-06 Glenn Morris <rgm@gnu.org>
6623
b3e755a9 6624 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
6625 commands to use ../../info.
6626 * Makefile.in (infodir): Go up one more level.
4638454b 6627 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
6628 (miscmanualdir): New.
6629 (dist): Use new variable miscmanualdir.
6630 * makefile.w32-in (infodir, texinputdir): Go up one more level.
6631 (usermanualdir): Change from ../man to ../emacs.
6632
1bb1f7d3
MR
66332007-08-30 Martin Rudalics <rudalics@gmx.at>
6634
6635 * commands.texi (Command Loop Info): Advise against changing
6636 most variables described here. Explain new variable
6637 last-repeatable-command.
6638
b8d4c8d0
GM
66392007-08-29 Glenn Morris <rgm@gnu.org>
6640
6641 * elisp.texi (EMACSVER): Increase to 23.0.50.
6642
66432007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6644
6645 * frames.texi (Basic Parameters): Add display-environment-variable
6646 and term-environment-variable.
6647
66482007-08-28 Juri Linkov <juri@jurta.org>
6649
6650 * display.texi (Image Formats, Other Image Types): Add SVG.
6651
66522007-08-28 Juri Linkov <juri@jurta.org>
6653
6654 * display.texi (Images): Move formats-related text to new node
6655 "Image Formats".
6656 (Image Formats): New node.
6657
619fb9ee
RS
66582007-08-27 Richard Stallman <rms@gnu.org>
6659
6660 * windows.texi (Window Configurations): Clarify what
6661 a window configuration saves.
6662
b8d4c8d0
GM
66632007-08-25 Richard Stallman <rms@gnu.org>
6664
6665 * display.texi (Images): Delete redundant @findex.
6666
39f9da30
GM
66672007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6668
6669 * text.texi (Change Hooks): (after|before)-change-functions are no
6670 longer bound to nil while running; rather inhibit-modification-hooks
6671 is t.
6672
b8d4c8d0
GM
66732007-08-16 Richard Stallman <rms@gnu.org>
6674
5dcb4c4e
SM
6675 * processes.texi (Asynchronous Processes):
6676 Clarify doc of start-file-process.
b8d4c8d0
GM
6677
66782007-08-08 Martin Rudalics <rudalics@gmx.at>
6679
6680 * modes.texi (Example Major Modes): Fix typo.
6681
66822007-08-08 Glenn Morris <rgm@gnu.org>
6683
6684 * intro.texi (nil and t): Do not use `iff' in documentation.
6685
6686 * tips.texi (Documentation Tips): Recommend against `iff'.
6687
66882007-08-07 Chong Yidong <cyd@stupidchicken.com>
6689
6690 * display.texi (Image Cache): Document image-refresh.
6691
66922007-08-06 Martin Rudalics <rudalics@gmx.at>
6693
6694 * windows.texi (Size of Window): Document window-full-width-p.
6695
66962007-07-25 Glenn Morris <rgm@gnu.org>
6697
6698 * gpl.texi (GPL): Replace license with GPLv3.
6699
6700 * Relicense all FSF files to GPLv3 or later.
6701
67022007-07-24 Michael Albinus <michael.albinus@gmx.de>
6703
4638454b
JB
6704 * processes.texi (Synchronous Processes):
6705 Add `process-file-shell-command'.
b8d4c8d0
GM
6706 (Asynchronous Processes): Mention restricted use of
6707 `process-filter' and `process-sentinel' in
6708 `start-file-process'. Add `start-file-process-shell-command'.
6709
67102007-07-17 Michael Albinus <michael.albinus@gmx.de>
6711
6712 * files.texi (Magic File Names): Introduce optional parameter
6713 IDENTIFICATION for `file-remote-p'.
6714
67152007-07-16 Richard Stallman <rms@gnu.org>
6716
6717 * display.texi (Defining Faces): Fix previous change.
6718
67192007-07-14 Richard Stallman <rms@gnu.org>
6720
6721 * control.texi (Handling Errors): Document `debug' in handler list.
6722
67232007-07-10 Richard Stallman <rms@gnu.org>
6724
6725 * display.texi (Defining Faces): Explain C-M-x feature for defface.
6726
67272007-07-09 Richard Stallman <rms@gnu.org>
6728
6729 * files.texi (Magic File Names): Rewrite previous change.
6730
67312007-07-08 Michael Albinus <michael.albinus@gmx.de>
6732
6733 * files.texi (Magic File Names): Introduce optional parameter
6734 CONNECTED for `file-remote-p'.
6735
67362007-07-07 Michael Albinus <michael.albinus@gmx.de>
6737
6738 * processes.texi (Asynchronous Processes):
6739 * files.texi (Magic File Names): Add `start-file-process'.
6740
67412007-06-27 Richard Stallman <rms@gnu.org>
6742
5dcb4c4e
SM
6743 * files.texi (Format Conversion Piecemeal):
6744 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
6745
67462007-06-27 Michael Albinus <michael.albinus@gmx.de>
6747
4638454b
JB
6748 * files.texi (Magic File Names): Remove `dired-call-process'.
6749 Add `process-file'.
b8d4c8d0
GM
6750
67512007-06-27 Kenichi Handa <handa@m17n.org>
6752
6753 * text.texi (Special Properties): Fix description about
4638454b 6754 `composition' property.
b8d4c8d0
GM
6755
67562007-06-26 Kenichi Handa <handa@m17n.org>
6757
6758 * nonascii.texi (Default Coding Systems): Document about the
6759 return value `undecided'.
6760
67612007-06-25 David Kastrup <dak@gnu.org>
6762
6763 * keymaps.texi (Active Keymaps): Document new POSITION argument of
6764 `current-active-maps'.
6765
67662007-06-24 Karl Berry <karl@gnu.org>
6767
4638454b 6768 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
6769
67702007-06-15 Juanma Barranquero <lekktu@gmail.com>
6771
6772 * display.texi (Overlay Arrow): Doc fix.
6773
67742007-06-14 Karl Berry <karl@tug.org>
6775
6776 * anti.texi (Antinews): Typo.
6777
67782007-06-14 Chong Yidong <cyd@stupidchicken.com>
6779
6780 * display.texi (Image Cache): Document image-refresh.
6781
67822007-06-12 Karl Berry <karl@gnu.org>
6783
6784 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
6785 * two-volume.make: New file.
6786 * .cvsignore: Ignore two-volume files.
6787
67882007-06-12 Tom Tromey <tromey@redhat.com>
6789
6790 * os.texi (Init File): Document user-emacs-directory.
6791
67922007-06-03 Nick Roberts <nickrob@snap.net.nz>
6793
6794 * commands.texi (Click Events): Describe width and height when
6795 object is nil.
6796
67972007-05-30 Nick Roberts <nickrob@snap.net.nz>
6798
5dcb4c4e
SM
6799 * commands.texi (Click Events): Layout more logically.
6800 Describe width and height.
b8d4c8d0
GM
6801 (Drag Events, Motion Events): Update to new format for position.
6802
68032007-06-02 Richard Stallman <rms@gnu.org>
6804
6805 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
6806
68072007-06-02 Chong Yidong <cyd@stupidchicken.com>
6808
6809 * Version 22.1 released.
6810
68112007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * text.texi (Special Properties): Correct meaning of fontified face.
6814
68152007-05-30 Richard Stallman <rms@gnu.org>
6816
6817 * text.texi (Special Properties): Add link to Adjusting Point.
6818
68192007-05-12 Richard Stallman <rms@gnu.org>
6820
6821 * text.texi (Margins): indent-to-left-margin is not the default.
6822 (Mode-Specific Indent): For indent-line-function, the default
6823 is indent-relative.
6824
6825 * modes.texi (Example Major Modes): Explain last line of text-mode
6826 is redundant.
6827
68282007-05-10 Richard Stallman <rms@gnu.org>
6829
6830 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
6831
6832 * help.texi (Keys in Documentation): Add reference to
6833 Documentation Tips.
6834
6835 * files.texi (Format Conversion): TO-FN gets three arguments.
6836
6837 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
6838
68392007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
6840
6841 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
6842 * files.texi (Format Conversion): Expand intro; add menu.
6843 (Format Conversion Overview, Format Conversion Round-Trip)
6844 (Format Conversion Piecemeal): New nodes/subsections.
6845 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
6846 * text.texi (Text Properties): Remove "Saving Properties" from menu.
6847 (Saving Properties): Delete node/subsection.
6848
68492007-05-07 Karl Berry <karl@gnu.org>
6850
6851 * elisp.texi (EMACSVER): Back to 22.
6852
68532007-05-06 Richard Stallman <rms@gnu.org>
6854
6855 * processes.texi (Accepting Output): Revert most of previous change.
6856
68572007-05-05 Richard Stallman <rms@gnu.org>
6858
6859 * processes.texi (Accepting Output): accept-process-output
6860 uses microseconds, not milliseconds. But that arg is obsolete.
6861
68622007-05-04 Karl Berry <karl@tug.org>
6863
6864 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
6865
68662007-05-04 Eli Zaretskii <eliz@gnu.org>
6867
6868 * tips.texi (Documentation Tips): Rearrange items to place the
6869 more important ones first. Add an index entry for hyperlinks.
6870
68712007-05-03 Karl Berry <karl@gnu.org>
6872
6873 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
6874 (EMACSVER) [smallbook]: 22 for printed version.
6875
6876 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
6877 so restore anchor to normal position after defun. Found by Kevin Ryde.
6878
68792007-04-26 Glenn Morris <rgm@gnu.org>
6880
6881 * elisp.texi (EMACSVER): Increase to 22.1.50.
6882
68832007-04-28 Karl Berry <karl@gnu.org>
6884
6885 * elisp.texi: Improve line breaks on copyright page,
6886 similar layout to emacs manual, 8.5x11 by default.
6887
68882007-04-24 Richard Stallman <rms@gnu.org>
6889
6890 * text.texi (Special Properties): Add xref to Overlay Properties.
6891
6892 * display.texi (Overlay Properties): Add xref to Special Properties.
6893
68942007-04-22 Richard Stallman <rms@gnu.org>
6895
6896 * keymaps.texi (Extended Menu Items): Move the info about
6897 format with cached keyboard binding.
6898
68992007-04-21 Richard Stallman <rms@gnu.org>
6900
6901 * text.texi (Special Properties): Clarify previous change.
6902
6903 * files.texi (File Name Expansion): Clarify previous change.
6904
6905 * display.texi (Attribute Functions): Fix example for
6906 face-attribute-relative-p.
6907
69082007-04-19 Kenichi Handa <handa@m17n.org>
6909
6910 * text.texi (Special Properties): Document composition property.
6911
69122007-04-19 Glenn Morris <rgm@gnu.org>
6913
6914 * files.texi (File Name Expansion): Mention "superroot".
6915
69162007-04-15 Chong Yidong <cyd@stupidchicken.com>
6917
6918 * frames.texi (Multiple Displays): Add note about "multi-monitor"
6919 setups.
6920 (Display Feature Testing): Note that display refers to all
6921 physical monitors for multi-monitor setups.
6922
69232007-04-14 Richard Stallman <rms@gnu.org>
6924
6925 * lists.texi (Sets And Lists): Clarify `delete' examples.
6926 Remove spurious xref to same node.
6927 Clarify xref for add-to-list.
6928
69292007-04-12 Nick Roberts <nickrob@snap.net.nz>
6930
6931 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
6932 value of lisp-mode-map.
6933
69342007-04-11 Karl Berry <karl@gnu.org>
6935
6936 * anti.texi (Antinews):
6937 * display.texi (Overlay Properties, Defining Images):
6938 * processes.texi (Synchronous Processes, Sentinels):
6939 * syntax.texi (Syntax Table Internals):
6940 * searching.texi (Regexp Special):
6941 * nonascii.texi (Default Coding Systems):
6942 * text.texi (Special Properties):
6943 * minibuf.texi (Basic Completion): Wording to improve breaks in
6944 8.5x11 format.
6945 * elisp.texi (smallbook): New @set to more easily switch between
6946 smallbook and 8.5x11.
6947
69482007-04-11 Richard Stallman <rms@gnu.org>
6949
6950 * text.texi (Lazy Properties): Minor fix.
6951
69522007-04-08 Karl Berry <karl@gnu.org>
6953
6954 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
6955 * macros.texi (Backquote): Downcase Backquote in index entries for
6956 consistency.
6957
69582007-04-08 Richard Stallman <rms@gnu.org>
6959
6960 * text.texi (Adaptive Fill): Just describe default,
6961 don't show it (since it contains non-ASCII chars).
6962
69632007-04-07 Karl Berry <karl@gnu.org>
6964
6965 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
6966 adaptive-fill-regexp's value, since they are not in the standard
6967 TeX fonts.
6968
69692007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
6970
6971 * display.texi (Defining Faces): Fix example.
6972
69732007-04-07 Karl Berry <karl@gnu.org>
6974
6975 * display.texi (Button Buffer Commands): Improve page break.
6976
69772007-04-07 Richard Stallman <rms@gnu.org>
6978
6979 * advice.texi (Activation of Advice): Remove redundant index entry.
6980
6981 * backups.texi: Improve index entries. Remove redundant ones.
6982
6983 * compile.texi (Byte Compilation): Improve index entry.
6984
6985 * hash.texi (Creating Hash): Improve index entry.
6986
6987 * symbols.texi (Definitions): Improve index entry.
6988
6989 * edebug.texi: Improve index entries. Remove redundant/useless ones.
6990
6991 * maps.texi (Standard Keymaps): Remove useless index entry.
6992
6993 * help.texi (Documentation Basics): Remove redundant index entries.
6994
6995 * customize.texi: Improve index entries.
6996 Remove redundant/useless ones.
6997
6998 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
6999
7000 * streams.texi (Output Variables): Improve index entry.
7001
7002 * abbrevs.texi (Abbrevs): Remove useless index entry.
7003
7004 * macros.texi (Expansion): Remove useless index entry.
7005
7006 * text.texi: Improve index entries. Remove redundant/useless ones.
7007 (Text Properties, Examining Properties)
7008 (Special Properties): Use "property category" instead of "category"
7009 to refer to the `category' property.
7010
7011 * positions.texi: Improve index entries. Remove useless one.
7012
7013 * lists.texi: Improve index entries. Remove redundant/useless ones.
7014
7015 * os.texi: Improve index entries.
7016 (Timers): Fix previous change.
7017
7018 * buffers.texi: Improve index entries.
7019 (Modification Time): Get rid of term "obsolete buffer".
7020
7021 * debugging.texi: Improve index entries.
7022 (Test Coverage): Add xref to other test coverage ftr.
7023
7024 * eval.texi: Improve index entry. Remove redundant ones.
7025
7026 * numbers.texi: Improve index entries. Remove redundant/useless ones.
7027
7028 * files.texi: Improve index entries. Remove redundant/useless ones.
7029
7030 * objects.texi: Improve index entries.
7031
7032 * processes.texi: Improve index entries.
7033
7034 * modes.texi: Improve index entry. Remove redundant one.
7035
7036 * nonascii.texi: Improve index entries.
7037
7038 * internals.texi: Improve index entries.
7039
7040 * syntax.texi: Improve index entries.
7041
7042 * keymaps.texi (Active Keymaps): Improve index entries.
7043
7044 * commands.texi: Improve index entries. Remove redundant/useless ones.
7045
7046 * frames.texi: Improve index entries. Remove redundant/useless ones.
7047
7048 * markers.texi: Improve index entries. Remove redundant ones.
7049
7050 * tips.texi: Improve index entries.
7051
7052 * loading.texi (Unloading): Improve index entry.
7053
7054 * variables.texi: Improve index entries. Remove redundant one.
7055
7056 * sequences.texi: Improve index entry.
7057
7058 * display.texi: Improve index entries. Remove redundant ones.
7059
7060 * windows.texi: Improve index entries.
7061
7062 * searching.texi: Improve index entries. Remove redundant one.
7063
7064 * strings.texi (Case Tables): Improve last change.
7065
70662007-04-04 Chong Yidong <cyd@stupidchicken.com>
7067
7068 * strings.texi (Case Tables): Document with-case-table and
7069 ascii-case-table.
7070
70712007-04-03 Karl Berry <karl@gnu.org>
7072
7073 * processes.texi (Network): Reword to improve page break.
7074
70752007-04-03 Eli Zaretskii <eliz@gnu.org>
7076
7077 * functions.texi (Inline Functions): Describe more disadvantages
7078 of defsubst, and make advice against it stronger.
7079
70802007-04-02 Karl Berry <karl@gnu.org>
7081
7082 * backups.texi (Backup Names): Avoid widow words.
7083 * modes.texi (Example Major Modes): Align last comment.
7084
70852007-04-01 Chong Yidong <cyd@stupidchicken.com>
7086
7087 * keymaps.texi (Remapping Commands): Document new arg to
7088 command-remapping.
7089
70902007-04-01 Karl Berry <karl@gnu.org>
7091
7092 * processes.texi (Low-Level Network): Typo.
7093 * loading.texi (Hooks for Loading): Avoid double "the".
7094 * keymaps.texi (Key Sequences): No double "and".
7095 (Changing Key Bindings): Shorten to improve line break.
7096
70972007-03-31 Glenn Morris <rgm@gnu.org>
7098
7099 * os.texi (Timers): Fix description of run-at-time TIME formats.
7100
71012007-03-31 Richard Stallman <rms@gnu.org>
7102
7103 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7104 regarding ellipsis.
7105
71062007-03-31 Eli Zaretskii <eliz@gnu.org>
7107
7108 * intro.texi (nil and t):
7109 * symbols.texi (Plists and Alists):
7110 * variables.texi (Variable Aliases, Constant Variables):
7111 * functions.texi (Defining Functions):
7112 * advice.texi (Advising Primitives):
7113 * debugging.texi (Syntax Errors, Compilation Errors):
7114 * minibuf.texi (Minibuffer Windows):
7115 * commands.texi (Adjusting Point):
7116 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7117 (Auto Major Mode, Major Mode Conventions):
7118 * help.texi (Describing Characters):
7119 * files.texi (Create/Delete Dirs, Information about Files)
7120 (File Locks, Writing to Files, Reading from Files)
7121 (Saving Buffers):
7122 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7123 * frames.texi (Finding All Frames):
7124 * positions.texi (Buffer End, Motion):
7125 * markers.texi (The Region):
7126 * text.texi (Deletion, Near Point):
7127 * display.texi (Displaying Messages, Truncation):
7128 * os.texi (Processor Run Time):
7129 * tips.texi (Key Binding Conventions, Programming Tips)
7130 (Warning Tips, Documentation Tips, Comment Tips):
7131 * internals.texi (Memory Usage): Improve indexing.
7132
7133 * variables.texi (Frame-Local Variables):
7134 * functions.texi (Argument List):
7135 * loading.texi (Library Search):
7136 * streams.texi (Output Variables):
7137 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7138 * searching.texi (Replacing Match, Search and Replace):
7139 * processes.texi (Byte Packing, Decoding Output)
7140 (Accepting Output, Network Servers, Shell Arguments):
7141 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7142 * windows.texi (Window Point, Window Start):
7143 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7144 * commands.texi (Reading Input, Keyboard Events):
7145 * minibuf.texi (Reading File Names, Minibuffer Completion)
7146 (Recursive Mini):
7147 * positions.texi (List Motion):
7148 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7149 * numbers.texi (Arithmetic Operations, Math Functions)
7150 (Predicates on Numbers, Comparison of Numbers):
7151 (Numeric Conversions):
7152 * locals.texi (Standard Buffer-Local Variables):
7153 * maps.texi (Standard Keymaps):
7154 * os.texi (User Identification, System Environment, Recording Input)
7155 (X11 Keysyms):
7156 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7157 * backups.texi (Backups and Auto-Saving):
7158 * customize.texi (Customization, Group Definitions)
7159 (Variable Definitions):
7160 * compile.texi (Byte Compilation): Improve index entries.
7161
71622007-03-31 Karl Berry <karl@gnu.org>
7163
7164 * macros.texi (Defining Macros): Avoid widow syllable.
7165
71662007-03-31 Eli Zaretskii <eliz@gnu.org>
7167
7168 * elisp.texi (Top): Postscript -> PostScript.
7169
7170 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7171
71722007-03-31 Markus Triska <markus.triska@gmx.at>
7173
7174 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7175
71762007-03-30 Karl Berry <karl@gnu.org>
7177
7178 * lists.texi (List-related Predicates): Remove spurious @need.
7179 (Setcdr): Use @smallexample to improve page break.
7180 (Association Lists) <assoc>: Reword to improve page break.
7181
7182 * strings.texi (String Conversion): Insert blank line to improve
7183 page break.
7184
7185 * numbers.texi (Random Numbers): Use @minus{}.
7186 (Math Functions): Use @minus{}.
7187
7188 * intro.texi (Acknowledgements): Avoid line breaks before middle
7189 initials.
7190
71912007-03-24 Eli Zaretskii <eliz@gnu.org>
7192
7193 * errors.texi (Standard Errors): Add an index entry.
7194
71952007-03-19 Richard Stallman <rms@gnu.org>
7196
7197 * os.texi (Recording Input): recent-keys now gives 300 keys.
7198
71992007-03-12 Glenn Morris <rgm@gnu.org>
7200
7201 * os.texi: Replace "daylight savings" with "daylight saving"
7202 throughout.
7203
72042007-03-05 Richard Stallman <rms@gnu.org>
7205
5dcb4c4e
SM
7206 * variables.texi (File Local Variables):
7207 Update enable-local-variables values.
b8d4c8d0
GM
7208
72092007-03-04 Richard Stallman <rms@gnu.org>
7210
7211 * syntax.texi (Control Parsing): Minor clarification.
7212
7213 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7214
7215 * sequences.texi (Sequence Functions): Move string-bytes away,
7216 add xref.
7217
7218 * nonascii.texi (Text Representations): Move string-bytes here.
7219
7220 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7221
7222 * minibuf.texi (Basic Completion): Minor clarification.
7223
7224 * markers.texi (The Mark): Clarify existence vs activation of mark.
7225 Other cleanup.
7226
7227 * display.texi (Finding Overlays): Write better example.
7228
7229 * compile.texi (Eval During Compile): Clarify putting macros
7230 in eval-when-compile.
7231
c5602427 72322007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
7233
7234 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 7235 load-read-function definition doc.
b8d4c8d0
GM
7236
72372007-02-21 Kim F. Storm <storm@cua.dk>
7238
7239 * strings.texi (Text Comparison): Mention that assoc-string
7240 converts symbols to strings before testing.
7241
72422007-02-17 Kim F. Storm <storm@cua.dk>
7243
7244 * processes.texi (Bindat Spec): Vector types can have optional
7245 element type.
7246 (Bindat Examples): Fix example. Add vector with element type.
7247
72482007-02-16 Andreas Schwab <schwab@suse.de>
7249
7250 * strings.texi (Formatting Strings): Document '+' flag.
7251
72522007-02-15 Juanma Barranquero <lekktu@gmail.com>
7253
7254 * strings.texi (Modifying Strings): Clarify that `clear-string'
7255 always converts the string to unibyte.
7256
72572007-02-14 Kim F. Storm <storm@cua.dk>
7258
7259 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7260 Rewrite glyph code description to refer to these functions.
7261 Remove details of encoding face number and char into integer code.
7262
72632007-02-03 Alan Mackenzie <acm@muc.de>
7264
7265 * loading.texi (Hooks for Loading): Make the description of
7266 `eval-after-load' more detailed, and amend the description of
7267 after-load-alist, in accordance with changes from 2006-05.
7268
72692007-02-03 Chong Yidong <cyd@stupidchicken.com>
7270
7271 * modes.texi (Defining Minor Modes): Document that a :require
7272 keyword or similar may be required to make saved customization
7273 variables work.
7274
72752007-02-03 Eli Zaretskii <eliz@gnu.org>
7276
7277 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
7278 Texinfo guidelines and with what texnfo-upd.el expects.
7279 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
7280 parts needed by `texinfo-multiple-files-update'.
7281
72822007-02-02 Eli Zaretskii <eliz@gnu.org>
7283
7284 * elisp.texi (Top): Update the top-level menus.
7285
7286 * syntax.texi (Categories): Add index entries.
7287
72882007-02-01 Juanma Barranquero <lekktu@gmail.com>
7289
7290 * display.texi (Attribute Functions): Fix name and description of
7291 the UNDERLINE arg of `set-face-underline-p'.
7292
72932007-01-29 Eli Zaretskii <eliz@gnu.org>
7294
7295 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7296 Variables", and "Standard Keymaps" to the detailed menu.
7297
7298 * variables.texi (Future Local Variables): Add index entry.
7299
73002007-01-28 Richard Stallman <rms@gnu.org>
7301
7302 * tips.texi (Coding Conventions): Clarify the tip about macros
7303 that define a function or a variable.
7304
7305 * files.texi (File Attributes): UID and GID can be floats.
7306 (Magic File Names): Explain why deferring all operations to
7307 the standard handler does not work.
7308
73092007-01-23 Martin Rudalics <rudalics@gmx.at>
7310
7311 * backups.texi (Reverting): Use "buffer" instead of "file"
7312 when talking about major and minor modes.
7313
73142007-01-21 Richard Stallman <rms@gnu.org>
7315
7316 * help.texi (Documentation): Add xref to Documentation Tips.
7317
73182007-01-14 Juanma Barranquero <lekktu@gmail.com>
7319
7320 * tips.texi (Coding Conventions): Fix typos.
7321
73222007-01-05 Richard Stallman <rms@gnu.org>
7323
7324 * modes.texi (Defining Minor Modes): Fix previous change.
7325
73262007-01-03 Richard Stallman <rms@gnu.org>
7327
7328 * customize.texi (Variable Definitions, Customization Types):
7329 Don't use * in doc string for defcustom.
7330
73312007-01-02 Richard Stallman <rms@gnu.org>
7332
7333 * variables.texi (Variable Aliases): Clarify that aliases vars
7334 always have the same value.
7335
7336 * processes.texi (Bindat Spec): Fix Texinfo usage.
7337
7338 * modes.texi (Defining Minor Modes): Explain effect of command
7339 defined with define-global-minor-mode on new buffers.
7340
73412006-12-30 Kim F. Storm <storm@cua.dk>
7342
7343 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7344 `auto-resize-tool-bars'.
7345
73462006-12-30 Richard Stallman <rms@gnu.org>
7347
7348 * keymaps.texi (Active Keymaps): Fix previous change.
7349
73502006-12-30 Nick Roberts <nickrob@snap.net.nz>
7351
7352 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7353
73542006-12-30 Kim F. Storm <storm@cua.dk>
7355
7356 * processes.texi (Bindat Spec): Clarify using field names in
7357 length specifications.
7358
73592006-12-29 Kim F. Storm <storm@cua.dk>
7360
7361 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7362 Add count and index variables for eval forms in repeat blocks.
7363
73642006-12-24 Richard Stallman <rms@gnu.org>
7365
5dcb4c4e
SM
7366 * customize.texi (Variable Definitions):
7367 Document new name custom-add-frequent-value.
b8d4c8d0
GM
7368
73692006-12-19 Kim F. Storm <storm@cua.dk>
7370
7371 * commands.texi (Misc Events): User signals now result in sigusr1
7372 and sigusr2 events which are handled through special-event-map.
7373 (Special Events): User signals and drag-n-drop are special.
7374
73752006-12-17 Richard Stallman <rms@gnu.org>
7376
7377 * loading.texi (Named Features): Explain subfeatures better.
7378
7379 * customize.texi: Use "option" only for user options.
7380 For the keyword values inside defcustom etc, say "keywords".
7381 For :options value's elements, say "elements".
7382 :group should not be omitted.
7383
7384 * syntax.texi (Parsing Expressions): Split up node.
7385 (Motion via Parsing, Position Parse, Parser State)
7386 (Low-Level Parsing, Control Parsing): New subnodes.
7387 (Parser State): Document syntax-ppss-toplevel-pos.
7388
7389 * positions.texi (List Motion): Punctuation fix.
7390
7391 * files.texi (File Name Completion): Document PREDICATE arg
7392 to file-name-completion.
7393
73942006-12-16 Eli Zaretskii <eliz@gnu.org>
7395
7396 * internals.texi (Building Emacs, Writing Emacs Primitives):
7397 Add index entries.
7398
73992006-12-11 Richard Stallman <rms@gnu.org>
7400
7401 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
7402 affects face menu. Explain how to make it non-nil without enabling
7403 any fontification.
7404
74052006-12-10 Chong Yidong <cyd@stupidchicken.com>
7406
7407 * modes.texi (Font Lock Basics): Document nil value of
7408 font-lock-defaults.
7409
74102006-12-10 Glenn Morris <rgm@gnu.org>
7411
7412 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
7413 value for system-flag argument. Abbrev tables may not be empty
7414 when major modes are loaded.
7415
74162006-12-08 Juanma Barranquero <lekktu@gmail.com>
7417
7418 * makefile.w32-in (maintainer-clean): Partially revert last
7419 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
7420 to protect elisp-covers.texi.
7421
74222006-12-07 Juanma Barranquero <lekktu@gmail.com>
7423
7424 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
7425 Don't remove elisp* info files; they are already deleted by the
7426 `clean' and `distclean' targets, and they are in the $(infodir)
7427 directory, not the current one.
7428
74292006-12-04 Kim F. Storm <storm@cua.dk>
7430
7431 * commands.texi (Misc Events): Update signal events.
7432 (Event Examples): Add signal example.
7433
74342006-11-29 Richard Stallman <rms@gnu.org>
7435
7436 * frames.texi (Visibility of Frames): Explain visible windows
7437 can be covered by others. Add xref for raise-frame.
7438
74392006-11-28 Richard Stallman <rms@gnu.org>
7440
7441 * searching.texi (Regexp Special): Update when ^ is special.
7442
74432006-11-27 Eli Zaretskii <eliz@gnu.org>
7444
7445 * customize.texi (Customization, Common Keywords)
7446 (Group Definitions, Variable Definitions, Composite Types)
7447 (Type Keywords, Customization Types): Add index entries for
7448 various customization keywords.
7449
74502006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7451
7452 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
7453
c8763fb6 74542006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7455
7456 * frames.texi (Window System Selections): Remove clipboard from
7457 description of selection-coding-system.
7458
74592006-11-06 Richard Stallman <rms@gnu.org>
7460
7461 * lists.texi (List Variables): Document COMPARE-FN.
7462
7463 * keymaps.texi: Avoid use of "binding" to mean a relation;
7464 use it only to refer to the meaning associated with a key.
7465 (Keymaps): Change menu node description.
7466
7467 * elisp.texi (Top): Change menu node description.
7468
7469 * display.texi (Managing Overlays): Document overlay-recenter.
7470
74712006-10-29 Chong Yidong <cyd@stupidchicken.com>
7472
7473 * Makefile.in: Use relative paths to avoid advertising filesystem
7474 contents during compilation.
7475
74762006-10-23 Kim F. Storm <storm@cua.dk>
7477
7478 * commands.texi (Event Input Misc): Update unread-command-events.
7479
74802006-10-23 Nick Roberts <nickrob@snap.net.nz>
7481
7482 * lists.texi (Sets And Lists): Fix typos.
7483
74842006-10-18 Juanma Barranquero <lekktu@gmail.com>
7485
7486 * control.texi (Processing of Errors): Use @var for an argument,
7487 not @code.
7488
74892006-10-16 Richard Stallman <rms@gnu.org>
7490
7491 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
7492
7493 * keymaps.texi (Format of Keymaps): Show all the keymap element
7494 patterns that result from menu items.
7495 (Key Lookup): Minor cleanups.
7496
7497 * modes.texi (Precalculated Fontification): Don't say that
7498 not setting font-lock-defaults avoids loading font-lock.
7499
7500 * help.texi (Documentation): Move xref to Emacs Manual here.
7501 (Documentation Basics): From here.
7502 Also doc emacs-lisp-docstring-fill-column.
7503
7504 * elisp.texi: Update version and ISBN.
7505
7506 * commands.texi (Interactive Call): Clarify KEYS arg to
7507 call-interactively is a vector.
7508 (Command Loop Info): Delete anchor in this-command-keys.
7509 Add anchor in this-command-keys-vector.
7510 (Recursive Editing): Document how recursive-edit
7511 handles the current buffer.
7512
75132006-10-13 Chong Yidong <cyd@stupidchicken.com>
7514
7515 * frames.texi (Frame Titles): %c and %l are ignored in
7516 frame-title-format.
7517
75182006-10-11 Richard Stallman <rms@gnu.org>
7519
7520 * keymaps.texi (Key Sequences): Clarify use of kbd.
7521
75222006-10-10 Kim F. Storm <storm@cua.dk>
7523
7524 * lists.texi (Sets And Lists): Add memql.
7525
75262006-10-03 Richard Stallman <rms@gnu.org>
7527
7528 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
7529 Clarify :ascii: and :nonascii:.
7530
75312006-09-29 Juri Linkov <juri@jurta.org>
7532
7533 * modes.texi (%-Constructs): Reorder coding systems in the
7534 documentation of %z to the real order displayed in the modeline.
7535
75362006-09-25 Richard Stallman <rms@gnu.org>
7537
7538 * os.texi (Timers): Describe timer-max-repeats.
7539
75402006-09-25 Chong Yidong <cyd@stupidchicken.com>
7541
7542 * os.texi (Timers): Mention with-local-quit.
7543
75442006-09-24 Richard Stallman <rms@gnu.org>
7545
7546 * searching.texi (Searching and Matching): Mention property search.
7547
7548 * commands.texi (Command Loop Info): Explain how read-event affects
7549 this-command-keys.
7550
75512006-09-20 Richard Stallman <rms@gnu.org>
7552
7553 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
7554
7555 * windows.texi (Window Start): Minor cleanups.
7556
75572006-09-20 Kim F. Storm <storm@cua.dk>
7558
7559 * windows.texi (Window Start): pos-visible-in-window-p allows
7560 specifying t for position to mean "end of window".
7561 Add window-line-height.
7562
7563 * anti.texi (Antinews): Mention window-line-height.
7564
75652006-09-19 David Kastrup <dak@gnu.org>
7566
7567 * keymaps.texi (Searching Keymaps): Small clarification.
7568
75692006-09-18 Richard Stallman <rms@gnu.org>
7570
7571 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
7572 cause keyboard menus.
7573 (Menu Keymaps): Likewise.
7574 (Defining Menus, Keyboard Menus): Clarify.
7575
7576 * text.texi (Fields): Clarify explanation of constrain-to-field.
7577
75782006-09-16 Eli Zaretskii <eliz@gnu.org>
7579
7580 * variables.texi (Tips for Defining): Fix a typo.
7581
75822006-09-15 Richard Stallman <rms@gnu.org>
7583
7584 * keymaps.texi (Remapping Commands, Searching Keymaps)
7585 (Active Keymaps): Clean up previous change.
7586
75872006-09-15 Jay Belanger <belanger@truman.edu>
7588
7589 * gpl.texi: Replace "Library Public License" by "Lesser Public
7590 License" throughout.
7591
75922006-09-15 David Kastrup <dak@gnu.org>
7593
7594 * keymaps.texi (Active Keymaps): Adapt description to use
7595 `get-char-property' instead `get-text-property'. Explain how
7596 mouse events change this. Explain the new optional argument of
7597 `key-binding' and its mouse-dependent lookup.
7598 (Searching Keymaps): Adapt description similarly.
7599 (Remapping Commands): Explain the new optional argument of
7600 `command-remapping'.
7601
76022006-09-14 Richard Stallman <rms@gnu.org>
7603
7604 * keymaps.texi (Searching Keymaps): Clarification.
7605 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
7606
76072006-09-13 Richard Stallman <rms@gnu.org>
7608
7609 * objects.texi (Character Type): Node split.
7610 Add xref to Describing Characters.
7611 (Basic Char Syntax, General Escape Syntax)
7612 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
7613
76142006-09-11 Richard Stallman <rms@gnu.org>
7615
7616 * display.texi (Display Table Format): Wording clarification.
7617 (Glyphs): Clarifications.
7618
76192006-09-10 Chong Yidong <cyd@stupidchicken.com>
7620
7621 * keymaps.texi (Active Keymaps): Mention that key-binding checks
7622 local maps.
7623
76242006-09-10 Kim F. Storm <storm@cua.dk>
7625
7626 * display.texi (Forcing Redisplay): Document return value of
7627 function redisplay.
7628
76292006-09-09 Richard Stallman <rms@gnu.org>
7630
7631 * windows.texi (Window Hooks): Explain limits of
7632 window-scroll-functions.
7633
7634 * display.texi (Fringe Indicators): Update for last change in
7635 indicate-buffer-boundaries.
7636
76372006-09-08 Richard Stallman <rms@gnu.org>
7638
7639 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
7640
76412006-09-06 Kim F. Storm <storm@cua.dk>
7642
7643 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
7644
7645 * windows.texi (Window Start): Update pos-visible-in-window-p.
7646
76472006-09-04 Richard Stallman <rms@gnu.org>
7648
7649 * processes.texi (Accepting Output): Explain SECONDS=0 for
7650 accept-process-output.
7651
7652 * os.texi (Idle Timers): Explain why timer functions should not
7653 loop until (input-pending-p).
7654
76552006-09-02 Eli Zaretskii <eliz@gnu.org>
7656
7657 * makefile.w32-in (usermanualdir): New variable.
7658 (elisp.dvi): Use it.
7659
76602006-09-01 Eli Zaretskii <eliz@gnu.org>
7661
7662 * buffers.texi (Buffer Modification): Fix last change.
7663
76642006-09-01 Chong Yidong <cyd@stupidchicken.com>
7665
5dcb4c4e
SM
7666 * buffers.texi (Buffer Modification):
7667 Document buffer-chars-modified-tick.
b8d4c8d0
GM
7668
76692006-08-31 Richard Stallman <rms@gnu.org>
7670
7671 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
7672
76732006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
7674
7675 * modes.texi (Syntactic Font Lock):
7676 Mention font-lock-syntactic-face-function
7677 instead of specific faces.
7678
76792006-08-29 Chong Yidong <cyd@stupidchicken.com>
7680
7681 * display.texi (Images): Add xrref to display-images-p.
7682
76832006-08-28 Kenichi Handa <handa@m17n.org>
7684
7685 * nonascii.texi (Lisp and Coding Systems): Fix description of
7686 detect-coding-region.
7687
76882006-08-27 Michael Olson <mwolson@gnu.org>
7689
7690 * processes.texi (Transaction Queues): Remove stray quote
7691 character.
7692
76932006-08-25 Richard Stallman <rms@gnu.org>
7694
7695 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
7696 Add xref.
7697
76982006-08-24 Chong Yidong <cyd@stupidchicken.com>
7699
7700 * os.texi (Timers): Avoid waiting inside timers.
7701
77022006-08-21 Lute Kamstra <lute@gnu.org>
7703
7704 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
7705
77062006-08-20 Richard Stallman <rms@gnu.org>
7707
7708 * os.texi (Idle Timers): New node, split out from Timers.
7709 Document current-idle-time.
7710 * commands.texi (Reading One Event): Update xref.
7711 * elisp.texi (Top): Update subnode menu.
7712
77132006-08-16 Richard Stallman <rms@gnu.org>
7714
7715 * keymaps.texi (Extended Menu Items): Show format of cached
7716 bindings in extended menu items.
7717
7718 * customize.texi (Variable Definitions): Explain when the
7719 standard value expression is evaluated.
7720
77212006-08-15 Chong Yidong <cyd@stupidchicken.com>
7722
7723 * commands.texi (Reading One Event): Explain idleness in
7724 `read-event'.
7725
77262006-08-12 Chong Yidong <cyd@stupidchicken.com>
7727
7728 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 7729 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
7730 relevant for Lisp programming.
7731 (Yank Commands): Rewrite introduction.
7732 (Undo): Clarify.
7733 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
7734 (Filling): Remove redundant comment. Clarify return value of
7735 current-justification.
7736 (Margins): Minor clarifications.
7737 (Adaptive Fill): Update default value of adaptive-fill-regexp.
7738 (Sorting): Update definition of sort-lines.
7739 (Columns): Clarify behavior of sort-columns.
7740 (Indent Tabs): Link to Tab Stops in Emacs manual.
7741 (Special Properties): Clarify.
7742 (Clickable Text): Mention Buttons package.
7743
77442006-08-12 Kevin Ryde <user42@zip.com.au>
7745
7746 * os.texi (Time Parsing): Add %z to description of
7747 format-time-string, as per docstring. Add cross reference to
7748 glibc manual for strftime.
7749
77502006-08-08 Richard Stallman <rms@gnu.org>
7751
7752 * modes.texi: Clean up wording in previous change.
7753
77542006-08-07 Chong Yidong <cyd@stupidchicken.com>
7755
7756 * modes.texi (Hooks): Clarify.
7757 (Major Mode Basics): Mention define-derived-mode explicitly.
7758 (Major Mode Conventions): Rebinding RET is OK for some modes.
7759 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 7760 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
7761 (Mode Line Basics): Clarify.
7762 (Mode Line Data): Mention help-echo and local-map in strings.
7763 Explain reason for treatment of non-risky variables.
7764 (Properties in Mode): Clarify.
7765 (Faces for Font Lock): Add font-lock-negation-char-face.
7766
77672006-08-04 Eli Zaretskii <eliz@gnu.org>
7768
7769 * strings.texi (Formatting Strings): Warn against arbitrary
7770 strings as first arg to `format'.
7771
77722006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
7773
7774 * text.texi (Clickable Text): Mention `help-echo' text property.
7775 Update intro, examples and associated explanations.
7776
77772006-07-31 Richard Stallman <rms@gnu.org>
7778
7779 * commands.texi: Update xrefs.
7780 (Event Mod): New node, cut out from old Translating Input.
7781
7782 * maps.texi: Update xrefs.
7783
7784 * keymaps.texi (Translation Keymaps): New node.
7785 Update xrefs from Translating Input to Translation Keymaps.
7786
7787 * elisp.texi (Top): Update subnode menu.
7788
7789 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
7790
7791 * os.texi (System Interface): Fix menu descriptions of some nodes.
7792 (Translating Input): Node deleted.
7793
77942006-07-31 Nick Roberts <nickrob@snap.net.nz>
7795
7796 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
7797
7798 * lists.texi (Sets And Lists): Likewise.
7799
78002006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
7801
7802 * text.texi (Fields): Mention POS
7803 requirement when narrowing is in effect.
7804
78052006-07-28 Richard Stallman <rms@gnu.org>
7806
7807 * display.texi (Face Attributes): Simplify wording.
7808 (Attribute Functions): Clarify meaning of new-frame default
7809 attribute settings.
7810
7811 * customize.texi (Common Keywords): Document how to use
7812 :package-version in a package not in Emacs.
7813
78142006-07-28 Kim F. Storm <storm@cua.dk>
7815
7816 * commands.texi (Reading One Event): Fix last change.
7817
78182006-07-26 Chong Yidong <cyd@stupidchicken.com>
7819
7820 * commands.texi (Reading One Event): Document SECONDS argument for
7821 read-event, read-char, and read-char-exclusive.
7822
78232006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7824
7825 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
7826 to ensure correct identification.
7827
78282006-07-24 Richard Stallman <rms@gnu.org>
7829
7830 * text.texi (Clickable Text): Clarify.
7831
7832 * sequences.texi (Vector Functions): Delete duplicate xref.
7833
7834 * objects.texi (Function Type): Clarify.
7835
7836 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
7837 modes.
7838
7839 * lists.texi (List Variables): New node.
7840 Material moved from other nodes.
7841
7842 * variables.texi (Setting Variables): add-to-list and
7843 add-to-ordered-list moved to List Variables node.
7844
78452006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7846
7847 * text.texi (Links and Mouse-1):
7848 For mouse-on-link-p, expand on arg POS.
7849
78502006-07-21 Kim F. Storm <storm@cua.dk>
7851
7852 * display.texi (Forcing Redisplay): Don't mention systems which
7853 don't support sub-second timers for redisplay-preemption-period.
7854
7855 * os.texi (Terminal Output): Clarify text vs graphical terminal.
7856
78572006-07-21 Eli Zaretskii <eliz@gnu.org>
7858
7859 * frames.texi (Input Focus): Document that focus-follows-mouse has
7860 no effect on MS-Windows.
7861
78622006-07-18 Richard Stallman <rms@gnu.org>
7863
7864 * display.texi (Forcing Redisplay): Cleanups in previous change.
7865
7866 * processes.texi (Low-Level Network): Make menu more convenient.
7867
78682006-07-18 Kim F. Storm <storm@cua.dk>
7869
7870 * display.texi (Forcing Redisplay): redisplay-preemption-period
7871 only used on window systems. Add xref to Terminal Output.
7872
7873 * os.texi (Terminal Output): baud-rate only controls preemption on
7874 non-window systems. Add xref to Forcing Redisplay.
7875
7876 * processes.texi (Low-Level Network): Rename node "Make Network"
7877 to "Network Processes".
7878
78792006-07-18 Karl Berry <karl@gnu.org>
7880
7881 * variables.texi, functions.texi, customize.texi, loading.texi:
7882 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
7883
78842006-07-17 Chong Yidong <cyd@stupidchicken.com>
7885
7886 * commands.texi (Waiting): Document batch-mode sit-for behavior.
7887
78882006-07-17 Richard Stallman <rms@gnu.org>
7889
7890 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
7891 Put period and comma inside quotes.
7892
7893 * loading.texi, markers.texi: Use real doublequote inside menus.
7894
7895 * windows.texi: Put point and comma inside quotes.
7896 (Textual Scrolling): Use @samp for error message.
7897
7898 * variables.texi, tips.texi, syntax.texi, symbols.texi:
7899 * strings.texi, streams.texi, processes.texi, os.texi:
7900 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
7901 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
7902 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
7903 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7904 Put point and comma inside quotes.
7905
7906 * control.texi (Processing of Errors): Add command-error-function.
7907
7908 * variables.texi (File Local Variables): Clarify that
7909 file local variables make buffer-local bindings.
7910
7911 * modes.texi (Syntactic Font Lock): Give default for
7912 font-lock-syntax-table.
7913
79142006-07-17 Nick Roberts <nickrob@snap.net.nz>
7915
7916 * text.texi (Special Properties): Clean up previous change.
7917
79182006-07-16 Karl Berry <karl@gnu.org>
7919
7920 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
7921 * control.texi: Fix bad page breaks through chapter 10 (control).
7922
7923 * anti.texi (Antinews): Reorder face-attribute fns to avoid
7924 underfull hbox.
7925
79262006-07-15 Nick Roberts <nickrob@snap.net.nz>
7927
7928 * text.texi (Special Properties): Describe fontified text property
7929 in relation to a character (not text).
7930
79312006-07-15 Kim F. Storm <storm@cua.dk>
7932
7933 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
7934 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
7935 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
7936
7937 * anti.texi (Antinews): Mention redisplay function.
7938 The kbd macro existed, but was not documented, before 22.x.
7939 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
7940
79412006-07-14 Nick Roberts <nickrob@snap.net.nz>
7942
7943 * display.texi (Displaying Messages): Add anchor.
7944
7945 * frames.texi (Dialog Boxes): Use it.
7946
79472006-07-12 Richard Stallman <rms@gnu.org>
7948
7949 * objects.texi (Frame Type): Explain nature of frames better.
7950
7951 * frames.texi (Frames): Explain nature of frames better.
7952
79532006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
7954
7955 * tips.texi (Coding Conventions): Explain why use cl at compile time.
7956
79572006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7958
7959 * frames.texi (Window System Selections): Mention scrap support for Mac.
7960 Default value of x-select-enable-clipboard is t on Mac.
7961
7962 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
7963
79642006-07-11 Kim F. Storm <storm@cua.dk>
7965
7966 * display.texi (Forcing Redisplay): Add `redisplay' function.
7967 Don't mention (sit-for -1) -- use (redisplay t) instead.
7968
7969 * commands.texi (Waiting): (sit-for -1) is no longer special.
7970 (sit-for 0) is equivalent to (redisplay).
7971 Iconifying/deiconifying no longer makes sit-for return.
7972
79732006-07-10 Nick Roberts <nickrob@snap.net.nz>
7974
7975 * display.texi (Buttons): Fix typo.
7976
7977 * index.texi, elisp.texi (New Symbols): Comment node out.
7978
79792006-07-09 Richard Stallman <rms@gnu.org>
7980
7981 * display.texi (Truncation): Clean up previous change.
7982
79832006-07-08 Richard Stallman <rms@gnu.org>
7984
7985 * commands.texi (Interactive Call): Use 3 as prefix in example
7986 for execute-extended-command.
7987
7988 * display.texi (Attribute Functions): Move paragraph about
7989 compatibility with Emacs < 21.
7990
79912006-07-09 Kim F. Storm <storm@cua.dk>
7992
7993 * display.texi (Refresh Screen): Clarify force-window-update.
7994 (Truncation): "Normally" indicated by fringe arrows.
7995
79962006-07-08 Eli Zaretskii <eliz@gnu.org>
7997
7998 * windows.texi (Textual Scrolling, Resizing Windows):
7999 * variables.texi (Constant Variables):
8000 * text.texi (Buffer Contents, Deletion, Changing Properties)
8001 (Property Search, Special Properties, Sticky Properties)
8002 (Links and Mouse-1, Fields, Change Hooks):
8003 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8004 (Categories):
8005 * symbols.texi (Other Plists):
8006 * streams.texi (Output Variables):
8007 * processes.texi (Input to Processes, Query Before Exit):
8008 * positions.texi (Word Motion, Text Lines, List Motion):
8009 * os.texi (Init File, System Environment, Sound Output)
8010 (Session Management):
8011 * nonascii.texi (Text Representations, Character Sets)
8012 (Chars and Bytes, Locales):
8013 * modes.texi (Defining Minor Modes, Header Lines):
8014 * minibuf.texi (Minibuffer Contents):
8015 * markers.texi (Information from Markers):
8016 * lists.texi (List Elements, Building Lists, Association Lists):
8017 * keymaps.texi (Tool Bar):
8018 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8019 * functions.texi (What Is a Function, Mapping Functions):
8020 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8021 (Color Names, Text Terminal Colors, Display Feature Testing):
8022 * files.texi (Visiting Functions, File Name Components)
8023 (Unique File Names, Contents of Directories):
8024 * display.texi (Forcing Redisplay, Displaying Messages)
8025 (Temporary Displays, Font Selection, Auto Faces)
8026 (Font Lookup, Fringe Indicators, Display Margins)
8027 (Image Descriptors, Showing Images, Image Cache, Button Types)
8028 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8029 (Display Table Format, Glyphs):
8030 * control.texi (Iteration):
8031 * commands.texi (Command Loop Info, Adjusting Point):
8032 * backups.texi (Making Backups, Auto-Saving):
8033 Remove @tindex entries.
8034
80352006-07-07 Kim F. Storm <storm@cua.dk>
8036
8037 * display.texi (Fringe Cursors): Fix typo.
8038 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8039 (Overlay Arrow): Default is overlay-arrow fringe indicator.
8040
80412006-07-05 Richard Stallman <rms@gnu.org>
8042
8043 * text.texi (Buffer Contents): Add example of text props
8044 in result of buffer-substring.
8045 (Text Properties): Explain better about use of specific property names.
8046 (Property Search): Some cleanups; reorder some functions.
8047
8048 * keymaps.texi (Changing Key Bindings): Cleanup.
8049 Add xref to Key Binding Conventions.
8050
8051 * display.texi (Attribute Functions): Add examples for
8052 face-attribute-relative-p.
8053
8054 * tips.texi (Coding Conventions): Cleanup last change.
8055
80562006-07-05 Karl Berry <karl@gnu.org>
8057
8058 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8059 Remove @setchapternewpage odd.
8060 Result is 1013 pages, down from 1100.
8061
8062 * anti.texi, customize.texi, display.texi, internals.texi:
8063 * minibuf.texi, modes.texi, tips.texi:
8064 Fix overfull/underfull boxes.
8065
80662006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8067
8068 * edebug.texi (Instrumenting):
8069 Add Edebug-specific findex for eval-buffer.
8070 * loading.texi (Loading):
8071 Replace eval-current-buffer with eval-buffer.
8072
80732006-06-30 Nick Roberts <nickrob@snap.net.nz>
8074
8075 * locals.texi (Standard Buffer-Local Variables): Update the list
8076 of variables.
8077
80782006-06-26 Nick Roberts <nickrob@snap.net.nz>
8079
8080 * files.texi (File Name Completion): Point user to the node
8081 "Reading File Names".
8082
80832006-06-24 Eli Zaretskii <eliz@gnu.org>
8084
8085 * files.texi (Contents of Directories): Document case-insensitive
8086 behavior on respective filesystems.
8087
8088 * objects.texi (Character Type): Document that Emacs signals an
8089 error for unsupported Unicode characters specified as \uNNNN.
8090
80912006-06-19 Richard Stallman <rms@gnu.org>
8092
8093 * processes.texi (Bindat Spec): Clarify previous change.
8094
80952006-06-16 Richard Stallman <rms@gnu.org>
8096
8097 * tips.texi (Coding Conventions): Better explain conventions
8098 for definition constructs.
8099
8100 * text.texi (Special Properties): String value of `read-only'
8101 serves as the error message.
8102
8103 * objects.texi (Character Type): Clarify prev. change.
8104 (Non-ASCII in Strings): Mention \u and \U.
8105
8106 * commands.texi (Using Interactive): Explain problem of
8107 markers, etc., in command-history.
8108
81092006-06-14 Kim F. Storm <storm@cua.dk>
8110
8111 * commands.texi (Waiting): Negative arg to sit-for forces
8112 redisplay even if input is pending.
8113
8114 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8115 redisplay. Remove incorrect example of binding redisplay-dont-pause
8116 around (sit-for 0).
8117
81182006-06-13 Richard Stallman <rms@gnu.org>
8119
8120 * display.texi (Forcing Redisplay): Clarify previous change.
8121
81222006-06-13 Romain Francoise <romain@orebokech.com>
8123
8124 * display.texi (Forcing Redisplay): Fix typo.
8125
81262006-06-13 Kim F. Storm <storm@cua.dk>
8127
8128 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8129
81302006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8131
8132 * tips.texi (Coding Conventions): Add `@end itemize'.
8133
81342006-06-10 Richard Stallman <rms@gnu.org>
8135
8136 * tips.texi (Coding Conventions): Explain use of coding systems
8137 to ensure one decoding for strings.
8138
81392006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8140
8141 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8142 syntax.
8143
81442006-06-07 Eli Zaretskii <eliz@gnu.org>
8145
8146 * display.texi (Font Selection): Remove description of
8147 clear-face-cache.
8148
8149 * compile.texi (Eval During Compile): Fix a typo. Add index
8150 entries for possible uses of eval-when-compile.
8151
81522006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8153
8154 * display.texi (Abstract Display): Fix typo.
8155
81562006-06-03 Eli Zaretskii <eliz@gnu.org>
8157
8158 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8159 Reword variable's description.
8160
81612006-06-01 Richard Stallman <rms@gnu.org>
8162
8163 * windows.texi (Splitting Windows): Clarify splitting nonselected
8164 window.
8165
81662006-05-31 Juri Linkov <juri@jurta.org>
8167
8168 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8169
81702006-05-30 Richard Stallman <rms@gnu.org>
8171
8172 * display.texi (Line Height): Fix errors in description of
10d1d0af 8173 default line height and line-height property.
b8d4c8d0
GM
8174
8175 * nonascii.texi (Default Coding Systems): Further clarification.
8176
81772006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8178
8179 * internals.texi (Pure Storage): Mention that an overflow in pure
8180 space causes a memory leak.
8181 (Garbage Collection): If there was an overflow in pure space,
8182 `garbage-collect' returns nil.
8183
81842006-05-30 Eli Zaretskii <eliz@gnu.org>
8185
8186 * nonascii.texi (Default Coding Systems): Fix it some more.
8187
81882006-05-29 Eli Zaretskii <eliz@gnu.org>
8189
8190 * nonascii.texi (Default Coding Systems): Fix last change.
8191
81922006-05-29 Kenichi Handa <handa@m17n.org>
8193
8194 * nonascii.texi (find-operation-coding-system): Describe the new
8195 argument format (FILENAME . BUFFER).
8196
81972006-05-28 Richard Stallman <rms@gnu.org>
8198
8199 * tips.texi (Coding Conventions): Better explain reasons not to
8200 advise other packages or use `eval-after-load'.
8201
82022006-05-29 Kim F. Storm <storm@cua.dk>
8203
8204 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8205 `bindat-idx' and `bindat-raw' for clarity.
8206
82072006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8208
8209 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8210
8211 * display.texi (Display): Add "Abstract Display" to menu.
8212 (Abstract Display, Abstract Display Functions)
8213 (Abstract Display Example): New nodes.
8214 * elisp.texi (Top): Add "Abstract Display" to menu.
8215
82162006-05-27 Chong Yidong <cyd@stupidchicken.com>
8217
8218 * keymaps.texi (Key Sequences): Link to input events definition.
8219 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8220
8221 * files.texi (Changing Files): Document updated argument list for
8222 copy-file.
8223
82242006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8225
8226 * processes.texi (Bindat Functions): Explain term "total length".
8227 Use it in bindat-length and bindat-pack descriptions.
8228
82292006-05-26 Eli Zaretskii <eliz@gnu.org>
8230
8231 * tips.texi (Coding Conventions): Advise against using
8232 eval-after-load in packages. Add an index entry.
8233
82342006-05-25 Juri Linkov <juri@jurta.org>
8235
8236 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8237
8238 * modes.texi (%-Constructs): Add %e, %z, %Z.
8239
82402006-05-25 Richard Stallman <rms@gnu.org>
8241
8242 * elisp.texi (Top): Update subnode menu.
8243
8244 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8245 (Keymaps): Update menu.
8246
82472006-05-25 Chong Yidong <cyd@stupidchicken.com>
8248
8249 * keymaps.texi (Key Sequences): Some clarifications.
8250
82512006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8252
8253 * processes.texi (Bindat Functions): Say "unibyte string"
8254 explicitly for bindat-unpack and bindat-pack descriptions.
8255 (Bindat Examples): Don't call `string-make-unibyte' in example.
8256
82572006-05-25 Chong Yidong <cyd@stupidchicken.com>
8258
5dcb4c4e 8259 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 8260 Explain string and vector representations of key sequences.
b8d4c8d0
GM
8261
8262 * keymaps.texi (Changing Key Bindings):
dd7b651b 8263 * commands.texi (Interactive Codes):
b8d4c8d0
GM
8264 * help.texi (Describing Characters): Refer to it.
8265
82662006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8267
8268 * frames.texi (Pointer Shape): @end table -> @end defvar.
8269
82702006-05-22 Richard Stallman <rms@gnu.org>
8271
8272 * elisp.texi (Top): Update subnode menus.
8273
8274 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8275 Contents rewritten; material from old Pointer Shape node moved here.
8276
8277 * display.texi (Pointer Shape): Node deleted.
8278 (Image Descriptors): Minor cleanup.
8279
82802006-05-21 Richard Stallman <rms@gnu.org>
8281
8282 * syntax.texi (Parsing Expressions): Update info on which STATE
8283 elements are ignored.
8284
82852006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8286
8287 * hooks.texi (Standard Hooks): Correct typo.
8288
8289 * gpl.texi (GPL): ifinfo -> ifnottex.
8290
82912006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8292
8293 * searching.texi (Simple Match Data): Warn about match data being
8294 set anew by every search.
8295
82962006-05-17 Richard Stallman <rms@gnu.org>
8297
8298 * minibuf.texi (Minibuffer History): Clarify.
8299
8300 * searching.texi (Regexp Special): Clarify nested regexp warning.
8301
83022006-05-16 Kim F. Storm <storm@cua.dk>
8303
8304 * minibuf.texi (Minibuffer History): Update add-to-history.
8305
83062006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8307
5dcb4c4e
SM
8308 * nonascii.texi (Explicit Encoding):
8309 Fix typo (encoding<->decoding).
b8d4c8d0
GM
8310
83112006-05-14 Richard Stallman <rms@gnu.org>
8312
8313 * buffers.texi (Creating Buffers): Cleanup.
8314
8315 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8316
83172006-05-13 Eli Zaretskii <eliz@gnu.org>
8318
8319 * buffers.texi (Current Buffer): Document that with-temp-buffer
8320 disables undo.
8321
8322 * os.texi (Terminal-Specific): More accurate description of how
8323 Emacs searches for the terminal-specific libraries.
8324
83252006-05-12 Eli Zaretskii <eliz@gnu.org>
8326
8327 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8328 emacs-xtra to @inforef's.
8329
8330 * text.texi (Undo): Document that undo is turned off in buffers
8331 whose names begin with a space.
8332
8333 * buffers.texi (Buffer Names): Add index entries for buffers whose
8334 names begin with a space.
8335 (Creating Buffers): Document that undo is turned off in buffers
8336 whose names begin with a space.
8337
8338 * files.texi (Visiting Functions, Reading from Files)
8339 (Saving Buffers): Mention code and EOL conversions by file I/O
8340 primitives and subroutines.
8341
f4e90db0
SM
8342 * nonascii.texi (Lisp and Coding Systems):
8343 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
8344
8345 * display.texi (Defining Faces): Mention `mac', and add an xref to
8346 where window-system is described.
8347
83482006-05-10 Richard Stallman <rms@gnu.org>
8349
8350 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8351
83522006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8353
8354 * variables.texi (File Local Variables): Recommend to quote lambda
8355 expressions in safe-local-variable property.
8356
83572006-05-09 Richard Stallman <rms@gnu.org>
8358
5dcb4c4e
SM
8359 * variables.texi (File Local Variables):
8360 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
8361
83622006-05-07 Kim F. Storm <storm@cua.dk>
8363
8364 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8365 from add-to-history.
8366
83672006-05-07 Romain Francoise <romain@orebokech.com>
8368
8369 * commands.texi (Event Input Misc):
8370 * compile.texi (Eval During Compile):
8371 * internals.texi (Buffer Internals):
8372 * minibuf.texi (Initial Input):
8373 * nonascii.texi (Scanning Charsets):
8374 * numbers.texi (Comparison of Numbers):
8375 * windows.texi (Textual Scrolling, Vertical Scrolling):
8376 Fix various typos.
8377
83782006-05-06 Eli Zaretskii <eliz@gnu.org>
8379
8380 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8381 conditional xref's to either emacs or emacs-xtra, depending on
8382 @iftex/@ifnottex.
8383
8384 * minibuf.texi (Minibuffer History): Document add-to-history.
8385
83862006-05-05 Eli Zaretskii <eliz@gnu.org>
8387
8388 * internals.texi (Pure Storage): Mention the pure overflow message
8389 at startup.
8390
c8763fb6 83912006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
8392
8393 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
8394 (Searching Keymaps): Fix pseudo-Lisp description of keymap
8395 search.
8396
83972006-05-01 Richard Stallman <rms@gnu.org>
8398
8399 * intro.texi (nil and t): Clarify.
8400
8401 * variables.texi (File Local Variables): Suggest using booleanp.
8402
84032006-05-01 Juanma Barranquero <lekktu@gmail.com>
8404
8405 * objects.texi (Type Predicates): Fix typos.
8406
84072006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8408
8409 * intro.texi (nil and t): Add booleanp.
8410
8411 * objects.texi (Type Predicates): Add links for booleanp and
8412 string-or-null-p.
8413
84142006-04-29 Richard Stallman <rms@gnu.org>
8415
8416 * modes.texi (Multiline Font Lock): Rename from
8417 Multi line Font Lock Elements. Much clarification.
8418 (Font Lock Multiline, Region to Fontify): Much clarification.
8419
84202006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * variables.texi (File Local Variables): Remove the special case t for
8423 safe-local-variable.
8424
84252006-04-26 Richard Stallman <rms@gnu.org>
8426
8427 * syntax.texi (Parsing Expressions): Minor cleanup.
8428
84292006-04-18 Richard Stallman <rms@gnu.org>
8430
8431 * tips.texi (Coding Conventions): Explain when the package's
8432 prefix should appear later on (not at the start of the name).
8433
8434 * searching.texi (String Search): Clarify effect of NOERROR.
8435
8436 * modes.texi (Imenu): Clarify what special items do.
8437
8438 * hooks.texi (Standard Hooks): Delete text about old hook names.
8439
84402006-04-17 Romain Francoise <romain@orebokech.com>
8441
8442 * variables.texi (Local Variables): Update the default value of
8443 `max-specpdl-size'.
8444
84452006-04-15 Michael Olson <mwolson@gnu.org>
8446
8447 * processes.texi (Transaction Queues): Mention the new optional
8448 `delay-question' argument for `tq-enqueue'.
8449
84502006-04-13 Bill Wohler <wohler@newt.com>
8451
8452 * customize.texi (Common Keywords): Use dotted notation for
8453 :package-version value. Specify its values. Improve documentation
8454 for customize-package-emacs-version-alist.
8455
84562006-04-12 Bill Wohler <wohler@newt.com>
8457
8458 * customize.texi (Common Keywords): Move description of
8459 customize-package-emacs-version-alist to @defvar.
8460
84612006-04-10 Bill Wohler <wohler@newt.com>
8462
8463 * customize.texi (Common Keywords): Add :package-version.
8464
84652006-04-10 Kim F. Storm <storm@cua.dk>
8466
8467 * text.texi (Buffer Contents): Add NOPROPS arg to
8468 filter-buffer-substring.
8469
84702006-04-08 Kevin Ryde <user42@zip.com.au>
8471
8472 * os.texi (Command-Line Arguments): Update xref to emacs manual
8473 "Command Arguments" -> "Emacs Invocation", per change there.
8474
84752006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
8476
8477 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
8478 be on one line to help makeinfo not render two spaces after the dot.
8479
84802006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8481
8482 * strings.texi (Predicates for Strings): Add string-or-null-p.
8483
84842006-03-28 Kim F. Storm <storm@cua.dk>
8485
8486 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
8487 remarks about systems that don't support fractional seconds.
8488
84892006-03-25 Karl Berry <karl@gnu.org>
8490
8491 * elisp.texi: Use @copyright{} instead of (C), and do not indent
8492 the year list.
8493
84942006-03-21 Nick Roberts <nickrob@snap.net.nz>
8495
8496 * display.texi (Fringe Indicators): Fix typos.
8497
84982006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8499
8500 * tips.texi (Documentation Tips): One can now also write `program'
8501 in front of a quoted symbol in a docstring to prevent making a
8502 hyperlink.
8503
85042006-03-19 Alan Mackenzie <acm@muc.de>
8505
8506 * text.texi (Special Properties): Clarify `fontified' property.
8507
85082006-03-16 Richard Stallman <rms@gnu.org>
8509
8510 * display.texi (Defining Images): Minor cleanup.
8511
85122006-03-16 Bill Wohler <wohler@newt.com>
8513
8514 * display.texi (Defining Images): In image-load-path-for-library,
8515 prefer user's images.
8516
85172006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8518
8519 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
8520
85212006-03-15 Bill Wohler <wohler@newt.com>
8522
8523 * display.texi (Defining Images): Fix example in
8524 image-load-path-for-library by not recommending that one binds
8525 image-load-path. Just defvar it to placate compiler and only use
8526 it if previously defined.
8527
85282006-03-14 Bill Wohler <wohler@newt.com>
8529
8530 * display.texi (Defining Images): In image-load-path-for-library,
8531 always return list of directories. Update example.
8532
85332006-03-14 Alan Mackenzie <acm@muc.de>
8534
8535 * modes.texi: New node, "Region to Fontify" (for Font Lock).
8536 This describes font-lock-extend-region-function.
8537 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
8538 the new node "Region to Fontify".
8539
85402006-03-13 Richard Stallman <rms@gnu.org>
8541
8542 * display.texi (Invisible Text): The impossible position is
8543 now before the invisible text, not after.
8544 (Defining Images): Clean up last change.
8545
85462006-03-11 Bill Wohler <wohler@newt.com>
8547
8548 * display.texi (Defining Images): Add image-load-path-for-library.
8549
85502006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8551
8552 * text.texi (Adaptive Fill): Fix Texinfo usage.
8553
8554 * strings.texi (Creating Strings): Fix Texinfo usage.
8555
8556 * searching.texi (Regexp Special): Use @samp for regular
8557 expressions that are not in Lisp syntax.
8558
85592006-03-08 Luc Teirlinck <teirllm@auburn.edu>
8560
8561 * searching.texi (Regexp Special): Put remark between parentheses
8562 to avoid misreading.
8563
85642006-03-07 Luc Teirlinck <teirllm@auburn.edu>
8565
8566 * searching.texi (Syntax of Regexps): More accurately describe
8567 which characters are special in which situations.
8568 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
8569 are not special. Describe in detail when `[' and `]' are special.
8570 (Regexp Backslash): Plenty of regexps with unbalanced square
8571 brackets are valid, so reword that statement.
8572
85732006-03-02 Kim F. Storm <storm@cua.dk>
8574
8575 * keymaps.texi (Tool Bar): Add tool-bar-border.
8576
85772006-02-28 Luc Teirlinck <teirllm@auburn.edu>
8578
8579 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
8580
85812006-02-27 Luc Teirlinck <teirllm@auburn.edu>
8582
8583 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
8584
8585 * files.texi (Locating Files): Suggest additional values for the
8586 SUFFIXES arg of `locate-file'. Update pxref.
8587
8588 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
8589 (How Programs Do Loading): Discuss the effects of Auto Compression
8590 mode on `load'.
8591 (Load Suffixes): New node.
8592 (Library Search): Delete description of `load-suffixes'; it was
8593 moved to "Load Suffixes".
8594 (Autoload, Named Features): Mention `load-suffixes'.
8595
85962006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8597
8598 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
8599
8600 * windows.texi (Window Tree): Fix typo.
8601
86022006-02-20 Kim F. Storm <storm@cua.dk>
8603
8604 * display.texi (Fringe Indicators): New section.
8605 Move indicate-empty-lines, indicate-buffer-boundaries, and
8606 default-indicate-buffer-boundaries here.
8607 Add fringe-indicator-alist and default-fringes-indicator-alist.
8608 Add list of logical fringe indicator symbols.
8609 Update list of standard bitmap names.
8610 (Fringe Cursors): New section.
8611 Move overflow-newline-into-fringe here.
8612 Add fringe-cursor-alist and default-fringes-cursor-alist.
8613 Add list of fringe cursor symbols.
8614
86152006-02-20 Juanma Barranquero <lekktu@gmail.com>
8616
8617 * commands.texi (Using Interactive): Fix reference to node
8618 "Minibuffers".
8619
86202006-02-19 Richard M. Stallman <rms@gnu.org>
8621
8622 * minibuf.texi (High-Level Completion):
8623 Add xref to read-input-method-name.
8624
8625 * files.texi (Relative File Names): Move file-relative-name here.
8626 (File Name Expansion): From here. Minor clarifications.
8627
8628 * commands.texi (Using Interactive): Add xrefs about reading input.
8629 Clarify remarks about that moving point and mark.
8630 Put string case before list case.
8631
c8763fb6 86322006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
8633
8634 * display.texi (Other Display Specs, Image Descriptors):
8635 Revert erroneous changes. The previous description of
8636 image-descriptors as `(image . PROPS)' was correct.
8637
86382006-02-14 Richard M. Stallman <rms@gnu.org>
8639
8640 * variables.texi (File Local Variables): Clarifications.
8641
86422006-02-14 Juanma Barranquero <lekktu@gmail.com>
8643
8644 * variables.texi (File Local Variables): Use @code for a cons
8645 cell, not @var.
8646
86472006-02-13 Chong Yidong <cyd@stupidchicken.com>
8648
8649 * variables.texi (File Local Variables): Document new file local
8650 variable behavior.
8651
86522006-02-10 Kim F. Storm <storm@cua.dk>
8653
8654 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
8655
86562006-02-08 Juanma Barranquero <lekktu@gmail.com>
8657
8658 * modes.texi (%-Constructs): Remove obsolete info about
8659 `global-mode-string'.
8660
86612006-02-07 Richard M. Stallman <rms@gnu.org>
8662
8663 * commands.texi (Prefix Command Arguments): Minor cleanup.
8664
8665 * display.texi: "Graphical display", not window system.
8666
8667 * functions.texi (What Is a Function): Fix xref.
8668
8669 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
8670 (Changing Key Bindings): Clarify when remapping is better than
8671 substitute-key-definition.
8672
86732006-02-02 Richard M. Stallman <rms@gnu.org>
8674
8675 * minibuf.texi (Basic Completion): Completion alists are risky.
8676
8677 * keymaps.texi (Active Keymaps): Clarifications.
8678 (Searching Keymaps): New node.
8679 (Keymaps): Update menu.
8680
8681 * frames.texi (Layout Parameters): Minor clarification.
8682 (Drag and Drop): New node.
8683 (Frames): Update menu.
8684
86852006-01-29 Chong Yidong <cyd@stupidchicken.com>
8686
8687 * display.texi (Other Display Specs, Image Descriptors):
8688 Image description is a list, not a cons cell.
8689
86902006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8691
8692 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
8693 list is not necessarily a list).
8694
86952006-01-27 Eli Zaretskii <eliz@gnu.org>
8696
8697 * frames.texi (Layout Parameters): border-width and
8698 internal-border-width belong to the frame, not the window.
8699
87002006-01-19 Richard M. Stallman <rms@gnu.org>
8701
8702 * nonascii.texi (Translation of Characters): Search cmds use
8703 translation-table-for-input. Automatically made local.
8704
8705 * markers.texi (Overview of Markers): Count insertion type
8706 as one of a marker's attributes.
8707
8708 * keymaps.texi (Controlling Active Maps): New node, split out of
8709 Active Keymaps.
8710 (Keymaps): Menu updated.
8711 (Active Keymaps): Give pseudocode to explain how the active
8712 maps are searched. current-active-maps and key-binding moved here.
8713 (Functions for Key Lookup): current-active-maps and key-binding moved.
8714 Clarifications.
8715 (Searching the Keymaps): New subnode.
8716
8717 * elisp.texi (Top): Menu clarification.
8718
8719 * display.texi (Other Display Specs): Delete duplicate entry for
8720 just a string as display spec. Move text about recursive display
8721 specs on such a string.
8722
8723 * commands.texi (Key Sequence Input): Clarify.
8724 Move num-nonmacro-input-events out.
8725 (Reading One Event): num-nonmacro-input-events moved here.
8726
87272006-01-14 Nick Roberts <nickrob@snap.net.nz>
8728
8729 * advice.texi (Simple Advice): Update example to fit argument
8730 change in previous-line.
8731
87322006-01-05 Richard M. Stallman <rms@gnu.org>
8733
8734 * markers.texi (The Mark): Fix in `mark'.
8735
87362006-01-04 Richard M. Stallman <rms@gnu.org>
8737
8738 * processes.texi (Misc Network, Make Network): Minor cleanups.
8739
87402006-01-04 Kim F. Storm <storm@cua.dk>
8741
8742 * processes.texi (Make Network): Add IPv6 addresses and handling.
8743 (Network Feature Testing): Mention (:family ipv6).
8744 (Misc Network): Add IPv6 formats to format-network-address.
8745
87462005-12-30 Richard M. Stallman <rms@gnu.org>
8747
8748 * text.texi (Changing Properties):
8749 Don't use return value of set-text-properties.
8750
87512005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8752
8753 * modes.texi (Mode Line Format): Correct typo in menu.
8754
87552005-12-29 Richard M. Stallman <rms@gnu.org>
8756
8757 * modes.texi (Mode Line Top): New node.
8758 (Mode Line Data): Some text moved to new node.
8759 Explain the data structure more concretely.
8760 (Mode Line Basics): Clarifications.
8761 (Mode Line Variables): Clarify intro paragraph.
8762 (%-Constructs): Clarify intro paragraph.
8763 (Mode Line Format): Update menu.
8764
87652005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8766
8767 * minibuf.texi (Basic Completion): Update lazy-completion-table
8768 examples for removal of ARGS argument.
8769
87702005-12-23 Richard M. Stallman <rms@gnu.org>
8771
8772 * text.texi (Undo): Restore some explanation from the version
8773 that was deleted.
8774
87752005-12-23 Eli Zaretskii <eliz@gnu.org>
8776
8777 * text.texi (Undo): Remove duplicate descriptions of `apply
8778 funname' and `apply delta' elements of the undo list.
8779
87802005-12-20 Richard M. Stallman <rms@gnu.org>
8781
8782 * help.texi (Help Functions): Update documentation of `apropos'.
8783
87842005-12-20 Luc Teirlinck <teirllm@auburn.edu>
8785
8786 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
8787 because it is confusing. If the :help-echo keyword is a function,
8788 it is not directly used as the :help-echo overlay property, as the
8789 xref seems to suggest (it does not take the appropriate args).
8790
87912005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8792
8793 * customize.texi (Common Keywords): Fix Texinfo usage.
8794 (Group Definitions, Variable Definitions): Update for new
8795 conventions for using `*' in docstrings.
8796
8797 * tips.texi (Documentation Tips): Update for new conventions for
8798 using `*' in docstrings.
8799
88002005-12-16 Richard M. Stallman <rms@gnu.org>
8801
8802 * minibuf.texi (Minibuffer Contents): Minor cleanup.
8803
88042005-12-16 Juri Linkov <juri@jurta.org>
8805
8806 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
8807
88082005-12-14 Romain Francoise <romain@orebokech.com>
8809
8810 * modes.texi (Customizing Keywords): Rename `append' to `how'.
8811 Fix typo.
8812
88132005-12-11 Juri Linkov <juri@jurta.org>
8814
8815 * minibuf.texi (Completion Commands): Add mention of read-file-name
8816 for filename completion keymaps.
8817 (Reading File Names): Add mention of filename completion keymaps
8818 for read-file-name and xref to `Completion Commands'.
8819
88202005-12-10 Richard M. Stallman <rms@gnu.org>
8821
8822 * customize.texi (Common Keywords): State caveats for use of :tag.
8823
88242005-12-08 Richard M. Stallman <rms@gnu.org>
8825
8826 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
8827 with xrefs and better explanation.
8828 (Completion Commands): Add the filename completion maps.
8829
8830 * objects.texi (Character Type): Clarify that \s is not space
8831 if a dash follows.
8832
88332005-12-05 Richard M. Stallman <rms@gnu.org>
8834
8835 * windows.texi (Resizing Windows): Delete preserve-before args.
8836
88372005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8838
8839 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
8840 in full keymaps, since the quirk has been fixed.
8841
88422005-12-03 Eli Zaretskii <eliz@gnu.org>
8843
5dcb4c4e
SM
8844 * hooks.texi (Standard Hooks): Add index entries.
8845 Mention `compilation-finish-functions'.
b8d4c8d0
GM
8846
88472005-11-27 Richard M. Stallman <rms@gnu.org>
8848
8849 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
8850
88512005-11-21 Juri Linkov <juri@jurta.org>
8852
8853 * customize.texi (Common Keywords): Update links types
8854 custom-manual and url-link. Add link types emacs-library-link,
8855 file-link, function-link, variable-link, custom-group-link.
8856
88572005-11-20 Chong Yidong <cyd@stupidchicken.com>
8858
8859 * display.texi: Revert 2005-11-20 change.
8860
88612005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8862
8863 * processes.texi (Bindat Functions):
8864 Say "third" to refer to zero-based index "2".
8865
88662005-11-18 Luc Teirlinck <teirllm@auburn.edu>
8867
8868 * loading.texi (Library Search): Update the default value of
8869 `load-suffixes'.
8870
88712005-11-17 Chong Yidong <cyd@stupidchicken.com>
8872
8873 * display.texi (Attribute Functions): Mention :ignore-defface.
8874
88752005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8876
8877 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
8878 (Minor Mode Conventions): Mention the use of a hook.
8879
88802005-11-06 Richard M. Stallman <rms@gnu.org>
8881
8882 * files.texi (Magic File Names): find-file-name-handler checks the
8883 `operations' property of the handler.
8884
88852005-11-03 Richard M. Stallman <rms@gnu.org>
8886
8887 * variables.texi (Frame-Local Variables): Small clarification.
8888
88892005-10-29 Chong Yidong <cyd@stupidchicken.com>
8890
8891 * os.texi (Init File): Document ~/.emacs.d/init.el.
8892
88932005-10-29 Richard M. Stallman <rms@gnu.org>
8894
8895 * internals.texi (Garbage Collection): Document memory-full.
8896
88972005-10-28 Bill Wohler <wohler@newt.com>
8898
8899 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
8900 for URLs.
8901
89022005-10-28 Richard M. Stallman <rms@gnu.org>
8903
8904 * minibuf.texi (Completion Commands): Clean up prev change.
8905
89062005-10-26 Kevin Ryde <user42@zip.com.au>
8907
8908 * compile.texi (Eval During Compile): Explain recommended uses
8909 of eval-when-compile and eval-and-compile.
8910
89112005-10-27 Masatake YAMATO <jet@gyve.org>
8912
8913 * minibuf.texi (Completion Commands):
8914 Write about new optional argument for `display-completion-list'.
8915
89162005-10-23 Richard M. Stallman <rms@gnu.org>
8917
8918 * display.texi (Overlay Arrow): Clarify about local bindings of
8919 overlay-arrow-position.
8920
89212005-10-22 Eli Zaretskii <eliz@gnu.org>
8922
8923 * internals.texi (Building Emacs): Fix last change.
8924
89252005-10-22 Richard M. Stallman <rms@gnu.org>
8926
8927 * internals.texi (Building Emacs): Document eval-at-startup.
8928
89292005-10-21 Richard M. Stallman <rms@gnu.org>
8930
8931 * loading.texi (Where Defined): load-history contains abs file names.
8932 symbol-file returns abs file names.
8933
89342005-10-19 Kim F. Storm <storm@cua.dk>
8935
8936 * display.texi (Showing Images): Add max-image-size integer value.
8937
89382005-10-18 Chong Yidong <cyd@stupidchicken.com>
8939
8940 * display.texi (Showing Images): Document max-image-size.
8941
89422005-10-17 Richard M. Stallman <rms@gnu.org>
8943
8944 * commands.texi (Quitting): Minor clarification.
8945
8946 * processes.texi (Sentinels): Clarify about output and quitting.
8947 (Filter Functions): Mention with-local-quit.
8948
89492005-10-17 Juri Linkov <juri@jurta.org>
8950
8951 * buffers.texi (Current Buffer):
8952 * commands.texi (Event Input Misc):
8953 * compile.texi (Eval During Compile, Compiler Errors):
8954 * customize.texi (Group Definitions):
8955 * display.texi (Progress, Defining Faces):
8956 * files.texi (Writing to Files):
8957 * modes.texi (Mode Hooks, Defining Minor Modes):
8958 * streams.texi (Output Functions):
8959 * syntax.texi (Syntax Table Functions):
8960 * text.texi (Change Hooks):
8961 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
8962
8963 * commands.texi (Quitting): Replace arg `forms' with `body' in
8964 `with-local-quit'.
8965
8966 * positions.texi (Excursions): Replace arg `forms' with `body' in
8967 `save-excursion'.
8968
89692005-10-08 Kim F. Storm <storm@cua.dk>
8970
8971 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
8972 Rename manual section accordingly.
8973
89742005-10-04 Kim F. Storm <storm@cua.dk>
8975
8976 * windows.texi (Window Split Tree): New section describing
8977 new function window-split-tree function.
8978
89792005-10-03 Nick Roberts <nickrob@snap.net.nz>
8980
8981 * display.texi (Fringe Size/Pos): Simplify and add detail.
8982
89832005-09-30 Romain Francoise <romain@orebokech.com>
8984
8985 * minibuf.texi (High-Level Completion): Explain that the prompt
8986 given to `read-buffer' should end with a colon and a space.
8987 Update usage examples.
8988
89892005-09-29 Juri Linkov <juri@jurta.org>
8990
8991 * display.texi (Displaying Messages): Rename argument name
8992 `string' to `format-string' in functions `message', `message-box',
8993 `message-or-box'.
8994
89952005-09-26 Chong Yidong <cyd@stupidchicken.com>
8996
8997 * errors.texi (Standard Errors): Correct xrefs.
8998
89992005-09-18 Chong Yidong <cyd@stupidchicken.com>
9000
9001 * display.texi (Defining Images): Update documentation for
9002 `image-load-path'.
9003
90042005-09-17 Richard M. Stallman <rms@gnu.org>
9005
9006 * display.texi (Defining Images): Clean up previous change.
9007
90082005-09-16 Romain Francoise <romain@orebokech.com>
9009
9010 * elisp.texi: Specify GFDL version 1.2.
9011
9012 * doclicense.texi (GNU Free Documentation License): Update to
9013 version 1.2.
9014
90152005-09-15 Chong Yidong <cyd@stupidchicken.com>
9016
9017 * display.texi (Defining Images): Document `image-load-path'.
9018
90192005-09-15 Richard M. Stallman <rms@gnu.org>
9020
9021 * objects.texi (Printed Representation): Minor cleanup.
9022 (Box Diagrams): Minor fix.
9023 (Cons Cell Type): Move (...) index item here.
9024 (Box Diagrams): From here.
9025 (Array Type): Minor fix.
9026 (Type Predicates): Delete index "predicates".
9027 (Hash Table Type): Clarify xref.
9028 (Dotted Pair Notation): Minor fix.
9029
90302005-09-10 Chong Yidong <cyd@stupidchicken.com>
9031
9032 * files.texi (Saving Buffers): Fix typo.
9033
90342005-09-08 Richard M. Stallman <rms@gnu.org>
9035
9036 * tips.texi (Programming Tips): Correct the "default" prompt spec.
9037
90382005-09-08 Chong Yidong <cyd@stupidchicken.com>
9039
9040 * locals.texi (Standard Buffer-Local Variables): Don't include
9041 mode variables for minor modes.
9042 Fix xrefs for buffer-display-count, buffer-display-table,
9043 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9044 enable-multibyte-characters, fill-column, header-line-format,
9045 left-fringe-width, left-margin, and right-fringe-width.
9046
9047 * hooks.texi (Standard Hooks): All hooks should conform to the
9048 standard naming convention now.
9049 Fix xref for `echo-area-clear-hook'.
9050
9051 * display.texi (Usual Display): Note that indicate-empty-lines and
9052 tab-width are buffer-local.
9053
9054 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9055
9056 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9057
9058 * nonascii.texi (Encoding and I/O): Note that
9059 buffer-file-coding-system is buffer-local.
9060
9061 * positions.texi (List Motion): Note that defun-prompt-regexp is
9062 buffer-local.
9063
9064 * text.texi (Auto Filling): Note that auto-fill-function is
9065 buffer-local.
9066 (Undo): Note that buffer-undo-list is buffer-local.
9067
5dcb4c4e
SM
9068 * windows.texi (Buffers and Windows):
9069 Document buffer-display-count.
b8d4c8d0
GM
9070
90712005-09-06 Richard M. Stallman <rms@gnu.org>
9072
9073 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9074 package prefix elsewhere than at the start of the name.
9075
90762005-09-03 Richard M. Stallman <rms@gnu.org>
9077
9078 * tips.texi (Programming Tips): Add conventions for minibuffer
9079 questions and prompts.
9080
90812005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9082
9083 * intro.texi (nil and t): Minor cleanup.
9084 Delete spurious mention of keyword symbols.
9085 (Evaluation Notation): Add index entry.
9086 (A Sample Function Description): Minor cleanup.
9087 (A Sample Variable Description): Not all vars can be set.
9088
90892005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9090
9091 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9092
9093 (Insertion): Document precise type of `insert-char' arg COUNT.
9094
90952005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9096
9097 * modes.texi (Other Font Lock Variables): Sync the default of
9098 font-lock-lines-before.
9099
91002005-08-31 Michael Albinus <michael.albinus@gmx.de>
9101
9102 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9103
91042005-08-29 Richard M. Stallman <rms@gnu.org>
9105
9106 * elisp.texi (Top): Update subnode menu.
9107
9108 * searching.texi (Searching and Matching): Move node.
9109 Rearrange contents and add overall explanation.
9110 (Searching and Case): Move node.
9111 (Searching and Matching): Update menu.
9112
91132005-08-27 Eli Zaretskii <eliz@gnu.org>
9114
9115 * os.texi (Startup Summary): Fix the description of the initial
9116 startup message display.
9117
91182005-08-25 Richard M. Stallman <rms@gnu.org>
9119
9120 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9121
91222005-08-25 Emilio C. Lopes <eclig@gmx.net>
9123
9124 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9125 `next-overlay-change' example.
9126
91272005-08-22 Juri Linkov <juri@jurta.org>
9128
9129 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9130 Fix invert-face. Fix args of face-background.
9131
9132 * display.texi (Standard Faces): Delete node.
9133 (Faces): Add xref to `(emacs)Standard Faces'.
9134 (Displaying Faces): Fix xref to `Standard Faces'.
9135
9136 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9137
91382005-08-20 Alan Mackenzie <acm@muc.de>
9139
9140 * buffers.texi (The Buffer List): Clarify the manipulation of the
9141 buffer list.
9142
91432005-08-14 Richard M. Stallman <rms@gnu.org>
9144
9145 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9146 a regexp.
9147
91482005-08-11 Richard M. Stallman <rms@gnu.org>
9149
9150 * elisp.texi (Top): Update subnode lists.
9151
9152 * display.texi (Inverse Video): Node deleted.
9153
9154 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9155 New nodes split out of Coding Conventions.
9156
9157 * searching.texi (Regular Expressions): Document re-builder.
9158
9159 * os.texi (Time Parsing): New node split out of Time Conversion.
9160
9161 * processes.texi (Misc Network, Network Feature Testing)
9162 (Network Options, Make Network): New nodes split out of
9163 Low-Level Network.
9164
91652005-08-09 Richard M. Stallman <rms@gnu.org>
9166
9167 * frames.texi (Geometry): New node, split from Size and Position.
9168 (Frame Parameters): Refer to Geometry.
9169
9170 * buffers.texi (The Buffer List): Fix xrefs.
9171
9172 * windows.texi (Splitting Windows): Fix xref.
9173
9174 * frames.texi (Layout Parameters): Add xref.
9175
9176 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9177
9178 * keymaps.texi (Menu Bar): Fix xref.
9179
9180 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9181
9182 * modes.texi (%-Constructs): Fix xref.
9183
9184 * frames.texi (Window Frame Parameters): Node split up.
9185 (Basic Parameters, Position Parameters, Size Parameters)
9186 (Layout Parameters, Buffer Parameters, Management Parameters)
9187 (Cursor Parameters, Color Parameters): New subnodes.
9188
91892005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9190
9191 * positions.texi (Screen Lines): Update xref for previous change
9192 in minibuf.texi.
9193
9194 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9195 change in minibuf.texi.
9196
91972005-08-09 Richard M. Stallman <rms@gnu.org>
9198
9199 * tips.texi (Coding Conventions): Minor cleanup.
9200
9201 * modes.texi (Defining Minor Modes): Explain when init-value
9202 can be non-nil.
9203
9204 * elisp.texi (Top): Update submenu for Minibuffer.
9205
9206 * minibuf.texi (Minibuffer Misc): Node split up.
9207 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9208 (Recursive Mini): New nodes split out from Minibuffer Misc.
9209 (Minibuffer Misc): Document max-mini-window-height.
9210
9211 * hash.texi (Defining Hash): Delete stray paren in example.
9212
9213 * display.texi (Echo Area Customization): Don't define
9214 max-mini-window-height here; xref instead.
9215
9216 * commands.texi (Event Input Misc): Update while-no-input.
9217
9218 * advice.texi (Advising Functions): Explain when to use advice
9219 and when to use a hook.
9220
92212005-07-30 Eli Zaretskii <eliz@gnu.org>
9222
9223 * makefile.w32-in (info): Don't run install-info.
9224 ($(infodir)/dir): New target, produced by running install-info.
9225
92262005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9227
9228 * modes.texi (Defining Minor Modes): The keyword for the initial
9229 value is :init-value, not :initial-value.
9230
92312005-07-23 Eli Zaretskii <eliz@gnu.org>
9232
9233 * loading.texi (Autoload): Make the `doctor' example be consistent
9234 with what's in current loaddefs.el. Describe the "fn" magic in
9235 the usage portion of the doc string.
9236
92372005-07-22 Richard M. Stallman <rms@gnu.org>
9238
9239 * internals.texi (Garbage Collection): Clarify previous change.
9240
92412005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9244
92452005-07-18 Juri Linkov <juri@jurta.org>
9246
9247 * commands.texi (Accessing Events):
9248 * frames.texi (Text Terminal Colors, Resources):
9249 * markers.texi (The Mark):
9250 * modes.texi (Defining Minor Modes):
9251 Delete duplicate duplicate words.
9252
92532005-07-16 Richard M. Stallman <rms@gnu.org>
9254
9255 * display.texi (Managing Overlays): Clarify make-overlay
9256 args for insertion types.
9257
92582005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9259
9260 * customize.texi (Variable Definitions):
9261 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9262 `standard-value' is a list too.
9263 (Defining New Types): Use @key{RET} instead of @key{ret}.
9264
92652005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9266
9267 * os.texi (Translating Input): Fix typo.
9268
92692005-07-08 Richard M. Stallman <rms@gnu.org>
9270
9271 * README: Update edition number and size estimate.
9272
9273 * elisp.texi (VERSION): Set to 2.9.
9274
92752005-07-07 Richard M. Stallman <rms@gnu.org>
9276
9277 * book-spine.texinfo: Update Emacs version.
9278
9279 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9280
92812005-07-06 Richard M. Stallman <rms@gnu.org>
9282
9283 * searching.texi (Regexp Search): Clarify what re-search-forward
9284 does when the search fails.
9285
92862005-07-05 Lute Kamstra <lute@gnu.org>
9287
9288 * Update FSF's address in GPL notices.
9289
9290 * doclicense.texi (GNU Free Documentation License):
9291 * gpl.texi (GPL):
9292 * tips.texi (Coding Conventions, Library Headers):
9293 * vol1.texi:
9294 * vol2.texi: Update FSF's address.
9295
92962005-07-04 Richard M. Stallman <rms@gnu.org>
9297
9298 * hooks.texi (Standard Hooks): Add occur-hook.
9299
93002005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9301
9302 * display.texi (The Echo Area): Correct menu.
9303
93042005-07-03 Richard M. Stallman <rms@gnu.org>
9305
9306 * elisp.texi (Top): Update subnode menu for Display.
9307
9308 * display.texi (Displaying Messages): New node, with most
9309 of what was in The Echo Area.
5dcb4c4e 9310 (Progress): Move under The Echo Area.
b8d4c8d0
GM
9311 (Logging Messages): New node with new text.
9312 (Echo Area Customization): New node, the rest of what was
9313 in The Echo Area. Document message-truncate-lines with @defvar.
9314 (Display): Update menu.
9315
9316 * windows.texi (Textual Scrolling): Doc 3 values for
9317 scroll-preserve-screen-position.
9318
9319 * text.texi (Special Properties): Change hook functions
9320 should bind inhibit-modification-hooks around altering buffer text.
9321
9322 * keymaps.texi (Key Binding Commands): Call binding BINDING
9323 rather than DEFINITION.
9324
93252005-06-29 Juanma Barranquero <lekktu@gmail.com>
9326
9327 * variables.texi (Defining Variables): `user-variable-p' returns t
9328 for aliases of user options, nil for alias loops.
9329
93302005-06-28 Richard M. Stallman <rms@gnu.org>
9331
9332 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9333 make-keymap.
9334
93352005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9336
9337 * variables.texi (Setting Variables): Correct and clarify
9338 description of `add-to-ordered-list'.
9339
93402005-06-26 Richard M. Stallman <rms@gnu.org>
9341
9342 * display.texi (Faces): Minor cleanup.
9343
93442005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9345
9346 * display.texi (Faces): `facep' returns t for strings that are
9347 face names.
9348
93492005-06-25 Richard M. Stallman <rms@gnu.org>
9350
9351 * objects.texi (Equality Predicates): Clarify meaning of equal.
9352
9353 * windows.texi (Selecting Windows): save-selected-window
9354 and with-selected-window save and restore the current buffer.
9355
93562005-06-24 Richard M. Stallman <rms@gnu.org>
9357
9358 * numbers.texi (Float Basics): Explain how to test for NaN,
9359 and printing the sign of NaNs.
9360
93612005-06-24 Eli Zaretskii <eliz@gnu.org>
9362
9363 * makefile.w32-in (MAKEINFO): Use --force.
9364
93652005-06-23 Richard M. Stallman <rms@gnu.org>
9366
9367 * display.texi (Face Functions): Correct Texinfo usage.
9368
93692005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9370
9371 * lists.texi (Rings): `ring-elements' now returns the elements of
9372 RING in order.
9373
93742005-06-23 Juanma Barranquero <lekktu@gmail.com>
9375
9376 * markers.texi (The Mark): Texinfo usage fix.
9377
93782005-06-23 Kim F. Storm <storm@cua.dk>
9379
9380 * searching.texi (Entire Match Data): Remove evaporate option for
9381 match-data. Do not mention evaporate option for set-match-data.
9382
93832005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9384
9385 * display.texi (Face Functions): Mention face aliases.
9386
93872005-06-21 Richard M. Stallman <rms@gnu.org>
9388
9389 * anti.texi (Antinews): Texinfo usage fix.
9390
93912005-06-21 Karl Berry <karl@gnu.org>
9392
9393 * elisp.texi: Use @copying.
9394
9395 * elisp.texi: Put @summarycontents and @contents before the Top
9396 node, instead of the end of the file, so that the contents appear
9397 in the right place in the dvi/pdf output.
9398
93992005-06-21 Juri Linkov <juri@jurta.org>
9400
9401 * display.texi (Defining Faces): Add `customized-face'.
9402
94032005-06-20 Kim F. Storm <storm@cua.dk>
9404
9405 * variables.texi (Setting Variables): Any type of element can be
9406 given order in add-to-ordered-list. Compare elements with eq.
9407
9408 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
9409
94102005-06-20 Karl Berry <karl@gnu.org>
9411
9412 * syntax.texi (Syntax Flags): Make last column very slightly wider
9413 to avoid "generic comment" breaking on two lines and causing an
9414 underfull box.
9415
94162005-06-19 Luc Teirlinck <teirllm@auburn.edu>
9417
9418 * lists.texi (Rings): Various minor clarifications and corrections.
9419
94202005-06-18 Richard M. Stallman <rms@gnu.org>
9421
9422 * functions.texi (Obsolete Functions): Simplify.
9423
9424 * variables.texi (Variable Aliases): Simplify.
9425
a12bf61e 9426 * anti.texi, backups.texi, compile.texi, customize.texi:
b8d4c8d0
GM
9427 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
9428 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
9429 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
9430 * variables.texi: Fix formatting ugliness.
9431
9432 * elisp.texi: Add links to Rings and Byte Packing.
9433 Update version and copyright years.
9434
9435 * minibuf.texi: Fix formatting ugliness.
9436 (Completion Commands): Move keymap vars to the end
9437 and vars completing-read binds to the top.
9438
94392005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9440
9441 * processes.texi: Fix typos.
9442 (Bindat Spec): Correct Texinfo error.
9443 (Byte Packing): Fix ungrammatical sentence.
9444
94452005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
9446
9447 * lists.texi (Rings): New node.
9448 (Lists): Add it to menu.
9449
9450 * processes.texi (Byte Packing): New node.
9451 (Processes): Add it to menu.
9452
94532005-06-17 Richard M. Stallman <rms@gnu.org>
9454
9455 * syntax.texi (Parsing Expressions): Fix texinfo usage.
9456
9457 * help.texi (Documentation Basics): Explain the xref to
9458 Documentation Tips.
9459
9460 * debugging.texi (Debugger Commands): Minor fix.
9461
94622005-06-16 Luc Teirlinck <teirllm@auburn.edu>
9463
9464 * edebug.texi (Instrumenting): Eliminate duplicate link.
9465 (Specification List): Replace references to "below", referring to
9466 a later node, with one @ref to that node.
9467
9468 * os.texi (Timers): Timers should save and restore the match data
9469 if they change it.
9470
9471 * debugging.texi (Debugger Commands): Mention that the Lisp
9472 debugger can not step through primitive functions.
9473
94742005-06-16 Juanma Barranquero <lekktu@gmail.com>
9475
9476 * functions.texi (Obsolete Functions): Update argument names of
9477 `make-obsolete' and `define-obsolete-function-alias'.
9478
9479 * variables.texi (Variable Aliases): Update argument names of
9480 `defvaralias', `make-obsolete-variable' and
9481 `define-obsolete-variable-alias'.
9482
94832005-06-15 Kim F. Storm <storm@cua.dk>
9484
9485 * searching.texi (Entire Match Data): Rephrase warnings about
9486 evaporate arg to match-data and set-match-data.
9487
94882005-06-14 Luc Teirlinck <teirllm@auburn.edu>
9489
9490 * elisp.texi (Top): Update detailed menu.
9491
9492 * edebug.texi (Edebug): Update menu.
9493 (Instrumenting): Update xrefs.
9494 (Edebug Execution Modes): Correct xref.
9495 (Jumping): Clarify description of `h' command.
9496 Eliminate redundant @ref.
9497 (Breaks): New node.
9498 (Breakpoints): Is now a subsubsection.
9499 (Global Break Condition): Mention `C-x X X'.
9500 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
9501 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
9502 (Edebug Display Update): Correct pxref.
9503 (Edebug and Macros): New node.
9504 (Instrumenting Macro Calls): Is now a subsubsection.
9505 Neither arg of `def-edebug-spec' is evaluated.
9506 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
9507 (Specification Examples): Fix typo.
9508
95092005-06-14 Lute Kamstra <lute@gnu.org>
9510
9511 * debugging.texi (Function Debugging): Primitives can break on
9512 entry too.
9513
95142005-06-14 Kim F. Storm <storm@cua.dk>
9515
9516 * variables.texi (Setting Variables): Add add-to-ordered-list.
9517
95182005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9519
9520 * syntax.texi (Parsing Expressions): Document aux functions and vars of
9521 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
9522
95232005-06-13 Lute Kamstra <lute@gnu.org>
9524
9525 * text.texi (Special Properties): Fix cross reference.
9526
95272005-06-11 Luc Teirlinck <teirllm@auburn.edu>
9528
9529 * debugging.texi (Function Debugging): Delete mention of empty
9530 string argument to `cancel-debug-on-entry'. Delete inaccurate
9531 description of the return value of that command.
9532
95332005-06-11 Alan Mackenzie <acm@muc.de>
9534
9535 * text.texi (Adaptive Fill): Amplify the description of
9536 fill-context-prefix.
9537
95382005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9539
9540 * syntax.texi (Parsing Expressions): Fix Texinfo error.
9541
95422005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * syntax.texi (Parsing Expressions): Document syntax-ppss.
9545
95462005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9547
9548 * debugging.texi (Error Debugging): Minor rewording.
9549 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
9550 is optional.
9551
95522005-06-10 Lute Kamstra <lute@gnu.org>
9553
9554 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
9555 (Top): Give it a title. Correct version number. Give the
9556 detailed node listing a more prominent header.
9557 * intro.texi: Don't set VERSION here a second time.
9558 Mention Emacs's version too.
9559 * anti.texi (Antinews): Use EMACSVER to refer to the current
9560 version of Emacs.
9561
95622005-06-09 Kim F. Storm <storm@cua.dk>
9563
9564 * searching.texi (Entire Match Data): Explain new `reseat' argument to
9565 match-data and set-match-data.
9566
95672005-06-08 Richard M. Stallman <rms@gnu.org>
9568
9569 * searching.texi (Entire Match Data): Clarify when match-data
9570 returns markers and when integers.
9571
9572 * display.texi (Defining Faces): Explain that face name should not
9573 end in `-face'.
9574
9575 * modes.texi (Mode Line Data): Minor cleanup.
9576 (Customizing Keywords): Node split out of Search-based Fontification.
9577 Add example of using font-lock-add-keywords from a hook.
9578 Clarify when MODE should be non-nil, and when nil.
9579
95802005-06-06 Richard M. Stallman <rms@gnu.org>
9581
9582 * modes.texi (Mode Line Data): Explain what happens when the car
9583 of a list is a void symbol.
9584 (Search-based Fontification): Explain MODE arg to
9585 font-lock-add-keywords and warn about calls from major modes.
9586
95872005-06-08 Juri Linkov <juri@jurta.org>
9588
9589 * display.texi (Standard Faces): Add `shadow' face.
9590
95912005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9592
9593 * modes.texi (Major Mode Conventions): A derived mode only needs
9594 to put the call to the parent mode inside `delay-mode-hooks'.
9595
95962005-05-29 Richard M. Stallman <rms@gnu.org>
9597
9598 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
9599 new, and what that implies. Clarify.
9600
9601 * files.texi (Locating Files): Clean up the text.
9602
9603 * frames.texi (Window Frame Parameters): Document user-size.
9604 Shorten entry for top by referring to left.
9605
96062005-05-26 Richard M. Stallman <rms@gnu.org>
9607
9608 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
9609 is new, and what the implications are. Other clarifications.
9610
96112005-05-24 Richard M. Stallman <rms@gnu.org>
9612
9613 * frames.texi (Dialog Boxes): Minor fixes.
9614
96152005-05-25 Masatake YAMATO <jet@gyve.org>
9616
9617 * display.texi (Standard Faces): Write about `mode-line-highlight'.
9618
96192005-05-24 Luc Teirlinck <teirllm@auburn.edu>
9620
9621 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
9622 is optional.
9623
96242005-05-24 Nick Roberts <nickrob@snap.net.nz>
9625
10d1d0af 9626 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
9627
96282005-05-23 Lute Kamstra <lute@gnu.org>
9629
9630 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
9631 syntax-begin-function over font-lock-beginning-of-syntax-function.
9632
96332005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9634
9635 * minibuf.texi (Reading File Names): Update description of
9636 `read-directory-name'.
9637
9638 * modes.texi (Derived Modes): Clarify :group keyword.
9639
96402005-05-21 Eli Zaretskii <eliz@gnu.org>
9641
9642 * files.texi (Locating Files): New subsection.
9643 Describe locate-file and executable-find.
9644
96452005-05-21 Kevin Ryde <user42@zip.com.au>
9646
9647 * frames.texi (Initial Parameters): Update cross reference to
9648 "Emacs Invocation".
9649
96502005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9651
9652 * keymaps.texi (Active Keymaps): Add anchor.
9653
9654 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
9655 (Major Mode Conventions): Refer to `Auto Major Mode' in more
9656 appropriate place.
9657 (Derived Modes): Small clarifications.
9658 (Minor Mode Conventions, Keymaps and Minor Modes):
9659 Replace references to nodes with references to anchors.
9660 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
9661 Clarify description of lists whose first element is an integer.
9662 (Mode Line Variables): Add anchor.
9663 (%-Constructs): Clarify description of integer after %.
9664 (Emulating Mode Line): Describe nil value for FACE.
9665
96662005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9667
9668 * modes.texi (Derived Modes): Correct references to non-existing
9669 variable standard-syntax-table.
9670
96712005-05-17 Lute Kamstra <lute@gnu.org>
9672
9673 * modes.texi (Defining Minor Modes): Mention the mode hook.
9674
96752005-05-15 Kim F. Storm <storm@cua.dk>
9676
9677 * processes.texi (Network): Remove open-network-stream-nowait.
9678 (Network Servers): Remove open-network-stream-server.
9679
96802005-05-15 Luc Teirlinck <teirllm@auburn.edu>
9681
9682 * elisp.texi (Top): Update detailed menu.
9683
9684 * variables.texi: Reorder nodes.
9685 (Variables): Update menu.
9686 (File Local Variables): Do not refer to the `-*-' line as
9687 a "local variables list". Add pxref.
9688
96892005-05-14 Luc Teirlinck <teirllm@auburn.edu>
9690
9691 * elisp.texi (Top): Update detailed menu for node changes.
9692
9693 * modes.texi (Modes): Update Menu.
9694 (Hooks): Move to beginning of chapter.
9695 Most minor modes run mode hooks too.
9696 `add-hook' can handle void hooks or hooks whose value is a single
9697 function.
9698 (Major Modes): Update Menu.
9699 (Major Mode Basics): New node, split off from `Major Modes'.
9700 (Major Mode Conventions): Correct xref. Explain how to handle
9701 auto-mode-alist if the major mode command has an autoload cookie.
9702 (Auto Major Mode): Major update. Add magic-mode-alist.
9703 (Derived Modes): Major update.
9704 (Mode Line Format): Update Menu.
9705 (Mode Line Basics): New node, split off from `Mode Line Format'.
9706
9707 * loading.texi (Autoload): Mention `autoload cookie' as synonym
9708 for `magic autoload comment'. Add index entries and anchor.
9709
97102005-05-14 Richard M. Stallman <rms@gnu.org>
9711
9712 * tips.texi (Coding Conventions): Explain how important it is
9713 that just loading certain files not change Emacs behavior.
9714
9715 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
9716
97172005-05-12 Lute Kamstra <lute@gnu.org>
9718
9719 * modes.texi (Generic Modes): Update.
9720 (Major Modes): Refer to node "Generic Modes".
9721
9722 * elisp.texi (Top): Update to the current structure of the manual.
9723 * processes.texi (Processes): Add menu description.
9724 * customize.texi (Customization): Add menu descriptions.
9725
97262005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9727
9728 * processes.texi (Signals to Processes)
9729 (Low-Level Network): Fix typos.
9730
97312005-05-11 Lute Kamstra <lute@gnu.org>
9732
9733 * elisp.texi (Top): Add some nodes from the chapter "Major and
9734 Minor Modes" to the detailed node listing.
9735
97362005-05-10 Richard M. Stallman <rms@gnu.org>
9737
9738 * keymaps.texi (Extended Menu Items): Menu item filter functions
9739 can be called at any time.
9740
97412005-05-08 Luc Teirlinck <teirllm@auburn.edu>
9742
9743 * variables.texi (File Local Variables): `(hack-local-variables t)'
9744 now also checks whether a mode is specified in the local variables
9745 list.
9746
97472005-05-05 Kevin Ryde <user42@zip.com.au>
9748
9749 * display.texi (The Echo Area): Correct format function cross
9750 reference.
9751
97522005-05-05 Luc Teirlinck <teirllm@auburn.edu>
9753
9754 * variables.texi (Variable Aliases): Change description of
9755 `define-obsolete-variable-alias'.
9756
9757 * functions.texi (Functions): Add "Obsolete Functions" to menu.
9758 (Defining Functions): Add xref.
9759 (Obsolete Functions): New node.
9760 (Function Safety): Standardize capitalization of section title.
9761
9762 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
9763 (Dialog Boxes): Complete description of `x-popup-dialog'.
9764
97652005-05-04 Richard M. Stallman <rms@gnu.org>
9766
9767 * commands.texi (Interactive Codes): Fix Texinfo usage.
9768 Document U more clearly.
9769
97702005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9771
9772 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
9773 function and not a macro.
9774
9775 * frames.texi (Pop-Up Menus): Correct and clarify description of
9776 `x-popup-menu'.
9777 (Dialog Boxes): Clarify description of `x-popup-dialog'.
9778
97792005-05-01 Richard M. Stallman <rms@gnu.org>
9780
9781 * edebug.texi (Checking Whether to Stop): Fix previous change.
9782
97832005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9784
9785 * display.texi: Fix typos and Texinfo usage.
9786
9787 * edebug.texi (Checking Whether to Stop): executing-macro ->
9788 executing-kbd-macro.
9789
97902005-05-01 Richard M. Stallman <rms@gnu.org>
9791
9792 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
9793
97942005-04-30 Richard M. Stallman <rms@gnu.org>
9795
9796 * files.texi (Magic File Names): Document `operations' property.
9797
97982005-04-29 Lute Kamstra <lute@gnu.org>
9799
9800 * modes.texi (Generic Modes): New node.
9801 (Major Modes): Add it to the menu.
9802 (Derived Modes): Add "derived mode" to concept index.
9803
98042005-04-28 Lute Kamstra <lute@gnu.org>
9805
9806 * modes.texi (Defining Minor Modes): Fix previous change.
9807 (Font Lock Mode): Simplify.
9808 (Font Lock Basics): Say that font-lock-defaults is buffer-local
9809 when set and that some parts are optional. Add cross references.
9810 (Search-based Fontification): Say how to specify font-lock-keywords.
9811 Add cross references. Add font-lock-multiline to index.
9812 Move font-lock-keywords-case-fold-search here from node "Other Font
9813 Lock Variables". Document font-lock-add-keywords and
9814 font-lock-remove-keywords.
9815 (Other Font Lock Variables): Move font-lock-keywords-only,
9816 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9817 and font-lock-syntactic-face-function to node "Syntactic Font
9818 Lock". Move font-lock-keywords-case-fold-search to node
9819 "Search-based Fontification". Document font-lock-inhibit-thing-lock
9820 and font-lock-{,un}fontify-{buffer,region}-function.
9821 (Precalculated Fontification): Remove reference to deleted variable
9822 font-lock-core-only.
9823 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
9824 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
9825 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9826 and font-lock-syntactic-face-function here from node "Other Font
9827 Lock Variables". Move font-lock-syntactic-keywords to "Setting
9828 Syntax Properties". Add cross references.
9829 (Setting Syntax Properties): New node.
9830 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
9831 * syntax.texi (Syntax Properties): Add cross reference.
9832 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
9833
98342005-04-26 Richard M. Stallman <rms@gnu.org>
9835
9836 * display.texi (Defining Faces):
9837 Document `default' elements of defface spec.
9838
9839 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
9840
9841 * variables.texi (Variable Aliases): Clarify text.
9842
98432005-04-25 Chong Yidong <cyd@stupidchicken.com>
9844
9845 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
9846
98472005-04-25 Luc Teirlinck <teirllm@auburn.edu>
9848
9849 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
9850
98512005-04-24 Eli Zaretskii <eliz@gnu.org>
9852
9853 * syntax.texi (Syntax Table Internals): Elaborate documentation of
9854 syntax-after and syntax-class.
9855
9856 * files.texi (Changing Files): Fix last change's cross-reference.
9857 (Unique File Names): Don't mention "numbers" in the documentation
9858 of make-temp-file and make-temp-name.
9859
98602005-04-23 Richard M. Stallman <rms@gnu.org>
9861
9862 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
9863
98642005-04-22 Nick Roberts <nickrob@snap.net.nz>
9865
9866 * windows.texi (Cyclic Window Ordering): Clarify window-list.
9867
98682005-04-22 Nick Roberts <nickrob@snap.net.nz>
9869
9870 * variables.texi (Variable Aliases): Describe make-obsolete-variable
9871 and define-obsolete-variable-alias.
9872
98732005-04-22 Kim F. Storm <storm@cua.dk>
9874
9875 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
9876 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
9877
98782005-04-21 Lute Kamstra <lute@gnu.org>
9879
9880 * lists.texi (Association Lists): Document rassq-delete-all.
9881
98822005-04-19 Richard M. Stallman <rms@gnu.org>
9883
9884 * modes.texi (Search-based Fontification): Explain that
9885 facespec is an expression to be evaluated.
9886
98872005-04-19 Kevin Ryde <user42@zip.com.au>
9888
9889 * streams.texi (Output Functions): Fix xref.
9890 * strings.texi (String Conversion): Fix xref.
9891
98922005-04-19 Kim F. Storm <storm@cua.dk>
9893
9894 * symbols.texi (Symbol Plists): Add safe-get.
9895 Mention that `get' may signal an error.
9896
98972005-04-18 Nick Roberts <nickrob@snap.net.nz>
9898
9899 * customize.texi (Variable Definitions): Replace tooltip-mode
9900 example with save-place.
9901
99022005-04-17 Richard M. Stallman <rms@gnu.org>
9903
9904 * buffers.texi (Indirect Buffers): Clarify.
9905
9906 * positions.texi (Positions): Clarify converting marker to integer.
9907
9908 * strings.texi (String Basics): Mention string-match; clarify.
9909
99102005-04-08 Lute Kamstra <lute@gnu.org>
9911
9912 * modes.texi (Search-based Fontification): Fix cross references.
9913 Use consistent terminology. Document anchored highlighting.
9914
99152005-04-05 Lute Kamstra <lute@gnu.org>
9916
9917 * modes.texi (Defining Minor Modes): Document :group keyword
9918 argument and its default value.
9919
99202005-04-03 Lute Kamstra <lute@gnu.org>
9921
9922 * hooks.texi (Standard Hooks): Add some hooks. Add cross
9923 references and/or descriptions. Delete major mode hooks; mention
9924 them as a category instead. Rename or delete obsolete hooks.
9925
99262005-04-02 Richard M. Stallman <rms@gnu.org>
9927
9928 * nonascii.texi (Coding System Basics): Another wording cleanup.
9929
99302005-04-01 Richard M. Stallman <rms@gnu.org>
9931
9932 * nonascii.texi (Coding System Basics): Clarify previous change.
9933
99342005-04-01 Kenichi Handa <handa@m17n.org>
9935
10d1d0af 9936 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
9937 identity of coding systems.
9938
99392005-03-29 Chong Yidong <cyd@stupidchicken.com>
9940
9941 * text.texi (Buffer Contents): Add filter-buffer-substring and
9942 buffer-substring-filters.
9943
99442005-03-26 Chong Yidong <cyd@stupidchicken.com>
9945
9946 * anti.texi (Antinews): Mention `G' interactive code.
9947
9948 * tips.texi (Compilation Tips): Mention benchmark.el.
9949
99502005-03-27 Luc Teirlinck <teirllm@auburn.edu>
9951
9952 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
9953 is now bound to M-o M-o.
9954
9955 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
9956
99572005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9958
9959 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
9960 in the Emacs Manual).
9961 * Makefile.in (srcs): Remove calendar.texi.
9962 * makefile.w32-in (srcs): Remove calendar.texi.
9963 * display.texi (Display): Change name of next node.
9964 * os.texi (System In): Change name of previous node.
9965 * elisp.texi (Top): Remove Calendar references.
9966 * vol1.texi (Top): Remove Calendar references.
9967 * vol2.texi (Top): Remove Calendar references.
9968
99692005-03-25 Richard M. Stallman <rms@gnu.org>
9970
9971 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
9972 Cleanup previous change.
9973
99742005-03-25 Chong Yidong <cyd@stupidchicken.com>
9975
9976 * display.texi (Face Attributes): Faces earlier in an :inherit
9977 list take precedence.
9978 (Scroll Bars): Fix description of vertical-scroll-bars.
9979 Document frame-current-scroll-bars and window-current-scroll-bars.
9980
9981 * markers.texi (The Mark): Document temporary Transient Mark mode.
9982
9983 * minibuf.texi (Reading File Names):
9984 Document read-file-name-completion-ignore-case.
9985
9986 * positions.texi (Screen Lines): Document nil for width argument
9987 to compute-motion.
9988
99892005-03-23 Kim F. Storm <storm@cua.dk>
9990
9991 * display.texi (Standard Faces): Other faces used in the fringe
9992 implicitly inherits from the fringe face.
9993 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
9994 properties implicitly inherits from fringe face.
9995 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
9996
99972005-03-20 Chong Yidong <cyd@stupidchicken.com>
9998
9999 * display.texi (Invisible Text): State default value of
10000 line-move-ignore-invisible.
10001 (Managing Overlays): Document remove-overlays.
10002 (Standard Faces): Document escape-glyph face.
10003
10004 * minibuf.texi (Reading File Names): Document read-file-name-function.
10005
10006 * modes.texi (Other Font Lock Variables):
10007 Document font-lock-lines-before.
10008
10009 * positions.texi (Skipping Characters): skip-chars-forward allows
10010 character classes.
10011
100122005-03-18 Lute Kamstra <lute@gnu.org>
10013
10014 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10015
100162005-03-17 Richard M. Stallman <rms@gnu.org>
10017
10018 * text.texi (Undo): Document extensible undo entries.
10019
dd7b651b 10020 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
10021
10022 * nonascii.texi (Character Codes): Minor fix.
10023
10024 * display.texi (Display Property): Explain the significance
10025 of having text properties that are eq.
10026 (Other Display Specs): Explain string as display spec.
10027
10028 * commands.texi (Interactive Codes): Document G option.
10029
100302005-03-17 Chong Yidong <cyd@stupidchicken.com>
10031
10032 * text.texi (Filling): Add sentence-end-without-period and
10033 sentence-end-without-space.
10034 (Changing Properties): Minor fix.
10035
10036 * anti.texi: Total rewrite.
10037
100382005-03-15 Lute Kamstra <lute@gnu.org>
10039
10040 * edebug.texi (Instrumenting Macro Calls): Fix typos.
10041
100422005-03-08 Kim F. Storm <storm@cua.dk>
10043
10044 * display.texi (Specified Space): Property :width is support on
10045 non-graphic terminals, :height is not.
10046
100472005-03-07 Richard M. Stallman <rms@gnu.org>
10048
10049 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10050 Now subnodes of Fringes.
10051 (Overlay Arrow): Document overlay-arrow-variable-list.
10052 (Fringe Size/Pos): New node, broken out of Fringes.
10053 (Display): Explain clearing vs redisplay better.
10054 (Truncation): Clarify use of bitmaps.
10055 (The Echo Area): Clarify the uses of the echo area.
10056 Add max-mini-window-height.
10057 (Progress): Clarify.
10058 (Invisible Text): Explain that main loop moves point out.
10059 (Selective Display): Say "hidden", not "invisible".
10060 (Managing Overlays): Move up. Describe relation to Undo here.
10061 (Overlay Properties): Clarify intro.
10062 (Finding Overlays): Explain return values when nothing found.
10063 (Width): truncate-string-to-width has added arg.
10064 (Displaying Faces): Clarify and update mode line face handling.
10065 (Face Functions): Minor cleanup.
10066 (Conditional Display): Merge into Other Display Specs.
10067 (Pixel Specification, Other Display Specs): Minor cleanups.
10068 (Images, Image Descriptors): Minor cleanups.
10069 (GIF Images): Patents have expired.
10070 (Showing Images): Explain default text for insert-image.
10071 (Manipulating Button Types): Merge into Manipulating Buttons.
10072 (Making Buttons): Explain return values.
10073 (Button Buffer Commands): Add xref.
10074 (Inverse Video): Update mode-line-inverse-video.
10075 (Display Table Format): Clarify.
10076 (Active Display Table): Give defaults for window-display-table.
10077
10078 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10079 and calendar-today-marker are strings, not chars.
10080 (Holiday Customizing): Minor fix.
10081
10082 * internals.texi (Writing Emacs Primitives): Update `or' example.
10083 Update limit on # args of subr.
10084
10085 * edebug.texi (Using Edebug): Arrow is in fringe.
10086 (Instrumenting): Arg to eval-defun works without loading edebug.
10087 (Edebug Execution Modes): Add xref.
10088
10089 * customize.texi (Common Keywords): Clarify :require.
10090 Mention :version here.
10091 (Variable Definitions, Group Definitions): Not here.
10092 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10093
100942005-03-07 Chong Yidong <cyd@stupidchicken.com>
10095 * nonascii.texi (Text Representations): Clarify position-bytes.
10096 (Character Sets): Add list-charset-chars.
10097 (Scanning Charsets): Add charset-after.
10098 (Encoding and I/O): Minor fix.
10099
101002005-03-06 Richard M. Stallman <rms@gnu.org>
10101
10102 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10103 (Resizing Windows): Likewise.
10104
10105 * text.texi (Change Hooks): Get rid of "Emacs 21".
10106
10107 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10108
10109 * streams.texi (Output Variables): Get rid of "Emacs 21".
10110
10111 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10112
10113 * os.texi (Translating Input): Replace flow-control example
10114 with a less obsolete example that uses `keyboard-translate'.
10115
10116 * objects.texi (Hash Table Type, Circular Objects):
10117 Get rid of "Emacs 21".
10118
10119 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10120 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10121
10122 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10123
10124 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10125
10126 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10127 (Menu Bar): Fix when menu-bar-update-hook is called.
10128
10129 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10130
10131 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10132 and make it read better.
10133
10134 * files.texi (Writing to Files): Get rid of "Emacs 21".
10135 (Unique File Names): Likewise.
10136
10137 * elisp.texi: Update Emacs version to 22.
10138
10139 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10140 (Overlay Properties, Face Attributes): Likewise.
10141 (Managing Overlays): Fix punctuation.
10142 (Attribute Functions): Clarify set-face-font; get rid of
10143 info about old Emacs versions.
10144 (Auto Faces, Font Lookup, Display Property, Images):
10145 Get rid of "Emacs 21".
10146
10147 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10148
101492005-03-05 Richard M. Stallman <rms@gnu.org>
10150
10151 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10152
101532005-03-04 Lute Kamstra <lute@gnu.org>
10154
10155 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10156
101572005-03-03 Lute Kamstra <lute@gnu.org>
10158
10159 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10160
101612005-03-01 Lute Kamstra <lute@gnu.org>
10162
10163 * debugging.texi (Debugger Commands): Update `j'.
10164
101652005-02-28 Lute Kamstra <lute@gnu.org>
10166
10167 * debugging.texi (Debugging): Fix typo.
10168 (Error Debugging): Document eval-expression-debug-on-error.
10169 (Function Debugging): Update example.
10170 (Using Debugger): Mention starred stack frames.
10171 (Debugger Commands): Document `j' and `l'.
10172 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10173 Update the messages that the debugger displays.
10174 (Internals of Debugger): Add cross reference. Update example.
10175 (Excess Open): Minor improvement.
10176 (Excess Close): Minor improvement.
10177
101782005-02-26 Richard M. Stallman <rms@gnu.org>
10179
10180 * tips.texi (Coding Conventions): Clarify.
10181 Put all the major mode key reservations together.
10182 Mention the Mouse-1 => Mouse-2 conventions.
10183
10184 * syntax.texi (Syntax Class Table): Clarify.
10185 (Syntax Table Functions): syntax-after moved from here.
10186 (Syntax Table Internals): syntax-after moved to here.
10187 (Parsing Expressions): Update info on number of values
10188 and what's meaningful in the STATE argument.
10189 (Categories): Fix typo.
10190
10191 * sequences.texi (Arrays): Cleanup.
10192 (Char-Tables): Clarify.
10193
10194 * processes.texi (Deleting Processes): Cleanups, add xref.
10195 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10196 (Process Information): set-process-coding-system, some args optional.
10197 (Input to Processes): Explain various types for PROCESS args.
10198 Rename them from PROCESS-NAME to PROCESS.
10199 (Signals to Processes): Likewise.
10200 (Decoding Output): Cleanup.
10201 (Query Before Exit): Clarify.
10202
10203 * os.texi (Startup Summary): Correct the options; add missing ones.
10204 (Terminal Output, Batch Mode): Clarify.
10205 (Flow Control): Node deleted.
10206
10207 * markers.texi (The Mark): Clarify.
10208
10209 * macros.texi (Expansion): Cleanup.
10210 (Indenting Macros): indent-spec allows ints, not floats.
10211
10212 * keymaps.texi (Keymaps): Clarify.
10213 (Format of Keymaps): Update lisp-mode-map example.
10214 (Active Keymaps, Key Lookup): Clarify.
10215 (Changing Key Bindings): Add xref to `kbd'.
10216 (Key Binding Commands, Simple Menu Items): Clarify.
10217 (Mouse Menus, Menu Bar): Clarify.
10218 (Menu Example): Replace print example with menu-bar-replace-menu.
10219
10220 * help.texi (Documentation Basics): Add function-documentation prop.
10221
10222 * elisp.texi (Top): Don't refer to Flow Control node.
10223
10224 * commands.texi (Command Overview): Improve xrefs.
10225 (Adjusting Point): Adjusting point applies to intangible and invis.
10226 (Key Sequence Input): Doc extra read-key-sequence args.
10227 Likewise for read-key-sequence-vector.
10228
10229 * backups.texi (Rename or Copy): Minor fix.
10230 (Numbered Backups): For version-control, say the default.
10231 (Auto-Saving): make-auto-save-file-name example is simplified.
10232
10233 * advice.texi (Advising Functions): Don't imply one part of Emacs
10234 should advise another part. Markup changes.
10235 (Defining Advice): Move transitional para.
10236 (Activation of Advice): Cleanup.
10237 Explain if COMPILE is nil or negative.
10238
10239 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10240
102412005-02-24 Lute Kamstra <lute@gnu.org>
10242
10243 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10244 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10245
102462005-02-23 Lute Kamstra <lute@gnu.org>
10247
10248 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10249 to define global minor modes as well.
10250
10251 * display.texi (Managing Overlays): overlay-buffer returns nil for
10252 deleted overlays.
10253
102542005-02-22 Kim F. Storm <storm@cua.dk>
10255
10256 * minibuf.texi (Basic Completion): Allow symbols in addition to
10257 strings in try-completion and all-completions.
10258
102592005-02-14 Lute Kamstra <lute@gnu.org>
10260
10261 * elisp.texi (Top): Remove reference to deleted node.
10262
10263 * lists.texi (Lists): Remove reference to deleted node.
10264 (Cons Cells): Fix typo.
10265
10266 * loading.texi (Where Defined): Fix typo.
10267
102682005-02-14 Richard M. Stallman <rms@gnu.org>
10269
10270 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10271 is useful for discarding some minor modes.
10272
10273 * symbols.texi (Symbol Components): Reorder examples.
10274
10275 * streams.texi (Input Functions): State standard-input default.
10276 (Output Variables): State standard-output default.
10277
10278 * objects.texi (Printed Representation): Clarify read syntax vs print.
10279 (Floating Point Type): Explain meaning better.
10280 (Symbol Type): Explain uniqueness better.
10281 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10282 List examples sooner.
10283 (Box Diagrams): New subnode broken out.
10284 Some examples moved from old Lists as Boxes node.
10285 (Dotted Pair Notation): Clarify intro.
10286 (Array Type): Clarify.
10287 (Type Predicates): Add hash-table-p.
10288
10289 * numbers.texi (Integer Basics): Clarify radix explanation.
10290 (Predicates on Numbers): Minor clarification.
10291 (Comparison of Numbers): Minor clarification. Clarify eql.
10292 Typos in min, max.
10293 (Math Functions): Clarify overflow in expt.
10294
10295 * minibuf.texi (Text from Minibuffer): Minor clarification.
10296 Mention arrow keys.
10297
10298 * loading.texi (Autoload): defun's doc string overrides autoload's
10299 doc string.
10300 (Repeated Loading): Modernize "add to list" examples.
10301 (Where Defined): Finish updating table of load-history elts.
10302
10303 * lists.texi (List-related Predicates): Minor wording improvement.
10304 (Lists as Boxes): Node deleted.
10305 (Building Lists): Explain trivial cases of number-sequence.
10306
10307 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 10308 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
10309 (Hash Access): Any object can be a key.
10310 State value of maphash.
10311
10312 * functions.texi (What Is a Function): Wording cleanup.
10313 (Function Documentation): Minor cleanup.
10314 Explain purpose of calling convention at end of doc string.
10315 (Function Names): Wording cleanup.
10316 (Calling Functions): Wording cleanup.
10317 Explain better how funcall calls the function.
10318 (Function Cells): Delete example of saving and redefining function.
10319
10320 * control.texi (Combining Conditions): Wording cleanup.
10321 (Iteration): dolist and dotimes bind VAR locally.
10322 (Cleanups): Xref to Atomic Changes.
10323
10324 * compile.texi (Byte Compilation): Delete 19.29 info.
10325 (Compilation Functions): Macros' difficulties don't affect defsubst.
10326 (Docs and Compilation): Delete 19.29 info.
10327
103282005-02-10 Richard M. Stallman <rms@gnu.org>
10329
10330 * objects.texi (Symbol Type): Minor correction.
10331
103322005-02-06 Lute Kamstra <lute@gnu.org>
10333
10334 * modes.texi (Example Major Modes): Fix typos.
10335
103362005-02-06 Richard M. Stallman <rms@gnu.org>
10337
10338 * text.texi (Margins): fill-nobreak-predicate can be one function.
10339
10340 * strings.texi (Modifying Strings): clear-string can make unibyte.
10341 (Formatting Strings): format gives error if values missing.
10342
10343 * positions.texi (Character Motion): Mention default arg
10344 for forward-char. backward-char refers to forward-char.
10345 (Word Motion): Mention default arg for forward-word.
10346 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10347 Simplify end-of-buffer.
10348 (Text Lines): Mention default arg for forward-line.
10349 (List Motion): Mention default arg for beginning/end-of-defun.
10350 (Skipping Characters): Minor fixes in explaining character-set.
10351
10352 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10353 Mode inheritance applies only when default-major-mode is nil.
10354 Clarifications.
10355 (Example Major Modes): Update Text mode and Lisp mode examples.
10356 (Minor Mode Conventions): Mention define-minor-mode at top.
10357 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10358 (Mode Line Format): Update mode line face display info.
10359 (Properties in Mode): Mention effect of risky vars.
10360 (Imenu): Define imenu-add-to-menubar.
10361 (Font Lock Mode): Add descriptions to menu lines.
10362 (Faces for Font Lock): Add font-lock-doc-face.
10363
103642005-02-05 Lute Kamstra <lute@gnu.org>
10365
10366 * text.texi (Maintaining Undo): Remove obsolete function.
10367
103682005-02-05 Eli Zaretskii <eliz@gnu.org>
10369
10370 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 10371 color specifications. Improve indexing.
b8d4c8d0
GM
10372 (Text Terminal Colors): Replace the description of RGB values by
10373 an xref to "Color Names".
10374
103752005-02-03 Richard M. Stallman <rms@gnu.org>
10376
10377 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10378 Clarify.
10379 (Selecting Windows): Clarify save-selected-window.
10380 (Cyclic Window Ordering): Clarify walk-windows.
10381 (Window Point): Clarify.
10382 (Window Start): Add comment to example.
10383 (Resizing Windows): Add `interactive' specs in examples.
10384 Document fit-window-to-buffer.
10385
10386 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
10387 (Undo, Maintaining Undo): Clarify last change.
10388 (Sorting): In sort-numeric-fields, explain about octal and hex.
10389 Mention sort-numeric-base.
10390 (Format Properties): Add xref for hard newlines.
10391
10392 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
10393 (Pop-Up Menus): Fix typo.
10394 (Color Names): Explain all types of color names.
10395 Explain color-values on B&W terminal.
10396 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
10397
10398 * files.texi (File Locks): Not supported on MS systems.
10399 (Testing Accessibility): Clarify.
10400
10401 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
10402 (Coverage Testing): Fix typo.
10403
10404 * commands.texi (Misc Events): Remove stray space.
10405
10406 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
10407 (Modification Time): Clarify when visited-file-modtime returns 0.
10408 (The Buffer List): Clarify bury-buffer.
10409 (Killing Buffers): Clarify.
10410 (Indirect Buffers): Add clone-indirect-buffer.
10411
104122005-02-02 Matt Hodges <MPHodges@member.fsf.org>
10413
10414 * edebug.texi (Printing in Edebug): Fix default value of
10415 edebug-print-circle.
10416 (Coverage Testing): Fix displayed frequency count data.
10417
104182005-02-02 Luc Teirlinck <teirllm@auburn.edu>
10419
10420 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
10421
104222005-02-02 Kim F. Storm <storm@cua.dk>
10423
10424 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
10425
104262005-01-29 Eli Zaretskii <eliz@gnu.org>
10427
10428 * commands.texi (Misc Events): Describe the help-echo event.
10429
10430 * text.texi (Special Properties) <help-echo>: Use `pos'
10431 consistently in description of the help-echo property.
10432 Use @code{nil} instead of @var{nil}.
10433
10434 * display.texi (Overlay Properties): Fix the index entry for
10435 help-echo overlay property.
10436
10437 * customize.texi (Type Keywords): Uncomment the xref to the
10438 help-echo property documentation.
10439
104402005-01-23 Kim F. Storm <storm@cua.dk>
10441
10442 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
10443 return value. Third element FULLY replaced by PARTIAL which
10444 specifies number of invisible pixels if row is only partially visible.
10445 (Textual Scrolling): Mention auto-window-vscroll.
10446 (Vertical Scrolling): New defvar auto-window-vscroll.
10447
104482005-01-16 Luc Teirlinck <teirllm@auburn.edu>
10449
10450 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
10451 command remapping.
10452
104532005-01-15 Richard M. Stallman <rms@gnu.org>
10454
10455 * display.texi (Defining Images): Mention DATA-P arg of create-image.
10456
104572005-01-14 Kim F. Storm <storm@cua.dk>
10458
10459 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
10460
10461 * text.texi (Links and Mouse-1): Fix string and vector item.
10462
104632005-01-13 Richard M. Stallman <rms@gnu.org>
10464
10465 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
10466 descriptions of overriding-local-map and overriding-terminal-local-map.
10467
10468 * text.texi (Links and Mouse-1): Clarify text.
10469
104702005-01-13 Kim F. Storm <storm@cua.dk>
10471
10472 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
10473
104742005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
10475
10476 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
10477
104782005-01-12 Kim F. Storm <storm@cua.dk>
10479
10480 * text.texi (Links and Mouse-1): Rename section from Enabling
10481 Mouse-1 to Following Links. Change xrefs.
10482 Add examples for define-button-type and define-widget.
10483
10484 * display.texi (Button Properties, Button Buffer Commands):
10485 Clarify mouse-1 and follow-link functionality.
10486
104872005-01-12 Richard M. Stallman <rms@gnu.org>
10488
10489 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
10490
10491 * display.texi (Beeping): Fix Texinfo usage.
10492
10493 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
10494
104952005-01-11 Kim F. Storm <storm@cua.dk>
10496
10497 * display.texi (Button Properties, Button Buffer Commands):
10498 Mention mouse-1 binding. Add follow-link keyword.
10499
10500 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
10501 (Enabling Mouse-1 to Follow Links): New subsection.
10502
105032005-01-06 Richard M. Stallman <rms@gnu.org>
10504
10505 * text.texi (Special Properties): Minor change.
10506
10507 * os.texi (Timers): Clarify previous change.
10508
10509 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
10510
105112005-01-01 Luc Teirlinck <teirllm@auburn.edu>
10512
10513 * display.texi (Face Attributes): Correct xref to renamed node.
10514
105152005-01-01 Richard M. Stallman <rms@gnu.org>
10516
10517 * display.texi (Face Attributes): Describe hex color specs.
10518
105192004-12-31 Richard M. Stallman <rms@gnu.org>
10520
10521 * os.texi (Timers): Update previous change.
10522
105232004-12-30 Kim F. Storm <storm@cua.dk>
10524
10525 * display.texi (Line Height): Total line-height is now specified
10526 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
10527 in cons cells. (nil . RATIO) is relative to actual line height.
10528 Use line-height `t' instead of `0' to get minimum height.
10529
105302004-12-29 Richard M. Stallman <rms@gnu.org>
10531
10532 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
10533
105342004-12-28 Richard M. Stallman <rms@gnu.org>
10535
10536 * commands.texi (Quitting): Clarify value of with-local-quit.
10537
10538 * elisp.texi (Top): Fix previous change.
10539
10540 * loading.texi (Loading): Fix previous change.
10541
105422004-12-27 Richard M. Stallman <rms@gnu.org>
10543
10544 * Makefile.in (MAKEINFO): Specify --force.
10545
10546 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
10547
10548 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
10549
10550 * display.texi (Line Height): Further clarify.
10551
10552 * elisp.texi (Top): Update Loading submenu.
10553
10554 * loading.texi (Where Defined): New node.
10555 (Unloading): load-history moved to Where Defined.
10556
105572004-12-21 Richard M. Stallman <rms@gnu.org>
10558
10559 * commands.texi (Event Input Misc): Add while-no-input.
10560
105612004-12-11 Richard M. Stallman <rms@gnu.org>
10562
10563 * display.texi (Line Height): Rewrite text for clarity.
10564
105652004-12-11 Kim F. Storm <storm@cua.dk>
10566
10567 * display.texi (Display): Add node "Line Height" to menu.
10568 (Line Height): New node. Move full description of line-spacing
10569 and line-height text properties here from text.texi.
10570 (Scroll Bars): Add vertical-scroll-bar variable.
10571
10572 * frames.texi (Window Frame Parameters): Remove line-height defvar.
10573
10574 * locals.texi (Standard Buffer-Local Variables): Fix xref for
10575 line-spacing and vertical-scroll-bar.
10576
10577 * text.texi (Special Properties): Just mention line-spacing and
10578 line-height here, add xref to new "Line Height" node.
10579
105802004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
10581
10582 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
10583
10584 * locals.texi (Standard Buffer-Local Variables):
10585 Add @xref for `line-spacing'.
10586
105872004-12-05 Richard M. Stallman <rms@gnu.org>
10588
10589 * Makefile.in (maintainer-clean): Remove the info files
10590 in $(infodir) where they are created.
10591
105922004-12-03 Richard M. Stallman <rms@gnu.org>
10593
10594 * windows.texi (Selecting Windows): get-lru-window and
10595 get-largest-window don't consider dedicated windows.
10596
10597 * text.texi (Undo): Document undo-in-progress.
10598
105992004-11-26 Richard M. Stallman <rms@gnu.org>
10600
10601 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
10602 Remove a few vars that are not always buffer-local.
10603
106042004-11-24 Luc Teirlinck <teirllm@auburn.edu>
10605
10606 * locals.texi (Standard Buffer-Local Variables): Comment out
10607 xref's to non-existent node `Yet to be written'.
10608
106092004-11-24 Richard M. Stallman <rms@gnu.org>
10610
10611 * processes.texi (Synchronous Processes): Grammar fix.
10612
10613 * numbers.texi (Comparison of Numbers): Add eql.
10614
10615 * locals.texi (Standard Buffer-Local Variables): Add many vars.
10616
10617 * intro.texi (Printing Notation): Fix previous change.
10618
10619 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
10620 and default-indicate-buffer-boundaries from here.
10621 (Usual Display): To here.
10622 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
10623 (Usual Display): Move tab-width up.
10624
5dcb4c4e
SM
10625 * customize.texi (Variable Definitions):
10626 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
10627 (Simple Types, Composite Types, Defining New Types):
10628 Minor cleanups.
10629
106302004-11-21 Jesper Harder <harder@ifa.au.dk>
10631
10632 * processes.texi (Synchronous Processes, Output from Processes):
10633 Markup fix.
10634
106352004-11-20 Richard M. Stallman <rms@gnu.org>
10636
10637 * positions.texi (Skipping Characters): skip-chars-forward
10638 now handles char classes.
10639
10640 * intro.texi (Printing Notation): Avoid confusion of `print'
10641 when explaining @print.
10642
10643 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
10644
10645 * display.texi (Display Table Format): Minor fix.
10646
10647 * streams.texi (Output Functions): Fix print example.
10648
10649 * Makefile.in (elisp): New target.
10650 (dist): Depend on $(infodir)/elisp, not elisp.
10651 Copy the info files from $(infodir).
10652
10653 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
10654 read-from-minibuffer.
10655
10656 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
10657
106582004-11-19 Richard M. Stallman <rms@gnu.org>
10659
10660 * searching.texi (Regexp Search): Add search-whitespace-regexp.
10661
106622004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
10663
10664 * tips.texi (Coding Conventions): Fix typo.
10665
106662004-11-16 Richard M. Stallman <rms@gnu.org>
10667
10668 * tips.texi (Coding Conventions): Separate defvar and require
10669 methods to avoid warnings. Use require only when there are many
10670 functions and variables from that package.
10671
10672 * minibuf.texi (Minibuffer Completion): When ignoring case,
10673 predicate must not be case-sensitive.
10674
10675 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
10676 (Test Coverage): Don't talk about "splotches". Clarified.
10677
106782004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
10679
10680 * frames.texi (Window Frame Parameters): Fix typo.
10681
106822004-11-15 Kim F. Storm <storm@cua.dk>
10683
10684 * symbols.texi (Other Plists): Note that plist-get may signal error.
10685 Add safe-plist-get.
10686
106872004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
10688
10689 * modes.texi (Font Lock Basics): Fix typo.
10690
106912004-11-08 Richard M. Stallman <rms@gnu.org>
10692
10693 * syntax.texi (Syntax Table Functions): Add syntax-after.
10694
106952004-11-06 Lars Brinkhoff <lars@nocrew.org>
10696
10697 * os.texi (Processor Run Time): New section documenting
10698 get-internal-run-time.
10699
107002004-11-06 Eli Zaretskii <eliz@gnu.org>
10701
10702 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
10703 it nukes elisp-cover.texi.
10704 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
10705 elisp-0 etc.
10706
107072004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10708
10709 * commands.texi (Keyboard Macros): Document `append' return value
10710 of `defining-kbd-macro'.
10711
107122004-11-01 Richard M. Stallman <rms@gnu.org>
10713
10714 * commands.texi (Interactive Call): Add called-interactively-p.
10715
107162004-10-29 Simon Josefsson <jas@extundo.com>
10717
10718 * minibuf.texi (Reading a Password): Revert.
10719
107202004-10-28 Richard M. Stallman <rms@gnu.org>
10721
10722 * frames.texi (Display Feature Testing): Explain about "vendor".
10723
107242004-10-27 Richard M. Stallman <rms@gnu.org>
10725
10726 * commands.texi (Interactive Codes): `N' uses numeric prefix,
10727 not raw. Clarify `n'.
10728 (Interactive Call): Rewrite interactive-p, focusing on when
10729 and how to use it.
10730 (Misc Events): Clarify previous change.
10731
10732 * advice.texi (Simple Advice): Clarify what job the example does.
10733 (Around-Advice): Clarify ad-do-it.
10734 (Activation of Advice): An option of ad-default-compilation-action
10735 is `never', not `nil'.
10736
107372004-10-26 Kim F. Storm <storm@cua.dk>
10738
10739 * commands.texi (Interactive Codes): Add U code letter.
10740
107412004-10-25 Simon Josefsson <jas@extundo.com>
10742
10743 * minibuf.texi (Reading a Password): Add.
10744
107452004-10-24 Jason Rumney <jasonr@gnu.org>
10746
10747 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
10748 and wheel-down.
10749
107502004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10751
10752 * processes.texi (Synchronous Processes): Document process-file.
10753
107542004-10-22 Kenichi Handa <handa@m17n.org>
10755
10756 * text.texi (translate-region): Document that it accepts also a
10757 char-table.
10758
107592004-10-22 David Ponce <david@dponce.com>
10760
10761 * windows.texi (Resizing Windows): Document the `preserve-before'
10762 argument of the functions `enlarge-window' and `shrink-window'.
10763
107642004-10-19 Jason Rumney <jasonr@gnu.org>
10765
10766 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
10767
107682004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10769
10770 * text.texi (Filling): Add anchor for definition of
10771 `sentence-end-double-space'.
10772
10773 * searching.texi (Regexp Example): Update description of how
10774 Emacs currently recognizes the end of a sentence.
10775 (Standard Regexps): Update definition of the variable
10776 `sentence-end'. Add definition of the function `sentence-end'.
10777
107782004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
10779
10780 * display.texi (Progress): New node.
10781
107822004-10-05 Kim F. Storm <storm@cua.dk>
10783
10784 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
10785
107862004-09-29 Kim F. Storm <storm@cua.dk>
10787
10788 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
10789 to identify bitmaps. Remove -fringe-bitmap suffix for standard
10790 fringe bitmap symbols, as they now have their own namespace.
10791 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
10792 vs. pixels. Signal error if no free bitmap slots.
10793 (Pixel Specification): Change IMAGE to @var{image}.
10794
107952004-09-28 Richard M. Stallman <rms@gnu.org>
10796
10797 * text.texi (Special Properties): Clarify line-spacing and line-height.
10798
10799 * searching.texi (Regexp Search): Add looking-back.
10800
108012004-09-25 Luc Teirlinck <teirllm@auburn.edu>
10802
10803 * display.texi: Correct typos.
10804 (Image Descriptors): Correct xref's.
10805
108062004-09-25 Richard M. Stallman <rms@gnu.org>
10807
10808 * text.texi (Special Properties): Cleanups in `cursor'.
10809 Rewrites in `line-height' and `line-spacing'; exchange them.
10810
10811 * display.texi (Fringes): Rewrite previous change.
10812 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
10813 (Display Fringe Bitmaps): Node deleted, text moved.
10814 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
10815 (Scroll Bars): Clarify set-window-scroll-bars.
10816 (Pointer Shape): Rewrite.
10817 (Specified Space): Clarify :align-to, etc.
10818 (Pixel Specification): Use @var. Clarify new text.
10819 (Other Display Specs): Clarify `slice'.
10820 (Image Descriptors): Cleanups.
10821 (Showing Images): Cleanups.
10822
108232004-09-24 Luc Teirlinck <teirllm@auburn.edu>
10824
10825 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
10826
10827 * modes.texi: Various minor changes in addition to:
10828 (Major Mode Conventions): Final call to `run-mode-hooks' should
10829 not be inside the `delay-mode-hooks' form.
10830 (Mode Hooks): New node.
10831 (Hooks): Delete obsolete example.
10832 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
10833 node "Mode Hooks".
10834
108352004-09-22 Luc Teirlinck <teirllm@auburn.edu>
10836
10837 * display.texi: Correct various typos.
10838 (Display): Rename node "Pointer Shapes" to "Pointer
10839 Shape". (There is already a node called "Pointer Shapes" in
10840 frames.texi.)
10841 (Images): Remove non-existent node "Image Slices" from menu.
10842
108432004-09-23 Kim F. Storm <storm@cua.dk>
10844
10845 * text.texi (Special Properties): Add `cursor', `pointer',
10846 `line-height', and `line-spacing' properties.
10847
10848 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
10849 Shapes' to menu.
10850 (Standard Faces): Doc fix for fringe face.
10851 (Fringes): Add `overflow-newline-into-fringe' and
10852 'indicate-buffer-boundaries'.
10853 (Fringe Bitmaps, Pointer Shapes): New nodes.
10854 (Display Property): Add 'Pixel Specification' and 'Display Fringe
10855 Bitmaps' to menu.
10856 (Specified Space): Describe pixel width and height.
10857 (Pixel Specification): New node.
10858 (Other Display Specs): Add `slice' property.
10859 (Display Fringe Bitmaps): New node.
10860 (Images): Add 'Image Slices' to menu.
10861 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
10862 (Showing Images): Add slice arg to `insert-image'.
10863 Add 'insert-sliced-image'.
b8d4c8d0
GM
10864
108652004-09-20 Richard M. Stallman <rms@gnu.org>
10866
10867 * commands.texi (Key Sequence Input):
10868 Clarify downcasing in read-key-sequence.
10869
108702004-09-08 Juri Linkov <juri@jurta.org>
10871
10872 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
10873
108742004-09-07 Luc Teirlinck <teirllm@auburn.edu>
10875
5dcb4c4e
SM
10876 * locals.texi (Standard Buffer-Local Variables):
10877 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
10878 * internals.texi (Buffer Internals): Describe new
10879 auto_save_file_format field of the buffer structure.
10880 * files.texi (Format Conversion): `auto-save-file-format' has been
10881 renamed `buffer-auto-save-file-format'.
10882
108832004-08-27 Luc Teirlinck <teirllm@auburn.edu>
10884
10885 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
10886 an integer or a marker.
10887 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
10888
108892004-08-22 Richard M. Stallman <rms@gnu.org>
10890
10891 * modes.texi (Major Mode Conventions): Discuss rebinding of
10892 standard key bindings.
10893
108942004-08-18 Kim F. Storm <storm@cua.dk>
10895
10896 * processes.texi (Accepting Output): Add `just-this-one' arg to
10897 `accept-process-output'.
10898 (Output from Processes): New var `process-adaptive-read-buffering'.
10899
109002004-08-10 Luc Teirlinck <teirllm@auburn.edu>
10901
10902 * keymaps.texi: Various changes in addition to:
10903 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
10904 Give more varied examples for `kbd'.
10905 (Creating Keymaps): Char tables have slots for all characters
10906 without modifiers.
10907 (Active Keymaps): `overriding-local-map' and
10908 `overriding-terminal-local-map' also override text property and
10909 overlay keymaps.
10910 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
10911 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
10912 to denote a prefix of no events.
10913 `map-keymap' includes parent's bindings _recursively_.
10914 Clarify and correct description of `where-is-internal'.
10915 Mention BUFFER-OR-NAME arg to `describe-bindings'.
10916 (Menu Example): For menus intended for use with the keyboard, the
10917 menu items should be bound to characters or real function keys.
10918
109192004-08-08 Luc Teirlinck <teirllm@auburn.edu>
10920
10921 * objects.texi (Character Type): Reposition `@anchor' to prevent
10922 double space inside sentence in Info.
10923
10924 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
10925 renamed to `disabled-command-function'.
10926 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
10927 (Command Loop Info): Replace reference to it.
10928 (Disabling Commands): `disabled-command-hook' has been renamed to
10929 `disabled-command-function'.
10930
109312004-08-07 Luc Teirlinck <teirllm@auburn.edu>
10932
10933 * os.texi (Translating Input): Only non-prefix bindings in
10934 `key-translation-map' override actual key bindings. Warn about
10935 possible indirect effect of actual key bindings on non-prefix
10936 bindings in `key-translation-map'.
10937
109382004-08-06 Luc Teirlinck <teirllm@auburn.edu>
10939
10940 * minibuf.texi (High-Level Completion): Add anchor for definition
10941 of `read-variable'.
10942
10943 * commands.texi: Various changes in addition to:
10944 (Using Interactive): Clarify description of `interactive-form'.
10945 (Interactive Call): Mention default for KEYS argument to
10946 `call-interactively'.
10947 (Command Loop Info): Clarify description of `this-command-keys'.
10948 Mention KEEP-RECORD argument to `clear-this-command-keys'.
10949 Value of `last-event-frame' can be `macro'.
10950 (Repeat Events): `double-click-fuzz' is also used to distinguish
10951 clicks and drags.
10952 (Classifying Events): Clarify descriptions of `event-modifiers'
10953 `event-basic-type' and `event-convert-list'.
10954 (Accessing Events): `posn-timestamp' takes POSITION argument.
10955 (Quoted Character Input): Clarify description of
10956 `read-quoted-char' and fix example.
10957 (Quitting): Add `with-local-quit'.
10958 (Disabling Commands): Correct and clarify descriptions of
10959 `enable-command' and `disable-command'.
10960 Mention what happens if `disabled-command-hook' is nil.
10961 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
10962 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
10963
109642004-07-24 Luc Teirlinck <teirllm@auburn.edu>
10965
10966 * frames.texi: Various changes in addition to:
10967 (Creating Frames): Expand and clarify description of `make-frame'.
10968 (Window Frame Parameters): Either none or both of the `icon-left'
10969 and `icon-top' parameters must be specified. Put descriptions of
10970 `menu-bar-lines' and `toolbar-lines' closer together and change
10971 them accordingly.
10972 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
10973 except while processing `frame-title-format' or `icon-title-format'.
10974 (Deleting Frames): Correct description of `delete-frame'.
10975 Non-nil return values of `frame-live-p' are like those of `framep'.
10976 (Frames and Windows): Mention return value of
10977 `set-frame-selected-window'.
10978 (Visibility of Frames): Mention `force' argument to
10979 `make-frame-invisible'. `frame-visible-p' returns t for all
10980 frames on text-only terminals.
10981 (Frame Configurations): Restoring a frame configuration does not
10982 restore deleted frames.
10983 (Window System Selections): `x-set-selection' returns DATA.
10984 (Resources): Add example.
10985 (Display Feature Testing): Clarify descriptions of
10986 `display-pixel-height', `display-pixel-width', `x-server-version'
10987 and `x-server-vendor'.
10988
10989 * windows.texi (Choosing Window): Add anchor.
10990 * minibuf.texi (Minibuffer Misc): Add anchor.
10991
109922004-07-23 John Paul Wallington <jpw@gnu.org>
10993
10994 * macros.texi (Defining Macros): Declaration keyword for setting
10995 Edebug spec is `debug' not `edebug'.
10996
109972004-07-19 Luc Teirlinck <teirllm@auburn.edu>
10998
10999 * windows.texi: Various small changes in addition to:
11000 (Window Point): Mention return value of `set-window-point'.
11001 (Window Start): `pos-visible-in-window-p' disregards horizontal
11002 scrolling. Explain return value if PARTIALLY is non-nil.
11003 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11004 and `set-window-vscroll'.
11005 (Size of Window): The argument WINDOW to `window-inside-edges',
11006 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11007 (Resizing Windows): Explain return value of
11008 `shrink-window-if-larger-than-buffer'.
11009 `window-size-fixed' automatically becomes buffer local when set.
11010 (Window Configurations): Explain return value of
11011 `set-window-configuration'.
11012
11013 * minibuf.texi (Minibuffer Misc): Add anchor for
11014 `minibuffer-scroll-window'.
11015
11016 * positions.texi (Text Lines): Add anchor for `count-lines'.
11017
110182004-07-17 Richard M. Stallman <rms@gnu.org>
11019
11020 * display.texi (Overlay Properties): Adding `evaporate' prop
11021 deletes empty overlay immediately.
11022
11023 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11024 fix example.
11025
110262004-07-16 Jim Blandy <jimb@redhat.com>
11027
11028 * searching.texi (Regexp Backslash): Document new \_< and \_>
11029 operators.
11030
110312004-07-16 Juanma Barranquero <lektu@terra.es>
11032
11033 * display.texi (Images): Fix Texinfo usage.
11034
110352004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11036
11037 * buffers.texi (Modification Time): `visited-file-modtime' now
11038 returns a list of two integers, instead of a cons.
11039
110402004-07-13 Luc Teirlinck <teirllm@auburn.edu>
11041
11042 * windows.texi: Various changes in addition to:
11043 (Splitting Windows): Add `split-window-keep-point'.
11044
110452004-07-09 Richard M. Stallman <rms@gnu.org>
11046
11047 * frames.texi (Input Focus): Minor fix.
11048
110492004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11050
11051 * frames.texi (Input Focus): Clarify descriptions of
11052 `select-frame-set-input-focus' and `select-frame'.
11053
110542004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11055
11056 * os.texi: Various small changes in addition to:
11057 (Killing Emacs): Expand and clarify description of
11058 `kill-emacs-query-functions' and `kill-emacs-hook'.
11059 (System Environment): Expand and clarify description of `getenv'
11060 and `setenv'.
11061 (Timers): Clarify description of `run-at-time'.
11062 (Translating Input): Correct description of
11063 `extra-keyboard-modifiers'.
11064 (Flow Control): Correct description of `enable-flow-control'.
11065
110662004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11067
11068 * os.texi: Update copyright.
11069 (Session Management): Grammar fix.
11070 Clarify which Emacs does the restarting.
11071 Use @samp for *scratch* buffer.
11072
110732004-07-04 Alan Mackenzie <acm@muc.de>
11074
11075 * frames.texi (Input Focus): Add documentation for
11076 `select-frame-set-input-focus'. Replace refs to non-existent
11077 `switch-frame' with `select-frame'. Minor corrections and tidying
11078 up of text-only terminal stuff.
11079
110802004-07-02 Richard M. Stallman <rms@gnu.org>
11081
11082 * files.texi (Saving Buffers): Cleanup write-contents-function.
11083 (Magic File Names): Cleanup file-remote-p.
11084
b344d29d 110852004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
11086
11087 * files.texi (Magic File Names): `file-remote-p' returns an
11088 identifier of the remote system, not just t.
11089
110902004-07-02 David Kastrup <dak@gnu.org>
11091
11092 * searching.texi (Entire Match Data): Add explanation about new
11093 match-data behavior when @var{integers} is non-nil.
11094
110952004-06-24 Richard M. Stallman <rms@gnu.org>
11096
11097 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11098
11099 * customize.texi (Variable Definitions): Note about doc strings
11100 and :set.
11101
11102 * keymaps.texi (Keymap Terminology): Document `kbd'.
11103 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11104
11105 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11106 makes it buffer-local.
11107
11108 * files.texi (Saving Buffers): Correct previous change.
11109
11110 * commands.texi (Accessing Events):
11111 Clarify posn-col-row and posn-actual-col-row.
11112
111132004-06-24 David Ponce <david.ponce@wanadoo.fr>
11114
11115 * commands.texi (Accessing Events): New functions
11116 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11117
111182004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11119
11120 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11121 * frames.texi, buffers.texi, backups.texi, variables.texi:
11122 * loading.texi, eval.texi, functions.texi, control.texi:
11123 * symbols.texi, minibuf.texi: Reposition @anchor's.
11124
11125 * help.texi: Various small changes in addition to the following.
11126 (Describing Characters): Describe PREFIX argument to
11127 `key-description'. Correct and clarify definition of
11128 `text-char-description'. Describe NEED-VECTOR argument to
11129 `read-kbd-macro'.
11130 (Help Functions): Clarify definition of `apropos'.
11131
111322004-06-23 Lars Hansen <larsh@math.ku.dk>
11133
11134 * files.texi (Saving Buffers): Correct description of
11135 `write-contents-functions'.
11136
111372004-06-21 Juanma Barranquero <lektu@terra.es>
11138
11139 * display.texi (Images): Remove redundant @vindex directives.
11140 Rewrite `image-library-alist' doc in active voice.
11141
111422004-06-14 Juanma Barranquero <lektu@terra.es>
11143
11144 * display.texi (Images): Document new delayed library loading,
11145 variable `image-library-alist' and (existing but undocumented)
11146 function `image-type-available-p'.
11147
111482004-06-05 Richard M. Stallman <rms@gnu.org>
11149
11150 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11151 refer the user to the Initial Input node.
11152 (Text from Minibuffer): Likewise.
11153 (Initial Input): New node. Document this feature
11154 and say it is mostly deprecated.
11155
111562004-05-30 Richard M. Stallman <rms@gnu.org>
11157
11158 * loading.texi (Named Features): Clarify return value
11159 and meaning of NOERROR.
11160
11161 * variables.texi (File Local Variables): Minor cleanup.
11162
111632004-05-30 Michael Albinus <michael.albinus@gmx.de>
11164
11165 * files.texi (Magic File Names): Add `file-remote-p' as operation
11166 of file name handlers.
11167
111682004-05-29 Richard M. Stallman <rms@gnu.org>
11169
11170 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11171 as arg to a minor mode command.
11172
111732004-05-22 Richard M. Stallman <rms@gnu.org>
11174
11175 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11176
11177 * streams.texi (Output Variables): Doc float-output-format.
11178
11179 * searching.texi (Regexp Special): Nested repetition can be infloop.
11180
11181 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11182 real stack overflow.
11183
11184 * compile.texi: Minor cleanups.
11185
111862004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11187
11188 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11189 circular lists.
11190 (List Elements): Explain handling of circular and dotted lists.
11191
111922004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11193
11194 * modes.texi (Search-based Fontification): Fix typo.
11195
111962004-05-10 Juanma Barranquero <lektu@terra.es>
11197
11198 * modes.texi (Mode Line Variables): Fix description of
11199 global-mode-string, which is now after which-func-mode, not the
11200 buffer name.
11201
112022004-05-07 Lars Hansen <larsh@math.ku.dk>
11203
11204 * modes.texi (Desktop Save Mode): Add.
11205 (Modes): Add menu entry Desktop Save Mode.
11206
11207 * hooks.texi: Add desktop-after-read-hook,
11208 desktop-no-desktop-file-hook and desktop-save-hook.
11209
11210 * locals.texi: Add desktop-save-buffer.
11211
112122004-04-30 Jesper Harder <harder@ifa.au.dk>
11213
11214 * display.texi: emacs -> Emacs.
11215
112162004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11217
11218 * files.texi (Changing Files): Document set-file-times.
11219
112202004-04-23 Juanma Barranquero <lektu@terra.es>
11221
11222 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11223
112242004-04-18 Jesper Harder <harder@ifa.au.dk>
11225
11226 * tips.texi (Coding Conventions): defopt -> defcustom.
11227
112282004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11229
11230 * sequences.texi: Various clarifications.
11231
112322004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11233
11234 * buffers.texi (Read Only Buffers): Mention optional ARG to
11235 `toggle-read-only'.
11236
112372004-04-14 Nick Roberts <nick@nick.uklinux.net>
11238
11239 * windows.texi (Selecting Windows): Note that get-lru-window
11240 returns a full-width window if possible.
11241
112422004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11243
11244 * buffers.texi: Various changes in addition to:
11245 (Buffer File Name): Add `find-buffer-visiting'.
11246 (Buffer Modification): Mention optional ARG to `not-modified'.
11247 (Indirect Buffers): Mention optional CLONE argument to
11248 `make-indirect-buffer'.
11249
11250 * files.texi: Various changes in addition to:
11251 (Visiting Functions): `find-file-hook' is now a normal hook.
11252 (File Name Expansion): Explain difference between the way that
11253 `expand-file-name' and `file-truename' treat `..'.
11254 (Contents of Directories): Mention optional ID-FORMAT argument to
11255 `directory-files-and-attributes'.
11256 (Format Conversion): Mention new optional CONFIRM argument to
11257 `format-write-file'.
11258
112592004-04-12 Miles Bader <miles@gnu.org>
11260
11261 * macros.texi (Expansion): Add description of `macroexpand-all'.
11262
112632004-04-05 Jesper Harder <harder@ifa.au.dk>
11264
5dcb4c4e
SM
11265 * variables.texi (Variable Aliases):
11266 Mention cyclic-variable-indirection.
b8d4c8d0
GM
11267
11268 * errors.texi (Standard Errors): Ditto.
11269
112702004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11271
11272 * backups.texi: Various small changes in addition to:
11273 (Making Backups): Mention return value of `backup-buffer'.
11274 (Auto-Saving): Mention optional FORCE argument to
11275 `delete-auto-save-file-if-necessary'.
11276 (Reverting): Mention optional PRESERVE-MODES argument to
11277 `revert-buffer'. Correct description of `revert-buffer-function'.
11278
112792004-03-22 Juri Linkov <juri@jurta.org>
11280
11281 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11282 with `Vector Functions'.
11283
11284 * text.texi (Sorting): Add missing quote.
11285
112862004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11287
11288 * intro.texi (Lisp History): Replace xref to `cl' manual with
11289 inforef.
11290
112912004-03-12 Richard M. Stallman <rms@gnu.org>
11292
11293 * intro.texi (Version Info): Add arg to emacs-version.
11294 (Lisp History): Change xref to CL manual.
11295
112962004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11297
11298 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11299 for Partial Completion mode.
11300
113012004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11302
11303 * customize.texi: Fix typo. Remove eol whitespace.
11304
113052004-03-04 Richard M. Stallman <rms@gnu.org>
11306
11307 * processes.texi: Fix typos.
11308
11309 * lists.texi (Building Lists): Minor clarification.
11310
11311 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11312 in make-hash-table.
11313
113142004-02-29 Juanma Barranquero <lektu@terra.es>
11315
11316 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11317 rm, and ignore exit code.
11318
113192004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11320
11321 * display.texi (Defining Faces): Add description for min-colors.
11322 Update example.
11323
113242004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11325
11326 * abbrevs.texi: Various corrections and clarifications in addition
11327 to the following:
11328 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11329
113302004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11331
11332 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11333
113342004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11335
11336 * text.texi: Various small changes in addition to the following:
11337 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11338 to delete-horizontal-space.
11339 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11340 description of yank-handler text property at various places.
11341
11342 * frames.texi (Window System Selections): Add anchor.
11343
11344 * syntax.texi (Syntax Table Functions): Clarify and correct
11345 descriptions of make-syntax-table and copy-syntax-table.
11346 (Motion and Syntax): Clarify SYNTAXES argument to
11347 skip-syntax-forward.
11348 (Parsing Expressions): Mention that the return value of
11349 parse-partial-sexp is currently a list of ten rather than nine
11350 elements.
11351 (Categories): Various corrections and clarifications.
11352
113532004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11354
11355 * markers.texi (Marker Insertion Types): Minor change.
11356
11357 * locals.texi (Standard Buffer-Local Variables):
11358 * commands.texi (Interactive Codes, Using Interactive):
11359 * functions.texi (Related Topics): Fix xrefs.
11360
113612004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11362
11363 * lists.texi (Sets And Lists): Update description of delete-dups.
11364
113652004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11366
11367 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11368
c8763fb6 113692004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
11370
11371 * frames.texi (Parameter Access): frame-parameters arg is optional.
11372 modify-frame-parameters handles nil for FRAME.
11373 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11374 are all-or-nothing for certain toolkits.
11375 Mention parameter wait-for-wm.
11376 (Frames and Windows): In frame-first-window and frame-selected-window
11377 the arg is optional.
11378 (Input Focus): In redirect-frame-focus the second arg is optional.
11379 (Window System Selections): Mention selection type CLIPBOARD.
11380 Mention data-type UTF8_STRING.
11381 Mention numbering of cut buffers.
11382 (Resources): Describe x-resource-name.
11383
113842004-02-16 Richard M. Stallman <rms@gnu.org>
11385
11386 * windows.texi (Buffers and Windows): Delete false table
11387 about all-frames.
11388
11389 * syntax.texi (Parsing Expressions): Delete old caveat
11390 about parse-sexp-ignore-comments.
11391
11392 * streams.texi (Output Variables): Add print-quoted.
11393
11394 * lists.texi (Building Lists): Minor cleanup.
11395
11396 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
11397
11398 * display.texi (Overlays): Explain overlays use markers.
11399 (Managing Overlays): Explain front-advance and rear-advance
11400 in more detail.
11401
11402 * loading.texi (Unloading): Document unload-feature-special-hooks.
11403 Get rid of fns-NNN.el file.
11404
114052004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11406
11407 * help.texi (Describing Characters): Fix text-char-description
11408 example output.
11409
11410 * edebug.texi (Using Edebug): Fix example.
11411
11412 * debugging.texi (Internals of Debugger): Fix return value.
11413
11414 * files.texi (Changing Files): Fix argname.
11415
11416 * calendar.texi: Fix parens, and default values.
11417
11418 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
11419 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 11420 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
11421
11422 * positions.texi (Text Lines): Don't add -1 in current-line.
11423
114242004-02-16 Richard M. Stallman <rms@gnu.org>
11425
11426 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
11427
114282004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11429
11430 * processes.texi (Low-Level Network): Fix a typo.
11431
114322004-02-12 Kim F. Storm <storm@cua.dk>
11433
11434 * display.texi (Fringes): Use consistent wording.
11435 Note that window-fringe's window arg is optional.
11436 (Scroll Bars): Use consistent wording.
11437
114382004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11439
11440 * tips.texi (Comment Tips): Document the new conventions for
11441 commenting out code.
11442
c8763fb6 114432004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 11444
5dcb4c4e 11445 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
11446
114472004-02-07 Kim F. Storm <storm@cua.dk>
11448
11449 * positions.texi (Text Lines): Add line-number-at-pos.
11450
114512004-02-06 John Paul Wallington <jpw@gnu.org>
11452
11453 * display.texi (Button Properties, Button Buffer Commands):
11454 mouse-2 invokes button, not down-mouse-1.
11455
114562004-02-04 Jason Rumney <jasonr@gnu.org>
11457
11458 * makefile.w32-in: Sync with Makefile.in changes.
11459
114602004-02-03 Luc Teirlinck <teirllm@auburn.edu>
11461
11462 * minibuf.texi (Text from Minibuffer): Various corrections and
11463 clarifications.
11464 (Object from Minibuffer): Correct Lisp description of
11465 read-minibuffer.
11466 (Minibuffer History): Clarify description of cons values for
11467 HISTORY arguments.
5dcb4c4e
SM
11468 (Basic Completion): Various corrections and clarifications.
11469 Add completion-regexp-list.
b8d4c8d0
GM
11470 (Minibuffer Completion): Correct and clarify description of
11471 completing-read.
5dcb4c4e
SM
11472 (Completion Commands): Mention Partial Completion mode.
11473 Various other minor changes.
b8d4c8d0
GM
11474 (High-Level Completion): Various corrections and clarifications.
11475 (Reading File Names): Ditto.
11476 (Minibuffer Misc): Ditto.
11477
114782004-01-26 Luc Teirlinck <teirllm@auburn.edu>
11479
11480 * strings.texi (Text Comparison): assoc-string also matches
11481 elements of alists that are strings instead of conses.
11482 (Formatting Strings): Standardize Texinfo usage. Update index
11483 entries.
11484
114852004-01-20 Luc Teirlinck <teirllm@auburn.edu>
11486
11487 * lists.texi (Sets And Lists): Add delete-dups.
11488
114892004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11490
11491 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
11492 special form.
11493 * macros.texi (Defining Macros): Update description of `declare',
11494 which now is a macro.
11495 (Wrong Time): Fix typos.
11496
114972004-01-14 Luc Teirlinck <teirllm@auburn.edu>
11498
11499 * compile.texi (Compilation Functions): Expand descriptions of
11500 `compile-defun', `byte-compile-file', `byte-recompile-directory'
11501 and `batch-byte-compile'. In particular, mention and describe
11502 all optional arguments.
11503 (Disassembly): Correct and clarify the description of `disassemble'.
11504
115052004-01-11 Luc Teirlinck <teirllm@auburn.edu>
11506
11507 * searching.texi: Various small changes in addition to the
11508 following.
11509 (Regexp Example): Adapt to new value of `sentence-end'.
11510 (Regexp Functions): The PAREN argument to `regexp-opt' can be
11511 `words'.
11512 (Search and Replace): Add usage note for `perform-replace'.
11513 (Entire Match Data): Mention INTEGERS and REUSE arguments to
11514 `match-data'.
11515 (Standard Regexps): Update for new values of `paragraph-start'
11516 and `sentence-end'.
11517
115182004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11519
11520 * files.texi (Saving Buffers): Clarify descriptions of
11521 `write-contents-functions' and `before-save-hook'.
11522 Make the defvar's for `before-save-hook' and `after-save-hook'
11523 into defopt's.
11524
115252004-01-07 Kim F. Storm <storm@cua.dk>
11526
11527 * commands.texi (Click Events): Describe new image and
11528 width/height elements of click events.
11529 (Accessing Events): Add posn-string, posn-image, and
11530 posn-object-width-height. Change posn-object to return either
11531 image or string object.
11532
115332004-01-01 Simon Josefsson <jas@extundo.com>
11534
11535 * hooks.texi (Standard Hooks): Add before-save-hook.
11536 * files.texi (Saving Buffers): Likewise.
11537
115382004-01-03 Richard M. Stallman <rms@gnu.org>
11539
11540 * frames.texi (Frames and Windows): Delete frame-root-window.
11541
115422004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11543
11544 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
11545
11546 * functions.texi: Various small changes in addition to the
11547 following.
5dcb4c4e
SM
11548 (What Is a Function): `functionp' returns nil for macros.
11549 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
11550 (Function Documentation): Add `\' in front of (fn @var{arglist})
11551 and explain why.
11552 (Defining Functions): Mention DOCSTRING argument to `defalias'.
11553 Add anchor.
11554 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
11555
115562004-01-01 Miles Bader <miles@gnu.org>
11557
11558 * display.texi (Buttons): New section.
11559
115602003-12-31 Andreas Schwab <schwab@suse.de>
11561
11562 * numbers.texi (Math Functions): sqrt reports a domain-error
11563 error.
11564 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
11565
115662003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11567
11568 * tips.texi (Documentation Tips): Update item on hyperlinks in
11569 documentation strings.
11570
11571 * errors.texi (Standard Errors): Various small corrections and
11572 additions.
11573
11574 * control.texi: Various small changes in addition to the
11575 following.
11576 (Signaling Errors): Provide some more details on how `signal'
11577 constructs the error message. Add anchor to the definition of
11578 `signal'.
11579 (Error Symbols): Describe special treatment of `quit'.
11580 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
11581 to emphasize that it has to be a single form.
11582
11583 * buffers.texi: Add anchor.
11584
115852003-12-29 Richard M. Stallman <rms@gnu.org>
11586
11587 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
11588 (Window Configurations): Add window-configuration-frame.
11589
11590 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
11591
11592 * text.texi (Examining Properties): Add get-char-property-and-overlay.
11593 Change arg name in get-char-property.
11594 (Special Properties): Update handling of keymap property.
11595
11596 * strings.texi (Modifying Strings): Add clear-string.
11597 (Text Comparison): Add assoc-string and remove
11598 assoc-ignore-case, assoc-ignore-representation.
11599
11600 * os.texi (Time of Day): Add set-time-zone-rule.
11601
11602 * numbers.texi (Math Functions): asin, acos, log, log10
11603 report domain-error errors.
11604
11605 * nonascii.texi (Converting Representations):
11606 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
11607 (Encoding and I/O): Add file-name-coding-system.
11608
11609 * modes.texi (Search-based Fontification): Explain that
11610 face specs are symbols with face names as values.
11611
11612 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
11613
11614 * lists.texi (Building Lists): remq moved elsewhere.
11615 (Sets And Lists): remq moved here.
11616 (Association Lists): Refer to assoc-string.
11617
11618 * internals.texi (Garbage Collection): Add memory-use-counts.
11619
11620 * frames.texi (Frames and Windows): Add set-frame-selected-window
11621 and frame-root-window.
11622
11623 * files.texi (Contents of Directories):
11624 Add directory-files-and-attributes.
11625
11626 * display.texi (Refresh Screen): Add force-window-update.
11627 (Invisible Text): Explain about moving point out of invis text.
11628 (Overlay Properties): Add overlay-properties.
11629 (Managing Overlays): Add overlayp.
11630 (GIF Images): Invalid image number displays a hollow box.
11631
11632 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
11633 (Killing Buffers): Add buffer-live-p.
11634
116352003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11636
11637 * display.texi (Fringes): Fix typo "set-buffer-window".
11638
116392003-12-24 Luc Teirlinck <teirllm@auburn.edu>
11640
11641 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
11642 * nonascii.texi, processes.texi, tips.texi, variables.texi:
11643 Add or change various xrefs and anchors.
11644
11645 * commands.texi: Replace all occurrences of @acronym{CAR} with
11646 @sc{car}, for consistency with the rest of the Elisp manual.
11647 `car' and `cdr' are historically acronyms, but are no longer
11648 widely thought of as such.
11649
11650 * internals.texi (Pure Storage): Mention that `purecopy' does not
11651 copy text properties.
11652 (Object Internals): Now 29 bits are used (in most implementations)
11653 to address Lisp objects.
11654
11655 * variables.texi (Variables with Restricted Values): New node.
11656
11657 * objects.texi (Lisp Data Types): Mention that certain variables
11658 can only take on a restricted set of values and add an xref to
11659 the new node "Variables with Restricted Values".
11660
11661 * eval.texi (Function Indirection): Describe the errors that
11662 `indirect-function' can signal.
11663 (Eval): Clarify the descriptions of `eval-region' and `values'.
11664 Describe `eval-buffer' instead of `eval-current-buffer' and
11665 mention `eval-current-buffer' as an alias for `current-buffer'.
11666 Correct the description and mention all optional arguments.
11667
11668 * nonascii.texi: Various small changes in addition to the
11669 following.
11670 (Converting Representations): Clarify behavior of
11671 `string-make-multibyte' and `string-to-multibyte' for unibyte all
11672 ASCII arguments.
11673 (Character Sets): Document the variable `charset-list' and adapt
11674 the definition of the function `charset-list' accordingly.
11675 (Translation of Characters): Clarify use of generic characters in
11676 `make-translation-table'. Clarify and correct the description of
11677 the use of translation tables in encoding and decoding.
11678 (User-Chosen Coding Systems): Correct and clarify the description
11679 of `select-safe-coding-system'.
11680 (Default Coding Systems): Clarify description of
11681 `file-coding-system-alist'.
11682
116832003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11684
11685 * strings.texi (Text Comparison): Correctly describe when two
11686 strings are `equal'. Combine and clarify descriptions of
11687 `assoc-ignore-case' and `assoc-ignore-representation'.
11688
11689 * objects.texi (Non-ASCII in Strings): Clarify description of
11690 when a string is unibyte or multibyte.
11691 (Bool-Vector Type): Update examples.
11692 (Equality Predicates): Correctly describe when two strings are
11693 `equal'.
11694
116952003-11-29 Luc Teirlinck <teirllm@auburn.edu>
11696
11697 * lists.texi (Building Lists): `append' no longer accepts integer
11698 arguments. Update the description of `number-sequence' to reflect
11699 recent changes.
11700 (Sets And Lists): Describe `member-ignore-case' after `member'.
11701
117022003-11-27 Kim F. Storm <storm@cua.dk>
11703
11704 * commands.texi (Click Events): Click object may be an images.
11705 Describe (dx . dy) element of click positions.
11706 (Accessing Events): Remove duplicate posn-timestamp.
11707 New functions posn-object and posn-object-x-y.
11708
117092003-11-23 Kim F. Storm <storm@cua.dk>
11710
11711 * commands.texi (Click Events): Describe enhancements to event
11712 position lists, including new text-pos and (col . row) items.
11713 Mention left-fringe and right-fringe area events.
11714 (Accessing Events): New functions posn-area and
11715 posn-actual-col-row. Mention posn-timestamp. Mention that
11716 posn-point in non-text area still returns buffer position.
11717 Clarify posn-col-row.
11718
117192003-11-21 Lars Hansen <larsh@math.ku.dk>
11720
11721 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
11722 * anti.texi (File Attributes): Describe removed parameter
11723 ID-FORMAT.
11724
117252003-11-20 Luc Teirlinck <teirllm@auburn.edu>
11726
11727 * positions.texi (Positions): Mention that, if a marker is used as
11728 a position, its buffer is ignored.
11729
11730 * markers.texi (Overview of Markers): Mention it here too.
11731
117322003-11-12 Luc Teirlinck <teirllm@auburn.edu>
11733
11734 * numbers.texi (Numeric Conversions): Not just `floor', but also
11735 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
11736
117372003-11-10 Luc Teirlinck <teirllm@auburn.edu>
11738
11739 * markers.texi (Creating Markers): Specify insertion type of
11740 created markers. Add xref to `Marker Insertion Types'.
11741 Second argument to `copy-marker' is optional.
11742 (Marker Insertion Types): Mention that most markers are created
11743 with insertion type nil.
11744 (The Mark): Correctly describe when `mark' signals an error.
11745 (The Region): Correctly describe when `region-beginning' and
11746 `region-end' signal an error.
11747
117482003-11-08 Luc Teirlinck <teirllm@auburn.edu>
11749
11750 * hash.texi (Creating Hash): Clarify description of `eql'.
11751 `makehash' is obsolete.
11752 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
11753
11754 * positions.texi (Point): Change description of `buffer-end', so
11755 that it is also correct for floating point arguments.
11756 (List Motion): Correct argument lists of `beginning-of-defun' and
11757 `end-of-defun'.
11758 (Excursions): Add xref to `Marker Insertion Types'.
11759 (Narrowing): Argument to `narrow-to-page' is optional.
11760
117612003-11-06 Luc Teirlinck <teirllm@auburn.edu>
11762
11763 * streams.texi (Output Streams): Clarify behavior of point for
11764 marker output streams.
11765
117662003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11767
11768 * variables.texi (Defining Variables): Second argument to
11769 `defconst' is not optional.
11770 (Setting Variables): Mention optional argument APPEND to
11771 `add-to-list'.
11772 (Creating Buffer-Local): Expand description of
11773 `make-variable-buffer-local'.
11774 (Frame-Local Variables): Expand description of
11775 `make-variable-frame-local'.
11776 (Variable Aliases): Correct description of optional argument
11777 DOCSTRING to `defvaralias'. Mention return value of
11778 `defvaralias'.
11779 (File Local Variables): Add xref to `File variables' in Emacs
11780 Manual. Correct description of `hack-local-variables'. Mention
11781 `safe-local-variable' property. Mention optional second argument
11782 to `risky-local-variable-p'.
11783
117842003-11-03 Luc Teirlinck <teirllm@auburn.edu>
11785
11786 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
11787
117882003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
11789
cfdaa150
GM
11790 * anti.texi, backups.texi, commands.texi, customize.texi:
11791 * display.texi, files.texi, internals.texi, keymaps.texi:
11792 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
11793 * objects.texi, os.texi, positions.texi, processes.texi:
11794 * searching.texi, sequences.texi, streams.texi, strings.texi:
11795 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
b8d4c8d0
GM
11796
117972003-10-27 Luc Teirlinck <teirllm@auburn.edu>
11798
11799 * strings.texi (Creating Strings): Argument START to `substring'
11800 can not be `nil'. Expand description of
11801 `substring-no-properties'. Correct description of `split-string',
11802 especially with respect to empty matches. Prevent very bad line
11803 break in definition of `split-string-default-separators'.
11804 (Text Comparison): `string=' and `string<' also accept symbols as
11805 arguments.
11806 (String Conversion): More completely describe argument BASE in
11807 `string-to-number'.
11808 (Formatting Strings): `%s' and `%S' in `format' do require
11809 corresponding object. Clarify behavior of numeric prefix after
11810 `%' in `format'.
11811 (Case Conversion): The argument to `upcase-initials' can be a
11812 character.
11813
118142003-10-27 Kenichi Handa <handa@m17n.org>
11815
11816 * display.texi (Fontsets): Fix texinfo usage.
11817
118182003-10-25 Kenichi Handa <handa@m17n.org>
11819
11820 * display.texi (Fontsets): Add description of the function
11821 set-fontset-font.
11822
118232003-10-23 Luc Teirlinck <teirllm@auburn.edu>
11824
11825 * display.texi (Temporary Displays): Add xref to `Documentation
11826 Tips'.
11827
11828 * functions.texi (Function Safety): Use inforef instead of pxref
11829 for SES.
11830
118312003-10-23 Andreas Schwab <schwab@suse.de>
11832
11833 * Makefile.in (TEX, texinputdir): Don't define.
11834 (TEXI2DVI): Define.
11835 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
11836 add $(srcdir)/index.texi.
11837 ($(infodir)/elisp): Remove index.texi dependency.
11838 (elisp.dvi): Likewise. Use $(TEXI2DVI).
11839 (index.texi): Remove target.
11840 (dist): Don't link $(srcdir)/permute-index.
11841 (clean): Don't remove index.texi.
11842
11843 * permute-index, index.perm: Remove.
11844 * index.texi: Rename from index.unperm.
11845
118462003-10-22 Luc Teirlinck <teirllm@auburn.edu>
11847
11848 * tips.texi (Documentation Tips): Document new behavior for face
11849 and variable hyperlinks in Help mode.
11850
118512003-10-21 Luc Teirlinck <teirllm@auburn.edu>
11852
11853 * objects.texi (Integer Type): Update for extra bit of integer range.
11854 (Character Type): Ditto.
11855
118562003-10-16 Eli Zaretskii <eliz@gnu.org>
11857
11858 * numbers.texi (Integer Basics): Add index entries for reading
11859 numbers in hex, octal, and binary.
11860
118612003-10-16 Lute Kamstra <lute@gnu.org>
11862
11863 * modes.texi (Mode Line Format): Mention force-mode-line-update's
11864 argument.
11865
118662003-10-13 Luc Teirlinck <teirllm@auburn.edu>
11867
11868 * windows.texi (Choosing Window): Fix typo.
11869 * edebug.texi (Edebug Execution Modes): Fix typo.
11870
118712003-10-13 Richard M. Stallman <rms@gnu.org>
11872
11873 * windows.texi (Basic Windows): A window has fringe settings,
11874 display margins and scroll-bar settings.
11875 (Splitting Windows): Doc split-window return value.
11876 Clean up one-window-p.
11877 (Selecting Windows): Fix typo.
11878 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
11879 (Buffers and Windows): In set-window-buffer, explain effect
11880 on fringe settings and scroll bar settings.
11881 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
11882 (Choosing Window): Use defopt for pop-up-frame-function.
11883 For special-display-buffer-names, explain same-window and same-frame.
11884 Clarify window-dedicated-p return value.
11885 (Textual Scrolling): scroll-up and scroll-down can get an error.
11886 (Horizontal Scrolling): Clarify auto-hscroll-mode.
11887 Clarify set-window-hscroll.
11888 (Size of Window): Don't mention tool bar in window-height.
11889 (Coordinates and Windows): Explain what coordinates-in-window-p
11890 returns for fringes and display margins.
11891 (Window Configurations): Explain saving fringes, etc.
11892
11893 * tips.texi (Library Headers): Clean up Documentation.
11894
11895 * syntax.texi (Parsing Expressions): Clean up forward-comment
11896 and parse-sexp-lookup-properties.
11897
11898 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
11899
11900 * os.texi (System Environment): Clean up text for load-average errors.
11901
11902 * modes.texi (Hooks): Don't explain local hook details at front.
11903 Clarify run-hooks and run-hook-with-args a little.
11904 Clean up add-hook and remove-hook.
11905
11906 * edebug.texi (Edebug Execution Modes): Clarify t.
11907 Document edebug-sit-for-seconds.
11908 (Coverage Testing): Document C-x X = and =.
11909 (Instrumenting Macro Calls): Fix typo.
11910 (Specification List): Don't index the specification keywords.
11911
119122003-10-10 Kim F. Storm <storm@cua.dk>
11913
11914 * processes.texi (Network): Introduce make-network-process.
11915
119162003-10-09 Luc Teirlinck <teirllm@auburn.edu>
11917
11918 * tips.texi (Library Headers): Fix typo.
11919
119202003-10-07 Juri Linkov <juri@jurta.org>
11921
11922 * modes.texi (Imenu): Mention imenu-create-index-function's
11923 default value. Explain submenus better.
11924
119252003-10-07 Lute Kamstra <lute@gnu.org>
11926
11927 * modes.texi (Faces for Font Lock): Fix typo.
11928 (Hooks): Explain how buffer-local hook variables can refer to
11929 global hook variables.
11930 Various minor clarifications.
11931
119322003-10-06 Lute Kamstra <lute@gnu.org>
11933
11934 * tips.texi (Coding Conventions): Mention naming conventions for
11935 hooks.
11936
119372003-10-05 Luc Teirlinck <teirllm@auburn.edu>
11938
11939 * loading.texi (Library Search): Correct default value of
11940 load-suffixes.
11941 (Named Features): Fix typo.
11942
119432003-10-05 Richard M. Stallman <rms@gnu.org>
11944
11945 * loading.texi (Named Features): In `provide',
11946 say how to test for subfeatures.
11947 (Unloading): In unload-feature, use new var name
11948 unload-feature-special-hooks.
11949
119502003-10-03 Lute Kamstra <lute@gnu.org>
11951
11952 * modes.texi (Major Mode Conventions): Mention third way to set up
11953 Imenu.
11954 (Imenu): A number of small fixes.
11955 Delete documentation of internal variable imenu--index-alist.
11956 Document the return value format of imenu-create-index-function
11957 functions.
11958
119592003-09-30 Richard M. Stallman <rms@gnu.org>
11960
11961 * processes.texi (Network): Say what stopped datagram connections do.
11962
11963 * lists.texi (Association Lists): Clarify `assq-delete-all'.
11964
11965 * display.texi (Overlay Properties): Clarify `evaporate' property.
11966
119672003-09-29 Lute Kamstra <lute@gnu.org>
11968
11969 * modes.texi (Mode Line Data): Explain when symbols in mode-line
11970 constructs should be marked as risky.
11971 Change cons cell into proper list.
11972 (Mode Line Variables): Change cons cell into proper list.
11973
119742003-09-26 Lute Kamstra <lute@gnu.org>
11975
11976 * modes.texi (Mode Line Data): Document the :propertize construct.
11977 (Mode Line Variables): Reorder the descriptions of the variables
11978 to match their order in the default mode-line-format.
11979 Describe the new variables mode-line-position and mode-line-modes.
11980 Update the default values of mode-line-frame-identification,
11981 minor-mode-alist, and default-mode-line-format.
11982 (Properties in Mode): Mention the :propertize construct.
11983
119842003-09-26 Richard M. Stallman <rms@gnu.org>
11985
11986 * buffers.texi, commands.texi, debugging.texi, eval.texi:
11987 * loading.texi, minibuf.texi, text.texi, variables.texi:
11988 Avoid @strong{Note:}.
11989
119902003-09-26 Richard M. Stallman <rms@gnu.org>
11991
11992 * keymaps.texi (Remapping Commands): Fix typo.
11993
119942003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
11995
11996 * processes.texi (Low-Level Network): Fix typo.
11997
119982003-09-23 Kim F. Storm <storm@cua.dk>
11999
12000 * processes.texi (Network, Network Servers): Fix typos.
12001 (Low-Level Network): Add timeout value for :server keyword.
12002 Add new option keywords to make-network-process.
12003 Add set-network-process-options.
12004 Explain how to test availability of network options.
12005
120062003-09-19 Richard M. Stallman <rms@gnu.org>
12007
12008 * text.texi (Motion by Indent): Arg to
12009 backward-to-indentation and forward-to-indentation is optional.
12010
12011 * strings.texi (Creating Strings): Add substring-no-properties.
12012
12013 * processes.texi
12014 (Process Information): Add list-processes arg QUERY-ONLY.
12015 Delete process-contact from here.
12016 Add new status values for process-status.
12017 Add process-get, process-put, process-plist, set-process-plist.
12018 (Synchronous Processes): Add call-process-shell-command.
12019 (Signals to Processes): signal-process allows process objects.
12020 (Network): Complete rewrite.
12021 (Network Servers, Datagrams, Low-Level Network): New nodes.
12022
12023 * positions.texi (Word Motion): forward-word, backward-word
12024 arg is optional. Reword.
12025
12026 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12027
12028 * variables.texi (Creating Buffer-Local):
12029 Delete duplicate definition of buffer-local-value.
12030 (File Local Variables): Explain about discarding text props.
12031
120322003-09-11 Richard M. Stallman <rms@gnu.org>
12033
12034 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12035 changes variables that record input events.
12036 (Minibuffer Misc): Add minibuffer-selected-window.
12037
12038 * lists.texi (Building Lists): Add copy-tree.
12039
12040 * display.texi (Fontsets): Add char-displayable-p.
12041 (Scroll Bars): New node.
12042
120432003-09-08 Lute Kamstra <lute@gnu.org>
12044
12045 * modes.texi (%-Constructs): Document new `%i' and `%I'
12046 constructs.
12047
120482003-09-03 Peter Runestig <peter@runestig.com>
12049
12050 * makefile.w32-in: New file.
12051
120522003-08-29 Richard M. Stallman <rms@gnu.org>
12053
12054 * display.texi (Overlay Properties): Clarify how priorities
12055 affect use of the properties.
12056
120572003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12058
12059 * customize.texi (Type Keywords): Correct the description of
12060 `:help-echo' in the case where `motion-doc' is a function.
12061
120622003-08-14 John Paul Wallington <jpw@gnu.org>
12063
12064 * modes.texi (Emulating Mode Line): Subsection, not section.
12065
120662003-08-13 Richard M. Stallman <rms@gnu.org>
12067
12068 * elisp.texi (Top): Update subnode lists in menu.
12069
12070 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12071 (Kill Functions): kill-region has new arg yank-handler.
12072 (Yanking): New node.
12073 (Yank Commands): Add yank-undo-function.
12074 (Low-Level Kill Ring):
12075 kill-new and kill-append have new arg yank-handler.
12076 (Changing Properties): Add remove-list-of-text-properties.
12077 (Atomic Changes): New node.
12078
12079 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12080
12081 * streams.texi (Output Variables): Add eval-expression-print-length
12082 and eval-expression-print-level.
12083
12084 * os.texi (Time Conversion): For encode-time, explain limits on year.
12085
12086 * objects.texi (Character Type): Define anchor "modifier bits".
12087
12088 * modes.texi (Emulating Mode Line): New node.
12089 (Search-based Fontification): Font Lock uses font-lock-face property.
12090 (Other Font Lock Variables): Likewise.
12091
12092 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12093 not vectors.
12094 (Active Keymaps): Add emulation-mode-map-alists.
12095 (Functions for Key Lookup): key-binding has new arg no-remap.
12096 (Remapping Commands): New node.
12097 (Scanning Keymaps): where-is-internal has new arg no-remap.
12098 (Tool Bar): Add tool-bar-local-item-from-menu.
12099 Clarify when to use tool-bar-add-item-from-menu.
12100
12101 * commands.texi (Interactive Call): commandp has new arg.
12102 (Command Loop Info): Add this-original-command.
12103
121042003-08-06 John Paul Wallington <jpw@gnu.org>
12105
12106 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12107
12108 * display.texi (Warning Basics): Fix typo.
12109 (Fringes): Add closing curly bracket and fix typo.
12110
12111 * elisp.texi (Top): Fix typo.
12112
121132003-08-05 Richard M. Stallman <rms@gnu.org>
12114
12115 * elisp.texi: Update lists of subnodes.
12116
12117 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12118
12119 * variables.texi (Local Variables): Use lc for example variable names.
12120
12121 * tips.texi (Library Headers): Explain where to put -*-.
12122
12123 * strings.texi (Creating Strings): Fix xref for vconcat.
12124
12125 * sequences.texi (Vector Functions):
12126 vconcat no longer allows integer args.
12127
12128 * minibuf.texi (Reading File Names): read-file-name has new
12129 arg PREDICATE. New function read-directory-name.
12130
c4cc8b9a 12131 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
12132 (Indenting Macros): New node.
12133
12134 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12135 (Window Frame Parameters): Make separate table of parameters
12136 that are coupled with specific face attributes.
12137 (Deleting Frames): delete-frame-hooks renamed to
12138 delete-frame-functions.
12139
12140 * files.texi (Magic File Names): Add file-remote-p.
12141 Clarify file-local-copy.
12142
12143 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12144 here; instead xref Defining Macros.
12145
12146 * display.texi (Warnings): New node, and subnodes.
12147 (Fringes): New node.
12148
12149 * debugging.texi (Test Coverage): New node.
12150
12151 * compile.texi (Compiler Errors): Explain with-no-warnings
12152 and other ways to suppress warnings.
12153
12154 * commands.texi (Interactive Call): Minor clarification.
12155
12156 * buffers.texi (Buffer File Name): set-visited-file-name
12157 renames the buffer too.
12158
12159 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12160
121612003-07-24 Markus Rost <rost@math.ohio-state.edu>
12162
12163 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12164
121652003-07-22 Markus Rost <rost@math.ohio-state.edu>
12166
12167 * internals.texi (Garbage Collection): Fix previous change.
12168
121692003-07-22 Richard M. Stallman <rms@gnu.org>
12170
12171 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12172
12173 * display.texi (Width): Use \s syntax in example.
12174 (Font Selection): Add face-font-rescale-alist.
12175
12176 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12177 Remove spurious indent in example.
12178
12179 * lists.texi (Building Lists): Add number-sequence.
12180
12181 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12182
12183 * functions.texi (Function Documentation): Explain how to
12184 show calling convention explicitly in the doc string.
12185
12186 * windows.texi (Selecting Windows): save-selected-window saves
12187 selected window of each frame.
12188 (Window Configurations): Minor change.
12189
12190 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12191
12192 * streams.texi (Output Variables): Add print-continuous-numbering
12193 and print-number-table.
12194
12195 * processes.texi (Decoding Output): New node.
12196
12197 * os.texi (Time Conversion): decode-time arg is optional.
12198
12199 * objects.texi (Character Type): Don't use space as example for \.
12200 Make list of char names and \-sequences correspond.
12201 Explain that \s is not used in strings. `\ ' needs space after.
12202
12203 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12204 (Translation of Characters): Add translation-table-for-input.
12205 (Default Coding Systems): Add auto-coding-functions.
12206 (Explicit Encoding): Add decode-coding-inserted-region.
12207 (Locales): Add locale-info.
12208
12209 * minibuf.texi (Basic Completion): Describe test-completion.
12210 Collections can be lists of strings.
12211 Clean up lazy-completion-table.
12212 (Programmed Completion): Mention test-completion.
12213 Clarify why lambda expressions are not accepted.
12214 (Minibuffer Misc): Describe minibufferp.
12215
122162003-07-14 Richard M. Stallman <rms@gnu.org>
12217
12218 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12219
12220 * windows.texi (Selecting Windows): New arg to select-window.
12221 (Selecting Windows): Add with-selected-window.
12222 (Size of Window): Add window-inside-edges, etc.
12223
12224 * internals.texi (Garbage Collection): Add post-gc-hook.
12225
12226 * processes.texi (Subprocess Creation): Add exec-suffixes.
12227
12228 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12229 (Scanning Keymaps): Add map-keymaps.
12230 (Defining Menus): Add keymap-prompt.
12231
12232 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12233 most-negative-fixnum.
12234
c4cc8b9a 12235 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
12236 (Compiler Errors): New node.
12237
12238 * os.texi (User Identification): user-uid, user-real-uid
12239 can return float.
12240
12241 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12242 and about derived modes.
12243 (Minor Modes): Add minor-mode-list.
12244 (Defining Minor Modes): Keyword args for define-minor-mode.
12245 (Search-based Fontification): Explain managing other properties.
12246 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 12247 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
12248 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12249
12250 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12251 (Variable Aliases): Clarify defvaralias.
12252
12253 * loading.texi (Library Search): Add load-suffixes.
12254
12255 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12256 (Programmed Completion): Add dynamic-completion-table.
12257
12258 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12259 (Magic File Names): Specify precedence order of handlers.
12260
12261 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12262 and post-command-hook.
12263 (Waiting): New calling convention for sit-for.
12264
12265 * text.texi (Special Properties): local-map and keymap properties
12266 apply based on their stickiness.
12267
122682003-07-07 Richard M. Stallman <rms@gnu.org>
12269
12270 * modes.texi (Minor Mode Conventions): Specify only some kinds
12271 of list values as args to minor modes.
12272
12273 * files.texi (File Name Expansion): Warn about iterative use
12274 of substitute-in-file-name.
12275
12276 * advice.texi (Activation of Advice): Clean up previous change.
12277
122782003-07-06 Markus Rost <rost@math.ohio-state.edu>
12279
12280 * advice.texi (Activation of Advice): Note that ad-start-advice is
12281 turned on by default.
12282
122832003-06-30 Richard M. Stallman <rms@gnu.org>
12284
12285 * text.texi (Buffer Contents): Document current-word.
12286 (Change Hooks): Not called for *Messages*.
12287
12288 * functions.texi (Defining Functions): Explain about redefining
12289 primitives.
f4e90db0 12290 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
12291 Comment out the detailed criteria for what is safe.
12292
122932003-06-22 Andreas Schwab <schwab@suse.de>
12294
12295 * objects.texi (Symbol Type): Fix description of examples.
12296
122972003-06-16 Andreas Schwab <schwab@suse.de>
12298
12299 * hash.texi (Creating Hash): Fix description of :weakness.
12300
c8763fb6 123012003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
12302
12303 * files.texi (Changing Files): copy-file copies file modes, too.
12304
123052003-05-28 Richard M. Stallman <rms@gnu.org>
12306
12307 * strings.texi (Creating Strings): Clarify split-string.
12308
123092003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12310
12311 * strings.texi (Creating Strings): Update split-string specification
12312 and examples.
12313
123142003-05-19 Richard M. Stallman <rms@gnu.org>
12315
12316 * elisp.texi: Correct invariant section names.
12317
123182003-04-20 Richard M. Stallman <rms@gnu.org>
12319
12320 * os.texi (Timers): Explain about timers and quitting.
12321
123222003-04-19 Richard M. Stallman <rms@gnu.org>
12323
12324 * internals.texi (Writing Emacs Primitives): Strings are
12325 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12326 Explain GCPRO convention for varargs function args.
12327
123282003-04-16 Richard M. Stallman <rms@gnu.org>
12329
12330 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12331
123322003-04-08 Richard M. Stallman <rms@gnu.org>
12333
12334 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12335
123362003-02-13 Kim F. Storm <storm@cua.dk>
12337
12338 * objects.texi (Character Type): New \s escape for space.
12339
123402003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12341
5dcb4c4e 12342 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
12343
123442003-01-25 Richard M. Stallman <rms@gnu.org>
12345
12346 * keymaps.texi: Document that a symbol can act as a keymap.
12347
123482003-01-13 Richard M. Stallman <rms@gnu.org>
12349
12350 * text.texi (Changing Properties): Say string indices are origin-0.
12351
12352 * positions.texi (Screen Lines) <compute-motion>:
12353 Correct order of elts in return value.
12354
12355 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12356 how to define a default binding.
12357
123582002-12-07 Markus Rost <rost@math.ohio-state.edu>
12359
12360 * loading.texi (Unloading): Fix recent change for load-history.
12361
12362 * customize.texi (Simple Types): Clarify description of custom
12363 type 'number. Describe new custom type 'float.
12364
123652002-12-04 Markus Rost <rost@math.ohio-state.edu>
12366
12367 * variables.texi (File Local Variables): Fix typo.
12368
c8763fb6 123692002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
12370
12371 From Michael Albinus <Michael.Albinus@alcatel.de>.
12372
12373 * README: Target for Info file is `make info'.
12374
5dcb4c4e 12375 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
12376 `file-name-sans-extension'.
12377 (Magic File Names): Complete list of operations for magic file
12378 name handlers.
12379
123802002-09-16 Jonathan Yavner <jyavner@engineer.com>
12381
12382 * variables.texi (File Local Variables): New function
12383 risky-local-variable-p.
12384
123852002-09-15 Jonathan Yavner <jyavner@engineer.com>
12386
12387 * functions.texi (Function safety): New node about unsafep.
12388
123892002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
12390
5dcb4c4e 12391 * customize.texi (Splicing into Lists): Fix example.
a86cd395 12392 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
12393
123942002-06-17 Juanma Barranquero <lektu@terra.es>
12395
12396 * frames.texi (Display Feature Testing): Fix typo.
12397
123982002-06-12 Andreas Schwab <schwab@suse.de>
12399
12400 * frames.texi (Initial Parameters, Resources): Fix references to
12401 the Emacs manual.
12402
124032002-05-13 Kim F. Storm <storm@cua.dk>
12404
6e911150 12405 * variables.texi (Intro to Buffer-Local): Update warning and
b8d4c8d0
GM
12406 example relating to changing buffer inside let.
12407
c8763fb6 124082002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
12409
12410 * os.texi (Session Management): New node about X Session management.
12411
124122002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
12413
12414 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
12415 to which the manual corresponds, and the copyright years.
12416
12417 * Makefile.in (VERSION): Set to 2.9.
12418
124192001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
12420
12421 * elisp.texi: Change the category in @dircategory to "Emacs", to
12422 make it consistent with info/dir.
12423
124242001-11-25 Miles Bader <miles@gnu.org>
12425
12426 * text.texi (Fields): Describe new `limit' arg in
12427 field-beginning/field-end.
12428
124292001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
12430
5dcb4c4e
SM
12431 * permute-index: Don't depend on csh-specific features.
12432 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
12433
12434 * two-volume-cross-refs.txt: New file.
12435 * two.el: New file.
12436 * spellfile: New file.
12437
124382001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
12439
12440 * permute-index: New file.
12441
12442 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
12443 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
12444 8+3 restricted namespace.
12445
12446 * Makefile.in (infodir): Define relative to $(srcdir).
12447 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
12448 include directories list via -I switch to makeinfo.
12449 (index.texi): Use cp if both hard and symbolic links fail.
12450
124512001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
12452
12453 * Makefile.in (distclean): Add.
12454
12455 The following changes make ELisp manual part of the Emacs
12456 distribution:
12457
12458 * Makefile.in: Add Copyright notice.
12459 (prefix): Remove.
12460 (infodir): Change value to "../info".
12461 (VPATH): New variable.
12462 (MAKE): Don't define.
12463 (texmacrodir): Don't define.
12464 (texinputdir): Append the existing value of TEXINPUTS.
12465 ($(infodir)/elisp): Instead of just "elisp". Reformat the
12466 command to be compatible with man/Makefile.in, and to put the
12467 output into ../info.
12468 (info): Add target.
12469 (installall): Target removed.
12470
c8763fb6 124712001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
12472
12473 * tips.texi (Coding Conventions): Fix typo.
12474
124752001-10-23 Gerd Moellmann <gerd@gnu.org>
12476
12477 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
12478
124792001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
12480
12481 * files.texi (File Name Components): Update the description of
12482 file-name-sans-extension and file-name-extension, as they now
12483 ignore leading dots.
12484
124852001-10-20 Gerd Moellmann <gerd@gnu.org>
12486
12487 * (Version 21.1 released.)
12488
124892001-10-19 Miles Bader <miles@gnu.org>
12490
12491 * positions.texi (Text Lines): Describe behavior of
12492 `beginning-of-line'/`end-of-line' in the presence of field properties.
12493
124942001-10-17 Gerd Moellmann <gerd@gnu.org>
12495
12496 * Makefile.in (VERSION): Set to 2.8.
12497 (manual): Use `manual-21'.
12498
12499 * elisp.texi (VERSION): Add and use it where the version
12500 number was used. Set it to 2.8.
12501
12502 * intro.texi: Likewise.
12503
125042001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12505
12506 * files.texi (File Name Completion): Document the significance of
12507 a trailing slash in elements of completion-ignored-extensions.
12508
125092001-10-06 Miles Bader <miles@gnu.org>
12510
12511 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
12512
125132001-10-04 Gerd Moellmann <gerd@gnu.org>
12514
12515 * variables.texi (Variable Aliases): New node.
12516
125172001-10-04 Gerd Moellmann <gerd@gnu.org>
12518
12519 * Branch for 21.1.
12520
125212001-10-02 Miles Bader <miles@gnu.org>
12522
12523 * minibuf.texi (Minibuffer Misc): Add entries for
12524 `minibuffer-contents', `minibuffer-contents-no-properties', and
12525 `delete-minibuffer-contents'.
12526 Correct description for `minibuffer-prompt-end'.
12527
12528 * text.texi (Property Search): Correct descriptions of
12529 `next-char-property-change' and `previous-char-property-change'.
12530 Add entries for `next-single-char-property-change' and
12531 `previous-single-char-property-change'.
12532 Make operand names a bit more consistent.
12533
125342001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
12535
12536 * frames.texi (Finding All Frames): Document that next-frame and
12537 previous-frame are local to current terminal.
12538
125392001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
12540
12541 * keymaps.texi (Creating Keymaps): Fix the description of the
12542 result of make-keymap.
12543
125442001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
12545
12546 * display.texi (Font Lookup, Attribute Functions)
12547 (Image Descriptors): Add cross-references to the definition of
12548 selected frame.
12549
12550 * buffers.texi (The Buffer List): Add cross-references to the
12551 definition of selected frame.
12552
12553 * frames.texi (Input Focus): Clarify which frame is _the_ selected
12554 frame at any given time.
12555 (Multiple Displays, Size and Position): Add a cross-reference to
12556 the definition of the selected frame.
12557
125582001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12559
12560 * strings.texi (String Conversion) <string-to-number>: Document
12561 that a float is returned for integers that are too large.
12562
12563 * frames.texi (Mouse Position): Document mouse-position-function.
12564 (Display Feature Testing): Document display-images-p.
12565 (Window Frame Parameters): Document the cursor-type variable.
12566
12567 * numbers.texi (Integer Basics): Document CL style read syntax for
12568 integers in bases other than 10.
12569
5dcb4c4e
SM
12570 * positions.texi (List Motion):
12571 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
12572
12573 * lists.texi (Sets And Lists): Document member-ignore-case.
12574
12575 * internals.texi (Garbage Collection): Document the used and free
12576 strings report.
12577 (Memory Usage): Document strings-consed.
12578
12579 * os.texi (Time of Day): Document float-time.
12580 (Recording Input): Document that clear-this-command-keys clears
12581 the vector to be returned by recent-keys.
12582
ed9265fc
JB
12583 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
12584 The argument keymap can be a list.
b8d4c8d0
GM
12585
12586 * nonascii.texi (User-Chosen Coding Systems)
12587 <select-safe-coding-system>: Document the new argument
12588 accept-default-p and the variable
12589 select-safe-coding-system-accept-default-p. Tell what happens if
12590 buffer-file-coding-system is undecided.
12591 (Default Coding Systems): Document auto-coding-regexp-alist.
12592
12593 * display.texi (The Echo Area) <message>: Document
12594 message-truncate-lines.
12595 (Glyphs): Document that the glyph table is unused on windowed
12596 displays.
12597
12598 * help.texi (Describing Characters) <single-key-description>:
12599 Document the new argument no-angles.
12600 (Accessing Documentation) <documentation-property>: Document that
12601 a non-string property is evaluated.
12602 <documentation>: Document that the function-documentation property
12603 is looked for.
12604
12605 * windows.texi (Selecting Windows): Document some-window.
12606
12607 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
12608
12609 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
12610 apropos-mode-hook.
12611
12612 * commands.texi (Using Interactive): Document interactive-form.
12613 (Keyboard Macros): Document kbd-macro-termination-hook.
12614 (Command Loop Info): Document that clear-this-command-keys clears
12615 the vector to be returned by recent-keys.
12616
126172001-09-04 Werner LEMBERG <wl@gnu.org>
12618
12619 * Makefile.in (srcdir, texinputdir): New variables.
12620 (srcs, index.texi, install): Use $(srcdir).
12621 (.PHONY): Remove elisp.dvi.
12622 (elisp): Use -I switch for makeinfo.
12623 (elisp.dvi): Use $(srcdir) and $(texinputdir).
12624 (installall, dist): Use $(srcdir).
12625 Fix path to texinfo.tex.
12626 (maintainer-clean): Add elisp.dvi and elisp.oaux.
12627
126282001-08-30 Gerd Moellmann <gerd@gnu.org>
12629
12630 * display.texi (Conditional Display): Adjust to API change.
12631
12632 * configure: New file.
12633
126342001-07-30 Gerd Moellmann <gerd@gnu.org>
12635
12636 * commands.texi (Repeat Events): Add description of
12637 double-click-fuzz.
12638
126392001-05-08 Stefan Monnier <monnier@cs.yale.edu>
12640
12641 * syntax.texi (Syntax Class Table): Add the missing designator for
12642 comment and string fences.
12643 (Syntax Properties): Add a xref to syntax table internals.
12644 (Syntax Table Internals): Document string-to-syntax.
12645
126462001-05-07 Gerd Moellmann <gerd@gnu.org>
12647
12648 * Makefile.in (install): Use install-info command line options
12649 like in Emacs' Makefile.in.
12650
126512000-12-09 Miles Bader <miles@gnu.org>
12652
12653 * windows.texi (Window Start): Update documentation for
12654 `pos-visible-in-window-p'.
12655
126562000-11-12 Stefan Monnier <monnier@cs.yale.edu>
12657
12658 * lists.texi (Building Lists): Add footnote to explain how to add
12659 to the end of a list.
12660
126612000-10-25 Gerd Moellmann <gerd@gnu.org>
12662
12663 * files.texi (Visiting Functions): Typos.
12664
126652000-10-25 Kenichi Handa <handa@etl.go.jp>
12666
12667 * files.texi (Visiting Functions): Return value of
12668 find-file-noselect may be a list of buffers if wildcards are used.
12669
126702000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12671
12672 * display.texi (Defining Faces): Document `graphic' display type
12673 in face specs.
12674
b344d29d 126752000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
12676
12677 * hooks.texi (Standard Hooks): Replace obsolete
12678 `after-make-frame-hook' with `after-make-frame-functions'.
12679
12680 * frames.texi (Creating Frames): Ditto.
12681
12682 * variables.texi (Future Local Variables): Ditto.
12683
126842000-10-16 Gerd Moellmann <gerd@gnu.org>
12685
12686 * display.texi (Other Image Types): Add description of :foreground
12687 and :background properties of mono PBM images.
12688
126892000-08-17 Werner LEMBERG <wl@gnu.org>
12690
12691 * .cvsignore: New file.
12692
126932000-01-05 Gerd Moellmann <gerd@gnu.org>
12694
12695 * tindex.pl: New script.
12696
126971999-12-03 Dave Love <fx@gnu.org>
12698
12699 * Makefile.in (MAKEINFO): New parameter.
12700
127011999-09-17 Richard Stallman <rms@gnu.org>
12702
12703 * Makefile.in (srcs): Add hash.texi.
12704 (VERSION): Update to 20.6.
12705
127061999-09-13 Richard Stallman <rms@gnu.org>
12707
12708 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
12709
127101998-08-29 Karl Heuer <kwzh@gnu.org>
12711
12712 * configure.in: New file.
12713 * Makefile.in: Renamed from Makefile.
12714 (prefix, infodir): Use value obtained from configure.
12715 (emacslibdir): Obsolete variable deleted.
12716 (dist): Distribute configure.in, configure, Makefile.in.
12717
127181998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12719
12720 * Makefile (INSTALL_INFO): New variable.
12721 (install): Run install-info.
12722
127231998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12724
12725 * Makefile (elisp.dvi): Add missing backslash.
12726
127271998-05-02 Richard Stallman <rms@psilocin.gnu.org>
12728
12729 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
12730 Run texindex without `./'. Always run texindex on elisp.tp.
12731 (elisp.tps): Target deleted.
12732
127331998-04-05 Richard Stallman <rms@psilocin.gnu.org>
12734
12735 * Makefile (srcs): Add nonascii.texi and customize.texi.
12736 (dist): Start by deleting `temp'.
12737
127381998-02-17 Richard Stallman <rms@psilocin.gnu.org>
12739
12740 * Makefile (makeinfo, texindex): Targets deleted.
12741 (makeinfo.o, texindex.o): Targets deleted.
12742 (clean, dist): Don't do anything with them or with getopt*.
12743
127441998-01-30 Richard Stallman <rms@psilocin.gnu.org>
12745
12746 * Makefile (SHELL): Defined.
12747
127481998-01-27 Richard Stallman <rms@psilocin.gnu.org>
12749
12750 * Makefile (elisp.tps): New target.
12751 (elisp.dvi): Depend on elisp.tps.
12752
c5602427 127531996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
12754
12755 * README: Update phone number.
12756
12757 * Makefile (elisp): Make this be the default target.
12758 Depend on makeinfo.c instead of makeinfo.
12759 (install): Don't depend on elisp.dvi, since we don't install that.
12760 Use mkinstalldirs.
12761 (dist): Add mkinstalldirs.
12762
c5602427 127631995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
12764
12765 * Makefile (VERSION): Update version number.
5dcb4c4e 12766 (maintainer-clean): Rename from realclean.
b8d4c8d0 12767
c5602427 127681995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
12769
12770 * Makefile (realclean): New target.
12771 (elisp): Remove any old elisp-* files first.
12772
c5602427 127731993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
12774
12775 * Makefile (VERSION): New variable.
12776 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
12777 Compressed file suffix should be `.gz', not `.z'.
12778
ce058493 127791993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12780
12781 * Makefile (elisp): Depend on makeinfo.
12782
c5602427 127831993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
12784
12785 * Makefile (srcs): Add anti.texi.
12786
c5602427 127871993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12788
12789 * Makefile (infodir, prefix): New vars.
12790 (install): Use infodir.
f4e90db0 12791 (emacsinfodir): Delete.
b8d4c8d0 12792
c5602427 127931993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12794
12795 * Makefile (srcs): Add calendar.texi.
12796
12797 * Makefile (dist): Copy texindex.c and makeinfo.c.
12798 Limit elisp-* files to those with one or two digits.
12799
c5602427 128001993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 12801
f4e90db0 12802 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 12803
c5602427 128041993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12805
12806 * loading.texi (Unloading): define-function changed back to
12807 defalias. It may not stay this way, but at least it's
12808 consistent with the known-good version of the code patch.
12809
c5602427 128101993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
12811
12812 * modes.texi (Hooks): Document new optional arg of add-hook.
12813
c5602427 128141993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12815
12816 * variables.texi: Document nil initial value of buffer-local variables.
12817
12818 * tips.texi: Add new section on standard library headers.
12819
c5602427 128201993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12821
12822 * Makefile (srcs): Add frame.texi to the list of sources.
12823
c5602427 128241993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12825
12826 * Makefile (dist): Don't bother excluding autosave files; they'll
12827 never make it into the temp directory anyway, and the hash marks
12828 in the name are problematic for make and the Bourne shell.
ed9265fc 12829 (srcs): ???
b8d4c8d0 12830
c5602427 128311993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12832
12833 * Makefile (dist): Don't include backup files or autosave files in
12834 the distribution tar file.
12835
c5602427 128361991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 12837
5dcb4c4e 12838 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
12839 (elisp.dvi): Remove erroneous shell comment.
12840 Expect output of permute-index in permuted.fns.
12841 Save old elisp.aux in elisp.oaux.
5dcb4c4e 12842 (clean): Add index.texi to be deleted.
b8d4c8d0 12843
c5602427 128441990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
12845
12846 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
12847
c5602427 128481990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
12849
12850 * files.texi: Noted that completion-ignored-extensions is ignored
12851 when making *Completions*.
12852
3e868ee3 128531990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
12854
12855 * Makefile make dist now depends on elisp.dvi, since it tries
12856 to include it in the dist file.
12857
c5602427 128581990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 12859
c5602427 12860 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 12861
c5602427 128621989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
12863
12864 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
12865 (defunargs): Turn off \hyphenchar of \sl font temporarily.
12866
c5602427 128671989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12868
12869 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
12870 and @error{} are the terms now being used. The files in the
12871 directory have been changed to reflect this.
12872
12873 * All instances of @indentedresultt{} have been changed to
333f9019 12874 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 12875
c5602427 128761989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12877
12878 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
12879 experimental @indentedresult{}, @indentedexpandsto{} are part of
12880 the texinfo.tex in this directory. These TeX macros are not
12881 stable yet.
12882
c5602427 128831989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12884
12885 * texinfo.tex: Temporarily added
12886 \let\result=\dblarrow
12887 \def\error{{\it ERROR} \longdblarrow}
12888 We need to do this better soon.
12889
c5602427 128901989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12891
12892 * Applied Karl Berry's patches to *.texinfo files, but not to
12893 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
12894 new title page format is also not applied, since it requires
12895 texinfo.tex changes.)
12896
12897 * Cleaned up `Makefile' and defined the `emacslibdir' directory
12898 for the Project GNU development environment.
12899
12900;; Local Variables:
c8763fb6 12901;; coding: utf-8
b8d4c8d0
GM
12902;; End:
12903
ba318903 12904 Copyright (C) 1998-2014 Free Software Foundation, Inc.
b8d4c8d0
GM
12905
12906 This file is part of GNU Emacs.
12907
352c8b4a 12908 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 12909 it under the terms of the GNU General Public License as published by
352c8b4a
GM
12910 the Free Software Foundation, either version 3 of the License, or
12911 (at your option) any later version.
b8d4c8d0
GM
12912
12913 GNU Emacs is distributed in the hope that it will be useful,
12914 but WITHOUT ANY WARRANTY; without even the implied warranty of
12915 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12916 GNU General Public License for more details.
12917
12918 You should have received a copy of the GNU General Public License
352c8b4a 12919 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.