ChangeLog fix
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
d831c9b8
GM
12014-01-07 Glenn Morris <rgm@gnu.org>
2
3 * files.texi (File Attributes): Fix superscipt typo.
4
de7ce2d1
CY
52014-01-07 Chong Yidong <cyd@gnu.org>
6
7 * files.texi (Changing Files): Document copy-file changes.
8
809d2ce4
GM
92014-01-07 Glenn Morris <rgm@gnu.org>
10
11 * display.texi (Logging Messages): Copyedits re messages-buffer.
12
c6ab4664
PE
132014-01-06 Paul Eggert <eggert@cs.ucla.edu>
14
15 Specify .texi encoding (Bug#16292).
16 * back.texi, book-spine.texi, lay-flat.texi:
17 Add @documentencoding.
18
81c7d631
CY
192014-01-05 Chong Yidong <cyd@gnu.org>
20
21 * backups.texi (Making Backups): Document backup-buffer change.
22
23 * files.texi (Visiting Files): Copyedits.
24 (Testing Accessibility): Mention ACLs. Move file-modes here from
25 File Attributes.
26 (Truenames): Move file-equal-p here from Kinds of Files.
27 (File Attributes): Move file-newer-than-file-p here from Testing
28 Accessibility.
29 (Extended Attributes): New node. Add file-extended-attributes.
30 (Changing Files): Document set-file-extended-attributes.
31
32 * commands.texi (Defining Commands): Document the interactive-form
33 property more carefully. Document interactive-only.
34
35 * compile.texi (Compiler Errors): Copyedits. Note that the
36 details for byte-compile-warnings are in its docstring.
37
38 * minibuf.texi (Minibuffer Contents): Remove obsolete function
39 minibuffer-completion-contents.
40
41 * variables.texi (Defining Variables): Note that defvar acts
42 always on the dynamic value.
43
44 * customize.texi (Variable Definitions): Likewise.
45
7c2127d0
PE
462014-01-05 Paul Eggert <eggert@cs.ucla.edu>
47
5a0f4e90
PE
48 Document vconcat and the empty vector (Bug#16246).
49 * sequences.texi (Vector Functions):
50 Document behavior better when the result is empty.
51
7c2127d0
PE
52 Document behavior of (string-to-number "+@") (Bug#16293).
53 * strings.texi (String Conversion): Document behavior of
54 string-to-number on invalid strings that begin with "+", too.
55
d6d78511
CY
562014-01-03 Chong Yidong <cyd@gnu.org>
57
58 * help.texi (Documentation, Accessing Documentation): Copyedits.
59 (Documentation Basics): Rewrite, avoiding a repeat discussion of
60 docstring conventions.
61
62 * tips.texi (Documentation Tips): Move discussion of
63 emacs-lisp-docstring-fill-column here from Documentation Basics.
64
65 * compile.texi (Docs and Compilation): Copyedits.
66
33f846fb
GM
672014-01-02 Glenn Morris <rgm@gnu.org>
68
69 * numbers.texi (Numeric Conversions): Fix a typo.
70
a560b856
PE
712013-12-29 Paul Eggert <eggert@cs.ucla.edu>
72
73 Plain copy-file no longer chmods an existing destination (Bug#16133).
74 * files.texi (Changing Files): Document this.
75
4364185f
CY
762013-12-28 Chong Yidong <cyd@gnu.org>
77
78 * modes.texi (Auto Major Mode): Document interpreter-mode-alist
79 change.
80
81 * buffers.texi (Modification Time): Document visited-file-modtime
82 change.
83
c04d52fb
GM
842013-12-28 Glenn Morris <rgm@gnu.org>
85
86 * control.texi (Pattern matching case statement): Brevity.
87
0f1d2934
CY
882013-12-27 Chong Yidong <cyd@gnu.org>
89
90 * functions.texi (Function Cells):
91 * eval.texi (Function Indirection): Update for the fact that
92 symbol-function no longer signals an error.
93
94 * commands.texi (Reading One Event): Mention keyboard coding.
95
96 * keymaps.texi (Translation Keymaps, Translation Keymaps):
97 * nonascii.texi (Terminal I/O Encoding): Copyedits.
98
2200a8c9
CY
992013-12-26 Chong Yidong <cyd@gnu.org>
100
101 * advice.texi (Advising Functions, Defining Advice): Special forms
102 can no longer be advised.
103
c9352587
CY
1042013-12-25 Chong Yidong <cyd@gnu.org>
105
106 * keymaps.texi (Active Keymaps): Re-organize the text.
107 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
108 (Controlling Active Maps): Note that set-transient-map uses
109 overriding-terminal-local-map.
110
111 * tips.texi (Coding Conventions): Tweak the coding system tip;
112 Emacs now uses utf-8 by default for Emacs Lisp source files.
113
114 * display.texi (Font Selection): Tweak example.
115
116 * commands.texi (Event Input Misc): Document new arg to
117 input-pending-p.
118
119 * nonascii.texi (Specifying Coding Systems): Don't refer to
120 emacs-mule-dos.
121 (Lisp and Coding Systems): Describe emacs-mule return value in
122 modern terms.
123
ff1c842a
TH
1242013-12-25 Tassilo Horn <tsdh@gnu.org>
125
126 * control.texi (Pattern matching case statement): Rephrase lexical
127 binding requirement: the example needs it, not `pcase' itself.
128
362397ed
CY
1292013-12-25 Chong Yidong <cyd@gnu.org>
130
131 * eval.texi (Eval): Document the LEXICAL arg to eval.
132
133 * variables.texi (Variables, Void Variables): Use "scoping rule"
134 terminology consistently.
135 (Variable Scoping): Add index entries, and use "dynamic scope"
136 terminology in place of "indefinite scope" to reduce confusion.
137 (Lexical Binding): Document lexical environment format.
138 (Using Lexical Binding): Add index entries for error messages.
139
a9560047
TH
1402013-12-24 Tassilo Horn <tsdh@gnu.org>
141
142 * control.texi (Pattern matching case statement): Fix missing
143 argument in simple expression language sample (Bug#16238). Add
144 some sample programs written in that language. Mention that
145 `pcase' requires lexical binding.
146
46291d11
XF
1472013-12-23 Xue Fuqiao <xfq.free@gmail.com>
148
2d778742
XF
149 * eval.texi (Special Forms): Document `special-form-p'.
150
151 * macros.texi (Simple Macro): Document `macrop'.
152
882b0b86
XF
153 * files.texi (Changing Files): Fix an argument of `copy-file'.
154
46291d11
XF
155 * strings.texi (Creating Strings): Document TRIM in `split-string'.
156
8cd22a08
CY
1572013-12-23 Chong Yidong <cyd@gnu.org>
158
159 * keymaps.texi (Controlling Active Maps): Renamed
160 set-temporary-overlay-map to set-transient map. Doc fixes.
161 (Searching Keymaps): The transient keymap takes precedence.
162
aec3bf9f
GM
1632013-12-23 Glenn Morris <rgm@gnu.org>
164
165 * loading.texi (How Programs Do Loading, Load Suffixes):
166 Mention `load-prefer-newer'.
167
bb962da2
XF
1682013-12-22 Xue Fuqiao <xfq.free@gmail.com>
169
aec3bf9f
GM
170 * hash.texi (Other Hash): Document `hash-table-keys'
171 and `hash-table-values'.
bb962da2 172
77e5bcc5
EZ
1732013-12-22 Eli Zaretskii <eliz@gnu.org>
174
175 * nonascii.texi (Character Properties): NAME or OLD-NAME
176 properties can be nil (there's no empty string).
a9877c32 177 (Character Properties): Update the reference to the UCD.
77e5bcc5 178
c9832cd8
XF
1792013-12-22 Xue Fuqiao <xfq.free@gmail.com>
180
77e5bcc5
EZ
181 * sequences.texi (Bool-Vectors): Document new bool-vector set
182 operation functions.
8fc36a68 183
05e8f1ae
XF
184 * text.texi (Examining Properties): Document `get-pos-property'.
185
aec3bf9f
GM
186 * variables.texi (Directory Local Variables):
187 Document `enable-dir-local-variables'.
b345c561 188
aec3bf9f
GM
189 * debugging.texi (Debugger Commands):
190 Document `debugger-toggle-locals'.
c9832cd8 191
77221051
CY
1922013-12-21 Chong Yidong <cyd@gnu.org>
193
194 * text.texi (Region Indent): Note the new interactive behavior of
195 indent-rigidly.
196
dfff9284
TH
1972013-12-20 Tassilo Horn <tsdh@gnu.org>
198
3fbba716
TH
199 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
200 one or many arguments.
201
6f1de4d1
TH
202 * display.texi: Document `messages-buffer'.
203
dfff9284
TH
204 * os.texi: Document `initial-buffer-choice' changes.
205
f5df4ceb
CY
2062013-12-20 Chong Yidong <cyd@gnu.org>
207
208 * text.texi (Changing Properties): Improve documentation for
209 add-face-text-property.
210 (Special Properties): Mention add-face-text-property.
211
fb891cc8
CY
2122013-12-18 Chong Yidong <cyd@gnu.org>
213
18874304
CY
214 * customize.texi (Custom Themes): Document custom-known-themes
215 (Bug#15717).
216
fb891cc8
CY
217 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
218 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
219
06a4f110
GM
2202013-12-13 Glenn Morris <rgm@gnu.org>
221
222 * internals.texi (Building Emacs):
223 * loading.texi (Library Search): Mention that site-load,
224 site-init cannot change load-path.
225
b55e11bf
GM
2262013-12-12 Glenn Morris <rgm@gnu.org>
227
228 * elisp.texi: Tweak dircategory.
229
01633a17
EZ
2302013-12-12 Eli Zaretskii <eliz@gnu.org>
231
232 * nonascii.texi (Encoding and I/O): Document file-name encoding
233 peculiarities on MS-Windows.
234
f9405d87
GM
2352013-12-12 Glenn Morris <rgm@gnu.org>
236
237 * elisp.texi: Sync direntry with info/dir version.
238
36291308
JB
2392013-12-08 Juanma Barranquero <lekktu@gmail.com>
240
241 * display.texi (Progress, Face Remapping):
242 * processes.texi (Serial Ports):
243 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
244
c085e5b9
JL
2452013-12-04 Juri Linkov <juri@jurta.org>
246
247 * searching.texi (Search and Replace): Fix `unread-command-events'
248 and add ref.
249
9139632a
JL
2502013-12-03 Juri Linkov <juri@jurta.org>
251
252 * windows.texi (Choosing Window): Rename `no-display-ok' to
253 `allow-no-window'. (Bug#13594)
254
26e4aa7d
GM
2552013-11-30 Glenn Morris <rgm@gnu.org>
256
257 * Makefile.in (distclean): Remove Makefile.
258
c8f0efc2
AP
2592013-11-29 Andreas Politz <politza@fh-trier.de>
260
261 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
262 (Bug#14029).
263
cb6c95a3
GM
2642013-11-27 Glenn Morris <rgm@gnu.org>
265
266 * loading.texi (Library Search):
267 * os.texi (Startup Summary): No more leim directory.
268
d6686055
GM
2692013-11-26 Glenn Morris <rgm@gnu.org>
270
271 * os.texi (Startup Summary): Update for leim-list being preloaded.
272
f6083c67
BJ
2732013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
274
275 * frames.texi (Input Focus):
276 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
277
17e0445b
GM
2782013-11-23 Glenn Morris <rgm@gnu.org>
279
280 * loading.texi (Library Search):
281 Empty elements in EMACSLOADPATH now mean the default load-path.
282
88fa559d
GM
2832013-11-22 Glenn Morris <rgm@gnu.org>
284
285 * loading.texi (Library Search): Minor clarification.
286
f0cfa5fe
LL
2872013-11-20 Leo Liu <sdl.web@gmail.com>
288
289 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
290
a6e3a5d5
XF
2912013-11-19 Xue Fuqiao <xfq.free@gmail.com>
292
293 * os.texi (File Notifications): Add an index.
294
295 * loading.texi (Loading): Add an cross-reference.
296
4ae3802f
XF
2972013-11-18 Xue Fuqiao <xfq.free@gmail.com>
298
299 * os.texi (Session Management, Desktop Notifications): Add some
300 indexes and a cross-reference.
301
de586f99
XF
3022013-11-17 Xue Fuqiao <xfq.free@gmail.com>
303
304 * os.texi (Time Parsing):
305 (Processor Run Time, Input Modes, Terminal Output): Minor fixes.
306
90794abb
GM
3072013-11-14 Glenn Morris <rgm@gnu.org>
308
309 * loading.texi (Library Search): Update section.
310
7d3bb569
XF
3112013-11-11 Xue Fuqiao <xfq.free@gmail.com>
312
313 * os.texi (User Identification, Time of Day, Time Conversion):
314 Minor fixes.
315
fb193bb4
JD
3162013-11-10 Jan Djärv <jan.h.d@swipnet.se>
317
318 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
319
be9d2b46
XF
3202013-11-09 Xue Fuqiao <xfq.free@gmail.com>
321
322 * os.texi (Startup Summary): Add an index about startup screen.
6e466459 323 Typo fix.
d612ddbb 324 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
be9d2b46 325
8acb09ca
EZ
3262013-11-08 Eli Zaretskii <eliz@gnu.org>
327
328 * display.texi (Truncation): Document that cache-long-scans is now
329 non-nil by default. (Bug#15797)
330
c67c5132
EZ
3312013-11-05 Eli Zaretskii <eliz@gnu.org>
332
333 * lists.texi (Rearrangement): Fix indexing.
334
335 * display.texi (Bidirectional Display): Fix indexing.
336
29aa2b71
XF
3372013-11-05 Xue Fuqiao <xfq.free@gmail.com>
338
5e21526f
XF
339 * lists.texi (Rearrangement): Improve indexing.
340
29aa2b71 341 * display.texi (Glyphs): Add an index for glyph code.
5e21526f 342 (Bidirectional Display): Improve indexing.
29aa2b71 343
3c334c14
JD
3442013-11-01 Jan Djärv <jan.h.d@swipnet.se>
345
346 * display.texi (Face Attributes): Document :distant-foreground.
347
bc5184ab
XF
3482013-10-30 Xue Fuqiao <xfq.free@gmail.com>
349
350 * display.texi (Abstract Display): Improve indexing.
351
23af34b0
SM
3522013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
353
354 * display.texi (Selective Display): Discourage the use of explicit
355 selective display.
356
81cf3b07
XF
3572013-10-29 Xue Fuqiao <xfq.free@gmail.com>
358
027d950f
XF
359 * display.texi (Showing Images): Add an index for image-size.
360 Use @code instead of @var for a normal variable.
142207c0 361 (Multi-Frame Images): Improve indexing.
3440d80e 362 (Button Buffer Commands): Use @code instead of @var for a normal variable.
e54711f3 363 (Abstract Display): Explain the meaning of Ewoc.
81cf3b07 364
3c640e29
XF
3652013-10-27 Xue Fuqiao <xfq.free@gmail.com>
366
44e0cfaf 367 * display.texi (Image Descriptors): Improve indexing.
3c640e29 368
7db9c31e
XF
3692013-10-26 Xue Fuqiao <xfq.free@gmail.com>
370
371 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
918a7ad4 372 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
7db9c31e 373
619a46f8
XF
3742013-10-25 Xue Fuqiao <xfq.free@gmail.com>
375
376 * display.texi (Fontsets): Minor wording fix.
3e1300f7
XF
377 (Low-Level Font): Improve indexing.
378
379 * nonascii.texi (Character Properties): Add an index for script symbols.
619a46f8 380
578ef6b9
XF
3812013-10-24 Xue Fuqiao <xfq.free@gmail.com>
382
383 * display.texi (Face Remapping): Add indexes for face remapping.
4fa11a36 384 (Font Selection): Add indexes.
8b78f36c 385 (Low-Level Font): Add an index for font registry.
578ef6b9 386
48f73cfb
GM
3872013-10-23 Glenn Morris <rgm@gnu.org>
388
76f1a3c3
GM
389 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
390 Nuke @refill.
391
48f73cfb
GM
392 * Makefile.in (install-dvi, install-html, install-pdf)
393 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
394 (uninstall-pdf): Quote entities that might contain whitespace.
395
8d02f0ad
XF
3962013-10-19 Xue Fuqiao <xfq.free@gmail.com>
397
76f1a3c3
GM
398 * display.texi (Face Attributes): Add indexes for the ‘:box’
399 face attribute.
8d02f0ad 400
917ac5eb
XF
4012013-10-18 Xue Fuqiao <xfq.free@gmail.com>
402
74f202ae 403 * display.texi (Line Height): Add indexes for line height.
917ac5eb 404
475c7d3f
XF
4052013-10-17 Xue Fuqiao <xfq.free@gmail.com>
406
407 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
408
89f20e05
XF
4092013-10-16 Xue Fuqiao <xfq.free@gmail.com>
410
411 * display.texi (Selective Display): Add an index for explicit
412 selective display.
413
2641f1a5
XF
4142013-10-15 Xue Fuqiao <xfq.free@gmail.com>
415
416 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
417
8c106d17
GM
4182013-10-13 Glenn Morris <rgm@gnu.org>
419
420 * intro.texi (Acknowledgments): Use accented form of some names.
421
fa022909
GM
4222013-10-09 Glenn Morris <rgm@gnu.org>
423
424 * control.texi (Conditionals): Copyedits. (Bug#15558)
425
4ed77415 4262013-10-08 Eli Zaretskii <eliz@gnu.org>
981b26a6 427
4ed77415 428 Support menus on text-mode terminals.
981b26a6
EZ
429 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar): Modify
430 wording to the effect that menus are supported on TTYs.
431
432 * frames.texi (Pop-Up Menus, Dialog Boxes)
433 (Display Feature Testing): Update for menu support on TTYs.
434
6de913c4
SM
4352013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
436
437 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
438 non-headings.
439
9e73b242
XF
4402013-10-05 Xue Fuqiao <xfq.free@gmail.com>
441
442 * syntax.texi (Categories): Add an index for category sets.
443
79b3ad55
XF
4442013-10-03 Xue Fuqiao <xfq.free@gmail.com>
445
c9358b45
XF
446 * syntax.texi (Syntax Flags):
447 (Syntax Table Functions): Add indexes.
79b3ad55 448
8c1f51ff
XF
4492013-10-02 Xue Fuqiao <xfq.free@gmail.com>
450
451 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
452
6cfe977d
XF
4532013-09-29 Xue Fuqiao <xfq.free@gmail.com>
454
455 * searching.texi (Regexp Search): Refine.
456
69b3debc
XF
4572013-09-22 Xue Fuqiao <xfq.free@gmail.com>
458
459 * nonascii.texi (Default Coding Systems): Typo fix.
460
87829449
XF
4612013-09-21 Xue Fuqiao <xfq.free@gmail.com>
462
463 * nonascii.texi (Coding System Basics): Add information about carriage-return.
464
0df00f59
EZ
4652013-09-14 Eli Zaretskii <eliz@gnu.org>
466
467 * display.texi (Display Margins): State the units of measuring
468 margin width. (Bug#15375)
469
3509fb40
EZ
4702013-09-13 Eli Zaretskii <eliz@gnu.org>
471
472 * text.texi (Not Intervals): Minor wording fix.
473
99d8e6d6
XF
4742013-09-12 Xue Fuqiao <xfq.free@gmail.com>
475
3509fb40
EZ
476 * functions.texi (Obsolete Functions): Add an index for obsolete
477 functions.
99d8e6d6 478
44ee2147
XF
4792013-09-11 Xue Fuqiao <xfq.free@gmail.com>
480
481 * nonascii.texi (Character Properties): Character properties fix
482 for decimal-digit-value and digit-value.
483
eb31a86c
SM
4842013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * macros.texi (Defining Macros): Prefer "function" to "lambda
487 expression" (bug#15296).
488
50b13cde
PE
4892013-08-28 Paul Eggert <eggert@cs.ucla.edu>
490
491 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
492 for portability to hosts where /bin/sh has problems.
493
a8544941
SM
4942013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
495
496 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
497
9f0809d4
EZ
4982013-08-20 Eli Zaretskii <eliz@gnu.org>
499
500 * files.texi (Information about Files): Mention file names with
501 trailing blanks on MS-Windows. (Bug#15130)
502
c5074806
XF
5032013-08-18 Xue Fuqiao <xfq.free@gmail.com>
504
505 * positions.texi (Positions): Improve indexing.
506
e2c90473
EZ
5072013-08-18 Eli Zaretskii <eliz@gnu.org>
508
509 * markers.texi (The Region): Improve indexing.
510
278d6dd0
XF
5112013-08-17 Xue Fuqiao <xfq.free@gmail.com>
512
ab100635
XF
513 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
514
278d6dd0
XF
515 * text.texi (Maintaining Undo): Mention interactive call of
516 buffer-disable-undo.
c9b39934 517 (Filling): Add cross-reference for hard newlines.
d3110177 518 (Sorting): Fix indentation.
38b4c7f8 519 (Columns): Comment out undefined behavior.
ad6643fe 520 (Case Changes): Fix an `args-out-of-range' error in the example.
278d6dd0 521
2bede2ed
XF
5222013-08-16 Xue Fuqiao <xfq.free@gmail.com>
523
c8068af5 524 * text.texi (Insertion): Refine.
bd805d5b 525 (Margins): Add an index.
e4043ba0 526 (Undo): Doc fix for `buffer-undo-list'.
8b8bf4a3 527
2bede2ed
XF
528 * positions.texi (Character Motion):
529 * markers.texi (Moving Markers):
530 (Creating Markers): Comment out undefined behavior.
531
7cbbcaa0
XF
5322013-08-15 Xue Fuqiao <xfq.free@gmail.com>
533
534 * markers.texi (The Region): Add/move indexes.
535
8259030d
LMI
5362013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
537
538 * display.texi (ImageMagick Images): Mention :content-type and
539 `image-content-type-suffixes'.
540
f73f4ce6
XF
5412013-08-13 Xue Fuqiao <xfq.free@gmail.com>
542
543 * positions.texi (Word Motion): Remove redundant sentence.
544
3e6b67c9
GM
5452013-08-13 Glenn Morris <rgm@gnu.org>
546
547 * lists.texi (List Elements):
548 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
549
5c41e9ff
XF
5502013-08-13 Xue Fuqiao <xfq.free@gmail.com>
551
916119ec 552 * frames.texi (Display Feature Testing): Add indexes.
5c41e9ff 553
8496d8d7
GM
5542013-08-12 Glenn Morris <rgm@gnu.org>
555
556 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
557 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
558 (INSTALL_DATA): New, set by configure.
559 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
560 New variables.
561 (.SUFFIXES): Add .ps and .dvi.
562 (.dvi.ps): New suffix rule.
563 (dvi, html, pdf, ps): Use *_TARGETS variables.
564 (elisp.html): Use HTML_OPTS.
565 (elisp.ps): Remove explicit rule.
566 (.PHONY): install-dvi, install-html, install-pdf, install-ps
567 ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
568 uninstall-ps, and uninstall-doc.
569 (install-dvi, install-html, install-pdf, install-ps, install-doc)
570 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
571 (uninstall-doc): New rules.
572 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
573
3a3bb904
XF
5742013-08-10 Xue Fuqiao <xfq.free@gmail.com>
575
576 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
577
4517cbc2
XF
5782013-08-09 Xue Fuqiao <xfq.free@gmail.com>
579
580 * control.texi (Error Symbols): Minor fix for previous change.
581
54bd972f
SM
5822013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
585
586 * control.texi (Signaling Errors): Refer to define-error.
587 (Error Symbols): Add `define-error'.
588
e30b79c1
DA
5892013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
590
591 * positions.texi (Motion by Screen Lines):
592 * display.texi (Truncation): Rename `cache-long-line-scans'
593 to `cache-long-scans'.
594
123ff297
XF
5952013-08-05 Xue Fuqiao <xfq.free@gmail.com>
596
597 * windows.texi (Window Start and End): Add an index.
598
9097ad86
XF
5992013-08-02 Xue Fuqiao <xfq.free@gmail.com>
600
601 * display.texi (Face Functions): Add an index.
602
603 * variables.texi (Variable Aliases): Add an index.
604
605 * functions.texi (Defining Functions): Add an index.
606
607 * nonascii.texi (Coding System Basics): Add an index.
608
64a695bd
XF
6092013-07-31 Xue Fuqiao <xfq.free@gmail.com>
610
611 * nonascii.texi (Non-ASCII Characters): Update menu.
612 (Disabling Multibyte): Move here from doc/emacs/mule.texi. Fix cross-references.
613
614 * elisp.texi (Top): Update menu.
615
39e8fb76
XF
6162013-07-30 Xue Fuqiao <xfq.free@gmail.com>
617
618 * windows.texi (Window History): Mention the default value of
3cd51eaa 619 switch-to-visible-buffer. Add cross-references.
39e8fb76 620
95e6e62b
MA
6212013-07-24 Michael Albinus <michael.albinus@gmx.de>
622
623 * errors.texi (Standard Errors): Fix typo.
624
625 * files.texi (Magic File Names):
626 * os.texi (File Notifications): Remove file-notify-supported-p.
627
53840e55
PE
6282013-07-24 Paul Eggert <eggert@cs.ucla.edu>
629
630 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
631 non-well-formed expressions result in unspecified behavior, though
632 Emacs will not crash.
633
32813ea7
MA
6342013-07-22 Michael Albinus <michael.albinus@gmx.de>
635
636 * files.texi (Magic File Names): Add file-notify-add-watch,
637 file-notify-rm-watch and file-notify-supported-p. Move
638 file-remote-p down.
639
640 * errors.texi (Standard Errors): Add file-notify-error.
641
642 * os.texi (Desktop Notifications): Rename from Notifications.
643 (File Notifications): New node.
644
645 * elisp.texi (Top): Update menu for these changes.
646
ac446ed8
XF
6472013-07-19 Xue Fuqiao <xfq.free@gmail.com>
648
649 * windows.texi (Display Action Functions): Mention next-window.
650
e6c005c5
XF
6512013-07-16 Xue Fuqiao <xfq.free@gmail.com>
652
653 * windows.texi (Selecting Windows): Fix the introduction of
654 `set-frame-selected-window''s arguments.
655
954b166e
PE
6562013-07-10 Paul Eggert <eggert@cs.ucla.edu>
657
658 Timestamp fixes for undo (Bug#14824).
659 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
660
3323c263
EZ
6612013-07-06 Eli Zaretskii <eliz@gnu.org>
662
663 * nonascii.texi (Text Representations): Document that
664 multibyte-string-p returns nil for non-string objects.
665
4431e6d9 6662013-07-06 Glenn Morris <rgm@gnu.org>
d4aa7284
GM
667
668 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
669
a944db14
GM
6702013-07-03 Glenn Morris <rgm@gnu.org>
671
672 * debugging.texi (Debugging):
673 * files.texi (File Attributes, Changing Files): Fix cross-references.
674
675 * package.texi (Package Archives): Fix @url call.
676
253e30aa
GM
677 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
678
4c672a0f
EZ
6792013-06-29 Eli Zaretskii <eliz@gnu.org>
680
681 * display.texi (Bidirectional Display): Document move-point-visually.
682
4366ddd4
XF
6832013-06-29 Xue Fuqiao <xfq.free@gmail.com>
684
685 * buffers.texi (Buffer File Name): Fix typo.
686
bace8013
CS
6872013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
688
689 * tips.texi (Coding Conventions): Improve wording.
690
f99f7826 6912013-06-24 Glenn Morris <rgm@gnu.org>
e8b3825d
GM
692
693 * loading.texi (Autoload): Fix typo.
694
611e8a48
GM
695 * variables.texi (Lexical Binding): Fix typo.
696
edfaf7c0
GM
697 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
698
f3f9606c
LMI
6992013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
700
701 * display.texi (ImageMagick Images): Mention :max-width and
702 :max-height.
703
89561f72
PE
7042013-06-20 Paul Eggert <eggert@cs.ucla.edu>
705
706 * numbers.texi (Math Functions): Remove obsolete function log10.
707
9716fedb
SM
7082013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
711 rather than `local-map'.
712
713 * keymaps.texi (Active Keymaps): Fix documentation of
714 set-temporary-overlay-map and overriding-terminal-local-map.
715
789cf833
GM
7162013-06-19 Glenn Morris <rgm@gnu.org>
717
718 * Makefile.in (dist): Edit more configure variables.
719 Try to check that we do not miss any in future.
720
254408ca
JB
7212013-06-17 Juanma Barranquero <lekktu@gmail.com>
722
723 * text.texi (Undo, Changing Properties): Fix typos.
724
708e05f6
LMI
7252013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
726
727 * text.texi (Changing Properties): Document `add-face-text-property'.
728
3da95318
KH
7292013-06-17 Kenichi Handa <handa@gnu.org>
730
731 * display.texi (Face Attributes): Refer to "Low-Level font" (not
2c149f93 732 "Font Selection") in the explanation of :font attribute (bug#14629).
3da95318 733
de0503df
SM
7342013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
735
736 * loading.texi (Hooks for Loading): Don't document after-load-alist.
737 Document with-eval-after-load instead of eval-after-load.
738
823777b5
XF
7392013-06-11 Xue Fuqiao <xfq.free@gmail.com>
740
741 * files.texi (File Name Expansion): Make the example more
742 intuitive.
743
08c0a604
PE
7442013-06-10 Paul Eggert <eggert@cs.ucla.edu>
745
746 Documentation fix for 'ls' and hard links.
747 * compile.texi (Compilation Functions):
748 * files.texi (File Attributes, Changing Files):
749 Use current format for GNU 'ls' output.
750 (File Attributes): Fix problem introduced in previous change:
751 the link count is the number of hard links, not the number
752 of hard links + 1.
753
e4568f3b
XF
7542013-06-10 Xue Fuqiao <xfq.free@gmail.com>
755
756 * files.texi (File Attributes): Fix typo.
757
a5cf7779
SM
7582013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * functions.texi (Lambda Expressions): Lambda expressions don't
761 evaluate to themselves in general (bug#11782).
762
6e911150
SM
7632013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * loading.texi (Autoload):
766 * help.texi (Documentation Basics, Accessing Documentation)
767 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
768
b02b5481
GM
7692013-04-23 Glenn Morris <rgm@gnu.org>
770
771 * internals.texi (Writing Emacs Primitives): Remove obvious example.
772 Tweak other to avoid overly long line.
773
f8152bcb
XF
7742013-04-21 Xue Fuqiao <xfq.free@gmail.com>
775
84ebefe9
XF
776 * internals.texi (Writing Emacs Primitives): Remove unnecessary
777 references to the sources. (Bug#13800)
778
f8152bcb
XF
779 * searching.texi (Regexp Backslash): Doc fix for backslash
780 constructs in regular expressions.
781
8fa2654e
CS
7822013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
783
784 * tips.texi (Coding Conventions): Mention separation of package
785 descriptor and name of internal symbols by two hyphens.
786
0aa3616e
SB
7872013-04-13 Stephen Berman <stephen.berman@gmx.net>
788
789 * windows.texi (Splitting Windows): Change category of
790 split-window from a command to a function.
791
cd542620
CY
7922013-04-06 Chong Yidong <cyd@gnu.org>
793
794 * display.texi (Faces): Minor clarifications.
6e911150
SM
795 (Defining Faces): Clarify default vs custom face specs.
796 Document face-spec-set.
cd542620
CY
797
798 * display.texi (Overlay Properties):
799 * text.texi (Special Properties): Use the "anonymous face"
800 terminology. Describe foreground-color and background-color forms
801 as compatibility-only.
802
8d0c20ae
EZ
8032013-03-24 Eli Zaretskii <eliz@gnu.org>
804
805 * compile.texi (Byte-Code Objects): Add index entry.
806 (Disassembly): Add cross-references.
807
45f1d362
EZ
8082013-03-23 Eli Zaretskii <eliz@gnu.org>
809
810 * frames.texi (Size Parameters): More accurate description of the
811 difference between 'fullboth' and 'maximized'. (Bug#13935)
812
5784e319
CS
8132013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
814
815 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
816
78be8b64 8172013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
818
819 * elisp.texi: Add some stuff specific to www.gnu.org.
820
b388e7ad
TZ
8212013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
822
823 * control.texi (Pattern matching case statement): Fix typo.
824
681ebc33
PE
8252013-03-04 Paul Eggert <eggert@cs.ucla.edu>
826
827 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
828
9bed73f3
GM
8292013-03-03 Glenn Morris <rgm@gnu.org>
830
831 * objects.texi (Symbol Type): Fix typo.
832
929aeac6 8332013-02-28 Bastien Guerry <bzg@gnu.org>
5765e9e0
BG
834
835 * variables.texi (File Local Variables): Fix reference.
836
1abfd3e8 8372013-02-24 Eli Zaretskii <eliz@gnu.org>
39ef03af
EZ
838
839 * files.texi (Magic File Names): Improve wording and indexing.
840
f0c954fa
GM
8412013-02-21 Glenn Morris <rgm@gnu.org>
842
843 * display.texi (Multi-Frame Images): Minor rephrasing.
844
1e56f8ef
GM
8452013-02-20 Glenn Morris <rgm@gnu.org>
846
847 * display.texi (GIF Images, TIFF Images): Delete these nodes.
848 (ImageMagick Images): For :index, use an xref rather than duplicating.
849 (Other Image Types): Add GIF, adjust formatting.
850 (Multi-Frame Images): Rename from Animated Images. Expand section.
851 * elisp.texi (Top): Update menu for these changes.
852
93c2fa46
GM
8532013-02-19 Glenn Morris <rgm@gnu.org>
854
855 * text.texi (Change Hooks): Fix typo.
856
d64d97e5 8572013-02-15 Glenn Morris <rgm@gnu.org>
df1af142
GM
858
859 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
860
b5ca9d53
GM
8612013-02-13 Glenn Morris <rgm@gnu.org>
862
b6c3e4b1
GM
863 * objects.texi (Char-Table Type): Add footnote about #^^.
864
b5ca9d53
GM
865 * modes.texi (Minor Mode Conventions): Fix typo.
866
85adc63f
GM
867 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
868 meta characters; this changed in 22.1. (Bug#13684)
869
662abcc1
GM
870 * objects.texi (Char-Table Type): Add cindex.
871
9d6c9dd1
GM
872 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
873
490a9458 8742013-02-10 Glenn Morris <rgm@gnu.org>
dc55466e
GM
875
876 * keymaps.texi (Creating Keymaps): Update make-keymap result.
877
8549f9e8
EZ
8782013-02-09 Eli Zaretskii <eliz@gnu.org>
879
880 * modes.texi (%-Constructs): Remove the description of %t.
881
882 * nonascii.texi (MS-DOS File Types): Delete node.
883
7bd00724
GM
8842013-02-08 Glenn Morris <rgm@gnu.org>
885
886 * keymaps.texi (Active Keymaps, Searching Keymaps):
887 Remove confusing mention of "symbolic prefix". (Bug#13643)
888
795e7a5b 8892013-01-19 Glenn Morris <rgm@gnu.org>
f8a42ad6
GM
890
891 * macros.texi (Indenting Macros): Fix order of an indent
892 symbol's arguments. (Bug#13450)
893
b3fbb395
PE
8942013-01-19 Paul Eggert <eggert@cs.ucla.edu>
895
896 Allow floating-point file offsets.
897 * files.texi (Reading from Files, Writing to Files):
898 Say that file offsets can be numbers, not just integers.
899
45a7e57c
GM
9002013-01-09 Glenn Morris <rgm@gnu.org>
901
902 * commands.texi (Interactive Codes):
903 Whitespace does not terminate interactive "S". (Bug#13393)
904
04c48b14
CY
9052013-01-06 Chong Yidong <cyd@gnu.org>
906
907 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
908
1f1c405d
GM
9092013-01-05 Glenn Morris <rgm@gnu.org>
910
911 * display.texi (Overlay Properties): Mention field. (Bug#13364)
912
5d7c18a8
EZ
9132013-01-05 Eli Zaretskii <eliz@gnu.org>
914
915 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
916 directive in a group of items.
917
89cb305e 9182013-01-05 Chong Yidong <cyd@gnu.org>
27e4813f
CY
919
920 * keymaps.texi (Key Sequences): Remove obsolete sentence
921 (Bug#13356).
922
0f668a4d 9232013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4217dc29
AR
924
925 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
926
553081a5
SM
9272013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
928
929 * files.texi (File Attributes): Undocument return format of file-acl.
930
1cbb9ed6
GM
9312013-01-03 Glenn Morris <rgm@gnu.org>
932
75e78d1e
GM
933 * processes.texi (System Processes):
934 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
935
5f1a9647
GM
936 * searching.texi (Replacing Match): Fix xref.
937
1cbb9ed6
GM
938 * elisp.texi (DATE): Bump to Jan 2013.
939
9539d465 9402013-01-02 Glenn Morris <rgm@gnu.org>
9800c5b0 941
22ff2cb8
GM
942 * customize.texi (Common Keywords, Type Keywords):
943 Replace "active field" with "button". (Bug#13310)
944
9800c5b0
GM
945 * customize.texi (Common Keywords): Add xref. (Bug#13311)
946 * tips.texi (Library Headers): Add cindex.
947
d5e5e7b4 9482012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
151d9088
EZ
949
950 * functions.texi (Declare Form):
951 * intro.texi (A Sample Function Description):
952 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
953 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
954 in @def.. commands. (Bug#13292)
955
ccad023b
EZ
9562012-12-29 Eli Zaretskii <eliz@gnu.org>
957
958 * files.texi (Changing Files): Document the return values of
959 set-file-selinux-context and set-file-acl.
960
1ab0c851
GM
9612012-12-27 Glenn Morris <rgm@gnu.org>
962
963 * files.texi (File Names): Mention Cygwin conversion functions.
964
94900bfe
MR
9652012-12-22 Martin Rudalics <rudalics@gmx.at>
966
967 * windows.texi (Selecting Windows): Reword description of
968 select-window (Bug#13248).
969
04d9b71a
EZ
9702012-12-22 Eli Zaretskii <eliz@gnu.org>
971
972 * files.texi (File Attributes, Changing Files): Remove the details
973 about the text returned by file-acl. Instead, just document that
974 it is an opaque string meant to be used by set-file-acl.
975
6e55f03e
CY
9762012-12-21 Chong Yidong <cyd@gnu.org>
977
07b9c0be
CY
978 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
979
6e55f03e
CY
980 * customize.texi (Simple Types): Document key-sequence type
981 (Bug#13048).
982
5bec25eb
CY
983 * strings.texi (Text Comparison): Doc fix for compare-strings.
984
15ccf05e
MA
9852012-12-19 Michael Albinus <michael.albinus@gmx.de>
986
987 * files.texi (Magic File Names): Add `file-acl',
988 `file-selinux-context', `set-file-acl' and
989 `set-file-selinux-context'. Make the list consistent.
990
ee3c0aec
JB
9912012-12-19 Jonas Bernoulli <jonas@bernoul.li>
992
993 * tips.texi (Library Headers): New header keyword `Homepage'.
994 Make continuation lines syntax more precise.
995
66447e07
EZ
9962012-12-17 Eli Zaretskii <eliz@gnu.org>
997
998 * files.texi (File Attributes, Changing Files): Update to include
999 MS-Windows support for ACLs.
1000
7c3d167f
RF
10012012-12-16 Romain Francoise <romain@orebokech.com>
1002
1003 * files.texi (File Attributes): Document ACL support and new
1004 `file-acl' function.
1005 (Changing Files): Mention argument name change of `copy-file' and
1006 document new function `set-file-acl'.
1007
97976f9f
PE
10082012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1009
1010 Fix permissions bugs with setgid directories etc. (Bug#13125)
1011 * files.texi (Testing Accessibility): Document GROUP arg
1012 of file-ownership-preserved-p.
1013 (File Attributes): Document that 9th element is now
1014 just a placeholder.
1015 * os.texi (User Identification): Document new functions group-gid,
1016 group-real-gid.
1017
d92d9c95
PE
10182012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1019
1020 * internals.texi (C Integer Types): New section.
1021 This follows up and records an email in
1022 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1023
265c2fbf 10242012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
f433306a 1025
4a0e1924 1026 * control.texi (Pattern matching case statement): New node.
f433306a 1027
1cbae532
SM
1028 * customize.texi (Variable Definitions): Mention the default :group
1029 for defcustoms (bug#13093).
1030
c6c08d3f
GM
10312012-12-09 Glenn Morris <rgm@gnu.org>
1032
1033 * customize.texi (Variable Definitions): Mention eval-defun
1034 on a defcustom calls the :set function when appropriate.
1035
4288142b
PE
10362012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1037
1038 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1039 These are just minor editorial changes.
1040
d8ad4d3f 10412012-12-06 Chong Yidong <cyd@gnu.org>
a20ae0b9
CY
1042
1043 * lists.texi (Plist Access): Move put example to Symbol Plists.
1044
1045 * symbols.texi (Standard Properties): Fix typo.
1046
c5bc2d1d 10472012-12-03 Chong Yidong <cyd@gnu.org>
547d6865 1048
f02f19bd
CY
1049 * symbols.texi (Symbol Properties): New node.
1050 (Symbol Plists): Make it a subsection under Symbol Properties.
1051 (Standard Properties): New node.
1052
1053 * lists.texi (Property Lists): Move here from symbols.texi.
1054 (Plist Access): Rename from Other Plists.
1055
1056 * customize.texi (Variable Definitions):
1057 * display.texi (Defining Faces):
1058 * sequences.texi (Char-Tables): Fix xref.
1059
1cbae532 1060 * keymaps.texi (Key Sequences): `kbd' is now a function.
547d6865 1061
f02f19bd
CY
1062 * commands.texi (Using Interactive): Fix index entry.
1063
cb6f5650
PE
10642012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1065
c07a6ded
PE
1066 * doclicense.texi: Update to latest version from FSF.
1067 These are just minor editorial changes.
1068 * elisp.texi (GNU Free Documentation License)
1069 (GNU General Public Licens):
1070 Provide sectioning, since doclicense.texi no longer does that.
1071
cb6f5650
PE
1072 * loading.texi (Named Features): @ -> @@ to fix typo.
1073
d125ca15 10742012-11-24 Martin Rudalics <rudalics@gmx.at>
0d4bb04f
MR
1075
1076 * windows.texi (Basic Windows): Fix typo.
1077 (Windows and Frames): Fix example. Move description of
1078 window-in-direction here.
1079 (Recombining Windows): Fix example.
1cbae532 1080 (Buffers and Windows): Fix description of replace-buffer-in-windows.
0d4bb04f
MR
1081 (Switching Buffers): Reword.
1082 (Display Action Functions): Minor adjustments.
1083 (Choosing Window Options): Minor fixes.
1084 (Window History): Minor rewording.
1085 (Dedicated Windows): Correct and reword part describing how
1086 dedicatedness affects functions removing buffers or windows.
1cbae532 1087 * buffers.texi (The Buffer List): Fix description of bury-buffer.
0d4bb04f 1088
d125ca15 10892012-11-24 Chong Yidong <cyd@gnu.org>
90d99fdf
CY
1090
1091 * modes.texi (%-Constructs): Fix statement about mode construct
1092 padding (Bug#12866).
1093
d125ca15 10942012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
365fc14a
SM
1095
1096 * debugging.texi (Profiling): Make it more clear
1097 that --enable-profiling is about profiling the C code.
1098
38a2f917
GM
10992012-11-21 Glenn Morris <rgm@gnu.org>
1100
3ca2f1bf
GM
1101 * display.texi (Attribute Functions):
1102 Update for set-face-* name changes.
1bf335cf
GM
1103 Add new "inherit" argument for face-bold-p etc.
1104 Move description of this argument to a common section, like "frame".
3ca2f1bf 1105
6ef2e5ef 1106 * debugging.texi (Profiling): New section.
b6729a18 1107 (Debugging): Mention profiling in the introduction.
5b776637
GM
1108 * tips.texi (Compilation Tips): Move profiling to separate section.
1109 * elisp.texi: Add Profiling to detailed menu.
1110
6ef2e5ef 11112012-11-21 Martin Rudalics <rudalics@gmx.at>
66c466d4
MR
1112
1113 * windows.texi (Display Action Functions): Fix recently added
1114 example. Suggested by Michael Heerdegen.
1115
6ef2e5ef 11162012-11-21 Paul Eggert <eggert@cs.ucla.edu>
0c93aa38
PE
1117
1118 Minor cleanup for times as lists of four integers.
1119 * os.texi (Time Parsing): Time values can now be four integers.
1120
7351b73d
GM
11212012-11-18 Glenn Morris <rgm@gnu.org>
1122
1123 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1124 * macros.texi (Expansion): Mention eager macro expansion.
1125
a045a167
GM
1126 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1127
2ac9538d 11282012-11-18 Leo Liu <sdl.web@gmail.com>
74ca4d39
LL
1129
1130 * minibuf.texi (Programmed Completion): Doc fix for metadata
1131 request (Bug#12850).
1132
2ac9538d 11332012-11-18 Glenn Morris <rgm@gnu.org>
6439ae19 1134
7fe37cfc
GM
1135 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1136
6439ae19
GM
1137 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1138 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1139 (Window Sizes): Add vindex for window-min-height, window-min-width.
2279276c 1140 (Display Action Functions): Mention pop-up-frame-parameters.
6439ae19 1141
0ff7851c
MR
11422012-11-16 Martin Rudalics <rudalics@gmx.at>
1143
1144 * windows.texi (Choosing Window): Rewrite description of
1145 display-buffer-alist (Bug#12167).
1cbae532
SM
1146 (Display Action Functions): Mention inhibit-switch-frame.
1147 Fix description of display-buffer-below-selected. Reorder actions.
0ff7851c
MR
1148 Add example (Bug#12848).
1149
96e05507 11502012-11-16 Glenn Morris <rgm@gnu.org>
c79c7f2f
GM
1151
1152 * display.texi (Face Attributes): Fix :underline COLOR description.
bde3c6c0
GM
1153 (Attribute Functions): Update for set-face-underline rename.
1154 Tweak descriptions of face-underline-p, face-inverse-video-p.
c79c7f2f 1155
e4e9830b
GM
1156 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1157 so they align better in info.
921c067f
GM
1158 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1159 Document set-temporary-overlay-map.
e4e9830b 1160
c8915b67
SM
11612012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1164 with normal keymaps".
1165
74934dcc
DA
11662012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1167
1168 * internals.texi (Garbage Collection): Update descriptions
1169 of vectorlike_header, garbage-collect and gc-cons-threshold.
1170 (Object Internals): Explain Lisp_Object layout and the basics
1171 of an internal type system.
1172 (Buffer Internals): Update description of struct buffer.
1173
f78ee6af 11742012-11-13 Glenn Morris <rgm@gnu.org>
a13e12f9
GM
1175
1176 * variables.texi (Adding Generalized Variables):
1177 At least mention gv-define-expander and gv-letplace.
1178
164f28b5 1179 * debugging.texi (Error Debugging): Mention debug-on-message.
57fc0fee 1180 (Using Debugger): Mention debugger-bury-or-kill.
164f28b5 1181
38868ad7
GM
1182 * control.texi (Signaling Errors):
1183 * debugging.texi (Error Debugging):
1184 * errors.texi (Standard Errors): Add user-error.
1185
6efddf78
GM
1186 * variables.texi (Adding Generalized Variables):
1187 Use standard formatting for common lisp note about setf functions.
1188
6baf66d5 11892012-11-10 Martin Rudalics <rudalics@gmx.at>
fdaf534a
MR
1190
1191 * elisp.texi (Top): Add Recombining Windows to menu.
1192 * windows.texi (Recombining Windows): New subsection.
1193 (Splitting Windows): Rewrite text on handling of window
1194 combinations and move it to new subsection.
1195
6baf66d5 11962012-11-10 Chong Yidong <cyd@gnu.org>
7c08f8ba 1197
8a3afaf9
CY
1198 * searching.texi (Replacing Match): Document \? in replace-match.
1199
7c08f8ba
CY
1200 * variables.texi (Creating Buffer-Local): Document setq-local and
1201 defvar-local.
1202 (Setting Generalized Variables): Arrange table alphabetically.
1203
1204 * lists.texi (List Elements, List Variables): Clarify descriptions
1205 of push and pop for generalized variables.
1206
1207 * edebug.texi (Specification List): setf is no longer CL-only.
1208
6baf66d5 12092012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
1210
1211 * variables.texi (Adding Generalized Variables):
1212 Update description of FIX-RETURN expansion.
1213
ebdbfb95
GM
1214 * variables.texi (Setting Generalized Variables):
1215 Split most of previous contents into this subsection.
1216 (Adding Generalized Variables): New subsection.
651af8c6
GM
1217 Move note on lack of setf functions here from misc/cl.texi.
1218
ebdbfb95
GM
1219 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1220
6baf66d5 12212012-11-10 Chong Yidong <cyd@gnu.org>
a9a3835c
CY
1222
1223 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1224
a43d02f0
MA
12252012-11-08 Michael Albinus <michael.albinus@gmx.de>
1226
1227 * os.texi (Notifications): Update descriptions of
1228 notifications-notify, notifications-close-notification and
1229 notifications-get-capabilities according to latest code changes.
1230 Add notifications-get-server-information.
1231
2395ab64
CY
12322012-11-03 Chong Yidong <cyd@gnu.org>
1233
1234 * objects.texi (General Escape Syntax): Clarify the explanation of
1235 escape sequences.
1236 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1237 multibyte. Hex escapes do not automatically make a string
1238 multibyte.
1239
43bcfda6
MR
12402012-11-03 Martin Rudalics <rudalics@gmx.at>
1241
1242 * windows.texi (Switching Buffers): Document option
1243 switch-to-buffer-preserve-window-point.
1244 (Display Action Functions): Document window-height and
1245 window-width alist entries.
1cbae532
SM
1246 (Display Action Functions):
1247 Document display-buffer-below-selected and
43bcfda6 1248 display-buffer-in-previous-window.
1cbae532
SM
1249 (Quitting Windows): Document quit-restore-window.
1250 Rewrite section.
43bcfda6
MR
1251 (Window Configurations): In window-state-get mention that
1252 argument window must be valid.
1253 (Window Parameters): Document quit-restore window parameter
1254 (Bug#12158).
1255
89b2c8a1
GM
12562012-10-31 Glenn Morris <rgm@gnu.org>
1257
88390adf
GM
1258 * control.texi (Catch and Throw): Add xref to cl.texi.
1259
aec5e6f9
GM
1260 * lists.texi (Sets And Lists): Point xref to better location.
1261
0d8e94e9
GM
1262 * errors.texi (Standard Errors):
1263 * loading.texi (Autoload): Update for cl-lib namespace changes.
1264
5241598a
GM
1265 * modes.texi (Defining Minor Modes): "Generalized Variables"
1266 section is now in this manual rather than cl.texi.
1267
89b2c8a1
GM
1268 * eval.texi (Special Forms): No longer special forms: defmacro,
1269 defun, save-window-excursion, with-output-to-temp-buffer.
1270 * functions.texi (Defining Functions): Defun is now a macro.
1271 Defalias is a function.
1272
516e1a08
GM
12732012-10-30 Glenn Morris <rgm@gnu.org>
1274
1275 * variables.texi (Generalized Variables): Fix typo.
1276
e29e39c9
CY
12772012-10-30 Chong Yidong <cyd@gnu.org>
1278
1279 * symbols.texi (Symbol Plists): Document function-get.
1280
1281 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1282
1283 * frames.texi (Visibility of Frames): Document tty-top-frame.
1284
70edffb1
SM
12852012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1286
1287 * keymaps.texi (Format of Keymaps): Document the multiple
1288 inheritance format.
1289
3a51f0eb
MR
12902012-10-28 Martin Rudalics <rudalics@gmx.at>
1291
1292 * windows.texi (Basic Windows): Reformulate description of live,
1293 internal and valid windows.
1294 (Cyclic Window Ordering): Describe new argument of
1295 get-lru-window and get-largest-window. Add description of
1296 window-in-direction.
1297
5b6887ad
GM
12982012-10-27 Glenn Morris <rgm@gnu.org>
1299
5887564d
GM
1300 * variables.texi (Generalized Variables): New section,
1301 adapted from misc/cl.texi.
1302 * elisp.texi (Top): Add Generalized Variables to menu.
1303 * lists.texi (List Elements, List Variables):
1304 Mention generalized variables.
1305
5b6887ad
GM
1306 * lists.texi (List Elements): Typo fix.
1307
05b621a6
CY
13082012-10-27 Chong Yidong <cyd@gnu.org>
1309
1310 * minibuf.texi (High-Level Completion): Don't mention removed
1311 function iswitchb-read-buffer.
1312
1313 * commands.texi (Event Input Misc): Remove last-input-char.
1314 (Command Loop Info): Remove last-command-char.
1315
1316 * frames.texi (Initial Parameters): Don't mention the obsolete
1317 special-display feature.
1318
1319 * windows.texi (Choosing Window): Don't mention the obsolete
1320 special display feature.
1321 (Choosing Window Options): Remove obsolete special-display
1322 variables, and the functions special-display-p and
1323 special-display-popup-frame.
1324
1325 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1326
1327 * hooks.texi (Standard Hooks): Remove obsolete hooks.
1328
1329 * markers.texi (Information from Markers): Remove obsolete
1330 function buffer-has-markers-at.
1331
1332 * text.texi (Yanking): Document yank-handled-properties.
1333
72ec96fb
PE
13342012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1335
1336 Update manual for new time stamp format (Bug#12706).
1337 * buffers.texi (Modification Time):
1338 * files.texi (Testing Accessibility, File Attributes):
1339 * intro.texi (Version Info):
1340 * os.texi (Time of Day):
1341 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
1342 These instances were missed the first time around.
1343 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
1344
75e8f9d2
CY
13452012-10-24 Chong Yidong <cyd@gnu.org>
1346
cd996018
CY
1347 * minibuf.texi (Text from Minibuffer): Document read-regexp
1348 changes.
1349
1cbae532
SM
1350 * nonascii.texi (Selecting a Representation):
1351 Document set-buffer-multibyte changes.
cd996018 1352
75e8f9d2
CY
1353 * keymaps.texi (Toolkit Differences): Node deleted.
1354 (Easy Menu): New node.
1355
d1069532
SM
13562012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1357
1358 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
1359
c4132fd4
PE
13602012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1361
1362 Fix outdated timestamp documentation in Elisp manual (bug#12706).
1363 * files.texi (File Attributes):
1364 * text.texi (Undo):
1365 Time stamp resolution is now 1 picosecond, not 1 second.
1366
1fb3aa3f
CY
13672012-10-23 Chong Yidong <cyd@gnu.org>
1368
49238e7f
CY
1369 * display.texi (Font Lookup): Remove font-list-limit.
1370
1fb3aa3f
CY
1371 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
1372 (Bug#12529).
1373
5fb904b0
GM
13742012-10-22 Glenn Morris <rgm@gnu.org>
1375
f961c7d8
GM
1376 * os.texi (Recording Input): Tiny fix.
1377
4ee87740
GM
1378 * intro.texi (Lisp History):
1379 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
5fb904b0
GM
1380 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
1381
d18a0d24
CY
13822012-10-15 Chong Yidong <cyd@gnu.org>
1383
1384 * macros.texi (Defining Macros): defmacro is now a macro.
1385 Explicitly list the docstring and declare arguments.
1386
1387 * functions.texi (Anonymous Functions): Explicitly list the
1388 docstring, declare, and interactive arguments to lambda.
1389 (Defining Functions): Likewise for defun.
1390 (Inline Functions): Likewise for defsubst.
1391 (Declare Form): Tweak description.
1392
73f2b4ab
CY
13932012-10-13 Chong Yidong <cyd@gnu.org>
1394
1395 * display.texi (ImageMagick Images): ImageMagick enabled by default.
1396
379acb95
CY
13972012-10-05 Chong Yidong <cyd@gnu.org>
1398
1399 * minibuf.texi (Basic Completion): Clarify list form of completion
1400 table (Bug#12564).
1401
e8757f09 14022012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
26026637
BFRR
1403
1404 * functions.texi (Function Safety): Copyedit. (Bug#12562)
1405
86ec63ba
PE
14062012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1407
1408 Revert the FOLLOW-SYMLINKS change for file-attributes.
1409 * files.texi (File Attributes, Magic File Names): Undo last change.
1410
e7a2937b
PE
14112012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1412
1413 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1414 * files.texi (File Attributes): Describe it.
1415 (Magic File Names): Use it.
1416
48de8b12
CY
14172012-09-30 Chong Yidong <cyd@gnu.org>
1418
1419 * commands.texi (Click Events): Define "mouse position list".
1420 Remove mention of unimplemented horizontal scroll bars.
1421 (Drag Events, Motion Events): Refer to "mouse position list".
1422 (Accessing Mouse): Document posnp.
1423
1424 * errors.texi (Standard Errors): Tweak arith-error description.
1425 Tweak markup. Remove domain-error and friends, which seem to be
1426 unused after the floating-point code revamp.
1427
33f846fb
GM
1428 * functions.texi (Defining Functions): defun is now a macro.
1429 (Obsolete Functions): Obsolescence also affects
48de8b12
CY
1430 documentation commands. Various clarifications.
1431 (Declare Form): New node.
1432
1433 * strings.texi (String Basics): Copyedits.
1434
33f846fb 1435 * os.texi (Startup Summary): Document leim-list.el change.
48de8b12 1436 (User Identification): Add system-users and system-groups.
33f846fb 1437 (Idle Timers): Minor clarifications.
48de8b12
CY
1438
1439 * macros.texi (Defining Macros): Move description of `declare' to
1440 Declare Form node.
1441
1442 * loading.texi (Autoload):
1443 * help.texi (Documentation Basics): The special sequences can
1444 trigger autoloading.
1445
1446 * numbers.texi (Integer Basics): Copyedits.
1447 (Float Basics): Consider IEEE floating point always available.
1448 (Random Numbers): Document actual limits.
1449 (Arithmetic Operations): Clarify division by zero. Don't mention
1450 the machine-independence of negative division since it does not
1451 happen in practice.
1452
e61d39cd 14532012-09-28 Leo Liu <sdl.web@gmail.com>
03922966
LL
1454
1455 * files.texi (Files): Fix typo.
1456
e109c4a6
CY
14572012-09-23 Chong Yidong <cyd@gnu.org>
1458
1459 * buffers.texi (Read Only Buffers): Document read-only-mode.
1460
1461 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
1462 read-only-mode.
1463
1464 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
1465 calling conventions.
1466
c88b867f
CY
14672012-09-22 Chong Yidong <cyd@gnu.org>
1468
1469 * searching.texi (Replacing Match): Minor clarification.
1470
df9685f3
EZ
14712012-09-22 Eli Zaretskii <eliz@gnu.org>
1472
287d7455
EZ
1473 * edebug.texi (Instrumenting): Improve indexing.
1474
df9685f3
EZ
1475 * os.texi (Idle Timers): Warn against reinvoking an idle timer
1476 from within its own timer action. (Bug#12447)
1477
47133380
CY
14782012-09-22 Chong Yidong <cyd@gnu.org>
1479
1480 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
1481
ab199df2 14822012-09-21 Glenn Morris <rgm@gnu.org>
1bfe3177
GM
1483
1484 * debugging.texi (Using Debugger): Fix typo.
1485
ed1f0bd3
CY
14862012-09-18 Chong Yidong <cyd@gnu.org>
1487
1488 * display.texi (Faces): Discuss anonymous faces.
1489 (Face Attributes): Tweak intro.
1490 (Defining Faces): Move after the Face Attributes node. Copyedits.
1491 (Displaying Faces): Describe role of inheritance.
1492
1493 * customize.texi (Customization): Define customization more
1494 carefully (Bug#11440).
1495 (Common Keywords): Add xref to Constant Variables.
1496
1497 * variables.texi (Defining Variables): Link to defcustom's node
1498 instead of the higher-level Customization chapter.
1499
c990426a
PE
15002012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1501
1502 Simplify, document, and port floating-point (Bug#12381).
1503 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
1504 Document that / and mod (with floating point arguments), along
1505 with asin, acos, log, log10, expt and sqrt, return special values
1506 instead of signaling exceptions.
1507 (Float Basics): Document that logb operates on the absolute value
1508 of its argument.
1509 (Math Functions): Document that (log ARG BASE) also returns NaN if
1510 BASE is negative. Document that (expt X Y) returns NaN if X is a
1511 finite negative number and Y a finite non-integer.
1512
011474aa
CY
15132012-09-09 Chong Yidong <cyd@gnu.org>
1514
bb6b0efc
CY
1515 * lists.texi (Sets And Lists): Explain that the return value for
1516 delete should be used, like for delq.
1517
011474aa
CY
1518 * minibuf.texi (Yes-or-No Queries): Document recentering and
1519 scrolling in y-or-n-p. Remove gratuitous example.
1520
1521 * searching.texi (Search and Replace): Document window scrolling
1522 entries in query-replace-map.
1523
6dcef6ec
CY
15242012-09-08 Chong Yidong <cyd@gnu.org>
1525
1526 * syntax.texi (Syntax Table Internals): Define "raw syntax
1527 descriptor" terminology (Bug#12383).
1528 (Syntax Descriptors): Mention raw syntax descriptors.
1529
52404181
CY
15302012-09-07 Chong Yidong <cyd@gnu.org>
1531
1a5432bc
CY
1532 * variables.texi (Creating Buffer-Local): Fix description of
1533 local-variable-if-set-p (Bug#10713).
1534
0a6bdaa1
CY
1535 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
1536
14ba4cf3
CY
1537 * windows.texi (Display Action Functions)
1538 (Choosing Window Options): Remove obsolete variable
1539 display-buffer-reuse-frames.
cee2e90d 1540 (Switching Buffers): Minor doc tweak for switch-to-buffer.
14ba4cf3 1541
e5c2edf7
CY
1542 * positions.texi (Narrowing): Document buffer-narrowed-p.
1543
52404181
CY
1544 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
1545
1546 * syntax.texi (Low-Level Parsing): Add xref to Parser State
1547 (Bug#12269).
1548
7f7e0167
LI
15492012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1550
1551 * debugging.texi (Explicit Debug): Document `debug-on-message'.
1552
6a787d9a
CY
15532012-09-02 Chong Yidong <cyd@gnu.org>
1554
1555 * windows.texi (Window Configurations): Recommend against using
1556 save-window-excursion (Bug#12075).
1557
1558 * control.texi (Catch and Throw):
1559 * positions.texi (Excursions): Don't mention it.
1560
0e23ef9d
PE
15612012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1562
1563 Better seed support for (random).
1564 * numbers.texi (Random Numbers): Document new behavior of
1565 the calls (random) and (random STRING).
1566
342dac71
MR
15672012-08-21 Martin Rudalics <rudalics@gmx.at>
1568
1569 * windows.texi (Window Point): Document recent changes in
1570 window-point and set-window-point.
1571 (Selecting Windows): Document recent change in select-window.
1572
a08eadfe
EZ
15732012-08-06 Eli Zaretskii <eliz@gnu.org>
1574
1575 * functions.texi (Closures): Put the main index entry for
1576 "closures" here. (Bug#12138)
1577
1578 * variables.texi (Lexical Binding): Disambiguate the index entry
1579 for "closures".
1580
35b6586e
CY
15812012-08-05 Chong Yidong <cyd@gnu.org>
1582
1583 * display.texi (Defining Faces): Move documentation of
1584 frame-background-mode to the Emacs manual (Bug#7774).
1585
02676e5d
CY
15862012-08-04 Chong Yidong <cyd@gnu.org>
1587
1588 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
1589 Fix description of syntax table inheritance.
1590 (Syntax Table Functions): Don't refer to internal contents of
1591 syntax table, since that is not explained yet. Copyedits.
1592 (Standard Syntax Tables): Node deleted.
1593 (Syntax Table Internals): Misc clarifications. Improve table
1594 formatting.
1595
1596 * keymaps.texi (Inheritance and Keymaps):
1597 * text.texi (Sticky Properties): Tweak index entry.
1598
73e0cbc0
EZ
15992012-07-28 Eli Zaretskii <eliz@gnu.org>
1600
1601 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
1602
09ae5da1
PE
16032012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1604
1605 Prefer typical American spelling for "acknowledgment".
1606 * intro.texi (Acknowledgments): Rename from Acknowledgements.
1607
1ada2e55
EZ
16082012-07-21 Eli Zaretskii <eliz@gnu.org>
1609
1610 * commands.texi (Special Events): Mention language-change event.
1611 (Input Events, Interactive Codes):
1612 * keymaps.texi (Key Sequences): Mention events that are
1613 non-keyboard but also non-mouse events.
1614
9ea10cc3
CY
16152012-07-17 Chong Yidong <cyd@gnu.org>
1616
1617 * text.texi (Insertion): Document insert-char changes.
1618
2e2d2a13
LL
16192012-07-15 Leo Liu <sdl.web@gmail.com>
1620
1621 * display.texi (Fringe Bitmaps): Add exclamation-mark.
1622
b68b3337
CY
16232012-07-13 Chong Yidong <cyd@gnu.org>
1624
1625 * buffers.texi (Read Only Buffers): Document toggle-read-only
1626 changes. Reword to account for the fact that read-only is
1627 currently not supported in overlay properties.
1628
ab4c47d3
CY
16292012-07-07 Chong Yidong <cyd@gnu.org>
1630
1631 * loading.texi (Library Search): Index site-lisp directories.
1632
d4913798
CY
16332012-07-06 Chong Yidong <cyd@gnu.org>
1634
1635 * intro.texi (A Sample Function Description): Fix incorrect
1636 markup, undoing previous change.
1637 (A Sample Variable Description): Minor clarifications and markup
1638 improvements.
1639
1640 * elisp.texi (Top):
1641 * text.texi (Text): Fix menu order.
1642
251736f4
RS
16432012-07-06 Richard Stallman <rms@gnu.org>
1644
1645 * intro.texi (Evaluation Notation, A Sample Function Description):
8c6c57ea 1646 (A Sample Variable Description): Improve/undo previous changes.
251736f4 1647
e8d71283
GM
16482012-07-05 Glenn Morris <rgm@gnu.org>
1649
1650 * intro.texi (A Sample Function Description): Fix cross-refs.
1651
47187200
MW
16522012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
1653
1654 * intro.texi (Evaluation Notation, A Sample Function Description)
1655 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
1656
a2eb421b
CY
16572012-06-27 Chong Yidong <cyd@gnu.org>
1658
1659 * processes.texi (Asynchronous Processes, Input to Processes):
1660 * internals.texi (Process Internals): Don't capitalize "pty".
1661
6d41a41d
TTN
16622012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1663
1664 * processes.texi (Asynchronous Processes): Make the pty vs pipe
1665 discussion more prominent.
1666
0bd8297f
EZ
16672012-06-23 Eli Zaretskii <eliz@gnu.org>
1668
1669 * commands.texi (Misc Events): Document the language-change event.
1670
d35af63c
PE
16712012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1672
1673 Support higher-resolution time stamps (Bug#9000).
1674 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
1675 * processes.texi (System Processes):
1676 Time stamp resolution is now picosecond, not microsecond.
1677
ac1a0ce1 16782012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
1679
1680 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1681
1053a871
SM
16822012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1683
1684 * functions.texi (Defining Functions):
1685 * macros.texi (Defining Macros): Un-define the return value of `defun',
1686 `defmacro' and `defalias'.
1687
41b7f8bc
CY
16882012-06-17 Chong Yidong <cyd@gnu.org>
1689
1690 * elisp.texi: Remove urlcolor setting.
1691
82a25657
GM
16922012-06-17 Glenn Morris <rgm@gnu.org>
1693
1694 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
1695 Overlining no longer behaves exactly like underlining.
1696
a04689de 16972012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
8da9479c
GM
1698
1699 * display.texi (Face Attributes):
1700 Document wave-style underline face attribute.
1701
1b9b4cf4
CY
17022012-06-11 Chong Yidong <cyd@gnu.org>
1703
1704 * display.texi (ImageMagick Images): ImageMagick now supports the
1705 :background property.
1706
dbab98c7
DA
17072012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
1708
1709 * internals.texi (Garbage Collection): Typo fix.
1710
6175e34b
CY
17112012-06-09 Chong Yidong <cyd@gnu.org>
1712
1713 * text.texi (Special Properties): Clarify the meaning of a list of
1714 faces in the `face' property.
1715
1716 * display.texi (Face Remapping): Minor clarification.
1717
4b56d0fe
CY
17182012-06-08 Chong Yidong <cyd@gnu.org>
1719
1720 * display.texi (Face Attributes): Font family does not accept
1721 wildcards. De-document obsolete :bold and :italic attributes.
1722 (Defining Faces): Use new-style face spec format.
1723
f3372c87
DA
17242012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
1725
8d7c7eed 1726 * internals.texi (Garbage Collection): Document new
f3372c87
DA
1727 vector management code and vectorlike_header structure.
1728
5f2c76c6
CY
17292012-06-03 Chong Yidong <cyd@gnu.org>
1730
1731 * modes.texi (Mode Line Data): Use "mode line construct"
1732 terminology for consistency.
1733
ecc6530d
GM
17342012-05-27 Glenn Morris <rgm@gnu.org>
1735
1736 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
1737 * buffers.texi, commands.texi, compile.texi, control.texi:
1738 * customize.texi, debugging.texi, display.texi, doclicense.texi:
1739 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
1740 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
1741 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
1742 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
1743 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
1744 * objects.texi, os.texi, package.texi, positions.texi:
1745 * processes.texi, searching.texi, sequences.texi, streams.texi:
1746 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
1747 * variables.texi, windows.texi: Nuke hand-written node pointers.
1748
33017faf 17492012-05-27 Chong Yidong <cyd@gnu.org>
27d1f87a 1750
33017faf
GM
1751 * functions.texi (Obsolete Functions):
1752 Fix doc for set-advertised-calling-convention.
27d1f87a
CY
1753
1754 * modes.texi (Mode Help): Fix describe-mode.
1755
1756 * display.texi (Face Functions): Fix define-obsolete-face-alias.
1757
1758 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
1759
33017faf 17602012-05-27 Martin Rudalics <rudalics@gmx.at>
0b128ac4 1761
33017faf 1762 * commands.texi (Recursive Editing): recursive-edit is a command.
0b128ac4
MR
1763
1764 * compile.texi (Docs and Compilation):
1765 byte-compile-dynamic-docstrings is an option.
1766
1767 * debugging.texi (Invoking the Debugger): debug is a command.
1768
1769 * display.texi (Progress): progress-reporter-update and
1770 progress-reporter-force-update have VALUE argument optional.
1771 (Animated Images): Use non-@code{nil} instead of non-nil.
1772
33017faf
GM
1773 * files.texi (Format Conversion Round-Trip):
1774 Use non-@code{nil} instead of non-nil.
0b128ac4
MR
1775
1776 * frames.texi (Creating Frames): make-frame is a command.
1777 (Input Focus): select-frame is a command.
1778 (Pointer Shape): void-text-area-pointer is an option.
1779
33017faf 1780 * help.texi (Describing Characters): read-kbd-macro is a command.
0b128ac4
MR
1781 (Help Functions): describe-prefix-bindings is a command.
1782
1783 * markers.texi (Creating Markers): Both arguments of copy-marker
1784 are optional.
1785
1786 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
1787
1788 * modes.texi (Mode Line Variables): mode-line-remote and
1789 mode-line-client are not options.
1790 (Imenu): imenu-add-to-menubar is a command.
33017faf 1791 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
0b128ac4
MR
1792
1793 * os.texi (Sound Output): play-sound-file is a command.
1794
33017faf 1795 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
0b128ac4 1796
33017faf
GM
1797 * processes.texi (Signals to Processes):
1798 Use @key{RET} instead of @code{RET}.
0b128ac4
MR
1799 (Signals to Processes): signal-process is a command.
1800
33017faf 1801 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
0b128ac4
MR
1802 (Base 64): base64-encode-string is not a command while
1803 base64-decode-region is.
1804
1805 * windows.texi (Switching Buffers): pop-to-buffer is a command.
1806
3fe7cdc8
GM
18072012-05-12 Glenn Morris <rgm@gnu.org>
1808
1809 * Makefile.in (MKDIR_P): New, set by configure.
1810 (mkinfodir): Use $MKDIR_P.
1811
dc0f75c8
GM
18122012-05-10 Glenn Morris <rgm@gnu.org>
1813
b8a82b69
GM
1814 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
1815 with "coding: raw-text".
51b1e059 1816 Concept of multibyte sessions no longer exists.
b8a82b69 1817
dc0f75c8
GM
1818 * files.texi (File Locks): Mention create-lockfiles option.
1819
666b903b 18202012-05-09 Glenn Morris <rgm@gnu.org>
143d9dd8 1821
5b6eebcf
GM
1822 * vol1.texi, vol2.texi: Remove files.
1823 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
1824 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
1825
0a454caf 1826 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
e6afe47b 1827
143d9dd8
GM
1828 * two-volume.make (emacsdir): New.
1829 (tex): Add directory with emacsver.texi to TEXINPUTS.
1830
e68b393e
GM
1831 * minibuf.texi (Minibuffer History, Basic Completion):
1832 Tweak page breaks.
1833
9658dc2a
GM
1834 * internals.texi (Garbage Collection, Memory Usage)
1835 (Writing Emacs Primitives): Tweak page breaks.
1836
161c2a25
GM
1837 * streams.texi (Output Variables): Improve page break.
1838
1839 * edebug.texi (Edebug Display Update): Improve page break.
1840
51d58083
GM
1841 * compile.texi (Disassembly): Condense the examples.
1842
ddff3351
GM
1843 * eval.texi, functions.texi, loading.texi, macros.texi:
1844 Where possible, use example rather than smallexample.
1845
1846 * symbols.texi: Where possible, use example rather than smallexample.
1847 (Symbol Components): Fix typo.
1848 (Other Plists): Tweak page break.
1849
1850 * sequences.texi (Arrays): Tweak page breaks.
1851
1852 * customize.texi: Where possible, use example rather than smallexample.
1853 (Common Keywords, Variable Definitions, Applying Customizations)
1854 (Custom Themes): Tweak page breaks.
1855
1856 * control.texi: Where possible, use example rather than smallexample.
1857 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
1858 Tweak page breaks.
1859
ca4b98fa
GM
18602012-05-08 Glenn Morris <rgm@gnu.org>
1861
5122804a
GM
1862 * two.el: Remove; unused since creation of two-volume.make.
1863
ca4b98fa
GM
1864 * vol1.texi, vol2.texi: No need to keep menus in these files.
1865
eceeb5fc
CY
18662012-05-05 Glenn Morris <rgm@gnu.org>
1867
1868 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
1869
1870 * intro.texi (Caveats): Copyedit.
1871 (Lisp History): Convert inforef to xref.
1872 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
1873
1874 * text.texi (Auto Filling): Don't mention Emacs 19.
1875
1876 * commands.texi (Event Input Misc): Don't mention unread-command-char.
1877 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
1878
1879 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
1880
eceeb5fc
CY
1881 * lists.texi (List-related Predicates, List Variables):
1882 Tweak page-breaks.
1883 (Sets And Lists): Convert inforef to xref.
1884
8045b906
GM
18852012-05-04 Glenn Morris <rgm@gnu.org>
1886
1887 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1888 (info, infoclean): Use $INFO_EXT.
1889 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1890 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1891 (info, maintainer-clean): Use $INFO_EXT.
1892 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1893
78f3273a
CY
18942012-05-04 Chong Yidong <cyd@gnu.org>
1895
1896 * os.texi (Timers): Use defopt for timer-max-repeats.
1897
ab0fa4e4
PE
18982012-05-03 Paul Eggert <eggert@cs.ucla.edu>
1899
1900 * os.texi (Time of Day): Do not limit current-time-string
1901 to years 1000..9999.
1902
2bc356d7
CY
19032012-05-02 Chong Yidong <cyd@gnu.org>
1904
1905 * display.texi (Font Lookup):
1906 * frames.texi (Pointer Shape):
1907 * processes.texi (Subprocess Creation): Use defopt for options.
1908
90207a15 19092012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
1910
1911 * elisp.texi (@copying):
1912 * intro.texi (Introduction): Only print VERSION in the TeX version.
1913
90207a15 19142012-05-02 Chong Yidong <cyd@gnu.org>
5a5fd9f3
CY
1915
1916 * text.texi (Change Hooks): Minor fix for after-change-functions.
1917
90207a15 19182012-05-02 Glenn Morris <rgm@gnu.org>
7eac3782
GM
1919
1920 * package.texi (Packaging Basics):
1921 * loading.texi (Autoload):
1922 * files.texi (Magic File Names):
1923 Reword to remove/reduce some overly long/short lines.
1924
a8e7d6d7 19252012-04-27 Glenn Morris <rgm@gnu.org>
cf988578
GM
1926
1927 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
1928 * modes.texi (Major Modes, Auto-Indentation):
1929 * buffers.texi (Buffers): Some fixes for menu descriptions.
1930
a8e7d6d7 19312012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
88ed9e87
SM
1932 * functions.texi (Simple Lambda, Argument List):
1933 * eval.texi (Function Indirection): Avoid deprecated form.
1934
a8e7d6d7 19352012-04-27 Glenn Morris <rgm@gnu.org>
16152b76 1936
1a72be46
GM
1937 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
1938 Add "et al." to authors.
1939
16152b76
GM
1940 * buffers.texi, commands.texi, compile.texi, control.texi:
1941 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
1942 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
1943 * modes.texi, numbers.texi, objects.texi, streams.texi:
1944 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
1945 Use Texinfo recommended convention for quotes+punctuation.
1946
a8e7d6d7 19472012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
1948
1949 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
1950 to where-is-internal (Bug#10872).
1951
a8e7d6d7 19522012-04-27 Glenn Morris <rgm@gnu.org>
9c51bbaa 1953
a2715669
GM
1954 * macros.texi (Indenting Macros): Fix typo.
1955
0b27932b
GM
1956 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
1957 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
1958 (Choosing Window Options, Horizontal Scrolling)
1959 (Cyclic Window Ordering, Window History, Dedicated Windows)
09ebefe1
GM
1960 (Quitting Windows, Window Configurations, Textual Scrolling):
1961 (Coordinates and Windows, Window Configurations)
1962 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
1963 (Splitting Windows, Deleting Windows):
1964 Fix ignore-window-parameters logic.
1965 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
1966 (Window Start and End): Remove pointless example.
1967 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
1968 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
1969 and recenter-positions. Remove recenter example.
0b27932b 1970
0dc91072
GM
1971 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
1972
9c51bbaa
GM
1973 * minibuf.texi (Intro to Minibuffers):
1974 Tweak discussion of resizing minibuffer window.
1975
674ea9c6
GM
19762012-04-26 Glenn Morris <rgm@gnu.org>
1977
8a4ca8e3 1978 * elisp-covers.texi, front-cover-1.texi: Remove files.
8191c3bd 1979
562e638f
GM
1980 * tindex.pl: Remove file.
1981
674ea9c6
GM
1982 * makefile.w32-in (srcs):
1983 * Makefile.in (srcs): Remove back.texi (which is unused).
1984
b613912b
MA
19852012-04-24 Michael Albinus <michael.albinus@gmx.de>
1986
e43042fe
MA
1987 * os.texi (Notifications): Extend possible notification hints.
1988 Add notifications-get-capabilities.
b613912b 1989
f30d612a
CY
19902012-04-20 Chong Yidong <cyd@gnu.org>
1991
1992 * processes.texi (Asynchronous Processes): Mention nil argument to
1993 start-process.
1994
b58b1df8
GM
19952012-04-20 Glenn Morris <rgm@gnu.org>
1996
1997 * minibuf.texi (Basic Completion): No need to describe obarrays here.
1998 Don't mention obsolete `nospace' argument of all-completions.
1999 (Minibuffer Completion, Completion Commands, Reading File Names)
2000 (Completion Variables): Copyedits.
2001 (Completion Commands): Mention parent keymaps.
2002 Remove obsolete minibuffer-local-filename-must-match-map.
2003 (High-Level Completion): Remove read-variable's almost
2004 word-for-word duplication of read-command.
2005 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2006 Update "High-Level Completion" description.
2007
c0ea08d2
GM
2008 * minibuf.texi (Minibuffers):
2009 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2010
9d2754f5
GM
2011 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2012 Use Texinfo-recommended form of quote+punctuation.
2013 (Intro to Minibuffers): First minibuffer is #1, not #0.
2014 Mention minibuffer-inactive-mode.
2015 (Text from Minibuffer): Copyedits.
2016 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
2017 (Object from Minibuffer): Remove overly pedantic para.
2018 (Minibuffer History): Copyedits. Add face-name-history.
2019 (Initial Input, Yes-or-No Queries, Multiple Queries)
2020 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2021 (Yes-or-No Queries): Tweak example.
2022 (Minibuffer Commands): Add next-complete-history-element.
2023 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2024 minibuffer-inactive-mode.
9d2754f5 2025
4373fd43
GM
2026 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2027 (Bindat Functions): Copyedits.
2028
61bb069e 20292012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
0e80650b
CS
2030
2031 * files.texi (Saving Buffers): Document `visit and `visit-save'
2032 values of require-final-newline.
2033
61bb069e 20342012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
2035
2036 * processes.texi (Output from Processes, Filter Functions):
2037 Mention waiting-for-user-input-p.
2038 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
2039 (Network Servers, Datagrams, Network Processes, Network Options)
2040 (Network Feature Testing, Serial Ports): Copyedits.
2041 (Network): Add encrypted network overview paragraph.
2042 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2043
61bb069e 20442012-04-20 Chong Yidong <cyd@gnu.org>
21ffa320
CY
2045
2046 * help.texi (Keys in Documentation): Mention :advertised-binding.
2047
2048 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2049 description to help.texi.
2050
61bb069e 20512012-04-20 Glenn Morris <rgm@gnu.org>
62f4b18c
GM
2052
2053 * processes.texi (Process Information, Input to Processes)
2054 (Signals to Processes, Output from Processes, Process Buffers)
2055 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 2056 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 2057
e153c136
GM
20582012-04-15 Glenn Morris <rgm@gnu.org>
2059
2060 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
12acf783
GM
2061 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2062 Copyedits.
e153c136 2063 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
2064 (Synchronous Processes, Asynchronous Processes):
2065 Update some example output.
e153c136
GM
2066 (Process Information): Fix typo.
2067 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2068
e6fd457e 20692012-04-15 Glenn Morris <rgm@gnu.org>
764a3017
GM
2070
2071 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2072 open-network-stream does exist in Emacs 23, but is simpler.
2073
e6fd457e 20742012-04-15 Chong Yidong <cyd@gnu.org>
03ed9e82
CY
2075
2076 * customize.texi (Custom Themes): Also document load-theme etc.
2077
35dc09a1 20782012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
2079
2080 * customize.texi (Applying Customizations):
2081 (Custom Themes): New nodes.
2082
2083 * display.texi (Defining Faces): Reference custom-set-faces.
2084
2085 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2086 * os.texi (Startup Summary): Copyedits.
2087
35dc09a1 20882012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
2089
2090 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2091
9fce7eda
GM
2092 * strings.texi (Case Tables):
2093 * objects.texi (General Escape Syntax):
2094 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2095
2bb0eca1
GM
2096 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2097 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2098 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2099 * text.texi: Use @file for buffers, per the Texinfo manual.
2100
62200c14
GM
2101 * compile.texi (Compiler Errors): Add missing space in buffer name.
2102
35dc09a1 21032012-04-14 Chong Yidong <cyd@gnu.org>
9fe9631c
CY
2104
2105 * processes.texi (Query Before Exit): Remove obsolete function
2106 process-kill-without-query (Bug#11190).
2107
35dc09a1 21082012-04-14 Glenn Morris <rgm@gnu.org>
8fc85b20
GM
2109
2110 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2111 Use @env for environment variables.
2112
f48a9cb4
GM
2113 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2114
0a6dd5e2
JA
21152012-04-12 Jari Aalto <jari.aalto@cante.net>
2116
1cbae532
SM
2117 * processes.texi (Synchronous Processes):
2118 Mention `default-directory' (bug#7515).
0a6dd5e2 2119
b4d3bc10
CY
21202012-04-09 Chong Yidong <cyd@gnu.org>
2121
2122 * customize.texi (Variable Definitions): Remove user-variable-p.
2123
2124 * commands.texi (Interactive Codes):
2125 * help.texi (Accessing Documentation):
2126 * minibuf.texi (High-Level Completion): Callers changed.
2127
ea0ff314
CY
21282012-04-06 Chong Yidong <cyd@gnu.org>
2129
2130 * minibuf.texi (Programmed Completion): Document metadata method.
2131 (Completion Variables): Document completion-category-overrides.
2132
91b65361
CY
21332012-04-05 Chong Yidong <cyd@gnu.org>
2134
2135 * anti.texi (Antinews): Rewrite for Emacs 23.
2136
3d439cd1
CY
21372012-04-04 Chong Yidong <cyd@gnu.org>
2138
321cc491
CY
2139 * minibuf.texi (Programmed Completion): Remove obsolete variable
2140 completion-annotate-function.
1cbae532
SM
2141 (Completion Variables): Rename from Completion Styles.
2142 Document completion-extra-properties. Document completion-styles-alist
321cc491 2143 change.
245d176b
CY
2144 (Reading File Names): minibuffer-local-filename-must-match-map is
2145 not used anymore.
2146 (Minibuffer Completion): Document completing-read-function.
2147 (Completion in Buffers): completion-at-point-functions can return
2148 properties recognized in completion-extra-properties.
321cc491 2149
3d439cd1
CY
2150 * display.texi (Delayed Warnings): New node.
2151
a7972adf
CY
2152 * os.texi (Notifications): Copyedits.
2153
97f4a299
GM
21542012-04-04 Glenn Morris <rgm@gnu.org>
2155
2156 * os.texi (Notifications): Copyedits.
2157
9ff687e1
MA
21582012-04-03 Michael Albinus <michael.albinus@gmx.de>
2159
2160 * os.texi (Terminal-Specific): Fix typo.
2161 (Notifications): New section.
2162
2163 * elisp.texi (Top):
2164 * vol1.texi (Top):
2165 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2166 menu entries.
2167
42ee526b
CY
21682012-04-01 Chong Yidong <cyd@gnu.org>
2169
2170 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2171 file-in-directory-p.
2172
0b021094
GM
21732012-03-31 Glenn Morris <rgm@gnu.org>
2174
2175 * edebug.texi (Instrumenting Macro Calls):
2176 Mention defining macros at instrumentation time.
2177 (Edebug Options): Mention edebug-unwrap-results.
2178
50fe197c
EZ
21792012-03-31 Eli Zaretskii <eliz@gnu.org>
2180
2181 * text.texi (Special Properties): Clarify the description of the
2182 effect of integer values of the 'cursor' property on cursor
2183 position. See the discussions in bug#11068 for more details and
2184 context.
2185
650b6d0b
GM
21862012-03-31 Glenn Morris <rgm@gnu.org>
2187
2188 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2189 Copyedits.
2190
5319014e
CY
21912012-03-30 Chong Yidong <cyd@gnu.org>
2192
2193 * display.texi (Image Formats): Add imagemagick type.
2194 (Image Descriptors): Mention how they are used.
2195 (ImageMagick Images): Clarify role of imagemagick-register-types.
2196 (Character Display): Don't mention glyph tables.
2197 (Display Tables): Use make-glyph-code in example.
2198 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2199 tables are semi-obsolete. De-document create-glyph.
2200 (Glyphless Chars): Note that display tables override this.
2201 (Bidirectional Display): Copyedits. Introduce "bidirectional
2202 reordering" terminology, and use it.
2203
f1224267
GM
22042012-03-30 Glenn Morris <rgm@gnu.org>
2205
2206 * edebug.texi (Jumping): Give name of `i' binding.
2207
d14daa28
GM
22082012-03-28 Glenn Morris <rgm@gnu.org>
2209
2210 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
2211 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
2212 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
2213 (Regexp Special): Mention collation.
2214 Clarify char classes with an example.
fee88ca0
GM
2215 (Regexp Functions): Mention regexp-opt is not guaranteed.
2216 Mention regexp-opt-charset.
2217 (Regexp Search): Recommend against looking-back.
2218 (Search and Replace): Use Texinfo recommended quote convention.
2219 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 2220
dcb6e7b3
MR
22212012-03-27 Martin Rudalics <rudalics@gmx.at>
2222
2223 * windows.texi (Window History): Describe new option
2224 switch-to-visible-buffer.
2225
cf0495f2
GM
22262012-03-27 Glenn Morris <rgm@gnu.org>
2227
4fb9a543
GM
2228 * searching.texi (String Search): Add xref to Emacs manual.
2229 Copyedits. Mention the function word-search-regexp.
2230 (Searching and Case): Add xref to Emacs manual. Copyedits.
2231
9364727b
GM
2232 * processes.texi (Network Servers): Standardize apostrophe usage.
2233
cf0495f2
GM
2234 * os.texi (System Environment): Copyedits. Remove some examples
2235 that do not seem useful. Mention setenv third arg.
2236 tty-erase-char does not seem to be nil under a window-system.
2237 (User Identification): Copyedits.
2238 Remove some examples that do not seem useful.
2239
33da7b16
GM
22402012-03-26 Glenn Morris <rgm@gnu.org>
2241
2242 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2243 (Init File): Copyedits.
2244 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
2245 (Killing Emacs): Copyedits.
2246 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2247 Shorten the example, use more standard shell prompts.
33da7b16 2248
9a69676a
CY
22492012-03-25 Chong Yidong <cyd@gnu.org>
2250
2251 * display.texi (Fringes): Note that fringes are shown on graphical
2252 displays only.
2253 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2254 (Replacing Specs): Clarify example.
2255 (Manipulating Buttons): Note that button-at can return a marker.
2256 (Buttons): Minor rewrite.
2257 (Character Display): New node. Consolidate all character display
2258 related nodes into its subsections.
2259 (Usual Display): Character 127 is also affected by ctl-arrow.
2260 (Display Tables): Improve example.
2261
c8f6ec5c
GM
22622012-03-22 Glenn Morris <rgm@gnu.org>
2263
2264 * strings.texi (Text Comparison): Mention string-prefix-p.
2265
fb5b8aca
CY
22662012-03-21 Chong Yidong <cyd@gnu.org>
2267
2268 * display.texi (The Echo Area): Add xref to Output Streams.
2269 (Displaying Messages): Improve doc of message.
2270 (Echo Area Customization, Invisible Text): Copyedits.
2271 (Invisible Text): Mention that spec comparison is done with eq.
2272 (Width): Improve doc of char-width.
2273 (Faces): Recommend using symbol instead of string for face name.
2274 Minor clarifications.
2275 (Defining Faces): Copyedits. Update face example.
2276 (Attribute Functions): Mark set-face-foreground etc as commands.
1cbae532
SM
2277 (Face Remapping): Mention text-scale-adjust.
2278 Clarify face-remapping-alist and related docs.
fb5b8aca
CY
2279 (Face Functions): Don't document make-face or copy-face.
2280
025de85b
CY
22812012-03-20 Chong Yidong <cyd@gnu.org>
2282
2283 * display.texi (Forcing Redisplay): Various rewrites to reflect
2284 new value of redisplay-dont-pause.
2285 (Truncation): Copyedits.
2286
a5656eae
GM
22872012-03-20 Glenn Morris <rgm@gnu.org>
2288
2289 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2290 Add summary table of some relevant command-line options.
2291
d15aac68
CY
22922012-03-18 Chong Yidong <cyd@gnu.org>
2293
2294 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2295 (Writing Emacs Primitives): Re-organize discussion of functions
2296 with variable Lisp arguments are handled. Delete an obsolete
2297 remark, previously tagged as FIXME.
2298
2299 * os.texi (Idle Timers): Minor clarification.
2300 (Idle Timers): Link to Time of Day for description of time list.
2301
b59af549
GM
23022012-03-18 Glenn Morris <rgm@gnu.org>
2303
2304 * os.texi (System Interface): Flow control was removed.
2305 (Startup Summary): General update.
2306 (Init File): Don't mention compiling it.
2307
986bd52a
CY
23082012-03-17 Chong Yidong <cyd@gnu.org>
2309
2310 * os.texi (Startup Summary): Mention package loading.
2311 (Init File): Don't refer to .emacs in section title. Copyedits.
2312 (Terminal-Specific): Give a realistic example.
2313 (Command-Line Arguments): Reference Entering Emacs instead of
2314 repeating the spiel about not restarting Emacs.
2315 (Time of Day): Discuss time representation at beginning of node.
2316 (Sound Output): Copyedits.
2317
2318 * package.texi (Packaging Basics): Document package-initialize.
2319
f761251a
EZ
23202012-03-17 Eli Zaretskii <eliz@gnu.org>
2321
2322 * frames.texi (Initial Parameters): Add an index entry for
2323 minibuffer-only frame.
2324
da986230
GM
23252012-03-16 Glenn Morris <rgm@gnu.org>
2326
2327 * modes.texi (Major Mode Conventions): Mention the strange
2328 relationship between View mode and special modes. (Bug#10650)
2329
2cc775f9
CY
23302012-03-11 Chong Yidong <cyd@gnu.org>
2331
2332 * windows.texi (Window Configurations): save-window-excursion is
2333 now a macro.
2334
2335 * display.texi (Temporary Displays): with-output-to-temp-buffer is
2336 now a macro.
2337
66c5eebd
CY
2338 * text.texi (Fields): Minor copyedit.
2339
310a820f
EZ
23402012-03-10 Eli Zaretskii <eliz@gnu.org>
2341
83a96c08
EZ
2342 * strings.texi (String Basics):
2343 * sequences.texi (Sequence Functions): Mention that `length' is
2344 not appropriate for computing the string width on display; add a
2345 cross-reference to the description of `string-width'. (Bug#10978)
2346
310a820f
EZ
2347 * eval.texi (Autoloading): Minor change of wording.
2348
83ef8187
CY
23492012-03-10 Chong Yidong <cyd@gnu.org>
2350
bc44be50
CY
2351 * loading.texi (Autoload): Explicitly state which forms are
2352 processed specially (Bug#7783).
2353
83ef8187
CY
2354 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
2355 non-default situation. Describe one-submenu exception (Bug#7695).
2356
2357 * nonascii.texi (Character Properties): Copyedits.
2358
483ab230
CY
23592012-03-08 Chong Yidong <cyd@gnu.org>
2360
2361 * text.texi (Mode-Specific Indent): Document new behavior of
2362 indent-for-tab-command. Document tab-always-indent.
2363 (Special Properties): Copyedits.
2364 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
2365 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
2366 libxml-parse-html-region.
2367
00e84de0
GM
23682012-03-07 Glenn Morris <rgm@gnu.org>
2369
eaa6bc3c
GM
2370 * markers.texi (The Region): Briefly mention use-empty-active-region
2371 and region-active-p.
a9685db7 2372 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 2373 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 2374
67cd45a2
CY
23752012-03-07 Chong Yidong <cyd@gnu.org>
2376
2377 * text.texi (Buffer Contents): Don't duplicate explanation of
2378 region arguments from Text node. Put doc of obsolete var
2379 buffer-substring-filters back, since it is referred to.
2380 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
2381 selection by default.
2382
2383 * markers.texi (The Mark): Fix typo.
2384 (The Region): Copyedits.
2385
2ad80941
GM
23862012-03-07 Glenn Morris <rgm@gnu.org>
2387
2388 * markers.texi (Overview of Markers): Copyedits.
2389 (Creating Markers): Update approximate example buffer size.
2390 (The Mark): Don't mention uninteresting return values.
2391
ef959d3a
CY
23922012-03-05 Chong Yidong <cyd@gnu.org>
2393
2394 * positions.texi (Text Lines): Document count-words.
2395
a08a07e3
CY
23962012-03-04 Chong Yidong <cyd@gnu.org>
2397
2398 * frames.texi (Frames): Remove little-used "terminal frame" and
2399 "window frame" terminology.
2400 (Frame Parameters, Font and Color Parameters, Initial Parameters)
2401 (Size and Position, Visibility of Frames): Callers changed.
2402 (Frames): Clarify which terminals in framep are graphical.
2403 (Initial Parameters): --geometry is not the only option which adds
2404 to initial-frame-alist.
2405 (Position Parameters): Note that icon-left and icon-top are for
2406 old window managers only.
2407 (Size Parameters): Sizes are in characters even on graphical
2408 displays.
2409 (Management Parameters): Note that window-id and outer-window-id
2410 can't really be changed, and that auto-raise isn't always obeyed.
2411 (Cursor Parameters): Document cursor-type explicitly.
2412 (Size and Position): The aliases set-screen-height and
2413 set-screen-width have been deleted.
2414 (Visibility of Frames): Mention "minimization".
2415
2416 * os.texi (Startup Summary): Minor clarifications.
2417 (Startup Summary, Suspending Emacs): Standardize on "text
2418 terminal" terminology.
2419
2420 * windows.texi (Basic Windows, Coordinates and Windows)
2421 (Coordinates and Windows):
2422 * display.texi (Refresh Screen, Line Height, Face Attributes)
2423 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
2424
ea16568d
GM
24252012-03-04 Glenn Morris <rgm@gnu.org>
2426
2427 * abbrevs.texi: Small copyedits throughout.
2428 (Abbrev Mode): Remove this section, folding it into the top-level.
2429 (Abbrev Tables): Don't mention irrelevant return values.
2430 (Abbrev Expansion): Add cross-ref for wrapper hooks.
2431 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
2432 (Abbrev Table Properties): Update nil :regexp description.
2433
b3134b95
GM
24342012-03-03 Glenn Morris <rgm@gnu.org>
2435
520f2425
GM
2436 * internals.texi: Change @appendix section commands to @section.
2437 (Building Emacs): Say less about CANNOT_DUMP platforms.
2438 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 2439 (Pure Storage): Small changes.
01a6dcc8 2440 (Memory Usage): Copyedit.
7d2d7cc0
GM
2441 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
2442 example definitions. Give examples of things with non-nil
2443 interactive args. Mention eval_sub. Remove old info about
2444 strings and GCPRO. Mention cus-start.el.
2445 (Buffer Internals, Window Internals, Process Internals):
2446 Misc small updates and fixes for fields.
520f2425 2447
b3134b95
GM
2448 * tips.texi: Copyedits.
2449 (Coding Conventions): Mention autoloads.
2450 Combine partially duplicated macro items. Fix xref.
2451 Refer to Library Headers for copyright notice.
2452 (Programming Tips): edit-options is long-obsolete.
2453 (Compilation Tips): Mention loading bytecomp for byte-compile props.
2454 (Warning Tips): Mention declare-function.
2455 (Documentation Tips): Remove old info.
2456 (Comment Tips): Mention comment-dwim, not indent-for-comment.
2457 (Library Headers): General update.
2458
2064cc6a
GM
24592012-03-02 Glenn Morris <rgm@gnu.org>
2460
6945faa6
GM
2461 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
2462 and relocate entry. Mention buffer-stale-function.
2463
4186e877
GM
2464 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
2465
2064cc6a
GM
2466 * hooks.texi (Standard Hooks): General update.
2467 Put related hooks together. Add and remove items.
2468 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
2469 * modes.texi (Hooks): Tweak cross-ref description.
2470
7272fbf3
MA
24712012-03-01 Michael Albinus <michael.albinus@gmx.de>
2472
2473 * files.texi (Kinds of Files): The return value of file-equal-p is
2474 unspecified, if FILE1 or FILE2 does not exist.
2475
53a1239b
GM
24762012-03-01 Glenn Morris <rgm@gnu.org>
2477
90db9af9
GM
2478 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
2479
53a1239b
GM
2480 * maps.texi (Standard Keymaps): General update.
2481 Remove mode-specific maps, talk about the more general keymaps.
2482 * help.texi (Help Functions): Add vindex for Helper-help-map.
2483 * keymaps.texi (Active Keymaps): Minor rephrasing.
2484
775b55af
GM
24852012-02-29 Glenn Morris <rgm@gnu.org>
2486
2487 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
2488
96b49301 24892012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2490
7272fbf3 2491 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 2492 Update changed behavior of file-subdir-of-p.
96b49301 2493
1383d930
GM
24942012-02-28 Glenn Morris <rgm@gnu.org>
2495
44e97401
GM
2496 * advice.texi, anti.texi, display.texi, elisp.texi:
2497 * processes.texi, variables.texi, vol1.texi, vol2.texi:
2498 Standardize possessive apostrophe usage.
2499
e3c73f1e
GM
2500 * locals.texi: Remove file.
2501 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
2502 Remove menu entry.
2503 * errors.texi, maps.texi: Adjust node pointers.
2504 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 2505 * makefile.w32-in (srcs):
e3c73f1e
GM
2506 * Makefile.in (srcs): Remove locals.texi.
2507
1383d930
GM
2508 * frames.texi (Mouse Position): Fix cross-ref.
2509
431ee44b
CY
25102012-02-27 Chong Yidong <cyd@gnu.org>
2511
2512 * buffers.texi (Creating Buffers): Clarify that
2513 generate-new-buffer uses generate-new-buffer-names.
2514 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
2515
2516 * files.texi (Directory Names): Index entry for file name abbreviations.
2517 (Relative File Names, File Name Expansion): Refer to it.
2518 (Locating Files): Move locate-user-emacs-file documentation to
2519 Standard File Names.
2520 (Standard File Names): Add locate-user-emacs-file; update examples.
2521
6a11ec9d
MA
25222012-02-26 Michael Albinus <michael.albinus@gmx.de>
2523
2524 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2525
9a4888c0
CY
25262012-02-26 Chong Yidong <cyd@gnu.org>
2527
2528 * files.texi (Kinds of Files): Improve documentation of
2529 files-equal-p and file-subdir-of-p.
2530
f0e751b9
GM
25312012-02-26 Glenn Morris <rgm@gnu.org>
2532
2533 * intro.texi (Acknowledgements): Small changes.
2534
7e05b1ec
GM
25352012-02-25 Glenn Morris <rgm@gnu.org>
2536
2537 * errors.texi: Don't try to list _all_ the error symbols.
2538 Add circular-list, cl-assertion-failed, compression-error.
2539 * elisp.texi, vol1.texi, vol2.texi:
2540 * control.texi (Error Symbols): Tweak "Standard Errors" description.
2541
23453255 25422012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2543
2544 * files.texi (files-equal-p, file-subdir-of-p): New,
2545 add initial documentation.
2546
4963495d
CY
25472012-02-25 Chong Yidong <cyd@gnu.org>
2548
fa74b241
CY
2549 * files.texi (File Attributes): Document file-selinux-context.
2550 (Changing Files): Link to it.
2551 (Changing Files): Document set-file-selinux-context.
2552
2553 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
2554 changed. Mention default value of backup-directory-alist.
2555 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
2556 (Auto-Saving): New minor mode behavior for auto-save-mode.
2557 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 2558
4963495d
CY
2559 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
2560
4bb82fa8
GM
25612012-02-24 Glenn Morris <rgm@gnu.org>
2562
2563 * errors.texi (Standard Errors): Mention dbus-error.
2564 For arith-error sub-classes, just use one cross-ref.
2565
2cb228f7
AM
25662012-02-23 Alan Mackenzie <acm@muc.de>
2567
2568 * modes.texi (Defining Minor Modes): Document the new keyword
2569 :after-hook.
2570
a59225b1
CY
25712012-02-21 Chong Yidong <cyd@gnu.org>
2572
2573 * files.texi (Files): Mention magic file names as arguments.
2574 (Reading from Files): Copyedits.
2575 (File Attributes): Mention how to change file modes.
2576 (Changing Files): Use standard "file permissions" terminology.
2577 Add xref to File Attributes node.
2578 (Locating Files): Document locate-user-emacs-file.
2579 (Unique File Names): Recommend against using make-temp-name.
2580
8376d7c2
CY
25812012-02-19 Chong Yidong <cyd@gnu.org>
2582
2583 * help.texi (Documentation, Documentation Basics, Help Functions):
2584 Minor clarifications.
2585 (Accessing Documentation): Clarify what documentation-property is
2586 for. Add xref to Keys in Documentation.
2587
2588 * tips.texi (Documentation Tips): Don't recommend using * in
2589 docstrings.
2590
2591 * macros.texi (Defining Macros):
2592 * modes.texi (Derived Modes): Say "documentation string" instead
2593 of docstring.
2594
82233bea
CY
25952012-02-18 Chong Yidong <cyd@gnu.org>
2596
2597 * modes.texi (Tabulated List Mode): New node.
2598 (Basic Major Modes): Add xref to it.
2599
2600 * processes.texi (Process Information): Mention Process Menu mode.
2601
7b926f3f
CY
26022012-02-17 Chong Yidong <cyd@gnu.org>
2603
2604 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
2605
0fd2c9a3
GM
26062012-02-17 Glenn Morris <rgm@gnu.org>
2607
2608 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
2609
f700caa3
CY
26102012-02-16 Chong Yidong <cyd@gnu.org>
2611
4230351b
CY
2612 * syntax.texi (Syntax Tables, Syntax Descriptors)
2613 (Syntax Table Functions): Copyedits.
2614 (Syntax Basics): Don't repeat the material in the preceding node.
2615 (Syntax Class Table): Use a table.
2616 (Syntax Properties): Document syntax-propertize-function and
2617 syntax-propertize-extend-region-functions.
2618 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1cbae532
SM
2619 (Parser State): Update for the new "c" comment style.
2620 Fix description of item 7 (comment style).
4230351b 2621
f700caa3
CY
2622 * modes.texi (Minor Modes): Update how mode commands should treat
2623 arguments now.
2624 (Mode Line Basics): Clarify force-mode-line-update.
2625 (Mode Line Top): Note that the example is not realistic.
2626 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
2627 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
2628 "mode line construct" instead of "mode line specification".
2629 (Syntactic Font Lock): Remove mention of obsolete variable
2630 font-lock-syntactic-keywords.
2631 (Setting Syntax Properties): Node deleted.
2632 (Font Lock Mode): Note that Font Lock mode is a minor mode.
2633 (Font Lock Basics): Note that syntactic fontification falls back
2634 on `syntax-table'.
2635 (Search-based Fontification): Emphasize that font-lock-keywords
2636 should not be set directly.
2637 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
2638 (Syntactic Font Lock): Minor clarifications. Add xref to
2639 Syntactic Font Lock node.
f700caa3 2640
60236b0d
CY
26412012-02-15 Chong Yidong <cyd@gnu.org>
2642
2643 * minibuf.texi (Basic Completion): Define "completion table".
2644 Move completion-in-region to Completion in Buffers node.
2645 (Completion Commands): Use "completion table" terminology.
2646 (Completion in Buffers): New node.
2647
2648 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
2649 (Setting Hooks): Update minor mode usage example.
2650 (Major Mode Conventions): Note that completion-at-point-functions
2651 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
2652 Remove duplicate tip about auto-mode-alist.
2653 (Minor Modes): Rewrite introduction.
2654 (Minor Mode Conventions): Copyedits. Don't recommend
2655 variable-only minor modes since few minor modes are like that.
60236b0d 2656
d7dbb11a
GM
26572012-02-15 Glenn Morris <rgm@gnu.org>
2658
2659 * processes.texi (Network): Document open-network-stream :parameters.
2660
3d8badf4
CY
26612012-02-14 Chong Yidong <cyd@gnu.org>
2662
2663 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
2664 was removed on 2009-09-10. Update lisp-mode-map example.
2665 (Inheritance and Keymaps): Minor clarification.
2666 (Searching Keymaps): Remove out-of-place enumeration.
2667 (Key Lookup): Remove unnecessary example (one was already given in
2668 Format of Keymaps).
2669 (Changing Key Bindings): Update suppress-keymap example.
2670 (Menu Bar, Tool Bar): Copyedits.
2671 (Tool Bar): Update tool-bar-map example.
2672
faccede1
CY
26732012-02-12 Chong Yidong <cyd@gnu.org>
2674
2675 * debugging.texi (Debugger Commands): Continuing is now allowed
2676 for errors.
2677
355cabc6
CY
26782012-02-11 Chong Yidong <cyd@gnu.org>
2679
d860baa0
CY
2680 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
2681 Move the list of standard bitmaps there.
2682 (Fringe Cursors): Rewrite for clarity.
2683 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
2684
34106abe
CY
2685 * commands.texi (Command Overview): Mention read-key.
2686 (Using Interactive, Interactive Call): Minor clarifications.
2687 (Function Keys, Click Events): Avoid "input stream" terminology.
2688 (Click Events): Add xref to Window Sizes and Accessing Mouse.
2689 Clarify column and row components.
2690 (Accessing Mouse): Add xref to Click Events. Minor fixes.
2691 (Special Events): Copyedits.
2692
2693 * streams.texi (Input Streams): De-document get-file-char.
2694 (Output Variables): Don't refer to old backquote syntax.
2695
355cabc6
CY
2696 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
2697 (Error Debugging): Note that debug-ignored-errors overrides list
1cbae532
SM
2698 values of debug-on-error too. Add xref to Signaling Errors.
2699 Note that debug-on-signal is not customizable.
2700 Mention condition-case-unless-debug.
355cabc6
CY
2701 (Compilation Errors): Node deleted.
2702
2703 * compile.texi (Compiler Errors): Move a paragraph here from
2704 deleted node Compilation Errors.
2705
1be3ca5a
LL
27062012-02-10 Leo Liu <sdl.web@gmail.com>
2707
2708 * control.texi (Handling Errors): Change condition-case-no-debug
2709 to condition-case-unless-debug.
2710
25dec365
CY
27112012-02-10 Chong Yidong <cyd@gnu.org>
2712
2713 * advice.texi (Defining Advice): Clarify ad-unadvise.
2714 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
2715 is not abnormal.
2716 (Advising Primitives): Node deleted; ad-define-subr-args has been
2717 removed.
2718
2719 * compile.texi (Speed of Byte-Code): Use float-time in example.
2720 (Compilation Functions): Note that the log uses Compilation mode.
2721 Don't discuss the contents of byte-code function object here.
2722 (Compilation Functions): De-document internal function byte-code.
2723 (Docs and Compilation): Minor clarifications.
2724
2725 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
2726 Objects.
2727
5f5e4ea1
GM
27282012-02-10 Glenn Morris <rgm@gnu.org>
2729
2730 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
2731 Mention secure-hash.
2732 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
2733
6c1e4b46
CY
27342012-02-10 Chong Yidong <cyd@gnu.org>
2735
2736 * loading.texi (Loading): Don't emphasize "library" terminology.
2737 (Library Search): load-path is not a user option. Mention role of
2738 -L option and packages. Improve examples.
2739 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
2740 obsolete.
2741 (Autoload): Minor clarifications.
2742
72ca698c
GM
27432012-02-10 Glenn Morris <rgm@gnu.org>
2744
b011fbfe
GM
2745 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
2746
72ca698c
GM
2747 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
2748
14a1f380
GM
27492012-02-08 Glenn Morris <rgm@gnu.org>
2750
2751 * loading.texi (Named Features): Update the require example.
2752
60d47423
GM
27532012-02-07 Glenn Morris <rgm@gnu.org>
2754
2755 * modes.texi (Defining Minor Modes):
2756 Expand on args of defined minor modes.
2757
0992bd9c
CY
27582012-02-07 Chong Yidong <cyd@gnu.org>
2759
2760 * variables.texi (Creating Buffer-Local): Minor clarification
2761 to buffer-local-variables doc (Bug#10715).
2762
af008560
GM
27632012-02-07 Glenn Morris <rgm@gnu.org>
2764
e80e1825 2765 * display.texi (ImageMagick Images): General update.
af008560
GM
2766 Move most details of imagemagick-render-type to the variable's doc.
2767
866c1d22
GM
27682012-02-06 Glenn Morris <rgm@gnu.org>
2769
f7c9199f 2770 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
2771 (Inheritance and Keymaps):
2772 Mention make-composed-keymap and multiple inheritance.
f7c9199f 2773
e7bc51d0
GM
2774 * modes.texi (Running Hooks): Mention run-hook-wrapped.
2775
866c1d22
GM
2776 * control.texi (Handling Errors):
2777 Mention condition-case-no-debug and with-demoted-errors.
2778
03988c98
CY
27792012-02-05 Chong Yidong <cyd@gnu.org>
2780
2781 * customize.texi (Common Keywords): Minor clarifications.
2782 Document custom-unlispify-remove-prefixes.
2783 (Variable Definitions): Backquotes in defcustom seem to work fine
2784 now. Various other copyedits.
e1161b06
CY
2785 (Simple Types): Copyedits. Document color selector.
2786 (Composite Types): Copyedits.
2787 (Splicing into Lists): Clarifications.
03988c98
CY
2788
2789 * eval.texi (Backquote): Move from macros.texi.
2790
2791 * macros.texi (Expansion): Minor clarification.
2792 (Backquote): Move node to eval.texi.
2793 (Defining Macros): Move an example from Backquote node.
2794 (Argument Evaluation): No need to mention Pascal.
2795 (Indenting Macros): Add xref to Defining Macros.
2796
649f602c
GM
27972012-02-05 Glenn Morris <rgm@gnu.org>
2798
2799 * debugging.texi (Error Debugging): Mention debug-on-event default.
2800
34c99998
GM
28012012-02-04 Glenn Morris <rgm@gnu.org>
2802
8f05da42
GM
2803 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
2804
7aa5aad8
GM
2805 * debugging.texi (Error Debugging): Mention debug-on-event.
2806 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
2807
c7291ad9
GM
2808 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
2809
34c99998
GM
2810 * text.texi (Buffer Contents):
2811 Update filter-buffer-substring description.
2812
735cc5ca
CY
28132012-02-04 Chong Yidong <cyd@gnu.org>
2814
6e911150
SM
2815 * functions.texi (What Is a Function): Add closures.
2816 Mention "return value" terminology. Add xref for command-execute.
1cbae532 2817 Remove unused "keystroke command" terminology.
735cc5ca
CY
2818 (Lambda Expressions): Give a different example than in the
2819 following subsection. Add xref to Anonymous Functions.
2820 (Function Documentation): Remove gratuitous markup.
2821 (Function Names): Move introductory text to `What Is a Function'.
2822 (Defining Functions): Fix defun argument spec.
1cbae532
SM
2823 (Anonymous Functions): Document lambda macro explicitly.
2824 Mention effects on lexical binding.
735cc5ca
CY
2825 (Function Cells): Downplay direct usage of fset.
2826 (Closures): New node.
2827 (Inline Functions): Remove "open-code" terminology.
2828 (Declaring Functions): Minor tweak; .m is not C code.
2829
2830 * variables.texi (Variables): Don't refer to "global value".
2831 (Local Variables, Void Variables): Copyedits.
2832 (Lexical Binding): Minor clarification of example.
2833 (File Local Variables): Mention :safe and :risky defcustom args.
2834 (Lexical Binding): Add xref to Closures node.
2835
94bc7984
GM
28362012-02-04 Glenn Morris <rgm@gnu.org>
2837
2838 * minibuf.texi (High-Level Completion): Updates for read-color.
2839
4f5a10ef
GM
28402012-02-03 Glenn Morris <rgm@gnu.org>
2841
eea14f31
GM
2842 * display.texi (GIF Images): Mention animation.
2843 Remove commented-out old example of animation.
2844 (Animated Images): New subsection.
2845 * elisp.texi (Top):
2846 * vol1.texi (Top):
2847 * vol2.texi (Top): Add Animated Images menu entry.
2848
4f5a10ef
GM
2849 * display.texi (Image Formats): Remove oddly specific information
2850 on versions of image libraries.
204e728d 2851 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 2852
12f381b7
GM
28532012-02-02 Glenn Morris <rgm@gnu.org>
2854
1b9f60cc
GM
2855 * processes.texi (Synchronous Processes):
2856 Mention call-process's :file gets overwritten.
2857
7e2734bc
GM
2858 * commands.texi (Reading One Event):
2859 * help.texi (Help Functions): Document read-char-choice.
2860
f58b9822
GM
2861 * hooks.texi (Standard Hooks):
2862 * modes.texi (Keymaps and Minor Modes):
2863 * text.texi (Commands for Insertion): Document post-self-insert-hook.
2864
2865 * hooks.texi (Standard Hooks): Add prog-mode-hook.
2866
12f381b7
GM
2867 * hooks.texi (Standard Hooks):
2868 * modes.texi (Major Mode Conventions, Mode Hooks):
2869 Document change-major-mode-after-body-hook.
2870
7a9a2fc6
GM
28712012-02-01 Glenn Morris <rgm@gnu.org>
2872
2873 * modes.texi (Defining Minor Modes):
2874 Mention disabling global minor modes on a per-major-mode basis.
2875
a037c171
CY
28762012-01-31 Chong Yidong <cyd@gnu.org>
2877
2878 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
2879 (Parser State): Remove unnecessary statement (Bug#10661).
2880
2881 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
2882
56afad3a
GM
28832012-01-31 Glenn Morris <rgm@gnu.org>
2884
2885 * modes.texi (Defining Minor Modes):
2886 Document define-minor-mode's new :variable keyword.
2887
0f29fa41
CY
28882012-01-29 Chong Yidong <cyd@gnu.org>
2889
837a390a
CY
2890 * syntax.texi (Syntax Class Table): Tweak description of newline
2891 char syntax (Bug#9619).
2892
0f29fa41
CY
2893 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
2894 description (Bug#10189).
2895
182148ee
GM
28962012-01-29 Glenn Morris <rgm@gnu.org>
2897
a49ca6b9
GM
2898 * files.texi (Changing Files): Document SELinux support.
2899
182148ee
GM
2900 * windows.texi (Window Sizes): Fix typo.
2901
9962192e
CY
29022012-01-28 Chong Yidong <cyd@gnu.org>
2903
8c6e1920
CY
2904 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
2905 doc (Bug#8568).
2906
9583ec59
CY
2907 * frames.texi (Input Focus): Add NORECORD arg to
2908 select-frame-set-input-focus. Clarify its role in select-frame.
2909
10256988
CY
2910 * text.texi (Transposition): We don't use transpose-region as an
2911 internal subroutine (Bug#3249).
2912
9962192e
CY
2913 * modes.texi (Example Major Modes): Update Lisp example code to
2914 current sources. Delete the old non-derived-major-mode example,
2915 which has diverged badly from current sources.
2916
2aa43abb
GM
29172012-01-27 Glenn Morris <rgm@gnu.org>
2918
2919 * makefile.w32-in (texinputdir): Fix (presumed) typo.
2920 (VERSION, manual): Remove, unused.
2921
9f40220d
CY
29222012-01-27 Chong Yidong <cyd@gnu.org>
2923
2924 * commands.texi (Command Overview): Minor clarification (Bug#10384).
2925
acc28cb9
CY
29262012-01-26 Chong Yidong <cyd@gnu.org>
2927
2928 * searching.texi (String Search): Document negative repeat count
2929 (Bug#10507).
2930
48da7392
GM
29312012-01-26 Glenn Morris <rgm@gnu.org>
2932
2933 * variables.texi (Using Lexical Binding):
2934 Mention that lexical-binding should be set in the first line.
2935
69b0acb9
LI
29362012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2937
2938 * macros.texi (Defining Macros): Don't claim that `declare' only
2939 affects Edebug and indentation.
2940
543757a8
LI
29412012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2942
2943 * macros.texi (Defining Macros): Slight `declare' fixup.
2944
450e3cae
GM
29452012-01-25 Glenn Morris <rgm@gnu.org>
2946
24189ce0 2947 * makefile.w32-in (texinputdir):
450e3cae
GM
2948 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
2949
1021c761
CY
29502012-01-24 Chong Yidong <cyd@gnu.org>
2951
2952 * variables.texi (Variables, Local Variables, Void Variables):
2953 Edit to make the descriptions less specific to dynamic binding.
2954 (Local Variables): Default max-specpdl-size is now 1300.
1cbae532
SM
2955 (Defining Variables): Edits for lexical scoping.
2956 Delete information about starting docstrings with *. De-document
1021c761
CY
2957 user-variable-p.
2958 (Tips for Defining): Remove an unimportant discussion of quitting
2959 in the middle of a load.
2960 (Accessing Variables, Setting Variables): Discuss lexical binding.
2961 (Variable Scoping): Rewrite.
2962 (Scope, Extent, Impl of Scope): Nodes deleted.
2963 (Dynamic Binding): New node, with material from Scope, Extent, and
2964 Impl of Scope nodes.
2965 (Dynamic Binding Tips): Rename from Using Scoping.
2966 (Lexical Binding): Rewrite.
2967 (Using Lexical Binding): Rename from Converting to Lexical
2968 Binding. Convert to subsection.
2969
2970 * customize.texi (Variable Definitions): Add custom-variable-p.
2971 Move user-variable-p documentation here.
2972
31cbea1d
CY
29732012-01-23 Chong Yidong <cyd@gnu.org>
2974
2975 * strings.texi (Text Comparison): Minor qualification.
2976
2977 * lists.texi (Cons Cells): Copyedits.
2978 (List Elements): Mention push.
2979 (List Variables): Mention pop.
2980 (Rings): Move to sequences.texi.
2981
2982 * sequences.texi (Sequence Functions): Don't repeat the
2983 introduction already given in the parent.
2984 (Vectors): Copyedits.
2985 (Rings): Move from lists.texi. Note that this is specific to the
2986 ring package.
2987
2988 * symbols.texi (Definitions, Symbol Components): Mention variable
2989 scoping issues.
2990 (Plists and Alists): Copyedits.
2991
2992 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
2993 correctness with lexical scoping.
2994 (Eval): Copyedits.
2995
fead402d
CY
29962012-01-21 Chong Yidong <cyd@gnu.org>
2997
2998 * intro.texi (A Sample Function Description): Special notation
2999 used for macros too.
3000
3001 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3002 (Symbol Type): Add xref for keyword symbols.
3003 (Sequence Type): Clarify differences between sequence types.
3004 (Cons Cell Type): Add "linked list" index entry.
3005 (Non-ASCII in Strings): Copyedits.
3006 (Equality Predicates): Symbols with same name need not be eq.
3007
3008 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3009 ldexp. Move float-e and float-pi to Math Functions node.
3010
61086eb6
GM
30112012-01-21 Glenn Morris <rgm@gnu.org>
3012
3013 * modes.texi (Auto Major Mode):
3014 * variables.texi (File Local Variables):
3015 Mention inhibit-local-variables-regexps.
3016
34a02f46
MR
30172012-01-19 Martin Rudalics <rudalics@gmx.at>
3018
3019 * windows.texi (Window Configurations): Rewrite references to
3020 persistent window parameters.
3021 (Window Parameters): Fix description of persistent window
3022 parameters.
3023
f5064cae
JB
30242012-01-16 Juanma Barranquero <lekktu@gmail.com>
3025
3026 * windows.texi (Window Parameters): Use @pxref.
3027
6a6ee00d
MR
30282012-01-16 Martin Rudalics <rudalics@gmx.at>
3029
3030 * windows.texi (Window Configurations, Window Parameters):
3031 Describe persistent window parameters.
3032
9ca4c014
SM
30332011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3034
3035 * variables.texi (Creating Buffer-Local): Warn against misuses of
3036 make-variable-buffer-local (bug#10258).
3037
d027f83d
LMI
30382012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3039
3040 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3041
89bd9ccd
CY
30422012-01-06 Chong Yidong <cyd@gnu.org>
3043
1cbae532
SM
3044 * variables.texi (Directory Local Variables):
3045 Document hack-dir-local-variables-non-file-buffer.
89bd9ccd 3046
c869783d
GM
30472012-01-06 Glenn Morris <rgm@gnu.org>
3048
3049 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3050 rather than by keybinding.
3051
2cae5ba4
JB
30522011-12-29 Juanma Barranquero <lekktu@gmail.com>
3053
3054 * frames.texi (Font and Color Parameters): Add @pxref.
3055
43da4d08
DC
30562011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3057
3058 * frames.texi (Font and Color Parameters):
3059 Document w32 font backends (bug#10399).
3060
8d80ef01
PE
30612011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3062
3063 * files.texi (File Attributes, Changing Files):
3064 Use a more-natural notation for octal numbers.
3065
9022ae07
JB
30662011-12-23 Juanma Barranquero <lekktu@gmail.com>
3067
3068 * variables.texi (Variables with Restricted Values):
3069 Change reference to variable (bug#10354).
3070
454592a6
MR
30712011-12-13 Martin Rudalics <rudalics@gmx.at>
3072
3073 * windows.texi (Splitting Windows): Use t instead of non-nil
3074 when describing window-combination-resize.
3075
a7cdbfce
SM
30762011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3077
3078 * text.texi (Special Properties): Warn against `intangible' properties
3079 (bug#10222).
3080
a3dcc84e
EZ
30812011-11-26 Eli Zaretskii <eliz@gnu.org>
3082
579ebf8f
EZ
3083 * display.texi (Truncation):
3084 * text.texi (Special Properties): Describe what a stretch-glyph is
3085 instead of using that term without explanation. Make the
3086 cross-references more accurate.
3087
a3dcc84e
EZ
3088 * display.texi (Usual Display): Update the description,
3089 cross-references, and indexing related to display of control
3090 characters and raw bytes.
3091
94af99a4
MR
30922011-11-25 Martin Rudalics <rudalics@gmx.at>
3093
3094 * windows.texi (Splitting Windows): Fix description of
3095 window-combination-limit. Suggested by Eli Zaretskii.
3096
1c3d7a13
CY
30972011-11-23 Chong Yidong <cyd@gnu.org>
3098
3099 * windows.texi (Window Sizes): Move window-top-line,
3100 window-left-column, and window-*-pixel-edges to Coordinates and
3101 Windows node.
3102 (Coordinates and Windows): Restore window-edges doc.
3103
90151a1e
MR
31042011-11-21 Martin Rudalics <rudalics@gmx.at>
3105
a7cdbfce
SM
3106 * windows.texi (Windows and Frames, Splitting Windows):
3107 Fix typos.
90151a1e 3108
a9b9b7f5
CY
31092011-11-21 Chong Yidong <cyd@gnu.org>
3110
3111 * windows.texi (Splitting Windows): Fix error in documentation of
3112 window-combination-limit.
3113 (Cyclic Window Ordering): Minor fixes to next-window,
3114 one-window-p, and get-lru-window docs. Don't document
3115 window-list-1.
3116 (Buffers and Windows): Copyedits.
3117 (Choosing Window): Document special handling of special-display-*.
3118 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
3119 Don't document even-window-heights, which is going away.
3120 Clarify which options are obeyed by which action functions.
a9b9b7f5 3121
f4e90db0
SM
31222011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3123
3124 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3125
d2999b1a
MR
31262011-11-20 Martin Rudalics <rudalics@gmx.at>
3127
f4e90db0
SM
3128 * windows.texi (Resizing Windows, Splitting Windows):
3129 Remove term "status" when talking about combination limits.
d2999b1a 3130
cd1181db
JB
31312011-11-20 Juanma Barranquero <lekktu@gmail.com>
3132
3133 * compile.texi (Compiler Errors):
3134 * help.texi (Help Functions): Fix typos.
3135
7bf54975
CY
31362011-11-19 Chong Yidong <cyd@gnu.org>
3137
3138 * windows.texi (Splitting Windows): Clarify role of window
3139 parameters in split-window. Shorten the example.
f4e90db0
SM
3140 (Deleting Windows): Rewrite intro to handle internal windows.
3141 Fix delete-windows-on doc.
7bf54975
CY
3142 (Selecting Windows): Copyedits.
3143
a0c2d0ae
MR
31442011-11-17 Martin Rudalics <rudalics@gmx.at>
3145
3146 * windows.texi (Resizing Windows, Splitting Windows)
3147 (Deleting Windows): Use term window-combination-resize instead
3148 of window-splits.
3149
b6f67890
MR
31502011-11-16 Martin Rudalics <rudalics@gmx.at>
3151
f4e90db0
SM
3152 * windows.texi (Resizing Windows, Splitting Windows):
3153 Rename occurrences of window-nest to window-combination-limit.
b6f67890 3154
0b381c7e
JB
31552011-11-14 Juanma Barranquero <lekktu@gmail.com>
3156
3157 * intro.texi (Lisp History): Fix typo.
3158
89d61221
MR
31592011-11-12 Martin Rudalics <rudalics@gmx.at>
3160
f4e90db0
SM
3161 * windows.texi (Splitting Windows, Deleting Windows):
3162 Remove references to splits status of windows.
89d61221 3163
b2621720
GM
31642011-11-10 Glenn Morris <rgm@gnu.org>
3165
3166 * buffers.texi (Read Only Buffers): Expand a bit on why
3167 toggle-read-only should only be used interactively. (Bug#7292)
3168
d2ad7ee1
CY
31692011-11-09 Chong Yidong <cyd@gnu.org>
3170
3171 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 3172 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
3173 window-inside-absolute-pixel-edges.
3174 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3175 non-full-width windows.
3176
2cffd681
MR
31772011-11-09 Martin Rudalics <rudalics@gmx.at>
3178
3179 * windows.texi (Resizing Windows): Rewrite documentation of
3180 window-resizable.
3181
f6f6d7e7
CY
31822011-11-09 Chong Yidong <cyd@gnu.org>
3183
3184 * windows.texi (Splitting Windows): Simplify example.
3185
a79db6e0
CY
31862011-11-08 Chong Yidong <cyd@gnu.org>
3187
3188 * windows.texi (Window Sizes): Copyedits. Document
3189 window-text-height. Remove window-min-height and window-min-width
3190 discussion, referring instead to Emacs manual.
3191 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
3192 (Resizing Windows): Simplify introduction. Don't document
3193 enlarge-window, shrink-window, enlarge-window-horizontally, and
3194 shrink-window-horizontally; they are no longer preferred for
3195 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 3196
441950c7
GM
31972011-11-07 Glenn Morris <rgm@gnu.org>
3198
3199 * windows.texi (Choosing Window): Fix keybinding typo.
3200
be7f5545
MR
32012011-11-07 Martin Rudalics <rudalics@gmx.at>
3202
3203 * windows.texi (Resizing Windows, Splitting Windows)
3204 (Window Configurations): Use "child window" instead of
3205 "subwindow".
3206
291d142b
CY
32072011-11-06 Chong Yidong <cyd@gnu.org>
3208
3209 * windows.texi (Basic Windows): Clarify various definitions.
3210 Treat window-normalize-* as internal; don't document them.
3211 (Windows and Frames): Various clarifications, e.g. non-live
3212 windows also belong to frames. Fix window-list description.
3213 Simplify window nesting example.
f4e90db0
SM
3214 (Splitting Windows, Window Configurations):
3215 Use split-window-below.
291d142b 3216
89bd5ee1
EZ
32172011-11-04 Eli Zaretskii <eliz@gnu.org>
3218
3219 * windows.texi (Window Sizes): Mention in the doc string that the
3220 return values of `window-body-height' and `window-body-width' are
3221 in frame's canonical units. (Bug#9949)
3222
3d8daefe
MR
32232011-10-30 Martin Rudalics <rudalics@gmx.at>
3224
3225 * windows.texi (Windows and Frames): Remove "iso-" infix from
3226 documentation of window-iso-combined-p.
3227
60754666
CY
32282011-10-26 Chong Yidong <cyd@gnu.org>
3229
3230 * modes.texi (Running Hooks): Document with-wrapper-hook.
3231
d366bd53
CY
32322011-10-18 Chong Yidong <cyd@gnu.org>
3233
3234 * display.texi (Glyphless Chars): New node.
3235
50b063c3
CY
32362011-10-13 Chong Yidong <cyd@stupidchicken.com>
3237
3238 * text.texi (Yanking): Document yank-excluded-properties.
3239
3240 * package.texi (Packaging Basics): The commentary should say how
3241 to begin using the package.
3242
c72063fa
MR
32432011-10-11 Martin Rudalics <rudalics@gmx.at>
3244
3245 * windows.texi (Deleting Windows): Mention which window gets
3246 selected when deleting the selected window.
3247
d83dc65b
MR
32482011-10-09 Martin Rudalics <rudalics@gmx.at>
3249
3250 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3251 with the selected window.
3252 * windows.texi (Buffers and Windows): Reformulate text on how
3253 replace-buffer-in-windows deals with a window.
3254 (Quitting Windows): Describe how quit-window deals with a
3255 standalone frame. Describe new option frame-auto-hide-function.
3256
c599682c
GM
32572011-10-08 Glenn Morris <rgm@gnu.org>
3258
48bca619
GM
3259 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3260
c599682c
GM
3261 * positions.texi (Excursions): Update warning message.
3262
969aa734
CY
32632011-10-05 Chong Yidong <cyd@stupidchicken.com>
3264
f4e90db0
SM
3265 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3266 Fix Emacs manual xref (Bug#9675).
969aa734 3267
550f41cd
CY
32682011-10-01 Chong Yidong <cyd@stupidchicken.com>
3269
3270 * windows.texi (Textual Scrolling): Document scroll-up-command,
3271 scroll-down-command, scroll-error-top-bottom, and the
3272 scroll-command symbol property.
717a1362
CY
3273 (Display Action Functions): Fix description of
3274 display-buffer-pop-up-window.
550f41cd 3275
a239d4e9
JB
32762011-09-28 Juanma Barranquero <lekktu@gmail.com>
3277
3278 * windows.texi (Splitting Windows): Fix typos.
3279
590c056d
MR
32802011-09-25 Martin Rudalics <rudalics@gmx.at>
3281
3282 * windows.texi (Windows and Frames, Display Action Functions)
3283 (Switching Buffers): Fix some typos.
3284 (Buffers and Windows): Remove reference to window-auto-delete.
3285 Reword description of replace-buffer-in-windows.
3286 (Window History): Fix some typos and refer to frame local buffer
3287 list.
c419f5cb
MR
3288 (Quitting Windows): New node.
3289 (Window Configurations): Add descriptions of window-state-get
3290 and window-state-put.
3291 (Window Parameters): Describe variable ignore-window-parameters.
3292 Sketch some window parameters currently in use.
3293 * elisp.texi (Top): Update node listing.
590c056d 3294
9ec20d36
CY
32952011-09-25 Chong Yidong <cyd@stupidchicken.com>
3296
3297 * windows.texi (Display Action Functions)
3298 (Choosing Window Options): New nodes.
3299
0e406a72
CY
33002011-09-24 Chong Yidong <cyd@stupidchicken.com>
3301
3302 * windows.texi (Window History): New node. Move text here from
3303 Buffers and Windows.
3304 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
3305 don't document display-buffer here; callers changed.
3306 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
3307 switch-to-buffer-other-frame. Delete duplicate
3308 replace-buffer-in-windows doc.
3309 (Choosing Window): Document display actions.
3310
6bf7006f
EZ
33112011-09-24 Eli Zaretskii <eliz@gnu.org>
3312
3313 * display.texi (Forcing Redisplay): Update the description of
3314 redisplay-dont-pause due to change in the default value.
3315
b33b68a3
MR
33162011-09-23 Martin Rudalics <rudalics@gmx.at>
3317
3318 * frames.texi (Frames and Windows): Move section and rename to
3319 Windows and Frames in windows.texi.
3320 * windows.texi (Windows): Restructure.
3321 (Basic Windows): Rewrite. Explain live and internal windows and
3322 normalization functions.
3323 (Windows and Frames): Move section here from frames.texi.
3324 Describe subwindows, window combinations, window tree, and
3325 corresponding functions including window-list here.
3326 (Window Sizes): Rename section from Size of Window and move it
3327 up in chapter. Describe total and body sizes and the
3328 corresponding functions. Explain new semantics of
3329 window-min-height/-width.
3330 (Resizing Windows): Move section up in chapter. Describe new
3331 resize functions.
3332 (Splitting Windows): Describe new behavior of split-window,
3333 split-window-above-each-other and split-window-side-by-side.
3334 Provide examples. Describe window-nest and window-splits
3335 options.
3336 (Deleting Windows): Minor rewrite.
f4e90db0
SM
3337 (Selecting Windows): Minor rewrite.
3338 Describe frame-selected-window and set-frame-selected-window here.
3339 (Cyclic Window Ordering): Minor rewrite.
3340 Describe window-list-1.
b33b68a3
MR
3341 (Buffers and Windows): Rewrite. Explain a window's previous and
3342 next buffers and the corresponding functions.
c4682d18 3343 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
3344 * elisp.texi (Top): Update node listings for frames and windows
3345 sections.
3346
4d3786ac
SM
33472011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3348
3349 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
3350
713df35b
LMI
33512011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3352
3353 * errors.texi (Standard Errors): Remove apparent placeholder text
3354 (bug#9491).
3355
33ed493b
CY
33562011-09-18 Chong Yidong <cyd@stupidchicken.com>
3357
3358 * frames.texi (Management Parameters): Fix description of
3359 icon-type parameter.
3360
b8f0a954
CY
33612011-09-17 Chong Yidong <cyd@stupidchicken.com>
3362
3363 * tips.texi (Key Binding Conventions): Don't bind a key sequence
3364 ending in C-g. Suggested by Edward O'Connor.
3365
eddf142c
EZ
33662011-09-17 Eli Zaretskii <eliz@gnu.org>
3367
3368 * numbers.texi (Integer Basics): Add indexing for
3369 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
3370
d8e213eb 33712011-09-14 Dani Moncayo <dmoncayo@gmail.com>
bf1af6c7
DM
3372
3373 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
3374
cec2eab8
JB
33752011-09-11 Juanma Barranquero <lekktu@gmail.com>
3376
3377 * processes.texi (Network Servers): Clarify what the process
3378 buffer is used for (bug#9233).
3379
d8e213eb 33802011-08-30 Dani Moncayo <dmoncayo@gmail.com>
1f403cb9
DM
3381
3382 * lists.texi (Building Lists): Fix typo.
3383
35137ed3
CY
33842011-08-30 Chong Yidong <cyd@stupidchicken.com>
3385
3386 * display.texi (Basic Faces): New node. Document new faces.
3387
3388 * modes.texi (Major Mode Conventions): Move some text there.
3389 (Mode Help): Remove major-mode var, duplicated in Major Modes.
3390
3fd50d5c
CY
33912011-08-29 Chong Yidong <cyd@stupidchicken.com>
3392
3393 * modes.texi (Basic Major Modes): New node. Callers updated.
3394 (Major Modes): Document fundamental-mode and major-mode.
3395 (Major Mode Basics): Node deleted; text moved to Major Modes.
3396 (Derived Modes): Document derived-mode-p.
3397
ddb54206
CY
33982011-08-28 Chong Yidong <cyd@stupidchicken.com>
3399
a6326082
CY
3400 * files.texi (Changing Files, Create/Delete Dirs): Document new
3401 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
3402 (Visiting Functions): Remove view-file; it is documented in the
3403 Emacs manual.
04e2ce72 3404
ddb54206
CY
3405 * frames.texi (Layout Parameters): The defaults for the
3406 menu-bar-lines and tool-bar-lines parameters depend on the mode.
3407
3408 * display.texi (Progress): Document spinner functionality.
3409
3410 * os.texi (Killing Emacs): Note that kill-emacs can be called by
3411 operating system signals. Refer to save-buffers-kill-terminal
3412 instead of save-buffers-kill-emacs.
3413
3414 * objects.texi (Symbol Type): Document ## print representation.
3415
0c95fcf7
EZ
34162011-08-25 Eli Zaretskii <eliz@gnu.org>
3417
3418 * display.texi (Specified Space): Mention that `space' specs
3419 influence bidi reordering.
3420 (Bidirectional Display): Explain how to use `(space . PROPS)' for
3421 separating fields with bidirectional content.
3422
5980d4c6
EZ
34232011-08-24 Eli Zaretskii <eliz@gnu.org>
3424
3425 * display.texi (Bidirectional Display): Document return value in
3426 buffers that are not bidi-reordered for display, and in unibyte
3427 buffers.
3428
bca633fb
EZ
34292011-08-23 Eli Zaretskii <eliz@gnu.org>
3430
3431 * nonascii.texi (Character Properties): Document the values for
3432 unassigned codepoints.
3433
c094bb0c
EZ
34342011-08-18 Eli Zaretskii <eliz@gnu.org>
3435
3436 * nonascii.texi (Character Properties): Document use of
3437 `bidi-class' and `mirroring' properties as part of reordering.
3438 Provide cross-references to "Bidirectional Display".
3439
3440 * display.texi (Bidirectional Display): Document the pitfalls of
3441 concatenating strings with bidirectional content, with possible
f4e90db0
SM
3442 solutions. Document bidi-string-mark-left-to-right.
3443 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
3444 Document use of `bidi-class' and `mirroring' properties as part of
3445 reordering.
c094bb0c 3446
1ea897d5
EZ
34472011-08-16 Eli Zaretskii <eliz@gnu.org>
3448
9adfcd0b
EZ
3449 * modes.texi (Major Mode Conventions): Improve the documentation
3450 of `mode-class' `special' modes.
3451
10862873
EZ
3452 * nonascii.texi (Character Properties): Document the `mirroring'
3453 property. Add index entries.
3454
1ea897d5
EZ
3455 * syntax.texi (Categories): Add an example of defining a new
3456 category and category table.
3457
3458 * searching.texi (Regexp Backslash): Document how to display
3459 existing categories. Mention the possibility of adding
3460 categories, and add an xref to where this is described. Add an
3461 index entry.
3462
ebb552ed
CY
34632011-08-09 Chong Yidong <cyd@stupidchicken.com>
3464
3465 * text.texi (Special Properties):
3466 * display.texi (Overlay Properties): Note that mouse-face cannot
3467 change the text size (Bug#8530).
3468
51a714e1
CY
34692011-08-08 Chong Yidong <cyd@stupidchicken.com>
3470
3471 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
3472 using setenv instead.
3473
4cc60b9b
EZ
34742011-07-28 Eli Zaretskii <eliz@gnu.org>
3475
3476 * display.texi (Bidirectional Display): Document the fact that
3477 bidi-display-reordering is t by default.
3478
5deb92fd
EZ
34792011-07-23 Eli Zaretskii <eliz@gnu.org>
3480
3481 * display.texi (Bidirectional Display): New section.
3482
011b0ad6 34832011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
3484 Tim Cross <theophilusx@gmail.com> (tiny change)
3485 Glenn Morris <rgm@gnu.org>
011b0ad6 3486
67f9b9f8 3487 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 3488
4baf28e6
AS
34892011-07-15 Andreas Schwab <schwab@linux-m68k.org>
3490
3491 * help.texi (Keys in Documentation): Revert last change.
3492
66249842
LMI
34932011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3494
f863868c
LMI
3495 * help.texi (Keys in Documentation): Clarify that \= only quotes
3496 the next character, and doesn't affect longer sequences in
3497 particular (bug#8935).
3498
f4e90db0
SM
3499 * debugging.texi (Using Debugger):
3500 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 3501
0bb23927 35022011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
3503
3504 * display.texi (Other Display Specs): Document that `left-fringe'
3505 and `right-fringe' display specifications are of the "replacing"
3506 kind.
3507
f2027cdf
LMI
35082011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3509
3510 * help.texi (Documentation Basics): Add a link to the Function
3511 Documentation node (bug#6580).
3512
f987fde4
LMI
35132011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3514
0bc59b25
LMI
3515 * keymaps.texi (Menu Bar): Mention :visible and :enable
3516 (bug#6344). Text by Drew Adams.
3517
63d55f1f
LMI
3518 * modes.texi (Running Hooks): Mention buffer-local hook variables
3519 (bug#6218).
3520
f987fde4
LMI
3521 * objects.texi (General Escape Syntax): "a with grave accent" is
3522 ?xe0, not ?x8e0 (bug#5259).
3523
b7527639
CY
35242011-07-12 Chong Yidong <cyd@stupidchicken.com>
3525
3526 * display.texi (Face Attributes, Font Selection): Add references
3527 to the Fonts node in the Emacs manual (Bug#4178).
3528
c830e5ae
CY
35292011-07-12 Chong Yidong <cyd@stupidchicken.com>
3530
3531 * display.texi (Window Systems): `window-system' is
3532 terminal-local.
3533
3534 * frames.texi (Frame Parameters, Parameter Access): Don't mention
3535 frame-local variables.
3536
3537 * variables.texi (Buffer-Local Variables): Don't mention obsolete
3538 frame-local variables.
3539 (Frame-Local Variables): Node deleted.
3540
3541 * elisp.texi (Top): Update node listing.
3542
91223e54
LMI
35432011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3544
3545 * elisp.texi: Change "inferiors" to "subnodes" in three places
3546 (bug#3523).
3547
963578d3
CY
35482011-07-11 Chong Yidong <cyd@stupidchicken.com>
3549
3550 * frames.texi (Window System Selections): Discussion of
3551 x-select-enable-clipboard moved to Emacs manual.
3552
07151e49
DD
35532011-07-11 Deniz Dogan <deniz@dogan.se>
3554
3555 * commands.texi (Prefix Command Arguments): Remove excessive
3556 apostrophe.
3557
7261e1cf
LMI
35582011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3559
ad21a12a
LMI
3560 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
3561 description is a string (bug#3313).
3562
7261e1cf
LMI
3563 * frames.texi (Display Feature Testing): Try to explain what all
3564 the visual classes mean (bug#3042).
3565
568f7b79
LMI
35662011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3567
18d59e29
LMI
3568 * modes.texi (Mode Line Variables): Document `mode-line-remote'
3569 and `mode-line-client' (bug#2974).
3570
568f7b79
LMI
3571 * text.texi (Insertion): Clarify marker movements (bug#1651).
3572 Text from Drew Adams.
3573
54e10184
LMI
35742011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3575
d94d85e9
LMI
3576 * text.texi (Special Properties): Clarify the format of `face'
3577 (bug#1375).
3578
54e10184
LMI
3579 * commands.texi (Interactive Call): Add a `call-interactively'
3580 example (bug#1010).
3581
413c488d
LMI
35822011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3583
3584 * functions.texi (Calling Functions): Link to the "Interactive
3585 Call" node (bug#1001).
3586
322b7dab 35872011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 3588
3deead93
CY
3589 * customize.texi (Composite Types): Move alist and plist to here
3590 from Simple Types (Bug#7545).
3591
3592 * elisp.texi (Top): Update menu description.
3593
b00d8c1a
CY
3594 * display.texi (Face Attributes): Document negative line widths
3595 (Bug#6113).
3596
d2a6c43b
TR
35972011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3598
3599 * searching.texi (Match Data): Note that match data can be
3600 overwritten by most functions (bug#2499).
3601
c7844a27
LMI
36022011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3603
a9ab721e
LMI
3604 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
3605 flags mean (bug#6659).
3606
c7844a27
LMI
3607 * functions.texi (What Is a Function): Document the autoload
3608 object (bug#6496).
3609
f68d76d0
LMI
36102011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3611
8a20ca4c
LMI
3612 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
3613 is only used in the Customize user interface (bug#6089).
3614
f68d76d0 3615 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 3616 images (bug#7836).
f68d76d0 3617
7018dbe7
EZ
36182011-07-02 Eli Zaretskii <eliz@gnu.org>
3619
3620 * variables.texi (Defining Variables, Void Variables)
3621 (Constant Variables): Fix incorrect usage of @kindex.
3622
36cb87a1
LMI
36232011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3624
28ee97c7
LMI
3625 * variables.texi (Defining Variables): Add an index entry for
3626 `set-variable' (bug#7262).
8d4294e9 3627 (Defining Variables): Use @findex for functions.
28ee97c7 3628
8862ffd5
LMI
3629 * frames.texi (Basic Parameters): Document the `explicit-name'
3630 parameter (bug#6951).
3631
0ec389b9
LMI
3632 * customize.texi (Type Keywords): Clarify that :value provides a
3633 default value for all types (bug#7386).
3634
36cb87a1
LMI
3635 * streams.texi (Output Functions): Document `pp'.
3636
11fdef7d 36372011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
3638
3639 * keymaps.texi (Searching Keymaps):
3640 * display.texi (Overlay Properties): Fix errors in 2011-05-29
3641 change. Suggested by Johan Bockgård.
3642
eeafcea7
CY
36432011-06-15 Chong Yidong <cyd@stupidchicken.com>
3644
3645 * text.texi (Special Properties): Clarify role of font-lock-face.
3646
b96e6cde
LMI
36472011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3648
f4e90db0 3649 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
3650 to `process-live-p' for consistency with other `-live-p' functions.
3651
be14b9ab
PE
36522011-06-03 Paul Eggert <eggert@cs.ucla.edu>
3653
3654 Document wide integers better.
3655 * files.texi (File Attributes): Document ino_t values better.
2d365993 3656 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
3657 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
3658 (Bitwise Operations):
001903b5
PE
3659 * objects.texi (Integer Type): Use a binary notation that is a bit easier
3660 to read, and that will port better if 62-bits becomes the default.
3661 Fix or remove incorrect examples.
be14b9ab
PE
3662 * os.texi (Time Conversion): Document time_t values better.
3663
bcd54f83
LMI
36642011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3665
f4e90db0
SM
3666 * processes.texi (Process Information):
3667 Document `process-alive-p'.
bcd54f83 3668
049bcbcb
CY
36692011-05-29 Chong Yidong <cyd@stupidchicken.com>
3670
3671 * help.texi (Accessing Documentation):
3672 * display.texi (Pixel Specification):
3673 * processes.texi (Serial Ports, Serial Ports):
3674 * nonascii.texi (Character Properties, Default Coding Systems):
3675 * text.texi (Changing Properties, Special Properties):
3676 * windows.texi (Window Start and End):
3677 * modes.texi (SMIE Indentation Example, SMIE Tricks):
3678 * keymaps.texi (Searching Keymaps, Tool Bar):
3679 * minibuf.texi (Basic Completion):
3680 * compile.texi (Eval During Compile):
3681 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
3682 7x9 paper in printed manual.
3683
3684 * lists.texi (Sets And Lists): Fix misplaced text.
3685
58539c63
CY
36862011-05-29 Chong Yidong <cyd@stupidchicken.com>
3687
3688 * keymaps.texi (Remapping Commands): Emphasize that the keymap
3689 needs to be active (Bug#8350).
3690
6b5681bf
CY
36912011-05-28 Chong Yidong <cyd@stupidchicken.com>
3692
b4d52acc
CY
3693 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
3694
6b5681bf
CY
3695 * tips.texi (Coding Conventions): Remove antediluvian filename
3696 limit recommendation (Bug#8538).
3697
e145f188
GM
36982011-05-27 Glenn Morris <rgm@gnu.org>
3699
3700 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
3701
eafed945
GM
37022011-05-26 Glenn Morris <rgm@gnu.org>
3703
3704 * variables.texi (File Local Variables):
3705 Update hack-local-variables `mode-only' return value.
2d3ba9e7 3706 Add some more details on what this function does in the other case.
eafed945 3707
bc8410af
GM
37082011-05-19 Glenn Morris <rgm@gnu.org>
3709
3710 * lists.texi (Sets And Lists): Mention cl provides union etc.
3711
35a30759
N
37122011-05-19 Nix <nix@esperi.org.uk>
3713
3714 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
3715
3716 * text.texi (Parsing HTML): Update for function name changes.
3717
3718 * syntax.texi (Syntax Flags): Small fix.
3719
3720 * keymaps.texi (Active Keymaps): Typo fix.
3721 (Changing Key Bindings): Grammar fix.
3722
3723 * frames.texi (Minibuffers and Frames): Grammar fix.
3724 (Window System Selections): x-select-enable-clipboard now defaults to t.
3725
3726 * customize.texi (Common Keywords):
3727 * display.texi (Abstract Display):
3728 * modes.texi (Auto-Indentation):
3729 * nonascii.texi (Converting Representations): Typo fixes.
3730
3731 * control.texi (Examples of Catch): Call it "goto" not "go to".
3732
e3934a8a
EZ
37332011-05-14 Eli Zaretskii <eliz@gnu.org>
3734
bc039a3b
EZ
3735 * nonascii.texi (Character Properties): Fix inconsistencies with
3736 implementation.
3737
e3934a8a
EZ
3738 * text.texi (Special Properties): Move @defvar's out of the
3739 @table. (Bug#8652)
3740
e2c94218
GM
37412011-05-12 Glenn Morris <rgm@gnu.org>
3742
3743 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
3744
d2fc7e3d 37452011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
3746
3747 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
3748 (Multiline Font Lock):
3749 * vol2.texi (Top):
3750 * vol1.texi (Top):
3751 * elisp.texi (Top): Update menu accordingly.
3752
d2fc7e3d 37532011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
3754
3755 * modes.texi (Region to Fontify): Fix typo.
3756
79b70037
GM
37572011-05-10 Jim Meyering <meyering@redhat.com>
3758
3759 * minibuf.texi: Fix typo "in in -> in".
3760
b08a63cc 37612011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
3762
3763 * numbers.texi (Integer Basics): Large integers are treated as floats.
3764
1ef14cb4
LMI
37652011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3766
3767 * processes.texi (Synchronous Processes): Document the (:file
3768 "/file-name") syntax for `call-process'.
3769
4ffd0d6b 37702011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
3771
3772 * windows.texi (Choosing Window): Fix typo.
3773
4ffd0d6b 37742011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
3775
3776 * frames.texi (Layout Parameters): Note the difference between
3777 querying and setting parameters for left-fringe and right-fringe
3778 (Bug#6930).
3779
fd5a8ae8
SM
37802011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3781
3782 * minibuf.texi (Basic Completion): Be a bit more precise about the
3783 valid kinds of completion tables.
3784 (Programmed Completion): Remove obsolete text about lambda expressions
3785 not being valid completion tables.
3786
c1bcd0d5
CY
37872011-03-19 Chong Yidong <cyd@stupidchicken.com>
3788
3789 * positions.texi (Excursions): Explain the "save-excursion
3790 defeated by set-buffer" warning.
3791
3792 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
3793 save-excursion. Suggested by Uday S Reddy.
3794
03408648 37952011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 3796
03408648
SM
3797 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
3798 (Lexical Binding): New sub-section.
ba83908c 3799
03408648
SM
3800 * eval.texi (Eval): Discourage the use of `eval'.
3801 Document its new `lexical' argument.
6c075cd7 3802
f6d62986
SM
38032011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3804
03408648 3805 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
3806 nil any more.
3807
84ea5558 38082011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
3809
3810 * strings.texi (String Conversion): Don't mention
3811 string-make-(uni|multi)byte (bug#8262).
3812 * nonascii.texi (Converting Representations): Fix up range.
3813 * keymaps.texi (Key Binding Commands): Update code point, avoid
3814 "unibyte character" and remove mention of unibyte bindings.
3815
62d94509
EZ
38162011-03-10 Eli Zaretskii <eliz@gnu.org>
3817
3818 * modes.texi (Operator Precedence Grammars): Don't use characters
3819 outside ISO-8859-1.
3820
63a329f8
EZ
38212011-03-09 Eli Zaretskii <eliz@gnu.org>
3822
3823 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
3824
3825 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
3826
6446548e
GM
38272011-03-08 Glenn Morris <rgm@gnu.org>
3828
3829 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
3830 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 3831 * elisp.texi: Set documentencoding.
6446548e 3832
33383987
JB
38332011-03-07 Chong Yidong <cyd@stupidchicken.com>
3834
3835 * Version 23.3 released.
3836
0b3ceceb
CY
38372011-03-06 Chong Yidong <cyd@stupidchicken.com>
3838
3839 * package.texi: Update index keywords.
3840 (Package Archives): New node contents. Document package-x.el.
3841
78f5433f
JB
38422011-03-06 Juanma Barranquero <lekktu@gmail.com>
3843
3844 * makefile.w32-in (srcs): Add package.texi.
3845
555e9b5c
CY
38462011-03-06 Chong Yidong <cyd@stupidchicken.com>
3847
120d9389
CY
3848 * package.texi (Packaging, Packaging Basics, Simple Packages)
3849 (Multi-file Packages): Expand and clarify.
3850 (Package Archives): Temporary placeholder node.
3851
3852 * elisp.texi (Top): Update node listing.
3853
555e9b5c
CY
3854 * Makefile.in (srcs): Add package.texi.
3855
b59a4335
CY
38562011-03-05 Chong Yidong <cyd@stupidchicken.com>
3857
3858 * processes.texi (Synchronous Processes): Minor clarification
3859 (Bug#8149).
3860
06083aa1
GM
38612011-03-03 Glenn Morris <rgm@gnu.org>
3862
3863 * files.texi (Truenames): Minor clarification. (Bug#2341)
3864
6640b281
GM
38652011-03-01 Glenn Morris <rgm@gnu.org>
3866
3867 * variables.texi (Directory Local Variables):
3868 Mention `(subdirs . nil)' alist element.
3869
2b0c7330 38702011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
3871
3872 * variables.texi (Directory Local Variables): Mention the optional
3873 mtime argument of dir-locals-set-directory-class. (Bug#3577)
3874
b923f7a9
CY
38752011-02-27 Chong Yidong <cyd@stupidchicken.com>
3876
3877 * minibuf.texi (Minibuffer History): Clarify discussion of
3878 minibuffer history lists (Bug#8085).
3879
67ab0163 38802011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 3881
e979a521
EZ
3882 * elisp.texi: Sync @dircategory with ../../info/dir.
3883
e03b2fd4
EZ
3884 * files.texi (Visiting Functions): Document find-file-literally,
3885 both the command and the variable.
3886
86ec878a
EZ
3887 * variables.texi (Creating Buffer-Local): Explain the meaning of
3888 permanent local variables.
3889
67ab0163
GM
3890 * files.texi (Visiting Functions): Document find-file-literally,
3891 both the command and the variable.
3892
3893 * variables.texi (Creating Buffer-Local): Explain the meaning of
3894 permanent local variables.
3895
38962011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
3897
3898 * keymaps.texi (Remapping Commands): Mention how to undo it.
3899
bfcb151a
RT
39002011-02-09 Reuben Thomas <rrt@sc3d.org>
3901
3902 * loading.texi (Hooks for Loading): Remove unnecessary advice
3903 about eval-after-load (Bug#7986).
3904
a41c8660
CY
39052011-02-05 Chong Yidong <cyd@stupidchicken.com>
3906
3907 * commands.texi (Accessing Mouse): Note that a header line is not
3908 included in the row of posn-col-row.
3909
e0dd6837
CY
39102011-02-02 Chong Yidong <cyd@stupidchicken.com>
3911
3912 * modes.texi (Major Mode Conventions): Add face guidelines.
3913 (Faces for Font Lock): List faces in order of prominence.
3914
a4180391
PE
39152011-02-01 Paul Eggert <eggert@cs.ucla.edu>
3916
3917 format-time-string now supports subsecond time stamp resolution
3918 * os.texi (Time Parsing): Document %N.
3919
7427eb97
CY
39202011-01-28 Chong Yidong <cyd@stupidchicken.com>
3921
61db307f
CY
3922 * vol1.texi (Top):
3923 * vol2.texi (Top):
3924 * elisp.texi (Top):
3925 * display.texi (Display Property): Shorten the menu description of
3926 the "Other Display Specs" node (Bug#7816).
3927
7427eb97
CY
3928 * keymaps.texi (Defining Menus): Add "menu item" and "extended
3929 menu item" concept index entries (Bug#7805).
3930
bf3dae7e
EZ
39312011-01-29 Eli Zaretskii <eliz@gnu.org>
3932
3933 * makefile.w32-in (texinfodir): New variable.
3934 (usermanualdir): Remove as redundant with $(emacsdir).
3935 (MAKEINFO): Remove options, leave only program name.
3936 (MAKEINFO_OPTS): New variable.
3937 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
3938
06d8ace5 39392011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
3940 Richard Kim <emacs18@gmail.com>
3941
3942 * loading.texi (Library Search): Document list-load-path-shadows
3943 (Bug#7757).
3944
06d8ace5 39452011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
3946
3947 * searching.texi (Regexp Special): Remove outdated discussion of
3948 character sets (Bug#7780).
3949
28a88153
CY
3950 * frames.texi (Pop-Up Menus): Document where menu title comes
3951 from (Bug#7684).
3952
06d8ace5 39532011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
3954
3955 * display.texi (Making Buttons): Mention limitation of text buttons.
3956
a8e1e9ee
WL
39572011-01-23 Werner Lemberg <wl@gnu.org>
3958
3959 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3960 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3961 (ENVADD): New variable to control texi2dvi and texi2pdf.
3962
362b9d48
GM
39632011-01-15 Chong Yidong <cyd@stupidchicken.com>
3964
3965 * files.texi (Directory Names): Move directory-abbrev-alist doc to
3966 Emacs manual.
3967
39682011-01-15 Eli Zaretskii <eliz@gnu.org>
3969
3970 * files.texi (Directory Names): Explain why FROM in
3971 directory-abbrev-alist should begin with \`. (Bug#7777)
3972
3fa173b4
SM
39732011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3974
3975 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
3976
7c420169 39772011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
3978
3979 * modes.texi (Emulating Mode Line): Fix last change.
3980
7c420169 39812011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
3982
3983 * modes.texi (Emulating Mode Line): Update documentation of
3984 format-mode-line according to changes that fixed bug #7587.
3985
80b33766
SM
39862010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3987
3988 * modes.texi (Derived Modes): Mention prog-mode.
3989
3990 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
3991 of the key-binding-data cache since we don't use it any more.
3992
f49d1f52 39932010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 3994
4bb49a92
EZ
3995 * processes.texi (Shell Arguments):
3996 * strings.texi (Creating Strings): Don't mention "shell commands";
3997 make it explicit that `split-string-and-unquote' and
3998 `combine-and-quote-strings' are mainly for working with arguments
3999 to call-process and start-process.
4000
3c73e30e
EZ
4001 * processes.texi (Shell Arguments): Fix documentation of
4002 `split-string-and-unquote'. Add indexing. (Bug#7563)
4003
f49d1f52 40042010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
4005
4006 * modes.texi (Auto-Indentation): New section to document SMIE.
4007 (Major Mode Conventions):
4008 * text.texi (Mode-Specific Indent): Refer to it.
4009
f49d1f52 40102010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
4011
4012 * display.texi (Other Display Specs): Document left-fringe and
4013 right-fringe display specs.
4014
f49d1f52 40152010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
4016
4017 * backups.texi (Making Backups):
4018 * modes.texi (Example Major Modes): Use recommended coding style.
4019 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4020 define-derived-mode. Mention completion-at-point-functions.
4021
f49d1f52 40222010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 4023
5dcb4c4e
SM
4024 * nonascii.texi (Converting Representations):
4025 Document byte-to-string.
e1115396 4026
ec1b9b17
GM
40272010-12-08 Glenn Morris <rgm@gnu.org>
4028
4029 * buffers.texi (Modification Time):
4030 verify-visited-file-modtime now defaults to the current buffer.
4031
07976ae3 40322010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 4033
ec1b9b17 4034 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
4035
4036 * strings.texi (Creating Strings): Don't mention semi-obsolete
4037 function char-to-string.
4038 (String Conversion): Shorten discussion of semi-obsolete function
4039 string-to-char. Link to Converting Representations.
4040
4041 * objects.texi (Symbol Type):
4042 * text.texi (Near Point):
4043 * help.texi (Help Functions):
4044 * functions.texi (Mapping Functions): Use string instead of
4045 char-to-string in examples.
4046
07976ae3 40472010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
4048
4049 * text.texi (Kill Functions, Kill Functions)
4050 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4051 YANK-HANDLER args.
4052
4053 * symbols.texi (Creating Symbols): Using unintern without an
4054 obarray arg is now obsolete.
4055
4056 * numbers.texi (Float Basics): Document float-e and float-pi.
4057
4058 * variables.texi (Defining Variables): Change "pi" example to
4059 "float-pi".
4060
8547874a
EZ
40612010-11-26 Eli Zaretskii <eliz@gnu.org>
4062
4063 * commands.texi (Click Events): Document the values of X, Y and
4064 COL, ROW in the event's position, when the click is on the header
4065 or mode line, on the fringes, or in the margins.
4066
4a47c275 40672010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 4068
5b05d75b
EZ
4069 * customize.texi (Composite Types): Lower-case index entry.
4070
5dcb4c4e
SM
4071 * loading.texi (How Programs Do Loading):
4072 Document load-file-name. (Bug#7346)
c7926fe2 4073
4a47c275 40742010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
4075
4076 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4077
0eb025fb
EZ
40782010-11-13 Eli Zaretskii <eliz@gnu.org>
4079
4080 * display.texi (Usual Display): Characters with no fonts are not
4081 necessarily displayed as empty boxes.
4082
2699a554 40832010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
4084
4085 * maps.texi (Standard Keymaps): Update File menu description.
4086
8289f37b
GM
40872010-10-28 Glenn Morris <rgm@gnu.org>
4088
4089 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4090
5793a7bc 40912010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
4092
4093 * display.texi (Window Systems): Deprecate use of window-system as
4094 a predicate.
4095
17284e30
GM
40962010-10-23 Glenn Morris <rgm@gnu.org>
4097
4098 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4099 sorted-doc.
4100
00f113eb
JB
41012010-10-15 Eli Zaretskii <eliz@gnu.org>
4102
4103 * os.texi (Dynamic Libraries): New node, with slightly modified
4104 text deleted from "Image Formats".
4105 (System Interface): Add @menu entry for "Dynamic Libraries".
4106
4107 * display.texi (Image Formats): Remove description of
4108 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4109
07277eb8
GM
41102010-10-12 Glenn Morris <rgm@gnu.org>
4111
4112 * book-spine.texinfo: Rename to book-spine.texi.
4113
c12e4a81
GM
41142010-10-11 Glenn Morris <rgm@gnu.org>
4115
df187c62
GM
4116 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4117
c12e4a81 4118 * Makefile.in (DVIPS): New variable.
234db610
GM
4119 (.PHONY): Add html, ps.
4120 (html, elisp.html, ps, elisp.ps): New targets.
4121 (clean): Delete html, ps files.
4122 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 4123
6513b232
EZ
41242010-10-09 Eli Zaretskii <eliz@gnu.org>
4125
4126 * makefile.w32-in (emacsdir): New variable.
4127 (srcs): Add emacsver.texi.
4128 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4129
abd40fb4
GM
41302010-10-09 Glenn Morris <rgm@gnu.org>
4131
c1dc72b3
GM
4132 * Makefile.in (VPATH): Remove.
4133 (infodir): Make it absolute.
4134 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4135
4393405b
GM
4136 * Makefile.in (dist): Anchor regexps.
4137
eef3ab94
GM
4138 * Makefile.in (srcs): Put elisp.texi first.
4139 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4140
aa9db089
GM
4141 * Makefile.in (infoclean): Remove harmless, long-standing error.
4142
abd40fb4
GM
4143 * Makefile.in ($(infodir)): Delete rule.
4144 (mkinfodir): New.
4145 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4146
68db69ed 4147 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 4148 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 4149
ea274122
GM
41502010-10-09 Glenn Morris <rgm@gnu.org>
4151
f7a31f11
GM
4152 * Makefile.in (emacsdir): New variable.
4153 (MAKEINFO): Add -I $emacsdir.
4154 (dist): Copy emacsver.texi.
b13254e7
GM
4155 (srcs): Add emacsver.texi.
4156
f7a31f11
GM
4157 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4158 Set EMACSVER by including emacsver.texi.
4159
ea274122
GM
4160 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4161
17ca7950
GM
41622010-10-07 Glenn Morris <rgm@gnu.org>
4163
4164 * Makefile.in (version): New, set by configure.
4165 (clean): Delete dist tar file.
4166 (dist): Use version in tar name.
4167
4c83f6e1
GM
41682010-10-06 Glenn Morris <rgm@gnu.org>
4169
4170 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4171 (INSTALL_INFO): Remove unused variable.
4172 (mostlyclean, infoclean, dist): New rules.
4173 (clean): Delete dvi and pdf files.
4174 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 4175 ($(infodir)): Add parallel build workaround.
4c83f6e1 4176
0264072d
GM
41772010-10-04 Glenn Morris <rgm@gnu.org>
4178
4179 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4180 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 4181 Fix -I typo.
0264072d
GM
4182 (clean): No 'make.out' or 'core' files.
4183 (.PHONY): Declare clean rules.
4184 (maintainer-clean): Delete pdf file. Guard against cd failures.
4185
77f38949
GM
41862010-10-03 Glenn Morris <rgm@gnu.org>
4187
4188 * files.texi (File Name Components): Remove ignored section about
4189 deleted variable directory-sep-char.
4190
178fdd41
MA
41912010-10-03 Michael Albinus <michael.albinus@gmx.de>
4192
4193 * files.texi (Magic File Names): New defopt
4194 remote-file-name-inhibit-cache.
4195
9c524fcb
GM
41962010-10-02 Glenn Morris <rgm@gnu.org>
4197
4198 * os.texi (Killing Emacs): Hook now runs in batch mode.
4199
f816790b
SM
42002010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4201
4202 * text.texi (Special Properties): Clarify when modification-hooks run.
4203
7cf78aac
SM
42042010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * syntax.texi (Syntax Flags): Document new `c' flag.
4207
ca0d44e4
GM
42082010-09-09 Glenn Morris <rgm@gnu.org>
4209
4210 * display.texi (ImageMagick Images): General cleanup.
4211
10999305 42122010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
4213
4214 * files.texi (Directory Names): Use \` rather than ^.
4215
45240125
JD
42162010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4217
4218 * text.texi (Low-Level Kill Ring):
4219 * frames.texi (Window System Selections): Remove cut buffer
4220 documentation.
4221
4abe5bf6
EZ
42222010-08-28 Eli Zaretskii <eliz@gnu.org>
4223
4224 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4225 Parameters", where the default fringe width is described.
4226
4227 * frames.texi (Window Frame Parameters, Basic Parameters)
4228 (Position Parameters, Layout Parameters, Management Parameters)
4229 (Cursor Parameters, Font and Color Parameters): Add indexing for
4230 frame parameters. (Bug#6929)
4231
fdc76236
TT
42322010-08-25 Tom Tromey <tromey@redhat.com>
4233
4234 * vol2.texi (Top): Update.
4235 * vol1.texi (Top): Update.
4236 * tips.texi (Library Headers): Mention Package-Version and
4237 Package-Requires.
4238 * package.texi: New file.
4239 * os.texi (System Interface): Update pointers.
4240 * elisp.texi (Top): Link to new nodes. Include package.texi.
4241 * anti.texi (Antinews): Update pointers.
4242
1e5c1c80
EZ
42432010-08-25 Eli Zaretskii <eliz@gnu.org>
4244
4245 * processes.texi (Filter Functions): Fix last change.
4246
78e33835
CY
42472010-08-24 Markus Triska <triska@gmx.at>
4248
4249 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4250 of `buffer-name' in the main text as well as in the example
4251 (Bug#3098).
4252
198a7a97
CY
42532010-08-22 Chong Yidong <cyd@stupidchicken.com>
4254
4255 * nonascii.texi (Text Representations):
4256 * loading.texi (Loading Non-ASCII):
4257 * compile.texi (Byte Compilation): Don't mention obsolete
4258 --unibyte command-line argument.
4259
bc7d7ea6
CY
42602010-08-22 Chong Yidong <cyd@stupidchicken.com>
4261
4262 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4263
b0126eac 42642010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
4265
4266 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4267
e8a6cc19
EZ
42682010-08-20 Eli Zaretskii <eliz@gnu.org>
4269
4270 * commands.texi (Misc Events): Add cross-references to where
4271 POSITION of a mouse event is described in detail.
4272
c4e7c63a 42732010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 4274
c4e7c63a 4275 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 4276
7815fe19 42772010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
4278
4279 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4280 Suggested by Štěpán Němec <stepnem@gmail.com>.
4281
7815fe19 42822010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
4283
4284 * minibuf.texi (High-Level Completion): Document args of
4285 `read-buffer-function' (bug#5625).
4286
8b2dd508
JD
42872010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4288
4289 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4290
bace45fe
MA
42912010-07-29 Michael Albinus <michael.albinus@gmx.de>
4292
4293 * processes.texi (Process Information): Explain process property
4294 `remote-tty'.
4295
4ce5a4cc
JB
42962010-07-27 Juanma Barranquero <lekktu@gmail.com>
4297
4298 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4299 instead of "\C-\^?" (bug#6334).
4300
1c84bc7a
JB
4301 * text.texi (Special Properties): Fix typo.
4302
b88746ba
EZ
43032010-07-09 Eli Zaretskii <eliz@gnu.org>
4304
4305 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4306 calling sequences, which are now the standard.
4307
51422d6d
CY
43082010-06-24 Chong Yidong <cyd@stupidchicken.com>
4309
4310 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4311
4312 * commands.texi (Command Overview): Mention undo-boundary call.
4313
d24880de
GM
43142010-06-23 Glenn Morris <rgm@gnu.org>
4315
4316 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4317 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4318 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4319 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4320 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4321 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4322 Untabify Texinfo files.
4323
0fc76035
CY
43242010-06-20 Chong Yidong <cyd@stupidchicken.com>
4325
4326 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4327
5338dc0b
CY
43282010-06-19 Chong Yidong <cyd@stupidchicken.com>
4329
a628ad9d 4330 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 4331
2c3a3c1d
CY
43322010-06-02 Chong Yidong <cyd@stupidchicken.com>
4333
ba3bf1d9
CY
4334 * searching.texi (Regexp Special): Remove obsolete information
4335 about matching non-ASCII characters, and suggest using char
4336 classes (Bug#6283).
2c3a3c1d 4337
7f4b4249
JB
43382010-05-30 Juanma Barranquero <lekktu@gmail.com>
4339
4340 * minibuf.texi (Basic Completion): Add missing "@end defun".
4341
637821cd
SM
43422010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * minibuf.texi (Basic Completion): Document completion-boundaries.
4345 (Programmed Completion): Document the new fourth method for boundaries.
4346
e13051c3
CY
43472010-05-22 Chong Yidong <cyd@stupidchicken.com>
4348
a628ad9d 4349 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 4350
0235128c 43512010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
4352
4353 * windows.texi (Textual Scrolling):
4354 * tips.texi (Coding Conventions):
4355 * minibuf.texi (Minibuffer History):
4356 * maps.texi (Standard Keymaps):
4357 * loading.texi (Where Defined):
4358 * edebug.texi (Instrumenting): Fix typos.
4359
0235128c 43602010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 4361
c7c32279
CY
4362 * keymaps.texi (Menu Bar): Document :advertised-binding property.
4363
0235128c
SM
4364 * functions.texi (Obsolete Functions):
4365 Document set-advertised-calling-convention.
eb5ed549
CY
4366
4367 * minibuf.texi (Basic Completion): Document completion-in-region.
4368 (Programmed Completion): Document completion-annotate-function.
4369
4370 * commands.texi (Reading One Event): Document read-key.
4371 (Distinguish Interactive): Document KIND arg to
4372 called-interactively-p. Delete obsolete interactive-p.
4373
4374 * elisp.texi (Top): Update node description.
4375
f8848423
EZ
43762010-05-08 Eli Zaretskii <eliz@gnu.org>
4377
0235128c
SM
4378 * nonascii.texi (Character Properties):
4379 Document unicode-category-table. Add an index entry for Unicode
4380 general category.
4381
43822010-05-07 Chong Yidong <cyd@stupidchicken.com>
4383
4384 * Version 23.2 released.
f8848423 4385
938efb77
JB
43862010-04-20 Juanma Barranquero <lekktu@gmail.com>
4387
4388 * locals.texi (Standard Buffer-Local Variables):
4389 Remove @ignore'd reference to `direction-reversed'.
4390
5854c267
JL
43912010-04-14 Juri Linkov <juri@jurta.org>
4392
4393 Fix @deffn without category.
4394
4395 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
4396 for `abbrev-insert'.
4397
4398 * buffers.texi (Indirect Buffers): Add category `Command'
4399 to @deffn of `clone-indirect-buffer'.
4400
4401 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
4402 for `next-window' and `previous-window'. Add category `Command'
4403 to @deffn of `pop-to-buffer'.
4404
8a14dec7
CY
44052010-04-01 Chong Yidong <cyd@stupidchicken.com>
4406
4407 * nonascii.texi (Text Representations): Don't mark
4408 enable-multibyte-characters as a user option.
4409
7a1831cf
EZ
44102010-03-31 Eli Zaretskii <eliz@gnu.org>
4411
4412 * control.texi (Handling Errors): How to re-throw a signal caught
4413 by condition-case.
4414
c3863713
CY
44152010-03-26 Chong Yidong <cyd@stupidchicken.com>
4416
4417 * loading.texi (Hooks for Loading): Document after-load-functions.
4418 Copyedits.
4419
c333f279
AM
44202010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
4421
4422 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
4423
e867cb5d 44242010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
4425
4426 * processes.texi (Network Processes): Document seqpacket type.
4427
605f35cd
DN
44282010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4429
4430 * os.texi (System Environment): Do not mention lynxos.
4431
288f9fc0
CY
44322010-03-10 Chong Yidong <cyd@stupidchicken.com>
4433
4434 * Branch for 23.2.
4435
eed5c93a
CY
44362010-03-06 Chong Yidong <cyd@stupidchicken.com>
4437
4438 * objects.texi (Integer Type): Take note of the read syntax
4439 exception for numbers that cannot fit in the integer type.
4440
1ddd6622
GM
44412010-03-03 Glenn Morris <rgm@gnu.org>
4442
4443 * numbers.texi (Integer Basics, Bitwise Operations):
4444 * objects.texi (Integer Type): Update for integers now being 30-bit.
4445
a908c79a
CY
44462010-02-27 Chong Yidong <cyd@stupidchicken.com>
4447
4448 * display.texi (Low-Level Font): Document :otf font-spec property.
4449
cd61af01
SM
44502010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * display.texi (Line Height): Avoid obsolete special default variables
4453 like default-major-mode.
4454
c02f8fe2
AM
44552010-01-28 Alan Mackenzie <acm@muc.de>
4456
4457 * display.texi (Auto Faces): Say fontification-functions is called
4458 whether or not Font Lock is enabled. Tidy up the wording a bit.
4459
d738d18b
CY
44602010-01-17 Chong Yidong <cyd@stupidchicken.com>
4461
4462 * elisp.texi: Remove duplicate edition information (Bug#5407).
4463
4963739e
JB
44642010-01-17 Juanma Barranquero <lekktu@gmail.com>
4465
4466 * two.el (volume-header-toc-markup): Fix typos in docstring.
4467
c57008f6
SM
44682010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 Avoid dubious uses of save-excursions.
4471 * positions.texi (Excursions): Recommend the use of
4472 save-current-buffer if applicable.
4473 * text.texi (Clickable Text): Fix the example code which used
4474 save-excursion in a naive way which sometimes preserves point and
4475 sometimes not.
4476 * variables.texi (Creating Buffer-Local):
4477 * os.texi (Session Management):
4478 * display.texi (GIF Images):
4479 * control.texi (Cleanups): Use (save|with)-current-buffer.
4480
2f3725cd
EZ
44812010-01-02 Eli Zaretskii <eliz@gnu.org>
4482
4483 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
4484
85eeac93
CY
44852010-01-02 Chong Yidong <cyd@stupidchicken.com>
4486
4487 * nonascii.texi (Text Representations, Character Codes)
4488 (Converting Representations, Explicit Encoding)
4489 (Translation of Characters): Use hex notation consistently.
4490 (Character Sets): Fix map-charset-chars doc (Bug#5197).
4491
4801c5fa
CY
44922010-01-01 Chong Yidong <cyd@stupidchicken.com>
4493
4494 * loading.texi (Where Defined): Make it clearer that these are
4495 loaded files (Bug#5068).
4496
26e533e2
CY
44972009-12-29 Chong Yidong <cyd@stupidchicken.com>
4498
4499 * minibuf.texi (Completion Styles): Document `initials' style.
4500
16d1ff5f
CY
45012009-12-25 Chong Yidong <cyd@stupidchicken.com>
4502
4503 * frames.texi (Resources): Describe inhibit-x-resources.
4504 (Size Parameters): Copyedit.
4505
4506 * hash.texi (Creating Hash):
4507 * objects.texi (Hash Table Type): Document the new hash table
4508 printed representation.
4509
4510 * minibuf.texi (Basic Completion): 4th arg to all-completions is
4511 obsolete.
4512
5dcb4c4e
SM
4513 * processes.texi (Process Buffers):
4514 Document process-kill-buffer-query-function.
16d1ff5f 4515
9a5de3d9
GM
45162009-12-05 Glenn Morris <rgm@gnu.org>
4517
4518 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
4519 diary-display-function, and no longer recommended to be a hook.
4520 Update for changes in the names of calendar and diary hooks.
4521 diary-print-entries-hook has changed section.
4522
b640eb52
EZ
45232009-11-28 Eli Zaretskii <eliz@gnu.org>
4524
4525 * text.texi (Special Properties): More accurate description of
4526 what the `cursor' property does.
4527
be1674ab
KR
45282009-11-26 Kevin Ryde <user42@zip.com.au>
4529
4530 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4531 mouse-wheel-down-event, the closest thing to a definition for them.
4532 * os.texi (Startup Summary): vindex inhibit-startup-message and
4533 inhibit-splash-screen.
4534 (Command-Line Arguments): vindex argv.
4535 (Suspending Emacs): vindex suspend-tty-functions and
4536 resume-tty-functions. Don't want to index every hook, but having
4537 the programming ones is helpful.
4538
603f5979
CY
45392009-11-14 Chong Yidong <cyd@stupidchicken.com>
4540
4541 * commands.texi (Motion Events): Fix typo (Bug#4907).
4542
4359a806
CY
45432009-11-08 Chong Yidong <cyd@stupidchicken.com>
4544
4545 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
4546 are affected by case-fold-search (Bug#4483).
4547
0f063651
CY
45482009-11-02 Chong Yidong <cyd@stupidchicken.com>
4549
4550 * minibuf.texi (Reading File Names): Note that read-file-name may
4551 use a graphical file dialog.
4552
9bd79893
GM
45532009-10-31 Glenn Morris <rgm@gnu.org>
4554
4555 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
4556
ebe479ec
KR
45572009-10-16 Kevin Ryde <user42@zip.com.au>
4558
4559 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
4560 in particular so `info-lookup-symbol' can find its docs.
4561
2640fa86
CY
45622009-10-16 Chong Yidong <cyd@stupidchicken.com>
4563
4564 * variables.texi (Constant Variables): Distinguish from defconst
4565 variables.
4566 (Defining Variables): Add cindex.
4567
edd6a733
CY
45682009-10-15 Chong Yidong <cyd@stupidchicken.com>
4569
4570 * os.texi (Time of Day): Clarify that the microsecond part is
4571 ignored (Bug#4637).
4572
5feb0b73
GM
45732009-10-11 Glenn Morris <rgm@gnu.org>
4574
4575 * frames.texi (Size and Position): Clarify what is included in the frame
4576 height. (Bug#4535)
4577
0c5413c8
GM
45782009-10-10 Glenn Morris <rgm@gnu.org>
4579
4580 * windows.texi (Size of Window): The relationship between window and
4581 frame heights is not so simple. (Bug#4535)
4582 Mention window-full-height-p.
4583
7f8b600a
SM
45842009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4585
4586 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
4587 used from Lisp.
4588
6185de1c
EZ
45892009-10-07 Eli Zaretskii <eliz@gnu.org>
4590
7f8b600a
SM
4591 * files.texi (Directory Names) <abbreviate-file-name>:
4592 Document that root home directories are not replaced with "~".
6185de1c 4593
9972911f
EZ
45942009-10-06 Eli Zaretskii <eliz@gnu.org>
4595
4596 * text.texi (Special Properties): Document the meaning of the
4597 `cursor' text property whose value is an integer.
4598
2a3f19ef
MA
45992009-10-05 Michael Albinus <michael.albinus@gmx.de>
4600
4601 * files.texi (Magic File Names): Add `copy-directory'.
4602
804543b5
EZ
46032009-10-05 Eli Zaretskii <eliz@gnu.org>
4604
4605 * files.texi (File Attributes): Fix description of file
4606 attributes. (Bug#4638) Update attributes of files.texi example to
4607 be more representative.
4608
461bf92b
MA
46092009-10-05 Michael Albinus <michael.albinus@gmx.de>
4610
4611 * files.texi (Create/Delete Dirs): New command copy-directory.
4612
a86cd395
JB
46132009-10-04 Juanma Barranquero <lekktu@gmail.com>
4614
4615 * anti.texi (Antinews):
4616 * macros.texi (Indenting Macros):
4617 * strings.texi (Creating Strings, Case Conversion):
4618 Remove duplicate words.
4619
d3080264
MA
46202009-10-01 Michael Albinus <michael.albinus@gmx.de>
4621
4622 * files.texi (Create/Delete Dirs): delete-directory has an
4623 optional parameter RECURSIVE.
4624
85d14563
SM
46252009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4627 * buffers.texi (Swapping Text): Minor clarification.
4628
3d9842c6
GM
46292009-10-01 Glenn Morris <rgm@gnu.org>
4630
4631 * functions.texi (Declaring Functions): Mention that we also search for
4632 ".m" files in the src/ directory.
4633
78427304
CY
46342009-09-25 David Engster <deng@randomsample.de>
4635
3d9842c6 4636 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 4637
b578c9cc
GM
46382009-09-22 Glenn Morris <rgm@gnu.org>
4639
4640 * internals.texi (Building Emacs): Mention preloaded-file-list.
4641
beee5da7
AM
46422009-09-14 Alan Mackenzie <acm@muc.de>
4643
4644 * os.texi (Terminal Output): Put "@code{}" around "stdout".
4645
5d6ab672
CY
46462009-09-13 Chong Yidong <cyd@stupidchicken.com>
4647
4648 * functions.texi (Anonymous Functions): Rearrange discussion,
4649 giving usage of unquoted lambda forms first. Mention that
4650 `function' and `#'' are no longer required (Bug#4290).
4651
59375eeb
AM
46522009-09-11 Alan Mackenzie <acm@muc.de>
4653
a86cd395 4654 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
4655 batch mode.
4656
e7e2f529
GM
46572009-09-01 Glenn Morris <rgm@gnu.org>
4658
4659 * display.texi (Face Functions): Mention define-obsolete-face-alias.
4660
eae47088
GM
46612009-08-26 Ulrich Mueller <ulm@gentoo.org>
4662
4663 * nonascii.texi (Character Codes): Fix typos.
4664
3691a0a6
MA
46652009-08-25 Michael Albinus <michael.albinus@gmx.de>
4666
4667 * processes.texi (Synchronous Processes): New defvar
4668 process-file-side-effects.
4669
664d56b8
GM
46702009-08-25 Glenn Morris <rgm@gnu.org>
4671
4672 * display.texi (Fontsets): Fix typo.
4673
0706c025
GM
4674 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
4675
03a74b84
SM
46762009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4677
4678 * processes.texi (Asynchronous Processes): Adjust arglist of
4679 start-process-shell-command and start-file-process-shell-command.
4680
f6de8a37
CY
46812009-08-15 Chong Yidong <cyd@stupidchicken.com>
4682
4b1ed1bb
CY
4683 * advice.texi (Argument Access in Advice): Note that argument
4684 positions are zero-based (Bug#3932).
4685
89a9e058
CY
4686 * commands.texi (Distinguish Interactive): Minor copyedit.
4687
23696fd7
CY
4688 * display.texi (Face Attributes): Add xref to Displaying Faces for
4689 explanation of "underlying face".
4690
f6de8a37
CY
4691 * customize.texi (Common Keywords): Add xref to Loading.
4692
4693 * loading.texi (How Programs Do Loading): Add xref to Lisp
4694 Libraries node in the Emacs manual.
4695
417f77e6
CY
46962009-08-13 Chong Yidong <cyd@stupidchicken.com>
4697
4698 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
4699
0999039c
CY
47002009-07-18 Chong Yidong <cyd@stupidchicken.com>
4701
4702 * processes.texi (Shell Arguments): Copyedits.
4703
9af167bc
GM
47042009-07-18 Glenn Morris <rgm@gnu.org>
4705
4706 * loading.texi (Repeated Loading): Fix typo.
4707
137987ab
RS
47082009-07-16 Richard Stallman <rms@gnu.org>
4709
4710 * buffers.texi (Swapping Text): Recommend setting
4711 write-region-annotate-functions and buffer-saved-size.
4712
4713 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
4714
622fa380
GM
47152009-07-15 Glenn Morris <rgm@gnu.org>
4716
4717 * edebug.texi: Minor re-phrasings throughout.
4718 (Edebug Execution Modes): Sit-for affects continue mode too.
4719 (Jumping): Use `forward-sexp' rather than its keybinding.
4720 (Edebug Misc): Fix Q binding.
4721 (Edebug Eval): Remove cl version.
4722 (Printing in Edebug): Clarify print-length etc.
4723 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
4724 (Specification List): Remove edebug-unwrap findex entry.
4725 (Specification Examples): defmacro is actually not the same as defun.
4726 Escape "`" in example.
4727
6bbd4600
CY
47282009-07-15 Chong Yidong <cyd@stupidchicken.com>
4729
4730 * markers.texi (The Mark): Document optional arg to
4731 deactivate-mark.
4732
e538d479
GM
47332009-07-11 Kevin Ryde <user42@zip.com.au>
4734
4735 * hooks.texi (Standard Hooks): Fix cross-references.
4736
4c98b9ed
GM
4737 * loading.texi (Named Features): Refer to eval-after-load.
4738
5300838c
GM
47392009-07-11 Glenn Morris <rgm@gnu.org>
4740
64fbeb16
GM
4741 * Makefile.in (TEXI2PDF): New.
4742 (elisp.pdf): New target.
4743
4c98b9ed
GM
4744 * searching.texi (Regexp Backslash): Fix typo.
4745
4746 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 4747
51d9979c
GM
47482009-07-10 Glenn Morris <rgm@gnu.org>
4749
561c0216
GM
4750 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
4751
5b594a58
GM
4752 * customize.texi (Customization Types):
4753 * display.texi (Abstract Display):
0cc8c85a 4754 * objects.texi (Character Type, String Type):
5b594a58 4755 Merge in some menu descriptions from elisp.texi.
51d9979c 4756
c3cbbb40
GM
4757 * hash.texi (Hash Tables):
4758 * modes.texi (Multiline Font Lock):
4759 End menu description with period.
fe42c16a 4760
28528402
GM
47612009-07-09 Glenn Morris <rgm@gnu.org>
4762
4763 * back.texi: Don't hard-code texinfo location.
4764
4765 * two-volume.make (texinfodir): New, with location of texinfo.tex.
4766 (tex): Add texinfodir to TEXINPUTS.
4767 (elisp1med-init, elisp2med-init): Use texinfodir.
4768
4769 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
4770 (clean): Add two-volume.make intermediate files.
4771
4772 * elisp.texi, vol1.texi, vol2.texi:
4773 Use a DATE variable with the publication date, and update it.
4774 Fix antinews menu description.
4775
4776 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
4777 Update the detailed node listing to match elisp.texi.
4778
4779 * README: Update edition to match elisp.texi.
4780
4781 * objects.texi (General Escape Syntax):
4782 * nonascii.texi (Character Sets):
4783 Use consistent case for "Unicode Standard".
4784
4785 * anti.texi (Antinews):
4786 * customize.texi (Variable Definitions):
4787 * functions.texi (Declaring Functions):
4788 * nonascii.texi (Character Properties):
4789 * processes.texi (Serial Ports):
4790 * text.texi (Special Properties):
4791 * tips.texi (Coding Conventions):
4792 Minor rearrangements to improve TeX line-filling.
4793
4794 * commands.texi (Using Interactive): Fix cross-reference.
4795
17db8e10
JD
47962009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4797
4798 * frames.texi (Management Parameters): Mention sticky.
4799
77c7e2e1
AS
48002009-07-01 Andreas Schwab <aschwab@redhat.com>
4801
4802 * help.texi (Help Functions): Fix description of help-buffer and
4803 help-setup-xref to use @defun instead of @deffn.
4804
3f1c6666
JD
48052009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4806
4807 * frames.texi (Size Parameters): Mention maximized for fullscreen.
4808
ca27c21b
CY
48092009-06-24 Chong Yidong <cyd@stupidchicken.com>
4810
4811 * display.texi (Window Systems): Add ns to the list.
4812
70243478
CY
48132009-06-21 Chong Yidong <cyd@stupidchicken.com>
4814
4815 * Branch for 23.1.
4816
df006536
MR
48172009-06-17 Martin Rudalics <rudalics@gmx.at>
4818
4819 * windows.texi (Dedicated Windows): Fix typo.
4820 (Resizing Windows): Replace @defun by @deffn.
4821
d259fc4b
GM
48222009-06-17 Glenn Morris <rgm@gnu.org>
4823
4824 * variables.texi (Directory Local Variables):
4825 Update for 2009-04-11 name-change of dir-locals-directory-alist.
4826
30781db6
KH
48272009-06-09 Kenichi Handa <handa@m17n.org>
4828
4829 * nonascii.texi (Character Sets): State clearly that FROM and TO
4830 are codepoints of CHARSET.
4831
62e8099c
CY
48322009-06-07 Chong Yidong <cyd@stupidchicken.com>
4833
4834 * minibuf.texi (Reading File Names): Fix introductory text.
4835 Suggested by stan@derbycityprints.com.
4836 (High-Level Completion): Fix typo.
4837
ee1b1917
CY
48382009-05-28 Chong Yidong <cyd@stupidchicken.com>
4839
4840 * frames.texi (Text Terminal Colors): Multi-tty is already
4841 implemented, but tty-local colors are not.
4842
5df647e8
CY
48432009-05-27 Chong Yidong <cyd@stupidchicken.com>
4844
4845 * hooks.texi (Standard Hooks): Remove mention of obsolete
4846 redisplay-end-trigger-functions.
4847
4848 * internals.texi (Window Internals): Remove mention of obsolete
4849 redisplay-end-trigger-functions.
4850
01f17ae2
MR
48512009-05-21 Martin Rudalics <rudalics@gmx.at>
4852
4853 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
4854
4855 * backups.texi (Making Backups): backup-directory-alist and
4856 make-backup-file-name-function are options.
4857 (Auto-Saving): auto-save-list-file-prefix is an option.
4858
4859 * buffers.texi (Killing Buffers): buffer-offer-save is an
4860 option.
4861
4862 * display.texi (Refresh Screen): no-redraw-on-reenter is an
4863 option.
4864 (Echo Area Customization): echo-keystrokes is an option.
4865 (Selective Display): selective-display-ellipses is an option.
4866 (Temporary Displays): temp-buffer-show-function is an option.
4867 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
4868 are options.
4869 (Font Selection): face-font-family-alternatives,
4870 face-font-selection-order, face-font-registry-alternatives, and
4871 scalable-fonts-allowed are options.
4872 (Fringe Indicators): indicate-buffer-boundaries is an option.
4873 (Fringe Cursors): overflow-newline-into-fringe is an option.
4874 (Scroll Bars): scroll-bar-mode is an option.
4875
4876 * eval.texi (Eval): max-lisp-eval-depth is an option.
4877
4878 * files.texi (Visiting Functions): find-file-hook is an option.
4879 (Directory Names): directory-abbrev-alist is an option.
4880 (Unique File Names): temporary-file-directory and
4881 small-temporary-file-directory are options.
4882
4883 * frames.texi (Initial Parameters): initial-frame-alist,
4884 minibuffer-frame-alist and default-frame-alist are options.
4885 (Cursor Parameters): blink-cursor-alist and
4886 cursor-in-non-selected-windows ar options.
4887 (Window System Selections): selection-coding-system is an
4888 option.
4889 (Display Feature Testing): display-mm-dimensions-alist is an
4890 option.
4891
4892 * help.texi (Help Functions): help-char and help-event-list are
4893 options.
4894
4895 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
4896 an option.
4897
4898 * minibuf.texi (Minibuffer History): history-length and
4899 history-delete-duplicates are options.
4900 (High-Level Completion): read-buffer-function and
4901 read-buffer-completion-ignore-case are options.
4902 (Reading File Names): read-file-name-completion-ignore-case is
4903 an option.
4904
4905 * modes.texi (Mode Line Top): mode-line-format is an option.
4906 (Mode Line Variables): mode-line-position and mode-line-modes
4907 are options.
4908
4909 * nonascii.texi (Text Representations):
4910 enable-multibyte-characters is an option.
4911 (Default Coding Systems): auto-coding-regexp-alist,
4912 file-coding-system-alist, auto-coding-alist and
4913 auto-coding-functions are options.
4914 (Specifying Coding Systems): inhibit-eol-conversion is an
4915 option.
4916
4917 * os.texi (Init File): site-run-file is an option.
4918 (System Environment): mail-host-address is an option.
4919 (User Identification): user-mail-address is an option.
4920 (Terminal Output): baud-rate is an option.
4921
4922 * positions.texi (Word Motion): words-include-escapes is an
4923 option.
4924
4925 * searching.texi (Standard Regexps): page-delimiter,
4926 paragraph-separate, paragraph-separate and sentence-end are
4927 options.
4928
4929 * text.texi (Margins): left-margin and fill-nobreak-predicate
4930 are options.
4931
4932 * variables.texi (Local Variables): max-specpdl-size is an
4933 option.
4934
4935 * windows.texi (Choosing Window):
4936 split-window-preferred-function, special-display-function and
4937 display-buffer-function are options.
4938
106e6894
CY
49392009-05-20 Chong Yidong <cyd@stupidchicken.com>
4940
4a83454d
CY
4941 Fix errors spotted by Martin Rudalics.
4942
106e6894
CY
4943 * syntax.texi (Position Parse): Document rationale for ignored
4944 arguments to syntax-ppss-flush-cache.
4945
4946 * processes.texi (Input to Processes): Mark PROCESS arg to
4947 process-running-child-p as optional.
4948 (Network Options): Document NO-ERROR arg to
4949 set-network-process-option.
4950
4951 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
4952 command.
4953
4954 * searching.texi (POSIX Regexps): Mark posix-search-forward and
4955 posix-search-backward as commands.
4956
4957 * os.texi (Killing Emacs): Mark kill-emacs as a command.
4958 (Suspending Emacs): Mark suspend-emacs as a command.
4959 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
4960 commands.
5dcb4c4e
SM
4961 (Terminal Output): Remove obsolete function baud-rate.
4962 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
4963
4964 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
4965 terminal-coding-system and set-terminal-coding-system.
4966 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
4967 as optional.
4968 (Character Sets): Document RESTRICTION arg of char-charset.
4969 (Character Codes): Mark POS argument to get-byte as optional.
4970
4971 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
4972 minibuffer-message.
4973
4974 * files.texi (Create/Delete Dirs): Mark make-directory and
4975 delete-directory as commands.
4976
4977 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
4978
4979 * text.texi (Base 64): Mark base64-decode-string and
4980 base64-encode-string as commands.
4981 (Columns): Mark move-to-column as a command.
4982 (Mode-Specific Indent): Document RIGID arg to
4983 indent-for-tab-command.
4984 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
4985 Mark indent-code-rigidly as a command.
4986 (Substitution): Mark translate-region as a command.
4987
4988 * frames.texi (Size and Position): Remove obsolete functions
4989 screen-height and screen-width.
4990
04173931
CY
49912009-05-19 Chong Yidong <cyd@stupidchicken.com>
4992
4993 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
4994 (Displaying Buffers, Resizing Windows): Correct mistakes;
4995 next-window, previous-window, and pop-to-buffer are not commands,
4996 and fit-window-to-buffer" is a command. (Pointed out by Martin
4997 Rudalics.)
4998
eae7d8f8
RS
49992009-05-17 Richard M Stallman <rms@gnu.org>
5000
5001 * modes.texi (Precalculated Fontification): Clarify text.
5002
b8766179
MR
50032009-05-17 Martin Rudalics <rudalics@gmx.at>
5004
5005 * windows.texi (Selecting Windows): Clarify descriptions of
5006 with-selected-window and get-lru-window.
5007 (Cyclic Window Ordering): Refer to particular frame when talking
5008 about how splitting affects the ordering.
5009 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5010 switch-to-buffer-other-window. Explain how setting of
5011 display-buffer-reuse-frames affects pop-to-buffer.
5012 (Choosing Window): Clarify some details in descriptions of
5013 display-buffer-reuse-frames, pop-up-frames, and
5014 pop-up-frame-function.
5015 (Dedicated Windows): Clarify some details.
5016 (Textual Scrolling): Replace term vscroll by term vertical
5017 scroll position.
5018 (Vertical Scrolling): Fix typo.
5019 (Window Hooks): Relate text on jit-lock-register to window
5020 scrolling and size changes.
5021
734b5e3b
CY
50222009-05-14 Chong Yidong <cyd@stupidchicken.com>
5023
0a65633e
CY
5024 * frames.texi (Initial Parameters): Clarify what the initial
5025 minibuffer frame is.
05be46d7
CY
5026 (Buffer Parameters): Note that the minibuffer parameter can not be
5027 altered.
0a65633e 5028
734b5e3b
CY
5029 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5030 Document display-buffer changes.
5031
925672cd
CY
50322009-05-13 Chong Yidong <cyd@stupidchicken.com>
5033
17ecd7af
CY
5034 * anti.texi (Antinews): Rewrite for Emacs 22.
5035
925672cd
CY
5036 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5037 obarrays are first mentioned. Define "system abbrev" more
5038 prominently, and add it to the index.
5039 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5040 Copyedits.
5041 (Abbrev Expansion): Document abbrev-insert.
5042
80be4dd7
CY
50432009-05-12 Chong Yidong <cyd@stupidchicken.com>
5044
5045 * frames.texi (Font and Color Parameters): Rename from Color
5046 Parameters. Document font-backend parameter.
5047
5048 * vol2.texi (Top): Update node listing.
5049 * vol1.texi (Top): Update node listing.
5050 * elisp.texi (Top): Update node listing.
5051
372a93ac
MR
50522009-05-11 Martin Rudalics <rudalics@gmx.at>
5053
5054 * windows.texi (Choosing Window): Don't explicitly refer to
5055 split-window-sensibly's window argument in descriptions of
5056 split-height-threshold and split-width-threshold.
5057
714c3541
MR
50582009-05-10 Martin Rudalics <rudalics@gmx.at>
5059
5060 * windows.texi (Choosing Window): Fix rewrite of window
5061 splitting section.
5062
0e90e7be
EZ
50632009-05-09 Eli Zaretskii <eliz@gnu.org>
5064
f4e90db0
SM
5065 * nonascii.texi (Default Coding Systems):
5066 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 5067 Add indexing.
0e90e7be
EZ
5068 (Lisp and Coding Systems): Add index entries.
5069
d3c0c321
MR
50702009-05-09 Martin Rudalics <rudalics@gmx.at>
5071
5072 * windows.texi (Choosing Window): Describe split-window-sensibly
5073 and rewrite section on window splitting accordingly.
5074 (Textual Scrolling): Replace `...' by @code{...}.
5075
c773345a
CY
50762009-05-04 Chong Yidong <cyd@stupidchicken.com>
5077
ee2d5b5e
CY
5078 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5079 Remove obsoleted pre-abbrev-expand-hook.
5080
5081 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5082 entries.
5083
c773345a
CY
5084 * internals.texi (Object Internals): Don't assume 32-bit machines
5085 are the norm.
5086 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
5087 (Window Internals): Synch field names to window.h.
5088 (Process Internals): Synch field names to process.h.
c773345a 5089
dd449674
CY
50902009-04-29 Chong Yidong <cyd@stupidchicken.com>
5091
5092 * variables.texi (File Local Variables): Note that read-circle is
5093 bound to nil when reading file-local variables.
5094
5095 * streams.texi (Input Functions): Document read-circle.
5096 (Output Variables): Add xref to Circular Objects.
5097
4f1e25e2
CY
50982009-04-25 Chong Yidong <cyd@stupidchicken.com>
5099
5100 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5101 Features and Coding System Basics. Node that "p" stands for
5102 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5103 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5104 mouse-appearance-menu.
5105 (Programming Tips): Add xref to Progress.
5106
dca019f8
CY
51072009-04-22 Chong Yidong <cyd@stupidchicken.com>
5108
5dcb4c4e
SM
5109 * os.texi (Command-Line Arguments):
5110 Document command-line-args-left.
dca019f8
CY
5111 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5112 terminal objects for tty arguments.
5113 (Startup Summary): Add xref to Session Management.
5114 (Session Management): Mention emacs-session-restore. Copyedits.
5115
02a89103
CY
51162009-04-20 Chong Yidong <cyd@stupidchicken.com>
5117
5118 * os.texi (Startup Summary): Copyedits. The init file is not
5119 necessarily named .emacs now. Document initial-buffer-choice and
5120 initial-scratch-message. Note where Emacs exits in batch mode.
5121 Document inhibit-splash-screen as an alias.
5122 (Init File): Be neutral about which init file name to use.
5123
51242009-04-16 Chong Yidong <cyd@stupidchicken.com>
5125
5126 * os.texi (System Interface): Fix Texinfo usage.
5127
0c1cfe01
CY
51282009-04-15 Chong Yidong <cyd@stupidchicken.com>
5129
80d7cdca
CY
5130 * searching.texi (Regexp Backslash): Also refer to shy groups as
5131 non-capturing or unnumbered groups.
5132 (Regexp Functions): Add cross-reference to Regexp Backslash.
5133
0c1cfe01
CY
5134 * display.texi (Truncation): Overlays can use line-prefix and
5135 wrap-prefix too.
5136 (Overlay Properties): Document wrap-prefix and line-prefix.
5137 (Face Attributes): Document underline-minimum-offset.
5138 (Face Remapping): Copyedits.
5139 (Low-Level Font): Copyedits.
5140 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
5141 (Line Height): Emphasize that line-spacing only takes effect on
5142 graphical terminals.
0c1cfe01 5143
c4adeee0
CY
51442009-04-13 Chong Yidong <cyd@stupidchicken.com>
5145
5146 * display.texi (Refresh Screen): Note that a passage about screen
5147 refreshing is text terminal only.
5148 (Forcing Redisplay): Delete misleading comment---sit-for calls
5149 redisplay, not the other way around.
5150 (Truncation): Note new values of truncate-partial-width-windows.
5151 Copyedits.
5152 (Invisible Text): Document invisible-p.
5153
b20ecfa1
EZ
51542009-04-11 Eli Zaretskii <eliz@gnu.org>
5155
5156 * display.texi (Overlays): Overlays don't scale well. See
5157 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5158
97d8273f
CY
51592009-04-10 Chong Yidong <cyd@stupidchicken.com>
5160
f147ff75
CY
5161 * syntax.texi (Syntax Table Functions): Document cons cell
5162 argument for modify-syntax-entry.
5163 (Categories): Document cons cell argument for
5164 modify-category-entry.
5165
fca4ec76
CY
5166 * searching.texi (String Search): Document word-search-forward-lax
5167 and word-search-backward-lax.
5168 (Searching and Case): Describe isearch behavior more precisely.
5169
9c283d5b
CY
5170 * keymaps.texi (Tool Bar): Mention that some platforms do not
5171 support multi-line toolbars. Suggested by Stephen Eglen.
5172
5173 * frames.texi (Layout Parameters): Mention that Nextstep also
5174 allows only one tool-bar line. Suggested by Stephen Eglen.
5175
97d8273f
CY
5176 * nonascii.texi (Text Representations): Copyedits.
5177 (Coding System Basics): Also mention utf-8-emacs.
5178 (Converting Representations, Selecting a Representation)
5179 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5180 Copyedits.
5181 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5182
2bad3299
CY
51832009-04-09 Chong Yidong <cyd@stupidchicken.com>
5184
5185 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
5186 (Filling): Clarify REGION argument of fill-paragraph.
5187 Document fill-forward-paragraph-function.
2bad3299
CY
5188 (Special Properties): Remove "new in Emacs 22" declaration.
5189 (Clickable Text): Merge with Links and Mouse-1 node.
5190
5dcb4c4e
SM
5191 * display.texi (Button Properties, Button Buffer Commands):
5192 Change xref to Clickable Text.
2bad3299
CY
5193
5194 * tips.texi (Key Binding Conventions): Change xref to Clickable
5195 Text.
5196
5197 * elisp.texi (Top): Update node listing.
5198
ea30ce4f
CY
51992009-04-05 Chong Yidong <cyd@stupidchicken.com>
5200
47af2f4b
CY
5201 * markers.texi (The Mark): Copyedits. Improve description of
5202 handle-shift-selection.
5203 (The Region): Move use-region-p here from The Mark.
5204
ea30ce4f
CY
5205 * positions.texi (Screen Lines): Document (cols . lines) argument
5206 for vertical-motion.
5207
2aa8ea6e
CY
52082009-04-04 Chong Yidong <cyd@stupidchicken.com>
5209
3ec61d4e
CY
5210 * frames.texi (Frames): Clean up introduction. Document `ns'
5211 return value for framep.
5212 (Creating Frames): Note how the terminal is chosen.
5213 (Multiple Terminals, Multiple Displays): Merge into a single node.
5214 (Color Parameters): Fix typo.
5215
5216 * variables.texi (Local Variables, Buffer-Local Variables)
5217 (Creating Buffer-Local): Change link to Multiple Terminals.
5218
5219 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5220
5221 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5222 Terminals.
5223
5224 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5225 to Multiple Terminals.
5226
5227 * elisp.texi (Top): Update node listing.
5228 * vol2.texi (Top): Update node listing.
5229 * vol1.texi (Top): Update node listing.
5230
9257072f
CY
5231 * buffers.texi (Current Buffer): Note that the append-to-buffer
5232 example is no longer in synch with the latest code. Tie the two
5233 examples together.
5234
2aa8ea6e
CY
5235 * files.texi (File Attributes): Move note about MS-DOS from
5236 Changing Files to File Attributes.
5237 (Create/Delete Dirs): Note that mkdir is an alias for this.
5238
22e74b17
CY
52392009-04-01 Markus Triska <triska@gmx.at>
5240
5241 * processes.texi (Filter Functions): Suggest how to handle output
5242 batches.
5243
4bbe48ec
CY
52442009-03-30 Chong Yidong <cyd@stupidchicken.com>
5245
5246 * help.texi (Accessing Documentation): Update example to use
5247 help-setup-xref and with-help-window.
5248 (Help Functions): Remove print-help-return-message, which is
5249 semi-obsolete due to with-help-window. Document help-buffer and
5250 help-setup-xref.
5251
b9723f39
CY
52522009-03-29 Chong Yidong <cyd@stupidchicken.com>
5253
5dcb4c4e
SM
5254 * help.texi (Accessing Documentation, Help Functions):
5255 Remove information about long-obsolete Emacs versions.
9eb52e90 5256
b9723f39
CY
5257 * modes.texi (Mode Line Variables): The default values of the mode
5258 line variables are now more complicated.
5259
b0cc32db
CY
52602009-03-28 Chong Yidong <cyd@stupidchicken.com>
5261
3c25a5a9
CY
5262 * modes.texi (Major Mode Conventions): Note that specialness is
5263 inherited.
31c9eebb
CY
5264 (Derived Modes): Note that define-derive-mode sets the mode-class
5265 property.
3c25a5a9 5266
b0cc32db
CY
5267 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5268 goto-map. Add search-map to the list.
5269
c5e0006d
EZ
52702009-03-27 Eli Zaretskii <eliz@gnu.org>
5271
1213465a
EZ
5272 * os.texi (System Environment): Update the list of system-type
5273 values.
5274
c5e0006d
EZ
5275 * markers.texi (The Mark) <handle-shift-selection>: Update for
5276 removal of the optional argument DEACTIVATE.
5277
48bab3d6
CY
52782009-03-25 Chong Yidong <cyd@stupidchicken.com>
5279
5280 * commands.texi (Focus Events): Most X window managers don't use
5281 focus-follows-mouse nowadays.
5282
6e4ff1b6
CY
52832009-03-24 Chong Yidong <cyd@stupidchicken.com>
5284
5285 * commands.texi (Defining Commands): Clarify introduction.
5286 (Using Interactive): Not that interactive can be put in a symbol
5287 property.
5288 (Interactive Call): Note that a symbol with a non-nil
5289 interactive-form property satisfies commandp.
5290
11625308
JB
52912009-03-23 Juanma Barranquero <lekktu@gmail.com>
5292
5293 * minibuf.texi (Intro to Minibuffers): Fix typos.
5294
7b34420d
CY
52952009-03-23 Chong Yidong <cyd@stupidchicken.com>
5296
5297 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
5298 about minibuffers in old Emacs versions. Copyedits.
5299 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
5300 (Text from Minibuffer): Simplify introduction.
5301
f9257eed
AM
53022009-03-22 Alan Mackenzie <acm@muc.de>
5303
5304 * commands.texi (Using Interactive): Clarify string argument to
5305 `interactive' - even promptless elements need \n separators.
5306
f639ba70
CY
53072009-03-18 Chong Yidong <cyd@stupidchicken.com>
5308
5309 * minibuf.texi (Completion Styles): New node.
5310
5311 * elisp.texi (Top): Update node listing.
5312
d897e8ee
CY
53132009-03-17 Chong Yidong <cyd@stupidchicken.com>
5314
5315 * minibuf.texi (Basic Completion): Note that
5316 read-file-name-completion-ignore-case and
5317 read-buffer-completion-ignore-case can override
5318 completion-ignore-case.
5319 (Minibuffer Completion): Document completing-read changes.
5320 (Completion Commands): Avoid mentioning partial completion mode.
5321 Document minibuffer-completion-confirm changes, and
5322 minibuffer-confirm-exit-commands.
5323 (High-Level Completion): Document new require-match behavior for
5324 read-buffer. Document read-buffer-completion-ignore-case.
5325 (Reading File Names): Document new require-match behavior for
5326 read-file-name.
5327
b1f23349
CY
53282009-03-14 Chong Yidong <cyd@stupidchicken.com>
5329
5330 * debugging.texi (Error Debugging): Don't mislead the reader into
5331 thinking that debug-on-error enters debugger for C-f at EOB.
5332 (Error Debugging): Setting debug-on-init within the init file
5333 works, and has for some time.
5334
d6eb4e25
KH
53352009-03-13 Kenichi Handa <handa@m17n.org>
5336
5337 * display.texi (Fontsets): Update the description.
5338
1cf53dc5
CY
53392009-03-13 Chong Yidong <cyd@stupidchicken.com>
5340
5341 * advice.texi (Advising Primitives): Link to What Is a Function.
5342
81f919fc
CY
53432009-03-12 Chong Yidong <cyd@stupidchicken.com>
5344
cf4229eb
CY
5345 * compile.texi (Speed of Byte-Code): Update example.
5346 (Disassembly): Update examples.
5347
81f919fc 5348 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
5349
5350 * customize.texi (Common Keywords): It's not necessary to use :tag
5351 to remove hyphens, as custom-unlispify-tag-name does it
5352 automatically.
5dcb4c4e
SM
5353 (Variable Definitions): Link to File Local Variables.
5354 Document customized-value symbol property.
f2bbc08c
CY
5355 (Customization Types): Move menu to end of node.
5356
955964d7
CY
53572009-03-10 Chong Yidong <cyd@stupidchicken.com>
5358
5359 * macros.texi (Compiling Macros): Omit misleading sentence, which
5360 implied that macros can only be used in the same file they are
5361 defined.
5362 (Backquote): Remove obsolete information about Emacs 19.
5363
d25ed7db
GM
53642009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
5365
5366 * display.texi (Display Margins): Fix paren typo.
5367
d55f6ca5
CY
53682009-02-27 Chong Yidong <cyd@stupidchicken.com>
5369
f0e57ed8
CY
5370 * elisp.texi (Top): Update node listing.
5371
5372 * variables.texi (Variables): Clarify introduction.
5373 (Global Variables): Mention that setq is a special form.
5374 (Local Variables): Use active voice.
5375 (Tips for Defining): Mention marking variables as safe.
5376 (Buffer-Local Variables): Mention terminal-local and frame-local
5377 variables together.
5378 (File Local Variables): Copyedits.
5379 (Frame-Local Variables): Note that they are not really useful.
5380 (Future Local Variables): Node deleted.
5381
d55f6ca5 5382 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 5383 Unicode escape syntax.
d55f6ca5 5384
ca8f09a8
CY
53852009-02-23 Chong Yidong <cyd@stupidchicken.com>
5386
5387 * control.texi (Control Structures): Add cindex entry for "textual
5388 order".
5389
5390 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
5391 instead of "expression" throughout.
5392 (Function Indirection): Copyedits. Use active voice.
5393 (Eval): The default value of max-lisp-eval-depth is now 400.
5394
a20878b6
MB
53952009-02-23 Miles Bader <miles@gnu.org>
5396
5397 * processes.texi (System Processes): Rename `system-process-attributes'
5398 to `process-attributes'.
5399
61f66044
CY
54002009-02-22 Chong Yidong <cyd@stupidchicken.com>
5401
1b80d1f3
CY
5402 * symbols.texi (Property Lists): Emphasize that property lists are
5403 not restricted to symbol cells.
5404 (Other Plists): Copyedit.
5405
61f66044
CY
5406 * sequences.texi (Sequences Arrays Vectors): Make introduction
5407 more concise.
5408 (Arrays): Mention char-tables and bool-vectors too.
5409 (Vectors): Don't repeat information given in Arrays node. Link to
5410 nodes that explain the vector usage examples.
5411 (Char-Tables): Note that char-table elements can have arbitrary
5412 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 5413 Link to Property Lists node.
61f66044 5414
9403944b
CY
54152009-02-22 Chong Yidong <cyd@stupidchicken.com>
5416
5417 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
5418 `append'.
4068c7b4 5419 (List Elements): Copyedits.
9403944b
CY
5420
5421 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
5422 of `vconcat'.
5423
5424 * strings.texi (Creating Strings): Copyedits. Remove obsolete
5425 Emacs 20 usage of `concat'.
5426 (Case Conversion): Copyedits.
5427
b87a185f
CY
54282009-02-21 Chong Yidong <cyd@stupidchicken.com>
5429
5430 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
5431 Minor edits.
5432 (Frame Configuration Type): Emphasize that it is not primitive.
5433 (Font Type): New node.
5434 (Type Predicates): Add fontp; type-of now recognizes font object
5435 types.
5436
5437 * intro.texi (Version Info): Update version numbers in examples.
5438 (Acknowledgements): List more contributors.
5439
5440 * elisp.texi: Bump version number to 3.0.
5441 (Top): Link to Font Type node.
5442
867d4bb3
JB
54432009-02-20 Juanma Barranquero <lekktu@gmail.com>
5444
5445 * modes.texi (Major Mode Conventions): Remove duplicate words.
5446 (Customizing Keywords): Fix typo.
5447
77730170
EZ
54482009-02-14 Eli Zaretskii <eliz@gnu.org>
5449
5450 * nonascii.texi (User-Chosen Coding Systems): Document that
5451 select-safe-coding-system suggests raw-text if there are raw bytes
5452 in the region.
5453 (Explicit Encoding): Warn not to use `undecided' when encoding.
5454
c8736212
GM
54552009-02-11 Glenn Morris <rgm@gnu.org>
5456
5457 * frames.texi (Visibility of Frames): Mention the effect multiple
5458 workspaces/desktops can have on visibility.
5459
ab992d66
EZ
54602009-02-07 Eli Zaretskii <eliz@gnu.org>
5461
c8736212
GM
5462 * text.texi (Commands for Insertion):
5463 * commands.texi (Event Mod):
5464 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
5465 * nonascii.texi (Translation of Characters):
5466 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
5467 (Explicit Encoding): Document the `charset' text property produced
5468 by decode-coding-region and decode-coding-string.
ab992d66 5469
e651a255
AM
54702009-01-27 Alan Mackenzie <acm@muc.de>
5471
5472 * modes.texi (Search-based Fontification): Correct a typo.
5473
bc5cde4b
JB
54742009-01-25 Juanma Barranquero <lekktu@gmail.com>
5475
5476 * abbrevs.texi (Abbrev Table Properties): Fix typo.
5477 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
5478
3533155b
EZ
54792009-01-24 Eli Zaretskii <eliz@gnu.org>
5480
f721deda
EZ
5481 * display.texi (Window Systems): Document the value of
5482 `initial-window-system' under --daemon.
5483
3533155b
EZ
5484 * os.texi (System Environment): Remove description of the
5485 `environment' function which has been deleted.
5486
f79b43b2
DN
54872009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5488
5489 * frames.texi (Multiple Displays): Remove documentation for
5490 removed function make-frame-on-tty.
5491
e3aa6669
CY
54922009-01-22 Chong Yidong <cyd@stupidchicken.com>
5493
5494 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
5495 write-region-annotate-functions.
5496 Document write-region-post-annotation-function.
e3aa6669 5497
fb13a416
CY
54982009-01-19 Chong Yidong <cyd@stupidchicken.com>
5499
5500 * display.texi (Font Lookup): Document WIDTH argument of
5501 x-list-fonts.
5502
02eccf6b
EZ
55032009-01-17 Eli Zaretskii <eliz@gnu.org>
5504
ead3f58d
EZ
5505 * maps.texi (Standard Keymaps): Rename function-key-map to
5506 local-function-key-map.
5507
5508 * keymaps.texi (Translation Keymaps): Rename function-key-map to
5509 local-function-key-map.
5510
5511 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
5512 and `set-keyboard-coding-system' now accept an optional terminal
5513 argument.
5514
5515 * commands.texi (Event Mod): `keyboard-translate-table' is now
5516 terminal-local.
5517 (Function Keys): Rename function-key-map to
5518 local-function-key-map.
5519
df05a163
EZ
5520 * elisp.texi (Top): Make @detailmenu be consistent with changes in
5521 frames.texi.
5522
0ed8034e 5523 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
5524 `delete-terminal-functions', `suspend-tty-functions' and
5525 `resume-tty-functions'.
0ed8034e
EZ
5526
5527 * frames.texi (Frames): Document `frame-terminal' and
5528 `terminal-live-p'.
5529 (Multiple Displays): Document `make-frame-on-tty'.
5530 (Multiple Terminals): Document `terminal-list', `delete-terminal',
5531 `terminal-name', and `get-device-terminal'.
490f1197
EZ
5532 (Terminal Parameters): Document `terminal-parameters',
5533 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
5534
5535 * os.texi (System Environment): Document `environment' and
5536 `initial-environment'.
490f1197
EZ
5537 (Suspending Emacs): Update for multi-tty; document
5538 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 5539
02eccf6b
EZ
5540 * nonascii.texi (Coding System Basics): More accurate description
5541 of `raw-text'.
5542
f19fea97
JB
55432009-01-12 Juanma Barranquero <lekktu@gmail.com>
5544
5545 * display.texi (Low-Level Font): Fix typo.
5546
16fa292f
CY
55472009-01-10 Chong Yidong <cyd@stupidchicken.com>
5548
5549 * elisp.texi (Top): Update node listing.
5550
5551 * display.texi (PostScript Images): Node deleted.
5552
0b4faef3
EZ
55532009-01-10 Eli Zaretskii <eliz@gnu.org>
5554
3355f04d
EZ
5555 * processes.texi (Decoding Output): Document that null bytes force
5556 no-conversion for reading process output.
5557
5558 * files.texi (Reading from Files): Document that null bytes force
5559 no-conversion when visiting files.
5560
11625308 5561 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 5562
5dcb4c4e
SM
5563 * nonascii.texi (Lisp and Coding Systems):
5564 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 5565 (Character Properties): Improve wording.
0b4faef3 5566
ce9cf065
CY
55672009-01-09 Chong Yidong <cyd@stupidchicken.com>
5568
5569 * display.texi (Font Lookup): Remove obsolete function
5570 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
5571 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
5572 (Font Selection): Reorder order of variable descriptions.
5573 Minor clarifications.
ce9cf065
CY
5574
5575 * elisp.texi (Top): Update node listing.
5576
ab756fb3
GM
55772009-01-09 Glenn Morris <rgm@gnu.org>
5578
5579 * commands.texi (Command Loop Info): Say that last-command-char and
5580 last-input-char are obsolete aliases.
5581
5582 * edebug.texi (Edebug Recursive Edit): Remove separate references to
5583 last-input-char and last-command-char, since they are just aliases for
5584 last-input-event and last-command-event.
5585
5586 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
5587 last-command-char.
5588
6b2b8ab1
CY
55892009-01-08 Chong Yidong <cyd@stupidchicken.com>
5590
5591 * elisp.texi: Update node listing.
5592
5593 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
5594 (Face Attributes): Don't link to Font Lookup.
5595 Document font-family-list.
6b2b8ab1
CY
5596 (Fonts): New node.
5597
3568e767
JR
55982009-01-08 Jason Rumney <jasonr@gnu.org>
5599
5600 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 5601 changing the standard pointer shapes. (Bug#1485)
3568e767 5602
6221c8db
CY
56032009-01-08 Chong Yidong <cyd@stupidchicken.com>
5604
5605 * display.texi (Attribute Functions): Note that a function value
5606 :height is relative, and that compatibility functions work by
5607 calling set-face-attribute.
5608 (Displaying Faces): Reorder list in order of increasing priority.
5609 (Face Remapping): New node. Content moved here from Displaying
5610 Faces.
5611 (Glyphs): Link to Face Functions.
5612
e3d3799a
CY
56132009-01-08 Chong Yidong <cyd@stupidchicken.com>
5614
5615 * display.texi (Faces): Don't discuss face id here. facep does
5616 not return t.
5617 (Defining Faces): Minor clarification.
5618 (Face Attributes): Rearrange items to match docstring of
5619 set-face-attribute. Add :foundry attribute. Document new role of
5620 :font attribute. Texinfo usage fix.
5621 (Attribute Functions): Copyedits.
5622 (Face Functions): Note that face number is seldom used.
5623
638a2457
RS
56242009-01-05 Richard M Stallman <rms@gnu.org>
5625
5626 * strings.texi (Predicates for Strings): Minor clarification.
5627
5628 * functions.texi (Function Safety): Texinfo usage fix.
5629
39cb9e56 56302009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
49ea0074
JB
5631
5632 * objects.texi (General Escape Syntax): Fix typo.
5633
9f822178
MR
56342009-01-03 Martin Rudalics <rudalics@gmx.at>
5635
5636 * windows.texi (Choosing Window): Say that pop-up-frame-alist
5637 works via the default value of pop-up-frame-function.
5638
af34ad36
EZ
56392009-01-02 Eli Zaretskii <eliz@gnu.org>
5640
5641 * processes.texi (System Processes): Document the `time' and
5642 `ctime' attributes of `system-process-attributes'.
5643
d31f6679
CY
56442009-01-01 Chong Yidong <cyd@stupidchicken.com>
5645
5646 * display.texi (Face Attributes): Clarify :height attribute.
5647
174dc00c
MR
56482008-12-31 Martin Rudalics <rudalics@gmx.at>
5649
5650 * buffers.texi (The Buffer List): Clarify what moves a buffer to
5651 the front of the buffer list. Add entries for `last-buffer' and
5652 `unbury-buffer'.
5653
b8afe7e4
EZ
56542008-12-27 Eli Zaretskii <eliz@gnu.org>
5655
d14030f5
EZ
5656 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
5657 and its subsections.
5658
5659 * frames.texi (Multiple Terminals, Low-level Terminal)
5660 (Terminal Parameters, Frames on Other TTY devices): New sections.
5661 (Frames): Add an xref to "Multiple Terminals".
5662
765980a4
EZ
5663 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
5664
5665 * objects.texi (Terminal Type): New node.
5666 (Editing Types): Add it to the menu.
5667
47bd5577
EZ
5668 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
5669 Variables".
5670
eb22b78c 5671 * variables.texi (Directory Local Variables): New node.
47bd5577 5672 (Variables): Add a menu item for it.
eb22b78c 5673
b8afe7e4
EZ
5674 * loading.texi (Autoload): Document `generate-autoload-cookie' and
5675 `generated-autoload-file'.
5676
77bb0476
EZ
56772008-12-20 Eli Zaretskii <eliz@gnu.org>
5678
028e2c19
EZ
5679 * os.texi (Startup Summary): Add xref to documentation of
5680 `initial-window-system'.
5681
77bb0476
EZ
5682 * display.texi (Window Systems): Document `window-system' the
5683 function. The variable `window-system' is now frame-local.
028e2c19 5684 Document `initial-window-system'.
77bb0476 5685
dda87836
MR
56862008-12-19 Martin Rudalics <rudalics@gmx.at>
5687
5688 * windows.texi (Windows): Rewrite description of
5689 fit-window-to-buffer.
5690
caef3ed2
GM
56912008-12-13 Glenn Morris <rgm@gnu.org>
5692
5693 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
5694 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
5695
21c58e4d
GM
56962008-12-12 Glenn Morris <rgm@gnu.org>
5697
5698 * debugging.texi (Error Debugging): Refer forwards to
5699 eval-expression-debug-on-error.
5700
af38459f
EZ
57012008-12-05 Eli Zaretskii <eliz@gnu.org>
5702
5dedd9b5
EZ
5703 * strings.texi (String Basics): Only unibyte strings that
5704 represent key sequences hold 8-bit raw bytes.
5705
af38459f
EZ
5706 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
5707 paragraph to speak about `undecided'.
5708 (Character Properties): Don't explain the meaning of each
5709 property; instead, identify their Unicode Standard names.
b3f1f4a5 5710 (Character Sets): Document `map-charset-chars'.
af38459f 5711
fa047ae7
GM
57122008-12-02 Glenn Morris <rgm@gnu.org>
5713
5714 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
5715 section yet again.
5716
47dbc044
EZ
57172008-11-29 Eli Zaretskii <eliz@gnu.org>
5718
98d05998
EZ
5719 * nonascii.texi (Character Properties): New Section.
5720 (Specifying Coding Systems): Document
5721 `coding-system-priority-list', `set-coding-system-priority', and
5722 `with-coding-priority'.
5723 (Lisp and Coding Systems): Document `check-coding-systems-region'
5724 and `coding-system-charset-list'.
5725 (Coding System Basics): Document `coding-system-aliases'.
5726
5727 * elisp.texi (Top): Add a @detailmenu entry for "Character
5728 Properties".
5729
47dbc044
EZ
5730 * objects.texi (Character Type): Correct the range of Emacs
5731 characters. Add an @xref to "Character Codes".
5732
5733 * strings.texi (String Basics): Add an @xref to "Character Codes".
5734
5735 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
5736
5737 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
5738 (Character Codes): Document `max-char'.
5739
8b80cdf5
EZ
57402008-11-28 Eli Zaretskii <eliz@gnu.org>
5741
5742 * nonascii.texi (Text Representations, Converting Representations)
5743 (Character Sets, Scanning Charsets, Translation of Characters):
5744 Make text more accurate.
5745
a99dceba
GM
57462008-11-28 Glenn Morris <rgm@gnu.org>
5747
5748 * files.texi (Format Conversion Round-Trip): Improve previous change.
5749
f6dc3bed
CY
57502008-11-26 Chong Yidong <cyd@stupidchicken.com>
5751
5752 * modes.texi (Auto Major Mode): Fix example.
5753
5da9413d
GM
57542008-11-25 Glenn Morris <rgm@gnu.org>
5755
5756 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
5757
5758 * files.texi (Format Conversion Round-Trip):
5759 Use active voice for previous change.
5760
fcca848c
CY
57612008-11-25 Chong Yidong <cyd@stupidchicken.com>
5762
5763 * os.texi (Processor Run Time):
5764 * processes.texi (Transaction Queues):
5765 * markers.texi (The Mark):
5766 * windows.texi (Choosing Window, Selecting Windows):
5767 * files.texi (Changing Files, Magic File Names):
5768 * commands.texi (Key Sequence Input):
5769 * functions.texi (Declaring Functions):
5770 * strings.texi (Predicates for Strings):
5771 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
5772
36c8dc54
CY
57732008-11-24 Chong Yidong <cyd@stupidchicken.com>
5774
5775 * help.texi (Accessing Documentation): Update example.
5776
5777 * variables.texi (Defining Variables): Note that `*' is not
5778 necessary if defcustom is used.
5779
2a79b242
EZ
57802008-11-22 Eli Zaretskii <eliz@gnu.org>
5781
5782 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
5783 Characters" from @detailmenu.
5784
5785 * nonascii.texi (Character Codes, Character Sets)
5786 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
5787 (Chars and Bytes, Splitting Characters): Sections removed.
5788
392f0d26
LK
57892008-11-22 Lute Kamstra <lute@gnu.org>
5790
5791 * positions.texi (Text Lines): Update goto-line documentation.
5792
af1a5cd5
MR
57932008-11-21 Martin Rudalics <rudalics@gmx.at>
5794
6a4cfb0c
MR
5795 * frames.texi (Frames): Fix typo, add cross references, reword.
5796 (Initial Parameters): Reword special-display-frame-alist text.
5797 (Frames and Windows): Reword. Describe argument norecord for
5798 set-frame-selected-window.
5799 (Input Focus): Describe argument norecord for select-frame.
5800 Remove comment on MS-Windows behavior for focus-follows-mouse.
5801 (Raising and Lowering): Mention windows-frames dichotomy in
5802 metaphor.
5803
af1a5cd5
MR
5804 * windows.texi (Displaying Buffers, Vertical Scrolling)
5805 (Horizontal Scrolling): Fix indenting and rewording issues
5806 introduced with 2008-11-07 change.
5807
c249fa9c
GM
58082008-11-20 Glenn Morris <rgm@gnu.org>
5809
5810 * files.texi (Format Conversion Round-Trip): Mention `preserve'
5811 element of `format-alist'.
5812
204d4665
GM
58132008-11-19 Glenn Morris <rgm@gnu.org>
5814
5815 * doclicense.texi: Update to FDL 1.3.
5816 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
5817
cc0910af
CY
58182008-11-18 Chong Yidong <cyd@stupidchicken.com>
5819
efe6e7c4
CY
5820 * windows.texi (Window Hooks): Remove *-end-trigger-functions
5821 vars, which are obsolete. Mention jit-lock-register.
5822
5dcb4c4e
SM
5823 * modes.texi (Other Font Lock Variables):
5824 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 5825
cc0910af
CY
5826 * frames.texi (Color Parameters): Document alpha parameter.
5827
aeeedf76
MR
58282008-11-16 Martin Rudalics <rudalics@gmx.at>
5829
5830 * windows.texi (Splitting Windows, Deleting Windows)
5831 (Selecting Windows, Cyclic Window Ordering)
5832 (Buffers and Windows, Displaying Buffers, Choosing Window)
5833 (Dedicated Windows, Window Point, Window Start and End)
5834 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
5835 (Size of Window, Resizing Windows, Window Configurations)
5836 (Window Parameters): Avoid @var at beginning of sentences and
5837 reword accordingly.
5838
4c565c5c
LK
58392008-11-11 Lute Kamstra <lute@gnu.org>
5840
5841 * files.texi (File Name Components): Fix file-name-extension
5842 documentation.
5843
25f494c9
JB
58442008-11-11 Juanma Barranquero <lekktu@gmail.com>
5845
5846 * frames.texi (Basic Parameters): Remove display-environment-variable
5847 and term-environment-variable.
5848
a1401ab1
EZ
58492008-11-08 Eli Zaretskii <eliz@gnu.org>
5850
5851 * windows.texi (Basic Windows, Splitting Windows)
5852 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
5853 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
5854 (Resizing Windows, Window Configurations, Window Parameters):
5855 Fix wording and markup.
a1401ab1 5856
efafc282
MR
58572008-11-07 Martin Rudalics <rudalics@gmx.at>
5858
5859 * windows.texi (Windows): Update entries.
5860 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 5861 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
5862 (Selecting Windows, Cyclic Window Ordering): Reword with special
5863 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
5864 (Buffers and Windows, Choosing Window): Reword with special
5865 emphasis on dedicated windows.
5866 (Displaying Buffers): Reword. For switch-to-buffer mention that
5867 it may fall back on pop-to-buffer. For other-window try to
5868 explain how it treats the cyclic ordering of windows.
efafc282
MR
5869 (Dedicated Windows): New node and section discussing dedicated
5870 windows and associated functions.
86ab855a 5871 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
5872 (Window Start and End): Rename node and section title. Reword.
5873 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
5874 Minor rewording.
5875 (Size of Window): Reword, in particular text on window-width.
5876 (Resizing Windows): Reword. Add text on balancing windows.
5877 (Window Configurations): Reword. Mention window parameters.
5878 (Window Parameters): New node and section on window parameters.
5879 (Window Hooks): Reword. Mention that
5880 window-configuration-change-hook is run "buffer-locally".
5881 * elisp.texi (Top): Update Windows entries in @detailmenu
5882 section.
5883
d60a8ab2
JB
58842008-11-04 Juanma Barranquero <lekktu@gmail.com>
5885
5886 * searching.texi (Regexp Search): Fix typo.
5887
01777627
CY
58882008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5889
5890 * searching.texi (Regexp Search): Document GREEDY arg.
5891 (Simple Match Data): Fix return value.
5892
c4526e93
EZ
58932008-11-01 Eli Zaretskii <eliz@gnu.org>
5894
5895 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
5896 with Emacs 23 internal representation of characters.
5897 Document `unibyte-string'.
c4526e93 5898
fe2ae8b5
CY
58992008-10-28 Chong Yidong <cyd@stupidchicken.com>
5900
5901 * processes.texi (Process Information): Note that process-status
5902 does not accept buffer names.
5903
cc5a21e3
CY
59042008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5905
5906 * positions.texi (Skipping Characters): Correct return value of
5907 skip-chars-forward.
5908
09460d9a
MR
59092008-10-25 Martin Rudalics <rudalics@gmx.at>
5910
520b29e7
MR
5911 * windows.texi (Deleting Windows): Update documentation of
5912 delete-windows-on.
5913 (Buffers and Windows): Update documentations of
5914 get-buffer-window and get-buffer-window-list.
5915 (Displaying Buffers): Update documentation of
5916 replace-buffer-in-windows.
5917
09460d9a
MR
5918 * buffers.texi (Current Buffer): Reword set-buffer and
5919 with-current-buffer documentations.
5920 (Creating Buffers): Reword documentation of get-buffer-create.
5921
4d48fcdc
MR
59222008-10-23 Martin Rudalics <rudalics@gmx.at>
5923
5924 * buffers.texi (Current Buffer): Reword documentation of
5925 set-buffer.
5926 (Buffer Names): Reword documentation of buffer-name.
5927 (The Buffer List): For bury-buffer explain what happens with the
5928 buffer's window.
5929 (Creating Buffers): Say that get-buffer-create's arg is called
5930 buffer-or-name.
5931
f0143c43
CY
59322008-10-22 Chong Yidong <cyd@stupidchicken.com>
5933
3e5dbbd3
CY
5934 * advice.texi (Computed Advice): Explain what DEFINITION is.
5935
f0143c43
CY
5936 * nonascii.texi (Character Codes): Remove obsolete function
5937 char-valid-p, and document characterp instead.
5938
52a94b85
MR
59392008-10-22 Martin Rudalics <rudalics@gmx.at>
5940
5941 * windows.texi (Displaying Buffers): Reword documentation of
5942 pop-to-buffer.
5943 (Choosing Window): Rewrite documentation of display-buffer and
5944 its options.
5945
f76f8246
MR
5946 * buffers.texi (Killing Buffers): Update documentation of
5947 kill-buffer.
5948
acc8b598
EZ
59492008-10-21 Eli Zaretskii <eliz@gnu.org>
5950
80e6b6df
EZ
5951 * processes.texi (Serial Ports): Fix wording and improve markup.
5952
3645358a
EZ
5953 * searching.texi (Regexp Search): Document `string-match-p' and
5954 `looking-at-p'.
5955 (POSIX Regexps): Add an xref for "non-greedy".
5956 (Regexp Special): Add @cindex entry for "non-greedy".
5957
b3d50cff 5958 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 5959 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 5960
73b7530a
EZ
5961 * frames.texi (Color Names): Add an xref to `read-color'.
5962
5963 * minibuf.texi (High-Level Completion): Document `read-color'.
5964
acc8b598
EZ
5965 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
5966
5967 * positions.texi (Narrowing): Add an xref to "Swapping Text".
5968
5969 * buffers.texi (Swapping Text): New section, documents
5970 `buffer-swap-text'.
5971
10e187e8
MR
59722008-10-21 Martin Rudalics <rudalics@gmx.at>
5973
5974 * windows.texi (Resizing Windows): Minor wording fix.
5975
fd6f900c
EZ
59762008-10-20 Eli Zaretskii <eliz@gnu.org>
5977
5978 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
5979 and `combine-and-quote-strings'.
5980
5981 * strings.texi (Creating Strings): Add xrefs for them.
5982
e4372165
EZ
59832008-10-19 Eli Zaretskii <eliz@gnu.org>
5984
d6328fba
EZ
5985 * elisp.texi (Top): Make descriptive text for "Reading File Names"
5986 match the corresponding menu in minibuf.texi.
5987
e4372165
EZ
5988 * minibuf.texi (Reading File Names): Document `read-shell-command'
5989 and `minibuffer-local-shell-command-map'.
5990
5d8dda33
MR
59912008-10-19 Martin Rudalics <rudalics@gmx.at>
5992
5993 * windows.texi (Resizing Windows): Remove var{} around "window" in
5994 documentation of enlarge-window.
5995 Rewrite documentation of window-min-height and window-min-width.
5996
437706cd
EZ
59972008-10-19 Eli Zaretskii <eliz@gnu.org>
5998
80f85d7c
EZ
5999 * functions.texi (Calling Functions): Document `apply-partially'.
6000
291703b5
EZ
6001 * hooks.texi (Standard Hooks): Mention
6002 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6003
6004 * variables.texi (File Local Variables): Document
6005 `file-local-variables-alist', `before-hack-local-variables-hook'
6006 and `hack-local-variables-hook'.
6007
583d8b3c
EZ
6008 * processes.texi (Synchronous Processes): Document `process-lines'.
6009
5dcb4c4e
SM
6010 * customize.texi (Variable Definitions):
6011 Document `custom-reevaluate-setting'.
437706cd 6012
7e51d89b
MR
60132008-10-18 Martin Rudalics <rudalics@gmx.at>
6014
6015 * windows.texi (Choosing Window, Deleting Windows)
6016 (Displaying Buffers): Expand documentation of dedicated windows.
6017
43c59a3d
EZ
60182008-10-18 Eli Zaretskii <eliz@gnu.org>
6019
018a960d
EZ
6020 * files.texi (Changing Files): Document symbolic input of file
6021 modes to `set-file-modes'. Document `read-file-modes' and
6022 `file-modes-symbolic-to-number'.
6023
2c0b8144
EZ
6024 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6025 and `search-map'.
6026
5dcb4c4e
SM
6027 * searching.texi (Search and Replace):
6028 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 6029 Document `multi-query-replace-map'.
80120f13 6030
6d4913f0 6031 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
6032 (Completion Commands, Reading File Names):
6033 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
6034 `minibuffer-local-filename-must-match-map'.
6035 (Minibuffer Completion): The `require-match' argument to
6036 `completing-read' can now have the value `confirm-only'.
6037
43c59a3d
EZ
6038 * windows.texi (Displaying Buffers): Minor wording fix.
6039 (Choosing Window): `split-height-threshold' can now be nil.
6040 Document `split-width-threshold'. `pop-up-frames' can have the
6041 value `graphic-only'.
6042
f36acfd9
EZ
60432008-10-17 Eli Zaretskii <eliz@gnu.org>
6044
6045 * os.texi (Startup Summary): Document `before-init-time' and
6046 `after-init-time'. Document `initial-window-system' and
6047 `window-system-initialization-alist'. Document reading the
6048 abbrevs file. Document the call to `server-start' under --daemon.
6049 Rearrange a bit to be consistent with the code flow.
53728487
EZ
6050 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6051 (Time Parsing): Document `format-seconds'.
f36acfd9 6052
96995b89
MR
60532008-10-17 Martin Rudalics <rudalics@gmx.at>
6054
6055 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6056 and reword.
6057
2de17c73
EZ
60582008-10-16 Eli Zaretskii <eliz@gnu.org>
6059
6060 * markers.texi (The Mark): Document use-region-p.
6061
9cf52b11
EZ
60622008-10-15 Eli Zaretskii <eliz@gnu.org>
6063
c3aaf1d7
EZ
6064 * internals.texi (Writing Emacs Primitives): The interactive spec
6065 of a primitive can be a Lisp form.
6066
841a1743
EZ
6067 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6068 values of transient-mark-mode. Document handle-shift-selection.
6069
6070 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6071 (Interactive Examples): Show an example of `^'.
6072 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
6073 (Defining Commands, Using Interactive): The interactive-form of a
6074 function can be added via its symbol's property.
841a1743 6075
52441368
EZ
6076 * positions.texi (List Motion): beginning-of-defun-function can
6077 now accept an argument.
6078
8e8c1a72
EZ
6079 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6080 now return a list of strings.
6081
a33a1f2a
EZ
6082 * control.texi (Handling Errors): Document ignore-errors.
6083
4fb04348
EZ
6084 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6085 (Parameter Access): Document set-frame-parameter.
6086
ee666f84
EZ
6087 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6088 Hooks" for the effect of kill-all-local-variables on local hook
6089 functions.
6090
9cf52b11
EZ
6091 * modes.texi (Major Mode Conventions, Mode Line Variables):
6092 `mode-name' need not be a string. xref to "Mode Line Data" for
6093 details, and to "Emulating Mode Line" for computing a string
6094 value.
6095
22526bc4
EZ
60962008-10-14 Eli Zaretskii <eliz@gnu.org>
6097
a65f6a85
EZ
6098 * processes.texi (System Processes): New section.
6099 (Processes, Signals to Processes): Add xrefs to it.
6100
6101 * objects.texi (Editing Types): A `process' is a subprocess of
6102 Emacs, not just any process running on the OS.
6103
6104 * elisp.texi (Top): Adjust the @detailmenu for the above two
6105 changes.
6106
2724b26a
EZ
6107 * sequences.texi (Char-Tables): Remove documentation of
6108 set-char-table-default, which has no effect since Emacs 23.
6109 <char-table-range, set-char-table-range>: Don't mention generic
6110 characters and charsets. Add a cons cell as a possible argument.
6111
6112 * nonascii.texi (Splitting Characters)
6113 (Translation of Characters): Don't mention generic characters.
6114
6115 * display.texi (Fontsets): Don't mention generic characters.
6116
22526bc4 6117 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 6118 argument FUNCTION with a cons cell as KEY.
22526bc4 6119
eaf4b689
EZ
61202008-10-13 Eli Zaretskii <eliz@gnu.org>
6121
45e46036
EZ
6122 * objects.texi (Primitive Function Type): Move "@cindex special
6123 forms" from here...
6124
6125 * eval.texi (Special Forms): ...to here.
6126
6127 * functions.texi (What Is a Function): `functionp' returns nil for
6128 special forms. Add an xref.
6129
eaf4b689
EZ
6130 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6131 Variables".
6132
6133 * variables.texi (Frame-Local Variables): New section.
6134 (Buffer-Local Variables): Add an xref to it.
6135 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6136 have both frame-local and buffer-local binding.
6137
6138 * frames.texi (Frames): Mention multiple tty frames.
6139 (Frame Parameters, Parameter Access): Mention frame-local variable
6140 bindings.
6141
15688fce
GM
61422008-09-20 Glenn Morris <rgm@gnu.org>
6143
6144 * display.texi (Defining Faces): Recommend against face variables.
6145
35539065
JB
61462008-09-16 Juanma Barranquero <lekktu@gmail.com>
6147
6148 * display.texi (Echo Area Customization): Fix typo.
6149
6a57054b
JB
61502008-09-09 Juanma Barranquero <lekktu@gmail.com>
6151
6152 * loading.texi (Where Defined): Add `defface' item.
6153
d632fb82
MR
61542008-09-06 Martin Rudalics <rudalics@gmx.at>
6155
6156 * loading.texi (Where Defined): Fix description of symbol-file.
6157
905a9adb
JR
61582008-08-26 Jason Rumney <jasonr@gnu.org>
6159
6160 * display.texi (TIFF Images): New section describing :index property.
6161
852e91b7
CY
61622008-08-23 Chong Yidong <cyd@stupidchicken.com>
6163
6164 * display.texi (Temporary Displays): Remove unnecessary comment
6165 about usage of temp-buffer-show-hook.
6166
6be001ee
CY
61672008-08-05 Chong Yidong <cyd@stupidchicken.com>
6168
6169 * symbols.texi (Other Plists): Fix incorrect example.
6170 Suggested by Florian Beck.
6171
58e3d8e8
JB
61722008-07-31 Juanma Barranquero <lekktu@gmail.com>
6173
6174 * os.texi: Fix previous change.
6175
7c2fb837
DN
61762008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6177
6178 * os.texi:
6179 * intro.texi:
6180 * files.texi: Remove VMS support.
6181
9e2a2647
DN
61822008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6183
6184 * os.texi:
6185 * frames.texi:
6186 * display.texi: Remove mentions of Mac Carbon.
6187
c4f4682b
MB
61882008-07-01 Miles Bader <miles@gnu.org>
6189
6190 * text.texi (Special Properties):
6191 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6192
3696411e
JB
61932008-06-28 Johan Bockgård <bojohan@gnu.org>
6194
6195 * display.texi (Other Image Types): Fix copy/paste error; say
6196 "PBM", not "XBM".
6197
f2a77c3a
DN
61982008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6199
6200 * os.texi: Remove references to obsolete systems.
6201
6d52677d
EZ
62022008-06-20 Eli Zaretskii <eliz@gnu.org>
6203
6204 * makefile.w32-in (distclean): Remove makefile.
6205
1a87da4c
GM
62062008-06-17 Glenn Morris <rgm@gnu.org>
6207
6208 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6209 (elisp, dist): Remove rules and variables that are obsolete now
6210 the lisp manual is no longer distributed separately.
6211
fdda1c5d
GM
62122008-06-16 Glenn Morris <rgm@gnu.org>
6213
646692e9
GM
6214 * configure, configure.in, mkinstalldirs: Remove unused files.
6215
6216 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 6217 * vol1.texi (EMACSVER):
6a57054b 6218 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
6219
6220 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6221 as per maintain.info.
6222
611bee81
GM
62232008-06-15 Glenn Morris <rgm@gnu.org>
6224
a7bed3a0
GM
6225 * makefile.w32-in (manual): Use "23" rather than "21".
6226
6227 * Makefile.in (emacsver): New, set by configure.
6228 (manual): Use emacsver.
6229
d794edf2
GM
6230 * intro.texi: Report bugs using M-x report-emacs-bug.
6231
611bee81
GM
6232 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6233
c73e02fa
GM
62342008-06-13 Daniel Engeler <engeler@gmail.com>
6235
6236 * elisp.texi, internals.texi, processes.texi: Add documentation
6237 about serial port access.
6238
e40a85cd
MB
62392008-06-05 Miles Bader <miles@gnu.org>
6240
6241 * display.texi (Displaying Faces): Update to reflect function
6242 renamings in face-remap.el.
6243
7b753744
JB
62442008-06-05 Juanma Barranquero <lekktu@gmail.com>
6245
6246 * display.texi (Fontsets): Fix typos.
6247
9d3d42fb
MB
62482008-06-03 Miles Bader <miles@gnu.org>
6249
7b753744
JB
6250 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6251 remove-relative-face-remapping, set-base-face-remapping,
6252 and set-default-base-face-remapping.
9d3d42fb 6253
f2cec7a9
MB
62542008-06-01 Miles Bader <miles@gnu.org>
6255
6256 * display.texi (Displaying Faces): Add face-remapping-alist.
6257
8f39c96d
SM
62582008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6259
6260 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6261 variable names.
6262
1ef5eecc
ER
62632008-05-03 Eric S. Raymond <esr@golux>
6264
352c8b4a 6265 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
6266 (current-global-map) return references, not copies.
6267
63b4387f
JL
62682008-05-02 Juri Linkov <juri@jurta.org>
6269
6270 * minibuf.texi (Text from Minibuffer): Document a list of
6271 default values for `read-from-minibuffer'.
6272
38a8b703
JB
62732008-04-24 Juanma Barranquero <lekktu@gmail.com>
6274
6275 * nonascii.texi (Translation of Characters): Fix previous change.
6276
7c42e639
CY
62772008-04-20 Chong Yidong <cyd@stupidchicken.com>
6278
6279 * display.texi (Overlay Properties): Clarify role of underlying
6280 textprop and overlay keymaps for display strings.
6281
6282 * keymaps.texi (Active Keymaps): Ditto.
6283
25c0d999
SM
62842008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6285
6286 * minibuf.texi (Programmed Completion):
6287 Replace dynamic-completion-table with the new completion-table-dynamic.
6288
e3af5968
CY
62892008-04-07 Chong Yidong <cyd@stupidchicken.com>
6290
6291 * intro.texi (Some Terms): Change "fonts in this manual" index
6292 entry to "typographic conventions".
6293
6bfc8698
EZ
62942008-04-05 Eli Zaretskii <eliz@gnu.org>
6295
6296 * objects.texi (Text Props and Strings): Add indexing for read
6297 syntax of text properties.
6298
4972c361
SM
62992008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6300
6301 * processes.texi (Decoding Output): Remove process-filter-multibyte
6302 functions.
6303
c70a68db
MR
63042008-03-15 Martin Rudalics <rudalics@gmx.at>
6305
6306 * display.texi (Finding Overlays): Say that empty overlays at
6307 the end of the buffer are reported too.
6308
1291fd36
GM
63092008-03-13 Glenn Morris <rgm@gnu.org>
6310
6311 * elisp.texi (EMACSVER): Set to 23.0.60.
6312
c6b0dfd5
CY
63132008-02-26 Chong Yidong <cyd@stupidchicken.com>
6314
38a8b703 6315 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 6316
875fc30c
GM
63172008-02-22 Glenn Morris <rgm@gnu.org>
6318
6319 * frames.texi (Position Parameters): Clarify the description of
6320 `left' and `top', using information from "Geometry".
6321 (Geometry): Give a pointer to "Position Parameters", rather than
6322 repeating information.
6323
d8c8e45a
GM
63242008-02-11 Glenn Morris <rgm@gnu.org>
6325
6326 * objects.texi (Equality Predicates): No longer talk about "two"
6327 functions.
6328
38a8b703 63292008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
6330
6331 * objects.texi (Equality Predicates): Add defun for
6332 equal-including-properties.
6333
bfffe0b1
GM
63342008-02-10 Glenn Morris <rgm@gnu.org>
6335
6336 * objects.texi (Equality Predicates):
6337 Mention equal-including-properties.
6338
431b78c9
RS
63392008-02-07 Richard Stallman <rms@gnu.org>
6340
6341 * windows.texi (Window Start): Mention the feature of moving
6342 window-start to start of line.
6343
c8763fb6 63442008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
6345
6346 * keymaps.texi (Tool Bar): Document rtl property.
6347
1a256502
TTN
63482008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6349
6350 * display.texi (Button Types):
6351 For define-button-type, clarify type of NAME.
6352
569382c2
MR
63532008-01-19 Martin Rudalics <rudalics@gmx.at>
6354
6355 * buffers.texi (Buffer Modification): Fix typo.
6356
f3041af1
DN
63572008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6358
6359 * os.texi (System Environment): Remove references to OSes that are
6360 not supported anymore.
6361
d35e1cd7
DN
63622008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6363
6364 * os.texi (System Environment): Remove mention for Masscomp.
6365
23af7580
RS
63662008-01-04 Richard Stallman <rms@gnu.org>
6367
6368 * display.texi (Faces): Don't talk about internal face vector as arg
6369 to facep.
6370
6371 * customize.texi (Type Keywords): Fix previous change.
6372
6373 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
6374 * elisp.texi (Top): Fix menu for commands.texi change.
6375
ec7d5b1e
RS
63762007-12-30 Richard Stallman <rms@gnu.org>
6377
5dcb4c4e 6378 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
6379 (Accessing Scroll): New node broken out of Accessing Mouse.
6380
101a6cea
RS
63812007-12-28 Richard Stallman <rms@gnu.org>
6382
6383 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 6384 (Basic Parameters): For `title', refer to title bar.
041817a4 6385 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 6386
72b7e664
RS
63872007-12-23 Richard Stallman <rms@gnu.org>
6388
6389 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
6390 Improve some of the commented-out keywords' text too.
6391
27a4f445
MR
63922007-12-14 Martin Rudalics <rudalics@gmx.at>
6393
e2e3f1d7
MR
6394 * nonascii.texi (Encoding and I/O): Reword to avoid saying
6395 "visit the current buffer".
6396
27a4f445
MR
6397 * os.texi (System Interface): Fix typo.
6398
a2afc99d
RS
63992007-12-04 Richard Stallman <rms@gnu.org>
6400
6401 * objects.texi (Symbol Type): Fix typo.
6402
b694135c
RS
64032007-12-03 Richard Stallman <rms@gnu.org>
6404
6405 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
6406
f99a19da
GM
64072007-12-01 Glenn Morris <rgm@gnu.org>
6408
6409 * functions.texi (Declaring Functions): Improve previous change.
6410
8f4b37d8
GM
64112007-11-30 Glenn Morris <rgm@gnu.org>
6412
6413 * functions.texi (Declaring Functions): Add optional fourth
6414 argument of declare-function, and setting third argument to `t'.
6415
61a2fe01
RS
64162007-11-29 Richard Stallman <rms@gnu.org>
6417
6418 * customize.texi (Composite Types): Document `group' type.
6419
cbfc5193
GM
64202007-11-29 Glenn Morris <rgm@gnu.org>
6421
5dcb4c4e
SM
6422 * functions.texi (Declaring Functions): Add findex.
6423 Mention `external' files.
cbfc5193 6424
8386283a
JB
64252007-11-26 Juanma Barranquero <lekktu@gmail.com>
6426
6427 * functions.texi (Declaring Functions): Fix directive.
6428
a07c9a8b
RS
64292007-11-25 Richard Stallman <rms@gnu.org>
6430
6431 * help.texi (Help Functions): Clean up last change.
6432
6433 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
6434
6435 * loading.texi (Named Features): Minor cleanup.
6436
6437 * macros.texi (Eval During Expansion): Minor cleanup.
6438
6439 * variables.texi (Variable Aliases): Minor cleanup.
6440
a0925923
RS
64412007-11-24 Richard Stallman <rms@gnu.org>
6442
6443 * functions.texi (Declaring Functions): Clarify previous change.
6444
6445 * compile.texi (Compiler Errors): Clarify previous change.
6446
20c63e44
RS
64472007-11-24 Richard Stallman <rms@gnu.org>
6448
e5e76c04 6449 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
6450 Clarify the text and move items around.
6451
5bb0cda3
GM
64522007-11-24 Glenn Morris <rgm@gnu.org>
6453
6454 * functions.texi (Declaring Functions): New section.
6455 * compile.texi (Compiler Errors): Mention declaring functions,
6456 defvar with no initvalue, and byte-compile-warnings.
6457
af13c86a
MR
64582007-11-15 Martin Rudalics <rudalics@gmx.at>
6459
6460 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
6461 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
6462
a5373305
MR
64632007-11-13 Martin Rudalics <rudalics@gmx.at>
6464
6465 * help.texi (Help Functions): Document new macro `with-help-window'.
6466
fe284805
JL
64672007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
6468
6469 * searching.texi (Replacing Match): Describe new
6470 `match-substitute-replacement'.
6471
2c3a09b1
RS
64722007-10-31 Richard Stallman <rms@gnu.org>
6473
6474 * strings.texi (Creating Strings): Null strings from concat not unique.
6475
f2b480f4
RS
64762007-10-26 Richard Stallman <rms@gnu.org>
6477
6478 * objects.texi (Equality Predicates): Null strings are uniquified.
6479
6480 * minibuf.texi: Minor clarifications in previous change.
6481
db21122c
GM
64822007-10-25 Glenn Morris <rgm@gnu.org>
6483
6484 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
6485
2328cbb3
RS
64862007-10-24 Richard Stallman <rms@gnu.org>
6487
6488 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
6489
6490 * variables.texi (Frame-Local Variables): Node deleted.
6491 (Variables): Delete Frame-Local Variables from menu.
6492 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
6493 (Default Value): Don't mention frame-local vars.
6494
6495 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
6496
6497 * loading.texi (Unloading): Document FEATURE-unload-function
6498 instead of FEATURE-unload-hook.
6499
2328cbb3
RS
6500 * frames.texi (Multiple Displays): Don't mention frame-local vars.
6501
c066bafa
JL
65022007-10-22 Juri Linkov <juri@jurta.org>
6503
6504 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
6505 (High-Level Completion): Document a list of default value strings
6506 in the DEFAULT argument, for which minibuffer functions return the
6507 first element.
6508
65ced25f
JL
65092007-10-17 Juri Linkov <juri@jurta.org>
6510
6511 * text.texi (Filling): Update arguments of fill-paragraph.
6512 fill-paragraph operates on the active region in Transient Mark mode.
6513 Remove fill-paragraph-or-region.
6514
ee46ec8e
KB
65152007-10-13 Karl Berry <karl@gnu.org>
6516
6517 * elisp.texi (@dircategory): Move to after @copying,
6518 since we want @copying as close as possible to the beginning of
6519 the output.
6520
61bbdbc6
RS
65212007-10-12 Richard Stallman <rms@gnu.org>
6522
6523 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
6524
6525 * commands.texi (Distinguish Interactive): New node,
6526 broken out from Interactive Call and rewritten.
6527 (Command Loop): Put Distinguish Interactive in menu.
6528
af23e1e8
RS
65292007-10-09 Richard Stallman <rms@gnu.org>
6530
6531 * text.texi (Examining Properties): Mention overlay priority.
6532
6533 * display.texi (Display Margins): Correct the description
6534 of margin display specifications.
6535 (Replacing Specs): New subnode broken out of Display Property.
6536
e1965a69
JL
65372007-10-06 Juri Linkov <juri@jurta.org>
6538
6539 * text.texi (Filling): Document fill-paragraph-or-region.
6540
4638454b
JB
65412007-10-05 Juanma Barranquero <lekktu@gmail.com>
6542
6543 * display.texi (Auto Faces): Fix typo.
6544
7ed54cc5
RS
65452007-10-02 Richard Stallman <rms@gnu.org>
6546
6547 * display.texi (Display Property): Explain some display specs
6548 don't let you move point in.
6549
5dcb4c4e
SM
6550 * frames.texi (Cursor Parameters):
6551 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
6552
6553 * windows.texi (Basic Windows): Don't describe
6554 cursor-in-non-selected-windows here.
6555
305a7ef2
EZ
65562007-10-01 Eli Zaretskii <eliz@gnu.org>
6557
6558 * processes.texi (Misc Network): Note that these functions are
6559 supported only on some systems.
6560
f7a7f4eb
RS
65612007-10-01 Richard Stallman <rms@gnu.org>
6562
6563 * display.texi (Overlay Properties): Explain nil as priority.
6564 Explain that conflicts are unpredictable if not resolved by
6565 priorities.
6566
780d7bb9
RS
65672007-09-23 Richard Stallman <rms@gnu.org>
6568
6569 * macros.texi (Backquote): Minor clarification.
6570
14b4fdfb
RS
65712007-09-19 Richard Stallman <rms@gnu.org>
6572
6573 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
6574 Clarify when they work in parallel and when one overrides.
6575 Fix error in example.
14b4fdfb 6576
b8d4c8d0
GM
65772007-09-06 Glenn Morris <rgm@gnu.org>
6578
b3e755a9 6579 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
6580 commands to use ../../info.
6581 * Makefile.in (infodir): Go up one more level.
4638454b 6582 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
6583 (miscmanualdir): New.
6584 (dist): Use new variable miscmanualdir.
6585 * makefile.w32-in (infodir, texinputdir): Go up one more level.
6586 (usermanualdir): Change from ../man to ../emacs.
6587
1bb1f7d3
MR
65882007-08-30 Martin Rudalics <rudalics@gmx.at>
6589
6590 * commands.texi (Command Loop Info): Advise against changing
6591 most variables described here. Explain new variable
6592 last-repeatable-command.
6593
b8d4c8d0
GM
65942007-08-29 Glenn Morris <rgm@gnu.org>
6595
6596 * elisp.texi (EMACSVER): Increase to 23.0.50.
6597
65982007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6599
6600 * frames.texi (Basic Parameters): Add display-environment-variable
6601 and term-environment-variable.
6602
66032007-08-28 Juri Linkov <juri@jurta.org>
6604
6605 * display.texi (Image Formats, Other Image Types): Add SVG.
6606
66072007-08-28 Juri Linkov <juri@jurta.org>
6608
6609 * display.texi (Images): Move formats-related text to new node
6610 "Image Formats".
6611 (Image Formats): New node.
6612
619fb9ee
RS
66132007-08-27 Richard Stallman <rms@gnu.org>
6614
6615 * windows.texi (Window Configurations): Clarify what
6616 a window configuration saves.
6617
b8d4c8d0
GM
66182007-08-25 Richard Stallman <rms@gnu.org>
6619
6620 * display.texi (Images): Delete redundant @findex.
6621
39f9da30
GM
66222007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6623
6624 * text.texi (Change Hooks): (after|before)-change-functions are no
6625 longer bound to nil while running; rather inhibit-modification-hooks
6626 is t.
6627
b8d4c8d0
GM
66282007-08-16 Richard Stallman <rms@gnu.org>
6629
5dcb4c4e
SM
6630 * processes.texi (Asynchronous Processes):
6631 Clarify doc of start-file-process.
b8d4c8d0
GM
6632
66332007-08-08 Martin Rudalics <rudalics@gmx.at>
6634
6635 * modes.texi (Example Major Modes): Fix typo.
6636
66372007-08-08 Glenn Morris <rgm@gnu.org>
6638
6639 * intro.texi (nil and t): Do not use `iff' in documentation.
6640
6641 * tips.texi (Documentation Tips): Recommend against `iff'.
6642
66432007-08-07 Chong Yidong <cyd@stupidchicken.com>
6644
6645 * display.texi (Image Cache): Document image-refresh.
6646
66472007-08-06 Martin Rudalics <rudalics@gmx.at>
6648
6649 * windows.texi (Size of Window): Document window-full-width-p.
6650
66512007-07-25 Glenn Morris <rgm@gnu.org>
6652
6653 * gpl.texi (GPL): Replace license with GPLv3.
6654
6655 * Relicense all FSF files to GPLv3 or later.
6656
66572007-07-24 Michael Albinus <michael.albinus@gmx.de>
6658
4638454b
JB
6659 * processes.texi (Synchronous Processes):
6660 Add `process-file-shell-command'.
b8d4c8d0
GM
6661 (Asynchronous Processes): Mention restricted use of
6662 `process-filter' and `process-sentinel' in
6663 `start-file-process'. Add `start-file-process-shell-command'.
6664
66652007-07-17 Michael Albinus <michael.albinus@gmx.de>
6666
6667 * files.texi (Magic File Names): Introduce optional parameter
6668 IDENTIFICATION for `file-remote-p'.
6669
66702007-07-16 Richard Stallman <rms@gnu.org>
6671
6672 * display.texi (Defining Faces): Fix previous change.
6673
66742007-07-14 Richard Stallman <rms@gnu.org>
6675
6676 * control.texi (Handling Errors): Document `debug' in handler list.
6677
66782007-07-10 Richard Stallman <rms@gnu.org>
6679
6680 * display.texi (Defining Faces): Explain C-M-x feature for defface.
6681
66822007-07-09 Richard Stallman <rms@gnu.org>
6683
6684 * files.texi (Magic File Names): Rewrite previous change.
6685
66862007-07-08 Michael Albinus <michael.albinus@gmx.de>
6687
6688 * files.texi (Magic File Names): Introduce optional parameter
6689 CONNECTED for `file-remote-p'.
6690
66912007-07-07 Michael Albinus <michael.albinus@gmx.de>
6692
6693 * processes.texi (Asynchronous Processes):
6694 * files.texi (Magic File Names): Add `start-file-process'.
6695
66962007-06-27 Richard Stallman <rms@gnu.org>
6697
5dcb4c4e
SM
6698 * files.texi (Format Conversion Piecemeal):
6699 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
6700
67012007-06-27 Michael Albinus <michael.albinus@gmx.de>
6702
4638454b
JB
6703 * files.texi (Magic File Names): Remove `dired-call-process'.
6704 Add `process-file'.
b8d4c8d0
GM
6705
67062007-06-27 Kenichi Handa <handa@m17n.org>
6707
6708 * text.texi (Special Properties): Fix description about
4638454b 6709 `composition' property.
b8d4c8d0
GM
6710
67112007-06-26 Kenichi Handa <handa@m17n.org>
6712
6713 * nonascii.texi (Default Coding Systems): Document about the
6714 return value `undecided'.
6715
67162007-06-25 David Kastrup <dak@gnu.org>
6717
6718 * keymaps.texi (Active Keymaps): Document new POSITION argument of
6719 `current-active-maps'.
6720
67212007-06-24 Karl Berry <karl@gnu.org>
6722
4638454b 6723 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
6724
67252007-06-15 Juanma Barranquero <lekktu@gmail.com>
6726
6727 * display.texi (Overlay Arrow): Doc fix.
6728
67292007-06-14 Karl Berry <karl@tug.org>
6730
6731 * anti.texi (Antinews): Typo.
6732
67332007-06-14 Chong Yidong <cyd@stupidchicken.com>
6734
6735 * display.texi (Image Cache): Document image-refresh.
6736
67372007-06-12 Karl Berry <karl@gnu.org>
6738
6739 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
6740 * two-volume.make: New file.
6741 * .cvsignore: Ignore two-volume files.
6742
67432007-06-12 Tom Tromey <tromey@redhat.com>
6744
6745 * os.texi (Init File): Document user-emacs-directory.
6746
67472007-06-03 Nick Roberts <nickrob@snap.net.nz>
6748
6749 * commands.texi (Click Events): Describe width and height when
6750 object is nil.
6751
67522007-05-30 Nick Roberts <nickrob@snap.net.nz>
6753
5dcb4c4e
SM
6754 * commands.texi (Click Events): Layout more logically.
6755 Describe width and height.
b8d4c8d0
GM
6756 (Drag Events, Motion Events): Update to new format for position.
6757
67582007-06-02 Richard Stallman <rms@gnu.org>
6759
6760 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
6761
67622007-06-02 Chong Yidong <cyd@stupidchicken.com>
6763
6764 * Version 22.1 released.
6765
67662007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6767
6768 * text.texi (Special Properties): Correct meaning of fontified face.
6769
67702007-05-30 Richard Stallman <rms@gnu.org>
6771
6772 * text.texi (Special Properties): Add link to Adjusting Point.
6773
67742007-05-12 Richard Stallman <rms@gnu.org>
6775
6776 * text.texi (Margins): indent-to-left-margin is not the default.
6777 (Mode-Specific Indent): For indent-line-function, the default
6778 is indent-relative.
6779
6780 * modes.texi (Example Major Modes): Explain last line of text-mode
6781 is redundant.
6782
67832007-05-10 Richard Stallman <rms@gnu.org>
6784
6785 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
6786
6787 * help.texi (Keys in Documentation): Add reference to
6788 Documentation Tips.
6789
6790 * files.texi (Format Conversion): TO-FN gets three arguments.
6791
6792 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
6793
67942007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
6795
6796 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
6797 * files.texi (Format Conversion): Expand intro; add menu.
6798 (Format Conversion Overview, Format Conversion Round-Trip)
6799 (Format Conversion Piecemeal): New nodes/subsections.
6800 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
6801 * text.texi (Text Properties): Remove "Saving Properties" from menu.
6802 (Saving Properties): Delete node/subsection.
6803
68042007-05-07 Karl Berry <karl@gnu.org>
6805
6806 * elisp.texi (EMACSVER): Back to 22.
6807
68082007-05-06 Richard Stallman <rms@gnu.org>
6809
6810 * processes.texi (Accepting Output): Revert most of previous change.
6811
68122007-05-05 Richard Stallman <rms@gnu.org>
6813
6814 * processes.texi (Accepting Output): accept-process-output
6815 uses microseconds, not milliseconds. But that arg is obsolete.
6816
68172007-05-04 Karl Berry <karl@tug.org>
6818
6819 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
6820
68212007-05-04 Eli Zaretskii <eliz@gnu.org>
6822
6823 * tips.texi (Documentation Tips): Rearrange items to place the
6824 more important ones first. Add an index entry for hyperlinks.
6825
68262007-05-03 Karl Berry <karl@gnu.org>
6827
6828 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
6829 (EMACSVER) [smallbook]: 22 for printed version.
6830
6831 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
6832 so restore anchor to normal position after defun. Found by Kevin Ryde.
6833
68342007-04-26 Glenn Morris <rgm@gnu.org>
6835
6836 * elisp.texi (EMACSVER): Increase to 22.1.50.
6837
68382007-04-28 Karl Berry <karl@gnu.org>
6839
6840 * elisp.texi: Improve line breaks on copyright page,
6841 similar layout to emacs manual, 8.5x11 by default.
6842
68432007-04-24 Richard Stallman <rms@gnu.org>
6844
6845 * text.texi (Special Properties): Add xref to Overlay Properties.
6846
6847 * display.texi (Overlay Properties): Add xref to Special Properties.
6848
68492007-04-22 Richard Stallman <rms@gnu.org>
6850
6851 * keymaps.texi (Extended Menu Items): Move the info about
6852 format with cached keyboard binding.
6853
68542007-04-21 Richard Stallman <rms@gnu.org>
6855
6856 * text.texi (Special Properties): Clarify previous change.
6857
6858 * files.texi (File Name Expansion): Clarify previous change.
6859
6860 * display.texi (Attribute Functions): Fix example for
6861 face-attribute-relative-p.
6862
68632007-04-19 Kenichi Handa <handa@m17n.org>
6864
6865 * text.texi (Special Properties): Document composition property.
6866
68672007-04-19 Glenn Morris <rgm@gnu.org>
6868
6869 * files.texi (File Name Expansion): Mention "superroot".
6870
68712007-04-15 Chong Yidong <cyd@stupidchicken.com>
6872
6873 * frames.texi (Multiple Displays): Add note about "multi-monitor"
6874 setups.
6875 (Display Feature Testing): Note that display refers to all
6876 physical monitors for multi-monitor setups.
6877
68782007-04-14 Richard Stallman <rms@gnu.org>
6879
6880 * lists.texi (Sets And Lists): Clarify `delete' examples.
6881 Remove spurious xref to same node.
6882 Clarify xref for add-to-list.
6883
68842007-04-12 Nick Roberts <nickrob@snap.net.nz>
6885
6886 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
6887 value of lisp-mode-map.
6888
68892007-04-11 Karl Berry <karl@gnu.org>
6890
6891 * anti.texi (Antinews):
6892 * display.texi (Overlay Properties, Defining Images):
6893 * processes.texi (Synchronous Processes, Sentinels):
6894 * syntax.texi (Syntax Table Internals):
6895 * searching.texi (Regexp Special):
6896 * nonascii.texi (Default Coding Systems):
6897 * text.texi (Special Properties):
6898 * minibuf.texi (Basic Completion): Wording to improve breaks in
6899 8.5x11 format.
6900 * elisp.texi (smallbook): New @set to more easily switch between
6901 smallbook and 8.5x11.
6902
69032007-04-11 Richard Stallman <rms@gnu.org>
6904
6905 * text.texi (Lazy Properties): Minor fix.
6906
69072007-04-08 Karl Berry <karl@gnu.org>
6908
6909 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
6910 * macros.texi (Backquote): Downcase Backquote in index entries for
6911 consistency.
6912
69132007-04-08 Richard Stallman <rms@gnu.org>
6914
6915 * text.texi (Adaptive Fill): Just describe default,
6916 don't show it (since it contains non-ASCII chars).
6917
69182007-04-07 Karl Berry <karl@gnu.org>
6919
6920 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
6921 adaptive-fill-regexp's value, since they are not in the standard
6922 TeX fonts.
6923
69242007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
6925
6926 * display.texi (Defining Faces): Fix example.
6927
69282007-04-07 Karl Berry <karl@gnu.org>
6929
6930 * display.texi (Button Buffer Commands): Improve page break.
6931
69322007-04-07 Richard Stallman <rms@gnu.org>
6933
6934 * advice.texi (Activation of Advice): Remove redundant index entry.
6935
6936 * backups.texi: Improve index entries. Remove redundant ones.
6937
6938 * compile.texi (Byte Compilation): Improve index entry.
6939
6940 * hash.texi (Creating Hash): Improve index entry.
6941
6942 * symbols.texi (Definitions): Improve index entry.
6943
6944 * edebug.texi: Improve index entries. Remove redundant/useless ones.
6945
6946 * maps.texi (Standard Keymaps): Remove useless index entry.
6947
6948 * help.texi (Documentation Basics): Remove redundant index entries.
6949
6950 * customize.texi: Improve index entries.
6951 Remove redundant/useless ones.
6952
6953 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
6954
6955 * streams.texi (Output Variables): Improve index entry.
6956
6957 * abbrevs.texi (Abbrevs): Remove useless index entry.
6958
6959 * macros.texi (Expansion): Remove useless index entry.
6960
6961 * text.texi: Improve index entries. Remove redundant/useless ones.
6962 (Text Properties, Examining Properties)
6963 (Special Properties): Use "property category" instead of "category"
6964 to refer to the `category' property.
6965
6966 * positions.texi: Improve index entries. Remove useless one.
6967
6968 * lists.texi: Improve index entries. Remove redundant/useless ones.
6969
6970 * os.texi: Improve index entries.
6971 (Timers): Fix previous change.
6972
6973 * buffers.texi: Improve index entries.
6974 (Modification Time): Get rid of term "obsolete buffer".
6975
6976 * debugging.texi: Improve index entries.
6977 (Test Coverage): Add xref to other test coverage ftr.
6978
6979 * eval.texi: Improve index entry. Remove redundant ones.
6980
6981 * numbers.texi: Improve index entries. Remove redundant/useless ones.
6982
6983 * files.texi: Improve index entries. Remove redundant/useless ones.
6984
6985 * objects.texi: Improve index entries.
6986
6987 * processes.texi: Improve index entries.
6988
6989 * modes.texi: Improve index entry. Remove redundant one.
6990
6991 * nonascii.texi: Improve index entries.
6992
6993 * internals.texi: Improve index entries.
6994
6995 * syntax.texi: Improve index entries.
6996
6997 * keymaps.texi (Active Keymaps): Improve index entries.
6998
6999 * commands.texi: Improve index entries. Remove redundant/useless ones.
7000
7001 * frames.texi: Improve index entries. Remove redundant/useless ones.
7002
7003 * markers.texi: Improve index entries. Remove redundant ones.
7004
7005 * tips.texi: Improve index entries.
7006
7007 * loading.texi (Unloading): Improve index entry.
7008
7009 * variables.texi: Improve index entries. Remove redundant one.
7010
7011 * sequences.texi: Improve index entry.
7012
7013 * display.texi: Improve index entries. Remove redundant ones.
7014
7015 * windows.texi: Improve index entries.
7016
7017 * searching.texi: Improve index entries. Remove redundant one.
7018
7019 * strings.texi (Case Tables): Improve last change.
7020
70212007-04-04 Chong Yidong <cyd@stupidchicken.com>
7022
7023 * strings.texi (Case Tables): Document with-case-table and
7024 ascii-case-table.
7025
70262007-04-03 Karl Berry <karl@gnu.org>
7027
7028 * processes.texi (Network): Reword to improve page break.
7029
70302007-04-03 Eli Zaretskii <eliz@gnu.org>
7031
7032 * functions.texi (Inline Functions): Describe more disadvantages
7033 of defsubst, and make advice against it stronger.
7034
70352007-04-02 Karl Berry <karl@gnu.org>
7036
7037 * backups.texi (Backup Names): Avoid widow words.
7038 * modes.texi (Example Major Modes): Align last comment.
7039
70402007-04-01 Chong Yidong <cyd@stupidchicken.com>
7041
7042 * keymaps.texi (Remapping Commands): Document new arg to
7043 command-remapping.
7044
70452007-04-01 Karl Berry <karl@gnu.org>
7046
7047 * processes.texi (Low-Level Network): Typo.
7048 * loading.texi (Hooks for Loading): Avoid double "the".
7049 * keymaps.texi (Key Sequences): No double "and".
7050 (Changing Key Bindings): Shorten to improve line break.
7051
70522007-03-31 Glenn Morris <rgm@gnu.org>
7053
7054 * os.texi (Timers): Fix description of run-at-time TIME formats.
7055
70562007-03-31 Richard Stallman <rms@gnu.org>
7057
7058 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7059 regarding ellipsis.
7060
70612007-03-31 Eli Zaretskii <eliz@gnu.org>
7062
7063 * intro.texi (nil and t):
7064 * symbols.texi (Plists and Alists):
7065 * variables.texi (Variable Aliases, Constant Variables):
7066 * functions.texi (Defining Functions):
7067 * advice.texi (Advising Primitives):
7068 * debugging.texi (Syntax Errors, Compilation Errors):
7069 * minibuf.texi (Minibuffer Windows):
7070 * commands.texi (Adjusting Point):
7071 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7072 (Auto Major Mode, Major Mode Conventions):
7073 * help.texi (Describing Characters):
7074 * files.texi (Create/Delete Dirs, Information about Files)
7075 (File Locks, Writing to Files, Reading from Files)
7076 (Saving Buffers):
7077 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7078 * frames.texi (Finding All Frames):
7079 * positions.texi (Buffer End, Motion):
7080 * markers.texi (The Region):
7081 * text.texi (Deletion, Near Point):
7082 * display.texi (Displaying Messages, Truncation):
7083 * os.texi (Processor Run Time):
7084 * tips.texi (Key Binding Conventions, Programming Tips)
7085 (Warning Tips, Documentation Tips, Comment Tips):
7086 * internals.texi (Memory Usage): Improve indexing.
7087
7088 * variables.texi (Frame-Local Variables):
7089 * functions.texi (Argument List):
7090 * loading.texi (Library Search):
7091 * streams.texi (Output Variables):
7092 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7093 * searching.texi (Replacing Match, Search and Replace):
7094 * processes.texi (Byte Packing, Decoding Output)
7095 (Accepting Output, Network Servers, Shell Arguments):
7096 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7097 * windows.texi (Window Point, Window Start):
7098 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7099 * commands.texi (Reading Input, Keyboard Events):
7100 * minibuf.texi (Reading File Names, Minibuffer Completion)
7101 (Recursive Mini):
7102 * positions.texi (List Motion):
7103 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7104 * numbers.texi (Arithmetic Operations, Math Functions)
7105 (Predicates on Numbers, Comparison of Numbers):
7106 (Numeric Conversions):
7107 * locals.texi (Standard Buffer-Local Variables):
7108 * maps.texi (Standard Keymaps):
7109 * os.texi (User Identification, System Environment, Recording Input)
7110 (X11 Keysyms):
7111 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7112 * backups.texi (Backups and Auto-Saving):
7113 * customize.texi (Customization, Group Definitions)
7114 (Variable Definitions):
7115 * compile.texi (Byte Compilation): Improve index entries.
7116
71172007-03-31 Karl Berry <karl@gnu.org>
7118
7119 * macros.texi (Defining Macros): Avoid widow syllable.
7120
71212007-03-31 Eli Zaretskii <eliz@gnu.org>
7122
7123 * elisp.texi (Top): Postscript -> PostScript.
7124
7125 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7126
71272007-03-31 Markus Triska <markus.triska@gmx.at>
7128
7129 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7130
71312007-03-30 Karl Berry <karl@gnu.org>
7132
7133 * lists.texi (List-related Predicates): Remove spurious @need.
7134 (Setcdr): Use @smallexample to improve page break.
7135 (Association Lists) <assoc>: Reword to improve page break.
7136
7137 * strings.texi (String Conversion): Insert blank line to improve
7138 page break.
7139
7140 * numbers.texi (Random Numbers): Use @minus{}.
7141 (Math Functions): Use @minus{}.
7142
7143 * intro.texi (Acknowledgements): Avoid line breaks before middle
7144 initials.
7145
71462007-03-24 Eli Zaretskii <eliz@gnu.org>
7147
7148 * errors.texi (Standard Errors): Add an index entry.
7149
71502007-03-19 Richard Stallman <rms@gnu.org>
7151
7152 * os.texi (Recording Input): recent-keys now gives 300 keys.
7153
71542007-03-12 Glenn Morris <rgm@gnu.org>
7155
7156 * os.texi: Replace "daylight savings" with "daylight saving"
7157 throughout.
7158
71592007-03-05 Richard Stallman <rms@gnu.org>
7160
5dcb4c4e
SM
7161 * variables.texi (File Local Variables):
7162 Update enable-local-variables values.
b8d4c8d0
GM
7163
71642007-03-04 Richard Stallman <rms@gnu.org>
7165
7166 * syntax.texi (Control Parsing): Minor clarification.
7167
7168 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7169
7170 * sequences.texi (Sequence Functions): Move string-bytes away,
7171 add xref.
7172
7173 * nonascii.texi (Text Representations): Move string-bytes here.
7174
7175 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7176
7177 * minibuf.texi (Basic Completion): Minor clarification.
7178
7179 * markers.texi (The Mark): Clarify existence vs activation of mark.
7180 Other cleanup.
7181
7182 * display.texi (Finding Overlays): Write better example.
7183
7184 * compile.texi (Eval During Compile): Clarify putting macros
7185 in eval-when-compile.
7186
c5602427 71872007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
7188
7189 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 7190 load-read-function definition doc.
b8d4c8d0
GM
7191
71922007-02-21 Kim F. Storm <storm@cua.dk>
7193
7194 * strings.texi (Text Comparison): Mention that assoc-string
7195 converts symbols to strings before testing.
7196
71972007-02-17 Kim F. Storm <storm@cua.dk>
7198
7199 * processes.texi (Bindat Spec): Vector types can have optional
7200 element type.
7201 (Bindat Examples): Fix example. Add vector with element type.
7202
72032007-02-16 Andreas Schwab <schwab@suse.de>
7204
7205 * strings.texi (Formatting Strings): Document '+' flag.
7206
72072007-02-15 Juanma Barranquero <lekktu@gmail.com>
7208
7209 * strings.texi (Modifying Strings): Clarify that `clear-string'
7210 always converts the string to unibyte.
7211
72122007-02-14 Kim F. Storm <storm@cua.dk>
7213
7214 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7215 Rewrite glyph code description to refer to these functions.
7216 Remove details of encoding face number and char into integer code.
7217
72182007-02-03 Alan Mackenzie <acm@muc.de>
7219
7220 * loading.texi (Hooks for Loading): Make the description of
7221 `eval-after-load' more detailed, and amend the description of
7222 after-load-alist, in accordance with changes from 2006-05.
7223
72242007-02-03 Chong Yidong <cyd@stupidchicken.com>
7225
7226 * modes.texi (Defining Minor Modes): Document that a :require
7227 keyword or similar may be required to make saved customization
7228 variables work.
7229
72302007-02-03 Eli Zaretskii <eliz@gnu.org>
7231
7232 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
7233 Texinfo guidelines and with what texnfo-upd.el expects.
7234 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
7235 parts needed by `texinfo-multiple-files-update'.
7236
72372007-02-02 Eli Zaretskii <eliz@gnu.org>
7238
7239 * elisp.texi (Top): Update the top-level menus.
7240
7241 * syntax.texi (Categories): Add index entries.
7242
72432007-02-01 Juanma Barranquero <lekktu@gmail.com>
7244
7245 * display.texi (Attribute Functions): Fix name and description of
7246 the UNDERLINE arg of `set-face-underline-p'.
7247
72482007-01-29 Eli Zaretskii <eliz@gnu.org>
7249
7250 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7251 Variables", and "Standard Keymaps" to the detailed menu.
7252
7253 * variables.texi (Future Local Variables): Add index entry.
7254
72552007-01-28 Richard Stallman <rms@gnu.org>
7256
7257 * tips.texi (Coding Conventions): Clarify the tip about macros
7258 that define a function or a variable.
7259
7260 * files.texi (File Attributes): UID and GID can be floats.
7261 (Magic File Names): Explain why deferring all operations to
7262 the standard handler does not work.
7263
72642007-01-23 Martin Rudalics <rudalics@gmx.at>
7265
7266 * backups.texi (Reverting): Use "buffer" instead of "file"
7267 when talking about major and minor modes.
7268
72692007-01-21 Richard Stallman <rms@gnu.org>
7270
7271 * help.texi (Documentation): Add xref to Documentation Tips.
7272
72732007-01-14 Juanma Barranquero <lekktu@gmail.com>
7274
7275 * tips.texi (Coding Conventions): Fix typos.
7276
72772007-01-05 Richard Stallman <rms@gnu.org>
7278
7279 * modes.texi (Defining Minor Modes): Fix previous change.
7280
72812007-01-03 Richard Stallman <rms@gnu.org>
7282
7283 * customize.texi (Variable Definitions, Customization Types):
7284 Don't use * in doc string for defcustom.
7285
72862007-01-02 Richard Stallman <rms@gnu.org>
7287
7288 * variables.texi (Variable Aliases): Clarify that aliases vars
7289 always have the same value.
7290
7291 * processes.texi (Bindat Spec): Fix Texinfo usage.
7292
7293 * modes.texi (Defining Minor Modes): Explain effect of command
7294 defined with define-global-minor-mode on new buffers.
7295
72962006-12-30 Kim F. Storm <storm@cua.dk>
7297
7298 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7299 `auto-resize-tool-bars'.
7300
73012006-12-30 Richard Stallman <rms@gnu.org>
7302
7303 * keymaps.texi (Active Keymaps): Fix previous change.
7304
73052006-12-30 Nick Roberts <nickrob@snap.net.nz>
7306
7307 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7308
73092006-12-30 Kim F. Storm <storm@cua.dk>
7310
7311 * processes.texi (Bindat Spec): Clarify using field names in
7312 length specifications.
7313
73142006-12-29 Kim F. Storm <storm@cua.dk>
7315
7316 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7317 Add count and index variables for eval forms in repeat blocks.
7318
73192006-12-24 Richard Stallman <rms@gnu.org>
7320
5dcb4c4e
SM
7321 * customize.texi (Variable Definitions):
7322 Document new name custom-add-frequent-value.
b8d4c8d0
GM
7323
73242006-12-19 Kim F. Storm <storm@cua.dk>
7325
7326 * commands.texi (Misc Events): User signals now result in sigusr1
7327 and sigusr2 events which are handled through special-event-map.
7328 (Special Events): User signals and drag-n-drop are special.
7329
73302006-12-17 Richard Stallman <rms@gnu.org>
7331
7332 * loading.texi (Named Features): Explain subfeatures better.
7333
7334 * customize.texi: Use "option" only for user options.
7335 For the keyword values inside defcustom etc, say "keywords".
7336 For :options value's elements, say "elements".
7337 :group should not be omitted.
7338
7339 * syntax.texi (Parsing Expressions): Split up node.
7340 (Motion via Parsing, Position Parse, Parser State)
7341 (Low-Level Parsing, Control Parsing): New subnodes.
7342 (Parser State): Document syntax-ppss-toplevel-pos.
7343
7344 * positions.texi (List Motion): Punctuation fix.
7345
7346 * files.texi (File Name Completion): Document PREDICATE arg
7347 to file-name-completion.
7348
73492006-12-16 Eli Zaretskii <eliz@gnu.org>
7350
7351 * internals.texi (Building Emacs, Writing Emacs Primitives):
7352 Add index entries.
7353
73542006-12-11 Richard Stallman <rms@gnu.org>
7355
7356 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
7357 affects face menu. Explain how to make it non-nil without enabling
7358 any fontification.
7359
73602006-12-10 Chong Yidong <cyd@stupidchicken.com>
7361
7362 * modes.texi (Font Lock Basics): Document nil value of
7363 font-lock-defaults.
7364
73652006-12-10 Glenn Morris <rgm@gnu.org>
7366
7367 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
7368 value for system-flag argument. Abbrev tables may not be empty
7369 when major modes are loaded.
7370
73712006-12-08 Juanma Barranquero <lekktu@gmail.com>
7372
7373 * makefile.w32-in (maintainer-clean): Partially revert last
7374 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
7375 to protect elisp-covers.texi.
7376
73772006-12-07 Juanma Barranquero <lekktu@gmail.com>
7378
7379 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
7380 Don't remove elisp* info files; they are already deleted by the
7381 `clean' and `distclean' targets, and they are in the $(infodir)
7382 directory, not the current one.
7383
73842006-12-04 Kim F. Storm <storm@cua.dk>
7385
7386 * commands.texi (Misc Events): Update signal events.
7387 (Event Examples): Add signal example.
7388
73892006-11-29 Richard Stallman <rms@gnu.org>
7390
7391 * frames.texi (Visibility of Frames): Explain visible windows
7392 can be covered by others. Add xref for raise-frame.
7393
73942006-11-28 Richard Stallman <rms@gnu.org>
7395
7396 * searching.texi (Regexp Special): Update when ^ is special.
7397
73982006-11-27 Eli Zaretskii <eliz@gnu.org>
7399
7400 * customize.texi (Customization, Common Keywords)
7401 (Group Definitions, Variable Definitions, Composite Types)
7402 (Type Keywords, Customization Types): Add index entries for
7403 various customization keywords.
7404
74052006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
7408
c8763fb6 74092006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7410
7411 * frames.texi (Window System Selections): Remove clipboard from
7412 description of selection-coding-system.
7413
74142006-11-06 Richard Stallman <rms@gnu.org>
7415
7416 * lists.texi (List Variables): Document COMPARE-FN.
7417
7418 * keymaps.texi: Avoid use of "binding" to mean a relation;
7419 use it only to refer to the meaning associated with a key.
7420 (Keymaps): Change menu node description.
7421
7422 * elisp.texi (Top): Change menu node description.
7423
7424 * display.texi (Managing Overlays): Document overlay-recenter.
7425
74262006-10-29 Chong Yidong <cyd@stupidchicken.com>
7427
7428 * Makefile.in: Use relative paths to avoid advertising filesystem
7429 contents during compilation.
7430
74312006-10-23 Kim F. Storm <storm@cua.dk>
7432
7433 * commands.texi (Event Input Misc): Update unread-command-events.
7434
74352006-10-23 Nick Roberts <nickrob@snap.net.nz>
7436
7437 * lists.texi (Sets And Lists): Fix typos.
7438
74392006-10-18 Juanma Barranquero <lekktu@gmail.com>
7440
7441 * control.texi (Processing of Errors): Use @var for an argument,
7442 not @code.
7443
74442006-10-16 Richard Stallman <rms@gnu.org>
7445
7446 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
7447
7448 * keymaps.texi (Format of Keymaps): Show all the keymap element
7449 patterns that result from menu items.
7450 (Key Lookup): Minor cleanups.
7451
7452 * modes.texi (Precalculated Fontification): Don't say that
7453 not setting font-lock-defaults avoids loading font-lock.
7454
7455 * help.texi (Documentation): Move xref to Emacs Manual here.
7456 (Documentation Basics): From here.
7457 Also doc emacs-lisp-docstring-fill-column.
7458
7459 * elisp.texi: Update version and ISBN.
7460
7461 * commands.texi (Interactive Call): Clarify KEYS arg to
7462 call-interactively is a vector.
7463 (Command Loop Info): Delete anchor in this-command-keys.
7464 Add anchor in this-command-keys-vector.
7465 (Recursive Editing): Document how recursive-edit
7466 handles the current buffer.
7467
74682006-10-13 Chong Yidong <cyd@stupidchicken.com>
7469
7470 * frames.texi (Frame Titles): %c and %l are ignored in
7471 frame-title-format.
7472
74732006-10-11 Richard Stallman <rms@gnu.org>
7474
7475 * keymaps.texi (Key Sequences): Clarify use of kbd.
7476
74772006-10-10 Kim F. Storm <storm@cua.dk>
7478
7479 * lists.texi (Sets And Lists): Add memql.
7480
74812006-10-03 Richard Stallman <rms@gnu.org>
7482
7483 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
7484 Clarify :ascii: and :nonascii:.
7485
74862006-09-29 Juri Linkov <juri@jurta.org>
7487
7488 * modes.texi (%-Constructs): Reorder coding systems in the
7489 documentation of %z to the real order displayed in the modeline.
7490
74912006-09-25 Richard Stallman <rms@gnu.org>
7492
7493 * os.texi (Timers): Describe timer-max-repeats.
7494
74952006-09-25 Chong Yidong <cyd@stupidchicken.com>
7496
7497 * os.texi (Timers): Mention with-local-quit.
7498
74992006-09-24 Richard Stallman <rms@gnu.org>
7500
7501 * searching.texi (Searching and Matching): Mention property search.
7502
7503 * commands.texi (Command Loop Info): Explain how read-event affects
7504 this-command-keys.
7505
75062006-09-20 Richard Stallman <rms@gnu.org>
7507
7508 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
7509
7510 * windows.texi (Window Start): Minor cleanups.
7511
75122006-09-20 Kim F. Storm <storm@cua.dk>
7513
7514 * windows.texi (Window Start): pos-visible-in-window-p allows
7515 specifying t for position to mean "end of window".
7516 Add window-line-height.
7517
7518 * anti.texi (Antinews): Mention window-line-height.
7519
75202006-09-19 David Kastrup <dak@gnu.org>
7521
7522 * keymaps.texi (Searching Keymaps): Small clarification.
7523
75242006-09-18 Richard Stallman <rms@gnu.org>
7525
7526 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
7527 cause keyboard menus.
7528 (Menu Keymaps): Likewise.
7529 (Defining Menus, Keyboard Menus): Clarify.
7530
7531 * text.texi (Fields): Clarify explanation of constrain-to-field.
7532
75332006-09-16 Eli Zaretskii <eliz@gnu.org>
7534
7535 * variables.texi (Tips for Defining): Fix a typo.
7536
75372006-09-15 Richard Stallman <rms@gnu.org>
7538
7539 * keymaps.texi (Remapping Commands, Searching Keymaps)
7540 (Active Keymaps): Clean up previous change.
7541
75422006-09-15 Jay Belanger <belanger@truman.edu>
7543
7544 * gpl.texi: Replace "Library Public License" by "Lesser Public
7545 License" throughout.
7546
75472006-09-15 David Kastrup <dak@gnu.org>
7548
7549 * keymaps.texi (Active Keymaps): Adapt description to use
7550 `get-char-property' instead `get-text-property'. Explain how
7551 mouse events change this. Explain the new optional argument of
7552 `key-binding' and its mouse-dependent lookup.
7553 (Searching Keymaps): Adapt description similarly.
7554 (Remapping Commands): Explain the new optional argument of
7555 `command-remapping'.
7556
75572006-09-14 Richard Stallman <rms@gnu.org>
7558
7559 * keymaps.texi (Searching Keymaps): Clarification.
7560 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
7561
75622006-09-13 Richard Stallman <rms@gnu.org>
7563
7564 * objects.texi (Character Type): Node split.
7565 Add xref to Describing Characters.
7566 (Basic Char Syntax, General Escape Syntax)
7567 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
7568
75692006-09-11 Richard Stallman <rms@gnu.org>
7570
7571 * display.texi (Display Table Format): Wording clarification.
7572 (Glyphs): Clarifications.
7573
75742006-09-10 Chong Yidong <cyd@stupidchicken.com>
7575
7576 * keymaps.texi (Active Keymaps): Mention that key-binding checks
7577 local maps.
7578
75792006-09-10 Kim F. Storm <storm@cua.dk>
7580
7581 * display.texi (Forcing Redisplay): Document return value of
7582 function redisplay.
7583
75842006-09-09 Richard Stallman <rms@gnu.org>
7585
7586 * windows.texi (Window Hooks): Explain limits of
7587 window-scroll-functions.
7588
7589 * display.texi (Fringe Indicators): Update for last change in
7590 indicate-buffer-boundaries.
7591
75922006-09-08 Richard Stallman <rms@gnu.org>
7593
7594 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
7595
75962006-09-06 Kim F. Storm <storm@cua.dk>
7597
7598 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
7599
7600 * windows.texi (Window Start): Update pos-visible-in-window-p.
7601
76022006-09-04 Richard Stallman <rms@gnu.org>
7603
7604 * processes.texi (Accepting Output): Explain SECONDS=0 for
7605 accept-process-output.
7606
7607 * os.texi (Idle Timers): Explain why timer functions should not
7608 loop until (input-pending-p).
7609
76102006-09-02 Eli Zaretskii <eliz@gnu.org>
7611
7612 * makefile.w32-in (usermanualdir): New variable.
7613 (elisp.dvi): Use it.
7614
76152006-09-01 Eli Zaretskii <eliz@gnu.org>
7616
7617 * buffers.texi (Buffer Modification): Fix last change.
7618
76192006-09-01 Chong Yidong <cyd@stupidchicken.com>
7620
5dcb4c4e
SM
7621 * buffers.texi (Buffer Modification):
7622 Document buffer-chars-modified-tick.
b8d4c8d0
GM
7623
76242006-08-31 Richard Stallman <rms@gnu.org>
7625
7626 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
7627
76282006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
7629
7630 * modes.texi (Syntactic Font Lock):
7631 Mention font-lock-syntactic-face-function
7632 instead of specific faces.
7633
76342006-08-29 Chong Yidong <cyd@stupidchicken.com>
7635
7636 * display.texi (Images): Add xrref to display-images-p.
7637
76382006-08-28 Kenichi Handa <handa@m17n.org>
7639
7640 * nonascii.texi (Lisp and Coding Systems): Fix description of
7641 detect-coding-region.
7642
76432006-08-27 Michael Olson <mwolson@gnu.org>
7644
7645 * processes.texi (Transaction Queues): Remove stray quote
7646 character.
7647
76482006-08-25 Richard Stallman <rms@gnu.org>
7649
7650 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
7651 Add xref.
7652
76532006-08-24 Chong Yidong <cyd@stupidchicken.com>
7654
7655 * os.texi (Timers): Avoid waiting inside timers.
7656
76572006-08-21 Lute Kamstra <lute@gnu.org>
7658
7659 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
7660
76612006-08-20 Richard Stallman <rms@gnu.org>
7662
7663 * os.texi (Idle Timers): New node, split out from Timers.
7664 Document current-idle-time.
7665 * commands.texi (Reading One Event): Update xref.
7666 * elisp.texi (Top): Update subnode menu.
7667
76682006-08-16 Richard Stallman <rms@gnu.org>
7669
7670 * keymaps.texi (Extended Menu Items): Show format of cached
7671 bindings in extended menu items.
7672
7673 * customize.texi (Variable Definitions): Explain when the
7674 standard value expression is evaluated.
7675
76762006-08-15 Chong Yidong <cyd@stupidchicken.com>
7677
7678 * commands.texi (Reading One Event): Explain idleness in
7679 `read-event'.
7680
76812006-08-12 Chong Yidong <cyd@stupidchicken.com>
7682
7683 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 7684 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
7685 relevant for Lisp programming.
7686 (Yank Commands): Rewrite introduction.
7687 (Undo): Clarify.
7688 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
7689 (Filling): Remove redundant comment. Clarify return value of
7690 current-justification.
7691 (Margins): Minor clarifications.
7692 (Adaptive Fill): Update default value of adaptive-fill-regexp.
7693 (Sorting): Update definition of sort-lines.
7694 (Columns): Clarify behavior of sort-columns.
7695 (Indent Tabs): Link to Tab Stops in Emacs manual.
7696 (Special Properties): Clarify.
7697 (Clickable Text): Mention Buttons package.
7698
76992006-08-12 Kevin Ryde <user42@zip.com.au>
7700
7701 * os.texi (Time Parsing): Add %z to description of
7702 format-time-string, as per docstring. Add cross reference to
7703 glibc manual for strftime.
7704
77052006-08-08 Richard Stallman <rms@gnu.org>
7706
7707 * modes.texi: Clean up wording in previous change.
7708
77092006-08-07 Chong Yidong <cyd@stupidchicken.com>
7710
7711 * modes.texi (Hooks): Clarify.
7712 (Major Mode Basics): Mention define-derived-mode explicitly.
7713 (Major Mode Conventions): Rebinding RET is OK for some modes.
7714 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 7715 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
7716 (Mode Line Basics): Clarify.
7717 (Mode Line Data): Mention help-echo and local-map in strings.
7718 Explain reason for treatment of non-risky variables.
7719 (Properties in Mode): Clarify.
7720 (Faces for Font Lock): Add font-lock-negation-char-face.
7721
77222006-08-04 Eli Zaretskii <eliz@gnu.org>
7723
7724 * strings.texi (Formatting Strings): Warn against arbitrary
7725 strings as first arg to `format'.
7726
77272006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
7728
7729 * text.texi (Clickable Text): Mention `help-echo' text property.
7730 Update intro, examples and associated explanations.
7731
77322006-07-31 Richard Stallman <rms@gnu.org>
7733
7734 * commands.texi: Update xrefs.
7735 (Event Mod): New node, cut out from old Translating Input.
7736
7737 * maps.texi: Update xrefs.
7738
7739 * keymaps.texi (Translation Keymaps): New node.
7740 Update xrefs from Translating Input to Translation Keymaps.
7741
7742 * elisp.texi (Top): Update subnode menu.
7743
7744 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
7745
7746 * os.texi (System Interface): Fix menu descriptions of some nodes.
7747 (Translating Input): Node deleted.
7748
77492006-07-31 Nick Roberts <nickrob@snap.net.nz>
7750
7751 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
7752
7753 * lists.texi (Sets And Lists): Likewise.
7754
77552006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
7756
7757 * text.texi (Fields): Mention POS
7758 requirement when narrowing is in effect.
7759
77602006-07-28 Richard Stallman <rms@gnu.org>
7761
7762 * display.texi (Face Attributes): Simplify wording.
7763 (Attribute Functions): Clarify meaning of new-frame default
7764 attribute settings.
7765
7766 * customize.texi (Common Keywords): Document how to use
7767 :package-version in a package not in Emacs.
7768
77692006-07-28 Kim F. Storm <storm@cua.dk>
7770
7771 * commands.texi (Reading One Event): Fix last change.
7772
77732006-07-26 Chong Yidong <cyd@stupidchicken.com>
7774
7775 * commands.texi (Reading One Event): Document SECONDS argument for
7776 read-event, read-char, and read-char-exclusive.
7777
77782006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7779
7780 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
7781 to ensure correct identification.
7782
77832006-07-24 Richard Stallman <rms@gnu.org>
7784
7785 * text.texi (Clickable Text): Clarify.
7786
7787 * sequences.texi (Vector Functions): Delete duplicate xref.
7788
7789 * objects.texi (Function Type): Clarify.
7790
7791 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
7792 modes.
7793
7794 * lists.texi (List Variables): New node.
7795 Material moved from other nodes.
7796
7797 * variables.texi (Setting Variables): add-to-list and
7798 add-to-ordered-list moved to List Variables node.
7799
78002006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7801
7802 * text.texi (Links and Mouse-1):
7803 For mouse-on-link-p, expand on arg POS.
7804
78052006-07-21 Kim F. Storm <storm@cua.dk>
7806
7807 * display.texi (Forcing Redisplay): Don't mention systems which
7808 don't support sub-second timers for redisplay-preemption-period.
7809
7810 * os.texi (Terminal Output): Clarify text vs graphical terminal.
7811
78122006-07-21 Eli Zaretskii <eliz@gnu.org>
7813
7814 * frames.texi (Input Focus): Document that focus-follows-mouse has
7815 no effect on MS-Windows.
7816
78172006-07-18 Richard Stallman <rms@gnu.org>
7818
7819 * display.texi (Forcing Redisplay): Cleanups in previous change.
7820
7821 * processes.texi (Low-Level Network): Make menu more convenient.
7822
78232006-07-18 Kim F. Storm <storm@cua.dk>
7824
7825 * display.texi (Forcing Redisplay): redisplay-preemption-period
7826 only used on window systems. Add xref to Terminal Output.
7827
7828 * os.texi (Terminal Output): baud-rate only controls preemption on
7829 non-window systems. Add xref to Forcing Redisplay.
7830
7831 * processes.texi (Low-Level Network): Rename node "Make Network"
7832 to "Network Processes".
7833
78342006-07-18 Karl Berry <karl@gnu.org>
7835
7836 * variables.texi, functions.texi, customize.texi, loading.texi:
7837 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
7838
78392006-07-17 Chong Yidong <cyd@stupidchicken.com>
7840
7841 * commands.texi (Waiting): Document batch-mode sit-for behavior.
7842
78432006-07-17 Richard Stallman <rms@gnu.org>
7844
7845 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
7846 Put period and comma inside quotes.
7847
7848 * loading.texi, markers.texi: Use real doublequote inside menus.
7849
7850 * windows.texi: Put point and comma inside quotes.
7851 (Textual Scrolling): Use @samp for error message.
7852
7853 * variables.texi, tips.texi, syntax.texi, symbols.texi:
7854 * strings.texi, streams.texi, processes.texi, os.texi:
7855 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
7856 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
7857 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
7858 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7859 Put point and comma inside quotes.
7860
7861 * control.texi (Processing of Errors): Add command-error-function.
7862
7863 * variables.texi (File Local Variables): Clarify that
7864 file local variables make buffer-local bindings.
7865
7866 * modes.texi (Syntactic Font Lock): Give default for
7867 font-lock-syntax-table.
7868
78692006-07-17 Nick Roberts <nickrob@snap.net.nz>
7870
7871 * text.texi (Special Properties): Clean up previous change.
7872
78732006-07-16 Karl Berry <karl@gnu.org>
7874
7875 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
7876 * control.texi: Fix bad page breaks through chapter 10 (control).
7877
7878 * anti.texi (Antinews): Reorder face-attribute fns to avoid
7879 underfull hbox.
7880
78812006-07-15 Nick Roberts <nickrob@snap.net.nz>
7882
7883 * text.texi (Special Properties): Describe fontified text property
7884 in relation to a character (not text).
7885
78862006-07-15 Kim F. Storm <storm@cua.dk>
7887
7888 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
7889 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
7890 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
7891
7892 * anti.texi (Antinews): Mention redisplay function.
7893 The kbd macro existed, but was not documented, before 22.x.
7894 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
7895
78962006-07-14 Nick Roberts <nickrob@snap.net.nz>
7897
7898 * display.texi (Displaying Messages): Add anchor.
7899
7900 * frames.texi (Dialog Boxes): Use it.
7901
79022006-07-12 Richard Stallman <rms@gnu.org>
7903
7904 * objects.texi (Frame Type): Explain nature of frames better.
7905
7906 * frames.texi (Frames): Explain nature of frames better.
7907
79082006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
7909
7910 * tips.texi (Coding Conventions): Explain why use cl at compile time.
7911
79122006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7913
7914 * frames.texi (Window System Selections): Mention scrap support for Mac.
7915 Default value of x-select-enable-clipboard is t on Mac.
7916
7917 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
7918
79192006-07-11 Kim F. Storm <storm@cua.dk>
7920
7921 * display.texi (Forcing Redisplay): Add `redisplay' function.
7922 Don't mention (sit-for -1) -- use (redisplay t) instead.
7923
7924 * commands.texi (Waiting): (sit-for -1) is no longer special.
7925 (sit-for 0) is equivalent to (redisplay).
7926 Iconifying/deiconifying no longer makes sit-for return.
7927
79282006-07-10 Nick Roberts <nickrob@snap.net.nz>
7929
7930 * display.texi (Buttons): Fix typo.
7931
7932 * index.texi, elisp.texi (New Symbols): Comment node out.
7933
79342006-07-09 Richard Stallman <rms@gnu.org>
7935
7936 * display.texi (Truncation): Clean up previous change.
7937
79382006-07-08 Richard Stallman <rms@gnu.org>
7939
7940 * commands.texi (Interactive Call): Use 3 as prefix in example
7941 for execute-extended-command.
7942
7943 * display.texi (Attribute Functions): Move paragraph about
7944 compatibility with Emacs < 21.
7945
79462006-07-09 Kim F. Storm <storm@cua.dk>
7947
7948 * display.texi (Refresh Screen): Clarify force-window-update.
7949 (Truncation): "Normally" indicated by fringe arrows.
7950
79512006-07-08 Eli Zaretskii <eliz@gnu.org>
7952
7953 * windows.texi (Textual Scrolling, Resizing Windows):
7954 * variables.texi (Constant Variables):
7955 * text.texi (Buffer Contents, Deletion, Changing Properties)
7956 (Property Search, Special Properties, Sticky Properties)
7957 (Links and Mouse-1, Fields, Change Hooks):
7958 * syntax.texi (Syntax Table Functions, Parsing Expressions)
7959 (Categories):
7960 * symbols.texi (Other Plists):
7961 * streams.texi (Output Variables):
7962 * processes.texi (Input to Processes, Query Before Exit):
7963 * positions.texi (Word Motion, Text Lines, List Motion):
7964 * os.texi (Init File, System Environment, Sound Output)
7965 (Session Management):
7966 * nonascii.texi (Text Representations, Character Sets)
7967 (Chars and Bytes, Locales):
7968 * modes.texi (Defining Minor Modes, Header Lines):
7969 * minibuf.texi (Minibuffer Contents):
7970 * markers.texi (Information from Markers):
7971 * lists.texi (List Elements, Building Lists, Association Lists):
7972 * keymaps.texi (Tool Bar):
7973 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
7974 * functions.texi (What Is a Function, Mapping Functions):
7975 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
7976 (Color Names, Text Terminal Colors, Display Feature Testing):
7977 * files.texi (Visiting Functions, File Name Components)
7978 (Unique File Names, Contents of Directories):
7979 * display.texi (Forcing Redisplay, Displaying Messages)
7980 (Temporary Displays, Font Selection, Auto Faces)
7981 (Font Lookup, Fringe Indicators, Display Margins)
7982 (Image Descriptors, Showing Images, Image Cache, Button Types)
7983 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
7984 (Display Table Format, Glyphs):
7985 * control.texi (Iteration):
7986 * commands.texi (Command Loop Info, Adjusting Point):
7987 * backups.texi (Making Backups, Auto-Saving):
7988 Remove @tindex entries.
7989
79902006-07-07 Kim F. Storm <storm@cua.dk>
7991
7992 * display.texi (Fringe Cursors): Fix typo.
7993 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
7994 (Overlay Arrow): Default is overlay-arrow fringe indicator.
7995
79962006-07-05 Richard Stallman <rms@gnu.org>
7997
7998 * text.texi (Buffer Contents): Add example of text props
7999 in result of buffer-substring.
8000 (Text Properties): Explain better about use of specific property names.
8001 (Property Search): Some cleanups; reorder some functions.
8002
8003 * keymaps.texi (Changing Key Bindings): Cleanup.
8004 Add xref to Key Binding Conventions.
8005
8006 * display.texi (Attribute Functions): Add examples for
8007 face-attribute-relative-p.
8008
8009 * tips.texi (Coding Conventions): Cleanup last change.
8010
80112006-07-05 Karl Berry <karl@gnu.org>
8012
8013 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8014 Remove @setchapternewpage odd.
8015 Result is 1013 pages, down from 1100.
8016
8017 * anti.texi, customize.texi, display.texi, internals.texi:
8018 * minibuf.texi, modes.texi, tips.texi:
8019 Fix overfull/underfull boxes.
8020
80212006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8022
8023 * edebug.texi (Instrumenting):
8024 Add Edebug-specific findex for eval-buffer.
8025 * loading.texi (Loading):
8026 Replace eval-current-buffer with eval-buffer.
8027
80282006-06-30 Nick Roberts <nickrob@snap.net.nz>
8029
8030 * locals.texi (Standard Buffer-Local Variables): Update the list
8031 of variables.
8032
80332006-06-26 Nick Roberts <nickrob@snap.net.nz>
8034
8035 * files.texi (File Name Completion): Point user to the node
8036 "Reading File Names".
8037
80382006-06-24 Eli Zaretskii <eliz@gnu.org>
8039
8040 * files.texi (Contents of Directories): Document case-insensitive
8041 behavior on respective filesystems.
8042
8043 * objects.texi (Character Type): Document that Emacs signals an
8044 error for unsupported Unicode characters specified as \uNNNN.
8045
80462006-06-19 Richard Stallman <rms@gnu.org>
8047
8048 * processes.texi (Bindat Spec): Clarify previous change.
8049
80502006-06-16 Richard Stallman <rms@gnu.org>
8051
8052 * tips.texi (Coding Conventions): Better explain conventions
8053 for definition constructs.
8054
8055 * text.texi (Special Properties): String value of `read-only'
8056 serves as the error message.
8057
8058 * objects.texi (Character Type): Clarify prev. change.
8059 (Non-ASCII in Strings): Mention \u and \U.
8060
8061 * commands.texi (Using Interactive): Explain problem of
8062 markers, etc., in command-history.
8063
80642006-06-14 Kim F. Storm <storm@cua.dk>
8065
8066 * commands.texi (Waiting): Negative arg to sit-for forces
8067 redisplay even if input is pending.
8068
8069 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8070 redisplay. Remove incorrect example of binding redisplay-dont-pause
8071 around (sit-for 0).
8072
80732006-06-13 Richard Stallman <rms@gnu.org>
8074
8075 * display.texi (Forcing Redisplay): Clarify previous change.
8076
80772006-06-13 Romain Francoise <romain@orebokech.com>
8078
8079 * display.texi (Forcing Redisplay): Fix typo.
8080
80812006-06-13 Kim F. Storm <storm@cua.dk>
8082
8083 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8084
80852006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8086
8087 * tips.texi (Coding Conventions): Add `@end itemize'.
8088
80892006-06-10 Richard Stallman <rms@gnu.org>
8090
8091 * tips.texi (Coding Conventions): Explain use of coding systems
8092 to ensure one decoding for strings.
8093
80942006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8095
8096 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8097 syntax.
8098
80992006-06-07 Eli Zaretskii <eliz@gnu.org>
8100
8101 * display.texi (Font Selection): Remove description of
8102 clear-face-cache.
8103
8104 * compile.texi (Eval During Compile): Fix a typo. Add index
8105 entries for possible uses of eval-when-compile.
8106
81072006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8108
8109 * display.texi (Abstract Display): Fix typo.
8110
81112006-06-03 Eli Zaretskii <eliz@gnu.org>
8112
8113 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8114 Reword variable's description.
8115
81162006-06-01 Richard Stallman <rms@gnu.org>
8117
8118 * windows.texi (Splitting Windows): Clarify splitting nonselected
8119 window.
8120
81212006-05-31 Juri Linkov <juri@jurta.org>
8122
8123 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8124
81252006-05-30 Richard Stallman <rms@gnu.org>
8126
8127 * display.texi (Line Height): Fix errors in description of
10d1d0af 8128 default line height and line-height property.
b8d4c8d0
GM
8129
8130 * nonascii.texi (Default Coding Systems): Further clarification.
8131
81322006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8133
8134 * internals.texi (Pure Storage): Mention that an overflow in pure
8135 space causes a memory leak.
8136 (Garbage Collection): If there was an overflow in pure space,
8137 `garbage-collect' returns nil.
8138
81392006-05-30 Eli Zaretskii <eliz@gnu.org>
8140
8141 * nonascii.texi (Default Coding Systems): Fix it some more.
8142
81432006-05-29 Eli Zaretskii <eliz@gnu.org>
8144
8145 * nonascii.texi (Default Coding Systems): Fix last change.
8146
81472006-05-29 Kenichi Handa <handa@m17n.org>
8148
8149 * nonascii.texi (find-operation-coding-system): Describe the new
8150 argument format (FILENAME . BUFFER).
8151
81522006-05-28 Richard Stallman <rms@gnu.org>
8153
8154 * tips.texi (Coding Conventions): Better explain reasons not to
8155 advise other packages or use `eval-after-load'.
8156
81572006-05-29 Kim F. Storm <storm@cua.dk>
8158
8159 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8160 `bindat-idx' and `bindat-raw' for clarity.
8161
81622006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8163
8164 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8165
8166 * display.texi (Display): Add "Abstract Display" to menu.
8167 (Abstract Display, Abstract Display Functions)
8168 (Abstract Display Example): New nodes.
8169 * elisp.texi (Top): Add "Abstract Display" to menu.
8170
81712006-05-27 Chong Yidong <cyd@stupidchicken.com>
8172
8173 * keymaps.texi (Key Sequences): Link to input events definition.
8174 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8175
8176 * files.texi (Changing Files): Document updated argument list for
8177 copy-file.
8178
81792006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8180
8181 * processes.texi (Bindat Functions): Explain term "total length".
8182 Use it in bindat-length and bindat-pack descriptions.
8183
81842006-05-26 Eli Zaretskii <eliz@gnu.org>
8185
8186 * tips.texi (Coding Conventions): Advise against using
8187 eval-after-load in packages. Add an index entry.
8188
81892006-05-25 Juri Linkov <juri@jurta.org>
8190
8191 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8192
8193 * modes.texi (%-Constructs): Add %e, %z, %Z.
8194
81952006-05-25 Richard Stallman <rms@gnu.org>
8196
8197 * elisp.texi (Top): Update subnode menu.
8198
8199 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8200 (Keymaps): Update menu.
8201
82022006-05-25 Chong Yidong <cyd@stupidchicken.com>
8203
8204 * keymaps.texi (Key Sequences): Some clarifications.
8205
82062006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8207
8208 * processes.texi (Bindat Functions): Say "unibyte string"
8209 explicitly for bindat-unpack and bindat-pack descriptions.
8210 (Bindat Examples): Don't call `string-make-unibyte' in example.
8211
82122006-05-25 Chong Yidong <cyd@stupidchicken.com>
8213
5dcb4c4e 8214 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 8215 Explain string and vector representations of key sequences.
b8d4c8d0
GM
8216
8217 * keymaps.texi (Changing Key Bindings):
dd7b651b 8218 * commands.texi (Interactive Codes):
b8d4c8d0
GM
8219 * help.texi (Describing Characters): Refer to it.
8220
82212006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8222
8223 * frames.texi (Pointer Shape): @end table -> @end defvar.
8224
82252006-05-22 Richard Stallman <rms@gnu.org>
8226
8227 * elisp.texi (Top): Update subnode menus.
8228
8229 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8230 Contents rewritten; material from old Pointer Shape node moved here.
8231
8232 * display.texi (Pointer Shape): Node deleted.
8233 (Image Descriptors): Minor cleanup.
8234
82352006-05-21 Richard Stallman <rms@gnu.org>
8236
8237 * syntax.texi (Parsing Expressions): Update info on which STATE
8238 elements are ignored.
8239
82402006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8241
8242 * hooks.texi (Standard Hooks): Correct typo.
8243
8244 * gpl.texi (GPL): ifinfo -> ifnottex.
8245
82462006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8247
8248 * searching.texi (Simple Match Data): Warn about match data being
8249 set anew by every search.
8250
82512006-05-17 Richard Stallman <rms@gnu.org>
8252
8253 * minibuf.texi (Minibuffer History): Clarify.
8254
8255 * searching.texi (Regexp Special): Clarify nested regexp warning.
8256
82572006-05-16 Kim F. Storm <storm@cua.dk>
8258
8259 * minibuf.texi (Minibuffer History): Update add-to-history.
8260
82612006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8262
5dcb4c4e
SM
8263 * nonascii.texi (Explicit Encoding):
8264 Fix typo (encoding<->decoding).
b8d4c8d0
GM
8265
82662006-05-14 Richard Stallman <rms@gnu.org>
8267
8268 * buffers.texi (Creating Buffers): Cleanup.
8269
8270 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8271
82722006-05-13 Eli Zaretskii <eliz@gnu.org>
8273
8274 * buffers.texi (Current Buffer): Document that with-temp-buffer
8275 disables undo.
8276
8277 * os.texi (Terminal-Specific): More accurate description of how
8278 Emacs searches for the terminal-specific libraries.
8279
82802006-05-12 Eli Zaretskii <eliz@gnu.org>
8281
8282 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8283 emacs-xtra to @inforef's.
8284
8285 * text.texi (Undo): Document that undo is turned off in buffers
8286 whose names begin with a space.
8287
8288 * buffers.texi (Buffer Names): Add index entries for buffers whose
8289 names begin with a space.
8290 (Creating Buffers): Document that undo is turned off in buffers
8291 whose names begin with a space.
8292
8293 * files.texi (Visiting Functions, Reading from Files)
8294 (Saving Buffers): Mention code and EOL conversions by file I/O
8295 primitives and subroutines.
8296
f4e90db0
SM
8297 * nonascii.texi (Lisp and Coding Systems):
8298 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
8299
8300 * display.texi (Defining Faces): Mention `mac', and add an xref to
8301 where window-system is described.
8302
83032006-05-10 Richard Stallman <rms@gnu.org>
8304
8305 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8306
83072006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8308
8309 * variables.texi (File Local Variables): Recommend to quote lambda
8310 expressions in safe-local-variable property.
8311
83122006-05-09 Richard Stallman <rms@gnu.org>
8313
5dcb4c4e
SM
8314 * variables.texi (File Local Variables):
8315 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
8316
83172006-05-07 Kim F. Storm <storm@cua.dk>
8318
8319 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8320 from add-to-history.
8321
83222006-05-07 Romain Francoise <romain@orebokech.com>
8323
8324 * commands.texi (Event Input Misc):
8325 * compile.texi (Eval During Compile):
8326 * internals.texi (Buffer Internals):
8327 * minibuf.texi (Initial Input):
8328 * nonascii.texi (Scanning Charsets):
8329 * numbers.texi (Comparison of Numbers):
8330 * windows.texi (Textual Scrolling, Vertical Scrolling):
8331 Fix various typos.
8332
83332006-05-06 Eli Zaretskii <eliz@gnu.org>
8334
8335 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8336 conditional xref's to either emacs or emacs-xtra, depending on
8337 @iftex/@ifnottex.
8338
8339 * minibuf.texi (Minibuffer History): Document add-to-history.
8340
83412006-05-05 Eli Zaretskii <eliz@gnu.org>
8342
8343 * internals.texi (Pure Storage): Mention the pure overflow message
8344 at startup.
8345
c8763fb6 83462006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
8347
8348 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
8349 (Searching Keymaps): Fix pseudo-Lisp description of keymap
8350 search.
8351
83522006-05-01 Richard Stallman <rms@gnu.org>
8353
8354 * intro.texi (nil and t): Clarify.
8355
8356 * variables.texi (File Local Variables): Suggest using booleanp.
8357
83582006-05-01 Juanma Barranquero <lekktu@gmail.com>
8359
8360 * objects.texi (Type Predicates): Fix typos.
8361
83622006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8363
8364 * intro.texi (nil and t): Add booleanp.
8365
8366 * objects.texi (Type Predicates): Add links for booleanp and
8367 string-or-null-p.
8368
83692006-04-29 Richard Stallman <rms@gnu.org>
8370
8371 * modes.texi (Multiline Font Lock): Rename from
8372 Multi line Font Lock Elements. Much clarification.
8373 (Font Lock Multiline, Region to Fontify): Much clarification.
8374
83752006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8376
8377 * variables.texi (File Local Variables): Remove the special case t for
8378 safe-local-variable.
8379
83802006-04-26 Richard Stallman <rms@gnu.org>
8381
8382 * syntax.texi (Parsing Expressions): Minor cleanup.
8383
83842006-04-18 Richard Stallman <rms@gnu.org>
8385
8386 * tips.texi (Coding Conventions): Explain when the package's
8387 prefix should appear later on (not at the start of the name).
8388
8389 * searching.texi (String Search): Clarify effect of NOERROR.
8390
8391 * modes.texi (Imenu): Clarify what special items do.
8392
8393 * hooks.texi (Standard Hooks): Delete text about old hook names.
8394
83952006-04-17 Romain Francoise <romain@orebokech.com>
8396
8397 * variables.texi (Local Variables): Update the default value of
8398 `max-specpdl-size'.
8399
84002006-04-15 Michael Olson <mwolson@gnu.org>
8401
8402 * processes.texi (Transaction Queues): Mention the new optional
8403 `delay-question' argument for `tq-enqueue'.
8404
84052006-04-13 Bill Wohler <wohler@newt.com>
8406
8407 * customize.texi (Common Keywords): Use dotted notation for
8408 :package-version value. Specify its values. Improve documentation
8409 for customize-package-emacs-version-alist.
8410
84112006-04-12 Bill Wohler <wohler@newt.com>
8412
8413 * customize.texi (Common Keywords): Move description of
8414 customize-package-emacs-version-alist to @defvar.
8415
84162006-04-10 Bill Wohler <wohler@newt.com>
8417
8418 * customize.texi (Common Keywords): Add :package-version.
8419
84202006-04-10 Kim F. Storm <storm@cua.dk>
8421
8422 * text.texi (Buffer Contents): Add NOPROPS arg to
8423 filter-buffer-substring.
8424
84252006-04-08 Kevin Ryde <user42@zip.com.au>
8426
8427 * os.texi (Command-Line Arguments): Update xref to emacs manual
8428 "Command Arguments" -> "Emacs Invocation", per change there.
8429
84302006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
8431
8432 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
8433 be on one line to help makeinfo not render two spaces after the dot.
8434
84352006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8436
8437 * strings.texi (Predicates for Strings): Add string-or-null-p.
8438
84392006-03-28 Kim F. Storm <storm@cua.dk>
8440
8441 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
8442 remarks about systems that don't support fractional seconds.
8443
84442006-03-25 Karl Berry <karl@gnu.org>
8445
8446 * elisp.texi: Use @copyright{} instead of (C), and do not indent
8447 the year list.
8448
84492006-03-21 Nick Roberts <nickrob@snap.net.nz>
8450
8451 * display.texi (Fringe Indicators): Fix typos.
8452
84532006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8454
8455 * tips.texi (Documentation Tips): One can now also write `program'
8456 in front of a quoted symbol in a docstring to prevent making a
8457 hyperlink.
8458
84592006-03-19 Alan Mackenzie <acm@muc.de>
8460
8461 * text.texi (Special Properties): Clarify `fontified' property.
8462
84632006-03-16 Richard Stallman <rms@gnu.org>
8464
8465 * display.texi (Defining Images): Minor cleanup.
8466
84672006-03-16 Bill Wohler <wohler@newt.com>
8468
8469 * display.texi (Defining Images): In image-load-path-for-library,
8470 prefer user's images.
8471
84722006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8473
8474 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
8475
84762006-03-15 Bill Wohler <wohler@newt.com>
8477
8478 * display.texi (Defining Images): Fix example in
8479 image-load-path-for-library by not recommending that one binds
8480 image-load-path. Just defvar it to placate compiler and only use
8481 it if previously defined.
8482
84832006-03-14 Bill Wohler <wohler@newt.com>
8484
8485 * display.texi (Defining Images): In image-load-path-for-library,
8486 always return list of directories. Update example.
8487
84882006-03-14 Alan Mackenzie <acm@muc.de>
8489
8490 * modes.texi: New node, "Region to Fontify" (for Font Lock).
8491 This describes font-lock-extend-region-function.
8492 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
8493 the new node "Region to Fontify".
8494
84952006-03-13 Richard Stallman <rms@gnu.org>
8496
8497 * display.texi (Invisible Text): The impossible position is
8498 now before the invisible text, not after.
8499 (Defining Images): Clean up last change.
8500
85012006-03-11 Bill Wohler <wohler@newt.com>
8502
8503 * display.texi (Defining Images): Add image-load-path-for-library.
8504
85052006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8506
8507 * text.texi (Adaptive Fill): Fix Texinfo usage.
8508
8509 * strings.texi (Creating Strings): Fix Texinfo usage.
8510
8511 * searching.texi (Regexp Special): Use @samp for regular
8512 expressions that are not in Lisp syntax.
8513
85142006-03-08 Luc Teirlinck <teirllm@auburn.edu>
8515
8516 * searching.texi (Regexp Special): Put remark between parentheses
8517 to avoid misreading.
8518
85192006-03-07 Luc Teirlinck <teirllm@auburn.edu>
8520
8521 * searching.texi (Syntax of Regexps): More accurately describe
8522 which characters are special in which situations.
8523 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
8524 are not special. Describe in detail when `[' and `]' are special.
8525 (Regexp Backslash): Plenty of regexps with unbalanced square
8526 brackets are valid, so reword that statement.
8527
85282006-03-02 Kim F. Storm <storm@cua.dk>
8529
8530 * keymaps.texi (Tool Bar): Add tool-bar-border.
8531
85322006-02-28 Luc Teirlinck <teirllm@auburn.edu>
8533
8534 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
8535
85362006-02-27 Luc Teirlinck <teirllm@auburn.edu>
8537
8538 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
8539
8540 * files.texi (Locating Files): Suggest additional values for the
8541 SUFFIXES arg of `locate-file'. Update pxref.
8542
8543 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
8544 (How Programs Do Loading): Discuss the effects of Auto Compression
8545 mode on `load'.
8546 (Load Suffixes): New node.
8547 (Library Search): Delete description of `load-suffixes'; it was
8548 moved to "Load Suffixes".
8549 (Autoload, Named Features): Mention `load-suffixes'.
8550
85512006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8552
8553 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
8554
8555 * windows.texi (Window Tree): Fix typo.
8556
85572006-02-20 Kim F. Storm <storm@cua.dk>
8558
8559 * display.texi (Fringe Indicators): New section.
8560 Move indicate-empty-lines, indicate-buffer-boundaries, and
8561 default-indicate-buffer-boundaries here.
8562 Add fringe-indicator-alist and default-fringes-indicator-alist.
8563 Add list of logical fringe indicator symbols.
8564 Update list of standard bitmap names.
8565 (Fringe Cursors): New section.
8566 Move overflow-newline-into-fringe here.
8567 Add fringe-cursor-alist and default-fringes-cursor-alist.
8568 Add list of fringe cursor symbols.
8569
85702006-02-20 Juanma Barranquero <lekktu@gmail.com>
8571
8572 * commands.texi (Using Interactive): Fix reference to node
8573 "Minibuffers".
8574
85752006-02-19 Richard M. Stallman <rms@gnu.org>
8576
8577 * minibuf.texi (High-Level Completion):
8578 Add xref to read-input-method-name.
8579
8580 * files.texi (Relative File Names): Move file-relative-name here.
8581 (File Name Expansion): From here. Minor clarifications.
8582
8583 * commands.texi (Using Interactive): Add xrefs about reading input.
8584 Clarify remarks about that moving point and mark.
8585 Put string case before list case.
8586
c8763fb6 85872006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
8588
8589 * display.texi (Other Display Specs, Image Descriptors):
8590 Revert erroneous changes. The previous description of
8591 image-descriptors as `(image . PROPS)' was correct.
8592
85932006-02-14 Richard M. Stallman <rms@gnu.org>
8594
8595 * variables.texi (File Local Variables): Clarifications.
8596
85972006-02-14 Juanma Barranquero <lekktu@gmail.com>
8598
8599 * variables.texi (File Local Variables): Use @code for a cons
8600 cell, not @var.
8601
86022006-02-13 Chong Yidong <cyd@stupidchicken.com>
8603
8604 * variables.texi (File Local Variables): Document new file local
8605 variable behavior.
8606
86072006-02-10 Kim F. Storm <storm@cua.dk>
8608
8609 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
8610
86112006-02-08 Juanma Barranquero <lekktu@gmail.com>
8612
8613 * modes.texi (%-Constructs): Remove obsolete info about
8614 `global-mode-string'.
8615
86162006-02-07 Richard M. Stallman <rms@gnu.org>
8617
8618 * commands.texi (Prefix Command Arguments): Minor cleanup.
8619
8620 * display.texi: "Graphical display", not window system.
8621
8622 * functions.texi (What Is a Function): Fix xref.
8623
8624 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
8625 (Changing Key Bindings): Clarify when remapping is better than
8626 substitute-key-definition.
8627
86282006-02-02 Richard M. Stallman <rms@gnu.org>
8629
8630 * minibuf.texi (Basic Completion): Completion alists are risky.
8631
8632 * keymaps.texi (Active Keymaps): Clarifications.
8633 (Searching Keymaps): New node.
8634 (Keymaps): Update menu.
8635
8636 * frames.texi (Layout Parameters): Minor clarification.
8637 (Drag and Drop): New node.
8638 (Frames): Update menu.
8639
86402006-01-29 Chong Yidong <cyd@stupidchicken.com>
8641
8642 * display.texi (Other Display Specs, Image Descriptors):
8643 Image description is a list, not a cons cell.
8644
86452006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8646
8647 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
8648 list is not necessarily a list).
8649
86502006-01-27 Eli Zaretskii <eliz@gnu.org>
8651
8652 * frames.texi (Layout Parameters): border-width and
8653 internal-border-width belong to the frame, not the window.
8654
86552006-01-19 Richard M. Stallman <rms@gnu.org>
8656
8657 * nonascii.texi (Translation of Characters): Search cmds use
8658 translation-table-for-input. Automatically made local.
8659
8660 * markers.texi (Overview of Markers): Count insertion type
8661 as one of a marker's attributes.
8662
8663 * keymaps.texi (Controlling Active Maps): New node, split out of
8664 Active Keymaps.
8665 (Keymaps): Menu updated.
8666 (Active Keymaps): Give pseudocode to explain how the active
8667 maps are searched. current-active-maps and key-binding moved here.
8668 (Functions for Key Lookup): current-active-maps and key-binding moved.
8669 Clarifications.
8670 (Searching the Keymaps): New subnode.
8671
8672 * elisp.texi (Top): Menu clarification.
8673
8674 * display.texi (Other Display Specs): Delete duplicate entry for
8675 just a string as display spec. Move text about recursive display
8676 specs on such a string.
8677
8678 * commands.texi (Key Sequence Input): Clarify.
8679 Move num-nonmacro-input-events out.
8680 (Reading One Event): num-nonmacro-input-events moved here.
8681
86822006-01-14 Nick Roberts <nickrob@snap.net.nz>
8683
8684 * advice.texi (Simple Advice): Update example to fit argument
8685 change in previous-line.
8686
86872006-01-05 Richard M. Stallman <rms@gnu.org>
8688
8689 * markers.texi (The Mark): Fix in `mark'.
8690
86912006-01-04 Richard M. Stallman <rms@gnu.org>
8692
8693 * processes.texi (Misc Network, Make Network): Minor cleanups.
8694
86952006-01-04 Kim F. Storm <storm@cua.dk>
8696
8697 * processes.texi (Make Network): Add IPv6 addresses and handling.
8698 (Network Feature Testing): Mention (:family ipv6).
8699 (Misc Network): Add IPv6 formats to format-network-address.
8700
87012005-12-30 Richard M. Stallman <rms@gnu.org>
8702
8703 * text.texi (Changing Properties):
8704 Don't use return value of set-text-properties.
8705
87062005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8707
8708 * modes.texi (Mode Line Format): Correct typo in menu.
8709
87102005-12-29 Richard M. Stallman <rms@gnu.org>
8711
8712 * modes.texi (Mode Line Top): New node.
8713 (Mode Line Data): Some text moved to new node.
8714 Explain the data structure more concretely.
8715 (Mode Line Basics): Clarifications.
8716 (Mode Line Variables): Clarify intro paragraph.
8717 (%-Constructs): Clarify intro paragraph.
8718 (Mode Line Format): Update menu.
8719
87202005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8721
8722 * minibuf.texi (Basic Completion): Update lazy-completion-table
8723 examples for removal of ARGS argument.
8724
87252005-12-23 Richard M. Stallman <rms@gnu.org>
8726
8727 * text.texi (Undo): Restore some explanation from the version
8728 that was deleted.
8729
87302005-12-23 Eli Zaretskii <eliz@gnu.org>
8731
8732 * text.texi (Undo): Remove duplicate descriptions of `apply
8733 funname' and `apply delta' elements of the undo list.
8734
87352005-12-20 Richard M. Stallman <rms@gnu.org>
8736
8737 * help.texi (Help Functions): Update documentation of `apropos'.
8738
87392005-12-20 Luc Teirlinck <teirllm@auburn.edu>
8740
8741 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
8742 because it is confusing. If the :help-echo keyword is a function,
8743 it is not directly used as the :help-echo overlay property, as the
8744 xref seems to suggest (it does not take the appropriate args).
8745
87462005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8747
8748 * customize.texi (Common Keywords): Fix Texinfo usage.
8749 (Group Definitions, Variable Definitions): Update for new
8750 conventions for using `*' in docstrings.
8751
8752 * tips.texi (Documentation Tips): Update for new conventions for
8753 using `*' in docstrings.
8754
87552005-12-16 Richard M. Stallman <rms@gnu.org>
8756
8757 * minibuf.texi (Minibuffer Contents): Minor cleanup.
8758
87592005-12-16 Juri Linkov <juri@jurta.org>
8760
8761 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
8762
87632005-12-14 Romain Francoise <romain@orebokech.com>
8764
8765 * modes.texi (Customizing Keywords): Rename `append' to `how'.
8766 Fix typo.
8767
87682005-12-11 Juri Linkov <juri@jurta.org>
8769
8770 * minibuf.texi (Completion Commands): Add mention of read-file-name
8771 for filename completion keymaps.
8772 (Reading File Names): Add mention of filename completion keymaps
8773 for read-file-name and xref to `Completion Commands'.
8774
87752005-12-10 Richard M. Stallman <rms@gnu.org>
8776
8777 * customize.texi (Common Keywords): State caveats for use of :tag.
8778
87792005-12-08 Richard M. Stallman <rms@gnu.org>
8780
8781 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
8782 with xrefs and better explanation.
8783 (Completion Commands): Add the filename completion maps.
8784
8785 * objects.texi (Character Type): Clarify that \s is not space
8786 if a dash follows.
8787
87882005-12-05 Richard M. Stallman <rms@gnu.org>
8789
8790 * windows.texi (Resizing Windows): Delete preserve-before args.
8791
87922005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8793
8794 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
8795 in full keymaps, since the quirk has been fixed.
8796
87972005-12-03 Eli Zaretskii <eliz@gnu.org>
8798
5dcb4c4e
SM
8799 * hooks.texi (Standard Hooks): Add index entries.
8800 Mention `compilation-finish-functions'.
b8d4c8d0
GM
8801
88022005-11-27 Richard M. Stallman <rms@gnu.org>
8803
8804 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
8805
88062005-11-21 Juri Linkov <juri@jurta.org>
8807
8808 * customize.texi (Common Keywords): Update links types
8809 custom-manual and url-link. Add link types emacs-library-link,
8810 file-link, function-link, variable-link, custom-group-link.
8811
88122005-11-20 Chong Yidong <cyd@stupidchicken.com>
8813
8814 * display.texi: Revert 2005-11-20 change.
8815
88162005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8817
8818 * processes.texi (Bindat Functions):
8819 Say "third" to refer to zero-based index "2".
8820
88212005-11-18 Luc Teirlinck <teirllm@auburn.edu>
8822
8823 * loading.texi (Library Search): Update the default value of
8824 `load-suffixes'.
8825
88262005-11-17 Chong Yidong <cyd@stupidchicken.com>
8827
8828 * display.texi (Attribute Functions): Mention :ignore-defface.
8829
88302005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8831
8832 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
8833 (Minor Mode Conventions): Mention the use of a hook.
8834
88352005-11-06 Richard M. Stallman <rms@gnu.org>
8836
8837 * files.texi (Magic File Names): find-file-name-handler checks the
8838 `operations' property of the handler.
8839
88402005-11-03 Richard M. Stallman <rms@gnu.org>
8841
8842 * variables.texi (Frame-Local Variables): Small clarification.
8843
88442005-10-29 Chong Yidong <cyd@stupidchicken.com>
8845
8846 * os.texi (Init File): Document ~/.emacs.d/init.el.
8847
88482005-10-29 Richard M. Stallman <rms@gnu.org>
8849
8850 * internals.texi (Garbage Collection): Document memory-full.
8851
88522005-10-28 Bill Wohler <wohler@newt.com>
8853
8854 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
8855 for URLs.
8856
88572005-10-28 Richard M. Stallman <rms@gnu.org>
8858
8859 * minibuf.texi (Completion Commands): Clean up prev change.
8860
88612005-10-26 Kevin Ryde <user42@zip.com.au>
8862
8863 * compile.texi (Eval During Compile): Explain recommended uses
8864 of eval-when-compile and eval-and-compile.
8865
88662005-10-27 Masatake YAMATO <jet@gyve.org>
8867
8868 * minibuf.texi (Completion Commands):
8869 Write about new optional argument for `display-completion-list'.
8870
88712005-10-23 Richard M. Stallman <rms@gnu.org>
8872
8873 * display.texi (Overlay Arrow): Clarify about local bindings of
8874 overlay-arrow-position.
8875
88762005-10-22 Eli Zaretskii <eliz@gnu.org>
8877
8878 * internals.texi (Building Emacs): Fix last change.
8879
88802005-10-22 Richard M. Stallman <rms@gnu.org>
8881
8882 * internals.texi (Building Emacs): Document eval-at-startup.
8883
88842005-10-21 Richard M. Stallman <rms@gnu.org>
8885
8886 * loading.texi (Where Defined): load-history contains abs file names.
8887 symbol-file returns abs file names.
8888
88892005-10-19 Kim F. Storm <storm@cua.dk>
8890
8891 * display.texi (Showing Images): Add max-image-size integer value.
8892
88932005-10-18 Chong Yidong <cyd@stupidchicken.com>
8894
8895 * display.texi (Showing Images): Document max-image-size.
8896
88972005-10-17 Richard M. Stallman <rms@gnu.org>
8898
8899 * commands.texi (Quitting): Minor clarification.
8900
8901 * processes.texi (Sentinels): Clarify about output and quitting.
8902 (Filter Functions): Mention with-local-quit.
8903
89042005-10-17 Juri Linkov <juri@jurta.org>
8905
8906 * buffers.texi (Current Buffer):
8907 * commands.texi (Event Input Misc):
8908 * compile.texi (Eval During Compile, Compiler Errors):
8909 * customize.texi (Group Definitions):
8910 * display.texi (Progress, Defining Faces):
8911 * files.texi (Writing to Files):
8912 * modes.texi (Mode Hooks, Defining Minor Modes):
8913 * streams.texi (Output Functions):
8914 * syntax.texi (Syntax Table Functions):
8915 * text.texi (Change Hooks):
8916 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
8917
8918 * commands.texi (Quitting): Replace arg `forms' with `body' in
8919 `with-local-quit'.
8920
8921 * positions.texi (Excursions): Replace arg `forms' with `body' in
8922 `save-excursion'.
8923
89242005-10-08 Kim F. Storm <storm@cua.dk>
8925
8926 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
8927 Rename manual section accordingly.
8928
89292005-10-04 Kim F. Storm <storm@cua.dk>
8930
8931 * windows.texi (Window Split Tree): New section describing
8932 new function window-split-tree function.
8933
89342005-10-03 Nick Roberts <nickrob@snap.net.nz>
8935
8936 * display.texi (Fringe Size/Pos): Simplify and add detail.
8937
89382005-09-30 Romain Francoise <romain@orebokech.com>
8939
8940 * minibuf.texi (High-Level Completion): Explain that the prompt
8941 given to `read-buffer' should end with a colon and a space.
8942 Update usage examples.
8943
89442005-09-29 Juri Linkov <juri@jurta.org>
8945
8946 * display.texi (Displaying Messages): Rename argument name
8947 `string' to `format-string' in functions `message', `message-box',
8948 `message-or-box'.
8949
89502005-09-26 Chong Yidong <cyd@stupidchicken.com>
8951
8952 * errors.texi (Standard Errors): Correct xrefs.
8953
89542005-09-18 Chong Yidong <cyd@stupidchicken.com>
8955
8956 * display.texi (Defining Images): Update documentation for
8957 `image-load-path'.
8958
89592005-09-17 Richard M. Stallman <rms@gnu.org>
8960
8961 * display.texi (Defining Images): Clean up previous change.
8962
89632005-09-16 Romain Francoise <romain@orebokech.com>
8964
8965 * elisp.texi: Specify GFDL version 1.2.
8966
8967 * doclicense.texi (GNU Free Documentation License): Update to
8968 version 1.2.
8969
89702005-09-15 Chong Yidong <cyd@stupidchicken.com>
8971
8972 * display.texi (Defining Images): Document `image-load-path'.
8973
89742005-09-15 Richard M. Stallman <rms@gnu.org>
8975
8976 * objects.texi (Printed Representation): Minor cleanup.
8977 (Box Diagrams): Minor fix.
8978 (Cons Cell Type): Move (...) index item here.
8979 (Box Diagrams): From here.
8980 (Array Type): Minor fix.
8981 (Type Predicates): Delete index "predicates".
8982 (Hash Table Type): Clarify xref.
8983 (Dotted Pair Notation): Minor fix.
8984
89852005-09-10 Chong Yidong <cyd@stupidchicken.com>
8986
8987 * files.texi (Saving Buffers): Fix typo.
8988
89892005-09-08 Richard M. Stallman <rms@gnu.org>
8990
8991 * tips.texi (Programming Tips): Correct the "default" prompt spec.
8992
89932005-09-08 Chong Yidong <cyd@stupidchicken.com>
8994
8995 * locals.texi (Standard Buffer-Local Variables): Don't include
8996 mode variables for minor modes.
8997 Fix xrefs for buffer-display-count, buffer-display-table,
8998 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
8999 enable-multibyte-characters, fill-column, header-line-format,
9000 left-fringe-width, left-margin, and right-fringe-width.
9001
9002 * hooks.texi (Standard Hooks): All hooks should conform to the
9003 standard naming convention now.
9004 Fix xref for `echo-area-clear-hook'.
9005
9006 * display.texi (Usual Display): Note that indicate-empty-lines and
9007 tab-width are buffer-local.
9008
9009 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9010
9011 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9012
9013 * nonascii.texi (Encoding and I/O): Note that
9014 buffer-file-coding-system is buffer-local.
9015
9016 * positions.texi (List Motion): Note that defun-prompt-regexp is
9017 buffer-local.
9018
9019 * text.texi (Auto Filling): Note that auto-fill-function is
9020 buffer-local.
9021 (Undo): Note that buffer-undo-list is buffer-local.
9022
5dcb4c4e
SM
9023 * windows.texi (Buffers and Windows):
9024 Document buffer-display-count.
b8d4c8d0
GM
9025
90262005-09-06 Richard M. Stallman <rms@gnu.org>
9027
9028 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9029 package prefix elsewhere than at the start of the name.
9030
90312005-09-03 Richard M. Stallman <rms@gnu.org>
9032
9033 * tips.texi (Programming Tips): Add conventions for minibuffer
9034 questions and prompts.
9035
90362005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9037
9038 * intro.texi (nil and t): Minor cleanup.
9039 Delete spurious mention of keyword symbols.
9040 (Evaluation Notation): Add index entry.
9041 (A Sample Function Description): Minor cleanup.
9042 (A Sample Variable Description): Not all vars can be set.
9043
90442005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9045
9046 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9047
9048 (Insertion): Document precise type of `insert-char' arg COUNT.
9049
90502005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9051
9052 * modes.texi (Other Font Lock Variables): Sync the default of
9053 font-lock-lines-before.
9054
90552005-08-31 Michael Albinus <michael.albinus@gmx.de>
9056
9057 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9058
90592005-08-29 Richard M. Stallman <rms@gnu.org>
9060
9061 * elisp.texi (Top): Update subnode menu.
9062
9063 * searching.texi (Searching and Matching): Move node.
9064 Rearrange contents and add overall explanation.
9065 (Searching and Case): Move node.
9066 (Searching and Matching): Update menu.
9067
90682005-08-27 Eli Zaretskii <eliz@gnu.org>
9069
9070 * os.texi (Startup Summary): Fix the description of the initial
9071 startup message display.
9072
90732005-08-25 Richard M. Stallman <rms@gnu.org>
9074
9075 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9076
90772005-08-25 Emilio C. Lopes <eclig@gmx.net>
9078
9079 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9080 `next-overlay-change' example.
9081
90822005-08-22 Juri Linkov <juri@jurta.org>
9083
9084 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9085 Fix invert-face. Fix args of face-background.
9086
9087 * display.texi (Standard Faces): Delete node.
9088 (Faces): Add xref to `(emacs)Standard Faces'.
9089 (Displaying Faces): Fix xref to `Standard Faces'.
9090
9091 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9092
90932005-08-20 Alan Mackenzie <acm@muc.de>
9094
9095 * buffers.texi (The Buffer List): Clarify the manipulation of the
9096 buffer list.
9097
90982005-08-14 Richard M. Stallman <rms@gnu.org>
9099
9100 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9101 a regexp.
9102
91032005-08-11 Richard M. Stallman <rms@gnu.org>
9104
9105 * elisp.texi (Top): Update subnode lists.
9106
9107 * display.texi (Inverse Video): Node deleted.
9108
9109 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9110 New nodes split out of Coding Conventions.
9111
9112 * searching.texi (Regular Expressions): Document re-builder.
9113
9114 * os.texi (Time Parsing): New node split out of Time Conversion.
9115
9116 * processes.texi (Misc Network, Network Feature Testing)
9117 (Network Options, Make Network): New nodes split out of
9118 Low-Level Network.
9119
91202005-08-09 Richard M. Stallman <rms@gnu.org>
9121
9122 * frames.texi (Geometry): New node, split from Size and Position.
9123 (Frame Parameters): Refer to Geometry.
9124
9125 * buffers.texi (The Buffer List): Fix xrefs.
9126
9127 * windows.texi (Splitting Windows): Fix xref.
9128
9129 * frames.texi (Layout Parameters): Add xref.
9130
9131 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9132
9133 * keymaps.texi (Menu Bar): Fix xref.
9134
9135 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9136
9137 * modes.texi (%-Constructs): Fix xref.
9138
9139 * frames.texi (Window Frame Parameters): Node split up.
9140 (Basic Parameters, Position Parameters, Size Parameters)
9141 (Layout Parameters, Buffer Parameters, Management Parameters)
9142 (Cursor Parameters, Color Parameters): New subnodes.
9143
91442005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9145
9146 * positions.texi (Screen Lines): Update xref for previous change
9147 in minibuf.texi.
9148
9149 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9150 change in minibuf.texi.
9151
91522005-08-09 Richard M. Stallman <rms@gnu.org>
9153
9154 * tips.texi (Coding Conventions): Minor cleanup.
9155
9156 * modes.texi (Defining Minor Modes): Explain when init-value
9157 can be non-nil.
9158
9159 * elisp.texi (Top): Update submenu for Minibuffer.
9160
9161 * minibuf.texi (Minibuffer Misc): Node split up.
9162 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9163 (Recursive Mini): New nodes split out from Minibuffer Misc.
9164 (Minibuffer Misc): Document max-mini-window-height.
9165
9166 * hash.texi (Defining Hash): Delete stray paren in example.
9167
9168 * display.texi (Echo Area Customization): Don't define
9169 max-mini-window-height here; xref instead.
9170
9171 * commands.texi (Event Input Misc): Update while-no-input.
9172
9173 * advice.texi (Advising Functions): Explain when to use advice
9174 and when to use a hook.
9175
91762005-07-30 Eli Zaretskii <eliz@gnu.org>
9177
9178 * makefile.w32-in (info): Don't run install-info.
9179 ($(infodir)/dir): New target, produced by running install-info.
9180
91812005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9182
9183 * modes.texi (Defining Minor Modes): The keyword for the initial
9184 value is :init-value, not :initial-value.
9185
91862005-07-23 Eli Zaretskii <eliz@gnu.org>
9187
9188 * loading.texi (Autoload): Make the `doctor' example be consistent
9189 with what's in current loaddefs.el. Describe the "fn" magic in
9190 the usage portion of the doc string.
9191
91922005-07-22 Richard M. Stallman <rms@gnu.org>
9193
9194 * internals.texi (Garbage Collection): Clarify previous change.
9195
91962005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9197
9198 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9199
92002005-07-18 Juri Linkov <juri@jurta.org>
9201
9202 * commands.texi (Accessing Events):
9203 * frames.texi (Text Terminal Colors, Resources):
9204 * markers.texi (The Mark):
9205 * modes.texi (Defining Minor Modes):
9206 Delete duplicate duplicate words.
9207
92082005-07-16 Richard M. Stallman <rms@gnu.org>
9209
9210 * display.texi (Managing Overlays): Clarify make-overlay
9211 args for insertion types.
9212
92132005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9214
9215 * customize.texi (Variable Definitions):
9216 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9217 `standard-value' is a list too.
9218 (Defining New Types): Use @key{RET} instead of @key{ret}.
9219
92202005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9221
9222 * os.texi (Translating Input): Fix typo.
9223
92242005-07-08 Richard M. Stallman <rms@gnu.org>
9225
9226 * README: Update edition number and size estimate.
9227
9228 * elisp.texi (VERSION): Set to 2.9.
9229
92302005-07-07 Richard M. Stallman <rms@gnu.org>
9231
9232 * book-spine.texinfo: Update Emacs version.
9233
9234 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9235
92362005-07-06 Richard M. Stallman <rms@gnu.org>
9237
9238 * searching.texi (Regexp Search): Clarify what re-search-forward
9239 does when the search fails.
9240
92412005-07-05 Lute Kamstra <lute@gnu.org>
9242
9243 * Update FSF's address in GPL notices.
9244
9245 * doclicense.texi (GNU Free Documentation License):
9246 * gpl.texi (GPL):
9247 * tips.texi (Coding Conventions, Library Headers):
9248 * vol1.texi:
9249 * vol2.texi: Update FSF's address.
9250
92512005-07-04 Richard M. Stallman <rms@gnu.org>
9252
9253 * hooks.texi (Standard Hooks): Add occur-hook.
9254
92552005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9256
9257 * display.texi (The Echo Area): Correct menu.
9258
92592005-07-03 Richard M. Stallman <rms@gnu.org>
9260
9261 * elisp.texi (Top): Update subnode menu for Display.
9262
9263 * display.texi (Displaying Messages): New node, with most
9264 of what was in The Echo Area.
5dcb4c4e 9265 (Progress): Move under The Echo Area.
b8d4c8d0
GM
9266 (Logging Messages): New node with new text.
9267 (Echo Area Customization): New node, the rest of what was
9268 in The Echo Area. Document message-truncate-lines with @defvar.
9269 (Display): Update menu.
9270
9271 * windows.texi (Textual Scrolling): Doc 3 values for
9272 scroll-preserve-screen-position.
9273
9274 * text.texi (Special Properties): Change hook functions
9275 should bind inhibit-modification-hooks around altering buffer text.
9276
9277 * keymaps.texi (Key Binding Commands): Call binding BINDING
9278 rather than DEFINITION.
9279
92802005-06-29 Juanma Barranquero <lekktu@gmail.com>
9281
9282 * variables.texi (Defining Variables): `user-variable-p' returns t
9283 for aliases of user options, nil for alias loops.
9284
92852005-06-28 Richard M. Stallman <rms@gnu.org>
9286
9287 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9288 make-keymap.
9289
92902005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9291
9292 * variables.texi (Setting Variables): Correct and clarify
9293 description of `add-to-ordered-list'.
9294
92952005-06-26 Richard M. Stallman <rms@gnu.org>
9296
9297 * display.texi (Faces): Minor cleanup.
9298
92992005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9300
9301 * display.texi (Faces): `facep' returns t for strings that are
9302 face names.
9303
93042005-06-25 Richard M. Stallman <rms@gnu.org>
9305
9306 * objects.texi (Equality Predicates): Clarify meaning of equal.
9307
9308 * windows.texi (Selecting Windows): save-selected-window
9309 and with-selected-window save and restore the current buffer.
9310
93112005-06-24 Richard M. Stallman <rms@gnu.org>
9312
9313 * numbers.texi (Float Basics): Explain how to test for NaN,
9314 and printing the sign of NaNs.
9315
93162005-06-24 Eli Zaretskii <eliz@gnu.org>
9317
9318 * makefile.w32-in (MAKEINFO): Use --force.
9319
93202005-06-23 Richard M. Stallman <rms@gnu.org>
9321
9322 * display.texi (Face Functions): Correct Texinfo usage.
9323
93242005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9325
9326 * lists.texi (Rings): `ring-elements' now returns the elements of
9327 RING in order.
9328
93292005-06-23 Juanma Barranquero <lekktu@gmail.com>
9330
9331 * markers.texi (The Mark): Texinfo usage fix.
9332
93332005-06-23 Kim F. Storm <storm@cua.dk>
9334
9335 * searching.texi (Entire Match Data): Remove evaporate option for
9336 match-data. Do not mention evaporate option for set-match-data.
9337
93382005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9339
9340 * display.texi (Face Functions): Mention face aliases.
9341
93422005-06-21 Richard M. Stallman <rms@gnu.org>
9343
9344 * anti.texi (Antinews): Texinfo usage fix.
9345
93462005-06-21 Karl Berry <karl@gnu.org>
9347
9348 * elisp.texi: Use @copying.
9349
9350 * elisp.texi: Put @summarycontents and @contents before the Top
9351 node, instead of the end of the file, so that the contents appear
9352 in the right place in the dvi/pdf output.
9353
93542005-06-21 Juri Linkov <juri@jurta.org>
9355
9356 * display.texi (Defining Faces): Add `customized-face'.
9357
93582005-06-20 Kim F. Storm <storm@cua.dk>
9359
9360 * variables.texi (Setting Variables): Any type of element can be
9361 given order in add-to-ordered-list. Compare elements with eq.
9362
9363 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
9364
93652005-06-20 Karl Berry <karl@gnu.org>
9366
9367 * syntax.texi (Syntax Flags): Make last column very slightly wider
9368 to avoid "generic comment" breaking on two lines and causing an
9369 underfull box.
9370
93712005-06-19 Luc Teirlinck <teirllm@auburn.edu>
9372
9373 * lists.texi (Rings): Various minor clarifications and corrections.
9374
93752005-06-18 Richard M. Stallman <rms@gnu.org>
9376
9377 * functions.texi (Obsolete Functions): Simplify.
9378
9379 * variables.texi (Variable Aliases): Simplify.
9380
9381 * anti.texi, backups.texi, compile.texi, customization.texi:
9382 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
9383 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
9384 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
9385 * variables.texi: Fix formatting ugliness.
9386
9387 * elisp.texi: Add links to Rings and Byte Packing.
9388 Update version and copyright years.
9389
9390 * minibuf.texi: Fix formatting ugliness.
9391 (Completion Commands): Move keymap vars to the end
9392 and vars completing-read binds to the top.
9393
93942005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9395
9396 * processes.texi: Fix typos.
9397 (Bindat Spec): Correct Texinfo error.
9398 (Byte Packing): Fix ungrammatical sentence.
9399
94002005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
9401
9402 * lists.texi (Rings): New node.
9403 (Lists): Add it to menu.
9404
9405 * processes.texi (Byte Packing): New node.
9406 (Processes): Add it to menu.
9407
94082005-06-17 Richard M. Stallman <rms@gnu.org>
9409
9410 * syntax.texi (Parsing Expressions): Fix texinfo usage.
9411
9412 * help.texi (Documentation Basics): Explain the xref to
9413 Documentation Tips.
9414
9415 * debugging.texi (Debugger Commands): Minor fix.
9416
94172005-06-16 Luc Teirlinck <teirllm@auburn.edu>
9418
9419 * edebug.texi (Instrumenting): Eliminate duplicate link.
9420 (Specification List): Replace references to "below", referring to
9421 a later node, with one @ref to that node.
9422
9423 * os.texi (Timers): Timers should save and restore the match data
9424 if they change it.
9425
9426 * debugging.texi (Debugger Commands): Mention that the Lisp
9427 debugger can not step through primitive functions.
9428
94292005-06-16 Juanma Barranquero <lekktu@gmail.com>
9430
9431 * functions.texi (Obsolete Functions): Update argument names of
9432 `make-obsolete' and `define-obsolete-function-alias'.
9433
9434 * variables.texi (Variable Aliases): Update argument names of
9435 `defvaralias', `make-obsolete-variable' and
9436 `define-obsolete-variable-alias'.
9437
94382005-06-15 Kim F. Storm <storm@cua.dk>
9439
9440 * searching.texi (Entire Match Data): Rephrase warnings about
9441 evaporate arg to match-data and set-match-data.
9442
94432005-06-14 Luc Teirlinck <teirllm@auburn.edu>
9444
9445 * elisp.texi (Top): Update detailed menu.
9446
9447 * edebug.texi (Edebug): Update menu.
9448 (Instrumenting): Update xrefs.
9449 (Edebug Execution Modes): Correct xref.
9450 (Jumping): Clarify description of `h' command.
9451 Eliminate redundant @ref.
9452 (Breaks): New node.
9453 (Breakpoints): Is now a subsubsection.
9454 (Global Break Condition): Mention `C-x X X'.
9455 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
9456 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
9457 (Edebug Display Update): Correct pxref.
9458 (Edebug and Macros): New node.
9459 (Instrumenting Macro Calls): Is now a subsubsection.
9460 Neither arg of `def-edebug-spec' is evaluated.
9461 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
9462 (Specification Examples): Fix typo.
9463
94642005-06-14 Lute Kamstra <lute@gnu.org>
9465
9466 * debugging.texi (Function Debugging): Primitives can break on
9467 entry too.
9468
94692005-06-14 Kim F. Storm <storm@cua.dk>
9470
9471 * variables.texi (Setting Variables): Add add-to-ordered-list.
9472
94732005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 * syntax.texi (Parsing Expressions): Document aux functions and vars of
9476 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
9477
94782005-06-13 Lute Kamstra <lute@gnu.org>
9479
9480 * text.texi (Special Properties): Fix cross reference.
9481
94822005-06-11 Luc Teirlinck <teirllm@auburn.edu>
9483
9484 * debugging.texi (Function Debugging): Delete mention of empty
9485 string argument to `cancel-debug-on-entry'. Delete inaccurate
9486 description of the return value of that command.
9487
94882005-06-11 Alan Mackenzie <acm@muc.de>
9489
9490 * text.texi (Adaptive Fill): Amplify the description of
9491 fill-context-prefix.
9492
94932005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9494
9495 * syntax.texi (Parsing Expressions): Fix Texinfo error.
9496
94972005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9498
9499 * syntax.texi (Parsing Expressions): Document syntax-ppss.
9500
95012005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9502
9503 * debugging.texi (Error Debugging): Minor rewording.
9504 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
9505 is optional.
9506
95072005-06-10 Lute Kamstra <lute@gnu.org>
9508
9509 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
9510 (Top): Give it a title. Correct version number. Give the
9511 detailed node listing a more prominent header.
9512 * intro.texi: Don't set VERSION here a second time.
9513 Mention Emacs's version too.
9514 * anti.texi (Antinews): Use EMACSVER to refer to the current
9515 version of Emacs.
9516
95172005-06-09 Kim F. Storm <storm@cua.dk>
9518
9519 * searching.texi (Entire Match Data): Explain new `reseat' argument to
9520 match-data and set-match-data.
9521
95222005-06-08 Richard M. Stallman <rms@gnu.org>
9523
9524 * searching.texi (Entire Match Data): Clarify when match-data
9525 returns markers and when integers.
9526
9527 * display.texi (Defining Faces): Explain that face name should not
9528 end in `-face'.
9529
9530 * modes.texi (Mode Line Data): Minor cleanup.
9531 (Customizing Keywords): Node split out of Search-based Fontification.
9532 Add example of using font-lock-add-keywords from a hook.
9533 Clarify when MODE should be non-nil, and when nil.
9534
95352005-06-06 Richard M. Stallman <rms@gnu.org>
9536
9537 * modes.texi (Mode Line Data): Explain what happens when the car
9538 of a list is a void symbol.
9539 (Search-based Fontification): Explain MODE arg to
9540 font-lock-add-keywords and warn about calls from major modes.
9541
95422005-06-08 Juri Linkov <juri@jurta.org>
9543
9544 * display.texi (Standard Faces): Add `shadow' face.
9545
95462005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9547
9548 * modes.texi (Major Mode Conventions): A derived mode only needs
9549 to put the call to the parent mode inside `delay-mode-hooks'.
9550
95512005-05-29 Richard M. Stallman <rms@gnu.org>
9552
9553 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
9554 new, and what that implies. Clarify.
9555
9556 * files.texi (Locating Files): Clean up the text.
9557
9558 * frames.texi (Window Frame Parameters): Document user-size.
9559 Shorten entry for top by referring to left.
9560
95612005-05-26 Richard M. Stallman <rms@gnu.org>
9562
9563 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
9564 is new, and what the implications are. Other clarifications.
9565
95662005-05-24 Richard M. Stallman <rms@gnu.org>
9567
9568 * frames.texi (Dialog Boxes): Minor fixes.
9569
95702005-05-25 Masatake YAMATO <jet@gyve.org>
9571
9572 * display.texi (Standard Faces): Write about `mode-line-highlight'.
9573
95742005-05-24 Luc Teirlinck <teirllm@auburn.edu>
9575
9576 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
9577 is optional.
9578
95792005-05-24 Nick Roberts <nickrob@snap.net.nz>
9580
10d1d0af 9581 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
9582
95832005-05-23 Lute Kamstra <lute@gnu.org>
9584
9585 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
9586 syntax-begin-function over font-lock-beginning-of-syntax-function.
9587
95882005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9589
9590 * minibuf.texi (Reading File Names): Update description of
9591 `read-directory-name'.
9592
9593 * modes.texi (Derived Modes): Clarify :group keyword.
9594
95952005-05-21 Eli Zaretskii <eliz@gnu.org>
9596
9597 * files.texi (Locating Files): New subsection.
9598 Describe locate-file and executable-find.
9599
96002005-05-21 Kevin Ryde <user42@zip.com.au>
9601
9602 * frames.texi (Initial Parameters): Update cross reference to
9603 "Emacs Invocation".
9604
96052005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9606
9607 * keymaps.texi (Active Keymaps): Add anchor.
9608
9609 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
9610 (Major Mode Conventions): Refer to `Auto Major Mode' in more
9611 appropriate place.
9612 (Derived Modes): Small clarifications.
9613 (Minor Mode Conventions, Keymaps and Minor Modes):
9614 Replace references to nodes with references to anchors.
9615 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
9616 Clarify description of lists whose first element is an integer.
9617 (Mode Line Variables): Add anchor.
9618 (%-Constructs): Clarify description of integer after %.
9619 (Emulating Mode Line): Describe nil value for FACE.
9620
96212005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9622
9623 * modes.texi (Derived Modes): Correct references to non-existing
9624 variable standard-syntax-table.
9625
96262005-05-17 Lute Kamstra <lute@gnu.org>
9627
9628 * modes.texi (Defining Minor Modes): Mention the mode hook.
9629
96302005-05-15 Kim F. Storm <storm@cua.dk>
9631
9632 * processes.texi (Network): Remove open-network-stream-nowait.
9633 (Network Servers): Remove open-network-stream-server.
9634
96352005-05-15 Luc Teirlinck <teirllm@auburn.edu>
9636
9637 * elisp.texi (Top): Update detailed menu.
9638
9639 * variables.texi: Reorder nodes.
9640 (Variables): Update menu.
9641 (File Local Variables): Do not refer to the `-*-' line as
9642 a "local variables list". Add pxref.
9643
96442005-05-14 Luc Teirlinck <teirllm@auburn.edu>
9645
9646 * elisp.texi (Top): Update detailed menu for node changes.
9647
9648 * modes.texi (Modes): Update Menu.
9649 (Hooks): Move to beginning of chapter.
9650 Most minor modes run mode hooks too.
9651 `add-hook' can handle void hooks or hooks whose value is a single
9652 function.
9653 (Major Modes): Update Menu.
9654 (Major Mode Basics): New node, split off from `Major Modes'.
9655 (Major Mode Conventions): Correct xref. Explain how to handle
9656 auto-mode-alist if the major mode command has an autoload cookie.
9657 (Auto Major Mode): Major update. Add magic-mode-alist.
9658 (Derived Modes): Major update.
9659 (Mode Line Format): Update Menu.
9660 (Mode Line Basics): New node, split off from `Mode Line Format'.
9661
9662 * loading.texi (Autoload): Mention `autoload cookie' as synonym
9663 for `magic autoload comment'. Add index entries and anchor.
9664
96652005-05-14 Richard M. Stallman <rms@gnu.org>
9666
9667 * tips.texi (Coding Conventions): Explain how important it is
9668 that just loading certain files not change Emacs behavior.
9669
9670 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
9671
96722005-05-12 Lute Kamstra <lute@gnu.org>
9673
9674 * modes.texi (Generic Modes): Update.
9675 (Major Modes): Refer to node "Generic Modes".
9676
9677 * elisp.texi (Top): Update to the current structure of the manual.
9678 * processes.texi (Processes): Add menu description.
9679 * customize.texi (Customization): Add menu descriptions.
9680
96812005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9682
9683 * processes.texi (Signals to Processes)
9684 (Low-Level Network): Fix typos.
9685
96862005-05-11 Lute Kamstra <lute@gnu.org>
9687
9688 * elisp.texi (Top): Add some nodes from the chapter "Major and
9689 Minor Modes" to the detailed node listing.
9690
96912005-05-10 Richard M. Stallman <rms@gnu.org>
9692
9693 * keymaps.texi (Extended Menu Items): Menu item filter functions
9694 can be called at any time.
9695
96962005-05-08 Luc Teirlinck <teirllm@auburn.edu>
9697
9698 * variables.texi (File Local Variables): `(hack-local-variables t)'
9699 now also checks whether a mode is specified in the local variables
9700 list.
9701
97022005-05-05 Kevin Ryde <user42@zip.com.au>
9703
9704 * display.texi (The Echo Area): Correct format function cross
9705 reference.
9706
97072005-05-05 Luc Teirlinck <teirllm@auburn.edu>
9708
9709 * variables.texi (Variable Aliases): Change description of
9710 `define-obsolete-variable-alias'.
9711
9712 * functions.texi (Functions): Add "Obsolete Functions" to menu.
9713 (Defining Functions): Add xref.
9714 (Obsolete Functions): New node.
9715 (Function Safety): Standardize capitalization of section title.
9716
9717 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
9718 (Dialog Boxes): Complete description of `x-popup-dialog'.
9719
97202005-05-04 Richard M. Stallman <rms@gnu.org>
9721
9722 * commands.texi (Interactive Codes): Fix Texinfo usage.
9723 Document U more clearly.
9724
97252005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9726
9727 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
9728 function and not a macro.
9729
9730 * frames.texi (Pop-Up Menus): Correct and clarify description of
9731 `x-popup-menu'.
9732 (Dialog Boxes): Clarify description of `x-popup-dialog'.
9733
97342005-05-01 Richard M. Stallman <rms@gnu.org>
9735
9736 * edebug.texi (Checking Whether to Stop): Fix previous change.
9737
97382005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9739
9740 * display.texi: Fix typos and Texinfo usage.
9741
9742 * edebug.texi (Checking Whether to Stop): executing-macro ->
9743 executing-kbd-macro.
9744
97452005-05-01 Richard M. Stallman <rms@gnu.org>
9746
9747 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
9748
97492005-04-30 Richard M. Stallman <rms@gnu.org>
9750
9751 * files.texi (Magic File Names): Document `operations' property.
9752
97532005-04-29 Lute Kamstra <lute@gnu.org>
9754
9755 * modes.texi (Generic Modes): New node.
9756 (Major Modes): Add it to the menu.
9757 (Derived Modes): Add "derived mode" to concept index.
9758
97592005-04-28 Lute Kamstra <lute@gnu.org>
9760
9761 * modes.texi (Defining Minor Modes): Fix previous change.
9762 (Font Lock Mode): Simplify.
9763 (Font Lock Basics): Say that font-lock-defaults is buffer-local
9764 when set and that some parts are optional. Add cross references.
9765 (Search-based Fontification): Say how to specify font-lock-keywords.
9766 Add cross references. Add font-lock-multiline to index.
9767 Move font-lock-keywords-case-fold-search here from node "Other Font
9768 Lock Variables". Document font-lock-add-keywords and
9769 font-lock-remove-keywords.
9770 (Other Font Lock Variables): Move font-lock-keywords-only,
9771 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9772 and font-lock-syntactic-face-function to node "Syntactic Font
9773 Lock". Move font-lock-keywords-case-fold-search to node
9774 "Search-based Fontification". Document font-lock-inhibit-thing-lock
9775 and font-lock-{,un}fontify-{buffer,region}-function.
9776 (Precalculated Fontification): Remove reference to deleted variable
9777 font-lock-core-only.
9778 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
9779 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
9780 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9781 and font-lock-syntactic-face-function here from node "Other Font
9782 Lock Variables". Move font-lock-syntactic-keywords to "Setting
9783 Syntax Properties". Add cross references.
9784 (Setting Syntax Properties): New node.
9785 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
9786 * syntax.texi (Syntax Properties): Add cross reference.
9787 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
9788
97892005-04-26 Richard M. Stallman <rms@gnu.org>
9790
9791 * display.texi (Defining Faces):
9792 Document `default' elements of defface spec.
9793
9794 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
9795
9796 * variables.texi (Variable Aliases): Clarify text.
9797
97982005-04-25 Chong Yidong <cyd@stupidchicken.com>
9799
9800 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
9801
98022005-04-25 Luc Teirlinck <teirllm@auburn.edu>
9803
9804 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
9805
98062005-04-24 Eli Zaretskii <eliz@gnu.org>
9807
9808 * syntax.texi (Syntax Table Internals): Elaborate documentation of
9809 syntax-after and syntax-class.
9810
9811 * files.texi (Changing Files): Fix last change's cross-reference.
9812 (Unique File Names): Don't mention "numbers" in the documentation
9813 of make-temp-file and make-temp-name.
9814
98152005-04-23 Richard M. Stallman <rms@gnu.org>
9816
9817 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
9818
98192005-04-22 Nick Roberts <nickrob@snap.net.nz>
9820
9821 * windows.texi (Cyclic Window Ordering): Clarify window-list.
9822
98232005-04-22 Nick Roberts <nickrob@snap.net.nz>
9824
9825 * variables.texi (Variable Aliases): Describe make-obsolete-variable
9826 and define-obsolete-variable-alias.
9827
98282005-04-22 Kim F. Storm <storm@cua.dk>
9829
9830 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
9831 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
9832
98332005-04-21 Lute Kamstra <lute@gnu.org>
9834
9835 * lists.texi (Association Lists): Document rassq-delete-all.
9836
98372005-04-19 Richard M. Stallman <rms@gnu.org>
9838
9839 * modes.texi (Search-based Fontification): Explain that
9840 facespec is an expression to be evaluated.
9841
98422005-04-19 Kevin Ryde <user42@zip.com.au>
9843
9844 * streams.texi (Output Functions): Fix xref.
9845 * strings.texi (String Conversion): Fix xref.
9846
98472005-04-19 Kim F. Storm <storm@cua.dk>
9848
9849 * symbols.texi (Symbol Plists): Add safe-get.
9850 Mention that `get' may signal an error.
9851
98522005-04-18 Nick Roberts <nickrob@snap.net.nz>
9853
9854 * customize.texi (Variable Definitions): Replace tooltip-mode
9855 example with save-place.
9856
98572005-04-17 Richard M. Stallman <rms@gnu.org>
9858
9859 * buffers.texi (Indirect Buffers): Clarify.
9860
9861 * positions.texi (Positions): Clarify converting marker to integer.
9862
9863 * strings.texi (String Basics): Mention string-match; clarify.
9864
98652005-04-08 Lute Kamstra <lute@gnu.org>
9866
9867 * modes.texi (Search-based Fontification): Fix cross references.
9868 Use consistent terminology. Document anchored highlighting.
9869
98702005-04-05 Lute Kamstra <lute@gnu.org>
9871
9872 * modes.texi (Defining Minor Modes): Document :group keyword
9873 argument and its default value.
9874
98752005-04-03 Lute Kamstra <lute@gnu.org>
9876
9877 * hooks.texi (Standard Hooks): Add some hooks. Add cross
9878 references and/or descriptions. Delete major mode hooks; mention
9879 them as a category instead. Rename or delete obsolete hooks.
9880
98812005-04-02 Richard M. Stallman <rms@gnu.org>
9882
9883 * nonascii.texi (Coding System Basics): Another wording cleanup.
9884
98852005-04-01 Richard M. Stallman <rms@gnu.org>
9886
9887 * nonascii.texi (Coding System Basics): Clarify previous change.
9888
98892005-04-01 Kenichi Handa <handa@m17n.org>
9890
10d1d0af 9891 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
9892 identity of coding systems.
9893
98942005-03-29 Chong Yidong <cyd@stupidchicken.com>
9895
9896 * text.texi (Buffer Contents): Add filter-buffer-substring and
9897 buffer-substring-filters.
9898
98992005-03-26 Chong Yidong <cyd@stupidchicken.com>
9900
9901 * anti.texi (Antinews): Mention `G' interactive code.
9902
9903 * tips.texi (Compilation Tips): Mention benchmark.el.
9904
99052005-03-27 Luc Teirlinck <teirllm@auburn.edu>
9906
9907 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
9908 is now bound to M-o M-o.
9909
9910 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
9911
99122005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9913
9914 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
9915 in the Emacs Manual).
9916 * Makefile.in (srcs): Remove calendar.texi.
9917 * makefile.w32-in (srcs): Remove calendar.texi.
9918 * display.texi (Display): Change name of next node.
9919 * os.texi (System In): Change name of previous node.
9920 * elisp.texi (Top): Remove Calendar references.
9921 * vol1.texi (Top): Remove Calendar references.
9922 * vol2.texi (Top): Remove Calendar references.
9923
99242005-03-25 Richard M. Stallman <rms@gnu.org>
9925
9926 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
9927 Cleanup previous change.
9928
99292005-03-25 Chong Yidong <cyd@stupidchicken.com>
9930
9931 * display.texi (Face Attributes): Faces earlier in an :inherit
9932 list take precedence.
9933 (Scroll Bars): Fix description of vertical-scroll-bars.
9934 Document frame-current-scroll-bars and window-current-scroll-bars.
9935
9936 * markers.texi (The Mark): Document temporary Transient Mark mode.
9937
9938 * minibuf.texi (Reading File Names):
9939 Document read-file-name-completion-ignore-case.
9940
9941 * positions.texi (Screen Lines): Document nil for width argument
9942 to compute-motion.
9943
99442005-03-23 Kim F. Storm <storm@cua.dk>
9945
9946 * display.texi (Standard Faces): Other faces used in the fringe
9947 implicitly inherits from the fringe face.
9948 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
9949 properties implicitly inherits from fringe face.
9950 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
9951
99522005-03-20 Chong Yidong <cyd@stupidchicken.com>
9953
9954 * display.texi (Invisible Text): State default value of
9955 line-move-ignore-invisible.
9956 (Managing Overlays): Document remove-overlays.
9957 (Standard Faces): Document escape-glyph face.
9958
9959 * minibuf.texi (Reading File Names): Document read-file-name-function.
9960
9961 * modes.texi (Other Font Lock Variables):
9962 Document font-lock-lines-before.
9963
9964 * positions.texi (Skipping Characters): skip-chars-forward allows
9965 character classes.
9966
99672005-03-18 Lute Kamstra <lute@gnu.org>
9968
9969 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
9970
99712005-03-17 Richard M. Stallman <rms@gnu.org>
9972
9973 * text.texi (Undo): Document extensible undo entries.
9974
dd7b651b 9975 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
9976
9977 * nonascii.texi (Character Codes): Minor fix.
9978
9979 * display.texi (Display Property): Explain the significance
9980 of having text properties that are eq.
9981 (Other Display Specs): Explain string as display spec.
9982
9983 * commands.texi (Interactive Codes): Document G option.
9984
99852005-03-17 Chong Yidong <cyd@stupidchicken.com>
9986
9987 * text.texi (Filling): Add sentence-end-without-period and
9988 sentence-end-without-space.
9989 (Changing Properties): Minor fix.
9990
9991 * anti.texi: Total rewrite.
9992
99932005-03-15 Lute Kamstra <lute@gnu.org>
9994
9995 * edebug.texi (Instrumenting Macro Calls): Fix typos.
9996
99972005-03-08 Kim F. Storm <storm@cua.dk>
9998
9999 * display.texi (Specified Space): Property :width is support on
10000 non-graphic terminals, :height is not.
10001
100022005-03-07 Richard M. Stallman <rms@gnu.org>
10003
10004 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10005 Now subnodes of Fringes.
10006 (Overlay Arrow): Document overlay-arrow-variable-list.
10007 (Fringe Size/Pos): New node, broken out of Fringes.
10008 (Display): Explain clearing vs redisplay better.
10009 (Truncation): Clarify use of bitmaps.
10010 (The Echo Area): Clarify the uses of the echo area.
10011 Add max-mini-window-height.
10012 (Progress): Clarify.
10013 (Invisible Text): Explain that main loop moves point out.
10014 (Selective Display): Say "hidden", not "invisible".
10015 (Managing Overlays): Move up. Describe relation to Undo here.
10016 (Overlay Properties): Clarify intro.
10017 (Finding Overlays): Explain return values when nothing found.
10018 (Width): truncate-string-to-width has added arg.
10019 (Displaying Faces): Clarify and update mode line face handling.
10020 (Face Functions): Minor cleanup.
10021 (Conditional Display): Merge into Other Display Specs.
10022 (Pixel Specification, Other Display Specs): Minor cleanups.
10023 (Images, Image Descriptors): Minor cleanups.
10024 (GIF Images): Patents have expired.
10025 (Showing Images): Explain default text for insert-image.
10026 (Manipulating Button Types): Merge into Manipulating Buttons.
10027 (Making Buttons): Explain return values.
10028 (Button Buffer Commands): Add xref.
10029 (Inverse Video): Update mode-line-inverse-video.
10030 (Display Table Format): Clarify.
10031 (Active Display Table): Give defaults for window-display-table.
10032
10033 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10034 and calendar-today-marker are strings, not chars.
10035 (Holiday Customizing): Minor fix.
10036
10037 * internals.texi (Writing Emacs Primitives): Update `or' example.
10038 Update limit on # args of subr.
10039
10040 * edebug.texi (Using Edebug): Arrow is in fringe.
10041 (Instrumenting): Arg to eval-defun works without loading edebug.
10042 (Edebug Execution Modes): Add xref.
10043
10044 * customize.texi (Common Keywords): Clarify :require.
10045 Mention :version here.
10046 (Variable Definitions, Group Definitions): Not here.
10047 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10048
100492005-03-07 Chong Yidong <cyd@stupidchicken.com>
10050 * nonascii.texi (Text Representations): Clarify position-bytes.
10051 (Character Sets): Add list-charset-chars.
10052 (Scanning Charsets): Add charset-after.
10053 (Encoding and I/O): Minor fix.
10054
100552005-03-06 Richard M. Stallman <rms@gnu.org>
10056
10057 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10058 (Resizing Windows): Likewise.
10059
10060 * text.texi (Change Hooks): Get rid of "Emacs 21".
10061
10062 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10063
10064 * streams.texi (Output Variables): Get rid of "Emacs 21".
10065
10066 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10067
10068 * os.texi (Translating Input): Replace flow-control example
10069 with a less obsolete example that uses `keyboard-translate'.
10070
10071 * objects.texi (Hash Table Type, Circular Objects):
10072 Get rid of "Emacs 21".
10073
10074 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10075 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10076
10077 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10078
10079 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10080
10081 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10082 (Menu Bar): Fix when menu-bar-update-hook is called.
10083
10084 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10085
10086 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10087 and make it read better.
10088
10089 * files.texi (Writing to Files): Get rid of "Emacs 21".
10090 (Unique File Names): Likewise.
10091
10092 * elisp.texi: Update Emacs version to 22.
10093
10094 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10095 (Overlay Properties, Face Attributes): Likewise.
10096 (Managing Overlays): Fix punctuation.
10097 (Attribute Functions): Clarify set-face-font; get rid of
10098 info about old Emacs versions.
10099 (Auto Faces, Font Lookup, Display Property, Images):
10100 Get rid of "Emacs 21".
10101
10102 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10103
101042005-03-05 Richard M. Stallman <rms@gnu.org>
10105
10106 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10107
101082005-03-04 Lute Kamstra <lute@gnu.org>
10109
10110 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10111
101122005-03-03 Lute Kamstra <lute@gnu.org>
10113
10114 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10115
101162005-03-01 Lute Kamstra <lute@gnu.org>
10117
10118 * debugging.texi (Debugger Commands): Update `j'.
10119
101202005-02-28 Lute Kamstra <lute@gnu.org>
10121
10122 * debugging.texi (Debugging): Fix typo.
10123 (Error Debugging): Document eval-expression-debug-on-error.
10124 (Function Debugging): Update example.
10125 (Using Debugger): Mention starred stack frames.
10126 (Debugger Commands): Document `j' and `l'.
10127 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10128 Update the messages that the debugger displays.
10129 (Internals of Debugger): Add cross reference. Update example.
10130 (Excess Open): Minor improvement.
10131 (Excess Close): Minor improvement.
10132
101332005-02-26 Richard M. Stallman <rms@gnu.org>
10134
10135 * tips.texi (Coding Conventions): Clarify.
10136 Put all the major mode key reservations together.
10137 Mention the Mouse-1 => Mouse-2 conventions.
10138
10139 * syntax.texi (Syntax Class Table): Clarify.
10140 (Syntax Table Functions): syntax-after moved from here.
10141 (Syntax Table Internals): syntax-after moved to here.
10142 (Parsing Expressions): Update info on number of values
10143 and what's meaningful in the STATE argument.
10144 (Categories): Fix typo.
10145
10146 * sequences.texi (Arrays): Cleanup.
10147 (Char-Tables): Clarify.
10148
10149 * processes.texi (Deleting Processes): Cleanups, add xref.
10150 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10151 (Process Information): set-process-coding-system, some args optional.
10152 (Input to Processes): Explain various types for PROCESS args.
10153 Rename them from PROCESS-NAME to PROCESS.
10154 (Signals to Processes): Likewise.
10155 (Decoding Output): Cleanup.
10156 (Query Before Exit): Clarify.
10157
10158 * os.texi (Startup Summary): Correct the options; add missing ones.
10159 (Terminal Output, Batch Mode): Clarify.
10160 (Flow Control): Node deleted.
10161
10162 * markers.texi (The Mark): Clarify.
10163
10164 * macros.texi (Expansion): Cleanup.
10165 (Indenting Macros): indent-spec allows ints, not floats.
10166
10167 * keymaps.texi (Keymaps): Clarify.
10168 (Format of Keymaps): Update lisp-mode-map example.
10169 (Active Keymaps, Key Lookup): Clarify.
10170 (Changing Key Bindings): Add xref to `kbd'.
10171 (Key Binding Commands, Simple Menu Items): Clarify.
10172 (Mouse Menus, Menu Bar): Clarify.
10173 (Menu Example): Replace print example with menu-bar-replace-menu.
10174
10175 * help.texi (Documentation Basics): Add function-documentation prop.
10176
10177 * elisp.texi (Top): Don't refer to Flow Control node.
10178
10179 * commands.texi (Command Overview): Improve xrefs.
10180 (Adjusting Point): Adjusting point applies to intangible and invis.
10181 (Key Sequence Input): Doc extra read-key-sequence args.
10182 Likewise for read-key-sequence-vector.
10183
10184 * backups.texi (Rename or Copy): Minor fix.
10185 (Numbered Backups): For version-control, say the default.
10186 (Auto-Saving): make-auto-save-file-name example is simplified.
10187
10188 * advice.texi (Advising Functions): Don't imply one part of Emacs
10189 should advise another part. Markup changes.
10190 (Defining Advice): Move transitional para.
10191 (Activation of Advice): Cleanup.
10192 Explain if COMPILE is nil or negative.
10193
10194 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10195
101962005-02-24 Lute Kamstra <lute@gnu.org>
10197
10198 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10199 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10200
102012005-02-23 Lute Kamstra <lute@gnu.org>
10202
10203 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10204 to define global minor modes as well.
10205
10206 * display.texi (Managing Overlays): overlay-buffer returns nil for
10207 deleted overlays.
10208
102092005-02-22 Kim F. Storm <storm@cua.dk>
10210
10211 * minibuf.texi (Basic Completion): Allow symbols in addition to
10212 strings in try-completion and all-completions.
10213
102142005-02-14 Lute Kamstra <lute@gnu.org>
10215
10216 * elisp.texi (Top): Remove reference to deleted node.
10217
10218 * lists.texi (Lists): Remove reference to deleted node.
10219 (Cons Cells): Fix typo.
10220
10221 * loading.texi (Where Defined): Fix typo.
10222
102232005-02-14 Richard M. Stallman <rms@gnu.org>
10224
10225 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10226 is useful for discarding some minor modes.
10227
10228 * symbols.texi (Symbol Components): Reorder examples.
10229
10230 * streams.texi (Input Functions): State standard-input default.
10231 (Output Variables): State standard-output default.
10232
10233 * objects.texi (Printed Representation): Clarify read syntax vs print.
10234 (Floating Point Type): Explain meaning better.
10235 (Symbol Type): Explain uniqueness better.
10236 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10237 List examples sooner.
10238 (Box Diagrams): New subnode broken out.
10239 Some examples moved from old Lists as Boxes node.
10240 (Dotted Pair Notation): Clarify intro.
10241 (Array Type): Clarify.
10242 (Type Predicates): Add hash-table-p.
10243
10244 * numbers.texi (Integer Basics): Clarify radix explanation.
10245 (Predicates on Numbers): Minor clarification.
10246 (Comparison of Numbers): Minor clarification. Clarify eql.
10247 Typos in min, max.
10248 (Math Functions): Clarify overflow in expt.
10249
10250 * minibuf.texi (Text from Minibuffer): Minor clarification.
10251 Mention arrow keys.
10252
10253 * loading.texi (Autoload): defun's doc string overrides autoload's
10254 doc string.
10255 (Repeated Loading): Modernize "add to list" examples.
10256 (Where Defined): Finish updating table of load-history elts.
10257
10258 * lists.texi (List-related Predicates): Minor wording improvement.
10259 (Lists as Boxes): Node deleted.
10260 (Building Lists): Explain trivial cases of number-sequence.
10261
10262 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 10263 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
10264 (Hash Access): Any object can be a key.
10265 State value of maphash.
10266
10267 * functions.texi (What Is a Function): Wording cleanup.
10268 (Function Documentation): Minor cleanup.
10269 Explain purpose of calling convention at end of doc string.
10270 (Function Names): Wording cleanup.
10271 (Calling Functions): Wording cleanup.
10272 Explain better how funcall calls the function.
10273 (Function Cells): Delete example of saving and redefining function.
10274
10275 * control.texi (Combining Conditions): Wording cleanup.
10276 (Iteration): dolist and dotimes bind VAR locally.
10277 (Cleanups): Xref to Atomic Changes.
10278
10279 * compile.texi (Byte Compilation): Delete 19.29 info.
10280 (Compilation Functions): Macros' difficulties don't affect defsubst.
10281 (Docs and Compilation): Delete 19.29 info.
10282
102832005-02-10 Richard M. Stallman <rms@gnu.org>
10284
10285 * objects.texi (Symbol Type): Minor correction.
10286
102872005-02-06 Lute Kamstra <lute@gnu.org>
10288
10289 * modes.texi (Example Major Modes): Fix typos.
10290
102912005-02-06 Richard M. Stallman <rms@gnu.org>
10292
10293 * text.texi (Margins): fill-nobreak-predicate can be one function.
10294
10295 * strings.texi (Modifying Strings): clear-string can make unibyte.
10296 (Formatting Strings): format gives error if values missing.
10297
10298 * positions.texi (Character Motion): Mention default arg
10299 for forward-char. backward-char refers to forward-char.
10300 (Word Motion): Mention default arg for forward-word.
10301 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10302 Simplify end-of-buffer.
10303 (Text Lines): Mention default arg for forward-line.
10304 (List Motion): Mention default arg for beginning/end-of-defun.
10305 (Skipping Characters): Minor fixes in explaining character-set.
10306
10307 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10308 Mode inheritance applies only when default-major-mode is nil.
10309 Clarifications.
10310 (Example Major Modes): Update Text mode and Lisp mode examples.
10311 (Minor Mode Conventions): Mention define-minor-mode at top.
10312 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10313 (Mode Line Format): Update mode line face display info.
10314 (Properties in Mode): Mention effect of risky vars.
10315 (Imenu): Define imenu-add-to-menubar.
10316 (Font Lock Mode): Add descriptions to menu lines.
10317 (Faces for Font Lock): Add font-lock-doc-face.
10318
103192005-02-05 Lute Kamstra <lute@gnu.org>
10320
10321 * text.texi (Maintaining Undo): Remove obsolete function.
10322
103232005-02-05 Eli Zaretskii <eliz@gnu.org>
10324
10325 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 10326 color specifications. Improve indexing.
b8d4c8d0
GM
10327 (Text Terminal Colors): Replace the description of RGB values by
10328 an xref to "Color Names".
10329
103302005-02-03 Richard M. Stallman <rms@gnu.org>
10331
10332 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10333 Clarify.
10334 (Selecting Windows): Clarify save-selected-window.
10335 (Cyclic Window Ordering): Clarify walk-windows.
10336 (Window Point): Clarify.
10337 (Window Start): Add comment to example.
10338 (Resizing Windows): Add `interactive' specs in examples.
10339 Document fit-window-to-buffer.
10340
10341 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
10342 (Undo, Maintaining Undo): Clarify last change.
10343 (Sorting): In sort-numeric-fields, explain about octal and hex.
10344 Mention sort-numeric-base.
10345 (Format Properties): Add xref for hard newlines.
10346
10347 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
10348 (Pop-Up Menus): Fix typo.
10349 (Color Names): Explain all types of color names.
10350 Explain color-values on B&W terminal.
10351 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
10352
10353 * files.texi (File Locks): Not supported on MS systems.
10354 (Testing Accessibility): Clarify.
10355
10356 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
10357 (Coverage Testing): Fix typo.
10358
10359 * commands.texi (Misc Events): Remove stray space.
10360
10361 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
10362 (Modification Time): Clarify when visited-file-modtime returns 0.
10363 (The Buffer List): Clarify bury-buffer.
10364 (Killing Buffers): Clarify.
10365 (Indirect Buffers): Add clone-indirect-buffer.
10366
103672005-02-02 Matt Hodges <MPHodges@member.fsf.org>
10368
10369 * edebug.texi (Printing in Edebug): Fix default value of
10370 edebug-print-circle.
10371 (Coverage Testing): Fix displayed frequency count data.
10372
103732005-02-02 Luc Teirlinck <teirllm@auburn.edu>
10374
10375 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
10376
103772005-02-02 Kim F. Storm <storm@cua.dk>
10378
10379 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
10380
103812005-01-29 Eli Zaretskii <eliz@gnu.org>
10382
10383 * commands.texi (Misc Events): Describe the help-echo event.
10384
10385 * text.texi (Special Properties) <help-echo>: Use `pos'
10386 consistently in description of the help-echo property.
10387 Use @code{nil} instead of @var{nil}.
10388
10389 * display.texi (Overlay Properties): Fix the index entry for
10390 help-echo overlay property.
10391
10392 * customize.texi (Type Keywords): Uncomment the xref to the
10393 help-echo property documentation.
10394
103952005-01-23 Kim F. Storm <storm@cua.dk>
10396
10397 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
10398 return value. Third element FULLY replaced by PARTIAL which
10399 specifies number of invisible pixels if row is only partially visible.
10400 (Textual Scrolling): Mention auto-window-vscroll.
10401 (Vertical Scrolling): New defvar auto-window-vscroll.
10402
104032005-01-16 Luc Teirlinck <teirllm@auburn.edu>
10404
10405 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
10406 command remapping.
10407
104082005-01-15 Richard M. Stallman <rms@gnu.org>
10409
10410 * display.texi (Defining Images): Mention DATA-P arg of create-image.
10411
104122005-01-14 Kim F. Storm <storm@cua.dk>
10413
10414 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
10415
10416 * text.texi (Links and Mouse-1): Fix string and vector item.
10417
104182005-01-13 Richard M. Stallman <rms@gnu.org>
10419
10420 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
10421 descriptions of overriding-local-map and overriding-terminal-local-map.
10422
10423 * text.texi (Links and Mouse-1): Clarify text.
10424
104252005-01-13 Kim F. Storm <storm@cua.dk>
10426
10427 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
10428
104292005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
10430
10431 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
10432
104332005-01-12 Kim F. Storm <storm@cua.dk>
10434
10435 * text.texi (Links and Mouse-1): Rename section from Enabling
10436 Mouse-1 to Following Links. Change xrefs.
10437 Add examples for define-button-type and define-widget.
10438
10439 * display.texi (Button Properties, Button Buffer Commands):
10440 Clarify mouse-1 and follow-link functionality.
10441
104422005-01-12 Richard M. Stallman <rms@gnu.org>
10443
10444 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
10445
10446 * display.texi (Beeping): Fix Texinfo usage.
10447
10448 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
10449
104502005-01-11 Kim F. Storm <storm@cua.dk>
10451
10452 * display.texi (Button Properties, Button Buffer Commands):
10453 Mention mouse-1 binding. Add follow-link keyword.
10454
10455 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
10456 (Enabling Mouse-1 to Follow Links): New subsection.
10457
104582005-01-06 Richard M. Stallman <rms@gnu.org>
10459
10460 * text.texi (Special Properties): Minor change.
10461
10462 * os.texi (Timers): Clarify previous change.
10463
10464 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
10465
104662005-01-01 Luc Teirlinck <teirllm@auburn.edu>
10467
10468 * display.texi (Face Attributes): Correct xref to renamed node.
10469
104702005-01-01 Richard M. Stallman <rms@gnu.org>
10471
10472 * display.texi (Face Attributes): Describe hex color specs.
10473
104742004-12-31 Richard M. Stallman <rms@gnu.org>
10475
10476 * os.texi (Timers): Update previous change.
10477
104782004-12-30 Kim F. Storm <storm@cua.dk>
10479
10480 * display.texi (Line Height): Total line-height is now specified
10481 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
10482 in cons cells. (nil . RATIO) is relative to actual line height.
10483 Use line-height `t' instead of `0' to get minimum height.
10484
104852004-12-29 Richard M. Stallman <rms@gnu.org>
10486
10487 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
10488
104892004-12-28 Richard M. Stallman <rms@gnu.org>
10490
10491 * commands.texi (Quitting): Clarify value of with-local-quit.
10492
10493 * elisp.texi (Top): Fix previous change.
10494
10495 * loading.texi (Loading): Fix previous change.
10496
104972004-12-27 Richard M. Stallman <rms@gnu.org>
10498
10499 * Makefile.in (MAKEINFO): Specify --force.
10500
10501 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
10502
10503 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
10504
10505 * display.texi (Line Height): Further clarify.
10506
10507 * elisp.texi (Top): Update Loading submenu.
10508
10509 * loading.texi (Where Defined): New node.
10510 (Unloading): load-history moved to Where Defined.
10511
105122004-12-21 Richard M. Stallman <rms@gnu.org>
10513
10514 * commands.texi (Event Input Misc): Add while-no-input.
10515
105162004-12-11 Richard M. Stallman <rms@gnu.org>
10517
10518 * display.texi (Line Height): Rewrite text for clarity.
10519
105202004-12-11 Kim F. Storm <storm@cua.dk>
10521
10522 * display.texi (Display): Add node "Line Height" to menu.
10523 (Line Height): New node. Move full description of line-spacing
10524 and line-height text properties here from text.texi.
10525 (Scroll Bars): Add vertical-scroll-bar variable.
10526
10527 * frames.texi (Window Frame Parameters): Remove line-height defvar.
10528
10529 * locals.texi (Standard Buffer-Local Variables): Fix xref for
10530 line-spacing and vertical-scroll-bar.
10531
10532 * text.texi (Special Properties): Just mention line-spacing and
10533 line-height here, add xref to new "Line Height" node.
10534
105352004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
10536
10537 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
10538
10539 * locals.texi (Standard Buffer-Local Variables):
10540 Add @xref for `line-spacing'.
10541
105422004-12-05 Richard M. Stallman <rms@gnu.org>
10543
10544 * Makefile.in (maintainer-clean): Remove the info files
10545 in $(infodir) where they are created.
10546
105472004-12-03 Richard M. Stallman <rms@gnu.org>
10548
10549 * windows.texi (Selecting Windows): get-lru-window and
10550 get-largest-window don't consider dedicated windows.
10551
10552 * text.texi (Undo): Document undo-in-progress.
10553
105542004-11-26 Richard M. Stallman <rms@gnu.org>
10555
10556 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
10557 Remove a few vars that are not always buffer-local.
10558
105592004-11-24 Luc Teirlinck <teirllm@auburn.edu>
10560
10561 * locals.texi (Standard Buffer-Local Variables): Comment out
10562 xref's to non-existent node `Yet to be written'.
10563
105642004-11-24 Richard M. Stallman <rms@gnu.org>
10565
10566 * processes.texi (Synchronous Processes): Grammar fix.
10567
10568 * numbers.texi (Comparison of Numbers): Add eql.
10569
10570 * locals.texi (Standard Buffer-Local Variables): Add many vars.
10571
10572 * intro.texi (Printing Notation): Fix previous change.
10573
10574 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
10575 and default-indicate-buffer-boundaries from here.
10576 (Usual Display): To here.
10577 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
10578 (Usual Display): Move tab-width up.
10579
5dcb4c4e
SM
10580 * customize.texi (Variable Definitions):
10581 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
10582 (Simple Types, Composite Types, Defining New Types):
10583 Minor cleanups.
10584
105852004-11-21 Jesper Harder <harder@ifa.au.dk>
10586
10587 * processes.texi (Synchronous Processes, Output from Processes):
10588 Markup fix.
10589
105902004-11-20 Richard M. Stallman <rms@gnu.org>
10591
10592 * positions.texi (Skipping Characters): skip-chars-forward
10593 now handles char classes.
10594
10595 * intro.texi (Printing Notation): Avoid confusion of `print'
10596 when explaining @print.
10597
10598 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
10599
10600 * display.texi (Display Table Format): Minor fix.
10601
10602 * streams.texi (Output Functions): Fix print example.
10603
10604 * Makefile.in (elisp): New target.
10605 (dist): Depend on $(infodir)/elisp, not elisp.
10606 Copy the info files from $(infodir).
10607
10608 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
10609 read-from-minibuffer.
10610
10611 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
10612
106132004-11-19 Richard M. Stallman <rms@gnu.org>
10614
10615 * searching.texi (Regexp Search): Add search-whitespace-regexp.
10616
106172004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
10618
10619 * tips.texi (Coding Conventions): Fix typo.
10620
106212004-11-16 Richard M. Stallman <rms@gnu.org>
10622
10623 * tips.texi (Coding Conventions): Separate defvar and require
10624 methods to avoid warnings. Use require only when there are many
10625 functions and variables from that package.
10626
10627 * minibuf.texi (Minibuffer Completion): When ignoring case,
10628 predicate must not be case-sensitive.
10629
10630 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
10631 (Test Coverage): Don't talk about "splotches". Clarified.
10632
106332004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
10634
10635 * frames.texi (Window Frame Parameters): Fix typo.
10636
106372004-11-15 Kim F. Storm <storm@cua.dk>
10638
10639 * symbols.texi (Other Plists): Note that plist-get may signal error.
10640 Add safe-plist-get.
10641
106422004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
10643
10644 * modes.texi (Font Lock Basics): Fix typo.
10645
106462004-11-08 Richard M. Stallman <rms@gnu.org>
10647
10648 * syntax.texi (Syntax Table Functions): Add syntax-after.
10649
106502004-11-06 Lars Brinkhoff <lars@nocrew.org>
10651
10652 * os.texi (Processor Run Time): New section documenting
10653 get-internal-run-time.
10654
106552004-11-06 Eli Zaretskii <eliz@gnu.org>
10656
10657 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
10658 it nukes elisp-cover.texi.
10659 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
10660 elisp-0 etc.
10661
106622004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10663
10664 * commands.texi (Keyboard Macros): Document `append' return value
10665 of `defining-kbd-macro'.
10666
106672004-11-01 Richard M. Stallman <rms@gnu.org>
10668
10669 * commands.texi (Interactive Call): Add called-interactively-p.
10670
106712004-10-29 Simon Josefsson <jas@extundo.com>
10672
10673 * minibuf.texi (Reading a Password): Revert.
10674
106752004-10-28 Richard M. Stallman <rms@gnu.org>
10676
10677 * frames.texi (Display Feature Testing): Explain about "vendor".
10678
106792004-10-27 Richard M. Stallman <rms@gnu.org>
10680
10681 * commands.texi (Interactive Codes): `N' uses numeric prefix,
10682 not raw. Clarify `n'.
10683 (Interactive Call): Rewrite interactive-p, focusing on when
10684 and how to use it.
10685 (Misc Events): Clarify previous change.
10686
10687 * advice.texi (Simple Advice): Clarify what job the example does.
10688 (Around-Advice): Clarify ad-do-it.
10689 (Activation of Advice): An option of ad-default-compilation-action
10690 is `never', not `nil'.
10691
106922004-10-26 Kim F. Storm <storm@cua.dk>
10693
10694 * commands.texi (Interactive Codes): Add U code letter.
10695
106962004-10-25 Simon Josefsson <jas@extundo.com>
10697
10698 * minibuf.texi (Reading a Password): Add.
10699
107002004-10-24 Jason Rumney <jasonr@gnu.org>
10701
10702 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
10703 and wheel-down.
10704
107052004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10706
10707 * processes.texi (Synchronous Processes): Document process-file.
10708
107092004-10-22 Kenichi Handa <handa@m17n.org>
10710
10711 * text.texi (translate-region): Document that it accepts also a
10712 char-table.
10713
107142004-10-22 David Ponce <david@dponce.com>
10715
10716 * windows.texi (Resizing Windows): Document the `preserve-before'
10717 argument of the functions `enlarge-window' and `shrink-window'.
10718
107192004-10-19 Jason Rumney <jasonr@gnu.org>
10720
10721 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
10722
107232004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10724
10725 * text.texi (Filling): Add anchor for definition of
10726 `sentence-end-double-space'.
10727
10728 * searching.texi (Regexp Example): Update description of how
10729 Emacs currently recognizes the end of a sentence.
10730 (Standard Regexps): Update definition of the variable
10731 `sentence-end'. Add definition of the function `sentence-end'.
10732
107332004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
10734
10735 * display.texi (Progress): New node.
10736
107372004-10-05 Kim F. Storm <storm@cua.dk>
10738
10739 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
10740
107412004-09-29 Kim F. Storm <storm@cua.dk>
10742
10743 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
10744 to identify bitmaps. Remove -fringe-bitmap suffix for standard
10745 fringe bitmap symbols, as they now have their own namespace.
10746 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
10747 vs. pixels. Signal error if no free bitmap slots.
10748 (Pixel Specification): Change IMAGE to @var{image}.
10749
107502004-09-28 Richard M. Stallman <rms@gnu.org>
10751
10752 * text.texi (Special Properties): Clarify line-spacing and line-height.
10753
10754 * searching.texi (Regexp Search): Add looking-back.
10755
107562004-09-25 Luc Teirlinck <teirllm@auburn.edu>
10757
10758 * display.texi: Correct typos.
10759 (Image Descriptors): Correct xref's.
10760
107612004-09-25 Richard M. Stallman <rms@gnu.org>
10762
10763 * text.texi (Special Properties): Cleanups in `cursor'.
10764 Rewrites in `line-height' and `line-spacing'; exchange them.
10765
10766 * display.texi (Fringes): Rewrite previous change.
10767 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
10768 (Display Fringe Bitmaps): Node deleted, text moved.
10769 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
10770 (Scroll Bars): Clarify set-window-scroll-bars.
10771 (Pointer Shape): Rewrite.
10772 (Specified Space): Clarify :align-to, etc.
10773 (Pixel Specification): Use @var. Clarify new text.
10774 (Other Display Specs): Clarify `slice'.
10775 (Image Descriptors): Cleanups.
10776 (Showing Images): Cleanups.
10777
107782004-09-24 Luc Teirlinck <teirllm@auburn.edu>
10779
10780 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
10781
10782 * modes.texi: Various minor changes in addition to:
10783 (Major Mode Conventions): Final call to `run-mode-hooks' should
10784 not be inside the `delay-mode-hooks' form.
10785 (Mode Hooks): New node.
10786 (Hooks): Delete obsolete example.
10787 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
10788 node "Mode Hooks".
10789
107902004-09-22 Luc Teirlinck <teirllm@auburn.edu>
10791
10792 * display.texi: Correct various typos.
10793 (Display): Rename node "Pointer Shapes" to "Pointer
10794 Shape". (There is already a node called "Pointer Shapes" in
10795 frames.texi.)
10796 (Images): Remove non-existent node "Image Slices" from menu.
10797
107982004-09-23 Kim F. Storm <storm@cua.dk>
10799
10800 * text.texi (Special Properties): Add `cursor', `pointer',
10801 `line-height', and `line-spacing' properties.
10802
10803 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
10804 Shapes' to menu.
10805 (Standard Faces): Doc fix for fringe face.
10806 (Fringes): Add `overflow-newline-into-fringe' and
10807 'indicate-buffer-boundaries'.
10808 (Fringe Bitmaps, Pointer Shapes): New nodes.
10809 (Display Property): Add 'Pixel Specification' and 'Display Fringe
10810 Bitmaps' to menu.
10811 (Specified Space): Describe pixel width and height.
10812 (Pixel Specification): New node.
10813 (Other Display Specs): Add `slice' property.
10814 (Display Fringe Bitmaps): New node.
10815 (Images): Add 'Image Slices' to menu.
10816 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
10817 (Showing Images): Add slice arg to `insert-image'.
10818 Add 'insert-sliced-image'.
b8d4c8d0
GM
10819
108202004-09-20 Richard M. Stallman <rms@gnu.org>
10821
10822 * commands.texi (Key Sequence Input):
10823 Clarify downcasing in read-key-sequence.
10824
108252004-09-08 Juri Linkov <juri@jurta.org>
10826
10827 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
10828
108292004-09-07 Luc Teirlinck <teirllm@auburn.edu>
10830
5dcb4c4e
SM
10831 * locals.texi (Standard Buffer-Local Variables):
10832 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
10833 * internals.texi (Buffer Internals): Describe new
10834 auto_save_file_format field of the buffer structure.
10835 * files.texi (Format Conversion): `auto-save-file-format' has been
10836 renamed `buffer-auto-save-file-format'.
10837
108382004-08-27 Luc Teirlinck <teirllm@auburn.edu>
10839
10840 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
10841 an integer or a marker.
10842 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
10843
108442004-08-22 Richard M. Stallman <rms@gnu.org>
10845
10846 * modes.texi (Major Mode Conventions): Discuss rebinding of
10847 standard key bindings.
10848
108492004-08-18 Kim F. Storm <storm@cua.dk>
10850
10851 * processes.texi (Accepting Output): Add `just-this-one' arg to
10852 `accept-process-output'.
10853 (Output from Processes): New var `process-adaptive-read-buffering'.
10854
108552004-08-10 Luc Teirlinck <teirllm@auburn.edu>
10856
10857 * keymaps.texi: Various changes in addition to:
10858 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
10859 Give more varied examples for `kbd'.
10860 (Creating Keymaps): Char tables have slots for all characters
10861 without modifiers.
10862 (Active Keymaps): `overriding-local-map' and
10863 `overriding-terminal-local-map' also override text property and
10864 overlay keymaps.
10865 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
10866 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
10867 to denote a prefix of no events.
10868 `map-keymap' includes parent's bindings _recursively_.
10869 Clarify and correct description of `where-is-internal'.
10870 Mention BUFFER-OR-NAME arg to `describe-bindings'.
10871 (Menu Example): For menus intended for use with the keyboard, the
10872 menu items should be bound to characters or real function keys.
10873
108742004-08-08 Luc Teirlinck <teirllm@auburn.edu>
10875
10876 * objects.texi (Character Type): Reposition `@anchor' to prevent
10877 double space inside sentence in Info.
10878
10879 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
10880 renamed to `disabled-command-function'.
10881 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
10882 (Command Loop Info): Replace reference to it.
10883 (Disabling Commands): `disabled-command-hook' has been renamed to
10884 `disabled-command-function'.
10885
108862004-08-07 Luc Teirlinck <teirllm@auburn.edu>
10887
10888 * os.texi (Translating Input): Only non-prefix bindings in
10889 `key-translation-map' override actual key bindings. Warn about
10890 possible indirect effect of actual key bindings on non-prefix
10891 bindings in `key-translation-map'.
10892
108932004-08-06 Luc Teirlinck <teirllm@auburn.edu>
10894
10895 * minibuf.texi (High-Level Completion): Add anchor for definition
10896 of `read-variable'.
10897
10898 * commands.texi: Various changes in addition to:
10899 (Using Interactive): Clarify description of `interactive-form'.
10900 (Interactive Call): Mention default for KEYS argument to
10901 `call-interactively'.
10902 (Command Loop Info): Clarify description of `this-command-keys'.
10903 Mention KEEP-RECORD argument to `clear-this-command-keys'.
10904 Value of `last-event-frame' can be `macro'.
10905 (Repeat Events): `double-click-fuzz' is also used to distinguish
10906 clicks and drags.
10907 (Classifying Events): Clarify descriptions of `event-modifiers'
10908 `event-basic-type' and `event-convert-list'.
10909 (Accessing Events): `posn-timestamp' takes POSITION argument.
10910 (Quoted Character Input): Clarify description of
10911 `read-quoted-char' and fix example.
10912 (Quitting): Add `with-local-quit'.
10913 (Disabling Commands): Correct and clarify descriptions of
10914 `enable-command' and `disable-command'.
10915 Mention what happens if `disabled-command-hook' is nil.
10916 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
10917 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
10918
109192004-07-24 Luc Teirlinck <teirllm@auburn.edu>
10920
10921 * frames.texi: Various changes in addition to:
10922 (Creating Frames): Expand and clarify description of `make-frame'.
10923 (Window Frame Parameters): Either none or both of the `icon-left'
10924 and `icon-top' parameters must be specified. Put descriptions of
10925 `menu-bar-lines' and `toolbar-lines' closer together and change
10926 them accordingly.
10927 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
10928 except while processing `frame-title-format' or `icon-title-format'.
10929 (Deleting Frames): Correct description of `delete-frame'.
10930 Non-nil return values of `frame-live-p' are like those of `framep'.
10931 (Frames and Windows): Mention return value of
10932 `set-frame-selected-window'.
10933 (Visibility of Frames): Mention `force' argument to
10934 `make-frame-invisible'. `frame-visible-p' returns t for all
10935 frames on text-only terminals.
10936 (Frame Configurations): Restoring a frame configuration does not
10937 restore deleted frames.
10938 (Window System Selections): `x-set-selection' returns DATA.
10939 (Resources): Add example.
10940 (Display Feature Testing): Clarify descriptions of
10941 `display-pixel-height', `display-pixel-width', `x-server-version'
10942 and `x-server-vendor'.
10943
10944 * windows.texi (Choosing Window): Add anchor.
10945 * minibuf.texi (Minibuffer Misc): Add anchor.
10946
109472004-07-23 John Paul Wallington <jpw@gnu.org>
10948
10949 * macros.texi (Defining Macros): Declaration keyword for setting
10950 Edebug spec is `debug' not `edebug'.
10951
109522004-07-19 Luc Teirlinck <teirllm@auburn.edu>
10953
10954 * windows.texi: Various small changes in addition to:
10955 (Window Point): Mention return value of `set-window-point'.
10956 (Window Start): `pos-visible-in-window-p' disregards horizontal
10957 scrolling. Explain return value if PARTIALLY is non-nil.
10958 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
10959 and `set-window-vscroll'.
10960 (Size of Window): The argument WINDOW to `window-inside-edges',
10961 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
10962 (Resizing Windows): Explain return value of
10963 `shrink-window-if-larger-than-buffer'.
10964 `window-size-fixed' automatically becomes buffer local when set.
10965 (Window Configurations): Explain return value of
10966 `set-window-configuration'.
10967
10968 * minibuf.texi (Minibuffer Misc): Add anchor for
10969 `minibuffer-scroll-window'.
10970
10971 * positions.texi (Text Lines): Add anchor for `count-lines'.
10972
109732004-07-17 Richard M. Stallman <rms@gnu.org>
10974
10975 * display.texi (Overlay Properties): Adding `evaporate' prop
10976 deletes empty overlay immediately.
10977
10978 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
10979 fix example.
10980
109812004-07-16 Jim Blandy <jimb@redhat.com>
10982
10983 * searching.texi (Regexp Backslash): Document new \_< and \_>
10984 operators.
10985
109862004-07-16 Juanma Barranquero <lektu@terra.es>
10987
10988 * display.texi (Images): Fix Texinfo usage.
10989
109902004-07-14 Luc Teirlinck <teirllm@auburn.edu>
10991
10992 * buffers.texi (Modification Time): `visited-file-modtime' now
10993 returns a list of two integers, instead of a cons.
10994
109952004-07-13 Luc Teirlinck <teirllm@auburn.edu>
10996
10997 * windows.texi: Various changes in addition to:
10998 (Splitting Windows): Add `split-window-keep-point'.
10999
110002004-07-09 Richard M. Stallman <rms@gnu.org>
11001
11002 * frames.texi (Input Focus): Minor fix.
11003
110042004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11005
11006 * frames.texi (Input Focus): Clarify descriptions of
11007 `select-frame-set-input-focus' and `select-frame'.
11008
110092004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11010
11011 * os.texi: Various small changes in addition to:
11012 (Killing Emacs): Expand and clarify description of
11013 `kill-emacs-query-functions' and `kill-emacs-hook'.
11014 (System Environment): Expand and clarify description of `getenv'
11015 and `setenv'.
11016 (Timers): Clarify description of `run-at-time'.
11017 (Translating Input): Correct description of
11018 `extra-keyboard-modifiers'.
11019 (Flow Control): Correct description of `enable-flow-control'.
11020
110212004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11022
11023 * os.texi: Update copyright.
11024 (Session Management): Grammar fix.
11025 Clarify which Emacs does the restarting.
11026 Use @samp for *scratch* buffer.
11027
110282004-07-04 Alan Mackenzie <acm@muc.de>
11029
11030 * frames.texi (Input Focus): Add documentation for
11031 `select-frame-set-input-focus'. Replace refs to non-existent
11032 `switch-frame' with `select-frame'. Minor corrections and tidying
11033 up of text-only terminal stuff.
11034
110352004-07-02 Richard M. Stallman <rms@gnu.org>
11036
11037 * files.texi (Saving Buffers): Cleanup write-contents-function.
11038 (Magic File Names): Cleanup file-remote-p.
11039
b344d29d 110402004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
11041
11042 * files.texi (Magic File Names): `file-remote-p' returns an
11043 identifier of the remote system, not just t.
11044
110452004-07-02 David Kastrup <dak@gnu.org>
11046
11047 * searching.texi (Entire Match Data): Add explanation about new
11048 match-data behavior when @var{integers} is non-nil.
11049
110502004-06-24 Richard M. Stallman <rms@gnu.org>
11051
11052 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11053
11054 * customize.texi (Variable Definitions): Note about doc strings
11055 and :set.
11056
11057 * keymaps.texi (Keymap Terminology): Document `kbd'.
11058 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11059
11060 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11061 makes it buffer-local.
11062
11063 * files.texi (Saving Buffers): Correct previous change.
11064
11065 * commands.texi (Accessing Events):
11066 Clarify posn-col-row and posn-actual-col-row.
11067
110682004-06-24 David Ponce <david.ponce@wanadoo.fr>
11069
11070 * commands.texi (Accessing Events): New functions
11071 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11072
110732004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11074
11075 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11076 * frames.texi, buffers.texi, backups.texi, variables.texi:
11077 * loading.texi, eval.texi, functions.texi, control.texi:
11078 * symbols.texi, minibuf.texi: Reposition @anchor's.
11079
11080 * help.texi: Various small changes in addition to the following.
11081 (Describing Characters): Describe PREFIX argument to
11082 `key-description'. Correct and clarify definition of
11083 `text-char-description'. Describe NEED-VECTOR argument to
11084 `read-kbd-macro'.
11085 (Help Functions): Clarify definition of `apropos'.
11086
110872004-06-23 Lars Hansen <larsh@math.ku.dk>
11088
11089 * files.texi (Saving Buffers): Correct description of
11090 `write-contents-functions'.
11091
110922004-06-21 Juanma Barranquero <lektu@terra.es>
11093
11094 * display.texi (Images): Remove redundant @vindex directives.
11095 Rewrite `image-library-alist' doc in active voice.
11096
110972004-06-14 Juanma Barranquero <lektu@terra.es>
11098
11099 * display.texi (Images): Document new delayed library loading,
11100 variable `image-library-alist' and (existing but undocumented)
11101 function `image-type-available-p'.
11102
111032004-06-05 Richard M. Stallman <rms@gnu.org>
11104
11105 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11106 refer the user to the Initial Input node.
11107 (Text from Minibuffer): Likewise.
11108 (Initial Input): New node. Document this feature
11109 and say it is mostly deprecated.
11110
111112004-05-30 Richard M. Stallman <rms@gnu.org>
11112
11113 * loading.texi (Named Features): Clarify return value
11114 and meaning of NOERROR.
11115
11116 * variables.texi (File Local Variables): Minor cleanup.
11117
111182004-05-30 Michael Albinus <michael.albinus@gmx.de>
11119
11120 * files.texi (Magic File Names): Add `file-remote-p' as operation
11121 of file name handlers.
11122
111232004-05-29 Richard M. Stallman <rms@gnu.org>
11124
11125 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11126 as arg to a minor mode command.
11127
111282004-05-22 Richard M. Stallman <rms@gnu.org>
11129
11130 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11131
11132 * streams.texi (Output Variables): Doc float-output-format.
11133
11134 * searching.texi (Regexp Special): Nested repetition can be infloop.
11135
11136 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11137 real stack overflow.
11138
11139 * compile.texi: Minor cleanups.
11140
111412004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11142
11143 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11144 circular lists.
11145 (List Elements): Explain handling of circular and dotted lists.
11146
111472004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11148
11149 * modes.texi (Search-based Fontification): Fix typo.
11150
111512004-05-10 Juanma Barranquero <lektu@terra.es>
11152
11153 * modes.texi (Mode Line Variables): Fix description of
11154 global-mode-string, which is now after which-func-mode, not the
11155 buffer name.
11156
111572004-05-07 Lars Hansen <larsh@math.ku.dk>
11158
11159 * modes.texi (Desktop Save Mode): Add.
11160 (Modes): Add menu entry Desktop Save Mode.
11161
11162 * hooks.texi: Add desktop-after-read-hook,
11163 desktop-no-desktop-file-hook and desktop-save-hook.
11164
11165 * locals.texi: Add desktop-save-buffer.
11166
111672004-04-30 Jesper Harder <harder@ifa.au.dk>
11168
11169 * display.texi: emacs -> Emacs.
11170
111712004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11172
11173 * files.texi (Changing Files): Document set-file-times.
11174
111752004-04-23 Juanma Barranquero <lektu@terra.es>
11176
11177 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11178
111792004-04-18 Jesper Harder <harder@ifa.au.dk>
11180
11181 * tips.texi (Coding Conventions): defopt -> defcustom.
11182
111832004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11184
11185 * sequences.texi: Various clarifications.
11186
111872004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11188
11189 * buffers.texi (Read Only Buffers): Mention optional ARG to
11190 `toggle-read-only'.
11191
111922004-04-14 Nick Roberts <nick@nick.uklinux.net>
11193
11194 * windows.texi (Selecting Windows): Note that get-lru-window
11195 returns a full-width window if possible.
11196
111972004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11198
11199 * buffers.texi: Various changes in addition to:
11200 (Buffer File Name): Add `find-buffer-visiting'.
11201 (Buffer Modification): Mention optional ARG to `not-modified'.
11202 (Indirect Buffers): Mention optional CLONE argument to
11203 `make-indirect-buffer'.
11204
11205 * files.texi: Various changes in addition to:
11206 (Visiting Functions): `find-file-hook' is now a normal hook.
11207 (File Name Expansion): Explain difference between the way that
11208 `expand-file-name' and `file-truename' treat `..'.
11209 (Contents of Directories): Mention optional ID-FORMAT argument to
11210 `directory-files-and-attributes'.
11211 (Format Conversion): Mention new optional CONFIRM argument to
11212 `format-write-file'.
11213
112142004-04-12 Miles Bader <miles@gnu.org>
11215
11216 * macros.texi (Expansion): Add description of `macroexpand-all'.
11217
112182004-04-05 Jesper Harder <harder@ifa.au.dk>
11219
5dcb4c4e
SM
11220 * variables.texi (Variable Aliases):
11221 Mention cyclic-variable-indirection.
b8d4c8d0
GM
11222
11223 * errors.texi (Standard Errors): Ditto.
11224
112252004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11226
11227 * backups.texi: Various small changes in addition to:
11228 (Making Backups): Mention return value of `backup-buffer'.
11229 (Auto-Saving): Mention optional FORCE argument to
11230 `delete-auto-save-file-if-necessary'.
11231 (Reverting): Mention optional PRESERVE-MODES argument to
11232 `revert-buffer'. Correct description of `revert-buffer-function'.
11233
112342004-03-22 Juri Linkov <juri@jurta.org>
11235
11236 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11237 with `Vector Functions'.
11238
11239 * text.texi (Sorting): Add missing quote.
11240
112412004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11242
11243 * intro.texi (Lisp History): Replace xref to `cl' manual with
11244 inforef.
11245
112462004-03-12 Richard M. Stallman <rms@gnu.org>
11247
11248 * intro.texi (Version Info): Add arg to emacs-version.
11249 (Lisp History): Change xref to CL manual.
11250
112512004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11252
11253 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11254 for Partial Completion mode.
11255
112562004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11257
11258 * customize.texi: Fix typo. Remove eol whitespace.
11259
112602004-03-04 Richard M. Stallman <rms@gnu.org>
11261
11262 * processes.texi: Fix typos.
11263
11264 * lists.texi (Building Lists): Minor clarification.
11265
11266 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11267 in make-hash-table.
11268
112692004-02-29 Juanma Barranquero <lektu@terra.es>
11270
11271 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11272 rm, and ignore exit code.
11273
112742004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11275
11276 * display.texi (Defining Faces): Add description for min-colors.
11277 Update example.
11278
112792004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11280
11281 * abbrevs.texi: Various corrections and clarifications in addition
11282 to the following:
11283 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11284
112852004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11286
11287 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11288
112892004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11290
11291 * text.texi: Various small changes in addition to the following:
11292 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11293 to delete-horizontal-space.
11294 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11295 description of yank-handler text property at various places.
11296
11297 * frames.texi (Window System Selections): Add anchor.
11298
11299 * syntax.texi (Syntax Table Functions): Clarify and correct
11300 descriptions of make-syntax-table and copy-syntax-table.
11301 (Motion and Syntax): Clarify SYNTAXES argument to
11302 skip-syntax-forward.
11303 (Parsing Expressions): Mention that the return value of
11304 parse-partial-sexp is currently a list of ten rather than nine
11305 elements.
11306 (Categories): Various corrections and clarifications.
11307
113082004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11309
11310 * markers.texi (Marker Insertion Types): Minor change.
11311
11312 * locals.texi (Standard Buffer-Local Variables):
11313 * commands.texi (Interactive Codes, Using Interactive):
11314 * functions.texi (Related Topics): Fix xrefs.
11315
113162004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11317
11318 * lists.texi (Sets And Lists): Update description of delete-dups.
11319
113202004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11321
11322 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11323
c8763fb6 113242004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
11325
11326 * frames.texi (Parameter Access): frame-parameters arg is optional.
11327 modify-frame-parameters handles nil for FRAME.
11328 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11329 are all-or-nothing for certain toolkits.
11330 Mention parameter wait-for-wm.
11331 (Frames and Windows): In frame-first-window and frame-selected-window
11332 the arg is optional.
11333 (Input Focus): In redirect-frame-focus the second arg is optional.
11334 (Window System Selections): Mention selection type CLIPBOARD.
11335 Mention data-type UTF8_STRING.
11336 Mention numbering of cut buffers.
11337 (Resources): Describe x-resource-name.
11338
113392004-02-16 Richard M. Stallman <rms@gnu.org>
11340
11341 * windows.texi (Buffers and Windows): Delete false table
11342 about all-frames.
11343
11344 * syntax.texi (Parsing Expressions): Delete old caveat
11345 about parse-sexp-ignore-comments.
11346
11347 * streams.texi (Output Variables): Add print-quoted.
11348
11349 * lists.texi (Building Lists): Minor cleanup.
11350
11351 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
11352
11353 * display.texi (Overlays): Explain overlays use markers.
11354 (Managing Overlays): Explain front-advance and rear-advance
11355 in more detail.
11356
11357 * loading.texi (Unloading): Document unload-feature-special-hooks.
11358 Get rid of fns-NNN.el file.
11359
113602004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11361
11362 * help.texi (Describing Characters): Fix text-char-description
11363 example output.
11364
11365 * edebug.texi (Using Edebug): Fix example.
11366
11367 * debugging.texi (Internals of Debugger): Fix return value.
11368
11369 * files.texi (Changing Files): Fix argname.
11370
11371 * calendar.texi: Fix parens, and default values.
11372
11373 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
11374 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 11375 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
11376
11377 * positions.texi (Text Lines): Don't add -1 in current-line.
11378
113792004-02-16 Richard M. Stallman <rms@gnu.org>
11380
11381 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
11382
113832004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11384
11385 * processes.texi (Low-Level Network): Fix a typo.
11386
113872004-02-12 Kim F. Storm <storm@cua.dk>
11388
11389 * display.texi (Fringes): Use consistent wording.
11390 Note that window-fringe's window arg is optional.
11391 (Scroll Bars): Use consistent wording.
11392
113932004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11394
11395 * tips.texi (Comment Tips): Document the new conventions for
11396 commenting out code.
11397
c8763fb6 113982004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 11399
5dcb4c4e 11400 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
11401
114022004-02-07 Kim F. Storm <storm@cua.dk>
11403
11404 * positions.texi (Text Lines): Add line-number-at-pos.
11405
114062004-02-06 John Paul Wallington <jpw@gnu.org>
11407
11408 * display.texi (Button Properties, Button Buffer Commands):
11409 mouse-2 invokes button, not down-mouse-1.
11410
114112004-02-04 Jason Rumney <jasonr@gnu.org>
11412
11413 * makefile.w32-in: Sync with Makefile.in changes.
11414
114152004-02-03 Luc Teirlinck <teirllm@auburn.edu>
11416
11417 * minibuf.texi (Text from Minibuffer): Various corrections and
11418 clarifications.
11419 (Object from Minibuffer): Correct Lisp description of
11420 read-minibuffer.
11421 (Minibuffer History): Clarify description of cons values for
11422 HISTORY arguments.
5dcb4c4e
SM
11423 (Basic Completion): Various corrections and clarifications.
11424 Add completion-regexp-list.
b8d4c8d0
GM
11425 (Minibuffer Completion): Correct and clarify description of
11426 completing-read.
5dcb4c4e
SM
11427 (Completion Commands): Mention Partial Completion mode.
11428 Various other minor changes.
b8d4c8d0
GM
11429 (High-Level Completion): Various corrections and clarifications.
11430 (Reading File Names): Ditto.
11431 (Minibuffer Misc): Ditto.
11432
114332004-01-26 Luc Teirlinck <teirllm@auburn.edu>
11434
11435 * strings.texi (Text Comparison): assoc-string also matches
11436 elements of alists that are strings instead of conses.
11437 (Formatting Strings): Standardize Texinfo usage. Update index
11438 entries.
11439
114402004-01-20 Luc Teirlinck <teirllm@auburn.edu>
11441
11442 * lists.texi (Sets And Lists): Add delete-dups.
11443
114442004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11445
11446 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
11447 special form.
11448 * macros.texi (Defining Macros): Update description of `declare',
11449 which now is a macro.
11450 (Wrong Time): Fix typos.
11451
114522004-01-14 Luc Teirlinck <teirllm@auburn.edu>
11453
11454 * compile.texi (Compilation Functions): Expand descriptions of
11455 `compile-defun', `byte-compile-file', `byte-recompile-directory'
11456 and `batch-byte-compile'. In particular, mention and describe
11457 all optional arguments.
11458 (Disassembly): Correct and clarify the description of `disassemble'.
11459
114602004-01-11 Luc Teirlinck <teirllm@auburn.edu>
11461
11462 * searching.texi: Various small changes in addition to the
11463 following.
11464 (Regexp Example): Adapt to new value of `sentence-end'.
11465 (Regexp Functions): The PAREN argument to `regexp-opt' can be
11466 `words'.
11467 (Search and Replace): Add usage note for `perform-replace'.
11468 (Entire Match Data): Mention INTEGERS and REUSE arguments to
11469 `match-data'.
11470 (Standard Regexps): Update for new values of `paragraph-start'
11471 and `sentence-end'.
11472
114732004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11474
11475 * files.texi (Saving Buffers): Clarify descriptions of
11476 `write-contents-functions' and `before-save-hook'.
11477 Make the defvar's for `before-save-hook' and `after-save-hook'
11478 into defopt's.
11479
114802004-01-07 Kim F. Storm <storm@cua.dk>
11481
11482 * commands.texi (Click Events): Describe new image and
11483 width/height elements of click events.
11484 (Accessing Events): Add posn-string, posn-image, and
11485 posn-object-width-height. Change posn-object to return either
11486 image or string object.
11487
114882004-01-01 Simon Josefsson <jas@extundo.com>
11489
11490 * hooks.texi (Standard Hooks): Add before-save-hook.
11491 * files.texi (Saving Buffers): Likewise.
11492
114932004-01-03 Richard M. Stallman <rms@gnu.org>
11494
11495 * frames.texi (Frames and Windows): Delete frame-root-window.
11496
114972004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11498
11499 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
11500
11501 * functions.texi: Various small changes in addition to the
11502 following.
5dcb4c4e
SM
11503 (What Is a Function): `functionp' returns nil for macros.
11504 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
11505 (Function Documentation): Add `\' in front of (fn @var{arglist})
11506 and explain why.
11507 (Defining Functions): Mention DOCSTRING argument to `defalias'.
11508 Add anchor.
11509 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
11510
115112004-01-01 Miles Bader <miles@gnu.org>
11512
11513 * display.texi (Buttons): New section.
11514
115152003-12-31 Andreas Schwab <schwab@suse.de>
11516
11517 * numbers.texi (Math Functions): sqrt reports a domain-error
11518 error.
11519 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
11520
115212003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11522
11523 * tips.texi (Documentation Tips): Update item on hyperlinks in
11524 documentation strings.
11525
11526 * errors.texi (Standard Errors): Various small corrections and
11527 additions.
11528
11529 * control.texi: Various small changes in addition to the
11530 following.
11531 (Signaling Errors): Provide some more details on how `signal'
11532 constructs the error message. Add anchor to the definition of
11533 `signal'.
11534 (Error Symbols): Describe special treatment of `quit'.
11535 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
11536 to emphasize that it has to be a single form.
11537
11538 * buffers.texi: Add anchor.
11539
115402003-12-29 Richard M. Stallman <rms@gnu.org>
11541
11542 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
11543 (Window Configurations): Add window-configuration-frame.
11544
11545 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
11546
11547 * text.texi (Examining Properties): Add get-char-property-and-overlay.
11548 Change arg name in get-char-property.
11549 (Special Properties): Update handling of keymap property.
11550
11551 * strings.texi (Modifying Strings): Add clear-string.
11552 (Text Comparison): Add assoc-string and remove
11553 assoc-ignore-case, assoc-ignore-representation.
11554
11555 * os.texi (Time of Day): Add set-time-zone-rule.
11556
11557 * numbers.texi (Math Functions): asin, acos, log, log10
11558 report domain-error errors.
11559
11560 * nonascii.texi (Converting Representations):
11561 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
11562 (Encoding and I/O): Add file-name-coding-system.
11563
11564 * modes.texi (Search-based Fontification): Explain that
11565 face specs are symbols with face names as values.
11566
11567 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
11568
11569 * lists.texi (Building Lists): remq moved elsewhere.
11570 (Sets And Lists): remq moved here.
11571 (Association Lists): Refer to assoc-string.
11572
11573 * internals.texi (Garbage Collection): Add memory-use-counts.
11574
11575 * frames.texi (Frames and Windows): Add set-frame-selected-window
11576 and frame-root-window.
11577
11578 * files.texi (Contents of Directories):
11579 Add directory-files-and-attributes.
11580
11581 * display.texi (Refresh Screen): Add force-window-update.
11582 (Invisible Text): Explain about moving point out of invis text.
11583 (Overlay Properties): Add overlay-properties.
11584 (Managing Overlays): Add overlayp.
11585 (GIF Images): Invalid image number displays a hollow box.
11586
11587 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
11588 (Killing Buffers): Add buffer-live-p.
11589
115902003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11591
11592 * display.texi (Fringes): Fix typo "set-buffer-window".
11593
115942003-12-24 Luc Teirlinck <teirllm@auburn.edu>
11595
11596 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
11597 * nonascii.texi, processes.texi, tips.texi, variables.texi:
11598 Add or change various xrefs and anchors.
11599
11600 * commands.texi: Replace all occurrences of @acronym{CAR} with
11601 @sc{car}, for consistency with the rest of the Elisp manual.
11602 `car' and `cdr' are historically acronyms, but are no longer
11603 widely thought of as such.
11604
11605 * internals.texi (Pure Storage): Mention that `purecopy' does not
11606 copy text properties.
11607 (Object Internals): Now 29 bits are used (in most implementations)
11608 to address Lisp objects.
11609
11610 * variables.texi (Variables with Restricted Values): New node.
11611
11612 * objects.texi (Lisp Data Types): Mention that certain variables
11613 can only take on a restricted set of values and add an xref to
11614 the new node "Variables with Restricted Values".
11615
11616 * eval.texi (Function Indirection): Describe the errors that
11617 `indirect-function' can signal.
11618 (Eval): Clarify the descriptions of `eval-region' and `values'.
11619 Describe `eval-buffer' instead of `eval-current-buffer' and
11620 mention `eval-current-buffer' as an alias for `current-buffer'.
11621 Correct the description and mention all optional arguments.
11622
11623 * nonascii.texi: Various small changes in addition to the
11624 following.
11625 (Converting Representations): Clarify behavior of
11626 `string-make-multibyte' and `string-to-multibyte' for unibyte all
11627 ASCII arguments.
11628 (Character Sets): Document the variable `charset-list' and adapt
11629 the definition of the function `charset-list' accordingly.
11630 (Translation of Characters): Clarify use of generic characters in
11631 `make-translation-table'. Clarify and correct the description of
11632 the use of translation tables in encoding and decoding.
11633 (User-Chosen Coding Systems): Correct and clarify the description
11634 of `select-safe-coding-system'.
11635 (Default Coding Systems): Clarify description of
11636 `file-coding-system-alist'.
11637
116382003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11639
11640 * strings.texi (Text Comparison): Correctly describe when two
11641 strings are `equal'. Combine and clarify descriptions of
11642 `assoc-ignore-case' and `assoc-ignore-representation'.
11643
11644 * objects.texi (Non-ASCII in Strings): Clarify description of
11645 when a string is unibyte or multibyte.
11646 (Bool-Vector Type): Update examples.
11647 (Equality Predicates): Correctly describe when two strings are
11648 `equal'.
11649
116502003-11-29 Luc Teirlinck <teirllm@auburn.edu>
11651
11652 * lists.texi (Building Lists): `append' no longer accepts integer
11653 arguments. Update the description of `number-sequence' to reflect
11654 recent changes.
11655 (Sets And Lists): Describe `member-ignore-case' after `member'.
11656
116572003-11-27 Kim F. Storm <storm@cua.dk>
11658
11659 * commands.texi (Click Events): Click object may be an images.
11660 Describe (dx . dy) element of click positions.
11661 (Accessing Events): Remove duplicate posn-timestamp.
11662 New functions posn-object and posn-object-x-y.
11663
116642003-11-23 Kim F. Storm <storm@cua.dk>
11665
11666 * commands.texi (Click Events): Describe enhancements to event
11667 position lists, including new text-pos and (col . row) items.
11668 Mention left-fringe and right-fringe area events.
11669 (Accessing Events): New functions posn-area and
11670 posn-actual-col-row. Mention posn-timestamp. Mention that
11671 posn-point in non-text area still returns buffer position.
11672 Clarify posn-col-row.
11673
116742003-11-21 Lars Hansen <larsh@math.ku.dk>
11675
11676 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
11677 * anti.texi (File Attributes): Describe removed parameter
11678 ID-FORMAT.
11679
116802003-11-20 Luc Teirlinck <teirllm@auburn.edu>
11681
11682 * positions.texi (Positions): Mention that, if a marker is used as
11683 a position, its buffer is ignored.
11684
11685 * markers.texi (Overview of Markers): Mention it here too.
11686
116872003-11-12 Luc Teirlinck <teirllm@auburn.edu>
11688
11689 * numbers.texi (Numeric Conversions): Not just `floor', but also
11690 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
11691
116922003-11-10 Luc Teirlinck <teirllm@auburn.edu>
11693
11694 * markers.texi (Creating Markers): Specify insertion type of
11695 created markers. Add xref to `Marker Insertion Types'.
11696 Second argument to `copy-marker' is optional.
11697 (Marker Insertion Types): Mention that most markers are created
11698 with insertion type nil.
11699 (The Mark): Correctly describe when `mark' signals an error.
11700 (The Region): Correctly describe when `region-beginning' and
11701 `region-end' signal an error.
11702
117032003-11-08 Luc Teirlinck <teirllm@auburn.edu>
11704
11705 * hash.texi (Creating Hash): Clarify description of `eql'.
11706 `makehash' is obsolete.
11707 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
11708
11709 * positions.texi (Point): Change description of `buffer-end', so
11710 that it is also correct for floating point arguments.
11711 (List Motion): Correct argument lists of `beginning-of-defun' and
11712 `end-of-defun'.
11713 (Excursions): Add xref to `Marker Insertion Types'.
11714 (Narrowing): Argument to `narrow-to-page' is optional.
11715
117162003-11-06 Luc Teirlinck <teirllm@auburn.edu>
11717
11718 * streams.texi (Output Streams): Clarify behavior of point for
11719 marker output streams.
11720
117212003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11722
11723 * variables.texi (Defining Variables): Second argument to
11724 `defconst' is not optional.
11725 (Setting Variables): Mention optional argument APPEND to
11726 `add-to-list'.
11727 (Creating Buffer-Local): Expand description of
11728 `make-variable-buffer-local'.
11729 (Frame-Local Variables): Expand description of
11730 `make-variable-frame-local'.
11731 (Variable Aliases): Correct description of optional argument
11732 DOCSTRING to `defvaralias'. Mention return value of
11733 `defvaralias'.
11734 (File Local Variables): Add xref to `File variables' in Emacs
11735 Manual. Correct description of `hack-local-variables'. Mention
11736 `safe-local-variable' property. Mention optional second argument
11737 to `risky-local-variable-p'.
11738
117392003-11-03 Luc Teirlinck <teirllm@auburn.edu>
11740
11741 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
11742
117432003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
11744
cfdaa150
GM
11745 * anti.texi, backups.texi, commands.texi, customize.texi:
11746 * display.texi, files.texi, internals.texi, keymaps.texi:
11747 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
11748 * objects.texi, os.texi, positions.texi, processes.texi:
11749 * searching.texi, sequences.texi, streams.texi, strings.texi:
11750 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
b8d4c8d0
GM
11751
117522003-10-27 Luc Teirlinck <teirllm@auburn.edu>
11753
11754 * strings.texi (Creating Strings): Argument START to `substring'
11755 can not be `nil'. Expand description of
11756 `substring-no-properties'. Correct description of `split-string',
11757 especially with respect to empty matches. Prevent very bad line
11758 break in definition of `split-string-default-separators'.
11759 (Text Comparison): `string=' and `string<' also accept symbols as
11760 arguments.
11761 (String Conversion): More completely describe argument BASE in
11762 `string-to-number'.
11763 (Formatting Strings): `%s' and `%S' in `format' do require
11764 corresponding object. Clarify behavior of numeric prefix after
11765 `%' in `format'.
11766 (Case Conversion): The argument to `upcase-initials' can be a
11767 character.
11768
117692003-10-27 Kenichi Handa <handa@m17n.org>
11770
11771 * display.texi (Fontsets): Fix texinfo usage.
11772
117732003-10-25 Kenichi Handa <handa@m17n.org>
11774
11775 * display.texi (Fontsets): Add description of the function
11776 set-fontset-font.
11777
117782003-10-23 Luc Teirlinck <teirllm@auburn.edu>
11779
11780 * display.texi (Temporary Displays): Add xref to `Documentation
11781 Tips'.
11782
11783 * functions.texi (Function Safety): Use inforef instead of pxref
11784 for SES.
11785
117862003-10-23 Andreas Schwab <schwab@suse.de>
11787
11788 * Makefile.in (TEX, texinputdir): Don't define.
11789 (TEXI2DVI): Define.
11790 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
11791 add $(srcdir)/index.texi.
11792 ($(infodir)/elisp): Remove index.texi dependency.
11793 (elisp.dvi): Likewise. Use $(TEXI2DVI).
11794 (index.texi): Remove target.
11795 (dist): Don't link $(srcdir)/permute-index.
11796 (clean): Don't remove index.texi.
11797
11798 * permute-index, index.perm: Remove.
11799 * index.texi: Rename from index.unperm.
11800
118012003-10-22 Luc Teirlinck <teirllm@auburn.edu>
11802
11803 * tips.texi (Documentation Tips): Document new behavior for face
11804 and variable hyperlinks in Help mode.
11805
118062003-10-21 Luc Teirlinck <teirllm@auburn.edu>
11807
11808 * objects.texi (Integer Type): Update for extra bit of integer range.
11809 (Character Type): Ditto.
11810
118112003-10-16 Eli Zaretskii <eliz@gnu.org>
11812
11813 * numbers.texi (Integer Basics): Add index entries for reading
11814 numbers in hex, octal, and binary.
11815
118162003-10-16 Lute Kamstra <lute@gnu.org>
11817
11818 * modes.texi (Mode Line Format): Mention force-mode-line-update's
11819 argument.
11820
118212003-10-13 Luc Teirlinck <teirllm@auburn.edu>
11822
11823 * windows.texi (Choosing Window): Fix typo.
11824 * edebug.texi (Edebug Execution Modes): Fix typo.
11825
118262003-10-13 Richard M. Stallman <rms@gnu.org>
11827
11828 * windows.texi (Basic Windows): A window has fringe settings,
11829 display margins and scroll-bar settings.
11830 (Splitting Windows): Doc split-window return value.
11831 Clean up one-window-p.
11832 (Selecting Windows): Fix typo.
11833 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
11834 (Buffers and Windows): In set-window-buffer, explain effect
11835 on fringe settings and scroll bar settings.
11836 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
11837 (Choosing Window): Use defopt for pop-up-frame-function.
11838 For special-display-buffer-names, explain same-window and same-frame.
11839 Clarify window-dedicated-p return value.
11840 (Textual Scrolling): scroll-up and scroll-down can get an error.
11841 (Horizontal Scrolling): Clarify auto-hscroll-mode.
11842 Clarify set-window-hscroll.
11843 (Size of Window): Don't mention tool bar in window-height.
11844 (Coordinates and Windows): Explain what coordinates-in-window-p
11845 returns for fringes and display margins.
11846 (Window Configurations): Explain saving fringes, etc.
11847
11848 * tips.texi (Library Headers): Clean up Documentation.
11849
11850 * syntax.texi (Parsing Expressions): Clean up forward-comment
11851 and parse-sexp-lookup-properties.
11852
11853 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
11854
11855 * os.texi (System Environment): Clean up text for load-average errors.
11856
11857 * modes.texi (Hooks): Don't explain local hook details at front.
11858 Clarify run-hooks and run-hook-with-args a little.
11859 Clean up add-hook and remove-hook.
11860
11861 * edebug.texi (Edebug Execution Modes): Clarify t.
11862 Document edebug-sit-for-seconds.
11863 (Coverage Testing): Document C-x X = and =.
11864 (Instrumenting Macro Calls): Fix typo.
11865 (Specification List): Don't index the specification keywords.
11866
118672003-10-10 Kim F. Storm <storm@cua.dk>
11868
11869 * processes.texi (Network): Introduce make-network-process.
11870
118712003-10-09 Luc Teirlinck <teirllm@auburn.edu>
11872
11873 * tips.texi (Library Headers): Fix typo.
11874
118752003-10-07 Juri Linkov <juri@jurta.org>
11876
11877 * modes.texi (Imenu): Mention imenu-create-index-function's
11878 default value. Explain submenus better.
11879
118802003-10-07 Lute Kamstra <lute@gnu.org>
11881
11882 * modes.texi (Faces for Font Lock): Fix typo.
11883 (Hooks): Explain how buffer-local hook variables can refer to
11884 global hook variables.
11885 Various minor clarifications.
11886
118872003-10-06 Lute Kamstra <lute@gnu.org>
11888
11889 * tips.texi (Coding Conventions): Mention naming conventions for
11890 hooks.
11891
118922003-10-05 Luc Teirlinck <teirllm@auburn.edu>
11893
11894 * loading.texi (Library Search): Correct default value of
11895 load-suffixes.
11896 (Named Features): Fix typo.
11897
118982003-10-05 Richard M. Stallman <rms@gnu.org>
11899
11900 * loading.texi (Named Features): In `provide',
11901 say how to test for subfeatures.
11902 (Unloading): In unload-feature, use new var name
11903 unload-feature-special-hooks.
11904
119052003-10-03 Lute Kamstra <lute@gnu.org>
11906
11907 * modes.texi (Major Mode Conventions): Mention third way to set up
11908 Imenu.
11909 (Imenu): A number of small fixes.
11910 Delete documentation of internal variable imenu--index-alist.
11911 Document the return value format of imenu-create-index-function
11912 functions.
11913
119142003-09-30 Richard M. Stallman <rms@gnu.org>
11915
11916 * processes.texi (Network): Say what stopped datagram connections do.
11917
11918 * lists.texi (Association Lists): Clarify `assq-delete-all'.
11919
11920 * display.texi (Overlay Properties): Clarify `evaporate' property.
11921
119222003-09-29 Lute Kamstra <lute@gnu.org>
11923
11924 * modes.texi (Mode Line Data): Explain when symbols in mode-line
11925 constructs should be marked as risky.
11926 Change cons cell into proper list.
11927 (Mode Line Variables): Change cons cell into proper list.
11928
119292003-09-26 Lute Kamstra <lute@gnu.org>
11930
11931 * modes.texi (Mode Line Data): Document the :propertize construct.
11932 (Mode Line Variables): Reorder the descriptions of the variables
11933 to match their order in the default mode-line-format.
11934 Describe the new variables mode-line-position and mode-line-modes.
11935 Update the default values of mode-line-frame-identification,
11936 minor-mode-alist, and default-mode-line-format.
11937 (Properties in Mode): Mention the :propertize construct.
11938
119392003-09-26 Richard M. Stallman <rms@gnu.org>
11940
11941 * buffers.texi, commands.texi, debugging.texi, eval.texi:
11942 * loading.texi, minibuf.texi, text.texi, variables.texi:
11943 Avoid @strong{Note:}.
11944
119452003-09-26 Richard M. Stallman <rms@gnu.org>
11946
11947 * keymaps.texi (Remapping Commands): Fix typo.
11948
119492003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
11950
11951 * processes.texi (Low-Level Network): Fix typo.
11952
119532003-09-23 Kim F. Storm <storm@cua.dk>
11954
11955 * processes.texi (Network, Network Servers): Fix typos.
11956 (Low-Level Network): Add timeout value for :server keyword.
11957 Add new option keywords to make-network-process.
11958 Add set-network-process-options.
11959 Explain how to test availability of network options.
11960
119612003-09-19 Richard M. Stallman <rms@gnu.org>
11962
11963 * text.texi (Motion by Indent): Arg to
11964 backward-to-indentation and forward-to-indentation is optional.
11965
11966 * strings.texi (Creating Strings): Add substring-no-properties.
11967
11968 * processes.texi
11969 (Process Information): Add list-processes arg QUERY-ONLY.
11970 Delete process-contact from here.
11971 Add new status values for process-status.
11972 Add process-get, process-put, process-plist, set-process-plist.
11973 (Synchronous Processes): Add call-process-shell-command.
11974 (Signals to Processes): signal-process allows process objects.
11975 (Network): Complete rewrite.
11976 (Network Servers, Datagrams, Low-Level Network): New nodes.
11977
11978 * positions.texi (Word Motion): forward-word, backward-word
11979 arg is optional. Reword.
11980
11981 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
11982
11983 * variables.texi (Creating Buffer-Local):
11984 Delete duplicate definition of buffer-local-value.
11985 (File Local Variables): Explain about discarding text props.
11986
119872003-09-11 Richard M. Stallman <rms@gnu.org>
11988
11989 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
11990 changes variables that record input events.
11991 (Minibuffer Misc): Add minibuffer-selected-window.
11992
11993 * lists.texi (Building Lists): Add copy-tree.
11994
11995 * display.texi (Fontsets): Add char-displayable-p.
11996 (Scroll Bars): New node.
11997
119982003-09-08 Lute Kamstra <lute@gnu.org>
11999
12000 * modes.texi (%-Constructs): Document new `%i' and `%I'
12001 constructs.
12002
120032003-09-03 Peter Runestig <peter@runestig.com>
12004
12005 * makefile.w32-in: New file.
12006
120072003-08-29 Richard M. Stallman <rms@gnu.org>
12008
12009 * display.texi (Overlay Properties): Clarify how priorities
12010 affect use of the properties.
12011
120122003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12013
12014 * customize.texi (Type Keywords): Correct the description of
12015 `:help-echo' in the case where `motion-doc' is a function.
12016
120172003-08-14 John Paul Wallington <jpw@gnu.org>
12018
12019 * modes.texi (Emulating Mode Line): Subsection, not section.
12020
120212003-08-13 Richard M. Stallman <rms@gnu.org>
12022
12023 * elisp.texi (Top): Update subnode lists in menu.
12024
12025 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12026 (Kill Functions): kill-region has new arg yank-handler.
12027 (Yanking): New node.
12028 (Yank Commands): Add yank-undo-function.
12029 (Low-Level Kill Ring):
12030 kill-new and kill-append have new arg yank-handler.
12031 (Changing Properties): Add remove-list-of-text-properties.
12032 (Atomic Changes): New node.
12033
12034 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12035
12036 * streams.texi (Output Variables): Add eval-expression-print-length
12037 and eval-expression-print-level.
12038
12039 * os.texi (Time Conversion): For encode-time, explain limits on year.
12040
12041 * objects.texi (Character Type): Define anchor "modifier bits".
12042
12043 * modes.texi (Emulating Mode Line): New node.
12044 (Search-based Fontification): Font Lock uses font-lock-face property.
12045 (Other Font Lock Variables): Likewise.
12046
12047 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12048 not vectors.
12049 (Active Keymaps): Add emulation-mode-map-alists.
12050 (Functions for Key Lookup): key-binding has new arg no-remap.
12051 (Remapping Commands): New node.
12052 (Scanning Keymaps): where-is-internal has new arg no-remap.
12053 (Tool Bar): Add tool-bar-local-item-from-menu.
12054 Clarify when to use tool-bar-add-item-from-menu.
12055
12056 * commands.texi (Interactive Call): commandp has new arg.
12057 (Command Loop Info): Add this-original-command.
12058
120592003-08-06 John Paul Wallington <jpw@gnu.org>
12060
12061 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12062
12063 * display.texi (Warning Basics): Fix typo.
12064 (Fringes): Add closing curly bracket and fix typo.
12065
12066 * elisp.texi (Top): Fix typo.
12067
120682003-08-05 Richard M. Stallman <rms@gnu.org>
12069
12070 * elisp.texi: Update lists of subnodes.
12071
12072 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12073
12074 * variables.texi (Local Variables): Use lc for example variable names.
12075
12076 * tips.texi (Library Headers): Explain where to put -*-.
12077
12078 * strings.texi (Creating Strings): Fix xref for vconcat.
12079
12080 * sequences.texi (Vector Functions):
12081 vconcat no longer allows integer args.
12082
12083 * minibuf.texi (Reading File Names): read-file-name has new
12084 arg PREDICATE. New function read-directory-name.
12085
c4cc8b9a 12086 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
12087 (Indenting Macros): New node.
12088
12089 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12090 (Window Frame Parameters): Make separate table of parameters
12091 that are coupled with specific face attributes.
12092 (Deleting Frames): delete-frame-hooks renamed to
12093 delete-frame-functions.
12094
12095 * files.texi (Magic File Names): Add file-remote-p.
12096 Clarify file-local-copy.
12097
12098 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12099 here; instead xref Defining Macros.
12100
12101 * display.texi (Warnings): New node, and subnodes.
12102 (Fringes): New node.
12103
12104 * debugging.texi (Test Coverage): New node.
12105
12106 * compile.texi (Compiler Errors): Explain with-no-warnings
12107 and other ways to suppress warnings.
12108
12109 * commands.texi (Interactive Call): Minor clarification.
12110
12111 * buffers.texi (Buffer File Name): set-visited-file-name
12112 renames the buffer too.
12113
12114 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12115
121162003-07-24 Markus Rost <rost@math.ohio-state.edu>
12117
12118 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12119
121202003-07-22 Markus Rost <rost@math.ohio-state.edu>
12121
12122 * internals.texi (Garbage Collection): Fix previous change.
12123
121242003-07-22 Richard M. Stallman <rms@gnu.org>
12125
12126 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12127
12128 * display.texi (Width): Use \s syntax in example.
12129 (Font Selection): Add face-font-rescale-alist.
12130
12131 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12132 Remove spurious indent in example.
12133
12134 * lists.texi (Building Lists): Add number-sequence.
12135
12136 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12137
12138 * functions.texi (Function Documentation): Explain how to
12139 show calling convention explicitly in the doc string.
12140
12141 * windows.texi (Selecting Windows): save-selected-window saves
12142 selected window of each frame.
12143 (Window Configurations): Minor change.
12144
12145 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12146
12147 * streams.texi (Output Variables): Add print-continuous-numbering
12148 and print-number-table.
12149
12150 * processes.texi (Decoding Output): New node.
12151
12152 * os.texi (Time Conversion): decode-time arg is optional.
12153
12154 * objects.texi (Character Type): Don't use space as example for \.
12155 Make list of char names and \-sequences correspond.
12156 Explain that \s is not used in strings. `\ ' needs space after.
12157
12158 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12159 (Translation of Characters): Add translation-table-for-input.
12160 (Default Coding Systems): Add auto-coding-functions.
12161 (Explicit Encoding): Add decode-coding-inserted-region.
12162 (Locales): Add locale-info.
12163
12164 * minibuf.texi (Basic Completion): Describe test-completion.
12165 Collections can be lists of strings.
12166 Clean up lazy-completion-table.
12167 (Programmed Completion): Mention test-completion.
12168 Clarify why lambda expressions are not accepted.
12169 (Minibuffer Misc): Describe minibufferp.
12170
121712003-07-14 Richard M. Stallman <rms@gnu.org>
12172
12173 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12174
12175 * windows.texi (Selecting Windows): New arg to select-window.
12176 (Selecting Windows): Add with-selected-window.
12177 (Size of Window): Add window-inside-edges, etc.
12178
12179 * internals.texi (Garbage Collection): Add post-gc-hook.
12180
12181 * processes.texi (Subprocess Creation): Add exec-suffixes.
12182
12183 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12184 (Scanning Keymaps): Add map-keymaps.
12185 (Defining Menus): Add keymap-prompt.
12186
12187 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12188 most-negative-fixnum.
12189
c4cc8b9a 12190 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
12191 (Compiler Errors): New node.
12192
12193 * os.texi (User Identification): user-uid, user-real-uid
12194 can return float.
12195
12196 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12197 and about derived modes.
12198 (Minor Modes): Add minor-mode-list.
12199 (Defining Minor Modes): Keyword args for define-minor-mode.
12200 (Search-based Fontification): Explain managing other properties.
12201 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 12202 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
12203 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12204
12205 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12206 (Variable Aliases): Clarify defvaralias.
12207
12208 * loading.texi (Library Search): Add load-suffixes.
12209
12210 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12211 (Programmed Completion): Add dynamic-completion-table.
12212
12213 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12214 (Magic File Names): Specify precedence order of handlers.
12215
12216 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12217 and post-command-hook.
12218 (Waiting): New calling convention for sit-for.
12219
12220 * text.texi (Special Properties): local-map and keymap properties
12221 apply based on their stickiness.
12222
122232003-07-07 Richard M. Stallman <rms@gnu.org>
12224
12225 * modes.texi (Minor Mode Conventions): Specify only some kinds
12226 of list values as args to minor modes.
12227
12228 * files.texi (File Name Expansion): Warn about iterative use
12229 of substitute-in-file-name.
12230
12231 * advice.texi (Activation of Advice): Clean up previous change.
12232
122332003-07-06 Markus Rost <rost@math.ohio-state.edu>
12234
12235 * advice.texi (Activation of Advice): Note that ad-start-advice is
12236 turned on by default.
12237
122382003-06-30 Richard M. Stallman <rms@gnu.org>
12239
12240 * text.texi (Buffer Contents): Document current-word.
12241 (Change Hooks): Not called for *Messages*.
12242
12243 * functions.texi (Defining Functions): Explain about redefining
12244 primitives.
f4e90db0 12245 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
12246 Comment out the detailed criteria for what is safe.
12247
122482003-06-22 Andreas Schwab <schwab@suse.de>
12249
12250 * objects.texi (Symbol Type): Fix description of examples.
12251
122522003-06-16 Andreas Schwab <schwab@suse.de>
12253
12254 * hash.texi (Creating Hash): Fix description of :weakness.
12255
c8763fb6 122562003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
12257
12258 * files.texi (Changing Files): copy-file copies file modes, too.
12259
122602003-05-28 Richard M. Stallman <rms@gnu.org>
12261
12262 * strings.texi (Creating Strings): Clarify split-string.
12263
122642003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12265
12266 * strings.texi (Creating Strings): Update split-string specification
12267 and examples.
12268
122692003-05-19 Richard M. Stallman <rms@gnu.org>
12270
12271 * elisp.texi: Correct invariant section names.
12272
122732003-04-20 Richard M. Stallman <rms@gnu.org>
12274
12275 * os.texi (Timers): Explain about timers and quitting.
12276
122772003-04-19 Richard M. Stallman <rms@gnu.org>
12278
12279 * internals.texi (Writing Emacs Primitives): Strings are
12280 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12281 Explain GCPRO convention for varargs function args.
12282
122832003-04-16 Richard M. Stallman <rms@gnu.org>
12284
12285 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12286
122872003-04-08 Richard M. Stallman <rms@gnu.org>
12288
12289 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12290
122912003-02-13 Kim F. Storm <storm@cua.dk>
12292
12293 * objects.texi (Character Type): New \s escape for space.
12294
122952003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12296
5dcb4c4e 12297 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
12298
122992003-01-25 Richard M. Stallman <rms@gnu.org>
12300
12301 * keymaps.texi: Document that a symbol can act as a keymap.
12302
123032003-01-13 Richard M. Stallman <rms@gnu.org>
12304
12305 * text.texi (Changing Properties): Say string indices are origin-0.
12306
12307 * positions.texi (Screen Lines) <compute-motion>:
12308 Correct order of elts in return value.
12309
12310 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12311 how to define a default binding.
12312
123132002-12-07 Markus Rost <rost@math.ohio-state.edu>
12314
12315 * loading.texi (Unloading): Fix recent change for load-history.
12316
12317 * customize.texi (Simple Types): Clarify description of custom
12318 type 'number. Describe new custom type 'float.
12319
123202002-12-04 Markus Rost <rost@math.ohio-state.edu>
12321
12322 * variables.texi (File Local Variables): Fix typo.
12323
c8763fb6 123242002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
12325
12326 From Michael Albinus <Michael.Albinus@alcatel.de>.
12327
12328 * README: Target for Info file is `make info'.
12329
5dcb4c4e 12330 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
12331 `file-name-sans-extension'.
12332 (Magic File Names): Complete list of operations for magic file
12333 name handlers.
12334
123352002-09-16 Jonathan Yavner <jyavner@engineer.com>
12336
12337 * variables.texi (File Local Variables): New function
12338 risky-local-variable-p.
12339
123402002-09-15 Jonathan Yavner <jyavner@engineer.com>
12341
12342 * functions.texi (Function safety): New node about unsafep.
12343
123442002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
12345
5dcb4c4e 12346 * customize.texi (Splicing into Lists): Fix example.
a86cd395 12347 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
12348
123492002-06-17 Juanma Barranquero <lektu@terra.es>
12350
12351 * frames.texi (Display Feature Testing): Fix typo.
12352
123532002-06-12 Andreas Schwab <schwab@suse.de>
12354
12355 * frames.texi (Initial Parameters, Resources): Fix references to
12356 the Emacs manual.
12357
123582002-05-13 Kim F. Storm <storm@cua.dk>
12359
6e911150 12360 * variables.texi (Intro to Buffer-Local): Update warning and
b8d4c8d0
GM
12361 example relating to changing buffer inside let.
12362
c8763fb6 123632002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
12364
12365 * os.texi (Session Management): New node about X Session management.
12366
123672002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
12368
12369 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
12370 to which the manual corresponds, and the copyright years.
12371
12372 * Makefile.in (VERSION): Set to 2.9.
12373
123742001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
12375
12376 * elisp.texi: Change the category in @dircategory to "Emacs", to
12377 make it consistent with info/dir.
12378
123792001-11-25 Miles Bader <miles@gnu.org>
12380
12381 * text.texi (Fields): Describe new `limit' arg in
12382 field-beginning/field-end.
12383
123842001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
12385
5dcb4c4e
SM
12386 * permute-index: Don't depend on csh-specific features.
12387 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
12388
12389 * two-volume-cross-refs.txt: New file.
12390 * two.el: New file.
12391 * spellfile: New file.
12392
123932001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
12394
12395 * permute-index: New file.
12396
12397 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
12398 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
12399 8+3 restricted namespace.
12400
12401 * Makefile.in (infodir): Define relative to $(srcdir).
12402 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
12403 include directories list via -I switch to makeinfo.
12404 (index.texi): Use cp if both hard and symbolic links fail.
12405
124062001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
12407
12408 * Makefile.in (distclean): Add.
12409
12410 The following changes make ELisp manual part of the Emacs
12411 distribution:
12412
12413 * Makefile.in: Add Copyright notice.
12414 (prefix): Remove.
12415 (infodir): Change value to "../info".
12416 (VPATH): New variable.
12417 (MAKE): Don't define.
12418 (texmacrodir): Don't define.
12419 (texinputdir): Append the existing value of TEXINPUTS.
12420 ($(infodir)/elisp): Instead of just "elisp". Reformat the
12421 command to be compatible with man/Makefile.in, and to put the
12422 output into ../info.
12423 (info): Add target.
12424 (installall): Target removed.
12425
c8763fb6 124262001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
12427
12428 * tips.texi (Coding Conventions): Fix typo.
12429
124302001-10-23 Gerd Moellmann <gerd@gnu.org>
12431
12432 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
12433
124342001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
12435
12436 * files.texi (File Name Components): Update the description of
12437 file-name-sans-extension and file-name-extension, as they now
12438 ignore leading dots.
12439
124402001-10-20 Gerd Moellmann <gerd@gnu.org>
12441
12442 * (Version 21.1 released.)
12443
124442001-10-19 Miles Bader <miles@gnu.org>
12445
12446 * positions.texi (Text Lines): Describe behavior of
12447 `beginning-of-line'/`end-of-line' in the presence of field properties.
12448
124492001-10-17 Gerd Moellmann <gerd@gnu.org>
12450
12451 * Makefile.in (VERSION): Set to 2.8.
12452 (manual): Use `manual-21'.
12453
12454 * elisp.texi (VERSION): Add and use it where the version
12455 number was used. Set it to 2.8.
12456
12457 * intro.texi: Likewise.
12458
124592001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12460
12461 * files.texi (File Name Completion): Document the significance of
12462 a trailing slash in elements of completion-ignored-extensions.
12463
124642001-10-06 Miles Bader <miles@gnu.org>
12465
12466 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
12467
124682001-10-04 Gerd Moellmann <gerd@gnu.org>
12469
12470 * variables.texi (Variable Aliases): New node.
12471
124722001-10-04 Gerd Moellmann <gerd@gnu.org>
12473
12474 * Branch for 21.1.
12475
124762001-10-02 Miles Bader <miles@gnu.org>
12477
12478 * minibuf.texi (Minibuffer Misc): Add entries for
12479 `minibuffer-contents', `minibuffer-contents-no-properties', and
12480 `delete-minibuffer-contents'.
12481 Correct description for `minibuffer-prompt-end'.
12482
12483 * text.texi (Property Search): Correct descriptions of
12484 `next-char-property-change' and `previous-char-property-change'.
12485 Add entries for `next-single-char-property-change' and
12486 `previous-single-char-property-change'.
12487 Make operand names a bit more consistent.
12488
124892001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
12490
12491 * frames.texi (Finding All Frames): Document that next-frame and
12492 previous-frame are local to current terminal.
12493
124942001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
12495
12496 * keymaps.texi (Creating Keymaps): Fix the description of the
12497 result of make-keymap.
12498
124992001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
12500
12501 * display.texi (Font Lookup, Attribute Functions)
12502 (Image Descriptors): Add cross-references to the definition of
12503 selected frame.
12504
12505 * buffers.texi (The Buffer List): Add cross-references to the
12506 definition of selected frame.
12507
12508 * frames.texi (Input Focus): Clarify which frame is _the_ selected
12509 frame at any given time.
12510 (Multiple Displays, Size and Position): Add a cross-reference to
12511 the definition of the selected frame.
12512
125132001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12514
12515 * strings.texi (String Conversion) <string-to-number>: Document
12516 that a float is returned for integers that are too large.
12517
12518 * frames.texi (Mouse Position): Document mouse-position-function.
12519 (Display Feature Testing): Document display-images-p.
12520 (Window Frame Parameters): Document the cursor-type variable.
12521
12522 * numbers.texi (Integer Basics): Document CL style read syntax for
12523 integers in bases other than 10.
12524
5dcb4c4e
SM
12525 * positions.texi (List Motion):
12526 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
12527
12528 * lists.texi (Sets And Lists): Document member-ignore-case.
12529
12530 * internals.texi (Garbage Collection): Document the used and free
12531 strings report.
12532 (Memory Usage): Document strings-consed.
12533
12534 * os.texi (Time of Day): Document float-time.
12535 (Recording Input): Document that clear-this-command-keys clears
12536 the vector to be returned by recent-keys.
12537
ed9265fc
JB
12538 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
12539 The argument keymap can be a list.
b8d4c8d0
GM
12540
12541 * nonascii.texi (User-Chosen Coding Systems)
12542 <select-safe-coding-system>: Document the new argument
12543 accept-default-p and the variable
12544 select-safe-coding-system-accept-default-p. Tell what happens if
12545 buffer-file-coding-system is undecided.
12546 (Default Coding Systems): Document auto-coding-regexp-alist.
12547
12548 * display.texi (The Echo Area) <message>: Document
12549 message-truncate-lines.
12550 (Glyphs): Document that the glyph table is unused on windowed
12551 displays.
12552
12553 * help.texi (Describing Characters) <single-key-description>:
12554 Document the new argument no-angles.
12555 (Accessing Documentation) <documentation-property>: Document that
12556 a non-string property is evaluated.
12557 <documentation>: Document that the function-documentation property
12558 is looked for.
12559
12560 * windows.texi (Selecting Windows): Document some-window.
12561
12562 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
12563
12564 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
12565 apropos-mode-hook.
12566
12567 * commands.texi (Using Interactive): Document interactive-form.
12568 (Keyboard Macros): Document kbd-macro-termination-hook.
12569 (Command Loop Info): Document that clear-this-command-keys clears
12570 the vector to be returned by recent-keys.
12571
125722001-09-04 Werner LEMBERG <wl@gnu.org>
12573
12574 * Makefile.in (srcdir, texinputdir): New variables.
12575 (srcs, index.texi, install): Use $(srcdir).
12576 (.PHONY): Remove elisp.dvi.
12577 (elisp): Use -I switch for makeinfo.
12578 (elisp.dvi): Use $(srcdir) and $(texinputdir).
12579 (installall, dist): Use $(srcdir).
12580 Fix path to texinfo.tex.
12581 (maintainer-clean): Add elisp.dvi and elisp.oaux.
12582
125832001-08-30 Gerd Moellmann <gerd@gnu.org>
12584
12585 * display.texi (Conditional Display): Adjust to API change.
12586
12587 * configure: New file.
12588
125892001-07-30 Gerd Moellmann <gerd@gnu.org>
12590
12591 * commands.texi (Repeat Events): Add description of
12592 double-click-fuzz.
12593
125942001-05-08 Stefan Monnier <monnier@cs.yale.edu>
12595
12596 * syntax.texi (Syntax Class Table): Add the missing designator for
12597 comment and string fences.
12598 (Syntax Properties): Add a xref to syntax table internals.
12599 (Syntax Table Internals): Document string-to-syntax.
12600
126012001-05-07 Gerd Moellmann <gerd@gnu.org>
12602
12603 * Makefile.in (install): Use install-info command line options
12604 like in Emacs' Makefile.in.
12605
126062000-12-09 Miles Bader <miles@gnu.org>
12607
12608 * windows.texi (Window Start): Update documentation for
12609 `pos-visible-in-window-p'.
12610
126112000-11-12 Stefan Monnier <monnier@cs.yale.edu>
12612
12613 * lists.texi (Building Lists): Add footnote to explain how to add
12614 to the end of a list.
12615
126162000-10-25 Gerd Moellmann <gerd@gnu.org>
12617
12618 * files.texi (Visiting Functions): Typos.
12619
126202000-10-25 Kenichi Handa <handa@etl.go.jp>
12621
12622 * files.texi (Visiting Functions): Return value of
12623 find-file-noselect may be a list of buffers if wildcards are used.
12624
126252000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12626
12627 * display.texi (Defining Faces): Document `graphic' display type
12628 in face specs.
12629
b344d29d 126302000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
12631
12632 * hooks.texi (Standard Hooks): Replace obsolete
12633 `after-make-frame-hook' with `after-make-frame-functions'.
12634
12635 * frames.texi (Creating Frames): Ditto.
12636
12637 * variables.texi (Future Local Variables): Ditto.
12638
126392000-10-16 Gerd Moellmann <gerd@gnu.org>
12640
12641 * display.texi (Other Image Types): Add description of :foreground
12642 and :background properties of mono PBM images.
12643
126442000-08-17 Werner LEMBERG <wl@gnu.org>
12645
12646 * .cvsignore: New file.
12647
126482000-01-05 Gerd Moellmann <gerd@gnu.org>
12649
12650 * tindex.pl: New script.
12651
126521999-12-03 Dave Love <fx@gnu.org>
12653
12654 * Makefile.in (MAKEINFO): New parameter.
12655
126561999-09-17 Richard Stallman <rms@gnu.org>
12657
12658 * Makefile.in (srcs): Add hash.texi.
12659 (VERSION): Update to 20.6.
12660
126611999-09-13 Richard Stallman <rms@gnu.org>
12662
12663 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
12664
126651998-08-29 Karl Heuer <kwzh@gnu.org>
12666
12667 * configure.in: New file.
12668 * Makefile.in: Renamed from Makefile.
12669 (prefix, infodir): Use value obtained from configure.
12670 (emacslibdir): Obsolete variable deleted.
12671 (dist): Distribute configure.in, configure, Makefile.in.
12672
126731998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12674
12675 * Makefile (INSTALL_INFO): New variable.
12676 (install): Run install-info.
12677
126781998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12679
12680 * Makefile (elisp.dvi): Add missing backslash.
12681
126821998-05-02 Richard Stallman <rms@psilocin.gnu.org>
12683
12684 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
12685 Run texindex without `./'. Always run texindex on elisp.tp.
12686 (elisp.tps): Target deleted.
12687
126881998-04-05 Richard Stallman <rms@psilocin.gnu.org>
12689
12690 * Makefile (srcs): Add nonascii.texi and customize.texi.
12691 (dist): Start by deleting `temp'.
12692
126931998-02-17 Richard Stallman <rms@psilocin.gnu.org>
12694
12695 * Makefile (makeinfo, texindex): Targets deleted.
12696 (makeinfo.o, texindex.o): Targets deleted.
12697 (clean, dist): Don't do anything with them or with getopt*.
12698
126991998-01-30 Richard Stallman <rms@psilocin.gnu.org>
12700
12701 * Makefile (SHELL): Defined.
12702
127031998-01-27 Richard Stallman <rms@psilocin.gnu.org>
12704
12705 * Makefile (elisp.tps): New target.
12706 (elisp.dvi): Depend on elisp.tps.
12707
c5602427 127081996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
12709
12710 * README: Update phone number.
12711
12712 * Makefile (elisp): Make this be the default target.
12713 Depend on makeinfo.c instead of makeinfo.
12714 (install): Don't depend on elisp.dvi, since we don't install that.
12715 Use mkinstalldirs.
12716 (dist): Add mkinstalldirs.
12717
c5602427 127181995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
12719
12720 * Makefile (VERSION): Update version number.
5dcb4c4e 12721 (maintainer-clean): Rename from realclean.
b8d4c8d0 12722
c5602427 127231995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
12724
12725 * Makefile (realclean): New target.
12726 (elisp): Remove any old elisp-* files first.
12727
c5602427 127281993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
12729
12730 * Makefile (VERSION): New variable.
12731 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
12732 Compressed file suffix should be `.gz', not `.z'.
12733
ce058493 127341993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12735
12736 * Makefile (elisp): Depend on makeinfo.
12737
c5602427 127381993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
12739
12740 * Makefile (srcs): Add anti.texi.
12741
c5602427 127421993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12743
12744 * Makefile (infodir, prefix): New vars.
12745 (install): Use infodir.
f4e90db0 12746 (emacsinfodir): Delete.
b8d4c8d0 12747
c5602427 127481993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12749
12750 * Makefile (srcs): Add calendar.texi.
12751
12752 * Makefile (dist): Copy texindex.c and makeinfo.c.
12753 Limit elisp-* files to those with one or two digits.
12754
c5602427 127551993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 12756
f4e90db0 12757 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 12758
c5602427 127591993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12760
12761 * loading.texi (Unloading): define-function changed back to
12762 defalias. It may not stay this way, but at least it's
12763 consistent with the known-good version of the code patch.
12764
c5602427 127651993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
12766
12767 * modes.texi (Hooks): Document new optional arg of add-hook.
12768
c5602427 127691993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12770
12771 * variables.texi: Document nil initial value of buffer-local variables.
12772
12773 * tips.texi: Add new section on standard library headers.
12774
c5602427 127751993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12776
12777 * Makefile (srcs): Add frame.texi to the list of sources.
12778
c5602427 127791993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12780
12781 * Makefile (dist): Don't bother excluding autosave files; they'll
12782 never make it into the temp directory anyway, and the hash marks
12783 in the name are problematic for make and the Bourne shell.
ed9265fc 12784 (srcs): ???
b8d4c8d0 12785
c5602427 127861993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12787
12788 * Makefile (dist): Don't include backup files or autosave files in
12789 the distribution tar file.
12790
c5602427 127911991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 12792
5dcb4c4e 12793 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
12794 (elisp.dvi): Remove erroneous shell comment.
12795 Expect output of permute-index in permuted.fns.
12796 Save old elisp.aux in elisp.oaux.
5dcb4c4e 12797 (clean): Add index.texi to be deleted.
b8d4c8d0 12798
c5602427 127991990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
12800
12801 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
12802
c5602427 128031990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
12804
12805 * files.texi: Noted that completion-ignored-extensions is ignored
12806 when making *Completions*.
12807
3e868ee3 128081990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
12809
12810 * Makefile make dist now depends on elisp.dvi, since it tries
12811 to include it in the dist file.
12812
c5602427 128131990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 12814
c5602427 12815 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 12816
c5602427 128171989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
12818
12819 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
12820 (defunargs): Turn off \hyphenchar of \sl font temporarily.
12821
c5602427 128221989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12823
12824 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
12825 and @error{} are the terms now being used. The files in the
12826 directory have been changed to reflect this.
12827
12828 * All instances of @indentedresultt{} have been changed to
333f9019 12829 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 12830
c5602427 128311989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12832
12833 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
12834 experimental @indentedresult{}, @indentedexpandsto{} are part of
12835 the texinfo.tex in this directory. These TeX macros are not
12836 stable yet.
12837
c5602427 128381989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12839
12840 * texinfo.tex: Temporarily added
12841 \let\result=\dblarrow
12842 \def\error{{\it ERROR} \longdblarrow}
12843 We need to do this better soon.
12844
c5602427 128451989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12846
12847 * Applied Karl Berry's patches to *.texinfo files, but not to
12848 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
12849 new title page format is also not applied, since it requires
12850 texinfo.tex changes.)
12851
12852 * Cleaned up `Makefile' and defined the `emacslibdir' directory
12853 for the Project GNU development environment.
12854
12855;; Local Variables:
c8763fb6 12856;; coding: utf-8
b8d4c8d0
GM
12857;; End:
12858
ba318903 12859 Copyright (C) 1998-2014 Free Software Foundation, Inc.
b8d4c8d0
GM
12860
12861 This file is part of GNU Emacs.
12862
352c8b4a 12863 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 12864 it under the terms of the GNU General Public License as published by
352c8b4a
GM
12865 the Free Software Foundation, either version 3 of the License, or
12866 (at your option) any later version.
b8d4c8d0
GM
12867
12868 GNU Emacs is distributed in the hope that it will be useful,
12869 but WITHOUT ANY WARRANTY; without even the implied warranty of
12870 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12871 GNU General Public License for more details.
12872
12873 You should have received a copy of the GNU General Public License
352c8b4a 12874 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.