Fix infinite loop in python-end-of-statement
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
1be3ca5a
LL
12012-02-10 Leo Liu <sdl.web@gmail.com>
2
3 * control.texi (Handling Errors): Change condition-case-no-debug
4 to condition-case-unless-debug.
5
25dec365
CY
62012-02-10 Chong Yidong <cyd@gnu.org>
7
8 * advice.texi (Defining Advice): Clarify ad-unadvise.
9 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
10 is not abnormal.
11 (Advising Primitives): Node deleted; ad-define-subr-args has been
12 removed.
13
14 * compile.texi (Speed of Byte-Code): Use float-time in example.
15 (Compilation Functions): Note that the log uses Compilation mode.
16 Don't discuss the contents of byte-code function object here.
17 (Compilation Functions): De-document internal function byte-code.
18 (Docs and Compilation): Minor clarifications.
19
20 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
21 Objects.
22
5f5e4ea1
GM
232012-02-10 Glenn Morris <rgm@gnu.org>
24
25 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
26 Mention secure-hash.
27 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
28
6c1e4b46
CY
292012-02-10 Chong Yidong <cyd@gnu.org>
30
31 * loading.texi (Loading): Don't emphasize "library" terminology.
32 (Library Search): load-path is not a user option. Mention role of
33 -L option and packages. Improve examples.
34 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
35 obsolete.
36 (Autoload): Minor clarifications.
37
72ca698c
GM
382012-02-10 Glenn Morris <rgm@gnu.org>
39
b011fbfe
GM
40 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
41
72ca698c
GM
42 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
43
14a1f380
GM
442012-02-08 Glenn Morris <rgm@gnu.org>
45
46 * loading.texi (Named Features): Update the require example.
47
60d47423
GM
482012-02-07 Glenn Morris <rgm@gnu.org>
49
50 * modes.texi (Defining Minor Modes):
51 Expand on args of defined minor modes.
52
0992bd9c
CY
532012-02-07 Chong Yidong <cyd@gnu.org>
54
55 * variables.texi (Creating Buffer-Local): Minor clarification
56 to buffer-local-variables doc (Bug#10715).
57
af008560
GM
582012-02-07 Glenn Morris <rgm@gnu.org>
59
e80e1825 60 * display.texi (ImageMagick Images): General update.
af008560
GM
61 Move most details of imagemagick-render-type to the variable's doc.
62
866c1d22
GM
632012-02-06 Glenn Morris <rgm@gnu.org>
64
f7c9199f 65 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
66 (Inheritance and Keymaps):
67 Mention make-composed-keymap and multiple inheritance.
f7c9199f 68
e7bc51d0
GM
69 * modes.texi (Running Hooks): Mention run-hook-wrapped.
70
866c1d22
GM
71 * control.texi (Handling Errors):
72 Mention condition-case-no-debug and with-demoted-errors.
73
03988c98
CY
742012-02-05 Chong Yidong <cyd@gnu.org>
75
76 * customize.texi (Common Keywords): Minor clarifications.
77 Document custom-unlispify-remove-prefixes.
78 (Variable Definitions): Backquotes in defcustom seem to work fine
79 now. Various other copyedits.
e1161b06
CY
80 (Simple Types): Copyedits. Document color selector.
81 (Composite Types): Copyedits.
82 (Splicing into Lists): Clarifications.
03988c98
CY
83
84 * eval.texi (Backquote): Move from macros.texi.
85
86 * macros.texi (Expansion): Minor clarification.
87 (Backquote): Move node to eval.texi.
88 (Defining Macros): Move an example from Backquote node.
89 (Argument Evaluation): No need to mention Pascal.
90 (Indenting Macros): Add xref to Defining Macros.
91
649f602c
GM
922012-02-05 Glenn Morris <rgm@gnu.org>
93
94 * debugging.texi (Error Debugging): Mention debug-on-event default.
95
34c99998
GM
962012-02-04 Glenn Morris <rgm@gnu.org>
97
8f05da42
GM
98 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
99
7aa5aad8
GM
100 * debugging.texi (Error Debugging): Mention debug-on-event.
101 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
102
c7291ad9
GM
103 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
104
34c99998
GM
105 * text.texi (Buffer Contents):
106 Update filter-buffer-substring description.
107
735cc5ca
CY
1082012-02-04 Chong Yidong <cyd@gnu.org>
109
110 * functions.texi (What Is a Function): Add closures. Mention
111 "return value" terminology. Add xref for command-execute. Remove
112 unused "keystroke command" terminology.
113 (Lambda Expressions): Give a different example than in the
114 following subsection. Add xref to Anonymous Functions.
115 (Function Documentation): Remove gratuitous markup.
116 (Function Names): Move introductory text to `What Is a Function'.
117 (Defining Functions): Fix defun argument spec.
118 (Anonymous Functions): Document lambda macro explicitly. Mention
119 effects on lexical binding.
120 (Function Cells): Downplay direct usage of fset.
121 (Closures): New node.
122 (Inline Functions): Remove "open-code" terminology.
123 (Declaring Functions): Minor tweak; .m is not C code.
124
125 * variables.texi (Variables): Don't refer to "global value".
126 (Local Variables, Void Variables): Copyedits.
127 (Lexical Binding): Minor clarification of example.
128 (File Local Variables): Mention :safe and :risky defcustom args.
129 (Lexical Binding): Add xref to Closures node.
130
94bc7984
GM
1312012-02-04 Glenn Morris <rgm@gnu.org>
132
133 * minibuf.texi (High-Level Completion): Updates for read-color.
134
4f5a10ef
GM
1352012-02-03 Glenn Morris <rgm@gnu.org>
136
eea14f31
GM
137 * display.texi (GIF Images): Mention animation.
138 Remove commented-out old example of animation.
139 (Animated Images): New subsection.
140 * elisp.texi (Top):
141 * vol1.texi (Top):
142 * vol2.texi (Top): Add Animated Images menu entry.
143
4f5a10ef
GM
144 * display.texi (Image Formats): Remove oddly specific information
145 on versions of image libraries.
204e728d 146 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 147
12f381b7
GM
1482012-02-02 Glenn Morris <rgm@gnu.org>
149
1b9f60cc
GM
150 * processes.texi (Synchronous Processes):
151 Mention call-process's :file gets overwritten.
152
7e2734bc
GM
153 * commands.texi (Reading One Event):
154 * help.texi (Help Functions): Document read-char-choice.
155
f58b9822
GM
156 * hooks.texi (Standard Hooks):
157 * modes.texi (Keymaps and Minor Modes):
158 * text.texi (Commands for Insertion): Document post-self-insert-hook.
159
160 * hooks.texi (Standard Hooks): Add prog-mode-hook.
161
12f381b7
GM
162 * hooks.texi (Standard Hooks):
163 * modes.texi (Major Mode Conventions, Mode Hooks):
164 Document change-major-mode-after-body-hook.
165
7a9a2fc6
GM
1662012-02-01 Glenn Morris <rgm@gnu.org>
167
168 * modes.texi (Defining Minor Modes):
169 Mention disabling global minor modes on a per-major-mode basis.
170
a037c171
CY
1712012-01-31 Chong Yidong <cyd@gnu.org>
172
173 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
174 (Parser State): Remove unnecessary statement (Bug#10661).
175
176 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
177
56afad3a
GM
1782012-01-31 Glenn Morris <rgm@gnu.org>
179
180 * modes.texi (Defining Minor Modes):
181 Document define-minor-mode's new :variable keyword.
182
0f29fa41
CY
1832012-01-29 Chong Yidong <cyd@gnu.org>
184
837a390a
CY
185 * syntax.texi (Syntax Class Table): Tweak description of newline
186 char syntax (Bug#9619).
187
0f29fa41
CY
188 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
189 description (Bug#10189).
190
182148ee
GM
1912012-01-29 Glenn Morris <rgm@gnu.org>
192
a49ca6b9
GM
193 * files.texi (Changing Files): Document SELinux support.
194
182148ee
GM
195 * windows.texi (Window Sizes): Fix typo.
196
9962192e
CY
1972012-01-28 Chong Yidong <cyd@gnu.org>
198
8c6e1920
CY
199 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
200 doc (Bug#8568).
201
9583ec59
CY
202 * frames.texi (Input Focus): Add NORECORD arg to
203 select-frame-set-input-focus. Clarify its role in select-frame.
204
10256988
CY
205 * text.texi (Transposition): We don't use transpose-region as an
206 internal subroutine (Bug#3249).
207
9962192e
CY
208 * modes.texi (Example Major Modes): Update Lisp example code to
209 current sources. Delete the old non-derived-major-mode example,
210 which has diverged badly from current sources.
211
2aa43abb
GM
2122012-01-27 Glenn Morris <rgm@gnu.org>
213
214 * makefile.w32-in (texinputdir): Fix (presumed) typo.
215 (VERSION, manual): Remove, unused.
216
9f40220d
CY
2172012-01-27 Chong Yidong <cyd@gnu.org>
218
219 * commands.texi (Command Overview): Minor clarification (Bug#10384).
220
acc28cb9
CY
2212012-01-26 Chong Yidong <cyd@gnu.org>
222
223 * searching.texi (String Search): Document negative repeat count
224 (Bug#10507).
225
48da7392
GM
2262012-01-26 Glenn Morris <rgm@gnu.org>
227
228 * variables.texi (Using Lexical Binding):
229 Mention that lexical-binding should be set in the first line.
230
69b0acb9
LI
2312012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
232
233 * macros.texi (Defining Macros): Don't claim that `declare' only
234 affects Edebug and indentation.
235
543757a8
LI
2362012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
237
238 * macros.texi (Defining Macros): Slight `declare' fixup.
239
450e3cae
GM
2402012-01-25 Glenn Morris <rgm@gnu.org>
241
24189ce0 242 * makefile.w32-in (texinputdir):
450e3cae
GM
243 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
244
1021c761
CY
2452012-01-24 Chong Yidong <cyd@gnu.org>
246
247 * variables.texi (Variables, Local Variables, Void Variables):
248 Edit to make the descriptions less specific to dynamic binding.
249 (Local Variables): Default max-specpdl-size is now 1300.
250 (Defining Variables): Edits for lexical scoping. Delete
251 information about starting docstrings with *. De-document
252 user-variable-p.
253 (Tips for Defining): Remove an unimportant discussion of quitting
254 in the middle of a load.
255 (Accessing Variables, Setting Variables): Discuss lexical binding.
256 (Variable Scoping): Rewrite.
257 (Scope, Extent, Impl of Scope): Nodes deleted.
258 (Dynamic Binding): New node, with material from Scope, Extent, and
259 Impl of Scope nodes.
260 (Dynamic Binding Tips): Rename from Using Scoping.
261 (Lexical Binding): Rewrite.
262 (Using Lexical Binding): Rename from Converting to Lexical
263 Binding. Convert to subsection.
264
265 * customize.texi (Variable Definitions): Add custom-variable-p.
266 Move user-variable-p documentation here.
267
31cbea1d
CY
2682012-01-23 Chong Yidong <cyd@gnu.org>
269
270 * strings.texi (Text Comparison): Minor qualification.
271
272 * lists.texi (Cons Cells): Copyedits.
273 (List Elements): Mention push.
274 (List Variables): Mention pop.
275 (Rings): Move to sequences.texi.
276
277 * sequences.texi (Sequence Functions): Don't repeat the
278 introduction already given in the parent.
279 (Vectors): Copyedits.
280 (Rings): Move from lists.texi. Note that this is specific to the
281 ring package.
282
283 * symbols.texi (Definitions, Symbol Components): Mention variable
284 scoping issues.
285 (Plists and Alists): Copyedits.
286
287 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
288 correctness with lexical scoping.
289 (Eval): Copyedits.
290
fead402d
CY
2912012-01-21 Chong Yidong <cyd@gnu.org>
292
293 * intro.texi (A Sample Function Description): Special notation
294 used for macros too.
295
296 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
297 (Symbol Type): Add xref for keyword symbols.
298 (Sequence Type): Clarify differences between sequence types.
299 (Cons Cell Type): Add "linked list" index entry.
300 (Non-ASCII in Strings): Copyedits.
301 (Equality Predicates): Symbols with same name need not be eq.
302
303 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
304 ldexp. Move float-e and float-pi to Math Functions node.
305
61086eb6
GM
3062012-01-21 Glenn Morris <rgm@gnu.org>
307
308 * modes.texi (Auto Major Mode):
309 * variables.texi (File Local Variables):
310 Mention inhibit-local-variables-regexps.
311
34a02f46
MR
3122012-01-19 Martin Rudalics <rudalics@gmx.at>
313
314 * windows.texi (Window Configurations): Rewrite references to
315 persistent window parameters.
316 (Window Parameters): Fix description of persistent window
317 parameters.
318
f5064cae
JB
3192012-01-16 Juanma Barranquero <lekktu@gmail.com>
320
321 * windows.texi (Window Parameters): Use @pxref.
322
6a6ee00d
MR
3232012-01-16 Martin Rudalics <rudalics@gmx.at>
324
325 * windows.texi (Window Configurations, Window Parameters):
326 Describe persistent window parameters.
327
9ca4c014
SM
3282011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
329
330 * variables.texi (Creating Buffer-Local): Warn against misuses of
331 make-variable-buffer-local (bug#10258).
332
d027f83d
LMI
3332012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
334
335 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
336
89bd9ccd
CY
3372012-01-06 Chong Yidong <cyd@gnu.org>
338
339 * variables.texi (Directory Local Variables): Document
340 hack-dir-local-variables-non-file-buffer.
341
c869783d
GM
3422012-01-06 Glenn Morris <rgm@gnu.org>
343
344 * maps.texi (Standard Keymaps): Refer to Info-edit by name
345 rather than by keybinding.
346
2cae5ba4
JB
3472011-12-29 Juanma Barranquero <lekktu@gmail.com>
348
349 * frames.texi (Font and Color Parameters): Add @pxref.
350
43da4d08
DC
3512011-12-29 Daniel Colascione <dan.colascione@gmail.com>
352
353 * frames.texi (Font and Color Parameters):
354 Document w32 font backends (bug#10399).
355
8d80ef01
PE
3562011-12-28 Paul Eggert <eggert@cs.ucla.edu>
357
358 * files.texi (File Attributes, Changing Files):
359 Use a more-natural notation for octal numbers.
360
9022ae07
JB
3612011-12-23 Juanma Barranquero <lekktu@gmail.com>
362
363 * variables.texi (Variables with Restricted Values):
364 Change reference to variable (bug#10354).
365
454592a6
MR
3662011-12-13 Martin Rudalics <rudalics@gmx.at>
367
368 * windows.texi (Splitting Windows): Use t instead of non-nil
369 when describing window-combination-resize.
370
a7cdbfce
SM
3712011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
372
373 * text.texi (Special Properties): Warn against `intangible' properties
374 (bug#10222).
375
a3dcc84e
EZ
3762011-11-26 Eli Zaretskii <eliz@gnu.org>
377
579ebf8f
EZ
378 * display.texi (Truncation):
379 * text.texi (Special Properties): Describe what a stretch-glyph is
380 instead of using that term without explanation. Make the
381 cross-references more accurate.
382
a3dcc84e
EZ
383 * display.texi (Usual Display): Update the description,
384 cross-references, and indexing related to display of control
385 characters and raw bytes.
386
94af99a4
MR
3872011-11-25 Martin Rudalics <rudalics@gmx.at>
388
389 * windows.texi (Splitting Windows): Fix description of
390 window-combination-limit. Suggested by Eli Zaretskii.
391
1c3d7a13
CY
3922011-11-23 Chong Yidong <cyd@gnu.org>
393
394 * windows.texi (Window Sizes): Move window-top-line,
395 window-left-column, and window-*-pixel-edges to Coordinates and
396 Windows node.
397 (Coordinates and Windows): Restore window-edges doc.
398
90151a1e
MR
3992011-11-21 Martin Rudalics <rudalics@gmx.at>
400
a7cdbfce
SM
401 * windows.texi (Windows and Frames, Splitting Windows):
402 Fix typos.
90151a1e 403
a9b9b7f5
CY
4042011-11-21 Chong Yidong <cyd@gnu.org>
405
406 * windows.texi (Splitting Windows): Fix error in documentation of
407 window-combination-limit.
408 (Cyclic Window Ordering): Minor fixes to next-window,
409 one-window-p, and get-lru-window docs. Don't document
410 window-list-1.
411 (Buffers and Windows): Copyedits.
412 (Choosing Window): Document special handling of special-display-*.
413 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
414 Don't document even-window-heights, which is going away.
415 Clarify which options are obeyed by which action functions.
a9b9b7f5 416
f4e90db0
SM
4172011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
420
d2999b1a
MR
4212011-11-20 Martin Rudalics <rudalics@gmx.at>
422
f4e90db0
SM
423 * windows.texi (Resizing Windows, Splitting Windows):
424 Remove term "status" when talking about combination limits.
d2999b1a 425
cd1181db
JB
4262011-11-20 Juanma Barranquero <lekktu@gmail.com>
427
428 * compile.texi (Compiler Errors):
429 * help.texi (Help Functions): Fix typos.
430
7bf54975
CY
4312011-11-19 Chong Yidong <cyd@gnu.org>
432
433 * windows.texi (Splitting Windows): Clarify role of window
434 parameters in split-window. Shorten the example.
f4e90db0
SM
435 (Deleting Windows): Rewrite intro to handle internal windows.
436 Fix delete-windows-on doc.
7bf54975
CY
437 (Selecting Windows): Copyedits.
438
a0c2d0ae
MR
4392011-11-17 Martin Rudalics <rudalics@gmx.at>
440
441 * windows.texi (Resizing Windows, Splitting Windows)
442 (Deleting Windows): Use term window-combination-resize instead
443 of window-splits.
444
b6f67890
MR
4452011-11-16 Martin Rudalics <rudalics@gmx.at>
446
f4e90db0
SM
447 * windows.texi (Resizing Windows, Splitting Windows):
448 Rename occurrences of window-nest to window-combination-limit.
b6f67890 449
0b381c7e
JB
4502011-11-14 Juanma Barranquero <lekktu@gmail.com>
451
452 * intro.texi (Lisp History): Fix typo.
453
89d61221
MR
4542011-11-12 Martin Rudalics <rudalics@gmx.at>
455
f4e90db0
SM
456 * windows.texi (Splitting Windows, Deleting Windows):
457 Remove references to splits status of windows.
89d61221 458
b2621720
GM
4592011-11-10 Glenn Morris <rgm@gnu.org>
460
461 * buffers.texi (Read Only Buffers): Expand a bit on why
462 toggle-read-only should only be used interactively. (Bug#7292)
463
d2ad7ee1
CY
4642011-11-09 Chong Yidong <cyd@gnu.org>
465
466 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 467 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
468 window-inside-absolute-pixel-edges.
469 (Resizing Windows): shrink-window-if-larger-than-buffer works on
470 non-full-width windows.
471
2cffd681
MR
4722011-11-09 Martin Rudalics <rudalics@gmx.at>
473
474 * windows.texi (Resizing Windows): Rewrite documentation of
475 window-resizable.
476
f6f6d7e7
CY
4772011-11-09 Chong Yidong <cyd@gnu.org>
478
479 * windows.texi (Splitting Windows): Simplify example.
480
a79db6e0
CY
4812011-11-08 Chong Yidong <cyd@gnu.org>
482
483 * windows.texi (Window Sizes): Copyedits. Document
484 window-text-height. Remove window-min-height and window-min-width
485 discussion, referring instead to Emacs manual.
486 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
487 (Resizing Windows): Simplify introduction. Don't document
488 enlarge-window, shrink-window, enlarge-window-horizontally, and
489 shrink-window-horizontally; they are no longer preferred for
490 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 491
441950c7
GM
4922011-11-07 Glenn Morris <rgm@gnu.org>
493
494 * windows.texi (Choosing Window): Fix keybinding typo.
495
be7f5545
MR
4962011-11-07 Martin Rudalics <rudalics@gmx.at>
497
498 * windows.texi (Resizing Windows, Splitting Windows)
499 (Window Configurations): Use "child window" instead of
500 "subwindow".
501
291d142b
CY
5022011-11-06 Chong Yidong <cyd@gnu.org>
503
504 * windows.texi (Basic Windows): Clarify various definitions.
505 Treat window-normalize-* as internal; don't document them.
506 (Windows and Frames): Various clarifications, e.g. non-live
507 windows also belong to frames. Fix window-list description.
508 Simplify window nesting example.
f4e90db0
SM
509 (Splitting Windows, Window Configurations):
510 Use split-window-below.
291d142b 511
89bd5ee1
EZ
5122011-11-04 Eli Zaretskii <eliz@gnu.org>
513
514 * windows.texi (Window Sizes): Mention in the doc string that the
515 return values of `window-body-height' and `window-body-width' are
516 in frame's canonical units. (Bug#9949)
517
3d8daefe
MR
5182011-10-30 Martin Rudalics <rudalics@gmx.at>
519
520 * windows.texi (Windows and Frames): Remove "iso-" infix from
521 documentation of window-iso-combined-p.
522
60754666
CY
5232011-10-26 Chong Yidong <cyd@gnu.org>
524
525 * modes.texi (Running Hooks): Document with-wrapper-hook.
526
d366bd53
CY
5272011-10-18 Chong Yidong <cyd@gnu.org>
528
529 * display.texi (Glyphless Chars): New node.
530
50b063c3
CY
5312011-10-13 Chong Yidong <cyd@stupidchicken.com>
532
533 * text.texi (Yanking): Document yank-excluded-properties.
534
535 * package.texi (Packaging Basics): The commentary should say how
536 to begin using the package.
537
c72063fa
MR
5382011-10-11 Martin Rudalics <rudalics@gmx.at>
539
540 * windows.texi (Deleting Windows): Mention which window gets
541 selected when deleting the selected window.
542
d83dc65b
MR
5432011-10-09 Martin Rudalics <rudalics@gmx.at>
544
545 * buffers.texi (The Buffer List): Describe how bury-buffer deals
546 with the selected window.
547 * windows.texi (Buffers and Windows): Reformulate text on how
548 replace-buffer-in-windows deals with a window.
549 (Quitting Windows): Describe how quit-window deals with a
550 standalone frame. Describe new option frame-auto-hide-function.
551
c599682c
GM
5522011-10-08 Glenn Morris <rgm@gnu.org>
553
48bca619
GM
554 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
555
c599682c
GM
556 * positions.texi (Excursions): Update warning message.
557
969aa734
CY
5582011-10-05 Chong Yidong <cyd@stupidchicken.com>
559
f4e90db0
SM
560 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
561 Fix Emacs manual xref (Bug#9675).
969aa734 562
550f41cd
CY
5632011-10-01 Chong Yidong <cyd@stupidchicken.com>
564
565 * windows.texi (Textual Scrolling): Document scroll-up-command,
566 scroll-down-command, scroll-error-top-bottom, and the
567 scroll-command symbol property.
717a1362
CY
568 (Display Action Functions): Fix description of
569 display-buffer-pop-up-window.
550f41cd 570
a239d4e9
JB
5712011-09-28 Juanma Barranquero <lekktu@gmail.com>
572
573 * windows.texi (Splitting Windows): Fix typos.
574
590c056d
MR
5752011-09-25 Martin Rudalics <rudalics@gmx.at>
576
577 * windows.texi (Windows and Frames, Display Action Functions)
578 (Switching Buffers): Fix some typos.
579 (Buffers and Windows): Remove reference to window-auto-delete.
580 Reword description of replace-buffer-in-windows.
581 (Window History): Fix some typos and refer to frame local buffer
582 list.
c419f5cb
MR
583 (Quitting Windows): New node.
584 (Window Configurations): Add descriptions of window-state-get
585 and window-state-put.
586 (Window Parameters): Describe variable ignore-window-parameters.
587 Sketch some window parameters currently in use.
588 * elisp.texi (Top): Update node listing.
590c056d 589
9ec20d36
CY
5902011-09-25 Chong Yidong <cyd@stupidchicken.com>
591
592 * windows.texi (Display Action Functions)
593 (Choosing Window Options): New nodes.
594
0e406a72
CY
5952011-09-24 Chong Yidong <cyd@stupidchicken.com>
596
597 * windows.texi (Window History): New node. Move text here from
598 Buffers and Windows.
599 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
600 don't document display-buffer here; callers changed.
601 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
602 switch-to-buffer-other-frame. Delete duplicate
603 replace-buffer-in-windows doc.
604 (Choosing Window): Document display actions.
605
6bf7006f
EZ
6062011-09-24 Eli Zaretskii <eliz@gnu.org>
607
608 * display.texi (Forcing Redisplay): Update the description of
609 redisplay-dont-pause due to change in the default value.
610
b33b68a3
MR
6112011-09-23 Martin Rudalics <rudalics@gmx.at>
612
613 * frames.texi (Frames and Windows): Move section and rename to
614 Windows and Frames in windows.texi.
615 * windows.texi (Windows): Restructure.
616 (Basic Windows): Rewrite. Explain live and internal windows and
617 normalization functions.
618 (Windows and Frames): Move section here from frames.texi.
619 Describe subwindows, window combinations, window tree, and
620 corresponding functions including window-list here.
621 (Window Sizes): Rename section from Size of Window and move it
622 up in chapter. Describe total and body sizes and the
623 corresponding functions. Explain new semantics of
624 window-min-height/-width.
625 (Resizing Windows): Move section up in chapter. Describe new
626 resize functions.
627 (Splitting Windows): Describe new behavior of split-window,
628 split-window-above-each-other and split-window-side-by-side.
629 Provide examples. Describe window-nest and window-splits
630 options.
631 (Deleting Windows): Minor rewrite.
f4e90db0
SM
632 (Selecting Windows): Minor rewrite.
633 Describe frame-selected-window and set-frame-selected-window here.
634 (Cyclic Window Ordering): Minor rewrite.
635 Describe window-list-1.
b33b68a3
MR
636 (Buffers and Windows): Rewrite. Explain a window's previous and
637 next buffers and the corresponding functions.
c4682d18 638 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
639 * elisp.texi (Top): Update node listings for frames and windows
640 sections.
641
4d3786ac
SM
6422011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
645
713df35b
LMI
6462011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
647
648 * errors.texi (Standard Errors): Remove apparent placeholder text
649 (bug#9491).
650
33ed493b
CY
6512011-09-18 Chong Yidong <cyd@stupidchicken.com>
652
653 * frames.texi (Management Parameters): Fix description of
654 icon-type parameter.
655
b8f0a954
CY
6562011-09-17 Chong Yidong <cyd@stupidchicken.com>
657
658 * tips.texi (Key Binding Conventions): Don't bind a key sequence
659 ending in C-g. Suggested by Edward O'Connor.
660
eddf142c
EZ
6612011-09-17 Eli Zaretskii <eliz@gnu.org>
662
663 * numbers.texi (Integer Basics): Add indexing for
664 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
665
bf1af6c7
DM
6662011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
667
668 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
669
cec2eab8
JB
6702011-09-11 Juanma Barranquero <lekktu@gmail.com>
671
672 * processes.texi (Network Servers): Clarify what the process
673 buffer is used for (bug#9233).
674
51751aa2 6752011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
676
677 * lists.texi (Building Lists): Fix typo.
678
35137ed3
CY
6792011-08-30 Chong Yidong <cyd@stupidchicken.com>
680
681 * display.texi (Basic Faces): New node. Document new faces.
682
683 * modes.texi (Major Mode Conventions): Move some text there.
684 (Mode Help): Remove major-mode var, duplicated in Major Modes.
685
3fd50d5c
CY
6862011-08-29 Chong Yidong <cyd@stupidchicken.com>
687
688 * modes.texi (Basic Major Modes): New node. Callers updated.
689 (Major Modes): Document fundamental-mode and major-mode.
690 (Major Mode Basics): Node deleted; text moved to Major Modes.
691 (Derived Modes): Document derived-mode-p.
692
ddb54206
CY
6932011-08-28 Chong Yidong <cyd@stupidchicken.com>
694
a6326082
CY
695 * files.texi (Changing Files, Create/Delete Dirs): Document new
696 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
697 (Visiting Functions): Remove view-file; it is documented in the
698 Emacs manual.
04e2ce72 699
ddb54206
CY
700 * frames.texi (Layout Parameters): The defaults for the
701 menu-bar-lines and tool-bar-lines parameters depend on the mode.
702
703 * display.texi (Progress): Document spinner functionality.
704
705 * os.texi (Killing Emacs): Note that kill-emacs can be called by
706 operating system signals. Refer to save-buffers-kill-terminal
707 instead of save-buffers-kill-emacs.
708
709 * objects.texi (Symbol Type): Document ## print representation.
710
0c95fcf7
EZ
7112011-08-25 Eli Zaretskii <eliz@gnu.org>
712
713 * display.texi (Specified Space): Mention that `space' specs
714 influence bidi reordering.
715 (Bidirectional Display): Explain how to use `(space . PROPS)' for
716 separating fields with bidirectional content.
717
5980d4c6
EZ
7182011-08-24 Eli Zaretskii <eliz@gnu.org>
719
720 * display.texi (Bidirectional Display): Document return value in
721 buffers that are not bidi-reordered for display, and in unibyte
722 buffers.
723
bca633fb
EZ
7242011-08-23 Eli Zaretskii <eliz@gnu.org>
725
726 * nonascii.texi (Character Properties): Document the values for
727 unassigned codepoints.
728
c094bb0c
EZ
7292011-08-18 Eli Zaretskii <eliz@gnu.org>
730
731 * nonascii.texi (Character Properties): Document use of
732 `bidi-class' and `mirroring' properties as part of reordering.
733 Provide cross-references to "Bidirectional Display".
734
735 * display.texi (Bidirectional Display): Document the pitfalls of
736 concatenating strings with bidirectional content, with possible
f4e90db0
SM
737 solutions. Document bidi-string-mark-left-to-right.
738 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
739 Document use of `bidi-class' and `mirroring' properties as part of
740 reordering.
c094bb0c 741
1ea897d5
EZ
7422011-08-16 Eli Zaretskii <eliz@gnu.org>
743
9adfcd0b
EZ
744 * modes.texi (Major Mode Conventions): Improve the documentation
745 of `mode-class' `special' modes.
746
10862873
EZ
747 * nonascii.texi (Character Properties): Document the `mirroring'
748 property. Add index entries.
749
1ea897d5
EZ
750 * syntax.texi (Categories): Add an example of defining a new
751 category and category table.
752
753 * searching.texi (Regexp Backslash): Document how to display
754 existing categories. Mention the possibility of adding
755 categories, and add an xref to where this is described. Add an
756 index entry.
757
ebb552ed
CY
7582011-08-09 Chong Yidong <cyd@stupidchicken.com>
759
760 * text.texi (Special Properties):
761 * display.texi (Overlay Properties): Note that mouse-face cannot
762 change the text size (Bug#8530).
763
51a714e1
CY
7642011-08-08 Chong Yidong <cyd@stupidchicken.com>
765
766 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
767 using setenv instead.
768
4cc60b9b
EZ
7692011-07-28 Eli Zaretskii <eliz@gnu.org>
770
771 * display.texi (Bidirectional Display): Document the fact that
772 bidi-display-reordering is t by default.
773
5deb92fd
EZ
7742011-07-23 Eli Zaretskii <eliz@gnu.org>
775
776 * display.texi (Bidirectional Display): New section.
777
011b0ad6 7782011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
779 Tim Cross <theophilusx@gmail.com> (tiny change)
780 Glenn Morris <rgm@gnu.org>
011b0ad6 781
67f9b9f8 782 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 783
4baf28e6
AS
7842011-07-15 Andreas Schwab <schwab@linux-m68k.org>
785
786 * help.texi (Keys in Documentation): Revert last change.
787
66249842
LMI
7882011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
789
f863868c
LMI
790 * help.texi (Keys in Documentation): Clarify that \= only quotes
791 the next character, and doesn't affect longer sequences in
792 particular (bug#8935).
793
f4e90db0
SM
794 * debugging.texi (Using Debugger):
795 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 796
0bb23927 7972011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
798
799 * display.texi (Other Display Specs): Document that `left-fringe'
800 and `right-fringe' display specifications are of the "replacing"
801 kind.
802
f2027cdf
LMI
8032011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
804
805 * help.texi (Documentation Basics): Add a link to the Function
806 Documentation node (bug#6580).
807
f987fde4
LMI
8082011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
809
0bc59b25
LMI
810 * keymaps.texi (Menu Bar): Mention :visible and :enable
811 (bug#6344). Text by Drew Adams.
812
63d55f1f
LMI
813 * modes.texi (Running Hooks): Mention buffer-local hook variables
814 (bug#6218).
815
f987fde4
LMI
816 * objects.texi (General Escape Syntax): "a with grave accent" is
817 ?xe0, not ?x8e0 (bug#5259).
818
b7527639
CY
8192011-07-12 Chong Yidong <cyd@stupidchicken.com>
820
821 * display.texi (Face Attributes, Font Selection): Add references
822 to the Fonts node in the Emacs manual (Bug#4178).
823
c830e5ae
CY
8242011-07-12 Chong Yidong <cyd@stupidchicken.com>
825
826 * display.texi (Window Systems): `window-system' is
827 terminal-local.
828
829 * frames.texi (Frame Parameters, Parameter Access): Don't mention
830 frame-local variables.
831
832 * variables.texi (Buffer-Local Variables): Don't mention obsolete
833 frame-local variables.
834 (Frame-Local Variables): Node deleted.
835
836 * elisp.texi (Top): Update node listing.
837
91223e54
LMI
8382011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
839
840 * elisp.texi: Change "inferiors" to "subnodes" in three places
841 (bug#3523).
842
963578d3
CY
8432011-07-11 Chong Yidong <cyd@stupidchicken.com>
844
845 * frames.texi (Window System Selections): Discussion of
846 x-select-enable-clipboard moved to Emacs manual.
847
07151e49
DD
8482011-07-11 Deniz Dogan <deniz@dogan.se>
849
850 * commands.texi (Prefix Command Arguments): Remove excessive
851 apostrophe.
852
7261e1cf
LMI
8532011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
854
ad21a12a
LMI
855 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
856 description is a string (bug#3313).
857
7261e1cf
LMI
858 * frames.texi (Display Feature Testing): Try to explain what all
859 the visual classes mean (bug#3042).
860
568f7b79
LMI
8612011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
862
18d59e29
LMI
863 * modes.texi (Mode Line Variables): Document `mode-line-remote'
864 and `mode-line-client' (bug#2974).
865
568f7b79
LMI
866 * text.texi (Insertion): Clarify marker movements (bug#1651).
867 Text from Drew Adams.
868
54e10184
LMI
8692011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
870
d94d85e9
LMI
871 * text.texi (Special Properties): Clarify the format of `face'
872 (bug#1375).
873
54e10184
LMI
874 * commands.texi (Interactive Call): Add a `call-interactively'
875 example (bug#1010).
876
413c488d
LMI
8772011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
878
879 * functions.texi (Calling Functions): Link to the "Interactive
880 Call" node (bug#1001).
881
322b7dab 8822011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 883
3deead93
CY
884 * customize.texi (Composite Types): Move alist and plist to here
885 from Simple Types (Bug#7545).
886
887 * elisp.texi (Top): Update menu description.
888
b00d8c1a
CY
889 * display.texi (Face Attributes): Document negative line widths
890 (Bug#6113).
891
d2a6c43b
TR
8922011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
893
894 * searching.texi (Match Data): Note that match data can be
895 overwritten by most functions (bug#2499).
896
c7844a27
LMI
8972011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
898
a9ab721e
LMI
899 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
900 flags mean (bug#6659).
901
c7844a27
LMI
902 * functions.texi (What Is a Function): Document the autoload
903 object (bug#6496).
904
f68d76d0
LMI
9052011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
906
8a20ca4c
LMI
907 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
908 is only used in the Customize user interface (bug#6089).
909
f68d76d0 910 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 911 images (bug#7836).
f68d76d0 912
7018dbe7
EZ
9132011-07-02 Eli Zaretskii <eliz@gnu.org>
914
915 * variables.texi (Defining Variables, Void Variables)
916 (Constant Variables): Fix incorrect usage of @kindex.
917
36cb87a1
LMI
9182011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
919
28ee97c7
LMI
920 * variables.texi (Defining Variables): Add an index entry for
921 `set-variable' (bug#7262).
8d4294e9 922 (Defining Variables): Use @findex for functions.
28ee97c7 923
8862ffd5
LMI
924 * frames.texi (Basic Parameters): Document the `explicit-name'
925 parameter (bug#6951).
926
0ec389b9
LMI
927 * customize.texi (Type Keywords): Clarify that :value provides a
928 default value for all types (bug#7386).
929
36cb87a1
LMI
930 * streams.texi (Output Functions): Document `pp'.
931
11fdef7d 9322011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
933
934 * keymaps.texi (Searching Keymaps):
935 * display.texi (Overlay Properties): Fix errors in 2011-05-29
936 change. Suggested by Johan Bockgård.
937
eeafcea7
CY
9382011-06-15 Chong Yidong <cyd@stupidchicken.com>
939
940 * text.texi (Special Properties): Clarify role of font-lock-face.
941
b96e6cde
LMI
9422011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
943
f4e90db0 944 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
945 to `process-live-p' for consistency with other `-live-p' functions.
946
be14b9ab
PE
9472011-06-03 Paul Eggert <eggert@cs.ucla.edu>
948
949 Document wide integers better.
950 * files.texi (File Attributes): Document ino_t values better.
2d365993 951 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
952 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
953 (Bitwise Operations):
001903b5
PE
954 * objects.texi (Integer Type): Use a binary notation that is a bit easier
955 to read, and that will port better if 62-bits becomes the default.
956 Fix or remove incorrect examples.
be14b9ab
PE
957 * os.texi (Time Conversion): Document time_t values better.
958
bcd54f83
LMI
9592011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
960
f4e90db0
SM
961 * processes.texi (Process Information):
962 Document `process-alive-p'.
bcd54f83 963
049bcbcb
CY
9642011-05-29 Chong Yidong <cyd@stupidchicken.com>
965
966 * help.texi (Accessing Documentation):
967 * display.texi (Pixel Specification):
968 * processes.texi (Serial Ports, Serial Ports):
969 * nonascii.texi (Character Properties, Default Coding Systems):
970 * text.texi (Changing Properties, Special Properties):
971 * windows.texi (Window Start and End):
972 * modes.texi (SMIE Indentation Example, SMIE Tricks):
973 * keymaps.texi (Searching Keymaps, Tool Bar):
974 * minibuf.texi (Basic Completion):
975 * compile.texi (Eval During Compile):
976 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
977 7x9 paper in printed manual.
978
979 * lists.texi (Sets And Lists): Fix misplaced text.
980
58539c63
CY
9812011-05-29 Chong Yidong <cyd@stupidchicken.com>
982
983 * keymaps.texi (Remapping Commands): Emphasize that the keymap
984 needs to be active (Bug#8350).
985
6b5681bf
CY
9862011-05-28 Chong Yidong <cyd@stupidchicken.com>
987
b4d52acc
CY
988 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
989
6b5681bf
CY
990 * tips.texi (Coding Conventions): Remove antediluvian filename
991 limit recommendation (Bug#8538).
992
e145f188
GM
9932011-05-27 Glenn Morris <rgm@gnu.org>
994
995 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
996
eafed945
GM
9972011-05-26 Glenn Morris <rgm@gnu.org>
998
999 * variables.texi (File Local Variables):
1000 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1001 Add some more details on what this function does in the other case.
eafed945 1002
bc8410af
GM
10032011-05-19 Glenn Morris <rgm@gnu.org>
1004
1005 * lists.texi (Sets And Lists): Mention cl provides union etc.
1006
35a30759
N
10072011-05-19 Nix <nix@esperi.org.uk>
1008
1009 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1010
1011 * text.texi (Parsing HTML): Update for function name changes.
1012
1013 * syntax.texi (Syntax Flags): Small fix.
1014
1015 * keymaps.texi (Active Keymaps): Typo fix.
1016 (Changing Key Bindings): Grammar fix.
1017
1018 * frames.texi (Minibuffers and Frames): Grammar fix.
1019 (Window System Selections): x-select-enable-clipboard now defaults to t.
1020
1021 * customize.texi (Common Keywords):
1022 * display.texi (Abstract Display):
1023 * modes.texi (Auto-Indentation):
1024 * nonascii.texi (Converting Representations): Typo fixes.
1025
1026 * control.texi (Examples of Catch): Call it "goto" not "go to".
1027
e3934a8a
EZ
10282011-05-14 Eli Zaretskii <eliz@gnu.org>
1029
bc039a3b
EZ
1030 * nonascii.texi (Character Properties): Fix inconsistencies with
1031 implementation.
1032
e3934a8a
EZ
1033 * text.texi (Special Properties): Move @defvar's out of the
1034 @table. (Bug#8652)
1035
e2c94218
GM
10362011-05-12 Glenn Morris <rgm@gnu.org>
1037
1038 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1039
d2fc7e3d 10402011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1041
1042 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1043 (Multiline Font Lock):
1044 * vol2.texi (Top):
1045 * vol1.texi (Top):
1046 * elisp.texi (Top): Update menu accordingly.
1047
d2fc7e3d 10482011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1049
1050 * modes.texi (Region to Fontify): Fix typo.
1051
79b70037
GM
10522011-05-10 Jim Meyering <meyering@redhat.com>
1053
1054 * minibuf.texi: Fix typo "in in -> in".
1055
b08a63cc 10562011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1057
1058 * numbers.texi (Integer Basics): Large integers are treated as floats.
1059
1ef14cb4
LMI
10602011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1061
1062 * processes.texi (Synchronous Processes): Document the (:file
1063 "/file-name") syntax for `call-process'.
1064
4ffd0d6b 10652011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1066
1067 * windows.texi (Choosing Window): Fix typo.
1068
4ffd0d6b 10692011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1070
1071 * frames.texi (Layout Parameters): Note the difference between
1072 querying and setting parameters for left-fringe and right-fringe
1073 (Bug#6930).
1074
fd5a8ae8
SM
10752011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * minibuf.texi (Basic Completion): Be a bit more precise about the
1078 valid kinds of completion tables.
1079 (Programmed Completion): Remove obsolete text about lambda expressions
1080 not being valid completion tables.
1081
c1bcd0d5
CY
10822011-03-19 Chong Yidong <cyd@stupidchicken.com>
1083
1084 * positions.texi (Excursions): Explain the "save-excursion
1085 defeated by set-buffer" warning.
1086
1087 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1088 save-excursion. Suggested by Uday S Reddy.
1089
03408648 10902011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1091
03408648
SM
1092 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1093 (Lexical Binding): New sub-section.
ba83908c 1094
03408648
SM
1095 * eval.texi (Eval): Discourage the use of `eval'.
1096 Document its new `lexical' argument.
6c075cd7 1097
f6d62986
SM
10982011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1099
03408648 1100 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1101 nil any more.
1102
84ea5558 11032011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1104
1105 * strings.texi (String Conversion): Don't mention
1106 string-make-(uni|multi)byte (bug#8262).
1107 * nonascii.texi (Converting Representations): Fix up range.
1108 * keymaps.texi (Key Binding Commands): Update code point, avoid
1109 "unibyte character" and remove mention of unibyte bindings.
1110
62d94509
EZ
11112011-03-10 Eli Zaretskii <eliz@gnu.org>
1112
1113 * modes.texi (Operator Precedence Grammars): Don't use characters
1114 outside ISO-8859-1.
1115
63a329f8
EZ
11162011-03-09 Eli Zaretskii <eliz@gnu.org>
1117
1118 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1119
1120 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1121
6446548e
GM
11222011-03-08 Glenn Morris <rgm@gnu.org>
1123
1124 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1125 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1126 * elisp.texi: Set documentencoding.
6446548e 1127
33383987
JB
11282011-03-07 Chong Yidong <cyd@stupidchicken.com>
1129
1130 * Version 23.3 released.
1131
0b3ceceb
CY
11322011-03-06 Chong Yidong <cyd@stupidchicken.com>
1133
1134 * package.texi: Update index keywords.
1135 (Package Archives): New node contents. Document package-x.el.
1136
78f5433f
JB
11372011-03-06 Juanma Barranquero <lekktu@gmail.com>
1138
1139 * makefile.w32-in (srcs): Add package.texi.
1140
555e9b5c
CY
11412011-03-06 Chong Yidong <cyd@stupidchicken.com>
1142
120d9389
CY
1143 * package.texi (Packaging, Packaging Basics, Simple Packages)
1144 (Multi-file Packages): Expand and clarify.
1145 (Package Archives): Temporary placeholder node.
1146
1147 * elisp.texi (Top): Update node listing.
1148
555e9b5c
CY
1149 * Makefile.in (srcs): Add package.texi.
1150
b59a4335
CY
11512011-03-05 Chong Yidong <cyd@stupidchicken.com>
1152
1153 * processes.texi (Synchronous Processes): Minor clarification
1154 (Bug#8149).
1155
06083aa1
GM
11562011-03-03 Glenn Morris <rgm@gnu.org>
1157
1158 * files.texi (Truenames): Minor clarification. (Bug#2341)
1159
6640b281
GM
11602011-03-01 Glenn Morris <rgm@gnu.org>
1161
1162 * variables.texi (Directory Local Variables):
1163 Mention `(subdirs . nil)' alist element.
1164
2b0c7330 11652011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1166
1167 * variables.texi (Directory Local Variables): Mention the optional
1168 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1169
b923f7a9
CY
11702011-02-27 Chong Yidong <cyd@stupidchicken.com>
1171
1172 * minibuf.texi (Minibuffer History): Clarify discussion of
1173 minibuffer history lists (Bug#8085).
1174
67ab0163 11752011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1176
e979a521
EZ
1177 * elisp.texi: Sync @dircategory with ../../info/dir.
1178
e03b2fd4
EZ
1179 * files.texi (Visiting Functions): Document find-file-literally,
1180 both the command and the variable.
1181
86ec878a
EZ
1182 * variables.texi (Creating Buffer-Local): Explain the meaning of
1183 permanent local variables.
1184
67ab0163
GM
1185 * files.texi (Visiting Functions): Document find-file-literally,
1186 both the command and the variable.
1187
1188 * variables.texi (Creating Buffer-Local): Explain the meaning of
1189 permanent local variables.
1190
11912011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1192
1193 * keymaps.texi (Remapping Commands): Mention how to undo it.
1194
bfcb151a
RT
11952011-02-09 Reuben Thomas <rrt@sc3d.org>
1196
1197 * loading.texi (Hooks for Loading): Remove unnecessary advice
1198 about eval-after-load (Bug#7986).
1199
a41c8660
CY
12002011-02-05 Chong Yidong <cyd@stupidchicken.com>
1201
1202 * commands.texi (Accessing Mouse): Note that a header line is not
1203 included in the row of posn-col-row.
1204
e0dd6837
CY
12052011-02-02 Chong Yidong <cyd@stupidchicken.com>
1206
1207 * modes.texi (Major Mode Conventions): Add face guidelines.
1208 (Faces for Font Lock): List faces in order of prominence.
1209
a4180391
PE
12102011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1211
1212 format-time-string now supports subsecond time stamp resolution
1213 * os.texi (Time Parsing): Document %N.
1214
7427eb97
CY
12152011-01-28 Chong Yidong <cyd@stupidchicken.com>
1216
61db307f
CY
1217 * vol1.texi (Top):
1218 * vol2.texi (Top):
1219 * elisp.texi (Top):
1220 * display.texi (Display Property): Shorten the menu description of
1221 the "Other Display Specs" node (Bug#7816).
1222
7427eb97
CY
1223 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1224 menu item" concept index entries (Bug#7805).
1225
bf3dae7e
EZ
12262011-01-29 Eli Zaretskii <eliz@gnu.org>
1227
1228 * makefile.w32-in (texinfodir): New variable.
1229 (usermanualdir): Remove as redundant with $(emacsdir).
1230 (MAKEINFO): Remove options, leave only program name.
1231 (MAKEINFO_OPTS): New variable.
1232 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1233
06d8ace5 12342011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1235 Richard Kim <emacs18@gmail.com>
1236
1237 * loading.texi (Library Search): Document list-load-path-shadows
1238 (Bug#7757).
1239
06d8ace5 12402011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1241
1242 * searching.texi (Regexp Special): Remove outdated discussion of
1243 character sets (Bug#7780).
1244
28a88153
CY
1245 * frames.texi (Pop-Up Menus): Document where menu title comes
1246 from (Bug#7684).
1247
06d8ace5 12482011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1249
1250 * display.texi (Making Buttons): Mention limitation of text buttons.
1251
a8e1e9ee
WL
12522011-01-23 Werner Lemberg <wl@gnu.org>
1253
1254 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1255 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1256 (ENVADD): New variable to control texi2dvi and texi2pdf.
1257
362b9d48
GM
12582011-01-15 Chong Yidong <cyd@stupidchicken.com>
1259
1260 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1261 Emacs manual.
1262
12632011-01-15 Eli Zaretskii <eliz@gnu.org>
1264
1265 * files.texi (Directory Names): Explain why FROM in
1266 directory-abbrev-alist should begin with \`. (Bug#7777)
1267
3fa173b4
SM
12682011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1269
1270 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1271
7c420169 12722011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1273
1274 * modes.texi (Emulating Mode Line): Fix last change.
1275
7c420169 12762011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1277
1278 * modes.texi (Emulating Mode Line): Update documentation of
1279 format-mode-line according to changes that fixed bug #7587.
1280
80b33766
SM
12812010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1282
1283 * modes.texi (Derived Modes): Mention prog-mode.
1284
1285 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1286 of the key-binding-data cache since we don't use it any more.
1287
f49d1f52 12882010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1289
4bb49a92
EZ
1290 * processes.texi (Shell Arguments):
1291 * strings.texi (Creating Strings): Don't mention "shell commands";
1292 make it explicit that `split-string-and-unquote' and
1293 `combine-and-quote-strings' are mainly for working with arguments
1294 to call-process and start-process.
1295
3c73e30e
EZ
1296 * processes.texi (Shell Arguments): Fix documentation of
1297 `split-string-and-unquote'. Add indexing. (Bug#7563)
1298
f49d1f52 12992010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1300
1301 * modes.texi (Auto-Indentation): New section to document SMIE.
1302 (Major Mode Conventions):
1303 * text.texi (Mode-Specific Indent): Refer to it.
1304
f49d1f52 13052010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1306
1307 * display.texi (Other Display Specs): Document left-fringe and
1308 right-fringe display specs.
1309
f49d1f52 13102010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1311
1312 * backups.texi (Making Backups):
1313 * modes.texi (Example Major Modes): Use recommended coding style.
1314 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1315 define-derived-mode. Mention completion-at-point-functions.
1316
f49d1f52 13172010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1318
5dcb4c4e
SM
1319 * nonascii.texi (Converting Representations):
1320 Document byte-to-string.
e1115396 1321
ec1b9b17
GM
13222010-12-08 Glenn Morris <rgm@gnu.org>
1323
1324 * buffers.texi (Modification Time):
1325 verify-visited-file-modtime now defaults to the current buffer.
1326
07976ae3 13272010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1328
ec1b9b17 1329 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1330
1331 * strings.texi (Creating Strings): Don't mention semi-obsolete
1332 function char-to-string.
1333 (String Conversion): Shorten discussion of semi-obsolete function
1334 string-to-char. Link to Converting Representations.
1335
1336 * objects.texi (Symbol Type):
1337 * text.texi (Near Point):
1338 * help.texi (Help Functions):
1339 * functions.texi (Mapping Functions): Use string instead of
1340 char-to-string in examples.
1341
07976ae3 13422010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1343
1344 * text.texi (Kill Functions, Kill Functions)
1345 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1346 YANK-HANDLER args.
1347
1348 * symbols.texi (Creating Symbols): Using unintern without an
1349 obarray arg is now obsolete.
1350
1351 * numbers.texi (Float Basics): Document float-e and float-pi.
1352
1353 * variables.texi (Defining Variables): Change "pi" example to
1354 "float-pi".
1355
8547874a
EZ
13562010-11-26 Eli Zaretskii <eliz@gnu.org>
1357
1358 * commands.texi (Click Events): Document the values of X, Y and
1359 COL, ROW in the event's position, when the click is on the header
1360 or mode line, on the fringes, or in the margins.
1361
4a47c275 13622010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1363
5b05d75b
EZ
1364 * customize.texi (Composite Types): Lower-case index entry.
1365
5dcb4c4e
SM
1366 * loading.texi (How Programs Do Loading):
1367 Document load-file-name. (Bug#7346)
c7926fe2 1368
4a47c275 13692010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1370
1371 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1372
0eb025fb
EZ
13732010-11-13 Eli Zaretskii <eliz@gnu.org>
1374
1375 * display.texi (Usual Display): Characters with no fonts are not
1376 necessarily displayed as empty boxes.
1377
2699a554 13782010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1379
1380 * maps.texi (Standard Keymaps): Update File menu description.
1381
8289f37b
GM
13822010-10-28 Glenn Morris <rgm@gnu.org>
1383
1384 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1385
5793a7bc 13862010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1387
1388 * display.texi (Window Systems): Deprecate use of window-system as
1389 a predicate.
1390
17284e30
GM
13912010-10-23 Glenn Morris <rgm@gnu.org>
1392
1393 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1394 sorted-doc.
1395
00f113eb
JB
13962010-10-15 Eli Zaretskii <eliz@gnu.org>
1397
1398 * os.texi (Dynamic Libraries): New node, with slightly modified
1399 text deleted from "Image Formats".
1400 (System Interface): Add @menu entry for "Dynamic Libraries".
1401
1402 * display.texi (Image Formats): Remove description of
1403 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1404
07277eb8
GM
14052010-10-12 Glenn Morris <rgm@gnu.org>
1406
1407 * book-spine.texinfo: Rename to book-spine.texi.
1408
c12e4a81
GM
14092010-10-11 Glenn Morris <rgm@gnu.org>
1410
df187c62
GM
1411 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1412
c12e4a81 1413 * Makefile.in (DVIPS): New variable.
234db610
GM
1414 (.PHONY): Add html, ps.
1415 (html, elisp.html, ps, elisp.ps): New targets.
1416 (clean): Delete html, ps files.
1417 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1418
6513b232
EZ
14192010-10-09 Eli Zaretskii <eliz@gnu.org>
1420
1421 * makefile.w32-in (emacsdir): New variable.
1422 (srcs): Add emacsver.texi.
1423 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1424
abd40fb4
GM
14252010-10-09 Glenn Morris <rgm@gnu.org>
1426
c1dc72b3
GM
1427 * Makefile.in (VPATH): Remove.
1428 (infodir): Make it absolute.
1429 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1430
4393405b
GM
1431 * Makefile.in (dist): Anchor regexps.
1432
eef3ab94
GM
1433 * Makefile.in (srcs): Put elisp.texi first.
1434 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1435
aa9db089
GM
1436 * Makefile.in (infoclean): Remove harmless, long-standing error.
1437
abd40fb4
GM
1438 * Makefile.in ($(infodir)): Delete rule.
1439 (mkinfodir): New.
1440 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1441
68db69ed 1442 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1443 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1444
ea274122
GM
14452010-10-09 Glenn Morris <rgm@gnu.org>
1446
f7a31f11
GM
1447 * Makefile.in (emacsdir): New variable.
1448 (MAKEINFO): Add -I $emacsdir.
1449 (dist): Copy emacsver.texi.
b13254e7
GM
1450 (srcs): Add emacsver.texi.
1451
f7a31f11
GM
1452 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1453 Set EMACSVER by including emacsver.texi.
1454
ea274122
GM
1455 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1456
17ca7950
GM
14572010-10-07 Glenn Morris <rgm@gnu.org>
1458
1459 * Makefile.in (version): New, set by configure.
1460 (clean): Delete dist tar file.
1461 (dist): Use version in tar name.
1462
4c83f6e1
GM
14632010-10-06 Glenn Morris <rgm@gnu.org>
1464
1465 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1466 (INSTALL_INFO): Remove unused variable.
1467 (mostlyclean, infoclean, dist): New rules.
1468 (clean): Delete dvi and pdf files.
1469 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1470 ($(infodir)): Add parallel build workaround.
4c83f6e1 1471
0264072d
GM
14722010-10-04 Glenn Morris <rgm@gnu.org>
1473
1474 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1475 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1476 Fix -I typo.
0264072d
GM
1477 (clean): No 'make.out' or 'core' files.
1478 (.PHONY): Declare clean rules.
1479 (maintainer-clean): Delete pdf file. Guard against cd failures.
1480
77f38949
GM
14812010-10-03 Glenn Morris <rgm@gnu.org>
1482
1483 * files.texi (File Name Components): Remove ignored section about
1484 deleted variable directory-sep-char.
1485
178fdd41
MA
14862010-10-03 Michael Albinus <michael.albinus@gmx.de>
1487
1488 * files.texi (Magic File Names): New defopt
1489 remote-file-name-inhibit-cache.
1490
9c524fcb
GM
14912010-10-02 Glenn Morris <rgm@gnu.org>
1492
1493 * os.texi (Killing Emacs): Hook now runs in batch mode.
1494
f816790b
SM
14952010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 * text.texi (Special Properties): Clarify when modification-hooks run.
1498
7cf78aac
SM
14992010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1500
1501 * syntax.texi (Syntax Flags): Document new `c' flag.
1502
ca0d44e4
GM
15032010-09-09 Glenn Morris <rgm@gnu.org>
1504
1505 * display.texi (ImageMagick Images): General cleanup.
1506
10999305 15072010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1508
1509 * files.texi (Directory Names): Use \` rather than ^.
1510
45240125
JD
15112010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1512
1513 * text.texi (Low-Level Kill Ring):
1514 * frames.texi (Window System Selections): Remove cut buffer
1515 documentation.
1516
4abe5bf6
EZ
15172010-08-28 Eli Zaretskii <eliz@gnu.org>
1518
1519 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1520 Parameters", where the default fringe width is described.
1521
1522 * frames.texi (Window Frame Parameters, Basic Parameters)
1523 (Position Parameters, Layout Parameters, Management Parameters)
1524 (Cursor Parameters, Font and Color Parameters): Add indexing for
1525 frame parameters. (Bug#6929)
1526
fdc76236
TT
15272010-08-25 Tom Tromey <tromey@redhat.com>
1528
1529 * vol2.texi (Top): Update.
1530 * vol1.texi (Top): Update.
1531 * tips.texi (Library Headers): Mention Package-Version and
1532 Package-Requires.
1533 * package.texi: New file.
1534 * os.texi (System Interface): Update pointers.
1535 * elisp.texi (Top): Link to new nodes. Include package.texi.
1536 * anti.texi (Antinews): Update pointers.
1537
1e5c1c80
EZ
15382010-08-25 Eli Zaretskii <eliz@gnu.org>
1539
1540 * processes.texi (Filter Functions): Fix last change.
1541
78e33835
CY
15422010-08-24 Markus Triska <triska@gmx.at>
1543
1544 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1545 of `buffer-name' in the main text as well as in the example
1546 (Bug#3098).
1547
198a7a97
CY
15482010-08-22 Chong Yidong <cyd@stupidchicken.com>
1549
1550 * nonascii.texi (Text Representations):
1551 * loading.texi (Loading Non-ASCII):
1552 * compile.texi (Byte Compilation): Don't mention obsolete
1553 --unibyte command-line argument.
1554
bc7d7ea6
CY
15552010-08-22 Chong Yidong <cyd@stupidchicken.com>
1556
1557 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1558
b0126eac 15592010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1560
1561 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1562
e8a6cc19
EZ
15632010-08-20 Eli Zaretskii <eliz@gnu.org>
1564
1565 * commands.texi (Misc Events): Add cross-references to where
1566 POSITION of a mouse event is described in detail.
1567
c4e7c63a 15682010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1569
c4e7c63a 1570 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1571
7815fe19 15722010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1573
1574 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1575 Suggested by Štěpán Němec <stepnem@gmail.com>.
1576
7815fe19 15772010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1578
1579 * minibuf.texi (High-Level Completion): Document args of
1580 `read-buffer-function' (bug#5625).
1581
8b2dd508
JD
15822010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1583
1584 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1585
bace45fe
MA
15862010-07-29 Michael Albinus <michael.albinus@gmx.de>
1587
1588 * processes.texi (Process Information): Explain process property
1589 `remote-tty'.
1590
4ce5a4cc
JB
15912010-07-27 Juanma Barranquero <lekktu@gmail.com>
1592
1593 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1594 instead of "\C-\^?" (bug#6334).
1595
1c84bc7a
JB
1596 * text.texi (Special Properties): Fix typo.
1597
b88746ba
EZ
15982010-07-09 Eli Zaretskii <eliz@gnu.org>
1599
1600 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1601 calling sequences, which are now the standard.
1602
51422d6d
CY
16032010-06-24 Chong Yidong <cyd@stupidchicken.com>
1604
1605 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1606
1607 * commands.texi (Command Overview): Mention undo-boundary call.
1608
d24880de
GM
16092010-06-23 Glenn Morris <rgm@gnu.org>
1610
1611 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1612 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1613 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1614 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1615 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1616 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1617 Untabify Texinfo files.
1618
0fc76035
CY
16192010-06-20 Chong Yidong <cyd@stupidchicken.com>
1620
1621 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1622
5338dc0b
CY
16232010-06-19 Chong Yidong <cyd@stupidchicken.com>
1624
a628ad9d 1625 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1626
2c3a3c1d
CY
16272010-06-02 Chong Yidong <cyd@stupidchicken.com>
1628
ba3bf1d9
CY
1629 * searching.texi (Regexp Special): Remove obsolete information
1630 about matching non-ASCII characters, and suggest using char
1631 classes (Bug#6283).
2c3a3c1d 1632
7f4b4249
JB
16332010-05-30 Juanma Barranquero <lekktu@gmail.com>
1634
1635 * minibuf.texi (Basic Completion): Add missing "@end defun".
1636
637821cd
SM
16372010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1638
1639 * minibuf.texi (Basic Completion): Document completion-boundaries.
1640 (Programmed Completion): Document the new fourth method for boundaries.
1641
e13051c3
CY
16422010-05-22 Chong Yidong <cyd@stupidchicken.com>
1643
a628ad9d 1644 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1645
0235128c 16462010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1647
1648 * windows.texi (Textual Scrolling):
1649 * tips.texi (Coding Conventions):
1650 * minibuf.texi (Minibuffer History):
1651 * maps.texi (Standard Keymaps):
1652 * loading.texi (Where Defined):
1653 * edebug.texi (Instrumenting): Fix typos.
1654
0235128c 16552010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1656
c7c32279
CY
1657 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1658
0235128c
SM
1659 * functions.texi (Obsolete Functions):
1660 Document set-advertised-calling-convention.
eb5ed549
CY
1661
1662 * minibuf.texi (Basic Completion): Document completion-in-region.
1663 (Programmed Completion): Document completion-annotate-function.
1664
1665 * commands.texi (Reading One Event): Document read-key.
1666 (Distinguish Interactive): Document KIND arg to
1667 called-interactively-p. Delete obsolete interactive-p.
1668
1669 * elisp.texi (Top): Update node description.
1670
f8848423
EZ
16712010-05-08 Eli Zaretskii <eliz@gnu.org>
1672
0235128c
SM
1673 * nonascii.texi (Character Properties):
1674 Document unicode-category-table. Add an index entry for Unicode
1675 general category.
1676
16772010-05-07 Chong Yidong <cyd@stupidchicken.com>
1678
1679 * Version 23.2 released.
f8848423 1680
938efb77
JB
16812010-04-20 Juanma Barranquero <lekktu@gmail.com>
1682
1683 * locals.texi (Standard Buffer-Local Variables):
1684 Remove @ignore'd reference to `direction-reversed'.
1685
5854c267
JL
16862010-04-14 Juri Linkov <juri@jurta.org>
1687
1688 Fix @deffn without category.
1689
1690 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1691 for `abbrev-insert'.
1692
1693 * buffers.texi (Indirect Buffers): Add category `Command'
1694 to @deffn of `clone-indirect-buffer'.
1695
1696 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1697 for `next-window' and `previous-window'. Add category `Command'
1698 to @deffn of `pop-to-buffer'.
1699
8a14dec7
CY
17002010-04-01 Chong Yidong <cyd@stupidchicken.com>
1701
1702 * nonascii.texi (Text Representations): Don't mark
1703 enable-multibyte-characters as a user option.
1704
7a1831cf
EZ
17052010-03-31 Eli Zaretskii <eliz@gnu.org>
1706
1707 * control.texi (Handling Errors): How to re-throw a signal caught
1708 by condition-case.
1709
c3863713
CY
17102010-03-26 Chong Yidong <cyd@stupidchicken.com>
1711
1712 * loading.texi (Hooks for Loading): Document after-load-functions.
1713 Copyedits.
1714
c333f279
AM
17152010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1716
1717 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1718
e867cb5d 17192010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1720
1721 * processes.texi (Network Processes): Document seqpacket type.
1722
605f35cd
DN
17232010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1724
1725 * os.texi (System Environment): Do not mention lynxos.
1726
288f9fc0
CY
17272010-03-10 Chong Yidong <cyd@stupidchicken.com>
1728
1729 * Branch for 23.2.
1730
eed5c93a
CY
17312010-03-06 Chong Yidong <cyd@stupidchicken.com>
1732
1733 * objects.texi (Integer Type): Take note of the read syntax
1734 exception for numbers that cannot fit in the integer type.
1735
1ddd6622
GM
17362010-03-03 Glenn Morris <rgm@gnu.org>
1737
1738 * numbers.texi (Integer Basics, Bitwise Operations):
1739 * objects.texi (Integer Type): Update for integers now being 30-bit.
1740
a908c79a
CY
17412010-02-27 Chong Yidong <cyd@stupidchicken.com>
1742
1743 * display.texi (Low-Level Font): Document :otf font-spec property.
1744
cd61af01
SM
17452010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * display.texi (Line Height): Avoid obsolete special default variables
1748 like default-major-mode.
1749
c02f8fe2
AM
17502010-01-28 Alan Mackenzie <acm@muc.de>
1751
1752 * display.texi (Auto Faces): Say fontification-functions is called
1753 whether or not Font Lock is enabled. Tidy up the wording a bit.
1754
d738d18b
CY
17552010-01-17 Chong Yidong <cyd@stupidchicken.com>
1756
1757 * elisp.texi: Remove duplicate edition information (Bug#5407).
1758
4963739e
JB
17592010-01-17 Juanma Barranquero <lekktu@gmail.com>
1760
1761 * two.el (volume-header-toc-markup): Fix typos in docstring.
1762
c57008f6
SM
17632010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1764
1765 Avoid dubious uses of save-excursions.
1766 * positions.texi (Excursions): Recommend the use of
1767 save-current-buffer if applicable.
1768 * text.texi (Clickable Text): Fix the example code which used
1769 save-excursion in a naive way which sometimes preserves point and
1770 sometimes not.
1771 * variables.texi (Creating Buffer-Local):
1772 * os.texi (Session Management):
1773 * display.texi (GIF Images):
1774 * control.texi (Cleanups): Use (save|with)-current-buffer.
1775
2f3725cd
EZ
17762010-01-02 Eli Zaretskii <eliz@gnu.org>
1777
1778 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1779
85eeac93
CY
17802010-01-02 Chong Yidong <cyd@stupidchicken.com>
1781
1782 * nonascii.texi (Text Representations, Character Codes)
1783 (Converting Representations, Explicit Encoding)
1784 (Translation of Characters): Use hex notation consistently.
1785 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1786
4801c5fa
CY
17872010-01-01 Chong Yidong <cyd@stupidchicken.com>
1788
1789 * loading.texi (Where Defined): Make it clearer that these are
1790 loaded files (Bug#5068).
1791
26e533e2
CY
17922009-12-29 Chong Yidong <cyd@stupidchicken.com>
1793
1794 * minibuf.texi (Completion Styles): Document `initials' style.
1795
16d1ff5f
CY
17962009-12-25 Chong Yidong <cyd@stupidchicken.com>
1797
1798 * frames.texi (Resources): Describe inhibit-x-resources.
1799 (Size Parameters): Copyedit.
1800
1801 * hash.texi (Creating Hash):
1802 * objects.texi (Hash Table Type): Document the new hash table
1803 printed representation.
1804
1805 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1806 obsolete.
1807
5dcb4c4e
SM
1808 * processes.texi (Process Buffers):
1809 Document process-kill-buffer-query-function.
16d1ff5f 1810
9a5de3d9
GM
18112009-12-05 Glenn Morris <rgm@gnu.org>
1812
1813 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1814 diary-display-function, and no longer recommended to be a hook.
1815 Update for changes in the names of calendar and diary hooks.
1816 diary-print-entries-hook has changed section.
1817
b640eb52
EZ
18182009-11-28 Eli Zaretskii <eliz@gnu.org>
1819
1820 * text.texi (Special Properties): More accurate description of
1821 what the `cursor' property does.
1822
be1674ab
KR
18232009-11-26 Kevin Ryde <user42@zip.com.au>
1824
1825 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1826 mouse-wheel-down-event, the closest thing to a definition for them.
1827 * os.texi (Startup Summary): vindex inhibit-startup-message and
1828 inhibit-splash-screen.
1829 (Command-Line Arguments): vindex argv.
1830 (Suspending Emacs): vindex suspend-tty-functions and
1831 resume-tty-functions. Don't want to index every hook, but having
1832 the programming ones is helpful.
1833
603f5979
CY
18342009-11-14 Chong Yidong <cyd@stupidchicken.com>
1835
1836 * commands.texi (Motion Events): Fix typo (Bug#4907).
1837
4359a806
CY
18382009-11-08 Chong Yidong <cyd@stupidchicken.com>
1839
1840 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1841 are affected by case-fold-search (Bug#4483).
1842
0f063651
CY
18432009-11-02 Chong Yidong <cyd@stupidchicken.com>
1844
1845 * minibuf.texi (Reading File Names): Note that read-file-name may
1846 use a graphical file dialog.
1847
9bd79893
GM
18482009-10-31 Glenn Morris <rgm@gnu.org>
1849
1850 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1851
ebe479ec
KR
18522009-10-16 Kevin Ryde <user42@zip.com.au>
1853
1854 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1855 in particular so `info-lookup-symbol' can find its docs.
1856
2640fa86
CY
18572009-10-16 Chong Yidong <cyd@stupidchicken.com>
1858
1859 * variables.texi (Constant Variables): Distinguish from defconst
1860 variables.
1861 (Defining Variables): Add cindex.
1862
edd6a733
CY
18632009-10-15 Chong Yidong <cyd@stupidchicken.com>
1864
1865 * os.texi (Time of Day): Clarify that the microsecond part is
1866 ignored (Bug#4637).
1867
5feb0b73
GM
18682009-10-11 Glenn Morris <rgm@gnu.org>
1869
1870 * frames.texi (Size and Position): Clarify what is included in the frame
1871 height. (Bug#4535)
1872
0c5413c8
GM
18732009-10-10 Glenn Morris <rgm@gnu.org>
1874
1875 * windows.texi (Size of Window): The relationship between window and
1876 frame heights is not so simple. (Bug#4535)
1877 Mention window-full-height-p.
1878
7f8b600a
SM
18792009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1882 used from Lisp.
1883
6185de1c
EZ
18842009-10-07 Eli Zaretskii <eliz@gnu.org>
1885
7f8b600a
SM
1886 * files.texi (Directory Names) <abbreviate-file-name>:
1887 Document that root home directories are not replaced with "~".
6185de1c 1888
9972911f
EZ
18892009-10-06 Eli Zaretskii <eliz@gnu.org>
1890
1891 * text.texi (Special Properties): Document the meaning of the
1892 `cursor' text property whose value is an integer.
1893
2a3f19ef
MA
18942009-10-05 Michael Albinus <michael.albinus@gmx.de>
1895
1896 * files.texi (Magic File Names): Add `copy-directory'.
1897
804543b5
EZ
18982009-10-05 Eli Zaretskii <eliz@gnu.org>
1899
1900 * files.texi (File Attributes): Fix description of file
1901 attributes. (Bug#4638) Update attributes of files.texi example to
1902 be more representative.
1903
461bf92b
MA
19042009-10-05 Michael Albinus <michael.albinus@gmx.de>
1905
1906 * files.texi (Create/Delete Dirs): New command copy-directory.
1907
a86cd395
JB
19082009-10-04 Juanma Barranquero <lekktu@gmail.com>
1909
1910 * anti.texi (Antinews):
1911 * macros.texi (Indenting Macros):
1912 * strings.texi (Creating Strings, Case Conversion):
1913 Remove duplicate words.
1914
d3080264
MA
19152009-10-01 Michael Albinus <michael.albinus@gmx.de>
1916
1917 * files.texi (Create/Delete Dirs): delete-directory has an
1918 optional parameter RECURSIVE.
1919
85d14563
SM
19202009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1921
1922 * buffers.texi (Swapping Text): Minor clarification.
1923
3d9842c6
GM
19242009-10-01 Glenn Morris <rgm@gnu.org>
1925
1926 * functions.texi (Declaring Functions): Mention that we also search for
1927 ".m" files in the src/ directory.
1928
78427304
CY
19292009-09-25 David Engster <deng@randomsample.de>
1930
3d9842c6 1931 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1932
b578c9cc
GM
19332009-09-22 Glenn Morris <rgm@gnu.org>
1934
1935 * internals.texi (Building Emacs): Mention preloaded-file-list.
1936
beee5da7
AM
19372009-09-14 Alan Mackenzie <acm@muc.de>
1938
1939 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1940
5d6ab672
CY
19412009-09-13 Chong Yidong <cyd@stupidchicken.com>
1942
1943 * functions.texi (Anonymous Functions): Rearrange discussion,
1944 giving usage of unquoted lambda forms first. Mention that
1945 `function' and `#'' are no longer required (Bug#4290).
1946
59375eeb
AM
19472009-09-11 Alan Mackenzie <acm@muc.de>
1948
a86cd395 1949 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1950 batch mode.
1951
e7e2f529
GM
19522009-09-01 Glenn Morris <rgm@gnu.org>
1953
1954 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1955
eae47088
GM
19562009-08-26 Ulrich Mueller <ulm@gentoo.org>
1957
1958 * nonascii.texi (Character Codes): Fix typos.
1959
3691a0a6
MA
19602009-08-25 Michael Albinus <michael.albinus@gmx.de>
1961
1962 * processes.texi (Synchronous Processes): New defvar
1963 process-file-side-effects.
1964
664d56b8
GM
19652009-08-25 Glenn Morris <rgm@gnu.org>
1966
1967 * display.texi (Fontsets): Fix typo.
1968
0706c025
GM
1969 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1970
03a74b84
SM
19712009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * processes.texi (Asynchronous Processes): Adjust arglist of
1974 start-process-shell-command and start-file-process-shell-command.
1975
f6de8a37
CY
19762009-08-15 Chong Yidong <cyd@stupidchicken.com>
1977
4b1ed1bb
CY
1978 * advice.texi (Argument Access in Advice): Note that argument
1979 positions are zero-based (Bug#3932).
1980
89a9e058
CY
1981 * commands.texi (Distinguish Interactive): Minor copyedit.
1982
23696fd7
CY
1983 * display.texi (Face Attributes): Add xref to Displaying Faces for
1984 explanation of "underlying face".
1985
f6de8a37
CY
1986 * customize.texi (Common Keywords): Add xref to Loading.
1987
1988 * loading.texi (How Programs Do Loading): Add xref to Lisp
1989 Libraries node in the Emacs manual.
1990
417f77e6
CY
19912009-08-13 Chong Yidong <cyd@stupidchicken.com>
1992
1993 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1994
0999039c
CY
19952009-07-18 Chong Yidong <cyd@stupidchicken.com>
1996
1997 * processes.texi (Shell Arguments): Copyedits.
1998
9af167bc
GM
19992009-07-18 Glenn Morris <rgm@gnu.org>
2000
2001 * loading.texi (Repeated Loading): Fix typo.
2002
137987ab
RS
20032009-07-16 Richard Stallman <rms@gnu.org>
2004
2005 * buffers.texi (Swapping Text): Recommend setting
2006 write-region-annotate-functions and buffer-saved-size.
2007
2008 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2009
622fa380
GM
20102009-07-15 Glenn Morris <rgm@gnu.org>
2011
2012 * edebug.texi: Minor re-phrasings throughout.
2013 (Edebug Execution Modes): Sit-for affects continue mode too.
2014 (Jumping): Use `forward-sexp' rather than its keybinding.
2015 (Edebug Misc): Fix Q binding.
2016 (Edebug Eval): Remove cl version.
2017 (Printing in Edebug): Clarify print-length etc.
2018 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2019 (Specification List): Remove edebug-unwrap findex entry.
2020 (Specification Examples): defmacro is actually not the same as defun.
2021 Escape "`" in example.
2022
6bbd4600
CY
20232009-07-15 Chong Yidong <cyd@stupidchicken.com>
2024
2025 * markers.texi (The Mark): Document optional arg to
2026 deactivate-mark.
2027
e538d479
GM
20282009-07-11 Kevin Ryde <user42@zip.com.au>
2029
2030 * hooks.texi (Standard Hooks): Fix cross-references.
2031
4c98b9ed
GM
2032 * loading.texi (Named Features): Refer to eval-after-load.
2033
5300838c
GM
20342009-07-11 Glenn Morris <rgm@gnu.org>
2035
64fbeb16
GM
2036 * Makefile.in (TEXI2PDF): New.
2037 (elisp.pdf): New target.
2038
4c98b9ed
GM
2039 * searching.texi (Regexp Backslash): Fix typo.
2040
2041 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2042
51d9979c
GM
20432009-07-10 Glenn Morris <rgm@gnu.org>
2044
561c0216
GM
2045 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2046
5b594a58
GM
2047 * customize.texi (Customization Types):
2048 * display.texi (Abstract Display):
0cc8c85a 2049 * objects.texi (Character Type, String Type):
5b594a58 2050 Merge in some menu descriptions from elisp.texi.
51d9979c 2051
c3cbbb40
GM
2052 * hash.texi (Hash Tables):
2053 * modes.texi (Multiline Font Lock):
2054 End menu description with period.
fe42c16a 2055
28528402
GM
20562009-07-09 Glenn Morris <rgm@gnu.org>
2057
2058 * back.texi: Don't hard-code texinfo location.
2059
2060 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2061 (tex): Add texinfodir to TEXINPUTS.
2062 (elisp1med-init, elisp2med-init): Use texinfodir.
2063
2064 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2065 (clean): Add two-volume.make intermediate files.
2066
2067 * elisp.texi, vol1.texi, vol2.texi:
2068 Use a DATE variable with the publication date, and update it.
2069 Fix antinews menu description.
2070
2071 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2072 Update the detailed node listing to match elisp.texi.
2073
2074 * README: Update edition to match elisp.texi.
2075
2076 * objects.texi (General Escape Syntax):
2077 * nonascii.texi (Character Sets):
2078 Use consistent case for "Unicode Standard".
2079
2080 * anti.texi (Antinews):
2081 * customize.texi (Variable Definitions):
2082 * functions.texi (Declaring Functions):
2083 * nonascii.texi (Character Properties):
2084 * processes.texi (Serial Ports):
2085 * text.texi (Special Properties):
2086 * tips.texi (Coding Conventions):
2087 Minor rearrangements to improve TeX line-filling.
2088
2089 * commands.texi (Using Interactive): Fix cross-reference.
2090
17db8e10
JD
20912009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2092
2093 * frames.texi (Management Parameters): Mention sticky.
2094
77c7e2e1
AS
20952009-07-01 Andreas Schwab <aschwab@redhat.com>
2096
2097 * help.texi (Help Functions): Fix description of help-buffer and
2098 help-setup-xref to use @defun instead of @deffn.
2099
3f1c6666
JD
21002009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2101
2102 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2103
ca27c21b
CY
21042009-06-24 Chong Yidong <cyd@stupidchicken.com>
2105
2106 * display.texi (Window Systems): Add ns to the list.
2107
70243478
CY
21082009-06-21 Chong Yidong <cyd@stupidchicken.com>
2109
2110 * Branch for 23.1.
2111
df006536
MR
21122009-06-17 Martin Rudalics <rudalics@gmx.at>
2113
2114 * windows.texi (Dedicated Windows): Fix typo.
2115 (Resizing Windows): Replace @defun by @deffn.
2116
d259fc4b
GM
21172009-06-17 Glenn Morris <rgm@gnu.org>
2118
2119 * variables.texi (Directory Local Variables):
2120 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2121
30781db6
KH
21222009-06-09 Kenichi Handa <handa@m17n.org>
2123
2124 * nonascii.texi (Character Sets): State clearly that FROM and TO
2125 are codepoints of CHARSET.
2126
62e8099c
CY
21272009-06-07 Chong Yidong <cyd@stupidchicken.com>
2128
2129 * minibuf.texi (Reading File Names): Fix introductory text.
2130 Suggested by stan@derbycityprints.com.
2131 (High-Level Completion): Fix typo.
2132
ee1b1917
CY
21332009-05-28 Chong Yidong <cyd@stupidchicken.com>
2134
2135 * frames.texi (Text Terminal Colors): Multi-tty is already
2136 implemented, but tty-local colors are not.
2137
5df647e8
CY
21382009-05-27 Chong Yidong <cyd@stupidchicken.com>
2139
2140 * hooks.texi (Standard Hooks): Remove mention of obsolete
2141 redisplay-end-trigger-functions.
2142
2143 * internals.texi (Window Internals): Remove mention of obsolete
2144 redisplay-end-trigger-functions.
2145
01f17ae2
MR
21462009-05-21 Martin Rudalics <rudalics@gmx.at>
2147
2148 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2149
2150 * backups.texi (Making Backups): backup-directory-alist and
2151 make-backup-file-name-function are options.
2152 (Auto-Saving): auto-save-list-file-prefix is an option.
2153
2154 * buffers.texi (Killing Buffers): buffer-offer-save is an
2155 option.
2156
2157 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2158 option.
2159 (Echo Area Customization): echo-keystrokes is an option.
2160 (Selective Display): selective-display-ellipses is an option.
2161 (Temporary Displays): temp-buffer-show-function is an option.
2162 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2163 are options.
2164 (Font Selection): face-font-family-alternatives,
2165 face-font-selection-order, face-font-registry-alternatives, and
2166 scalable-fonts-allowed are options.
2167 (Fringe Indicators): indicate-buffer-boundaries is an option.
2168 (Fringe Cursors): overflow-newline-into-fringe is an option.
2169 (Scroll Bars): scroll-bar-mode is an option.
2170
2171 * eval.texi (Eval): max-lisp-eval-depth is an option.
2172
2173 * files.texi (Visiting Functions): find-file-hook is an option.
2174 (Directory Names): directory-abbrev-alist is an option.
2175 (Unique File Names): temporary-file-directory and
2176 small-temporary-file-directory are options.
2177
2178 * frames.texi (Initial Parameters): initial-frame-alist,
2179 minibuffer-frame-alist and default-frame-alist are options.
2180 (Cursor Parameters): blink-cursor-alist and
2181 cursor-in-non-selected-windows ar options.
2182 (Window System Selections): selection-coding-system is an
2183 option.
2184 (Display Feature Testing): display-mm-dimensions-alist is an
2185 option.
2186
2187 * help.texi (Help Functions): help-char and help-event-list are
2188 options.
2189
2190 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2191 an option.
2192
2193 * minibuf.texi (Minibuffer History): history-length and
2194 history-delete-duplicates are options.
2195 (High-Level Completion): read-buffer-function and
2196 read-buffer-completion-ignore-case are options.
2197 (Reading File Names): read-file-name-completion-ignore-case is
2198 an option.
2199
2200 * modes.texi (Mode Line Top): mode-line-format is an option.
2201 (Mode Line Variables): mode-line-position and mode-line-modes
2202 are options.
2203
2204 * nonascii.texi (Text Representations):
2205 enable-multibyte-characters is an option.
2206 (Default Coding Systems): auto-coding-regexp-alist,
2207 file-coding-system-alist, auto-coding-alist and
2208 auto-coding-functions are options.
2209 (Specifying Coding Systems): inhibit-eol-conversion is an
2210 option.
2211
2212 * os.texi (Init File): site-run-file is an option.
2213 (System Environment): mail-host-address is an option.
2214 (User Identification): user-mail-address is an option.
2215 (Terminal Output): baud-rate is an option.
2216
2217 * positions.texi (Word Motion): words-include-escapes is an
2218 option.
2219
2220 * searching.texi (Standard Regexps): page-delimiter,
2221 paragraph-separate, paragraph-separate and sentence-end are
2222 options.
2223
2224 * text.texi (Margins): left-margin and fill-nobreak-predicate
2225 are options.
2226
2227 * variables.texi (Local Variables): max-specpdl-size is an
2228 option.
2229
2230 * windows.texi (Choosing Window):
2231 split-window-preferred-function, special-display-function and
2232 display-buffer-function are options.
2233
106e6894
CY
22342009-05-20 Chong Yidong <cyd@stupidchicken.com>
2235
4a83454d
CY
2236 Fix errors spotted by Martin Rudalics.
2237
106e6894
CY
2238 * syntax.texi (Position Parse): Document rationale for ignored
2239 arguments to syntax-ppss-flush-cache.
2240
2241 * processes.texi (Input to Processes): Mark PROCESS arg to
2242 process-running-child-p as optional.
2243 (Network Options): Document NO-ERROR arg to
2244 set-network-process-option.
2245
2246 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2247 command.
2248
2249 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2250 posix-search-backward as commands.
2251
2252 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2253 (Suspending Emacs): Mark suspend-emacs as a command.
2254 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2255 commands.
5dcb4c4e
SM
2256 (Terminal Output): Remove obsolete function baud-rate.
2257 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2258
2259 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2260 terminal-coding-system and set-terminal-coding-system.
2261 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2262 as optional.
2263 (Character Sets): Document RESTRICTION arg of char-charset.
2264 (Character Codes): Mark POS argument to get-byte as optional.
2265
2266 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2267 minibuffer-message.
2268
2269 * files.texi (Create/Delete Dirs): Mark make-directory and
2270 delete-directory as commands.
2271
2272 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2273
2274 * text.texi (Base 64): Mark base64-decode-string and
2275 base64-encode-string as commands.
2276 (Columns): Mark move-to-column as a command.
2277 (Mode-Specific Indent): Document RIGID arg to
2278 indent-for-tab-command.
2279 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2280 Mark indent-code-rigidly as a command.
2281 (Substitution): Mark translate-region as a command.
2282
2283 * frames.texi (Size and Position): Remove obsolete functions
2284 screen-height and screen-width.
2285
04173931
CY
22862009-05-19 Chong Yidong <cyd@stupidchicken.com>
2287
2288 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2289 (Displaying Buffers, Resizing Windows): Correct mistakes;
2290 next-window, previous-window, and pop-to-buffer are not commands,
2291 and fit-window-to-buffer" is a command. (Pointed out by Martin
2292 Rudalics.)
2293
eae7d8f8
RS
22942009-05-17 Richard M Stallman <rms@gnu.org>
2295
2296 * modes.texi (Precalculated Fontification): Clarify text.
2297
b8766179
MR
22982009-05-17 Martin Rudalics <rudalics@gmx.at>
2299
2300 * windows.texi (Selecting Windows): Clarify descriptions of
2301 with-selected-window and get-lru-window.
2302 (Cyclic Window Ordering): Refer to particular frame when talking
2303 about how splitting affects the ordering.
2304 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2305 switch-to-buffer-other-window. Explain how setting of
2306 display-buffer-reuse-frames affects pop-to-buffer.
2307 (Choosing Window): Clarify some details in descriptions of
2308 display-buffer-reuse-frames, pop-up-frames, and
2309 pop-up-frame-function.
2310 (Dedicated Windows): Clarify some details.
2311 (Textual Scrolling): Replace term vscroll by term vertical
2312 scroll position.
2313 (Vertical Scrolling): Fix typo.
2314 (Window Hooks): Relate text on jit-lock-register to window
2315 scrolling and size changes.
2316
734b5e3b
CY
23172009-05-14 Chong Yidong <cyd@stupidchicken.com>
2318
0a65633e
CY
2319 * frames.texi (Initial Parameters): Clarify what the initial
2320 minibuffer frame is.
05be46d7
CY
2321 (Buffer Parameters): Note that the minibuffer parameter can not be
2322 altered.
0a65633e 2323
734b5e3b
CY
2324 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2325 Document display-buffer changes.
2326
925672cd
CY
23272009-05-13 Chong Yidong <cyd@stupidchicken.com>
2328
17ecd7af
CY
2329 * anti.texi (Antinews): Rewrite for Emacs 22.
2330
925672cd
CY
2331 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2332 obarrays are first mentioned. Define "system abbrev" more
2333 prominently, and add it to the index.
2334 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2335 Copyedits.
2336 (Abbrev Expansion): Document abbrev-insert.
2337
80be4dd7
CY
23382009-05-12 Chong Yidong <cyd@stupidchicken.com>
2339
2340 * frames.texi (Font and Color Parameters): Rename from Color
2341 Parameters. Document font-backend parameter.
2342
2343 * vol2.texi (Top): Update node listing.
2344 * vol1.texi (Top): Update node listing.
2345 * elisp.texi (Top): Update node listing.
2346
372a93ac
MR
23472009-05-11 Martin Rudalics <rudalics@gmx.at>
2348
2349 * windows.texi (Choosing Window): Don't explicitly refer to
2350 split-window-sensibly's window argument in descriptions of
2351 split-height-threshold and split-width-threshold.
2352
714c3541
MR
23532009-05-10 Martin Rudalics <rudalics@gmx.at>
2354
2355 * windows.texi (Choosing Window): Fix rewrite of window
2356 splitting section.
2357
0e90e7be
EZ
23582009-05-09 Eli Zaretskii <eliz@gnu.org>
2359
f4e90db0
SM
2360 * nonascii.texi (Default Coding Systems):
2361 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2362 Add indexing.
0e90e7be
EZ
2363 (Lisp and Coding Systems): Add index entries.
2364
d3c0c321
MR
23652009-05-09 Martin Rudalics <rudalics@gmx.at>
2366
2367 * windows.texi (Choosing Window): Describe split-window-sensibly
2368 and rewrite section on window splitting accordingly.
2369 (Textual Scrolling): Replace `...' by @code{...}.
2370
c773345a
CY
23712009-05-04 Chong Yidong <cyd@stupidchicken.com>
2372
ee2d5b5e
CY
2373 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2374 Remove obsoleted pre-abbrev-expand-hook.
2375
2376 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2377 entries.
2378
c773345a
CY
2379 * internals.texi (Object Internals): Don't assume 32-bit machines
2380 are the norm.
2381 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2382 (Window Internals): Synch field names to window.h.
2383 (Process Internals): Synch field names to process.h.
c773345a 2384
dd449674
CY
23852009-04-29 Chong Yidong <cyd@stupidchicken.com>
2386
2387 * variables.texi (File Local Variables): Note that read-circle is
2388 bound to nil when reading file-local variables.
2389
2390 * streams.texi (Input Functions): Document read-circle.
2391 (Output Variables): Add xref to Circular Objects.
2392
4f1e25e2
CY
23932009-04-25 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2396 Features and Coding System Basics. Node that "p" stands for
2397 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2398 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2399 mouse-appearance-menu.
2400 (Programming Tips): Add xref to Progress.
2401
dca019f8
CY
24022009-04-22 Chong Yidong <cyd@stupidchicken.com>
2403
5dcb4c4e
SM
2404 * os.texi (Command-Line Arguments):
2405 Document command-line-args-left.
dca019f8
CY
2406 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2407 terminal objects for tty arguments.
2408 (Startup Summary): Add xref to Session Management.
2409 (Session Management): Mention emacs-session-restore. Copyedits.
2410
02a89103
CY
24112009-04-20 Chong Yidong <cyd@stupidchicken.com>
2412
2413 * os.texi (Startup Summary): Copyedits. The init file is not
2414 necessarily named .emacs now. Document initial-buffer-choice and
2415 initial-scratch-message. Note where Emacs exits in batch mode.
2416 Document inhibit-splash-screen as an alias.
2417 (Init File): Be neutral about which init file name to use.
2418
24192009-04-16 Chong Yidong <cyd@stupidchicken.com>
2420
2421 * os.texi (System Interface): Fix Texinfo usage.
2422
0c1cfe01
CY
24232009-04-15 Chong Yidong <cyd@stupidchicken.com>
2424
80d7cdca
CY
2425 * searching.texi (Regexp Backslash): Also refer to shy groups as
2426 non-capturing or unnumbered groups.
2427 (Regexp Functions): Add cross-reference to Regexp Backslash.
2428
0c1cfe01
CY
2429 * display.texi (Truncation): Overlays can use line-prefix and
2430 wrap-prefix too.
2431 (Overlay Properties): Document wrap-prefix and line-prefix.
2432 (Face Attributes): Document underline-minimum-offset.
2433 (Face Remapping): Copyedits.
2434 (Low-Level Font): Copyedits.
2435 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2436 (Line Height): Emphasize that line-spacing only takes effect on
2437 graphical terminals.
0c1cfe01 2438
c4adeee0
CY
24392009-04-13 Chong Yidong <cyd@stupidchicken.com>
2440
2441 * display.texi (Refresh Screen): Note that a passage about screen
2442 refreshing is text terminal only.
2443 (Forcing Redisplay): Delete misleading comment---sit-for calls
2444 redisplay, not the other way around.
2445 (Truncation): Note new values of truncate-partial-width-windows.
2446 Copyedits.
2447 (Invisible Text): Document invisible-p.
2448
b20ecfa1
EZ
24492009-04-11 Eli Zaretskii <eliz@gnu.org>
2450
2451 * display.texi (Overlays): Overlays don't scale well. See
2452 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2453
97d8273f
CY
24542009-04-10 Chong Yidong <cyd@stupidchicken.com>
2455
f147ff75
CY
2456 * syntax.texi (Syntax Table Functions): Document cons cell
2457 argument for modify-syntax-entry.
2458 (Categories): Document cons cell argument for
2459 modify-category-entry.
2460
fca4ec76
CY
2461 * searching.texi (String Search): Document word-search-forward-lax
2462 and word-search-backward-lax.
2463 (Searching and Case): Describe isearch behavior more precisely.
2464
9c283d5b
CY
2465 * keymaps.texi (Tool Bar): Mention that some platforms do not
2466 support multi-line toolbars. Suggested by Stephen Eglen.
2467
2468 * frames.texi (Layout Parameters): Mention that Nextstep also
2469 allows only one tool-bar line. Suggested by Stephen Eglen.
2470
97d8273f
CY
2471 * nonascii.texi (Text Representations): Copyedits.
2472 (Coding System Basics): Also mention utf-8-emacs.
2473 (Converting Representations, Selecting a Representation)
2474 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2475 Copyedits.
2476 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2477
2bad3299
CY
24782009-04-09 Chong Yidong <cyd@stupidchicken.com>
2479
2480 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2481 (Filling): Clarify REGION argument of fill-paragraph.
2482 Document fill-forward-paragraph-function.
2bad3299
CY
2483 (Special Properties): Remove "new in Emacs 22" declaration.
2484 (Clickable Text): Merge with Links and Mouse-1 node.
2485
5dcb4c4e
SM
2486 * display.texi (Button Properties, Button Buffer Commands):
2487 Change xref to Clickable Text.
2bad3299
CY
2488
2489 * tips.texi (Key Binding Conventions): Change xref to Clickable
2490 Text.
2491
2492 * elisp.texi (Top): Update node listing.
2493
ea30ce4f
CY
24942009-04-05 Chong Yidong <cyd@stupidchicken.com>
2495
47af2f4b
CY
2496 * markers.texi (The Mark): Copyedits. Improve description of
2497 handle-shift-selection.
2498 (The Region): Move use-region-p here from The Mark.
2499
ea30ce4f
CY
2500 * positions.texi (Screen Lines): Document (cols . lines) argument
2501 for vertical-motion.
2502
2aa8ea6e
CY
25032009-04-04 Chong Yidong <cyd@stupidchicken.com>
2504
3ec61d4e
CY
2505 * frames.texi (Frames): Clean up introduction. Document `ns'
2506 return value for framep.
2507 (Creating Frames): Note how the terminal is chosen.
2508 (Multiple Terminals, Multiple Displays): Merge into a single node.
2509 (Color Parameters): Fix typo.
2510
2511 * variables.texi (Local Variables, Buffer-Local Variables)
2512 (Creating Buffer-Local): Change link to Multiple Terminals.
2513
2514 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2515
2516 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2517 Terminals.
2518
2519 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2520 to Multiple Terminals.
2521
2522 * elisp.texi (Top): Update node listing.
2523 * vol2.texi (Top): Update node listing.
2524 * vol1.texi (Top): Update node listing.
2525
9257072f
CY
2526 * buffers.texi (Current Buffer): Note that the append-to-buffer
2527 example is no longer in synch with the latest code. Tie the two
2528 examples together.
2529
2aa8ea6e
CY
2530 * files.texi (File Attributes): Move note about MS-DOS from
2531 Changing Files to File Attributes.
2532 (Create/Delete Dirs): Note that mkdir is an alias for this.
2533
22e74b17
CY
25342009-04-01 Markus Triska <triska@gmx.at>
2535
2536 * processes.texi (Filter Functions): Suggest how to handle output
2537 batches.
2538
4bbe48ec
CY
25392009-03-30 Chong Yidong <cyd@stupidchicken.com>
2540
2541 * help.texi (Accessing Documentation): Update example to use
2542 help-setup-xref and with-help-window.
2543 (Help Functions): Remove print-help-return-message, which is
2544 semi-obsolete due to with-help-window. Document help-buffer and
2545 help-setup-xref.
2546
b9723f39
CY
25472009-03-29 Chong Yidong <cyd@stupidchicken.com>
2548
5dcb4c4e
SM
2549 * help.texi (Accessing Documentation, Help Functions):
2550 Remove information about long-obsolete Emacs versions.
9eb52e90 2551
b9723f39
CY
2552 * modes.texi (Mode Line Variables): The default values of the mode
2553 line variables are now more complicated.
2554
b0cc32db
CY
25552009-03-28 Chong Yidong <cyd@stupidchicken.com>
2556
3c25a5a9
CY
2557 * modes.texi (Major Mode Conventions): Note that specialness is
2558 inherited.
31c9eebb
CY
2559 (Derived Modes): Note that define-derive-mode sets the mode-class
2560 property.
3c25a5a9 2561
b0cc32db
CY
2562 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2563 goto-map. Add search-map to the list.
2564
c5e0006d
EZ
25652009-03-27 Eli Zaretskii <eliz@gnu.org>
2566
1213465a
EZ
2567 * os.texi (System Environment): Update the list of system-type
2568 values.
2569
c5e0006d
EZ
2570 * markers.texi (The Mark) <handle-shift-selection>: Update for
2571 removal of the optional argument DEACTIVATE.
2572
48bab3d6
CY
25732009-03-25 Chong Yidong <cyd@stupidchicken.com>
2574
2575 * commands.texi (Focus Events): Most X window managers don't use
2576 focus-follows-mouse nowadays.
2577
6e4ff1b6
CY
25782009-03-24 Chong Yidong <cyd@stupidchicken.com>
2579
2580 * commands.texi (Defining Commands): Clarify introduction.
2581 (Using Interactive): Not that interactive can be put in a symbol
2582 property.
2583 (Interactive Call): Note that a symbol with a non-nil
2584 interactive-form property satisfies commandp.
2585
11625308
JB
25862009-03-23 Juanma Barranquero <lekktu@gmail.com>
2587
2588 * minibuf.texi (Intro to Minibuffers): Fix typos.
2589
7b34420d
CY
25902009-03-23 Chong Yidong <cyd@stupidchicken.com>
2591
2592 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2593 about minibuffers in old Emacs versions. Copyedits.
2594 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2595 (Text from Minibuffer): Simplify introduction.
2596
f9257eed
AM
25972009-03-22 Alan Mackenzie <acm@muc.de>
2598
2599 * commands.texi (Using Interactive): Clarify string argument to
2600 `interactive' - even promptless elements need \n separators.
2601
f639ba70
CY
26022009-03-18 Chong Yidong <cyd@stupidchicken.com>
2603
2604 * minibuf.texi (Completion Styles): New node.
2605
2606 * elisp.texi (Top): Update node listing.
2607
d897e8ee
CY
26082009-03-17 Chong Yidong <cyd@stupidchicken.com>
2609
2610 * minibuf.texi (Basic Completion): Note that
2611 read-file-name-completion-ignore-case and
2612 read-buffer-completion-ignore-case can override
2613 completion-ignore-case.
2614 (Minibuffer Completion): Document completing-read changes.
2615 (Completion Commands): Avoid mentioning partial completion mode.
2616 Document minibuffer-completion-confirm changes, and
2617 minibuffer-confirm-exit-commands.
2618 (High-Level Completion): Document new require-match behavior for
2619 read-buffer. Document read-buffer-completion-ignore-case.
2620 (Reading File Names): Document new require-match behavior for
2621 read-file-name.
2622
b1f23349
CY
26232009-03-14 Chong Yidong <cyd@stupidchicken.com>
2624
2625 * debugging.texi (Error Debugging): Don't mislead the reader into
2626 thinking that debug-on-error enters debugger for C-f at EOB.
2627 (Error Debugging): Setting debug-on-init within the init file
2628 works, and has for some time.
2629
d6eb4e25
KH
26302009-03-13 Kenichi Handa <handa@m17n.org>
2631
2632 * display.texi (Fontsets): Update the description.
2633
1cf53dc5
CY
26342009-03-13 Chong Yidong <cyd@stupidchicken.com>
2635
2636 * advice.texi (Advising Primitives): Link to What Is a Function.
2637
81f919fc
CY
26382009-03-12 Chong Yidong <cyd@stupidchicken.com>
2639
cf4229eb
CY
2640 * compile.texi (Speed of Byte-Code): Update example.
2641 (Disassembly): Update examples.
2642
81f919fc 2643 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2644
2645 * customize.texi (Common Keywords): It's not necessary to use :tag
2646 to remove hyphens, as custom-unlispify-tag-name does it
2647 automatically.
5dcb4c4e
SM
2648 (Variable Definitions): Link to File Local Variables.
2649 Document customized-value symbol property.
f2bbc08c
CY
2650 (Customization Types): Move menu to end of node.
2651
955964d7
CY
26522009-03-10 Chong Yidong <cyd@stupidchicken.com>
2653
2654 * macros.texi (Compiling Macros): Omit misleading sentence, which
2655 implied that macros can only be used in the same file they are
2656 defined.
2657 (Backquote): Remove obsolete information about Emacs 19.
2658
d25ed7db
GM
26592009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2660
2661 * display.texi (Display Margins): Fix paren typo.
2662
d55f6ca5
CY
26632009-02-27 Chong Yidong <cyd@stupidchicken.com>
2664
f0e57ed8
CY
2665 * elisp.texi (Top): Update node listing.
2666
2667 * variables.texi (Variables): Clarify introduction.
2668 (Global Variables): Mention that setq is a special form.
2669 (Local Variables): Use active voice.
2670 (Tips for Defining): Mention marking variables as safe.
2671 (Buffer-Local Variables): Mention terminal-local and frame-local
2672 variables together.
2673 (File Local Variables): Copyedits.
2674 (Frame-Local Variables): Note that they are not really useful.
2675 (Future Local Variables): Node deleted.
2676
d55f6ca5 2677 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2678 Unicode escape syntax.
d55f6ca5 2679
ca8f09a8
CY
26802009-02-23 Chong Yidong <cyd@stupidchicken.com>
2681
2682 * control.texi (Control Structures): Add cindex entry for "textual
2683 order".
2684
2685 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2686 instead of "expression" throughout.
2687 (Function Indirection): Copyedits. Use active voice.
2688 (Eval): The default value of max-lisp-eval-depth is now 400.
2689
a20878b6
MB
26902009-02-23 Miles Bader <miles@gnu.org>
2691
2692 * processes.texi (System Processes): Rename `system-process-attributes'
2693 to `process-attributes'.
2694
61f66044
CY
26952009-02-22 Chong Yidong <cyd@stupidchicken.com>
2696
1b80d1f3
CY
2697 * symbols.texi (Property Lists): Emphasize that property lists are
2698 not restricted to symbol cells.
2699 (Other Plists): Copyedit.
2700
61f66044
CY
2701 * sequences.texi (Sequences Arrays Vectors): Make introduction
2702 more concise.
2703 (Arrays): Mention char-tables and bool-vectors too.
2704 (Vectors): Don't repeat information given in Arrays node. Link to
2705 nodes that explain the vector usage examples.
2706 (Char-Tables): Note that char-table elements can have arbitrary
2707 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2708 Link to Property Lists node.
61f66044 2709
9403944b
CY
27102009-02-22 Chong Yidong <cyd@stupidchicken.com>
2711
2712 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2713 `append'.
4068c7b4 2714 (List Elements): Copyedits.
9403944b
CY
2715
2716 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2717 of `vconcat'.
2718
2719 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2720 Emacs 20 usage of `concat'.
2721 (Case Conversion): Copyedits.
2722
b87a185f
CY
27232009-02-21 Chong Yidong <cyd@stupidchicken.com>
2724
2725 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2726 Minor edits.
2727 (Frame Configuration Type): Emphasize that it is not primitive.
2728 (Font Type): New node.
2729 (Type Predicates): Add fontp; type-of now recognizes font object
2730 types.
2731
2732 * intro.texi (Version Info): Update version numbers in examples.
2733 (Acknowledgements): List more contributors.
2734
2735 * elisp.texi: Bump version number to 3.0.
2736 (Top): Link to Font Type node.
2737
867d4bb3
JB
27382009-02-20 Juanma Barranquero <lekktu@gmail.com>
2739
2740 * modes.texi (Major Mode Conventions): Remove duplicate words.
2741 (Customizing Keywords): Fix typo.
2742
77730170
EZ
27432009-02-14 Eli Zaretskii <eliz@gnu.org>
2744
2745 * nonascii.texi (User-Chosen Coding Systems): Document that
2746 select-safe-coding-system suggests raw-text if there are raw bytes
2747 in the region.
2748 (Explicit Encoding): Warn not to use `undecided' when encoding.
2749
c8736212
GM
27502009-02-11 Glenn Morris <rgm@gnu.org>
2751
2752 * frames.texi (Visibility of Frames): Mention the effect multiple
2753 workspaces/desktops can have on visibility.
2754
ab992d66
EZ
27552009-02-07 Eli Zaretskii <eliz@gnu.org>
2756
c8736212
GM
2757 * text.texi (Commands for Insertion):
2758 * commands.texi (Event Mod):
2759 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2760 * nonascii.texi (Translation of Characters):
2761 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2762 (Explicit Encoding): Document the `charset' text property produced
2763 by decode-coding-region and decode-coding-string.
ab992d66 2764
e651a255
AM
27652009-01-27 Alan Mackenzie <acm@muc.de>
2766
2767 * modes.texi (Search-based Fontification): Correct a typo.
2768
bc5cde4b
JB
27692009-01-25 Juanma Barranquero <lekktu@gmail.com>
2770
2771 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2772 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2773
3533155b
EZ
27742009-01-24 Eli Zaretskii <eliz@gnu.org>
2775
f721deda
EZ
2776 * display.texi (Window Systems): Document the value of
2777 `initial-window-system' under --daemon.
2778
3533155b
EZ
2779 * os.texi (System Environment): Remove description of the
2780 `environment' function which has been deleted.
2781
f79b43b2
DN
27822009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2783
2784 * frames.texi (Multiple Displays): Remove documentation for
2785 removed function make-frame-on-tty.
2786
e3aa6669
CY
27872009-01-22 Chong Yidong <cyd@stupidchicken.com>
2788
2789 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2790 write-region-annotate-functions.
2791 Document write-region-post-annotation-function.
e3aa6669 2792
fb13a416
CY
27932009-01-19 Chong Yidong <cyd@stupidchicken.com>
2794
2795 * display.texi (Font Lookup): Document WIDTH argument of
2796 x-list-fonts.
2797
02eccf6b
EZ
27982009-01-17 Eli Zaretskii <eliz@gnu.org>
2799
ead3f58d
EZ
2800 * maps.texi (Standard Keymaps): Rename function-key-map to
2801 local-function-key-map.
2802
2803 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2804 local-function-key-map.
2805
2806 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2807 and `set-keyboard-coding-system' now accept an optional terminal
2808 argument.
2809
2810 * commands.texi (Event Mod): `keyboard-translate-table' is now
2811 terminal-local.
2812 (Function Keys): Rename function-key-map to
2813 local-function-key-map.
2814
df05a163
EZ
2815 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2816 frames.texi.
2817
0ed8034e 2818 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2819 `delete-terminal-functions', `suspend-tty-functions' and
2820 `resume-tty-functions'.
0ed8034e
EZ
2821
2822 * frames.texi (Frames): Document `frame-terminal' and
2823 `terminal-live-p'.
2824 (Multiple Displays): Document `make-frame-on-tty'.
2825 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2826 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2827 (Terminal Parameters): Document `terminal-parameters',
2828 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2829
2830 * os.texi (System Environment): Document `environment' and
2831 `initial-environment'.
490f1197
EZ
2832 (Suspending Emacs): Update for multi-tty; document
2833 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2834
02eccf6b
EZ
2835 * nonascii.texi (Coding System Basics): More accurate description
2836 of `raw-text'.
2837
f19fea97
JB
28382009-01-12 Juanma Barranquero <lekktu@gmail.com>
2839
2840 * display.texi (Low-Level Font): Fix typo.
2841
16fa292f
CY
28422009-01-10 Chong Yidong <cyd@stupidchicken.com>
2843
2844 * elisp.texi (Top): Update node listing.
2845
2846 * display.texi (PostScript Images): Node deleted.
2847
0b4faef3
EZ
28482009-01-10 Eli Zaretskii <eliz@gnu.org>
2849
3355f04d
EZ
2850 * processes.texi (Decoding Output): Document that null bytes force
2851 no-conversion for reading process output.
2852
2853 * files.texi (Reading from Files): Document that null bytes force
2854 no-conversion when visiting files.
2855
11625308 2856 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 2857
5dcb4c4e
SM
2858 * nonascii.texi (Lisp and Coding Systems):
2859 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2860 (Character Properties): Improve wording.
0b4faef3 2861
ce9cf065
CY
28622009-01-09 Chong Yidong <cyd@stupidchicken.com>
2863
2864 * display.texi (Font Lookup): Remove obsolete function
2865 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2866 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2867 (Font Selection): Reorder order of variable descriptions.
2868 Minor clarifications.
ce9cf065
CY
2869
2870 * elisp.texi (Top): Update node listing.
2871
ab756fb3
GM
28722009-01-09 Glenn Morris <rgm@gnu.org>
2873
2874 * commands.texi (Command Loop Info): Say that last-command-char and
2875 last-input-char are obsolete aliases.
2876
2877 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2878 last-input-char and last-command-char, since they are just aliases for
2879 last-input-event and last-command-event.
2880
2881 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2882 last-command-char.
2883
6b2b8ab1
CY
28842009-01-08 Chong Yidong <cyd@stupidchicken.com>
2885
2886 * elisp.texi: Update node listing.
2887
2888 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2889 (Face Attributes): Don't link to Font Lookup.
2890 Document font-family-list.
6b2b8ab1
CY
2891 (Fonts): New node.
2892
3568e767
JR
28932009-01-08 Jason Rumney <jasonr@gnu.org>
2894
2895 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2896 changing the standard pointer shapes. (Bug#1485)
3568e767 2897
6221c8db
CY
28982009-01-08 Chong Yidong <cyd@stupidchicken.com>
2899
2900 * display.texi (Attribute Functions): Note that a function value
2901 :height is relative, and that compatibility functions work by
2902 calling set-face-attribute.
2903 (Displaying Faces): Reorder list in order of increasing priority.
2904 (Face Remapping): New node. Content moved here from Displaying
2905 Faces.
2906 (Glyphs): Link to Face Functions.
2907
e3d3799a
CY
29082009-01-08 Chong Yidong <cyd@stupidchicken.com>
2909
2910 * display.texi (Faces): Don't discuss face id here. facep does
2911 not return t.
2912 (Defining Faces): Minor clarification.
2913 (Face Attributes): Rearrange items to match docstring of
2914 set-face-attribute. Add :foundry attribute. Document new role of
2915 :font attribute. Texinfo usage fix.
2916 (Attribute Functions): Copyedits.
2917 (Face Functions): Note that face number is seldom used.
2918
638a2457
RS
29192009-01-05 Richard M Stallman <rms@gnu.org>
2920
2921 * strings.texi (Predicates for Strings): Minor clarification.
2922
2923 * functions.texi (Function Safety): Texinfo usage fix.
2924
49ea0074
JB
29252009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2926
2927 * objects.texi (General Escape Syntax): Fix typo.
2928
9f822178
MR
29292009-01-03 Martin Rudalics <rudalics@gmx.at>
2930
2931 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2932 works via the default value of pop-up-frame-function.
2933
af34ad36
EZ
29342009-01-02 Eli Zaretskii <eliz@gnu.org>
2935
2936 * processes.texi (System Processes): Document the `time' and
2937 `ctime' attributes of `system-process-attributes'.
2938
d31f6679
CY
29392009-01-01 Chong Yidong <cyd@stupidchicken.com>
2940
2941 * display.texi (Face Attributes): Clarify :height attribute.
2942
174dc00c
MR
29432008-12-31 Martin Rudalics <rudalics@gmx.at>
2944
2945 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2946 the front of the buffer list. Add entries for `last-buffer' and
2947 `unbury-buffer'.
2948
b8afe7e4
EZ
29492008-12-27 Eli Zaretskii <eliz@gnu.org>
2950
d14030f5
EZ
2951 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2952 and its subsections.
2953
2954 * frames.texi (Multiple Terminals, Low-level Terminal)
2955 (Terminal Parameters, Frames on Other TTY devices): New sections.
2956 (Frames): Add an xref to "Multiple Terminals".
2957
765980a4
EZ
2958 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2959
2960 * objects.texi (Terminal Type): New node.
2961 (Editing Types): Add it to the menu.
2962
47bd5577
EZ
2963 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2964 Variables".
2965
eb22b78c 2966 * variables.texi (Directory Local Variables): New node.
47bd5577 2967 (Variables): Add a menu item for it.
eb22b78c 2968
b8afe7e4
EZ
2969 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2970 `generated-autoload-file'.
2971
77bb0476
EZ
29722008-12-20 Eli Zaretskii <eliz@gnu.org>
2973
028e2c19
EZ
2974 * os.texi (Startup Summary): Add xref to documentation of
2975 `initial-window-system'.
2976
77bb0476
EZ
2977 * display.texi (Window Systems): Document `window-system' the
2978 function. The variable `window-system' is now frame-local.
028e2c19 2979 Document `initial-window-system'.
77bb0476 2980
dda87836
MR
29812008-12-19 Martin Rudalics <rudalics@gmx.at>
2982
2983 * windows.texi (Windows): Rewrite description of
2984 fit-window-to-buffer.
2985
caef3ed2
GM
29862008-12-13 Glenn Morris <rgm@gnu.org>
2987
2988 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2989 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2990
21c58e4d
GM
29912008-12-12 Glenn Morris <rgm@gnu.org>
2992
2993 * debugging.texi (Error Debugging): Refer forwards to
2994 eval-expression-debug-on-error.
2995
af38459f
EZ
29962008-12-05 Eli Zaretskii <eliz@gnu.org>
2997
5dedd9b5
EZ
2998 * strings.texi (String Basics): Only unibyte strings that
2999 represent key sequences hold 8-bit raw bytes.
3000
af38459f
EZ
3001 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3002 paragraph to speak about `undecided'.
3003 (Character Properties): Don't explain the meaning of each
3004 property; instead, identify their Unicode Standard names.
b3f1f4a5 3005 (Character Sets): Document `map-charset-chars'.
af38459f 3006
fa047ae7
GM
30072008-12-02 Glenn Morris <rgm@gnu.org>
3008
3009 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3010 section yet again.
3011
47dbc044
EZ
30122008-11-29 Eli Zaretskii <eliz@gnu.org>
3013
98d05998
EZ
3014 * nonascii.texi (Character Properties): New Section.
3015 (Specifying Coding Systems): Document
3016 `coding-system-priority-list', `set-coding-system-priority', and
3017 `with-coding-priority'.
3018 (Lisp and Coding Systems): Document `check-coding-systems-region'
3019 and `coding-system-charset-list'.
3020 (Coding System Basics): Document `coding-system-aliases'.
3021
3022 * elisp.texi (Top): Add a @detailmenu entry for "Character
3023 Properties".
3024
47dbc044
EZ
3025 * objects.texi (Character Type): Correct the range of Emacs
3026 characters. Add an @xref to "Character Codes".
3027
3028 * strings.texi (String Basics): Add an @xref to "Character Codes".
3029
3030 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3031
3032 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3033 (Character Codes): Document `max-char'.
3034
8b80cdf5
EZ
30352008-11-28 Eli Zaretskii <eliz@gnu.org>
3036
3037 * nonascii.texi (Text Representations, Converting Representations)
3038 (Character Sets, Scanning Charsets, Translation of Characters):
3039 Make text more accurate.
3040
a99dceba
GM
30412008-11-28 Glenn Morris <rgm@gnu.org>
3042
3043 * files.texi (Format Conversion Round-Trip): Improve previous change.
3044
f6dc3bed
CY
30452008-11-26 Chong Yidong <cyd@stupidchicken.com>
3046
3047 * modes.texi (Auto Major Mode): Fix example.
3048
5da9413d
GM
30492008-11-25 Glenn Morris <rgm@gnu.org>
3050
3051 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3052
3053 * files.texi (Format Conversion Round-Trip):
3054 Use active voice for previous change.
3055
fcca848c
CY
30562008-11-25 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * os.texi (Processor Run Time):
3059 * processes.texi (Transaction Queues):
3060 * markers.texi (The Mark):
3061 * windows.texi (Choosing Window, Selecting Windows):
3062 * files.texi (Changing Files, Magic File Names):
3063 * commands.texi (Key Sequence Input):
3064 * functions.texi (Declaring Functions):
3065 * strings.texi (Predicates for Strings):
3066 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3067
36c8dc54
CY
30682008-11-24 Chong Yidong <cyd@stupidchicken.com>
3069
3070 * help.texi (Accessing Documentation): Update example.
3071
3072 * variables.texi (Defining Variables): Note that `*' is not
3073 necessary if defcustom is used.
3074
2a79b242
EZ
30752008-11-22 Eli Zaretskii <eliz@gnu.org>
3076
3077 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3078 Characters" from @detailmenu.
3079
3080 * nonascii.texi (Character Codes, Character Sets)
3081 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3082 (Chars and Bytes, Splitting Characters): Sections removed.
3083
392f0d26
LK
30842008-11-22 Lute Kamstra <lute@gnu.org>
3085
3086 * positions.texi (Text Lines): Update goto-line documentation.
3087
af1a5cd5
MR
30882008-11-21 Martin Rudalics <rudalics@gmx.at>
3089
6a4cfb0c
MR
3090 * frames.texi (Frames): Fix typo, add cross references, reword.
3091 (Initial Parameters): Reword special-display-frame-alist text.
3092 (Frames and Windows): Reword. Describe argument norecord for
3093 set-frame-selected-window.
3094 (Input Focus): Describe argument norecord for select-frame.
3095 Remove comment on MS-Windows behavior for focus-follows-mouse.
3096 (Raising and Lowering): Mention windows-frames dichotomy in
3097 metaphor.
3098
af1a5cd5
MR
3099 * windows.texi (Displaying Buffers, Vertical Scrolling)
3100 (Horizontal Scrolling): Fix indenting and rewording issues
3101 introduced with 2008-11-07 change.
3102
c249fa9c
GM
31032008-11-20 Glenn Morris <rgm@gnu.org>
3104
3105 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3106 element of `format-alist'.
3107
204d4665
GM
31082008-11-19 Glenn Morris <rgm@gnu.org>
3109
3110 * doclicense.texi: Update to FDL 1.3.
3111 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3112
cc0910af
CY
31132008-11-18 Chong Yidong <cyd@stupidchicken.com>
3114
efe6e7c4
CY
3115 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3116 vars, which are obsolete. Mention jit-lock-register.
3117
5dcb4c4e
SM
3118 * modes.texi (Other Font Lock Variables):
3119 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3120
cc0910af
CY
3121 * frames.texi (Color Parameters): Document alpha parameter.
3122
aeeedf76
MR
31232008-11-16 Martin Rudalics <rudalics@gmx.at>
3124
3125 * windows.texi (Splitting Windows, Deleting Windows)
3126 (Selecting Windows, Cyclic Window Ordering)
3127 (Buffers and Windows, Displaying Buffers, Choosing Window)
3128 (Dedicated Windows, Window Point, Window Start and End)
3129 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3130 (Size of Window, Resizing Windows, Window Configurations)
3131 (Window Parameters): Avoid @var at beginning of sentences and
3132 reword accordingly.
3133
4c565c5c
LK
31342008-11-11 Lute Kamstra <lute@gnu.org>
3135
3136 * files.texi (File Name Components): Fix file-name-extension
3137 documentation.
3138
25f494c9
JB
31392008-11-11 Juanma Barranquero <lekktu@gmail.com>
3140
3141 * frames.texi (Basic Parameters): Remove display-environment-variable
3142 and term-environment-variable.
3143
a1401ab1
EZ
31442008-11-08 Eli Zaretskii <eliz@gnu.org>
3145
3146 * windows.texi (Basic Windows, Splitting Windows)
3147 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3148 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3149 (Resizing Windows, Window Configurations, Window Parameters):
3150 Fix wording and markup.
a1401ab1 3151
efafc282
MR
31522008-11-07 Martin Rudalics <rudalics@gmx.at>
3153
3154 * windows.texi (Windows): Update entries.
3155 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3156 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3157 (Selecting Windows, Cyclic Window Ordering): Reword with special
3158 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3159 (Buffers and Windows, Choosing Window): Reword with special
3160 emphasis on dedicated windows.
3161 (Displaying Buffers): Reword. For switch-to-buffer mention that
3162 it may fall back on pop-to-buffer. For other-window try to
3163 explain how it treats the cyclic ordering of windows.
efafc282
MR
3164 (Dedicated Windows): New node and section discussing dedicated
3165 windows and associated functions.
86ab855a 3166 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3167 (Window Start and End): Rename node and section title. Reword.
3168 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3169 Minor rewording.
3170 (Size of Window): Reword, in particular text on window-width.
3171 (Resizing Windows): Reword. Add text on balancing windows.
3172 (Window Configurations): Reword. Mention window parameters.
3173 (Window Parameters): New node and section on window parameters.
3174 (Window Hooks): Reword. Mention that
3175 window-configuration-change-hook is run "buffer-locally".
3176 * elisp.texi (Top): Update Windows entries in @detailmenu
3177 section.
3178
d60a8ab2
JB
31792008-11-04 Juanma Barranquero <lekktu@gmail.com>
3180
3181 * searching.texi (Regexp Search): Fix typo.
3182
01777627
CY
31832008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3184
3185 * searching.texi (Regexp Search): Document GREEDY arg.
3186 (Simple Match Data): Fix return value.
3187
c4526e93
EZ
31882008-11-01 Eli Zaretskii <eliz@gnu.org>
3189
3190 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3191 with Emacs 23 internal representation of characters.
3192 Document `unibyte-string'.
c4526e93 3193
fe2ae8b5
CY
31942008-10-28 Chong Yidong <cyd@stupidchicken.com>
3195
3196 * processes.texi (Process Information): Note that process-status
3197 does not accept buffer names.
3198
cc5a21e3
CY
31992008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3200
3201 * positions.texi (Skipping Characters): Correct return value of
3202 skip-chars-forward.
3203
09460d9a
MR
32042008-10-25 Martin Rudalics <rudalics@gmx.at>
3205
520b29e7
MR
3206 * windows.texi (Deleting Windows): Update documentation of
3207 delete-windows-on.
3208 (Buffers and Windows): Update documentations of
3209 get-buffer-window and get-buffer-window-list.
3210 (Displaying Buffers): Update documentation of
3211 replace-buffer-in-windows.
3212
09460d9a
MR
3213 * buffers.texi (Current Buffer): Reword set-buffer and
3214 with-current-buffer documentations.
3215 (Creating Buffers): Reword documentation of get-buffer-create.
3216
4d48fcdc
MR
32172008-10-23 Martin Rudalics <rudalics@gmx.at>
3218
3219 * buffers.texi (Current Buffer): Reword documentation of
3220 set-buffer.
3221 (Buffer Names): Reword documentation of buffer-name.
3222 (The Buffer List): For bury-buffer explain what happens with the
3223 buffer's window.
3224 (Creating Buffers): Say that get-buffer-create's arg is called
3225 buffer-or-name.
3226
f0143c43
CY
32272008-10-22 Chong Yidong <cyd@stupidchicken.com>
3228
3e5dbbd3
CY
3229 * advice.texi (Computed Advice): Explain what DEFINITION is.
3230
f0143c43
CY
3231 * nonascii.texi (Character Codes): Remove obsolete function
3232 char-valid-p, and document characterp instead.
3233
52a94b85
MR
32342008-10-22 Martin Rudalics <rudalics@gmx.at>
3235
3236 * windows.texi (Displaying Buffers): Reword documentation of
3237 pop-to-buffer.
3238 (Choosing Window): Rewrite documentation of display-buffer and
3239 its options.
3240
f76f8246
MR
3241 * buffers.texi (Killing Buffers): Update documentation of
3242 kill-buffer.
3243
acc8b598
EZ
32442008-10-21 Eli Zaretskii <eliz@gnu.org>
3245
80e6b6df
EZ
3246 * processes.texi (Serial Ports): Fix wording and improve markup.
3247
3645358a
EZ
3248 * searching.texi (Regexp Search): Document `string-match-p' and
3249 `looking-at-p'.
3250 (POSIX Regexps): Add an xref for "non-greedy".
3251 (Regexp Special): Add @cindex entry for "non-greedy".
3252
b3d50cff 3253 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3254 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3255
73b7530a
EZ
3256 * frames.texi (Color Names): Add an xref to `read-color'.
3257
3258 * minibuf.texi (High-Level Completion): Document `read-color'.
3259
acc8b598
EZ
3260 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3261
3262 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3263
3264 * buffers.texi (Swapping Text): New section, documents
3265 `buffer-swap-text'.
3266
10e187e8
MR
32672008-10-21 Martin Rudalics <rudalics@gmx.at>
3268
3269 * windows.texi (Resizing Windows): Minor wording fix.
3270
fd6f900c
EZ
32712008-10-20 Eli Zaretskii <eliz@gnu.org>
3272
3273 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3274 and `combine-and-quote-strings'.
3275
3276 * strings.texi (Creating Strings): Add xrefs for them.
3277
e4372165
EZ
32782008-10-19 Eli Zaretskii <eliz@gnu.org>
3279
d6328fba
EZ
3280 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3281 match the corresponding menu in minibuf.texi.
3282
e4372165
EZ
3283 * minibuf.texi (Reading File Names): Document `read-shell-command'
3284 and `minibuffer-local-shell-command-map'.
3285
5d8dda33
MR
32862008-10-19 Martin Rudalics <rudalics@gmx.at>
3287
3288 * windows.texi (Resizing Windows): Remove var{} around "window" in
3289 documentation of enlarge-window.
3290 Rewrite documentation of window-min-height and window-min-width.
3291
437706cd
EZ
32922008-10-19 Eli Zaretskii <eliz@gnu.org>
3293
80f85d7c
EZ
3294 * functions.texi (Calling Functions): Document `apply-partially'.
3295
291703b5
EZ
3296 * hooks.texi (Standard Hooks): Mention
3297 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3298
3299 * variables.texi (File Local Variables): Document
3300 `file-local-variables-alist', `before-hack-local-variables-hook'
3301 and `hack-local-variables-hook'.
3302
583d8b3c
EZ
3303 * processes.texi (Synchronous Processes): Document `process-lines'.
3304
5dcb4c4e
SM
3305 * customize.texi (Variable Definitions):
3306 Document `custom-reevaluate-setting'.
437706cd 3307
7e51d89b
MR
33082008-10-18 Martin Rudalics <rudalics@gmx.at>
3309
3310 * windows.texi (Choosing Window, Deleting Windows)
3311 (Displaying Buffers): Expand documentation of dedicated windows.
3312
43c59a3d
EZ
33132008-10-18 Eli Zaretskii <eliz@gnu.org>
3314
018a960d
EZ
3315 * files.texi (Changing Files): Document symbolic input of file
3316 modes to `set-file-modes'. Document `read-file-modes' and
3317 `file-modes-symbolic-to-number'.
3318
2c0b8144
EZ
3319 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3320 and `search-map'.
3321
5dcb4c4e
SM
3322 * searching.texi (Search and Replace):
3323 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3324 Document `multi-query-replace-map'.
80120f13 3325
6d4913f0 3326 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3327 (Completion Commands, Reading File Names):
3328 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3329 `minibuffer-local-filename-must-match-map'.
3330 (Minibuffer Completion): The `require-match' argument to
3331 `completing-read' can now have the value `confirm-only'.
3332
43c59a3d
EZ
3333 * windows.texi (Displaying Buffers): Minor wording fix.
3334 (Choosing Window): `split-height-threshold' can now be nil.
3335 Document `split-width-threshold'. `pop-up-frames' can have the
3336 value `graphic-only'.
3337
f36acfd9
EZ
33382008-10-17 Eli Zaretskii <eliz@gnu.org>
3339
3340 * os.texi (Startup Summary): Document `before-init-time' and
3341 `after-init-time'. Document `initial-window-system' and
3342 `window-system-initialization-alist'. Document reading the
3343 abbrevs file. Document the call to `server-start' under --daemon.
3344 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3345 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3346 (Time Parsing): Document `format-seconds'.
f36acfd9 3347
96995b89
MR
33482008-10-17 Martin Rudalics <rudalics@gmx.at>
3349
3350 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3351 and reword.
3352
2de17c73
EZ
33532008-10-16 Eli Zaretskii <eliz@gnu.org>
3354
3355 * markers.texi (The Mark): Document use-region-p.
3356
9cf52b11
EZ
33572008-10-15 Eli Zaretskii <eliz@gnu.org>
3358
c3aaf1d7
EZ
3359 * internals.texi (Writing Emacs Primitives): The interactive spec
3360 of a primitive can be a Lisp form.
3361
841a1743
EZ
3362 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3363 values of transient-mark-mode. Document handle-shift-selection.
3364
3365 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3366 (Interactive Examples): Show an example of `^'.
3367 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3368 (Defining Commands, Using Interactive): The interactive-form of a
3369 function can be added via its symbol's property.
841a1743 3370
52441368
EZ
3371 * positions.texi (List Motion): beginning-of-defun-function can
3372 now accept an argument.
3373
8e8c1a72
EZ
3374 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3375 now return a list of strings.
3376
a33a1f2a
EZ
3377 * control.texi (Handling Errors): Document ignore-errors.
3378
4fb04348
EZ
3379 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3380 (Parameter Access): Document set-frame-parameter.
3381
ee666f84
EZ
3382 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3383 Hooks" for the effect of kill-all-local-variables on local hook
3384 functions.
3385
9cf52b11
EZ
3386 * modes.texi (Major Mode Conventions, Mode Line Variables):
3387 `mode-name' need not be a string. xref to "Mode Line Data" for
3388 details, and to "Emulating Mode Line" for computing a string
3389 value.
3390
22526bc4
EZ
33912008-10-14 Eli Zaretskii <eliz@gnu.org>
3392
a65f6a85
EZ
3393 * processes.texi (System Processes): New section.
3394 (Processes, Signals to Processes): Add xrefs to it.
3395
3396 * objects.texi (Editing Types): A `process' is a subprocess of
3397 Emacs, not just any process running on the OS.
3398
3399 * elisp.texi (Top): Adjust the @detailmenu for the above two
3400 changes.
3401
2724b26a
EZ
3402 * sequences.texi (Char-Tables): Remove documentation of
3403 set-char-table-default, which has no effect since Emacs 23.
3404 <char-table-range, set-char-table-range>: Don't mention generic
3405 characters and charsets. Add a cons cell as a possible argument.
3406
3407 * nonascii.texi (Splitting Characters)
3408 (Translation of Characters): Don't mention generic characters.
3409
3410 * display.texi (Fontsets): Don't mention generic characters.
3411
22526bc4 3412 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3413 argument FUNCTION with a cons cell as KEY.
22526bc4 3414
eaf4b689
EZ
34152008-10-13 Eli Zaretskii <eliz@gnu.org>
3416
45e46036
EZ
3417 * objects.texi (Primitive Function Type): Move "@cindex special
3418 forms" from here...
3419
3420 * eval.texi (Special Forms): ...to here.
3421
3422 * functions.texi (What Is a Function): `functionp' returns nil for
3423 special forms. Add an xref.
3424
eaf4b689
EZ
3425 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3426 Variables".
3427
3428 * variables.texi (Frame-Local Variables): New section.
3429 (Buffer-Local Variables): Add an xref to it.
3430 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3431 have both frame-local and buffer-local binding.
3432
3433 * frames.texi (Frames): Mention multiple tty frames.
3434 (Frame Parameters, Parameter Access): Mention frame-local variable
3435 bindings.
3436
15688fce
GM
34372008-09-20 Glenn Morris <rgm@gnu.org>
3438
3439 * display.texi (Defining Faces): Recommend against face variables.
3440
35539065
JB
34412008-09-16 Juanma Barranquero <lekktu@gmail.com>
3442
3443 * display.texi (Echo Area Customization): Fix typo.
3444
6a57054b
JB
34452008-09-09 Juanma Barranquero <lekktu@gmail.com>
3446
3447 * loading.texi (Where Defined): Add `defface' item.
3448
d632fb82
MR
34492008-09-06 Martin Rudalics <rudalics@gmx.at>
3450
3451 * loading.texi (Where Defined): Fix description of symbol-file.
3452
905a9adb
JR
34532008-08-26 Jason Rumney <jasonr@gnu.org>
3454
3455 * display.texi (TIFF Images): New section describing :index property.
3456
852e91b7
CY
34572008-08-23 Chong Yidong <cyd@stupidchicken.com>
3458
3459 * display.texi (Temporary Displays): Remove unnecessary comment
3460 about usage of temp-buffer-show-hook.
3461
6be001ee
CY
34622008-08-05 Chong Yidong <cyd@stupidchicken.com>
3463
3464 * symbols.texi (Other Plists): Fix incorrect example.
3465 Suggested by Florian Beck.
3466
58e3d8e8
JB
34672008-07-31 Juanma Barranquero <lekktu@gmail.com>
3468
3469 * os.texi: Fix previous change.
3470
7c2fb837
DN
34712008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3472
3473 * os.texi:
3474 * intro.texi:
3475 * files.texi: Remove VMS support.
3476
9e2a2647
DN
34772008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3478
3479 * os.texi:
3480 * frames.texi:
3481 * display.texi: Remove mentions of Mac Carbon.
3482
c4f4682b
MB
34832008-07-01 Miles Bader <miles@gnu.org>
3484
3485 * text.texi (Special Properties):
3486 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3487
3696411e
JB
34882008-06-28 Johan Bockgård <bojohan@gnu.org>
3489
3490 * display.texi (Other Image Types): Fix copy/paste error; say
3491 "PBM", not "XBM".
3492
f2a77c3a
DN
34932008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3494
3495 * os.texi: Remove references to obsolete systems.
3496
6d52677d
EZ
34972008-06-20 Eli Zaretskii <eliz@gnu.org>
3498
3499 * makefile.w32-in (distclean): Remove makefile.
3500
1a87da4c
GM
35012008-06-17 Glenn Morris <rgm@gnu.org>
3502
3503 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3504 (elisp, dist): Remove rules and variables that are obsolete now
3505 the lisp manual is no longer distributed separately.
3506
fdda1c5d
GM
35072008-06-16 Glenn Morris <rgm@gnu.org>
3508
646692e9
GM
3509 * configure, configure.in, mkinstalldirs: Remove unused files.
3510
3511 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3512 * vol1.texi (EMACSVER):
6a57054b 3513 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3514
3515 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3516 as per maintain.info.
3517
611bee81
GM
35182008-06-15 Glenn Morris <rgm@gnu.org>
3519
a7bed3a0
GM
3520 * makefile.w32-in (manual): Use "23" rather than "21".
3521
3522 * Makefile.in (emacsver): New, set by configure.
3523 (manual): Use emacsver.
3524
d794edf2
GM
3525 * intro.texi: Report bugs using M-x report-emacs-bug.
3526
611bee81
GM
3527 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3528
c73e02fa
GM
35292008-06-13 Daniel Engeler <engeler@gmail.com>
3530
3531 * elisp.texi, internals.texi, processes.texi: Add documentation
3532 about serial port access.
3533
e40a85cd
MB
35342008-06-05 Miles Bader <miles@gnu.org>
3535
3536 * display.texi (Displaying Faces): Update to reflect function
3537 renamings in face-remap.el.
3538
7b753744
JB
35392008-06-05 Juanma Barranquero <lekktu@gmail.com>
3540
3541 * display.texi (Fontsets): Fix typos.
3542
9d3d42fb
MB
35432008-06-03 Miles Bader <miles@gnu.org>
3544
7b753744
JB
3545 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3546 remove-relative-face-remapping, set-base-face-remapping,
3547 and set-default-base-face-remapping.
9d3d42fb 3548
f2cec7a9
MB
35492008-06-01 Miles Bader <miles@gnu.org>
3550
3551 * display.texi (Displaying Faces): Add face-remapping-alist.
3552
8f39c96d
SM
35532008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3554
3555 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3556 variable names.
3557
1ef5eecc
ER
35582008-05-03 Eric S. Raymond <esr@golux>
3559
352c8b4a 3560 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3561 (current-global-map) return references, not copies.
3562
63b4387f
JL
35632008-05-02 Juri Linkov <juri@jurta.org>
3564
3565 * minibuf.texi (Text from Minibuffer): Document a list of
3566 default values for `read-from-minibuffer'.
3567
38a8b703
JB
35682008-04-24 Juanma Barranquero <lekktu@gmail.com>
3569
3570 * nonascii.texi (Translation of Characters): Fix previous change.
3571
7c42e639
CY
35722008-04-20 Chong Yidong <cyd@stupidchicken.com>
3573
3574 * display.texi (Overlay Properties): Clarify role of underlying
3575 textprop and overlay keymaps for display strings.
3576
3577 * keymaps.texi (Active Keymaps): Ditto.
3578
25c0d999
SM
35792008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3580
3581 * minibuf.texi (Programmed Completion):
3582 Replace dynamic-completion-table with the new completion-table-dynamic.
3583
e3af5968
CY
35842008-04-07 Chong Yidong <cyd@stupidchicken.com>
3585
3586 * intro.texi (Some Terms): Change "fonts in this manual" index
3587 entry to "typographic conventions".
3588
6bfc8698
EZ
35892008-04-05 Eli Zaretskii <eliz@gnu.org>
3590
3591 * objects.texi (Text Props and Strings): Add indexing for read
3592 syntax of text properties.
3593
4972c361
SM
35942008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3595
3596 * processes.texi (Decoding Output): Remove process-filter-multibyte
3597 functions.
3598
c70a68db
MR
35992008-03-15 Martin Rudalics <rudalics@gmx.at>
3600
3601 * display.texi (Finding Overlays): Say that empty overlays at
3602 the end of the buffer are reported too.
3603
1291fd36
GM
36042008-03-13 Glenn Morris <rgm@gnu.org>
3605
3606 * elisp.texi (EMACSVER): Set to 23.0.60.
3607
c6b0dfd5
CY
36082008-02-26 Chong Yidong <cyd@stupidchicken.com>
3609
38a8b703 3610 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3611
875fc30c
GM
36122008-02-22 Glenn Morris <rgm@gnu.org>
3613
3614 * frames.texi (Position Parameters): Clarify the description of
3615 `left' and `top', using information from "Geometry".
3616 (Geometry): Give a pointer to "Position Parameters", rather than
3617 repeating information.
3618
d8c8e45a
GM
36192008-02-11 Glenn Morris <rgm@gnu.org>
3620
3621 * objects.texi (Equality Predicates): No longer talk about "two"
3622 functions.
3623
38a8b703 36242008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3625
3626 * objects.texi (Equality Predicates): Add defun for
3627 equal-including-properties.
3628
bfffe0b1
GM
36292008-02-10 Glenn Morris <rgm@gnu.org>
3630
3631 * objects.texi (Equality Predicates):
3632 Mention equal-including-properties.
3633
431b78c9
RS
36342008-02-07 Richard Stallman <rms@gnu.org>
3635
3636 * windows.texi (Window Start): Mention the feature of moving
3637 window-start to start of line.
3638
c8763fb6 36392008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3640
3641 * keymaps.texi (Tool Bar): Document rtl property.
3642
1a256502
TTN
36432008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3644
3645 * display.texi (Button Types):
3646 For define-button-type, clarify type of NAME.
3647
569382c2
MR
36482008-01-19 Martin Rudalics <rudalics@gmx.at>
3649
3650 * buffers.texi (Buffer Modification): Fix typo.
3651
f3041af1
DN
36522008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3653
3654 * os.texi (System Environment): Remove references to OSes that are
3655 not supported anymore.
3656
d35e1cd7
DN
36572008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3658
3659 * os.texi (System Environment): Remove mention for Masscomp.
3660
23af7580
RS
36612008-01-04 Richard Stallman <rms@gnu.org>
3662
3663 * display.texi (Faces): Don't talk about internal face vector as arg
3664 to facep.
3665
3666 * customize.texi (Type Keywords): Fix previous change.
3667
3668 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3669 * elisp.texi (Top): Fix menu for commands.texi change.
3670
ec7d5b1e
RS
36712007-12-30 Richard Stallman <rms@gnu.org>
3672
5dcb4c4e 3673 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3674 (Accessing Scroll): New node broken out of Accessing Mouse.
3675
101a6cea
RS
36762007-12-28 Richard Stallman <rms@gnu.org>
3677
3678 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3679 (Basic Parameters): For `title', refer to title bar.
041817a4 3680 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3681
72b7e664
RS
36822007-12-23 Richard Stallman <rms@gnu.org>
3683
3684 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3685 Improve some of the commented-out keywords' text too.
3686
27a4f445
MR
36872007-12-14 Martin Rudalics <rudalics@gmx.at>
3688
e2e3f1d7
MR
3689 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3690 "visit the current buffer".
3691
27a4f445
MR
3692 * os.texi (System Interface): Fix typo.
3693
a2afc99d
RS
36942007-12-04 Richard Stallman <rms@gnu.org>
3695
3696 * objects.texi (Symbol Type): Fix typo.
3697
b694135c
RS
36982007-12-03 Richard Stallman <rms@gnu.org>
3699
3700 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3701
f99a19da
GM
37022007-12-01 Glenn Morris <rgm@gnu.org>
3703
3704 * functions.texi (Declaring Functions): Improve previous change.
3705
8f4b37d8
GM
37062007-11-30 Glenn Morris <rgm@gnu.org>
3707
3708 * functions.texi (Declaring Functions): Add optional fourth
3709 argument of declare-function, and setting third argument to `t'.
3710
61a2fe01
RS
37112007-11-29 Richard Stallman <rms@gnu.org>
3712
3713 * customize.texi (Composite Types): Document `group' type.
3714
cbfc5193
GM
37152007-11-29 Glenn Morris <rgm@gnu.org>
3716
5dcb4c4e
SM
3717 * functions.texi (Declaring Functions): Add findex.
3718 Mention `external' files.
cbfc5193 3719
8386283a
JB
37202007-11-26 Juanma Barranquero <lekktu@gmail.com>
3721
3722 * functions.texi (Declaring Functions): Fix directive.
3723
a07c9a8b
RS
37242007-11-25 Richard Stallman <rms@gnu.org>
3725
3726 * help.texi (Help Functions): Clean up last change.
3727
3728 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3729
3730 * loading.texi (Named Features): Minor cleanup.
3731
3732 * macros.texi (Eval During Expansion): Minor cleanup.
3733
3734 * variables.texi (Variable Aliases): Minor cleanup.
3735
a0925923
RS
37362007-11-24 Richard Stallman <rms@gnu.org>
3737
3738 * functions.texi (Declaring Functions): Clarify previous change.
3739
3740 * compile.texi (Compiler Errors): Clarify previous change.
3741
20c63e44
RS
37422007-11-24 Richard Stallman <rms@gnu.org>
3743
e5e76c04 3744 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3745 Clarify the text and move items around.
3746
5bb0cda3
GM
37472007-11-24 Glenn Morris <rgm@gnu.org>
3748
3749 * functions.texi (Declaring Functions): New section.
3750 * compile.texi (Compiler Errors): Mention declaring functions,
3751 defvar with no initvalue, and byte-compile-warnings.
3752
af13c86a
MR
37532007-11-15 Martin Rudalics <rudalics@gmx.at>
3754
3755 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3756 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3757
a5373305
MR
37582007-11-13 Martin Rudalics <rudalics@gmx.at>
3759
3760 * help.texi (Help Functions): Document new macro `with-help-window'.
3761
fe284805
JL
37622007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3763
3764 * searching.texi (Replacing Match): Describe new
3765 `match-substitute-replacement'.
3766
2c3a09b1
RS
37672007-10-31 Richard Stallman <rms@gnu.org>
3768
3769 * strings.texi (Creating Strings): Null strings from concat not unique.
3770
f2b480f4
RS
37712007-10-26 Richard Stallman <rms@gnu.org>
3772
3773 * objects.texi (Equality Predicates): Null strings are uniquified.
3774
3775 * minibuf.texi: Minor clarifications in previous change.
3776
db21122c
GM
37772007-10-25 Glenn Morris <rgm@gnu.org>
3778
3779 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3780
2328cbb3
RS
37812007-10-24 Richard Stallman <rms@gnu.org>
3782
3783 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3784
3785 * variables.texi (Frame-Local Variables): Node deleted.
3786 (Variables): Delete Frame-Local Variables from menu.
3787 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3788 (Default Value): Don't mention frame-local vars.
3789
3790 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3791
3792 * loading.texi (Unloading): Document FEATURE-unload-function
3793 instead of FEATURE-unload-hook.
3794
2328cbb3
RS
3795 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3796
c066bafa
JL
37972007-10-22 Juri Linkov <juri@jurta.org>
3798
3799 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3800 (High-Level Completion): Document a list of default value strings
3801 in the DEFAULT argument, for which minibuffer functions return the
3802 first element.
3803
65ced25f
JL
38042007-10-17 Juri Linkov <juri@jurta.org>
3805
3806 * text.texi (Filling): Update arguments of fill-paragraph.
3807 fill-paragraph operates on the active region in Transient Mark mode.
3808 Remove fill-paragraph-or-region.
3809
ee46ec8e
KB
38102007-10-13 Karl Berry <karl@gnu.org>
3811
3812 * elisp.texi (@dircategory): Move to after @copying,
3813 since we want @copying as close as possible to the beginning of
3814 the output.
3815
61bbdbc6
RS
38162007-10-12 Richard Stallman <rms@gnu.org>
3817
3818 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3819
3820 * commands.texi (Distinguish Interactive): New node,
3821 broken out from Interactive Call and rewritten.
3822 (Command Loop): Put Distinguish Interactive in menu.
3823
af23e1e8
RS
38242007-10-09 Richard Stallman <rms@gnu.org>
3825
3826 * text.texi (Examining Properties): Mention overlay priority.
3827
3828 * display.texi (Display Margins): Correct the description
3829 of margin display specifications.
3830 (Replacing Specs): New subnode broken out of Display Property.
3831
e1965a69
JL
38322007-10-06 Juri Linkov <juri@jurta.org>
3833
3834 * text.texi (Filling): Document fill-paragraph-or-region.
3835
4638454b
JB
38362007-10-05 Juanma Barranquero <lekktu@gmail.com>
3837
3838 * display.texi (Auto Faces): Fix typo.
3839
7ed54cc5
RS
38402007-10-02 Richard Stallman <rms@gnu.org>
3841
3842 * display.texi (Display Property): Explain some display specs
3843 don't let you move point in.
3844
5dcb4c4e
SM
3845 * frames.texi (Cursor Parameters):
3846 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
3847
3848 * windows.texi (Basic Windows): Don't describe
3849 cursor-in-non-selected-windows here.
3850
305a7ef2
EZ
38512007-10-01 Eli Zaretskii <eliz@gnu.org>
3852
3853 * processes.texi (Misc Network): Note that these functions are
3854 supported only on some systems.
3855
f7a7f4eb
RS
38562007-10-01 Richard Stallman <rms@gnu.org>
3857
3858 * display.texi (Overlay Properties): Explain nil as priority.
3859 Explain that conflicts are unpredictable if not resolved by
3860 priorities.
3861
780d7bb9
RS
38622007-09-23 Richard Stallman <rms@gnu.org>
3863
3864 * macros.texi (Backquote): Minor clarification.
3865
14b4fdfb
RS
38662007-09-19 Richard Stallman <rms@gnu.org>
3867
3868 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3869 Clarify when they work in parallel and when one overrides.
3870 Fix error in example.
14b4fdfb 3871
b8d4c8d0
GM
38722007-09-06 Glenn Morris <rgm@gnu.org>
3873
b3e755a9 3874 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3875 commands to use ../../info.
3876 * Makefile.in (infodir): Go up one more level.
4638454b 3877 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3878 (miscmanualdir): New.
3879 (dist): Use new variable miscmanualdir.
3880 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3881 (usermanualdir): Change from ../man to ../emacs.
3882
1bb1f7d3
MR
38832007-08-30 Martin Rudalics <rudalics@gmx.at>
3884
3885 * commands.texi (Command Loop Info): Advise against changing
3886 most variables described here. Explain new variable
3887 last-repeatable-command.
3888
b8d4c8d0
GM
38892007-08-29 Glenn Morris <rgm@gnu.org>
3890
3891 * elisp.texi (EMACSVER): Increase to 23.0.50.
3892
38932007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3894
3895 * frames.texi (Basic Parameters): Add display-environment-variable
3896 and term-environment-variable.
3897
38982007-08-28 Juri Linkov <juri@jurta.org>
3899
3900 * display.texi (Image Formats, Other Image Types): Add SVG.
3901
39022007-08-28 Juri Linkov <juri@jurta.org>
3903
3904 * display.texi (Images): Move formats-related text to new node
3905 "Image Formats".
3906 (Image Formats): New node.
3907
619fb9ee
RS
39082007-08-27 Richard Stallman <rms@gnu.org>
3909
3910 * windows.texi (Window Configurations): Clarify what
3911 a window configuration saves.
3912
b8d4c8d0
GM
39132007-08-25 Richard Stallman <rms@gnu.org>
3914
3915 * display.texi (Images): Delete redundant @findex.
3916
39f9da30
GM
39172007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3918
3919 * text.texi (Change Hooks): (after|before)-change-functions are no
3920 longer bound to nil while running; rather inhibit-modification-hooks
3921 is t.
3922
b8d4c8d0
GM
39232007-08-16 Richard Stallman <rms@gnu.org>
3924
5dcb4c4e
SM
3925 * processes.texi (Asynchronous Processes):
3926 Clarify doc of start-file-process.
b8d4c8d0
GM
3927
39282007-08-08 Martin Rudalics <rudalics@gmx.at>
3929
3930 * modes.texi (Example Major Modes): Fix typo.
3931
39322007-08-08 Glenn Morris <rgm@gnu.org>
3933
3934 * intro.texi (nil and t): Do not use `iff' in documentation.
3935
3936 * tips.texi (Documentation Tips): Recommend against `iff'.
3937
39382007-08-07 Chong Yidong <cyd@stupidchicken.com>
3939
3940 * display.texi (Image Cache): Document image-refresh.
3941
39422007-08-06 Martin Rudalics <rudalics@gmx.at>
3943
3944 * windows.texi (Size of Window): Document window-full-width-p.
3945
39462007-07-25 Glenn Morris <rgm@gnu.org>
3947
3948 * gpl.texi (GPL): Replace license with GPLv3.
3949
3950 * Relicense all FSF files to GPLv3 or later.
3951
39522007-07-24 Michael Albinus <michael.albinus@gmx.de>
3953
4638454b
JB
3954 * processes.texi (Synchronous Processes):
3955 Add `process-file-shell-command'.
b8d4c8d0
GM
3956 (Asynchronous Processes): Mention restricted use of
3957 `process-filter' and `process-sentinel' in
3958 `start-file-process'. Add `start-file-process-shell-command'.
3959
39602007-07-17 Michael Albinus <michael.albinus@gmx.de>
3961
3962 * files.texi (Magic File Names): Introduce optional parameter
3963 IDENTIFICATION for `file-remote-p'.
3964
39652007-07-16 Richard Stallman <rms@gnu.org>
3966
3967 * display.texi (Defining Faces): Fix previous change.
3968
39692007-07-14 Richard Stallman <rms@gnu.org>
3970
3971 * control.texi (Handling Errors): Document `debug' in handler list.
3972
39732007-07-10 Richard Stallman <rms@gnu.org>
3974
3975 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3976
39772007-07-09 Richard Stallman <rms@gnu.org>
3978
3979 * files.texi (Magic File Names): Rewrite previous change.
3980
39812007-07-08 Michael Albinus <michael.albinus@gmx.de>
3982
3983 * files.texi (Magic File Names): Introduce optional parameter
3984 CONNECTED for `file-remote-p'.
3985
39862007-07-07 Michael Albinus <michael.albinus@gmx.de>
3987
3988 * processes.texi (Asynchronous Processes):
3989 * files.texi (Magic File Names): Add `start-file-process'.
3990
39912007-06-27 Richard Stallman <rms@gnu.org>
3992
5dcb4c4e
SM
3993 * files.texi (Format Conversion Piecemeal):
3994 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3995
39962007-06-27 Michael Albinus <michael.albinus@gmx.de>
3997
4638454b
JB
3998 * files.texi (Magic File Names): Remove `dired-call-process'.
3999 Add `process-file'.
b8d4c8d0
GM
4000
40012007-06-27 Kenichi Handa <handa@m17n.org>
4002
4003 * text.texi (Special Properties): Fix description about
4638454b 4004 `composition' property.
b8d4c8d0
GM
4005
40062007-06-26 Kenichi Handa <handa@m17n.org>
4007
4008 * nonascii.texi (Default Coding Systems): Document about the
4009 return value `undecided'.
4010
40112007-06-25 David Kastrup <dak@gnu.org>
4012
4013 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4014 `current-active-maps'.
4015
40162007-06-24 Karl Berry <karl@gnu.org>
4017
4638454b 4018 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4019
40202007-06-15 Juanma Barranquero <lekktu@gmail.com>
4021
4022 * display.texi (Overlay Arrow): Doc fix.
4023
40242007-06-14 Karl Berry <karl@tug.org>
4025
4026 * anti.texi (Antinews): Typo.
4027
40282007-06-14 Chong Yidong <cyd@stupidchicken.com>
4029
4030 * display.texi (Image Cache): Document image-refresh.
4031
40322007-06-12 Karl Berry <karl@gnu.org>
4033
4034 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4035 * two-volume.make: New file.
4036 * .cvsignore: Ignore two-volume files.
4037
40382007-06-12 Tom Tromey <tromey@redhat.com>
4039
4040 * os.texi (Init File): Document user-emacs-directory.
4041
40422007-06-03 Nick Roberts <nickrob@snap.net.nz>
4043
4044 * commands.texi (Click Events): Describe width and height when
4045 object is nil.
4046
40472007-05-30 Nick Roberts <nickrob@snap.net.nz>
4048
5dcb4c4e
SM
4049 * commands.texi (Click Events): Layout more logically.
4050 Describe width and height.
b8d4c8d0
GM
4051 (Drag Events, Motion Events): Update to new format for position.
4052
40532007-06-02 Richard Stallman <rms@gnu.org>
4054
4055 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4056
40572007-06-02 Chong Yidong <cyd@stupidchicken.com>
4058
4059 * Version 22.1 released.
4060
40612007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4062
4063 * text.texi (Special Properties): Correct meaning of fontified face.
4064
40652007-05-30 Richard Stallman <rms@gnu.org>
4066
4067 * text.texi (Special Properties): Add link to Adjusting Point.
4068
40692007-05-12 Richard Stallman <rms@gnu.org>
4070
4071 * text.texi (Margins): indent-to-left-margin is not the default.
4072 (Mode-Specific Indent): For indent-line-function, the default
4073 is indent-relative.
4074
4075 * modes.texi (Example Major Modes): Explain last line of text-mode
4076 is redundant.
4077
40782007-05-10 Richard Stallman <rms@gnu.org>
4079
4080 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4081
4082 * help.texi (Keys in Documentation): Add reference to
4083 Documentation Tips.
4084
4085 * files.texi (Format Conversion): TO-FN gets three arguments.
4086
4087 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4088
40892007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4090
4091 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4092 * files.texi (Format Conversion): Expand intro; add menu.
4093 (Format Conversion Overview, Format Conversion Round-Trip)
4094 (Format Conversion Piecemeal): New nodes/subsections.
4095 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4096 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4097 (Saving Properties): Delete node/subsection.
4098
40992007-05-07 Karl Berry <karl@gnu.org>
4100
4101 * elisp.texi (EMACSVER): Back to 22.
4102
41032007-05-06 Richard Stallman <rms@gnu.org>
4104
4105 * processes.texi (Accepting Output): Revert most of previous change.
4106
41072007-05-05 Richard Stallman <rms@gnu.org>
4108
4109 * processes.texi (Accepting Output): accept-process-output
4110 uses microseconds, not milliseconds. But that arg is obsolete.
4111
41122007-05-04 Karl Berry <karl@tug.org>
4113
4114 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4115
41162007-05-04 Eli Zaretskii <eliz@gnu.org>
4117
4118 * tips.texi (Documentation Tips): Rearrange items to place the
4119 more important ones first. Add an index entry for hyperlinks.
4120
41212007-05-03 Karl Berry <karl@gnu.org>
4122
4123 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4124 (EMACSVER) [smallbook]: 22 for printed version.
4125
4126 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4127 so restore anchor to normal position after defun. Found by Kevin Ryde.
4128
41292007-04-26 Glenn Morris <rgm@gnu.org>
4130
4131 * elisp.texi (EMACSVER): Increase to 22.1.50.
4132
41332007-04-28 Karl Berry <karl@gnu.org>
4134
4135 * elisp.texi: Improve line breaks on copyright page,
4136 similar layout to emacs manual, 8.5x11 by default.
4137
41382007-04-24 Richard Stallman <rms@gnu.org>
4139
4140 * text.texi (Special Properties): Add xref to Overlay Properties.
4141
4142 * display.texi (Overlay Properties): Add xref to Special Properties.
4143
41442007-04-22 Richard Stallman <rms@gnu.org>
4145
4146 * keymaps.texi (Extended Menu Items): Move the info about
4147 format with cached keyboard binding.
4148
41492007-04-21 Richard Stallman <rms@gnu.org>
4150
4151 * text.texi (Special Properties): Clarify previous change.
4152
4153 * files.texi (File Name Expansion): Clarify previous change.
4154
4155 * display.texi (Attribute Functions): Fix example for
4156 face-attribute-relative-p.
4157
41582007-04-19 Kenichi Handa <handa@m17n.org>
4159
4160 * text.texi (Special Properties): Document composition property.
4161
41622007-04-19 Glenn Morris <rgm@gnu.org>
4163
4164 * files.texi (File Name Expansion): Mention "superroot".
4165
41662007-04-15 Chong Yidong <cyd@stupidchicken.com>
4167
4168 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4169 setups.
4170 (Display Feature Testing): Note that display refers to all
4171 physical monitors for multi-monitor setups.
4172
41732007-04-14 Richard Stallman <rms@gnu.org>
4174
4175 * lists.texi (Sets And Lists): Clarify `delete' examples.
4176 Remove spurious xref to same node.
4177 Clarify xref for add-to-list.
4178
41792007-04-12 Nick Roberts <nickrob@snap.net.nz>
4180
4181 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4182 value of lisp-mode-map.
4183
41842007-04-11 Karl Berry <karl@gnu.org>
4185
4186 * anti.texi (Antinews):
4187 * display.texi (Overlay Properties, Defining Images):
4188 * processes.texi (Synchronous Processes, Sentinels):
4189 * syntax.texi (Syntax Table Internals):
4190 * searching.texi (Regexp Special):
4191 * nonascii.texi (Default Coding Systems):
4192 * text.texi (Special Properties):
4193 * minibuf.texi (Basic Completion): Wording to improve breaks in
4194 8.5x11 format.
4195 * elisp.texi (smallbook): New @set to more easily switch between
4196 smallbook and 8.5x11.
4197
41982007-04-11 Richard Stallman <rms@gnu.org>
4199
4200 * text.texi (Lazy Properties): Minor fix.
4201
42022007-04-08 Karl Berry <karl@gnu.org>
4203
4204 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4205 * macros.texi (Backquote): Downcase Backquote in index entries for
4206 consistency.
4207
42082007-04-08 Richard Stallman <rms@gnu.org>
4209
4210 * text.texi (Adaptive Fill): Just describe default,
4211 don't show it (since it contains non-ASCII chars).
4212
42132007-04-07 Karl Berry <karl@gnu.org>
4214
4215 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4216 adaptive-fill-regexp's value, since they are not in the standard
4217 TeX fonts.
4218
42192007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4220
4221 * display.texi (Defining Faces): Fix example.
4222
42232007-04-07 Karl Berry <karl@gnu.org>
4224
4225 * display.texi (Button Buffer Commands): Improve page break.
4226
42272007-04-07 Richard Stallman <rms@gnu.org>
4228
4229 * advice.texi (Activation of Advice): Remove redundant index entry.
4230
4231 * backups.texi: Improve index entries. Remove redundant ones.
4232
4233 * compile.texi (Byte Compilation): Improve index entry.
4234
4235 * hash.texi (Creating Hash): Improve index entry.
4236
4237 * symbols.texi (Definitions): Improve index entry.
4238
4239 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4240
4241 * maps.texi (Standard Keymaps): Remove useless index entry.
4242
4243 * help.texi (Documentation Basics): Remove redundant index entries.
4244
4245 * customize.texi: Improve index entries.
4246 Remove redundant/useless ones.
4247
4248 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4249
4250 * streams.texi (Output Variables): Improve index entry.
4251
4252 * abbrevs.texi (Abbrevs): Remove useless index entry.
4253
4254 * macros.texi (Expansion): Remove useless index entry.
4255
4256 * text.texi: Improve index entries. Remove redundant/useless ones.
4257 (Text Properties, Examining Properties)
4258 (Special Properties): Use "property category" instead of "category"
4259 to refer to the `category' property.
4260
4261 * positions.texi: Improve index entries. Remove useless one.
4262
4263 * lists.texi: Improve index entries. Remove redundant/useless ones.
4264
4265 * os.texi: Improve index entries.
4266 (Timers): Fix previous change.
4267
4268 * buffers.texi: Improve index entries.
4269 (Modification Time): Get rid of term "obsolete buffer".
4270
4271 * debugging.texi: Improve index entries.
4272 (Test Coverage): Add xref to other test coverage ftr.
4273
4274 * eval.texi: Improve index entry. Remove redundant ones.
4275
4276 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4277
4278 * files.texi: Improve index entries. Remove redundant/useless ones.
4279
4280 * objects.texi: Improve index entries.
4281
4282 * processes.texi: Improve index entries.
4283
4284 * modes.texi: Improve index entry. Remove redundant one.
4285
4286 * nonascii.texi: Improve index entries.
4287
4288 * internals.texi: Improve index entries.
4289
4290 * syntax.texi: Improve index entries.
4291
4292 * keymaps.texi (Active Keymaps): Improve index entries.
4293
4294 * commands.texi: Improve index entries. Remove redundant/useless ones.
4295
4296 * frames.texi: Improve index entries. Remove redundant/useless ones.
4297
4298 * markers.texi: Improve index entries. Remove redundant ones.
4299
4300 * tips.texi: Improve index entries.
4301
4302 * loading.texi (Unloading): Improve index entry.
4303
4304 * variables.texi: Improve index entries. Remove redundant one.
4305
4306 * sequences.texi: Improve index entry.
4307
4308 * display.texi: Improve index entries. Remove redundant ones.
4309
4310 * windows.texi: Improve index entries.
4311
4312 * searching.texi: Improve index entries. Remove redundant one.
4313
4314 * strings.texi (Case Tables): Improve last change.
4315
43162007-04-04 Chong Yidong <cyd@stupidchicken.com>
4317
4318 * strings.texi (Case Tables): Document with-case-table and
4319 ascii-case-table.
4320
43212007-04-03 Karl Berry <karl@gnu.org>
4322
4323 * processes.texi (Network): Reword to improve page break.
4324
43252007-04-03 Eli Zaretskii <eliz@gnu.org>
4326
4327 * functions.texi (Inline Functions): Describe more disadvantages
4328 of defsubst, and make advice against it stronger.
4329
43302007-04-02 Karl Berry <karl@gnu.org>
4331
4332 * backups.texi (Backup Names): Avoid widow words.
4333 * modes.texi (Example Major Modes): Align last comment.
4334
43352007-04-01 Chong Yidong <cyd@stupidchicken.com>
4336
4337 * keymaps.texi (Remapping Commands): Document new arg to
4338 command-remapping.
4339
43402007-04-01 Karl Berry <karl@gnu.org>
4341
4342 * processes.texi (Low-Level Network): Typo.
4343 * loading.texi (Hooks for Loading): Avoid double "the".
4344 * keymaps.texi (Key Sequences): No double "and".
4345 (Changing Key Bindings): Shorten to improve line break.
4346
43472007-03-31 Glenn Morris <rgm@gnu.org>
4348
4349 * os.texi (Timers): Fix description of run-at-time TIME formats.
4350
43512007-03-31 Richard Stallman <rms@gnu.org>
4352
4353 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4354 regarding ellipsis.
4355
43562007-03-31 Eli Zaretskii <eliz@gnu.org>
4357
4358 * intro.texi (nil and t):
4359 * symbols.texi (Plists and Alists):
4360 * variables.texi (Variable Aliases, Constant Variables):
4361 * functions.texi (Defining Functions):
4362 * advice.texi (Advising Primitives):
4363 * debugging.texi (Syntax Errors, Compilation Errors):
4364 * minibuf.texi (Minibuffer Windows):
4365 * commands.texi (Adjusting Point):
4366 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4367 (Auto Major Mode, Major Mode Conventions):
4368 * help.texi (Describing Characters):
4369 * files.texi (Create/Delete Dirs, Information about Files)
4370 (File Locks, Writing to Files, Reading from Files)
4371 (Saving Buffers):
4372 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4373 * frames.texi (Finding All Frames):
4374 * positions.texi (Buffer End, Motion):
4375 * markers.texi (The Region):
4376 * text.texi (Deletion, Near Point):
4377 * display.texi (Displaying Messages, Truncation):
4378 * os.texi (Processor Run Time):
4379 * tips.texi (Key Binding Conventions, Programming Tips)
4380 (Warning Tips, Documentation Tips, Comment Tips):
4381 * internals.texi (Memory Usage): Improve indexing.
4382
4383 * variables.texi (Frame-Local Variables):
4384 * functions.texi (Argument List):
4385 * loading.texi (Library Search):
4386 * streams.texi (Output Variables):
4387 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4388 * searching.texi (Replacing Match, Search and Replace):
4389 * processes.texi (Byte Packing, Decoding Output)
4390 (Accepting Output, Network Servers, Shell Arguments):
4391 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4392 * windows.texi (Window Point, Window Start):
4393 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4394 * commands.texi (Reading Input, Keyboard Events):
4395 * minibuf.texi (Reading File Names, Minibuffer Completion)
4396 (Recursive Mini):
4397 * positions.texi (List Motion):
4398 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4399 * numbers.texi (Arithmetic Operations, Math Functions)
4400 (Predicates on Numbers, Comparison of Numbers):
4401 (Numeric Conversions):
4402 * locals.texi (Standard Buffer-Local Variables):
4403 * maps.texi (Standard Keymaps):
4404 * os.texi (User Identification, System Environment, Recording Input)
4405 (X11 Keysyms):
4406 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4407 * backups.texi (Backups and Auto-Saving):
4408 * customize.texi (Customization, Group Definitions)
4409 (Variable Definitions):
4410 * compile.texi (Byte Compilation): Improve index entries.
4411
44122007-03-31 Karl Berry <karl@gnu.org>
4413
4414 * macros.texi (Defining Macros): Avoid widow syllable.
4415
44162007-03-31 Eli Zaretskii <eliz@gnu.org>
4417
4418 * elisp.texi (Top): Postscript -> PostScript.
4419
4420 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4421
44222007-03-31 Markus Triska <markus.triska@gmx.at>
4423
4424 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4425
44262007-03-30 Karl Berry <karl@gnu.org>
4427
4428 * lists.texi (List-related Predicates): Remove spurious @need.
4429 (Setcdr): Use @smallexample to improve page break.
4430 (Association Lists) <assoc>: Reword to improve page break.
4431
4432 * strings.texi (String Conversion): Insert blank line to improve
4433 page break.
4434
4435 * numbers.texi (Random Numbers): Use @minus{}.
4436 (Math Functions): Use @minus{}.
4437
4438 * intro.texi (Acknowledgements): Avoid line breaks before middle
4439 initials.
4440
44412007-03-24 Eli Zaretskii <eliz@gnu.org>
4442
4443 * errors.texi (Standard Errors): Add an index entry.
4444
44452007-03-19 Richard Stallman <rms@gnu.org>
4446
4447 * os.texi (Recording Input): recent-keys now gives 300 keys.
4448
44492007-03-12 Glenn Morris <rgm@gnu.org>
4450
4451 * os.texi: Replace "daylight savings" with "daylight saving"
4452 throughout.
4453
44542007-03-05 Richard Stallman <rms@gnu.org>
4455
5dcb4c4e
SM
4456 * variables.texi (File Local Variables):
4457 Update enable-local-variables values.
b8d4c8d0
GM
4458
44592007-03-04 Richard Stallman <rms@gnu.org>
4460
4461 * syntax.texi (Control Parsing): Minor clarification.
4462
4463 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4464
4465 * sequences.texi (Sequence Functions): Move string-bytes away,
4466 add xref.
4467
4468 * nonascii.texi (Text Representations): Move string-bytes here.
4469
4470 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4471
4472 * minibuf.texi (Basic Completion): Minor clarification.
4473
4474 * markers.texi (The Mark): Clarify existence vs activation of mark.
4475 Other cleanup.
4476
4477 * display.texi (Finding Overlays): Write better example.
4478
4479 * compile.texi (Eval During Compile): Clarify putting macros
4480 in eval-when-compile.
4481
c5602427 44822007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4483
4484 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4485 load-read-function definition doc.
b8d4c8d0
GM
4486
44872007-02-21 Kim F. Storm <storm@cua.dk>
4488
4489 * strings.texi (Text Comparison): Mention that assoc-string
4490 converts symbols to strings before testing.
4491
44922007-02-17 Kim F. Storm <storm@cua.dk>
4493
4494 * processes.texi (Bindat Spec): Vector types can have optional
4495 element type.
4496 (Bindat Examples): Fix example. Add vector with element type.
4497
44982007-02-16 Andreas Schwab <schwab@suse.de>
4499
4500 * strings.texi (Formatting Strings): Document '+' flag.
4501
45022007-02-15 Juanma Barranquero <lekktu@gmail.com>
4503
4504 * strings.texi (Modifying Strings): Clarify that `clear-string'
4505 always converts the string to unibyte.
4506
45072007-02-14 Kim F. Storm <storm@cua.dk>
4508
4509 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4510 Rewrite glyph code description to refer to these functions.
4511 Remove details of encoding face number and char into integer code.
4512
45132007-02-03 Alan Mackenzie <acm@muc.de>
4514
4515 * loading.texi (Hooks for Loading): Make the description of
4516 `eval-after-load' more detailed, and amend the description of
4517 after-load-alist, in accordance with changes from 2006-05.
4518
45192007-02-03 Chong Yidong <cyd@stupidchicken.com>
4520
4521 * modes.texi (Defining Minor Modes): Document that a :require
4522 keyword or similar may be required to make saved customization
4523 variables work.
4524
45252007-02-03 Eli Zaretskii <eliz@gnu.org>
4526
4527 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4528 Texinfo guidelines and with what texnfo-upd.el expects.
4529 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4530 parts needed by `texinfo-multiple-files-update'.
4531
45322007-02-02 Eli Zaretskii <eliz@gnu.org>
4533
4534 * elisp.texi (Top): Update the top-level menus.
4535
4536 * syntax.texi (Categories): Add index entries.
4537
45382007-02-01 Juanma Barranquero <lekktu@gmail.com>
4539
4540 * display.texi (Attribute Functions): Fix name and description of
4541 the UNDERLINE arg of `set-face-underline-p'.
4542
45432007-01-29 Eli Zaretskii <eliz@gnu.org>
4544
4545 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4546 Variables", and "Standard Keymaps" to the detailed menu.
4547
4548 * variables.texi (Future Local Variables): Add index entry.
4549
45502007-01-28 Richard Stallman <rms@gnu.org>
4551
4552 * tips.texi (Coding Conventions): Clarify the tip about macros
4553 that define a function or a variable.
4554
4555 * files.texi (File Attributes): UID and GID can be floats.
4556 (Magic File Names): Explain why deferring all operations to
4557 the standard handler does not work.
4558
45592007-01-23 Martin Rudalics <rudalics@gmx.at>
4560
4561 * backups.texi (Reverting): Use "buffer" instead of "file"
4562 when talking about major and minor modes.
4563
45642007-01-21 Richard Stallman <rms@gnu.org>
4565
4566 * help.texi (Documentation): Add xref to Documentation Tips.
4567
45682007-01-14 Juanma Barranquero <lekktu@gmail.com>
4569
4570 * tips.texi (Coding Conventions): Fix typos.
4571
45722007-01-05 Richard Stallman <rms@gnu.org>
4573
4574 * modes.texi (Defining Minor Modes): Fix previous change.
4575
45762007-01-03 Richard Stallman <rms@gnu.org>
4577
4578 * customize.texi (Variable Definitions, Customization Types):
4579 Don't use * in doc string for defcustom.
4580
45812007-01-02 Richard Stallman <rms@gnu.org>
4582
4583 * variables.texi (Variable Aliases): Clarify that aliases vars
4584 always have the same value.
4585
4586 * processes.texi (Bindat Spec): Fix Texinfo usage.
4587
4588 * modes.texi (Defining Minor Modes): Explain effect of command
4589 defined with define-global-minor-mode on new buffers.
4590
45912006-12-30 Kim F. Storm <storm@cua.dk>
4592
4593 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4594 `auto-resize-tool-bars'.
4595
45962006-12-30 Richard Stallman <rms@gnu.org>
4597
4598 * keymaps.texi (Active Keymaps): Fix previous change.
4599
46002006-12-30 Nick Roberts <nickrob@snap.net.nz>
4601
4602 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4603
46042006-12-30 Kim F. Storm <storm@cua.dk>
4605
4606 * processes.texi (Bindat Spec): Clarify using field names in
4607 length specifications.
4608
46092006-12-29 Kim F. Storm <storm@cua.dk>
4610
4611 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4612 Add count and index variables for eval forms in repeat blocks.
4613
46142006-12-24 Richard Stallman <rms@gnu.org>
4615
5dcb4c4e
SM
4616 * customize.texi (Variable Definitions):
4617 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4618
46192006-12-19 Kim F. Storm <storm@cua.dk>
4620
4621 * commands.texi (Misc Events): User signals now result in sigusr1
4622 and sigusr2 events which are handled through special-event-map.
4623 (Special Events): User signals and drag-n-drop are special.
4624
46252006-12-17 Richard Stallman <rms@gnu.org>
4626
4627 * loading.texi (Named Features): Explain subfeatures better.
4628
4629 * customize.texi: Use "option" only for user options.
4630 For the keyword values inside defcustom etc, say "keywords".
4631 For :options value's elements, say "elements".
4632 :group should not be omitted.
4633
4634 * syntax.texi (Parsing Expressions): Split up node.
4635 (Motion via Parsing, Position Parse, Parser State)
4636 (Low-Level Parsing, Control Parsing): New subnodes.
4637 (Parser State): Document syntax-ppss-toplevel-pos.
4638
4639 * positions.texi (List Motion): Punctuation fix.
4640
4641 * files.texi (File Name Completion): Document PREDICATE arg
4642 to file-name-completion.
4643
46442006-12-16 Eli Zaretskii <eliz@gnu.org>
4645
4646 * internals.texi (Building Emacs, Writing Emacs Primitives):
4647 Add index entries.
4648
46492006-12-11 Richard Stallman <rms@gnu.org>
4650
4651 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4652 affects face menu. Explain how to make it non-nil without enabling
4653 any fontification.
4654
46552006-12-10 Chong Yidong <cyd@stupidchicken.com>
4656
4657 * modes.texi (Font Lock Basics): Document nil value of
4658 font-lock-defaults.
4659
46602006-12-10 Glenn Morris <rgm@gnu.org>
4661
4662 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4663 value for system-flag argument. Abbrev tables may not be empty
4664 when major modes are loaded.
4665
46662006-12-08 Juanma Barranquero <lekktu@gmail.com>
4667
4668 * makefile.w32-in (maintainer-clean): Partially revert last
4669 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4670 to protect elisp-covers.texi.
4671
46722006-12-07 Juanma Barranquero <lekktu@gmail.com>
4673
4674 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4675 Don't remove elisp* info files; they are already deleted by the
4676 `clean' and `distclean' targets, and they are in the $(infodir)
4677 directory, not the current one.
4678
46792006-12-04 Kim F. Storm <storm@cua.dk>
4680
4681 * commands.texi (Misc Events): Update signal events.
4682 (Event Examples): Add signal example.
4683
46842006-11-29 Richard Stallman <rms@gnu.org>
4685
4686 * frames.texi (Visibility of Frames): Explain visible windows
4687 can be covered by others. Add xref for raise-frame.
4688
46892006-11-28 Richard Stallman <rms@gnu.org>
4690
4691 * searching.texi (Regexp Special): Update when ^ is special.
4692
46932006-11-27 Eli Zaretskii <eliz@gnu.org>
4694
4695 * customize.texi (Customization, Common Keywords)
4696 (Group Definitions, Variable Definitions, Composite Types)
4697 (Type Keywords, Customization Types): Add index entries for
4698 various customization keywords.
4699
47002006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4701
4702 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4703
c8763fb6 47042006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4705
4706 * frames.texi (Window System Selections): Remove clipboard from
4707 description of selection-coding-system.
4708
47092006-11-06 Richard Stallman <rms@gnu.org>
4710
4711 * lists.texi (List Variables): Document COMPARE-FN.
4712
4713 * keymaps.texi: Avoid use of "binding" to mean a relation;
4714 use it only to refer to the meaning associated with a key.
4715 (Keymaps): Change menu node description.
4716
4717 * elisp.texi (Top): Change menu node description.
4718
4719 * display.texi (Managing Overlays): Document overlay-recenter.
4720
47212006-10-29 Chong Yidong <cyd@stupidchicken.com>
4722
4723 * Makefile.in: Use relative paths to avoid advertising filesystem
4724 contents during compilation.
4725
47262006-10-23 Kim F. Storm <storm@cua.dk>
4727
4728 * commands.texi (Event Input Misc): Update unread-command-events.
4729
47302006-10-23 Nick Roberts <nickrob@snap.net.nz>
4731
4732 * lists.texi (Sets And Lists): Fix typos.
4733
47342006-10-18 Juanma Barranquero <lekktu@gmail.com>
4735
4736 * control.texi (Processing of Errors): Use @var for an argument,
4737 not @code.
4738
47392006-10-16 Richard Stallman <rms@gnu.org>
4740
4741 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4742
4743 * keymaps.texi (Format of Keymaps): Show all the keymap element
4744 patterns that result from menu items.
4745 (Key Lookup): Minor cleanups.
4746
4747 * modes.texi (Precalculated Fontification): Don't say that
4748 not setting font-lock-defaults avoids loading font-lock.
4749
4750 * help.texi (Documentation): Move xref to Emacs Manual here.
4751 (Documentation Basics): From here.
4752 Also doc emacs-lisp-docstring-fill-column.
4753
4754 * elisp.texi: Update version and ISBN.
4755
4756 * commands.texi (Interactive Call): Clarify KEYS arg to
4757 call-interactively is a vector.
4758 (Command Loop Info): Delete anchor in this-command-keys.
4759 Add anchor in this-command-keys-vector.
4760 (Recursive Editing): Document how recursive-edit
4761 handles the current buffer.
4762
47632006-10-13 Chong Yidong <cyd@stupidchicken.com>
4764
4765 * frames.texi (Frame Titles): %c and %l are ignored in
4766 frame-title-format.
4767
47682006-10-11 Richard Stallman <rms@gnu.org>
4769
4770 * keymaps.texi (Key Sequences): Clarify use of kbd.
4771
47722006-10-10 Kim F. Storm <storm@cua.dk>
4773
4774 * lists.texi (Sets And Lists): Add memql.
4775
47762006-10-03 Richard Stallman <rms@gnu.org>
4777
4778 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4779 Clarify :ascii: and :nonascii:.
4780
47812006-09-29 Juri Linkov <juri@jurta.org>
4782
4783 * modes.texi (%-Constructs): Reorder coding systems in the
4784 documentation of %z to the real order displayed in the modeline.
4785
47862006-09-25 Richard Stallman <rms@gnu.org>
4787
4788 * os.texi (Timers): Describe timer-max-repeats.
4789
47902006-09-25 Chong Yidong <cyd@stupidchicken.com>
4791
4792 * os.texi (Timers): Mention with-local-quit.
4793
47942006-09-24 Richard Stallman <rms@gnu.org>
4795
4796 * searching.texi (Searching and Matching): Mention property search.
4797
4798 * commands.texi (Command Loop Info): Explain how read-event affects
4799 this-command-keys.
4800
48012006-09-20 Richard Stallman <rms@gnu.org>
4802
4803 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4804
4805 * windows.texi (Window Start): Minor cleanups.
4806
48072006-09-20 Kim F. Storm <storm@cua.dk>
4808
4809 * windows.texi (Window Start): pos-visible-in-window-p allows
4810 specifying t for position to mean "end of window".
4811 Add window-line-height.
4812
4813 * anti.texi (Antinews): Mention window-line-height.
4814
48152006-09-19 David Kastrup <dak@gnu.org>
4816
4817 * keymaps.texi (Searching Keymaps): Small clarification.
4818
48192006-09-18 Richard Stallman <rms@gnu.org>
4820
4821 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4822 cause keyboard menus.
4823 (Menu Keymaps): Likewise.
4824 (Defining Menus, Keyboard Menus): Clarify.
4825
4826 * text.texi (Fields): Clarify explanation of constrain-to-field.
4827
48282006-09-16 Eli Zaretskii <eliz@gnu.org>
4829
4830 * variables.texi (Tips for Defining): Fix a typo.
4831
48322006-09-15 Richard Stallman <rms@gnu.org>
4833
4834 * keymaps.texi (Remapping Commands, Searching Keymaps)
4835 (Active Keymaps): Clean up previous change.
4836
48372006-09-15 Jay Belanger <belanger@truman.edu>
4838
4839 * gpl.texi: Replace "Library Public License" by "Lesser Public
4840 License" throughout.
4841
48422006-09-15 David Kastrup <dak@gnu.org>
4843
4844 * keymaps.texi (Active Keymaps): Adapt description to use
4845 `get-char-property' instead `get-text-property'. Explain how
4846 mouse events change this. Explain the new optional argument of
4847 `key-binding' and its mouse-dependent lookup.
4848 (Searching Keymaps): Adapt description similarly.
4849 (Remapping Commands): Explain the new optional argument of
4850 `command-remapping'.
4851
48522006-09-14 Richard Stallman <rms@gnu.org>
4853
4854 * keymaps.texi (Searching Keymaps): Clarification.
4855 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4856
48572006-09-13 Richard Stallman <rms@gnu.org>
4858
4859 * objects.texi (Character Type): Node split.
4860 Add xref to Describing Characters.
4861 (Basic Char Syntax, General Escape Syntax)
4862 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4863
48642006-09-11 Richard Stallman <rms@gnu.org>
4865
4866 * display.texi (Display Table Format): Wording clarification.
4867 (Glyphs): Clarifications.
4868
48692006-09-10 Chong Yidong <cyd@stupidchicken.com>
4870
4871 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4872 local maps.
4873
48742006-09-10 Kim F. Storm <storm@cua.dk>
4875
4876 * display.texi (Forcing Redisplay): Document return value of
4877 function redisplay.
4878
48792006-09-09 Richard Stallman <rms@gnu.org>
4880
4881 * windows.texi (Window Hooks): Explain limits of
4882 window-scroll-functions.
4883
4884 * display.texi (Fringe Indicators): Update for last change in
4885 indicate-buffer-boundaries.
4886
48872006-09-08 Richard Stallman <rms@gnu.org>
4888
4889 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4890
48912006-09-06 Kim F. Storm <storm@cua.dk>
4892
4893 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4894
4895 * windows.texi (Window Start): Update pos-visible-in-window-p.
4896
48972006-09-04 Richard Stallman <rms@gnu.org>
4898
4899 * processes.texi (Accepting Output): Explain SECONDS=0 for
4900 accept-process-output.
4901
4902 * os.texi (Idle Timers): Explain why timer functions should not
4903 loop until (input-pending-p).
4904
49052006-09-02 Eli Zaretskii <eliz@gnu.org>
4906
4907 * makefile.w32-in (usermanualdir): New variable.
4908 (elisp.dvi): Use it.
4909
49102006-09-01 Eli Zaretskii <eliz@gnu.org>
4911
4912 * buffers.texi (Buffer Modification): Fix last change.
4913
49142006-09-01 Chong Yidong <cyd@stupidchicken.com>
4915
5dcb4c4e
SM
4916 * buffers.texi (Buffer Modification):
4917 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4918
49192006-08-31 Richard Stallman <rms@gnu.org>
4920
4921 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4922
49232006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4924
4925 * modes.texi (Syntactic Font Lock):
4926 Mention font-lock-syntactic-face-function
4927 instead of specific faces.
4928
49292006-08-29 Chong Yidong <cyd@stupidchicken.com>
4930
4931 * display.texi (Images): Add xrref to display-images-p.
4932
49332006-08-28 Kenichi Handa <handa@m17n.org>
4934
4935 * nonascii.texi (Lisp and Coding Systems): Fix description of
4936 detect-coding-region.
4937
49382006-08-27 Michael Olson <mwolson@gnu.org>
4939
4940 * processes.texi (Transaction Queues): Remove stray quote
4941 character.
4942
49432006-08-25 Richard Stallman <rms@gnu.org>
4944
4945 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4946 Add xref.
4947
49482006-08-24 Chong Yidong <cyd@stupidchicken.com>
4949
4950 * os.texi (Timers): Avoid waiting inside timers.
4951
49522006-08-21 Lute Kamstra <lute@gnu.org>
4953
4954 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4955
49562006-08-20 Richard Stallman <rms@gnu.org>
4957
4958 * os.texi (Idle Timers): New node, split out from Timers.
4959 Document current-idle-time.
4960 * commands.texi (Reading One Event): Update xref.
4961 * elisp.texi (Top): Update subnode menu.
4962
49632006-08-16 Richard Stallman <rms@gnu.org>
4964
4965 * keymaps.texi (Extended Menu Items): Show format of cached
4966 bindings in extended menu items.
4967
4968 * customize.texi (Variable Definitions): Explain when the
4969 standard value expression is evaluated.
4970
49712006-08-15 Chong Yidong <cyd@stupidchicken.com>
4972
4973 * commands.texi (Reading One Event): Explain idleness in
4974 `read-event'.
4975
49762006-08-12 Chong Yidong <cyd@stupidchicken.com>
4977
4978 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4979 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4980 relevant for Lisp programming.
4981 (Yank Commands): Rewrite introduction.
4982 (Undo): Clarify.
4983 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4984 (Filling): Remove redundant comment. Clarify return value of
4985 current-justification.
4986 (Margins): Minor clarifications.
4987 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4988 (Sorting): Update definition of sort-lines.
4989 (Columns): Clarify behavior of sort-columns.
4990 (Indent Tabs): Link to Tab Stops in Emacs manual.
4991 (Special Properties): Clarify.
4992 (Clickable Text): Mention Buttons package.
4993
49942006-08-12 Kevin Ryde <user42@zip.com.au>
4995
4996 * os.texi (Time Parsing): Add %z to description of
4997 format-time-string, as per docstring. Add cross reference to
4998 glibc manual for strftime.
4999
50002006-08-08 Richard Stallman <rms@gnu.org>
5001
5002 * modes.texi: Clean up wording in previous change.
5003
50042006-08-07 Chong Yidong <cyd@stupidchicken.com>
5005
5006 * modes.texi (Hooks): Clarify.
5007 (Major Mode Basics): Mention define-derived-mode explicitly.
5008 (Major Mode Conventions): Rebinding RET is OK for some modes.
5009 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5010 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5011 (Mode Line Basics): Clarify.
5012 (Mode Line Data): Mention help-echo and local-map in strings.
5013 Explain reason for treatment of non-risky variables.
5014 (Properties in Mode): Clarify.
5015 (Faces for Font Lock): Add font-lock-negation-char-face.
5016
50172006-08-04 Eli Zaretskii <eliz@gnu.org>
5018
5019 * strings.texi (Formatting Strings): Warn against arbitrary
5020 strings as first arg to `format'.
5021
50222006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5023
5024 * text.texi (Clickable Text): Mention `help-echo' text property.
5025 Update intro, examples and associated explanations.
5026
50272006-07-31 Richard Stallman <rms@gnu.org>
5028
5029 * commands.texi: Update xrefs.
5030 (Event Mod): New node, cut out from old Translating Input.
5031
5032 * maps.texi: Update xrefs.
5033
5034 * keymaps.texi (Translation Keymaps): New node.
5035 Update xrefs from Translating Input to Translation Keymaps.
5036
5037 * elisp.texi (Top): Update subnode menu.
5038
5039 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5040
5041 * os.texi (System Interface): Fix menu descriptions of some nodes.
5042 (Translating Input): Node deleted.
5043
50442006-07-31 Nick Roberts <nickrob@snap.net.nz>
5045
5046 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5047
5048 * lists.texi (Sets And Lists): Likewise.
5049
50502006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5051
5052 * text.texi (Fields): Mention POS
5053 requirement when narrowing is in effect.
5054
50552006-07-28 Richard Stallman <rms@gnu.org>
5056
5057 * display.texi (Face Attributes): Simplify wording.
5058 (Attribute Functions): Clarify meaning of new-frame default
5059 attribute settings.
5060
5061 * customize.texi (Common Keywords): Document how to use
5062 :package-version in a package not in Emacs.
5063
50642006-07-28 Kim F. Storm <storm@cua.dk>
5065
5066 * commands.texi (Reading One Event): Fix last change.
5067
50682006-07-26 Chong Yidong <cyd@stupidchicken.com>
5069
5070 * commands.texi (Reading One Event): Document SECONDS argument for
5071 read-event, read-char, and read-char-exclusive.
5072
50732006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5076 to ensure correct identification.
5077
50782006-07-24 Richard Stallman <rms@gnu.org>
5079
5080 * text.texi (Clickable Text): Clarify.
5081
5082 * sequences.texi (Vector Functions): Delete duplicate xref.
5083
5084 * objects.texi (Function Type): Clarify.
5085
5086 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5087 modes.
5088
5089 * lists.texi (List Variables): New node.
5090 Material moved from other nodes.
5091
5092 * variables.texi (Setting Variables): add-to-list and
5093 add-to-ordered-list moved to List Variables node.
5094
50952006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5096
5097 * text.texi (Links and Mouse-1):
5098 For mouse-on-link-p, expand on arg POS.
5099
51002006-07-21 Kim F. Storm <storm@cua.dk>
5101
5102 * display.texi (Forcing Redisplay): Don't mention systems which
5103 don't support sub-second timers for redisplay-preemption-period.
5104
5105 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5106
51072006-07-21 Eli Zaretskii <eliz@gnu.org>
5108
5109 * frames.texi (Input Focus): Document that focus-follows-mouse has
5110 no effect on MS-Windows.
5111
51122006-07-18 Richard Stallman <rms@gnu.org>
5113
5114 * display.texi (Forcing Redisplay): Cleanups in previous change.
5115
5116 * processes.texi (Low-Level Network): Make menu more convenient.
5117
51182006-07-18 Kim F. Storm <storm@cua.dk>
5119
5120 * display.texi (Forcing Redisplay): redisplay-preemption-period
5121 only used on window systems. Add xref to Terminal Output.
5122
5123 * os.texi (Terminal Output): baud-rate only controls preemption on
5124 non-window systems. Add xref to Forcing Redisplay.
5125
5126 * processes.texi (Low-Level Network): Rename node "Make Network"
5127 to "Network Processes".
5128
51292006-07-18 Karl Berry <karl@gnu.org>
5130
5131 * variables.texi, functions.texi, customize.texi, loading.texi:
5132 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5133
51342006-07-17 Chong Yidong <cyd@stupidchicken.com>
5135
5136 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5137
51382006-07-17 Richard Stallman <rms@gnu.org>
5139
5140 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5141 Put period and comma inside quotes.
5142
5143 * loading.texi, markers.texi: Use real doublequote inside menus.
5144
5145 * windows.texi: Put point and comma inside quotes.
5146 (Textual Scrolling): Use @samp for error message.
5147
5148 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5149 * strings.texi, streams.texi, processes.texi, os.texi:
5150 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5151 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5152 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5153 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5154 Put point and comma inside quotes.
5155
5156 * control.texi (Processing of Errors): Add command-error-function.
5157
5158 * variables.texi (File Local Variables): Clarify that
5159 file local variables make buffer-local bindings.
5160
5161 * modes.texi (Syntactic Font Lock): Give default for
5162 font-lock-syntax-table.
5163
51642006-07-17 Nick Roberts <nickrob@snap.net.nz>
5165
5166 * text.texi (Special Properties): Clean up previous change.
5167
51682006-07-16 Karl Berry <karl@gnu.org>
5169
5170 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5171 * control.texi: Fix bad page breaks through chapter 10 (control).
5172
5173 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5174 underfull hbox.
5175
51762006-07-15 Nick Roberts <nickrob@snap.net.nz>
5177
5178 * text.texi (Special Properties): Describe fontified text property
5179 in relation to a character (not text).
5180
51812006-07-15 Kim F. Storm <storm@cua.dk>
5182
5183 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5184 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5185 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5186
5187 * anti.texi (Antinews): Mention redisplay function.
5188 The kbd macro existed, but was not documented, before 22.x.
5189 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5190
51912006-07-14 Nick Roberts <nickrob@snap.net.nz>
5192
5193 * display.texi (Displaying Messages): Add anchor.
5194
5195 * frames.texi (Dialog Boxes): Use it.
5196
51972006-07-12 Richard Stallman <rms@gnu.org>
5198
5199 * objects.texi (Frame Type): Explain nature of frames better.
5200
5201 * frames.texi (Frames): Explain nature of frames better.
5202
52032006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5204
5205 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5206
52072006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5208
5209 * frames.texi (Window System Selections): Mention scrap support for Mac.
5210 Default value of x-select-enable-clipboard is t on Mac.
5211
5212 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5213
52142006-07-11 Kim F. Storm <storm@cua.dk>
5215
5216 * display.texi (Forcing Redisplay): Add `redisplay' function.
5217 Don't mention (sit-for -1) -- use (redisplay t) instead.
5218
5219 * commands.texi (Waiting): (sit-for -1) is no longer special.
5220 (sit-for 0) is equivalent to (redisplay).
5221 Iconifying/deiconifying no longer makes sit-for return.
5222
52232006-07-10 Nick Roberts <nickrob@snap.net.nz>
5224
5225 * display.texi (Buttons): Fix typo.
5226
5227 * index.texi, elisp.texi (New Symbols): Comment node out.
5228
52292006-07-09 Richard Stallman <rms@gnu.org>
5230
5231 * display.texi (Truncation): Clean up previous change.
5232
52332006-07-08 Richard Stallman <rms@gnu.org>
5234
5235 * commands.texi (Interactive Call): Use 3 as prefix in example
5236 for execute-extended-command.
5237
5238 * display.texi (Attribute Functions): Move paragraph about
5239 compatibility with Emacs < 21.
5240
52412006-07-09 Kim F. Storm <storm@cua.dk>
5242
5243 * display.texi (Refresh Screen): Clarify force-window-update.
5244 (Truncation): "Normally" indicated by fringe arrows.
5245
52462006-07-08 Eli Zaretskii <eliz@gnu.org>
5247
5248 * windows.texi (Textual Scrolling, Resizing Windows):
5249 * variables.texi (Constant Variables):
5250 * text.texi (Buffer Contents, Deletion, Changing Properties)
5251 (Property Search, Special Properties, Sticky Properties)
5252 (Links and Mouse-1, Fields, Change Hooks):
5253 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5254 (Categories):
5255 * symbols.texi (Other Plists):
5256 * streams.texi (Output Variables):
5257 * processes.texi (Input to Processes, Query Before Exit):
5258 * positions.texi (Word Motion, Text Lines, List Motion):
5259 * os.texi (Init File, System Environment, Sound Output)
5260 (Session Management):
5261 * nonascii.texi (Text Representations, Character Sets)
5262 (Chars and Bytes, Locales):
5263 * modes.texi (Defining Minor Modes, Header Lines):
5264 * minibuf.texi (Minibuffer Contents):
5265 * markers.texi (Information from Markers):
5266 * lists.texi (List Elements, Building Lists, Association Lists):
5267 * keymaps.texi (Tool Bar):
5268 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5269 * functions.texi (What Is a Function, Mapping Functions):
5270 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5271 (Color Names, Text Terminal Colors, Display Feature Testing):
5272 * files.texi (Visiting Functions, File Name Components)
5273 (Unique File Names, Contents of Directories):
5274 * display.texi (Forcing Redisplay, Displaying Messages)
5275 (Temporary Displays, Font Selection, Auto Faces)
5276 (Font Lookup, Fringe Indicators, Display Margins)
5277 (Image Descriptors, Showing Images, Image Cache, Button Types)
5278 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5279 (Display Table Format, Glyphs):
5280 * control.texi (Iteration):
5281 * commands.texi (Command Loop Info, Adjusting Point):
5282 * backups.texi (Making Backups, Auto-Saving):
5283 Remove @tindex entries.
5284
52852006-07-07 Kim F. Storm <storm@cua.dk>
5286
5287 * display.texi (Fringe Cursors): Fix typo.
5288 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5289 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5290
52912006-07-05 Richard Stallman <rms@gnu.org>
5292
5293 * text.texi (Buffer Contents): Add example of text props
5294 in result of buffer-substring.
5295 (Text Properties): Explain better about use of specific property names.
5296 (Property Search): Some cleanups; reorder some functions.
5297
5298 * keymaps.texi (Changing Key Bindings): Cleanup.
5299 Add xref to Key Binding Conventions.
5300
5301 * display.texi (Attribute Functions): Add examples for
5302 face-attribute-relative-p.
5303
5304 * tips.texi (Coding Conventions): Cleanup last change.
5305
53062006-07-05 Karl Berry <karl@gnu.org>
5307
5308 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5309 Remove @setchapternewpage odd.
5310 Result is 1013 pages, down from 1100.
5311
5312 * anti.texi, customize.texi, display.texi, internals.texi:
5313 * minibuf.texi, modes.texi, tips.texi:
5314 Fix overfull/underfull boxes.
5315
53162006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5317
5318 * edebug.texi (Instrumenting):
5319 Add Edebug-specific findex for eval-buffer.
5320 * loading.texi (Loading):
5321 Replace eval-current-buffer with eval-buffer.
5322
53232006-06-30 Nick Roberts <nickrob@snap.net.nz>
5324
5325 * locals.texi (Standard Buffer-Local Variables): Update the list
5326 of variables.
5327
53282006-06-26 Nick Roberts <nickrob@snap.net.nz>
5329
5330 * files.texi (File Name Completion): Point user to the node
5331 "Reading File Names".
5332
53332006-06-24 Eli Zaretskii <eliz@gnu.org>
5334
5335 * files.texi (Contents of Directories): Document case-insensitive
5336 behavior on respective filesystems.
5337
5338 * objects.texi (Character Type): Document that Emacs signals an
5339 error for unsupported Unicode characters specified as \uNNNN.
5340
53412006-06-19 Richard Stallman <rms@gnu.org>
5342
5343 * processes.texi (Bindat Spec): Clarify previous change.
5344
53452006-06-16 Richard Stallman <rms@gnu.org>
5346
5347 * tips.texi (Coding Conventions): Better explain conventions
5348 for definition constructs.
5349
5350 * text.texi (Special Properties): String value of `read-only'
5351 serves as the error message.
5352
5353 * objects.texi (Character Type): Clarify prev. change.
5354 (Non-ASCII in Strings): Mention \u and \U.
5355
5356 * commands.texi (Using Interactive): Explain problem of
5357 markers, etc., in command-history.
5358
53592006-06-14 Kim F. Storm <storm@cua.dk>
5360
5361 * commands.texi (Waiting): Negative arg to sit-for forces
5362 redisplay even if input is pending.
5363
5364 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5365 redisplay. Remove incorrect example of binding redisplay-dont-pause
5366 around (sit-for 0).
5367
53682006-06-13 Richard Stallman <rms@gnu.org>
5369
5370 * display.texi (Forcing Redisplay): Clarify previous change.
5371
53722006-06-13 Romain Francoise <romain@orebokech.com>
5373
5374 * display.texi (Forcing Redisplay): Fix typo.
5375
53762006-06-13 Kim F. Storm <storm@cua.dk>
5377
5378 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5379
53802006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5381
5382 * tips.texi (Coding Conventions): Add `@end itemize'.
5383
53842006-06-10 Richard Stallman <rms@gnu.org>
5385
5386 * tips.texi (Coding Conventions): Explain use of coding systems
5387 to ensure one decoding for strings.
5388
53892006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5390
5391 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5392 syntax.
5393
53942006-06-07 Eli Zaretskii <eliz@gnu.org>
5395
5396 * display.texi (Font Selection): Remove description of
5397 clear-face-cache.
5398
5399 * compile.texi (Eval During Compile): Fix a typo. Add index
5400 entries for possible uses of eval-when-compile.
5401
54022006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5403
5404 * display.texi (Abstract Display): Fix typo.
5405
54062006-06-03 Eli Zaretskii <eliz@gnu.org>
5407
5408 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5409 Reword variable's description.
5410
54112006-06-01 Richard Stallman <rms@gnu.org>
5412
5413 * windows.texi (Splitting Windows): Clarify splitting nonselected
5414 window.
5415
54162006-05-31 Juri Linkov <juri@jurta.org>
5417
5418 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5419
54202006-05-30 Richard Stallman <rms@gnu.org>
5421
5422 * display.texi (Line Height): Fix errors in description of
10d1d0af 5423 default line height and line-height property.
b8d4c8d0
GM
5424
5425 * nonascii.texi (Default Coding Systems): Further clarification.
5426
54272006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5428
5429 * internals.texi (Pure Storage): Mention that an overflow in pure
5430 space causes a memory leak.
5431 (Garbage Collection): If there was an overflow in pure space,
5432 `garbage-collect' returns nil.
5433
54342006-05-30 Eli Zaretskii <eliz@gnu.org>
5435
5436 * nonascii.texi (Default Coding Systems): Fix it some more.
5437
54382006-05-29 Eli Zaretskii <eliz@gnu.org>
5439
5440 * nonascii.texi (Default Coding Systems): Fix last change.
5441
54422006-05-29 Kenichi Handa <handa@m17n.org>
5443
5444 * nonascii.texi (find-operation-coding-system): Describe the new
5445 argument format (FILENAME . BUFFER).
5446
54472006-05-28 Richard Stallman <rms@gnu.org>
5448
5449 * tips.texi (Coding Conventions): Better explain reasons not to
5450 advise other packages or use `eval-after-load'.
5451
54522006-05-29 Kim F. Storm <storm@cua.dk>
5453
5454 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5455 `bindat-idx' and `bindat-raw' for clarity.
5456
54572006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5458
5459 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5460
5461 * display.texi (Display): Add "Abstract Display" to menu.
5462 (Abstract Display, Abstract Display Functions)
5463 (Abstract Display Example): New nodes.
5464 * elisp.texi (Top): Add "Abstract Display" to menu.
5465
54662006-05-27 Chong Yidong <cyd@stupidchicken.com>
5467
5468 * keymaps.texi (Key Sequences): Link to input events definition.
5469 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5470
5471 * files.texi (Changing Files): Document updated argument list for
5472 copy-file.
5473
54742006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5475
5476 * processes.texi (Bindat Functions): Explain term "total length".
5477 Use it in bindat-length and bindat-pack descriptions.
5478
54792006-05-26 Eli Zaretskii <eliz@gnu.org>
5480
5481 * tips.texi (Coding Conventions): Advise against using
5482 eval-after-load in packages. Add an index entry.
5483
54842006-05-25 Juri Linkov <juri@jurta.org>
5485
5486 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5487
5488 * modes.texi (%-Constructs): Add %e, %z, %Z.
5489
54902006-05-25 Richard Stallman <rms@gnu.org>
5491
5492 * elisp.texi (Top): Update subnode menu.
5493
5494 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5495 (Keymaps): Update menu.
5496
54972006-05-25 Chong Yidong <cyd@stupidchicken.com>
5498
5499 * keymaps.texi (Key Sequences): Some clarifications.
5500
55012006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5502
5503 * processes.texi (Bindat Functions): Say "unibyte string"
5504 explicitly for bindat-unpack and bindat-pack descriptions.
5505 (Bindat Examples): Don't call `string-make-unibyte' in example.
5506
55072006-05-25 Chong Yidong <cyd@stupidchicken.com>
5508
5dcb4c4e 5509 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5510 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5511
5512 * keymaps.texi (Changing Key Bindings):
dd7b651b 5513 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5514 * help.texi (Describing Characters): Refer to it.
5515
55162006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5517
5518 * frames.texi (Pointer Shape): @end table -> @end defvar.
5519
55202006-05-22 Richard Stallman <rms@gnu.org>
5521
5522 * elisp.texi (Top): Update subnode menus.
5523
5524 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5525 Contents rewritten; material from old Pointer Shape node moved here.
5526
5527 * display.texi (Pointer Shape): Node deleted.
5528 (Image Descriptors): Minor cleanup.
5529
55302006-05-21 Richard Stallman <rms@gnu.org>
5531
5532 * syntax.texi (Parsing Expressions): Update info on which STATE
5533 elements are ignored.
5534
55352006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5536
5537 * hooks.texi (Standard Hooks): Correct typo.
5538
5539 * gpl.texi (GPL): ifinfo -> ifnottex.
5540
55412006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5542
5543 * searching.texi (Simple Match Data): Warn about match data being
5544 set anew by every search.
5545
55462006-05-17 Richard Stallman <rms@gnu.org>
5547
5548 * minibuf.texi (Minibuffer History): Clarify.
5549
5550 * searching.texi (Regexp Special): Clarify nested regexp warning.
5551
55522006-05-16 Kim F. Storm <storm@cua.dk>
5553
5554 * minibuf.texi (Minibuffer History): Update add-to-history.
5555
55562006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5557
5dcb4c4e
SM
5558 * nonascii.texi (Explicit Encoding):
5559 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5560
55612006-05-14 Richard Stallman <rms@gnu.org>
5562
5563 * buffers.texi (Creating Buffers): Cleanup.
5564
5565 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5566
55672006-05-13 Eli Zaretskii <eliz@gnu.org>
5568
5569 * buffers.texi (Current Buffer): Document that with-temp-buffer
5570 disables undo.
5571
5572 * os.texi (Terminal-Specific): More accurate description of how
5573 Emacs searches for the terminal-specific libraries.
5574
55752006-05-12 Eli Zaretskii <eliz@gnu.org>
5576
5577 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5578 emacs-xtra to @inforef's.
5579
5580 * text.texi (Undo): Document that undo is turned off in buffers
5581 whose names begin with a space.
5582
5583 * buffers.texi (Buffer Names): Add index entries for buffers whose
5584 names begin with a space.
5585 (Creating Buffers): Document that undo is turned off in buffers
5586 whose names begin with a space.
5587
5588 * files.texi (Visiting Functions, Reading from Files)
5589 (Saving Buffers): Mention code and EOL conversions by file I/O
5590 primitives and subroutines.
5591
f4e90db0
SM
5592 * nonascii.texi (Lisp and Coding Systems):
5593 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5594
5595 * display.texi (Defining Faces): Mention `mac', and add an xref to
5596 where window-system is described.
5597
55982006-05-10 Richard Stallman <rms@gnu.org>
5599
5600 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5601
56022006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5603
5604 * variables.texi (File Local Variables): Recommend to quote lambda
5605 expressions in safe-local-variable property.
5606
56072006-05-09 Richard Stallman <rms@gnu.org>
5608
5dcb4c4e
SM
5609 * variables.texi (File Local Variables):
5610 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5611
56122006-05-07 Kim F. Storm <storm@cua.dk>
5613
5614 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5615 from add-to-history.
5616
56172006-05-07 Romain Francoise <romain@orebokech.com>
5618
5619 * commands.texi (Event Input Misc):
5620 * compile.texi (Eval During Compile):
5621 * internals.texi (Buffer Internals):
5622 * minibuf.texi (Initial Input):
5623 * nonascii.texi (Scanning Charsets):
5624 * numbers.texi (Comparison of Numbers):
5625 * windows.texi (Textual Scrolling, Vertical Scrolling):
5626 Fix various typos.
5627
56282006-05-06 Eli Zaretskii <eliz@gnu.org>
5629
5630 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5631 conditional xref's to either emacs or emacs-xtra, depending on
5632 @iftex/@ifnottex.
5633
5634 * minibuf.texi (Minibuffer History): Document add-to-history.
5635
56362006-05-05 Eli Zaretskii <eliz@gnu.org>
5637
5638 * internals.texi (Pure Storage): Mention the pure overflow message
5639 at startup.
5640
c8763fb6 56412006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5642
5643 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5644 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5645 search.
5646
56472006-05-01 Richard Stallman <rms@gnu.org>
5648
5649 * intro.texi (nil and t): Clarify.
5650
5651 * variables.texi (File Local Variables): Suggest using booleanp.
5652
56532006-05-01 Juanma Barranquero <lekktu@gmail.com>
5654
5655 * objects.texi (Type Predicates): Fix typos.
5656
56572006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5658
5659 * intro.texi (nil and t): Add booleanp.
5660
5661 * objects.texi (Type Predicates): Add links for booleanp and
5662 string-or-null-p.
5663
56642006-04-29 Richard Stallman <rms@gnu.org>
5665
5666 * modes.texi (Multiline Font Lock): Rename from
5667 Multi line Font Lock Elements. Much clarification.
5668 (Font Lock Multiline, Region to Fontify): Much clarification.
5669
56702006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5671
5672 * variables.texi (File Local Variables): Remove the special case t for
5673 safe-local-variable.
5674
56752006-04-26 Richard Stallman <rms@gnu.org>
5676
5677 * syntax.texi (Parsing Expressions): Minor cleanup.
5678
56792006-04-18 Richard Stallman <rms@gnu.org>
5680
5681 * tips.texi (Coding Conventions): Explain when the package's
5682 prefix should appear later on (not at the start of the name).
5683
5684 * searching.texi (String Search): Clarify effect of NOERROR.
5685
5686 * modes.texi (Imenu): Clarify what special items do.
5687
5688 * hooks.texi (Standard Hooks): Delete text about old hook names.
5689
56902006-04-17 Romain Francoise <romain@orebokech.com>
5691
5692 * variables.texi (Local Variables): Update the default value of
5693 `max-specpdl-size'.
5694
56952006-04-15 Michael Olson <mwolson@gnu.org>
5696
5697 * processes.texi (Transaction Queues): Mention the new optional
5698 `delay-question' argument for `tq-enqueue'.
5699
57002006-04-13 Bill Wohler <wohler@newt.com>
5701
5702 * customize.texi (Common Keywords): Use dotted notation for
5703 :package-version value. Specify its values. Improve documentation
5704 for customize-package-emacs-version-alist.
5705
57062006-04-12 Bill Wohler <wohler@newt.com>
5707
5708 * customize.texi (Common Keywords): Move description of
5709 customize-package-emacs-version-alist to @defvar.
5710
57112006-04-10 Bill Wohler <wohler@newt.com>
5712
5713 * customize.texi (Common Keywords): Add :package-version.
5714
57152006-04-10 Kim F. Storm <storm@cua.dk>
5716
5717 * text.texi (Buffer Contents): Add NOPROPS arg to
5718 filter-buffer-substring.
5719
57202006-04-08 Kevin Ryde <user42@zip.com.au>
5721
5722 * os.texi (Command-Line Arguments): Update xref to emacs manual
5723 "Command Arguments" -> "Emacs Invocation", per change there.
5724
57252006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5726
5727 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5728 be on one line to help makeinfo not render two spaces after the dot.
5729
57302006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5731
5732 * strings.texi (Predicates for Strings): Add string-or-null-p.
5733
57342006-03-28 Kim F. Storm <storm@cua.dk>
5735
5736 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5737 remarks about systems that don't support fractional seconds.
5738
57392006-03-25 Karl Berry <karl@gnu.org>
5740
5741 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5742 the year list.
5743
57442006-03-21 Nick Roberts <nickrob@snap.net.nz>
5745
5746 * display.texi (Fringe Indicators): Fix typos.
5747
57482006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5749
5750 * tips.texi (Documentation Tips): One can now also write `program'
5751 in front of a quoted symbol in a docstring to prevent making a
5752 hyperlink.
5753
57542006-03-19 Alan Mackenzie <acm@muc.de>
5755
5756 * text.texi (Special Properties): Clarify `fontified' property.
5757
57582006-03-16 Richard Stallman <rms@gnu.org>
5759
5760 * display.texi (Defining Images): Minor cleanup.
5761
57622006-03-16 Bill Wohler <wohler@newt.com>
5763
5764 * display.texi (Defining Images): In image-load-path-for-library,
5765 prefer user's images.
5766
57672006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5768
5769 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5770
57712006-03-15 Bill Wohler <wohler@newt.com>
5772
5773 * display.texi (Defining Images): Fix example in
5774 image-load-path-for-library by not recommending that one binds
5775 image-load-path. Just defvar it to placate compiler and only use
5776 it if previously defined.
5777
57782006-03-14 Bill Wohler <wohler@newt.com>
5779
5780 * display.texi (Defining Images): In image-load-path-for-library,
5781 always return list of directories. Update example.
5782
57832006-03-14 Alan Mackenzie <acm@muc.de>
5784
5785 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5786 This describes font-lock-extend-region-function.
5787 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5788 the new node "Region to Fontify".
5789
57902006-03-13 Richard Stallman <rms@gnu.org>
5791
5792 * display.texi (Invisible Text): The impossible position is
5793 now before the invisible text, not after.
5794 (Defining Images): Clean up last change.
5795
57962006-03-11 Bill Wohler <wohler@newt.com>
5797
5798 * display.texi (Defining Images): Add image-load-path-for-library.
5799
58002006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5801
5802 * text.texi (Adaptive Fill): Fix Texinfo usage.
5803
5804 * strings.texi (Creating Strings): Fix Texinfo usage.
5805
5806 * searching.texi (Regexp Special): Use @samp for regular
5807 expressions that are not in Lisp syntax.
5808
58092006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5810
5811 * searching.texi (Regexp Special): Put remark between parentheses
5812 to avoid misreading.
5813
58142006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5815
5816 * searching.texi (Syntax of Regexps): More accurately describe
5817 which characters are special in which situations.
5818 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5819 are not special. Describe in detail when `[' and `]' are special.
5820 (Regexp Backslash): Plenty of regexps with unbalanced square
5821 brackets are valid, so reword that statement.
5822
58232006-03-02 Kim F. Storm <storm@cua.dk>
5824
5825 * keymaps.texi (Tool Bar): Add tool-bar-border.
5826
58272006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5828
5829 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5830
58312006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5832
5833 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5834
5835 * files.texi (Locating Files): Suggest additional values for the
5836 SUFFIXES arg of `locate-file'. Update pxref.
5837
5838 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5839 (How Programs Do Loading): Discuss the effects of Auto Compression
5840 mode on `load'.
5841 (Load Suffixes): New node.
5842 (Library Search): Delete description of `load-suffixes'; it was
5843 moved to "Load Suffixes".
5844 (Autoload, Named Features): Mention `load-suffixes'.
5845
58462006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5847
5848 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5849
5850 * windows.texi (Window Tree): Fix typo.
5851
58522006-02-20 Kim F. Storm <storm@cua.dk>
5853
5854 * display.texi (Fringe Indicators): New section.
5855 Move indicate-empty-lines, indicate-buffer-boundaries, and
5856 default-indicate-buffer-boundaries here.
5857 Add fringe-indicator-alist and default-fringes-indicator-alist.
5858 Add list of logical fringe indicator symbols.
5859 Update list of standard bitmap names.
5860 (Fringe Cursors): New section.
5861 Move overflow-newline-into-fringe here.
5862 Add fringe-cursor-alist and default-fringes-cursor-alist.
5863 Add list of fringe cursor symbols.
5864
58652006-02-20 Juanma Barranquero <lekktu@gmail.com>
5866
5867 * commands.texi (Using Interactive): Fix reference to node
5868 "Minibuffers".
5869
58702006-02-19 Richard M. Stallman <rms@gnu.org>
5871
5872 * minibuf.texi (High-Level Completion):
5873 Add xref to read-input-method-name.
5874
5875 * files.texi (Relative File Names): Move file-relative-name here.
5876 (File Name Expansion): From here. Minor clarifications.
5877
5878 * commands.texi (Using Interactive): Add xrefs about reading input.
5879 Clarify remarks about that moving point and mark.
5880 Put string case before list case.
5881
c8763fb6 58822006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5883
5884 * display.texi (Other Display Specs, Image Descriptors):
5885 Revert erroneous changes. The previous description of
5886 image-descriptors as `(image . PROPS)' was correct.
5887
58882006-02-14 Richard M. Stallman <rms@gnu.org>
5889
5890 * variables.texi (File Local Variables): Clarifications.
5891
58922006-02-14 Juanma Barranquero <lekktu@gmail.com>
5893
5894 * variables.texi (File Local Variables): Use @code for a cons
5895 cell, not @var.
5896
58972006-02-13 Chong Yidong <cyd@stupidchicken.com>
5898
5899 * variables.texi (File Local Variables): Document new file local
5900 variable behavior.
5901
59022006-02-10 Kim F. Storm <storm@cua.dk>
5903
5904 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5905
59062006-02-08 Juanma Barranquero <lekktu@gmail.com>
5907
5908 * modes.texi (%-Constructs): Remove obsolete info about
5909 `global-mode-string'.
5910
59112006-02-07 Richard M. Stallman <rms@gnu.org>
5912
5913 * commands.texi (Prefix Command Arguments): Minor cleanup.
5914
5915 * display.texi: "Graphical display", not window system.
5916
5917 * functions.texi (What Is a Function): Fix xref.
5918
5919 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5920 (Changing Key Bindings): Clarify when remapping is better than
5921 substitute-key-definition.
5922
59232006-02-02 Richard M. Stallman <rms@gnu.org>
5924
5925 * minibuf.texi (Basic Completion): Completion alists are risky.
5926
5927 * keymaps.texi (Active Keymaps): Clarifications.
5928 (Searching Keymaps): New node.
5929 (Keymaps): Update menu.
5930
5931 * frames.texi (Layout Parameters): Minor clarification.
5932 (Drag and Drop): New node.
5933 (Frames): Update menu.
5934
59352006-01-29 Chong Yidong <cyd@stupidchicken.com>
5936
5937 * display.texi (Other Display Specs, Image Descriptors):
5938 Image description is a list, not a cons cell.
5939
59402006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5941
5942 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5943 list is not necessarily a list).
5944
59452006-01-27 Eli Zaretskii <eliz@gnu.org>
5946
5947 * frames.texi (Layout Parameters): border-width and
5948 internal-border-width belong to the frame, not the window.
5949
59502006-01-19 Richard M. Stallman <rms@gnu.org>
5951
5952 * nonascii.texi (Translation of Characters): Search cmds use
5953 translation-table-for-input. Automatically made local.
5954
5955 * markers.texi (Overview of Markers): Count insertion type
5956 as one of a marker's attributes.
5957
5958 * keymaps.texi (Controlling Active Maps): New node, split out of
5959 Active Keymaps.
5960 (Keymaps): Menu updated.
5961 (Active Keymaps): Give pseudocode to explain how the active
5962 maps are searched. current-active-maps and key-binding moved here.
5963 (Functions for Key Lookup): current-active-maps and key-binding moved.
5964 Clarifications.
5965 (Searching the Keymaps): New subnode.
5966
5967 * elisp.texi (Top): Menu clarification.
5968
5969 * display.texi (Other Display Specs): Delete duplicate entry for
5970 just a string as display spec. Move text about recursive display
5971 specs on such a string.
5972
5973 * commands.texi (Key Sequence Input): Clarify.
5974 Move num-nonmacro-input-events out.
5975 (Reading One Event): num-nonmacro-input-events moved here.
5976
59772006-01-14 Nick Roberts <nickrob@snap.net.nz>
5978
5979 * advice.texi (Simple Advice): Update example to fit argument
5980 change in previous-line.
5981
59822006-01-05 Richard M. Stallman <rms@gnu.org>
5983
5984 * markers.texi (The Mark): Fix in `mark'.
5985
59862006-01-04 Richard M. Stallman <rms@gnu.org>
5987
5988 * processes.texi (Misc Network, Make Network): Minor cleanups.
5989
59902006-01-04 Kim F. Storm <storm@cua.dk>
5991
5992 * processes.texi (Make Network): Add IPv6 addresses and handling.
5993 (Network Feature Testing): Mention (:family ipv6).
5994 (Misc Network): Add IPv6 formats to format-network-address.
5995
59962005-12-30 Richard M. Stallman <rms@gnu.org>
5997
5998 * text.texi (Changing Properties):
5999 Don't use return value of set-text-properties.
6000
60012005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6002
6003 * modes.texi (Mode Line Format): Correct typo in menu.
6004
60052005-12-29 Richard M. Stallman <rms@gnu.org>
6006
6007 * modes.texi (Mode Line Top): New node.
6008 (Mode Line Data): Some text moved to new node.
6009 Explain the data structure more concretely.
6010 (Mode Line Basics): Clarifications.
6011 (Mode Line Variables): Clarify intro paragraph.
6012 (%-Constructs): Clarify intro paragraph.
6013 (Mode Line Format): Update menu.
6014
60152005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6016
6017 * minibuf.texi (Basic Completion): Update lazy-completion-table
6018 examples for removal of ARGS argument.
6019
60202005-12-23 Richard M. Stallman <rms@gnu.org>
6021
6022 * text.texi (Undo): Restore some explanation from the version
6023 that was deleted.
6024
60252005-12-23 Eli Zaretskii <eliz@gnu.org>
6026
6027 * text.texi (Undo): Remove duplicate descriptions of `apply
6028 funname' and `apply delta' elements of the undo list.
6029
60302005-12-20 Richard M. Stallman <rms@gnu.org>
6031
6032 * help.texi (Help Functions): Update documentation of `apropos'.
6033
60342005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6035
6036 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6037 because it is confusing. If the :help-echo keyword is a function,
6038 it is not directly used as the :help-echo overlay property, as the
6039 xref seems to suggest (it does not take the appropriate args).
6040
60412005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6042
6043 * customize.texi (Common Keywords): Fix Texinfo usage.
6044 (Group Definitions, Variable Definitions): Update for new
6045 conventions for using `*' in docstrings.
6046
6047 * tips.texi (Documentation Tips): Update for new conventions for
6048 using `*' in docstrings.
6049
60502005-12-16 Richard M. Stallman <rms@gnu.org>
6051
6052 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6053
60542005-12-16 Juri Linkov <juri@jurta.org>
6055
6056 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6057
60582005-12-14 Romain Francoise <romain@orebokech.com>
6059
6060 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6061 Fix typo.
6062
60632005-12-11 Juri Linkov <juri@jurta.org>
6064
6065 * minibuf.texi (Completion Commands): Add mention of read-file-name
6066 for filename completion keymaps.
6067 (Reading File Names): Add mention of filename completion keymaps
6068 for read-file-name and xref to `Completion Commands'.
6069
60702005-12-10 Richard M. Stallman <rms@gnu.org>
6071
6072 * customize.texi (Common Keywords): State caveats for use of :tag.
6073
60742005-12-08 Richard M. Stallman <rms@gnu.org>
6075
6076 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6077 with xrefs and better explanation.
6078 (Completion Commands): Add the filename completion maps.
6079
6080 * objects.texi (Character Type): Clarify that \s is not space
6081 if a dash follows.
6082
60832005-12-05 Richard M. Stallman <rms@gnu.org>
6084
6085 * windows.texi (Resizing Windows): Delete preserve-before args.
6086
60872005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6088
6089 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6090 in full keymaps, since the quirk has been fixed.
6091
60922005-12-03 Eli Zaretskii <eliz@gnu.org>
6093
5dcb4c4e
SM
6094 * hooks.texi (Standard Hooks): Add index entries.
6095 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6096
60972005-11-27 Richard M. Stallman <rms@gnu.org>
6098
6099 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6100
61012005-11-21 Juri Linkov <juri@jurta.org>
6102
6103 * customize.texi (Common Keywords): Update links types
6104 custom-manual and url-link. Add link types emacs-library-link,
6105 file-link, function-link, variable-link, custom-group-link.
6106
61072005-11-20 Chong Yidong <cyd@stupidchicken.com>
6108
6109 * display.texi: Revert 2005-11-20 change.
6110
61112005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6112
6113 * processes.texi (Bindat Functions):
6114 Say "third" to refer to zero-based index "2".
6115
61162005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6117
6118 * loading.texi (Library Search): Update the default value of
6119 `load-suffixes'.
6120
61212005-11-17 Chong Yidong <cyd@stupidchicken.com>
6122
6123 * display.texi (Attribute Functions): Mention :ignore-defface.
6124
61252005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6126
6127 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6128 (Minor Mode Conventions): Mention the use of a hook.
6129
61302005-11-06 Richard M. Stallman <rms@gnu.org>
6131
6132 * files.texi (Magic File Names): find-file-name-handler checks the
6133 `operations' property of the handler.
6134
61352005-11-03 Richard M. Stallman <rms@gnu.org>
6136
6137 * variables.texi (Frame-Local Variables): Small clarification.
6138
61392005-10-29 Chong Yidong <cyd@stupidchicken.com>
6140
6141 * os.texi (Init File): Document ~/.emacs.d/init.el.
6142
61432005-10-29 Richard M. Stallman <rms@gnu.org>
6144
6145 * internals.texi (Garbage Collection): Document memory-full.
6146
61472005-10-28 Bill Wohler <wohler@newt.com>
6148
6149 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6150 for URLs.
6151
61522005-10-28 Richard M. Stallman <rms@gnu.org>
6153
6154 * minibuf.texi (Completion Commands): Clean up prev change.
6155
61562005-10-26 Kevin Ryde <user42@zip.com.au>
6157
6158 * compile.texi (Eval During Compile): Explain recommended uses
6159 of eval-when-compile and eval-and-compile.
6160
61612005-10-27 Masatake YAMATO <jet@gyve.org>
6162
6163 * minibuf.texi (Completion Commands):
6164 Write about new optional argument for `display-completion-list'.
6165
61662005-10-23 Richard M. Stallman <rms@gnu.org>
6167
6168 * display.texi (Overlay Arrow): Clarify about local bindings of
6169 overlay-arrow-position.
6170
61712005-10-22 Eli Zaretskii <eliz@gnu.org>
6172
6173 * internals.texi (Building Emacs): Fix last change.
6174
61752005-10-22 Richard M. Stallman <rms@gnu.org>
6176
6177 * internals.texi (Building Emacs): Document eval-at-startup.
6178
61792005-10-21 Richard M. Stallman <rms@gnu.org>
6180
6181 * loading.texi (Where Defined): load-history contains abs file names.
6182 symbol-file returns abs file names.
6183
61842005-10-19 Kim F. Storm <storm@cua.dk>
6185
6186 * display.texi (Showing Images): Add max-image-size integer value.
6187
61882005-10-18 Chong Yidong <cyd@stupidchicken.com>
6189
6190 * display.texi (Showing Images): Document max-image-size.
6191
61922005-10-17 Richard M. Stallman <rms@gnu.org>
6193
6194 * commands.texi (Quitting): Minor clarification.
6195
6196 * processes.texi (Sentinels): Clarify about output and quitting.
6197 (Filter Functions): Mention with-local-quit.
6198
61992005-10-17 Juri Linkov <juri@jurta.org>
6200
6201 * buffers.texi (Current Buffer):
6202 * commands.texi (Event Input Misc):
6203 * compile.texi (Eval During Compile, Compiler Errors):
6204 * customize.texi (Group Definitions):
6205 * display.texi (Progress, Defining Faces):
6206 * files.texi (Writing to Files):
6207 * modes.texi (Mode Hooks, Defining Minor Modes):
6208 * streams.texi (Output Functions):
6209 * syntax.texi (Syntax Table Functions):
6210 * text.texi (Change Hooks):
6211 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6212
6213 * commands.texi (Quitting): Replace arg `forms' with `body' in
6214 `with-local-quit'.
6215
6216 * positions.texi (Excursions): Replace arg `forms' with `body' in
6217 `save-excursion'.
6218
62192005-10-08 Kim F. Storm <storm@cua.dk>
6220
6221 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6222 Rename manual section accordingly.
6223
62242005-10-04 Kim F. Storm <storm@cua.dk>
6225
6226 * windows.texi (Window Split Tree): New section describing
6227 new function window-split-tree function.
6228
62292005-10-03 Nick Roberts <nickrob@snap.net.nz>
6230
6231 * display.texi (Fringe Size/Pos): Simplify and add detail.
6232
62332005-09-30 Romain Francoise <romain@orebokech.com>
6234
6235 * minibuf.texi (High-Level Completion): Explain that the prompt
6236 given to `read-buffer' should end with a colon and a space.
6237 Update usage examples.
6238
62392005-09-29 Juri Linkov <juri@jurta.org>
6240
6241 * display.texi (Displaying Messages): Rename argument name
6242 `string' to `format-string' in functions `message', `message-box',
6243 `message-or-box'.
6244
62452005-09-26 Chong Yidong <cyd@stupidchicken.com>
6246
6247 * errors.texi (Standard Errors): Correct xrefs.
6248
62492005-09-18 Chong Yidong <cyd@stupidchicken.com>
6250
6251 * display.texi (Defining Images): Update documentation for
6252 `image-load-path'.
6253
62542005-09-17 Richard M. Stallman <rms@gnu.org>
6255
6256 * display.texi (Defining Images): Clean up previous change.
6257
62582005-09-16 Romain Francoise <romain@orebokech.com>
6259
6260 * elisp.texi: Specify GFDL version 1.2.
6261
6262 * doclicense.texi (GNU Free Documentation License): Update to
6263 version 1.2.
6264
62652005-09-15 Chong Yidong <cyd@stupidchicken.com>
6266
6267 * display.texi (Defining Images): Document `image-load-path'.
6268
62692005-09-15 Richard M. Stallman <rms@gnu.org>
6270
6271 * objects.texi (Printed Representation): Minor cleanup.
6272 (Box Diagrams): Minor fix.
6273 (Cons Cell Type): Move (...) index item here.
6274 (Box Diagrams): From here.
6275 (Array Type): Minor fix.
6276 (Type Predicates): Delete index "predicates".
6277 (Hash Table Type): Clarify xref.
6278 (Dotted Pair Notation): Minor fix.
6279
62802005-09-10 Chong Yidong <cyd@stupidchicken.com>
6281
6282 * files.texi (Saving Buffers): Fix typo.
6283
62842005-09-08 Richard M. Stallman <rms@gnu.org>
6285
6286 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6287
62882005-09-08 Chong Yidong <cyd@stupidchicken.com>
6289
6290 * locals.texi (Standard Buffer-Local Variables): Don't include
6291 mode variables for minor modes.
6292 Fix xrefs for buffer-display-count, buffer-display-table,
6293 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6294 enable-multibyte-characters, fill-column, header-line-format,
6295 left-fringe-width, left-margin, and right-fringe-width.
6296
6297 * hooks.texi (Standard Hooks): All hooks should conform to the
6298 standard naming convention now.
6299 Fix xref for `echo-area-clear-hook'.
6300
6301 * display.texi (Usual Display): Note that indicate-empty-lines and
6302 tab-width are buffer-local.
6303
6304 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6305
6306 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6307
6308 * nonascii.texi (Encoding and I/O): Note that
6309 buffer-file-coding-system is buffer-local.
6310
6311 * positions.texi (List Motion): Note that defun-prompt-regexp is
6312 buffer-local.
6313
6314 * text.texi (Auto Filling): Note that auto-fill-function is
6315 buffer-local.
6316 (Undo): Note that buffer-undo-list is buffer-local.
6317
5dcb4c4e
SM
6318 * windows.texi (Buffers and Windows):
6319 Document buffer-display-count.
b8d4c8d0
GM
6320
63212005-09-06 Richard M. Stallman <rms@gnu.org>
6322
6323 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6324 package prefix elsewhere than at the start of the name.
6325
63262005-09-03 Richard M. Stallman <rms@gnu.org>
6327
6328 * tips.texi (Programming Tips): Add conventions for minibuffer
6329 questions and prompts.
6330
63312005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6332
6333 * intro.texi (nil and t): Minor cleanup.
6334 Delete spurious mention of keyword symbols.
6335 (Evaluation Notation): Add index entry.
6336 (A Sample Function Description): Minor cleanup.
6337 (A Sample Variable Description): Not all vars can be set.
6338
63392005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6340
6341 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6342
6343 (Insertion): Document precise type of `insert-char' arg COUNT.
6344
63452005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6346
6347 * modes.texi (Other Font Lock Variables): Sync the default of
6348 font-lock-lines-before.
6349
63502005-08-31 Michael Albinus <michael.albinus@gmx.de>
6351
6352 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6353
63542005-08-29 Richard M. Stallman <rms@gnu.org>
6355
6356 * elisp.texi (Top): Update subnode menu.
6357
6358 * searching.texi (Searching and Matching): Move node.
6359 Rearrange contents and add overall explanation.
6360 (Searching and Case): Move node.
6361 (Searching and Matching): Update menu.
6362
63632005-08-27 Eli Zaretskii <eliz@gnu.org>
6364
6365 * os.texi (Startup Summary): Fix the description of the initial
6366 startup message display.
6367
63682005-08-25 Richard M. Stallman <rms@gnu.org>
6369
6370 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6371
63722005-08-25 Emilio C. Lopes <eclig@gmx.net>
6373
6374 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6375 `next-overlay-change' example.
6376
63772005-08-22 Juri Linkov <juri@jurta.org>
6378
6379 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6380 Fix invert-face. Fix args of face-background.
6381
6382 * display.texi (Standard Faces): Delete node.
6383 (Faces): Add xref to `(emacs)Standard Faces'.
6384 (Displaying Faces): Fix xref to `Standard Faces'.
6385
6386 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6387
63882005-08-20 Alan Mackenzie <acm@muc.de>
6389
6390 * buffers.texi (The Buffer List): Clarify the manipulation of the
6391 buffer list.
6392
63932005-08-14 Richard M. Stallman <rms@gnu.org>
6394
6395 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6396 a regexp.
6397
63982005-08-11 Richard M. Stallman <rms@gnu.org>
6399
6400 * elisp.texi (Top): Update subnode lists.
6401
6402 * display.texi (Inverse Video): Node deleted.
6403
6404 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6405 New nodes split out of Coding Conventions.
6406
6407 * searching.texi (Regular Expressions): Document re-builder.
6408
6409 * os.texi (Time Parsing): New node split out of Time Conversion.
6410
6411 * processes.texi (Misc Network, Network Feature Testing)
6412 (Network Options, Make Network): New nodes split out of
6413 Low-Level Network.
6414
64152005-08-09 Richard M. Stallman <rms@gnu.org>
6416
6417 * frames.texi (Geometry): New node, split from Size and Position.
6418 (Frame Parameters): Refer to Geometry.
6419
6420 * buffers.texi (The Buffer List): Fix xrefs.
6421
6422 * windows.texi (Splitting Windows): Fix xref.
6423
6424 * frames.texi (Layout Parameters): Add xref.
6425
6426 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6427
6428 * keymaps.texi (Menu Bar): Fix xref.
6429
6430 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6431
6432 * modes.texi (%-Constructs): Fix xref.
6433
6434 * frames.texi (Window Frame Parameters): Node split up.
6435 (Basic Parameters, Position Parameters, Size Parameters)
6436 (Layout Parameters, Buffer Parameters, Management Parameters)
6437 (Cursor Parameters, Color Parameters): New subnodes.
6438
64392005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6440
6441 * positions.texi (Screen Lines): Update xref for previous change
6442 in minibuf.texi.
6443
6444 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6445 change in minibuf.texi.
6446
64472005-08-09 Richard M. Stallman <rms@gnu.org>
6448
6449 * tips.texi (Coding Conventions): Minor cleanup.
6450
6451 * modes.texi (Defining Minor Modes): Explain when init-value
6452 can be non-nil.
6453
6454 * elisp.texi (Top): Update submenu for Minibuffer.
6455
6456 * minibuf.texi (Minibuffer Misc): Node split up.
6457 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6458 (Recursive Mini): New nodes split out from Minibuffer Misc.
6459 (Minibuffer Misc): Document max-mini-window-height.
6460
6461 * hash.texi (Defining Hash): Delete stray paren in example.
6462
6463 * display.texi (Echo Area Customization): Don't define
6464 max-mini-window-height here; xref instead.
6465
6466 * commands.texi (Event Input Misc): Update while-no-input.
6467
6468 * advice.texi (Advising Functions): Explain when to use advice
6469 and when to use a hook.
6470
64712005-07-30 Eli Zaretskii <eliz@gnu.org>
6472
6473 * makefile.w32-in (info): Don't run install-info.
6474 ($(infodir)/dir): New target, produced by running install-info.
6475
64762005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6477
6478 * modes.texi (Defining Minor Modes): The keyword for the initial
6479 value is :init-value, not :initial-value.
6480
64812005-07-23 Eli Zaretskii <eliz@gnu.org>
6482
6483 * loading.texi (Autoload): Make the `doctor' example be consistent
6484 with what's in current loaddefs.el. Describe the "fn" magic in
6485 the usage portion of the doc string.
6486
64872005-07-22 Richard M. Stallman <rms@gnu.org>
6488
6489 * internals.texi (Garbage Collection): Clarify previous change.
6490
64912005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6492
6493 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6494
64952005-07-18 Juri Linkov <juri@jurta.org>
6496
6497 * commands.texi (Accessing Events):
6498 * frames.texi (Text Terminal Colors, Resources):
6499 * markers.texi (The Mark):
6500 * modes.texi (Defining Minor Modes):
6501 Delete duplicate duplicate words.
6502
65032005-07-16 Richard M. Stallman <rms@gnu.org>
6504
6505 * display.texi (Managing Overlays): Clarify make-overlay
6506 args for insertion types.
6507
65082005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6509
6510 * customize.texi (Variable Definitions):
6511 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6512 `standard-value' is a list too.
6513 (Defining New Types): Use @key{RET} instead of @key{ret}.
6514
65152005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6516
6517 * os.texi (Translating Input): Fix typo.
6518
65192005-07-08 Richard M. Stallman <rms@gnu.org>
6520
6521 * README: Update edition number and size estimate.
6522
6523 * elisp.texi (VERSION): Set to 2.9.
6524
65252005-07-07 Richard M. Stallman <rms@gnu.org>
6526
6527 * book-spine.texinfo: Update Emacs version.
6528
6529 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6530
65312005-07-06 Richard M. Stallman <rms@gnu.org>
6532
6533 * searching.texi (Regexp Search): Clarify what re-search-forward
6534 does when the search fails.
6535
65362005-07-05 Lute Kamstra <lute@gnu.org>
6537
6538 * Update FSF's address in GPL notices.
6539
6540 * doclicense.texi (GNU Free Documentation License):
6541 * gpl.texi (GPL):
6542 * tips.texi (Coding Conventions, Library Headers):
6543 * vol1.texi:
6544 * vol2.texi: Update FSF's address.
6545
65462005-07-04 Richard M. Stallman <rms@gnu.org>
6547
6548 * hooks.texi (Standard Hooks): Add occur-hook.
6549
65502005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6551
6552 * display.texi (The Echo Area): Correct menu.
6553
65542005-07-03 Richard M. Stallman <rms@gnu.org>
6555
6556 * elisp.texi (Top): Update subnode menu for Display.
6557
6558 * display.texi (Displaying Messages): New node, with most
6559 of what was in The Echo Area.
5dcb4c4e 6560 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6561 (Logging Messages): New node with new text.
6562 (Echo Area Customization): New node, the rest of what was
6563 in The Echo Area. Document message-truncate-lines with @defvar.
6564 (Display): Update menu.
6565
6566 * windows.texi (Textual Scrolling): Doc 3 values for
6567 scroll-preserve-screen-position.
6568
6569 * text.texi (Special Properties): Change hook functions
6570 should bind inhibit-modification-hooks around altering buffer text.
6571
6572 * keymaps.texi (Key Binding Commands): Call binding BINDING
6573 rather than DEFINITION.
6574
65752005-06-29 Juanma Barranquero <lekktu@gmail.com>
6576
6577 * variables.texi (Defining Variables): `user-variable-p' returns t
6578 for aliases of user options, nil for alias loops.
6579
65802005-06-28 Richard M. Stallman <rms@gnu.org>
6581
6582 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6583 make-keymap.
6584
65852005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6586
6587 * variables.texi (Setting Variables): Correct and clarify
6588 description of `add-to-ordered-list'.
6589
65902005-06-26 Richard M. Stallman <rms@gnu.org>
6591
6592 * display.texi (Faces): Minor cleanup.
6593
65942005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6595
6596 * display.texi (Faces): `facep' returns t for strings that are
6597 face names.
6598
65992005-06-25 Richard M. Stallman <rms@gnu.org>
6600
6601 * objects.texi (Equality Predicates): Clarify meaning of equal.
6602
6603 * windows.texi (Selecting Windows): save-selected-window
6604 and with-selected-window save and restore the current buffer.
6605
66062005-06-24 Richard M. Stallman <rms@gnu.org>
6607
6608 * numbers.texi (Float Basics): Explain how to test for NaN,
6609 and printing the sign of NaNs.
6610
66112005-06-24 Eli Zaretskii <eliz@gnu.org>
6612
6613 * makefile.w32-in (MAKEINFO): Use --force.
6614
66152005-06-23 Richard M. Stallman <rms@gnu.org>
6616
6617 * display.texi (Face Functions): Correct Texinfo usage.
6618
66192005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6620
6621 * lists.texi (Rings): `ring-elements' now returns the elements of
6622 RING in order.
6623
66242005-06-23 Juanma Barranquero <lekktu@gmail.com>
6625
6626 * markers.texi (The Mark): Texinfo usage fix.
6627
66282005-06-23 Kim F. Storm <storm@cua.dk>
6629
6630 * searching.texi (Entire Match Data): Remove evaporate option for
6631 match-data. Do not mention evaporate option for set-match-data.
6632
66332005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6634
6635 * display.texi (Face Functions): Mention face aliases.
6636
66372005-06-21 Richard M. Stallman <rms@gnu.org>
6638
6639 * anti.texi (Antinews): Texinfo usage fix.
6640
66412005-06-21 Karl Berry <karl@gnu.org>
6642
6643 * elisp.texi: Use @copying.
6644
6645 * elisp.texi: Put @summarycontents and @contents before the Top
6646 node, instead of the end of the file, so that the contents appear
6647 in the right place in the dvi/pdf output.
6648
66492005-06-21 Juri Linkov <juri@jurta.org>
6650
6651 * display.texi (Defining Faces): Add `customized-face'.
6652
66532005-06-20 Kim F. Storm <storm@cua.dk>
6654
6655 * variables.texi (Setting Variables): Any type of element can be
6656 given order in add-to-ordered-list. Compare elements with eq.
6657
6658 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6659
66602005-06-20 Karl Berry <karl@gnu.org>
6661
6662 * syntax.texi (Syntax Flags): Make last column very slightly wider
6663 to avoid "generic comment" breaking on two lines and causing an
6664 underfull box.
6665
66662005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6667
6668 * lists.texi (Rings): Various minor clarifications and corrections.
6669
66702005-06-18 Richard M. Stallman <rms@gnu.org>
6671
6672 * functions.texi (Obsolete Functions): Simplify.
6673
6674 * variables.texi (Variable Aliases): Simplify.
6675
6676 * anti.texi, backups.texi, compile.texi, customization.texi:
6677 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6678 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6679 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6680 * variables.texi: Fix formatting ugliness.
6681
6682 * elisp.texi: Add links to Rings and Byte Packing.
6683 Update version and copyright years.
6684
6685 * minibuf.texi: Fix formatting ugliness.
6686 (Completion Commands): Move keymap vars to the end
6687 and vars completing-read binds to the top.
6688
66892005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6690
6691 * processes.texi: Fix typos.
6692 (Bindat Spec): Correct Texinfo error.
6693 (Byte Packing): Fix ungrammatical sentence.
6694
66952005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6696
6697 * lists.texi (Rings): New node.
6698 (Lists): Add it to menu.
6699
6700 * processes.texi (Byte Packing): New node.
6701 (Processes): Add it to menu.
6702
67032005-06-17 Richard M. Stallman <rms@gnu.org>
6704
6705 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6706
6707 * help.texi (Documentation Basics): Explain the xref to
6708 Documentation Tips.
6709
6710 * debugging.texi (Debugger Commands): Minor fix.
6711
67122005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6713
6714 * edebug.texi (Instrumenting): Eliminate duplicate link.
6715 (Specification List): Replace references to "below", referring to
6716 a later node, with one @ref to that node.
6717
6718 * os.texi (Timers): Timers should save and restore the match data
6719 if they change it.
6720
6721 * debugging.texi (Debugger Commands): Mention that the Lisp
6722 debugger can not step through primitive functions.
6723
67242005-06-16 Juanma Barranquero <lekktu@gmail.com>
6725
6726 * functions.texi (Obsolete Functions): Update argument names of
6727 `make-obsolete' and `define-obsolete-function-alias'.
6728
6729 * variables.texi (Variable Aliases): Update argument names of
6730 `defvaralias', `make-obsolete-variable' and
6731 `define-obsolete-variable-alias'.
6732
67332005-06-15 Kim F. Storm <storm@cua.dk>
6734
6735 * searching.texi (Entire Match Data): Rephrase warnings about
6736 evaporate arg to match-data and set-match-data.
6737
67382005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6739
6740 * elisp.texi (Top): Update detailed menu.
6741
6742 * edebug.texi (Edebug): Update menu.
6743 (Instrumenting): Update xrefs.
6744 (Edebug Execution Modes): Correct xref.
6745 (Jumping): Clarify description of `h' command.
6746 Eliminate redundant @ref.
6747 (Breaks): New node.
6748 (Breakpoints): Is now a subsubsection.
6749 (Global Break Condition): Mention `C-x X X'.
6750 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6751 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6752 (Edebug Display Update): Correct pxref.
6753 (Edebug and Macros): New node.
6754 (Instrumenting Macro Calls): Is now a subsubsection.
6755 Neither arg of `def-edebug-spec' is evaluated.
6756 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6757 (Specification Examples): Fix typo.
6758
67592005-06-14 Lute Kamstra <lute@gnu.org>
6760
6761 * debugging.texi (Function Debugging): Primitives can break on
6762 entry too.
6763
67642005-06-14 Kim F. Storm <storm@cua.dk>
6765
6766 * variables.texi (Setting Variables): Add add-to-ordered-list.
6767
67682005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6769
6770 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6771 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6772
67732005-06-13 Lute Kamstra <lute@gnu.org>
6774
6775 * text.texi (Special Properties): Fix cross reference.
6776
67772005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6778
6779 * debugging.texi (Function Debugging): Delete mention of empty
6780 string argument to `cancel-debug-on-entry'. Delete inaccurate
6781 description of the return value of that command.
6782
67832005-06-11 Alan Mackenzie <acm@muc.de>
6784
6785 * text.texi (Adaptive Fill): Amplify the description of
6786 fill-context-prefix.
6787
67882005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6789
6790 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6791
67922005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6793
6794 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6795
67962005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6797
6798 * debugging.texi (Error Debugging): Minor rewording.
6799 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6800 is optional.
6801
68022005-06-10 Lute Kamstra <lute@gnu.org>
6803
6804 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6805 (Top): Give it a title. Correct version number. Give the
6806 detailed node listing a more prominent header.
6807 * intro.texi: Don't set VERSION here a second time.
6808 Mention Emacs's version too.
6809 * anti.texi (Antinews): Use EMACSVER to refer to the current
6810 version of Emacs.
6811
68122005-06-09 Kim F. Storm <storm@cua.dk>
6813
6814 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6815 match-data and set-match-data.
6816
68172005-06-08 Richard M. Stallman <rms@gnu.org>
6818
6819 * searching.texi (Entire Match Data): Clarify when match-data
6820 returns markers and when integers.
6821
6822 * display.texi (Defining Faces): Explain that face name should not
6823 end in `-face'.
6824
6825 * modes.texi (Mode Line Data): Minor cleanup.
6826 (Customizing Keywords): Node split out of Search-based Fontification.
6827 Add example of using font-lock-add-keywords from a hook.
6828 Clarify when MODE should be non-nil, and when nil.
6829
68302005-06-06 Richard M. Stallman <rms@gnu.org>
6831
6832 * modes.texi (Mode Line Data): Explain what happens when the car
6833 of a list is a void symbol.
6834 (Search-based Fontification): Explain MODE arg to
6835 font-lock-add-keywords and warn about calls from major modes.
6836
68372005-06-08 Juri Linkov <juri@jurta.org>
6838
6839 * display.texi (Standard Faces): Add `shadow' face.
6840
68412005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6842
6843 * modes.texi (Major Mode Conventions): A derived mode only needs
6844 to put the call to the parent mode inside `delay-mode-hooks'.
6845
68462005-05-29 Richard M. Stallman <rms@gnu.org>
6847
6848 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6849 new, and what that implies. Clarify.
6850
6851 * files.texi (Locating Files): Clean up the text.
6852
6853 * frames.texi (Window Frame Parameters): Document user-size.
6854 Shorten entry for top by referring to left.
6855
68562005-05-26 Richard M. Stallman <rms@gnu.org>
6857
6858 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6859 is new, and what the implications are. Other clarifications.
6860
68612005-05-24 Richard M. Stallman <rms@gnu.org>
6862
6863 * frames.texi (Dialog Boxes): Minor fixes.
6864
68652005-05-25 Masatake YAMATO <jet@gyve.org>
6866
6867 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6868
68692005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6870
6871 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6872 is optional.
6873
68742005-05-24 Nick Roberts <nickrob@snap.net.nz>
6875
10d1d0af 6876 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6877
68782005-05-23 Lute Kamstra <lute@gnu.org>
6879
6880 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6881 syntax-begin-function over font-lock-beginning-of-syntax-function.
6882
68832005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6884
6885 * minibuf.texi (Reading File Names): Update description of
6886 `read-directory-name'.
6887
6888 * modes.texi (Derived Modes): Clarify :group keyword.
6889
68902005-05-21 Eli Zaretskii <eliz@gnu.org>
6891
6892 * files.texi (Locating Files): New subsection.
6893 Describe locate-file and executable-find.
6894
68952005-05-21 Kevin Ryde <user42@zip.com.au>
6896
6897 * frames.texi (Initial Parameters): Update cross reference to
6898 "Emacs Invocation".
6899
69002005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6901
6902 * keymaps.texi (Active Keymaps): Add anchor.
6903
6904 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6905 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6906 appropriate place.
6907 (Derived Modes): Small clarifications.
6908 (Minor Mode Conventions, Keymaps and Minor Modes):
6909 Replace references to nodes with references to anchors.
6910 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6911 Clarify description of lists whose first element is an integer.
6912 (Mode Line Variables): Add anchor.
6913 (%-Constructs): Clarify description of integer after %.
6914 (Emulating Mode Line): Describe nil value for FACE.
6915
69162005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6917
6918 * modes.texi (Derived Modes): Correct references to non-existing
6919 variable standard-syntax-table.
6920
69212005-05-17 Lute Kamstra <lute@gnu.org>
6922
6923 * modes.texi (Defining Minor Modes): Mention the mode hook.
6924
69252005-05-15 Kim F. Storm <storm@cua.dk>
6926
6927 * processes.texi (Network): Remove open-network-stream-nowait.
6928 (Network Servers): Remove open-network-stream-server.
6929
69302005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6931
6932 * elisp.texi (Top): Update detailed menu.
6933
6934 * variables.texi: Reorder nodes.
6935 (Variables): Update menu.
6936 (File Local Variables): Do not refer to the `-*-' line as
6937 a "local variables list". Add pxref.
6938
69392005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6940
6941 * elisp.texi (Top): Update detailed menu for node changes.
6942
6943 * modes.texi (Modes): Update Menu.
6944 (Hooks): Move to beginning of chapter.
6945 Most minor modes run mode hooks too.
6946 `add-hook' can handle void hooks or hooks whose value is a single
6947 function.
6948 (Major Modes): Update Menu.
6949 (Major Mode Basics): New node, split off from `Major Modes'.
6950 (Major Mode Conventions): Correct xref. Explain how to handle
6951 auto-mode-alist if the major mode command has an autoload cookie.
6952 (Auto Major Mode): Major update. Add magic-mode-alist.
6953 (Derived Modes): Major update.
6954 (Mode Line Format): Update Menu.
6955 (Mode Line Basics): New node, split off from `Mode Line Format'.
6956
6957 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6958 for `magic autoload comment'. Add index entries and anchor.
6959
69602005-05-14 Richard M. Stallman <rms@gnu.org>
6961
6962 * tips.texi (Coding Conventions): Explain how important it is
6963 that just loading certain files not change Emacs behavior.
6964
6965 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6966
69672005-05-12 Lute Kamstra <lute@gnu.org>
6968
6969 * modes.texi (Generic Modes): Update.
6970 (Major Modes): Refer to node "Generic Modes".
6971
6972 * elisp.texi (Top): Update to the current structure of the manual.
6973 * processes.texi (Processes): Add menu description.
6974 * customize.texi (Customization): Add menu descriptions.
6975
69762005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6977
6978 * processes.texi (Signals to Processes)
6979 (Low-Level Network): Fix typos.
6980
69812005-05-11 Lute Kamstra <lute@gnu.org>
6982
6983 * elisp.texi (Top): Add some nodes from the chapter "Major and
6984 Minor Modes" to the detailed node listing.
6985
69862005-05-10 Richard M. Stallman <rms@gnu.org>
6987
6988 * keymaps.texi (Extended Menu Items): Menu item filter functions
6989 can be called at any time.
6990
69912005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6992
6993 * variables.texi (File Local Variables): `(hack-local-variables t)'
6994 now also checks whether a mode is specified in the local variables
6995 list.
6996
69972005-05-05 Kevin Ryde <user42@zip.com.au>
6998
6999 * display.texi (The Echo Area): Correct format function cross
7000 reference.
7001
70022005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7003
7004 * variables.texi (Variable Aliases): Change description of
7005 `define-obsolete-variable-alias'.
7006
7007 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7008 (Defining Functions): Add xref.
7009 (Obsolete Functions): New node.
7010 (Function Safety): Standardize capitalization of section title.
7011
7012 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7013 (Dialog Boxes): Complete description of `x-popup-dialog'.
7014
70152005-05-04 Richard M. Stallman <rms@gnu.org>
7016
7017 * commands.texi (Interactive Codes): Fix Texinfo usage.
7018 Document U more clearly.
7019
70202005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7021
7022 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7023 function and not a macro.
7024
7025 * frames.texi (Pop-Up Menus): Correct and clarify description of
7026 `x-popup-menu'.
7027 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7028
70292005-05-01 Richard M. Stallman <rms@gnu.org>
7030
7031 * edebug.texi (Checking Whether to Stop): Fix previous change.
7032
70332005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7034
7035 * display.texi: Fix typos and Texinfo usage.
7036
7037 * edebug.texi (Checking Whether to Stop): executing-macro ->
7038 executing-kbd-macro.
7039
70402005-05-01 Richard M. Stallman <rms@gnu.org>
7041
7042 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7043
70442005-04-30 Richard M. Stallman <rms@gnu.org>
7045
7046 * files.texi (Magic File Names): Document `operations' property.
7047
70482005-04-29 Lute Kamstra <lute@gnu.org>
7049
7050 * modes.texi (Generic Modes): New node.
7051 (Major Modes): Add it to the menu.
7052 (Derived Modes): Add "derived mode" to concept index.
7053
70542005-04-28 Lute Kamstra <lute@gnu.org>
7055
7056 * modes.texi (Defining Minor Modes): Fix previous change.
7057 (Font Lock Mode): Simplify.
7058 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7059 when set and that some parts are optional. Add cross references.
7060 (Search-based Fontification): Say how to specify font-lock-keywords.
7061 Add cross references. Add font-lock-multiline to index.
7062 Move font-lock-keywords-case-fold-search here from node "Other Font
7063 Lock Variables". Document font-lock-add-keywords and
7064 font-lock-remove-keywords.
7065 (Other Font Lock Variables): Move font-lock-keywords-only,
7066 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7067 and font-lock-syntactic-face-function to node "Syntactic Font
7068 Lock". Move font-lock-keywords-case-fold-search to node
7069 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7070 and font-lock-{,un}fontify-{buffer,region}-function.
7071 (Precalculated Fontification): Remove reference to deleted variable
7072 font-lock-core-only.
7073 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7074 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7075 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7076 and font-lock-syntactic-face-function here from node "Other Font
7077 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7078 Syntax Properties". Add cross references.
7079 (Setting Syntax Properties): New node.
7080 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7081 * syntax.texi (Syntax Properties): Add cross reference.
7082 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7083
70842005-04-26 Richard M. Stallman <rms@gnu.org>
7085
7086 * display.texi (Defining Faces):
7087 Document `default' elements of defface spec.
7088
7089 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7090
7091 * variables.texi (Variable Aliases): Clarify text.
7092
70932005-04-25 Chong Yidong <cyd@stupidchicken.com>
7094
7095 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7096
70972005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7098
7099 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7100
71012005-04-24 Eli Zaretskii <eliz@gnu.org>
7102
7103 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7104 syntax-after and syntax-class.
7105
7106 * files.texi (Changing Files): Fix last change's cross-reference.
7107 (Unique File Names): Don't mention "numbers" in the documentation
7108 of make-temp-file and make-temp-name.
7109
71102005-04-23 Richard M. Stallman <rms@gnu.org>
7111
7112 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7113
71142005-04-22 Nick Roberts <nickrob@snap.net.nz>
7115
7116 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7117
71182005-04-22 Nick Roberts <nickrob@snap.net.nz>
7119
7120 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7121 and define-obsolete-variable-alias.
7122
71232005-04-22 Kim F. Storm <storm@cua.dk>
7124
7125 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7126 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7127
71282005-04-21 Lute Kamstra <lute@gnu.org>
7129
7130 * lists.texi (Association Lists): Document rassq-delete-all.
7131
71322005-04-19 Richard M. Stallman <rms@gnu.org>
7133
7134 * modes.texi (Search-based Fontification): Explain that
7135 facespec is an expression to be evaluated.
7136
71372005-04-19 Kevin Ryde <user42@zip.com.au>
7138
7139 * streams.texi (Output Functions): Fix xref.
7140 * strings.texi (String Conversion): Fix xref.
7141
71422005-04-19 Kim F. Storm <storm@cua.dk>
7143
7144 * symbols.texi (Symbol Plists): Add safe-get.
7145 Mention that `get' may signal an error.
7146
71472005-04-18 Nick Roberts <nickrob@snap.net.nz>
7148
7149 * customize.texi (Variable Definitions): Replace tooltip-mode
7150 example with save-place.
7151
71522005-04-17 Richard M. Stallman <rms@gnu.org>
7153
7154 * buffers.texi (Indirect Buffers): Clarify.
7155
7156 * positions.texi (Positions): Clarify converting marker to integer.
7157
7158 * strings.texi (String Basics): Mention string-match; clarify.
7159
71602005-04-08 Lute Kamstra <lute@gnu.org>
7161
7162 * modes.texi (Search-based Fontification): Fix cross references.
7163 Use consistent terminology. Document anchored highlighting.
7164
71652005-04-05 Lute Kamstra <lute@gnu.org>
7166
7167 * modes.texi (Defining Minor Modes): Document :group keyword
7168 argument and its default value.
7169
71702005-04-03 Lute Kamstra <lute@gnu.org>
7171
7172 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7173 references and/or descriptions. Delete major mode hooks; mention
7174 them as a category instead. Rename or delete obsolete hooks.
7175
71762005-04-02 Richard M. Stallman <rms@gnu.org>
7177
7178 * nonascii.texi (Coding System Basics): Another wording cleanup.
7179
71802005-04-01 Richard M. Stallman <rms@gnu.org>
7181
7182 * nonascii.texi (Coding System Basics): Clarify previous change.
7183
71842005-04-01 Kenichi Handa <handa@m17n.org>
7185
10d1d0af 7186 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7187 identity of coding systems.
7188
71892005-03-29 Chong Yidong <cyd@stupidchicken.com>
7190
7191 * text.texi (Buffer Contents): Add filter-buffer-substring and
7192 buffer-substring-filters.
7193
71942005-03-26 Chong Yidong <cyd@stupidchicken.com>
7195
7196 * anti.texi (Antinews): Mention `G' interactive code.
7197
7198 * tips.texi (Compilation Tips): Mention benchmark.el.
7199
72002005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7201
7202 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7203 is now bound to M-o M-o.
7204
7205 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7206
72072005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7208
7209 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7210 in the Emacs Manual).
7211 * Makefile.in (srcs): Remove calendar.texi.
7212 * makefile.w32-in (srcs): Remove calendar.texi.
7213 * display.texi (Display): Change name of next node.
7214 * os.texi (System In): Change name of previous node.
7215 * elisp.texi (Top): Remove Calendar references.
7216 * vol1.texi (Top): Remove Calendar references.
7217 * vol2.texi (Top): Remove Calendar references.
7218
72192005-03-25 Richard M. Stallman <rms@gnu.org>
7220
7221 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7222 Cleanup previous change.
7223
72242005-03-25 Chong Yidong <cyd@stupidchicken.com>
7225
7226 * display.texi (Face Attributes): Faces earlier in an :inherit
7227 list take precedence.
7228 (Scroll Bars): Fix description of vertical-scroll-bars.
7229 Document frame-current-scroll-bars and window-current-scroll-bars.
7230
7231 * markers.texi (The Mark): Document temporary Transient Mark mode.
7232
7233 * minibuf.texi (Reading File Names):
7234 Document read-file-name-completion-ignore-case.
7235
7236 * positions.texi (Screen Lines): Document nil for width argument
7237 to compute-motion.
7238
72392005-03-23 Kim F. Storm <storm@cua.dk>
7240
7241 * display.texi (Standard Faces): Other faces used in the fringe
7242 implicitly inherits from the fringe face.
7243 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7244 properties implicitly inherits from fringe face.
7245 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7246
72472005-03-20 Chong Yidong <cyd@stupidchicken.com>
7248
7249 * display.texi (Invisible Text): State default value of
7250 line-move-ignore-invisible.
7251 (Managing Overlays): Document remove-overlays.
7252 (Standard Faces): Document escape-glyph face.
7253
7254 * minibuf.texi (Reading File Names): Document read-file-name-function.
7255
7256 * modes.texi (Other Font Lock Variables):
7257 Document font-lock-lines-before.
7258
7259 * positions.texi (Skipping Characters): skip-chars-forward allows
7260 character classes.
7261
72622005-03-18 Lute Kamstra <lute@gnu.org>
7263
7264 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7265
72662005-03-17 Richard M. Stallman <rms@gnu.org>
7267
7268 * text.texi (Undo): Document extensible undo entries.
7269
dd7b651b 7270 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7271
7272 * nonascii.texi (Character Codes): Minor fix.
7273
7274 * display.texi (Display Property): Explain the significance
7275 of having text properties that are eq.
7276 (Other Display Specs): Explain string as display spec.
7277
7278 * commands.texi (Interactive Codes): Document G option.
7279
72802005-03-17 Chong Yidong <cyd@stupidchicken.com>
7281
7282 * text.texi (Filling): Add sentence-end-without-period and
7283 sentence-end-without-space.
7284 (Changing Properties): Minor fix.
7285
7286 * anti.texi: Total rewrite.
7287
72882005-03-15 Lute Kamstra <lute@gnu.org>
7289
7290 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7291
72922005-03-08 Kim F. Storm <storm@cua.dk>
7293
7294 * display.texi (Specified Space): Property :width is support on
7295 non-graphic terminals, :height is not.
7296
72972005-03-07 Richard M. Stallman <rms@gnu.org>
7298
7299 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7300 Now subnodes of Fringes.
7301 (Overlay Arrow): Document overlay-arrow-variable-list.
7302 (Fringe Size/Pos): New node, broken out of Fringes.
7303 (Display): Explain clearing vs redisplay better.
7304 (Truncation): Clarify use of bitmaps.
7305 (The Echo Area): Clarify the uses of the echo area.
7306 Add max-mini-window-height.
7307 (Progress): Clarify.
7308 (Invisible Text): Explain that main loop moves point out.
7309 (Selective Display): Say "hidden", not "invisible".
7310 (Managing Overlays): Move up. Describe relation to Undo here.
7311 (Overlay Properties): Clarify intro.
7312 (Finding Overlays): Explain return values when nothing found.
7313 (Width): truncate-string-to-width has added arg.
7314 (Displaying Faces): Clarify and update mode line face handling.
7315 (Face Functions): Minor cleanup.
7316 (Conditional Display): Merge into Other Display Specs.
7317 (Pixel Specification, Other Display Specs): Minor cleanups.
7318 (Images, Image Descriptors): Minor cleanups.
7319 (GIF Images): Patents have expired.
7320 (Showing Images): Explain default text for insert-image.
7321 (Manipulating Button Types): Merge into Manipulating Buttons.
7322 (Making Buttons): Explain return values.
7323 (Button Buffer Commands): Add xref.
7324 (Inverse Video): Update mode-line-inverse-video.
7325 (Display Table Format): Clarify.
7326 (Active Display Table): Give defaults for window-display-table.
7327
7328 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7329 and calendar-today-marker are strings, not chars.
7330 (Holiday Customizing): Minor fix.
7331
7332 * internals.texi (Writing Emacs Primitives): Update `or' example.
7333 Update limit on # args of subr.
7334
7335 * edebug.texi (Using Edebug): Arrow is in fringe.
7336 (Instrumenting): Arg to eval-defun works without loading edebug.
7337 (Edebug Execution Modes): Add xref.
7338
7339 * customize.texi (Common Keywords): Clarify :require.
7340 Mention :version here.
7341 (Variable Definitions, Group Definitions): Not here.
7342 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7343
73442005-03-07 Chong Yidong <cyd@stupidchicken.com>
7345 * nonascii.texi (Text Representations): Clarify position-bytes.
7346 (Character Sets): Add list-charset-chars.
7347 (Scanning Charsets): Add charset-after.
7348 (Encoding and I/O): Minor fix.
7349
73502005-03-06 Richard M. Stallman <rms@gnu.org>
7351
7352 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7353 (Resizing Windows): Likewise.
7354
7355 * text.texi (Change Hooks): Get rid of "Emacs 21".
7356
7357 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7358
7359 * streams.texi (Output Variables): Get rid of "Emacs 21".
7360
7361 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7362
7363 * os.texi (Translating Input): Replace flow-control example
7364 with a less obsolete example that uses `keyboard-translate'.
7365
7366 * objects.texi (Hash Table Type, Circular Objects):
7367 Get rid of "Emacs 21".
7368
7369 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7370 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7371
7372 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7373
7374 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7375
7376 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7377 (Menu Bar): Fix when menu-bar-update-hook is called.
7378
7379 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7380
7381 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7382 and make it read better.
7383
7384 * files.texi (Writing to Files): Get rid of "Emacs 21".
7385 (Unique File Names): Likewise.
7386
7387 * elisp.texi: Update Emacs version to 22.
7388
7389 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7390 (Overlay Properties, Face Attributes): Likewise.
7391 (Managing Overlays): Fix punctuation.
7392 (Attribute Functions): Clarify set-face-font; get rid of
7393 info about old Emacs versions.
7394 (Auto Faces, Font Lookup, Display Property, Images):
7395 Get rid of "Emacs 21".
7396
7397 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7398
73992005-03-05 Richard M. Stallman <rms@gnu.org>
7400
7401 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7402
74032005-03-04 Lute Kamstra <lute@gnu.org>
7404
7405 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7406
74072005-03-03 Lute Kamstra <lute@gnu.org>
7408
7409 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7410
74112005-03-01 Lute Kamstra <lute@gnu.org>
7412
7413 * debugging.texi (Debugger Commands): Update `j'.
7414
74152005-02-28 Lute Kamstra <lute@gnu.org>
7416
7417 * debugging.texi (Debugging): Fix typo.
7418 (Error Debugging): Document eval-expression-debug-on-error.
7419 (Function Debugging): Update example.
7420 (Using Debugger): Mention starred stack frames.
7421 (Debugger Commands): Document `j' and `l'.
7422 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7423 Update the messages that the debugger displays.
7424 (Internals of Debugger): Add cross reference. Update example.
7425 (Excess Open): Minor improvement.
7426 (Excess Close): Minor improvement.
7427
74282005-02-26 Richard M. Stallman <rms@gnu.org>
7429
7430 * tips.texi (Coding Conventions): Clarify.
7431 Put all the major mode key reservations together.
7432 Mention the Mouse-1 => Mouse-2 conventions.
7433
7434 * syntax.texi (Syntax Class Table): Clarify.
7435 (Syntax Table Functions): syntax-after moved from here.
7436 (Syntax Table Internals): syntax-after moved to here.
7437 (Parsing Expressions): Update info on number of values
7438 and what's meaningful in the STATE argument.
7439 (Categories): Fix typo.
7440
7441 * sequences.texi (Arrays): Cleanup.
7442 (Char-Tables): Clarify.
7443
7444 * processes.texi (Deleting Processes): Cleanups, add xref.
7445 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7446 (Process Information): set-process-coding-system, some args optional.
7447 (Input to Processes): Explain various types for PROCESS args.
7448 Rename them from PROCESS-NAME to PROCESS.
7449 (Signals to Processes): Likewise.
7450 (Decoding Output): Cleanup.
7451 (Query Before Exit): Clarify.
7452
7453 * os.texi (Startup Summary): Correct the options; add missing ones.
7454 (Terminal Output, Batch Mode): Clarify.
7455 (Flow Control): Node deleted.
7456
7457 * markers.texi (The Mark): Clarify.
7458
7459 * macros.texi (Expansion): Cleanup.
7460 (Indenting Macros): indent-spec allows ints, not floats.
7461
7462 * keymaps.texi (Keymaps): Clarify.
7463 (Format of Keymaps): Update lisp-mode-map example.
7464 (Active Keymaps, Key Lookup): Clarify.
7465 (Changing Key Bindings): Add xref to `kbd'.
7466 (Key Binding Commands, Simple Menu Items): Clarify.
7467 (Mouse Menus, Menu Bar): Clarify.
7468 (Menu Example): Replace print example with menu-bar-replace-menu.
7469
7470 * help.texi (Documentation Basics): Add function-documentation prop.
7471
7472 * elisp.texi (Top): Don't refer to Flow Control node.
7473
7474 * commands.texi (Command Overview): Improve xrefs.
7475 (Adjusting Point): Adjusting point applies to intangible and invis.
7476 (Key Sequence Input): Doc extra read-key-sequence args.
7477 Likewise for read-key-sequence-vector.
7478
7479 * backups.texi (Rename or Copy): Minor fix.
7480 (Numbered Backups): For version-control, say the default.
7481 (Auto-Saving): make-auto-save-file-name example is simplified.
7482
7483 * advice.texi (Advising Functions): Don't imply one part of Emacs
7484 should advise another part. Markup changes.
7485 (Defining Advice): Move transitional para.
7486 (Activation of Advice): Cleanup.
7487 Explain if COMPILE is nil or negative.
7488
7489 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7490
74912005-02-24 Lute Kamstra <lute@gnu.org>
7492
7493 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7494 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7495
74962005-02-23 Lute Kamstra <lute@gnu.org>
7497
7498 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7499 to define global minor modes as well.
7500
7501 * display.texi (Managing Overlays): overlay-buffer returns nil for
7502 deleted overlays.
7503
75042005-02-22 Kim F. Storm <storm@cua.dk>
7505
7506 * minibuf.texi (Basic Completion): Allow symbols in addition to
7507 strings in try-completion and all-completions.
7508
75092005-02-14 Lute Kamstra <lute@gnu.org>
7510
7511 * elisp.texi (Top): Remove reference to deleted node.
7512
7513 * lists.texi (Lists): Remove reference to deleted node.
7514 (Cons Cells): Fix typo.
7515
7516 * loading.texi (Where Defined): Fix typo.
7517
75182005-02-14 Richard M. Stallman <rms@gnu.org>
7519
7520 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7521 is useful for discarding some minor modes.
7522
7523 * symbols.texi (Symbol Components): Reorder examples.
7524
7525 * streams.texi (Input Functions): State standard-input default.
7526 (Output Variables): State standard-output default.
7527
7528 * objects.texi (Printed Representation): Clarify read syntax vs print.
7529 (Floating Point Type): Explain meaning better.
7530 (Symbol Type): Explain uniqueness better.
7531 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7532 List examples sooner.
7533 (Box Diagrams): New subnode broken out.
7534 Some examples moved from old Lists as Boxes node.
7535 (Dotted Pair Notation): Clarify intro.
7536 (Array Type): Clarify.
7537 (Type Predicates): Add hash-table-p.
7538
7539 * numbers.texi (Integer Basics): Clarify radix explanation.
7540 (Predicates on Numbers): Minor clarification.
7541 (Comparison of Numbers): Minor clarification. Clarify eql.
7542 Typos in min, max.
7543 (Math Functions): Clarify overflow in expt.
7544
7545 * minibuf.texi (Text from Minibuffer): Minor clarification.
7546 Mention arrow keys.
7547
7548 * loading.texi (Autoload): defun's doc string overrides autoload's
7549 doc string.
7550 (Repeated Loading): Modernize "add to list" examples.
7551 (Where Defined): Finish updating table of load-history elts.
7552
7553 * lists.texi (List-related Predicates): Minor wording improvement.
7554 (Lists as Boxes): Node deleted.
7555 (Building Lists): Explain trivial cases of number-sequence.
7556
7557 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7558 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7559 (Hash Access): Any object can be a key.
7560 State value of maphash.
7561
7562 * functions.texi (What Is a Function): Wording cleanup.
7563 (Function Documentation): Minor cleanup.
7564 Explain purpose of calling convention at end of doc string.
7565 (Function Names): Wording cleanup.
7566 (Calling Functions): Wording cleanup.
7567 Explain better how funcall calls the function.
7568 (Function Cells): Delete example of saving and redefining function.
7569
7570 * control.texi (Combining Conditions): Wording cleanup.
7571 (Iteration): dolist and dotimes bind VAR locally.
7572 (Cleanups): Xref to Atomic Changes.
7573
7574 * compile.texi (Byte Compilation): Delete 19.29 info.
7575 (Compilation Functions): Macros' difficulties don't affect defsubst.
7576 (Docs and Compilation): Delete 19.29 info.
7577
75782005-02-10 Richard M. Stallman <rms@gnu.org>
7579
7580 * objects.texi (Symbol Type): Minor correction.
7581
75822005-02-06 Lute Kamstra <lute@gnu.org>
7583
7584 * modes.texi (Example Major Modes): Fix typos.
7585
75862005-02-06 Richard M. Stallman <rms@gnu.org>
7587
7588 * text.texi (Margins): fill-nobreak-predicate can be one function.
7589
7590 * strings.texi (Modifying Strings): clear-string can make unibyte.
7591 (Formatting Strings): format gives error if values missing.
7592
7593 * positions.texi (Character Motion): Mention default arg
7594 for forward-char. backward-char refers to forward-char.
7595 (Word Motion): Mention default arg for forward-word.
7596 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7597 Simplify end-of-buffer.
7598 (Text Lines): Mention default arg for forward-line.
7599 (List Motion): Mention default arg for beginning/end-of-defun.
7600 (Skipping Characters): Minor fixes in explaining character-set.
7601
7602 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7603 Mode inheritance applies only when default-major-mode is nil.
7604 Clarifications.
7605 (Example Major Modes): Update Text mode and Lisp mode examples.
7606 (Minor Mode Conventions): Mention define-minor-mode at top.
7607 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7608 (Mode Line Format): Update mode line face display info.
7609 (Properties in Mode): Mention effect of risky vars.
7610 (Imenu): Define imenu-add-to-menubar.
7611 (Font Lock Mode): Add descriptions to menu lines.
7612 (Faces for Font Lock): Add font-lock-doc-face.
7613
76142005-02-05 Lute Kamstra <lute@gnu.org>
7615
7616 * text.texi (Maintaining Undo): Remove obsolete function.
7617
76182005-02-05 Eli Zaretskii <eliz@gnu.org>
7619
7620 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7621 color specifications. Improve indexing.
b8d4c8d0
GM
7622 (Text Terminal Colors): Replace the description of RGB values by
7623 an xref to "Color Names".
7624
76252005-02-03 Richard M. Stallman <rms@gnu.org>
7626
7627 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7628 Clarify.
7629 (Selecting Windows): Clarify save-selected-window.
7630 (Cyclic Window Ordering): Clarify walk-windows.
7631 (Window Point): Clarify.
7632 (Window Start): Add comment to example.
7633 (Resizing Windows): Add `interactive' specs in examples.
7634 Document fit-window-to-buffer.
7635
7636 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7637 (Undo, Maintaining Undo): Clarify last change.
7638 (Sorting): In sort-numeric-fields, explain about octal and hex.
7639 Mention sort-numeric-base.
7640 (Format Properties): Add xref for hard newlines.
7641
7642 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7643 (Pop-Up Menus): Fix typo.
7644 (Color Names): Explain all types of color names.
7645 Explain color-values on B&W terminal.
7646 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7647
7648 * files.texi (File Locks): Not supported on MS systems.
7649 (Testing Accessibility): Clarify.
7650
7651 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7652 (Coverage Testing): Fix typo.
7653
7654 * commands.texi (Misc Events): Remove stray space.
7655
7656 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7657 (Modification Time): Clarify when visited-file-modtime returns 0.
7658 (The Buffer List): Clarify bury-buffer.
7659 (Killing Buffers): Clarify.
7660 (Indirect Buffers): Add clone-indirect-buffer.
7661
76622005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7663
7664 * edebug.texi (Printing in Edebug): Fix default value of
7665 edebug-print-circle.
7666 (Coverage Testing): Fix displayed frequency count data.
7667
76682005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7669
7670 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7671
76722005-02-02 Kim F. Storm <storm@cua.dk>
7673
7674 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7675
76762005-01-29 Eli Zaretskii <eliz@gnu.org>
7677
7678 * commands.texi (Misc Events): Describe the help-echo event.
7679
7680 * text.texi (Special Properties) <help-echo>: Use `pos'
7681 consistently in description of the help-echo property.
7682 Use @code{nil} instead of @var{nil}.
7683
7684 * display.texi (Overlay Properties): Fix the index entry for
7685 help-echo overlay property.
7686
7687 * customize.texi (Type Keywords): Uncomment the xref to the
7688 help-echo property documentation.
7689
76902005-01-23 Kim F. Storm <storm@cua.dk>
7691
7692 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7693 return value. Third element FULLY replaced by PARTIAL which
7694 specifies number of invisible pixels if row is only partially visible.
7695 (Textual Scrolling): Mention auto-window-vscroll.
7696 (Vertical Scrolling): New defvar auto-window-vscroll.
7697
76982005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7699
7700 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7701 command remapping.
7702
77032005-01-15 Richard M. Stallman <rms@gnu.org>
7704
7705 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7706
77072005-01-14 Kim F. Storm <storm@cua.dk>
7708
7709 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7710
7711 * text.texi (Links and Mouse-1): Fix string and vector item.
7712
77132005-01-13 Richard M. Stallman <rms@gnu.org>
7714
7715 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7716 descriptions of overriding-local-map and overriding-terminal-local-map.
7717
7718 * text.texi (Links and Mouse-1): Clarify text.
7719
77202005-01-13 Kim F. Storm <storm@cua.dk>
7721
7722 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7723
77242005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7725
7726 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7727
77282005-01-12 Kim F. Storm <storm@cua.dk>
7729
7730 * text.texi (Links and Mouse-1): Rename section from Enabling
7731 Mouse-1 to Following Links. Change xrefs.
7732 Add examples for define-button-type and define-widget.
7733
7734 * display.texi (Button Properties, Button Buffer Commands):
7735 Clarify mouse-1 and follow-link functionality.
7736
77372005-01-12 Richard M. Stallman <rms@gnu.org>
7738
7739 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7740
7741 * display.texi (Beeping): Fix Texinfo usage.
7742
7743 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7744
77452005-01-11 Kim F. Storm <storm@cua.dk>
7746
7747 * display.texi (Button Properties, Button Buffer Commands):
7748 Mention mouse-1 binding. Add follow-link keyword.
7749
7750 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7751 (Enabling Mouse-1 to Follow Links): New subsection.
7752
77532005-01-06 Richard M. Stallman <rms@gnu.org>
7754
7755 * text.texi (Special Properties): Minor change.
7756
7757 * os.texi (Timers): Clarify previous change.
7758
7759 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7760
77612005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7762
7763 * display.texi (Face Attributes): Correct xref to renamed node.
7764
77652005-01-01 Richard M. Stallman <rms@gnu.org>
7766
7767 * display.texi (Face Attributes): Describe hex color specs.
7768
77692004-12-31 Richard M. Stallman <rms@gnu.org>
7770
7771 * os.texi (Timers): Update previous change.
7772
77732004-12-30 Kim F. Storm <storm@cua.dk>
7774
7775 * display.texi (Line Height): Total line-height is now specified
7776 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7777 in cons cells. (nil . RATIO) is relative to actual line height.
7778 Use line-height `t' instead of `0' to get minimum height.
7779
77802004-12-29 Richard M. Stallman <rms@gnu.org>
7781
7782 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7783
77842004-12-28 Richard M. Stallman <rms@gnu.org>
7785
7786 * commands.texi (Quitting): Clarify value of with-local-quit.
7787
7788 * elisp.texi (Top): Fix previous change.
7789
7790 * loading.texi (Loading): Fix previous change.
7791
77922004-12-27 Richard M. Stallman <rms@gnu.org>
7793
7794 * Makefile.in (MAKEINFO): Specify --force.
7795
7796 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7797
7798 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7799
7800 * display.texi (Line Height): Further clarify.
7801
7802 * elisp.texi (Top): Update Loading submenu.
7803
7804 * loading.texi (Where Defined): New node.
7805 (Unloading): load-history moved to Where Defined.
7806
78072004-12-21 Richard M. Stallman <rms@gnu.org>
7808
7809 * commands.texi (Event Input Misc): Add while-no-input.
7810
78112004-12-11 Richard M. Stallman <rms@gnu.org>
7812
7813 * display.texi (Line Height): Rewrite text for clarity.
7814
78152004-12-11 Kim F. Storm <storm@cua.dk>
7816
7817 * display.texi (Display): Add node "Line Height" to menu.
7818 (Line Height): New node. Move full description of line-spacing
7819 and line-height text properties here from text.texi.
7820 (Scroll Bars): Add vertical-scroll-bar variable.
7821
7822 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7823
7824 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7825 line-spacing and vertical-scroll-bar.
7826
7827 * text.texi (Special Properties): Just mention line-spacing and
7828 line-height here, add xref to new "Line Height" node.
7829
78302004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7831
7832 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7833
7834 * locals.texi (Standard Buffer-Local Variables):
7835 Add @xref for `line-spacing'.
7836
78372004-12-05 Richard M. Stallman <rms@gnu.org>
7838
7839 * Makefile.in (maintainer-clean): Remove the info files
7840 in $(infodir) where they are created.
7841
78422004-12-03 Richard M. Stallman <rms@gnu.org>
7843
7844 * windows.texi (Selecting Windows): get-lru-window and
7845 get-largest-window don't consider dedicated windows.
7846
7847 * text.texi (Undo): Document undo-in-progress.
7848
78492004-11-26 Richard M. Stallman <rms@gnu.org>
7850
7851 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7852 Remove a few vars that are not always buffer-local.
7853
78542004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7855
7856 * locals.texi (Standard Buffer-Local Variables): Comment out
7857 xref's to non-existent node `Yet to be written'.
7858
78592004-11-24 Richard M. Stallman <rms@gnu.org>
7860
7861 * processes.texi (Synchronous Processes): Grammar fix.
7862
7863 * numbers.texi (Comparison of Numbers): Add eql.
7864
7865 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7866
7867 * intro.texi (Printing Notation): Fix previous change.
7868
7869 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7870 and default-indicate-buffer-boundaries from here.
7871 (Usual Display): To here.
7872 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7873 (Usual Display): Move tab-width up.
7874
5dcb4c4e
SM
7875 * customize.texi (Variable Definitions):
7876 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7877 (Simple Types, Composite Types, Defining New Types):
7878 Minor cleanups.
7879
78802004-11-21 Jesper Harder <harder@ifa.au.dk>
7881
7882 * processes.texi (Synchronous Processes, Output from Processes):
7883 Markup fix.
7884
78852004-11-20 Richard M. Stallman <rms@gnu.org>
7886
7887 * positions.texi (Skipping Characters): skip-chars-forward
7888 now handles char classes.
7889
7890 * intro.texi (Printing Notation): Avoid confusion of `print'
7891 when explaining @print.
7892
7893 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7894
7895 * display.texi (Display Table Format): Minor fix.
7896
7897 * streams.texi (Output Functions): Fix print example.
7898
7899 * Makefile.in (elisp): New target.
7900 (dist): Depend on $(infodir)/elisp, not elisp.
7901 Copy the info files from $(infodir).
7902
7903 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7904 read-from-minibuffer.
7905
7906 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7907
79082004-11-19 Richard M. Stallman <rms@gnu.org>
7909
7910 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7911
79122004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7913
7914 * tips.texi (Coding Conventions): Fix typo.
7915
79162004-11-16 Richard M. Stallman <rms@gnu.org>
7917
7918 * tips.texi (Coding Conventions): Separate defvar and require
7919 methods to avoid warnings. Use require only when there are many
7920 functions and variables from that package.
7921
7922 * minibuf.texi (Minibuffer Completion): When ignoring case,
7923 predicate must not be case-sensitive.
7924
7925 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7926 (Test Coverage): Don't talk about "splotches". Clarified.
7927
79282004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7929
7930 * frames.texi (Window Frame Parameters): Fix typo.
7931
79322004-11-15 Kim F. Storm <storm@cua.dk>
7933
7934 * symbols.texi (Other Plists): Note that plist-get may signal error.
7935 Add safe-plist-get.
7936
79372004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7938
7939 * modes.texi (Font Lock Basics): Fix typo.
7940
79412004-11-08 Richard M. Stallman <rms@gnu.org>
7942
7943 * syntax.texi (Syntax Table Functions): Add syntax-after.
7944
79452004-11-06 Lars Brinkhoff <lars@nocrew.org>
7946
7947 * os.texi (Processor Run Time): New section documenting
7948 get-internal-run-time.
7949
79502004-11-06 Eli Zaretskii <eliz@gnu.org>
7951
7952 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7953 it nukes elisp-cover.texi.
7954 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7955 elisp-0 etc.
7956
79572004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7958
7959 * commands.texi (Keyboard Macros): Document `append' return value
7960 of `defining-kbd-macro'.
7961
79622004-11-01 Richard M. Stallman <rms@gnu.org>
7963
7964 * commands.texi (Interactive Call): Add called-interactively-p.
7965
79662004-10-29 Simon Josefsson <jas@extundo.com>
7967
7968 * minibuf.texi (Reading a Password): Revert.
7969
79702004-10-28 Richard M. Stallman <rms@gnu.org>
7971
7972 * frames.texi (Display Feature Testing): Explain about "vendor".
7973
79742004-10-27 Richard M. Stallman <rms@gnu.org>
7975
7976 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7977 not raw. Clarify `n'.
7978 (Interactive Call): Rewrite interactive-p, focusing on when
7979 and how to use it.
7980 (Misc Events): Clarify previous change.
7981
7982 * advice.texi (Simple Advice): Clarify what job the example does.
7983 (Around-Advice): Clarify ad-do-it.
7984 (Activation of Advice): An option of ad-default-compilation-action
7985 is `never', not `nil'.
7986
79872004-10-26 Kim F. Storm <storm@cua.dk>
7988
7989 * commands.texi (Interactive Codes): Add U code letter.
7990
79912004-10-25 Simon Josefsson <jas@extundo.com>
7992
7993 * minibuf.texi (Reading a Password): Add.
7994
79952004-10-24 Jason Rumney <jasonr@gnu.org>
7996
7997 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7998 and wheel-down.
7999
80002004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8001
8002 * processes.texi (Synchronous Processes): Document process-file.
8003
80042004-10-22 Kenichi Handa <handa@m17n.org>
8005
8006 * text.texi (translate-region): Document that it accepts also a
8007 char-table.
8008
80092004-10-22 David Ponce <david@dponce.com>
8010
8011 * windows.texi (Resizing Windows): Document the `preserve-before'
8012 argument of the functions `enlarge-window' and `shrink-window'.
8013
80142004-10-19 Jason Rumney <jasonr@gnu.org>
8015
8016 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8017
80182004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8019
8020 * text.texi (Filling): Add anchor for definition of
8021 `sentence-end-double-space'.
8022
8023 * searching.texi (Regexp Example): Update description of how
8024 Emacs currently recognizes the end of a sentence.
8025 (Standard Regexps): Update definition of the variable
8026 `sentence-end'. Add definition of the function `sentence-end'.
8027
80282004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8029
8030 * display.texi (Progress): New node.
8031
80322004-10-05 Kim F. Storm <storm@cua.dk>
8033
8034 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8035
80362004-09-29 Kim F. Storm <storm@cua.dk>
8037
8038 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8039 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8040 fringe bitmap symbols, as they now have their own namespace.
8041 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8042 vs. pixels. Signal error if no free bitmap slots.
8043 (Pixel Specification): Change IMAGE to @var{image}.
8044
80452004-09-28 Richard M. Stallman <rms@gnu.org>
8046
8047 * text.texi (Special Properties): Clarify line-spacing and line-height.
8048
8049 * searching.texi (Regexp Search): Add looking-back.
8050
80512004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8052
8053 * display.texi: Correct typos.
8054 (Image Descriptors): Correct xref's.
8055
80562004-09-25 Richard M. Stallman <rms@gnu.org>
8057
8058 * text.texi (Special Properties): Cleanups in `cursor'.
8059 Rewrites in `line-height' and `line-spacing'; exchange them.
8060
8061 * display.texi (Fringes): Rewrite previous change.
8062 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8063 (Display Fringe Bitmaps): Node deleted, text moved.
8064 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8065 (Scroll Bars): Clarify set-window-scroll-bars.
8066 (Pointer Shape): Rewrite.
8067 (Specified Space): Clarify :align-to, etc.
8068 (Pixel Specification): Use @var. Clarify new text.
8069 (Other Display Specs): Clarify `slice'.
8070 (Image Descriptors): Cleanups.
8071 (Showing Images): Cleanups.
8072
80732004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8074
8075 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8076
8077 * modes.texi: Various minor changes in addition to:
8078 (Major Mode Conventions): Final call to `run-mode-hooks' should
8079 not be inside the `delay-mode-hooks' form.
8080 (Mode Hooks): New node.
8081 (Hooks): Delete obsolete example.
8082 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8083 node "Mode Hooks".
8084
80852004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8086
8087 * display.texi: Correct various typos.
8088 (Display): Rename node "Pointer Shapes" to "Pointer
8089 Shape". (There is already a node called "Pointer Shapes" in
8090 frames.texi.)
8091 (Images): Remove non-existent node "Image Slices" from menu.
8092
80932004-09-23 Kim F. Storm <storm@cua.dk>
8094
8095 * text.texi (Special Properties): Add `cursor', `pointer',
8096 `line-height', and `line-spacing' properties.
8097
8098 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8099 Shapes' to menu.
8100 (Standard Faces): Doc fix for fringe face.
8101 (Fringes): Add `overflow-newline-into-fringe' and
8102 'indicate-buffer-boundaries'.
8103 (Fringe Bitmaps, Pointer Shapes): New nodes.
8104 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8105 Bitmaps' to menu.
8106 (Specified Space): Describe pixel width and height.
8107 (Pixel Specification): New node.
8108 (Other Display Specs): Add `slice' property.
8109 (Display Fringe Bitmaps): New node.
8110 (Images): Add 'Image Slices' to menu.
8111 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8112 (Showing Images): Add slice arg to `insert-image'.
8113 Add 'insert-sliced-image'.
b8d4c8d0
GM
8114
81152004-09-20 Richard M. Stallman <rms@gnu.org>
8116
8117 * commands.texi (Key Sequence Input):
8118 Clarify downcasing in read-key-sequence.
8119
81202004-09-08 Juri Linkov <juri@jurta.org>
8121
8122 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8123
81242004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8125
5dcb4c4e
SM
8126 * locals.texi (Standard Buffer-Local Variables):
8127 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8128 * internals.texi (Buffer Internals): Describe new
8129 auto_save_file_format field of the buffer structure.
8130 * files.texi (Format Conversion): `auto-save-file-format' has been
8131 renamed `buffer-auto-save-file-format'.
8132
81332004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8134
8135 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8136 an integer or a marker.
8137 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8138
81392004-08-22 Richard M. Stallman <rms@gnu.org>
8140
8141 * modes.texi (Major Mode Conventions): Discuss rebinding of
8142 standard key bindings.
8143
81442004-08-18 Kim F. Storm <storm@cua.dk>
8145
8146 * processes.texi (Accepting Output): Add `just-this-one' arg to
8147 `accept-process-output'.
8148 (Output from Processes): New var `process-adaptive-read-buffering'.
8149
81502004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8151
8152 * keymaps.texi: Various changes in addition to:
8153 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8154 Give more varied examples for `kbd'.
8155 (Creating Keymaps): Char tables have slots for all characters
8156 without modifiers.
8157 (Active Keymaps): `overriding-local-map' and
8158 `overriding-terminal-local-map' also override text property and
8159 overlay keymaps.
8160 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8161 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8162 to denote a prefix of no events.
8163 `map-keymap' includes parent's bindings _recursively_.
8164 Clarify and correct description of `where-is-internal'.
8165 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8166 (Menu Example): For menus intended for use with the keyboard, the
8167 menu items should be bound to characters or real function keys.
8168
81692004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8170
8171 * objects.texi (Character Type): Reposition `@anchor' to prevent
8172 double space inside sentence in Info.
8173
8174 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8175 renamed to `disabled-command-function'.
8176 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8177 (Command Loop Info): Replace reference to it.
8178 (Disabling Commands): `disabled-command-hook' has been renamed to
8179 `disabled-command-function'.
8180
81812004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8182
8183 * os.texi (Translating Input): Only non-prefix bindings in
8184 `key-translation-map' override actual key bindings. Warn about
8185 possible indirect effect of actual key bindings on non-prefix
8186 bindings in `key-translation-map'.
8187
81882004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8189
8190 * minibuf.texi (High-Level Completion): Add anchor for definition
8191 of `read-variable'.
8192
8193 * commands.texi: Various changes in addition to:
8194 (Using Interactive): Clarify description of `interactive-form'.
8195 (Interactive Call): Mention default for KEYS argument to
8196 `call-interactively'.
8197 (Command Loop Info): Clarify description of `this-command-keys'.
8198 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8199 Value of `last-event-frame' can be `macro'.
8200 (Repeat Events): `double-click-fuzz' is also used to distinguish
8201 clicks and drags.
8202 (Classifying Events): Clarify descriptions of `event-modifiers'
8203 `event-basic-type' and `event-convert-list'.
8204 (Accessing Events): `posn-timestamp' takes POSITION argument.
8205 (Quoted Character Input): Clarify description of
8206 `read-quoted-char' and fix example.
8207 (Quitting): Add `with-local-quit'.
8208 (Disabling Commands): Correct and clarify descriptions of
8209 `enable-command' and `disable-command'.
8210 Mention what happens if `disabled-command-hook' is nil.
8211 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8212 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8213
82142004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8215
8216 * frames.texi: Various changes in addition to:
8217 (Creating Frames): Expand and clarify description of `make-frame'.
8218 (Window Frame Parameters): Either none or both of the `icon-left'
8219 and `icon-top' parameters must be specified. Put descriptions of
8220 `menu-bar-lines' and `toolbar-lines' closer together and change
8221 them accordingly.
8222 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8223 except while processing `frame-title-format' or `icon-title-format'.
8224 (Deleting Frames): Correct description of `delete-frame'.
8225 Non-nil return values of `frame-live-p' are like those of `framep'.
8226 (Frames and Windows): Mention return value of
8227 `set-frame-selected-window'.
8228 (Visibility of Frames): Mention `force' argument to
8229 `make-frame-invisible'. `frame-visible-p' returns t for all
8230 frames on text-only terminals.
8231 (Frame Configurations): Restoring a frame configuration does not
8232 restore deleted frames.
8233 (Window System Selections): `x-set-selection' returns DATA.
8234 (Resources): Add example.
8235 (Display Feature Testing): Clarify descriptions of
8236 `display-pixel-height', `display-pixel-width', `x-server-version'
8237 and `x-server-vendor'.
8238
8239 * windows.texi (Choosing Window): Add anchor.
8240 * minibuf.texi (Minibuffer Misc): Add anchor.
8241
82422004-07-23 John Paul Wallington <jpw@gnu.org>
8243
8244 * macros.texi (Defining Macros): Declaration keyword for setting
8245 Edebug spec is `debug' not `edebug'.
8246
82472004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8248
8249 * windows.texi: Various small changes in addition to:
8250 (Window Point): Mention return value of `set-window-point'.
8251 (Window Start): `pos-visible-in-window-p' disregards horizontal
8252 scrolling. Explain return value if PARTIALLY is non-nil.
8253 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8254 and `set-window-vscroll'.
8255 (Size of Window): The argument WINDOW to `window-inside-edges',
8256 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8257 (Resizing Windows): Explain return value of
8258 `shrink-window-if-larger-than-buffer'.
8259 `window-size-fixed' automatically becomes buffer local when set.
8260 (Window Configurations): Explain return value of
8261 `set-window-configuration'.
8262
8263 * minibuf.texi (Minibuffer Misc): Add anchor for
8264 `minibuffer-scroll-window'.
8265
8266 * positions.texi (Text Lines): Add anchor for `count-lines'.
8267
82682004-07-17 Richard M. Stallman <rms@gnu.org>
8269
8270 * display.texi (Overlay Properties): Adding `evaporate' prop
8271 deletes empty overlay immediately.
8272
8273 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8274 fix example.
8275
82762004-07-16 Jim Blandy <jimb@redhat.com>
8277
8278 * searching.texi (Regexp Backslash): Document new \_< and \_>
8279 operators.
8280
82812004-07-16 Juanma Barranquero <lektu@terra.es>
8282
8283 * display.texi (Images): Fix Texinfo usage.
8284
82852004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8286
8287 * buffers.texi (Modification Time): `visited-file-modtime' now
8288 returns a list of two integers, instead of a cons.
8289
82902004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8291
8292 * windows.texi: Various changes in addition to:
8293 (Splitting Windows): Add `split-window-keep-point'.
8294
82952004-07-09 Richard M. Stallman <rms@gnu.org>
8296
8297 * frames.texi (Input Focus): Minor fix.
8298
82992004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8300
8301 * frames.texi (Input Focus): Clarify descriptions of
8302 `select-frame-set-input-focus' and `select-frame'.
8303
83042004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8305
8306 * os.texi: Various small changes in addition to:
8307 (Killing Emacs): Expand and clarify description of
8308 `kill-emacs-query-functions' and `kill-emacs-hook'.
8309 (System Environment): Expand and clarify description of `getenv'
8310 and `setenv'.
8311 (Timers): Clarify description of `run-at-time'.
8312 (Translating Input): Correct description of
8313 `extra-keyboard-modifiers'.
8314 (Flow Control): Correct description of `enable-flow-control'.
8315
83162004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8317
8318 * os.texi: Update copyright.
8319 (Session Management): Grammar fix.
8320 Clarify which Emacs does the restarting.
8321 Use @samp for *scratch* buffer.
8322
83232004-07-04 Alan Mackenzie <acm@muc.de>
8324
8325 * frames.texi (Input Focus): Add documentation for
8326 `select-frame-set-input-focus'. Replace refs to non-existent
8327 `switch-frame' with `select-frame'. Minor corrections and tidying
8328 up of text-only terminal stuff.
8329
83302004-07-02 Richard M. Stallman <rms@gnu.org>
8331
8332 * files.texi (Saving Buffers): Cleanup write-contents-function.
8333 (Magic File Names): Cleanup file-remote-p.
8334
b344d29d 83352004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8336
8337 * files.texi (Magic File Names): `file-remote-p' returns an
8338 identifier of the remote system, not just t.
8339
83402004-07-02 David Kastrup <dak@gnu.org>
8341
8342 * searching.texi (Entire Match Data): Add explanation about new
8343 match-data behavior when @var{integers} is non-nil.
8344
83452004-06-24 Richard M. Stallman <rms@gnu.org>
8346
8347 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8348
8349 * customize.texi (Variable Definitions): Note about doc strings
8350 and :set.
8351
8352 * keymaps.texi (Keymap Terminology): Document `kbd'.
8353 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8354
8355 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8356 makes it buffer-local.
8357
8358 * files.texi (Saving Buffers): Correct previous change.
8359
8360 * commands.texi (Accessing Events):
8361 Clarify posn-col-row and posn-actual-col-row.
8362
83632004-06-24 David Ponce <david.ponce@wanadoo.fr>
8364
8365 * commands.texi (Accessing Events): New functions
8366 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8367
83682004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8369
8370 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8371 * frames.texi, buffers.texi, backups.texi, variables.texi:
8372 * loading.texi, eval.texi, functions.texi, control.texi:
8373 * symbols.texi, minibuf.texi: Reposition @anchor's.
8374
8375 * help.texi: Various small changes in addition to the following.
8376 (Describing Characters): Describe PREFIX argument to
8377 `key-description'. Correct and clarify definition of
8378 `text-char-description'. Describe NEED-VECTOR argument to
8379 `read-kbd-macro'.
8380 (Help Functions): Clarify definition of `apropos'.
8381
83822004-06-23 Lars Hansen <larsh@math.ku.dk>
8383
8384 * files.texi (Saving Buffers): Correct description of
8385 `write-contents-functions'.
8386
83872004-06-21 Juanma Barranquero <lektu@terra.es>
8388
8389 * display.texi (Images): Remove redundant @vindex directives.
8390 Rewrite `image-library-alist' doc in active voice.
8391
83922004-06-14 Juanma Barranquero <lektu@terra.es>
8393
8394 * display.texi (Images): Document new delayed library loading,
8395 variable `image-library-alist' and (existing but undocumented)
8396 function `image-type-available-p'.
8397
83982004-06-05 Richard M. Stallman <rms@gnu.org>
8399
8400 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8401 refer the user to the Initial Input node.
8402 (Text from Minibuffer): Likewise.
8403 (Initial Input): New node. Document this feature
8404 and say it is mostly deprecated.
8405
84062004-05-30 Richard M. Stallman <rms@gnu.org>
8407
8408 * loading.texi (Named Features): Clarify return value
8409 and meaning of NOERROR.
8410
8411 * variables.texi (File Local Variables): Minor cleanup.
8412
84132004-05-30 Michael Albinus <michael.albinus@gmx.de>
8414
8415 * files.texi (Magic File Names): Add `file-remote-p' as operation
8416 of file name handlers.
8417
84182004-05-29 Richard M. Stallman <rms@gnu.org>
8419
8420 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8421 as arg to a minor mode command.
8422
84232004-05-22 Richard M. Stallman <rms@gnu.org>
8424
8425 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8426
8427 * streams.texi (Output Variables): Doc float-output-format.
8428
8429 * searching.texi (Regexp Special): Nested repetition can be infloop.
8430
8431 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8432 real stack overflow.
8433
8434 * compile.texi: Minor cleanups.
8435
84362004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8437
8438 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8439 circular lists.
8440 (List Elements): Explain handling of circular and dotted lists.
8441
84422004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8443
8444 * modes.texi (Search-based Fontification): Fix typo.
8445
84462004-05-10 Juanma Barranquero <lektu@terra.es>
8447
8448 * modes.texi (Mode Line Variables): Fix description of
8449 global-mode-string, which is now after which-func-mode, not the
8450 buffer name.
8451
84522004-05-07 Lars Hansen <larsh@math.ku.dk>
8453
8454 * modes.texi (Desktop Save Mode): Add.
8455 (Modes): Add menu entry Desktop Save Mode.
8456
8457 * hooks.texi: Add desktop-after-read-hook,
8458 desktop-no-desktop-file-hook and desktop-save-hook.
8459
8460 * locals.texi: Add desktop-save-buffer.
8461
84622004-04-30 Jesper Harder <harder@ifa.au.dk>
8463
8464 * display.texi: emacs -> Emacs.
8465
84662004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8467
8468 * files.texi (Changing Files): Document set-file-times.
8469
84702004-04-23 Juanma Barranquero <lektu@terra.es>
8471
8472 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8473
84742004-04-18 Jesper Harder <harder@ifa.au.dk>
8475
8476 * tips.texi (Coding Conventions): defopt -> defcustom.
8477
84782004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8479
8480 * sequences.texi: Various clarifications.
8481
84822004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8483
8484 * buffers.texi (Read Only Buffers): Mention optional ARG to
8485 `toggle-read-only'.
8486
84872004-04-14 Nick Roberts <nick@nick.uklinux.net>
8488
8489 * windows.texi (Selecting Windows): Note that get-lru-window
8490 returns a full-width window if possible.
8491
84922004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8493
8494 * buffers.texi: Various changes in addition to:
8495 (Buffer File Name): Add `find-buffer-visiting'.
8496 (Buffer Modification): Mention optional ARG to `not-modified'.
8497 (Indirect Buffers): Mention optional CLONE argument to
8498 `make-indirect-buffer'.
8499
8500 * files.texi: Various changes in addition to:
8501 (Visiting Functions): `find-file-hook' is now a normal hook.
8502 (File Name Expansion): Explain difference between the way that
8503 `expand-file-name' and `file-truename' treat `..'.
8504 (Contents of Directories): Mention optional ID-FORMAT argument to
8505 `directory-files-and-attributes'.
8506 (Format Conversion): Mention new optional CONFIRM argument to
8507 `format-write-file'.
8508
85092004-04-12 Miles Bader <miles@gnu.org>
8510
8511 * macros.texi (Expansion): Add description of `macroexpand-all'.
8512
85132004-04-05 Jesper Harder <harder@ifa.au.dk>
8514
5dcb4c4e
SM
8515 * variables.texi (Variable Aliases):
8516 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8517
8518 * errors.texi (Standard Errors): Ditto.
8519
85202004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8521
8522 * backups.texi: Various small changes in addition to:
8523 (Making Backups): Mention return value of `backup-buffer'.
8524 (Auto-Saving): Mention optional FORCE argument to
8525 `delete-auto-save-file-if-necessary'.
8526 (Reverting): Mention optional PRESERVE-MODES argument to
8527 `revert-buffer'. Correct description of `revert-buffer-function'.
8528
85292004-03-22 Juri Linkov <juri@jurta.org>
8530
8531 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8532 with `Vector Functions'.
8533
8534 * text.texi (Sorting): Add missing quote.
8535
85362004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8537
8538 * intro.texi (Lisp History): Replace xref to `cl' manual with
8539 inforef.
8540
85412004-03-12 Richard M. Stallman <rms@gnu.org>
8542
8543 * intro.texi (Version Info): Add arg to emacs-version.
8544 (Lisp History): Change xref to CL manual.
8545
85462004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8547
8548 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8549 for Partial Completion mode.
8550
85512004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8552
8553 * customize.texi: Fix typo. Remove eol whitespace.
8554
85552004-03-04 Richard M. Stallman <rms@gnu.org>
8556
8557 * processes.texi: Fix typos.
8558
8559 * lists.texi (Building Lists): Minor clarification.
8560
8561 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8562 in make-hash-table.
8563
85642004-02-29 Juanma Barranquero <lektu@terra.es>
8565
8566 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8567 rm, and ignore exit code.
8568
85692004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8570
8571 * display.texi (Defining Faces): Add description for min-colors.
8572 Update example.
8573
85742004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8575
8576 * abbrevs.texi: Various corrections and clarifications in addition
8577 to the following:
8578 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8579
85802004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8581
8582 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8583
85842004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8585
8586 * text.texi: Various small changes in addition to the following:
8587 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8588 to delete-horizontal-space.
8589 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8590 description of yank-handler text property at various places.
8591
8592 * frames.texi (Window System Selections): Add anchor.
8593
8594 * syntax.texi (Syntax Table Functions): Clarify and correct
8595 descriptions of make-syntax-table and copy-syntax-table.
8596 (Motion and Syntax): Clarify SYNTAXES argument to
8597 skip-syntax-forward.
8598 (Parsing Expressions): Mention that the return value of
8599 parse-partial-sexp is currently a list of ten rather than nine
8600 elements.
8601 (Categories): Various corrections and clarifications.
8602
86032004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8604
8605 * markers.texi (Marker Insertion Types): Minor change.
8606
8607 * locals.texi (Standard Buffer-Local Variables):
8608 * commands.texi (Interactive Codes, Using Interactive):
8609 * functions.texi (Related Topics): Fix xrefs.
8610
86112004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8612
8613 * lists.texi (Sets And Lists): Update description of delete-dups.
8614
86152004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8616
8617 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8618
c8763fb6 86192004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8620
8621 * frames.texi (Parameter Access): frame-parameters arg is optional.
8622 modify-frame-parameters handles nil for FRAME.
8623 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8624 are all-or-nothing for certain toolkits.
8625 Mention parameter wait-for-wm.
8626 (Frames and Windows): In frame-first-window and frame-selected-window
8627 the arg is optional.
8628 (Input Focus): In redirect-frame-focus the second arg is optional.
8629 (Window System Selections): Mention selection type CLIPBOARD.
8630 Mention data-type UTF8_STRING.
8631 Mention numbering of cut buffers.
8632 (Resources): Describe x-resource-name.
8633
86342004-02-16 Richard M. Stallman <rms@gnu.org>
8635
8636 * windows.texi (Buffers and Windows): Delete false table
8637 about all-frames.
8638
8639 * syntax.texi (Parsing Expressions): Delete old caveat
8640 about parse-sexp-ignore-comments.
8641
8642 * streams.texi (Output Variables): Add print-quoted.
8643
8644 * lists.texi (Building Lists): Minor cleanup.
8645
8646 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8647
8648 * display.texi (Overlays): Explain overlays use markers.
8649 (Managing Overlays): Explain front-advance and rear-advance
8650 in more detail.
8651
8652 * loading.texi (Unloading): Document unload-feature-special-hooks.
8653 Get rid of fns-NNN.el file.
8654
86552004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8656
8657 * help.texi (Describing Characters): Fix text-char-description
8658 example output.
8659
8660 * edebug.texi (Using Edebug): Fix example.
8661
8662 * debugging.texi (Internals of Debugger): Fix return value.
8663
8664 * files.texi (Changing Files): Fix argname.
8665
8666 * calendar.texi: Fix parens, and default values.
8667
8668 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8669 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8670 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8671
8672 * positions.texi (Text Lines): Don't add -1 in current-line.
8673
86742004-02-16 Richard M. Stallman <rms@gnu.org>
8675
8676 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8677
86782004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8679
8680 * processes.texi (Low-Level Network): Fix a typo.
8681
86822004-02-12 Kim F. Storm <storm@cua.dk>
8683
8684 * display.texi (Fringes): Use consistent wording.
8685 Note that window-fringe's window arg is optional.
8686 (Scroll Bars): Use consistent wording.
8687
86882004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8689
8690 * tips.texi (Comment Tips): Document the new conventions for
8691 commenting out code.
8692
c8763fb6 86932004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8694
5dcb4c4e 8695 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8696
86972004-02-07 Kim F. Storm <storm@cua.dk>
8698
8699 * positions.texi (Text Lines): Add line-number-at-pos.
8700
87012004-02-06 John Paul Wallington <jpw@gnu.org>
8702
8703 * display.texi (Button Properties, Button Buffer Commands):
8704 mouse-2 invokes button, not down-mouse-1.
8705
87062004-02-04 Jason Rumney <jasonr@gnu.org>
8707
8708 * makefile.w32-in: Sync with Makefile.in changes.
8709
87102004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8711
8712 * minibuf.texi (Text from Minibuffer): Various corrections and
8713 clarifications.
8714 (Object from Minibuffer): Correct Lisp description of
8715 read-minibuffer.
8716 (Minibuffer History): Clarify description of cons values for
8717 HISTORY arguments.
5dcb4c4e
SM
8718 (Basic Completion): Various corrections and clarifications.
8719 Add completion-regexp-list.
b8d4c8d0
GM
8720 (Minibuffer Completion): Correct and clarify description of
8721 completing-read.
5dcb4c4e
SM
8722 (Completion Commands): Mention Partial Completion mode.
8723 Various other minor changes.
b8d4c8d0
GM
8724 (High-Level Completion): Various corrections and clarifications.
8725 (Reading File Names): Ditto.
8726 (Minibuffer Misc): Ditto.
8727
87282004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8729
8730 * strings.texi (Text Comparison): assoc-string also matches
8731 elements of alists that are strings instead of conses.
8732 (Formatting Strings): Standardize Texinfo usage. Update index
8733 entries.
8734
87352004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8736
8737 * lists.texi (Sets And Lists): Add delete-dups.
8738
87392004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8740
8741 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8742 special form.
8743 * macros.texi (Defining Macros): Update description of `declare',
8744 which now is a macro.
8745 (Wrong Time): Fix typos.
8746
87472004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8748
8749 * compile.texi (Compilation Functions): Expand descriptions of
8750 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8751 and `batch-byte-compile'. In particular, mention and describe
8752 all optional arguments.
8753 (Disassembly): Correct and clarify the description of `disassemble'.
8754
87552004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8756
8757 * searching.texi: Various small changes in addition to the
8758 following.
8759 (Regexp Example): Adapt to new value of `sentence-end'.
8760 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8761 `words'.
8762 (Search and Replace): Add usage note for `perform-replace'.
8763 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8764 `match-data'.
8765 (Standard Regexps): Update for new values of `paragraph-start'
8766 and `sentence-end'.
8767
87682004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8769
8770 * files.texi (Saving Buffers): Clarify descriptions of
8771 `write-contents-functions' and `before-save-hook'.
8772 Make the defvar's for `before-save-hook' and `after-save-hook'
8773 into defopt's.
8774
87752004-01-07 Kim F. Storm <storm@cua.dk>
8776
8777 * commands.texi (Click Events): Describe new image and
8778 width/height elements of click events.
8779 (Accessing Events): Add posn-string, posn-image, and
8780 posn-object-width-height. Change posn-object to return either
8781 image or string object.
8782
87832004-01-01 Simon Josefsson <jas@extundo.com>
8784
8785 * hooks.texi (Standard Hooks): Add before-save-hook.
8786 * files.texi (Saving Buffers): Likewise.
8787
87882004-01-03 Richard M. Stallman <rms@gnu.org>
8789
8790 * frames.texi (Frames and Windows): Delete frame-root-window.
8791
87922004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8793
8794 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8795
8796 * functions.texi: Various small changes in addition to the
8797 following.
5dcb4c4e
SM
8798 (What Is a Function): `functionp' returns nil for macros.
8799 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8800 (Function Documentation): Add `\' in front of (fn @var{arglist})
8801 and explain why.
8802 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8803 Add anchor.
8804 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8805
88062004-01-01 Miles Bader <miles@gnu.org>
8807
8808 * display.texi (Buttons): New section.
8809
88102003-12-31 Andreas Schwab <schwab@suse.de>
8811
8812 * numbers.texi (Math Functions): sqrt reports a domain-error
8813 error.
8814 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8815
88162003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8817
8818 * tips.texi (Documentation Tips): Update item on hyperlinks in
8819 documentation strings.
8820
8821 * errors.texi (Standard Errors): Various small corrections and
8822 additions.
8823
8824 * control.texi: Various small changes in addition to the
8825 following.
8826 (Signaling Errors): Provide some more details on how `signal'
8827 constructs the error message. Add anchor to the definition of
8828 `signal'.
8829 (Error Symbols): Describe special treatment of `quit'.
8830 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8831 to emphasize that it has to be a single form.
8832
8833 * buffers.texi: Add anchor.
8834
88352003-12-29 Richard M. Stallman <rms@gnu.org>
8836
8837 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8838 (Window Configurations): Add window-configuration-frame.
8839
8840 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8841
8842 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8843 Change arg name in get-char-property.
8844 (Special Properties): Update handling of keymap property.
8845
8846 * strings.texi (Modifying Strings): Add clear-string.
8847 (Text Comparison): Add assoc-string and remove
8848 assoc-ignore-case, assoc-ignore-representation.
8849
8850 * os.texi (Time of Day): Add set-time-zone-rule.
8851
8852 * numbers.texi (Math Functions): asin, acos, log, log10
8853 report domain-error errors.
8854
8855 * nonascii.texi (Converting Representations):
8856 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8857 (Encoding and I/O): Add file-name-coding-system.
8858
8859 * modes.texi (Search-based Fontification): Explain that
8860 face specs are symbols with face names as values.
8861
8862 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8863
8864 * lists.texi (Building Lists): remq moved elsewhere.
8865 (Sets And Lists): remq moved here.
8866 (Association Lists): Refer to assoc-string.
8867
8868 * internals.texi (Garbage Collection): Add memory-use-counts.
8869
8870 * frames.texi (Frames and Windows): Add set-frame-selected-window
8871 and frame-root-window.
8872
8873 * files.texi (Contents of Directories):
8874 Add directory-files-and-attributes.
8875
8876 * display.texi (Refresh Screen): Add force-window-update.
8877 (Invisible Text): Explain about moving point out of invis text.
8878 (Overlay Properties): Add overlay-properties.
8879 (Managing Overlays): Add overlayp.
8880 (GIF Images): Invalid image number displays a hollow box.
8881
8882 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8883 (Killing Buffers): Add buffer-live-p.
8884
88852003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8886
8887 * display.texi (Fringes): Fix typo "set-buffer-window".
8888
88892003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8890
8891 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8892 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8893 Add or change various xrefs and anchors.
8894
8895 * commands.texi: Replace all occurrences of @acronym{CAR} with
8896 @sc{car}, for consistency with the rest of the Elisp manual.
8897 `car' and `cdr' are historically acronyms, but are no longer
8898 widely thought of as such.
8899
8900 * internals.texi (Pure Storage): Mention that `purecopy' does not
8901 copy text properties.
8902 (Object Internals): Now 29 bits are used (in most implementations)
8903 to address Lisp objects.
8904
8905 * variables.texi (Variables with Restricted Values): New node.
8906
8907 * objects.texi (Lisp Data Types): Mention that certain variables
8908 can only take on a restricted set of values and add an xref to
8909 the new node "Variables with Restricted Values".
8910
8911 * eval.texi (Function Indirection): Describe the errors that
8912 `indirect-function' can signal.
8913 (Eval): Clarify the descriptions of `eval-region' and `values'.
8914 Describe `eval-buffer' instead of `eval-current-buffer' and
8915 mention `eval-current-buffer' as an alias for `current-buffer'.
8916 Correct the description and mention all optional arguments.
8917
8918 * nonascii.texi: Various small changes in addition to the
8919 following.
8920 (Converting Representations): Clarify behavior of
8921 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8922 ASCII arguments.
8923 (Character Sets): Document the variable `charset-list' and adapt
8924 the definition of the function `charset-list' accordingly.
8925 (Translation of Characters): Clarify use of generic characters in
8926 `make-translation-table'. Clarify and correct the description of
8927 the use of translation tables in encoding and decoding.
8928 (User-Chosen Coding Systems): Correct and clarify the description
8929 of `select-safe-coding-system'.
8930 (Default Coding Systems): Clarify description of
8931 `file-coding-system-alist'.
8932
89332003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8934
8935 * strings.texi (Text Comparison): Correctly describe when two
8936 strings are `equal'. Combine and clarify descriptions of
8937 `assoc-ignore-case' and `assoc-ignore-representation'.
8938
8939 * objects.texi (Non-ASCII in Strings): Clarify description of
8940 when a string is unibyte or multibyte.
8941 (Bool-Vector Type): Update examples.
8942 (Equality Predicates): Correctly describe when two strings are
8943 `equal'.
8944
89452003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8946
8947 * lists.texi (Building Lists): `append' no longer accepts integer
8948 arguments. Update the description of `number-sequence' to reflect
8949 recent changes.
8950 (Sets And Lists): Describe `member-ignore-case' after `member'.
8951
89522003-11-27 Kim F. Storm <storm@cua.dk>
8953
8954 * commands.texi (Click Events): Click object may be an images.
8955 Describe (dx . dy) element of click positions.
8956 (Accessing Events): Remove duplicate posn-timestamp.
8957 New functions posn-object and posn-object-x-y.
8958
89592003-11-23 Kim F. Storm <storm@cua.dk>
8960
8961 * commands.texi (Click Events): Describe enhancements to event
8962 position lists, including new text-pos and (col . row) items.
8963 Mention left-fringe and right-fringe area events.
8964 (Accessing Events): New functions posn-area and
8965 posn-actual-col-row. Mention posn-timestamp. Mention that
8966 posn-point in non-text area still returns buffer position.
8967 Clarify posn-col-row.
8968
89692003-11-21 Lars Hansen <larsh@math.ku.dk>
8970
8971 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8972 * anti.texi (File Attributes): Describe removed parameter
8973 ID-FORMAT.
8974
89752003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8976
8977 * positions.texi (Positions): Mention that, if a marker is used as
8978 a position, its buffer is ignored.
8979
8980 * markers.texi (Overview of Markers): Mention it here too.
8981
89822003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8983
8984 * numbers.texi (Numeric Conversions): Not just `floor', but also
8985 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8986
89872003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8988
8989 * markers.texi (Creating Markers): Specify insertion type of
8990 created markers. Add xref to `Marker Insertion Types'.
8991 Second argument to `copy-marker' is optional.
8992 (Marker Insertion Types): Mention that most markers are created
8993 with insertion type nil.
8994 (The Mark): Correctly describe when `mark' signals an error.
8995 (The Region): Correctly describe when `region-beginning' and
8996 `region-end' signal an error.
8997
89982003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8999
9000 * hash.texi (Creating Hash): Clarify description of `eql'.
9001 `makehash' is obsolete.
9002 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9003
9004 * positions.texi (Point): Change description of `buffer-end', so
9005 that it is also correct for floating point arguments.
9006 (List Motion): Correct argument lists of `beginning-of-defun' and
9007 `end-of-defun'.
9008 (Excursions): Add xref to `Marker Insertion Types'.
9009 (Narrowing): Argument to `narrow-to-page' is optional.
9010
90112003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9012
9013 * streams.texi (Output Streams): Clarify behavior of point for
9014 marker output streams.
9015
90162003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9017
9018 * variables.texi (Defining Variables): Second argument to
9019 `defconst' is not optional.
9020 (Setting Variables): Mention optional argument APPEND to
9021 `add-to-list'.
9022 (Creating Buffer-Local): Expand description of
9023 `make-variable-buffer-local'.
9024 (Frame-Local Variables): Expand description of
9025 `make-variable-frame-local'.
9026 (Variable Aliases): Correct description of optional argument
9027 DOCSTRING to `defvaralias'. Mention return value of
9028 `defvaralias'.
9029 (File Local Variables): Add xref to `File variables' in Emacs
9030 Manual. Correct description of `hack-local-variables'. Mention
9031 `safe-local-variable' property. Mention optional second argument
9032 to `risky-local-variable-p'.
9033
90342003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9035
9036 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9037
90382003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9039
9040 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9041 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9042 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9043 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9044 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9045 lispref/processes.texi, lispref/searching.texi,
9046 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9047 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9048 @acronym{FOO}.
9049
90502003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9051
9052 * strings.texi (Creating Strings): Argument START to `substring'
9053 can not be `nil'. Expand description of
9054 `substring-no-properties'. Correct description of `split-string',
9055 especially with respect to empty matches. Prevent very bad line
9056 break in definition of `split-string-default-separators'.
9057 (Text Comparison): `string=' and `string<' also accept symbols as
9058 arguments.
9059 (String Conversion): More completely describe argument BASE in
9060 `string-to-number'.
9061 (Formatting Strings): `%s' and `%S' in `format' do require
9062 corresponding object. Clarify behavior of numeric prefix after
9063 `%' in `format'.
9064 (Case Conversion): The argument to `upcase-initials' can be a
9065 character.
9066
90672003-10-27 Kenichi Handa <handa@m17n.org>
9068
9069 * display.texi (Fontsets): Fix texinfo usage.
9070
90712003-10-25 Kenichi Handa <handa@m17n.org>
9072
9073 * display.texi (Fontsets): Add description of the function
9074 set-fontset-font.
9075
90762003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9077
9078 * display.texi (Temporary Displays): Add xref to `Documentation
9079 Tips'.
9080
9081 * functions.texi (Function Safety): Use inforef instead of pxref
9082 for SES.
9083
90842003-10-23 Andreas Schwab <schwab@suse.de>
9085
9086 * Makefile.in (TEX, texinputdir): Don't define.
9087 (TEXI2DVI): Define.
9088 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9089 add $(srcdir)/index.texi.
9090 ($(infodir)/elisp): Remove index.texi dependency.
9091 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9092 (index.texi): Remove target.
9093 (dist): Don't link $(srcdir)/permute-index.
9094 (clean): Don't remove index.texi.
9095
9096 * permute-index, index.perm: Remove.
9097 * index.texi: Rename from index.unperm.
9098
90992003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9100
9101 * tips.texi (Documentation Tips): Document new behavior for face
9102 and variable hyperlinks in Help mode.
9103
91042003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9105
9106 * objects.texi (Integer Type): Update for extra bit of integer range.
9107 (Character Type): Ditto.
9108
91092003-10-16 Eli Zaretskii <eliz@gnu.org>
9110
9111 * numbers.texi (Integer Basics): Add index entries for reading
9112 numbers in hex, octal, and binary.
9113
91142003-10-16 Lute Kamstra <lute@gnu.org>
9115
9116 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9117 argument.
9118
91192003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9120
9121 * windows.texi (Choosing Window): Fix typo.
9122 * edebug.texi (Edebug Execution Modes): Fix typo.
9123
91242003-10-13 Richard M. Stallman <rms@gnu.org>
9125
9126 * windows.texi (Basic Windows): A window has fringe settings,
9127 display margins and scroll-bar settings.
9128 (Splitting Windows): Doc split-window return value.
9129 Clean up one-window-p.
9130 (Selecting Windows): Fix typo.
9131 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9132 (Buffers and Windows): In set-window-buffer, explain effect
9133 on fringe settings and scroll bar settings.
9134 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9135 (Choosing Window): Use defopt for pop-up-frame-function.
9136 For special-display-buffer-names, explain same-window and same-frame.
9137 Clarify window-dedicated-p return value.
9138 (Textual Scrolling): scroll-up and scroll-down can get an error.
9139 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9140 Clarify set-window-hscroll.
9141 (Size of Window): Don't mention tool bar in window-height.
9142 (Coordinates and Windows): Explain what coordinates-in-window-p
9143 returns for fringes and display margins.
9144 (Window Configurations): Explain saving fringes, etc.
9145
9146 * tips.texi (Library Headers): Clean up Documentation.
9147
9148 * syntax.texi (Parsing Expressions): Clean up forward-comment
9149 and parse-sexp-lookup-properties.
9150
9151 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9152
9153 * os.texi (System Environment): Clean up text for load-average errors.
9154
9155 * modes.texi (Hooks): Don't explain local hook details at front.
9156 Clarify run-hooks and run-hook-with-args a little.
9157 Clean up add-hook and remove-hook.
9158
9159 * edebug.texi (Edebug Execution Modes): Clarify t.
9160 Document edebug-sit-for-seconds.
9161 (Coverage Testing): Document C-x X = and =.
9162 (Instrumenting Macro Calls): Fix typo.
9163 (Specification List): Don't index the specification keywords.
9164
91652003-10-10 Kim F. Storm <storm@cua.dk>
9166
9167 * processes.texi (Network): Introduce make-network-process.
9168
91692003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9170
9171 * tips.texi (Library Headers): Fix typo.
9172
91732003-10-07 Juri Linkov <juri@jurta.org>
9174
9175 * modes.texi (Imenu): Mention imenu-create-index-function's
9176 default value. Explain submenus better.
9177
91782003-10-07 Lute Kamstra <lute@gnu.org>
9179
9180 * modes.texi (Faces for Font Lock): Fix typo.
9181 (Hooks): Explain how buffer-local hook variables can refer to
9182 global hook variables.
9183 Various minor clarifications.
9184
91852003-10-06 Lute Kamstra <lute@gnu.org>
9186
9187 * tips.texi (Coding Conventions): Mention naming conventions for
9188 hooks.
9189
91902003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9191
9192 * loading.texi (Library Search): Correct default value of
9193 load-suffixes.
9194 (Named Features): Fix typo.
9195
91962003-10-05 Richard M. Stallman <rms@gnu.org>
9197
9198 * loading.texi (Named Features): In `provide',
9199 say how to test for subfeatures.
9200 (Unloading): In unload-feature, use new var name
9201 unload-feature-special-hooks.
9202
92032003-10-03 Lute Kamstra <lute@gnu.org>
9204
9205 * modes.texi (Major Mode Conventions): Mention third way to set up
9206 Imenu.
9207 (Imenu): A number of small fixes.
9208 Delete documentation of internal variable imenu--index-alist.
9209 Document the return value format of imenu-create-index-function
9210 functions.
9211
92122003-09-30 Richard M. Stallman <rms@gnu.org>
9213
9214 * processes.texi (Network): Say what stopped datagram connections do.
9215
9216 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9217
9218 * display.texi (Overlay Properties): Clarify `evaporate' property.
9219
92202003-09-29 Lute Kamstra <lute@gnu.org>
9221
9222 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9223 constructs should be marked as risky.
9224 Change cons cell into proper list.
9225 (Mode Line Variables): Change cons cell into proper list.
9226
92272003-09-26 Lute Kamstra <lute@gnu.org>
9228
9229 * modes.texi (Mode Line Data): Document the :propertize construct.
9230 (Mode Line Variables): Reorder the descriptions of the variables
9231 to match their order in the default mode-line-format.
9232 Describe the new variables mode-line-position and mode-line-modes.
9233 Update the default values of mode-line-frame-identification,
9234 minor-mode-alist, and default-mode-line-format.
9235 (Properties in Mode): Mention the :propertize construct.
9236
92372003-09-26 Richard M. Stallman <rms@gnu.org>
9238
9239 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9240 * loading.texi, minibuf.texi, text.texi, variables.texi:
9241 Avoid @strong{Note:}.
9242
92432003-09-26 Richard M. Stallman <rms@gnu.org>
9244
9245 * keymaps.texi (Remapping Commands): Fix typo.
9246
92472003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9248
9249 * processes.texi (Low-Level Network): Fix typo.
9250
92512003-09-23 Kim F. Storm <storm@cua.dk>
9252
9253 * processes.texi (Network, Network Servers): Fix typos.
9254 (Low-Level Network): Add timeout value for :server keyword.
9255 Add new option keywords to make-network-process.
9256 Add set-network-process-options.
9257 Explain how to test availability of network options.
9258
92592003-09-19 Richard M. Stallman <rms@gnu.org>
9260
9261 * text.texi (Motion by Indent): Arg to
9262 backward-to-indentation and forward-to-indentation is optional.
9263
9264 * strings.texi (Creating Strings): Add substring-no-properties.
9265
9266 * processes.texi
9267 (Process Information): Add list-processes arg QUERY-ONLY.
9268 Delete process-contact from here.
9269 Add new status values for process-status.
9270 Add process-get, process-put, process-plist, set-process-plist.
9271 (Synchronous Processes): Add call-process-shell-command.
9272 (Signals to Processes): signal-process allows process objects.
9273 (Network): Complete rewrite.
9274 (Network Servers, Datagrams, Low-Level Network): New nodes.
9275
9276 * positions.texi (Word Motion): forward-word, backward-word
9277 arg is optional. Reword.
9278
9279 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9280
9281 * variables.texi (Creating Buffer-Local):
9282 Delete duplicate definition of buffer-local-value.
9283 (File Local Variables): Explain about discarding text props.
9284
92852003-09-11 Richard M. Stallman <rms@gnu.org>
9286
9287 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9288 changes variables that record input events.
9289 (Minibuffer Misc): Add minibuffer-selected-window.
9290
9291 * lists.texi (Building Lists): Add copy-tree.
9292
9293 * display.texi (Fontsets): Add char-displayable-p.
9294 (Scroll Bars): New node.
9295
92962003-09-08 Lute Kamstra <lute@gnu.org>
9297
9298 * modes.texi (%-Constructs): Document new `%i' and `%I'
9299 constructs.
9300
93012003-09-03 Peter Runestig <peter@runestig.com>
9302
9303 * makefile.w32-in: New file.
9304
93052003-08-29 Richard M. Stallman <rms@gnu.org>
9306
9307 * display.texi (Overlay Properties): Clarify how priorities
9308 affect use of the properties.
9309
93102003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9311
9312 * customize.texi (Type Keywords): Correct the description of
9313 `:help-echo' in the case where `motion-doc' is a function.
9314
93152003-08-14 John Paul Wallington <jpw@gnu.org>
9316
9317 * modes.texi (Emulating Mode Line): Subsection, not section.
9318
93192003-08-13 Richard M. Stallman <rms@gnu.org>
9320
9321 * elisp.texi (Top): Update subnode lists in menu.
9322
9323 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9324 (Kill Functions): kill-region has new arg yank-handler.
9325 (Yanking): New node.
9326 (Yank Commands): Add yank-undo-function.
9327 (Low-Level Kill Ring):
9328 kill-new and kill-append have new arg yank-handler.
9329 (Changing Properties): Add remove-list-of-text-properties.
9330 (Atomic Changes): New node.
9331
9332 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9333
9334 * streams.texi (Output Variables): Add eval-expression-print-length
9335 and eval-expression-print-level.
9336
9337 * os.texi (Time Conversion): For encode-time, explain limits on year.
9338
9339 * objects.texi (Character Type): Define anchor "modifier bits".
9340
9341 * modes.texi (Emulating Mode Line): New node.
9342 (Search-based Fontification): Font Lock uses font-lock-face property.
9343 (Other Font Lock Variables): Likewise.
9344
9345 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9346 not vectors.
9347 (Active Keymaps): Add emulation-mode-map-alists.
9348 (Functions for Key Lookup): key-binding has new arg no-remap.
9349 (Remapping Commands): New node.
9350 (Scanning Keymaps): where-is-internal has new arg no-remap.
9351 (Tool Bar): Add tool-bar-local-item-from-menu.
9352 Clarify when to use tool-bar-add-item-from-menu.
9353
9354 * commands.texi (Interactive Call): commandp has new arg.
9355 (Command Loop Info): Add this-original-command.
9356
93572003-08-06 John Paul Wallington <jpw@gnu.org>
9358
9359 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9360
9361 * display.texi (Warning Basics): Fix typo.
9362 (Fringes): Add closing curly bracket and fix typo.
9363
9364 * elisp.texi (Top): Fix typo.
9365
93662003-08-05 Richard M. Stallman <rms@gnu.org>
9367
9368 * elisp.texi: Update lists of subnodes.
9369
9370 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9371
9372 * variables.texi (Local Variables): Use lc for example variable names.
9373
9374 * tips.texi (Library Headers): Explain where to put -*-.
9375
9376 * strings.texi (Creating Strings): Fix xref for vconcat.
9377
9378 * sequences.texi (Vector Functions):
9379 vconcat no longer allows integer args.
9380
9381 * minibuf.texi (Reading File Names): read-file-name has new
9382 arg PREDICATE. New function read-directory-name.
9383
c4cc8b9a 9384 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9385 (Indenting Macros): New node.
9386
9387 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9388 (Window Frame Parameters): Make separate table of parameters
9389 that are coupled with specific face attributes.
9390 (Deleting Frames): delete-frame-hooks renamed to
9391 delete-frame-functions.
9392
9393 * files.texi (Magic File Names): Add file-remote-p.
9394 Clarify file-local-copy.
9395
9396 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9397 here; instead xref Defining Macros.
9398
9399 * display.texi (Warnings): New node, and subnodes.
9400 (Fringes): New node.
9401
9402 * debugging.texi (Test Coverage): New node.
9403
9404 * compile.texi (Compiler Errors): Explain with-no-warnings
9405 and other ways to suppress warnings.
9406
9407 * commands.texi (Interactive Call): Minor clarification.
9408
9409 * buffers.texi (Buffer File Name): set-visited-file-name
9410 renames the buffer too.
9411
9412 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9413
94142003-07-24 Markus Rost <rost@math.ohio-state.edu>
9415
9416 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9417
94182003-07-22 Markus Rost <rost@math.ohio-state.edu>
9419
9420 * internals.texi (Garbage Collection): Fix previous change.
9421
94222003-07-22 Richard M. Stallman <rms@gnu.org>
9423
9424 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9425
9426 * display.texi (Width): Use \s syntax in example.
9427 (Font Selection): Add face-font-rescale-alist.
9428
9429 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9430 Remove spurious indent in example.
9431
9432 * lists.texi (Building Lists): Add number-sequence.
9433
9434 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9435
9436 * functions.texi (Function Documentation): Explain how to
9437 show calling convention explicitly in the doc string.
9438
9439 * windows.texi (Selecting Windows): save-selected-window saves
9440 selected window of each frame.
9441 (Window Configurations): Minor change.
9442
9443 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9444
9445 * streams.texi (Output Variables): Add print-continuous-numbering
9446 and print-number-table.
9447
9448 * processes.texi (Decoding Output): New node.
9449
9450 * os.texi (Time Conversion): decode-time arg is optional.
9451
9452 * objects.texi (Character Type): Don't use space as example for \.
9453 Make list of char names and \-sequences correspond.
9454 Explain that \s is not used in strings. `\ ' needs space after.
9455
9456 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9457 (Translation of Characters): Add translation-table-for-input.
9458 (Default Coding Systems): Add auto-coding-functions.
9459 (Explicit Encoding): Add decode-coding-inserted-region.
9460 (Locales): Add locale-info.
9461
9462 * minibuf.texi (Basic Completion): Describe test-completion.
9463 Collections can be lists of strings.
9464 Clean up lazy-completion-table.
9465 (Programmed Completion): Mention test-completion.
9466 Clarify why lambda expressions are not accepted.
9467 (Minibuffer Misc): Describe minibufferp.
9468
94692003-07-14 Richard M. Stallman <rms@gnu.org>
9470
9471 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9472
9473 * windows.texi (Selecting Windows): New arg to select-window.
9474 (Selecting Windows): Add with-selected-window.
9475 (Size of Window): Add window-inside-edges, etc.
9476
9477 * internals.texi (Garbage Collection): Add post-gc-hook.
9478
9479 * processes.texi (Subprocess Creation): Add exec-suffixes.
9480
9481 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9482 (Scanning Keymaps): Add map-keymaps.
9483 (Defining Menus): Add keymap-prompt.
9484
9485 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9486 most-negative-fixnum.
9487
c4cc8b9a 9488 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9489 (Compiler Errors): New node.
9490
9491 * os.texi (User Identification): user-uid, user-real-uid
9492 can return float.
9493
9494 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9495 and about derived modes.
9496 (Minor Modes): Add minor-mode-list.
9497 (Defining Minor Modes): Keyword args for define-minor-mode.
9498 (Search-based Fontification): Explain managing other properties.
9499 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9500 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9501 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9502
9503 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9504 (Variable Aliases): Clarify defvaralias.
9505
9506 * loading.texi (Library Search): Add load-suffixes.
9507
9508 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9509 (Programmed Completion): Add dynamic-completion-table.
9510
9511 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9512 (Magic File Names): Specify precedence order of handlers.
9513
9514 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9515 and post-command-hook.
9516 (Waiting): New calling convention for sit-for.
9517
9518 * text.texi (Special Properties): local-map and keymap properties
9519 apply based on their stickiness.
9520
95212003-07-07 Richard M. Stallman <rms@gnu.org>
9522
9523 * modes.texi (Minor Mode Conventions): Specify only some kinds
9524 of list values as args to minor modes.
9525
9526 * files.texi (File Name Expansion): Warn about iterative use
9527 of substitute-in-file-name.
9528
9529 * advice.texi (Activation of Advice): Clean up previous change.
9530
95312003-07-06 Markus Rost <rost@math.ohio-state.edu>
9532
9533 * advice.texi (Activation of Advice): Note that ad-start-advice is
9534 turned on by default.
9535
95362003-06-30 Richard M. Stallman <rms@gnu.org>
9537
9538 * text.texi (Buffer Contents): Document current-word.
9539 (Change Hooks): Not called for *Messages*.
9540
9541 * functions.texi (Defining Functions): Explain about redefining
9542 primitives.
f4e90db0 9543 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9544 Comment out the detailed criteria for what is safe.
9545
95462003-06-22 Andreas Schwab <schwab@suse.de>
9547
9548 * objects.texi (Symbol Type): Fix description of examples.
9549
95502003-06-16 Andreas Schwab <schwab@suse.de>
9551
9552 * hash.texi (Creating Hash): Fix description of :weakness.
9553
c8763fb6 95542003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9555
9556 * files.texi (Changing Files): copy-file copies file modes, too.
9557
95582003-05-28 Richard M. Stallman <rms@gnu.org>
9559
9560 * strings.texi (Creating Strings): Clarify split-string.
9561
95622003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9563
9564 * strings.texi (Creating Strings): Update split-string specification
9565 and examples.
9566
95672003-05-19 Richard M. Stallman <rms@gnu.org>
9568
9569 * elisp.texi: Correct invariant section names.
9570
95712003-04-20 Richard M. Stallman <rms@gnu.org>
9572
9573 * os.texi (Timers): Explain about timers and quitting.
9574
95752003-04-19 Richard M. Stallman <rms@gnu.org>
9576
9577 * internals.texi (Writing Emacs Primitives): Strings are
9578 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9579 Explain GCPRO convention for varargs function args.
9580
95812003-04-16 Richard M. Stallman <rms@gnu.org>
9582
9583 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9584
95852003-04-08 Richard M. Stallman <rms@gnu.org>
9586
9587 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9588
95892003-02-13 Kim F. Storm <storm@cua.dk>
9590
9591 * objects.texi (Character Type): New \s escape for space.
9592
95932003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9594
5dcb4c4e 9595 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9596
95972003-01-25 Richard M. Stallman <rms@gnu.org>
9598
9599 * keymaps.texi: Document that a symbol can act as a keymap.
9600
96012003-01-13 Richard M. Stallman <rms@gnu.org>
9602
9603 * text.texi (Changing Properties): Say string indices are origin-0.
9604
9605 * positions.texi (Screen Lines) <compute-motion>:
9606 Correct order of elts in return value.
9607
9608 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9609 how to define a default binding.
9610
96112002-12-07 Markus Rost <rost@math.ohio-state.edu>
9612
9613 * loading.texi (Unloading): Fix recent change for load-history.
9614
9615 * customize.texi (Simple Types): Clarify description of custom
9616 type 'number. Describe new custom type 'float.
9617
96182002-12-04 Markus Rost <rost@math.ohio-state.edu>
9619
9620 * variables.texi (File Local Variables): Fix typo.
9621
c8763fb6 96222002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9623
9624 From Michael Albinus <Michael.Albinus@alcatel.de>.
9625
9626 * README: Target for Info file is `make info'.
9627
5dcb4c4e 9628 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9629 `file-name-sans-extension'.
9630 (Magic File Names): Complete list of operations for magic file
9631 name handlers.
9632
96332002-09-16 Jonathan Yavner <jyavner@engineer.com>
9634
9635 * variables.texi (File Local Variables): New function
9636 risky-local-variable-p.
9637
96382002-09-15 Jonathan Yavner <jyavner@engineer.com>
9639
9640 * functions.texi (Function safety): New node about unsafep.
9641
96422002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9643
5dcb4c4e 9644 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9645 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9646
96472002-06-17 Juanma Barranquero <lektu@terra.es>
9648
9649 * frames.texi (Display Feature Testing): Fix typo.
9650
96512002-06-12 Andreas Schwab <schwab@suse.de>
9652
9653 * frames.texi (Initial Parameters, Resources): Fix references to
9654 the Emacs manual.
9655
96562002-05-13 Kim F. Storm <storm@cua.dk>
9657
9658 * variables.texi (Intro to Buffer-Local): Updated warning and
9659 example relating to changing buffer inside let.
9660
c8763fb6 96612002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9662
9663 * os.texi (Session Management): New node about X Session management.
9664
96652002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9666
9667 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9668 to which the manual corresponds, and the copyright years.
9669
9670 * Makefile.in (VERSION): Set to 2.9.
9671
96722001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9673
9674 * elisp.texi: Change the category in @dircategory to "Emacs", to
9675 make it consistent with info/dir.
9676
96772001-11-25 Miles Bader <miles@gnu.org>
9678
9679 * text.texi (Fields): Describe new `limit' arg in
9680 field-beginning/field-end.
9681
96822001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9683
5dcb4c4e
SM
9684 * permute-index: Don't depend on csh-specific features.
9685 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9686
9687 * two-volume-cross-refs.txt: New file.
9688 * two.el: New file.
9689 * spellfile: New file.
9690
96912001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9692
9693 * permute-index: New file.
9694
9695 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9696 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9697 8+3 restricted namespace.
9698
9699 * Makefile.in (infodir): Define relative to $(srcdir).
9700 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9701 include directories list via -I switch to makeinfo.
9702 (index.texi): Use cp if both hard and symbolic links fail.
9703
97042001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9705
9706 * Makefile.in (distclean): Add.
9707
9708 The following changes make ELisp manual part of the Emacs
9709 distribution:
9710
9711 * Makefile.in: Add Copyright notice.
9712 (prefix): Remove.
9713 (infodir): Change value to "../info".
9714 (VPATH): New variable.
9715 (MAKE): Don't define.
9716 (texmacrodir): Don't define.
9717 (texinputdir): Append the existing value of TEXINPUTS.
9718 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9719 command to be compatible with man/Makefile.in, and to put the
9720 output into ../info.
9721 (info): Add target.
9722 (installall): Target removed.
9723
c8763fb6 97242001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9725
9726 * tips.texi (Coding Conventions): Fix typo.
9727
97282001-10-23 Gerd Moellmann <gerd@gnu.org>
9729
9730 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9731
97322001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9733
9734 * files.texi (File Name Components): Update the description of
9735 file-name-sans-extension and file-name-extension, as they now
9736 ignore leading dots.
9737
97382001-10-20 Gerd Moellmann <gerd@gnu.org>
9739
9740 * (Version 21.1 released.)
9741
97422001-10-19 Miles Bader <miles@gnu.org>
9743
9744 * positions.texi (Text Lines): Describe behavior of
9745 `beginning-of-line'/`end-of-line' in the presence of field properties.
9746
97472001-10-17 Gerd Moellmann <gerd@gnu.org>
9748
9749 * Makefile.in (VERSION): Set to 2.8.
9750 (manual): Use `manual-21'.
9751
9752 * elisp.texi (VERSION): Add and use it where the version
9753 number was used. Set it to 2.8.
9754
9755 * intro.texi: Likewise.
9756
97572001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9758
9759 * files.texi (File Name Completion): Document the significance of
9760 a trailing slash in elements of completion-ignored-extensions.
9761
97622001-10-06 Miles Bader <miles@gnu.org>
9763
9764 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9765
97662001-10-04 Gerd Moellmann <gerd@gnu.org>
9767
9768 * variables.texi (Variable Aliases): New node.
9769
97702001-10-04 Gerd Moellmann <gerd@gnu.org>
9771
9772 * Branch for 21.1.
9773
97742001-10-02 Miles Bader <miles@gnu.org>
9775
9776 * minibuf.texi (Minibuffer Misc): Add entries for
9777 `minibuffer-contents', `minibuffer-contents-no-properties', and
9778 `delete-minibuffer-contents'.
9779 Correct description for `minibuffer-prompt-end'.
9780
9781 * text.texi (Property Search): Correct descriptions of
9782 `next-char-property-change' and `previous-char-property-change'.
9783 Add entries for `next-single-char-property-change' and
9784 `previous-single-char-property-change'.
9785 Make operand names a bit more consistent.
9786
97872001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9788
9789 * frames.texi (Finding All Frames): Document that next-frame and
9790 previous-frame are local to current terminal.
9791
97922001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9793
9794 * keymaps.texi (Creating Keymaps): Fix the description of the
9795 result of make-keymap.
9796
97972001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9798
9799 * display.texi (Font Lookup, Attribute Functions)
9800 (Image Descriptors): Add cross-references to the definition of
9801 selected frame.
9802
9803 * buffers.texi (The Buffer List): Add cross-references to the
9804 definition of selected frame.
9805
9806 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9807 frame at any given time.
9808 (Multiple Displays, Size and Position): Add a cross-reference to
9809 the definition of the selected frame.
9810
98112001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9812
9813 * strings.texi (String Conversion) <string-to-number>: Document
9814 that a float is returned for integers that are too large.
9815
9816 * frames.texi (Mouse Position): Document mouse-position-function.
9817 (Display Feature Testing): Document display-images-p.
9818 (Window Frame Parameters): Document the cursor-type variable.
9819
9820 * numbers.texi (Integer Basics): Document CL style read syntax for
9821 integers in bases other than 10.
9822
5dcb4c4e
SM
9823 * positions.texi (List Motion):
9824 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9825
9826 * lists.texi (Sets And Lists): Document member-ignore-case.
9827
9828 * internals.texi (Garbage Collection): Document the used and free
9829 strings report.
9830 (Memory Usage): Document strings-consed.
9831
9832 * os.texi (Time of Day): Document float-time.
9833 (Recording Input): Document that clear-this-command-keys clears
9834 the vector to be returned by recent-keys.
9835
9836 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9837 argument keymap can be a list.
9838
9839 * nonascii.texi (User-Chosen Coding Systems)
9840 <select-safe-coding-system>: Document the new argument
9841 accept-default-p and the variable
9842 select-safe-coding-system-accept-default-p. Tell what happens if
9843 buffer-file-coding-system is undecided.
9844 (Default Coding Systems): Document auto-coding-regexp-alist.
9845
9846 * display.texi (The Echo Area) <message>: Document
9847 message-truncate-lines.
9848 (Glyphs): Document that the glyph table is unused on windowed
9849 displays.
9850
9851 * help.texi (Describing Characters) <single-key-description>:
9852 Document the new argument no-angles.
9853 (Accessing Documentation) <documentation-property>: Document that
9854 a non-string property is evaluated.
9855 <documentation>: Document that the function-documentation property
9856 is looked for.
9857
9858 * windows.texi (Selecting Windows): Document some-window.
9859
9860 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9861
9862 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9863 apropos-mode-hook.
9864
9865 * commands.texi (Using Interactive): Document interactive-form.
9866 (Keyboard Macros): Document kbd-macro-termination-hook.
9867 (Command Loop Info): Document that clear-this-command-keys clears
9868 the vector to be returned by recent-keys.
9869
98702001-09-04 Werner LEMBERG <wl@gnu.org>
9871
9872 * Makefile.in (srcdir, texinputdir): New variables.
9873 (srcs, index.texi, install): Use $(srcdir).
9874 (.PHONY): Remove elisp.dvi.
9875 (elisp): Use -I switch for makeinfo.
9876 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9877 (installall, dist): Use $(srcdir).
9878 Fix path to texinfo.tex.
9879 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9880
98812001-08-30 Gerd Moellmann <gerd@gnu.org>
9882
9883 * display.texi (Conditional Display): Adjust to API change.
9884
9885 * configure: New file.
9886
98872001-07-30 Gerd Moellmann <gerd@gnu.org>
9888
9889 * commands.texi (Repeat Events): Add description of
9890 double-click-fuzz.
9891
98922001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9893
9894 * syntax.texi (Syntax Class Table): Add the missing designator for
9895 comment and string fences.
9896 (Syntax Properties): Add a xref to syntax table internals.
9897 (Syntax Table Internals): Document string-to-syntax.
9898
98992001-05-07 Gerd Moellmann <gerd@gnu.org>
9900
9901 * Makefile.in (install): Use install-info command line options
9902 like in Emacs' Makefile.in.
9903
99042000-12-09 Miles Bader <miles@gnu.org>
9905
9906 * windows.texi (Window Start): Update documentation for
9907 `pos-visible-in-window-p'.
9908
99092000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9910
9911 * lists.texi (Building Lists): Add footnote to explain how to add
9912 to the end of a list.
9913
99142000-10-25 Gerd Moellmann <gerd@gnu.org>
9915
9916 * files.texi (Visiting Functions): Typos.
9917
99182000-10-25 Kenichi Handa <handa@etl.go.jp>
9919
9920 * files.texi (Visiting Functions): Return value of
9921 find-file-noselect may be a list of buffers if wildcards are used.
9922
99232000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9924
9925 * display.texi (Defining Faces): Document `graphic' display type
9926 in face specs.
9927
b344d29d 99282000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9929
9930 * hooks.texi (Standard Hooks): Replace obsolete
9931 `after-make-frame-hook' with `after-make-frame-functions'.
9932
9933 * frames.texi (Creating Frames): Ditto.
9934
9935 * variables.texi (Future Local Variables): Ditto.
9936
99372000-10-16 Gerd Moellmann <gerd@gnu.org>
9938
9939 * display.texi (Other Image Types): Add description of :foreground
9940 and :background properties of mono PBM images.
9941
99422000-08-17 Werner LEMBERG <wl@gnu.org>
9943
9944 * .cvsignore: New file.
9945
99462000-01-05 Gerd Moellmann <gerd@gnu.org>
9947
9948 * tindex.pl: New script.
9949
99501999-12-03 Dave Love <fx@gnu.org>
9951
9952 * Makefile.in (MAKEINFO): New parameter.
9953
99541999-09-17 Richard Stallman <rms@gnu.org>
9955
9956 * Makefile.in (srcs): Add hash.texi.
9957 (VERSION): Update to 20.6.
9958
99591999-09-13 Richard Stallman <rms@gnu.org>
9960
9961 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9962
99631998-08-29 Karl Heuer <kwzh@gnu.org>
9964
9965 * configure.in: New file.
9966 * Makefile.in: Renamed from Makefile.
9967 (prefix, infodir): Use value obtained from configure.
9968 (emacslibdir): Obsolete variable deleted.
9969 (dist): Distribute configure.in, configure, Makefile.in.
9970
99711998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9972
9973 * Makefile (INSTALL_INFO): New variable.
9974 (install): Run install-info.
9975
99761998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9977
9978 * Makefile (elisp.dvi): Add missing backslash.
9979
99801998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9981
9982 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9983 Run texindex without `./'. Always run texindex on elisp.tp.
9984 (elisp.tps): Target deleted.
9985
99861998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9987
9988 * Makefile (srcs): Add nonascii.texi and customize.texi.
9989 (dist): Start by deleting `temp'.
9990
99911998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9992
9993 * Makefile (makeinfo, texindex): Targets deleted.
9994 (makeinfo.o, texindex.o): Targets deleted.
9995 (clean, dist): Don't do anything with them or with getopt*.
9996
99971998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9998
9999 * Makefile (SHELL): Defined.
10000
100011998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10002
10003 * Makefile (elisp.tps): New target.
10004 (elisp.dvi): Depend on elisp.tps.
10005
c5602427 100061996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10007
10008 * README: Update phone number.
10009
10010 * Makefile (elisp): Make this be the default target.
10011 Depend on makeinfo.c instead of makeinfo.
10012 (install): Don't depend on elisp.dvi, since we don't install that.
10013 Use mkinstalldirs.
10014 (dist): Add mkinstalldirs.
10015
c5602427 100161995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10017
10018 * Makefile (VERSION): Update version number.
5dcb4c4e 10019 (maintainer-clean): Rename from realclean.
b8d4c8d0 10020
c5602427 100211995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10022
10023 * Makefile (realclean): New target.
10024 (elisp): Remove any old elisp-* files first.
10025
c5602427 100261993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10027
10028 * Makefile (VERSION): New variable.
10029 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10030 Compressed file suffix should be `.gz', not `.z'.
10031
ce058493 100321993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10033
10034 * Makefile (elisp): Depend on makeinfo.
10035
c5602427 100361993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10037
10038 * Makefile (srcs): Add anti.texi.
10039
c5602427 100401993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10041
10042 * Makefile (infodir, prefix): New vars.
10043 (install): Use infodir.
f4e90db0 10044 (emacsinfodir): Delete.
b8d4c8d0 10045
c5602427 100461993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10047
10048 * Makefile (srcs): Add calendar.texi.
10049
10050 * Makefile (dist): Copy texindex.c and makeinfo.c.
10051 Limit elisp-* files to those with one or two digits.
10052
c5602427 100531993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10054
f4e90db0 10055 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10056
c5602427 100571993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10058
10059 * loading.texi (Unloading): define-function changed back to
10060 defalias. It may not stay this way, but at least it's
10061 consistent with the known-good version of the code patch.
10062
c5602427 100631993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10064
10065 * modes.texi (Hooks): Document new optional arg of add-hook.
10066
c5602427 100671993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10068
10069 * variables.texi: Document nil initial value of buffer-local variables.
10070
10071 * tips.texi: Add new section on standard library headers.
10072
c5602427 100731993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10074
10075 * Makefile (srcs): Add frame.texi to the list of sources.
10076
c5602427 100771993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10078
10079 * Makefile (dist): Don't bother excluding autosave files; they'll
10080 never make it into the temp directory anyway, and the hash marks
10081 in the name are problematic for make and the Bourne shell.
10082 (srcs):
10083
c5602427 100841993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10085
10086 * Makefile (dist): Don't include backup files or autosave files in
10087 the distribution tar file.
10088
c5602427 100891991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10090
5dcb4c4e 10091 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10092 (elisp.dvi): Remove erroneous shell comment.
10093 Expect output of permute-index in permuted.fns.
10094 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10095 (clean): Add index.texi to be deleted.
b8d4c8d0 10096
c5602427 100971990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10098
10099 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10100
c5602427 101011990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10102
10103 * files.texi: Noted that completion-ignored-extensions is ignored
10104 when making *Completions*.
10105
3e868ee3 101061990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10107
10108 * Makefile make dist now depends on elisp.dvi, since it tries
10109 to include it in the dist file.
10110
c5602427 101111990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10112
c5602427 10113 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10114
c5602427 101151989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10116
10117 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10118 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10119
c5602427 101201989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10121
10122 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10123 and @error{} are the terms now being used. The files in the
10124 directory have been changed to reflect this.
10125
10126 * All instances of @indentedresultt{} have been changed to
333f9019 10127 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10128
c5602427 101291989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10130
10131 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10132 experimental @indentedresult{}, @indentedexpandsto{} are part of
10133 the texinfo.tex in this directory. These TeX macros are not
10134 stable yet.
10135
c5602427 101361989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10137
10138 * texinfo.tex: Temporarily added
10139 \let\result=\dblarrow
10140 \def\error{{\it ERROR} \longdblarrow}
10141 We need to do this better soon.
10142
c5602427 101431989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10144
10145 * Applied Karl Berry's patches to *.texinfo files, but not to
10146 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10147 new title page format is also not applied, since it requires
10148 texinfo.tex changes.)
10149
10150 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10151 for the Project GNU development environment.
10152
10153;; Local Variables:
c8763fb6 10154;; coding: utf-8
b8d4c8d0
GM
10155;; End:
10156
acaf905b 10157 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10158
10159 This file is part of GNU Emacs.
10160
352c8b4a 10161 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10162 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10163 the Free Software Foundation, either version 3 of the License, or
10164 (at your option) any later version.
b8d4c8d0
GM
10165
10166 GNU Emacs is distributed in the hope that it will be useful,
10167 but WITHOUT ANY WARRANTY; without even the implied warranty of
10168 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10169 GNU General Public License for more details.
10170
10171 You should have received a copy of the GNU General Public License
352c8b4a 10172 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.