* net/gnutls.el (gnutls-trustfiles): Fixed Cygwin bundle location.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
0fd2c9a3
GM
12012-02-17 Glenn Morris <rgm@gnu.org>
2
3 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
4
f700caa3
CY
52012-02-16 Chong Yidong <cyd@gnu.org>
6
4230351b
CY
7 * syntax.texi (Syntax Tables, Syntax Descriptors)
8 (Syntax Table Functions): Copyedits.
9 (Syntax Basics): Don't repeat the material in the preceding node.
10 (Syntax Class Table): Use a table.
11 (Syntax Properties): Document syntax-propertize-function and
12 syntax-propertize-extend-region-functions.
13 (Motion via Parsing): Clarify scan-lists. Fix indentation.
14 (Parser State): Update for the new "c" comment style. Fix
15 description of item 7 (comment style).
16
f700caa3
CY
17 * modes.texi (Minor Modes): Update how mode commands should treat
18 arguments now.
19 (Mode Line Basics): Clarify force-mode-line-update.
20 (Mode Line Top): Note that the example is not realistic.
21 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
22 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
23 "mode line construct" instead of "mode line specification".
24 (Syntactic Font Lock): Remove mention of obsolete variable
25 font-lock-syntactic-keywords.
26 (Setting Syntax Properties): Node deleted.
27 (Font Lock Mode): Note that Font Lock mode is a minor mode.
28 (Font Lock Basics): Note that syntactic fontification falls back
29 on `syntax-table'.
30 (Search-based Fontification): Emphasize that font-lock-keywords
31 should not be set directly.
32 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
33 (Syntactic Font Lock): Minor clarifications. Add xref to
34 Syntactic Font Lock node.
f700caa3 35
60236b0d
CY
362012-02-15 Chong Yidong <cyd@gnu.org>
37
38 * minibuf.texi (Basic Completion): Define "completion table".
39 Move completion-in-region to Completion in Buffers node.
40 (Completion Commands): Use "completion table" terminology.
41 (Completion in Buffers): New node.
42
43 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
44 (Setting Hooks): Update minor mode usage example.
45 (Major Mode Conventions): Note that completion-at-point-functions
46 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
47 Remove duplicate tip about auto-mode-alist.
48 (Minor Modes): Rewrite introduction.
49 (Minor Mode Conventions): Copyedits. Don't recommend
50 variable-only minor modes since few minor modes are like that.
60236b0d 51
d7dbb11a
GM
522012-02-15 Glenn Morris <rgm@gnu.org>
53
54 * processes.texi (Network): Document open-network-stream :parameters.
55
3d8badf4
CY
562012-02-14 Chong Yidong <cyd@gnu.org>
57
58 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
59 was removed on 2009-09-10. Update lisp-mode-map example.
60 (Inheritance and Keymaps): Minor clarification.
61 (Searching Keymaps): Remove out-of-place enumeration.
62 (Key Lookup): Remove unnecessary example (one was already given in
63 Format of Keymaps).
64 (Changing Key Bindings): Update suppress-keymap example.
65 (Menu Bar, Tool Bar): Copyedits.
66 (Tool Bar): Update tool-bar-map example.
67
faccede1
CY
682012-02-12 Chong Yidong <cyd@gnu.org>
69
70 * debugging.texi (Debugger Commands): Continuing is now allowed
71 for errors.
72
355cabc6
CY
732012-02-11 Chong Yidong <cyd@gnu.org>
74
d860baa0
CY
75 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
76 Move the list of standard bitmaps there.
77 (Fringe Cursors): Rewrite for clarity.
78 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
79
34106abe
CY
80 * commands.texi (Command Overview): Mention read-key.
81 (Using Interactive, Interactive Call): Minor clarifications.
82 (Function Keys, Click Events): Avoid "input stream" terminology.
83 (Click Events): Add xref to Window Sizes and Accessing Mouse.
84 Clarify column and row components.
85 (Accessing Mouse): Add xref to Click Events. Minor fixes.
86 (Special Events): Copyedits.
87
88 * streams.texi (Input Streams): De-document get-file-char.
89 (Output Variables): Don't refer to old backquote syntax.
90
355cabc6
CY
91 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
92 (Error Debugging): Note that debug-ignored-errors overrides list
93 values of debug-on-error too. Add xref to Signaling Errors. Note
94 that debug-on-signal is not customizable. Mention
95 condition-case-unless-debug.
96 (Compilation Errors): Node deleted.
97
98 * compile.texi (Compiler Errors): Move a paragraph here from
99 deleted node Compilation Errors.
100
1be3ca5a
LL
1012012-02-10 Leo Liu <sdl.web@gmail.com>
102
103 * control.texi (Handling Errors): Change condition-case-no-debug
104 to condition-case-unless-debug.
105
25dec365
CY
1062012-02-10 Chong Yidong <cyd@gnu.org>
107
108 * advice.texi (Defining Advice): Clarify ad-unadvise.
109 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
110 is not abnormal.
111 (Advising Primitives): Node deleted; ad-define-subr-args has been
112 removed.
113
114 * compile.texi (Speed of Byte-Code): Use float-time in example.
115 (Compilation Functions): Note that the log uses Compilation mode.
116 Don't discuss the contents of byte-code function object here.
117 (Compilation Functions): De-document internal function byte-code.
118 (Docs and Compilation): Minor clarifications.
119
120 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
121 Objects.
122
5f5e4ea1
GM
1232012-02-10 Glenn Morris <rgm@gnu.org>
124
125 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
126 Mention secure-hash.
127 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
128
6c1e4b46
CY
1292012-02-10 Chong Yidong <cyd@gnu.org>
130
131 * loading.texi (Loading): Don't emphasize "library" terminology.
132 (Library Search): load-path is not a user option. Mention role of
133 -L option and packages. Improve examples.
134 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
135 obsolete.
136 (Autoload): Minor clarifications.
137
72ca698c
GM
1382012-02-10 Glenn Morris <rgm@gnu.org>
139
b011fbfe
GM
140 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
141
72ca698c
GM
142 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
143
14a1f380
GM
1442012-02-08 Glenn Morris <rgm@gnu.org>
145
146 * loading.texi (Named Features): Update the require example.
147
60d47423
GM
1482012-02-07 Glenn Morris <rgm@gnu.org>
149
150 * modes.texi (Defining Minor Modes):
151 Expand on args of defined minor modes.
152
0992bd9c
CY
1532012-02-07 Chong Yidong <cyd@gnu.org>
154
155 * variables.texi (Creating Buffer-Local): Minor clarification
156 to buffer-local-variables doc (Bug#10715).
157
af008560
GM
1582012-02-07 Glenn Morris <rgm@gnu.org>
159
e80e1825 160 * display.texi (ImageMagick Images): General update.
af008560
GM
161 Move most details of imagemagick-render-type to the variable's doc.
162
866c1d22
GM
1632012-02-06 Glenn Morris <rgm@gnu.org>
164
f7c9199f 165 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
166 (Inheritance and Keymaps):
167 Mention make-composed-keymap and multiple inheritance.
f7c9199f 168
e7bc51d0
GM
169 * modes.texi (Running Hooks): Mention run-hook-wrapped.
170
866c1d22
GM
171 * control.texi (Handling Errors):
172 Mention condition-case-no-debug and with-demoted-errors.
173
03988c98
CY
1742012-02-05 Chong Yidong <cyd@gnu.org>
175
176 * customize.texi (Common Keywords): Minor clarifications.
177 Document custom-unlispify-remove-prefixes.
178 (Variable Definitions): Backquotes in defcustom seem to work fine
179 now. Various other copyedits.
e1161b06
CY
180 (Simple Types): Copyedits. Document color selector.
181 (Composite Types): Copyedits.
182 (Splicing into Lists): Clarifications.
03988c98
CY
183
184 * eval.texi (Backquote): Move from macros.texi.
185
186 * macros.texi (Expansion): Minor clarification.
187 (Backquote): Move node to eval.texi.
188 (Defining Macros): Move an example from Backquote node.
189 (Argument Evaluation): No need to mention Pascal.
190 (Indenting Macros): Add xref to Defining Macros.
191
649f602c
GM
1922012-02-05 Glenn Morris <rgm@gnu.org>
193
194 * debugging.texi (Error Debugging): Mention debug-on-event default.
195
34c99998
GM
1962012-02-04 Glenn Morris <rgm@gnu.org>
197
8f05da42
GM
198 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
199
7aa5aad8
GM
200 * debugging.texi (Error Debugging): Mention debug-on-event.
201 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
202
c7291ad9
GM
203 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
204
34c99998
GM
205 * text.texi (Buffer Contents):
206 Update filter-buffer-substring description.
207
735cc5ca
CY
2082012-02-04 Chong Yidong <cyd@gnu.org>
209
210 * functions.texi (What Is a Function): Add closures. Mention
211 "return value" terminology. Add xref for command-execute. Remove
212 unused "keystroke command" terminology.
213 (Lambda Expressions): Give a different example than in the
214 following subsection. Add xref to Anonymous Functions.
215 (Function Documentation): Remove gratuitous markup.
216 (Function Names): Move introductory text to `What Is a Function'.
217 (Defining Functions): Fix defun argument spec.
218 (Anonymous Functions): Document lambda macro explicitly. Mention
219 effects on lexical binding.
220 (Function Cells): Downplay direct usage of fset.
221 (Closures): New node.
222 (Inline Functions): Remove "open-code" terminology.
223 (Declaring Functions): Minor tweak; .m is not C code.
224
225 * variables.texi (Variables): Don't refer to "global value".
226 (Local Variables, Void Variables): Copyedits.
227 (Lexical Binding): Minor clarification of example.
228 (File Local Variables): Mention :safe and :risky defcustom args.
229 (Lexical Binding): Add xref to Closures node.
230
94bc7984
GM
2312012-02-04 Glenn Morris <rgm@gnu.org>
232
233 * minibuf.texi (High-Level Completion): Updates for read-color.
234
4f5a10ef
GM
2352012-02-03 Glenn Morris <rgm@gnu.org>
236
eea14f31
GM
237 * display.texi (GIF Images): Mention animation.
238 Remove commented-out old example of animation.
239 (Animated Images): New subsection.
240 * elisp.texi (Top):
241 * vol1.texi (Top):
242 * vol2.texi (Top): Add Animated Images menu entry.
243
4f5a10ef
GM
244 * display.texi (Image Formats): Remove oddly specific information
245 on versions of image libraries.
204e728d 246 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 247
12f381b7
GM
2482012-02-02 Glenn Morris <rgm@gnu.org>
249
1b9f60cc
GM
250 * processes.texi (Synchronous Processes):
251 Mention call-process's :file gets overwritten.
252
7e2734bc
GM
253 * commands.texi (Reading One Event):
254 * help.texi (Help Functions): Document read-char-choice.
255
f58b9822
GM
256 * hooks.texi (Standard Hooks):
257 * modes.texi (Keymaps and Minor Modes):
258 * text.texi (Commands for Insertion): Document post-self-insert-hook.
259
260 * hooks.texi (Standard Hooks): Add prog-mode-hook.
261
12f381b7
GM
262 * hooks.texi (Standard Hooks):
263 * modes.texi (Major Mode Conventions, Mode Hooks):
264 Document change-major-mode-after-body-hook.
265
7a9a2fc6
GM
2662012-02-01 Glenn Morris <rgm@gnu.org>
267
268 * modes.texi (Defining Minor Modes):
269 Mention disabling global minor modes on a per-major-mode basis.
270
a037c171
CY
2712012-01-31 Chong Yidong <cyd@gnu.org>
272
273 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
274 (Parser State): Remove unnecessary statement (Bug#10661).
275
276 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
277
56afad3a
GM
2782012-01-31 Glenn Morris <rgm@gnu.org>
279
280 * modes.texi (Defining Minor Modes):
281 Document define-minor-mode's new :variable keyword.
282
0f29fa41
CY
2832012-01-29 Chong Yidong <cyd@gnu.org>
284
837a390a
CY
285 * syntax.texi (Syntax Class Table): Tweak description of newline
286 char syntax (Bug#9619).
287
0f29fa41
CY
288 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
289 description (Bug#10189).
290
182148ee
GM
2912012-01-29 Glenn Morris <rgm@gnu.org>
292
a49ca6b9
GM
293 * files.texi (Changing Files): Document SELinux support.
294
182148ee
GM
295 * windows.texi (Window Sizes): Fix typo.
296
9962192e
CY
2972012-01-28 Chong Yidong <cyd@gnu.org>
298
8c6e1920
CY
299 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
300 doc (Bug#8568).
301
9583ec59
CY
302 * frames.texi (Input Focus): Add NORECORD arg to
303 select-frame-set-input-focus. Clarify its role in select-frame.
304
10256988
CY
305 * text.texi (Transposition): We don't use transpose-region as an
306 internal subroutine (Bug#3249).
307
9962192e
CY
308 * modes.texi (Example Major Modes): Update Lisp example code to
309 current sources. Delete the old non-derived-major-mode example,
310 which has diverged badly from current sources.
311
2aa43abb
GM
3122012-01-27 Glenn Morris <rgm@gnu.org>
313
314 * makefile.w32-in (texinputdir): Fix (presumed) typo.
315 (VERSION, manual): Remove, unused.
316
9f40220d
CY
3172012-01-27 Chong Yidong <cyd@gnu.org>
318
319 * commands.texi (Command Overview): Minor clarification (Bug#10384).
320
acc28cb9
CY
3212012-01-26 Chong Yidong <cyd@gnu.org>
322
323 * searching.texi (String Search): Document negative repeat count
324 (Bug#10507).
325
48da7392
GM
3262012-01-26 Glenn Morris <rgm@gnu.org>
327
328 * variables.texi (Using Lexical Binding):
329 Mention that lexical-binding should be set in the first line.
330
69b0acb9
LI
3312012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
332
333 * macros.texi (Defining Macros): Don't claim that `declare' only
334 affects Edebug and indentation.
335
543757a8
LI
3362012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
337
338 * macros.texi (Defining Macros): Slight `declare' fixup.
339
450e3cae
GM
3402012-01-25 Glenn Morris <rgm@gnu.org>
341
24189ce0 342 * makefile.w32-in (texinputdir):
450e3cae
GM
343 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
344
1021c761
CY
3452012-01-24 Chong Yidong <cyd@gnu.org>
346
347 * variables.texi (Variables, Local Variables, Void Variables):
348 Edit to make the descriptions less specific to dynamic binding.
349 (Local Variables): Default max-specpdl-size is now 1300.
350 (Defining Variables): Edits for lexical scoping. Delete
351 information about starting docstrings with *. De-document
352 user-variable-p.
353 (Tips for Defining): Remove an unimportant discussion of quitting
354 in the middle of a load.
355 (Accessing Variables, Setting Variables): Discuss lexical binding.
356 (Variable Scoping): Rewrite.
357 (Scope, Extent, Impl of Scope): Nodes deleted.
358 (Dynamic Binding): New node, with material from Scope, Extent, and
359 Impl of Scope nodes.
360 (Dynamic Binding Tips): Rename from Using Scoping.
361 (Lexical Binding): Rewrite.
362 (Using Lexical Binding): Rename from Converting to Lexical
363 Binding. Convert to subsection.
364
365 * customize.texi (Variable Definitions): Add custom-variable-p.
366 Move user-variable-p documentation here.
367
31cbea1d
CY
3682012-01-23 Chong Yidong <cyd@gnu.org>
369
370 * strings.texi (Text Comparison): Minor qualification.
371
372 * lists.texi (Cons Cells): Copyedits.
373 (List Elements): Mention push.
374 (List Variables): Mention pop.
375 (Rings): Move to sequences.texi.
376
377 * sequences.texi (Sequence Functions): Don't repeat the
378 introduction already given in the parent.
379 (Vectors): Copyedits.
380 (Rings): Move from lists.texi. Note that this is specific to the
381 ring package.
382
383 * symbols.texi (Definitions, Symbol Components): Mention variable
384 scoping issues.
385 (Plists and Alists): Copyedits.
386
387 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
388 correctness with lexical scoping.
389 (Eval): Copyedits.
390
fead402d
CY
3912012-01-21 Chong Yidong <cyd@gnu.org>
392
393 * intro.texi (A Sample Function Description): Special notation
394 used for macros too.
395
396 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
397 (Symbol Type): Add xref for keyword symbols.
398 (Sequence Type): Clarify differences between sequence types.
399 (Cons Cell Type): Add "linked list" index entry.
400 (Non-ASCII in Strings): Copyedits.
401 (Equality Predicates): Symbols with same name need not be eq.
402
403 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
404 ldexp. Move float-e and float-pi to Math Functions node.
405
61086eb6
GM
4062012-01-21 Glenn Morris <rgm@gnu.org>
407
408 * modes.texi (Auto Major Mode):
409 * variables.texi (File Local Variables):
410 Mention inhibit-local-variables-regexps.
411
34a02f46
MR
4122012-01-19 Martin Rudalics <rudalics@gmx.at>
413
414 * windows.texi (Window Configurations): Rewrite references to
415 persistent window parameters.
416 (Window Parameters): Fix description of persistent window
417 parameters.
418
f5064cae
JB
4192012-01-16 Juanma Barranquero <lekktu@gmail.com>
420
421 * windows.texi (Window Parameters): Use @pxref.
422
6a6ee00d
MR
4232012-01-16 Martin Rudalics <rudalics@gmx.at>
424
425 * windows.texi (Window Configurations, Window Parameters):
426 Describe persistent window parameters.
427
9ca4c014
SM
4282011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * variables.texi (Creating Buffer-Local): Warn against misuses of
431 make-variable-buffer-local (bug#10258).
432
d027f83d
LMI
4332012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
434
435 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
436
89bd9ccd
CY
4372012-01-06 Chong Yidong <cyd@gnu.org>
438
439 * variables.texi (Directory Local Variables): Document
440 hack-dir-local-variables-non-file-buffer.
441
c869783d
GM
4422012-01-06 Glenn Morris <rgm@gnu.org>
443
444 * maps.texi (Standard Keymaps): Refer to Info-edit by name
445 rather than by keybinding.
446
2cae5ba4
JB
4472011-12-29 Juanma Barranquero <lekktu@gmail.com>
448
449 * frames.texi (Font and Color Parameters): Add @pxref.
450
43da4d08
DC
4512011-12-29 Daniel Colascione <dan.colascione@gmail.com>
452
453 * frames.texi (Font and Color Parameters):
454 Document w32 font backends (bug#10399).
455
8d80ef01
PE
4562011-12-28 Paul Eggert <eggert@cs.ucla.edu>
457
458 * files.texi (File Attributes, Changing Files):
459 Use a more-natural notation for octal numbers.
460
9022ae07
JB
4612011-12-23 Juanma Barranquero <lekktu@gmail.com>
462
463 * variables.texi (Variables with Restricted Values):
464 Change reference to variable (bug#10354).
465
454592a6
MR
4662011-12-13 Martin Rudalics <rudalics@gmx.at>
467
468 * windows.texi (Splitting Windows): Use t instead of non-nil
469 when describing window-combination-resize.
470
a7cdbfce
SM
4712011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
472
473 * text.texi (Special Properties): Warn against `intangible' properties
474 (bug#10222).
475
a3dcc84e
EZ
4762011-11-26 Eli Zaretskii <eliz@gnu.org>
477
579ebf8f
EZ
478 * display.texi (Truncation):
479 * text.texi (Special Properties): Describe what a stretch-glyph is
480 instead of using that term without explanation. Make the
481 cross-references more accurate.
482
a3dcc84e
EZ
483 * display.texi (Usual Display): Update the description,
484 cross-references, and indexing related to display of control
485 characters and raw bytes.
486
94af99a4
MR
4872011-11-25 Martin Rudalics <rudalics@gmx.at>
488
489 * windows.texi (Splitting Windows): Fix description of
490 window-combination-limit. Suggested by Eli Zaretskii.
491
1c3d7a13
CY
4922011-11-23 Chong Yidong <cyd@gnu.org>
493
494 * windows.texi (Window Sizes): Move window-top-line,
495 window-left-column, and window-*-pixel-edges to Coordinates and
496 Windows node.
497 (Coordinates and Windows): Restore window-edges doc.
498
90151a1e
MR
4992011-11-21 Martin Rudalics <rudalics@gmx.at>
500
a7cdbfce
SM
501 * windows.texi (Windows and Frames, Splitting Windows):
502 Fix typos.
90151a1e 503
a9b9b7f5
CY
5042011-11-21 Chong Yidong <cyd@gnu.org>
505
506 * windows.texi (Splitting Windows): Fix error in documentation of
507 window-combination-limit.
508 (Cyclic Window Ordering): Minor fixes to next-window,
509 one-window-p, and get-lru-window docs. Don't document
510 window-list-1.
511 (Buffers and Windows): Copyedits.
512 (Choosing Window): Document special handling of special-display-*.
513 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
514 Don't document even-window-heights, which is going away.
515 Clarify which options are obeyed by which action functions.
a9b9b7f5 516
f4e90db0
SM
5172011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
520
d2999b1a
MR
5212011-11-20 Martin Rudalics <rudalics@gmx.at>
522
f4e90db0
SM
523 * windows.texi (Resizing Windows, Splitting Windows):
524 Remove term "status" when talking about combination limits.
d2999b1a 525
cd1181db
JB
5262011-11-20 Juanma Barranquero <lekktu@gmail.com>
527
528 * compile.texi (Compiler Errors):
529 * help.texi (Help Functions): Fix typos.
530
7bf54975
CY
5312011-11-19 Chong Yidong <cyd@gnu.org>
532
533 * windows.texi (Splitting Windows): Clarify role of window
534 parameters in split-window. Shorten the example.
f4e90db0
SM
535 (Deleting Windows): Rewrite intro to handle internal windows.
536 Fix delete-windows-on doc.
7bf54975
CY
537 (Selecting Windows): Copyedits.
538
a0c2d0ae
MR
5392011-11-17 Martin Rudalics <rudalics@gmx.at>
540
541 * windows.texi (Resizing Windows, Splitting Windows)
542 (Deleting Windows): Use term window-combination-resize instead
543 of window-splits.
544
b6f67890
MR
5452011-11-16 Martin Rudalics <rudalics@gmx.at>
546
f4e90db0
SM
547 * windows.texi (Resizing Windows, Splitting Windows):
548 Rename occurrences of window-nest to window-combination-limit.
b6f67890 549
0b381c7e
JB
5502011-11-14 Juanma Barranquero <lekktu@gmail.com>
551
552 * intro.texi (Lisp History): Fix typo.
553
89d61221
MR
5542011-11-12 Martin Rudalics <rudalics@gmx.at>
555
f4e90db0
SM
556 * windows.texi (Splitting Windows, Deleting Windows):
557 Remove references to splits status of windows.
89d61221 558
b2621720
GM
5592011-11-10 Glenn Morris <rgm@gnu.org>
560
561 * buffers.texi (Read Only Buffers): Expand a bit on why
562 toggle-read-only should only be used interactively. (Bug#7292)
563
d2ad7ee1
CY
5642011-11-09 Chong Yidong <cyd@gnu.org>
565
566 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 567 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
568 window-inside-absolute-pixel-edges.
569 (Resizing Windows): shrink-window-if-larger-than-buffer works on
570 non-full-width windows.
571
2cffd681
MR
5722011-11-09 Martin Rudalics <rudalics@gmx.at>
573
574 * windows.texi (Resizing Windows): Rewrite documentation of
575 window-resizable.
576
f6f6d7e7
CY
5772011-11-09 Chong Yidong <cyd@gnu.org>
578
579 * windows.texi (Splitting Windows): Simplify example.
580
a79db6e0
CY
5812011-11-08 Chong Yidong <cyd@gnu.org>
582
583 * windows.texi (Window Sizes): Copyedits. Document
584 window-text-height. Remove window-min-height and window-min-width
585 discussion, referring instead to Emacs manual.
586 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
587 (Resizing Windows): Simplify introduction. Don't document
588 enlarge-window, shrink-window, enlarge-window-horizontally, and
589 shrink-window-horizontally; they are no longer preferred for
590 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 591
441950c7
GM
5922011-11-07 Glenn Morris <rgm@gnu.org>
593
594 * windows.texi (Choosing Window): Fix keybinding typo.
595
be7f5545
MR
5962011-11-07 Martin Rudalics <rudalics@gmx.at>
597
598 * windows.texi (Resizing Windows, Splitting Windows)
599 (Window Configurations): Use "child window" instead of
600 "subwindow".
601
291d142b
CY
6022011-11-06 Chong Yidong <cyd@gnu.org>
603
604 * windows.texi (Basic Windows): Clarify various definitions.
605 Treat window-normalize-* as internal; don't document them.
606 (Windows and Frames): Various clarifications, e.g. non-live
607 windows also belong to frames. Fix window-list description.
608 Simplify window nesting example.
f4e90db0
SM
609 (Splitting Windows, Window Configurations):
610 Use split-window-below.
291d142b 611
89bd5ee1
EZ
6122011-11-04 Eli Zaretskii <eliz@gnu.org>
613
614 * windows.texi (Window Sizes): Mention in the doc string that the
615 return values of `window-body-height' and `window-body-width' are
616 in frame's canonical units. (Bug#9949)
617
3d8daefe
MR
6182011-10-30 Martin Rudalics <rudalics@gmx.at>
619
620 * windows.texi (Windows and Frames): Remove "iso-" infix from
621 documentation of window-iso-combined-p.
622
60754666
CY
6232011-10-26 Chong Yidong <cyd@gnu.org>
624
625 * modes.texi (Running Hooks): Document with-wrapper-hook.
626
d366bd53
CY
6272011-10-18 Chong Yidong <cyd@gnu.org>
628
629 * display.texi (Glyphless Chars): New node.
630
50b063c3
CY
6312011-10-13 Chong Yidong <cyd@stupidchicken.com>
632
633 * text.texi (Yanking): Document yank-excluded-properties.
634
635 * package.texi (Packaging Basics): The commentary should say how
636 to begin using the package.
637
c72063fa
MR
6382011-10-11 Martin Rudalics <rudalics@gmx.at>
639
640 * windows.texi (Deleting Windows): Mention which window gets
641 selected when deleting the selected window.
642
d83dc65b
MR
6432011-10-09 Martin Rudalics <rudalics@gmx.at>
644
645 * buffers.texi (The Buffer List): Describe how bury-buffer deals
646 with the selected window.
647 * windows.texi (Buffers and Windows): Reformulate text on how
648 replace-buffer-in-windows deals with a window.
649 (Quitting Windows): Describe how quit-window deals with a
650 standalone frame. Describe new option frame-auto-hide-function.
651
c599682c
GM
6522011-10-08 Glenn Morris <rgm@gnu.org>
653
48bca619
GM
654 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
655
c599682c
GM
656 * positions.texi (Excursions): Update warning message.
657
969aa734
CY
6582011-10-05 Chong Yidong <cyd@stupidchicken.com>
659
f4e90db0
SM
660 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
661 Fix Emacs manual xref (Bug#9675).
969aa734 662
550f41cd
CY
6632011-10-01 Chong Yidong <cyd@stupidchicken.com>
664
665 * windows.texi (Textual Scrolling): Document scroll-up-command,
666 scroll-down-command, scroll-error-top-bottom, and the
667 scroll-command symbol property.
717a1362
CY
668 (Display Action Functions): Fix description of
669 display-buffer-pop-up-window.
550f41cd 670
a239d4e9
JB
6712011-09-28 Juanma Barranquero <lekktu@gmail.com>
672
673 * windows.texi (Splitting Windows): Fix typos.
674
590c056d
MR
6752011-09-25 Martin Rudalics <rudalics@gmx.at>
676
677 * windows.texi (Windows and Frames, Display Action Functions)
678 (Switching Buffers): Fix some typos.
679 (Buffers and Windows): Remove reference to window-auto-delete.
680 Reword description of replace-buffer-in-windows.
681 (Window History): Fix some typos and refer to frame local buffer
682 list.
c419f5cb
MR
683 (Quitting Windows): New node.
684 (Window Configurations): Add descriptions of window-state-get
685 and window-state-put.
686 (Window Parameters): Describe variable ignore-window-parameters.
687 Sketch some window parameters currently in use.
688 * elisp.texi (Top): Update node listing.
590c056d 689
9ec20d36
CY
6902011-09-25 Chong Yidong <cyd@stupidchicken.com>
691
692 * windows.texi (Display Action Functions)
693 (Choosing Window Options): New nodes.
694
0e406a72
CY
6952011-09-24 Chong Yidong <cyd@stupidchicken.com>
696
697 * windows.texi (Window History): New node. Move text here from
698 Buffers and Windows.
699 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
700 don't document display-buffer here; callers changed.
701 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
702 switch-to-buffer-other-frame. Delete duplicate
703 replace-buffer-in-windows doc.
704 (Choosing Window): Document display actions.
705
6bf7006f
EZ
7062011-09-24 Eli Zaretskii <eliz@gnu.org>
707
708 * display.texi (Forcing Redisplay): Update the description of
709 redisplay-dont-pause due to change in the default value.
710
b33b68a3
MR
7112011-09-23 Martin Rudalics <rudalics@gmx.at>
712
713 * frames.texi (Frames and Windows): Move section and rename to
714 Windows and Frames in windows.texi.
715 * windows.texi (Windows): Restructure.
716 (Basic Windows): Rewrite. Explain live and internal windows and
717 normalization functions.
718 (Windows and Frames): Move section here from frames.texi.
719 Describe subwindows, window combinations, window tree, and
720 corresponding functions including window-list here.
721 (Window Sizes): Rename section from Size of Window and move it
722 up in chapter. Describe total and body sizes and the
723 corresponding functions. Explain new semantics of
724 window-min-height/-width.
725 (Resizing Windows): Move section up in chapter. Describe new
726 resize functions.
727 (Splitting Windows): Describe new behavior of split-window,
728 split-window-above-each-other and split-window-side-by-side.
729 Provide examples. Describe window-nest and window-splits
730 options.
731 (Deleting Windows): Minor rewrite.
f4e90db0
SM
732 (Selecting Windows): Minor rewrite.
733 Describe frame-selected-window and set-frame-selected-window here.
734 (Cyclic Window Ordering): Minor rewrite.
735 Describe window-list-1.
b33b68a3
MR
736 (Buffers and Windows): Rewrite. Explain a window's previous and
737 next buffers and the corresponding functions.
c4682d18 738 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
739 * elisp.texi (Top): Update node listings for frames and windows
740 sections.
741
4d3786ac
SM
7422011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
745
713df35b
LMI
7462011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
747
748 * errors.texi (Standard Errors): Remove apparent placeholder text
749 (bug#9491).
750
33ed493b
CY
7512011-09-18 Chong Yidong <cyd@stupidchicken.com>
752
753 * frames.texi (Management Parameters): Fix description of
754 icon-type parameter.
755
b8f0a954
CY
7562011-09-17 Chong Yidong <cyd@stupidchicken.com>
757
758 * tips.texi (Key Binding Conventions): Don't bind a key sequence
759 ending in C-g. Suggested by Edward O'Connor.
760
eddf142c
EZ
7612011-09-17 Eli Zaretskii <eliz@gnu.org>
762
763 * numbers.texi (Integer Basics): Add indexing for
764 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
765
bf1af6c7
DM
7662011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
767
768 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
769
cec2eab8
JB
7702011-09-11 Juanma Barranquero <lekktu@gmail.com>
771
772 * processes.texi (Network Servers): Clarify what the process
773 buffer is used for (bug#9233).
774
51751aa2 7752011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
776
777 * lists.texi (Building Lists): Fix typo.
778
35137ed3
CY
7792011-08-30 Chong Yidong <cyd@stupidchicken.com>
780
781 * display.texi (Basic Faces): New node. Document new faces.
782
783 * modes.texi (Major Mode Conventions): Move some text there.
784 (Mode Help): Remove major-mode var, duplicated in Major Modes.
785
3fd50d5c
CY
7862011-08-29 Chong Yidong <cyd@stupidchicken.com>
787
788 * modes.texi (Basic Major Modes): New node. Callers updated.
789 (Major Modes): Document fundamental-mode and major-mode.
790 (Major Mode Basics): Node deleted; text moved to Major Modes.
791 (Derived Modes): Document derived-mode-p.
792
ddb54206
CY
7932011-08-28 Chong Yidong <cyd@stupidchicken.com>
794
a6326082
CY
795 * files.texi (Changing Files, Create/Delete Dirs): Document new
796 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
797 (Visiting Functions): Remove view-file; it is documented in the
798 Emacs manual.
04e2ce72 799
ddb54206
CY
800 * frames.texi (Layout Parameters): The defaults for the
801 menu-bar-lines and tool-bar-lines parameters depend on the mode.
802
803 * display.texi (Progress): Document spinner functionality.
804
805 * os.texi (Killing Emacs): Note that kill-emacs can be called by
806 operating system signals. Refer to save-buffers-kill-terminal
807 instead of save-buffers-kill-emacs.
808
809 * objects.texi (Symbol Type): Document ## print representation.
810
0c95fcf7
EZ
8112011-08-25 Eli Zaretskii <eliz@gnu.org>
812
813 * display.texi (Specified Space): Mention that `space' specs
814 influence bidi reordering.
815 (Bidirectional Display): Explain how to use `(space . PROPS)' for
816 separating fields with bidirectional content.
817
5980d4c6
EZ
8182011-08-24 Eli Zaretskii <eliz@gnu.org>
819
820 * display.texi (Bidirectional Display): Document return value in
821 buffers that are not bidi-reordered for display, and in unibyte
822 buffers.
823
bca633fb
EZ
8242011-08-23 Eli Zaretskii <eliz@gnu.org>
825
826 * nonascii.texi (Character Properties): Document the values for
827 unassigned codepoints.
828
c094bb0c
EZ
8292011-08-18 Eli Zaretskii <eliz@gnu.org>
830
831 * nonascii.texi (Character Properties): Document use of
832 `bidi-class' and `mirroring' properties as part of reordering.
833 Provide cross-references to "Bidirectional Display".
834
835 * display.texi (Bidirectional Display): Document the pitfalls of
836 concatenating strings with bidirectional content, with possible
f4e90db0
SM
837 solutions. Document bidi-string-mark-left-to-right.
838 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
839 Document use of `bidi-class' and `mirroring' properties as part of
840 reordering.
c094bb0c 841
1ea897d5
EZ
8422011-08-16 Eli Zaretskii <eliz@gnu.org>
843
9adfcd0b
EZ
844 * modes.texi (Major Mode Conventions): Improve the documentation
845 of `mode-class' `special' modes.
846
10862873
EZ
847 * nonascii.texi (Character Properties): Document the `mirroring'
848 property. Add index entries.
849
1ea897d5
EZ
850 * syntax.texi (Categories): Add an example of defining a new
851 category and category table.
852
853 * searching.texi (Regexp Backslash): Document how to display
854 existing categories. Mention the possibility of adding
855 categories, and add an xref to where this is described. Add an
856 index entry.
857
ebb552ed
CY
8582011-08-09 Chong Yidong <cyd@stupidchicken.com>
859
860 * text.texi (Special Properties):
861 * display.texi (Overlay Properties): Note that mouse-face cannot
862 change the text size (Bug#8530).
863
51a714e1
CY
8642011-08-08 Chong Yidong <cyd@stupidchicken.com>
865
866 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
867 using setenv instead.
868
4cc60b9b
EZ
8692011-07-28 Eli Zaretskii <eliz@gnu.org>
870
871 * display.texi (Bidirectional Display): Document the fact that
872 bidi-display-reordering is t by default.
873
5deb92fd
EZ
8742011-07-23 Eli Zaretskii <eliz@gnu.org>
875
876 * display.texi (Bidirectional Display): New section.
877
011b0ad6 8782011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
879 Tim Cross <theophilusx@gmail.com> (tiny change)
880 Glenn Morris <rgm@gnu.org>
011b0ad6 881
67f9b9f8 882 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 883
4baf28e6
AS
8842011-07-15 Andreas Schwab <schwab@linux-m68k.org>
885
886 * help.texi (Keys in Documentation): Revert last change.
887
66249842
LMI
8882011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
889
f863868c
LMI
890 * help.texi (Keys in Documentation): Clarify that \= only quotes
891 the next character, and doesn't affect longer sequences in
892 particular (bug#8935).
893
f4e90db0
SM
894 * debugging.texi (Using Debugger):
895 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 896
0bb23927 8972011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
898
899 * display.texi (Other Display Specs): Document that `left-fringe'
900 and `right-fringe' display specifications are of the "replacing"
901 kind.
902
f2027cdf
LMI
9032011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
904
905 * help.texi (Documentation Basics): Add a link to the Function
906 Documentation node (bug#6580).
907
f987fde4
LMI
9082011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
909
0bc59b25
LMI
910 * keymaps.texi (Menu Bar): Mention :visible and :enable
911 (bug#6344). Text by Drew Adams.
912
63d55f1f
LMI
913 * modes.texi (Running Hooks): Mention buffer-local hook variables
914 (bug#6218).
915
f987fde4
LMI
916 * objects.texi (General Escape Syntax): "a with grave accent" is
917 ?xe0, not ?x8e0 (bug#5259).
918
b7527639
CY
9192011-07-12 Chong Yidong <cyd@stupidchicken.com>
920
921 * display.texi (Face Attributes, Font Selection): Add references
922 to the Fonts node in the Emacs manual (Bug#4178).
923
c830e5ae
CY
9242011-07-12 Chong Yidong <cyd@stupidchicken.com>
925
926 * display.texi (Window Systems): `window-system' is
927 terminal-local.
928
929 * frames.texi (Frame Parameters, Parameter Access): Don't mention
930 frame-local variables.
931
932 * variables.texi (Buffer-Local Variables): Don't mention obsolete
933 frame-local variables.
934 (Frame-Local Variables): Node deleted.
935
936 * elisp.texi (Top): Update node listing.
937
91223e54
LMI
9382011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
939
940 * elisp.texi: Change "inferiors" to "subnodes" in three places
941 (bug#3523).
942
963578d3
CY
9432011-07-11 Chong Yidong <cyd@stupidchicken.com>
944
945 * frames.texi (Window System Selections): Discussion of
946 x-select-enable-clipboard moved to Emacs manual.
947
07151e49
DD
9482011-07-11 Deniz Dogan <deniz@dogan.se>
949
950 * commands.texi (Prefix Command Arguments): Remove excessive
951 apostrophe.
952
7261e1cf
LMI
9532011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
954
ad21a12a
LMI
955 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
956 description is a string (bug#3313).
957
7261e1cf
LMI
958 * frames.texi (Display Feature Testing): Try to explain what all
959 the visual classes mean (bug#3042).
960
568f7b79
LMI
9612011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
962
18d59e29
LMI
963 * modes.texi (Mode Line Variables): Document `mode-line-remote'
964 and `mode-line-client' (bug#2974).
965
568f7b79
LMI
966 * text.texi (Insertion): Clarify marker movements (bug#1651).
967 Text from Drew Adams.
968
54e10184
LMI
9692011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
970
d94d85e9
LMI
971 * text.texi (Special Properties): Clarify the format of `face'
972 (bug#1375).
973
54e10184
LMI
974 * commands.texi (Interactive Call): Add a `call-interactively'
975 example (bug#1010).
976
413c488d
LMI
9772011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
978
979 * functions.texi (Calling Functions): Link to the "Interactive
980 Call" node (bug#1001).
981
322b7dab 9822011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 983
3deead93
CY
984 * customize.texi (Composite Types): Move alist and plist to here
985 from Simple Types (Bug#7545).
986
987 * elisp.texi (Top): Update menu description.
988
b00d8c1a
CY
989 * display.texi (Face Attributes): Document negative line widths
990 (Bug#6113).
991
d2a6c43b
TR
9922011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
993
994 * searching.texi (Match Data): Note that match data can be
995 overwritten by most functions (bug#2499).
996
c7844a27
LMI
9972011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
998
a9ab721e
LMI
999 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1000 flags mean (bug#6659).
1001
c7844a27
LMI
1002 * functions.texi (What Is a Function): Document the autoload
1003 object (bug#6496).
1004
f68d76d0
LMI
10052011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1006
8a20ca4c
LMI
1007 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1008 is only used in the Customize user interface (bug#6089).
1009
f68d76d0 1010 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1011 images (bug#7836).
f68d76d0 1012
7018dbe7
EZ
10132011-07-02 Eli Zaretskii <eliz@gnu.org>
1014
1015 * variables.texi (Defining Variables, Void Variables)
1016 (Constant Variables): Fix incorrect usage of @kindex.
1017
36cb87a1
LMI
10182011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1019
28ee97c7
LMI
1020 * variables.texi (Defining Variables): Add an index entry for
1021 `set-variable' (bug#7262).
8d4294e9 1022 (Defining Variables): Use @findex for functions.
28ee97c7 1023
8862ffd5
LMI
1024 * frames.texi (Basic Parameters): Document the `explicit-name'
1025 parameter (bug#6951).
1026
0ec389b9
LMI
1027 * customize.texi (Type Keywords): Clarify that :value provides a
1028 default value for all types (bug#7386).
1029
36cb87a1
LMI
1030 * streams.texi (Output Functions): Document `pp'.
1031
11fdef7d 10322011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1033
1034 * keymaps.texi (Searching Keymaps):
1035 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1036 change. Suggested by Johan Bockgård.
1037
eeafcea7
CY
10382011-06-15 Chong Yidong <cyd@stupidchicken.com>
1039
1040 * text.texi (Special Properties): Clarify role of font-lock-face.
1041
b96e6cde
LMI
10422011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1043
f4e90db0 1044 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1045 to `process-live-p' for consistency with other `-live-p' functions.
1046
be14b9ab
PE
10472011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1048
1049 Document wide integers better.
1050 * files.texi (File Attributes): Document ino_t values better.
2d365993 1051 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1052 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1053 (Bitwise Operations):
001903b5
PE
1054 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1055 to read, and that will port better if 62-bits becomes the default.
1056 Fix or remove incorrect examples.
be14b9ab
PE
1057 * os.texi (Time Conversion): Document time_t values better.
1058
bcd54f83
LMI
10592011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1060
f4e90db0
SM
1061 * processes.texi (Process Information):
1062 Document `process-alive-p'.
bcd54f83 1063
049bcbcb
CY
10642011-05-29 Chong Yidong <cyd@stupidchicken.com>
1065
1066 * help.texi (Accessing Documentation):
1067 * display.texi (Pixel Specification):
1068 * processes.texi (Serial Ports, Serial Ports):
1069 * nonascii.texi (Character Properties, Default Coding Systems):
1070 * text.texi (Changing Properties, Special Properties):
1071 * windows.texi (Window Start and End):
1072 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1073 * keymaps.texi (Searching Keymaps, Tool Bar):
1074 * minibuf.texi (Basic Completion):
1075 * compile.texi (Eval During Compile):
1076 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1077 7x9 paper in printed manual.
1078
1079 * lists.texi (Sets And Lists): Fix misplaced text.
1080
58539c63
CY
10812011-05-29 Chong Yidong <cyd@stupidchicken.com>
1082
1083 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1084 needs to be active (Bug#8350).
1085
6b5681bf
CY
10862011-05-28 Chong Yidong <cyd@stupidchicken.com>
1087
b4d52acc
CY
1088 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1089
6b5681bf
CY
1090 * tips.texi (Coding Conventions): Remove antediluvian filename
1091 limit recommendation (Bug#8538).
1092
e145f188
GM
10932011-05-27 Glenn Morris <rgm@gnu.org>
1094
1095 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1096
eafed945
GM
10972011-05-26 Glenn Morris <rgm@gnu.org>
1098
1099 * variables.texi (File Local Variables):
1100 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1101 Add some more details on what this function does in the other case.
eafed945 1102
bc8410af
GM
11032011-05-19 Glenn Morris <rgm@gnu.org>
1104
1105 * lists.texi (Sets And Lists): Mention cl provides union etc.
1106
35a30759
N
11072011-05-19 Nix <nix@esperi.org.uk>
1108
1109 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1110
1111 * text.texi (Parsing HTML): Update for function name changes.
1112
1113 * syntax.texi (Syntax Flags): Small fix.
1114
1115 * keymaps.texi (Active Keymaps): Typo fix.
1116 (Changing Key Bindings): Grammar fix.
1117
1118 * frames.texi (Minibuffers and Frames): Grammar fix.
1119 (Window System Selections): x-select-enable-clipboard now defaults to t.
1120
1121 * customize.texi (Common Keywords):
1122 * display.texi (Abstract Display):
1123 * modes.texi (Auto-Indentation):
1124 * nonascii.texi (Converting Representations): Typo fixes.
1125
1126 * control.texi (Examples of Catch): Call it "goto" not "go to".
1127
e3934a8a
EZ
11282011-05-14 Eli Zaretskii <eliz@gnu.org>
1129
bc039a3b
EZ
1130 * nonascii.texi (Character Properties): Fix inconsistencies with
1131 implementation.
1132
e3934a8a
EZ
1133 * text.texi (Special Properties): Move @defvar's out of the
1134 @table. (Bug#8652)
1135
e2c94218
GM
11362011-05-12 Glenn Morris <rgm@gnu.org>
1137
1138 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1139
d2fc7e3d 11402011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1141
1142 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1143 (Multiline Font Lock):
1144 * vol2.texi (Top):
1145 * vol1.texi (Top):
1146 * elisp.texi (Top): Update menu accordingly.
1147
d2fc7e3d 11482011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1149
1150 * modes.texi (Region to Fontify): Fix typo.
1151
79b70037
GM
11522011-05-10 Jim Meyering <meyering@redhat.com>
1153
1154 * minibuf.texi: Fix typo "in in -> in".
1155
b08a63cc 11562011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1157
1158 * numbers.texi (Integer Basics): Large integers are treated as floats.
1159
1ef14cb4
LMI
11602011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1161
1162 * processes.texi (Synchronous Processes): Document the (:file
1163 "/file-name") syntax for `call-process'.
1164
4ffd0d6b 11652011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1166
1167 * windows.texi (Choosing Window): Fix typo.
1168
4ffd0d6b 11692011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1170
1171 * frames.texi (Layout Parameters): Note the difference between
1172 querying and setting parameters for left-fringe and right-fringe
1173 (Bug#6930).
1174
fd5a8ae8
SM
11752011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1176
1177 * minibuf.texi (Basic Completion): Be a bit more precise about the
1178 valid kinds of completion tables.
1179 (Programmed Completion): Remove obsolete text about lambda expressions
1180 not being valid completion tables.
1181
c1bcd0d5
CY
11822011-03-19 Chong Yidong <cyd@stupidchicken.com>
1183
1184 * positions.texi (Excursions): Explain the "save-excursion
1185 defeated by set-buffer" warning.
1186
1187 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1188 save-excursion. Suggested by Uday S Reddy.
1189
03408648 11902011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1191
03408648
SM
1192 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1193 (Lexical Binding): New sub-section.
ba83908c 1194
03408648
SM
1195 * eval.texi (Eval): Discourage the use of `eval'.
1196 Document its new `lexical' argument.
6c075cd7 1197
f6d62986
SM
11982011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1199
03408648 1200 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1201 nil any more.
1202
84ea5558 12032011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1204
1205 * strings.texi (String Conversion): Don't mention
1206 string-make-(uni|multi)byte (bug#8262).
1207 * nonascii.texi (Converting Representations): Fix up range.
1208 * keymaps.texi (Key Binding Commands): Update code point, avoid
1209 "unibyte character" and remove mention of unibyte bindings.
1210
62d94509
EZ
12112011-03-10 Eli Zaretskii <eliz@gnu.org>
1212
1213 * modes.texi (Operator Precedence Grammars): Don't use characters
1214 outside ISO-8859-1.
1215
63a329f8
EZ
12162011-03-09 Eli Zaretskii <eliz@gnu.org>
1217
1218 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1219
1220 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1221
6446548e
GM
12222011-03-08 Glenn Morris <rgm@gnu.org>
1223
1224 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1225 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1226 * elisp.texi: Set documentencoding.
6446548e 1227
33383987
JB
12282011-03-07 Chong Yidong <cyd@stupidchicken.com>
1229
1230 * Version 23.3 released.
1231
0b3ceceb
CY
12322011-03-06 Chong Yidong <cyd@stupidchicken.com>
1233
1234 * package.texi: Update index keywords.
1235 (Package Archives): New node contents. Document package-x.el.
1236
78f5433f
JB
12372011-03-06 Juanma Barranquero <lekktu@gmail.com>
1238
1239 * makefile.w32-in (srcs): Add package.texi.
1240
555e9b5c
CY
12412011-03-06 Chong Yidong <cyd@stupidchicken.com>
1242
120d9389
CY
1243 * package.texi (Packaging, Packaging Basics, Simple Packages)
1244 (Multi-file Packages): Expand and clarify.
1245 (Package Archives): Temporary placeholder node.
1246
1247 * elisp.texi (Top): Update node listing.
1248
555e9b5c
CY
1249 * Makefile.in (srcs): Add package.texi.
1250
b59a4335
CY
12512011-03-05 Chong Yidong <cyd@stupidchicken.com>
1252
1253 * processes.texi (Synchronous Processes): Minor clarification
1254 (Bug#8149).
1255
06083aa1
GM
12562011-03-03 Glenn Morris <rgm@gnu.org>
1257
1258 * files.texi (Truenames): Minor clarification. (Bug#2341)
1259
6640b281
GM
12602011-03-01 Glenn Morris <rgm@gnu.org>
1261
1262 * variables.texi (Directory Local Variables):
1263 Mention `(subdirs . nil)' alist element.
1264
2b0c7330 12652011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1266
1267 * variables.texi (Directory Local Variables): Mention the optional
1268 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1269
b923f7a9
CY
12702011-02-27 Chong Yidong <cyd@stupidchicken.com>
1271
1272 * minibuf.texi (Minibuffer History): Clarify discussion of
1273 minibuffer history lists (Bug#8085).
1274
67ab0163 12752011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1276
e979a521
EZ
1277 * elisp.texi: Sync @dircategory with ../../info/dir.
1278
e03b2fd4
EZ
1279 * files.texi (Visiting Functions): Document find-file-literally,
1280 both the command and the variable.
1281
86ec878a
EZ
1282 * variables.texi (Creating Buffer-Local): Explain the meaning of
1283 permanent local variables.
1284
67ab0163
GM
1285 * files.texi (Visiting Functions): Document find-file-literally,
1286 both the command and the variable.
1287
1288 * variables.texi (Creating Buffer-Local): Explain the meaning of
1289 permanent local variables.
1290
12912011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1292
1293 * keymaps.texi (Remapping Commands): Mention how to undo it.
1294
bfcb151a
RT
12952011-02-09 Reuben Thomas <rrt@sc3d.org>
1296
1297 * loading.texi (Hooks for Loading): Remove unnecessary advice
1298 about eval-after-load (Bug#7986).
1299
a41c8660
CY
13002011-02-05 Chong Yidong <cyd@stupidchicken.com>
1301
1302 * commands.texi (Accessing Mouse): Note that a header line is not
1303 included in the row of posn-col-row.
1304
e0dd6837
CY
13052011-02-02 Chong Yidong <cyd@stupidchicken.com>
1306
1307 * modes.texi (Major Mode Conventions): Add face guidelines.
1308 (Faces for Font Lock): List faces in order of prominence.
1309
a4180391
PE
13102011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1311
1312 format-time-string now supports subsecond time stamp resolution
1313 * os.texi (Time Parsing): Document %N.
1314
7427eb97
CY
13152011-01-28 Chong Yidong <cyd@stupidchicken.com>
1316
61db307f
CY
1317 * vol1.texi (Top):
1318 * vol2.texi (Top):
1319 * elisp.texi (Top):
1320 * display.texi (Display Property): Shorten the menu description of
1321 the "Other Display Specs" node (Bug#7816).
1322
7427eb97
CY
1323 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1324 menu item" concept index entries (Bug#7805).
1325
bf3dae7e
EZ
13262011-01-29 Eli Zaretskii <eliz@gnu.org>
1327
1328 * makefile.w32-in (texinfodir): New variable.
1329 (usermanualdir): Remove as redundant with $(emacsdir).
1330 (MAKEINFO): Remove options, leave only program name.
1331 (MAKEINFO_OPTS): New variable.
1332 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1333
06d8ace5 13342011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1335 Richard Kim <emacs18@gmail.com>
1336
1337 * loading.texi (Library Search): Document list-load-path-shadows
1338 (Bug#7757).
1339
06d8ace5 13402011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1341
1342 * searching.texi (Regexp Special): Remove outdated discussion of
1343 character sets (Bug#7780).
1344
28a88153
CY
1345 * frames.texi (Pop-Up Menus): Document where menu title comes
1346 from (Bug#7684).
1347
06d8ace5 13482011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1349
1350 * display.texi (Making Buttons): Mention limitation of text buttons.
1351
a8e1e9ee
WL
13522011-01-23 Werner Lemberg <wl@gnu.org>
1353
1354 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1355 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1356 (ENVADD): New variable to control texi2dvi and texi2pdf.
1357
362b9d48
GM
13582011-01-15 Chong Yidong <cyd@stupidchicken.com>
1359
1360 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1361 Emacs manual.
1362
13632011-01-15 Eli Zaretskii <eliz@gnu.org>
1364
1365 * files.texi (Directory Names): Explain why FROM in
1366 directory-abbrev-alist should begin with \`. (Bug#7777)
1367
3fa173b4
SM
13682011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1369
1370 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1371
7c420169 13722011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1373
1374 * modes.texi (Emulating Mode Line): Fix last change.
1375
7c420169 13762011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1377
1378 * modes.texi (Emulating Mode Line): Update documentation of
1379 format-mode-line according to changes that fixed bug #7587.
1380
80b33766
SM
13812010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * modes.texi (Derived Modes): Mention prog-mode.
1384
1385 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1386 of the key-binding-data cache since we don't use it any more.
1387
f49d1f52 13882010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1389
4bb49a92
EZ
1390 * processes.texi (Shell Arguments):
1391 * strings.texi (Creating Strings): Don't mention "shell commands";
1392 make it explicit that `split-string-and-unquote' and
1393 `combine-and-quote-strings' are mainly for working with arguments
1394 to call-process and start-process.
1395
3c73e30e
EZ
1396 * processes.texi (Shell Arguments): Fix documentation of
1397 `split-string-and-unquote'. Add indexing. (Bug#7563)
1398
f49d1f52 13992010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1400
1401 * modes.texi (Auto-Indentation): New section to document SMIE.
1402 (Major Mode Conventions):
1403 * text.texi (Mode-Specific Indent): Refer to it.
1404
f49d1f52 14052010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1406
1407 * display.texi (Other Display Specs): Document left-fringe and
1408 right-fringe display specs.
1409
f49d1f52 14102010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1411
1412 * backups.texi (Making Backups):
1413 * modes.texi (Example Major Modes): Use recommended coding style.
1414 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1415 define-derived-mode. Mention completion-at-point-functions.
1416
f49d1f52 14172010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1418
5dcb4c4e
SM
1419 * nonascii.texi (Converting Representations):
1420 Document byte-to-string.
e1115396 1421
ec1b9b17
GM
14222010-12-08 Glenn Morris <rgm@gnu.org>
1423
1424 * buffers.texi (Modification Time):
1425 verify-visited-file-modtime now defaults to the current buffer.
1426
07976ae3 14272010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1428
ec1b9b17 1429 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1430
1431 * strings.texi (Creating Strings): Don't mention semi-obsolete
1432 function char-to-string.
1433 (String Conversion): Shorten discussion of semi-obsolete function
1434 string-to-char. Link to Converting Representations.
1435
1436 * objects.texi (Symbol Type):
1437 * text.texi (Near Point):
1438 * help.texi (Help Functions):
1439 * functions.texi (Mapping Functions): Use string instead of
1440 char-to-string in examples.
1441
07976ae3 14422010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1443
1444 * text.texi (Kill Functions, Kill Functions)
1445 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1446 YANK-HANDLER args.
1447
1448 * symbols.texi (Creating Symbols): Using unintern without an
1449 obarray arg is now obsolete.
1450
1451 * numbers.texi (Float Basics): Document float-e and float-pi.
1452
1453 * variables.texi (Defining Variables): Change "pi" example to
1454 "float-pi".
1455
8547874a
EZ
14562010-11-26 Eli Zaretskii <eliz@gnu.org>
1457
1458 * commands.texi (Click Events): Document the values of X, Y and
1459 COL, ROW in the event's position, when the click is on the header
1460 or mode line, on the fringes, or in the margins.
1461
4a47c275 14622010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1463
5b05d75b
EZ
1464 * customize.texi (Composite Types): Lower-case index entry.
1465
5dcb4c4e
SM
1466 * loading.texi (How Programs Do Loading):
1467 Document load-file-name. (Bug#7346)
c7926fe2 1468
4a47c275 14692010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1470
1471 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1472
0eb025fb
EZ
14732010-11-13 Eli Zaretskii <eliz@gnu.org>
1474
1475 * display.texi (Usual Display): Characters with no fonts are not
1476 necessarily displayed as empty boxes.
1477
2699a554 14782010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1479
1480 * maps.texi (Standard Keymaps): Update File menu description.
1481
8289f37b
GM
14822010-10-28 Glenn Morris <rgm@gnu.org>
1483
1484 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1485
5793a7bc 14862010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1487
1488 * display.texi (Window Systems): Deprecate use of window-system as
1489 a predicate.
1490
17284e30
GM
14912010-10-23 Glenn Morris <rgm@gnu.org>
1492
1493 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1494 sorted-doc.
1495
00f113eb
JB
14962010-10-15 Eli Zaretskii <eliz@gnu.org>
1497
1498 * os.texi (Dynamic Libraries): New node, with slightly modified
1499 text deleted from "Image Formats".
1500 (System Interface): Add @menu entry for "Dynamic Libraries".
1501
1502 * display.texi (Image Formats): Remove description of
1503 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1504
07277eb8
GM
15052010-10-12 Glenn Morris <rgm@gnu.org>
1506
1507 * book-spine.texinfo: Rename to book-spine.texi.
1508
c12e4a81
GM
15092010-10-11 Glenn Morris <rgm@gnu.org>
1510
df187c62
GM
1511 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1512
c12e4a81 1513 * Makefile.in (DVIPS): New variable.
234db610
GM
1514 (.PHONY): Add html, ps.
1515 (html, elisp.html, ps, elisp.ps): New targets.
1516 (clean): Delete html, ps files.
1517 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1518
6513b232
EZ
15192010-10-09 Eli Zaretskii <eliz@gnu.org>
1520
1521 * makefile.w32-in (emacsdir): New variable.
1522 (srcs): Add emacsver.texi.
1523 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1524
abd40fb4
GM
15252010-10-09 Glenn Morris <rgm@gnu.org>
1526
c1dc72b3
GM
1527 * Makefile.in (VPATH): Remove.
1528 (infodir): Make it absolute.
1529 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1530
4393405b
GM
1531 * Makefile.in (dist): Anchor regexps.
1532
eef3ab94
GM
1533 * Makefile.in (srcs): Put elisp.texi first.
1534 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1535
aa9db089
GM
1536 * Makefile.in (infoclean): Remove harmless, long-standing error.
1537
abd40fb4
GM
1538 * Makefile.in ($(infodir)): Delete rule.
1539 (mkinfodir): New.
1540 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1541
68db69ed 1542 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1543 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1544
ea274122
GM
15452010-10-09 Glenn Morris <rgm@gnu.org>
1546
f7a31f11
GM
1547 * Makefile.in (emacsdir): New variable.
1548 (MAKEINFO): Add -I $emacsdir.
1549 (dist): Copy emacsver.texi.
b13254e7
GM
1550 (srcs): Add emacsver.texi.
1551
f7a31f11
GM
1552 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1553 Set EMACSVER by including emacsver.texi.
1554
ea274122
GM
1555 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1556
17ca7950
GM
15572010-10-07 Glenn Morris <rgm@gnu.org>
1558
1559 * Makefile.in (version): New, set by configure.
1560 (clean): Delete dist tar file.
1561 (dist): Use version in tar name.
1562
4c83f6e1
GM
15632010-10-06 Glenn Morris <rgm@gnu.org>
1564
1565 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1566 (INSTALL_INFO): Remove unused variable.
1567 (mostlyclean, infoclean, dist): New rules.
1568 (clean): Delete dvi and pdf files.
1569 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1570 ($(infodir)): Add parallel build workaround.
4c83f6e1 1571
0264072d
GM
15722010-10-04 Glenn Morris <rgm@gnu.org>
1573
1574 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1575 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1576 Fix -I typo.
0264072d
GM
1577 (clean): No 'make.out' or 'core' files.
1578 (.PHONY): Declare clean rules.
1579 (maintainer-clean): Delete pdf file. Guard against cd failures.
1580
77f38949
GM
15812010-10-03 Glenn Morris <rgm@gnu.org>
1582
1583 * files.texi (File Name Components): Remove ignored section about
1584 deleted variable directory-sep-char.
1585
178fdd41
MA
15862010-10-03 Michael Albinus <michael.albinus@gmx.de>
1587
1588 * files.texi (Magic File Names): New defopt
1589 remote-file-name-inhibit-cache.
1590
9c524fcb
GM
15912010-10-02 Glenn Morris <rgm@gnu.org>
1592
1593 * os.texi (Killing Emacs): Hook now runs in batch mode.
1594
f816790b
SM
15952010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * text.texi (Special Properties): Clarify when modification-hooks run.
1598
7cf78aac
SM
15992010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * syntax.texi (Syntax Flags): Document new `c' flag.
1602
ca0d44e4
GM
16032010-09-09 Glenn Morris <rgm@gnu.org>
1604
1605 * display.texi (ImageMagick Images): General cleanup.
1606
10999305 16072010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1608
1609 * files.texi (Directory Names): Use \` rather than ^.
1610
45240125
JD
16112010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1612
1613 * text.texi (Low-Level Kill Ring):
1614 * frames.texi (Window System Selections): Remove cut buffer
1615 documentation.
1616
4abe5bf6
EZ
16172010-08-28 Eli Zaretskii <eliz@gnu.org>
1618
1619 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1620 Parameters", where the default fringe width is described.
1621
1622 * frames.texi (Window Frame Parameters, Basic Parameters)
1623 (Position Parameters, Layout Parameters, Management Parameters)
1624 (Cursor Parameters, Font and Color Parameters): Add indexing for
1625 frame parameters. (Bug#6929)
1626
fdc76236
TT
16272010-08-25 Tom Tromey <tromey@redhat.com>
1628
1629 * vol2.texi (Top): Update.
1630 * vol1.texi (Top): Update.
1631 * tips.texi (Library Headers): Mention Package-Version and
1632 Package-Requires.
1633 * package.texi: New file.
1634 * os.texi (System Interface): Update pointers.
1635 * elisp.texi (Top): Link to new nodes. Include package.texi.
1636 * anti.texi (Antinews): Update pointers.
1637
1e5c1c80
EZ
16382010-08-25 Eli Zaretskii <eliz@gnu.org>
1639
1640 * processes.texi (Filter Functions): Fix last change.
1641
78e33835
CY
16422010-08-24 Markus Triska <triska@gmx.at>
1643
1644 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1645 of `buffer-name' in the main text as well as in the example
1646 (Bug#3098).
1647
198a7a97
CY
16482010-08-22 Chong Yidong <cyd@stupidchicken.com>
1649
1650 * nonascii.texi (Text Representations):
1651 * loading.texi (Loading Non-ASCII):
1652 * compile.texi (Byte Compilation): Don't mention obsolete
1653 --unibyte command-line argument.
1654
bc7d7ea6
CY
16552010-08-22 Chong Yidong <cyd@stupidchicken.com>
1656
1657 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1658
b0126eac 16592010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1660
1661 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1662
e8a6cc19
EZ
16632010-08-20 Eli Zaretskii <eliz@gnu.org>
1664
1665 * commands.texi (Misc Events): Add cross-references to where
1666 POSITION of a mouse event is described in detail.
1667
c4e7c63a 16682010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1669
c4e7c63a 1670 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1671
7815fe19 16722010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1673
1674 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1675 Suggested by Štěpán Němec <stepnem@gmail.com>.
1676
7815fe19 16772010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1678
1679 * minibuf.texi (High-Level Completion): Document args of
1680 `read-buffer-function' (bug#5625).
1681
8b2dd508
JD
16822010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1683
1684 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1685
bace45fe
MA
16862010-07-29 Michael Albinus <michael.albinus@gmx.de>
1687
1688 * processes.texi (Process Information): Explain process property
1689 `remote-tty'.
1690
4ce5a4cc
JB
16912010-07-27 Juanma Barranquero <lekktu@gmail.com>
1692
1693 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1694 instead of "\C-\^?" (bug#6334).
1695
1c84bc7a
JB
1696 * text.texi (Special Properties): Fix typo.
1697
b88746ba
EZ
16982010-07-09 Eli Zaretskii <eliz@gnu.org>
1699
1700 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1701 calling sequences, which are now the standard.
1702
51422d6d
CY
17032010-06-24 Chong Yidong <cyd@stupidchicken.com>
1704
1705 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1706
1707 * commands.texi (Command Overview): Mention undo-boundary call.
1708
d24880de
GM
17092010-06-23 Glenn Morris <rgm@gnu.org>
1710
1711 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1712 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1713 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1714 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1715 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1716 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1717 Untabify Texinfo files.
1718
0fc76035
CY
17192010-06-20 Chong Yidong <cyd@stupidchicken.com>
1720
1721 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1722
5338dc0b
CY
17232010-06-19 Chong Yidong <cyd@stupidchicken.com>
1724
a628ad9d 1725 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1726
2c3a3c1d
CY
17272010-06-02 Chong Yidong <cyd@stupidchicken.com>
1728
ba3bf1d9
CY
1729 * searching.texi (Regexp Special): Remove obsolete information
1730 about matching non-ASCII characters, and suggest using char
1731 classes (Bug#6283).
2c3a3c1d 1732
7f4b4249
JB
17332010-05-30 Juanma Barranquero <lekktu@gmail.com>
1734
1735 * minibuf.texi (Basic Completion): Add missing "@end defun".
1736
637821cd
SM
17372010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 * minibuf.texi (Basic Completion): Document completion-boundaries.
1740 (Programmed Completion): Document the new fourth method for boundaries.
1741
e13051c3
CY
17422010-05-22 Chong Yidong <cyd@stupidchicken.com>
1743
a628ad9d 1744 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1745
0235128c 17462010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1747
1748 * windows.texi (Textual Scrolling):
1749 * tips.texi (Coding Conventions):
1750 * minibuf.texi (Minibuffer History):
1751 * maps.texi (Standard Keymaps):
1752 * loading.texi (Where Defined):
1753 * edebug.texi (Instrumenting): Fix typos.
1754
0235128c 17552010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1756
c7c32279
CY
1757 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1758
0235128c
SM
1759 * functions.texi (Obsolete Functions):
1760 Document set-advertised-calling-convention.
eb5ed549
CY
1761
1762 * minibuf.texi (Basic Completion): Document completion-in-region.
1763 (Programmed Completion): Document completion-annotate-function.
1764
1765 * commands.texi (Reading One Event): Document read-key.
1766 (Distinguish Interactive): Document KIND arg to
1767 called-interactively-p. Delete obsolete interactive-p.
1768
1769 * elisp.texi (Top): Update node description.
1770
f8848423
EZ
17712010-05-08 Eli Zaretskii <eliz@gnu.org>
1772
0235128c
SM
1773 * nonascii.texi (Character Properties):
1774 Document unicode-category-table. Add an index entry for Unicode
1775 general category.
1776
17772010-05-07 Chong Yidong <cyd@stupidchicken.com>
1778
1779 * Version 23.2 released.
f8848423 1780
938efb77
JB
17812010-04-20 Juanma Barranquero <lekktu@gmail.com>
1782
1783 * locals.texi (Standard Buffer-Local Variables):
1784 Remove @ignore'd reference to `direction-reversed'.
1785
5854c267
JL
17862010-04-14 Juri Linkov <juri@jurta.org>
1787
1788 Fix @deffn without category.
1789
1790 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1791 for `abbrev-insert'.
1792
1793 * buffers.texi (Indirect Buffers): Add category `Command'
1794 to @deffn of `clone-indirect-buffer'.
1795
1796 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1797 for `next-window' and `previous-window'. Add category `Command'
1798 to @deffn of `pop-to-buffer'.
1799
8a14dec7
CY
18002010-04-01 Chong Yidong <cyd@stupidchicken.com>
1801
1802 * nonascii.texi (Text Representations): Don't mark
1803 enable-multibyte-characters as a user option.
1804
7a1831cf
EZ
18052010-03-31 Eli Zaretskii <eliz@gnu.org>
1806
1807 * control.texi (Handling Errors): How to re-throw a signal caught
1808 by condition-case.
1809
c3863713
CY
18102010-03-26 Chong Yidong <cyd@stupidchicken.com>
1811
1812 * loading.texi (Hooks for Loading): Document after-load-functions.
1813 Copyedits.
1814
c333f279
AM
18152010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1816
1817 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1818
e867cb5d 18192010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1820
1821 * processes.texi (Network Processes): Document seqpacket type.
1822
605f35cd
DN
18232010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1824
1825 * os.texi (System Environment): Do not mention lynxos.
1826
288f9fc0
CY
18272010-03-10 Chong Yidong <cyd@stupidchicken.com>
1828
1829 * Branch for 23.2.
1830
eed5c93a
CY
18312010-03-06 Chong Yidong <cyd@stupidchicken.com>
1832
1833 * objects.texi (Integer Type): Take note of the read syntax
1834 exception for numbers that cannot fit in the integer type.
1835
1ddd6622
GM
18362010-03-03 Glenn Morris <rgm@gnu.org>
1837
1838 * numbers.texi (Integer Basics, Bitwise Operations):
1839 * objects.texi (Integer Type): Update for integers now being 30-bit.
1840
a908c79a
CY
18412010-02-27 Chong Yidong <cyd@stupidchicken.com>
1842
1843 * display.texi (Low-Level Font): Document :otf font-spec property.
1844
cd61af01
SM
18452010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1846
1847 * display.texi (Line Height): Avoid obsolete special default variables
1848 like default-major-mode.
1849
c02f8fe2
AM
18502010-01-28 Alan Mackenzie <acm@muc.de>
1851
1852 * display.texi (Auto Faces): Say fontification-functions is called
1853 whether or not Font Lock is enabled. Tidy up the wording a bit.
1854
d738d18b
CY
18552010-01-17 Chong Yidong <cyd@stupidchicken.com>
1856
1857 * elisp.texi: Remove duplicate edition information (Bug#5407).
1858
4963739e
JB
18592010-01-17 Juanma Barranquero <lekktu@gmail.com>
1860
1861 * two.el (volume-header-toc-markup): Fix typos in docstring.
1862
c57008f6
SM
18632010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1864
1865 Avoid dubious uses of save-excursions.
1866 * positions.texi (Excursions): Recommend the use of
1867 save-current-buffer if applicable.
1868 * text.texi (Clickable Text): Fix the example code which used
1869 save-excursion in a naive way which sometimes preserves point and
1870 sometimes not.
1871 * variables.texi (Creating Buffer-Local):
1872 * os.texi (Session Management):
1873 * display.texi (GIF Images):
1874 * control.texi (Cleanups): Use (save|with)-current-buffer.
1875
2f3725cd
EZ
18762010-01-02 Eli Zaretskii <eliz@gnu.org>
1877
1878 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1879
85eeac93
CY
18802010-01-02 Chong Yidong <cyd@stupidchicken.com>
1881
1882 * nonascii.texi (Text Representations, Character Codes)
1883 (Converting Representations, Explicit Encoding)
1884 (Translation of Characters): Use hex notation consistently.
1885 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1886
4801c5fa
CY
18872010-01-01 Chong Yidong <cyd@stupidchicken.com>
1888
1889 * loading.texi (Where Defined): Make it clearer that these are
1890 loaded files (Bug#5068).
1891
26e533e2
CY
18922009-12-29 Chong Yidong <cyd@stupidchicken.com>
1893
1894 * minibuf.texi (Completion Styles): Document `initials' style.
1895
16d1ff5f
CY
18962009-12-25 Chong Yidong <cyd@stupidchicken.com>
1897
1898 * frames.texi (Resources): Describe inhibit-x-resources.
1899 (Size Parameters): Copyedit.
1900
1901 * hash.texi (Creating Hash):
1902 * objects.texi (Hash Table Type): Document the new hash table
1903 printed representation.
1904
1905 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1906 obsolete.
1907
5dcb4c4e
SM
1908 * processes.texi (Process Buffers):
1909 Document process-kill-buffer-query-function.
16d1ff5f 1910
9a5de3d9
GM
19112009-12-05 Glenn Morris <rgm@gnu.org>
1912
1913 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1914 diary-display-function, and no longer recommended to be a hook.
1915 Update for changes in the names of calendar and diary hooks.
1916 diary-print-entries-hook has changed section.
1917
b640eb52
EZ
19182009-11-28 Eli Zaretskii <eliz@gnu.org>
1919
1920 * text.texi (Special Properties): More accurate description of
1921 what the `cursor' property does.
1922
be1674ab
KR
19232009-11-26 Kevin Ryde <user42@zip.com.au>
1924
1925 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1926 mouse-wheel-down-event, the closest thing to a definition for them.
1927 * os.texi (Startup Summary): vindex inhibit-startup-message and
1928 inhibit-splash-screen.
1929 (Command-Line Arguments): vindex argv.
1930 (Suspending Emacs): vindex suspend-tty-functions and
1931 resume-tty-functions. Don't want to index every hook, but having
1932 the programming ones is helpful.
1933
603f5979
CY
19342009-11-14 Chong Yidong <cyd@stupidchicken.com>
1935
1936 * commands.texi (Motion Events): Fix typo (Bug#4907).
1937
4359a806
CY
19382009-11-08 Chong Yidong <cyd@stupidchicken.com>
1939
1940 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1941 are affected by case-fold-search (Bug#4483).
1942
0f063651
CY
19432009-11-02 Chong Yidong <cyd@stupidchicken.com>
1944
1945 * minibuf.texi (Reading File Names): Note that read-file-name may
1946 use a graphical file dialog.
1947
9bd79893
GM
19482009-10-31 Glenn Morris <rgm@gnu.org>
1949
1950 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1951
ebe479ec
KR
19522009-10-16 Kevin Ryde <user42@zip.com.au>
1953
1954 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1955 in particular so `info-lookup-symbol' can find its docs.
1956
2640fa86
CY
19572009-10-16 Chong Yidong <cyd@stupidchicken.com>
1958
1959 * variables.texi (Constant Variables): Distinguish from defconst
1960 variables.
1961 (Defining Variables): Add cindex.
1962
edd6a733
CY
19632009-10-15 Chong Yidong <cyd@stupidchicken.com>
1964
1965 * os.texi (Time of Day): Clarify that the microsecond part is
1966 ignored (Bug#4637).
1967
5feb0b73
GM
19682009-10-11 Glenn Morris <rgm@gnu.org>
1969
1970 * frames.texi (Size and Position): Clarify what is included in the frame
1971 height. (Bug#4535)
1972
0c5413c8
GM
19732009-10-10 Glenn Morris <rgm@gnu.org>
1974
1975 * windows.texi (Size of Window): The relationship between window and
1976 frame heights is not so simple. (Bug#4535)
1977 Mention window-full-height-p.
1978
7f8b600a
SM
19792009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1982 used from Lisp.
1983
6185de1c
EZ
19842009-10-07 Eli Zaretskii <eliz@gnu.org>
1985
7f8b600a
SM
1986 * files.texi (Directory Names) <abbreviate-file-name>:
1987 Document that root home directories are not replaced with "~".
6185de1c 1988
9972911f
EZ
19892009-10-06 Eli Zaretskii <eliz@gnu.org>
1990
1991 * text.texi (Special Properties): Document the meaning of the
1992 `cursor' text property whose value is an integer.
1993
2a3f19ef
MA
19942009-10-05 Michael Albinus <michael.albinus@gmx.de>
1995
1996 * files.texi (Magic File Names): Add `copy-directory'.
1997
804543b5
EZ
19982009-10-05 Eli Zaretskii <eliz@gnu.org>
1999
2000 * files.texi (File Attributes): Fix description of file
2001 attributes. (Bug#4638) Update attributes of files.texi example to
2002 be more representative.
2003
461bf92b
MA
20042009-10-05 Michael Albinus <michael.albinus@gmx.de>
2005
2006 * files.texi (Create/Delete Dirs): New command copy-directory.
2007
a86cd395
JB
20082009-10-04 Juanma Barranquero <lekktu@gmail.com>
2009
2010 * anti.texi (Antinews):
2011 * macros.texi (Indenting Macros):
2012 * strings.texi (Creating Strings, Case Conversion):
2013 Remove duplicate words.
2014
d3080264
MA
20152009-10-01 Michael Albinus <michael.albinus@gmx.de>
2016
2017 * files.texi (Create/Delete Dirs): delete-directory has an
2018 optional parameter RECURSIVE.
2019
85d14563
SM
20202009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2021
2022 * buffers.texi (Swapping Text): Minor clarification.
2023
3d9842c6
GM
20242009-10-01 Glenn Morris <rgm@gnu.org>
2025
2026 * functions.texi (Declaring Functions): Mention that we also search for
2027 ".m" files in the src/ directory.
2028
78427304
CY
20292009-09-25 David Engster <deng@randomsample.de>
2030
3d9842c6 2031 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2032
b578c9cc
GM
20332009-09-22 Glenn Morris <rgm@gnu.org>
2034
2035 * internals.texi (Building Emacs): Mention preloaded-file-list.
2036
beee5da7
AM
20372009-09-14 Alan Mackenzie <acm@muc.de>
2038
2039 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2040
5d6ab672
CY
20412009-09-13 Chong Yidong <cyd@stupidchicken.com>
2042
2043 * functions.texi (Anonymous Functions): Rearrange discussion,
2044 giving usage of unquoted lambda forms first. Mention that
2045 `function' and `#'' are no longer required (Bug#4290).
2046
59375eeb
AM
20472009-09-11 Alan Mackenzie <acm@muc.de>
2048
a86cd395 2049 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2050 batch mode.
2051
e7e2f529
GM
20522009-09-01 Glenn Morris <rgm@gnu.org>
2053
2054 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2055
eae47088
GM
20562009-08-26 Ulrich Mueller <ulm@gentoo.org>
2057
2058 * nonascii.texi (Character Codes): Fix typos.
2059
3691a0a6
MA
20602009-08-25 Michael Albinus <michael.albinus@gmx.de>
2061
2062 * processes.texi (Synchronous Processes): New defvar
2063 process-file-side-effects.
2064
664d56b8
GM
20652009-08-25 Glenn Morris <rgm@gnu.org>
2066
2067 * display.texi (Fontsets): Fix typo.
2068
0706c025
GM
2069 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2070
03a74b84
SM
20712009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2072
2073 * processes.texi (Asynchronous Processes): Adjust arglist of
2074 start-process-shell-command and start-file-process-shell-command.
2075
f6de8a37
CY
20762009-08-15 Chong Yidong <cyd@stupidchicken.com>
2077
4b1ed1bb
CY
2078 * advice.texi (Argument Access in Advice): Note that argument
2079 positions are zero-based (Bug#3932).
2080
89a9e058
CY
2081 * commands.texi (Distinguish Interactive): Minor copyedit.
2082
23696fd7
CY
2083 * display.texi (Face Attributes): Add xref to Displaying Faces for
2084 explanation of "underlying face".
2085
f6de8a37
CY
2086 * customize.texi (Common Keywords): Add xref to Loading.
2087
2088 * loading.texi (How Programs Do Loading): Add xref to Lisp
2089 Libraries node in the Emacs manual.
2090
417f77e6
CY
20912009-08-13 Chong Yidong <cyd@stupidchicken.com>
2092
2093 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2094
0999039c
CY
20952009-07-18 Chong Yidong <cyd@stupidchicken.com>
2096
2097 * processes.texi (Shell Arguments): Copyedits.
2098
9af167bc
GM
20992009-07-18 Glenn Morris <rgm@gnu.org>
2100
2101 * loading.texi (Repeated Loading): Fix typo.
2102
137987ab
RS
21032009-07-16 Richard Stallman <rms@gnu.org>
2104
2105 * buffers.texi (Swapping Text): Recommend setting
2106 write-region-annotate-functions and buffer-saved-size.
2107
2108 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2109
622fa380
GM
21102009-07-15 Glenn Morris <rgm@gnu.org>
2111
2112 * edebug.texi: Minor re-phrasings throughout.
2113 (Edebug Execution Modes): Sit-for affects continue mode too.
2114 (Jumping): Use `forward-sexp' rather than its keybinding.
2115 (Edebug Misc): Fix Q binding.
2116 (Edebug Eval): Remove cl version.
2117 (Printing in Edebug): Clarify print-length etc.
2118 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2119 (Specification List): Remove edebug-unwrap findex entry.
2120 (Specification Examples): defmacro is actually not the same as defun.
2121 Escape "`" in example.
2122
6bbd4600
CY
21232009-07-15 Chong Yidong <cyd@stupidchicken.com>
2124
2125 * markers.texi (The Mark): Document optional arg to
2126 deactivate-mark.
2127
e538d479
GM
21282009-07-11 Kevin Ryde <user42@zip.com.au>
2129
2130 * hooks.texi (Standard Hooks): Fix cross-references.
2131
4c98b9ed
GM
2132 * loading.texi (Named Features): Refer to eval-after-load.
2133
5300838c
GM
21342009-07-11 Glenn Morris <rgm@gnu.org>
2135
64fbeb16
GM
2136 * Makefile.in (TEXI2PDF): New.
2137 (elisp.pdf): New target.
2138
4c98b9ed
GM
2139 * searching.texi (Regexp Backslash): Fix typo.
2140
2141 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2142
51d9979c
GM
21432009-07-10 Glenn Morris <rgm@gnu.org>
2144
561c0216
GM
2145 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2146
5b594a58
GM
2147 * customize.texi (Customization Types):
2148 * display.texi (Abstract Display):
0cc8c85a 2149 * objects.texi (Character Type, String Type):
5b594a58 2150 Merge in some menu descriptions from elisp.texi.
51d9979c 2151
c3cbbb40
GM
2152 * hash.texi (Hash Tables):
2153 * modes.texi (Multiline Font Lock):
2154 End menu description with period.
fe42c16a 2155
28528402
GM
21562009-07-09 Glenn Morris <rgm@gnu.org>
2157
2158 * back.texi: Don't hard-code texinfo location.
2159
2160 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2161 (tex): Add texinfodir to TEXINPUTS.
2162 (elisp1med-init, elisp2med-init): Use texinfodir.
2163
2164 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2165 (clean): Add two-volume.make intermediate files.
2166
2167 * elisp.texi, vol1.texi, vol2.texi:
2168 Use a DATE variable with the publication date, and update it.
2169 Fix antinews menu description.
2170
2171 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2172 Update the detailed node listing to match elisp.texi.
2173
2174 * README: Update edition to match elisp.texi.
2175
2176 * objects.texi (General Escape Syntax):
2177 * nonascii.texi (Character Sets):
2178 Use consistent case for "Unicode Standard".
2179
2180 * anti.texi (Antinews):
2181 * customize.texi (Variable Definitions):
2182 * functions.texi (Declaring Functions):
2183 * nonascii.texi (Character Properties):
2184 * processes.texi (Serial Ports):
2185 * text.texi (Special Properties):
2186 * tips.texi (Coding Conventions):
2187 Minor rearrangements to improve TeX line-filling.
2188
2189 * commands.texi (Using Interactive): Fix cross-reference.
2190
17db8e10
JD
21912009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2192
2193 * frames.texi (Management Parameters): Mention sticky.
2194
77c7e2e1
AS
21952009-07-01 Andreas Schwab <aschwab@redhat.com>
2196
2197 * help.texi (Help Functions): Fix description of help-buffer and
2198 help-setup-xref to use @defun instead of @deffn.
2199
3f1c6666
JD
22002009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2201
2202 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2203
ca27c21b
CY
22042009-06-24 Chong Yidong <cyd@stupidchicken.com>
2205
2206 * display.texi (Window Systems): Add ns to the list.
2207
70243478
CY
22082009-06-21 Chong Yidong <cyd@stupidchicken.com>
2209
2210 * Branch for 23.1.
2211
df006536
MR
22122009-06-17 Martin Rudalics <rudalics@gmx.at>
2213
2214 * windows.texi (Dedicated Windows): Fix typo.
2215 (Resizing Windows): Replace @defun by @deffn.
2216
d259fc4b
GM
22172009-06-17 Glenn Morris <rgm@gnu.org>
2218
2219 * variables.texi (Directory Local Variables):
2220 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2221
30781db6
KH
22222009-06-09 Kenichi Handa <handa@m17n.org>
2223
2224 * nonascii.texi (Character Sets): State clearly that FROM and TO
2225 are codepoints of CHARSET.
2226
62e8099c
CY
22272009-06-07 Chong Yidong <cyd@stupidchicken.com>
2228
2229 * minibuf.texi (Reading File Names): Fix introductory text.
2230 Suggested by stan@derbycityprints.com.
2231 (High-Level Completion): Fix typo.
2232
ee1b1917
CY
22332009-05-28 Chong Yidong <cyd@stupidchicken.com>
2234
2235 * frames.texi (Text Terminal Colors): Multi-tty is already
2236 implemented, but tty-local colors are not.
2237
5df647e8
CY
22382009-05-27 Chong Yidong <cyd@stupidchicken.com>
2239
2240 * hooks.texi (Standard Hooks): Remove mention of obsolete
2241 redisplay-end-trigger-functions.
2242
2243 * internals.texi (Window Internals): Remove mention of obsolete
2244 redisplay-end-trigger-functions.
2245
01f17ae2
MR
22462009-05-21 Martin Rudalics <rudalics@gmx.at>
2247
2248 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2249
2250 * backups.texi (Making Backups): backup-directory-alist and
2251 make-backup-file-name-function are options.
2252 (Auto-Saving): auto-save-list-file-prefix is an option.
2253
2254 * buffers.texi (Killing Buffers): buffer-offer-save is an
2255 option.
2256
2257 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2258 option.
2259 (Echo Area Customization): echo-keystrokes is an option.
2260 (Selective Display): selective-display-ellipses is an option.
2261 (Temporary Displays): temp-buffer-show-function is an option.
2262 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2263 are options.
2264 (Font Selection): face-font-family-alternatives,
2265 face-font-selection-order, face-font-registry-alternatives, and
2266 scalable-fonts-allowed are options.
2267 (Fringe Indicators): indicate-buffer-boundaries is an option.
2268 (Fringe Cursors): overflow-newline-into-fringe is an option.
2269 (Scroll Bars): scroll-bar-mode is an option.
2270
2271 * eval.texi (Eval): max-lisp-eval-depth is an option.
2272
2273 * files.texi (Visiting Functions): find-file-hook is an option.
2274 (Directory Names): directory-abbrev-alist is an option.
2275 (Unique File Names): temporary-file-directory and
2276 small-temporary-file-directory are options.
2277
2278 * frames.texi (Initial Parameters): initial-frame-alist,
2279 minibuffer-frame-alist and default-frame-alist are options.
2280 (Cursor Parameters): blink-cursor-alist and
2281 cursor-in-non-selected-windows ar options.
2282 (Window System Selections): selection-coding-system is an
2283 option.
2284 (Display Feature Testing): display-mm-dimensions-alist is an
2285 option.
2286
2287 * help.texi (Help Functions): help-char and help-event-list are
2288 options.
2289
2290 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2291 an option.
2292
2293 * minibuf.texi (Minibuffer History): history-length and
2294 history-delete-duplicates are options.
2295 (High-Level Completion): read-buffer-function and
2296 read-buffer-completion-ignore-case are options.
2297 (Reading File Names): read-file-name-completion-ignore-case is
2298 an option.
2299
2300 * modes.texi (Mode Line Top): mode-line-format is an option.
2301 (Mode Line Variables): mode-line-position and mode-line-modes
2302 are options.
2303
2304 * nonascii.texi (Text Representations):
2305 enable-multibyte-characters is an option.
2306 (Default Coding Systems): auto-coding-regexp-alist,
2307 file-coding-system-alist, auto-coding-alist and
2308 auto-coding-functions are options.
2309 (Specifying Coding Systems): inhibit-eol-conversion is an
2310 option.
2311
2312 * os.texi (Init File): site-run-file is an option.
2313 (System Environment): mail-host-address is an option.
2314 (User Identification): user-mail-address is an option.
2315 (Terminal Output): baud-rate is an option.
2316
2317 * positions.texi (Word Motion): words-include-escapes is an
2318 option.
2319
2320 * searching.texi (Standard Regexps): page-delimiter,
2321 paragraph-separate, paragraph-separate and sentence-end are
2322 options.
2323
2324 * text.texi (Margins): left-margin and fill-nobreak-predicate
2325 are options.
2326
2327 * variables.texi (Local Variables): max-specpdl-size is an
2328 option.
2329
2330 * windows.texi (Choosing Window):
2331 split-window-preferred-function, special-display-function and
2332 display-buffer-function are options.
2333
106e6894
CY
23342009-05-20 Chong Yidong <cyd@stupidchicken.com>
2335
4a83454d
CY
2336 Fix errors spotted by Martin Rudalics.
2337
106e6894
CY
2338 * syntax.texi (Position Parse): Document rationale for ignored
2339 arguments to syntax-ppss-flush-cache.
2340
2341 * processes.texi (Input to Processes): Mark PROCESS arg to
2342 process-running-child-p as optional.
2343 (Network Options): Document NO-ERROR arg to
2344 set-network-process-option.
2345
2346 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2347 command.
2348
2349 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2350 posix-search-backward as commands.
2351
2352 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2353 (Suspending Emacs): Mark suspend-emacs as a command.
2354 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2355 commands.
5dcb4c4e
SM
2356 (Terminal Output): Remove obsolete function baud-rate.
2357 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2358
2359 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2360 terminal-coding-system and set-terminal-coding-system.
2361 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2362 as optional.
2363 (Character Sets): Document RESTRICTION arg of char-charset.
2364 (Character Codes): Mark POS argument to get-byte as optional.
2365
2366 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2367 minibuffer-message.
2368
2369 * files.texi (Create/Delete Dirs): Mark make-directory and
2370 delete-directory as commands.
2371
2372 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2373
2374 * text.texi (Base 64): Mark base64-decode-string and
2375 base64-encode-string as commands.
2376 (Columns): Mark move-to-column as a command.
2377 (Mode-Specific Indent): Document RIGID arg to
2378 indent-for-tab-command.
2379 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2380 Mark indent-code-rigidly as a command.
2381 (Substitution): Mark translate-region as a command.
2382
2383 * frames.texi (Size and Position): Remove obsolete functions
2384 screen-height and screen-width.
2385
04173931
CY
23862009-05-19 Chong Yidong <cyd@stupidchicken.com>
2387
2388 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2389 (Displaying Buffers, Resizing Windows): Correct mistakes;
2390 next-window, previous-window, and pop-to-buffer are not commands,
2391 and fit-window-to-buffer" is a command. (Pointed out by Martin
2392 Rudalics.)
2393
eae7d8f8
RS
23942009-05-17 Richard M Stallman <rms@gnu.org>
2395
2396 * modes.texi (Precalculated Fontification): Clarify text.
2397
b8766179
MR
23982009-05-17 Martin Rudalics <rudalics@gmx.at>
2399
2400 * windows.texi (Selecting Windows): Clarify descriptions of
2401 with-selected-window and get-lru-window.
2402 (Cyclic Window Ordering): Refer to particular frame when talking
2403 about how splitting affects the ordering.
2404 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2405 switch-to-buffer-other-window. Explain how setting of
2406 display-buffer-reuse-frames affects pop-to-buffer.
2407 (Choosing Window): Clarify some details in descriptions of
2408 display-buffer-reuse-frames, pop-up-frames, and
2409 pop-up-frame-function.
2410 (Dedicated Windows): Clarify some details.
2411 (Textual Scrolling): Replace term vscroll by term vertical
2412 scroll position.
2413 (Vertical Scrolling): Fix typo.
2414 (Window Hooks): Relate text on jit-lock-register to window
2415 scrolling and size changes.
2416
734b5e3b
CY
24172009-05-14 Chong Yidong <cyd@stupidchicken.com>
2418
0a65633e
CY
2419 * frames.texi (Initial Parameters): Clarify what the initial
2420 minibuffer frame is.
05be46d7
CY
2421 (Buffer Parameters): Note that the minibuffer parameter can not be
2422 altered.
0a65633e 2423
734b5e3b
CY
2424 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2425 Document display-buffer changes.
2426
925672cd
CY
24272009-05-13 Chong Yidong <cyd@stupidchicken.com>
2428
17ecd7af
CY
2429 * anti.texi (Antinews): Rewrite for Emacs 22.
2430
925672cd
CY
2431 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2432 obarrays are first mentioned. Define "system abbrev" more
2433 prominently, and add it to the index.
2434 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2435 Copyedits.
2436 (Abbrev Expansion): Document abbrev-insert.
2437
80be4dd7
CY
24382009-05-12 Chong Yidong <cyd@stupidchicken.com>
2439
2440 * frames.texi (Font and Color Parameters): Rename from Color
2441 Parameters. Document font-backend parameter.
2442
2443 * vol2.texi (Top): Update node listing.
2444 * vol1.texi (Top): Update node listing.
2445 * elisp.texi (Top): Update node listing.
2446
372a93ac
MR
24472009-05-11 Martin Rudalics <rudalics@gmx.at>
2448
2449 * windows.texi (Choosing Window): Don't explicitly refer to
2450 split-window-sensibly's window argument in descriptions of
2451 split-height-threshold and split-width-threshold.
2452
714c3541
MR
24532009-05-10 Martin Rudalics <rudalics@gmx.at>
2454
2455 * windows.texi (Choosing Window): Fix rewrite of window
2456 splitting section.
2457
0e90e7be
EZ
24582009-05-09 Eli Zaretskii <eliz@gnu.org>
2459
f4e90db0
SM
2460 * nonascii.texi (Default Coding Systems):
2461 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2462 Add indexing.
0e90e7be
EZ
2463 (Lisp and Coding Systems): Add index entries.
2464
d3c0c321
MR
24652009-05-09 Martin Rudalics <rudalics@gmx.at>
2466
2467 * windows.texi (Choosing Window): Describe split-window-sensibly
2468 and rewrite section on window splitting accordingly.
2469 (Textual Scrolling): Replace `...' by @code{...}.
2470
c773345a
CY
24712009-05-04 Chong Yidong <cyd@stupidchicken.com>
2472
ee2d5b5e
CY
2473 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2474 Remove obsoleted pre-abbrev-expand-hook.
2475
2476 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2477 entries.
2478
c773345a
CY
2479 * internals.texi (Object Internals): Don't assume 32-bit machines
2480 are the norm.
2481 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2482 (Window Internals): Synch field names to window.h.
2483 (Process Internals): Synch field names to process.h.
c773345a 2484
dd449674
CY
24852009-04-29 Chong Yidong <cyd@stupidchicken.com>
2486
2487 * variables.texi (File Local Variables): Note that read-circle is
2488 bound to nil when reading file-local variables.
2489
2490 * streams.texi (Input Functions): Document read-circle.
2491 (Output Variables): Add xref to Circular Objects.
2492
4f1e25e2
CY
24932009-04-25 Chong Yidong <cyd@stupidchicken.com>
2494
2495 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2496 Features and Coding System Basics. Node that "p" stands for
2497 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2498 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2499 mouse-appearance-menu.
2500 (Programming Tips): Add xref to Progress.
2501
dca019f8
CY
25022009-04-22 Chong Yidong <cyd@stupidchicken.com>
2503
5dcb4c4e
SM
2504 * os.texi (Command-Line Arguments):
2505 Document command-line-args-left.
dca019f8
CY
2506 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2507 terminal objects for tty arguments.
2508 (Startup Summary): Add xref to Session Management.
2509 (Session Management): Mention emacs-session-restore. Copyedits.
2510
02a89103
CY
25112009-04-20 Chong Yidong <cyd@stupidchicken.com>
2512
2513 * os.texi (Startup Summary): Copyedits. The init file is not
2514 necessarily named .emacs now. Document initial-buffer-choice and
2515 initial-scratch-message. Note where Emacs exits in batch mode.
2516 Document inhibit-splash-screen as an alias.
2517 (Init File): Be neutral about which init file name to use.
2518
25192009-04-16 Chong Yidong <cyd@stupidchicken.com>
2520
2521 * os.texi (System Interface): Fix Texinfo usage.
2522
0c1cfe01
CY
25232009-04-15 Chong Yidong <cyd@stupidchicken.com>
2524
80d7cdca
CY
2525 * searching.texi (Regexp Backslash): Also refer to shy groups as
2526 non-capturing or unnumbered groups.
2527 (Regexp Functions): Add cross-reference to Regexp Backslash.
2528
0c1cfe01
CY
2529 * display.texi (Truncation): Overlays can use line-prefix and
2530 wrap-prefix too.
2531 (Overlay Properties): Document wrap-prefix and line-prefix.
2532 (Face Attributes): Document underline-minimum-offset.
2533 (Face Remapping): Copyedits.
2534 (Low-Level Font): Copyedits.
2535 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2536 (Line Height): Emphasize that line-spacing only takes effect on
2537 graphical terminals.
0c1cfe01 2538
c4adeee0
CY
25392009-04-13 Chong Yidong <cyd@stupidchicken.com>
2540
2541 * display.texi (Refresh Screen): Note that a passage about screen
2542 refreshing is text terminal only.
2543 (Forcing Redisplay): Delete misleading comment---sit-for calls
2544 redisplay, not the other way around.
2545 (Truncation): Note new values of truncate-partial-width-windows.
2546 Copyedits.
2547 (Invisible Text): Document invisible-p.
2548
b20ecfa1
EZ
25492009-04-11 Eli Zaretskii <eliz@gnu.org>
2550
2551 * display.texi (Overlays): Overlays don't scale well. See
2552 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2553
97d8273f
CY
25542009-04-10 Chong Yidong <cyd@stupidchicken.com>
2555
f147ff75
CY
2556 * syntax.texi (Syntax Table Functions): Document cons cell
2557 argument for modify-syntax-entry.
2558 (Categories): Document cons cell argument for
2559 modify-category-entry.
2560
fca4ec76
CY
2561 * searching.texi (String Search): Document word-search-forward-lax
2562 and word-search-backward-lax.
2563 (Searching and Case): Describe isearch behavior more precisely.
2564
9c283d5b
CY
2565 * keymaps.texi (Tool Bar): Mention that some platforms do not
2566 support multi-line toolbars. Suggested by Stephen Eglen.
2567
2568 * frames.texi (Layout Parameters): Mention that Nextstep also
2569 allows only one tool-bar line. Suggested by Stephen Eglen.
2570
97d8273f
CY
2571 * nonascii.texi (Text Representations): Copyedits.
2572 (Coding System Basics): Also mention utf-8-emacs.
2573 (Converting Representations, Selecting a Representation)
2574 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2575 Copyedits.
2576 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2577
2bad3299
CY
25782009-04-09 Chong Yidong <cyd@stupidchicken.com>
2579
2580 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2581 (Filling): Clarify REGION argument of fill-paragraph.
2582 Document fill-forward-paragraph-function.
2bad3299
CY
2583 (Special Properties): Remove "new in Emacs 22" declaration.
2584 (Clickable Text): Merge with Links and Mouse-1 node.
2585
5dcb4c4e
SM
2586 * display.texi (Button Properties, Button Buffer Commands):
2587 Change xref to Clickable Text.
2bad3299
CY
2588
2589 * tips.texi (Key Binding Conventions): Change xref to Clickable
2590 Text.
2591
2592 * elisp.texi (Top): Update node listing.
2593
ea30ce4f
CY
25942009-04-05 Chong Yidong <cyd@stupidchicken.com>
2595
47af2f4b
CY
2596 * markers.texi (The Mark): Copyedits. Improve description of
2597 handle-shift-selection.
2598 (The Region): Move use-region-p here from The Mark.
2599
ea30ce4f
CY
2600 * positions.texi (Screen Lines): Document (cols . lines) argument
2601 for vertical-motion.
2602
2aa8ea6e
CY
26032009-04-04 Chong Yidong <cyd@stupidchicken.com>
2604
3ec61d4e
CY
2605 * frames.texi (Frames): Clean up introduction. Document `ns'
2606 return value for framep.
2607 (Creating Frames): Note how the terminal is chosen.
2608 (Multiple Terminals, Multiple Displays): Merge into a single node.
2609 (Color Parameters): Fix typo.
2610
2611 * variables.texi (Local Variables, Buffer-Local Variables)
2612 (Creating Buffer-Local): Change link to Multiple Terminals.
2613
2614 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2615
2616 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2617 Terminals.
2618
2619 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2620 to Multiple Terminals.
2621
2622 * elisp.texi (Top): Update node listing.
2623 * vol2.texi (Top): Update node listing.
2624 * vol1.texi (Top): Update node listing.
2625
9257072f
CY
2626 * buffers.texi (Current Buffer): Note that the append-to-buffer
2627 example is no longer in synch with the latest code. Tie the two
2628 examples together.
2629
2aa8ea6e
CY
2630 * files.texi (File Attributes): Move note about MS-DOS from
2631 Changing Files to File Attributes.
2632 (Create/Delete Dirs): Note that mkdir is an alias for this.
2633
22e74b17
CY
26342009-04-01 Markus Triska <triska@gmx.at>
2635
2636 * processes.texi (Filter Functions): Suggest how to handle output
2637 batches.
2638
4bbe48ec
CY
26392009-03-30 Chong Yidong <cyd@stupidchicken.com>
2640
2641 * help.texi (Accessing Documentation): Update example to use
2642 help-setup-xref and with-help-window.
2643 (Help Functions): Remove print-help-return-message, which is
2644 semi-obsolete due to with-help-window. Document help-buffer and
2645 help-setup-xref.
2646
b9723f39
CY
26472009-03-29 Chong Yidong <cyd@stupidchicken.com>
2648
5dcb4c4e
SM
2649 * help.texi (Accessing Documentation, Help Functions):
2650 Remove information about long-obsolete Emacs versions.
9eb52e90 2651
b9723f39
CY
2652 * modes.texi (Mode Line Variables): The default values of the mode
2653 line variables are now more complicated.
2654
b0cc32db
CY
26552009-03-28 Chong Yidong <cyd@stupidchicken.com>
2656
3c25a5a9
CY
2657 * modes.texi (Major Mode Conventions): Note that specialness is
2658 inherited.
31c9eebb
CY
2659 (Derived Modes): Note that define-derive-mode sets the mode-class
2660 property.
3c25a5a9 2661
b0cc32db
CY
2662 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2663 goto-map. Add search-map to the list.
2664
c5e0006d
EZ
26652009-03-27 Eli Zaretskii <eliz@gnu.org>
2666
1213465a
EZ
2667 * os.texi (System Environment): Update the list of system-type
2668 values.
2669
c5e0006d
EZ
2670 * markers.texi (The Mark) <handle-shift-selection>: Update for
2671 removal of the optional argument DEACTIVATE.
2672
48bab3d6
CY
26732009-03-25 Chong Yidong <cyd@stupidchicken.com>
2674
2675 * commands.texi (Focus Events): Most X window managers don't use
2676 focus-follows-mouse nowadays.
2677
6e4ff1b6
CY
26782009-03-24 Chong Yidong <cyd@stupidchicken.com>
2679
2680 * commands.texi (Defining Commands): Clarify introduction.
2681 (Using Interactive): Not that interactive can be put in a symbol
2682 property.
2683 (Interactive Call): Note that a symbol with a non-nil
2684 interactive-form property satisfies commandp.
2685
11625308
JB
26862009-03-23 Juanma Barranquero <lekktu@gmail.com>
2687
2688 * minibuf.texi (Intro to Minibuffers): Fix typos.
2689
7b34420d
CY
26902009-03-23 Chong Yidong <cyd@stupidchicken.com>
2691
2692 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2693 about minibuffers in old Emacs versions. Copyedits.
2694 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2695 (Text from Minibuffer): Simplify introduction.
2696
f9257eed
AM
26972009-03-22 Alan Mackenzie <acm@muc.de>
2698
2699 * commands.texi (Using Interactive): Clarify string argument to
2700 `interactive' - even promptless elements need \n separators.
2701
f639ba70
CY
27022009-03-18 Chong Yidong <cyd@stupidchicken.com>
2703
2704 * minibuf.texi (Completion Styles): New node.
2705
2706 * elisp.texi (Top): Update node listing.
2707
d897e8ee
CY
27082009-03-17 Chong Yidong <cyd@stupidchicken.com>
2709
2710 * minibuf.texi (Basic Completion): Note that
2711 read-file-name-completion-ignore-case and
2712 read-buffer-completion-ignore-case can override
2713 completion-ignore-case.
2714 (Minibuffer Completion): Document completing-read changes.
2715 (Completion Commands): Avoid mentioning partial completion mode.
2716 Document minibuffer-completion-confirm changes, and
2717 minibuffer-confirm-exit-commands.
2718 (High-Level Completion): Document new require-match behavior for
2719 read-buffer. Document read-buffer-completion-ignore-case.
2720 (Reading File Names): Document new require-match behavior for
2721 read-file-name.
2722
b1f23349
CY
27232009-03-14 Chong Yidong <cyd@stupidchicken.com>
2724
2725 * debugging.texi (Error Debugging): Don't mislead the reader into
2726 thinking that debug-on-error enters debugger for C-f at EOB.
2727 (Error Debugging): Setting debug-on-init within the init file
2728 works, and has for some time.
2729
d6eb4e25
KH
27302009-03-13 Kenichi Handa <handa@m17n.org>
2731
2732 * display.texi (Fontsets): Update the description.
2733
1cf53dc5
CY
27342009-03-13 Chong Yidong <cyd@stupidchicken.com>
2735
2736 * advice.texi (Advising Primitives): Link to What Is a Function.
2737
81f919fc
CY
27382009-03-12 Chong Yidong <cyd@stupidchicken.com>
2739
cf4229eb
CY
2740 * compile.texi (Speed of Byte-Code): Update example.
2741 (Disassembly): Update examples.
2742
81f919fc 2743 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2744
2745 * customize.texi (Common Keywords): It's not necessary to use :tag
2746 to remove hyphens, as custom-unlispify-tag-name does it
2747 automatically.
5dcb4c4e
SM
2748 (Variable Definitions): Link to File Local Variables.
2749 Document customized-value symbol property.
f2bbc08c
CY
2750 (Customization Types): Move menu to end of node.
2751
955964d7
CY
27522009-03-10 Chong Yidong <cyd@stupidchicken.com>
2753
2754 * macros.texi (Compiling Macros): Omit misleading sentence, which
2755 implied that macros can only be used in the same file they are
2756 defined.
2757 (Backquote): Remove obsolete information about Emacs 19.
2758
d25ed7db
GM
27592009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2760
2761 * display.texi (Display Margins): Fix paren typo.
2762
d55f6ca5
CY
27632009-02-27 Chong Yidong <cyd@stupidchicken.com>
2764
f0e57ed8
CY
2765 * elisp.texi (Top): Update node listing.
2766
2767 * variables.texi (Variables): Clarify introduction.
2768 (Global Variables): Mention that setq is a special form.
2769 (Local Variables): Use active voice.
2770 (Tips for Defining): Mention marking variables as safe.
2771 (Buffer-Local Variables): Mention terminal-local and frame-local
2772 variables together.
2773 (File Local Variables): Copyedits.
2774 (Frame-Local Variables): Note that they are not really useful.
2775 (Future Local Variables): Node deleted.
2776
d55f6ca5 2777 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2778 Unicode escape syntax.
d55f6ca5 2779
ca8f09a8
CY
27802009-02-23 Chong Yidong <cyd@stupidchicken.com>
2781
2782 * control.texi (Control Structures): Add cindex entry for "textual
2783 order".
2784
2785 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2786 instead of "expression" throughout.
2787 (Function Indirection): Copyedits. Use active voice.
2788 (Eval): The default value of max-lisp-eval-depth is now 400.
2789
a20878b6
MB
27902009-02-23 Miles Bader <miles@gnu.org>
2791
2792 * processes.texi (System Processes): Rename `system-process-attributes'
2793 to `process-attributes'.
2794
61f66044
CY
27952009-02-22 Chong Yidong <cyd@stupidchicken.com>
2796
1b80d1f3
CY
2797 * symbols.texi (Property Lists): Emphasize that property lists are
2798 not restricted to symbol cells.
2799 (Other Plists): Copyedit.
2800
61f66044
CY
2801 * sequences.texi (Sequences Arrays Vectors): Make introduction
2802 more concise.
2803 (Arrays): Mention char-tables and bool-vectors too.
2804 (Vectors): Don't repeat information given in Arrays node. Link to
2805 nodes that explain the vector usage examples.
2806 (Char-Tables): Note that char-table elements can have arbitrary
2807 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2808 Link to Property Lists node.
61f66044 2809
9403944b
CY
28102009-02-22 Chong Yidong <cyd@stupidchicken.com>
2811
2812 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2813 `append'.
4068c7b4 2814 (List Elements): Copyedits.
9403944b
CY
2815
2816 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2817 of `vconcat'.
2818
2819 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2820 Emacs 20 usage of `concat'.
2821 (Case Conversion): Copyedits.
2822
b87a185f
CY
28232009-02-21 Chong Yidong <cyd@stupidchicken.com>
2824
2825 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2826 Minor edits.
2827 (Frame Configuration Type): Emphasize that it is not primitive.
2828 (Font Type): New node.
2829 (Type Predicates): Add fontp; type-of now recognizes font object
2830 types.
2831
2832 * intro.texi (Version Info): Update version numbers in examples.
2833 (Acknowledgements): List more contributors.
2834
2835 * elisp.texi: Bump version number to 3.0.
2836 (Top): Link to Font Type node.
2837
867d4bb3
JB
28382009-02-20 Juanma Barranquero <lekktu@gmail.com>
2839
2840 * modes.texi (Major Mode Conventions): Remove duplicate words.
2841 (Customizing Keywords): Fix typo.
2842
77730170
EZ
28432009-02-14 Eli Zaretskii <eliz@gnu.org>
2844
2845 * nonascii.texi (User-Chosen Coding Systems): Document that
2846 select-safe-coding-system suggests raw-text if there are raw bytes
2847 in the region.
2848 (Explicit Encoding): Warn not to use `undecided' when encoding.
2849
c8736212
GM
28502009-02-11 Glenn Morris <rgm@gnu.org>
2851
2852 * frames.texi (Visibility of Frames): Mention the effect multiple
2853 workspaces/desktops can have on visibility.
2854
ab992d66
EZ
28552009-02-07 Eli Zaretskii <eliz@gnu.org>
2856
c8736212
GM
2857 * text.texi (Commands for Insertion):
2858 * commands.texi (Event Mod):
2859 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2860 * nonascii.texi (Translation of Characters):
2861 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2862 (Explicit Encoding): Document the `charset' text property produced
2863 by decode-coding-region and decode-coding-string.
ab992d66 2864
e651a255
AM
28652009-01-27 Alan Mackenzie <acm@muc.de>
2866
2867 * modes.texi (Search-based Fontification): Correct a typo.
2868
bc5cde4b
JB
28692009-01-25 Juanma Barranquero <lekktu@gmail.com>
2870
2871 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2872 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2873
3533155b
EZ
28742009-01-24 Eli Zaretskii <eliz@gnu.org>
2875
f721deda
EZ
2876 * display.texi (Window Systems): Document the value of
2877 `initial-window-system' under --daemon.
2878
3533155b
EZ
2879 * os.texi (System Environment): Remove description of the
2880 `environment' function which has been deleted.
2881
f79b43b2
DN
28822009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2883
2884 * frames.texi (Multiple Displays): Remove documentation for
2885 removed function make-frame-on-tty.
2886
e3aa6669
CY
28872009-01-22 Chong Yidong <cyd@stupidchicken.com>
2888
2889 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2890 write-region-annotate-functions.
2891 Document write-region-post-annotation-function.
e3aa6669 2892
fb13a416
CY
28932009-01-19 Chong Yidong <cyd@stupidchicken.com>
2894
2895 * display.texi (Font Lookup): Document WIDTH argument of
2896 x-list-fonts.
2897
02eccf6b
EZ
28982009-01-17 Eli Zaretskii <eliz@gnu.org>
2899
ead3f58d
EZ
2900 * maps.texi (Standard Keymaps): Rename function-key-map to
2901 local-function-key-map.
2902
2903 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2904 local-function-key-map.
2905
2906 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2907 and `set-keyboard-coding-system' now accept an optional terminal
2908 argument.
2909
2910 * commands.texi (Event Mod): `keyboard-translate-table' is now
2911 terminal-local.
2912 (Function Keys): Rename function-key-map to
2913 local-function-key-map.
2914
df05a163
EZ
2915 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2916 frames.texi.
2917
0ed8034e 2918 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2919 `delete-terminal-functions', `suspend-tty-functions' and
2920 `resume-tty-functions'.
0ed8034e
EZ
2921
2922 * frames.texi (Frames): Document `frame-terminal' and
2923 `terminal-live-p'.
2924 (Multiple Displays): Document `make-frame-on-tty'.
2925 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2926 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2927 (Terminal Parameters): Document `terminal-parameters',
2928 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2929
2930 * os.texi (System Environment): Document `environment' and
2931 `initial-environment'.
490f1197
EZ
2932 (Suspending Emacs): Update for multi-tty; document
2933 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2934
02eccf6b
EZ
2935 * nonascii.texi (Coding System Basics): More accurate description
2936 of `raw-text'.
2937
f19fea97
JB
29382009-01-12 Juanma Barranquero <lekktu@gmail.com>
2939
2940 * display.texi (Low-Level Font): Fix typo.
2941
16fa292f
CY
29422009-01-10 Chong Yidong <cyd@stupidchicken.com>
2943
2944 * elisp.texi (Top): Update node listing.
2945
2946 * display.texi (PostScript Images): Node deleted.
2947
0b4faef3
EZ
29482009-01-10 Eli Zaretskii <eliz@gnu.org>
2949
3355f04d
EZ
2950 * processes.texi (Decoding Output): Document that null bytes force
2951 no-conversion for reading process output.
2952
2953 * files.texi (Reading from Files): Document that null bytes force
2954 no-conversion when visiting files.
2955
11625308 2956 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 2957
5dcb4c4e
SM
2958 * nonascii.texi (Lisp and Coding Systems):
2959 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2960 (Character Properties): Improve wording.
0b4faef3 2961
ce9cf065
CY
29622009-01-09 Chong Yidong <cyd@stupidchicken.com>
2963
2964 * display.texi (Font Lookup): Remove obsolete function
2965 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2966 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2967 (Font Selection): Reorder order of variable descriptions.
2968 Minor clarifications.
ce9cf065
CY
2969
2970 * elisp.texi (Top): Update node listing.
2971
ab756fb3
GM
29722009-01-09 Glenn Morris <rgm@gnu.org>
2973
2974 * commands.texi (Command Loop Info): Say that last-command-char and
2975 last-input-char are obsolete aliases.
2976
2977 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2978 last-input-char and last-command-char, since they are just aliases for
2979 last-input-event and last-command-event.
2980
2981 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2982 last-command-char.
2983
6b2b8ab1
CY
29842009-01-08 Chong Yidong <cyd@stupidchicken.com>
2985
2986 * elisp.texi: Update node listing.
2987
2988 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2989 (Face Attributes): Don't link to Font Lookup.
2990 Document font-family-list.
6b2b8ab1
CY
2991 (Fonts): New node.
2992
3568e767
JR
29932009-01-08 Jason Rumney <jasonr@gnu.org>
2994
2995 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2996 changing the standard pointer shapes. (Bug#1485)
3568e767 2997
6221c8db
CY
29982009-01-08 Chong Yidong <cyd@stupidchicken.com>
2999
3000 * display.texi (Attribute Functions): Note that a function value
3001 :height is relative, and that compatibility functions work by
3002 calling set-face-attribute.
3003 (Displaying Faces): Reorder list in order of increasing priority.
3004 (Face Remapping): New node. Content moved here from Displaying
3005 Faces.
3006 (Glyphs): Link to Face Functions.
3007
e3d3799a
CY
30082009-01-08 Chong Yidong <cyd@stupidchicken.com>
3009
3010 * display.texi (Faces): Don't discuss face id here. facep does
3011 not return t.
3012 (Defining Faces): Minor clarification.
3013 (Face Attributes): Rearrange items to match docstring of
3014 set-face-attribute. Add :foundry attribute. Document new role of
3015 :font attribute. Texinfo usage fix.
3016 (Attribute Functions): Copyedits.
3017 (Face Functions): Note that face number is seldom used.
3018
638a2457
RS
30192009-01-05 Richard M Stallman <rms@gnu.org>
3020
3021 * strings.texi (Predicates for Strings): Minor clarification.
3022
3023 * functions.texi (Function Safety): Texinfo usage fix.
3024
49ea0074
JB
30252009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3026
3027 * objects.texi (General Escape Syntax): Fix typo.
3028
9f822178
MR
30292009-01-03 Martin Rudalics <rudalics@gmx.at>
3030
3031 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3032 works via the default value of pop-up-frame-function.
3033
af34ad36
EZ
30342009-01-02 Eli Zaretskii <eliz@gnu.org>
3035
3036 * processes.texi (System Processes): Document the `time' and
3037 `ctime' attributes of `system-process-attributes'.
3038
d31f6679
CY
30392009-01-01 Chong Yidong <cyd@stupidchicken.com>
3040
3041 * display.texi (Face Attributes): Clarify :height attribute.
3042
174dc00c
MR
30432008-12-31 Martin Rudalics <rudalics@gmx.at>
3044
3045 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3046 the front of the buffer list. Add entries for `last-buffer' and
3047 `unbury-buffer'.
3048
b8afe7e4
EZ
30492008-12-27 Eli Zaretskii <eliz@gnu.org>
3050
d14030f5
EZ
3051 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3052 and its subsections.
3053
3054 * frames.texi (Multiple Terminals, Low-level Terminal)
3055 (Terminal Parameters, Frames on Other TTY devices): New sections.
3056 (Frames): Add an xref to "Multiple Terminals".
3057
765980a4
EZ
3058 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3059
3060 * objects.texi (Terminal Type): New node.
3061 (Editing Types): Add it to the menu.
3062
47bd5577
EZ
3063 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3064 Variables".
3065
eb22b78c 3066 * variables.texi (Directory Local Variables): New node.
47bd5577 3067 (Variables): Add a menu item for it.
eb22b78c 3068
b8afe7e4
EZ
3069 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3070 `generated-autoload-file'.
3071
77bb0476
EZ
30722008-12-20 Eli Zaretskii <eliz@gnu.org>
3073
028e2c19
EZ
3074 * os.texi (Startup Summary): Add xref to documentation of
3075 `initial-window-system'.
3076
77bb0476
EZ
3077 * display.texi (Window Systems): Document `window-system' the
3078 function. The variable `window-system' is now frame-local.
028e2c19 3079 Document `initial-window-system'.
77bb0476 3080
dda87836
MR
30812008-12-19 Martin Rudalics <rudalics@gmx.at>
3082
3083 * windows.texi (Windows): Rewrite description of
3084 fit-window-to-buffer.
3085
caef3ed2
GM
30862008-12-13 Glenn Morris <rgm@gnu.org>
3087
3088 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3089 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3090
21c58e4d
GM
30912008-12-12 Glenn Morris <rgm@gnu.org>
3092
3093 * debugging.texi (Error Debugging): Refer forwards to
3094 eval-expression-debug-on-error.
3095
af38459f
EZ
30962008-12-05 Eli Zaretskii <eliz@gnu.org>
3097
5dedd9b5
EZ
3098 * strings.texi (String Basics): Only unibyte strings that
3099 represent key sequences hold 8-bit raw bytes.
3100
af38459f
EZ
3101 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3102 paragraph to speak about `undecided'.
3103 (Character Properties): Don't explain the meaning of each
3104 property; instead, identify their Unicode Standard names.
b3f1f4a5 3105 (Character Sets): Document `map-charset-chars'.
af38459f 3106
fa047ae7
GM
31072008-12-02 Glenn Morris <rgm@gnu.org>
3108
3109 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3110 section yet again.
3111
47dbc044
EZ
31122008-11-29 Eli Zaretskii <eliz@gnu.org>
3113
98d05998
EZ
3114 * nonascii.texi (Character Properties): New Section.
3115 (Specifying Coding Systems): Document
3116 `coding-system-priority-list', `set-coding-system-priority', and
3117 `with-coding-priority'.
3118 (Lisp and Coding Systems): Document `check-coding-systems-region'
3119 and `coding-system-charset-list'.
3120 (Coding System Basics): Document `coding-system-aliases'.
3121
3122 * elisp.texi (Top): Add a @detailmenu entry for "Character
3123 Properties".
3124
47dbc044
EZ
3125 * objects.texi (Character Type): Correct the range of Emacs
3126 characters. Add an @xref to "Character Codes".
3127
3128 * strings.texi (String Basics): Add an @xref to "Character Codes".
3129
3130 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3131
3132 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3133 (Character Codes): Document `max-char'.
3134
8b80cdf5
EZ
31352008-11-28 Eli Zaretskii <eliz@gnu.org>
3136
3137 * nonascii.texi (Text Representations, Converting Representations)
3138 (Character Sets, Scanning Charsets, Translation of Characters):
3139 Make text more accurate.
3140
a99dceba
GM
31412008-11-28 Glenn Morris <rgm@gnu.org>
3142
3143 * files.texi (Format Conversion Round-Trip): Improve previous change.
3144
f6dc3bed
CY
31452008-11-26 Chong Yidong <cyd@stupidchicken.com>
3146
3147 * modes.texi (Auto Major Mode): Fix example.
3148
5da9413d
GM
31492008-11-25 Glenn Morris <rgm@gnu.org>
3150
3151 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3152
3153 * files.texi (Format Conversion Round-Trip):
3154 Use active voice for previous change.
3155
fcca848c
CY
31562008-11-25 Chong Yidong <cyd@stupidchicken.com>
3157
3158 * os.texi (Processor Run Time):
3159 * processes.texi (Transaction Queues):
3160 * markers.texi (The Mark):
3161 * windows.texi (Choosing Window, Selecting Windows):
3162 * files.texi (Changing Files, Magic File Names):
3163 * commands.texi (Key Sequence Input):
3164 * functions.texi (Declaring Functions):
3165 * strings.texi (Predicates for Strings):
3166 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3167
36c8dc54
CY
31682008-11-24 Chong Yidong <cyd@stupidchicken.com>
3169
3170 * help.texi (Accessing Documentation): Update example.
3171
3172 * variables.texi (Defining Variables): Note that `*' is not
3173 necessary if defcustom is used.
3174
2a79b242
EZ
31752008-11-22 Eli Zaretskii <eliz@gnu.org>
3176
3177 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3178 Characters" from @detailmenu.
3179
3180 * nonascii.texi (Character Codes, Character Sets)
3181 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3182 (Chars and Bytes, Splitting Characters): Sections removed.
3183
392f0d26
LK
31842008-11-22 Lute Kamstra <lute@gnu.org>
3185
3186 * positions.texi (Text Lines): Update goto-line documentation.
3187
af1a5cd5
MR
31882008-11-21 Martin Rudalics <rudalics@gmx.at>
3189
6a4cfb0c
MR
3190 * frames.texi (Frames): Fix typo, add cross references, reword.
3191 (Initial Parameters): Reword special-display-frame-alist text.
3192 (Frames and Windows): Reword. Describe argument norecord for
3193 set-frame-selected-window.
3194 (Input Focus): Describe argument norecord for select-frame.
3195 Remove comment on MS-Windows behavior for focus-follows-mouse.
3196 (Raising and Lowering): Mention windows-frames dichotomy in
3197 metaphor.
3198
af1a5cd5
MR
3199 * windows.texi (Displaying Buffers, Vertical Scrolling)
3200 (Horizontal Scrolling): Fix indenting and rewording issues
3201 introduced with 2008-11-07 change.
3202
c249fa9c
GM
32032008-11-20 Glenn Morris <rgm@gnu.org>
3204
3205 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3206 element of `format-alist'.
3207
204d4665
GM
32082008-11-19 Glenn Morris <rgm@gnu.org>
3209
3210 * doclicense.texi: Update to FDL 1.3.
3211 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3212
cc0910af
CY
32132008-11-18 Chong Yidong <cyd@stupidchicken.com>
3214
efe6e7c4
CY
3215 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3216 vars, which are obsolete. Mention jit-lock-register.
3217
5dcb4c4e
SM
3218 * modes.texi (Other Font Lock Variables):
3219 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3220
cc0910af
CY
3221 * frames.texi (Color Parameters): Document alpha parameter.
3222
aeeedf76
MR
32232008-11-16 Martin Rudalics <rudalics@gmx.at>
3224
3225 * windows.texi (Splitting Windows, Deleting Windows)
3226 (Selecting Windows, Cyclic Window Ordering)
3227 (Buffers and Windows, Displaying Buffers, Choosing Window)
3228 (Dedicated Windows, Window Point, Window Start and End)
3229 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3230 (Size of Window, Resizing Windows, Window Configurations)
3231 (Window Parameters): Avoid @var at beginning of sentences and
3232 reword accordingly.
3233
4c565c5c
LK
32342008-11-11 Lute Kamstra <lute@gnu.org>
3235
3236 * files.texi (File Name Components): Fix file-name-extension
3237 documentation.
3238
25f494c9
JB
32392008-11-11 Juanma Barranquero <lekktu@gmail.com>
3240
3241 * frames.texi (Basic Parameters): Remove display-environment-variable
3242 and term-environment-variable.
3243
a1401ab1
EZ
32442008-11-08 Eli Zaretskii <eliz@gnu.org>
3245
3246 * windows.texi (Basic Windows, Splitting Windows)
3247 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3248 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3249 (Resizing Windows, Window Configurations, Window Parameters):
3250 Fix wording and markup.
a1401ab1 3251
efafc282
MR
32522008-11-07 Martin Rudalics <rudalics@gmx.at>
3253
3254 * windows.texi (Windows): Update entries.
3255 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3256 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3257 (Selecting Windows, Cyclic Window Ordering): Reword with special
3258 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3259 (Buffers and Windows, Choosing Window): Reword with special
3260 emphasis on dedicated windows.
3261 (Displaying Buffers): Reword. For switch-to-buffer mention that
3262 it may fall back on pop-to-buffer. For other-window try to
3263 explain how it treats the cyclic ordering of windows.
efafc282
MR
3264 (Dedicated Windows): New node and section discussing dedicated
3265 windows and associated functions.
86ab855a 3266 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3267 (Window Start and End): Rename node and section title. Reword.
3268 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3269 Minor rewording.
3270 (Size of Window): Reword, in particular text on window-width.
3271 (Resizing Windows): Reword. Add text on balancing windows.
3272 (Window Configurations): Reword. Mention window parameters.
3273 (Window Parameters): New node and section on window parameters.
3274 (Window Hooks): Reword. Mention that
3275 window-configuration-change-hook is run "buffer-locally".
3276 * elisp.texi (Top): Update Windows entries in @detailmenu
3277 section.
3278
d60a8ab2
JB
32792008-11-04 Juanma Barranquero <lekktu@gmail.com>
3280
3281 * searching.texi (Regexp Search): Fix typo.
3282
01777627
CY
32832008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3284
3285 * searching.texi (Regexp Search): Document GREEDY arg.
3286 (Simple Match Data): Fix return value.
3287
c4526e93
EZ
32882008-11-01 Eli Zaretskii <eliz@gnu.org>
3289
3290 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3291 with Emacs 23 internal representation of characters.
3292 Document `unibyte-string'.
c4526e93 3293
fe2ae8b5
CY
32942008-10-28 Chong Yidong <cyd@stupidchicken.com>
3295
3296 * processes.texi (Process Information): Note that process-status
3297 does not accept buffer names.
3298
cc5a21e3
CY
32992008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3300
3301 * positions.texi (Skipping Characters): Correct return value of
3302 skip-chars-forward.
3303
09460d9a
MR
33042008-10-25 Martin Rudalics <rudalics@gmx.at>
3305
520b29e7
MR
3306 * windows.texi (Deleting Windows): Update documentation of
3307 delete-windows-on.
3308 (Buffers and Windows): Update documentations of
3309 get-buffer-window and get-buffer-window-list.
3310 (Displaying Buffers): Update documentation of
3311 replace-buffer-in-windows.
3312
09460d9a
MR
3313 * buffers.texi (Current Buffer): Reword set-buffer and
3314 with-current-buffer documentations.
3315 (Creating Buffers): Reword documentation of get-buffer-create.
3316
4d48fcdc
MR
33172008-10-23 Martin Rudalics <rudalics@gmx.at>
3318
3319 * buffers.texi (Current Buffer): Reword documentation of
3320 set-buffer.
3321 (Buffer Names): Reword documentation of buffer-name.
3322 (The Buffer List): For bury-buffer explain what happens with the
3323 buffer's window.
3324 (Creating Buffers): Say that get-buffer-create's arg is called
3325 buffer-or-name.
3326
f0143c43
CY
33272008-10-22 Chong Yidong <cyd@stupidchicken.com>
3328
3e5dbbd3
CY
3329 * advice.texi (Computed Advice): Explain what DEFINITION is.
3330
f0143c43
CY
3331 * nonascii.texi (Character Codes): Remove obsolete function
3332 char-valid-p, and document characterp instead.
3333
52a94b85
MR
33342008-10-22 Martin Rudalics <rudalics@gmx.at>
3335
3336 * windows.texi (Displaying Buffers): Reword documentation of
3337 pop-to-buffer.
3338 (Choosing Window): Rewrite documentation of display-buffer and
3339 its options.
3340
f76f8246
MR
3341 * buffers.texi (Killing Buffers): Update documentation of
3342 kill-buffer.
3343
acc8b598
EZ
33442008-10-21 Eli Zaretskii <eliz@gnu.org>
3345
80e6b6df
EZ
3346 * processes.texi (Serial Ports): Fix wording and improve markup.
3347
3645358a
EZ
3348 * searching.texi (Regexp Search): Document `string-match-p' and
3349 `looking-at-p'.
3350 (POSIX Regexps): Add an xref for "non-greedy".
3351 (Regexp Special): Add @cindex entry for "non-greedy".
3352
b3d50cff 3353 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3354 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3355
73b7530a
EZ
3356 * frames.texi (Color Names): Add an xref to `read-color'.
3357
3358 * minibuf.texi (High-Level Completion): Document `read-color'.
3359
acc8b598
EZ
3360 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3361
3362 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3363
3364 * buffers.texi (Swapping Text): New section, documents
3365 `buffer-swap-text'.
3366
10e187e8
MR
33672008-10-21 Martin Rudalics <rudalics@gmx.at>
3368
3369 * windows.texi (Resizing Windows): Minor wording fix.
3370
fd6f900c
EZ
33712008-10-20 Eli Zaretskii <eliz@gnu.org>
3372
3373 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3374 and `combine-and-quote-strings'.
3375
3376 * strings.texi (Creating Strings): Add xrefs for them.
3377
e4372165
EZ
33782008-10-19 Eli Zaretskii <eliz@gnu.org>
3379
d6328fba
EZ
3380 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3381 match the corresponding menu in minibuf.texi.
3382
e4372165
EZ
3383 * minibuf.texi (Reading File Names): Document `read-shell-command'
3384 and `minibuffer-local-shell-command-map'.
3385
5d8dda33
MR
33862008-10-19 Martin Rudalics <rudalics@gmx.at>
3387
3388 * windows.texi (Resizing Windows): Remove var{} around "window" in
3389 documentation of enlarge-window.
3390 Rewrite documentation of window-min-height and window-min-width.
3391
437706cd
EZ
33922008-10-19 Eli Zaretskii <eliz@gnu.org>
3393
80f85d7c
EZ
3394 * functions.texi (Calling Functions): Document `apply-partially'.
3395
291703b5
EZ
3396 * hooks.texi (Standard Hooks): Mention
3397 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3398
3399 * variables.texi (File Local Variables): Document
3400 `file-local-variables-alist', `before-hack-local-variables-hook'
3401 and `hack-local-variables-hook'.
3402
583d8b3c
EZ
3403 * processes.texi (Synchronous Processes): Document `process-lines'.
3404
5dcb4c4e
SM
3405 * customize.texi (Variable Definitions):
3406 Document `custom-reevaluate-setting'.
437706cd 3407
7e51d89b
MR
34082008-10-18 Martin Rudalics <rudalics@gmx.at>
3409
3410 * windows.texi (Choosing Window, Deleting Windows)
3411 (Displaying Buffers): Expand documentation of dedicated windows.
3412
43c59a3d
EZ
34132008-10-18 Eli Zaretskii <eliz@gnu.org>
3414
018a960d
EZ
3415 * files.texi (Changing Files): Document symbolic input of file
3416 modes to `set-file-modes'. Document `read-file-modes' and
3417 `file-modes-symbolic-to-number'.
3418
2c0b8144
EZ
3419 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3420 and `search-map'.
3421
5dcb4c4e
SM
3422 * searching.texi (Search and Replace):
3423 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3424 Document `multi-query-replace-map'.
80120f13 3425
6d4913f0 3426 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3427 (Completion Commands, Reading File Names):
3428 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3429 `minibuffer-local-filename-must-match-map'.
3430 (Minibuffer Completion): The `require-match' argument to
3431 `completing-read' can now have the value `confirm-only'.
3432
43c59a3d
EZ
3433 * windows.texi (Displaying Buffers): Minor wording fix.
3434 (Choosing Window): `split-height-threshold' can now be nil.
3435 Document `split-width-threshold'. `pop-up-frames' can have the
3436 value `graphic-only'.
3437
f36acfd9
EZ
34382008-10-17 Eli Zaretskii <eliz@gnu.org>
3439
3440 * os.texi (Startup Summary): Document `before-init-time' and
3441 `after-init-time'. Document `initial-window-system' and
3442 `window-system-initialization-alist'. Document reading the
3443 abbrevs file. Document the call to `server-start' under --daemon.
3444 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3445 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3446 (Time Parsing): Document `format-seconds'.
f36acfd9 3447
96995b89
MR
34482008-10-17 Martin Rudalics <rudalics@gmx.at>
3449
3450 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3451 and reword.
3452
2de17c73
EZ
34532008-10-16 Eli Zaretskii <eliz@gnu.org>
3454
3455 * markers.texi (The Mark): Document use-region-p.
3456
9cf52b11
EZ
34572008-10-15 Eli Zaretskii <eliz@gnu.org>
3458
c3aaf1d7
EZ
3459 * internals.texi (Writing Emacs Primitives): The interactive spec
3460 of a primitive can be a Lisp form.
3461
841a1743
EZ
3462 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3463 values of transient-mark-mode. Document handle-shift-selection.
3464
3465 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3466 (Interactive Examples): Show an example of `^'.
3467 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3468 (Defining Commands, Using Interactive): The interactive-form of a
3469 function can be added via its symbol's property.
841a1743 3470
52441368
EZ
3471 * positions.texi (List Motion): beginning-of-defun-function can
3472 now accept an argument.
3473
8e8c1a72
EZ
3474 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3475 now return a list of strings.
3476
a33a1f2a
EZ
3477 * control.texi (Handling Errors): Document ignore-errors.
3478
4fb04348
EZ
3479 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3480 (Parameter Access): Document set-frame-parameter.
3481
ee666f84
EZ
3482 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3483 Hooks" for the effect of kill-all-local-variables on local hook
3484 functions.
3485
9cf52b11
EZ
3486 * modes.texi (Major Mode Conventions, Mode Line Variables):
3487 `mode-name' need not be a string. xref to "Mode Line Data" for
3488 details, and to "Emulating Mode Line" for computing a string
3489 value.
3490
22526bc4
EZ
34912008-10-14 Eli Zaretskii <eliz@gnu.org>
3492
a65f6a85
EZ
3493 * processes.texi (System Processes): New section.
3494 (Processes, Signals to Processes): Add xrefs to it.
3495
3496 * objects.texi (Editing Types): A `process' is a subprocess of
3497 Emacs, not just any process running on the OS.
3498
3499 * elisp.texi (Top): Adjust the @detailmenu for the above two
3500 changes.
3501
2724b26a
EZ
3502 * sequences.texi (Char-Tables): Remove documentation of
3503 set-char-table-default, which has no effect since Emacs 23.
3504 <char-table-range, set-char-table-range>: Don't mention generic
3505 characters and charsets. Add a cons cell as a possible argument.
3506
3507 * nonascii.texi (Splitting Characters)
3508 (Translation of Characters): Don't mention generic characters.
3509
3510 * display.texi (Fontsets): Don't mention generic characters.
3511
22526bc4 3512 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3513 argument FUNCTION with a cons cell as KEY.
22526bc4 3514
eaf4b689
EZ
35152008-10-13 Eli Zaretskii <eliz@gnu.org>
3516
45e46036
EZ
3517 * objects.texi (Primitive Function Type): Move "@cindex special
3518 forms" from here...
3519
3520 * eval.texi (Special Forms): ...to here.
3521
3522 * functions.texi (What Is a Function): `functionp' returns nil for
3523 special forms. Add an xref.
3524
eaf4b689
EZ
3525 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3526 Variables".
3527
3528 * variables.texi (Frame-Local Variables): New section.
3529 (Buffer-Local Variables): Add an xref to it.
3530 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3531 have both frame-local and buffer-local binding.
3532
3533 * frames.texi (Frames): Mention multiple tty frames.
3534 (Frame Parameters, Parameter Access): Mention frame-local variable
3535 bindings.
3536
15688fce
GM
35372008-09-20 Glenn Morris <rgm@gnu.org>
3538
3539 * display.texi (Defining Faces): Recommend against face variables.
3540
35539065
JB
35412008-09-16 Juanma Barranquero <lekktu@gmail.com>
3542
3543 * display.texi (Echo Area Customization): Fix typo.
3544
6a57054b
JB
35452008-09-09 Juanma Barranquero <lekktu@gmail.com>
3546
3547 * loading.texi (Where Defined): Add `defface' item.
3548
d632fb82
MR
35492008-09-06 Martin Rudalics <rudalics@gmx.at>
3550
3551 * loading.texi (Where Defined): Fix description of symbol-file.
3552
905a9adb
JR
35532008-08-26 Jason Rumney <jasonr@gnu.org>
3554
3555 * display.texi (TIFF Images): New section describing :index property.
3556
852e91b7
CY
35572008-08-23 Chong Yidong <cyd@stupidchicken.com>
3558
3559 * display.texi (Temporary Displays): Remove unnecessary comment
3560 about usage of temp-buffer-show-hook.
3561
6be001ee
CY
35622008-08-05 Chong Yidong <cyd@stupidchicken.com>
3563
3564 * symbols.texi (Other Plists): Fix incorrect example.
3565 Suggested by Florian Beck.
3566
58e3d8e8
JB
35672008-07-31 Juanma Barranquero <lekktu@gmail.com>
3568
3569 * os.texi: Fix previous change.
3570
7c2fb837
DN
35712008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3572
3573 * os.texi:
3574 * intro.texi:
3575 * files.texi: Remove VMS support.
3576
9e2a2647
DN
35772008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3578
3579 * os.texi:
3580 * frames.texi:
3581 * display.texi: Remove mentions of Mac Carbon.
3582
c4f4682b
MB
35832008-07-01 Miles Bader <miles@gnu.org>
3584
3585 * text.texi (Special Properties):
3586 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3587
3696411e
JB
35882008-06-28 Johan Bockgård <bojohan@gnu.org>
3589
3590 * display.texi (Other Image Types): Fix copy/paste error; say
3591 "PBM", not "XBM".
3592
f2a77c3a
DN
35932008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3594
3595 * os.texi: Remove references to obsolete systems.
3596
6d52677d
EZ
35972008-06-20 Eli Zaretskii <eliz@gnu.org>
3598
3599 * makefile.w32-in (distclean): Remove makefile.
3600
1a87da4c
GM
36012008-06-17 Glenn Morris <rgm@gnu.org>
3602
3603 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3604 (elisp, dist): Remove rules and variables that are obsolete now
3605 the lisp manual is no longer distributed separately.
3606
fdda1c5d
GM
36072008-06-16 Glenn Morris <rgm@gnu.org>
3608
646692e9
GM
3609 * configure, configure.in, mkinstalldirs: Remove unused files.
3610
3611 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3612 * vol1.texi (EMACSVER):
6a57054b 3613 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3614
3615 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3616 as per maintain.info.
3617
611bee81
GM
36182008-06-15 Glenn Morris <rgm@gnu.org>
3619
a7bed3a0
GM
3620 * makefile.w32-in (manual): Use "23" rather than "21".
3621
3622 * Makefile.in (emacsver): New, set by configure.
3623 (manual): Use emacsver.
3624
d794edf2
GM
3625 * intro.texi: Report bugs using M-x report-emacs-bug.
3626
611bee81
GM
3627 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3628
c73e02fa
GM
36292008-06-13 Daniel Engeler <engeler@gmail.com>
3630
3631 * elisp.texi, internals.texi, processes.texi: Add documentation
3632 about serial port access.
3633
e40a85cd
MB
36342008-06-05 Miles Bader <miles@gnu.org>
3635
3636 * display.texi (Displaying Faces): Update to reflect function
3637 renamings in face-remap.el.
3638
7b753744
JB
36392008-06-05 Juanma Barranquero <lekktu@gmail.com>
3640
3641 * display.texi (Fontsets): Fix typos.
3642
9d3d42fb
MB
36432008-06-03 Miles Bader <miles@gnu.org>
3644
7b753744
JB
3645 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3646 remove-relative-face-remapping, set-base-face-remapping,
3647 and set-default-base-face-remapping.
9d3d42fb 3648
f2cec7a9
MB
36492008-06-01 Miles Bader <miles@gnu.org>
3650
3651 * display.texi (Displaying Faces): Add face-remapping-alist.
3652
8f39c96d
SM
36532008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3654
3655 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3656 variable names.
3657
1ef5eecc
ER
36582008-05-03 Eric S. Raymond <esr@golux>
3659
352c8b4a 3660 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3661 (current-global-map) return references, not copies.
3662
63b4387f
JL
36632008-05-02 Juri Linkov <juri@jurta.org>
3664
3665 * minibuf.texi (Text from Minibuffer): Document a list of
3666 default values for `read-from-minibuffer'.
3667
38a8b703
JB
36682008-04-24 Juanma Barranquero <lekktu@gmail.com>
3669
3670 * nonascii.texi (Translation of Characters): Fix previous change.
3671
7c42e639
CY
36722008-04-20 Chong Yidong <cyd@stupidchicken.com>
3673
3674 * display.texi (Overlay Properties): Clarify role of underlying
3675 textprop and overlay keymaps for display strings.
3676
3677 * keymaps.texi (Active Keymaps): Ditto.
3678
25c0d999
SM
36792008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3680
3681 * minibuf.texi (Programmed Completion):
3682 Replace dynamic-completion-table with the new completion-table-dynamic.
3683
e3af5968
CY
36842008-04-07 Chong Yidong <cyd@stupidchicken.com>
3685
3686 * intro.texi (Some Terms): Change "fonts in this manual" index
3687 entry to "typographic conventions".
3688
6bfc8698
EZ
36892008-04-05 Eli Zaretskii <eliz@gnu.org>
3690
3691 * objects.texi (Text Props and Strings): Add indexing for read
3692 syntax of text properties.
3693
4972c361
SM
36942008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3695
3696 * processes.texi (Decoding Output): Remove process-filter-multibyte
3697 functions.
3698
c70a68db
MR
36992008-03-15 Martin Rudalics <rudalics@gmx.at>
3700
3701 * display.texi (Finding Overlays): Say that empty overlays at
3702 the end of the buffer are reported too.
3703
1291fd36
GM
37042008-03-13 Glenn Morris <rgm@gnu.org>
3705
3706 * elisp.texi (EMACSVER): Set to 23.0.60.
3707
c6b0dfd5
CY
37082008-02-26 Chong Yidong <cyd@stupidchicken.com>
3709
38a8b703 3710 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3711
875fc30c
GM
37122008-02-22 Glenn Morris <rgm@gnu.org>
3713
3714 * frames.texi (Position Parameters): Clarify the description of
3715 `left' and `top', using information from "Geometry".
3716 (Geometry): Give a pointer to "Position Parameters", rather than
3717 repeating information.
3718
d8c8e45a
GM
37192008-02-11 Glenn Morris <rgm@gnu.org>
3720
3721 * objects.texi (Equality Predicates): No longer talk about "two"
3722 functions.
3723
38a8b703 37242008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3725
3726 * objects.texi (Equality Predicates): Add defun for
3727 equal-including-properties.
3728
bfffe0b1
GM
37292008-02-10 Glenn Morris <rgm@gnu.org>
3730
3731 * objects.texi (Equality Predicates):
3732 Mention equal-including-properties.
3733
431b78c9
RS
37342008-02-07 Richard Stallman <rms@gnu.org>
3735
3736 * windows.texi (Window Start): Mention the feature of moving
3737 window-start to start of line.
3738
c8763fb6 37392008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3740
3741 * keymaps.texi (Tool Bar): Document rtl property.
3742
1a256502
TTN
37432008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3744
3745 * display.texi (Button Types):
3746 For define-button-type, clarify type of NAME.
3747
569382c2
MR
37482008-01-19 Martin Rudalics <rudalics@gmx.at>
3749
3750 * buffers.texi (Buffer Modification): Fix typo.
3751
f3041af1
DN
37522008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3753
3754 * os.texi (System Environment): Remove references to OSes that are
3755 not supported anymore.
3756
d35e1cd7
DN
37572008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3758
3759 * os.texi (System Environment): Remove mention for Masscomp.
3760
23af7580
RS
37612008-01-04 Richard Stallman <rms@gnu.org>
3762
3763 * display.texi (Faces): Don't talk about internal face vector as arg
3764 to facep.
3765
3766 * customize.texi (Type Keywords): Fix previous change.
3767
3768 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3769 * elisp.texi (Top): Fix menu for commands.texi change.
3770
ec7d5b1e
RS
37712007-12-30 Richard Stallman <rms@gnu.org>
3772
5dcb4c4e 3773 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3774 (Accessing Scroll): New node broken out of Accessing Mouse.
3775
101a6cea
RS
37762007-12-28 Richard Stallman <rms@gnu.org>
3777
3778 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3779 (Basic Parameters): For `title', refer to title bar.
041817a4 3780 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3781
72b7e664
RS
37822007-12-23 Richard Stallman <rms@gnu.org>
3783
3784 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3785 Improve some of the commented-out keywords' text too.
3786
27a4f445
MR
37872007-12-14 Martin Rudalics <rudalics@gmx.at>
3788
e2e3f1d7
MR
3789 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3790 "visit the current buffer".
3791
27a4f445
MR
3792 * os.texi (System Interface): Fix typo.
3793
a2afc99d
RS
37942007-12-04 Richard Stallman <rms@gnu.org>
3795
3796 * objects.texi (Symbol Type): Fix typo.
3797
b694135c
RS
37982007-12-03 Richard Stallman <rms@gnu.org>
3799
3800 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3801
f99a19da
GM
38022007-12-01 Glenn Morris <rgm@gnu.org>
3803
3804 * functions.texi (Declaring Functions): Improve previous change.
3805
8f4b37d8
GM
38062007-11-30 Glenn Morris <rgm@gnu.org>
3807
3808 * functions.texi (Declaring Functions): Add optional fourth
3809 argument of declare-function, and setting third argument to `t'.
3810
61a2fe01
RS
38112007-11-29 Richard Stallman <rms@gnu.org>
3812
3813 * customize.texi (Composite Types): Document `group' type.
3814
cbfc5193
GM
38152007-11-29 Glenn Morris <rgm@gnu.org>
3816
5dcb4c4e
SM
3817 * functions.texi (Declaring Functions): Add findex.
3818 Mention `external' files.
cbfc5193 3819
8386283a
JB
38202007-11-26 Juanma Barranquero <lekktu@gmail.com>
3821
3822 * functions.texi (Declaring Functions): Fix directive.
3823
a07c9a8b
RS
38242007-11-25 Richard Stallman <rms@gnu.org>
3825
3826 * help.texi (Help Functions): Clean up last change.
3827
3828 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3829
3830 * loading.texi (Named Features): Minor cleanup.
3831
3832 * macros.texi (Eval During Expansion): Minor cleanup.
3833
3834 * variables.texi (Variable Aliases): Minor cleanup.
3835
a0925923
RS
38362007-11-24 Richard Stallman <rms@gnu.org>
3837
3838 * functions.texi (Declaring Functions): Clarify previous change.
3839
3840 * compile.texi (Compiler Errors): Clarify previous change.
3841
20c63e44
RS
38422007-11-24 Richard Stallman <rms@gnu.org>
3843
e5e76c04 3844 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3845 Clarify the text and move items around.
3846
5bb0cda3
GM
38472007-11-24 Glenn Morris <rgm@gnu.org>
3848
3849 * functions.texi (Declaring Functions): New section.
3850 * compile.texi (Compiler Errors): Mention declaring functions,
3851 defvar with no initvalue, and byte-compile-warnings.
3852
af13c86a
MR
38532007-11-15 Martin Rudalics <rudalics@gmx.at>
3854
3855 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3856 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3857
a5373305
MR
38582007-11-13 Martin Rudalics <rudalics@gmx.at>
3859
3860 * help.texi (Help Functions): Document new macro `with-help-window'.
3861
fe284805
JL
38622007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3863
3864 * searching.texi (Replacing Match): Describe new
3865 `match-substitute-replacement'.
3866
2c3a09b1
RS
38672007-10-31 Richard Stallman <rms@gnu.org>
3868
3869 * strings.texi (Creating Strings): Null strings from concat not unique.
3870
f2b480f4
RS
38712007-10-26 Richard Stallman <rms@gnu.org>
3872
3873 * objects.texi (Equality Predicates): Null strings are uniquified.
3874
3875 * minibuf.texi: Minor clarifications in previous change.
3876
db21122c
GM
38772007-10-25 Glenn Morris <rgm@gnu.org>
3878
3879 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3880
2328cbb3
RS
38812007-10-24 Richard Stallman <rms@gnu.org>
3882
3883 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3884
3885 * variables.texi (Frame-Local Variables): Node deleted.
3886 (Variables): Delete Frame-Local Variables from menu.
3887 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3888 (Default Value): Don't mention frame-local vars.
3889
3890 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3891
3892 * loading.texi (Unloading): Document FEATURE-unload-function
3893 instead of FEATURE-unload-hook.
3894
2328cbb3
RS
3895 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3896
c066bafa
JL
38972007-10-22 Juri Linkov <juri@jurta.org>
3898
3899 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3900 (High-Level Completion): Document a list of default value strings
3901 in the DEFAULT argument, for which minibuffer functions return the
3902 first element.
3903
65ced25f
JL
39042007-10-17 Juri Linkov <juri@jurta.org>
3905
3906 * text.texi (Filling): Update arguments of fill-paragraph.
3907 fill-paragraph operates on the active region in Transient Mark mode.
3908 Remove fill-paragraph-or-region.
3909
ee46ec8e
KB
39102007-10-13 Karl Berry <karl@gnu.org>
3911
3912 * elisp.texi (@dircategory): Move to after @copying,
3913 since we want @copying as close as possible to the beginning of
3914 the output.
3915
61bbdbc6
RS
39162007-10-12 Richard Stallman <rms@gnu.org>
3917
3918 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3919
3920 * commands.texi (Distinguish Interactive): New node,
3921 broken out from Interactive Call and rewritten.
3922 (Command Loop): Put Distinguish Interactive in menu.
3923
af23e1e8
RS
39242007-10-09 Richard Stallman <rms@gnu.org>
3925
3926 * text.texi (Examining Properties): Mention overlay priority.
3927
3928 * display.texi (Display Margins): Correct the description
3929 of margin display specifications.
3930 (Replacing Specs): New subnode broken out of Display Property.
3931
e1965a69
JL
39322007-10-06 Juri Linkov <juri@jurta.org>
3933
3934 * text.texi (Filling): Document fill-paragraph-or-region.
3935
4638454b
JB
39362007-10-05 Juanma Barranquero <lekktu@gmail.com>
3937
3938 * display.texi (Auto Faces): Fix typo.
3939
7ed54cc5
RS
39402007-10-02 Richard Stallman <rms@gnu.org>
3941
3942 * display.texi (Display Property): Explain some display specs
3943 don't let you move point in.
3944
5dcb4c4e
SM
3945 * frames.texi (Cursor Parameters):
3946 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
3947
3948 * windows.texi (Basic Windows): Don't describe
3949 cursor-in-non-selected-windows here.
3950
305a7ef2
EZ
39512007-10-01 Eli Zaretskii <eliz@gnu.org>
3952
3953 * processes.texi (Misc Network): Note that these functions are
3954 supported only on some systems.
3955
f7a7f4eb
RS
39562007-10-01 Richard Stallman <rms@gnu.org>
3957
3958 * display.texi (Overlay Properties): Explain nil as priority.
3959 Explain that conflicts are unpredictable if not resolved by
3960 priorities.
3961
780d7bb9
RS
39622007-09-23 Richard Stallman <rms@gnu.org>
3963
3964 * macros.texi (Backquote): Minor clarification.
3965
14b4fdfb
RS
39662007-09-19 Richard Stallman <rms@gnu.org>
3967
3968 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3969 Clarify when they work in parallel and when one overrides.
3970 Fix error in example.
14b4fdfb 3971
b8d4c8d0
GM
39722007-09-06 Glenn Morris <rgm@gnu.org>
3973
b3e755a9 3974 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3975 commands to use ../../info.
3976 * Makefile.in (infodir): Go up one more level.
4638454b 3977 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3978 (miscmanualdir): New.
3979 (dist): Use new variable miscmanualdir.
3980 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3981 (usermanualdir): Change from ../man to ../emacs.
3982
1bb1f7d3
MR
39832007-08-30 Martin Rudalics <rudalics@gmx.at>
3984
3985 * commands.texi (Command Loop Info): Advise against changing
3986 most variables described here. Explain new variable
3987 last-repeatable-command.
3988
b8d4c8d0
GM
39892007-08-29 Glenn Morris <rgm@gnu.org>
3990
3991 * elisp.texi (EMACSVER): Increase to 23.0.50.
3992
39932007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3994
3995 * frames.texi (Basic Parameters): Add display-environment-variable
3996 and term-environment-variable.
3997
39982007-08-28 Juri Linkov <juri@jurta.org>
3999
4000 * display.texi (Image Formats, Other Image Types): Add SVG.
4001
40022007-08-28 Juri Linkov <juri@jurta.org>
4003
4004 * display.texi (Images): Move formats-related text to new node
4005 "Image Formats".
4006 (Image Formats): New node.
4007
619fb9ee
RS
40082007-08-27 Richard Stallman <rms@gnu.org>
4009
4010 * windows.texi (Window Configurations): Clarify what
4011 a window configuration saves.
4012
b8d4c8d0
GM
40132007-08-25 Richard Stallman <rms@gnu.org>
4014
4015 * display.texi (Images): Delete redundant @findex.
4016
39f9da30
GM
40172007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4018
4019 * text.texi (Change Hooks): (after|before)-change-functions are no
4020 longer bound to nil while running; rather inhibit-modification-hooks
4021 is t.
4022
b8d4c8d0
GM
40232007-08-16 Richard Stallman <rms@gnu.org>
4024
5dcb4c4e
SM
4025 * processes.texi (Asynchronous Processes):
4026 Clarify doc of start-file-process.
b8d4c8d0
GM
4027
40282007-08-08 Martin Rudalics <rudalics@gmx.at>
4029
4030 * modes.texi (Example Major Modes): Fix typo.
4031
40322007-08-08 Glenn Morris <rgm@gnu.org>
4033
4034 * intro.texi (nil and t): Do not use `iff' in documentation.
4035
4036 * tips.texi (Documentation Tips): Recommend against `iff'.
4037
40382007-08-07 Chong Yidong <cyd@stupidchicken.com>
4039
4040 * display.texi (Image Cache): Document image-refresh.
4041
40422007-08-06 Martin Rudalics <rudalics@gmx.at>
4043
4044 * windows.texi (Size of Window): Document window-full-width-p.
4045
40462007-07-25 Glenn Morris <rgm@gnu.org>
4047
4048 * gpl.texi (GPL): Replace license with GPLv3.
4049
4050 * Relicense all FSF files to GPLv3 or later.
4051
40522007-07-24 Michael Albinus <michael.albinus@gmx.de>
4053
4638454b
JB
4054 * processes.texi (Synchronous Processes):
4055 Add `process-file-shell-command'.
b8d4c8d0
GM
4056 (Asynchronous Processes): Mention restricted use of
4057 `process-filter' and `process-sentinel' in
4058 `start-file-process'. Add `start-file-process-shell-command'.
4059
40602007-07-17 Michael Albinus <michael.albinus@gmx.de>
4061
4062 * files.texi (Magic File Names): Introduce optional parameter
4063 IDENTIFICATION for `file-remote-p'.
4064
40652007-07-16 Richard Stallman <rms@gnu.org>
4066
4067 * display.texi (Defining Faces): Fix previous change.
4068
40692007-07-14 Richard Stallman <rms@gnu.org>
4070
4071 * control.texi (Handling Errors): Document `debug' in handler list.
4072
40732007-07-10 Richard Stallman <rms@gnu.org>
4074
4075 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4076
40772007-07-09 Richard Stallman <rms@gnu.org>
4078
4079 * files.texi (Magic File Names): Rewrite previous change.
4080
40812007-07-08 Michael Albinus <michael.albinus@gmx.de>
4082
4083 * files.texi (Magic File Names): Introduce optional parameter
4084 CONNECTED for `file-remote-p'.
4085
40862007-07-07 Michael Albinus <michael.albinus@gmx.de>
4087
4088 * processes.texi (Asynchronous Processes):
4089 * files.texi (Magic File Names): Add `start-file-process'.
4090
40912007-06-27 Richard Stallman <rms@gnu.org>
4092
5dcb4c4e
SM
4093 * files.texi (Format Conversion Piecemeal):
4094 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4095
40962007-06-27 Michael Albinus <michael.albinus@gmx.de>
4097
4638454b
JB
4098 * files.texi (Magic File Names): Remove `dired-call-process'.
4099 Add `process-file'.
b8d4c8d0
GM
4100
41012007-06-27 Kenichi Handa <handa@m17n.org>
4102
4103 * text.texi (Special Properties): Fix description about
4638454b 4104 `composition' property.
b8d4c8d0
GM
4105
41062007-06-26 Kenichi Handa <handa@m17n.org>
4107
4108 * nonascii.texi (Default Coding Systems): Document about the
4109 return value `undecided'.
4110
41112007-06-25 David Kastrup <dak@gnu.org>
4112
4113 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4114 `current-active-maps'.
4115
41162007-06-24 Karl Berry <karl@gnu.org>
4117
4638454b 4118 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4119
41202007-06-15 Juanma Barranquero <lekktu@gmail.com>
4121
4122 * display.texi (Overlay Arrow): Doc fix.
4123
41242007-06-14 Karl Berry <karl@tug.org>
4125
4126 * anti.texi (Antinews): Typo.
4127
41282007-06-14 Chong Yidong <cyd@stupidchicken.com>
4129
4130 * display.texi (Image Cache): Document image-refresh.
4131
41322007-06-12 Karl Berry <karl@gnu.org>
4133
4134 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4135 * two-volume.make: New file.
4136 * .cvsignore: Ignore two-volume files.
4137
41382007-06-12 Tom Tromey <tromey@redhat.com>
4139
4140 * os.texi (Init File): Document user-emacs-directory.
4141
41422007-06-03 Nick Roberts <nickrob@snap.net.nz>
4143
4144 * commands.texi (Click Events): Describe width and height when
4145 object is nil.
4146
41472007-05-30 Nick Roberts <nickrob@snap.net.nz>
4148
5dcb4c4e
SM
4149 * commands.texi (Click Events): Layout more logically.
4150 Describe width and height.
b8d4c8d0
GM
4151 (Drag Events, Motion Events): Update to new format for position.
4152
41532007-06-02 Richard Stallman <rms@gnu.org>
4154
4155 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4156
41572007-06-02 Chong Yidong <cyd@stupidchicken.com>
4158
4159 * Version 22.1 released.
4160
41612007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4162
4163 * text.texi (Special Properties): Correct meaning of fontified face.
4164
41652007-05-30 Richard Stallman <rms@gnu.org>
4166
4167 * text.texi (Special Properties): Add link to Adjusting Point.
4168
41692007-05-12 Richard Stallman <rms@gnu.org>
4170
4171 * text.texi (Margins): indent-to-left-margin is not the default.
4172 (Mode-Specific Indent): For indent-line-function, the default
4173 is indent-relative.
4174
4175 * modes.texi (Example Major Modes): Explain last line of text-mode
4176 is redundant.
4177
41782007-05-10 Richard Stallman <rms@gnu.org>
4179
4180 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4181
4182 * help.texi (Keys in Documentation): Add reference to
4183 Documentation Tips.
4184
4185 * files.texi (Format Conversion): TO-FN gets three arguments.
4186
4187 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4188
41892007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4190
4191 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4192 * files.texi (Format Conversion): Expand intro; add menu.
4193 (Format Conversion Overview, Format Conversion Round-Trip)
4194 (Format Conversion Piecemeal): New nodes/subsections.
4195 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4196 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4197 (Saving Properties): Delete node/subsection.
4198
41992007-05-07 Karl Berry <karl@gnu.org>
4200
4201 * elisp.texi (EMACSVER): Back to 22.
4202
42032007-05-06 Richard Stallman <rms@gnu.org>
4204
4205 * processes.texi (Accepting Output): Revert most of previous change.
4206
42072007-05-05 Richard Stallman <rms@gnu.org>
4208
4209 * processes.texi (Accepting Output): accept-process-output
4210 uses microseconds, not milliseconds. But that arg is obsolete.
4211
42122007-05-04 Karl Berry <karl@tug.org>
4213
4214 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4215
42162007-05-04 Eli Zaretskii <eliz@gnu.org>
4217
4218 * tips.texi (Documentation Tips): Rearrange items to place the
4219 more important ones first. Add an index entry for hyperlinks.
4220
42212007-05-03 Karl Berry <karl@gnu.org>
4222
4223 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4224 (EMACSVER) [smallbook]: 22 for printed version.
4225
4226 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4227 so restore anchor to normal position after defun. Found by Kevin Ryde.
4228
42292007-04-26 Glenn Morris <rgm@gnu.org>
4230
4231 * elisp.texi (EMACSVER): Increase to 22.1.50.
4232
42332007-04-28 Karl Berry <karl@gnu.org>
4234
4235 * elisp.texi: Improve line breaks on copyright page,
4236 similar layout to emacs manual, 8.5x11 by default.
4237
42382007-04-24 Richard Stallman <rms@gnu.org>
4239
4240 * text.texi (Special Properties): Add xref to Overlay Properties.
4241
4242 * display.texi (Overlay Properties): Add xref to Special Properties.
4243
42442007-04-22 Richard Stallman <rms@gnu.org>
4245
4246 * keymaps.texi (Extended Menu Items): Move the info about
4247 format with cached keyboard binding.
4248
42492007-04-21 Richard Stallman <rms@gnu.org>
4250
4251 * text.texi (Special Properties): Clarify previous change.
4252
4253 * files.texi (File Name Expansion): Clarify previous change.
4254
4255 * display.texi (Attribute Functions): Fix example for
4256 face-attribute-relative-p.
4257
42582007-04-19 Kenichi Handa <handa@m17n.org>
4259
4260 * text.texi (Special Properties): Document composition property.
4261
42622007-04-19 Glenn Morris <rgm@gnu.org>
4263
4264 * files.texi (File Name Expansion): Mention "superroot".
4265
42662007-04-15 Chong Yidong <cyd@stupidchicken.com>
4267
4268 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4269 setups.
4270 (Display Feature Testing): Note that display refers to all
4271 physical monitors for multi-monitor setups.
4272
42732007-04-14 Richard Stallman <rms@gnu.org>
4274
4275 * lists.texi (Sets And Lists): Clarify `delete' examples.
4276 Remove spurious xref to same node.
4277 Clarify xref for add-to-list.
4278
42792007-04-12 Nick Roberts <nickrob@snap.net.nz>
4280
4281 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4282 value of lisp-mode-map.
4283
42842007-04-11 Karl Berry <karl@gnu.org>
4285
4286 * anti.texi (Antinews):
4287 * display.texi (Overlay Properties, Defining Images):
4288 * processes.texi (Synchronous Processes, Sentinels):
4289 * syntax.texi (Syntax Table Internals):
4290 * searching.texi (Regexp Special):
4291 * nonascii.texi (Default Coding Systems):
4292 * text.texi (Special Properties):
4293 * minibuf.texi (Basic Completion): Wording to improve breaks in
4294 8.5x11 format.
4295 * elisp.texi (smallbook): New @set to more easily switch between
4296 smallbook and 8.5x11.
4297
42982007-04-11 Richard Stallman <rms@gnu.org>
4299
4300 * text.texi (Lazy Properties): Minor fix.
4301
43022007-04-08 Karl Berry <karl@gnu.org>
4303
4304 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4305 * macros.texi (Backquote): Downcase Backquote in index entries for
4306 consistency.
4307
43082007-04-08 Richard Stallman <rms@gnu.org>
4309
4310 * text.texi (Adaptive Fill): Just describe default,
4311 don't show it (since it contains non-ASCII chars).
4312
43132007-04-07 Karl Berry <karl@gnu.org>
4314
4315 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4316 adaptive-fill-regexp's value, since they are not in the standard
4317 TeX fonts.
4318
43192007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4320
4321 * display.texi (Defining Faces): Fix example.
4322
43232007-04-07 Karl Berry <karl@gnu.org>
4324
4325 * display.texi (Button Buffer Commands): Improve page break.
4326
43272007-04-07 Richard Stallman <rms@gnu.org>
4328
4329 * advice.texi (Activation of Advice): Remove redundant index entry.
4330
4331 * backups.texi: Improve index entries. Remove redundant ones.
4332
4333 * compile.texi (Byte Compilation): Improve index entry.
4334
4335 * hash.texi (Creating Hash): Improve index entry.
4336
4337 * symbols.texi (Definitions): Improve index entry.
4338
4339 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4340
4341 * maps.texi (Standard Keymaps): Remove useless index entry.
4342
4343 * help.texi (Documentation Basics): Remove redundant index entries.
4344
4345 * customize.texi: Improve index entries.
4346 Remove redundant/useless ones.
4347
4348 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4349
4350 * streams.texi (Output Variables): Improve index entry.
4351
4352 * abbrevs.texi (Abbrevs): Remove useless index entry.
4353
4354 * macros.texi (Expansion): Remove useless index entry.
4355
4356 * text.texi: Improve index entries. Remove redundant/useless ones.
4357 (Text Properties, Examining Properties)
4358 (Special Properties): Use "property category" instead of "category"
4359 to refer to the `category' property.
4360
4361 * positions.texi: Improve index entries. Remove useless one.
4362
4363 * lists.texi: Improve index entries. Remove redundant/useless ones.
4364
4365 * os.texi: Improve index entries.
4366 (Timers): Fix previous change.
4367
4368 * buffers.texi: Improve index entries.
4369 (Modification Time): Get rid of term "obsolete buffer".
4370
4371 * debugging.texi: Improve index entries.
4372 (Test Coverage): Add xref to other test coverage ftr.
4373
4374 * eval.texi: Improve index entry. Remove redundant ones.
4375
4376 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4377
4378 * files.texi: Improve index entries. Remove redundant/useless ones.
4379
4380 * objects.texi: Improve index entries.
4381
4382 * processes.texi: Improve index entries.
4383
4384 * modes.texi: Improve index entry. Remove redundant one.
4385
4386 * nonascii.texi: Improve index entries.
4387
4388 * internals.texi: Improve index entries.
4389
4390 * syntax.texi: Improve index entries.
4391
4392 * keymaps.texi (Active Keymaps): Improve index entries.
4393
4394 * commands.texi: Improve index entries. Remove redundant/useless ones.
4395
4396 * frames.texi: Improve index entries. Remove redundant/useless ones.
4397
4398 * markers.texi: Improve index entries. Remove redundant ones.
4399
4400 * tips.texi: Improve index entries.
4401
4402 * loading.texi (Unloading): Improve index entry.
4403
4404 * variables.texi: Improve index entries. Remove redundant one.
4405
4406 * sequences.texi: Improve index entry.
4407
4408 * display.texi: Improve index entries. Remove redundant ones.
4409
4410 * windows.texi: Improve index entries.
4411
4412 * searching.texi: Improve index entries. Remove redundant one.
4413
4414 * strings.texi (Case Tables): Improve last change.
4415
44162007-04-04 Chong Yidong <cyd@stupidchicken.com>
4417
4418 * strings.texi (Case Tables): Document with-case-table and
4419 ascii-case-table.
4420
44212007-04-03 Karl Berry <karl@gnu.org>
4422
4423 * processes.texi (Network): Reword to improve page break.
4424
44252007-04-03 Eli Zaretskii <eliz@gnu.org>
4426
4427 * functions.texi (Inline Functions): Describe more disadvantages
4428 of defsubst, and make advice against it stronger.
4429
44302007-04-02 Karl Berry <karl@gnu.org>
4431
4432 * backups.texi (Backup Names): Avoid widow words.
4433 * modes.texi (Example Major Modes): Align last comment.
4434
44352007-04-01 Chong Yidong <cyd@stupidchicken.com>
4436
4437 * keymaps.texi (Remapping Commands): Document new arg to
4438 command-remapping.
4439
44402007-04-01 Karl Berry <karl@gnu.org>
4441
4442 * processes.texi (Low-Level Network): Typo.
4443 * loading.texi (Hooks for Loading): Avoid double "the".
4444 * keymaps.texi (Key Sequences): No double "and".
4445 (Changing Key Bindings): Shorten to improve line break.
4446
44472007-03-31 Glenn Morris <rgm@gnu.org>
4448
4449 * os.texi (Timers): Fix description of run-at-time TIME formats.
4450
44512007-03-31 Richard Stallman <rms@gnu.org>
4452
4453 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4454 regarding ellipsis.
4455
44562007-03-31 Eli Zaretskii <eliz@gnu.org>
4457
4458 * intro.texi (nil and t):
4459 * symbols.texi (Plists and Alists):
4460 * variables.texi (Variable Aliases, Constant Variables):
4461 * functions.texi (Defining Functions):
4462 * advice.texi (Advising Primitives):
4463 * debugging.texi (Syntax Errors, Compilation Errors):
4464 * minibuf.texi (Minibuffer Windows):
4465 * commands.texi (Adjusting Point):
4466 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4467 (Auto Major Mode, Major Mode Conventions):
4468 * help.texi (Describing Characters):
4469 * files.texi (Create/Delete Dirs, Information about Files)
4470 (File Locks, Writing to Files, Reading from Files)
4471 (Saving Buffers):
4472 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4473 * frames.texi (Finding All Frames):
4474 * positions.texi (Buffer End, Motion):
4475 * markers.texi (The Region):
4476 * text.texi (Deletion, Near Point):
4477 * display.texi (Displaying Messages, Truncation):
4478 * os.texi (Processor Run Time):
4479 * tips.texi (Key Binding Conventions, Programming Tips)
4480 (Warning Tips, Documentation Tips, Comment Tips):
4481 * internals.texi (Memory Usage): Improve indexing.
4482
4483 * variables.texi (Frame-Local Variables):
4484 * functions.texi (Argument List):
4485 * loading.texi (Library Search):
4486 * streams.texi (Output Variables):
4487 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4488 * searching.texi (Replacing Match, Search and Replace):
4489 * processes.texi (Byte Packing, Decoding Output)
4490 (Accepting Output, Network Servers, Shell Arguments):
4491 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4492 * windows.texi (Window Point, Window Start):
4493 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4494 * commands.texi (Reading Input, Keyboard Events):
4495 * minibuf.texi (Reading File Names, Minibuffer Completion)
4496 (Recursive Mini):
4497 * positions.texi (List Motion):
4498 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4499 * numbers.texi (Arithmetic Operations, Math Functions)
4500 (Predicates on Numbers, Comparison of Numbers):
4501 (Numeric Conversions):
4502 * locals.texi (Standard Buffer-Local Variables):
4503 * maps.texi (Standard Keymaps):
4504 * os.texi (User Identification, System Environment, Recording Input)
4505 (X11 Keysyms):
4506 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4507 * backups.texi (Backups and Auto-Saving):
4508 * customize.texi (Customization, Group Definitions)
4509 (Variable Definitions):
4510 * compile.texi (Byte Compilation): Improve index entries.
4511
45122007-03-31 Karl Berry <karl@gnu.org>
4513
4514 * macros.texi (Defining Macros): Avoid widow syllable.
4515
45162007-03-31 Eli Zaretskii <eliz@gnu.org>
4517
4518 * elisp.texi (Top): Postscript -> PostScript.
4519
4520 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4521
45222007-03-31 Markus Triska <markus.triska@gmx.at>
4523
4524 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4525
45262007-03-30 Karl Berry <karl@gnu.org>
4527
4528 * lists.texi (List-related Predicates): Remove spurious @need.
4529 (Setcdr): Use @smallexample to improve page break.
4530 (Association Lists) <assoc>: Reword to improve page break.
4531
4532 * strings.texi (String Conversion): Insert blank line to improve
4533 page break.
4534
4535 * numbers.texi (Random Numbers): Use @minus{}.
4536 (Math Functions): Use @minus{}.
4537
4538 * intro.texi (Acknowledgements): Avoid line breaks before middle
4539 initials.
4540
45412007-03-24 Eli Zaretskii <eliz@gnu.org>
4542
4543 * errors.texi (Standard Errors): Add an index entry.
4544
45452007-03-19 Richard Stallman <rms@gnu.org>
4546
4547 * os.texi (Recording Input): recent-keys now gives 300 keys.
4548
45492007-03-12 Glenn Morris <rgm@gnu.org>
4550
4551 * os.texi: Replace "daylight savings" with "daylight saving"
4552 throughout.
4553
45542007-03-05 Richard Stallman <rms@gnu.org>
4555
5dcb4c4e
SM
4556 * variables.texi (File Local Variables):
4557 Update enable-local-variables values.
b8d4c8d0
GM
4558
45592007-03-04 Richard Stallman <rms@gnu.org>
4560
4561 * syntax.texi (Control Parsing): Minor clarification.
4562
4563 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4564
4565 * sequences.texi (Sequence Functions): Move string-bytes away,
4566 add xref.
4567
4568 * nonascii.texi (Text Representations): Move string-bytes here.
4569
4570 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4571
4572 * minibuf.texi (Basic Completion): Minor clarification.
4573
4574 * markers.texi (The Mark): Clarify existence vs activation of mark.
4575 Other cleanup.
4576
4577 * display.texi (Finding Overlays): Write better example.
4578
4579 * compile.texi (Eval During Compile): Clarify putting macros
4580 in eval-when-compile.
4581
c5602427 45822007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4583
4584 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4585 load-read-function definition doc.
b8d4c8d0
GM
4586
45872007-02-21 Kim F. Storm <storm@cua.dk>
4588
4589 * strings.texi (Text Comparison): Mention that assoc-string
4590 converts symbols to strings before testing.
4591
45922007-02-17 Kim F. Storm <storm@cua.dk>
4593
4594 * processes.texi (Bindat Spec): Vector types can have optional
4595 element type.
4596 (Bindat Examples): Fix example. Add vector with element type.
4597
45982007-02-16 Andreas Schwab <schwab@suse.de>
4599
4600 * strings.texi (Formatting Strings): Document '+' flag.
4601
46022007-02-15 Juanma Barranquero <lekktu@gmail.com>
4603
4604 * strings.texi (Modifying Strings): Clarify that `clear-string'
4605 always converts the string to unibyte.
4606
46072007-02-14 Kim F. Storm <storm@cua.dk>
4608
4609 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4610 Rewrite glyph code description to refer to these functions.
4611 Remove details of encoding face number and char into integer code.
4612
46132007-02-03 Alan Mackenzie <acm@muc.de>
4614
4615 * loading.texi (Hooks for Loading): Make the description of
4616 `eval-after-load' more detailed, and amend the description of
4617 after-load-alist, in accordance with changes from 2006-05.
4618
46192007-02-03 Chong Yidong <cyd@stupidchicken.com>
4620
4621 * modes.texi (Defining Minor Modes): Document that a :require
4622 keyword or similar may be required to make saved customization
4623 variables work.
4624
46252007-02-03 Eli Zaretskii <eliz@gnu.org>
4626
4627 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4628 Texinfo guidelines and with what texnfo-upd.el expects.
4629 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4630 parts needed by `texinfo-multiple-files-update'.
4631
46322007-02-02 Eli Zaretskii <eliz@gnu.org>
4633
4634 * elisp.texi (Top): Update the top-level menus.
4635
4636 * syntax.texi (Categories): Add index entries.
4637
46382007-02-01 Juanma Barranquero <lekktu@gmail.com>
4639
4640 * display.texi (Attribute Functions): Fix name and description of
4641 the UNDERLINE arg of `set-face-underline-p'.
4642
46432007-01-29 Eli Zaretskii <eliz@gnu.org>
4644
4645 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4646 Variables", and "Standard Keymaps" to the detailed menu.
4647
4648 * variables.texi (Future Local Variables): Add index entry.
4649
46502007-01-28 Richard Stallman <rms@gnu.org>
4651
4652 * tips.texi (Coding Conventions): Clarify the tip about macros
4653 that define a function or a variable.
4654
4655 * files.texi (File Attributes): UID and GID can be floats.
4656 (Magic File Names): Explain why deferring all operations to
4657 the standard handler does not work.
4658
46592007-01-23 Martin Rudalics <rudalics@gmx.at>
4660
4661 * backups.texi (Reverting): Use "buffer" instead of "file"
4662 when talking about major and minor modes.
4663
46642007-01-21 Richard Stallman <rms@gnu.org>
4665
4666 * help.texi (Documentation): Add xref to Documentation Tips.
4667
46682007-01-14 Juanma Barranquero <lekktu@gmail.com>
4669
4670 * tips.texi (Coding Conventions): Fix typos.
4671
46722007-01-05 Richard Stallman <rms@gnu.org>
4673
4674 * modes.texi (Defining Minor Modes): Fix previous change.
4675
46762007-01-03 Richard Stallman <rms@gnu.org>
4677
4678 * customize.texi (Variable Definitions, Customization Types):
4679 Don't use * in doc string for defcustom.
4680
46812007-01-02 Richard Stallman <rms@gnu.org>
4682
4683 * variables.texi (Variable Aliases): Clarify that aliases vars
4684 always have the same value.
4685
4686 * processes.texi (Bindat Spec): Fix Texinfo usage.
4687
4688 * modes.texi (Defining Minor Modes): Explain effect of command
4689 defined with define-global-minor-mode on new buffers.
4690
46912006-12-30 Kim F. Storm <storm@cua.dk>
4692
4693 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4694 `auto-resize-tool-bars'.
4695
46962006-12-30 Richard Stallman <rms@gnu.org>
4697
4698 * keymaps.texi (Active Keymaps): Fix previous change.
4699
47002006-12-30 Nick Roberts <nickrob@snap.net.nz>
4701
4702 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4703
47042006-12-30 Kim F. Storm <storm@cua.dk>
4705
4706 * processes.texi (Bindat Spec): Clarify using field names in
4707 length specifications.
4708
47092006-12-29 Kim F. Storm <storm@cua.dk>
4710
4711 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4712 Add count and index variables for eval forms in repeat blocks.
4713
47142006-12-24 Richard Stallman <rms@gnu.org>
4715
5dcb4c4e
SM
4716 * customize.texi (Variable Definitions):
4717 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4718
47192006-12-19 Kim F. Storm <storm@cua.dk>
4720
4721 * commands.texi (Misc Events): User signals now result in sigusr1
4722 and sigusr2 events which are handled through special-event-map.
4723 (Special Events): User signals and drag-n-drop are special.
4724
47252006-12-17 Richard Stallman <rms@gnu.org>
4726
4727 * loading.texi (Named Features): Explain subfeatures better.
4728
4729 * customize.texi: Use "option" only for user options.
4730 For the keyword values inside defcustom etc, say "keywords".
4731 For :options value's elements, say "elements".
4732 :group should not be omitted.
4733
4734 * syntax.texi (Parsing Expressions): Split up node.
4735 (Motion via Parsing, Position Parse, Parser State)
4736 (Low-Level Parsing, Control Parsing): New subnodes.
4737 (Parser State): Document syntax-ppss-toplevel-pos.
4738
4739 * positions.texi (List Motion): Punctuation fix.
4740
4741 * files.texi (File Name Completion): Document PREDICATE arg
4742 to file-name-completion.
4743
47442006-12-16 Eli Zaretskii <eliz@gnu.org>
4745
4746 * internals.texi (Building Emacs, Writing Emacs Primitives):
4747 Add index entries.
4748
47492006-12-11 Richard Stallman <rms@gnu.org>
4750
4751 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4752 affects face menu. Explain how to make it non-nil without enabling
4753 any fontification.
4754
47552006-12-10 Chong Yidong <cyd@stupidchicken.com>
4756
4757 * modes.texi (Font Lock Basics): Document nil value of
4758 font-lock-defaults.
4759
47602006-12-10 Glenn Morris <rgm@gnu.org>
4761
4762 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4763 value for system-flag argument. Abbrev tables may not be empty
4764 when major modes are loaded.
4765
47662006-12-08 Juanma Barranquero <lekktu@gmail.com>
4767
4768 * makefile.w32-in (maintainer-clean): Partially revert last
4769 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4770 to protect elisp-covers.texi.
4771
47722006-12-07 Juanma Barranquero <lekktu@gmail.com>
4773
4774 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4775 Don't remove elisp* info files; they are already deleted by the
4776 `clean' and `distclean' targets, and they are in the $(infodir)
4777 directory, not the current one.
4778
47792006-12-04 Kim F. Storm <storm@cua.dk>
4780
4781 * commands.texi (Misc Events): Update signal events.
4782 (Event Examples): Add signal example.
4783
47842006-11-29 Richard Stallman <rms@gnu.org>
4785
4786 * frames.texi (Visibility of Frames): Explain visible windows
4787 can be covered by others. Add xref for raise-frame.
4788
47892006-11-28 Richard Stallman <rms@gnu.org>
4790
4791 * searching.texi (Regexp Special): Update when ^ is special.
4792
47932006-11-27 Eli Zaretskii <eliz@gnu.org>
4794
4795 * customize.texi (Customization, Common Keywords)
4796 (Group Definitions, Variable Definitions, Composite Types)
4797 (Type Keywords, Customization Types): Add index entries for
4798 various customization keywords.
4799
48002006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4801
4802 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4803
c8763fb6 48042006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4805
4806 * frames.texi (Window System Selections): Remove clipboard from
4807 description of selection-coding-system.
4808
48092006-11-06 Richard Stallman <rms@gnu.org>
4810
4811 * lists.texi (List Variables): Document COMPARE-FN.
4812
4813 * keymaps.texi: Avoid use of "binding" to mean a relation;
4814 use it only to refer to the meaning associated with a key.
4815 (Keymaps): Change menu node description.
4816
4817 * elisp.texi (Top): Change menu node description.
4818
4819 * display.texi (Managing Overlays): Document overlay-recenter.
4820
48212006-10-29 Chong Yidong <cyd@stupidchicken.com>
4822
4823 * Makefile.in: Use relative paths to avoid advertising filesystem
4824 contents during compilation.
4825
48262006-10-23 Kim F. Storm <storm@cua.dk>
4827
4828 * commands.texi (Event Input Misc): Update unread-command-events.
4829
48302006-10-23 Nick Roberts <nickrob@snap.net.nz>
4831
4832 * lists.texi (Sets And Lists): Fix typos.
4833
48342006-10-18 Juanma Barranquero <lekktu@gmail.com>
4835
4836 * control.texi (Processing of Errors): Use @var for an argument,
4837 not @code.
4838
48392006-10-16 Richard Stallman <rms@gnu.org>
4840
4841 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4842
4843 * keymaps.texi (Format of Keymaps): Show all the keymap element
4844 patterns that result from menu items.
4845 (Key Lookup): Minor cleanups.
4846
4847 * modes.texi (Precalculated Fontification): Don't say that
4848 not setting font-lock-defaults avoids loading font-lock.
4849
4850 * help.texi (Documentation): Move xref to Emacs Manual here.
4851 (Documentation Basics): From here.
4852 Also doc emacs-lisp-docstring-fill-column.
4853
4854 * elisp.texi: Update version and ISBN.
4855
4856 * commands.texi (Interactive Call): Clarify KEYS arg to
4857 call-interactively is a vector.
4858 (Command Loop Info): Delete anchor in this-command-keys.
4859 Add anchor in this-command-keys-vector.
4860 (Recursive Editing): Document how recursive-edit
4861 handles the current buffer.
4862
48632006-10-13 Chong Yidong <cyd@stupidchicken.com>
4864
4865 * frames.texi (Frame Titles): %c and %l are ignored in
4866 frame-title-format.
4867
48682006-10-11 Richard Stallman <rms@gnu.org>
4869
4870 * keymaps.texi (Key Sequences): Clarify use of kbd.
4871
48722006-10-10 Kim F. Storm <storm@cua.dk>
4873
4874 * lists.texi (Sets And Lists): Add memql.
4875
48762006-10-03 Richard Stallman <rms@gnu.org>
4877
4878 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4879 Clarify :ascii: and :nonascii:.
4880
48812006-09-29 Juri Linkov <juri@jurta.org>
4882
4883 * modes.texi (%-Constructs): Reorder coding systems in the
4884 documentation of %z to the real order displayed in the modeline.
4885
48862006-09-25 Richard Stallman <rms@gnu.org>
4887
4888 * os.texi (Timers): Describe timer-max-repeats.
4889
48902006-09-25 Chong Yidong <cyd@stupidchicken.com>
4891
4892 * os.texi (Timers): Mention with-local-quit.
4893
48942006-09-24 Richard Stallman <rms@gnu.org>
4895
4896 * searching.texi (Searching and Matching): Mention property search.
4897
4898 * commands.texi (Command Loop Info): Explain how read-event affects
4899 this-command-keys.
4900
49012006-09-20 Richard Stallman <rms@gnu.org>
4902
4903 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4904
4905 * windows.texi (Window Start): Minor cleanups.
4906
49072006-09-20 Kim F. Storm <storm@cua.dk>
4908
4909 * windows.texi (Window Start): pos-visible-in-window-p allows
4910 specifying t for position to mean "end of window".
4911 Add window-line-height.
4912
4913 * anti.texi (Antinews): Mention window-line-height.
4914
49152006-09-19 David Kastrup <dak@gnu.org>
4916
4917 * keymaps.texi (Searching Keymaps): Small clarification.
4918
49192006-09-18 Richard Stallman <rms@gnu.org>
4920
4921 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4922 cause keyboard menus.
4923 (Menu Keymaps): Likewise.
4924 (Defining Menus, Keyboard Menus): Clarify.
4925
4926 * text.texi (Fields): Clarify explanation of constrain-to-field.
4927
49282006-09-16 Eli Zaretskii <eliz@gnu.org>
4929
4930 * variables.texi (Tips for Defining): Fix a typo.
4931
49322006-09-15 Richard Stallman <rms@gnu.org>
4933
4934 * keymaps.texi (Remapping Commands, Searching Keymaps)
4935 (Active Keymaps): Clean up previous change.
4936
49372006-09-15 Jay Belanger <belanger@truman.edu>
4938
4939 * gpl.texi: Replace "Library Public License" by "Lesser Public
4940 License" throughout.
4941
49422006-09-15 David Kastrup <dak@gnu.org>
4943
4944 * keymaps.texi (Active Keymaps): Adapt description to use
4945 `get-char-property' instead `get-text-property'. Explain how
4946 mouse events change this. Explain the new optional argument of
4947 `key-binding' and its mouse-dependent lookup.
4948 (Searching Keymaps): Adapt description similarly.
4949 (Remapping Commands): Explain the new optional argument of
4950 `command-remapping'.
4951
49522006-09-14 Richard Stallman <rms@gnu.org>
4953
4954 * keymaps.texi (Searching Keymaps): Clarification.
4955 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4956
49572006-09-13 Richard Stallman <rms@gnu.org>
4958
4959 * objects.texi (Character Type): Node split.
4960 Add xref to Describing Characters.
4961 (Basic Char Syntax, General Escape Syntax)
4962 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4963
49642006-09-11 Richard Stallman <rms@gnu.org>
4965
4966 * display.texi (Display Table Format): Wording clarification.
4967 (Glyphs): Clarifications.
4968
49692006-09-10 Chong Yidong <cyd@stupidchicken.com>
4970
4971 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4972 local maps.
4973
49742006-09-10 Kim F. Storm <storm@cua.dk>
4975
4976 * display.texi (Forcing Redisplay): Document return value of
4977 function redisplay.
4978
49792006-09-09 Richard Stallman <rms@gnu.org>
4980
4981 * windows.texi (Window Hooks): Explain limits of
4982 window-scroll-functions.
4983
4984 * display.texi (Fringe Indicators): Update for last change in
4985 indicate-buffer-boundaries.
4986
49872006-09-08 Richard Stallman <rms@gnu.org>
4988
4989 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4990
49912006-09-06 Kim F. Storm <storm@cua.dk>
4992
4993 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4994
4995 * windows.texi (Window Start): Update pos-visible-in-window-p.
4996
49972006-09-04 Richard Stallman <rms@gnu.org>
4998
4999 * processes.texi (Accepting Output): Explain SECONDS=0 for
5000 accept-process-output.
5001
5002 * os.texi (Idle Timers): Explain why timer functions should not
5003 loop until (input-pending-p).
5004
50052006-09-02 Eli Zaretskii <eliz@gnu.org>
5006
5007 * makefile.w32-in (usermanualdir): New variable.
5008 (elisp.dvi): Use it.
5009
50102006-09-01 Eli Zaretskii <eliz@gnu.org>
5011
5012 * buffers.texi (Buffer Modification): Fix last change.
5013
50142006-09-01 Chong Yidong <cyd@stupidchicken.com>
5015
5dcb4c4e
SM
5016 * buffers.texi (Buffer Modification):
5017 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5018
50192006-08-31 Richard Stallman <rms@gnu.org>
5020
5021 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5022
50232006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5024
5025 * modes.texi (Syntactic Font Lock):
5026 Mention font-lock-syntactic-face-function
5027 instead of specific faces.
5028
50292006-08-29 Chong Yidong <cyd@stupidchicken.com>
5030
5031 * display.texi (Images): Add xrref to display-images-p.
5032
50332006-08-28 Kenichi Handa <handa@m17n.org>
5034
5035 * nonascii.texi (Lisp and Coding Systems): Fix description of
5036 detect-coding-region.
5037
50382006-08-27 Michael Olson <mwolson@gnu.org>
5039
5040 * processes.texi (Transaction Queues): Remove stray quote
5041 character.
5042
50432006-08-25 Richard Stallman <rms@gnu.org>
5044
5045 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5046 Add xref.
5047
50482006-08-24 Chong Yidong <cyd@stupidchicken.com>
5049
5050 * os.texi (Timers): Avoid waiting inside timers.
5051
50522006-08-21 Lute Kamstra <lute@gnu.org>
5053
5054 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5055
50562006-08-20 Richard Stallman <rms@gnu.org>
5057
5058 * os.texi (Idle Timers): New node, split out from Timers.
5059 Document current-idle-time.
5060 * commands.texi (Reading One Event): Update xref.
5061 * elisp.texi (Top): Update subnode menu.
5062
50632006-08-16 Richard Stallman <rms@gnu.org>
5064
5065 * keymaps.texi (Extended Menu Items): Show format of cached
5066 bindings in extended menu items.
5067
5068 * customize.texi (Variable Definitions): Explain when the
5069 standard value expression is evaluated.
5070
50712006-08-15 Chong Yidong <cyd@stupidchicken.com>
5072
5073 * commands.texi (Reading One Event): Explain idleness in
5074 `read-event'.
5075
50762006-08-12 Chong Yidong <cyd@stupidchicken.com>
5077
5078 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5079 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5080 relevant for Lisp programming.
5081 (Yank Commands): Rewrite introduction.
5082 (Undo): Clarify.
5083 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5084 (Filling): Remove redundant comment. Clarify return value of
5085 current-justification.
5086 (Margins): Minor clarifications.
5087 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5088 (Sorting): Update definition of sort-lines.
5089 (Columns): Clarify behavior of sort-columns.
5090 (Indent Tabs): Link to Tab Stops in Emacs manual.
5091 (Special Properties): Clarify.
5092 (Clickable Text): Mention Buttons package.
5093
50942006-08-12 Kevin Ryde <user42@zip.com.au>
5095
5096 * os.texi (Time Parsing): Add %z to description of
5097 format-time-string, as per docstring. Add cross reference to
5098 glibc manual for strftime.
5099
51002006-08-08 Richard Stallman <rms@gnu.org>
5101
5102 * modes.texi: Clean up wording in previous change.
5103
51042006-08-07 Chong Yidong <cyd@stupidchicken.com>
5105
5106 * modes.texi (Hooks): Clarify.
5107 (Major Mode Basics): Mention define-derived-mode explicitly.
5108 (Major Mode Conventions): Rebinding RET is OK for some modes.
5109 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5110 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5111 (Mode Line Basics): Clarify.
5112 (Mode Line Data): Mention help-echo and local-map in strings.
5113 Explain reason for treatment of non-risky variables.
5114 (Properties in Mode): Clarify.
5115 (Faces for Font Lock): Add font-lock-negation-char-face.
5116
51172006-08-04 Eli Zaretskii <eliz@gnu.org>
5118
5119 * strings.texi (Formatting Strings): Warn against arbitrary
5120 strings as first arg to `format'.
5121
51222006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5123
5124 * text.texi (Clickable Text): Mention `help-echo' text property.
5125 Update intro, examples and associated explanations.
5126
51272006-07-31 Richard Stallman <rms@gnu.org>
5128
5129 * commands.texi: Update xrefs.
5130 (Event Mod): New node, cut out from old Translating Input.
5131
5132 * maps.texi: Update xrefs.
5133
5134 * keymaps.texi (Translation Keymaps): New node.
5135 Update xrefs from Translating Input to Translation Keymaps.
5136
5137 * elisp.texi (Top): Update subnode menu.
5138
5139 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5140
5141 * os.texi (System Interface): Fix menu descriptions of some nodes.
5142 (Translating Input): Node deleted.
5143
51442006-07-31 Nick Roberts <nickrob@snap.net.nz>
5145
5146 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5147
5148 * lists.texi (Sets And Lists): Likewise.
5149
51502006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5151
5152 * text.texi (Fields): Mention POS
5153 requirement when narrowing is in effect.
5154
51552006-07-28 Richard Stallman <rms@gnu.org>
5156
5157 * display.texi (Face Attributes): Simplify wording.
5158 (Attribute Functions): Clarify meaning of new-frame default
5159 attribute settings.
5160
5161 * customize.texi (Common Keywords): Document how to use
5162 :package-version in a package not in Emacs.
5163
51642006-07-28 Kim F. Storm <storm@cua.dk>
5165
5166 * commands.texi (Reading One Event): Fix last change.
5167
51682006-07-26 Chong Yidong <cyd@stupidchicken.com>
5169
5170 * commands.texi (Reading One Event): Document SECONDS argument for
5171 read-event, read-char, and read-char-exclusive.
5172
51732006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5174
5175 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5176 to ensure correct identification.
5177
51782006-07-24 Richard Stallman <rms@gnu.org>
5179
5180 * text.texi (Clickable Text): Clarify.
5181
5182 * sequences.texi (Vector Functions): Delete duplicate xref.
5183
5184 * objects.texi (Function Type): Clarify.
5185
5186 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5187 modes.
5188
5189 * lists.texi (List Variables): New node.
5190 Material moved from other nodes.
5191
5192 * variables.texi (Setting Variables): add-to-list and
5193 add-to-ordered-list moved to List Variables node.
5194
51952006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5196
5197 * text.texi (Links and Mouse-1):
5198 For mouse-on-link-p, expand on arg POS.
5199
52002006-07-21 Kim F. Storm <storm@cua.dk>
5201
5202 * display.texi (Forcing Redisplay): Don't mention systems which
5203 don't support sub-second timers for redisplay-preemption-period.
5204
5205 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5206
52072006-07-21 Eli Zaretskii <eliz@gnu.org>
5208
5209 * frames.texi (Input Focus): Document that focus-follows-mouse has
5210 no effect on MS-Windows.
5211
52122006-07-18 Richard Stallman <rms@gnu.org>
5213
5214 * display.texi (Forcing Redisplay): Cleanups in previous change.
5215
5216 * processes.texi (Low-Level Network): Make menu more convenient.
5217
52182006-07-18 Kim F. Storm <storm@cua.dk>
5219
5220 * display.texi (Forcing Redisplay): redisplay-preemption-period
5221 only used on window systems. Add xref to Terminal Output.
5222
5223 * os.texi (Terminal Output): baud-rate only controls preemption on
5224 non-window systems. Add xref to Forcing Redisplay.
5225
5226 * processes.texi (Low-Level Network): Rename node "Make Network"
5227 to "Network Processes".
5228
52292006-07-18 Karl Berry <karl@gnu.org>
5230
5231 * variables.texi, functions.texi, customize.texi, loading.texi:
5232 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5233
52342006-07-17 Chong Yidong <cyd@stupidchicken.com>
5235
5236 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5237
52382006-07-17 Richard Stallman <rms@gnu.org>
5239
5240 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5241 Put period and comma inside quotes.
5242
5243 * loading.texi, markers.texi: Use real doublequote inside menus.
5244
5245 * windows.texi: Put point and comma inside quotes.
5246 (Textual Scrolling): Use @samp for error message.
5247
5248 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5249 * strings.texi, streams.texi, processes.texi, os.texi:
5250 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5251 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5252 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5253 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5254 Put point and comma inside quotes.
5255
5256 * control.texi (Processing of Errors): Add command-error-function.
5257
5258 * variables.texi (File Local Variables): Clarify that
5259 file local variables make buffer-local bindings.
5260
5261 * modes.texi (Syntactic Font Lock): Give default for
5262 font-lock-syntax-table.
5263
52642006-07-17 Nick Roberts <nickrob@snap.net.nz>
5265
5266 * text.texi (Special Properties): Clean up previous change.
5267
52682006-07-16 Karl Berry <karl@gnu.org>
5269
5270 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5271 * control.texi: Fix bad page breaks through chapter 10 (control).
5272
5273 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5274 underfull hbox.
5275
52762006-07-15 Nick Roberts <nickrob@snap.net.nz>
5277
5278 * text.texi (Special Properties): Describe fontified text property
5279 in relation to a character (not text).
5280
52812006-07-15 Kim F. Storm <storm@cua.dk>
5282
5283 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5284 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5285 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5286
5287 * anti.texi (Antinews): Mention redisplay function.
5288 The kbd macro existed, but was not documented, before 22.x.
5289 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5290
52912006-07-14 Nick Roberts <nickrob@snap.net.nz>
5292
5293 * display.texi (Displaying Messages): Add anchor.
5294
5295 * frames.texi (Dialog Boxes): Use it.
5296
52972006-07-12 Richard Stallman <rms@gnu.org>
5298
5299 * objects.texi (Frame Type): Explain nature of frames better.
5300
5301 * frames.texi (Frames): Explain nature of frames better.
5302
53032006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5304
5305 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5306
53072006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5308
5309 * frames.texi (Window System Selections): Mention scrap support for Mac.
5310 Default value of x-select-enable-clipboard is t on Mac.
5311
5312 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5313
53142006-07-11 Kim F. Storm <storm@cua.dk>
5315
5316 * display.texi (Forcing Redisplay): Add `redisplay' function.
5317 Don't mention (sit-for -1) -- use (redisplay t) instead.
5318
5319 * commands.texi (Waiting): (sit-for -1) is no longer special.
5320 (sit-for 0) is equivalent to (redisplay).
5321 Iconifying/deiconifying no longer makes sit-for return.
5322
53232006-07-10 Nick Roberts <nickrob@snap.net.nz>
5324
5325 * display.texi (Buttons): Fix typo.
5326
5327 * index.texi, elisp.texi (New Symbols): Comment node out.
5328
53292006-07-09 Richard Stallman <rms@gnu.org>
5330
5331 * display.texi (Truncation): Clean up previous change.
5332
53332006-07-08 Richard Stallman <rms@gnu.org>
5334
5335 * commands.texi (Interactive Call): Use 3 as prefix in example
5336 for execute-extended-command.
5337
5338 * display.texi (Attribute Functions): Move paragraph about
5339 compatibility with Emacs < 21.
5340
53412006-07-09 Kim F. Storm <storm@cua.dk>
5342
5343 * display.texi (Refresh Screen): Clarify force-window-update.
5344 (Truncation): "Normally" indicated by fringe arrows.
5345
53462006-07-08 Eli Zaretskii <eliz@gnu.org>
5347
5348 * windows.texi (Textual Scrolling, Resizing Windows):
5349 * variables.texi (Constant Variables):
5350 * text.texi (Buffer Contents, Deletion, Changing Properties)
5351 (Property Search, Special Properties, Sticky Properties)
5352 (Links and Mouse-1, Fields, Change Hooks):
5353 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5354 (Categories):
5355 * symbols.texi (Other Plists):
5356 * streams.texi (Output Variables):
5357 * processes.texi (Input to Processes, Query Before Exit):
5358 * positions.texi (Word Motion, Text Lines, List Motion):
5359 * os.texi (Init File, System Environment, Sound Output)
5360 (Session Management):
5361 * nonascii.texi (Text Representations, Character Sets)
5362 (Chars and Bytes, Locales):
5363 * modes.texi (Defining Minor Modes, Header Lines):
5364 * minibuf.texi (Minibuffer Contents):
5365 * markers.texi (Information from Markers):
5366 * lists.texi (List Elements, Building Lists, Association Lists):
5367 * keymaps.texi (Tool Bar):
5368 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5369 * functions.texi (What Is a Function, Mapping Functions):
5370 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5371 (Color Names, Text Terminal Colors, Display Feature Testing):
5372 * files.texi (Visiting Functions, File Name Components)
5373 (Unique File Names, Contents of Directories):
5374 * display.texi (Forcing Redisplay, Displaying Messages)
5375 (Temporary Displays, Font Selection, Auto Faces)
5376 (Font Lookup, Fringe Indicators, Display Margins)
5377 (Image Descriptors, Showing Images, Image Cache, Button Types)
5378 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5379 (Display Table Format, Glyphs):
5380 * control.texi (Iteration):
5381 * commands.texi (Command Loop Info, Adjusting Point):
5382 * backups.texi (Making Backups, Auto-Saving):
5383 Remove @tindex entries.
5384
53852006-07-07 Kim F. Storm <storm@cua.dk>
5386
5387 * display.texi (Fringe Cursors): Fix typo.
5388 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5389 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5390
53912006-07-05 Richard Stallman <rms@gnu.org>
5392
5393 * text.texi (Buffer Contents): Add example of text props
5394 in result of buffer-substring.
5395 (Text Properties): Explain better about use of specific property names.
5396 (Property Search): Some cleanups; reorder some functions.
5397
5398 * keymaps.texi (Changing Key Bindings): Cleanup.
5399 Add xref to Key Binding Conventions.
5400
5401 * display.texi (Attribute Functions): Add examples for
5402 face-attribute-relative-p.
5403
5404 * tips.texi (Coding Conventions): Cleanup last change.
5405
54062006-07-05 Karl Berry <karl@gnu.org>
5407
5408 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5409 Remove @setchapternewpage odd.
5410 Result is 1013 pages, down from 1100.
5411
5412 * anti.texi, customize.texi, display.texi, internals.texi:
5413 * minibuf.texi, modes.texi, tips.texi:
5414 Fix overfull/underfull boxes.
5415
54162006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5417
5418 * edebug.texi (Instrumenting):
5419 Add Edebug-specific findex for eval-buffer.
5420 * loading.texi (Loading):
5421 Replace eval-current-buffer with eval-buffer.
5422
54232006-06-30 Nick Roberts <nickrob@snap.net.nz>
5424
5425 * locals.texi (Standard Buffer-Local Variables): Update the list
5426 of variables.
5427
54282006-06-26 Nick Roberts <nickrob@snap.net.nz>
5429
5430 * files.texi (File Name Completion): Point user to the node
5431 "Reading File Names".
5432
54332006-06-24 Eli Zaretskii <eliz@gnu.org>
5434
5435 * files.texi (Contents of Directories): Document case-insensitive
5436 behavior on respective filesystems.
5437
5438 * objects.texi (Character Type): Document that Emacs signals an
5439 error for unsupported Unicode characters specified as \uNNNN.
5440
54412006-06-19 Richard Stallman <rms@gnu.org>
5442
5443 * processes.texi (Bindat Spec): Clarify previous change.
5444
54452006-06-16 Richard Stallman <rms@gnu.org>
5446
5447 * tips.texi (Coding Conventions): Better explain conventions
5448 for definition constructs.
5449
5450 * text.texi (Special Properties): String value of `read-only'
5451 serves as the error message.
5452
5453 * objects.texi (Character Type): Clarify prev. change.
5454 (Non-ASCII in Strings): Mention \u and \U.
5455
5456 * commands.texi (Using Interactive): Explain problem of
5457 markers, etc., in command-history.
5458
54592006-06-14 Kim F. Storm <storm@cua.dk>
5460
5461 * commands.texi (Waiting): Negative arg to sit-for forces
5462 redisplay even if input is pending.
5463
5464 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5465 redisplay. Remove incorrect example of binding redisplay-dont-pause
5466 around (sit-for 0).
5467
54682006-06-13 Richard Stallman <rms@gnu.org>
5469
5470 * display.texi (Forcing Redisplay): Clarify previous change.
5471
54722006-06-13 Romain Francoise <romain@orebokech.com>
5473
5474 * display.texi (Forcing Redisplay): Fix typo.
5475
54762006-06-13 Kim F. Storm <storm@cua.dk>
5477
5478 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5479
54802006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5481
5482 * tips.texi (Coding Conventions): Add `@end itemize'.
5483
54842006-06-10 Richard Stallman <rms@gnu.org>
5485
5486 * tips.texi (Coding Conventions): Explain use of coding systems
5487 to ensure one decoding for strings.
5488
54892006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5490
5491 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5492 syntax.
5493
54942006-06-07 Eli Zaretskii <eliz@gnu.org>
5495
5496 * display.texi (Font Selection): Remove description of
5497 clear-face-cache.
5498
5499 * compile.texi (Eval During Compile): Fix a typo. Add index
5500 entries for possible uses of eval-when-compile.
5501
55022006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5503
5504 * display.texi (Abstract Display): Fix typo.
5505
55062006-06-03 Eli Zaretskii <eliz@gnu.org>
5507
5508 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5509 Reword variable's description.
5510
55112006-06-01 Richard Stallman <rms@gnu.org>
5512
5513 * windows.texi (Splitting Windows): Clarify splitting nonselected
5514 window.
5515
55162006-05-31 Juri Linkov <juri@jurta.org>
5517
5518 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5519
55202006-05-30 Richard Stallman <rms@gnu.org>
5521
5522 * display.texi (Line Height): Fix errors in description of
10d1d0af 5523 default line height and line-height property.
b8d4c8d0
GM
5524
5525 * nonascii.texi (Default Coding Systems): Further clarification.
5526
55272006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5528
5529 * internals.texi (Pure Storage): Mention that an overflow in pure
5530 space causes a memory leak.
5531 (Garbage Collection): If there was an overflow in pure space,
5532 `garbage-collect' returns nil.
5533
55342006-05-30 Eli Zaretskii <eliz@gnu.org>
5535
5536 * nonascii.texi (Default Coding Systems): Fix it some more.
5537
55382006-05-29 Eli Zaretskii <eliz@gnu.org>
5539
5540 * nonascii.texi (Default Coding Systems): Fix last change.
5541
55422006-05-29 Kenichi Handa <handa@m17n.org>
5543
5544 * nonascii.texi (find-operation-coding-system): Describe the new
5545 argument format (FILENAME . BUFFER).
5546
55472006-05-28 Richard Stallman <rms@gnu.org>
5548
5549 * tips.texi (Coding Conventions): Better explain reasons not to
5550 advise other packages or use `eval-after-load'.
5551
55522006-05-29 Kim F. Storm <storm@cua.dk>
5553
5554 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5555 `bindat-idx' and `bindat-raw' for clarity.
5556
55572006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5558
5559 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5560
5561 * display.texi (Display): Add "Abstract Display" to menu.
5562 (Abstract Display, Abstract Display Functions)
5563 (Abstract Display Example): New nodes.
5564 * elisp.texi (Top): Add "Abstract Display" to menu.
5565
55662006-05-27 Chong Yidong <cyd@stupidchicken.com>
5567
5568 * keymaps.texi (Key Sequences): Link to input events definition.
5569 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5570
5571 * files.texi (Changing Files): Document updated argument list for
5572 copy-file.
5573
55742006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5575
5576 * processes.texi (Bindat Functions): Explain term "total length".
5577 Use it in bindat-length and bindat-pack descriptions.
5578
55792006-05-26 Eli Zaretskii <eliz@gnu.org>
5580
5581 * tips.texi (Coding Conventions): Advise against using
5582 eval-after-load in packages. Add an index entry.
5583
55842006-05-25 Juri Linkov <juri@jurta.org>
5585
5586 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5587
5588 * modes.texi (%-Constructs): Add %e, %z, %Z.
5589
55902006-05-25 Richard Stallman <rms@gnu.org>
5591
5592 * elisp.texi (Top): Update subnode menu.
5593
5594 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5595 (Keymaps): Update menu.
5596
55972006-05-25 Chong Yidong <cyd@stupidchicken.com>
5598
5599 * keymaps.texi (Key Sequences): Some clarifications.
5600
56012006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5602
5603 * processes.texi (Bindat Functions): Say "unibyte string"
5604 explicitly for bindat-unpack and bindat-pack descriptions.
5605 (Bindat Examples): Don't call `string-make-unibyte' in example.
5606
56072006-05-25 Chong Yidong <cyd@stupidchicken.com>
5608
5dcb4c4e 5609 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5610 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5611
5612 * keymaps.texi (Changing Key Bindings):
dd7b651b 5613 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5614 * help.texi (Describing Characters): Refer to it.
5615
56162006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5617
5618 * frames.texi (Pointer Shape): @end table -> @end defvar.
5619
56202006-05-22 Richard Stallman <rms@gnu.org>
5621
5622 * elisp.texi (Top): Update subnode menus.
5623
5624 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5625 Contents rewritten; material from old Pointer Shape node moved here.
5626
5627 * display.texi (Pointer Shape): Node deleted.
5628 (Image Descriptors): Minor cleanup.
5629
56302006-05-21 Richard Stallman <rms@gnu.org>
5631
5632 * syntax.texi (Parsing Expressions): Update info on which STATE
5633 elements are ignored.
5634
56352006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5636
5637 * hooks.texi (Standard Hooks): Correct typo.
5638
5639 * gpl.texi (GPL): ifinfo -> ifnottex.
5640
56412006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5642
5643 * searching.texi (Simple Match Data): Warn about match data being
5644 set anew by every search.
5645
56462006-05-17 Richard Stallman <rms@gnu.org>
5647
5648 * minibuf.texi (Minibuffer History): Clarify.
5649
5650 * searching.texi (Regexp Special): Clarify nested regexp warning.
5651
56522006-05-16 Kim F. Storm <storm@cua.dk>
5653
5654 * minibuf.texi (Minibuffer History): Update add-to-history.
5655
56562006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5657
5dcb4c4e
SM
5658 * nonascii.texi (Explicit Encoding):
5659 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5660
56612006-05-14 Richard Stallman <rms@gnu.org>
5662
5663 * buffers.texi (Creating Buffers): Cleanup.
5664
5665 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5666
56672006-05-13 Eli Zaretskii <eliz@gnu.org>
5668
5669 * buffers.texi (Current Buffer): Document that with-temp-buffer
5670 disables undo.
5671
5672 * os.texi (Terminal-Specific): More accurate description of how
5673 Emacs searches for the terminal-specific libraries.
5674
56752006-05-12 Eli Zaretskii <eliz@gnu.org>
5676
5677 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5678 emacs-xtra to @inforef's.
5679
5680 * text.texi (Undo): Document that undo is turned off in buffers
5681 whose names begin with a space.
5682
5683 * buffers.texi (Buffer Names): Add index entries for buffers whose
5684 names begin with a space.
5685 (Creating Buffers): Document that undo is turned off in buffers
5686 whose names begin with a space.
5687
5688 * files.texi (Visiting Functions, Reading from Files)
5689 (Saving Buffers): Mention code and EOL conversions by file I/O
5690 primitives and subroutines.
5691
f4e90db0
SM
5692 * nonascii.texi (Lisp and Coding Systems):
5693 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5694
5695 * display.texi (Defining Faces): Mention `mac', and add an xref to
5696 where window-system is described.
5697
56982006-05-10 Richard Stallman <rms@gnu.org>
5699
5700 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5701
57022006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5703
5704 * variables.texi (File Local Variables): Recommend to quote lambda
5705 expressions in safe-local-variable property.
5706
57072006-05-09 Richard Stallman <rms@gnu.org>
5708
5dcb4c4e
SM
5709 * variables.texi (File Local Variables):
5710 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5711
57122006-05-07 Kim F. Storm <storm@cua.dk>
5713
5714 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5715 from add-to-history.
5716
57172006-05-07 Romain Francoise <romain@orebokech.com>
5718
5719 * commands.texi (Event Input Misc):
5720 * compile.texi (Eval During Compile):
5721 * internals.texi (Buffer Internals):
5722 * minibuf.texi (Initial Input):
5723 * nonascii.texi (Scanning Charsets):
5724 * numbers.texi (Comparison of Numbers):
5725 * windows.texi (Textual Scrolling, Vertical Scrolling):
5726 Fix various typos.
5727
57282006-05-06 Eli Zaretskii <eliz@gnu.org>
5729
5730 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5731 conditional xref's to either emacs or emacs-xtra, depending on
5732 @iftex/@ifnottex.
5733
5734 * minibuf.texi (Minibuffer History): Document add-to-history.
5735
57362006-05-05 Eli Zaretskii <eliz@gnu.org>
5737
5738 * internals.texi (Pure Storage): Mention the pure overflow message
5739 at startup.
5740
c8763fb6 57412006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5742
5743 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5744 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5745 search.
5746
57472006-05-01 Richard Stallman <rms@gnu.org>
5748
5749 * intro.texi (nil and t): Clarify.
5750
5751 * variables.texi (File Local Variables): Suggest using booleanp.
5752
57532006-05-01 Juanma Barranquero <lekktu@gmail.com>
5754
5755 * objects.texi (Type Predicates): Fix typos.
5756
57572006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5758
5759 * intro.texi (nil and t): Add booleanp.
5760
5761 * objects.texi (Type Predicates): Add links for booleanp and
5762 string-or-null-p.
5763
57642006-04-29 Richard Stallman <rms@gnu.org>
5765
5766 * modes.texi (Multiline Font Lock): Rename from
5767 Multi line Font Lock Elements. Much clarification.
5768 (Font Lock Multiline, Region to Fontify): Much clarification.
5769
57702006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5771
5772 * variables.texi (File Local Variables): Remove the special case t for
5773 safe-local-variable.
5774
57752006-04-26 Richard Stallman <rms@gnu.org>
5776
5777 * syntax.texi (Parsing Expressions): Minor cleanup.
5778
57792006-04-18 Richard Stallman <rms@gnu.org>
5780
5781 * tips.texi (Coding Conventions): Explain when the package's
5782 prefix should appear later on (not at the start of the name).
5783
5784 * searching.texi (String Search): Clarify effect of NOERROR.
5785
5786 * modes.texi (Imenu): Clarify what special items do.
5787
5788 * hooks.texi (Standard Hooks): Delete text about old hook names.
5789
57902006-04-17 Romain Francoise <romain@orebokech.com>
5791
5792 * variables.texi (Local Variables): Update the default value of
5793 `max-specpdl-size'.
5794
57952006-04-15 Michael Olson <mwolson@gnu.org>
5796
5797 * processes.texi (Transaction Queues): Mention the new optional
5798 `delay-question' argument for `tq-enqueue'.
5799
58002006-04-13 Bill Wohler <wohler@newt.com>
5801
5802 * customize.texi (Common Keywords): Use dotted notation for
5803 :package-version value. Specify its values. Improve documentation
5804 for customize-package-emacs-version-alist.
5805
58062006-04-12 Bill Wohler <wohler@newt.com>
5807
5808 * customize.texi (Common Keywords): Move description of
5809 customize-package-emacs-version-alist to @defvar.
5810
58112006-04-10 Bill Wohler <wohler@newt.com>
5812
5813 * customize.texi (Common Keywords): Add :package-version.
5814
58152006-04-10 Kim F. Storm <storm@cua.dk>
5816
5817 * text.texi (Buffer Contents): Add NOPROPS arg to
5818 filter-buffer-substring.
5819
58202006-04-08 Kevin Ryde <user42@zip.com.au>
5821
5822 * os.texi (Command-Line Arguments): Update xref to emacs manual
5823 "Command Arguments" -> "Emacs Invocation", per change there.
5824
58252006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5826
5827 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5828 be on one line to help makeinfo not render two spaces after the dot.
5829
58302006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5831
5832 * strings.texi (Predicates for Strings): Add string-or-null-p.
5833
58342006-03-28 Kim F. Storm <storm@cua.dk>
5835
5836 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5837 remarks about systems that don't support fractional seconds.
5838
58392006-03-25 Karl Berry <karl@gnu.org>
5840
5841 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5842 the year list.
5843
58442006-03-21 Nick Roberts <nickrob@snap.net.nz>
5845
5846 * display.texi (Fringe Indicators): Fix typos.
5847
58482006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5849
5850 * tips.texi (Documentation Tips): One can now also write `program'
5851 in front of a quoted symbol in a docstring to prevent making a
5852 hyperlink.
5853
58542006-03-19 Alan Mackenzie <acm@muc.de>
5855
5856 * text.texi (Special Properties): Clarify `fontified' property.
5857
58582006-03-16 Richard Stallman <rms@gnu.org>
5859
5860 * display.texi (Defining Images): Minor cleanup.
5861
58622006-03-16 Bill Wohler <wohler@newt.com>
5863
5864 * display.texi (Defining Images): In image-load-path-for-library,
5865 prefer user's images.
5866
58672006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5868
5869 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5870
58712006-03-15 Bill Wohler <wohler@newt.com>
5872
5873 * display.texi (Defining Images): Fix example in
5874 image-load-path-for-library by not recommending that one binds
5875 image-load-path. Just defvar it to placate compiler and only use
5876 it if previously defined.
5877
58782006-03-14 Bill Wohler <wohler@newt.com>
5879
5880 * display.texi (Defining Images): In image-load-path-for-library,
5881 always return list of directories. Update example.
5882
58832006-03-14 Alan Mackenzie <acm@muc.de>
5884
5885 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5886 This describes font-lock-extend-region-function.
5887 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5888 the new node "Region to Fontify".
5889
58902006-03-13 Richard Stallman <rms@gnu.org>
5891
5892 * display.texi (Invisible Text): The impossible position is
5893 now before the invisible text, not after.
5894 (Defining Images): Clean up last change.
5895
58962006-03-11 Bill Wohler <wohler@newt.com>
5897
5898 * display.texi (Defining Images): Add image-load-path-for-library.
5899
59002006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5901
5902 * text.texi (Adaptive Fill): Fix Texinfo usage.
5903
5904 * strings.texi (Creating Strings): Fix Texinfo usage.
5905
5906 * searching.texi (Regexp Special): Use @samp for regular
5907 expressions that are not in Lisp syntax.
5908
59092006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5910
5911 * searching.texi (Regexp Special): Put remark between parentheses
5912 to avoid misreading.
5913
59142006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5915
5916 * searching.texi (Syntax of Regexps): More accurately describe
5917 which characters are special in which situations.
5918 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5919 are not special. Describe in detail when `[' and `]' are special.
5920 (Regexp Backslash): Plenty of regexps with unbalanced square
5921 brackets are valid, so reword that statement.
5922
59232006-03-02 Kim F. Storm <storm@cua.dk>
5924
5925 * keymaps.texi (Tool Bar): Add tool-bar-border.
5926
59272006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5928
5929 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5930
59312006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5932
5933 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5934
5935 * files.texi (Locating Files): Suggest additional values for the
5936 SUFFIXES arg of `locate-file'. Update pxref.
5937
5938 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5939 (How Programs Do Loading): Discuss the effects of Auto Compression
5940 mode on `load'.
5941 (Load Suffixes): New node.
5942 (Library Search): Delete description of `load-suffixes'; it was
5943 moved to "Load Suffixes".
5944 (Autoload, Named Features): Mention `load-suffixes'.
5945
59462006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5947
5948 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5949
5950 * windows.texi (Window Tree): Fix typo.
5951
59522006-02-20 Kim F. Storm <storm@cua.dk>
5953
5954 * display.texi (Fringe Indicators): New section.
5955 Move indicate-empty-lines, indicate-buffer-boundaries, and
5956 default-indicate-buffer-boundaries here.
5957 Add fringe-indicator-alist and default-fringes-indicator-alist.
5958 Add list of logical fringe indicator symbols.
5959 Update list of standard bitmap names.
5960 (Fringe Cursors): New section.
5961 Move overflow-newline-into-fringe here.
5962 Add fringe-cursor-alist and default-fringes-cursor-alist.
5963 Add list of fringe cursor symbols.
5964
59652006-02-20 Juanma Barranquero <lekktu@gmail.com>
5966
5967 * commands.texi (Using Interactive): Fix reference to node
5968 "Minibuffers".
5969
59702006-02-19 Richard M. Stallman <rms@gnu.org>
5971
5972 * minibuf.texi (High-Level Completion):
5973 Add xref to read-input-method-name.
5974
5975 * files.texi (Relative File Names): Move file-relative-name here.
5976 (File Name Expansion): From here. Minor clarifications.
5977
5978 * commands.texi (Using Interactive): Add xrefs about reading input.
5979 Clarify remarks about that moving point and mark.
5980 Put string case before list case.
5981
c8763fb6 59822006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5983
5984 * display.texi (Other Display Specs, Image Descriptors):
5985 Revert erroneous changes. The previous description of
5986 image-descriptors as `(image . PROPS)' was correct.
5987
59882006-02-14 Richard M. Stallman <rms@gnu.org>
5989
5990 * variables.texi (File Local Variables): Clarifications.
5991
59922006-02-14 Juanma Barranquero <lekktu@gmail.com>
5993
5994 * variables.texi (File Local Variables): Use @code for a cons
5995 cell, not @var.
5996
59972006-02-13 Chong Yidong <cyd@stupidchicken.com>
5998
5999 * variables.texi (File Local Variables): Document new file local
6000 variable behavior.
6001
60022006-02-10 Kim F. Storm <storm@cua.dk>
6003
6004 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6005
60062006-02-08 Juanma Barranquero <lekktu@gmail.com>
6007
6008 * modes.texi (%-Constructs): Remove obsolete info about
6009 `global-mode-string'.
6010
60112006-02-07 Richard M. Stallman <rms@gnu.org>
6012
6013 * commands.texi (Prefix Command Arguments): Minor cleanup.
6014
6015 * display.texi: "Graphical display", not window system.
6016
6017 * functions.texi (What Is a Function): Fix xref.
6018
6019 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6020 (Changing Key Bindings): Clarify when remapping is better than
6021 substitute-key-definition.
6022
60232006-02-02 Richard M. Stallman <rms@gnu.org>
6024
6025 * minibuf.texi (Basic Completion): Completion alists are risky.
6026
6027 * keymaps.texi (Active Keymaps): Clarifications.
6028 (Searching Keymaps): New node.
6029 (Keymaps): Update menu.
6030
6031 * frames.texi (Layout Parameters): Minor clarification.
6032 (Drag and Drop): New node.
6033 (Frames): Update menu.
6034
60352006-01-29 Chong Yidong <cyd@stupidchicken.com>
6036
6037 * display.texi (Other Display Specs, Image Descriptors):
6038 Image description is a list, not a cons cell.
6039
60402006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6041
6042 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6043 list is not necessarily a list).
6044
60452006-01-27 Eli Zaretskii <eliz@gnu.org>
6046
6047 * frames.texi (Layout Parameters): border-width and
6048 internal-border-width belong to the frame, not the window.
6049
60502006-01-19 Richard M. Stallman <rms@gnu.org>
6051
6052 * nonascii.texi (Translation of Characters): Search cmds use
6053 translation-table-for-input. Automatically made local.
6054
6055 * markers.texi (Overview of Markers): Count insertion type
6056 as one of a marker's attributes.
6057
6058 * keymaps.texi (Controlling Active Maps): New node, split out of
6059 Active Keymaps.
6060 (Keymaps): Menu updated.
6061 (Active Keymaps): Give pseudocode to explain how the active
6062 maps are searched. current-active-maps and key-binding moved here.
6063 (Functions for Key Lookup): current-active-maps and key-binding moved.
6064 Clarifications.
6065 (Searching the Keymaps): New subnode.
6066
6067 * elisp.texi (Top): Menu clarification.
6068
6069 * display.texi (Other Display Specs): Delete duplicate entry for
6070 just a string as display spec. Move text about recursive display
6071 specs on such a string.
6072
6073 * commands.texi (Key Sequence Input): Clarify.
6074 Move num-nonmacro-input-events out.
6075 (Reading One Event): num-nonmacro-input-events moved here.
6076
60772006-01-14 Nick Roberts <nickrob@snap.net.nz>
6078
6079 * advice.texi (Simple Advice): Update example to fit argument
6080 change in previous-line.
6081
60822006-01-05 Richard M. Stallman <rms@gnu.org>
6083
6084 * markers.texi (The Mark): Fix in `mark'.
6085
60862006-01-04 Richard M. Stallman <rms@gnu.org>
6087
6088 * processes.texi (Misc Network, Make Network): Minor cleanups.
6089
60902006-01-04 Kim F. Storm <storm@cua.dk>
6091
6092 * processes.texi (Make Network): Add IPv6 addresses and handling.
6093 (Network Feature Testing): Mention (:family ipv6).
6094 (Misc Network): Add IPv6 formats to format-network-address.
6095
60962005-12-30 Richard M. Stallman <rms@gnu.org>
6097
6098 * text.texi (Changing Properties):
6099 Don't use return value of set-text-properties.
6100
61012005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6102
6103 * modes.texi (Mode Line Format): Correct typo in menu.
6104
61052005-12-29 Richard M. Stallman <rms@gnu.org>
6106
6107 * modes.texi (Mode Line Top): New node.
6108 (Mode Line Data): Some text moved to new node.
6109 Explain the data structure more concretely.
6110 (Mode Line Basics): Clarifications.
6111 (Mode Line Variables): Clarify intro paragraph.
6112 (%-Constructs): Clarify intro paragraph.
6113 (Mode Line Format): Update menu.
6114
61152005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6116
6117 * minibuf.texi (Basic Completion): Update lazy-completion-table
6118 examples for removal of ARGS argument.
6119
61202005-12-23 Richard M. Stallman <rms@gnu.org>
6121
6122 * text.texi (Undo): Restore some explanation from the version
6123 that was deleted.
6124
61252005-12-23 Eli Zaretskii <eliz@gnu.org>
6126
6127 * text.texi (Undo): Remove duplicate descriptions of `apply
6128 funname' and `apply delta' elements of the undo list.
6129
61302005-12-20 Richard M. Stallman <rms@gnu.org>
6131
6132 * help.texi (Help Functions): Update documentation of `apropos'.
6133
61342005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6135
6136 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6137 because it is confusing. If the :help-echo keyword is a function,
6138 it is not directly used as the :help-echo overlay property, as the
6139 xref seems to suggest (it does not take the appropriate args).
6140
61412005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6142
6143 * customize.texi (Common Keywords): Fix Texinfo usage.
6144 (Group Definitions, Variable Definitions): Update for new
6145 conventions for using `*' in docstrings.
6146
6147 * tips.texi (Documentation Tips): Update for new conventions for
6148 using `*' in docstrings.
6149
61502005-12-16 Richard M. Stallman <rms@gnu.org>
6151
6152 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6153
61542005-12-16 Juri Linkov <juri@jurta.org>
6155
6156 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6157
61582005-12-14 Romain Francoise <romain@orebokech.com>
6159
6160 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6161 Fix typo.
6162
61632005-12-11 Juri Linkov <juri@jurta.org>
6164
6165 * minibuf.texi (Completion Commands): Add mention of read-file-name
6166 for filename completion keymaps.
6167 (Reading File Names): Add mention of filename completion keymaps
6168 for read-file-name and xref to `Completion Commands'.
6169
61702005-12-10 Richard M. Stallman <rms@gnu.org>
6171
6172 * customize.texi (Common Keywords): State caveats for use of :tag.
6173
61742005-12-08 Richard M. Stallman <rms@gnu.org>
6175
6176 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6177 with xrefs and better explanation.
6178 (Completion Commands): Add the filename completion maps.
6179
6180 * objects.texi (Character Type): Clarify that \s is not space
6181 if a dash follows.
6182
61832005-12-05 Richard M. Stallman <rms@gnu.org>
6184
6185 * windows.texi (Resizing Windows): Delete preserve-before args.
6186
61872005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6188
6189 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6190 in full keymaps, since the quirk has been fixed.
6191
61922005-12-03 Eli Zaretskii <eliz@gnu.org>
6193
5dcb4c4e
SM
6194 * hooks.texi (Standard Hooks): Add index entries.
6195 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6196
61972005-11-27 Richard M. Stallman <rms@gnu.org>
6198
6199 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6200
62012005-11-21 Juri Linkov <juri@jurta.org>
6202
6203 * customize.texi (Common Keywords): Update links types
6204 custom-manual and url-link. Add link types emacs-library-link,
6205 file-link, function-link, variable-link, custom-group-link.
6206
62072005-11-20 Chong Yidong <cyd@stupidchicken.com>
6208
6209 * display.texi: Revert 2005-11-20 change.
6210
62112005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6212
6213 * processes.texi (Bindat Functions):
6214 Say "third" to refer to zero-based index "2".
6215
62162005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6217
6218 * loading.texi (Library Search): Update the default value of
6219 `load-suffixes'.
6220
62212005-11-17 Chong Yidong <cyd@stupidchicken.com>
6222
6223 * display.texi (Attribute Functions): Mention :ignore-defface.
6224
62252005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6228 (Minor Mode Conventions): Mention the use of a hook.
6229
62302005-11-06 Richard M. Stallman <rms@gnu.org>
6231
6232 * files.texi (Magic File Names): find-file-name-handler checks the
6233 `operations' property of the handler.
6234
62352005-11-03 Richard M. Stallman <rms@gnu.org>
6236
6237 * variables.texi (Frame-Local Variables): Small clarification.
6238
62392005-10-29 Chong Yidong <cyd@stupidchicken.com>
6240
6241 * os.texi (Init File): Document ~/.emacs.d/init.el.
6242
62432005-10-29 Richard M. Stallman <rms@gnu.org>
6244
6245 * internals.texi (Garbage Collection): Document memory-full.
6246
62472005-10-28 Bill Wohler <wohler@newt.com>
6248
6249 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6250 for URLs.
6251
62522005-10-28 Richard M. Stallman <rms@gnu.org>
6253
6254 * minibuf.texi (Completion Commands): Clean up prev change.
6255
62562005-10-26 Kevin Ryde <user42@zip.com.au>
6257
6258 * compile.texi (Eval During Compile): Explain recommended uses
6259 of eval-when-compile and eval-and-compile.
6260
62612005-10-27 Masatake YAMATO <jet@gyve.org>
6262
6263 * minibuf.texi (Completion Commands):
6264 Write about new optional argument for `display-completion-list'.
6265
62662005-10-23 Richard M. Stallman <rms@gnu.org>
6267
6268 * display.texi (Overlay Arrow): Clarify about local bindings of
6269 overlay-arrow-position.
6270
62712005-10-22 Eli Zaretskii <eliz@gnu.org>
6272
6273 * internals.texi (Building Emacs): Fix last change.
6274
62752005-10-22 Richard M. Stallman <rms@gnu.org>
6276
6277 * internals.texi (Building Emacs): Document eval-at-startup.
6278
62792005-10-21 Richard M. Stallman <rms@gnu.org>
6280
6281 * loading.texi (Where Defined): load-history contains abs file names.
6282 symbol-file returns abs file names.
6283
62842005-10-19 Kim F. Storm <storm@cua.dk>
6285
6286 * display.texi (Showing Images): Add max-image-size integer value.
6287
62882005-10-18 Chong Yidong <cyd@stupidchicken.com>
6289
6290 * display.texi (Showing Images): Document max-image-size.
6291
62922005-10-17 Richard M. Stallman <rms@gnu.org>
6293
6294 * commands.texi (Quitting): Minor clarification.
6295
6296 * processes.texi (Sentinels): Clarify about output and quitting.
6297 (Filter Functions): Mention with-local-quit.
6298
62992005-10-17 Juri Linkov <juri@jurta.org>
6300
6301 * buffers.texi (Current Buffer):
6302 * commands.texi (Event Input Misc):
6303 * compile.texi (Eval During Compile, Compiler Errors):
6304 * customize.texi (Group Definitions):
6305 * display.texi (Progress, Defining Faces):
6306 * files.texi (Writing to Files):
6307 * modes.texi (Mode Hooks, Defining Minor Modes):
6308 * streams.texi (Output Functions):
6309 * syntax.texi (Syntax Table Functions):
6310 * text.texi (Change Hooks):
6311 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6312
6313 * commands.texi (Quitting): Replace arg `forms' with `body' in
6314 `with-local-quit'.
6315
6316 * positions.texi (Excursions): Replace arg `forms' with `body' in
6317 `save-excursion'.
6318
63192005-10-08 Kim F. Storm <storm@cua.dk>
6320
6321 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6322 Rename manual section accordingly.
6323
63242005-10-04 Kim F. Storm <storm@cua.dk>
6325
6326 * windows.texi (Window Split Tree): New section describing
6327 new function window-split-tree function.
6328
63292005-10-03 Nick Roberts <nickrob@snap.net.nz>
6330
6331 * display.texi (Fringe Size/Pos): Simplify and add detail.
6332
63332005-09-30 Romain Francoise <romain@orebokech.com>
6334
6335 * minibuf.texi (High-Level Completion): Explain that the prompt
6336 given to `read-buffer' should end with a colon and a space.
6337 Update usage examples.
6338
63392005-09-29 Juri Linkov <juri@jurta.org>
6340
6341 * display.texi (Displaying Messages): Rename argument name
6342 `string' to `format-string' in functions `message', `message-box',
6343 `message-or-box'.
6344
63452005-09-26 Chong Yidong <cyd@stupidchicken.com>
6346
6347 * errors.texi (Standard Errors): Correct xrefs.
6348
63492005-09-18 Chong Yidong <cyd@stupidchicken.com>
6350
6351 * display.texi (Defining Images): Update documentation for
6352 `image-load-path'.
6353
63542005-09-17 Richard M. Stallman <rms@gnu.org>
6355
6356 * display.texi (Defining Images): Clean up previous change.
6357
63582005-09-16 Romain Francoise <romain@orebokech.com>
6359
6360 * elisp.texi: Specify GFDL version 1.2.
6361
6362 * doclicense.texi (GNU Free Documentation License): Update to
6363 version 1.2.
6364
63652005-09-15 Chong Yidong <cyd@stupidchicken.com>
6366
6367 * display.texi (Defining Images): Document `image-load-path'.
6368
63692005-09-15 Richard M. Stallman <rms@gnu.org>
6370
6371 * objects.texi (Printed Representation): Minor cleanup.
6372 (Box Diagrams): Minor fix.
6373 (Cons Cell Type): Move (...) index item here.
6374 (Box Diagrams): From here.
6375 (Array Type): Minor fix.
6376 (Type Predicates): Delete index "predicates".
6377 (Hash Table Type): Clarify xref.
6378 (Dotted Pair Notation): Minor fix.
6379
63802005-09-10 Chong Yidong <cyd@stupidchicken.com>
6381
6382 * files.texi (Saving Buffers): Fix typo.
6383
63842005-09-08 Richard M. Stallman <rms@gnu.org>
6385
6386 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6387
63882005-09-08 Chong Yidong <cyd@stupidchicken.com>
6389
6390 * locals.texi (Standard Buffer-Local Variables): Don't include
6391 mode variables for minor modes.
6392 Fix xrefs for buffer-display-count, buffer-display-table,
6393 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6394 enable-multibyte-characters, fill-column, header-line-format,
6395 left-fringe-width, left-margin, and right-fringe-width.
6396
6397 * hooks.texi (Standard Hooks): All hooks should conform to the
6398 standard naming convention now.
6399 Fix xref for `echo-area-clear-hook'.
6400
6401 * display.texi (Usual Display): Note that indicate-empty-lines and
6402 tab-width are buffer-local.
6403
6404 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6405
6406 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6407
6408 * nonascii.texi (Encoding and I/O): Note that
6409 buffer-file-coding-system is buffer-local.
6410
6411 * positions.texi (List Motion): Note that defun-prompt-regexp is
6412 buffer-local.
6413
6414 * text.texi (Auto Filling): Note that auto-fill-function is
6415 buffer-local.
6416 (Undo): Note that buffer-undo-list is buffer-local.
6417
5dcb4c4e
SM
6418 * windows.texi (Buffers and Windows):
6419 Document buffer-display-count.
b8d4c8d0
GM
6420
64212005-09-06 Richard M. Stallman <rms@gnu.org>
6422
6423 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6424 package prefix elsewhere than at the start of the name.
6425
64262005-09-03 Richard M. Stallman <rms@gnu.org>
6427
6428 * tips.texi (Programming Tips): Add conventions for minibuffer
6429 questions and prompts.
6430
64312005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6432
6433 * intro.texi (nil and t): Minor cleanup.
6434 Delete spurious mention of keyword symbols.
6435 (Evaluation Notation): Add index entry.
6436 (A Sample Function Description): Minor cleanup.
6437 (A Sample Variable Description): Not all vars can be set.
6438
64392005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6440
6441 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6442
6443 (Insertion): Document precise type of `insert-char' arg COUNT.
6444
64452005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6446
6447 * modes.texi (Other Font Lock Variables): Sync the default of
6448 font-lock-lines-before.
6449
64502005-08-31 Michael Albinus <michael.albinus@gmx.de>
6451
6452 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6453
64542005-08-29 Richard M. Stallman <rms@gnu.org>
6455
6456 * elisp.texi (Top): Update subnode menu.
6457
6458 * searching.texi (Searching and Matching): Move node.
6459 Rearrange contents and add overall explanation.
6460 (Searching and Case): Move node.
6461 (Searching and Matching): Update menu.
6462
64632005-08-27 Eli Zaretskii <eliz@gnu.org>
6464
6465 * os.texi (Startup Summary): Fix the description of the initial
6466 startup message display.
6467
64682005-08-25 Richard M. Stallman <rms@gnu.org>
6469
6470 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6471
64722005-08-25 Emilio C. Lopes <eclig@gmx.net>
6473
6474 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6475 `next-overlay-change' example.
6476
64772005-08-22 Juri Linkov <juri@jurta.org>
6478
6479 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6480 Fix invert-face. Fix args of face-background.
6481
6482 * display.texi (Standard Faces): Delete node.
6483 (Faces): Add xref to `(emacs)Standard Faces'.
6484 (Displaying Faces): Fix xref to `Standard Faces'.
6485
6486 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6487
64882005-08-20 Alan Mackenzie <acm@muc.de>
6489
6490 * buffers.texi (The Buffer List): Clarify the manipulation of the
6491 buffer list.
6492
64932005-08-14 Richard M. Stallman <rms@gnu.org>
6494
6495 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6496 a regexp.
6497
64982005-08-11 Richard M. Stallman <rms@gnu.org>
6499
6500 * elisp.texi (Top): Update subnode lists.
6501
6502 * display.texi (Inverse Video): Node deleted.
6503
6504 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6505 New nodes split out of Coding Conventions.
6506
6507 * searching.texi (Regular Expressions): Document re-builder.
6508
6509 * os.texi (Time Parsing): New node split out of Time Conversion.
6510
6511 * processes.texi (Misc Network, Network Feature Testing)
6512 (Network Options, Make Network): New nodes split out of
6513 Low-Level Network.
6514
65152005-08-09 Richard M. Stallman <rms@gnu.org>
6516
6517 * frames.texi (Geometry): New node, split from Size and Position.
6518 (Frame Parameters): Refer to Geometry.
6519
6520 * buffers.texi (The Buffer List): Fix xrefs.
6521
6522 * windows.texi (Splitting Windows): Fix xref.
6523
6524 * frames.texi (Layout Parameters): Add xref.
6525
6526 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6527
6528 * keymaps.texi (Menu Bar): Fix xref.
6529
6530 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6531
6532 * modes.texi (%-Constructs): Fix xref.
6533
6534 * frames.texi (Window Frame Parameters): Node split up.
6535 (Basic Parameters, Position Parameters, Size Parameters)
6536 (Layout Parameters, Buffer Parameters, Management Parameters)
6537 (Cursor Parameters, Color Parameters): New subnodes.
6538
65392005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6540
6541 * positions.texi (Screen Lines): Update xref for previous change
6542 in minibuf.texi.
6543
6544 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6545 change in minibuf.texi.
6546
65472005-08-09 Richard M. Stallman <rms@gnu.org>
6548
6549 * tips.texi (Coding Conventions): Minor cleanup.
6550
6551 * modes.texi (Defining Minor Modes): Explain when init-value
6552 can be non-nil.
6553
6554 * elisp.texi (Top): Update submenu for Minibuffer.
6555
6556 * minibuf.texi (Minibuffer Misc): Node split up.
6557 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6558 (Recursive Mini): New nodes split out from Minibuffer Misc.
6559 (Minibuffer Misc): Document max-mini-window-height.
6560
6561 * hash.texi (Defining Hash): Delete stray paren in example.
6562
6563 * display.texi (Echo Area Customization): Don't define
6564 max-mini-window-height here; xref instead.
6565
6566 * commands.texi (Event Input Misc): Update while-no-input.
6567
6568 * advice.texi (Advising Functions): Explain when to use advice
6569 and when to use a hook.
6570
65712005-07-30 Eli Zaretskii <eliz@gnu.org>
6572
6573 * makefile.w32-in (info): Don't run install-info.
6574 ($(infodir)/dir): New target, produced by running install-info.
6575
65762005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6577
6578 * modes.texi (Defining Minor Modes): The keyword for the initial
6579 value is :init-value, not :initial-value.
6580
65812005-07-23 Eli Zaretskii <eliz@gnu.org>
6582
6583 * loading.texi (Autoload): Make the `doctor' example be consistent
6584 with what's in current loaddefs.el. Describe the "fn" magic in
6585 the usage portion of the doc string.
6586
65872005-07-22 Richard M. Stallman <rms@gnu.org>
6588
6589 * internals.texi (Garbage Collection): Clarify previous change.
6590
65912005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6592
6593 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6594
65952005-07-18 Juri Linkov <juri@jurta.org>
6596
6597 * commands.texi (Accessing Events):
6598 * frames.texi (Text Terminal Colors, Resources):
6599 * markers.texi (The Mark):
6600 * modes.texi (Defining Minor Modes):
6601 Delete duplicate duplicate words.
6602
66032005-07-16 Richard M. Stallman <rms@gnu.org>
6604
6605 * display.texi (Managing Overlays): Clarify make-overlay
6606 args for insertion types.
6607
66082005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6609
6610 * customize.texi (Variable Definitions):
6611 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6612 `standard-value' is a list too.
6613 (Defining New Types): Use @key{RET} instead of @key{ret}.
6614
66152005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6616
6617 * os.texi (Translating Input): Fix typo.
6618
66192005-07-08 Richard M. Stallman <rms@gnu.org>
6620
6621 * README: Update edition number and size estimate.
6622
6623 * elisp.texi (VERSION): Set to 2.9.
6624
66252005-07-07 Richard M. Stallman <rms@gnu.org>
6626
6627 * book-spine.texinfo: Update Emacs version.
6628
6629 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6630
66312005-07-06 Richard M. Stallman <rms@gnu.org>
6632
6633 * searching.texi (Regexp Search): Clarify what re-search-forward
6634 does when the search fails.
6635
66362005-07-05 Lute Kamstra <lute@gnu.org>
6637
6638 * Update FSF's address in GPL notices.
6639
6640 * doclicense.texi (GNU Free Documentation License):
6641 * gpl.texi (GPL):
6642 * tips.texi (Coding Conventions, Library Headers):
6643 * vol1.texi:
6644 * vol2.texi: Update FSF's address.
6645
66462005-07-04 Richard M. Stallman <rms@gnu.org>
6647
6648 * hooks.texi (Standard Hooks): Add occur-hook.
6649
66502005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6651
6652 * display.texi (The Echo Area): Correct menu.
6653
66542005-07-03 Richard M. Stallman <rms@gnu.org>
6655
6656 * elisp.texi (Top): Update subnode menu for Display.
6657
6658 * display.texi (Displaying Messages): New node, with most
6659 of what was in The Echo Area.
5dcb4c4e 6660 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6661 (Logging Messages): New node with new text.
6662 (Echo Area Customization): New node, the rest of what was
6663 in The Echo Area. Document message-truncate-lines with @defvar.
6664 (Display): Update menu.
6665
6666 * windows.texi (Textual Scrolling): Doc 3 values for
6667 scroll-preserve-screen-position.
6668
6669 * text.texi (Special Properties): Change hook functions
6670 should bind inhibit-modification-hooks around altering buffer text.
6671
6672 * keymaps.texi (Key Binding Commands): Call binding BINDING
6673 rather than DEFINITION.
6674
66752005-06-29 Juanma Barranquero <lekktu@gmail.com>
6676
6677 * variables.texi (Defining Variables): `user-variable-p' returns t
6678 for aliases of user options, nil for alias loops.
6679
66802005-06-28 Richard M. Stallman <rms@gnu.org>
6681
6682 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6683 make-keymap.
6684
66852005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6686
6687 * variables.texi (Setting Variables): Correct and clarify
6688 description of `add-to-ordered-list'.
6689
66902005-06-26 Richard M. Stallman <rms@gnu.org>
6691
6692 * display.texi (Faces): Minor cleanup.
6693
66942005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6695
6696 * display.texi (Faces): `facep' returns t for strings that are
6697 face names.
6698
66992005-06-25 Richard M. Stallman <rms@gnu.org>
6700
6701 * objects.texi (Equality Predicates): Clarify meaning of equal.
6702
6703 * windows.texi (Selecting Windows): save-selected-window
6704 and with-selected-window save and restore the current buffer.
6705
67062005-06-24 Richard M. Stallman <rms@gnu.org>
6707
6708 * numbers.texi (Float Basics): Explain how to test for NaN,
6709 and printing the sign of NaNs.
6710
67112005-06-24 Eli Zaretskii <eliz@gnu.org>
6712
6713 * makefile.w32-in (MAKEINFO): Use --force.
6714
67152005-06-23 Richard M. Stallman <rms@gnu.org>
6716
6717 * display.texi (Face Functions): Correct Texinfo usage.
6718
67192005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6720
6721 * lists.texi (Rings): `ring-elements' now returns the elements of
6722 RING in order.
6723
67242005-06-23 Juanma Barranquero <lekktu@gmail.com>
6725
6726 * markers.texi (The Mark): Texinfo usage fix.
6727
67282005-06-23 Kim F. Storm <storm@cua.dk>
6729
6730 * searching.texi (Entire Match Data): Remove evaporate option for
6731 match-data. Do not mention evaporate option for set-match-data.
6732
67332005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6734
6735 * display.texi (Face Functions): Mention face aliases.
6736
67372005-06-21 Richard M. Stallman <rms@gnu.org>
6738
6739 * anti.texi (Antinews): Texinfo usage fix.
6740
67412005-06-21 Karl Berry <karl@gnu.org>
6742
6743 * elisp.texi: Use @copying.
6744
6745 * elisp.texi: Put @summarycontents and @contents before the Top
6746 node, instead of the end of the file, so that the contents appear
6747 in the right place in the dvi/pdf output.
6748
67492005-06-21 Juri Linkov <juri@jurta.org>
6750
6751 * display.texi (Defining Faces): Add `customized-face'.
6752
67532005-06-20 Kim F. Storm <storm@cua.dk>
6754
6755 * variables.texi (Setting Variables): Any type of element can be
6756 given order in add-to-ordered-list. Compare elements with eq.
6757
6758 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6759
67602005-06-20 Karl Berry <karl@gnu.org>
6761
6762 * syntax.texi (Syntax Flags): Make last column very slightly wider
6763 to avoid "generic comment" breaking on two lines and causing an
6764 underfull box.
6765
67662005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6767
6768 * lists.texi (Rings): Various minor clarifications and corrections.
6769
67702005-06-18 Richard M. Stallman <rms@gnu.org>
6771
6772 * functions.texi (Obsolete Functions): Simplify.
6773
6774 * variables.texi (Variable Aliases): Simplify.
6775
6776 * anti.texi, backups.texi, compile.texi, customization.texi:
6777 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6778 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6779 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6780 * variables.texi: Fix formatting ugliness.
6781
6782 * elisp.texi: Add links to Rings and Byte Packing.
6783 Update version and copyright years.
6784
6785 * minibuf.texi: Fix formatting ugliness.
6786 (Completion Commands): Move keymap vars to the end
6787 and vars completing-read binds to the top.
6788
67892005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6790
6791 * processes.texi: Fix typos.
6792 (Bindat Spec): Correct Texinfo error.
6793 (Byte Packing): Fix ungrammatical sentence.
6794
67952005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6796
6797 * lists.texi (Rings): New node.
6798 (Lists): Add it to menu.
6799
6800 * processes.texi (Byte Packing): New node.
6801 (Processes): Add it to menu.
6802
68032005-06-17 Richard M. Stallman <rms@gnu.org>
6804
6805 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6806
6807 * help.texi (Documentation Basics): Explain the xref to
6808 Documentation Tips.
6809
6810 * debugging.texi (Debugger Commands): Minor fix.
6811
68122005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6813
6814 * edebug.texi (Instrumenting): Eliminate duplicate link.
6815 (Specification List): Replace references to "below", referring to
6816 a later node, with one @ref to that node.
6817
6818 * os.texi (Timers): Timers should save and restore the match data
6819 if they change it.
6820
6821 * debugging.texi (Debugger Commands): Mention that the Lisp
6822 debugger can not step through primitive functions.
6823
68242005-06-16 Juanma Barranquero <lekktu@gmail.com>
6825
6826 * functions.texi (Obsolete Functions): Update argument names of
6827 `make-obsolete' and `define-obsolete-function-alias'.
6828
6829 * variables.texi (Variable Aliases): Update argument names of
6830 `defvaralias', `make-obsolete-variable' and
6831 `define-obsolete-variable-alias'.
6832
68332005-06-15 Kim F. Storm <storm@cua.dk>
6834
6835 * searching.texi (Entire Match Data): Rephrase warnings about
6836 evaporate arg to match-data and set-match-data.
6837
68382005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6839
6840 * elisp.texi (Top): Update detailed menu.
6841
6842 * edebug.texi (Edebug): Update menu.
6843 (Instrumenting): Update xrefs.
6844 (Edebug Execution Modes): Correct xref.
6845 (Jumping): Clarify description of `h' command.
6846 Eliminate redundant @ref.
6847 (Breaks): New node.
6848 (Breakpoints): Is now a subsubsection.
6849 (Global Break Condition): Mention `C-x X X'.
6850 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6851 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6852 (Edebug Display Update): Correct pxref.
6853 (Edebug and Macros): New node.
6854 (Instrumenting Macro Calls): Is now a subsubsection.
6855 Neither arg of `def-edebug-spec' is evaluated.
6856 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6857 (Specification Examples): Fix typo.
6858
68592005-06-14 Lute Kamstra <lute@gnu.org>
6860
6861 * debugging.texi (Function Debugging): Primitives can break on
6862 entry too.
6863
68642005-06-14 Kim F. Storm <storm@cua.dk>
6865
6866 * variables.texi (Setting Variables): Add add-to-ordered-list.
6867
68682005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6871 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6872
68732005-06-13 Lute Kamstra <lute@gnu.org>
6874
6875 * text.texi (Special Properties): Fix cross reference.
6876
68772005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6878
6879 * debugging.texi (Function Debugging): Delete mention of empty
6880 string argument to `cancel-debug-on-entry'. Delete inaccurate
6881 description of the return value of that command.
6882
68832005-06-11 Alan Mackenzie <acm@muc.de>
6884
6885 * text.texi (Adaptive Fill): Amplify the description of
6886 fill-context-prefix.
6887
68882005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6889
6890 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6891
68922005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6893
6894 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6895
68962005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6897
6898 * debugging.texi (Error Debugging): Minor rewording.
6899 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6900 is optional.
6901
69022005-06-10 Lute Kamstra <lute@gnu.org>
6903
6904 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6905 (Top): Give it a title. Correct version number. Give the
6906 detailed node listing a more prominent header.
6907 * intro.texi: Don't set VERSION here a second time.
6908 Mention Emacs's version too.
6909 * anti.texi (Antinews): Use EMACSVER to refer to the current
6910 version of Emacs.
6911
69122005-06-09 Kim F. Storm <storm@cua.dk>
6913
6914 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6915 match-data and set-match-data.
6916
69172005-06-08 Richard M. Stallman <rms@gnu.org>
6918
6919 * searching.texi (Entire Match Data): Clarify when match-data
6920 returns markers and when integers.
6921
6922 * display.texi (Defining Faces): Explain that face name should not
6923 end in `-face'.
6924
6925 * modes.texi (Mode Line Data): Minor cleanup.
6926 (Customizing Keywords): Node split out of Search-based Fontification.
6927 Add example of using font-lock-add-keywords from a hook.
6928 Clarify when MODE should be non-nil, and when nil.
6929
69302005-06-06 Richard M. Stallman <rms@gnu.org>
6931
6932 * modes.texi (Mode Line Data): Explain what happens when the car
6933 of a list is a void symbol.
6934 (Search-based Fontification): Explain MODE arg to
6935 font-lock-add-keywords and warn about calls from major modes.
6936
69372005-06-08 Juri Linkov <juri@jurta.org>
6938
6939 * display.texi (Standard Faces): Add `shadow' face.
6940
69412005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6942
6943 * modes.texi (Major Mode Conventions): A derived mode only needs
6944 to put the call to the parent mode inside `delay-mode-hooks'.
6945
69462005-05-29 Richard M. Stallman <rms@gnu.org>
6947
6948 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6949 new, and what that implies. Clarify.
6950
6951 * files.texi (Locating Files): Clean up the text.
6952
6953 * frames.texi (Window Frame Parameters): Document user-size.
6954 Shorten entry for top by referring to left.
6955
69562005-05-26 Richard M. Stallman <rms@gnu.org>
6957
6958 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6959 is new, and what the implications are. Other clarifications.
6960
69612005-05-24 Richard M. Stallman <rms@gnu.org>
6962
6963 * frames.texi (Dialog Boxes): Minor fixes.
6964
69652005-05-25 Masatake YAMATO <jet@gyve.org>
6966
6967 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6968
69692005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6970
6971 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6972 is optional.
6973
69742005-05-24 Nick Roberts <nickrob@snap.net.nz>
6975
10d1d0af 6976 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6977
69782005-05-23 Lute Kamstra <lute@gnu.org>
6979
6980 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6981 syntax-begin-function over font-lock-beginning-of-syntax-function.
6982
69832005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6984
6985 * minibuf.texi (Reading File Names): Update description of
6986 `read-directory-name'.
6987
6988 * modes.texi (Derived Modes): Clarify :group keyword.
6989
69902005-05-21 Eli Zaretskii <eliz@gnu.org>
6991
6992 * files.texi (Locating Files): New subsection.
6993 Describe locate-file and executable-find.
6994
69952005-05-21 Kevin Ryde <user42@zip.com.au>
6996
6997 * frames.texi (Initial Parameters): Update cross reference to
6998 "Emacs Invocation".
6999
70002005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7001
7002 * keymaps.texi (Active Keymaps): Add anchor.
7003
7004 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7005 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7006 appropriate place.
7007 (Derived Modes): Small clarifications.
7008 (Minor Mode Conventions, Keymaps and Minor Modes):
7009 Replace references to nodes with references to anchors.
7010 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7011 Clarify description of lists whose first element is an integer.
7012 (Mode Line Variables): Add anchor.
7013 (%-Constructs): Clarify description of integer after %.
7014 (Emulating Mode Line): Describe nil value for FACE.
7015
70162005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7017
7018 * modes.texi (Derived Modes): Correct references to non-existing
7019 variable standard-syntax-table.
7020
70212005-05-17 Lute Kamstra <lute@gnu.org>
7022
7023 * modes.texi (Defining Minor Modes): Mention the mode hook.
7024
70252005-05-15 Kim F. Storm <storm@cua.dk>
7026
7027 * processes.texi (Network): Remove open-network-stream-nowait.
7028 (Network Servers): Remove open-network-stream-server.
7029
70302005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7031
7032 * elisp.texi (Top): Update detailed menu.
7033
7034 * variables.texi: Reorder nodes.
7035 (Variables): Update menu.
7036 (File Local Variables): Do not refer to the `-*-' line as
7037 a "local variables list". Add pxref.
7038
70392005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7040
7041 * elisp.texi (Top): Update detailed menu for node changes.
7042
7043 * modes.texi (Modes): Update Menu.
7044 (Hooks): Move to beginning of chapter.
7045 Most minor modes run mode hooks too.
7046 `add-hook' can handle void hooks or hooks whose value is a single
7047 function.
7048 (Major Modes): Update Menu.
7049 (Major Mode Basics): New node, split off from `Major Modes'.
7050 (Major Mode Conventions): Correct xref. Explain how to handle
7051 auto-mode-alist if the major mode command has an autoload cookie.
7052 (Auto Major Mode): Major update. Add magic-mode-alist.
7053 (Derived Modes): Major update.
7054 (Mode Line Format): Update Menu.
7055 (Mode Line Basics): New node, split off from `Mode Line Format'.
7056
7057 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7058 for `magic autoload comment'. Add index entries and anchor.
7059
70602005-05-14 Richard M. Stallman <rms@gnu.org>
7061
7062 * tips.texi (Coding Conventions): Explain how important it is
7063 that just loading certain files not change Emacs behavior.
7064
7065 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7066
70672005-05-12 Lute Kamstra <lute@gnu.org>
7068
7069 * modes.texi (Generic Modes): Update.
7070 (Major Modes): Refer to node "Generic Modes".
7071
7072 * elisp.texi (Top): Update to the current structure of the manual.
7073 * processes.texi (Processes): Add menu description.
7074 * customize.texi (Customization): Add menu descriptions.
7075
70762005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7077
7078 * processes.texi (Signals to Processes)
7079 (Low-Level Network): Fix typos.
7080
70812005-05-11 Lute Kamstra <lute@gnu.org>
7082
7083 * elisp.texi (Top): Add some nodes from the chapter "Major and
7084 Minor Modes" to the detailed node listing.
7085
70862005-05-10 Richard M. Stallman <rms@gnu.org>
7087
7088 * keymaps.texi (Extended Menu Items): Menu item filter functions
7089 can be called at any time.
7090
70912005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7092
7093 * variables.texi (File Local Variables): `(hack-local-variables t)'
7094 now also checks whether a mode is specified in the local variables
7095 list.
7096
70972005-05-05 Kevin Ryde <user42@zip.com.au>
7098
7099 * display.texi (The Echo Area): Correct format function cross
7100 reference.
7101
71022005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7103
7104 * variables.texi (Variable Aliases): Change description of
7105 `define-obsolete-variable-alias'.
7106
7107 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7108 (Defining Functions): Add xref.
7109 (Obsolete Functions): New node.
7110 (Function Safety): Standardize capitalization of section title.
7111
7112 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7113 (Dialog Boxes): Complete description of `x-popup-dialog'.
7114
71152005-05-04 Richard M. Stallman <rms@gnu.org>
7116
7117 * commands.texi (Interactive Codes): Fix Texinfo usage.
7118 Document U more clearly.
7119
71202005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7121
7122 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7123 function and not a macro.
7124
7125 * frames.texi (Pop-Up Menus): Correct and clarify description of
7126 `x-popup-menu'.
7127 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7128
71292005-05-01 Richard M. Stallman <rms@gnu.org>
7130
7131 * edebug.texi (Checking Whether to Stop): Fix previous change.
7132
71332005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7134
7135 * display.texi: Fix typos and Texinfo usage.
7136
7137 * edebug.texi (Checking Whether to Stop): executing-macro ->
7138 executing-kbd-macro.
7139
71402005-05-01 Richard M. Stallman <rms@gnu.org>
7141
7142 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7143
71442005-04-30 Richard M. Stallman <rms@gnu.org>
7145
7146 * files.texi (Magic File Names): Document `operations' property.
7147
71482005-04-29 Lute Kamstra <lute@gnu.org>
7149
7150 * modes.texi (Generic Modes): New node.
7151 (Major Modes): Add it to the menu.
7152 (Derived Modes): Add "derived mode" to concept index.
7153
71542005-04-28 Lute Kamstra <lute@gnu.org>
7155
7156 * modes.texi (Defining Minor Modes): Fix previous change.
7157 (Font Lock Mode): Simplify.
7158 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7159 when set and that some parts are optional. Add cross references.
7160 (Search-based Fontification): Say how to specify font-lock-keywords.
7161 Add cross references. Add font-lock-multiline to index.
7162 Move font-lock-keywords-case-fold-search here from node "Other Font
7163 Lock Variables". Document font-lock-add-keywords and
7164 font-lock-remove-keywords.
7165 (Other Font Lock Variables): Move font-lock-keywords-only,
7166 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7167 and font-lock-syntactic-face-function to node "Syntactic Font
7168 Lock". Move font-lock-keywords-case-fold-search to node
7169 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7170 and font-lock-{,un}fontify-{buffer,region}-function.
7171 (Precalculated Fontification): Remove reference to deleted variable
7172 font-lock-core-only.
7173 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7174 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7175 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7176 and font-lock-syntactic-face-function here from node "Other Font
7177 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7178 Syntax Properties". Add cross references.
7179 (Setting Syntax Properties): New node.
7180 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7181 * syntax.texi (Syntax Properties): Add cross reference.
7182 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7183
71842005-04-26 Richard M. Stallman <rms@gnu.org>
7185
7186 * display.texi (Defining Faces):
7187 Document `default' elements of defface spec.
7188
7189 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7190
7191 * variables.texi (Variable Aliases): Clarify text.
7192
71932005-04-25 Chong Yidong <cyd@stupidchicken.com>
7194
7195 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7196
71972005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7198
7199 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7200
72012005-04-24 Eli Zaretskii <eliz@gnu.org>
7202
7203 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7204 syntax-after and syntax-class.
7205
7206 * files.texi (Changing Files): Fix last change's cross-reference.
7207 (Unique File Names): Don't mention "numbers" in the documentation
7208 of make-temp-file and make-temp-name.
7209
72102005-04-23 Richard M. Stallman <rms@gnu.org>
7211
7212 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7213
72142005-04-22 Nick Roberts <nickrob@snap.net.nz>
7215
7216 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7217
72182005-04-22 Nick Roberts <nickrob@snap.net.nz>
7219
7220 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7221 and define-obsolete-variable-alias.
7222
72232005-04-22 Kim F. Storm <storm@cua.dk>
7224
7225 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7226 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7227
72282005-04-21 Lute Kamstra <lute@gnu.org>
7229
7230 * lists.texi (Association Lists): Document rassq-delete-all.
7231
72322005-04-19 Richard M. Stallman <rms@gnu.org>
7233
7234 * modes.texi (Search-based Fontification): Explain that
7235 facespec is an expression to be evaluated.
7236
72372005-04-19 Kevin Ryde <user42@zip.com.au>
7238
7239 * streams.texi (Output Functions): Fix xref.
7240 * strings.texi (String Conversion): Fix xref.
7241
72422005-04-19 Kim F. Storm <storm@cua.dk>
7243
7244 * symbols.texi (Symbol Plists): Add safe-get.
7245 Mention that `get' may signal an error.
7246
72472005-04-18 Nick Roberts <nickrob@snap.net.nz>
7248
7249 * customize.texi (Variable Definitions): Replace tooltip-mode
7250 example with save-place.
7251
72522005-04-17 Richard M. Stallman <rms@gnu.org>
7253
7254 * buffers.texi (Indirect Buffers): Clarify.
7255
7256 * positions.texi (Positions): Clarify converting marker to integer.
7257
7258 * strings.texi (String Basics): Mention string-match; clarify.
7259
72602005-04-08 Lute Kamstra <lute@gnu.org>
7261
7262 * modes.texi (Search-based Fontification): Fix cross references.
7263 Use consistent terminology. Document anchored highlighting.
7264
72652005-04-05 Lute Kamstra <lute@gnu.org>
7266
7267 * modes.texi (Defining Minor Modes): Document :group keyword
7268 argument and its default value.
7269
72702005-04-03 Lute Kamstra <lute@gnu.org>
7271
7272 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7273 references and/or descriptions. Delete major mode hooks; mention
7274 them as a category instead. Rename or delete obsolete hooks.
7275
72762005-04-02 Richard M. Stallman <rms@gnu.org>
7277
7278 * nonascii.texi (Coding System Basics): Another wording cleanup.
7279
72802005-04-01 Richard M. Stallman <rms@gnu.org>
7281
7282 * nonascii.texi (Coding System Basics): Clarify previous change.
7283
72842005-04-01 Kenichi Handa <handa@m17n.org>
7285
10d1d0af 7286 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7287 identity of coding systems.
7288
72892005-03-29 Chong Yidong <cyd@stupidchicken.com>
7290
7291 * text.texi (Buffer Contents): Add filter-buffer-substring and
7292 buffer-substring-filters.
7293
72942005-03-26 Chong Yidong <cyd@stupidchicken.com>
7295
7296 * anti.texi (Antinews): Mention `G' interactive code.
7297
7298 * tips.texi (Compilation Tips): Mention benchmark.el.
7299
73002005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7301
7302 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7303 is now bound to M-o M-o.
7304
7305 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7306
73072005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7308
7309 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7310 in the Emacs Manual).
7311 * Makefile.in (srcs): Remove calendar.texi.
7312 * makefile.w32-in (srcs): Remove calendar.texi.
7313 * display.texi (Display): Change name of next node.
7314 * os.texi (System In): Change name of previous node.
7315 * elisp.texi (Top): Remove Calendar references.
7316 * vol1.texi (Top): Remove Calendar references.
7317 * vol2.texi (Top): Remove Calendar references.
7318
73192005-03-25 Richard M. Stallman <rms@gnu.org>
7320
7321 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7322 Cleanup previous change.
7323
73242005-03-25 Chong Yidong <cyd@stupidchicken.com>
7325
7326 * display.texi (Face Attributes): Faces earlier in an :inherit
7327 list take precedence.
7328 (Scroll Bars): Fix description of vertical-scroll-bars.
7329 Document frame-current-scroll-bars and window-current-scroll-bars.
7330
7331 * markers.texi (The Mark): Document temporary Transient Mark mode.
7332
7333 * minibuf.texi (Reading File Names):
7334 Document read-file-name-completion-ignore-case.
7335
7336 * positions.texi (Screen Lines): Document nil for width argument
7337 to compute-motion.
7338
73392005-03-23 Kim F. Storm <storm@cua.dk>
7340
7341 * display.texi (Standard Faces): Other faces used in the fringe
7342 implicitly inherits from the fringe face.
7343 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7344 properties implicitly inherits from fringe face.
7345 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7346
73472005-03-20 Chong Yidong <cyd@stupidchicken.com>
7348
7349 * display.texi (Invisible Text): State default value of
7350 line-move-ignore-invisible.
7351 (Managing Overlays): Document remove-overlays.
7352 (Standard Faces): Document escape-glyph face.
7353
7354 * minibuf.texi (Reading File Names): Document read-file-name-function.
7355
7356 * modes.texi (Other Font Lock Variables):
7357 Document font-lock-lines-before.
7358
7359 * positions.texi (Skipping Characters): skip-chars-forward allows
7360 character classes.
7361
73622005-03-18 Lute Kamstra <lute@gnu.org>
7363
7364 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7365
73662005-03-17 Richard M. Stallman <rms@gnu.org>
7367
7368 * text.texi (Undo): Document extensible undo entries.
7369
dd7b651b 7370 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7371
7372 * nonascii.texi (Character Codes): Minor fix.
7373
7374 * display.texi (Display Property): Explain the significance
7375 of having text properties that are eq.
7376 (Other Display Specs): Explain string as display spec.
7377
7378 * commands.texi (Interactive Codes): Document G option.
7379
73802005-03-17 Chong Yidong <cyd@stupidchicken.com>
7381
7382 * text.texi (Filling): Add sentence-end-without-period and
7383 sentence-end-without-space.
7384 (Changing Properties): Minor fix.
7385
7386 * anti.texi: Total rewrite.
7387
73882005-03-15 Lute Kamstra <lute@gnu.org>
7389
7390 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7391
73922005-03-08 Kim F. Storm <storm@cua.dk>
7393
7394 * display.texi (Specified Space): Property :width is support on
7395 non-graphic terminals, :height is not.
7396
73972005-03-07 Richard M. Stallman <rms@gnu.org>
7398
7399 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7400 Now subnodes of Fringes.
7401 (Overlay Arrow): Document overlay-arrow-variable-list.
7402 (Fringe Size/Pos): New node, broken out of Fringes.
7403 (Display): Explain clearing vs redisplay better.
7404 (Truncation): Clarify use of bitmaps.
7405 (The Echo Area): Clarify the uses of the echo area.
7406 Add max-mini-window-height.
7407 (Progress): Clarify.
7408 (Invisible Text): Explain that main loop moves point out.
7409 (Selective Display): Say "hidden", not "invisible".
7410 (Managing Overlays): Move up. Describe relation to Undo here.
7411 (Overlay Properties): Clarify intro.
7412 (Finding Overlays): Explain return values when nothing found.
7413 (Width): truncate-string-to-width has added arg.
7414 (Displaying Faces): Clarify and update mode line face handling.
7415 (Face Functions): Minor cleanup.
7416 (Conditional Display): Merge into Other Display Specs.
7417 (Pixel Specification, Other Display Specs): Minor cleanups.
7418 (Images, Image Descriptors): Minor cleanups.
7419 (GIF Images): Patents have expired.
7420 (Showing Images): Explain default text for insert-image.
7421 (Manipulating Button Types): Merge into Manipulating Buttons.
7422 (Making Buttons): Explain return values.
7423 (Button Buffer Commands): Add xref.
7424 (Inverse Video): Update mode-line-inverse-video.
7425 (Display Table Format): Clarify.
7426 (Active Display Table): Give defaults for window-display-table.
7427
7428 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7429 and calendar-today-marker are strings, not chars.
7430 (Holiday Customizing): Minor fix.
7431
7432 * internals.texi (Writing Emacs Primitives): Update `or' example.
7433 Update limit on # args of subr.
7434
7435 * edebug.texi (Using Edebug): Arrow is in fringe.
7436 (Instrumenting): Arg to eval-defun works without loading edebug.
7437 (Edebug Execution Modes): Add xref.
7438
7439 * customize.texi (Common Keywords): Clarify :require.
7440 Mention :version here.
7441 (Variable Definitions, Group Definitions): Not here.
7442 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7443
74442005-03-07 Chong Yidong <cyd@stupidchicken.com>
7445 * nonascii.texi (Text Representations): Clarify position-bytes.
7446 (Character Sets): Add list-charset-chars.
7447 (Scanning Charsets): Add charset-after.
7448 (Encoding and I/O): Minor fix.
7449
74502005-03-06 Richard M. Stallman <rms@gnu.org>
7451
7452 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7453 (Resizing Windows): Likewise.
7454
7455 * text.texi (Change Hooks): Get rid of "Emacs 21".
7456
7457 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7458
7459 * streams.texi (Output Variables): Get rid of "Emacs 21".
7460
7461 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7462
7463 * os.texi (Translating Input): Replace flow-control example
7464 with a less obsolete example that uses `keyboard-translate'.
7465
7466 * objects.texi (Hash Table Type, Circular Objects):
7467 Get rid of "Emacs 21".
7468
7469 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7470 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7471
7472 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7473
7474 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7475
7476 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7477 (Menu Bar): Fix when menu-bar-update-hook is called.
7478
7479 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7480
7481 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7482 and make it read better.
7483
7484 * files.texi (Writing to Files): Get rid of "Emacs 21".
7485 (Unique File Names): Likewise.
7486
7487 * elisp.texi: Update Emacs version to 22.
7488
7489 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7490 (Overlay Properties, Face Attributes): Likewise.
7491 (Managing Overlays): Fix punctuation.
7492 (Attribute Functions): Clarify set-face-font; get rid of
7493 info about old Emacs versions.
7494 (Auto Faces, Font Lookup, Display Property, Images):
7495 Get rid of "Emacs 21".
7496
7497 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7498
74992005-03-05 Richard M. Stallman <rms@gnu.org>
7500
7501 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7502
75032005-03-04 Lute Kamstra <lute@gnu.org>
7504
7505 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7506
75072005-03-03 Lute Kamstra <lute@gnu.org>
7508
7509 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7510
75112005-03-01 Lute Kamstra <lute@gnu.org>
7512
7513 * debugging.texi (Debugger Commands): Update `j'.
7514
75152005-02-28 Lute Kamstra <lute@gnu.org>
7516
7517 * debugging.texi (Debugging): Fix typo.
7518 (Error Debugging): Document eval-expression-debug-on-error.
7519 (Function Debugging): Update example.
7520 (Using Debugger): Mention starred stack frames.
7521 (Debugger Commands): Document `j' and `l'.
7522 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7523 Update the messages that the debugger displays.
7524 (Internals of Debugger): Add cross reference. Update example.
7525 (Excess Open): Minor improvement.
7526 (Excess Close): Minor improvement.
7527
75282005-02-26 Richard M. Stallman <rms@gnu.org>
7529
7530 * tips.texi (Coding Conventions): Clarify.
7531 Put all the major mode key reservations together.
7532 Mention the Mouse-1 => Mouse-2 conventions.
7533
7534 * syntax.texi (Syntax Class Table): Clarify.
7535 (Syntax Table Functions): syntax-after moved from here.
7536 (Syntax Table Internals): syntax-after moved to here.
7537 (Parsing Expressions): Update info on number of values
7538 and what's meaningful in the STATE argument.
7539 (Categories): Fix typo.
7540
7541 * sequences.texi (Arrays): Cleanup.
7542 (Char-Tables): Clarify.
7543
7544 * processes.texi (Deleting Processes): Cleanups, add xref.
7545 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7546 (Process Information): set-process-coding-system, some args optional.
7547 (Input to Processes): Explain various types for PROCESS args.
7548 Rename them from PROCESS-NAME to PROCESS.
7549 (Signals to Processes): Likewise.
7550 (Decoding Output): Cleanup.
7551 (Query Before Exit): Clarify.
7552
7553 * os.texi (Startup Summary): Correct the options; add missing ones.
7554 (Terminal Output, Batch Mode): Clarify.
7555 (Flow Control): Node deleted.
7556
7557 * markers.texi (The Mark): Clarify.
7558
7559 * macros.texi (Expansion): Cleanup.
7560 (Indenting Macros): indent-spec allows ints, not floats.
7561
7562 * keymaps.texi (Keymaps): Clarify.
7563 (Format of Keymaps): Update lisp-mode-map example.
7564 (Active Keymaps, Key Lookup): Clarify.
7565 (Changing Key Bindings): Add xref to `kbd'.
7566 (Key Binding Commands, Simple Menu Items): Clarify.
7567 (Mouse Menus, Menu Bar): Clarify.
7568 (Menu Example): Replace print example with menu-bar-replace-menu.
7569
7570 * help.texi (Documentation Basics): Add function-documentation prop.
7571
7572 * elisp.texi (Top): Don't refer to Flow Control node.
7573
7574 * commands.texi (Command Overview): Improve xrefs.
7575 (Adjusting Point): Adjusting point applies to intangible and invis.
7576 (Key Sequence Input): Doc extra read-key-sequence args.
7577 Likewise for read-key-sequence-vector.
7578
7579 * backups.texi (Rename or Copy): Minor fix.
7580 (Numbered Backups): For version-control, say the default.
7581 (Auto-Saving): make-auto-save-file-name example is simplified.
7582
7583 * advice.texi (Advising Functions): Don't imply one part of Emacs
7584 should advise another part. Markup changes.
7585 (Defining Advice): Move transitional para.
7586 (Activation of Advice): Cleanup.
7587 Explain if COMPILE is nil or negative.
7588
7589 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7590
75912005-02-24 Lute Kamstra <lute@gnu.org>
7592
7593 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7594 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7595
75962005-02-23 Lute Kamstra <lute@gnu.org>
7597
7598 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7599 to define global minor modes as well.
7600
7601 * display.texi (Managing Overlays): overlay-buffer returns nil for
7602 deleted overlays.
7603
76042005-02-22 Kim F. Storm <storm@cua.dk>
7605
7606 * minibuf.texi (Basic Completion): Allow symbols in addition to
7607 strings in try-completion and all-completions.
7608
76092005-02-14 Lute Kamstra <lute@gnu.org>
7610
7611 * elisp.texi (Top): Remove reference to deleted node.
7612
7613 * lists.texi (Lists): Remove reference to deleted node.
7614 (Cons Cells): Fix typo.
7615
7616 * loading.texi (Where Defined): Fix typo.
7617
76182005-02-14 Richard M. Stallman <rms@gnu.org>
7619
7620 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7621 is useful for discarding some minor modes.
7622
7623 * symbols.texi (Symbol Components): Reorder examples.
7624
7625 * streams.texi (Input Functions): State standard-input default.
7626 (Output Variables): State standard-output default.
7627
7628 * objects.texi (Printed Representation): Clarify read syntax vs print.
7629 (Floating Point Type): Explain meaning better.
7630 (Symbol Type): Explain uniqueness better.
7631 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7632 List examples sooner.
7633 (Box Diagrams): New subnode broken out.
7634 Some examples moved from old Lists as Boxes node.
7635 (Dotted Pair Notation): Clarify intro.
7636 (Array Type): Clarify.
7637 (Type Predicates): Add hash-table-p.
7638
7639 * numbers.texi (Integer Basics): Clarify radix explanation.
7640 (Predicates on Numbers): Minor clarification.
7641 (Comparison of Numbers): Minor clarification. Clarify eql.
7642 Typos in min, max.
7643 (Math Functions): Clarify overflow in expt.
7644
7645 * minibuf.texi (Text from Minibuffer): Minor clarification.
7646 Mention arrow keys.
7647
7648 * loading.texi (Autoload): defun's doc string overrides autoload's
7649 doc string.
7650 (Repeated Loading): Modernize "add to list" examples.
7651 (Where Defined): Finish updating table of load-history elts.
7652
7653 * lists.texi (List-related Predicates): Minor wording improvement.
7654 (Lists as Boxes): Node deleted.
7655 (Building Lists): Explain trivial cases of number-sequence.
7656
7657 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7658 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7659 (Hash Access): Any object can be a key.
7660 State value of maphash.
7661
7662 * functions.texi (What Is a Function): Wording cleanup.
7663 (Function Documentation): Minor cleanup.
7664 Explain purpose of calling convention at end of doc string.
7665 (Function Names): Wording cleanup.
7666 (Calling Functions): Wording cleanup.
7667 Explain better how funcall calls the function.
7668 (Function Cells): Delete example of saving and redefining function.
7669
7670 * control.texi (Combining Conditions): Wording cleanup.
7671 (Iteration): dolist and dotimes bind VAR locally.
7672 (Cleanups): Xref to Atomic Changes.
7673
7674 * compile.texi (Byte Compilation): Delete 19.29 info.
7675 (Compilation Functions): Macros' difficulties don't affect defsubst.
7676 (Docs and Compilation): Delete 19.29 info.
7677
76782005-02-10 Richard M. Stallman <rms@gnu.org>
7679
7680 * objects.texi (Symbol Type): Minor correction.
7681
76822005-02-06 Lute Kamstra <lute@gnu.org>
7683
7684 * modes.texi (Example Major Modes): Fix typos.
7685
76862005-02-06 Richard M. Stallman <rms@gnu.org>
7687
7688 * text.texi (Margins): fill-nobreak-predicate can be one function.
7689
7690 * strings.texi (Modifying Strings): clear-string can make unibyte.
7691 (Formatting Strings): format gives error if values missing.
7692
7693 * positions.texi (Character Motion): Mention default arg
7694 for forward-char. backward-char refers to forward-char.
7695 (Word Motion): Mention default arg for forward-word.
7696 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7697 Simplify end-of-buffer.
7698 (Text Lines): Mention default arg for forward-line.
7699 (List Motion): Mention default arg for beginning/end-of-defun.
7700 (Skipping Characters): Minor fixes in explaining character-set.
7701
7702 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7703 Mode inheritance applies only when default-major-mode is nil.
7704 Clarifications.
7705 (Example Major Modes): Update Text mode and Lisp mode examples.
7706 (Minor Mode Conventions): Mention define-minor-mode at top.
7707 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7708 (Mode Line Format): Update mode line face display info.
7709 (Properties in Mode): Mention effect of risky vars.
7710 (Imenu): Define imenu-add-to-menubar.
7711 (Font Lock Mode): Add descriptions to menu lines.
7712 (Faces for Font Lock): Add font-lock-doc-face.
7713
77142005-02-05 Lute Kamstra <lute@gnu.org>
7715
7716 * text.texi (Maintaining Undo): Remove obsolete function.
7717
77182005-02-05 Eli Zaretskii <eliz@gnu.org>
7719
7720 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7721 color specifications. Improve indexing.
b8d4c8d0
GM
7722 (Text Terminal Colors): Replace the description of RGB values by
7723 an xref to "Color Names".
7724
77252005-02-03 Richard M. Stallman <rms@gnu.org>
7726
7727 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7728 Clarify.
7729 (Selecting Windows): Clarify save-selected-window.
7730 (Cyclic Window Ordering): Clarify walk-windows.
7731 (Window Point): Clarify.
7732 (Window Start): Add comment to example.
7733 (Resizing Windows): Add `interactive' specs in examples.
7734 Document fit-window-to-buffer.
7735
7736 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7737 (Undo, Maintaining Undo): Clarify last change.
7738 (Sorting): In sort-numeric-fields, explain about octal and hex.
7739 Mention sort-numeric-base.
7740 (Format Properties): Add xref for hard newlines.
7741
7742 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7743 (Pop-Up Menus): Fix typo.
7744 (Color Names): Explain all types of color names.
7745 Explain color-values on B&W terminal.
7746 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7747
7748 * files.texi (File Locks): Not supported on MS systems.
7749 (Testing Accessibility): Clarify.
7750
7751 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7752 (Coverage Testing): Fix typo.
7753
7754 * commands.texi (Misc Events): Remove stray space.
7755
7756 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7757 (Modification Time): Clarify when visited-file-modtime returns 0.
7758 (The Buffer List): Clarify bury-buffer.
7759 (Killing Buffers): Clarify.
7760 (Indirect Buffers): Add clone-indirect-buffer.
7761
77622005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7763
7764 * edebug.texi (Printing in Edebug): Fix default value of
7765 edebug-print-circle.
7766 (Coverage Testing): Fix displayed frequency count data.
7767
77682005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7769
7770 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7771
77722005-02-02 Kim F. Storm <storm@cua.dk>
7773
7774 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7775
77762005-01-29 Eli Zaretskii <eliz@gnu.org>
7777
7778 * commands.texi (Misc Events): Describe the help-echo event.
7779
7780 * text.texi (Special Properties) <help-echo>: Use `pos'
7781 consistently in description of the help-echo property.
7782 Use @code{nil} instead of @var{nil}.
7783
7784 * display.texi (Overlay Properties): Fix the index entry for
7785 help-echo overlay property.
7786
7787 * customize.texi (Type Keywords): Uncomment the xref to the
7788 help-echo property documentation.
7789
77902005-01-23 Kim F. Storm <storm@cua.dk>
7791
7792 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7793 return value. Third element FULLY replaced by PARTIAL which
7794 specifies number of invisible pixels if row is only partially visible.
7795 (Textual Scrolling): Mention auto-window-vscroll.
7796 (Vertical Scrolling): New defvar auto-window-vscroll.
7797
77982005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7799
7800 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7801 command remapping.
7802
78032005-01-15 Richard M. Stallman <rms@gnu.org>
7804
7805 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7806
78072005-01-14 Kim F. Storm <storm@cua.dk>
7808
7809 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7810
7811 * text.texi (Links and Mouse-1): Fix string and vector item.
7812
78132005-01-13 Richard M. Stallman <rms@gnu.org>
7814
7815 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7816 descriptions of overriding-local-map and overriding-terminal-local-map.
7817
7818 * text.texi (Links and Mouse-1): Clarify text.
7819
78202005-01-13 Kim F. Storm <storm@cua.dk>
7821
7822 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7823
78242005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7825
7826 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7827
78282005-01-12 Kim F. Storm <storm@cua.dk>
7829
7830 * text.texi (Links and Mouse-1): Rename section from Enabling
7831 Mouse-1 to Following Links. Change xrefs.
7832 Add examples for define-button-type and define-widget.
7833
7834 * display.texi (Button Properties, Button Buffer Commands):
7835 Clarify mouse-1 and follow-link functionality.
7836
78372005-01-12 Richard M. Stallman <rms@gnu.org>
7838
7839 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7840
7841 * display.texi (Beeping): Fix Texinfo usage.
7842
7843 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7844
78452005-01-11 Kim F. Storm <storm@cua.dk>
7846
7847 * display.texi (Button Properties, Button Buffer Commands):
7848 Mention mouse-1 binding. Add follow-link keyword.
7849
7850 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7851 (Enabling Mouse-1 to Follow Links): New subsection.
7852
78532005-01-06 Richard M. Stallman <rms@gnu.org>
7854
7855 * text.texi (Special Properties): Minor change.
7856
7857 * os.texi (Timers): Clarify previous change.
7858
7859 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7860
78612005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7862
7863 * display.texi (Face Attributes): Correct xref to renamed node.
7864
78652005-01-01 Richard M. Stallman <rms@gnu.org>
7866
7867 * display.texi (Face Attributes): Describe hex color specs.
7868
78692004-12-31 Richard M. Stallman <rms@gnu.org>
7870
7871 * os.texi (Timers): Update previous change.
7872
78732004-12-30 Kim F. Storm <storm@cua.dk>
7874
7875 * display.texi (Line Height): Total line-height is now specified
7876 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7877 in cons cells. (nil . RATIO) is relative to actual line height.
7878 Use line-height `t' instead of `0' to get minimum height.
7879
78802004-12-29 Richard M. Stallman <rms@gnu.org>
7881
7882 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7883
78842004-12-28 Richard M. Stallman <rms@gnu.org>
7885
7886 * commands.texi (Quitting): Clarify value of with-local-quit.
7887
7888 * elisp.texi (Top): Fix previous change.
7889
7890 * loading.texi (Loading): Fix previous change.
7891
78922004-12-27 Richard M. Stallman <rms@gnu.org>
7893
7894 * Makefile.in (MAKEINFO): Specify --force.
7895
7896 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7897
7898 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7899
7900 * display.texi (Line Height): Further clarify.
7901
7902 * elisp.texi (Top): Update Loading submenu.
7903
7904 * loading.texi (Where Defined): New node.
7905 (Unloading): load-history moved to Where Defined.
7906
79072004-12-21 Richard M. Stallman <rms@gnu.org>
7908
7909 * commands.texi (Event Input Misc): Add while-no-input.
7910
79112004-12-11 Richard M. Stallman <rms@gnu.org>
7912
7913 * display.texi (Line Height): Rewrite text for clarity.
7914
79152004-12-11 Kim F. Storm <storm@cua.dk>
7916
7917 * display.texi (Display): Add node "Line Height" to menu.
7918 (Line Height): New node. Move full description of line-spacing
7919 and line-height text properties here from text.texi.
7920 (Scroll Bars): Add vertical-scroll-bar variable.
7921
7922 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7923
7924 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7925 line-spacing and vertical-scroll-bar.
7926
7927 * text.texi (Special Properties): Just mention line-spacing and
7928 line-height here, add xref to new "Line Height" node.
7929
79302004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7931
7932 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7933
7934 * locals.texi (Standard Buffer-Local Variables):
7935 Add @xref for `line-spacing'.
7936
79372004-12-05 Richard M. Stallman <rms@gnu.org>
7938
7939 * Makefile.in (maintainer-clean): Remove the info files
7940 in $(infodir) where they are created.
7941
79422004-12-03 Richard M. Stallman <rms@gnu.org>
7943
7944 * windows.texi (Selecting Windows): get-lru-window and
7945 get-largest-window don't consider dedicated windows.
7946
7947 * text.texi (Undo): Document undo-in-progress.
7948
79492004-11-26 Richard M. Stallman <rms@gnu.org>
7950
7951 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7952 Remove a few vars that are not always buffer-local.
7953
79542004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7955
7956 * locals.texi (Standard Buffer-Local Variables): Comment out
7957 xref's to non-existent node `Yet to be written'.
7958
79592004-11-24 Richard M. Stallman <rms@gnu.org>
7960
7961 * processes.texi (Synchronous Processes): Grammar fix.
7962
7963 * numbers.texi (Comparison of Numbers): Add eql.
7964
7965 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7966
7967 * intro.texi (Printing Notation): Fix previous change.
7968
7969 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7970 and default-indicate-buffer-boundaries from here.
7971 (Usual Display): To here.
7972 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7973 (Usual Display): Move tab-width up.
7974
5dcb4c4e
SM
7975 * customize.texi (Variable Definitions):
7976 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7977 (Simple Types, Composite Types, Defining New Types):
7978 Minor cleanups.
7979
79802004-11-21 Jesper Harder <harder@ifa.au.dk>
7981
7982 * processes.texi (Synchronous Processes, Output from Processes):
7983 Markup fix.
7984
79852004-11-20 Richard M. Stallman <rms@gnu.org>
7986
7987 * positions.texi (Skipping Characters): skip-chars-forward
7988 now handles char classes.
7989
7990 * intro.texi (Printing Notation): Avoid confusion of `print'
7991 when explaining @print.
7992
7993 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7994
7995 * display.texi (Display Table Format): Minor fix.
7996
7997 * streams.texi (Output Functions): Fix print example.
7998
7999 * Makefile.in (elisp): New target.
8000 (dist): Depend on $(infodir)/elisp, not elisp.
8001 Copy the info files from $(infodir).
8002
8003 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8004 read-from-minibuffer.
8005
8006 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8007
80082004-11-19 Richard M. Stallman <rms@gnu.org>
8009
8010 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8011
80122004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8013
8014 * tips.texi (Coding Conventions): Fix typo.
8015
80162004-11-16 Richard M. Stallman <rms@gnu.org>
8017
8018 * tips.texi (Coding Conventions): Separate defvar and require
8019 methods to avoid warnings. Use require only when there are many
8020 functions and variables from that package.
8021
8022 * minibuf.texi (Minibuffer Completion): When ignoring case,
8023 predicate must not be case-sensitive.
8024
8025 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8026 (Test Coverage): Don't talk about "splotches". Clarified.
8027
80282004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8029
8030 * frames.texi (Window Frame Parameters): Fix typo.
8031
80322004-11-15 Kim F. Storm <storm@cua.dk>
8033
8034 * symbols.texi (Other Plists): Note that plist-get may signal error.
8035 Add safe-plist-get.
8036
80372004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8038
8039 * modes.texi (Font Lock Basics): Fix typo.
8040
80412004-11-08 Richard M. Stallman <rms@gnu.org>
8042
8043 * syntax.texi (Syntax Table Functions): Add syntax-after.
8044
80452004-11-06 Lars Brinkhoff <lars@nocrew.org>
8046
8047 * os.texi (Processor Run Time): New section documenting
8048 get-internal-run-time.
8049
80502004-11-06 Eli Zaretskii <eliz@gnu.org>
8051
8052 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8053 it nukes elisp-cover.texi.
8054 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8055 elisp-0 etc.
8056
80572004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8058
8059 * commands.texi (Keyboard Macros): Document `append' return value
8060 of `defining-kbd-macro'.
8061
80622004-11-01 Richard M. Stallman <rms@gnu.org>
8063
8064 * commands.texi (Interactive Call): Add called-interactively-p.
8065
80662004-10-29 Simon Josefsson <jas@extundo.com>
8067
8068 * minibuf.texi (Reading a Password): Revert.
8069
80702004-10-28 Richard M. Stallman <rms@gnu.org>
8071
8072 * frames.texi (Display Feature Testing): Explain about "vendor".
8073
80742004-10-27 Richard M. Stallman <rms@gnu.org>
8075
8076 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8077 not raw. Clarify `n'.
8078 (Interactive Call): Rewrite interactive-p, focusing on when
8079 and how to use it.
8080 (Misc Events): Clarify previous change.
8081
8082 * advice.texi (Simple Advice): Clarify what job the example does.
8083 (Around-Advice): Clarify ad-do-it.
8084 (Activation of Advice): An option of ad-default-compilation-action
8085 is `never', not `nil'.
8086
80872004-10-26 Kim F. Storm <storm@cua.dk>
8088
8089 * commands.texi (Interactive Codes): Add U code letter.
8090
80912004-10-25 Simon Josefsson <jas@extundo.com>
8092
8093 * minibuf.texi (Reading a Password): Add.
8094
80952004-10-24 Jason Rumney <jasonr@gnu.org>
8096
8097 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8098 and wheel-down.
8099
81002004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8101
8102 * processes.texi (Synchronous Processes): Document process-file.
8103
81042004-10-22 Kenichi Handa <handa@m17n.org>
8105
8106 * text.texi (translate-region): Document that it accepts also a
8107 char-table.
8108
81092004-10-22 David Ponce <david@dponce.com>
8110
8111 * windows.texi (Resizing Windows): Document the `preserve-before'
8112 argument of the functions `enlarge-window' and `shrink-window'.
8113
81142004-10-19 Jason Rumney <jasonr@gnu.org>
8115
8116 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8117
81182004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8119
8120 * text.texi (Filling): Add anchor for definition of
8121 `sentence-end-double-space'.
8122
8123 * searching.texi (Regexp Example): Update description of how
8124 Emacs currently recognizes the end of a sentence.
8125 (Standard Regexps): Update definition of the variable
8126 `sentence-end'. Add definition of the function `sentence-end'.
8127
81282004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8129
8130 * display.texi (Progress): New node.
8131
81322004-10-05 Kim F. Storm <storm@cua.dk>
8133
8134 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8135
81362004-09-29 Kim F. Storm <storm@cua.dk>
8137
8138 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8139 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8140 fringe bitmap symbols, as they now have their own namespace.
8141 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8142 vs. pixels. Signal error if no free bitmap slots.
8143 (Pixel Specification): Change IMAGE to @var{image}.
8144
81452004-09-28 Richard M. Stallman <rms@gnu.org>
8146
8147 * text.texi (Special Properties): Clarify line-spacing and line-height.
8148
8149 * searching.texi (Regexp Search): Add looking-back.
8150
81512004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8152
8153 * display.texi: Correct typos.
8154 (Image Descriptors): Correct xref's.
8155
81562004-09-25 Richard M. Stallman <rms@gnu.org>
8157
8158 * text.texi (Special Properties): Cleanups in `cursor'.
8159 Rewrites in `line-height' and `line-spacing'; exchange them.
8160
8161 * display.texi (Fringes): Rewrite previous change.
8162 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8163 (Display Fringe Bitmaps): Node deleted, text moved.
8164 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8165 (Scroll Bars): Clarify set-window-scroll-bars.
8166 (Pointer Shape): Rewrite.
8167 (Specified Space): Clarify :align-to, etc.
8168 (Pixel Specification): Use @var. Clarify new text.
8169 (Other Display Specs): Clarify `slice'.
8170 (Image Descriptors): Cleanups.
8171 (Showing Images): Cleanups.
8172
81732004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8174
8175 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8176
8177 * modes.texi: Various minor changes in addition to:
8178 (Major Mode Conventions): Final call to `run-mode-hooks' should
8179 not be inside the `delay-mode-hooks' form.
8180 (Mode Hooks): New node.
8181 (Hooks): Delete obsolete example.
8182 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8183 node "Mode Hooks".
8184
81852004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8186
8187 * display.texi: Correct various typos.
8188 (Display): Rename node "Pointer Shapes" to "Pointer
8189 Shape". (There is already a node called "Pointer Shapes" in
8190 frames.texi.)
8191 (Images): Remove non-existent node "Image Slices" from menu.
8192
81932004-09-23 Kim F. Storm <storm@cua.dk>
8194
8195 * text.texi (Special Properties): Add `cursor', `pointer',
8196 `line-height', and `line-spacing' properties.
8197
8198 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8199 Shapes' to menu.
8200 (Standard Faces): Doc fix for fringe face.
8201 (Fringes): Add `overflow-newline-into-fringe' and
8202 'indicate-buffer-boundaries'.
8203 (Fringe Bitmaps, Pointer Shapes): New nodes.
8204 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8205 Bitmaps' to menu.
8206 (Specified Space): Describe pixel width and height.
8207 (Pixel Specification): New node.
8208 (Other Display Specs): Add `slice' property.
8209 (Display Fringe Bitmaps): New node.
8210 (Images): Add 'Image Slices' to menu.
8211 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8212 (Showing Images): Add slice arg to `insert-image'.
8213 Add 'insert-sliced-image'.
b8d4c8d0
GM
8214
82152004-09-20 Richard M. Stallman <rms@gnu.org>
8216
8217 * commands.texi (Key Sequence Input):
8218 Clarify downcasing in read-key-sequence.
8219
82202004-09-08 Juri Linkov <juri@jurta.org>
8221
8222 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8223
82242004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8225
5dcb4c4e
SM
8226 * locals.texi (Standard Buffer-Local Variables):
8227 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8228 * internals.texi (Buffer Internals): Describe new
8229 auto_save_file_format field of the buffer structure.
8230 * files.texi (Format Conversion): `auto-save-file-format' has been
8231 renamed `buffer-auto-save-file-format'.
8232
82332004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8234
8235 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8236 an integer or a marker.
8237 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8238
82392004-08-22 Richard M. Stallman <rms@gnu.org>
8240
8241 * modes.texi (Major Mode Conventions): Discuss rebinding of
8242 standard key bindings.
8243
82442004-08-18 Kim F. Storm <storm@cua.dk>
8245
8246 * processes.texi (Accepting Output): Add `just-this-one' arg to
8247 `accept-process-output'.
8248 (Output from Processes): New var `process-adaptive-read-buffering'.
8249
82502004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8251
8252 * keymaps.texi: Various changes in addition to:
8253 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8254 Give more varied examples for `kbd'.
8255 (Creating Keymaps): Char tables have slots for all characters
8256 without modifiers.
8257 (Active Keymaps): `overriding-local-map' and
8258 `overriding-terminal-local-map' also override text property and
8259 overlay keymaps.
8260 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8261 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8262 to denote a prefix of no events.
8263 `map-keymap' includes parent's bindings _recursively_.
8264 Clarify and correct description of `where-is-internal'.
8265 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8266 (Menu Example): For menus intended for use with the keyboard, the
8267 menu items should be bound to characters or real function keys.
8268
82692004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8270
8271 * objects.texi (Character Type): Reposition `@anchor' to prevent
8272 double space inside sentence in Info.
8273
8274 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8275 renamed to `disabled-command-function'.
8276 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8277 (Command Loop Info): Replace reference to it.
8278 (Disabling Commands): `disabled-command-hook' has been renamed to
8279 `disabled-command-function'.
8280
82812004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8282
8283 * os.texi (Translating Input): Only non-prefix bindings in
8284 `key-translation-map' override actual key bindings. Warn about
8285 possible indirect effect of actual key bindings on non-prefix
8286 bindings in `key-translation-map'.
8287
82882004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8289
8290 * minibuf.texi (High-Level Completion): Add anchor for definition
8291 of `read-variable'.
8292
8293 * commands.texi: Various changes in addition to:
8294 (Using Interactive): Clarify description of `interactive-form'.
8295 (Interactive Call): Mention default for KEYS argument to
8296 `call-interactively'.
8297 (Command Loop Info): Clarify description of `this-command-keys'.
8298 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8299 Value of `last-event-frame' can be `macro'.
8300 (Repeat Events): `double-click-fuzz' is also used to distinguish
8301 clicks and drags.
8302 (Classifying Events): Clarify descriptions of `event-modifiers'
8303 `event-basic-type' and `event-convert-list'.
8304 (Accessing Events): `posn-timestamp' takes POSITION argument.
8305 (Quoted Character Input): Clarify description of
8306 `read-quoted-char' and fix example.
8307 (Quitting): Add `with-local-quit'.
8308 (Disabling Commands): Correct and clarify descriptions of
8309 `enable-command' and `disable-command'.
8310 Mention what happens if `disabled-command-hook' is nil.
8311 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8312 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8313
83142004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8315
8316 * frames.texi: Various changes in addition to:
8317 (Creating Frames): Expand and clarify description of `make-frame'.
8318 (Window Frame Parameters): Either none or both of the `icon-left'
8319 and `icon-top' parameters must be specified. Put descriptions of
8320 `menu-bar-lines' and `toolbar-lines' closer together and change
8321 them accordingly.
8322 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8323 except while processing `frame-title-format' or `icon-title-format'.
8324 (Deleting Frames): Correct description of `delete-frame'.
8325 Non-nil return values of `frame-live-p' are like those of `framep'.
8326 (Frames and Windows): Mention return value of
8327 `set-frame-selected-window'.
8328 (Visibility of Frames): Mention `force' argument to
8329 `make-frame-invisible'. `frame-visible-p' returns t for all
8330 frames on text-only terminals.
8331 (Frame Configurations): Restoring a frame configuration does not
8332 restore deleted frames.
8333 (Window System Selections): `x-set-selection' returns DATA.
8334 (Resources): Add example.
8335 (Display Feature Testing): Clarify descriptions of
8336 `display-pixel-height', `display-pixel-width', `x-server-version'
8337 and `x-server-vendor'.
8338
8339 * windows.texi (Choosing Window): Add anchor.
8340 * minibuf.texi (Minibuffer Misc): Add anchor.
8341
83422004-07-23 John Paul Wallington <jpw@gnu.org>
8343
8344 * macros.texi (Defining Macros): Declaration keyword for setting
8345 Edebug spec is `debug' not `edebug'.
8346
83472004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8348
8349 * windows.texi: Various small changes in addition to:
8350 (Window Point): Mention return value of `set-window-point'.
8351 (Window Start): `pos-visible-in-window-p' disregards horizontal
8352 scrolling. Explain return value if PARTIALLY is non-nil.
8353 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8354 and `set-window-vscroll'.
8355 (Size of Window): The argument WINDOW to `window-inside-edges',
8356 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8357 (Resizing Windows): Explain return value of
8358 `shrink-window-if-larger-than-buffer'.
8359 `window-size-fixed' automatically becomes buffer local when set.
8360 (Window Configurations): Explain return value of
8361 `set-window-configuration'.
8362
8363 * minibuf.texi (Minibuffer Misc): Add anchor for
8364 `minibuffer-scroll-window'.
8365
8366 * positions.texi (Text Lines): Add anchor for `count-lines'.
8367
83682004-07-17 Richard M. Stallman <rms@gnu.org>
8369
8370 * display.texi (Overlay Properties): Adding `evaporate' prop
8371 deletes empty overlay immediately.
8372
8373 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8374 fix example.
8375
83762004-07-16 Jim Blandy <jimb@redhat.com>
8377
8378 * searching.texi (Regexp Backslash): Document new \_< and \_>
8379 operators.
8380
83812004-07-16 Juanma Barranquero <lektu@terra.es>
8382
8383 * display.texi (Images): Fix Texinfo usage.
8384
83852004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8386
8387 * buffers.texi (Modification Time): `visited-file-modtime' now
8388 returns a list of two integers, instead of a cons.
8389
83902004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8391
8392 * windows.texi: Various changes in addition to:
8393 (Splitting Windows): Add `split-window-keep-point'.
8394
83952004-07-09 Richard M. Stallman <rms@gnu.org>
8396
8397 * frames.texi (Input Focus): Minor fix.
8398
83992004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8400
8401 * frames.texi (Input Focus): Clarify descriptions of
8402 `select-frame-set-input-focus' and `select-frame'.
8403
84042004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8405
8406 * os.texi: Various small changes in addition to:
8407 (Killing Emacs): Expand and clarify description of
8408 `kill-emacs-query-functions' and `kill-emacs-hook'.
8409 (System Environment): Expand and clarify description of `getenv'
8410 and `setenv'.
8411 (Timers): Clarify description of `run-at-time'.
8412 (Translating Input): Correct description of
8413 `extra-keyboard-modifiers'.
8414 (Flow Control): Correct description of `enable-flow-control'.
8415
84162004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8417
8418 * os.texi: Update copyright.
8419 (Session Management): Grammar fix.
8420 Clarify which Emacs does the restarting.
8421 Use @samp for *scratch* buffer.
8422
84232004-07-04 Alan Mackenzie <acm@muc.de>
8424
8425 * frames.texi (Input Focus): Add documentation for
8426 `select-frame-set-input-focus'. Replace refs to non-existent
8427 `switch-frame' with `select-frame'. Minor corrections and tidying
8428 up of text-only terminal stuff.
8429
84302004-07-02 Richard M. Stallman <rms@gnu.org>
8431
8432 * files.texi (Saving Buffers): Cleanup write-contents-function.
8433 (Magic File Names): Cleanup file-remote-p.
8434
b344d29d 84352004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8436
8437 * files.texi (Magic File Names): `file-remote-p' returns an
8438 identifier of the remote system, not just t.
8439
84402004-07-02 David Kastrup <dak@gnu.org>
8441
8442 * searching.texi (Entire Match Data): Add explanation about new
8443 match-data behavior when @var{integers} is non-nil.
8444
84452004-06-24 Richard M. Stallman <rms@gnu.org>
8446
8447 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8448
8449 * customize.texi (Variable Definitions): Note about doc strings
8450 and :set.
8451
8452 * keymaps.texi (Keymap Terminology): Document `kbd'.
8453 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8454
8455 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8456 makes it buffer-local.
8457
8458 * files.texi (Saving Buffers): Correct previous change.
8459
8460 * commands.texi (Accessing Events):
8461 Clarify posn-col-row and posn-actual-col-row.
8462
84632004-06-24 David Ponce <david.ponce@wanadoo.fr>
8464
8465 * commands.texi (Accessing Events): New functions
8466 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8467
84682004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8469
8470 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8471 * frames.texi, buffers.texi, backups.texi, variables.texi:
8472 * loading.texi, eval.texi, functions.texi, control.texi:
8473 * symbols.texi, minibuf.texi: Reposition @anchor's.
8474
8475 * help.texi: Various small changes in addition to the following.
8476 (Describing Characters): Describe PREFIX argument to
8477 `key-description'. Correct and clarify definition of
8478 `text-char-description'. Describe NEED-VECTOR argument to
8479 `read-kbd-macro'.
8480 (Help Functions): Clarify definition of `apropos'.
8481
84822004-06-23 Lars Hansen <larsh@math.ku.dk>
8483
8484 * files.texi (Saving Buffers): Correct description of
8485 `write-contents-functions'.
8486
84872004-06-21 Juanma Barranquero <lektu@terra.es>
8488
8489 * display.texi (Images): Remove redundant @vindex directives.
8490 Rewrite `image-library-alist' doc in active voice.
8491
84922004-06-14 Juanma Barranquero <lektu@terra.es>
8493
8494 * display.texi (Images): Document new delayed library loading,
8495 variable `image-library-alist' and (existing but undocumented)
8496 function `image-type-available-p'.
8497
84982004-06-05 Richard M. Stallman <rms@gnu.org>
8499
8500 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8501 refer the user to the Initial Input node.
8502 (Text from Minibuffer): Likewise.
8503 (Initial Input): New node. Document this feature
8504 and say it is mostly deprecated.
8505
85062004-05-30 Richard M. Stallman <rms@gnu.org>
8507
8508 * loading.texi (Named Features): Clarify return value
8509 and meaning of NOERROR.
8510
8511 * variables.texi (File Local Variables): Minor cleanup.
8512
85132004-05-30 Michael Albinus <michael.albinus@gmx.de>
8514
8515 * files.texi (Magic File Names): Add `file-remote-p' as operation
8516 of file name handlers.
8517
85182004-05-29 Richard M. Stallman <rms@gnu.org>
8519
8520 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8521 as arg to a minor mode command.
8522
85232004-05-22 Richard M. Stallman <rms@gnu.org>
8524
8525 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8526
8527 * streams.texi (Output Variables): Doc float-output-format.
8528
8529 * searching.texi (Regexp Special): Nested repetition can be infloop.
8530
8531 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8532 real stack overflow.
8533
8534 * compile.texi: Minor cleanups.
8535
85362004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8537
8538 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8539 circular lists.
8540 (List Elements): Explain handling of circular and dotted lists.
8541
85422004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8543
8544 * modes.texi (Search-based Fontification): Fix typo.
8545
85462004-05-10 Juanma Barranquero <lektu@terra.es>
8547
8548 * modes.texi (Mode Line Variables): Fix description of
8549 global-mode-string, which is now after which-func-mode, not the
8550 buffer name.
8551
85522004-05-07 Lars Hansen <larsh@math.ku.dk>
8553
8554 * modes.texi (Desktop Save Mode): Add.
8555 (Modes): Add menu entry Desktop Save Mode.
8556
8557 * hooks.texi: Add desktop-after-read-hook,
8558 desktop-no-desktop-file-hook and desktop-save-hook.
8559
8560 * locals.texi: Add desktop-save-buffer.
8561
85622004-04-30 Jesper Harder <harder@ifa.au.dk>
8563
8564 * display.texi: emacs -> Emacs.
8565
85662004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8567
8568 * files.texi (Changing Files): Document set-file-times.
8569
85702004-04-23 Juanma Barranquero <lektu@terra.es>
8571
8572 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8573
85742004-04-18 Jesper Harder <harder@ifa.au.dk>
8575
8576 * tips.texi (Coding Conventions): defopt -> defcustom.
8577
85782004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8579
8580 * sequences.texi: Various clarifications.
8581
85822004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8583
8584 * buffers.texi (Read Only Buffers): Mention optional ARG to
8585 `toggle-read-only'.
8586
85872004-04-14 Nick Roberts <nick@nick.uklinux.net>
8588
8589 * windows.texi (Selecting Windows): Note that get-lru-window
8590 returns a full-width window if possible.
8591
85922004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8593
8594 * buffers.texi: Various changes in addition to:
8595 (Buffer File Name): Add `find-buffer-visiting'.
8596 (Buffer Modification): Mention optional ARG to `not-modified'.
8597 (Indirect Buffers): Mention optional CLONE argument to
8598 `make-indirect-buffer'.
8599
8600 * files.texi: Various changes in addition to:
8601 (Visiting Functions): `find-file-hook' is now a normal hook.
8602 (File Name Expansion): Explain difference between the way that
8603 `expand-file-name' and `file-truename' treat `..'.
8604 (Contents of Directories): Mention optional ID-FORMAT argument to
8605 `directory-files-and-attributes'.
8606 (Format Conversion): Mention new optional CONFIRM argument to
8607 `format-write-file'.
8608
86092004-04-12 Miles Bader <miles@gnu.org>
8610
8611 * macros.texi (Expansion): Add description of `macroexpand-all'.
8612
86132004-04-05 Jesper Harder <harder@ifa.au.dk>
8614
5dcb4c4e
SM
8615 * variables.texi (Variable Aliases):
8616 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8617
8618 * errors.texi (Standard Errors): Ditto.
8619
86202004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8621
8622 * backups.texi: Various small changes in addition to:
8623 (Making Backups): Mention return value of `backup-buffer'.
8624 (Auto-Saving): Mention optional FORCE argument to
8625 `delete-auto-save-file-if-necessary'.
8626 (Reverting): Mention optional PRESERVE-MODES argument to
8627 `revert-buffer'. Correct description of `revert-buffer-function'.
8628
86292004-03-22 Juri Linkov <juri@jurta.org>
8630
8631 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8632 with `Vector Functions'.
8633
8634 * text.texi (Sorting): Add missing quote.
8635
86362004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8637
8638 * intro.texi (Lisp History): Replace xref to `cl' manual with
8639 inforef.
8640
86412004-03-12 Richard M. Stallman <rms@gnu.org>
8642
8643 * intro.texi (Version Info): Add arg to emacs-version.
8644 (Lisp History): Change xref to CL manual.
8645
86462004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8647
8648 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8649 for Partial Completion mode.
8650
86512004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8652
8653 * customize.texi: Fix typo. Remove eol whitespace.
8654
86552004-03-04 Richard M. Stallman <rms@gnu.org>
8656
8657 * processes.texi: Fix typos.
8658
8659 * lists.texi (Building Lists): Minor clarification.
8660
8661 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8662 in make-hash-table.
8663
86642004-02-29 Juanma Barranquero <lektu@terra.es>
8665
8666 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8667 rm, and ignore exit code.
8668
86692004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8670
8671 * display.texi (Defining Faces): Add description for min-colors.
8672 Update example.
8673
86742004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8675
8676 * abbrevs.texi: Various corrections and clarifications in addition
8677 to the following:
8678 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8679
86802004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8681
8682 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8683
86842004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8685
8686 * text.texi: Various small changes in addition to the following:
8687 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8688 to delete-horizontal-space.
8689 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8690 description of yank-handler text property at various places.
8691
8692 * frames.texi (Window System Selections): Add anchor.
8693
8694 * syntax.texi (Syntax Table Functions): Clarify and correct
8695 descriptions of make-syntax-table and copy-syntax-table.
8696 (Motion and Syntax): Clarify SYNTAXES argument to
8697 skip-syntax-forward.
8698 (Parsing Expressions): Mention that the return value of
8699 parse-partial-sexp is currently a list of ten rather than nine
8700 elements.
8701 (Categories): Various corrections and clarifications.
8702
87032004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8704
8705 * markers.texi (Marker Insertion Types): Minor change.
8706
8707 * locals.texi (Standard Buffer-Local Variables):
8708 * commands.texi (Interactive Codes, Using Interactive):
8709 * functions.texi (Related Topics): Fix xrefs.
8710
87112004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8712
8713 * lists.texi (Sets And Lists): Update description of delete-dups.
8714
87152004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8716
8717 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8718
c8763fb6 87192004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8720
8721 * frames.texi (Parameter Access): frame-parameters arg is optional.
8722 modify-frame-parameters handles nil for FRAME.
8723 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8724 are all-or-nothing for certain toolkits.
8725 Mention parameter wait-for-wm.
8726 (Frames and Windows): In frame-first-window and frame-selected-window
8727 the arg is optional.
8728 (Input Focus): In redirect-frame-focus the second arg is optional.
8729 (Window System Selections): Mention selection type CLIPBOARD.
8730 Mention data-type UTF8_STRING.
8731 Mention numbering of cut buffers.
8732 (Resources): Describe x-resource-name.
8733
87342004-02-16 Richard M. Stallman <rms@gnu.org>
8735
8736 * windows.texi (Buffers and Windows): Delete false table
8737 about all-frames.
8738
8739 * syntax.texi (Parsing Expressions): Delete old caveat
8740 about parse-sexp-ignore-comments.
8741
8742 * streams.texi (Output Variables): Add print-quoted.
8743
8744 * lists.texi (Building Lists): Minor cleanup.
8745
8746 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8747
8748 * display.texi (Overlays): Explain overlays use markers.
8749 (Managing Overlays): Explain front-advance and rear-advance
8750 in more detail.
8751
8752 * loading.texi (Unloading): Document unload-feature-special-hooks.
8753 Get rid of fns-NNN.el file.
8754
87552004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8756
8757 * help.texi (Describing Characters): Fix text-char-description
8758 example output.
8759
8760 * edebug.texi (Using Edebug): Fix example.
8761
8762 * debugging.texi (Internals of Debugger): Fix return value.
8763
8764 * files.texi (Changing Files): Fix argname.
8765
8766 * calendar.texi: Fix parens, and default values.
8767
8768 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8769 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8770 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8771
8772 * positions.texi (Text Lines): Don't add -1 in current-line.
8773
87742004-02-16 Richard M. Stallman <rms@gnu.org>
8775
8776 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8777
87782004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8779
8780 * processes.texi (Low-Level Network): Fix a typo.
8781
87822004-02-12 Kim F. Storm <storm@cua.dk>
8783
8784 * display.texi (Fringes): Use consistent wording.
8785 Note that window-fringe's window arg is optional.
8786 (Scroll Bars): Use consistent wording.
8787
87882004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8789
8790 * tips.texi (Comment Tips): Document the new conventions for
8791 commenting out code.
8792
c8763fb6 87932004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8794
5dcb4c4e 8795 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8796
87972004-02-07 Kim F. Storm <storm@cua.dk>
8798
8799 * positions.texi (Text Lines): Add line-number-at-pos.
8800
88012004-02-06 John Paul Wallington <jpw@gnu.org>
8802
8803 * display.texi (Button Properties, Button Buffer Commands):
8804 mouse-2 invokes button, not down-mouse-1.
8805
88062004-02-04 Jason Rumney <jasonr@gnu.org>
8807
8808 * makefile.w32-in: Sync with Makefile.in changes.
8809
88102004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8811
8812 * minibuf.texi (Text from Minibuffer): Various corrections and
8813 clarifications.
8814 (Object from Minibuffer): Correct Lisp description of
8815 read-minibuffer.
8816 (Minibuffer History): Clarify description of cons values for
8817 HISTORY arguments.
5dcb4c4e
SM
8818 (Basic Completion): Various corrections and clarifications.
8819 Add completion-regexp-list.
b8d4c8d0
GM
8820 (Minibuffer Completion): Correct and clarify description of
8821 completing-read.
5dcb4c4e
SM
8822 (Completion Commands): Mention Partial Completion mode.
8823 Various other minor changes.
b8d4c8d0
GM
8824 (High-Level Completion): Various corrections and clarifications.
8825 (Reading File Names): Ditto.
8826 (Minibuffer Misc): Ditto.
8827
88282004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8829
8830 * strings.texi (Text Comparison): assoc-string also matches
8831 elements of alists that are strings instead of conses.
8832 (Formatting Strings): Standardize Texinfo usage. Update index
8833 entries.
8834
88352004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8836
8837 * lists.texi (Sets And Lists): Add delete-dups.
8838
88392004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8840
8841 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8842 special form.
8843 * macros.texi (Defining Macros): Update description of `declare',
8844 which now is a macro.
8845 (Wrong Time): Fix typos.
8846
88472004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8848
8849 * compile.texi (Compilation Functions): Expand descriptions of
8850 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8851 and `batch-byte-compile'. In particular, mention and describe
8852 all optional arguments.
8853 (Disassembly): Correct and clarify the description of `disassemble'.
8854
88552004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8856
8857 * searching.texi: Various small changes in addition to the
8858 following.
8859 (Regexp Example): Adapt to new value of `sentence-end'.
8860 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8861 `words'.
8862 (Search and Replace): Add usage note for `perform-replace'.
8863 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8864 `match-data'.
8865 (Standard Regexps): Update for new values of `paragraph-start'
8866 and `sentence-end'.
8867
88682004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8869
8870 * files.texi (Saving Buffers): Clarify descriptions of
8871 `write-contents-functions' and `before-save-hook'.
8872 Make the defvar's for `before-save-hook' and `after-save-hook'
8873 into defopt's.
8874
88752004-01-07 Kim F. Storm <storm@cua.dk>
8876
8877 * commands.texi (Click Events): Describe new image and
8878 width/height elements of click events.
8879 (Accessing Events): Add posn-string, posn-image, and
8880 posn-object-width-height. Change posn-object to return either
8881 image or string object.
8882
88832004-01-01 Simon Josefsson <jas@extundo.com>
8884
8885 * hooks.texi (Standard Hooks): Add before-save-hook.
8886 * files.texi (Saving Buffers): Likewise.
8887
88882004-01-03 Richard M. Stallman <rms@gnu.org>
8889
8890 * frames.texi (Frames and Windows): Delete frame-root-window.
8891
88922004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8893
8894 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8895
8896 * functions.texi: Various small changes in addition to the
8897 following.
5dcb4c4e
SM
8898 (What Is a Function): `functionp' returns nil for macros.
8899 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8900 (Function Documentation): Add `\' in front of (fn @var{arglist})
8901 and explain why.
8902 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8903 Add anchor.
8904 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8905
89062004-01-01 Miles Bader <miles@gnu.org>
8907
8908 * display.texi (Buttons): New section.
8909
89102003-12-31 Andreas Schwab <schwab@suse.de>
8911
8912 * numbers.texi (Math Functions): sqrt reports a domain-error
8913 error.
8914 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8915
89162003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8917
8918 * tips.texi (Documentation Tips): Update item on hyperlinks in
8919 documentation strings.
8920
8921 * errors.texi (Standard Errors): Various small corrections and
8922 additions.
8923
8924 * control.texi: Various small changes in addition to the
8925 following.
8926 (Signaling Errors): Provide some more details on how `signal'
8927 constructs the error message. Add anchor to the definition of
8928 `signal'.
8929 (Error Symbols): Describe special treatment of `quit'.
8930 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8931 to emphasize that it has to be a single form.
8932
8933 * buffers.texi: Add anchor.
8934
89352003-12-29 Richard M. Stallman <rms@gnu.org>
8936
8937 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8938 (Window Configurations): Add window-configuration-frame.
8939
8940 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8941
8942 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8943 Change arg name in get-char-property.
8944 (Special Properties): Update handling of keymap property.
8945
8946 * strings.texi (Modifying Strings): Add clear-string.
8947 (Text Comparison): Add assoc-string and remove
8948 assoc-ignore-case, assoc-ignore-representation.
8949
8950 * os.texi (Time of Day): Add set-time-zone-rule.
8951
8952 * numbers.texi (Math Functions): asin, acos, log, log10
8953 report domain-error errors.
8954
8955 * nonascii.texi (Converting Representations):
8956 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8957 (Encoding and I/O): Add file-name-coding-system.
8958
8959 * modes.texi (Search-based Fontification): Explain that
8960 face specs are symbols with face names as values.
8961
8962 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8963
8964 * lists.texi (Building Lists): remq moved elsewhere.
8965 (Sets And Lists): remq moved here.
8966 (Association Lists): Refer to assoc-string.
8967
8968 * internals.texi (Garbage Collection): Add memory-use-counts.
8969
8970 * frames.texi (Frames and Windows): Add set-frame-selected-window
8971 and frame-root-window.
8972
8973 * files.texi (Contents of Directories):
8974 Add directory-files-and-attributes.
8975
8976 * display.texi (Refresh Screen): Add force-window-update.
8977 (Invisible Text): Explain about moving point out of invis text.
8978 (Overlay Properties): Add overlay-properties.
8979 (Managing Overlays): Add overlayp.
8980 (GIF Images): Invalid image number displays a hollow box.
8981
8982 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8983 (Killing Buffers): Add buffer-live-p.
8984
89852003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8986
8987 * display.texi (Fringes): Fix typo "set-buffer-window".
8988
89892003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8990
8991 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8992 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8993 Add or change various xrefs and anchors.
8994
8995 * commands.texi: Replace all occurrences of @acronym{CAR} with
8996 @sc{car}, for consistency with the rest of the Elisp manual.
8997 `car' and `cdr' are historically acronyms, but are no longer
8998 widely thought of as such.
8999
9000 * internals.texi (Pure Storage): Mention that `purecopy' does not
9001 copy text properties.
9002 (Object Internals): Now 29 bits are used (in most implementations)
9003 to address Lisp objects.
9004
9005 * variables.texi (Variables with Restricted Values): New node.
9006
9007 * objects.texi (Lisp Data Types): Mention that certain variables
9008 can only take on a restricted set of values and add an xref to
9009 the new node "Variables with Restricted Values".
9010
9011 * eval.texi (Function Indirection): Describe the errors that
9012 `indirect-function' can signal.
9013 (Eval): Clarify the descriptions of `eval-region' and `values'.
9014 Describe `eval-buffer' instead of `eval-current-buffer' and
9015 mention `eval-current-buffer' as an alias for `current-buffer'.
9016 Correct the description and mention all optional arguments.
9017
9018 * nonascii.texi: Various small changes in addition to the
9019 following.
9020 (Converting Representations): Clarify behavior of
9021 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9022 ASCII arguments.
9023 (Character Sets): Document the variable `charset-list' and adapt
9024 the definition of the function `charset-list' accordingly.
9025 (Translation of Characters): Clarify use of generic characters in
9026 `make-translation-table'. Clarify and correct the description of
9027 the use of translation tables in encoding and decoding.
9028 (User-Chosen Coding Systems): Correct and clarify the description
9029 of `select-safe-coding-system'.
9030 (Default Coding Systems): Clarify description of
9031 `file-coding-system-alist'.
9032
90332003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9034
9035 * strings.texi (Text Comparison): Correctly describe when two
9036 strings are `equal'. Combine and clarify descriptions of
9037 `assoc-ignore-case' and `assoc-ignore-representation'.
9038
9039 * objects.texi (Non-ASCII in Strings): Clarify description of
9040 when a string is unibyte or multibyte.
9041 (Bool-Vector Type): Update examples.
9042 (Equality Predicates): Correctly describe when two strings are
9043 `equal'.
9044
90452003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9046
9047 * lists.texi (Building Lists): `append' no longer accepts integer
9048 arguments. Update the description of `number-sequence' to reflect
9049 recent changes.
9050 (Sets And Lists): Describe `member-ignore-case' after `member'.
9051
90522003-11-27 Kim F. Storm <storm@cua.dk>
9053
9054 * commands.texi (Click Events): Click object may be an images.
9055 Describe (dx . dy) element of click positions.
9056 (Accessing Events): Remove duplicate posn-timestamp.
9057 New functions posn-object and posn-object-x-y.
9058
90592003-11-23 Kim F. Storm <storm@cua.dk>
9060
9061 * commands.texi (Click Events): Describe enhancements to event
9062 position lists, including new text-pos and (col . row) items.
9063 Mention left-fringe and right-fringe area events.
9064 (Accessing Events): New functions posn-area and
9065 posn-actual-col-row. Mention posn-timestamp. Mention that
9066 posn-point in non-text area still returns buffer position.
9067 Clarify posn-col-row.
9068
90692003-11-21 Lars Hansen <larsh@math.ku.dk>
9070
9071 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9072 * anti.texi (File Attributes): Describe removed parameter
9073 ID-FORMAT.
9074
90752003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9076
9077 * positions.texi (Positions): Mention that, if a marker is used as
9078 a position, its buffer is ignored.
9079
9080 * markers.texi (Overview of Markers): Mention it here too.
9081
90822003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9083
9084 * numbers.texi (Numeric Conversions): Not just `floor', but also
9085 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9086
90872003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9088
9089 * markers.texi (Creating Markers): Specify insertion type of
9090 created markers. Add xref to `Marker Insertion Types'.
9091 Second argument to `copy-marker' is optional.
9092 (Marker Insertion Types): Mention that most markers are created
9093 with insertion type nil.
9094 (The Mark): Correctly describe when `mark' signals an error.
9095 (The Region): Correctly describe when `region-beginning' and
9096 `region-end' signal an error.
9097
90982003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9099
9100 * hash.texi (Creating Hash): Clarify description of `eql'.
9101 `makehash' is obsolete.
9102 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9103
9104 * positions.texi (Point): Change description of `buffer-end', so
9105 that it is also correct for floating point arguments.
9106 (List Motion): Correct argument lists of `beginning-of-defun' and
9107 `end-of-defun'.
9108 (Excursions): Add xref to `Marker Insertion Types'.
9109 (Narrowing): Argument to `narrow-to-page' is optional.
9110
91112003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9112
9113 * streams.texi (Output Streams): Clarify behavior of point for
9114 marker output streams.
9115
91162003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9117
9118 * variables.texi (Defining Variables): Second argument to
9119 `defconst' is not optional.
9120 (Setting Variables): Mention optional argument APPEND to
9121 `add-to-list'.
9122 (Creating Buffer-Local): Expand description of
9123 `make-variable-buffer-local'.
9124 (Frame-Local Variables): Expand description of
9125 `make-variable-frame-local'.
9126 (Variable Aliases): Correct description of optional argument
9127 DOCSTRING to `defvaralias'. Mention return value of
9128 `defvaralias'.
9129 (File Local Variables): Add xref to `File variables' in Emacs
9130 Manual. Correct description of `hack-local-variables'. Mention
9131 `safe-local-variable' property. Mention optional second argument
9132 to `risky-local-variable-p'.
9133
91342003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9135
9136 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9137
91382003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9139
9140 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9141 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9142 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9143 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9144 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9145 lispref/processes.texi, lispref/searching.texi,
9146 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9147 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9148 @acronym{FOO}.
9149
91502003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9151
9152 * strings.texi (Creating Strings): Argument START to `substring'
9153 can not be `nil'. Expand description of
9154 `substring-no-properties'. Correct description of `split-string',
9155 especially with respect to empty matches. Prevent very bad line
9156 break in definition of `split-string-default-separators'.
9157 (Text Comparison): `string=' and `string<' also accept symbols as
9158 arguments.
9159 (String Conversion): More completely describe argument BASE in
9160 `string-to-number'.
9161 (Formatting Strings): `%s' and `%S' in `format' do require
9162 corresponding object. Clarify behavior of numeric prefix after
9163 `%' in `format'.
9164 (Case Conversion): The argument to `upcase-initials' can be a
9165 character.
9166
91672003-10-27 Kenichi Handa <handa@m17n.org>
9168
9169 * display.texi (Fontsets): Fix texinfo usage.
9170
91712003-10-25 Kenichi Handa <handa@m17n.org>
9172
9173 * display.texi (Fontsets): Add description of the function
9174 set-fontset-font.
9175
91762003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9177
9178 * display.texi (Temporary Displays): Add xref to `Documentation
9179 Tips'.
9180
9181 * functions.texi (Function Safety): Use inforef instead of pxref
9182 for SES.
9183
91842003-10-23 Andreas Schwab <schwab@suse.de>
9185
9186 * Makefile.in (TEX, texinputdir): Don't define.
9187 (TEXI2DVI): Define.
9188 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9189 add $(srcdir)/index.texi.
9190 ($(infodir)/elisp): Remove index.texi dependency.
9191 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9192 (index.texi): Remove target.
9193 (dist): Don't link $(srcdir)/permute-index.
9194 (clean): Don't remove index.texi.
9195
9196 * permute-index, index.perm: Remove.
9197 * index.texi: Rename from index.unperm.
9198
91992003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9200
9201 * tips.texi (Documentation Tips): Document new behavior for face
9202 and variable hyperlinks in Help mode.
9203
92042003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9205
9206 * objects.texi (Integer Type): Update for extra bit of integer range.
9207 (Character Type): Ditto.
9208
92092003-10-16 Eli Zaretskii <eliz@gnu.org>
9210
9211 * numbers.texi (Integer Basics): Add index entries for reading
9212 numbers in hex, octal, and binary.
9213
92142003-10-16 Lute Kamstra <lute@gnu.org>
9215
9216 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9217 argument.
9218
92192003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9220
9221 * windows.texi (Choosing Window): Fix typo.
9222 * edebug.texi (Edebug Execution Modes): Fix typo.
9223
92242003-10-13 Richard M. Stallman <rms@gnu.org>
9225
9226 * windows.texi (Basic Windows): A window has fringe settings,
9227 display margins and scroll-bar settings.
9228 (Splitting Windows): Doc split-window return value.
9229 Clean up one-window-p.
9230 (Selecting Windows): Fix typo.
9231 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9232 (Buffers and Windows): In set-window-buffer, explain effect
9233 on fringe settings and scroll bar settings.
9234 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9235 (Choosing Window): Use defopt for pop-up-frame-function.
9236 For special-display-buffer-names, explain same-window and same-frame.
9237 Clarify window-dedicated-p return value.
9238 (Textual Scrolling): scroll-up and scroll-down can get an error.
9239 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9240 Clarify set-window-hscroll.
9241 (Size of Window): Don't mention tool bar in window-height.
9242 (Coordinates and Windows): Explain what coordinates-in-window-p
9243 returns for fringes and display margins.
9244 (Window Configurations): Explain saving fringes, etc.
9245
9246 * tips.texi (Library Headers): Clean up Documentation.
9247
9248 * syntax.texi (Parsing Expressions): Clean up forward-comment
9249 and parse-sexp-lookup-properties.
9250
9251 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9252
9253 * os.texi (System Environment): Clean up text for load-average errors.
9254
9255 * modes.texi (Hooks): Don't explain local hook details at front.
9256 Clarify run-hooks and run-hook-with-args a little.
9257 Clean up add-hook and remove-hook.
9258
9259 * edebug.texi (Edebug Execution Modes): Clarify t.
9260 Document edebug-sit-for-seconds.
9261 (Coverage Testing): Document C-x X = and =.
9262 (Instrumenting Macro Calls): Fix typo.
9263 (Specification List): Don't index the specification keywords.
9264
92652003-10-10 Kim F. Storm <storm@cua.dk>
9266
9267 * processes.texi (Network): Introduce make-network-process.
9268
92692003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9270
9271 * tips.texi (Library Headers): Fix typo.
9272
92732003-10-07 Juri Linkov <juri@jurta.org>
9274
9275 * modes.texi (Imenu): Mention imenu-create-index-function's
9276 default value. Explain submenus better.
9277
92782003-10-07 Lute Kamstra <lute@gnu.org>
9279
9280 * modes.texi (Faces for Font Lock): Fix typo.
9281 (Hooks): Explain how buffer-local hook variables can refer to
9282 global hook variables.
9283 Various minor clarifications.
9284
92852003-10-06 Lute Kamstra <lute@gnu.org>
9286
9287 * tips.texi (Coding Conventions): Mention naming conventions for
9288 hooks.
9289
92902003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9291
9292 * loading.texi (Library Search): Correct default value of
9293 load-suffixes.
9294 (Named Features): Fix typo.
9295
92962003-10-05 Richard M. Stallman <rms@gnu.org>
9297
9298 * loading.texi (Named Features): In `provide',
9299 say how to test for subfeatures.
9300 (Unloading): In unload-feature, use new var name
9301 unload-feature-special-hooks.
9302
93032003-10-03 Lute Kamstra <lute@gnu.org>
9304
9305 * modes.texi (Major Mode Conventions): Mention third way to set up
9306 Imenu.
9307 (Imenu): A number of small fixes.
9308 Delete documentation of internal variable imenu--index-alist.
9309 Document the return value format of imenu-create-index-function
9310 functions.
9311
93122003-09-30 Richard M. Stallman <rms@gnu.org>
9313
9314 * processes.texi (Network): Say what stopped datagram connections do.
9315
9316 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9317
9318 * display.texi (Overlay Properties): Clarify `evaporate' property.
9319
93202003-09-29 Lute Kamstra <lute@gnu.org>
9321
9322 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9323 constructs should be marked as risky.
9324 Change cons cell into proper list.
9325 (Mode Line Variables): Change cons cell into proper list.
9326
93272003-09-26 Lute Kamstra <lute@gnu.org>
9328
9329 * modes.texi (Mode Line Data): Document the :propertize construct.
9330 (Mode Line Variables): Reorder the descriptions of the variables
9331 to match their order in the default mode-line-format.
9332 Describe the new variables mode-line-position and mode-line-modes.
9333 Update the default values of mode-line-frame-identification,
9334 minor-mode-alist, and default-mode-line-format.
9335 (Properties in Mode): Mention the :propertize construct.
9336
93372003-09-26 Richard M. Stallman <rms@gnu.org>
9338
9339 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9340 * loading.texi, minibuf.texi, text.texi, variables.texi:
9341 Avoid @strong{Note:}.
9342
93432003-09-26 Richard M. Stallman <rms@gnu.org>
9344
9345 * keymaps.texi (Remapping Commands): Fix typo.
9346
93472003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9348
9349 * processes.texi (Low-Level Network): Fix typo.
9350
93512003-09-23 Kim F. Storm <storm@cua.dk>
9352
9353 * processes.texi (Network, Network Servers): Fix typos.
9354 (Low-Level Network): Add timeout value for :server keyword.
9355 Add new option keywords to make-network-process.
9356 Add set-network-process-options.
9357 Explain how to test availability of network options.
9358
93592003-09-19 Richard M. Stallman <rms@gnu.org>
9360
9361 * text.texi (Motion by Indent): Arg to
9362 backward-to-indentation and forward-to-indentation is optional.
9363
9364 * strings.texi (Creating Strings): Add substring-no-properties.
9365
9366 * processes.texi
9367 (Process Information): Add list-processes arg QUERY-ONLY.
9368 Delete process-contact from here.
9369 Add new status values for process-status.
9370 Add process-get, process-put, process-plist, set-process-plist.
9371 (Synchronous Processes): Add call-process-shell-command.
9372 (Signals to Processes): signal-process allows process objects.
9373 (Network): Complete rewrite.
9374 (Network Servers, Datagrams, Low-Level Network): New nodes.
9375
9376 * positions.texi (Word Motion): forward-word, backward-word
9377 arg is optional. Reword.
9378
9379 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9380
9381 * variables.texi (Creating Buffer-Local):
9382 Delete duplicate definition of buffer-local-value.
9383 (File Local Variables): Explain about discarding text props.
9384
93852003-09-11 Richard M. Stallman <rms@gnu.org>
9386
9387 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9388 changes variables that record input events.
9389 (Minibuffer Misc): Add minibuffer-selected-window.
9390
9391 * lists.texi (Building Lists): Add copy-tree.
9392
9393 * display.texi (Fontsets): Add char-displayable-p.
9394 (Scroll Bars): New node.
9395
93962003-09-08 Lute Kamstra <lute@gnu.org>
9397
9398 * modes.texi (%-Constructs): Document new `%i' and `%I'
9399 constructs.
9400
94012003-09-03 Peter Runestig <peter@runestig.com>
9402
9403 * makefile.w32-in: New file.
9404
94052003-08-29 Richard M. Stallman <rms@gnu.org>
9406
9407 * display.texi (Overlay Properties): Clarify how priorities
9408 affect use of the properties.
9409
94102003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9411
9412 * customize.texi (Type Keywords): Correct the description of
9413 `:help-echo' in the case where `motion-doc' is a function.
9414
94152003-08-14 John Paul Wallington <jpw@gnu.org>
9416
9417 * modes.texi (Emulating Mode Line): Subsection, not section.
9418
94192003-08-13 Richard M. Stallman <rms@gnu.org>
9420
9421 * elisp.texi (Top): Update subnode lists in menu.
9422
9423 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9424 (Kill Functions): kill-region has new arg yank-handler.
9425 (Yanking): New node.
9426 (Yank Commands): Add yank-undo-function.
9427 (Low-Level Kill Ring):
9428 kill-new and kill-append have new arg yank-handler.
9429 (Changing Properties): Add remove-list-of-text-properties.
9430 (Atomic Changes): New node.
9431
9432 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9433
9434 * streams.texi (Output Variables): Add eval-expression-print-length
9435 and eval-expression-print-level.
9436
9437 * os.texi (Time Conversion): For encode-time, explain limits on year.
9438
9439 * objects.texi (Character Type): Define anchor "modifier bits".
9440
9441 * modes.texi (Emulating Mode Line): New node.
9442 (Search-based Fontification): Font Lock uses font-lock-face property.
9443 (Other Font Lock Variables): Likewise.
9444
9445 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9446 not vectors.
9447 (Active Keymaps): Add emulation-mode-map-alists.
9448 (Functions for Key Lookup): key-binding has new arg no-remap.
9449 (Remapping Commands): New node.
9450 (Scanning Keymaps): where-is-internal has new arg no-remap.
9451 (Tool Bar): Add tool-bar-local-item-from-menu.
9452 Clarify when to use tool-bar-add-item-from-menu.
9453
9454 * commands.texi (Interactive Call): commandp has new arg.
9455 (Command Loop Info): Add this-original-command.
9456
94572003-08-06 John Paul Wallington <jpw@gnu.org>
9458
9459 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9460
9461 * display.texi (Warning Basics): Fix typo.
9462 (Fringes): Add closing curly bracket and fix typo.
9463
9464 * elisp.texi (Top): Fix typo.
9465
94662003-08-05 Richard M. Stallman <rms@gnu.org>
9467
9468 * elisp.texi: Update lists of subnodes.
9469
9470 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9471
9472 * variables.texi (Local Variables): Use lc for example variable names.
9473
9474 * tips.texi (Library Headers): Explain where to put -*-.
9475
9476 * strings.texi (Creating Strings): Fix xref for vconcat.
9477
9478 * sequences.texi (Vector Functions):
9479 vconcat no longer allows integer args.
9480
9481 * minibuf.texi (Reading File Names): read-file-name has new
9482 arg PREDICATE. New function read-directory-name.
9483
c4cc8b9a 9484 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9485 (Indenting Macros): New node.
9486
9487 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9488 (Window Frame Parameters): Make separate table of parameters
9489 that are coupled with specific face attributes.
9490 (Deleting Frames): delete-frame-hooks renamed to
9491 delete-frame-functions.
9492
9493 * files.texi (Magic File Names): Add file-remote-p.
9494 Clarify file-local-copy.
9495
9496 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9497 here; instead xref Defining Macros.
9498
9499 * display.texi (Warnings): New node, and subnodes.
9500 (Fringes): New node.
9501
9502 * debugging.texi (Test Coverage): New node.
9503
9504 * compile.texi (Compiler Errors): Explain with-no-warnings
9505 and other ways to suppress warnings.
9506
9507 * commands.texi (Interactive Call): Minor clarification.
9508
9509 * buffers.texi (Buffer File Name): set-visited-file-name
9510 renames the buffer too.
9511
9512 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9513
95142003-07-24 Markus Rost <rost@math.ohio-state.edu>
9515
9516 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9517
95182003-07-22 Markus Rost <rost@math.ohio-state.edu>
9519
9520 * internals.texi (Garbage Collection): Fix previous change.
9521
95222003-07-22 Richard M. Stallman <rms@gnu.org>
9523
9524 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9525
9526 * display.texi (Width): Use \s syntax in example.
9527 (Font Selection): Add face-font-rescale-alist.
9528
9529 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9530 Remove spurious indent in example.
9531
9532 * lists.texi (Building Lists): Add number-sequence.
9533
9534 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9535
9536 * functions.texi (Function Documentation): Explain how to
9537 show calling convention explicitly in the doc string.
9538
9539 * windows.texi (Selecting Windows): save-selected-window saves
9540 selected window of each frame.
9541 (Window Configurations): Minor change.
9542
9543 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9544
9545 * streams.texi (Output Variables): Add print-continuous-numbering
9546 and print-number-table.
9547
9548 * processes.texi (Decoding Output): New node.
9549
9550 * os.texi (Time Conversion): decode-time arg is optional.
9551
9552 * objects.texi (Character Type): Don't use space as example for \.
9553 Make list of char names and \-sequences correspond.
9554 Explain that \s is not used in strings. `\ ' needs space after.
9555
9556 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9557 (Translation of Characters): Add translation-table-for-input.
9558 (Default Coding Systems): Add auto-coding-functions.
9559 (Explicit Encoding): Add decode-coding-inserted-region.
9560 (Locales): Add locale-info.
9561
9562 * minibuf.texi (Basic Completion): Describe test-completion.
9563 Collections can be lists of strings.
9564 Clean up lazy-completion-table.
9565 (Programmed Completion): Mention test-completion.
9566 Clarify why lambda expressions are not accepted.
9567 (Minibuffer Misc): Describe minibufferp.
9568
95692003-07-14 Richard M. Stallman <rms@gnu.org>
9570
9571 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9572
9573 * windows.texi (Selecting Windows): New arg to select-window.
9574 (Selecting Windows): Add with-selected-window.
9575 (Size of Window): Add window-inside-edges, etc.
9576
9577 * internals.texi (Garbage Collection): Add post-gc-hook.
9578
9579 * processes.texi (Subprocess Creation): Add exec-suffixes.
9580
9581 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9582 (Scanning Keymaps): Add map-keymaps.
9583 (Defining Menus): Add keymap-prompt.
9584
9585 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9586 most-negative-fixnum.
9587
c4cc8b9a 9588 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9589 (Compiler Errors): New node.
9590
9591 * os.texi (User Identification): user-uid, user-real-uid
9592 can return float.
9593
9594 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9595 and about derived modes.
9596 (Minor Modes): Add minor-mode-list.
9597 (Defining Minor Modes): Keyword args for define-minor-mode.
9598 (Search-based Fontification): Explain managing other properties.
9599 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9600 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9601 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9602
9603 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9604 (Variable Aliases): Clarify defvaralias.
9605
9606 * loading.texi (Library Search): Add load-suffixes.
9607
9608 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9609 (Programmed Completion): Add dynamic-completion-table.
9610
9611 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9612 (Magic File Names): Specify precedence order of handlers.
9613
9614 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9615 and post-command-hook.
9616 (Waiting): New calling convention for sit-for.
9617
9618 * text.texi (Special Properties): local-map and keymap properties
9619 apply based on their stickiness.
9620
96212003-07-07 Richard M. Stallman <rms@gnu.org>
9622
9623 * modes.texi (Minor Mode Conventions): Specify only some kinds
9624 of list values as args to minor modes.
9625
9626 * files.texi (File Name Expansion): Warn about iterative use
9627 of substitute-in-file-name.
9628
9629 * advice.texi (Activation of Advice): Clean up previous change.
9630
96312003-07-06 Markus Rost <rost@math.ohio-state.edu>
9632
9633 * advice.texi (Activation of Advice): Note that ad-start-advice is
9634 turned on by default.
9635
96362003-06-30 Richard M. Stallman <rms@gnu.org>
9637
9638 * text.texi (Buffer Contents): Document current-word.
9639 (Change Hooks): Not called for *Messages*.
9640
9641 * functions.texi (Defining Functions): Explain about redefining
9642 primitives.
f4e90db0 9643 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9644 Comment out the detailed criteria for what is safe.
9645
96462003-06-22 Andreas Schwab <schwab@suse.de>
9647
9648 * objects.texi (Symbol Type): Fix description of examples.
9649
96502003-06-16 Andreas Schwab <schwab@suse.de>
9651
9652 * hash.texi (Creating Hash): Fix description of :weakness.
9653
c8763fb6 96542003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9655
9656 * files.texi (Changing Files): copy-file copies file modes, too.
9657
96582003-05-28 Richard M. Stallman <rms@gnu.org>
9659
9660 * strings.texi (Creating Strings): Clarify split-string.
9661
96622003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9663
9664 * strings.texi (Creating Strings): Update split-string specification
9665 and examples.
9666
96672003-05-19 Richard M. Stallman <rms@gnu.org>
9668
9669 * elisp.texi: Correct invariant section names.
9670
96712003-04-20 Richard M. Stallman <rms@gnu.org>
9672
9673 * os.texi (Timers): Explain about timers and quitting.
9674
96752003-04-19 Richard M. Stallman <rms@gnu.org>
9676
9677 * internals.texi (Writing Emacs Primitives): Strings are
9678 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9679 Explain GCPRO convention for varargs function args.
9680
96812003-04-16 Richard M. Stallman <rms@gnu.org>
9682
9683 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9684
96852003-04-08 Richard M. Stallman <rms@gnu.org>
9686
9687 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9688
96892003-02-13 Kim F. Storm <storm@cua.dk>
9690
9691 * objects.texi (Character Type): New \s escape for space.
9692
96932003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9694
5dcb4c4e 9695 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9696
96972003-01-25 Richard M. Stallman <rms@gnu.org>
9698
9699 * keymaps.texi: Document that a symbol can act as a keymap.
9700
97012003-01-13 Richard M. Stallman <rms@gnu.org>
9702
9703 * text.texi (Changing Properties): Say string indices are origin-0.
9704
9705 * positions.texi (Screen Lines) <compute-motion>:
9706 Correct order of elts in return value.
9707
9708 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9709 how to define a default binding.
9710
97112002-12-07 Markus Rost <rost@math.ohio-state.edu>
9712
9713 * loading.texi (Unloading): Fix recent change for load-history.
9714
9715 * customize.texi (Simple Types): Clarify description of custom
9716 type 'number. Describe new custom type 'float.
9717
97182002-12-04 Markus Rost <rost@math.ohio-state.edu>
9719
9720 * variables.texi (File Local Variables): Fix typo.
9721
c8763fb6 97222002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9723
9724 From Michael Albinus <Michael.Albinus@alcatel.de>.
9725
9726 * README: Target for Info file is `make info'.
9727
5dcb4c4e 9728 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9729 `file-name-sans-extension'.
9730 (Magic File Names): Complete list of operations for magic file
9731 name handlers.
9732
97332002-09-16 Jonathan Yavner <jyavner@engineer.com>
9734
9735 * variables.texi (File Local Variables): New function
9736 risky-local-variable-p.
9737
97382002-09-15 Jonathan Yavner <jyavner@engineer.com>
9739
9740 * functions.texi (Function safety): New node about unsafep.
9741
97422002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9743
5dcb4c4e 9744 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9745 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9746
97472002-06-17 Juanma Barranquero <lektu@terra.es>
9748
9749 * frames.texi (Display Feature Testing): Fix typo.
9750
97512002-06-12 Andreas Schwab <schwab@suse.de>
9752
9753 * frames.texi (Initial Parameters, Resources): Fix references to
9754 the Emacs manual.
9755
97562002-05-13 Kim F. Storm <storm@cua.dk>
9757
9758 * variables.texi (Intro to Buffer-Local): Updated warning and
9759 example relating to changing buffer inside let.
9760
c8763fb6 97612002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9762
9763 * os.texi (Session Management): New node about X Session management.
9764
97652002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9766
9767 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9768 to which the manual corresponds, and the copyright years.
9769
9770 * Makefile.in (VERSION): Set to 2.9.
9771
97722001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9773
9774 * elisp.texi: Change the category in @dircategory to "Emacs", to
9775 make it consistent with info/dir.
9776
97772001-11-25 Miles Bader <miles@gnu.org>
9778
9779 * text.texi (Fields): Describe new `limit' arg in
9780 field-beginning/field-end.
9781
97822001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9783
5dcb4c4e
SM
9784 * permute-index: Don't depend on csh-specific features.
9785 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9786
9787 * two-volume-cross-refs.txt: New file.
9788 * two.el: New file.
9789 * spellfile: New file.
9790
97912001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9792
9793 * permute-index: New file.
9794
9795 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9796 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9797 8+3 restricted namespace.
9798
9799 * Makefile.in (infodir): Define relative to $(srcdir).
9800 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9801 include directories list via -I switch to makeinfo.
9802 (index.texi): Use cp if both hard and symbolic links fail.
9803
98042001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9805
9806 * Makefile.in (distclean): Add.
9807
9808 The following changes make ELisp manual part of the Emacs
9809 distribution:
9810
9811 * Makefile.in: Add Copyright notice.
9812 (prefix): Remove.
9813 (infodir): Change value to "../info".
9814 (VPATH): New variable.
9815 (MAKE): Don't define.
9816 (texmacrodir): Don't define.
9817 (texinputdir): Append the existing value of TEXINPUTS.
9818 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9819 command to be compatible with man/Makefile.in, and to put the
9820 output into ../info.
9821 (info): Add target.
9822 (installall): Target removed.
9823
c8763fb6 98242001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9825
9826 * tips.texi (Coding Conventions): Fix typo.
9827
98282001-10-23 Gerd Moellmann <gerd@gnu.org>
9829
9830 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9831
98322001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9833
9834 * files.texi (File Name Components): Update the description of
9835 file-name-sans-extension and file-name-extension, as they now
9836 ignore leading dots.
9837
98382001-10-20 Gerd Moellmann <gerd@gnu.org>
9839
9840 * (Version 21.1 released.)
9841
98422001-10-19 Miles Bader <miles@gnu.org>
9843
9844 * positions.texi (Text Lines): Describe behavior of
9845 `beginning-of-line'/`end-of-line' in the presence of field properties.
9846
98472001-10-17 Gerd Moellmann <gerd@gnu.org>
9848
9849 * Makefile.in (VERSION): Set to 2.8.
9850 (manual): Use `manual-21'.
9851
9852 * elisp.texi (VERSION): Add and use it where the version
9853 number was used. Set it to 2.8.
9854
9855 * intro.texi: Likewise.
9856
98572001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9858
9859 * files.texi (File Name Completion): Document the significance of
9860 a trailing slash in elements of completion-ignored-extensions.
9861
98622001-10-06 Miles Bader <miles@gnu.org>
9863
9864 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9865
98662001-10-04 Gerd Moellmann <gerd@gnu.org>
9867
9868 * variables.texi (Variable Aliases): New node.
9869
98702001-10-04 Gerd Moellmann <gerd@gnu.org>
9871
9872 * Branch for 21.1.
9873
98742001-10-02 Miles Bader <miles@gnu.org>
9875
9876 * minibuf.texi (Minibuffer Misc): Add entries for
9877 `minibuffer-contents', `minibuffer-contents-no-properties', and
9878 `delete-minibuffer-contents'.
9879 Correct description for `minibuffer-prompt-end'.
9880
9881 * text.texi (Property Search): Correct descriptions of
9882 `next-char-property-change' and `previous-char-property-change'.
9883 Add entries for `next-single-char-property-change' and
9884 `previous-single-char-property-change'.
9885 Make operand names a bit more consistent.
9886
98872001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9888
9889 * frames.texi (Finding All Frames): Document that next-frame and
9890 previous-frame are local to current terminal.
9891
98922001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9893
9894 * keymaps.texi (Creating Keymaps): Fix the description of the
9895 result of make-keymap.
9896
98972001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9898
9899 * display.texi (Font Lookup, Attribute Functions)
9900 (Image Descriptors): Add cross-references to the definition of
9901 selected frame.
9902
9903 * buffers.texi (The Buffer List): Add cross-references to the
9904 definition of selected frame.
9905
9906 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9907 frame at any given time.
9908 (Multiple Displays, Size and Position): Add a cross-reference to
9909 the definition of the selected frame.
9910
99112001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9912
9913 * strings.texi (String Conversion) <string-to-number>: Document
9914 that a float is returned for integers that are too large.
9915
9916 * frames.texi (Mouse Position): Document mouse-position-function.
9917 (Display Feature Testing): Document display-images-p.
9918 (Window Frame Parameters): Document the cursor-type variable.
9919
9920 * numbers.texi (Integer Basics): Document CL style read syntax for
9921 integers in bases other than 10.
9922
5dcb4c4e
SM
9923 * positions.texi (List Motion):
9924 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9925
9926 * lists.texi (Sets And Lists): Document member-ignore-case.
9927
9928 * internals.texi (Garbage Collection): Document the used and free
9929 strings report.
9930 (Memory Usage): Document strings-consed.
9931
9932 * os.texi (Time of Day): Document float-time.
9933 (Recording Input): Document that clear-this-command-keys clears
9934 the vector to be returned by recent-keys.
9935
9936 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9937 argument keymap can be a list.
9938
9939 * nonascii.texi (User-Chosen Coding Systems)
9940 <select-safe-coding-system>: Document the new argument
9941 accept-default-p and the variable
9942 select-safe-coding-system-accept-default-p. Tell what happens if
9943 buffer-file-coding-system is undecided.
9944 (Default Coding Systems): Document auto-coding-regexp-alist.
9945
9946 * display.texi (The Echo Area) <message>: Document
9947 message-truncate-lines.
9948 (Glyphs): Document that the glyph table is unused on windowed
9949 displays.
9950
9951 * help.texi (Describing Characters) <single-key-description>:
9952 Document the new argument no-angles.
9953 (Accessing Documentation) <documentation-property>: Document that
9954 a non-string property is evaluated.
9955 <documentation>: Document that the function-documentation property
9956 is looked for.
9957
9958 * windows.texi (Selecting Windows): Document some-window.
9959
9960 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9961
9962 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9963 apropos-mode-hook.
9964
9965 * commands.texi (Using Interactive): Document interactive-form.
9966 (Keyboard Macros): Document kbd-macro-termination-hook.
9967 (Command Loop Info): Document that clear-this-command-keys clears
9968 the vector to be returned by recent-keys.
9969
99702001-09-04 Werner LEMBERG <wl@gnu.org>
9971
9972 * Makefile.in (srcdir, texinputdir): New variables.
9973 (srcs, index.texi, install): Use $(srcdir).
9974 (.PHONY): Remove elisp.dvi.
9975 (elisp): Use -I switch for makeinfo.
9976 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9977 (installall, dist): Use $(srcdir).
9978 Fix path to texinfo.tex.
9979 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9980
99812001-08-30 Gerd Moellmann <gerd@gnu.org>
9982
9983 * display.texi (Conditional Display): Adjust to API change.
9984
9985 * configure: New file.
9986
99872001-07-30 Gerd Moellmann <gerd@gnu.org>
9988
9989 * commands.texi (Repeat Events): Add description of
9990 double-click-fuzz.
9991
99922001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9993
9994 * syntax.texi (Syntax Class Table): Add the missing designator for
9995 comment and string fences.
9996 (Syntax Properties): Add a xref to syntax table internals.
9997 (Syntax Table Internals): Document string-to-syntax.
9998
99992001-05-07 Gerd Moellmann <gerd@gnu.org>
10000
10001 * Makefile.in (install): Use install-info command line options
10002 like in Emacs' Makefile.in.
10003
100042000-12-09 Miles Bader <miles@gnu.org>
10005
10006 * windows.texi (Window Start): Update documentation for
10007 `pos-visible-in-window-p'.
10008
100092000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10010
10011 * lists.texi (Building Lists): Add footnote to explain how to add
10012 to the end of a list.
10013
100142000-10-25 Gerd Moellmann <gerd@gnu.org>
10015
10016 * files.texi (Visiting Functions): Typos.
10017
100182000-10-25 Kenichi Handa <handa@etl.go.jp>
10019
10020 * files.texi (Visiting Functions): Return value of
10021 find-file-noselect may be a list of buffers if wildcards are used.
10022
100232000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10024
10025 * display.texi (Defining Faces): Document `graphic' display type
10026 in face specs.
10027
b344d29d 100282000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10029
10030 * hooks.texi (Standard Hooks): Replace obsolete
10031 `after-make-frame-hook' with `after-make-frame-functions'.
10032
10033 * frames.texi (Creating Frames): Ditto.
10034
10035 * variables.texi (Future Local Variables): Ditto.
10036
100372000-10-16 Gerd Moellmann <gerd@gnu.org>
10038
10039 * display.texi (Other Image Types): Add description of :foreground
10040 and :background properties of mono PBM images.
10041
100422000-08-17 Werner LEMBERG <wl@gnu.org>
10043
10044 * .cvsignore: New file.
10045
100462000-01-05 Gerd Moellmann <gerd@gnu.org>
10047
10048 * tindex.pl: New script.
10049
100501999-12-03 Dave Love <fx@gnu.org>
10051
10052 * Makefile.in (MAKEINFO): New parameter.
10053
100541999-09-17 Richard Stallman <rms@gnu.org>
10055
10056 * Makefile.in (srcs): Add hash.texi.
10057 (VERSION): Update to 20.6.
10058
100591999-09-13 Richard Stallman <rms@gnu.org>
10060
10061 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10062
100631998-08-29 Karl Heuer <kwzh@gnu.org>
10064
10065 * configure.in: New file.
10066 * Makefile.in: Renamed from Makefile.
10067 (prefix, infodir): Use value obtained from configure.
10068 (emacslibdir): Obsolete variable deleted.
10069 (dist): Distribute configure.in, configure, Makefile.in.
10070
100711998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10072
10073 * Makefile (INSTALL_INFO): New variable.
10074 (install): Run install-info.
10075
100761998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10077
10078 * Makefile (elisp.dvi): Add missing backslash.
10079
100801998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10081
10082 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10083 Run texindex without `./'. Always run texindex on elisp.tp.
10084 (elisp.tps): Target deleted.
10085
100861998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10087
10088 * Makefile (srcs): Add nonascii.texi and customize.texi.
10089 (dist): Start by deleting `temp'.
10090
100911998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10092
10093 * Makefile (makeinfo, texindex): Targets deleted.
10094 (makeinfo.o, texindex.o): Targets deleted.
10095 (clean, dist): Don't do anything with them or with getopt*.
10096
100971998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10098
10099 * Makefile (SHELL): Defined.
10100
101011998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10102
10103 * Makefile (elisp.tps): New target.
10104 (elisp.dvi): Depend on elisp.tps.
10105
c5602427 101061996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10107
10108 * README: Update phone number.
10109
10110 * Makefile (elisp): Make this be the default target.
10111 Depend on makeinfo.c instead of makeinfo.
10112 (install): Don't depend on elisp.dvi, since we don't install that.
10113 Use mkinstalldirs.
10114 (dist): Add mkinstalldirs.
10115
c5602427 101161995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10117
10118 * Makefile (VERSION): Update version number.
5dcb4c4e 10119 (maintainer-clean): Rename from realclean.
b8d4c8d0 10120
c5602427 101211995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10122
10123 * Makefile (realclean): New target.
10124 (elisp): Remove any old elisp-* files first.
10125
c5602427 101261993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10127
10128 * Makefile (VERSION): New variable.
10129 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10130 Compressed file suffix should be `.gz', not `.z'.
10131
ce058493 101321993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10133
10134 * Makefile (elisp): Depend on makeinfo.
10135
c5602427 101361993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10137
10138 * Makefile (srcs): Add anti.texi.
10139
c5602427 101401993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10141
10142 * Makefile (infodir, prefix): New vars.
10143 (install): Use infodir.
f4e90db0 10144 (emacsinfodir): Delete.
b8d4c8d0 10145
c5602427 101461993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10147
10148 * Makefile (srcs): Add calendar.texi.
10149
10150 * Makefile (dist): Copy texindex.c and makeinfo.c.
10151 Limit elisp-* files to those with one or two digits.
10152
c5602427 101531993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10154
f4e90db0 10155 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10156
c5602427 101571993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10158
10159 * loading.texi (Unloading): define-function changed back to
10160 defalias. It may not stay this way, but at least it's
10161 consistent with the known-good version of the code patch.
10162
c5602427 101631993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10164
10165 * modes.texi (Hooks): Document new optional arg of add-hook.
10166
c5602427 101671993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10168
10169 * variables.texi: Document nil initial value of buffer-local variables.
10170
10171 * tips.texi: Add new section on standard library headers.
10172
c5602427 101731993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10174
10175 * Makefile (srcs): Add frame.texi to the list of sources.
10176
c5602427 101771993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10178
10179 * Makefile (dist): Don't bother excluding autosave files; they'll
10180 never make it into the temp directory anyway, and the hash marks
10181 in the name are problematic for make and the Bourne shell.
10182 (srcs):
10183
c5602427 101841993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10185
10186 * Makefile (dist): Don't include backup files or autosave files in
10187 the distribution tar file.
10188
c5602427 101891991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10190
5dcb4c4e 10191 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10192 (elisp.dvi): Remove erroneous shell comment.
10193 Expect output of permute-index in permuted.fns.
10194 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10195 (clean): Add index.texi to be deleted.
b8d4c8d0 10196
c5602427 101971990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10198
10199 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10200
c5602427 102011990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10202
10203 * files.texi: Noted that completion-ignored-extensions is ignored
10204 when making *Completions*.
10205
3e868ee3 102061990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10207
10208 * Makefile make dist now depends on elisp.dvi, since it tries
10209 to include it in the dist file.
10210
c5602427 102111990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10212
c5602427 10213 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10214
c5602427 102151989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10216
10217 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10218 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10219
c5602427 102201989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10221
10222 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10223 and @error{} are the terms now being used. The files in the
10224 directory have been changed to reflect this.
10225
10226 * All instances of @indentedresultt{} have been changed to
333f9019 10227 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10228
c5602427 102291989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10230
10231 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10232 experimental @indentedresult{}, @indentedexpandsto{} are part of
10233 the texinfo.tex in this directory. These TeX macros are not
10234 stable yet.
10235
c5602427 102361989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10237
10238 * texinfo.tex: Temporarily added
10239 \let\result=\dblarrow
10240 \def\error{{\it ERROR} \longdblarrow}
10241 We need to do this better soon.
10242
c5602427 102431989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10244
10245 * Applied Karl Berry's patches to *.texinfo files, but not to
10246 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10247 new title page format is also not applied, since it requires
10248 texinfo.tex changes.)
10249
10250 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10251 for the Project GNU development environment.
10252
10253;; Local Variables:
c8763fb6 10254;; coding: utf-8
b8d4c8d0
GM
10255;; End:
10256
acaf905b 10257 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10258
10259 This file is part of GNU Emacs.
10260
352c8b4a 10261 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10262 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10263 the Free Software Foundation, either version 3 of the License, or
10264 (at your option) any later version.
b8d4c8d0
GM
10265
10266 GNU Emacs is distributed in the hope that it will be useful,
10267 but WITHOUT ANY WARRANTY; without even the implied warranty of
10268 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10269 GNU General Public License for more details.
10270
10271 You should have received a copy of the GNU General Public License
352c8b4a 10272 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.