* net/tramp.el (tramp-file-name-for-operation): Add
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
4963495d
CY
12012-02-25 Chong Yidong <cyd@gnu.org>
2
3 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
4
4bb82fa8
GM
52012-02-24 Glenn Morris <rgm@gnu.org>
6
7 * errors.texi (Standard Errors): Mention dbus-error.
8 For arith-error sub-classes, just use one cross-ref.
9
2cb228f7
AM
102012-02-23 Alan Mackenzie <acm@muc.de>
11
12 * modes.texi (Defining Minor Modes): Document the new keyword
13 :after-hook.
14
a59225b1
CY
152012-02-21 Chong Yidong <cyd@gnu.org>
16
17 * files.texi (Files): Mention magic file names as arguments.
18 (Reading from Files): Copyedits.
19 (File Attributes): Mention how to change file modes.
20 (Changing Files): Use standard "file permissions" terminology.
21 Add xref to File Attributes node.
22 (Locating Files): Document locate-user-emacs-file.
23 (Unique File Names): Recommend against using make-temp-name.
24
8376d7c2
CY
252012-02-19 Chong Yidong <cyd@gnu.org>
26
27 * help.texi (Documentation, Documentation Basics, Help Functions):
28 Minor clarifications.
29 (Accessing Documentation): Clarify what documentation-property is
30 for. Add xref to Keys in Documentation.
31
32 * tips.texi (Documentation Tips): Don't recommend using * in
33 docstrings.
34
35 * macros.texi (Defining Macros):
36 * modes.texi (Derived Modes): Say "documentation string" instead
37 of docstring.
38
82233bea
CY
392012-02-18 Chong Yidong <cyd@gnu.org>
40
41 * modes.texi (Tabulated List Mode): New node.
42 (Basic Major Modes): Add xref to it.
43
44 * processes.texi (Process Information): Mention Process Menu mode.
45
7b926f3f
CY
462012-02-17 Chong Yidong <cyd@gnu.org>
47
48 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
49
0fd2c9a3
GM
502012-02-17 Glenn Morris <rgm@gnu.org>
51
52 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
53
f700caa3
CY
542012-02-16 Chong Yidong <cyd@gnu.org>
55
4230351b
CY
56 * syntax.texi (Syntax Tables, Syntax Descriptors)
57 (Syntax Table Functions): Copyedits.
58 (Syntax Basics): Don't repeat the material in the preceding node.
59 (Syntax Class Table): Use a table.
60 (Syntax Properties): Document syntax-propertize-function and
61 syntax-propertize-extend-region-functions.
62 (Motion via Parsing): Clarify scan-lists. Fix indentation.
63 (Parser State): Update for the new "c" comment style. Fix
64 description of item 7 (comment style).
65
f700caa3
CY
66 * modes.texi (Minor Modes): Update how mode commands should treat
67 arguments now.
68 (Mode Line Basics): Clarify force-mode-line-update.
69 (Mode Line Top): Note that the example is not realistic.
70 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
71 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
72 "mode line construct" instead of "mode line specification".
73 (Syntactic Font Lock): Remove mention of obsolete variable
74 font-lock-syntactic-keywords.
75 (Setting Syntax Properties): Node deleted.
76 (Font Lock Mode): Note that Font Lock mode is a minor mode.
77 (Font Lock Basics): Note that syntactic fontification falls back
78 on `syntax-table'.
79 (Search-based Fontification): Emphasize that font-lock-keywords
80 should not be set directly.
81 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
82 (Syntactic Font Lock): Minor clarifications. Add xref to
83 Syntactic Font Lock node.
f700caa3 84
60236b0d
CY
852012-02-15 Chong Yidong <cyd@gnu.org>
86
87 * minibuf.texi (Basic Completion): Define "completion table".
88 Move completion-in-region to Completion in Buffers node.
89 (Completion Commands): Use "completion table" terminology.
90 (Completion in Buffers): New node.
91
92 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
93 (Setting Hooks): Update minor mode usage example.
94 (Major Mode Conventions): Note that completion-at-point-functions
95 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
96 Remove duplicate tip about auto-mode-alist.
97 (Minor Modes): Rewrite introduction.
98 (Minor Mode Conventions): Copyedits. Don't recommend
99 variable-only minor modes since few minor modes are like that.
60236b0d 100
d7dbb11a
GM
1012012-02-15 Glenn Morris <rgm@gnu.org>
102
103 * processes.texi (Network): Document open-network-stream :parameters.
104
3d8badf4
CY
1052012-02-14 Chong Yidong <cyd@gnu.org>
106
107 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
108 was removed on 2009-09-10. Update lisp-mode-map example.
109 (Inheritance and Keymaps): Minor clarification.
110 (Searching Keymaps): Remove out-of-place enumeration.
111 (Key Lookup): Remove unnecessary example (one was already given in
112 Format of Keymaps).
113 (Changing Key Bindings): Update suppress-keymap example.
114 (Menu Bar, Tool Bar): Copyedits.
115 (Tool Bar): Update tool-bar-map example.
116
faccede1
CY
1172012-02-12 Chong Yidong <cyd@gnu.org>
118
119 * debugging.texi (Debugger Commands): Continuing is now allowed
120 for errors.
121
355cabc6
CY
1222012-02-11 Chong Yidong <cyd@gnu.org>
123
d860baa0
CY
124 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
125 Move the list of standard bitmaps there.
126 (Fringe Cursors): Rewrite for clarity.
127 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
128
34106abe
CY
129 * commands.texi (Command Overview): Mention read-key.
130 (Using Interactive, Interactive Call): Minor clarifications.
131 (Function Keys, Click Events): Avoid "input stream" terminology.
132 (Click Events): Add xref to Window Sizes and Accessing Mouse.
133 Clarify column and row components.
134 (Accessing Mouse): Add xref to Click Events. Minor fixes.
135 (Special Events): Copyedits.
136
137 * streams.texi (Input Streams): De-document get-file-char.
138 (Output Variables): Don't refer to old backquote syntax.
139
355cabc6
CY
140 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
141 (Error Debugging): Note that debug-ignored-errors overrides list
142 values of debug-on-error too. Add xref to Signaling Errors. Note
143 that debug-on-signal is not customizable. Mention
144 condition-case-unless-debug.
145 (Compilation Errors): Node deleted.
146
147 * compile.texi (Compiler Errors): Move a paragraph here from
148 deleted node Compilation Errors.
149
1be3ca5a
LL
1502012-02-10 Leo Liu <sdl.web@gmail.com>
151
152 * control.texi (Handling Errors): Change condition-case-no-debug
153 to condition-case-unless-debug.
154
25dec365
CY
1552012-02-10 Chong Yidong <cyd@gnu.org>
156
157 * advice.texi (Defining Advice): Clarify ad-unadvise.
158 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
159 is not abnormal.
160 (Advising Primitives): Node deleted; ad-define-subr-args has been
161 removed.
162
163 * compile.texi (Speed of Byte-Code): Use float-time in example.
164 (Compilation Functions): Note that the log uses Compilation mode.
165 Don't discuss the contents of byte-code function object here.
166 (Compilation Functions): De-document internal function byte-code.
167 (Docs and Compilation): Minor clarifications.
168
169 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
170 Objects.
171
5f5e4ea1
GM
1722012-02-10 Glenn Morris <rgm@gnu.org>
173
174 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
175 Mention secure-hash.
176 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
177
6c1e4b46
CY
1782012-02-10 Chong Yidong <cyd@gnu.org>
179
180 * loading.texi (Loading): Don't emphasize "library" terminology.
181 (Library Search): load-path is not a user option. Mention role of
182 -L option and packages. Improve examples.
183 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
184 obsolete.
185 (Autoload): Minor clarifications.
186
72ca698c
GM
1872012-02-10 Glenn Morris <rgm@gnu.org>
188
b011fbfe
GM
189 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
190
72ca698c
GM
191 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
192
14a1f380
GM
1932012-02-08 Glenn Morris <rgm@gnu.org>
194
195 * loading.texi (Named Features): Update the require example.
196
60d47423
GM
1972012-02-07 Glenn Morris <rgm@gnu.org>
198
199 * modes.texi (Defining Minor Modes):
200 Expand on args of defined minor modes.
201
0992bd9c
CY
2022012-02-07 Chong Yidong <cyd@gnu.org>
203
204 * variables.texi (Creating Buffer-Local): Minor clarification
205 to buffer-local-variables doc (Bug#10715).
206
af008560
GM
2072012-02-07 Glenn Morris <rgm@gnu.org>
208
e80e1825 209 * display.texi (ImageMagick Images): General update.
af008560
GM
210 Move most details of imagemagick-render-type to the variable's doc.
211
866c1d22
GM
2122012-02-06 Glenn Morris <rgm@gnu.org>
213
f7c9199f 214 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
215 (Inheritance and Keymaps):
216 Mention make-composed-keymap and multiple inheritance.
f7c9199f 217
e7bc51d0
GM
218 * modes.texi (Running Hooks): Mention run-hook-wrapped.
219
866c1d22
GM
220 * control.texi (Handling Errors):
221 Mention condition-case-no-debug and with-demoted-errors.
222
03988c98
CY
2232012-02-05 Chong Yidong <cyd@gnu.org>
224
225 * customize.texi (Common Keywords): Minor clarifications.
226 Document custom-unlispify-remove-prefixes.
227 (Variable Definitions): Backquotes in defcustom seem to work fine
228 now. Various other copyedits.
e1161b06
CY
229 (Simple Types): Copyedits. Document color selector.
230 (Composite Types): Copyedits.
231 (Splicing into Lists): Clarifications.
03988c98
CY
232
233 * eval.texi (Backquote): Move from macros.texi.
234
235 * macros.texi (Expansion): Minor clarification.
236 (Backquote): Move node to eval.texi.
237 (Defining Macros): Move an example from Backquote node.
238 (Argument Evaluation): No need to mention Pascal.
239 (Indenting Macros): Add xref to Defining Macros.
240
649f602c
GM
2412012-02-05 Glenn Morris <rgm@gnu.org>
242
243 * debugging.texi (Error Debugging): Mention debug-on-event default.
244
34c99998
GM
2452012-02-04 Glenn Morris <rgm@gnu.org>
246
8f05da42
GM
247 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
248
7aa5aad8
GM
249 * debugging.texi (Error Debugging): Mention debug-on-event.
250 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
251
c7291ad9
GM
252 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
253
34c99998
GM
254 * text.texi (Buffer Contents):
255 Update filter-buffer-substring description.
256
735cc5ca
CY
2572012-02-04 Chong Yidong <cyd@gnu.org>
258
259 * functions.texi (What Is a Function): Add closures. Mention
260 "return value" terminology. Add xref for command-execute. Remove
261 unused "keystroke command" terminology.
262 (Lambda Expressions): Give a different example than in the
263 following subsection. Add xref to Anonymous Functions.
264 (Function Documentation): Remove gratuitous markup.
265 (Function Names): Move introductory text to `What Is a Function'.
266 (Defining Functions): Fix defun argument spec.
267 (Anonymous Functions): Document lambda macro explicitly. Mention
268 effects on lexical binding.
269 (Function Cells): Downplay direct usage of fset.
270 (Closures): New node.
271 (Inline Functions): Remove "open-code" terminology.
272 (Declaring Functions): Minor tweak; .m is not C code.
273
274 * variables.texi (Variables): Don't refer to "global value".
275 (Local Variables, Void Variables): Copyedits.
276 (Lexical Binding): Minor clarification of example.
277 (File Local Variables): Mention :safe and :risky defcustom args.
278 (Lexical Binding): Add xref to Closures node.
279
94bc7984
GM
2802012-02-04 Glenn Morris <rgm@gnu.org>
281
282 * minibuf.texi (High-Level Completion): Updates for read-color.
283
4f5a10ef
GM
2842012-02-03 Glenn Morris <rgm@gnu.org>
285
eea14f31
GM
286 * display.texi (GIF Images): Mention animation.
287 Remove commented-out old example of animation.
288 (Animated Images): New subsection.
289 * elisp.texi (Top):
290 * vol1.texi (Top):
291 * vol2.texi (Top): Add Animated Images menu entry.
292
4f5a10ef
GM
293 * display.texi (Image Formats): Remove oddly specific information
294 on versions of image libraries.
204e728d 295 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 296
12f381b7
GM
2972012-02-02 Glenn Morris <rgm@gnu.org>
298
1b9f60cc
GM
299 * processes.texi (Synchronous Processes):
300 Mention call-process's :file gets overwritten.
301
7e2734bc
GM
302 * commands.texi (Reading One Event):
303 * help.texi (Help Functions): Document read-char-choice.
304
f58b9822
GM
305 * hooks.texi (Standard Hooks):
306 * modes.texi (Keymaps and Minor Modes):
307 * text.texi (Commands for Insertion): Document post-self-insert-hook.
308
309 * hooks.texi (Standard Hooks): Add prog-mode-hook.
310
12f381b7
GM
311 * hooks.texi (Standard Hooks):
312 * modes.texi (Major Mode Conventions, Mode Hooks):
313 Document change-major-mode-after-body-hook.
314
7a9a2fc6
GM
3152012-02-01 Glenn Morris <rgm@gnu.org>
316
317 * modes.texi (Defining Minor Modes):
318 Mention disabling global minor modes on a per-major-mode basis.
319
a037c171
CY
3202012-01-31 Chong Yidong <cyd@gnu.org>
321
322 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
323 (Parser State): Remove unnecessary statement (Bug#10661).
324
325 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
326
56afad3a
GM
3272012-01-31 Glenn Morris <rgm@gnu.org>
328
329 * modes.texi (Defining Minor Modes):
330 Document define-minor-mode's new :variable keyword.
331
0f29fa41
CY
3322012-01-29 Chong Yidong <cyd@gnu.org>
333
837a390a
CY
334 * syntax.texi (Syntax Class Table): Tweak description of newline
335 char syntax (Bug#9619).
336
0f29fa41
CY
337 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
338 description (Bug#10189).
339
182148ee
GM
3402012-01-29 Glenn Morris <rgm@gnu.org>
341
a49ca6b9
GM
342 * files.texi (Changing Files): Document SELinux support.
343
182148ee
GM
344 * windows.texi (Window Sizes): Fix typo.
345
9962192e
CY
3462012-01-28 Chong Yidong <cyd@gnu.org>
347
8c6e1920
CY
348 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
349 doc (Bug#8568).
350
9583ec59
CY
351 * frames.texi (Input Focus): Add NORECORD arg to
352 select-frame-set-input-focus. Clarify its role in select-frame.
353
10256988
CY
354 * text.texi (Transposition): We don't use transpose-region as an
355 internal subroutine (Bug#3249).
356
9962192e
CY
357 * modes.texi (Example Major Modes): Update Lisp example code to
358 current sources. Delete the old non-derived-major-mode example,
359 which has diverged badly from current sources.
360
2aa43abb
GM
3612012-01-27 Glenn Morris <rgm@gnu.org>
362
363 * makefile.w32-in (texinputdir): Fix (presumed) typo.
364 (VERSION, manual): Remove, unused.
365
9f40220d
CY
3662012-01-27 Chong Yidong <cyd@gnu.org>
367
368 * commands.texi (Command Overview): Minor clarification (Bug#10384).
369
acc28cb9
CY
3702012-01-26 Chong Yidong <cyd@gnu.org>
371
372 * searching.texi (String Search): Document negative repeat count
373 (Bug#10507).
374
48da7392
GM
3752012-01-26 Glenn Morris <rgm@gnu.org>
376
377 * variables.texi (Using Lexical Binding):
378 Mention that lexical-binding should be set in the first line.
379
69b0acb9
LI
3802012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
381
382 * macros.texi (Defining Macros): Don't claim that `declare' only
383 affects Edebug and indentation.
384
543757a8
LI
3852012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
386
387 * macros.texi (Defining Macros): Slight `declare' fixup.
388
450e3cae
GM
3892012-01-25 Glenn Morris <rgm@gnu.org>
390
24189ce0 391 * makefile.w32-in (texinputdir):
450e3cae
GM
392 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
393
1021c761
CY
3942012-01-24 Chong Yidong <cyd@gnu.org>
395
396 * variables.texi (Variables, Local Variables, Void Variables):
397 Edit to make the descriptions less specific to dynamic binding.
398 (Local Variables): Default max-specpdl-size is now 1300.
399 (Defining Variables): Edits for lexical scoping. Delete
400 information about starting docstrings with *. De-document
401 user-variable-p.
402 (Tips for Defining): Remove an unimportant discussion of quitting
403 in the middle of a load.
404 (Accessing Variables, Setting Variables): Discuss lexical binding.
405 (Variable Scoping): Rewrite.
406 (Scope, Extent, Impl of Scope): Nodes deleted.
407 (Dynamic Binding): New node, with material from Scope, Extent, and
408 Impl of Scope nodes.
409 (Dynamic Binding Tips): Rename from Using Scoping.
410 (Lexical Binding): Rewrite.
411 (Using Lexical Binding): Rename from Converting to Lexical
412 Binding. Convert to subsection.
413
414 * customize.texi (Variable Definitions): Add custom-variable-p.
415 Move user-variable-p documentation here.
416
31cbea1d
CY
4172012-01-23 Chong Yidong <cyd@gnu.org>
418
419 * strings.texi (Text Comparison): Minor qualification.
420
421 * lists.texi (Cons Cells): Copyedits.
422 (List Elements): Mention push.
423 (List Variables): Mention pop.
424 (Rings): Move to sequences.texi.
425
426 * sequences.texi (Sequence Functions): Don't repeat the
427 introduction already given in the parent.
428 (Vectors): Copyedits.
429 (Rings): Move from lists.texi. Note that this is specific to the
430 ring package.
431
432 * symbols.texi (Definitions, Symbol Components): Mention variable
433 scoping issues.
434 (Plists and Alists): Copyedits.
435
436 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
437 correctness with lexical scoping.
438 (Eval): Copyedits.
439
fead402d
CY
4402012-01-21 Chong Yidong <cyd@gnu.org>
441
442 * intro.texi (A Sample Function Description): Special notation
443 used for macros too.
444
445 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
446 (Symbol Type): Add xref for keyword symbols.
447 (Sequence Type): Clarify differences between sequence types.
448 (Cons Cell Type): Add "linked list" index entry.
449 (Non-ASCII in Strings): Copyedits.
450 (Equality Predicates): Symbols with same name need not be eq.
451
452 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
453 ldexp. Move float-e and float-pi to Math Functions node.
454
61086eb6
GM
4552012-01-21 Glenn Morris <rgm@gnu.org>
456
457 * modes.texi (Auto Major Mode):
458 * variables.texi (File Local Variables):
459 Mention inhibit-local-variables-regexps.
460
34a02f46
MR
4612012-01-19 Martin Rudalics <rudalics@gmx.at>
462
463 * windows.texi (Window Configurations): Rewrite references to
464 persistent window parameters.
465 (Window Parameters): Fix description of persistent window
466 parameters.
467
f5064cae
JB
4682012-01-16 Juanma Barranquero <lekktu@gmail.com>
469
470 * windows.texi (Window Parameters): Use @pxref.
471
6a6ee00d
MR
4722012-01-16 Martin Rudalics <rudalics@gmx.at>
473
474 * windows.texi (Window Configurations, Window Parameters):
475 Describe persistent window parameters.
476
9ca4c014
SM
4772011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * variables.texi (Creating Buffer-Local): Warn against misuses of
480 make-variable-buffer-local (bug#10258).
481
d027f83d
LMI
4822012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
483
484 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
485
89bd9ccd
CY
4862012-01-06 Chong Yidong <cyd@gnu.org>
487
488 * variables.texi (Directory Local Variables): Document
489 hack-dir-local-variables-non-file-buffer.
490
c869783d
GM
4912012-01-06 Glenn Morris <rgm@gnu.org>
492
493 * maps.texi (Standard Keymaps): Refer to Info-edit by name
494 rather than by keybinding.
495
2cae5ba4
JB
4962011-12-29 Juanma Barranquero <lekktu@gmail.com>
497
498 * frames.texi (Font and Color Parameters): Add @pxref.
499
43da4d08
DC
5002011-12-29 Daniel Colascione <dan.colascione@gmail.com>
501
502 * frames.texi (Font and Color Parameters):
503 Document w32 font backends (bug#10399).
504
8d80ef01
PE
5052011-12-28 Paul Eggert <eggert@cs.ucla.edu>
506
507 * files.texi (File Attributes, Changing Files):
508 Use a more-natural notation for octal numbers.
509
9022ae07
JB
5102011-12-23 Juanma Barranquero <lekktu@gmail.com>
511
512 * variables.texi (Variables with Restricted Values):
513 Change reference to variable (bug#10354).
514
454592a6
MR
5152011-12-13 Martin Rudalics <rudalics@gmx.at>
516
517 * windows.texi (Splitting Windows): Use t instead of non-nil
518 when describing window-combination-resize.
519
a7cdbfce
SM
5202011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
521
522 * text.texi (Special Properties): Warn against `intangible' properties
523 (bug#10222).
524
a3dcc84e
EZ
5252011-11-26 Eli Zaretskii <eliz@gnu.org>
526
579ebf8f
EZ
527 * display.texi (Truncation):
528 * text.texi (Special Properties): Describe what a stretch-glyph is
529 instead of using that term without explanation. Make the
530 cross-references more accurate.
531
a3dcc84e
EZ
532 * display.texi (Usual Display): Update the description,
533 cross-references, and indexing related to display of control
534 characters and raw bytes.
535
94af99a4
MR
5362011-11-25 Martin Rudalics <rudalics@gmx.at>
537
538 * windows.texi (Splitting Windows): Fix description of
539 window-combination-limit. Suggested by Eli Zaretskii.
540
1c3d7a13
CY
5412011-11-23 Chong Yidong <cyd@gnu.org>
542
543 * windows.texi (Window Sizes): Move window-top-line,
544 window-left-column, and window-*-pixel-edges to Coordinates and
545 Windows node.
546 (Coordinates and Windows): Restore window-edges doc.
547
90151a1e
MR
5482011-11-21 Martin Rudalics <rudalics@gmx.at>
549
a7cdbfce
SM
550 * windows.texi (Windows and Frames, Splitting Windows):
551 Fix typos.
90151a1e 552
a9b9b7f5
CY
5532011-11-21 Chong Yidong <cyd@gnu.org>
554
555 * windows.texi (Splitting Windows): Fix error in documentation of
556 window-combination-limit.
557 (Cyclic Window Ordering): Minor fixes to next-window,
558 one-window-p, and get-lru-window docs. Don't document
559 window-list-1.
560 (Buffers and Windows): Copyedits.
561 (Choosing Window): Document special handling of special-display-*.
562 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
563 Don't document even-window-heights, which is going away.
564 Clarify which options are obeyed by which action functions.
a9b9b7f5 565
f4e90db0
SM
5662011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
569
d2999b1a
MR
5702011-11-20 Martin Rudalics <rudalics@gmx.at>
571
f4e90db0
SM
572 * windows.texi (Resizing Windows, Splitting Windows):
573 Remove term "status" when talking about combination limits.
d2999b1a 574
cd1181db
JB
5752011-11-20 Juanma Barranquero <lekktu@gmail.com>
576
577 * compile.texi (Compiler Errors):
578 * help.texi (Help Functions): Fix typos.
579
7bf54975
CY
5802011-11-19 Chong Yidong <cyd@gnu.org>
581
582 * windows.texi (Splitting Windows): Clarify role of window
583 parameters in split-window. Shorten the example.
f4e90db0
SM
584 (Deleting Windows): Rewrite intro to handle internal windows.
585 Fix delete-windows-on doc.
7bf54975
CY
586 (Selecting Windows): Copyedits.
587
a0c2d0ae
MR
5882011-11-17 Martin Rudalics <rudalics@gmx.at>
589
590 * windows.texi (Resizing Windows, Splitting Windows)
591 (Deleting Windows): Use term window-combination-resize instead
592 of window-splits.
593
b6f67890
MR
5942011-11-16 Martin Rudalics <rudalics@gmx.at>
595
f4e90db0
SM
596 * windows.texi (Resizing Windows, Splitting Windows):
597 Rename occurrences of window-nest to window-combination-limit.
b6f67890 598
0b381c7e
JB
5992011-11-14 Juanma Barranquero <lekktu@gmail.com>
600
601 * intro.texi (Lisp History): Fix typo.
602
89d61221
MR
6032011-11-12 Martin Rudalics <rudalics@gmx.at>
604
f4e90db0
SM
605 * windows.texi (Splitting Windows, Deleting Windows):
606 Remove references to splits status of windows.
89d61221 607
b2621720
GM
6082011-11-10 Glenn Morris <rgm@gnu.org>
609
610 * buffers.texi (Read Only Buffers): Expand a bit on why
611 toggle-read-only should only be used interactively. (Bug#7292)
612
d2ad7ee1
CY
6132011-11-09 Chong Yidong <cyd@gnu.org>
614
615 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 616 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
617 window-inside-absolute-pixel-edges.
618 (Resizing Windows): shrink-window-if-larger-than-buffer works on
619 non-full-width windows.
620
2cffd681
MR
6212011-11-09 Martin Rudalics <rudalics@gmx.at>
622
623 * windows.texi (Resizing Windows): Rewrite documentation of
624 window-resizable.
625
f6f6d7e7
CY
6262011-11-09 Chong Yidong <cyd@gnu.org>
627
628 * windows.texi (Splitting Windows): Simplify example.
629
a79db6e0
CY
6302011-11-08 Chong Yidong <cyd@gnu.org>
631
632 * windows.texi (Window Sizes): Copyedits. Document
633 window-text-height. Remove window-min-height and window-min-width
634 discussion, referring instead to Emacs manual.
635 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
636 (Resizing Windows): Simplify introduction. Don't document
637 enlarge-window, shrink-window, enlarge-window-horizontally, and
638 shrink-window-horizontally; they are no longer preferred for
639 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 640
441950c7
GM
6412011-11-07 Glenn Morris <rgm@gnu.org>
642
643 * windows.texi (Choosing Window): Fix keybinding typo.
644
be7f5545
MR
6452011-11-07 Martin Rudalics <rudalics@gmx.at>
646
647 * windows.texi (Resizing Windows, Splitting Windows)
648 (Window Configurations): Use "child window" instead of
649 "subwindow".
650
291d142b
CY
6512011-11-06 Chong Yidong <cyd@gnu.org>
652
653 * windows.texi (Basic Windows): Clarify various definitions.
654 Treat window-normalize-* as internal; don't document them.
655 (Windows and Frames): Various clarifications, e.g. non-live
656 windows also belong to frames. Fix window-list description.
657 Simplify window nesting example.
f4e90db0
SM
658 (Splitting Windows, Window Configurations):
659 Use split-window-below.
291d142b 660
89bd5ee1
EZ
6612011-11-04 Eli Zaretskii <eliz@gnu.org>
662
663 * windows.texi (Window Sizes): Mention in the doc string that the
664 return values of `window-body-height' and `window-body-width' are
665 in frame's canonical units. (Bug#9949)
666
3d8daefe
MR
6672011-10-30 Martin Rudalics <rudalics@gmx.at>
668
669 * windows.texi (Windows and Frames): Remove "iso-" infix from
670 documentation of window-iso-combined-p.
671
60754666
CY
6722011-10-26 Chong Yidong <cyd@gnu.org>
673
674 * modes.texi (Running Hooks): Document with-wrapper-hook.
675
d366bd53
CY
6762011-10-18 Chong Yidong <cyd@gnu.org>
677
678 * display.texi (Glyphless Chars): New node.
679
50b063c3
CY
6802011-10-13 Chong Yidong <cyd@stupidchicken.com>
681
682 * text.texi (Yanking): Document yank-excluded-properties.
683
684 * package.texi (Packaging Basics): The commentary should say how
685 to begin using the package.
686
c72063fa
MR
6872011-10-11 Martin Rudalics <rudalics@gmx.at>
688
689 * windows.texi (Deleting Windows): Mention which window gets
690 selected when deleting the selected window.
691
d83dc65b
MR
6922011-10-09 Martin Rudalics <rudalics@gmx.at>
693
694 * buffers.texi (The Buffer List): Describe how bury-buffer deals
695 with the selected window.
696 * windows.texi (Buffers and Windows): Reformulate text on how
697 replace-buffer-in-windows deals with a window.
698 (Quitting Windows): Describe how quit-window deals with a
699 standalone frame. Describe new option frame-auto-hide-function.
700
c599682c
GM
7012011-10-08 Glenn Morris <rgm@gnu.org>
702
48bca619
GM
703 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
704
c599682c
GM
705 * positions.texi (Excursions): Update warning message.
706
969aa734
CY
7072011-10-05 Chong Yidong <cyd@stupidchicken.com>
708
f4e90db0
SM
709 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
710 Fix Emacs manual xref (Bug#9675).
969aa734 711
550f41cd
CY
7122011-10-01 Chong Yidong <cyd@stupidchicken.com>
713
714 * windows.texi (Textual Scrolling): Document scroll-up-command,
715 scroll-down-command, scroll-error-top-bottom, and the
716 scroll-command symbol property.
717a1362
CY
717 (Display Action Functions): Fix description of
718 display-buffer-pop-up-window.
550f41cd 719
a239d4e9
JB
7202011-09-28 Juanma Barranquero <lekktu@gmail.com>
721
722 * windows.texi (Splitting Windows): Fix typos.
723
590c056d
MR
7242011-09-25 Martin Rudalics <rudalics@gmx.at>
725
726 * windows.texi (Windows and Frames, Display Action Functions)
727 (Switching Buffers): Fix some typos.
728 (Buffers and Windows): Remove reference to window-auto-delete.
729 Reword description of replace-buffer-in-windows.
730 (Window History): Fix some typos and refer to frame local buffer
731 list.
c419f5cb
MR
732 (Quitting Windows): New node.
733 (Window Configurations): Add descriptions of window-state-get
734 and window-state-put.
735 (Window Parameters): Describe variable ignore-window-parameters.
736 Sketch some window parameters currently in use.
737 * elisp.texi (Top): Update node listing.
590c056d 738
9ec20d36
CY
7392011-09-25 Chong Yidong <cyd@stupidchicken.com>
740
741 * windows.texi (Display Action Functions)
742 (Choosing Window Options): New nodes.
743
0e406a72
CY
7442011-09-24 Chong Yidong <cyd@stupidchicken.com>
745
746 * windows.texi (Window History): New node. Move text here from
747 Buffers and Windows.
748 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
749 don't document display-buffer here; callers changed.
750 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
751 switch-to-buffer-other-frame. Delete duplicate
752 replace-buffer-in-windows doc.
753 (Choosing Window): Document display actions.
754
6bf7006f
EZ
7552011-09-24 Eli Zaretskii <eliz@gnu.org>
756
757 * display.texi (Forcing Redisplay): Update the description of
758 redisplay-dont-pause due to change in the default value.
759
b33b68a3
MR
7602011-09-23 Martin Rudalics <rudalics@gmx.at>
761
762 * frames.texi (Frames and Windows): Move section and rename to
763 Windows and Frames in windows.texi.
764 * windows.texi (Windows): Restructure.
765 (Basic Windows): Rewrite. Explain live and internal windows and
766 normalization functions.
767 (Windows and Frames): Move section here from frames.texi.
768 Describe subwindows, window combinations, window tree, and
769 corresponding functions including window-list here.
770 (Window Sizes): Rename section from Size of Window and move it
771 up in chapter. Describe total and body sizes and the
772 corresponding functions. Explain new semantics of
773 window-min-height/-width.
774 (Resizing Windows): Move section up in chapter. Describe new
775 resize functions.
776 (Splitting Windows): Describe new behavior of split-window,
777 split-window-above-each-other and split-window-side-by-side.
778 Provide examples. Describe window-nest and window-splits
779 options.
780 (Deleting Windows): Minor rewrite.
f4e90db0
SM
781 (Selecting Windows): Minor rewrite.
782 Describe frame-selected-window and set-frame-selected-window here.
783 (Cyclic Window Ordering): Minor rewrite.
784 Describe window-list-1.
b33b68a3
MR
785 (Buffers and Windows): Rewrite. Explain a window's previous and
786 next buffers and the corresponding functions.
c4682d18 787 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
788 * elisp.texi (Top): Update node listings for frames and windows
789 sections.
790
4d3786ac
SM
7912011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
794
713df35b
LMI
7952011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
796
797 * errors.texi (Standard Errors): Remove apparent placeholder text
798 (bug#9491).
799
33ed493b
CY
8002011-09-18 Chong Yidong <cyd@stupidchicken.com>
801
802 * frames.texi (Management Parameters): Fix description of
803 icon-type parameter.
804
b8f0a954
CY
8052011-09-17 Chong Yidong <cyd@stupidchicken.com>
806
807 * tips.texi (Key Binding Conventions): Don't bind a key sequence
808 ending in C-g. Suggested by Edward O'Connor.
809
eddf142c
EZ
8102011-09-17 Eli Zaretskii <eliz@gnu.org>
811
812 * numbers.texi (Integer Basics): Add indexing for
813 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
814
bf1af6c7
DM
8152011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
816
817 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
818
cec2eab8
JB
8192011-09-11 Juanma Barranquero <lekktu@gmail.com>
820
821 * processes.texi (Network Servers): Clarify what the process
822 buffer is used for (bug#9233).
823
51751aa2 8242011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
825
826 * lists.texi (Building Lists): Fix typo.
827
35137ed3
CY
8282011-08-30 Chong Yidong <cyd@stupidchicken.com>
829
830 * display.texi (Basic Faces): New node. Document new faces.
831
832 * modes.texi (Major Mode Conventions): Move some text there.
833 (Mode Help): Remove major-mode var, duplicated in Major Modes.
834
3fd50d5c
CY
8352011-08-29 Chong Yidong <cyd@stupidchicken.com>
836
837 * modes.texi (Basic Major Modes): New node. Callers updated.
838 (Major Modes): Document fundamental-mode and major-mode.
839 (Major Mode Basics): Node deleted; text moved to Major Modes.
840 (Derived Modes): Document derived-mode-p.
841
ddb54206
CY
8422011-08-28 Chong Yidong <cyd@stupidchicken.com>
843
a6326082
CY
844 * files.texi (Changing Files, Create/Delete Dirs): Document new
845 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
846 (Visiting Functions): Remove view-file; it is documented in the
847 Emacs manual.
04e2ce72 848
ddb54206
CY
849 * frames.texi (Layout Parameters): The defaults for the
850 menu-bar-lines and tool-bar-lines parameters depend on the mode.
851
852 * display.texi (Progress): Document spinner functionality.
853
854 * os.texi (Killing Emacs): Note that kill-emacs can be called by
855 operating system signals. Refer to save-buffers-kill-terminal
856 instead of save-buffers-kill-emacs.
857
858 * objects.texi (Symbol Type): Document ## print representation.
859
0c95fcf7
EZ
8602011-08-25 Eli Zaretskii <eliz@gnu.org>
861
862 * display.texi (Specified Space): Mention that `space' specs
863 influence bidi reordering.
864 (Bidirectional Display): Explain how to use `(space . PROPS)' for
865 separating fields with bidirectional content.
866
5980d4c6
EZ
8672011-08-24 Eli Zaretskii <eliz@gnu.org>
868
869 * display.texi (Bidirectional Display): Document return value in
870 buffers that are not bidi-reordered for display, and in unibyte
871 buffers.
872
bca633fb
EZ
8732011-08-23 Eli Zaretskii <eliz@gnu.org>
874
875 * nonascii.texi (Character Properties): Document the values for
876 unassigned codepoints.
877
c094bb0c
EZ
8782011-08-18 Eli Zaretskii <eliz@gnu.org>
879
880 * nonascii.texi (Character Properties): Document use of
881 `bidi-class' and `mirroring' properties as part of reordering.
882 Provide cross-references to "Bidirectional Display".
883
884 * display.texi (Bidirectional Display): Document the pitfalls of
885 concatenating strings with bidirectional content, with possible
f4e90db0
SM
886 solutions. Document bidi-string-mark-left-to-right.
887 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
888 Document use of `bidi-class' and `mirroring' properties as part of
889 reordering.
c094bb0c 890
1ea897d5
EZ
8912011-08-16 Eli Zaretskii <eliz@gnu.org>
892
9adfcd0b
EZ
893 * modes.texi (Major Mode Conventions): Improve the documentation
894 of `mode-class' `special' modes.
895
10862873
EZ
896 * nonascii.texi (Character Properties): Document the `mirroring'
897 property. Add index entries.
898
1ea897d5
EZ
899 * syntax.texi (Categories): Add an example of defining a new
900 category and category table.
901
902 * searching.texi (Regexp Backslash): Document how to display
903 existing categories. Mention the possibility of adding
904 categories, and add an xref to where this is described. Add an
905 index entry.
906
ebb552ed
CY
9072011-08-09 Chong Yidong <cyd@stupidchicken.com>
908
909 * text.texi (Special Properties):
910 * display.texi (Overlay Properties): Note that mouse-face cannot
911 change the text size (Bug#8530).
912
51a714e1
CY
9132011-08-08 Chong Yidong <cyd@stupidchicken.com>
914
915 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
916 using setenv instead.
917
4cc60b9b
EZ
9182011-07-28 Eli Zaretskii <eliz@gnu.org>
919
920 * display.texi (Bidirectional Display): Document the fact that
921 bidi-display-reordering is t by default.
922
5deb92fd
EZ
9232011-07-23 Eli Zaretskii <eliz@gnu.org>
924
925 * display.texi (Bidirectional Display): New section.
926
011b0ad6 9272011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
928 Tim Cross <theophilusx@gmail.com> (tiny change)
929 Glenn Morris <rgm@gnu.org>
011b0ad6 930
67f9b9f8 931 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 932
4baf28e6
AS
9332011-07-15 Andreas Schwab <schwab@linux-m68k.org>
934
935 * help.texi (Keys in Documentation): Revert last change.
936
66249842
LMI
9372011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
938
f863868c
LMI
939 * help.texi (Keys in Documentation): Clarify that \= only quotes
940 the next character, and doesn't affect longer sequences in
941 particular (bug#8935).
942
f4e90db0
SM
943 * debugging.texi (Using Debugger):
944 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 945
0bb23927 9462011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
947
948 * display.texi (Other Display Specs): Document that `left-fringe'
949 and `right-fringe' display specifications are of the "replacing"
950 kind.
951
f2027cdf
LMI
9522011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
953
954 * help.texi (Documentation Basics): Add a link to the Function
955 Documentation node (bug#6580).
956
f987fde4
LMI
9572011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
958
0bc59b25
LMI
959 * keymaps.texi (Menu Bar): Mention :visible and :enable
960 (bug#6344). Text by Drew Adams.
961
63d55f1f
LMI
962 * modes.texi (Running Hooks): Mention buffer-local hook variables
963 (bug#6218).
964
f987fde4
LMI
965 * objects.texi (General Escape Syntax): "a with grave accent" is
966 ?xe0, not ?x8e0 (bug#5259).
967
b7527639
CY
9682011-07-12 Chong Yidong <cyd@stupidchicken.com>
969
970 * display.texi (Face Attributes, Font Selection): Add references
971 to the Fonts node in the Emacs manual (Bug#4178).
972
c830e5ae
CY
9732011-07-12 Chong Yidong <cyd@stupidchicken.com>
974
975 * display.texi (Window Systems): `window-system' is
976 terminal-local.
977
978 * frames.texi (Frame Parameters, Parameter Access): Don't mention
979 frame-local variables.
980
981 * variables.texi (Buffer-Local Variables): Don't mention obsolete
982 frame-local variables.
983 (Frame-Local Variables): Node deleted.
984
985 * elisp.texi (Top): Update node listing.
986
91223e54
LMI
9872011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
988
989 * elisp.texi: Change "inferiors" to "subnodes" in three places
990 (bug#3523).
991
963578d3
CY
9922011-07-11 Chong Yidong <cyd@stupidchicken.com>
993
994 * frames.texi (Window System Selections): Discussion of
995 x-select-enable-clipboard moved to Emacs manual.
996
07151e49
DD
9972011-07-11 Deniz Dogan <deniz@dogan.se>
998
999 * commands.texi (Prefix Command Arguments): Remove excessive
1000 apostrophe.
1001
7261e1cf
LMI
10022011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1003
ad21a12a
LMI
1004 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1005 description is a string (bug#3313).
1006
7261e1cf
LMI
1007 * frames.texi (Display Feature Testing): Try to explain what all
1008 the visual classes mean (bug#3042).
1009
568f7b79
LMI
10102011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1011
18d59e29
LMI
1012 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1013 and `mode-line-client' (bug#2974).
1014
568f7b79
LMI
1015 * text.texi (Insertion): Clarify marker movements (bug#1651).
1016 Text from Drew Adams.
1017
54e10184
LMI
10182011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1019
d94d85e9
LMI
1020 * text.texi (Special Properties): Clarify the format of `face'
1021 (bug#1375).
1022
54e10184
LMI
1023 * commands.texi (Interactive Call): Add a `call-interactively'
1024 example (bug#1010).
1025
413c488d
LMI
10262011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1027
1028 * functions.texi (Calling Functions): Link to the "Interactive
1029 Call" node (bug#1001).
1030
322b7dab 10312011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1032
3deead93
CY
1033 * customize.texi (Composite Types): Move alist and plist to here
1034 from Simple Types (Bug#7545).
1035
1036 * elisp.texi (Top): Update menu description.
1037
b00d8c1a
CY
1038 * display.texi (Face Attributes): Document negative line widths
1039 (Bug#6113).
1040
d2a6c43b
TR
10412011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1042
1043 * searching.texi (Match Data): Note that match data can be
1044 overwritten by most functions (bug#2499).
1045
c7844a27
LMI
10462011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1047
a9ab721e
LMI
1048 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1049 flags mean (bug#6659).
1050
c7844a27
LMI
1051 * functions.texi (What Is a Function): Document the autoload
1052 object (bug#6496).
1053
f68d76d0
LMI
10542011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1055
8a20ca4c
LMI
1056 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1057 is only used in the Customize user interface (bug#6089).
1058
f68d76d0 1059 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1060 images (bug#7836).
f68d76d0 1061
7018dbe7
EZ
10622011-07-02 Eli Zaretskii <eliz@gnu.org>
1063
1064 * variables.texi (Defining Variables, Void Variables)
1065 (Constant Variables): Fix incorrect usage of @kindex.
1066
36cb87a1
LMI
10672011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1068
28ee97c7
LMI
1069 * variables.texi (Defining Variables): Add an index entry for
1070 `set-variable' (bug#7262).
8d4294e9 1071 (Defining Variables): Use @findex for functions.
28ee97c7 1072
8862ffd5
LMI
1073 * frames.texi (Basic Parameters): Document the `explicit-name'
1074 parameter (bug#6951).
1075
0ec389b9
LMI
1076 * customize.texi (Type Keywords): Clarify that :value provides a
1077 default value for all types (bug#7386).
1078
36cb87a1
LMI
1079 * streams.texi (Output Functions): Document `pp'.
1080
11fdef7d 10812011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1082
1083 * keymaps.texi (Searching Keymaps):
1084 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1085 change. Suggested by Johan Bockgård.
1086
eeafcea7
CY
10872011-06-15 Chong Yidong <cyd@stupidchicken.com>
1088
1089 * text.texi (Special Properties): Clarify role of font-lock-face.
1090
b96e6cde
LMI
10912011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1092
f4e90db0 1093 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1094 to `process-live-p' for consistency with other `-live-p' functions.
1095
be14b9ab
PE
10962011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1097
1098 Document wide integers better.
1099 * files.texi (File Attributes): Document ino_t values better.
2d365993 1100 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1101 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1102 (Bitwise Operations):
001903b5
PE
1103 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1104 to read, and that will port better if 62-bits becomes the default.
1105 Fix or remove incorrect examples.
be14b9ab
PE
1106 * os.texi (Time Conversion): Document time_t values better.
1107
bcd54f83
LMI
11082011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1109
f4e90db0
SM
1110 * processes.texi (Process Information):
1111 Document `process-alive-p'.
bcd54f83 1112
049bcbcb
CY
11132011-05-29 Chong Yidong <cyd@stupidchicken.com>
1114
1115 * help.texi (Accessing Documentation):
1116 * display.texi (Pixel Specification):
1117 * processes.texi (Serial Ports, Serial Ports):
1118 * nonascii.texi (Character Properties, Default Coding Systems):
1119 * text.texi (Changing Properties, Special Properties):
1120 * windows.texi (Window Start and End):
1121 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1122 * keymaps.texi (Searching Keymaps, Tool Bar):
1123 * minibuf.texi (Basic Completion):
1124 * compile.texi (Eval During Compile):
1125 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1126 7x9 paper in printed manual.
1127
1128 * lists.texi (Sets And Lists): Fix misplaced text.
1129
58539c63
CY
11302011-05-29 Chong Yidong <cyd@stupidchicken.com>
1131
1132 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1133 needs to be active (Bug#8350).
1134
6b5681bf
CY
11352011-05-28 Chong Yidong <cyd@stupidchicken.com>
1136
b4d52acc
CY
1137 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1138
6b5681bf
CY
1139 * tips.texi (Coding Conventions): Remove antediluvian filename
1140 limit recommendation (Bug#8538).
1141
e145f188
GM
11422011-05-27 Glenn Morris <rgm@gnu.org>
1143
1144 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1145
eafed945
GM
11462011-05-26 Glenn Morris <rgm@gnu.org>
1147
1148 * variables.texi (File Local Variables):
1149 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1150 Add some more details on what this function does in the other case.
eafed945 1151
bc8410af
GM
11522011-05-19 Glenn Morris <rgm@gnu.org>
1153
1154 * lists.texi (Sets And Lists): Mention cl provides union etc.
1155
35a30759
N
11562011-05-19 Nix <nix@esperi.org.uk>
1157
1158 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1159
1160 * text.texi (Parsing HTML): Update for function name changes.
1161
1162 * syntax.texi (Syntax Flags): Small fix.
1163
1164 * keymaps.texi (Active Keymaps): Typo fix.
1165 (Changing Key Bindings): Grammar fix.
1166
1167 * frames.texi (Minibuffers and Frames): Grammar fix.
1168 (Window System Selections): x-select-enable-clipboard now defaults to t.
1169
1170 * customize.texi (Common Keywords):
1171 * display.texi (Abstract Display):
1172 * modes.texi (Auto-Indentation):
1173 * nonascii.texi (Converting Representations): Typo fixes.
1174
1175 * control.texi (Examples of Catch): Call it "goto" not "go to".
1176
e3934a8a
EZ
11772011-05-14 Eli Zaretskii <eliz@gnu.org>
1178
bc039a3b
EZ
1179 * nonascii.texi (Character Properties): Fix inconsistencies with
1180 implementation.
1181
e3934a8a
EZ
1182 * text.texi (Special Properties): Move @defvar's out of the
1183 @table. (Bug#8652)
1184
e2c94218
GM
11852011-05-12 Glenn Morris <rgm@gnu.org>
1186
1187 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1188
d2fc7e3d 11892011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1190
1191 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1192 (Multiline Font Lock):
1193 * vol2.texi (Top):
1194 * vol1.texi (Top):
1195 * elisp.texi (Top): Update menu accordingly.
1196
d2fc7e3d 11972011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1198
1199 * modes.texi (Region to Fontify): Fix typo.
1200
79b70037
GM
12012011-05-10 Jim Meyering <meyering@redhat.com>
1202
1203 * minibuf.texi: Fix typo "in in -> in".
1204
b08a63cc 12052011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1206
1207 * numbers.texi (Integer Basics): Large integers are treated as floats.
1208
1ef14cb4
LMI
12092011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1210
1211 * processes.texi (Synchronous Processes): Document the (:file
1212 "/file-name") syntax for `call-process'.
1213
4ffd0d6b 12142011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1215
1216 * windows.texi (Choosing Window): Fix typo.
1217
4ffd0d6b 12182011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1219
1220 * frames.texi (Layout Parameters): Note the difference between
1221 querying and setting parameters for left-fringe and right-fringe
1222 (Bug#6930).
1223
fd5a8ae8
SM
12242011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * minibuf.texi (Basic Completion): Be a bit more precise about the
1227 valid kinds of completion tables.
1228 (Programmed Completion): Remove obsolete text about lambda expressions
1229 not being valid completion tables.
1230
c1bcd0d5
CY
12312011-03-19 Chong Yidong <cyd@stupidchicken.com>
1232
1233 * positions.texi (Excursions): Explain the "save-excursion
1234 defeated by set-buffer" warning.
1235
1236 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1237 save-excursion. Suggested by Uday S Reddy.
1238
03408648 12392011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1240
03408648
SM
1241 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1242 (Lexical Binding): New sub-section.
ba83908c 1243
03408648
SM
1244 * eval.texi (Eval): Discourage the use of `eval'.
1245 Document its new `lexical' argument.
6c075cd7 1246
f6d62986
SM
12472011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1248
03408648 1249 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1250 nil any more.
1251
84ea5558 12522011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1253
1254 * strings.texi (String Conversion): Don't mention
1255 string-make-(uni|multi)byte (bug#8262).
1256 * nonascii.texi (Converting Representations): Fix up range.
1257 * keymaps.texi (Key Binding Commands): Update code point, avoid
1258 "unibyte character" and remove mention of unibyte bindings.
1259
62d94509
EZ
12602011-03-10 Eli Zaretskii <eliz@gnu.org>
1261
1262 * modes.texi (Operator Precedence Grammars): Don't use characters
1263 outside ISO-8859-1.
1264
63a329f8
EZ
12652011-03-09 Eli Zaretskii <eliz@gnu.org>
1266
1267 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1268
1269 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1270
6446548e
GM
12712011-03-08 Glenn Morris <rgm@gnu.org>
1272
1273 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1274 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1275 * elisp.texi: Set documentencoding.
6446548e 1276
33383987
JB
12772011-03-07 Chong Yidong <cyd@stupidchicken.com>
1278
1279 * Version 23.3 released.
1280
0b3ceceb
CY
12812011-03-06 Chong Yidong <cyd@stupidchicken.com>
1282
1283 * package.texi: Update index keywords.
1284 (Package Archives): New node contents. Document package-x.el.
1285
78f5433f
JB
12862011-03-06 Juanma Barranquero <lekktu@gmail.com>
1287
1288 * makefile.w32-in (srcs): Add package.texi.
1289
555e9b5c
CY
12902011-03-06 Chong Yidong <cyd@stupidchicken.com>
1291
120d9389
CY
1292 * package.texi (Packaging, Packaging Basics, Simple Packages)
1293 (Multi-file Packages): Expand and clarify.
1294 (Package Archives): Temporary placeholder node.
1295
1296 * elisp.texi (Top): Update node listing.
1297
555e9b5c
CY
1298 * Makefile.in (srcs): Add package.texi.
1299
b59a4335
CY
13002011-03-05 Chong Yidong <cyd@stupidchicken.com>
1301
1302 * processes.texi (Synchronous Processes): Minor clarification
1303 (Bug#8149).
1304
06083aa1
GM
13052011-03-03 Glenn Morris <rgm@gnu.org>
1306
1307 * files.texi (Truenames): Minor clarification. (Bug#2341)
1308
6640b281
GM
13092011-03-01 Glenn Morris <rgm@gnu.org>
1310
1311 * variables.texi (Directory Local Variables):
1312 Mention `(subdirs . nil)' alist element.
1313
2b0c7330 13142011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1315
1316 * variables.texi (Directory Local Variables): Mention the optional
1317 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1318
b923f7a9
CY
13192011-02-27 Chong Yidong <cyd@stupidchicken.com>
1320
1321 * minibuf.texi (Minibuffer History): Clarify discussion of
1322 minibuffer history lists (Bug#8085).
1323
67ab0163 13242011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1325
e979a521
EZ
1326 * elisp.texi: Sync @dircategory with ../../info/dir.
1327
e03b2fd4
EZ
1328 * files.texi (Visiting Functions): Document find-file-literally,
1329 both the command and the variable.
1330
86ec878a
EZ
1331 * variables.texi (Creating Buffer-Local): Explain the meaning of
1332 permanent local variables.
1333
67ab0163
GM
1334 * files.texi (Visiting Functions): Document find-file-literally,
1335 both the command and the variable.
1336
1337 * variables.texi (Creating Buffer-Local): Explain the meaning of
1338 permanent local variables.
1339
13402011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1341
1342 * keymaps.texi (Remapping Commands): Mention how to undo it.
1343
bfcb151a
RT
13442011-02-09 Reuben Thomas <rrt@sc3d.org>
1345
1346 * loading.texi (Hooks for Loading): Remove unnecessary advice
1347 about eval-after-load (Bug#7986).
1348
a41c8660
CY
13492011-02-05 Chong Yidong <cyd@stupidchicken.com>
1350
1351 * commands.texi (Accessing Mouse): Note that a header line is not
1352 included in the row of posn-col-row.
1353
e0dd6837
CY
13542011-02-02 Chong Yidong <cyd@stupidchicken.com>
1355
1356 * modes.texi (Major Mode Conventions): Add face guidelines.
1357 (Faces for Font Lock): List faces in order of prominence.
1358
a4180391
PE
13592011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1360
1361 format-time-string now supports subsecond time stamp resolution
1362 * os.texi (Time Parsing): Document %N.
1363
7427eb97
CY
13642011-01-28 Chong Yidong <cyd@stupidchicken.com>
1365
61db307f
CY
1366 * vol1.texi (Top):
1367 * vol2.texi (Top):
1368 * elisp.texi (Top):
1369 * display.texi (Display Property): Shorten the menu description of
1370 the "Other Display Specs" node (Bug#7816).
1371
7427eb97
CY
1372 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1373 menu item" concept index entries (Bug#7805).
1374
bf3dae7e
EZ
13752011-01-29 Eli Zaretskii <eliz@gnu.org>
1376
1377 * makefile.w32-in (texinfodir): New variable.
1378 (usermanualdir): Remove as redundant with $(emacsdir).
1379 (MAKEINFO): Remove options, leave only program name.
1380 (MAKEINFO_OPTS): New variable.
1381 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1382
06d8ace5 13832011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1384 Richard Kim <emacs18@gmail.com>
1385
1386 * loading.texi (Library Search): Document list-load-path-shadows
1387 (Bug#7757).
1388
06d8ace5 13892011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1390
1391 * searching.texi (Regexp Special): Remove outdated discussion of
1392 character sets (Bug#7780).
1393
28a88153
CY
1394 * frames.texi (Pop-Up Menus): Document where menu title comes
1395 from (Bug#7684).
1396
06d8ace5 13972011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1398
1399 * display.texi (Making Buttons): Mention limitation of text buttons.
1400
a8e1e9ee
WL
14012011-01-23 Werner Lemberg <wl@gnu.org>
1402
1403 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1404 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1405 (ENVADD): New variable to control texi2dvi and texi2pdf.
1406
362b9d48
GM
14072011-01-15 Chong Yidong <cyd@stupidchicken.com>
1408
1409 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1410 Emacs manual.
1411
14122011-01-15 Eli Zaretskii <eliz@gnu.org>
1413
1414 * files.texi (Directory Names): Explain why FROM in
1415 directory-abbrev-alist should begin with \`. (Bug#7777)
1416
3fa173b4
SM
14172011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1420
7c420169 14212011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1422
1423 * modes.texi (Emulating Mode Line): Fix last change.
1424
7c420169 14252011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1426
1427 * modes.texi (Emulating Mode Line): Update documentation of
1428 format-mode-line according to changes that fixed bug #7587.
1429
80b33766
SM
14302010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1431
1432 * modes.texi (Derived Modes): Mention prog-mode.
1433
1434 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1435 of the key-binding-data cache since we don't use it any more.
1436
f49d1f52 14372010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1438
4bb49a92
EZ
1439 * processes.texi (Shell Arguments):
1440 * strings.texi (Creating Strings): Don't mention "shell commands";
1441 make it explicit that `split-string-and-unquote' and
1442 `combine-and-quote-strings' are mainly for working with arguments
1443 to call-process and start-process.
1444
3c73e30e
EZ
1445 * processes.texi (Shell Arguments): Fix documentation of
1446 `split-string-and-unquote'. Add indexing. (Bug#7563)
1447
f49d1f52 14482010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1449
1450 * modes.texi (Auto-Indentation): New section to document SMIE.
1451 (Major Mode Conventions):
1452 * text.texi (Mode-Specific Indent): Refer to it.
1453
f49d1f52 14542010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1455
1456 * display.texi (Other Display Specs): Document left-fringe and
1457 right-fringe display specs.
1458
f49d1f52 14592010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1460
1461 * backups.texi (Making Backups):
1462 * modes.texi (Example Major Modes): Use recommended coding style.
1463 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1464 define-derived-mode. Mention completion-at-point-functions.
1465
f49d1f52 14662010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1467
5dcb4c4e
SM
1468 * nonascii.texi (Converting Representations):
1469 Document byte-to-string.
e1115396 1470
ec1b9b17
GM
14712010-12-08 Glenn Morris <rgm@gnu.org>
1472
1473 * buffers.texi (Modification Time):
1474 verify-visited-file-modtime now defaults to the current buffer.
1475
07976ae3 14762010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1477
ec1b9b17 1478 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1479
1480 * strings.texi (Creating Strings): Don't mention semi-obsolete
1481 function char-to-string.
1482 (String Conversion): Shorten discussion of semi-obsolete function
1483 string-to-char. Link to Converting Representations.
1484
1485 * objects.texi (Symbol Type):
1486 * text.texi (Near Point):
1487 * help.texi (Help Functions):
1488 * functions.texi (Mapping Functions): Use string instead of
1489 char-to-string in examples.
1490
07976ae3 14912010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1492
1493 * text.texi (Kill Functions, Kill Functions)
1494 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1495 YANK-HANDLER args.
1496
1497 * symbols.texi (Creating Symbols): Using unintern without an
1498 obarray arg is now obsolete.
1499
1500 * numbers.texi (Float Basics): Document float-e and float-pi.
1501
1502 * variables.texi (Defining Variables): Change "pi" example to
1503 "float-pi".
1504
8547874a
EZ
15052010-11-26 Eli Zaretskii <eliz@gnu.org>
1506
1507 * commands.texi (Click Events): Document the values of X, Y and
1508 COL, ROW in the event's position, when the click is on the header
1509 or mode line, on the fringes, or in the margins.
1510
4a47c275 15112010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1512
5b05d75b
EZ
1513 * customize.texi (Composite Types): Lower-case index entry.
1514
5dcb4c4e
SM
1515 * loading.texi (How Programs Do Loading):
1516 Document load-file-name. (Bug#7346)
c7926fe2 1517
4a47c275 15182010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1519
1520 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1521
0eb025fb
EZ
15222010-11-13 Eli Zaretskii <eliz@gnu.org>
1523
1524 * display.texi (Usual Display): Characters with no fonts are not
1525 necessarily displayed as empty boxes.
1526
2699a554 15272010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1528
1529 * maps.texi (Standard Keymaps): Update File menu description.
1530
8289f37b
GM
15312010-10-28 Glenn Morris <rgm@gnu.org>
1532
1533 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1534
5793a7bc 15352010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1536
1537 * display.texi (Window Systems): Deprecate use of window-system as
1538 a predicate.
1539
17284e30
GM
15402010-10-23 Glenn Morris <rgm@gnu.org>
1541
1542 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1543 sorted-doc.
1544
00f113eb
JB
15452010-10-15 Eli Zaretskii <eliz@gnu.org>
1546
1547 * os.texi (Dynamic Libraries): New node, with slightly modified
1548 text deleted from "Image Formats".
1549 (System Interface): Add @menu entry for "Dynamic Libraries".
1550
1551 * display.texi (Image Formats): Remove description of
1552 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1553
07277eb8
GM
15542010-10-12 Glenn Morris <rgm@gnu.org>
1555
1556 * book-spine.texinfo: Rename to book-spine.texi.
1557
c12e4a81
GM
15582010-10-11 Glenn Morris <rgm@gnu.org>
1559
df187c62
GM
1560 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1561
c12e4a81 1562 * Makefile.in (DVIPS): New variable.
234db610
GM
1563 (.PHONY): Add html, ps.
1564 (html, elisp.html, ps, elisp.ps): New targets.
1565 (clean): Delete html, ps files.
1566 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1567
6513b232
EZ
15682010-10-09 Eli Zaretskii <eliz@gnu.org>
1569
1570 * makefile.w32-in (emacsdir): New variable.
1571 (srcs): Add emacsver.texi.
1572 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1573
abd40fb4
GM
15742010-10-09 Glenn Morris <rgm@gnu.org>
1575
c1dc72b3
GM
1576 * Makefile.in (VPATH): Remove.
1577 (infodir): Make it absolute.
1578 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1579
4393405b
GM
1580 * Makefile.in (dist): Anchor regexps.
1581
eef3ab94
GM
1582 * Makefile.in (srcs): Put elisp.texi first.
1583 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1584
aa9db089
GM
1585 * Makefile.in (infoclean): Remove harmless, long-standing error.
1586
abd40fb4
GM
1587 * Makefile.in ($(infodir)): Delete rule.
1588 (mkinfodir): New.
1589 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1590
68db69ed 1591 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1592 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1593
ea274122
GM
15942010-10-09 Glenn Morris <rgm@gnu.org>
1595
f7a31f11
GM
1596 * Makefile.in (emacsdir): New variable.
1597 (MAKEINFO): Add -I $emacsdir.
1598 (dist): Copy emacsver.texi.
b13254e7
GM
1599 (srcs): Add emacsver.texi.
1600
f7a31f11
GM
1601 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1602 Set EMACSVER by including emacsver.texi.
1603
ea274122
GM
1604 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1605
17ca7950
GM
16062010-10-07 Glenn Morris <rgm@gnu.org>
1607
1608 * Makefile.in (version): New, set by configure.
1609 (clean): Delete dist tar file.
1610 (dist): Use version in tar name.
1611
4c83f6e1
GM
16122010-10-06 Glenn Morris <rgm@gnu.org>
1613
1614 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1615 (INSTALL_INFO): Remove unused variable.
1616 (mostlyclean, infoclean, dist): New rules.
1617 (clean): Delete dvi and pdf files.
1618 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1619 ($(infodir)): Add parallel build workaround.
4c83f6e1 1620
0264072d
GM
16212010-10-04 Glenn Morris <rgm@gnu.org>
1622
1623 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1624 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1625 Fix -I typo.
0264072d
GM
1626 (clean): No 'make.out' or 'core' files.
1627 (.PHONY): Declare clean rules.
1628 (maintainer-clean): Delete pdf file. Guard against cd failures.
1629
77f38949
GM
16302010-10-03 Glenn Morris <rgm@gnu.org>
1631
1632 * files.texi (File Name Components): Remove ignored section about
1633 deleted variable directory-sep-char.
1634
178fdd41
MA
16352010-10-03 Michael Albinus <michael.albinus@gmx.de>
1636
1637 * files.texi (Magic File Names): New defopt
1638 remote-file-name-inhibit-cache.
1639
9c524fcb
GM
16402010-10-02 Glenn Morris <rgm@gnu.org>
1641
1642 * os.texi (Killing Emacs): Hook now runs in batch mode.
1643
f816790b
SM
16442010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1645
1646 * text.texi (Special Properties): Clarify when modification-hooks run.
1647
7cf78aac
SM
16482010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1649
1650 * syntax.texi (Syntax Flags): Document new `c' flag.
1651
ca0d44e4
GM
16522010-09-09 Glenn Morris <rgm@gnu.org>
1653
1654 * display.texi (ImageMagick Images): General cleanup.
1655
10999305 16562010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1657
1658 * files.texi (Directory Names): Use \` rather than ^.
1659
45240125
JD
16602010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1661
1662 * text.texi (Low-Level Kill Ring):
1663 * frames.texi (Window System Selections): Remove cut buffer
1664 documentation.
1665
4abe5bf6
EZ
16662010-08-28 Eli Zaretskii <eliz@gnu.org>
1667
1668 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1669 Parameters", where the default fringe width is described.
1670
1671 * frames.texi (Window Frame Parameters, Basic Parameters)
1672 (Position Parameters, Layout Parameters, Management Parameters)
1673 (Cursor Parameters, Font and Color Parameters): Add indexing for
1674 frame parameters. (Bug#6929)
1675
fdc76236
TT
16762010-08-25 Tom Tromey <tromey@redhat.com>
1677
1678 * vol2.texi (Top): Update.
1679 * vol1.texi (Top): Update.
1680 * tips.texi (Library Headers): Mention Package-Version and
1681 Package-Requires.
1682 * package.texi: New file.
1683 * os.texi (System Interface): Update pointers.
1684 * elisp.texi (Top): Link to new nodes. Include package.texi.
1685 * anti.texi (Antinews): Update pointers.
1686
1e5c1c80
EZ
16872010-08-25 Eli Zaretskii <eliz@gnu.org>
1688
1689 * processes.texi (Filter Functions): Fix last change.
1690
78e33835
CY
16912010-08-24 Markus Triska <triska@gmx.at>
1692
1693 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1694 of `buffer-name' in the main text as well as in the example
1695 (Bug#3098).
1696
198a7a97
CY
16972010-08-22 Chong Yidong <cyd@stupidchicken.com>
1698
1699 * nonascii.texi (Text Representations):
1700 * loading.texi (Loading Non-ASCII):
1701 * compile.texi (Byte Compilation): Don't mention obsolete
1702 --unibyte command-line argument.
1703
bc7d7ea6
CY
17042010-08-22 Chong Yidong <cyd@stupidchicken.com>
1705
1706 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1707
b0126eac 17082010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1709
1710 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1711
e8a6cc19
EZ
17122010-08-20 Eli Zaretskii <eliz@gnu.org>
1713
1714 * commands.texi (Misc Events): Add cross-references to where
1715 POSITION of a mouse event is described in detail.
1716
c4e7c63a 17172010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1718
c4e7c63a 1719 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1720
7815fe19 17212010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1722
1723 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1724 Suggested by Štěpán Němec <stepnem@gmail.com>.
1725
7815fe19 17262010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1727
1728 * minibuf.texi (High-Level Completion): Document args of
1729 `read-buffer-function' (bug#5625).
1730
8b2dd508
JD
17312010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1732
1733 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1734
bace45fe
MA
17352010-07-29 Michael Albinus <michael.albinus@gmx.de>
1736
1737 * processes.texi (Process Information): Explain process property
1738 `remote-tty'.
1739
4ce5a4cc
JB
17402010-07-27 Juanma Barranquero <lekktu@gmail.com>
1741
1742 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1743 instead of "\C-\^?" (bug#6334).
1744
1c84bc7a
JB
1745 * text.texi (Special Properties): Fix typo.
1746
b88746ba
EZ
17472010-07-09 Eli Zaretskii <eliz@gnu.org>
1748
1749 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1750 calling sequences, which are now the standard.
1751
51422d6d
CY
17522010-06-24 Chong Yidong <cyd@stupidchicken.com>
1753
1754 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1755
1756 * commands.texi (Command Overview): Mention undo-boundary call.
1757
d24880de
GM
17582010-06-23 Glenn Morris <rgm@gnu.org>
1759
1760 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1761 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1762 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1763 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1764 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1765 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1766 Untabify Texinfo files.
1767
0fc76035
CY
17682010-06-20 Chong Yidong <cyd@stupidchicken.com>
1769
1770 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1771
5338dc0b
CY
17722010-06-19 Chong Yidong <cyd@stupidchicken.com>
1773
a628ad9d 1774 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1775
2c3a3c1d
CY
17762010-06-02 Chong Yidong <cyd@stupidchicken.com>
1777
ba3bf1d9
CY
1778 * searching.texi (Regexp Special): Remove obsolete information
1779 about matching non-ASCII characters, and suggest using char
1780 classes (Bug#6283).
2c3a3c1d 1781
7f4b4249
JB
17822010-05-30 Juanma Barranquero <lekktu@gmail.com>
1783
1784 * minibuf.texi (Basic Completion): Add missing "@end defun".
1785
637821cd
SM
17862010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1787
1788 * minibuf.texi (Basic Completion): Document completion-boundaries.
1789 (Programmed Completion): Document the new fourth method for boundaries.
1790
e13051c3
CY
17912010-05-22 Chong Yidong <cyd@stupidchicken.com>
1792
a628ad9d 1793 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1794
0235128c 17952010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1796
1797 * windows.texi (Textual Scrolling):
1798 * tips.texi (Coding Conventions):
1799 * minibuf.texi (Minibuffer History):
1800 * maps.texi (Standard Keymaps):
1801 * loading.texi (Where Defined):
1802 * edebug.texi (Instrumenting): Fix typos.
1803
0235128c 18042010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1805
c7c32279
CY
1806 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1807
0235128c
SM
1808 * functions.texi (Obsolete Functions):
1809 Document set-advertised-calling-convention.
eb5ed549
CY
1810
1811 * minibuf.texi (Basic Completion): Document completion-in-region.
1812 (Programmed Completion): Document completion-annotate-function.
1813
1814 * commands.texi (Reading One Event): Document read-key.
1815 (Distinguish Interactive): Document KIND arg to
1816 called-interactively-p. Delete obsolete interactive-p.
1817
1818 * elisp.texi (Top): Update node description.
1819
f8848423
EZ
18202010-05-08 Eli Zaretskii <eliz@gnu.org>
1821
0235128c
SM
1822 * nonascii.texi (Character Properties):
1823 Document unicode-category-table. Add an index entry for Unicode
1824 general category.
1825
18262010-05-07 Chong Yidong <cyd@stupidchicken.com>
1827
1828 * Version 23.2 released.
f8848423 1829
938efb77
JB
18302010-04-20 Juanma Barranquero <lekktu@gmail.com>
1831
1832 * locals.texi (Standard Buffer-Local Variables):
1833 Remove @ignore'd reference to `direction-reversed'.
1834
5854c267
JL
18352010-04-14 Juri Linkov <juri@jurta.org>
1836
1837 Fix @deffn without category.
1838
1839 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1840 for `abbrev-insert'.
1841
1842 * buffers.texi (Indirect Buffers): Add category `Command'
1843 to @deffn of `clone-indirect-buffer'.
1844
1845 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1846 for `next-window' and `previous-window'. Add category `Command'
1847 to @deffn of `pop-to-buffer'.
1848
8a14dec7
CY
18492010-04-01 Chong Yidong <cyd@stupidchicken.com>
1850
1851 * nonascii.texi (Text Representations): Don't mark
1852 enable-multibyte-characters as a user option.
1853
7a1831cf
EZ
18542010-03-31 Eli Zaretskii <eliz@gnu.org>
1855
1856 * control.texi (Handling Errors): How to re-throw a signal caught
1857 by condition-case.
1858
c3863713
CY
18592010-03-26 Chong Yidong <cyd@stupidchicken.com>
1860
1861 * loading.texi (Hooks for Loading): Document after-load-functions.
1862 Copyedits.
1863
c333f279
AM
18642010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1865
1866 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1867
e867cb5d 18682010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1869
1870 * processes.texi (Network Processes): Document seqpacket type.
1871
605f35cd
DN
18722010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1873
1874 * os.texi (System Environment): Do not mention lynxos.
1875
288f9fc0
CY
18762010-03-10 Chong Yidong <cyd@stupidchicken.com>
1877
1878 * Branch for 23.2.
1879
eed5c93a
CY
18802010-03-06 Chong Yidong <cyd@stupidchicken.com>
1881
1882 * objects.texi (Integer Type): Take note of the read syntax
1883 exception for numbers that cannot fit in the integer type.
1884
1ddd6622
GM
18852010-03-03 Glenn Morris <rgm@gnu.org>
1886
1887 * numbers.texi (Integer Basics, Bitwise Operations):
1888 * objects.texi (Integer Type): Update for integers now being 30-bit.
1889
a908c79a
CY
18902010-02-27 Chong Yidong <cyd@stupidchicken.com>
1891
1892 * display.texi (Low-Level Font): Document :otf font-spec property.
1893
cd61af01
SM
18942010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 * display.texi (Line Height): Avoid obsolete special default variables
1897 like default-major-mode.
1898
c02f8fe2
AM
18992010-01-28 Alan Mackenzie <acm@muc.de>
1900
1901 * display.texi (Auto Faces): Say fontification-functions is called
1902 whether or not Font Lock is enabled. Tidy up the wording a bit.
1903
d738d18b
CY
19042010-01-17 Chong Yidong <cyd@stupidchicken.com>
1905
1906 * elisp.texi: Remove duplicate edition information (Bug#5407).
1907
4963739e
JB
19082010-01-17 Juanma Barranquero <lekktu@gmail.com>
1909
1910 * two.el (volume-header-toc-markup): Fix typos in docstring.
1911
c57008f6
SM
19122010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 Avoid dubious uses of save-excursions.
1915 * positions.texi (Excursions): Recommend the use of
1916 save-current-buffer if applicable.
1917 * text.texi (Clickable Text): Fix the example code which used
1918 save-excursion in a naive way which sometimes preserves point and
1919 sometimes not.
1920 * variables.texi (Creating Buffer-Local):
1921 * os.texi (Session Management):
1922 * display.texi (GIF Images):
1923 * control.texi (Cleanups): Use (save|with)-current-buffer.
1924
2f3725cd
EZ
19252010-01-02 Eli Zaretskii <eliz@gnu.org>
1926
1927 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1928
85eeac93
CY
19292010-01-02 Chong Yidong <cyd@stupidchicken.com>
1930
1931 * nonascii.texi (Text Representations, Character Codes)
1932 (Converting Representations, Explicit Encoding)
1933 (Translation of Characters): Use hex notation consistently.
1934 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1935
4801c5fa
CY
19362010-01-01 Chong Yidong <cyd@stupidchicken.com>
1937
1938 * loading.texi (Where Defined): Make it clearer that these are
1939 loaded files (Bug#5068).
1940
26e533e2
CY
19412009-12-29 Chong Yidong <cyd@stupidchicken.com>
1942
1943 * minibuf.texi (Completion Styles): Document `initials' style.
1944
16d1ff5f
CY
19452009-12-25 Chong Yidong <cyd@stupidchicken.com>
1946
1947 * frames.texi (Resources): Describe inhibit-x-resources.
1948 (Size Parameters): Copyedit.
1949
1950 * hash.texi (Creating Hash):
1951 * objects.texi (Hash Table Type): Document the new hash table
1952 printed representation.
1953
1954 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1955 obsolete.
1956
5dcb4c4e
SM
1957 * processes.texi (Process Buffers):
1958 Document process-kill-buffer-query-function.
16d1ff5f 1959
9a5de3d9
GM
19602009-12-05 Glenn Morris <rgm@gnu.org>
1961
1962 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1963 diary-display-function, and no longer recommended to be a hook.
1964 Update for changes in the names of calendar and diary hooks.
1965 diary-print-entries-hook has changed section.
1966
b640eb52
EZ
19672009-11-28 Eli Zaretskii <eliz@gnu.org>
1968
1969 * text.texi (Special Properties): More accurate description of
1970 what the `cursor' property does.
1971
be1674ab
KR
19722009-11-26 Kevin Ryde <user42@zip.com.au>
1973
1974 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1975 mouse-wheel-down-event, the closest thing to a definition for them.
1976 * os.texi (Startup Summary): vindex inhibit-startup-message and
1977 inhibit-splash-screen.
1978 (Command-Line Arguments): vindex argv.
1979 (Suspending Emacs): vindex suspend-tty-functions and
1980 resume-tty-functions. Don't want to index every hook, but having
1981 the programming ones is helpful.
1982
603f5979
CY
19832009-11-14 Chong Yidong <cyd@stupidchicken.com>
1984
1985 * commands.texi (Motion Events): Fix typo (Bug#4907).
1986
4359a806
CY
19872009-11-08 Chong Yidong <cyd@stupidchicken.com>
1988
1989 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1990 are affected by case-fold-search (Bug#4483).
1991
0f063651
CY
19922009-11-02 Chong Yidong <cyd@stupidchicken.com>
1993
1994 * minibuf.texi (Reading File Names): Note that read-file-name may
1995 use a graphical file dialog.
1996
9bd79893
GM
19972009-10-31 Glenn Morris <rgm@gnu.org>
1998
1999 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2000
ebe479ec
KR
20012009-10-16 Kevin Ryde <user42@zip.com.au>
2002
2003 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2004 in particular so `info-lookup-symbol' can find its docs.
2005
2640fa86
CY
20062009-10-16 Chong Yidong <cyd@stupidchicken.com>
2007
2008 * variables.texi (Constant Variables): Distinguish from defconst
2009 variables.
2010 (Defining Variables): Add cindex.
2011
edd6a733
CY
20122009-10-15 Chong Yidong <cyd@stupidchicken.com>
2013
2014 * os.texi (Time of Day): Clarify that the microsecond part is
2015 ignored (Bug#4637).
2016
5feb0b73
GM
20172009-10-11 Glenn Morris <rgm@gnu.org>
2018
2019 * frames.texi (Size and Position): Clarify what is included in the frame
2020 height. (Bug#4535)
2021
0c5413c8
GM
20222009-10-10 Glenn Morris <rgm@gnu.org>
2023
2024 * windows.texi (Size of Window): The relationship between window and
2025 frame heights is not so simple. (Bug#4535)
2026 Mention window-full-height-p.
2027
7f8b600a
SM
20282009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2029
2030 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2031 used from Lisp.
2032
6185de1c
EZ
20332009-10-07 Eli Zaretskii <eliz@gnu.org>
2034
7f8b600a
SM
2035 * files.texi (Directory Names) <abbreviate-file-name>:
2036 Document that root home directories are not replaced with "~".
6185de1c 2037
9972911f
EZ
20382009-10-06 Eli Zaretskii <eliz@gnu.org>
2039
2040 * text.texi (Special Properties): Document the meaning of the
2041 `cursor' text property whose value is an integer.
2042
2a3f19ef
MA
20432009-10-05 Michael Albinus <michael.albinus@gmx.de>
2044
2045 * files.texi (Magic File Names): Add `copy-directory'.
2046
804543b5
EZ
20472009-10-05 Eli Zaretskii <eliz@gnu.org>
2048
2049 * files.texi (File Attributes): Fix description of file
2050 attributes. (Bug#4638) Update attributes of files.texi example to
2051 be more representative.
2052
461bf92b
MA
20532009-10-05 Michael Albinus <michael.albinus@gmx.de>
2054
2055 * files.texi (Create/Delete Dirs): New command copy-directory.
2056
a86cd395
JB
20572009-10-04 Juanma Barranquero <lekktu@gmail.com>
2058
2059 * anti.texi (Antinews):
2060 * macros.texi (Indenting Macros):
2061 * strings.texi (Creating Strings, Case Conversion):
2062 Remove duplicate words.
2063
d3080264
MA
20642009-10-01 Michael Albinus <michael.albinus@gmx.de>
2065
2066 * files.texi (Create/Delete Dirs): delete-directory has an
2067 optional parameter RECURSIVE.
2068
85d14563
SM
20692009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2070
2071 * buffers.texi (Swapping Text): Minor clarification.
2072
3d9842c6
GM
20732009-10-01 Glenn Morris <rgm@gnu.org>
2074
2075 * functions.texi (Declaring Functions): Mention that we also search for
2076 ".m" files in the src/ directory.
2077
78427304
CY
20782009-09-25 David Engster <deng@randomsample.de>
2079
3d9842c6 2080 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2081
b578c9cc
GM
20822009-09-22 Glenn Morris <rgm@gnu.org>
2083
2084 * internals.texi (Building Emacs): Mention preloaded-file-list.
2085
beee5da7
AM
20862009-09-14 Alan Mackenzie <acm@muc.de>
2087
2088 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2089
5d6ab672
CY
20902009-09-13 Chong Yidong <cyd@stupidchicken.com>
2091
2092 * functions.texi (Anonymous Functions): Rearrange discussion,
2093 giving usage of unquoted lambda forms first. Mention that
2094 `function' and `#'' are no longer required (Bug#4290).
2095
59375eeb
AM
20962009-09-11 Alan Mackenzie <acm@muc.de>
2097
a86cd395 2098 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2099 batch mode.
2100
e7e2f529
GM
21012009-09-01 Glenn Morris <rgm@gnu.org>
2102
2103 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2104
eae47088
GM
21052009-08-26 Ulrich Mueller <ulm@gentoo.org>
2106
2107 * nonascii.texi (Character Codes): Fix typos.
2108
3691a0a6
MA
21092009-08-25 Michael Albinus <michael.albinus@gmx.de>
2110
2111 * processes.texi (Synchronous Processes): New defvar
2112 process-file-side-effects.
2113
664d56b8
GM
21142009-08-25 Glenn Morris <rgm@gnu.org>
2115
2116 * display.texi (Fontsets): Fix typo.
2117
0706c025
GM
2118 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2119
03a74b84
SM
21202009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2121
2122 * processes.texi (Asynchronous Processes): Adjust arglist of
2123 start-process-shell-command and start-file-process-shell-command.
2124
f6de8a37
CY
21252009-08-15 Chong Yidong <cyd@stupidchicken.com>
2126
4b1ed1bb
CY
2127 * advice.texi (Argument Access in Advice): Note that argument
2128 positions are zero-based (Bug#3932).
2129
89a9e058
CY
2130 * commands.texi (Distinguish Interactive): Minor copyedit.
2131
23696fd7
CY
2132 * display.texi (Face Attributes): Add xref to Displaying Faces for
2133 explanation of "underlying face".
2134
f6de8a37
CY
2135 * customize.texi (Common Keywords): Add xref to Loading.
2136
2137 * loading.texi (How Programs Do Loading): Add xref to Lisp
2138 Libraries node in the Emacs manual.
2139
417f77e6
CY
21402009-08-13 Chong Yidong <cyd@stupidchicken.com>
2141
2142 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2143
0999039c
CY
21442009-07-18 Chong Yidong <cyd@stupidchicken.com>
2145
2146 * processes.texi (Shell Arguments): Copyedits.
2147
9af167bc
GM
21482009-07-18 Glenn Morris <rgm@gnu.org>
2149
2150 * loading.texi (Repeated Loading): Fix typo.
2151
137987ab
RS
21522009-07-16 Richard Stallman <rms@gnu.org>
2153
2154 * buffers.texi (Swapping Text): Recommend setting
2155 write-region-annotate-functions and buffer-saved-size.
2156
2157 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2158
622fa380
GM
21592009-07-15 Glenn Morris <rgm@gnu.org>
2160
2161 * edebug.texi: Minor re-phrasings throughout.
2162 (Edebug Execution Modes): Sit-for affects continue mode too.
2163 (Jumping): Use `forward-sexp' rather than its keybinding.
2164 (Edebug Misc): Fix Q binding.
2165 (Edebug Eval): Remove cl version.
2166 (Printing in Edebug): Clarify print-length etc.
2167 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2168 (Specification List): Remove edebug-unwrap findex entry.
2169 (Specification Examples): defmacro is actually not the same as defun.
2170 Escape "`" in example.
2171
6bbd4600
CY
21722009-07-15 Chong Yidong <cyd@stupidchicken.com>
2173
2174 * markers.texi (The Mark): Document optional arg to
2175 deactivate-mark.
2176
e538d479
GM
21772009-07-11 Kevin Ryde <user42@zip.com.au>
2178
2179 * hooks.texi (Standard Hooks): Fix cross-references.
2180
4c98b9ed
GM
2181 * loading.texi (Named Features): Refer to eval-after-load.
2182
5300838c
GM
21832009-07-11 Glenn Morris <rgm@gnu.org>
2184
64fbeb16
GM
2185 * Makefile.in (TEXI2PDF): New.
2186 (elisp.pdf): New target.
2187
4c98b9ed
GM
2188 * searching.texi (Regexp Backslash): Fix typo.
2189
2190 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2191
51d9979c
GM
21922009-07-10 Glenn Morris <rgm@gnu.org>
2193
561c0216
GM
2194 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2195
5b594a58
GM
2196 * customize.texi (Customization Types):
2197 * display.texi (Abstract Display):
0cc8c85a 2198 * objects.texi (Character Type, String Type):
5b594a58 2199 Merge in some menu descriptions from elisp.texi.
51d9979c 2200
c3cbbb40
GM
2201 * hash.texi (Hash Tables):
2202 * modes.texi (Multiline Font Lock):
2203 End menu description with period.
fe42c16a 2204
28528402
GM
22052009-07-09 Glenn Morris <rgm@gnu.org>
2206
2207 * back.texi: Don't hard-code texinfo location.
2208
2209 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2210 (tex): Add texinfodir to TEXINPUTS.
2211 (elisp1med-init, elisp2med-init): Use texinfodir.
2212
2213 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2214 (clean): Add two-volume.make intermediate files.
2215
2216 * elisp.texi, vol1.texi, vol2.texi:
2217 Use a DATE variable with the publication date, and update it.
2218 Fix antinews menu description.
2219
2220 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2221 Update the detailed node listing to match elisp.texi.
2222
2223 * README: Update edition to match elisp.texi.
2224
2225 * objects.texi (General Escape Syntax):
2226 * nonascii.texi (Character Sets):
2227 Use consistent case for "Unicode Standard".
2228
2229 * anti.texi (Antinews):
2230 * customize.texi (Variable Definitions):
2231 * functions.texi (Declaring Functions):
2232 * nonascii.texi (Character Properties):
2233 * processes.texi (Serial Ports):
2234 * text.texi (Special Properties):
2235 * tips.texi (Coding Conventions):
2236 Minor rearrangements to improve TeX line-filling.
2237
2238 * commands.texi (Using Interactive): Fix cross-reference.
2239
17db8e10
JD
22402009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2241
2242 * frames.texi (Management Parameters): Mention sticky.
2243
77c7e2e1
AS
22442009-07-01 Andreas Schwab <aschwab@redhat.com>
2245
2246 * help.texi (Help Functions): Fix description of help-buffer and
2247 help-setup-xref to use @defun instead of @deffn.
2248
3f1c6666
JD
22492009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2250
2251 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2252
ca27c21b
CY
22532009-06-24 Chong Yidong <cyd@stupidchicken.com>
2254
2255 * display.texi (Window Systems): Add ns to the list.
2256
70243478
CY
22572009-06-21 Chong Yidong <cyd@stupidchicken.com>
2258
2259 * Branch for 23.1.
2260
df006536
MR
22612009-06-17 Martin Rudalics <rudalics@gmx.at>
2262
2263 * windows.texi (Dedicated Windows): Fix typo.
2264 (Resizing Windows): Replace @defun by @deffn.
2265
d259fc4b
GM
22662009-06-17 Glenn Morris <rgm@gnu.org>
2267
2268 * variables.texi (Directory Local Variables):
2269 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2270
30781db6
KH
22712009-06-09 Kenichi Handa <handa@m17n.org>
2272
2273 * nonascii.texi (Character Sets): State clearly that FROM and TO
2274 are codepoints of CHARSET.
2275
62e8099c
CY
22762009-06-07 Chong Yidong <cyd@stupidchicken.com>
2277
2278 * minibuf.texi (Reading File Names): Fix introductory text.
2279 Suggested by stan@derbycityprints.com.
2280 (High-Level Completion): Fix typo.
2281
ee1b1917
CY
22822009-05-28 Chong Yidong <cyd@stupidchicken.com>
2283
2284 * frames.texi (Text Terminal Colors): Multi-tty is already
2285 implemented, but tty-local colors are not.
2286
5df647e8
CY
22872009-05-27 Chong Yidong <cyd@stupidchicken.com>
2288
2289 * hooks.texi (Standard Hooks): Remove mention of obsolete
2290 redisplay-end-trigger-functions.
2291
2292 * internals.texi (Window Internals): Remove mention of obsolete
2293 redisplay-end-trigger-functions.
2294
01f17ae2
MR
22952009-05-21 Martin Rudalics <rudalics@gmx.at>
2296
2297 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2298
2299 * backups.texi (Making Backups): backup-directory-alist and
2300 make-backup-file-name-function are options.
2301 (Auto-Saving): auto-save-list-file-prefix is an option.
2302
2303 * buffers.texi (Killing Buffers): buffer-offer-save is an
2304 option.
2305
2306 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2307 option.
2308 (Echo Area Customization): echo-keystrokes is an option.
2309 (Selective Display): selective-display-ellipses is an option.
2310 (Temporary Displays): temp-buffer-show-function is an option.
2311 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2312 are options.
2313 (Font Selection): face-font-family-alternatives,
2314 face-font-selection-order, face-font-registry-alternatives, and
2315 scalable-fonts-allowed are options.
2316 (Fringe Indicators): indicate-buffer-boundaries is an option.
2317 (Fringe Cursors): overflow-newline-into-fringe is an option.
2318 (Scroll Bars): scroll-bar-mode is an option.
2319
2320 * eval.texi (Eval): max-lisp-eval-depth is an option.
2321
2322 * files.texi (Visiting Functions): find-file-hook is an option.
2323 (Directory Names): directory-abbrev-alist is an option.
2324 (Unique File Names): temporary-file-directory and
2325 small-temporary-file-directory are options.
2326
2327 * frames.texi (Initial Parameters): initial-frame-alist,
2328 minibuffer-frame-alist and default-frame-alist are options.
2329 (Cursor Parameters): blink-cursor-alist and
2330 cursor-in-non-selected-windows ar options.
2331 (Window System Selections): selection-coding-system is an
2332 option.
2333 (Display Feature Testing): display-mm-dimensions-alist is an
2334 option.
2335
2336 * help.texi (Help Functions): help-char and help-event-list are
2337 options.
2338
2339 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2340 an option.
2341
2342 * minibuf.texi (Minibuffer History): history-length and
2343 history-delete-duplicates are options.
2344 (High-Level Completion): read-buffer-function and
2345 read-buffer-completion-ignore-case are options.
2346 (Reading File Names): read-file-name-completion-ignore-case is
2347 an option.
2348
2349 * modes.texi (Mode Line Top): mode-line-format is an option.
2350 (Mode Line Variables): mode-line-position and mode-line-modes
2351 are options.
2352
2353 * nonascii.texi (Text Representations):
2354 enable-multibyte-characters is an option.
2355 (Default Coding Systems): auto-coding-regexp-alist,
2356 file-coding-system-alist, auto-coding-alist and
2357 auto-coding-functions are options.
2358 (Specifying Coding Systems): inhibit-eol-conversion is an
2359 option.
2360
2361 * os.texi (Init File): site-run-file is an option.
2362 (System Environment): mail-host-address is an option.
2363 (User Identification): user-mail-address is an option.
2364 (Terminal Output): baud-rate is an option.
2365
2366 * positions.texi (Word Motion): words-include-escapes is an
2367 option.
2368
2369 * searching.texi (Standard Regexps): page-delimiter,
2370 paragraph-separate, paragraph-separate and sentence-end are
2371 options.
2372
2373 * text.texi (Margins): left-margin and fill-nobreak-predicate
2374 are options.
2375
2376 * variables.texi (Local Variables): max-specpdl-size is an
2377 option.
2378
2379 * windows.texi (Choosing Window):
2380 split-window-preferred-function, special-display-function and
2381 display-buffer-function are options.
2382
106e6894
CY
23832009-05-20 Chong Yidong <cyd@stupidchicken.com>
2384
4a83454d
CY
2385 Fix errors spotted by Martin Rudalics.
2386
106e6894
CY
2387 * syntax.texi (Position Parse): Document rationale for ignored
2388 arguments to syntax-ppss-flush-cache.
2389
2390 * processes.texi (Input to Processes): Mark PROCESS arg to
2391 process-running-child-p as optional.
2392 (Network Options): Document NO-ERROR arg to
2393 set-network-process-option.
2394
2395 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2396 command.
2397
2398 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2399 posix-search-backward as commands.
2400
2401 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2402 (Suspending Emacs): Mark suspend-emacs as a command.
2403 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2404 commands.
5dcb4c4e
SM
2405 (Terminal Output): Remove obsolete function baud-rate.
2406 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2407
2408 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2409 terminal-coding-system and set-terminal-coding-system.
2410 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2411 as optional.
2412 (Character Sets): Document RESTRICTION arg of char-charset.
2413 (Character Codes): Mark POS argument to get-byte as optional.
2414
2415 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2416 minibuffer-message.
2417
2418 * files.texi (Create/Delete Dirs): Mark make-directory and
2419 delete-directory as commands.
2420
2421 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2422
2423 * text.texi (Base 64): Mark base64-decode-string and
2424 base64-encode-string as commands.
2425 (Columns): Mark move-to-column as a command.
2426 (Mode-Specific Indent): Document RIGID arg to
2427 indent-for-tab-command.
2428 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2429 Mark indent-code-rigidly as a command.
2430 (Substitution): Mark translate-region as a command.
2431
2432 * frames.texi (Size and Position): Remove obsolete functions
2433 screen-height and screen-width.
2434
04173931
CY
24352009-05-19 Chong Yidong <cyd@stupidchicken.com>
2436
2437 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2438 (Displaying Buffers, Resizing Windows): Correct mistakes;
2439 next-window, previous-window, and pop-to-buffer are not commands,
2440 and fit-window-to-buffer" is a command. (Pointed out by Martin
2441 Rudalics.)
2442
eae7d8f8
RS
24432009-05-17 Richard M Stallman <rms@gnu.org>
2444
2445 * modes.texi (Precalculated Fontification): Clarify text.
2446
b8766179
MR
24472009-05-17 Martin Rudalics <rudalics@gmx.at>
2448
2449 * windows.texi (Selecting Windows): Clarify descriptions of
2450 with-selected-window and get-lru-window.
2451 (Cyclic Window Ordering): Refer to particular frame when talking
2452 about how splitting affects the ordering.
2453 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2454 switch-to-buffer-other-window. Explain how setting of
2455 display-buffer-reuse-frames affects pop-to-buffer.
2456 (Choosing Window): Clarify some details in descriptions of
2457 display-buffer-reuse-frames, pop-up-frames, and
2458 pop-up-frame-function.
2459 (Dedicated Windows): Clarify some details.
2460 (Textual Scrolling): Replace term vscroll by term vertical
2461 scroll position.
2462 (Vertical Scrolling): Fix typo.
2463 (Window Hooks): Relate text on jit-lock-register to window
2464 scrolling and size changes.
2465
734b5e3b
CY
24662009-05-14 Chong Yidong <cyd@stupidchicken.com>
2467
0a65633e
CY
2468 * frames.texi (Initial Parameters): Clarify what the initial
2469 minibuffer frame is.
05be46d7
CY
2470 (Buffer Parameters): Note that the minibuffer parameter can not be
2471 altered.
0a65633e 2472
734b5e3b
CY
2473 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2474 Document display-buffer changes.
2475
925672cd
CY
24762009-05-13 Chong Yidong <cyd@stupidchicken.com>
2477
17ecd7af
CY
2478 * anti.texi (Antinews): Rewrite for Emacs 22.
2479
925672cd
CY
2480 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2481 obarrays are first mentioned. Define "system abbrev" more
2482 prominently, and add it to the index.
2483 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2484 Copyedits.
2485 (Abbrev Expansion): Document abbrev-insert.
2486
80be4dd7
CY
24872009-05-12 Chong Yidong <cyd@stupidchicken.com>
2488
2489 * frames.texi (Font and Color Parameters): Rename from Color
2490 Parameters. Document font-backend parameter.
2491
2492 * vol2.texi (Top): Update node listing.
2493 * vol1.texi (Top): Update node listing.
2494 * elisp.texi (Top): Update node listing.
2495
372a93ac
MR
24962009-05-11 Martin Rudalics <rudalics@gmx.at>
2497
2498 * windows.texi (Choosing Window): Don't explicitly refer to
2499 split-window-sensibly's window argument in descriptions of
2500 split-height-threshold and split-width-threshold.
2501
714c3541
MR
25022009-05-10 Martin Rudalics <rudalics@gmx.at>
2503
2504 * windows.texi (Choosing Window): Fix rewrite of window
2505 splitting section.
2506
0e90e7be
EZ
25072009-05-09 Eli Zaretskii <eliz@gnu.org>
2508
f4e90db0
SM
2509 * nonascii.texi (Default Coding Systems):
2510 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2511 Add indexing.
0e90e7be
EZ
2512 (Lisp and Coding Systems): Add index entries.
2513
d3c0c321
MR
25142009-05-09 Martin Rudalics <rudalics@gmx.at>
2515
2516 * windows.texi (Choosing Window): Describe split-window-sensibly
2517 and rewrite section on window splitting accordingly.
2518 (Textual Scrolling): Replace `...' by @code{...}.
2519
c773345a
CY
25202009-05-04 Chong Yidong <cyd@stupidchicken.com>
2521
ee2d5b5e
CY
2522 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2523 Remove obsoleted pre-abbrev-expand-hook.
2524
2525 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2526 entries.
2527
c773345a
CY
2528 * internals.texi (Object Internals): Don't assume 32-bit machines
2529 are the norm.
2530 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2531 (Window Internals): Synch field names to window.h.
2532 (Process Internals): Synch field names to process.h.
c773345a 2533
dd449674
CY
25342009-04-29 Chong Yidong <cyd@stupidchicken.com>
2535
2536 * variables.texi (File Local Variables): Note that read-circle is
2537 bound to nil when reading file-local variables.
2538
2539 * streams.texi (Input Functions): Document read-circle.
2540 (Output Variables): Add xref to Circular Objects.
2541
4f1e25e2
CY
25422009-04-25 Chong Yidong <cyd@stupidchicken.com>
2543
2544 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2545 Features and Coding System Basics. Node that "p" stands for
2546 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2547 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2548 mouse-appearance-menu.
2549 (Programming Tips): Add xref to Progress.
2550
dca019f8
CY
25512009-04-22 Chong Yidong <cyd@stupidchicken.com>
2552
5dcb4c4e
SM
2553 * os.texi (Command-Line Arguments):
2554 Document command-line-args-left.
dca019f8
CY
2555 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2556 terminal objects for tty arguments.
2557 (Startup Summary): Add xref to Session Management.
2558 (Session Management): Mention emacs-session-restore. Copyedits.
2559
02a89103
CY
25602009-04-20 Chong Yidong <cyd@stupidchicken.com>
2561
2562 * os.texi (Startup Summary): Copyedits. The init file is not
2563 necessarily named .emacs now. Document initial-buffer-choice and
2564 initial-scratch-message. Note where Emacs exits in batch mode.
2565 Document inhibit-splash-screen as an alias.
2566 (Init File): Be neutral about which init file name to use.
2567
25682009-04-16 Chong Yidong <cyd@stupidchicken.com>
2569
2570 * os.texi (System Interface): Fix Texinfo usage.
2571
0c1cfe01
CY
25722009-04-15 Chong Yidong <cyd@stupidchicken.com>
2573
80d7cdca
CY
2574 * searching.texi (Regexp Backslash): Also refer to shy groups as
2575 non-capturing or unnumbered groups.
2576 (Regexp Functions): Add cross-reference to Regexp Backslash.
2577
0c1cfe01
CY
2578 * display.texi (Truncation): Overlays can use line-prefix and
2579 wrap-prefix too.
2580 (Overlay Properties): Document wrap-prefix and line-prefix.
2581 (Face Attributes): Document underline-minimum-offset.
2582 (Face Remapping): Copyedits.
2583 (Low-Level Font): Copyedits.
2584 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2585 (Line Height): Emphasize that line-spacing only takes effect on
2586 graphical terminals.
0c1cfe01 2587
c4adeee0
CY
25882009-04-13 Chong Yidong <cyd@stupidchicken.com>
2589
2590 * display.texi (Refresh Screen): Note that a passage about screen
2591 refreshing is text terminal only.
2592 (Forcing Redisplay): Delete misleading comment---sit-for calls
2593 redisplay, not the other way around.
2594 (Truncation): Note new values of truncate-partial-width-windows.
2595 Copyedits.
2596 (Invisible Text): Document invisible-p.
2597
b20ecfa1
EZ
25982009-04-11 Eli Zaretskii <eliz@gnu.org>
2599
2600 * display.texi (Overlays): Overlays don't scale well. See
2601 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2602
97d8273f
CY
26032009-04-10 Chong Yidong <cyd@stupidchicken.com>
2604
f147ff75
CY
2605 * syntax.texi (Syntax Table Functions): Document cons cell
2606 argument for modify-syntax-entry.
2607 (Categories): Document cons cell argument for
2608 modify-category-entry.
2609
fca4ec76
CY
2610 * searching.texi (String Search): Document word-search-forward-lax
2611 and word-search-backward-lax.
2612 (Searching and Case): Describe isearch behavior more precisely.
2613
9c283d5b
CY
2614 * keymaps.texi (Tool Bar): Mention that some platforms do not
2615 support multi-line toolbars. Suggested by Stephen Eglen.
2616
2617 * frames.texi (Layout Parameters): Mention that Nextstep also
2618 allows only one tool-bar line. Suggested by Stephen Eglen.
2619
97d8273f
CY
2620 * nonascii.texi (Text Representations): Copyedits.
2621 (Coding System Basics): Also mention utf-8-emacs.
2622 (Converting Representations, Selecting a Representation)
2623 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2624 Copyedits.
2625 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2626
2bad3299
CY
26272009-04-09 Chong Yidong <cyd@stupidchicken.com>
2628
2629 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2630 (Filling): Clarify REGION argument of fill-paragraph.
2631 Document fill-forward-paragraph-function.
2bad3299
CY
2632 (Special Properties): Remove "new in Emacs 22" declaration.
2633 (Clickable Text): Merge with Links and Mouse-1 node.
2634
5dcb4c4e
SM
2635 * display.texi (Button Properties, Button Buffer Commands):
2636 Change xref to Clickable Text.
2bad3299
CY
2637
2638 * tips.texi (Key Binding Conventions): Change xref to Clickable
2639 Text.
2640
2641 * elisp.texi (Top): Update node listing.
2642
ea30ce4f
CY
26432009-04-05 Chong Yidong <cyd@stupidchicken.com>
2644
47af2f4b
CY
2645 * markers.texi (The Mark): Copyedits. Improve description of
2646 handle-shift-selection.
2647 (The Region): Move use-region-p here from The Mark.
2648
ea30ce4f
CY
2649 * positions.texi (Screen Lines): Document (cols . lines) argument
2650 for vertical-motion.
2651
2aa8ea6e
CY
26522009-04-04 Chong Yidong <cyd@stupidchicken.com>
2653
3ec61d4e
CY
2654 * frames.texi (Frames): Clean up introduction. Document `ns'
2655 return value for framep.
2656 (Creating Frames): Note how the terminal is chosen.
2657 (Multiple Terminals, Multiple Displays): Merge into a single node.
2658 (Color Parameters): Fix typo.
2659
2660 * variables.texi (Local Variables, Buffer-Local Variables)
2661 (Creating Buffer-Local): Change link to Multiple Terminals.
2662
2663 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2664
2665 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2666 Terminals.
2667
2668 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2669 to Multiple Terminals.
2670
2671 * elisp.texi (Top): Update node listing.
2672 * vol2.texi (Top): Update node listing.
2673 * vol1.texi (Top): Update node listing.
2674
9257072f
CY
2675 * buffers.texi (Current Buffer): Note that the append-to-buffer
2676 example is no longer in synch with the latest code. Tie the two
2677 examples together.
2678
2aa8ea6e
CY
2679 * files.texi (File Attributes): Move note about MS-DOS from
2680 Changing Files to File Attributes.
2681 (Create/Delete Dirs): Note that mkdir is an alias for this.
2682
22e74b17
CY
26832009-04-01 Markus Triska <triska@gmx.at>
2684
2685 * processes.texi (Filter Functions): Suggest how to handle output
2686 batches.
2687
4bbe48ec
CY
26882009-03-30 Chong Yidong <cyd@stupidchicken.com>
2689
2690 * help.texi (Accessing Documentation): Update example to use
2691 help-setup-xref and with-help-window.
2692 (Help Functions): Remove print-help-return-message, which is
2693 semi-obsolete due to with-help-window. Document help-buffer and
2694 help-setup-xref.
2695
b9723f39
CY
26962009-03-29 Chong Yidong <cyd@stupidchicken.com>
2697
5dcb4c4e
SM
2698 * help.texi (Accessing Documentation, Help Functions):
2699 Remove information about long-obsolete Emacs versions.
9eb52e90 2700
b9723f39
CY
2701 * modes.texi (Mode Line Variables): The default values of the mode
2702 line variables are now more complicated.
2703
b0cc32db
CY
27042009-03-28 Chong Yidong <cyd@stupidchicken.com>
2705
3c25a5a9
CY
2706 * modes.texi (Major Mode Conventions): Note that specialness is
2707 inherited.
31c9eebb
CY
2708 (Derived Modes): Note that define-derive-mode sets the mode-class
2709 property.
3c25a5a9 2710
b0cc32db
CY
2711 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2712 goto-map. Add search-map to the list.
2713
c5e0006d
EZ
27142009-03-27 Eli Zaretskii <eliz@gnu.org>
2715
1213465a
EZ
2716 * os.texi (System Environment): Update the list of system-type
2717 values.
2718
c5e0006d
EZ
2719 * markers.texi (The Mark) <handle-shift-selection>: Update for
2720 removal of the optional argument DEACTIVATE.
2721
48bab3d6
CY
27222009-03-25 Chong Yidong <cyd@stupidchicken.com>
2723
2724 * commands.texi (Focus Events): Most X window managers don't use
2725 focus-follows-mouse nowadays.
2726
6e4ff1b6
CY
27272009-03-24 Chong Yidong <cyd@stupidchicken.com>
2728
2729 * commands.texi (Defining Commands): Clarify introduction.
2730 (Using Interactive): Not that interactive can be put in a symbol
2731 property.
2732 (Interactive Call): Note that a symbol with a non-nil
2733 interactive-form property satisfies commandp.
2734
11625308
JB
27352009-03-23 Juanma Barranquero <lekktu@gmail.com>
2736
2737 * minibuf.texi (Intro to Minibuffers): Fix typos.
2738
7b34420d
CY
27392009-03-23 Chong Yidong <cyd@stupidchicken.com>
2740
2741 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2742 about minibuffers in old Emacs versions. Copyedits.
2743 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2744 (Text from Minibuffer): Simplify introduction.
2745
f9257eed
AM
27462009-03-22 Alan Mackenzie <acm@muc.de>
2747
2748 * commands.texi (Using Interactive): Clarify string argument to
2749 `interactive' - even promptless elements need \n separators.
2750
f639ba70
CY
27512009-03-18 Chong Yidong <cyd@stupidchicken.com>
2752
2753 * minibuf.texi (Completion Styles): New node.
2754
2755 * elisp.texi (Top): Update node listing.
2756
d897e8ee
CY
27572009-03-17 Chong Yidong <cyd@stupidchicken.com>
2758
2759 * minibuf.texi (Basic Completion): Note that
2760 read-file-name-completion-ignore-case and
2761 read-buffer-completion-ignore-case can override
2762 completion-ignore-case.
2763 (Minibuffer Completion): Document completing-read changes.
2764 (Completion Commands): Avoid mentioning partial completion mode.
2765 Document minibuffer-completion-confirm changes, and
2766 minibuffer-confirm-exit-commands.
2767 (High-Level Completion): Document new require-match behavior for
2768 read-buffer. Document read-buffer-completion-ignore-case.
2769 (Reading File Names): Document new require-match behavior for
2770 read-file-name.
2771
b1f23349
CY
27722009-03-14 Chong Yidong <cyd@stupidchicken.com>
2773
2774 * debugging.texi (Error Debugging): Don't mislead the reader into
2775 thinking that debug-on-error enters debugger for C-f at EOB.
2776 (Error Debugging): Setting debug-on-init within the init file
2777 works, and has for some time.
2778
d6eb4e25
KH
27792009-03-13 Kenichi Handa <handa@m17n.org>
2780
2781 * display.texi (Fontsets): Update the description.
2782
1cf53dc5
CY
27832009-03-13 Chong Yidong <cyd@stupidchicken.com>
2784
2785 * advice.texi (Advising Primitives): Link to What Is a Function.
2786
81f919fc
CY
27872009-03-12 Chong Yidong <cyd@stupidchicken.com>
2788
cf4229eb
CY
2789 * compile.texi (Speed of Byte-Code): Update example.
2790 (Disassembly): Update examples.
2791
81f919fc 2792 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2793
2794 * customize.texi (Common Keywords): It's not necessary to use :tag
2795 to remove hyphens, as custom-unlispify-tag-name does it
2796 automatically.
5dcb4c4e
SM
2797 (Variable Definitions): Link to File Local Variables.
2798 Document customized-value symbol property.
f2bbc08c
CY
2799 (Customization Types): Move menu to end of node.
2800
955964d7
CY
28012009-03-10 Chong Yidong <cyd@stupidchicken.com>
2802
2803 * macros.texi (Compiling Macros): Omit misleading sentence, which
2804 implied that macros can only be used in the same file they are
2805 defined.
2806 (Backquote): Remove obsolete information about Emacs 19.
2807
d25ed7db
GM
28082009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2809
2810 * display.texi (Display Margins): Fix paren typo.
2811
d55f6ca5
CY
28122009-02-27 Chong Yidong <cyd@stupidchicken.com>
2813
f0e57ed8
CY
2814 * elisp.texi (Top): Update node listing.
2815
2816 * variables.texi (Variables): Clarify introduction.
2817 (Global Variables): Mention that setq is a special form.
2818 (Local Variables): Use active voice.
2819 (Tips for Defining): Mention marking variables as safe.
2820 (Buffer-Local Variables): Mention terminal-local and frame-local
2821 variables together.
2822 (File Local Variables): Copyedits.
2823 (Frame-Local Variables): Note that they are not really useful.
2824 (Future Local Variables): Node deleted.
2825
d55f6ca5 2826 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2827 Unicode escape syntax.
d55f6ca5 2828
ca8f09a8
CY
28292009-02-23 Chong Yidong <cyd@stupidchicken.com>
2830
2831 * control.texi (Control Structures): Add cindex entry for "textual
2832 order".
2833
2834 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2835 instead of "expression" throughout.
2836 (Function Indirection): Copyedits. Use active voice.
2837 (Eval): The default value of max-lisp-eval-depth is now 400.
2838
a20878b6
MB
28392009-02-23 Miles Bader <miles@gnu.org>
2840
2841 * processes.texi (System Processes): Rename `system-process-attributes'
2842 to `process-attributes'.
2843
61f66044
CY
28442009-02-22 Chong Yidong <cyd@stupidchicken.com>
2845
1b80d1f3
CY
2846 * symbols.texi (Property Lists): Emphasize that property lists are
2847 not restricted to symbol cells.
2848 (Other Plists): Copyedit.
2849
61f66044
CY
2850 * sequences.texi (Sequences Arrays Vectors): Make introduction
2851 more concise.
2852 (Arrays): Mention char-tables and bool-vectors too.
2853 (Vectors): Don't repeat information given in Arrays node. Link to
2854 nodes that explain the vector usage examples.
2855 (Char-Tables): Note that char-table elements can have arbitrary
2856 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2857 Link to Property Lists node.
61f66044 2858
9403944b
CY
28592009-02-22 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2862 `append'.
4068c7b4 2863 (List Elements): Copyedits.
9403944b
CY
2864
2865 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2866 of `vconcat'.
2867
2868 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2869 Emacs 20 usage of `concat'.
2870 (Case Conversion): Copyedits.
2871
b87a185f
CY
28722009-02-21 Chong Yidong <cyd@stupidchicken.com>
2873
2874 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2875 Minor edits.
2876 (Frame Configuration Type): Emphasize that it is not primitive.
2877 (Font Type): New node.
2878 (Type Predicates): Add fontp; type-of now recognizes font object
2879 types.
2880
2881 * intro.texi (Version Info): Update version numbers in examples.
2882 (Acknowledgements): List more contributors.
2883
2884 * elisp.texi: Bump version number to 3.0.
2885 (Top): Link to Font Type node.
2886
867d4bb3
JB
28872009-02-20 Juanma Barranquero <lekktu@gmail.com>
2888
2889 * modes.texi (Major Mode Conventions): Remove duplicate words.
2890 (Customizing Keywords): Fix typo.
2891
77730170
EZ
28922009-02-14 Eli Zaretskii <eliz@gnu.org>
2893
2894 * nonascii.texi (User-Chosen Coding Systems): Document that
2895 select-safe-coding-system suggests raw-text if there are raw bytes
2896 in the region.
2897 (Explicit Encoding): Warn not to use `undecided' when encoding.
2898
c8736212
GM
28992009-02-11 Glenn Morris <rgm@gnu.org>
2900
2901 * frames.texi (Visibility of Frames): Mention the effect multiple
2902 workspaces/desktops can have on visibility.
2903
ab992d66
EZ
29042009-02-07 Eli Zaretskii <eliz@gnu.org>
2905
c8736212
GM
2906 * text.texi (Commands for Insertion):
2907 * commands.texi (Event Mod):
2908 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2909 * nonascii.texi (Translation of Characters):
2910 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2911 (Explicit Encoding): Document the `charset' text property produced
2912 by decode-coding-region and decode-coding-string.
ab992d66 2913
e651a255
AM
29142009-01-27 Alan Mackenzie <acm@muc.de>
2915
2916 * modes.texi (Search-based Fontification): Correct a typo.
2917
bc5cde4b
JB
29182009-01-25 Juanma Barranquero <lekktu@gmail.com>
2919
2920 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2921 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2922
3533155b
EZ
29232009-01-24 Eli Zaretskii <eliz@gnu.org>
2924
f721deda
EZ
2925 * display.texi (Window Systems): Document the value of
2926 `initial-window-system' under --daemon.
2927
3533155b
EZ
2928 * os.texi (System Environment): Remove description of the
2929 `environment' function which has been deleted.
2930
f79b43b2
DN
29312009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2932
2933 * frames.texi (Multiple Displays): Remove documentation for
2934 removed function make-frame-on-tty.
2935
e3aa6669
CY
29362009-01-22 Chong Yidong <cyd@stupidchicken.com>
2937
2938 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2939 write-region-annotate-functions.
2940 Document write-region-post-annotation-function.
e3aa6669 2941
fb13a416
CY
29422009-01-19 Chong Yidong <cyd@stupidchicken.com>
2943
2944 * display.texi (Font Lookup): Document WIDTH argument of
2945 x-list-fonts.
2946
02eccf6b
EZ
29472009-01-17 Eli Zaretskii <eliz@gnu.org>
2948
ead3f58d
EZ
2949 * maps.texi (Standard Keymaps): Rename function-key-map to
2950 local-function-key-map.
2951
2952 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2953 local-function-key-map.
2954
2955 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2956 and `set-keyboard-coding-system' now accept an optional terminal
2957 argument.
2958
2959 * commands.texi (Event Mod): `keyboard-translate-table' is now
2960 terminal-local.
2961 (Function Keys): Rename function-key-map to
2962 local-function-key-map.
2963
df05a163
EZ
2964 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2965 frames.texi.
2966
0ed8034e 2967 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2968 `delete-terminal-functions', `suspend-tty-functions' and
2969 `resume-tty-functions'.
0ed8034e
EZ
2970
2971 * frames.texi (Frames): Document `frame-terminal' and
2972 `terminal-live-p'.
2973 (Multiple Displays): Document `make-frame-on-tty'.
2974 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2975 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2976 (Terminal Parameters): Document `terminal-parameters',
2977 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2978
2979 * os.texi (System Environment): Document `environment' and
2980 `initial-environment'.
490f1197
EZ
2981 (Suspending Emacs): Update for multi-tty; document
2982 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2983
02eccf6b
EZ
2984 * nonascii.texi (Coding System Basics): More accurate description
2985 of `raw-text'.
2986
f19fea97
JB
29872009-01-12 Juanma Barranquero <lekktu@gmail.com>
2988
2989 * display.texi (Low-Level Font): Fix typo.
2990
16fa292f
CY
29912009-01-10 Chong Yidong <cyd@stupidchicken.com>
2992
2993 * elisp.texi (Top): Update node listing.
2994
2995 * display.texi (PostScript Images): Node deleted.
2996
0b4faef3
EZ
29972009-01-10 Eli Zaretskii <eliz@gnu.org>
2998
3355f04d
EZ
2999 * processes.texi (Decoding Output): Document that null bytes force
3000 no-conversion for reading process output.
3001
3002 * files.texi (Reading from Files): Document that null bytes force
3003 no-conversion when visiting files.
3004
11625308 3005 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3006
5dcb4c4e
SM
3007 * nonascii.texi (Lisp and Coding Systems):
3008 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3009 (Character Properties): Improve wording.
0b4faef3 3010
ce9cf065
CY
30112009-01-09 Chong Yidong <cyd@stupidchicken.com>
3012
3013 * display.texi (Font Lookup): Remove obsolete function
3014 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3015 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3016 (Font Selection): Reorder order of variable descriptions.
3017 Minor clarifications.
ce9cf065
CY
3018
3019 * elisp.texi (Top): Update node listing.
3020
ab756fb3
GM
30212009-01-09 Glenn Morris <rgm@gnu.org>
3022
3023 * commands.texi (Command Loop Info): Say that last-command-char and
3024 last-input-char are obsolete aliases.
3025
3026 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3027 last-input-char and last-command-char, since they are just aliases for
3028 last-input-event and last-command-event.
3029
3030 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3031 last-command-char.
3032
6b2b8ab1
CY
30332009-01-08 Chong Yidong <cyd@stupidchicken.com>
3034
3035 * elisp.texi: Update node listing.
3036
3037 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3038 (Face Attributes): Don't link to Font Lookup.
3039 Document font-family-list.
6b2b8ab1
CY
3040 (Fonts): New node.
3041
3568e767
JR
30422009-01-08 Jason Rumney <jasonr@gnu.org>
3043
3044 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3045 changing the standard pointer shapes. (Bug#1485)
3568e767 3046
6221c8db
CY
30472009-01-08 Chong Yidong <cyd@stupidchicken.com>
3048
3049 * display.texi (Attribute Functions): Note that a function value
3050 :height is relative, and that compatibility functions work by
3051 calling set-face-attribute.
3052 (Displaying Faces): Reorder list in order of increasing priority.
3053 (Face Remapping): New node. Content moved here from Displaying
3054 Faces.
3055 (Glyphs): Link to Face Functions.
3056
e3d3799a
CY
30572009-01-08 Chong Yidong <cyd@stupidchicken.com>
3058
3059 * display.texi (Faces): Don't discuss face id here. facep does
3060 not return t.
3061 (Defining Faces): Minor clarification.
3062 (Face Attributes): Rearrange items to match docstring of
3063 set-face-attribute. Add :foundry attribute. Document new role of
3064 :font attribute. Texinfo usage fix.
3065 (Attribute Functions): Copyedits.
3066 (Face Functions): Note that face number is seldom used.
3067
638a2457
RS
30682009-01-05 Richard M Stallman <rms@gnu.org>
3069
3070 * strings.texi (Predicates for Strings): Minor clarification.
3071
3072 * functions.texi (Function Safety): Texinfo usage fix.
3073
49ea0074
JB
30742009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3075
3076 * objects.texi (General Escape Syntax): Fix typo.
3077
9f822178
MR
30782009-01-03 Martin Rudalics <rudalics@gmx.at>
3079
3080 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3081 works via the default value of pop-up-frame-function.
3082
af34ad36
EZ
30832009-01-02 Eli Zaretskii <eliz@gnu.org>
3084
3085 * processes.texi (System Processes): Document the `time' and
3086 `ctime' attributes of `system-process-attributes'.
3087
d31f6679
CY
30882009-01-01 Chong Yidong <cyd@stupidchicken.com>
3089
3090 * display.texi (Face Attributes): Clarify :height attribute.
3091
174dc00c
MR
30922008-12-31 Martin Rudalics <rudalics@gmx.at>
3093
3094 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3095 the front of the buffer list. Add entries for `last-buffer' and
3096 `unbury-buffer'.
3097
b8afe7e4
EZ
30982008-12-27 Eli Zaretskii <eliz@gnu.org>
3099
d14030f5
EZ
3100 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3101 and its subsections.
3102
3103 * frames.texi (Multiple Terminals, Low-level Terminal)
3104 (Terminal Parameters, Frames on Other TTY devices): New sections.
3105 (Frames): Add an xref to "Multiple Terminals".
3106
765980a4
EZ
3107 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3108
3109 * objects.texi (Terminal Type): New node.
3110 (Editing Types): Add it to the menu.
3111
47bd5577
EZ
3112 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3113 Variables".
3114
eb22b78c 3115 * variables.texi (Directory Local Variables): New node.
47bd5577 3116 (Variables): Add a menu item for it.
eb22b78c 3117
b8afe7e4
EZ
3118 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3119 `generated-autoload-file'.
3120
77bb0476
EZ
31212008-12-20 Eli Zaretskii <eliz@gnu.org>
3122
028e2c19
EZ
3123 * os.texi (Startup Summary): Add xref to documentation of
3124 `initial-window-system'.
3125
77bb0476
EZ
3126 * display.texi (Window Systems): Document `window-system' the
3127 function. The variable `window-system' is now frame-local.
028e2c19 3128 Document `initial-window-system'.
77bb0476 3129
dda87836
MR
31302008-12-19 Martin Rudalics <rudalics@gmx.at>
3131
3132 * windows.texi (Windows): Rewrite description of
3133 fit-window-to-buffer.
3134
caef3ed2
GM
31352008-12-13 Glenn Morris <rgm@gnu.org>
3136
3137 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3138 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3139
21c58e4d
GM
31402008-12-12 Glenn Morris <rgm@gnu.org>
3141
3142 * debugging.texi (Error Debugging): Refer forwards to
3143 eval-expression-debug-on-error.
3144
af38459f
EZ
31452008-12-05 Eli Zaretskii <eliz@gnu.org>
3146
5dedd9b5
EZ
3147 * strings.texi (String Basics): Only unibyte strings that
3148 represent key sequences hold 8-bit raw bytes.
3149
af38459f
EZ
3150 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3151 paragraph to speak about `undecided'.
3152 (Character Properties): Don't explain the meaning of each
3153 property; instead, identify their Unicode Standard names.
b3f1f4a5 3154 (Character Sets): Document `map-charset-chars'.
af38459f 3155
fa047ae7
GM
31562008-12-02 Glenn Morris <rgm@gnu.org>
3157
3158 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3159 section yet again.
3160
47dbc044
EZ
31612008-11-29 Eli Zaretskii <eliz@gnu.org>
3162
98d05998
EZ
3163 * nonascii.texi (Character Properties): New Section.
3164 (Specifying Coding Systems): Document
3165 `coding-system-priority-list', `set-coding-system-priority', and
3166 `with-coding-priority'.
3167 (Lisp and Coding Systems): Document `check-coding-systems-region'
3168 and `coding-system-charset-list'.
3169 (Coding System Basics): Document `coding-system-aliases'.
3170
3171 * elisp.texi (Top): Add a @detailmenu entry for "Character
3172 Properties".
3173
47dbc044
EZ
3174 * objects.texi (Character Type): Correct the range of Emacs
3175 characters. Add an @xref to "Character Codes".
3176
3177 * strings.texi (String Basics): Add an @xref to "Character Codes".
3178
3179 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3180
3181 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3182 (Character Codes): Document `max-char'.
3183
8b80cdf5
EZ
31842008-11-28 Eli Zaretskii <eliz@gnu.org>
3185
3186 * nonascii.texi (Text Representations, Converting Representations)
3187 (Character Sets, Scanning Charsets, Translation of Characters):
3188 Make text more accurate.
3189
a99dceba
GM
31902008-11-28 Glenn Morris <rgm@gnu.org>
3191
3192 * files.texi (Format Conversion Round-Trip): Improve previous change.
3193
f6dc3bed
CY
31942008-11-26 Chong Yidong <cyd@stupidchicken.com>
3195
3196 * modes.texi (Auto Major Mode): Fix example.
3197
5da9413d
GM
31982008-11-25 Glenn Morris <rgm@gnu.org>
3199
3200 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3201
3202 * files.texi (Format Conversion Round-Trip):
3203 Use active voice for previous change.
3204
fcca848c
CY
32052008-11-25 Chong Yidong <cyd@stupidchicken.com>
3206
3207 * os.texi (Processor Run Time):
3208 * processes.texi (Transaction Queues):
3209 * markers.texi (The Mark):
3210 * windows.texi (Choosing Window, Selecting Windows):
3211 * files.texi (Changing Files, Magic File Names):
3212 * commands.texi (Key Sequence Input):
3213 * functions.texi (Declaring Functions):
3214 * strings.texi (Predicates for Strings):
3215 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3216
36c8dc54
CY
32172008-11-24 Chong Yidong <cyd@stupidchicken.com>
3218
3219 * help.texi (Accessing Documentation): Update example.
3220
3221 * variables.texi (Defining Variables): Note that `*' is not
3222 necessary if defcustom is used.
3223
2a79b242
EZ
32242008-11-22 Eli Zaretskii <eliz@gnu.org>
3225
3226 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3227 Characters" from @detailmenu.
3228
3229 * nonascii.texi (Character Codes, Character Sets)
3230 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3231 (Chars and Bytes, Splitting Characters): Sections removed.
3232
392f0d26
LK
32332008-11-22 Lute Kamstra <lute@gnu.org>
3234
3235 * positions.texi (Text Lines): Update goto-line documentation.
3236
af1a5cd5
MR
32372008-11-21 Martin Rudalics <rudalics@gmx.at>
3238
6a4cfb0c
MR
3239 * frames.texi (Frames): Fix typo, add cross references, reword.
3240 (Initial Parameters): Reword special-display-frame-alist text.
3241 (Frames and Windows): Reword. Describe argument norecord for
3242 set-frame-selected-window.
3243 (Input Focus): Describe argument norecord for select-frame.
3244 Remove comment on MS-Windows behavior for focus-follows-mouse.
3245 (Raising and Lowering): Mention windows-frames dichotomy in
3246 metaphor.
3247
af1a5cd5
MR
3248 * windows.texi (Displaying Buffers, Vertical Scrolling)
3249 (Horizontal Scrolling): Fix indenting and rewording issues
3250 introduced with 2008-11-07 change.
3251
c249fa9c
GM
32522008-11-20 Glenn Morris <rgm@gnu.org>
3253
3254 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3255 element of `format-alist'.
3256
204d4665
GM
32572008-11-19 Glenn Morris <rgm@gnu.org>
3258
3259 * doclicense.texi: Update to FDL 1.3.
3260 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3261
cc0910af
CY
32622008-11-18 Chong Yidong <cyd@stupidchicken.com>
3263
efe6e7c4
CY
3264 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3265 vars, which are obsolete. Mention jit-lock-register.
3266
5dcb4c4e
SM
3267 * modes.texi (Other Font Lock Variables):
3268 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3269
cc0910af
CY
3270 * frames.texi (Color Parameters): Document alpha parameter.
3271
aeeedf76
MR
32722008-11-16 Martin Rudalics <rudalics@gmx.at>
3273
3274 * windows.texi (Splitting Windows, Deleting Windows)
3275 (Selecting Windows, Cyclic Window Ordering)
3276 (Buffers and Windows, Displaying Buffers, Choosing Window)
3277 (Dedicated Windows, Window Point, Window Start and End)
3278 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3279 (Size of Window, Resizing Windows, Window Configurations)
3280 (Window Parameters): Avoid @var at beginning of sentences and
3281 reword accordingly.
3282
4c565c5c
LK
32832008-11-11 Lute Kamstra <lute@gnu.org>
3284
3285 * files.texi (File Name Components): Fix file-name-extension
3286 documentation.
3287
25f494c9
JB
32882008-11-11 Juanma Barranquero <lekktu@gmail.com>
3289
3290 * frames.texi (Basic Parameters): Remove display-environment-variable
3291 and term-environment-variable.
3292
a1401ab1
EZ
32932008-11-08 Eli Zaretskii <eliz@gnu.org>
3294
3295 * windows.texi (Basic Windows, Splitting Windows)
3296 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3297 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3298 (Resizing Windows, Window Configurations, Window Parameters):
3299 Fix wording and markup.
a1401ab1 3300
efafc282
MR
33012008-11-07 Martin Rudalics <rudalics@gmx.at>
3302
3303 * windows.texi (Windows): Update entries.
3304 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3305 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3306 (Selecting Windows, Cyclic Window Ordering): Reword with special
3307 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3308 (Buffers and Windows, Choosing Window): Reword with special
3309 emphasis on dedicated windows.
3310 (Displaying Buffers): Reword. For switch-to-buffer mention that
3311 it may fall back on pop-to-buffer. For other-window try to
3312 explain how it treats the cyclic ordering of windows.
efafc282
MR
3313 (Dedicated Windows): New node and section discussing dedicated
3314 windows and associated functions.
86ab855a 3315 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3316 (Window Start and End): Rename node and section title. Reword.
3317 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3318 Minor rewording.
3319 (Size of Window): Reword, in particular text on window-width.
3320 (Resizing Windows): Reword. Add text on balancing windows.
3321 (Window Configurations): Reword. Mention window parameters.
3322 (Window Parameters): New node and section on window parameters.
3323 (Window Hooks): Reword. Mention that
3324 window-configuration-change-hook is run "buffer-locally".
3325 * elisp.texi (Top): Update Windows entries in @detailmenu
3326 section.
3327
d60a8ab2
JB
33282008-11-04 Juanma Barranquero <lekktu@gmail.com>
3329
3330 * searching.texi (Regexp Search): Fix typo.
3331
01777627
CY
33322008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3333
3334 * searching.texi (Regexp Search): Document GREEDY arg.
3335 (Simple Match Data): Fix return value.
3336
c4526e93
EZ
33372008-11-01 Eli Zaretskii <eliz@gnu.org>
3338
3339 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3340 with Emacs 23 internal representation of characters.
3341 Document `unibyte-string'.
c4526e93 3342
fe2ae8b5
CY
33432008-10-28 Chong Yidong <cyd@stupidchicken.com>
3344
3345 * processes.texi (Process Information): Note that process-status
3346 does not accept buffer names.
3347
cc5a21e3
CY
33482008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3349
3350 * positions.texi (Skipping Characters): Correct return value of
3351 skip-chars-forward.
3352
09460d9a
MR
33532008-10-25 Martin Rudalics <rudalics@gmx.at>
3354
520b29e7
MR
3355 * windows.texi (Deleting Windows): Update documentation of
3356 delete-windows-on.
3357 (Buffers and Windows): Update documentations of
3358 get-buffer-window and get-buffer-window-list.
3359 (Displaying Buffers): Update documentation of
3360 replace-buffer-in-windows.
3361
09460d9a
MR
3362 * buffers.texi (Current Buffer): Reword set-buffer and
3363 with-current-buffer documentations.
3364 (Creating Buffers): Reword documentation of get-buffer-create.
3365
4d48fcdc
MR
33662008-10-23 Martin Rudalics <rudalics@gmx.at>
3367
3368 * buffers.texi (Current Buffer): Reword documentation of
3369 set-buffer.
3370 (Buffer Names): Reword documentation of buffer-name.
3371 (The Buffer List): For bury-buffer explain what happens with the
3372 buffer's window.
3373 (Creating Buffers): Say that get-buffer-create's arg is called
3374 buffer-or-name.
3375
f0143c43
CY
33762008-10-22 Chong Yidong <cyd@stupidchicken.com>
3377
3e5dbbd3
CY
3378 * advice.texi (Computed Advice): Explain what DEFINITION is.
3379
f0143c43
CY
3380 * nonascii.texi (Character Codes): Remove obsolete function
3381 char-valid-p, and document characterp instead.
3382
52a94b85
MR
33832008-10-22 Martin Rudalics <rudalics@gmx.at>
3384
3385 * windows.texi (Displaying Buffers): Reword documentation of
3386 pop-to-buffer.
3387 (Choosing Window): Rewrite documentation of display-buffer and
3388 its options.
3389
f76f8246
MR
3390 * buffers.texi (Killing Buffers): Update documentation of
3391 kill-buffer.
3392
acc8b598
EZ
33932008-10-21 Eli Zaretskii <eliz@gnu.org>
3394
80e6b6df
EZ
3395 * processes.texi (Serial Ports): Fix wording and improve markup.
3396
3645358a
EZ
3397 * searching.texi (Regexp Search): Document `string-match-p' and
3398 `looking-at-p'.
3399 (POSIX Regexps): Add an xref for "non-greedy".
3400 (Regexp Special): Add @cindex entry for "non-greedy".
3401
b3d50cff 3402 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3403 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3404
73b7530a
EZ
3405 * frames.texi (Color Names): Add an xref to `read-color'.
3406
3407 * minibuf.texi (High-Level Completion): Document `read-color'.
3408
acc8b598
EZ
3409 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3410
3411 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3412
3413 * buffers.texi (Swapping Text): New section, documents
3414 `buffer-swap-text'.
3415
10e187e8
MR
34162008-10-21 Martin Rudalics <rudalics@gmx.at>
3417
3418 * windows.texi (Resizing Windows): Minor wording fix.
3419
fd6f900c
EZ
34202008-10-20 Eli Zaretskii <eliz@gnu.org>
3421
3422 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3423 and `combine-and-quote-strings'.
3424
3425 * strings.texi (Creating Strings): Add xrefs for them.
3426
e4372165
EZ
34272008-10-19 Eli Zaretskii <eliz@gnu.org>
3428
d6328fba
EZ
3429 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3430 match the corresponding menu in minibuf.texi.
3431
e4372165
EZ
3432 * minibuf.texi (Reading File Names): Document `read-shell-command'
3433 and `minibuffer-local-shell-command-map'.
3434
5d8dda33
MR
34352008-10-19 Martin Rudalics <rudalics@gmx.at>
3436
3437 * windows.texi (Resizing Windows): Remove var{} around "window" in
3438 documentation of enlarge-window.
3439 Rewrite documentation of window-min-height and window-min-width.
3440
437706cd
EZ
34412008-10-19 Eli Zaretskii <eliz@gnu.org>
3442
80f85d7c
EZ
3443 * functions.texi (Calling Functions): Document `apply-partially'.
3444
291703b5
EZ
3445 * hooks.texi (Standard Hooks): Mention
3446 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3447
3448 * variables.texi (File Local Variables): Document
3449 `file-local-variables-alist', `before-hack-local-variables-hook'
3450 and `hack-local-variables-hook'.
3451
583d8b3c
EZ
3452 * processes.texi (Synchronous Processes): Document `process-lines'.
3453
5dcb4c4e
SM
3454 * customize.texi (Variable Definitions):
3455 Document `custom-reevaluate-setting'.
437706cd 3456
7e51d89b
MR
34572008-10-18 Martin Rudalics <rudalics@gmx.at>
3458
3459 * windows.texi (Choosing Window, Deleting Windows)
3460 (Displaying Buffers): Expand documentation of dedicated windows.
3461
43c59a3d
EZ
34622008-10-18 Eli Zaretskii <eliz@gnu.org>
3463
018a960d
EZ
3464 * files.texi (Changing Files): Document symbolic input of file
3465 modes to `set-file-modes'. Document `read-file-modes' and
3466 `file-modes-symbolic-to-number'.
3467
2c0b8144
EZ
3468 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3469 and `search-map'.
3470
5dcb4c4e
SM
3471 * searching.texi (Search and Replace):
3472 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3473 Document `multi-query-replace-map'.
80120f13 3474
6d4913f0 3475 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3476 (Completion Commands, Reading File Names):
3477 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3478 `minibuffer-local-filename-must-match-map'.
3479 (Minibuffer Completion): The `require-match' argument to
3480 `completing-read' can now have the value `confirm-only'.
3481
43c59a3d
EZ
3482 * windows.texi (Displaying Buffers): Minor wording fix.
3483 (Choosing Window): `split-height-threshold' can now be nil.
3484 Document `split-width-threshold'. `pop-up-frames' can have the
3485 value `graphic-only'.
3486
f36acfd9
EZ
34872008-10-17 Eli Zaretskii <eliz@gnu.org>
3488
3489 * os.texi (Startup Summary): Document `before-init-time' and
3490 `after-init-time'. Document `initial-window-system' and
3491 `window-system-initialization-alist'. Document reading the
3492 abbrevs file. Document the call to `server-start' under --daemon.
3493 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3494 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3495 (Time Parsing): Document `format-seconds'.
f36acfd9 3496
96995b89
MR
34972008-10-17 Martin Rudalics <rudalics@gmx.at>
3498
3499 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3500 and reword.
3501
2de17c73
EZ
35022008-10-16 Eli Zaretskii <eliz@gnu.org>
3503
3504 * markers.texi (The Mark): Document use-region-p.
3505
9cf52b11
EZ
35062008-10-15 Eli Zaretskii <eliz@gnu.org>
3507
c3aaf1d7
EZ
3508 * internals.texi (Writing Emacs Primitives): The interactive spec
3509 of a primitive can be a Lisp form.
3510
841a1743
EZ
3511 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3512 values of transient-mark-mode. Document handle-shift-selection.
3513
3514 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3515 (Interactive Examples): Show an example of `^'.
3516 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3517 (Defining Commands, Using Interactive): The interactive-form of a
3518 function can be added via its symbol's property.
841a1743 3519
52441368
EZ
3520 * positions.texi (List Motion): beginning-of-defun-function can
3521 now accept an argument.
3522
8e8c1a72
EZ
3523 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3524 now return a list of strings.
3525
a33a1f2a
EZ
3526 * control.texi (Handling Errors): Document ignore-errors.
3527
4fb04348
EZ
3528 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3529 (Parameter Access): Document set-frame-parameter.
3530
ee666f84
EZ
3531 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3532 Hooks" for the effect of kill-all-local-variables on local hook
3533 functions.
3534
9cf52b11
EZ
3535 * modes.texi (Major Mode Conventions, Mode Line Variables):
3536 `mode-name' need not be a string. xref to "Mode Line Data" for
3537 details, and to "Emulating Mode Line" for computing a string
3538 value.
3539
22526bc4
EZ
35402008-10-14 Eli Zaretskii <eliz@gnu.org>
3541
a65f6a85
EZ
3542 * processes.texi (System Processes): New section.
3543 (Processes, Signals to Processes): Add xrefs to it.
3544
3545 * objects.texi (Editing Types): A `process' is a subprocess of
3546 Emacs, not just any process running on the OS.
3547
3548 * elisp.texi (Top): Adjust the @detailmenu for the above two
3549 changes.
3550
2724b26a
EZ
3551 * sequences.texi (Char-Tables): Remove documentation of
3552 set-char-table-default, which has no effect since Emacs 23.
3553 <char-table-range, set-char-table-range>: Don't mention generic
3554 characters and charsets. Add a cons cell as a possible argument.
3555
3556 * nonascii.texi (Splitting Characters)
3557 (Translation of Characters): Don't mention generic characters.
3558
3559 * display.texi (Fontsets): Don't mention generic characters.
3560
22526bc4 3561 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3562 argument FUNCTION with a cons cell as KEY.
22526bc4 3563
eaf4b689
EZ
35642008-10-13 Eli Zaretskii <eliz@gnu.org>
3565
45e46036
EZ
3566 * objects.texi (Primitive Function Type): Move "@cindex special
3567 forms" from here...
3568
3569 * eval.texi (Special Forms): ...to here.
3570
3571 * functions.texi (What Is a Function): `functionp' returns nil for
3572 special forms. Add an xref.
3573
eaf4b689
EZ
3574 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3575 Variables".
3576
3577 * variables.texi (Frame-Local Variables): New section.
3578 (Buffer-Local Variables): Add an xref to it.
3579 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3580 have both frame-local and buffer-local binding.
3581
3582 * frames.texi (Frames): Mention multiple tty frames.
3583 (Frame Parameters, Parameter Access): Mention frame-local variable
3584 bindings.
3585
15688fce
GM
35862008-09-20 Glenn Morris <rgm@gnu.org>
3587
3588 * display.texi (Defining Faces): Recommend against face variables.
3589
35539065
JB
35902008-09-16 Juanma Barranquero <lekktu@gmail.com>
3591
3592 * display.texi (Echo Area Customization): Fix typo.
3593
6a57054b
JB
35942008-09-09 Juanma Barranquero <lekktu@gmail.com>
3595
3596 * loading.texi (Where Defined): Add `defface' item.
3597
d632fb82
MR
35982008-09-06 Martin Rudalics <rudalics@gmx.at>
3599
3600 * loading.texi (Where Defined): Fix description of symbol-file.
3601
905a9adb
JR
36022008-08-26 Jason Rumney <jasonr@gnu.org>
3603
3604 * display.texi (TIFF Images): New section describing :index property.
3605
852e91b7
CY
36062008-08-23 Chong Yidong <cyd@stupidchicken.com>
3607
3608 * display.texi (Temporary Displays): Remove unnecessary comment
3609 about usage of temp-buffer-show-hook.
3610
6be001ee
CY
36112008-08-05 Chong Yidong <cyd@stupidchicken.com>
3612
3613 * symbols.texi (Other Plists): Fix incorrect example.
3614 Suggested by Florian Beck.
3615
58e3d8e8
JB
36162008-07-31 Juanma Barranquero <lekktu@gmail.com>
3617
3618 * os.texi: Fix previous change.
3619
7c2fb837
DN
36202008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3621
3622 * os.texi:
3623 * intro.texi:
3624 * files.texi: Remove VMS support.
3625
9e2a2647
DN
36262008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3627
3628 * os.texi:
3629 * frames.texi:
3630 * display.texi: Remove mentions of Mac Carbon.
3631
c4f4682b
MB
36322008-07-01 Miles Bader <miles@gnu.org>
3633
3634 * text.texi (Special Properties):
3635 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3636
3696411e
JB
36372008-06-28 Johan Bockgård <bojohan@gnu.org>
3638
3639 * display.texi (Other Image Types): Fix copy/paste error; say
3640 "PBM", not "XBM".
3641
f2a77c3a
DN
36422008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3643
3644 * os.texi: Remove references to obsolete systems.
3645
6d52677d
EZ
36462008-06-20 Eli Zaretskii <eliz@gnu.org>
3647
3648 * makefile.w32-in (distclean): Remove makefile.
3649
1a87da4c
GM
36502008-06-17 Glenn Morris <rgm@gnu.org>
3651
3652 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3653 (elisp, dist): Remove rules and variables that are obsolete now
3654 the lisp manual is no longer distributed separately.
3655
fdda1c5d
GM
36562008-06-16 Glenn Morris <rgm@gnu.org>
3657
646692e9
GM
3658 * configure, configure.in, mkinstalldirs: Remove unused files.
3659
3660 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3661 * vol1.texi (EMACSVER):
6a57054b 3662 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3663
3664 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3665 as per maintain.info.
3666
611bee81
GM
36672008-06-15 Glenn Morris <rgm@gnu.org>
3668
a7bed3a0
GM
3669 * makefile.w32-in (manual): Use "23" rather than "21".
3670
3671 * Makefile.in (emacsver): New, set by configure.
3672 (manual): Use emacsver.
3673
d794edf2
GM
3674 * intro.texi: Report bugs using M-x report-emacs-bug.
3675
611bee81
GM
3676 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3677
c73e02fa
GM
36782008-06-13 Daniel Engeler <engeler@gmail.com>
3679
3680 * elisp.texi, internals.texi, processes.texi: Add documentation
3681 about serial port access.
3682
e40a85cd
MB
36832008-06-05 Miles Bader <miles@gnu.org>
3684
3685 * display.texi (Displaying Faces): Update to reflect function
3686 renamings in face-remap.el.
3687
7b753744
JB
36882008-06-05 Juanma Barranquero <lekktu@gmail.com>
3689
3690 * display.texi (Fontsets): Fix typos.
3691
9d3d42fb
MB
36922008-06-03 Miles Bader <miles@gnu.org>
3693
7b753744
JB
3694 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3695 remove-relative-face-remapping, set-base-face-remapping,
3696 and set-default-base-face-remapping.
9d3d42fb 3697
f2cec7a9
MB
36982008-06-01 Miles Bader <miles@gnu.org>
3699
3700 * display.texi (Displaying Faces): Add face-remapping-alist.
3701
8f39c96d
SM
37022008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3703
3704 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3705 variable names.
3706
1ef5eecc
ER
37072008-05-03 Eric S. Raymond <esr@golux>
3708
352c8b4a 3709 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3710 (current-global-map) return references, not copies.
3711
63b4387f
JL
37122008-05-02 Juri Linkov <juri@jurta.org>
3713
3714 * minibuf.texi (Text from Minibuffer): Document a list of
3715 default values for `read-from-minibuffer'.
3716
38a8b703
JB
37172008-04-24 Juanma Barranquero <lekktu@gmail.com>
3718
3719 * nonascii.texi (Translation of Characters): Fix previous change.
3720
7c42e639
CY
37212008-04-20 Chong Yidong <cyd@stupidchicken.com>
3722
3723 * display.texi (Overlay Properties): Clarify role of underlying
3724 textprop and overlay keymaps for display strings.
3725
3726 * keymaps.texi (Active Keymaps): Ditto.
3727
25c0d999
SM
37282008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * minibuf.texi (Programmed Completion):
3731 Replace dynamic-completion-table with the new completion-table-dynamic.
3732
e3af5968
CY
37332008-04-07 Chong Yidong <cyd@stupidchicken.com>
3734
3735 * intro.texi (Some Terms): Change "fonts in this manual" index
3736 entry to "typographic conventions".
3737
6bfc8698
EZ
37382008-04-05 Eli Zaretskii <eliz@gnu.org>
3739
3740 * objects.texi (Text Props and Strings): Add indexing for read
3741 syntax of text properties.
3742
4972c361
SM
37432008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3744
3745 * processes.texi (Decoding Output): Remove process-filter-multibyte
3746 functions.
3747
c70a68db
MR
37482008-03-15 Martin Rudalics <rudalics@gmx.at>
3749
3750 * display.texi (Finding Overlays): Say that empty overlays at
3751 the end of the buffer are reported too.
3752
1291fd36
GM
37532008-03-13 Glenn Morris <rgm@gnu.org>
3754
3755 * elisp.texi (EMACSVER): Set to 23.0.60.
3756
c6b0dfd5
CY
37572008-02-26 Chong Yidong <cyd@stupidchicken.com>
3758
38a8b703 3759 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3760
875fc30c
GM
37612008-02-22 Glenn Morris <rgm@gnu.org>
3762
3763 * frames.texi (Position Parameters): Clarify the description of
3764 `left' and `top', using information from "Geometry".
3765 (Geometry): Give a pointer to "Position Parameters", rather than
3766 repeating information.
3767
d8c8e45a
GM
37682008-02-11 Glenn Morris <rgm@gnu.org>
3769
3770 * objects.texi (Equality Predicates): No longer talk about "two"
3771 functions.
3772
38a8b703 37732008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3774
3775 * objects.texi (Equality Predicates): Add defun for
3776 equal-including-properties.
3777
bfffe0b1
GM
37782008-02-10 Glenn Morris <rgm@gnu.org>
3779
3780 * objects.texi (Equality Predicates):
3781 Mention equal-including-properties.
3782
431b78c9
RS
37832008-02-07 Richard Stallman <rms@gnu.org>
3784
3785 * windows.texi (Window Start): Mention the feature of moving
3786 window-start to start of line.
3787
c8763fb6 37882008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3789
3790 * keymaps.texi (Tool Bar): Document rtl property.
3791
1a256502
TTN
37922008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3793
3794 * display.texi (Button Types):
3795 For define-button-type, clarify type of NAME.
3796
569382c2
MR
37972008-01-19 Martin Rudalics <rudalics@gmx.at>
3798
3799 * buffers.texi (Buffer Modification): Fix typo.
3800
f3041af1
DN
38012008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3802
3803 * os.texi (System Environment): Remove references to OSes that are
3804 not supported anymore.
3805
d35e1cd7
DN
38062008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3807
3808 * os.texi (System Environment): Remove mention for Masscomp.
3809
23af7580
RS
38102008-01-04 Richard Stallman <rms@gnu.org>
3811
3812 * display.texi (Faces): Don't talk about internal face vector as arg
3813 to facep.
3814
3815 * customize.texi (Type Keywords): Fix previous change.
3816
3817 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3818 * elisp.texi (Top): Fix menu for commands.texi change.
3819
ec7d5b1e
RS
38202007-12-30 Richard Stallman <rms@gnu.org>
3821
5dcb4c4e 3822 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3823 (Accessing Scroll): New node broken out of Accessing Mouse.
3824
101a6cea
RS
38252007-12-28 Richard Stallman <rms@gnu.org>
3826
3827 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3828 (Basic Parameters): For `title', refer to title bar.
041817a4 3829 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3830
72b7e664
RS
38312007-12-23 Richard Stallman <rms@gnu.org>
3832
3833 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3834 Improve some of the commented-out keywords' text too.
3835
27a4f445
MR
38362007-12-14 Martin Rudalics <rudalics@gmx.at>
3837
e2e3f1d7
MR
3838 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3839 "visit the current buffer".
3840
27a4f445
MR
3841 * os.texi (System Interface): Fix typo.
3842
a2afc99d
RS
38432007-12-04 Richard Stallman <rms@gnu.org>
3844
3845 * objects.texi (Symbol Type): Fix typo.
3846
b694135c
RS
38472007-12-03 Richard Stallman <rms@gnu.org>
3848
3849 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3850
f99a19da
GM
38512007-12-01 Glenn Morris <rgm@gnu.org>
3852
3853 * functions.texi (Declaring Functions): Improve previous change.
3854
8f4b37d8
GM
38552007-11-30 Glenn Morris <rgm@gnu.org>
3856
3857 * functions.texi (Declaring Functions): Add optional fourth
3858 argument of declare-function, and setting third argument to `t'.
3859
61a2fe01
RS
38602007-11-29 Richard Stallman <rms@gnu.org>
3861
3862 * customize.texi (Composite Types): Document `group' type.
3863
cbfc5193
GM
38642007-11-29 Glenn Morris <rgm@gnu.org>
3865
5dcb4c4e
SM
3866 * functions.texi (Declaring Functions): Add findex.
3867 Mention `external' files.
cbfc5193 3868
8386283a
JB
38692007-11-26 Juanma Barranquero <lekktu@gmail.com>
3870
3871 * functions.texi (Declaring Functions): Fix directive.
3872
a07c9a8b
RS
38732007-11-25 Richard Stallman <rms@gnu.org>
3874
3875 * help.texi (Help Functions): Clean up last change.
3876
3877 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3878
3879 * loading.texi (Named Features): Minor cleanup.
3880
3881 * macros.texi (Eval During Expansion): Minor cleanup.
3882
3883 * variables.texi (Variable Aliases): Minor cleanup.
3884
a0925923
RS
38852007-11-24 Richard Stallman <rms@gnu.org>
3886
3887 * functions.texi (Declaring Functions): Clarify previous change.
3888
3889 * compile.texi (Compiler Errors): Clarify previous change.
3890
20c63e44
RS
38912007-11-24 Richard Stallman <rms@gnu.org>
3892
e5e76c04 3893 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3894 Clarify the text and move items around.
3895
5bb0cda3
GM
38962007-11-24 Glenn Morris <rgm@gnu.org>
3897
3898 * functions.texi (Declaring Functions): New section.
3899 * compile.texi (Compiler Errors): Mention declaring functions,
3900 defvar with no initvalue, and byte-compile-warnings.
3901
af13c86a
MR
39022007-11-15 Martin Rudalics <rudalics@gmx.at>
3903
3904 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3905 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3906
a5373305
MR
39072007-11-13 Martin Rudalics <rudalics@gmx.at>
3908
3909 * help.texi (Help Functions): Document new macro `with-help-window'.
3910
fe284805
JL
39112007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3912
3913 * searching.texi (Replacing Match): Describe new
3914 `match-substitute-replacement'.
3915
2c3a09b1
RS
39162007-10-31 Richard Stallman <rms@gnu.org>
3917
3918 * strings.texi (Creating Strings): Null strings from concat not unique.
3919
f2b480f4
RS
39202007-10-26 Richard Stallman <rms@gnu.org>
3921
3922 * objects.texi (Equality Predicates): Null strings are uniquified.
3923
3924 * minibuf.texi: Minor clarifications in previous change.
3925
db21122c
GM
39262007-10-25 Glenn Morris <rgm@gnu.org>
3927
3928 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3929
2328cbb3
RS
39302007-10-24 Richard Stallman <rms@gnu.org>
3931
3932 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3933
3934 * variables.texi (Frame-Local Variables): Node deleted.
3935 (Variables): Delete Frame-Local Variables from menu.
3936 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3937 (Default Value): Don't mention frame-local vars.
3938
3939 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3940
3941 * loading.texi (Unloading): Document FEATURE-unload-function
3942 instead of FEATURE-unload-hook.
3943
2328cbb3
RS
3944 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3945
c066bafa
JL
39462007-10-22 Juri Linkov <juri@jurta.org>
3947
3948 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3949 (High-Level Completion): Document a list of default value strings
3950 in the DEFAULT argument, for which minibuffer functions return the
3951 first element.
3952
65ced25f
JL
39532007-10-17 Juri Linkov <juri@jurta.org>
3954
3955 * text.texi (Filling): Update arguments of fill-paragraph.
3956 fill-paragraph operates on the active region in Transient Mark mode.
3957 Remove fill-paragraph-or-region.
3958
ee46ec8e
KB
39592007-10-13 Karl Berry <karl@gnu.org>
3960
3961 * elisp.texi (@dircategory): Move to after @copying,
3962 since we want @copying as close as possible to the beginning of
3963 the output.
3964
61bbdbc6
RS
39652007-10-12 Richard Stallman <rms@gnu.org>
3966
3967 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3968
3969 * commands.texi (Distinguish Interactive): New node,
3970 broken out from Interactive Call and rewritten.
3971 (Command Loop): Put Distinguish Interactive in menu.
3972
af23e1e8
RS
39732007-10-09 Richard Stallman <rms@gnu.org>
3974
3975 * text.texi (Examining Properties): Mention overlay priority.
3976
3977 * display.texi (Display Margins): Correct the description
3978 of margin display specifications.
3979 (Replacing Specs): New subnode broken out of Display Property.
3980
e1965a69
JL
39812007-10-06 Juri Linkov <juri@jurta.org>
3982
3983 * text.texi (Filling): Document fill-paragraph-or-region.
3984
4638454b
JB
39852007-10-05 Juanma Barranquero <lekktu@gmail.com>
3986
3987 * display.texi (Auto Faces): Fix typo.
3988
7ed54cc5
RS
39892007-10-02 Richard Stallman <rms@gnu.org>
3990
3991 * display.texi (Display Property): Explain some display specs
3992 don't let you move point in.
3993
5dcb4c4e
SM
3994 * frames.texi (Cursor Parameters):
3995 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
3996
3997 * windows.texi (Basic Windows): Don't describe
3998 cursor-in-non-selected-windows here.
3999
305a7ef2
EZ
40002007-10-01 Eli Zaretskii <eliz@gnu.org>
4001
4002 * processes.texi (Misc Network): Note that these functions are
4003 supported only on some systems.
4004
f7a7f4eb
RS
40052007-10-01 Richard Stallman <rms@gnu.org>
4006
4007 * display.texi (Overlay Properties): Explain nil as priority.
4008 Explain that conflicts are unpredictable if not resolved by
4009 priorities.
4010
780d7bb9
RS
40112007-09-23 Richard Stallman <rms@gnu.org>
4012
4013 * macros.texi (Backquote): Minor clarification.
4014
14b4fdfb
RS
40152007-09-19 Richard Stallman <rms@gnu.org>
4016
4017 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4018 Clarify when they work in parallel and when one overrides.
4019 Fix error in example.
14b4fdfb 4020
b8d4c8d0
GM
40212007-09-06 Glenn Morris <rgm@gnu.org>
4022
b3e755a9 4023 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4024 commands to use ../../info.
4025 * Makefile.in (infodir): Go up one more level.
4638454b 4026 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4027 (miscmanualdir): New.
4028 (dist): Use new variable miscmanualdir.
4029 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4030 (usermanualdir): Change from ../man to ../emacs.
4031
1bb1f7d3
MR
40322007-08-30 Martin Rudalics <rudalics@gmx.at>
4033
4034 * commands.texi (Command Loop Info): Advise against changing
4035 most variables described here. Explain new variable
4036 last-repeatable-command.
4037
b8d4c8d0
GM
40382007-08-29 Glenn Morris <rgm@gnu.org>
4039
4040 * elisp.texi (EMACSVER): Increase to 23.0.50.
4041
40422007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4043
4044 * frames.texi (Basic Parameters): Add display-environment-variable
4045 and term-environment-variable.
4046
40472007-08-28 Juri Linkov <juri@jurta.org>
4048
4049 * display.texi (Image Formats, Other Image Types): Add SVG.
4050
40512007-08-28 Juri Linkov <juri@jurta.org>
4052
4053 * display.texi (Images): Move formats-related text to new node
4054 "Image Formats".
4055 (Image Formats): New node.
4056
619fb9ee
RS
40572007-08-27 Richard Stallman <rms@gnu.org>
4058
4059 * windows.texi (Window Configurations): Clarify what
4060 a window configuration saves.
4061
b8d4c8d0
GM
40622007-08-25 Richard Stallman <rms@gnu.org>
4063
4064 * display.texi (Images): Delete redundant @findex.
4065
39f9da30
GM
40662007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4067
4068 * text.texi (Change Hooks): (after|before)-change-functions are no
4069 longer bound to nil while running; rather inhibit-modification-hooks
4070 is t.
4071
b8d4c8d0
GM
40722007-08-16 Richard Stallman <rms@gnu.org>
4073
5dcb4c4e
SM
4074 * processes.texi (Asynchronous Processes):
4075 Clarify doc of start-file-process.
b8d4c8d0
GM
4076
40772007-08-08 Martin Rudalics <rudalics@gmx.at>
4078
4079 * modes.texi (Example Major Modes): Fix typo.
4080
40812007-08-08 Glenn Morris <rgm@gnu.org>
4082
4083 * intro.texi (nil and t): Do not use `iff' in documentation.
4084
4085 * tips.texi (Documentation Tips): Recommend against `iff'.
4086
40872007-08-07 Chong Yidong <cyd@stupidchicken.com>
4088
4089 * display.texi (Image Cache): Document image-refresh.
4090
40912007-08-06 Martin Rudalics <rudalics@gmx.at>
4092
4093 * windows.texi (Size of Window): Document window-full-width-p.
4094
40952007-07-25 Glenn Morris <rgm@gnu.org>
4096
4097 * gpl.texi (GPL): Replace license with GPLv3.
4098
4099 * Relicense all FSF files to GPLv3 or later.
4100
41012007-07-24 Michael Albinus <michael.albinus@gmx.de>
4102
4638454b
JB
4103 * processes.texi (Synchronous Processes):
4104 Add `process-file-shell-command'.
b8d4c8d0
GM
4105 (Asynchronous Processes): Mention restricted use of
4106 `process-filter' and `process-sentinel' in
4107 `start-file-process'. Add `start-file-process-shell-command'.
4108
41092007-07-17 Michael Albinus <michael.albinus@gmx.de>
4110
4111 * files.texi (Magic File Names): Introduce optional parameter
4112 IDENTIFICATION for `file-remote-p'.
4113
41142007-07-16 Richard Stallman <rms@gnu.org>
4115
4116 * display.texi (Defining Faces): Fix previous change.
4117
41182007-07-14 Richard Stallman <rms@gnu.org>
4119
4120 * control.texi (Handling Errors): Document `debug' in handler list.
4121
41222007-07-10 Richard Stallman <rms@gnu.org>
4123
4124 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4125
41262007-07-09 Richard Stallman <rms@gnu.org>
4127
4128 * files.texi (Magic File Names): Rewrite previous change.
4129
41302007-07-08 Michael Albinus <michael.albinus@gmx.de>
4131
4132 * files.texi (Magic File Names): Introduce optional parameter
4133 CONNECTED for `file-remote-p'.
4134
41352007-07-07 Michael Albinus <michael.albinus@gmx.de>
4136
4137 * processes.texi (Asynchronous Processes):
4138 * files.texi (Magic File Names): Add `start-file-process'.
4139
41402007-06-27 Richard Stallman <rms@gnu.org>
4141
5dcb4c4e
SM
4142 * files.texi (Format Conversion Piecemeal):
4143 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4144
41452007-06-27 Michael Albinus <michael.albinus@gmx.de>
4146
4638454b
JB
4147 * files.texi (Magic File Names): Remove `dired-call-process'.
4148 Add `process-file'.
b8d4c8d0
GM
4149
41502007-06-27 Kenichi Handa <handa@m17n.org>
4151
4152 * text.texi (Special Properties): Fix description about
4638454b 4153 `composition' property.
b8d4c8d0
GM
4154
41552007-06-26 Kenichi Handa <handa@m17n.org>
4156
4157 * nonascii.texi (Default Coding Systems): Document about the
4158 return value `undecided'.
4159
41602007-06-25 David Kastrup <dak@gnu.org>
4161
4162 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4163 `current-active-maps'.
4164
41652007-06-24 Karl Berry <karl@gnu.org>
4166
4638454b 4167 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4168
41692007-06-15 Juanma Barranquero <lekktu@gmail.com>
4170
4171 * display.texi (Overlay Arrow): Doc fix.
4172
41732007-06-14 Karl Berry <karl@tug.org>
4174
4175 * anti.texi (Antinews): Typo.
4176
41772007-06-14 Chong Yidong <cyd@stupidchicken.com>
4178
4179 * display.texi (Image Cache): Document image-refresh.
4180
41812007-06-12 Karl Berry <karl@gnu.org>
4182
4183 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4184 * two-volume.make: New file.
4185 * .cvsignore: Ignore two-volume files.
4186
41872007-06-12 Tom Tromey <tromey@redhat.com>
4188
4189 * os.texi (Init File): Document user-emacs-directory.
4190
41912007-06-03 Nick Roberts <nickrob@snap.net.nz>
4192
4193 * commands.texi (Click Events): Describe width and height when
4194 object is nil.
4195
41962007-05-30 Nick Roberts <nickrob@snap.net.nz>
4197
5dcb4c4e
SM
4198 * commands.texi (Click Events): Layout more logically.
4199 Describe width and height.
b8d4c8d0
GM
4200 (Drag Events, Motion Events): Update to new format for position.
4201
42022007-06-02 Richard Stallman <rms@gnu.org>
4203
4204 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4205
42062007-06-02 Chong Yidong <cyd@stupidchicken.com>
4207
4208 * Version 22.1 released.
4209
42102007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4211
4212 * text.texi (Special Properties): Correct meaning of fontified face.
4213
42142007-05-30 Richard Stallman <rms@gnu.org>
4215
4216 * text.texi (Special Properties): Add link to Adjusting Point.
4217
42182007-05-12 Richard Stallman <rms@gnu.org>
4219
4220 * text.texi (Margins): indent-to-left-margin is not the default.
4221 (Mode-Specific Indent): For indent-line-function, the default
4222 is indent-relative.
4223
4224 * modes.texi (Example Major Modes): Explain last line of text-mode
4225 is redundant.
4226
42272007-05-10 Richard Stallman <rms@gnu.org>
4228
4229 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4230
4231 * help.texi (Keys in Documentation): Add reference to
4232 Documentation Tips.
4233
4234 * files.texi (Format Conversion): TO-FN gets three arguments.
4235
4236 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4237
42382007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4239
4240 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4241 * files.texi (Format Conversion): Expand intro; add menu.
4242 (Format Conversion Overview, Format Conversion Round-Trip)
4243 (Format Conversion Piecemeal): New nodes/subsections.
4244 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4245 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4246 (Saving Properties): Delete node/subsection.
4247
42482007-05-07 Karl Berry <karl@gnu.org>
4249
4250 * elisp.texi (EMACSVER): Back to 22.
4251
42522007-05-06 Richard Stallman <rms@gnu.org>
4253
4254 * processes.texi (Accepting Output): Revert most of previous change.
4255
42562007-05-05 Richard Stallman <rms@gnu.org>
4257
4258 * processes.texi (Accepting Output): accept-process-output
4259 uses microseconds, not milliseconds. But that arg is obsolete.
4260
42612007-05-04 Karl Berry <karl@tug.org>
4262
4263 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4264
42652007-05-04 Eli Zaretskii <eliz@gnu.org>
4266
4267 * tips.texi (Documentation Tips): Rearrange items to place the
4268 more important ones first. Add an index entry for hyperlinks.
4269
42702007-05-03 Karl Berry <karl@gnu.org>
4271
4272 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4273 (EMACSVER) [smallbook]: 22 for printed version.
4274
4275 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4276 so restore anchor to normal position after defun. Found by Kevin Ryde.
4277
42782007-04-26 Glenn Morris <rgm@gnu.org>
4279
4280 * elisp.texi (EMACSVER): Increase to 22.1.50.
4281
42822007-04-28 Karl Berry <karl@gnu.org>
4283
4284 * elisp.texi: Improve line breaks on copyright page,
4285 similar layout to emacs manual, 8.5x11 by default.
4286
42872007-04-24 Richard Stallman <rms@gnu.org>
4288
4289 * text.texi (Special Properties): Add xref to Overlay Properties.
4290
4291 * display.texi (Overlay Properties): Add xref to Special Properties.
4292
42932007-04-22 Richard Stallman <rms@gnu.org>
4294
4295 * keymaps.texi (Extended Menu Items): Move the info about
4296 format with cached keyboard binding.
4297
42982007-04-21 Richard Stallman <rms@gnu.org>
4299
4300 * text.texi (Special Properties): Clarify previous change.
4301
4302 * files.texi (File Name Expansion): Clarify previous change.
4303
4304 * display.texi (Attribute Functions): Fix example for
4305 face-attribute-relative-p.
4306
43072007-04-19 Kenichi Handa <handa@m17n.org>
4308
4309 * text.texi (Special Properties): Document composition property.
4310
43112007-04-19 Glenn Morris <rgm@gnu.org>
4312
4313 * files.texi (File Name Expansion): Mention "superroot".
4314
43152007-04-15 Chong Yidong <cyd@stupidchicken.com>
4316
4317 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4318 setups.
4319 (Display Feature Testing): Note that display refers to all
4320 physical monitors for multi-monitor setups.
4321
43222007-04-14 Richard Stallman <rms@gnu.org>
4323
4324 * lists.texi (Sets And Lists): Clarify `delete' examples.
4325 Remove spurious xref to same node.
4326 Clarify xref for add-to-list.
4327
43282007-04-12 Nick Roberts <nickrob@snap.net.nz>
4329
4330 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4331 value of lisp-mode-map.
4332
43332007-04-11 Karl Berry <karl@gnu.org>
4334
4335 * anti.texi (Antinews):
4336 * display.texi (Overlay Properties, Defining Images):
4337 * processes.texi (Synchronous Processes, Sentinels):
4338 * syntax.texi (Syntax Table Internals):
4339 * searching.texi (Regexp Special):
4340 * nonascii.texi (Default Coding Systems):
4341 * text.texi (Special Properties):
4342 * minibuf.texi (Basic Completion): Wording to improve breaks in
4343 8.5x11 format.
4344 * elisp.texi (smallbook): New @set to more easily switch between
4345 smallbook and 8.5x11.
4346
43472007-04-11 Richard Stallman <rms@gnu.org>
4348
4349 * text.texi (Lazy Properties): Minor fix.
4350
43512007-04-08 Karl Berry <karl@gnu.org>
4352
4353 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4354 * macros.texi (Backquote): Downcase Backquote in index entries for
4355 consistency.
4356
43572007-04-08 Richard Stallman <rms@gnu.org>
4358
4359 * text.texi (Adaptive Fill): Just describe default,
4360 don't show it (since it contains non-ASCII chars).
4361
43622007-04-07 Karl Berry <karl@gnu.org>
4363
4364 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4365 adaptive-fill-regexp's value, since they are not in the standard
4366 TeX fonts.
4367
43682007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4369
4370 * display.texi (Defining Faces): Fix example.
4371
43722007-04-07 Karl Berry <karl@gnu.org>
4373
4374 * display.texi (Button Buffer Commands): Improve page break.
4375
43762007-04-07 Richard Stallman <rms@gnu.org>
4377
4378 * advice.texi (Activation of Advice): Remove redundant index entry.
4379
4380 * backups.texi: Improve index entries. Remove redundant ones.
4381
4382 * compile.texi (Byte Compilation): Improve index entry.
4383
4384 * hash.texi (Creating Hash): Improve index entry.
4385
4386 * symbols.texi (Definitions): Improve index entry.
4387
4388 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4389
4390 * maps.texi (Standard Keymaps): Remove useless index entry.
4391
4392 * help.texi (Documentation Basics): Remove redundant index entries.
4393
4394 * customize.texi: Improve index entries.
4395 Remove redundant/useless ones.
4396
4397 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4398
4399 * streams.texi (Output Variables): Improve index entry.
4400
4401 * abbrevs.texi (Abbrevs): Remove useless index entry.
4402
4403 * macros.texi (Expansion): Remove useless index entry.
4404
4405 * text.texi: Improve index entries. Remove redundant/useless ones.
4406 (Text Properties, Examining Properties)
4407 (Special Properties): Use "property category" instead of "category"
4408 to refer to the `category' property.
4409
4410 * positions.texi: Improve index entries. Remove useless one.
4411
4412 * lists.texi: Improve index entries. Remove redundant/useless ones.
4413
4414 * os.texi: Improve index entries.
4415 (Timers): Fix previous change.
4416
4417 * buffers.texi: Improve index entries.
4418 (Modification Time): Get rid of term "obsolete buffer".
4419
4420 * debugging.texi: Improve index entries.
4421 (Test Coverage): Add xref to other test coverage ftr.
4422
4423 * eval.texi: Improve index entry. Remove redundant ones.
4424
4425 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4426
4427 * files.texi: Improve index entries. Remove redundant/useless ones.
4428
4429 * objects.texi: Improve index entries.
4430
4431 * processes.texi: Improve index entries.
4432
4433 * modes.texi: Improve index entry. Remove redundant one.
4434
4435 * nonascii.texi: Improve index entries.
4436
4437 * internals.texi: Improve index entries.
4438
4439 * syntax.texi: Improve index entries.
4440
4441 * keymaps.texi (Active Keymaps): Improve index entries.
4442
4443 * commands.texi: Improve index entries. Remove redundant/useless ones.
4444
4445 * frames.texi: Improve index entries. Remove redundant/useless ones.
4446
4447 * markers.texi: Improve index entries. Remove redundant ones.
4448
4449 * tips.texi: Improve index entries.
4450
4451 * loading.texi (Unloading): Improve index entry.
4452
4453 * variables.texi: Improve index entries. Remove redundant one.
4454
4455 * sequences.texi: Improve index entry.
4456
4457 * display.texi: Improve index entries. Remove redundant ones.
4458
4459 * windows.texi: Improve index entries.
4460
4461 * searching.texi: Improve index entries. Remove redundant one.
4462
4463 * strings.texi (Case Tables): Improve last change.
4464
44652007-04-04 Chong Yidong <cyd@stupidchicken.com>
4466
4467 * strings.texi (Case Tables): Document with-case-table and
4468 ascii-case-table.
4469
44702007-04-03 Karl Berry <karl@gnu.org>
4471
4472 * processes.texi (Network): Reword to improve page break.
4473
44742007-04-03 Eli Zaretskii <eliz@gnu.org>
4475
4476 * functions.texi (Inline Functions): Describe more disadvantages
4477 of defsubst, and make advice against it stronger.
4478
44792007-04-02 Karl Berry <karl@gnu.org>
4480
4481 * backups.texi (Backup Names): Avoid widow words.
4482 * modes.texi (Example Major Modes): Align last comment.
4483
44842007-04-01 Chong Yidong <cyd@stupidchicken.com>
4485
4486 * keymaps.texi (Remapping Commands): Document new arg to
4487 command-remapping.
4488
44892007-04-01 Karl Berry <karl@gnu.org>
4490
4491 * processes.texi (Low-Level Network): Typo.
4492 * loading.texi (Hooks for Loading): Avoid double "the".
4493 * keymaps.texi (Key Sequences): No double "and".
4494 (Changing Key Bindings): Shorten to improve line break.
4495
44962007-03-31 Glenn Morris <rgm@gnu.org>
4497
4498 * os.texi (Timers): Fix description of run-at-time TIME formats.
4499
45002007-03-31 Richard Stallman <rms@gnu.org>
4501
4502 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4503 regarding ellipsis.
4504
45052007-03-31 Eli Zaretskii <eliz@gnu.org>
4506
4507 * intro.texi (nil and t):
4508 * symbols.texi (Plists and Alists):
4509 * variables.texi (Variable Aliases, Constant Variables):
4510 * functions.texi (Defining Functions):
4511 * advice.texi (Advising Primitives):
4512 * debugging.texi (Syntax Errors, Compilation Errors):
4513 * minibuf.texi (Minibuffer Windows):
4514 * commands.texi (Adjusting Point):
4515 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4516 (Auto Major Mode, Major Mode Conventions):
4517 * help.texi (Describing Characters):
4518 * files.texi (Create/Delete Dirs, Information about Files)
4519 (File Locks, Writing to Files, Reading from Files)
4520 (Saving Buffers):
4521 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4522 * frames.texi (Finding All Frames):
4523 * positions.texi (Buffer End, Motion):
4524 * markers.texi (The Region):
4525 * text.texi (Deletion, Near Point):
4526 * display.texi (Displaying Messages, Truncation):
4527 * os.texi (Processor Run Time):
4528 * tips.texi (Key Binding Conventions, Programming Tips)
4529 (Warning Tips, Documentation Tips, Comment Tips):
4530 * internals.texi (Memory Usage): Improve indexing.
4531
4532 * variables.texi (Frame-Local Variables):
4533 * functions.texi (Argument List):
4534 * loading.texi (Library Search):
4535 * streams.texi (Output Variables):
4536 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4537 * searching.texi (Replacing Match, Search and Replace):
4538 * processes.texi (Byte Packing, Decoding Output)
4539 (Accepting Output, Network Servers, Shell Arguments):
4540 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4541 * windows.texi (Window Point, Window Start):
4542 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4543 * commands.texi (Reading Input, Keyboard Events):
4544 * minibuf.texi (Reading File Names, Minibuffer Completion)
4545 (Recursive Mini):
4546 * positions.texi (List Motion):
4547 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4548 * numbers.texi (Arithmetic Operations, Math Functions)
4549 (Predicates on Numbers, Comparison of Numbers):
4550 (Numeric Conversions):
4551 * locals.texi (Standard Buffer-Local Variables):
4552 * maps.texi (Standard Keymaps):
4553 * os.texi (User Identification, System Environment, Recording Input)
4554 (X11 Keysyms):
4555 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4556 * backups.texi (Backups and Auto-Saving):
4557 * customize.texi (Customization, Group Definitions)
4558 (Variable Definitions):
4559 * compile.texi (Byte Compilation): Improve index entries.
4560
45612007-03-31 Karl Berry <karl@gnu.org>
4562
4563 * macros.texi (Defining Macros): Avoid widow syllable.
4564
45652007-03-31 Eli Zaretskii <eliz@gnu.org>
4566
4567 * elisp.texi (Top): Postscript -> PostScript.
4568
4569 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4570
45712007-03-31 Markus Triska <markus.triska@gmx.at>
4572
4573 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4574
45752007-03-30 Karl Berry <karl@gnu.org>
4576
4577 * lists.texi (List-related Predicates): Remove spurious @need.
4578 (Setcdr): Use @smallexample to improve page break.
4579 (Association Lists) <assoc>: Reword to improve page break.
4580
4581 * strings.texi (String Conversion): Insert blank line to improve
4582 page break.
4583
4584 * numbers.texi (Random Numbers): Use @minus{}.
4585 (Math Functions): Use @minus{}.
4586
4587 * intro.texi (Acknowledgements): Avoid line breaks before middle
4588 initials.
4589
45902007-03-24 Eli Zaretskii <eliz@gnu.org>
4591
4592 * errors.texi (Standard Errors): Add an index entry.
4593
45942007-03-19 Richard Stallman <rms@gnu.org>
4595
4596 * os.texi (Recording Input): recent-keys now gives 300 keys.
4597
45982007-03-12 Glenn Morris <rgm@gnu.org>
4599
4600 * os.texi: Replace "daylight savings" with "daylight saving"
4601 throughout.
4602
46032007-03-05 Richard Stallman <rms@gnu.org>
4604
5dcb4c4e
SM
4605 * variables.texi (File Local Variables):
4606 Update enable-local-variables values.
b8d4c8d0
GM
4607
46082007-03-04 Richard Stallman <rms@gnu.org>
4609
4610 * syntax.texi (Control Parsing): Minor clarification.
4611
4612 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4613
4614 * sequences.texi (Sequence Functions): Move string-bytes away,
4615 add xref.
4616
4617 * nonascii.texi (Text Representations): Move string-bytes here.
4618
4619 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4620
4621 * minibuf.texi (Basic Completion): Minor clarification.
4622
4623 * markers.texi (The Mark): Clarify existence vs activation of mark.
4624 Other cleanup.
4625
4626 * display.texi (Finding Overlays): Write better example.
4627
4628 * compile.texi (Eval During Compile): Clarify putting macros
4629 in eval-when-compile.
4630
c5602427 46312007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4632
4633 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4634 load-read-function definition doc.
b8d4c8d0
GM
4635
46362007-02-21 Kim F. Storm <storm@cua.dk>
4637
4638 * strings.texi (Text Comparison): Mention that assoc-string
4639 converts symbols to strings before testing.
4640
46412007-02-17 Kim F. Storm <storm@cua.dk>
4642
4643 * processes.texi (Bindat Spec): Vector types can have optional
4644 element type.
4645 (Bindat Examples): Fix example. Add vector with element type.
4646
46472007-02-16 Andreas Schwab <schwab@suse.de>
4648
4649 * strings.texi (Formatting Strings): Document '+' flag.
4650
46512007-02-15 Juanma Barranquero <lekktu@gmail.com>
4652
4653 * strings.texi (Modifying Strings): Clarify that `clear-string'
4654 always converts the string to unibyte.
4655
46562007-02-14 Kim F. Storm <storm@cua.dk>
4657
4658 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4659 Rewrite glyph code description to refer to these functions.
4660 Remove details of encoding face number and char into integer code.
4661
46622007-02-03 Alan Mackenzie <acm@muc.de>
4663
4664 * loading.texi (Hooks for Loading): Make the description of
4665 `eval-after-load' more detailed, and amend the description of
4666 after-load-alist, in accordance with changes from 2006-05.
4667
46682007-02-03 Chong Yidong <cyd@stupidchicken.com>
4669
4670 * modes.texi (Defining Minor Modes): Document that a :require
4671 keyword or similar may be required to make saved customization
4672 variables work.
4673
46742007-02-03 Eli Zaretskii <eliz@gnu.org>
4675
4676 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4677 Texinfo guidelines and with what texnfo-upd.el expects.
4678 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4679 parts needed by `texinfo-multiple-files-update'.
4680
46812007-02-02 Eli Zaretskii <eliz@gnu.org>
4682
4683 * elisp.texi (Top): Update the top-level menus.
4684
4685 * syntax.texi (Categories): Add index entries.
4686
46872007-02-01 Juanma Barranquero <lekktu@gmail.com>
4688
4689 * display.texi (Attribute Functions): Fix name and description of
4690 the UNDERLINE arg of `set-face-underline-p'.
4691
46922007-01-29 Eli Zaretskii <eliz@gnu.org>
4693
4694 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4695 Variables", and "Standard Keymaps" to the detailed menu.
4696
4697 * variables.texi (Future Local Variables): Add index entry.
4698
46992007-01-28 Richard Stallman <rms@gnu.org>
4700
4701 * tips.texi (Coding Conventions): Clarify the tip about macros
4702 that define a function or a variable.
4703
4704 * files.texi (File Attributes): UID and GID can be floats.
4705 (Magic File Names): Explain why deferring all operations to
4706 the standard handler does not work.
4707
47082007-01-23 Martin Rudalics <rudalics@gmx.at>
4709
4710 * backups.texi (Reverting): Use "buffer" instead of "file"
4711 when talking about major and minor modes.
4712
47132007-01-21 Richard Stallman <rms@gnu.org>
4714
4715 * help.texi (Documentation): Add xref to Documentation Tips.
4716
47172007-01-14 Juanma Barranquero <lekktu@gmail.com>
4718
4719 * tips.texi (Coding Conventions): Fix typos.
4720
47212007-01-05 Richard Stallman <rms@gnu.org>
4722
4723 * modes.texi (Defining Minor Modes): Fix previous change.
4724
47252007-01-03 Richard Stallman <rms@gnu.org>
4726
4727 * customize.texi (Variable Definitions, Customization Types):
4728 Don't use * in doc string for defcustom.
4729
47302007-01-02 Richard Stallman <rms@gnu.org>
4731
4732 * variables.texi (Variable Aliases): Clarify that aliases vars
4733 always have the same value.
4734
4735 * processes.texi (Bindat Spec): Fix Texinfo usage.
4736
4737 * modes.texi (Defining Minor Modes): Explain effect of command
4738 defined with define-global-minor-mode on new buffers.
4739
47402006-12-30 Kim F. Storm <storm@cua.dk>
4741
4742 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4743 `auto-resize-tool-bars'.
4744
47452006-12-30 Richard Stallman <rms@gnu.org>
4746
4747 * keymaps.texi (Active Keymaps): Fix previous change.
4748
47492006-12-30 Nick Roberts <nickrob@snap.net.nz>
4750
4751 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4752
47532006-12-30 Kim F. Storm <storm@cua.dk>
4754
4755 * processes.texi (Bindat Spec): Clarify using field names in
4756 length specifications.
4757
47582006-12-29 Kim F. Storm <storm@cua.dk>
4759
4760 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4761 Add count and index variables for eval forms in repeat blocks.
4762
47632006-12-24 Richard Stallman <rms@gnu.org>
4764
5dcb4c4e
SM
4765 * customize.texi (Variable Definitions):
4766 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4767
47682006-12-19 Kim F. Storm <storm@cua.dk>
4769
4770 * commands.texi (Misc Events): User signals now result in sigusr1
4771 and sigusr2 events which are handled through special-event-map.
4772 (Special Events): User signals and drag-n-drop are special.
4773
47742006-12-17 Richard Stallman <rms@gnu.org>
4775
4776 * loading.texi (Named Features): Explain subfeatures better.
4777
4778 * customize.texi: Use "option" only for user options.
4779 For the keyword values inside defcustom etc, say "keywords".
4780 For :options value's elements, say "elements".
4781 :group should not be omitted.
4782
4783 * syntax.texi (Parsing Expressions): Split up node.
4784 (Motion via Parsing, Position Parse, Parser State)
4785 (Low-Level Parsing, Control Parsing): New subnodes.
4786 (Parser State): Document syntax-ppss-toplevel-pos.
4787
4788 * positions.texi (List Motion): Punctuation fix.
4789
4790 * files.texi (File Name Completion): Document PREDICATE arg
4791 to file-name-completion.
4792
47932006-12-16 Eli Zaretskii <eliz@gnu.org>
4794
4795 * internals.texi (Building Emacs, Writing Emacs Primitives):
4796 Add index entries.
4797
47982006-12-11 Richard Stallman <rms@gnu.org>
4799
4800 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4801 affects face menu. Explain how to make it non-nil without enabling
4802 any fontification.
4803
48042006-12-10 Chong Yidong <cyd@stupidchicken.com>
4805
4806 * modes.texi (Font Lock Basics): Document nil value of
4807 font-lock-defaults.
4808
48092006-12-10 Glenn Morris <rgm@gnu.org>
4810
4811 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4812 value for system-flag argument. Abbrev tables may not be empty
4813 when major modes are loaded.
4814
48152006-12-08 Juanma Barranquero <lekktu@gmail.com>
4816
4817 * makefile.w32-in (maintainer-clean): Partially revert last
4818 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4819 to protect elisp-covers.texi.
4820
48212006-12-07 Juanma Barranquero <lekktu@gmail.com>
4822
4823 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4824 Don't remove elisp* info files; they are already deleted by the
4825 `clean' and `distclean' targets, and they are in the $(infodir)
4826 directory, not the current one.
4827
48282006-12-04 Kim F. Storm <storm@cua.dk>
4829
4830 * commands.texi (Misc Events): Update signal events.
4831 (Event Examples): Add signal example.
4832
48332006-11-29 Richard Stallman <rms@gnu.org>
4834
4835 * frames.texi (Visibility of Frames): Explain visible windows
4836 can be covered by others. Add xref for raise-frame.
4837
48382006-11-28 Richard Stallman <rms@gnu.org>
4839
4840 * searching.texi (Regexp Special): Update when ^ is special.
4841
48422006-11-27 Eli Zaretskii <eliz@gnu.org>
4843
4844 * customize.texi (Customization, Common Keywords)
4845 (Group Definitions, Variable Definitions, Composite Types)
4846 (Type Keywords, Customization Types): Add index entries for
4847 various customization keywords.
4848
48492006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4852
c8763fb6 48532006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4854
4855 * frames.texi (Window System Selections): Remove clipboard from
4856 description of selection-coding-system.
4857
48582006-11-06 Richard Stallman <rms@gnu.org>
4859
4860 * lists.texi (List Variables): Document COMPARE-FN.
4861
4862 * keymaps.texi: Avoid use of "binding" to mean a relation;
4863 use it only to refer to the meaning associated with a key.
4864 (Keymaps): Change menu node description.
4865
4866 * elisp.texi (Top): Change menu node description.
4867
4868 * display.texi (Managing Overlays): Document overlay-recenter.
4869
48702006-10-29 Chong Yidong <cyd@stupidchicken.com>
4871
4872 * Makefile.in: Use relative paths to avoid advertising filesystem
4873 contents during compilation.
4874
48752006-10-23 Kim F. Storm <storm@cua.dk>
4876
4877 * commands.texi (Event Input Misc): Update unread-command-events.
4878
48792006-10-23 Nick Roberts <nickrob@snap.net.nz>
4880
4881 * lists.texi (Sets And Lists): Fix typos.
4882
48832006-10-18 Juanma Barranquero <lekktu@gmail.com>
4884
4885 * control.texi (Processing of Errors): Use @var for an argument,
4886 not @code.
4887
48882006-10-16 Richard Stallman <rms@gnu.org>
4889
4890 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4891
4892 * keymaps.texi (Format of Keymaps): Show all the keymap element
4893 patterns that result from menu items.
4894 (Key Lookup): Minor cleanups.
4895
4896 * modes.texi (Precalculated Fontification): Don't say that
4897 not setting font-lock-defaults avoids loading font-lock.
4898
4899 * help.texi (Documentation): Move xref to Emacs Manual here.
4900 (Documentation Basics): From here.
4901 Also doc emacs-lisp-docstring-fill-column.
4902
4903 * elisp.texi: Update version and ISBN.
4904
4905 * commands.texi (Interactive Call): Clarify KEYS arg to
4906 call-interactively is a vector.
4907 (Command Loop Info): Delete anchor in this-command-keys.
4908 Add anchor in this-command-keys-vector.
4909 (Recursive Editing): Document how recursive-edit
4910 handles the current buffer.
4911
49122006-10-13 Chong Yidong <cyd@stupidchicken.com>
4913
4914 * frames.texi (Frame Titles): %c and %l are ignored in
4915 frame-title-format.
4916
49172006-10-11 Richard Stallman <rms@gnu.org>
4918
4919 * keymaps.texi (Key Sequences): Clarify use of kbd.
4920
49212006-10-10 Kim F. Storm <storm@cua.dk>
4922
4923 * lists.texi (Sets And Lists): Add memql.
4924
49252006-10-03 Richard Stallman <rms@gnu.org>
4926
4927 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4928 Clarify :ascii: and :nonascii:.
4929
49302006-09-29 Juri Linkov <juri@jurta.org>
4931
4932 * modes.texi (%-Constructs): Reorder coding systems in the
4933 documentation of %z to the real order displayed in the modeline.
4934
49352006-09-25 Richard Stallman <rms@gnu.org>
4936
4937 * os.texi (Timers): Describe timer-max-repeats.
4938
49392006-09-25 Chong Yidong <cyd@stupidchicken.com>
4940
4941 * os.texi (Timers): Mention with-local-quit.
4942
49432006-09-24 Richard Stallman <rms@gnu.org>
4944
4945 * searching.texi (Searching and Matching): Mention property search.
4946
4947 * commands.texi (Command Loop Info): Explain how read-event affects
4948 this-command-keys.
4949
49502006-09-20 Richard Stallman <rms@gnu.org>
4951
4952 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4953
4954 * windows.texi (Window Start): Minor cleanups.
4955
49562006-09-20 Kim F. Storm <storm@cua.dk>
4957
4958 * windows.texi (Window Start): pos-visible-in-window-p allows
4959 specifying t for position to mean "end of window".
4960 Add window-line-height.
4961
4962 * anti.texi (Antinews): Mention window-line-height.
4963
49642006-09-19 David Kastrup <dak@gnu.org>
4965
4966 * keymaps.texi (Searching Keymaps): Small clarification.
4967
49682006-09-18 Richard Stallman <rms@gnu.org>
4969
4970 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4971 cause keyboard menus.
4972 (Menu Keymaps): Likewise.
4973 (Defining Menus, Keyboard Menus): Clarify.
4974
4975 * text.texi (Fields): Clarify explanation of constrain-to-field.
4976
49772006-09-16 Eli Zaretskii <eliz@gnu.org>
4978
4979 * variables.texi (Tips for Defining): Fix a typo.
4980
49812006-09-15 Richard Stallman <rms@gnu.org>
4982
4983 * keymaps.texi (Remapping Commands, Searching Keymaps)
4984 (Active Keymaps): Clean up previous change.
4985
49862006-09-15 Jay Belanger <belanger@truman.edu>
4987
4988 * gpl.texi: Replace "Library Public License" by "Lesser Public
4989 License" throughout.
4990
49912006-09-15 David Kastrup <dak@gnu.org>
4992
4993 * keymaps.texi (Active Keymaps): Adapt description to use
4994 `get-char-property' instead `get-text-property'. Explain how
4995 mouse events change this. Explain the new optional argument of
4996 `key-binding' and its mouse-dependent lookup.
4997 (Searching Keymaps): Adapt description similarly.
4998 (Remapping Commands): Explain the new optional argument of
4999 `command-remapping'.
5000
50012006-09-14 Richard Stallman <rms@gnu.org>
5002
5003 * keymaps.texi (Searching Keymaps): Clarification.
5004 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5005
50062006-09-13 Richard Stallman <rms@gnu.org>
5007
5008 * objects.texi (Character Type): Node split.
5009 Add xref to Describing Characters.
5010 (Basic Char Syntax, General Escape Syntax)
5011 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5012
50132006-09-11 Richard Stallman <rms@gnu.org>
5014
5015 * display.texi (Display Table Format): Wording clarification.
5016 (Glyphs): Clarifications.
5017
50182006-09-10 Chong Yidong <cyd@stupidchicken.com>
5019
5020 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5021 local maps.
5022
50232006-09-10 Kim F. Storm <storm@cua.dk>
5024
5025 * display.texi (Forcing Redisplay): Document return value of
5026 function redisplay.
5027
50282006-09-09 Richard Stallman <rms@gnu.org>
5029
5030 * windows.texi (Window Hooks): Explain limits of
5031 window-scroll-functions.
5032
5033 * display.texi (Fringe Indicators): Update for last change in
5034 indicate-buffer-boundaries.
5035
50362006-09-08 Richard Stallman <rms@gnu.org>
5037
5038 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5039
50402006-09-06 Kim F. Storm <storm@cua.dk>
5041
5042 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5043
5044 * windows.texi (Window Start): Update pos-visible-in-window-p.
5045
50462006-09-04 Richard Stallman <rms@gnu.org>
5047
5048 * processes.texi (Accepting Output): Explain SECONDS=0 for
5049 accept-process-output.
5050
5051 * os.texi (Idle Timers): Explain why timer functions should not
5052 loop until (input-pending-p).
5053
50542006-09-02 Eli Zaretskii <eliz@gnu.org>
5055
5056 * makefile.w32-in (usermanualdir): New variable.
5057 (elisp.dvi): Use it.
5058
50592006-09-01 Eli Zaretskii <eliz@gnu.org>
5060
5061 * buffers.texi (Buffer Modification): Fix last change.
5062
50632006-09-01 Chong Yidong <cyd@stupidchicken.com>
5064
5dcb4c4e
SM
5065 * buffers.texi (Buffer Modification):
5066 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5067
50682006-08-31 Richard Stallman <rms@gnu.org>
5069
5070 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5071
50722006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5073
5074 * modes.texi (Syntactic Font Lock):
5075 Mention font-lock-syntactic-face-function
5076 instead of specific faces.
5077
50782006-08-29 Chong Yidong <cyd@stupidchicken.com>
5079
5080 * display.texi (Images): Add xrref to display-images-p.
5081
50822006-08-28 Kenichi Handa <handa@m17n.org>
5083
5084 * nonascii.texi (Lisp and Coding Systems): Fix description of
5085 detect-coding-region.
5086
50872006-08-27 Michael Olson <mwolson@gnu.org>
5088
5089 * processes.texi (Transaction Queues): Remove stray quote
5090 character.
5091
50922006-08-25 Richard Stallman <rms@gnu.org>
5093
5094 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5095 Add xref.
5096
50972006-08-24 Chong Yidong <cyd@stupidchicken.com>
5098
5099 * os.texi (Timers): Avoid waiting inside timers.
5100
51012006-08-21 Lute Kamstra <lute@gnu.org>
5102
5103 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5104
51052006-08-20 Richard Stallman <rms@gnu.org>
5106
5107 * os.texi (Idle Timers): New node, split out from Timers.
5108 Document current-idle-time.
5109 * commands.texi (Reading One Event): Update xref.
5110 * elisp.texi (Top): Update subnode menu.
5111
51122006-08-16 Richard Stallman <rms@gnu.org>
5113
5114 * keymaps.texi (Extended Menu Items): Show format of cached
5115 bindings in extended menu items.
5116
5117 * customize.texi (Variable Definitions): Explain when the
5118 standard value expression is evaluated.
5119
51202006-08-15 Chong Yidong <cyd@stupidchicken.com>
5121
5122 * commands.texi (Reading One Event): Explain idleness in
5123 `read-event'.
5124
51252006-08-12 Chong Yidong <cyd@stupidchicken.com>
5126
5127 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5128 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5129 relevant for Lisp programming.
5130 (Yank Commands): Rewrite introduction.
5131 (Undo): Clarify.
5132 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5133 (Filling): Remove redundant comment. Clarify return value of
5134 current-justification.
5135 (Margins): Minor clarifications.
5136 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5137 (Sorting): Update definition of sort-lines.
5138 (Columns): Clarify behavior of sort-columns.
5139 (Indent Tabs): Link to Tab Stops in Emacs manual.
5140 (Special Properties): Clarify.
5141 (Clickable Text): Mention Buttons package.
5142
51432006-08-12 Kevin Ryde <user42@zip.com.au>
5144
5145 * os.texi (Time Parsing): Add %z to description of
5146 format-time-string, as per docstring. Add cross reference to
5147 glibc manual for strftime.
5148
51492006-08-08 Richard Stallman <rms@gnu.org>
5150
5151 * modes.texi: Clean up wording in previous change.
5152
51532006-08-07 Chong Yidong <cyd@stupidchicken.com>
5154
5155 * modes.texi (Hooks): Clarify.
5156 (Major Mode Basics): Mention define-derived-mode explicitly.
5157 (Major Mode Conventions): Rebinding RET is OK for some modes.
5158 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5159 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5160 (Mode Line Basics): Clarify.
5161 (Mode Line Data): Mention help-echo and local-map in strings.
5162 Explain reason for treatment of non-risky variables.
5163 (Properties in Mode): Clarify.
5164 (Faces for Font Lock): Add font-lock-negation-char-face.
5165
51662006-08-04 Eli Zaretskii <eliz@gnu.org>
5167
5168 * strings.texi (Formatting Strings): Warn against arbitrary
5169 strings as first arg to `format'.
5170
51712006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5172
5173 * text.texi (Clickable Text): Mention `help-echo' text property.
5174 Update intro, examples and associated explanations.
5175
51762006-07-31 Richard Stallman <rms@gnu.org>
5177
5178 * commands.texi: Update xrefs.
5179 (Event Mod): New node, cut out from old Translating Input.
5180
5181 * maps.texi: Update xrefs.
5182
5183 * keymaps.texi (Translation Keymaps): New node.
5184 Update xrefs from Translating Input to Translation Keymaps.
5185
5186 * elisp.texi (Top): Update subnode menu.
5187
5188 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5189
5190 * os.texi (System Interface): Fix menu descriptions of some nodes.
5191 (Translating Input): Node deleted.
5192
51932006-07-31 Nick Roberts <nickrob@snap.net.nz>
5194
5195 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5196
5197 * lists.texi (Sets And Lists): Likewise.
5198
51992006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5200
5201 * text.texi (Fields): Mention POS
5202 requirement when narrowing is in effect.
5203
52042006-07-28 Richard Stallman <rms@gnu.org>
5205
5206 * display.texi (Face Attributes): Simplify wording.
5207 (Attribute Functions): Clarify meaning of new-frame default
5208 attribute settings.
5209
5210 * customize.texi (Common Keywords): Document how to use
5211 :package-version in a package not in Emacs.
5212
52132006-07-28 Kim F. Storm <storm@cua.dk>
5214
5215 * commands.texi (Reading One Event): Fix last change.
5216
52172006-07-26 Chong Yidong <cyd@stupidchicken.com>
5218
5219 * commands.texi (Reading One Event): Document SECONDS argument for
5220 read-event, read-char, and read-char-exclusive.
5221
52222006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5223
5224 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5225 to ensure correct identification.
5226
52272006-07-24 Richard Stallman <rms@gnu.org>
5228
5229 * text.texi (Clickable Text): Clarify.
5230
5231 * sequences.texi (Vector Functions): Delete duplicate xref.
5232
5233 * objects.texi (Function Type): Clarify.
5234
5235 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5236 modes.
5237
5238 * lists.texi (List Variables): New node.
5239 Material moved from other nodes.
5240
5241 * variables.texi (Setting Variables): add-to-list and
5242 add-to-ordered-list moved to List Variables node.
5243
52442006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5245
5246 * text.texi (Links and Mouse-1):
5247 For mouse-on-link-p, expand on arg POS.
5248
52492006-07-21 Kim F. Storm <storm@cua.dk>
5250
5251 * display.texi (Forcing Redisplay): Don't mention systems which
5252 don't support sub-second timers for redisplay-preemption-period.
5253
5254 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5255
52562006-07-21 Eli Zaretskii <eliz@gnu.org>
5257
5258 * frames.texi (Input Focus): Document that focus-follows-mouse has
5259 no effect on MS-Windows.
5260
52612006-07-18 Richard Stallman <rms@gnu.org>
5262
5263 * display.texi (Forcing Redisplay): Cleanups in previous change.
5264
5265 * processes.texi (Low-Level Network): Make menu more convenient.
5266
52672006-07-18 Kim F. Storm <storm@cua.dk>
5268
5269 * display.texi (Forcing Redisplay): redisplay-preemption-period
5270 only used on window systems. Add xref to Terminal Output.
5271
5272 * os.texi (Terminal Output): baud-rate only controls preemption on
5273 non-window systems. Add xref to Forcing Redisplay.
5274
5275 * processes.texi (Low-Level Network): Rename node "Make Network"
5276 to "Network Processes".
5277
52782006-07-18 Karl Berry <karl@gnu.org>
5279
5280 * variables.texi, functions.texi, customize.texi, loading.texi:
5281 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5282
52832006-07-17 Chong Yidong <cyd@stupidchicken.com>
5284
5285 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5286
52872006-07-17 Richard Stallman <rms@gnu.org>
5288
5289 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5290 Put period and comma inside quotes.
5291
5292 * loading.texi, markers.texi: Use real doublequote inside menus.
5293
5294 * windows.texi: Put point and comma inside quotes.
5295 (Textual Scrolling): Use @samp for error message.
5296
5297 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5298 * strings.texi, streams.texi, processes.texi, os.texi:
5299 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5300 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5301 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5302 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5303 Put point and comma inside quotes.
5304
5305 * control.texi (Processing of Errors): Add command-error-function.
5306
5307 * variables.texi (File Local Variables): Clarify that
5308 file local variables make buffer-local bindings.
5309
5310 * modes.texi (Syntactic Font Lock): Give default for
5311 font-lock-syntax-table.
5312
53132006-07-17 Nick Roberts <nickrob@snap.net.nz>
5314
5315 * text.texi (Special Properties): Clean up previous change.
5316
53172006-07-16 Karl Berry <karl@gnu.org>
5318
5319 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5320 * control.texi: Fix bad page breaks through chapter 10 (control).
5321
5322 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5323 underfull hbox.
5324
53252006-07-15 Nick Roberts <nickrob@snap.net.nz>
5326
5327 * text.texi (Special Properties): Describe fontified text property
5328 in relation to a character (not text).
5329
53302006-07-15 Kim F. Storm <storm@cua.dk>
5331
5332 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5333 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5334 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5335
5336 * anti.texi (Antinews): Mention redisplay function.
5337 The kbd macro existed, but was not documented, before 22.x.
5338 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5339
53402006-07-14 Nick Roberts <nickrob@snap.net.nz>
5341
5342 * display.texi (Displaying Messages): Add anchor.
5343
5344 * frames.texi (Dialog Boxes): Use it.
5345
53462006-07-12 Richard Stallman <rms@gnu.org>
5347
5348 * objects.texi (Frame Type): Explain nature of frames better.
5349
5350 * frames.texi (Frames): Explain nature of frames better.
5351
53522006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5353
5354 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5355
53562006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5357
5358 * frames.texi (Window System Selections): Mention scrap support for Mac.
5359 Default value of x-select-enable-clipboard is t on Mac.
5360
5361 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5362
53632006-07-11 Kim F. Storm <storm@cua.dk>
5364
5365 * display.texi (Forcing Redisplay): Add `redisplay' function.
5366 Don't mention (sit-for -1) -- use (redisplay t) instead.
5367
5368 * commands.texi (Waiting): (sit-for -1) is no longer special.
5369 (sit-for 0) is equivalent to (redisplay).
5370 Iconifying/deiconifying no longer makes sit-for return.
5371
53722006-07-10 Nick Roberts <nickrob@snap.net.nz>
5373
5374 * display.texi (Buttons): Fix typo.
5375
5376 * index.texi, elisp.texi (New Symbols): Comment node out.
5377
53782006-07-09 Richard Stallman <rms@gnu.org>
5379
5380 * display.texi (Truncation): Clean up previous change.
5381
53822006-07-08 Richard Stallman <rms@gnu.org>
5383
5384 * commands.texi (Interactive Call): Use 3 as prefix in example
5385 for execute-extended-command.
5386
5387 * display.texi (Attribute Functions): Move paragraph about
5388 compatibility with Emacs < 21.
5389
53902006-07-09 Kim F. Storm <storm@cua.dk>
5391
5392 * display.texi (Refresh Screen): Clarify force-window-update.
5393 (Truncation): "Normally" indicated by fringe arrows.
5394
53952006-07-08 Eli Zaretskii <eliz@gnu.org>
5396
5397 * windows.texi (Textual Scrolling, Resizing Windows):
5398 * variables.texi (Constant Variables):
5399 * text.texi (Buffer Contents, Deletion, Changing Properties)
5400 (Property Search, Special Properties, Sticky Properties)
5401 (Links and Mouse-1, Fields, Change Hooks):
5402 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5403 (Categories):
5404 * symbols.texi (Other Plists):
5405 * streams.texi (Output Variables):
5406 * processes.texi (Input to Processes, Query Before Exit):
5407 * positions.texi (Word Motion, Text Lines, List Motion):
5408 * os.texi (Init File, System Environment, Sound Output)
5409 (Session Management):
5410 * nonascii.texi (Text Representations, Character Sets)
5411 (Chars and Bytes, Locales):
5412 * modes.texi (Defining Minor Modes, Header Lines):
5413 * minibuf.texi (Minibuffer Contents):
5414 * markers.texi (Information from Markers):
5415 * lists.texi (List Elements, Building Lists, Association Lists):
5416 * keymaps.texi (Tool Bar):
5417 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5418 * functions.texi (What Is a Function, Mapping Functions):
5419 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5420 (Color Names, Text Terminal Colors, Display Feature Testing):
5421 * files.texi (Visiting Functions, File Name Components)
5422 (Unique File Names, Contents of Directories):
5423 * display.texi (Forcing Redisplay, Displaying Messages)
5424 (Temporary Displays, Font Selection, Auto Faces)
5425 (Font Lookup, Fringe Indicators, Display Margins)
5426 (Image Descriptors, Showing Images, Image Cache, Button Types)
5427 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5428 (Display Table Format, Glyphs):
5429 * control.texi (Iteration):
5430 * commands.texi (Command Loop Info, Adjusting Point):
5431 * backups.texi (Making Backups, Auto-Saving):
5432 Remove @tindex entries.
5433
54342006-07-07 Kim F. Storm <storm@cua.dk>
5435
5436 * display.texi (Fringe Cursors): Fix typo.
5437 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5438 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5439
54402006-07-05 Richard Stallman <rms@gnu.org>
5441
5442 * text.texi (Buffer Contents): Add example of text props
5443 in result of buffer-substring.
5444 (Text Properties): Explain better about use of specific property names.
5445 (Property Search): Some cleanups; reorder some functions.
5446
5447 * keymaps.texi (Changing Key Bindings): Cleanup.
5448 Add xref to Key Binding Conventions.
5449
5450 * display.texi (Attribute Functions): Add examples for
5451 face-attribute-relative-p.
5452
5453 * tips.texi (Coding Conventions): Cleanup last change.
5454
54552006-07-05 Karl Berry <karl@gnu.org>
5456
5457 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5458 Remove @setchapternewpage odd.
5459 Result is 1013 pages, down from 1100.
5460
5461 * anti.texi, customize.texi, display.texi, internals.texi:
5462 * minibuf.texi, modes.texi, tips.texi:
5463 Fix overfull/underfull boxes.
5464
54652006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5466
5467 * edebug.texi (Instrumenting):
5468 Add Edebug-specific findex for eval-buffer.
5469 * loading.texi (Loading):
5470 Replace eval-current-buffer with eval-buffer.
5471
54722006-06-30 Nick Roberts <nickrob@snap.net.nz>
5473
5474 * locals.texi (Standard Buffer-Local Variables): Update the list
5475 of variables.
5476
54772006-06-26 Nick Roberts <nickrob@snap.net.nz>
5478
5479 * files.texi (File Name Completion): Point user to the node
5480 "Reading File Names".
5481
54822006-06-24 Eli Zaretskii <eliz@gnu.org>
5483
5484 * files.texi (Contents of Directories): Document case-insensitive
5485 behavior on respective filesystems.
5486
5487 * objects.texi (Character Type): Document that Emacs signals an
5488 error for unsupported Unicode characters specified as \uNNNN.
5489
54902006-06-19 Richard Stallman <rms@gnu.org>
5491
5492 * processes.texi (Bindat Spec): Clarify previous change.
5493
54942006-06-16 Richard Stallman <rms@gnu.org>
5495
5496 * tips.texi (Coding Conventions): Better explain conventions
5497 for definition constructs.
5498
5499 * text.texi (Special Properties): String value of `read-only'
5500 serves as the error message.
5501
5502 * objects.texi (Character Type): Clarify prev. change.
5503 (Non-ASCII in Strings): Mention \u and \U.
5504
5505 * commands.texi (Using Interactive): Explain problem of
5506 markers, etc., in command-history.
5507
55082006-06-14 Kim F. Storm <storm@cua.dk>
5509
5510 * commands.texi (Waiting): Negative arg to sit-for forces
5511 redisplay even if input is pending.
5512
5513 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5514 redisplay. Remove incorrect example of binding redisplay-dont-pause
5515 around (sit-for 0).
5516
55172006-06-13 Richard Stallman <rms@gnu.org>
5518
5519 * display.texi (Forcing Redisplay): Clarify previous change.
5520
55212006-06-13 Romain Francoise <romain@orebokech.com>
5522
5523 * display.texi (Forcing Redisplay): Fix typo.
5524
55252006-06-13 Kim F. Storm <storm@cua.dk>
5526
5527 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5528
55292006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5530
5531 * tips.texi (Coding Conventions): Add `@end itemize'.
5532
55332006-06-10 Richard Stallman <rms@gnu.org>
5534
5535 * tips.texi (Coding Conventions): Explain use of coding systems
5536 to ensure one decoding for strings.
5537
55382006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5539
5540 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5541 syntax.
5542
55432006-06-07 Eli Zaretskii <eliz@gnu.org>
5544
5545 * display.texi (Font Selection): Remove description of
5546 clear-face-cache.
5547
5548 * compile.texi (Eval During Compile): Fix a typo. Add index
5549 entries for possible uses of eval-when-compile.
5550
55512006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5552
5553 * display.texi (Abstract Display): Fix typo.
5554
55552006-06-03 Eli Zaretskii <eliz@gnu.org>
5556
5557 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5558 Reword variable's description.
5559
55602006-06-01 Richard Stallman <rms@gnu.org>
5561
5562 * windows.texi (Splitting Windows): Clarify splitting nonselected
5563 window.
5564
55652006-05-31 Juri Linkov <juri@jurta.org>
5566
5567 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5568
55692006-05-30 Richard Stallman <rms@gnu.org>
5570
5571 * display.texi (Line Height): Fix errors in description of
10d1d0af 5572 default line height and line-height property.
b8d4c8d0
GM
5573
5574 * nonascii.texi (Default Coding Systems): Further clarification.
5575
55762006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5577
5578 * internals.texi (Pure Storage): Mention that an overflow in pure
5579 space causes a memory leak.
5580 (Garbage Collection): If there was an overflow in pure space,
5581 `garbage-collect' returns nil.
5582
55832006-05-30 Eli Zaretskii <eliz@gnu.org>
5584
5585 * nonascii.texi (Default Coding Systems): Fix it some more.
5586
55872006-05-29 Eli Zaretskii <eliz@gnu.org>
5588
5589 * nonascii.texi (Default Coding Systems): Fix last change.
5590
55912006-05-29 Kenichi Handa <handa@m17n.org>
5592
5593 * nonascii.texi (find-operation-coding-system): Describe the new
5594 argument format (FILENAME . BUFFER).
5595
55962006-05-28 Richard Stallman <rms@gnu.org>
5597
5598 * tips.texi (Coding Conventions): Better explain reasons not to
5599 advise other packages or use `eval-after-load'.
5600
56012006-05-29 Kim F. Storm <storm@cua.dk>
5602
5603 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5604 `bindat-idx' and `bindat-raw' for clarity.
5605
56062006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5607
5608 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5609
5610 * display.texi (Display): Add "Abstract Display" to menu.
5611 (Abstract Display, Abstract Display Functions)
5612 (Abstract Display Example): New nodes.
5613 * elisp.texi (Top): Add "Abstract Display" to menu.
5614
56152006-05-27 Chong Yidong <cyd@stupidchicken.com>
5616
5617 * keymaps.texi (Key Sequences): Link to input events definition.
5618 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5619
5620 * files.texi (Changing Files): Document updated argument list for
5621 copy-file.
5622
56232006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5624
5625 * processes.texi (Bindat Functions): Explain term "total length".
5626 Use it in bindat-length and bindat-pack descriptions.
5627
56282006-05-26 Eli Zaretskii <eliz@gnu.org>
5629
5630 * tips.texi (Coding Conventions): Advise against using
5631 eval-after-load in packages. Add an index entry.
5632
56332006-05-25 Juri Linkov <juri@jurta.org>
5634
5635 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5636
5637 * modes.texi (%-Constructs): Add %e, %z, %Z.
5638
56392006-05-25 Richard Stallman <rms@gnu.org>
5640
5641 * elisp.texi (Top): Update subnode menu.
5642
5643 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5644 (Keymaps): Update menu.
5645
56462006-05-25 Chong Yidong <cyd@stupidchicken.com>
5647
5648 * keymaps.texi (Key Sequences): Some clarifications.
5649
56502006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5651
5652 * processes.texi (Bindat Functions): Say "unibyte string"
5653 explicitly for bindat-unpack and bindat-pack descriptions.
5654 (Bindat Examples): Don't call `string-make-unibyte' in example.
5655
56562006-05-25 Chong Yidong <cyd@stupidchicken.com>
5657
5dcb4c4e 5658 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5659 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5660
5661 * keymaps.texi (Changing Key Bindings):
dd7b651b 5662 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5663 * help.texi (Describing Characters): Refer to it.
5664
56652006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5666
5667 * frames.texi (Pointer Shape): @end table -> @end defvar.
5668
56692006-05-22 Richard Stallman <rms@gnu.org>
5670
5671 * elisp.texi (Top): Update subnode menus.
5672
5673 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5674 Contents rewritten; material from old Pointer Shape node moved here.
5675
5676 * display.texi (Pointer Shape): Node deleted.
5677 (Image Descriptors): Minor cleanup.
5678
56792006-05-21 Richard Stallman <rms@gnu.org>
5680
5681 * syntax.texi (Parsing Expressions): Update info on which STATE
5682 elements are ignored.
5683
56842006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5685
5686 * hooks.texi (Standard Hooks): Correct typo.
5687
5688 * gpl.texi (GPL): ifinfo -> ifnottex.
5689
56902006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5691
5692 * searching.texi (Simple Match Data): Warn about match data being
5693 set anew by every search.
5694
56952006-05-17 Richard Stallman <rms@gnu.org>
5696
5697 * minibuf.texi (Minibuffer History): Clarify.
5698
5699 * searching.texi (Regexp Special): Clarify nested regexp warning.
5700
57012006-05-16 Kim F. Storm <storm@cua.dk>
5702
5703 * minibuf.texi (Minibuffer History): Update add-to-history.
5704
57052006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5706
5dcb4c4e
SM
5707 * nonascii.texi (Explicit Encoding):
5708 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5709
57102006-05-14 Richard Stallman <rms@gnu.org>
5711
5712 * buffers.texi (Creating Buffers): Cleanup.
5713
5714 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5715
57162006-05-13 Eli Zaretskii <eliz@gnu.org>
5717
5718 * buffers.texi (Current Buffer): Document that with-temp-buffer
5719 disables undo.
5720
5721 * os.texi (Terminal-Specific): More accurate description of how
5722 Emacs searches for the terminal-specific libraries.
5723
57242006-05-12 Eli Zaretskii <eliz@gnu.org>
5725
5726 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5727 emacs-xtra to @inforef's.
5728
5729 * text.texi (Undo): Document that undo is turned off in buffers
5730 whose names begin with a space.
5731
5732 * buffers.texi (Buffer Names): Add index entries for buffers whose
5733 names begin with a space.
5734 (Creating Buffers): Document that undo is turned off in buffers
5735 whose names begin with a space.
5736
5737 * files.texi (Visiting Functions, Reading from Files)
5738 (Saving Buffers): Mention code and EOL conversions by file I/O
5739 primitives and subroutines.
5740
f4e90db0
SM
5741 * nonascii.texi (Lisp and Coding Systems):
5742 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5743
5744 * display.texi (Defining Faces): Mention `mac', and add an xref to
5745 where window-system is described.
5746
57472006-05-10 Richard Stallman <rms@gnu.org>
5748
5749 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5750
57512006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5752
5753 * variables.texi (File Local Variables): Recommend to quote lambda
5754 expressions in safe-local-variable property.
5755
57562006-05-09 Richard Stallman <rms@gnu.org>
5757
5dcb4c4e
SM
5758 * variables.texi (File Local Variables):
5759 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5760
57612006-05-07 Kim F. Storm <storm@cua.dk>
5762
5763 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5764 from add-to-history.
5765
57662006-05-07 Romain Francoise <romain@orebokech.com>
5767
5768 * commands.texi (Event Input Misc):
5769 * compile.texi (Eval During Compile):
5770 * internals.texi (Buffer Internals):
5771 * minibuf.texi (Initial Input):
5772 * nonascii.texi (Scanning Charsets):
5773 * numbers.texi (Comparison of Numbers):
5774 * windows.texi (Textual Scrolling, Vertical Scrolling):
5775 Fix various typos.
5776
57772006-05-06 Eli Zaretskii <eliz@gnu.org>
5778
5779 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5780 conditional xref's to either emacs or emacs-xtra, depending on
5781 @iftex/@ifnottex.
5782
5783 * minibuf.texi (Minibuffer History): Document add-to-history.
5784
57852006-05-05 Eli Zaretskii <eliz@gnu.org>
5786
5787 * internals.texi (Pure Storage): Mention the pure overflow message
5788 at startup.
5789
c8763fb6 57902006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5791
5792 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5793 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5794 search.
5795
57962006-05-01 Richard Stallman <rms@gnu.org>
5797
5798 * intro.texi (nil and t): Clarify.
5799
5800 * variables.texi (File Local Variables): Suggest using booleanp.
5801
58022006-05-01 Juanma Barranquero <lekktu@gmail.com>
5803
5804 * objects.texi (Type Predicates): Fix typos.
5805
58062006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5807
5808 * intro.texi (nil and t): Add booleanp.
5809
5810 * objects.texi (Type Predicates): Add links for booleanp and
5811 string-or-null-p.
5812
58132006-04-29 Richard Stallman <rms@gnu.org>
5814
5815 * modes.texi (Multiline Font Lock): Rename from
5816 Multi line Font Lock Elements. Much clarification.
5817 (Font Lock Multiline, Region to Fontify): Much clarification.
5818
58192006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5820
5821 * variables.texi (File Local Variables): Remove the special case t for
5822 safe-local-variable.
5823
58242006-04-26 Richard Stallman <rms@gnu.org>
5825
5826 * syntax.texi (Parsing Expressions): Minor cleanup.
5827
58282006-04-18 Richard Stallman <rms@gnu.org>
5829
5830 * tips.texi (Coding Conventions): Explain when the package's
5831 prefix should appear later on (not at the start of the name).
5832
5833 * searching.texi (String Search): Clarify effect of NOERROR.
5834
5835 * modes.texi (Imenu): Clarify what special items do.
5836
5837 * hooks.texi (Standard Hooks): Delete text about old hook names.
5838
58392006-04-17 Romain Francoise <romain@orebokech.com>
5840
5841 * variables.texi (Local Variables): Update the default value of
5842 `max-specpdl-size'.
5843
58442006-04-15 Michael Olson <mwolson@gnu.org>
5845
5846 * processes.texi (Transaction Queues): Mention the new optional
5847 `delay-question' argument for `tq-enqueue'.
5848
58492006-04-13 Bill Wohler <wohler@newt.com>
5850
5851 * customize.texi (Common Keywords): Use dotted notation for
5852 :package-version value. Specify its values. Improve documentation
5853 for customize-package-emacs-version-alist.
5854
58552006-04-12 Bill Wohler <wohler@newt.com>
5856
5857 * customize.texi (Common Keywords): Move description of
5858 customize-package-emacs-version-alist to @defvar.
5859
58602006-04-10 Bill Wohler <wohler@newt.com>
5861
5862 * customize.texi (Common Keywords): Add :package-version.
5863
58642006-04-10 Kim F. Storm <storm@cua.dk>
5865
5866 * text.texi (Buffer Contents): Add NOPROPS arg to
5867 filter-buffer-substring.
5868
58692006-04-08 Kevin Ryde <user42@zip.com.au>
5870
5871 * os.texi (Command-Line Arguments): Update xref to emacs manual
5872 "Command Arguments" -> "Emacs Invocation", per change there.
5873
58742006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5875
5876 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5877 be on one line to help makeinfo not render two spaces after the dot.
5878
58792006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5880
5881 * strings.texi (Predicates for Strings): Add string-or-null-p.
5882
58832006-03-28 Kim F. Storm <storm@cua.dk>
5884
5885 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5886 remarks about systems that don't support fractional seconds.
5887
58882006-03-25 Karl Berry <karl@gnu.org>
5889
5890 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5891 the year list.
5892
58932006-03-21 Nick Roberts <nickrob@snap.net.nz>
5894
5895 * display.texi (Fringe Indicators): Fix typos.
5896
58972006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5898
5899 * tips.texi (Documentation Tips): One can now also write `program'
5900 in front of a quoted symbol in a docstring to prevent making a
5901 hyperlink.
5902
59032006-03-19 Alan Mackenzie <acm@muc.de>
5904
5905 * text.texi (Special Properties): Clarify `fontified' property.
5906
59072006-03-16 Richard Stallman <rms@gnu.org>
5908
5909 * display.texi (Defining Images): Minor cleanup.
5910
59112006-03-16 Bill Wohler <wohler@newt.com>
5912
5913 * display.texi (Defining Images): In image-load-path-for-library,
5914 prefer user's images.
5915
59162006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5917
5918 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5919
59202006-03-15 Bill Wohler <wohler@newt.com>
5921
5922 * display.texi (Defining Images): Fix example in
5923 image-load-path-for-library by not recommending that one binds
5924 image-load-path. Just defvar it to placate compiler and only use
5925 it if previously defined.
5926
59272006-03-14 Bill Wohler <wohler@newt.com>
5928
5929 * display.texi (Defining Images): In image-load-path-for-library,
5930 always return list of directories. Update example.
5931
59322006-03-14 Alan Mackenzie <acm@muc.de>
5933
5934 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5935 This describes font-lock-extend-region-function.
5936 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5937 the new node "Region to Fontify".
5938
59392006-03-13 Richard Stallman <rms@gnu.org>
5940
5941 * display.texi (Invisible Text): The impossible position is
5942 now before the invisible text, not after.
5943 (Defining Images): Clean up last change.
5944
59452006-03-11 Bill Wohler <wohler@newt.com>
5946
5947 * display.texi (Defining Images): Add image-load-path-for-library.
5948
59492006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5950
5951 * text.texi (Adaptive Fill): Fix Texinfo usage.
5952
5953 * strings.texi (Creating Strings): Fix Texinfo usage.
5954
5955 * searching.texi (Regexp Special): Use @samp for regular
5956 expressions that are not in Lisp syntax.
5957
59582006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5959
5960 * searching.texi (Regexp Special): Put remark between parentheses
5961 to avoid misreading.
5962
59632006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5964
5965 * searching.texi (Syntax of Regexps): More accurately describe
5966 which characters are special in which situations.
5967 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5968 are not special. Describe in detail when `[' and `]' are special.
5969 (Regexp Backslash): Plenty of regexps with unbalanced square
5970 brackets are valid, so reword that statement.
5971
59722006-03-02 Kim F. Storm <storm@cua.dk>
5973
5974 * keymaps.texi (Tool Bar): Add tool-bar-border.
5975
59762006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5977
5978 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5979
59802006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5981
5982 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5983
5984 * files.texi (Locating Files): Suggest additional values for the
5985 SUFFIXES arg of `locate-file'. Update pxref.
5986
5987 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5988 (How Programs Do Loading): Discuss the effects of Auto Compression
5989 mode on `load'.
5990 (Load Suffixes): New node.
5991 (Library Search): Delete description of `load-suffixes'; it was
5992 moved to "Load Suffixes".
5993 (Autoload, Named Features): Mention `load-suffixes'.
5994
59952006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5996
5997 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5998
5999 * windows.texi (Window Tree): Fix typo.
6000
60012006-02-20 Kim F. Storm <storm@cua.dk>
6002
6003 * display.texi (Fringe Indicators): New section.
6004 Move indicate-empty-lines, indicate-buffer-boundaries, and
6005 default-indicate-buffer-boundaries here.
6006 Add fringe-indicator-alist and default-fringes-indicator-alist.
6007 Add list of logical fringe indicator symbols.
6008 Update list of standard bitmap names.
6009 (Fringe Cursors): New section.
6010 Move overflow-newline-into-fringe here.
6011 Add fringe-cursor-alist and default-fringes-cursor-alist.
6012 Add list of fringe cursor symbols.
6013
60142006-02-20 Juanma Barranquero <lekktu@gmail.com>
6015
6016 * commands.texi (Using Interactive): Fix reference to node
6017 "Minibuffers".
6018
60192006-02-19 Richard M. Stallman <rms@gnu.org>
6020
6021 * minibuf.texi (High-Level Completion):
6022 Add xref to read-input-method-name.
6023
6024 * files.texi (Relative File Names): Move file-relative-name here.
6025 (File Name Expansion): From here. Minor clarifications.
6026
6027 * commands.texi (Using Interactive): Add xrefs about reading input.
6028 Clarify remarks about that moving point and mark.
6029 Put string case before list case.
6030
c8763fb6 60312006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6032
6033 * display.texi (Other Display Specs, Image Descriptors):
6034 Revert erroneous changes. The previous description of
6035 image-descriptors as `(image . PROPS)' was correct.
6036
60372006-02-14 Richard M. Stallman <rms@gnu.org>
6038
6039 * variables.texi (File Local Variables): Clarifications.
6040
60412006-02-14 Juanma Barranquero <lekktu@gmail.com>
6042
6043 * variables.texi (File Local Variables): Use @code for a cons
6044 cell, not @var.
6045
60462006-02-13 Chong Yidong <cyd@stupidchicken.com>
6047
6048 * variables.texi (File Local Variables): Document new file local
6049 variable behavior.
6050
60512006-02-10 Kim F. Storm <storm@cua.dk>
6052
6053 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6054
60552006-02-08 Juanma Barranquero <lekktu@gmail.com>
6056
6057 * modes.texi (%-Constructs): Remove obsolete info about
6058 `global-mode-string'.
6059
60602006-02-07 Richard M. Stallman <rms@gnu.org>
6061
6062 * commands.texi (Prefix Command Arguments): Minor cleanup.
6063
6064 * display.texi: "Graphical display", not window system.
6065
6066 * functions.texi (What Is a Function): Fix xref.
6067
6068 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6069 (Changing Key Bindings): Clarify when remapping is better than
6070 substitute-key-definition.
6071
60722006-02-02 Richard M. Stallman <rms@gnu.org>
6073
6074 * minibuf.texi (Basic Completion): Completion alists are risky.
6075
6076 * keymaps.texi (Active Keymaps): Clarifications.
6077 (Searching Keymaps): New node.
6078 (Keymaps): Update menu.
6079
6080 * frames.texi (Layout Parameters): Minor clarification.
6081 (Drag and Drop): New node.
6082 (Frames): Update menu.
6083
60842006-01-29 Chong Yidong <cyd@stupidchicken.com>
6085
6086 * display.texi (Other Display Specs, Image Descriptors):
6087 Image description is a list, not a cons cell.
6088
60892006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6090
6091 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6092 list is not necessarily a list).
6093
60942006-01-27 Eli Zaretskii <eliz@gnu.org>
6095
6096 * frames.texi (Layout Parameters): border-width and
6097 internal-border-width belong to the frame, not the window.
6098
60992006-01-19 Richard M. Stallman <rms@gnu.org>
6100
6101 * nonascii.texi (Translation of Characters): Search cmds use
6102 translation-table-for-input. Automatically made local.
6103
6104 * markers.texi (Overview of Markers): Count insertion type
6105 as one of a marker's attributes.
6106
6107 * keymaps.texi (Controlling Active Maps): New node, split out of
6108 Active Keymaps.
6109 (Keymaps): Menu updated.
6110 (Active Keymaps): Give pseudocode to explain how the active
6111 maps are searched. current-active-maps and key-binding moved here.
6112 (Functions for Key Lookup): current-active-maps and key-binding moved.
6113 Clarifications.
6114 (Searching the Keymaps): New subnode.
6115
6116 * elisp.texi (Top): Menu clarification.
6117
6118 * display.texi (Other Display Specs): Delete duplicate entry for
6119 just a string as display spec. Move text about recursive display
6120 specs on such a string.
6121
6122 * commands.texi (Key Sequence Input): Clarify.
6123 Move num-nonmacro-input-events out.
6124 (Reading One Event): num-nonmacro-input-events moved here.
6125
61262006-01-14 Nick Roberts <nickrob@snap.net.nz>
6127
6128 * advice.texi (Simple Advice): Update example to fit argument
6129 change in previous-line.
6130
61312006-01-05 Richard M. Stallman <rms@gnu.org>
6132
6133 * markers.texi (The Mark): Fix in `mark'.
6134
61352006-01-04 Richard M. Stallman <rms@gnu.org>
6136
6137 * processes.texi (Misc Network, Make Network): Minor cleanups.
6138
61392006-01-04 Kim F. Storm <storm@cua.dk>
6140
6141 * processes.texi (Make Network): Add IPv6 addresses and handling.
6142 (Network Feature Testing): Mention (:family ipv6).
6143 (Misc Network): Add IPv6 formats to format-network-address.
6144
61452005-12-30 Richard M. Stallman <rms@gnu.org>
6146
6147 * text.texi (Changing Properties):
6148 Don't use return value of set-text-properties.
6149
61502005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6151
6152 * modes.texi (Mode Line Format): Correct typo in menu.
6153
61542005-12-29 Richard M. Stallman <rms@gnu.org>
6155
6156 * modes.texi (Mode Line Top): New node.
6157 (Mode Line Data): Some text moved to new node.
6158 Explain the data structure more concretely.
6159 (Mode Line Basics): Clarifications.
6160 (Mode Line Variables): Clarify intro paragraph.
6161 (%-Constructs): Clarify intro paragraph.
6162 (Mode Line Format): Update menu.
6163
61642005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6165
6166 * minibuf.texi (Basic Completion): Update lazy-completion-table
6167 examples for removal of ARGS argument.
6168
61692005-12-23 Richard M. Stallman <rms@gnu.org>
6170
6171 * text.texi (Undo): Restore some explanation from the version
6172 that was deleted.
6173
61742005-12-23 Eli Zaretskii <eliz@gnu.org>
6175
6176 * text.texi (Undo): Remove duplicate descriptions of `apply
6177 funname' and `apply delta' elements of the undo list.
6178
61792005-12-20 Richard M. Stallman <rms@gnu.org>
6180
6181 * help.texi (Help Functions): Update documentation of `apropos'.
6182
61832005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6184
6185 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6186 because it is confusing. If the :help-echo keyword is a function,
6187 it is not directly used as the :help-echo overlay property, as the
6188 xref seems to suggest (it does not take the appropriate args).
6189
61902005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6191
6192 * customize.texi (Common Keywords): Fix Texinfo usage.
6193 (Group Definitions, Variable Definitions): Update for new
6194 conventions for using `*' in docstrings.
6195
6196 * tips.texi (Documentation Tips): Update for new conventions for
6197 using `*' in docstrings.
6198
61992005-12-16 Richard M. Stallman <rms@gnu.org>
6200
6201 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6202
62032005-12-16 Juri Linkov <juri@jurta.org>
6204
6205 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6206
62072005-12-14 Romain Francoise <romain@orebokech.com>
6208
6209 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6210 Fix typo.
6211
62122005-12-11 Juri Linkov <juri@jurta.org>
6213
6214 * minibuf.texi (Completion Commands): Add mention of read-file-name
6215 for filename completion keymaps.
6216 (Reading File Names): Add mention of filename completion keymaps
6217 for read-file-name and xref to `Completion Commands'.
6218
62192005-12-10 Richard M. Stallman <rms@gnu.org>
6220
6221 * customize.texi (Common Keywords): State caveats for use of :tag.
6222
62232005-12-08 Richard M. Stallman <rms@gnu.org>
6224
6225 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6226 with xrefs and better explanation.
6227 (Completion Commands): Add the filename completion maps.
6228
6229 * objects.texi (Character Type): Clarify that \s is not space
6230 if a dash follows.
6231
62322005-12-05 Richard M. Stallman <rms@gnu.org>
6233
6234 * windows.texi (Resizing Windows): Delete preserve-before args.
6235
62362005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6237
6238 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6239 in full keymaps, since the quirk has been fixed.
6240
62412005-12-03 Eli Zaretskii <eliz@gnu.org>
6242
5dcb4c4e
SM
6243 * hooks.texi (Standard Hooks): Add index entries.
6244 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6245
62462005-11-27 Richard M. Stallman <rms@gnu.org>
6247
6248 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6249
62502005-11-21 Juri Linkov <juri@jurta.org>
6251
6252 * customize.texi (Common Keywords): Update links types
6253 custom-manual and url-link. Add link types emacs-library-link,
6254 file-link, function-link, variable-link, custom-group-link.
6255
62562005-11-20 Chong Yidong <cyd@stupidchicken.com>
6257
6258 * display.texi: Revert 2005-11-20 change.
6259
62602005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6261
6262 * processes.texi (Bindat Functions):
6263 Say "third" to refer to zero-based index "2".
6264
62652005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6266
6267 * loading.texi (Library Search): Update the default value of
6268 `load-suffixes'.
6269
62702005-11-17 Chong Yidong <cyd@stupidchicken.com>
6271
6272 * display.texi (Attribute Functions): Mention :ignore-defface.
6273
62742005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6275
6276 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6277 (Minor Mode Conventions): Mention the use of a hook.
6278
62792005-11-06 Richard M. Stallman <rms@gnu.org>
6280
6281 * files.texi (Magic File Names): find-file-name-handler checks the
6282 `operations' property of the handler.
6283
62842005-11-03 Richard M. Stallman <rms@gnu.org>
6285
6286 * variables.texi (Frame-Local Variables): Small clarification.
6287
62882005-10-29 Chong Yidong <cyd@stupidchicken.com>
6289
6290 * os.texi (Init File): Document ~/.emacs.d/init.el.
6291
62922005-10-29 Richard M. Stallman <rms@gnu.org>
6293
6294 * internals.texi (Garbage Collection): Document memory-full.
6295
62962005-10-28 Bill Wohler <wohler@newt.com>
6297
6298 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6299 for URLs.
6300
63012005-10-28 Richard M. Stallman <rms@gnu.org>
6302
6303 * minibuf.texi (Completion Commands): Clean up prev change.
6304
63052005-10-26 Kevin Ryde <user42@zip.com.au>
6306
6307 * compile.texi (Eval During Compile): Explain recommended uses
6308 of eval-when-compile and eval-and-compile.
6309
63102005-10-27 Masatake YAMATO <jet@gyve.org>
6311
6312 * minibuf.texi (Completion Commands):
6313 Write about new optional argument for `display-completion-list'.
6314
63152005-10-23 Richard M. Stallman <rms@gnu.org>
6316
6317 * display.texi (Overlay Arrow): Clarify about local bindings of
6318 overlay-arrow-position.
6319
63202005-10-22 Eli Zaretskii <eliz@gnu.org>
6321
6322 * internals.texi (Building Emacs): Fix last change.
6323
63242005-10-22 Richard M. Stallman <rms@gnu.org>
6325
6326 * internals.texi (Building Emacs): Document eval-at-startup.
6327
63282005-10-21 Richard M. Stallman <rms@gnu.org>
6329
6330 * loading.texi (Where Defined): load-history contains abs file names.
6331 symbol-file returns abs file names.
6332
63332005-10-19 Kim F. Storm <storm@cua.dk>
6334
6335 * display.texi (Showing Images): Add max-image-size integer value.
6336
63372005-10-18 Chong Yidong <cyd@stupidchicken.com>
6338
6339 * display.texi (Showing Images): Document max-image-size.
6340
63412005-10-17 Richard M. Stallman <rms@gnu.org>
6342
6343 * commands.texi (Quitting): Minor clarification.
6344
6345 * processes.texi (Sentinels): Clarify about output and quitting.
6346 (Filter Functions): Mention with-local-quit.
6347
63482005-10-17 Juri Linkov <juri@jurta.org>
6349
6350 * buffers.texi (Current Buffer):
6351 * commands.texi (Event Input Misc):
6352 * compile.texi (Eval During Compile, Compiler Errors):
6353 * customize.texi (Group Definitions):
6354 * display.texi (Progress, Defining Faces):
6355 * files.texi (Writing to Files):
6356 * modes.texi (Mode Hooks, Defining Minor Modes):
6357 * streams.texi (Output Functions):
6358 * syntax.texi (Syntax Table Functions):
6359 * text.texi (Change Hooks):
6360 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6361
6362 * commands.texi (Quitting): Replace arg `forms' with `body' in
6363 `with-local-quit'.
6364
6365 * positions.texi (Excursions): Replace arg `forms' with `body' in
6366 `save-excursion'.
6367
63682005-10-08 Kim F. Storm <storm@cua.dk>
6369
6370 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6371 Rename manual section accordingly.
6372
63732005-10-04 Kim F. Storm <storm@cua.dk>
6374
6375 * windows.texi (Window Split Tree): New section describing
6376 new function window-split-tree function.
6377
63782005-10-03 Nick Roberts <nickrob@snap.net.nz>
6379
6380 * display.texi (Fringe Size/Pos): Simplify and add detail.
6381
63822005-09-30 Romain Francoise <romain@orebokech.com>
6383
6384 * minibuf.texi (High-Level Completion): Explain that the prompt
6385 given to `read-buffer' should end with a colon and a space.
6386 Update usage examples.
6387
63882005-09-29 Juri Linkov <juri@jurta.org>
6389
6390 * display.texi (Displaying Messages): Rename argument name
6391 `string' to `format-string' in functions `message', `message-box',
6392 `message-or-box'.
6393
63942005-09-26 Chong Yidong <cyd@stupidchicken.com>
6395
6396 * errors.texi (Standard Errors): Correct xrefs.
6397
63982005-09-18 Chong Yidong <cyd@stupidchicken.com>
6399
6400 * display.texi (Defining Images): Update documentation for
6401 `image-load-path'.
6402
64032005-09-17 Richard M. Stallman <rms@gnu.org>
6404
6405 * display.texi (Defining Images): Clean up previous change.
6406
64072005-09-16 Romain Francoise <romain@orebokech.com>
6408
6409 * elisp.texi: Specify GFDL version 1.2.
6410
6411 * doclicense.texi (GNU Free Documentation License): Update to
6412 version 1.2.
6413
64142005-09-15 Chong Yidong <cyd@stupidchicken.com>
6415
6416 * display.texi (Defining Images): Document `image-load-path'.
6417
64182005-09-15 Richard M. Stallman <rms@gnu.org>
6419
6420 * objects.texi (Printed Representation): Minor cleanup.
6421 (Box Diagrams): Minor fix.
6422 (Cons Cell Type): Move (...) index item here.
6423 (Box Diagrams): From here.
6424 (Array Type): Minor fix.
6425 (Type Predicates): Delete index "predicates".
6426 (Hash Table Type): Clarify xref.
6427 (Dotted Pair Notation): Minor fix.
6428
64292005-09-10 Chong Yidong <cyd@stupidchicken.com>
6430
6431 * files.texi (Saving Buffers): Fix typo.
6432
64332005-09-08 Richard M. Stallman <rms@gnu.org>
6434
6435 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6436
64372005-09-08 Chong Yidong <cyd@stupidchicken.com>
6438
6439 * locals.texi (Standard Buffer-Local Variables): Don't include
6440 mode variables for minor modes.
6441 Fix xrefs for buffer-display-count, buffer-display-table,
6442 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6443 enable-multibyte-characters, fill-column, header-line-format,
6444 left-fringe-width, left-margin, and right-fringe-width.
6445
6446 * hooks.texi (Standard Hooks): All hooks should conform to the
6447 standard naming convention now.
6448 Fix xref for `echo-area-clear-hook'.
6449
6450 * display.texi (Usual Display): Note that indicate-empty-lines and
6451 tab-width are buffer-local.
6452
6453 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6454
6455 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6456
6457 * nonascii.texi (Encoding and I/O): Note that
6458 buffer-file-coding-system is buffer-local.
6459
6460 * positions.texi (List Motion): Note that defun-prompt-regexp is
6461 buffer-local.
6462
6463 * text.texi (Auto Filling): Note that auto-fill-function is
6464 buffer-local.
6465 (Undo): Note that buffer-undo-list is buffer-local.
6466
5dcb4c4e
SM
6467 * windows.texi (Buffers and Windows):
6468 Document buffer-display-count.
b8d4c8d0
GM
6469
64702005-09-06 Richard M. Stallman <rms@gnu.org>
6471
6472 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6473 package prefix elsewhere than at the start of the name.
6474
64752005-09-03 Richard M. Stallman <rms@gnu.org>
6476
6477 * tips.texi (Programming Tips): Add conventions for minibuffer
6478 questions and prompts.
6479
64802005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6481
6482 * intro.texi (nil and t): Minor cleanup.
6483 Delete spurious mention of keyword symbols.
6484 (Evaluation Notation): Add index entry.
6485 (A Sample Function Description): Minor cleanup.
6486 (A Sample Variable Description): Not all vars can be set.
6487
64882005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6489
6490 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6491
6492 (Insertion): Document precise type of `insert-char' arg COUNT.
6493
64942005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * modes.texi (Other Font Lock Variables): Sync the default of
6497 font-lock-lines-before.
6498
64992005-08-31 Michael Albinus <michael.albinus@gmx.de>
6500
6501 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6502
65032005-08-29 Richard M. Stallman <rms@gnu.org>
6504
6505 * elisp.texi (Top): Update subnode menu.
6506
6507 * searching.texi (Searching and Matching): Move node.
6508 Rearrange contents and add overall explanation.
6509 (Searching and Case): Move node.
6510 (Searching and Matching): Update menu.
6511
65122005-08-27 Eli Zaretskii <eliz@gnu.org>
6513
6514 * os.texi (Startup Summary): Fix the description of the initial
6515 startup message display.
6516
65172005-08-25 Richard M. Stallman <rms@gnu.org>
6518
6519 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6520
65212005-08-25 Emilio C. Lopes <eclig@gmx.net>
6522
6523 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6524 `next-overlay-change' example.
6525
65262005-08-22 Juri Linkov <juri@jurta.org>
6527
6528 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6529 Fix invert-face. Fix args of face-background.
6530
6531 * display.texi (Standard Faces): Delete node.
6532 (Faces): Add xref to `(emacs)Standard Faces'.
6533 (Displaying Faces): Fix xref to `Standard Faces'.
6534
6535 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6536
65372005-08-20 Alan Mackenzie <acm@muc.de>
6538
6539 * buffers.texi (The Buffer List): Clarify the manipulation of the
6540 buffer list.
6541
65422005-08-14 Richard M. Stallman <rms@gnu.org>
6543
6544 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6545 a regexp.
6546
65472005-08-11 Richard M. Stallman <rms@gnu.org>
6548
6549 * elisp.texi (Top): Update subnode lists.
6550
6551 * display.texi (Inverse Video): Node deleted.
6552
6553 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6554 New nodes split out of Coding Conventions.
6555
6556 * searching.texi (Regular Expressions): Document re-builder.
6557
6558 * os.texi (Time Parsing): New node split out of Time Conversion.
6559
6560 * processes.texi (Misc Network, Network Feature Testing)
6561 (Network Options, Make Network): New nodes split out of
6562 Low-Level Network.
6563
65642005-08-09 Richard M. Stallman <rms@gnu.org>
6565
6566 * frames.texi (Geometry): New node, split from Size and Position.
6567 (Frame Parameters): Refer to Geometry.
6568
6569 * buffers.texi (The Buffer List): Fix xrefs.
6570
6571 * windows.texi (Splitting Windows): Fix xref.
6572
6573 * frames.texi (Layout Parameters): Add xref.
6574
6575 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6576
6577 * keymaps.texi (Menu Bar): Fix xref.
6578
6579 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6580
6581 * modes.texi (%-Constructs): Fix xref.
6582
6583 * frames.texi (Window Frame Parameters): Node split up.
6584 (Basic Parameters, Position Parameters, Size Parameters)
6585 (Layout Parameters, Buffer Parameters, Management Parameters)
6586 (Cursor Parameters, Color Parameters): New subnodes.
6587
65882005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6589
6590 * positions.texi (Screen Lines): Update xref for previous change
6591 in minibuf.texi.
6592
6593 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6594 change in minibuf.texi.
6595
65962005-08-09 Richard M. Stallman <rms@gnu.org>
6597
6598 * tips.texi (Coding Conventions): Minor cleanup.
6599
6600 * modes.texi (Defining Minor Modes): Explain when init-value
6601 can be non-nil.
6602
6603 * elisp.texi (Top): Update submenu for Minibuffer.
6604
6605 * minibuf.texi (Minibuffer Misc): Node split up.
6606 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6607 (Recursive Mini): New nodes split out from Minibuffer Misc.
6608 (Minibuffer Misc): Document max-mini-window-height.
6609
6610 * hash.texi (Defining Hash): Delete stray paren in example.
6611
6612 * display.texi (Echo Area Customization): Don't define
6613 max-mini-window-height here; xref instead.
6614
6615 * commands.texi (Event Input Misc): Update while-no-input.
6616
6617 * advice.texi (Advising Functions): Explain when to use advice
6618 and when to use a hook.
6619
66202005-07-30 Eli Zaretskii <eliz@gnu.org>
6621
6622 * makefile.w32-in (info): Don't run install-info.
6623 ($(infodir)/dir): New target, produced by running install-info.
6624
66252005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6626
6627 * modes.texi (Defining Minor Modes): The keyword for the initial
6628 value is :init-value, not :initial-value.
6629
66302005-07-23 Eli Zaretskii <eliz@gnu.org>
6631
6632 * loading.texi (Autoload): Make the `doctor' example be consistent
6633 with what's in current loaddefs.el. Describe the "fn" magic in
6634 the usage portion of the doc string.
6635
66362005-07-22 Richard M. Stallman <rms@gnu.org>
6637
6638 * internals.texi (Garbage Collection): Clarify previous change.
6639
66402005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6641
6642 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6643
66442005-07-18 Juri Linkov <juri@jurta.org>
6645
6646 * commands.texi (Accessing Events):
6647 * frames.texi (Text Terminal Colors, Resources):
6648 * markers.texi (The Mark):
6649 * modes.texi (Defining Minor Modes):
6650 Delete duplicate duplicate words.
6651
66522005-07-16 Richard M. Stallman <rms@gnu.org>
6653
6654 * display.texi (Managing Overlays): Clarify make-overlay
6655 args for insertion types.
6656
66572005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6658
6659 * customize.texi (Variable Definitions):
6660 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6661 `standard-value' is a list too.
6662 (Defining New Types): Use @key{RET} instead of @key{ret}.
6663
66642005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6665
6666 * os.texi (Translating Input): Fix typo.
6667
66682005-07-08 Richard M. Stallman <rms@gnu.org>
6669
6670 * README: Update edition number and size estimate.
6671
6672 * elisp.texi (VERSION): Set to 2.9.
6673
66742005-07-07 Richard M. Stallman <rms@gnu.org>
6675
6676 * book-spine.texinfo: Update Emacs version.
6677
6678 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6679
66802005-07-06 Richard M. Stallman <rms@gnu.org>
6681
6682 * searching.texi (Regexp Search): Clarify what re-search-forward
6683 does when the search fails.
6684
66852005-07-05 Lute Kamstra <lute@gnu.org>
6686
6687 * Update FSF's address in GPL notices.
6688
6689 * doclicense.texi (GNU Free Documentation License):
6690 * gpl.texi (GPL):
6691 * tips.texi (Coding Conventions, Library Headers):
6692 * vol1.texi:
6693 * vol2.texi: Update FSF's address.
6694
66952005-07-04 Richard M. Stallman <rms@gnu.org>
6696
6697 * hooks.texi (Standard Hooks): Add occur-hook.
6698
66992005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6700
6701 * display.texi (The Echo Area): Correct menu.
6702
67032005-07-03 Richard M. Stallman <rms@gnu.org>
6704
6705 * elisp.texi (Top): Update subnode menu for Display.
6706
6707 * display.texi (Displaying Messages): New node, with most
6708 of what was in The Echo Area.
5dcb4c4e 6709 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6710 (Logging Messages): New node with new text.
6711 (Echo Area Customization): New node, the rest of what was
6712 in The Echo Area. Document message-truncate-lines with @defvar.
6713 (Display): Update menu.
6714
6715 * windows.texi (Textual Scrolling): Doc 3 values for
6716 scroll-preserve-screen-position.
6717
6718 * text.texi (Special Properties): Change hook functions
6719 should bind inhibit-modification-hooks around altering buffer text.
6720
6721 * keymaps.texi (Key Binding Commands): Call binding BINDING
6722 rather than DEFINITION.
6723
67242005-06-29 Juanma Barranquero <lekktu@gmail.com>
6725
6726 * variables.texi (Defining Variables): `user-variable-p' returns t
6727 for aliases of user options, nil for alias loops.
6728
67292005-06-28 Richard M. Stallman <rms@gnu.org>
6730
6731 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6732 make-keymap.
6733
67342005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6735
6736 * variables.texi (Setting Variables): Correct and clarify
6737 description of `add-to-ordered-list'.
6738
67392005-06-26 Richard M. Stallman <rms@gnu.org>
6740
6741 * display.texi (Faces): Minor cleanup.
6742
67432005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6744
6745 * display.texi (Faces): `facep' returns t for strings that are
6746 face names.
6747
67482005-06-25 Richard M. Stallman <rms@gnu.org>
6749
6750 * objects.texi (Equality Predicates): Clarify meaning of equal.
6751
6752 * windows.texi (Selecting Windows): save-selected-window
6753 and with-selected-window save and restore the current buffer.
6754
67552005-06-24 Richard M. Stallman <rms@gnu.org>
6756
6757 * numbers.texi (Float Basics): Explain how to test for NaN,
6758 and printing the sign of NaNs.
6759
67602005-06-24 Eli Zaretskii <eliz@gnu.org>
6761
6762 * makefile.w32-in (MAKEINFO): Use --force.
6763
67642005-06-23 Richard M. Stallman <rms@gnu.org>
6765
6766 * display.texi (Face Functions): Correct Texinfo usage.
6767
67682005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6769
6770 * lists.texi (Rings): `ring-elements' now returns the elements of
6771 RING in order.
6772
67732005-06-23 Juanma Barranquero <lekktu@gmail.com>
6774
6775 * markers.texi (The Mark): Texinfo usage fix.
6776
67772005-06-23 Kim F. Storm <storm@cua.dk>
6778
6779 * searching.texi (Entire Match Data): Remove evaporate option for
6780 match-data. Do not mention evaporate option for set-match-data.
6781
67822005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6783
6784 * display.texi (Face Functions): Mention face aliases.
6785
67862005-06-21 Richard M. Stallman <rms@gnu.org>
6787
6788 * anti.texi (Antinews): Texinfo usage fix.
6789
67902005-06-21 Karl Berry <karl@gnu.org>
6791
6792 * elisp.texi: Use @copying.
6793
6794 * elisp.texi: Put @summarycontents and @contents before the Top
6795 node, instead of the end of the file, so that the contents appear
6796 in the right place in the dvi/pdf output.
6797
67982005-06-21 Juri Linkov <juri@jurta.org>
6799
6800 * display.texi (Defining Faces): Add `customized-face'.
6801
68022005-06-20 Kim F. Storm <storm@cua.dk>
6803
6804 * variables.texi (Setting Variables): Any type of element can be
6805 given order in add-to-ordered-list. Compare elements with eq.
6806
6807 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6808
68092005-06-20 Karl Berry <karl@gnu.org>
6810
6811 * syntax.texi (Syntax Flags): Make last column very slightly wider
6812 to avoid "generic comment" breaking on two lines and causing an
6813 underfull box.
6814
68152005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6816
6817 * lists.texi (Rings): Various minor clarifications and corrections.
6818
68192005-06-18 Richard M. Stallman <rms@gnu.org>
6820
6821 * functions.texi (Obsolete Functions): Simplify.
6822
6823 * variables.texi (Variable Aliases): Simplify.
6824
6825 * anti.texi, backups.texi, compile.texi, customization.texi:
6826 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6827 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6828 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6829 * variables.texi: Fix formatting ugliness.
6830
6831 * elisp.texi: Add links to Rings and Byte Packing.
6832 Update version and copyright years.
6833
6834 * minibuf.texi: Fix formatting ugliness.
6835 (Completion Commands): Move keymap vars to the end
6836 and vars completing-read binds to the top.
6837
68382005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6839
6840 * processes.texi: Fix typos.
6841 (Bindat Spec): Correct Texinfo error.
6842 (Byte Packing): Fix ungrammatical sentence.
6843
68442005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6845
6846 * lists.texi (Rings): New node.
6847 (Lists): Add it to menu.
6848
6849 * processes.texi (Byte Packing): New node.
6850 (Processes): Add it to menu.
6851
68522005-06-17 Richard M. Stallman <rms@gnu.org>
6853
6854 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6855
6856 * help.texi (Documentation Basics): Explain the xref to
6857 Documentation Tips.
6858
6859 * debugging.texi (Debugger Commands): Minor fix.
6860
68612005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6862
6863 * edebug.texi (Instrumenting): Eliminate duplicate link.
6864 (Specification List): Replace references to "below", referring to
6865 a later node, with one @ref to that node.
6866
6867 * os.texi (Timers): Timers should save and restore the match data
6868 if they change it.
6869
6870 * debugging.texi (Debugger Commands): Mention that the Lisp
6871 debugger can not step through primitive functions.
6872
68732005-06-16 Juanma Barranquero <lekktu@gmail.com>
6874
6875 * functions.texi (Obsolete Functions): Update argument names of
6876 `make-obsolete' and `define-obsolete-function-alias'.
6877
6878 * variables.texi (Variable Aliases): Update argument names of
6879 `defvaralias', `make-obsolete-variable' and
6880 `define-obsolete-variable-alias'.
6881
68822005-06-15 Kim F. Storm <storm@cua.dk>
6883
6884 * searching.texi (Entire Match Data): Rephrase warnings about
6885 evaporate arg to match-data and set-match-data.
6886
68872005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6888
6889 * elisp.texi (Top): Update detailed menu.
6890
6891 * edebug.texi (Edebug): Update menu.
6892 (Instrumenting): Update xrefs.
6893 (Edebug Execution Modes): Correct xref.
6894 (Jumping): Clarify description of `h' command.
6895 Eliminate redundant @ref.
6896 (Breaks): New node.
6897 (Breakpoints): Is now a subsubsection.
6898 (Global Break Condition): Mention `C-x X X'.
6899 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6900 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6901 (Edebug Display Update): Correct pxref.
6902 (Edebug and Macros): New node.
6903 (Instrumenting Macro Calls): Is now a subsubsection.
6904 Neither arg of `def-edebug-spec' is evaluated.
6905 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6906 (Specification Examples): Fix typo.
6907
69082005-06-14 Lute Kamstra <lute@gnu.org>
6909
6910 * debugging.texi (Function Debugging): Primitives can break on
6911 entry too.
6912
69132005-06-14 Kim F. Storm <storm@cua.dk>
6914
6915 * variables.texi (Setting Variables): Add add-to-ordered-list.
6916
69172005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6918
6919 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6920 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6921
69222005-06-13 Lute Kamstra <lute@gnu.org>
6923
6924 * text.texi (Special Properties): Fix cross reference.
6925
69262005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6927
6928 * debugging.texi (Function Debugging): Delete mention of empty
6929 string argument to `cancel-debug-on-entry'. Delete inaccurate
6930 description of the return value of that command.
6931
69322005-06-11 Alan Mackenzie <acm@muc.de>
6933
6934 * text.texi (Adaptive Fill): Amplify the description of
6935 fill-context-prefix.
6936
69372005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6938
6939 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6940
69412005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6942
6943 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6944
69452005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6946
6947 * debugging.texi (Error Debugging): Minor rewording.
6948 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6949 is optional.
6950
69512005-06-10 Lute Kamstra <lute@gnu.org>
6952
6953 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6954 (Top): Give it a title. Correct version number. Give the
6955 detailed node listing a more prominent header.
6956 * intro.texi: Don't set VERSION here a second time.
6957 Mention Emacs's version too.
6958 * anti.texi (Antinews): Use EMACSVER to refer to the current
6959 version of Emacs.
6960
69612005-06-09 Kim F. Storm <storm@cua.dk>
6962
6963 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6964 match-data and set-match-data.
6965
69662005-06-08 Richard M. Stallman <rms@gnu.org>
6967
6968 * searching.texi (Entire Match Data): Clarify when match-data
6969 returns markers and when integers.
6970
6971 * display.texi (Defining Faces): Explain that face name should not
6972 end in `-face'.
6973
6974 * modes.texi (Mode Line Data): Minor cleanup.
6975 (Customizing Keywords): Node split out of Search-based Fontification.
6976 Add example of using font-lock-add-keywords from a hook.
6977 Clarify when MODE should be non-nil, and when nil.
6978
69792005-06-06 Richard M. Stallman <rms@gnu.org>
6980
6981 * modes.texi (Mode Line Data): Explain what happens when the car
6982 of a list is a void symbol.
6983 (Search-based Fontification): Explain MODE arg to
6984 font-lock-add-keywords and warn about calls from major modes.
6985
69862005-06-08 Juri Linkov <juri@jurta.org>
6987
6988 * display.texi (Standard Faces): Add `shadow' face.
6989
69902005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6991
6992 * modes.texi (Major Mode Conventions): A derived mode only needs
6993 to put the call to the parent mode inside `delay-mode-hooks'.
6994
69952005-05-29 Richard M. Stallman <rms@gnu.org>
6996
6997 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6998 new, and what that implies. Clarify.
6999
7000 * files.texi (Locating Files): Clean up the text.
7001
7002 * frames.texi (Window Frame Parameters): Document user-size.
7003 Shorten entry for top by referring to left.
7004
70052005-05-26 Richard M. Stallman <rms@gnu.org>
7006
7007 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7008 is new, and what the implications are. Other clarifications.
7009
70102005-05-24 Richard M. Stallman <rms@gnu.org>
7011
7012 * frames.texi (Dialog Boxes): Minor fixes.
7013
70142005-05-25 Masatake YAMATO <jet@gyve.org>
7015
7016 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7017
70182005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7019
7020 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7021 is optional.
7022
70232005-05-24 Nick Roberts <nickrob@snap.net.nz>
7024
10d1d0af 7025 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7026
70272005-05-23 Lute Kamstra <lute@gnu.org>
7028
7029 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7030 syntax-begin-function over font-lock-beginning-of-syntax-function.
7031
70322005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7033
7034 * minibuf.texi (Reading File Names): Update description of
7035 `read-directory-name'.
7036
7037 * modes.texi (Derived Modes): Clarify :group keyword.
7038
70392005-05-21 Eli Zaretskii <eliz@gnu.org>
7040
7041 * files.texi (Locating Files): New subsection.
7042 Describe locate-file and executable-find.
7043
70442005-05-21 Kevin Ryde <user42@zip.com.au>
7045
7046 * frames.texi (Initial Parameters): Update cross reference to
7047 "Emacs Invocation".
7048
70492005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7050
7051 * keymaps.texi (Active Keymaps): Add anchor.
7052
7053 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7054 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7055 appropriate place.
7056 (Derived Modes): Small clarifications.
7057 (Minor Mode Conventions, Keymaps and Minor Modes):
7058 Replace references to nodes with references to anchors.
7059 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7060 Clarify description of lists whose first element is an integer.
7061 (Mode Line Variables): Add anchor.
7062 (%-Constructs): Clarify description of integer after %.
7063 (Emulating Mode Line): Describe nil value for FACE.
7064
70652005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7066
7067 * modes.texi (Derived Modes): Correct references to non-existing
7068 variable standard-syntax-table.
7069
70702005-05-17 Lute Kamstra <lute@gnu.org>
7071
7072 * modes.texi (Defining Minor Modes): Mention the mode hook.
7073
70742005-05-15 Kim F. Storm <storm@cua.dk>
7075
7076 * processes.texi (Network): Remove open-network-stream-nowait.
7077 (Network Servers): Remove open-network-stream-server.
7078
70792005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7080
7081 * elisp.texi (Top): Update detailed menu.
7082
7083 * variables.texi: Reorder nodes.
7084 (Variables): Update menu.
7085 (File Local Variables): Do not refer to the `-*-' line as
7086 a "local variables list". Add pxref.
7087
70882005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7089
7090 * elisp.texi (Top): Update detailed menu for node changes.
7091
7092 * modes.texi (Modes): Update Menu.
7093 (Hooks): Move to beginning of chapter.
7094 Most minor modes run mode hooks too.
7095 `add-hook' can handle void hooks or hooks whose value is a single
7096 function.
7097 (Major Modes): Update Menu.
7098 (Major Mode Basics): New node, split off from `Major Modes'.
7099 (Major Mode Conventions): Correct xref. Explain how to handle
7100 auto-mode-alist if the major mode command has an autoload cookie.
7101 (Auto Major Mode): Major update. Add magic-mode-alist.
7102 (Derived Modes): Major update.
7103 (Mode Line Format): Update Menu.
7104 (Mode Line Basics): New node, split off from `Mode Line Format'.
7105
7106 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7107 for `magic autoload comment'. Add index entries and anchor.
7108
71092005-05-14 Richard M. Stallman <rms@gnu.org>
7110
7111 * tips.texi (Coding Conventions): Explain how important it is
7112 that just loading certain files not change Emacs behavior.
7113
7114 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7115
71162005-05-12 Lute Kamstra <lute@gnu.org>
7117
7118 * modes.texi (Generic Modes): Update.
7119 (Major Modes): Refer to node "Generic Modes".
7120
7121 * elisp.texi (Top): Update to the current structure of the manual.
7122 * processes.texi (Processes): Add menu description.
7123 * customize.texi (Customization): Add menu descriptions.
7124
71252005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7126
7127 * processes.texi (Signals to Processes)
7128 (Low-Level Network): Fix typos.
7129
71302005-05-11 Lute Kamstra <lute@gnu.org>
7131
7132 * elisp.texi (Top): Add some nodes from the chapter "Major and
7133 Minor Modes" to the detailed node listing.
7134
71352005-05-10 Richard M. Stallman <rms@gnu.org>
7136
7137 * keymaps.texi (Extended Menu Items): Menu item filter functions
7138 can be called at any time.
7139
71402005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7141
7142 * variables.texi (File Local Variables): `(hack-local-variables t)'
7143 now also checks whether a mode is specified in the local variables
7144 list.
7145
71462005-05-05 Kevin Ryde <user42@zip.com.au>
7147
7148 * display.texi (The Echo Area): Correct format function cross
7149 reference.
7150
71512005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7152
7153 * variables.texi (Variable Aliases): Change description of
7154 `define-obsolete-variable-alias'.
7155
7156 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7157 (Defining Functions): Add xref.
7158 (Obsolete Functions): New node.
7159 (Function Safety): Standardize capitalization of section title.
7160
7161 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7162 (Dialog Boxes): Complete description of `x-popup-dialog'.
7163
71642005-05-04 Richard M. Stallman <rms@gnu.org>
7165
7166 * commands.texi (Interactive Codes): Fix Texinfo usage.
7167 Document U more clearly.
7168
71692005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7170
7171 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7172 function and not a macro.
7173
7174 * frames.texi (Pop-Up Menus): Correct and clarify description of
7175 `x-popup-menu'.
7176 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7177
71782005-05-01 Richard M. Stallman <rms@gnu.org>
7179
7180 * edebug.texi (Checking Whether to Stop): Fix previous change.
7181
71822005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7183
7184 * display.texi: Fix typos and Texinfo usage.
7185
7186 * edebug.texi (Checking Whether to Stop): executing-macro ->
7187 executing-kbd-macro.
7188
71892005-05-01 Richard M. Stallman <rms@gnu.org>
7190
7191 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7192
71932005-04-30 Richard M. Stallman <rms@gnu.org>
7194
7195 * files.texi (Magic File Names): Document `operations' property.
7196
71972005-04-29 Lute Kamstra <lute@gnu.org>
7198
7199 * modes.texi (Generic Modes): New node.
7200 (Major Modes): Add it to the menu.
7201 (Derived Modes): Add "derived mode" to concept index.
7202
72032005-04-28 Lute Kamstra <lute@gnu.org>
7204
7205 * modes.texi (Defining Minor Modes): Fix previous change.
7206 (Font Lock Mode): Simplify.
7207 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7208 when set and that some parts are optional. Add cross references.
7209 (Search-based Fontification): Say how to specify font-lock-keywords.
7210 Add cross references. Add font-lock-multiline to index.
7211 Move font-lock-keywords-case-fold-search here from node "Other Font
7212 Lock Variables". Document font-lock-add-keywords and
7213 font-lock-remove-keywords.
7214 (Other Font Lock Variables): Move font-lock-keywords-only,
7215 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7216 and font-lock-syntactic-face-function to node "Syntactic Font
7217 Lock". Move font-lock-keywords-case-fold-search to node
7218 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7219 and font-lock-{,un}fontify-{buffer,region}-function.
7220 (Precalculated Fontification): Remove reference to deleted variable
7221 font-lock-core-only.
7222 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7223 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7224 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7225 and font-lock-syntactic-face-function here from node "Other Font
7226 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7227 Syntax Properties". Add cross references.
7228 (Setting Syntax Properties): New node.
7229 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7230 * syntax.texi (Syntax Properties): Add cross reference.
7231 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7232
72332005-04-26 Richard M. Stallman <rms@gnu.org>
7234
7235 * display.texi (Defining Faces):
7236 Document `default' elements of defface spec.
7237
7238 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7239
7240 * variables.texi (Variable Aliases): Clarify text.
7241
72422005-04-25 Chong Yidong <cyd@stupidchicken.com>
7243
7244 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7245
72462005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7247
7248 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7249
72502005-04-24 Eli Zaretskii <eliz@gnu.org>
7251
7252 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7253 syntax-after and syntax-class.
7254
7255 * files.texi (Changing Files): Fix last change's cross-reference.
7256 (Unique File Names): Don't mention "numbers" in the documentation
7257 of make-temp-file and make-temp-name.
7258
72592005-04-23 Richard M. Stallman <rms@gnu.org>
7260
7261 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7262
72632005-04-22 Nick Roberts <nickrob@snap.net.nz>
7264
7265 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7266
72672005-04-22 Nick Roberts <nickrob@snap.net.nz>
7268
7269 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7270 and define-obsolete-variable-alias.
7271
72722005-04-22 Kim F. Storm <storm@cua.dk>
7273
7274 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7275 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7276
72772005-04-21 Lute Kamstra <lute@gnu.org>
7278
7279 * lists.texi (Association Lists): Document rassq-delete-all.
7280
72812005-04-19 Richard M. Stallman <rms@gnu.org>
7282
7283 * modes.texi (Search-based Fontification): Explain that
7284 facespec is an expression to be evaluated.
7285
72862005-04-19 Kevin Ryde <user42@zip.com.au>
7287
7288 * streams.texi (Output Functions): Fix xref.
7289 * strings.texi (String Conversion): Fix xref.
7290
72912005-04-19 Kim F. Storm <storm@cua.dk>
7292
7293 * symbols.texi (Symbol Plists): Add safe-get.
7294 Mention that `get' may signal an error.
7295
72962005-04-18 Nick Roberts <nickrob@snap.net.nz>
7297
7298 * customize.texi (Variable Definitions): Replace tooltip-mode
7299 example with save-place.
7300
73012005-04-17 Richard M. Stallman <rms@gnu.org>
7302
7303 * buffers.texi (Indirect Buffers): Clarify.
7304
7305 * positions.texi (Positions): Clarify converting marker to integer.
7306
7307 * strings.texi (String Basics): Mention string-match; clarify.
7308
73092005-04-08 Lute Kamstra <lute@gnu.org>
7310
7311 * modes.texi (Search-based Fontification): Fix cross references.
7312 Use consistent terminology. Document anchored highlighting.
7313
73142005-04-05 Lute Kamstra <lute@gnu.org>
7315
7316 * modes.texi (Defining Minor Modes): Document :group keyword
7317 argument and its default value.
7318
73192005-04-03 Lute Kamstra <lute@gnu.org>
7320
7321 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7322 references and/or descriptions. Delete major mode hooks; mention
7323 them as a category instead. Rename or delete obsolete hooks.
7324
73252005-04-02 Richard M. Stallman <rms@gnu.org>
7326
7327 * nonascii.texi (Coding System Basics): Another wording cleanup.
7328
73292005-04-01 Richard M. Stallman <rms@gnu.org>
7330
7331 * nonascii.texi (Coding System Basics): Clarify previous change.
7332
73332005-04-01 Kenichi Handa <handa@m17n.org>
7334
10d1d0af 7335 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7336 identity of coding systems.
7337
73382005-03-29 Chong Yidong <cyd@stupidchicken.com>
7339
7340 * text.texi (Buffer Contents): Add filter-buffer-substring and
7341 buffer-substring-filters.
7342
73432005-03-26 Chong Yidong <cyd@stupidchicken.com>
7344
7345 * anti.texi (Antinews): Mention `G' interactive code.
7346
7347 * tips.texi (Compilation Tips): Mention benchmark.el.
7348
73492005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7350
7351 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7352 is now bound to M-o M-o.
7353
7354 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7355
73562005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7357
7358 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7359 in the Emacs Manual).
7360 * Makefile.in (srcs): Remove calendar.texi.
7361 * makefile.w32-in (srcs): Remove calendar.texi.
7362 * display.texi (Display): Change name of next node.
7363 * os.texi (System In): Change name of previous node.
7364 * elisp.texi (Top): Remove Calendar references.
7365 * vol1.texi (Top): Remove Calendar references.
7366 * vol2.texi (Top): Remove Calendar references.
7367
73682005-03-25 Richard M. Stallman <rms@gnu.org>
7369
7370 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7371 Cleanup previous change.
7372
73732005-03-25 Chong Yidong <cyd@stupidchicken.com>
7374
7375 * display.texi (Face Attributes): Faces earlier in an :inherit
7376 list take precedence.
7377 (Scroll Bars): Fix description of vertical-scroll-bars.
7378 Document frame-current-scroll-bars and window-current-scroll-bars.
7379
7380 * markers.texi (The Mark): Document temporary Transient Mark mode.
7381
7382 * minibuf.texi (Reading File Names):
7383 Document read-file-name-completion-ignore-case.
7384
7385 * positions.texi (Screen Lines): Document nil for width argument
7386 to compute-motion.
7387
73882005-03-23 Kim F. Storm <storm@cua.dk>
7389
7390 * display.texi (Standard Faces): Other faces used in the fringe
7391 implicitly inherits from the fringe face.
7392 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7393 properties implicitly inherits from fringe face.
7394 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7395
73962005-03-20 Chong Yidong <cyd@stupidchicken.com>
7397
7398 * display.texi (Invisible Text): State default value of
7399 line-move-ignore-invisible.
7400 (Managing Overlays): Document remove-overlays.
7401 (Standard Faces): Document escape-glyph face.
7402
7403 * minibuf.texi (Reading File Names): Document read-file-name-function.
7404
7405 * modes.texi (Other Font Lock Variables):
7406 Document font-lock-lines-before.
7407
7408 * positions.texi (Skipping Characters): skip-chars-forward allows
7409 character classes.
7410
74112005-03-18 Lute Kamstra <lute@gnu.org>
7412
7413 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7414
74152005-03-17 Richard M. Stallman <rms@gnu.org>
7416
7417 * text.texi (Undo): Document extensible undo entries.
7418
dd7b651b 7419 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7420
7421 * nonascii.texi (Character Codes): Minor fix.
7422
7423 * display.texi (Display Property): Explain the significance
7424 of having text properties that are eq.
7425 (Other Display Specs): Explain string as display spec.
7426
7427 * commands.texi (Interactive Codes): Document G option.
7428
74292005-03-17 Chong Yidong <cyd@stupidchicken.com>
7430
7431 * text.texi (Filling): Add sentence-end-without-period and
7432 sentence-end-without-space.
7433 (Changing Properties): Minor fix.
7434
7435 * anti.texi: Total rewrite.
7436
74372005-03-15 Lute Kamstra <lute@gnu.org>
7438
7439 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7440
74412005-03-08 Kim F. Storm <storm@cua.dk>
7442
7443 * display.texi (Specified Space): Property :width is support on
7444 non-graphic terminals, :height is not.
7445
74462005-03-07 Richard M. Stallman <rms@gnu.org>
7447
7448 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7449 Now subnodes of Fringes.
7450 (Overlay Arrow): Document overlay-arrow-variable-list.
7451 (Fringe Size/Pos): New node, broken out of Fringes.
7452 (Display): Explain clearing vs redisplay better.
7453 (Truncation): Clarify use of bitmaps.
7454 (The Echo Area): Clarify the uses of the echo area.
7455 Add max-mini-window-height.
7456 (Progress): Clarify.
7457 (Invisible Text): Explain that main loop moves point out.
7458 (Selective Display): Say "hidden", not "invisible".
7459 (Managing Overlays): Move up. Describe relation to Undo here.
7460 (Overlay Properties): Clarify intro.
7461 (Finding Overlays): Explain return values when nothing found.
7462 (Width): truncate-string-to-width has added arg.
7463 (Displaying Faces): Clarify and update mode line face handling.
7464 (Face Functions): Minor cleanup.
7465 (Conditional Display): Merge into Other Display Specs.
7466 (Pixel Specification, Other Display Specs): Minor cleanups.
7467 (Images, Image Descriptors): Minor cleanups.
7468 (GIF Images): Patents have expired.
7469 (Showing Images): Explain default text for insert-image.
7470 (Manipulating Button Types): Merge into Manipulating Buttons.
7471 (Making Buttons): Explain return values.
7472 (Button Buffer Commands): Add xref.
7473 (Inverse Video): Update mode-line-inverse-video.
7474 (Display Table Format): Clarify.
7475 (Active Display Table): Give defaults for window-display-table.
7476
7477 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7478 and calendar-today-marker are strings, not chars.
7479 (Holiday Customizing): Minor fix.
7480
7481 * internals.texi (Writing Emacs Primitives): Update `or' example.
7482 Update limit on # args of subr.
7483
7484 * edebug.texi (Using Edebug): Arrow is in fringe.
7485 (Instrumenting): Arg to eval-defun works without loading edebug.
7486 (Edebug Execution Modes): Add xref.
7487
7488 * customize.texi (Common Keywords): Clarify :require.
7489 Mention :version here.
7490 (Variable Definitions, Group Definitions): Not here.
7491 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7492
74932005-03-07 Chong Yidong <cyd@stupidchicken.com>
7494 * nonascii.texi (Text Representations): Clarify position-bytes.
7495 (Character Sets): Add list-charset-chars.
7496 (Scanning Charsets): Add charset-after.
7497 (Encoding and I/O): Minor fix.
7498
74992005-03-06 Richard M. Stallman <rms@gnu.org>
7500
7501 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7502 (Resizing Windows): Likewise.
7503
7504 * text.texi (Change Hooks): Get rid of "Emacs 21".
7505
7506 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7507
7508 * streams.texi (Output Variables): Get rid of "Emacs 21".
7509
7510 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7511
7512 * os.texi (Translating Input): Replace flow-control example
7513 with a less obsolete example that uses `keyboard-translate'.
7514
7515 * objects.texi (Hash Table Type, Circular Objects):
7516 Get rid of "Emacs 21".
7517
7518 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7519 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7520
7521 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7522
7523 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7524
7525 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7526 (Menu Bar): Fix when menu-bar-update-hook is called.
7527
7528 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7529
7530 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7531 and make it read better.
7532
7533 * files.texi (Writing to Files): Get rid of "Emacs 21".
7534 (Unique File Names): Likewise.
7535
7536 * elisp.texi: Update Emacs version to 22.
7537
7538 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7539 (Overlay Properties, Face Attributes): Likewise.
7540 (Managing Overlays): Fix punctuation.
7541 (Attribute Functions): Clarify set-face-font; get rid of
7542 info about old Emacs versions.
7543 (Auto Faces, Font Lookup, Display Property, Images):
7544 Get rid of "Emacs 21".
7545
7546 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7547
75482005-03-05 Richard M. Stallman <rms@gnu.org>
7549
7550 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7551
75522005-03-04 Lute Kamstra <lute@gnu.org>
7553
7554 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7555
75562005-03-03 Lute Kamstra <lute@gnu.org>
7557
7558 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7559
75602005-03-01 Lute Kamstra <lute@gnu.org>
7561
7562 * debugging.texi (Debugger Commands): Update `j'.
7563
75642005-02-28 Lute Kamstra <lute@gnu.org>
7565
7566 * debugging.texi (Debugging): Fix typo.
7567 (Error Debugging): Document eval-expression-debug-on-error.
7568 (Function Debugging): Update example.
7569 (Using Debugger): Mention starred stack frames.
7570 (Debugger Commands): Document `j' and `l'.
7571 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7572 Update the messages that the debugger displays.
7573 (Internals of Debugger): Add cross reference. Update example.
7574 (Excess Open): Minor improvement.
7575 (Excess Close): Minor improvement.
7576
75772005-02-26 Richard M. Stallman <rms@gnu.org>
7578
7579 * tips.texi (Coding Conventions): Clarify.
7580 Put all the major mode key reservations together.
7581 Mention the Mouse-1 => Mouse-2 conventions.
7582
7583 * syntax.texi (Syntax Class Table): Clarify.
7584 (Syntax Table Functions): syntax-after moved from here.
7585 (Syntax Table Internals): syntax-after moved to here.
7586 (Parsing Expressions): Update info on number of values
7587 and what's meaningful in the STATE argument.
7588 (Categories): Fix typo.
7589
7590 * sequences.texi (Arrays): Cleanup.
7591 (Char-Tables): Clarify.
7592
7593 * processes.texi (Deleting Processes): Cleanups, add xref.
7594 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7595 (Process Information): set-process-coding-system, some args optional.
7596 (Input to Processes): Explain various types for PROCESS args.
7597 Rename them from PROCESS-NAME to PROCESS.
7598 (Signals to Processes): Likewise.
7599 (Decoding Output): Cleanup.
7600 (Query Before Exit): Clarify.
7601
7602 * os.texi (Startup Summary): Correct the options; add missing ones.
7603 (Terminal Output, Batch Mode): Clarify.
7604 (Flow Control): Node deleted.
7605
7606 * markers.texi (The Mark): Clarify.
7607
7608 * macros.texi (Expansion): Cleanup.
7609 (Indenting Macros): indent-spec allows ints, not floats.
7610
7611 * keymaps.texi (Keymaps): Clarify.
7612 (Format of Keymaps): Update lisp-mode-map example.
7613 (Active Keymaps, Key Lookup): Clarify.
7614 (Changing Key Bindings): Add xref to `kbd'.
7615 (Key Binding Commands, Simple Menu Items): Clarify.
7616 (Mouse Menus, Menu Bar): Clarify.
7617 (Menu Example): Replace print example with menu-bar-replace-menu.
7618
7619 * help.texi (Documentation Basics): Add function-documentation prop.
7620
7621 * elisp.texi (Top): Don't refer to Flow Control node.
7622
7623 * commands.texi (Command Overview): Improve xrefs.
7624 (Adjusting Point): Adjusting point applies to intangible and invis.
7625 (Key Sequence Input): Doc extra read-key-sequence args.
7626 Likewise for read-key-sequence-vector.
7627
7628 * backups.texi (Rename or Copy): Minor fix.
7629 (Numbered Backups): For version-control, say the default.
7630 (Auto-Saving): make-auto-save-file-name example is simplified.
7631
7632 * advice.texi (Advising Functions): Don't imply one part of Emacs
7633 should advise another part. Markup changes.
7634 (Defining Advice): Move transitional para.
7635 (Activation of Advice): Cleanup.
7636 Explain if COMPILE is nil or negative.
7637
7638 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7639
76402005-02-24 Lute Kamstra <lute@gnu.org>
7641
7642 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7643 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7644
76452005-02-23 Lute Kamstra <lute@gnu.org>
7646
7647 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7648 to define global minor modes as well.
7649
7650 * display.texi (Managing Overlays): overlay-buffer returns nil for
7651 deleted overlays.
7652
76532005-02-22 Kim F. Storm <storm@cua.dk>
7654
7655 * minibuf.texi (Basic Completion): Allow symbols in addition to
7656 strings in try-completion and all-completions.
7657
76582005-02-14 Lute Kamstra <lute@gnu.org>
7659
7660 * elisp.texi (Top): Remove reference to deleted node.
7661
7662 * lists.texi (Lists): Remove reference to deleted node.
7663 (Cons Cells): Fix typo.
7664
7665 * loading.texi (Where Defined): Fix typo.
7666
76672005-02-14 Richard M. Stallman <rms@gnu.org>
7668
7669 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7670 is useful for discarding some minor modes.
7671
7672 * symbols.texi (Symbol Components): Reorder examples.
7673
7674 * streams.texi (Input Functions): State standard-input default.
7675 (Output Variables): State standard-output default.
7676
7677 * objects.texi (Printed Representation): Clarify read syntax vs print.
7678 (Floating Point Type): Explain meaning better.
7679 (Symbol Type): Explain uniqueness better.
7680 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7681 List examples sooner.
7682 (Box Diagrams): New subnode broken out.
7683 Some examples moved from old Lists as Boxes node.
7684 (Dotted Pair Notation): Clarify intro.
7685 (Array Type): Clarify.
7686 (Type Predicates): Add hash-table-p.
7687
7688 * numbers.texi (Integer Basics): Clarify radix explanation.
7689 (Predicates on Numbers): Minor clarification.
7690 (Comparison of Numbers): Minor clarification. Clarify eql.
7691 Typos in min, max.
7692 (Math Functions): Clarify overflow in expt.
7693
7694 * minibuf.texi (Text from Minibuffer): Minor clarification.
7695 Mention arrow keys.
7696
7697 * loading.texi (Autoload): defun's doc string overrides autoload's
7698 doc string.
7699 (Repeated Loading): Modernize "add to list" examples.
7700 (Where Defined): Finish updating table of load-history elts.
7701
7702 * lists.texi (List-related Predicates): Minor wording improvement.
7703 (Lists as Boxes): Node deleted.
7704 (Building Lists): Explain trivial cases of number-sequence.
7705
7706 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7707 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7708 (Hash Access): Any object can be a key.
7709 State value of maphash.
7710
7711 * functions.texi (What Is a Function): Wording cleanup.
7712 (Function Documentation): Minor cleanup.
7713 Explain purpose of calling convention at end of doc string.
7714 (Function Names): Wording cleanup.
7715 (Calling Functions): Wording cleanup.
7716 Explain better how funcall calls the function.
7717 (Function Cells): Delete example of saving and redefining function.
7718
7719 * control.texi (Combining Conditions): Wording cleanup.
7720 (Iteration): dolist and dotimes bind VAR locally.
7721 (Cleanups): Xref to Atomic Changes.
7722
7723 * compile.texi (Byte Compilation): Delete 19.29 info.
7724 (Compilation Functions): Macros' difficulties don't affect defsubst.
7725 (Docs and Compilation): Delete 19.29 info.
7726
77272005-02-10 Richard M. Stallman <rms@gnu.org>
7728
7729 * objects.texi (Symbol Type): Minor correction.
7730
77312005-02-06 Lute Kamstra <lute@gnu.org>
7732
7733 * modes.texi (Example Major Modes): Fix typos.
7734
77352005-02-06 Richard M. Stallman <rms@gnu.org>
7736
7737 * text.texi (Margins): fill-nobreak-predicate can be one function.
7738
7739 * strings.texi (Modifying Strings): clear-string can make unibyte.
7740 (Formatting Strings): format gives error if values missing.
7741
7742 * positions.texi (Character Motion): Mention default arg
7743 for forward-char. backward-char refers to forward-char.
7744 (Word Motion): Mention default arg for forward-word.
7745 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7746 Simplify end-of-buffer.
7747 (Text Lines): Mention default arg for forward-line.
7748 (List Motion): Mention default arg for beginning/end-of-defun.
7749 (Skipping Characters): Minor fixes in explaining character-set.
7750
7751 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7752 Mode inheritance applies only when default-major-mode is nil.
7753 Clarifications.
7754 (Example Major Modes): Update Text mode and Lisp mode examples.
7755 (Minor Mode Conventions): Mention define-minor-mode at top.
7756 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7757 (Mode Line Format): Update mode line face display info.
7758 (Properties in Mode): Mention effect of risky vars.
7759 (Imenu): Define imenu-add-to-menubar.
7760 (Font Lock Mode): Add descriptions to menu lines.
7761 (Faces for Font Lock): Add font-lock-doc-face.
7762
77632005-02-05 Lute Kamstra <lute@gnu.org>
7764
7765 * text.texi (Maintaining Undo): Remove obsolete function.
7766
77672005-02-05 Eli Zaretskii <eliz@gnu.org>
7768
7769 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7770 color specifications. Improve indexing.
b8d4c8d0
GM
7771 (Text Terminal Colors): Replace the description of RGB values by
7772 an xref to "Color Names".
7773
77742005-02-03 Richard M. Stallman <rms@gnu.org>
7775
7776 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7777 Clarify.
7778 (Selecting Windows): Clarify save-selected-window.
7779 (Cyclic Window Ordering): Clarify walk-windows.
7780 (Window Point): Clarify.
7781 (Window Start): Add comment to example.
7782 (Resizing Windows): Add `interactive' specs in examples.
7783 Document fit-window-to-buffer.
7784
7785 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7786 (Undo, Maintaining Undo): Clarify last change.
7787 (Sorting): In sort-numeric-fields, explain about octal and hex.
7788 Mention sort-numeric-base.
7789 (Format Properties): Add xref for hard newlines.
7790
7791 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7792 (Pop-Up Menus): Fix typo.
7793 (Color Names): Explain all types of color names.
7794 Explain color-values on B&W terminal.
7795 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7796
7797 * files.texi (File Locks): Not supported on MS systems.
7798 (Testing Accessibility): Clarify.
7799
7800 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7801 (Coverage Testing): Fix typo.
7802
7803 * commands.texi (Misc Events): Remove stray space.
7804
7805 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7806 (Modification Time): Clarify when visited-file-modtime returns 0.
7807 (The Buffer List): Clarify bury-buffer.
7808 (Killing Buffers): Clarify.
7809 (Indirect Buffers): Add clone-indirect-buffer.
7810
78112005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7812
7813 * edebug.texi (Printing in Edebug): Fix default value of
7814 edebug-print-circle.
7815 (Coverage Testing): Fix displayed frequency count data.
7816
78172005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7818
7819 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7820
78212005-02-02 Kim F. Storm <storm@cua.dk>
7822
7823 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7824
78252005-01-29 Eli Zaretskii <eliz@gnu.org>
7826
7827 * commands.texi (Misc Events): Describe the help-echo event.
7828
7829 * text.texi (Special Properties) <help-echo>: Use `pos'
7830 consistently in description of the help-echo property.
7831 Use @code{nil} instead of @var{nil}.
7832
7833 * display.texi (Overlay Properties): Fix the index entry for
7834 help-echo overlay property.
7835
7836 * customize.texi (Type Keywords): Uncomment the xref to the
7837 help-echo property documentation.
7838
78392005-01-23 Kim F. Storm <storm@cua.dk>
7840
7841 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7842 return value. Third element FULLY replaced by PARTIAL which
7843 specifies number of invisible pixels if row is only partially visible.
7844 (Textual Scrolling): Mention auto-window-vscroll.
7845 (Vertical Scrolling): New defvar auto-window-vscroll.
7846
78472005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7848
7849 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7850 command remapping.
7851
78522005-01-15 Richard M. Stallman <rms@gnu.org>
7853
7854 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7855
78562005-01-14 Kim F. Storm <storm@cua.dk>
7857
7858 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7859
7860 * text.texi (Links and Mouse-1): Fix string and vector item.
7861
78622005-01-13 Richard M. Stallman <rms@gnu.org>
7863
7864 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7865 descriptions of overriding-local-map and overriding-terminal-local-map.
7866
7867 * text.texi (Links and Mouse-1): Clarify text.
7868
78692005-01-13 Kim F. Storm <storm@cua.dk>
7870
7871 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7872
78732005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7874
7875 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7876
78772005-01-12 Kim F. Storm <storm@cua.dk>
7878
7879 * text.texi (Links and Mouse-1): Rename section from Enabling
7880 Mouse-1 to Following Links. Change xrefs.
7881 Add examples for define-button-type and define-widget.
7882
7883 * display.texi (Button Properties, Button Buffer Commands):
7884 Clarify mouse-1 and follow-link functionality.
7885
78862005-01-12 Richard M. Stallman <rms@gnu.org>
7887
7888 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7889
7890 * display.texi (Beeping): Fix Texinfo usage.
7891
7892 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7893
78942005-01-11 Kim F. Storm <storm@cua.dk>
7895
7896 * display.texi (Button Properties, Button Buffer Commands):
7897 Mention mouse-1 binding. Add follow-link keyword.
7898
7899 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7900 (Enabling Mouse-1 to Follow Links): New subsection.
7901
79022005-01-06 Richard M. Stallman <rms@gnu.org>
7903
7904 * text.texi (Special Properties): Minor change.
7905
7906 * os.texi (Timers): Clarify previous change.
7907
7908 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7909
79102005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7911
7912 * display.texi (Face Attributes): Correct xref to renamed node.
7913
79142005-01-01 Richard M. Stallman <rms@gnu.org>
7915
7916 * display.texi (Face Attributes): Describe hex color specs.
7917
79182004-12-31 Richard M. Stallman <rms@gnu.org>
7919
7920 * os.texi (Timers): Update previous change.
7921
79222004-12-30 Kim F. Storm <storm@cua.dk>
7923
7924 * display.texi (Line Height): Total line-height is now specified
7925 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7926 in cons cells. (nil . RATIO) is relative to actual line height.
7927 Use line-height `t' instead of `0' to get minimum height.
7928
79292004-12-29 Richard M. Stallman <rms@gnu.org>
7930
7931 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7932
79332004-12-28 Richard M. Stallman <rms@gnu.org>
7934
7935 * commands.texi (Quitting): Clarify value of with-local-quit.
7936
7937 * elisp.texi (Top): Fix previous change.
7938
7939 * loading.texi (Loading): Fix previous change.
7940
79412004-12-27 Richard M. Stallman <rms@gnu.org>
7942
7943 * Makefile.in (MAKEINFO): Specify --force.
7944
7945 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7946
7947 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7948
7949 * display.texi (Line Height): Further clarify.
7950
7951 * elisp.texi (Top): Update Loading submenu.
7952
7953 * loading.texi (Where Defined): New node.
7954 (Unloading): load-history moved to Where Defined.
7955
79562004-12-21 Richard M. Stallman <rms@gnu.org>
7957
7958 * commands.texi (Event Input Misc): Add while-no-input.
7959
79602004-12-11 Richard M. Stallman <rms@gnu.org>
7961
7962 * display.texi (Line Height): Rewrite text for clarity.
7963
79642004-12-11 Kim F. Storm <storm@cua.dk>
7965
7966 * display.texi (Display): Add node "Line Height" to menu.
7967 (Line Height): New node. Move full description of line-spacing
7968 and line-height text properties here from text.texi.
7969 (Scroll Bars): Add vertical-scroll-bar variable.
7970
7971 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7972
7973 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7974 line-spacing and vertical-scroll-bar.
7975
7976 * text.texi (Special Properties): Just mention line-spacing and
7977 line-height here, add xref to new "Line Height" node.
7978
79792004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7980
7981 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7982
7983 * locals.texi (Standard Buffer-Local Variables):
7984 Add @xref for `line-spacing'.
7985
79862004-12-05 Richard M. Stallman <rms@gnu.org>
7987
7988 * Makefile.in (maintainer-clean): Remove the info files
7989 in $(infodir) where they are created.
7990
79912004-12-03 Richard M. Stallman <rms@gnu.org>
7992
7993 * windows.texi (Selecting Windows): get-lru-window and
7994 get-largest-window don't consider dedicated windows.
7995
7996 * text.texi (Undo): Document undo-in-progress.
7997
79982004-11-26 Richard M. Stallman <rms@gnu.org>
7999
8000 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8001 Remove a few vars that are not always buffer-local.
8002
80032004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8004
8005 * locals.texi (Standard Buffer-Local Variables): Comment out
8006 xref's to non-existent node `Yet to be written'.
8007
80082004-11-24 Richard M. Stallman <rms@gnu.org>
8009
8010 * processes.texi (Synchronous Processes): Grammar fix.
8011
8012 * numbers.texi (Comparison of Numbers): Add eql.
8013
8014 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8015
8016 * intro.texi (Printing Notation): Fix previous change.
8017
8018 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8019 and default-indicate-buffer-boundaries from here.
8020 (Usual Display): To here.
8021 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8022 (Usual Display): Move tab-width up.
8023
5dcb4c4e
SM
8024 * customize.texi (Variable Definitions):
8025 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8026 (Simple Types, Composite Types, Defining New Types):
8027 Minor cleanups.
8028
80292004-11-21 Jesper Harder <harder@ifa.au.dk>
8030
8031 * processes.texi (Synchronous Processes, Output from Processes):
8032 Markup fix.
8033
80342004-11-20 Richard M. Stallman <rms@gnu.org>
8035
8036 * positions.texi (Skipping Characters): skip-chars-forward
8037 now handles char classes.
8038
8039 * intro.texi (Printing Notation): Avoid confusion of `print'
8040 when explaining @print.
8041
8042 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8043
8044 * display.texi (Display Table Format): Minor fix.
8045
8046 * streams.texi (Output Functions): Fix print example.
8047
8048 * Makefile.in (elisp): New target.
8049 (dist): Depend on $(infodir)/elisp, not elisp.
8050 Copy the info files from $(infodir).
8051
8052 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8053 read-from-minibuffer.
8054
8055 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8056
80572004-11-19 Richard M. Stallman <rms@gnu.org>
8058
8059 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8060
80612004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8062
8063 * tips.texi (Coding Conventions): Fix typo.
8064
80652004-11-16 Richard M. Stallman <rms@gnu.org>
8066
8067 * tips.texi (Coding Conventions): Separate defvar and require
8068 methods to avoid warnings. Use require only when there are many
8069 functions and variables from that package.
8070
8071 * minibuf.texi (Minibuffer Completion): When ignoring case,
8072 predicate must not be case-sensitive.
8073
8074 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8075 (Test Coverage): Don't talk about "splotches". Clarified.
8076
80772004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8078
8079 * frames.texi (Window Frame Parameters): Fix typo.
8080
80812004-11-15 Kim F. Storm <storm@cua.dk>
8082
8083 * symbols.texi (Other Plists): Note that plist-get may signal error.
8084 Add safe-plist-get.
8085
80862004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8087
8088 * modes.texi (Font Lock Basics): Fix typo.
8089
80902004-11-08 Richard M. Stallman <rms@gnu.org>
8091
8092 * syntax.texi (Syntax Table Functions): Add syntax-after.
8093
80942004-11-06 Lars Brinkhoff <lars@nocrew.org>
8095
8096 * os.texi (Processor Run Time): New section documenting
8097 get-internal-run-time.
8098
80992004-11-06 Eli Zaretskii <eliz@gnu.org>
8100
8101 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8102 it nukes elisp-cover.texi.
8103 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8104 elisp-0 etc.
8105
81062004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8107
8108 * commands.texi (Keyboard Macros): Document `append' return value
8109 of `defining-kbd-macro'.
8110
81112004-11-01 Richard M. Stallman <rms@gnu.org>
8112
8113 * commands.texi (Interactive Call): Add called-interactively-p.
8114
81152004-10-29 Simon Josefsson <jas@extundo.com>
8116
8117 * minibuf.texi (Reading a Password): Revert.
8118
81192004-10-28 Richard M. Stallman <rms@gnu.org>
8120
8121 * frames.texi (Display Feature Testing): Explain about "vendor".
8122
81232004-10-27 Richard M. Stallman <rms@gnu.org>
8124
8125 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8126 not raw. Clarify `n'.
8127 (Interactive Call): Rewrite interactive-p, focusing on when
8128 and how to use it.
8129 (Misc Events): Clarify previous change.
8130
8131 * advice.texi (Simple Advice): Clarify what job the example does.
8132 (Around-Advice): Clarify ad-do-it.
8133 (Activation of Advice): An option of ad-default-compilation-action
8134 is `never', not `nil'.
8135
81362004-10-26 Kim F. Storm <storm@cua.dk>
8137
8138 * commands.texi (Interactive Codes): Add U code letter.
8139
81402004-10-25 Simon Josefsson <jas@extundo.com>
8141
8142 * minibuf.texi (Reading a Password): Add.
8143
81442004-10-24 Jason Rumney <jasonr@gnu.org>
8145
8146 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8147 and wheel-down.
8148
81492004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8150
8151 * processes.texi (Synchronous Processes): Document process-file.
8152
81532004-10-22 Kenichi Handa <handa@m17n.org>
8154
8155 * text.texi (translate-region): Document that it accepts also a
8156 char-table.
8157
81582004-10-22 David Ponce <david@dponce.com>
8159
8160 * windows.texi (Resizing Windows): Document the `preserve-before'
8161 argument of the functions `enlarge-window' and `shrink-window'.
8162
81632004-10-19 Jason Rumney <jasonr@gnu.org>
8164
8165 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8166
81672004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8168
8169 * text.texi (Filling): Add anchor for definition of
8170 `sentence-end-double-space'.
8171
8172 * searching.texi (Regexp Example): Update description of how
8173 Emacs currently recognizes the end of a sentence.
8174 (Standard Regexps): Update definition of the variable
8175 `sentence-end'. Add definition of the function `sentence-end'.
8176
81772004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8178
8179 * display.texi (Progress): New node.
8180
81812004-10-05 Kim F. Storm <storm@cua.dk>
8182
8183 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8184
81852004-09-29 Kim F. Storm <storm@cua.dk>
8186
8187 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8188 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8189 fringe bitmap symbols, as they now have their own namespace.
8190 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8191 vs. pixels. Signal error if no free bitmap slots.
8192 (Pixel Specification): Change IMAGE to @var{image}.
8193
81942004-09-28 Richard M. Stallman <rms@gnu.org>
8195
8196 * text.texi (Special Properties): Clarify line-spacing and line-height.
8197
8198 * searching.texi (Regexp Search): Add looking-back.
8199
82002004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8201
8202 * display.texi: Correct typos.
8203 (Image Descriptors): Correct xref's.
8204
82052004-09-25 Richard M. Stallman <rms@gnu.org>
8206
8207 * text.texi (Special Properties): Cleanups in `cursor'.
8208 Rewrites in `line-height' and `line-spacing'; exchange them.
8209
8210 * display.texi (Fringes): Rewrite previous change.
8211 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8212 (Display Fringe Bitmaps): Node deleted, text moved.
8213 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8214 (Scroll Bars): Clarify set-window-scroll-bars.
8215 (Pointer Shape): Rewrite.
8216 (Specified Space): Clarify :align-to, etc.
8217 (Pixel Specification): Use @var. Clarify new text.
8218 (Other Display Specs): Clarify `slice'.
8219 (Image Descriptors): Cleanups.
8220 (Showing Images): Cleanups.
8221
82222004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8223
8224 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8225
8226 * modes.texi: Various minor changes in addition to:
8227 (Major Mode Conventions): Final call to `run-mode-hooks' should
8228 not be inside the `delay-mode-hooks' form.
8229 (Mode Hooks): New node.
8230 (Hooks): Delete obsolete example.
8231 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8232 node "Mode Hooks".
8233
82342004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8235
8236 * display.texi: Correct various typos.
8237 (Display): Rename node "Pointer Shapes" to "Pointer
8238 Shape". (There is already a node called "Pointer Shapes" in
8239 frames.texi.)
8240 (Images): Remove non-existent node "Image Slices" from menu.
8241
82422004-09-23 Kim F. Storm <storm@cua.dk>
8243
8244 * text.texi (Special Properties): Add `cursor', `pointer',
8245 `line-height', and `line-spacing' properties.
8246
8247 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8248 Shapes' to menu.
8249 (Standard Faces): Doc fix for fringe face.
8250 (Fringes): Add `overflow-newline-into-fringe' and
8251 'indicate-buffer-boundaries'.
8252 (Fringe Bitmaps, Pointer Shapes): New nodes.
8253 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8254 Bitmaps' to menu.
8255 (Specified Space): Describe pixel width and height.
8256 (Pixel Specification): New node.
8257 (Other Display Specs): Add `slice' property.
8258 (Display Fringe Bitmaps): New node.
8259 (Images): Add 'Image Slices' to menu.
8260 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8261 (Showing Images): Add slice arg to `insert-image'.
8262 Add 'insert-sliced-image'.
b8d4c8d0
GM
8263
82642004-09-20 Richard M. Stallman <rms@gnu.org>
8265
8266 * commands.texi (Key Sequence Input):
8267 Clarify downcasing in read-key-sequence.
8268
82692004-09-08 Juri Linkov <juri@jurta.org>
8270
8271 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8272
82732004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8274
5dcb4c4e
SM
8275 * locals.texi (Standard Buffer-Local Variables):
8276 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8277 * internals.texi (Buffer Internals): Describe new
8278 auto_save_file_format field of the buffer structure.
8279 * files.texi (Format Conversion): `auto-save-file-format' has been
8280 renamed `buffer-auto-save-file-format'.
8281
82822004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8283
8284 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8285 an integer or a marker.
8286 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8287
82882004-08-22 Richard M. Stallman <rms@gnu.org>
8289
8290 * modes.texi (Major Mode Conventions): Discuss rebinding of
8291 standard key bindings.
8292
82932004-08-18 Kim F. Storm <storm@cua.dk>
8294
8295 * processes.texi (Accepting Output): Add `just-this-one' arg to
8296 `accept-process-output'.
8297 (Output from Processes): New var `process-adaptive-read-buffering'.
8298
82992004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8300
8301 * keymaps.texi: Various changes in addition to:
8302 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8303 Give more varied examples for `kbd'.
8304 (Creating Keymaps): Char tables have slots for all characters
8305 without modifiers.
8306 (Active Keymaps): `overriding-local-map' and
8307 `overriding-terminal-local-map' also override text property and
8308 overlay keymaps.
8309 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8310 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8311 to denote a prefix of no events.
8312 `map-keymap' includes parent's bindings _recursively_.
8313 Clarify and correct description of `where-is-internal'.
8314 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8315 (Menu Example): For menus intended for use with the keyboard, the
8316 menu items should be bound to characters or real function keys.
8317
83182004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8319
8320 * objects.texi (Character Type): Reposition `@anchor' to prevent
8321 double space inside sentence in Info.
8322
8323 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8324 renamed to `disabled-command-function'.
8325 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8326 (Command Loop Info): Replace reference to it.
8327 (Disabling Commands): `disabled-command-hook' has been renamed to
8328 `disabled-command-function'.
8329
83302004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8331
8332 * os.texi (Translating Input): Only non-prefix bindings in
8333 `key-translation-map' override actual key bindings. Warn about
8334 possible indirect effect of actual key bindings on non-prefix
8335 bindings in `key-translation-map'.
8336
83372004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8338
8339 * minibuf.texi (High-Level Completion): Add anchor for definition
8340 of `read-variable'.
8341
8342 * commands.texi: Various changes in addition to:
8343 (Using Interactive): Clarify description of `interactive-form'.
8344 (Interactive Call): Mention default for KEYS argument to
8345 `call-interactively'.
8346 (Command Loop Info): Clarify description of `this-command-keys'.
8347 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8348 Value of `last-event-frame' can be `macro'.
8349 (Repeat Events): `double-click-fuzz' is also used to distinguish
8350 clicks and drags.
8351 (Classifying Events): Clarify descriptions of `event-modifiers'
8352 `event-basic-type' and `event-convert-list'.
8353 (Accessing Events): `posn-timestamp' takes POSITION argument.
8354 (Quoted Character Input): Clarify description of
8355 `read-quoted-char' and fix example.
8356 (Quitting): Add `with-local-quit'.
8357 (Disabling Commands): Correct and clarify descriptions of
8358 `enable-command' and `disable-command'.
8359 Mention what happens if `disabled-command-hook' is nil.
8360 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8361 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8362
83632004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8364
8365 * frames.texi: Various changes in addition to:
8366 (Creating Frames): Expand and clarify description of `make-frame'.
8367 (Window Frame Parameters): Either none or both of the `icon-left'
8368 and `icon-top' parameters must be specified. Put descriptions of
8369 `menu-bar-lines' and `toolbar-lines' closer together and change
8370 them accordingly.
8371 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8372 except while processing `frame-title-format' or `icon-title-format'.
8373 (Deleting Frames): Correct description of `delete-frame'.
8374 Non-nil return values of `frame-live-p' are like those of `framep'.
8375 (Frames and Windows): Mention return value of
8376 `set-frame-selected-window'.
8377 (Visibility of Frames): Mention `force' argument to
8378 `make-frame-invisible'. `frame-visible-p' returns t for all
8379 frames on text-only terminals.
8380 (Frame Configurations): Restoring a frame configuration does not
8381 restore deleted frames.
8382 (Window System Selections): `x-set-selection' returns DATA.
8383 (Resources): Add example.
8384 (Display Feature Testing): Clarify descriptions of
8385 `display-pixel-height', `display-pixel-width', `x-server-version'
8386 and `x-server-vendor'.
8387
8388 * windows.texi (Choosing Window): Add anchor.
8389 * minibuf.texi (Minibuffer Misc): Add anchor.
8390
83912004-07-23 John Paul Wallington <jpw@gnu.org>
8392
8393 * macros.texi (Defining Macros): Declaration keyword for setting
8394 Edebug spec is `debug' not `edebug'.
8395
83962004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8397
8398 * windows.texi: Various small changes in addition to:
8399 (Window Point): Mention return value of `set-window-point'.
8400 (Window Start): `pos-visible-in-window-p' disregards horizontal
8401 scrolling. Explain return value if PARTIALLY is non-nil.
8402 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8403 and `set-window-vscroll'.
8404 (Size of Window): The argument WINDOW to `window-inside-edges',
8405 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8406 (Resizing Windows): Explain return value of
8407 `shrink-window-if-larger-than-buffer'.
8408 `window-size-fixed' automatically becomes buffer local when set.
8409 (Window Configurations): Explain return value of
8410 `set-window-configuration'.
8411
8412 * minibuf.texi (Minibuffer Misc): Add anchor for
8413 `minibuffer-scroll-window'.
8414
8415 * positions.texi (Text Lines): Add anchor for `count-lines'.
8416
84172004-07-17 Richard M. Stallman <rms@gnu.org>
8418
8419 * display.texi (Overlay Properties): Adding `evaporate' prop
8420 deletes empty overlay immediately.
8421
8422 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8423 fix example.
8424
84252004-07-16 Jim Blandy <jimb@redhat.com>
8426
8427 * searching.texi (Regexp Backslash): Document new \_< and \_>
8428 operators.
8429
84302004-07-16 Juanma Barranquero <lektu@terra.es>
8431
8432 * display.texi (Images): Fix Texinfo usage.
8433
84342004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8435
8436 * buffers.texi (Modification Time): `visited-file-modtime' now
8437 returns a list of two integers, instead of a cons.
8438
84392004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8440
8441 * windows.texi: Various changes in addition to:
8442 (Splitting Windows): Add `split-window-keep-point'.
8443
84442004-07-09 Richard M. Stallman <rms@gnu.org>
8445
8446 * frames.texi (Input Focus): Minor fix.
8447
84482004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8449
8450 * frames.texi (Input Focus): Clarify descriptions of
8451 `select-frame-set-input-focus' and `select-frame'.
8452
84532004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8454
8455 * os.texi: Various small changes in addition to:
8456 (Killing Emacs): Expand and clarify description of
8457 `kill-emacs-query-functions' and `kill-emacs-hook'.
8458 (System Environment): Expand and clarify description of `getenv'
8459 and `setenv'.
8460 (Timers): Clarify description of `run-at-time'.
8461 (Translating Input): Correct description of
8462 `extra-keyboard-modifiers'.
8463 (Flow Control): Correct description of `enable-flow-control'.
8464
84652004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8466
8467 * os.texi: Update copyright.
8468 (Session Management): Grammar fix.
8469 Clarify which Emacs does the restarting.
8470 Use @samp for *scratch* buffer.
8471
84722004-07-04 Alan Mackenzie <acm@muc.de>
8473
8474 * frames.texi (Input Focus): Add documentation for
8475 `select-frame-set-input-focus'. Replace refs to non-existent
8476 `switch-frame' with `select-frame'. Minor corrections and tidying
8477 up of text-only terminal stuff.
8478
84792004-07-02 Richard M. Stallman <rms@gnu.org>
8480
8481 * files.texi (Saving Buffers): Cleanup write-contents-function.
8482 (Magic File Names): Cleanup file-remote-p.
8483
b344d29d 84842004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8485
8486 * files.texi (Magic File Names): `file-remote-p' returns an
8487 identifier of the remote system, not just t.
8488
84892004-07-02 David Kastrup <dak@gnu.org>
8490
8491 * searching.texi (Entire Match Data): Add explanation about new
8492 match-data behavior when @var{integers} is non-nil.
8493
84942004-06-24 Richard M. Stallman <rms@gnu.org>
8495
8496 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8497
8498 * customize.texi (Variable Definitions): Note about doc strings
8499 and :set.
8500
8501 * keymaps.texi (Keymap Terminology): Document `kbd'.
8502 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8503
8504 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8505 makes it buffer-local.
8506
8507 * files.texi (Saving Buffers): Correct previous change.
8508
8509 * commands.texi (Accessing Events):
8510 Clarify posn-col-row and posn-actual-col-row.
8511
85122004-06-24 David Ponce <david.ponce@wanadoo.fr>
8513
8514 * commands.texi (Accessing Events): New functions
8515 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8516
85172004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8518
8519 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8520 * frames.texi, buffers.texi, backups.texi, variables.texi:
8521 * loading.texi, eval.texi, functions.texi, control.texi:
8522 * symbols.texi, minibuf.texi: Reposition @anchor's.
8523
8524 * help.texi: Various small changes in addition to the following.
8525 (Describing Characters): Describe PREFIX argument to
8526 `key-description'. Correct and clarify definition of
8527 `text-char-description'. Describe NEED-VECTOR argument to
8528 `read-kbd-macro'.
8529 (Help Functions): Clarify definition of `apropos'.
8530
85312004-06-23 Lars Hansen <larsh@math.ku.dk>
8532
8533 * files.texi (Saving Buffers): Correct description of
8534 `write-contents-functions'.
8535
85362004-06-21 Juanma Barranquero <lektu@terra.es>
8537
8538 * display.texi (Images): Remove redundant @vindex directives.
8539 Rewrite `image-library-alist' doc in active voice.
8540
85412004-06-14 Juanma Barranquero <lektu@terra.es>
8542
8543 * display.texi (Images): Document new delayed library loading,
8544 variable `image-library-alist' and (existing but undocumented)
8545 function `image-type-available-p'.
8546
85472004-06-05 Richard M. Stallman <rms@gnu.org>
8548
8549 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8550 refer the user to the Initial Input node.
8551 (Text from Minibuffer): Likewise.
8552 (Initial Input): New node. Document this feature
8553 and say it is mostly deprecated.
8554
85552004-05-30 Richard M. Stallman <rms@gnu.org>
8556
8557 * loading.texi (Named Features): Clarify return value
8558 and meaning of NOERROR.
8559
8560 * variables.texi (File Local Variables): Minor cleanup.
8561
85622004-05-30 Michael Albinus <michael.albinus@gmx.de>
8563
8564 * files.texi (Magic File Names): Add `file-remote-p' as operation
8565 of file name handlers.
8566
85672004-05-29 Richard M. Stallman <rms@gnu.org>
8568
8569 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8570 as arg to a minor mode command.
8571
85722004-05-22 Richard M. Stallman <rms@gnu.org>
8573
8574 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8575
8576 * streams.texi (Output Variables): Doc float-output-format.
8577
8578 * searching.texi (Regexp Special): Nested repetition can be infloop.
8579
8580 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8581 real stack overflow.
8582
8583 * compile.texi: Minor cleanups.
8584
85852004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8586
8587 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8588 circular lists.
8589 (List Elements): Explain handling of circular and dotted lists.
8590
85912004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8592
8593 * modes.texi (Search-based Fontification): Fix typo.
8594
85952004-05-10 Juanma Barranquero <lektu@terra.es>
8596
8597 * modes.texi (Mode Line Variables): Fix description of
8598 global-mode-string, which is now after which-func-mode, not the
8599 buffer name.
8600
86012004-05-07 Lars Hansen <larsh@math.ku.dk>
8602
8603 * modes.texi (Desktop Save Mode): Add.
8604 (Modes): Add menu entry Desktop Save Mode.
8605
8606 * hooks.texi: Add desktop-after-read-hook,
8607 desktop-no-desktop-file-hook and desktop-save-hook.
8608
8609 * locals.texi: Add desktop-save-buffer.
8610
86112004-04-30 Jesper Harder <harder@ifa.au.dk>
8612
8613 * display.texi: emacs -> Emacs.
8614
86152004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8616
8617 * files.texi (Changing Files): Document set-file-times.
8618
86192004-04-23 Juanma Barranquero <lektu@terra.es>
8620
8621 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8622
86232004-04-18 Jesper Harder <harder@ifa.au.dk>
8624
8625 * tips.texi (Coding Conventions): defopt -> defcustom.
8626
86272004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8628
8629 * sequences.texi: Various clarifications.
8630
86312004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8632
8633 * buffers.texi (Read Only Buffers): Mention optional ARG to
8634 `toggle-read-only'.
8635
86362004-04-14 Nick Roberts <nick@nick.uklinux.net>
8637
8638 * windows.texi (Selecting Windows): Note that get-lru-window
8639 returns a full-width window if possible.
8640
86412004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8642
8643 * buffers.texi: Various changes in addition to:
8644 (Buffer File Name): Add `find-buffer-visiting'.
8645 (Buffer Modification): Mention optional ARG to `not-modified'.
8646 (Indirect Buffers): Mention optional CLONE argument to
8647 `make-indirect-buffer'.
8648
8649 * files.texi: Various changes in addition to:
8650 (Visiting Functions): `find-file-hook' is now a normal hook.
8651 (File Name Expansion): Explain difference between the way that
8652 `expand-file-name' and `file-truename' treat `..'.
8653 (Contents of Directories): Mention optional ID-FORMAT argument to
8654 `directory-files-and-attributes'.
8655 (Format Conversion): Mention new optional CONFIRM argument to
8656 `format-write-file'.
8657
86582004-04-12 Miles Bader <miles@gnu.org>
8659
8660 * macros.texi (Expansion): Add description of `macroexpand-all'.
8661
86622004-04-05 Jesper Harder <harder@ifa.au.dk>
8663
5dcb4c4e
SM
8664 * variables.texi (Variable Aliases):
8665 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8666
8667 * errors.texi (Standard Errors): Ditto.
8668
86692004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8670
8671 * backups.texi: Various small changes in addition to:
8672 (Making Backups): Mention return value of `backup-buffer'.
8673 (Auto-Saving): Mention optional FORCE argument to
8674 `delete-auto-save-file-if-necessary'.
8675 (Reverting): Mention optional PRESERVE-MODES argument to
8676 `revert-buffer'. Correct description of `revert-buffer-function'.
8677
86782004-03-22 Juri Linkov <juri@jurta.org>
8679
8680 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8681 with `Vector Functions'.
8682
8683 * text.texi (Sorting): Add missing quote.
8684
86852004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8686
8687 * intro.texi (Lisp History): Replace xref to `cl' manual with
8688 inforef.
8689
86902004-03-12 Richard M. Stallman <rms@gnu.org>
8691
8692 * intro.texi (Version Info): Add arg to emacs-version.
8693 (Lisp History): Change xref to CL manual.
8694
86952004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8696
8697 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8698 for Partial Completion mode.
8699
87002004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8701
8702 * customize.texi: Fix typo. Remove eol whitespace.
8703
87042004-03-04 Richard M. Stallman <rms@gnu.org>
8705
8706 * processes.texi: Fix typos.
8707
8708 * lists.texi (Building Lists): Minor clarification.
8709
8710 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8711 in make-hash-table.
8712
87132004-02-29 Juanma Barranquero <lektu@terra.es>
8714
8715 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8716 rm, and ignore exit code.
8717
87182004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8719
8720 * display.texi (Defining Faces): Add description for min-colors.
8721 Update example.
8722
87232004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8724
8725 * abbrevs.texi: Various corrections and clarifications in addition
8726 to the following:
8727 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8728
87292004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8730
8731 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8732
87332004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8734
8735 * text.texi: Various small changes in addition to the following:
8736 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8737 to delete-horizontal-space.
8738 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8739 description of yank-handler text property at various places.
8740
8741 * frames.texi (Window System Selections): Add anchor.
8742
8743 * syntax.texi (Syntax Table Functions): Clarify and correct
8744 descriptions of make-syntax-table and copy-syntax-table.
8745 (Motion and Syntax): Clarify SYNTAXES argument to
8746 skip-syntax-forward.
8747 (Parsing Expressions): Mention that the return value of
8748 parse-partial-sexp is currently a list of ten rather than nine
8749 elements.
8750 (Categories): Various corrections and clarifications.
8751
87522004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8753
8754 * markers.texi (Marker Insertion Types): Minor change.
8755
8756 * locals.texi (Standard Buffer-Local Variables):
8757 * commands.texi (Interactive Codes, Using Interactive):
8758 * functions.texi (Related Topics): Fix xrefs.
8759
87602004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8761
8762 * lists.texi (Sets And Lists): Update description of delete-dups.
8763
87642004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8765
8766 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8767
c8763fb6 87682004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8769
8770 * frames.texi (Parameter Access): frame-parameters arg is optional.
8771 modify-frame-parameters handles nil for FRAME.
8772 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8773 are all-or-nothing for certain toolkits.
8774 Mention parameter wait-for-wm.
8775 (Frames and Windows): In frame-first-window and frame-selected-window
8776 the arg is optional.
8777 (Input Focus): In redirect-frame-focus the second arg is optional.
8778 (Window System Selections): Mention selection type CLIPBOARD.
8779 Mention data-type UTF8_STRING.
8780 Mention numbering of cut buffers.
8781 (Resources): Describe x-resource-name.
8782
87832004-02-16 Richard M. Stallman <rms@gnu.org>
8784
8785 * windows.texi (Buffers and Windows): Delete false table
8786 about all-frames.
8787
8788 * syntax.texi (Parsing Expressions): Delete old caveat
8789 about parse-sexp-ignore-comments.
8790
8791 * streams.texi (Output Variables): Add print-quoted.
8792
8793 * lists.texi (Building Lists): Minor cleanup.
8794
8795 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8796
8797 * display.texi (Overlays): Explain overlays use markers.
8798 (Managing Overlays): Explain front-advance and rear-advance
8799 in more detail.
8800
8801 * loading.texi (Unloading): Document unload-feature-special-hooks.
8802 Get rid of fns-NNN.el file.
8803
88042004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8805
8806 * help.texi (Describing Characters): Fix text-char-description
8807 example output.
8808
8809 * edebug.texi (Using Edebug): Fix example.
8810
8811 * debugging.texi (Internals of Debugger): Fix return value.
8812
8813 * files.texi (Changing Files): Fix argname.
8814
8815 * calendar.texi: Fix parens, and default values.
8816
8817 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8818 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8819 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8820
8821 * positions.texi (Text Lines): Don't add -1 in current-line.
8822
88232004-02-16 Richard M. Stallman <rms@gnu.org>
8824
8825 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8826
88272004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8828
8829 * processes.texi (Low-Level Network): Fix a typo.
8830
88312004-02-12 Kim F. Storm <storm@cua.dk>
8832
8833 * display.texi (Fringes): Use consistent wording.
8834 Note that window-fringe's window arg is optional.
8835 (Scroll Bars): Use consistent wording.
8836
88372004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8838
8839 * tips.texi (Comment Tips): Document the new conventions for
8840 commenting out code.
8841
c8763fb6 88422004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8843
5dcb4c4e 8844 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8845
88462004-02-07 Kim F. Storm <storm@cua.dk>
8847
8848 * positions.texi (Text Lines): Add line-number-at-pos.
8849
88502004-02-06 John Paul Wallington <jpw@gnu.org>
8851
8852 * display.texi (Button Properties, Button Buffer Commands):
8853 mouse-2 invokes button, not down-mouse-1.
8854
88552004-02-04 Jason Rumney <jasonr@gnu.org>
8856
8857 * makefile.w32-in: Sync with Makefile.in changes.
8858
88592004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8860
8861 * minibuf.texi (Text from Minibuffer): Various corrections and
8862 clarifications.
8863 (Object from Minibuffer): Correct Lisp description of
8864 read-minibuffer.
8865 (Minibuffer History): Clarify description of cons values for
8866 HISTORY arguments.
5dcb4c4e
SM
8867 (Basic Completion): Various corrections and clarifications.
8868 Add completion-regexp-list.
b8d4c8d0
GM
8869 (Minibuffer Completion): Correct and clarify description of
8870 completing-read.
5dcb4c4e
SM
8871 (Completion Commands): Mention Partial Completion mode.
8872 Various other minor changes.
b8d4c8d0
GM
8873 (High-Level Completion): Various corrections and clarifications.
8874 (Reading File Names): Ditto.
8875 (Minibuffer Misc): Ditto.
8876
88772004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8878
8879 * strings.texi (Text Comparison): assoc-string also matches
8880 elements of alists that are strings instead of conses.
8881 (Formatting Strings): Standardize Texinfo usage. Update index
8882 entries.
8883
88842004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8885
8886 * lists.texi (Sets And Lists): Add delete-dups.
8887
88882004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8889
8890 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8891 special form.
8892 * macros.texi (Defining Macros): Update description of `declare',
8893 which now is a macro.
8894 (Wrong Time): Fix typos.
8895
88962004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8897
8898 * compile.texi (Compilation Functions): Expand descriptions of
8899 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8900 and `batch-byte-compile'. In particular, mention and describe
8901 all optional arguments.
8902 (Disassembly): Correct and clarify the description of `disassemble'.
8903
89042004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8905
8906 * searching.texi: Various small changes in addition to the
8907 following.
8908 (Regexp Example): Adapt to new value of `sentence-end'.
8909 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8910 `words'.
8911 (Search and Replace): Add usage note for `perform-replace'.
8912 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8913 `match-data'.
8914 (Standard Regexps): Update for new values of `paragraph-start'
8915 and `sentence-end'.
8916
89172004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8918
8919 * files.texi (Saving Buffers): Clarify descriptions of
8920 `write-contents-functions' and `before-save-hook'.
8921 Make the defvar's for `before-save-hook' and `after-save-hook'
8922 into defopt's.
8923
89242004-01-07 Kim F. Storm <storm@cua.dk>
8925
8926 * commands.texi (Click Events): Describe new image and
8927 width/height elements of click events.
8928 (Accessing Events): Add posn-string, posn-image, and
8929 posn-object-width-height. Change posn-object to return either
8930 image or string object.
8931
89322004-01-01 Simon Josefsson <jas@extundo.com>
8933
8934 * hooks.texi (Standard Hooks): Add before-save-hook.
8935 * files.texi (Saving Buffers): Likewise.
8936
89372004-01-03 Richard M. Stallman <rms@gnu.org>
8938
8939 * frames.texi (Frames and Windows): Delete frame-root-window.
8940
89412004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8942
8943 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8944
8945 * functions.texi: Various small changes in addition to the
8946 following.
5dcb4c4e
SM
8947 (What Is a Function): `functionp' returns nil for macros.
8948 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8949 (Function Documentation): Add `\' in front of (fn @var{arglist})
8950 and explain why.
8951 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8952 Add anchor.
8953 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8954
89552004-01-01 Miles Bader <miles@gnu.org>
8956
8957 * display.texi (Buttons): New section.
8958
89592003-12-31 Andreas Schwab <schwab@suse.de>
8960
8961 * numbers.texi (Math Functions): sqrt reports a domain-error
8962 error.
8963 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8964
89652003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8966
8967 * tips.texi (Documentation Tips): Update item on hyperlinks in
8968 documentation strings.
8969
8970 * errors.texi (Standard Errors): Various small corrections and
8971 additions.
8972
8973 * control.texi: Various small changes in addition to the
8974 following.
8975 (Signaling Errors): Provide some more details on how `signal'
8976 constructs the error message. Add anchor to the definition of
8977 `signal'.
8978 (Error Symbols): Describe special treatment of `quit'.
8979 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8980 to emphasize that it has to be a single form.
8981
8982 * buffers.texi: Add anchor.
8983
89842003-12-29 Richard M. Stallman <rms@gnu.org>
8985
8986 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8987 (Window Configurations): Add window-configuration-frame.
8988
8989 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8990
8991 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8992 Change arg name in get-char-property.
8993 (Special Properties): Update handling of keymap property.
8994
8995 * strings.texi (Modifying Strings): Add clear-string.
8996 (Text Comparison): Add assoc-string and remove
8997 assoc-ignore-case, assoc-ignore-representation.
8998
8999 * os.texi (Time of Day): Add set-time-zone-rule.
9000
9001 * numbers.texi (Math Functions): asin, acos, log, log10
9002 report domain-error errors.
9003
9004 * nonascii.texi (Converting Representations):
9005 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9006 (Encoding and I/O): Add file-name-coding-system.
9007
9008 * modes.texi (Search-based Fontification): Explain that
9009 face specs are symbols with face names as values.
9010
9011 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9012
9013 * lists.texi (Building Lists): remq moved elsewhere.
9014 (Sets And Lists): remq moved here.
9015 (Association Lists): Refer to assoc-string.
9016
9017 * internals.texi (Garbage Collection): Add memory-use-counts.
9018
9019 * frames.texi (Frames and Windows): Add set-frame-selected-window
9020 and frame-root-window.
9021
9022 * files.texi (Contents of Directories):
9023 Add directory-files-and-attributes.
9024
9025 * display.texi (Refresh Screen): Add force-window-update.
9026 (Invisible Text): Explain about moving point out of invis text.
9027 (Overlay Properties): Add overlay-properties.
9028 (Managing Overlays): Add overlayp.
9029 (GIF Images): Invalid image number displays a hollow box.
9030
9031 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9032 (Killing Buffers): Add buffer-live-p.
9033
90342003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9035
9036 * display.texi (Fringes): Fix typo "set-buffer-window".
9037
90382003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9039
9040 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9041 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9042 Add or change various xrefs and anchors.
9043
9044 * commands.texi: Replace all occurrences of @acronym{CAR} with
9045 @sc{car}, for consistency with the rest of the Elisp manual.
9046 `car' and `cdr' are historically acronyms, but are no longer
9047 widely thought of as such.
9048
9049 * internals.texi (Pure Storage): Mention that `purecopy' does not
9050 copy text properties.
9051 (Object Internals): Now 29 bits are used (in most implementations)
9052 to address Lisp objects.
9053
9054 * variables.texi (Variables with Restricted Values): New node.
9055
9056 * objects.texi (Lisp Data Types): Mention that certain variables
9057 can only take on a restricted set of values and add an xref to
9058 the new node "Variables with Restricted Values".
9059
9060 * eval.texi (Function Indirection): Describe the errors that
9061 `indirect-function' can signal.
9062 (Eval): Clarify the descriptions of `eval-region' and `values'.
9063 Describe `eval-buffer' instead of `eval-current-buffer' and
9064 mention `eval-current-buffer' as an alias for `current-buffer'.
9065 Correct the description and mention all optional arguments.
9066
9067 * nonascii.texi: Various small changes in addition to the
9068 following.
9069 (Converting Representations): Clarify behavior of
9070 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9071 ASCII arguments.
9072 (Character Sets): Document the variable `charset-list' and adapt
9073 the definition of the function `charset-list' accordingly.
9074 (Translation of Characters): Clarify use of generic characters in
9075 `make-translation-table'. Clarify and correct the description of
9076 the use of translation tables in encoding and decoding.
9077 (User-Chosen Coding Systems): Correct and clarify the description
9078 of `select-safe-coding-system'.
9079 (Default Coding Systems): Clarify description of
9080 `file-coding-system-alist'.
9081
90822003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9083
9084 * strings.texi (Text Comparison): Correctly describe when two
9085 strings are `equal'. Combine and clarify descriptions of
9086 `assoc-ignore-case' and `assoc-ignore-representation'.
9087
9088 * objects.texi (Non-ASCII in Strings): Clarify description of
9089 when a string is unibyte or multibyte.
9090 (Bool-Vector Type): Update examples.
9091 (Equality Predicates): Correctly describe when two strings are
9092 `equal'.
9093
90942003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9095
9096 * lists.texi (Building Lists): `append' no longer accepts integer
9097 arguments. Update the description of `number-sequence' to reflect
9098 recent changes.
9099 (Sets And Lists): Describe `member-ignore-case' after `member'.
9100
91012003-11-27 Kim F. Storm <storm@cua.dk>
9102
9103 * commands.texi (Click Events): Click object may be an images.
9104 Describe (dx . dy) element of click positions.
9105 (Accessing Events): Remove duplicate posn-timestamp.
9106 New functions posn-object and posn-object-x-y.
9107
91082003-11-23 Kim F. Storm <storm@cua.dk>
9109
9110 * commands.texi (Click Events): Describe enhancements to event
9111 position lists, including new text-pos and (col . row) items.
9112 Mention left-fringe and right-fringe area events.
9113 (Accessing Events): New functions posn-area and
9114 posn-actual-col-row. Mention posn-timestamp. Mention that
9115 posn-point in non-text area still returns buffer position.
9116 Clarify posn-col-row.
9117
91182003-11-21 Lars Hansen <larsh@math.ku.dk>
9119
9120 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9121 * anti.texi (File Attributes): Describe removed parameter
9122 ID-FORMAT.
9123
91242003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9125
9126 * positions.texi (Positions): Mention that, if a marker is used as
9127 a position, its buffer is ignored.
9128
9129 * markers.texi (Overview of Markers): Mention it here too.
9130
91312003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9132
9133 * numbers.texi (Numeric Conversions): Not just `floor', but also
9134 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9135
91362003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9137
9138 * markers.texi (Creating Markers): Specify insertion type of
9139 created markers. Add xref to `Marker Insertion Types'.
9140 Second argument to `copy-marker' is optional.
9141 (Marker Insertion Types): Mention that most markers are created
9142 with insertion type nil.
9143 (The Mark): Correctly describe when `mark' signals an error.
9144 (The Region): Correctly describe when `region-beginning' and
9145 `region-end' signal an error.
9146
91472003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9148
9149 * hash.texi (Creating Hash): Clarify description of `eql'.
9150 `makehash' is obsolete.
9151 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9152
9153 * positions.texi (Point): Change description of `buffer-end', so
9154 that it is also correct for floating point arguments.
9155 (List Motion): Correct argument lists of `beginning-of-defun' and
9156 `end-of-defun'.
9157 (Excursions): Add xref to `Marker Insertion Types'.
9158 (Narrowing): Argument to `narrow-to-page' is optional.
9159
91602003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9161
9162 * streams.texi (Output Streams): Clarify behavior of point for
9163 marker output streams.
9164
91652003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9166
9167 * variables.texi (Defining Variables): Second argument to
9168 `defconst' is not optional.
9169 (Setting Variables): Mention optional argument APPEND to
9170 `add-to-list'.
9171 (Creating Buffer-Local): Expand description of
9172 `make-variable-buffer-local'.
9173 (Frame-Local Variables): Expand description of
9174 `make-variable-frame-local'.
9175 (Variable Aliases): Correct description of optional argument
9176 DOCSTRING to `defvaralias'. Mention return value of
9177 `defvaralias'.
9178 (File Local Variables): Add xref to `File variables' in Emacs
9179 Manual. Correct description of `hack-local-variables'. Mention
9180 `safe-local-variable' property. Mention optional second argument
9181 to `risky-local-variable-p'.
9182
91832003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9184
9185 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9186
91872003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9188
9189 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9190 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9191 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9192 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9193 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9194 lispref/processes.texi, lispref/searching.texi,
9195 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9196 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9197 @acronym{FOO}.
9198
91992003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9200
9201 * strings.texi (Creating Strings): Argument START to `substring'
9202 can not be `nil'. Expand description of
9203 `substring-no-properties'. Correct description of `split-string',
9204 especially with respect to empty matches. Prevent very bad line
9205 break in definition of `split-string-default-separators'.
9206 (Text Comparison): `string=' and `string<' also accept symbols as
9207 arguments.
9208 (String Conversion): More completely describe argument BASE in
9209 `string-to-number'.
9210 (Formatting Strings): `%s' and `%S' in `format' do require
9211 corresponding object. Clarify behavior of numeric prefix after
9212 `%' in `format'.
9213 (Case Conversion): The argument to `upcase-initials' can be a
9214 character.
9215
92162003-10-27 Kenichi Handa <handa@m17n.org>
9217
9218 * display.texi (Fontsets): Fix texinfo usage.
9219
92202003-10-25 Kenichi Handa <handa@m17n.org>
9221
9222 * display.texi (Fontsets): Add description of the function
9223 set-fontset-font.
9224
92252003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9226
9227 * display.texi (Temporary Displays): Add xref to `Documentation
9228 Tips'.
9229
9230 * functions.texi (Function Safety): Use inforef instead of pxref
9231 for SES.
9232
92332003-10-23 Andreas Schwab <schwab@suse.de>
9234
9235 * Makefile.in (TEX, texinputdir): Don't define.
9236 (TEXI2DVI): Define.
9237 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9238 add $(srcdir)/index.texi.
9239 ($(infodir)/elisp): Remove index.texi dependency.
9240 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9241 (index.texi): Remove target.
9242 (dist): Don't link $(srcdir)/permute-index.
9243 (clean): Don't remove index.texi.
9244
9245 * permute-index, index.perm: Remove.
9246 * index.texi: Rename from index.unperm.
9247
92482003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9249
9250 * tips.texi (Documentation Tips): Document new behavior for face
9251 and variable hyperlinks in Help mode.
9252
92532003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9254
9255 * objects.texi (Integer Type): Update for extra bit of integer range.
9256 (Character Type): Ditto.
9257
92582003-10-16 Eli Zaretskii <eliz@gnu.org>
9259
9260 * numbers.texi (Integer Basics): Add index entries for reading
9261 numbers in hex, octal, and binary.
9262
92632003-10-16 Lute Kamstra <lute@gnu.org>
9264
9265 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9266 argument.
9267
92682003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9269
9270 * windows.texi (Choosing Window): Fix typo.
9271 * edebug.texi (Edebug Execution Modes): Fix typo.
9272
92732003-10-13 Richard M. Stallman <rms@gnu.org>
9274
9275 * windows.texi (Basic Windows): A window has fringe settings,
9276 display margins and scroll-bar settings.
9277 (Splitting Windows): Doc split-window return value.
9278 Clean up one-window-p.
9279 (Selecting Windows): Fix typo.
9280 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9281 (Buffers and Windows): In set-window-buffer, explain effect
9282 on fringe settings and scroll bar settings.
9283 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9284 (Choosing Window): Use defopt for pop-up-frame-function.
9285 For special-display-buffer-names, explain same-window and same-frame.
9286 Clarify window-dedicated-p return value.
9287 (Textual Scrolling): scroll-up and scroll-down can get an error.
9288 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9289 Clarify set-window-hscroll.
9290 (Size of Window): Don't mention tool bar in window-height.
9291 (Coordinates and Windows): Explain what coordinates-in-window-p
9292 returns for fringes and display margins.
9293 (Window Configurations): Explain saving fringes, etc.
9294
9295 * tips.texi (Library Headers): Clean up Documentation.
9296
9297 * syntax.texi (Parsing Expressions): Clean up forward-comment
9298 and parse-sexp-lookup-properties.
9299
9300 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9301
9302 * os.texi (System Environment): Clean up text for load-average errors.
9303
9304 * modes.texi (Hooks): Don't explain local hook details at front.
9305 Clarify run-hooks and run-hook-with-args a little.
9306 Clean up add-hook and remove-hook.
9307
9308 * edebug.texi (Edebug Execution Modes): Clarify t.
9309 Document edebug-sit-for-seconds.
9310 (Coverage Testing): Document C-x X = and =.
9311 (Instrumenting Macro Calls): Fix typo.
9312 (Specification List): Don't index the specification keywords.
9313
93142003-10-10 Kim F. Storm <storm@cua.dk>
9315
9316 * processes.texi (Network): Introduce make-network-process.
9317
93182003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9319
9320 * tips.texi (Library Headers): Fix typo.
9321
93222003-10-07 Juri Linkov <juri@jurta.org>
9323
9324 * modes.texi (Imenu): Mention imenu-create-index-function's
9325 default value. Explain submenus better.
9326
93272003-10-07 Lute Kamstra <lute@gnu.org>
9328
9329 * modes.texi (Faces for Font Lock): Fix typo.
9330 (Hooks): Explain how buffer-local hook variables can refer to
9331 global hook variables.
9332 Various minor clarifications.
9333
93342003-10-06 Lute Kamstra <lute@gnu.org>
9335
9336 * tips.texi (Coding Conventions): Mention naming conventions for
9337 hooks.
9338
93392003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9340
9341 * loading.texi (Library Search): Correct default value of
9342 load-suffixes.
9343 (Named Features): Fix typo.
9344
93452003-10-05 Richard M. Stallman <rms@gnu.org>
9346
9347 * loading.texi (Named Features): In `provide',
9348 say how to test for subfeatures.
9349 (Unloading): In unload-feature, use new var name
9350 unload-feature-special-hooks.
9351
93522003-10-03 Lute Kamstra <lute@gnu.org>
9353
9354 * modes.texi (Major Mode Conventions): Mention third way to set up
9355 Imenu.
9356 (Imenu): A number of small fixes.
9357 Delete documentation of internal variable imenu--index-alist.
9358 Document the return value format of imenu-create-index-function
9359 functions.
9360
93612003-09-30 Richard M. Stallman <rms@gnu.org>
9362
9363 * processes.texi (Network): Say what stopped datagram connections do.
9364
9365 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9366
9367 * display.texi (Overlay Properties): Clarify `evaporate' property.
9368
93692003-09-29 Lute Kamstra <lute@gnu.org>
9370
9371 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9372 constructs should be marked as risky.
9373 Change cons cell into proper list.
9374 (Mode Line Variables): Change cons cell into proper list.
9375
93762003-09-26 Lute Kamstra <lute@gnu.org>
9377
9378 * modes.texi (Mode Line Data): Document the :propertize construct.
9379 (Mode Line Variables): Reorder the descriptions of the variables
9380 to match their order in the default mode-line-format.
9381 Describe the new variables mode-line-position and mode-line-modes.
9382 Update the default values of mode-line-frame-identification,
9383 minor-mode-alist, and default-mode-line-format.
9384 (Properties in Mode): Mention the :propertize construct.
9385
93862003-09-26 Richard M. Stallman <rms@gnu.org>
9387
9388 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9389 * loading.texi, minibuf.texi, text.texi, variables.texi:
9390 Avoid @strong{Note:}.
9391
93922003-09-26 Richard M. Stallman <rms@gnu.org>
9393
9394 * keymaps.texi (Remapping Commands): Fix typo.
9395
93962003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9397
9398 * processes.texi (Low-Level Network): Fix typo.
9399
94002003-09-23 Kim F. Storm <storm@cua.dk>
9401
9402 * processes.texi (Network, Network Servers): Fix typos.
9403 (Low-Level Network): Add timeout value for :server keyword.
9404 Add new option keywords to make-network-process.
9405 Add set-network-process-options.
9406 Explain how to test availability of network options.
9407
94082003-09-19 Richard M. Stallman <rms@gnu.org>
9409
9410 * text.texi (Motion by Indent): Arg to
9411 backward-to-indentation and forward-to-indentation is optional.
9412
9413 * strings.texi (Creating Strings): Add substring-no-properties.
9414
9415 * processes.texi
9416 (Process Information): Add list-processes arg QUERY-ONLY.
9417 Delete process-contact from here.
9418 Add new status values for process-status.
9419 Add process-get, process-put, process-plist, set-process-plist.
9420 (Synchronous Processes): Add call-process-shell-command.
9421 (Signals to Processes): signal-process allows process objects.
9422 (Network): Complete rewrite.
9423 (Network Servers, Datagrams, Low-Level Network): New nodes.
9424
9425 * positions.texi (Word Motion): forward-word, backward-word
9426 arg is optional. Reword.
9427
9428 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9429
9430 * variables.texi (Creating Buffer-Local):
9431 Delete duplicate definition of buffer-local-value.
9432 (File Local Variables): Explain about discarding text props.
9433
94342003-09-11 Richard M. Stallman <rms@gnu.org>
9435
9436 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9437 changes variables that record input events.
9438 (Minibuffer Misc): Add minibuffer-selected-window.
9439
9440 * lists.texi (Building Lists): Add copy-tree.
9441
9442 * display.texi (Fontsets): Add char-displayable-p.
9443 (Scroll Bars): New node.
9444
94452003-09-08 Lute Kamstra <lute@gnu.org>
9446
9447 * modes.texi (%-Constructs): Document new `%i' and `%I'
9448 constructs.
9449
94502003-09-03 Peter Runestig <peter@runestig.com>
9451
9452 * makefile.w32-in: New file.
9453
94542003-08-29 Richard M. Stallman <rms@gnu.org>
9455
9456 * display.texi (Overlay Properties): Clarify how priorities
9457 affect use of the properties.
9458
94592003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9460
9461 * customize.texi (Type Keywords): Correct the description of
9462 `:help-echo' in the case where `motion-doc' is a function.
9463
94642003-08-14 John Paul Wallington <jpw@gnu.org>
9465
9466 * modes.texi (Emulating Mode Line): Subsection, not section.
9467
94682003-08-13 Richard M. Stallman <rms@gnu.org>
9469
9470 * elisp.texi (Top): Update subnode lists in menu.
9471
9472 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9473 (Kill Functions): kill-region has new arg yank-handler.
9474 (Yanking): New node.
9475 (Yank Commands): Add yank-undo-function.
9476 (Low-Level Kill Ring):
9477 kill-new and kill-append have new arg yank-handler.
9478 (Changing Properties): Add remove-list-of-text-properties.
9479 (Atomic Changes): New node.
9480
9481 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9482
9483 * streams.texi (Output Variables): Add eval-expression-print-length
9484 and eval-expression-print-level.
9485
9486 * os.texi (Time Conversion): For encode-time, explain limits on year.
9487
9488 * objects.texi (Character Type): Define anchor "modifier bits".
9489
9490 * modes.texi (Emulating Mode Line): New node.
9491 (Search-based Fontification): Font Lock uses font-lock-face property.
9492 (Other Font Lock Variables): Likewise.
9493
9494 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9495 not vectors.
9496 (Active Keymaps): Add emulation-mode-map-alists.
9497 (Functions for Key Lookup): key-binding has new arg no-remap.
9498 (Remapping Commands): New node.
9499 (Scanning Keymaps): where-is-internal has new arg no-remap.
9500 (Tool Bar): Add tool-bar-local-item-from-menu.
9501 Clarify when to use tool-bar-add-item-from-menu.
9502
9503 * commands.texi (Interactive Call): commandp has new arg.
9504 (Command Loop Info): Add this-original-command.
9505
95062003-08-06 John Paul Wallington <jpw@gnu.org>
9507
9508 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9509
9510 * display.texi (Warning Basics): Fix typo.
9511 (Fringes): Add closing curly bracket and fix typo.
9512
9513 * elisp.texi (Top): Fix typo.
9514
95152003-08-05 Richard M. Stallman <rms@gnu.org>
9516
9517 * elisp.texi: Update lists of subnodes.
9518
9519 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9520
9521 * variables.texi (Local Variables): Use lc for example variable names.
9522
9523 * tips.texi (Library Headers): Explain where to put -*-.
9524
9525 * strings.texi (Creating Strings): Fix xref for vconcat.
9526
9527 * sequences.texi (Vector Functions):
9528 vconcat no longer allows integer args.
9529
9530 * minibuf.texi (Reading File Names): read-file-name has new
9531 arg PREDICATE. New function read-directory-name.
9532
c4cc8b9a 9533 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9534 (Indenting Macros): New node.
9535
9536 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9537 (Window Frame Parameters): Make separate table of parameters
9538 that are coupled with specific face attributes.
9539 (Deleting Frames): delete-frame-hooks renamed to
9540 delete-frame-functions.
9541
9542 * files.texi (Magic File Names): Add file-remote-p.
9543 Clarify file-local-copy.
9544
9545 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9546 here; instead xref Defining Macros.
9547
9548 * display.texi (Warnings): New node, and subnodes.
9549 (Fringes): New node.
9550
9551 * debugging.texi (Test Coverage): New node.
9552
9553 * compile.texi (Compiler Errors): Explain with-no-warnings
9554 and other ways to suppress warnings.
9555
9556 * commands.texi (Interactive Call): Minor clarification.
9557
9558 * buffers.texi (Buffer File Name): set-visited-file-name
9559 renames the buffer too.
9560
9561 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9562
95632003-07-24 Markus Rost <rost@math.ohio-state.edu>
9564
9565 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9566
95672003-07-22 Markus Rost <rost@math.ohio-state.edu>
9568
9569 * internals.texi (Garbage Collection): Fix previous change.
9570
95712003-07-22 Richard M. Stallman <rms@gnu.org>
9572
9573 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9574
9575 * display.texi (Width): Use \s syntax in example.
9576 (Font Selection): Add face-font-rescale-alist.
9577
9578 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9579 Remove spurious indent in example.
9580
9581 * lists.texi (Building Lists): Add number-sequence.
9582
9583 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9584
9585 * functions.texi (Function Documentation): Explain how to
9586 show calling convention explicitly in the doc string.
9587
9588 * windows.texi (Selecting Windows): save-selected-window saves
9589 selected window of each frame.
9590 (Window Configurations): Minor change.
9591
9592 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9593
9594 * streams.texi (Output Variables): Add print-continuous-numbering
9595 and print-number-table.
9596
9597 * processes.texi (Decoding Output): New node.
9598
9599 * os.texi (Time Conversion): decode-time arg is optional.
9600
9601 * objects.texi (Character Type): Don't use space as example for \.
9602 Make list of char names and \-sequences correspond.
9603 Explain that \s is not used in strings. `\ ' needs space after.
9604
9605 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9606 (Translation of Characters): Add translation-table-for-input.
9607 (Default Coding Systems): Add auto-coding-functions.
9608 (Explicit Encoding): Add decode-coding-inserted-region.
9609 (Locales): Add locale-info.
9610
9611 * minibuf.texi (Basic Completion): Describe test-completion.
9612 Collections can be lists of strings.
9613 Clean up lazy-completion-table.
9614 (Programmed Completion): Mention test-completion.
9615 Clarify why lambda expressions are not accepted.
9616 (Minibuffer Misc): Describe minibufferp.
9617
96182003-07-14 Richard M. Stallman <rms@gnu.org>
9619
9620 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9621
9622 * windows.texi (Selecting Windows): New arg to select-window.
9623 (Selecting Windows): Add with-selected-window.
9624 (Size of Window): Add window-inside-edges, etc.
9625
9626 * internals.texi (Garbage Collection): Add post-gc-hook.
9627
9628 * processes.texi (Subprocess Creation): Add exec-suffixes.
9629
9630 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9631 (Scanning Keymaps): Add map-keymaps.
9632 (Defining Menus): Add keymap-prompt.
9633
9634 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9635 most-negative-fixnum.
9636
c4cc8b9a 9637 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9638 (Compiler Errors): New node.
9639
9640 * os.texi (User Identification): user-uid, user-real-uid
9641 can return float.
9642
9643 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9644 and about derived modes.
9645 (Minor Modes): Add minor-mode-list.
9646 (Defining Minor Modes): Keyword args for define-minor-mode.
9647 (Search-based Fontification): Explain managing other properties.
9648 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9649 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9650 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9651
9652 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9653 (Variable Aliases): Clarify defvaralias.
9654
9655 * loading.texi (Library Search): Add load-suffixes.
9656
9657 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9658 (Programmed Completion): Add dynamic-completion-table.
9659
9660 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9661 (Magic File Names): Specify precedence order of handlers.
9662
9663 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9664 and post-command-hook.
9665 (Waiting): New calling convention for sit-for.
9666
9667 * text.texi (Special Properties): local-map and keymap properties
9668 apply based on their stickiness.
9669
96702003-07-07 Richard M. Stallman <rms@gnu.org>
9671
9672 * modes.texi (Minor Mode Conventions): Specify only some kinds
9673 of list values as args to minor modes.
9674
9675 * files.texi (File Name Expansion): Warn about iterative use
9676 of substitute-in-file-name.
9677
9678 * advice.texi (Activation of Advice): Clean up previous change.
9679
96802003-07-06 Markus Rost <rost@math.ohio-state.edu>
9681
9682 * advice.texi (Activation of Advice): Note that ad-start-advice is
9683 turned on by default.
9684
96852003-06-30 Richard M. Stallman <rms@gnu.org>
9686
9687 * text.texi (Buffer Contents): Document current-word.
9688 (Change Hooks): Not called for *Messages*.
9689
9690 * functions.texi (Defining Functions): Explain about redefining
9691 primitives.
f4e90db0 9692 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9693 Comment out the detailed criteria for what is safe.
9694
96952003-06-22 Andreas Schwab <schwab@suse.de>
9696
9697 * objects.texi (Symbol Type): Fix description of examples.
9698
96992003-06-16 Andreas Schwab <schwab@suse.de>
9700
9701 * hash.texi (Creating Hash): Fix description of :weakness.
9702
c8763fb6 97032003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9704
9705 * files.texi (Changing Files): copy-file copies file modes, too.
9706
97072003-05-28 Richard M. Stallman <rms@gnu.org>
9708
9709 * strings.texi (Creating Strings): Clarify split-string.
9710
97112003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9712
9713 * strings.texi (Creating Strings): Update split-string specification
9714 and examples.
9715
97162003-05-19 Richard M. Stallman <rms@gnu.org>
9717
9718 * elisp.texi: Correct invariant section names.
9719
97202003-04-20 Richard M. Stallman <rms@gnu.org>
9721
9722 * os.texi (Timers): Explain about timers and quitting.
9723
97242003-04-19 Richard M. Stallman <rms@gnu.org>
9725
9726 * internals.texi (Writing Emacs Primitives): Strings are
9727 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9728 Explain GCPRO convention for varargs function args.
9729
97302003-04-16 Richard M. Stallman <rms@gnu.org>
9731
9732 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9733
97342003-04-08 Richard M. Stallman <rms@gnu.org>
9735
9736 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9737
97382003-02-13 Kim F. Storm <storm@cua.dk>
9739
9740 * objects.texi (Character Type): New \s escape for space.
9741
97422003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9743
5dcb4c4e 9744 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9745
97462003-01-25 Richard M. Stallman <rms@gnu.org>
9747
9748 * keymaps.texi: Document that a symbol can act as a keymap.
9749
97502003-01-13 Richard M. Stallman <rms@gnu.org>
9751
9752 * text.texi (Changing Properties): Say string indices are origin-0.
9753
9754 * positions.texi (Screen Lines) <compute-motion>:
9755 Correct order of elts in return value.
9756
9757 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9758 how to define a default binding.
9759
97602002-12-07 Markus Rost <rost@math.ohio-state.edu>
9761
9762 * loading.texi (Unloading): Fix recent change for load-history.
9763
9764 * customize.texi (Simple Types): Clarify description of custom
9765 type 'number. Describe new custom type 'float.
9766
97672002-12-04 Markus Rost <rost@math.ohio-state.edu>
9768
9769 * variables.texi (File Local Variables): Fix typo.
9770
c8763fb6 97712002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9772
9773 From Michael Albinus <Michael.Albinus@alcatel.de>.
9774
9775 * README: Target for Info file is `make info'.
9776
5dcb4c4e 9777 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9778 `file-name-sans-extension'.
9779 (Magic File Names): Complete list of operations for magic file
9780 name handlers.
9781
97822002-09-16 Jonathan Yavner <jyavner@engineer.com>
9783
9784 * variables.texi (File Local Variables): New function
9785 risky-local-variable-p.
9786
97872002-09-15 Jonathan Yavner <jyavner@engineer.com>
9788
9789 * functions.texi (Function safety): New node about unsafep.
9790
97912002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9792
5dcb4c4e 9793 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9794 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9795
97962002-06-17 Juanma Barranquero <lektu@terra.es>
9797
9798 * frames.texi (Display Feature Testing): Fix typo.
9799
98002002-06-12 Andreas Schwab <schwab@suse.de>
9801
9802 * frames.texi (Initial Parameters, Resources): Fix references to
9803 the Emacs manual.
9804
98052002-05-13 Kim F. Storm <storm@cua.dk>
9806
9807 * variables.texi (Intro to Buffer-Local): Updated warning and
9808 example relating to changing buffer inside let.
9809
c8763fb6 98102002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9811
9812 * os.texi (Session Management): New node about X Session management.
9813
98142002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9815
9816 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9817 to which the manual corresponds, and the copyright years.
9818
9819 * Makefile.in (VERSION): Set to 2.9.
9820
98212001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9822
9823 * elisp.texi: Change the category in @dircategory to "Emacs", to
9824 make it consistent with info/dir.
9825
98262001-11-25 Miles Bader <miles@gnu.org>
9827
9828 * text.texi (Fields): Describe new `limit' arg in
9829 field-beginning/field-end.
9830
98312001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9832
5dcb4c4e
SM
9833 * permute-index: Don't depend on csh-specific features.
9834 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9835
9836 * two-volume-cross-refs.txt: New file.
9837 * two.el: New file.
9838 * spellfile: New file.
9839
98402001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9841
9842 * permute-index: New file.
9843
9844 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9845 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9846 8+3 restricted namespace.
9847
9848 * Makefile.in (infodir): Define relative to $(srcdir).
9849 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9850 include directories list via -I switch to makeinfo.
9851 (index.texi): Use cp if both hard and symbolic links fail.
9852
98532001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9854
9855 * Makefile.in (distclean): Add.
9856
9857 The following changes make ELisp manual part of the Emacs
9858 distribution:
9859
9860 * Makefile.in: Add Copyright notice.
9861 (prefix): Remove.
9862 (infodir): Change value to "../info".
9863 (VPATH): New variable.
9864 (MAKE): Don't define.
9865 (texmacrodir): Don't define.
9866 (texinputdir): Append the existing value of TEXINPUTS.
9867 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9868 command to be compatible with man/Makefile.in, and to put the
9869 output into ../info.
9870 (info): Add target.
9871 (installall): Target removed.
9872
c8763fb6 98732001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9874
9875 * tips.texi (Coding Conventions): Fix typo.
9876
98772001-10-23 Gerd Moellmann <gerd@gnu.org>
9878
9879 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9880
98812001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9882
9883 * files.texi (File Name Components): Update the description of
9884 file-name-sans-extension and file-name-extension, as they now
9885 ignore leading dots.
9886
98872001-10-20 Gerd Moellmann <gerd@gnu.org>
9888
9889 * (Version 21.1 released.)
9890
98912001-10-19 Miles Bader <miles@gnu.org>
9892
9893 * positions.texi (Text Lines): Describe behavior of
9894 `beginning-of-line'/`end-of-line' in the presence of field properties.
9895
98962001-10-17 Gerd Moellmann <gerd@gnu.org>
9897
9898 * Makefile.in (VERSION): Set to 2.8.
9899 (manual): Use `manual-21'.
9900
9901 * elisp.texi (VERSION): Add and use it where the version
9902 number was used. Set it to 2.8.
9903
9904 * intro.texi: Likewise.
9905
99062001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9907
9908 * files.texi (File Name Completion): Document the significance of
9909 a trailing slash in elements of completion-ignored-extensions.
9910
99112001-10-06 Miles Bader <miles@gnu.org>
9912
9913 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9914
99152001-10-04 Gerd Moellmann <gerd@gnu.org>
9916
9917 * variables.texi (Variable Aliases): New node.
9918
99192001-10-04 Gerd Moellmann <gerd@gnu.org>
9920
9921 * Branch for 21.1.
9922
99232001-10-02 Miles Bader <miles@gnu.org>
9924
9925 * minibuf.texi (Minibuffer Misc): Add entries for
9926 `minibuffer-contents', `minibuffer-contents-no-properties', and
9927 `delete-minibuffer-contents'.
9928 Correct description for `minibuffer-prompt-end'.
9929
9930 * text.texi (Property Search): Correct descriptions of
9931 `next-char-property-change' and `previous-char-property-change'.
9932 Add entries for `next-single-char-property-change' and
9933 `previous-single-char-property-change'.
9934 Make operand names a bit more consistent.
9935
99362001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9937
9938 * frames.texi (Finding All Frames): Document that next-frame and
9939 previous-frame are local to current terminal.
9940
99412001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9942
9943 * keymaps.texi (Creating Keymaps): Fix the description of the
9944 result of make-keymap.
9945
99462001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9947
9948 * display.texi (Font Lookup, Attribute Functions)
9949 (Image Descriptors): Add cross-references to the definition of
9950 selected frame.
9951
9952 * buffers.texi (The Buffer List): Add cross-references to the
9953 definition of selected frame.
9954
9955 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9956 frame at any given time.
9957 (Multiple Displays, Size and Position): Add a cross-reference to
9958 the definition of the selected frame.
9959
99602001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9961
9962 * strings.texi (String Conversion) <string-to-number>: Document
9963 that a float is returned for integers that are too large.
9964
9965 * frames.texi (Mouse Position): Document mouse-position-function.
9966 (Display Feature Testing): Document display-images-p.
9967 (Window Frame Parameters): Document the cursor-type variable.
9968
9969 * numbers.texi (Integer Basics): Document CL style read syntax for
9970 integers in bases other than 10.
9971
5dcb4c4e
SM
9972 * positions.texi (List Motion):
9973 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9974
9975 * lists.texi (Sets And Lists): Document member-ignore-case.
9976
9977 * internals.texi (Garbage Collection): Document the used and free
9978 strings report.
9979 (Memory Usage): Document strings-consed.
9980
9981 * os.texi (Time of Day): Document float-time.
9982 (Recording Input): Document that clear-this-command-keys clears
9983 the vector to be returned by recent-keys.
9984
9985 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9986 argument keymap can be a list.
9987
9988 * nonascii.texi (User-Chosen Coding Systems)
9989 <select-safe-coding-system>: Document the new argument
9990 accept-default-p and the variable
9991 select-safe-coding-system-accept-default-p. Tell what happens if
9992 buffer-file-coding-system is undecided.
9993 (Default Coding Systems): Document auto-coding-regexp-alist.
9994
9995 * display.texi (The Echo Area) <message>: Document
9996 message-truncate-lines.
9997 (Glyphs): Document that the glyph table is unused on windowed
9998 displays.
9999
10000 * help.texi (Describing Characters) <single-key-description>:
10001 Document the new argument no-angles.
10002 (Accessing Documentation) <documentation-property>: Document that
10003 a non-string property is evaluated.
10004 <documentation>: Document that the function-documentation property
10005 is looked for.
10006
10007 * windows.texi (Selecting Windows): Document some-window.
10008
10009 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10010
10011 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10012 apropos-mode-hook.
10013
10014 * commands.texi (Using Interactive): Document interactive-form.
10015 (Keyboard Macros): Document kbd-macro-termination-hook.
10016 (Command Loop Info): Document that clear-this-command-keys clears
10017 the vector to be returned by recent-keys.
10018
100192001-09-04 Werner LEMBERG <wl@gnu.org>
10020
10021 * Makefile.in (srcdir, texinputdir): New variables.
10022 (srcs, index.texi, install): Use $(srcdir).
10023 (.PHONY): Remove elisp.dvi.
10024 (elisp): Use -I switch for makeinfo.
10025 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10026 (installall, dist): Use $(srcdir).
10027 Fix path to texinfo.tex.
10028 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10029
100302001-08-30 Gerd Moellmann <gerd@gnu.org>
10031
10032 * display.texi (Conditional Display): Adjust to API change.
10033
10034 * configure: New file.
10035
100362001-07-30 Gerd Moellmann <gerd@gnu.org>
10037
10038 * commands.texi (Repeat Events): Add description of
10039 double-click-fuzz.
10040
100412001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10042
10043 * syntax.texi (Syntax Class Table): Add the missing designator for
10044 comment and string fences.
10045 (Syntax Properties): Add a xref to syntax table internals.
10046 (Syntax Table Internals): Document string-to-syntax.
10047
100482001-05-07 Gerd Moellmann <gerd@gnu.org>
10049
10050 * Makefile.in (install): Use install-info command line options
10051 like in Emacs' Makefile.in.
10052
100532000-12-09 Miles Bader <miles@gnu.org>
10054
10055 * windows.texi (Window Start): Update documentation for
10056 `pos-visible-in-window-p'.
10057
100582000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10059
10060 * lists.texi (Building Lists): Add footnote to explain how to add
10061 to the end of a list.
10062
100632000-10-25 Gerd Moellmann <gerd@gnu.org>
10064
10065 * files.texi (Visiting Functions): Typos.
10066
100672000-10-25 Kenichi Handa <handa@etl.go.jp>
10068
10069 * files.texi (Visiting Functions): Return value of
10070 find-file-noselect may be a list of buffers if wildcards are used.
10071
100722000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10073
10074 * display.texi (Defining Faces): Document `graphic' display type
10075 in face specs.
10076
b344d29d 100772000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10078
10079 * hooks.texi (Standard Hooks): Replace obsolete
10080 `after-make-frame-hook' with `after-make-frame-functions'.
10081
10082 * frames.texi (Creating Frames): Ditto.
10083
10084 * variables.texi (Future Local Variables): Ditto.
10085
100862000-10-16 Gerd Moellmann <gerd@gnu.org>
10087
10088 * display.texi (Other Image Types): Add description of :foreground
10089 and :background properties of mono PBM images.
10090
100912000-08-17 Werner LEMBERG <wl@gnu.org>
10092
10093 * .cvsignore: New file.
10094
100952000-01-05 Gerd Moellmann <gerd@gnu.org>
10096
10097 * tindex.pl: New script.
10098
100991999-12-03 Dave Love <fx@gnu.org>
10100
10101 * Makefile.in (MAKEINFO): New parameter.
10102
101031999-09-17 Richard Stallman <rms@gnu.org>
10104
10105 * Makefile.in (srcs): Add hash.texi.
10106 (VERSION): Update to 20.6.
10107
101081999-09-13 Richard Stallman <rms@gnu.org>
10109
10110 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10111
101121998-08-29 Karl Heuer <kwzh@gnu.org>
10113
10114 * configure.in: New file.
10115 * Makefile.in: Renamed from Makefile.
10116 (prefix, infodir): Use value obtained from configure.
10117 (emacslibdir): Obsolete variable deleted.
10118 (dist): Distribute configure.in, configure, Makefile.in.
10119
101201998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10121
10122 * Makefile (INSTALL_INFO): New variable.
10123 (install): Run install-info.
10124
101251998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10126
10127 * Makefile (elisp.dvi): Add missing backslash.
10128
101291998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10130
10131 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10132 Run texindex without `./'. Always run texindex on elisp.tp.
10133 (elisp.tps): Target deleted.
10134
101351998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10136
10137 * Makefile (srcs): Add nonascii.texi and customize.texi.
10138 (dist): Start by deleting `temp'.
10139
101401998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10141
10142 * Makefile (makeinfo, texindex): Targets deleted.
10143 (makeinfo.o, texindex.o): Targets deleted.
10144 (clean, dist): Don't do anything with them or with getopt*.
10145
101461998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10147
10148 * Makefile (SHELL): Defined.
10149
101501998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10151
10152 * Makefile (elisp.tps): New target.
10153 (elisp.dvi): Depend on elisp.tps.
10154
c5602427 101551996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10156
10157 * README: Update phone number.
10158
10159 * Makefile (elisp): Make this be the default target.
10160 Depend on makeinfo.c instead of makeinfo.
10161 (install): Don't depend on elisp.dvi, since we don't install that.
10162 Use mkinstalldirs.
10163 (dist): Add mkinstalldirs.
10164
c5602427 101651995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10166
10167 * Makefile (VERSION): Update version number.
5dcb4c4e 10168 (maintainer-clean): Rename from realclean.
b8d4c8d0 10169
c5602427 101701995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10171
10172 * Makefile (realclean): New target.
10173 (elisp): Remove any old elisp-* files first.
10174
c5602427 101751993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10176
10177 * Makefile (VERSION): New variable.
10178 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10179 Compressed file suffix should be `.gz', not `.z'.
10180
ce058493 101811993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10182
10183 * Makefile (elisp): Depend on makeinfo.
10184
c5602427 101851993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10186
10187 * Makefile (srcs): Add anti.texi.
10188
c5602427 101891993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10190
10191 * Makefile (infodir, prefix): New vars.
10192 (install): Use infodir.
f4e90db0 10193 (emacsinfodir): Delete.
b8d4c8d0 10194
c5602427 101951993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10196
10197 * Makefile (srcs): Add calendar.texi.
10198
10199 * Makefile (dist): Copy texindex.c and makeinfo.c.
10200 Limit elisp-* files to those with one or two digits.
10201
c5602427 102021993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10203
f4e90db0 10204 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10205
c5602427 102061993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10207
10208 * loading.texi (Unloading): define-function changed back to
10209 defalias. It may not stay this way, but at least it's
10210 consistent with the known-good version of the code patch.
10211
c5602427 102121993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10213
10214 * modes.texi (Hooks): Document new optional arg of add-hook.
10215
c5602427 102161993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10217
10218 * variables.texi: Document nil initial value of buffer-local variables.
10219
10220 * tips.texi: Add new section on standard library headers.
10221
c5602427 102221993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10223
10224 * Makefile (srcs): Add frame.texi to the list of sources.
10225
c5602427 102261993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10227
10228 * Makefile (dist): Don't bother excluding autosave files; they'll
10229 never make it into the temp directory anyway, and the hash marks
10230 in the name are problematic for make and the Bourne shell.
10231 (srcs):
10232
c5602427 102331993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10234
10235 * Makefile (dist): Don't include backup files or autosave files in
10236 the distribution tar file.
10237
c5602427 102381991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10239
5dcb4c4e 10240 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10241 (elisp.dvi): Remove erroneous shell comment.
10242 Expect output of permute-index in permuted.fns.
10243 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10244 (clean): Add index.texi to be deleted.
b8d4c8d0 10245
c5602427 102461990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10247
10248 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10249
c5602427 102501990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10251
10252 * files.texi: Noted that completion-ignored-extensions is ignored
10253 when making *Completions*.
10254
3e868ee3 102551990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10256
10257 * Makefile make dist now depends on elisp.dvi, since it tries
10258 to include it in the dist file.
10259
c5602427 102601990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10261
c5602427 10262 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10263
c5602427 102641989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10265
10266 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10267 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10268
c5602427 102691989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10270
10271 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10272 and @error{} are the terms now being used. The files in the
10273 directory have been changed to reflect this.
10274
10275 * All instances of @indentedresultt{} have been changed to
333f9019 10276 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10277
c5602427 102781989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10279
10280 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10281 experimental @indentedresult{}, @indentedexpandsto{} are part of
10282 the texinfo.tex in this directory. These TeX macros are not
10283 stable yet.
10284
c5602427 102851989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10286
10287 * texinfo.tex: Temporarily added
10288 \let\result=\dblarrow
10289 \def\error{{\it ERROR} \longdblarrow}
10290 We need to do this better soon.
10291
c5602427 102921989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10293
10294 * Applied Karl Berry's patches to *.texinfo files, but not to
10295 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10296 new title page format is also not applied, since it requires
10297 texinfo.tex changes.)
10298
10299 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10300 for the Project GNU development environment.
10301
10302;; Local Variables:
c8763fb6 10303;; coding: utf-8
b8d4c8d0
GM
10304;; End:
10305
acaf905b 10306 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10307
10308 This file is part of GNU Emacs.
10309
352c8b4a 10310 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10311 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10312 the Free Software Foundation, either version 3 of the License, or
10313 (at your option) any later version.
b8d4c8d0
GM
10314
10315 GNU Emacs is distributed in the hope that it will be useful,
10316 but WITHOUT ANY WARRANTY; without even the implied warranty of
10317 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10318 GNU General Public License for more details.
10319
10320 You should have received a copy of the GNU General Public License
352c8b4a 10321 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.