net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
b3134b95
GM
12012-03-03 Glenn Morris <rgm@gnu.org>
2
520f2425
GM
3 * internals.texi: Change @appendix section commands to @section.
4 (Building Emacs): Say less about CANNOT_DUMP platforms.
5 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 6 (Pure Storage): Small changes.
01a6dcc8 7 (Memory Usage): Copyedit.
7d2d7cc0
GM
8 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
9 example definitions. Give examples of things with non-nil
10 interactive args. Mention eval_sub. Remove old info about
11 strings and GCPRO. Mention cus-start.el.
12 (Buffer Internals, Window Internals, Process Internals):
13 Misc small updates and fixes for fields.
520f2425 14
b3134b95
GM
15 * tips.texi: Copyedits.
16 (Coding Conventions): Mention autoloads.
17 Combine partially duplicated macro items. Fix xref.
18 Refer to Library Headers for copyright notice.
19 (Programming Tips): edit-options is long-obsolete.
20 (Compilation Tips): Mention loading bytecomp for byte-compile props.
21 (Warning Tips): Mention declare-function.
22 (Documentation Tips): Remove old info.
23 (Comment Tips): Mention comment-dwim, not indent-for-comment.
24 (Library Headers): General update.
25
2064cc6a
GM
262012-03-02 Glenn Morris <rgm@gnu.org>
27
6945faa6
GM
28 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
29 and relocate entry. Mention buffer-stale-function.
30
4186e877
GM
31 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
32
2064cc6a
GM
33 * hooks.texi (Standard Hooks): General update.
34 Put related hooks together. Add and remove items.
35 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
36 * modes.texi (Hooks): Tweak cross-ref description.
37
7272fbf3
MA
382012-03-01 Michael Albinus <michael.albinus@gmx.de>
39
40 * files.texi (Kinds of Files): The return value of file-equal-p is
41 unspecified, if FILE1 or FILE2 does not exist.
42
53a1239b
GM
432012-03-01 Glenn Morris <rgm@gnu.org>
44
90db9af9
GM
45 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
46
53a1239b
GM
47 * maps.texi (Standard Keymaps): General update.
48 Remove mode-specific maps, talk about the more general keymaps.
49 * help.texi (Help Functions): Add vindex for Helper-help-map.
50 * keymaps.texi (Active Keymaps): Minor rephrasing.
51
775b55af
GM
522012-02-29 Glenn Morris <rgm@gnu.org>
53
54 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
55
96b49301 562012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
57
7272fbf3 58 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 59 Update changed behavior of file-subdir-of-p.
96b49301 60
1383d930
GM
612012-02-28 Glenn Morris <rgm@gnu.org>
62
44e97401
GM
63 * advice.texi, anti.texi, display.texi, elisp.texi:
64 * processes.texi, variables.texi, vol1.texi, vol2.texi:
65 Standardize possessive apostrophe usage.
66
e3c73f1e
GM
67 * locals.texi: Remove file.
68 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
69 Remove menu entry.
70 * errors.texi, maps.texi: Adjust node pointers.
71 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 72 * makefile.w32-in (srcs):
e3c73f1e
GM
73 * Makefile.in (srcs): Remove locals.texi.
74
1383d930
GM
75 * frames.texi (Mouse Position): Fix cross-ref.
76
431ee44b
CY
772012-02-27 Chong Yidong <cyd@gnu.org>
78
79 * buffers.texi (Creating Buffers): Clarify that
80 generate-new-buffer uses generate-new-buffer-names.
81 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
82
83 * files.texi (Directory Names): Index entry for file name abbreviations.
84 (Relative File Names, File Name Expansion): Refer to it.
85 (Locating Files): Move locate-user-emacs-file documentation to
86 Standard File Names.
87 (Standard File Names): Add locate-user-emacs-file; update examples.
88
6a11ec9d
MA
892012-02-26 Michael Albinus <michael.albinus@gmx.de>
90
91 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
92
9a4888c0
CY
932012-02-26 Chong Yidong <cyd@gnu.org>
94
95 * files.texi (Kinds of Files): Improve documentation of
96 files-equal-p and file-subdir-of-p.
97
f0e751b9
GM
982012-02-26 Glenn Morris <rgm@gnu.org>
99
100 * intro.texi (Acknowledgements): Small changes.
101
7e05b1ec
GM
1022012-02-25 Glenn Morris <rgm@gnu.org>
103
104 * errors.texi: Don't try to list _all_ the error symbols.
105 Add circular-list, cl-assertion-failed, compression-error.
106 * elisp.texi, vol1.texi, vol2.texi:
107 * control.texi (Error Symbols): Tweak "Standard Errors" description.
108
23453255 1092012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
110
111 * files.texi (files-equal-p, file-subdir-of-p): New,
112 add initial documentation.
113
4963495d
CY
1142012-02-25 Chong Yidong <cyd@gnu.org>
115
fa74b241
CY
116 * files.texi (File Attributes): Document file-selinux-context.
117 (Changing Files): Link to it.
118 (Changing Files): Document set-file-selinux-context.
119
120 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
121 changed. Mention default value of backup-directory-alist.
122 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
123 (Auto-Saving): New minor mode behavior for auto-save-mode.
124 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 125
4963495d
CY
126 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
127
4bb82fa8
GM
1282012-02-24 Glenn Morris <rgm@gnu.org>
129
130 * errors.texi (Standard Errors): Mention dbus-error.
131 For arith-error sub-classes, just use one cross-ref.
132
2cb228f7
AM
1332012-02-23 Alan Mackenzie <acm@muc.de>
134
135 * modes.texi (Defining Minor Modes): Document the new keyword
136 :after-hook.
137
a59225b1
CY
1382012-02-21 Chong Yidong <cyd@gnu.org>
139
140 * files.texi (Files): Mention magic file names as arguments.
141 (Reading from Files): Copyedits.
142 (File Attributes): Mention how to change file modes.
143 (Changing Files): Use standard "file permissions" terminology.
144 Add xref to File Attributes node.
145 (Locating Files): Document locate-user-emacs-file.
146 (Unique File Names): Recommend against using make-temp-name.
147
8376d7c2
CY
1482012-02-19 Chong Yidong <cyd@gnu.org>
149
150 * help.texi (Documentation, Documentation Basics, Help Functions):
151 Minor clarifications.
152 (Accessing Documentation): Clarify what documentation-property is
153 for. Add xref to Keys in Documentation.
154
155 * tips.texi (Documentation Tips): Don't recommend using * in
156 docstrings.
157
158 * macros.texi (Defining Macros):
159 * modes.texi (Derived Modes): Say "documentation string" instead
160 of docstring.
161
82233bea
CY
1622012-02-18 Chong Yidong <cyd@gnu.org>
163
164 * modes.texi (Tabulated List Mode): New node.
165 (Basic Major Modes): Add xref to it.
166
167 * processes.texi (Process Information): Mention Process Menu mode.
168
7b926f3f
CY
1692012-02-17 Chong Yidong <cyd@gnu.org>
170
171 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
172
0fd2c9a3
GM
1732012-02-17 Glenn Morris <rgm@gnu.org>
174
175 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
176
f700caa3
CY
1772012-02-16 Chong Yidong <cyd@gnu.org>
178
4230351b
CY
179 * syntax.texi (Syntax Tables, Syntax Descriptors)
180 (Syntax Table Functions): Copyedits.
181 (Syntax Basics): Don't repeat the material in the preceding node.
182 (Syntax Class Table): Use a table.
183 (Syntax Properties): Document syntax-propertize-function and
184 syntax-propertize-extend-region-functions.
185 (Motion via Parsing): Clarify scan-lists. Fix indentation.
186 (Parser State): Update for the new "c" comment style. Fix
187 description of item 7 (comment style).
188
f700caa3
CY
189 * modes.texi (Minor Modes): Update how mode commands should treat
190 arguments now.
191 (Mode Line Basics): Clarify force-mode-line-update.
192 (Mode Line Top): Note that the example is not realistic.
193 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
194 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
195 "mode line construct" instead of "mode line specification".
196 (Syntactic Font Lock): Remove mention of obsolete variable
197 font-lock-syntactic-keywords.
198 (Setting Syntax Properties): Node deleted.
199 (Font Lock Mode): Note that Font Lock mode is a minor mode.
200 (Font Lock Basics): Note that syntactic fontification falls back
201 on `syntax-table'.
202 (Search-based Fontification): Emphasize that font-lock-keywords
203 should not be set directly.
204 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
205 (Syntactic Font Lock): Minor clarifications. Add xref to
206 Syntactic Font Lock node.
f700caa3 207
60236b0d
CY
2082012-02-15 Chong Yidong <cyd@gnu.org>
209
210 * minibuf.texi (Basic Completion): Define "completion table".
211 Move completion-in-region to Completion in Buffers node.
212 (Completion Commands): Use "completion table" terminology.
213 (Completion in Buffers): New node.
214
215 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
216 (Setting Hooks): Update minor mode usage example.
217 (Major Mode Conventions): Note that completion-at-point-functions
218 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
219 Remove duplicate tip about auto-mode-alist.
220 (Minor Modes): Rewrite introduction.
221 (Minor Mode Conventions): Copyedits. Don't recommend
222 variable-only minor modes since few minor modes are like that.
60236b0d 223
d7dbb11a
GM
2242012-02-15 Glenn Morris <rgm@gnu.org>
225
226 * processes.texi (Network): Document open-network-stream :parameters.
227
3d8badf4
CY
2282012-02-14 Chong Yidong <cyd@gnu.org>
229
230 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
231 was removed on 2009-09-10. Update lisp-mode-map example.
232 (Inheritance and Keymaps): Minor clarification.
233 (Searching Keymaps): Remove out-of-place enumeration.
234 (Key Lookup): Remove unnecessary example (one was already given in
235 Format of Keymaps).
236 (Changing Key Bindings): Update suppress-keymap example.
237 (Menu Bar, Tool Bar): Copyedits.
238 (Tool Bar): Update tool-bar-map example.
239
faccede1
CY
2402012-02-12 Chong Yidong <cyd@gnu.org>
241
242 * debugging.texi (Debugger Commands): Continuing is now allowed
243 for errors.
244
355cabc6
CY
2452012-02-11 Chong Yidong <cyd@gnu.org>
246
d860baa0
CY
247 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
248 Move the list of standard bitmaps there.
249 (Fringe Cursors): Rewrite for clarity.
250 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
251
34106abe
CY
252 * commands.texi (Command Overview): Mention read-key.
253 (Using Interactive, Interactive Call): Minor clarifications.
254 (Function Keys, Click Events): Avoid "input stream" terminology.
255 (Click Events): Add xref to Window Sizes and Accessing Mouse.
256 Clarify column and row components.
257 (Accessing Mouse): Add xref to Click Events. Minor fixes.
258 (Special Events): Copyedits.
259
260 * streams.texi (Input Streams): De-document get-file-char.
261 (Output Variables): Don't refer to old backquote syntax.
262
355cabc6
CY
263 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
264 (Error Debugging): Note that debug-ignored-errors overrides list
265 values of debug-on-error too. Add xref to Signaling Errors. Note
266 that debug-on-signal is not customizable. Mention
267 condition-case-unless-debug.
268 (Compilation Errors): Node deleted.
269
270 * compile.texi (Compiler Errors): Move a paragraph here from
271 deleted node Compilation Errors.
272
1be3ca5a
LL
2732012-02-10 Leo Liu <sdl.web@gmail.com>
274
275 * control.texi (Handling Errors): Change condition-case-no-debug
276 to condition-case-unless-debug.
277
25dec365
CY
2782012-02-10 Chong Yidong <cyd@gnu.org>
279
280 * advice.texi (Defining Advice): Clarify ad-unadvise.
281 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
282 is not abnormal.
283 (Advising Primitives): Node deleted; ad-define-subr-args has been
284 removed.
285
286 * compile.texi (Speed of Byte-Code): Use float-time in example.
287 (Compilation Functions): Note that the log uses Compilation mode.
288 Don't discuss the contents of byte-code function object here.
289 (Compilation Functions): De-document internal function byte-code.
290 (Docs and Compilation): Minor clarifications.
291
292 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
293 Objects.
294
5f5e4ea1
GM
2952012-02-10 Glenn Morris <rgm@gnu.org>
296
297 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
298 Mention secure-hash.
299 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
300
6c1e4b46
CY
3012012-02-10 Chong Yidong <cyd@gnu.org>
302
303 * loading.texi (Loading): Don't emphasize "library" terminology.
304 (Library Search): load-path is not a user option. Mention role of
305 -L option and packages. Improve examples.
306 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
307 obsolete.
308 (Autoload): Minor clarifications.
309
72ca698c
GM
3102012-02-10 Glenn Morris <rgm@gnu.org>
311
b011fbfe
GM
312 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
313
72ca698c
GM
314 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
315
14a1f380
GM
3162012-02-08 Glenn Morris <rgm@gnu.org>
317
318 * loading.texi (Named Features): Update the require example.
319
60d47423
GM
3202012-02-07 Glenn Morris <rgm@gnu.org>
321
322 * modes.texi (Defining Minor Modes):
323 Expand on args of defined minor modes.
324
0992bd9c
CY
3252012-02-07 Chong Yidong <cyd@gnu.org>
326
327 * variables.texi (Creating Buffer-Local): Minor clarification
328 to buffer-local-variables doc (Bug#10715).
329
af008560
GM
3302012-02-07 Glenn Morris <rgm@gnu.org>
331
e80e1825 332 * display.texi (ImageMagick Images): General update.
af008560
GM
333 Move most details of imagemagick-render-type to the variable's doc.
334
866c1d22
GM
3352012-02-06 Glenn Morris <rgm@gnu.org>
336
f7c9199f 337 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
338 (Inheritance and Keymaps):
339 Mention make-composed-keymap and multiple inheritance.
f7c9199f 340
e7bc51d0
GM
341 * modes.texi (Running Hooks): Mention run-hook-wrapped.
342
866c1d22
GM
343 * control.texi (Handling Errors):
344 Mention condition-case-no-debug and with-demoted-errors.
345
03988c98
CY
3462012-02-05 Chong Yidong <cyd@gnu.org>
347
348 * customize.texi (Common Keywords): Minor clarifications.
349 Document custom-unlispify-remove-prefixes.
350 (Variable Definitions): Backquotes in defcustom seem to work fine
351 now. Various other copyedits.
e1161b06
CY
352 (Simple Types): Copyedits. Document color selector.
353 (Composite Types): Copyedits.
354 (Splicing into Lists): Clarifications.
03988c98
CY
355
356 * eval.texi (Backquote): Move from macros.texi.
357
358 * macros.texi (Expansion): Minor clarification.
359 (Backquote): Move node to eval.texi.
360 (Defining Macros): Move an example from Backquote node.
361 (Argument Evaluation): No need to mention Pascal.
362 (Indenting Macros): Add xref to Defining Macros.
363
649f602c
GM
3642012-02-05 Glenn Morris <rgm@gnu.org>
365
366 * debugging.texi (Error Debugging): Mention debug-on-event default.
367
34c99998
GM
3682012-02-04 Glenn Morris <rgm@gnu.org>
369
8f05da42
GM
370 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
371
7aa5aad8
GM
372 * debugging.texi (Error Debugging): Mention debug-on-event.
373 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
374
c7291ad9
GM
375 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
376
34c99998
GM
377 * text.texi (Buffer Contents):
378 Update filter-buffer-substring description.
379
735cc5ca
CY
3802012-02-04 Chong Yidong <cyd@gnu.org>
381
382 * functions.texi (What Is a Function): Add closures. Mention
383 "return value" terminology. Add xref for command-execute. Remove
384 unused "keystroke command" terminology.
385 (Lambda Expressions): Give a different example than in the
386 following subsection. Add xref to Anonymous Functions.
387 (Function Documentation): Remove gratuitous markup.
388 (Function Names): Move introductory text to `What Is a Function'.
389 (Defining Functions): Fix defun argument spec.
390 (Anonymous Functions): Document lambda macro explicitly. Mention
391 effects on lexical binding.
392 (Function Cells): Downplay direct usage of fset.
393 (Closures): New node.
394 (Inline Functions): Remove "open-code" terminology.
395 (Declaring Functions): Minor tweak; .m is not C code.
396
397 * variables.texi (Variables): Don't refer to "global value".
398 (Local Variables, Void Variables): Copyedits.
399 (Lexical Binding): Minor clarification of example.
400 (File Local Variables): Mention :safe and :risky defcustom args.
401 (Lexical Binding): Add xref to Closures node.
402
94bc7984
GM
4032012-02-04 Glenn Morris <rgm@gnu.org>
404
405 * minibuf.texi (High-Level Completion): Updates for read-color.
406
4f5a10ef
GM
4072012-02-03 Glenn Morris <rgm@gnu.org>
408
eea14f31
GM
409 * display.texi (GIF Images): Mention animation.
410 Remove commented-out old example of animation.
411 (Animated Images): New subsection.
412 * elisp.texi (Top):
413 * vol1.texi (Top):
414 * vol2.texi (Top): Add Animated Images menu entry.
415
4f5a10ef
GM
416 * display.texi (Image Formats): Remove oddly specific information
417 on versions of image libraries.
204e728d 418 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 419
12f381b7
GM
4202012-02-02 Glenn Morris <rgm@gnu.org>
421
1b9f60cc
GM
422 * processes.texi (Synchronous Processes):
423 Mention call-process's :file gets overwritten.
424
7e2734bc
GM
425 * commands.texi (Reading One Event):
426 * help.texi (Help Functions): Document read-char-choice.
427
f58b9822
GM
428 * hooks.texi (Standard Hooks):
429 * modes.texi (Keymaps and Minor Modes):
430 * text.texi (Commands for Insertion): Document post-self-insert-hook.
431
432 * hooks.texi (Standard Hooks): Add prog-mode-hook.
433
12f381b7
GM
434 * hooks.texi (Standard Hooks):
435 * modes.texi (Major Mode Conventions, Mode Hooks):
436 Document change-major-mode-after-body-hook.
437
7a9a2fc6
GM
4382012-02-01 Glenn Morris <rgm@gnu.org>
439
440 * modes.texi (Defining Minor Modes):
441 Mention disabling global minor modes on a per-major-mode basis.
442
a037c171
CY
4432012-01-31 Chong Yidong <cyd@gnu.org>
444
445 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
446 (Parser State): Remove unnecessary statement (Bug#10661).
447
448 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
449
56afad3a
GM
4502012-01-31 Glenn Morris <rgm@gnu.org>
451
452 * modes.texi (Defining Minor Modes):
453 Document define-minor-mode's new :variable keyword.
454
0f29fa41
CY
4552012-01-29 Chong Yidong <cyd@gnu.org>
456
837a390a
CY
457 * syntax.texi (Syntax Class Table): Tweak description of newline
458 char syntax (Bug#9619).
459
0f29fa41
CY
460 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
461 description (Bug#10189).
462
182148ee
GM
4632012-01-29 Glenn Morris <rgm@gnu.org>
464
a49ca6b9
GM
465 * files.texi (Changing Files): Document SELinux support.
466
182148ee
GM
467 * windows.texi (Window Sizes): Fix typo.
468
9962192e
CY
4692012-01-28 Chong Yidong <cyd@gnu.org>
470
8c6e1920
CY
471 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
472 doc (Bug#8568).
473
9583ec59
CY
474 * frames.texi (Input Focus): Add NORECORD arg to
475 select-frame-set-input-focus. Clarify its role in select-frame.
476
10256988
CY
477 * text.texi (Transposition): We don't use transpose-region as an
478 internal subroutine (Bug#3249).
479
9962192e
CY
480 * modes.texi (Example Major Modes): Update Lisp example code to
481 current sources. Delete the old non-derived-major-mode example,
482 which has diverged badly from current sources.
483
2aa43abb
GM
4842012-01-27 Glenn Morris <rgm@gnu.org>
485
486 * makefile.w32-in (texinputdir): Fix (presumed) typo.
487 (VERSION, manual): Remove, unused.
488
9f40220d
CY
4892012-01-27 Chong Yidong <cyd@gnu.org>
490
491 * commands.texi (Command Overview): Minor clarification (Bug#10384).
492
acc28cb9
CY
4932012-01-26 Chong Yidong <cyd@gnu.org>
494
495 * searching.texi (String Search): Document negative repeat count
496 (Bug#10507).
497
48da7392
GM
4982012-01-26 Glenn Morris <rgm@gnu.org>
499
500 * variables.texi (Using Lexical Binding):
501 Mention that lexical-binding should be set in the first line.
502
69b0acb9
LI
5032012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
504
505 * macros.texi (Defining Macros): Don't claim that `declare' only
506 affects Edebug and indentation.
507
543757a8
LI
5082012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
509
510 * macros.texi (Defining Macros): Slight `declare' fixup.
511
450e3cae
GM
5122012-01-25 Glenn Morris <rgm@gnu.org>
513
24189ce0 514 * makefile.w32-in (texinputdir):
450e3cae
GM
515 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
516
1021c761
CY
5172012-01-24 Chong Yidong <cyd@gnu.org>
518
519 * variables.texi (Variables, Local Variables, Void Variables):
520 Edit to make the descriptions less specific to dynamic binding.
521 (Local Variables): Default max-specpdl-size is now 1300.
522 (Defining Variables): Edits for lexical scoping. Delete
523 information about starting docstrings with *. De-document
524 user-variable-p.
525 (Tips for Defining): Remove an unimportant discussion of quitting
526 in the middle of a load.
527 (Accessing Variables, Setting Variables): Discuss lexical binding.
528 (Variable Scoping): Rewrite.
529 (Scope, Extent, Impl of Scope): Nodes deleted.
530 (Dynamic Binding): New node, with material from Scope, Extent, and
531 Impl of Scope nodes.
532 (Dynamic Binding Tips): Rename from Using Scoping.
533 (Lexical Binding): Rewrite.
534 (Using Lexical Binding): Rename from Converting to Lexical
535 Binding. Convert to subsection.
536
537 * customize.texi (Variable Definitions): Add custom-variable-p.
538 Move user-variable-p documentation here.
539
31cbea1d
CY
5402012-01-23 Chong Yidong <cyd@gnu.org>
541
542 * strings.texi (Text Comparison): Minor qualification.
543
544 * lists.texi (Cons Cells): Copyedits.
545 (List Elements): Mention push.
546 (List Variables): Mention pop.
547 (Rings): Move to sequences.texi.
548
549 * sequences.texi (Sequence Functions): Don't repeat the
550 introduction already given in the parent.
551 (Vectors): Copyedits.
552 (Rings): Move from lists.texi. Note that this is specific to the
553 ring package.
554
555 * symbols.texi (Definitions, Symbol Components): Mention variable
556 scoping issues.
557 (Plists and Alists): Copyedits.
558
559 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
560 correctness with lexical scoping.
561 (Eval): Copyedits.
562
fead402d
CY
5632012-01-21 Chong Yidong <cyd@gnu.org>
564
565 * intro.texi (A Sample Function Description): Special notation
566 used for macros too.
567
568 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
569 (Symbol Type): Add xref for keyword symbols.
570 (Sequence Type): Clarify differences between sequence types.
571 (Cons Cell Type): Add "linked list" index entry.
572 (Non-ASCII in Strings): Copyedits.
573 (Equality Predicates): Symbols with same name need not be eq.
574
575 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
576 ldexp. Move float-e and float-pi to Math Functions node.
577
61086eb6
GM
5782012-01-21 Glenn Morris <rgm@gnu.org>
579
580 * modes.texi (Auto Major Mode):
581 * variables.texi (File Local Variables):
582 Mention inhibit-local-variables-regexps.
583
34a02f46
MR
5842012-01-19 Martin Rudalics <rudalics@gmx.at>
585
586 * windows.texi (Window Configurations): Rewrite references to
587 persistent window parameters.
588 (Window Parameters): Fix description of persistent window
589 parameters.
590
f5064cae
JB
5912012-01-16 Juanma Barranquero <lekktu@gmail.com>
592
593 * windows.texi (Window Parameters): Use @pxref.
594
6a6ee00d
MR
5952012-01-16 Martin Rudalics <rudalics@gmx.at>
596
597 * windows.texi (Window Configurations, Window Parameters):
598 Describe persistent window parameters.
599
9ca4c014
SM
6002011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
601
602 * variables.texi (Creating Buffer-Local): Warn against misuses of
603 make-variable-buffer-local (bug#10258).
604
d027f83d
LMI
6052012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
606
607 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
608
89bd9ccd
CY
6092012-01-06 Chong Yidong <cyd@gnu.org>
610
611 * variables.texi (Directory Local Variables): Document
612 hack-dir-local-variables-non-file-buffer.
613
c869783d
GM
6142012-01-06 Glenn Morris <rgm@gnu.org>
615
616 * maps.texi (Standard Keymaps): Refer to Info-edit by name
617 rather than by keybinding.
618
2cae5ba4
JB
6192011-12-29 Juanma Barranquero <lekktu@gmail.com>
620
621 * frames.texi (Font and Color Parameters): Add @pxref.
622
43da4d08
DC
6232011-12-29 Daniel Colascione <dan.colascione@gmail.com>
624
625 * frames.texi (Font and Color Parameters):
626 Document w32 font backends (bug#10399).
627
8d80ef01
PE
6282011-12-28 Paul Eggert <eggert@cs.ucla.edu>
629
630 * files.texi (File Attributes, Changing Files):
631 Use a more-natural notation for octal numbers.
632
9022ae07
JB
6332011-12-23 Juanma Barranquero <lekktu@gmail.com>
634
635 * variables.texi (Variables with Restricted Values):
636 Change reference to variable (bug#10354).
637
454592a6
MR
6382011-12-13 Martin Rudalics <rudalics@gmx.at>
639
640 * windows.texi (Splitting Windows): Use t instead of non-nil
641 when describing window-combination-resize.
642
a7cdbfce
SM
6432011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * text.texi (Special Properties): Warn against `intangible' properties
646 (bug#10222).
647
a3dcc84e
EZ
6482011-11-26 Eli Zaretskii <eliz@gnu.org>
649
579ebf8f
EZ
650 * display.texi (Truncation):
651 * text.texi (Special Properties): Describe what a stretch-glyph is
652 instead of using that term without explanation. Make the
653 cross-references more accurate.
654
a3dcc84e
EZ
655 * display.texi (Usual Display): Update the description,
656 cross-references, and indexing related to display of control
657 characters and raw bytes.
658
94af99a4
MR
6592011-11-25 Martin Rudalics <rudalics@gmx.at>
660
661 * windows.texi (Splitting Windows): Fix description of
662 window-combination-limit. Suggested by Eli Zaretskii.
663
1c3d7a13
CY
6642011-11-23 Chong Yidong <cyd@gnu.org>
665
666 * windows.texi (Window Sizes): Move window-top-line,
667 window-left-column, and window-*-pixel-edges to Coordinates and
668 Windows node.
669 (Coordinates and Windows): Restore window-edges doc.
670
90151a1e
MR
6712011-11-21 Martin Rudalics <rudalics@gmx.at>
672
a7cdbfce
SM
673 * windows.texi (Windows and Frames, Splitting Windows):
674 Fix typos.
90151a1e 675
a9b9b7f5
CY
6762011-11-21 Chong Yidong <cyd@gnu.org>
677
678 * windows.texi (Splitting Windows): Fix error in documentation of
679 window-combination-limit.
680 (Cyclic Window Ordering): Minor fixes to next-window,
681 one-window-p, and get-lru-window docs. Don't document
682 window-list-1.
683 (Buffers and Windows): Copyedits.
684 (Choosing Window): Document special handling of special-display-*.
685 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
686 Don't document even-window-heights, which is going away.
687 Clarify which options are obeyed by which action functions.
a9b9b7f5 688
f4e90db0
SM
6892011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
692
d2999b1a
MR
6932011-11-20 Martin Rudalics <rudalics@gmx.at>
694
f4e90db0
SM
695 * windows.texi (Resizing Windows, Splitting Windows):
696 Remove term "status" when talking about combination limits.
d2999b1a 697
cd1181db
JB
6982011-11-20 Juanma Barranquero <lekktu@gmail.com>
699
700 * compile.texi (Compiler Errors):
701 * help.texi (Help Functions): Fix typos.
702
7bf54975
CY
7032011-11-19 Chong Yidong <cyd@gnu.org>
704
705 * windows.texi (Splitting Windows): Clarify role of window
706 parameters in split-window. Shorten the example.
f4e90db0
SM
707 (Deleting Windows): Rewrite intro to handle internal windows.
708 Fix delete-windows-on doc.
7bf54975
CY
709 (Selecting Windows): Copyedits.
710
a0c2d0ae
MR
7112011-11-17 Martin Rudalics <rudalics@gmx.at>
712
713 * windows.texi (Resizing Windows, Splitting Windows)
714 (Deleting Windows): Use term window-combination-resize instead
715 of window-splits.
716
b6f67890
MR
7172011-11-16 Martin Rudalics <rudalics@gmx.at>
718
f4e90db0
SM
719 * windows.texi (Resizing Windows, Splitting Windows):
720 Rename occurrences of window-nest to window-combination-limit.
b6f67890 721
0b381c7e
JB
7222011-11-14 Juanma Barranquero <lekktu@gmail.com>
723
724 * intro.texi (Lisp History): Fix typo.
725
89d61221
MR
7262011-11-12 Martin Rudalics <rudalics@gmx.at>
727
f4e90db0
SM
728 * windows.texi (Splitting Windows, Deleting Windows):
729 Remove references to splits status of windows.
89d61221 730
b2621720
GM
7312011-11-10 Glenn Morris <rgm@gnu.org>
732
733 * buffers.texi (Read Only Buffers): Expand a bit on why
734 toggle-read-only should only be used interactively. (Bug#7292)
735
d2ad7ee1
CY
7362011-11-09 Chong Yidong <cyd@gnu.org>
737
738 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 739 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
740 window-inside-absolute-pixel-edges.
741 (Resizing Windows): shrink-window-if-larger-than-buffer works on
742 non-full-width windows.
743
2cffd681
MR
7442011-11-09 Martin Rudalics <rudalics@gmx.at>
745
746 * windows.texi (Resizing Windows): Rewrite documentation of
747 window-resizable.
748
f6f6d7e7
CY
7492011-11-09 Chong Yidong <cyd@gnu.org>
750
751 * windows.texi (Splitting Windows): Simplify example.
752
a79db6e0
CY
7532011-11-08 Chong Yidong <cyd@gnu.org>
754
755 * windows.texi (Window Sizes): Copyedits. Document
756 window-text-height. Remove window-min-height and window-min-width
757 discussion, referring instead to Emacs manual.
758 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
759 (Resizing Windows): Simplify introduction. Don't document
760 enlarge-window, shrink-window, enlarge-window-horizontally, and
761 shrink-window-horizontally; they are no longer preferred for
762 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 763
441950c7
GM
7642011-11-07 Glenn Morris <rgm@gnu.org>
765
766 * windows.texi (Choosing Window): Fix keybinding typo.
767
be7f5545
MR
7682011-11-07 Martin Rudalics <rudalics@gmx.at>
769
770 * windows.texi (Resizing Windows, Splitting Windows)
771 (Window Configurations): Use "child window" instead of
772 "subwindow".
773
291d142b
CY
7742011-11-06 Chong Yidong <cyd@gnu.org>
775
776 * windows.texi (Basic Windows): Clarify various definitions.
777 Treat window-normalize-* as internal; don't document them.
778 (Windows and Frames): Various clarifications, e.g. non-live
779 windows also belong to frames. Fix window-list description.
780 Simplify window nesting example.
f4e90db0
SM
781 (Splitting Windows, Window Configurations):
782 Use split-window-below.
291d142b 783
89bd5ee1
EZ
7842011-11-04 Eli Zaretskii <eliz@gnu.org>
785
786 * windows.texi (Window Sizes): Mention in the doc string that the
787 return values of `window-body-height' and `window-body-width' are
788 in frame's canonical units. (Bug#9949)
789
3d8daefe
MR
7902011-10-30 Martin Rudalics <rudalics@gmx.at>
791
792 * windows.texi (Windows and Frames): Remove "iso-" infix from
793 documentation of window-iso-combined-p.
794
60754666
CY
7952011-10-26 Chong Yidong <cyd@gnu.org>
796
797 * modes.texi (Running Hooks): Document with-wrapper-hook.
798
d366bd53
CY
7992011-10-18 Chong Yidong <cyd@gnu.org>
800
801 * display.texi (Glyphless Chars): New node.
802
50b063c3
CY
8032011-10-13 Chong Yidong <cyd@stupidchicken.com>
804
805 * text.texi (Yanking): Document yank-excluded-properties.
806
807 * package.texi (Packaging Basics): The commentary should say how
808 to begin using the package.
809
c72063fa
MR
8102011-10-11 Martin Rudalics <rudalics@gmx.at>
811
812 * windows.texi (Deleting Windows): Mention which window gets
813 selected when deleting the selected window.
814
d83dc65b
MR
8152011-10-09 Martin Rudalics <rudalics@gmx.at>
816
817 * buffers.texi (The Buffer List): Describe how bury-buffer deals
818 with the selected window.
819 * windows.texi (Buffers and Windows): Reformulate text on how
820 replace-buffer-in-windows deals with a window.
821 (Quitting Windows): Describe how quit-window deals with a
822 standalone frame. Describe new option frame-auto-hide-function.
823
c599682c
GM
8242011-10-08 Glenn Morris <rgm@gnu.org>
825
48bca619
GM
826 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
827
c599682c
GM
828 * positions.texi (Excursions): Update warning message.
829
969aa734
CY
8302011-10-05 Chong Yidong <cyd@stupidchicken.com>
831
f4e90db0
SM
832 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
833 Fix Emacs manual xref (Bug#9675).
969aa734 834
550f41cd
CY
8352011-10-01 Chong Yidong <cyd@stupidchicken.com>
836
837 * windows.texi (Textual Scrolling): Document scroll-up-command,
838 scroll-down-command, scroll-error-top-bottom, and the
839 scroll-command symbol property.
717a1362
CY
840 (Display Action Functions): Fix description of
841 display-buffer-pop-up-window.
550f41cd 842
a239d4e9
JB
8432011-09-28 Juanma Barranquero <lekktu@gmail.com>
844
845 * windows.texi (Splitting Windows): Fix typos.
846
590c056d
MR
8472011-09-25 Martin Rudalics <rudalics@gmx.at>
848
849 * windows.texi (Windows and Frames, Display Action Functions)
850 (Switching Buffers): Fix some typos.
851 (Buffers and Windows): Remove reference to window-auto-delete.
852 Reword description of replace-buffer-in-windows.
853 (Window History): Fix some typos and refer to frame local buffer
854 list.
c419f5cb
MR
855 (Quitting Windows): New node.
856 (Window Configurations): Add descriptions of window-state-get
857 and window-state-put.
858 (Window Parameters): Describe variable ignore-window-parameters.
859 Sketch some window parameters currently in use.
860 * elisp.texi (Top): Update node listing.
590c056d 861
9ec20d36
CY
8622011-09-25 Chong Yidong <cyd@stupidchicken.com>
863
864 * windows.texi (Display Action Functions)
865 (Choosing Window Options): New nodes.
866
0e406a72
CY
8672011-09-24 Chong Yidong <cyd@stupidchicken.com>
868
869 * windows.texi (Window History): New node. Move text here from
870 Buffers and Windows.
871 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
872 don't document display-buffer here; callers changed.
873 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
874 switch-to-buffer-other-frame. Delete duplicate
875 replace-buffer-in-windows doc.
876 (Choosing Window): Document display actions.
877
6bf7006f
EZ
8782011-09-24 Eli Zaretskii <eliz@gnu.org>
879
880 * display.texi (Forcing Redisplay): Update the description of
881 redisplay-dont-pause due to change in the default value.
882
b33b68a3
MR
8832011-09-23 Martin Rudalics <rudalics@gmx.at>
884
885 * frames.texi (Frames and Windows): Move section and rename to
886 Windows and Frames in windows.texi.
887 * windows.texi (Windows): Restructure.
888 (Basic Windows): Rewrite. Explain live and internal windows and
889 normalization functions.
890 (Windows and Frames): Move section here from frames.texi.
891 Describe subwindows, window combinations, window tree, and
892 corresponding functions including window-list here.
893 (Window Sizes): Rename section from Size of Window and move it
894 up in chapter. Describe total and body sizes and the
895 corresponding functions. Explain new semantics of
896 window-min-height/-width.
897 (Resizing Windows): Move section up in chapter. Describe new
898 resize functions.
899 (Splitting Windows): Describe new behavior of split-window,
900 split-window-above-each-other and split-window-side-by-side.
901 Provide examples. Describe window-nest and window-splits
902 options.
903 (Deleting Windows): Minor rewrite.
f4e90db0
SM
904 (Selecting Windows): Minor rewrite.
905 Describe frame-selected-window and set-frame-selected-window here.
906 (Cyclic Window Ordering): Minor rewrite.
907 Describe window-list-1.
b33b68a3
MR
908 (Buffers and Windows): Rewrite. Explain a window's previous and
909 next buffers and the corresponding functions.
c4682d18 910 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
911 * elisp.texi (Top): Update node listings for frames and windows
912 sections.
913
4d3786ac
SM
9142011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
917
713df35b
LMI
9182011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
919
920 * errors.texi (Standard Errors): Remove apparent placeholder text
921 (bug#9491).
922
33ed493b
CY
9232011-09-18 Chong Yidong <cyd@stupidchicken.com>
924
925 * frames.texi (Management Parameters): Fix description of
926 icon-type parameter.
927
b8f0a954
CY
9282011-09-17 Chong Yidong <cyd@stupidchicken.com>
929
930 * tips.texi (Key Binding Conventions): Don't bind a key sequence
931 ending in C-g. Suggested by Edward O'Connor.
932
eddf142c
EZ
9332011-09-17 Eli Zaretskii <eliz@gnu.org>
934
935 * numbers.texi (Integer Basics): Add indexing for
936 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
937
bf1af6c7
DM
9382011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
939
940 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
941
cec2eab8
JB
9422011-09-11 Juanma Barranquero <lekktu@gmail.com>
943
944 * processes.texi (Network Servers): Clarify what the process
945 buffer is used for (bug#9233).
946
51751aa2 9472011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
948
949 * lists.texi (Building Lists): Fix typo.
950
35137ed3
CY
9512011-08-30 Chong Yidong <cyd@stupidchicken.com>
952
953 * display.texi (Basic Faces): New node. Document new faces.
954
955 * modes.texi (Major Mode Conventions): Move some text there.
956 (Mode Help): Remove major-mode var, duplicated in Major Modes.
957
3fd50d5c
CY
9582011-08-29 Chong Yidong <cyd@stupidchicken.com>
959
960 * modes.texi (Basic Major Modes): New node. Callers updated.
961 (Major Modes): Document fundamental-mode and major-mode.
962 (Major Mode Basics): Node deleted; text moved to Major Modes.
963 (Derived Modes): Document derived-mode-p.
964
ddb54206
CY
9652011-08-28 Chong Yidong <cyd@stupidchicken.com>
966
a6326082
CY
967 * files.texi (Changing Files, Create/Delete Dirs): Document new
968 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
969 (Visiting Functions): Remove view-file; it is documented in the
970 Emacs manual.
04e2ce72 971
ddb54206
CY
972 * frames.texi (Layout Parameters): The defaults for the
973 menu-bar-lines and tool-bar-lines parameters depend on the mode.
974
975 * display.texi (Progress): Document spinner functionality.
976
977 * os.texi (Killing Emacs): Note that kill-emacs can be called by
978 operating system signals. Refer to save-buffers-kill-terminal
979 instead of save-buffers-kill-emacs.
980
981 * objects.texi (Symbol Type): Document ## print representation.
982
0c95fcf7
EZ
9832011-08-25 Eli Zaretskii <eliz@gnu.org>
984
985 * display.texi (Specified Space): Mention that `space' specs
986 influence bidi reordering.
987 (Bidirectional Display): Explain how to use `(space . PROPS)' for
988 separating fields with bidirectional content.
989
5980d4c6
EZ
9902011-08-24 Eli Zaretskii <eliz@gnu.org>
991
992 * display.texi (Bidirectional Display): Document return value in
993 buffers that are not bidi-reordered for display, and in unibyte
994 buffers.
995
bca633fb
EZ
9962011-08-23 Eli Zaretskii <eliz@gnu.org>
997
998 * nonascii.texi (Character Properties): Document the values for
999 unassigned codepoints.
1000
c094bb0c
EZ
10012011-08-18 Eli Zaretskii <eliz@gnu.org>
1002
1003 * nonascii.texi (Character Properties): Document use of
1004 `bidi-class' and `mirroring' properties as part of reordering.
1005 Provide cross-references to "Bidirectional Display".
1006
1007 * display.texi (Bidirectional Display): Document the pitfalls of
1008 concatenating strings with bidirectional content, with possible
f4e90db0
SM
1009 solutions. Document bidi-string-mark-left-to-right.
1010 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
1011 Document use of `bidi-class' and `mirroring' properties as part of
1012 reordering.
c094bb0c 1013
1ea897d5
EZ
10142011-08-16 Eli Zaretskii <eliz@gnu.org>
1015
9adfcd0b
EZ
1016 * modes.texi (Major Mode Conventions): Improve the documentation
1017 of `mode-class' `special' modes.
1018
10862873
EZ
1019 * nonascii.texi (Character Properties): Document the `mirroring'
1020 property. Add index entries.
1021
1ea897d5
EZ
1022 * syntax.texi (Categories): Add an example of defining a new
1023 category and category table.
1024
1025 * searching.texi (Regexp Backslash): Document how to display
1026 existing categories. Mention the possibility of adding
1027 categories, and add an xref to where this is described. Add an
1028 index entry.
1029
ebb552ed
CY
10302011-08-09 Chong Yidong <cyd@stupidchicken.com>
1031
1032 * text.texi (Special Properties):
1033 * display.texi (Overlay Properties): Note that mouse-face cannot
1034 change the text size (Bug#8530).
1035
51a714e1
CY
10362011-08-08 Chong Yidong <cyd@stupidchicken.com>
1037
1038 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1039 using setenv instead.
1040
4cc60b9b
EZ
10412011-07-28 Eli Zaretskii <eliz@gnu.org>
1042
1043 * display.texi (Bidirectional Display): Document the fact that
1044 bidi-display-reordering is t by default.
1045
5deb92fd
EZ
10462011-07-23 Eli Zaretskii <eliz@gnu.org>
1047
1048 * display.texi (Bidirectional Display): New section.
1049
011b0ad6 10502011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
1051 Tim Cross <theophilusx@gmail.com> (tiny change)
1052 Glenn Morris <rgm@gnu.org>
011b0ad6 1053
67f9b9f8 1054 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 1055
4baf28e6
AS
10562011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1057
1058 * help.texi (Keys in Documentation): Revert last change.
1059
66249842
LMI
10602011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1061
f863868c
LMI
1062 * help.texi (Keys in Documentation): Clarify that \= only quotes
1063 the next character, and doesn't affect longer sequences in
1064 particular (bug#8935).
1065
f4e90db0
SM
1066 * debugging.texi (Using Debugger):
1067 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 1068
0bb23927 10692011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
1070
1071 * display.texi (Other Display Specs): Document that `left-fringe'
1072 and `right-fringe' display specifications are of the "replacing"
1073 kind.
1074
f2027cdf
LMI
10752011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1076
1077 * help.texi (Documentation Basics): Add a link to the Function
1078 Documentation node (bug#6580).
1079
f987fde4
LMI
10802011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1081
0bc59b25
LMI
1082 * keymaps.texi (Menu Bar): Mention :visible and :enable
1083 (bug#6344). Text by Drew Adams.
1084
63d55f1f
LMI
1085 * modes.texi (Running Hooks): Mention buffer-local hook variables
1086 (bug#6218).
1087
f987fde4
LMI
1088 * objects.texi (General Escape Syntax): "a with grave accent" is
1089 ?xe0, not ?x8e0 (bug#5259).
1090
b7527639
CY
10912011-07-12 Chong Yidong <cyd@stupidchicken.com>
1092
1093 * display.texi (Face Attributes, Font Selection): Add references
1094 to the Fonts node in the Emacs manual (Bug#4178).
1095
c830e5ae
CY
10962011-07-12 Chong Yidong <cyd@stupidchicken.com>
1097
1098 * display.texi (Window Systems): `window-system' is
1099 terminal-local.
1100
1101 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1102 frame-local variables.
1103
1104 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1105 frame-local variables.
1106 (Frame-Local Variables): Node deleted.
1107
1108 * elisp.texi (Top): Update node listing.
1109
91223e54
LMI
11102011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1111
1112 * elisp.texi: Change "inferiors" to "subnodes" in three places
1113 (bug#3523).
1114
963578d3
CY
11152011-07-11 Chong Yidong <cyd@stupidchicken.com>
1116
1117 * frames.texi (Window System Selections): Discussion of
1118 x-select-enable-clipboard moved to Emacs manual.
1119
07151e49
DD
11202011-07-11 Deniz Dogan <deniz@dogan.se>
1121
1122 * commands.texi (Prefix Command Arguments): Remove excessive
1123 apostrophe.
1124
7261e1cf
LMI
11252011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1126
ad21a12a
LMI
1127 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1128 description is a string (bug#3313).
1129
7261e1cf
LMI
1130 * frames.texi (Display Feature Testing): Try to explain what all
1131 the visual classes mean (bug#3042).
1132
568f7b79
LMI
11332011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1134
18d59e29
LMI
1135 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1136 and `mode-line-client' (bug#2974).
1137
568f7b79
LMI
1138 * text.texi (Insertion): Clarify marker movements (bug#1651).
1139 Text from Drew Adams.
1140
54e10184
LMI
11412011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1142
d94d85e9
LMI
1143 * text.texi (Special Properties): Clarify the format of `face'
1144 (bug#1375).
1145
54e10184
LMI
1146 * commands.texi (Interactive Call): Add a `call-interactively'
1147 example (bug#1010).
1148
413c488d
LMI
11492011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1150
1151 * functions.texi (Calling Functions): Link to the "Interactive
1152 Call" node (bug#1001).
1153
322b7dab 11542011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1155
3deead93
CY
1156 * customize.texi (Composite Types): Move alist and plist to here
1157 from Simple Types (Bug#7545).
1158
1159 * elisp.texi (Top): Update menu description.
1160
b00d8c1a
CY
1161 * display.texi (Face Attributes): Document negative line widths
1162 (Bug#6113).
1163
d2a6c43b
TR
11642011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1165
1166 * searching.texi (Match Data): Note that match data can be
1167 overwritten by most functions (bug#2499).
1168
c7844a27
LMI
11692011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1170
a9ab721e
LMI
1171 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1172 flags mean (bug#6659).
1173
c7844a27
LMI
1174 * functions.texi (What Is a Function): Document the autoload
1175 object (bug#6496).
1176
f68d76d0
LMI
11772011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1178
8a20ca4c
LMI
1179 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1180 is only used in the Customize user interface (bug#6089).
1181
f68d76d0 1182 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1183 images (bug#7836).
f68d76d0 1184
7018dbe7
EZ
11852011-07-02 Eli Zaretskii <eliz@gnu.org>
1186
1187 * variables.texi (Defining Variables, Void Variables)
1188 (Constant Variables): Fix incorrect usage of @kindex.
1189
36cb87a1
LMI
11902011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1191
28ee97c7
LMI
1192 * variables.texi (Defining Variables): Add an index entry for
1193 `set-variable' (bug#7262).
8d4294e9 1194 (Defining Variables): Use @findex for functions.
28ee97c7 1195
8862ffd5
LMI
1196 * frames.texi (Basic Parameters): Document the `explicit-name'
1197 parameter (bug#6951).
1198
0ec389b9
LMI
1199 * customize.texi (Type Keywords): Clarify that :value provides a
1200 default value for all types (bug#7386).
1201
36cb87a1
LMI
1202 * streams.texi (Output Functions): Document `pp'.
1203
11fdef7d 12042011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1205
1206 * keymaps.texi (Searching Keymaps):
1207 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1208 change. Suggested by Johan Bockgård.
1209
eeafcea7
CY
12102011-06-15 Chong Yidong <cyd@stupidchicken.com>
1211
1212 * text.texi (Special Properties): Clarify role of font-lock-face.
1213
b96e6cde
LMI
12142011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1215
f4e90db0 1216 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1217 to `process-live-p' for consistency with other `-live-p' functions.
1218
be14b9ab
PE
12192011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1220
1221 Document wide integers better.
1222 * files.texi (File Attributes): Document ino_t values better.
2d365993 1223 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1224 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1225 (Bitwise Operations):
001903b5
PE
1226 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1227 to read, and that will port better if 62-bits becomes the default.
1228 Fix or remove incorrect examples.
be14b9ab
PE
1229 * os.texi (Time Conversion): Document time_t values better.
1230
bcd54f83
LMI
12312011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1232
f4e90db0
SM
1233 * processes.texi (Process Information):
1234 Document `process-alive-p'.
bcd54f83 1235
049bcbcb
CY
12362011-05-29 Chong Yidong <cyd@stupidchicken.com>
1237
1238 * help.texi (Accessing Documentation):
1239 * display.texi (Pixel Specification):
1240 * processes.texi (Serial Ports, Serial Ports):
1241 * nonascii.texi (Character Properties, Default Coding Systems):
1242 * text.texi (Changing Properties, Special Properties):
1243 * windows.texi (Window Start and End):
1244 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1245 * keymaps.texi (Searching Keymaps, Tool Bar):
1246 * minibuf.texi (Basic Completion):
1247 * compile.texi (Eval During Compile):
1248 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1249 7x9 paper in printed manual.
1250
1251 * lists.texi (Sets And Lists): Fix misplaced text.
1252
58539c63
CY
12532011-05-29 Chong Yidong <cyd@stupidchicken.com>
1254
1255 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1256 needs to be active (Bug#8350).
1257
6b5681bf
CY
12582011-05-28 Chong Yidong <cyd@stupidchicken.com>
1259
b4d52acc
CY
1260 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1261
6b5681bf
CY
1262 * tips.texi (Coding Conventions): Remove antediluvian filename
1263 limit recommendation (Bug#8538).
1264
e145f188
GM
12652011-05-27 Glenn Morris <rgm@gnu.org>
1266
1267 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1268
eafed945
GM
12692011-05-26 Glenn Morris <rgm@gnu.org>
1270
1271 * variables.texi (File Local Variables):
1272 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1273 Add some more details on what this function does in the other case.
eafed945 1274
bc8410af
GM
12752011-05-19 Glenn Morris <rgm@gnu.org>
1276
1277 * lists.texi (Sets And Lists): Mention cl provides union etc.
1278
35a30759
N
12792011-05-19 Nix <nix@esperi.org.uk>
1280
1281 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1282
1283 * text.texi (Parsing HTML): Update for function name changes.
1284
1285 * syntax.texi (Syntax Flags): Small fix.
1286
1287 * keymaps.texi (Active Keymaps): Typo fix.
1288 (Changing Key Bindings): Grammar fix.
1289
1290 * frames.texi (Minibuffers and Frames): Grammar fix.
1291 (Window System Selections): x-select-enable-clipboard now defaults to t.
1292
1293 * customize.texi (Common Keywords):
1294 * display.texi (Abstract Display):
1295 * modes.texi (Auto-Indentation):
1296 * nonascii.texi (Converting Representations): Typo fixes.
1297
1298 * control.texi (Examples of Catch): Call it "goto" not "go to".
1299
e3934a8a
EZ
13002011-05-14 Eli Zaretskii <eliz@gnu.org>
1301
bc039a3b
EZ
1302 * nonascii.texi (Character Properties): Fix inconsistencies with
1303 implementation.
1304
e3934a8a
EZ
1305 * text.texi (Special Properties): Move @defvar's out of the
1306 @table. (Bug#8652)
1307
e2c94218
GM
13082011-05-12 Glenn Morris <rgm@gnu.org>
1309
1310 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1311
d2fc7e3d 13122011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1313
1314 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1315 (Multiline Font Lock):
1316 * vol2.texi (Top):
1317 * vol1.texi (Top):
1318 * elisp.texi (Top): Update menu accordingly.
1319
d2fc7e3d 13202011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1321
1322 * modes.texi (Region to Fontify): Fix typo.
1323
79b70037
GM
13242011-05-10 Jim Meyering <meyering@redhat.com>
1325
1326 * minibuf.texi: Fix typo "in in -> in".
1327
b08a63cc 13282011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1329
1330 * numbers.texi (Integer Basics): Large integers are treated as floats.
1331
1ef14cb4
LMI
13322011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1333
1334 * processes.texi (Synchronous Processes): Document the (:file
1335 "/file-name") syntax for `call-process'.
1336
4ffd0d6b 13372011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1338
1339 * windows.texi (Choosing Window): Fix typo.
1340
4ffd0d6b 13412011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1342
1343 * frames.texi (Layout Parameters): Note the difference between
1344 querying and setting parameters for left-fringe and right-fringe
1345 (Bug#6930).
1346
fd5a8ae8
SM
13472011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1348
1349 * minibuf.texi (Basic Completion): Be a bit more precise about the
1350 valid kinds of completion tables.
1351 (Programmed Completion): Remove obsolete text about lambda expressions
1352 not being valid completion tables.
1353
c1bcd0d5
CY
13542011-03-19 Chong Yidong <cyd@stupidchicken.com>
1355
1356 * positions.texi (Excursions): Explain the "save-excursion
1357 defeated by set-buffer" warning.
1358
1359 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1360 save-excursion. Suggested by Uday S Reddy.
1361
03408648 13622011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1363
03408648
SM
1364 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1365 (Lexical Binding): New sub-section.
ba83908c 1366
03408648
SM
1367 * eval.texi (Eval): Discourage the use of `eval'.
1368 Document its new `lexical' argument.
6c075cd7 1369
f6d62986
SM
13702011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1371
03408648 1372 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1373 nil any more.
1374
84ea5558 13752011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1376
1377 * strings.texi (String Conversion): Don't mention
1378 string-make-(uni|multi)byte (bug#8262).
1379 * nonascii.texi (Converting Representations): Fix up range.
1380 * keymaps.texi (Key Binding Commands): Update code point, avoid
1381 "unibyte character" and remove mention of unibyte bindings.
1382
62d94509
EZ
13832011-03-10 Eli Zaretskii <eliz@gnu.org>
1384
1385 * modes.texi (Operator Precedence Grammars): Don't use characters
1386 outside ISO-8859-1.
1387
63a329f8
EZ
13882011-03-09 Eli Zaretskii <eliz@gnu.org>
1389
1390 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1391
1392 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1393
6446548e
GM
13942011-03-08 Glenn Morris <rgm@gnu.org>
1395
1396 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1397 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1398 * elisp.texi: Set documentencoding.
6446548e 1399
33383987
JB
14002011-03-07 Chong Yidong <cyd@stupidchicken.com>
1401
1402 * Version 23.3 released.
1403
0b3ceceb
CY
14042011-03-06 Chong Yidong <cyd@stupidchicken.com>
1405
1406 * package.texi: Update index keywords.
1407 (Package Archives): New node contents. Document package-x.el.
1408
78f5433f
JB
14092011-03-06 Juanma Barranquero <lekktu@gmail.com>
1410
1411 * makefile.w32-in (srcs): Add package.texi.
1412
555e9b5c
CY
14132011-03-06 Chong Yidong <cyd@stupidchicken.com>
1414
120d9389
CY
1415 * package.texi (Packaging, Packaging Basics, Simple Packages)
1416 (Multi-file Packages): Expand and clarify.
1417 (Package Archives): Temporary placeholder node.
1418
1419 * elisp.texi (Top): Update node listing.
1420
555e9b5c
CY
1421 * Makefile.in (srcs): Add package.texi.
1422
b59a4335
CY
14232011-03-05 Chong Yidong <cyd@stupidchicken.com>
1424
1425 * processes.texi (Synchronous Processes): Minor clarification
1426 (Bug#8149).
1427
06083aa1
GM
14282011-03-03 Glenn Morris <rgm@gnu.org>
1429
1430 * files.texi (Truenames): Minor clarification. (Bug#2341)
1431
6640b281
GM
14322011-03-01 Glenn Morris <rgm@gnu.org>
1433
1434 * variables.texi (Directory Local Variables):
1435 Mention `(subdirs . nil)' alist element.
1436
2b0c7330 14372011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1438
1439 * variables.texi (Directory Local Variables): Mention the optional
1440 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1441
b923f7a9
CY
14422011-02-27 Chong Yidong <cyd@stupidchicken.com>
1443
1444 * minibuf.texi (Minibuffer History): Clarify discussion of
1445 minibuffer history lists (Bug#8085).
1446
67ab0163 14472011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1448
e979a521
EZ
1449 * elisp.texi: Sync @dircategory with ../../info/dir.
1450
e03b2fd4
EZ
1451 * files.texi (Visiting Functions): Document find-file-literally,
1452 both the command and the variable.
1453
86ec878a
EZ
1454 * variables.texi (Creating Buffer-Local): Explain the meaning of
1455 permanent local variables.
1456
67ab0163
GM
1457 * files.texi (Visiting Functions): Document find-file-literally,
1458 both the command and the variable.
1459
1460 * variables.texi (Creating Buffer-Local): Explain the meaning of
1461 permanent local variables.
1462
14632011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1464
1465 * keymaps.texi (Remapping Commands): Mention how to undo it.
1466
bfcb151a
RT
14672011-02-09 Reuben Thomas <rrt@sc3d.org>
1468
1469 * loading.texi (Hooks for Loading): Remove unnecessary advice
1470 about eval-after-load (Bug#7986).
1471
a41c8660
CY
14722011-02-05 Chong Yidong <cyd@stupidchicken.com>
1473
1474 * commands.texi (Accessing Mouse): Note that a header line is not
1475 included in the row of posn-col-row.
1476
e0dd6837
CY
14772011-02-02 Chong Yidong <cyd@stupidchicken.com>
1478
1479 * modes.texi (Major Mode Conventions): Add face guidelines.
1480 (Faces for Font Lock): List faces in order of prominence.
1481
a4180391
PE
14822011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1483
1484 format-time-string now supports subsecond time stamp resolution
1485 * os.texi (Time Parsing): Document %N.
1486
7427eb97
CY
14872011-01-28 Chong Yidong <cyd@stupidchicken.com>
1488
61db307f
CY
1489 * vol1.texi (Top):
1490 * vol2.texi (Top):
1491 * elisp.texi (Top):
1492 * display.texi (Display Property): Shorten the menu description of
1493 the "Other Display Specs" node (Bug#7816).
1494
7427eb97
CY
1495 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1496 menu item" concept index entries (Bug#7805).
1497
bf3dae7e
EZ
14982011-01-29 Eli Zaretskii <eliz@gnu.org>
1499
1500 * makefile.w32-in (texinfodir): New variable.
1501 (usermanualdir): Remove as redundant with $(emacsdir).
1502 (MAKEINFO): Remove options, leave only program name.
1503 (MAKEINFO_OPTS): New variable.
1504 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1505
06d8ace5 15062011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1507 Richard Kim <emacs18@gmail.com>
1508
1509 * loading.texi (Library Search): Document list-load-path-shadows
1510 (Bug#7757).
1511
06d8ace5 15122011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1513
1514 * searching.texi (Regexp Special): Remove outdated discussion of
1515 character sets (Bug#7780).
1516
28a88153
CY
1517 * frames.texi (Pop-Up Menus): Document where menu title comes
1518 from (Bug#7684).
1519
06d8ace5 15202011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1521
1522 * display.texi (Making Buttons): Mention limitation of text buttons.
1523
a8e1e9ee
WL
15242011-01-23 Werner Lemberg <wl@gnu.org>
1525
1526 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1527 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1528 (ENVADD): New variable to control texi2dvi and texi2pdf.
1529
362b9d48
GM
15302011-01-15 Chong Yidong <cyd@stupidchicken.com>
1531
1532 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1533 Emacs manual.
1534
15352011-01-15 Eli Zaretskii <eliz@gnu.org>
1536
1537 * files.texi (Directory Names): Explain why FROM in
1538 directory-abbrev-alist should begin with \`. (Bug#7777)
1539
3fa173b4
SM
15402011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1541
1542 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1543
7c420169 15442011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1545
1546 * modes.texi (Emulating Mode Line): Fix last change.
1547
7c420169 15482011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1549
1550 * modes.texi (Emulating Mode Line): Update documentation of
1551 format-mode-line according to changes that fixed bug #7587.
1552
80b33766
SM
15532010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1554
1555 * modes.texi (Derived Modes): Mention prog-mode.
1556
1557 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1558 of the key-binding-data cache since we don't use it any more.
1559
f49d1f52 15602010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1561
4bb49a92
EZ
1562 * processes.texi (Shell Arguments):
1563 * strings.texi (Creating Strings): Don't mention "shell commands";
1564 make it explicit that `split-string-and-unquote' and
1565 `combine-and-quote-strings' are mainly for working with arguments
1566 to call-process and start-process.
1567
3c73e30e
EZ
1568 * processes.texi (Shell Arguments): Fix documentation of
1569 `split-string-and-unquote'. Add indexing. (Bug#7563)
1570
f49d1f52 15712010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1572
1573 * modes.texi (Auto-Indentation): New section to document SMIE.
1574 (Major Mode Conventions):
1575 * text.texi (Mode-Specific Indent): Refer to it.
1576
f49d1f52 15772010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1578
1579 * display.texi (Other Display Specs): Document left-fringe and
1580 right-fringe display specs.
1581
f49d1f52 15822010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1583
1584 * backups.texi (Making Backups):
1585 * modes.texi (Example Major Modes): Use recommended coding style.
1586 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1587 define-derived-mode. Mention completion-at-point-functions.
1588
f49d1f52 15892010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1590
5dcb4c4e
SM
1591 * nonascii.texi (Converting Representations):
1592 Document byte-to-string.
e1115396 1593
ec1b9b17
GM
15942010-12-08 Glenn Morris <rgm@gnu.org>
1595
1596 * buffers.texi (Modification Time):
1597 verify-visited-file-modtime now defaults to the current buffer.
1598
07976ae3 15992010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1600
ec1b9b17 1601 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1602
1603 * strings.texi (Creating Strings): Don't mention semi-obsolete
1604 function char-to-string.
1605 (String Conversion): Shorten discussion of semi-obsolete function
1606 string-to-char. Link to Converting Representations.
1607
1608 * objects.texi (Symbol Type):
1609 * text.texi (Near Point):
1610 * help.texi (Help Functions):
1611 * functions.texi (Mapping Functions): Use string instead of
1612 char-to-string in examples.
1613
07976ae3 16142010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1615
1616 * text.texi (Kill Functions, Kill Functions)
1617 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1618 YANK-HANDLER args.
1619
1620 * symbols.texi (Creating Symbols): Using unintern without an
1621 obarray arg is now obsolete.
1622
1623 * numbers.texi (Float Basics): Document float-e and float-pi.
1624
1625 * variables.texi (Defining Variables): Change "pi" example to
1626 "float-pi".
1627
8547874a
EZ
16282010-11-26 Eli Zaretskii <eliz@gnu.org>
1629
1630 * commands.texi (Click Events): Document the values of X, Y and
1631 COL, ROW in the event's position, when the click is on the header
1632 or mode line, on the fringes, or in the margins.
1633
4a47c275 16342010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1635
5b05d75b
EZ
1636 * customize.texi (Composite Types): Lower-case index entry.
1637
5dcb4c4e
SM
1638 * loading.texi (How Programs Do Loading):
1639 Document load-file-name. (Bug#7346)
c7926fe2 1640
4a47c275 16412010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1642
1643 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1644
0eb025fb
EZ
16452010-11-13 Eli Zaretskii <eliz@gnu.org>
1646
1647 * display.texi (Usual Display): Characters with no fonts are not
1648 necessarily displayed as empty boxes.
1649
2699a554 16502010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1651
1652 * maps.texi (Standard Keymaps): Update File menu description.
1653
8289f37b
GM
16542010-10-28 Glenn Morris <rgm@gnu.org>
1655
1656 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1657
5793a7bc 16582010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1659
1660 * display.texi (Window Systems): Deprecate use of window-system as
1661 a predicate.
1662
17284e30
GM
16632010-10-23 Glenn Morris <rgm@gnu.org>
1664
1665 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1666 sorted-doc.
1667
00f113eb
JB
16682010-10-15 Eli Zaretskii <eliz@gnu.org>
1669
1670 * os.texi (Dynamic Libraries): New node, with slightly modified
1671 text deleted from "Image Formats".
1672 (System Interface): Add @menu entry for "Dynamic Libraries".
1673
1674 * display.texi (Image Formats): Remove description of
1675 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1676
07277eb8
GM
16772010-10-12 Glenn Morris <rgm@gnu.org>
1678
1679 * book-spine.texinfo: Rename to book-spine.texi.
1680
c12e4a81
GM
16812010-10-11 Glenn Morris <rgm@gnu.org>
1682
df187c62
GM
1683 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1684
c12e4a81 1685 * Makefile.in (DVIPS): New variable.
234db610
GM
1686 (.PHONY): Add html, ps.
1687 (html, elisp.html, ps, elisp.ps): New targets.
1688 (clean): Delete html, ps files.
1689 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1690
6513b232
EZ
16912010-10-09 Eli Zaretskii <eliz@gnu.org>
1692
1693 * makefile.w32-in (emacsdir): New variable.
1694 (srcs): Add emacsver.texi.
1695 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1696
abd40fb4
GM
16972010-10-09 Glenn Morris <rgm@gnu.org>
1698
c1dc72b3
GM
1699 * Makefile.in (VPATH): Remove.
1700 (infodir): Make it absolute.
1701 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1702
4393405b
GM
1703 * Makefile.in (dist): Anchor regexps.
1704
eef3ab94
GM
1705 * Makefile.in (srcs): Put elisp.texi first.
1706 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1707
aa9db089
GM
1708 * Makefile.in (infoclean): Remove harmless, long-standing error.
1709
abd40fb4
GM
1710 * Makefile.in ($(infodir)): Delete rule.
1711 (mkinfodir): New.
1712 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1713
68db69ed 1714 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1715 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1716
ea274122
GM
17172010-10-09 Glenn Morris <rgm@gnu.org>
1718
f7a31f11
GM
1719 * Makefile.in (emacsdir): New variable.
1720 (MAKEINFO): Add -I $emacsdir.
1721 (dist): Copy emacsver.texi.
b13254e7
GM
1722 (srcs): Add emacsver.texi.
1723
f7a31f11
GM
1724 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1725 Set EMACSVER by including emacsver.texi.
1726
ea274122
GM
1727 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1728
17ca7950
GM
17292010-10-07 Glenn Morris <rgm@gnu.org>
1730
1731 * Makefile.in (version): New, set by configure.
1732 (clean): Delete dist tar file.
1733 (dist): Use version in tar name.
1734
4c83f6e1
GM
17352010-10-06 Glenn Morris <rgm@gnu.org>
1736
1737 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1738 (INSTALL_INFO): Remove unused variable.
1739 (mostlyclean, infoclean, dist): New rules.
1740 (clean): Delete dvi and pdf files.
1741 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1742 ($(infodir)): Add parallel build workaround.
4c83f6e1 1743
0264072d
GM
17442010-10-04 Glenn Morris <rgm@gnu.org>
1745
1746 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1747 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1748 Fix -I typo.
0264072d
GM
1749 (clean): No 'make.out' or 'core' files.
1750 (.PHONY): Declare clean rules.
1751 (maintainer-clean): Delete pdf file. Guard against cd failures.
1752
77f38949
GM
17532010-10-03 Glenn Morris <rgm@gnu.org>
1754
1755 * files.texi (File Name Components): Remove ignored section about
1756 deleted variable directory-sep-char.
1757
178fdd41
MA
17582010-10-03 Michael Albinus <michael.albinus@gmx.de>
1759
1760 * files.texi (Magic File Names): New defopt
1761 remote-file-name-inhibit-cache.
1762
9c524fcb
GM
17632010-10-02 Glenn Morris <rgm@gnu.org>
1764
1765 * os.texi (Killing Emacs): Hook now runs in batch mode.
1766
f816790b
SM
17672010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1768
1769 * text.texi (Special Properties): Clarify when modification-hooks run.
1770
7cf78aac
SM
17712010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1772
1773 * syntax.texi (Syntax Flags): Document new `c' flag.
1774
ca0d44e4
GM
17752010-09-09 Glenn Morris <rgm@gnu.org>
1776
1777 * display.texi (ImageMagick Images): General cleanup.
1778
10999305 17792010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1780
1781 * files.texi (Directory Names): Use \` rather than ^.
1782
45240125
JD
17832010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1784
1785 * text.texi (Low-Level Kill Ring):
1786 * frames.texi (Window System Selections): Remove cut buffer
1787 documentation.
1788
4abe5bf6
EZ
17892010-08-28 Eli Zaretskii <eliz@gnu.org>
1790
1791 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1792 Parameters", where the default fringe width is described.
1793
1794 * frames.texi (Window Frame Parameters, Basic Parameters)
1795 (Position Parameters, Layout Parameters, Management Parameters)
1796 (Cursor Parameters, Font and Color Parameters): Add indexing for
1797 frame parameters. (Bug#6929)
1798
fdc76236
TT
17992010-08-25 Tom Tromey <tromey@redhat.com>
1800
1801 * vol2.texi (Top): Update.
1802 * vol1.texi (Top): Update.
1803 * tips.texi (Library Headers): Mention Package-Version and
1804 Package-Requires.
1805 * package.texi: New file.
1806 * os.texi (System Interface): Update pointers.
1807 * elisp.texi (Top): Link to new nodes. Include package.texi.
1808 * anti.texi (Antinews): Update pointers.
1809
1e5c1c80
EZ
18102010-08-25 Eli Zaretskii <eliz@gnu.org>
1811
1812 * processes.texi (Filter Functions): Fix last change.
1813
78e33835
CY
18142010-08-24 Markus Triska <triska@gmx.at>
1815
1816 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1817 of `buffer-name' in the main text as well as in the example
1818 (Bug#3098).
1819
198a7a97
CY
18202010-08-22 Chong Yidong <cyd@stupidchicken.com>
1821
1822 * nonascii.texi (Text Representations):
1823 * loading.texi (Loading Non-ASCII):
1824 * compile.texi (Byte Compilation): Don't mention obsolete
1825 --unibyte command-line argument.
1826
bc7d7ea6
CY
18272010-08-22 Chong Yidong <cyd@stupidchicken.com>
1828
1829 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1830
b0126eac 18312010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1832
1833 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1834
e8a6cc19
EZ
18352010-08-20 Eli Zaretskii <eliz@gnu.org>
1836
1837 * commands.texi (Misc Events): Add cross-references to where
1838 POSITION of a mouse event is described in detail.
1839
c4e7c63a 18402010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1841
c4e7c63a 1842 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1843
7815fe19 18442010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1845
1846 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1847 Suggested by Štěpán Němec <stepnem@gmail.com>.
1848
7815fe19 18492010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1850
1851 * minibuf.texi (High-Level Completion): Document args of
1852 `read-buffer-function' (bug#5625).
1853
8b2dd508
JD
18542010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1855
1856 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1857
bace45fe
MA
18582010-07-29 Michael Albinus <michael.albinus@gmx.de>
1859
1860 * processes.texi (Process Information): Explain process property
1861 `remote-tty'.
1862
4ce5a4cc
JB
18632010-07-27 Juanma Barranquero <lekktu@gmail.com>
1864
1865 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1866 instead of "\C-\^?" (bug#6334).
1867
1c84bc7a
JB
1868 * text.texi (Special Properties): Fix typo.
1869
b88746ba
EZ
18702010-07-09 Eli Zaretskii <eliz@gnu.org>
1871
1872 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1873 calling sequences, which are now the standard.
1874
51422d6d
CY
18752010-06-24 Chong Yidong <cyd@stupidchicken.com>
1876
1877 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1878
1879 * commands.texi (Command Overview): Mention undo-boundary call.
1880
d24880de
GM
18812010-06-23 Glenn Morris <rgm@gnu.org>
1882
1883 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1884 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1885 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1886 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1887 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1888 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1889 Untabify Texinfo files.
1890
0fc76035
CY
18912010-06-20 Chong Yidong <cyd@stupidchicken.com>
1892
1893 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1894
5338dc0b
CY
18952010-06-19 Chong Yidong <cyd@stupidchicken.com>
1896
a628ad9d 1897 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1898
2c3a3c1d
CY
18992010-06-02 Chong Yidong <cyd@stupidchicken.com>
1900
ba3bf1d9
CY
1901 * searching.texi (Regexp Special): Remove obsolete information
1902 about matching non-ASCII characters, and suggest using char
1903 classes (Bug#6283).
2c3a3c1d 1904
7f4b4249
JB
19052010-05-30 Juanma Barranquero <lekktu@gmail.com>
1906
1907 * minibuf.texi (Basic Completion): Add missing "@end defun".
1908
637821cd
SM
19092010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1910
1911 * minibuf.texi (Basic Completion): Document completion-boundaries.
1912 (Programmed Completion): Document the new fourth method for boundaries.
1913
e13051c3
CY
19142010-05-22 Chong Yidong <cyd@stupidchicken.com>
1915
a628ad9d 1916 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1917
0235128c 19182010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1919
1920 * windows.texi (Textual Scrolling):
1921 * tips.texi (Coding Conventions):
1922 * minibuf.texi (Minibuffer History):
1923 * maps.texi (Standard Keymaps):
1924 * loading.texi (Where Defined):
1925 * edebug.texi (Instrumenting): Fix typos.
1926
0235128c 19272010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1928
c7c32279
CY
1929 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1930
0235128c
SM
1931 * functions.texi (Obsolete Functions):
1932 Document set-advertised-calling-convention.
eb5ed549
CY
1933
1934 * minibuf.texi (Basic Completion): Document completion-in-region.
1935 (Programmed Completion): Document completion-annotate-function.
1936
1937 * commands.texi (Reading One Event): Document read-key.
1938 (Distinguish Interactive): Document KIND arg to
1939 called-interactively-p. Delete obsolete interactive-p.
1940
1941 * elisp.texi (Top): Update node description.
1942
f8848423
EZ
19432010-05-08 Eli Zaretskii <eliz@gnu.org>
1944
0235128c
SM
1945 * nonascii.texi (Character Properties):
1946 Document unicode-category-table. Add an index entry for Unicode
1947 general category.
1948
19492010-05-07 Chong Yidong <cyd@stupidchicken.com>
1950
1951 * Version 23.2 released.
f8848423 1952
938efb77
JB
19532010-04-20 Juanma Barranquero <lekktu@gmail.com>
1954
1955 * locals.texi (Standard Buffer-Local Variables):
1956 Remove @ignore'd reference to `direction-reversed'.
1957
5854c267
JL
19582010-04-14 Juri Linkov <juri@jurta.org>
1959
1960 Fix @deffn without category.
1961
1962 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1963 for `abbrev-insert'.
1964
1965 * buffers.texi (Indirect Buffers): Add category `Command'
1966 to @deffn of `clone-indirect-buffer'.
1967
1968 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1969 for `next-window' and `previous-window'. Add category `Command'
1970 to @deffn of `pop-to-buffer'.
1971
8a14dec7
CY
19722010-04-01 Chong Yidong <cyd@stupidchicken.com>
1973
1974 * nonascii.texi (Text Representations): Don't mark
1975 enable-multibyte-characters as a user option.
1976
7a1831cf
EZ
19772010-03-31 Eli Zaretskii <eliz@gnu.org>
1978
1979 * control.texi (Handling Errors): How to re-throw a signal caught
1980 by condition-case.
1981
c3863713
CY
19822010-03-26 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * loading.texi (Hooks for Loading): Document after-load-functions.
1985 Copyedits.
1986
c333f279
AM
19872010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1988
1989 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1990
e867cb5d 19912010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1992
1993 * processes.texi (Network Processes): Document seqpacket type.
1994
605f35cd
DN
19952010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1996
1997 * os.texi (System Environment): Do not mention lynxos.
1998
288f9fc0
CY
19992010-03-10 Chong Yidong <cyd@stupidchicken.com>
2000
2001 * Branch for 23.2.
2002
eed5c93a
CY
20032010-03-06 Chong Yidong <cyd@stupidchicken.com>
2004
2005 * objects.texi (Integer Type): Take note of the read syntax
2006 exception for numbers that cannot fit in the integer type.
2007
1ddd6622
GM
20082010-03-03 Glenn Morris <rgm@gnu.org>
2009
2010 * numbers.texi (Integer Basics, Bitwise Operations):
2011 * objects.texi (Integer Type): Update for integers now being 30-bit.
2012
a908c79a
CY
20132010-02-27 Chong Yidong <cyd@stupidchicken.com>
2014
2015 * display.texi (Low-Level Font): Document :otf font-spec property.
2016
cd61af01
SM
20172010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2018
2019 * display.texi (Line Height): Avoid obsolete special default variables
2020 like default-major-mode.
2021
c02f8fe2
AM
20222010-01-28 Alan Mackenzie <acm@muc.de>
2023
2024 * display.texi (Auto Faces): Say fontification-functions is called
2025 whether or not Font Lock is enabled. Tidy up the wording a bit.
2026
d738d18b
CY
20272010-01-17 Chong Yidong <cyd@stupidchicken.com>
2028
2029 * elisp.texi: Remove duplicate edition information (Bug#5407).
2030
4963739e
JB
20312010-01-17 Juanma Barranquero <lekktu@gmail.com>
2032
2033 * two.el (volume-header-toc-markup): Fix typos in docstring.
2034
c57008f6
SM
20352010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2036
2037 Avoid dubious uses of save-excursions.
2038 * positions.texi (Excursions): Recommend the use of
2039 save-current-buffer if applicable.
2040 * text.texi (Clickable Text): Fix the example code which used
2041 save-excursion in a naive way which sometimes preserves point and
2042 sometimes not.
2043 * variables.texi (Creating Buffer-Local):
2044 * os.texi (Session Management):
2045 * display.texi (GIF Images):
2046 * control.texi (Cleanups): Use (save|with)-current-buffer.
2047
2f3725cd
EZ
20482010-01-02 Eli Zaretskii <eliz@gnu.org>
2049
2050 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2051
85eeac93
CY
20522010-01-02 Chong Yidong <cyd@stupidchicken.com>
2053
2054 * nonascii.texi (Text Representations, Character Codes)
2055 (Converting Representations, Explicit Encoding)
2056 (Translation of Characters): Use hex notation consistently.
2057 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2058
4801c5fa
CY
20592010-01-01 Chong Yidong <cyd@stupidchicken.com>
2060
2061 * loading.texi (Where Defined): Make it clearer that these are
2062 loaded files (Bug#5068).
2063
26e533e2
CY
20642009-12-29 Chong Yidong <cyd@stupidchicken.com>
2065
2066 * minibuf.texi (Completion Styles): Document `initials' style.
2067
16d1ff5f
CY
20682009-12-25 Chong Yidong <cyd@stupidchicken.com>
2069
2070 * frames.texi (Resources): Describe inhibit-x-resources.
2071 (Size Parameters): Copyedit.
2072
2073 * hash.texi (Creating Hash):
2074 * objects.texi (Hash Table Type): Document the new hash table
2075 printed representation.
2076
2077 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2078 obsolete.
2079
5dcb4c4e
SM
2080 * processes.texi (Process Buffers):
2081 Document process-kill-buffer-query-function.
16d1ff5f 2082
9a5de3d9
GM
20832009-12-05 Glenn Morris <rgm@gnu.org>
2084
2085 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2086 diary-display-function, and no longer recommended to be a hook.
2087 Update for changes in the names of calendar and diary hooks.
2088 diary-print-entries-hook has changed section.
2089
b640eb52
EZ
20902009-11-28 Eli Zaretskii <eliz@gnu.org>
2091
2092 * text.texi (Special Properties): More accurate description of
2093 what the `cursor' property does.
2094
be1674ab
KR
20952009-11-26 Kevin Ryde <user42@zip.com.au>
2096
2097 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2098 mouse-wheel-down-event, the closest thing to a definition for them.
2099 * os.texi (Startup Summary): vindex inhibit-startup-message and
2100 inhibit-splash-screen.
2101 (Command-Line Arguments): vindex argv.
2102 (Suspending Emacs): vindex suspend-tty-functions and
2103 resume-tty-functions. Don't want to index every hook, but having
2104 the programming ones is helpful.
2105
603f5979
CY
21062009-11-14 Chong Yidong <cyd@stupidchicken.com>
2107
2108 * commands.texi (Motion Events): Fix typo (Bug#4907).
2109
4359a806
CY
21102009-11-08 Chong Yidong <cyd@stupidchicken.com>
2111
2112 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2113 are affected by case-fold-search (Bug#4483).
2114
0f063651
CY
21152009-11-02 Chong Yidong <cyd@stupidchicken.com>
2116
2117 * minibuf.texi (Reading File Names): Note that read-file-name may
2118 use a graphical file dialog.
2119
9bd79893
GM
21202009-10-31 Glenn Morris <rgm@gnu.org>
2121
2122 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2123
ebe479ec
KR
21242009-10-16 Kevin Ryde <user42@zip.com.au>
2125
2126 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2127 in particular so `info-lookup-symbol' can find its docs.
2128
2640fa86
CY
21292009-10-16 Chong Yidong <cyd@stupidchicken.com>
2130
2131 * variables.texi (Constant Variables): Distinguish from defconst
2132 variables.
2133 (Defining Variables): Add cindex.
2134
edd6a733
CY
21352009-10-15 Chong Yidong <cyd@stupidchicken.com>
2136
2137 * os.texi (Time of Day): Clarify that the microsecond part is
2138 ignored (Bug#4637).
2139
5feb0b73
GM
21402009-10-11 Glenn Morris <rgm@gnu.org>
2141
2142 * frames.texi (Size and Position): Clarify what is included in the frame
2143 height. (Bug#4535)
2144
0c5413c8
GM
21452009-10-10 Glenn Morris <rgm@gnu.org>
2146
2147 * windows.texi (Size of Window): The relationship between window and
2148 frame heights is not so simple. (Bug#4535)
2149 Mention window-full-height-p.
2150
7f8b600a
SM
21512009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2154 used from Lisp.
2155
6185de1c
EZ
21562009-10-07 Eli Zaretskii <eliz@gnu.org>
2157
7f8b600a
SM
2158 * files.texi (Directory Names) <abbreviate-file-name>:
2159 Document that root home directories are not replaced with "~".
6185de1c 2160
9972911f
EZ
21612009-10-06 Eli Zaretskii <eliz@gnu.org>
2162
2163 * text.texi (Special Properties): Document the meaning of the
2164 `cursor' text property whose value is an integer.
2165
2a3f19ef
MA
21662009-10-05 Michael Albinus <michael.albinus@gmx.de>
2167
2168 * files.texi (Magic File Names): Add `copy-directory'.
2169
804543b5
EZ
21702009-10-05 Eli Zaretskii <eliz@gnu.org>
2171
2172 * files.texi (File Attributes): Fix description of file
2173 attributes. (Bug#4638) Update attributes of files.texi example to
2174 be more representative.
2175
461bf92b
MA
21762009-10-05 Michael Albinus <michael.albinus@gmx.de>
2177
2178 * files.texi (Create/Delete Dirs): New command copy-directory.
2179
a86cd395
JB
21802009-10-04 Juanma Barranquero <lekktu@gmail.com>
2181
2182 * anti.texi (Antinews):
2183 * macros.texi (Indenting Macros):
2184 * strings.texi (Creating Strings, Case Conversion):
2185 Remove duplicate words.
2186
d3080264
MA
21872009-10-01 Michael Albinus <michael.albinus@gmx.de>
2188
2189 * files.texi (Create/Delete Dirs): delete-directory has an
2190 optional parameter RECURSIVE.
2191
85d14563
SM
21922009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2193
2194 * buffers.texi (Swapping Text): Minor clarification.
2195
3d9842c6
GM
21962009-10-01 Glenn Morris <rgm@gnu.org>
2197
2198 * functions.texi (Declaring Functions): Mention that we also search for
2199 ".m" files in the src/ directory.
2200
78427304
CY
22012009-09-25 David Engster <deng@randomsample.de>
2202
3d9842c6 2203 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2204
b578c9cc
GM
22052009-09-22 Glenn Morris <rgm@gnu.org>
2206
2207 * internals.texi (Building Emacs): Mention preloaded-file-list.
2208
beee5da7
AM
22092009-09-14 Alan Mackenzie <acm@muc.de>
2210
2211 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2212
5d6ab672
CY
22132009-09-13 Chong Yidong <cyd@stupidchicken.com>
2214
2215 * functions.texi (Anonymous Functions): Rearrange discussion,
2216 giving usage of unquoted lambda forms first. Mention that
2217 `function' and `#'' are no longer required (Bug#4290).
2218
59375eeb
AM
22192009-09-11 Alan Mackenzie <acm@muc.de>
2220
a86cd395 2221 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2222 batch mode.
2223
e7e2f529
GM
22242009-09-01 Glenn Morris <rgm@gnu.org>
2225
2226 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2227
eae47088
GM
22282009-08-26 Ulrich Mueller <ulm@gentoo.org>
2229
2230 * nonascii.texi (Character Codes): Fix typos.
2231
3691a0a6
MA
22322009-08-25 Michael Albinus <michael.albinus@gmx.de>
2233
2234 * processes.texi (Synchronous Processes): New defvar
2235 process-file-side-effects.
2236
664d56b8
GM
22372009-08-25 Glenn Morris <rgm@gnu.org>
2238
2239 * display.texi (Fontsets): Fix typo.
2240
0706c025
GM
2241 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2242
03a74b84
SM
22432009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2244
2245 * processes.texi (Asynchronous Processes): Adjust arglist of
2246 start-process-shell-command and start-file-process-shell-command.
2247
f6de8a37
CY
22482009-08-15 Chong Yidong <cyd@stupidchicken.com>
2249
4b1ed1bb
CY
2250 * advice.texi (Argument Access in Advice): Note that argument
2251 positions are zero-based (Bug#3932).
2252
89a9e058
CY
2253 * commands.texi (Distinguish Interactive): Minor copyedit.
2254
23696fd7
CY
2255 * display.texi (Face Attributes): Add xref to Displaying Faces for
2256 explanation of "underlying face".
2257
f6de8a37
CY
2258 * customize.texi (Common Keywords): Add xref to Loading.
2259
2260 * loading.texi (How Programs Do Loading): Add xref to Lisp
2261 Libraries node in the Emacs manual.
2262
417f77e6
CY
22632009-08-13 Chong Yidong <cyd@stupidchicken.com>
2264
2265 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2266
0999039c
CY
22672009-07-18 Chong Yidong <cyd@stupidchicken.com>
2268
2269 * processes.texi (Shell Arguments): Copyedits.
2270
9af167bc
GM
22712009-07-18 Glenn Morris <rgm@gnu.org>
2272
2273 * loading.texi (Repeated Loading): Fix typo.
2274
137987ab
RS
22752009-07-16 Richard Stallman <rms@gnu.org>
2276
2277 * buffers.texi (Swapping Text): Recommend setting
2278 write-region-annotate-functions and buffer-saved-size.
2279
2280 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2281
622fa380
GM
22822009-07-15 Glenn Morris <rgm@gnu.org>
2283
2284 * edebug.texi: Minor re-phrasings throughout.
2285 (Edebug Execution Modes): Sit-for affects continue mode too.
2286 (Jumping): Use `forward-sexp' rather than its keybinding.
2287 (Edebug Misc): Fix Q binding.
2288 (Edebug Eval): Remove cl version.
2289 (Printing in Edebug): Clarify print-length etc.
2290 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2291 (Specification List): Remove edebug-unwrap findex entry.
2292 (Specification Examples): defmacro is actually not the same as defun.
2293 Escape "`" in example.
2294
6bbd4600
CY
22952009-07-15 Chong Yidong <cyd@stupidchicken.com>
2296
2297 * markers.texi (The Mark): Document optional arg to
2298 deactivate-mark.
2299
e538d479
GM
23002009-07-11 Kevin Ryde <user42@zip.com.au>
2301
2302 * hooks.texi (Standard Hooks): Fix cross-references.
2303
4c98b9ed
GM
2304 * loading.texi (Named Features): Refer to eval-after-load.
2305
5300838c
GM
23062009-07-11 Glenn Morris <rgm@gnu.org>
2307
64fbeb16
GM
2308 * Makefile.in (TEXI2PDF): New.
2309 (elisp.pdf): New target.
2310
4c98b9ed
GM
2311 * searching.texi (Regexp Backslash): Fix typo.
2312
2313 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2314
51d9979c
GM
23152009-07-10 Glenn Morris <rgm@gnu.org>
2316
561c0216
GM
2317 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2318
5b594a58
GM
2319 * customize.texi (Customization Types):
2320 * display.texi (Abstract Display):
0cc8c85a 2321 * objects.texi (Character Type, String Type):
5b594a58 2322 Merge in some menu descriptions from elisp.texi.
51d9979c 2323
c3cbbb40
GM
2324 * hash.texi (Hash Tables):
2325 * modes.texi (Multiline Font Lock):
2326 End menu description with period.
fe42c16a 2327
28528402
GM
23282009-07-09 Glenn Morris <rgm@gnu.org>
2329
2330 * back.texi: Don't hard-code texinfo location.
2331
2332 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2333 (tex): Add texinfodir to TEXINPUTS.
2334 (elisp1med-init, elisp2med-init): Use texinfodir.
2335
2336 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2337 (clean): Add two-volume.make intermediate files.
2338
2339 * elisp.texi, vol1.texi, vol2.texi:
2340 Use a DATE variable with the publication date, and update it.
2341 Fix antinews menu description.
2342
2343 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2344 Update the detailed node listing to match elisp.texi.
2345
2346 * README: Update edition to match elisp.texi.
2347
2348 * objects.texi (General Escape Syntax):
2349 * nonascii.texi (Character Sets):
2350 Use consistent case for "Unicode Standard".
2351
2352 * anti.texi (Antinews):
2353 * customize.texi (Variable Definitions):
2354 * functions.texi (Declaring Functions):
2355 * nonascii.texi (Character Properties):
2356 * processes.texi (Serial Ports):
2357 * text.texi (Special Properties):
2358 * tips.texi (Coding Conventions):
2359 Minor rearrangements to improve TeX line-filling.
2360
2361 * commands.texi (Using Interactive): Fix cross-reference.
2362
17db8e10
JD
23632009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2364
2365 * frames.texi (Management Parameters): Mention sticky.
2366
77c7e2e1
AS
23672009-07-01 Andreas Schwab <aschwab@redhat.com>
2368
2369 * help.texi (Help Functions): Fix description of help-buffer and
2370 help-setup-xref to use @defun instead of @deffn.
2371
3f1c6666
JD
23722009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2373
2374 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2375
ca27c21b
CY
23762009-06-24 Chong Yidong <cyd@stupidchicken.com>
2377
2378 * display.texi (Window Systems): Add ns to the list.
2379
70243478
CY
23802009-06-21 Chong Yidong <cyd@stupidchicken.com>
2381
2382 * Branch for 23.1.
2383
df006536
MR
23842009-06-17 Martin Rudalics <rudalics@gmx.at>
2385
2386 * windows.texi (Dedicated Windows): Fix typo.
2387 (Resizing Windows): Replace @defun by @deffn.
2388
d259fc4b
GM
23892009-06-17 Glenn Morris <rgm@gnu.org>
2390
2391 * variables.texi (Directory Local Variables):
2392 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2393
30781db6
KH
23942009-06-09 Kenichi Handa <handa@m17n.org>
2395
2396 * nonascii.texi (Character Sets): State clearly that FROM and TO
2397 are codepoints of CHARSET.
2398
62e8099c
CY
23992009-06-07 Chong Yidong <cyd@stupidchicken.com>
2400
2401 * minibuf.texi (Reading File Names): Fix introductory text.
2402 Suggested by stan@derbycityprints.com.
2403 (High-Level Completion): Fix typo.
2404
ee1b1917
CY
24052009-05-28 Chong Yidong <cyd@stupidchicken.com>
2406
2407 * frames.texi (Text Terminal Colors): Multi-tty is already
2408 implemented, but tty-local colors are not.
2409
5df647e8
CY
24102009-05-27 Chong Yidong <cyd@stupidchicken.com>
2411
2412 * hooks.texi (Standard Hooks): Remove mention of obsolete
2413 redisplay-end-trigger-functions.
2414
2415 * internals.texi (Window Internals): Remove mention of obsolete
2416 redisplay-end-trigger-functions.
2417
01f17ae2
MR
24182009-05-21 Martin Rudalics <rudalics@gmx.at>
2419
2420 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2421
2422 * backups.texi (Making Backups): backup-directory-alist and
2423 make-backup-file-name-function are options.
2424 (Auto-Saving): auto-save-list-file-prefix is an option.
2425
2426 * buffers.texi (Killing Buffers): buffer-offer-save is an
2427 option.
2428
2429 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2430 option.
2431 (Echo Area Customization): echo-keystrokes is an option.
2432 (Selective Display): selective-display-ellipses is an option.
2433 (Temporary Displays): temp-buffer-show-function is an option.
2434 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2435 are options.
2436 (Font Selection): face-font-family-alternatives,
2437 face-font-selection-order, face-font-registry-alternatives, and
2438 scalable-fonts-allowed are options.
2439 (Fringe Indicators): indicate-buffer-boundaries is an option.
2440 (Fringe Cursors): overflow-newline-into-fringe is an option.
2441 (Scroll Bars): scroll-bar-mode is an option.
2442
2443 * eval.texi (Eval): max-lisp-eval-depth is an option.
2444
2445 * files.texi (Visiting Functions): find-file-hook is an option.
2446 (Directory Names): directory-abbrev-alist is an option.
2447 (Unique File Names): temporary-file-directory and
2448 small-temporary-file-directory are options.
2449
2450 * frames.texi (Initial Parameters): initial-frame-alist,
2451 minibuffer-frame-alist and default-frame-alist are options.
2452 (Cursor Parameters): blink-cursor-alist and
2453 cursor-in-non-selected-windows ar options.
2454 (Window System Selections): selection-coding-system is an
2455 option.
2456 (Display Feature Testing): display-mm-dimensions-alist is an
2457 option.
2458
2459 * help.texi (Help Functions): help-char and help-event-list are
2460 options.
2461
2462 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2463 an option.
2464
2465 * minibuf.texi (Minibuffer History): history-length and
2466 history-delete-duplicates are options.
2467 (High-Level Completion): read-buffer-function and
2468 read-buffer-completion-ignore-case are options.
2469 (Reading File Names): read-file-name-completion-ignore-case is
2470 an option.
2471
2472 * modes.texi (Mode Line Top): mode-line-format is an option.
2473 (Mode Line Variables): mode-line-position and mode-line-modes
2474 are options.
2475
2476 * nonascii.texi (Text Representations):
2477 enable-multibyte-characters is an option.
2478 (Default Coding Systems): auto-coding-regexp-alist,
2479 file-coding-system-alist, auto-coding-alist and
2480 auto-coding-functions are options.
2481 (Specifying Coding Systems): inhibit-eol-conversion is an
2482 option.
2483
2484 * os.texi (Init File): site-run-file is an option.
2485 (System Environment): mail-host-address is an option.
2486 (User Identification): user-mail-address is an option.
2487 (Terminal Output): baud-rate is an option.
2488
2489 * positions.texi (Word Motion): words-include-escapes is an
2490 option.
2491
2492 * searching.texi (Standard Regexps): page-delimiter,
2493 paragraph-separate, paragraph-separate and sentence-end are
2494 options.
2495
2496 * text.texi (Margins): left-margin and fill-nobreak-predicate
2497 are options.
2498
2499 * variables.texi (Local Variables): max-specpdl-size is an
2500 option.
2501
2502 * windows.texi (Choosing Window):
2503 split-window-preferred-function, special-display-function and
2504 display-buffer-function are options.
2505
106e6894
CY
25062009-05-20 Chong Yidong <cyd@stupidchicken.com>
2507
4a83454d
CY
2508 Fix errors spotted by Martin Rudalics.
2509
106e6894
CY
2510 * syntax.texi (Position Parse): Document rationale for ignored
2511 arguments to syntax-ppss-flush-cache.
2512
2513 * processes.texi (Input to Processes): Mark PROCESS arg to
2514 process-running-child-p as optional.
2515 (Network Options): Document NO-ERROR arg to
2516 set-network-process-option.
2517
2518 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2519 command.
2520
2521 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2522 posix-search-backward as commands.
2523
2524 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2525 (Suspending Emacs): Mark suspend-emacs as a command.
2526 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2527 commands.
5dcb4c4e
SM
2528 (Terminal Output): Remove obsolete function baud-rate.
2529 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2530
2531 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2532 terminal-coding-system and set-terminal-coding-system.
2533 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2534 as optional.
2535 (Character Sets): Document RESTRICTION arg of char-charset.
2536 (Character Codes): Mark POS argument to get-byte as optional.
2537
2538 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2539 minibuffer-message.
2540
2541 * files.texi (Create/Delete Dirs): Mark make-directory and
2542 delete-directory as commands.
2543
2544 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2545
2546 * text.texi (Base 64): Mark base64-decode-string and
2547 base64-encode-string as commands.
2548 (Columns): Mark move-to-column as a command.
2549 (Mode-Specific Indent): Document RIGID arg to
2550 indent-for-tab-command.
2551 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2552 Mark indent-code-rigidly as a command.
2553 (Substitution): Mark translate-region as a command.
2554
2555 * frames.texi (Size and Position): Remove obsolete functions
2556 screen-height and screen-width.
2557
04173931
CY
25582009-05-19 Chong Yidong <cyd@stupidchicken.com>
2559
2560 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2561 (Displaying Buffers, Resizing Windows): Correct mistakes;
2562 next-window, previous-window, and pop-to-buffer are not commands,
2563 and fit-window-to-buffer" is a command. (Pointed out by Martin
2564 Rudalics.)
2565
eae7d8f8
RS
25662009-05-17 Richard M Stallman <rms@gnu.org>
2567
2568 * modes.texi (Precalculated Fontification): Clarify text.
2569
b8766179
MR
25702009-05-17 Martin Rudalics <rudalics@gmx.at>
2571
2572 * windows.texi (Selecting Windows): Clarify descriptions of
2573 with-selected-window and get-lru-window.
2574 (Cyclic Window Ordering): Refer to particular frame when talking
2575 about how splitting affects the ordering.
2576 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2577 switch-to-buffer-other-window. Explain how setting of
2578 display-buffer-reuse-frames affects pop-to-buffer.
2579 (Choosing Window): Clarify some details in descriptions of
2580 display-buffer-reuse-frames, pop-up-frames, and
2581 pop-up-frame-function.
2582 (Dedicated Windows): Clarify some details.
2583 (Textual Scrolling): Replace term vscroll by term vertical
2584 scroll position.
2585 (Vertical Scrolling): Fix typo.
2586 (Window Hooks): Relate text on jit-lock-register to window
2587 scrolling and size changes.
2588
734b5e3b
CY
25892009-05-14 Chong Yidong <cyd@stupidchicken.com>
2590
0a65633e
CY
2591 * frames.texi (Initial Parameters): Clarify what the initial
2592 minibuffer frame is.
05be46d7
CY
2593 (Buffer Parameters): Note that the minibuffer parameter can not be
2594 altered.
0a65633e 2595
734b5e3b
CY
2596 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2597 Document display-buffer changes.
2598
925672cd
CY
25992009-05-13 Chong Yidong <cyd@stupidchicken.com>
2600
17ecd7af
CY
2601 * anti.texi (Antinews): Rewrite for Emacs 22.
2602
925672cd
CY
2603 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2604 obarrays are first mentioned. Define "system abbrev" more
2605 prominently, and add it to the index.
2606 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2607 Copyedits.
2608 (Abbrev Expansion): Document abbrev-insert.
2609
80be4dd7
CY
26102009-05-12 Chong Yidong <cyd@stupidchicken.com>
2611
2612 * frames.texi (Font and Color Parameters): Rename from Color
2613 Parameters. Document font-backend parameter.
2614
2615 * vol2.texi (Top): Update node listing.
2616 * vol1.texi (Top): Update node listing.
2617 * elisp.texi (Top): Update node listing.
2618
372a93ac
MR
26192009-05-11 Martin Rudalics <rudalics@gmx.at>
2620
2621 * windows.texi (Choosing Window): Don't explicitly refer to
2622 split-window-sensibly's window argument in descriptions of
2623 split-height-threshold and split-width-threshold.
2624
714c3541
MR
26252009-05-10 Martin Rudalics <rudalics@gmx.at>
2626
2627 * windows.texi (Choosing Window): Fix rewrite of window
2628 splitting section.
2629
0e90e7be
EZ
26302009-05-09 Eli Zaretskii <eliz@gnu.org>
2631
f4e90db0
SM
2632 * nonascii.texi (Default Coding Systems):
2633 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2634 Add indexing.
0e90e7be
EZ
2635 (Lisp and Coding Systems): Add index entries.
2636
d3c0c321
MR
26372009-05-09 Martin Rudalics <rudalics@gmx.at>
2638
2639 * windows.texi (Choosing Window): Describe split-window-sensibly
2640 and rewrite section on window splitting accordingly.
2641 (Textual Scrolling): Replace `...' by @code{...}.
2642
c773345a
CY
26432009-05-04 Chong Yidong <cyd@stupidchicken.com>
2644
ee2d5b5e
CY
2645 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2646 Remove obsoleted pre-abbrev-expand-hook.
2647
2648 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2649 entries.
2650
c773345a
CY
2651 * internals.texi (Object Internals): Don't assume 32-bit machines
2652 are the norm.
2653 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2654 (Window Internals): Synch field names to window.h.
2655 (Process Internals): Synch field names to process.h.
c773345a 2656
dd449674
CY
26572009-04-29 Chong Yidong <cyd@stupidchicken.com>
2658
2659 * variables.texi (File Local Variables): Note that read-circle is
2660 bound to nil when reading file-local variables.
2661
2662 * streams.texi (Input Functions): Document read-circle.
2663 (Output Variables): Add xref to Circular Objects.
2664
4f1e25e2
CY
26652009-04-25 Chong Yidong <cyd@stupidchicken.com>
2666
2667 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2668 Features and Coding System Basics. Node that "p" stands for
2669 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2670 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2671 mouse-appearance-menu.
2672 (Programming Tips): Add xref to Progress.
2673
dca019f8
CY
26742009-04-22 Chong Yidong <cyd@stupidchicken.com>
2675
5dcb4c4e
SM
2676 * os.texi (Command-Line Arguments):
2677 Document command-line-args-left.
dca019f8
CY
2678 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2679 terminal objects for tty arguments.
2680 (Startup Summary): Add xref to Session Management.
2681 (Session Management): Mention emacs-session-restore. Copyedits.
2682
02a89103
CY
26832009-04-20 Chong Yidong <cyd@stupidchicken.com>
2684
2685 * os.texi (Startup Summary): Copyedits. The init file is not
2686 necessarily named .emacs now. Document initial-buffer-choice and
2687 initial-scratch-message. Note where Emacs exits in batch mode.
2688 Document inhibit-splash-screen as an alias.
2689 (Init File): Be neutral about which init file name to use.
2690
26912009-04-16 Chong Yidong <cyd@stupidchicken.com>
2692
2693 * os.texi (System Interface): Fix Texinfo usage.
2694
0c1cfe01
CY
26952009-04-15 Chong Yidong <cyd@stupidchicken.com>
2696
80d7cdca
CY
2697 * searching.texi (Regexp Backslash): Also refer to shy groups as
2698 non-capturing or unnumbered groups.
2699 (Regexp Functions): Add cross-reference to Regexp Backslash.
2700
0c1cfe01
CY
2701 * display.texi (Truncation): Overlays can use line-prefix and
2702 wrap-prefix too.
2703 (Overlay Properties): Document wrap-prefix and line-prefix.
2704 (Face Attributes): Document underline-minimum-offset.
2705 (Face Remapping): Copyedits.
2706 (Low-Level Font): Copyedits.
2707 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2708 (Line Height): Emphasize that line-spacing only takes effect on
2709 graphical terminals.
0c1cfe01 2710
c4adeee0
CY
27112009-04-13 Chong Yidong <cyd@stupidchicken.com>
2712
2713 * display.texi (Refresh Screen): Note that a passage about screen
2714 refreshing is text terminal only.
2715 (Forcing Redisplay): Delete misleading comment---sit-for calls
2716 redisplay, not the other way around.
2717 (Truncation): Note new values of truncate-partial-width-windows.
2718 Copyedits.
2719 (Invisible Text): Document invisible-p.
2720
b20ecfa1
EZ
27212009-04-11 Eli Zaretskii <eliz@gnu.org>
2722
2723 * display.texi (Overlays): Overlays don't scale well. See
2724 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2725
97d8273f
CY
27262009-04-10 Chong Yidong <cyd@stupidchicken.com>
2727
f147ff75
CY
2728 * syntax.texi (Syntax Table Functions): Document cons cell
2729 argument for modify-syntax-entry.
2730 (Categories): Document cons cell argument for
2731 modify-category-entry.
2732
fca4ec76
CY
2733 * searching.texi (String Search): Document word-search-forward-lax
2734 and word-search-backward-lax.
2735 (Searching and Case): Describe isearch behavior more precisely.
2736
9c283d5b
CY
2737 * keymaps.texi (Tool Bar): Mention that some platforms do not
2738 support multi-line toolbars. Suggested by Stephen Eglen.
2739
2740 * frames.texi (Layout Parameters): Mention that Nextstep also
2741 allows only one tool-bar line. Suggested by Stephen Eglen.
2742
97d8273f
CY
2743 * nonascii.texi (Text Representations): Copyedits.
2744 (Coding System Basics): Also mention utf-8-emacs.
2745 (Converting Representations, Selecting a Representation)
2746 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2747 Copyedits.
2748 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2749
2bad3299
CY
27502009-04-09 Chong Yidong <cyd@stupidchicken.com>
2751
2752 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2753 (Filling): Clarify REGION argument of fill-paragraph.
2754 Document fill-forward-paragraph-function.
2bad3299
CY
2755 (Special Properties): Remove "new in Emacs 22" declaration.
2756 (Clickable Text): Merge with Links and Mouse-1 node.
2757
5dcb4c4e
SM
2758 * display.texi (Button Properties, Button Buffer Commands):
2759 Change xref to Clickable Text.
2bad3299
CY
2760
2761 * tips.texi (Key Binding Conventions): Change xref to Clickable
2762 Text.
2763
2764 * elisp.texi (Top): Update node listing.
2765
ea30ce4f
CY
27662009-04-05 Chong Yidong <cyd@stupidchicken.com>
2767
47af2f4b
CY
2768 * markers.texi (The Mark): Copyedits. Improve description of
2769 handle-shift-selection.
2770 (The Region): Move use-region-p here from The Mark.
2771
ea30ce4f
CY
2772 * positions.texi (Screen Lines): Document (cols . lines) argument
2773 for vertical-motion.
2774
2aa8ea6e
CY
27752009-04-04 Chong Yidong <cyd@stupidchicken.com>
2776
3ec61d4e
CY
2777 * frames.texi (Frames): Clean up introduction. Document `ns'
2778 return value for framep.
2779 (Creating Frames): Note how the terminal is chosen.
2780 (Multiple Terminals, Multiple Displays): Merge into a single node.
2781 (Color Parameters): Fix typo.
2782
2783 * variables.texi (Local Variables, Buffer-Local Variables)
2784 (Creating Buffer-Local): Change link to Multiple Terminals.
2785
2786 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2787
2788 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2789 Terminals.
2790
2791 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2792 to Multiple Terminals.
2793
2794 * elisp.texi (Top): Update node listing.
2795 * vol2.texi (Top): Update node listing.
2796 * vol1.texi (Top): Update node listing.
2797
9257072f
CY
2798 * buffers.texi (Current Buffer): Note that the append-to-buffer
2799 example is no longer in synch with the latest code. Tie the two
2800 examples together.
2801
2aa8ea6e
CY
2802 * files.texi (File Attributes): Move note about MS-DOS from
2803 Changing Files to File Attributes.
2804 (Create/Delete Dirs): Note that mkdir is an alias for this.
2805
22e74b17
CY
28062009-04-01 Markus Triska <triska@gmx.at>
2807
2808 * processes.texi (Filter Functions): Suggest how to handle output
2809 batches.
2810
4bbe48ec
CY
28112009-03-30 Chong Yidong <cyd@stupidchicken.com>
2812
2813 * help.texi (Accessing Documentation): Update example to use
2814 help-setup-xref and with-help-window.
2815 (Help Functions): Remove print-help-return-message, which is
2816 semi-obsolete due to with-help-window. Document help-buffer and
2817 help-setup-xref.
2818
b9723f39
CY
28192009-03-29 Chong Yidong <cyd@stupidchicken.com>
2820
5dcb4c4e
SM
2821 * help.texi (Accessing Documentation, Help Functions):
2822 Remove information about long-obsolete Emacs versions.
9eb52e90 2823
b9723f39
CY
2824 * modes.texi (Mode Line Variables): The default values of the mode
2825 line variables are now more complicated.
2826
b0cc32db
CY
28272009-03-28 Chong Yidong <cyd@stupidchicken.com>
2828
3c25a5a9
CY
2829 * modes.texi (Major Mode Conventions): Note that specialness is
2830 inherited.
31c9eebb
CY
2831 (Derived Modes): Note that define-derive-mode sets the mode-class
2832 property.
3c25a5a9 2833
b0cc32db
CY
2834 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2835 goto-map. Add search-map to the list.
2836
c5e0006d
EZ
28372009-03-27 Eli Zaretskii <eliz@gnu.org>
2838
1213465a
EZ
2839 * os.texi (System Environment): Update the list of system-type
2840 values.
2841
c5e0006d
EZ
2842 * markers.texi (The Mark) <handle-shift-selection>: Update for
2843 removal of the optional argument DEACTIVATE.
2844
48bab3d6
CY
28452009-03-25 Chong Yidong <cyd@stupidchicken.com>
2846
2847 * commands.texi (Focus Events): Most X window managers don't use
2848 focus-follows-mouse nowadays.
2849
6e4ff1b6
CY
28502009-03-24 Chong Yidong <cyd@stupidchicken.com>
2851
2852 * commands.texi (Defining Commands): Clarify introduction.
2853 (Using Interactive): Not that interactive can be put in a symbol
2854 property.
2855 (Interactive Call): Note that a symbol with a non-nil
2856 interactive-form property satisfies commandp.
2857
11625308
JB
28582009-03-23 Juanma Barranquero <lekktu@gmail.com>
2859
2860 * minibuf.texi (Intro to Minibuffers): Fix typos.
2861
7b34420d
CY
28622009-03-23 Chong Yidong <cyd@stupidchicken.com>
2863
2864 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2865 about minibuffers in old Emacs versions. Copyedits.
2866 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2867 (Text from Minibuffer): Simplify introduction.
2868
f9257eed
AM
28692009-03-22 Alan Mackenzie <acm@muc.de>
2870
2871 * commands.texi (Using Interactive): Clarify string argument to
2872 `interactive' - even promptless elements need \n separators.
2873
f639ba70
CY
28742009-03-18 Chong Yidong <cyd@stupidchicken.com>
2875
2876 * minibuf.texi (Completion Styles): New node.
2877
2878 * elisp.texi (Top): Update node listing.
2879
d897e8ee
CY
28802009-03-17 Chong Yidong <cyd@stupidchicken.com>
2881
2882 * minibuf.texi (Basic Completion): Note that
2883 read-file-name-completion-ignore-case and
2884 read-buffer-completion-ignore-case can override
2885 completion-ignore-case.
2886 (Minibuffer Completion): Document completing-read changes.
2887 (Completion Commands): Avoid mentioning partial completion mode.
2888 Document minibuffer-completion-confirm changes, and
2889 minibuffer-confirm-exit-commands.
2890 (High-Level Completion): Document new require-match behavior for
2891 read-buffer. Document read-buffer-completion-ignore-case.
2892 (Reading File Names): Document new require-match behavior for
2893 read-file-name.
2894
b1f23349
CY
28952009-03-14 Chong Yidong <cyd@stupidchicken.com>
2896
2897 * debugging.texi (Error Debugging): Don't mislead the reader into
2898 thinking that debug-on-error enters debugger for C-f at EOB.
2899 (Error Debugging): Setting debug-on-init within the init file
2900 works, and has for some time.
2901
d6eb4e25
KH
29022009-03-13 Kenichi Handa <handa@m17n.org>
2903
2904 * display.texi (Fontsets): Update the description.
2905
1cf53dc5
CY
29062009-03-13 Chong Yidong <cyd@stupidchicken.com>
2907
2908 * advice.texi (Advising Primitives): Link to What Is a Function.
2909
81f919fc
CY
29102009-03-12 Chong Yidong <cyd@stupidchicken.com>
2911
cf4229eb
CY
2912 * compile.texi (Speed of Byte-Code): Update example.
2913 (Disassembly): Update examples.
2914
81f919fc 2915 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2916
2917 * customize.texi (Common Keywords): It's not necessary to use :tag
2918 to remove hyphens, as custom-unlispify-tag-name does it
2919 automatically.
5dcb4c4e
SM
2920 (Variable Definitions): Link to File Local Variables.
2921 Document customized-value symbol property.
f2bbc08c
CY
2922 (Customization Types): Move menu to end of node.
2923
955964d7
CY
29242009-03-10 Chong Yidong <cyd@stupidchicken.com>
2925
2926 * macros.texi (Compiling Macros): Omit misleading sentence, which
2927 implied that macros can only be used in the same file they are
2928 defined.
2929 (Backquote): Remove obsolete information about Emacs 19.
2930
d25ed7db
GM
29312009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2932
2933 * display.texi (Display Margins): Fix paren typo.
2934
d55f6ca5
CY
29352009-02-27 Chong Yidong <cyd@stupidchicken.com>
2936
f0e57ed8
CY
2937 * elisp.texi (Top): Update node listing.
2938
2939 * variables.texi (Variables): Clarify introduction.
2940 (Global Variables): Mention that setq is a special form.
2941 (Local Variables): Use active voice.
2942 (Tips for Defining): Mention marking variables as safe.
2943 (Buffer-Local Variables): Mention terminal-local and frame-local
2944 variables together.
2945 (File Local Variables): Copyedits.
2946 (Frame-Local Variables): Note that they are not really useful.
2947 (Future Local Variables): Node deleted.
2948
d55f6ca5 2949 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2950 Unicode escape syntax.
d55f6ca5 2951
ca8f09a8
CY
29522009-02-23 Chong Yidong <cyd@stupidchicken.com>
2953
2954 * control.texi (Control Structures): Add cindex entry for "textual
2955 order".
2956
2957 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2958 instead of "expression" throughout.
2959 (Function Indirection): Copyedits. Use active voice.
2960 (Eval): The default value of max-lisp-eval-depth is now 400.
2961
a20878b6
MB
29622009-02-23 Miles Bader <miles@gnu.org>
2963
2964 * processes.texi (System Processes): Rename `system-process-attributes'
2965 to `process-attributes'.
2966
61f66044
CY
29672009-02-22 Chong Yidong <cyd@stupidchicken.com>
2968
1b80d1f3
CY
2969 * symbols.texi (Property Lists): Emphasize that property lists are
2970 not restricted to symbol cells.
2971 (Other Plists): Copyedit.
2972
61f66044
CY
2973 * sequences.texi (Sequences Arrays Vectors): Make introduction
2974 more concise.
2975 (Arrays): Mention char-tables and bool-vectors too.
2976 (Vectors): Don't repeat information given in Arrays node. Link to
2977 nodes that explain the vector usage examples.
2978 (Char-Tables): Note that char-table elements can have arbitrary
2979 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2980 Link to Property Lists node.
61f66044 2981
9403944b
CY
29822009-02-22 Chong Yidong <cyd@stupidchicken.com>
2983
2984 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2985 `append'.
4068c7b4 2986 (List Elements): Copyedits.
9403944b
CY
2987
2988 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2989 of `vconcat'.
2990
2991 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2992 Emacs 20 usage of `concat'.
2993 (Case Conversion): Copyedits.
2994
b87a185f
CY
29952009-02-21 Chong Yidong <cyd@stupidchicken.com>
2996
2997 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2998 Minor edits.
2999 (Frame Configuration Type): Emphasize that it is not primitive.
3000 (Font Type): New node.
3001 (Type Predicates): Add fontp; type-of now recognizes font object
3002 types.
3003
3004 * intro.texi (Version Info): Update version numbers in examples.
3005 (Acknowledgements): List more contributors.
3006
3007 * elisp.texi: Bump version number to 3.0.
3008 (Top): Link to Font Type node.
3009
867d4bb3
JB
30102009-02-20 Juanma Barranquero <lekktu@gmail.com>
3011
3012 * modes.texi (Major Mode Conventions): Remove duplicate words.
3013 (Customizing Keywords): Fix typo.
3014
77730170
EZ
30152009-02-14 Eli Zaretskii <eliz@gnu.org>
3016
3017 * nonascii.texi (User-Chosen Coding Systems): Document that
3018 select-safe-coding-system suggests raw-text if there are raw bytes
3019 in the region.
3020 (Explicit Encoding): Warn not to use `undecided' when encoding.
3021
c8736212
GM
30222009-02-11 Glenn Morris <rgm@gnu.org>
3023
3024 * frames.texi (Visibility of Frames): Mention the effect multiple
3025 workspaces/desktops can have on visibility.
3026
ab992d66
EZ
30272009-02-07 Eli Zaretskii <eliz@gnu.org>
3028
c8736212
GM
3029 * text.texi (Commands for Insertion):
3030 * commands.texi (Event Mod):
3031 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
3032 * nonascii.texi (Translation of Characters):
3033 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
3034 (Explicit Encoding): Document the `charset' text property produced
3035 by decode-coding-region and decode-coding-string.
ab992d66 3036
e651a255
AM
30372009-01-27 Alan Mackenzie <acm@muc.de>
3038
3039 * modes.texi (Search-based Fontification): Correct a typo.
3040
bc5cde4b
JB
30412009-01-25 Juanma Barranquero <lekktu@gmail.com>
3042
3043 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3044 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3045
3533155b
EZ
30462009-01-24 Eli Zaretskii <eliz@gnu.org>
3047
f721deda
EZ
3048 * display.texi (Window Systems): Document the value of
3049 `initial-window-system' under --daemon.
3050
3533155b
EZ
3051 * os.texi (System Environment): Remove description of the
3052 `environment' function which has been deleted.
3053
f79b43b2
DN
30542009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3055
3056 * frames.texi (Multiple Displays): Remove documentation for
3057 removed function make-frame-on-tty.
3058
e3aa6669
CY
30592009-01-22 Chong Yidong <cyd@stupidchicken.com>
3060
3061 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
3062 write-region-annotate-functions.
3063 Document write-region-post-annotation-function.
e3aa6669 3064
fb13a416
CY
30652009-01-19 Chong Yidong <cyd@stupidchicken.com>
3066
3067 * display.texi (Font Lookup): Document WIDTH argument of
3068 x-list-fonts.
3069
02eccf6b
EZ
30702009-01-17 Eli Zaretskii <eliz@gnu.org>
3071
ead3f58d
EZ
3072 * maps.texi (Standard Keymaps): Rename function-key-map to
3073 local-function-key-map.
3074
3075 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3076 local-function-key-map.
3077
3078 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3079 and `set-keyboard-coding-system' now accept an optional terminal
3080 argument.
3081
3082 * commands.texi (Event Mod): `keyboard-translate-table' is now
3083 terminal-local.
3084 (Function Keys): Rename function-key-map to
3085 local-function-key-map.
3086
df05a163
EZ
3087 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3088 frames.texi.
3089
0ed8034e 3090 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
3091 `delete-terminal-functions', `suspend-tty-functions' and
3092 `resume-tty-functions'.
0ed8034e
EZ
3093
3094 * frames.texi (Frames): Document `frame-terminal' and
3095 `terminal-live-p'.
3096 (Multiple Displays): Document `make-frame-on-tty'.
3097 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3098 `terminal-name', and `get-device-terminal'.
490f1197
EZ
3099 (Terminal Parameters): Document `terminal-parameters',
3100 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
3101
3102 * os.texi (System Environment): Document `environment' and
3103 `initial-environment'.
490f1197
EZ
3104 (Suspending Emacs): Update for multi-tty; document
3105 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 3106
02eccf6b
EZ
3107 * nonascii.texi (Coding System Basics): More accurate description
3108 of `raw-text'.
3109
f19fea97
JB
31102009-01-12 Juanma Barranquero <lekktu@gmail.com>
3111
3112 * display.texi (Low-Level Font): Fix typo.
3113
16fa292f
CY
31142009-01-10 Chong Yidong <cyd@stupidchicken.com>
3115
3116 * elisp.texi (Top): Update node listing.
3117
3118 * display.texi (PostScript Images): Node deleted.
3119
0b4faef3
EZ
31202009-01-10 Eli Zaretskii <eliz@gnu.org>
3121
3355f04d
EZ
3122 * processes.texi (Decoding Output): Document that null bytes force
3123 no-conversion for reading process output.
3124
3125 * files.texi (Reading from Files): Document that null bytes force
3126 no-conversion when visiting files.
3127
11625308 3128 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3129
5dcb4c4e
SM
3130 * nonascii.texi (Lisp and Coding Systems):
3131 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3132 (Character Properties): Improve wording.
0b4faef3 3133
ce9cf065
CY
31342009-01-09 Chong Yidong <cyd@stupidchicken.com>
3135
3136 * display.texi (Font Lookup): Remove obsolete function
3137 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3138 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3139 (Font Selection): Reorder order of variable descriptions.
3140 Minor clarifications.
ce9cf065
CY
3141
3142 * elisp.texi (Top): Update node listing.
3143
ab756fb3
GM
31442009-01-09 Glenn Morris <rgm@gnu.org>
3145
3146 * commands.texi (Command Loop Info): Say that last-command-char and
3147 last-input-char are obsolete aliases.
3148
3149 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3150 last-input-char and last-command-char, since they are just aliases for
3151 last-input-event and last-command-event.
3152
3153 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3154 last-command-char.
3155
6b2b8ab1
CY
31562009-01-08 Chong Yidong <cyd@stupidchicken.com>
3157
3158 * elisp.texi: Update node listing.
3159
3160 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3161 (Face Attributes): Don't link to Font Lookup.
3162 Document font-family-list.
6b2b8ab1
CY
3163 (Fonts): New node.
3164
3568e767
JR
31652009-01-08 Jason Rumney <jasonr@gnu.org>
3166
3167 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3168 changing the standard pointer shapes. (Bug#1485)
3568e767 3169
6221c8db
CY
31702009-01-08 Chong Yidong <cyd@stupidchicken.com>
3171
3172 * display.texi (Attribute Functions): Note that a function value
3173 :height is relative, and that compatibility functions work by
3174 calling set-face-attribute.
3175 (Displaying Faces): Reorder list in order of increasing priority.
3176 (Face Remapping): New node. Content moved here from Displaying
3177 Faces.
3178 (Glyphs): Link to Face Functions.
3179
e3d3799a
CY
31802009-01-08 Chong Yidong <cyd@stupidchicken.com>
3181
3182 * display.texi (Faces): Don't discuss face id here. facep does
3183 not return t.
3184 (Defining Faces): Minor clarification.
3185 (Face Attributes): Rearrange items to match docstring of
3186 set-face-attribute. Add :foundry attribute. Document new role of
3187 :font attribute. Texinfo usage fix.
3188 (Attribute Functions): Copyedits.
3189 (Face Functions): Note that face number is seldom used.
3190
638a2457
RS
31912009-01-05 Richard M Stallman <rms@gnu.org>
3192
3193 * strings.texi (Predicates for Strings): Minor clarification.
3194
3195 * functions.texi (Function Safety): Texinfo usage fix.
3196
49ea0074
JB
31972009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3198
3199 * objects.texi (General Escape Syntax): Fix typo.
3200
9f822178
MR
32012009-01-03 Martin Rudalics <rudalics@gmx.at>
3202
3203 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3204 works via the default value of pop-up-frame-function.
3205
af34ad36
EZ
32062009-01-02 Eli Zaretskii <eliz@gnu.org>
3207
3208 * processes.texi (System Processes): Document the `time' and
3209 `ctime' attributes of `system-process-attributes'.
3210
d31f6679
CY
32112009-01-01 Chong Yidong <cyd@stupidchicken.com>
3212
3213 * display.texi (Face Attributes): Clarify :height attribute.
3214
174dc00c
MR
32152008-12-31 Martin Rudalics <rudalics@gmx.at>
3216
3217 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3218 the front of the buffer list. Add entries for `last-buffer' and
3219 `unbury-buffer'.
3220
b8afe7e4
EZ
32212008-12-27 Eli Zaretskii <eliz@gnu.org>
3222
d14030f5
EZ
3223 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3224 and its subsections.
3225
3226 * frames.texi (Multiple Terminals, Low-level Terminal)
3227 (Terminal Parameters, Frames on Other TTY devices): New sections.
3228 (Frames): Add an xref to "Multiple Terminals".
3229
765980a4
EZ
3230 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3231
3232 * objects.texi (Terminal Type): New node.
3233 (Editing Types): Add it to the menu.
3234
47bd5577
EZ
3235 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3236 Variables".
3237
eb22b78c 3238 * variables.texi (Directory Local Variables): New node.
47bd5577 3239 (Variables): Add a menu item for it.
eb22b78c 3240
b8afe7e4
EZ
3241 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3242 `generated-autoload-file'.
3243
77bb0476
EZ
32442008-12-20 Eli Zaretskii <eliz@gnu.org>
3245
028e2c19
EZ
3246 * os.texi (Startup Summary): Add xref to documentation of
3247 `initial-window-system'.
3248
77bb0476
EZ
3249 * display.texi (Window Systems): Document `window-system' the
3250 function. The variable `window-system' is now frame-local.
028e2c19 3251 Document `initial-window-system'.
77bb0476 3252
dda87836
MR
32532008-12-19 Martin Rudalics <rudalics@gmx.at>
3254
3255 * windows.texi (Windows): Rewrite description of
3256 fit-window-to-buffer.
3257
caef3ed2
GM
32582008-12-13 Glenn Morris <rgm@gnu.org>
3259
3260 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3261 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3262
21c58e4d
GM
32632008-12-12 Glenn Morris <rgm@gnu.org>
3264
3265 * debugging.texi (Error Debugging): Refer forwards to
3266 eval-expression-debug-on-error.
3267
af38459f
EZ
32682008-12-05 Eli Zaretskii <eliz@gnu.org>
3269
5dedd9b5
EZ
3270 * strings.texi (String Basics): Only unibyte strings that
3271 represent key sequences hold 8-bit raw bytes.
3272
af38459f
EZ
3273 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3274 paragraph to speak about `undecided'.
3275 (Character Properties): Don't explain the meaning of each
3276 property; instead, identify their Unicode Standard names.
b3f1f4a5 3277 (Character Sets): Document `map-charset-chars'.
af38459f 3278
fa047ae7
GM
32792008-12-02 Glenn Morris <rgm@gnu.org>
3280
3281 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3282 section yet again.
3283
47dbc044
EZ
32842008-11-29 Eli Zaretskii <eliz@gnu.org>
3285
98d05998
EZ
3286 * nonascii.texi (Character Properties): New Section.
3287 (Specifying Coding Systems): Document
3288 `coding-system-priority-list', `set-coding-system-priority', and
3289 `with-coding-priority'.
3290 (Lisp and Coding Systems): Document `check-coding-systems-region'
3291 and `coding-system-charset-list'.
3292 (Coding System Basics): Document `coding-system-aliases'.
3293
3294 * elisp.texi (Top): Add a @detailmenu entry for "Character
3295 Properties".
3296
47dbc044
EZ
3297 * objects.texi (Character Type): Correct the range of Emacs
3298 characters. Add an @xref to "Character Codes".
3299
3300 * strings.texi (String Basics): Add an @xref to "Character Codes".
3301
3302 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3303
3304 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3305 (Character Codes): Document `max-char'.
3306
8b80cdf5
EZ
33072008-11-28 Eli Zaretskii <eliz@gnu.org>
3308
3309 * nonascii.texi (Text Representations, Converting Representations)
3310 (Character Sets, Scanning Charsets, Translation of Characters):
3311 Make text more accurate.
3312
a99dceba
GM
33132008-11-28 Glenn Morris <rgm@gnu.org>
3314
3315 * files.texi (Format Conversion Round-Trip): Improve previous change.
3316
f6dc3bed
CY
33172008-11-26 Chong Yidong <cyd@stupidchicken.com>
3318
3319 * modes.texi (Auto Major Mode): Fix example.
3320
5da9413d
GM
33212008-11-25 Glenn Morris <rgm@gnu.org>
3322
3323 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3324
3325 * files.texi (Format Conversion Round-Trip):
3326 Use active voice for previous change.
3327
fcca848c
CY
33282008-11-25 Chong Yidong <cyd@stupidchicken.com>
3329
3330 * os.texi (Processor Run Time):
3331 * processes.texi (Transaction Queues):
3332 * markers.texi (The Mark):
3333 * windows.texi (Choosing Window, Selecting Windows):
3334 * files.texi (Changing Files, Magic File Names):
3335 * commands.texi (Key Sequence Input):
3336 * functions.texi (Declaring Functions):
3337 * strings.texi (Predicates for Strings):
3338 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3339
36c8dc54
CY
33402008-11-24 Chong Yidong <cyd@stupidchicken.com>
3341
3342 * help.texi (Accessing Documentation): Update example.
3343
3344 * variables.texi (Defining Variables): Note that `*' is not
3345 necessary if defcustom is used.
3346
2a79b242
EZ
33472008-11-22 Eli Zaretskii <eliz@gnu.org>
3348
3349 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3350 Characters" from @detailmenu.
3351
3352 * nonascii.texi (Character Codes, Character Sets)
3353 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3354 (Chars and Bytes, Splitting Characters): Sections removed.
3355
392f0d26
LK
33562008-11-22 Lute Kamstra <lute@gnu.org>
3357
3358 * positions.texi (Text Lines): Update goto-line documentation.
3359
af1a5cd5
MR
33602008-11-21 Martin Rudalics <rudalics@gmx.at>
3361
6a4cfb0c
MR
3362 * frames.texi (Frames): Fix typo, add cross references, reword.
3363 (Initial Parameters): Reword special-display-frame-alist text.
3364 (Frames and Windows): Reword. Describe argument norecord for
3365 set-frame-selected-window.
3366 (Input Focus): Describe argument norecord for select-frame.
3367 Remove comment on MS-Windows behavior for focus-follows-mouse.
3368 (Raising and Lowering): Mention windows-frames dichotomy in
3369 metaphor.
3370
af1a5cd5
MR
3371 * windows.texi (Displaying Buffers, Vertical Scrolling)
3372 (Horizontal Scrolling): Fix indenting and rewording issues
3373 introduced with 2008-11-07 change.
3374
c249fa9c
GM
33752008-11-20 Glenn Morris <rgm@gnu.org>
3376
3377 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3378 element of `format-alist'.
3379
204d4665
GM
33802008-11-19 Glenn Morris <rgm@gnu.org>
3381
3382 * doclicense.texi: Update to FDL 1.3.
3383 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3384
cc0910af
CY
33852008-11-18 Chong Yidong <cyd@stupidchicken.com>
3386
efe6e7c4
CY
3387 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3388 vars, which are obsolete. Mention jit-lock-register.
3389
5dcb4c4e
SM
3390 * modes.texi (Other Font Lock Variables):
3391 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3392
cc0910af
CY
3393 * frames.texi (Color Parameters): Document alpha parameter.
3394
aeeedf76
MR
33952008-11-16 Martin Rudalics <rudalics@gmx.at>
3396
3397 * windows.texi (Splitting Windows, Deleting Windows)
3398 (Selecting Windows, Cyclic Window Ordering)
3399 (Buffers and Windows, Displaying Buffers, Choosing Window)
3400 (Dedicated Windows, Window Point, Window Start and End)
3401 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3402 (Size of Window, Resizing Windows, Window Configurations)
3403 (Window Parameters): Avoid @var at beginning of sentences and
3404 reword accordingly.
3405
4c565c5c
LK
34062008-11-11 Lute Kamstra <lute@gnu.org>
3407
3408 * files.texi (File Name Components): Fix file-name-extension
3409 documentation.
3410
25f494c9
JB
34112008-11-11 Juanma Barranquero <lekktu@gmail.com>
3412
3413 * frames.texi (Basic Parameters): Remove display-environment-variable
3414 and term-environment-variable.
3415
a1401ab1
EZ
34162008-11-08 Eli Zaretskii <eliz@gnu.org>
3417
3418 * windows.texi (Basic Windows, Splitting Windows)
3419 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3420 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3421 (Resizing Windows, Window Configurations, Window Parameters):
3422 Fix wording and markup.
a1401ab1 3423
efafc282
MR
34242008-11-07 Martin Rudalics <rudalics@gmx.at>
3425
3426 * windows.texi (Windows): Update entries.
3427 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3428 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3429 (Selecting Windows, Cyclic Window Ordering): Reword with special
3430 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3431 (Buffers and Windows, Choosing Window): Reword with special
3432 emphasis on dedicated windows.
3433 (Displaying Buffers): Reword. For switch-to-buffer mention that
3434 it may fall back on pop-to-buffer. For other-window try to
3435 explain how it treats the cyclic ordering of windows.
efafc282
MR
3436 (Dedicated Windows): New node and section discussing dedicated
3437 windows and associated functions.
86ab855a 3438 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3439 (Window Start and End): Rename node and section title. Reword.
3440 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3441 Minor rewording.
3442 (Size of Window): Reword, in particular text on window-width.
3443 (Resizing Windows): Reword. Add text on balancing windows.
3444 (Window Configurations): Reword. Mention window parameters.
3445 (Window Parameters): New node and section on window parameters.
3446 (Window Hooks): Reword. Mention that
3447 window-configuration-change-hook is run "buffer-locally".
3448 * elisp.texi (Top): Update Windows entries in @detailmenu
3449 section.
3450
d60a8ab2
JB
34512008-11-04 Juanma Barranquero <lekktu@gmail.com>
3452
3453 * searching.texi (Regexp Search): Fix typo.
3454
01777627
CY
34552008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3456
3457 * searching.texi (Regexp Search): Document GREEDY arg.
3458 (Simple Match Data): Fix return value.
3459
c4526e93
EZ
34602008-11-01 Eli Zaretskii <eliz@gnu.org>
3461
3462 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3463 with Emacs 23 internal representation of characters.
3464 Document `unibyte-string'.
c4526e93 3465
fe2ae8b5
CY
34662008-10-28 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * processes.texi (Process Information): Note that process-status
3469 does not accept buffer names.
3470
cc5a21e3
CY
34712008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3472
3473 * positions.texi (Skipping Characters): Correct return value of
3474 skip-chars-forward.
3475
09460d9a
MR
34762008-10-25 Martin Rudalics <rudalics@gmx.at>
3477
520b29e7
MR
3478 * windows.texi (Deleting Windows): Update documentation of
3479 delete-windows-on.
3480 (Buffers and Windows): Update documentations of
3481 get-buffer-window and get-buffer-window-list.
3482 (Displaying Buffers): Update documentation of
3483 replace-buffer-in-windows.
3484
09460d9a
MR
3485 * buffers.texi (Current Buffer): Reword set-buffer and
3486 with-current-buffer documentations.
3487 (Creating Buffers): Reword documentation of get-buffer-create.
3488
4d48fcdc
MR
34892008-10-23 Martin Rudalics <rudalics@gmx.at>
3490
3491 * buffers.texi (Current Buffer): Reword documentation of
3492 set-buffer.
3493 (Buffer Names): Reword documentation of buffer-name.
3494 (The Buffer List): For bury-buffer explain what happens with the
3495 buffer's window.
3496 (Creating Buffers): Say that get-buffer-create's arg is called
3497 buffer-or-name.
3498
f0143c43
CY
34992008-10-22 Chong Yidong <cyd@stupidchicken.com>
3500
3e5dbbd3
CY
3501 * advice.texi (Computed Advice): Explain what DEFINITION is.
3502
f0143c43
CY
3503 * nonascii.texi (Character Codes): Remove obsolete function
3504 char-valid-p, and document characterp instead.
3505
52a94b85
MR
35062008-10-22 Martin Rudalics <rudalics@gmx.at>
3507
3508 * windows.texi (Displaying Buffers): Reword documentation of
3509 pop-to-buffer.
3510 (Choosing Window): Rewrite documentation of display-buffer and
3511 its options.
3512
f76f8246
MR
3513 * buffers.texi (Killing Buffers): Update documentation of
3514 kill-buffer.
3515
acc8b598
EZ
35162008-10-21 Eli Zaretskii <eliz@gnu.org>
3517
80e6b6df
EZ
3518 * processes.texi (Serial Ports): Fix wording and improve markup.
3519
3645358a
EZ
3520 * searching.texi (Regexp Search): Document `string-match-p' and
3521 `looking-at-p'.
3522 (POSIX Regexps): Add an xref for "non-greedy".
3523 (Regexp Special): Add @cindex entry for "non-greedy".
3524
b3d50cff 3525 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3526 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3527
73b7530a
EZ
3528 * frames.texi (Color Names): Add an xref to `read-color'.
3529
3530 * minibuf.texi (High-Level Completion): Document `read-color'.
3531
acc8b598
EZ
3532 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3533
3534 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3535
3536 * buffers.texi (Swapping Text): New section, documents
3537 `buffer-swap-text'.
3538
10e187e8
MR
35392008-10-21 Martin Rudalics <rudalics@gmx.at>
3540
3541 * windows.texi (Resizing Windows): Minor wording fix.
3542
fd6f900c
EZ
35432008-10-20 Eli Zaretskii <eliz@gnu.org>
3544
3545 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3546 and `combine-and-quote-strings'.
3547
3548 * strings.texi (Creating Strings): Add xrefs for them.
3549
e4372165
EZ
35502008-10-19 Eli Zaretskii <eliz@gnu.org>
3551
d6328fba
EZ
3552 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3553 match the corresponding menu in minibuf.texi.
3554
e4372165
EZ
3555 * minibuf.texi (Reading File Names): Document `read-shell-command'
3556 and `minibuffer-local-shell-command-map'.
3557
5d8dda33
MR
35582008-10-19 Martin Rudalics <rudalics@gmx.at>
3559
3560 * windows.texi (Resizing Windows): Remove var{} around "window" in
3561 documentation of enlarge-window.
3562 Rewrite documentation of window-min-height and window-min-width.
3563
437706cd
EZ
35642008-10-19 Eli Zaretskii <eliz@gnu.org>
3565
80f85d7c
EZ
3566 * functions.texi (Calling Functions): Document `apply-partially'.
3567
291703b5
EZ
3568 * hooks.texi (Standard Hooks): Mention
3569 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3570
3571 * variables.texi (File Local Variables): Document
3572 `file-local-variables-alist', `before-hack-local-variables-hook'
3573 and `hack-local-variables-hook'.
3574
583d8b3c
EZ
3575 * processes.texi (Synchronous Processes): Document `process-lines'.
3576
5dcb4c4e
SM
3577 * customize.texi (Variable Definitions):
3578 Document `custom-reevaluate-setting'.
437706cd 3579
7e51d89b
MR
35802008-10-18 Martin Rudalics <rudalics@gmx.at>
3581
3582 * windows.texi (Choosing Window, Deleting Windows)
3583 (Displaying Buffers): Expand documentation of dedicated windows.
3584
43c59a3d
EZ
35852008-10-18 Eli Zaretskii <eliz@gnu.org>
3586
018a960d
EZ
3587 * files.texi (Changing Files): Document symbolic input of file
3588 modes to `set-file-modes'. Document `read-file-modes' and
3589 `file-modes-symbolic-to-number'.
3590
2c0b8144
EZ
3591 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3592 and `search-map'.
3593
5dcb4c4e
SM
3594 * searching.texi (Search and Replace):
3595 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3596 Document `multi-query-replace-map'.
80120f13 3597
6d4913f0 3598 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3599 (Completion Commands, Reading File Names):
3600 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3601 `minibuffer-local-filename-must-match-map'.
3602 (Minibuffer Completion): The `require-match' argument to
3603 `completing-read' can now have the value `confirm-only'.
3604
43c59a3d
EZ
3605 * windows.texi (Displaying Buffers): Minor wording fix.
3606 (Choosing Window): `split-height-threshold' can now be nil.
3607 Document `split-width-threshold'. `pop-up-frames' can have the
3608 value `graphic-only'.
3609
f36acfd9
EZ
36102008-10-17 Eli Zaretskii <eliz@gnu.org>
3611
3612 * os.texi (Startup Summary): Document `before-init-time' and
3613 `after-init-time'. Document `initial-window-system' and
3614 `window-system-initialization-alist'. Document reading the
3615 abbrevs file. Document the call to `server-start' under --daemon.
3616 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3617 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3618 (Time Parsing): Document `format-seconds'.
f36acfd9 3619
96995b89
MR
36202008-10-17 Martin Rudalics <rudalics@gmx.at>
3621
3622 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3623 and reword.
3624
2de17c73
EZ
36252008-10-16 Eli Zaretskii <eliz@gnu.org>
3626
3627 * markers.texi (The Mark): Document use-region-p.
3628
9cf52b11
EZ
36292008-10-15 Eli Zaretskii <eliz@gnu.org>
3630
c3aaf1d7
EZ
3631 * internals.texi (Writing Emacs Primitives): The interactive spec
3632 of a primitive can be a Lisp form.
3633
841a1743
EZ
3634 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3635 values of transient-mark-mode. Document handle-shift-selection.
3636
3637 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3638 (Interactive Examples): Show an example of `^'.
3639 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3640 (Defining Commands, Using Interactive): The interactive-form of a
3641 function can be added via its symbol's property.
841a1743 3642
52441368
EZ
3643 * positions.texi (List Motion): beginning-of-defun-function can
3644 now accept an argument.
3645
8e8c1a72
EZ
3646 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3647 now return a list of strings.
3648
a33a1f2a
EZ
3649 * control.texi (Handling Errors): Document ignore-errors.
3650
4fb04348
EZ
3651 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3652 (Parameter Access): Document set-frame-parameter.
3653
ee666f84
EZ
3654 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3655 Hooks" for the effect of kill-all-local-variables on local hook
3656 functions.
3657
9cf52b11
EZ
3658 * modes.texi (Major Mode Conventions, Mode Line Variables):
3659 `mode-name' need not be a string. xref to "Mode Line Data" for
3660 details, and to "Emulating Mode Line" for computing a string
3661 value.
3662
22526bc4
EZ
36632008-10-14 Eli Zaretskii <eliz@gnu.org>
3664
a65f6a85
EZ
3665 * processes.texi (System Processes): New section.
3666 (Processes, Signals to Processes): Add xrefs to it.
3667
3668 * objects.texi (Editing Types): A `process' is a subprocess of
3669 Emacs, not just any process running on the OS.
3670
3671 * elisp.texi (Top): Adjust the @detailmenu for the above two
3672 changes.
3673
2724b26a
EZ
3674 * sequences.texi (Char-Tables): Remove documentation of
3675 set-char-table-default, which has no effect since Emacs 23.
3676 <char-table-range, set-char-table-range>: Don't mention generic
3677 characters and charsets. Add a cons cell as a possible argument.
3678
3679 * nonascii.texi (Splitting Characters)
3680 (Translation of Characters): Don't mention generic characters.
3681
3682 * display.texi (Fontsets): Don't mention generic characters.
3683
22526bc4 3684 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3685 argument FUNCTION with a cons cell as KEY.
22526bc4 3686
eaf4b689
EZ
36872008-10-13 Eli Zaretskii <eliz@gnu.org>
3688
45e46036
EZ
3689 * objects.texi (Primitive Function Type): Move "@cindex special
3690 forms" from here...
3691
3692 * eval.texi (Special Forms): ...to here.
3693
3694 * functions.texi (What Is a Function): `functionp' returns nil for
3695 special forms. Add an xref.
3696
eaf4b689
EZ
3697 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3698 Variables".
3699
3700 * variables.texi (Frame-Local Variables): New section.
3701 (Buffer-Local Variables): Add an xref to it.
3702 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3703 have both frame-local and buffer-local binding.
3704
3705 * frames.texi (Frames): Mention multiple tty frames.
3706 (Frame Parameters, Parameter Access): Mention frame-local variable
3707 bindings.
3708
15688fce
GM
37092008-09-20 Glenn Morris <rgm@gnu.org>
3710
3711 * display.texi (Defining Faces): Recommend against face variables.
3712
35539065
JB
37132008-09-16 Juanma Barranquero <lekktu@gmail.com>
3714
3715 * display.texi (Echo Area Customization): Fix typo.
3716
6a57054b
JB
37172008-09-09 Juanma Barranquero <lekktu@gmail.com>
3718
3719 * loading.texi (Where Defined): Add `defface' item.
3720
d632fb82
MR
37212008-09-06 Martin Rudalics <rudalics@gmx.at>
3722
3723 * loading.texi (Where Defined): Fix description of symbol-file.
3724
905a9adb
JR
37252008-08-26 Jason Rumney <jasonr@gnu.org>
3726
3727 * display.texi (TIFF Images): New section describing :index property.
3728
852e91b7
CY
37292008-08-23 Chong Yidong <cyd@stupidchicken.com>
3730
3731 * display.texi (Temporary Displays): Remove unnecessary comment
3732 about usage of temp-buffer-show-hook.
3733
6be001ee
CY
37342008-08-05 Chong Yidong <cyd@stupidchicken.com>
3735
3736 * symbols.texi (Other Plists): Fix incorrect example.
3737 Suggested by Florian Beck.
3738
58e3d8e8
JB
37392008-07-31 Juanma Barranquero <lekktu@gmail.com>
3740
3741 * os.texi: Fix previous change.
3742
7c2fb837
DN
37432008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3744
3745 * os.texi:
3746 * intro.texi:
3747 * files.texi: Remove VMS support.
3748
9e2a2647
DN
37492008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3750
3751 * os.texi:
3752 * frames.texi:
3753 * display.texi: Remove mentions of Mac Carbon.
3754
c4f4682b
MB
37552008-07-01 Miles Bader <miles@gnu.org>
3756
3757 * text.texi (Special Properties):
3758 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3759
3696411e
JB
37602008-06-28 Johan Bockgård <bojohan@gnu.org>
3761
3762 * display.texi (Other Image Types): Fix copy/paste error; say
3763 "PBM", not "XBM".
3764
f2a77c3a
DN
37652008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3766
3767 * os.texi: Remove references to obsolete systems.
3768
6d52677d
EZ
37692008-06-20 Eli Zaretskii <eliz@gnu.org>
3770
3771 * makefile.w32-in (distclean): Remove makefile.
3772
1a87da4c
GM
37732008-06-17 Glenn Morris <rgm@gnu.org>
3774
3775 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3776 (elisp, dist): Remove rules and variables that are obsolete now
3777 the lisp manual is no longer distributed separately.
3778
fdda1c5d
GM
37792008-06-16 Glenn Morris <rgm@gnu.org>
3780
646692e9
GM
3781 * configure, configure.in, mkinstalldirs: Remove unused files.
3782
3783 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3784 * vol1.texi (EMACSVER):
6a57054b 3785 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3786
3787 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3788 as per maintain.info.
3789
611bee81
GM
37902008-06-15 Glenn Morris <rgm@gnu.org>
3791
a7bed3a0
GM
3792 * makefile.w32-in (manual): Use "23" rather than "21".
3793
3794 * Makefile.in (emacsver): New, set by configure.
3795 (manual): Use emacsver.
3796
d794edf2
GM
3797 * intro.texi: Report bugs using M-x report-emacs-bug.
3798
611bee81
GM
3799 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3800
c73e02fa
GM
38012008-06-13 Daniel Engeler <engeler@gmail.com>
3802
3803 * elisp.texi, internals.texi, processes.texi: Add documentation
3804 about serial port access.
3805
e40a85cd
MB
38062008-06-05 Miles Bader <miles@gnu.org>
3807
3808 * display.texi (Displaying Faces): Update to reflect function
3809 renamings in face-remap.el.
3810
7b753744
JB
38112008-06-05 Juanma Barranquero <lekktu@gmail.com>
3812
3813 * display.texi (Fontsets): Fix typos.
3814
9d3d42fb
MB
38152008-06-03 Miles Bader <miles@gnu.org>
3816
7b753744
JB
3817 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3818 remove-relative-face-remapping, set-base-face-remapping,
3819 and set-default-base-face-remapping.
9d3d42fb 3820
f2cec7a9
MB
38212008-06-01 Miles Bader <miles@gnu.org>
3822
3823 * display.texi (Displaying Faces): Add face-remapping-alist.
3824
8f39c96d
SM
38252008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3826
3827 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3828 variable names.
3829
1ef5eecc
ER
38302008-05-03 Eric S. Raymond <esr@golux>
3831
352c8b4a 3832 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3833 (current-global-map) return references, not copies.
3834
63b4387f
JL
38352008-05-02 Juri Linkov <juri@jurta.org>
3836
3837 * minibuf.texi (Text from Minibuffer): Document a list of
3838 default values for `read-from-minibuffer'.
3839
38a8b703
JB
38402008-04-24 Juanma Barranquero <lekktu@gmail.com>
3841
3842 * nonascii.texi (Translation of Characters): Fix previous change.
3843
7c42e639
CY
38442008-04-20 Chong Yidong <cyd@stupidchicken.com>
3845
3846 * display.texi (Overlay Properties): Clarify role of underlying
3847 textprop and overlay keymaps for display strings.
3848
3849 * keymaps.texi (Active Keymaps): Ditto.
3850
25c0d999
SM
38512008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3852
3853 * minibuf.texi (Programmed Completion):
3854 Replace dynamic-completion-table with the new completion-table-dynamic.
3855
e3af5968
CY
38562008-04-07 Chong Yidong <cyd@stupidchicken.com>
3857
3858 * intro.texi (Some Terms): Change "fonts in this manual" index
3859 entry to "typographic conventions".
3860
6bfc8698
EZ
38612008-04-05 Eli Zaretskii <eliz@gnu.org>
3862
3863 * objects.texi (Text Props and Strings): Add indexing for read
3864 syntax of text properties.
3865
4972c361
SM
38662008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3867
3868 * processes.texi (Decoding Output): Remove process-filter-multibyte
3869 functions.
3870
c70a68db
MR
38712008-03-15 Martin Rudalics <rudalics@gmx.at>
3872
3873 * display.texi (Finding Overlays): Say that empty overlays at
3874 the end of the buffer are reported too.
3875
1291fd36
GM
38762008-03-13 Glenn Morris <rgm@gnu.org>
3877
3878 * elisp.texi (EMACSVER): Set to 23.0.60.
3879
c6b0dfd5
CY
38802008-02-26 Chong Yidong <cyd@stupidchicken.com>
3881
38a8b703 3882 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3883
875fc30c
GM
38842008-02-22 Glenn Morris <rgm@gnu.org>
3885
3886 * frames.texi (Position Parameters): Clarify the description of
3887 `left' and `top', using information from "Geometry".
3888 (Geometry): Give a pointer to "Position Parameters", rather than
3889 repeating information.
3890
d8c8e45a
GM
38912008-02-11 Glenn Morris <rgm@gnu.org>
3892
3893 * objects.texi (Equality Predicates): No longer talk about "two"
3894 functions.
3895
38a8b703 38962008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3897
3898 * objects.texi (Equality Predicates): Add defun for
3899 equal-including-properties.
3900
bfffe0b1
GM
39012008-02-10 Glenn Morris <rgm@gnu.org>
3902
3903 * objects.texi (Equality Predicates):
3904 Mention equal-including-properties.
3905
431b78c9
RS
39062008-02-07 Richard Stallman <rms@gnu.org>
3907
3908 * windows.texi (Window Start): Mention the feature of moving
3909 window-start to start of line.
3910
c8763fb6 39112008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3912
3913 * keymaps.texi (Tool Bar): Document rtl property.
3914
1a256502
TTN
39152008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3916
3917 * display.texi (Button Types):
3918 For define-button-type, clarify type of NAME.
3919
569382c2
MR
39202008-01-19 Martin Rudalics <rudalics@gmx.at>
3921
3922 * buffers.texi (Buffer Modification): Fix typo.
3923
f3041af1
DN
39242008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3925
3926 * os.texi (System Environment): Remove references to OSes that are
3927 not supported anymore.
3928
d35e1cd7
DN
39292008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3930
3931 * os.texi (System Environment): Remove mention for Masscomp.
3932
23af7580
RS
39332008-01-04 Richard Stallman <rms@gnu.org>
3934
3935 * display.texi (Faces): Don't talk about internal face vector as arg
3936 to facep.
3937
3938 * customize.texi (Type Keywords): Fix previous change.
3939
3940 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3941 * elisp.texi (Top): Fix menu for commands.texi change.
3942
ec7d5b1e
RS
39432007-12-30 Richard Stallman <rms@gnu.org>
3944
5dcb4c4e 3945 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3946 (Accessing Scroll): New node broken out of Accessing Mouse.
3947
101a6cea
RS
39482007-12-28 Richard Stallman <rms@gnu.org>
3949
3950 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3951 (Basic Parameters): For `title', refer to title bar.
041817a4 3952 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3953
72b7e664
RS
39542007-12-23 Richard Stallman <rms@gnu.org>
3955
3956 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3957 Improve some of the commented-out keywords' text too.
3958
27a4f445
MR
39592007-12-14 Martin Rudalics <rudalics@gmx.at>
3960
e2e3f1d7
MR
3961 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3962 "visit the current buffer".
3963
27a4f445
MR
3964 * os.texi (System Interface): Fix typo.
3965
a2afc99d
RS
39662007-12-04 Richard Stallman <rms@gnu.org>
3967
3968 * objects.texi (Symbol Type): Fix typo.
3969
b694135c
RS
39702007-12-03 Richard Stallman <rms@gnu.org>
3971
3972 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3973
f99a19da
GM
39742007-12-01 Glenn Morris <rgm@gnu.org>
3975
3976 * functions.texi (Declaring Functions): Improve previous change.
3977
8f4b37d8
GM
39782007-11-30 Glenn Morris <rgm@gnu.org>
3979
3980 * functions.texi (Declaring Functions): Add optional fourth
3981 argument of declare-function, and setting third argument to `t'.
3982
61a2fe01
RS
39832007-11-29 Richard Stallman <rms@gnu.org>
3984
3985 * customize.texi (Composite Types): Document `group' type.
3986
cbfc5193
GM
39872007-11-29 Glenn Morris <rgm@gnu.org>
3988
5dcb4c4e
SM
3989 * functions.texi (Declaring Functions): Add findex.
3990 Mention `external' files.
cbfc5193 3991
8386283a
JB
39922007-11-26 Juanma Barranquero <lekktu@gmail.com>
3993
3994 * functions.texi (Declaring Functions): Fix directive.
3995
a07c9a8b
RS
39962007-11-25 Richard Stallman <rms@gnu.org>
3997
3998 * help.texi (Help Functions): Clean up last change.
3999
4000 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4001
4002 * loading.texi (Named Features): Minor cleanup.
4003
4004 * macros.texi (Eval During Expansion): Minor cleanup.
4005
4006 * variables.texi (Variable Aliases): Minor cleanup.
4007
a0925923
RS
40082007-11-24 Richard Stallman <rms@gnu.org>
4009
4010 * functions.texi (Declaring Functions): Clarify previous change.
4011
4012 * compile.texi (Compiler Errors): Clarify previous change.
4013
20c63e44
RS
40142007-11-24 Richard Stallman <rms@gnu.org>
4015
e5e76c04 4016 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
4017 Clarify the text and move items around.
4018
5bb0cda3
GM
40192007-11-24 Glenn Morris <rgm@gnu.org>
4020
4021 * functions.texi (Declaring Functions): New section.
4022 * compile.texi (Compiler Errors): Mention declaring functions,
4023 defvar with no initvalue, and byte-compile-warnings.
4024
af13c86a
MR
40252007-11-15 Martin Rudalics <rudalics@gmx.at>
4026
4027 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4028 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4029
a5373305
MR
40302007-11-13 Martin Rudalics <rudalics@gmx.at>
4031
4032 * help.texi (Help Functions): Document new macro `with-help-window'.
4033
fe284805
JL
40342007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4035
4036 * searching.texi (Replacing Match): Describe new
4037 `match-substitute-replacement'.
4038
2c3a09b1
RS
40392007-10-31 Richard Stallman <rms@gnu.org>
4040
4041 * strings.texi (Creating Strings): Null strings from concat not unique.
4042
f2b480f4
RS
40432007-10-26 Richard Stallman <rms@gnu.org>
4044
4045 * objects.texi (Equality Predicates): Null strings are uniquified.
4046
4047 * minibuf.texi: Minor clarifications in previous change.
4048
db21122c
GM
40492007-10-25 Glenn Morris <rgm@gnu.org>
4050
4051 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4052
2328cbb3
RS
40532007-10-24 Richard Stallman <rms@gnu.org>
4054
4055 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4056
4057 * variables.texi (Frame-Local Variables): Node deleted.
4058 (Variables): Delete Frame-Local Variables from menu.
4059 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4060 (Default Value): Don't mention frame-local vars.
4061
4062 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4063
4064 * loading.texi (Unloading): Document FEATURE-unload-function
4065 instead of FEATURE-unload-hook.
4066
2328cbb3
RS
4067 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4068
c066bafa
JL
40692007-10-22 Juri Linkov <juri@jurta.org>
4070
4071 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4072 (High-Level Completion): Document a list of default value strings
4073 in the DEFAULT argument, for which minibuffer functions return the
4074 first element.
4075
65ced25f
JL
40762007-10-17 Juri Linkov <juri@jurta.org>
4077
4078 * text.texi (Filling): Update arguments of fill-paragraph.
4079 fill-paragraph operates on the active region in Transient Mark mode.
4080 Remove fill-paragraph-or-region.
4081
ee46ec8e
KB
40822007-10-13 Karl Berry <karl@gnu.org>
4083
4084 * elisp.texi (@dircategory): Move to after @copying,
4085 since we want @copying as close as possible to the beginning of
4086 the output.
4087
61bbdbc6
RS
40882007-10-12 Richard Stallman <rms@gnu.org>
4089
4090 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4091
4092 * commands.texi (Distinguish Interactive): New node,
4093 broken out from Interactive Call and rewritten.
4094 (Command Loop): Put Distinguish Interactive in menu.
4095
af23e1e8
RS
40962007-10-09 Richard Stallman <rms@gnu.org>
4097
4098 * text.texi (Examining Properties): Mention overlay priority.
4099
4100 * display.texi (Display Margins): Correct the description
4101 of margin display specifications.
4102 (Replacing Specs): New subnode broken out of Display Property.
4103
e1965a69
JL
41042007-10-06 Juri Linkov <juri@jurta.org>
4105
4106 * text.texi (Filling): Document fill-paragraph-or-region.
4107
4638454b
JB
41082007-10-05 Juanma Barranquero <lekktu@gmail.com>
4109
4110 * display.texi (Auto Faces): Fix typo.
4111
7ed54cc5
RS
41122007-10-02 Richard Stallman <rms@gnu.org>
4113
4114 * display.texi (Display Property): Explain some display specs
4115 don't let you move point in.
4116
5dcb4c4e
SM
4117 * frames.texi (Cursor Parameters):
4118 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4119
4120 * windows.texi (Basic Windows): Don't describe
4121 cursor-in-non-selected-windows here.
4122
305a7ef2
EZ
41232007-10-01 Eli Zaretskii <eliz@gnu.org>
4124
4125 * processes.texi (Misc Network): Note that these functions are
4126 supported only on some systems.
4127
f7a7f4eb
RS
41282007-10-01 Richard Stallman <rms@gnu.org>
4129
4130 * display.texi (Overlay Properties): Explain nil as priority.
4131 Explain that conflicts are unpredictable if not resolved by
4132 priorities.
4133
780d7bb9
RS
41342007-09-23 Richard Stallman <rms@gnu.org>
4135
4136 * macros.texi (Backquote): Minor clarification.
4137
14b4fdfb
RS
41382007-09-19 Richard Stallman <rms@gnu.org>
4139
4140 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4141 Clarify when they work in parallel and when one overrides.
4142 Fix error in example.
14b4fdfb 4143
b8d4c8d0
GM
41442007-09-06 Glenn Morris <rgm@gnu.org>
4145
b3e755a9 4146 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4147 commands to use ../../info.
4148 * Makefile.in (infodir): Go up one more level.
4638454b 4149 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4150 (miscmanualdir): New.
4151 (dist): Use new variable miscmanualdir.
4152 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4153 (usermanualdir): Change from ../man to ../emacs.
4154
1bb1f7d3
MR
41552007-08-30 Martin Rudalics <rudalics@gmx.at>
4156
4157 * commands.texi (Command Loop Info): Advise against changing
4158 most variables described here. Explain new variable
4159 last-repeatable-command.
4160
b8d4c8d0
GM
41612007-08-29 Glenn Morris <rgm@gnu.org>
4162
4163 * elisp.texi (EMACSVER): Increase to 23.0.50.
4164
41652007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4166
4167 * frames.texi (Basic Parameters): Add display-environment-variable
4168 and term-environment-variable.
4169
41702007-08-28 Juri Linkov <juri@jurta.org>
4171
4172 * display.texi (Image Formats, Other Image Types): Add SVG.
4173
41742007-08-28 Juri Linkov <juri@jurta.org>
4175
4176 * display.texi (Images): Move formats-related text to new node
4177 "Image Formats".
4178 (Image Formats): New node.
4179
619fb9ee
RS
41802007-08-27 Richard Stallman <rms@gnu.org>
4181
4182 * windows.texi (Window Configurations): Clarify what
4183 a window configuration saves.
4184
b8d4c8d0
GM
41852007-08-25 Richard Stallman <rms@gnu.org>
4186
4187 * display.texi (Images): Delete redundant @findex.
4188
39f9da30
GM
41892007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * text.texi (Change Hooks): (after|before)-change-functions are no
4192 longer bound to nil while running; rather inhibit-modification-hooks
4193 is t.
4194
b8d4c8d0
GM
41952007-08-16 Richard Stallman <rms@gnu.org>
4196
5dcb4c4e
SM
4197 * processes.texi (Asynchronous Processes):
4198 Clarify doc of start-file-process.
b8d4c8d0
GM
4199
42002007-08-08 Martin Rudalics <rudalics@gmx.at>
4201
4202 * modes.texi (Example Major Modes): Fix typo.
4203
42042007-08-08 Glenn Morris <rgm@gnu.org>
4205
4206 * intro.texi (nil and t): Do not use `iff' in documentation.
4207
4208 * tips.texi (Documentation Tips): Recommend against `iff'.
4209
42102007-08-07 Chong Yidong <cyd@stupidchicken.com>
4211
4212 * display.texi (Image Cache): Document image-refresh.
4213
42142007-08-06 Martin Rudalics <rudalics@gmx.at>
4215
4216 * windows.texi (Size of Window): Document window-full-width-p.
4217
42182007-07-25 Glenn Morris <rgm@gnu.org>
4219
4220 * gpl.texi (GPL): Replace license with GPLv3.
4221
4222 * Relicense all FSF files to GPLv3 or later.
4223
42242007-07-24 Michael Albinus <michael.albinus@gmx.de>
4225
4638454b
JB
4226 * processes.texi (Synchronous Processes):
4227 Add `process-file-shell-command'.
b8d4c8d0
GM
4228 (Asynchronous Processes): Mention restricted use of
4229 `process-filter' and `process-sentinel' in
4230 `start-file-process'. Add `start-file-process-shell-command'.
4231
42322007-07-17 Michael Albinus <michael.albinus@gmx.de>
4233
4234 * files.texi (Magic File Names): Introduce optional parameter
4235 IDENTIFICATION for `file-remote-p'.
4236
42372007-07-16 Richard Stallman <rms@gnu.org>
4238
4239 * display.texi (Defining Faces): Fix previous change.
4240
42412007-07-14 Richard Stallman <rms@gnu.org>
4242
4243 * control.texi (Handling Errors): Document `debug' in handler list.
4244
42452007-07-10 Richard Stallman <rms@gnu.org>
4246
4247 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4248
42492007-07-09 Richard Stallman <rms@gnu.org>
4250
4251 * files.texi (Magic File Names): Rewrite previous change.
4252
42532007-07-08 Michael Albinus <michael.albinus@gmx.de>
4254
4255 * files.texi (Magic File Names): Introduce optional parameter
4256 CONNECTED for `file-remote-p'.
4257
42582007-07-07 Michael Albinus <michael.albinus@gmx.de>
4259
4260 * processes.texi (Asynchronous Processes):
4261 * files.texi (Magic File Names): Add `start-file-process'.
4262
42632007-06-27 Richard Stallman <rms@gnu.org>
4264
5dcb4c4e
SM
4265 * files.texi (Format Conversion Piecemeal):
4266 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4267
42682007-06-27 Michael Albinus <michael.albinus@gmx.de>
4269
4638454b
JB
4270 * files.texi (Magic File Names): Remove `dired-call-process'.
4271 Add `process-file'.
b8d4c8d0
GM
4272
42732007-06-27 Kenichi Handa <handa@m17n.org>
4274
4275 * text.texi (Special Properties): Fix description about
4638454b 4276 `composition' property.
b8d4c8d0
GM
4277
42782007-06-26 Kenichi Handa <handa@m17n.org>
4279
4280 * nonascii.texi (Default Coding Systems): Document about the
4281 return value `undecided'.
4282
42832007-06-25 David Kastrup <dak@gnu.org>
4284
4285 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4286 `current-active-maps'.
4287
42882007-06-24 Karl Berry <karl@gnu.org>
4289
4638454b 4290 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4291
42922007-06-15 Juanma Barranquero <lekktu@gmail.com>
4293
4294 * display.texi (Overlay Arrow): Doc fix.
4295
42962007-06-14 Karl Berry <karl@tug.org>
4297
4298 * anti.texi (Antinews): Typo.
4299
43002007-06-14 Chong Yidong <cyd@stupidchicken.com>
4301
4302 * display.texi (Image Cache): Document image-refresh.
4303
43042007-06-12 Karl Berry <karl@gnu.org>
4305
4306 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4307 * two-volume.make: New file.
4308 * .cvsignore: Ignore two-volume files.
4309
43102007-06-12 Tom Tromey <tromey@redhat.com>
4311
4312 * os.texi (Init File): Document user-emacs-directory.
4313
43142007-06-03 Nick Roberts <nickrob@snap.net.nz>
4315
4316 * commands.texi (Click Events): Describe width and height when
4317 object is nil.
4318
43192007-05-30 Nick Roberts <nickrob@snap.net.nz>
4320
5dcb4c4e
SM
4321 * commands.texi (Click Events): Layout more logically.
4322 Describe width and height.
b8d4c8d0
GM
4323 (Drag Events, Motion Events): Update to new format for position.
4324
43252007-06-02 Richard Stallman <rms@gnu.org>
4326
4327 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4328
43292007-06-02 Chong Yidong <cyd@stupidchicken.com>
4330
4331 * Version 22.1 released.
4332
43332007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4334
4335 * text.texi (Special Properties): Correct meaning of fontified face.
4336
43372007-05-30 Richard Stallman <rms@gnu.org>
4338
4339 * text.texi (Special Properties): Add link to Adjusting Point.
4340
43412007-05-12 Richard Stallman <rms@gnu.org>
4342
4343 * text.texi (Margins): indent-to-left-margin is not the default.
4344 (Mode-Specific Indent): For indent-line-function, the default
4345 is indent-relative.
4346
4347 * modes.texi (Example Major Modes): Explain last line of text-mode
4348 is redundant.
4349
43502007-05-10 Richard Stallman <rms@gnu.org>
4351
4352 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4353
4354 * help.texi (Keys in Documentation): Add reference to
4355 Documentation Tips.
4356
4357 * files.texi (Format Conversion): TO-FN gets three arguments.
4358
4359 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4360
43612007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4362
4363 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4364 * files.texi (Format Conversion): Expand intro; add menu.
4365 (Format Conversion Overview, Format Conversion Round-Trip)
4366 (Format Conversion Piecemeal): New nodes/subsections.
4367 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4368 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4369 (Saving Properties): Delete node/subsection.
4370
43712007-05-07 Karl Berry <karl@gnu.org>
4372
4373 * elisp.texi (EMACSVER): Back to 22.
4374
43752007-05-06 Richard Stallman <rms@gnu.org>
4376
4377 * processes.texi (Accepting Output): Revert most of previous change.
4378
43792007-05-05 Richard Stallman <rms@gnu.org>
4380
4381 * processes.texi (Accepting Output): accept-process-output
4382 uses microseconds, not milliseconds. But that arg is obsolete.
4383
43842007-05-04 Karl Berry <karl@tug.org>
4385
4386 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4387
43882007-05-04 Eli Zaretskii <eliz@gnu.org>
4389
4390 * tips.texi (Documentation Tips): Rearrange items to place the
4391 more important ones first. Add an index entry for hyperlinks.
4392
43932007-05-03 Karl Berry <karl@gnu.org>
4394
4395 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4396 (EMACSVER) [smallbook]: 22 for printed version.
4397
4398 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4399 so restore anchor to normal position after defun. Found by Kevin Ryde.
4400
44012007-04-26 Glenn Morris <rgm@gnu.org>
4402
4403 * elisp.texi (EMACSVER): Increase to 22.1.50.
4404
44052007-04-28 Karl Berry <karl@gnu.org>
4406
4407 * elisp.texi: Improve line breaks on copyright page,
4408 similar layout to emacs manual, 8.5x11 by default.
4409
44102007-04-24 Richard Stallman <rms@gnu.org>
4411
4412 * text.texi (Special Properties): Add xref to Overlay Properties.
4413
4414 * display.texi (Overlay Properties): Add xref to Special Properties.
4415
44162007-04-22 Richard Stallman <rms@gnu.org>
4417
4418 * keymaps.texi (Extended Menu Items): Move the info about
4419 format with cached keyboard binding.
4420
44212007-04-21 Richard Stallman <rms@gnu.org>
4422
4423 * text.texi (Special Properties): Clarify previous change.
4424
4425 * files.texi (File Name Expansion): Clarify previous change.
4426
4427 * display.texi (Attribute Functions): Fix example for
4428 face-attribute-relative-p.
4429
44302007-04-19 Kenichi Handa <handa@m17n.org>
4431
4432 * text.texi (Special Properties): Document composition property.
4433
44342007-04-19 Glenn Morris <rgm@gnu.org>
4435
4436 * files.texi (File Name Expansion): Mention "superroot".
4437
44382007-04-15 Chong Yidong <cyd@stupidchicken.com>
4439
4440 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4441 setups.
4442 (Display Feature Testing): Note that display refers to all
4443 physical monitors for multi-monitor setups.
4444
44452007-04-14 Richard Stallman <rms@gnu.org>
4446
4447 * lists.texi (Sets And Lists): Clarify `delete' examples.
4448 Remove spurious xref to same node.
4449 Clarify xref for add-to-list.
4450
44512007-04-12 Nick Roberts <nickrob@snap.net.nz>
4452
4453 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4454 value of lisp-mode-map.
4455
44562007-04-11 Karl Berry <karl@gnu.org>
4457
4458 * anti.texi (Antinews):
4459 * display.texi (Overlay Properties, Defining Images):
4460 * processes.texi (Synchronous Processes, Sentinels):
4461 * syntax.texi (Syntax Table Internals):
4462 * searching.texi (Regexp Special):
4463 * nonascii.texi (Default Coding Systems):
4464 * text.texi (Special Properties):
4465 * minibuf.texi (Basic Completion): Wording to improve breaks in
4466 8.5x11 format.
4467 * elisp.texi (smallbook): New @set to more easily switch between
4468 smallbook and 8.5x11.
4469
44702007-04-11 Richard Stallman <rms@gnu.org>
4471
4472 * text.texi (Lazy Properties): Minor fix.
4473
44742007-04-08 Karl Berry <karl@gnu.org>
4475
4476 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4477 * macros.texi (Backquote): Downcase Backquote in index entries for
4478 consistency.
4479
44802007-04-08 Richard Stallman <rms@gnu.org>
4481
4482 * text.texi (Adaptive Fill): Just describe default,
4483 don't show it (since it contains non-ASCII chars).
4484
44852007-04-07 Karl Berry <karl@gnu.org>
4486
4487 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4488 adaptive-fill-regexp's value, since they are not in the standard
4489 TeX fonts.
4490
44912007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4492
4493 * display.texi (Defining Faces): Fix example.
4494
44952007-04-07 Karl Berry <karl@gnu.org>
4496
4497 * display.texi (Button Buffer Commands): Improve page break.
4498
44992007-04-07 Richard Stallman <rms@gnu.org>
4500
4501 * advice.texi (Activation of Advice): Remove redundant index entry.
4502
4503 * backups.texi: Improve index entries. Remove redundant ones.
4504
4505 * compile.texi (Byte Compilation): Improve index entry.
4506
4507 * hash.texi (Creating Hash): Improve index entry.
4508
4509 * symbols.texi (Definitions): Improve index entry.
4510
4511 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4512
4513 * maps.texi (Standard Keymaps): Remove useless index entry.
4514
4515 * help.texi (Documentation Basics): Remove redundant index entries.
4516
4517 * customize.texi: Improve index entries.
4518 Remove redundant/useless ones.
4519
4520 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4521
4522 * streams.texi (Output Variables): Improve index entry.
4523
4524 * abbrevs.texi (Abbrevs): Remove useless index entry.
4525
4526 * macros.texi (Expansion): Remove useless index entry.
4527
4528 * text.texi: Improve index entries. Remove redundant/useless ones.
4529 (Text Properties, Examining Properties)
4530 (Special Properties): Use "property category" instead of "category"
4531 to refer to the `category' property.
4532
4533 * positions.texi: Improve index entries. Remove useless one.
4534
4535 * lists.texi: Improve index entries. Remove redundant/useless ones.
4536
4537 * os.texi: Improve index entries.
4538 (Timers): Fix previous change.
4539
4540 * buffers.texi: Improve index entries.
4541 (Modification Time): Get rid of term "obsolete buffer".
4542
4543 * debugging.texi: Improve index entries.
4544 (Test Coverage): Add xref to other test coverage ftr.
4545
4546 * eval.texi: Improve index entry. Remove redundant ones.
4547
4548 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4549
4550 * files.texi: Improve index entries. Remove redundant/useless ones.
4551
4552 * objects.texi: Improve index entries.
4553
4554 * processes.texi: Improve index entries.
4555
4556 * modes.texi: Improve index entry. Remove redundant one.
4557
4558 * nonascii.texi: Improve index entries.
4559
4560 * internals.texi: Improve index entries.
4561
4562 * syntax.texi: Improve index entries.
4563
4564 * keymaps.texi (Active Keymaps): Improve index entries.
4565
4566 * commands.texi: Improve index entries. Remove redundant/useless ones.
4567
4568 * frames.texi: Improve index entries. Remove redundant/useless ones.
4569
4570 * markers.texi: Improve index entries. Remove redundant ones.
4571
4572 * tips.texi: Improve index entries.
4573
4574 * loading.texi (Unloading): Improve index entry.
4575
4576 * variables.texi: Improve index entries. Remove redundant one.
4577
4578 * sequences.texi: Improve index entry.
4579
4580 * display.texi: Improve index entries. Remove redundant ones.
4581
4582 * windows.texi: Improve index entries.
4583
4584 * searching.texi: Improve index entries. Remove redundant one.
4585
4586 * strings.texi (Case Tables): Improve last change.
4587
45882007-04-04 Chong Yidong <cyd@stupidchicken.com>
4589
4590 * strings.texi (Case Tables): Document with-case-table and
4591 ascii-case-table.
4592
45932007-04-03 Karl Berry <karl@gnu.org>
4594
4595 * processes.texi (Network): Reword to improve page break.
4596
45972007-04-03 Eli Zaretskii <eliz@gnu.org>
4598
4599 * functions.texi (Inline Functions): Describe more disadvantages
4600 of defsubst, and make advice against it stronger.
4601
46022007-04-02 Karl Berry <karl@gnu.org>
4603
4604 * backups.texi (Backup Names): Avoid widow words.
4605 * modes.texi (Example Major Modes): Align last comment.
4606
46072007-04-01 Chong Yidong <cyd@stupidchicken.com>
4608
4609 * keymaps.texi (Remapping Commands): Document new arg to
4610 command-remapping.
4611
46122007-04-01 Karl Berry <karl@gnu.org>
4613
4614 * processes.texi (Low-Level Network): Typo.
4615 * loading.texi (Hooks for Loading): Avoid double "the".
4616 * keymaps.texi (Key Sequences): No double "and".
4617 (Changing Key Bindings): Shorten to improve line break.
4618
46192007-03-31 Glenn Morris <rgm@gnu.org>
4620
4621 * os.texi (Timers): Fix description of run-at-time TIME formats.
4622
46232007-03-31 Richard Stallman <rms@gnu.org>
4624
4625 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4626 regarding ellipsis.
4627
46282007-03-31 Eli Zaretskii <eliz@gnu.org>
4629
4630 * intro.texi (nil and t):
4631 * symbols.texi (Plists and Alists):
4632 * variables.texi (Variable Aliases, Constant Variables):
4633 * functions.texi (Defining Functions):
4634 * advice.texi (Advising Primitives):
4635 * debugging.texi (Syntax Errors, Compilation Errors):
4636 * minibuf.texi (Minibuffer Windows):
4637 * commands.texi (Adjusting Point):
4638 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4639 (Auto Major Mode, Major Mode Conventions):
4640 * help.texi (Describing Characters):
4641 * files.texi (Create/Delete Dirs, Information about Files)
4642 (File Locks, Writing to Files, Reading from Files)
4643 (Saving Buffers):
4644 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4645 * frames.texi (Finding All Frames):
4646 * positions.texi (Buffer End, Motion):
4647 * markers.texi (The Region):
4648 * text.texi (Deletion, Near Point):
4649 * display.texi (Displaying Messages, Truncation):
4650 * os.texi (Processor Run Time):
4651 * tips.texi (Key Binding Conventions, Programming Tips)
4652 (Warning Tips, Documentation Tips, Comment Tips):
4653 * internals.texi (Memory Usage): Improve indexing.
4654
4655 * variables.texi (Frame-Local Variables):
4656 * functions.texi (Argument List):
4657 * loading.texi (Library Search):
4658 * streams.texi (Output Variables):
4659 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4660 * searching.texi (Replacing Match, Search and Replace):
4661 * processes.texi (Byte Packing, Decoding Output)
4662 (Accepting Output, Network Servers, Shell Arguments):
4663 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4664 * windows.texi (Window Point, Window Start):
4665 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4666 * commands.texi (Reading Input, Keyboard Events):
4667 * minibuf.texi (Reading File Names, Minibuffer Completion)
4668 (Recursive Mini):
4669 * positions.texi (List Motion):
4670 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4671 * numbers.texi (Arithmetic Operations, Math Functions)
4672 (Predicates on Numbers, Comparison of Numbers):
4673 (Numeric Conversions):
4674 * locals.texi (Standard Buffer-Local Variables):
4675 * maps.texi (Standard Keymaps):
4676 * os.texi (User Identification, System Environment, Recording Input)
4677 (X11 Keysyms):
4678 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4679 * backups.texi (Backups and Auto-Saving):
4680 * customize.texi (Customization, Group Definitions)
4681 (Variable Definitions):
4682 * compile.texi (Byte Compilation): Improve index entries.
4683
46842007-03-31 Karl Berry <karl@gnu.org>
4685
4686 * macros.texi (Defining Macros): Avoid widow syllable.
4687
46882007-03-31 Eli Zaretskii <eliz@gnu.org>
4689
4690 * elisp.texi (Top): Postscript -> PostScript.
4691
4692 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4693
46942007-03-31 Markus Triska <markus.triska@gmx.at>
4695
4696 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4697
46982007-03-30 Karl Berry <karl@gnu.org>
4699
4700 * lists.texi (List-related Predicates): Remove spurious @need.
4701 (Setcdr): Use @smallexample to improve page break.
4702 (Association Lists) <assoc>: Reword to improve page break.
4703
4704 * strings.texi (String Conversion): Insert blank line to improve
4705 page break.
4706
4707 * numbers.texi (Random Numbers): Use @minus{}.
4708 (Math Functions): Use @minus{}.
4709
4710 * intro.texi (Acknowledgements): Avoid line breaks before middle
4711 initials.
4712
47132007-03-24 Eli Zaretskii <eliz@gnu.org>
4714
4715 * errors.texi (Standard Errors): Add an index entry.
4716
47172007-03-19 Richard Stallman <rms@gnu.org>
4718
4719 * os.texi (Recording Input): recent-keys now gives 300 keys.
4720
47212007-03-12 Glenn Morris <rgm@gnu.org>
4722
4723 * os.texi: Replace "daylight savings" with "daylight saving"
4724 throughout.
4725
47262007-03-05 Richard Stallman <rms@gnu.org>
4727
5dcb4c4e
SM
4728 * variables.texi (File Local Variables):
4729 Update enable-local-variables values.
b8d4c8d0
GM
4730
47312007-03-04 Richard Stallman <rms@gnu.org>
4732
4733 * syntax.texi (Control Parsing): Minor clarification.
4734
4735 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4736
4737 * sequences.texi (Sequence Functions): Move string-bytes away,
4738 add xref.
4739
4740 * nonascii.texi (Text Representations): Move string-bytes here.
4741
4742 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4743
4744 * minibuf.texi (Basic Completion): Minor clarification.
4745
4746 * markers.texi (The Mark): Clarify existence vs activation of mark.
4747 Other cleanup.
4748
4749 * display.texi (Finding Overlays): Write better example.
4750
4751 * compile.texi (Eval During Compile): Clarify putting macros
4752 in eval-when-compile.
4753
c5602427 47542007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4755
4756 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4757 load-read-function definition doc.
b8d4c8d0
GM
4758
47592007-02-21 Kim F. Storm <storm@cua.dk>
4760
4761 * strings.texi (Text Comparison): Mention that assoc-string
4762 converts symbols to strings before testing.
4763
47642007-02-17 Kim F. Storm <storm@cua.dk>
4765
4766 * processes.texi (Bindat Spec): Vector types can have optional
4767 element type.
4768 (Bindat Examples): Fix example. Add vector with element type.
4769
47702007-02-16 Andreas Schwab <schwab@suse.de>
4771
4772 * strings.texi (Formatting Strings): Document '+' flag.
4773
47742007-02-15 Juanma Barranquero <lekktu@gmail.com>
4775
4776 * strings.texi (Modifying Strings): Clarify that `clear-string'
4777 always converts the string to unibyte.
4778
47792007-02-14 Kim F. Storm <storm@cua.dk>
4780
4781 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4782 Rewrite glyph code description to refer to these functions.
4783 Remove details of encoding face number and char into integer code.
4784
47852007-02-03 Alan Mackenzie <acm@muc.de>
4786
4787 * loading.texi (Hooks for Loading): Make the description of
4788 `eval-after-load' more detailed, and amend the description of
4789 after-load-alist, in accordance with changes from 2006-05.
4790
47912007-02-03 Chong Yidong <cyd@stupidchicken.com>
4792
4793 * modes.texi (Defining Minor Modes): Document that a :require
4794 keyword or similar may be required to make saved customization
4795 variables work.
4796
47972007-02-03 Eli Zaretskii <eliz@gnu.org>
4798
4799 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4800 Texinfo guidelines and with what texnfo-upd.el expects.
4801 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4802 parts needed by `texinfo-multiple-files-update'.
4803
48042007-02-02 Eli Zaretskii <eliz@gnu.org>
4805
4806 * elisp.texi (Top): Update the top-level menus.
4807
4808 * syntax.texi (Categories): Add index entries.
4809
48102007-02-01 Juanma Barranquero <lekktu@gmail.com>
4811
4812 * display.texi (Attribute Functions): Fix name and description of
4813 the UNDERLINE arg of `set-face-underline-p'.
4814
48152007-01-29 Eli Zaretskii <eliz@gnu.org>
4816
4817 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4818 Variables", and "Standard Keymaps" to the detailed menu.
4819
4820 * variables.texi (Future Local Variables): Add index entry.
4821
48222007-01-28 Richard Stallman <rms@gnu.org>
4823
4824 * tips.texi (Coding Conventions): Clarify the tip about macros
4825 that define a function or a variable.
4826
4827 * files.texi (File Attributes): UID and GID can be floats.
4828 (Magic File Names): Explain why deferring all operations to
4829 the standard handler does not work.
4830
48312007-01-23 Martin Rudalics <rudalics@gmx.at>
4832
4833 * backups.texi (Reverting): Use "buffer" instead of "file"
4834 when talking about major and minor modes.
4835
48362007-01-21 Richard Stallman <rms@gnu.org>
4837
4838 * help.texi (Documentation): Add xref to Documentation Tips.
4839
48402007-01-14 Juanma Barranquero <lekktu@gmail.com>
4841
4842 * tips.texi (Coding Conventions): Fix typos.
4843
48442007-01-05 Richard Stallman <rms@gnu.org>
4845
4846 * modes.texi (Defining Minor Modes): Fix previous change.
4847
48482007-01-03 Richard Stallman <rms@gnu.org>
4849
4850 * customize.texi (Variable Definitions, Customization Types):
4851 Don't use * in doc string for defcustom.
4852
48532007-01-02 Richard Stallman <rms@gnu.org>
4854
4855 * variables.texi (Variable Aliases): Clarify that aliases vars
4856 always have the same value.
4857
4858 * processes.texi (Bindat Spec): Fix Texinfo usage.
4859
4860 * modes.texi (Defining Minor Modes): Explain effect of command
4861 defined with define-global-minor-mode on new buffers.
4862
48632006-12-30 Kim F. Storm <storm@cua.dk>
4864
4865 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4866 `auto-resize-tool-bars'.
4867
48682006-12-30 Richard Stallman <rms@gnu.org>
4869
4870 * keymaps.texi (Active Keymaps): Fix previous change.
4871
48722006-12-30 Nick Roberts <nickrob@snap.net.nz>
4873
4874 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4875
48762006-12-30 Kim F. Storm <storm@cua.dk>
4877
4878 * processes.texi (Bindat Spec): Clarify using field names in
4879 length specifications.
4880
48812006-12-29 Kim F. Storm <storm@cua.dk>
4882
4883 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4884 Add count and index variables for eval forms in repeat blocks.
4885
48862006-12-24 Richard Stallman <rms@gnu.org>
4887
5dcb4c4e
SM
4888 * customize.texi (Variable Definitions):
4889 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4890
48912006-12-19 Kim F. Storm <storm@cua.dk>
4892
4893 * commands.texi (Misc Events): User signals now result in sigusr1
4894 and sigusr2 events which are handled through special-event-map.
4895 (Special Events): User signals and drag-n-drop are special.
4896
48972006-12-17 Richard Stallman <rms@gnu.org>
4898
4899 * loading.texi (Named Features): Explain subfeatures better.
4900
4901 * customize.texi: Use "option" only for user options.
4902 For the keyword values inside defcustom etc, say "keywords".
4903 For :options value's elements, say "elements".
4904 :group should not be omitted.
4905
4906 * syntax.texi (Parsing Expressions): Split up node.
4907 (Motion via Parsing, Position Parse, Parser State)
4908 (Low-Level Parsing, Control Parsing): New subnodes.
4909 (Parser State): Document syntax-ppss-toplevel-pos.
4910
4911 * positions.texi (List Motion): Punctuation fix.
4912
4913 * files.texi (File Name Completion): Document PREDICATE arg
4914 to file-name-completion.
4915
49162006-12-16 Eli Zaretskii <eliz@gnu.org>
4917
4918 * internals.texi (Building Emacs, Writing Emacs Primitives):
4919 Add index entries.
4920
49212006-12-11 Richard Stallman <rms@gnu.org>
4922
4923 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4924 affects face menu. Explain how to make it non-nil without enabling
4925 any fontification.
4926
49272006-12-10 Chong Yidong <cyd@stupidchicken.com>
4928
4929 * modes.texi (Font Lock Basics): Document nil value of
4930 font-lock-defaults.
4931
49322006-12-10 Glenn Morris <rgm@gnu.org>
4933
4934 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4935 value for system-flag argument. Abbrev tables may not be empty
4936 when major modes are loaded.
4937
49382006-12-08 Juanma Barranquero <lekktu@gmail.com>
4939
4940 * makefile.w32-in (maintainer-clean): Partially revert last
4941 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4942 to protect elisp-covers.texi.
4943
49442006-12-07 Juanma Barranquero <lekktu@gmail.com>
4945
4946 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4947 Don't remove elisp* info files; they are already deleted by the
4948 `clean' and `distclean' targets, and they are in the $(infodir)
4949 directory, not the current one.
4950
49512006-12-04 Kim F. Storm <storm@cua.dk>
4952
4953 * commands.texi (Misc Events): Update signal events.
4954 (Event Examples): Add signal example.
4955
49562006-11-29 Richard Stallman <rms@gnu.org>
4957
4958 * frames.texi (Visibility of Frames): Explain visible windows
4959 can be covered by others. Add xref for raise-frame.
4960
49612006-11-28 Richard Stallman <rms@gnu.org>
4962
4963 * searching.texi (Regexp Special): Update when ^ is special.
4964
49652006-11-27 Eli Zaretskii <eliz@gnu.org>
4966
4967 * customize.texi (Customization, Common Keywords)
4968 (Group Definitions, Variable Definitions, Composite Types)
4969 (Type Keywords, Customization Types): Add index entries for
4970 various customization keywords.
4971
49722006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4973
4974 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4975
c8763fb6 49762006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4977
4978 * frames.texi (Window System Selections): Remove clipboard from
4979 description of selection-coding-system.
4980
49812006-11-06 Richard Stallman <rms@gnu.org>
4982
4983 * lists.texi (List Variables): Document COMPARE-FN.
4984
4985 * keymaps.texi: Avoid use of "binding" to mean a relation;
4986 use it only to refer to the meaning associated with a key.
4987 (Keymaps): Change menu node description.
4988
4989 * elisp.texi (Top): Change menu node description.
4990
4991 * display.texi (Managing Overlays): Document overlay-recenter.
4992
49932006-10-29 Chong Yidong <cyd@stupidchicken.com>
4994
4995 * Makefile.in: Use relative paths to avoid advertising filesystem
4996 contents during compilation.
4997
49982006-10-23 Kim F. Storm <storm@cua.dk>
4999
5000 * commands.texi (Event Input Misc): Update unread-command-events.
5001
50022006-10-23 Nick Roberts <nickrob@snap.net.nz>
5003
5004 * lists.texi (Sets And Lists): Fix typos.
5005
50062006-10-18 Juanma Barranquero <lekktu@gmail.com>
5007
5008 * control.texi (Processing of Errors): Use @var for an argument,
5009 not @code.
5010
50112006-10-16 Richard Stallman <rms@gnu.org>
5012
5013 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5014
5015 * keymaps.texi (Format of Keymaps): Show all the keymap element
5016 patterns that result from menu items.
5017 (Key Lookup): Minor cleanups.
5018
5019 * modes.texi (Precalculated Fontification): Don't say that
5020 not setting font-lock-defaults avoids loading font-lock.
5021
5022 * help.texi (Documentation): Move xref to Emacs Manual here.
5023 (Documentation Basics): From here.
5024 Also doc emacs-lisp-docstring-fill-column.
5025
5026 * elisp.texi: Update version and ISBN.
5027
5028 * commands.texi (Interactive Call): Clarify KEYS arg to
5029 call-interactively is a vector.
5030 (Command Loop Info): Delete anchor in this-command-keys.
5031 Add anchor in this-command-keys-vector.
5032 (Recursive Editing): Document how recursive-edit
5033 handles the current buffer.
5034
50352006-10-13 Chong Yidong <cyd@stupidchicken.com>
5036
5037 * frames.texi (Frame Titles): %c and %l are ignored in
5038 frame-title-format.
5039
50402006-10-11 Richard Stallman <rms@gnu.org>
5041
5042 * keymaps.texi (Key Sequences): Clarify use of kbd.
5043
50442006-10-10 Kim F. Storm <storm@cua.dk>
5045
5046 * lists.texi (Sets And Lists): Add memql.
5047
50482006-10-03 Richard Stallman <rms@gnu.org>
5049
5050 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5051 Clarify :ascii: and :nonascii:.
5052
50532006-09-29 Juri Linkov <juri@jurta.org>
5054
5055 * modes.texi (%-Constructs): Reorder coding systems in the
5056 documentation of %z to the real order displayed in the modeline.
5057
50582006-09-25 Richard Stallman <rms@gnu.org>
5059
5060 * os.texi (Timers): Describe timer-max-repeats.
5061
50622006-09-25 Chong Yidong <cyd@stupidchicken.com>
5063
5064 * os.texi (Timers): Mention with-local-quit.
5065
50662006-09-24 Richard Stallman <rms@gnu.org>
5067
5068 * searching.texi (Searching and Matching): Mention property search.
5069
5070 * commands.texi (Command Loop Info): Explain how read-event affects
5071 this-command-keys.
5072
50732006-09-20 Richard Stallman <rms@gnu.org>
5074
5075 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5076
5077 * windows.texi (Window Start): Minor cleanups.
5078
50792006-09-20 Kim F. Storm <storm@cua.dk>
5080
5081 * windows.texi (Window Start): pos-visible-in-window-p allows
5082 specifying t for position to mean "end of window".
5083 Add window-line-height.
5084
5085 * anti.texi (Antinews): Mention window-line-height.
5086
50872006-09-19 David Kastrup <dak@gnu.org>
5088
5089 * keymaps.texi (Searching Keymaps): Small clarification.
5090
50912006-09-18 Richard Stallman <rms@gnu.org>
5092
5093 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5094 cause keyboard menus.
5095 (Menu Keymaps): Likewise.
5096 (Defining Menus, Keyboard Menus): Clarify.
5097
5098 * text.texi (Fields): Clarify explanation of constrain-to-field.
5099
51002006-09-16 Eli Zaretskii <eliz@gnu.org>
5101
5102 * variables.texi (Tips for Defining): Fix a typo.
5103
51042006-09-15 Richard Stallman <rms@gnu.org>
5105
5106 * keymaps.texi (Remapping Commands, Searching Keymaps)
5107 (Active Keymaps): Clean up previous change.
5108
51092006-09-15 Jay Belanger <belanger@truman.edu>
5110
5111 * gpl.texi: Replace "Library Public License" by "Lesser Public
5112 License" throughout.
5113
51142006-09-15 David Kastrup <dak@gnu.org>
5115
5116 * keymaps.texi (Active Keymaps): Adapt description to use
5117 `get-char-property' instead `get-text-property'. Explain how
5118 mouse events change this. Explain the new optional argument of
5119 `key-binding' and its mouse-dependent lookup.
5120 (Searching Keymaps): Adapt description similarly.
5121 (Remapping Commands): Explain the new optional argument of
5122 `command-remapping'.
5123
51242006-09-14 Richard Stallman <rms@gnu.org>
5125
5126 * keymaps.texi (Searching Keymaps): Clarification.
5127 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5128
51292006-09-13 Richard Stallman <rms@gnu.org>
5130
5131 * objects.texi (Character Type): Node split.
5132 Add xref to Describing Characters.
5133 (Basic Char Syntax, General Escape Syntax)
5134 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5135
51362006-09-11 Richard Stallman <rms@gnu.org>
5137
5138 * display.texi (Display Table Format): Wording clarification.
5139 (Glyphs): Clarifications.
5140
51412006-09-10 Chong Yidong <cyd@stupidchicken.com>
5142
5143 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5144 local maps.
5145
51462006-09-10 Kim F. Storm <storm@cua.dk>
5147
5148 * display.texi (Forcing Redisplay): Document return value of
5149 function redisplay.
5150
51512006-09-09 Richard Stallman <rms@gnu.org>
5152
5153 * windows.texi (Window Hooks): Explain limits of
5154 window-scroll-functions.
5155
5156 * display.texi (Fringe Indicators): Update for last change in
5157 indicate-buffer-boundaries.
5158
51592006-09-08 Richard Stallman <rms@gnu.org>
5160
5161 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5162
51632006-09-06 Kim F. Storm <storm@cua.dk>
5164
5165 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5166
5167 * windows.texi (Window Start): Update pos-visible-in-window-p.
5168
51692006-09-04 Richard Stallman <rms@gnu.org>
5170
5171 * processes.texi (Accepting Output): Explain SECONDS=0 for
5172 accept-process-output.
5173
5174 * os.texi (Idle Timers): Explain why timer functions should not
5175 loop until (input-pending-p).
5176
51772006-09-02 Eli Zaretskii <eliz@gnu.org>
5178
5179 * makefile.w32-in (usermanualdir): New variable.
5180 (elisp.dvi): Use it.
5181
51822006-09-01 Eli Zaretskii <eliz@gnu.org>
5183
5184 * buffers.texi (Buffer Modification): Fix last change.
5185
51862006-09-01 Chong Yidong <cyd@stupidchicken.com>
5187
5dcb4c4e
SM
5188 * buffers.texi (Buffer Modification):
5189 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5190
51912006-08-31 Richard Stallman <rms@gnu.org>
5192
5193 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5194
51952006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5196
5197 * modes.texi (Syntactic Font Lock):
5198 Mention font-lock-syntactic-face-function
5199 instead of specific faces.
5200
52012006-08-29 Chong Yidong <cyd@stupidchicken.com>
5202
5203 * display.texi (Images): Add xrref to display-images-p.
5204
52052006-08-28 Kenichi Handa <handa@m17n.org>
5206
5207 * nonascii.texi (Lisp and Coding Systems): Fix description of
5208 detect-coding-region.
5209
52102006-08-27 Michael Olson <mwolson@gnu.org>
5211
5212 * processes.texi (Transaction Queues): Remove stray quote
5213 character.
5214
52152006-08-25 Richard Stallman <rms@gnu.org>
5216
5217 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5218 Add xref.
5219
52202006-08-24 Chong Yidong <cyd@stupidchicken.com>
5221
5222 * os.texi (Timers): Avoid waiting inside timers.
5223
52242006-08-21 Lute Kamstra <lute@gnu.org>
5225
5226 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5227
52282006-08-20 Richard Stallman <rms@gnu.org>
5229
5230 * os.texi (Idle Timers): New node, split out from Timers.
5231 Document current-idle-time.
5232 * commands.texi (Reading One Event): Update xref.
5233 * elisp.texi (Top): Update subnode menu.
5234
52352006-08-16 Richard Stallman <rms@gnu.org>
5236
5237 * keymaps.texi (Extended Menu Items): Show format of cached
5238 bindings in extended menu items.
5239
5240 * customize.texi (Variable Definitions): Explain when the
5241 standard value expression is evaluated.
5242
52432006-08-15 Chong Yidong <cyd@stupidchicken.com>
5244
5245 * commands.texi (Reading One Event): Explain idleness in
5246 `read-event'.
5247
52482006-08-12 Chong Yidong <cyd@stupidchicken.com>
5249
5250 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5251 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5252 relevant for Lisp programming.
5253 (Yank Commands): Rewrite introduction.
5254 (Undo): Clarify.
5255 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5256 (Filling): Remove redundant comment. Clarify return value of
5257 current-justification.
5258 (Margins): Minor clarifications.
5259 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5260 (Sorting): Update definition of sort-lines.
5261 (Columns): Clarify behavior of sort-columns.
5262 (Indent Tabs): Link to Tab Stops in Emacs manual.
5263 (Special Properties): Clarify.
5264 (Clickable Text): Mention Buttons package.
5265
52662006-08-12 Kevin Ryde <user42@zip.com.au>
5267
5268 * os.texi (Time Parsing): Add %z to description of
5269 format-time-string, as per docstring. Add cross reference to
5270 glibc manual for strftime.
5271
52722006-08-08 Richard Stallman <rms@gnu.org>
5273
5274 * modes.texi: Clean up wording in previous change.
5275
52762006-08-07 Chong Yidong <cyd@stupidchicken.com>
5277
5278 * modes.texi (Hooks): Clarify.
5279 (Major Mode Basics): Mention define-derived-mode explicitly.
5280 (Major Mode Conventions): Rebinding RET is OK for some modes.
5281 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5282 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5283 (Mode Line Basics): Clarify.
5284 (Mode Line Data): Mention help-echo and local-map in strings.
5285 Explain reason for treatment of non-risky variables.
5286 (Properties in Mode): Clarify.
5287 (Faces for Font Lock): Add font-lock-negation-char-face.
5288
52892006-08-04 Eli Zaretskii <eliz@gnu.org>
5290
5291 * strings.texi (Formatting Strings): Warn against arbitrary
5292 strings as first arg to `format'.
5293
52942006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5295
5296 * text.texi (Clickable Text): Mention `help-echo' text property.
5297 Update intro, examples and associated explanations.
5298
52992006-07-31 Richard Stallman <rms@gnu.org>
5300
5301 * commands.texi: Update xrefs.
5302 (Event Mod): New node, cut out from old Translating Input.
5303
5304 * maps.texi: Update xrefs.
5305
5306 * keymaps.texi (Translation Keymaps): New node.
5307 Update xrefs from Translating Input to Translation Keymaps.
5308
5309 * elisp.texi (Top): Update subnode menu.
5310
5311 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5312
5313 * os.texi (System Interface): Fix menu descriptions of some nodes.
5314 (Translating Input): Node deleted.
5315
53162006-07-31 Nick Roberts <nickrob@snap.net.nz>
5317
5318 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5319
5320 * lists.texi (Sets And Lists): Likewise.
5321
53222006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5323
5324 * text.texi (Fields): Mention POS
5325 requirement when narrowing is in effect.
5326
53272006-07-28 Richard Stallman <rms@gnu.org>
5328
5329 * display.texi (Face Attributes): Simplify wording.
5330 (Attribute Functions): Clarify meaning of new-frame default
5331 attribute settings.
5332
5333 * customize.texi (Common Keywords): Document how to use
5334 :package-version in a package not in Emacs.
5335
53362006-07-28 Kim F. Storm <storm@cua.dk>
5337
5338 * commands.texi (Reading One Event): Fix last change.
5339
53402006-07-26 Chong Yidong <cyd@stupidchicken.com>
5341
5342 * commands.texi (Reading One Event): Document SECONDS argument for
5343 read-event, read-char, and read-char-exclusive.
5344
53452006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5346
5347 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5348 to ensure correct identification.
5349
53502006-07-24 Richard Stallman <rms@gnu.org>
5351
5352 * text.texi (Clickable Text): Clarify.
5353
5354 * sequences.texi (Vector Functions): Delete duplicate xref.
5355
5356 * objects.texi (Function Type): Clarify.
5357
5358 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5359 modes.
5360
5361 * lists.texi (List Variables): New node.
5362 Material moved from other nodes.
5363
5364 * variables.texi (Setting Variables): add-to-list and
5365 add-to-ordered-list moved to List Variables node.
5366
53672006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5368
5369 * text.texi (Links and Mouse-1):
5370 For mouse-on-link-p, expand on arg POS.
5371
53722006-07-21 Kim F. Storm <storm@cua.dk>
5373
5374 * display.texi (Forcing Redisplay): Don't mention systems which
5375 don't support sub-second timers for redisplay-preemption-period.
5376
5377 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5378
53792006-07-21 Eli Zaretskii <eliz@gnu.org>
5380
5381 * frames.texi (Input Focus): Document that focus-follows-mouse has
5382 no effect on MS-Windows.
5383
53842006-07-18 Richard Stallman <rms@gnu.org>
5385
5386 * display.texi (Forcing Redisplay): Cleanups in previous change.
5387
5388 * processes.texi (Low-Level Network): Make menu more convenient.
5389
53902006-07-18 Kim F. Storm <storm@cua.dk>
5391
5392 * display.texi (Forcing Redisplay): redisplay-preemption-period
5393 only used on window systems. Add xref to Terminal Output.
5394
5395 * os.texi (Terminal Output): baud-rate only controls preemption on
5396 non-window systems. Add xref to Forcing Redisplay.
5397
5398 * processes.texi (Low-Level Network): Rename node "Make Network"
5399 to "Network Processes".
5400
54012006-07-18 Karl Berry <karl@gnu.org>
5402
5403 * variables.texi, functions.texi, customize.texi, loading.texi:
5404 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5405
54062006-07-17 Chong Yidong <cyd@stupidchicken.com>
5407
5408 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5409
54102006-07-17 Richard Stallman <rms@gnu.org>
5411
5412 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5413 Put period and comma inside quotes.
5414
5415 * loading.texi, markers.texi: Use real doublequote inside menus.
5416
5417 * windows.texi: Put point and comma inside quotes.
5418 (Textual Scrolling): Use @samp for error message.
5419
5420 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5421 * strings.texi, streams.texi, processes.texi, os.texi:
5422 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5423 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5424 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5425 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5426 Put point and comma inside quotes.
5427
5428 * control.texi (Processing of Errors): Add command-error-function.
5429
5430 * variables.texi (File Local Variables): Clarify that
5431 file local variables make buffer-local bindings.
5432
5433 * modes.texi (Syntactic Font Lock): Give default for
5434 font-lock-syntax-table.
5435
54362006-07-17 Nick Roberts <nickrob@snap.net.nz>
5437
5438 * text.texi (Special Properties): Clean up previous change.
5439
54402006-07-16 Karl Berry <karl@gnu.org>
5441
5442 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5443 * control.texi: Fix bad page breaks through chapter 10 (control).
5444
5445 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5446 underfull hbox.
5447
54482006-07-15 Nick Roberts <nickrob@snap.net.nz>
5449
5450 * text.texi (Special Properties): Describe fontified text property
5451 in relation to a character (not text).
5452
54532006-07-15 Kim F. Storm <storm@cua.dk>
5454
5455 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5456 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5457 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5458
5459 * anti.texi (Antinews): Mention redisplay function.
5460 The kbd macro existed, but was not documented, before 22.x.
5461 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5462
54632006-07-14 Nick Roberts <nickrob@snap.net.nz>
5464
5465 * display.texi (Displaying Messages): Add anchor.
5466
5467 * frames.texi (Dialog Boxes): Use it.
5468
54692006-07-12 Richard Stallman <rms@gnu.org>
5470
5471 * objects.texi (Frame Type): Explain nature of frames better.
5472
5473 * frames.texi (Frames): Explain nature of frames better.
5474
54752006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5476
5477 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5478
54792006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5480
5481 * frames.texi (Window System Selections): Mention scrap support for Mac.
5482 Default value of x-select-enable-clipboard is t on Mac.
5483
5484 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5485
54862006-07-11 Kim F. Storm <storm@cua.dk>
5487
5488 * display.texi (Forcing Redisplay): Add `redisplay' function.
5489 Don't mention (sit-for -1) -- use (redisplay t) instead.
5490
5491 * commands.texi (Waiting): (sit-for -1) is no longer special.
5492 (sit-for 0) is equivalent to (redisplay).
5493 Iconifying/deiconifying no longer makes sit-for return.
5494
54952006-07-10 Nick Roberts <nickrob@snap.net.nz>
5496
5497 * display.texi (Buttons): Fix typo.
5498
5499 * index.texi, elisp.texi (New Symbols): Comment node out.
5500
55012006-07-09 Richard Stallman <rms@gnu.org>
5502
5503 * display.texi (Truncation): Clean up previous change.
5504
55052006-07-08 Richard Stallman <rms@gnu.org>
5506
5507 * commands.texi (Interactive Call): Use 3 as prefix in example
5508 for execute-extended-command.
5509
5510 * display.texi (Attribute Functions): Move paragraph about
5511 compatibility with Emacs < 21.
5512
55132006-07-09 Kim F. Storm <storm@cua.dk>
5514
5515 * display.texi (Refresh Screen): Clarify force-window-update.
5516 (Truncation): "Normally" indicated by fringe arrows.
5517
55182006-07-08 Eli Zaretskii <eliz@gnu.org>
5519
5520 * windows.texi (Textual Scrolling, Resizing Windows):
5521 * variables.texi (Constant Variables):
5522 * text.texi (Buffer Contents, Deletion, Changing Properties)
5523 (Property Search, Special Properties, Sticky Properties)
5524 (Links and Mouse-1, Fields, Change Hooks):
5525 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5526 (Categories):
5527 * symbols.texi (Other Plists):
5528 * streams.texi (Output Variables):
5529 * processes.texi (Input to Processes, Query Before Exit):
5530 * positions.texi (Word Motion, Text Lines, List Motion):
5531 * os.texi (Init File, System Environment, Sound Output)
5532 (Session Management):
5533 * nonascii.texi (Text Representations, Character Sets)
5534 (Chars and Bytes, Locales):
5535 * modes.texi (Defining Minor Modes, Header Lines):
5536 * minibuf.texi (Minibuffer Contents):
5537 * markers.texi (Information from Markers):
5538 * lists.texi (List Elements, Building Lists, Association Lists):
5539 * keymaps.texi (Tool Bar):
5540 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5541 * functions.texi (What Is a Function, Mapping Functions):
5542 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5543 (Color Names, Text Terminal Colors, Display Feature Testing):
5544 * files.texi (Visiting Functions, File Name Components)
5545 (Unique File Names, Contents of Directories):
5546 * display.texi (Forcing Redisplay, Displaying Messages)
5547 (Temporary Displays, Font Selection, Auto Faces)
5548 (Font Lookup, Fringe Indicators, Display Margins)
5549 (Image Descriptors, Showing Images, Image Cache, Button Types)
5550 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5551 (Display Table Format, Glyphs):
5552 * control.texi (Iteration):
5553 * commands.texi (Command Loop Info, Adjusting Point):
5554 * backups.texi (Making Backups, Auto-Saving):
5555 Remove @tindex entries.
5556
55572006-07-07 Kim F. Storm <storm@cua.dk>
5558
5559 * display.texi (Fringe Cursors): Fix typo.
5560 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5561 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5562
55632006-07-05 Richard Stallman <rms@gnu.org>
5564
5565 * text.texi (Buffer Contents): Add example of text props
5566 in result of buffer-substring.
5567 (Text Properties): Explain better about use of specific property names.
5568 (Property Search): Some cleanups; reorder some functions.
5569
5570 * keymaps.texi (Changing Key Bindings): Cleanup.
5571 Add xref to Key Binding Conventions.
5572
5573 * display.texi (Attribute Functions): Add examples for
5574 face-attribute-relative-p.
5575
5576 * tips.texi (Coding Conventions): Cleanup last change.
5577
55782006-07-05 Karl Berry <karl@gnu.org>
5579
5580 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5581 Remove @setchapternewpage odd.
5582 Result is 1013 pages, down from 1100.
5583
5584 * anti.texi, customize.texi, display.texi, internals.texi:
5585 * minibuf.texi, modes.texi, tips.texi:
5586 Fix overfull/underfull boxes.
5587
55882006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5589
5590 * edebug.texi (Instrumenting):
5591 Add Edebug-specific findex for eval-buffer.
5592 * loading.texi (Loading):
5593 Replace eval-current-buffer with eval-buffer.
5594
55952006-06-30 Nick Roberts <nickrob@snap.net.nz>
5596
5597 * locals.texi (Standard Buffer-Local Variables): Update the list
5598 of variables.
5599
56002006-06-26 Nick Roberts <nickrob@snap.net.nz>
5601
5602 * files.texi (File Name Completion): Point user to the node
5603 "Reading File Names".
5604
56052006-06-24 Eli Zaretskii <eliz@gnu.org>
5606
5607 * files.texi (Contents of Directories): Document case-insensitive
5608 behavior on respective filesystems.
5609
5610 * objects.texi (Character Type): Document that Emacs signals an
5611 error for unsupported Unicode characters specified as \uNNNN.
5612
56132006-06-19 Richard Stallman <rms@gnu.org>
5614
5615 * processes.texi (Bindat Spec): Clarify previous change.
5616
56172006-06-16 Richard Stallman <rms@gnu.org>
5618
5619 * tips.texi (Coding Conventions): Better explain conventions
5620 for definition constructs.
5621
5622 * text.texi (Special Properties): String value of `read-only'
5623 serves as the error message.
5624
5625 * objects.texi (Character Type): Clarify prev. change.
5626 (Non-ASCII in Strings): Mention \u and \U.
5627
5628 * commands.texi (Using Interactive): Explain problem of
5629 markers, etc., in command-history.
5630
56312006-06-14 Kim F. Storm <storm@cua.dk>
5632
5633 * commands.texi (Waiting): Negative arg to sit-for forces
5634 redisplay even if input is pending.
5635
5636 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5637 redisplay. Remove incorrect example of binding redisplay-dont-pause
5638 around (sit-for 0).
5639
56402006-06-13 Richard Stallman <rms@gnu.org>
5641
5642 * display.texi (Forcing Redisplay): Clarify previous change.
5643
56442006-06-13 Romain Francoise <romain@orebokech.com>
5645
5646 * display.texi (Forcing Redisplay): Fix typo.
5647
56482006-06-13 Kim F. Storm <storm@cua.dk>
5649
5650 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5651
56522006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5653
5654 * tips.texi (Coding Conventions): Add `@end itemize'.
5655
56562006-06-10 Richard Stallman <rms@gnu.org>
5657
5658 * tips.texi (Coding Conventions): Explain use of coding systems
5659 to ensure one decoding for strings.
5660
56612006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5662
5663 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5664 syntax.
5665
56662006-06-07 Eli Zaretskii <eliz@gnu.org>
5667
5668 * display.texi (Font Selection): Remove description of
5669 clear-face-cache.
5670
5671 * compile.texi (Eval During Compile): Fix a typo. Add index
5672 entries for possible uses of eval-when-compile.
5673
56742006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5675
5676 * display.texi (Abstract Display): Fix typo.
5677
56782006-06-03 Eli Zaretskii <eliz@gnu.org>
5679
5680 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5681 Reword variable's description.
5682
56832006-06-01 Richard Stallman <rms@gnu.org>
5684
5685 * windows.texi (Splitting Windows): Clarify splitting nonselected
5686 window.
5687
56882006-05-31 Juri Linkov <juri@jurta.org>
5689
5690 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5691
56922006-05-30 Richard Stallman <rms@gnu.org>
5693
5694 * display.texi (Line Height): Fix errors in description of
10d1d0af 5695 default line height and line-height property.
b8d4c8d0
GM
5696
5697 * nonascii.texi (Default Coding Systems): Further clarification.
5698
56992006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5700
5701 * internals.texi (Pure Storage): Mention that an overflow in pure
5702 space causes a memory leak.
5703 (Garbage Collection): If there was an overflow in pure space,
5704 `garbage-collect' returns nil.
5705
57062006-05-30 Eli Zaretskii <eliz@gnu.org>
5707
5708 * nonascii.texi (Default Coding Systems): Fix it some more.
5709
57102006-05-29 Eli Zaretskii <eliz@gnu.org>
5711
5712 * nonascii.texi (Default Coding Systems): Fix last change.
5713
57142006-05-29 Kenichi Handa <handa@m17n.org>
5715
5716 * nonascii.texi (find-operation-coding-system): Describe the new
5717 argument format (FILENAME . BUFFER).
5718
57192006-05-28 Richard Stallman <rms@gnu.org>
5720
5721 * tips.texi (Coding Conventions): Better explain reasons not to
5722 advise other packages or use `eval-after-load'.
5723
57242006-05-29 Kim F. Storm <storm@cua.dk>
5725
5726 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5727 `bindat-idx' and `bindat-raw' for clarity.
5728
57292006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5730
5731 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5732
5733 * display.texi (Display): Add "Abstract Display" to menu.
5734 (Abstract Display, Abstract Display Functions)
5735 (Abstract Display Example): New nodes.
5736 * elisp.texi (Top): Add "Abstract Display" to menu.
5737
57382006-05-27 Chong Yidong <cyd@stupidchicken.com>
5739
5740 * keymaps.texi (Key Sequences): Link to input events definition.
5741 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5742
5743 * files.texi (Changing Files): Document updated argument list for
5744 copy-file.
5745
57462006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5747
5748 * processes.texi (Bindat Functions): Explain term "total length".
5749 Use it in bindat-length and bindat-pack descriptions.
5750
57512006-05-26 Eli Zaretskii <eliz@gnu.org>
5752
5753 * tips.texi (Coding Conventions): Advise against using
5754 eval-after-load in packages. Add an index entry.
5755
57562006-05-25 Juri Linkov <juri@jurta.org>
5757
5758 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5759
5760 * modes.texi (%-Constructs): Add %e, %z, %Z.
5761
57622006-05-25 Richard Stallman <rms@gnu.org>
5763
5764 * elisp.texi (Top): Update subnode menu.
5765
5766 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5767 (Keymaps): Update menu.
5768
57692006-05-25 Chong Yidong <cyd@stupidchicken.com>
5770
5771 * keymaps.texi (Key Sequences): Some clarifications.
5772
57732006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5774
5775 * processes.texi (Bindat Functions): Say "unibyte string"
5776 explicitly for bindat-unpack and bindat-pack descriptions.
5777 (Bindat Examples): Don't call `string-make-unibyte' in example.
5778
57792006-05-25 Chong Yidong <cyd@stupidchicken.com>
5780
5dcb4c4e 5781 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5782 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5783
5784 * keymaps.texi (Changing Key Bindings):
dd7b651b 5785 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5786 * help.texi (Describing Characters): Refer to it.
5787
57882006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5789
5790 * frames.texi (Pointer Shape): @end table -> @end defvar.
5791
57922006-05-22 Richard Stallman <rms@gnu.org>
5793
5794 * elisp.texi (Top): Update subnode menus.
5795
5796 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5797 Contents rewritten; material from old Pointer Shape node moved here.
5798
5799 * display.texi (Pointer Shape): Node deleted.
5800 (Image Descriptors): Minor cleanup.
5801
58022006-05-21 Richard Stallman <rms@gnu.org>
5803
5804 * syntax.texi (Parsing Expressions): Update info on which STATE
5805 elements are ignored.
5806
58072006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5808
5809 * hooks.texi (Standard Hooks): Correct typo.
5810
5811 * gpl.texi (GPL): ifinfo -> ifnottex.
5812
58132006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5814
5815 * searching.texi (Simple Match Data): Warn about match data being
5816 set anew by every search.
5817
58182006-05-17 Richard Stallman <rms@gnu.org>
5819
5820 * minibuf.texi (Minibuffer History): Clarify.
5821
5822 * searching.texi (Regexp Special): Clarify nested regexp warning.
5823
58242006-05-16 Kim F. Storm <storm@cua.dk>
5825
5826 * minibuf.texi (Minibuffer History): Update add-to-history.
5827
58282006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5829
5dcb4c4e
SM
5830 * nonascii.texi (Explicit Encoding):
5831 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5832
58332006-05-14 Richard Stallman <rms@gnu.org>
5834
5835 * buffers.texi (Creating Buffers): Cleanup.
5836
5837 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5838
58392006-05-13 Eli Zaretskii <eliz@gnu.org>
5840
5841 * buffers.texi (Current Buffer): Document that with-temp-buffer
5842 disables undo.
5843
5844 * os.texi (Terminal-Specific): More accurate description of how
5845 Emacs searches for the terminal-specific libraries.
5846
58472006-05-12 Eli Zaretskii <eliz@gnu.org>
5848
5849 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5850 emacs-xtra to @inforef's.
5851
5852 * text.texi (Undo): Document that undo is turned off in buffers
5853 whose names begin with a space.
5854
5855 * buffers.texi (Buffer Names): Add index entries for buffers whose
5856 names begin with a space.
5857 (Creating Buffers): Document that undo is turned off in buffers
5858 whose names begin with a space.
5859
5860 * files.texi (Visiting Functions, Reading from Files)
5861 (Saving Buffers): Mention code and EOL conversions by file I/O
5862 primitives and subroutines.
5863
f4e90db0
SM
5864 * nonascii.texi (Lisp and Coding Systems):
5865 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5866
5867 * display.texi (Defining Faces): Mention `mac', and add an xref to
5868 where window-system is described.
5869
58702006-05-10 Richard Stallman <rms@gnu.org>
5871
5872 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5873
58742006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5875
5876 * variables.texi (File Local Variables): Recommend to quote lambda
5877 expressions in safe-local-variable property.
5878
58792006-05-09 Richard Stallman <rms@gnu.org>
5880
5dcb4c4e
SM
5881 * variables.texi (File Local Variables):
5882 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5883
58842006-05-07 Kim F. Storm <storm@cua.dk>
5885
5886 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5887 from add-to-history.
5888
58892006-05-07 Romain Francoise <romain@orebokech.com>
5890
5891 * commands.texi (Event Input Misc):
5892 * compile.texi (Eval During Compile):
5893 * internals.texi (Buffer Internals):
5894 * minibuf.texi (Initial Input):
5895 * nonascii.texi (Scanning Charsets):
5896 * numbers.texi (Comparison of Numbers):
5897 * windows.texi (Textual Scrolling, Vertical Scrolling):
5898 Fix various typos.
5899
59002006-05-06 Eli Zaretskii <eliz@gnu.org>
5901
5902 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5903 conditional xref's to either emacs or emacs-xtra, depending on
5904 @iftex/@ifnottex.
5905
5906 * minibuf.texi (Minibuffer History): Document add-to-history.
5907
59082006-05-05 Eli Zaretskii <eliz@gnu.org>
5909
5910 * internals.texi (Pure Storage): Mention the pure overflow message
5911 at startup.
5912
c8763fb6 59132006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5914
5915 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5916 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5917 search.
5918
59192006-05-01 Richard Stallman <rms@gnu.org>
5920
5921 * intro.texi (nil and t): Clarify.
5922
5923 * variables.texi (File Local Variables): Suggest using booleanp.
5924
59252006-05-01 Juanma Barranquero <lekktu@gmail.com>
5926
5927 * objects.texi (Type Predicates): Fix typos.
5928
59292006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5930
5931 * intro.texi (nil and t): Add booleanp.
5932
5933 * objects.texi (Type Predicates): Add links for booleanp and
5934 string-or-null-p.
5935
59362006-04-29 Richard Stallman <rms@gnu.org>
5937
5938 * modes.texi (Multiline Font Lock): Rename from
5939 Multi line Font Lock Elements. Much clarification.
5940 (Font Lock Multiline, Region to Fontify): Much clarification.
5941
59422006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5943
5944 * variables.texi (File Local Variables): Remove the special case t for
5945 safe-local-variable.
5946
59472006-04-26 Richard Stallman <rms@gnu.org>
5948
5949 * syntax.texi (Parsing Expressions): Minor cleanup.
5950
59512006-04-18 Richard Stallman <rms@gnu.org>
5952
5953 * tips.texi (Coding Conventions): Explain when the package's
5954 prefix should appear later on (not at the start of the name).
5955
5956 * searching.texi (String Search): Clarify effect of NOERROR.
5957
5958 * modes.texi (Imenu): Clarify what special items do.
5959
5960 * hooks.texi (Standard Hooks): Delete text about old hook names.
5961
59622006-04-17 Romain Francoise <romain@orebokech.com>
5963
5964 * variables.texi (Local Variables): Update the default value of
5965 `max-specpdl-size'.
5966
59672006-04-15 Michael Olson <mwolson@gnu.org>
5968
5969 * processes.texi (Transaction Queues): Mention the new optional
5970 `delay-question' argument for `tq-enqueue'.
5971
59722006-04-13 Bill Wohler <wohler@newt.com>
5973
5974 * customize.texi (Common Keywords): Use dotted notation for
5975 :package-version value. Specify its values. Improve documentation
5976 for customize-package-emacs-version-alist.
5977
59782006-04-12 Bill Wohler <wohler@newt.com>
5979
5980 * customize.texi (Common Keywords): Move description of
5981 customize-package-emacs-version-alist to @defvar.
5982
59832006-04-10 Bill Wohler <wohler@newt.com>
5984
5985 * customize.texi (Common Keywords): Add :package-version.
5986
59872006-04-10 Kim F. Storm <storm@cua.dk>
5988
5989 * text.texi (Buffer Contents): Add NOPROPS arg to
5990 filter-buffer-substring.
5991
59922006-04-08 Kevin Ryde <user42@zip.com.au>
5993
5994 * os.texi (Command-Line Arguments): Update xref to emacs manual
5995 "Command Arguments" -> "Emacs Invocation", per change there.
5996
59972006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5998
5999 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6000 be on one line to help makeinfo not render two spaces after the dot.
6001
60022006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6003
6004 * strings.texi (Predicates for Strings): Add string-or-null-p.
6005
60062006-03-28 Kim F. Storm <storm@cua.dk>
6007
6008 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6009 remarks about systems that don't support fractional seconds.
6010
60112006-03-25 Karl Berry <karl@gnu.org>
6012
6013 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6014 the year list.
6015
60162006-03-21 Nick Roberts <nickrob@snap.net.nz>
6017
6018 * display.texi (Fringe Indicators): Fix typos.
6019
60202006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6021
6022 * tips.texi (Documentation Tips): One can now also write `program'
6023 in front of a quoted symbol in a docstring to prevent making a
6024 hyperlink.
6025
60262006-03-19 Alan Mackenzie <acm@muc.de>
6027
6028 * text.texi (Special Properties): Clarify `fontified' property.
6029
60302006-03-16 Richard Stallman <rms@gnu.org>
6031
6032 * display.texi (Defining Images): Minor cleanup.
6033
60342006-03-16 Bill Wohler <wohler@newt.com>
6035
6036 * display.texi (Defining Images): In image-load-path-for-library,
6037 prefer user's images.
6038
60392006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6040
6041 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6042
60432006-03-15 Bill Wohler <wohler@newt.com>
6044
6045 * display.texi (Defining Images): Fix example in
6046 image-load-path-for-library by not recommending that one binds
6047 image-load-path. Just defvar it to placate compiler and only use
6048 it if previously defined.
6049
60502006-03-14 Bill Wohler <wohler@newt.com>
6051
6052 * display.texi (Defining Images): In image-load-path-for-library,
6053 always return list of directories. Update example.
6054
60552006-03-14 Alan Mackenzie <acm@muc.de>
6056
6057 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6058 This describes font-lock-extend-region-function.
6059 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6060 the new node "Region to Fontify".
6061
60622006-03-13 Richard Stallman <rms@gnu.org>
6063
6064 * display.texi (Invisible Text): The impossible position is
6065 now before the invisible text, not after.
6066 (Defining Images): Clean up last change.
6067
60682006-03-11 Bill Wohler <wohler@newt.com>
6069
6070 * display.texi (Defining Images): Add image-load-path-for-library.
6071
60722006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6073
6074 * text.texi (Adaptive Fill): Fix Texinfo usage.
6075
6076 * strings.texi (Creating Strings): Fix Texinfo usage.
6077
6078 * searching.texi (Regexp Special): Use @samp for regular
6079 expressions that are not in Lisp syntax.
6080
60812006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6082
6083 * searching.texi (Regexp Special): Put remark between parentheses
6084 to avoid misreading.
6085
60862006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6087
6088 * searching.texi (Syntax of Regexps): More accurately describe
6089 which characters are special in which situations.
6090 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6091 are not special. Describe in detail when `[' and `]' are special.
6092 (Regexp Backslash): Plenty of regexps with unbalanced square
6093 brackets are valid, so reword that statement.
6094
60952006-03-02 Kim F. Storm <storm@cua.dk>
6096
6097 * keymaps.texi (Tool Bar): Add tool-bar-border.
6098
60992006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6100
6101 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6102
61032006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6104
6105 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6106
6107 * files.texi (Locating Files): Suggest additional values for the
6108 SUFFIXES arg of `locate-file'. Update pxref.
6109
6110 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6111 (How Programs Do Loading): Discuss the effects of Auto Compression
6112 mode on `load'.
6113 (Load Suffixes): New node.
6114 (Library Search): Delete description of `load-suffixes'; it was
6115 moved to "Load Suffixes".
6116 (Autoload, Named Features): Mention `load-suffixes'.
6117
61182006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6119
6120 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6121
6122 * windows.texi (Window Tree): Fix typo.
6123
61242006-02-20 Kim F. Storm <storm@cua.dk>
6125
6126 * display.texi (Fringe Indicators): New section.
6127 Move indicate-empty-lines, indicate-buffer-boundaries, and
6128 default-indicate-buffer-boundaries here.
6129 Add fringe-indicator-alist and default-fringes-indicator-alist.
6130 Add list of logical fringe indicator symbols.
6131 Update list of standard bitmap names.
6132 (Fringe Cursors): New section.
6133 Move overflow-newline-into-fringe here.
6134 Add fringe-cursor-alist and default-fringes-cursor-alist.
6135 Add list of fringe cursor symbols.
6136
61372006-02-20 Juanma Barranquero <lekktu@gmail.com>
6138
6139 * commands.texi (Using Interactive): Fix reference to node
6140 "Minibuffers".
6141
61422006-02-19 Richard M. Stallman <rms@gnu.org>
6143
6144 * minibuf.texi (High-Level Completion):
6145 Add xref to read-input-method-name.
6146
6147 * files.texi (Relative File Names): Move file-relative-name here.
6148 (File Name Expansion): From here. Minor clarifications.
6149
6150 * commands.texi (Using Interactive): Add xrefs about reading input.
6151 Clarify remarks about that moving point and mark.
6152 Put string case before list case.
6153
c8763fb6 61542006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6155
6156 * display.texi (Other Display Specs, Image Descriptors):
6157 Revert erroneous changes. The previous description of
6158 image-descriptors as `(image . PROPS)' was correct.
6159
61602006-02-14 Richard M. Stallman <rms@gnu.org>
6161
6162 * variables.texi (File Local Variables): Clarifications.
6163
61642006-02-14 Juanma Barranquero <lekktu@gmail.com>
6165
6166 * variables.texi (File Local Variables): Use @code for a cons
6167 cell, not @var.
6168
61692006-02-13 Chong Yidong <cyd@stupidchicken.com>
6170
6171 * variables.texi (File Local Variables): Document new file local
6172 variable behavior.
6173
61742006-02-10 Kim F. Storm <storm@cua.dk>
6175
6176 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6177
61782006-02-08 Juanma Barranquero <lekktu@gmail.com>
6179
6180 * modes.texi (%-Constructs): Remove obsolete info about
6181 `global-mode-string'.
6182
61832006-02-07 Richard M. Stallman <rms@gnu.org>
6184
6185 * commands.texi (Prefix Command Arguments): Minor cleanup.
6186
6187 * display.texi: "Graphical display", not window system.
6188
6189 * functions.texi (What Is a Function): Fix xref.
6190
6191 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6192 (Changing Key Bindings): Clarify when remapping is better than
6193 substitute-key-definition.
6194
61952006-02-02 Richard M. Stallman <rms@gnu.org>
6196
6197 * minibuf.texi (Basic Completion): Completion alists are risky.
6198
6199 * keymaps.texi (Active Keymaps): Clarifications.
6200 (Searching Keymaps): New node.
6201 (Keymaps): Update menu.
6202
6203 * frames.texi (Layout Parameters): Minor clarification.
6204 (Drag and Drop): New node.
6205 (Frames): Update menu.
6206
62072006-01-29 Chong Yidong <cyd@stupidchicken.com>
6208
6209 * display.texi (Other Display Specs, Image Descriptors):
6210 Image description is a list, not a cons cell.
6211
62122006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6213
6214 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6215 list is not necessarily a list).
6216
62172006-01-27 Eli Zaretskii <eliz@gnu.org>
6218
6219 * frames.texi (Layout Parameters): border-width and
6220 internal-border-width belong to the frame, not the window.
6221
62222006-01-19 Richard M. Stallman <rms@gnu.org>
6223
6224 * nonascii.texi (Translation of Characters): Search cmds use
6225 translation-table-for-input. Automatically made local.
6226
6227 * markers.texi (Overview of Markers): Count insertion type
6228 as one of a marker's attributes.
6229
6230 * keymaps.texi (Controlling Active Maps): New node, split out of
6231 Active Keymaps.
6232 (Keymaps): Menu updated.
6233 (Active Keymaps): Give pseudocode to explain how the active
6234 maps are searched. current-active-maps and key-binding moved here.
6235 (Functions for Key Lookup): current-active-maps and key-binding moved.
6236 Clarifications.
6237 (Searching the Keymaps): New subnode.
6238
6239 * elisp.texi (Top): Menu clarification.
6240
6241 * display.texi (Other Display Specs): Delete duplicate entry for
6242 just a string as display spec. Move text about recursive display
6243 specs on such a string.
6244
6245 * commands.texi (Key Sequence Input): Clarify.
6246 Move num-nonmacro-input-events out.
6247 (Reading One Event): num-nonmacro-input-events moved here.
6248
62492006-01-14 Nick Roberts <nickrob@snap.net.nz>
6250
6251 * advice.texi (Simple Advice): Update example to fit argument
6252 change in previous-line.
6253
62542006-01-05 Richard M. Stallman <rms@gnu.org>
6255
6256 * markers.texi (The Mark): Fix in `mark'.
6257
62582006-01-04 Richard M. Stallman <rms@gnu.org>
6259
6260 * processes.texi (Misc Network, Make Network): Minor cleanups.
6261
62622006-01-04 Kim F. Storm <storm@cua.dk>
6263
6264 * processes.texi (Make Network): Add IPv6 addresses and handling.
6265 (Network Feature Testing): Mention (:family ipv6).
6266 (Misc Network): Add IPv6 formats to format-network-address.
6267
62682005-12-30 Richard M. Stallman <rms@gnu.org>
6269
6270 * text.texi (Changing Properties):
6271 Don't use return value of set-text-properties.
6272
62732005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6274
6275 * modes.texi (Mode Line Format): Correct typo in menu.
6276
62772005-12-29 Richard M. Stallman <rms@gnu.org>
6278
6279 * modes.texi (Mode Line Top): New node.
6280 (Mode Line Data): Some text moved to new node.
6281 Explain the data structure more concretely.
6282 (Mode Line Basics): Clarifications.
6283 (Mode Line Variables): Clarify intro paragraph.
6284 (%-Constructs): Clarify intro paragraph.
6285 (Mode Line Format): Update menu.
6286
62872005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6288
6289 * minibuf.texi (Basic Completion): Update lazy-completion-table
6290 examples for removal of ARGS argument.
6291
62922005-12-23 Richard M. Stallman <rms@gnu.org>
6293
6294 * text.texi (Undo): Restore some explanation from the version
6295 that was deleted.
6296
62972005-12-23 Eli Zaretskii <eliz@gnu.org>
6298
6299 * text.texi (Undo): Remove duplicate descriptions of `apply
6300 funname' and `apply delta' elements of the undo list.
6301
63022005-12-20 Richard M. Stallman <rms@gnu.org>
6303
6304 * help.texi (Help Functions): Update documentation of `apropos'.
6305
63062005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6307
6308 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6309 because it is confusing. If the :help-echo keyword is a function,
6310 it is not directly used as the :help-echo overlay property, as the
6311 xref seems to suggest (it does not take the appropriate args).
6312
63132005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6314
6315 * customize.texi (Common Keywords): Fix Texinfo usage.
6316 (Group Definitions, Variable Definitions): Update for new
6317 conventions for using `*' in docstrings.
6318
6319 * tips.texi (Documentation Tips): Update for new conventions for
6320 using `*' in docstrings.
6321
63222005-12-16 Richard M. Stallman <rms@gnu.org>
6323
6324 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6325
63262005-12-16 Juri Linkov <juri@jurta.org>
6327
6328 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6329
63302005-12-14 Romain Francoise <romain@orebokech.com>
6331
6332 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6333 Fix typo.
6334
63352005-12-11 Juri Linkov <juri@jurta.org>
6336
6337 * minibuf.texi (Completion Commands): Add mention of read-file-name
6338 for filename completion keymaps.
6339 (Reading File Names): Add mention of filename completion keymaps
6340 for read-file-name and xref to `Completion Commands'.
6341
63422005-12-10 Richard M. Stallman <rms@gnu.org>
6343
6344 * customize.texi (Common Keywords): State caveats for use of :tag.
6345
63462005-12-08 Richard M. Stallman <rms@gnu.org>
6347
6348 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6349 with xrefs and better explanation.
6350 (Completion Commands): Add the filename completion maps.
6351
6352 * objects.texi (Character Type): Clarify that \s is not space
6353 if a dash follows.
6354
63552005-12-05 Richard M. Stallman <rms@gnu.org>
6356
6357 * windows.texi (Resizing Windows): Delete preserve-before args.
6358
63592005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6360
6361 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6362 in full keymaps, since the quirk has been fixed.
6363
63642005-12-03 Eli Zaretskii <eliz@gnu.org>
6365
5dcb4c4e
SM
6366 * hooks.texi (Standard Hooks): Add index entries.
6367 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6368
63692005-11-27 Richard M. Stallman <rms@gnu.org>
6370
6371 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6372
63732005-11-21 Juri Linkov <juri@jurta.org>
6374
6375 * customize.texi (Common Keywords): Update links types
6376 custom-manual and url-link. Add link types emacs-library-link,
6377 file-link, function-link, variable-link, custom-group-link.
6378
63792005-11-20 Chong Yidong <cyd@stupidchicken.com>
6380
6381 * display.texi: Revert 2005-11-20 change.
6382
63832005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6384
6385 * processes.texi (Bindat Functions):
6386 Say "third" to refer to zero-based index "2".
6387
63882005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6389
6390 * loading.texi (Library Search): Update the default value of
6391 `load-suffixes'.
6392
63932005-11-17 Chong Yidong <cyd@stupidchicken.com>
6394
6395 * display.texi (Attribute Functions): Mention :ignore-defface.
6396
63972005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6398
6399 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6400 (Minor Mode Conventions): Mention the use of a hook.
6401
64022005-11-06 Richard M. Stallman <rms@gnu.org>
6403
6404 * files.texi (Magic File Names): find-file-name-handler checks the
6405 `operations' property of the handler.
6406
64072005-11-03 Richard M. Stallman <rms@gnu.org>
6408
6409 * variables.texi (Frame-Local Variables): Small clarification.
6410
64112005-10-29 Chong Yidong <cyd@stupidchicken.com>
6412
6413 * os.texi (Init File): Document ~/.emacs.d/init.el.
6414
64152005-10-29 Richard M. Stallman <rms@gnu.org>
6416
6417 * internals.texi (Garbage Collection): Document memory-full.
6418
64192005-10-28 Bill Wohler <wohler@newt.com>
6420
6421 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6422 for URLs.
6423
64242005-10-28 Richard M. Stallman <rms@gnu.org>
6425
6426 * minibuf.texi (Completion Commands): Clean up prev change.
6427
64282005-10-26 Kevin Ryde <user42@zip.com.au>
6429
6430 * compile.texi (Eval During Compile): Explain recommended uses
6431 of eval-when-compile and eval-and-compile.
6432
64332005-10-27 Masatake YAMATO <jet@gyve.org>
6434
6435 * minibuf.texi (Completion Commands):
6436 Write about new optional argument for `display-completion-list'.
6437
64382005-10-23 Richard M. Stallman <rms@gnu.org>
6439
6440 * display.texi (Overlay Arrow): Clarify about local bindings of
6441 overlay-arrow-position.
6442
64432005-10-22 Eli Zaretskii <eliz@gnu.org>
6444
6445 * internals.texi (Building Emacs): Fix last change.
6446
64472005-10-22 Richard M. Stallman <rms@gnu.org>
6448
6449 * internals.texi (Building Emacs): Document eval-at-startup.
6450
64512005-10-21 Richard M. Stallman <rms@gnu.org>
6452
6453 * loading.texi (Where Defined): load-history contains abs file names.
6454 symbol-file returns abs file names.
6455
64562005-10-19 Kim F. Storm <storm@cua.dk>
6457
6458 * display.texi (Showing Images): Add max-image-size integer value.
6459
64602005-10-18 Chong Yidong <cyd@stupidchicken.com>
6461
6462 * display.texi (Showing Images): Document max-image-size.
6463
64642005-10-17 Richard M. Stallman <rms@gnu.org>
6465
6466 * commands.texi (Quitting): Minor clarification.
6467
6468 * processes.texi (Sentinels): Clarify about output and quitting.
6469 (Filter Functions): Mention with-local-quit.
6470
64712005-10-17 Juri Linkov <juri@jurta.org>
6472
6473 * buffers.texi (Current Buffer):
6474 * commands.texi (Event Input Misc):
6475 * compile.texi (Eval During Compile, Compiler Errors):
6476 * customize.texi (Group Definitions):
6477 * display.texi (Progress, Defining Faces):
6478 * files.texi (Writing to Files):
6479 * modes.texi (Mode Hooks, Defining Minor Modes):
6480 * streams.texi (Output Functions):
6481 * syntax.texi (Syntax Table Functions):
6482 * text.texi (Change Hooks):
6483 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6484
6485 * commands.texi (Quitting): Replace arg `forms' with `body' in
6486 `with-local-quit'.
6487
6488 * positions.texi (Excursions): Replace arg `forms' with `body' in
6489 `save-excursion'.
6490
64912005-10-08 Kim F. Storm <storm@cua.dk>
6492
6493 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6494 Rename manual section accordingly.
6495
64962005-10-04 Kim F. Storm <storm@cua.dk>
6497
6498 * windows.texi (Window Split Tree): New section describing
6499 new function window-split-tree function.
6500
65012005-10-03 Nick Roberts <nickrob@snap.net.nz>
6502
6503 * display.texi (Fringe Size/Pos): Simplify and add detail.
6504
65052005-09-30 Romain Francoise <romain@orebokech.com>
6506
6507 * minibuf.texi (High-Level Completion): Explain that the prompt
6508 given to `read-buffer' should end with a colon and a space.
6509 Update usage examples.
6510
65112005-09-29 Juri Linkov <juri@jurta.org>
6512
6513 * display.texi (Displaying Messages): Rename argument name
6514 `string' to `format-string' in functions `message', `message-box',
6515 `message-or-box'.
6516
65172005-09-26 Chong Yidong <cyd@stupidchicken.com>
6518
6519 * errors.texi (Standard Errors): Correct xrefs.
6520
65212005-09-18 Chong Yidong <cyd@stupidchicken.com>
6522
6523 * display.texi (Defining Images): Update documentation for
6524 `image-load-path'.
6525
65262005-09-17 Richard M. Stallman <rms@gnu.org>
6527
6528 * display.texi (Defining Images): Clean up previous change.
6529
65302005-09-16 Romain Francoise <romain@orebokech.com>
6531
6532 * elisp.texi: Specify GFDL version 1.2.
6533
6534 * doclicense.texi (GNU Free Documentation License): Update to
6535 version 1.2.
6536
65372005-09-15 Chong Yidong <cyd@stupidchicken.com>
6538
6539 * display.texi (Defining Images): Document `image-load-path'.
6540
65412005-09-15 Richard M. Stallman <rms@gnu.org>
6542
6543 * objects.texi (Printed Representation): Minor cleanup.
6544 (Box Diagrams): Minor fix.
6545 (Cons Cell Type): Move (...) index item here.
6546 (Box Diagrams): From here.
6547 (Array Type): Minor fix.
6548 (Type Predicates): Delete index "predicates".
6549 (Hash Table Type): Clarify xref.
6550 (Dotted Pair Notation): Minor fix.
6551
65522005-09-10 Chong Yidong <cyd@stupidchicken.com>
6553
6554 * files.texi (Saving Buffers): Fix typo.
6555
65562005-09-08 Richard M. Stallman <rms@gnu.org>
6557
6558 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6559
65602005-09-08 Chong Yidong <cyd@stupidchicken.com>
6561
6562 * locals.texi (Standard Buffer-Local Variables): Don't include
6563 mode variables for minor modes.
6564 Fix xrefs for buffer-display-count, buffer-display-table,
6565 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6566 enable-multibyte-characters, fill-column, header-line-format,
6567 left-fringe-width, left-margin, and right-fringe-width.
6568
6569 * hooks.texi (Standard Hooks): All hooks should conform to the
6570 standard naming convention now.
6571 Fix xref for `echo-area-clear-hook'.
6572
6573 * display.texi (Usual Display): Note that indicate-empty-lines and
6574 tab-width are buffer-local.
6575
6576 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6577
6578 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6579
6580 * nonascii.texi (Encoding and I/O): Note that
6581 buffer-file-coding-system is buffer-local.
6582
6583 * positions.texi (List Motion): Note that defun-prompt-regexp is
6584 buffer-local.
6585
6586 * text.texi (Auto Filling): Note that auto-fill-function is
6587 buffer-local.
6588 (Undo): Note that buffer-undo-list is buffer-local.
6589
5dcb4c4e
SM
6590 * windows.texi (Buffers and Windows):
6591 Document buffer-display-count.
b8d4c8d0
GM
6592
65932005-09-06 Richard M. Stallman <rms@gnu.org>
6594
6595 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6596 package prefix elsewhere than at the start of the name.
6597
65982005-09-03 Richard M. Stallman <rms@gnu.org>
6599
6600 * tips.texi (Programming Tips): Add conventions for minibuffer
6601 questions and prompts.
6602
66032005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6604
6605 * intro.texi (nil and t): Minor cleanup.
6606 Delete spurious mention of keyword symbols.
6607 (Evaluation Notation): Add index entry.
6608 (A Sample Function Description): Minor cleanup.
6609 (A Sample Variable Description): Not all vars can be set.
6610
66112005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6612
6613 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6614
6615 (Insertion): Document precise type of `insert-char' arg COUNT.
6616
66172005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6618
6619 * modes.texi (Other Font Lock Variables): Sync the default of
6620 font-lock-lines-before.
6621
66222005-08-31 Michael Albinus <michael.albinus@gmx.de>
6623
6624 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6625
66262005-08-29 Richard M. Stallman <rms@gnu.org>
6627
6628 * elisp.texi (Top): Update subnode menu.
6629
6630 * searching.texi (Searching and Matching): Move node.
6631 Rearrange contents and add overall explanation.
6632 (Searching and Case): Move node.
6633 (Searching and Matching): Update menu.
6634
66352005-08-27 Eli Zaretskii <eliz@gnu.org>
6636
6637 * os.texi (Startup Summary): Fix the description of the initial
6638 startup message display.
6639
66402005-08-25 Richard M. Stallman <rms@gnu.org>
6641
6642 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6643
66442005-08-25 Emilio C. Lopes <eclig@gmx.net>
6645
6646 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6647 `next-overlay-change' example.
6648
66492005-08-22 Juri Linkov <juri@jurta.org>
6650
6651 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6652 Fix invert-face. Fix args of face-background.
6653
6654 * display.texi (Standard Faces): Delete node.
6655 (Faces): Add xref to `(emacs)Standard Faces'.
6656 (Displaying Faces): Fix xref to `Standard Faces'.
6657
6658 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6659
66602005-08-20 Alan Mackenzie <acm@muc.de>
6661
6662 * buffers.texi (The Buffer List): Clarify the manipulation of the
6663 buffer list.
6664
66652005-08-14 Richard M. Stallman <rms@gnu.org>
6666
6667 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6668 a regexp.
6669
66702005-08-11 Richard M. Stallman <rms@gnu.org>
6671
6672 * elisp.texi (Top): Update subnode lists.
6673
6674 * display.texi (Inverse Video): Node deleted.
6675
6676 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6677 New nodes split out of Coding Conventions.
6678
6679 * searching.texi (Regular Expressions): Document re-builder.
6680
6681 * os.texi (Time Parsing): New node split out of Time Conversion.
6682
6683 * processes.texi (Misc Network, Network Feature Testing)
6684 (Network Options, Make Network): New nodes split out of
6685 Low-Level Network.
6686
66872005-08-09 Richard M. Stallman <rms@gnu.org>
6688
6689 * frames.texi (Geometry): New node, split from Size and Position.
6690 (Frame Parameters): Refer to Geometry.
6691
6692 * buffers.texi (The Buffer List): Fix xrefs.
6693
6694 * windows.texi (Splitting Windows): Fix xref.
6695
6696 * frames.texi (Layout Parameters): Add xref.
6697
6698 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6699
6700 * keymaps.texi (Menu Bar): Fix xref.
6701
6702 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6703
6704 * modes.texi (%-Constructs): Fix xref.
6705
6706 * frames.texi (Window Frame Parameters): Node split up.
6707 (Basic Parameters, Position Parameters, Size Parameters)
6708 (Layout Parameters, Buffer Parameters, Management Parameters)
6709 (Cursor Parameters, Color Parameters): New subnodes.
6710
67112005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6712
6713 * positions.texi (Screen Lines): Update xref for previous change
6714 in minibuf.texi.
6715
6716 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6717 change in minibuf.texi.
6718
67192005-08-09 Richard M. Stallman <rms@gnu.org>
6720
6721 * tips.texi (Coding Conventions): Minor cleanup.
6722
6723 * modes.texi (Defining Minor Modes): Explain when init-value
6724 can be non-nil.
6725
6726 * elisp.texi (Top): Update submenu for Minibuffer.
6727
6728 * minibuf.texi (Minibuffer Misc): Node split up.
6729 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6730 (Recursive Mini): New nodes split out from Minibuffer Misc.
6731 (Minibuffer Misc): Document max-mini-window-height.
6732
6733 * hash.texi (Defining Hash): Delete stray paren in example.
6734
6735 * display.texi (Echo Area Customization): Don't define
6736 max-mini-window-height here; xref instead.
6737
6738 * commands.texi (Event Input Misc): Update while-no-input.
6739
6740 * advice.texi (Advising Functions): Explain when to use advice
6741 and when to use a hook.
6742
67432005-07-30 Eli Zaretskii <eliz@gnu.org>
6744
6745 * makefile.w32-in (info): Don't run install-info.
6746 ($(infodir)/dir): New target, produced by running install-info.
6747
67482005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6749
6750 * modes.texi (Defining Minor Modes): The keyword for the initial
6751 value is :init-value, not :initial-value.
6752
67532005-07-23 Eli Zaretskii <eliz@gnu.org>
6754
6755 * loading.texi (Autoload): Make the `doctor' example be consistent
6756 with what's in current loaddefs.el. Describe the "fn" magic in
6757 the usage portion of the doc string.
6758
67592005-07-22 Richard M. Stallman <rms@gnu.org>
6760
6761 * internals.texi (Garbage Collection): Clarify previous change.
6762
67632005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6764
6765 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6766
67672005-07-18 Juri Linkov <juri@jurta.org>
6768
6769 * commands.texi (Accessing Events):
6770 * frames.texi (Text Terminal Colors, Resources):
6771 * markers.texi (The Mark):
6772 * modes.texi (Defining Minor Modes):
6773 Delete duplicate duplicate words.
6774
67752005-07-16 Richard M. Stallman <rms@gnu.org>
6776
6777 * display.texi (Managing Overlays): Clarify make-overlay
6778 args for insertion types.
6779
67802005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6781
6782 * customize.texi (Variable Definitions):
6783 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6784 `standard-value' is a list too.
6785 (Defining New Types): Use @key{RET} instead of @key{ret}.
6786
67872005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6788
6789 * os.texi (Translating Input): Fix typo.
6790
67912005-07-08 Richard M. Stallman <rms@gnu.org>
6792
6793 * README: Update edition number and size estimate.
6794
6795 * elisp.texi (VERSION): Set to 2.9.
6796
67972005-07-07 Richard M. Stallman <rms@gnu.org>
6798
6799 * book-spine.texinfo: Update Emacs version.
6800
6801 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6802
68032005-07-06 Richard M. Stallman <rms@gnu.org>
6804
6805 * searching.texi (Regexp Search): Clarify what re-search-forward
6806 does when the search fails.
6807
68082005-07-05 Lute Kamstra <lute@gnu.org>
6809
6810 * Update FSF's address in GPL notices.
6811
6812 * doclicense.texi (GNU Free Documentation License):
6813 * gpl.texi (GPL):
6814 * tips.texi (Coding Conventions, Library Headers):
6815 * vol1.texi:
6816 * vol2.texi: Update FSF's address.
6817
68182005-07-04 Richard M. Stallman <rms@gnu.org>
6819
6820 * hooks.texi (Standard Hooks): Add occur-hook.
6821
68222005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6823
6824 * display.texi (The Echo Area): Correct menu.
6825
68262005-07-03 Richard M. Stallman <rms@gnu.org>
6827
6828 * elisp.texi (Top): Update subnode menu for Display.
6829
6830 * display.texi (Displaying Messages): New node, with most
6831 of what was in The Echo Area.
5dcb4c4e 6832 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6833 (Logging Messages): New node with new text.
6834 (Echo Area Customization): New node, the rest of what was
6835 in The Echo Area. Document message-truncate-lines with @defvar.
6836 (Display): Update menu.
6837
6838 * windows.texi (Textual Scrolling): Doc 3 values for
6839 scroll-preserve-screen-position.
6840
6841 * text.texi (Special Properties): Change hook functions
6842 should bind inhibit-modification-hooks around altering buffer text.
6843
6844 * keymaps.texi (Key Binding Commands): Call binding BINDING
6845 rather than DEFINITION.
6846
68472005-06-29 Juanma Barranquero <lekktu@gmail.com>
6848
6849 * variables.texi (Defining Variables): `user-variable-p' returns t
6850 for aliases of user options, nil for alias loops.
6851
68522005-06-28 Richard M. Stallman <rms@gnu.org>
6853
6854 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6855 make-keymap.
6856
68572005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6858
6859 * variables.texi (Setting Variables): Correct and clarify
6860 description of `add-to-ordered-list'.
6861
68622005-06-26 Richard M. Stallman <rms@gnu.org>
6863
6864 * display.texi (Faces): Minor cleanup.
6865
68662005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6867
6868 * display.texi (Faces): `facep' returns t for strings that are
6869 face names.
6870
68712005-06-25 Richard M. Stallman <rms@gnu.org>
6872
6873 * objects.texi (Equality Predicates): Clarify meaning of equal.
6874
6875 * windows.texi (Selecting Windows): save-selected-window
6876 and with-selected-window save and restore the current buffer.
6877
68782005-06-24 Richard M. Stallman <rms@gnu.org>
6879
6880 * numbers.texi (Float Basics): Explain how to test for NaN,
6881 and printing the sign of NaNs.
6882
68832005-06-24 Eli Zaretskii <eliz@gnu.org>
6884
6885 * makefile.w32-in (MAKEINFO): Use --force.
6886
68872005-06-23 Richard M. Stallman <rms@gnu.org>
6888
6889 * display.texi (Face Functions): Correct Texinfo usage.
6890
68912005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6892
6893 * lists.texi (Rings): `ring-elements' now returns the elements of
6894 RING in order.
6895
68962005-06-23 Juanma Barranquero <lekktu@gmail.com>
6897
6898 * markers.texi (The Mark): Texinfo usage fix.
6899
69002005-06-23 Kim F. Storm <storm@cua.dk>
6901
6902 * searching.texi (Entire Match Data): Remove evaporate option for
6903 match-data. Do not mention evaporate option for set-match-data.
6904
69052005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6906
6907 * display.texi (Face Functions): Mention face aliases.
6908
69092005-06-21 Richard M. Stallman <rms@gnu.org>
6910
6911 * anti.texi (Antinews): Texinfo usage fix.
6912
69132005-06-21 Karl Berry <karl@gnu.org>
6914
6915 * elisp.texi: Use @copying.
6916
6917 * elisp.texi: Put @summarycontents and @contents before the Top
6918 node, instead of the end of the file, so that the contents appear
6919 in the right place in the dvi/pdf output.
6920
69212005-06-21 Juri Linkov <juri@jurta.org>
6922
6923 * display.texi (Defining Faces): Add `customized-face'.
6924
69252005-06-20 Kim F. Storm <storm@cua.dk>
6926
6927 * variables.texi (Setting Variables): Any type of element can be
6928 given order in add-to-ordered-list. Compare elements with eq.
6929
6930 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6931
69322005-06-20 Karl Berry <karl@gnu.org>
6933
6934 * syntax.texi (Syntax Flags): Make last column very slightly wider
6935 to avoid "generic comment" breaking on two lines and causing an
6936 underfull box.
6937
69382005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6939
6940 * lists.texi (Rings): Various minor clarifications and corrections.
6941
69422005-06-18 Richard M. Stallman <rms@gnu.org>
6943
6944 * functions.texi (Obsolete Functions): Simplify.
6945
6946 * variables.texi (Variable Aliases): Simplify.
6947
6948 * anti.texi, backups.texi, compile.texi, customization.texi:
6949 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6950 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6951 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6952 * variables.texi: Fix formatting ugliness.
6953
6954 * elisp.texi: Add links to Rings and Byte Packing.
6955 Update version and copyright years.
6956
6957 * minibuf.texi: Fix formatting ugliness.
6958 (Completion Commands): Move keymap vars to the end
6959 and vars completing-read binds to the top.
6960
69612005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6962
6963 * processes.texi: Fix typos.
6964 (Bindat Spec): Correct Texinfo error.
6965 (Byte Packing): Fix ungrammatical sentence.
6966
69672005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6968
6969 * lists.texi (Rings): New node.
6970 (Lists): Add it to menu.
6971
6972 * processes.texi (Byte Packing): New node.
6973 (Processes): Add it to menu.
6974
69752005-06-17 Richard M. Stallman <rms@gnu.org>
6976
6977 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6978
6979 * help.texi (Documentation Basics): Explain the xref to
6980 Documentation Tips.
6981
6982 * debugging.texi (Debugger Commands): Minor fix.
6983
69842005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6985
6986 * edebug.texi (Instrumenting): Eliminate duplicate link.
6987 (Specification List): Replace references to "below", referring to
6988 a later node, with one @ref to that node.
6989
6990 * os.texi (Timers): Timers should save and restore the match data
6991 if they change it.
6992
6993 * debugging.texi (Debugger Commands): Mention that the Lisp
6994 debugger can not step through primitive functions.
6995
69962005-06-16 Juanma Barranquero <lekktu@gmail.com>
6997
6998 * functions.texi (Obsolete Functions): Update argument names of
6999 `make-obsolete' and `define-obsolete-function-alias'.
7000
7001 * variables.texi (Variable Aliases): Update argument names of
7002 `defvaralias', `make-obsolete-variable' and
7003 `define-obsolete-variable-alias'.
7004
70052005-06-15 Kim F. Storm <storm@cua.dk>
7006
7007 * searching.texi (Entire Match Data): Rephrase warnings about
7008 evaporate arg to match-data and set-match-data.
7009
70102005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7011
7012 * elisp.texi (Top): Update detailed menu.
7013
7014 * edebug.texi (Edebug): Update menu.
7015 (Instrumenting): Update xrefs.
7016 (Edebug Execution Modes): Correct xref.
7017 (Jumping): Clarify description of `h' command.
7018 Eliminate redundant @ref.
7019 (Breaks): New node.
7020 (Breakpoints): Is now a subsubsection.
7021 (Global Break Condition): Mention `C-x X X'.
7022 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7023 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7024 (Edebug Display Update): Correct pxref.
7025 (Edebug and Macros): New node.
7026 (Instrumenting Macro Calls): Is now a subsubsection.
7027 Neither arg of `def-edebug-spec' is evaluated.
7028 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7029 (Specification Examples): Fix typo.
7030
70312005-06-14 Lute Kamstra <lute@gnu.org>
7032
7033 * debugging.texi (Function Debugging): Primitives can break on
7034 entry too.
7035
70362005-06-14 Kim F. Storm <storm@cua.dk>
7037
7038 * variables.texi (Setting Variables): Add add-to-ordered-list.
7039
70402005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7041
7042 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7043 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7044
70452005-06-13 Lute Kamstra <lute@gnu.org>
7046
7047 * text.texi (Special Properties): Fix cross reference.
7048
70492005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7050
7051 * debugging.texi (Function Debugging): Delete mention of empty
7052 string argument to `cancel-debug-on-entry'. Delete inaccurate
7053 description of the return value of that command.
7054
70552005-06-11 Alan Mackenzie <acm@muc.de>
7056
7057 * text.texi (Adaptive Fill): Amplify the description of
7058 fill-context-prefix.
7059
70602005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7061
7062 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7063
70642005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7065
7066 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7067
70682005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7069
7070 * debugging.texi (Error Debugging): Minor rewording.
7071 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7072 is optional.
7073
70742005-06-10 Lute Kamstra <lute@gnu.org>
7075
7076 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7077 (Top): Give it a title. Correct version number. Give the
7078 detailed node listing a more prominent header.
7079 * intro.texi: Don't set VERSION here a second time.
7080 Mention Emacs's version too.
7081 * anti.texi (Antinews): Use EMACSVER to refer to the current
7082 version of Emacs.
7083
70842005-06-09 Kim F. Storm <storm@cua.dk>
7085
7086 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7087 match-data and set-match-data.
7088
70892005-06-08 Richard M. Stallman <rms@gnu.org>
7090
7091 * searching.texi (Entire Match Data): Clarify when match-data
7092 returns markers and when integers.
7093
7094 * display.texi (Defining Faces): Explain that face name should not
7095 end in `-face'.
7096
7097 * modes.texi (Mode Line Data): Minor cleanup.
7098 (Customizing Keywords): Node split out of Search-based Fontification.
7099 Add example of using font-lock-add-keywords from a hook.
7100 Clarify when MODE should be non-nil, and when nil.
7101
71022005-06-06 Richard M. Stallman <rms@gnu.org>
7103
7104 * modes.texi (Mode Line Data): Explain what happens when the car
7105 of a list is a void symbol.
7106 (Search-based Fontification): Explain MODE arg to
7107 font-lock-add-keywords and warn about calls from major modes.
7108
71092005-06-08 Juri Linkov <juri@jurta.org>
7110
7111 * display.texi (Standard Faces): Add `shadow' face.
7112
71132005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7114
7115 * modes.texi (Major Mode Conventions): A derived mode only needs
7116 to put the call to the parent mode inside `delay-mode-hooks'.
7117
71182005-05-29 Richard M. Stallman <rms@gnu.org>
7119
7120 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7121 new, and what that implies. Clarify.
7122
7123 * files.texi (Locating Files): Clean up the text.
7124
7125 * frames.texi (Window Frame Parameters): Document user-size.
7126 Shorten entry for top by referring to left.
7127
71282005-05-26 Richard M. Stallman <rms@gnu.org>
7129
7130 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7131 is new, and what the implications are. Other clarifications.
7132
71332005-05-24 Richard M. Stallman <rms@gnu.org>
7134
7135 * frames.texi (Dialog Boxes): Minor fixes.
7136
71372005-05-25 Masatake YAMATO <jet@gyve.org>
7138
7139 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7140
71412005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7142
7143 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7144 is optional.
7145
71462005-05-24 Nick Roberts <nickrob@snap.net.nz>
7147
10d1d0af 7148 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7149
71502005-05-23 Lute Kamstra <lute@gnu.org>
7151
7152 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7153 syntax-begin-function over font-lock-beginning-of-syntax-function.
7154
71552005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7156
7157 * minibuf.texi (Reading File Names): Update description of
7158 `read-directory-name'.
7159
7160 * modes.texi (Derived Modes): Clarify :group keyword.
7161
71622005-05-21 Eli Zaretskii <eliz@gnu.org>
7163
7164 * files.texi (Locating Files): New subsection.
7165 Describe locate-file and executable-find.
7166
71672005-05-21 Kevin Ryde <user42@zip.com.au>
7168
7169 * frames.texi (Initial Parameters): Update cross reference to
7170 "Emacs Invocation".
7171
71722005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7173
7174 * keymaps.texi (Active Keymaps): Add anchor.
7175
7176 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7177 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7178 appropriate place.
7179 (Derived Modes): Small clarifications.
7180 (Minor Mode Conventions, Keymaps and Minor Modes):
7181 Replace references to nodes with references to anchors.
7182 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7183 Clarify description of lists whose first element is an integer.
7184 (Mode Line Variables): Add anchor.
7185 (%-Constructs): Clarify description of integer after %.
7186 (Emulating Mode Line): Describe nil value for FACE.
7187
71882005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7189
7190 * modes.texi (Derived Modes): Correct references to non-existing
7191 variable standard-syntax-table.
7192
71932005-05-17 Lute Kamstra <lute@gnu.org>
7194
7195 * modes.texi (Defining Minor Modes): Mention the mode hook.
7196
71972005-05-15 Kim F. Storm <storm@cua.dk>
7198
7199 * processes.texi (Network): Remove open-network-stream-nowait.
7200 (Network Servers): Remove open-network-stream-server.
7201
72022005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7203
7204 * elisp.texi (Top): Update detailed menu.
7205
7206 * variables.texi: Reorder nodes.
7207 (Variables): Update menu.
7208 (File Local Variables): Do not refer to the `-*-' line as
7209 a "local variables list". Add pxref.
7210
72112005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7212
7213 * elisp.texi (Top): Update detailed menu for node changes.
7214
7215 * modes.texi (Modes): Update Menu.
7216 (Hooks): Move to beginning of chapter.
7217 Most minor modes run mode hooks too.
7218 `add-hook' can handle void hooks or hooks whose value is a single
7219 function.
7220 (Major Modes): Update Menu.
7221 (Major Mode Basics): New node, split off from `Major Modes'.
7222 (Major Mode Conventions): Correct xref. Explain how to handle
7223 auto-mode-alist if the major mode command has an autoload cookie.
7224 (Auto Major Mode): Major update. Add magic-mode-alist.
7225 (Derived Modes): Major update.
7226 (Mode Line Format): Update Menu.
7227 (Mode Line Basics): New node, split off from `Mode Line Format'.
7228
7229 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7230 for `magic autoload comment'. Add index entries and anchor.
7231
72322005-05-14 Richard M. Stallman <rms@gnu.org>
7233
7234 * tips.texi (Coding Conventions): Explain how important it is
7235 that just loading certain files not change Emacs behavior.
7236
7237 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7238
72392005-05-12 Lute Kamstra <lute@gnu.org>
7240
7241 * modes.texi (Generic Modes): Update.
7242 (Major Modes): Refer to node "Generic Modes".
7243
7244 * elisp.texi (Top): Update to the current structure of the manual.
7245 * processes.texi (Processes): Add menu description.
7246 * customize.texi (Customization): Add menu descriptions.
7247
72482005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7249
7250 * processes.texi (Signals to Processes)
7251 (Low-Level Network): Fix typos.
7252
72532005-05-11 Lute Kamstra <lute@gnu.org>
7254
7255 * elisp.texi (Top): Add some nodes from the chapter "Major and
7256 Minor Modes" to the detailed node listing.
7257
72582005-05-10 Richard M. Stallman <rms@gnu.org>
7259
7260 * keymaps.texi (Extended Menu Items): Menu item filter functions
7261 can be called at any time.
7262
72632005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7264
7265 * variables.texi (File Local Variables): `(hack-local-variables t)'
7266 now also checks whether a mode is specified in the local variables
7267 list.
7268
72692005-05-05 Kevin Ryde <user42@zip.com.au>
7270
7271 * display.texi (The Echo Area): Correct format function cross
7272 reference.
7273
72742005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7275
7276 * variables.texi (Variable Aliases): Change description of
7277 `define-obsolete-variable-alias'.
7278
7279 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7280 (Defining Functions): Add xref.
7281 (Obsolete Functions): New node.
7282 (Function Safety): Standardize capitalization of section title.
7283
7284 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7285 (Dialog Boxes): Complete description of `x-popup-dialog'.
7286
72872005-05-04 Richard M. Stallman <rms@gnu.org>
7288
7289 * commands.texi (Interactive Codes): Fix Texinfo usage.
7290 Document U more clearly.
7291
72922005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7293
7294 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7295 function and not a macro.
7296
7297 * frames.texi (Pop-Up Menus): Correct and clarify description of
7298 `x-popup-menu'.
7299 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7300
73012005-05-01 Richard M. Stallman <rms@gnu.org>
7302
7303 * edebug.texi (Checking Whether to Stop): Fix previous change.
7304
73052005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7306
7307 * display.texi: Fix typos and Texinfo usage.
7308
7309 * edebug.texi (Checking Whether to Stop): executing-macro ->
7310 executing-kbd-macro.
7311
73122005-05-01 Richard M. Stallman <rms@gnu.org>
7313
7314 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7315
73162005-04-30 Richard M. Stallman <rms@gnu.org>
7317
7318 * files.texi (Magic File Names): Document `operations' property.
7319
73202005-04-29 Lute Kamstra <lute@gnu.org>
7321
7322 * modes.texi (Generic Modes): New node.
7323 (Major Modes): Add it to the menu.
7324 (Derived Modes): Add "derived mode" to concept index.
7325
73262005-04-28 Lute Kamstra <lute@gnu.org>
7327
7328 * modes.texi (Defining Minor Modes): Fix previous change.
7329 (Font Lock Mode): Simplify.
7330 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7331 when set and that some parts are optional. Add cross references.
7332 (Search-based Fontification): Say how to specify font-lock-keywords.
7333 Add cross references. Add font-lock-multiline to index.
7334 Move font-lock-keywords-case-fold-search here from node "Other Font
7335 Lock Variables". Document font-lock-add-keywords and
7336 font-lock-remove-keywords.
7337 (Other Font Lock Variables): Move font-lock-keywords-only,
7338 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7339 and font-lock-syntactic-face-function to node "Syntactic Font
7340 Lock". Move font-lock-keywords-case-fold-search to node
7341 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7342 and font-lock-{,un}fontify-{buffer,region}-function.
7343 (Precalculated Fontification): Remove reference to deleted variable
7344 font-lock-core-only.
7345 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7346 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7347 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7348 and font-lock-syntactic-face-function here from node "Other Font
7349 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7350 Syntax Properties". Add cross references.
7351 (Setting Syntax Properties): New node.
7352 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7353 * syntax.texi (Syntax Properties): Add cross reference.
7354 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7355
73562005-04-26 Richard M. Stallman <rms@gnu.org>
7357
7358 * display.texi (Defining Faces):
7359 Document `default' elements of defface spec.
7360
7361 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7362
7363 * variables.texi (Variable Aliases): Clarify text.
7364
73652005-04-25 Chong Yidong <cyd@stupidchicken.com>
7366
7367 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7368
73692005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7370
7371 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7372
73732005-04-24 Eli Zaretskii <eliz@gnu.org>
7374
7375 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7376 syntax-after and syntax-class.
7377
7378 * files.texi (Changing Files): Fix last change's cross-reference.
7379 (Unique File Names): Don't mention "numbers" in the documentation
7380 of make-temp-file and make-temp-name.
7381
73822005-04-23 Richard M. Stallman <rms@gnu.org>
7383
7384 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7385
73862005-04-22 Nick Roberts <nickrob@snap.net.nz>
7387
7388 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7389
73902005-04-22 Nick Roberts <nickrob@snap.net.nz>
7391
7392 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7393 and define-obsolete-variable-alias.
7394
73952005-04-22 Kim F. Storm <storm@cua.dk>
7396
7397 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7398 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7399
74002005-04-21 Lute Kamstra <lute@gnu.org>
7401
7402 * lists.texi (Association Lists): Document rassq-delete-all.
7403
74042005-04-19 Richard M. Stallman <rms@gnu.org>
7405
7406 * modes.texi (Search-based Fontification): Explain that
7407 facespec is an expression to be evaluated.
7408
74092005-04-19 Kevin Ryde <user42@zip.com.au>
7410
7411 * streams.texi (Output Functions): Fix xref.
7412 * strings.texi (String Conversion): Fix xref.
7413
74142005-04-19 Kim F. Storm <storm@cua.dk>
7415
7416 * symbols.texi (Symbol Plists): Add safe-get.
7417 Mention that `get' may signal an error.
7418
74192005-04-18 Nick Roberts <nickrob@snap.net.nz>
7420
7421 * customize.texi (Variable Definitions): Replace tooltip-mode
7422 example with save-place.
7423
74242005-04-17 Richard M. Stallman <rms@gnu.org>
7425
7426 * buffers.texi (Indirect Buffers): Clarify.
7427
7428 * positions.texi (Positions): Clarify converting marker to integer.
7429
7430 * strings.texi (String Basics): Mention string-match; clarify.
7431
74322005-04-08 Lute Kamstra <lute@gnu.org>
7433
7434 * modes.texi (Search-based Fontification): Fix cross references.
7435 Use consistent terminology. Document anchored highlighting.
7436
74372005-04-05 Lute Kamstra <lute@gnu.org>
7438
7439 * modes.texi (Defining Minor Modes): Document :group keyword
7440 argument and its default value.
7441
74422005-04-03 Lute Kamstra <lute@gnu.org>
7443
7444 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7445 references and/or descriptions. Delete major mode hooks; mention
7446 them as a category instead. Rename or delete obsolete hooks.
7447
74482005-04-02 Richard M. Stallman <rms@gnu.org>
7449
7450 * nonascii.texi (Coding System Basics): Another wording cleanup.
7451
74522005-04-01 Richard M. Stallman <rms@gnu.org>
7453
7454 * nonascii.texi (Coding System Basics): Clarify previous change.
7455
74562005-04-01 Kenichi Handa <handa@m17n.org>
7457
10d1d0af 7458 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7459 identity of coding systems.
7460
74612005-03-29 Chong Yidong <cyd@stupidchicken.com>
7462
7463 * text.texi (Buffer Contents): Add filter-buffer-substring and
7464 buffer-substring-filters.
7465
74662005-03-26 Chong Yidong <cyd@stupidchicken.com>
7467
7468 * anti.texi (Antinews): Mention `G' interactive code.
7469
7470 * tips.texi (Compilation Tips): Mention benchmark.el.
7471
74722005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7473
7474 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7475 is now bound to M-o M-o.
7476
7477 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7478
74792005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7480
7481 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7482 in the Emacs Manual).
7483 * Makefile.in (srcs): Remove calendar.texi.
7484 * makefile.w32-in (srcs): Remove calendar.texi.
7485 * display.texi (Display): Change name of next node.
7486 * os.texi (System In): Change name of previous node.
7487 * elisp.texi (Top): Remove Calendar references.
7488 * vol1.texi (Top): Remove Calendar references.
7489 * vol2.texi (Top): Remove Calendar references.
7490
74912005-03-25 Richard M. Stallman <rms@gnu.org>
7492
7493 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7494 Cleanup previous change.
7495
74962005-03-25 Chong Yidong <cyd@stupidchicken.com>
7497
7498 * display.texi (Face Attributes): Faces earlier in an :inherit
7499 list take precedence.
7500 (Scroll Bars): Fix description of vertical-scroll-bars.
7501 Document frame-current-scroll-bars and window-current-scroll-bars.
7502
7503 * markers.texi (The Mark): Document temporary Transient Mark mode.
7504
7505 * minibuf.texi (Reading File Names):
7506 Document read-file-name-completion-ignore-case.
7507
7508 * positions.texi (Screen Lines): Document nil for width argument
7509 to compute-motion.
7510
75112005-03-23 Kim F. Storm <storm@cua.dk>
7512
7513 * display.texi (Standard Faces): Other faces used in the fringe
7514 implicitly inherits from the fringe face.
7515 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7516 properties implicitly inherits from fringe face.
7517 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7518
75192005-03-20 Chong Yidong <cyd@stupidchicken.com>
7520
7521 * display.texi (Invisible Text): State default value of
7522 line-move-ignore-invisible.
7523 (Managing Overlays): Document remove-overlays.
7524 (Standard Faces): Document escape-glyph face.
7525
7526 * minibuf.texi (Reading File Names): Document read-file-name-function.
7527
7528 * modes.texi (Other Font Lock Variables):
7529 Document font-lock-lines-before.
7530
7531 * positions.texi (Skipping Characters): skip-chars-forward allows
7532 character classes.
7533
75342005-03-18 Lute Kamstra <lute@gnu.org>
7535
7536 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7537
75382005-03-17 Richard M. Stallman <rms@gnu.org>
7539
7540 * text.texi (Undo): Document extensible undo entries.
7541
dd7b651b 7542 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7543
7544 * nonascii.texi (Character Codes): Minor fix.
7545
7546 * display.texi (Display Property): Explain the significance
7547 of having text properties that are eq.
7548 (Other Display Specs): Explain string as display spec.
7549
7550 * commands.texi (Interactive Codes): Document G option.
7551
75522005-03-17 Chong Yidong <cyd@stupidchicken.com>
7553
7554 * text.texi (Filling): Add sentence-end-without-period and
7555 sentence-end-without-space.
7556 (Changing Properties): Minor fix.
7557
7558 * anti.texi: Total rewrite.
7559
75602005-03-15 Lute Kamstra <lute@gnu.org>
7561
7562 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7563
75642005-03-08 Kim F. Storm <storm@cua.dk>
7565
7566 * display.texi (Specified Space): Property :width is support on
7567 non-graphic terminals, :height is not.
7568
75692005-03-07 Richard M. Stallman <rms@gnu.org>
7570
7571 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7572 Now subnodes of Fringes.
7573 (Overlay Arrow): Document overlay-arrow-variable-list.
7574 (Fringe Size/Pos): New node, broken out of Fringes.
7575 (Display): Explain clearing vs redisplay better.
7576 (Truncation): Clarify use of bitmaps.
7577 (The Echo Area): Clarify the uses of the echo area.
7578 Add max-mini-window-height.
7579 (Progress): Clarify.
7580 (Invisible Text): Explain that main loop moves point out.
7581 (Selective Display): Say "hidden", not "invisible".
7582 (Managing Overlays): Move up. Describe relation to Undo here.
7583 (Overlay Properties): Clarify intro.
7584 (Finding Overlays): Explain return values when nothing found.
7585 (Width): truncate-string-to-width has added arg.
7586 (Displaying Faces): Clarify and update mode line face handling.
7587 (Face Functions): Minor cleanup.
7588 (Conditional Display): Merge into Other Display Specs.
7589 (Pixel Specification, Other Display Specs): Minor cleanups.
7590 (Images, Image Descriptors): Minor cleanups.
7591 (GIF Images): Patents have expired.
7592 (Showing Images): Explain default text for insert-image.
7593 (Manipulating Button Types): Merge into Manipulating Buttons.
7594 (Making Buttons): Explain return values.
7595 (Button Buffer Commands): Add xref.
7596 (Inverse Video): Update mode-line-inverse-video.
7597 (Display Table Format): Clarify.
7598 (Active Display Table): Give defaults for window-display-table.
7599
7600 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7601 and calendar-today-marker are strings, not chars.
7602 (Holiday Customizing): Minor fix.
7603
7604 * internals.texi (Writing Emacs Primitives): Update `or' example.
7605 Update limit on # args of subr.
7606
7607 * edebug.texi (Using Edebug): Arrow is in fringe.
7608 (Instrumenting): Arg to eval-defun works without loading edebug.
7609 (Edebug Execution Modes): Add xref.
7610
7611 * customize.texi (Common Keywords): Clarify :require.
7612 Mention :version here.
7613 (Variable Definitions, Group Definitions): Not here.
7614 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7615
76162005-03-07 Chong Yidong <cyd@stupidchicken.com>
7617 * nonascii.texi (Text Representations): Clarify position-bytes.
7618 (Character Sets): Add list-charset-chars.
7619 (Scanning Charsets): Add charset-after.
7620 (Encoding and I/O): Minor fix.
7621
76222005-03-06 Richard M. Stallman <rms@gnu.org>
7623
7624 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7625 (Resizing Windows): Likewise.
7626
7627 * text.texi (Change Hooks): Get rid of "Emacs 21".
7628
7629 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7630
7631 * streams.texi (Output Variables): Get rid of "Emacs 21".
7632
7633 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7634
7635 * os.texi (Translating Input): Replace flow-control example
7636 with a less obsolete example that uses `keyboard-translate'.
7637
7638 * objects.texi (Hash Table Type, Circular Objects):
7639 Get rid of "Emacs 21".
7640
7641 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7642 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7643
7644 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7645
7646 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7647
7648 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7649 (Menu Bar): Fix when menu-bar-update-hook is called.
7650
7651 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7652
7653 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7654 and make it read better.
7655
7656 * files.texi (Writing to Files): Get rid of "Emacs 21".
7657 (Unique File Names): Likewise.
7658
7659 * elisp.texi: Update Emacs version to 22.
7660
7661 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7662 (Overlay Properties, Face Attributes): Likewise.
7663 (Managing Overlays): Fix punctuation.
7664 (Attribute Functions): Clarify set-face-font; get rid of
7665 info about old Emacs versions.
7666 (Auto Faces, Font Lookup, Display Property, Images):
7667 Get rid of "Emacs 21".
7668
7669 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7670
76712005-03-05 Richard M. Stallman <rms@gnu.org>
7672
7673 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7674
76752005-03-04 Lute Kamstra <lute@gnu.org>
7676
7677 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7678
76792005-03-03 Lute Kamstra <lute@gnu.org>
7680
7681 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7682
76832005-03-01 Lute Kamstra <lute@gnu.org>
7684
7685 * debugging.texi (Debugger Commands): Update `j'.
7686
76872005-02-28 Lute Kamstra <lute@gnu.org>
7688
7689 * debugging.texi (Debugging): Fix typo.
7690 (Error Debugging): Document eval-expression-debug-on-error.
7691 (Function Debugging): Update example.
7692 (Using Debugger): Mention starred stack frames.
7693 (Debugger Commands): Document `j' and `l'.
7694 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7695 Update the messages that the debugger displays.
7696 (Internals of Debugger): Add cross reference. Update example.
7697 (Excess Open): Minor improvement.
7698 (Excess Close): Minor improvement.
7699
77002005-02-26 Richard M. Stallman <rms@gnu.org>
7701
7702 * tips.texi (Coding Conventions): Clarify.
7703 Put all the major mode key reservations together.
7704 Mention the Mouse-1 => Mouse-2 conventions.
7705
7706 * syntax.texi (Syntax Class Table): Clarify.
7707 (Syntax Table Functions): syntax-after moved from here.
7708 (Syntax Table Internals): syntax-after moved to here.
7709 (Parsing Expressions): Update info on number of values
7710 and what's meaningful in the STATE argument.
7711 (Categories): Fix typo.
7712
7713 * sequences.texi (Arrays): Cleanup.
7714 (Char-Tables): Clarify.
7715
7716 * processes.texi (Deleting Processes): Cleanups, add xref.
7717 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7718 (Process Information): set-process-coding-system, some args optional.
7719 (Input to Processes): Explain various types for PROCESS args.
7720 Rename them from PROCESS-NAME to PROCESS.
7721 (Signals to Processes): Likewise.
7722 (Decoding Output): Cleanup.
7723 (Query Before Exit): Clarify.
7724
7725 * os.texi (Startup Summary): Correct the options; add missing ones.
7726 (Terminal Output, Batch Mode): Clarify.
7727 (Flow Control): Node deleted.
7728
7729 * markers.texi (The Mark): Clarify.
7730
7731 * macros.texi (Expansion): Cleanup.
7732 (Indenting Macros): indent-spec allows ints, not floats.
7733
7734 * keymaps.texi (Keymaps): Clarify.
7735 (Format of Keymaps): Update lisp-mode-map example.
7736 (Active Keymaps, Key Lookup): Clarify.
7737 (Changing Key Bindings): Add xref to `kbd'.
7738 (Key Binding Commands, Simple Menu Items): Clarify.
7739 (Mouse Menus, Menu Bar): Clarify.
7740 (Menu Example): Replace print example with menu-bar-replace-menu.
7741
7742 * help.texi (Documentation Basics): Add function-documentation prop.
7743
7744 * elisp.texi (Top): Don't refer to Flow Control node.
7745
7746 * commands.texi (Command Overview): Improve xrefs.
7747 (Adjusting Point): Adjusting point applies to intangible and invis.
7748 (Key Sequence Input): Doc extra read-key-sequence args.
7749 Likewise for read-key-sequence-vector.
7750
7751 * backups.texi (Rename or Copy): Minor fix.
7752 (Numbered Backups): For version-control, say the default.
7753 (Auto-Saving): make-auto-save-file-name example is simplified.
7754
7755 * advice.texi (Advising Functions): Don't imply one part of Emacs
7756 should advise another part. Markup changes.
7757 (Defining Advice): Move transitional para.
7758 (Activation of Advice): Cleanup.
7759 Explain if COMPILE is nil or negative.
7760
7761 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7762
77632005-02-24 Lute Kamstra <lute@gnu.org>
7764
7765 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7766 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7767
77682005-02-23 Lute Kamstra <lute@gnu.org>
7769
7770 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7771 to define global minor modes as well.
7772
7773 * display.texi (Managing Overlays): overlay-buffer returns nil for
7774 deleted overlays.
7775
77762005-02-22 Kim F. Storm <storm@cua.dk>
7777
7778 * minibuf.texi (Basic Completion): Allow symbols in addition to
7779 strings in try-completion and all-completions.
7780
77812005-02-14 Lute Kamstra <lute@gnu.org>
7782
7783 * elisp.texi (Top): Remove reference to deleted node.
7784
7785 * lists.texi (Lists): Remove reference to deleted node.
7786 (Cons Cells): Fix typo.
7787
7788 * loading.texi (Where Defined): Fix typo.
7789
77902005-02-14 Richard M. Stallman <rms@gnu.org>
7791
7792 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7793 is useful for discarding some minor modes.
7794
7795 * symbols.texi (Symbol Components): Reorder examples.
7796
7797 * streams.texi (Input Functions): State standard-input default.
7798 (Output Variables): State standard-output default.
7799
7800 * objects.texi (Printed Representation): Clarify read syntax vs print.
7801 (Floating Point Type): Explain meaning better.
7802 (Symbol Type): Explain uniqueness better.
7803 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7804 List examples sooner.
7805 (Box Diagrams): New subnode broken out.
7806 Some examples moved from old Lists as Boxes node.
7807 (Dotted Pair Notation): Clarify intro.
7808 (Array Type): Clarify.
7809 (Type Predicates): Add hash-table-p.
7810
7811 * numbers.texi (Integer Basics): Clarify radix explanation.
7812 (Predicates on Numbers): Minor clarification.
7813 (Comparison of Numbers): Minor clarification. Clarify eql.
7814 Typos in min, max.
7815 (Math Functions): Clarify overflow in expt.
7816
7817 * minibuf.texi (Text from Minibuffer): Minor clarification.
7818 Mention arrow keys.
7819
7820 * loading.texi (Autoload): defun's doc string overrides autoload's
7821 doc string.
7822 (Repeated Loading): Modernize "add to list" examples.
7823 (Where Defined): Finish updating table of load-history elts.
7824
7825 * lists.texi (List-related Predicates): Minor wording improvement.
7826 (Lists as Boxes): Node deleted.
7827 (Building Lists): Explain trivial cases of number-sequence.
7828
7829 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7830 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7831 (Hash Access): Any object can be a key.
7832 State value of maphash.
7833
7834 * functions.texi (What Is a Function): Wording cleanup.
7835 (Function Documentation): Minor cleanup.
7836 Explain purpose of calling convention at end of doc string.
7837 (Function Names): Wording cleanup.
7838 (Calling Functions): Wording cleanup.
7839 Explain better how funcall calls the function.
7840 (Function Cells): Delete example of saving and redefining function.
7841
7842 * control.texi (Combining Conditions): Wording cleanup.
7843 (Iteration): dolist and dotimes bind VAR locally.
7844 (Cleanups): Xref to Atomic Changes.
7845
7846 * compile.texi (Byte Compilation): Delete 19.29 info.
7847 (Compilation Functions): Macros' difficulties don't affect defsubst.
7848 (Docs and Compilation): Delete 19.29 info.
7849
78502005-02-10 Richard M. Stallman <rms@gnu.org>
7851
7852 * objects.texi (Symbol Type): Minor correction.
7853
78542005-02-06 Lute Kamstra <lute@gnu.org>
7855
7856 * modes.texi (Example Major Modes): Fix typos.
7857
78582005-02-06 Richard M. Stallman <rms@gnu.org>
7859
7860 * text.texi (Margins): fill-nobreak-predicate can be one function.
7861
7862 * strings.texi (Modifying Strings): clear-string can make unibyte.
7863 (Formatting Strings): format gives error if values missing.
7864
7865 * positions.texi (Character Motion): Mention default arg
7866 for forward-char. backward-char refers to forward-char.
7867 (Word Motion): Mention default arg for forward-word.
7868 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7869 Simplify end-of-buffer.
7870 (Text Lines): Mention default arg for forward-line.
7871 (List Motion): Mention default arg for beginning/end-of-defun.
7872 (Skipping Characters): Minor fixes in explaining character-set.
7873
7874 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7875 Mode inheritance applies only when default-major-mode is nil.
7876 Clarifications.
7877 (Example Major Modes): Update Text mode and Lisp mode examples.
7878 (Minor Mode Conventions): Mention define-minor-mode at top.
7879 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7880 (Mode Line Format): Update mode line face display info.
7881 (Properties in Mode): Mention effect of risky vars.
7882 (Imenu): Define imenu-add-to-menubar.
7883 (Font Lock Mode): Add descriptions to menu lines.
7884 (Faces for Font Lock): Add font-lock-doc-face.
7885
78862005-02-05 Lute Kamstra <lute@gnu.org>
7887
7888 * text.texi (Maintaining Undo): Remove obsolete function.
7889
78902005-02-05 Eli Zaretskii <eliz@gnu.org>
7891
7892 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7893 color specifications. Improve indexing.
b8d4c8d0
GM
7894 (Text Terminal Colors): Replace the description of RGB values by
7895 an xref to "Color Names".
7896
78972005-02-03 Richard M. Stallman <rms@gnu.org>
7898
7899 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7900 Clarify.
7901 (Selecting Windows): Clarify save-selected-window.
7902 (Cyclic Window Ordering): Clarify walk-windows.
7903 (Window Point): Clarify.
7904 (Window Start): Add comment to example.
7905 (Resizing Windows): Add `interactive' specs in examples.
7906 Document fit-window-to-buffer.
7907
7908 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7909 (Undo, Maintaining Undo): Clarify last change.
7910 (Sorting): In sort-numeric-fields, explain about octal and hex.
7911 Mention sort-numeric-base.
7912 (Format Properties): Add xref for hard newlines.
7913
7914 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7915 (Pop-Up Menus): Fix typo.
7916 (Color Names): Explain all types of color names.
7917 Explain color-values on B&W terminal.
7918 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7919
7920 * files.texi (File Locks): Not supported on MS systems.
7921 (Testing Accessibility): Clarify.
7922
7923 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7924 (Coverage Testing): Fix typo.
7925
7926 * commands.texi (Misc Events): Remove stray space.
7927
7928 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7929 (Modification Time): Clarify when visited-file-modtime returns 0.
7930 (The Buffer List): Clarify bury-buffer.
7931 (Killing Buffers): Clarify.
7932 (Indirect Buffers): Add clone-indirect-buffer.
7933
79342005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7935
7936 * edebug.texi (Printing in Edebug): Fix default value of
7937 edebug-print-circle.
7938 (Coverage Testing): Fix displayed frequency count data.
7939
79402005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7941
7942 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7943
79442005-02-02 Kim F. Storm <storm@cua.dk>
7945
7946 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7947
79482005-01-29 Eli Zaretskii <eliz@gnu.org>
7949
7950 * commands.texi (Misc Events): Describe the help-echo event.
7951
7952 * text.texi (Special Properties) <help-echo>: Use `pos'
7953 consistently in description of the help-echo property.
7954 Use @code{nil} instead of @var{nil}.
7955
7956 * display.texi (Overlay Properties): Fix the index entry for
7957 help-echo overlay property.
7958
7959 * customize.texi (Type Keywords): Uncomment the xref to the
7960 help-echo property documentation.
7961
79622005-01-23 Kim F. Storm <storm@cua.dk>
7963
7964 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7965 return value. Third element FULLY replaced by PARTIAL which
7966 specifies number of invisible pixels if row is only partially visible.
7967 (Textual Scrolling): Mention auto-window-vscroll.
7968 (Vertical Scrolling): New defvar auto-window-vscroll.
7969
79702005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7971
7972 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7973 command remapping.
7974
79752005-01-15 Richard M. Stallman <rms@gnu.org>
7976
7977 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7978
79792005-01-14 Kim F. Storm <storm@cua.dk>
7980
7981 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7982
7983 * text.texi (Links and Mouse-1): Fix string and vector item.
7984
79852005-01-13 Richard M. Stallman <rms@gnu.org>
7986
7987 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7988 descriptions of overriding-local-map and overriding-terminal-local-map.
7989
7990 * text.texi (Links and Mouse-1): Clarify text.
7991
79922005-01-13 Kim F. Storm <storm@cua.dk>
7993
7994 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7995
79962005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7997
7998 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7999
80002005-01-12 Kim F. Storm <storm@cua.dk>
8001
8002 * text.texi (Links and Mouse-1): Rename section from Enabling
8003 Mouse-1 to Following Links. Change xrefs.
8004 Add examples for define-button-type and define-widget.
8005
8006 * display.texi (Button Properties, Button Buffer Commands):
8007 Clarify mouse-1 and follow-link functionality.
8008
80092005-01-12 Richard M. Stallman <rms@gnu.org>
8010
8011 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8012
8013 * display.texi (Beeping): Fix Texinfo usage.
8014
8015 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8016
80172005-01-11 Kim F. Storm <storm@cua.dk>
8018
8019 * display.texi (Button Properties, Button Buffer Commands):
8020 Mention mouse-1 binding. Add follow-link keyword.
8021
8022 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8023 (Enabling Mouse-1 to Follow Links): New subsection.
8024
80252005-01-06 Richard M. Stallman <rms@gnu.org>
8026
8027 * text.texi (Special Properties): Minor change.
8028
8029 * os.texi (Timers): Clarify previous change.
8030
8031 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8032
80332005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8034
8035 * display.texi (Face Attributes): Correct xref to renamed node.
8036
80372005-01-01 Richard M. Stallman <rms@gnu.org>
8038
8039 * display.texi (Face Attributes): Describe hex color specs.
8040
80412004-12-31 Richard M. Stallman <rms@gnu.org>
8042
8043 * os.texi (Timers): Update previous change.
8044
80452004-12-30 Kim F. Storm <storm@cua.dk>
8046
8047 * display.texi (Line Height): Total line-height is now specified
8048 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8049 in cons cells. (nil . RATIO) is relative to actual line height.
8050 Use line-height `t' instead of `0' to get minimum height.
8051
80522004-12-29 Richard M. Stallman <rms@gnu.org>
8053
8054 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8055
80562004-12-28 Richard M. Stallman <rms@gnu.org>
8057
8058 * commands.texi (Quitting): Clarify value of with-local-quit.
8059
8060 * elisp.texi (Top): Fix previous change.
8061
8062 * loading.texi (Loading): Fix previous change.
8063
80642004-12-27 Richard M. Stallman <rms@gnu.org>
8065
8066 * Makefile.in (MAKEINFO): Specify --force.
8067
8068 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8069
8070 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8071
8072 * display.texi (Line Height): Further clarify.
8073
8074 * elisp.texi (Top): Update Loading submenu.
8075
8076 * loading.texi (Where Defined): New node.
8077 (Unloading): load-history moved to Where Defined.
8078
80792004-12-21 Richard M. Stallman <rms@gnu.org>
8080
8081 * commands.texi (Event Input Misc): Add while-no-input.
8082
80832004-12-11 Richard M. Stallman <rms@gnu.org>
8084
8085 * display.texi (Line Height): Rewrite text for clarity.
8086
80872004-12-11 Kim F. Storm <storm@cua.dk>
8088
8089 * display.texi (Display): Add node "Line Height" to menu.
8090 (Line Height): New node. Move full description of line-spacing
8091 and line-height text properties here from text.texi.
8092 (Scroll Bars): Add vertical-scroll-bar variable.
8093
8094 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8095
8096 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8097 line-spacing and vertical-scroll-bar.
8098
8099 * text.texi (Special Properties): Just mention line-spacing and
8100 line-height here, add xref to new "Line Height" node.
8101
81022004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8103
8104 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8105
8106 * locals.texi (Standard Buffer-Local Variables):
8107 Add @xref for `line-spacing'.
8108
81092004-12-05 Richard M. Stallman <rms@gnu.org>
8110
8111 * Makefile.in (maintainer-clean): Remove the info files
8112 in $(infodir) where they are created.
8113
81142004-12-03 Richard M. Stallman <rms@gnu.org>
8115
8116 * windows.texi (Selecting Windows): get-lru-window and
8117 get-largest-window don't consider dedicated windows.
8118
8119 * text.texi (Undo): Document undo-in-progress.
8120
81212004-11-26 Richard M. Stallman <rms@gnu.org>
8122
8123 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8124 Remove a few vars that are not always buffer-local.
8125
81262004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8127
8128 * locals.texi (Standard Buffer-Local Variables): Comment out
8129 xref's to non-existent node `Yet to be written'.
8130
81312004-11-24 Richard M. Stallman <rms@gnu.org>
8132
8133 * processes.texi (Synchronous Processes): Grammar fix.
8134
8135 * numbers.texi (Comparison of Numbers): Add eql.
8136
8137 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8138
8139 * intro.texi (Printing Notation): Fix previous change.
8140
8141 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8142 and default-indicate-buffer-boundaries from here.
8143 (Usual Display): To here.
8144 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8145 (Usual Display): Move tab-width up.
8146
5dcb4c4e
SM
8147 * customize.texi (Variable Definitions):
8148 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8149 (Simple Types, Composite Types, Defining New Types):
8150 Minor cleanups.
8151
81522004-11-21 Jesper Harder <harder@ifa.au.dk>
8153
8154 * processes.texi (Synchronous Processes, Output from Processes):
8155 Markup fix.
8156
81572004-11-20 Richard M. Stallman <rms@gnu.org>
8158
8159 * positions.texi (Skipping Characters): skip-chars-forward
8160 now handles char classes.
8161
8162 * intro.texi (Printing Notation): Avoid confusion of `print'
8163 when explaining @print.
8164
8165 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8166
8167 * display.texi (Display Table Format): Minor fix.
8168
8169 * streams.texi (Output Functions): Fix print example.
8170
8171 * Makefile.in (elisp): New target.
8172 (dist): Depend on $(infodir)/elisp, not elisp.
8173 Copy the info files from $(infodir).
8174
8175 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8176 read-from-minibuffer.
8177
8178 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8179
81802004-11-19 Richard M. Stallman <rms@gnu.org>
8181
8182 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8183
81842004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8185
8186 * tips.texi (Coding Conventions): Fix typo.
8187
81882004-11-16 Richard M. Stallman <rms@gnu.org>
8189
8190 * tips.texi (Coding Conventions): Separate defvar and require
8191 methods to avoid warnings. Use require only when there are many
8192 functions and variables from that package.
8193
8194 * minibuf.texi (Minibuffer Completion): When ignoring case,
8195 predicate must not be case-sensitive.
8196
8197 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8198 (Test Coverage): Don't talk about "splotches". Clarified.
8199
82002004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8201
8202 * frames.texi (Window Frame Parameters): Fix typo.
8203
82042004-11-15 Kim F. Storm <storm@cua.dk>
8205
8206 * symbols.texi (Other Plists): Note that plist-get may signal error.
8207 Add safe-plist-get.
8208
82092004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8210
8211 * modes.texi (Font Lock Basics): Fix typo.
8212
82132004-11-08 Richard M. Stallman <rms@gnu.org>
8214
8215 * syntax.texi (Syntax Table Functions): Add syntax-after.
8216
82172004-11-06 Lars Brinkhoff <lars@nocrew.org>
8218
8219 * os.texi (Processor Run Time): New section documenting
8220 get-internal-run-time.
8221
82222004-11-06 Eli Zaretskii <eliz@gnu.org>
8223
8224 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8225 it nukes elisp-cover.texi.
8226 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8227 elisp-0 etc.
8228
82292004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8230
8231 * commands.texi (Keyboard Macros): Document `append' return value
8232 of `defining-kbd-macro'.
8233
82342004-11-01 Richard M. Stallman <rms@gnu.org>
8235
8236 * commands.texi (Interactive Call): Add called-interactively-p.
8237
82382004-10-29 Simon Josefsson <jas@extundo.com>
8239
8240 * minibuf.texi (Reading a Password): Revert.
8241
82422004-10-28 Richard M. Stallman <rms@gnu.org>
8243
8244 * frames.texi (Display Feature Testing): Explain about "vendor".
8245
82462004-10-27 Richard M. Stallman <rms@gnu.org>
8247
8248 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8249 not raw. Clarify `n'.
8250 (Interactive Call): Rewrite interactive-p, focusing on when
8251 and how to use it.
8252 (Misc Events): Clarify previous change.
8253
8254 * advice.texi (Simple Advice): Clarify what job the example does.
8255 (Around-Advice): Clarify ad-do-it.
8256 (Activation of Advice): An option of ad-default-compilation-action
8257 is `never', not `nil'.
8258
82592004-10-26 Kim F. Storm <storm@cua.dk>
8260
8261 * commands.texi (Interactive Codes): Add U code letter.
8262
82632004-10-25 Simon Josefsson <jas@extundo.com>
8264
8265 * minibuf.texi (Reading a Password): Add.
8266
82672004-10-24 Jason Rumney <jasonr@gnu.org>
8268
8269 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8270 and wheel-down.
8271
82722004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8273
8274 * processes.texi (Synchronous Processes): Document process-file.
8275
82762004-10-22 Kenichi Handa <handa@m17n.org>
8277
8278 * text.texi (translate-region): Document that it accepts also a
8279 char-table.
8280
82812004-10-22 David Ponce <david@dponce.com>
8282
8283 * windows.texi (Resizing Windows): Document the `preserve-before'
8284 argument of the functions `enlarge-window' and `shrink-window'.
8285
82862004-10-19 Jason Rumney <jasonr@gnu.org>
8287
8288 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8289
82902004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8291
8292 * text.texi (Filling): Add anchor for definition of
8293 `sentence-end-double-space'.
8294
8295 * searching.texi (Regexp Example): Update description of how
8296 Emacs currently recognizes the end of a sentence.
8297 (Standard Regexps): Update definition of the variable
8298 `sentence-end'. Add definition of the function `sentence-end'.
8299
83002004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8301
8302 * display.texi (Progress): New node.
8303
83042004-10-05 Kim F. Storm <storm@cua.dk>
8305
8306 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8307
83082004-09-29 Kim F. Storm <storm@cua.dk>
8309
8310 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8311 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8312 fringe bitmap symbols, as they now have their own namespace.
8313 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8314 vs. pixels. Signal error if no free bitmap slots.
8315 (Pixel Specification): Change IMAGE to @var{image}.
8316
83172004-09-28 Richard M. Stallman <rms@gnu.org>
8318
8319 * text.texi (Special Properties): Clarify line-spacing and line-height.
8320
8321 * searching.texi (Regexp Search): Add looking-back.
8322
83232004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8324
8325 * display.texi: Correct typos.
8326 (Image Descriptors): Correct xref's.
8327
83282004-09-25 Richard M. Stallman <rms@gnu.org>
8329
8330 * text.texi (Special Properties): Cleanups in `cursor'.
8331 Rewrites in `line-height' and `line-spacing'; exchange them.
8332
8333 * display.texi (Fringes): Rewrite previous change.
8334 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8335 (Display Fringe Bitmaps): Node deleted, text moved.
8336 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8337 (Scroll Bars): Clarify set-window-scroll-bars.
8338 (Pointer Shape): Rewrite.
8339 (Specified Space): Clarify :align-to, etc.
8340 (Pixel Specification): Use @var. Clarify new text.
8341 (Other Display Specs): Clarify `slice'.
8342 (Image Descriptors): Cleanups.
8343 (Showing Images): Cleanups.
8344
83452004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8346
8347 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8348
8349 * modes.texi: Various minor changes in addition to:
8350 (Major Mode Conventions): Final call to `run-mode-hooks' should
8351 not be inside the `delay-mode-hooks' form.
8352 (Mode Hooks): New node.
8353 (Hooks): Delete obsolete example.
8354 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8355 node "Mode Hooks".
8356
83572004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8358
8359 * display.texi: Correct various typos.
8360 (Display): Rename node "Pointer Shapes" to "Pointer
8361 Shape". (There is already a node called "Pointer Shapes" in
8362 frames.texi.)
8363 (Images): Remove non-existent node "Image Slices" from menu.
8364
83652004-09-23 Kim F. Storm <storm@cua.dk>
8366
8367 * text.texi (Special Properties): Add `cursor', `pointer',
8368 `line-height', and `line-spacing' properties.
8369
8370 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8371 Shapes' to menu.
8372 (Standard Faces): Doc fix for fringe face.
8373 (Fringes): Add `overflow-newline-into-fringe' and
8374 'indicate-buffer-boundaries'.
8375 (Fringe Bitmaps, Pointer Shapes): New nodes.
8376 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8377 Bitmaps' to menu.
8378 (Specified Space): Describe pixel width and height.
8379 (Pixel Specification): New node.
8380 (Other Display Specs): Add `slice' property.
8381 (Display Fringe Bitmaps): New node.
8382 (Images): Add 'Image Slices' to menu.
8383 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8384 (Showing Images): Add slice arg to `insert-image'.
8385 Add 'insert-sliced-image'.
b8d4c8d0
GM
8386
83872004-09-20 Richard M. Stallman <rms@gnu.org>
8388
8389 * commands.texi (Key Sequence Input):
8390 Clarify downcasing in read-key-sequence.
8391
83922004-09-08 Juri Linkov <juri@jurta.org>
8393
8394 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8395
83962004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8397
5dcb4c4e
SM
8398 * locals.texi (Standard Buffer-Local Variables):
8399 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8400 * internals.texi (Buffer Internals): Describe new
8401 auto_save_file_format field of the buffer structure.
8402 * files.texi (Format Conversion): `auto-save-file-format' has been
8403 renamed `buffer-auto-save-file-format'.
8404
84052004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8406
8407 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8408 an integer or a marker.
8409 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8410
84112004-08-22 Richard M. Stallman <rms@gnu.org>
8412
8413 * modes.texi (Major Mode Conventions): Discuss rebinding of
8414 standard key bindings.
8415
84162004-08-18 Kim F. Storm <storm@cua.dk>
8417
8418 * processes.texi (Accepting Output): Add `just-this-one' arg to
8419 `accept-process-output'.
8420 (Output from Processes): New var `process-adaptive-read-buffering'.
8421
84222004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8423
8424 * keymaps.texi: Various changes in addition to:
8425 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8426 Give more varied examples for `kbd'.
8427 (Creating Keymaps): Char tables have slots for all characters
8428 without modifiers.
8429 (Active Keymaps): `overriding-local-map' and
8430 `overriding-terminal-local-map' also override text property and
8431 overlay keymaps.
8432 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8433 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8434 to denote a prefix of no events.
8435 `map-keymap' includes parent's bindings _recursively_.
8436 Clarify and correct description of `where-is-internal'.
8437 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8438 (Menu Example): For menus intended for use with the keyboard, the
8439 menu items should be bound to characters or real function keys.
8440
84412004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8442
8443 * objects.texi (Character Type): Reposition `@anchor' to prevent
8444 double space inside sentence in Info.
8445
8446 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8447 renamed to `disabled-command-function'.
8448 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8449 (Command Loop Info): Replace reference to it.
8450 (Disabling Commands): `disabled-command-hook' has been renamed to
8451 `disabled-command-function'.
8452
84532004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8454
8455 * os.texi (Translating Input): Only non-prefix bindings in
8456 `key-translation-map' override actual key bindings. Warn about
8457 possible indirect effect of actual key bindings on non-prefix
8458 bindings in `key-translation-map'.
8459
84602004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8461
8462 * minibuf.texi (High-Level Completion): Add anchor for definition
8463 of `read-variable'.
8464
8465 * commands.texi: Various changes in addition to:
8466 (Using Interactive): Clarify description of `interactive-form'.
8467 (Interactive Call): Mention default for KEYS argument to
8468 `call-interactively'.
8469 (Command Loop Info): Clarify description of `this-command-keys'.
8470 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8471 Value of `last-event-frame' can be `macro'.
8472 (Repeat Events): `double-click-fuzz' is also used to distinguish
8473 clicks and drags.
8474 (Classifying Events): Clarify descriptions of `event-modifiers'
8475 `event-basic-type' and `event-convert-list'.
8476 (Accessing Events): `posn-timestamp' takes POSITION argument.
8477 (Quoted Character Input): Clarify description of
8478 `read-quoted-char' and fix example.
8479 (Quitting): Add `with-local-quit'.
8480 (Disabling Commands): Correct and clarify descriptions of
8481 `enable-command' and `disable-command'.
8482 Mention what happens if `disabled-command-hook' is nil.
8483 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8484 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8485
84862004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8487
8488 * frames.texi: Various changes in addition to:
8489 (Creating Frames): Expand and clarify description of `make-frame'.
8490 (Window Frame Parameters): Either none or both of the `icon-left'
8491 and `icon-top' parameters must be specified. Put descriptions of
8492 `menu-bar-lines' and `toolbar-lines' closer together and change
8493 them accordingly.
8494 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8495 except while processing `frame-title-format' or `icon-title-format'.
8496 (Deleting Frames): Correct description of `delete-frame'.
8497 Non-nil return values of `frame-live-p' are like those of `framep'.
8498 (Frames and Windows): Mention return value of
8499 `set-frame-selected-window'.
8500 (Visibility of Frames): Mention `force' argument to
8501 `make-frame-invisible'. `frame-visible-p' returns t for all
8502 frames on text-only terminals.
8503 (Frame Configurations): Restoring a frame configuration does not
8504 restore deleted frames.
8505 (Window System Selections): `x-set-selection' returns DATA.
8506 (Resources): Add example.
8507 (Display Feature Testing): Clarify descriptions of
8508 `display-pixel-height', `display-pixel-width', `x-server-version'
8509 and `x-server-vendor'.
8510
8511 * windows.texi (Choosing Window): Add anchor.
8512 * minibuf.texi (Minibuffer Misc): Add anchor.
8513
85142004-07-23 John Paul Wallington <jpw@gnu.org>
8515
8516 * macros.texi (Defining Macros): Declaration keyword for setting
8517 Edebug spec is `debug' not `edebug'.
8518
85192004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8520
8521 * windows.texi: Various small changes in addition to:
8522 (Window Point): Mention return value of `set-window-point'.
8523 (Window Start): `pos-visible-in-window-p' disregards horizontal
8524 scrolling. Explain return value if PARTIALLY is non-nil.
8525 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8526 and `set-window-vscroll'.
8527 (Size of Window): The argument WINDOW to `window-inside-edges',
8528 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8529 (Resizing Windows): Explain return value of
8530 `shrink-window-if-larger-than-buffer'.
8531 `window-size-fixed' automatically becomes buffer local when set.
8532 (Window Configurations): Explain return value of
8533 `set-window-configuration'.
8534
8535 * minibuf.texi (Minibuffer Misc): Add anchor for
8536 `minibuffer-scroll-window'.
8537
8538 * positions.texi (Text Lines): Add anchor for `count-lines'.
8539
85402004-07-17 Richard M. Stallman <rms@gnu.org>
8541
8542 * display.texi (Overlay Properties): Adding `evaporate' prop
8543 deletes empty overlay immediately.
8544
8545 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8546 fix example.
8547
85482004-07-16 Jim Blandy <jimb@redhat.com>
8549
8550 * searching.texi (Regexp Backslash): Document new \_< and \_>
8551 operators.
8552
85532004-07-16 Juanma Barranquero <lektu@terra.es>
8554
8555 * display.texi (Images): Fix Texinfo usage.
8556
85572004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8558
8559 * buffers.texi (Modification Time): `visited-file-modtime' now
8560 returns a list of two integers, instead of a cons.
8561
85622004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8563
8564 * windows.texi: Various changes in addition to:
8565 (Splitting Windows): Add `split-window-keep-point'.
8566
85672004-07-09 Richard M. Stallman <rms@gnu.org>
8568
8569 * frames.texi (Input Focus): Minor fix.
8570
85712004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8572
8573 * frames.texi (Input Focus): Clarify descriptions of
8574 `select-frame-set-input-focus' and `select-frame'.
8575
85762004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8577
8578 * os.texi: Various small changes in addition to:
8579 (Killing Emacs): Expand and clarify description of
8580 `kill-emacs-query-functions' and `kill-emacs-hook'.
8581 (System Environment): Expand and clarify description of `getenv'
8582 and `setenv'.
8583 (Timers): Clarify description of `run-at-time'.
8584 (Translating Input): Correct description of
8585 `extra-keyboard-modifiers'.
8586 (Flow Control): Correct description of `enable-flow-control'.
8587
85882004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8589
8590 * os.texi: Update copyright.
8591 (Session Management): Grammar fix.
8592 Clarify which Emacs does the restarting.
8593 Use @samp for *scratch* buffer.
8594
85952004-07-04 Alan Mackenzie <acm@muc.de>
8596
8597 * frames.texi (Input Focus): Add documentation for
8598 `select-frame-set-input-focus'. Replace refs to non-existent
8599 `switch-frame' with `select-frame'. Minor corrections and tidying
8600 up of text-only terminal stuff.
8601
86022004-07-02 Richard M. Stallman <rms@gnu.org>
8603
8604 * files.texi (Saving Buffers): Cleanup write-contents-function.
8605 (Magic File Names): Cleanup file-remote-p.
8606
b344d29d 86072004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8608
8609 * files.texi (Magic File Names): `file-remote-p' returns an
8610 identifier of the remote system, not just t.
8611
86122004-07-02 David Kastrup <dak@gnu.org>
8613
8614 * searching.texi (Entire Match Data): Add explanation about new
8615 match-data behavior when @var{integers} is non-nil.
8616
86172004-06-24 Richard M. Stallman <rms@gnu.org>
8618
8619 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8620
8621 * customize.texi (Variable Definitions): Note about doc strings
8622 and :set.
8623
8624 * keymaps.texi (Keymap Terminology): Document `kbd'.
8625 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8626
8627 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8628 makes it buffer-local.
8629
8630 * files.texi (Saving Buffers): Correct previous change.
8631
8632 * commands.texi (Accessing Events):
8633 Clarify posn-col-row and posn-actual-col-row.
8634
86352004-06-24 David Ponce <david.ponce@wanadoo.fr>
8636
8637 * commands.texi (Accessing Events): New functions
8638 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8639
86402004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8641
8642 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8643 * frames.texi, buffers.texi, backups.texi, variables.texi:
8644 * loading.texi, eval.texi, functions.texi, control.texi:
8645 * symbols.texi, minibuf.texi: Reposition @anchor's.
8646
8647 * help.texi: Various small changes in addition to the following.
8648 (Describing Characters): Describe PREFIX argument to
8649 `key-description'. Correct and clarify definition of
8650 `text-char-description'. Describe NEED-VECTOR argument to
8651 `read-kbd-macro'.
8652 (Help Functions): Clarify definition of `apropos'.
8653
86542004-06-23 Lars Hansen <larsh@math.ku.dk>
8655
8656 * files.texi (Saving Buffers): Correct description of
8657 `write-contents-functions'.
8658
86592004-06-21 Juanma Barranquero <lektu@terra.es>
8660
8661 * display.texi (Images): Remove redundant @vindex directives.
8662 Rewrite `image-library-alist' doc in active voice.
8663
86642004-06-14 Juanma Barranquero <lektu@terra.es>
8665
8666 * display.texi (Images): Document new delayed library loading,
8667 variable `image-library-alist' and (existing but undocumented)
8668 function `image-type-available-p'.
8669
86702004-06-05 Richard M. Stallman <rms@gnu.org>
8671
8672 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8673 refer the user to the Initial Input node.
8674 (Text from Minibuffer): Likewise.
8675 (Initial Input): New node. Document this feature
8676 and say it is mostly deprecated.
8677
86782004-05-30 Richard M. Stallman <rms@gnu.org>
8679
8680 * loading.texi (Named Features): Clarify return value
8681 and meaning of NOERROR.
8682
8683 * variables.texi (File Local Variables): Minor cleanup.
8684
86852004-05-30 Michael Albinus <michael.albinus@gmx.de>
8686
8687 * files.texi (Magic File Names): Add `file-remote-p' as operation
8688 of file name handlers.
8689
86902004-05-29 Richard M. Stallman <rms@gnu.org>
8691
8692 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8693 as arg to a minor mode command.
8694
86952004-05-22 Richard M. Stallman <rms@gnu.org>
8696
8697 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8698
8699 * streams.texi (Output Variables): Doc float-output-format.
8700
8701 * searching.texi (Regexp Special): Nested repetition can be infloop.
8702
8703 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8704 real stack overflow.
8705
8706 * compile.texi: Minor cleanups.
8707
87082004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8709
8710 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8711 circular lists.
8712 (List Elements): Explain handling of circular and dotted lists.
8713
87142004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8715
8716 * modes.texi (Search-based Fontification): Fix typo.
8717
87182004-05-10 Juanma Barranquero <lektu@terra.es>
8719
8720 * modes.texi (Mode Line Variables): Fix description of
8721 global-mode-string, which is now after which-func-mode, not the
8722 buffer name.
8723
87242004-05-07 Lars Hansen <larsh@math.ku.dk>
8725
8726 * modes.texi (Desktop Save Mode): Add.
8727 (Modes): Add menu entry Desktop Save Mode.
8728
8729 * hooks.texi: Add desktop-after-read-hook,
8730 desktop-no-desktop-file-hook and desktop-save-hook.
8731
8732 * locals.texi: Add desktop-save-buffer.
8733
87342004-04-30 Jesper Harder <harder@ifa.au.dk>
8735
8736 * display.texi: emacs -> Emacs.
8737
87382004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8739
8740 * files.texi (Changing Files): Document set-file-times.
8741
87422004-04-23 Juanma Barranquero <lektu@terra.es>
8743
8744 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8745
87462004-04-18 Jesper Harder <harder@ifa.au.dk>
8747
8748 * tips.texi (Coding Conventions): defopt -> defcustom.
8749
87502004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8751
8752 * sequences.texi: Various clarifications.
8753
87542004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8755
8756 * buffers.texi (Read Only Buffers): Mention optional ARG to
8757 `toggle-read-only'.
8758
87592004-04-14 Nick Roberts <nick@nick.uklinux.net>
8760
8761 * windows.texi (Selecting Windows): Note that get-lru-window
8762 returns a full-width window if possible.
8763
87642004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8765
8766 * buffers.texi: Various changes in addition to:
8767 (Buffer File Name): Add `find-buffer-visiting'.
8768 (Buffer Modification): Mention optional ARG to `not-modified'.
8769 (Indirect Buffers): Mention optional CLONE argument to
8770 `make-indirect-buffer'.
8771
8772 * files.texi: Various changes in addition to:
8773 (Visiting Functions): `find-file-hook' is now a normal hook.
8774 (File Name Expansion): Explain difference between the way that
8775 `expand-file-name' and `file-truename' treat `..'.
8776 (Contents of Directories): Mention optional ID-FORMAT argument to
8777 `directory-files-and-attributes'.
8778 (Format Conversion): Mention new optional CONFIRM argument to
8779 `format-write-file'.
8780
87812004-04-12 Miles Bader <miles@gnu.org>
8782
8783 * macros.texi (Expansion): Add description of `macroexpand-all'.
8784
87852004-04-05 Jesper Harder <harder@ifa.au.dk>
8786
5dcb4c4e
SM
8787 * variables.texi (Variable Aliases):
8788 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8789
8790 * errors.texi (Standard Errors): Ditto.
8791
87922004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8793
8794 * backups.texi: Various small changes in addition to:
8795 (Making Backups): Mention return value of `backup-buffer'.
8796 (Auto-Saving): Mention optional FORCE argument to
8797 `delete-auto-save-file-if-necessary'.
8798 (Reverting): Mention optional PRESERVE-MODES argument to
8799 `revert-buffer'. Correct description of `revert-buffer-function'.
8800
88012004-03-22 Juri Linkov <juri@jurta.org>
8802
8803 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8804 with `Vector Functions'.
8805
8806 * text.texi (Sorting): Add missing quote.
8807
88082004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8809
8810 * intro.texi (Lisp History): Replace xref to `cl' manual with
8811 inforef.
8812
88132004-03-12 Richard M. Stallman <rms@gnu.org>
8814
8815 * intro.texi (Version Info): Add arg to emacs-version.
8816 (Lisp History): Change xref to CL manual.
8817
88182004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8819
8820 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8821 for Partial Completion mode.
8822
88232004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8824
8825 * customize.texi: Fix typo. Remove eol whitespace.
8826
88272004-03-04 Richard M. Stallman <rms@gnu.org>
8828
8829 * processes.texi: Fix typos.
8830
8831 * lists.texi (Building Lists): Minor clarification.
8832
8833 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8834 in make-hash-table.
8835
88362004-02-29 Juanma Barranquero <lektu@terra.es>
8837
8838 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8839 rm, and ignore exit code.
8840
88412004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8842
8843 * display.texi (Defining Faces): Add description for min-colors.
8844 Update example.
8845
88462004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8847
8848 * abbrevs.texi: Various corrections and clarifications in addition
8849 to the following:
8850 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8851
88522004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8853
8854 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8855
88562004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8857
8858 * text.texi: Various small changes in addition to the following:
8859 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8860 to delete-horizontal-space.
8861 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8862 description of yank-handler text property at various places.
8863
8864 * frames.texi (Window System Selections): Add anchor.
8865
8866 * syntax.texi (Syntax Table Functions): Clarify and correct
8867 descriptions of make-syntax-table and copy-syntax-table.
8868 (Motion and Syntax): Clarify SYNTAXES argument to
8869 skip-syntax-forward.
8870 (Parsing Expressions): Mention that the return value of
8871 parse-partial-sexp is currently a list of ten rather than nine
8872 elements.
8873 (Categories): Various corrections and clarifications.
8874
88752004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8876
8877 * markers.texi (Marker Insertion Types): Minor change.
8878
8879 * locals.texi (Standard Buffer-Local Variables):
8880 * commands.texi (Interactive Codes, Using Interactive):
8881 * functions.texi (Related Topics): Fix xrefs.
8882
88832004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8884
8885 * lists.texi (Sets And Lists): Update description of delete-dups.
8886
88872004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8888
8889 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8890
c8763fb6 88912004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8892
8893 * frames.texi (Parameter Access): frame-parameters arg is optional.
8894 modify-frame-parameters handles nil for FRAME.
8895 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8896 are all-or-nothing for certain toolkits.
8897 Mention parameter wait-for-wm.
8898 (Frames and Windows): In frame-first-window and frame-selected-window
8899 the arg is optional.
8900 (Input Focus): In redirect-frame-focus the second arg is optional.
8901 (Window System Selections): Mention selection type CLIPBOARD.
8902 Mention data-type UTF8_STRING.
8903 Mention numbering of cut buffers.
8904 (Resources): Describe x-resource-name.
8905
89062004-02-16 Richard M. Stallman <rms@gnu.org>
8907
8908 * windows.texi (Buffers and Windows): Delete false table
8909 about all-frames.
8910
8911 * syntax.texi (Parsing Expressions): Delete old caveat
8912 about parse-sexp-ignore-comments.
8913
8914 * streams.texi (Output Variables): Add print-quoted.
8915
8916 * lists.texi (Building Lists): Minor cleanup.
8917
8918 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8919
8920 * display.texi (Overlays): Explain overlays use markers.
8921 (Managing Overlays): Explain front-advance and rear-advance
8922 in more detail.
8923
8924 * loading.texi (Unloading): Document unload-feature-special-hooks.
8925 Get rid of fns-NNN.el file.
8926
89272004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8928
8929 * help.texi (Describing Characters): Fix text-char-description
8930 example output.
8931
8932 * edebug.texi (Using Edebug): Fix example.
8933
8934 * debugging.texi (Internals of Debugger): Fix return value.
8935
8936 * files.texi (Changing Files): Fix argname.
8937
8938 * calendar.texi: Fix parens, and default values.
8939
8940 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8941 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8942 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8943
8944 * positions.texi (Text Lines): Don't add -1 in current-line.
8945
89462004-02-16 Richard M. Stallman <rms@gnu.org>
8947
8948 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8949
89502004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8951
8952 * processes.texi (Low-Level Network): Fix a typo.
8953
89542004-02-12 Kim F. Storm <storm@cua.dk>
8955
8956 * display.texi (Fringes): Use consistent wording.
8957 Note that window-fringe's window arg is optional.
8958 (Scroll Bars): Use consistent wording.
8959
89602004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8961
8962 * tips.texi (Comment Tips): Document the new conventions for
8963 commenting out code.
8964
c8763fb6 89652004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8966
5dcb4c4e 8967 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8968
89692004-02-07 Kim F. Storm <storm@cua.dk>
8970
8971 * positions.texi (Text Lines): Add line-number-at-pos.
8972
89732004-02-06 John Paul Wallington <jpw@gnu.org>
8974
8975 * display.texi (Button Properties, Button Buffer Commands):
8976 mouse-2 invokes button, not down-mouse-1.
8977
89782004-02-04 Jason Rumney <jasonr@gnu.org>
8979
8980 * makefile.w32-in: Sync with Makefile.in changes.
8981
89822004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8983
8984 * minibuf.texi (Text from Minibuffer): Various corrections and
8985 clarifications.
8986 (Object from Minibuffer): Correct Lisp description of
8987 read-minibuffer.
8988 (Minibuffer History): Clarify description of cons values for
8989 HISTORY arguments.
5dcb4c4e
SM
8990 (Basic Completion): Various corrections and clarifications.
8991 Add completion-regexp-list.
b8d4c8d0
GM
8992 (Minibuffer Completion): Correct and clarify description of
8993 completing-read.
5dcb4c4e
SM
8994 (Completion Commands): Mention Partial Completion mode.
8995 Various other minor changes.
b8d4c8d0
GM
8996 (High-Level Completion): Various corrections and clarifications.
8997 (Reading File Names): Ditto.
8998 (Minibuffer Misc): Ditto.
8999
90002004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9001
9002 * strings.texi (Text Comparison): assoc-string also matches
9003 elements of alists that are strings instead of conses.
9004 (Formatting Strings): Standardize Texinfo usage. Update index
9005 entries.
9006
90072004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9008
9009 * lists.texi (Sets And Lists): Add delete-dups.
9010
90112004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9012
9013 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9014 special form.
9015 * macros.texi (Defining Macros): Update description of `declare',
9016 which now is a macro.
9017 (Wrong Time): Fix typos.
9018
90192004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9020
9021 * compile.texi (Compilation Functions): Expand descriptions of
9022 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9023 and `batch-byte-compile'. In particular, mention and describe
9024 all optional arguments.
9025 (Disassembly): Correct and clarify the description of `disassemble'.
9026
90272004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9028
9029 * searching.texi: Various small changes in addition to the
9030 following.
9031 (Regexp Example): Adapt to new value of `sentence-end'.
9032 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9033 `words'.
9034 (Search and Replace): Add usage note for `perform-replace'.
9035 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9036 `match-data'.
9037 (Standard Regexps): Update for new values of `paragraph-start'
9038 and `sentence-end'.
9039
90402004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9041
9042 * files.texi (Saving Buffers): Clarify descriptions of
9043 `write-contents-functions' and `before-save-hook'.
9044 Make the defvar's for `before-save-hook' and `after-save-hook'
9045 into defopt's.
9046
90472004-01-07 Kim F. Storm <storm@cua.dk>
9048
9049 * commands.texi (Click Events): Describe new image and
9050 width/height elements of click events.
9051 (Accessing Events): Add posn-string, posn-image, and
9052 posn-object-width-height. Change posn-object to return either
9053 image or string object.
9054
90552004-01-01 Simon Josefsson <jas@extundo.com>
9056
9057 * hooks.texi (Standard Hooks): Add before-save-hook.
9058 * files.texi (Saving Buffers): Likewise.
9059
90602004-01-03 Richard M. Stallman <rms@gnu.org>
9061
9062 * frames.texi (Frames and Windows): Delete frame-root-window.
9063
90642004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9065
9066 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9067
9068 * functions.texi: Various small changes in addition to the
9069 following.
5dcb4c4e
SM
9070 (What Is a Function): `functionp' returns nil for macros.
9071 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
9072 (Function Documentation): Add `\' in front of (fn @var{arglist})
9073 and explain why.
9074 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9075 Add anchor.
9076 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9077
90782004-01-01 Miles Bader <miles@gnu.org>
9079
9080 * display.texi (Buttons): New section.
9081
90822003-12-31 Andreas Schwab <schwab@suse.de>
9083
9084 * numbers.texi (Math Functions): sqrt reports a domain-error
9085 error.
9086 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9087
90882003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9089
9090 * tips.texi (Documentation Tips): Update item on hyperlinks in
9091 documentation strings.
9092
9093 * errors.texi (Standard Errors): Various small corrections and
9094 additions.
9095
9096 * control.texi: Various small changes in addition to the
9097 following.
9098 (Signaling Errors): Provide some more details on how `signal'
9099 constructs the error message. Add anchor to the definition of
9100 `signal'.
9101 (Error Symbols): Describe special treatment of `quit'.
9102 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9103 to emphasize that it has to be a single form.
9104
9105 * buffers.texi: Add anchor.
9106
91072003-12-29 Richard M. Stallman <rms@gnu.org>
9108
9109 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9110 (Window Configurations): Add window-configuration-frame.
9111
9112 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9113
9114 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9115 Change arg name in get-char-property.
9116 (Special Properties): Update handling of keymap property.
9117
9118 * strings.texi (Modifying Strings): Add clear-string.
9119 (Text Comparison): Add assoc-string and remove
9120 assoc-ignore-case, assoc-ignore-representation.
9121
9122 * os.texi (Time of Day): Add set-time-zone-rule.
9123
9124 * numbers.texi (Math Functions): asin, acos, log, log10
9125 report domain-error errors.
9126
9127 * nonascii.texi (Converting Representations):
9128 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9129 (Encoding and I/O): Add file-name-coding-system.
9130
9131 * modes.texi (Search-based Fontification): Explain that
9132 face specs are symbols with face names as values.
9133
9134 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9135
9136 * lists.texi (Building Lists): remq moved elsewhere.
9137 (Sets And Lists): remq moved here.
9138 (Association Lists): Refer to assoc-string.
9139
9140 * internals.texi (Garbage Collection): Add memory-use-counts.
9141
9142 * frames.texi (Frames and Windows): Add set-frame-selected-window
9143 and frame-root-window.
9144
9145 * files.texi (Contents of Directories):
9146 Add directory-files-and-attributes.
9147
9148 * display.texi (Refresh Screen): Add force-window-update.
9149 (Invisible Text): Explain about moving point out of invis text.
9150 (Overlay Properties): Add overlay-properties.
9151 (Managing Overlays): Add overlayp.
9152 (GIF Images): Invalid image number displays a hollow box.
9153
9154 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9155 (Killing Buffers): Add buffer-live-p.
9156
91572003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9158
9159 * display.texi (Fringes): Fix typo "set-buffer-window".
9160
91612003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9162
9163 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9164 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9165 Add or change various xrefs and anchors.
9166
9167 * commands.texi: Replace all occurrences of @acronym{CAR} with
9168 @sc{car}, for consistency with the rest of the Elisp manual.
9169 `car' and `cdr' are historically acronyms, but are no longer
9170 widely thought of as such.
9171
9172 * internals.texi (Pure Storage): Mention that `purecopy' does not
9173 copy text properties.
9174 (Object Internals): Now 29 bits are used (in most implementations)
9175 to address Lisp objects.
9176
9177 * variables.texi (Variables with Restricted Values): New node.
9178
9179 * objects.texi (Lisp Data Types): Mention that certain variables
9180 can only take on a restricted set of values and add an xref to
9181 the new node "Variables with Restricted Values".
9182
9183 * eval.texi (Function Indirection): Describe the errors that
9184 `indirect-function' can signal.
9185 (Eval): Clarify the descriptions of `eval-region' and `values'.
9186 Describe `eval-buffer' instead of `eval-current-buffer' and
9187 mention `eval-current-buffer' as an alias for `current-buffer'.
9188 Correct the description and mention all optional arguments.
9189
9190 * nonascii.texi: Various small changes in addition to the
9191 following.
9192 (Converting Representations): Clarify behavior of
9193 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9194 ASCII arguments.
9195 (Character Sets): Document the variable `charset-list' and adapt
9196 the definition of the function `charset-list' accordingly.
9197 (Translation of Characters): Clarify use of generic characters in
9198 `make-translation-table'. Clarify and correct the description of
9199 the use of translation tables in encoding and decoding.
9200 (User-Chosen Coding Systems): Correct and clarify the description
9201 of `select-safe-coding-system'.
9202 (Default Coding Systems): Clarify description of
9203 `file-coding-system-alist'.
9204
92052003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9206
9207 * strings.texi (Text Comparison): Correctly describe when two
9208 strings are `equal'. Combine and clarify descriptions of
9209 `assoc-ignore-case' and `assoc-ignore-representation'.
9210
9211 * objects.texi (Non-ASCII in Strings): Clarify description of
9212 when a string is unibyte or multibyte.
9213 (Bool-Vector Type): Update examples.
9214 (Equality Predicates): Correctly describe when two strings are
9215 `equal'.
9216
92172003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9218
9219 * lists.texi (Building Lists): `append' no longer accepts integer
9220 arguments. Update the description of `number-sequence' to reflect
9221 recent changes.
9222 (Sets And Lists): Describe `member-ignore-case' after `member'.
9223
92242003-11-27 Kim F. Storm <storm@cua.dk>
9225
9226 * commands.texi (Click Events): Click object may be an images.
9227 Describe (dx . dy) element of click positions.
9228 (Accessing Events): Remove duplicate posn-timestamp.
9229 New functions posn-object and posn-object-x-y.
9230
92312003-11-23 Kim F. Storm <storm@cua.dk>
9232
9233 * commands.texi (Click Events): Describe enhancements to event
9234 position lists, including new text-pos and (col . row) items.
9235 Mention left-fringe and right-fringe area events.
9236 (Accessing Events): New functions posn-area and
9237 posn-actual-col-row. Mention posn-timestamp. Mention that
9238 posn-point in non-text area still returns buffer position.
9239 Clarify posn-col-row.
9240
92412003-11-21 Lars Hansen <larsh@math.ku.dk>
9242
9243 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9244 * anti.texi (File Attributes): Describe removed parameter
9245 ID-FORMAT.
9246
92472003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9248
9249 * positions.texi (Positions): Mention that, if a marker is used as
9250 a position, its buffer is ignored.
9251
9252 * markers.texi (Overview of Markers): Mention it here too.
9253
92542003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9255
9256 * numbers.texi (Numeric Conversions): Not just `floor', but also
9257 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9258
92592003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9260
9261 * markers.texi (Creating Markers): Specify insertion type of
9262 created markers. Add xref to `Marker Insertion Types'.
9263 Second argument to `copy-marker' is optional.
9264 (Marker Insertion Types): Mention that most markers are created
9265 with insertion type nil.
9266 (The Mark): Correctly describe when `mark' signals an error.
9267 (The Region): Correctly describe when `region-beginning' and
9268 `region-end' signal an error.
9269
92702003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9271
9272 * hash.texi (Creating Hash): Clarify description of `eql'.
9273 `makehash' is obsolete.
9274 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9275
9276 * positions.texi (Point): Change description of `buffer-end', so
9277 that it is also correct for floating point arguments.
9278 (List Motion): Correct argument lists of `beginning-of-defun' and
9279 `end-of-defun'.
9280 (Excursions): Add xref to `Marker Insertion Types'.
9281 (Narrowing): Argument to `narrow-to-page' is optional.
9282
92832003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9284
9285 * streams.texi (Output Streams): Clarify behavior of point for
9286 marker output streams.
9287
92882003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9289
9290 * variables.texi (Defining Variables): Second argument to
9291 `defconst' is not optional.
9292 (Setting Variables): Mention optional argument APPEND to
9293 `add-to-list'.
9294 (Creating Buffer-Local): Expand description of
9295 `make-variable-buffer-local'.
9296 (Frame-Local Variables): Expand description of
9297 `make-variable-frame-local'.
9298 (Variable Aliases): Correct description of optional argument
9299 DOCSTRING to `defvaralias'. Mention return value of
9300 `defvaralias'.
9301 (File Local Variables): Add xref to `File variables' in Emacs
9302 Manual. Correct description of `hack-local-variables'. Mention
9303 `safe-local-variable' property. Mention optional second argument
9304 to `risky-local-variable-p'.
9305
93062003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9307
9308 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9309
93102003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9311
9312 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9313 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9314 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9315 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9316 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9317 lispref/processes.texi, lispref/searching.texi,
9318 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9319 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9320 @acronym{FOO}.
9321
93222003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9323
9324 * strings.texi (Creating Strings): Argument START to `substring'
9325 can not be `nil'. Expand description of
9326 `substring-no-properties'. Correct description of `split-string',
9327 especially with respect to empty matches. Prevent very bad line
9328 break in definition of `split-string-default-separators'.
9329 (Text Comparison): `string=' and `string<' also accept symbols as
9330 arguments.
9331 (String Conversion): More completely describe argument BASE in
9332 `string-to-number'.
9333 (Formatting Strings): `%s' and `%S' in `format' do require
9334 corresponding object. Clarify behavior of numeric prefix after
9335 `%' in `format'.
9336 (Case Conversion): The argument to `upcase-initials' can be a
9337 character.
9338
93392003-10-27 Kenichi Handa <handa@m17n.org>
9340
9341 * display.texi (Fontsets): Fix texinfo usage.
9342
93432003-10-25 Kenichi Handa <handa@m17n.org>
9344
9345 * display.texi (Fontsets): Add description of the function
9346 set-fontset-font.
9347
93482003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9349
9350 * display.texi (Temporary Displays): Add xref to `Documentation
9351 Tips'.
9352
9353 * functions.texi (Function Safety): Use inforef instead of pxref
9354 for SES.
9355
93562003-10-23 Andreas Schwab <schwab@suse.de>
9357
9358 * Makefile.in (TEX, texinputdir): Don't define.
9359 (TEXI2DVI): Define.
9360 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9361 add $(srcdir)/index.texi.
9362 ($(infodir)/elisp): Remove index.texi dependency.
9363 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9364 (index.texi): Remove target.
9365 (dist): Don't link $(srcdir)/permute-index.
9366 (clean): Don't remove index.texi.
9367
9368 * permute-index, index.perm: Remove.
9369 * index.texi: Rename from index.unperm.
9370
93712003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9372
9373 * tips.texi (Documentation Tips): Document new behavior for face
9374 and variable hyperlinks in Help mode.
9375
93762003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9377
9378 * objects.texi (Integer Type): Update for extra bit of integer range.
9379 (Character Type): Ditto.
9380
93812003-10-16 Eli Zaretskii <eliz@gnu.org>
9382
9383 * numbers.texi (Integer Basics): Add index entries for reading
9384 numbers in hex, octal, and binary.
9385
93862003-10-16 Lute Kamstra <lute@gnu.org>
9387
9388 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9389 argument.
9390
93912003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9392
9393 * windows.texi (Choosing Window): Fix typo.
9394 * edebug.texi (Edebug Execution Modes): Fix typo.
9395
93962003-10-13 Richard M. Stallman <rms@gnu.org>
9397
9398 * windows.texi (Basic Windows): A window has fringe settings,
9399 display margins and scroll-bar settings.
9400 (Splitting Windows): Doc split-window return value.
9401 Clean up one-window-p.
9402 (Selecting Windows): Fix typo.
9403 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9404 (Buffers and Windows): In set-window-buffer, explain effect
9405 on fringe settings and scroll bar settings.
9406 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9407 (Choosing Window): Use defopt for pop-up-frame-function.
9408 For special-display-buffer-names, explain same-window and same-frame.
9409 Clarify window-dedicated-p return value.
9410 (Textual Scrolling): scroll-up and scroll-down can get an error.
9411 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9412 Clarify set-window-hscroll.
9413 (Size of Window): Don't mention tool bar in window-height.
9414 (Coordinates and Windows): Explain what coordinates-in-window-p
9415 returns for fringes and display margins.
9416 (Window Configurations): Explain saving fringes, etc.
9417
9418 * tips.texi (Library Headers): Clean up Documentation.
9419
9420 * syntax.texi (Parsing Expressions): Clean up forward-comment
9421 and parse-sexp-lookup-properties.
9422
9423 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9424
9425 * os.texi (System Environment): Clean up text for load-average errors.
9426
9427 * modes.texi (Hooks): Don't explain local hook details at front.
9428 Clarify run-hooks and run-hook-with-args a little.
9429 Clean up add-hook and remove-hook.
9430
9431 * edebug.texi (Edebug Execution Modes): Clarify t.
9432 Document edebug-sit-for-seconds.
9433 (Coverage Testing): Document C-x X = and =.
9434 (Instrumenting Macro Calls): Fix typo.
9435 (Specification List): Don't index the specification keywords.
9436
94372003-10-10 Kim F. Storm <storm@cua.dk>
9438
9439 * processes.texi (Network): Introduce make-network-process.
9440
94412003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9442
9443 * tips.texi (Library Headers): Fix typo.
9444
94452003-10-07 Juri Linkov <juri@jurta.org>
9446
9447 * modes.texi (Imenu): Mention imenu-create-index-function's
9448 default value. Explain submenus better.
9449
94502003-10-07 Lute Kamstra <lute@gnu.org>
9451
9452 * modes.texi (Faces for Font Lock): Fix typo.
9453 (Hooks): Explain how buffer-local hook variables can refer to
9454 global hook variables.
9455 Various minor clarifications.
9456
94572003-10-06 Lute Kamstra <lute@gnu.org>
9458
9459 * tips.texi (Coding Conventions): Mention naming conventions for
9460 hooks.
9461
94622003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9463
9464 * loading.texi (Library Search): Correct default value of
9465 load-suffixes.
9466 (Named Features): Fix typo.
9467
94682003-10-05 Richard M. Stallman <rms@gnu.org>
9469
9470 * loading.texi (Named Features): In `provide',
9471 say how to test for subfeatures.
9472 (Unloading): In unload-feature, use new var name
9473 unload-feature-special-hooks.
9474
94752003-10-03 Lute Kamstra <lute@gnu.org>
9476
9477 * modes.texi (Major Mode Conventions): Mention third way to set up
9478 Imenu.
9479 (Imenu): A number of small fixes.
9480 Delete documentation of internal variable imenu--index-alist.
9481 Document the return value format of imenu-create-index-function
9482 functions.
9483
94842003-09-30 Richard M. Stallman <rms@gnu.org>
9485
9486 * processes.texi (Network): Say what stopped datagram connections do.
9487
9488 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9489
9490 * display.texi (Overlay Properties): Clarify `evaporate' property.
9491
94922003-09-29 Lute Kamstra <lute@gnu.org>
9493
9494 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9495 constructs should be marked as risky.
9496 Change cons cell into proper list.
9497 (Mode Line Variables): Change cons cell into proper list.
9498
94992003-09-26 Lute Kamstra <lute@gnu.org>
9500
9501 * modes.texi (Mode Line Data): Document the :propertize construct.
9502 (Mode Line Variables): Reorder the descriptions of the variables
9503 to match their order in the default mode-line-format.
9504 Describe the new variables mode-line-position and mode-line-modes.
9505 Update the default values of mode-line-frame-identification,
9506 minor-mode-alist, and default-mode-line-format.
9507 (Properties in Mode): Mention the :propertize construct.
9508
95092003-09-26 Richard M. Stallman <rms@gnu.org>
9510
9511 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9512 * loading.texi, minibuf.texi, text.texi, variables.texi:
9513 Avoid @strong{Note:}.
9514
95152003-09-26 Richard M. Stallman <rms@gnu.org>
9516
9517 * keymaps.texi (Remapping Commands): Fix typo.
9518
95192003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9520
9521 * processes.texi (Low-Level Network): Fix typo.
9522
95232003-09-23 Kim F. Storm <storm@cua.dk>
9524
9525 * processes.texi (Network, Network Servers): Fix typos.
9526 (Low-Level Network): Add timeout value for :server keyword.
9527 Add new option keywords to make-network-process.
9528 Add set-network-process-options.
9529 Explain how to test availability of network options.
9530
95312003-09-19 Richard M. Stallman <rms@gnu.org>
9532
9533 * text.texi (Motion by Indent): Arg to
9534 backward-to-indentation and forward-to-indentation is optional.
9535
9536 * strings.texi (Creating Strings): Add substring-no-properties.
9537
9538 * processes.texi
9539 (Process Information): Add list-processes arg QUERY-ONLY.
9540 Delete process-contact from here.
9541 Add new status values for process-status.
9542 Add process-get, process-put, process-plist, set-process-plist.
9543 (Synchronous Processes): Add call-process-shell-command.
9544 (Signals to Processes): signal-process allows process objects.
9545 (Network): Complete rewrite.
9546 (Network Servers, Datagrams, Low-Level Network): New nodes.
9547
9548 * positions.texi (Word Motion): forward-word, backward-word
9549 arg is optional. Reword.
9550
9551 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9552
9553 * variables.texi (Creating Buffer-Local):
9554 Delete duplicate definition of buffer-local-value.
9555 (File Local Variables): Explain about discarding text props.
9556
95572003-09-11 Richard M. Stallman <rms@gnu.org>
9558
9559 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9560 changes variables that record input events.
9561 (Minibuffer Misc): Add minibuffer-selected-window.
9562
9563 * lists.texi (Building Lists): Add copy-tree.
9564
9565 * display.texi (Fontsets): Add char-displayable-p.
9566 (Scroll Bars): New node.
9567
95682003-09-08 Lute Kamstra <lute@gnu.org>
9569
9570 * modes.texi (%-Constructs): Document new `%i' and `%I'
9571 constructs.
9572
95732003-09-03 Peter Runestig <peter@runestig.com>
9574
9575 * makefile.w32-in: New file.
9576
95772003-08-29 Richard M. Stallman <rms@gnu.org>
9578
9579 * display.texi (Overlay Properties): Clarify how priorities
9580 affect use of the properties.
9581
95822003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9583
9584 * customize.texi (Type Keywords): Correct the description of
9585 `:help-echo' in the case where `motion-doc' is a function.
9586
95872003-08-14 John Paul Wallington <jpw@gnu.org>
9588
9589 * modes.texi (Emulating Mode Line): Subsection, not section.
9590
95912003-08-13 Richard M. Stallman <rms@gnu.org>
9592
9593 * elisp.texi (Top): Update subnode lists in menu.
9594
9595 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9596 (Kill Functions): kill-region has new arg yank-handler.
9597 (Yanking): New node.
9598 (Yank Commands): Add yank-undo-function.
9599 (Low-Level Kill Ring):
9600 kill-new and kill-append have new arg yank-handler.
9601 (Changing Properties): Add remove-list-of-text-properties.
9602 (Atomic Changes): New node.
9603
9604 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9605
9606 * streams.texi (Output Variables): Add eval-expression-print-length
9607 and eval-expression-print-level.
9608
9609 * os.texi (Time Conversion): For encode-time, explain limits on year.
9610
9611 * objects.texi (Character Type): Define anchor "modifier bits".
9612
9613 * modes.texi (Emulating Mode Line): New node.
9614 (Search-based Fontification): Font Lock uses font-lock-face property.
9615 (Other Font Lock Variables): Likewise.
9616
9617 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9618 not vectors.
9619 (Active Keymaps): Add emulation-mode-map-alists.
9620 (Functions for Key Lookup): key-binding has new arg no-remap.
9621 (Remapping Commands): New node.
9622 (Scanning Keymaps): where-is-internal has new arg no-remap.
9623 (Tool Bar): Add tool-bar-local-item-from-menu.
9624 Clarify when to use tool-bar-add-item-from-menu.
9625
9626 * commands.texi (Interactive Call): commandp has new arg.
9627 (Command Loop Info): Add this-original-command.
9628
96292003-08-06 John Paul Wallington <jpw@gnu.org>
9630
9631 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9632
9633 * display.texi (Warning Basics): Fix typo.
9634 (Fringes): Add closing curly bracket and fix typo.
9635
9636 * elisp.texi (Top): Fix typo.
9637
96382003-08-05 Richard M. Stallman <rms@gnu.org>
9639
9640 * elisp.texi: Update lists of subnodes.
9641
9642 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9643
9644 * variables.texi (Local Variables): Use lc for example variable names.
9645
9646 * tips.texi (Library Headers): Explain where to put -*-.
9647
9648 * strings.texi (Creating Strings): Fix xref for vconcat.
9649
9650 * sequences.texi (Vector Functions):
9651 vconcat no longer allows integer args.
9652
9653 * minibuf.texi (Reading File Names): read-file-name has new
9654 arg PREDICATE. New function read-directory-name.
9655
c4cc8b9a 9656 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9657 (Indenting Macros): New node.
9658
9659 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9660 (Window Frame Parameters): Make separate table of parameters
9661 that are coupled with specific face attributes.
9662 (Deleting Frames): delete-frame-hooks renamed to
9663 delete-frame-functions.
9664
9665 * files.texi (Magic File Names): Add file-remote-p.
9666 Clarify file-local-copy.
9667
9668 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9669 here; instead xref Defining Macros.
9670
9671 * display.texi (Warnings): New node, and subnodes.
9672 (Fringes): New node.
9673
9674 * debugging.texi (Test Coverage): New node.
9675
9676 * compile.texi (Compiler Errors): Explain with-no-warnings
9677 and other ways to suppress warnings.
9678
9679 * commands.texi (Interactive Call): Minor clarification.
9680
9681 * buffers.texi (Buffer File Name): set-visited-file-name
9682 renames the buffer too.
9683
9684 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9685
96862003-07-24 Markus Rost <rost@math.ohio-state.edu>
9687
9688 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9689
96902003-07-22 Markus Rost <rost@math.ohio-state.edu>
9691
9692 * internals.texi (Garbage Collection): Fix previous change.
9693
96942003-07-22 Richard M. Stallman <rms@gnu.org>
9695
9696 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9697
9698 * display.texi (Width): Use \s syntax in example.
9699 (Font Selection): Add face-font-rescale-alist.
9700
9701 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9702 Remove spurious indent in example.
9703
9704 * lists.texi (Building Lists): Add number-sequence.
9705
9706 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9707
9708 * functions.texi (Function Documentation): Explain how to
9709 show calling convention explicitly in the doc string.
9710
9711 * windows.texi (Selecting Windows): save-selected-window saves
9712 selected window of each frame.
9713 (Window Configurations): Minor change.
9714
9715 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9716
9717 * streams.texi (Output Variables): Add print-continuous-numbering
9718 and print-number-table.
9719
9720 * processes.texi (Decoding Output): New node.
9721
9722 * os.texi (Time Conversion): decode-time arg is optional.
9723
9724 * objects.texi (Character Type): Don't use space as example for \.
9725 Make list of char names and \-sequences correspond.
9726 Explain that \s is not used in strings. `\ ' needs space after.
9727
9728 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9729 (Translation of Characters): Add translation-table-for-input.
9730 (Default Coding Systems): Add auto-coding-functions.
9731 (Explicit Encoding): Add decode-coding-inserted-region.
9732 (Locales): Add locale-info.
9733
9734 * minibuf.texi (Basic Completion): Describe test-completion.
9735 Collections can be lists of strings.
9736 Clean up lazy-completion-table.
9737 (Programmed Completion): Mention test-completion.
9738 Clarify why lambda expressions are not accepted.
9739 (Minibuffer Misc): Describe minibufferp.
9740
97412003-07-14 Richard M. Stallman <rms@gnu.org>
9742
9743 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9744
9745 * windows.texi (Selecting Windows): New arg to select-window.
9746 (Selecting Windows): Add with-selected-window.
9747 (Size of Window): Add window-inside-edges, etc.
9748
9749 * internals.texi (Garbage Collection): Add post-gc-hook.
9750
9751 * processes.texi (Subprocess Creation): Add exec-suffixes.
9752
9753 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9754 (Scanning Keymaps): Add map-keymaps.
9755 (Defining Menus): Add keymap-prompt.
9756
9757 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9758 most-negative-fixnum.
9759
c4cc8b9a 9760 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9761 (Compiler Errors): New node.
9762
9763 * os.texi (User Identification): user-uid, user-real-uid
9764 can return float.
9765
9766 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9767 and about derived modes.
9768 (Minor Modes): Add minor-mode-list.
9769 (Defining Minor Modes): Keyword args for define-minor-mode.
9770 (Search-based Fontification): Explain managing other properties.
9771 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9772 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9773 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9774
9775 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9776 (Variable Aliases): Clarify defvaralias.
9777
9778 * loading.texi (Library Search): Add load-suffixes.
9779
9780 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9781 (Programmed Completion): Add dynamic-completion-table.
9782
9783 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9784 (Magic File Names): Specify precedence order of handlers.
9785
9786 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9787 and post-command-hook.
9788 (Waiting): New calling convention for sit-for.
9789
9790 * text.texi (Special Properties): local-map and keymap properties
9791 apply based on their stickiness.
9792
97932003-07-07 Richard M. Stallman <rms@gnu.org>
9794
9795 * modes.texi (Minor Mode Conventions): Specify only some kinds
9796 of list values as args to minor modes.
9797
9798 * files.texi (File Name Expansion): Warn about iterative use
9799 of substitute-in-file-name.
9800
9801 * advice.texi (Activation of Advice): Clean up previous change.
9802
98032003-07-06 Markus Rost <rost@math.ohio-state.edu>
9804
9805 * advice.texi (Activation of Advice): Note that ad-start-advice is
9806 turned on by default.
9807
98082003-06-30 Richard M. Stallman <rms@gnu.org>
9809
9810 * text.texi (Buffer Contents): Document current-word.
9811 (Change Hooks): Not called for *Messages*.
9812
9813 * functions.texi (Defining Functions): Explain about redefining
9814 primitives.
f4e90db0 9815 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9816 Comment out the detailed criteria for what is safe.
9817
98182003-06-22 Andreas Schwab <schwab@suse.de>
9819
9820 * objects.texi (Symbol Type): Fix description of examples.
9821
98222003-06-16 Andreas Schwab <schwab@suse.de>
9823
9824 * hash.texi (Creating Hash): Fix description of :weakness.
9825
c8763fb6 98262003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9827
9828 * files.texi (Changing Files): copy-file copies file modes, too.
9829
98302003-05-28 Richard M. Stallman <rms@gnu.org>
9831
9832 * strings.texi (Creating Strings): Clarify split-string.
9833
98342003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9835
9836 * strings.texi (Creating Strings): Update split-string specification
9837 and examples.
9838
98392003-05-19 Richard M. Stallman <rms@gnu.org>
9840
9841 * elisp.texi: Correct invariant section names.
9842
98432003-04-20 Richard M. Stallman <rms@gnu.org>
9844
9845 * os.texi (Timers): Explain about timers and quitting.
9846
98472003-04-19 Richard M. Stallman <rms@gnu.org>
9848
9849 * internals.texi (Writing Emacs Primitives): Strings are
9850 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9851 Explain GCPRO convention for varargs function args.
9852
98532003-04-16 Richard M. Stallman <rms@gnu.org>
9854
9855 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9856
98572003-04-08 Richard M. Stallman <rms@gnu.org>
9858
9859 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9860
98612003-02-13 Kim F. Storm <storm@cua.dk>
9862
9863 * objects.texi (Character Type): New \s escape for space.
9864
98652003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9866
5dcb4c4e 9867 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9868
98692003-01-25 Richard M. Stallman <rms@gnu.org>
9870
9871 * keymaps.texi: Document that a symbol can act as a keymap.
9872
98732003-01-13 Richard M. Stallman <rms@gnu.org>
9874
9875 * text.texi (Changing Properties): Say string indices are origin-0.
9876
9877 * positions.texi (Screen Lines) <compute-motion>:
9878 Correct order of elts in return value.
9879
9880 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9881 how to define a default binding.
9882
98832002-12-07 Markus Rost <rost@math.ohio-state.edu>
9884
9885 * loading.texi (Unloading): Fix recent change for load-history.
9886
9887 * customize.texi (Simple Types): Clarify description of custom
9888 type 'number. Describe new custom type 'float.
9889
98902002-12-04 Markus Rost <rost@math.ohio-state.edu>
9891
9892 * variables.texi (File Local Variables): Fix typo.
9893
c8763fb6 98942002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9895
9896 From Michael Albinus <Michael.Albinus@alcatel.de>.
9897
9898 * README: Target for Info file is `make info'.
9899
5dcb4c4e 9900 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9901 `file-name-sans-extension'.
9902 (Magic File Names): Complete list of operations for magic file
9903 name handlers.
9904
99052002-09-16 Jonathan Yavner <jyavner@engineer.com>
9906
9907 * variables.texi (File Local Variables): New function
9908 risky-local-variable-p.
9909
99102002-09-15 Jonathan Yavner <jyavner@engineer.com>
9911
9912 * functions.texi (Function safety): New node about unsafep.
9913
99142002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9915
5dcb4c4e 9916 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9917 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9918
99192002-06-17 Juanma Barranquero <lektu@terra.es>
9920
9921 * frames.texi (Display Feature Testing): Fix typo.
9922
99232002-06-12 Andreas Schwab <schwab@suse.de>
9924
9925 * frames.texi (Initial Parameters, Resources): Fix references to
9926 the Emacs manual.
9927
99282002-05-13 Kim F. Storm <storm@cua.dk>
9929
9930 * variables.texi (Intro to Buffer-Local): Updated warning and
9931 example relating to changing buffer inside let.
9932
c8763fb6 99332002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9934
9935 * os.texi (Session Management): New node about X Session management.
9936
99372002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9938
9939 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9940 to which the manual corresponds, and the copyright years.
9941
9942 * Makefile.in (VERSION): Set to 2.9.
9943
99442001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9945
9946 * elisp.texi: Change the category in @dircategory to "Emacs", to
9947 make it consistent with info/dir.
9948
99492001-11-25 Miles Bader <miles@gnu.org>
9950
9951 * text.texi (Fields): Describe new `limit' arg in
9952 field-beginning/field-end.
9953
99542001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9955
5dcb4c4e
SM
9956 * permute-index: Don't depend on csh-specific features.
9957 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9958
9959 * two-volume-cross-refs.txt: New file.
9960 * two.el: New file.
9961 * spellfile: New file.
9962
99632001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9964
9965 * permute-index: New file.
9966
9967 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9968 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9969 8+3 restricted namespace.
9970
9971 * Makefile.in (infodir): Define relative to $(srcdir).
9972 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9973 include directories list via -I switch to makeinfo.
9974 (index.texi): Use cp if both hard and symbolic links fail.
9975
99762001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9977
9978 * Makefile.in (distclean): Add.
9979
9980 The following changes make ELisp manual part of the Emacs
9981 distribution:
9982
9983 * Makefile.in: Add Copyright notice.
9984 (prefix): Remove.
9985 (infodir): Change value to "../info".
9986 (VPATH): New variable.
9987 (MAKE): Don't define.
9988 (texmacrodir): Don't define.
9989 (texinputdir): Append the existing value of TEXINPUTS.
9990 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9991 command to be compatible with man/Makefile.in, and to put the
9992 output into ../info.
9993 (info): Add target.
9994 (installall): Target removed.
9995
c8763fb6 99962001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9997
9998 * tips.texi (Coding Conventions): Fix typo.
9999
100002001-10-23 Gerd Moellmann <gerd@gnu.org>
10001
10002 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10003
100042001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10005
10006 * files.texi (File Name Components): Update the description of
10007 file-name-sans-extension and file-name-extension, as they now
10008 ignore leading dots.
10009
100102001-10-20 Gerd Moellmann <gerd@gnu.org>
10011
10012 * (Version 21.1 released.)
10013
100142001-10-19 Miles Bader <miles@gnu.org>
10015
10016 * positions.texi (Text Lines): Describe behavior of
10017 `beginning-of-line'/`end-of-line' in the presence of field properties.
10018
100192001-10-17 Gerd Moellmann <gerd@gnu.org>
10020
10021 * Makefile.in (VERSION): Set to 2.8.
10022 (manual): Use `manual-21'.
10023
10024 * elisp.texi (VERSION): Add and use it where the version
10025 number was used. Set it to 2.8.
10026
10027 * intro.texi: Likewise.
10028
100292001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10030
10031 * files.texi (File Name Completion): Document the significance of
10032 a trailing slash in elements of completion-ignored-extensions.
10033
100342001-10-06 Miles Bader <miles@gnu.org>
10035
10036 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10037
100382001-10-04 Gerd Moellmann <gerd@gnu.org>
10039
10040 * variables.texi (Variable Aliases): New node.
10041
100422001-10-04 Gerd Moellmann <gerd@gnu.org>
10043
10044 * Branch for 21.1.
10045
100462001-10-02 Miles Bader <miles@gnu.org>
10047
10048 * minibuf.texi (Minibuffer Misc): Add entries for
10049 `minibuffer-contents', `minibuffer-contents-no-properties', and
10050 `delete-minibuffer-contents'.
10051 Correct description for `minibuffer-prompt-end'.
10052
10053 * text.texi (Property Search): Correct descriptions of
10054 `next-char-property-change' and `previous-char-property-change'.
10055 Add entries for `next-single-char-property-change' and
10056 `previous-single-char-property-change'.
10057 Make operand names a bit more consistent.
10058
100592001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10060
10061 * frames.texi (Finding All Frames): Document that next-frame and
10062 previous-frame are local to current terminal.
10063
100642001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10065
10066 * keymaps.texi (Creating Keymaps): Fix the description of the
10067 result of make-keymap.
10068
100692001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10070
10071 * display.texi (Font Lookup, Attribute Functions)
10072 (Image Descriptors): Add cross-references to the definition of
10073 selected frame.
10074
10075 * buffers.texi (The Buffer List): Add cross-references to the
10076 definition of selected frame.
10077
10078 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10079 frame at any given time.
10080 (Multiple Displays, Size and Position): Add a cross-reference to
10081 the definition of the selected frame.
10082
100832001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10084
10085 * strings.texi (String Conversion) <string-to-number>: Document
10086 that a float is returned for integers that are too large.
10087
10088 * frames.texi (Mouse Position): Document mouse-position-function.
10089 (Display Feature Testing): Document display-images-p.
10090 (Window Frame Parameters): Document the cursor-type variable.
10091
10092 * numbers.texi (Integer Basics): Document CL style read syntax for
10093 integers in bases other than 10.
10094
5dcb4c4e
SM
10095 * positions.texi (List Motion):
10096 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
10097
10098 * lists.texi (Sets And Lists): Document member-ignore-case.
10099
10100 * internals.texi (Garbage Collection): Document the used and free
10101 strings report.
10102 (Memory Usage): Document strings-consed.
10103
10104 * os.texi (Time of Day): Document float-time.
10105 (Recording Input): Document that clear-this-command-keys clears
10106 the vector to be returned by recent-keys.
10107
10108 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10109 argument keymap can be a list.
10110
10111 * nonascii.texi (User-Chosen Coding Systems)
10112 <select-safe-coding-system>: Document the new argument
10113 accept-default-p and the variable
10114 select-safe-coding-system-accept-default-p. Tell what happens if
10115 buffer-file-coding-system is undecided.
10116 (Default Coding Systems): Document auto-coding-regexp-alist.
10117
10118 * display.texi (The Echo Area) <message>: Document
10119 message-truncate-lines.
10120 (Glyphs): Document that the glyph table is unused on windowed
10121 displays.
10122
10123 * help.texi (Describing Characters) <single-key-description>:
10124 Document the new argument no-angles.
10125 (Accessing Documentation) <documentation-property>: Document that
10126 a non-string property is evaluated.
10127 <documentation>: Document that the function-documentation property
10128 is looked for.
10129
10130 * windows.texi (Selecting Windows): Document some-window.
10131
10132 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10133
10134 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10135 apropos-mode-hook.
10136
10137 * commands.texi (Using Interactive): Document interactive-form.
10138 (Keyboard Macros): Document kbd-macro-termination-hook.
10139 (Command Loop Info): Document that clear-this-command-keys clears
10140 the vector to be returned by recent-keys.
10141
101422001-09-04 Werner LEMBERG <wl@gnu.org>
10143
10144 * Makefile.in (srcdir, texinputdir): New variables.
10145 (srcs, index.texi, install): Use $(srcdir).
10146 (.PHONY): Remove elisp.dvi.
10147 (elisp): Use -I switch for makeinfo.
10148 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10149 (installall, dist): Use $(srcdir).
10150 Fix path to texinfo.tex.
10151 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10152
101532001-08-30 Gerd Moellmann <gerd@gnu.org>
10154
10155 * display.texi (Conditional Display): Adjust to API change.
10156
10157 * configure: New file.
10158
101592001-07-30 Gerd Moellmann <gerd@gnu.org>
10160
10161 * commands.texi (Repeat Events): Add description of
10162 double-click-fuzz.
10163
101642001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10165
10166 * syntax.texi (Syntax Class Table): Add the missing designator for
10167 comment and string fences.
10168 (Syntax Properties): Add a xref to syntax table internals.
10169 (Syntax Table Internals): Document string-to-syntax.
10170
101712001-05-07 Gerd Moellmann <gerd@gnu.org>
10172
10173 * Makefile.in (install): Use install-info command line options
10174 like in Emacs' Makefile.in.
10175
101762000-12-09 Miles Bader <miles@gnu.org>
10177
10178 * windows.texi (Window Start): Update documentation for
10179 `pos-visible-in-window-p'.
10180
101812000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10182
10183 * lists.texi (Building Lists): Add footnote to explain how to add
10184 to the end of a list.
10185
101862000-10-25 Gerd Moellmann <gerd@gnu.org>
10187
10188 * files.texi (Visiting Functions): Typos.
10189
101902000-10-25 Kenichi Handa <handa@etl.go.jp>
10191
10192 * files.texi (Visiting Functions): Return value of
10193 find-file-noselect may be a list of buffers if wildcards are used.
10194
101952000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10196
10197 * display.texi (Defining Faces): Document `graphic' display type
10198 in face specs.
10199
b344d29d 102002000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10201
10202 * hooks.texi (Standard Hooks): Replace obsolete
10203 `after-make-frame-hook' with `after-make-frame-functions'.
10204
10205 * frames.texi (Creating Frames): Ditto.
10206
10207 * variables.texi (Future Local Variables): Ditto.
10208
102092000-10-16 Gerd Moellmann <gerd@gnu.org>
10210
10211 * display.texi (Other Image Types): Add description of :foreground
10212 and :background properties of mono PBM images.
10213
102142000-08-17 Werner LEMBERG <wl@gnu.org>
10215
10216 * .cvsignore: New file.
10217
102182000-01-05 Gerd Moellmann <gerd@gnu.org>
10219
10220 * tindex.pl: New script.
10221
102221999-12-03 Dave Love <fx@gnu.org>
10223
10224 * Makefile.in (MAKEINFO): New parameter.
10225
102261999-09-17 Richard Stallman <rms@gnu.org>
10227
10228 * Makefile.in (srcs): Add hash.texi.
10229 (VERSION): Update to 20.6.
10230
102311999-09-13 Richard Stallman <rms@gnu.org>
10232
10233 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10234
102351998-08-29 Karl Heuer <kwzh@gnu.org>
10236
10237 * configure.in: New file.
10238 * Makefile.in: Renamed from Makefile.
10239 (prefix, infodir): Use value obtained from configure.
10240 (emacslibdir): Obsolete variable deleted.
10241 (dist): Distribute configure.in, configure, Makefile.in.
10242
102431998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10244
10245 * Makefile (INSTALL_INFO): New variable.
10246 (install): Run install-info.
10247
102481998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10249
10250 * Makefile (elisp.dvi): Add missing backslash.
10251
102521998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10253
10254 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10255 Run texindex without `./'. Always run texindex on elisp.tp.
10256 (elisp.tps): Target deleted.
10257
102581998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10259
10260 * Makefile (srcs): Add nonascii.texi and customize.texi.
10261 (dist): Start by deleting `temp'.
10262
102631998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10264
10265 * Makefile (makeinfo, texindex): Targets deleted.
10266 (makeinfo.o, texindex.o): Targets deleted.
10267 (clean, dist): Don't do anything with them or with getopt*.
10268
102691998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10270
10271 * Makefile (SHELL): Defined.
10272
102731998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10274
10275 * Makefile (elisp.tps): New target.
10276 (elisp.dvi): Depend on elisp.tps.
10277
c5602427 102781996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10279
10280 * README: Update phone number.
10281
10282 * Makefile (elisp): Make this be the default target.
10283 Depend on makeinfo.c instead of makeinfo.
10284 (install): Don't depend on elisp.dvi, since we don't install that.
10285 Use mkinstalldirs.
10286 (dist): Add mkinstalldirs.
10287
c5602427 102881995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10289
10290 * Makefile (VERSION): Update version number.
5dcb4c4e 10291 (maintainer-clean): Rename from realclean.
b8d4c8d0 10292
c5602427 102931995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10294
10295 * Makefile (realclean): New target.
10296 (elisp): Remove any old elisp-* files first.
10297
c5602427 102981993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10299
10300 * Makefile (VERSION): New variable.
10301 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10302 Compressed file suffix should be `.gz', not `.z'.
10303
ce058493 103041993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10305
10306 * Makefile (elisp): Depend on makeinfo.
10307
c5602427 103081993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10309
10310 * Makefile (srcs): Add anti.texi.
10311
c5602427 103121993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10313
10314 * Makefile (infodir, prefix): New vars.
10315 (install): Use infodir.
f4e90db0 10316 (emacsinfodir): Delete.
b8d4c8d0 10317
c5602427 103181993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10319
10320 * Makefile (srcs): Add calendar.texi.
10321
10322 * Makefile (dist): Copy texindex.c and makeinfo.c.
10323 Limit elisp-* files to those with one or two digits.
10324
c5602427 103251993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10326
f4e90db0 10327 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10328
c5602427 103291993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10330
10331 * loading.texi (Unloading): define-function changed back to
10332 defalias. It may not stay this way, but at least it's
10333 consistent with the known-good version of the code patch.
10334
c5602427 103351993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10336
10337 * modes.texi (Hooks): Document new optional arg of add-hook.
10338
c5602427 103391993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10340
10341 * variables.texi: Document nil initial value of buffer-local variables.
10342
10343 * tips.texi: Add new section on standard library headers.
10344
c5602427 103451993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10346
10347 * Makefile (srcs): Add frame.texi to the list of sources.
10348
c5602427 103491993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10350
10351 * Makefile (dist): Don't bother excluding autosave files; they'll
10352 never make it into the temp directory anyway, and the hash marks
10353 in the name are problematic for make and the Bourne shell.
10354 (srcs):
10355
c5602427 103561993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10357
10358 * Makefile (dist): Don't include backup files or autosave files in
10359 the distribution tar file.
10360
c5602427 103611991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10362
5dcb4c4e 10363 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10364 (elisp.dvi): Remove erroneous shell comment.
10365 Expect output of permute-index in permuted.fns.
10366 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10367 (clean): Add index.texi to be deleted.
b8d4c8d0 10368
c5602427 103691990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10370
10371 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10372
c5602427 103731990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10374
10375 * files.texi: Noted that completion-ignored-extensions is ignored
10376 when making *Completions*.
10377
3e868ee3 103781990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10379
10380 * Makefile make dist now depends on elisp.dvi, since it tries
10381 to include it in the dist file.
10382
c5602427 103831990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10384
c5602427 10385 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10386
c5602427 103871989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10388
10389 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10390 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10391
c5602427 103921989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10393
10394 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10395 and @error{} are the terms now being used. The files in the
10396 directory have been changed to reflect this.
10397
10398 * All instances of @indentedresultt{} have been changed to
333f9019 10399 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10400
c5602427 104011989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10402
10403 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10404 experimental @indentedresult{}, @indentedexpandsto{} are part of
10405 the texinfo.tex in this directory. These TeX macros are not
10406 stable yet.
10407
c5602427 104081989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10409
10410 * texinfo.tex: Temporarily added
10411 \let\result=\dblarrow
10412 \def\error{{\it ERROR} \longdblarrow}
10413 We need to do this better soon.
10414
c5602427 104151989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10416
10417 * Applied Karl Berry's patches to *.texinfo files, but not to
10418 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10419 new title page format is also not applied, since it requires
10420 texinfo.tex changes.)
10421
10422 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10423 for the Project GNU development environment.
10424
10425;; Local Variables:
c8763fb6 10426;; coding: utf-8
b8d4c8d0
GM
10427;; End:
10428
acaf905b 10429 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10430
10431 This file is part of GNU Emacs.
10432
352c8b4a 10433 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10434 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10435 the Free Software Foundation, either version 3 of the License, or
10436 (at your option) any later version.
b8d4c8d0
GM
10437
10438 GNU Emacs is distributed in the hope that it will be useful,
10439 but WITHOUT ANY WARRANTY; without even the implied warranty of
10440 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10441 GNU General Public License for more details.
10442
10443 You should have received a copy of the GNU General Public License
352c8b4a 10444 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.