* lisp/simple.el (delete-trailing-whitespace): Also delete
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
b33b68a3
MR
12011-09-23 Martin Rudalics <rudalics@gmx.at>
2
3 * frames.texi (Frames and Windows): Move section and rename to
4 Windows and Frames in windows.texi.
5 * windows.texi (Windows): Restructure.
6 (Basic Windows): Rewrite. Explain live and internal windows and
7 normalization functions.
8 (Windows and Frames): Move section here from frames.texi.
9 Describe subwindows, window combinations, window tree, and
10 corresponding functions including window-list here.
11 (Window Sizes): Rename section from Size of Window and move it
12 up in chapter. Describe total and body sizes and the
13 corresponding functions. Explain new semantics of
14 window-min-height/-width.
15 (Resizing Windows): Move section up in chapter. Describe new
16 resize functions.
17 (Splitting Windows): Describe new behavior of split-window,
18 split-window-above-each-other and split-window-side-by-side.
19 Provide examples. Describe window-nest and window-splits
20 options.
21 (Deleting Windows): Minor rewrite.
22 (Selecting Windows): Minor rewrite. Describe
23 frame-selected-window and set-frame-selected-window here.
24 (Cyclic Window Ordering): Minor rewrite. Describe
25 window-list-1.
26 (Buffers and Windows): Rewrite. Explain a window's previous and
27 next buffers and the corresponding functions.
28 * elisp.texi (Top): Update node listings for frames and windows
29 sections.
30
4d3786ac
SM
312011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
34
713df35b
LMI
352011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
36
37 * errors.texi (Standard Errors): Remove apparent placeholder text
38 (bug#9491).
39
33ed493b
CY
402011-09-18 Chong Yidong <cyd@stupidchicken.com>
41
42 * frames.texi (Management Parameters): Fix description of
43 icon-type parameter.
44
b8f0a954
CY
452011-09-17 Chong Yidong <cyd@stupidchicken.com>
46
47 * tips.texi (Key Binding Conventions): Don't bind a key sequence
48 ending in C-g. Suggested by Edward O'Connor.
49
eddf142c
EZ
502011-09-17 Eli Zaretskii <eliz@gnu.org>
51
52 * numbers.texi (Integer Basics): Add indexing for
53 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
54
bf1af6c7
DM
552011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
56
57 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
58
cec2eab8
JB
592011-09-11 Juanma Barranquero <lekktu@gmail.com>
60
61 * processes.texi (Network Servers): Clarify what the process
62 buffer is used for (bug#9233).
63
51751aa2 642011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
65
66 * lists.texi (Building Lists): Fix typo.
67
35137ed3
CY
682011-08-30 Chong Yidong <cyd@stupidchicken.com>
69
70 * display.texi (Basic Faces): New node. Document new faces.
71
72 * modes.texi (Major Mode Conventions): Move some text there.
73 (Mode Help): Remove major-mode var, duplicated in Major Modes.
74
3fd50d5c
CY
752011-08-29 Chong Yidong <cyd@stupidchicken.com>
76
77 * modes.texi (Basic Major Modes): New node. Callers updated.
78 (Major Modes): Document fundamental-mode and major-mode.
79 (Major Mode Basics): Node deleted; text moved to Major Modes.
80 (Derived Modes): Document derived-mode-p.
81
ddb54206
CY
822011-08-28 Chong Yidong <cyd@stupidchicken.com>
83
a6326082
CY
84 * files.texi (Changing Files, Create/Delete Dirs): Document new
85 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
86 (Visiting Functions): Remove view-file; it is documented in the
87 Emacs manual.
04e2ce72 88
ddb54206
CY
89 * frames.texi (Layout Parameters): The defaults for the
90 menu-bar-lines and tool-bar-lines parameters depend on the mode.
91
92 * display.texi (Progress): Document spinner functionality.
93
94 * os.texi (Killing Emacs): Note that kill-emacs can be called by
95 operating system signals. Refer to save-buffers-kill-terminal
96 instead of save-buffers-kill-emacs.
97
98 * objects.texi (Symbol Type): Document ## print representation.
99
0c95fcf7
EZ
1002011-08-25 Eli Zaretskii <eliz@gnu.org>
101
102 * display.texi (Specified Space): Mention that `space' specs
103 influence bidi reordering.
104 (Bidirectional Display): Explain how to use `(space . PROPS)' for
105 separating fields with bidirectional content.
106
5980d4c6
EZ
1072011-08-24 Eli Zaretskii <eliz@gnu.org>
108
109 * display.texi (Bidirectional Display): Document return value in
110 buffers that are not bidi-reordered for display, and in unibyte
111 buffers.
112
bca633fb
EZ
1132011-08-23 Eli Zaretskii <eliz@gnu.org>
114
115 * nonascii.texi (Character Properties): Document the values for
116 unassigned codepoints.
117
c094bb0c
EZ
1182011-08-18 Eli Zaretskii <eliz@gnu.org>
119
120 * nonascii.texi (Character Properties): Document use of
121 `bidi-class' and `mirroring' properties as part of reordering.
122 Provide cross-references to "Bidirectional Display".
123
124 * display.texi (Bidirectional Display): Document the pitfalls of
125 concatenating strings with bidirectional content, with possible
92b71444
EZ
126 solutions. Document bidi-string-mark-left-to-right. Mention
127 paragraph direction in modes that inherit from prog-mode.
128 Document use of `bidi-class' and `mirroring' properties as part of
129 reordering.
c094bb0c 130
1ea897d5
EZ
1312011-08-16 Eli Zaretskii <eliz@gnu.org>
132
9adfcd0b
EZ
133 * modes.texi (Major Mode Conventions): Improve the documentation
134 of `mode-class' `special' modes.
135
10862873
EZ
136 * nonascii.texi (Character Properties): Document the `mirroring'
137 property. Add index entries.
138
1ea897d5
EZ
139 * syntax.texi (Categories): Add an example of defining a new
140 category and category table.
141
142 * searching.texi (Regexp Backslash): Document how to display
143 existing categories. Mention the possibility of adding
144 categories, and add an xref to where this is described. Add an
145 index entry.
146
ebb552ed
CY
1472011-08-09 Chong Yidong <cyd@stupidchicken.com>
148
149 * text.texi (Special Properties):
150 * display.texi (Overlay Properties): Note that mouse-face cannot
151 change the text size (Bug#8530).
152
51a714e1
CY
1532011-08-08 Chong Yidong <cyd@stupidchicken.com>
154
155 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
156 using setenv instead.
157
4cc60b9b
EZ
1582011-07-28 Eli Zaretskii <eliz@gnu.org>
159
160 * display.texi (Bidirectional Display): Document the fact that
161 bidi-display-reordering is t by default.
162
5deb92fd
EZ
1632011-07-23 Eli Zaretskii <eliz@gnu.org>
164
165 * display.texi (Bidirectional Display): New section.
166
011b0ad6 1672011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
168 Tim Cross <theophilusx@gmail.com> (tiny change)
169 Glenn Morris <rgm@gnu.org>
011b0ad6 170
67f9b9f8 171 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 172
4baf28e6
AS
1732011-07-15 Andreas Schwab <schwab@linux-m68k.org>
174
175 * help.texi (Keys in Documentation): Revert last change.
176
66249842
LMI
1772011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
178
f863868c
LMI
179 * help.texi (Keys in Documentation): Clarify that \= only quotes
180 the next character, and doesn't affect longer sequences in
181 particular (bug#8935).
182
66249842
LMI
183 * debugging.texi (Using Debugger): Mention
184 @code{eval-expression-debug-on-error} (bug#8549).
185
0bb23927 1862011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
187
188 * display.texi (Other Display Specs): Document that `left-fringe'
189 and `right-fringe' display specifications are of the "replacing"
190 kind.
191
f2027cdf
LMI
1922011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
193
194 * help.texi (Documentation Basics): Add a link to the Function
195 Documentation node (bug#6580).
196
f987fde4
LMI
1972011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
198
0bc59b25
LMI
199 * keymaps.texi (Menu Bar): Mention :visible and :enable
200 (bug#6344). Text by Drew Adams.
201
63d55f1f
LMI
202 * modes.texi (Running Hooks): Mention buffer-local hook variables
203 (bug#6218).
204
f987fde4
LMI
205 * objects.texi (General Escape Syntax): "a with grave accent" is
206 ?xe0, not ?x8e0 (bug#5259).
207
b7527639
CY
2082011-07-12 Chong Yidong <cyd@stupidchicken.com>
209
210 * display.texi (Face Attributes, Font Selection): Add references
211 to the Fonts node in the Emacs manual (Bug#4178).
212
c830e5ae
CY
2132011-07-12 Chong Yidong <cyd@stupidchicken.com>
214
215 * display.texi (Window Systems): `window-system' is
216 terminal-local.
217
218 * frames.texi (Frame Parameters, Parameter Access): Don't mention
219 frame-local variables.
220
221 * variables.texi (Buffer-Local Variables): Don't mention obsolete
222 frame-local variables.
223 (Frame-Local Variables): Node deleted.
224
225 * elisp.texi (Top): Update node listing.
226
91223e54
LMI
2272011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
228
229 * elisp.texi: Change "inferiors" to "subnodes" in three places
230 (bug#3523).
231
963578d3
CY
2322011-07-11 Chong Yidong <cyd@stupidchicken.com>
233
234 * frames.texi (Window System Selections): Discussion of
235 x-select-enable-clipboard moved to Emacs manual.
236
07151e49
DD
2372011-07-11 Deniz Dogan <deniz@dogan.se>
238
239 * commands.texi (Prefix Command Arguments): Remove excessive
240 apostrophe.
241
7261e1cf
LMI
2422011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
243
ad21a12a
LMI
244 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
245 description is a string (bug#3313).
246
7261e1cf
LMI
247 * frames.texi (Display Feature Testing): Try to explain what all
248 the visual classes mean (bug#3042).
249
568f7b79
LMI
2502011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
251
18d59e29
LMI
252 * modes.texi (Mode Line Variables): Document `mode-line-remote'
253 and `mode-line-client' (bug#2974).
254
568f7b79
LMI
255 * text.texi (Insertion): Clarify marker movements (bug#1651).
256 Text from Drew Adams.
257
54e10184
LMI
2582011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
259
d94d85e9
LMI
260 * text.texi (Special Properties): Clarify the format of `face'
261 (bug#1375).
262
54e10184
LMI
263 * commands.texi (Interactive Call): Add a `call-interactively'
264 example (bug#1010).
265
413c488d
LMI
2662011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
267
268 * functions.texi (Calling Functions): Link to the "Interactive
269 Call" node (bug#1001).
270
322b7dab 2712011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 272
3deead93
CY
273 * customize.texi (Composite Types): Move alist and plist to here
274 from Simple Types (Bug#7545).
275
276 * elisp.texi (Top): Update menu description.
277
b00d8c1a
CY
278 * display.texi (Face Attributes): Document negative line widths
279 (Bug#6113).
280
d2a6c43b
TR
2812011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
282
283 * searching.texi (Match Data): Note that match data can be
284 overwritten by most functions (bug#2499).
285
c7844a27
LMI
2862011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
287
a9ab721e
LMI
288 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
289 flags mean (bug#6659).
290
c7844a27
LMI
291 * functions.texi (What Is a Function): Document the autoload
292 object (bug#6496).
293
f68d76d0
LMI
2942011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
295
8a20ca4c
LMI
296 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
297 is only used in the Customize user interface (bug#6089).
298
f68d76d0 299 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 300 images (bug#7836).
f68d76d0 301
7018dbe7
EZ
3022011-07-02 Eli Zaretskii <eliz@gnu.org>
303
304 * variables.texi (Defining Variables, Void Variables)
305 (Constant Variables): Fix incorrect usage of @kindex.
306
36cb87a1
LMI
3072011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
308
28ee97c7
LMI
309 * variables.texi (Defining Variables): Add an index entry for
310 `set-variable' (bug#7262).
8d4294e9 311 (Defining Variables): Use @findex for functions.
28ee97c7 312
8862ffd5
LMI
313 * frames.texi (Basic Parameters): Document the `explicit-name'
314 parameter (bug#6951).
315
0ec389b9
LMI
316 * customize.texi (Type Keywords): Clarify that :value provides a
317 default value for all types (bug#7386).
318
36cb87a1
LMI
319 * streams.texi (Output Functions): Document `pp'.
320
11fdef7d 3212011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
322
323 * keymaps.texi (Searching Keymaps):
324 * display.texi (Overlay Properties): Fix errors in 2011-05-29
325 change. Suggested by Johan Bockgård.
326
eeafcea7
CY
3272011-06-15 Chong Yidong <cyd@stupidchicken.com>
328
329 * text.texi (Special Properties): Clarify role of font-lock-face.
330
b96e6cde
LMI
3312011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
332
333 * processes.texi (Process Information): Renamed `process-alive-p'
334 to `process-live-p' for consistency with other `-live-p' functions.
335
be14b9ab
PE
3362011-06-03 Paul Eggert <eggert@cs.ucla.edu>
337
338 Document wide integers better.
339 * files.texi (File Attributes): Document ino_t values better.
2d365993 340 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
341 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
342 (Bitwise Operations):
001903b5
PE
343 * objects.texi (Integer Type): Use a binary notation that is a bit easier
344 to read, and that will port better if 62-bits becomes the default.
345 Fix or remove incorrect examples.
be14b9ab
PE
346 * os.texi (Time Conversion): Document time_t values better.
347
bcd54f83
LMI
3482011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
349
350 * processes.texi (Process Information): Document
351 `process-alive-p'.
352
049bcbcb
CY
3532011-05-29 Chong Yidong <cyd@stupidchicken.com>
354
355 * help.texi (Accessing Documentation):
356 * display.texi (Pixel Specification):
357 * processes.texi (Serial Ports, Serial Ports):
358 * nonascii.texi (Character Properties, Default Coding Systems):
359 * text.texi (Changing Properties, Special Properties):
360 * windows.texi (Window Start and End):
361 * modes.texi (SMIE Indentation Example, SMIE Tricks):
362 * keymaps.texi (Searching Keymaps, Tool Bar):
363 * minibuf.texi (Basic Completion):
364 * compile.texi (Eval During Compile):
365 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
366 7x9 paper in printed manual.
367
368 * lists.texi (Sets And Lists): Fix misplaced text.
369
58539c63
CY
3702011-05-29 Chong Yidong <cyd@stupidchicken.com>
371
372 * keymaps.texi (Remapping Commands): Emphasize that the keymap
373 needs to be active (Bug#8350).
374
6b5681bf
CY
3752011-05-28 Chong Yidong <cyd@stupidchicken.com>
376
b4d52acc
CY
377 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
378
6b5681bf
CY
379 * tips.texi (Coding Conventions): Remove antediluvian filename
380 limit recommendation (Bug#8538).
381
e145f188
GM
3822011-05-27 Glenn Morris <rgm@gnu.org>
383
384 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
385
eafed945
GM
3862011-05-26 Glenn Morris <rgm@gnu.org>
387
388 * variables.texi (File Local Variables):
389 Update hack-local-variables `mode-only' return value.
2d3ba9e7 390 Add some more details on what this function does in the other case.
eafed945 391
bc8410af
GM
3922011-05-19 Glenn Morris <rgm@gnu.org>
393
394 * lists.texi (Sets And Lists): Mention cl provides union etc.
395
35a30759
N
3962011-05-19 Nix <nix@esperi.org.uk>
397
398 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
399
400 * text.texi (Parsing HTML): Update for function name changes.
401
402 * syntax.texi (Syntax Flags): Small fix.
403
404 * keymaps.texi (Active Keymaps): Typo fix.
405 (Changing Key Bindings): Grammar fix.
406
407 * frames.texi (Minibuffers and Frames): Grammar fix.
408 (Window System Selections): x-select-enable-clipboard now defaults to t.
409
410 * customize.texi (Common Keywords):
411 * display.texi (Abstract Display):
412 * modes.texi (Auto-Indentation):
413 * nonascii.texi (Converting Representations): Typo fixes.
414
415 * control.texi (Examples of Catch): Call it "goto" not "go to".
416
e3934a8a
EZ
4172011-05-14 Eli Zaretskii <eliz@gnu.org>
418
bc039a3b
EZ
419 * nonascii.texi (Character Properties): Fix inconsistencies with
420 implementation.
421
e3934a8a
EZ
422 * text.texi (Special Properties): Move @defvar's out of the
423 @table. (Bug#8652)
424
e2c94218
GM
4252011-05-12 Glenn Morris <rgm@gnu.org>
426
427 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
428
d2fc7e3d 4292011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
430
431 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
432 (Multiline Font Lock):
433 * vol2.texi (Top):
434 * vol1.texi (Top):
435 * elisp.texi (Top): Update menu accordingly.
436
d2fc7e3d 4372011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
438
439 * modes.texi (Region to Fontify): Fix typo.
440
79b70037
GM
4412011-05-10 Jim Meyering <meyering@redhat.com>
442
443 * minibuf.texi: Fix typo "in in -> in".
444
b08a63cc 4452011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
446
447 * numbers.texi (Integer Basics): Large integers are treated as floats.
448
1ef14cb4
LMI
4492011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
450
451 * processes.texi (Synchronous Processes): Document the (:file
452 "/file-name") syntax for `call-process'.
453
4ffd0d6b 4542011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
455
456 * windows.texi (Choosing Window): Fix typo.
457
4ffd0d6b 4582011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
459
460 * frames.texi (Layout Parameters): Note the difference between
461 querying and setting parameters for left-fringe and right-fringe
462 (Bug#6930).
463
fd5a8ae8
SM
4642011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
465
466 * minibuf.texi (Basic Completion): Be a bit more precise about the
467 valid kinds of completion tables.
468 (Programmed Completion): Remove obsolete text about lambda expressions
469 not being valid completion tables.
470
c1bcd0d5
CY
4712011-03-19 Chong Yidong <cyd@stupidchicken.com>
472
473 * positions.texi (Excursions): Explain the "save-excursion
474 defeated by set-buffer" warning.
475
476 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
477 save-excursion. Suggested by Uday S Reddy.
478
03408648 4792011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 480
03408648
SM
481 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
482 (Lexical Binding): New sub-section.
ba83908c 483
03408648
SM
484 * eval.texi (Eval): Discourage the use of `eval'.
485 Document its new `lexical' argument.
6c075cd7 486
f6d62986
SM
4872011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
488
03408648 489 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
490 nil any more.
491
84ea5558 4922011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
493
494 * strings.texi (String Conversion): Don't mention
495 string-make-(uni|multi)byte (bug#8262).
496 * nonascii.texi (Converting Representations): Fix up range.
497 * keymaps.texi (Key Binding Commands): Update code point, avoid
498 "unibyte character" and remove mention of unibyte bindings.
499
62d94509
EZ
5002011-03-10 Eli Zaretskii <eliz@gnu.org>
501
502 * modes.texi (Operator Precedence Grammars): Don't use characters
503 outside ISO-8859-1.
504
63a329f8
EZ
5052011-03-09 Eli Zaretskii <eliz@gnu.org>
506
507 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
508
509 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
510
6446548e
GM
5112011-03-08 Glenn Morris <rgm@gnu.org>
512
513 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
514 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 515 * elisp.texi: Set documentencoding.
6446548e 516
33383987
JB
5172011-03-07 Chong Yidong <cyd@stupidchicken.com>
518
519 * Version 23.3 released.
520
0b3ceceb
CY
5212011-03-06 Chong Yidong <cyd@stupidchicken.com>
522
523 * package.texi: Update index keywords.
524 (Package Archives): New node contents. Document package-x.el.
525
78f5433f
JB
5262011-03-06 Juanma Barranquero <lekktu@gmail.com>
527
528 * makefile.w32-in (srcs): Add package.texi.
529
555e9b5c
CY
5302011-03-06 Chong Yidong <cyd@stupidchicken.com>
531
120d9389
CY
532 * package.texi (Packaging, Packaging Basics, Simple Packages)
533 (Multi-file Packages): Expand and clarify.
534 (Package Archives): Temporary placeholder node.
535
536 * elisp.texi (Top): Update node listing.
537
555e9b5c
CY
538 * Makefile.in (srcs): Add package.texi.
539
b59a4335
CY
5402011-03-05 Chong Yidong <cyd@stupidchicken.com>
541
542 * processes.texi (Synchronous Processes): Minor clarification
543 (Bug#8149).
544
06083aa1
GM
5452011-03-03 Glenn Morris <rgm@gnu.org>
546
547 * files.texi (Truenames): Minor clarification. (Bug#2341)
548
6640b281
GM
5492011-03-01 Glenn Morris <rgm@gnu.org>
550
551 * variables.texi (Directory Local Variables):
552 Mention `(subdirs . nil)' alist element.
553
2b0c7330 5542011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
555
556 * variables.texi (Directory Local Variables): Mention the optional
557 mtime argument of dir-locals-set-directory-class. (Bug#3577)
558
b923f7a9
CY
5592011-02-27 Chong Yidong <cyd@stupidchicken.com>
560
561 * minibuf.texi (Minibuffer History): Clarify discussion of
562 minibuffer history lists (Bug#8085).
563
67ab0163 5642011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 565
e979a521
EZ
566 * elisp.texi: Sync @dircategory with ../../info/dir.
567
e03b2fd4
EZ
568 * files.texi (Visiting Functions): Document find-file-literally,
569 both the command and the variable.
570
86ec878a
EZ
571 * variables.texi (Creating Buffer-Local): Explain the meaning of
572 permanent local variables.
573
67ab0163
GM
574 * files.texi (Visiting Functions): Document find-file-literally,
575 both the command and the variable.
576
577 * variables.texi (Creating Buffer-Local): Explain the meaning of
578 permanent local variables.
579
5802011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
581
582 * keymaps.texi (Remapping Commands): Mention how to undo it.
583
bfcb151a
RT
5842011-02-09 Reuben Thomas <rrt@sc3d.org>
585
586 * loading.texi (Hooks for Loading): Remove unnecessary advice
587 about eval-after-load (Bug#7986).
588
a41c8660
CY
5892011-02-05 Chong Yidong <cyd@stupidchicken.com>
590
591 * commands.texi (Accessing Mouse): Note that a header line is not
592 included in the row of posn-col-row.
593
e0dd6837
CY
5942011-02-02 Chong Yidong <cyd@stupidchicken.com>
595
596 * modes.texi (Major Mode Conventions): Add face guidelines.
597 (Faces for Font Lock): List faces in order of prominence.
598
a4180391
PE
5992011-02-01 Paul Eggert <eggert@cs.ucla.edu>
600
601 format-time-string now supports subsecond time stamp resolution
602 * os.texi (Time Parsing): Document %N.
603
7427eb97
CY
6042011-01-28 Chong Yidong <cyd@stupidchicken.com>
605
61db307f
CY
606 * vol1.texi (Top):
607 * vol2.texi (Top):
608 * elisp.texi (Top):
609 * display.texi (Display Property): Shorten the menu description of
610 the "Other Display Specs" node (Bug#7816).
611
7427eb97
CY
612 * keymaps.texi (Defining Menus): Add "menu item" and "extended
613 menu item" concept index entries (Bug#7805).
614
bf3dae7e
EZ
6152011-01-29 Eli Zaretskii <eliz@gnu.org>
616
617 * makefile.w32-in (texinfodir): New variable.
618 (usermanualdir): Remove as redundant with $(emacsdir).
619 (MAKEINFO): Remove options, leave only program name.
620 (MAKEINFO_OPTS): New variable.
621 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
622
06d8ace5 6232011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
624 Richard Kim <emacs18@gmail.com>
625
626 * loading.texi (Library Search): Document list-load-path-shadows
627 (Bug#7757).
628
06d8ace5 6292011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
630
631 * searching.texi (Regexp Special): Remove outdated discussion of
632 character sets (Bug#7780).
633
28a88153
CY
634 * frames.texi (Pop-Up Menus): Document where menu title comes
635 from (Bug#7684).
636
06d8ace5 6372011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
638
639 * display.texi (Making Buttons): Mention limitation of text buttons.
640
a8e1e9ee
WL
6412011-01-23 Werner Lemberg <wl@gnu.org>
642
643 * Makefile.in (MAKEINFO): Now controlled by `configure'.
644 (MAKEINFO_OPTS): New variable. Use it where appropriate.
645 (ENVADD): New variable to control texi2dvi and texi2pdf.
646
362b9d48
GM
6472011-01-15 Chong Yidong <cyd@stupidchicken.com>
648
649 * files.texi (Directory Names): Move directory-abbrev-alist doc to
650 Emacs manual.
651
6522011-01-15 Eli Zaretskii <eliz@gnu.org>
653
654 * files.texi (Directory Names): Explain why FROM in
655 directory-abbrev-alist should begin with \`. (Bug#7777)
656
3fa173b4
SM
6572011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
660
7c420169 6612011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
662
663 * modes.texi (Emulating Mode Line): Fix last change.
664
7c420169 6652011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
666
667 * modes.texi (Emulating Mode Line): Update documentation of
668 format-mode-line according to changes that fixed bug #7587.
669
80b33766
SM
6702010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
671
672 * modes.texi (Derived Modes): Mention prog-mode.
673
674 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
675 of the key-binding-data cache since we don't use it any more.
676
f49d1f52 6772010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 678
4bb49a92
EZ
679 * processes.texi (Shell Arguments):
680 * strings.texi (Creating Strings): Don't mention "shell commands";
681 make it explicit that `split-string-and-unquote' and
682 `combine-and-quote-strings' are mainly for working with arguments
683 to call-process and start-process.
684
3c73e30e
EZ
685 * processes.texi (Shell Arguments): Fix documentation of
686 `split-string-and-unquote'. Add indexing. (Bug#7563)
687
f49d1f52 6882010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
689
690 * modes.texi (Auto-Indentation): New section to document SMIE.
691 (Major Mode Conventions):
692 * text.texi (Mode-Specific Indent): Refer to it.
693
f49d1f52 6942010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
695
696 * display.texi (Other Display Specs): Document left-fringe and
697 right-fringe display specs.
698
f49d1f52 6992010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
700
701 * backups.texi (Making Backups):
702 * modes.texi (Example Major Modes): Use recommended coding style.
703 (Major Mode Basics, Derived Modes): Encourge more strongly use of
704 define-derived-mode. Mention completion-at-point-functions.
705
f49d1f52 7062010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 707
5dcb4c4e
SM
708 * nonascii.texi (Converting Representations):
709 Document byte-to-string.
e1115396 710
ec1b9b17
GM
7112010-12-08 Glenn Morris <rgm@gnu.org>
712
713 * buffers.texi (Modification Time):
714 verify-visited-file-modtime now defaults to the current buffer.
715
07976ae3 7162010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 717
ec1b9b17 718 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
719
720 * strings.texi (Creating Strings): Don't mention semi-obsolete
721 function char-to-string.
722 (String Conversion): Shorten discussion of semi-obsolete function
723 string-to-char. Link to Converting Representations.
724
725 * objects.texi (Symbol Type):
726 * text.texi (Near Point):
727 * help.texi (Help Functions):
728 * functions.texi (Mapping Functions): Use string instead of
729 char-to-string in examples.
730
07976ae3 7312010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
732
733 * text.texi (Kill Functions, Kill Functions)
734 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
735 YANK-HANDLER args.
736
737 * symbols.texi (Creating Symbols): Using unintern without an
738 obarray arg is now obsolete.
739
740 * numbers.texi (Float Basics): Document float-e and float-pi.
741
742 * variables.texi (Defining Variables): Change "pi" example to
743 "float-pi".
744
8547874a
EZ
7452010-11-26 Eli Zaretskii <eliz@gnu.org>
746
747 * commands.texi (Click Events): Document the values of X, Y and
748 COL, ROW in the event's position, when the click is on the header
749 or mode line, on the fringes, or in the margins.
750
4a47c275 7512010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 752
5b05d75b
EZ
753 * customize.texi (Composite Types): Lower-case index entry.
754
5dcb4c4e
SM
755 * loading.texi (How Programs Do Loading):
756 Document load-file-name. (Bug#7346)
c7926fe2 757
4a47c275 7582010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
759
760 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
761
0eb025fb
EZ
7622010-11-13 Eli Zaretskii <eliz@gnu.org>
763
764 * display.texi (Usual Display): Characters with no fonts are not
765 necessarily displayed as empty boxes.
766
2699a554 7672010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
768
769 * maps.texi (Standard Keymaps): Update File menu description.
770
8289f37b
GM
7712010-10-28 Glenn Morris <rgm@gnu.org>
772
773 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
774
5793a7bc 7752010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
776
777 * display.texi (Window Systems): Deprecate use of window-system as
778 a predicate.
779
17284e30
GM
7802010-10-23 Glenn Morris <rgm@gnu.org>
781
782 * help.texi (Documentation Basics): Remove mentions of digest-doc and
783 sorted-doc.
784
00f113eb
JB
7852010-10-15 Eli Zaretskii <eliz@gnu.org>
786
787 * os.texi (Dynamic Libraries): New node, with slightly modified
788 text deleted from "Image Formats".
789 (System Interface): Add @menu entry for "Dynamic Libraries".
790
791 * display.texi (Image Formats): Remove description of
792 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
793
07277eb8
GM
7942010-10-12 Glenn Morris <rgm@gnu.org>
795
796 * book-spine.texinfo: Rename to book-spine.texi.
797
c12e4a81
GM
7982010-10-11 Glenn Morris <rgm@gnu.org>
799
df187c62
GM
800 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
801
c12e4a81 802 * Makefile.in (DVIPS): New variable.
234db610
GM
803 (.PHONY): Add html, ps.
804 (html, elisp.html, ps, elisp.ps): New targets.
805 (clean): Delete html, ps files.
806 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 807
6513b232
EZ
8082010-10-09 Eli Zaretskii <eliz@gnu.org>
809
810 * makefile.w32-in (emacsdir): New variable.
811 (srcs): Add emacsver.texi.
812 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
813
abd40fb4
GM
8142010-10-09 Glenn Morris <rgm@gnu.org>
815
c1dc72b3
GM
816 * Makefile.in (VPATH): Remove.
817 (infodir): Make it absolute.
818 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
819
4393405b
GM
820 * Makefile.in (dist): Anchor regexps.
821
eef3ab94
GM
822 * Makefile.in (srcs): Put elisp.texi first.
823 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
824
aa9db089
GM
825 * Makefile.in (infoclean): Remove harmless, long-standing error.
826
abd40fb4
GM
827 * Makefile.in ($(infodir)): Delete rule.
828 (mkinfodir): New.
829 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
830
68db69ed 831 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 832 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 833
ea274122
GM
8342010-10-09 Glenn Morris <rgm@gnu.org>
835
f7a31f11
GM
836 * Makefile.in (emacsdir): New variable.
837 (MAKEINFO): Add -I $emacsdir.
838 (dist): Copy emacsver.texi.
b13254e7
GM
839 (srcs): Add emacsver.texi.
840
f7a31f11
GM
841 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
842 Set EMACSVER by including emacsver.texi.
843
ea274122
GM
844 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
845
17ca7950
GM
8462010-10-07 Glenn Morris <rgm@gnu.org>
847
848 * Makefile.in (version): New, set by configure.
849 (clean): Delete dist tar file.
850 (dist): Use version in tar name.
851
4c83f6e1
GM
8522010-10-06 Glenn Morris <rgm@gnu.org>
853
854 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
855 (INSTALL_INFO): Remove unused variable.
856 (mostlyclean, infoclean, dist): New rules.
857 (clean): Delete dvi and pdf files.
858 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 859 ($(infodir)): Add parallel build workaround.
4c83f6e1 860
0264072d
GM
8612010-10-04 Glenn Morris <rgm@gnu.org>
862
863 * Makefile.in (dvi, pdf, $(infodir)): New targets.
864 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 865 Fix -I typo.
0264072d
GM
866 (clean): No 'make.out' or 'core' files.
867 (.PHONY): Declare clean rules.
868 (maintainer-clean): Delete pdf file. Guard against cd failures.
869
77f38949
GM
8702010-10-03 Glenn Morris <rgm@gnu.org>
871
872 * files.texi (File Name Components): Remove ignored section about
873 deleted variable directory-sep-char.
874
178fdd41
MA
8752010-10-03 Michael Albinus <michael.albinus@gmx.de>
876
877 * files.texi (Magic File Names): New defopt
878 remote-file-name-inhibit-cache.
879
9c524fcb
GM
8802010-10-02 Glenn Morris <rgm@gnu.org>
881
882 * os.texi (Killing Emacs): Hook now runs in batch mode.
883
f816790b
SM
8842010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
885
886 * text.texi (Special Properties): Clarify when modification-hooks run.
887
7cf78aac
SM
8882010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
889
890 * syntax.texi (Syntax Flags): Document new `c' flag.
891
ca0d44e4
GM
8922010-09-09 Glenn Morris <rgm@gnu.org>
893
894 * display.texi (ImageMagick Images): General cleanup.
895
10999305 8962010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
897
898 * files.texi (Directory Names): Use \` rather than ^.
899
45240125
JD
9002010-09-02 Jan Djärv <jan.h.d@swipnet.se>
901
902 * text.texi (Low-Level Kill Ring):
903 * frames.texi (Window System Selections): Remove cut buffer
904 documentation.
905
4abe5bf6
EZ
9062010-08-28 Eli Zaretskii <eliz@gnu.org>
907
908 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
909 Parameters", where the default fringe width is described.
910
911 * frames.texi (Window Frame Parameters, Basic Parameters)
912 (Position Parameters, Layout Parameters, Management Parameters)
913 (Cursor Parameters, Font and Color Parameters): Add indexing for
914 frame parameters. (Bug#6929)
915
fdc76236
TT
9162010-08-25 Tom Tromey <tromey@redhat.com>
917
918 * vol2.texi (Top): Update.
919 * vol1.texi (Top): Update.
920 * tips.texi (Library Headers): Mention Package-Version and
921 Package-Requires.
922 * package.texi: New file.
923 * os.texi (System Interface): Update pointers.
924 * elisp.texi (Top): Link to new nodes. Include package.texi.
925 * anti.texi (Antinews): Update pointers.
926
1e5c1c80
EZ
9272010-08-25 Eli Zaretskii <eliz@gnu.org>
928
929 * processes.texi (Filter Functions): Fix last change.
930
78e33835
CY
9312010-08-24 Markus Triska <triska@gmx.at>
932
933 * processes.texi (Filter Functions): Use `buffer-live-p' instead
934 of `buffer-name' in the main text as well as in the example
935 (Bug#3098).
936
198a7a97
CY
9372010-08-22 Chong Yidong <cyd@stupidchicken.com>
938
939 * nonascii.texi (Text Representations):
940 * loading.texi (Loading Non-ASCII):
941 * compile.texi (Byte Compilation): Don't mention obsolete
942 --unibyte command-line argument.
943
bc7d7ea6
CY
9442010-08-22 Chong Yidong <cyd@stupidchicken.com>
945
946 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
947
b0126eac 9482010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
949
950 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
951
e8a6cc19
EZ
9522010-08-20 Eli Zaretskii <eliz@gnu.org>
953
954 * commands.texi (Misc Events): Add cross-references to where
955 POSITION of a mouse event is described in detail.
956
7815fe19 9572010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
958
959 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
960
7815fe19 9612010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
962
963 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
964 Suggested by Štěpán Němec <stepnem@gmail.com>.
965
7815fe19 9662010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
967
968 * minibuf.texi (High-Level Completion): Document args of
969 `read-buffer-function' (bug#5625).
970
8b2dd508
JD
9712010-07-29 Jan Djärv <jan.h.d@swipnet.se>
972
973 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
974
bace45fe
MA
9752010-07-29 Michael Albinus <michael.albinus@gmx.de>
976
977 * processes.texi (Process Information): Explain process property
978 `remote-tty'.
979
4ce5a4cc
JB
9802010-07-27 Juanma Barranquero <lekktu@gmail.com>
981
982 * modes.texi (Defining Minor Modes): Use C-delete in examples,
983 instead of "\C-\^?" (bug#6334).
984
1c84bc7a
JB
985 * text.texi (Special Properties): Fix typo.
986
b88746ba
EZ
9872010-07-09 Eli Zaretskii <eliz@gnu.org>
988
989 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
990 calling sequences, which are now the standard.
991
51422d6d
CY
9922010-06-24 Chong Yidong <cyd@stupidchicken.com>
993
994 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
995
996 * commands.texi (Command Overview): Mention undo-boundary call.
997
d24880de
GM
9982010-06-23 Glenn Morris <rgm@gnu.org>
999
1000 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1001 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1002 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1003 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1004 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1005 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1006 Untabify Texinfo files.
1007
0fc76035
CY
10082010-06-20 Chong Yidong <cyd@stupidchicken.com>
1009
1010 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1011
5338dc0b
CY
10122010-06-19 Chong Yidong <cyd@stupidchicken.com>
1013
a628ad9d 1014 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1015
2c3a3c1d
CY
10162010-06-02 Chong Yidong <cyd@stupidchicken.com>
1017
ba3bf1d9
CY
1018 * searching.texi (Regexp Special): Remove obsolete information
1019 about matching non-ASCII characters, and suggest using char
1020 classes (Bug#6283).
2c3a3c1d 1021
7f4b4249
JB
10222010-05-30 Juanma Barranquero <lekktu@gmail.com>
1023
1024 * minibuf.texi (Basic Completion): Add missing "@end defun".
1025
637821cd
SM
10262010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1027
1028 * minibuf.texi (Basic Completion): Document completion-boundaries.
1029 (Programmed Completion): Document the new fourth method for boundaries.
1030
e13051c3
CY
10312010-05-22 Chong Yidong <cyd@stupidchicken.com>
1032
a628ad9d 1033 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1034
0235128c 10352010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1036
1037 * windows.texi (Textual Scrolling):
1038 * tips.texi (Coding Conventions):
1039 * minibuf.texi (Minibuffer History):
1040 * maps.texi (Standard Keymaps):
1041 * loading.texi (Where Defined):
1042 * edebug.texi (Instrumenting): Fix typos.
1043
0235128c 10442010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1045
c7c32279
CY
1046 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1047
0235128c
SM
1048 * functions.texi (Obsolete Functions):
1049 Document set-advertised-calling-convention.
eb5ed549
CY
1050
1051 * minibuf.texi (Basic Completion): Document completion-in-region.
1052 (Programmed Completion): Document completion-annotate-function.
1053
1054 * commands.texi (Reading One Event): Document read-key.
1055 (Distinguish Interactive): Document KIND arg to
1056 called-interactively-p. Delete obsolete interactive-p.
1057
1058 * elisp.texi (Top): Update node description.
1059
f8848423
EZ
10602010-05-08 Eli Zaretskii <eliz@gnu.org>
1061
0235128c
SM
1062 * nonascii.texi (Character Properties):
1063 Document unicode-category-table. Add an index entry for Unicode
1064 general category.
1065
10662010-05-07 Chong Yidong <cyd@stupidchicken.com>
1067
1068 * Version 23.2 released.
f8848423 1069
938efb77
JB
10702010-04-20 Juanma Barranquero <lekktu@gmail.com>
1071
1072 * locals.texi (Standard Buffer-Local Variables):
1073 Remove @ignore'd reference to `direction-reversed'.
1074
5854c267
JL
10752010-04-14 Juri Linkov <juri@jurta.org>
1076
1077 Fix @deffn without category.
1078
1079 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1080 for `abbrev-insert'.
1081
1082 * buffers.texi (Indirect Buffers): Add category `Command'
1083 to @deffn of `clone-indirect-buffer'.
1084
1085 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1086 for `next-window' and `previous-window'. Add category `Command'
1087 to @deffn of `pop-to-buffer'.
1088
8a14dec7
CY
10892010-04-01 Chong Yidong <cyd@stupidchicken.com>
1090
1091 * nonascii.texi (Text Representations): Don't mark
1092 enable-multibyte-characters as a user option.
1093
7a1831cf
EZ
10942010-03-31 Eli Zaretskii <eliz@gnu.org>
1095
1096 * control.texi (Handling Errors): How to re-throw a signal caught
1097 by condition-case.
1098
c3863713
CY
10992010-03-26 Chong Yidong <cyd@stupidchicken.com>
1100
1101 * loading.texi (Hooks for Loading): Document after-load-functions.
1102 Copyedits.
1103
c333f279
AM
11042010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1105
1106 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1107
e867cb5d 11082010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1109
1110 * processes.texi (Network Processes): Document seqpacket type.
1111
605f35cd
DN
11122010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1113
1114 * os.texi (System Environment): Do not mention lynxos.
1115
288f9fc0
CY
11162010-03-10 Chong Yidong <cyd@stupidchicken.com>
1117
1118 * Branch for 23.2.
1119
eed5c93a
CY
11202010-03-06 Chong Yidong <cyd@stupidchicken.com>
1121
1122 * objects.texi (Integer Type): Take note of the read syntax
1123 exception for numbers that cannot fit in the integer type.
1124
1ddd6622
GM
11252010-03-03 Glenn Morris <rgm@gnu.org>
1126
1127 * numbers.texi (Integer Basics, Bitwise Operations):
1128 * objects.texi (Integer Type): Update for integers now being 30-bit.
1129
a908c79a
CY
11302010-02-27 Chong Yidong <cyd@stupidchicken.com>
1131
1132 * display.texi (Low-Level Font): Document :otf font-spec property.
1133
cd61af01
SM
11342010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1135
1136 * display.texi (Line Height): Avoid obsolete special default variables
1137 like default-major-mode.
1138
c02f8fe2
AM
11392010-01-28 Alan Mackenzie <acm@muc.de>
1140
1141 * display.texi (Auto Faces): Say fontification-functions is called
1142 whether or not Font Lock is enabled. Tidy up the wording a bit.
1143
d738d18b
CY
11442010-01-17 Chong Yidong <cyd@stupidchicken.com>
1145
1146 * elisp.texi: Remove duplicate edition information (Bug#5407).
1147
4963739e
JB
11482010-01-17 Juanma Barranquero <lekktu@gmail.com>
1149
1150 * two.el (volume-header-toc-markup): Fix typos in docstring.
1151
c57008f6
SM
11522010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1153
1154 Avoid dubious uses of save-excursions.
1155 * positions.texi (Excursions): Recommend the use of
1156 save-current-buffer if applicable.
1157 * text.texi (Clickable Text): Fix the example code which used
1158 save-excursion in a naive way which sometimes preserves point and
1159 sometimes not.
1160 * variables.texi (Creating Buffer-Local):
1161 * os.texi (Session Management):
1162 * display.texi (GIF Images):
1163 * control.texi (Cleanups): Use (save|with)-current-buffer.
1164
2f3725cd
EZ
11652010-01-02 Eli Zaretskii <eliz@gnu.org>
1166
1167 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1168
85eeac93
CY
11692010-01-02 Chong Yidong <cyd@stupidchicken.com>
1170
1171 * nonascii.texi (Text Representations, Character Codes)
1172 (Converting Representations, Explicit Encoding)
1173 (Translation of Characters): Use hex notation consistently.
1174 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1175
4801c5fa
CY
11762010-01-01 Chong Yidong <cyd@stupidchicken.com>
1177
1178 * loading.texi (Where Defined): Make it clearer that these are
1179 loaded files (Bug#5068).
1180
26e533e2
CY
11812009-12-29 Chong Yidong <cyd@stupidchicken.com>
1182
1183 * minibuf.texi (Completion Styles): Document `initials' style.
1184
16d1ff5f
CY
11852009-12-25 Chong Yidong <cyd@stupidchicken.com>
1186
1187 * frames.texi (Resources): Describe inhibit-x-resources.
1188 (Size Parameters): Copyedit.
1189
1190 * hash.texi (Creating Hash):
1191 * objects.texi (Hash Table Type): Document the new hash table
1192 printed representation.
1193
1194 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1195 obsolete.
1196
5dcb4c4e
SM
1197 * processes.texi (Process Buffers):
1198 Document process-kill-buffer-query-function.
16d1ff5f 1199
9a5de3d9
GM
12002009-12-05 Glenn Morris <rgm@gnu.org>
1201
1202 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1203 diary-display-function, and no longer recommended to be a hook.
1204 Update for changes in the names of calendar and diary hooks.
1205 diary-print-entries-hook has changed section.
1206
b640eb52
EZ
12072009-11-28 Eli Zaretskii <eliz@gnu.org>
1208
1209 * text.texi (Special Properties): More accurate description of
1210 what the `cursor' property does.
1211
be1674ab
KR
12122009-11-26 Kevin Ryde <user42@zip.com.au>
1213
1214 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1215 mouse-wheel-down-event, the closest thing to a definition for them.
1216 * os.texi (Startup Summary): vindex inhibit-startup-message and
1217 inhibit-splash-screen.
1218 (Command-Line Arguments): vindex argv.
1219 (Suspending Emacs): vindex suspend-tty-functions and
1220 resume-tty-functions. Don't want to index every hook, but having
1221 the programming ones is helpful.
1222
603f5979
CY
12232009-11-14 Chong Yidong <cyd@stupidchicken.com>
1224
1225 * commands.texi (Motion Events): Fix typo (Bug#4907).
1226
4359a806
CY
12272009-11-08 Chong Yidong <cyd@stupidchicken.com>
1228
1229 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1230 are affected by case-fold-search (Bug#4483).
1231
0f063651
CY
12322009-11-02 Chong Yidong <cyd@stupidchicken.com>
1233
1234 * minibuf.texi (Reading File Names): Note that read-file-name may
1235 use a graphical file dialog.
1236
9bd79893
GM
12372009-10-31 Glenn Morris <rgm@gnu.org>
1238
1239 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1240
ebe479ec
KR
12412009-10-16 Kevin Ryde <user42@zip.com.au>
1242
1243 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1244 in particular so `info-lookup-symbol' can find its docs.
1245
2640fa86
CY
12462009-10-16 Chong Yidong <cyd@stupidchicken.com>
1247
1248 * variables.texi (Constant Variables): Distinguish from defconst
1249 variables.
1250 (Defining Variables): Add cindex.
1251
edd6a733
CY
12522009-10-15 Chong Yidong <cyd@stupidchicken.com>
1253
1254 * os.texi (Time of Day): Clarify that the microsecond part is
1255 ignored (Bug#4637).
1256
5feb0b73
GM
12572009-10-11 Glenn Morris <rgm@gnu.org>
1258
1259 * frames.texi (Size and Position): Clarify what is included in the frame
1260 height. (Bug#4535)
1261
0c5413c8
GM
12622009-10-10 Glenn Morris <rgm@gnu.org>
1263
1264 * windows.texi (Size of Window): The relationship between window and
1265 frame heights is not so simple. (Bug#4535)
1266 Mention window-full-height-p.
1267
7f8b600a
SM
12682009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1269
1270 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1271 used from Lisp.
1272
6185de1c
EZ
12732009-10-07 Eli Zaretskii <eliz@gnu.org>
1274
7f8b600a
SM
1275 * files.texi (Directory Names) <abbreviate-file-name>:
1276 Document that root home directories are not replaced with "~".
6185de1c 1277
9972911f
EZ
12782009-10-06 Eli Zaretskii <eliz@gnu.org>
1279
1280 * text.texi (Special Properties): Document the meaning of the
1281 `cursor' text property whose value is an integer.
1282
2a3f19ef
MA
12832009-10-05 Michael Albinus <michael.albinus@gmx.de>
1284
1285 * files.texi (Magic File Names): Add `copy-directory'.
1286
804543b5
EZ
12872009-10-05 Eli Zaretskii <eliz@gnu.org>
1288
1289 * files.texi (File Attributes): Fix description of file
1290 attributes. (Bug#4638) Update attributes of files.texi example to
1291 be more representative.
1292
461bf92b
MA
12932009-10-05 Michael Albinus <michael.albinus@gmx.de>
1294
1295 * files.texi (Create/Delete Dirs): New command copy-directory.
1296
a86cd395
JB
12972009-10-04 Juanma Barranquero <lekktu@gmail.com>
1298
1299 * anti.texi (Antinews):
1300 * macros.texi (Indenting Macros):
1301 * strings.texi (Creating Strings, Case Conversion):
1302 Remove duplicate words.
1303
d3080264
MA
13042009-10-01 Michael Albinus <michael.albinus@gmx.de>
1305
1306 * files.texi (Create/Delete Dirs): delete-directory has an
1307 optional parameter RECURSIVE.
1308
85d14563
SM
13092009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1310
1311 * buffers.texi (Swapping Text): Minor clarification.
1312
3d9842c6
GM
13132009-10-01 Glenn Morris <rgm@gnu.org>
1314
1315 * functions.texi (Declaring Functions): Mention that we also search for
1316 ".m" files in the src/ directory.
1317
78427304
CY
13182009-09-25 David Engster <deng@randomsample.de>
1319
3d9842c6 1320 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1321
b578c9cc
GM
13222009-09-22 Glenn Morris <rgm@gnu.org>
1323
1324 * internals.texi (Building Emacs): Mention preloaded-file-list.
1325
beee5da7
AM
13262009-09-14 Alan Mackenzie <acm@muc.de>
1327
1328 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1329
5d6ab672
CY
13302009-09-13 Chong Yidong <cyd@stupidchicken.com>
1331
1332 * functions.texi (Anonymous Functions): Rearrange discussion,
1333 giving usage of unquoted lambda forms first. Mention that
1334 `function' and `#'' are no longer required (Bug#4290).
1335
59375eeb
AM
13362009-09-11 Alan Mackenzie <acm@muc.de>
1337
a86cd395 1338 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1339 batch mode.
1340
e7e2f529
GM
13412009-09-01 Glenn Morris <rgm@gnu.org>
1342
1343 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1344
eae47088
GM
13452009-08-26 Ulrich Mueller <ulm@gentoo.org>
1346
1347 * nonascii.texi (Character Codes): Fix typos.
1348
3691a0a6
MA
13492009-08-25 Michael Albinus <michael.albinus@gmx.de>
1350
1351 * processes.texi (Synchronous Processes): New defvar
1352 process-file-side-effects.
1353
664d56b8
GM
13542009-08-25 Glenn Morris <rgm@gnu.org>
1355
1356 * display.texi (Fontsets): Fix typo.
1357
0706c025
GM
1358 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1359
03a74b84
SM
13602009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1361
1362 * processes.texi (Asynchronous Processes): Adjust arglist of
1363 start-process-shell-command and start-file-process-shell-command.
1364
f6de8a37
CY
13652009-08-15 Chong Yidong <cyd@stupidchicken.com>
1366
4b1ed1bb
CY
1367 * advice.texi (Argument Access in Advice): Note that argument
1368 positions are zero-based (Bug#3932).
1369
89a9e058
CY
1370 * commands.texi (Distinguish Interactive): Minor copyedit.
1371
23696fd7
CY
1372 * display.texi (Face Attributes): Add xref to Displaying Faces for
1373 explanation of "underlying face".
1374
f6de8a37
CY
1375 * customize.texi (Common Keywords): Add xref to Loading.
1376
1377 * loading.texi (How Programs Do Loading): Add xref to Lisp
1378 Libraries node in the Emacs manual.
1379
417f77e6
CY
13802009-08-13 Chong Yidong <cyd@stupidchicken.com>
1381
1382 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1383
0999039c
CY
13842009-07-18 Chong Yidong <cyd@stupidchicken.com>
1385
1386 * processes.texi (Shell Arguments): Copyedits.
1387
9af167bc
GM
13882009-07-18 Glenn Morris <rgm@gnu.org>
1389
1390 * loading.texi (Repeated Loading): Fix typo.
1391
137987ab
RS
13922009-07-16 Richard Stallman <rms@gnu.org>
1393
1394 * buffers.texi (Swapping Text): Recommend setting
1395 write-region-annotate-functions and buffer-saved-size.
1396
1397 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1398
622fa380
GM
13992009-07-15 Glenn Morris <rgm@gnu.org>
1400
1401 * edebug.texi: Minor re-phrasings throughout.
1402 (Edebug Execution Modes): Sit-for affects continue mode too.
1403 (Jumping): Use `forward-sexp' rather than its keybinding.
1404 (Edebug Misc): Fix Q binding.
1405 (Edebug Eval): Remove cl version.
1406 (Printing in Edebug): Clarify print-length etc.
1407 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1408 (Specification List): Remove edebug-unwrap findex entry.
1409 (Specification Examples): defmacro is actually not the same as defun.
1410 Escape "`" in example.
1411
6bbd4600
CY
14122009-07-15 Chong Yidong <cyd@stupidchicken.com>
1413
1414 * markers.texi (The Mark): Document optional arg to
1415 deactivate-mark.
1416
e538d479
GM
14172009-07-11 Kevin Ryde <user42@zip.com.au>
1418
1419 * hooks.texi (Standard Hooks): Fix cross-references.
1420
4c98b9ed
GM
1421 * loading.texi (Named Features): Refer to eval-after-load.
1422
5300838c
GM
14232009-07-11 Glenn Morris <rgm@gnu.org>
1424
64fbeb16
GM
1425 * Makefile.in (TEXI2PDF): New.
1426 (elisp.pdf): New target.
1427
4c98b9ed
GM
1428 * searching.texi (Regexp Backslash): Fix typo.
1429
1430 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1431
51d9979c
GM
14322009-07-10 Glenn Morris <rgm@gnu.org>
1433
561c0216
GM
1434 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1435
5b594a58
GM
1436 * customize.texi (Customization Types):
1437 * display.texi (Abstract Display):
0cc8c85a 1438 * objects.texi (Character Type, String Type):
5b594a58 1439 Merge in some menu descriptions from elisp.texi.
51d9979c 1440
c3cbbb40
GM
1441 * hash.texi (Hash Tables):
1442 * modes.texi (Multiline Font Lock):
1443 End menu description with period.
fe42c16a 1444
28528402
GM
14452009-07-09 Glenn Morris <rgm@gnu.org>
1446
1447 * back.texi: Don't hard-code texinfo location.
1448
1449 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1450 (tex): Add texinfodir to TEXINPUTS.
1451 (elisp1med-init, elisp2med-init): Use texinfodir.
1452
1453 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1454 (clean): Add two-volume.make intermediate files.
1455
1456 * elisp.texi, vol1.texi, vol2.texi:
1457 Use a DATE variable with the publication date, and update it.
1458 Fix antinews menu description.
1459
1460 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1461 Update the detailed node listing to match elisp.texi.
1462
1463 * README: Update edition to match elisp.texi.
1464
1465 * objects.texi (General Escape Syntax):
1466 * nonascii.texi (Character Sets):
1467 Use consistent case for "Unicode Standard".
1468
1469 * anti.texi (Antinews):
1470 * customize.texi (Variable Definitions):
1471 * functions.texi (Declaring Functions):
1472 * nonascii.texi (Character Properties):
1473 * processes.texi (Serial Ports):
1474 * text.texi (Special Properties):
1475 * tips.texi (Coding Conventions):
1476 Minor rearrangements to improve TeX line-filling.
1477
1478 * commands.texi (Using Interactive): Fix cross-reference.
1479
17db8e10
JD
14802009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1481
1482 * frames.texi (Management Parameters): Mention sticky.
1483
77c7e2e1
AS
14842009-07-01 Andreas Schwab <aschwab@redhat.com>
1485
1486 * help.texi (Help Functions): Fix description of help-buffer and
1487 help-setup-xref to use @defun instead of @deffn.
1488
3f1c6666
JD
14892009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1490
1491 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1492
ca27c21b
CY
14932009-06-24 Chong Yidong <cyd@stupidchicken.com>
1494
1495 * display.texi (Window Systems): Add ns to the list.
1496
70243478
CY
14972009-06-21 Chong Yidong <cyd@stupidchicken.com>
1498
1499 * Branch for 23.1.
1500
df006536
MR
15012009-06-17 Martin Rudalics <rudalics@gmx.at>
1502
1503 * windows.texi (Dedicated Windows): Fix typo.
1504 (Resizing Windows): Replace @defun by @deffn.
1505
d259fc4b
GM
15062009-06-17 Glenn Morris <rgm@gnu.org>
1507
1508 * variables.texi (Directory Local Variables):
1509 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1510
30781db6
KH
15112009-06-09 Kenichi Handa <handa@m17n.org>
1512
1513 * nonascii.texi (Character Sets): State clearly that FROM and TO
1514 are codepoints of CHARSET.
1515
62e8099c
CY
15162009-06-07 Chong Yidong <cyd@stupidchicken.com>
1517
1518 * minibuf.texi (Reading File Names): Fix introductory text.
1519 Suggested by stan@derbycityprints.com.
1520 (High-Level Completion): Fix typo.
1521
ee1b1917
CY
15222009-05-28 Chong Yidong <cyd@stupidchicken.com>
1523
1524 * frames.texi (Text Terminal Colors): Multi-tty is already
1525 implemented, but tty-local colors are not.
1526
5df647e8
CY
15272009-05-27 Chong Yidong <cyd@stupidchicken.com>
1528
1529 * hooks.texi (Standard Hooks): Remove mention of obsolete
1530 redisplay-end-trigger-functions.
1531
1532 * internals.texi (Window Internals): Remove mention of obsolete
1533 redisplay-end-trigger-functions.
1534
01f17ae2
MR
15352009-05-21 Martin Rudalics <rudalics@gmx.at>
1536
1537 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1538
1539 * backups.texi (Making Backups): backup-directory-alist and
1540 make-backup-file-name-function are options.
1541 (Auto-Saving): auto-save-list-file-prefix is an option.
1542
1543 * buffers.texi (Killing Buffers): buffer-offer-save is an
1544 option.
1545
1546 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1547 option.
1548 (Echo Area Customization): echo-keystrokes is an option.
1549 (Selective Display): selective-display-ellipses is an option.
1550 (Temporary Displays): temp-buffer-show-function is an option.
1551 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1552 are options.
1553 (Font Selection): face-font-family-alternatives,
1554 face-font-selection-order, face-font-registry-alternatives, and
1555 scalable-fonts-allowed are options.
1556 (Fringe Indicators): indicate-buffer-boundaries is an option.
1557 (Fringe Cursors): overflow-newline-into-fringe is an option.
1558 (Scroll Bars): scroll-bar-mode is an option.
1559
1560 * eval.texi (Eval): max-lisp-eval-depth is an option.
1561
1562 * files.texi (Visiting Functions): find-file-hook is an option.
1563 (Directory Names): directory-abbrev-alist is an option.
1564 (Unique File Names): temporary-file-directory and
1565 small-temporary-file-directory are options.
1566
1567 * frames.texi (Initial Parameters): initial-frame-alist,
1568 minibuffer-frame-alist and default-frame-alist are options.
1569 (Cursor Parameters): blink-cursor-alist and
1570 cursor-in-non-selected-windows ar options.
1571 (Window System Selections): selection-coding-system is an
1572 option.
1573 (Display Feature Testing): display-mm-dimensions-alist is an
1574 option.
1575
1576 * help.texi (Help Functions): help-char and help-event-list are
1577 options.
1578
1579 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1580 an option.
1581
1582 * minibuf.texi (Minibuffer History): history-length and
1583 history-delete-duplicates are options.
1584 (High-Level Completion): read-buffer-function and
1585 read-buffer-completion-ignore-case are options.
1586 (Reading File Names): read-file-name-completion-ignore-case is
1587 an option.
1588
1589 * modes.texi (Mode Line Top): mode-line-format is an option.
1590 (Mode Line Variables): mode-line-position and mode-line-modes
1591 are options.
1592
1593 * nonascii.texi (Text Representations):
1594 enable-multibyte-characters is an option.
1595 (Default Coding Systems): auto-coding-regexp-alist,
1596 file-coding-system-alist, auto-coding-alist and
1597 auto-coding-functions are options.
1598 (Specifying Coding Systems): inhibit-eol-conversion is an
1599 option.
1600
1601 * os.texi (Init File): site-run-file is an option.
1602 (System Environment): mail-host-address is an option.
1603 (User Identification): user-mail-address is an option.
1604 (Terminal Output): baud-rate is an option.
1605
1606 * positions.texi (Word Motion): words-include-escapes is an
1607 option.
1608
1609 * searching.texi (Standard Regexps): page-delimiter,
1610 paragraph-separate, paragraph-separate and sentence-end are
1611 options.
1612
1613 * text.texi (Margins): left-margin and fill-nobreak-predicate
1614 are options.
1615
1616 * variables.texi (Local Variables): max-specpdl-size is an
1617 option.
1618
1619 * windows.texi (Choosing Window):
1620 split-window-preferred-function, special-display-function and
1621 display-buffer-function are options.
1622
106e6894
CY
16232009-05-20 Chong Yidong <cyd@stupidchicken.com>
1624
4a83454d
CY
1625 Fix errors spotted by Martin Rudalics.
1626
106e6894
CY
1627 * syntax.texi (Position Parse): Document rationale for ignored
1628 arguments to syntax-ppss-flush-cache.
1629
1630 * processes.texi (Input to Processes): Mark PROCESS arg to
1631 process-running-child-p as optional.
1632 (Network Options): Document NO-ERROR arg to
1633 set-network-process-option.
1634
1635 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1636 command.
1637
1638 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1639 posix-search-backward as commands.
1640
1641 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1642 (Suspending Emacs): Mark suspend-emacs as a command.
1643 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1644 commands.
5dcb4c4e
SM
1645 (Terminal Output): Remove obsolete function baud-rate.
1646 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1647
1648 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1649 terminal-coding-system and set-terminal-coding-system.
1650 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1651 as optional.
1652 (Character Sets): Document RESTRICTION arg of char-charset.
1653 (Character Codes): Mark POS argument to get-byte as optional.
1654
1655 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1656 minibuffer-message.
1657
1658 * files.texi (Create/Delete Dirs): Mark make-directory and
1659 delete-directory as commands.
1660
1661 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1662
1663 * text.texi (Base 64): Mark base64-decode-string and
1664 base64-encode-string as commands.
1665 (Columns): Mark move-to-column as a command.
1666 (Mode-Specific Indent): Document RIGID arg to
1667 indent-for-tab-command.
1668 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1669 Mark indent-code-rigidly as a command.
1670 (Substitution): Mark translate-region as a command.
1671
1672 * frames.texi (Size and Position): Remove obsolete functions
1673 screen-height and screen-width.
1674
04173931
CY
16752009-05-19 Chong Yidong <cyd@stupidchicken.com>
1676
1677 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1678 (Displaying Buffers, Resizing Windows): Correct mistakes;
1679 next-window, previous-window, and pop-to-buffer are not commands,
1680 and fit-window-to-buffer" is a command. (Pointed out by Martin
1681 Rudalics.)
1682
eae7d8f8
RS
16832009-05-17 Richard M Stallman <rms@gnu.org>
1684
1685 * modes.texi (Precalculated Fontification): Clarify text.
1686
b8766179
MR
16872009-05-17 Martin Rudalics <rudalics@gmx.at>
1688
1689 * windows.texi (Selecting Windows): Clarify descriptions of
1690 with-selected-window and get-lru-window.
1691 (Cyclic Window Ordering): Refer to particular frame when talking
1692 about how splitting affects the ordering.
1693 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1694 switch-to-buffer-other-window. Explain how setting of
1695 display-buffer-reuse-frames affects pop-to-buffer.
1696 (Choosing Window): Clarify some details in descriptions of
1697 display-buffer-reuse-frames, pop-up-frames, and
1698 pop-up-frame-function.
1699 (Dedicated Windows): Clarify some details.
1700 (Textual Scrolling): Replace term vscroll by term vertical
1701 scroll position.
1702 (Vertical Scrolling): Fix typo.
1703 (Window Hooks): Relate text on jit-lock-register to window
1704 scrolling and size changes.
1705
734b5e3b
CY
17062009-05-14 Chong Yidong <cyd@stupidchicken.com>
1707
0a65633e
CY
1708 * frames.texi (Initial Parameters): Clarify what the initial
1709 minibuffer frame is.
05be46d7
CY
1710 (Buffer Parameters): Note that the minibuffer parameter can not be
1711 altered.
0a65633e 1712
734b5e3b
CY
1713 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1714 Document display-buffer changes.
1715
925672cd
CY
17162009-05-13 Chong Yidong <cyd@stupidchicken.com>
1717
17ecd7af
CY
1718 * anti.texi (Antinews): Rewrite for Emacs 22.
1719
925672cd
CY
1720 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1721 obarrays are first mentioned. Define "system abbrev" more
1722 prominently, and add it to the index.
1723 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1724 Copyedits.
1725 (Abbrev Expansion): Document abbrev-insert.
1726
80be4dd7
CY
17272009-05-12 Chong Yidong <cyd@stupidchicken.com>
1728
1729 * frames.texi (Font and Color Parameters): Rename from Color
1730 Parameters. Document font-backend parameter.
1731
1732 * vol2.texi (Top): Update node listing.
1733 * vol1.texi (Top): Update node listing.
1734 * elisp.texi (Top): Update node listing.
1735
372a93ac
MR
17362009-05-11 Martin Rudalics <rudalics@gmx.at>
1737
1738 * windows.texi (Choosing Window): Don't explicitly refer to
1739 split-window-sensibly's window argument in descriptions of
1740 split-height-threshold and split-width-threshold.
1741
714c3541
MR
17422009-05-10 Martin Rudalics <rudalics@gmx.at>
1743
1744 * windows.texi (Choosing Window): Fix rewrite of window
1745 splitting section.
1746
0e90e7be
EZ
17472009-05-09 Eli Zaretskii <eliz@gnu.org>
1748
1749 * nonascii.texi (Default Coding Systems): Document
5dcb4c4e
SM
1750 find-auto-coding, set-auto-coding, and auto-coding-alist.
1751 Add indexing.
0e90e7be
EZ
1752 (Lisp and Coding Systems): Add index entries.
1753
d3c0c321
MR
17542009-05-09 Martin Rudalics <rudalics@gmx.at>
1755
1756 * windows.texi (Choosing Window): Describe split-window-sensibly
1757 and rewrite section on window splitting accordingly.
1758 (Textual Scrolling): Replace `...' by @code{...}.
1759
c773345a
CY
17602009-05-04 Chong Yidong <cyd@stupidchicken.com>
1761
ee2d5b5e
CY
1762 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1763 Remove obsoleted pre-abbrev-expand-hook.
1764
1765 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1766 entries.
1767
c773345a
CY
1768 * internals.texi (Object Internals): Don't assume 32-bit machines
1769 are the norm.
1770 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
1771 (Window Internals): Synch field names to window.h.
1772 (Process Internals): Synch field names to process.h.
c773345a 1773
dd449674
CY
17742009-04-29 Chong Yidong <cyd@stupidchicken.com>
1775
1776 * variables.texi (File Local Variables): Note that read-circle is
1777 bound to nil when reading file-local variables.
1778
1779 * streams.texi (Input Functions): Document read-circle.
1780 (Output Variables): Add xref to Circular Objects.
1781
4f1e25e2
CY
17822009-04-25 Chong Yidong <cyd@stupidchicken.com>
1783
1784 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1785 Features and Coding System Basics. Node that "p" stands for
1786 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1787 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1788 mouse-appearance-menu.
1789 (Programming Tips): Add xref to Progress.
1790
dca019f8
CY
17912009-04-22 Chong Yidong <cyd@stupidchicken.com>
1792
5dcb4c4e
SM
1793 * os.texi (Command-Line Arguments):
1794 Document command-line-args-left.
dca019f8
CY
1795 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1796 terminal objects for tty arguments.
1797 (Startup Summary): Add xref to Session Management.
1798 (Session Management): Mention emacs-session-restore. Copyedits.
1799
02a89103
CY
18002009-04-20 Chong Yidong <cyd@stupidchicken.com>
1801
1802 * os.texi (Startup Summary): Copyedits. The init file is not
1803 necessarily named .emacs now. Document initial-buffer-choice and
1804 initial-scratch-message. Note where Emacs exits in batch mode.
1805 Document inhibit-splash-screen as an alias.
1806 (Init File): Be neutral about which init file name to use.
1807
18082009-04-16 Chong Yidong <cyd@stupidchicken.com>
1809
1810 * os.texi (System Interface): Fix Texinfo usage.
1811
0c1cfe01
CY
18122009-04-15 Chong Yidong <cyd@stupidchicken.com>
1813
80d7cdca
CY
1814 * searching.texi (Regexp Backslash): Also refer to shy groups as
1815 non-capturing or unnumbered groups.
1816 (Regexp Functions): Add cross-reference to Regexp Backslash.
1817
0c1cfe01
CY
1818 * display.texi (Truncation): Overlays can use line-prefix and
1819 wrap-prefix too.
1820 (Overlay Properties): Document wrap-prefix and line-prefix.
1821 (Face Attributes): Document underline-minimum-offset.
1822 (Face Remapping): Copyedits.
1823 (Low-Level Font): Copyedits.
1824 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1825 (Line Height): Emphasize that line-spacing only takes effect on
1826 graphical terminals.
0c1cfe01 1827
c4adeee0
CY
18282009-04-13 Chong Yidong <cyd@stupidchicken.com>
1829
1830 * display.texi (Refresh Screen): Note that a passage about screen
1831 refreshing is text terminal only.
1832 (Forcing Redisplay): Delete misleading comment---sit-for calls
1833 redisplay, not the other way around.
1834 (Truncation): Note new values of truncate-partial-width-windows.
1835 Copyedits.
1836 (Invisible Text): Document invisible-p.
1837
b20ecfa1
EZ
18382009-04-11 Eli Zaretskii <eliz@gnu.org>
1839
1840 * display.texi (Overlays): Overlays don't scale well. See
1841 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1842
97d8273f
CY
18432009-04-10 Chong Yidong <cyd@stupidchicken.com>
1844
f147ff75
CY
1845 * syntax.texi (Syntax Table Functions): Document cons cell
1846 argument for modify-syntax-entry.
1847 (Categories): Document cons cell argument for
1848 modify-category-entry.
1849
fca4ec76
CY
1850 * searching.texi (String Search): Document word-search-forward-lax
1851 and word-search-backward-lax.
1852 (Searching and Case): Describe isearch behavior more precisely.
1853
9c283d5b
CY
1854 * keymaps.texi (Tool Bar): Mention that some platforms do not
1855 support multi-line toolbars. Suggested by Stephen Eglen.
1856
1857 * frames.texi (Layout Parameters): Mention that Nextstep also
1858 allows only one tool-bar line. Suggested by Stephen Eglen.
1859
97d8273f
CY
1860 * nonascii.texi (Text Representations): Copyedits.
1861 (Coding System Basics): Also mention utf-8-emacs.
1862 (Converting Representations, Selecting a Representation)
1863 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1864 Copyedits.
1865 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1866
2bad3299
CY
18672009-04-09 Chong Yidong <cyd@stupidchicken.com>
1868
1869 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
1870 (Filling): Clarify REGION argument of fill-paragraph.
1871 Document fill-forward-paragraph-function.
2bad3299
CY
1872 (Special Properties): Remove "new in Emacs 22" declaration.
1873 (Clickable Text): Merge with Links and Mouse-1 node.
1874
5dcb4c4e
SM
1875 * display.texi (Button Properties, Button Buffer Commands):
1876 Change xref to Clickable Text.
2bad3299
CY
1877
1878 * tips.texi (Key Binding Conventions): Change xref to Clickable
1879 Text.
1880
1881 * elisp.texi (Top): Update node listing.
1882
ea30ce4f
CY
18832009-04-05 Chong Yidong <cyd@stupidchicken.com>
1884
47af2f4b
CY
1885 * markers.texi (The Mark): Copyedits. Improve description of
1886 handle-shift-selection.
1887 (The Region): Move use-region-p here from The Mark.
1888
ea30ce4f
CY
1889 * positions.texi (Screen Lines): Document (cols . lines) argument
1890 for vertical-motion.
1891
2aa8ea6e
CY
18922009-04-04 Chong Yidong <cyd@stupidchicken.com>
1893
3ec61d4e
CY
1894 * frames.texi (Frames): Clean up introduction. Document `ns'
1895 return value for framep.
1896 (Creating Frames): Note how the terminal is chosen.
1897 (Multiple Terminals, Multiple Displays): Merge into a single node.
1898 (Color Parameters): Fix typo.
1899
1900 * variables.texi (Local Variables, Buffer-Local Variables)
1901 (Creating Buffer-Local): Change link to Multiple Terminals.
1902
1903 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1904
1905 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1906 Terminals.
1907
1908 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1909 to Multiple Terminals.
1910
1911 * elisp.texi (Top): Update node listing.
1912 * vol2.texi (Top): Update node listing.
1913 * vol1.texi (Top): Update node listing.
1914
9257072f
CY
1915 * buffers.texi (Current Buffer): Note that the append-to-buffer
1916 example is no longer in synch with the latest code. Tie the two
1917 examples together.
1918
2aa8ea6e
CY
1919 * files.texi (File Attributes): Move note about MS-DOS from
1920 Changing Files to File Attributes.
1921 (Create/Delete Dirs): Note that mkdir is an alias for this.
1922
22e74b17
CY
19232009-04-01 Markus Triska <triska@gmx.at>
1924
1925 * processes.texi (Filter Functions): Suggest how to handle output
1926 batches.
1927
4bbe48ec
CY
19282009-03-30 Chong Yidong <cyd@stupidchicken.com>
1929
1930 * help.texi (Accessing Documentation): Update example to use
1931 help-setup-xref and with-help-window.
1932 (Help Functions): Remove print-help-return-message, which is
1933 semi-obsolete due to with-help-window. Document help-buffer and
1934 help-setup-xref.
1935
b9723f39
CY
19362009-03-29 Chong Yidong <cyd@stupidchicken.com>
1937
5dcb4c4e
SM
1938 * help.texi (Accessing Documentation, Help Functions):
1939 Remove information about long-obsolete Emacs versions.
9eb52e90 1940
b9723f39
CY
1941 * modes.texi (Mode Line Variables): The default values of the mode
1942 line variables are now more complicated.
1943
b0cc32db
CY
19442009-03-28 Chong Yidong <cyd@stupidchicken.com>
1945
3c25a5a9
CY
1946 * modes.texi (Major Mode Conventions): Note that specialness is
1947 inherited.
31c9eebb
CY
1948 (Derived Modes): Note that define-derive-mode sets the mode-class
1949 property.
3c25a5a9 1950
b0cc32db
CY
1951 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1952 goto-map. Add search-map to the list.
1953
c5e0006d
EZ
19542009-03-27 Eli Zaretskii <eliz@gnu.org>
1955
1213465a
EZ
1956 * os.texi (System Environment): Update the list of system-type
1957 values.
1958
c5e0006d
EZ
1959 * markers.texi (The Mark) <handle-shift-selection>: Update for
1960 removal of the optional argument DEACTIVATE.
1961
48bab3d6
CY
19622009-03-25 Chong Yidong <cyd@stupidchicken.com>
1963
1964 * commands.texi (Focus Events): Most X window managers don't use
1965 focus-follows-mouse nowadays.
1966
6e4ff1b6
CY
19672009-03-24 Chong Yidong <cyd@stupidchicken.com>
1968
1969 * commands.texi (Defining Commands): Clarify introduction.
1970 (Using Interactive): Not that interactive can be put in a symbol
1971 property.
1972 (Interactive Call): Note that a symbol with a non-nil
1973 interactive-form property satisfies commandp.
1974
11625308
JB
19752009-03-23 Juanma Barranquero <lekktu@gmail.com>
1976
1977 * minibuf.texi (Intro to Minibuffers): Fix typos.
1978
7b34420d
CY
19792009-03-23 Chong Yidong <cyd@stupidchicken.com>
1980
1981 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
1982 about minibuffers in old Emacs versions. Copyedits.
1983 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
1984 (Text from Minibuffer): Simplify introduction.
1985
f9257eed
AM
19862009-03-22 Alan Mackenzie <acm@muc.de>
1987
1988 * commands.texi (Using Interactive): Clarify string argument to
1989 `interactive' - even promptless elements need \n separators.
1990
f639ba70
CY
19912009-03-18 Chong Yidong <cyd@stupidchicken.com>
1992
1993 * minibuf.texi (Completion Styles): New node.
1994
1995 * elisp.texi (Top): Update node listing.
1996
d897e8ee
CY
19972009-03-17 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * minibuf.texi (Basic Completion): Note that
2000 read-file-name-completion-ignore-case and
2001 read-buffer-completion-ignore-case can override
2002 completion-ignore-case.
2003 (Minibuffer Completion): Document completing-read changes.
2004 (Completion Commands): Avoid mentioning partial completion mode.
2005 Document minibuffer-completion-confirm changes, and
2006 minibuffer-confirm-exit-commands.
2007 (High-Level Completion): Document new require-match behavior for
2008 read-buffer. Document read-buffer-completion-ignore-case.
2009 (Reading File Names): Document new require-match behavior for
2010 read-file-name.
2011
b1f23349
CY
20122009-03-14 Chong Yidong <cyd@stupidchicken.com>
2013
2014 * debugging.texi (Error Debugging): Don't mislead the reader into
2015 thinking that debug-on-error enters debugger for C-f at EOB.
2016 (Error Debugging): Setting debug-on-init within the init file
2017 works, and has for some time.
2018
d6eb4e25
KH
20192009-03-13 Kenichi Handa <handa@m17n.org>
2020
2021 * display.texi (Fontsets): Update the description.
2022
1cf53dc5
CY
20232009-03-13 Chong Yidong <cyd@stupidchicken.com>
2024
2025 * advice.texi (Advising Primitives): Link to What Is a Function.
2026
81f919fc
CY
20272009-03-12 Chong Yidong <cyd@stupidchicken.com>
2028
cf4229eb
CY
2029 * compile.texi (Speed of Byte-Code): Update example.
2030 (Disassembly): Update examples.
2031
81f919fc 2032 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2033
2034 * customize.texi (Common Keywords): It's not necessary to use :tag
2035 to remove hyphens, as custom-unlispify-tag-name does it
2036 automatically.
5dcb4c4e
SM
2037 (Variable Definitions): Link to File Local Variables.
2038 Document customized-value symbol property.
f2bbc08c
CY
2039 (Customization Types): Move menu to end of node.
2040
955964d7
CY
20412009-03-10 Chong Yidong <cyd@stupidchicken.com>
2042
2043 * macros.texi (Compiling Macros): Omit misleading sentence, which
2044 implied that macros can only be used in the same file they are
2045 defined.
2046 (Backquote): Remove obsolete information about Emacs 19.
2047
d25ed7db
GM
20482009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2049
2050 * display.texi (Display Margins): Fix paren typo.
2051
d55f6ca5
CY
20522009-02-27 Chong Yidong <cyd@stupidchicken.com>
2053
f0e57ed8
CY
2054 * elisp.texi (Top): Update node listing.
2055
2056 * variables.texi (Variables): Clarify introduction.
2057 (Global Variables): Mention that setq is a special form.
2058 (Local Variables): Use active voice.
2059 (Tips for Defining): Mention marking variables as safe.
2060 (Buffer-Local Variables): Mention terminal-local and frame-local
2061 variables together.
2062 (File Local Variables): Copyedits.
2063 (Frame-Local Variables): Note that they are not really useful.
2064 (Future Local Variables): Node deleted.
2065
d55f6ca5
CY
2066 * objects.texi (General Escape Syntax): Update explanation of
2067 unicode escape syntax.
2068
ca8f09a8
CY
20692009-02-23 Chong Yidong <cyd@stupidchicken.com>
2070
2071 * control.texi (Control Structures): Add cindex entry for "textual
2072 order".
2073
2074 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2075 instead of "expression" throughout.
2076 (Function Indirection): Copyedits. Use active voice.
2077 (Eval): The default value of max-lisp-eval-depth is now 400.
2078
a20878b6
MB
20792009-02-23 Miles Bader <miles@gnu.org>
2080
2081 * processes.texi (System Processes): Rename `system-process-attributes'
2082 to `process-attributes'.
2083
61f66044
CY
20842009-02-22 Chong Yidong <cyd@stupidchicken.com>
2085
1b80d1f3
CY
2086 * symbols.texi (Property Lists): Emphasize that property lists are
2087 not restricted to symbol cells.
2088 (Other Plists): Copyedit.
2089
61f66044
CY
2090 * sequences.texi (Sequences Arrays Vectors): Make introduction
2091 more concise.
2092 (Arrays): Mention char-tables and bool-vectors too.
2093 (Vectors): Don't repeat information given in Arrays node. Link to
2094 nodes that explain the vector usage examples.
2095 (Char-Tables): Note that char-table elements can have arbitrary
2096 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2097 Link to Property Lists node.
61f66044 2098
9403944b
CY
20992009-02-22 Chong Yidong <cyd@stupidchicken.com>
2100
2101 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2102 `append'.
4068c7b4 2103 (List Elements): Copyedits.
9403944b
CY
2104
2105 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2106 of `vconcat'.
2107
2108 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2109 Emacs 20 usage of `concat'.
2110 (Case Conversion): Copyedits.
2111
b87a185f
CY
21122009-02-21 Chong Yidong <cyd@stupidchicken.com>
2113
2114 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2115 Minor edits.
2116 (Frame Configuration Type): Emphasize that it is not primitive.
2117 (Font Type): New node.
2118 (Type Predicates): Add fontp; type-of now recognizes font object
2119 types.
2120
2121 * intro.texi (Version Info): Update version numbers in examples.
2122 (Acknowledgements): List more contributors.
2123
2124 * elisp.texi: Bump version number to 3.0.
2125 (Top): Link to Font Type node.
2126
867d4bb3
JB
21272009-02-20 Juanma Barranquero <lekktu@gmail.com>
2128
2129 * modes.texi (Major Mode Conventions): Remove duplicate words.
2130 (Customizing Keywords): Fix typo.
2131
77730170
EZ
21322009-02-14 Eli Zaretskii <eliz@gnu.org>
2133
2134 * nonascii.texi (User-Chosen Coding Systems): Document that
2135 select-safe-coding-system suggests raw-text if there are raw bytes
2136 in the region.
2137 (Explicit Encoding): Warn not to use `undecided' when encoding.
2138
c8736212
GM
21392009-02-11 Glenn Morris <rgm@gnu.org>
2140
2141 * frames.texi (Visibility of Frames): Mention the effect multiple
2142 workspaces/desktops can have on visibility.
2143
ab992d66
EZ
21442009-02-07 Eli Zaretskii <eliz@gnu.org>
2145
c8736212
GM
2146 * text.texi (Commands for Insertion):
2147 * commands.texi (Event Mod):
2148 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2149 * nonascii.texi (Translation of Characters):
2150 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2151 (Explicit Encoding): Document the `charset' text property produced
2152 by decode-coding-region and decode-coding-string.
ab992d66 2153
e651a255
AM
21542009-01-27 Alan Mackenzie <acm@muc.de>
2155
2156 * modes.texi (Search-based Fontification): Correct a typo.
2157
bc5cde4b
JB
21582009-01-25 Juanma Barranquero <lekktu@gmail.com>
2159
2160 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2161 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2162
3533155b
EZ
21632009-01-24 Eli Zaretskii <eliz@gnu.org>
2164
f721deda
EZ
2165 * display.texi (Window Systems): Document the value of
2166 `initial-window-system' under --daemon.
2167
3533155b
EZ
2168 * os.texi (System Environment): Remove description of the
2169 `environment' function which has been deleted.
2170
f79b43b2
DN
21712009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2172
2173 * frames.texi (Multiple Displays): Remove documentation for
2174 removed function make-frame-on-tty.
2175
e3aa6669
CY
21762009-01-22 Chong Yidong <cyd@stupidchicken.com>
2177
2178 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2179 write-region-annotate-functions.
2180 Document write-region-post-annotation-function.
e3aa6669 2181
fb13a416
CY
21822009-01-19 Chong Yidong <cyd@stupidchicken.com>
2183
2184 * display.texi (Font Lookup): Document WIDTH argument of
2185 x-list-fonts.
2186
02eccf6b
EZ
21872009-01-17 Eli Zaretskii <eliz@gnu.org>
2188
ead3f58d
EZ
2189 * maps.texi (Standard Keymaps): Rename function-key-map to
2190 local-function-key-map.
2191
2192 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2193 local-function-key-map.
2194
2195 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2196 and `set-keyboard-coding-system' now accept an optional terminal
2197 argument.
2198
2199 * commands.texi (Event Mod): `keyboard-translate-table' is now
2200 terminal-local.
2201 (Function Keys): Rename function-key-map to
2202 local-function-key-map.
2203
df05a163
EZ
2204 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2205 frames.texi.
2206
0ed8034e 2207 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2208 `delete-terminal-functions', `suspend-tty-functions' and
2209 `resume-tty-functions'.
0ed8034e
EZ
2210
2211 * frames.texi (Frames): Document `frame-terminal' and
2212 `terminal-live-p'.
2213 (Multiple Displays): Document `make-frame-on-tty'.
2214 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2215 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2216 (Terminal Parameters): Document `terminal-parameters',
2217 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2218
2219 * os.texi (System Environment): Document `environment' and
2220 `initial-environment'.
490f1197
EZ
2221 (Suspending Emacs): Update for multi-tty; document
2222 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2223
02eccf6b
EZ
2224 * nonascii.texi (Coding System Basics): More accurate description
2225 of `raw-text'.
2226
f19fea97
JB
22272009-01-12 Juanma Barranquero <lekktu@gmail.com>
2228
2229 * display.texi (Low-Level Font): Fix typo.
2230
16fa292f
CY
22312009-01-10 Chong Yidong <cyd@stupidchicken.com>
2232
2233 * elisp.texi (Top): Update node listing.
2234
2235 * display.texi (PostScript Images): Node deleted.
2236
0b4faef3
EZ
22372009-01-10 Eli Zaretskii <eliz@gnu.org>
2238
3355f04d
EZ
2239 * processes.texi (Decoding Output): Document that null bytes force
2240 no-conversion for reading process output.
2241
2242 * files.texi (Reading from Files): Document that null bytes force
2243 no-conversion when visiting files.
2244
11625308 2245 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 2246
5dcb4c4e
SM
2247 * nonascii.texi (Lisp and Coding Systems):
2248 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2249 (Character Properties): Improve wording.
0b4faef3 2250
ce9cf065
CY
22512009-01-09 Chong Yidong <cyd@stupidchicken.com>
2252
2253 * display.texi (Font Lookup): Remove obsolete function
2254 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2255 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2256 (Font Selection): Reorder order of variable descriptions.
2257 Minor clarifications.
ce9cf065
CY
2258
2259 * elisp.texi (Top): Update node listing.
2260
ab756fb3
GM
22612009-01-09 Glenn Morris <rgm@gnu.org>
2262
2263 * commands.texi (Command Loop Info): Say that last-command-char and
2264 last-input-char are obsolete aliases.
2265
2266 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2267 last-input-char and last-command-char, since they are just aliases for
2268 last-input-event and last-command-event.
2269
2270 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2271 last-command-char.
2272
6b2b8ab1
CY
22732009-01-08 Chong Yidong <cyd@stupidchicken.com>
2274
2275 * elisp.texi: Update node listing.
2276
2277 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2278 (Face Attributes): Don't link to Font Lookup.
2279 Document font-family-list.
6b2b8ab1
CY
2280 (Fonts): New node.
2281
3568e767
JR
22822009-01-08 Jason Rumney <jasonr@gnu.org>
2283
2284 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2285 changing the standard pointer shapes. (Bug#1485)
3568e767 2286
6221c8db
CY
22872009-01-08 Chong Yidong <cyd@stupidchicken.com>
2288
2289 * display.texi (Attribute Functions): Note that a function value
2290 :height is relative, and that compatibility functions work by
2291 calling set-face-attribute.
2292 (Displaying Faces): Reorder list in order of increasing priority.
2293 (Face Remapping): New node. Content moved here from Displaying
2294 Faces.
2295 (Glyphs): Link to Face Functions.
2296
e3d3799a
CY
22972009-01-08 Chong Yidong <cyd@stupidchicken.com>
2298
2299 * display.texi (Faces): Don't discuss face id here. facep does
2300 not return t.
2301 (Defining Faces): Minor clarification.
2302 (Face Attributes): Rearrange items to match docstring of
2303 set-face-attribute. Add :foundry attribute. Document new role of
2304 :font attribute. Texinfo usage fix.
2305 (Attribute Functions): Copyedits.
2306 (Face Functions): Note that face number is seldom used.
2307
638a2457
RS
23082009-01-05 Richard M Stallman <rms@gnu.org>
2309
2310 * strings.texi (Predicates for Strings): Minor clarification.
2311
2312 * functions.texi (Function Safety): Texinfo usage fix.
2313
49ea0074
JB
23142009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2315
2316 * objects.texi (General Escape Syntax): Fix typo.
2317
9f822178
MR
23182009-01-03 Martin Rudalics <rudalics@gmx.at>
2319
2320 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2321 works via the default value of pop-up-frame-function.
2322
af34ad36
EZ
23232009-01-02 Eli Zaretskii <eliz@gnu.org>
2324
2325 * processes.texi (System Processes): Document the `time' and
2326 `ctime' attributes of `system-process-attributes'.
2327
d31f6679
CY
23282009-01-01 Chong Yidong <cyd@stupidchicken.com>
2329
2330 * display.texi (Face Attributes): Clarify :height attribute.
2331
174dc00c
MR
23322008-12-31 Martin Rudalics <rudalics@gmx.at>
2333
2334 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2335 the front of the buffer list. Add entries for `last-buffer' and
2336 `unbury-buffer'.
2337
b8afe7e4
EZ
23382008-12-27 Eli Zaretskii <eliz@gnu.org>
2339
d14030f5
EZ
2340 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2341 and its subsections.
2342
2343 * frames.texi (Multiple Terminals, Low-level Terminal)
2344 (Terminal Parameters, Frames on Other TTY devices): New sections.
2345 (Frames): Add an xref to "Multiple Terminals".
2346
765980a4
EZ
2347 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2348
2349 * objects.texi (Terminal Type): New node.
2350 (Editing Types): Add it to the menu.
2351
47bd5577
EZ
2352 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2353 Variables".
2354
eb22b78c 2355 * variables.texi (Directory Local Variables): New node.
47bd5577 2356 (Variables): Add a menu item for it.
eb22b78c 2357
b8afe7e4
EZ
2358 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2359 `generated-autoload-file'.
2360
77bb0476
EZ
23612008-12-20 Eli Zaretskii <eliz@gnu.org>
2362
028e2c19
EZ
2363 * os.texi (Startup Summary): Add xref to documentation of
2364 `initial-window-system'.
2365
77bb0476
EZ
2366 * display.texi (Window Systems): Document `window-system' the
2367 function. The variable `window-system' is now frame-local.
028e2c19 2368 Document `initial-window-system'.
77bb0476 2369
dda87836
MR
23702008-12-19 Martin Rudalics <rudalics@gmx.at>
2371
2372 * windows.texi (Windows): Rewrite description of
2373 fit-window-to-buffer.
2374
caef3ed2
GM
23752008-12-13 Glenn Morris <rgm@gnu.org>
2376
2377 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2378 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2379
21c58e4d
GM
23802008-12-12 Glenn Morris <rgm@gnu.org>
2381
2382 * debugging.texi (Error Debugging): Refer forwards to
2383 eval-expression-debug-on-error.
2384
af38459f
EZ
23852008-12-05 Eli Zaretskii <eliz@gnu.org>
2386
5dedd9b5
EZ
2387 * strings.texi (String Basics): Only unibyte strings that
2388 represent key sequences hold 8-bit raw bytes.
2389
af38459f
EZ
2390 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2391 paragraph to speak about `undecided'.
2392 (Character Properties): Don't explain the meaning of each
2393 property; instead, identify their Unicode Standard names.
b3f1f4a5 2394 (Character Sets): Document `map-charset-chars'.
af38459f 2395
fa047ae7
GM
23962008-12-02 Glenn Morris <rgm@gnu.org>
2397
2398 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2399 section yet again.
2400
47dbc044
EZ
24012008-11-29 Eli Zaretskii <eliz@gnu.org>
2402
98d05998
EZ
2403 * nonascii.texi (Character Properties): New Section.
2404 (Specifying Coding Systems): Document
2405 `coding-system-priority-list', `set-coding-system-priority', and
2406 `with-coding-priority'.
2407 (Lisp and Coding Systems): Document `check-coding-systems-region'
2408 and `coding-system-charset-list'.
2409 (Coding System Basics): Document `coding-system-aliases'.
2410
2411 * elisp.texi (Top): Add a @detailmenu entry for "Character
2412 Properties".
2413
47dbc044
EZ
2414 * objects.texi (Character Type): Correct the range of Emacs
2415 characters. Add an @xref to "Character Codes".
2416
2417 * strings.texi (String Basics): Add an @xref to "Character Codes".
2418
2419 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2420
2421 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2422 (Character Codes): Document `max-char'.
2423
8b80cdf5
EZ
24242008-11-28 Eli Zaretskii <eliz@gnu.org>
2425
2426 * nonascii.texi (Text Representations, Converting Representations)
2427 (Character Sets, Scanning Charsets, Translation of Characters):
2428 Make text more accurate.
2429
a99dceba
GM
24302008-11-28 Glenn Morris <rgm@gnu.org>
2431
2432 * files.texi (Format Conversion Round-Trip): Improve previous change.
2433
f6dc3bed
CY
24342008-11-26 Chong Yidong <cyd@stupidchicken.com>
2435
2436 * modes.texi (Auto Major Mode): Fix example.
2437
5da9413d
GM
24382008-11-25 Glenn Morris <rgm@gnu.org>
2439
2440 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2441
2442 * files.texi (Format Conversion Round-Trip):
2443 Use active voice for previous change.
2444
fcca848c
CY
24452008-11-25 Chong Yidong <cyd@stupidchicken.com>
2446
2447 * os.texi (Processor Run Time):
2448 * processes.texi (Transaction Queues):
2449 * markers.texi (The Mark):
2450 * windows.texi (Choosing Window, Selecting Windows):
2451 * files.texi (Changing Files, Magic File Names):
2452 * commands.texi (Key Sequence Input):
2453 * functions.texi (Declaring Functions):
2454 * strings.texi (Predicates for Strings):
2455 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2456
36c8dc54
CY
24572008-11-24 Chong Yidong <cyd@stupidchicken.com>
2458
2459 * help.texi (Accessing Documentation): Update example.
2460
2461 * variables.texi (Defining Variables): Note that `*' is not
2462 necessary if defcustom is used.
2463
2a79b242
EZ
24642008-11-22 Eli Zaretskii <eliz@gnu.org>
2465
2466 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2467 Characters" from @detailmenu.
2468
2469 * nonascii.texi (Character Codes, Character Sets)
2470 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2471 (Chars and Bytes, Splitting Characters): Sections removed.
2472
392f0d26
LK
24732008-11-22 Lute Kamstra <lute@gnu.org>
2474
2475 * positions.texi (Text Lines): Update goto-line documentation.
2476
af1a5cd5
MR
24772008-11-21 Martin Rudalics <rudalics@gmx.at>
2478
6a4cfb0c
MR
2479 * frames.texi (Frames): Fix typo, add cross references, reword.
2480 (Initial Parameters): Reword special-display-frame-alist text.
2481 (Frames and Windows): Reword. Describe argument norecord for
2482 set-frame-selected-window.
2483 (Input Focus): Describe argument norecord for select-frame.
2484 Remove comment on MS-Windows behavior for focus-follows-mouse.
2485 (Raising and Lowering): Mention windows-frames dichotomy in
2486 metaphor.
2487
af1a5cd5
MR
2488 * windows.texi (Displaying Buffers, Vertical Scrolling)
2489 (Horizontal Scrolling): Fix indenting and rewording issues
2490 introduced with 2008-11-07 change.
2491
c249fa9c
GM
24922008-11-20 Glenn Morris <rgm@gnu.org>
2493
2494 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2495 element of `format-alist'.
2496
204d4665
GM
24972008-11-19 Glenn Morris <rgm@gnu.org>
2498
2499 * doclicense.texi: Update to FDL 1.3.
2500 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2501
cc0910af
CY
25022008-11-18 Chong Yidong <cyd@stupidchicken.com>
2503
efe6e7c4
CY
2504 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2505 vars, which are obsolete. Mention jit-lock-register.
2506
5dcb4c4e
SM
2507 * modes.texi (Other Font Lock Variables):
2508 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2509
cc0910af
CY
2510 * frames.texi (Color Parameters): Document alpha parameter.
2511
aeeedf76
MR
25122008-11-16 Martin Rudalics <rudalics@gmx.at>
2513
2514 * windows.texi (Splitting Windows, Deleting Windows)
2515 (Selecting Windows, Cyclic Window Ordering)
2516 (Buffers and Windows, Displaying Buffers, Choosing Window)
2517 (Dedicated Windows, Window Point, Window Start and End)
2518 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2519 (Size of Window, Resizing Windows, Window Configurations)
2520 (Window Parameters): Avoid @var at beginning of sentences and
2521 reword accordingly.
2522
4c565c5c
LK
25232008-11-11 Lute Kamstra <lute@gnu.org>
2524
2525 * files.texi (File Name Components): Fix file-name-extension
2526 documentation.
2527
25f494c9
JB
25282008-11-11 Juanma Barranquero <lekktu@gmail.com>
2529
2530 * frames.texi (Basic Parameters): Remove display-environment-variable
2531 and term-environment-variable.
2532
a1401ab1
EZ
25332008-11-08 Eli Zaretskii <eliz@gnu.org>
2534
2535 * windows.texi (Basic Windows, Splitting Windows)
2536 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2537 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2538 (Resizing Windows, Window Configurations, Window Parameters):
2539 Fix wording and markup.
a1401ab1 2540
efafc282
MR
25412008-11-07 Martin Rudalics <rudalics@gmx.at>
2542
2543 * windows.texi (Windows): Update entries.
2544 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2545 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2546 (Selecting Windows, Cyclic Window Ordering): Reword with special
2547 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2548 (Buffers and Windows, Choosing Window): Reword with special
2549 emphasis on dedicated windows.
2550 (Displaying Buffers): Reword. For switch-to-buffer mention that
2551 it may fall back on pop-to-buffer. For other-window try to
2552 explain how it treats the cyclic ordering of windows.
efafc282
MR
2553 (Dedicated Windows): New node and section discussing dedicated
2554 windows and associated functions.
86ab855a 2555 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2556 (Window Start and End): Rename node and section title. Reword.
2557 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2558 Minor rewording.
2559 (Size of Window): Reword, in particular text on window-width.
2560 (Resizing Windows): Reword. Add text on balancing windows.
2561 (Window Configurations): Reword. Mention window parameters.
2562 (Window Parameters): New node and section on window parameters.
2563 (Window Hooks): Reword. Mention that
2564 window-configuration-change-hook is run "buffer-locally".
2565 * elisp.texi (Top): Update Windows entries in @detailmenu
2566 section.
2567
d60a8ab2
JB
25682008-11-04 Juanma Barranquero <lekktu@gmail.com>
2569
2570 * searching.texi (Regexp Search): Fix typo.
2571
01777627
CY
25722008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2573
2574 * searching.texi (Regexp Search): Document GREEDY arg.
2575 (Simple Match Data): Fix return value.
2576
c4526e93
EZ
25772008-11-01 Eli Zaretskii <eliz@gnu.org>
2578
2579 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2580 with Emacs 23 internal representation of characters.
2581 Document `unibyte-string'.
c4526e93 2582
fe2ae8b5
CY
25832008-10-28 Chong Yidong <cyd@stupidchicken.com>
2584
2585 * processes.texi (Process Information): Note that process-status
2586 does not accept buffer names.
2587
cc5a21e3
CY
25882008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2589
2590 * positions.texi (Skipping Characters): Correct return value of
2591 skip-chars-forward.
2592
09460d9a
MR
25932008-10-25 Martin Rudalics <rudalics@gmx.at>
2594
520b29e7
MR
2595 * windows.texi (Deleting Windows): Update documentation of
2596 delete-windows-on.
2597 (Buffers and Windows): Update documentations of
2598 get-buffer-window and get-buffer-window-list.
2599 (Displaying Buffers): Update documentation of
2600 replace-buffer-in-windows.
2601
09460d9a
MR
2602 * buffers.texi (Current Buffer): Reword set-buffer and
2603 with-current-buffer documentations.
2604 (Creating Buffers): Reword documentation of get-buffer-create.
2605
4d48fcdc
MR
26062008-10-23 Martin Rudalics <rudalics@gmx.at>
2607
2608 * buffers.texi (Current Buffer): Reword documentation of
2609 set-buffer.
2610 (Buffer Names): Reword documentation of buffer-name.
2611 (The Buffer List): For bury-buffer explain what happens with the
2612 buffer's window.
2613 (Creating Buffers): Say that get-buffer-create's arg is called
2614 buffer-or-name.
2615
f0143c43
CY
26162008-10-22 Chong Yidong <cyd@stupidchicken.com>
2617
3e5dbbd3
CY
2618 * advice.texi (Computed Advice): Explain what DEFINITION is.
2619
f0143c43
CY
2620 * nonascii.texi (Character Codes): Remove obsolete function
2621 char-valid-p, and document characterp instead.
2622
52a94b85
MR
26232008-10-22 Martin Rudalics <rudalics@gmx.at>
2624
2625 * windows.texi (Displaying Buffers): Reword documentation of
2626 pop-to-buffer.
2627 (Choosing Window): Rewrite documentation of display-buffer and
2628 its options.
2629
f76f8246
MR
2630 * buffers.texi (Killing Buffers): Update documentation of
2631 kill-buffer.
2632
acc8b598
EZ
26332008-10-21 Eli Zaretskii <eliz@gnu.org>
2634
80e6b6df
EZ
2635 * processes.texi (Serial Ports): Fix wording and improve markup.
2636
3645358a
EZ
2637 * searching.texi (Regexp Search): Document `string-match-p' and
2638 `looking-at-p'.
2639 (POSIX Regexps): Add an xref for "non-greedy".
2640 (Regexp Special): Add @cindex entry for "non-greedy".
2641
b3d50cff 2642 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2643 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2644
73b7530a
EZ
2645 * frames.texi (Color Names): Add an xref to `read-color'.
2646
2647 * minibuf.texi (High-Level Completion): Document `read-color'.
2648
acc8b598
EZ
2649 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2650
2651 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2652
2653 * buffers.texi (Swapping Text): New section, documents
2654 `buffer-swap-text'.
2655
10e187e8
MR
26562008-10-21 Martin Rudalics <rudalics@gmx.at>
2657
2658 * windows.texi (Resizing Windows): Minor wording fix.
2659
fd6f900c
EZ
26602008-10-20 Eli Zaretskii <eliz@gnu.org>
2661
2662 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2663 and `combine-and-quote-strings'.
2664
2665 * strings.texi (Creating Strings): Add xrefs for them.
2666
e4372165
EZ
26672008-10-19 Eli Zaretskii <eliz@gnu.org>
2668
d6328fba
EZ
2669 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2670 match the corresponding menu in minibuf.texi.
2671
e4372165
EZ
2672 * minibuf.texi (Reading File Names): Document `read-shell-command'
2673 and `minibuffer-local-shell-command-map'.
2674
5d8dda33
MR
26752008-10-19 Martin Rudalics <rudalics@gmx.at>
2676
2677 * windows.texi (Resizing Windows): Remove var{} around "window" in
2678 documentation of enlarge-window.
2679 Rewrite documentation of window-min-height and window-min-width.
2680
437706cd
EZ
26812008-10-19 Eli Zaretskii <eliz@gnu.org>
2682
80f85d7c
EZ
2683 * functions.texi (Calling Functions): Document `apply-partially'.
2684
291703b5
EZ
2685 * hooks.texi (Standard Hooks): Mention
2686 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2687
2688 * variables.texi (File Local Variables): Document
2689 `file-local-variables-alist', `before-hack-local-variables-hook'
2690 and `hack-local-variables-hook'.
2691
583d8b3c
EZ
2692 * processes.texi (Synchronous Processes): Document `process-lines'.
2693
5dcb4c4e
SM
2694 * customize.texi (Variable Definitions):
2695 Document `custom-reevaluate-setting'.
437706cd 2696
7e51d89b
MR
26972008-10-18 Martin Rudalics <rudalics@gmx.at>
2698
2699 * windows.texi (Choosing Window, Deleting Windows)
2700 (Displaying Buffers): Expand documentation of dedicated windows.
2701
43c59a3d
EZ
27022008-10-18 Eli Zaretskii <eliz@gnu.org>
2703
018a960d
EZ
2704 * files.texi (Changing Files): Document symbolic input of file
2705 modes to `set-file-modes'. Document `read-file-modes' and
2706 `file-modes-symbolic-to-number'.
2707
2c0b8144
EZ
2708 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2709 and `search-map'.
2710
5dcb4c4e
SM
2711 * searching.texi (Search and Replace):
2712 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 2713 Document `multi-query-replace-map'.
80120f13 2714
6d4913f0 2715 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
2716 (Completion Commands, Reading File Names):
2717 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
2718 `minibuffer-local-filename-must-match-map'.
2719 (Minibuffer Completion): The `require-match' argument to
2720 `completing-read' can now have the value `confirm-only'.
2721
43c59a3d
EZ
2722 * windows.texi (Displaying Buffers): Minor wording fix.
2723 (Choosing Window): `split-height-threshold' can now be nil.
2724 Document `split-width-threshold'. `pop-up-frames' can have the
2725 value `graphic-only'.
2726
f36acfd9
EZ
27272008-10-17 Eli Zaretskii <eliz@gnu.org>
2728
2729 * os.texi (Startup Summary): Document `before-init-time' and
2730 `after-init-time'. Document `initial-window-system' and
2731 `window-system-initialization-alist'. Document reading the
2732 abbrevs file. Document the call to `server-start' under --daemon.
2733 Rearrange a bit to be consistent with the code flow.
53728487
EZ
2734 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2735 (Time Parsing): Document `format-seconds'.
f36acfd9 2736
96995b89
MR
27372008-10-17 Martin Rudalics <rudalics@gmx.at>
2738
2739 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2740 and reword.
2741
2de17c73
EZ
27422008-10-16 Eli Zaretskii <eliz@gnu.org>
2743
2744 * markers.texi (The Mark): Document use-region-p.
2745
9cf52b11
EZ
27462008-10-15 Eli Zaretskii <eliz@gnu.org>
2747
c3aaf1d7
EZ
2748 * internals.texi (Writing Emacs Primitives): The interactive spec
2749 of a primitive can be a Lisp form.
2750
841a1743
EZ
2751 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2752 values of transient-mark-mode. Document handle-shift-selection.
2753
2754 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2755 (Interactive Examples): Show an example of `^'.
2756 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
2757 (Defining Commands, Using Interactive): The interactive-form of a
2758 function can be added via its symbol's property.
841a1743 2759
52441368
EZ
2760 * positions.texi (List Motion): beginning-of-defun-function can
2761 now accept an argument.
2762
8e8c1a72
EZ
2763 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2764 now return a list of strings.
2765
a33a1f2a
EZ
2766 * control.texi (Handling Errors): Document ignore-errors.
2767
4fb04348
EZ
2768 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2769 (Parameter Access): Document set-frame-parameter.
2770
ee666f84
EZ
2771 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2772 Hooks" for the effect of kill-all-local-variables on local hook
2773 functions.
2774
9cf52b11
EZ
2775 * modes.texi (Major Mode Conventions, Mode Line Variables):
2776 `mode-name' need not be a string. xref to "Mode Line Data" for
2777 details, and to "Emulating Mode Line" for computing a string
2778 value.
2779
22526bc4
EZ
27802008-10-14 Eli Zaretskii <eliz@gnu.org>
2781
a65f6a85
EZ
2782 * processes.texi (System Processes): New section.
2783 (Processes, Signals to Processes): Add xrefs to it.
2784
2785 * objects.texi (Editing Types): A `process' is a subprocess of
2786 Emacs, not just any process running on the OS.
2787
2788 * elisp.texi (Top): Adjust the @detailmenu for the above two
2789 changes.
2790
2724b26a
EZ
2791 * sequences.texi (Char-Tables): Remove documentation of
2792 set-char-table-default, which has no effect since Emacs 23.
2793 <char-table-range, set-char-table-range>: Don't mention generic
2794 characters and charsets. Add a cons cell as a possible argument.
2795
2796 * nonascii.texi (Splitting Characters)
2797 (Translation of Characters): Don't mention generic characters.
2798
2799 * display.texi (Fontsets): Don't mention generic characters.
2800
22526bc4 2801 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 2802 argument FUNCTION with a cons cell as KEY.
22526bc4 2803
eaf4b689
EZ
28042008-10-13 Eli Zaretskii <eliz@gnu.org>
2805
45e46036
EZ
2806 * objects.texi (Primitive Function Type): Move "@cindex special
2807 forms" from here...
2808
2809 * eval.texi (Special Forms): ...to here.
2810
2811 * functions.texi (What Is a Function): `functionp' returns nil for
2812 special forms. Add an xref.
2813
eaf4b689
EZ
2814 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2815 Variables".
2816
2817 * variables.texi (Frame-Local Variables): New section.
2818 (Buffer-Local Variables): Add an xref to it.
2819 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2820 have both frame-local and buffer-local binding.
2821
2822 * frames.texi (Frames): Mention multiple tty frames.
2823 (Frame Parameters, Parameter Access): Mention frame-local variable
2824 bindings.
2825
15688fce
GM
28262008-09-20 Glenn Morris <rgm@gnu.org>
2827
2828 * display.texi (Defining Faces): Recommend against face variables.
2829
35539065
JB
28302008-09-16 Juanma Barranquero <lekktu@gmail.com>
2831
2832 * display.texi (Echo Area Customization): Fix typo.
2833
6a57054b
JB
28342008-09-09 Juanma Barranquero <lekktu@gmail.com>
2835
2836 * loading.texi (Where Defined): Add `defface' item.
2837
d632fb82
MR
28382008-09-06 Martin Rudalics <rudalics@gmx.at>
2839
2840 * loading.texi (Where Defined): Fix description of symbol-file.
2841
905a9adb
JR
28422008-08-26 Jason Rumney <jasonr@gnu.org>
2843
2844 * display.texi (TIFF Images): New section describing :index property.
2845
852e91b7
CY
28462008-08-23 Chong Yidong <cyd@stupidchicken.com>
2847
2848 * display.texi (Temporary Displays): Remove unnecessary comment
2849 about usage of temp-buffer-show-hook.
2850
6be001ee
CY
28512008-08-05 Chong Yidong <cyd@stupidchicken.com>
2852
2853 * symbols.texi (Other Plists): Fix incorrect example.
2854 Suggested by Florian Beck.
2855
58e3d8e8
JB
28562008-07-31 Juanma Barranquero <lekktu@gmail.com>
2857
2858 * os.texi: Fix previous change.
2859
7c2fb837
DN
28602008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2861
2862 * os.texi:
2863 * intro.texi:
2864 * files.texi: Remove VMS support.
2865
9e2a2647
DN
28662008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2867
2868 * os.texi:
2869 * frames.texi:
2870 * display.texi: Remove mentions of Mac Carbon.
2871
c4f4682b
MB
28722008-07-01 Miles Bader <miles@gnu.org>
2873
2874 * text.texi (Special Properties):
2875 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2876
3696411e
JB
28772008-06-28 Johan Bockgård <bojohan@gnu.org>
2878
2879 * display.texi (Other Image Types): Fix copy/paste error; say
2880 "PBM", not "XBM".
2881
f2a77c3a
DN
28822008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2883
2884 * os.texi: Remove references to obsolete systems.
2885
6d52677d
EZ
28862008-06-20 Eli Zaretskii <eliz@gnu.org>
2887
2888 * makefile.w32-in (distclean): Remove makefile.
2889
1a87da4c
GM
28902008-06-17 Glenn Morris <rgm@gnu.org>
2891
2892 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2893 (elisp, dist): Remove rules and variables that are obsolete now
2894 the lisp manual is no longer distributed separately.
2895
fdda1c5d
GM
28962008-06-16 Glenn Morris <rgm@gnu.org>
2897
646692e9
GM
2898 * configure, configure.in, mkinstalldirs: Remove unused files.
2899
2900 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2901 * vol1.texi (EMACSVER):
6a57054b 2902 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2903
2904 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2905 as per maintain.info.
2906
611bee81
GM
29072008-06-15 Glenn Morris <rgm@gnu.org>
2908
a7bed3a0
GM
2909 * makefile.w32-in (manual): Use "23" rather than "21".
2910
2911 * Makefile.in (emacsver): New, set by configure.
2912 (manual): Use emacsver.
2913
d794edf2
GM
2914 * intro.texi: Report bugs using M-x report-emacs-bug.
2915
611bee81
GM
2916 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2917
c73e02fa
GM
29182008-06-13 Daniel Engeler <engeler@gmail.com>
2919
2920 * elisp.texi, internals.texi, processes.texi: Add documentation
2921 about serial port access.
2922
e40a85cd
MB
29232008-06-05 Miles Bader <miles@gnu.org>
2924
2925 * display.texi (Displaying Faces): Update to reflect function
2926 renamings in face-remap.el.
2927
7b753744
JB
29282008-06-05 Juanma Barranquero <lekktu@gmail.com>
2929
2930 * display.texi (Fontsets): Fix typos.
2931
9d3d42fb
MB
29322008-06-03 Miles Bader <miles@gnu.org>
2933
7b753744
JB
2934 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2935 remove-relative-face-remapping, set-base-face-remapping,
2936 and set-default-base-face-remapping.
9d3d42fb 2937
f2cec7a9
MB
29382008-06-01 Miles Bader <miles@gnu.org>
2939
2940 * display.texi (Displaying Faces): Add face-remapping-alist.
2941
8f39c96d
SM
29422008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2943
2944 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2945 variable names.
2946
1ef5eecc
ER
29472008-05-03 Eric S. Raymond <esr@golux>
2948
352c8b4a 2949 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2950 (current-global-map) return references, not copies.
2951
63b4387f
JL
29522008-05-02 Juri Linkov <juri@jurta.org>
2953
2954 * minibuf.texi (Text from Minibuffer): Document a list of
2955 default values for `read-from-minibuffer'.
2956
38a8b703
JB
29572008-04-24 Juanma Barranquero <lekktu@gmail.com>
2958
2959 * nonascii.texi (Translation of Characters): Fix previous change.
2960
7c42e639
CY
29612008-04-20 Chong Yidong <cyd@stupidchicken.com>
2962
2963 * display.texi (Overlay Properties): Clarify role of underlying
2964 textprop and overlay keymaps for display strings.
2965
2966 * keymaps.texi (Active Keymaps): Ditto.
2967
25c0d999
SM
29682008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2969
2970 * minibuf.texi (Programmed Completion):
2971 Replace dynamic-completion-table with the new completion-table-dynamic.
2972
e3af5968
CY
29732008-04-07 Chong Yidong <cyd@stupidchicken.com>
2974
2975 * intro.texi (Some Terms): Change "fonts in this manual" index
2976 entry to "typographic conventions".
2977
6bfc8698
EZ
29782008-04-05 Eli Zaretskii <eliz@gnu.org>
2979
2980 * objects.texi (Text Props and Strings): Add indexing for read
2981 syntax of text properties.
2982
4972c361
SM
29832008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * processes.texi (Decoding Output): Remove process-filter-multibyte
2986 functions.
2987
c70a68db
MR
29882008-03-15 Martin Rudalics <rudalics@gmx.at>
2989
2990 * display.texi (Finding Overlays): Say that empty overlays at
2991 the end of the buffer are reported too.
2992
1291fd36
GM
29932008-03-13 Glenn Morris <rgm@gnu.org>
2994
2995 * elisp.texi (EMACSVER): Set to 23.0.60.
2996
c6b0dfd5
CY
29972008-02-26 Chong Yidong <cyd@stupidchicken.com>
2998
38a8b703 2999 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3000
875fc30c
GM
30012008-02-22 Glenn Morris <rgm@gnu.org>
3002
3003 * frames.texi (Position Parameters): Clarify the description of
3004 `left' and `top', using information from "Geometry".
3005 (Geometry): Give a pointer to "Position Parameters", rather than
3006 repeating information.
3007
d8c8e45a
GM
30082008-02-11 Glenn Morris <rgm@gnu.org>
3009
3010 * objects.texi (Equality Predicates): No longer talk about "two"
3011 functions.
3012
38a8b703 30132008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3014
3015 * objects.texi (Equality Predicates): Add defun for
3016 equal-including-properties.
3017
bfffe0b1
GM
30182008-02-10 Glenn Morris <rgm@gnu.org>
3019
3020 * objects.texi (Equality Predicates):
3021 Mention equal-including-properties.
3022
431b78c9
RS
30232008-02-07 Richard Stallman <rms@gnu.org>
3024
3025 * windows.texi (Window Start): Mention the feature of moving
3026 window-start to start of line.
3027
c8763fb6 30282008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3029
3030 * keymaps.texi (Tool Bar): Document rtl property.
3031
1a256502
TTN
30322008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3033
3034 * display.texi (Button Types):
3035 For define-button-type, clarify type of NAME.
3036
569382c2
MR
30372008-01-19 Martin Rudalics <rudalics@gmx.at>
3038
3039 * buffers.texi (Buffer Modification): Fix typo.
3040
f3041af1
DN
30412008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3042
3043 * os.texi (System Environment): Remove references to OSes that are
3044 not supported anymore.
3045
d35e1cd7
DN
30462008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3047
3048 * os.texi (System Environment): Remove mention for Masscomp.
3049
23af7580
RS
30502008-01-04 Richard Stallman <rms@gnu.org>
3051
3052 * display.texi (Faces): Don't talk about internal face vector as arg
3053 to facep.
3054
3055 * customize.texi (Type Keywords): Fix previous change.
3056
3057 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3058 * elisp.texi (Top): Fix menu for commands.texi change.
3059
ec7d5b1e
RS
30602007-12-30 Richard Stallman <rms@gnu.org>
3061
5dcb4c4e 3062 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3063 (Accessing Scroll): New node broken out of Accessing Mouse.
3064
101a6cea
RS
30652007-12-28 Richard Stallman <rms@gnu.org>
3066
3067 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3068 (Basic Parameters): For `title', refer to title bar.
041817a4 3069 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3070
72b7e664
RS
30712007-12-23 Richard Stallman <rms@gnu.org>
3072
3073 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3074 Improve some of the commented-out keywords' text too.
3075
27a4f445
MR
30762007-12-14 Martin Rudalics <rudalics@gmx.at>
3077
e2e3f1d7
MR
3078 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3079 "visit the current buffer".
3080
27a4f445
MR
3081 * os.texi (System Interface): Fix typo.
3082
a2afc99d
RS
30832007-12-04 Richard Stallman <rms@gnu.org>
3084
3085 * objects.texi (Symbol Type): Fix typo.
3086
b694135c
RS
30872007-12-03 Richard Stallman <rms@gnu.org>
3088
3089 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3090
f99a19da
GM
30912007-12-01 Glenn Morris <rgm@gnu.org>
3092
3093 * functions.texi (Declaring Functions): Improve previous change.
3094
8f4b37d8
GM
30952007-11-30 Glenn Morris <rgm@gnu.org>
3096
3097 * functions.texi (Declaring Functions): Add optional fourth
3098 argument of declare-function, and setting third argument to `t'.
3099
61a2fe01
RS
31002007-11-29 Richard Stallman <rms@gnu.org>
3101
3102 * customize.texi (Composite Types): Document `group' type.
3103
cbfc5193
GM
31042007-11-29 Glenn Morris <rgm@gnu.org>
3105
5dcb4c4e
SM
3106 * functions.texi (Declaring Functions): Add findex.
3107 Mention `external' files.
cbfc5193 3108
8386283a
JB
31092007-11-26 Juanma Barranquero <lekktu@gmail.com>
3110
3111 * functions.texi (Declaring Functions): Fix directive.
3112
a07c9a8b
RS
31132007-11-25 Richard Stallman <rms@gnu.org>
3114
3115 * help.texi (Help Functions): Clean up last change.
3116
3117 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3118
3119 * loading.texi (Named Features): Minor cleanup.
3120
3121 * macros.texi (Eval During Expansion): Minor cleanup.
3122
3123 * variables.texi (Variable Aliases): Minor cleanup.
3124
a0925923
RS
31252007-11-24 Richard Stallman <rms@gnu.org>
3126
3127 * functions.texi (Declaring Functions): Clarify previous change.
3128
3129 * compile.texi (Compiler Errors): Clarify previous change.
3130
20c63e44
RS
31312007-11-24 Richard Stallman <rms@gnu.org>
3132
e5e76c04 3133 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3134 Clarify the text and move items around.
3135
5bb0cda3
GM
31362007-11-24 Glenn Morris <rgm@gnu.org>
3137
3138 * functions.texi (Declaring Functions): New section.
3139 * compile.texi (Compiler Errors): Mention declaring functions,
3140 defvar with no initvalue, and byte-compile-warnings.
3141
af13c86a
MR
31422007-11-15 Martin Rudalics <rudalics@gmx.at>
3143
3144 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3145 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3146
a5373305
MR
31472007-11-13 Martin Rudalics <rudalics@gmx.at>
3148
3149 * help.texi (Help Functions): Document new macro `with-help-window'.
3150
fe284805
JL
31512007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3152
3153 * searching.texi (Replacing Match): Describe new
3154 `match-substitute-replacement'.
3155
2c3a09b1
RS
31562007-10-31 Richard Stallman <rms@gnu.org>
3157
3158 * strings.texi (Creating Strings): Null strings from concat not unique.
3159
f2b480f4
RS
31602007-10-26 Richard Stallman <rms@gnu.org>
3161
3162 * objects.texi (Equality Predicates): Null strings are uniquified.
3163
3164 * minibuf.texi: Minor clarifications in previous change.
3165
db21122c
GM
31662007-10-25 Glenn Morris <rgm@gnu.org>
3167
3168 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3169
2328cbb3
RS
31702007-10-24 Richard Stallman <rms@gnu.org>
3171
3172 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3173
3174 * variables.texi (Frame-Local Variables): Node deleted.
3175 (Variables): Delete Frame-Local Variables from menu.
3176 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3177 (Default Value): Don't mention frame-local vars.
3178
3179 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3180
3181 * loading.texi (Unloading): Document FEATURE-unload-function
3182 instead of FEATURE-unload-hook.
3183
2328cbb3
RS
3184 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3185
c066bafa
JL
31862007-10-22 Juri Linkov <juri@jurta.org>
3187
3188 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3189 (High-Level Completion): Document a list of default value strings
3190 in the DEFAULT argument, for which minibuffer functions return the
3191 first element.
3192
65ced25f
JL
31932007-10-17 Juri Linkov <juri@jurta.org>
3194
3195 * text.texi (Filling): Update arguments of fill-paragraph.
3196 fill-paragraph operates on the active region in Transient Mark mode.
3197 Remove fill-paragraph-or-region.
3198
ee46ec8e
KB
31992007-10-13 Karl Berry <karl@gnu.org>
3200
3201 * elisp.texi (@dircategory): Move to after @copying,
3202 since we want @copying as close as possible to the beginning of
3203 the output.
3204
61bbdbc6
RS
32052007-10-12 Richard Stallman <rms@gnu.org>
3206
3207 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3208
3209 * commands.texi (Distinguish Interactive): New node,
3210 broken out from Interactive Call and rewritten.
3211 (Command Loop): Put Distinguish Interactive in menu.
3212
af23e1e8
RS
32132007-10-09 Richard Stallman <rms@gnu.org>
3214
3215 * text.texi (Examining Properties): Mention overlay priority.
3216
3217 * display.texi (Display Margins): Correct the description
3218 of margin display specifications.
3219 (Replacing Specs): New subnode broken out of Display Property.
3220
e1965a69
JL
32212007-10-06 Juri Linkov <juri@jurta.org>
3222
3223 * text.texi (Filling): Document fill-paragraph-or-region.
3224
4638454b
JB
32252007-10-05 Juanma Barranquero <lekktu@gmail.com>
3226
3227 * display.texi (Auto Faces): Fix typo.
3228
7ed54cc5
RS
32292007-10-02 Richard Stallman <rms@gnu.org>
3230
3231 * display.texi (Display Property): Explain some display specs
3232 don't let you move point in.
3233
5dcb4c4e
SM
3234 * frames.texi (Cursor Parameters):
3235 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
3236
3237 * windows.texi (Basic Windows): Don't describe
3238 cursor-in-non-selected-windows here.
3239
305a7ef2
EZ
32402007-10-01 Eli Zaretskii <eliz@gnu.org>
3241
3242 * processes.texi (Misc Network): Note that these functions are
3243 supported only on some systems.
3244
f7a7f4eb
RS
32452007-10-01 Richard Stallman <rms@gnu.org>
3246
3247 * display.texi (Overlay Properties): Explain nil as priority.
3248 Explain that conflicts are unpredictable if not resolved by
3249 priorities.
3250
780d7bb9
RS
32512007-09-23 Richard Stallman <rms@gnu.org>
3252
3253 * macros.texi (Backquote): Minor clarification.
3254
14b4fdfb
RS
32552007-09-19 Richard Stallman <rms@gnu.org>
3256
3257 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3258 Clarify when they work in parallel and when one overrides.
3259 Fix error in example.
14b4fdfb 3260
b8d4c8d0
GM
32612007-09-06 Glenn Morris <rgm@gnu.org>
3262
b3e755a9 3263 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3264 commands to use ../../info.
3265 * Makefile.in (infodir): Go up one more level.
4638454b 3266 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3267 (miscmanualdir): New.
3268 (dist): Use new variable miscmanualdir.
3269 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3270 (usermanualdir): Change from ../man to ../emacs.
3271
1bb1f7d3
MR
32722007-08-30 Martin Rudalics <rudalics@gmx.at>
3273
3274 * commands.texi (Command Loop Info): Advise against changing
3275 most variables described here. Explain new variable
3276 last-repeatable-command.
3277
b8d4c8d0
GM
32782007-08-29 Glenn Morris <rgm@gnu.org>
3279
3280 * elisp.texi (EMACSVER): Increase to 23.0.50.
3281
32822007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3283
3284 * frames.texi (Basic Parameters): Add display-environment-variable
3285 and term-environment-variable.
3286
32872007-08-28 Juri Linkov <juri@jurta.org>
3288
3289 * display.texi (Image Formats, Other Image Types): Add SVG.
3290
32912007-08-28 Juri Linkov <juri@jurta.org>
3292
3293 * display.texi (Images): Move formats-related text to new node
3294 "Image Formats".
3295 (Image Formats): New node.
3296
619fb9ee
RS
32972007-08-27 Richard Stallman <rms@gnu.org>
3298
3299 * windows.texi (Window Configurations): Clarify what
3300 a window configuration saves.
3301
b8d4c8d0
GM
33022007-08-25 Richard Stallman <rms@gnu.org>
3303
3304 * display.texi (Images): Delete redundant @findex.
3305
39f9da30
GM
33062007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3307
3308 * text.texi (Change Hooks): (after|before)-change-functions are no
3309 longer bound to nil while running; rather inhibit-modification-hooks
3310 is t.
3311
b8d4c8d0
GM
33122007-08-16 Richard Stallman <rms@gnu.org>
3313
5dcb4c4e
SM
3314 * processes.texi (Asynchronous Processes):
3315 Clarify doc of start-file-process.
b8d4c8d0
GM
3316
33172007-08-08 Martin Rudalics <rudalics@gmx.at>
3318
3319 * modes.texi (Example Major Modes): Fix typo.
3320
33212007-08-08 Glenn Morris <rgm@gnu.org>
3322
3323 * intro.texi (nil and t): Do not use `iff' in documentation.
3324
3325 * tips.texi (Documentation Tips): Recommend against `iff'.
3326
33272007-08-07 Chong Yidong <cyd@stupidchicken.com>
3328
3329 * display.texi (Image Cache): Document image-refresh.
3330
33312007-08-06 Martin Rudalics <rudalics@gmx.at>
3332
3333 * windows.texi (Size of Window): Document window-full-width-p.
3334
33352007-07-25 Glenn Morris <rgm@gnu.org>
3336
3337 * gpl.texi (GPL): Replace license with GPLv3.
3338
3339 * Relicense all FSF files to GPLv3 or later.
3340
33412007-07-24 Michael Albinus <michael.albinus@gmx.de>
3342
4638454b
JB
3343 * processes.texi (Synchronous Processes):
3344 Add `process-file-shell-command'.
b8d4c8d0
GM
3345 (Asynchronous Processes): Mention restricted use of
3346 `process-filter' and `process-sentinel' in
3347 `start-file-process'. Add `start-file-process-shell-command'.
3348
33492007-07-17 Michael Albinus <michael.albinus@gmx.de>
3350
3351 * files.texi (Magic File Names): Introduce optional parameter
3352 IDENTIFICATION for `file-remote-p'.
3353
33542007-07-16 Richard Stallman <rms@gnu.org>
3355
3356 * display.texi (Defining Faces): Fix previous change.
3357
33582007-07-14 Richard Stallman <rms@gnu.org>
3359
3360 * control.texi (Handling Errors): Document `debug' in handler list.
3361
33622007-07-10 Richard Stallman <rms@gnu.org>
3363
3364 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3365
33662007-07-09 Richard Stallman <rms@gnu.org>
3367
3368 * files.texi (Magic File Names): Rewrite previous change.
3369
33702007-07-08 Michael Albinus <michael.albinus@gmx.de>
3371
3372 * files.texi (Magic File Names): Introduce optional parameter
3373 CONNECTED for `file-remote-p'.
3374
33752007-07-07 Michael Albinus <michael.albinus@gmx.de>
3376
3377 * processes.texi (Asynchronous Processes):
3378 * files.texi (Magic File Names): Add `start-file-process'.
3379
33802007-06-27 Richard Stallman <rms@gnu.org>
3381
5dcb4c4e
SM
3382 * files.texi (Format Conversion Piecemeal):
3383 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3384
33852007-06-27 Michael Albinus <michael.albinus@gmx.de>
3386
4638454b
JB
3387 * files.texi (Magic File Names): Remove `dired-call-process'.
3388 Add `process-file'.
b8d4c8d0
GM
3389
33902007-06-27 Kenichi Handa <handa@m17n.org>
3391
3392 * text.texi (Special Properties): Fix description about
4638454b 3393 `composition' property.
b8d4c8d0
GM
3394
33952007-06-26 Kenichi Handa <handa@m17n.org>
3396
3397 * nonascii.texi (Default Coding Systems): Document about the
3398 return value `undecided'.
3399
34002007-06-25 David Kastrup <dak@gnu.org>
3401
3402 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3403 `current-active-maps'.
3404
34052007-06-24 Karl Berry <karl@gnu.org>
3406
4638454b 3407 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3408
34092007-06-15 Juanma Barranquero <lekktu@gmail.com>
3410
3411 * display.texi (Overlay Arrow): Doc fix.
3412
34132007-06-14 Karl Berry <karl@tug.org>
3414
3415 * anti.texi (Antinews): Typo.
3416
34172007-06-14 Chong Yidong <cyd@stupidchicken.com>
3418
3419 * display.texi (Image Cache): Document image-refresh.
3420
34212007-06-12 Karl Berry <karl@gnu.org>
3422
3423 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3424 * two-volume.make: New file.
3425 * .cvsignore: Ignore two-volume files.
3426
34272007-06-12 Tom Tromey <tromey@redhat.com>
3428
3429 * os.texi (Init File): Document user-emacs-directory.
3430
34312007-06-03 Nick Roberts <nickrob@snap.net.nz>
3432
3433 * commands.texi (Click Events): Describe width and height when
3434 object is nil.
3435
34362007-05-30 Nick Roberts <nickrob@snap.net.nz>
3437
5dcb4c4e
SM
3438 * commands.texi (Click Events): Layout more logically.
3439 Describe width and height.
b8d4c8d0
GM
3440 (Drag Events, Motion Events): Update to new format for position.
3441
34422007-06-02 Richard Stallman <rms@gnu.org>
3443
3444 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3445
34462007-06-02 Chong Yidong <cyd@stupidchicken.com>
3447
3448 * Version 22.1 released.
3449
34502007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3451
3452 * text.texi (Special Properties): Correct meaning of fontified face.
3453
34542007-05-30 Richard Stallman <rms@gnu.org>
3455
3456 * text.texi (Special Properties): Add link to Adjusting Point.
3457
34582007-05-12 Richard Stallman <rms@gnu.org>
3459
3460 * text.texi (Margins): indent-to-left-margin is not the default.
3461 (Mode-Specific Indent): For indent-line-function, the default
3462 is indent-relative.
3463
3464 * modes.texi (Example Major Modes): Explain last line of text-mode
3465 is redundant.
3466
34672007-05-10 Richard Stallman <rms@gnu.org>
3468
3469 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3470
3471 * help.texi (Keys in Documentation): Add reference to
3472 Documentation Tips.
3473
3474 * files.texi (Format Conversion): TO-FN gets three arguments.
3475
3476 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3477
34782007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3479
3480 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3481 * files.texi (Format Conversion): Expand intro; add menu.
3482 (Format Conversion Overview, Format Conversion Round-Trip)
3483 (Format Conversion Piecemeal): New nodes/subsections.
3484 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3485 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3486 (Saving Properties): Delete node/subsection.
3487
34882007-05-07 Karl Berry <karl@gnu.org>
3489
3490 * elisp.texi (EMACSVER): Back to 22.
3491
34922007-05-06 Richard Stallman <rms@gnu.org>
3493
3494 * processes.texi (Accepting Output): Revert most of previous change.
3495
34962007-05-05 Richard Stallman <rms@gnu.org>
3497
3498 * processes.texi (Accepting Output): accept-process-output
3499 uses microseconds, not milliseconds. But that arg is obsolete.
3500
35012007-05-04 Karl Berry <karl@tug.org>
3502
3503 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3504
35052007-05-04 Eli Zaretskii <eliz@gnu.org>
3506
3507 * tips.texi (Documentation Tips): Rearrange items to place the
3508 more important ones first. Add an index entry for hyperlinks.
3509
35102007-05-03 Karl Berry <karl@gnu.org>
3511
3512 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3513 (EMACSVER) [smallbook]: 22 for printed version.
3514
3515 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3516 so restore anchor to normal position after defun. Found by Kevin Ryde.
3517
35182007-04-26 Glenn Morris <rgm@gnu.org>
3519
3520 * elisp.texi (EMACSVER): Increase to 22.1.50.
3521
35222007-04-28 Karl Berry <karl@gnu.org>
3523
3524 * elisp.texi: Improve line breaks on copyright page,
3525 similar layout to emacs manual, 8.5x11 by default.
3526
35272007-04-24 Richard Stallman <rms@gnu.org>
3528
3529 * text.texi (Special Properties): Add xref to Overlay Properties.
3530
3531 * display.texi (Overlay Properties): Add xref to Special Properties.
3532
35332007-04-22 Richard Stallman <rms@gnu.org>
3534
3535 * keymaps.texi (Extended Menu Items): Move the info about
3536 format with cached keyboard binding.
3537
35382007-04-21 Richard Stallman <rms@gnu.org>
3539
3540 * text.texi (Special Properties): Clarify previous change.
3541
3542 * files.texi (File Name Expansion): Clarify previous change.
3543
3544 * display.texi (Attribute Functions): Fix example for
3545 face-attribute-relative-p.
3546
35472007-04-19 Kenichi Handa <handa@m17n.org>
3548
3549 * text.texi (Special Properties): Document composition property.
3550
35512007-04-19 Glenn Morris <rgm@gnu.org>
3552
3553 * files.texi (File Name Expansion): Mention "superroot".
3554
35552007-04-15 Chong Yidong <cyd@stupidchicken.com>
3556
3557 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3558 setups.
3559 (Display Feature Testing): Note that display refers to all
3560 physical monitors for multi-monitor setups.
3561
35622007-04-14 Richard Stallman <rms@gnu.org>
3563
3564 * lists.texi (Sets And Lists): Clarify `delete' examples.
3565 Remove spurious xref to same node.
3566 Clarify xref for add-to-list.
3567
35682007-04-12 Nick Roberts <nickrob@snap.net.nz>
3569
3570 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3571 value of lisp-mode-map.
3572
35732007-04-11 Karl Berry <karl@gnu.org>
3574
3575 * anti.texi (Antinews):
3576 * display.texi (Overlay Properties, Defining Images):
3577 * processes.texi (Synchronous Processes, Sentinels):
3578 * syntax.texi (Syntax Table Internals):
3579 * searching.texi (Regexp Special):
3580 * nonascii.texi (Default Coding Systems):
3581 * text.texi (Special Properties):
3582 * minibuf.texi (Basic Completion): Wording to improve breaks in
3583 8.5x11 format.
3584 * elisp.texi (smallbook): New @set to more easily switch between
3585 smallbook and 8.5x11.
3586
35872007-04-11 Richard Stallman <rms@gnu.org>
3588
3589 * text.texi (Lazy Properties): Minor fix.
3590
35912007-04-08 Karl Berry <karl@gnu.org>
3592
3593 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3594 * macros.texi (Backquote): Downcase Backquote in index entries for
3595 consistency.
3596
35972007-04-08 Richard Stallman <rms@gnu.org>
3598
3599 * text.texi (Adaptive Fill): Just describe default,
3600 don't show it (since it contains non-ASCII chars).
3601
36022007-04-07 Karl Berry <karl@gnu.org>
3603
3604 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3605 adaptive-fill-regexp's value, since they are not in the standard
3606 TeX fonts.
3607
36082007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3609
3610 * display.texi (Defining Faces): Fix example.
3611
36122007-04-07 Karl Berry <karl@gnu.org>
3613
3614 * display.texi (Button Buffer Commands): Improve page break.
3615
36162007-04-07 Richard Stallman <rms@gnu.org>
3617
3618 * advice.texi (Activation of Advice): Remove redundant index entry.
3619
3620 * backups.texi: Improve index entries. Remove redundant ones.
3621
3622 * compile.texi (Byte Compilation): Improve index entry.
3623
3624 * hash.texi (Creating Hash): Improve index entry.
3625
3626 * symbols.texi (Definitions): Improve index entry.
3627
3628 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3629
3630 * maps.texi (Standard Keymaps): Remove useless index entry.
3631
3632 * help.texi (Documentation Basics): Remove redundant index entries.
3633
3634 * customize.texi: Improve index entries.
3635 Remove redundant/useless ones.
3636
3637 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3638
3639 * streams.texi (Output Variables): Improve index entry.
3640
3641 * abbrevs.texi (Abbrevs): Remove useless index entry.
3642
3643 * macros.texi (Expansion): Remove useless index entry.
3644
3645 * text.texi: Improve index entries. Remove redundant/useless ones.
3646 (Text Properties, Examining Properties)
3647 (Special Properties): Use "property category" instead of "category"
3648 to refer to the `category' property.
3649
3650 * positions.texi: Improve index entries. Remove useless one.
3651
3652 * lists.texi: Improve index entries. Remove redundant/useless ones.
3653
3654 * os.texi: Improve index entries.
3655 (Timers): Fix previous change.
3656
3657 * buffers.texi: Improve index entries.
3658 (Modification Time): Get rid of term "obsolete buffer".
3659
3660 * debugging.texi: Improve index entries.
3661 (Test Coverage): Add xref to other test coverage ftr.
3662
3663 * eval.texi: Improve index entry. Remove redundant ones.
3664
3665 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3666
3667 * files.texi: Improve index entries. Remove redundant/useless ones.
3668
3669 * objects.texi: Improve index entries.
3670
3671 * processes.texi: Improve index entries.
3672
3673 * modes.texi: Improve index entry. Remove redundant one.
3674
3675 * nonascii.texi: Improve index entries.
3676
3677 * internals.texi: Improve index entries.
3678
3679 * syntax.texi: Improve index entries.
3680
3681 * keymaps.texi (Active Keymaps): Improve index entries.
3682
3683 * commands.texi: Improve index entries. Remove redundant/useless ones.
3684
3685 * frames.texi: Improve index entries. Remove redundant/useless ones.
3686
3687 * markers.texi: Improve index entries. Remove redundant ones.
3688
3689 * tips.texi: Improve index entries.
3690
3691 * loading.texi (Unloading): Improve index entry.
3692
3693 * variables.texi: Improve index entries. Remove redundant one.
3694
3695 * sequences.texi: Improve index entry.
3696
3697 * display.texi: Improve index entries. Remove redundant ones.
3698
3699 * windows.texi: Improve index entries.
3700
3701 * searching.texi: Improve index entries. Remove redundant one.
3702
3703 * strings.texi (Case Tables): Improve last change.
3704
37052007-04-04 Chong Yidong <cyd@stupidchicken.com>
3706
3707 * strings.texi (Case Tables): Document with-case-table and
3708 ascii-case-table.
3709
37102007-04-03 Karl Berry <karl@gnu.org>
3711
3712 * processes.texi (Network): Reword to improve page break.
3713
37142007-04-03 Eli Zaretskii <eliz@gnu.org>
3715
3716 * functions.texi (Inline Functions): Describe more disadvantages
3717 of defsubst, and make advice against it stronger.
3718
37192007-04-02 Karl Berry <karl@gnu.org>
3720
3721 * backups.texi (Backup Names): Avoid widow words.
3722 * modes.texi (Example Major Modes): Align last comment.
3723
37242007-04-01 Chong Yidong <cyd@stupidchicken.com>
3725
3726 * keymaps.texi (Remapping Commands): Document new arg to
3727 command-remapping.
3728
37292007-04-01 Karl Berry <karl@gnu.org>
3730
3731 * processes.texi (Low-Level Network): Typo.
3732 * loading.texi (Hooks for Loading): Avoid double "the".
3733 * keymaps.texi (Key Sequences): No double "and".
3734 (Changing Key Bindings): Shorten to improve line break.
3735
37362007-03-31 Glenn Morris <rgm@gnu.org>
3737
3738 * os.texi (Timers): Fix description of run-at-time TIME formats.
3739
37402007-03-31 Richard Stallman <rms@gnu.org>
3741
3742 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3743 regarding ellipsis.
3744
37452007-03-31 Eli Zaretskii <eliz@gnu.org>
3746
3747 * intro.texi (nil and t):
3748 * symbols.texi (Plists and Alists):
3749 * variables.texi (Variable Aliases, Constant Variables):
3750 * functions.texi (Defining Functions):
3751 * advice.texi (Advising Primitives):
3752 * debugging.texi (Syntax Errors, Compilation Errors):
3753 * minibuf.texi (Minibuffer Windows):
3754 * commands.texi (Adjusting Point):
3755 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3756 (Auto Major Mode, Major Mode Conventions):
3757 * help.texi (Describing Characters):
3758 * files.texi (Create/Delete Dirs, Information about Files)
3759 (File Locks, Writing to Files, Reading from Files)
3760 (Saving Buffers):
3761 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3762 * frames.texi (Finding All Frames):
3763 * positions.texi (Buffer End, Motion):
3764 * markers.texi (The Region):
3765 * text.texi (Deletion, Near Point):
3766 * display.texi (Displaying Messages, Truncation):
3767 * os.texi (Processor Run Time):
3768 * tips.texi (Key Binding Conventions, Programming Tips)
3769 (Warning Tips, Documentation Tips, Comment Tips):
3770 * internals.texi (Memory Usage): Improve indexing.
3771
3772 * variables.texi (Frame-Local Variables):
3773 * functions.texi (Argument List):
3774 * loading.texi (Library Search):
3775 * streams.texi (Output Variables):
3776 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3777 * searching.texi (Replacing Match, Search and Replace):
3778 * processes.texi (Byte Packing, Decoding Output)
3779 (Accepting Output, Network Servers, Shell Arguments):
3780 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3781 * windows.texi (Window Point, Window Start):
3782 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3783 * commands.texi (Reading Input, Keyboard Events):
3784 * minibuf.texi (Reading File Names, Minibuffer Completion)
3785 (Recursive Mini):
3786 * positions.texi (List Motion):
3787 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3788 * numbers.texi (Arithmetic Operations, Math Functions)
3789 (Predicates on Numbers, Comparison of Numbers):
3790 (Numeric Conversions):
3791 * locals.texi (Standard Buffer-Local Variables):
3792 * maps.texi (Standard Keymaps):
3793 * os.texi (User Identification, System Environment, Recording Input)
3794 (X11 Keysyms):
3795 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3796 * backups.texi (Backups and Auto-Saving):
3797 * customize.texi (Customization, Group Definitions)
3798 (Variable Definitions):
3799 * compile.texi (Byte Compilation): Improve index entries.
3800
38012007-03-31 Karl Berry <karl@gnu.org>
3802
3803 * macros.texi (Defining Macros): Avoid widow syllable.
3804
38052007-03-31 Eli Zaretskii <eliz@gnu.org>
3806
3807 * elisp.texi (Top): Postscript -> PostScript.
3808
3809 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3810
38112007-03-31 Markus Triska <markus.triska@gmx.at>
3812
3813 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3814
38152007-03-30 Karl Berry <karl@gnu.org>
3816
3817 * lists.texi (List-related Predicates): Remove spurious @need.
3818 (Setcdr): Use @smallexample to improve page break.
3819 (Association Lists) <assoc>: Reword to improve page break.
3820
3821 * strings.texi (String Conversion): Insert blank line to improve
3822 page break.
3823
3824 * numbers.texi (Random Numbers): Use @minus{}.
3825 (Math Functions): Use @minus{}.
3826
3827 * intro.texi (Acknowledgements): Avoid line breaks before middle
3828 initials.
3829
38302007-03-24 Eli Zaretskii <eliz@gnu.org>
3831
3832 * errors.texi (Standard Errors): Add an index entry.
3833
38342007-03-19 Richard Stallman <rms@gnu.org>
3835
3836 * os.texi (Recording Input): recent-keys now gives 300 keys.
3837
38382007-03-12 Glenn Morris <rgm@gnu.org>
3839
3840 * os.texi: Replace "daylight savings" with "daylight saving"
3841 throughout.
3842
38432007-03-05 Richard Stallman <rms@gnu.org>
3844
5dcb4c4e
SM
3845 * variables.texi (File Local Variables):
3846 Update enable-local-variables values.
b8d4c8d0
GM
3847
38482007-03-04 Richard Stallman <rms@gnu.org>
3849
3850 * syntax.texi (Control Parsing): Minor clarification.
3851
3852 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3853
3854 * sequences.texi (Sequence Functions): Move string-bytes away,
3855 add xref.
3856
3857 * nonascii.texi (Text Representations): Move string-bytes here.
3858
3859 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3860
3861 * minibuf.texi (Basic Completion): Minor clarification.
3862
3863 * markers.texi (The Mark): Clarify existence vs activation of mark.
3864 Other cleanup.
3865
3866 * display.texi (Finding Overlays): Write better example.
3867
3868 * compile.texi (Eval During Compile): Clarify putting macros
3869 in eval-when-compile.
3870
c5602427 38712007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3872
3873 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3874 load-read-function definition doc.
b8d4c8d0
GM
3875
38762007-02-21 Kim F. Storm <storm@cua.dk>
3877
3878 * strings.texi (Text Comparison): Mention that assoc-string
3879 converts symbols to strings before testing.
3880
38812007-02-17 Kim F. Storm <storm@cua.dk>
3882
3883 * processes.texi (Bindat Spec): Vector types can have optional
3884 element type.
3885 (Bindat Examples): Fix example. Add vector with element type.
3886
38872007-02-16 Andreas Schwab <schwab@suse.de>
3888
3889 * strings.texi (Formatting Strings): Document '+' flag.
3890
38912007-02-15 Juanma Barranquero <lekktu@gmail.com>
3892
3893 * strings.texi (Modifying Strings): Clarify that `clear-string'
3894 always converts the string to unibyte.
3895
38962007-02-14 Kim F. Storm <storm@cua.dk>
3897
3898 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3899 Rewrite glyph code description to refer to these functions.
3900 Remove details of encoding face number and char into integer code.
3901
39022007-02-03 Alan Mackenzie <acm@muc.de>
3903
3904 * loading.texi (Hooks for Loading): Make the description of
3905 `eval-after-load' more detailed, and amend the description of
3906 after-load-alist, in accordance with changes from 2006-05.
3907
39082007-02-03 Chong Yidong <cyd@stupidchicken.com>
3909
3910 * modes.texi (Defining Minor Modes): Document that a :require
3911 keyword or similar may be required to make saved customization
3912 variables work.
3913
39142007-02-03 Eli Zaretskii <eliz@gnu.org>
3915
3916 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
3917 Texinfo guidelines and with what texnfo-upd.el expects.
3918 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
3919 parts needed by `texinfo-multiple-files-update'.
3920
39212007-02-02 Eli Zaretskii <eliz@gnu.org>
3922
3923 * elisp.texi (Top): Update the top-level menus.
3924
3925 * syntax.texi (Categories): Add index entries.
3926
39272007-02-01 Juanma Barranquero <lekktu@gmail.com>
3928
3929 * display.texi (Attribute Functions): Fix name and description of
3930 the UNDERLINE arg of `set-face-underline-p'.
3931
39322007-01-29 Eli Zaretskii <eliz@gnu.org>
3933
3934 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3935 Variables", and "Standard Keymaps" to the detailed menu.
3936
3937 * variables.texi (Future Local Variables): Add index entry.
3938
39392007-01-28 Richard Stallman <rms@gnu.org>
3940
3941 * tips.texi (Coding Conventions): Clarify the tip about macros
3942 that define a function or a variable.
3943
3944 * files.texi (File Attributes): UID and GID can be floats.
3945 (Magic File Names): Explain why deferring all operations to
3946 the standard handler does not work.
3947
39482007-01-23 Martin Rudalics <rudalics@gmx.at>
3949
3950 * backups.texi (Reverting): Use "buffer" instead of "file"
3951 when talking about major and minor modes.
3952
39532007-01-21 Richard Stallman <rms@gnu.org>
3954
3955 * help.texi (Documentation): Add xref to Documentation Tips.
3956
39572007-01-14 Juanma Barranquero <lekktu@gmail.com>
3958
3959 * tips.texi (Coding Conventions): Fix typos.
3960
39612007-01-05 Richard Stallman <rms@gnu.org>
3962
3963 * modes.texi (Defining Minor Modes): Fix previous change.
3964
39652007-01-03 Richard Stallman <rms@gnu.org>
3966
3967 * customize.texi (Variable Definitions, Customization Types):
3968 Don't use * in doc string for defcustom.
3969
39702007-01-02 Richard Stallman <rms@gnu.org>
3971
3972 * variables.texi (Variable Aliases): Clarify that aliases vars
3973 always have the same value.
3974
3975 * processes.texi (Bindat Spec): Fix Texinfo usage.
3976
3977 * modes.texi (Defining Minor Modes): Explain effect of command
3978 defined with define-global-minor-mode on new buffers.
3979
39802006-12-30 Kim F. Storm <storm@cua.dk>
3981
3982 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3983 `auto-resize-tool-bars'.
3984
39852006-12-30 Richard Stallman <rms@gnu.org>
3986
3987 * keymaps.texi (Active Keymaps): Fix previous change.
3988
39892006-12-30 Nick Roberts <nickrob@snap.net.nz>
3990
3991 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3992
39932006-12-30 Kim F. Storm <storm@cua.dk>
3994
3995 * processes.texi (Bindat Spec): Clarify using field names in
3996 length specifications.
3997
39982006-12-29 Kim F. Storm <storm@cua.dk>
3999
4000 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4001 Add count and index variables for eval forms in repeat blocks.
4002
40032006-12-24 Richard Stallman <rms@gnu.org>
4004
5dcb4c4e
SM
4005 * customize.texi (Variable Definitions):
4006 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4007
40082006-12-19 Kim F. Storm <storm@cua.dk>
4009
4010 * commands.texi (Misc Events): User signals now result in sigusr1
4011 and sigusr2 events which are handled through special-event-map.
4012 (Special Events): User signals and drag-n-drop are special.
4013
40142006-12-17 Richard Stallman <rms@gnu.org>
4015
4016 * loading.texi (Named Features): Explain subfeatures better.
4017
4018 * customize.texi: Use "option" only for user options.
4019 For the keyword values inside defcustom etc, say "keywords".
4020 For :options value's elements, say "elements".
4021 :group should not be omitted.
4022
4023 * syntax.texi (Parsing Expressions): Split up node.
4024 (Motion via Parsing, Position Parse, Parser State)
4025 (Low-Level Parsing, Control Parsing): New subnodes.
4026 (Parser State): Document syntax-ppss-toplevel-pos.
4027
4028 * positions.texi (List Motion): Punctuation fix.
4029
4030 * files.texi (File Name Completion): Document PREDICATE arg
4031 to file-name-completion.
4032
40332006-12-16 Eli Zaretskii <eliz@gnu.org>
4034
4035 * internals.texi (Building Emacs, Writing Emacs Primitives):
4036 Add index entries.
4037
40382006-12-11 Richard Stallman <rms@gnu.org>
4039
4040 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4041 affects face menu. Explain how to make it non-nil without enabling
4042 any fontification.
4043
40442006-12-10 Chong Yidong <cyd@stupidchicken.com>
4045
4046 * modes.texi (Font Lock Basics): Document nil value of
4047 font-lock-defaults.
4048
40492006-12-10 Glenn Morris <rgm@gnu.org>
4050
4051 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4052 value for system-flag argument. Abbrev tables may not be empty
4053 when major modes are loaded.
4054
40552006-12-08 Juanma Barranquero <lekktu@gmail.com>
4056
4057 * makefile.w32-in (maintainer-clean): Partially revert last
4058 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4059 to protect elisp-covers.texi.
4060
40612006-12-07 Juanma Barranquero <lekktu@gmail.com>
4062
4063 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4064 Don't remove elisp* info files; they are already deleted by the
4065 `clean' and `distclean' targets, and they are in the $(infodir)
4066 directory, not the current one.
4067
40682006-12-04 Kim F. Storm <storm@cua.dk>
4069
4070 * commands.texi (Misc Events): Update signal events.
4071 (Event Examples): Add signal example.
4072
40732006-11-29 Richard Stallman <rms@gnu.org>
4074
4075 * frames.texi (Visibility of Frames): Explain visible windows
4076 can be covered by others. Add xref for raise-frame.
4077
40782006-11-28 Richard Stallman <rms@gnu.org>
4079
4080 * searching.texi (Regexp Special): Update when ^ is special.
4081
40822006-11-27 Eli Zaretskii <eliz@gnu.org>
4083
4084 * customize.texi (Customization, Common Keywords)
4085 (Group Definitions, Variable Definitions, Composite Types)
4086 (Type Keywords, Customization Types): Add index entries for
4087 various customization keywords.
4088
40892006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4090
4091 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4092
c8763fb6 40932006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4094
4095 * frames.texi (Window System Selections): Remove clipboard from
4096 description of selection-coding-system.
4097
40982006-11-06 Richard Stallman <rms@gnu.org>
4099
4100 * lists.texi (List Variables): Document COMPARE-FN.
4101
4102 * keymaps.texi: Avoid use of "binding" to mean a relation;
4103 use it only to refer to the meaning associated with a key.
4104 (Keymaps): Change menu node description.
4105
4106 * elisp.texi (Top): Change menu node description.
4107
4108 * display.texi (Managing Overlays): Document overlay-recenter.
4109
41102006-10-29 Chong Yidong <cyd@stupidchicken.com>
4111
4112 * Makefile.in: Use relative paths to avoid advertising filesystem
4113 contents during compilation.
4114
41152006-10-23 Kim F. Storm <storm@cua.dk>
4116
4117 * commands.texi (Event Input Misc): Update unread-command-events.
4118
41192006-10-23 Nick Roberts <nickrob@snap.net.nz>
4120
4121 * lists.texi (Sets And Lists): Fix typos.
4122
41232006-10-18 Juanma Barranquero <lekktu@gmail.com>
4124
4125 * control.texi (Processing of Errors): Use @var for an argument,
4126 not @code.
4127
41282006-10-16 Richard Stallman <rms@gnu.org>
4129
4130 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4131
4132 * keymaps.texi (Format of Keymaps): Show all the keymap element
4133 patterns that result from menu items.
4134 (Key Lookup): Minor cleanups.
4135
4136 * modes.texi (Precalculated Fontification): Don't say that
4137 not setting font-lock-defaults avoids loading font-lock.
4138
4139 * help.texi (Documentation): Move xref to Emacs Manual here.
4140 (Documentation Basics): From here.
4141 Also doc emacs-lisp-docstring-fill-column.
4142
4143 * elisp.texi: Update version and ISBN.
4144
4145 * commands.texi (Interactive Call): Clarify KEYS arg to
4146 call-interactively is a vector.
4147 (Command Loop Info): Delete anchor in this-command-keys.
4148 Add anchor in this-command-keys-vector.
4149 (Recursive Editing): Document how recursive-edit
4150 handles the current buffer.
4151
41522006-10-13 Chong Yidong <cyd@stupidchicken.com>
4153
4154 * frames.texi (Frame Titles): %c and %l are ignored in
4155 frame-title-format.
4156
41572006-10-11 Richard Stallman <rms@gnu.org>
4158
4159 * keymaps.texi (Key Sequences): Clarify use of kbd.
4160
41612006-10-10 Kim F. Storm <storm@cua.dk>
4162
4163 * lists.texi (Sets And Lists): Add memql.
4164
41652006-10-03 Richard Stallman <rms@gnu.org>
4166
4167 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4168 Clarify :ascii: and :nonascii:.
4169
41702006-09-29 Juri Linkov <juri@jurta.org>
4171
4172 * modes.texi (%-Constructs): Reorder coding systems in the
4173 documentation of %z to the real order displayed in the modeline.
4174
41752006-09-25 Richard Stallman <rms@gnu.org>
4176
4177 * os.texi (Timers): Describe timer-max-repeats.
4178
41792006-09-25 Chong Yidong <cyd@stupidchicken.com>
4180
4181 * os.texi (Timers): Mention with-local-quit.
4182
41832006-09-24 Richard Stallman <rms@gnu.org>
4184
4185 * searching.texi (Searching and Matching): Mention property search.
4186
4187 * commands.texi (Command Loop Info): Explain how read-event affects
4188 this-command-keys.
4189
41902006-09-20 Richard Stallman <rms@gnu.org>
4191
4192 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4193
4194 * windows.texi (Window Start): Minor cleanups.
4195
41962006-09-20 Kim F. Storm <storm@cua.dk>
4197
4198 * windows.texi (Window Start): pos-visible-in-window-p allows
4199 specifying t for position to mean "end of window".
4200 Add window-line-height.
4201
4202 * anti.texi (Antinews): Mention window-line-height.
4203
42042006-09-19 David Kastrup <dak@gnu.org>
4205
4206 * keymaps.texi (Searching Keymaps): Small clarification.
4207
42082006-09-18 Richard Stallman <rms@gnu.org>
4209
4210 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4211 cause keyboard menus.
4212 (Menu Keymaps): Likewise.
4213 (Defining Menus, Keyboard Menus): Clarify.
4214
4215 * text.texi (Fields): Clarify explanation of constrain-to-field.
4216
42172006-09-16 Eli Zaretskii <eliz@gnu.org>
4218
4219 * variables.texi (Tips for Defining): Fix a typo.
4220
42212006-09-15 Richard Stallman <rms@gnu.org>
4222
4223 * keymaps.texi (Remapping Commands, Searching Keymaps)
4224 (Active Keymaps): Clean up previous change.
4225
42262006-09-15 Jay Belanger <belanger@truman.edu>
4227
4228 * gpl.texi: Replace "Library Public License" by "Lesser Public
4229 License" throughout.
4230
42312006-09-15 David Kastrup <dak@gnu.org>
4232
4233 * keymaps.texi (Active Keymaps): Adapt description to use
4234 `get-char-property' instead `get-text-property'. Explain how
4235 mouse events change this. Explain the new optional argument of
4236 `key-binding' and its mouse-dependent lookup.
4237 (Searching Keymaps): Adapt description similarly.
4238 (Remapping Commands): Explain the new optional argument of
4239 `command-remapping'.
4240
42412006-09-14 Richard Stallman <rms@gnu.org>
4242
4243 * keymaps.texi (Searching Keymaps): Clarification.
4244 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4245
42462006-09-13 Richard Stallman <rms@gnu.org>
4247
4248 * objects.texi (Character Type): Node split.
4249 Add xref to Describing Characters.
4250 (Basic Char Syntax, General Escape Syntax)
4251 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4252
42532006-09-11 Richard Stallman <rms@gnu.org>
4254
4255 * display.texi (Display Table Format): Wording clarification.
4256 (Glyphs): Clarifications.
4257
42582006-09-10 Chong Yidong <cyd@stupidchicken.com>
4259
4260 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4261 local maps.
4262
42632006-09-10 Kim F. Storm <storm@cua.dk>
4264
4265 * display.texi (Forcing Redisplay): Document return value of
4266 function redisplay.
4267
42682006-09-09 Richard Stallman <rms@gnu.org>
4269
4270 * windows.texi (Window Hooks): Explain limits of
4271 window-scroll-functions.
4272
4273 * display.texi (Fringe Indicators): Update for last change in
4274 indicate-buffer-boundaries.
4275
42762006-09-08 Richard Stallman <rms@gnu.org>
4277
4278 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4279
42802006-09-06 Kim F. Storm <storm@cua.dk>
4281
4282 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4283
4284 * windows.texi (Window Start): Update pos-visible-in-window-p.
4285
42862006-09-04 Richard Stallman <rms@gnu.org>
4287
4288 * processes.texi (Accepting Output): Explain SECONDS=0 for
4289 accept-process-output.
4290
4291 * os.texi (Idle Timers): Explain why timer functions should not
4292 loop until (input-pending-p).
4293
42942006-09-02 Eli Zaretskii <eliz@gnu.org>
4295
4296 * makefile.w32-in (usermanualdir): New variable.
4297 (elisp.dvi): Use it.
4298
42992006-09-01 Eli Zaretskii <eliz@gnu.org>
4300
4301 * buffers.texi (Buffer Modification): Fix last change.
4302
43032006-09-01 Chong Yidong <cyd@stupidchicken.com>
4304
5dcb4c4e
SM
4305 * buffers.texi (Buffer Modification):
4306 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4307
43082006-08-31 Richard Stallman <rms@gnu.org>
4309
4310 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4311
43122006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4313
4314 * modes.texi (Syntactic Font Lock):
4315 Mention font-lock-syntactic-face-function
4316 instead of specific faces.
4317
43182006-08-29 Chong Yidong <cyd@stupidchicken.com>
4319
4320 * display.texi (Images): Add xrref to display-images-p.
4321
43222006-08-28 Kenichi Handa <handa@m17n.org>
4323
4324 * nonascii.texi (Lisp and Coding Systems): Fix description of
4325 detect-coding-region.
4326
43272006-08-27 Michael Olson <mwolson@gnu.org>
4328
4329 * processes.texi (Transaction Queues): Remove stray quote
4330 character.
4331
43322006-08-25 Richard Stallman <rms@gnu.org>
4333
4334 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4335 Add xref.
4336
43372006-08-24 Chong Yidong <cyd@stupidchicken.com>
4338
4339 * os.texi (Timers): Avoid waiting inside timers.
4340
43412006-08-21 Lute Kamstra <lute@gnu.org>
4342
4343 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4344
43452006-08-20 Richard Stallman <rms@gnu.org>
4346
4347 * os.texi (Idle Timers): New node, split out from Timers.
4348 Document current-idle-time.
4349 * commands.texi (Reading One Event): Update xref.
4350 * elisp.texi (Top): Update subnode menu.
4351
43522006-08-16 Richard Stallman <rms@gnu.org>
4353
4354 * keymaps.texi (Extended Menu Items): Show format of cached
4355 bindings in extended menu items.
4356
4357 * customize.texi (Variable Definitions): Explain when the
4358 standard value expression is evaluated.
4359
43602006-08-15 Chong Yidong <cyd@stupidchicken.com>
4361
4362 * commands.texi (Reading One Event): Explain idleness in
4363 `read-event'.
4364
43652006-08-12 Chong Yidong <cyd@stupidchicken.com>
4366
4367 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4368 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4369 relevant for Lisp programming.
4370 (Yank Commands): Rewrite introduction.
4371 (Undo): Clarify.
4372 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4373 (Filling): Remove redundant comment. Clarify return value of
4374 current-justification.
4375 (Margins): Minor clarifications.
4376 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4377 (Sorting): Update definition of sort-lines.
4378 (Columns): Clarify behavior of sort-columns.
4379 (Indent Tabs): Link to Tab Stops in Emacs manual.
4380 (Special Properties): Clarify.
4381 (Clickable Text): Mention Buttons package.
4382
43832006-08-12 Kevin Ryde <user42@zip.com.au>
4384
4385 * os.texi (Time Parsing): Add %z to description of
4386 format-time-string, as per docstring. Add cross reference to
4387 glibc manual for strftime.
4388
43892006-08-08 Richard Stallman <rms@gnu.org>
4390
4391 * modes.texi: Clean up wording in previous change.
4392
43932006-08-07 Chong Yidong <cyd@stupidchicken.com>
4394
4395 * modes.texi (Hooks): Clarify.
4396 (Major Mode Basics): Mention define-derived-mode explicitly.
4397 (Major Mode Conventions): Rebinding RET is OK for some modes.
4398 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4399 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4400 (Mode Line Basics): Clarify.
4401 (Mode Line Data): Mention help-echo and local-map in strings.
4402 Explain reason for treatment of non-risky variables.
4403 (Properties in Mode): Clarify.
4404 (Faces for Font Lock): Add font-lock-negation-char-face.
4405
44062006-08-04 Eli Zaretskii <eliz@gnu.org>
4407
4408 * strings.texi (Formatting Strings): Warn against arbitrary
4409 strings as first arg to `format'.
4410
44112006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4412
4413 * text.texi (Clickable Text): Mention `help-echo' text property.
4414 Update intro, examples and associated explanations.
4415
44162006-07-31 Richard Stallman <rms@gnu.org>
4417
4418 * commands.texi: Update xrefs.
4419 (Event Mod): New node, cut out from old Translating Input.
4420
4421 * maps.texi: Update xrefs.
4422
4423 * keymaps.texi (Translation Keymaps): New node.
4424 Update xrefs from Translating Input to Translation Keymaps.
4425
4426 * elisp.texi (Top): Update subnode menu.
4427
4428 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4429
4430 * os.texi (System Interface): Fix menu descriptions of some nodes.
4431 (Translating Input): Node deleted.
4432
44332006-07-31 Nick Roberts <nickrob@snap.net.nz>
4434
4435 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4436
4437 * lists.texi (Sets And Lists): Likewise.
4438
44392006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4440
4441 * text.texi (Fields): Mention POS
4442 requirement when narrowing is in effect.
4443
44442006-07-28 Richard Stallman <rms@gnu.org>
4445
4446 * display.texi (Face Attributes): Simplify wording.
4447 (Attribute Functions): Clarify meaning of new-frame default
4448 attribute settings.
4449
4450 * customize.texi (Common Keywords): Document how to use
4451 :package-version in a package not in Emacs.
4452
44532006-07-28 Kim F. Storm <storm@cua.dk>
4454
4455 * commands.texi (Reading One Event): Fix last change.
4456
44572006-07-26 Chong Yidong <cyd@stupidchicken.com>
4458
4459 * commands.texi (Reading One Event): Document SECONDS argument for
4460 read-event, read-char, and read-char-exclusive.
4461
44622006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4463
4464 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4465 to ensure correct identification.
4466
44672006-07-24 Richard Stallman <rms@gnu.org>
4468
4469 * text.texi (Clickable Text): Clarify.
4470
4471 * sequences.texi (Vector Functions): Delete duplicate xref.
4472
4473 * objects.texi (Function Type): Clarify.
4474
4475 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4476 modes.
4477
4478 * lists.texi (List Variables): New node.
4479 Material moved from other nodes.
4480
4481 * variables.texi (Setting Variables): add-to-list and
4482 add-to-ordered-list moved to List Variables node.
4483
44842006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4485
4486 * text.texi (Links and Mouse-1):
4487 For mouse-on-link-p, expand on arg POS.
4488
44892006-07-21 Kim F. Storm <storm@cua.dk>
4490
4491 * display.texi (Forcing Redisplay): Don't mention systems which
4492 don't support sub-second timers for redisplay-preemption-period.
4493
4494 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4495
44962006-07-21 Eli Zaretskii <eliz@gnu.org>
4497
4498 * frames.texi (Input Focus): Document that focus-follows-mouse has
4499 no effect on MS-Windows.
4500
45012006-07-18 Richard Stallman <rms@gnu.org>
4502
4503 * display.texi (Forcing Redisplay): Cleanups in previous change.
4504
4505 * processes.texi (Low-Level Network): Make menu more convenient.
4506
45072006-07-18 Kim F. Storm <storm@cua.dk>
4508
4509 * display.texi (Forcing Redisplay): redisplay-preemption-period
4510 only used on window systems. Add xref to Terminal Output.
4511
4512 * os.texi (Terminal Output): baud-rate only controls preemption on
4513 non-window systems. Add xref to Forcing Redisplay.
4514
4515 * processes.texi (Low-Level Network): Rename node "Make Network"
4516 to "Network Processes".
4517
45182006-07-18 Karl Berry <karl@gnu.org>
4519
4520 * variables.texi, functions.texi, customize.texi, loading.texi:
4521 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4522
45232006-07-17 Chong Yidong <cyd@stupidchicken.com>
4524
4525 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4526
45272006-07-17 Richard Stallman <rms@gnu.org>
4528
4529 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4530 Put period and comma inside quotes.
4531
4532 * loading.texi, markers.texi: Use real doublequote inside menus.
4533
4534 * windows.texi: Put point and comma inside quotes.
4535 (Textual Scrolling): Use @samp for error message.
4536
4537 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4538 * strings.texi, streams.texi, processes.texi, os.texi:
4539 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4540 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4541 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4542 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4543 Put point and comma inside quotes.
4544
4545 * control.texi (Processing of Errors): Add command-error-function.
4546
4547 * variables.texi (File Local Variables): Clarify that
4548 file local variables make buffer-local bindings.
4549
4550 * modes.texi (Syntactic Font Lock): Give default for
4551 font-lock-syntax-table.
4552
45532006-07-17 Nick Roberts <nickrob@snap.net.nz>
4554
4555 * text.texi (Special Properties): Clean up previous change.
4556
45572006-07-16 Karl Berry <karl@gnu.org>
4558
4559 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4560 * control.texi: Fix bad page breaks through chapter 10 (control).
4561
4562 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4563 underfull hbox.
4564
45652006-07-15 Nick Roberts <nickrob@snap.net.nz>
4566
4567 * text.texi (Special Properties): Describe fontified text property
4568 in relation to a character (not text).
4569
45702006-07-15 Kim F. Storm <storm@cua.dk>
4571
4572 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4573 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4574 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4575
4576 * anti.texi (Antinews): Mention redisplay function.
4577 The kbd macro existed, but was not documented, before 22.x.
4578 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4579
45802006-07-14 Nick Roberts <nickrob@snap.net.nz>
4581
4582 * display.texi (Displaying Messages): Add anchor.
4583
4584 * frames.texi (Dialog Boxes): Use it.
4585
45862006-07-12 Richard Stallman <rms@gnu.org>
4587
4588 * objects.texi (Frame Type): Explain nature of frames better.
4589
4590 * frames.texi (Frames): Explain nature of frames better.
4591
45922006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4593
4594 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4595
45962006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4597
4598 * frames.texi (Window System Selections): Mention scrap support for Mac.
4599 Default value of x-select-enable-clipboard is t on Mac.
4600
4601 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4602
46032006-07-11 Kim F. Storm <storm@cua.dk>
4604
4605 * display.texi (Forcing Redisplay): Add `redisplay' function.
4606 Don't mention (sit-for -1) -- use (redisplay t) instead.
4607
4608 * commands.texi (Waiting): (sit-for -1) is no longer special.
4609 (sit-for 0) is equivalent to (redisplay).
4610 Iconifying/deiconifying no longer makes sit-for return.
4611
46122006-07-10 Nick Roberts <nickrob@snap.net.nz>
4613
4614 * display.texi (Buttons): Fix typo.
4615
4616 * index.texi, elisp.texi (New Symbols): Comment node out.
4617
46182006-07-09 Richard Stallman <rms@gnu.org>
4619
4620 * display.texi (Truncation): Clean up previous change.
4621
46222006-07-08 Richard Stallman <rms@gnu.org>
4623
4624 * commands.texi (Interactive Call): Use 3 as prefix in example
4625 for execute-extended-command.
4626
4627 * display.texi (Attribute Functions): Move paragraph about
4628 compatibility with Emacs < 21.
4629
46302006-07-09 Kim F. Storm <storm@cua.dk>
4631
4632 * display.texi (Refresh Screen): Clarify force-window-update.
4633 (Truncation): "Normally" indicated by fringe arrows.
4634
46352006-07-08 Eli Zaretskii <eliz@gnu.org>
4636
4637 * windows.texi (Textual Scrolling, Resizing Windows):
4638 * variables.texi (Constant Variables):
4639 * text.texi (Buffer Contents, Deletion, Changing Properties)
4640 (Property Search, Special Properties, Sticky Properties)
4641 (Links and Mouse-1, Fields, Change Hooks):
4642 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4643 (Categories):
4644 * symbols.texi (Other Plists):
4645 * streams.texi (Output Variables):
4646 * processes.texi (Input to Processes, Query Before Exit):
4647 * positions.texi (Word Motion, Text Lines, List Motion):
4648 * os.texi (Init File, System Environment, Sound Output)
4649 (Session Management):
4650 * nonascii.texi (Text Representations, Character Sets)
4651 (Chars and Bytes, Locales):
4652 * modes.texi (Defining Minor Modes, Header Lines):
4653 * minibuf.texi (Minibuffer Contents):
4654 * markers.texi (Information from Markers):
4655 * lists.texi (List Elements, Building Lists, Association Lists):
4656 * keymaps.texi (Tool Bar):
4657 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4658 * functions.texi (What Is a Function, Mapping Functions):
4659 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4660 (Color Names, Text Terminal Colors, Display Feature Testing):
4661 * files.texi (Visiting Functions, File Name Components)
4662 (Unique File Names, Contents of Directories):
4663 * display.texi (Forcing Redisplay, Displaying Messages)
4664 (Temporary Displays, Font Selection, Auto Faces)
4665 (Font Lookup, Fringe Indicators, Display Margins)
4666 (Image Descriptors, Showing Images, Image Cache, Button Types)
4667 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4668 (Display Table Format, Glyphs):
4669 * control.texi (Iteration):
4670 * commands.texi (Command Loop Info, Adjusting Point):
4671 * backups.texi (Making Backups, Auto-Saving):
4672 Remove @tindex entries.
4673
46742006-07-07 Kim F. Storm <storm@cua.dk>
4675
4676 * display.texi (Fringe Cursors): Fix typo.
4677 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4678 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4679
46802006-07-05 Richard Stallman <rms@gnu.org>
4681
4682 * text.texi (Buffer Contents): Add example of text props
4683 in result of buffer-substring.
4684 (Text Properties): Explain better about use of specific property names.
4685 (Property Search): Some cleanups; reorder some functions.
4686
4687 * keymaps.texi (Changing Key Bindings): Cleanup.
4688 Add xref to Key Binding Conventions.
4689
4690 * display.texi (Attribute Functions): Add examples for
4691 face-attribute-relative-p.
4692
4693 * tips.texi (Coding Conventions): Cleanup last change.
4694
46952006-07-05 Karl Berry <karl@gnu.org>
4696
4697 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4698 Remove @setchapternewpage odd.
4699 Result is 1013 pages, down from 1100.
4700
4701 * anti.texi, customize.texi, display.texi, internals.texi:
4702 * minibuf.texi, modes.texi, tips.texi:
4703 Fix overfull/underfull boxes.
4704
47052006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4706
4707 * edebug.texi (Instrumenting):
4708 Add Edebug-specific findex for eval-buffer.
4709 * loading.texi (Loading):
4710 Replace eval-current-buffer with eval-buffer.
4711
47122006-06-30 Nick Roberts <nickrob@snap.net.nz>
4713
4714 * locals.texi (Standard Buffer-Local Variables): Update the list
4715 of variables.
4716
47172006-06-26 Nick Roberts <nickrob@snap.net.nz>
4718
4719 * files.texi (File Name Completion): Point user to the node
4720 "Reading File Names".
4721
47222006-06-24 Eli Zaretskii <eliz@gnu.org>
4723
4724 * files.texi (Contents of Directories): Document case-insensitive
4725 behavior on respective filesystems.
4726
4727 * objects.texi (Character Type): Document that Emacs signals an
4728 error for unsupported Unicode characters specified as \uNNNN.
4729
47302006-06-19 Richard Stallman <rms@gnu.org>
4731
4732 * processes.texi (Bindat Spec): Clarify previous change.
4733
47342006-06-16 Richard Stallman <rms@gnu.org>
4735
4736 * tips.texi (Coding Conventions): Better explain conventions
4737 for definition constructs.
4738
4739 * text.texi (Special Properties): String value of `read-only'
4740 serves as the error message.
4741
4742 * objects.texi (Character Type): Clarify prev. change.
4743 (Non-ASCII in Strings): Mention \u and \U.
4744
4745 * commands.texi (Using Interactive): Explain problem of
4746 markers, etc., in command-history.
4747
47482006-06-14 Kim F. Storm <storm@cua.dk>
4749
4750 * commands.texi (Waiting): Negative arg to sit-for forces
4751 redisplay even if input is pending.
4752
4753 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4754 redisplay. Remove incorrect example of binding redisplay-dont-pause
4755 around (sit-for 0).
4756
47572006-06-13 Richard Stallman <rms@gnu.org>
4758
4759 * display.texi (Forcing Redisplay): Clarify previous change.
4760
47612006-06-13 Romain Francoise <romain@orebokech.com>
4762
4763 * display.texi (Forcing Redisplay): Fix typo.
4764
47652006-06-13 Kim F. Storm <storm@cua.dk>
4766
4767 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4768
47692006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4770
4771 * tips.texi (Coding Conventions): Add `@end itemize'.
4772
47732006-06-10 Richard Stallman <rms@gnu.org>
4774
4775 * tips.texi (Coding Conventions): Explain use of coding systems
4776 to ensure one decoding for strings.
4777
47782006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4779
4780 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4781 syntax.
4782
47832006-06-07 Eli Zaretskii <eliz@gnu.org>
4784
4785 * display.texi (Font Selection): Remove description of
4786 clear-face-cache.
4787
4788 * compile.texi (Eval During Compile): Fix a typo. Add index
4789 entries for possible uses of eval-when-compile.
4790
47912006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4792
4793 * display.texi (Abstract Display): Fix typo.
4794
47952006-06-03 Eli Zaretskii <eliz@gnu.org>
4796
4797 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4798 Reword variable's description.
4799
48002006-06-01 Richard Stallman <rms@gnu.org>
4801
4802 * windows.texi (Splitting Windows): Clarify splitting nonselected
4803 window.
4804
48052006-05-31 Juri Linkov <juri@jurta.org>
4806
4807 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4808
48092006-05-30 Richard Stallman <rms@gnu.org>
4810
4811 * display.texi (Line Height): Fix errors in description of
10d1d0af 4812 default line height and line-height property.
b8d4c8d0
GM
4813
4814 * nonascii.texi (Default Coding Systems): Further clarification.
4815
48162006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4817
4818 * internals.texi (Pure Storage): Mention that an overflow in pure
4819 space causes a memory leak.
4820 (Garbage Collection): If there was an overflow in pure space,
4821 `garbage-collect' returns nil.
4822
48232006-05-30 Eli Zaretskii <eliz@gnu.org>
4824
4825 * nonascii.texi (Default Coding Systems): Fix it some more.
4826
48272006-05-29 Eli Zaretskii <eliz@gnu.org>
4828
4829 * nonascii.texi (Default Coding Systems): Fix last change.
4830
48312006-05-29 Kenichi Handa <handa@m17n.org>
4832
4833 * nonascii.texi (find-operation-coding-system): Describe the new
4834 argument format (FILENAME . BUFFER).
4835
48362006-05-28 Richard Stallman <rms@gnu.org>
4837
4838 * tips.texi (Coding Conventions): Better explain reasons not to
4839 advise other packages or use `eval-after-load'.
4840
48412006-05-29 Kim F. Storm <storm@cua.dk>
4842
4843 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4844 `bindat-idx' and `bindat-raw' for clarity.
4845
48462006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4847
4848 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4849
4850 * display.texi (Display): Add "Abstract Display" to menu.
4851 (Abstract Display, Abstract Display Functions)
4852 (Abstract Display Example): New nodes.
4853 * elisp.texi (Top): Add "Abstract Display" to menu.
4854
48552006-05-27 Chong Yidong <cyd@stupidchicken.com>
4856
4857 * keymaps.texi (Key Sequences): Link to input events definition.
4858 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4859
4860 * files.texi (Changing Files): Document updated argument list for
4861 copy-file.
4862
48632006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4864
4865 * processes.texi (Bindat Functions): Explain term "total length".
4866 Use it in bindat-length and bindat-pack descriptions.
4867
48682006-05-26 Eli Zaretskii <eliz@gnu.org>
4869
4870 * tips.texi (Coding Conventions): Advise against using
4871 eval-after-load in packages. Add an index entry.
4872
48732006-05-25 Juri Linkov <juri@jurta.org>
4874
4875 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4876
4877 * modes.texi (%-Constructs): Add %e, %z, %Z.
4878
48792006-05-25 Richard Stallman <rms@gnu.org>
4880
4881 * elisp.texi (Top): Update subnode menu.
4882
4883 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4884 (Keymaps): Update menu.
4885
48862006-05-25 Chong Yidong <cyd@stupidchicken.com>
4887
4888 * keymaps.texi (Key Sequences): Some clarifications.
4889
48902006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4891
4892 * processes.texi (Bindat Functions): Say "unibyte string"
4893 explicitly for bindat-unpack and bindat-pack descriptions.
4894 (Bindat Examples): Don't call `string-make-unibyte' in example.
4895
48962006-05-25 Chong Yidong <cyd@stupidchicken.com>
4897
5dcb4c4e 4898 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 4899 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4900
4901 * keymaps.texi (Changing Key Bindings):
dd7b651b 4902 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4903 * help.texi (Describing Characters): Refer to it.
4904
49052006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4906
4907 * frames.texi (Pointer Shape): @end table -> @end defvar.
4908
49092006-05-22 Richard Stallman <rms@gnu.org>
4910
4911 * elisp.texi (Top): Update subnode menus.
4912
4913 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4914 Contents rewritten; material from old Pointer Shape node moved here.
4915
4916 * display.texi (Pointer Shape): Node deleted.
4917 (Image Descriptors): Minor cleanup.
4918
49192006-05-21 Richard Stallman <rms@gnu.org>
4920
4921 * syntax.texi (Parsing Expressions): Update info on which STATE
4922 elements are ignored.
4923
49242006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4925
4926 * hooks.texi (Standard Hooks): Correct typo.
4927
4928 * gpl.texi (GPL): ifinfo -> ifnottex.
4929
49302006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4931
4932 * searching.texi (Simple Match Data): Warn about match data being
4933 set anew by every search.
4934
49352006-05-17 Richard Stallman <rms@gnu.org>
4936
4937 * minibuf.texi (Minibuffer History): Clarify.
4938
4939 * searching.texi (Regexp Special): Clarify nested regexp warning.
4940
49412006-05-16 Kim F. Storm <storm@cua.dk>
4942
4943 * minibuf.texi (Minibuffer History): Update add-to-history.
4944
49452006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4946
5dcb4c4e
SM
4947 * nonascii.texi (Explicit Encoding):
4948 Fix typo (encoding<->decoding).
b8d4c8d0
GM
4949
49502006-05-14 Richard Stallman <rms@gnu.org>
4951
4952 * buffers.texi (Creating Buffers): Cleanup.
4953
4954 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4955
49562006-05-13 Eli Zaretskii <eliz@gnu.org>
4957
4958 * buffers.texi (Current Buffer): Document that with-temp-buffer
4959 disables undo.
4960
4961 * os.texi (Terminal-Specific): More accurate description of how
4962 Emacs searches for the terminal-specific libraries.
4963
49642006-05-12 Eli Zaretskii <eliz@gnu.org>
4965
4966 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4967 emacs-xtra to @inforef's.
4968
4969 * text.texi (Undo): Document that undo is turned off in buffers
4970 whose names begin with a space.
4971
4972 * buffers.texi (Buffer Names): Add index entries for buffers whose
4973 names begin with a space.
4974 (Creating Buffers): Document that undo is turned off in buffers
4975 whose names begin with a space.
4976
4977 * files.texi (Visiting Functions, Reading from Files)
4978 (Saving Buffers): Mention code and EOL conversions by file I/O
4979 primitives and subroutines.
4980
4981 * nonascii.texi (Lisp and Coding Systems): Document
4982 coding-system-eol-type. Add index entries for eol conversion.
4983
4984 * display.texi (Defining Faces): Mention `mac', and add an xref to
4985 where window-system is described.
4986
49872006-05-10 Richard Stallman <rms@gnu.org>
4988
4989 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4990
49912006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4992
4993 * variables.texi (File Local Variables): Recommend to quote lambda
4994 expressions in safe-local-variable property.
4995
49962006-05-09 Richard Stallman <rms@gnu.org>
4997
5dcb4c4e
SM
4998 * variables.texi (File Local Variables):
4999 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5000
50012006-05-07 Kim F. Storm <storm@cua.dk>
5002
5003 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5004 from add-to-history.
5005
50062006-05-07 Romain Francoise <romain@orebokech.com>
5007
5008 * commands.texi (Event Input Misc):
5009 * compile.texi (Eval During Compile):
5010 * internals.texi (Buffer Internals):
5011 * minibuf.texi (Initial Input):
5012 * nonascii.texi (Scanning Charsets):
5013 * numbers.texi (Comparison of Numbers):
5014 * windows.texi (Textual Scrolling, Vertical Scrolling):
5015 Fix various typos.
5016
50172006-05-06 Eli Zaretskii <eliz@gnu.org>
5018
5019 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5020 conditional xref's to either emacs or emacs-xtra, depending on
5021 @iftex/@ifnottex.
5022
5023 * minibuf.texi (Minibuffer History): Document add-to-history.
5024
50252006-05-05 Eli Zaretskii <eliz@gnu.org>
5026
5027 * internals.texi (Pure Storage): Mention the pure overflow message
5028 at startup.
5029
c8763fb6 50302006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5031
5032 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5033 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5034 search.
5035
50362006-05-01 Richard Stallman <rms@gnu.org>
5037
5038 * intro.texi (nil and t): Clarify.
5039
5040 * variables.texi (File Local Variables): Suggest using booleanp.
5041
50422006-05-01 Juanma Barranquero <lekktu@gmail.com>
5043
5044 * objects.texi (Type Predicates): Fix typos.
5045
50462006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5047
5048 * intro.texi (nil and t): Add booleanp.
5049
5050 * objects.texi (Type Predicates): Add links for booleanp and
5051 string-or-null-p.
5052
50532006-04-29 Richard Stallman <rms@gnu.org>
5054
5055 * modes.texi (Multiline Font Lock): Rename from
5056 Multi line Font Lock Elements. Much clarification.
5057 (Font Lock Multiline, Region to Fontify): Much clarification.
5058
50592006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 * variables.texi (File Local Variables): Remove the special case t for
5062 safe-local-variable.
5063
50642006-04-26 Richard Stallman <rms@gnu.org>
5065
5066 * syntax.texi (Parsing Expressions): Minor cleanup.
5067
50682006-04-18 Richard Stallman <rms@gnu.org>
5069
5070 * tips.texi (Coding Conventions): Explain when the package's
5071 prefix should appear later on (not at the start of the name).
5072
5073 * searching.texi (String Search): Clarify effect of NOERROR.
5074
5075 * modes.texi (Imenu): Clarify what special items do.
5076
5077 * hooks.texi (Standard Hooks): Delete text about old hook names.
5078
50792006-04-17 Romain Francoise <romain@orebokech.com>
5080
5081 * variables.texi (Local Variables): Update the default value of
5082 `max-specpdl-size'.
5083
50842006-04-15 Michael Olson <mwolson@gnu.org>
5085
5086 * processes.texi (Transaction Queues): Mention the new optional
5087 `delay-question' argument for `tq-enqueue'.
5088
50892006-04-13 Bill Wohler <wohler@newt.com>
5090
5091 * customize.texi (Common Keywords): Use dotted notation for
5092 :package-version value. Specify its values. Improve documentation
5093 for customize-package-emacs-version-alist.
5094
50952006-04-12 Bill Wohler <wohler@newt.com>
5096
5097 * customize.texi (Common Keywords): Move description of
5098 customize-package-emacs-version-alist to @defvar.
5099
51002006-04-10 Bill Wohler <wohler@newt.com>
5101
5102 * customize.texi (Common Keywords): Add :package-version.
5103
51042006-04-10 Kim F. Storm <storm@cua.dk>
5105
5106 * text.texi (Buffer Contents): Add NOPROPS arg to
5107 filter-buffer-substring.
5108
51092006-04-08 Kevin Ryde <user42@zip.com.au>
5110
5111 * os.texi (Command-Line Arguments): Update xref to emacs manual
5112 "Command Arguments" -> "Emacs Invocation", per change there.
5113
51142006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5115
5116 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5117 be on one line to help makeinfo not render two spaces after the dot.
5118
51192006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5120
5121 * strings.texi (Predicates for Strings): Add string-or-null-p.
5122
51232006-03-28 Kim F. Storm <storm@cua.dk>
5124
5125 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5126 remarks about systems that don't support fractional seconds.
5127
51282006-03-25 Karl Berry <karl@gnu.org>
5129
5130 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5131 the year list.
5132
51332006-03-21 Nick Roberts <nickrob@snap.net.nz>
5134
5135 * display.texi (Fringe Indicators): Fix typos.
5136
51372006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5138
5139 * tips.texi (Documentation Tips): One can now also write `program'
5140 in front of a quoted symbol in a docstring to prevent making a
5141 hyperlink.
5142
51432006-03-19 Alan Mackenzie <acm@muc.de>
5144
5145 * text.texi (Special Properties): Clarify `fontified' property.
5146
51472006-03-16 Richard Stallman <rms@gnu.org>
5148
5149 * display.texi (Defining Images): Minor cleanup.
5150
51512006-03-16 Bill Wohler <wohler@newt.com>
5152
5153 * display.texi (Defining Images): In image-load-path-for-library,
5154 prefer user's images.
5155
51562006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5157
5158 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5159
51602006-03-15 Bill Wohler <wohler@newt.com>
5161
5162 * display.texi (Defining Images): Fix example in
5163 image-load-path-for-library by not recommending that one binds
5164 image-load-path. Just defvar it to placate compiler and only use
5165 it if previously defined.
5166
51672006-03-14 Bill Wohler <wohler@newt.com>
5168
5169 * display.texi (Defining Images): In image-load-path-for-library,
5170 always return list of directories. Update example.
5171
51722006-03-14 Alan Mackenzie <acm@muc.de>
5173
5174 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5175 This describes font-lock-extend-region-function.
5176 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5177 the new node "Region to Fontify".
5178
51792006-03-13 Richard Stallman <rms@gnu.org>
5180
5181 * display.texi (Invisible Text): The impossible position is
5182 now before the invisible text, not after.
5183 (Defining Images): Clean up last change.
5184
51852006-03-11 Bill Wohler <wohler@newt.com>
5186
5187 * display.texi (Defining Images): Add image-load-path-for-library.
5188
51892006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5190
5191 * text.texi (Adaptive Fill): Fix Texinfo usage.
5192
5193 * strings.texi (Creating Strings): Fix Texinfo usage.
5194
5195 * searching.texi (Regexp Special): Use @samp for regular
5196 expressions that are not in Lisp syntax.
5197
51982006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5199
5200 * searching.texi (Regexp Special): Put remark between parentheses
5201 to avoid misreading.
5202
52032006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5204
5205 * searching.texi (Syntax of Regexps): More accurately describe
5206 which characters are special in which situations.
5207 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5208 are not special. Describe in detail when `[' and `]' are special.
5209 (Regexp Backslash): Plenty of regexps with unbalanced square
5210 brackets are valid, so reword that statement.
5211
52122006-03-02 Kim F. Storm <storm@cua.dk>
5213
5214 * keymaps.texi (Tool Bar): Add tool-bar-border.
5215
52162006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5217
5218 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5219
52202006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5221
5222 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5223
5224 * files.texi (Locating Files): Suggest additional values for the
5225 SUFFIXES arg of `locate-file'. Update pxref.
5226
5227 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5228 (How Programs Do Loading): Discuss the effects of Auto Compression
5229 mode on `load'.
5230 (Load Suffixes): New node.
5231 (Library Search): Delete description of `load-suffixes'; it was
5232 moved to "Load Suffixes".
5233 (Autoload, Named Features): Mention `load-suffixes'.
5234
52352006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5236
5237 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5238
5239 * windows.texi (Window Tree): Fix typo.
5240
52412006-02-20 Kim F. Storm <storm@cua.dk>
5242
5243 * display.texi (Fringe Indicators): New section.
5244 Move indicate-empty-lines, indicate-buffer-boundaries, and
5245 default-indicate-buffer-boundaries here.
5246 Add fringe-indicator-alist and default-fringes-indicator-alist.
5247 Add list of logical fringe indicator symbols.
5248 Update list of standard bitmap names.
5249 (Fringe Cursors): New section.
5250 Move overflow-newline-into-fringe here.
5251 Add fringe-cursor-alist and default-fringes-cursor-alist.
5252 Add list of fringe cursor symbols.
5253
52542006-02-20 Juanma Barranquero <lekktu@gmail.com>
5255
5256 * commands.texi (Using Interactive): Fix reference to node
5257 "Minibuffers".
5258
52592006-02-19 Richard M. Stallman <rms@gnu.org>
5260
5261 * minibuf.texi (High-Level Completion):
5262 Add xref to read-input-method-name.
5263
5264 * files.texi (Relative File Names): Move file-relative-name here.
5265 (File Name Expansion): From here. Minor clarifications.
5266
5267 * commands.texi (Using Interactive): Add xrefs about reading input.
5268 Clarify remarks about that moving point and mark.
5269 Put string case before list case.
5270
c8763fb6 52712006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5272
5273 * display.texi (Other Display Specs, Image Descriptors):
5274 Revert erroneous changes. The previous description of
5275 image-descriptors as `(image . PROPS)' was correct.
5276
52772006-02-14 Richard M. Stallman <rms@gnu.org>
5278
5279 * variables.texi (File Local Variables): Clarifications.
5280
52812006-02-14 Juanma Barranquero <lekktu@gmail.com>
5282
5283 * variables.texi (File Local Variables): Use @code for a cons
5284 cell, not @var.
5285
52862006-02-13 Chong Yidong <cyd@stupidchicken.com>
5287
5288 * variables.texi (File Local Variables): Document new file local
5289 variable behavior.
5290
52912006-02-10 Kim F. Storm <storm@cua.dk>
5292
5293 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5294
52952006-02-08 Juanma Barranquero <lekktu@gmail.com>
5296
5297 * modes.texi (%-Constructs): Remove obsolete info about
5298 `global-mode-string'.
5299
53002006-02-07 Richard M. Stallman <rms@gnu.org>
5301
5302 * commands.texi (Prefix Command Arguments): Minor cleanup.
5303
5304 * display.texi: "Graphical display", not window system.
5305
5306 * functions.texi (What Is a Function): Fix xref.
5307
5308 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5309 (Changing Key Bindings): Clarify when remapping is better than
5310 substitute-key-definition.
5311
53122006-02-02 Richard M. Stallman <rms@gnu.org>
5313
5314 * minibuf.texi (Basic Completion): Completion alists are risky.
5315
5316 * keymaps.texi (Active Keymaps): Clarifications.
5317 (Searching Keymaps): New node.
5318 (Keymaps): Update menu.
5319
5320 * frames.texi (Layout Parameters): Minor clarification.
5321 (Drag and Drop): New node.
5322 (Frames): Update menu.
5323
53242006-01-29 Chong Yidong <cyd@stupidchicken.com>
5325
5326 * display.texi (Other Display Specs, Image Descriptors):
5327 Image description is a list, not a cons cell.
5328
53292006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5330
5331 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5332 list is not necessarily a list).
5333
53342006-01-27 Eli Zaretskii <eliz@gnu.org>
5335
5336 * frames.texi (Layout Parameters): border-width and
5337 internal-border-width belong to the frame, not the window.
5338
53392006-01-19 Richard M. Stallman <rms@gnu.org>
5340
5341 * nonascii.texi (Translation of Characters): Search cmds use
5342 translation-table-for-input. Automatically made local.
5343
5344 * markers.texi (Overview of Markers): Count insertion type
5345 as one of a marker's attributes.
5346
5347 * keymaps.texi (Controlling Active Maps): New node, split out of
5348 Active Keymaps.
5349 (Keymaps): Menu updated.
5350 (Active Keymaps): Give pseudocode to explain how the active
5351 maps are searched. current-active-maps and key-binding moved here.
5352 (Functions for Key Lookup): current-active-maps and key-binding moved.
5353 Clarifications.
5354 (Searching the Keymaps): New subnode.
5355
5356 * elisp.texi (Top): Menu clarification.
5357
5358 * display.texi (Other Display Specs): Delete duplicate entry for
5359 just a string as display spec. Move text about recursive display
5360 specs on such a string.
5361
5362 * commands.texi (Key Sequence Input): Clarify.
5363 Move num-nonmacro-input-events out.
5364 (Reading One Event): num-nonmacro-input-events moved here.
5365
53662006-01-14 Nick Roberts <nickrob@snap.net.nz>
5367
5368 * advice.texi (Simple Advice): Update example to fit argument
5369 change in previous-line.
5370
53712006-01-05 Richard M. Stallman <rms@gnu.org>
5372
5373 * markers.texi (The Mark): Fix in `mark'.
5374
53752006-01-04 Richard M. Stallman <rms@gnu.org>
5376
5377 * processes.texi (Misc Network, Make Network): Minor cleanups.
5378
53792006-01-04 Kim F. Storm <storm@cua.dk>
5380
5381 * processes.texi (Make Network): Add IPv6 addresses and handling.
5382 (Network Feature Testing): Mention (:family ipv6).
5383 (Misc Network): Add IPv6 formats to format-network-address.
5384
53852005-12-30 Richard M. Stallman <rms@gnu.org>
5386
5387 * text.texi (Changing Properties):
5388 Don't use return value of set-text-properties.
5389
53902005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5391
5392 * modes.texi (Mode Line Format): Correct typo in menu.
5393
53942005-12-29 Richard M. Stallman <rms@gnu.org>
5395
5396 * modes.texi (Mode Line Top): New node.
5397 (Mode Line Data): Some text moved to new node.
5398 Explain the data structure more concretely.
5399 (Mode Line Basics): Clarifications.
5400 (Mode Line Variables): Clarify intro paragraph.
5401 (%-Constructs): Clarify intro paragraph.
5402 (Mode Line Format): Update menu.
5403
54042005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5405
5406 * minibuf.texi (Basic Completion): Update lazy-completion-table
5407 examples for removal of ARGS argument.
5408
54092005-12-23 Richard M. Stallman <rms@gnu.org>
5410
5411 * text.texi (Undo): Restore some explanation from the version
5412 that was deleted.
5413
54142005-12-23 Eli Zaretskii <eliz@gnu.org>
5415
5416 * text.texi (Undo): Remove duplicate descriptions of `apply
5417 funname' and `apply delta' elements of the undo list.
5418
54192005-12-20 Richard M. Stallman <rms@gnu.org>
5420
5421 * help.texi (Help Functions): Update documentation of `apropos'.
5422
54232005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5424
5425 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5426 because it is confusing. If the :help-echo keyword is a function,
5427 it is not directly used as the :help-echo overlay property, as the
5428 xref seems to suggest (it does not take the appropriate args).
5429
54302005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5431
5432 * customize.texi (Common Keywords): Fix Texinfo usage.
5433 (Group Definitions, Variable Definitions): Update for new
5434 conventions for using `*' in docstrings.
5435
5436 * tips.texi (Documentation Tips): Update for new conventions for
5437 using `*' in docstrings.
5438
54392005-12-16 Richard M. Stallman <rms@gnu.org>
5440
5441 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5442
54432005-12-16 Juri Linkov <juri@jurta.org>
5444
5445 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5446
54472005-12-14 Romain Francoise <romain@orebokech.com>
5448
5449 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5450 Fix typo.
5451
54522005-12-11 Juri Linkov <juri@jurta.org>
5453
5454 * minibuf.texi (Completion Commands): Add mention of read-file-name
5455 for filename completion keymaps.
5456 (Reading File Names): Add mention of filename completion keymaps
5457 for read-file-name and xref to `Completion Commands'.
5458
54592005-12-10 Richard M. Stallman <rms@gnu.org>
5460
5461 * customize.texi (Common Keywords): State caveats for use of :tag.
5462
54632005-12-08 Richard M. Stallman <rms@gnu.org>
5464
5465 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5466 with xrefs and better explanation.
5467 (Completion Commands): Add the filename completion maps.
5468
5469 * objects.texi (Character Type): Clarify that \s is not space
5470 if a dash follows.
5471
54722005-12-05 Richard M. Stallman <rms@gnu.org>
5473
5474 * windows.texi (Resizing Windows): Delete preserve-before args.
5475
54762005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5479 in full keymaps, since the quirk has been fixed.
5480
54812005-12-03 Eli Zaretskii <eliz@gnu.org>
5482
5dcb4c4e
SM
5483 * hooks.texi (Standard Hooks): Add index entries.
5484 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5485
54862005-11-27 Richard M. Stallman <rms@gnu.org>
5487
5488 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5489
54902005-11-21 Juri Linkov <juri@jurta.org>
5491
5492 * customize.texi (Common Keywords): Update links types
5493 custom-manual and url-link. Add link types emacs-library-link,
5494 file-link, function-link, variable-link, custom-group-link.
5495
54962005-11-20 Chong Yidong <cyd@stupidchicken.com>
5497
5498 * display.texi: Revert 2005-11-20 change.
5499
55002005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5501
5502 * processes.texi (Bindat Functions):
5503 Say "third" to refer to zero-based index "2".
5504
55052005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5506
5507 * loading.texi (Library Search): Update the default value of
5508 `load-suffixes'.
5509
55102005-11-17 Chong Yidong <cyd@stupidchicken.com>
5511
5512 * display.texi (Attribute Functions): Mention :ignore-defface.
5513
55142005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5515
5516 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5517 (Minor Mode Conventions): Mention the use of a hook.
5518
55192005-11-06 Richard M. Stallman <rms@gnu.org>
5520
5521 * files.texi (Magic File Names): find-file-name-handler checks the
5522 `operations' property of the handler.
5523
55242005-11-03 Richard M. Stallman <rms@gnu.org>
5525
5526 * variables.texi (Frame-Local Variables): Small clarification.
5527
55282005-10-29 Chong Yidong <cyd@stupidchicken.com>
5529
5530 * os.texi (Init File): Document ~/.emacs.d/init.el.
5531
55322005-10-29 Richard M. Stallman <rms@gnu.org>
5533
5534 * internals.texi (Garbage Collection): Document memory-full.
5535
55362005-10-28 Bill Wohler <wohler@newt.com>
5537
5538 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5539 for URLs.
5540
55412005-10-28 Richard M. Stallman <rms@gnu.org>
5542
5543 * minibuf.texi (Completion Commands): Clean up prev change.
5544
55452005-10-26 Kevin Ryde <user42@zip.com.au>
5546
5547 * compile.texi (Eval During Compile): Explain recommended uses
5548 of eval-when-compile and eval-and-compile.
5549
55502005-10-27 Masatake YAMATO <jet@gyve.org>
5551
5552 * minibuf.texi (Completion Commands):
5553 Write about new optional argument for `display-completion-list'.
5554
55552005-10-23 Richard M. Stallman <rms@gnu.org>
5556
5557 * display.texi (Overlay Arrow): Clarify about local bindings of
5558 overlay-arrow-position.
5559
55602005-10-22 Eli Zaretskii <eliz@gnu.org>
5561
5562 * internals.texi (Building Emacs): Fix last change.
5563
55642005-10-22 Richard M. Stallman <rms@gnu.org>
5565
5566 * internals.texi (Building Emacs): Document eval-at-startup.
5567
55682005-10-21 Richard M. Stallman <rms@gnu.org>
5569
5570 * loading.texi (Where Defined): load-history contains abs file names.
5571 symbol-file returns abs file names.
5572
55732005-10-19 Kim F. Storm <storm@cua.dk>
5574
5575 * display.texi (Showing Images): Add max-image-size integer value.
5576
55772005-10-18 Chong Yidong <cyd@stupidchicken.com>
5578
5579 * display.texi (Showing Images): Document max-image-size.
5580
55812005-10-17 Richard M. Stallman <rms@gnu.org>
5582
5583 * commands.texi (Quitting): Minor clarification.
5584
5585 * processes.texi (Sentinels): Clarify about output and quitting.
5586 (Filter Functions): Mention with-local-quit.
5587
55882005-10-17 Juri Linkov <juri@jurta.org>
5589
5590 * buffers.texi (Current Buffer):
5591 * commands.texi (Event Input Misc):
5592 * compile.texi (Eval During Compile, Compiler Errors):
5593 * customize.texi (Group Definitions):
5594 * display.texi (Progress, Defining Faces):
5595 * files.texi (Writing to Files):
5596 * modes.texi (Mode Hooks, Defining Minor Modes):
5597 * streams.texi (Output Functions):
5598 * syntax.texi (Syntax Table Functions):
5599 * text.texi (Change Hooks):
5600 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5601
5602 * commands.texi (Quitting): Replace arg `forms' with `body' in
5603 `with-local-quit'.
5604
5605 * positions.texi (Excursions): Replace arg `forms' with `body' in
5606 `save-excursion'.
5607
56082005-10-08 Kim F. Storm <storm@cua.dk>
5609
5610 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5611 Rename manual section accordingly.
5612
56132005-10-04 Kim F. Storm <storm@cua.dk>
5614
5615 * windows.texi (Window Split Tree): New section describing
5616 new function window-split-tree function.
5617
56182005-10-03 Nick Roberts <nickrob@snap.net.nz>
5619
5620 * display.texi (Fringe Size/Pos): Simplify and add detail.
5621
56222005-09-30 Romain Francoise <romain@orebokech.com>
5623
5624 * minibuf.texi (High-Level Completion): Explain that the prompt
5625 given to `read-buffer' should end with a colon and a space.
5626 Update usage examples.
5627
56282005-09-29 Juri Linkov <juri@jurta.org>
5629
5630 * display.texi (Displaying Messages): Rename argument name
5631 `string' to `format-string' in functions `message', `message-box',
5632 `message-or-box'.
5633
56342005-09-26 Chong Yidong <cyd@stupidchicken.com>
5635
5636 * errors.texi (Standard Errors): Correct xrefs.
5637
56382005-09-18 Chong Yidong <cyd@stupidchicken.com>
5639
5640 * display.texi (Defining Images): Update documentation for
5641 `image-load-path'.
5642
56432005-09-17 Richard M. Stallman <rms@gnu.org>
5644
5645 * display.texi (Defining Images): Clean up previous change.
5646
56472005-09-16 Romain Francoise <romain@orebokech.com>
5648
5649 * elisp.texi: Specify GFDL version 1.2.
5650
5651 * doclicense.texi (GNU Free Documentation License): Update to
5652 version 1.2.
5653
56542005-09-15 Chong Yidong <cyd@stupidchicken.com>
5655
5656 * display.texi (Defining Images): Document `image-load-path'.
5657
56582005-09-15 Richard M. Stallman <rms@gnu.org>
5659
5660 * objects.texi (Printed Representation): Minor cleanup.
5661 (Box Diagrams): Minor fix.
5662 (Cons Cell Type): Move (...) index item here.
5663 (Box Diagrams): From here.
5664 (Array Type): Minor fix.
5665 (Type Predicates): Delete index "predicates".
5666 (Hash Table Type): Clarify xref.
5667 (Dotted Pair Notation): Minor fix.
5668
56692005-09-10 Chong Yidong <cyd@stupidchicken.com>
5670
5671 * files.texi (Saving Buffers): Fix typo.
5672
56732005-09-08 Richard M. Stallman <rms@gnu.org>
5674
5675 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5676
56772005-09-08 Chong Yidong <cyd@stupidchicken.com>
5678
5679 * locals.texi (Standard Buffer-Local Variables): Don't include
5680 mode variables for minor modes.
5681 Fix xrefs for buffer-display-count, buffer-display-table,
5682 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5683 enable-multibyte-characters, fill-column, header-line-format,
5684 left-fringe-width, left-margin, and right-fringe-width.
5685
5686 * hooks.texi (Standard Hooks): All hooks should conform to the
5687 standard naming convention now.
5688 Fix xref for `echo-area-clear-hook'.
5689
5690 * display.texi (Usual Display): Note that indicate-empty-lines and
5691 tab-width are buffer-local.
5692
5693 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5694
5695 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5696
5697 * nonascii.texi (Encoding and I/O): Note that
5698 buffer-file-coding-system is buffer-local.
5699
5700 * positions.texi (List Motion): Note that defun-prompt-regexp is
5701 buffer-local.
5702
5703 * text.texi (Auto Filling): Note that auto-fill-function is
5704 buffer-local.
5705 (Undo): Note that buffer-undo-list is buffer-local.
5706
5dcb4c4e
SM
5707 * windows.texi (Buffers and Windows):
5708 Document buffer-display-count.
b8d4c8d0
GM
5709
57102005-09-06 Richard M. Stallman <rms@gnu.org>
5711
5712 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5713 package prefix elsewhere than at the start of the name.
5714
57152005-09-03 Richard M. Stallman <rms@gnu.org>
5716
5717 * tips.texi (Programming Tips): Add conventions for minibuffer
5718 questions and prompts.
5719
57202005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5721
5722 * intro.texi (nil and t): Minor cleanup.
5723 Delete spurious mention of keyword symbols.
5724 (Evaluation Notation): Add index entry.
5725 (A Sample Function Description): Minor cleanup.
5726 (A Sample Variable Description): Not all vars can be set.
5727
57282005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5729
5730 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5731
5732 (Insertion): Document precise type of `insert-char' arg COUNT.
5733
57342005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5735
5736 * modes.texi (Other Font Lock Variables): Sync the default of
5737 font-lock-lines-before.
5738
57392005-08-31 Michael Albinus <michael.albinus@gmx.de>
5740
5741 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5742
57432005-08-29 Richard M. Stallman <rms@gnu.org>
5744
5745 * elisp.texi (Top): Update subnode menu.
5746
5747 * searching.texi (Searching and Matching): Move node.
5748 Rearrange contents and add overall explanation.
5749 (Searching and Case): Move node.
5750 (Searching and Matching): Update menu.
5751
57522005-08-27 Eli Zaretskii <eliz@gnu.org>
5753
5754 * os.texi (Startup Summary): Fix the description of the initial
5755 startup message display.
5756
57572005-08-25 Richard M. Stallman <rms@gnu.org>
5758
5759 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5760
57612005-08-25 Emilio C. Lopes <eclig@gmx.net>
5762
5763 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5764 `next-overlay-change' example.
5765
57662005-08-22 Juri Linkov <juri@jurta.org>
5767
5768 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5769 Fix invert-face. Fix args of face-background.
5770
5771 * display.texi (Standard Faces): Delete node.
5772 (Faces): Add xref to `(emacs)Standard Faces'.
5773 (Displaying Faces): Fix xref to `Standard Faces'.
5774
5775 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5776
57772005-08-20 Alan Mackenzie <acm@muc.de>
5778
5779 * buffers.texi (The Buffer List): Clarify the manipulation of the
5780 buffer list.
5781
57822005-08-14 Richard M. Stallman <rms@gnu.org>
5783
5784 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5785 a regexp.
5786
57872005-08-11 Richard M. Stallman <rms@gnu.org>
5788
5789 * elisp.texi (Top): Update subnode lists.
5790
5791 * display.texi (Inverse Video): Node deleted.
5792
5793 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5794 New nodes split out of Coding Conventions.
5795
5796 * searching.texi (Regular Expressions): Document re-builder.
5797
5798 * os.texi (Time Parsing): New node split out of Time Conversion.
5799
5800 * processes.texi (Misc Network, Network Feature Testing)
5801 (Network Options, Make Network): New nodes split out of
5802 Low-Level Network.
5803
58042005-08-09 Richard M. Stallman <rms@gnu.org>
5805
5806 * frames.texi (Geometry): New node, split from Size and Position.
5807 (Frame Parameters): Refer to Geometry.
5808
5809 * buffers.texi (The Buffer List): Fix xrefs.
5810
5811 * windows.texi (Splitting Windows): Fix xref.
5812
5813 * frames.texi (Layout Parameters): Add xref.
5814
5815 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5816
5817 * keymaps.texi (Menu Bar): Fix xref.
5818
5819 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5820
5821 * modes.texi (%-Constructs): Fix xref.
5822
5823 * frames.texi (Window Frame Parameters): Node split up.
5824 (Basic Parameters, Position Parameters, Size Parameters)
5825 (Layout Parameters, Buffer Parameters, Management Parameters)
5826 (Cursor Parameters, Color Parameters): New subnodes.
5827
58282005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5829
5830 * positions.texi (Screen Lines): Update xref for previous change
5831 in minibuf.texi.
5832
5833 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5834 change in minibuf.texi.
5835
58362005-08-09 Richard M. Stallman <rms@gnu.org>
5837
5838 * tips.texi (Coding Conventions): Minor cleanup.
5839
5840 * modes.texi (Defining Minor Modes): Explain when init-value
5841 can be non-nil.
5842
5843 * elisp.texi (Top): Update submenu for Minibuffer.
5844
5845 * minibuf.texi (Minibuffer Misc): Node split up.
5846 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5847 (Recursive Mini): New nodes split out from Minibuffer Misc.
5848 (Minibuffer Misc): Document max-mini-window-height.
5849
5850 * hash.texi (Defining Hash): Delete stray paren in example.
5851
5852 * display.texi (Echo Area Customization): Don't define
5853 max-mini-window-height here; xref instead.
5854
5855 * commands.texi (Event Input Misc): Update while-no-input.
5856
5857 * advice.texi (Advising Functions): Explain when to use advice
5858 and when to use a hook.
5859
58602005-07-30 Eli Zaretskii <eliz@gnu.org>
5861
5862 * makefile.w32-in (info): Don't run install-info.
5863 ($(infodir)/dir): New target, produced by running install-info.
5864
58652005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5866
5867 * modes.texi (Defining Minor Modes): The keyword for the initial
5868 value is :init-value, not :initial-value.
5869
58702005-07-23 Eli Zaretskii <eliz@gnu.org>
5871
5872 * loading.texi (Autoload): Make the `doctor' example be consistent
5873 with what's in current loaddefs.el. Describe the "fn" magic in
5874 the usage portion of the doc string.
5875
58762005-07-22 Richard M. Stallman <rms@gnu.org>
5877
5878 * internals.texi (Garbage Collection): Clarify previous change.
5879
58802005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5881
5882 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5883
58842005-07-18 Juri Linkov <juri@jurta.org>
5885
5886 * commands.texi (Accessing Events):
5887 * frames.texi (Text Terminal Colors, Resources):
5888 * markers.texi (The Mark):
5889 * modes.texi (Defining Minor Modes):
5890 Delete duplicate duplicate words.
5891
58922005-07-16 Richard M. Stallman <rms@gnu.org>
5893
5894 * display.texi (Managing Overlays): Clarify make-overlay
5895 args for insertion types.
5896
58972005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5898
5899 * customize.texi (Variable Definitions):
5900 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5901 `standard-value' is a list too.
5902 (Defining New Types): Use @key{RET} instead of @key{ret}.
5903
59042005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5905
5906 * os.texi (Translating Input): Fix typo.
5907
59082005-07-08 Richard M. Stallman <rms@gnu.org>
5909
5910 * README: Update edition number and size estimate.
5911
5912 * elisp.texi (VERSION): Set to 2.9.
5913
59142005-07-07 Richard M. Stallman <rms@gnu.org>
5915
5916 * book-spine.texinfo: Update Emacs version.
5917
5918 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5919
59202005-07-06 Richard M. Stallman <rms@gnu.org>
5921
5922 * searching.texi (Regexp Search): Clarify what re-search-forward
5923 does when the search fails.
5924
59252005-07-05 Lute Kamstra <lute@gnu.org>
5926
5927 * Update FSF's address in GPL notices.
5928
5929 * doclicense.texi (GNU Free Documentation License):
5930 * gpl.texi (GPL):
5931 * tips.texi (Coding Conventions, Library Headers):
5932 * vol1.texi:
5933 * vol2.texi: Update FSF's address.
5934
59352005-07-04 Richard M. Stallman <rms@gnu.org>
5936
5937 * hooks.texi (Standard Hooks): Add occur-hook.
5938
59392005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5940
5941 * display.texi (The Echo Area): Correct menu.
5942
59432005-07-03 Richard M. Stallman <rms@gnu.org>
5944
5945 * elisp.texi (Top): Update subnode menu for Display.
5946
5947 * display.texi (Displaying Messages): New node, with most
5948 of what was in The Echo Area.
5dcb4c4e 5949 (Progress): Move under The Echo Area.
b8d4c8d0
GM
5950 (Logging Messages): New node with new text.
5951 (Echo Area Customization): New node, the rest of what was
5952 in The Echo Area. Document message-truncate-lines with @defvar.
5953 (Display): Update menu.
5954
5955 * windows.texi (Textual Scrolling): Doc 3 values for
5956 scroll-preserve-screen-position.
5957
5958 * text.texi (Special Properties): Change hook functions
5959 should bind inhibit-modification-hooks around altering buffer text.
5960
5961 * keymaps.texi (Key Binding Commands): Call binding BINDING
5962 rather than DEFINITION.
5963
59642005-06-29 Juanma Barranquero <lekktu@gmail.com>
5965
5966 * variables.texi (Defining Variables): `user-variable-p' returns t
5967 for aliases of user options, nil for alias loops.
5968
59692005-06-28 Richard M. Stallman <rms@gnu.org>
5970
5971 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5972 make-keymap.
5973
59742005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5975
5976 * variables.texi (Setting Variables): Correct and clarify
5977 description of `add-to-ordered-list'.
5978
59792005-06-26 Richard M. Stallman <rms@gnu.org>
5980
5981 * display.texi (Faces): Minor cleanup.
5982
59832005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5984
5985 * display.texi (Faces): `facep' returns t for strings that are
5986 face names.
5987
59882005-06-25 Richard M. Stallman <rms@gnu.org>
5989
5990 * objects.texi (Equality Predicates): Clarify meaning of equal.
5991
5992 * windows.texi (Selecting Windows): save-selected-window
5993 and with-selected-window save and restore the current buffer.
5994
59952005-06-24 Richard M. Stallman <rms@gnu.org>
5996
5997 * numbers.texi (Float Basics): Explain how to test for NaN,
5998 and printing the sign of NaNs.
5999
60002005-06-24 Eli Zaretskii <eliz@gnu.org>
6001
6002 * makefile.w32-in (MAKEINFO): Use --force.
6003
60042005-06-23 Richard M. Stallman <rms@gnu.org>
6005
6006 * display.texi (Face Functions): Correct Texinfo usage.
6007
60082005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6009
6010 * lists.texi (Rings): `ring-elements' now returns the elements of
6011 RING in order.
6012
60132005-06-23 Juanma Barranquero <lekktu@gmail.com>
6014
6015 * markers.texi (The Mark): Texinfo usage fix.
6016
60172005-06-23 Kim F. Storm <storm@cua.dk>
6018
6019 * searching.texi (Entire Match Data): Remove evaporate option for
6020 match-data. Do not mention evaporate option for set-match-data.
6021
60222005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6023
6024 * display.texi (Face Functions): Mention face aliases.
6025
60262005-06-21 Richard M. Stallman <rms@gnu.org>
6027
6028 * anti.texi (Antinews): Texinfo usage fix.
6029
60302005-06-21 Karl Berry <karl@gnu.org>
6031
6032 * elisp.texi: Use @copying.
6033
6034 * elisp.texi: Put @summarycontents and @contents before the Top
6035 node, instead of the end of the file, so that the contents appear
6036 in the right place in the dvi/pdf output.
6037
60382005-06-21 Juri Linkov <juri@jurta.org>
6039
6040 * display.texi (Defining Faces): Add `customized-face'.
6041
60422005-06-20 Kim F. Storm <storm@cua.dk>
6043
6044 * variables.texi (Setting Variables): Any type of element can be
6045 given order in add-to-ordered-list. Compare elements with eq.
6046
6047 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6048
60492005-06-20 Karl Berry <karl@gnu.org>
6050
6051 * syntax.texi (Syntax Flags): Make last column very slightly wider
6052 to avoid "generic comment" breaking on two lines and causing an
6053 underfull box.
6054
60552005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6056
6057 * lists.texi (Rings): Various minor clarifications and corrections.
6058
60592005-06-18 Richard M. Stallman <rms@gnu.org>
6060
6061 * functions.texi (Obsolete Functions): Simplify.
6062
6063 * variables.texi (Variable Aliases): Simplify.
6064
6065 * anti.texi, backups.texi, compile.texi, customization.texi:
6066 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6067 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6068 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6069 * variables.texi: Fix formatting ugliness.
6070
6071 * elisp.texi: Add links to Rings and Byte Packing.
6072 Update version and copyright years.
6073
6074 * minibuf.texi: Fix formatting ugliness.
6075 (Completion Commands): Move keymap vars to the end
6076 and vars completing-read binds to the top.
6077
60782005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6079
6080 * processes.texi: Fix typos.
6081 (Bindat Spec): Correct Texinfo error.
6082 (Byte Packing): Fix ungrammatical sentence.
6083
60842005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6085
6086 * lists.texi (Rings): New node.
6087 (Lists): Add it to menu.
6088
6089 * processes.texi (Byte Packing): New node.
6090 (Processes): Add it to menu.
6091
60922005-06-17 Richard M. Stallman <rms@gnu.org>
6093
6094 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6095
6096 * help.texi (Documentation Basics): Explain the xref to
6097 Documentation Tips.
6098
6099 * debugging.texi (Debugger Commands): Minor fix.
6100
61012005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6102
6103 * edebug.texi (Instrumenting): Eliminate duplicate link.
6104 (Specification List): Replace references to "below", referring to
6105 a later node, with one @ref to that node.
6106
6107 * os.texi (Timers): Timers should save and restore the match data
6108 if they change it.
6109
6110 * debugging.texi (Debugger Commands): Mention that the Lisp
6111 debugger can not step through primitive functions.
6112
61132005-06-16 Juanma Barranquero <lekktu@gmail.com>
6114
6115 * functions.texi (Obsolete Functions): Update argument names of
6116 `make-obsolete' and `define-obsolete-function-alias'.
6117
6118 * variables.texi (Variable Aliases): Update argument names of
6119 `defvaralias', `make-obsolete-variable' and
6120 `define-obsolete-variable-alias'.
6121
61222005-06-15 Kim F. Storm <storm@cua.dk>
6123
6124 * searching.texi (Entire Match Data): Rephrase warnings about
6125 evaporate arg to match-data and set-match-data.
6126
61272005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6128
6129 * elisp.texi (Top): Update detailed menu.
6130
6131 * edebug.texi (Edebug): Update menu.
6132 (Instrumenting): Update xrefs.
6133 (Edebug Execution Modes): Correct xref.
6134 (Jumping): Clarify description of `h' command.
6135 Eliminate redundant @ref.
6136 (Breaks): New node.
6137 (Breakpoints): Is now a subsubsection.
6138 (Global Break Condition): Mention `C-x X X'.
6139 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6140 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6141 (Edebug Display Update): Correct pxref.
6142 (Edebug and Macros): New node.
6143 (Instrumenting Macro Calls): Is now a subsubsection.
6144 Neither arg of `def-edebug-spec' is evaluated.
6145 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6146 (Specification Examples): Fix typo.
6147
61482005-06-14 Lute Kamstra <lute@gnu.org>
6149
6150 * debugging.texi (Function Debugging): Primitives can break on
6151 entry too.
6152
61532005-06-14 Kim F. Storm <storm@cua.dk>
6154
6155 * variables.texi (Setting Variables): Add add-to-ordered-list.
6156
61572005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6160 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6161
61622005-06-13 Lute Kamstra <lute@gnu.org>
6163
6164 * text.texi (Special Properties): Fix cross reference.
6165
61662005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6167
6168 * debugging.texi (Function Debugging): Delete mention of empty
6169 string argument to `cancel-debug-on-entry'. Delete inaccurate
6170 description of the return value of that command.
6171
61722005-06-11 Alan Mackenzie <acm@muc.de>
6173
6174 * text.texi (Adaptive Fill): Amplify the description of
6175 fill-context-prefix.
6176
61772005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6178
6179 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6180
61812005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6182
6183 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6184
61852005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6186
6187 * debugging.texi (Error Debugging): Minor rewording.
6188 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6189 is optional.
6190
61912005-06-10 Lute Kamstra <lute@gnu.org>
6192
6193 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6194 (Top): Give it a title. Correct version number. Give the
6195 detailed node listing a more prominent header.
6196 * intro.texi: Don't set VERSION here a second time.
6197 Mention Emacs's version too.
6198 * anti.texi (Antinews): Use EMACSVER to refer to the current
6199 version of Emacs.
6200
62012005-06-09 Kim F. Storm <storm@cua.dk>
6202
6203 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6204 match-data and set-match-data.
6205
62062005-06-08 Richard M. Stallman <rms@gnu.org>
6207
6208 * searching.texi (Entire Match Data): Clarify when match-data
6209 returns markers and when integers.
6210
6211 * display.texi (Defining Faces): Explain that face name should not
6212 end in `-face'.
6213
6214 * modes.texi (Mode Line Data): Minor cleanup.
6215 (Customizing Keywords): Node split out of Search-based Fontification.
6216 Add example of using font-lock-add-keywords from a hook.
6217 Clarify when MODE should be non-nil, and when nil.
6218
62192005-06-06 Richard M. Stallman <rms@gnu.org>
6220
6221 * modes.texi (Mode Line Data): Explain what happens when the car
6222 of a list is a void symbol.
6223 (Search-based Fontification): Explain MODE arg to
6224 font-lock-add-keywords and warn about calls from major modes.
6225
62262005-06-08 Juri Linkov <juri@jurta.org>
6227
6228 * display.texi (Standard Faces): Add `shadow' face.
6229
62302005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6231
6232 * modes.texi (Major Mode Conventions): A derived mode only needs
6233 to put the call to the parent mode inside `delay-mode-hooks'.
6234
62352005-05-29 Richard M. Stallman <rms@gnu.org>
6236
6237 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6238 new, and what that implies. Clarify.
6239
6240 * files.texi (Locating Files): Clean up the text.
6241
6242 * frames.texi (Window Frame Parameters): Document user-size.
6243 Shorten entry for top by referring to left.
6244
62452005-05-26 Richard M. Stallman <rms@gnu.org>
6246
6247 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6248 is new, and what the implications are. Other clarifications.
6249
62502005-05-24 Richard M. Stallman <rms@gnu.org>
6251
6252 * frames.texi (Dialog Boxes): Minor fixes.
6253
62542005-05-25 Masatake YAMATO <jet@gyve.org>
6255
6256 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6257
62582005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6259
6260 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6261 is optional.
6262
62632005-05-24 Nick Roberts <nickrob@snap.net.nz>
6264
10d1d0af 6265 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6266
62672005-05-23 Lute Kamstra <lute@gnu.org>
6268
6269 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6270 syntax-begin-function over font-lock-beginning-of-syntax-function.
6271
62722005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6273
6274 * minibuf.texi (Reading File Names): Update description of
6275 `read-directory-name'.
6276
6277 * modes.texi (Derived Modes): Clarify :group keyword.
6278
62792005-05-21 Eli Zaretskii <eliz@gnu.org>
6280
6281 * files.texi (Locating Files): New subsection.
6282 Describe locate-file and executable-find.
6283
62842005-05-21 Kevin Ryde <user42@zip.com.au>
6285
6286 * frames.texi (Initial Parameters): Update cross reference to
6287 "Emacs Invocation".
6288
62892005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6290
6291 * keymaps.texi (Active Keymaps): Add anchor.
6292
6293 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6294 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6295 appropriate place.
6296 (Derived Modes): Small clarifications.
6297 (Minor Mode Conventions, Keymaps and Minor Modes):
6298 Replace references to nodes with references to anchors.
6299 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6300 Clarify description of lists whose first element is an integer.
6301 (Mode Line Variables): Add anchor.
6302 (%-Constructs): Clarify description of integer after %.
6303 (Emulating Mode Line): Describe nil value for FACE.
6304
63052005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6306
6307 * modes.texi (Derived Modes): Correct references to non-existing
6308 variable standard-syntax-table.
6309
63102005-05-17 Lute Kamstra <lute@gnu.org>
6311
6312 * modes.texi (Defining Minor Modes): Mention the mode hook.
6313
63142005-05-15 Kim F. Storm <storm@cua.dk>
6315
6316 * processes.texi (Network): Remove open-network-stream-nowait.
6317 (Network Servers): Remove open-network-stream-server.
6318
63192005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6320
6321 * elisp.texi (Top): Update detailed menu.
6322
6323 * variables.texi: Reorder nodes.
6324 (Variables): Update menu.
6325 (File Local Variables): Do not refer to the `-*-' line as
6326 a "local variables list". Add pxref.
6327
63282005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6329
6330 * elisp.texi (Top): Update detailed menu for node changes.
6331
6332 * modes.texi (Modes): Update Menu.
6333 (Hooks): Move to beginning of chapter.
6334 Most minor modes run mode hooks too.
6335 `add-hook' can handle void hooks or hooks whose value is a single
6336 function.
6337 (Major Modes): Update Menu.
6338 (Major Mode Basics): New node, split off from `Major Modes'.
6339 (Major Mode Conventions): Correct xref. Explain how to handle
6340 auto-mode-alist if the major mode command has an autoload cookie.
6341 (Auto Major Mode): Major update. Add magic-mode-alist.
6342 (Derived Modes): Major update.
6343 (Mode Line Format): Update Menu.
6344 (Mode Line Basics): New node, split off from `Mode Line Format'.
6345
6346 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6347 for `magic autoload comment'. Add index entries and anchor.
6348
63492005-05-14 Richard M. Stallman <rms@gnu.org>
6350
6351 * tips.texi (Coding Conventions): Explain how important it is
6352 that just loading certain files not change Emacs behavior.
6353
6354 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6355
63562005-05-12 Lute Kamstra <lute@gnu.org>
6357
6358 * modes.texi (Generic Modes): Update.
6359 (Major Modes): Refer to node "Generic Modes".
6360
6361 * elisp.texi (Top): Update to the current structure of the manual.
6362 * processes.texi (Processes): Add menu description.
6363 * customize.texi (Customization): Add menu descriptions.
6364
63652005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6366
6367 * processes.texi (Signals to Processes)
6368 (Low-Level Network): Fix typos.
6369
63702005-05-11 Lute Kamstra <lute@gnu.org>
6371
6372 * elisp.texi (Top): Add some nodes from the chapter "Major and
6373 Minor Modes" to the detailed node listing.
6374
63752005-05-10 Richard M. Stallman <rms@gnu.org>
6376
6377 * keymaps.texi (Extended Menu Items): Menu item filter functions
6378 can be called at any time.
6379
63802005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6381
6382 * variables.texi (File Local Variables): `(hack-local-variables t)'
6383 now also checks whether a mode is specified in the local variables
6384 list.
6385
63862005-05-05 Kevin Ryde <user42@zip.com.au>
6387
6388 * display.texi (The Echo Area): Correct format function cross
6389 reference.
6390
63912005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6392
6393 * variables.texi (Variable Aliases): Change description of
6394 `define-obsolete-variable-alias'.
6395
6396 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6397 (Defining Functions): Add xref.
6398 (Obsolete Functions): New node.
6399 (Function Safety): Standardize capitalization of section title.
6400
6401 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6402 (Dialog Boxes): Complete description of `x-popup-dialog'.
6403
64042005-05-04 Richard M. Stallman <rms@gnu.org>
6405
6406 * commands.texi (Interactive Codes): Fix Texinfo usage.
6407 Document U more clearly.
6408
64092005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6410
6411 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6412 function and not a macro.
6413
6414 * frames.texi (Pop-Up Menus): Correct and clarify description of
6415 `x-popup-menu'.
6416 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6417
64182005-05-01 Richard M. Stallman <rms@gnu.org>
6419
6420 * edebug.texi (Checking Whether to Stop): Fix previous change.
6421
64222005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6423
6424 * display.texi: Fix typos and Texinfo usage.
6425
6426 * edebug.texi (Checking Whether to Stop): executing-macro ->
6427 executing-kbd-macro.
6428
64292005-05-01 Richard M. Stallman <rms@gnu.org>
6430
6431 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6432
64332005-04-30 Richard M. Stallman <rms@gnu.org>
6434
6435 * files.texi (Magic File Names): Document `operations' property.
6436
64372005-04-29 Lute Kamstra <lute@gnu.org>
6438
6439 * modes.texi (Generic Modes): New node.
6440 (Major Modes): Add it to the menu.
6441 (Derived Modes): Add "derived mode" to concept index.
6442
64432005-04-28 Lute Kamstra <lute@gnu.org>
6444
6445 * modes.texi (Defining Minor Modes): Fix previous change.
6446 (Font Lock Mode): Simplify.
6447 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6448 when set and that some parts are optional. Add cross references.
6449 (Search-based Fontification): Say how to specify font-lock-keywords.
6450 Add cross references. Add font-lock-multiline to index.
6451 Move font-lock-keywords-case-fold-search here from node "Other Font
6452 Lock Variables". Document font-lock-add-keywords and
6453 font-lock-remove-keywords.
6454 (Other Font Lock Variables): Move font-lock-keywords-only,
6455 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6456 and font-lock-syntactic-face-function to node "Syntactic Font
6457 Lock". Move font-lock-keywords-case-fold-search to node
6458 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6459 and font-lock-{,un}fontify-{buffer,region}-function.
6460 (Precalculated Fontification): Remove reference to deleted variable
6461 font-lock-core-only.
6462 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6463 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6464 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6465 and font-lock-syntactic-face-function here from node "Other Font
6466 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6467 Syntax Properties". Add cross references.
6468 (Setting Syntax Properties): New node.
6469 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6470 * syntax.texi (Syntax Properties): Add cross reference.
6471 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6472
64732005-04-26 Richard M. Stallman <rms@gnu.org>
6474
6475 * display.texi (Defining Faces):
6476 Document `default' elements of defface spec.
6477
6478 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6479
6480 * variables.texi (Variable Aliases): Clarify text.
6481
64822005-04-25 Chong Yidong <cyd@stupidchicken.com>
6483
6484 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6485
64862005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6487
6488 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6489
64902005-04-24 Eli Zaretskii <eliz@gnu.org>
6491
6492 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6493 syntax-after and syntax-class.
6494
6495 * files.texi (Changing Files): Fix last change's cross-reference.
6496 (Unique File Names): Don't mention "numbers" in the documentation
6497 of make-temp-file and make-temp-name.
6498
64992005-04-23 Richard M. Stallman <rms@gnu.org>
6500
6501 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6502
65032005-04-22 Nick Roberts <nickrob@snap.net.nz>
6504
6505 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6506
65072005-04-22 Nick Roberts <nickrob@snap.net.nz>
6508
6509 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6510 and define-obsolete-variable-alias.
6511
65122005-04-22 Kim F. Storm <storm@cua.dk>
6513
6514 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6515 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6516
65172005-04-21 Lute Kamstra <lute@gnu.org>
6518
6519 * lists.texi (Association Lists): Document rassq-delete-all.
6520
65212005-04-19 Richard M. Stallman <rms@gnu.org>
6522
6523 * modes.texi (Search-based Fontification): Explain that
6524 facespec is an expression to be evaluated.
6525
65262005-04-19 Kevin Ryde <user42@zip.com.au>
6527
6528 * streams.texi (Output Functions): Fix xref.
6529 * strings.texi (String Conversion): Fix xref.
6530
65312005-04-19 Kim F. Storm <storm@cua.dk>
6532
6533 * symbols.texi (Symbol Plists): Add safe-get.
6534 Mention that `get' may signal an error.
6535
65362005-04-18 Nick Roberts <nickrob@snap.net.nz>
6537
6538 * customize.texi (Variable Definitions): Replace tooltip-mode
6539 example with save-place.
6540
65412005-04-17 Richard M. Stallman <rms@gnu.org>
6542
6543 * buffers.texi (Indirect Buffers): Clarify.
6544
6545 * positions.texi (Positions): Clarify converting marker to integer.
6546
6547 * strings.texi (String Basics): Mention string-match; clarify.
6548
65492005-04-08 Lute Kamstra <lute@gnu.org>
6550
6551 * modes.texi (Search-based Fontification): Fix cross references.
6552 Use consistent terminology. Document anchored highlighting.
6553
65542005-04-05 Lute Kamstra <lute@gnu.org>
6555
6556 * modes.texi (Defining Minor Modes): Document :group keyword
6557 argument and its default value.
6558
65592005-04-03 Lute Kamstra <lute@gnu.org>
6560
6561 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6562 references and/or descriptions. Delete major mode hooks; mention
6563 them as a category instead. Rename or delete obsolete hooks.
6564
65652005-04-02 Richard M. Stallman <rms@gnu.org>
6566
6567 * nonascii.texi (Coding System Basics): Another wording cleanup.
6568
65692005-04-01 Richard M. Stallman <rms@gnu.org>
6570
6571 * nonascii.texi (Coding System Basics): Clarify previous change.
6572
65732005-04-01 Kenichi Handa <handa@m17n.org>
6574
10d1d0af 6575 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6576 identity of coding systems.
6577
65782005-03-29 Chong Yidong <cyd@stupidchicken.com>
6579
6580 * text.texi (Buffer Contents): Add filter-buffer-substring and
6581 buffer-substring-filters.
6582
65832005-03-26 Chong Yidong <cyd@stupidchicken.com>
6584
6585 * anti.texi (Antinews): Mention `G' interactive code.
6586
6587 * tips.texi (Compilation Tips): Mention benchmark.el.
6588
65892005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6590
6591 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6592 is now bound to M-o M-o.
6593
6594 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6595
65962005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6597
6598 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6599 in the Emacs Manual).
6600 * Makefile.in (srcs): Remove calendar.texi.
6601 * makefile.w32-in (srcs): Remove calendar.texi.
6602 * display.texi (Display): Change name of next node.
6603 * os.texi (System In): Change name of previous node.
6604 * elisp.texi (Top): Remove Calendar references.
6605 * vol1.texi (Top): Remove Calendar references.
6606 * vol2.texi (Top): Remove Calendar references.
6607
66082005-03-25 Richard M. Stallman <rms@gnu.org>
6609
6610 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6611 Cleanup previous change.
6612
66132005-03-25 Chong Yidong <cyd@stupidchicken.com>
6614
6615 * display.texi (Face Attributes): Faces earlier in an :inherit
6616 list take precedence.
6617 (Scroll Bars): Fix description of vertical-scroll-bars.
6618 Document frame-current-scroll-bars and window-current-scroll-bars.
6619
6620 * markers.texi (The Mark): Document temporary Transient Mark mode.
6621
6622 * minibuf.texi (Reading File Names):
6623 Document read-file-name-completion-ignore-case.
6624
6625 * positions.texi (Screen Lines): Document nil for width argument
6626 to compute-motion.
6627
66282005-03-23 Kim F. Storm <storm@cua.dk>
6629
6630 * display.texi (Standard Faces): Other faces used in the fringe
6631 implicitly inherits from the fringe face.
6632 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6633 properties implicitly inherits from fringe face.
6634 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6635
66362005-03-20 Chong Yidong <cyd@stupidchicken.com>
6637
6638 * display.texi (Invisible Text): State default value of
6639 line-move-ignore-invisible.
6640 (Managing Overlays): Document remove-overlays.
6641 (Standard Faces): Document escape-glyph face.
6642
6643 * minibuf.texi (Reading File Names): Document read-file-name-function.
6644
6645 * modes.texi (Other Font Lock Variables):
6646 Document font-lock-lines-before.
6647
6648 * positions.texi (Skipping Characters): skip-chars-forward allows
6649 character classes.
6650
66512005-03-18 Lute Kamstra <lute@gnu.org>
6652
6653 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6654
66552005-03-17 Richard M. Stallman <rms@gnu.org>
6656
6657 * text.texi (Undo): Document extensible undo entries.
6658
dd7b651b 6659 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6660
6661 * nonascii.texi (Character Codes): Minor fix.
6662
6663 * display.texi (Display Property): Explain the significance
6664 of having text properties that are eq.
6665 (Other Display Specs): Explain string as display spec.
6666
6667 * commands.texi (Interactive Codes): Document G option.
6668
66692005-03-17 Chong Yidong <cyd@stupidchicken.com>
6670
6671 * text.texi (Filling): Add sentence-end-without-period and
6672 sentence-end-without-space.
6673 (Changing Properties): Minor fix.
6674
6675 * anti.texi: Total rewrite.
6676
66772005-03-15 Lute Kamstra <lute@gnu.org>
6678
6679 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6680
66812005-03-08 Kim F. Storm <storm@cua.dk>
6682
6683 * display.texi (Specified Space): Property :width is support on
6684 non-graphic terminals, :height is not.
6685
66862005-03-07 Richard M. Stallman <rms@gnu.org>
6687
6688 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6689 Now subnodes of Fringes.
6690 (Overlay Arrow): Document overlay-arrow-variable-list.
6691 (Fringe Size/Pos): New node, broken out of Fringes.
6692 (Display): Explain clearing vs redisplay better.
6693 (Truncation): Clarify use of bitmaps.
6694 (The Echo Area): Clarify the uses of the echo area.
6695 Add max-mini-window-height.
6696 (Progress): Clarify.
6697 (Invisible Text): Explain that main loop moves point out.
6698 (Selective Display): Say "hidden", not "invisible".
6699 (Managing Overlays): Move up. Describe relation to Undo here.
6700 (Overlay Properties): Clarify intro.
6701 (Finding Overlays): Explain return values when nothing found.
6702 (Width): truncate-string-to-width has added arg.
6703 (Displaying Faces): Clarify and update mode line face handling.
6704 (Face Functions): Minor cleanup.
6705 (Conditional Display): Merge into Other Display Specs.
6706 (Pixel Specification, Other Display Specs): Minor cleanups.
6707 (Images, Image Descriptors): Minor cleanups.
6708 (GIF Images): Patents have expired.
6709 (Showing Images): Explain default text for insert-image.
6710 (Manipulating Button Types): Merge into Manipulating Buttons.
6711 (Making Buttons): Explain return values.
6712 (Button Buffer Commands): Add xref.
6713 (Inverse Video): Update mode-line-inverse-video.
6714 (Display Table Format): Clarify.
6715 (Active Display Table): Give defaults for window-display-table.
6716
6717 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6718 and calendar-today-marker are strings, not chars.
6719 (Holiday Customizing): Minor fix.
6720
6721 * internals.texi (Writing Emacs Primitives): Update `or' example.
6722 Update limit on # args of subr.
6723
6724 * edebug.texi (Using Edebug): Arrow is in fringe.
6725 (Instrumenting): Arg to eval-defun works without loading edebug.
6726 (Edebug Execution Modes): Add xref.
6727
6728 * customize.texi (Common Keywords): Clarify :require.
6729 Mention :version here.
6730 (Variable Definitions, Group Definitions): Not here.
6731 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6732
67332005-03-07 Chong Yidong <cyd@stupidchicken.com>
6734 * nonascii.texi (Text Representations): Clarify position-bytes.
6735 (Character Sets): Add list-charset-chars.
6736 (Scanning Charsets): Add charset-after.
6737 (Encoding and I/O): Minor fix.
6738
67392005-03-06 Richard M. Stallman <rms@gnu.org>
6740
6741 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6742 (Resizing Windows): Likewise.
6743
6744 * text.texi (Change Hooks): Get rid of "Emacs 21".
6745
6746 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6747
6748 * streams.texi (Output Variables): Get rid of "Emacs 21".
6749
6750 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6751
6752 * os.texi (Translating Input): Replace flow-control example
6753 with a less obsolete example that uses `keyboard-translate'.
6754
6755 * objects.texi (Hash Table Type, Circular Objects):
6756 Get rid of "Emacs 21".
6757
6758 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6759 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6760
6761 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6762
6763 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6764
6765 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6766 (Menu Bar): Fix when menu-bar-update-hook is called.
6767
6768 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6769
6770 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6771 and make it read better.
6772
6773 * files.texi (Writing to Files): Get rid of "Emacs 21".
6774 (Unique File Names): Likewise.
6775
6776 * elisp.texi: Update Emacs version to 22.
6777
6778 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6779 (Overlay Properties, Face Attributes): Likewise.
6780 (Managing Overlays): Fix punctuation.
6781 (Attribute Functions): Clarify set-face-font; get rid of
6782 info about old Emacs versions.
6783 (Auto Faces, Font Lookup, Display Property, Images):
6784 Get rid of "Emacs 21".
6785
6786 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6787
67882005-03-05 Richard M. Stallman <rms@gnu.org>
6789
6790 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6791
67922005-03-04 Lute Kamstra <lute@gnu.org>
6793
6794 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6795
67962005-03-03 Lute Kamstra <lute@gnu.org>
6797
6798 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6799
68002005-03-01 Lute Kamstra <lute@gnu.org>
6801
6802 * debugging.texi (Debugger Commands): Update `j'.
6803
68042005-02-28 Lute Kamstra <lute@gnu.org>
6805
6806 * debugging.texi (Debugging): Fix typo.
6807 (Error Debugging): Document eval-expression-debug-on-error.
6808 (Function Debugging): Update example.
6809 (Using Debugger): Mention starred stack frames.
6810 (Debugger Commands): Document `j' and `l'.
6811 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6812 Update the messages that the debugger displays.
6813 (Internals of Debugger): Add cross reference. Update example.
6814 (Excess Open): Minor improvement.
6815 (Excess Close): Minor improvement.
6816
68172005-02-26 Richard M. Stallman <rms@gnu.org>
6818
6819 * tips.texi (Coding Conventions): Clarify.
6820 Put all the major mode key reservations together.
6821 Mention the Mouse-1 => Mouse-2 conventions.
6822
6823 * syntax.texi (Syntax Class Table): Clarify.
6824 (Syntax Table Functions): syntax-after moved from here.
6825 (Syntax Table Internals): syntax-after moved to here.
6826 (Parsing Expressions): Update info on number of values
6827 and what's meaningful in the STATE argument.
6828 (Categories): Fix typo.
6829
6830 * sequences.texi (Arrays): Cleanup.
6831 (Char-Tables): Clarify.
6832
6833 * processes.texi (Deleting Processes): Cleanups, add xref.
6834 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6835 (Process Information): set-process-coding-system, some args optional.
6836 (Input to Processes): Explain various types for PROCESS args.
6837 Rename them from PROCESS-NAME to PROCESS.
6838 (Signals to Processes): Likewise.
6839 (Decoding Output): Cleanup.
6840 (Query Before Exit): Clarify.
6841
6842 * os.texi (Startup Summary): Correct the options; add missing ones.
6843 (Terminal Output, Batch Mode): Clarify.
6844 (Flow Control): Node deleted.
6845
6846 * markers.texi (The Mark): Clarify.
6847
6848 * macros.texi (Expansion): Cleanup.
6849 (Indenting Macros): indent-spec allows ints, not floats.
6850
6851 * keymaps.texi (Keymaps): Clarify.
6852 (Format of Keymaps): Update lisp-mode-map example.
6853 (Active Keymaps, Key Lookup): Clarify.
6854 (Changing Key Bindings): Add xref to `kbd'.
6855 (Key Binding Commands, Simple Menu Items): Clarify.
6856 (Mouse Menus, Menu Bar): Clarify.
6857 (Menu Example): Replace print example with menu-bar-replace-menu.
6858
6859 * help.texi (Documentation Basics): Add function-documentation prop.
6860
6861 * elisp.texi (Top): Don't refer to Flow Control node.
6862
6863 * commands.texi (Command Overview): Improve xrefs.
6864 (Adjusting Point): Adjusting point applies to intangible and invis.
6865 (Key Sequence Input): Doc extra read-key-sequence args.
6866 Likewise for read-key-sequence-vector.
6867
6868 * backups.texi (Rename or Copy): Minor fix.
6869 (Numbered Backups): For version-control, say the default.
6870 (Auto-Saving): make-auto-save-file-name example is simplified.
6871
6872 * advice.texi (Advising Functions): Don't imply one part of Emacs
6873 should advise another part. Markup changes.
6874 (Defining Advice): Move transitional para.
6875 (Activation of Advice): Cleanup.
6876 Explain if COMPILE is nil or negative.
6877
6878 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6879
68802005-02-24 Lute Kamstra <lute@gnu.org>
6881
6882 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6883 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6884
68852005-02-23 Lute Kamstra <lute@gnu.org>
6886
6887 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6888 to define global minor modes as well.
6889
6890 * display.texi (Managing Overlays): overlay-buffer returns nil for
6891 deleted overlays.
6892
68932005-02-22 Kim F. Storm <storm@cua.dk>
6894
6895 * minibuf.texi (Basic Completion): Allow symbols in addition to
6896 strings in try-completion and all-completions.
6897
68982005-02-14 Lute Kamstra <lute@gnu.org>
6899
6900 * elisp.texi (Top): Remove reference to deleted node.
6901
6902 * lists.texi (Lists): Remove reference to deleted node.
6903 (Cons Cells): Fix typo.
6904
6905 * loading.texi (Where Defined): Fix typo.
6906
69072005-02-14 Richard M. Stallman <rms@gnu.org>
6908
6909 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6910 is useful for discarding some minor modes.
6911
6912 * symbols.texi (Symbol Components): Reorder examples.
6913
6914 * streams.texi (Input Functions): State standard-input default.
6915 (Output Variables): State standard-output default.
6916
6917 * objects.texi (Printed Representation): Clarify read syntax vs print.
6918 (Floating Point Type): Explain meaning better.
6919 (Symbol Type): Explain uniqueness better.
6920 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6921 List examples sooner.
6922 (Box Diagrams): New subnode broken out.
6923 Some examples moved from old Lists as Boxes node.
6924 (Dotted Pair Notation): Clarify intro.
6925 (Array Type): Clarify.
6926 (Type Predicates): Add hash-table-p.
6927
6928 * numbers.texi (Integer Basics): Clarify radix explanation.
6929 (Predicates on Numbers): Minor clarification.
6930 (Comparison of Numbers): Minor clarification. Clarify eql.
6931 Typos in min, max.
6932 (Math Functions): Clarify overflow in expt.
6933
6934 * minibuf.texi (Text from Minibuffer): Minor clarification.
6935 Mention arrow keys.
6936
6937 * loading.texi (Autoload): defun's doc string overrides autoload's
6938 doc string.
6939 (Repeated Loading): Modernize "add to list" examples.
6940 (Where Defined): Finish updating table of load-history elts.
6941
6942 * lists.texi (List-related Predicates): Minor wording improvement.
6943 (Lists as Boxes): Node deleted.
6944 (Building Lists): Explain trivial cases of number-sequence.
6945
6946 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6947 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6948 (Hash Access): Any object can be a key.
6949 State value of maphash.
6950
6951 * functions.texi (What Is a Function): Wording cleanup.
6952 (Function Documentation): Minor cleanup.
6953 Explain purpose of calling convention at end of doc string.
6954 (Function Names): Wording cleanup.
6955 (Calling Functions): Wording cleanup.
6956 Explain better how funcall calls the function.
6957 (Function Cells): Delete example of saving and redefining function.
6958
6959 * control.texi (Combining Conditions): Wording cleanup.
6960 (Iteration): dolist and dotimes bind VAR locally.
6961 (Cleanups): Xref to Atomic Changes.
6962
6963 * compile.texi (Byte Compilation): Delete 19.29 info.
6964 (Compilation Functions): Macros' difficulties don't affect defsubst.
6965 (Docs and Compilation): Delete 19.29 info.
6966
69672005-02-10 Richard M. Stallman <rms@gnu.org>
6968
6969 * objects.texi (Symbol Type): Minor correction.
6970
69712005-02-06 Lute Kamstra <lute@gnu.org>
6972
6973 * modes.texi (Example Major Modes): Fix typos.
6974
69752005-02-06 Richard M. Stallman <rms@gnu.org>
6976
6977 * text.texi (Margins): fill-nobreak-predicate can be one function.
6978
6979 * strings.texi (Modifying Strings): clear-string can make unibyte.
6980 (Formatting Strings): format gives error if values missing.
6981
6982 * positions.texi (Character Motion): Mention default arg
6983 for forward-char. backward-char refers to forward-char.
6984 (Word Motion): Mention default arg for forward-word.
6985 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6986 Simplify end-of-buffer.
6987 (Text Lines): Mention default arg for forward-line.
6988 (List Motion): Mention default arg for beginning/end-of-defun.
6989 (Skipping Characters): Minor fixes in explaining character-set.
6990
6991 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6992 Mode inheritance applies only when default-major-mode is nil.
6993 Clarifications.
6994 (Example Major Modes): Update Text mode and Lisp mode examples.
6995 (Minor Mode Conventions): Mention define-minor-mode at top.
6996 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6997 (Mode Line Format): Update mode line face display info.
6998 (Properties in Mode): Mention effect of risky vars.
6999 (Imenu): Define imenu-add-to-menubar.
7000 (Font Lock Mode): Add descriptions to menu lines.
7001 (Faces for Font Lock): Add font-lock-doc-face.
7002
70032005-02-05 Lute Kamstra <lute@gnu.org>
7004
7005 * text.texi (Maintaining Undo): Remove obsolete function.
7006
70072005-02-05 Eli Zaretskii <eliz@gnu.org>
7008
7009 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7010 color specifications. Improve indexing.
b8d4c8d0
GM
7011 (Text Terminal Colors): Replace the description of RGB values by
7012 an xref to "Color Names".
7013
70142005-02-03 Richard M. Stallman <rms@gnu.org>
7015
7016 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7017 Clarify.
7018 (Selecting Windows): Clarify save-selected-window.
7019 (Cyclic Window Ordering): Clarify walk-windows.
7020 (Window Point): Clarify.
7021 (Window Start): Add comment to example.
7022 (Resizing Windows): Add `interactive' specs in examples.
7023 Document fit-window-to-buffer.
7024
7025 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7026 (Undo, Maintaining Undo): Clarify last change.
7027 (Sorting): In sort-numeric-fields, explain about octal and hex.
7028 Mention sort-numeric-base.
7029 (Format Properties): Add xref for hard newlines.
7030
7031 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7032 (Pop-Up Menus): Fix typo.
7033 (Color Names): Explain all types of color names.
7034 Explain color-values on B&W terminal.
7035 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7036
7037 * files.texi (File Locks): Not supported on MS systems.
7038 (Testing Accessibility): Clarify.
7039
7040 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7041 (Coverage Testing): Fix typo.
7042
7043 * commands.texi (Misc Events): Remove stray space.
7044
7045 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7046 (Modification Time): Clarify when visited-file-modtime returns 0.
7047 (The Buffer List): Clarify bury-buffer.
7048 (Killing Buffers): Clarify.
7049 (Indirect Buffers): Add clone-indirect-buffer.
7050
70512005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7052
7053 * edebug.texi (Printing in Edebug): Fix default value of
7054 edebug-print-circle.
7055 (Coverage Testing): Fix displayed frequency count data.
7056
70572005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7058
7059 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7060
70612005-02-02 Kim F. Storm <storm@cua.dk>
7062
7063 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7064
70652005-01-29 Eli Zaretskii <eliz@gnu.org>
7066
7067 * commands.texi (Misc Events): Describe the help-echo event.
7068
7069 * text.texi (Special Properties) <help-echo>: Use `pos'
7070 consistently in description of the help-echo property.
7071 Use @code{nil} instead of @var{nil}.
7072
7073 * display.texi (Overlay Properties): Fix the index entry for
7074 help-echo overlay property.
7075
7076 * customize.texi (Type Keywords): Uncomment the xref to the
7077 help-echo property documentation.
7078
70792005-01-23 Kim F. Storm <storm@cua.dk>
7080
7081 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7082 return value. Third element FULLY replaced by PARTIAL which
7083 specifies number of invisible pixels if row is only partially visible.
7084 (Textual Scrolling): Mention auto-window-vscroll.
7085 (Vertical Scrolling): New defvar auto-window-vscroll.
7086
70872005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7088
7089 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7090 command remapping.
7091
70922005-01-15 Richard M. Stallman <rms@gnu.org>
7093
7094 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7095
70962005-01-14 Kim F. Storm <storm@cua.dk>
7097
7098 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7099
7100 * text.texi (Links and Mouse-1): Fix string and vector item.
7101
71022005-01-13 Richard M. Stallman <rms@gnu.org>
7103
7104 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7105 descriptions of overriding-local-map and overriding-terminal-local-map.
7106
7107 * text.texi (Links and Mouse-1): Clarify text.
7108
71092005-01-13 Kim F. Storm <storm@cua.dk>
7110
7111 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7112
71132005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7114
7115 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7116
71172005-01-12 Kim F. Storm <storm@cua.dk>
7118
7119 * text.texi (Links and Mouse-1): Rename section from Enabling
7120 Mouse-1 to Following Links. Change xrefs.
7121 Add examples for define-button-type and define-widget.
7122
7123 * display.texi (Button Properties, Button Buffer Commands):
7124 Clarify mouse-1 and follow-link functionality.
7125
71262005-01-12 Richard M. Stallman <rms@gnu.org>
7127
7128 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7129
7130 * display.texi (Beeping): Fix Texinfo usage.
7131
7132 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7133
71342005-01-11 Kim F. Storm <storm@cua.dk>
7135
7136 * display.texi (Button Properties, Button Buffer Commands):
7137 Mention mouse-1 binding. Add follow-link keyword.
7138
7139 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7140 (Enabling Mouse-1 to Follow Links): New subsection.
7141
71422005-01-06 Richard M. Stallman <rms@gnu.org>
7143
7144 * text.texi (Special Properties): Minor change.
7145
7146 * os.texi (Timers): Clarify previous change.
7147
7148 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7149
71502005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7151
7152 * display.texi (Face Attributes): Correct xref to renamed node.
7153
71542005-01-01 Richard M. Stallman <rms@gnu.org>
7155
7156 * display.texi (Face Attributes): Describe hex color specs.
7157
71582004-12-31 Richard M. Stallman <rms@gnu.org>
7159
7160 * os.texi (Timers): Update previous change.
7161
71622004-12-30 Kim F. Storm <storm@cua.dk>
7163
7164 * display.texi (Line Height): Total line-height is now specified
7165 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7166 in cons cells. (nil . RATIO) is relative to actual line height.
7167 Use line-height `t' instead of `0' to get minimum height.
7168
71692004-12-29 Richard M. Stallman <rms@gnu.org>
7170
7171 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7172
71732004-12-28 Richard M. Stallman <rms@gnu.org>
7174
7175 * commands.texi (Quitting): Clarify value of with-local-quit.
7176
7177 * elisp.texi (Top): Fix previous change.
7178
7179 * loading.texi (Loading): Fix previous change.
7180
71812004-12-27 Richard M. Stallman <rms@gnu.org>
7182
7183 * Makefile.in (MAKEINFO): Specify --force.
7184
7185 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7186
7187 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7188
7189 * display.texi (Line Height): Further clarify.
7190
7191 * elisp.texi (Top): Update Loading submenu.
7192
7193 * loading.texi (Where Defined): New node.
7194 (Unloading): load-history moved to Where Defined.
7195
71962004-12-21 Richard M. Stallman <rms@gnu.org>
7197
7198 * commands.texi (Event Input Misc): Add while-no-input.
7199
72002004-12-11 Richard M. Stallman <rms@gnu.org>
7201
7202 * display.texi (Line Height): Rewrite text for clarity.
7203
72042004-12-11 Kim F. Storm <storm@cua.dk>
7205
7206 * display.texi (Display): Add node "Line Height" to menu.
7207 (Line Height): New node. Move full description of line-spacing
7208 and line-height text properties here from text.texi.
7209 (Scroll Bars): Add vertical-scroll-bar variable.
7210
7211 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7212
7213 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7214 line-spacing and vertical-scroll-bar.
7215
7216 * text.texi (Special Properties): Just mention line-spacing and
7217 line-height here, add xref to new "Line Height" node.
7218
72192004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7220
7221 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7222
7223 * locals.texi (Standard Buffer-Local Variables):
7224 Add @xref for `line-spacing'.
7225
72262004-12-05 Richard M. Stallman <rms@gnu.org>
7227
7228 * Makefile.in (maintainer-clean): Remove the info files
7229 in $(infodir) where they are created.
7230
72312004-12-03 Richard M. Stallman <rms@gnu.org>
7232
7233 * windows.texi (Selecting Windows): get-lru-window and
7234 get-largest-window don't consider dedicated windows.
7235
7236 * text.texi (Undo): Document undo-in-progress.
7237
72382004-11-26 Richard M. Stallman <rms@gnu.org>
7239
7240 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7241 Remove a few vars that are not always buffer-local.
7242
72432004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7244
7245 * locals.texi (Standard Buffer-Local Variables): Comment out
7246 xref's to non-existent node `Yet to be written'.
7247
72482004-11-24 Richard M. Stallman <rms@gnu.org>
7249
7250 * processes.texi (Synchronous Processes): Grammar fix.
7251
7252 * numbers.texi (Comparison of Numbers): Add eql.
7253
7254 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7255
7256 * intro.texi (Printing Notation): Fix previous change.
7257
7258 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7259 and default-indicate-buffer-boundaries from here.
7260 (Usual Display): To here.
7261 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7262 (Usual Display): Move tab-width up.
7263
5dcb4c4e
SM
7264 * customize.texi (Variable Definitions):
7265 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7266 (Simple Types, Composite Types, Defining New Types):
7267 Minor cleanups.
7268
72692004-11-21 Jesper Harder <harder@ifa.au.dk>
7270
7271 * processes.texi (Synchronous Processes, Output from Processes):
7272 Markup fix.
7273
72742004-11-20 Richard M. Stallman <rms@gnu.org>
7275
7276 * positions.texi (Skipping Characters): skip-chars-forward
7277 now handles char classes.
7278
7279 * intro.texi (Printing Notation): Avoid confusion of `print'
7280 when explaining @print.
7281
7282 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7283
7284 * display.texi (Display Table Format): Minor fix.
7285
7286 * streams.texi (Output Functions): Fix print example.
7287
7288 * Makefile.in (elisp): New target.
7289 (dist): Depend on $(infodir)/elisp, not elisp.
7290 Copy the info files from $(infodir).
7291
7292 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7293 read-from-minibuffer.
7294
7295 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7296
72972004-11-19 Richard M. Stallman <rms@gnu.org>
7298
7299 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7300
73012004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7302
7303 * tips.texi (Coding Conventions): Fix typo.
7304
73052004-11-16 Richard M. Stallman <rms@gnu.org>
7306
7307 * tips.texi (Coding Conventions): Separate defvar and require
7308 methods to avoid warnings. Use require only when there are many
7309 functions and variables from that package.
7310
7311 * minibuf.texi (Minibuffer Completion): When ignoring case,
7312 predicate must not be case-sensitive.
7313
7314 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7315 (Test Coverage): Don't talk about "splotches". Clarified.
7316
73172004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7318
7319 * frames.texi (Window Frame Parameters): Fix typo.
7320
73212004-11-15 Kim F. Storm <storm@cua.dk>
7322
7323 * symbols.texi (Other Plists): Note that plist-get may signal error.
7324 Add safe-plist-get.
7325
73262004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7327
7328 * modes.texi (Font Lock Basics): Fix typo.
7329
73302004-11-08 Richard M. Stallman <rms@gnu.org>
7331
7332 * syntax.texi (Syntax Table Functions): Add syntax-after.
7333
73342004-11-06 Lars Brinkhoff <lars@nocrew.org>
7335
7336 * os.texi (Processor Run Time): New section documenting
7337 get-internal-run-time.
7338
73392004-11-06 Eli Zaretskii <eliz@gnu.org>
7340
7341 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7342 it nukes elisp-cover.texi.
7343 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7344 elisp-0 etc.
7345
73462004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7347
7348 * commands.texi (Keyboard Macros): Document `append' return value
7349 of `defining-kbd-macro'.
7350
73512004-11-01 Richard M. Stallman <rms@gnu.org>
7352
7353 * commands.texi (Interactive Call): Add called-interactively-p.
7354
73552004-10-29 Simon Josefsson <jas@extundo.com>
7356
7357 * minibuf.texi (Reading a Password): Revert.
7358
73592004-10-28 Richard M. Stallman <rms@gnu.org>
7360
7361 * frames.texi (Display Feature Testing): Explain about "vendor".
7362
73632004-10-27 Richard M. Stallman <rms@gnu.org>
7364
7365 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7366 not raw. Clarify `n'.
7367 (Interactive Call): Rewrite interactive-p, focusing on when
7368 and how to use it.
7369 (Misc Events): Clarify previous change.
7370
7371 * advice.texi (Simple Advice): Clarify what job the example does.
7372 (Around-Advice): Clarify ad-do-it.
7373 (Activation of Advice): An option of ad-default-compilation-action
7374 is `never', not `nil'.
7375
73762004-10-26 Kim F. Storm <storm@cua.dk>
7377
7378 * commands.texi (Interactive Codes): Add U code letter.
7379
73802004-10-25 Simon Josefsson <jas@extundo.com>
7381
7382 * minibuf.texi (Reading a Password): Add.
7383
73842004-10-24 Jason Rumney <jasonr@gnu.org>
7385
7386 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7387 and wheel-down.
7388
73892004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7390
7391 * processes.texi (Synchronous Processes): Document process-file.
7392
73932004-10-22 Kenichi Handa <handa@m17n.org>
7394
7395 * text.texi (translate-region): Document that it accepts also a
7396 char-table.
7397
73982004-10-22 David Ponce <david@dponce.com>
7399
7400 * windows.texi (Resizing Windows): Document the `preserve-before'
7401 argument of the functions `enlarge-window' and `shrink-window'.
7402
74032004-10-19 Jason Rumney <jasonr@gnu.org>
7404
7405 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7406
74072004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7408
7409 * text.texi (Filling): Add anchor for definition of
7410 `sentence-end-double-space'.
7411
7412 * searching.texi (Regexp Example): Update description of how
7413 Emacs currently recognizes the end of a sentence.
7414 (Standard Regexps): Update definition of the variable
7415 `sentence-end'. Add definition of the function `sentence-end'.
7416
74172004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7418
7419 * display.texi (Progress): New node.
7420
74212004-10-05 Kim F. Storm <storm@cua.dk>
7422
7423 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7424
74252004-09-29 Kim F. Storm <storm@cua.dk>
7426
7427 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7428 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7429 fringe bitmap symbols, as they now have their own namespace.
7430 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7431 vs. pixels. Signal error if no free bitmap slots.
7432 (Pixel Specification): Change IMAGE to @var{image}.
7433
74342004-09-28 Richard M. Stallman <rms@gnu.org>
7435
7436 * text.texi (Special Properties): Clarify line-spacing and line-height.
7437
7438 * searching.texi (Regexp Search): Add looking-back.
7439
74402004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7441
7442 * display.texi: Correct typos.
7443 (Image Descriptors): Correct xref's.
7444
74452004-09-25 Richard M. Stallman <rms@gnu.org>
7446
7447 * text.texi (Special Properties): Cleanups in `cursor'.
7448 Rewrites in `line-height' and `line-spacing'; exchange them.
7449
7450 * display.texi (Fringes): Rewrite previous change.
7451 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7452 (Display Fringe Bitmaps): Node deleted, text moved.
7453 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7454 (Scroll Bars): Clarify set-window-scroll-bars.
7455 (Pointer Shape): Rewrite.
7456 (Specified Space): Clarify :align-to, etc.
7457 (Pixel Specification): Use @var. Clarify new text.
7458 (Other Display Specs): Clarify `slice'.
7459 (Image Descriptors): Cleanups.
7460 (Showing Images): Cleanups.
7461
74622004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7463
7464 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7465
7466 * modes.texi: Various minor changes in addition to:
7467 (Major Mode Conventions): Final call to `run-mode-hooks' should
7468 not be inside the `delay-mode-hooks' form.
7469 (Mode Hooks): New node.
7470 (Hooks): Delete obsolete example.
7471 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7472 node "Mode Hooks".
7473
74742004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7475
7476 * display.texi: Correct various typos.
7477 (Display): Rename node "Pointer Shapes" to "Pointer
7478 Shape". (There is already a node called "Pointer Shapes" in
7479 frames.texi.)
7480 (Images): Remove non-existent node "Image Slices" from menu.
7481
74822004-09-23 Kim F. Storm <storm@cua.dk>
7483
7484 * text.texi (Special Properties): Add `cursor', `pointer',
7485 `line-height', and `line-spacing' properties.
7486
7487 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7488 Shapes' to menu.
7489 (Standard Faces): Doc fix for fringe face.
7490 (Fringes): Add `overflow-newline-into-fringe' and
7491 'indicate-buffer-boundaries'.
7492 (Fringe Bitmaps, Pointer Shapes): New nodes.
7493 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7494 Bitmaps' to menu.
7495 (Specified Space): Describe pixel width and height.
7496 (Pixel Specification): New node.
7497 (Other Display Specs): Add `slice' property.
7498 (Display Fringe Bitmaps): New node.
7499 (Images): Add 'Image Slices' to menu.
7500 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7501 (Showing Images): Add slice arg to `insert-image'.
7502 Add 'insert-sliced-image'.
b8d4c8d0
GM
7503
75042004-09-20 Richard M. Stallman <rms@gnu.org>
7505
7506 * commands.texi (Key Sequence Input):
7507 Clarify downcasing in read-key-sequence.
7508
75092004-09-08 Juri Linkov <juri@jurta.org>
7510
7511 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7512
75132004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7514
5dcb4c4e
SM
7515 * locals.texi (Standard Buffer-Local Variables):
7516 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7517 * internals.texi (Buffer Internals): Describe new
7518 auto_save_file_format field of the buffer structure.
7519 * files.texi (Format Conversion): `auto-save-file-format' has been
7520 renamed `buffer-auto-save-file-format'.
7521
75222004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7523
7524 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7525 an integer or a marker.
7526 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7527
75282004-08-22 Richard M. Stallman <rms@gnu.org>
7529
7530 * modes.texi (Major Mode Conventions): Discuss rebinding of
7531 standard key bindings.
7532
75332004-08-18 Kim F. Storm <storm@cua.dk>
7534
7535 * processes.texi (Accepting Output): Add `just-this-one' arg to
7536 `accept-process-output'.
7537 (Output from Processes): New var `process-adaptive-read-buffering'.
7538
75392004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7540
7541 * keymaps.texi: Various changes in addition to:
7542 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7543 Give more varied examples for `kbd'.
7544 (Creating Keymaps): Char tables have slots for all characters
7545 without modifiers.
7546 (Active Keymaps): `overriding-local-map' and
7547 `overriding-terminal-local-map' also override text property and
7548 overlay keymaps.
7549 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7550 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7551 to denote a prefix of no events.
7552 `map-keymap' includes parent's bindings _recursively_.
7553 Clarify and correct description of `where-is-internal'.
7554 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7555 (Menu Example): For menus intended for use with the keyboard, the
7556 menu items should be bound to characters or real function keys.
7557
75582004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7559
7560 * objects.texi (Character Type): Reposition `@anchor' to prevent
7561 double space inside sentence in Info.
7562
7563 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7564 renamed to `disabled-command-function'.
7565 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7566 (Command Loop Info): Replace reference to it.
7567 (Disabling Commands): `disabled-command-hook' has been renamed to
7568 `disabled-command-function'.
7569
75702004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7571
7572 * os.texi (Translating Input): Only non-prefix bindings in
7573 `key-translation-map' override actual key bindings. Warn about
7574 possible indirect effect of actual key bindings on non-prefix
7575 bindings in `key-translation-map'.
7576
75772004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7578
7579 * minibuf.texi (High-Level Completion): Add anchor for definition
7580 of `read-variable'.
7581
7582 * commands.texi: Various changes in addition to:
7583 (Using Interactive): Clarify description of `interactive-form'.
7584 (Interactive Call): Mention default for KEYS argument to
7585 `call-interactively'.
7586 (Command Loop Info): Clarify description of `this-command-keys'.
7587 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7588 Value of `last-event-frame' can be `macro'.
7589 (Repeat Events): `double-click-fuzz' is also used to distinguish
7590 clicks and drags.
7591 (Classifying Events): Clarify descriptions of `event-modifiers'
7592 `event-basic-type' and `event-convert-list'.
7593 (Accessing Events): `posn-timestamp' takes POSITION argument.
7594 (Quoted Character Input): Clarify description of
7595 `read-quoted-char' and fix example.
7596 (Quitting): Add `with-local-quit'.
7597 (Disabling Commands): Correct and clarify descriptions of
7598 `enable-command' and `disable-command'.
7599 Mention what happens if `disabled-command-hook' is nil.
7600 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7601 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7602
76032004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7604
7605 * frames.texi: Various changes in addition to:
7606 (Creating Frames): Expand and clarify description of `make-frame'.
7607 (Window Frame Parameters): Either none or both of the `icon-left'
7608 and `icon-top' parameters must be specified. Put descriptions of
7609 `menu-bar-lines' and `toolbar-lines' closer together and change
7610 them accordingly.
7611 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7612 except while processing `frame-title-format' or `icon-title-format'.
7613 (Deleting Frames): Correct description of `delete-frame'.
7614 Non-nil return values of `frame-live-p' are like those of `framep'.
7615 (Frames and Windows): Mention return value of
7616 `set-frame-selected-window'.
7617 (Visibility of Frames): Mention `force' argument to
7618 `make-frame-invisible'. `frame-visible-p' returns t for all
7619 frames on text-only terminals.
7620 (Frame Configurations): Restoring a frame configuration does not
7621 restore deleted frames.
7622 (Window System Selections): `x-set-selection' returns DATA.
7623 (Resources): Add example.
7624 (Display Feature Testing): Clarify descriptions of
7625 `display-pixel-height', `display-pixel-width', `x-server-version'
7626 and `x-server-vendor'.
7627
7628 * windows.texi (Choosing Window): Add anchor.
7629 * minibuf.texi (Minibuffer Misc): Add anchor.
7630
76312004-07-23 John Paul Wallington <jpw@gnu.org>
7632
7633 * macros.texi (Defining Macros): Declaration keyword for setting
7634 Edebug spec is `debug' not `edebug'.
7635
76362004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7637
7638 * windows.texi: Various small changes in addition to:
7639 (Window Point): Mention return value of `set-window-point'.
7640 (Window Start): `pos-visible-in-window-p' disregards horizontal
7641 scrolling. Explain return value if PARTIALLY is non-nil.
7642 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7643 and `set-window-vscroll'.
7644 (Size of Window): The argument WINDOW to `window-inside-edges',
7645 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7646 (Resizing Windows): Explain return value of
7647 `shrink-window-if-larger-than-buffer'.
7648 `window-size-fixed' automatically becomes buffer local when set.
7649 (Window Configurations): Explain return value of
7650 `set-window-configuration'.
7651
7652 * minibuf.texi (Minibuffer Misc): Add anchor for
7653 `minibuffer-scroll-window'.
7654
7655 * positions.texi (Text Lines): Add anchor for `count-lines'.
7656
76572004-07-17 Richard M. Stallman <rms@gnu.org>
7658
7659 * display.texi (Overlay Properties): Adding `evaporate' prop
7660 deletes empty overlay immediately.
7661
7662 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7663 fix example.
7664
76652004-07-16 Jim Blandy <jimb@redhat.com>
7666
7667 * searching.texi (Regexp Backslash): Document new \_< and \_>
7668 operators.
7669
76702004-07-16 Juanma Barranquero <lektu@terra.es>
7671
7672 * display.texi (Images): Fix Texinfo usage.
7673
76742004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7675
7676 * buffers.texi (Modification Time): `visited-file-modtime' now
7677 returns a list of two integers, instead of a cons.
7678
76792004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7680
7681 * windows.texi: Various changes in addition to:
7682 (Splitting Windows): Add `split-window-keep-point'.
7683
76842004-07-09 Richard M. Stallman <rms@gnu.org>
7685
7686 * frames.texi (Input Focus): Minor fix.
7687
76882004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7689
7690 * frames.texi (Input Focus): Clarify descriptions of
7691 `select-frame-set-input-focus' and `select-frame'.
7692
76932004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7694
7695 * os.texi: Various small changes in addition to:
7696 (Killing Emacs): Expand and clarify description of
7697 `kill-emacs-query-functions' and `kill-emacs-hook'.
7698 (System Environment): Expand and clarify description of `getenv'
7699 and `setenv'.
7700 (Timers): Clarify description of `run-at-time'.
7701 (Translating Input): Correct description of
7702 `extra-keyboard-modifiers'.
7703 (Flow Control): Correct description of `enable-flow-control'.
7704
77052004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7706
7707 * os.texi: Update copyright.
7708 (Session Management): Grammar fix.
7709 Clarify which Emacs does the restarting.
7710 Use @samp for *scratch* buffer.
7711
77122004-07-04 Alan Mackenzie <acm@muc.de>
7713
7714 * frames.texi (Input Focus): Add documentation for
7715 `select-frame-set-input-focus'. Replace refs to non-existent
7716 `switch-frame' with `select-frame'. Minor corrections and tidying
7717 up of text-only terminal stuff.
7718
77192004-07-02 Richard M. Stallman <rms@gnu.org>
7720
7721 * files.texi (Saving Buffers): Cleanup write-contents-function.
7722 (Magic File Names): Cleanup file-remote-p.
7723
b344d29d 77242004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
7725
7726 * files.texi (Magic File Names): `file-remote-p' returns an
7727 identifier of the remote system, not just t.
7728
77292004-07-02 David Kastrup <dak@gnu.org>
7730
7731 * searching.texi (Entire Match Data): Add explanation about new
7732 match-data behavior when @var{integers} is non-nil.
7733
77342004-06-24 Richard M. Stallman <rms@gnu.org>
7735
7736 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7737
7738 * customize.texi (Variable Definitions): Note about doc strings
7739 and :set.
7740
7741 * keymaps.texi (Keymap Terminology): Document `kbd'.
7742 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7743
7744 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7745 makes it buffer-local.
7746
7747 * files.texi (Saving Buffers): Correct previous change.
7748
7749 * commands.texi (Accessing Events):
7750 Clarify posn-col-row and posn-actual-col-row.
7751
77522004-06-24 David Ponce <david.ponce@wanadoo.fr>
7753
7754 * commands.texi (Accessing Events): New functions
7755 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7756
77572004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7758
7759 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7760 * frames.texi, buffers.texi, backups.texi, variables.texi:
7761 * loading.texi, eval.texi, functions.texi, control.texi:
7762 * symbols.texi, minibuf.texi: Reposition @anchor's.
7763
7764 * help.texi: Various small changes in addition to the following.
7765 (Describing Characters): Describe PREFIX argument to
7766 `key-description'. Correct and clarify definition of
7767 `text-char-description'. Describe NEED-VECTOR argument to
7768 `read-kbd-macro'.
7769 (Help Functions): Clarify definition of `apropos'.
7770
77712004-06-23 Lars Hansen <larsh@math.ku.dk>
7772
7773 * files.texi (Saving Buffers): Correct description of
7774 `write-contents-functions'.
7775
77762004-06-21 Juanma Barranquero <lektu@terra.es>
7777
7778 * display.texi (Images): Remove redundant @vindex directives.
7779 Rewrite `image-library-alist' doc in active voice.
7780
77812004-06-14 Juanma Barranquero <lektu@terra.es>
7782
7783 * display.texi (Images): Document new delayed library loading,
7784 variable `image-library-alist' and (existing but undocumented)
7785 function `image-type-available-p'.
7786
77872004-06-05 Richard M. Stallman <rms@gnu.org>
7788
7789 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7790 refer the user to the Initial Input node.
7791 (Text from Minibuffer): Likewise.
7792 (Initial Input): New node. Document this feature
7793 and say it is mostly deprecated.
7794
77952004-05-30 Richard M. Stallman <rms@gnu.org>
7796
7797 * loading.texi (Named Features): Clarify return value
7798 and meaning of NOERROR.
7799
7800 * variables.texi (File Local Variables): Minor cleanup.
7801
78022004-05-30 Michael Albinus <michael.albinus@gmx.de>
7803
7804 * files.texi (Magic File Names): Add `file-remote-p' as operation
7805 of file name handlers.
7806
78072004-05-29 Richard M. Stallman <rms@gnu.org>
7808
7809 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7810 as arg to a minor mode command.
7811
78122004-05-22 Richard M. Stallman <rms@gnu.org>
7813
7814 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7815
7816 * streams.texi (Output Variables): Doc float-output-format.
7817
7818 * searching.texi (Regexp Special): Nested repetition can be infloop.
7819
7820 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7821 real stack overflow.
7822
7823 * compile.texi: Minor cleanups.
7824
78252004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7826
7827 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7828 circular lists.
7829 (List Elements): Explain handling of circular and dotted lists.
7830
78312004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7832
7833 * modes.texi (Search-based Fontification): Fix typo.
7834
78352004-05-10 Juanma Barranquero <lektu@terra.es>
7836
7837 * modes.texi (Mode Line Variables): Fix description of
7838 global-mode-string, which is now after which-func-mode, not the
7839 buffer name.
7840
78412004-05-07 Lars Hansen <larsh@math.ku.dk>
7842
7843 * modes.texi (Desktop Save Mode): Add.
7844 (Modes): Add menu entry Desktop Save Mode.
7845
7846 * hooks.texi: Add desktop-after-read-hook,
7847 desktop-no-desktop-file-hook and desktop-save-hook.
7848
7849 * locals.texi: Add desktop-save-buffer.
7850
78512004-04-30 Jesper Harder <harder@ifa.au.dk>
7852
7853 * display.texi: emacs -> Emacs.
7854
78552004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7856
7857 * files.texi (Changing Files): Document set-file-times.
7858
78592004-04-23 Juanma Barranquero <lektu@terra.es>
7860
7861 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7862
78632004-04-18 Jesper Harder <harder@ifa.au.dk>
7864
7865 * tips.texi (Coding Conventions): defopt -> defcustom.
7866
78672004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7868
7869 * sequences.texi: Various clarifications.
7870
78712004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7872
7873 * buffers.texi (Read Only Buffers): Mention optional ARG to
7874 `toggle-read-only'.
7875
78762004-04-14 Nick Roberts <nick@nick.uklinux.net>
7877
7878 * windows.texi (Selecting Windows): Note that get-lru-window
7879 returns a full-width window if possible.
7880
78812004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7882
7883 * buffers.texi: Various changes in addition to:
7884 (Buffer File Name): Add `find-buffer-visiting'.
7885 (Buffer Modification): Mention optional ARG to `not-modified'.
7886 (Indirect Buffers): Mention optional CLONE argument to
7887 `make-indirect-buffer'.
7888
7889 * files.texi: Various changes in addition to:
7890 (Visiting Functions): `find-file-hook' is now a normal hook.
7891 (File Name Expansion): Explain difference between the way that
7892 `expand-file-name' and `file-truename' treat `..'.
7893 (Contents of Directories): Mention optional ID-FORMAT argument to
7894 `directory-files-and-attributes'.
7895 (Format Conversion): Mention new optional CONFIRM argument to
7896 `format-write-file'.
7897
78982004-04-12 Miles Bader <miles@gnu.org>
7899
7900 * macros.texi (Expansion): Add description of `macroexpand-all'.
7901
79022004-04-05 Jesper Harder <harder@ifa.au.dk>
7903
5dcb4c4e
SM
7904 * variables.texi (Variable Aliases):
7905 Mention cyclic-variable-indirection.
b8d4c8d0
GM
7906
7907 * errors.texi (Standard Errors): Ditto.
7908
79092004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7910
7911 * backups.texi: Various small changes in addition to:
7912 (Making Backups): Mention return value of `backup-buffer'.
7913 (Auto-Saving): Mention optional FORCE argument to
7914 `delete-auto-save-file-if-necessary'.
7915 (Reverting): Mention optional PRESERVE-MODES argument to
7916 `revert-buffer'. Correct description of `revert-buffer-function'.
7917
79182004-03-22 Juri Linkov <juri@jurta.org>
7919
7920 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7921 with `Vector Functions'.
7922
7923 * text.texi (Sorting): Add missing quote.
7924
79252004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7926
7927 * intro.texi (Lisp History): Replace xref to `cl' manual with
7928 inforef.
7929
79302004-03-12 Richard M. Stallman <rms@gnu.org>
7931
7932 * intro.texi (Version Info): Add arg to emacs-version.
7933 (Lisp History): Change xref to CL manual.
7934
79352004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7936
7937 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7938 for Partial Completion mode.
7939
79402004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7941
7942 * customize.texi: Fix typo. Remove eol whitespace.
7943
79442004-03-04 Richard M. Stallman <rms@gnu.org>
7945
7946 * processes.texi: Fix typos.
7947
7948 * lists.texi (Building Lists): Minor clarification.
7949
7950 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7951 in make-hash-table.
7952
79532004-02-29 Juanma Barranquero <lektu@terra.es>
7954
7955 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7956 rm, and ignore exit code.
7957
79582004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7959
7960 * display.texi (Defining Faces): Add description for min-colors.
7961 Update example.
7962
79632004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7964
7965 * abbrevs.texi: Various corrections and clarifications in addition
7966 to the following:
7967 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7968
79692004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7970
7971 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7972
79732004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7974
7975 * text.texi: Various small changes in addition to the following:
7976 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7977 to delete-horizontal-space.
7978 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7979 description of yank-handler text property at various places.
7980
7981 * frames.texi (Window System Selections): Add anchor.
7982
7983 * syntax.texi (Syntax Table Functions): Clarify and correct
7984 descriptions of make-syntax-table and copy-syntax-table.
7985 (Motion and Syntax): Clarify SYNTAXES argument to
7986 skip-syntax-forward.
7987 (Parsing Expressions): Mention that the return value of
7988 parse-partial-sexp is currently a list of ten rather than nine
7989 elements.
7990 (Categories): Various corrections and clarifications.
7991
79922004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7993
7994 * markers.texi (Marker Insertion Types): Minor change.
7995
7996 * locals.texi (Standard Buffer-Local Variables):
7997 * commands.texi (Interactive Codes, Using Interactive):
7998 * functions.texi (Related Topics): Fix xrefs.
7999
80002004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8001
8002 * lists.texi (Sets And Lists): Update description of delete-dups.
8003
80042004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8005
8006 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8007
c8763fb6 80082004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8009
8010 * frames.texi (Parameter Access): frame-parameters arg is optional.
8011 modify-frame-parameters handles nil for FRAME.
8012 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8013 are all-or-nothing for certain toolkits.
8014 Mention parameter wait-for-wm.
8015 (Frames and Windows): In frame-first-window and frame-selected-window
8016 the arg is optional.
8017 (Input Focus): In redirect-frame-focus the second arg is optional.
8018 (Window System Selections): Mention selection type CLIPBOARD.
8019 Mention data-type UTF8_STRING.
8020 Mention numbering of cut buffers.
8021 (Resources): Describe x-resource-name.
8022
80232004-02-16 Richard M. Stallman <rms@gnu.org>
8024
8025 * windows.texi (Buffers and Windows): Delete false table
8026 about all-frames.
8027
8028 * syntax.texi (Parsing Expressions): Delete old caveat
8029 about parse-sexp-ignore-comments.
8030
8031 * streams.texi (Output Variables): Add print-quoted.
8032
8033 * lists.texi (Building Lists): Minor cleanup.
8034
8035 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8036
8037 * display.texi (Overlays): Explain overlays use markers.
8038 (Managing Overlays): Explain front-advance and rear-advance
8039 in more detail.
8040
8041 * loading.texi (Unloading): Document unload-feature-special-hooks.
8042 Get rid of fns-NNN.el file.
8043
80442004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8045
8046 * help.texi (Describing Characters): Fix text-char-description
8047 example output.
8048
8049 * edebug.texi (Using Edebug): Fix example.
8050
8051 * debugging.texi (Internals of Debugger): Fix return value.
8052
8053 * files.texi (Changing Files): Fix argname.
8054
8055 * calendar.texi: Fix parens, and default values.
8056
8057 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8058 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8059 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8060
8061 * positions.texi (Text Lines): Don't add -1 in current-line.
8062
80632004-02-16 Richard M. Stallman <rms@gnu.org>
8064
8065 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8066
80672004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8068
8069 * processes.texi (Low-Level Network): Fix a typo.
8070
80712004-02-12 Kim F. Storm <storm@cua.dk>
8072
8073 * display.texi (Fringes): Use consistent wording.
8074 Note that window-fringe's window arg is optional.
8075 (Scroll Bars): Use consistent wording.
8076
80772004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8078
8079 * tips.texi (Comment Tips): Document the new conventions for
8080 commenting out code.
8081
c8763fb6 80822004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8083
5dcb4c4e 8084 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8085
80862004-02-07 Kim F. Storm <storm@cua.dk>
8087
8088 * positions.texi (Text Lines): Add line-number-at-pos.
8089
80902004-02-06 John Paul Wallington <jpw@gnu.org>
8091
8092 * display.texi (Button Properties, Button Buffer Commands):
8093 mouse-2 invokes button, not down-mouse-1.
8094
80952004-02-04 Jason Rumney <jasonr@gnu.org>
8096
8097 * makefile.w32-in: Sync with Makefile.in changes.
8098
80992004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8100
8101 * minibuf.texi (Text from Minibuffer): Various corrections and
8102 clarifications.
8103 (Object from Minibuffer): Correct Lisp description of
8104 read-minibuffer.
8105 (Minibuffer History): Clarify description of cons values for
8106 HISTORY arguments.
5dcb4c4e
SM
8107 (Basic Completion): Various corrections and clarifications.
8108 Add completion-regexp-list.
b8d4c8d0
GM
8109 (Minibuffer Completion): Correct and clarify description of
8110 completing-read.
5dcb4c4e
SM
8111 (Completion Commands): Mention Partial Completion mode.
8112 Various other minor changes.
b8d4c8d0
GM
8113 (High-Level Completion): Various corrections and clarifications.
8114 (Reading File Names): Ditto.
8115 (Minibuffer Misc): Ditto.
8116
81172004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8118
8119 * strings.texi (Text Comparison): assoc-string also matches
8120 elements of alists that are strings instead of conses.
8121 (Formatting Strings): Standardize Texinfo usage. Update index
8122 entries.
8123
81242004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8125
8126 * lists.texi (Sets And Lists): Add delete-dups.
8127
81282004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8129
8130 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8131 special form.
8132 * macros.texi (Defining Macros): Update description of `declare',
8133 which now is a macro.
8134 (Wrong Time): Fix typos.
8135
81362004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8137
8138 * compile.texi (Compilation Functions): Expand descriptions of
8139 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8140 and `batch-byte-compile'. In particular, mention and describe
8141 all optional arguments.
8142 (Disassembly): Correct and clarify the description of `disassemble'.
8143
81442004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8145
8146 * searching.texi: Various small changes in addition to the
8147 following.
8148 (Regexp Example): Adapt to new value of `sentence-end'.
8149 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8150 `words'.
8151 (Search and Replace): Add usage note for `perform-replace'.
8152 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8153 `match-data'.
8154 (Standard Regexps): Update for new values of `paragraph-start'
8155 and `sentence-end'.
8156
81572004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8158
8159 * files.texi (Saving Buffers): Clarify descriptions of
8160 `write-contents-functions' and `before-save-hook'.
8161 Make the defvar's for `before-save-hook' and `after-save-hook'
8162 into defopt's.
8163
81642004-01-07 Kim F. Storm <storm@cua.dk>
8165
8166 * commands.texi (Click Events): Describe new image and
8167 width/height elements of click events.
8168 (Accessing Events): Add posn-string, posn-image, and
8169 posn-object-width-height. Change posn-object to return either
8170 image or string object.
8171
81722004-01-01 Simon Josefsson <jas@extundo.com>
8173
8174 * hooks.texi (Standard Hooks): Add before-save-hook.
8175 * files.texi (Saving Buffers): Likewise.
8176
81772004-01-03 Richard M. Stallman <rms@gnu.org>
8178
8179 * frames.texi (Frames and Windows): Delete frame-root-window.
8180
81812004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8182
8183 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8184
8185 * functions.texi: Various small changes in addition to the
8186 following.
5dcb4c4e
SM
8187 (What Is a Function): `functionp' returns nil for macros.
8188 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8189 (Function Documentation): Add `\' in front of (fn @var{arglist})
8190 and explain why.
8191 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8192 Add anchor.
8193 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8194
81952004-01-01 Miles Bader <miles@gnu.org>
8196
8197 * display.texi (Buttons): New section.
8198
81992003-12-31 Andreas Schwab <schwab@suse.de>
8200
8201 * numbers.texi (Math Functions): sqrt reports a domain-error
8202 error.
8203 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8204
82052003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8206
8207 * tips.texi (Documentation Tips): Update item on hyperlinks in
8208 documentation strings.
8209
8210 * errors.texi (Standard Errors): Various small corrections and
8211 additions.
8212
8213 * control.texi: Various small changes in addition to the
8214 following.
8215 (Signaling Errors): Provide some more details on how `signal'
8216 constructs the error message. Add anchor to the definition of
8217 `signal'.
8218 (Error Symbols): Describe special treatment of `quit'.
8219 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8220 to emphasize that it has to be a single form.
8221
8222 * buffers.texi: Add anchor.
8223
82242003-12-29 Richard M. Stallman <rms@gnu.org>
8225
8226 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8227 (Window Configurations): Add window-configuration-frame.
8228
8229 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8230
8231 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8232 Change arg name in get-char-property.
8233 (Special Properties): Update handling of keymap property.
8234
8235 * strings.texi (Modifying Strings): Add clear-string.
8236 (Text Comparison): Add assoc-string and remove
8237 assoc-ignore-case, assoc-ignore-representation.
8238
8239 * os.texi (Time of Day): Add set-time-zone-rule.
8240
8241 * numbers.texi (Math Functions): asin, acos, log, log10
8242 report domain-error errors.
8243
8244 * nonascii.texi (Converting Representations):
8245 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8246 (Encoding and I/O): Add file-name-coding-system.
8247
8248 * modes.texi (Search-based Fontification): Explain that
8249 face specs are symbols with face names as values.
8250
8251 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8252
8253 * lists.texi (Building Lists): remq moved elsewhere.
8254 (Sets And Lists): remq moved here.
8255 (Association Lists): Refer to assoc-string.
8256
8257 * internals.texi (Garbage Collection): Add memory-use-counts.
8258
8259 * frames.texi (Frames and Windows): Add set-frame-selected-window
8260 and frame-root-window.
8261
8262 * files.texi (Contents of Directories):
8263 Add directory-files-and-attributes.
8264
8265 * display.texi (Refresh Screen): Add force-window-update.
8266 (Invisible Text): Explain about moving point out of invis text.
8267 (Overlay Properties): Add overlay-properties.
8268 (Managing Overlays): Add overlayp.
8269 (GIF Images): Invalid image number displays a hollow box.
8270
8271 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8272 (Killing Buffers): Add buffer-live-p.
8273
82742003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8275
8276 * display.texi (Fringes): Fix typo "set-buffer-window".
8277
82782003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8279
8280 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8281 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8282 Add or change various xrefs and anchors.
8283
8284 * commands.texi: Replace all occurrences of @acronym{CAR} with
8285 @sc{car}, for consistency with the rest of the Elisp manual.
8286 `car' and `cdr' are historically acronyms, but are no longer
8287 widely thought of as such.
8288
8289 * internals.texi (Pure Storage): Mention that `purecopy' does not
8290 copy text properties.
8291 (Object Internals): Now 29 bits are used (in most implementations)
8292 to address Lisp objects.
8293
8294 * variables.texi (Variables with Restricted Values): New node.
8295
8296 * objects.texi (Lisp Data Types): Mention that certain variables
8297 can only take on a restricted set of values and add an xref to
8298 the new node "Variables with Restricted Values".
8299
8300 * eval.texi (Function Indirection): Describe the errors that
8301 `indirect-function' can signal.
8302 (Eval): Clarify the descriptions of `eval-region' and `values'.
8303 Describe `eval-buffer' instead of `eval-current-buffer' and
8304 mention `eval-current-buffer' as an alias for `current-buffer'.
8305 Correct the description and mention all optional arguments.
8306
8307 * nonascii.texi: Various small changes in addition to the
8308 following.
8309 (Converting Representations): Clarify behavior of
8310 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8311 ASCII arguments.
8312 (Character Sets): Document the variable `charset-list' and adapt
8313 the definition of the function `charset-list' accordingly.
8314 (Translation of Characters): Clarify use of generic characters in
8315 `make-translation-table'. Clarify and correct the description of
8316 the use of translation tables in encoding and decoding.
8317 (User-Chosen Coding Systems): Correct and clarify the description
8318 of `select-safe-coding-system'.
8319 (Default Coding Systems): Clarify description of
8320 `file-coding-system-alist'.
8321
83222003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8323
8324 * strings.texi (Text Comparison): Correctly describe when two
8325 strings are `equal'. Combine and clarify descriptions of
8326 `assoc-ignore-case' and `assoc-ignore-representation'.
8327
8328 * objects.texi (Non-ASCII in Strings): Clarify description of
8329 when a string is unibyte or multibyte.
8330 (Bool-Vector Type): Update examples.
8331 (Equality Predicates): Correctly describe when two strings are
8332 `equal'.
8333
83342003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8335
8336 * lists.texi (Building Lists): `append' no longer accepts integer
8337 arguments. Update the description of `number-sequence' to reflect
8338 recent changes.
8339 (Sets And Lists): Describe `member-ignore-case' after `member'.
8340
83412003-11-27 Kim F. Storm <storm@cua.dk>
8342
8343 * commands.texi (Click Events): Click object may be an images.
8344 Describe (dx . dy) element of click positions.
8345 (Accessing Events): Remove duplicate posn-timestamp.
8346 New functions posn-object and posn-object-x-y.
8347
83482003-11-23 Kim F. Storm <storm@cua.dk>
8349
8350 * commands.texi (Click Events): Describe enhancements to event
8351 position lists, including new text-pos and (col . row) items.
8352 Mention left-fringe and right-fringe area events.
8353 (Accessing Events): New functions posn-area and
8354 posn-actual-col-row. Mention posn-timestamp. Mention that
8355 posn-point in non-text area still returns buffer position.
8356 Clarify posn-col-row.
8357
83582003-11-21 Lars Hansen <larsh@math.ku.dk>
8359
8360 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8361 * anti.texi (File Attributes): Describe removed parameter
8362 ID-FORMAT.
8363
83642003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8365
8366 * positions.texi (Positions): Mention that, if a marker is used as
8367 a position, its buffer is ignored.
8368
8369 * markers.texi (Overview of Markers): Mention it here too.
8370
83712003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8372
8373 * numbers.texi (Numeric Conversions): Not just `floor', but also
8374 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8375
83762003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8377
8378 * markers.texi (Creating Markers): Specify insertion type of
8379 created markers. Add xref to `Marker Insertion Types'.
8380 Second argument to `copy-marker' is optional.
8381 (Marker Insertion Types): Mention that most markers are created
8382 with insertion type nil.
8383 (The Mark): Correctly describe when `mark' signals an error.
8384 (The Region): Correctly describe when `region-beginning' and
8385 `region-end' signal an error.
8386
83872003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8388
8389 * hash.texi (Creating Hash): Clarify description of `eql'.
8390 `makehash' is obsolete.
8391 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8392
8393 * positions.texi (Point): Change description of `buffer-end', so
8394 that it is also correct for floating point arguments.
8395 (List Motion): Correct argument lists of `beginning-of-defun' and
8396 `end-of-defun'.
8397 (Excursions): Add xref to `Marker Insertion Types'.
8398 (Narrowing): Argument to `narrow-to-page' is optional.
8399
84002003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8401
8402 * streams.texi (Output Streams): Clarify behavior of point for
8403 marker output streams.
8404
84052003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8406
8407 * variables.texi (Defining Variables): Second argument to
8408 `defconst' is not optional.
8409 (Setting Variables): Mention optional argument APPEND to
8410 `add-to-list'.
8411 (Creating Buffer-Local): Expand description of
8412 `make-variable-buffer-local'.
8413 (Frame-Local Variables): Expand description of
8414 `make-variable-frame-local'.
8415 (Variable Aliases): Correct description of optional argument
8416 DOCSTRING to `defvaralias'. Mention return value of
8417 `defvaralias'.
8418 (File Local Variables): Add xref to `File variables' in Emacs
8419 Manual. Correct description of `hack-local-variables'. Mention
8420 `safe-local-variable' property. Mention optional second argument
8421 to `risky-local-variable-p'.
8422
84232003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8424
8425 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8426
84272003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8428
8429 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8430 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8431 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8432 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8433 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8434 lispref/processes.texi, lispref/searching.texi,
8435 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8436 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8437 @acronym{FOO}.
8438
84392003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8440
8441 * strings.texi (Creating Strings): Argument START to `substring'
8442 can not be `nil'. Expand description of
8443 `substring-no-properties'. Correct description of `split-string',
8444 especially with respect to empty matches. Prevent very bad line
8445 break in definition of `split-string-default-separators'.
8446 (Text Comparison): `string=' and `string<' also accept symbols as
8447 arguments.
8448 (String Conversion): More completely describe argument BASE in
8449 `string-to-number'.
8450 (Formatting Strings): `%s' and `%S' in `format' do require
8451 corresponding object. Clarify behavior of numeric prefix after
8452 `%' in `format'.
8453 (Case Conversion): The argument to `upcase-initials' can be a
8454 character.
8455
84562003-10-27 Kenichi Handa <handa@m17n.org>
8457
8458 * display.texi (Fontsets): Fix texinfo usage.
8459
84602003-10-25 Kenichi Handa <handa@m17n.org>
8461
8462 * display.texi (Fontsets): Add description of the function
8463 set-fontset-font.
8464
84652003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8466
8467 * display.texi (Temporary Displays): Add xref to `Documentation
8468 Tips'.
8469
8470 * functions.texi (Function Safety): Use inforef instead of pxref
8471 for SES.
8472
84732003-10-23 Andreas Schwab <schwab@suse.de>
8474
8475 * Makefile.in (TEX, texinputdir): Don't define.
8476 (TEXI2DVI): Define.
8477 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8478 add $(srcdir)/index.texi.
8479 ($(infodir)/elisp): Remove index.texi dependency.
8480 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8481 (index.texi): Remove target.
8482 (dist): Don't link $(srcdir)/permute-index.
8483 (clean): Don't remove index.texi.
8484
8485 * permute-index, index.perm: Remove.
8486 * index.texi: Rename from index.unperm.
8487
84882003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8489
8490 * tips.texi (Documentation Tips): Document new behavior for face
8491 and variable hyperlinks in Help mode.
8492
84932003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8494
8495 * objects.texi (Integer Type): Update for extra bit of integer range.
8496 (Character Type): Ditto.
8497
84982003-10-16 Eli Zaretskii <eliz@gnu.org>
8499
8500 * numbers.texi (Integer Basics): Add index entries for reading
8501 numbers in hex, octal, and binary.
8502
85032003-10-16 Lute Kamstra <lute@gnu.org>
8504
8505 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8506 argument.
8507
85082003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8509
8510 * windows.texi (Choosing Window): Fix typo.
8511 * edebug.texi (Edebug Execution Modes): Fix typo.
8512
85132003-10-13 Richard M. Stallman <rms@gnu.org>
8514
8515 * windows.texi (Basic Windows): A window has fringe settings,
8516 display margins and scroll-bar settings.
8517 (Splitting Windows): Doc split-window return value.
8518 Clean up one-window-p.
8519 (Selecting Windows): Fix typo.
8520 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8521 (Buffers and Windows): In set-window-buffer, explain effect
8522 on fringe settings and scroll bar settings.
8523 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8524 (Choosing Window): Use defopt for pop-up-frame-function.
8525 For special-display-buffer-names, explain same-window and same-frame.
8526 Clarify window-dedicated-p return value.
8527 (Textual Scrolling): scroll-up and scroll-down can get an error.
8528 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8529 Clarify set-window-hscroll.
8530 (Size of Window): Don't mention tool bar in window-height.
8531 (Coordinates and Windows): Explain what coordinates-in-window-p
8532 returns for fringes and display margins.
8533 (Window Configurations): Explain saving fringes, etc.
8534
8535 * tips.texi (Library Headers): Clean up Documentation.
8536
8537 * syntax.texi (Parsing Expressions): Clean up forward-comment
8538 and parse-sexp-lookup-properties.
8539
8540 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8541
8542 * os.texi (System Environment): Clean up text for load-average errors.
8543
8544 * modes.texi (Hooks): Don't explain local hook details at front.
8545 Clarify run-hooks and run-hook-with-args a little.
8546 Clean up add-hook and remove-hook.
8547
8548 * edebug.texi (Edebug Execution Modes): Clarify t.
8549 Document edebug-sit-for-seconds.
8550 (Coverage Testing): Document C-x X = and =.
8551 (Instrumenting Macro Calls): Fix typo.
8552 (Specification List): Don't index the specification keywords.
8553
85542003-10-10 Kim F. Storm <storm@cua.dk>
8555
8556 * processes.texi (Network): Introduce make-network-process.
8557
85582003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8559
8560 * tips.texi (Library Headers): Fix typo.
8561
85622003-10-07 Juri Linkov <juri@jurta.org>
8563
8564 * modes.texi (Imenu): Mention imenu-create-index-function's
8565 default value. Explain submenus better.
8566
85672003-10-07 Lute Kamstra <lute@gnu.org>
8568
8569 * modes.texi (Faces for Font Lock): Fix typo.
8570 (Hooks): Explain how buffer-local hook variables can refer to
8571 global hook variables.
8572 Various minor clarifications.
8573
85742003-10-06 Lute Kamstra <lute@gnu.org>
8575
8576 * tips.texi (Coding Conventions): Mention naming conventions for
8577 hooks.
8578
85792003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8580
8581 * loading.texi (Library Search): Correct default value of
8582 load-suffixes.
8583 (Named Features): Fix typo.
8584
85852003-10-05 Richard M. Stallman <rms@gnu.org>
8586
8587 * loading.texi (Named Features): In `provide',
8588 say how to test for subfeatures.
8589 (Unloading): In unload-feature, use new var name
8590 unload-feature-special-hooks.
8591
85922003-10-03 Lute Kamstra <lute@gnu.org>
8593
8594 * modes.texi (Major Mode Conventions): Mention third way to set up
8595 Imenu.
8596 (Imenu): A number of small fixes.
8597 Delete documentation of internal variable imenu--index-alist.
8598 Document the return value format of imenu-create-index-function
8599 functions.
8600
86012003-09-30 Richard M. Stallman <rms@gnu.org>
8602
8603 * processes.texi (Network): Say what stopped datagram connections do.
8604
8605 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8606
8607 * display.texi (Overlay Properties): Clarify `evaporate' property.
8608
86092003-09-29 Lute Kamstra <lute@gnu.org>
8610
8611 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8612 constructs should be marked as risky.
8613 Change cons cell into proper list.
8614 (Mode Line Variables): Change cons cell into proper list.
8615
86162003-09-26 Lute Kamstra <lute@gnu.org>
8617
8618 * modes.texi (Mode Line Data): Document the :propertize construct.
8619 (Mode Line Variables): Reorder the descriptions of the variables
8620 to match their order in the default mode-line-format.
8621 Describe the new variables mode-line-position and mode-line-modes.
8622 Update the default values of mode-line-frame-identification,
8623 minor-mode-alist, and default-mode-line-format.
8624 (Properties in Mode): Mention the :propertize construct.
8625
86262003-09-26 Richard M. Stallman <rms@gnu.org>
8627
8628 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8629 * loading.texi, minibuf.texi, text.texi, variables.texi:
8630 Avoid @strong{Note:}.
8631
86322003-09-26 Richard M. Stallman <rms@gnu.org>
8633
8634 * keymaps.texi (Remapping Commands): Fix typo.
8635
86362003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8637
8638 * processes.texi (Low-Level Network): Fix typo.
8639
86402003-09-23 Kim F. Storm <storm@cua.dk>
8641
8642 * processes.texi (Network, Network Servers): Fix typos.
8643 (Low-Level Network): Add timeout value for :server keyword.
8644 Add new option keywords to make-network-process.
8645 Add set-network-process-options.
8646 Explain how to test availability of network options.
8647
86482003-09-19 Richard M. Stallman <rms@gnu.org>
8649
8650 * text.texi (Motion by Indent): Arg to
8651 backward-to-indentation and forward-to-indentation is optional.
8652
8653 * strings.texi (Creating Strings): Add substring-no-properties.
8654
8655 * processes.texi
8656 (Process Information): Add list-processes arg QUERY-ONLY.
8657 Delete process-contact from here.
8658 Add new status values for process-status.
8659 Add process-get, process-put, process-plist, set-process-plist.
8660 (Synchronous Processes): Add call-process-shell-command.
8661 (Signals to Processes): signal-process allows process objects.
8662 (Network): Complete rewrite.
8663 (Network Servers, Datagrams, Low-Level Network): New nodes.
8664
8665 * positions.texi (Word Motion): forward-word, backward-word
8666 arg is optional. Reword.
8667
8668 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8669
8670 * variables.texi (Creating Buffer-Local):
8671 Delete duplicate definition of buffer-local-value.
8672 (File Local Variables): Explain about discarding text props.
8673
86742003-09-11 Richard M. Stallman <rms@gnu.org>
8675
8676 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8677 changes variables that record input events.
8678 (Minibuffer Misc): Add minibuffer-selected-window.
8679
8680 * lists.texi (Building Lists): Add copy-tree.
8681
8682 * display.texi (Fontsets): Add char-displayable-p.
8683 (Scroll Bars): New node.
8684
86852003-09-08 Lute Kamstra <lute@gnu.org>
8686
8687 * modes.texi (%-Constructs): Document new `%i' and `%I'
8688 constructs.
8689
86902003-09-03 Peter Runestig <peter@runestig.com>
8691
8692 * makefile.w32-in: New file.
8693
86942003-08-29 Richard M. Stallman <rms@gnu.org>
8695
8696 * display.texi (Overlay Properties): Clarify how priorities
8697 affect use of the properties.
8698
86992003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8700
8701 * customize.texi (Type Keywords): Correct the description of
8702 `:help-echo' in the case where `motion-doc' is a function.
8703
87042003-08-14 John Paul Wallington <jpw@gnu.org>
8705
8706 * modes.texi (Emulating Mode Line): Subsection, not section.
8707
87082003-08-13 Richard M. Stallman <rms@gnu.org>
8709
8710 * elisp.texi (Top): Update subnode lists in menu.
8711
8712 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8713 (Kill Functions): kill-region has new arg yank-handler.
8714 (Yanking): New node.
8715 (Yank Commands): Add yank-undo-function.
8716 (Low-Level Kill Ring):
8717 kill-new and kill-append have new arg yank-handler.
8718 (Changing Properties): Add remove-list-of-text-properties.
8719 (Atomic Changes): New node.
8720
8721 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8722
8723 * streams.texi (Output Variables): Add eval-expression-print-length
8724 and eval-expression-print-level.
8725
8726 * os.texi (Time Conversion): For encode-time, explain limits on year.
8727
8728 * objects.texi (Character Type): Define anchor "modifier bits".
8729
8730 * modes.texi (Emulating Mode Line): New node.
8731 (Search-based Fontification): Font Lock uses font-lock-face property.
8732 (Other Font Lock Variables): Likewise.
8733
8734 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8735 not vectors.
8736 (Active Keymaps): Add emulation-mode-map-alists.
8737 (Functions for Key Lookup): key-binding has new arg no-remap.
8738 (Remapping Commands): New node.
8739 (Scanning Keymaps): where-is-internal has new arg no-remap.
8740 (Tool Bar): Add tool-bar-local-item-from-menu.
8741 Clarify when to use tool-bar-add-item-from-menu.
8742
8743 * commands.texi (Interactive Call): commandp has new arg.
8744 (Command Loop Info): Add this-original-command.
8745
87462003-08-06 John Paul Wallington <jpw@gnu.org>
8747
8748 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8749
8750 * display.texi (Warning Basics): Fix typo.
8751 (Fringes): Add closing curly bracket and fix typo.
8752
8753 * elisp.texi (Top): Fix typo.
8754
87552003-08-05 Richard M. Stallman <rms@gnu.org>
8756
8757 * elisp.texi: Update lists of subnodes.
8758
8759 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8760
8761 * variables.texi (Local Variables): Use lc for example variable names.
8762
8763 * tips.texi (Library Headers): Explain where to put -*-.
8764
8765 * strings.texi (Creating Strings): Fix xref for vconcat.
8766
8767 * sequences.texi (Vector Functions):
8768 vconcat no longer allows integer args.
8769
8770 * minibuf.texi (Reading File Names): read-file-name has new
8771 arg PREDICATE. New function read-directory-name.
8772
c4cc8b9a 8773 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
8774 (Indenting Macros): New node.
8775
8776 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8777 (Window Frame Parameters): Make separate table of parameters
8778 that are coupled with specific face attributes.
8779 (Deleting Frames): delete-frame-hooks renamed to
8780 delete-frame-functions.
8781
8782 * files.texi (Magic File Names): Add file-remote-p.
8783 Clarify file-local-copy.
8784
8785 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8786 here; instead xref Defining Macros.
8787
8788 * display.texi (Warnings): New node, and subnodes.
8789 (Fringes): New node.
8790
8791 * debugging.texi (Test Coverage): New node.
8792
8793 * compile.texi (Compiler Errors): Explain with-no-warnings
8794 and other ways to suppress warnings.
8795
8796 * commands.texi (Interactive Call): Minor clarification.
8797
8798 * buffers.texi (Buffer File Name): set-visited-file-name
8799 renames the buffer too.
8800
8801 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8802
88032003-07-24 Markus Rost <rost@math.ohio-state.edu>
8804
8805 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8806
88072003-07-22 Markus Rost <rost@math.ohio-state.edu>
8808
8809 * internals.texi (Garbage Collection): Fix previous change.
8810
88112003-07-22 Richard M. Stallman <rms@gnu.org>
8812
8813 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8814
8815 * display.texi (Width): Use \s syntax in example.
8816 (Font Selection): Add face-font-rescale-alist.
8817
8818 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8819 Remove spurious indent in example.
8820
8821 * lists.texi (Building Lists): Add number-sequence.
8822
8823 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8824
8825 * functions.texi (Function Documentation): Explain how to
8826 show calling convention explicitly in the doc string.
8827
8828 * windows.texi (Selecting Windows): save-selected-window saves
8829 selected window of each frame.
8830 (Window Configurations): Minor change.
8831
8832 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8833
8834 * streams.texi (Output Variables): Add print-continuous-numbering
8835 and print-number-table.
8836
8837 * processes.texi (Decoding Output): New node.
8838
8839 * os.texi (Time Conversion): decode-time arg is optional.
8840
8841 * objects.texi (Character Type): Don't use space as example for \.
8842 Make list of char names and \-sequences correspond.
8843 Explain that \s is not used in strings. `\ ' needs space after.
8844
8845 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8846 (Translation of Characters): Add translation-table-for-input.
8847 (Default Coding Systems): Add auto-coding-functions.
8848 (Explicit Encoding): Add decode-coding-inserted-region.
8849 (Locales): Add locale-info.
8850
8851 * minibuf.texi (Basic Completion): Describe test-completion.
8852 Collections can be lists of strings.
8853 Clean up lazy-completion-table.
8854 (Programmed Completion): Mention test-completion.
8855 Clarify why lambda expressions are not accepted.
8856 (Minibuffer Misc): Describe minibufferp.
8857
88582003-07-14 Richard M. Stallman <rms@gnu.org>
8859
8860 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8861
8862 * windows.texi (Selecting Windows): New arg to select-window.
8863 (Selecting Windows): Add with-selected-window.
8864 (Size of Window): Add window-inside-edges, etc.
8865
8866 * internals.texi (Garbage Collection): Add post-gc-hook.
8867
8868 * processes.texi (Subprocess Creation): Add exec-suffixes.
8869
8870 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8871 (Scanning Keymaps): Add map-keymaps.
8872 (Defining Menus): Add keymap-prompt.
8873
8874 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8875 most-negative-fixnum.
8876
c4cc8b9a 8877 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8878 (Compiler Errors): New node.
8879
8880 * os.texi (User Identification): user-uid, user-real-uid
8881 can return float.
8882
8883 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8884 and about derived modes.
8885 (Minor Modes): Add minor-mode-list.
8886 (Defining Minor Modes): Keyword args for define-minor-mode.
8887 (Search-based Fontification): Explain managing other properties.
8888 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8889 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8890 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8891
8892 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8893 (Variable Aliases): Clarify defvaralias.
8894
8895 * loading.texi (Library Search): Add load-suffixes.
8896
8897 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8898 (Programmed Completion): Add dynamic-completion-table.
8899
8900 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8901 (Magic File Names): Specify precedence order of handlers.
8902
8903 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8904 and post-command-hook.
8905 (Waiting): New calling convention for sit-for.
8906
8907 * text.texi (Special Properties): local-map and keymap properties
8908 apply based on their stickiness.
8909
89102003-07-07 Richard M. Stallman <rms@gnu.org>
8911
8912 * modes.texi (Minor Mode Conventions): Specify only some kinds
8913 of list values as args to minor modes.
8914
8915 * files.texi (File Name Expansion): Warn about iterative use
8916 of substitute-in-file-name.
8917
8918 * advice.texi (Activation of Advice): Clean up previous change.
8919
89202003-07-06 Markus Rost <rost@math.ohio-state.edu>
8921
8922 * advice.texi (Activation of Advice): Note that ad-start-advice is
8923 turned on by default.
8924
89252003-06-30 Richard M. Stallman <rms@gnu.org>
8926
8927 * text.texi (Buffer Contents): Document current-word.
8928 (Change Hooks): Not called for *Messages*.
8929
8930 * functions.texi (Defining Functions): Explain about redefining
8931 primitives.
8932 (Function Safety): Renamed. Minor changes.
8933 Comment out the detailed criteria for what is safe.
8934
89352003-06-22 Andreas Schwab <schwab@suse.de>
8936
8937 * objects.texi (Symbol Type): Fix description of examples.
8938
89392003-06-16 Andreas Schwab <schwab@suse.de>
8940
8941 * hash.texi (Creating Hash): Fix description of :weakness.
8942
c8763fb6 89432003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8944
8945 * files.texi (Changing Files): copy-file copies file modes, too.
8946
89472003-05-28 Richard M. Stallman <rms@gnu.org>
8948
8949 * strings.texi (Creating Strings): Clarify split-string.
8950
89512003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8952
8953 * strings.texi (Creating Strings): Update split-string specification
8954 and examples.
8955
89562003-05-19 Richard M. Stallman <rms@gnu.org>
8957
8958 * elisp.texi: Correct invariant section names.
8959
89602003-04-20 Richard M. Stallman <rms@gnu.org>
8961
8962 * os.texi (Timers): Explain about timers and quitting.
8963
89642003-04-19 Richard M. Stallman <rms@gnu.org>
8965
8966 * internals.texi (Writing Emacs Primitives): Strings are
8967 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8968 Explain GCPRO convention for varargs function args.
8969
89702003-04-16 Richard M. Stallman <rms@gnu.org>
8971
8972 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8973
89742003-04-08 Richard M. Stallman <rms@gnu.org>
8975
8976 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8977
89782003-02-13 Kim F. Storm <storm@cua.dk>
8979
8980 * objects.texi (Character Type): New \s escape for space.
8981
89822003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8983
5dcb4c4e 8984 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
8985
89862003-01-25 Richard M. Stallman <rms@gnu.org>
8987
8988 * keymaps.texi: Document that a symbol can act as a keymap.
8989
89902003-01-13 Richard M. Stallman <rms@gnu.org>
8991
8992 * text.texi (Changing Properties): Say string indices are origin-0.
8993
8994 * positions.texi (Screen Lines) <compute-motion>:
8995 Correct order of elts in return value.
8996
8997 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8998 how to define a default binding.
8999
90002002-12-07 Markus Rost <rost@math.ohio-state.edu>
9001
9002 * loading.texi (Unloading): Fix recent change for load-history.
9003
9004 * customize.texi (Simple Types): Clarify description of custom
9005 type 'number. Describe new custom type 'float.
9006
90072002-12-04 Markus Rost <rost@math.ohio-state.edu>
9008
9009 * variables.texi (File Local Variables): Fix typo.
9010
c8763fb6 90112002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9012
9013 From Michael Albinus <Michael.Albinus@alcatel.de>.
9014
9015 * README: Target for Info file is `make info'.
9016
5dcb4c4e 9017 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9018 `file-name-sans-extension'.
9019 (Magic File Names): Complete list of operations for magic file
9020 name handlers.
9021
90222002-09-16 Jonathan Yavner <jyavner@engineer.com>
9023
9024 * variables.texi (File Local Variables): New function
9025 risky-local-variable-p.
9026
90272002-09-15 Jonathan Yavner <jyavner@engineer.com>
9028
9029 * functions.texi (Function safety): New node about unsafep.
9030
90312002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9032
5dcb4c4e 9033 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9034 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9035
90362002-06-17 Juanma Barranquero <lektu@terra.es>
9037
9038 * frames.texi (Display Feature Testing): Fix typo.
9039
90402002-06-12 Andreas Schwab <schwab@suse.de>
9041
9042 * frames.texi (Initial Parameters, Resources): Fix references to
9043 the Emacs manual.
9044
90452002-05-13 Kim F. Storm <storm@cua.dk>
9046
9047 * variables.texi (Intro to Buffer-Local): Updated warning and
9048 example relating to changing buffer inside let.
9049
c8763fb6 90502002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9051
9052 * os.texi (Session Management): New node about X Session management.
9053
90542002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9055
9056 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9057 to which the manual corresponds, and the copyright years.
9058
9059 * Makefile.in (VERSION): Set to 2.9.
9060
90612001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9062
9063 * elisp.texi: Change the category in @dircategory to "Emacs", to
9064 make it consistent with info/dir.
9065
90662001-11-25 Miles Bader <miles@gnu.org>
9067
9068 * text.texi (Fields): Describe new `limit' arg in
9069 field-beginning/field-end.
9070
90712001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9072
5dcb4c4e
SM
9073 * permute-index: Don't depend on csh-specific features.
9074 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9075
9076 * two-volume-cross-refs.txt: New file.
9077 * two.el: New file.
9078 * spellfile: New file.
9079
90802001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9081
9082 * permute-index: New file.
9083
9084 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9085 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9086 8+3 restricted namespace.
9087
9088 * Makefile.in (infodir): Define relative to $(srcdir).
9089 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9090 include directories list via -I switch to makeinfo.
9091 (index.texi): Use cp if both hard and symbolic links fail.
9092
90932001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9094
9095 * Makefile.in (distclean): Add.
9096
9097 The following changes make ELisp manual part of the Emacs
9098 distribution:
9099
9100 * Makefile.in: Add Copyright notice.
9101 (prefix): Remove.
9102 (infodir): Change value to "../info".
9103 (VPATH): New variable.
9104 (MAKE): Don't define.
9105 (texmacrodir): Don't define.
9106 (texinputdir): Append the existing value of TEXINPUTS.
9107 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9108 command to be compatible with man/Makefile.in, and to put the
9109 output into ../info.
9110 (info): Add target.
9111 (installall): Target removed.
9112
c8763fb6 91132001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9114
9115 * tips.texi (Coding Conventions): Fix typo.
9116
91172001-10-23 Gerd Moellmann <gerd@gnu.org>
9118
9119 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9120
91212001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9122
9123 * files.texi (File Name Components): Update the description of
9124 file-name-sans-extension and file-name-extension, as they now
9125 ignore leading dots.
9126
91272001-10-20 Gerd Moellmann <gerd@gnu.org>
9128
9129 * (Version 21.1 released.)
9130
91312001-10-19 Miles Bader <miles@gnu.org>
9132
9133 * positions.texi (Text Lines): Describe behavior of
9134 `beginning-of-line'/`end-of-line' in the presence of field properties.
9135
91362001-10-17 Gerd Moellmann <gerd@gnu.org>
9137
9138 * Makefile.in (VERSION): Set to 2.8.
9139 (manual): Use `manual-21'.
9140
9141 * elisp.texi (VERSION): Add and use it where the version
9142 number was used. Set it to 2.8.
9143
9144 * intro.texi: Likewise.
9145
91462001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9147
9148 * files.texi (File Name Completion): Document the significance of
9149 a trailing slash in elements of completion-ignored-extensions.
9150
91512001-10-06 Miles Bader <miles@gnu.org>
9152
9153 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9154
91552001-10-04 Gerd Moellmann <gerd@gnu.org>
9156
9157 * variables.texi (Variable Aliases): New node.
9158
91592001-10-04 Gerd Moellmann <gerd@gnu.org>
9160
9161 * Branch for 21.1.
9162
91632001-10-02 Miles Bader <miles@gnu.org>
9164
9165 * minibuf.texi (Minibuffer Misc): Add entries for
9166 `minibuffer-contents', `minibuffer-contents-no-properties', and
9167 `delete-minibuffer-contents'.
9168 Correct description for `minibuffer-prompt-end'.
9169
9170 * text.texi (Property Search): Correct descriptions of
9171 `next-char-property-change' and `previous-char-property-change'.
9172 Add entries for `next-single-char-property-change' and
9173 `previous-single-char-property-change'.
9174 Make operand names a bit more consistent.
9175
91762001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9177
9178 * frames.texi (Finding All Frames): Document that next-frame and
9179 previous-frame are local to current terminal.
9180
91812001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9182
9183 * keymaps.texi (Creating Keymaps): Fix the description of the
9184 result of make-keymap.
9185
91862001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9187
9188 * display.texi (Font Lookup, Attribute Functions)
9189 (Image Descriptors): Add cross-references to the definition of
9190 selected frame.
9191
9192 * buffers.texi (The Buffer List): Add cross-references to the
9193 definition of selected frame.
9194
9195 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9196 frame at any given time.
9197 (Multiple Displays, Size and Position): Add a cross-reference to
9198 the definition of the selected frame.
9199
92002001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9201
9202 * strings.texi (String Conversion) <string-to-number>: Document
9203 that a float is returned for integers that are too large.
9204
9205 * frames.texi (Mouse Position): Document mouse-position-function.
9206 (Display Feature Testing): Document display-images-p.
9207 (Window Frame Parameters): Document the cursor-type variable.
9208
9209 * numbers.texi (Integer Basics): Document CL style read syntax for
9210 integers in bases other than 10.
9211
5dcb4c4e
SM
9212 * positions.texi (List Motion):
9213 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9214
9215 * lists.texi (Sets And Lists): Document member-ignore-case.
9216
9217 * internals.texi (Garbage Collection): Document the used and free
9218 strings report.
9219 (Memory Usage): Document strings-consed.
9220
9221 * os.texi (Time of Day): Document float-time.
9222 (Recording Input): Document that clear-this-command-keys clears
9223 the vector to be returned by recent-keys.
9224
9225 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9226 argument keymap can be a list.
9227
9228 * nonascii.texi (User-Chosen Coding Systems)
9229 <select-safe-coding-system>: Document the new argument
9230 accept-default-p and the variable
9231 select-safe-coding-system-accept-default-p. Tell what happens if
9232 buffer-file-coding-system is undecided.
9233 (Default Coding Systems): Document auto-coding-regexp-alist.
9234
9235 * display.texi (The Echo Area) <message>: Document
9236 message-truncate-lines.
9237 (Glyphs): Document that the glyph table is unused on windowed
9238 displays.
9239
9240 * help.texi (Describing Characters) <single-key-description>:
9241 Document the new argument no-angles.
9242 (Accessing Documentation) <documentation-property>: Document that
9243 a non-string property is evaluated.
9244 <documentation>: Document that the function-documentation property
9245 is looked for.
9246
9247 * windows.texi (Selecting Windows): Document some-window.
9248
9249 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9250
9251 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9252 apropos-mode-hook.
9253
9254 * commands.texi (Using Interactive): Document interactive-form.
9255 (Keyboard Macros): Document kbd-macro-termination-hook.
9256 (Command Loop Info): Document that clear-this-command-keys clears
9257 the vector to be returned by recent-keys.
9258
92592001-09-04 Werner LEMBERG <wl@gnu.org>
9260
9261 * Makefile.in (srcdir, texinputdir): New variables.
9262 (srcs, index.texi, install): Use $(srcdir).
9263 (.PHONY): Remove elisp.dvi.
9264 (elisp): Use -I switch for makeinfo.
9265 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9266 (installall, dist): Use $(srcdir).
9267 Fix path to texinfo.tex.
9268 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9269
92702001-08-30 Gerd Moellmann <gerd@gnu.org>
9271
9272 * display.texi (Conditional Display): Adjust to API change.
9273
9274 * configure: New file.
9275
92762001-07-30 Gerd Moellmann <gerd@gnu.org>
9277
9278 * commands.texi (Repeat Events): Add description of
9279 double-click-fuzz.
9280
92812001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9282
9283 * syntax.texi (Syntax Class Table): Add the missing designator for
9284 comment and string fences.
9285 (Syntax Properties): Add a xref to syntax table internals.
9286 (Syntax Table Internals): Document string-to-syntax.
9287
92882001-05-07 Gerd Moellmann <gerd@gnu.org>
9289
9290 * Makefile.in (install): Use install-info command line options
9291 like in Emacs' Makefile.in.
9292
92932000-12-09 Miles Bader <miles@gnu.org>
9294
9295 * windows.texi (Window Start): Update documentation for
9296 `pos-visible-in-window-p'.
9297
92982000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9299
9300 * lists.texi (Building Lists): Add footnote to explain how to add
9301 to the end of a list.
9302
93032000-10-25 Gerd Moellmann <gerd@gnu.org>
9304
9305 * files.texi (Visiting Functions): Typos.
9306
93072000-10-25 Kenichi Handa <handa@etl.go.jp>
9308
9309 * files.texi (Visiting Functions): Return value of
9310 find-file-noselect may be a list of buffers if wildcards are used.
9311
93122000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9313
9314 * display.texi (Defining Faces): Document `graphic' display type
9315 in face specs.
9316
b344d29d 93172000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9318
9319 * hooks.texi (Standard Hooks): Replace obsolete
9320 `after-make-frame-hook' with `after-make-frame-functions'.
9321
9322 * frames.texi (Creating Frames): Ditto.
9323
9324 * variables.texi (Future Local Variables): Ditto.
9325
93262000-10-16 Gerd Moellmann <gerd@gnu.org>
9327
9328 * display.texi (Other Image Types): Add description of :foreground
9329 and :background properties of mono PBM images.
9330
93312000-08-17 Werner LEMBERG <wl@gnu.org>
9332
9333 * .cvsignore: New file.
9334
93352000-01-05 Gerd Moellmann <gerd@gnu.org>
9336
9337 * tindex.pl: New script.
9338
93391999-12-03 Dave Love <fx@gnu.org>
9340
9341 * Makefile.in (MAKEINFO): New parameter.
9342
93431999-09-17 Richard Stallman <rms@gnu.org>
9344
9345 * Makefile.in (srcs): Add hash.texi.
9346 (VERSION): Update to 20.6.
9347
93481999-09-13 Richard Stallman <rms@gnu.org>
9349
9350 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9351
93521998-08-29 Karl Heuer <kwzh@gnu.org>
9353
9354 * configure.in: New file.
9355 * Makefile.in: Renamed from Makefile.
9356 (prefix, infodir): Use value obtained from configure.
9357 (emacslibdir): Obsolete variable deleted.
9358 (dist): Distribute configure.in, configure, Makefile.in.
9359
93601998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9361
9362 * Makefile (INSTALL_INFO): New variable.
9363 (install): Run install-info.
9364
93651998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9366
9367 * Makefile (elisp.dvi): Add missing backslash.
9368
93691998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9370
9371 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9372 Run texindex without `./'. Always run texindex on elisp.tp.
9373 (elisp.tps): Target deleted.
9374
93751998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9376
9377 * Makefile (srcs): Add nonascii.texi and customize.texi.
9378 (dist): Start by deleting `temp'.
9379
93801998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9381
9382 * Makefile (makeinfo, texindex): Targets deleted.
9383 (makeinfo.o, texindex.o): Targets deleted.
9384 (clean, dist): Don't do anything with them or with getopt*.
9385
93861998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9387
9388 * Makefile (SHELL): Defined.
9389
93901998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9391
9392 * Makefile (elisp.tps): New target.
9393 (elisp.dvi): Depend on elisp.tps.
9394
c5602427 93951996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9396
9397 * README: Update phone number.
9398
9399 * Makefile (elisp): Make this be the default target.
9400 Depend on makeinfo.c instead of makeinfo.
9401 (install): Don't depend on elisp.dvi, since we don't install that.
9402 Use mkinstalldirs.
9403 (dist): Add mkinstalldirs.
9404
c5602427 94051995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9406
9407 * Makefile (VERSION): Update version number.
5dcb4c4e 9408 (maintainer-clean): Rename from realclean.
b8d4c8d0 9409
c5602427 94101995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9411
9412 * Makefile (realclean): New target.
9413 (elisp): Remove any old elisp-* files first.
9414
c5602427 94151993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9416
9417 * Makefile (VERSION): New variable.
9418 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9419 Compressed file suffix should be `.gz', not `.z'.
9420
ce058493 94211993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9422
9423 * Makefile (elisp): Depend on makeinfo.
9424
c5602427 94251993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9426
9427 * Makefile (srcs): Add anti.texi.
9428
c5602427 94291993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9430
9431 * Makefile (infodir, prefix): New vars.
9432 (install): Use infodir.
9433 (emacsinfodir): Deleted.
9434
c5602427 94351993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9436
9437 * Makefile (srcs): Add calendar.texi.
9438
9439 * Makefile (dist): Copy texindex.c and makeinfo.c.
9440 Limit elisp-* files to those with one or two digits.
9441
c5602427 94421993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9443
9444 * Makefile (dist): Changed to use Gzip instead of compress.
9445
c5602427 94461993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9447
9448 * loading.texi (Unloading): define-function changed back to
9449 defalias. It may not stay this way, but at least it's
9450 consistent with the known-good version of the code patch.
9451
c5602427 94521993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9453
9454 * modes.texi (Hooks): Document new optional arg of add-hook.
9455
c5602427 94561993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9457
9458 * variables.texi: Document nil initial value of buffer-local variables.
9459
9460 * tips.texi: Add new section on standard library headers.
9461
c5602427 94621993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9463
9464 * Makefile (srcs): Add frame.texi to the list of sources.
9465
c5602427 94661993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9467
9468 * Makefile (dist): Don't bother excluding autosave files; they'll
9469 never make it into the temp directory anyway, and the hash marks
9470 in the name are problematic for make and the Bourne shell.
9471 (srcs):
9472
c5602427 94731993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9474
9475 * Makefile (dist): Don't include backup files or autosave files in
9476 the distribution tar file.
9477
c5602427 94781991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9479
5dcb4c4e 9480 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9481 (elisp.dvi): Remove erroneous shell comment.
9482 Expect output of permute-index in permuted.fns.
9483 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9484 (clean): Add index.texi to be deleted.
b8d4c8d0 9485
c5602427 94861990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9487
9488 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9489
c5602427 94901990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9491
9492 * files.texi: Noted that completion-ignored-extensions is ignored
9493 when making *Completions*.
9494
3e868ee3 94951990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9496
9497 * Makefile make dist now depends on elisp.dvi, since it tries
9498 to include it in the dist file.
9499
c5602427 95001990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9501
c5602427 9502 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9503
c5602427 95041989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9505
9506 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9507 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9508
c5602427 95091989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9510
9511 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9512 and @error{} are the terms now being used. The files in the
9513 directory have been changed to reflect this.
9514
9515 * All instances of @indentedresultt{} have been changed to
9516 ` @result{}', using 5 spaces at the begining of the line.
9517
c5602427 95181989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9519
9520 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9521 experimental @indentedresult{}, @indentedexpandsto{} are part of
9522 the texinfo.tex in this directory. These TeX macros are not
9523 stable yet.
9524
c5602427 95251989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9526
9527 * texinfo.tex: Temporarily added
9528 \let\result=\dblarrow
9529 \def\error{{\it ERROR} \longdblarrow}
9530 We need to do this better soon.
9531
c5602427 95321989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9533
9534 * Applied Karl Berry's patches to *.texinfo files, but not to
9535 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9536 new title page format is also not applied, since it requires
9537 texinfo.tex changes.)
9538
9539 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9540 for the Project GNU development environment.
9541
9542;; Local Variables:
c8763fb6 9543;; coding: utf-8
b8d4c8d0
GM
9544;; End:
9545
73b0cd50 9546 Copyright (C) 1998-2011 Free Software Foundation, Inc.
b8d4c8d0
GM
9547
9548 This file is part of GNU Emacs.
9549
352c8b4a 9550 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9551 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9552 the Free Software Foundation, either version 3 of the License, or
9553 (at your option) any later version.
b8d4c8d0
GM
9554
9555 GNU Emacs is distributed in the hope that it will be useful,
9556 but WITHOUT ANY WARRANTY; without even the implied warranty of
9557 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9558 GNU General Public License for more details.
9559
9560 You should have received a copy of the GNU General Public License
352c8b4a 9561 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.