* lisp/shell.el (shell-delimiter-argument-list): Revert 2011-02-17 change.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
3d8badf4
CY
12012-02-14 Chong Yidong <cyd@gnu.org>
2
3 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
4 was removed on 2009-09-10. Update lisp-mode-map example.
5 (Inheritance and Keymaps): Minor clarification.
6 (Searching Keymaps): Remove out-of-place enumeration.
7 (Key Lookup): Remove unnecessary example (one was already given in
8 Format of Keymaps).
9 (Changing Key Bindings): Update suppress-keymap example.
10 (Menu Bar, Tool Bar): Copyedits.
11 (Tool Bar): Update tool-bar-map example.
12
faccede1
CY
132012-02-12 Chong Yidong <cyd@gnu.org>
14
15 * debugging.texi (Debugger Commands): Continuing is now allowed
16 for errors.
17
355cabc6
CY
182012-02-11 Chong Yidong <cyd@gnu.org>
19
d860baa0
CY
20 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
21 Move the list of standard bitmaps there.
22 (Fringe Cursors): Rewrite for clarity.
23 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
24
34106abe
CY
25 * commands.texi (Command Overview): Mention read-key.
26 (Using Interactive, Interactive Call): Minor clarifications.
27 (Function Keys, Click Events): Avoid "input stream" terminology.
28 (Click Events): Add xref to Window Sizes and Accessing Mouse.
29 Clarify column and row components.
30 (Accessing Mouse): Add xref to Click Events. Minor fixes.
31 (Special Events): Copyedits.
32
33 * streams.texi (Input Streams): De-document get-file-char.
34 (Output Variables): Don't refer to old backquote syntax.
35
355cabc6
CY
36 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
37 (Error Debugging): Note that debug-ignored-errors overrides list
38 values of debug-on-error too. Add xref to Signaling Errors. Note
39 that debug-on-signal is not customizable. Mention
40 condition-case-unless-debug.
41 (Compilation Errors): Node deleted.
42
43 * compile.texi (Compiler Errors): Move a paragraph here from
44 deleted node Compilation Errors.
45
1be3ca5a
LL
462012-02-10 Leo Liu <sdl.web@gmail.com>
47
48 * control.texi (Handling Errors): Change condition-case-no-debug
49 to condition-case-unless-debug.
50
25dec365
CY
512012-02-10 Chong Yidong <cyd@gnu.org>
52
53 * advice.texi (Defining Advice): Clarify ad-unadvise.
54 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
55 is not abnormal.
56 (Advising Primitives): Node deleted; ad-define-subr-args has been
57 removed.
58
59 * compile.texi (Speed of Byte-Code): Use float-time in example.
60 (Compilation Functions): Note that the log uses Compilation mode.
61 Don't discuss the contents of byte-code function object here.
62 (Compilation Functions): De-document internal function byte-code.
63 (Docs and Compilation): Minor clarifications.
64
65 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
66 Objects.
67
5f5e4ea1
GM
682012-02-10 Glenn Morris <rgm@gnu.org>
69
70 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
71 Mention secure-hash.
72 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
73
6c1e4b46
CY
742012-02-10 Chong Yidong <cyd@gnu.org>
75
76 * loading.texi (Loading): Don't emphasize "library" terminology.
77 (Library Search): load-path is not a user option. Mention role of
78 -L option and packages. Improve examples.
79 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
80 obsolete.
81 (Autoload): Minor clarifications.
82
72ca698c
GM
832012-02-10 Glenn Morris <rgm@gnu.org>
84
b011fbfe
GM
85 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
86
72ca698c
GM
87 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
88
14a1f380
GM
892012-02-08 Glenn Morris <rgm@gnu.org>
90
91 * loading.texi (Named Features): Update the require example.
92
60d47423
GM
932012-02-07 Glenn Morris <rgm@gnu.org>
94
95 * modes.texi (Defining Minor Modes):
96 Expand on args of defined minor modes.
97
0992bd9c
CY
982012-02-07 Chong Yidong <cyd@gnu.org>
99
100 * variables.texi (Creating Buffer-Local): Minor clarification
101 to buffer-local-variables doc (Bug#10715).
102
af008560
GM
1032012-02-07 Glenn Morris <rgm@gnu.org>
104
e80e1825 105 * display.texi (ImageMagick Images): General update.
af008560
GM
106 Move most details of imagemagick-render-type to the variable's doc.
107
866c1d22
GM
1082012-02-06 Glenn Morris <rgm@gnu.org>
109
f7c9199f 110 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
111 (Inheritance and Keymaps):
112 Mention make-composed-keymap and multiple inheritance.
f7c9199f 113
e7bc51d0
GM
114 * modes.texi (Running Hooks): Mention run-hook-wrapped.
115
866c1d22
GM
116 * control.texi (Handling Errors):
117 Mention condition-case-no-debug and with-demoted-errors.
118
03988c98
CY
1192012-02-05 Chong Yidong <cyd@gnu.org>
120
121 * customize.texi (Common Keywords): Minor clarifications.
122 Document custom-unlispify-remove-prefixes.
123 (Variable Definitions): Backquotes in defcustom seem to work fine
124 now. Various other copyedits.
e1161b06
CY
125 (Simple Types): Copyedits. Document color selector.
126 (Composite Types): Copyedits.
127 (Splicing into Lists): Clarifications.
03988c98
CY
128
129 * eval.texi (Backquote): Move from macros.texi.
130
131 * macros.texi (Expansion): Minor clarification.
132 (Backquote): Move node to eval.texi.
133 (Defining Macros): Move an example from Backquote node.
134 (Argument Evaluation): No need to mention Pascal.
135 (Indenting Macros): Add xref to Defining Macros.
136
649f602c
GM
1372012-02-05 Glenn Morris <rgm@gnu.org>
138
139 * debugging.texi (Error Debugging): Mention debug-on-event default.
140
34c99998
GM
1412012-02-04 Glenn Morris <rgm@gnu.org>
142
8f05da42
GM
143 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
144
7aa5aad8
GM
145 * debugging.texi (Error Debugging): Mention debug-on-event.
146 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
147
c7291ad9
GM
148 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
149
34c99998
GM
150 * text.texi (Buffer Contents):
151 Update filter-buffer-substring description.
152
735cc5ca
CY
1532012-02-04 Chong Yidong <cyd@gnu.org>
154
155 * functions.texi (What Is a Function): Add closures. Mention
156 "return value" terminology. Add xref for command-execute. Remove
157 unused "keystroke command" terminology.
158 (Lambda Expressions): Give a different example than in the
159 following subsection. Add xref to Anonymous Functions.
160 (Function Documentation): Remove gratuitous markup.
161 (Function Names): Move introductory text to `What Is a Function'.
162 (Defining Functions): Fix defun argument spec.
163 (Anonymous Functions): Document lambda macro explicitly. Mention
164 effects on lexical binding.
165 (Function Cells): Downplay direct usage of fset.
166 (Closures): New node.
167 (Inline Functions): Remove "open-code" terminology.
168 (Declaring Functions): Minor tweak; .m is not C code.
169
170 * variables.texi (Variables): Don't refer to "global value".
171 (Local Variables, Void Variables): Copyedits.
172 (Lexical Binding): Minor clarification of example.
173 (File Local Variables): Mention :safe and :risky defcustom args.
174 (Lexical Binding): Add xref to Closures node.
175
94bc7984
GM
1762012-02-04 Glenn Morris <rgm@gnu.org>
177
178 * minibuf.texi (High-Level Completion): Updates for read-color.
179
4f5a10ef
GM
1802012-02-03 Glenn Morris <rgm@gnu.org>
181
eea14f31
GM
182 * display.texi (GIF Images): Mention animation.
183 Remove commented-out old example of animation.
184 (Animated Images): New subsection.
185 * elisp.texi (Top):
186 * vol1.texi (Top):
187 * vol2.texi (Top): Add Animated Images menu entry.
188
4f5a10ef
GM
189 * display.texi (Image Formats): Remove oddly specific information
190 on versions of image libraries.
204e728d 191 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 192
12f381b7
GM
1932012-02-02 Glenn Morris <rgm@gnu.org>
194
1b9f60cc
GM
195 * processes.texi (Synchronous Processes):
196 Mention call-process's :file gets overwritten.
197
7e2734bc
GM
198 * commands.texi (Reading One Event):
199 * help.texi (Help Functions): Document read-char-choice.
200
f58b9822
GM
201 * hooks.texi (Standard Hooks):
202 * modes.texi (Keymaps and Minor Modes):
203 * text.texi (Commands for Insertion): Document post-self-insert-hook.
204
205 * hooks.texi (Standard Hooks): Add prog-mode-hook.
206
12f381b7
GM
207 * hooks.texi (Standard Hooks):
208 * modes.texi (Major Mode Conventions, Mode Hooks):
209 Document change-major-mode-after-body-hook.
210
7a9a2fc6
GM
2112012-02-01 Glenn Morris <rgm@gnu.org>
212
213 * modes.texi (Defining Minor Modes):
214 Mention disabling global minor modes on a per-major-mode basis.
215
a037c171
CY
2162012-01-31 Chong Yidong <cyd@gnu.org>
217
218 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
219 (Parser State): Remove unnecessary statement (Bug#10661).
220
221 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
222
56afad3a
GM
2232012-01-31 Glenn Morris <rgm@gnu.org>
224
225 * modes.texi (Defining Minor Modes):
226 Document define-minor-mode's new :variable keyword.
227
0f29fa41
CY
2282012-01-29 Chong Yidong <cyd@gnu.org>
229
837a390a
CY
230 * syntax.texi (Syntax Class Table): Tweak description of newline
231 char syntax (Bug#9619).
232
0f29fa41
CY
233 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
234 description (Bug#10189).
235
182148ee
GM
2362012-01-29 Glenn Morris <rgm@gnu.org>
237
a49ca6b9
GM
238 * files.texi (Changing Files): Document SELinux support.
239
182148ee
GM
240 * windows.texi (Window Sizes): Fix typo.
241
9962192e
CY
2422012-01-28 Chong Yidong <cyd@gnu.org>
243
8c6e1920
CY
244 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
245 doc (Bug#8568).
246
9583ec59
CY
247 * frames.texi (Input Focus): Add NORECORD arg to
248 select-frame-set-input-focus. Clarify its role in select-frame.
249
10256988
CY
250 * text.texi (Transposition): We don't use transpose-region as an
251 internal subroutine (Bug#3249).
252
9962192e
CY
253 * modes.texi (Example Major Modes): Update Lisp example code to
254 current sources. Delete the old non-derived-major-mode example,
255 which has diverged badly from current sources.
256
2aa43abb
GM
2572012-01-27 Glenn Morris <rgm@gnu.org>
258
259 * makefile.w32-in (texinputdir): Fix (presumed) typo.
260 (VERSION, manual): Remove, unused.
261
9f40220d
CY
2622012-01-27 Chong Yidong <cyd@gnu.org>
263
264 * commands.texi (Command Overview): Minor clarification (Bug#10384).
265
acc28cb9
CY
2662012-01-26 Chong Yidong <cyd@gnu.org>
267
268 * searching.texi (String Search): Document negative repeat count
269 (Bug#10507).
270
48da7392
GM
2712012-01-26 Glenn Morris <rgm@gnu.org>
272
273 * variables.texi (Using Lexical Binding):
274 Mention that lexical-binding should be set in the first line.
275
69b0acb9
LI
2762012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
277
278 * macros.texi (Defining Macros): Don't claim that `declare' only
279 affects Edebug and indentation.
280
543757a8
LI
2812012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
282
283 * macros.texi (Defining Macros): Slight `declare' fixup.
284
450e3cae
GM
2852012-01-25 Glenn Morris <rgm@gnu.org>
286
24189ce0 287 * makefile.w32-in (texinputdir):
450e3cae
GM
288 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
289
1021c761
CY
2902012-01-24 Chong Yidong <cyd@gnu.org>
291
292 * variables.texi (Variables, Local Variables, Void Variables):
293 Edit to make the descriptions less specific to dynamic binding.
294 (Local Variables): Default max-specpdl-size is now 1300.
295 (Defining Variables): Edits for lexical scoping. Delete
296 information about starting docstrings with *. De-document
297 user-variable-p.
298 (Tips for Defining): Remove an unimportant discussion of quitting
299 in the middle of a load.
300 (Accessing Variables, Setting Variables): Discuss lexical binding.
301 (Variable Scoping): Rewrite.
302 (Scope, Extent, Impl of Scope): Nodes deleted.
303 (Dynamic Binding): New node, with material from Scope, Extent, and
304 Impl of Scope nodes.
305 (Dynamic Binding Tips): Rename from Using Scoping.
306 (Lexical Binding): Rewrite.
307 (Using Lexical Binding): Rename from Converting to Lexical
308 Binding. Convert to subsection.
309
310 * customize.texi (Variable Definitions): Add custom-variable-p.
311 Move user-variable-p documentation here.
312
31cbea1d
CY
3132012-01-23 Chong Yidong <cyd@gnu.org>
314
315 * strings.texi (Text Comparison): Minor qualification.
316
317 * lists.texi (Cons Cells): Copyedits.
318 (List Elements): Mention push.
319 (List Variables): Mention pop.
320 (Rings): Move to sequences.texi.
321
322 * sequences.texi (Sequence Functions): Don't repeat the
323 introduction already given in the parent.
324 (Vectors): Copyedits.
325 (Rings): Move from lists.texi. Note that this is specific to the
326 ring package.
327
328 * symbols.texi (Definitions, Symbol Components): Mention variable
329 scoping issues.
330 (Plists and Alists): Copyedits.
331
332 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
333 correctness with lexical scoping.
334 (Eval): Copyedits.
335
fead402d
CY
3362012-01-21 Chong Yidong <cyd@gnu.org>
337
338 * intro.texi (A Sample Function Description): Special notation
339 used for macros too.
340
341 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
342 (Symbol Type): Add xref for keyword symbols.
343 (Sequence Type): Clarify differences between sequence types.
344 (Cons Cell Type): Add "linked list" index entry.
345 (Non-ASCII in Strings): Copyedits.
346 (Equality Predicates): Symbols with same name need not be eq.
347
348 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
349 ldexp. Move float-e and float-pi to Math Functions node.
350
61086eb6
GM
3512012-01-21 Glenn Morris <rgm@gnu.org>
352
353 * modes.texi (Auto Major Mode):
354 * variables.texi (File Local Variables):
355 Mention inhibit-local-variables-regexps.
356
34a02f46
MR
3572012-01-19 Martin Rudalics <rudalics@gmx.at>
358
359 * windows.texi (Window Configurations): Rewrite references to
360 persistent window parameters.
361 (Window Parameters): Fix description of persistent window
362 parameters.
363
f5064cae
JB
3642012-01-16 Juanma Barranquero <lekktu@gmail.com>
365
366 * windows.texi (Window Parameters): Use @pxref.
367
6a6ee00d
MR
3682012-01-16 Martin Rudalics <rudalics@gmx.at>
369
370 * windows.texi (Window Configurations, Window Parameters):
371 Describe persistent window parameters.
372
9ca4c014
SM
3732011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * variables.texi (Creating Buffer-Local): Warn against misuses of
376 make-variable-buffer-local (bug#10258).
377
d027f83d
LMI
3782012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
379
380 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
381
89bd9ccd
CY
3822012-01-06 Chong Yidong <cyd@gnu.org>
383
384 * variables.texi (Directory Local Variables): Document
385 hack-dir-local-variables-non-file-buffer.
386
c869783d
GM
3872012-01-06 Glenn Morris <rgm@gnu.org>
388
389 * maps.texi (Standard Keymaps): Refer to Info-edit by name
390 rather than by keybinding.
391
2cae5ba4
JB
3922011-12-29 Juanma Barranquero <lekktu@gmail.com>
393
394 * frames.texi (Font and Color Parameters): Add @pxref.
395
43da4d08
DC
3962011-12-29 Daniel Colascione <dan.colascione@gmail.com>
397
398 * frames.texi (Font and Color Parameters):
399 Document w32 font backends (bug#10399).
400
8d80ef01
PE
4012011-12-28 Paul Eggert <eggert@cs.ucla.edu>
402
403 * files.texi (File Attributes, Changing Files):
404 Use a more-natural notation for octal numbers.
405
9022ae07
JB
4062011-12-23 Juanma Barranquero <lekktu@gmail.com>
407
408 * variables.texi (Variables with Restricted Values):
409 Change reference to variable (bug#10354).
410
454592a6
MR
4112011-12-13 Martin Rudalics <rudalics@gmx.at>
412
413 * windows.texi (Splitting Windows): Use t instead of non-nil
414 when describing window-combination-resize.
415
a7cdbfce
SM
4162011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * text.texi (Special Properties): Warn against `intangible' properties
419 (bug#10222).
420
a3dcc84e
EZ
4212011-11-26 Eli Zaretskii <eliz@gnu.org>
422
579ebf8f
EZ
423 * display.texi (Truncation):
424 * text.texi (Special Properties): Describe what a stretch-glyph is
425 instead of using that term without explanation. Make the
426 cross-references more accurate.
427
a3dcc84e
EZ
428 * display.texi (Usual Display): Update the description,
429 cross-references, and indexing related to display of control
430 characters and raw bytes.
431
94af99a4
MR
4322011-11-25 Martin Rudalics <rudalics@gmx.at>
433
434 * windows.texi (Splitting Windows): Fix description of
435 window-combination-limit. Suggested by Eli Zaretskii.
436
1c3d7a13
CY
4372011-11-23 Chong Yidong <cyd@gnu.org>
438
439 * windows.texi (Window Sizes): Move window-top-line,
440 window-left-column, and window-*-pixel-edges to Coordinates and
441 Windows node.
442 (Coordinates and Windows): Restore window-edges doc.
443
90151a1e
MR
4442011-11-21 Martin Rudalics <rudalics@gmx.at>
445
a7cdbfce
SM
446 * windows.texi (Windows and Frames, Splitting Windows):
447 Fix typos.
90151a1e 448
a9b9b7f5
CY
4492011-11-21 Chong Yidong <cyd@gnu.org>
450
451 * windows.texi (Splitting Windows): Fix error in documentation of
452 window-combination-limit.
453 (Cyclic Window Ordering): Minor fixes to next-window,
454 one-window-p, and get-lru-window docs. Don't document
455 window-list-1.
456 (Buffers and Windows): Copyedits.
457 (Choosing Window): Document special handling of special-display-*.
458 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
459 Don't document even-window-heights, which is going away.
460 Clarify which options are obeyed by which action functions.
a9b9b7f5 461
f4e90db0
SM
4622011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
463
464 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
465
d2999b1a
MR
4662011-11-20 Martin Rudalics <rudalics@gmx.at>
467
f4e90db0
SM
468 * windows.texi (Resizing Windows, Splitting Windows):
469 Remove term "status" when talking about combination limits.
d2999b1a 470
cd1181db
JB
4712011-11-20 Juanma Barranquero <lekktu@gmail.com>
472
473 * compile.texi (Compiler Errors):
474 * help.texi (Help Functions): Fix typos.
475
7bf54975
CY
4762011-11-19 Chong Yidong <cyd@gnu.org>
477
478 * windows.texi (Splitting Windows): Clarify role of window
479 parameters in split-window. Shorten the example.
f4e90db0
SM
480 (Deleting Windows): Rewrite intro to handle internal windows.
481 Fix delete-windows-on doc.
7bf54975
CY
482 (Selecting Windows): Copyedits.
483
a0c2d0ae
MR
4842011-11-17 Martin Rudalics <rudalics@gmx.at>
485
486 * windows.texi (Resizing Windows, Splitting Windows)
487 (Deleting Windows): Use term window-combination-resize instead
488 of window-splits.
489
b6f67890
MR
4902011-11-16 Martin Rudalics <rudalics@gmx.at>
491
f4e90db0
SM
492 * windows.texi (Resizing Windows, Splitting Windows):
493 Rename occurrences of window-nest to window-combination-limit.
b6f67890 494
0b381c7e
JB
4952011-11-14 Juanma Barranquero <lekktu@gmail.com>
496
497 * intro.texi (Lisp History): Fix typo.
498
89d61221
MR
4992011-11-12 Martin Rudalics <rudalics@gmx.at>
500
f4e90db0
SM
501 * windows.texi (Splitting Windows, Deleting Windows):
502 Remove references to splits status of windows.
89d61221 503
b2621720
GM
5042011-11-10 Glenn Morris <rgm@gnu.org>
505
506 * buffers.texi (Read Only Buffers): Expand a bit on why
507 toggle-read-only should only be used interactively. (Bug#7292)
508
d2ad7ee1
CY
5092011-11-09 Chong Yidong <cyd@gnu.org>
510
511 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 512 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
513 window-inside-absolute-pixel-edges.
514 (Resizing Windows): shrink-window-if-larger-than-buffer works on
515 non-full-width windows.
516
2cffd681
MR
5172011-11-09 Martin Rudalics <rudalics@gmx.at>
518
519 * windows.texi (Resizing Windows): Rewrite documentation of
520 window-resizable.
521
f6f6d7e7
CY
5222011-11-09 Chong Yidong <cyd@gnu.org>
523
524 * windows.texi (Splitting Windows): Simplify example.
525
a79db6e0
CY
5262011-11-08 Chong Yidong <cyd@gnu.org>
527
528 * windows.texi (Window Sizes): Copyedits. Document
529 window-text-height. Remove window-min-height and window-min-width
530 discussion, referring instead to Emacs manual.
531 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
532 (Resizing Windows): Simplify introduction. Don't document
533 enlarge-window, shrink-window, enlarge-window-horizontally, and
534 shrink-window-horizontally; they are no longer preferred for
535 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 536
441950c7
GM
5372011-11-07 Glenn Morris <rgm@gnu.org>
538
539 * windows.texi (Choosing Window): Fix keybinding typo.
540
be7f5545
MR
5412011-11-07 Martin Rudalics <rudalics@gmx.at>
542
543 * windows.texi (Resizing Windows, Splitting Windows)
544 (Window Configurations): Use "child window" instead of
545 "subwindow".
546
291d142b
CY
5472011-11-06 Chong Yidong <cyd@gnu.org>
548
549 * windows.texi (Basic Windows): Clarify various definitions.
550 Treat window-normalize-* as internal; don't document them.
551 (Windows and Frames): Various clarifications, e.g. non-live
552 windows also belong to frames. Fix window-list description.
553 Simplify window nesting example.
f4e90db0
SM
554 (Splitting Windows, Window Configurations):
555 Use split-window-below.
291d142b 556
89bd5ee1
EZ
5572011-11-04 Eli Zaretskii <eliz@gnu.org>
558
559 * windows.texi (Window Sizes): Mention in the doc string that the
560 return values of `window-body-height' and `window-body-width' are
561 in frame's canonical units. (Bug#9949)
562
3d8daefe
MR
5632011-10-30 Martin Rudalics <rudalics@gmx.at>
564
565 * windows.texi (Windows and Frames): Remove "iso-" infix from
566 documentation of window-iso-combined-p.
567
60754666
CY
5682011-10-26 Chong Yidong <cyd@gnu.org>
569
570 * modes.texi (Running Hooks): Document with-wrapper-hook.
571
d366bd53
CY
5722011-10-18 Chong Yidong <cyd@gnu.org>
573
574 * display.texi (Glyphless Chars): New node.
575
50b063c3
CY
5762011-10-13 Chong Yidong <cyd@stupidchicken.com>
577
578 * text.texi (Yanking): Document yank-excluded-properties.
579
580 * package.texi (Packaging Basics): The commentary should say how
581 to begin using the package.
582
c72063fa
MR
5832011-10-11 Martin Rudalics <rudalics@gmx.at>
584
585 * windows.texi (Deleting Windows): Mention which window gets
586 selected when deleting the selected window.
587
d83dc65b
MR
5882011-10-09 Martin Rudalics <rudalics@gmx.at>
589
590 * buffers.texi (The Buffer List): Describe how bury-buffer deals
591 with the selected window.
592 * windows.texi (Buffers and Windows): Reformulate text on how
593 replace-buffer-in-windows deals with a window.
594 (Quitting Windows): Describe how quit-window deals with a
595 standalone frame. Describe new option frame-auto-hide-function.
596
c599682c
GM
5972011-10-08 Glenn Morris <rgm@gnu.org>
598
48bca619
GM
599 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
600
c599682c
GM
601 * positions.texi (Excursions): Update warning message.
602
969aa734
CY
6032011-10-05 Chong Yidong <cyd@stupidchicken.com>
604
f4e90db0
SM
605 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
606 Fix Emacs manual xref (Bug#9675).
969aa734 607
550f41cd
CY
6082011-10-01 Chong Yidong <cyd@stupidchicken.com>
609
610 * windows.texi (Textual Scrolling): Document scroll-up-command,
611 scroll-down-command, scroll-error-top-bottom, and the
612 scroll-command symbol property.
717a1362
CY
613 (Display Action Functions): Fix description of
614 display-buffer-pop-up-window.
550f41cd 615
a239d4e9
JB
6162011-09-28 Juanma Barranquero <lekktu@gmail.com>
617
618 * windows.texi (Splitting Windows): Fix typos.
619
590c056d
MR
6202011-09-25 Martin Rudalics <rudalics@gmx.at>
621
622 * windows.texi (Windows and Frames, Display Action Functions)
623 (Switching Buffers): Fix some typos.
624 (Buffers and Windows): Remove reference to window-auto-delete.
625 Reword description of replace-buffer-in-windows.
626 (Window History): Fix some typos and refer to frame local buffer
627 list.
c419f5cb
MR
628 (Quitting Windows): New node.
629 (Window Configurations): Add descriptions of window-state-get
630 and window-state-put.
631 (Window Parameters): Describe variable ignore-window-parameters.
632 Sketch some window parameters currently in use.
633 * elisp.texi (Top): Update node listing.
590c056d 634
9ec20d36
CY
6352011-09-25 Chong Yidong <cyd@stupidchicken.com>
636
637 * windows.texi (Display Action Functions)
638 (Choosing Window Options): New nodes.
639
0e406a72
CY
6402011-09-24 Chong Yidong <cyd@stupidchicken.com>
641
642 * windows.texi (Window History): New node. Move text here from
643 Buffers and Windows.
644 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
645 don't document display-buffer here; callers changed.
646 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
647 switch-to-buffer-other-frame. Delete duplicate
648 replace-buffer-in-windows doc.
649 (Choosing Window): Document display actions.
650
6bf7006f
EZ
6512011-09-24 Eli Zaretskii <eliz@gnu.org>
652
653 * display.texi (Forcing Redisplay): Update the description of
654 redisplay-dont-pause due to change in the default value.
655
b33b68a3
MR
6562011-09-23 Martin Rudalics <rudalics@gmx.at>
657
658 * frames.texi (Frames and Windows): Move section and rename to
659 Windows and Frames in windows.texi.
660 * windows.texi (Windows): Restructure.
661 (Basic Windows): Rewrite. Explain live and internal windows and
662 normalization functions.
663 (Windows and Frames): Move section here from frames.texi.
664 Describe subwindows, window combinations, window tree, and
665 corresponding functions including window-list here.
666 (Window Sizes): Rename section from Size of Window and move it
667 up in chapter. Describe total and body sizes and the
668 corresponding functions. Explain new semantics of
669 window-min-height/-width.
670 (Resizing Windows): Move section up in chapter. Describe new
671 resize functions.
672 (Splitting Windows): Describe new behavior of split-window,
673 split-window-above-each-other and split-window-side-by-side.
674 Provide examples. Describe window-nest and window-splits
675 options.
676 (Deleting Windows): Minor rewrite.
f4e90db0
SM
677 (Selecting Windows): Minor rewrite.
678 Describe frame-selected-window and set-frame-selected-window here.
679 (Cyclic Window Ordering): Minor rewrite.
680 Describe window-list-1.
b33b68a3
MR
681 (Buffers and Windows): Rewrite. Explain a window's previous and
682 next buffers and the corresponding functions.
c4682d18 683 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
684 * elisp.texi (Top): Update node listings for frames and windows
685 sections.
686
4d3786ac
SM
6872011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
690
713df35b
LMI
6912011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
692
693 * errors.texi (Standard Errors): Remove apparent placeholder text
694 (bug#9491).
695
33ed493b
CY
6962011-09-18 Chong Yidong <cyd@stupidchicken.com>
697
698 * frames.texi (Management Parameters): Fix description of
699 icon-type parameter.
700
b8f0a954
CY
7012011-09-17 Chong Yidong <cyd@stupidchicken.com>
702
703 * tips.texi (Key Binding Conventions): Don't bind a key sequence
704 ending in C-g. Suggested by Edward O'Connor.
705
eddf142c
EZ
7062011-09-17 Eli Zaretskii <eliz@gnu.org>
707
708 * numbers.texi (Integer Basics): Add indexing for
709 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
710
bf1af6c7
DM
7112011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
712
713 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
714
cec2eab8
JB
7152011-09-11 Juanma Barranquero <lekktu@gmail.com>
716
717 * processes.texi (Network Servers): Clarify what the process
718 buffer is used for (bug#9233).
719
51751aa2 7202011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
721
722 * lists.texi (Building Lists): Fix typo.
723
35137ed3
CY
7242011-08-30 Chong Yidong <cyd@stupidchicken.com>
725
726 * display.texi (Basic Faces): New node. Document new faces.
727
728 * modes.texi (Major Mode Conventions): Move some text there.
729 (Mode Help): Remove major-mode var, duplicated in Major Modes.
730
3fd50d5c
CY
7312011-08-29 Chong Yidong <cyd@stupidchicken.com>
732
733 * modes.texi (Basic Major Modes): New node. Callers updated.
734 (Major Modes): Document fundamental-mode and major-mode.
735 (Major Mode Basics): Node deleted; text moved to Major Modes.
736 (Derived Modes): Document derived-mode-p.
737
ddb54206
CY
7382011-08-28 Chong Yidong <cyd@stupidchicken.com>
739
a6326082
CY
740 * files.texi (Changing Files, Create/Delete Dirs): Document new
741 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
742 (Visiting Functions): Remove view-file; it is documented in the
743 Emacs manual.
04e2ce72 744
ddb54206
CY
745 * frames.texi (Layout Parameters): The defaults for the
746 menu-bar-lines and tool-bar-lines parameters depend on the mode.
747
748 * display.texi (Progress): Document spinner functionality.
749
750 * os.texi (Killing Emacs): Note that kill-emacs can be called by
751 operating system signals. Refer to save-buffers-kill-terminal
752 instead of save-buffers-kill-emacs.
753
754 * objects.texi (Symbol Type): Document ## print representation.
755
0c95fcf7
EZ
7562011-08-25 Eli Zaretskii <eliz@gnu.org>
757
758 * display.texi (Specified Space): Mention that `space' specs
759 influence bidi reordering.
760 (Bidirectional Display): Explain how to use `(space . PROPS)' for
761 separating fields with bidirectional content.
762
5980d4c6
EZ
7632011-08-24 Eli Zaretskii <eliz@gnu.org>
764
765 * display.texi (Bidirectional Display): Document return value in
766 buffers that are not bidi-reordered for display, and in unibyte
767 buffers.
768
bca633fb
EZ
7692011-08-23 Eli Zaretskii <eliz@gnu.org>
770
771 * nonascii.texi (Character Properties): Document the values for
772 unassigned codepoints.
773
c094bb0c
EZ
7742011-08-18 Eli Zaretskii <eliz@gnu.org>
775
776 * nonascii.texi (Character Properties): Document use of
777 `bidi-class' and `mirroring' properties as part of reordering.
778 Provide cross-references to "Bidirectional Display".
779
780 * display.texi (Bidirectional Display): Document the pitfalls of
781 concatenating strings with bidirectional content, with possible
f4e90db0
SM
782 solutions. Document bidi-string-mark-left-to-right.
783 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
784 Document use of `bidi-class' and `mirroring' properties as part of
785 reordering.
c094bb0c 786
1ea897d5
EZ
7872011-08-16 Eli Zaretskii <eliz@gnu.org>
788
9adfcd0b
EZ
789 * modes.texi (Major Mode Conventions): Improve the documentation
790 of `mode-class' `special' modes.
791
10862873
EZ
792 * nonascii.texi (Character Properties): Document the `mirroring'
793 property. Add index entries.
794
1ea897d5
EZ
795 * syntax.texi (Categories): Add an example of defining a new
796 category and category table.
797
798 * searching.texi (Regexp Backslash): Document how to display
799 existing categories. Mention the possibility of adding
800 categories, and add an xref to where this is described. Add an
801 index entry.
802
ebb552ed
CY
8032011-08-09 Chong Yidong <cyd@stupidchicken.com>
804
805 * text.texi (Special Properties):
806 * display.texi (Overlay Properties): Note that mouse-face cannot
807 change the text size (Bug#8530).
808
51a714e1
CY
8092011-08-08 Chong Yidong <cyd@stupidchicken.com>
810
811 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
812 using setenv instead.
813
4cc60b9b
EZ
8142011-07-28 Eli Zaretskii <eliz@gnu.org>
815
816 * display.texi (Bidirectional Display): Document the fact that
817 bidi-display-reordering is t by default.
818
5deb92fd
EZ
8192011-07-23 Eli Zaretskii <eliz@gnu.org>
820
821 * display.texi (Bidirectional Display): New section.
822
011b0ad6 8232011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
824 Tim Cross <theophilusx@gmail.com> (tiny change)
825 Glenn Morris <rgm@gnu.org>
011b0ad6 826
67f9b9f8 827 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 828
4baf28e6
AS
8292011-07-15 Andreas Schwab <schwab@linux-m68k.org>
830
831 * help.texi (Keys in Documentation): Revert last change.
832
66249842
LMI
8332011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
834
f863868c
LMI
835 * help.texi (Keys in Documentation): Clarify that \= only quotes
836 the next character, and doesn't affect longer sequences in
837 particular (bug#8935).
838
f4e90db0
SM
839 * debugging.texi (Using Debugger):
840 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 841
0bb23927 8422011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
843
844 * display.texi (Other Display Specs): Document that `left-fringe'
845 and `right-fringe' display specifications are of the "replacing"
846 kind.
847
f2027cdf
LMI
8482011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
849
850 * help.texi (Documentation Basics): Add a link to the Function
851 Documentation node (bug#6580).
852
f987fde4
LMI
8532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
854
0bc59b25
LMI
855 * keymaps.texi (Menu Bar): Mention :visible and :enable
856 (bug#6344). Text by Drew Adams.
857
63d55f1f
LMI
858 * modes.texi (Running Hooks): Mention buffer-local hook variables
859 (bug#6218).
860
f987fde4
LMI
861 * objects.texi (General Escape Syntax): "a with grave accent" is
862 ?xe0, not ?x8e0 (bug#5259).
863
b7527639
CY
8642011-07-12 Chong Yidong <cyd@stupidchicken.com>
865
866 * display.texi (Face Attributes, Font Selection): Add references
867 to the Fonts node in the Emacs manual (Bug#4178).
868
c830e5ae
CY
8692011-07-12 Chong Yidong <cyd@stupidchicken.com>
870
871 * display.texi (Window Systems): `window-system' is
872 terminal-local.
873
874 * frames.texi (Frame Parameters, Parameter Access): Don't mention
875 frame-local variables.
876
877 * variables.texi (Buffer-Local Variables): Don't mention obsolete
878 frame-local variables.
879 (Frame-Local Variables): Node deleted.
880
881 * elisp.texi (Top): Update node listing.
882
91223e54
LMI
8832011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
884
885 * elisp.texi: Change "inferiors" to "subnodes" in three places
886 (bug#3523).
887
963578d3
CY
8882011-07-11 Chong Yidong <cyd@stupidchicken.com>
889
890 * frames.texi (Window System Selections): Discussion of
891 x-select-enable-clipboard moved to Emacs manual.
892
07151e49
DD
8932011-07-11 Deniz Dogan <deniz@dogan.se>
894
895 * commands.texi (Prefix Command Arguments): Remove excessive
896 apostrophe.
897
7261e1cf
LMI
8982011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
899
ad21a12a
LMI
900 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
901 description is a string (bug#3313).
902
7261e1cf
LMI
903 * frames.texi (Display Feature Testing): Try to explain what all
904 the visual classes mean (bug#3042).
905
568f7b79
LMI
9062011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
907
18d59e29
LMI
908 * modes.texi (Mode Line Variables): Document `mode-line-remote'
909 and `mode-line-client' (bug#2974).
910
568f7b79
LMI
911 * text.texi (Insertion): Clarify marker movements (bug#1651).
912 Text from Drew Adams.
913
54e10184
LMI
9142011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
915
d94d85e9
LMI
916 * text.texi (Special Properties): Clarify the format of `face'
917 (bug#1375).
918
54e10184
LMI
919 * commands.texi (Interactive Call): Add a `call-interactively'
920 example (bug#1010).
921
413c488d
LMI
9222011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
923
924 * functions.texi (Calling Functions): Link to the "Interactive
925 Call" node (bug#1001).
926
322b7dab 9272011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 928
3deead93
CY
929 * customize.texi (Composite Types): Move alist and plist to here
930 from Simple Types (Bug#7545).
931
932 * elisp.texi (Top): Update menu description.
933
b00d8c1a
CY
934 * display.texi (Face Attributes): Document negative line widths
935 (Bug#6113).
936
d2a6c43b
TR
9372011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
938
939 * searching.texi (Match Data): Note that match data can be
940 overwritten by most functions (bug#2499).
941
c7844a27
LMI
9422011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
943
a9ab721e
LMI
944 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
945 flags mean (bug#6659).
946
c7844a27
LMI
947 * functions.texi (What Is a Function): Document the autoload
948 object (bug#6496).
949
f68d76d0
LMI
9502011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
951
8a20ca4c
LMI
952 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
953 is only used in the Customize user interface (bug#6089).
954
f68d76d0 955 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 956 images (bug#7836).
f68d76d0 957
7018dbe7
EZ
9582011-07-02 Eli Zaretskii <eliz@gnu.org>
959
960 * variables.texi (Defining Variables, Void Variables)
961 (Constant Variables): Fix incorrect usage of @kindex.
962
36cb87a1
LMI
9632011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
964
28ee97c7
LMI
965 * variables.texi (Defining Variables): Add an index entry for
966 `set-variable' (bug#7262).
8d4294e9 967 (Defining Variables): Use @findex for functions.
28ee97c7 968
8862ffd5
LMI
969 * frames.texi (Basic Parameters): Document the `explicit-name'
970 parameter (bug#6951).
971
0ec389b9
LMI
972 * customize.texi (Type Keywords): Clarify that :value provides a
973 default value for all types (bug#7386).
974
36cb87a1
LMI
975 * streams.texi (Output Functions): Document `pp'.
976
11fdef7d 9772011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
978
979 * keymaps.texi (Searching Keymaps):
980 * display.texi (Overlay Properties): Fix errors in 2011-05-29
981 change. Suggested by Johan Bockgård.
982
eeafcea7
CY
9832011-06-15 Chong Yidong <cyd@stupidchicken.com>
984
985 * text.texi (Special Properties): Clarify role of font-lock-face.
986
b96e6cde
LMI
9872011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
988
f4e90db0 989 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
990 to `process-live-p' for consistency with other `-live-p' functions.
991
be14b9ab
PE
9922011-06-03 Paul Eggert <eggert@cs.ucla.edu>
993
994 Document wide integers better.
995 * files.texi (File Attributes): Document ino_t values better.
2d365993 996 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
997 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
998 (Bitwise Operations):
001903b5
PE
999 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1000 to read, and that will port better if 62-bits becomes the default.
1001 Fix or remove incorrect examples.
be14b9ab
PE
1002 * os.texi (Time Conversion): Document time_t values better.
1003
bcd54f83
LMI
10042011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1005
f4e90db0
SM
1006 * processes.texi (Process Information):
1007 Document `process-alive-p'.
bcd54f83 1008
049bcbcb
CY
10092011-05-29 Chong Yidong <cyd@stupidchicken.com>
1010
1011 * help.texi (Accessing Documentation):
1012 * display.texi (Pixel Specification):
1013 * processes.texi (Serial Ports, Serial Ports):
1014 * nonascii.texi (Character Properties, Default Coding Systems):
1015 * text.texi (Changing Properties, Special Properties):
1016 * windows.texi (Window Start and End):
1017 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1018 * keymaps.texi (Searching Keymaps, Tool Bar):
1019 * minibuf.texi (Basic Completion):
1020 * compile.texi (Eval During Compile):
1021 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1022 7x9 paper in printed manual.
1023
1024 * lists.texi (Sets And Lists): Fix misplaced text.
1025
58539c63
CY
10262011-05-29 Chong Yidong <cyd@stupidchicken.com>
1027
1028 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1029 needs to be active (Bug#8350).
1030
6b5681bf
CY
10312011-05-28 Chong Yidong <cyd@stupidchicken.com>
1032
b4d52acc
CY
1033 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1034
6b5681bf
CY
1035 * tips.texi (Coding Conventions): Remove antediluvian filename
1036 limit recommendation (Bug#8538).
1037
e145f188
GM
10382011-05-27 Glenn Morris <rgm@gnu.org>
1039
1040 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1041
eafed945
GM
10422011-05-26 Glenn Morris <rgm@gnu.org>
1043
1044 * variables.texi (File Local Variables):
1045 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1046 Add some more details on what this function does in the other case.
eafed945 1047
bc8410af
GM
10482011-05-19 Glenn Morris <rgm@gnu.org>
1049
1050 * lists.texi (Sets And Lists): Mention cl provides union etc.
1051
35a30759
N
10522011-05-19 Nix <nix@esperi.org.uk>
1053
1054 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1055
1056 * text.texi (Parsing HTML): Update for function name changes.
1057
1058 * syntax.texi (Syntax Flags): Small fix.
1059
1060 * keymaps.texi (Active Keymaps): Typo fix.
1061 (Changing Key Bindings): Grammar fix.
1062
1063 * frames.texi (Minibuffers and Frames): Grammar fix.
1064 (Window System Selections): x-select-enable-clipboard now defaults to t.
1065
1066 * customize.texi (Common Keywords):
1067 * display.texi (Abstract Display):
1068 * modes.texi (Auto-Indentation):
1069 * nonascii.texi (Converting Representations): Typo fixes.
1070
1071 * control.texi (Examples of Catch): Call it "goto" not "go to".
1072
e3934a8a
EZ
10732011-05-14 Eli Zaretskii <eliz@gnu.org>
1074
bc039a3b
EZ
1075 * nonascii.texi (Character Properties): Fix inconsistencies with
1076 implementation.
1077
e3934a8a
EZ
1078 * text.texi (Special Properties): Move @defvar's out of the
1079 @table. (Bug#8652)
1080
e2c94218
GM
10812011-05-12 Glenn Morris <rgm@gnu.org>
1082
1083 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1084
d2fc7e3d 10852011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1086
1087 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1088 (Multiline Font Lock):
1089 * vol2.texi (Top):
1090 * vol1.texi (Top):
1091 * elisp.texi (Top): Update menu accordingly.
1092
d2fc7e3d 10932011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1094
1095 * modes.texi (Region to Fontify): Fix typo.
1096
79b70037
GM
10972011-05-10 Jim Meyering <meyering@redhat.com>
1098
1099 * minibuf.texi: Fix typo "in in -> in".
1100
b08a63cc 11012011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1102
1103 * numbers.texi (Integer Basics): Large integers are treated as floats.
1104
1ef14cb4
LMI
11052011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1106
1107 * processes.texi (Synchronous Processes): Document the (:file
1108 "/file-name") syntax for `call-process'.
1109
4ffd0d6b 11102011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1111
1112 * windows.texi (Choosing Window): Fix typo.
1113
4ffd0d6b 11142011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1115
1116 * frames.texi (Layout Parameters): Note the difference between
1117 querying and setting parameters for left-fringe and right-fringe
1118 (Bug#6930).
1119
fd5a8ae8
SM
11202011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * minibuf.texi (Basic Completion): Be a bit more precise about the
1123 valid kinds of completion tables.
1124 (Programmed Completion): Remove obsolete text about lambda expressions
1125 not being valid completion tables.
1126
c1bcd0d5
CY
11272011-03-19 Chong Yidong <cyd@stupidchicken.com>
1128
1129 * positions.texi (Excursions): Explain the "save-excursion
1130 defeated by set-buffer" warning.
1131
1132 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1133 save-excursion. Suggested by Uday S Reddy.
1134
03408648 11352011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1136
03408648
SM
1137 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1138 (Lexical Binding): New sub-section.
ba83908c 1139
03408648
SM
1140 * eval.texi (Eval): Discourage the use of `eval'.
1141 Document its new `lexical' argument.
6c075cd7 1142
f6d62986
SM
11432011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1144
03408648 1145 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1146 nil any more.
1147
84ea5558 11482011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1149
1150 * strings.texi (String Conversion): Don't mention
1151 string-make-(uni|multi)byte (bug#8262).
1152 * nonascii.texi (Converting Representations): Fix up range.
1153 * keymaps.texi (Key Binding Commands): Update code point, avoid
1154 "unibyte character" and remove mention of unibyte bindings.
1155
62d94509
EZ
11562011-03-10 Eli Zaretskii <eliz@gnu.org>
1157
1158 * modes.texi (Operator Precedence Grammars): Don't use characters
1159 outside ISO-8859-1.
1160
63a329f8
EZ
11612011-03-09 Eli Zaretskii <eliz@gnu.org>
1162
1163 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1164
1165 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1166
6446548e
GM
11672011-03-08 Glenn Morris <rgm@gnu.org>
1168
1169 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1170 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1171 * elisp.texi: Set documentencoding.
6446548e 1172
33383987
JB
11732011-03-07 Chong Yidong <cyd@stupidchicken.com>
1174
1175 * Version 23.3 released.
1176
0b3ceceb
CY
11772011-03-06 Chong Yidong <cyd@stupidchicken.com>
1178
1179 * package.texi: Update index keywords.
1180 (Package Archives): New node contents. Document package-x.el.
1181
78f5433f
JB
11822011-03-06 Juanma Barranquero <lekktu@gmail.com>
1183
1184 * makefile.w32-in (srcs): Add package.texi.
1185
555e9b5c
CY
11862011-03-06 Chong Yidong <cyd@stupidchicken.com>
1187
120d9389
CY
1188 * package.texi (Packaging, Packaging Basics, Simple Packages)
1189 (Multi-file Packages): Expand and clarify.
1190 (Package Archives): Temporary placeholder node.
1191
1192 * elisp.texi (Top): Update node listing.
1193
555e9b5c
CY
1194 * Makefile.in (srcs): Add package.texi.
1195
b59a4335
CY
11962011-03-05 Chong Yidong <cyd@stupidchicken.com>
1197
1198 * processes.texi (Synchronous Processes): Minor clarification
1199 (Bug#8149).
1200
06083aa1
GM
12012011-03-03 Glenn Morris <rgm@gnu.org>
1202
1203 * files.texi (Truenames): Minor clarification. (Bug#2341)
1204
6640b281
GM
12052011-03-01 Glenn Morris <rgm@gnu.org>
1206
1207 * variables.texi (Directory Local Variables):
1208 Mention `(subdirs . nil)' alist element.
1209
2b0c7330 12102011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1211
1212 * variables.texi (Directory Local Variables): Mention the optional
1213 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1214
b923f7a9
CY
12152011-02-27 Chong Yidong <cyd@stupidchicken.com>
1216
1217 * minibuf.texi (Minibuffer History): Clarify discussion of
1218 minibuffer history lists (Bug#8085).
1219
67ab0163 12202011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1221
e979a521
EZ
1222 * elisp.texi: Sync @dircategory with ../../info/dir.
1223
e03b2fd4
EZ
1224 * files.texi (Visiting Functions): Document find-file-literally,
1225 both the command and the variable.
1226
86ec878a
EZ
1227 * variables.texi (Creating Buffer-Local): Explain the meaning of
1228 permanent local variables.
1229
67ab0163
GM
1230 * files.texi (Visiting Functions): Document find-file-literally,
1231 both the command and the variable.
1232
1233 * variables.texi (Creating Buffer-Local): Explain the meaning of
1234 permanent local variables.
1235
12362011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1237
1238 * keymaps.texi (Remapping Commands): Mention how to undo it.
1239
bfcb151a
RT
12402011-02-09 Reuben Thomas <rrt@sc3d.org>
1241
1242 * loading.texi (Hooks for Loading): Remove unnecessary advice
1243 about eval-after-load (Bug#7986).
1244
a41c8660
CY
12452011-02-05 Chong Yidong <cyd@stupidchicken.com>
1246
1247 * commands.texi (Accessing Mouse): Note that a header line is not
1248 included in the row of posn-col-row.
1249
e0dd6837
CY
12502011-02-02 Chong Yidong <cyd@stupidchicken.com>
1251
1252 * modes.texi (Major Mode Conventions): Add face guidelines.
1253 (Faces for Font Lock): List faces in order of prominence.
1254
a4180391
PE
12552011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1256
1257 format-time-string now supports subsecond time stamp resolution
1258 * os.texi (Time Parsing): Document %N.
1259
7427eb97
CY
12602011-01-28 Chong Yidong <cyd@stupidchicken.com>
1261
61db307f
CY
1262 * vol1.texi (Top):
1263 * vol2.texi (Top):
1264 * elisp.texi (Top):
1265 * display.texi (Display Property): Shorten the menu description of
1266 the "Other Display Specs" node (Bug#7816).
1267
7427eb97
CY
1268 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1269 menu item" concept index entries (Bug#7805).
1270
bf3dae7e
EZ
12712011-01-29 Eli Zaretskii <eliz@gnu.org>
1272
1273 * makefile.w32-in (texinfodir): New variable.
1274 (usermanualdir): Remove as redundant with $(emacsdir).
1275 (MAKEINFO): Remove options, leave only program name.
1276 (MAKEINFO_OPTS): New variable.
1277 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1278
06d8ace5 12792011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1280 Richard Kim <emacs18@gmail.com>
1281
1282 * loading.texi (Library Search): Document list-load-path-shadows
1283 (Bug#7757).
1284
06d8ace5 12852011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1286
1287 * searching.texi (Regexp Special): Remove outdated discussion of
1288 character sets (Bug#7780).
1289
28a88153
CY
1290 * frames.texi (Pop-Up Menus): Document where menu title comes
1291 from (Bug#7684).
1292
06d8ace5 12932011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1294
1295 * display.texi (Making Buttons): Mention limitation of text buttons.
1296
a8e1e9ee
WL
12972011-01-23 Werner Lemberg <wl@gnu.org>
1298
1299 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1300 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1301 (ENVADD): New variable to control texi2dvi and texi2pdf.
1302
362b9d48
GM
13032011-01-15 Chong Yidong <cyd@stupidchicken.com>
1304
1305 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1306 Emacs manual.
1307
13082011-01-15 Eli Zaretskii <eliz@gnu.org>
1309
1310 * files.texi (Directory Names): Explain why FROM in
1311 directory-abbrev-alist should begin with \`. (Bug#7777)
1312
3fa173b4
SM
13132011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1316
7c420169 13172011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1318
1319 * modes.texi (Emulating Mode Line): Fix last change.
1320
7c420169 13212011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1322
1323 * modes.texi (Emulating Mode Line): Update documentation of
1324 format-mode-line according to changes that fixed bug #7587.
1325
80b33766
SM
13262010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * modes.texi (Derived Modes): Mention prog-mode.
1329
1330 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1331 of the key-binding-data cache since we don't use it any more.
1332
f49d1f52 13332010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1334
4bb49a92
EZ
1335 * processes.texi (Shell Arguments):
1336 * strings.texi (Creating Strings): Don't mention "shell commands";
1337 make it explicit that `split-string-and-unquote' and
1338 `combine-and-quote-strings' are mainly for working with arguments
1339 to call-process and start-process.
1340
3c73e30e
EZ
1341 * processes.texi (Shell Arguments): Fix documentation of
1342 `split-string-and-unquote'. Add indexing. (Bug#7563)
1343
f49d1f52 13442010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1345
1346 * modes.texi (Auto-Indentation): New section to document SMIE.
1347 (Major Mode Conventions):
1348 * text.texi (Mode-Specific Indent): Refer to it.
1349
f49d1f52 13502010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1351
1352 * display.texi (Other Display Specs): Document left-fringe and
1353 right-fringe display specs.
1354
f49d1f52 13552010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1356
1357 * backups.texi (Making Backups):
1358 * modes.texi (Example Major Modes): Use recommended coding style.
1359 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1360 define-derived-mode. Mention completion-at-point-functions.
1361
f49d1f52 13622010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1363
5dcb4c4e
SM
1364 * nonascii.texi (Converting Representations):
1365 Document byte-to-string.
e1115396 1366
ec1b9b17
GM
13672010-12-08 Glenn Morris <rgm@gnu.org>
1368
1369 * buffers.texi (Modification Time):
1370 verify-visited-file-modtime now defaults to the current buffer.
1371
07976ae3 13722010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1373
ec1b9b17 1374 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1375
1376 * strings.texi (Creating Strings): Don't mention semi-obsolete
1377 function char-to-string.
1378 (String Conversion): Shorten discussion of semi-obsolete function
1379 string-to-char. Link to Converting Representations.
1380
1381 * objects.texi (Symbol Type):
1382 * text.texi (Near Point):
1383 * help.texi (Help Functions):
1384 * functions.texi (Mapping Functions): Use string instead of
1385 char-to-string in examples.
1386
07976ae3 13872010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1388
1389 * text.texi (Kill Functions, Kill Functions)
1390 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1391 YANK-HANDLER args.
1392
1393 * symbols.texi (Creating Symbols): Using unintern without an
1394 obarray arg is now obsolete.
1395
1396 * numbers.texi (Float Basics): Document float-e and float-pi.
1397
1398 * variables.texi (Defining Variables): Change "pi" example to
1399 "float-pi".
1400
8547874a
EZ
14012010-11-26 Eli Zaretskii <eliz@gnu.org>
1402
1403 * commands.texi (Click Events): Document the values of X, Y and
1404 COL, ROW in the event's position, when the click is on the header
1405 or mode line, on the fringes, or in the margins.
1406
4a47c275 14072010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1408
5b05d75b
EZ
1409 * customize.texi (Composite Types): Lower-case index entry.
1410
5dcb4c4e
SM
1411 * loading.texi (How Programs Do Loading):
1412 Document load-file-name. (Bug#7346)
c7926fe2 1413
4a47c275 14142010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1415
1416 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1417
0eb025fb
EZ
14182010-11-13 Eli Zaretskii <eliz@gnu.org>
1419
1420 * display.texi (Usual Display): Characters with no fonts are not
1421 necessarily displayed as empty boxes.
1422
2699a554 14232010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1424
1425 * maps.texi (Standard Keymaps): Update File menu description.
1426
8289f37b
GM
14272010-10-28 Glenn Morris <rgm@gnu.org>
1428
1429 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1430
5793a7bc 14312010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1432
1433 * display.texi (Window Systems): Deprecate use of window-system as
1434 a predicate.
1435
17284e30
GM
14362010-10-23 Glenn Morris <rgm@gnu.org>
1437
1438 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1439 sorted-doc.
1440
00f113eb
JB
14412010-10-15 Eli Zaretskii <eliz@gnu.org>
1442
1443 * os.texi (Dynamic Libraries): New node, with slightly modified
1444 text deleted from "Image Formats".
1445 (System Interface): Add @menu entry for "Dynamic Libraries".
1446
1447 * display.texi (Image Formats): Remove description of
1448 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1449
07277eb8
GM
14502010-10-12 Glenn Morris <rgm@gnu.org>
1451
1452 * book-spine.texinfo: Rename to book-spine.texi.
1453
c12e4a81
GM
14542010-10-11 Glenn Morris <rgm@gnu.org>
1455
df187c62
GM
1456 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1457
c12e4a81 1458 * Makefile.in (DVIPS): New variable.
234db610
GM
1459 (.PHONY): Add html, ps.
1460 (html, elisp.html, ps, elisp.ps): New targets.
1461 (clean): Delete html, ps files.
1462 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1463
6513b232
EZ
14642010-10-09 Eli Zaretskii <eliz@gnu.org>
1465
1466 * makefile.w32-in (emacsdir): New variable.
1467 (srcs): Add emacsver.texi.
1468 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1469
abd40fb4
GM
14702010-10-09 Glenn Morris <rgm@gnu.org>
1471
c1dc72b3
GM
1472 * Makefile.in (VPATH): Remove.
1473 (infodir): Make it absolute.
1474 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1475
4393405b
GM
1476 * Makefile.in (dist): Anchor regexps.
1477
eef3ab94
GM
1478 * Makefile.in (srcs): Put elisp.texi first.
1479 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1480
aa9db089
GM
1481 * Makefile.in (infoclean): Remove harmless, long-standing error.
1482
abd40fb4
GM
1483 * Makefile.in ($(infodir)): Delete rule.
1484 (mkinfodir): New.
1485 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1486
68db69ed 1487 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1488 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1489
ea274122
GM
14902010-10-09 Glenn Morris <rgm@gnu.org>
1491
f7a31f11
GM
1492 * Makefile.in (emacsdir): New variable.
1493 (MAKEINFO): Add -I $emacsdir.
1494 (dist): Copy emacsver.texi.
b13254e7
GM
1495 (srcs): Add emacsver.texi.
1496
f7a31f11
GM
1497 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1498 Set EMACSVER by including emacsver.texi.
1499
ea274122
GM
1500 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1501
17ca7950
GM
15022010-10-07 Glenn Morris <rgm@gnu.org>
1503
1504 * Makefile.in (version): New, set by configure.
1505 (clean): Delete dist tar file.
1506 (dist): Use version in tar name.
1507
4c83f6e1
GM
15082010-10-06 Glenn Morris <rgm@gnu.org>
1509
1510 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1511 (INSTALL_INFO): Remove unused variable.
1512 (mostlyclean, infoclean, dist): New rules.
1513 (clean): Delete dvi and pdf files.
1514 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1515 ($(infodir)): Add parallel build workaround.
4c83f6e1 1516
0264072d
GM
15172010-10-04 Glenn Morris <rgm@gnu.org>
1518
1519 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1520 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1521 Fix -I typo.
0264072d
GM
1522 (clean): No 'make.out' or 'core' files.
1523 (.PHONY): Declare clean rules.
1524 (maintainer-clean): Delete pdf file. Guard against cd failures.
1525
77f38949
GM
15262010-10-03 Glenn Morris <rgm@gnu.org>
1527
1528 * files.texi (File Name Components): Remove ignored section about
1529 deleted variable directory-sep-char.
1530
178fdd41
MA
15312010-10-03 Michael Albinus <michael.albinus@gmx.de>
1532
1533 * files.texi (Magic File Names): New defopt
1534 remote-file-name-inhibit-cache.
1535
9c524fcb
GM
15362010-10-02 Glenn Morris <rgm@gnu.org>
1537
1538 * os.texi (Killing Emacs): Hook now runs in batch mode.
1539
f816790b
SM
15402010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1541
1542 * text.texi (Special Properties): Clarify when modification-hooks run.
1543
7cf78aac
SM
15442010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1545
1546 * syntax.texi (Syntax Flags): Document new `c' flag.
1547
ca0d44e4
GM
15482010-09-09 Glenn Morris <rgm@gnu.org>
1549
1550 * display.texi (ImageMagick Images): General cleanup.
1551
10999305 15522010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1553
1554 * files.texi (Directory Names): Use \` rather than ^.
1555
45240125
JD
15562010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1557
1558 * text.texi (Low-Level Kill Ring):
1559 * frames.texi (Window System Selections): Remove cut buffer
1560 documentation.
1561
4abe5bf6
EZ
15622010-08-28 Eli Zaretskii <eliz@gnu.org>
1563
1564 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1565 Parameters", where the default fringe width is described.
1566
1567 * frames.texi (Window Frame Parameters, Basic Parameters)
1568 (Position Parameters, Layout Parameters, Management Parameters)
1569 (Cursor Parameters, Font and Color Parameters): Add indexing for
1570 frame parameters. (Bug#6929)
1571
fdc76236
TT
15722010-08-25 Tom Tromey <tromey@redhat.com>
1573
1574 * vol2.texi (Top): Update.
1575 * vol1.texi (Top): Update.
1576 * tips.texi (Library Headers): Mention Package-Version and
1577 Package-Requires.
1578 * package.texi: New file.
1579 * os.texi (System Interface): Update pointers.
1580 * elisp.texi (Top): Link to new nodes. Include package.texi.
1581 * anti.texi (Antinews): Update pointers.
1582
1e5c1c80
EZ
15832010-08-25 Eli Zaretskii <eliz@gnu.org>
1584
1585 * processes.texi (Filter Functions): Fix last change.
1586
78e33835
CY
15872010-08-24 Markus Triska <triska@gmx.at>
1588
1589 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1590 of `buffer-name' in the main text as well as in the example
1591 (Bug#3098).
1592
198a7a97
CY
15932010-08-22 Chong Yidong <cyd@stupidchicken.com>
1594
1595 * nonascii.texi (Text Representations):
1596 * loading.texi (Loading Non-ASCII):
1597 * compile.texi (Byte Compilation): Don't mention obsolete
1598 --unibyte command-line argument.
1599
bc7d7ea6
CY
16002010-08-22 Chong Yidong <cyd@stupidchicken.com>
1601
1602 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1603
b0126eac 16042010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1605
1606 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1607
e8a6cc19
EZ
16082010-08-20 Eli Zaretskii <eliz@gnu.org>
1609
1610 * commands.texi (Misc Events): Add cross-references to where
1611 POSITION of a mouse event is described in detail.
1612
c4e7c63a 16132010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1614
c4e7c63a 1615 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1616
7815fe19 16172010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1618
1619 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1620 Suggested by Štěpán Němec <stepnem@gmail.com>.
1621
7815fe19 16222010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1623
1624 * minibuf.texi (High-Level Completion): Document args of
1625 `read-buffer-function' (bug#5625).
1626
8b2dd508
JD
16272010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1628
1629 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1630
bace45fe
MA
16312010-07-29 Michael Albinus <michael.albinus@gmx.de>
1632
1633 * processes.texi (Process Information): Explain process property
1634 `remote-tty'.
1635
4ce5a4cc
JB
16362010-07-27 Juanma Barranquero <lekktu@gmail.com>
1637
1638 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1639 instead of "\C-\^?" (bug#6334).
1640
1c84bc7a
JB
1641 * text.texi (Special Properties): Fix typo.
1642
b88746ba
EZ
16432010-07-09 Eli Zaretskii <eliz@gnu.org>
1644
1645 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1646 calling sequences, which are now the standard.
1647
51422d6d
CY
16482010-06-24 Chong Yidong <cyd@stupidchicken.com>
1649
1650 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1651
1652 * commands.texi (Command Overview): Mention undo-boundary call.
1653
d24880de
GM
16542010-06-23 Glenn Morris <rgm@gnu.org>
1655
1656 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1657 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1658 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1659 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1660 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1661 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1662 Untabify Texinfo files.
1663
0fc76035
CY
16642010-06-20 Chong Yidong <cyd@stupidchicken.com>
1665
1666 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1667
5338dc0b
CY
16682010-06-19 Chong Yidong <cyd@stupidchicken.com>
1669
a628ad9d 1670 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1671
2c3a3c1d
CY
16722010-06-02 Chong Yidong <cyd@stupidchicken.com>
1673
ba3bf1d9
CY
1674 * searching.texi (Regexp Special): Remove obsolete information
1675 about matching non-ASCII characters, and suggest using char
1676 classes (Bug#6283).
2c3a3c1d 1677
7f4b4249
JB
16782010-05-30 Juanma Barranquero <lekktu@gmail.com>
1679
1680 * minibuf.texi (Basic Completion): Add missing "@end defun".
1681
637821cd
SM
16822010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1683
1684 * minibuf.texi (Basic Completion): Document completion-boundaries.
1685 (Programmed Completion): Document the new fourth method for boundaries.
1686
e13051c3
CY
16872010-05-22 Chong Yidong <cyd@stupidchicken.com>
1688
a628ad9d 1689 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1690
0235128c 16912010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1692
1693 * windows.texi (Textual Scrolling):
1694 * tips.texi (Coding Conventions):
1695 * minibuf.texi (Minibuffer History):
1696 * maps.texi (Standard Keymaps):
1697 * loading.texi (Where Defined):
1698 * edebug.texi (Instrumenting): Fix typos.
1699
0235128c 17002010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1701
c7c32279
CY
1702 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1703
0235128c
SM
1704 * functions.texi (Obsolete Functions):
1705 Document set-advertised-calling-convention.
eb5ed549
CY
1706
1707 * minibuf.texi (Basic Completion): Document completion-in-region.
1708 (Programmed Completion): Document completion-annotate-function.
1709
1710 * commands.texi (Reading One Event): Document read-key.
1711 (Distinguish Interactive): Document KIND arg to
1712 called-interactively-p. Delete obsolete interactive-p.
1713
1714 * elisp.texi (Top): Update node description.
1715
f8848423
EZ
17162010-05-08 Eli Zaretskii <eliz@gnu.org>
1717
0235128c
SM
1718 * nonascii.texi (Character Properties):
1719 Document unicode-category-table. Add an index entry for Unicode
1720 general category.
1721
17222010-05-07 Chong Yidong <cyd@stupidchicken.com>
1723
1724 * Version 23.2 released.
f8848423 1725
938efb77
JB
17262010-04-20 Juanma Barranquero <lekktu@gmail.com>
1727
1728 * locals.texi (Standard Buffer-Local Variables):
1729 Remove @ignore'd reference to `direction-reversed'.
1730
5854c267
JL
17312010-04-14 Juri Linkov <juri@jurta.org>
1732
1733 Fix @deffn without category.
1734
1735 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1736 for `abbrev-insert'.
1737
1738 * buffers.texi (Indirect Buffers): Add category `Command'
1739 to @deffn of `clone-indirect-buffer'.
1740
1741 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1742 for `next-window' and `previous-window'. Add category `Command'
1743 to @deffn of `pop-to-buffer'.
1744
8a14dec7
CY
17452010-04-01 Chong Yidong <cyd@stupidchicken.com>
1746
1747 * nonascii.texi (Text Representations): Don't mark
1748 enable-multibyte-characters as a user option.
1749
7a1831cf
EZ
17502010-03-31 Eli Zaretskii <eliz@gnu.org>
1751
1752 * control.texi (Handling Errors): How to re-throw a signal caught
1753 by condition-case.
1754
c3863713
CY
17552010-03-26 Chong Yidong <cyd@stupidchicken.com>
1756
1757 * loading.texi (Hooks for Loading): Document after-load-functions.
1758 Copyedits.
1759
c333f279
AM
17602010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1761
1762 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1763
e867cb5d 17642010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1765
1766 * processes.texi (Network Processes): Document seqpacket type.
1767
605f35cd
DN
17682010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1769
1770 * os.texi (System Environment): Do not mention lynxos.
1771
288f9fc0
CY
17722010-03-10 Chong Yidong <cyd@stupidchicken.com>
1773
1774 * Branch for 23.2.
1775
eed5c93a
CY
17762010-03-06 Chong Yidong <cyd@stupidchicken.com>
1777
1778 * objects.texi (Integer Type): Take note of the read syntax
1779 exception for numbers that cannot fit in the integer type.
1780
1ddd6622
GM
17812010-03-03 Glenn Morris <rgm@gnu.org>
1782
1783 * numbers.texi (Integer Basics, Bitwise Operations):
1784 * objects.texi (Integer Type): Update for integers now being 30-bit.
1785
a908c79a
CY
17862010-02-27 Chong Yidong <cyd@stupidchicken.com>
1787
1788 * display.texi (Low-Level Font): Document :otf font-spec property.
1789
cd61af01
SM
17902010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * display.texi (Line Height): Avoid obsolete special default variables
1793 like default-major-mode.
1794
c02f8fe2
AM
17952010-01-28 Alan Mackenzie <acm@muc.de>
1796
1797 * display.texi (Auto Faces): Say fontification-functions is called
1798 whether or not Font Lock is enabled. Tidy up the wording a bit.
1799
d738d18b
CY
18002010-01-17 Chong Yidong <cyd@stupidchicken.com>
1801
1802 * elisp.texi: Remove duplicate edition information (Bug#5407).
1803
4963739e
JB
18042010-01-17 Juanma Barranquero <lekktu@gmail.com>
1805
1806 * two.el (volume-header-toc-markup): Fix typos in docstring.
1807
c57008f6
SM
18082010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1809
1810 Avoid dubious uses of save-excursions.
1811 * positions.texi (Excursions): Recommend the use of
1812 save-current-buffer if applicable.
1813 * text.texi (Clickable Text): Fix the example code which used
1814 save-excursion in a naive way which sometimes preserves point and
1815 sometimes not.
1816 * variables.texi (Creating Buffer-Local):
1817 * os.texi (Session Management):
1818 * display.texi (GIF Images):
1819 * control.texi (Cleanups): Use (save|with)-current-buffer.
1820
2f3725cd
EZ
18212010-01-02 Eli Zaretskii <eliz@gnu.org>
1822
1823 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1824
85eeac93
CY
18252010-01-02 Chong Yidong <cyd@stupidchicken.com>
1826
1827 * nonascii.texi (Text Representations, Character Codes)
1828 (Converting Representations, Explicit Encoding)
1829 (Translation of Characters): Use hex notation consistently.
1830 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1831
4801c5fa
CY
18322010-01-01 Chong Yidong <cyd@stupidchicken.com>
1833
1834 * loading.texi (Where Defined): Make it clearer that these are
1835 loaded files (Bug#5068).
1836
26e533e2
CY
18372009-12-29 Chong Yidong <cyd@stupidchicken.com>
1838
1839 * minibuf.texi (Completion Styles): Document `initials' style.
1840
16d1ff5f
CY
18412009-12-25 Chong Yidong <cyd@stupidchicken.com>
1842
1843 * frames.texi (Resources): Describe inhibit-x-resources.
1844 (Size Parameters): Copyedit.
1845
1846 * hash.texi (Creating Hash):
1847 * objects.texi (Hash Table Type): Document the new hash table
1848 printed representation.
1849
1850 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1851 obsolete.
1852
5dcb4c4e
SM
1853 * processes.texi (Process Buffers):
1854 Document process-kill-buffer-query-function.
16d1ff5f 1855
9a5de3d9
GM
18562009-12-05 Glenn Morris <rgm@gnu.org>
1857
1858 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1859 diary-display-function, and no longer recommended to be a hook.
1860 Update for changes in the names of calendar and diary hooks.
1861 diary-print-entries-hook has changed section.
1862
b640eb52
EZ
18632009-11-28 Eli Zaretskii <eliz@gnu.org>
1864
1865 * text.texi (Special Properties): More accurate description of
1866 what the `cursor' property does.
1867
be1674ab
KR
18682009-11-26 Kevin Ryde <user42@zip.com.au>
1869
1870 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1871 mouse-wheel-down-event, the closest thing to a definition for them.
1872 * os.texi (Startup Summary): vindex inhibit-startup-message and
1873 inhibit-splash-screen.
1874 (Command-Line Arguments): vindex argv.
1875 (Suspending Emacs): vindex suspend-tty-functions and
1876 resume-tty-functions. Don't want to index every hook, but having
1877 the programming ones is helpful.
1878
603f5979
CY
18792009-11-14 Chong Yidong <cyd@stupidchicken.com>
1880
1881 * commands.texi (Motion Events): Fix typo (Bug#4907).
1882
4359a806
CY
18832009-11-08 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1886 are affected by case-fold-search (Bug#4483).
1887
0f063651
CY
18882009-11-02 Chong Yidong <cyd@stupidchicken.com>
1889
1890 * minibuf.texi (Reading File Names): Note that read-file-name may
1891 use a graphical file dialog.
1892
9bd79893
GM
18932009-10-31 Glenn Morris <rgm@gnu.org>
1894
1895 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1896
ebe479ec
KR
18972009-10-16 Kevin Ryde <user42@zip.com.au>
1898
1899 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1900 in particular so `info-lookup-symbol' can find its docs.
1901
2640fa86
CY
19022009-10-16 Chong Yidong <cyd@stupidchicken.com>
1903
1904 * variables.texi (Constant Variables): Distinguish from defconst
1905 variables.
1906 (Defining Variables): Add cindex.
1907
edd6a733
CY
19082009-10-15 Chong Yidong <cyd@stupidchicken.com>
1909
1910 * os.texi (Time of Day): Clarify that the microsecond part is
1911 ignored (Bug#4637).
1912
5feb0b73
GM
19132009-10-11 Glenn Morris <rgm@gnu.org>
1914
1915 * frames.texi (Size and Position): Clarify what is included in the frame
1916 height. (Bug#4535)
1917
0c5413c8
GM
19182009-10-10 Glenn Morris <rgm@gnu.org>
1919
1920 * windows.texi (Size of Window): The relationship between window and
1921 frame heights is not so simple. (Bug#4535)
1922 Mention window-full-height-p.
1923
7f8b600a
SM
19242009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1925
1926 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1927 used from Lisp.
1928
6185de1c
EZ
19292009-10-07 Eli Zaretskii <eliz@gnu.org>
1930
7f8b600a
SM
1931 * files.texi (Directory Names) <abbreviate-file-name>:
1932 Document that root home directories are not replaced with "~".
6185de1c 1933
9972911f
EZ
19342009-10-06 Eli Zaretskii <eliz@gnu.org>
1935
1936 * text.texi (Special Properties): Document the meaning of the
1937 `cursor' text property whose value is an integer.
1938
2a3f19ef
MA
19392009-10-05 Michael Albinus <michael.albinus@gmx.de>
1940
1941 * files.texi (Magic File Names): Add `copy-directory'.
1942
804543b5
EZ
19432009-10-05 Eli Zaretskii <eliz@gnu.org>
1944
1945 * files.texi (File Attributes): Fix description of file
1946 attributes. (Bug#4638) Update attributes of files.texi example to
1947 be more representative.
1948
461bf92b
MA
19492009-10-05 Michael Albinus <michael.albinus@gmx.de>
1950
1951 * files.texi (Create/Delete Dirs): New command copy-directory.
1952
a86cd395
JB
19532009-10-04 Juanma Barranquero <lekktu@gmail.com>
1954
1955 * anti.texi (Antinews):
1956 * macros.texi (Indenting Macros):
1957 * strings.texi (Creating Strings, Case Conversion):
1958 Remove duplicate words.
1959
d3080264
MA
19602009-10-01 Michael Albinus <michael.albinus@gmx.de>
1961
1962 * files.texi (Create/Delete Dirs): delete-directory has an
1963 optional parameter RECURSIVE.
1964
85d14563
SM
19652009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * buffers.texi (Swapping Text): Minor clarification.
1968
3d9842c6
GM
19692009-10-01 Glenn Morris <rgm@gnu.org>
1970
1971 * functions.texi (Declaring Functions): Mention that we also search for
1972 ".m" files in the src/ directory.
1973
78427304
CY
19742009-09-25 David Engster <deng@randomsample.de>
1975
3d9842c6 1976 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1977
b578c9cc
GM
19782009-09-22 Glenn Morris <rgm@gnu.org>
1979
1980 * internals.texi (Building Emacs): Mention preloaded-file-list.
1981
beee5da7
AM
19822009-09-14 Alan Mackenzie <acm@muc.de>
1983
1984 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1985
5d6ab672
CY
19862009-09-13 Chong Yidong <cyd@stupidchicken.com>
1987
1988 * functions.texi (Anonymous Functions): Rearrange discussion,
1989 giving usage of unquoted lambda forms first. Mention that
1990 `function' and `#'' are no longer required (Bug#4290).
1991
59375eeb
AM
19922009-09-11 Alan Mackenzie <acm@muc.de>
1993
a86cd395 1994 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1995 batch mode.
1996
e7e2f529
GM
19972009-09-01 Glenn Morris <rgm@gnu.org>
1998
1999 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2000
eae47088
GM
20012009-08-26 Ulrich Mueller <ulm@gentoo.org>
2002
2003 * nonascii.texi (Character Codes): Fix typos.
2004
3691a0a6
MA
20052009-08-25 Michael Albinus <michael.albinus@gmx.de>
2006
2007 * processes.texi (Synchronous Processes): New defvar
2008 process-file-side-effects.
2009
664d56b8
GM
20102009-08-25 Glenn Morris <rgm@gnu.org>
2011
2012 * display.texi (Fontsets): Fix typo.
2013
0706c025
GM
2014 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2015
03a74b84
SM
20162009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * processes.texi (Asynchronous Processes): Adjust arglist of
2019 start-process-shell-command and start-file-process-shell-command.
2020
f6de8a37
CY
20212009-08-15 Chong Yidong <cyd@stupidchicken.com>
2022
4b1ed1bb
CY
2023 * advice.texi (Argument Access in Advice): Note that argument
2024 positions are zero-based (Bug#3932).
2025
89a9e058
CY
2026 * commands.texi (Distinguish Interactive): Minor copyedit.
2027
23696fd7
CY
2028 * display.texi (Face Attributes): Add xref to Displaying Faces for
2029 explanation of "underlying face".
2030
f6de8a37
CY
2031 * customize.texi (Common Keywords): Add xref to Loading.
2032
2033 * loading.texi (How Programs Do Loading): Add xref to Lisp
2034 Libraries node in the Emacs manual.
2035
417f77e6
CY
20362009-08-13 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2039
0999039c
CY
20402009-07-18 Chong Yidong <cyd@stupidchicken.com>
2041
2042 * processes.texi (Shell Arguments): Copyedits.
2043
9af167bc
GM
20442009-07-18 Glenn Morris <rgm@gnu.org>
2045
2046 * loading.texi (Repeated Loading): Fix typo.
2047
137987ab
RS
20482009-07-16 Richard Stallman <rms@gnu.org>
2049
2050 * buffers.texi (Swapping Text): Recommend setting
2051 write-region-annotate-functions and buffer-saved-size.
2052
2053 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2054
622fa380
GM
20552009-07-15 Glenn Morris <rgm@gnu.org>
2056
2057 * edebug.texi: Minor re-phrasings throughout.
2058 (Edebug Execution Modes): Sit-for affects continue mode too.
2059 (Jumping): Use `forward-sexp' rather than its keybinding.
2060 (Edebug Misc): Fix Q binding.
2061 (Edebug Eval): Remove cl version.
2062 (Printing in Edebug): Clarify print-length etc.
2063 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2064 (Specification List): Remove edebug-unwrap findex entry.
2065 (Specification Examples): defmacro is actually not the same as defun.
2066 Escape "`" in example.
2067
6bbd4600
CY
20682009-07-15 Chong Yidong <cyd@stupidchicken.com>
2069
2070 * markers.texi (The Mark): Document optional arg to
2071 deactivate-mark.
2072
e538d479
GM
20732009-07-11 Kevin Ryde <user42@zip.com.au>
2074
2075 * hooks.texi (Standard Hooks): Fix cross-references.
2076
4c98b9ed
GM
2077 * loading.texi (Named Features): Refer to eval-after-load.
2078
5300838c
GM
20792009-07-11 Glenn Morris <rgm@gnu.org>
2080
64fbeb16
GM
2081 * Makefile.in (TEXI2PDF): New.
2082 (elisp.pdf): New target.
2083
4c98b9ed
GM
2084 * searching.texi (Regexp Backslash): Fix typo.
2085
2086 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2087
51d9979c
GM
20882009-07-10 Glenn Morris <rgm@gnu.org>
2089
561c0216
GM
2090 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2091
5b594a58
GM
2092 * customize.texi (Customization Types):
2093 * display.texi (Abstract Display):
0cc8c85a 2094 * objects.texi (Character Type, String Type):
5b594a58 2095 Merge in some menu descriptions from elisp.texi.
51d9979c 2096
c3cbbb40
GM
2097 * hash.texi (Hash Tables):
2098 * modes.texi (Multiline Font Lock):
2099 End menu description with period.
fe42c16a 2100
28528402
GM
21012009-07-09 Glenn Morris <rgm@gnu.org>
2102
2103 * back.texi: Don't hard-code texinfo location.
2104
2105 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2106 (tex): Add texinfodir to TEXINPUTS.
2107 (elisp1med-init, elisp2med-init): Use texinfodir.
2108
2109 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2110 (clean): Add two-volume.make intermediate files.
2111
2112 * elisp.texi, vol1.texi, vol2.texi:
2113 Use a DATE variable with the publication date, and update it.
2114 Fix antinews menu description.
2115
2116 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2117 Update the detailed node listing to match elisp.texi.
2118
2119 * README: Update edition to match elisp.texi.
2120
2121 * objects.texi (General Escape Syntax):
2122 * nonascii.texi (Character Sets):
2123 Use consistent case for "Unicode Standard".
2124
2125 * anti.texi (Antinews):
2126 * customize.texi (Variable Definitions):
2127 * functions.texi (Declaring Functions):
2128 * nonascii.texi (Character Properties):
2129 * processes.texi (Serial Ports):
2130 * text.texi (Special Properties):
2131 * tips.texi (Coding Conventions):
2132 Minor rearrangements to improve TeX line-filling.
2133
2134 * commands.texi (Using Interactive): Fix cross-reference.
2135
17db8e10
JD
21362009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2137
2138 * frames.texi (Management Parameters): Mention sticky.
2139
77c7e2e1
AS
21402009-07-01 Andreas Schwab <aschwab@redhat.com>
2141
2142 * help.texi (Help Functions): Fix description of help-buffer and
2143 help-setup-xref to use @defun instead of @deffn.
2144
3f1c6666
JD
21452009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2146
2147 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2148
ca27c21b
CY
21492009-06-24 Chong Yidong <cyd@stupidchicken.com>
2150
2151 * display.texi (Window Systems): Add ns to the list.
2152
70243478
CY
21532009-06-21 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * Branch for 23.1.
2156
df006536
MR
21572009-06-17 Martin Rudalics <rudalics@gmx.at>
2158
2159 * windows.texi (Dedicated Windows): Fix typo.
2160 (Resizing Windows): Replace @defun by @deffn.
2161
d259fc4b
GM
21622009-06-17 Glenn Morris <rgm@gnu.org>
2163
2164 * variables.texi (Directory Local Variables):
2165 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2166
30781db6
KH
21672009-06-09 Kenichi Handa <handa@m17n.org>
2168
2169 * nonascii.texi (Character Sets): State clearly that FROM and TO
2170 are codepoints of CHARSET.
2171
62e8099c
CY
21722009-06-07 Chong Yidong <cyd@stupidchicken.com>
2173
2174 * minibuf.texi (Reading File Names): Fix introductory text.
2175 Suggested by stan@derbycityprints.com.
2176 (High-Level Completion): Fix typo.
2177
ee1b1917
CY
21782009-05-28 Chong Yidong <cyd@stupidchicken.com>
2179
2180 * frames.texi (Text Terminal Colors): Multi-tty is already
2181 implemented, but tty-local colors are not.
2182
5df647e8
CY
21832009-05-27 Chong Yidong <cyd@stupidchicken.com>
2184
2185 * hooks.texi (Standard Hooks): Remove mention of obsolete
2186 redisplay-end-trigger-functions.
2187
2188 * internals.texi (Window Internals): Remove mention of obsolete
2189 redisplay-end-trigger-functions.
2190
01f17ae2
MR
21912009-05-21 Martin Rudalics <rudalics@gmx.at>
2192
2193 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2194
2195 * backups.texi (Making Backups): backup-directory-alist and
2196 make-backup-file-name-function are options.
2197 (Auto-Saving): auto-save-list-file-prefix is an option.
2198
2199 * buffers.texi (Killing Buffers): buffer-offer-save is an
2200 option.
2201
2202 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2203 option.
2204 (Echo Area Customization): echo-keystrokes is an option.
2205 (Selective Display): selective-display-ellipses is an option.
2206 (Temporary Displays): temp-buffer-show-function is an option.
2207 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2208 are options.
2209 (Font Selection): face-font-family-alternatives,
2210 face-font-selection-order, face-font-registry-alternatives, and
2211 scalable-fonts-allowed are options.
2212 (Fringe Indicators): indicate-buffer-boundaries is an option.
2213 (Fringe Cursors): overflow-newline-into-fringe is an option.
2214 (Scroll Bars): scroll-bar-mode is an option.
2215
2216 * eval.texi (Eval): max-lisp-eval-depth is an option.
2217
2218 * files.texi (Visiting Functions): find-file-hook is an option.
2219 (Directory Names): directory-abbrev-alist is an option.
2220 (Unique File Names): temporary-file-directory and
2221 small-temporary-file-directory are options.
2222
2223 * frames.texi (Initial Parameters): initial-frame-alist,
2224 minibuffer-frame-alist and default-frame-alist are options.
2225 (Cursor Parameters): blink-cursor-alist and
2226 cursor-in-non-selected-windows ar options.
2227 (Window System Selections): selection-coding-system is an
2228 option.
2229 (Display Feature Testing): display-mm-dimensions-alist is an
2230 option.
2231
2232 * help.texi (Help Functions): help-char and help-event-list are
2233 options.
2234
2235 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2236 an option.
2237
2238 * minibuf.texi (Minibuffer History): history-length and
2239 history-delete-duplicates are options.
2240 (High-Level Completion): read-buffer-function and
2241 read-buffer-completion-ignore-case are options.
2242 (Reading File Names): read-file-name-completion-ignore-case is
2243 an option.
2244
2245 * modes.texi (Mode Line Top): mode-line-format is an option.
2246 (Mode Line Variables): mode-line-position and mode-line-modes
2247 are options.
2248
2249 * nonascii.texi (Text Representations):
2250 enable-multibyte-characters is an option.
2251 (Default Coding Systems): auto-coding-regexp-alist,
2252 file-coding-system-alist, auto-coding-alist and
2253 auto-coding-functions are options.
2254 (Specifying Coding Systems): inhibit-eol-conversion is an
2255 option.
2256
2257 * os.texi (Init File): site-run-file is an option.
2258 (System Environment): mail-host-address is an option.
2259 (User Identification): user-mail-address is an option.
2260 (Terminal Output): baud-rate is an option.
2261
2262 * positions.texi (Word Motion): words-include-escapes is an
2263 option.
2264
2265 * searching.texi (Standard Regexps): page-delimiter,
2266 paragraph-separate, paragraph-separate and sentence-end are
2267 options.
2268
2269 * text.texi (Margins): left-margin and fill-nobreak-predicate
2270 are options.
2271
2272 * variables.texi (Local Variables): max-specpdl-size is an
2273 option.
2274
2275 * windows.texi (Choosing Window):
2276 split-window-preferred-function, special-display-function and
2277 display-buffer-function are options.
2278
106e6894
CY
22792009-05-20 Chong Yidong <cyd@stupidchicken.com>
2280
4a83454d
CY
2281 Fix errors spotted by Martin Rudalics.
2282
106e6894
CY
2283 * syntax.texi (Position Parse): Document rationale for ignored
2284 arguments to syntax-ppss-flush-cache.
2285
2286 * processes.texi (Input to Processes): Mark PROCESS arg to
2287 process-running-child-p as optional.
2288 (Network Options): Document NO-ERROR arg to
2289 set-network-process-option.
2290
2291 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2292 command.
2293
2294 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2295 posix-search-backward as commands.
2296
2297 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2298 (Suspending Emacs): Mark suspend-emacs as a command.
2299 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2300 commands.
5dcb4c4e
SM
2301 (Terminal Output): Remove obsolete function baud-rate.
2302 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2303
2304 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2305 terminal-coding-system and set-terminal-coding-system.
2306 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2307 as optional.
2308 (Character Sets): Document RESTRICTION arg of char-charset.
2309 (Character Codes): Mark POS argument to get-byte as optional.
2310
2311 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2312 minibuffer-message.
2313
2314 * files.texi (Create/Delete Dirs): Mark make-directory and
2315 delete-directory as commands.
2316
2317 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2318
2319 * text.texi (Base 64): Mark base64-decode-string and
2320 base64-encode-string as commands.
2321 (Columns): Mark move-to-column as a command.
2322 (Mode-Specific Indent): Document RIGID arg to
2323 indent-for-tab-command.
2324 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2325 Mark indent-code-rigidly as a command.
2326 (Substitution): Mark translate-region as a command.
2327
2328 * frames.texi (Size and Position): Remove obsolete functions
2329 screen-height and screen-width.
2330
04173931
CY
23312009-05-19 Chong Yidong <cyd@stupidchicken.com>
2332
2333 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2334 (Displaying Buffers, Resizing Windows): Correct mistakes;
2335 next-window, previous-window, and pop-to-buffer are not commands,
2336 and fit-window-to-buffer" is a command. (Pointed out by Martin
2337 Rudalics.)
2338
eae7d8f8
RS
23392009-05-17 Richard M Stallman <rms@gnu.org>
2340
2341 * modes.texi (Precalculated Fontification): Clarify text.
2342
b8766179
MR
23432009-05-17 Martin Rudalics <rudalics@gmx.at>
2344
2345 * windows.texi (Selecting Windows): Clarify descriptions of
2346 with-selected-window and get-lru-window.
2347 (Cyclic Window Ordering): Refer to particular frame when talking
2348 about how splitting affects the ordering.
2349 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2350 switch-to-buffer-other-window. Explain how setting of
2351 display-buffer-reuse-frames affects pop-to-buffer.
2352 (Choosing Window): Clarify some details in descriptions of
2353 display-buffer-reuse-frames, pop-up-frames, and
2354 pop-up-frame-function.
2355 (Dedicated Windows): Clarify some details.
2356 (Textual Scrolling): Replace term vscroll by term vertical
2357 scroll position.
2358 (Vertical Scrolling): Fix typo.
2359 (Window Hooks): Relate text on jit-lock-register to window
2360 scrolling and size changes.
2361
734b5e3b
CY
23622009-05-14 Chong Yidong <cyd@stupidchicken.com>
2363
0a65633e
CY
2364 * frames.texi (Initial Parameters): Clarify what the initial
2365 minibuffer frame is.
05be46d7
CY
2366 (Buffer Parameters): Note that the minibuffer parameter can not be
2367 altered.
0a65633e 2368
734b5e3b
CY
2369 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2370 Document display-buffer changes.
2371
925672cd
CY
23722009-05-13 Chong Yidong <cyd@stupidchicken.com>
2373
17ecd7af
CY
2374 * anti.texi (Antinews): Rewrite for Emacs 22.
2375
925672cd
CY
2376 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2377 obarrays are first mentioned. Define "system abbrev" more
2378 prominently, and add it to the index.
2379 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2380 Copyedits.
2381 (Abbrev Expansion): Document abbrev-insert.
2382
80be4dd7
CY
23832009-05-12 Chong Yidong <cyd@stupidchicken.com>
2384
2385 * frames.texi (Font and Color Parameters): Rename from Color
2386 Parameters. Document font-backend parameter.
2387
2388 * vol2.texi (Top): Update node listing.
2389 * vol1.texi (Top): Update node listing.
2390 * elisp.texi (Top): Update node listing.
2391
372a93ac
MR
23922009-05-11 Martin Rudalics <rudalics@gmx.at>
2393
2394 * windows.texi (Choosing Window): Don't explicitly refer to
2395 split-window-sensibly's window argument in descriptions of
2396 split-height-threshold and split-width-threshold.
2397
714c3541
MR
23982009-05-10 Martin Rudalics <rudalics@gmx.at>
2399
2400 * windows.texi (Choosing Window): Fix rewrite of window
2401 splitting section.
2402
0e90e7be
EZ
24032009-05-09 Eli Zaretskii <eliz@gnu.org>
2404
f4e90db0
SM
2405 * nonascii.texi (Default Coding Systems):
2406 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2407 Add indexing.
0e90e7be
EZ
2408 (Lisp and Coding Systems): Add index entries.
2409
d3c0c321
MR
24102009-05-09 Martin Rudalics <rudalics@gmx.at>
2411
2412 * windows.texi (Choosing Window): Describe split-window-sensibly
2413 and rewrite section on window splitting accordingly.
2414 (Textual Scrolling): Replace `...' by @code{...}.
2415
c773345a
CY
24162009-05-04 Chong Yidong <cyd@stupidchicken.com>
2417
ee2d5b5e
CY
2418 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2419 Remove obsoleted pre-abbrev-expand-hook.
2420
2421 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2422 entries.
2423
c773345a
CY
2424 * internals.texi (Object Internals): Don't assume 32-bit machines
2425 are the norm.
2426 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2427 (Window Internals): Synch field names to window.h.
2428 (Process Internals): Synch field names to process.h.
c773345a 2429
dd449674
CY
24302009-04-29 Chong Yidong <cyd@stupidchicken.com>
2431
2432 * variables.texi (File Local Variables): Note that read-circle is
2433 bound to nil when reading file-local variables.
2434
2435 * streams.texi (Input Functions): Document read-circle.
2436 (Output Variables): Add xref to Circular Objects.
2437
4f1e25e2
CY
24382009-04-25 Chong Yidong <cyd@stupidchicken.com>
2439
2440 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2441 Features and Coding System Basics. Node that "p" stands for
2442 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2443 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2444 mouse-appearance-menu.
2445 (Programming Tips): Add xref to Progress.
2446
dca019f8
CY
24472009-04-22 Chong Yidong <cyd@stupidchicken.com>
2448
5dcb4c4e
SM
2449 * os.texi (Command-Line Arguments):
2450 Document command-line-args-left.
dca019f8
CY
2451 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2452 terminal objects for tty arguments.
2453 (Startup Summary): Add xref to Session Management.
2454 (Session Management): Mention emacs-session-restore. Copyedits.
2455
02a89103
CY
24562009-04-20 Chong Yidong <cyd@stupidchicken.com>
2457
2458 * os.texi (Startup Summary): Copyedits. The init file is not
2459 necessarily named .emacs now. Document initial-buffer-choice and
2460 initial-scratch-message. Note where Emacs exits in batch mode.
2461 Document inhibit-splash-screen as an alias.
2462 (Init File): Be neutral about which init file name to use.
2463
24642009-04-16 Chong Yidong <cyd@stupidchicken.com>
2465
2466 * os.texi (System Interface): Fix Texinfo usage.
2467
0c1cfe01
CY
24682009-04-15 Chong Yidong <cyd@stupidchicken.com>
2469
80d7cdca
CY
2470 * searching.texi (Regexp Backslash): Also refer to shy groups as
2471 non-capturing or unnumbered groups.
2472 (Regexp Functions): Add cross-reference to Regexp Backslash.
2473
0c1cfe01
CY
2474 * display.texi (Truncation): Overlays can use line-prefix and
2475 wrap-prefix too.
2476 (Overlay Properties): Document wrap-prefix and line-prefix.
2477 (Face Attributes): Document underline-minimum-offset.
2478 (Face Remapping): Copyedits.
2479 (Low-Level Font): Copyedits.
2480 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2481 (Line Height): Emphasize that line-spacing only takes effect on
2482 graphical terminals.
0c1cfe01 2483
c4adeee0
CY
24842009-04-13 Chong Yidong <cyd@stupidchicken.com>
2485
2486 * display.texi (Refresh Screen): Note that a passage about screen
2487 refreshing is text terminal only.
2488 (Forcing Redisplay): Delete misleading comment---sit-for calls
2489 redisplay, not the other way around.
2490 (Truncation): Note new values of truncate-partial-width-windows.
2491 Copyedits.
2492 (Invisible Text): Document invisible-p.
2493
b20ecfa1
EZ
24942009-04-11 Eli Zaretskii <eliz@gnu.org>
2495
2496 * display.texi (Overlays): Overlays don't scale well. See
2497 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2498
97d8273f
CY
24992009-04-10 Chong Yidong <cyd@stupidchicken.com>
2500
f147ff75
CY
2501 * syntax.texi (Syntax Table Functions): Document cons cell
2502 argument for modify-syntax-entry.
2503 (Categories): Document cons cell argument for
2504 modify-category-entry.
2505
fca4ec76
CY
2506 * searching.texi (String Search): Document word-search-forward-lax
2507 and word-search-backward-lax.
2508 (Searching and Case): Describe isearch behavior more precisely.
2509
9c283d5b
CY
2510 * keymaps.texi (Tool Bar): Mention that some platforms do not
2511 support multi-line toolbars. Suggested by Stephen Eglen.
2512
2513 * frames.texi (Layout Parameters): Mention that Nextstep also
2514 allows only one tool-bar line. Suggested by Stephen Eglen.
2515
97d8273f
CY
2516 * nonascii.texi (Text Representations): Copyedits.
2517 (Coding System Basics): Also mention utf-8-emacs.
2518 (Converting Representations, Selecting a Representation)
2519 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2520 Copyedits.
2521 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2522
2bad3299
CY
25232009-04-09 Chong Yidong <cyd@stupidchicken.com>
2524
2525 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2526 (Filling): Clarify REGION argument of fill-paragraph.
2527 Document fill-forward-paragraph-function.
2bad3299
CY
2528 (Special Properties): Remove "new in Emacs 22" declaration.
2529 (Clickable Text): Merge with Links and Mouse-1 node.
2530
5dcb4c4e
SM
2531 * display.texi (Button Properties, Button Buffer Commands):
2532 Change xref to Clickable Text.
2bad3299
CY
2533
2534 * tips.texi (Key Binding Conventions): Change xref to Clickable
2535 Text.
2536
2537 * elisp.texi (Top): Update node listing.
2538
ea30ce4f
CY
25392009-04-05 Chong Yidong <cyd@stupidchicken.com>
2540
47af2f4b
CY
2541 * markers.texi (The Mark): Copyedits. Improve description of
2542 handle-shift-selection.
2543 (The Region): Move use-region-p here from The Mark.
2544
ea30ce4f
CY
2545 * positions.texi (Screen Lines): Document (cols . lines) argument
2546 for vertical-motion.
2547
2aa8ea6e
CY
25482009-04-04 Chong Yidong <cyd@stupidchicken.com>
2549
3ec61d4e
CY
2550 * frames.texi (Frames): Clean up introduction. Document `ns'
2551 return value for framep.
2552 (Creating Frames): Note how the terminal is chosen.
2553 (Multiple Terminals, Multiple Displays): Merge into a single node.
2554 (Color Parameters): Fix typo.
2555
2556 * variables.texi (Local Variables, Buffer-Local Variables)
2557 (Creating Buffer-Local): Change link to Multiple Terminals.
2558
2559 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2560
2561 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2562 Terminals.
2563
2564 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2565 to Multiple Terminals.
2566
2567 * elisp.texi (Top): Update node listing.
2568 * vol2.texi (Top): Update node listing.
2569 * vol1.texi (Top): Update node listing.
2570
9257072f
CY
2571 * buffers.texi (Current Buffer): Note that the append-to-buffer
2572 example is no longer in synch with the latest code. Tie the two
2573 examples together.
2574
2aa8ea6e
CY
2575 * files.texi (File Attributes): Move note about MS-DOS from
2576 Changing Files to File Attributes.
2577 (Create/Delete Dirs): Note that mkdir is an alias for this.
2578
22e74b17
CY
25792009-04-01 Markus Triska <triska@gmx.at>
2580
2581 * processes.texi (Filter Functions): Suggest how to handle output
2582 batches.
2583
4bbe48ec
CY
25842009-03-30 Chong Yidong <cyd@stupidchicken.com>
2585
2586 * help.texi (Accessing Documentation): Update example to use
2587 help-setup-xref and with-help-window.
2588 (Help Functions): Remove print-help-return-message, which is
2589 semi-obsolete due to with-help-window. Document help-buffer and
2590 help-setup-xref.
2591
b9723f39
CY
25922009-03-29 Chong Yidong <cyd@stupidchicken.com>
2593
5dcb4c4e
SM
2594 * help.texi (Accessing Documentation, Help Functions):
2595 Remove information about long-obsolete Emacs versions.
9eb52e90 2596
b9723f39
CY
2597 * modes.texi (Mode Line Variables): The default values of the mode
2598 line variables are now more complicated.
2599
b0cc32db
CY
26002009-03-28 Chong Yidong <cyd@stupidchicken.com>
2601
3c25a5a9
CY
2602 * modes.texi (Major Mode Conventions): Note that specialness is
2603 inherited.
31c9eebb
CY
2604 (Derived Modes): Note that define-derive-mode sets the mode-class
2605 property.
3c25a5a9 2606
b0cc32db
CY
2607 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2608 goto-map. Add search-map to the list.
2609
c5e0006d
EZ
26102009-03-27 Eli Zaretskii <eliz@gnu.org>
2611
1213465a
EZ
2612 * os.texi (System Environment): Update the list of system-type
2613 values.
2614
c5e0006d
EZ
2615 * markers.texi (The Mark) <handle-shift-selection>: Update for
2616 removal of the optional argument DEACTIVATE.
2617
48bab3d6
CY
26182009-03-25 Chong Yidong <cyd@stupidchicken.com>
2619
2620 * commands.texi (Focus Events): Most X window managers don't use
2621 focus-follows-mouse nowadays.
2622
6e4ff1b6
CY
26232009-03-24 Chong Yidong <cyd@stupidchicken.com>
2624
2625 * commands.texi (Defining Commands): Clarify introduction.
2626 (Using Interactive): Not that interactive can be put in a symbol
2627 property.
2628 (Interactive Call): Note that a symbol with a non-nil
2629 interactive-form property satisfies commandp.
2630
11625308
JB
26312009-03-23 Juanma Barranquero <lekktu@gmail.com>
2632
2633 * minibuf.texi (Intro to Minibuffers): Fix typos.
2634
7b34420d
CY
26352009-03-23 Chong Yidong <cyd@stupidchicken.com>
2636
2637 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2638 about minibuffers in old Emacs versions. Copyedits.
2639 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2640 (Text from Minibuffer): Simplify introduction.
2641
f9257eed
AM
26422009-03-22 Alan Mackenzie <acm@muc.de>
2643
2644 * commands.texi (Using Interactive): Clarify string argument to
2645 `interactive' - even promptless elements need \n separators.
2646
f639ba70
CY
26472009-03-18 Chong Yidong <cyd@stupidchicken.com>
2648
2649 * minibuf.texi (Completion Styles): New node.
2650
2651 * elisp.texi (Top): Update node listing.
2652
d897e8ee
CY
26532009-03-17 Chong Yidong <cyd@stupidchicken.com>
2654
2655 * minibuf.texi (Basic Completion): Note that
2656 read-file-name-completion-ignore-case and
2657 read-buffer-completion-ignore-case can override
2658 completion-ignore-case.
2659 (Minibuffer Completion): Document completing-read changes.
2660 (Completion Commands): Avoid mentioning partial completion mode.
2661 Document minibuffer-completion-confirm changes, and
2662 minibuffer-confirm-exit-commands.
2663 (High-Level Completion): Document new require-match behavior for
2664 read-buffer. Document read-buffer-completion-ignore-case.
2665 (Reading File Names): Document new require-match behavior for
2666 read-file-name.
2667
b1f23349
CY
26682009-03-14 Chong Yidong <cyd@stupidchicken.com>
2669
2670 * debugging.texi (Error Debugging): Don't mislead the reader into
2671 thinking that debug-on-error enters debugger for C-f at EOB.
2672 (Error Debugging): Setting debug-on-init within the init file
2673 works, and has for some time.
2674
d6eb4e25
KH
26752009-03-13 Kenichi Handa <handa@m17n.org>
2676
2677 * display.texi (Fontsets): Update the description.
2678
1cf53dc5
CY
26792009-03-13 Chong Yidong <cyd@stupidchicken.com>
2680
2681 * advice.texi (Advising Primitives): Link to What Is a Function.
2682
81f919fc
CY
26832009-03-12 Chong Yidong <cyd@stupidchicken.com>
2684
cf4229eb
CY
2685 * compile.texi (Speed of Byte-Code): Update example.
2686 (Disassembly): Update examples.
2687
81f919fc 2688 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2689
2690 * customize.texi (Common Keywords): It's not necessary to use :tag
2691 to remove hyphens, as custom-unlispify-tag-name does it
2692 automatically.
5dcb4c4e
SM
2693 (Variable Definitions): Link to File Local Variables.
2694 Document customized-value symbol property.
f2bbc08c
CY
2695 (Customization Types): Move menu to end of node.
2696
955964d7
CY
26972009-03-10 Chong Yidong <cyd@stupidchicken.com>
2698
2699 * macros.texi (Compiling Macros): Omit misleading sentence, which
2700 implied that macros can only be used in the same file they are
2701 defined.
2702 (Backquote): Remove obsolete information about Emacs 19.
2703
d25ed7db
GM
27042009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2705
2706 * display.texi (Display Margins): Fix paren typo.
2707
d55f6ca5
CY
27082009-02-27 Chong Yidong <cyd@stupidchicken.com>
2709
f0e57ed8
CY
2710 * elisp.texi (Top): Update node listing.
2711
2712 * variables.texi (Variables): Clarify introduction.
2713 (Global Variables): Mention that setq is a special form.
2714 (Local Variables): Use active voice.
2715 (Tips for Defining): Mention marking variables as safe.
2716 (Buffer-Local Variables): Mention terminal-local and frame-local
2717 variables together.
2718 (File Local Variables): Copyedits.
2719 (Frame-Local Variables): Note that they are not really useful.
2720 (Future Local Variables): Node deleted.
2721
d55f6ca5 2722 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2723 Unicode escape syntax.
d55f6ca5 2724
ca8f09a8
CY
27252009-02-23 Chong Yidong <cyd@stupidchicken.com>
2726
2727 * control.texi (Control Structures): Add cindex entry for "textual
2728 order".
2729
2730 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2731 instead of "expression" throughout.
2732 (Function Indirection): Copyedits. Use active voice.
2733 (Eval): The default value of max-lisp-eval-depth is now 400.
2734
a20878b6
MB
27352009-02-23 Miles Bader <miles@gnu.org>
2736
2737 * processes.texi (System Processes): Rename `system-process-attributes'
2738 to `process-attributes'.
2739
61f66044
CY
27402009-02-22 Chong Yidong <cyd@stupidchicken.com>
2741
1b80d1f3
CY
2742 * symbols.texi (Property Lists): Emphasize that property lists are
2743 not restricted to symbol cells.
2744 (Other Plists): Copyedit.
2745
61f66044
CY
2746 * sequences.texi (Sequences Arrays Vectors): Make introduction
2747 more concise.
2748 (Arrays): Mention char-tables and bool-vectors too.
2749 (Vectors): Don't repeat information given in Arrays node. Link to
2750 nodes that explain the vector usage examples.
2751 (Char-Tables): Note that char-table elements can have arbitrary
2752 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2753 Link to Property Lists node.
61f66044 2754
9403944b
CY
27552009-02-22 Chong Yidong <cyd@stupidchicken.com>
2756
2757 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2758 `append'.
4068c7b4 2759 (List Elements): Copyedits.
9403944b
CY
2760
2761 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2762 of `vconcat'.
2763
2764 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2765 Emacs 20 usage of `concat'.
2766 (Case Conversion): Copyedits.
2767
b87a185f
CY
27682009-02-21 Chong Yidong <cyd@stupidchicken.com>
2769
2770 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2771 Minor edits.
2772 (Frame Configuration Type): Emphasize that it is not primitive.
2773 (Font Type): New node.
2774 (Type Predicates): Add fontp; type-of now recognizes font object
2775 types.
2776
2777 * intro.texi (Version Info): Update version numbers in examples.
2778 (Acknowledgements): List more contributors.
2779
2780 * elisp.texi: Bump version number to 3.0.
2781 (Top): Link to Font Type node.
2782
867d4bb3
JB
27832009-02-20 Juanma Barranquero <lekktu@gmail.com>
2784
2785 * modes.texi (Major Mode Conventions): Remove duplicate words.
2786 (Customizing Keywords): Fix typo.
2787
77730170
EZ
27882009-02-14 Eli Zaretskii <eliz@gnu.org>
2789
2790 * nonascii.texi (User-Chosen Coding Systems): Document that
2791 select-safe-coding-system suggests raw-text if there are raw bytes
2792 in the region.
2793 (Explicit Encoding): Warn not to use `undecided' when encoding.
2794
c8736212
GM
27952009-02-11 Glenn Morris <rgm@gnu.org>
2796
2797 * frames.texi (Visibility of Frames): Mention the effect multiple
2798 workspaces/desktops can have on visibility.
2799
ab992d66
EZ
28002009-02-07 Eli Zaretskii <eliz@gnu.org>
2801
c8736212
GM
2802 * text.texi (Commands for Insertion):
2803 * commands.texi (Event Mod):
2804 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2805 * nonascii.texi (Translation of Characters):
2806 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2807 (Explicit Encoding): Document the `charset' text property produced
2808 by decode-coding-region and decode-coding-string.
ab992d66 2809
e651a255
AM
28102009-01-27 Alan Mackenzie <acm@muc.de>
2811
2812 * modes.texi (Search-based Fontification): Correct a typo.
2813
bc5cde4b
JB
28142009-01-25 Juanma Barranquero <lekktu@gmail.com>
2815
2816 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2817 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2818
3533155b
EZ
28192009-01-24 Eli Zaretskii <eliz@gnu.org>
2820
f721deda
EZ
2821 * display.texi (Window Systems): Document the value of
2822 `initial-window-system' under --daemon.
2823
3533155b
EZ
2824 * os.texi (System Environment): Remove description of the
2825 `environment' function which has been deleted.
2826
f79b43b2
DN
28272009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2828
2829 * frames.texi (Multiple Displays): Remove documentation for
2830 removed function make-frame-on-tty.
2831
e3aa6669
CY
28322009-01-22 Chong Yidong <cyd@stupidchicken.com>
2833
2834 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2835 write-region-annotate-functions.
2836 Document write-region-post-annotation-function.
e3aa6669 2837
fb13a416
CY
28382009-01-19 Chong Yidong <cyd@stupidchicken.com>
2839
2840 * display.texi (Font Lookup): Document WIDTH argument of
2841 x-list-fonts.
2842
02eccf6b
EZ
28432009-01-17 Eli Zaretskii <eliz@gnu.org>
2844
ead3f58d
EZ
2845 * maps.texi (Standard Keymaps): Rename function-key-map to
2846 local-function-key-map.
2847
2848 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2849 local-function-key-map.
2850
2851 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2852 and `set-keyboard-coding-system' now accept an optional terminal
2853 argument.
2854
2855 * commands.texi (Event Mod): `keyboard-translate-table' is now
2856 terminal-local.
2857 (Function Keys): Rename function-key-map to
2858 local-function-key-map.
2859
df05a163
EZ
2860 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2861 frames.texi.
2862
0ed8034e 2863 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2864 `delete-terminal-functions', `suspend-tty-functions' and
2865 `resume-tty-functions'.
0ed8034e
EZ
2866
2867 * frames.texi (Frames): Document `frame-terminal' and
2868 `terminal-live-p'.
2869 (Multiple Displays): Document `make-frame-on-tty'.
2870 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2871 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2872 (Terminal Parameters): Document `terminal-parameters',
2873 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2874
2875 * os.texi (System Environment): Document `environment' and
2876 `initial-environment'.
490f1197
EZ
2877 (Suspending Emacs): Update for multi-tty; document
2878 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2879
02eccf6b
EZ
2880 * nonascii.texi (Coding System Basics): More accurate description
2881 of `raw-text'.
2882
f19fea97
JB
28832009-01-12 Juanma Barranquero <lekktu@gmail.com>
2884
2885 * display.texi (Low-Level Font): Fix typo.
2886
16fa292f
CY
28872009-01-10 Chong Yidong <cyd@stupidchicken.com>
2888
2889 * elisp.texi (Top): Update node listing.
2890
2891 * display.texi (PostScript Images): Node deleted.
2892
0b4faef3
EZ
28932009-01-10 Eli Zaretskii <eliz@gnu.org>
2894
3355f04d
EZ
2895 * processes.texi (Decoding Output): Document that null bytes force
2896 no-conversion for reading process output.
2897
2898 * files.texi (Reading from Files): Document that null bytes force
2899 no-conversion when visiting files.
2900
11625308 2901 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 2902
5dcb4c4e
SM
2903 * nonascii.texi (Lisp and Coding Systems):
2904 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2905 (Character Properties): Improve wording.
0b4faef3 2906
ce9cf065
CY
29072009-01-09 Chong Yidong <cyd@stupidchicken.com>
2908
2909 * display.texi (Font Lookup): Remove obsolete function
2910 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2911 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2912 (Font Selection): Reorder order of variable descriptions.
2913 Minor clarifications.
ce9cf065
CY
2914
2915 * elisp.texi (Top): Update node listing.
2916
ab756fb3
GM
29172009-01-09 Glenn Morris <rgm@gnu.org>
2918
2919 * commands.texi (Command Loop Info): Say that last-command-char and
2920 last-input-char are obsolete aliases.
2921
2922 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2923 last-input-char and last-command-char, since they are just aliases for
2924 last-input-event and last-command-event.
2925
2926 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2927 last-command-char.
2928
6b2b8ab1
CY
29292009-01-08 Chong Yidong <cyd@stupidchicken.com>
2930
2931 * elisp.texi: Update node listing.
2932
2933 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2934 (Face Attributes): Don't link to Font Lookup.
2935 Document font-family-list.
6b2b8ab1
CY
2936 (Fonts): New node.
2937
3568e767
JR
29382009-01-08 Jason Rumney <jasonr@gnu.org>
2939
2940 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2941 changing the standard pointer shapes. (Bug#1485)
3568e767 2942
6221c8db
CY
29432009-01-08 Chong Yidong <cyd@stupidchicken.com>
2944
2945 * display.texi (Attribute Functions): Note that a function value
2946 :height is relative, and that compatibility functions work by
2947 calling set-face-attribute.
2948 (Displaying Faces): Reorder list in order of increasing priority.
2949 (Face Remapping): New node. Content moved here from Displaying
2950 Faces.
2951 (Glyphs): Link to Face Functions.
2952
e3d3799a
CY
29532009-01-08 Chong Yidong <cyd@stupidchicken.com>
2954
2955 * display.texi (Faces): Don't discuss face id here. facep does
2956 not return t.
2957 (Defining Faces): Minor clarification.
2958 (Face Attributes): Rearrange items to match docstring of
2959 set-face-attribute. Add :foundry attribute. Document new role of
2960 :font attribute. Texinfo usage fix.
2961 (Attribute Functions): Copyedits.
2962 (Face Functions): Note that face number is seldom used.
2963
638a2457
RS
29642009-01-05 Richard M Stallman <rms@gnu.org>
2965
2966 * strings.texi (Predicates for Strings): Minor clarification.
2967
2968 * functions.texi (Function Safety): Texinfo usage fix.
2969
49ea0074
JB
29702009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2971
2972 * objects.texi (General Escape Syntax): Fix typo.
2973
9f822178
MR
29742009-01-03 Martin Rudalics <rudalics@gmx.at>
2975
2976 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2977 works via the default value of pop-up-frame-function.
2978
af34ad36
EZ
29792009-01-02 Eli Zaretskii <eliz@gnu.org>
2980
2981 * processes.texi (System Processes): Document the `time' and
2982 `ctime' attributes of `system-process-attributes'.
2983
d31f6679
CY
29842009-01-01 Chong Yidong <cyd@stupidchicken.com>
2985
2986 * display.texi (Face Attributes): Clarify :height attribute.
2987
174dc00c
MR
29882008-12-31 Martin Rudalics <rudalics@gmx.at>
2989
2990 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2991 the front of the buffer list. Add entries for `last-buffer' and
2992 `unbury-buffer'.
2993
b8afe7e4
EZ
29942008-12-27 Eli Zaretskii <eliz@gnu.org>
2995
d14030f5
EZ
2996 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2997 and its subsections.
2998
2999 * frames.texi (Multiple Terminals, Low-level Terminal)
3000 (Terminal Parameters, Frames on Other TTY devices): New sections.
3001 (Frames): Add an xref to "Multiple Terminals".
3002
765980a4
EZ
3003 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3004
3005 * objects.texi (Terminal Type): New node.
3006 (Editing Types): Add it to the menu.
3007
47bd5577
EZ
3008 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3009 Variables".
3010
eb22b78c 3011 * variables.texi (Directory Local Variables): New node.
47bd5577 3012 (Variables): Add a menu item for it.
eb22b78c 3013
b8afe7e4
EZ
3014 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3015 `generated-autoload-file'.
3016
77bb0476
EZ
30172008-12-20 Eli Zaretskii <eliz@gnu.org>
3018
028e2c19
EZ
3019 * os.texi (Startup Summary): Add xref to documentation of
3020 `initial-window-system'.
3021
77bb0476
EZ
3022 * display.texi (Window Systems): Document `window-system' the
3023 function. The variable `window-system' is now frame-local.
028e2c19 3024 Document `initial-window-system'.
77bb0476 3025
dda87836
MR
30262008-12-19 Martin Rudalics <rudalics@gmx.at>
3027
3028 * windows.texi (Windows): Rewrite description of
3029 fit-window-to-buffer.
3030
caef3ed2
GM
30312008-12-13 Glenn Morris <rgm@gnu.org>
3032
3033 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3034 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3035
21c58e4d
GM
30362008-12-12 Glenn Morris <rgm@gnu.org>
3037
3038 * debugging.texi (Error Debugging): Refer forwards to
3039 eval-expression-debug-on-error.
3040
af38459f
EZ
30412008-12-05 Eli Zaretskii <eliz@gnu.org>
3042
5dedd9b5
EZ
3043 * strings.texi (String Basics): Only unibyte strings that
3044 represent key sequences hold 8-bit raw bytes.
3045
af38459f
EZ
3046 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3047 paragraph to speak about `undecided'.
3048 (Character Properties): Don't explain the meaning of each
3049 property; instead, identify their Unicode Standard names.
b3f1f4a5 3050 (Character Sets): Document `map-charset-chars'.
af38459f 3051
fa047ae7
GM
30522008-12-02 Glenn Morris <rgm@gnu.org>
3053
3054 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3055 section yet again.
3056
47dbc044
EZ
30572008-11-29 Eli Zaretskii <eliz@gnu.org>
3058
98d05998
EZ
3059 * nonascii.texi (Character Properties): New Section.
3060 (Specifying Coding Systems): Document
3061 `coding-system-priority-list', `set-coding-system-priority', and
3062 `with-coding-priority'.
3063 (Lisp and Coding Systems): Document `check-coding-systems-region'
3064 and `coding-system-charset-list'.
3065 (Coding System Basics): Document `coding-system-aliases'.
3066
3067 * elisp.texi (Top): Add a @detailmenu entry for "Character
3068 Properties".
3069
47dbc044
EZ
3070 * objects.texi (Character Type): Correct the range of Emacs
3071 characters. Add an @xref to "Character Codes".
3072
3073 * strings.texi (String Basics): Add an @xref to "Character Codes".
3074
3075 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3076
3077 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3078 (Character Codes): Document `max-char'.
3079
8b80cdf5
EZ
30802008-11-28 Eli Zaretskii <eliz@gnu.org>
3081
3082 * nonascii.texi (Text Representations, Converting Representations)
3083 (Character Sets, Scanning Charsets, Translation of Characters):
3084 Make text more accurate.
3085
a99dceba
GM
30862008-11-28 Glenn Morris <rgm@gnu.org>
3087
3088 * files.texi (Format Conversion Round-Trip): Improve previous change.
3089
f6dc3bed
CY
30902008-11-26 Chong Yidong <cyd@stupidchicken.com>
3091
3092 * modes.texi (Auto Major Mode): Fix example.
3093
5da9413d
GM
30942008-11-25 Glenn Morris <rgm@gnu.org>
3095
3096 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3097
3098 * files.texi (Format Conversion Round-Trip):
3099 Use active voice for previous change.
3100
fcca848c
CY
31012008-11-25 Chong Yidong <cyd@stupidchicken.com>
3102
3103 * os.texi (Processor Run Time):
3104 * processes.texi (Transaction Queues):
3105 * markers.texi (The Mark):
3106 * windows.texi (Choosing Window, Selecting Windows):
3107 * files.texi (Changing Files, Magic File Names):
3108 * commands.texi (Key Sequence Input):
3109 * functions.texi (Declaring Functions):
3110 * strings.texi (Predicates for Strings):
3111 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3112
36c8dc54
CY
31132008-11-24 Chong Yidong <cyd@stupidchicken.com>
3114
3115 * help.texi (Accessing Documentation): Update example.
3116
3117 * variables.texi (Defining Variables): Note that `*' is not
3118 necessary if defcustom is used.
3119
2a79b242
EZ
31202008-11-22 Eli Zaretskii <eliz@gnu.org>
3121
3122 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3123 Characters" from @detailmenu.
3124
3125 * nonascii.texi (Character Codes, Character Sets)
3126 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3127 (Chars and Bytes, Splitting Characters): Sections removed.
3128
392f0d26
LK
31292008-11-22 Lute Kamstra <lute@gnu.org>
3130
3131 * positions.texi (Text Lines): Update goto-line documentation.
3132
af1a5cd5
MR
31332008-11-21 Martin Rudalics <rudalics@gmx.at>
3134
6a4cfb0c
MR
3135 * frames.texi (Frames): Fix typo, add cross references, reword.
3136 (Initial Parameters): Reword special-display-frame-alist text.
3137 (Frames and Windows): Reword. Describe argument norecord for
3138 set-frame-selected-window.
3139 (Input Focus): Describe argument norecord for select-frame.
3140 Remove comment on MS-Windows behavior for focus-follows-mouse.
3141 (Raising and Lowering): Mention windows-frames dichotomy in
3142 metaphor.
3143
af1a5cd5
MR
3144 * windows.texi (Displaying Buffers, Vertical Scrolling)
3145 (Horizontal Scrolling): Fix indenting and rewording issues
3146 introduced with 2008-11-07 change.
3147
c249fa9c
GM
31482008-11-20 Glenn Morris <rgm@gnu.org>
3149
3150 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3151 element of `format-alist'.
3152
204d4665
GM
31532008-11-19 Glenn Morris <rgm@gnu.org>
3154
3155 * doclicense.texi: Update to FDL 1.3.
3156 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3157
cc0910af
CY
31582008-11-18 Chong Yidong <cyd@stupidchicken.com>
3159
efe6e7c4
CY
3160 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3161 vars, which are obsolete. Mention jit-lock-register.
3162
5dcb4c4e
SM
3163 * modes.texi (Other Font Lock Variables):
3164 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3165
cc0910af
CY
3166 * frames.texi (Color Parameters): Document alpha parameter.
3167
aeeedf76
MR
31682008-11-16 Martin Rudalics <rudalics@gmx.at>
3169
3170 * windows.texi (Splitting Windows, Deleting Windows)
3171 (Selecting Windows, Cyclic Window Ordering)
3172 (Buffers and Windows, Displaying Buffers, Choosing Window)
3173 (Dedicated Windows, Window Point, Window Start and End)
3174 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3175 (Size of Window, Resizing Windows, Window Configurations)
3176 (Window Parameters): Avoid @var at beginning of sentences and
3177 reword accordingly.
3178
4c565c5c
LK
31792008-11-11 Lute Kamstra <lute@gnu.org>
3180
3181 * files.texi (File Name Components): Fix file-name-extension
3182 documentation.
3183
25f494c9
JB
31842008-11-11 Juanma Barranquero <lekktu@gmail.com>
3185
3186 * frames.texi (Basic Parameters): Remove display-environment-variable
3187 and term-environment-variable.
3188
a1401ab1
EZ
31892008-11-08 Eli Zaretskii <eliz@gnu.org>
3190
3191 * windows.texi (Basic Windows, Splitting Windows)
3192 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3193 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3194 (Resizing Windows, Window Configurations, Window Parameters):
3195 Fix wording and markup.
a1401ab1 3196
efafc282
MR
31972008-11-07 Martin Rudalics <rudalics@gmx.at>
3198
3199 * windows.texi (Windows): Update entries.
3200 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3201 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3202 (Selecting Windows, Cyclic Window Ordering): Reword with special
3203 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3204 (Buffers and Windows, Choosing Window): Reword with special
3205 emphasis on dedicated windows.
3206 (Displaying Buffers): Reword. For switch-to-buffer mention that
3207 it may fall back on pop-to-buffer. For other-window try to
3208 explain how it treats the cyclic ordering of windows.
efafc282
MR
3209 (Dedicated Windows): New node and section discussing dedicated
3210 windows and associated functions.
86ab855a 3211 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3212 (Window Start and End): Rename node and section title. Reword.
3213 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3214 Minor rewording.
3215 (Size of Window): Reword, in particular text on window-width.
3216 (Resizing Windows): Reword. Add text on balancing windows.
3217 (Window Configurations): Reword. Mention window parameters.
3218 (Window Parameters): New node and section on window parameters.
3219 (Window Hooks): Reword. Mention that
3220 window-configuration-change-hook is run "buffer-locally".
3221 * elisp.texi (Top): Update Windows entries in @detailmenu
3222 section.
3223
d60a8ab2
JB
32242008-11-04 Juanma Barranquero <lekktu@gmail.com>
3225
3226 * searching.texi (Regexp Search): Fix typo.
3227
01777627
CY
32282008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3229
3230 * searching.texi (Regexp Search): Document GREEDY arg.
3231 (Simple Match Data): Fix return value.
3232
c4526e93
EZ
32332008-11-01 Eli Zaretskii <eliz@gnu.org>
3234
3235 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3236 with Emacs 23 internal representation of characters.
3237 Document `unibyte-string'.
c4526e93 3238
fe2ae8b5
CY
32392008-10-28 Chong Yidong <cyd@stupidchicken.com>
3240
3241 * processes.texi (Process Information): Note that process-status
3242 does not accept buffer names.
3243
cc5a21e3
CY
32442008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3245
3246 * positions.texi (Skipping Characters): Correct return value of
3247 skip-chars-forward.
3248
09460d9a
MR
32492008-10-25 Martin Rudalics <rudalics@gmx.at>
3250
520b29e7
MR
3251 * windows.texi (Deleting Windows): Update documentation of
3252 delete-windows-on.
3253 (Buffers and Windows): Update documentations of
3254 get-buffer-window and get-buffer-window-list.
3255 (Displaying Buffers): Update documentation of
3256 replace-buffer-in-windows.
3257
09460d9a
MR
3258 * buffers.texi (Current Buffer): Reword set-buffer and
3259 with-current-buffer documentations.
3260 (Creating Buffers): Reword documentation of get-buffer-create.
3261
4d48fcdc
MR
32622008-10-23 Martin Rudalics <rudalics@gmx.at>
3263
3264 * buffers.texi (Current Buffer): Reword documentation of
3265 set-buffer.
3266 (Buffer Names): Reword documentation of buffer-name.
3267 (The Buffer List): For bury-buffer explain what happens with the
3268 buffer's window.
3269 (Creating Buffers): Say that get-buffer-create's arg is called
3270 buffer-or-name.
3271
f0143c43
CY
32722008-10-22 Chong Yidong <cyd@stupidchicken.com>
3273
3e5dbbd3
CY
3274 * advice.texi (Computed Advice): Explain what DEFINITION is.
3275
f0143c43
CY
3276 * nonascii.texi (Character Codes): Remove obsolete function
3277 char-valid-p, and document characterp instead.
3278
52a94b85
MR
32792008-10-22 Martin Rudalics <rudalics@gmx.at>
3280
3281 * windows.texi (Displaying Buffers): Reword documentation of
3282 pop-to-buffer.
3283 (Choosing Window): Rewrite documentation of display-buffer and
3284 its options.
3285
f76f8246
MR
3286 * buffers.texi (Killing Buffers): Update documentation of
3287 kill-buffer.
3288
acc8b598
EZ
32892008-10-21 Eli Zaretskii <eliz@gnu.org>
3290
80e6b6df
EZ
3291 * processes.texi (Serial Ports): Fix wording and improve markup.
3292
3645358a
EZ
3293 * searching.texi (Regexp Search): Document `string-match-p' and
3294 `looking-at-p'.
3295 (POSIX Regexps): Add an xref for "non-greedy".
3296 (Regexp Special): Add @cindex entry for "non-greedy".
3297
b3d50cff 3298 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3299 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3300
73b7530a
EZ
3301 * frames.texi (Color Names): Add an xref to `read-color'.
3302
3303 * minibuf.texi (High-Level Completion): Document `read-color'.
3304
acc8b598
EZ
3305 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3306
3307 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3308
3309 * buffers.texi (Swapping Text): New section, documents
3310 `buffer-swap-text'.
3311
10e187e8
MR
33122008-10-21 Martin Rudalics <rudalics@gmx.at>
3313
3314 * windows.texi (Resizing Windows): Minor wording fix.
3315
fd6f900c
EZ
33162008-10-20 Eli Zaretskii <eliz@gnu.org>
3317
3318 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3319 and `combine-and-quote-strings'.
3320
3321 * strings.texi (Creating Strings): Add xrefs for them.
3322
e4372165
EZ
33232008-10-19 Eli Zaretskii <eliz@gnu.org>
3324
d6328fba
EZ
3325 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3326 match the corresponding menu in minibuf.texi.
3327
e4372165
EZ
3328 * minibuf.texi (Reading File Names): Document `read-shell-command'
3329 and `minibuffer-local-shell-command-map'.
3330
5d8dda33
MR
33312008-10-19 Martin Rudalics <rudalics@gmx.at>
3332
3333 * windows.texi (Resizing Windows): Remove var{} around "window" in
3334 documentation of enlarge-window.
3335 Rewrite documentation of window-min-height and window-min-width.
3336
437706cd
EZ
33372008-10-19 Eli Zaretskii <eliz@gnu.org>
3338
80f85d7c
EZ
3339 * functions.texi (Calling Functions): Document `apply-partially'.
3340
291703b5
EZ
3341 * hooks.texi (Standard Hooks): Mention
3342 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3343
3344 * variables.texi (File Local Variables): Document
3345 `file-local-variables-alist', `before-hack-local-variables-hook'
3346 and `hack-local-variables-hook'.
3347
583d8b3c
EZ
3348 * processes.texi (Synchronous Processes): Document `process-lines'.
3349
5dcb4c4e
SM
3350 * customize.texi (Variable Definitions):
3351 Document `custom-reevaluate-setting'.
437706cd 3352
7e51d89b
MR
33532008-10-18 Martin Rudalics <rudalics@gmx.at>
3354
3355 * windows.texi (Choosing Window, Deleting Windows)
3356 (Displaying Buffers): Expand documentation of dedicated windows.
3357
43c59a3d
EZ
33582008-10-18 Eli Zaretskii <eliz@gnu.org>
3359
018a960d
EZ
3360 * files.texi (Changing Files): Document symbolic input of file
3361 modes to `set-file-modes'. Document `read-file-modes' and
3362 `file-modes-symbolic-to-number'.
3363
2c0b8144
EZ
3364 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3365 and `search-map'.
3366
5dcb4c4e
SM
3367 * searching.texi (Search and Replace):
3368 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3369 Document `multi-query-replace-map'.
80120f13 3370
6d4913f0 3371 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3372 (Completion Commands, Reading File Names):
3373 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3374 `minibuffer-local-filename-must-match-map'.
3375 (Minibuffer Completion): The `require-match' argument to
3376 `completing-read' can now have the value `confirm-only'.
3377
43c59a3d
EZ
3378 * windows.texi (Displaying Buffers): Minor wording fix.
3379 (Choosing Window): `split-height-threshold' can now be nil.
3380 Document `split-width-threshold'. `pop-up-frames' can have the
3381 value `graphic-only'.
3382
f36acfd9
EZ
33832008-10-17 Eli Zaretskii <eliz@gnu.org>
3384
3385 * os.texi (Startup Summary): Document `before-init-time' and
3386 `after-init-time'. Document `initial-window-system' and
3387 `window-system-initialization-alist'. Document reading the
3388 abbrevs file. Document the call to `server-start' under --daemon.
3389 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3390 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3391 (Time Parsing): Document `format-seconds'.
f36acfd9 3392
96995b89
MR
33932008-10-17 Martin Rudalics <rudalics@gmx.at>
3394
3395 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3396 and reword.
3397
2de17c73
EZ
33982008-10-16 Eli Zaretskii <eliz@gnu.org>
3399
3400 * markers.texi (The Mark): Document use-region-p.
3401
9cf52b11
EZ
34022008-10-15 Eli Zaretskii <eliz@gnu.org>
3403
c3aaf1d7
EZ
3404 * internals.texi (Writing Emacs Primitives): The interactive spec
3405 of a primitive can be a Lisp form.
3406
841a1743
EZ
3407 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3408 values of transient-mark-mode. Document handle-shift-selection.
3409
3410 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3411 (Interactive Examples): Show an example of `^'.
3412 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3413 (Defining Commands, Using Interactive): The interactive-form of a
3414 function can be added via its symbol's property.
841a1743 3415
52441368
EZ
3416 * positions.texi (List Motion): beginning-of-defun-function can
3417 now accept an argument.
3418
8e8c1a72
EZ
3419 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3420 now return a list of strings.
3421
a33a1f2a
EZ
3422 * control.texi (Handling Errors): Document ignore-errors.
3423
4fb04348
EZ
3424 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3425 (Parameter Access): Document set-frame-parameter.
3426
ee666f84
EZ
3427 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3428 Hooks" for the effect of kill-all-local-variables on local hook
3429 functions.
3430
9cf52b11
EZ
3431 * modes.texi (Major Mode Conventions, Mode Line Variables):
3432 `mode-name' need not be a string. xref to "Mode Line Data" for
3433 details, and to "Emulating Mode Line" for computing a string
3434 value.
3435
22526bc4
EZ
34362008-10-14 Eli Zaretskii <eliz@gnu.org>
3437
a65f6a85
EZ
3438 * processes.texi (System Processes): New section.
3439 (Processes, Signals to Processes): Add xrefs to it.
3440
3441 * objects.texi (Editing Types): A `process' is a subprocess of
3442 Emacs, not just any process running on the OS.
3443
3444 * elisp.texi (Top): Adjust the @detailmenu for the above two
3445 changes.
3446
2724b26a
EZ
3447 * sequences.texi (Char-Tables): Remove documentation of
3448 set-char-table-default, which has no effect since Emacs 23.
3449 <char-table-range, set-char-table-range>: Don't mention generic
3450 characters and charsets. Add a cons cell as a possible argument.
3451
3452 * nonascii.texi (Splitting Characters)
3453 (Translation of Characters): Don't mention generic characters.
3454
3455 * display.texi (Fontsets): Don't mention generic characters.
3456
22526bc4 3457 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3458 argument FUNCTION with a cons cell as KEY.
22526bc4 3459
eaf4b689
EZ
34602008-10-13 Eli Zaretskii <eliz@gnu.org>
3461
45e46036
EZ
3462 * objects.texi (Primitive Function Type): Move "@cindex special
3463 forms" from here...
3464
3465 * eval.texi (Special Forms): ...to here.
3466
3467 * functions.texi (What Is a Function): `functionp' returns nil for
3468 special forms. Add an xref.
3469
eaf4b689
EZ
3470 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3471 Variables".
3472
3473 * variables.texi (Frame-Local Variables): New section.
3474 (Buffer-Local Variables): Add an xref to it.
3475 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3476 have both frame-local and buffer-local binding.
3477
3478 * frames.texi (Frames): Mention multiple tty frames.
3479 (Frame Parameters, Parameter Access): Mention frame-local variable
3480 bindings.
3481
15688fce
GM
34822008-09-20 Glenn Morris <rgm@gnu.org>
3483
3484 * display.texi (Defining Faces): Recommend against face variables.
3485
35539065
JB
34862008-09-16 Juanma Barranquero <lekktu@gmail.com>
3487
3488 * display.texi (Echo Area Customization): Fix typo.
3489
6a57054b
JB
34902008-09-09 Juanma Barranquero <lekktu@gmail.com>
3491
3492 * loading.texi (Where Defined): Add `defface' item.
3493
d632fb82
MR
34942008-09-06 Martin Rudalics <rudalics@gmx.at>
3495
3496 * loading.texi (Where Defined): Fix description of symbol-file.
3497
905a9adb
JR
34982008-08-26 Jason Rumney <jasonr@gnu.org>
3499
3500 * display.texi (TIFF Images): New section describing :index property.
3501
852e91b7
CY
35022008-08-23 Chong Yidong <cyd@stupidchicken.com>
3503
3504 * display.texi (Temporary Displays): Remove unnecessary comment
3505 about usage of temp-buffer-show-hook.
3506
6be001ee
CY
35072008-08-05 Chong Yidong <cyd@stupidchicken.com>
3508
3509 * symbols.texi (Other Plists): Fix incorrect example.
3510 Suggested by Florian Beck.
3511
58e3d8e8
JB
35122008-07-31 Juanma Barranquero <lekktu@gmail.com>
3513
3514 * os.texi: Fix previous change.
3515
7c2fb837
DN
35162008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3517
3518 * os.texi:
3519 * intro.texi:
3520 * files.texi: Remove VMS support.
3521
9e2a2647
DN
35222008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3523
3524 * os.texi:
3525 * frames.texi:
3526 * display.texi: Remove mentions of Mac Carbon.
3527
c4f4682b
MB
35282008-07-01 Miles Bader <miles@gnu.org>
3529
3530 * text.texi (Special Properties):
3531 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3532
3696411e
JB
35332008-06-28 Johan Bockgård <bojohan@gnu.org>
3534
3535 * display.texi (Other Image Types): Fix copy/paste error; say
3536 "PBM", not "XBM".
3537
f2a77c3a
DN
35382008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3539
3540 * os.texi: Remove references to obsolete systems.
3541
6d52677d
EZ
35422008-06-20 Eli Zaretskii <eliz@gnu.org>
3543
3544 * makefile.w32-in (distclean): Remove makefile.
3545
1a87da4c
GM
35462008-06-17 Glenn Morris <rgm@gnu.org>
3547
3548 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3549 (elisp, dist): Remove rules and variables that are obsolete now
3550 the lisp manual is no longer distributed separately.
3551
fdda1c5d
GM
35522008-06-16 Glenn Morris <rgm@gnu.org>
3553
646692e9
GM
3554 * configure, configure.in, mkinstalldirs: Remove unused files.
3555
3556 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3557 * vol1.texi (EMACSVER):
6a57054b 3558 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3559
3560 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3561 as per maintain.info.
3562
611bee81
GM
35632008-06-15 Glenn Morris <rgm@gnu.org>
3564
a7bed3a0
GM
3565 * makefile.w32-in (manual): Use "23" rather than "21".
3566
3567 * Makefile.in (emacsver): New, set by configure.
3568 (manual): Use emacsver.
3569
d794edf2
GM
3570 * intro.texi: Report bugs using M-x report-emacs-bug.
3571
611bee81
GM
3572 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3573
c73e02fa
GM
35742008-06-13 Daniel Engeler <engeler@gmail.com>
3575
3576 * elisp.texi, internals.texi, processes.texi: Add documentation
3577 about serial port access.
3578
e40a85cd
MB
35792008-06-05 Miles Bader <miles@gnu.org>
3580
3581 * display.texi (Displaying Faces): Update to reflect function
3582 renamings in face-remap.el.
3583
7b753744
JB
35842008-06-05 Juanma Barranquero <lekktu@gmail.com>
3585
3586 * display.texi (Fontsets): Fix typos.
3587
9d3d42fb
MB
35882008-06-03 Miles Bader <miles@gnu.org>
3589
7b753744
JB
3590 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3591 remove-relative-face-remapping, set-base-face-remapping,
3592 and set-default-base-face-remapping.
9d3d42fb 3593
f2cec7a9
MB
35942008-06-01 Miles Bader <miles@gnu.org>
3595
3596 * display.texi (Displaying Faces): Add face-remapping-alist.
3597
8f39c96d
SM
35982008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3601 variable names.
3602
1ef5eecc
ER
36032008-05-03 Eric S. Raymond <esr@golux>
3604
352c8b4a 3605 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3606 (current-global-map) return references, not copies.
3607
63b4387f
JL
36082008-05-02 Juri Linkov <juri@jurta.org>
3609
3610 * minibuf.texi (Text from Minibuffer): Document a list of
3611 default values for `read-from-minibuffer'.
3612
38a8b703
JB
36132008-04-24 Juanma Barranquero <lekktu@gmail.com>
3614
3615 * nonascii.texi (Translation of Characters): Fix previous change.
3616
7c42e639
CY
36172008-04-20 Chong Yidong <cyd@stupidchicken.com>
3618
3619 * display.texi (Overlay Properties): Clarify role of underlying
3620 textprop and overlay keymaps for display strings.
3621
3622 * keymaps.texi (Active Keymaps): Ditto.
3623
25c0d999
SM
36242008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3625
3626 * minibuf.texi (Programmed Completion):
3627 Replace dynamic-completion-table with the new completion-table-dynamic.
3628
e3af5968
CY
36292008-04-07 Chong Yidong <cyd@stupidchicken.com>
3630
3631 * intro.texi (Some Terms): Change "fonts in this manual" index
3632 entry to "typographic conventions".
3633
6bfc8698
EZ
36342008-04-05 Eli Zaretskii <eliz@gnu.org>
3635
3636 * objects.texi (Text Props and Strings): Add indexing for read
3637 syntax of text properties.
3638
4972c361
SM
36392008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3640
3641 * processes.texi (Decoding Output): Remove process-filter-multibyte
3642 functions.
3643
c70a68db
MR
36442008-03-15 Martin Rudalics <rudalics@gmx.at>
3645
3646 * display.texi (Finding Overlays): Say that empty overlays at
3647 the end of the buffer are reported too.
3648
1291fd36
GM
36492008-03-13 Glenn Morris <rgm@gnu.org>
3650
3651 * elisp.texi (EMACSVER): Set to 23.0.60.
3652
c6b0dfd5
CY
36532008-02-26 Chong Yidong <cyd@stupidchicken.com>
3654
38a8b703 3655 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3656
875fc30c
GM
36572008-02-22 Glenn Morris <rgm@gnu.org>
3658
3659 * frames.texi (Position Parameters): Clarify the description of
3660 `left' and `top', using information from "Geometry".
3661 (Geometry): Give a pointer to "Position Parameters", rather than
3662 repeating information.
3663
d8c8e45a
GM
36642008-02-11 Glenn Morris <rgm@gnu.org>
3665
3666 * objects.texi (Equality Predicates): No longer talk about "two"
3667 functions.
3668
38a8b703 36692008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3670
3671 * objects.texi (Equality Predicates): Add defun for
3672 equal-including-properties.
3673
bfffe0b1
GM
36742008-02-10 Glenn Morris <rgm@gnu.org>
3675
3676 * objects.texi (Equality Predicates):
3677 Mention equal-including-properties.
3678
431b78c9
RS
36792008-02-07 Richard Stallman <rms@gnu.org>
3680
3681 * windows.texi (Window Start): Mention the feature of moving
3682 window-start to start of line.
3683
c8763fb6 36842008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3685
3686 * keymaps.texi (Tool Bar): Document rtl property.
3687
1a256502
TTN
36882008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3689
3690 * display.texi (Button Types):
3691 For define-button-type, clarify type of NAME.
3692
569382c2
MR
36932008-01-19 Martin Rudalics <rudalics@gmx.at>
3694
3695 * buffers.texi (Buffer Modification): Fix typo.
3696
f3041af1
DN
36972008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3698
3699 * os.texi (System Environment): Remove references to OSes that are
3700 not supported anymore.
3701
d35e1cd7
DN
37022008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3703
3704 * os.texi (System Environment): Remove mention for Masscomp.
3705
23af7580
RS
37062008-01-04 Richard Stallman <rms@gnu.org>
3707
3708 * display.texi (Faces): Don't talk about internal face vector as arg
3709 to facep.
3710
3711 * customize.texi (Type Keywords): Fix previous change.
3712
3713 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3714 * elisp.texi (Top): Fix menu for commands.texi change.
3715
ec7d5b1e
RS
37162007-12-30 Richard Stallman <rms@gnu.org>
3717
5dcb4c4e 3718 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3719 (Accessing Scroll): New node broken out of Accessing Mouse.
3720
101a6cea
RS
37212007-12-28 Richard Stallman <rms@gnu.org>
3722
3723 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3724 (Basic Parameters): For `title', refer to title bar.
041817a4 3725 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3726
72b7e664
RS
37272007-12-23 Richard Stallman <rms@gnu.org>
3728
3729 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3730 Improve some of the commented-out keywords' text too.
3731
27a4f445
MR
37322007-12-14 Martin Rudalics <rudalics@gmx.at>
3733
e2e3f1d7
MR
3734 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3735 "visit the current buffer".
3736
27a4f445
MR
3737 * os.texi (System Interface): Fix typo.
3738
a2afc99d
RS
37392007-12-04 Richard Stallman <rms@gnu.org>
3740
3741 * objects.texi (Symbol Type): Fix typo.
3742
b694135c
RS
37432007-12-03 Richard Stallman <rms@gnu.org>
3744
3745 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3746
f99a19da
GM
37472007-12-01 Glenn Morris <rgm@gnu.org>
3748
3749 * functions.texi (Declaring Functions): Improve previous change.
3750
8f4b37d8
GM
37512007-11-30 Glenn Morris <rgm@gnu.org>
3752
3753 * functions.texi (Declaring Functions): Add optional fourth
3754 argument of declare-function, and setting third argument to `t'.
3755
61a2fe01
RS
37562007-11-29 Richard Stallman <rms@gnu.org>
3757
3758 * customize.texi (Composite Types): Document `group' type.
3759
cbfc5193
GM
37602007-11-29 Glenn Morris <rgm@gnu.org>
3761
5dcb4c4e
SM
3762 * functions.texi (Declaring Functions): Add findex.
3763 Mention `external' files.
cbfc5193 3764
8386283a
JB
37652007-11-26 Juanma Barranquero <lekktu@gmail.com>
3766
3767 * functions.texi (Declaring Functions): Fix directive.
3768
a07c9a8b
RS
37692007-11-25 Richard Stallman <rms@gnu.org>
3770
3771 * help.texi (Help Functions): Clean up last change.
3772
3773 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3774
3775 * loading.texi (Named Features): Minor cleanup.
3776
3777 * macros.texi (Eval During Expansion): Minor cleanup.
3778
3779 * variables.texi (Variable Aliases): Minor cleanup.
3780
a0925923
RS
37812007-11-24 Richard Stallman <rms@gnu.org>
3782
3783 * functions.texi (Declaring Functions): Clarify previous change.
3784
3785 * compile.texi (Compiler Errors): Clarify previous change.
3786
20c63e44
RS
37872007-11-24 Richard Stallman <rms@gnu.org>
3788
e5e76c04 3789 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3790 Clarify the text and move items around.
3791
5bb0cda3
GM
37922007-11-24 Glenn Morris <rgm@gnu.org>
3793
3794 * functions.texi (Declaring Functions): New section.
3795 * compile.texi (Compiler Errors): Mention declaring functions,
3796 defvar with no initvalue, and byte-compile-warnings.
3797
af13c86a
MR
37982007-11-15 Martin Rudalics <rudalics@gmx.at>
3799
3800 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3801 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3802
a5373305
MR
38032007-11-13 Martin Rudalics <rudalics@gmx.at>
3804
3805 * help.texi (Help Functions): Document new macro `with-help-window'.
3806
fe284805
JL
38072007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3808
3809 * searching.texi (Replacing Match): Describe new
3810 `match-substitute-replacement'.
3811
2c3a09b1
RS
38122007-10-31 Richard Stallman <rms@gnu.org>
3813
3814 * strings.texi (Creating Strings): Null strings from concat not unique.
3815
f2b480f4
RS
38162007-10-26 Richard Stallman <rms@gnu.org>
3817
3818 * objects.texi (Equality Predicates): Null strings are uniquified.
3819
3820 * minibuf.texi: Minor clarifications in previous change.
3821
db21122c
GM
38222007-10-25 Glenn Morris <rgm@gnu.org>
3823
3824 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3825
2328cbb3
RS
38262007-10-24 Richard Stallman <rms@gnu.org>
3827
3828 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3829
3830 * variables.texi (Frame-Local Variables): Node deleted.
3831 (Variables): Delete Frame-Local Variables from menu.
3832 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3833 (Default Value): Don't mention frame-local vars.
3834
3835 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3836
3837 * loading.texi (Unloading): Document FEATURE-unload-function
3838 instead of FEATURE-unload-hook.
3839
2328cbb3
RS
3840 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3841
c066bafa
JL
38422007-10-22 Juri Linkov <juri@jurta.org>
3843
3844 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3845 (High-Level Completion): Document a list of default value strings
3846 in the DEFAULT argument, for which minibuffer functions return the
3847 first element.
3848
65ced25f
JL
38492007-10-17 Juri Linkov <juri@jurta.org>
3850
3851 * text.texi (Filling): Update arguments of fill-paragraph.
3852 fill-paragraph operates on the active region in Transient Mark mode.
3853 Remove fill-paragraph-or-region.
3854
ee46ec8e
KB
38552007-10-13 Karl Berry <karl@gnu.org>
3856
3857 * elisp.texi (@dircategory): Move to after @copying,
3858 since we want @copying as close as possible to the beginning of
3859 the output.
3860
61bbdbc6
RS
38612007-10-12 Richard Stallman <rms@gnu.org>
3862
3863 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3864
3865 * commands.texi (Distinguish Interactive): New node,
3866 broken out from Interactive Call and rewritten.
3867 (Command Loop): Put Distinguish Interactive in menu.
3868
af23e1e8
RS
38692007-10-09 Richard Stallman <rms@gnu.org>
3870
3871 * text.texi (Examining Properties): Mention overlay priority.
3872
3873 * display.texi (Display Margins): Correct the description
3874 of margin display specifications.
3875 (Replacing Specs): New subnode broken out of Display Property.
3876
e1965a69
JL
38772007-10-06 Juri Linkov <juri@jurta.org>
3878
3879 * text.texi (Filling): Document fill-paragraph-or-region.
3880
4638454b
JB
38812007-10-05 Juanma Barranquero <lekktu@gmail.com>
3882
3883 * display.texi (Auto Faces): Fix typo.
3884
7ed54cc5
RS
38852007-10-02 Richard Stallman <rms@gnu.org>
3886
3887 * display.texi (Display Property): Explain some display specs
3888 don't let you move point in.
3889
5dcb4c4e
SM
3890 * frames.texi (Cursor Parameters):
3891 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
3892
3893 * windows.texi (Basic Windows): Don't describe
3894 cursor-in-non-selected-windows here.
3895
305a7ef2
EZ
38962007-10-01 Eli Zaretskii <eliz@gnu.org>
3897
3898 * processes.texi (Misc Network): Note that these functions are
3899 supported only on some systems.
3900
f7a7f4eb
RS
39012007-10-01 Richard Stallman <rms@gnu.org>
3902
3903 * display.texi (Overlay Properties): Explain nil as priority.
3904 Explain that conflicts are unpredictable if not resolved by
3905 priorities.
3906
780d7bb9
RS
39072007-09-23 Richard Stallman <rms@gnu.org>
3908
3909 * macros.texi (Backquote): Minor clarification.
3910
14b4fdfb
RS
39112007-09-19 Richard Stallman <rms@gnu.org>
3912
3913 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3914 Clarify when they work in parallel and when one overrides.
3915 Fix error in example.
14b4fdfb 3916
b8d4c8d0
GM
39172007-09-06 Glenn Morris <rgm@gnu.org>
3918
b3e755a9 3919 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3920 commands to use ../../info.
3921 * Makefile.in (infodir): Go up one more level.
4638454b 3922 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3923 (miscmanualdir): New.
3924 (dist): Use new variable miscmanualdir.
3925 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3926 (usermanualdir): Change from ../man to ../emacs.
3927
1bb1f7d3
MR
39282007-08-30 Martin Rudalics <rudalics@gmx.at>
3929
3930 * commands.texi (Command Loop Info): Advise against changing
3931 most variables described here. Explain new variable
3932 last-repeatable-command.
3933
b8d4c8d0
GM
39342007-08-29 Glenn Morris <rgm@gnu.org>
3935
3936 * elisp.texi (EMACSVER): Increase to 23.0.50.
3937
39382007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3939
3940 * frames.texi (Basic Parameters): Add display-environment-variable
3941 and term-environment-variable.
3942
39432007-08-28 Juri Linkov <juri@jurta.org>
3944
3945 * display.texi (Image Formats, Other Image Types): Add SVG.
3946
39472007-08-28 Juri Linkov <juri@jurta.org>
3948
3949 * display.texi (Images): Move formats-related text to new node
3950 "Image Formats".
3951 (Image Formats): New node.
3952
619fb9ee
RS
39532007-08-27 Richard Stallman <rms@gnu.org>
3954
3955 * windows.texi (Window Configurations): Clarify what
3956 a window configuration saves.
3957
b8d4c8d0
GM
39582007-08-25 Richard Stallman <rms@gnu.org>
3959
3960 * display.texi (Images): Delete redundant @findex.
3961
39f9da30
GM
39622007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3963
3964 * text.texi (Change Hooks): (after|before)-change-functions are no
3965 longer bound to nil while running; rather inhibit-modification-hooks
3966 is t.
3967
b8d4c8d0
GM
39682007-08-16 Richard Stallman <rms@gnu.org>
3969
5dcb4c4e
SM
3970 * processes.texi (Asynchronous Processes):
3971 Clarify doc of start-file-process.
b8d4c8d0
GM
3972
39732007-08-08 Martin Rudalics <rudalics@gmx.at>
3974
3975 * modes.texi (Example Major Modes): Fix typo.
3976
39772007-08-08 Glenn Morris <rgm@gnu.org>
3978
3979 * intro.texi (nil and t): Do not use `iff' in documentation.
3980
3981 * tips.texi (Documentation Tips): Recommend against `iff'.
3982
39832007-08-07 Chong Yidong <cyd@stupidchicken.com>
3984
3985 * display.texi (Image Cache): Document image-refresh.
3986
39872007-08-06 Martin Rudalics <rudalics@gmx.at>
3988
3989 * windows.texi (Size of Window): Document window-full-width-p.
3990
39912007-07-25 Glenn Morris <rgm@gnu.org>
3992
3993 * gpl.texi (GPL): Replace license with GPLv3.
3994
3995 * Relicense all FSF files to GPLv3 or later.
3996
39972007-07-24 Michael Albinus <michael.albinus@gmx.de>
3998
4638454b
JB
3999 * processes.texi (Synchronous Processes):
4000 Add `process-file-shell-command'.
b8d4c8d0
GM
4001 (Asynchronous Processes): Mention restricted use of
4002 `process-filter' and `process-sentinel' in
4003 `start-file-process'. Add `start-file-process-shell-command'.
4004
40052007-07-17 Michael Albinus <michael.albinus@gmx.de>
4006
4007 * files.texi (Magic File Names): Introduce optional parameter
4008 IDENTIFICATION for `file-remote-p'.
4009
40102007-07-16 Richard Stallman <rms@gnu.org>
4011
4012 * display.texi (Defining Faces): Fix previous change.
4013
40142007-07-14 Richard Stallman <rms@gnu.org>
4015
4016 * control.texi (Handling Errors): Document `debug' in handler list.
4017
40182007-07-10 Richard Stallman <rms@gnu.org>
4019
4020 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4021
40222007-07-09 Richard Stallman <rms@gnu.org>
4023
4024 * files.texi (Magic File Names): Rewrite previous change.
4025
40262007-07-08 Michael Albinus <michael.albinus@gmx.de>
4027
4028 * files.texi (Magic File Names): Introduce optional parameter
4029 CONNECTED for `file-remote-p'.
4030
40312007-07-07 Michael Albinus <michael.albinus@gmx.de>
4032
4033 * processes.texi (Asynchronous Processes):
4034 * files.texi (Magic File Names): Add `start-file-process'.
4035
40362007-06-27 Richard Stallman <rms@gnu.org>
4037
5dcb4c4e
SM
4038 * files.texi (Format Conversion Piecemeal):
4039 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4040
40412007-06-27 Michael Albinus <michael.albinus@gmx.de>
4042
4638454b
JB
4043 * files.texi (Magic File Names): Remove `dired-call-process'.
4044 Add `process-file'.
b8d4c8d0
GM
4045
40462007-06-27 Kenichi Handa <handa@m17n.org>
4047
4048 * text.texi (Special Properties): Fix description about
4638454b 4049 `composition' property.
b8d4c8d0
GM
4050
40512007-06-26 Kenichi Handa <handa@m17n.org>
4052
4053 * nonascii.texi (Default Coding Systems): Document about the
4054 return value `undecided'.
4055
40562007-06-25 David Kastrup <dak@gnu.org>
4057
4058 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4059 `current-active-maps'.
4060
40612007-06-24 Karl Berry <karl@gnu.org>
4062
4638454b 4063 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4064
40652007-06-15 Juanma Barranquero <lekktu@gmail.com>
4066
4067 * display.texi (Overlay Arrow): Doc fix.
4068
40692007-06-14 Karl Berry <karl@tug.org>
4070
4071 * anti.texi (Antinews): Typo.
4072
40732007-06-14 Chong Yidong <cyd@stupidchicken.com>
4074
4075 * display.texi (Image Cache): Document image-refresh.
4076
40772007-06-12 Karl Berry <karl@gnu.org>
4078
4079 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4080 * two-volume.make: New file.
4081 * .cvsignore: Ignore two-volume files.
4082
40832007-06-12 Tom Tromey <tromey@redhat.com>
4084
4085 * os.texi (Init File): Document user-emacs-directory.
4086
40872007-06-03 Nick Roberts <nickrob@snap.net.nz>
4088
4089 * commands.texi (Click Events): Describe width and height when
4090 object is nil.
4091
40922007-05-30 Nick Roberts <nickrob@snap.net.nz>
4093
5dcb4c4e
SM
4094 * commands.texi (Click Events): Layout more logically.
4095 Describe width and height.
b8d4c8d0
GM
4096 (Drag Events, Motion Events): Update to new format for position.
4097
40982007-06-02 Richard Stallman <rms@gnu.org>
4099
4100 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4101
41022007-06-02 Chong Yidong <cyd@stupidchicken.com>
4103
4104 * Version 22.1 released.
4105
41062007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 * text.texi (Special Properties): Correct meaning of fontified face.
4109
41102007-05-30 Richard Stallman <rms@gnu.org>
4111
4112 * text.texi (Special Properties): Add link to Adjusting Point.
4113
41142007-05-12 Richard Stallman <rms@gnu.org>
4115
4116 * text.texi (Margins): indent-to-left-margin is not the default.
4117 (Mode-Specific Indent): For indent-line-function, the default
4118 is indent-relative.
4119
4120 * modes.texi (Example Major Modes): Explain last line of text-mode
4121 is redundant.
4122
41232007-05-10 Richard Stallman <rms@gnu.org>
4124
4125 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4126
4127 * help.texi (Keys in Documentation): Add reference to
4128 Documentation Tips.
4129
4130 * files.texi (Format Conversion): TO-FN gets three arguments.
4131
4132 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4133
41342007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4135
4136 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4137 * files.texi (Format Conversion): Expand intro; add menu.
4138 (Format Conversion Overview, Format Conversion Round-Trip)
4139 (Format Conversion Piecemeal): New nodes/subsections.
4140 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4141 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4142 (Saving Properties): Delete node/subsection.
4143
41442007-05-07 Karl Berry <karl@gnu.org>
4145
4146 * elisp.texi (EMACSVER): Back to 22.
4147
41482007-05-06 Richard Stallman <rms@gnu.org>
4149
4150 * processes.texi (Accepting Output): Revert most of previous change.
4151
41522007-05-05 Richard Stallman <rms@gnu.org>
4153
4154 * processes.texi (Accepting Output): accept-process-output
4155 uses microseconds, not milliseconds. But that arg is obsolete.
4156
41572007-05-04 Karl Berry <karl@tug.org>
4158
4159 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4160
41612007-05-04 Eli Zaretskii <eliz@gnu.org>
4162
4163 * tips.texi (Documentation Tips): Rearrange items to place the
4164 more important ones first. Add an index entry for hyperlinks.
4165
41662007-05-03 Karl Berry <karl@gnu.org>
4167
4168 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4169 (EMACSVER) [smallbook]: 22 for printed version.
4170
4171 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4172 so restore anchor to normal position after defun. Found by Kevin Ryde.
4173
41742007-04-26 Glenn Morris <rgm@gnu.org>
4175
4176 * elisp.texi (EMACSVER): Increase to 22.1.50.
4177
41782007-04-28 Karl Berry <karl@gnu.org>
4179
4180 * elisp.texi: Improve line breaks on copyright page,
4181 similar layout to emacs manual, 8.5x11 by default.
4182
41832007-04-24 Richard Stallman <rms@gnu.org>
4184
4185 * text.texi (Special Properties): Add xref to Overlay Properties.
4186
4187 * display.texi (Overlay Properties): Add xref to Special Properties.
4188
41892007-04-22 Richard Stallman <rms@gnu.org>
4190
4191 * keymaps.texi (Extended Menu Items): Move the info about
4192 format with cached keyboard binding.
4193
41942007-04-21 Richard Stallman <rms@gnu.org>
4195
4196 * text.texi (Special Properties): Clarify previous change.
4197
4198 * files.texi (File Name Expansion): Clarify previous change.
4199
4200 * display.texi (Attribute Functions): Fix example for
4201 face-attribute-relative-p.
4202
42032007-04-19 Kenichi Handa <handa@m17n.org>
4204
4205 * text.texi (Special Properties): Document composition property.
4206
42072007-04-19 Glenn Morris <rgm@gnu.org>
4208
4209 * files.texi (File Name Expansion): Mention "superroot".
4210
42112007-04-15 Chong Yidong <cyd@stupidchicken.com>
4212
4213 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4214 setups.
4215 (Display Feature Testing): Note that display refers to all
4216 physical monitors for multi-monitor setups.
4217
42182007-04-14 Richard Stallman <rms@gnu.org>
4219
4220 * lists.texi (Sets And Lists): Clarify `delete' examples.
4221 Remove spurious xref to same node.
4222 Clarify xref for add-to-list.
4223
42242007-04-12 Nick Roberts <nickrob@snap.net.nz>
4225
4226 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4227 value of lisp-mode-map.
4228
42292007-04-11 Karl Berry <karl@gnu.org>
4230
4231 * anti.texi (Antinews):
4232 * display.texi (Overlay Properties, Defining Images):
4233 * processes.texi (Synchronous Processes, Sentinels):
4234 * syntax.texi (Syntax Table Internals):
4235 * searching.texi (Regexp Special):
4236 * nonascii.texi (Default Coding Systems):
4237 * text.texi (Special Properties):
4238 * minibuf.texi (Basic Completion): Wording to improve breaks in
4239 8.5x11 format.
4240 * elisp.texi (smallbook): New @set to more easily switch between
4241 smallbook and 8.5x11.
4242
42432007-04-11 Richard Stallman <rms@gnu.org>
4244
4245 * text.texi (Lazy Properties): Minor fix.
4246
42472007-04-08 Karl Berry <karl@gnu.org>
4248
4249 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4250 * macros.texi (Backquote): Downcase Backquote in index entries for
4251 consistency.
4252
42532007-04-08 Richard Stallman <rms@gnu.org>
4254
4255 * text.texi (Adaptive Fill): Just describe default,
4256 don't show it (since it contains non-ASCII chars).
4257
42582007-04-07 Karl Berry <karl@gnu.org>
4259
4260 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4261 adaptive-fill-regexp's value, since they are not in the standard
4262 TeX fonts.
4263
42642007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4265
4266 * display.texi (Defining Faces): Fix example.
4267
42682007-04-07 Karl Berry <karl@gnu.org>
4269
4270 * display.texi (Button Buffer Commands): Improve page break.
4271
42722007-04-07 Richard Stallman <rms@gnu.org>
4273
4274 * advice.texi (Activation of Advice): Remove redundant index entry.
4275
4276 * backups.texi: Improve index entries. Remove redundant ones.
4277
4278 * compile.texi (Byte Compilation): Improve index entry.
4279
4280 * hash.texi (Creating Hash): Improve index entry.
4281
4282 * symbols.texi (Definitions): Improve index entry.
4283
4284 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4285
4286 * maps.texi (Standard Keymaps): Remove useless index entry.
4287
4288 * help.texi (Documentation Basics): Remove redundant index entries.
4289
4290 * customize.texi: Improve index entries.
4291 Remove redundant/useless ones.
4292
4293 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4294
4295 * streams.texi (Output Variables): Improve index entry.
4296
4297 * abbrevs.texi (Abbrevs): Remove useless index entry.
4298
4299 * macros.texi (Expansion): Remove useless index entry.
4300
4301 * text.texi: Improve index entries. Remove redundant/useless ones.
4302 (Text Properties, Examining Properties)
4303 (Special Properties): Use "property category" instead of "category"
4304 to refer to the `category' property.
4305
4306 * positions.texi: Improve index entries. Remove useless one.
4307
4308 * lists.texi: Improve index entries. Remove redundant/useless ones.
4309
4310 * os.texi: Improve index entries.
4311 (Timers): Fix previous change.
4312
4313 * buffers.texi: Improve index entries.
4314 (Modification Time): Get rid of term "obsolete buffer".
4315
4316 * debugging.texi: Improve index entries.
4317 (Test Coverage): Add xref to other test coverage ftr.
4318
4319 * eval.texi: Improve index entry. Remove redundant ones.
4320
4321 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4322
4323 * files.texi: Improve index entries. Remove redundant/useless ones.
4324
4325 * objects.texi: Improve index entries.
4326
4327 * processes.texi: Improve index entries.
4328
4329 * modes.texi: Improve index entry. Remove redundant one.
4330
4331 * nonascii.texi: Improve index entries.
4332
4333 * internals.texi: Improve index entries.
4334
4335 * syntax.texi: Improve index entries.
4336
4337 * keymaps.texi (Active Keymaps): Improve index entries.
4338
4339 * commands.texi: Improve index entries. Remove redundant/useless ones.
4340
4341 * frames.texi: Improve index entries. Remove redundant/useless ones.
4342
4343 * markers.texi: Improve index entries. Remove redundant ones.
4344
4345 * tips.texi: Improve index entries.
4346
4347 * loading.texi (Unloading): Improve index entry.
4348
4349 * variables.texi: Improve index entries. Remove redundant one.
4350
4351 * sequences.texi: Improve index entry.
4352
4353 * display.texi: Improve index entries. Remove redundant ones.
4354
4355 * windows.texi: Improve index entries.
4356
4357 * searching.texi: Improve index entries. Remove redundant one.
4358
4359 * strings.texi (Case Tables): Improve last change.
4360
43612007-04-04 Chong Yidong <cyd@stupidchicken.com>
4362
4363 * strings.texi (Case Tables): Document with-case-table and
4364 ascii-case-table.
4365
43662007-04-03 Karl Berry <karl@gnu.org>
4367
4368 * processes.texi (Network): Reword to improve page break.
4369
43702007-04-03 Eli Zaretskii <eliz@gnu.org>
4371
4372 * functions.texi (Inline Functions): Describe more disadvantages
4373 of defsubst, and make advice against it stronger.
4374
43752007-04-02 Karl Berry <karl@gnu.org>
4376
4377 * backups.texi (Backup Names): Avoid widow words.
4378 * modes.texi (Example Major Modes): Align last comment.
4379
43802007-04-01 Chong Yidong <cyd@stupidchicken.com>
4381
4382 * keymaps.texi (Remapping Commands): Document new arg to
4383 command-remapping.
4384
43852007-04-01 Karl Berry <karl@gnu.org>
4386
4387 * processes.texi (Low-Level Network): Typo.
4388 * loading.texi (Hooks for Loading): Avoid double "the".
4389 * keymaps.texi (Key Sequences): No double "and".
4390 (Changing Key Bindings): Shorten to improve line break.
4391
43922007-03-31 Glenn Morris <rgm@gnu.org>
4393
4394 * os.texi (Timers): Fix description of run-at-time TIME formats.
4395
43962007-03-31 Richard Stallman <rms@gnu.org>
4397
4398 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4399 regarding ellipsis.
4400
44012007-03-31 Eli Zaretskii <eliz@gnu.org>
4402
4403 * intro.texi (nil and t):
4404 * symbols.texi (Plists and Alists):
4405 * variables.texi (Variable Aliases, Constant Variables):
4406 * functions.texi (Defining Functions):
4407 * advice.texi (Advising Primitives):
4408 * debugging.texi (Syntax Errors, Compilation Errors):
4409 * minibuf.texi (Minibuffer Windows):
4410 * commands.texi (Adjusting Point):
4411 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4412 (Auto Major Mode, Major Mode Conventions):
4413 * help.texi (Describing Characters):
4414 * files.texi (Create/Delete Dirs, Information about Files)
4415 (File Locks, Writing to Files, Reading from Files)
4416 (Saving Buffers):
4417 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4418 * frames.texi (Finding All Frames):
4419 * positions.texi (Buffer End, Motion):
4420 * markers.texi (The Region):
4421 * text.texi (Deletion, Near Point):
4422 * display.texi (Displaying Messages, Truncation):
4423 * os.texi (Processor Run Time):
4424 * tips.texi (Key Binding Conventions, Programming Tips)
4425 (Warning Tips, Documentation Tips, Comment Tips):
4426 * internals.texi (Memory Usage): Improve indexing.
4427
4428 * variables.texi (Frame-Local Variables):
4429 * functions.texi (Argument List):
4430 * loading.texi (Library Search):
4431 * streams.texi (Output Variables):
4432 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4433 * searching.texi (Replacing Match, Search and Replace):
4434 * processes.texi (Byte Packing, Decoding Output)
4435 (Accepting Output, Network Servers, Shell Arguments):
4436 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4437 * windows.texi (Window Point, Window Start):
4438 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4439 * commands.texi (Reading Input, Keyboard Events):
4440 * minibuf.texi (Reading File Names, Minibuffer Completion)
4441 (Recursive Mini):
4442 * positions.texi (List Motion):
4443 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4444 * numbers.texi (Arithmetic Operations, Math Functions)
4445 (Predicates on Numbers, Comparison of Numbers):
4446 (Numeric Conversions):
4447 * locals.texi (Standard Buffer-Local Variables):
4448 * maps.texi (Standard Keymaps):
4449 * os.texi (User Identification, System Environment, Recording Input)
4450 (X11 Keysyms):
4451 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4452 * backups.texi (Backups and Auto-Saving):
4453 * customize.texi (Customization, Group Definitions)
4454 (Variable Definitions):
4455 * compile.texi (Byte Compilation): Improve index entries.
4456
44572007-03-31 Karl Berry <karl@gnu.org>
4458
4459 * macros.texi (Defining Macros): Avoid widow syllable.
4460
44612007-03-31 Eli Zaretskii <eliz@gnu.org>
4462
4463 * elisp.texi (Top): Postscript -> PostScript.
4464
4465 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4466
44672007-03-31 Markus Triska <markus.triska@gmx.at>
4468
4469 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4470
44712007-03-30 Karl Berry <karl@gnu.org>
4472
4473 * lists.texi (List-related Predicates): Remove spurious @need.
4474 (Setcdr): Use @smallexample to improve page break.
4475 (Association Lists) <assoc>: Reword to improve page break.
4476
4477 * strings.texi (String Conversion): Insert blank line to improve
4478 page break.
4479
4480 * numbers.texi (Random Numbers): Use @minus{}.
4481 (Math Functions): Use @minus{}.
4482
4483 * intro.texi (Acknowledgements): Avoid line breaks before middle
4484 initials.
4485
44862007-03-24 Eli Zaretskii <eliz@gnu.org>
4487
4488 * errors.texi (Standard Errors): Add an index entry.
4489
44902007-03-19 Richard Stallman <rms@gnu.org>
4491
4492 * os.texi (Recording Input): recent-keys now gives 300 keys.
4493
44942007-03-12 Glenn Morris <rgm@gnu.org>
4495
4496 * os.texi: Replace "daylight savings" with "daylight saving"
4497 throughout.
4498
44992007-03-05 Richard Stallman <rms@gnu.org>
4500
5dcb4c4e
SM
4501 * variables.texi (File Local Variables):
4502 Update enable-local-variables values.
b8d4c8d0
GM
4503
45042007-03-04 Richard Stallman <rms@gnu.org>
4505
4506 * syntax.texi (Control Parsing): Minor clarification.
4507
4508 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4509
4510 * sequences.texi (Sequence Functions): Move string-bytes away,
4511 add xref.
4512
4513 * nonascii.texi (Text Representations): Move string-bytes here.
4514
4515 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4516
4517 * minibuf.texi (Basic Completion): Minor clarification.
4518
4519 * markers.texi (The Mark): Clarify existence vs activation of mark.
4520 Other cleanup.
4521
4522 * display.texi (Finding Overlays): Write better example.
4523
4524 * compile.texi (Eval During Compile): Clarify putting macros
4525 in eval-when-compile.
4526
c5602427 45272007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4528
4529 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4530 load-read-function definition doc.
b8d4c8d0
GM
4531
45322007-02-21 Kim F. Storm <storm@cua.dk>
4533
4534 * strings.texi (Text Comparison): Mention that assoc-string
4535 converts symbols to strings before testing.
4536
45372007-02-17 Kim F. Storm <storm@cua.dk>
4538
4539 * processes.texi (Bindat Spec): Vector types can have optional
4540 element type.
4541 (Bindat Examples): Fix example. Add vector with element type.
4542
45432007-02-16 Andreas Schwab <schwab@suse.de>
4544
4545 * strings.texi (Formatting Strings): Document '+' flag.
4546
45472007-02-15 Juanma Barranquero <lekktu@gmail.com>
4548
4549 * strings.texi (Modifying Strings): Clarify that `clear-string'
4550 always converts the string to unibyte.
4551
45522007-02-14 Kim F. Storm <storm@cua.dk>
4553
4554 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4555 Rewrite glyph code description to refer to these functions.
4556 Remove details of encoding face number and char into integer code.
4557
45582007-02-03 Alan Mackenzie <acm@muc.de>
4559
4560 * loading.texi (Hooks for Loading): Make the description of
4561 `eval-after-load' more detailed, and amend the description of
4562 after-load-alist, in accordance with changes from 2006-05.
4563
45642007-02-03 Chong Yidong <cyd@stupidchicken.com>
4565
4566 * modes.texi (Defining Minor Modes): Document that a :require
4567 keyword or similar may be required to make saved customization
4568 variables work.
4569
45702007-02-03 Eli Zaretskii <eliz@gnu.org>
4571
4572 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4573 Texinfo guidelines and with what texnfo-upd.el expects.
4574 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4575 parts needed by `texinfo-multiple-files-update'.
4576
45772007-02-02 Eli Zaretskii <eliz@gnu.org>
4578
4579 * elisp.texi (Top): Update the top-level menus.
4580
4581 * syntax.texi (Categories): Add index entries.
4582
45832007-02-01 Juanma Barranquero <lekktu@gmail.com>
4584
4585 * display.texi (Attribute Functions): Fix name and description of
4586 the UNDERLINE arg of `set-face-underline-p'.
4587
45882007-01-29 Eli Zaretskii <eliz@gnu.org>
4589
4590 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4591 Variables", and "Standard Keymaps" to the detailed menu.
4592
4593 * variables.texi (Future Local Variables): Add index entry.
4594
45952007-01-28 Richard Stallman <rms@gnu.org>
4596
4597 * tips.texi (Coding Conventions): Clarify the tip about macros
4598 that define a function or a variable.
4599
4600 * files.texi (File Attributes): UID and GID can be floats.
4601 (Magic File Names): Explain why deferring all operations to
4602 the standard handler does not work.
4603
46042007-01-23 Martin Rudalics <rudalics@gmx.at>
4605
4606 * backups.texi (Reverting): Use "buffer" instead of "file"
4607 when talking about major and minor modes.
4608
46092007-01-21 Richard Stallman <rms@gnu.org>
4610
4611 * help.texi (Documentation): Add xref to Documentation Tips.
4612
46132007-01-14 Juanma Barranquero <lekktu@gmail.com>
4614
4615 * tips.texi (Coding Conventions): Fix typos.
4616
46172007-01-05 Richard Stallman <rms@gnu.org>
4618
4619 * modes.texi (Defining Minor Modes): Fix previous change.
4620
46212007-01-03 Richard Stallman <rms@gnu.org>
4622
4623 * customize.texi (Variable Definitions, Customization Types):
4624 Don't use * in doc string for defcustom.
4625
46262007-01-02 Richard Stallman <rms@gnu.org>
4627
4628 * variables.texi (Variable Aliases): Clarify that aliases vars
4629 always have the same value.
4630
4631 * processes.texi (Bindat Spec): Fix Texinfo usage.
4632
4633 * modes.texi (Defining Minor Modes): Explain effect of command
4634 defined with define-global-minor-mode on new buffers.
4635
46362006-12-30 Kim F. Storm <storm@cua.dk>
4637
4638 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4639 `auto-resize-tool-bars'.
4640
46412006-12-30 Richard Stallman <rms@gnu.org>
4642
4643 * keymaps.texi (Active Keymaps): Fix previous change.
4644
46452006-12-30 Nick Roberts <nickrob@snap.net.nz>
4646
4647 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4648
46492006-12-30 Kim F. Storm <storm@cua.dk>
4650
4651 * processes.texi (Bindat Spec): Clarify using field names in
4652 length specifications.
4653
46542006-12-29 Kim F. Storm <storm@cua.dk>
4655
4656 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4657 Add count and index variables for eval forms in repeat blocks.
4658
46592006-12-24 Richard Stallman <rms@gnu.org>
4660
5dcb4c4e
SM
4661 * customize.texi (Variable Definitions):
4662 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4663
46642006-12-19 Kim F. Storm <storm@cua.dk>
4665
4666 * commands.texi (Misc Events): User signals now result in sigusr1
4667 and sigusr2 events which are handled through special-event-map.
4668 (Special Events): User signals and drag-n-drop are special.
4669
46702006-12-17 Richard Stallman <rms@gnu.org>
4671
4672 * loading.texi (Named Features): Explain subfeatures better.
4673
4674 * customize.texi: Use "option" only for user options.
4675 For the keyword values inside defcustom etc, say "keywords".
4676 For :options value's elements, say "elements".
4677 :group should not be omitted.
4678
4679 * syntax.texi (Parsing Expressions): Split up node.
4680 (Motion via Parsing, Position Parse, Parser State)
4681 (Low-Level Parsing, Control Parsing): New subnodes.
4682 (Parser State): Document syntax-ppss-toplevel-pos.
4683
4684 * positions.texi (List Motion): Punctuation fix.
4685
4686 * files.texi (File Name Completion): Document PREDICATE arg
4687 to file-name-completion.
4688
46892006-12-16 Eli Zaretskii <eliz@gnu.org>
4690
4691 * internals.texi (Building Emacs, Writing Emacs Primitives):
4692 Add index entries.
4693
46942006-12-11 Richard Stallman <rms@gnu.org>
4695
4696 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4697 affects face menu. Explain how to make it non-nil without enabling
4698 any fontification.
4699
47002006-12-10 Chong Yidong <cyd@stupidchicken.com>
4701
4702 * modes.texi (Font Lock Basics): Document nil value of
4703 font-lock-defaults.
4704
47052006-12-10 Glenn Morris <rgm@gnu.org>
4706
4707 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4708 value for system-flag argument. Abbrev tables may not be empty
4709 when major modes are loaded.
4710
47112006-12-08 Juanma Barranquero <lekktu@gmail.com>
4712
4713 * makefile.w32-in (maintainer-clean): Partially revert last
4714 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4715 to protect elisp-covers.texi.
4716
47172006-12-07 Juanma Barranquero <lekktu@gmail.com>
4718
4719 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4720 Don't remove elisp* info files; they are already deleted by the
4721 `clean' and `distclean' targets, and they are in the $(infodir)
4722 directory, not the current one.
4723
47242006-12-04 Kim F. Storm <storm@cua.dk>
4725
4726 * commands.texi (Misc Events): Update signal events.
4727 (Event Examples): Add signal example.
4728
47292006-11-29 Richard Stallman <rms@gnu.org>
4730
4731 * frames.texi (Visibility of Frames): Explain visible windows
4732 can be covered by others. Add xref for raise-frame.
4733
47342006-11-28 Richard Stallman <rms@gnu.org>
4735
4736 * searching.texi (Regexp Special): Update when ^ is special.
4737
47382006-11-27 Eli Zaretskii <eliz@gnu.org>
4739
4740 * customize.texi (Customization, Common Keywords)
4741 (Group Definitions, Variable Definitions, Composite Types)
4742 (Type Keywords, Customization Types): Add index entries for
4743 various customization keywords.
4744
47452006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4746
4747 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4748
c8763fb6 47492006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4750
4751 * frames.texi (Window System Selections): Remove clipboard from
4752 description of selection-coding-system.
4753
47542006-11-06 Richard Stallman <rms@gnu.org>
4755
4756 * lists.texi (List Variables): Document COMPARE-FN.
4757
4758 * keymaps.texi: Avoid use of "binding" to mean a relation;
4759 use it only to refer to the meaning associated with a key.
4760 (Keymaps): Change menu node description.
4761
4762 * elisp.texi (Top): Change menu node description.
4763
4764 * display.texi (Managing Overlays): Document overlay-recenter.
4765
47662006-10-29 Chong Yidong <cyd@stupidchicken.com>
4767
4768 * Makefile.in: Use relative paths to avoid advertising filesystem
4769 contents during compilation.
4770
47712006-10-23 Kim F. Storm <storm@cua.dk>
4772
4773 * commands.texi (Event Input Misc): Update unread-command-events.
4774
47752006-10-23 Nick Roberts <nickrob@snap.net.nz>
4776
4777 * lists.texi (Sets And Lists): Fix typos.
4778
47792006-10-18 Juanma Barranquero <lekktu@gmail.com>
4780
4781 * control.texi (Processing of Errors): Use @var for an argument,
4782 not @code.
4783
47842006-10-16 Richard Stallman <rms@gnu.org>
4785
4786 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4787
4788 * keymaps.texi (Format of Keymaps): Show all the keymap element
4789 patterns that result from menu items.
4790 (Key Lookup): Minor cleanups.
4791
4792 * modes.texi (Precalculated Fontification): Don't say that
4793 not setting font-lock-defaults avoids loading font-lock.
4794
4795 * help.texi (Documentation): Move xref to Emacs Manual here.
4796 (Documentation Basics): From here.
4797 Also doc emacs-lisp-docstring-fill-column.
4798
4799 * elisp.texi: Update version and ISBN.
4800
4801 * commands.texi (Interactive Call): Clarify KEYS arg to
4802 call-interactively is a vector.
4803 (Command Loop Info): Delete anchor in this-command-keys.
4804 Add anchor in this-command-keys-vector.
4805 (Recursive Editing): Document how recursive-edit
4806 handles the current buffer.
4807
48082006-10-13 Chong Yidong <cyd@stupidchicken.com>
4809
4810 * frames.texi (Frame Titles): %c and %l are ignored in
4811 frame-title-format.
4812
48132006-10-11 Richard Stallman <rms@gnu.org>
4814
4815 * keymaps.texi (Key Sequences): Clarify use of kbd.
4816
48172006-10-10 Kim F. Storm <storm@cua.dk>
4818
4819 * lists.texi (Sets And Lists): Add memql.
4820
48212006-10-03 Richard Stallman <rms@gnu.org>
4822
4823 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4824 Clarify :ascii: and :nonascii:.
4825
48262006-09-29 Juri Linkov <juri@jurta.org>
4827
4828 * modes.texi (%-Constructs): Reorder coding systems in the
4829 documentation of %z to the real order displayed in the modeline.
4830
48312006-09-25 Richard Stallman <rms@gnu.org>
4832
4833 * os.texi (Timers): Describe timer-max-repeats.
4834
48352006-09-25 Chong Yidong <cyd@stupidchicken.com>
4836
4837 * os.texi (Timers): Mention with-local-quit.
4838
48392006-09-24 Richard Stallman <rms@gnu.org>
4840
4841 * searching.texi (Searching and Matching): Mention property search.
4842
4843 * commands.texi (Command Loop Info): Explain how read-event affects
4844 this-command-keys.
4845
48462006-09-20 Richard Stallman <rms@gnu.org>
4847
4848 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4849
4850 * windows.texi (Window Start): Minor cleanups.
4851
48522006-09-20 Kim F. Storm <storm@cua.dk>
4853
4854 * windows.texi (Window Start): pos-visible-in-window-p allows
4855 specifying t for position to mean "end of window".
4856 Add window-line-height.
4857
4858 * anti.texi (Antinews): Mention window-line-height.
4859
48602006-09-19 David Kastrup <dak@gnu.org>
4861
4862 * keymaps.texi (Searching Keymaps): Small clarification.
4863
48642006-09-18 Richard Stallman <rms@gnu.org>
4865
4866 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4867 cause keyboard menus.
4868 (Menu Keymaps): Likewise.
4869 (Defining Menus, Keyboard Menus): Clarify.
4870
4871 * text.texi (Fields): Clarify explanation of constrain-to-field.
4872
48732006-09-16 Eli Zaretskii <eliz@gnu.org>
4874
4875 * variables.texi (Tips for Defining): Fix a typo.
4876
48772006-09-15 Richard Stallman <rms@gnu.org>
4878
4879 * keymaps.texi (Remapping Commands, Searching Keymaps)
4880 (Active Keymaps): Clean up previous change.
4881
48822006-09-15 Jay Belanger <belanger@truman.edu>
4883
4884 * gpl.texi: Replace "Library Public License" by "Lesser Public
4885 License" throughout.
4886
48872006-09-15 David Kastrup <dak@gnu.org>
4888
4889 * keymaps.texi (Active Keymaps): Adapt description to use
4890 `get-char-property' instead `get-text-property'. Explain how
4891 mouse events change this. Explain the new optional argument of
4892 `key-binding' and its mouse-dependent lookup.
4893 (Searching Keymaps): Adapt description similarly.
4894 (Remapping Commands): Explain the new optional argument of
4895 `command-remapping'.
4896
48972006-09-14 Richard Stallman <rms@gnu.org>
4898
4899 * keymaps.texi (Searching Keymaps): Clarification.
4900 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4901
49022006-09-13 Richard Stallman <rms@gnu.org>
4903
4904 * objects.texi (Character Type): Node split.
4905 Add xref to Describing Characters.
4906 (Basic Char Syntax, General Escape Syntax)
4907 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4908
49092006-09-11 Richard Stallman <rms@gnu.org>
4910
4911 * display.texi (Display Table Format): Wording clarification.
4912 (Glyphs): Clarifications.
4913
49142006-09-10 Chong Yidong <cyd@stupidchicken.com>
4915
4916 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4917 local maps.
4918
49192006-09-10 Kim F. Storm <storm@cua.dk>
4920
4921 * display.texi (Forcing Redisplay): Document return value of
4922 function redisplay.
4923
49242006-09-09 Richard Stallman <rms@gnu.org>
4925
4926 * windows.texi (Window Hooks): Explain limits of
4927 window-scroll-functions.
4928
4929 * display.texi (Fringe Indicators): Update for last change in
4930 indicate-buffer-boundaries.
4931
49322006-09-08 Richard Stallman <rms@gnu.org>
4933
4934 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4935
49362006-09-06 Kim F. Storm <storm@cua.dk>
4937
4938 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4939
4940 * windows.texi (Window Start): Update pos-visible-in-window-p.
4941
49422006-09-04 Richard Stallman <rms@gnu.org>
4943
4944 * processes.texi (Accepting Output): Explain SECONDS=0 for
4945 accept-process-output.
4946
4947 * os.texi (Idle Timers): Explain why timer functions should not
4948 loop until (input-pending-p).
4949
49502006-09-02 Eli Zaretskii <eliz@gnu.org>
4951
4952 * makefile.w32-in (usermanualdir): New variable.
4953 (elisp.dvi): Use it.
4954
49552006-09-01 Eli Zaretskii <eliz@gnu.org>
4956
4957 * buffers.texi (Buffer Modification): Fix last change.
4958
49592006-09-01 Chong Yidong <cyd@stupidchicken.com>
4960
5dcb4c4e
SM
4961 * buffers.texi (Buffer Modification):
4962 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4963
49642006-08-31 Richard Stallman <rms@gnu.org>
4965
4966 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4967
49682006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4969
4970 * modes.texi (Syntactic Font Lock):
4971 Mention font-lock-syntactic-face-function
4972 instead of specific faces.
4973
49742006-08-29 Chong Yidong <cyd@stupidchicken.com>
4975
4976 * display.texi (Images): Add xrref to display-images-p.
4977
49782006-08-28 Kenichi Handa <handa@m17n.org>
4979
4980 * nonascii.texi (Lisp and Coding Systems): Fix description of
4981 detect-coding-region.
4982
49832006-08-27 Michael Olson <mwolson@gnu.org>
4984
4985 * processes.texi (Transaction Queues): Remove stray quote
4986 character.
4987
49882006-08-25 Richard Stallman <rms@gnu.org>
4989
4990 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4991 Add xref.
4992
49932006-08-24 Chong Yidong <cyd@stupidchicken.com>
4994
4995 * os.texi (Timers): Avoid waiting inside timers.
4996
49972006-08-21 Lute Kamstra <lute@gnu.org>
4998
4999 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5000
50012006-08-20 Richard Stallman <rms@gnu.org>
5002
5003 * os.texi (Idle Timers): New node, split out from Timers.
5004 Document current-idle-time.
5005 * commands.texi (Reading One Event): Update xref.
5006 * elisp.texi (Top): Update subnode menu.
5007
50082006-08-16 Richard Stallman <rms@gnu.org>
5009
5010 * keymaps.texi (Extended Menu Items): Show format of cached
5011 bindings in extended menu items.
5012
5013 * customize.texi (Variable Definitions): Explain when the
5014 standard value expression is evaluated.
5015
50162006-08-15 Chong Yidong <cyd@stupidchicken.com>
5017
5018 * commands.texi (Reading One Event): Explain idleness in
5019 `read-event'.
5020
50212006-08-12 Chong Yidong <cyd@stupidchicken.com>
5022
5023 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5024 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5025 relevant for Lisp programming.
5026 (Yank Commands): Rewrite introduction.
5027 (Undo): Clarify.
5028 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5029 (Filling): Remove redundant comment. Clarify return value of
5030 current-justification.
5031 (Margins): Minor clarifications.
5032 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5033 (Sorting): Update definition of sort-lines.
5034 (Columns): Clarify behavior of sort-columns.
5035 (Indent Tabs): Link to Tab Stops in Emacs manual.
5036 (Special Properties): Clarify.
5037 (Clickable Text): Mention Buttons package.
5038
50392006-08-12 Kevin Ryde <user42@zip.com.au>
5040
5041 * os.texi (Time Parsing): Add %z to description of
5042 format-time-string, as per docstring. Add cross reference to
5043 glibc manual for strftime.
5044
50452006-08-08 Richard Stallman <rms@gnu.org>
5046
5047 * modes.texi: Clean up wording in previous change.
5048
50492006-08-07 Chong Yidong <cyd@stupidchicken.com>
5050
5051 * modes.texi (Hooks): Clarify.
5052 (Major Mode Basics): Mention define-derived-mode explicitly.
5053 (Major Mode Conventions): Rebinding RET is OK for some modes.
5054 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5055 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5056 (Mode Line Basics): Clarify.
5057 (Mode Line Data): Mention help-echo and local-map in strings.
5058 Explain reason for treatment of non-risky variables.
5059 (Properties in Mode): Clarify.
5060 (Faces for Font Lock): Add font-lock-negation-char-face.
5061
50622006-08-04 Eli Zaretskii <eliz@gnu.org>
5063
5064 * strings.texi (Formatting Strings): Warn against arbitrary
5065 strings as first arg to `format'.
5066
50672006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5068
5069 * text.texi (Clickable Text): Mention `help-echo' text property.
5070 Update intro, examples and associated explanations.
5071
50722006-07-31 Richard Stallman <rms@gnu.org>
5073
5074 * commands.texi: Update xrefs.
5075 (Event Mod): New node, cut out from old Translating Input.
5076
5077 * maps.texi: Update xrefs.
5078
5079 * keymaps.texi (Translation Keymaps): New node.
5080 Update xrefs from Translating Input to Translation Keymaps.
5081
5082 * elisp.texi (Top): Update subnode menu.
5083
5084 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5085
5086 * os.texi (System Interface): Fix menu descriptions of some nodes.
5087 (Translating Input): Node deleted.
5088
50892006-07-31 Nick Roberts <nickrob@snap.net.nz>
5090
5091 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5092
5093 * lists.texi (Sets And Lists): Likewise.
5094
50952006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5096
5097 * text.texi (Fields): Mention POS
5098 requirement when narrowing is in effect.
5099
51002006-07-28 Richard Stallman <rms@gnu.org>
5101
5102 * display.texi (Face Attributes): Simplify wording.
5103 (Attribute Functions): Clarify meaning of new-frame default
5104 attribute settings.
5105
5106 * customize.texi (Common Keywords): Document how to use
5107 :package-version in a package not in Emacs.
5108
51092006-07-28 Kim F. Storm <storm@cua.dk>
5110
5111 * commands.texi (Reading One Event): Fix last change.
5112
51132006-07-26 Chong Yidong <cyd@stupidchicken.com>
5114
5115 * commands.texi (Reading One Event): Document SECONDS argument for
5116 read-event, read-char, and read-char-exclusive.
5117
51182006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5119
5120 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5121 to ensure correct identification.
5122
51232006-07-24 Richard Stallman <rms@gnu.org>
5124
5125 * text.texi (Clickable Text): Clarify.
5126
5127 * sequences.texi (Vector Functions): Delete duplicate xref.
5128
5129 * objects.texi (Function Type): Clarify.
5130
5131 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5132 modes.
5133
5134 * lists.texi (List Variables): New node.
5135 Material moved from other nodes.
5136
5137 * variables.texi (Setting Variables): add-to-list and
5138 add-to-ordered-list moved to List Variables node.
5139
51402006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5141
5142 * text.texi (Links and Mouse-1):
5143 For mouse-on-link-p, expand on arg POS.
5144
51452006-07-21 Kim F. Storm <storm@cua.dk>
5146
5147 * display.texi (Forcing Redisplay): Don't mention systems which
5148 don't support sub-second timers for redisplay-preemption-period.
5149
5150 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5151
51522006-07-21 Eli Zaretskii <eliz@gnu.org>
5153
5154 * frames.texi (Input Focus): Document that focus-follows-mouse has
5155 no effect on MS-Windows.
5156
51572006-07-18 Richard Stallman <rms@gnu.org>
5158
5159 * display.texi (Forcing Redisplay): Cleanups in previous change.
5160
5161 * processes.texi (Low-Level Network): Make menu more convenient.
5162
51632006-07-18 Kim F. Storm <storm@cua.dk>
5164
5165 * display.texi (Forcing Redisplay): redisplay-preemption-period
5166 only used on window systems. Add xref to Terminal Output.
5167
5168 * os.texi (Terminal Output): baud-rate only controls preemption on
5169 non-window systems. Add xref to Forcing Redisplay.
5170
5171 * processes.texi (Low-Level Network): Rename node "Make Network"
5172 to "Network Processes".
5173
51742006-07-18 Karl Berry <karl@gnu.org>
5175
5176 * variables.texi, functions.texi, customize.texi, loading.texi:
5177 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5178
51792006-07-17 Chong Yidong <cyd@stupidchicken.com>
5180
5181 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5182
51832006-07-17 Richard Stallman <rms@gnu.org>
5184
5185 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5186 Put period and comma inside quotes.
5187
5188 * loading.texi, markers.texi: Use real doublequote inside menus.
5189
5190 * windows.texi: Put point and comma inside quotes.
5191 (Textual Scrolling): Use @samp for error message.
5192
5193 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5194 * strings.texi, streams.texi, processes.texi, os.texi:
5195 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5196 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5197 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5198 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5199 Put point and comma inside quotes.
5200
5201 * control.texi (Processing of Errors): Add command-error-function.
5202
5203 * variables.texi (File Local Variables): Clarify that
5204 file local variables make buffer-local bindings.
5205
5206 * modes.texi (Syntactic Font Lock): Give default for
5207 font-lock-syntax-table.
5208
52092006-07-17 Nick Roberts <nickrob@snap.net.nz>
5210
5211 * text.texi (Special Properties): Clean up previous change.
5212
52132006-07-16 Karl Berry <karl@gnu.org>
5214
5215 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5216 * control.texi: Fix bad page breaks through chapter 10 (control).
5217
5218 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5219 underfull hbox.
5220
52212006-07-15 Nick Roberts <nickrob@snap.net.nz>
5222
5223 * text.texi (Special Properties): Describe fontified text property
5224 in relation to a character (not text).
5225
52262006-07-15 Kim F. Storm <storm@cua.dk>
5227
5228 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5229 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5230 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5231
5232 * anti.texi (Antinews): Mention redisplay function.
5233 The kbd macro existed, but was not documented, before 22.x.
5234 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5235
52362006-07-14 Nick Roberts <nickrob@snap.net.nz>
5237
5238 * display.texi (Displaying Messages): Add anchor.
5239
5240 * frames.texi (Dialog Boxes): Use it.
5241
52422006-07-12 Richard Stallman <rms@gnu.org>
5243
5244 * objects.texi (Frame Type): Explain nature of frames better.
5245
5246 * frames.texi (Frames): Explain nature of frames better.
5247
52482006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5249
5250 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5251
52522006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5253
5254 * frames.texi (Window System Selections): Mention scrap support for Mac.
5255 Default value of x-select-enable-clipboard is t on Mac.
5256
5257 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5258
52592006-07-11 Kim F. Storm <storm@cua.dk>
5260
5261 * display.texi (Forcing Redisplay): Add `redisplay' function.
5262 Don't mention (sit-for -1) -- use (redisplay t) instead.
5263
5264 * commands.texi (Waiting): (sit-for -1) is no longer special.
5265 (sit-for 0) is equivalent to (redisplay).
5266 Iconifying/deiconifying no longer makes sit-for return.
5267
52682006-07-10 Nick Roberts <nickrob@snap.net.nz>
5269
5270 * display.texi (Buttons): Fix typo.
5271
5272 * index.texi, elisp.texi (New Symbols): Comment node out.
5273
52742006-07-09 Richard Stallman <rms@gnu.org>
5275
5276 * display.texi (Truncation): Clean up previous change.
5277
52782006-07-08 Richard Stallman <rms@gnu.org>
5279
5280 * commands.texi (Interactive Call): Use 3 as prefix in example
5281 for execute-extended-command.
5282
5283 * display.texi (Attribute Functions): Move paragraph about
5284 compatibility with Emacs < 21.
5285
52862006-07-09 Kim F. Storm <storm@cua.dk>
5287
5288 * display.texi (Refresh Screen): Clarify force-window-update.
5289 (Truncation): "Normally" indicated by fringe arrows.
5290
52912006-07-08 Eli Zaretskii <eliz@gnu.org>
5292
5293 * windows.texi (Textual Scrolling, Resizing Windows):
5294 * variables.texi (Constant Variables):
5295 * text.texi (Buffer Contents, Deletion, Changing Properties)
5296 (Property Search, Special Properties, Sticky Properties)
5297 (Links and Mouse-1, Fields, Change Hooks):
5298 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5299 (Categories):
5300 * symbols.texi (Other Plists):
5301 * streams.texi (Output Variables):
5302 * processes.texi (Input to Processes, Query Before Exit):
5303 * positions.texi (Word Motion, Text Lines, List Motion):
5304 * os.texi (Init File, System Environment, Sound Output)
5305 (Session Management):
5306 * nonascii.texi (Text Representations, Character Sets)
5307 (Chars and Bytes, Locales):
5308 * modes.texi (Defining Minor Modes, Header Lines):
5309 * minibuf.texi (Minibuffer Contents):
5310 * markers.texi (Information from Markers):
5311 * lists.texi (List Elements, Building Lists, Association Lists):
5312 * keymaps.texi (Tool Bar):
5313 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5314 * functions.texi (What Is a Function, Mapping Functions):
5315 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5316 (Color Names, Text Terminal Colors, Display Feature Testing):
5317 * files.texi (Visiting Functions, File Name Components)
5318 (Unique File Names, Contents of Directories):
5319 * display.texi (Forcing Redisplay, Displaying Messages)
5320 (Temporary Displays, Font Selection, Auto Faces)
5321 (Font Lookup, Fringe Indicators, Display Margins)
5322 (Image Descriptors, Showing Images, Image Cache, Button Types)
5323 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5324 (Display Table Format, Glyphs):
5325 * control.texi (Iteration):
5326 * commands.texi (Command Loop Info, Adjusting Point):
5327 * backups.texi (Making Backups, Auto-Saving):
5328 Remove @tindex entries.
5329
53302006-07-07 Kim F. Storm <storm@cua.dk>
5331
5332 * display.texi (Fringe Cursors): Fix typo.
5333 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5334 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5335
53362006-07-05 Richard Stallman <rms@gnu.org>
5337
5338 * text.texi (Buffer Contents): Add example of text props
5339 in result of buffer-substring.
5340 (Text Properties): Explain better about use of specific property names.
5341 (Property Search): Some cleanups; reorder some functions.
5342
5343 * keymaps.texi (Changing Key Bindings): Cleanup.
5344 Add xref to Key Binding Conventions.
5345
5346 * display.texi (Attribute Functions): Add examples for
5347 face-attribute-relative-p.
5348
5349 * tips.texi (Coding Conventions): Cleanup last change.
5350
53512006-07-05 Karl Berry <karl@gnu.org>
5352
5353 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5354 Remove @setchapternewpage odd.
5355 Result is 1013 pages, down from 1100.
5356
5357 * anti.texi, customize.texi, display.texi, internals.texi:
5358 * minibuf.texi, modes.texi, tips.texi:
5359 Fix overfull/underfull boxes.
5360
53612006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5362
5363 * edebug.texi (Instrumenting):
5364 Add Edebug-specific findex for eval-buffer.
5365 * loading.texi (Loading):
5366 Replace eval-current-buffer with eval-buffer.
5367
53682006-06-30 Nick Roberts <nickrob@snap.net.nz>
5369
5370 * locals.texi (Standard Buffer-Local Variables): Update the list
5371 of variables.
5372
53732006-06-26 Nick Roberts <nickrob@snap.net.nz>
5374
5375 * files.texi (File Name Completion): Point user to the node
5376 "Reading File Names".
5377
53782006-06-24 Eli Zaretskii <eliz@gnu.org>
5379
5380 * files.texi (Contents of Directories): Document case-insensitive
5381 behavior on respective filesystems.
5382
5383 * objects.texi (Character Type): Document that Emacs signals an
5384 error for unsupported Unicode characters specified as \uNNNN.
5385
53862006-06-19 Richard Stallman <rms@gnu.org>
5387
5388 * processes.texi (Bindat Spec): Clarify previous change.
5389
53902006-06-16 Richard Stallman <rms@gnu.org>
5391
5392 * tips.texi (Coding Conventions): Better explain conventions
5393 for definition constructs.
5394
5395 * text.texi (Special Properties): String value of `read-only'
5396 serves as the error message.
5397
5398 * objects.texi (Character Type): Clarify prev. change.
5399 (Non-ASCII in Strings): Mention \u and \U.
5400
5401 * commands.texi (Using Interactive): Explain problem of
5402 markers, etc., in command-history.
5403
54042006-06-14 Kim F. Storm <storm@cua.dk>
5405
5406 * commands.texi (Waiting): Negative arg to sit-for forces
5407 redisplay even if input is pending.
5408
5409 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5410 redisplay. Remove incorrect example of binding redisplay-dont-pause
5411 around (sit-for 0).
5412
54132006-06-13 Richard Stallman <rms@gnu.org>
5414
5415 * display.texi (Forcing Redisplay): Clarify previous change.
5416
54172006-06-13 Romain Francoise <romain@orebokech.com>
5418
5419 * display.texi (Forcing Redisplay): Fix typo.
5420
54212006-06-13 Kim F. Storm <storm@cua.dk>
5422
5423 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5424
54252006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5426
5427 * tips.texi (Coding Conventions): Add `@end itemize'.
5428
54292006-06-10 Richard Stallman <rms@gnu.org>
5430
5431 * tips.texi (Coding Conventions): Explain use of coding systems
5432 to ensure one decoding for strings.
5433
54342006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5435
5436 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5437 syntax.
5438
54392006-06-07 Eli Zaretskii <eliz@gnu.org>
5440
5441 * display.texi (Font Selection): Remove description of
5442 clear-face-cache.
5443
5444 * compile.texi (Eval During Compile): Fix a typo. Add index
5445 entries for possible uses of eval-when-compile.
5446
54472006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5448
5449 * display.texi (Abstract Display): Fix typo.
5450
54512006-06-03 Eli Zaretskii <eliz@gnu.org>
5452
5453 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5454 Reword variable's description.
5455
54562006-06-01 Richard Stallman <rms@gnu.org>
5457
5458 * windows.texi (Splitting Windows): Clarify splitting nonselected
5459 window.
5460
54612006-05-31 Juri Linkov <juri@jurta.org>
5462
5463 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5464
54652006-05-30 Richard Stallman <rms@gnu.org>
5466
5467 * display.texi (Line Height): Fix errors in description of
10d1d0af 5468 default line height and line-height property.
b8d4c8d0
GM
5469
5470 * nonascii.texi (Default Coding Systems): Further clarification.
5471
54722006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5473
5474 * internals.texi (Pure Storage): Mention that an overflow in pure
5475 space causes a memory leak.
5476 (Garbage Collection): If there was an overflow in pure space,
5477 `garbage-collect' returns nil.
5478
54792006-05-30 Eli Zaretskii <eliz@gnu.org>
5480
5481 * nonascii.texi (Default Coding Systems): Fix it some more.
5482
54832006-05-29 Eli Zaretskii <eliz@gnu.org>
5484
5485 * nonascii.texi (Default Coding Systems): Fix last change.
5486
54872006-05-29 Kenichi Handa <handa@m17n.org>
5488
5489 * nonascii.texi (find-operation-coding-system): Describe the new
5490 argument format (FILENAME . BUFFER).
5491
54922006-05-28 Richard Stallman <rms@gnu.org>
5493
5494 * tips.texi (Coding Conventions): Better explain reasons not to
5495 advise other packages or use `eval-after-load'.
5496
54972006-05-29 Kim F. Storm <storm@cua.dk>
5498
5499 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5500 `bindat-idx' and `bindat-raw' for clarity.
5501
55022006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5503
5504 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5505
5506 * display.texi (Display): Add "Abstract Display" to menu.
5507 (Abstract Display, Abstract Display Functions)
5508 (Abstract Display Example): New nodes.
5509 * elisp.texi (Top): Add "Abstract Display" to menu.
5510
55112006-05-27 Chong Yidong <cyd@stupidchicken.com>
5512
5513 * keymaps.texi (Key Sequences): Link to input events definition.
5514 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5515
5516 * files.texi (Changing Files): Document updated argument list for
5517 copy-file.
5518
55192006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5520
5521 * processes.texi (Bindat Functions): Explain term "total length".
5522 Use it in bindat-length and bindat-pack descriptions.
5523
55242006-05-26 Eli Zaretskii <eliz@gnu.org>
5525
5526 * tips.texi (Coding Conventions): Advise against using
5527 eval-after-load in packages. Add an index entry.
5528
55292006-05-25 Juri Linkov <juri@jurta.org>
5530
5531 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5532
5533 * modes.texi (%-Constructs): Add %e, %z, %Z.
5534
55352006-05-25 Richard Stallman <rms@gnu.org>
5536
5537 * elisp.texi (Top): Update subnode menu.
5538
5539 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5540 (Keymaps): Update menu.
5541
55422006-05-25 Chong Yidong <cyd@stupidchicken.com>
5543
5544 * keymaps.texi (Key Sequences): Some clarifications.
5545
55462006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5547
5548 * processes.texi (Bindat Functions): Say "unibyte string"
5549 explicitly for bindat-unpack and bindat-pack descriptions.
5550 (Bindat Examples): Don't call `string-make-unibyte' in example.
5551
55522006-05-25 Chong Yidong <cyd@stupidchicken.com>
5553
5dcb4c4e 5554 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5555 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5556
5557 * keymaps.texi (Changing Key Bindings):
dd7b651b 5558 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5559 * help.texi (Describing Characters): Refer to it.
5560
55612006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5562
5563 * frames.texi (Pointer Shape): @end table -> @end defvar.
5564
55652006-05-22 Richard Stallman <rms@gnu.org>
5566
5567 * elisp.texi (Top): Update subnode menus.
5568
5569 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5570 Contents rewritten; material from old Pointer Shape node moved here.
5571
5572 * display.texi (Pointer Shape): Node deleted.
5573 (Image Descriptors): Minor cleanup.
5574
55752006-05-21 Richard Stallman <rms@gnu.org>
5576
5577 * syntax.texi (Parsing Expressions): Update info on which STATE
5578 elements are ignored.
5579
55802006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5581
5582 * hooks.texi (Standard Hooks): Correct typo.
5583
5584 * gpl.texi (GPL): ifinfo -> ifnottex.
5585
55862006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5587
5588 * searching.texi (Simple Match Data): Warn about match data being
5589 set anew by every search.
5590
55912006-05-17 Richard Stallman <rms@gnu.org>
5592
5593 * minibuf.texi (Minibuffer History): Clarify.
5594
5595 * searching.texi (Regexp Special): Clarify nested regexp warning.
5596
55972006-05-16 Kim F. Storm <storm@cua.dk>
5598
5599 * minibuf.texi (Minibuffer History): Update add-to-history.
5600
56012006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5602
5dcb4c4e
SM
5603 * nonascii.texi (Explicit Encoding):
5604 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5605
56062006-05-14 Richard Stallman <rms@gnu.org>
5607
5608 * buffers.texi (Creating Buffers): Cleanup.
5609
5610 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5611
56122006-05-13 Eli Zaretskii <eliz@gnu.org>
5613
5614 * buffers.texi (Current Buffer): Document that with-temp-buffer
5615 disables undo.
5616
5617 * os.texi (Terminal-Specific): More accurate description of how
5618 Emacs searches for the terminal-specific libraries.
5619
56202006-05-12 Eli Zaretskii <eliz@gnu.org>
5621
5622 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5623 emacs-xtra to @inforef's.
5624
5625 * text.texi (Undo): Document that undo is turned off in buffers
5626 whose names begin with a space.
5627
5628 * buffers.texi (Buffer Names): Add index entries for buffers whose
5629 names begin with a space.
5630 (Creating Buffers): Document that undo is turned off in buffers
5631 whose names begin with a space.
5632
5633 * files.texi (Visiting Functions, Reading from Files)
5634 (Saving Buffers): Mention code and EOL conversions by file I/O
5635 primitives and subroutines.
5636
f4e90db0
SM
5637 * nonascii.texi (Lisp and Coding Systems):
5638 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5639
5640 * display.texi (Defining Faces): Mention `mac', and add an xref to
5641 where window-system is described.
5642
56432006-05-10 Richard Stallman <rms@gnu.org>
5644
5645 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5646
56472006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5648
5649 * variables.texi (File Local Variables): Recommend to quote lambda
5650 expressions in safe-local-variable property.
5651
56522006-05-09 Richard Stallman <rms@gnu.org>
5653
5dcb4c4e
SM
5654 * variables.texi (File Local Variables):
5655 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5656
56572006-05-07 Kim F. Storm <storm@cua.dk>
5658
5659 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5660 from add-to-history.
5661
56622006-05-07 Romain Francoise <romain@orebokech.com>
5663
5664 * commands.texi (Event Input Misc):
5665 * compile.texi (Eval During Compile):
5666 * internals.texi (Buffer Internals):
5667 * minibuf.texi (Initial Input):
5668 * nonascii.texi (Scanning Charsets):
5669 * numbers.texi (Comparison of Numbers):
5670 * windows.texi (Textual Scrolling, Vertical Scrolling):
5671 Fix various typos.
5672
56732006-05-06 Eli Zaretskii <eliz@gnu.org>
5674
5675 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5676 conditional xref's to either emacs or emacs-xtra, depending on
5677 @iftex/@ifnottex.
5678
5679 * minibuf.texi (Minibuffer History): Document add-to-history.
5680
56812006-05-05 Eli Zaretskii <eliz@gnu.org>
5682
5683 * internals.texi (Pure Storage): Mention the pure overflow message
5684 at startup.
5685
c8763fb6 56862006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5687
5688 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5689 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5690 search.
5691
56922006-05-01 Richard Stallman <rms@gnu.org>
5693
5694 * intro.texi (nil and t): Clarify.
5695
5696 * variables.texi (File Local Variables): Suggest using booleanp.
5697
56982006-05-01 Juanma Barranquero <lekktu@gmail.com>
5699
5700 * objects.texi (Type Predicates): Fix typos.
5701
57022006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 * intro.texi (nil and t): Add booleanp.
5705
5706 * objects.texi (Type Predicates): Add links for booleanp and
5707 string-or-null-p.
5708
57092006-04-29 Richard Stallman <rms@gnu.org>
5710
5711 * modes.texi (Multiline Font Lock): Rename from
5712 Multi line Font Lock Elements. Much clarification.
5713 (Font Lock Multiline, Region to Fontify): Much clarification.
5714
57152006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5716
5717 * variables.texi (File Local Variables): Remove the special case t for
5718 safe-local-variable.
5719
57202006-04-26 Richard Stallman <rms@gnu.org>
5721
5722 * syntax.texi (Parsing Expressions): Minor cleanup.
5723
57242006-04-18 Richard Stallman <rms@gnu.org>
5725
5726 * tips.texi (Coding Conventions): Explain when the package's
5727 prefix should appear later on (not at the start of the name).
5728
5729 * searching.texi (String Search): Clarify effect of NOERROR.
5730
5731 * modes.texi (Imenu): Clarify what special items do.
5732
5733 * hooks.texi (Standard Hooks): Delete text about old hook names.
5734
57352006-04-17 Romain Francoise <romain@orebokech.com>
5736
5737 * variables.texi (Local Variables): Update the default value of
5738 `max-specpdl-size'.
5739
57402006-04-15 Michael Olson <mwolson@gnu.org>
5741
5742 * processes.texi (Transaction Queues): Mention the new optional
5743 `delay-question' argument for `tq-enqueue'.
5744
57452006-04-13 Bill Wohler <wohler@newt.com>
5746
5747 * customize.texi (Common Keywords): Use dotted notation for
5748 :package-version value. Specify its values. Improve documentation
5749 for customize-package-emacs-version-alist.
5750
57512006-04-12 Bill Wohler <wohler@newt.com>
5752
5753 * customize.texi (Common Keywords): Move description of
5754 customize-package-emacs-version-alist to @defvar.
5755
57562006-04-10 Bill Wohler <wohler@newt.com>
5757
5758 * customize.texi (Common Keywords): Add :package-version.
5759
57602006-04-10 Kim F. Storm <storm@cua.dk>
5761
5762 * text.texi (Buffer Contents): Add NOPROPS arg to
5763 filter-buffer-substring.
5764
57652006-04-08 Kevin Ryde <user42@zip.com.au>
5766
5767 * os.texi (Command-Line Arguments): Update xref to emacs manual
5768 "Command Arguments" -> "Emacs Invocation", per change there.
5769
57702006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5771
5772 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5773 be on one line to help makeinfo not render two spaces after the dot.
5774
57752006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5776
5777 * strings.texi (Predicates for Strings): Add string-or-null-p.
5778
57792006-03-28 Kim F. Storm <storm@cua.dk>
5780
5781 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5782 remarks about systems that don't support fractional seconds.
5783
57842006-03-25 Karl Berry <karl@gnu.org>
5785
5786 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5787 the year list.
5788
57892006-03-21 Nick Roberts <nickrob@snap.net.nz>
5790
5791 * display.texi (Fringe Indicators): Fix typos.
5792
57932006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5794
5795 * tips.texi (Documentation Tips): One can now also write `program'
5796 in front of a quoted symbol in a docstring to prevent making a
5797 hyperlink.
5798
57992006-03-19 Alan Mackenzie <acm@muc.de>
5800
5801 * text.texi (Special Properties): Clarify `fontified' property.
5802
58032006-03-16 Richard Stallman <rms@gnu.org>
5804
5805 * display.texi (Defining Images): Minor cleanup.
5806
58072006-03-16 Bill Wohler <wohler@newt.com>
5808
5809 * display.texi (Defining Images): In image-load-path-for-library,
5810 prefer user's images.
5811
58122006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5813
5814 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5815
58162006-03-15 Bill Wohler <wohler@newt.com>
5817
5818 * display.texi (Defining Images): Fix example in
5819 image-load-path-for-library by not recommending that one binds
5820 image-load-path. Just defvar it to placate compiler and only use
5821 it if previously defined.
5822
58232006-03-14 Bill Wohler <wohler@newt.com>
5824
5825 * display.texi (Defining Images): In image-load-path-for-library,
5826 always return list of directories. Update example.
5827
58282006-03-14 Alan Mackenzie <acm@muc.de>
5829
5830 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5831 This describes font-lock-extend-region-function.
5832 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5833 the new node "Region to Fontify".
5834
58352006-03-13 Richard Stallman <rms@gnu.org>
5836
5837 * display.texi (Invisible Text): The impossible position is
5838 now before the invisible text, not after.
5839 (Defining Images): Clean up last change.
5840
58412006-03-11 Bill Wohler <wohler@newt.com>
5842
5843 * display.texi (Defining Images): Add image-load-path-for-library.
5844
58452006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5846
5847 * text.texi (Adaptive Fill): Fix Texinfo usage.
5848
5849 * strings.texi (Creating Strings): Fix Texinfo usage.
5850
5851 * searching.texi (Regexp Special): Use @samp for regular
5852 expressions that are not in Lisp syntax.
5853
58542006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5855
5856 * searching.texi (Regexp Special): Put remark between parentheses
5857 to avoid misreading.
5858
58592006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5860
5861 * searching.texi (Syntax of Regexps): More accurately describe
5862 which characters are special in which situations.
5863 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5864 are not special. Describe in detail when `[' and `]' are special.
5865 (Regexp Backslash): Plenty of regexps with unbalanced square
5866 brackets are valid, so reword that statement.
5867
58682006-03-02 Kim F. Storm <storm@cua.dk>
5869
5870 * keymaps.texi (Tool Bar): Add tool-bar-border.
5871
58722006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5873
5874 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5875
58762006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5877
5878 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5879
5880 * files.texi (Locating Files): Suggest additional values for the
5881 SUFFIXES arg of `locate-file'. Update pxref.
5882
5883 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5884 (How Programs Do Loading): Discuss the effects of Auto Compression
5885 mode on `load'.
5886 (Load Suffixes): New node.
5887 (Library Search): Delete description of `load-suffixes'; it was
5888 moved to "Load Suffixes".
5889 (Autoload, Named Features): Mention `load-suffixes'.
5890
58912006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5892
5893 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5894
5895 * windows.texi (Window Tree): Fix typo.
5896
58972006-02-20 Kim F. Storm <storm@cua.dk>
5898
5899 * display.texi (Fringe Indicators): New section.
5900 Move indicate-empty-lines, indicate-buffer-boundaries, and
5901 default-indicate-buffer-boundaries here.
5902 Add fringe-indicator-alist and default-fringes-indicator-alist.
5903 Add list of logical fringe indicator symbols.
5904 Update list of standard bitmap names.
5905 (Fringe Cursors): New section.
5906 Move overflow-newline-into-fringe here.
5907 Add fringe-cursor-alist and default-fringes-cursor-alist.
5908 Add list of fringe cursor symbols.
5909
59102006-02-20 Juanma Barranquero <lekktu@gmail.com>
5911
5912 * commands.texi (Using Interactive): Fix reference to node
5913 "Minibuffers".
5914
59152006-02-19 Richard M. Stallman <rms@gnu.org>
5916
5917 * minibuf.texi (High-Level Completion):
5918 Add xref to read-input-method-name.
5919
5920 * files.texi (Relative File Names): Move file-relative-name here.
5921 (File Name Expansion): From here. Minor clarifications.
5922
5923 * commands.texi (Using Interactive): Add xrefs about reading input.
5924 Clarify remarks about that moving point and mark.
5925 Put string case before list case.
5926
c8763fb6 59272006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5928
5929 * display.texi (Other Display Specs, Image Descriptors):
5930 Revert erroneous changes. The previous description of
5931 image-descriptors as `(image . PROPS)' was correct.
5932
59332006-02-14 Richard M. Stallman <rms@gnu.org>
5934
5935 * variables.texi (File Local Variables): Clarifications.
5936
59372006-02-14 Juanma Barranquero <lekktu@gmail.com>
5938
5939 * variables.texi (File Local Variables): Use @code for a cons
5940 cell, not @var.
5941
59422006-02-13 Chong Yidong <cyd@stupidchicken.com>
5943
5944 * variables.texi (File Local Variables): Document new file local
5945 variable behavior.
5946
59472006-02-10 Kim F. Storm <storm@cua.dk>
5948
5949 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5950
59512006-02-08 Juanma Barranquero <lekktu@gmail.com>
5952
5953 * modes.texi (%-Constructs): Remove obsolete info about
5954 `global-mode-string'.
5955
59562006-02-07 Richard M. Stallman <rms@gnu.org>
5957
5958 * commands.texi (Prefix Command Arguments): Minor cleanup.
5959
5960 * display.texi: "Graphical display", not window system.
5961
5962 * functions.texi (What Is a Function): Fix xref.
5963
5964 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5965 (Changing Key Bindings): Clarify when remapping is better than
5966 substitute-key-definition.
5967
59682006-02-02 Richard M. Stallman <rms@gnu.org>
5969
5970 * minibuf.texi (Basic Completion): Completion alists are risky.
5971
5972 * keymaps.texi (Active Keymaps): Clarifications.
5973 (Searching Keymaps): New node.
5974 (Keymaps): Update menu.
5975
5976 * frames.texi (Layout Parameters): Minor clarification.
5977 (Drag and Drop): New node.
5978 (Frames): Update menu.
5979
59802006-01-29 Chong Yidong <cyd@stupidchicken.com>
5981
5982 * display.texi (Other Display Specs, Image Descriptors):
5983 Image description is a list, not a cons cell.
5984
59852006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5986
5987 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5988 list is not necessarily a list).
5989
59902006-01-27 Eli Zaretskii <eliz@gnu.org>
5991
5992 * frames.texi (Layout Parameters): border-width and
5993 internal-border-width belong to the frame, not the window.
5994
59952006-01-19 Richard M. Stallman <rms@gnu.org>
5996
5997 * nonascii.texi (Translation of Characters): Search cmds use
5998 translation-table-for-input. Automatically made local.
5999
6000 * markers.texi (Overview of Markers): Count insertion type
6001 as one of a marker's attributes.
6002
6003 * keymaps.texi (Controlling Active Maps): New node, split out of
6004 Active Keymaps.
6005 (Keymaps): Menu updated.
6006 (Active Keymaps): Give pseudocode to explain how the active
6007 maps are searched. current-active-maps and key-binding moved here.
6008 (Functions for Key Lookup): current-active-maps and key-binding moved.
6009 Clarifications.
6010 (Searching the Keymaps): New subnode.
6011
6012 * elisp.texi (Top): Menu clarification.
6013
6014 * display.texi (Other Display Specs): Delete duplicate entry for
6015 just a string as display spec. Move text about recursive display
6016 specs on such a string.
6017
6018 * commands.texi (Key Sequence Input): Clarify.
6019 Move num-nonmacro-input-events out.
6020 (Reading One Event): num-nonmacro-input-events moved here.
6021
60222006-01-14 Nick Roberts <nickrob@snap.net.nz>
6023
6024 * advice.texi (Simple Advice): Update example to fit argument
6025 change in previous-line.
6026
60272006-01-05 Richard M. Stallman <rms@gnu.org>
6028
6029 * markers.texi (The Mark): Fix in `mark'.
6030
60312006-01-04 Richard M. Stallman <rms@gnu.org>
6032
6033 * processes.texi (Misc Network, Make Network): Minor cleanups.
6034
60352006-01-04 Kim F. Storm <storm@cua.dk>
6036
6037 * processes.texi (Make Network): Add IPv6 addresses and handling.
6038 (Network Feature Testing): Mention (:family ipv6).
6039 (Misc Network): Add IPv6 formats to format-network-address.
6040
60412005-12-30 Richard M. Stallman <rms@gnu.org>
6042
6043 * text.texi (Changing Properties):
6044 Don't use return value of set-text-properties.
6045
60462005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6047
6048 * modes.texi (Mode Line Format): Correct typo in menu.
6049
60502005-12-29 Richard M. Stallman <rms@gnu.org>
6051
6052 * modes.texi (Mode Line Top): New node.
6053 (Mode Line Data): Some text moved to new node.
6054 Explain the data structure more concretely.
6055 (Mode Line Basics): Clarifications.
6056 (Mode Line Variables): Clarify intro paragraph.
6057 (%-Constructs): Clarify intro paragraph.
6058 (Mode Line Format): Update menu.
6059
60602005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6061
6062 * minibuf.texi (Basic Completion): Update lazy-completion-table
6063 examples for removal of ARGS argument.
6064
60652005-12-23 Richard M. Stallman <rms@gnu.org>
6066
6067 * text.texi (Undo): Restore some explanation from the version
6068 that was deleted.
6069
60702005-12-23 Eli Zaretskii <eliz@gnu.org>
6071
6072 * text.texi (Undo): Remove duplicate descriptions of `apply
6073 funname' and `apply delta' elements of the undo list.
6074
60752005-12-20 Richard M. Stallman <rms@gnu.org>
6076
6077 * help.texi (Help Functions): Update documentation of `apropos'.
6078
60792005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6080
6081 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6082 because it is confusing. If the :help-echo keyword is a function,
6083 it is not directly used as the :help-echo overlay property, as the
6084 xref seems to suggest (it does not take the appropriate args).
6085
60862005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6087
6088 * customize.texi (Common Keywords): Fix Texinfo usage.
6089 (Group Definitions, Variable Definitions): Update for new
6090 conventions for using `*' in docstrings.
6091
6092 * tips.texi (Documentation Tips): Update for new conventions for
6093 using `*' in docstrings.
6094
60952005-12-16 Richard M. Stallman <rms@gnu.org>
6096
6097 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6098
60992005-12-16 Juri Linkov <juri@jurta.org>
6100
6101 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6102
61032005-12-14 Romain Francoise <romain@orebokech.com>
6104
6105 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6106 Fix typo.
6107
61082005-12-11 Juri Linkov <juri@jurta.org>
6109
6110 * minibuf.texi (Completion Commands): Add mention of read-file-name
6111 for filename completion keymaps.
6112 (Reading File Names): Add mention of filename completion keymaps
6113 for read-file-name and xref to `Completion Commands'.
6114
61152005-12-10 Richard M. Stallman <rms@gnu.org>
6116
6117 * customize.texi (Common Keywords): State caveats for use of :tag.
6118
61192005-12-08 Richard M. Stallman <rms@gnu.org>
6120
6121 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6122 with xrefs and better explanation.
6123 (Completion Commands): Add the filename completion maps.
6124
6125 * objects.texi (Character Type): Clarify that \s is not space
6126 if a dash follows.
6127
61282005-12-05 Richard M. Stallman <rms@gnu.org>
6129
6130 * windows.texi (Resizing Windows): Delete preserve-before args.
6131
61322005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6133
6134 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6135 in full keymaps, since the quirk has been fixed.
6136
61372005-12-03 Eli Zaretskii <eliz@gnu.org>
6138
5dcb4c4e
SM
6139 * hooks.texi (Standard Hooks): Add index entries.
6140 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6141
61422005-11-27 Richard M. Stallman <rms@gnu.org>
6143
6144 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6145
61462005-11-21 Juri Linkov <juri@jurta.org>
6147
6148 * customize.texi (Common Keywords): Update links types
6149 custom-manual and url-link. Add link types emacs-library-link,
6150 file-link, function-link, variable-link, custom-group-link.
6151
61522005-11-20 Chong Yidong <cyd@stupidchicken.com>
6153
6154 * display.texi: Revert 2005-11-20 change.
6155
61562005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6157
6158 * processes.texi (Bindat Functions):
6159 Say "third" to refer to zero-based index "2".
6160
61612005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6162
6163 * loading.texi (Library Search): Update the default value of
6164 `load-suffixes'.
6165
61662005-11-17 Chong Yidong <cyd@stupidchicken.com>
6167
6168 * display.texi (Attribute Functions): Mention :ignore-defface.
6169
61702005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6171
6172 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6173 (Minor Mode Conventions): Mention the use of a hook.
6174
61752005-11-06 Richard M. Stallman <rms@gnu.org>
6176
6177 * files.texi (Magic File Names): find-file-name-handler checks the
6178 `operations' property of the handler.
6179
61802005-11-03 Richard M. Stallman <rms@gnu.org>
6181
6182 * variables.texi (Frame-Local Variables): Small clarification.
6183
61842005-10-29 Chong Yidong <cyd@stupidchicken.com>
6185
6186 * os.texi (Init File): Document ~/.emacs.d/init.el.
6187
61882005-10-29 Richard M. Stallman <rms@gnu.org>
6189
6190 * internals.texi (Garbage Collection): Document memory-full.
6191
61922005-10-28 Bill Wohler <wohler@newt.com>
6193
6194 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6195 for URLs.
6196
61972005-10-28 Richard M. Stallman <rms@gnu.org>
6198
6199 * minibuf.texi (Completion Commands): Clean up prev change.
6200
62012005-10-26 Kevin Ryde <user42@zip.com.au>
6202
6203 * compile.texi (Eval During Compile): Explain recommended uses
6204 of eval-when-compile and eval-and-compile.
6205
62062005-10-27 Masatake YAMATO <jet@gyve.org>
6207
6208 * minibuf.texi (Completion Commands):
6209 Write about new optional argument for `display-completion-list'.
6210
62112005-10-23 Richard M. Stallman <rms@gnu.org>
6212
6213 * display.texi (Overlay Arrow): Clarify about local bindings of
6214 overlay-arrow-position.
6215
62162005-10-22 Eli Zaretskii <eliz@gnu.org>
6217
6218 * internals.texi (Building Emacs): Fix last change.
6219
62202005-10-22 Richard M. Stallman <rms@gnu.org>
6221
6222 * internals.texi (Building Emacs): Document eval-at-startup.
6223
62242005-10-21 Richard M. Stallman <rms@gnu.org>
6225
6226 * loading.texi (Where Defined): load-history contains abs file names.
6227 symbol-file returns abs file names.
6228
62292005-10-19 Kim F. Storm <storm@cua.dk>
6230
6231 * display.texi (Showing Images): Add max-image-size integer value.
6232
62332005-10-18 Chong Yidong <cyd@stupidchicken.com>
6234
6235 * display.texi (Showing Images): Document max-image-size.
6236
62372005-10-17 Richard M. Stallman <rms@gnu.org>
6238
6239 * commands.texi (Quitting): Minor clarification.
6240
6241 * processes.texi (Sentinels): Clarify about output and quitting.
6242 (Filter Functions): Mention with-local-quit.
6243
62442005-10-17 Juri Linkov <juri@jurta.org>
6245
6246 * buffers.texi (Current Buffer):
6247 * commands.texi (Event Input Misc):
6248 * compile.texi (Eval During Compile, Compiler Errors):
6249 * customize.texi (Group Definitions):
6250 * display.texi (Progress, Defining Faces):
6251 * files.texi (Writing to Files):
6252 * modes.texi (Mode Hooks, Defining Minor Modes):
6253 * streams.texi (Output Functions):
6254 * syntax.texi (Syntax Table Functions):
6255 * text.texi (Change Hooks):
6256 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6257
6258 * commands.texi (Quitting): Replace arg `forms' with `body' in
6259 `with-local-quit'.
6260
6261 * positions.texi (Excursions): Replace arg `forms' with `body' in
6262 `save-excursion'.
6263
62642005-10-08 Kim F. Storm <storm@cua.dk>
6265
6266 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6267 Rename manual section accordingly.
6268
62692005-10-04 Kim F. Storm <storm@cua.dk>
6270
6271 * windows.texi (Window Split Tree): New section describing
6272 new function window-split-tree function.
6273
62742005-10-03 Nick Roberts <nickrob@snap.net.nz>
6275
6276 * display.texi (Fringe Size/Pos): Simplify and add detail.
6277
62782005-09-30 Romain Francoise <romain@orebokech.com>
6279
6280 * minibuf.texi (High-Level Completion): Explain that the prompt
6281 given to `read-buffer' should end with a colon and a space.
6282 Update usage examples.
6283
62842005-09-29 Juri Linkov <juri@jurta.org>
6285
6286 * display.texi (Displaying Messages): Rename argument name
6287 `string' to `format-string' in functions `message', `message-box',
6288 `message-or-box'.
6289
62902005-09-26 Chong Yidong <cyd@stupidchicken.com>
6291
6292 * errors.texi (Standard Errors): Correct xrefs.
6293
62942005-09-18 Chong Yidong <cyd@stupidchicken.com>
6295
6296 * display.texi (Defining Images): Update documentation for
6297 `image-load-path'.
6298
62992005-09-17 Richard M. Stallman <rms@gnu.org>
6300
6301 * display.texi (Defining Images): Clean up previous change.
6302
63032005-09-16 Romain Francoise <romain@orebokech.com>
6304
6305 * elisp.texi: Specify GFDL version 1.2.
6306
6307 * doclicense.texi (GNU Free Documentation License): Update to
6308 version 1.2.
6309
63102005-09-15 Chong Yidong <cyd@stupidchicken.com>
6311
6312 * display.texi (Defining Images): Document `image-load-path'.
6313
63142005-09-15 Richard M. Stallman <rms@gnu.org>
6315
6316 * objects.texi (Printed Representation): Minor cleanup.
6317 (Box Diagrams): Minor fix.
6318 (Cons Cell Type): Move (...) index item here.
6319 (Box Diagrams): From here.
6320 (Array Type): Minor fix.
6321 (Type Predicates): Delete index "predicates".
6322 (Hash Table Type): Clarify xref.
6323 (Dotted Pair Notation): Minor fix.
6324
63252005-09-10 Chong Yidong <cyd@stupidchicken.com>
6326
6327 * files.texi (Saving Buffers): Fix typo.
6328
63292005-09-08 Richard M. Stallman <rms@gnu.org>
6330
6331 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6332
63332005-09-08 Chong Yidong <cyd@stupidchicken.com>
6334
6335 * locals.texi (Standard Buffer-Local Variables): Don't include
6336 mode variables for minor modes.
6337 Fix xrefs for buffer-display-count, buffer-display-table,
6338 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6339 enable-multibyte-characters, fill-column, header-line-format,
6340 left-fringe-width, left-margin, and right-fringe-width.
6341
6342 * hooks.texi (Standard Hooks): All hooks should conform to the
6343 standard naming convention now.
6344 Fix xref for `echo-area-clear-hook'.
6345
6346 * display.texi (Usual Display): Note that indicate-empty-lines and
6347 tab-width are buffer-local.
6348
6349 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6350
6351 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6352
6353 * nonascii.texi (Encoding and I/O): Note that
6354 buffer-file-coding-system is buffer-local.
6355
6356 * positions.texi (List Motion): Note that defun-prompt-regexp is
6357 buffer-local.
6358
6359 * text.texi (Auto Filling): Note that auto-fill-function is
6360 buffer-local.
6361 (Undo): Note that buffer-undo-list is buffer-local.
6362
5dcb4c4e
SM
6363 * windows.texi (Buffers and Windows):
6364 Document buffer-display-count.
b8d4c8d0
GM
6365
63662005-09-06 Richard M. Stallman <rms@gnu.org>
6367
6368 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6369 package prefix elsewhere than at the start of the name.
6370
63712005-09-03 Richard M. Stallman <rms@gnu.org>
6372
6373 * tips.texi (Programming Tips): Add conventions for minibuffer
6374 questions and prompts.
6375
63762005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6377
6378 * intro.texi (nil and t): Minor cleanup.
6379 Delete spurious mention of keyword symbols.
6380 (Evaluation Notation): Add index entry.
6381 (A Sample Function Description): Minor cleanup.
6382 (A Sample Variable Description): Not all vars can be set.
6383
63842005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6385
6386 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6387
6388 (Insertion): Document precise type of `insert-char' arg COUNT.
6389
63902005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 * modes.texi (Other Font Lock Variables): Sync the default of
6393 font-lock-lines-before.
6394
63952005-08-31 Michael Albinus <michael.albinus@gmx.de>
6396
6397 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6398
63992005-08-29 Richard M. Stallman <rms@gnu.org>
6400
6401 * elisp.texi (Top): Update subnode menu.
6402
6403 * searching.texi (Searching and Matching): Move node.
6404 Rearrange contents and add overall explanation.
6405 (Searching and Case): Move node.
6406 (Searching and Matching): Update menu.
6407
64082005-08-27 Eli Zaretskii <eliz@gnu.org>
6409
6410 * os.texi (Startup Summary): Fix the description of the initial
6411 startup message display.
6412
64132005-08-25 Richard M. Stallman <rms@gnu.org>
6414
6415 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6416
64172005-08-25 Emilio C. Lopes <eclig@gmx.net>
6418
6419 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6420 `next-overlay-change' example.
6421
64222005-08-22 Juri Linkov <juri@jurta.org>
6423
6424 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6425 Fix invert-face. Fix args of face-background.
6426
6427 * display.texi (Standard Faces): Delete node.
6428 (Faces): Add xref to `(emacs)Standard Faces'.
6429 (Displaying Faces): Fix xref to `Standard Faces'.
6430
6431 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6432
64332005-08-20 Alan Mackenzie <acm@muc.de>
6434
6435 * buffers.texi (The Buffer List): Clarify the manipulation of the
6436 buffer list.
6437
64382005-08-14 Richard M. Stallman <rms@gnu.org>
6439
6440 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6441 a regexp.
6442
64432005-08-11 Richard M. Stallman <rms@gnu.org>
6444
6445 * elisp.texi (Top): Update subnode lists.
6446
6447 * display.texi (Inverse Video): Node deleted.
6448
6449 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6450 New nodes split out of Coding Conventions.
6451
6452 * searching.texi (Regular Expressions): Document re-builder.
6453
6454 * os.texi (Time Parsing): New node split out of Time Conversion.
6455
6456 * processes.texi (Misc Network, Network Feature Testing)
6457 (Network Options, Make Network): New nodes split out of
6458 Low-Level Network.
6459
64602005-08-09 Richard M. Stallman <rms@gnu.org>
6461
6462 * frames.texi (Geometry): New node, split from Size and Position.
6463 (Frame Parameters): Refer to Geometry.
6464
6465 * buffers.texi (The Buffer List): Fix xrefs.
6466
6467 * windows.texi (Splitting Windows): Fix xref.
6468
6469 * frames.texi (Layout Parameters): Add xref.
6470
6471 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6472
6473 * keymaps.texi (Menu Bar): Fix xref.
6474
6475 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6476
6477 * modes.texi (%-Constructs): Fix xref.
6478
6479 * frames.texi (Window Frame Parameters): Node split up.
6480 (Basic Parameters, Position Parameters, Size Parameters)
6481 (Layout Parameters, Buffer Parameters, Management Parameters)
6482 (Cursor Parameters, Color Parameters): New subnodes.
6483
64842005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6485
6486 * positions.texi (Screen Lines): Update xref for previous change
6487 in minibuf.texi.
6488
6489 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6490 change in minibuf.texi.
6491
64922005-08-09 Richard M. Stallman <rms@gnu.org>
6493
6494 * tips.texi (Coding Conventions): Minor cleanup.
6495
6496 * modes.texi (Defining Minor Modes): Explain when init-value
6497 can be non-nil.
6498
6499 * elisp.texi (Top): Update submenu for Minibuffer.
6500
6501 * minibuf.texi (Minibuffer Misc): Node split up.
6502 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6503 (Recursive Mini): New nodes split out from Minibuffer Misc.
6504 (Minibuffer Misc): Document max-mini-window-height.
6505
6506 * hash.texi (Defining Hash): Delete stray paren in example.
6507
6508 * display.texi (Echo Area Customization): Don't define
6509 max-mini-window-height here; xref instead.
6510
6511 * commands.texi (Event Input Misc): Update while-no-input.
6512
6513 * advice.texi (Advising Functions): Explain when to use advice
6514 and when to use a hook.
6515
65162005-07-30 Eli Zaretskii <eliz@gnu.org>
6517
6518 * makefile.w32-in (info): Don't run install-info.
6519 ($(infodir)/dir): New target, produced by running install-info.
6520
65212005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6522
6523 * modes.texi (Defining Minor Modes): The keyword for the initial
6524 value is :init-value, not :initial-value.
6525
65262005-07-23 Eli Zaretskii <eliz@gnu.org>
6527
6528 * loading.texi (Autoload): Make the `doctor' example be consistent
6529 with what's in current loaddefs.el. Describe the "fn" magic in
6530 the usage portion of the doc string.
6531
65322005-07-22 Richard M. Stallman <rms@gnu.org>
6533
6534 * internals.texi (Garbage Collection): Clarify previous change.
6535
65362005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6537
6538 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6539
65402005-07-18 Juri Linkov <juri@jurta.org>
6541
6542 * commands.texi (Accessing Events):
6543 * frames.texi (Text Terminal Colors, Resources):
6544 * markers.texi (The Mark):
6545 * modes.texi (Defining Minor Modes):
6546 Delete duplicate duplicate words.
6547
65482005-07-16 Richard M. Stallman <rms@gnu.org>
6549
6550 * display.texi (Managing Overlays): Clarify make-overlay
6551 args for insertion types.
6552
65532005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6554
6555 * customize.texi (Variable Definitions):
6556 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6557 `standard-value' is a list too.
6558 (Defining New Types): Use @key{RET} instead of @key{ret}.
6559
65602005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6561
6562 * os.texi (Translating Input): Fix typo.
6563
65642005-07-08 Richard M. Stallman <rms@gnu.org>
6565
6566 * README: Update edition number and size estimate.
6567
6568 * elisp.texi (VERSION): Set to 2.9.
6569
65702005-07-07 Richard M. Stallman <rms@gnu.org>
6571
6572 * book-spine.texinfo: Update Emacs version.
6573
6574 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6575
65762005-07-06 Richard M. Stallman <rms@gnu.org>
6577
6578 * searching.texi (Regexp Search): Clarify what re-search-forward
6579 does when the search fails.
6580
65812005-07-05 Lute Kamstra <lute@gnu.org>
6582
6583 * Update FSF's address in GPL notices.
6584
6585 * doclicense.texi (GNU Free Documentation License):
6586 * gpl.texi (GPL):
6587 * tips.texi (Coding Conventions, Library Headers):
6588 * vol1.texi:
6589 * vol2.texi: Update FSF's address.
6590
65912005-07-04 Richard M. Stallman <rms@gnu.org>
6592
6593 * hooks.texi (Standard Hooks): Add occur-hook.
6594
65952005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6596
6597 * display.texi (The Echo Area): Correct menu.
6598
65992005-07-03 Richard M. Stallman <rms@gnu.org>
6600
6601 * elisp.texi (Top): Update subnode menu for Display.
6602
6603 * display.texi (Displaying Messages): New node, with most
6604 of what was in The Echo Area.
5dcb4c4e 6605 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6606 (Logging Messages): New node with new text.
6607 (Echo Area Customization): New node, the rest of what was
6608 in The Echo Area. Document message-truncate-lines with @defvar.
6609 (Display): Update menu.
6610
6611 * windows.texi (Textual Scrolling): Doc 3 values for
6612 scroll-preserve-screen-position.
6613
6614 * text.texi (Special Properties): Change hook functions
6615 should bind inhibit-modification-hooks around altering buffer text.
6616
6617 * keymaps.texi (Key Binding Commands): Call binding BINDING
6618 rather than DEFINITION.
6619
66202005-06-29 Juanma Barranquero <lekktu@gmail.com>
6621
6622 * variables.texi (Defining Variables): `user-variable-p' returns t
6623 for aliases of user options, nil for alias loops.
6624
66252005-06-28 Richard M. Stallman <rms@gnu.org>
6626
6627 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6628 make-keymap.
6629
66302005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6631
6632 * variables.texi (Setting Variables): Correct and clarify
6633 description of `add-to-ordered-list'.
6634
66352005-06-26 Richard M. Stallman <rms@gnu.org>
6636
6637 * display.texi (Faces): Minor cleanup.
6638
66392005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6640
6641 * display.texi (Faces): `facep' returns t for strings that are
6642 face names.
6643
66442005-06-25 Richard M. Stallman <rms@gnu.org>
6645
6646 * objects.texi (Equality Predicates): Clarify meaning of equal.
6647
6648 * windows.texi (Selecting Windows): save-selected-window
6649 and with-selected-window save and restore the current buffer.
6650
66512005-06-24 Richard M. Stallman <rms@gnu.org>
6652
6653 * numbers.texi (Float Basics): Explain how to test for NaN,
6654 and printing the sign of NaNs.
6655
66562005-06-24 Eli Zaretskii <eliz@gnu.org>
6657
6658 * makefile.w32-in (MAKEINFO): Use --force.
6659
66602005-06-23 Richard M. Stallman <rms@gnu.org>
6661
6662 * display.texi (Face Functions): Correct Texinfo usage.
6663
66642005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6665
6666 * lists.texi (Rings): `ring-elements' now returns the elements of
6667 RING in order.
6668
66692005-06-23 Juanma Barranquero <lekktu@gmail.com>
6670
6671 * markers.texi (The Mark): Texinfo usage fix.
6672
66732005-06-23 Kim F. Storm <storm@cua.dk>
6674
6675 * searching.texi (Entire Match Data): Remove evaporate option for
6676 match-data. Do not mention evaporate option for set-match-data.
6677
66782005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6679
6680 * display.texi (Face Functions): Mention face aliases.
6681
66822005-06-21 Richard M. Stallman <rms@gnu.org>
6683
6684 * anti.texi (Antinews): Texinfo usage fix.
6685
66862005-06-21 Karl Berry <karl@gnu.org>
6687
6688 * elisp.texi: Use @copying.
6689
6690 * elisp.texi: Put @summarycontents and @contents before the Top
6691 node, instead of the end of the file, so that the contents appear
6692 in the right place in the dvi/pdf output.
6693
66942005-06-21 Juri Linkov <juri@jurta.org>
6695
6696 * display.texi (Defining Faces): Add `customized-face'.
6697
66982005-06-20 Kim F. Storm <storm@cua.dk>
6699
6700 * variables.texi (Setting Variables): Any type of element can be
6701 given order in add-to-ordered-list. Compare elements with eq.
6702
6703 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6704
67052005-06-20 Karl Berry <karl@gnu.org>
6706
6707 * syntax.texi (Syntax Flags): Make last column very slightly wider
6708 to avoid "generic comment" breaking on two lines and causing an
6709 underfull box.
6710
67112005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6712
6713 * lists.texi (Rings): Various minor clarifications and corrections.
6714
67152005-06-18 Richard M. Stallman <rms@gnu.org>
6716
6717 * functions.texi (Obsolete Functions): Simplify.
6718
6719 * variables.texi (Variable Aliases): Simplify.
6720
6721 * anti.texi, backups.texi, compile.texi, customization.texi:
6722 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6723 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6724 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6725 * variables.texi: Fix formatting ugliness.
6726
6727 * elisp.texi: Add links to Rings and Byte Packing.
6728 Update version and copyright years.
6729
6730 * minibuf.texi: Fix formatting ugliness.
6731 (Completion Commands): Move keymap vars to the end
6732 and vars completing-read binds to the top.
6733
67342005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6735
6736 * processes.texi: Fix typos.
6737 (Bindat Spec): Correct Texinfo error.
6738 (Byte Packing): Fix ungrammatical sentence.
6739
67402005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6741
6742 * lists.texi (Rings): New node.
6743 (Lists): Add it to menu.
6744
6745 * processes.texi (Byte Packing): New node.
6746 (Processes): Add it to menu.
6747
67482005-06-17 Richard M. Stallman <rms@gnu.org>
6749
6750 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6751
6752 * help.texi (Documentation Basics): Explain the xref to
6753 Documentation Tips.
6754
6755 * debugging.texi (Debugger Commands): Minor fix.
6756
67572005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6758
6759 * edebug.texi (Instrumenting): Eliminate duplicate link.
6760 (Specification List): Replace references to "below", referring to
6761 a later node, with one @ref to that node.
6762
6763 * os.texi (Timers): Timers should save and restore the match data
6764 if they change it.
6765
6766 * debugging.texi (Debugger Commands): Mention that the Lisp
6767 debugger can not step through primitive functions.
6768
67692005-06-16 Juanma Barranquero <lekktu@gmail.com>
6770
6771 * functions.texi (Obsolete Functions): Update argument names of
6772 `make-obsolete' and `define-obsolete-function-alias'.
6773
6774 * variables.texi (Variable Aliases): Update argument names of
6775 `defvaralias', `make-obsolete-variable' and
6776 `define-obsolete-variable-alias'.
6777
67782005-06-15 Kim F. Storm <storm@cua.dk>
6779
6780 * searching.texi (Entire Match Data): Rephrase warnings about
6781 evaporate arg to match-data and set-match-data.
6782
67832005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6784
6785 * elisp.texi (Top): Update detailed menu.
6786
6787 * edebug.texi (Edebug): Update menu.
6788 (Instrumenting): Update xrefs.
6789 (Edebug Execution Modes): Correct xref.
6790 (Jumping): Clarify description of `h' command.
6791 Eliminate redundant @ref.
6792 (Breaks): New node.
6793 (Breakpoints): Is now a subsubsection.
6794 (Global Break Condition): Mention `C-x X X'.
6795 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6796 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6797 (Edebug Display Update): Correct pxref.
6798 (Edebug and Macros): New node.
6799 (Instrumenting Macro Calls): Is now a subsubsection.
6800 Neither arg of `def-edebug-spec' is evaluated.
6801 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6802 (Specification Examples): Fix typo.
6803
68042005-06-14 Lute Kamstra <lute@gnu.org>
6805
6806 * debugging.texi (Function Debugging): Primitives can break on
6807 entry too.
6808
68092005-06-14 Kim F. Storm <storm@cua.dk>
6810
6811 * variables.texi (Setting Variables): Add add-to-ordered-list.
6812
68132005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6816 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6817
68182005-06-13 Lute Kamstra <lute@gnu.org>
6819
6820 * text.texi (Special Properties): Fix cross reference.
6821
68222005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6823
6824 * debugging.texi (Function Debugging): Delete mention of empty
6825 string argument to `cancel-debug-on-entry'. Delete inaccurate
6826 description of the return value of that command.
6827
68282005-06-11 Alan Mackenzie <acm@muc.de>
6829
6830 * text.texi (Adaptive Fill): Amplify the description of
6831 fill-context-prefix.
6832
68332005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6834
6835 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6836
68372005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6838
6839 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6840
68412005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6842
6843 * debugging.texi (Error Debugging): Minor rewording.
6844 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6845 is optional.
6846
68472005-06-10 Lute Kamstra <lute@gnu.org>
6848
6849 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6850 (Top): Give it a title. Correct version number. Give the
6851 detailed node listing a more prominent header.
6852 * intro.texi: Don't set VERSION here a second time.
6853 Mention Emacs's version too.
6854 * anti.texi (Antinews): Use EMACSVER to refer to the current
6855 version of Emacs.
6856
68572005-06-09 Kim F. Storm <storm@cua.dk>
6858
6859 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6860 match-data and set-match-data.
6861
68622005-06-08 Richard M. Stallman <rms@gnu.org>
6863
6864 * searching.texi (Entire Match Data): Clarify when match-data
6865 returns markers and when integers.
6866
6867 * display.texi (Defining Faces): Explain that face name should not
6868 end in `-face'.
6869
6870 * modes.texi (Mode Line Data): Minor cleanup.
6871 (Customizing Keywords): Node split out of Search-based Fontification.
6872 Add example of using font-lock-add-keywords from a hook.
6873 Clarify when MODE should be non-nil, and when nil.
6874
68752005-06-06 Richard M. Stallman <rms@gnu.org>
6876
6877 * modes.texi (Mode Line Data): Explain what happens when the car
6878 of a list is a void symbol.
6879 (Search-based Fontification): Explain MODE arg to
6880 font-lock-add-keywords and warn about calls from major modes.
6881
68822005-06-08 Juri Linkov <juri@jurta.org>
6883
6884 * display.texi (Standard Faces): Add `shadow' face.
6885
68862005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6887
6888 * modes.texi (Major Mode Conventions): A derived mode only needs
6889 to put the call to the parent mode inside `delay-mode-hooks'.
6890
68912005-05-29 Richard M. Stallman <rms@gnu.org>
6892
6893 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6894 new, and what that implies. Clarify.
6895
6896 * files.texi (Locating Files): Clean up the text.
6897
6898 * frames.texi (Window Frame Parameters): Document user-size.
6899 Shorten entry for top by referring to left.
6900
69012005-05-26 Richard M. Stallman <rms@gnu.org>
6902
6903 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6904 is new, and what the implications are. Other clarifications.
6905
69062005-05-24 Richard M. Stallman <rms@gnu.org>
6907
6908 * frames.texi (Dialog Boxes): Minor fixes.
6909
69102005-05-25 Masatake YAMATO <jet@gyve.org>
6911
6912 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6913
69142005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6915
6916 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6917 is optional.
6918
69192005-05-24 Nick Roberts <nickrob@snap.net.nz>
6920
10d1d0af 6921 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6922
69232005-05-23 Lute Kamstra <lute@gnu.org>
6924
6925 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6926 syntax-begin-function over font-lock-beginning-of-syntax-function.
6927
69282005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6929
6930 * minibuf.texi (Reading File Names): Update description of
6931 `read-directory-name'.
6932
6933 * modes.texi (Derived Modes): Clarify :group keyword.
6934
69352005-05-21 Eli Zaretskii <eliz@gnu.org>
6936
6937 * files.texi (Locating Files): New subsection.
6938 Describe locate-file and executable-find.
6939
69402005-05-21 Kevin Ryde <user42@zip.com.au>
6941
6942 * frames.texi (Initial Parameters): Update cross reference to
6943 "Emacs Invocation".
6944
69452005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6946
6947 * keymaps.texi (Active Keymaps): Add anchor.
6948
6949 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6950 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6951 appropriate place.
6952 (Derived Modes): Small clarifications.
6953 (Minor Mode Conventions, Keymaps and Minor Modes):
6954 Replace references to nodes with references to anchors.
6955 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6956 Clarify description of lists whose first element is an integer.
6957 (Mode Line Variables): Add anchor.
6958 (%-Constructs): Clarify description of integer after %.
6959 (Emulating Mode Line): Describe nil value for FACE.
6960
69612005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6962
6963 * modes.texi (Derived Modes): Correct references to non-existing
6964 variable standard-syntax-table.
6965
69662005-05-17 Lute Kamstra <lute@gnu.org>
6967
6968 * modes.texi (Defining Minor Modes): Mention the mode hook.
6969
69702005-05-15 Kim F. Storm <storm@cua.dk>
6971
6972 * processes.texi (Network): Remove open-network-stream-nowait.
6973 (Network Servers): Remove open-network-stream-server.
6974
69752005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6976
6977 * elisp.texi (Top): Update detailed menu.
6978
6979 * variables.texi: Reorder nodes.
6980 (Variables): Update menu.
6981 (File Local Variables): Do not refer to the `-*-' line as
6982 a "local variables list". Add pxref.
6983
69842005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6985
6986 * elisp.texi (Top): Update detailed menu for node changes.
6987
6988 * modes.texi (Modes): Update Menu.
6989 (Hooks): Move to beginning of chapter.
6990 Most minor modes run mode hooks too.
6991 `add-hook' can handle void hooks or hooks whose value is a single
6992 function.
6993 (Major Modes): Update Menu.
6994 (Major Mode Basics): New node, split off from `Major Modes'.
6995 (Major Mode Conventions): Correct xref. Explain how to handle
6996 auto-mode-alist if the major mode command has an autoload cookie.
6997 (Auto Major Mode): Major update. Add magic-mode-alist.
6998 (Derived Modes): Major update.
6999 (Mode Line Format): Update Menu.
7000 (Mode Line Basics): New node, split off from `Mode Line Format'.
7001
7002 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7003 for `magic autoload comment'. Add index entries and anchor.
7004
70052005-05-14 Richard M. Stallman <rms@gnu.org>
7006
7007 * tips.texi (Coding Conventions): Explain how important it is
7008 that just loading certain files not change Emacs behavior.
7009
7010 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7011
70122005-05-12 Lute Kamstra <lute@gnu.org>
7013
7014 * modes.texi (Generic Modes): Update.
7015 (Major Modes): Refer to node "Generic Modes".
7016
7017 * elisp.texi (Top): Update to the current structure of the manual.
7018 * processes.texi (Processes): Add menu description.
7019 * customize.texi (Customization): Add menu descriptions.
7020
70212005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7022
7023 * processes.texi (Signals to Processes)
7024 (Low-Level Network): Fix typos.
7025
70262005-05-11 Lute Kamstra <lute@gnu.org>
7027
7028 * elisp.texi (Top): Add some nodes from the chapter "Major and
7029 Minor Modes" to the detailed node listing.
7030
70312005-05-10 Richard M. Stallman <rms@gnu.org>
7032
7033 * keymaps.texi (Extended Menu Items): Menu item filter functions
7034 can be called at any time.
7035
70362005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7037
7038 * variables.texi (File Local Variables): `(hack-local-variables t)'
7039 now also checks whether a mode is specified in the local variables
7040 list.
7041
70422005-05-05 Kevin Ryde <user42@zip.com.au>
7043
7044 * display.texi (The Echo Area): Correct format function cross
7045 reference.
7046
70472005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7048
7049 * variables.texi (Variable Aliases): Change description of
7050 `define-obsolete-variable-alias'.
7051
7052 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7053 (Defining Functions): Add xref.
7054 (Obsolete Functions): New node.
7055 (Function Safety): Standardize capitalization of section title.
7056
7057 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7058 (Dialog Boxes): Complete description of `x-popup-dialog'.
7059
70602005-05-04 Richard M. Stallman <rms@gnu.org>
7061
7062 * commands.texi (Interactive Codes): Fix Texinfo usage.
7063 Document U more clearly.
7064
70652005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7066
7067 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7068 function and not a macro.
7069
7070 * frames.texi (Pop-Up Menus): Correct and clarify description of
7071 `x-popup-menu'.
7072 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7073
70742005-05-01 Richard M. Stallman <rms@gnu.org>
7075
7076 * edebug.texi (Checking Whether to Stop): Fix previous change.
7077
70782005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7079
7080 * display.texi: Fix typos and Texinfo usage.
7081
7082 * edebug.texi (Checking Whether to Stop): executing-macro ->
7083 executing-kbd-macro.
7084
70852005-05-01 Richard M. Stallman <rms@gnu.org>
7086
7087 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7088
70892005-04-30 Richard M. Stallman <rms@gnu.org>
7090
7091 * files.texi (Magic File Names): Document `operations' property.
7092
70932005-04-29 Lute Kamstra <lute@gnu.org>
7094
7095 * modes.texi (Generic Modes): New node.
7096 (Major Modes): Add it to the menu.
7097 (Derived Modes): Add "derived mode" to concept index.
7098
70992005-04-28 Lute Kamstra <lute@gnu.org>
7100
7101 * modes.texi (Defining Minor Modes): Fix previous change.
7102 (Font Lock Mode): Simplify.
7103 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7104 when set and that some parts are optional. Add cross references.
7105 (Search-based Fontification): Say how to specify font-lock-keywords.
7106 Add cross references. Add font-lock-multiline to index.
7107 Move font-lock-keywords-case-fold-search here from node "Other Font
7108 Lock Variables". Document font-lock-add-keywords and
7109 font-lock-remove-keywords.
7110 (Other Font Lock Variables): Move font-lock-keywords-only,
7111 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7112 and font-lock-syntactic-face-function to node "Syntactic Font
7113 Lock". Move font-lock-keywords-case-fold-search to node
7114 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7115 and font-lock-{,un}fontify-{buffer,region}-function.
7116 (Precalculated Fontification): Remove reference to deleted variable
7117 font-lock-core-only.
7118 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7119 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7120 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7121 and font-lock-syntactic-face-function here from node "Other Font
7122 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7123 Syntax Properties". Add cross references.
7124 (Setting Syntax Properties): New node.
7125 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7126 * syntax.texi (Syntax Properties): Add cross reference.
7127 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7128
71292005-04-26 Richard M. Stallman <rms@gnu.org>
7130
7131 * display.texi (Defining Faces):
7132 Document `default' elements of defface spec.
7133
7134 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7135
7136 * variables.texi (Variable Aliases): Clarify text.
7137
71382005-04-25 Chong Yidong <cyd@stupidchicken.com>
7139
7140 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7141
71422005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7143
7144 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7145
71462005-04-24 Eli Zaretskii <eliz@gnu.org>
7147
7148 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7149 syntax-after and syntax-class.
7150
7151 * files.texi (Changing Files): Fix last change's cross-reference.
7152 (Unique File Names): Don't mention "numbers" in the documentation
7153 of make-temp-file and make-temp-name.
7154
71552005-04-23 Richard M. Stallman <rms@gnu.org>
7156
7157 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7158
71592005-04-22 Nick Roberts <nickrob@snap.net.nz>
7160
7161 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7162
71632005-04-22 Nick Roberts <nickrob@snap.net.nz>
7164
7165 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7166 and define-obsolete-variable-alias.
7167
71682005-04-22 Kim F. Storm <storm@cua.dk>
7169
7170 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7171 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7172
71732005-04-21 Lute Kamstra <lute@gnu.org>
7174
7175 * lists.texi (Association Lists): Document rassq-delete-all.
7176
71772005-04-19 Richard M. Stallman <rms@gnu.org>
7178
7179 * modes.texi (Search-based Fontification): Explain that
7180 facespec is an expression to be evaluated.
7181
71822005-04-19 Kevin Ryde <user42@zip.com.au>
7183
7184 * streams.texi (Output Functions): Fix xref.
7185 * strings.texi (String Conversion): Fix xref.
7186
71872005-04-19 Kim F. Storm <storm@cua.dk>
7188
7189 * symbols.texi (Symbol Plists): Add safe-get.
7190 Mention that `get' may signal an error.
7191
71922005-04-18 Nick Roberts <nickrob@snap.net.nz>
7193
7194 * customize.texi (Variable Definitions): Replace tooltip-mode
7195 example with save-place.
7196
71972005-04-17 Richard M. Stallman <rms@gnu.org>
7198
7199 * buffers.texi (Indirect Buffers): Clarify.
7200
7201 * positions.texi (Positions): Clarify converting marker to integer.
7202
7203 * strings.texi (String Basics): Mention string-match; clarify.
7204
72052005-04-08 Lute Kamstra <lute@gnu.org>
7206
7207 * modes.texi (Search-based Fontification): Fix cross references.
7208 Use consistent terminology. Document anchored highlighting.
7209
72102005-04-05 Lute Kamstra <lute@gnu.org>
7211
7212 * modes.texi (Defining Minor Modes): Document :group keyword
7213 argument and its default value.
7214
72152005-04-03 Lute Kamstra <lute@gnu.org>
7216
7217 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7218 references and/or descriptions. Delete major mode hooks; mention
7219 them as a category instead. Rename or delete obsolete hooks.
7220
72212005-04-02 Richard M. Stallman <rms@gnu.org>
7222
7223 * nonascii.texi (Coding System Basics): Another wording cleanup.
7224
72252005-04-01 Richard M. Stallman <rms@gnu.org>
7226
7227 * nonascii.texi (Coding System Basics): Clarify previous change.
7228
72292005-04-01 Kenichi Handa <handa@m17n.org>
7230
10d1d0af 7231 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7232 identity of coding systems.
7233
72342005-03-29 Chong Yidong <cyd@stupidchicken.com>
7235
7236 * text.texi (Buffer Contents): Add filter-buffer-substring and
7237 buffer-substring-filters.
7238
72392005-03-26 Chong Yidong <cyd@stupidchicken.com>
7240
7241 * anti.texi (Antinews): Mention `G' interactive code.
7242
7243 * tips.texi (Compilation Tips): Mention benchmark.el.
7244
72452005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7246
7247 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7248 is now bound to M-o M-o.
7249
7250 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7251
72522005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7253
7254 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7255 in the Emacs Manual).
7256 * Makefile.in (srcs): Remove calendar.texi.
7257 * makefile.w32-in (srcs): Remove calendar.texi.
7258 * display.texi (Display): Change name of next node.
7259 * os.texi (System In): Change name of previous node.
7260 * elisp.texi (Top): Remove Calendar references.
7261 * vol1.texi (Top): Remove Calendar references.
7262 * vol2.texi (Top): Remove Calendar references.
7263
72642005-03-25 Richard M. Stallman <rms@gnu.org>
7265
7266 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7267 Cleanup previous change.
7268
72692005-03-25 Chong Yidong <cyd@stupidchicken.com>
7270
7271 * display.texi (Face Attributes): Faces earlier in an :inherit
7272 list take precedence.
7273 (Scroll Bars): Fix description of vertical-scroll-bars.
7274 Document frame-current-scroll-bars and window-current-scroll-bars.
7275
7276 * markers.texi (The Mark): Document temporary Transient Mark mode.
7277
7278 * minibuf.texi (Reading File Names):
7279 Document read-file-name-completion-ignore-case.
7280
7281 * positions.texi (Screen Lines): Document nil for width argument
7282 to compute-motion.
7283
72842005-03-23 Kim F. Storm <storm@cua.dk>
7285
7286 * display.texi (Standard Faces): Other faces used in the fringe
7287 implicitly inherits from the fringe face.
7288 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7289 properties implicitly inherits from fringe face.
7290 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7291
72922005-03-20 Chong Yidong <cyd@stupidchicken.com>
7293
7294 * display.texi (Invisible Text): State default value of
7295 line-move-ignore-invisible.
7296 (Managing Overlays): Document remove-overlays.
7297 (Standard Faces): Document escape-glyph face.
7298
7299 * minibuf.texi (Reading File Names): Document read-file-name-function.
7300
7301 * modes.texi (Other Font Lock Variables):
7302 Document font-lock-lines-before.
7303
7304 * positions.texi (Skipping Characters): skip-chars-forward allows
7305 character classes.
7306
73072005-03-18 Lute Kamstra <lute@gnu.org>
7308
7309 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7310
73112005-03-17 Richard M. Stallman <rms@gnu.org>
7312
7313 * text.texi (Undo): Document extensible undo entries.
7314
dd7b651b 7315 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7316
7317 * nonascii.texi (Character Codes): Minor fix.
7318
7319 * display.texi (Display Property): Explain the significance
7320 of having text properties that are eq.
7321 (Other Display Specs): Explain string as display spec.
7322
7323 * commands.texi (Interactive Codes): Document G option.
7324
73252005-03-17 Chong Yidong <cyd@stupidchicken.com>
7326
7327 * text.texi (Filling): Add sentence-end-without-period and
7328 sentence-end-without-space.
7329 (Changing Properties): Minor fix.
7330
7331 * anti.texi: Total rewrite.
7332
73332005-03-15 Lute Kamstra <lute@gnu.org>
7334
7335 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7336
73372005-03-08 Kim F. Storm <storm@cua.dk>
7338
7339 * display.texi (Specified Space): Property :width is support on
7340 non-graphic terminals, :height is not.
7341
73422005-03-07 Richard M. Stallman <rms@gnu.org>
7343
7344 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7345 Now subnodes of Fringes.
7346 (Overlay Arrow): Document overlay-arrow-variable-list.
7347 (Fringe Size/Pos): New node, broken out of Fringes.
7348 (Display): Explain clearing vs redisplay better.
7349 (Truncation): Clarify use of bitmaps.
7350 (The Echo Area): Clarify the uses of the echo area.
7351 Add max-mini-window-height.
7352 (Progress): Clarify.
7353 (Invisible Text): Explain that main loop moves point out.
7354 (Selective Display): Say "hidden", not "invisible".
7355 (Managing Overlays): Move up. Describe relation to Undo here.
7356 (Overlay Properties): Clarify intro.
7357 (Finding Overlays): Explain return values when nothing found.
7358 (Width): truncate-string-to-width has added arg.
7359 (Displaying Faces): Clarify and update mode line face handling.
7360 (Face Functions): Minor cleanup.
7361 (Conditional Display): Merge into Other Display Specs.
7362 (Pixel Specification, Other Display Specs): Minor cleanups.
7363 (Images, Image Descriptors): Minor cleanups.
7364 (GIF Images): Patents have expired.
7365 (Showing Images): Explain default text for insert-image.
7366 (Manipulating Button Types): Merge into Manipulating Buttons.
7367 (Making Buttons): Explain return values.
7368 (Button Buffer Commands): Add xref.
7369 (Inverse Video): Update mode-line-inverse-video.
7370 (Display Table Format): Clarify.
7371 (Active Display Table): Give defaults for window-display-table.
7372
7373 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7374 and calendar-today-marker are strings, not chars.
7375 (Holiday Customizing): Minor fix.
7376
7377 * internals.texi (Writing Emacs Primitives): Update `or' example.
7378 Update limit on # args of subr.
7379
7380 * edebug.texi (Using Edebug): Arrow is in fringe.
7381 (Instrumenting): Arg to eval-defun works without loading edebug.
7382 (Edebug Execution Modes): Add xref.
7383
7384 * customize.texi (Common Keywords): Clarify :require.
7385 Mention :version here.
7386 (Variable Definitions, Group Definitions): Not here.
7387 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7388
73892005-03-07 Chong Yidong <cyd@stupidchicken.com>
7390 * nonascii.texi (Text Representations): Clarify position-bytes.
7391 (Character Sets): Add list-charset-chars.
7392 (Scanning Charsets): Add charset-after.
7393 (Encoding and I/O): Minor fix.
7394
73952005-03-06 Richard M. Stallman <rms@gnu.org>
7396
7397 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7398 (Resizing Windows): Likewise.
7399
7400 * text.texi (Change Hooks): Get rid of "Emacs 21".
7401
7402 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7403
7404 * streams.texi (Output Variables): Get rid of "Emacs 21".
7405
7406 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7407
7408 * os.texi (Translating Input): Replace flow-control example
7409 with a less obsolete example that uses `keyboard-translate'.
7410
7411 * objects.texi (Hash Table Type, Circular Objects):
7412 Get rid of "Emacs 21".
7413
7414 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7415 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7416
7417 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7418
7419 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7420
7421 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7422 (Menu Bar): Fix when menu-bar-update-hook is called.
7423
7424 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7425
7426 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7427 and make it read better.
7428
7429 * files.texi (Writing to Files): Get rid of "Emacs 21".
7430 (Unique File Names): Likewise.
7431
7432 * elisp.texi: Update Emacs version to 22.
7433
7434 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7435 (Overlay Properties, Face Attributes): Likewise.
7436 (Managing Overlays): Fix punctuation.
7437 (Attribute Functions): Clarify set-face-font; get rid of
7438 info about old Emacs versions.
7439 (Auto Faces, Font Lookup, Display Property, Images):
7440 Get rid of "Emacs 21".
7441
7442 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7443
74442005-03-05 Richard M. Stallman <rms@gnu.org>
7445
7446 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7447
74482005-03-04 Lute Kamstra <lute@gnu.org>
7449
7450 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7451
74522005-03-03 Lute Kamstra <lute@gnu.org>
7453
7454 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7455
74562005-03-01 Lute Kamstra <lute@gnu.org>
7457
7458 * debugging.texi (Debugger Commands): Update `j'.
7459
74602005-02-28 Lute Kamstra <lute@gnu.org>
7461
7462 * debugging.texi (Debugging): Fix typo.
7463 (Error Debugging): Document eval-expression-debug-on-error.
7464 (Function Debugging): Update example.
7465 (Using Debugger): Mention starred stack frames.
7466 (Debugger Commands): Document `j' and `l'.
7467 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7468 Update the messages that the debugger displays.
7469 (Internals of Debugger): Add cross reference. Update example.
7470 (Excess Open): Minor improvement.
7471 (Excess Close): Minor improvement.
7472
74732005-02-26 Richard M. Stallman <rms@gnu.org>
7474
7475 * tips.texi (Coding Conventions): Clarify.
7476 Put all the major mode key reservations together.
7477 Mention the Mouse-1 => Mouse-2 conventions.
7478
7479 * syntax.texi (Syntax Class Table): Clarify.
7480 (Syntax Table Functions): syntax-after moved from here.
7481 (Syntax Table Internals): syntax-after moved to here.
7482 (Parsing Expressions): Update info on number of values
7483 and what's meaningful in the STATE argument.
7484 (Categories): Fix typo.
7485
7486 * sequences.texi (Arrays): Cleanup.
7487 (Char-Tables): Clarify.
7488
7489 * processes.texi (Deleting Processes): Cleanups, add xref.
7490 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7491 (Process Information): set-process-coding-system, some args optional.
7492 (Input to Processes): Explain various types for PROCESS args.
7493 Rename them from PROCESS-NAME to PROCESS.
7494 (Signals to Processes): Likewise.
7495 (Decoding Output): Cleanup.
7496 (Query Before Exit): Clarify.
7497
7498 * os.texi (Startup Summary): Correct the options; add missing ones.
7499 (Terminal Output, Batch Mode): Clarify.
7500 (Flow Control): Node deleted.
7501
7502 * markers.texi (The Mark): Clarify.
7503
7504 * macros.texi (Expansion): Cleanup.
7505 (Indenting Macros): indent-spec allows ints, not floats.
7506
7507 * keymaps.texi (Keymaps): Clarify.
7508 (Format of Keymaps): Update lisp-mode-map example.
7509 (Active Keymaps, Key Lookup): Clarify.
7510 (Changing Key Bindings): Add xref to `kbd'.
7511 (Key Binding Commands, Simple Menu Items): Clarify.
7512 (Mouse Menus, Menu Bar): Clarify.
7513 (Menu Example): Replace print example with menu-bar-replace-menu.
7514
7515 * help.texi (Documentation Basics): Add function-documentation prop.
7516
7517 * elisp.texi (Top): Don't refer to Flow Control node.
7518
7519 * commands.texi (Command Overview): Improve xrefs.
7520 (Adjusting Point): Adjusting point applies to intangible and invis.
7521 (Key Sequence Input): Doc extra read-key-sequence args.
7522 Likewise for read-key-sequence-vector.
7523
7524 * backups.texi (Rename or Copy): Minor fix.
7525 (Numbered Backups): For version-control, say the default.
7526 (Auto-Saving): make-auto-save-file-name example is simplified.
7527
7528 * advice.texi (Advising Functions): Don't imply one part of Emacs
7529 should advise another part. Markup changes.
7530 (Defining Advice): Move transitional para.
7531 (Activation of Advice): Cleanup.
7532 Explain if COMPILE is nil or negative.
7533
7534 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7535
75362005-02-24 Lute Kamstra <lute@gnu.org>
7537
7538 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7539 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7540
75412005-02-23 Lute Kamstra <lute@gnu.org>
7542
7543 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7544 to define global minor modes as well.
7545
7546 * display.texi (Managing Overlays): overlay-buffer returns nil for
7547 deleted overlays.
7548
75492005-02-22 Kim F. Storm <storm@cua.dk>
7550
7551 * minibuf.texi (Basic Completion): Allow symbols in addition to
7552 strings in try-completion and all-completions.
7553
75542005-02-14 Lute Kamstra <lute@gnu.org>
7555
7556 * elisp.texi (Top): Remove reference to deleted node.
7557
7558 * lists.texi (Lists): Remove reference to deleted node.
7559 (Cons Cells): Fix typo.
7560
7561 * loading.texi (Where Defined): Fix typo.
7562
75632005-02-14 Richard M. Stallman <rms@gnu.org>
7564
7565 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7566 is useful for discarding some minor modes.
7567
7568 * symbols.texi (Symbol Components): Reorder examples.
7569
7570 * streams.texi (Input Functions): State standard-input default.
7571 (Output Variables): State standard-output default.
7572
7573 * objects.texi (Printed Representation): Clarify read syntax vs print.
7574 (Floating Point Type): Explain meaning better.
7575 (Symbol Type): Explain uniqueness better.
7576 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7577 List examples sooner.
7578 (Box Diagrams): New subnode broken out.
7579 Some examples moved from old Lists as Boxes node.
7580 (Dotted Pair Notation): Clarify intro.
7581 (Array Type): Clarify.
7582 (Type Predicates): Add hash-table-p.
7583
7584 * numbers.texi (Integer Basics): Clarify radix explanation.
7585 (Predicates on Numbers): Minor clarification.
7586 (Comparison of Numbers): Minor clarification. Clarify eql.
7587 Typos in min, max.
7588 (Math Functions): Clarify overflow in expt.
7589
7590 * minibuf.texi (Text from Minibuffer): Minor clarification.
7591 Mention arrow keys.
7592
7593 * loading.texi (Autoload): defun's doc string overrides autoload's
7594 doc string.
7595 (Repeated Loading): Modernize "add to list" examples.
7596 (Where Defined): Finish updating table of load-history elts.
7597
7598 * lists.texi (List-related Predicates): Minor wording improvement.
7599 (Lists as Boxes): Node deleted.
7600 (Building Lists): Explain trivial cases of number-sequence.
7601
7602 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7603 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7604 (Hash Access): Any object can be a key.
7605 State value of maphash.
7606
7607 * functions.texi (What Is a Function): Wording cleanup.
7608 (Function Documentation): Minor cleanup.
7609 Explain purpose of calling convention at end of doc string.
7610 (Function Names): Wording cleanup.
7611 (Calling Functions): Wording cleanup.
7612 Explain better how funcall calls the function.
7613 (Function Cells): Delete example of saving and redefining function.
7614
7615 * control.texi (Combining Conditions): Wording cleanup.
7616 (Iteration): dolist and dotimes bind VAR locally.
7617 (Cleanups): Xref to Atomic Changes.
7618
7619 * compile.texi (Byte Compilation): Delete 19.29 info.
7620 (Compilation Functions): Macros' difficulties don't affect defsubst.
7621 (Docs and Compilation): Delete 19.29 info.
7622
76232005-02-10 Richard M. Stallman <rms@gnu.org>
7624
7625 * objects.texi (Symbol Type): Minor correction.
7626
76272005-02-06 Lute Kamstra <lute@gnu.org>
7628
7629 * modes.texi (Example Major Modes): Fix typos.
7630
76312005-02-06 Richard M. Stallman <rms@gnu.org>
7632
7633 * text.texi (Margins): fill-nobreak-predicate can be one function.
7634
7635 * strings.texi (Modifying Strings): clear-string can make unibyte.
7636 (Formatting Strings): format gives error if values missing.
7637
7638 * positions.texi (Character Motion): Mention default arg
7639 for forward-char. backward-char refers to forward-char.
7640 (Word Motion): Mention default arg for forward-word.
7641 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7642 Simplify end-of-buffer.
7643 (Text Lines): Mention default arg for forward-line.
7644 (List Motion): Mention default arg for beginning/end-of-defun.
7645 (Skipping Characters): Minor fixes in explaining character-set.
7646
7647 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7648 Mode inheritance applies only when default-major-mode is nil.
7649 Clarifications.
7650 (Example Major Modes): Update Text mode and Lisp mode examples.
7651 (Minor Mode Conventions): Mention define-minor-mode at top.
7652 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7653 (Mode Line Format): Update mode line face display info.
7654 (Properties in Mode): Mention effect of risky vars.
7655 (Imenu): Define imenu-add-to-menubar.
7656 (Font Lock Mode): Add descriptions to menu lines.
7657 (Faces for Font Lock): Add font-lock-doc-face.
7658
76592005-02-05 Lute Kamstra <lute@gnu.org>
7660
7661 * text.texi (Maintaining Undo): Remove obsolete function.
7662
76632005-02-05 Eli Zaretskii <eliz@gnu.org>
7664
7665 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7666 color specifications. Improve indexing.
b8d4c8d0
GM
7667 (Text Terminal Colors): Replace the description of RGB values by
7668 an xref to "Color Names".
7669
76702005-02-03 Richard M. Stallman <rms@gnu.org>
7671
7672 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7673 Clarify.
7674 (Selecting Windows): Clarify save-selected-window.
7675 (Cyclic Window Ordering): Clarify walk-windows.
7676 (Window Point): Clarify.
7677 (Window Start): Add comment to example.
7678 (Resizing Windows): Add `interactive' specs in examples.
7679 Document fit-window-to-buffer.
7680
7681 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7682 (Undo, Maintaining Undo): Clarify last change.
7683 (Sorting): In sort-numeric-fields, explain about octal and hex.
7684 Mention sort-numeric-base.
7685 (Format Properties): Add xref for hard newlines.
7686
7687 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7688 (Pop-Up Menus): Fix typo.
7689 (Color Names): Explain all types of color names.
7690 Explain color-values on B&W terminal.
7691 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7692
7693 * files.texi (File Locks): Not supported on MS systems.
7694 (Testing Accessibility): Clarify.
7695
7696 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7697 (Coverage Testing): Fix typo.
7698
7699 * commands.texi (Misc Events): Remove stray space.
7700
7701 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7702 (Modification Time): Clarify when visited-file-modtime returns 0.
7703 (The Buffer List): Clarify bury-buffer.
7704 (Killing Buffers): Clarify.
7705 (Indirect Buffers): Add clone-indirect-buffer.
7706
77072005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7708
7709 * edebug.texi (Printing in Edebug): Fix default value of
7710 edebug-print-circle.
7711 (Coverage Testing): Fix displayed frequency count data.
7712
77132005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7714
7715 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7716
77172005-02-02 Kim F. Storm <storm@cua.dk>
7718
7719 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7720
77212005-01-29 Eli Zaretskii <eliz@gnu.org>
7722
7723 * commands.texi (Misc Events): Describe the help-echo event.
7724
7725 * text.texi (Special Properties) <help-echo>: Use `pos'
7726 consistently in description of the help-echo property.
7727 Use @code{nil} instead of @var{nil}.
7728
7729 * display.texi (Overlay Properties): Fix the index entry for
7730 help-echo overlay property.
7731
7732 * customize.texi (Type Keywords): Uncomment the xref to the
7733 help-echo property documentation.
7734
77352005-01-23 Kim F. Storm <storm@cua.dk>
7736
7737 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7738 return value. Third element FULLY replaced by PARTIAL which
7739 specifies number of invisible pixels if row is only partially visible.
7740 (Textual Scrolling): Mention auto-window-vscroll.
7741 (Vertical Scrolling): New defvar auto-window-vscroll.
7742
77432005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7744
7745 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7746 command remapping.
7747
77482005-01-15 Richard M. Stallman <rms@gnu.org>
7749
7750 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7751
77522005-01-14 Kim F. Storm <storm@cua.dk>
7753
7754 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7755
7756 * text.texi (Links and Mouse-1): Fix string and vector item.
7757
77582005-01-13 Richard M. Stallman <rms@gnu.org>
7759
7760 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7761 descriptions of overriding-local-map and overriding-terminal-local-map.
7762
7763 * text.texi (Links and Mouse-1): Clarify text.
7764
77652005-01-13 Kim F. Storm <storm@cua.dk>
7766
7767 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7768
77692005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7770
7771 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7772
77732005-01-12 Kim F. Storm <storm@cua.dk>
7774
7775 * text.texi (Links and Mouse-1): Rename section from Enabling
7776 Mouse-1 to Following Links. Change xrefs.
7777 Add examples for define-button-type and define-widget.
7778
7779 * display.texi (Button Properties, Button Buffer Commands):
7780 Clarify mouse-1 and follow-link functionality.
7781
77822005-01-12 Richard M. Stallman <rms@gnu.org>
7783
7784 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7785
7786 * display.texi (Beeping): Fix Texinfo usage.
7787
7788 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7789
77902005-01-11 Kim F. Storm <storm@cua.dk>
7791
7792 * display.texi (Button Properties, Button Buffer Commands):
7793 Mention mouse-1 binding. Add follow-link keyword.
7794
7795 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7796 (Enabling Mouse-1 to Follow Links): New subsection.
7797
77982005-01-06 Richard M. Stallman <rms@gnu.org>
7799
7800 * text.texi (Special Properties): Minor change.
7801
7802 * os.texi (Timers): Clarify previous change.
7803
7804 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7805
78062005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7807
7808 * display.texi (Face Attributes): Correct xref to renamed node.
7809
78102005-01-01 Richard M. Stallman <rms@gnu.org>
7811
7812 * display.texi (Face Attributes): Describe hex color specs.
7813
78142004-12-31 Richard M. Stallman <rms@gnu.org>
7815
7816 * os.texi (Timers): Update previous change.
7817
78182004-12-30 Kim F. Storm <storm@cua.dk>
7819
7820 * display.texi (Line Height): Total line-height is now specified
7821 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7822 in cons cells. (nil . RATIO) is relative to actual line height.
7823 Use line-height `t' instead of `0' to get minimum height.
7824
78252004-12-29 Richard M. Stallman <rms@gnu.org>
7826
7827 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7828
78292004-12-28 Richard M. Stallman <rms@gnu.org>
7830
7831 * commands.texi (Quitting): Clarify value of with-local-quit.
7832
7833 * elisp.texi (Top): Fix previous change.
7834
7835 * loading.texi (Loading): Fix previous change.
7836
78372004-12-27 Richard M. Stallman <rms@gnu.org>
7838
7839 * Makefile.in (MAKEINFO): Specify --force.
7840
7841 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7842
7843 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7844
7845 * display.texi (Line Height): Further clarify.
7846
7847 * elisp.texi (Top): Update Loading submenu.
7848
7849 * loading.texi (Where Defined): New node.
7850 (Unloading): load-history moved to Where Defined.
7851
78522004-12-21 Richard M. Stallman <rms@gnu.org>
7853
7854 * commands.texi (Event Input Misc): Add while-no-input.
7855
78562004-12-11 Richard M. Stallman <rms@gnu.org>
7857
7858 * display.texi (Line Height): Rewrite text for clarity.
7859
78602004-12-11 Kim F. Storm <storm@cua.dk>
7861
7862 * display.texi (Display): Add node "Line Height" to menu.
7863 (Line Height): New node. Move full description of line-spacing
7864 and line-height text properties here from text.texi.
7865 (Scroll Bars): Add vertical-scroll-bar variable.
7866
7867 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7868
7869 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7870 line-spacing and vertical-scroll-bar.
7871
7872 * text.texi (Special Properties): Just mention line-spacing and
7873 line-height here, add xref to new "Line Height" node.
7874
78752004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7876
7877 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7878
7879 * locals.texi (Standard Buffer-Local Variables):
7880 Add @xref for `line-spacing'.
7881
78822004-12-05 Richard M. Stallman <rms@gnu.org>
7883
7884 * Makefile.in (maintainer-clean): Remove the info files
7885 in $(infodir) where they are created.
7886
78872004-12-03 Richard M. Stallman <rms@gnu.org>
7888
7889 * windows.texi (Selecting Windows): get-lru-window and
7890 get-largest-window don't consider dedicated windows.
7891
7892 * text.texi (Undo): Document undo-in-progress.
7893
78942004-11-26 Richard M. Stallman <rms@gnu.org>
7895
7896 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7897 Remove a few vars that are not always buffer-local.
7898
78992004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7900
7901 * locals.texi (Standard Buffer-Local Variables): Comment out
7902 xref's to non-existent node `Yet to be written'.
7903
79042004-11-24 Richard M. Stallman <rms@gnu.org>
7905
7906 * processes.texi (Synchronous Processes): Grammar fix.
7907
7908 * numbers.texi (Comparison of Numbers): Add eql.
7909
7910 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7911
7912 * intro.texi (Printing Notation): Fix previous change.
7913
7914 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7915 and default-indicate-buffer-boundaries from here.
7916 (Usual Display): To here.
7917 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7918 (Usual Display): Move tab-width up.
7919
5dcb4c4e
SM
7920 * customize.texi (Variable Definitions):
7921 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7922 (Simple Types, Composite Types, Defining New Types):
7923 Minor cleanups.
7924
79252004-11-21 Jesper Harder <harder@ifa.au.dk>
7926
7927 * processes.texi (Synchronous Processes, Output from Processes):
7928 Markup fix.
7929
79302004-11-20 Richard M. Stallman <rms@gnu.org>
7931
7932 * positions.texi (Skipping Characters): skip-chars-forward
7933 now handles char classes.
7934
7935 * intro.texi (Printing Notation): Avoid confusion of `print'
7936 when explaining @print.
7937
7938 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7939
7940 * display.texi (Display Table Format): Minor fix.
7941
7942 * streams.texi (Output Functions): Fix print example.
7943
7944 * Makefile.in (elisp): New target.
7945 (dist): Depend on $(infodir)/elisp, not elisp.
7946 Copy the info files from $(infodir).
7947
7948 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7949 read-from-minibuffer.
7950
7951 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7952
79532004-11-19 Richard M. Stallman <rms@gnu.org>
7954
7955 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7956
79572004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7958
7959 * tips.texi (Coding Conventions): Fix typo.
7960
79612004-11-16 Richard M. Stallman <rms@gnu.org>
7962
7963 * tips.texi (Coding Conventions): Separate defvar and require
7964 methods to avoid warnings. Use require only when there are many
7965 functions and variables from that package.
7966
7967 * minibuf.texi (Minibuffer Completion): When ignoring case,
7968 predicate must not be case-sensitive.
7969
7970 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7971 (Test Coverage): Don't talk about "splotches". Clarified.
7972
79732004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7974
7975 * frames.texi (Window Frame Parameters): Fix typo.
7976
79772004-11-15 Kim F. Storm <storm@cua.dk>
7978
7979 * symbols.texi (Other Plists): Note that plist-get may signal error.
7980 Add safe-plist-get.
7981
79822004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7983
7984 * modes.texi (Font Lock Basics): Fix typo.
7985
79862004-11-08 Richard M. Stallman <rms@gnu.org>
7987
7988 * syntax.texi (Syntax Table Functions): Add syntax-after.
7989
79902004-11-06 Lars Brinkhoff <lars@nocrew.org>
7991
7992 * os.texi (Processor Run Time): New section documenting
7993 get-internal-run-time.
7994
79952004-11-06 Eli Zaretskii <eliz@gnu.org>
7996
7997 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7998 it nukes elisp-cover.texi.
7999 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8000 elisp-0 etc.
8001
80022004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8003
8004 * commands.texi (Keyboard Macros): Document `append' return value
8005 of `defining-kbd-macro'.
8006
80072004-11-01 Richard M. Stallman <rms@gnu.org>
8008
8009 * commands.texi (Interactive Call): Add called-interactively-p.
8010
80112004-10-29 Simon Josefsson <jas@extundo.com>
8012
8013 * minibuf.texi (Reading a Password): Revert.
8014
80152004-10-28 Richard M. Stallman <rms@gnu.org>
8016
8017 * frames.texi (Display Feature Testing): Explain about "vendor".
8018
80192004-10-27 Richard M. Stallman <rms@gnu.org>
8020
8021 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8022 not raw. Clarify `n'.
8023 (Interactive Call): Rewrite interactive-p, focusing on when
8024 and how to use it.
8025 (Misc Events): Clarify previous change.
8026
8027 * advice.texi (Simple Advice): Clarify what job the example does.
8028 (Around-Advice): Clarify ad-do-it.
8029 (Activation of Advice): An option of ad-default-compilation-action
8030 is `never', not `nil'.
8031
80322004-10-26 Kim F. Storm <storm@cua.dk>
8033
8034 * commands.texi (Interactive Codes): Add U code letter.
8035
80362004-10-25 Simon Josefsson <jas@extundo.com>
8037
8038 * minibuf.texi (Reading a Password): Add.
8039
80402004-10-24 Jason Rumney <jasonr@gnu.org>
8041
8042 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8043 and wheel-down.
8044
80452004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8046
8047 * processes.texi (Synchronous Processes): Document process-file.
8048
80492004-10-22 Kenichi Handa <handa@m17n.org>
8050
8051 * text.texi (translate-region): Document that it accepts also a
8052 char-table.
8053
80542004-10-22 David Ponce <david@dponce.com>
8055
8056 * windows.texi (Resizing Windows): Document the `preserve-before'
8057 argument of the functions `enlarge-window' and `shrink-window'.
8058
80592004-10-19 Jason Rumney <jasonr@gnu.org>
8060
8061 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8062
80632004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8064
8065 * text.texi (Filling): Add anchor for definition of
8066 `sentence-end-double-space'.
8067
8068 * searching.texi (Regexp Example): Update description of how
8069 Emacs currently recognizes the end of a sentence.
8070 (Standard Regexps): Update definition of the variable
8071 `sentence-end'. Add definition of the function `sentence-end'.
8072
80732004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8074
8075 * display.texi (Progress): New node.
8076
80772004-10-05 Kim F. Storm <storm@cua.dk>
8078
8079 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8080
80812004-09-29 Kim F. Storm <storm@cua.dk>
8082
8083 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8084 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8085 fringe bitmap symbols, as they now have their own namespace.
8086 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8087 vs. pixels. Signal error if no free bitmap slots.
8088 (Pixel Specification): Change IMAGE to @var{image}.
8089
80902004-09-28 Richard M. Stallman <rms@gnu.org>
8091
8092 * text.texi (Special Properties): Clarify line-spacing and line-height.
8093
8094 * searching.texi (Regexp Search): Add looking-back.
8095
80962004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8097
8098 * display.texi: Correct typos.
8099 (Image Descriptors): Correct xref's.
8100
81012004-09-25 Richard M. Stallman <rms@gnu.org>
8102
8103 * text.texi (Special Properties): Cleanups in `cursor'.
8104 Rewrites in `line-height' and `line-spacing'; exchange them.
8105
8106 * display.texi (Fringes): Rewrite previous change.
8107 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8108 (Display Fringe Bitmaps): Node deleted, text moved.
8109 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8110 (Scroll Bars): Clarify set-window-scroll-bars.
8111 (Pointer Shape): Rewrite.
8112 (Specified Space): Clarify :align-to, etc.
8113 (Pixel Specification): Use @var. Clarify new text.
8114 (Other Display Specs): Clarify `slice'.
8115 (Image Descriptors): Cleanups.
8116 (Showing Images): Cleanups.
8117
81182004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8119
8120 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8121
8122 * modes.texi: Various minor changes in addition to:
8123 (Major Mode Conventions): Final call to `run-mode-hooks' should
8124 not be inside the `delay-mode-hooks' form.
8125 (Mode Hooks): New node.
8126 (Hooks): Delete obsolete example.
8127 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8128 node "Mode Hooks".
8129
81302004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8131
8132 * display.texi: Correct various typos.
8133 (Display): Rename node "Pointer Shapes" to "Pointer
8134 Shape". (There is already a node called "Pointer Shapes" in
8135 frames.texi.)
8136 (Images): Remove non-existent node "Image Slices" from menu.
8137
81382004-09-23 Kim F. Storm <storm@cua.dk>
8139
8140 * text.texi (Special Properties): Add `cursor', `pointer',
8141 `line-height', and `line-spacing' properties.
8142
8143 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8144 Shapes' to menu.
8145 (Standard Faces): Doc fix for fringe face.
8146 (Fringes): Add `overflow-newline-into-fringe' and
8147 'indicate-buffer-boundaries'.
8148 (Fringe Bitmaps, Pointer Shapes): New nodes.
8149 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8150 Bitmaps' to menu.
8151 (Specified Space): Describe pixel width and height.
8152 (Pixel Specification): New node.
8153 (Other Display Specs): Add `slice' property.
8154 (Display Fringe Bitmaps): New node.
8155 (Images): Add 'Image Slices' to menu.
8156 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8157 (Showing Images): Add slice arg to `insert-image'.
8158 Add 'insert-sliced-image'.
b8d4c8d0
GM
8159
81602004-09-20 Richard M. Stallman <rms@gnu.org>
8161
8162 * commands.texi (Key Sequence Input):
8163 Clarify downcasing in read-key-sequence.
8164
81652004-09-08 Juri Linkov <juri@jurta.org>
8166
8167 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8168
81692004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8170
5dcb4c4e
SM
8171 * locals.texi (Standard Buffer-Local Variables):
8172 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8173 * internals.texi (Buffer Internals): Describe new
8174 auto_save_file_format field of the buffer structure.
8175 * files.texi (Format Conversion): `auto-save-file-format' has been
8176 renamed `buffer-auto-save-file-format'.
8177
81782004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8179
8180 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8181 an integer or a marker.
8182 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8183
81842004-08-22 Richard M. Stallman <rms@gnu.org>
8185
8186 * modes.texi (Major Mode Conventions): Discuss rebinding of
8187 standard key bindings.
8188
81892004-08-18 Kim F. Storm <storm@cua.dk>
8190
8191 * processes.texi (Accepting Output): Add `just-this-one' arg to
8192 `accept-process-output'.
8193 (Output from Processes): New var `process-adaptive-read-buffering'.
8194
81952004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8196
8197 * keymaps.texi: Various changes in addition to:
8198 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8199 Give more varied examples for `kbd'.
8200 (Creating Keymaps): Char tables have slots for all characters
8201 without modifiers.
8202 (Active Keymaps): `overriding-local-map' and
8203 `overriding-terminal-local-map' also override text property and
8204 overlay keymaps.
8205 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8206 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8207 to denote a prefix of no events.
8208 `map-keymap' includes parent's bindings _recursively_.
8209 Clarify and correct description of `where-is-internal'.
8210 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8211 (Menu Example): For menus intended for use with the keyboard, the
8212 menu items should be bound to characters or real function keys.
8213
82142004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8215
8216 * objects.texi (Character Type): Reposition `@anchor' to prevent
8217 double space inside sentence in Info.
8218
8219 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8220 renamed to `disabled-command-function'.
8221 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8222 (Command Loop Info): Replace reference to it.
8223 (Disabling Commands): `disabled-command-hook' has been renamed to
8224 `disabled-command-function'.
8225
82262004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8227
8228 * os.texi (Translating Input): Only non-prefix bindings in
8229 `key-translation-map' override actual key bindings. Warn about
8230 possible indirect effect of actual key bindings on non-prefix
8231 bindings in `key-translation-map'.
8232
82332004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8234
8235 * minibuf.texi (High-Level Completion): Add anchor for definition
8236 of `read-variable'.
8237
8238 * commands.texi: Various changes in addition to:
8239 (Using Interactive): Clarify description of `interactive-form'.
8240 (Interactive Call): Mention default for KEYS argument to
8241 `call-interactively'.
8242 (Command Loop Info): Clarify description of `this-command-keys'.
8243 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8244 Value of `last-event-frame' can be `macro'.
8245 (Repeat Events): `double-click-fuzz' is also used to distinguish
8246 clicks and drags.
8247 (Classifying Events): Clarify descriptions of `event-modifiers'
8248 `event-basic-type' and `event-convert-list'.
8249 (Accessing Events): `posn-timestamp' takes POSITION argument.
8250 (Quoted Character Input): Clarify description of
8251 `read-quoted-char' and fix example.
8252 (Quitting): Add `with-local-quit'.
8253 (Disabling Commands): Correct and clarify descriptions of
8254 `enable-command' and `disable-command'.
8255 Mention what happens if `disabled-command-hook' is nil.
8256 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8257 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8258
82592004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8260
8261 * frames.texi: Various changes in addition to:
8262 (Creating Frames): Expand and clarify description of `make-frame'.
8263 (Window Frame Parameters): Either none or both of the `icon-left'
8264 and `icon-top' parameters must be specified. Put descriptions of
8265 `menu-bar-lines' and `toolbar-lines' closer together and change
8266 them accordingly.
8267 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8268 except while processing `frame-title-format' or `icon-title-format'.
8269 (Deleting Frames): Correct description of `delete-frame'.
8270 Non-nil return values of `frame-live-p' are like those of `framep'.
8271 (Frames and Windows): Mention return value of
8272 `set-frame-selected-window'.
8273 (Visibility of Frames): Mention `force' argument to
8274 `make-frame-invisible'. `frame-visible-p' returns t for all
8275 frames on text-only terminals.
8276 (Frame Configurations): Restoring a frame configuration does not
8277 restore deleted frames.
8278 (Window System Selections): `x-set-selection' returns DATA.
8279 (Resources): Add example.
8280 (Display Feature Testing): Clarify descriptions of
8281 `display-pixel-height', `display-pixel-width', `x-server-version'
8282 and `x-server-vendor'.
8283
8284 * windows.texi (Choosing Window): Add anchor.
8285 * minibuf.texi (Minibuffer Misc): Add anchor.
8286
82872004-07-23 John Paul Wallington <jpw@gnu.org>
8288
8289 * macros.texi (Defining Macros): Declaration keyword for setting
8290 Edebug spec is `debug' not `edebug'.
8291
82922004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8293
8294 * windows.texi: Various small changes in addition to:
8295 (Window Point): Mention return value of `set-window-point'.
8296 (Window Start): `pos-visible-in-window-p' disregards horizontal
8297 scrolling. Explain return value if PARTIALLY is non-nil.
8298 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8299 and `set-window-vscroll'.
8300 (Size of Window): The argument WINDOW to `window-inside-edges',
8301 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8302 (Resizing Windows): Explain return value of
8303 `shrink-window-if-larger-than-buffer'.
8304 `window-size-fixed' automatically becomes buffer local when set.
8305 (Window Configurations): Explain return value of
8306 `set-window-configuration'.
8307
8308 * minibuf.texi (Minibuffer Misc): Add anchor for
8309 `minibuffer-scroll-window'.
8310
8311 * positions.texi (Text Lines): Add anchor for `count-lines'.
8312
83132004-07-17 Richard M. Stallman <rms@gnu.org>
8314
8315 * display.texi (Overlay Properties): Adding `evaporate' prop
8316 deletes empty overlay immediately.
8317
8318 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8319 fix example.
8320
83212004-07-16 Jim Blandy <jimb@redhat.com>
8322
8323 * searching.texi (Regexp Backslash): Document new \_< and \_>
8324 operators.
8325
83262004-07-16 Juanma Barranquero <lektu@terra.es>
8327
8328 * display.texi (Images): Fix Texinfo usage.
8329
83302004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8331
8332 * buffers.texi (Modification Time): `visited-file-modtime' now
8333 returns a list of two integers, instead of a cons.
8334
83352004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8336
8337 * windows.texi: Various changes in addition to:
8338 (Splitting Windows): Add `split-window-keep-point'.
8339
83402004-07-09 Richard M. Stallman <rms@gnu.org>
8341
8342 * frames.texi (Input Focus): Minor fix.
8343
83442004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8345
8346 * frames.texi (Input Focus): Clarify descriptions of
8347 `select-frame-set-input-focus' and `select-frame'.
8348
83492004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8350
8351 * os.texi: Various small changes in addition to:
8352 (Killing Emacs): Expand and clarify description of
8353 `kill-emacs-query-functions' and `kill-emacs-hook'.
8354 (System Environment): Expand and clarify description of `getenv'
8355 and `setenv'.
8356 (Timers): Clarify description of `run-at-time'.
8357 (Translating Input): Correct description of
8358 `extra-keyboard-modifiers'.
8359 (Flow Control): Correct description of `enable-flow-control'.
8360
83612004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8362
8363 * os.texi: Update copyright.
8364 (Session Management): Grammar fix.
8365 Clarify which Emacs does the restarting.
8366 Use @samp for *scratch* buffer.
8367
83682004-07-04 Alan Mackenzie <acm@muc.de>
8369
8370 * frames.texi (Input Focus): Add documentation for
8371 `select-frame-set-input-focus'. Replace refs to non-existent
8372 `switch-frame' with `select-frame'. Minor corrections and tidying
8373 up of text-only terminal stuff.
8374
83752004-07-02 Richard M. Stallman <rms@gnu.org>
8376
8377 * files.texi (Saving Buffers): Cleanup write-contents-function.
8378 (Magic File Names): Cleanup file-remote-p.
8379
b344d29d 83802004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8381
8382 * files.texi (Magic File Names): `file-remote-p' returns an
8383 identifier of the remote system, not just t.
8384
83852004-07-02 David Kastrup <dak@gnu.org>
8386
8387 * searching.texi (Entire Match Data): Add explanation about new
8388 match-data behavior when @var{integers} is non-nil.
8389
83902004-06-24 Richard M. Stallman <rms@gnu.org>
8391
8392 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8393
8394 * customize.texi (Variable Definitions): Note about doc strings
8395 and :set.
8396
8397 * keymaps.texi (Keymap Terminology): Document `kbd'.
8398 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8399
8400 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8401 makes it buffer-local.
8402
8403 * files.texi (Saving Buffers): Correct previous change.
8404
8405 * commands.texi (Accessing Events):
8406 Clarify posn-col-row and posn-actual-col-row.
8407
84082004-06-24 David Ponce <david.ponce@wanadoo.fr>
8409
8410 * commands.texi (Accessing Events): New functions
8411 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8412
84132004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8414
8415 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8416 * frames.texi, buffers.texi, backups.texi, variables.texi:
8417 * loading.texi, eval.texi, functions.texi, control.texi:
8418 * symbols.texi, minibuf.texi: Reposition @anchor's.
8419
8420 * help.texi: Various small changes in addition to the following.
8421 (Describing Characters): Describe PREFIX argument to
8422 `key-description'. Correct and clarify definition of
8423 `text-char-description'. Describe NEED-VECTOR argument to
8424 `read-kbd-macro'.
8425 (Help Functions): Clarify definition of `apropos'.
8426
84272004-06-23 Lars Hansen <larsh@math.ku.dk>
8428
8429 * files.texi (Saving Buffers): Correct description of
8430 `write-contents-functions'.
8431
84322004-06-21 Juanma Barranquero <lektu@terra.es>
8433
8434 * display.texi (Images): Remove redundant @vindex directives.
8435 Rewrite `image-library-alist' doc in active voice.
8436
84372004-06-14 Juanma Barranquero <lektu@terra.es>
8438
8439 * display.texi (Images): Document new delayed library loading,
8440 variable `image-library-alist' and (existing but undocumented)
8441 function `image-type-available-p'.
8442
84432004-06-05 Richard M. Stallman <rms@gnu.org>
8444
8445 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8446 refer the user to the Initial Input node.
8447 (Text from Minibuffer): Likewise.
8448 (Initial Input): New node. Document this feature
8449 and say it is mostly deprecated.
8450
84512004-05-30 Richard M. Stallman <rms@gnu.org>
8452
8453 * loading.texi (Named Features): Clarify return value
8454 and meaning of NOERROR.
8455
8456 * variables.texi (File Local Variables): Minor cleanup.
8457
84582004-05-30 Michael Albinus <michael.albinus@gmx.de>
8459
8460 * files.texi (Magic File Names): Add `file-remote-p' as operation
8461 of file name handlers.
8462
84632004-05-29 Richard M. Stallman <rms@gnu.org>
8464
8465 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8466 as arg to a minor mode command.
8467
84682004-05-22 Richard M. Stallman <rms@gnu.org>
8469
8470 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8471
8472 * streams.texi (Output Variables): Doc float-output-format.
8473
8474 * searching.texi (Regexp Special): Nested repetition can be infloop.
8475
8476 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8477 real stack overflow.
8478
8479 * compile.texi: Minor cleanups.
8480
84812004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8482
8483 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8484 circular lists.
8485 (List Elements): Explain handling of circular and dotted lists.
8486
84872004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8488
8489 * modes.texi (Search-based Fontification): Fix typo.
8490
84912004-05-10 Juanma Barranquero <lektu@terra.es>
8492
8493 * modes.texi (Mode Line Variables): Fix description of
8494 global-mode-string, which is now after which-func-mode, not the
8495 buffer name.
8496
84972004-05-07 Lars Hansen <larsh@math.ku.dk>
8498
8499 * modes.texi (Desktop Save Mode): Add.
8500 (Modes): Add menu entry Desktop Save Mode.
8501
8502 * hooks.texi: Add desktop-after-read-hook,
8503 desktop-no-desktop-file-hook and desktop-save-hook.
8504
8505 * locals.texi: Add desktop-save-buffer.
8506
85072004-04-30 Jesper Harder <harder@ifa.au.dk>
8508
8509 * display.texi: emacs -> Emacs.
8510
85112004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8512
8513 * files.texi (Changing Files): Document set-file-times.
8514
85152004-04-23 Juanma Barranquero <lektu@terra.es>
8516
8517 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8518
85192004-04-18 Jesper Harder <harder@ifa.au.dk>
8520
8521 * tips.texi (Coding Conventions): defopt -> defcustom.
8522
85232004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8524
8525 * sequences.texi: Various clarifications.
8526
85272004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8528
8529 * buffers.texi (Read Only Buffers): Mention optional ARG to
8530 `toggle-read-only'.
8531
85322004-04-14 Nick Roberts <nick@nick.uklinux.net>
8533
8534 * windows.texi (Selecting Windows): Note that get-lru-window
8535 returns a full-width window if possible.
8536
85372004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8538
8539 * buffers.texi: Various changes in addition to:
8540 (Buffer File Name): Add `find-buffer-visiting'.
8541 (Buffer Modification): Mention optional ARG to `not-modified'.
8542 (Indirect Buffers): Mention optional CLONE argument to
8543 `make-indirect-buffer'.
8544
8545 * files.texi: Various changes in addition to:
8546 (Visiting Functions): `find-file-hook' is now a normal hook.
8547 (File Name Expansion): Explain difference between the way that
8548 `expand-file-name' and `file-truename' treat `..'.
8549 (Contents of Directories): Mention optional ID-FORMAT argument to
8550 `directory-files-and-attributes'.
8551 (Format Conversion): Mention new optional CONFIRM argument to
8552 `format-write-file'.
8553
85542004-04-12 Miles Bader <miles@gnu.org>
8555
8556 * macros.texi (Expansion): Add description of `macroexpand-all'.
8557
85582004-04-05 Jesper Harder <harder@ifa.au.dk>
8559
5dcb4c4e
SM
8560 * variables.texi (Variable Aliases):
8561 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8562
8563 * errors.texi (Standard Errors): Ditto.
8564
85652004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8566
8567 * backups.texi: Various small changes in addition to:
8568 (Making Backups): Mention return value of `backup-buffer'.
8569 (Auto-Saving): Mention optional FORCE argument to
8570 `delete-auto-save-file-if-necessary'.
8571 (Reverting): Mention optional PRESERVE-MODES argument to
8572 `revert-buffer'. Correct description of `revert-buffer-function'.
8573
85742004-03-22 Juri Linkov <juri@jurta.org>
8575
8576 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8577 with `Vector Functions'.
8578
8579 * text.texi (Sorting): Add missing quote.
8580
85812004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8582
8583 * intro.texi (Lisp History): Replace xref to `cl' manual with
8584 inforef.
8585
85862004-03-12 Richard M. Stallman <rms@gnu.org>
8587
8588 * intro.texi (Version Info): Add arg to emacs-version.
8589 (Lisp History): Change xref to CL manual.
8590
85912004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8592
8593 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8594 for Partial Completion mode.
8595
85962004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8597
8598 * customize.texi: Fix typo. Remove eol whitespace.
8599
86002004-03-04 Richard M. Stallman <rms@gnu.org>
8601
8602 * processes.texi: Fix typos.
8603
8604 * lists.texi (Building Lists): Minor clarification.
8605
8606 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8607 in make-hash-table.
8608
86092004-02-29 Juanma Barranquero <lektu@terra.es>
8610
8611 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8612 rm, and ignore exit code.
8613
86142004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8615
8616 * display.texi (Defining Faces): Add description for min-colors.
8617 Update example.
8618
86192004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8620
8621 * abbrevs.texi: Various corrections and clarifications in addition
8622 to the following:
8623 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8624
86252004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8626
8627 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8628
86292004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8630
8631 * text.texi: Various small changes in addition to the following:
8632 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8633 to delete-horizontal-space.
8634 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8635 description of yank-handler text property at various places.
8636
8637 * frames.texi (Window System Selections): Add anchor.
8638
8639 * syntax.texi (Syntax Table Functions): Clarify and correct
8640 descriptions of make-syntax-table and copy-syntax-table.
8641 (Motion and Syntax): Clarify SYNTAXES argument to
8642 skip-syntax-forward.
8643 (Parsing Expressions): Mention that the return value of
8644 parse-partial-sexp is currently a list of ten rather than nine
8645 elements.
8646 (Categories): Various corrections and clarifications.
8647
86482004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8649
8650 * markers.texi (Marker Insertion Types): Minor change.
8651
8652 * locals.texi (Standard Buffer-Local Variables):
8653 * commands.texi (Interactive Codes, Using Interactive):
8654 * functions.texi (Related Topics): Fix xrefs.
8655
86562004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8657
8658 * lists.texi (Sets And Lists): Update description of delete-dups.
8659
86602004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8661
8662 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8663
c8763fb6 86642004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8665
8666 * frames.texi (Parameter Access): frame-parameters arg is optional.
8667 modify-frame-parameters handles nil for FRAME.
8668 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8669 are all-or-nothing for certain toolkits.
8670 Mention parameter wait-for-wm.
8671 (Frames and Windows): In frame-first-window and frame-selected-window
8672 the arg is optional.
8673 (Input Focus): In redirect-frame-focus the second arg is optional.
8674 (Window System Selections): Mention selection type CLIPBOARD.
8675 Mention data-type UTF8_STRING.
8676 Mention numbering of cut buffers.
8677 (Resources): Describe x-resource-name.
8678
86792004-02-16 Richard M. Stallman <rms@gnu.org>
8680
8681 * windows.texi (Buffers and Windows): Delete false table
8682 about all-frames.
8683
8684 * syntax.texi (Parsing Expressions): Delete old caveat
8685 about parse-sexp-ignore-comments.
8686
8687 * streams.texi (Output Variables): Add print-quoted.
8688
8689 * lists.texi (Building Lists): Minor cleanup.
8690
8691 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8692
8693 * display.texi (Overlays): Explain overlays use markers.
8694 (Managing Overlays): Explain front-advance and rear-advance
8695 in more detail.
8696
8697 * loading.texi (Unloading): Document unload-feature-special-hooks.
8698 Get rid of fns-NNN.el file.
8699
87002004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8701
8702 * help.texi (Describing Characters): Fix text-char-description
8703 example output.
8704
8705 * edebug.texi (Using Edebug): Fix example.
8706
8707 * debugging.texi (Internals of Debugger): Fix return value.
8708
8709 * files.texi (Changing Files): Fix argname.
8710
8711 * calendar.texi: Fix parens, and default values.
8712
8713 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8714 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8715 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8716
8717 * positions.texi (Text Lines): Don't add -1 in current-line.
8718
87192004-02-16 Richard M. Stallman <rms@gnu.org>
8720
8721 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8722
87232004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8724
8725 * processes.texi (Low-Level Network): Fix a typo.
8726
87272004-02-12 Kim F. Storm <storm@cua.dk>
8728
8729 * display.texi (Fringes): Use consistent wording.
8730 Note that window-fringe's window arg is optional.
8731 (Scroll Bars): Use consistent wording.
8732
87332004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8734
8735 * tips.texi (Comment Tips): Document the new conventions for
8736 commenting out code.
8737
c8763fb6 87382004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8739
5dcb4c4e 8740 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8741
87422004-02-07 Kim F. Storm <storm@cua.dk>
8743
8744 * positions.texi (Text Lines): Add line-number-at-pos.
8745
87462004-02-06 John Paul Wallington <jpw@gnu.org>
8747
8748 * display.texi (Button Properties, Button Buffer Commands):
8749 mouse-2 invokes button, not down-mouse-1.
8750
87512004-02-04 Jason Rumney <jasonr@gnu.org>
8752
8753 * makefile.w32-in: Sync with Makefile.in changes.
8754
87552004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8756
8757 * minibuf.texi (Text from Minibuffer): Various corrections and
8758 clarifications.
8759 (Object from Minibuffer): Correct Lisp description of
8760 read-minibuffer.
8761 (Minibuffer History): Clarify description of cons values for
8762 HISTORY arguments.
5dcb4c4e
SM
8763 (Basic Completion): Various corrections and clarifications.
8764 Add completion-regexp-list.
b8d4c8d0
GM
8765 (Minibuffer Completion): Correct and clarify description of
8766 completing-read.
5dcb4c4e
SM
8767 (Completion Commands): Mention Partial Completion mode.
8768 Various other minor changes.
b8d4c8d0
GM
8769 (High-Level Completion): Various corrections and clarifications.
8770 (Reading File Names): Ditto.
8771 (Minibuffer Misc): Ditto.
8772
87732004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8774
8775 * strings.texi (Text Comparison): assoc-string also matches
8776 elements of alists that are strings instead of conses.
8777 (Formatting Strings): Standardize Texinfo usage. Update index
8778 entries.
8779
87802004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8781
8782 * lists.texi (Sets And Lists): Add delete-dups.
8783
87842004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8785
8786 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8787 special form.
8788 * macros.texi (Defining Macros): Update description of `declare',
8789 which now is a macro.
8790 (Wrong Time): Fix typos.
8791
87922004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8793
8794 * compile.texi (Compilation Functions): Expand descriptions of
8795 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8796 and `batch-byte-compile'. In particular, mention and describe
8797 all optional arguments.
8798 (Disassembly): Correct and clarify the description of `disassemble'.
8799
88002004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8801
8802 * searching.texi: Various small changes in addition to the
8803 following.
8804 (Regexp Example): Adapt to new value of `sentence-end'.
8805 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8806 `words'.
8807 (Search and Replace): Add usage note for `perform-replace'.
8808 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8809 `match-data'.
8810 (Standard Regexps): Update for new values of `paragraph-start'
8811 and `sentence-end'.
8812
88132004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8814
8815 * files.texi (Saving Buffers): Clarify descriptions of
8816 `write-contents-functions' and `before-save-hook'.
8817 Make the defvar's for `before-save-hook' and `after-save-hook'
8818 into defopt's.
8819
88202004-01-07 Kim F. Storm <storm@cua.dk>
8821
8822 * commands.texi (Click Events): Describe new image and
8823 width/height elements of click events.
8824 (Accessing Events): Add posn-string, posn-image, and
8825 posn-object-width-height. Change posn-object to return either
8826 image or string object.
8827
88282004-01-01 Simon Josefsson <jas@extundo.com>
8829
8830 * hooks.texi (Standard Hooks): Add before-save-hook.
8831 * files.texi (Saving Buffers): Likewise.
8832
88332004-01-03 Richard M. Stallman <rms@gnu.org>
8834
8835 * frames.texi (Frames and Windows): Delete frame-root-window.
8836
88372004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8838
8839 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8840
8841 * functions.texi: Various small changes in addition to the
8842 following.
5dcb4c4e
SM
8843 (What Is a Function): `functionp' returns nil for macros.
8844 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8845 (Function Documentation): Add `\' in front of (fn @var{arglist})
8846 and explain why.
8847 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8848 Add anchor.
8849 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8850
88512004-01-01 Miles Bader <miles@gnu.org>
8852
8853 * display.texi (Buttons): New section.
8854
88552003-12-31 Andreas Schwab <schwab@suse.de>
8856
8857 * numbers.texi (Math Functions): sqrt reports a domain-error
8858 error.
8859 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8860
88612003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8862
8863 * tips.texi (Documentation Tips): Update item on hyperlinks in
8864 documentation strings.
8865
8866 * errors.texi (Standard Errors): Various small corrections and
8867 additions.
8868
8869 * control.texi: Various small changes in addition to the
8870 following.
8871 (Signaling Errors): Provide some more details on how `signal'
8872 constructs the error message. Add anchor to the definition of
8873 `signal'.
8874 (Error Symbols): Describe special treatment of `quit'.
8875 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8876 to emphasize that it has to be a single form.
8877
8878 * buffers.texi: Add anchor.
8879
88802003-12-29 Richard M. Stallman <rms@gnu.org>
8881
8882 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8883 (Window Configurations): Add window-configuration-frame.
8884
8885 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8886
8887 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8888 Change arg name in get-char-property.
8889 (Special Properties): Update handling of keymap property.
8890
8891 * strings.texi (Modifying Strings): Add clear-string.
8892 (Text Comparison): Add assoc-string and remove
8893 assoc-ignore-case, assoc-ignore-representation.
8894
8895 * os.texi (Time of Day): Add set-time-zone-rule.
8896
8897 * numbers.texi (Math Functions): asin, acos, log, log10
8898 report domain-error errors.
8899
8900 * nonascii.texi (Converting Representations):
8901 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8902 (Encoding and I/O): Add file-name-coding-system.
8903
8904 * modes.texi (Search-based Fontification): Explain that
8905 face specs are symbols with face names as values.
8906
8907 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8908
8909 * lists.texi (Building Lists): remq moved elsewhere.
8910 (Sets And Lists): remq moved here.
8911 (Association Lists): Refer to assoc-string.
8912
8913 * internals.texi (Garbage Collection): Add memory-use-counts.
8914
8915 * frames.texi (Frames and Windows): Add set-frame-selected-window
8916 and frame-root-window.
8917
8918 * files.texi (Contents of Directories):
8919 Add directory-files-and-attributes.
8920
8921 * display.texi (Refresh Screen): Add force-window-update.
8922 (Invisible Text): Explain about moving point out of invis text.
8923 (Overlay Properties): Add overlay-properties.
8924 (Managing Overlays): Add overlayp.
8925 (GIF Images): Invalid image number displays a hollow box.
8926
8927 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8928 (Killing Buffers): Add buffer-live-p.
8929
89302003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8931
8932 * display.texi (Fringes): Fix typo "set-buffer-window".
8933
89342003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8935
8936 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8937 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8938 Add or change various xrefs and anchors.
8939
8940 * commands.texi: Replace all occurrences of @acronym{CAR} with
8941 @sc{car}, for consistency with the rest of the Elisp manual.
8942 `car' and `cdr' are historically acronyms, but are no longer
8943 widely thought of as such.
8944
8945 * internals.texi (Pure Storage): Mention that `purecopy' does not
8946 copy text properties.
8947 (Object Internals): Now 29 bits are used (in most implementations)
8948 to address Lisp objects.
8949
8950 * variables.texi (Variables with Restricted Values): New node.
8951
8952 * objects.texi (Lisp Data Types): Mention that certain variables
8953 can only take on a restricted set of values and add an xref to
8954 the new node "Variables with Restricted Values".
8955
8956 * eval.texi (Function Indirection): Describe the errors that
8957 `indirect-function' can signal.
8958 (Eval): Clarify the descriptions of `eval-region' and `values'.
8959 Describe `eval-buffer' instead of `eval-current-buffer' and
8960 mention `eval-current-buffer' as an alias for `current-buffer'.
8961 Correct the description and mention all optional arguments.
8962
8963 * nonascii.texi: Various small changes in addition to the
8964 following.
8965 (Converting Representations): Clarify behavior of
8966 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8967 ASCII arguments.
8968 (Character Sets): Document the variable `charset-list' and adapt
8969 the definition of the function `charset-list' accordingly.
8970 (Translation of Characters): Clarify use of generic characters in
8971 `make-translation-table'. Clarify and correct the description of
8972 the use of translation tables in encoding and decoding.
8973 (User-Chosen Coding Systems): Correct and clarify the description
8974 of `select-safe-coding-system'.
8975 (Default Coding Systems): Clarify description of
8976 `file-coding-system-alist'.
8977
89782003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8979
8980 * strings.texi (Text Comparison): Correctly describe when two
8981 strings are `equal'. Combine and clarify descriptions of
8982 `assoc-ignore-case' and `assoc-ignore-representation'.
8983
8984 * objects.texi (Non-ASCII in Strings): Clarify description of
8985 when a string is unibyte or multibyte.
8986 (Bool-Vector Type): Update examples.
8987 (Equality Predicates): Correctly describe when two strings are
8988 `equal'.
8989
89902003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8991
8992 * lists.texi (Building Lists): `append' no longer accepts integer
8993 arguments. Update the description of `number-sequence' to reflect
8994 recent changes.
8995 (Sets And Lists): Describe `member-ignore-case' after `member'.
8996
89972003-11-27 Kim F. Storm <storm@cua.dk>
8998
8999 * commands.texi (Click Events): Click object may be an images.
9000 Describe (dx . dy) element of click positions.
9001 (Accessing Events): Remove duplicate posn-timestamp.
9002 New functions posn-object and posn-object-x-y.
9003
90042003-11-23 Kim F. Storm <storm@cua.dk>
9005
9006 * commands.texi (Click Events): Describe enhancements to event
9007 position lists, including new text-pos and (col . row) items.
9008 Mention left-fringe and right-fringe area events.
9009 (Accessing Events): New functions posn-area and
9010 posn-actual-col-row. Mention posn-timestamp. Mention that
9011 posn-point in non-text area still returns buffer position.
9012 Clarify posn-col-row.
9013
90142003-11-21 Lars Hansen <larsh@math.ku.dk>
9015
9016 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9017 * anti.texi (File Attributes): Describe removed parameter
9018 ID-FORMAT.
9019
90202003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9021
9022 * positions.texi (Positions): Mention that, if a marker is used as
9023 a position, its buffer is ignored.
9024
9025 * markers.texi (Overview of Markers): Mention it here too.
9026
90272003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9028
9029 * numbers.texi (Numeric Conversions): Not just `floor', but also
9030 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9031
90322003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9033
9034 * markers.texi (Creating Markers): Specify insertion type of
9035 created markers. Add xref to `Marker Insertion Types'.
9036 Second argument to `copy-marker' is optional.
9037 (Marker Insertion Types): Mention that most markers are created
9038 with insertion type nil.
9039 (The Mark): Correctly describe when `mark' signals an error.
9040 (The Region): Correctly describe when `region-beginning' and
9041 `region-end' signal an error.
9042
90432003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9044
9045 * hash.texi (Creating Hash): Clarify description of `eql'.
9046 `makehash' is obsolete.
9047 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9048
9049 * positions.texi (Point): Change description of `buffer-end', so
9050 that it is also correct for floating point arguments.
9051 (List Motion): Correct argument lists of `beginning-of-defun' and
9052 `end-of-defun'.
9053 (Excursions): Add xref to `Marker Insertion Types'.
9054 (Narrowing): Argument to `narrow-to-page' is optional.
9055
90562003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9057
9058 * streams.texi (Output Streams): Clarify behavior of point for
9059 marker output streams.
9060
90612003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9062
9063 * variables.texi (Defining Variables): Second argument to
9064 `defconst' is not optional.
9065 (Setting Variables): Mention optional argument APPEND to
9066 `add-to-list'.
9067 (Creating Buffer-Local): Expand description of
9068 `make-variable-buffer-local'.
9069 (Frame-Local Variables): Expand description of
9070 `make-variable-frame-local'.
9071 (Variable Aliases): Correct description of optional argument
9072 DOCSTRING to `defvaralias'. Mention return value of
9073 `defvaralias'.
9074 (File Local Variables): Add xref to `File variables' in Emacs
9075 Manual. Correct description of `hack-local-variables'. Mention
9076 `safe-local-variable' property. Mention optional second argument
9077 to `risky-local-variable-p'.
9078
90792003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9080
9081 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9082
90832003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9084
9085 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9086 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9087 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9088 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9089 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9090 lispref/processes.texi, lispref/searching.texi,
9091 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9092 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9093 @acronym{FOO}.
9094
90952003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9096
9097 * strings.texi (Creating Strings): Argument START to `substring'
9098 can not be `nil'. Expand description of
9099 `substring-no-properties'. Correct description of `split-string',
9100 especially with respect to empty matches. Prevent very bad line
9101 break in definition of `split-string-default-separators'.
9102 (Text Comparison): `string=' and `string<' also accept symbols as
9103 arguments.
9104 (String Conversion): More completely describe argument BASE in
9105 `string-to-number'.
9106 (Formatting Strings): `%s' and `%S' in `format' do require
9107 corresponding object. Clarify behavior of numeric prefix after
9108 `%' in `format'.
9109 (Case Conversion): The argument to `upcase-initials' can be a
9110 character.
9111
91122003-10-27 Kenichi Handa <handa@m17n.org>
9113
9114 * display.texi (Fontsets): Fix texinfo usage.
9115
91162003-10-25 Kenichi Handa <handa@m17n.org>
9117
9118 * display.texi (Fontsets): Add description of the function
9119 set-fontset-font.
9120
91212003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9122
9123 * display.texi (Temporary Displays): Add xref to `Documentation
9124 Tips'.
9125
9126 * functions.texi (Function Safety): Use inforef instead of pxref
9127 for SES.
9128
91292003-10-23 Andreas Schwab <schwab@suse.de>
9130
9131 * Makefile.in (TEX, texinputdir): Don't define.
9132 (TEXI2DVI): Define.
9133 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9134 add $(srcdir)/index.texi.
9135 ($(infodir)/elisp): Remove index.texi dependency.
9136 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9137 (index.texi): Remove target.
9138 (dist): Don't link $(srcdir)/permute-index.
9139 (clean): Don't remove index.texi.
9140
9141 * permute-index, index.perm: Remove.
9142 * index.texi: Rename from index.unperm.
9143
91442003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9145
9146 * tips.texi (Documentation Tips): Document new behavior for face
9147 and variable hyperlinks in Help mode.
9148
91492003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9150
9151 * objects.texi (Integer Type): Update for extra bit of integer range.
9152 (Character Type): Ditto.
9153
91542003-10-16 Eli Zaretskii <eliz@gnu.org>
9155
9156 * numbers.texi (Integer Basics): Add index entries for reading
9157 numbers in hex, octal, and binary.
9158
91592003-10-16 Lute Kamstra <lute@gnu.org>
9160
9161 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9162 argument.
9163
91642003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9165
9166 * windows.texi (Choosing Window): Fix typo.
9167 * edebug.texi (Edebug Execution Modes): Fix typo.
9168
91692003-10-13 Richard M. Stallman <rms@gnu.org>
9170
9171 * windows.texi (Basic Windows): A window has fringe settings,
9172 display margins and scroll-bar settings.
9173 (Splitting Windows): Doc split-window return value.
9174 Clean up one-window-p.
9175 (Selecting Windows): Fix typo.
9176 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9177 (Buffers and Windows): In set-window-buffer, explain effect
9178 on fringe settings and scroll bar settings.
9179 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9180 (Choosing Window): Use defopt for pop-up-frame-function.
9181 For special-display-buffer-names, explain same-window and same-frame.
9182 Clarify window-dedicated-p return value.
9183 (Textual Scrolling): scroll-up and scroll-down can get an error.
9184 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9185 Clarify set-window-hscroll.
9186 (Size of Window): Don't mention tool bar in window-height.
9187 (Coordinates and Windows): Explain what coordinates-in-window-p
9188 returns for fringes and display margins.
9189 (Window Configurations): Explain saving fringes, etc.
9190
9191 * tips.texi (Library Headers): Clean up Documentation.
9192
9193 * syntax.texi (Parsing Expressions): Clean up forward-comment
9194 and parse-sexp-lookup-properties.
9195
9196 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9197
9198 * os.texi (System Environment): Clean up text for load-average errors.
9199
9200 * modes.texi (Hooks): Don't explain local hook details at front.
9201 Clarify run-hooks and run-hook-with-args a little.
9202 Clean up add-hook and remove-hook.
9203
9204 * edebug.texi (Edebug Execution Modes): Clarify t.
9205 Document edebug-sit-for-seconds.
9206 (Coverage Testing): Document C-x X = and =.
9207 (Instrumenting Macro Calls): Fix typo.
9208 (Specification List): Don't index the specification keywords.
9209
92102003-10-10 Kim F. Storm <storm@cua.dk>
9211
9212 * processes.texi (Network): Introduce make-network-process.
9213
92142003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9215
9216 * tips.texi (Library Headers): Fix typo.
9217
92182003-10-07 Juri Linkov <juri@jurta.org>
9219
9220 * modes.texi (Imenu): Mention imenu-create-index-function's
9221 default value. Explain submenus better.
9222
92232003-10-07 Lute Kamstra <lute@gnu.org>
9224
9225 * modes.texi (Faces for Font Lock): Fix typo.
9226 (Hooks): Explain how buffer-local hook variables can refer to
9227 global hook variables.
9228 Various minor clarifications.
9229
92302003-10-06 Lute Kamstra <lute@gnu.org>
9231
9232 * tips.texi (Coding Conventions): Mention naming conventions for
9233 hooks.
9234
92352003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9236
9237 * loading.texi (Library Search): Correct default value of
9238 load-suffixes.
9239 (Named Features): Fix typo.
9240
92412003-10-05 Richard M. Stallman <rms@gnu.org>
9242
9243 * loading.texi (Named Features): In `provide',
9244 say how to test for subfeatures.
9245 (Unloading): In unload-feature, use new var name
9246 unload-feature-special-hooks.
9247
92482003-10-03 Lute Kamstra <lute@gnu.org>
9249
9250 * modes.texi (Major Mode Conventions): Mention third way to set up
9251 Imenu.
9252 (Imenu): A number of small fixes.
9253 Delete documentation of internal variable imenu--index-alist.
9254 Document the return value format of imenu-create-index-function
9255 functions.
9256
92572003-09-30 Richard M. Stallman <rms@gnu.org>
9258
9259 * processes.texi (Network): Say what stopped datagram connections do.
9260
9261 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9262
9263 * display.texi (Overlay Properties): Clarify `evaporate' property.
9264
92652003-09-29 Lute Kamstra <lute@gnu.org>
9266
9267 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9268 constructs should be marked as risky.
9269 Change cons cell into proper list.
9270 (Mode Line Variables): Change cons cell into proper list.
9271
92722003-09-26 Lute Kamstra <lute@gnu.org>
9273
9274 * modes.texi (Mode Line Data): Document the :propertize construct.
9275 (Mode Line Variables): Reorder the descriptions of the variables
9276 to match their order in the default mode-line-format.
9277 Describe the new variables mode-line-position and mode-line-modes.
9278 Update the default values of mode-line-frame-identification,
9279 minor-mode-alist, and default-mode-line-format.
9280 (Properties in Mode): Mention the :propertize construct.
9281
92822003-09-26 Richard M. Stallman <rms@gnu.org>
9283
9284 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9285 * loading.texi, minibuf.texi, text.texi, variables.texi:
9286 Avoid @strong{Note:}.
9287
92882003-09-26 Richard M. Stallman <rms@gnu.org>
9289
9290 * keymaps.texi (Remapping Commands): Fix typo.
9291
92922003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9293
9294 * processes.texi (Low-Level Network): Fix typo.
9295
92962003-09-23 Kim F. Storm <storm@cua.dk>
9297
9298 * processes.texi (Network, Network Servers): Fix typos.
9299 (Low-Level Network): Add timeout value for :server keyword.
9300 Add new option keywords to make-network-process.
9301 Add set-network-process-options.
9302 Explain how to test availability of network options.
9303
93042003-09-19 Richard M. Stallman <rms@gnu.org>
9305
9306 * text.texi (Motion by Indent): Arg to
9307 backward-to-indentation and forward-to-indentation is optional.
9308
9309 * strings.texi (Creating Strings): Add substring-no-properties.
9310
9311 * processes.texi
9312 (Process Information): Add list-processes arg QUERY-ONLY.
9313 Delete process-contact from here.
9314 Add new status values for process-status.
9315 Add process-get, process-put, process-plist, set-process-plist.
9316 (Synchronous Processes): Add call-process-shell-command.
9317 (Signals to Processes): signal-process allows process objects.
9318 (Network): Complete rewrite.
9319 (Network Servers, Datagrams, Low-Level Network): New nodes.
9320
9321 * positions.texi (Word Motion): forward-word, backward-word
9322 arg is optional. Reword.
9323
9324 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9325
9326 * variables.texi (Creating Buffer-Local):
9327 Delete duplicate definition of buffer-local-value.
9328 (File Local Variables): Explain about discarding text props.
9329
93302003-09-11 Richard M. Stallman <rms@gnu.org>
9331
9332 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9333 changes variables that record input events.
9334 (Minibuffer Misc): Add minibuffer-selected-window.
9335
9336 * lists.texi (Building Lists): Add copy-tree.
9337
9338 * display.texi (Fontsets): Add char-displayable-p.
9339 (Scroll Bars): New node.
9340
93412003-09-08 Lute Kamstra <lute@gnu.org>
9342
9343 * modes.texi (%-Constructs): Document new `%i' and `%I'
9344 constructs.
9345
93462003-09-03 Peter Runestig <peter@runestig.com>
9347
9348 * makefile.w32-in: New file.
9349
93502003-08-29 Richard M. Stallman <rms@gnu.org>
9351
9352 * display.texi (Overlay Properties): Clarify how priorities
9353 affect use of the properties.
9354
93552003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9356
9357 * customize.texi (Type Keywords): Correct the description of
9358 `:help-echo' in the case where `motion-doc' is a function.
9359
93602003-08-14 John Paul Wallington <jpw@gnu.org>
9361
9362 * modes.texi (Emulating Mode Line): Subsection, not section.
9363
93642003-08-13 Richard M. Stallman <rms@gnu.org>
9365
9366 * elisp.texi (Top): Update subnode lists in menu.
9367
9368 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9369 (Kill Functions): kill-region has new arg yank-handler.
9370 (Yanking): New node.
9371 (Yank Commands): Add yank-undo-function.
9372 (Low-Level Kill Ring):
9373 kill-new and kill-append have new arg yank-handler.
9374 (Changing Properties): Add remove-list-of-text-properties.
9375 (Atomic Changes): New node.
9376
9377 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9378
9379 * streams.texi (Output Variables): Add eval-expression-print-length
9380 and eval-expression-print-level.
9381
9382 * os.texi (Time Conversion): For encode-time, explain limits on year.
9383
9384 * objects.texi (Character Type): Define anchor "modifier bits".
9385
9386 * modes.texi (Emulating Mode Line): New node.
9387 (Search-based Fontification): Font Lock uses font-lock-face property.
9388 (Other Font Lock Variables): Likewise.
9389
9390 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9391 not vectors.
9392 (Active Keymaps): Add emulation-mode-map-alists.
9393 (Functions for Key Lookup): key-binding has new arg no-remap.
9394 (Remapping Commands): New node.
9395 (Scanning Keymaps): where-is-internal has new arg no-remap.
9396 (Tool Bar): Add tool-bar-local-item-from-menu.
9397 Clarify when to use tool-bar-add-item-from-menu.
9398
9399 * commands.texi (Interactive Call): commandp has new arg.
9400 (Command Loop Info): Add this-original-command.
9401
94022003-08-06 John Paul Wallington <jpw@gnu.org>
9403
9404 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9405
9406 * display.texi (Warning Basics): Fix typo.
9407 (Fringes): Add closing curly bracket and fix typo.
9408
9409 * elisp.texi (Top): Fix typo.
9410
94112003-08-05 Richard M. Stallman <rms@gnu.org>
9412
9413 * elisp.texi: Update lists of subnodes.
9414
9415 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9416
9417 * variables.texi (Local Variables): Use lc for example variable names.
9418
9419 * tips.texi (Library Headers): Explain where to put -*-.
9420
9421 * strings.texi (Creating Strings): Fix xref for vconcat.
9422
9423 * sequences.texi (Vector Functions):
9424 vconcat no longer allows integer args.
9425
9426 * minibuf.texi (Reading File Names): read-file-name has new
9427 arg PREDICATE. New function read-directory-name.
9428
c4cc8b9a 9429 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9430 (Indenting Macros): New node.
9431
9432 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9433 (Window Frame Parameters): Make separate table of parameters
9434 that are coupled with specific face attributes.
9435 (Deleting Frames): delete-frame-hooks renamed to
9436 delete-frame-functions.
9437
9438 * files.texi (Magic File Names): Add file-remote-p.
9439 Clarify file-local-copy.
9440
9441 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9442 here; instead xref Defining Macros.
9443
9444 * display.texi (Warnings): New node, and subnodes.
9445 (Fringes): New node.
9446
9447 * debugging.texi (Test Coverage): New node.
9448
9449 * compile.texi (Compiler Errors): Explain with-no-warnings
9450 and other ways to suppress warnings.
9451
9452 * commands.texi (Interactive Call): Minor clarification.
9453
9454 * buffers.texi (Buffer File Name): set-visited-file-name
9455 renames the buffer too.
9456
9457 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9458
94592003-07-24 Markus Rost <rost@math.ohio-state.edu>
9460
9461 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9462
94632003-07-22 Markus Rost <rost@math.ohio-state.edu>
9464
9465 * internals.texi (Garbage Collection): Fix previous change.
9466
94672003-07-22 Richard M. Stallman <rms@gnu.org>
9468
9469 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9470
9471 * display.texi (Width): Use \s syntax in example.
9472 (Font Selection): Add face-font-rescale-alist.
9473
9474 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9475 Remove spurious indent in example.
9476
9477 * lists.texi (Building Lists): Add number-sequence.
9478
9479 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9480
9481 * functions.texi (Function Documentation): Explain how to
9482 show calling convention explicitly in the doc string.
9483
9484 * windows.texi (Selecting Windows): save-selected-window saves
9485 selected window of each frame.
9486 (Window Configurations): Minor change.
9487
9488 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9489
9490 * streams.texi (Output Variables): Add print-continuous-numbering
9491 and print-number-table.
9492
9493 * processes.texi (Decoding Output): New node.
9494
9495 * os.texi (Time Conversion): decode-time arg is optional.
9496
9497 * objects.texi (Character Type): Don't use space as example for \.
9498 Make list of char names and \-sequences correspond.
9499 Explain that \s is not used in strings. `\ ' needs space after.
9500
9501 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9502 (Translation of Characters): Add translation-table-for-input.
9503 (Default Coding Systems): Add auto-coding-functions.
9504 (Explicit Encoding): Add decode-coding-inserted-region.
9505 (Locales): Add locale-info.
9506
9507 * minibuf.texi (Basic Completion): Describe test-completion.
9508 Collections can be lists of strings.
9509 Clean up lazy-completion-table.
9510 (Programmed Completion): Mention test-completion.
9511 Clarify why lambda expressions are not accepted.
9512 (Minibuffer Misc): Describe minibufferp.
9513
95142003-07-14 Richard M. Stallman <rms@gnu.org>
9515
9516 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9517
9518 * windows.texi (Selecting Windows): New arg to select-window.
9519 (Selecting Windows): Add with-selected-window.
9520 (Size of Window): Add window-inside-edges, etc.
9521
9522 * internals.texi (Garbage Collection): Add post-gc-hook.
9523
9524 * processes.texi (Subprocess Creation): Add exec-suffixes.
9525
9526 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9527 (Scanning Keymaps): Add map-keymaps.
9528 (Defining Menus): Add keymap-prompt.
9529
9530 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9531 most-negative-fixnum.
9532
c4cc8b9a 9533 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9534 (Compiler Errors): New node.
9535
9536 * os.texi (User Identification): user-uid, user-real-uid
9537 can return float.
9538
9539 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9540 and about derived modes.
9541 (Minor Modes): Add minor-mode-list.
9542 (Defining Minor Modes): Keyword args for define-minor-mode.
9543 (Search-based Fontification): Explain managing other properties.
9544 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9545 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9546 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9547
9548 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9549 (Variable Aliases): Clarify defvaralias.
9550
9551 * loading.texi (Library Search): Add load-suffixes.
9552
9553 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9554 (Programmed Completion): Add dynamic-completion-table.
9555
9556 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9557 (Magic File Names): Specify precedence order of handlers.
9558
9559 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9560 and post-command-hook.
9561 (Waiting): New calling convention for sit-for.
9562
9563 * text.texi (Special Properties): local-map and keymap properties
9564 apply based on their stickiness.
9565
95662003-07-07 Richard M. Stallman <rms@gnu.org>
9567
9568 * modes.texi (Minor Mode Conventions): Specify only some kinds
9569 of list values as args to minor modes.
9570
9571 * files.texi (File Name Expansion): Warn about iterative use
9572 of substitute-in-file-name.
9573
9574 * advice.texi (Activation of Advice): Clean up previous change.
9575
95762003-07-06 Markus Rost <rost@math.ohio-state.edu>
9577
9578 * advice.texi (Activation of Advice): Note that ad-start-advice is
9579 turned on by default.
9580
95812003-06-30 Richard M. Stallman <rms@gnu.org>
9582
9583 * text.texi (Buffer Contents): Document current-word.
9584 (Change Hooks): Not called for *Messages*.
9585
9586 * functions.texi (Defining Functions): Explain about redefining
9587 primitives.
f4e90db0 9588 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9589 Comment out the detailed criteria for what is safe.
9590
95912003-06-22 Andreas Schwab <schwab@suse.de>
9592
9593 * objects.texi (Symbol Type): Fix description of examples.
9594
95952003-06-16 Andreas Schwab <schwab@suse.de>
9596
9597 * hash.texi (Creating Hash): Fix description of :weakness.
9598
c8763fb6 95992003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9600
9601 * files.texi (Changing Files): copy-file copies file modes, too.
9602
96032003-05-28 Richard M. Stallman <rms@gnu.org>
9604
9605 * strings.texi (Creating Strings): Clarify split-string.
9606
96072003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9608
9609 * strings.texi (Creating Strings): Update split-string specification
9610 and examples.
9611
96122003-05-19 Richard M. Stallman <rms@gnu.org>
9613
9614 * elisp.texi: Correct invariant section names.
9615
96162003-04-20 Richard M. Stallman <rms@gnu.org>
9617
9618 * os.texi (Timers): Explain about timers and quitting.
9619
96202003-04-19 Richard M. Stallman <rms@gnu.org>
9621
9622 * internals.texi (Writing Emacs Primitives): Strings are
9623 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9624 Explain GCPRO convention for varargs function args.
9625
96262003-04-16 Richard M. Stallman <rms@gnu.org>
9627
9628 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9629
96302003-04-08 Richard M. Stallman <rms@gnu.org>
9631
9632 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9633
96342003-02-13 Kim F. Storm <storm@cua.dk>
9635
9636 * objects.texi (Character Type): New \s escape for space.
9637
96382003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9639
5dcb4c4e 9640 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9641
96422003-01-25 Richard M. Stallman <rms@gnu.org>
9643
9644 * keymaps.texi: Document that a symbol can act as a keymap.
9645
96462003-01-13 Richard M. Stallman <rms@gnu.org>
9647
9648 * text.texi (Changing Properties): Say string indices are origin-0.
9649
9650 * positions.texi (Screen Lines) <compute-motion>:
9651 Correct order of elts in return value.
9652
9653 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9654 how to define a default binding.
9655
96562002-12-07 Markus Rost <rost@math.ohio-state.edu>
9657
9658 * loading.texi (Unloading): Fix recent change for load-history.
9659
9660 * customize.texi (Simple Types): Clarify description of custom
9661 type 'number. Describe new custom type 'float.
9662
96632002-12-04 Markus Rost <rost@math.ohio-state.edu>
9664
9665 * variables.texi (File Local Variables): Fix typo.
9666
c8763fb6 96672002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9668
9669 From Michael Albinus <Michael.Albinus@alcatel.de>.
9670
9671 * README: Target for Info file is `make info'.
9672
5dcb4c4e 9673 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9674 `file-name-sans-extension'.
9675 (Magic File Names): Complete list of operations for magic file
9676 name handlers.
9677
96782002-09-16 Jonathan Yavner <jyavner@engineer.com>
9679
9680 * variables.texi (File Local Variables): New function
9681 risky-local-variable-p.
9682
96832002-09-15 Jonathan Yavner <jyavner@engineer.com>
9684
9685 * functions.texi (Function safety): New node about unsafep.
9686
96872002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9688
5dcb4c4e 9689 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9690 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9691
96922002-06-17 Juanma Barranquero <lektu@terra.es>
9693
9694 * frames.texi (Display Feature Testing): Fix typo.
9695
96962002-06-12 Andreas Schwab <schwab@suse.de>
9697
9698 * frames.texi (Initial Parameters, Resources): Fix references to
9699 the Emacs manual.
9700
97012002-05-13 Kim F. Storm <storm@cua.dk>
9702
9703 * variables.texi (Intro to Buffer-Local): Updated warning and
9704 example relating to changing buffer inside let.
9705
c8763fb6 97062002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9707
9708 * os.texi (Session Management): New node about X Session management.
9709
97102002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9711
9712 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9713 to which the manual corresponds, and the copyright years.
9714
9715 * Makefile.in (VERSION): Set to 2.9.
9716
97172001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9718
9719 * elisp.texi: Change the category in @dircategory to "Emacs", to
9720 make it consistent with info/dir.
9721
97222001-11-25 Miles Bader <miles@gnu.org>
9723
9724 * text.texi (Fields): Describe new `limit' arg in
9725 field-beginning/field-end.
9726
97272001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9728
5dcb4c4e
SM
9729 * permute-index: Don't depend on csh-specific features.
9730 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9731
9732 * two-volume-cross-refs.txt: New file.
9733 * two.el: New file.
9734 * spellfile: New file.
9735
97362001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9737
9738 * permute-index: New file.
9739
9740 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9741 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9742 8+3 restricted namespace.
9743
9744 * Makefile.in (infodir): Define relative to $(srcdir).
9745 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9746 include directories list via -I switch to makeinfo.
9747 (index.texi): Use cp if both hard and symbolic links fail.
9748
97492001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9750
9751 * Makefile.in (distclean): Add.
9752
9753 The following changes make ELisp manual part of the Emacs
9754 distribution:
9755
9756 * Makefile.in: Add Copyright notice.
9757 (prefix): Remove.
9758 (infodir): Change value to "../info".
9759 (VPATH): New variable.
9760 (MAKE): Don't define.
9761 (texmacrodir): Don't define.
9762 (texinputdir): Append the existing value of TEXINPUTS.
9763 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9764 command to be compatible with man/Makefile.in, and to put the
9765 output into ../info.
9766 (info): Add target.
9767 (installall): Target removed.
9768
c8763fb6 97692001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9770
9771 * tips.texi (Coding Conventions): Fix typo.
9772
97732001-10-23 Gerd Moellmann <gerd@gnu.org>
9774
9775 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9776
97772001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9778
9779 * files.texi (File Name Components): Update the description of
9780 file-name-sans-extension and file-name-extension, as they now
9781 ignore leading dots.
9782
97832001-10-20 Gerd Moellmann <gerd@gnu.org>
9784
9785 * (Version 21.1 released.)
9786
97872001-10-19 Miles Bader <miles@gnu.org>
9788
9789 * positions.texi (Text Lines): Describe behavior of
9790 `beginning-of-line'/`end-of-line' in the presence of field properties.
9791
97922001-10-17 Gerd Moellmann <gerd@gnu.org>
9793
9794 * Makefile.in (VERSION): Set to 2.8.
9795 (manual): Use `manual-21'.
9796
9797 * elisp.texi (VERSION): Add and use it where the version
9798 number was used. Set it to 2.8.
9799
9800 * intro.texi: Likewise.
9801
98022001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9803
9804 * files.texi (File Name Completion): Document the significance of
9805 a trailing slash in elements of completion-ignored-extensions.
9806
98072001-10-06 Miles Bader <miles@gnu.org>
9808
9809 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9810
98112001-10-04 Gerd Moellmann <gerd@gnu.org>
9812
9813 * variables.texi (Variable Aliases): New node.
9814
98152001-10-04 Gerd Moellmann <gerd@gnu.org>
9816
9817 * Branch for 21.1.
9818
98192001-10-02 Miles Bader <miles@gnu.org>
9820
9821 * minibuf.texi (Minibuffer Misc): Add entries for
9822 `minibuffer-contents', `minibuffer-contents-no-properties', and
9823 `delete-minibuffer-contents'.
9824 Correct description for `minibuffer-prompt-end'.
9825
9826 * text.texi (Property Search): Correct descriptions of
9827 `next-char-property-change' and `previous-char-property-change'.
9828 Add entries for `next-single-char-property-change' and
9829 `previous-single-char-property-change'.
9830 Make operand names a bit more consistent.
9831
98322001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9833
9834 * frames.texi (Finding All Frames): Document that next-frame and
9835 previous-frame are local to current terminal.
9836
98372001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9838
9839 * keymaps.texi (Creating Keymaps): Fix the description of the
9840 result of make-keymap.
9841
98422001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9843
9844 * display.texi (Font Lookup, Attribute Functions)
9845 (Image Descriptors): Add cross-references to the definition of
9846 selected frame.
9847
9848 * buffers.texi (The Buffer List): Add cross-references to the
9849 definition of selected frame.
9850
9851 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9852 frame at any given time.
9853 (Multiple Displays, Size and Position): Add a cross-reference to
9854 the definition of the selected frame.
9855
98562001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9857
9858 * strings.texi (String Conversion) <string-to-number>: Document
9859 that a float is returned for integers that are too large.
9860
9861 * frames.texi (Mouse Position): Document mouse-position-function.
9862 (Display Feature Testing): Document display-images-p.
9863 (Window Frame Parameters): Document the cursor-type variable.
9864
9865 * numbers.texi (Integer Basics): Document CL style read syntax for
9866 integers in bases other than 10.
9867
5dcb4c4e
SM
9868 * positions.texi (List Motion):
9869 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9870
9871 * lists.texi (Sets And Lists): Document member-ignore-case.
9872
9873 * internals.texi (Garbage Collection): Document the used and free
9874 strings report.
9875 (Memory Usage): Document strings-consed.
9876
9877 * os.texi (Time of Day): Document float-time.
9878 (Recording Input): Document that clear-this-command-keys clears
9879 the vector to be returned by recent-keys.
9880
9881 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9882 argument keymap can be a list.
9883
9884 * nonascii.texi (User-Chosen Coding Systems)
9885 <select-safe-coding-system>: Document the new argument
9886 accept-default-p and the variable
9887 select-safe-coding-system-accept-default-p. Tell what happens if
9888 buffer-file-coding-system is undecided.
9889 (Default Coding Systems): Document auto-coding-regexp-alist.
9890
9891 * display.texi (The Echo Area) <message>: Document
9892 message-truncate-lines.
9893 (Glyphs): Document that the glyph table is unused on windowed
9894 displays.
9895
9896 * help.texi (Describing Characters) <single-key-description>:
9897 Document the new argument no-angles.
9898 (Accessing Documentation) <documentation-property>: Document that
9899 a non-string property is evaluated.
9900 <documentation>: Document that the function-documentation property
9901 is looked for.
9902
9903 * windows.texi (Selecting Windows): Document some-window.
9904
9905 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9906
9907 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9908 apropos-mode-hook.
9909
9910 * commands.texi (Using Interactive): Document interactive-form.
9911 (Keyboard Macros): Document kbd-macro-termination-hook.
9912 (Command Loop Info): Document that clear-this-command-keys clears
9913 the vector to be returned by recent-keys.
9914
99152001-09-04 Werner LEMBERG <wl@gnu.org>
9916
9917 * Makefile.in (srcdir, texinputdir): New variables.
9918 (srcs, index.texi, install): Use $(srcdir).
9919 (.PHONY): Remove elisp.dvi.
9920 (elisp): Use -I switch for makeinfo.
9921 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9922 (installall, dist): Use $(srcdir).
9923 Fix path to texinfo.tex.
9924 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9925
99262001-08-30 Gerd Moellmann <gerd@gnu.org>
9927
9928 * display.texi (Conditional Display): Adjust to API change.
9929
9930 * configure: New file.
9931
99322001-07-30 Gerd Moellmann <gerd@gnu.org>
9933
9934 * commands.texi (Repeat Events): Add description of
9935 double-click-fuzz.
9936
99372001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9938
9939 * syntax.texi (Syntax Class Table): Add the missing designator for
9940 comment and string fences.
9941 (Syntax Properties): Add a xref to syntax table internals.
9942 (Syntax Table Internals): Document string-to-syntax.
9943
99442001-05-07 Gerd Moellmann <gerd@gnu.org>
9945
9946 * Makefile.in (install): Use install-info command line options
9947 like in Emacs' Makefile.in.
9948
99492000-12-09 Miles Bader <miles@gnu.org>
9950
9951 * windows.texi (Window Start): Update documentation for
9952 `pos-visible-in-window-p'.
9953
99542000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9955
9956 * lists.texi (Building Lists): Add footnote to explain how to add
9957 to the end of a list.
9958
99592000-10-25 Gerd Moellmann <gerd@gnu.org>
9960
9961 * files.texi (Visiting Functions): Typos.
9962
99632000-10-25 Kenichi Handa <handa@etl.go.jp>
9964
9965 * files.texi (Visiting Functions): Return value of
9966 find-file-noselect may be a list of buffers if wildcards are used.
9967
99682000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9969
9970 * display.texi (Defining Faces): Document `graphic' display type
9971 in face specs.
9972
b344d29d 99732000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9974
9975 * hooks.texi (Standard Hooks): Replace obsolete
9976 `after-make-frame-hook' with `after-make-frame-functions'.
9977
9978 * frames.texi (Creating Frames): Ditto.
9979
9980 * variables.texi (Future Local Variables): Ditto.
9981
99822000-10-16 Gerd Moellmann <gerd@gnu.org>
9983
9984 * display.texi (Other Image Types): Add description of :foreground
9985 and :background properties of mono PBM images.
9986
99872000-08-17 Werner LEMBERG <wl@gnu.org>
9988
9989 * .cvsignore: New file.
9990
99912000-01-05 Gerd Moellmann <gerd@gnu.org>
9992
9993 * tindex.pl: New script.
9994
99951999-12-03 Dave Love <fx@gnu.org>
9996
9997 * Makefile.in (MAKEINFO): New parameter.
9998
99991999-09-17 Richard Stallman <rms@gnu.org>
10000
10001 * Makefile.in (srcs): Add hash.texi.
10002 (VERSION): Update to 20.6.
10003
100041999-09-13 Richard Stallman <rms@gnu.org>
10005
10006 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10007
100081998-08-29 Karl Heuer <kwzh@gnu.org>
10009
10010 * configure.in: New file.
10011 * Makefile.in: Renamed from Makefile.
10012 (prefix, infodir): Use value obtained from configure.
10013 (emacslibdir): Obsolete variable deleted.
10014 (dist): Distribute configure.in, configure, Makefile.in.
10015
100161998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10017
10018 * Makefile (INSTALL_INFO): New variable.
10019 (install): Run install-info.
10020
100211998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10022
10023 * Makefile (elisp.dvi): Add missing backslash.
10024
100251998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10026
10027 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10028 Run texindex without `./'. Always run texindex on elisp.tp.
10029 (elisp.tps): Target deleted.
10030
100311998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10032
10033 * Makefile (srcs): Add nonascii.texi and customize.texi.
10034 (dist): Start by deleting `temp'.
10035
100361998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10037
10038 * Makefile (makeinfo, texindex): Targets deleted.
10039 (makeinfo.o, texindex.o): Targets deleted.
10040 (clean, dist): Don't do anything with them or with getopt*.
10041
100421998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10043
10044 * Makefile (SHELL): Defined.
10045
100461998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10047
10048 * Makefile (elisp.tps): New target.
10049 (elisp.dvi): Depend on elisp.tps.
10050
c5602427 100511996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10052
10053 * README: Update phone number.
10054
10055 * Makefile (elisp): Make this be the default target.
10056 Depend on makeinfo.c instead of makeinfo.
10057 (install): Don't depend on elisp.dvi, since we don't install that.
10058 Use mkinstalldirs.
10059 (dist): Add mkinstalldirs.
10060
c5602427 100611995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10062
10063 * Makefile (VERSION): Update version number.
5dcb4c4e 10064 (maintainer-clean): Rename from realclean.
b8d4c8d0 10065
c5602427 100661995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10067
10068 * Makefile (realclean): New target.
10069 (elisp): Remove any old elisp-* files first.
10070
c5602427 100711993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10072
10073 * Makefile (VERSION): New variable.
10074 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10075 Compressed file suffix should be `.gz', not `.z'.
10076
ce058493 100771993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10078
10079 * Makefile (elisp): Depend on makeinfo.
10080
c5602427 100811993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10082
10083 * Makefile (srcs): Add anti.texi.
10084
c5602427 100851993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10086
10087 * Makefile (infodir, prefix): New vars.
10088 (install): Use infodir.
f4e90db0 10089 (emacsinfodir): Delete.
b8d4c8d0 10090
c5602427 100911993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10092
10093 * Makefile (srcs): Add calendar.texi.
10094
10095 * Makefile (dist): Copy texindex.c and makeinfo.c.
10096 Limit elisp-* files to those with one or two digits.
10097
c5602427 100981993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10099
f4e90db0 10100 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10101
c5602427 101021993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10103
10104 * loading.texi (Unloading): define-function changed back to
10105 defalias. It may not stay this way, but at least it's
10106 consistent with the known-good version of the code patch.
10107
c5602427 101081993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10109
10110 * modes.texi (Hooks): Document new optional arg of add-hook.
10111
c5602427 101121993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10113
10114 * variables.texi: Document nil initial value of buffer-local variables.
10115
10116 * tips.texi: Add new section on standard library headers.
10117
c5602427 101181993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10119
10120 * Makefile (srcs): Add frame.texi to the list of sources.
10121
c5602427 101221993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10123
10124 * Makefile (dist): Don't bother excluding autosave files; they'll
10125 never make it into the temp directory anyway, and the hash marks
10126 in the name are problematic for make and the Bourne shell.
10127 (srcs):
10128
c5602427 101291993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10130
10131 * Makefile (dist): Don't include backup files or autosave files in
10132 the distribution tar file.
10133
c5602427 101341991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10135
5dcb4c4e 10136 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10137 (elisp.dvi): Remove erroneous shell comment.
10138 Expect output of permute-index in permuted.fns.
10139 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10140 (clean): Add index.texi to be deleted.
b8d4c8d0 10141
c5602427 101421990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10143
10144 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10145
c5602427 101461990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10147
10148 * files.texi: Noted that completion-ignored-extensions is ignored
10149 when making *Completions*.
10150
3e868ee3 101511990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10152
10153 * Makefile make dist now depends on elisp.dvi, since it tries
10154 to include it in the dist file.
10155
c5602427 101561990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10157
c5602427 10158 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10159
c5602427 101601989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10161
10162 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10163 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10164
c5602427 101651989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10166
10167 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10168 and @error{} are the terms now being used. The files in the
10169 directory have been changed to reflect this.
10170
10171 * All instances of @indentedresultt{} have been changed to
333f9019 10172 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10173
c5602427 101741989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10175
10176 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10177 experimental @indentedresult{}, @indentedexpandsto{} are part of
10178 the texinfo.tex in this directory. These TeX macros are not
10179 stable yet.
10180
c5602427 101811989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10182
10183 * texinfo.tex: Temporarily added
10184 \let\result=\dblarrow
10185 \def\error{{\it ERROR} \longdblarrow}
10186 We need to do this better soon.
10187
c5602427 101881989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10189
10190 * Applied Karl Berry's patches to *.texinfo files, but not to
10191 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10192 new title page format is also not applied, since it requires
10193 texinfo.tex changes.)
10194
10195 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10196 for the Project GNU development environment.
10197
10198;; Local Variables:
c8763fb6 10199;; coding: utf-8
b8d4c8d0
GM
10200;; End:
10201
acaf905b 10202 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10203
10204 This file is part of GNU Emacs.
10205
352c8b4a 10206 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10207 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10208 the Free Software Foundation, either version 3 of the License, or
10209 (at your option) any later version.
b8d4c8d0
GM
10210
10211 GNU Emacs is distributed in the hope that it will be useful,
10212 but WITHOUT ANY WARRANTY; without even the implied warranty of
10213 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10214 GNU General Public License for more details.
10215
10216 You should have received a copy of the GNU General Public License
352c8b4a 10217 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.