Document SELinux support functions in Lisp manual.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
4963495d
CY
12012-02-25 Chong Yidong <cyd@gnu.org>
2
fa74b241
CY
3 * files.texi (File Attributes): Document file-selinux-context.
4 (Changing Files): Link to it.
5 (Changing Files): Document set-file-selinux-context.
6
7 * backups.texi (Making Backups): Return value of backup-buffer is
8 changed.
9
4963495d
CY
10 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
11
4bb82fa8
GM
122012-02-24 Glenn Morris <rgm@gnu.org>
13
14 * errors.texi (Standard Errors): Mention dbus-error.
15 For arith-error sub-classes, just use one cross-ref.
16
2cb228f7
AM
172012-02-23 Alan Mackenzie <acm@muc.de>
18
19 * modes.texi (Defining Minor Modes): Document the new keyword
20 :after-hook.
21
a59225b1
CY
222012-02-21 Chong Yidong <cyd@gnu.org>
23
24 * files.texi (Files): Mention magic file names as arguments.
25 (Reading from Files): Copyedits.
26 (File Attributes): Mention how to change file modes.
27 (Changing Files): Use standard "file permissions" terminology.
28 Add xref to File Attributes node.
29 (Locating Files): Document locate-user-emacs-file.
30 (Unique File Names): Recommend against using make-temp-name.
31
8376d7c2
CY
322012-02-19 Chong Yidong <cyd@gnu.org>
33
34 * help.texi (Documentation, Documentation Basics, Help Functions):
35 Minor clarifications.
36 (Accessing Documentation): Clarify what documentation-property is
37 for. Add xref to Keys in Documentation.
38
39 * tips.texi (Documentation Tips): Don't recommend using * in
40 docstrings.
41
42 * macros.texi (Defining Macros):
43 * modes.texi (Derived Modes): Say "documentation string" instead
44 of docstring.
45
82233bea
CY
462012-02-18 Chong Yidong <cyd@gnu.org>
47
48 * modes.texi (Tabulated List Mode): New node.
49 (Basic Major Modes): Add xref to it.
50
51 * processes.texi (Process Information): Mention Process Menu mode.
52
7b926f3f
CY
532012-02-17 Chong Yidong <cyd@gnu.org>
54
55 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
56
0fd2c9a3
GM
572012-02-17 Glenn Morris <rgm@gnu.org>
58
59 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
60
f700caa3
CY
612012-02-16 Chong Yidong <cyd@gnu.org>
62
4230351b
CY
63 * syntax.texi (Syntax Tables, Syntax Descriptors)
64 (Syntax Table Functions): Copyedits.
65 (Syntax Basics): Don't repeat the material in the preceding node.
66 (Syntax Class Table): Use a table.
67 (Syntax Properties): Document syntax-propertize-function and
68 syntax-propertize-extend-region-functions.
69 (Motion via Parsing): Clarify scan-lists. Fix indentation.
70 (Parser State): Update for the new "c" comment style. Fix
71 description of item 7 (comment style).
72
f700caa3
CY
73 * modes.texi (Minor Modes): Update how mode commands should treat
74 arguments now.
75 (Mode Line Basics): Clarify force-mode-line-update.
76 (Mode Line Top): Note that the example is not realistic.
77 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
78 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
79 "mode line construct" instead of "mode line specification".
80 (Syntactic Font Lock): Remove mention of obsolete variable
81 font-lock-syntactic-keywords.
82 (Setting Syntax Properties): Node deleted.
83 (Font Lock Mode): Note that Font Lock mode is a minor mode.
84 (Font Lock Basics): Note that syntactic fontification falls back
85 on `syntax-table'.
86 (Search-based Fontification): Emphasize that font-lock-keywords
87 should not be set directly.
88 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
89 (Syntactic Font Lock): Minor clarifications. Add xref to
90 Syntactic Font Lock node.
f700caa3 91
60236b0d
CY
922012-02-15 Chong Yidong <cyd@gnu.org>
93
94 * minibuf.texi (Basic Completion): Define "completion table".
95 Move completion-in-region to Completion in Buffers node.
96 (Completion Commands): Use "completion table" terminology.
97 (Completion in Buffers): New node.
98
99 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
100 (Setting Hooks): Update minor mode usage example.
101 (Major Mode Conventions): Note that completion-at-point-functions
102 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
103 Remove duplicate tip about auto-mode-alist.
104 (Minor Modes): Rewrite introduction.
105 (Minor Mode Conventions): Copyedits. Don't recommend
106 variable-only minor modes since few minor modes are like that.
60236b0d 107
d7dbb11a
GM
1082012-02-15 Glenn Morris <rgm@gnu.org>
109
110 * processes.texi (Network): Document open-network-stream :parameters.
111
3d8badf4
CY
1122012-02-14 Chong Yidong <cyd@gnu.org>
113
114 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
115 was removed on 2009-09-10. Update lisp-mode-map example.
116 (Inheritance and Keymaps): Minor clarification.
117 (Searching Keymaps): Remove out-of-place enumeration.
118 (Key Lookup): Remove unnecessary example (one was already given in
119 Format of Keymaps).
120 (Changing Key Bindings): Update suppress-keymap example.
121 (Menu Bar, Tool Bar): Copyedits.
122 (Tool Bar): Update tool-bar-map example.
123
faccede1
CY
1242012-02-12 Chong Yidong <cyd@gnu.org>
125
126 * debugging.texi (Debugger Commands): Continuing is now allowed
127 for errors.
128
355cabc6
CY
1292012-02-11 Chong Yidong <cyd@gnu.org>
130
d860baa0
CY
131 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
132 Move the list of standard bitmaps there.
133 (Fringe Cursors): Rewrite for clarity.
134 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
135
34106abe
CY
136 * commands.texi (Command Overview): Mention read-key.
137 (Using Interactive, Interactive Call): Minor clarifications.
138 (Function Keys, Click Events): Avoid "input stream" terminology.
139 (Click Events): Add xref to Window Sizes and Accessing Mouse.
140 Clarify column and row components.
141 (Accessing Mouse): Add xref to Click Events. Minor fixes.
142 (Special Events): Copyedits.
143
144 * streams.texi (Input Streams): De-document get-file-char.
145 (Output Variables): Don't refer to old backquote syntax.
146
355cabc6
CY
147 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
148 (Error Debugging): Note that debug-ignored-errors overrides list
149 values of debug-on-error too. Add xref to Signaling Errors. Note
150 that debug-on-signal is not customizable. Mention
151 condition-case-unless-debug.
152 (Compilation Errors): Node deleted.
153
154 * compile.texi (Compiler Errors): Move a paragraph here from
155 deleted node Compilation Errors.
156
1be3ca5a
LL
1572012-02-10 Leo Liu <sdl.web@gmail.com>
158
159 * control.texi (Handling Errors): Change condition-case-no-debug
160 to condition-case-unless-debug.
161
25dec365
CY
1622012-02-10 Chong Yidong <cyd@gnu.org>
163
164 * advice.texi (Defining Advice): Clarify ad-unadvise.
165 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
166 is not abnormal.
167 (Advising Primitives): Node deleted; ad-define-subr-args has been
168 removed.
169
170 * compile.texi (Speed of Byte-Code): Use float-time in example.
171 (Compilation Functions): Note that the log uses Compilation mode.
172 Don't discuss the contents of byte-code function object here.
173 (Compilation Functions): De-document internal function byte-code.
174 (Docs and Compilation): Minor clarifications.
175
176 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
177 Objects.
178
5f5e4ea1
GM
1792012-02-10 Glenn Morris <rgm@gnu.org>
180
181 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
182 Mention secure-hash.
183 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
184
6c1e4b46
CY
1852012-02-10 Chong Yidong <cyd@gnu.org>
186
187 * loading.texi (Loading): Don't emphasize "library" terminology.
188 (Library Search): load-path is not a user option. Mention role of
189 -L option and packages. Improve examples.
190 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
191 obsolete.
192 (Autoload): Minor clarifications.
193
72ca698c
GM
1942012-02-10 Glenn Morris <rgm@gnu.org>
195
b011fbfe
GM
196 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
197
72ca698c
GM
198 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
199
14a1f380
GM
2002012-02-08 Glenn Morris <rgm@gnu.org>
201
202 * loading.texi (Named Features): Update the require example.
203
60d47423
GM
2042012-02-07 Glenn Morris <rgm@gnu.org>
205
206 * modes.texi (Defining Minor Modes):
207 Expand on args of defined minor modes.
208
0992bd9c
CY
2092012-02-07 Chong Yidong <cyd@gnu.org>
210
211 * variables.texi (Creating Buffer-Local): Minor clarification
212 to buffer-local-variables doc (Bug#10715).
213
af008560
GM
2142012-02-07 Glenn Morris <rgm@gnu.org>
215
e80e1825 216 * display.texi (ImageMagick Images): General update.
af008560
GM
217 Move most details of imagemagick-render-type to the variable's doc.
218
866c1d22
GM
2192012-02-06 Glenn Morris <rgm@gnu.org>
220
f7c9199f 221 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
222 (Inheritance and Keymaps):
223 Mention make-composed-keymap and multiple inheritance.
f7c9199f 224
e7bc51d0
GM
225 * modes.texi (Running Hooks): Mention run-hook-wrapped.
226
866c1d22
GM
227 * control.texi (Handling Errors):
228 Mention condition-case-no-debug and with-demoted-errors.
229
03988c98
CY
2302012-02-05 Chong Yidong <cyd@gnu.org>
231
232 * customize.texi (Common Keywords): Minor clarifications.
233 Document custom-unlispify-remove-prefixes.
234 (Variable Definitions): Backquotes in defcustom seem to work fine
235 now. Various other copyedits.
e1161b06
CY
236 (Simple Types): Copyedits. Document color selector.
237 (Composite Types): Copyedits.
238 (Splicing into Lists): Clarifications.
03988c98
CY
239
240 * eval.texi (Backquote): Move from macros.texi.
241
242 * macros.texi (Expansion): Minor clarification.
243 (Backquote): Move node to eval.texi.
244 (Defining Macros): Move an example from Backquote node.
245 (Argument Evaluation): No need to mention Pascal.
246 (Indenting Macros): Add xref to Defining Macros.
247
649f602c
GM
2482012-02-05 Glenn Morris <rgm@gnu.org>
249
250 * debugging.texi (Error Debugging): Mention debug-on-event default.
251
34c99998
GM
2522012-02-04 Glenn Morris <rgm@gnu.org>
253
8f05da42
GM
254 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
255
7aa5aad8
GM
256 * debugging.texi (Error Debugging): Mention debug-on-event.
257 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
258
c7291ad9
GM
259 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
260
34c99998
GM
261 * text.texi (Buffer Contents):
262 Update filter-buffer-substring description.
263
735cc5ca
CY
2642012-02-04 Chong Yidong <cyd@gnu.org>
265
266 * functions.texi (What Is a Function): Add closures. Mention
267 "return value" terminology. Add xref for command-execute. Remove
268 unused "keystroke command" terminology.
269 (Lambda Expressions): Give a different example than in the
270 following subsection. Add xref to Anonymous Functions.
271 (Function Documentation): Remove gratuitous markup.
272 (Function Names): Move introductory text to `What Is a Function'.
273 (Defining Functions): Fix defun argument spec.
274 (Anonymous Functions): Document lambda macro explicitly. Mention
275 effects on lexical binding.
276 (Function Cells): Downplay direct usage of fset.
277 (Closures): New node.
278 (Inline Functions): Remove "open-code" terminology.
279 (Declaring Functions): Minor tweak; .m is not C code.
280
281 * variables.texi (Variables): Don't refer to "global value".
282 (Local Variables, Void Variables): Copyedits.
283 (Lexical Binding): Minor clarification of example.
284 (File Local Variables): Mention :safe and :risky defcustom args.
285 (Lexical Binding): Add xref to Closures node.
286
94bc7984
GM
2872012-02-04 Glenn Morris <rgm@gnu.org>
288
289 * minibuf.texi (High-Level Completion): Updates for read-color.
290
4f5a10ef
GM
2912012-02-03 Glenn Morris <rgm@gnu.org>
292
eea14f31
GM
293 * display.texi (GIF Images): Mention animation.
294 Remove commented-out old example of animation.
295 (Animated Images): New subsection.
296 * elisp.texi (Top):
297 * vol1.texi (Top):
298 * vol2.texi (Top): Add Animated Images menu entry.
299
4f5a10ef
GM
300 * display.texi (Image Formats): Remove oddly specific information
301 on versions of image libraries.
204e728d 302 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 303
12f381b7
GM
3042012-02-02 Glenn Morris <rgm@gnu.org>
305
1b9f60cc
GM
306 * processes.texi (Synchronous Processes):
307 Mention call-process's :file gets overwritten.
308
7e2734bc
GM
309 * commands.texi (Reading One Event):
310 * help.texi (Help Functions): Document read-char-choice.
311
f58b9822
GM
312 * hooks.texi (Standard Hooks):
313 * modes.texi (Keymaps and Minor Modes):
314 * text.texi (Commands for Insertion): Document post-self-insert-hook.
315
316 * hooks.texi (Standard Hooks): Add prog-mode-hook.
317
12f381b7
GM
318 * hooks.texi (Standard Hooks):
319 * modes.texi (Major Mode Conventions, Mode Hooks):
320 Document change-major-mode-after-body-hook.
321
7a9a2fc6
GM
3222012-02-01 Glenn Morris <rgm@gnu.org>
323
324 * modes.texi (Defining Minor Modes):
325 Mention disabling global minor modes on a per-major-mode basis.
326
a037c171
CY
3272012-01-31 Chong Yidong <cyd@gnu.org>
328
329 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
330 (Parser State): Remove unnecessary statement (Bug#10661).
331
332 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
333
56afad3a
GM
3342012-01-31 Glenn Morris <rgm@gnu.org>
335
336 * modes.texi (Defining Minor Modes):
337 Document define-minor-mode's new :variable keyword.
338
0f29fa41
CY
3392012-01-29 Chong Yidong <cyd@gnu.org>
340
837a390a
CY
341 * syntax.texi (Syntax Class Table): Tweak description of newline
342 char syntax (Bug#9619).
343
0f29fa41
CY
344 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
345 description (Bug#10189).
346
182148ee
GM
3472012-01-29 Glenn Morris <rgm@gnu.org>
348
a49ca6b9
GM
349 * files.texi (Changing Files): Document SELinux support.
350
182148ee
GM
351 * windows.texi (Window Sizes): Fix typo.
352
9962192e
CY
3532012-01-28 Chong Yidong <cyd@gnu.org>
354
8c6e1920
CY
355 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
356 doc (Bug#8568).
357
9583ec59
CY
358 * frames.texi (Input Focus): Add NORECORD arg to
359 select-frame-set-input-focus. Clarify its role in select-frame.
360
10256988
CY
361 * text.texi (Transposition): We don't use transpose-region as an
362 internal subroutine (Bug#3249).
363
9962192e
CY
364 * modes.texi (Example Major Modes): Update Lisp example code to
365 current sources. Delete the old non-derived-major-mode example,
366 which has diverged badly from current sources.
367
2aa43abb
GM
3682012-01-27 Glenn Morris <rgm@gnu.org>
369
370 * makefile.w32-in (texinputdir): Fix (presumed) typo.
371 (VERSION, manual): Remove, unused.
372
9f40220d
CY
3732012-01-27 Chong Yidong <cyd@gnu.org>
374
375 * commands.texi (Command Overview): Minor clarification (Bug#10384).
376
acc28cb9
CY
3772012-01-26 Chong Yidong <cyd@gnu.org>
378
379 * searching.texi (String Search): Document negative repeat count
380 (Bug#10507).
381
48da7392
GM
3822012-01-26 Glenn Morris <rgm@gnu.org>
383
384 * variables.texi (Using Lexical Binding):
385 Mention that lexical-binding should be set in the first line.
386
69b0acb9
LI
3872012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
388
389 * macros.texi (Defining Macros): Don't claim that `declare' only
390 affects Edebug and indentation.
391
543757a8
LI
3922012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
393
394 * macros.texi (Defining Macros): Slight `declare' fixup.
395
450e3cae
GM
3962012-01-25 Glenn Morris <rgm@gnu.org>
397
24189ce0 398 * makefile.w32-in (texinputdir):
450e3cae
GM
399 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
400
1021c761
CY
4012012-01-24 Chong Yidong <cyd@gnu.org>
402
403 * variables.texi (Variables, Local Variables, Void Variables):
404 Edit to make the descriptions less specific to dynamic binding.
405 (Local Variables): Default max-specpdl-size is now 1300.
406 (Defining Variables): Edits for lexical scoping. Delete
407 information about starting docstrings with *. De-document
408 user-variable-p.
409 (Tips for Defining): Remove an unimportant discussion of quitting
410 in the middle of a load.
411 (Accessing Variables, Setting Variables): Discuss lexical binding.
412 (Variable Scoping): Rewrite.
413 (Scope, Extent, Impl of Scope): Nodes deleted.
414 (Dynamic Binding): New node, with material from Scope, Extent, and
415 Impl of Scope nodes.
416 (Dynamic Binding Tips): Rename from Using Scoping.
417 (Lexical Binding): Rewrite.
418 (Using Lexical Binding): Rename from Converting to Lexical
419 Binding. Convert to subsection.
420
421 * customize.texi (Variable Definitions): Add custom-variable-p.
422 Move user-variable-p documentation here.
423
31cbea1d
CY
4242012-01-23 Chong Yidong <cyd@gnu.org>
425
426 * strings.texi (Text Comparison): Minor qualification.
427
428 * lists.texi (Cons Cells): Copyedits.
429 (List Elements): Mention push.
430 (List Variables): Mention pop.
431 (Rings): Move to sequences.texi.
432
433 * sequences.texi (Sequence Functions): Don't repeat the
434 introduction already given in the parent.
435 (Vectors): Copyedits.
436 (Rings): Move from lists.texi. Note that this is specific to the
437 ring package.
438
439 * symbols.texi (Definitions, Symbol Components): Mention variable
440 scoping issues.
441 (Plists and Alists): Copyedits.
442
443 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
444 correctness with lexical scoping.
445 (Eval): Copyedits.
446
fead402d
CY
4472012-01-21 Chong Yidong <cyd@gnu.org>
448
449 * intro.texi (A Sample Function Description): Special notation
450 used for macros too.
451
452 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
453 (Symbol Type): Add xref for keyword symbols.
454 (Sequence Type): Clarify differences between sequence types.
455 (Cons Cell Type): Add "linked list" index entry.
456 (Non-ASCII in Strings): Copyedits.
457 (Equality Predicates): Symbols with same name need not be eq.
458
459 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
460 ldexp. Move float-e and float-pi to Math Functions node.
461
61086eb6
GM
4622012-01-21 Glenn Morris <rgm@gnu.org>
463
464 * modes.texi (Auto Major Mode):
465 * variables.texi (File Local Variables):
466 Mention inhibit-local-variables-regexps.
467
34a02f46
MR
4682012-01-19 Martin Rudalics <rudalics@gmx.at>
469
470 * windows.texi (Window Configurations): Rewrite references to
471 persistent window parameters.
472 (Window Parameters): Fix description of persistent window
473 parameters.
474
f5064cae
JB
4752012-01-16 Juanma Barranquero <lekktu@gmail.com>
476
477 * windows.texi (Window Parameters): Use @pxref.
478
6a6ee00d
MR
4792012-01-16 Martin Rudalics <rudalics@gmx.at>
480
481 * windows.texi (Window Configurations, Window Parameters):
482 Describe persistent window parameters.
483
9ca4c014
SM
4842011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * variables.texi (Creating Buffer-Local): Warn against misuses of
487 make-variable-buffer-local (bug#10258).
488
d027f83d
LMI
4892012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
490
491 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
492
89bd9ccd
CY
4932012-01-06 Chong Yidong <cyd@gnu.org>
494
495 * variables.texi (Directory Local Variables): Document
496 hack-dir-local-variables-non-file-buffer.
497
c869783d
GM
4982012-01-06 Glenn Morris <rgm@gnu.org>
499
500 * maps.texi (Standard Keymaps): Refer to Info-edit by name
501 rather than by keybinding.
502
2cae5ba4
JB
5032011-12-29 Juanma Barranquero <lekktu@gmail.com>
504
505 * frames.texi (Font and Color Parameters): Add @pxref.
506
43da4d08
DC
5072011-12-29 Daniel Colascione <dan.colascione@gmail.com>
508
509 * frames.texi (Font and Color Parameters):
510 Document w32 font backends (bug#10399).
511
8d80ef01
PE
5122011-12-28 Paul Eggert <eggert@cs.ucla.edu>
513
514 * files.texi (File Attributes, Changing Files):
515 Use a more-natural notation for octal numbers.
516
9022ae07
JB
5172011-12-23 Juanma Barranquero <lekktu@gmail.com>
518
519 * variables.texi (Variables with Restricted Values):
520 Change reference to variable (bug#10354).
521
454592a6
MR
5222011-12-13 Martin Rudalics <rudalics@gmx.at>
523
524 * windows.texi (Splitting Windows): Use t instead of non-nil
525 when describing window-combination-resize.
526
a7cdbfce
SM
5272011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
528
529 * text.texi (Special Properties): Warn against `intangible' properties
530 (bug#10222).
531
a3dcc84e
EZ
5322011-11-26 Eli Zaretskii <eliz@gnu.org>
533
579ebf8f
EZ
534 * display.texi (Truncation):
535 * text.texi (Special Properties): Describe what a stretch-glyph is
536 instead of using that term without explanation. Make the
537 cross-references more accurate.
538
a3dcc84e
EZ
539 * display.texi (Usual Display): Update the description,
540 cross-references, and indexing related to display of control
541 characters and raw bytes.
542
94af99a4
MR
5432011-11-25 Martin Rudalics <rudalics@gmx.at>
544
545 * windows.texi (Splitting Windows): Fix description of
546 window-combination-limit. Suggested by Eli Zaretskii.
547
1c3d7a13
CY
5482011-11-23 Chong Yidong <cyd@gnu.org>
549
550 * windows.texi (Window Sizes): Move window-top-line,
551 window-left-column, and window-*-pixel-edges to Coordinates and
552 Windows node.
553 (Coordinates and Windows): Restore window-edges doc.
554
90151a1e
MR
5552011-11-21 Martin Rudalics <rudalics@gmx.at>
556
a7cdbfce
SM
557 * windows.texi (Windows and Frames, Splitting Windows):
558 Fix typos.
90151a1e 559
a9b9b7f5
CY
5602011-11-21 Chong Yidong <cyd@gnu.org>
561
562 * windows.texi (Splitting Windows): Fix error in documentation of
563 window-combination-limit.
564 (Cyclic Window Ordering): Minor fixes to next-window,
565 one-window-p, and get-lru-window docs. Don't document
566 window-list-1.
567 (Buffers and Windows): Copyedits.
568 (Choosing Window): Document special handling of special-display-*.
569 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
570 Don't document even-window-heights, which is going away.
571 Clarify which options are obeyed by which action functions.
a9b9b7f5 572
f4e90db0
SM
5732011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
576
d2999b1a
MR
5772011-11-20 Martin Rudalics <rudalics@gmx.at>
578
f4e90db0
SM
579 * windows.texi (Resizing Windows, Splitting Windows):
580 Remove term "status" when talking about combination limits.
d2999b1a 581
cd1181db
JB
5822011-11-20 Juanma Barranquero <lekktu@gmail.com>
583
584 * compile.texi (Compiler Errors):
585 * help.texi (Help Functions): Fix typos.
586
7bf54975
CY
5872011-11-19 Chong Yidong <cyd@gnu.org>
588
589 * windows.texi (Splitting Windows): Clarify role of window
590 parameters in split-window. Shorten the example.
f4e90db0
SM
591 (Deleting Windows): Rewrite intro to handle internal windows.
592 Fix delete-windows-on doc.
7bf54975
CY
593 (Selecting Windows): Copyedits.
594
a0c2d0ae
MR
5952011-11-17 Martin Rudalics <rudalics@gmx.at>
596
597 * windows.texi (Resizing Windows, Splitting Windows)
598 (Deleting Windows): Use term window-combination-resize instead
599 of window-splits.
600
b6f67890
MR
6012011-11-16 Martin Rudalics <rudalics@gmx.at>
602
f4e90db0
SM
603 * windows.texi (Resizing Windows, Splitting Windows):
604 Rename occurrences of window-nest to window-combination-limit.
b6f67890 605
0b381c7e
JB
6062011-11-14 Juanma Barranquero <lekktu@gmail.com>
607
608 * intro.texi (Lisp History): Fix typo.
609
89d61221
MR
6102011-11-12 Martin Rudalics <rudalics@gmx.at>
611
f4e90db0
SM
612 * windows.texi (Splitting Windows, Deleting Windows):
613 Remove references to splits status of windows.
89d61221 614
b2621720
GM
6152011-11-10 Glenn Morris <rgm@gnu.org>
616
617 * buffers.texi (Read Only Buffers): Expand a bit on why
618 toggle-read-only should only be used interactively. (Bug#7292)
619
d2ad7ee1
CY
6202011-11-09 Chong Yidong <cyd@gnu.org>
621
622 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 623 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
624 window-inside-absolute-pixel-edges.
625 (Resizing Windows): shrink-window-if-larger-than-buffer works on
626 non-full-width windows.
627
2cffd681
MR
6282011-11-09 Martin Rudalics <rudalics@gmx.at>
629
630 * windows.texi (Resizing Windows): Rewrite documentation of
631 window-resizable.
632
f6f6d7e7
CY
6332011-11-09 Chong Yidong <cyd@gnu.org>
634
635 * windows.texi (Splitting Windows): Simplify example.
636
a79db6e0
CY
6372011-11-08 Chong Yidong <cyd@gnu.org>
638
639 * windows.texi (Window Sizes): Copyedits. Document
640 window-text-height. Remove window-min-height and window-min-width
641 discussion, referring instead to Emacs manual.
642 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
643 (Resizing Windows): Simplify introduction. Don't document
644 enlarge-window, shrink-window, enlarge-window-horizontally, and
645 shrink-window-horizontally; they are no longer preferred for
646 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 647
441950c7
GM
6482011-11-07 Glenn Morris <rgm@gnu.org>
649
650 * windows.texi (Choosing Window): Fix keybinding typo.
651
be7f5545
MR
6522011-11-07 Martin Rudalics <rudalics@gmx.at>
653
654 * windows.texi (Resizing Windows, Splitting Windows)
655 (Window Configurations): Use "child window" instead of
656 "subwindow".
657
291d142b
CY
6582011-11-06 Chong Yidong <cyd@gnu.org>
659
660 * windows.texi (Basic Windows): Clarify various definitions.
661 Treat window-normalize-* as internal; don't document them.
662 (Windows and Frames): Various clarifications, e.g. non-live
663 windows also belong to frames. Fix window-list description.
664 Simplify window nesting example.
f4e90db0
SM
665 (Splitting Windows, Window Configurations):
666 Use split-window-below.
291d142b 667
89bd5ee1
EZ
6682011-11-04 Eli Zaretskii <eliz@gnu.org>
669
670 * windows.texi (Window Sizes): Mention in the doc string that the
671 return values of `window-body-height' and `window-body-width' are
672 in frame's canonical units. (Bug#9949)
673
3d8daefe
MR
6742011-10-30 Martin Rudalics <rudalics@gmx.at>
675
676 * windows.texi (Windows and Frames): Remove "iso-" infix from
677 documentation of window-iso-combined-p.
678
60754666
CY
6792011-10-26 Chong Yidong <cyd@gnu.org>
680
681 * modes.texi (Running Hooks): Document with-wrapper-hook.
682
d366bd53
CY
6832011-10-18 Chong Yidong <cyd@gnu.org>
684
685 * display.texi (Glyphless Chars): New node.
686
50b063c3
CY
6872011-10-13 Chong Yidong <cyd@stupidchicken.com>
688
689 * text.texi (Yanking): Document yank-excluded-properties.
690
691 * package.texi (Packaging Basics): The commentary should say how
692 to begin using the package.
693
c72063fa
MR
6942011-10-11 Martin Rudalics <rudalics@gmx.at>
695
696 * windows.texi (Deleting Windows): Mention which window gets
697 selected when deleting the selected window.
698
d83dc65b
MR
6992011-10-09 Martin Rudalics <rudalics@gmx.at>
700
701 * buffers.texi (The Buffer List): Describe how bury-buffer deals
702 with the selected window.
703 * windows.texi (Buffers and Windows): Reformulate text on how
704 replace-buffer-in-windows deals with a window.
705 (Quitting Windows): Describe how quit-window deals with a
706 standalone frame. Describe new option frame-auto-hide-function.
707
c599682c
GM
7082011-10-08 Glenn Morris <rgm@gnu.org>
709
48bca619
GM
710 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
711
c599682c
GM
712 * positions.texi (Excursions): Update warning message.
713
969aa734
CY
7142011-10-05 Chong Yidong <cyd@stupidchicken.com>
715
f4e90db0
SM
716 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
717 Fix Emacs manual xref (Bug#9675).
969aa734 718
550f41cd
CY
7192011-10-01 Chong Yidong <cyd@stupidchicken.com>
720
721 * windows.texi (Textual Scrolling): Document scroll-up-command,
722 scroll-down-command, scroll-error-top-bottom, and the
723 scroll-command symbol property.
717a1362
CY
724 (Display Action Functions): Fix description of
725 display-buffer-pop-up-window.
550f41cd 726
a239d4e9
JB
7272011-09-28 Juanma Barranquero <lekktu@gmail.com>
728
729 * windows.texi (Splitting Windows): Fix typos.
730
590c056d
MR
7312011-09-25 Martin Rudalics <rudalics@gmx.at>
732
733 * windows.texi (Windows and Frames, Display Action Functions)
734 (Switching Buffers): Fix some typos.
735 (Buffers and Windows): Remove reference to window-auto-delete.
736 Reword description of replace-buffer-in-windows.
737 (Window History): Fix some typos and refer to frame local buffer
738 list.
c419f5cb
MR
739 (Quitting Windows): New node.
740 (Window Configurations): Add descriptions of window-state-get
741 and window-state-put.
742 (Window Parameters): Describe variable ignore-window-parameters.
743 Sketch some window parameters currently in use.
744 * elisp.texi (Top): Update node listing.
590c056d 745
9ec20d36
CY
7462011-09-25 Chong Yidong <cyd@stupidchicken.com>
747
748 * windows.texi (Display Action Functions)
749 (Choosing Window Options): New nodes.
750
0e406a72
CY
7512011-09-24 Chong Yidong <cyd@stupidchicken.com>
752
753 * windows.texi (Window History): New node. Move text here from
754 Buffers and Windows.
755 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
756 don't document display-buffer here; callers changed.
757 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
758 switch-to-buffer-other-frame. Delete duplicate
759 replace-buffer-in-windows doc.
760 (Choosing Window): Document display actions.
761
6bf7006f
EZ
7622011-09-24 Eli Zaretskii <eliz@gnu.org>
763
764 * display.texi (Forcing Redisplay): Update the description of
765 redisplay-dont-pause due to change in the default value.
766
b33b68a3
MR
7672011-09-23 Martin Rudalics <rudalics@gmx.at>
768
769 * frames.texi (Frames and Windows): Move section and rename to
770 Windows and Frames in windows.texi.
771 * windows.texi (Windows): Restructure.
772 (Basic Windows): Rewrite. Explain live and internal windows and
773 normalization functions.
774 (Windows and Frames): Move section here from frames.texi.
775 Describe subwindows, window combinations, window tree, and
776 corresponding functions including window-list here.
777 (Window Sizes): Rename section from Size of Window and move it
778 up in chapter. Describe total and body sizes and the
779 corresponding functions. Explain new semantics of
780 window-min-height/-width.
781 (Resizing Windows): Move section up in chapter. Describe new
782 resize functions.
783 (Splitting Windows): Describe new behavior of split-window,
784 split-window-above-each-other and split-window-side-by-side.
785 Provide examples. Describe window-nest and window-splits
786 options.
787 (Deleting Windows): Minor rewrite.
f4e90db0
SM
788 (Selecting Windows): Minor rewrite.
789 Describe frame-selected-window and set-frame-selected-window here.
790 (Cyclic Window Ordering): Minor rewrite.
791 Describe window-list-1.
b33b68a3
MR
792 (Buffers and Windows): Rewrite. Explain a window's previous and
793 next buffers and the corresponding functions.
c4682d18 794 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
795 * elisp.texi (Top): Update node listings for frames and windows
796 sections.
797
4d3786ac
SM
7982011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
801
713df35b
LMI
8022011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
803
804 * errors.texi (Standard Errors): Remove apparent placeholder text
805 (bug#9491).
806
33ed493b
CY
8072011-09-18 Chong Yidong <cyd@stupidchicken.com>
808
809 * frames.texi (Management Parameters): Fix description of
810 icon-type parameter.
811
b8f0a954
CY
8122011-09-17 Chong Yidong <cyd@stupidchicken.com>
813
814 * tips.texi (Key Binding Conventions): Don't bind a key sequence
815 ending in C-g. Suggested by Edward O'Connor.
816
eddf142c
EZ
8172011-09-17 Eli Zaretskii <eliz@gnu.org>
818
819 * numbers.texi (Integer Basics): Add indexing for
820 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
821
bf1af6c7
DM
8222011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
823
824 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
825
cec2eab8
JB
8262011-09-11 Juanma Barranquero <lekktu@gmail.com>
827
828 * processes.texi (Network Servers): Clarify what the process
829 buffer is used for (bug#9233).
830
51751aa2 8312011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
832
833 * lists.texi (Building Lists): Fix typo.
834
35137ed3
CY
8352011-08-30 Chong Yidong <cyd@stupidchicken.com>
836
837 * display.texi (Basic Faces): New node. Document new faces.
838
839 * modes.texi (Major Mode Conventions): Move some text there.
840 (Mode Help): Remove major-mode var, duplicated in Major Modes.
841
3fd50d5c
CY
8422011-08-29 Chong Yidong <cyd@stupidchicken.com>
843
844 * modes.texi (Basic Major Modes): New node. Callers updated.
845 (Major Modes): Document fundamental-mode and major-mode.
846 (Major Mode Basics): Node deleted; text moved to Major Modes.
847 (Derived Modes): Document derived-mode-p.
848
ddb54206
CY
8492011-08-28 Chong Yidong <cyd@stupidchicken.com>
850
a6326082
CY
851 * files.texi (Changing Files, Create/Delete Dirs): Document new
852 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
853 (Visiting Functions): Remove view-file; it is documented in the
854 Emacs manual.
04e2ce72 855
ddb54206
CY
856 * frames.texi (Layout Parameters): The defaults for the
857 menu-bar-lines and tool-bar-lines parameters depend on the mode.
858
859 * display.texi (Progress): Document spinner functionality.
860
861 * os.texi (Killing Emacs): Note that kill-emacs can be called by
862 operating system signals. Refer to save-buffers-kill-terminal
863 instead of save-buffers-kill-emacs.
864
865 * objects.texi (Symbol Type): Document ## print representation.
866
0c95fcf7
EZ
8672011-08-25 Eli Zaretskii <eliz@gnu.org>
868
869 * display.texi (Specified Space): Mention that `space' specs
870 influence bidi reordering.
871 (Bidirectional Display): Explain how to use `(space . PROPS)' for
872 separating fields with bidirectional content.
873
5980d4c6
EZ
8742011-08-24 Eli Zaretskii <eliz@gnu.org>
875
876 * display.texi (Bidirectional Display): Document return value in
877 buffers that are not bidi-reordered for display, and in unibyte
878 buffers.
879
bca633fb
EZ
8802011-08-23 Eli Zaretskii <eliz@gnu.org>
881
882 * nonascii.texi (Character Properties): Document the values for
883 unassigned codepoints.
884
c094bb0c
EZ
8852011-08-18 Eli Zaretskii <eliz@gnu.org>
886
887 * nonascii.texi (Character Properties): Document use of
888 `bidi-class' and `mirroring' properties as part of reordering.
889 Provide cross-references to "Bidirectional Display".
890
891 * display.texi (Bidirectional Display): Document the pitfalls of
892 concatenating strings with bidirectional content, with possible
f4e90db0
SM
893 solutions. Document bidi-string-mark-left-to-right.
894 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
895 Document use of `bidi-class' and `mirroring' properties as part of
896 reordering.
c094bb0c 897
1ea897d5
EZ
8982011-08-16 Eli Zaretskii <eliz@gnu.org>
899
9adfcd0b
EZ
900 * modes.texi (Major Mode Conventions): Improve the documentation
901 of `mode-class' `special' modes.
902
10862873
EZ
903 * nonascii.texi (Character Properties): Document the `mirroring'
904 property. Add index entries.
905
1ea897d5
EZ
906 * syntax.texi (Categories): Add an example of defining a new
907 category and category table.
908
909 * searching.texi (Regexp Backslash): Document how to display
910 existing categories. Mention the possibility of adding
911 categories, and add an xref to where this is described. Add an
912 index entry.
913
ebb552ed
CY
9142011-08-09 Chong Yidong <cyd@stupidchicken.com>
915
916 * text.texi (Special Properties):
917 * display.texi (Overlay Properties): Note that mouse-face cannot
918 change the text size (Bug#8530).
919
51a714e1
CY
9202011-08-08 Chong Yidong <cyd@stupidchicken.com>
921
922 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
923 using setenv instead.
924
4cc60b9b
EZ
9252011-07-28 Eli Zaretskii <eliz@gnu.org>
926
927 * display.texi (Bidirectional Display): Document the fact that
928 bidi-display-reordering is t by default.
929
5deb92fd
EZ
9302011-07-23 Eli Zaretskii <eliz@gnu.org>
931
932 * display.texi (Bidirectional Display): New section.
933
011b0ad6 9342011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
935 Tim Cross <theophilusx@gmail.com> (tiny change)
936 Glenn Morris <rgm@gnu.org>
011b0ad6 937
67f9b9f8 938 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 939
4baf28e6
AS
9402011-07-15 Andreas Schwab <schwab@linux-m68k.org>
941
942 * help.texi (Keys in Documentation): Revert last change.
943
66249842
LMI
9442011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
945
f863868c
LMI
946 * help.texi (Keys in Documentation): Clarify that \= only quotes
947 the next character, and doesn't affect longer sequences in
948 particular (bug#8935).
949
f4e90db0
SM
950 * debugging.texi (Using Debugger):
951 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 952
0bb23927 9532011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
954
955 * display.texi (Other Display Specs): Document that `left-fringe'
956 and `right-fringe' display specifications are of the "replacing"
957 kind.
958
f2027cdf
LMI
9592011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
960
961 * help.texi (Documentation Basics): Add a link to the Function
962 Documentation node (bug#6580).
963
f987fde4
LMI
9642011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
965
0bc59b25
LMI
966 * keymaps.texi (Menu Bar): Mention :visible and :enable
967 (bug#6344). Text by Drew Adams.
968
63d55f1f
LMI
969 * modes.texi (Running Hooks): Mention buffer-local hook variables
970 (bug#6218).
971
f987fde4
LMI
972 * objects.texi (General Escape Syntax): "a with grave accent" is
973 ?xe0, not ?x8e0 (bug#5259).
974
b7527639
CY
9752011-07-12 Chong Yidong <cyd@stupidchicken.com>
976
977 * display.texi (Face Attributes, Font Selection): Add references
978 to the Fonts node in the Emacs manual (Bug#4178).
979
c830e5ae
CY
9802011-07-12 Chong Yidong <cyd@stupidchicken.com>
981
982 * display.texi (Window Systems): `window-system' is
983 terminal-local.
984
985 * frames.texi (Frame Parameters, Parameter Access): Don't mention
986 frame-local variables.
987
988 * variables.texi (Buffer-Local Variables): Don't mention obsolete
989 frame-local variables.
990 (Frame-Local Variables): Node deleted.
991
992 * elisp.texi (Top): Update node listing.
993
91223e54
LMI
9942011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
995
996 * elisp.texi: Change "inferiors" to "subnodes" in three places
997 (bug#3523).
998
963578d3
CY
9992011-07-11 Chong Yidong <cyd@stupidchicken.com>
1000
1001 * frames.texi (Window System Selections): Discussion of
1002 x-select-enable-clipboard moved to Emacs manual.
1003
07151e49
DD
10042011-07-11 Deniz Dogan <deniz@dogan.se>
1005
1006 * commands.texi (Prefix Command Arguments): Remove excessive
1007 apostrophe.
1008
7261e1cf
LMI
10092011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1010
ad21a12a
LMI
1011 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1012 description is a string (bug#3313).
1013
7261e1cf
LMI
1014 * frames.texi (Display Feature Testing): Try to explain what all
1015 the visual classes mean (bug#3042).
1016
568f7b79
LMI
10172011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1018
18d59e29
LMI
1019 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1020 and `mode-line-client' (bug#2974).
1021
568f7b79
LMI
1022 * text.texi (Insertion): Clarify marker movements (bug#1651).
1023 Text from Drew Adams.
1024
54e10184
LMI
10252011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1026
d94d85e9
LMI
1027 * text.texi (Special Properties): Clarify the format of `face'
1028 (bug#1375).
1029
54e10184
LMI
1030 * commands.texi (Interactive Call): Add a `call-interactively'
1031 example (bug#1010).
1032
413c488d
LMI
10332011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1034
1035 * functions.texi (Calling Functions): Link to the "Interactive
1036 Call" node (bug#1001).
1037
322b7dab 10382011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1039
3deead93
CY
1040 * customize.texi (Composite Types): Move alist and plist to here
1041 from Simple Types (Bug#7545).
1042
1043 * elisp.texi (Top): Update menu description.
1044
b00d8c1a
CY
1045 * display.texi (Face Attributes): Document negative line widths
1046 (Bug#6113).
1047
d2a6c43b
TR
10482011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1049
1050 * searching.texi (Match Data): Note that match data can be
1051 overwritten by most functions (bug#2499).
1052
c7844a27
LMI
10532011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1054
a9ab721e
LMI
1055 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1056 flags mean (bug#6659).
1057
c7844a27
LMI
1058 * functions.texi (What Is a Function): Document the autoload
1059 object (bug#6496).
1060
f68d76d0
LMI
10612011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1062
8a20ca4c
LMI
1063 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1064 is only used in the Customize user interface (bug#6089).
1065
f68d76d0 1066 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1067 images (bug#7836).
f68d76d0 1068
7018dbe7
EZ
10692011-07-02 Eli Zaretskii <eliz@gnu.org>
1070
1071 * variables.texi (Defining Variables, Void Variables)
1072 (Constant Variables): Fix incorrect usage of @kindex.
1073
36cb87a1
LMI
10742011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1075
28ee97c7
LMI
1076 * variables.texi (Defining Variables): Add an index entry for
1077 `set-variable' (bug#7262).
8d4294e9 1078 (Defining Variables): Use @findex for functions.
28ee97c7 1079
8862ffd5
LMI
1080 * frames.texi (Basic Parameters): Document the `explicit-name'
1081 parameter (bug#6951).
1082
0ec389b9
LMI
1083 * customize.texi (Type Keywords): Clarify that :value provides a
1084 default value for all types (bug#7386).
1085
36cb87a1
LMI
1086 * streams.texi (Output Functions): Document `pp'.
1087
11fdef7d 10882011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1089
1090 * keymaps.texi (Searching Keymaps):
1091 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1092 change. Suggested by Johan Bockgård.
1093
eeafcea7
CY
10942011-06-15 Chong Yidong <cyd@stupidchicken.com>
1095
1096 * text.texi (Special Properties): Clarify role of font-lock-face.
1097
b96e6cde
LMI
10982011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1099
f4e90db0 1100 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1101 to `process-live-p' for consistency with other `-live-p' functions.
1102
be14b9ab
PE
11032011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1104
1105 Document wide integers better.
1106 * files.texi (File Attributes): Document ino_t values better.
2d365993 1107 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1108 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1109 (Bitwise Operations):
001903b5
PE
1110 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1111 to read, and that will port better if 62-bits becomes the default.
1112 Fix or remove incorrect examples.
be14b9ab
PE
1113 * os.texi (Time Conversion): Document time_t values better.
1114
bcd54f83
LMI
11152011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1116
f4e90db0
SM
1117 * processes.texi (Process Information):
1118 Document `process-alive-p'.
bcd54f83 1119
049bcbcb
CY
11202011-05-29 Chong Yidong <cyd@stupidchicken.com>
1121
1122 * help.texi (Accessing Documentation):
1123 * display.texi (Pixel Specification):
1124 * processes.texi (Serial Ports, Serial Ports):
1125 * nonascii.texi (Character Properties, Default Coding Systems):
1126 * text.texi (Changing Properties, Special Properties):
1127 * windows.texi (Window Start and End):
1128 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1129 * keymaps.texi (Searching Keymaps, Tool Bar):
1130 * minibuf.texi (Basic Completion):
1131 * compile.texi (Eval During Compile):
1132 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1133 7x9 paper in printed manual.
1134
1135 * lists.texi (Sets And Lists): Fix misplaced text.
1136
58539c63
CY
11372011-05-29 Chong Yidong <cyd@stupidchicken.com>
1138
1139 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1140 needs to be active (Bug#8350).
1141
6b5681bf
CY
11422011-05-28 Chong Yidong <cyd@stupidchicken.com>
1143
b4d52acc
CY
1144 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1145
6b5681bf
CY
1146 * tips.texi (Coding Conventions): Remove antediluvian filename
1147 limit recommendation (Bug#8538).
1148
e145f188
GM
11492011-05-27 Glenn Morris <rgm@gnu.org>
1150
1151 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1152
eafed945
GM
11532011-05-26 Glenn Morris <rgm@gnu.org>
1154
1155 * variables.texi (File Local Variables):
1156 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1157 Add some more details on what this function does in the other case.
eafed945 1158
bc8410af
GM
11592011-05-19 Glenn Morris <rgm@gnu.org>
1160
1161 * lists.texi (Sets And Lists): Mention cl provides union etc.
1162
35a30759
N
11632011-05-19 Nix <nix@esperi.org.uk>
1164
1165 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1166
1167 * text.texi (Parsing HTML): Update for function name changes.
1168
1169 * syntax.texi (Syntax Flags): Small fix.
1170
1171 * keymaps.texi (Active Keymaps): Typo fix.
1172 (Changing Key Bindings): Grammar fix.
1173
1174 * frames.texi (Minibuffers and Frames): Grammar fix.
1175 (Window System Selections): x-select-enable-clipboard now defaults to t.
1176
1177 * customize.texi (Common Keywords):
1178 * display.texi (Abstract Display):
1179 * modes.texi (Auto-Indentation):
1180 * nonascii.texi (Converting Representations): Typo fixes.
1181
1182 * control.texi (Examples of Catch): Call it "goto" not "go to".
1183
e3934a8a
EZ
11842011-05-14 Eli Zaretskii <eliz@gnu.org>
1185
bc039a3b
EZ
1186 * nonascii.texi (Character Properties): Fix inconsistencies with
1187 implementation.
1188
e3934a8a
EZ
1189 * text.texi (Special Properties): Move @defvar's out of the
1190 @table. (Bug#8652)
1191
e2c94218
GM
11922011-05-12 Glenn Morris <rgm@gnu.org>
1193
1194 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1195
d2fc7e3d 11962011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1197
1198 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1199 (Multiline Font Lock):
1200 * vol2.texi (Top):
1201 * vol1.texi (Top):
1202 * elisp.texi (Top): Update menu accordingly.
1203
d2fc7e3d 12042011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1205
1206 * modes.texi (Region to Fontify): Fix typo.
1207
79b70037
GM
12082011-05-10 Jim Meyering <meyering@redhat.com>
1209
1210 * minibuf.texi: Fix typo "in in -> in".
1211
b08a63cc 12122011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1213
1214 * numbers.texi (Integer Basics): Large integers are treated as floats.
1215
1ef14cb4
LMI
12162011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1217
1218 * processes.texi (Synchronous Processes): Document the (:file
1219 "/file-name") syntax for `call-process'.
1220
4ffd0d6b 12212011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1222
1223 * windows.texi (Choosing Window): Fix typo.
1224
4ffd0d6b 12252011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1226
1227 * frames.texi (Layout Parameters): Note the difference between
1228 querying and setting parameters for left-fringe and right-fringe
1229 (Bug#6930).
1230
fd5a8ae8
SM
12312011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1232
1233 * minibuf.texi (Basic Completion): Be a bit more precise about the
1234 valid kinds of completion tables.
1235 (Programmed Completion): Remove obsolete text about lambda expressions
1236 not being valid completion tables.
1237
c1bcd0d5
CY
12382011-03-19 Chong Yidong <cyd@stupidchicken.com>
1239
1240 * positions.texi (Excursions): Explain the "save-excursion
1241 defeated by set-buffer" warning.
1242
1243 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1244 save-excursion. Suggested by Uday S Reddy.
1245
03408648 12462011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1247
03408648
SM
1248 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1249 (Lexical Binding): New sub-section.
ba83908c 1250
03408648
SM
1251 * eval.texi (Eval): Discourage the use of `eval'.
1252 Document its new `lexical' argument.
6c075cd7 1253
f6d62986
SM
12542011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1255
03408648 1256 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1257 nil any more.
1258
84ea5558 12592011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1260
1261 * strings.texi (String Conversion): Don't mention
1262 string-make-(uni|multi)byte (bug#8262).
1263 * nonascii.texi (Converting Representations): Fix up range.
1264 * keymaps.texi (Key Binding Commands): Update code point, avoid
1265 "unibyte character" and remove mention of unibyte bindings.
1266
62d94509
EZ
12672011-03-10 Eli Zaretskii <eliz@gnu.org>
1268
1269 * modes.texi (Operator Precedence Grammars): Don't use characters
1270 outside ISO-8859-1.
1271
63a329f8
EZ
12722011-03-09 Eli Zaretskii <eliz@gnu.org>
1273
1274 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1275
1276 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1277
6446548e
GM
12782011-03-08 Glenn Morris <rgm@gnu.org>
1279
1280 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1281 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1282 * elisp.texi: Set documentencoding.
6446548e 1283
33383987
JB
12842011-03-07 Chong Yidong <cyd@stupidchicken.com>
1285
1286 * Version 23.3 released.
1287
0b3ceceb
CY
12882011-03-06 Chong Yidong <cyd@stupidchicken.com>
1289
1290 * package.texi: Update index keywords.
1291 (Package Archives): New node contents. Document package-x.el.
1292
78f5433f
JB
12932011-03-06 Juanma Barranquero <lekktu@gmail.com>
1294
1295 * makefile.w32-in (srcs): Add package.texi.
1296
555e9b5c
CY
12972011-03-06 Chong Yidong <cyd@stupidchicken.com>
1298
120d9389
CY
1299 * package.texi (Packaging, Packaging Basics, Simple Packages)
1300 (Multi-file Packages): Expand and clarify.
1301 (Package Archives): Temporary placeholder node.
1302
1303 * elisp.texi (Top): Update node listing.
1304
555e9b5c
CY
1305 * Makefile.in (srcs): Add package.texi.
1306
b59a4335
CY
13072011-03-05 Chong Yidong <cyd@stupidchicken.com>
1308
1309 * processes.texi (Synchronous Processes): Minor clarification
1310 (Bug#8149).
1311
06083aa1
GM
13122011-03-03 Glenn Morris <rgm@gnu.org>
1313
1314 * files.texi (Truenames): Minor clarification. (Bug#2341)
1315
6640b281
GM
13162011-03-01 Glenn Morris <rgm@gnu.org>
1317
1318 * variables.texi (Directory Local Variables):
1319 Mention `(subdirs . nil)' alist element.
1320
2b0c7330 13212011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1322
1323 * variables.texi (Directory Local Variables): Mention the optional
1324 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1325
b923f7a9
CY
13262011-02-27 Chong Yidong <cyd@stupidchicken.com>
1327
1328 * minibuf.texi (Minibuffer History): Clarify discussion of
1329 minibuffer history lists (Bug#8085).
1330
67ab0163 13312011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1332
e979a521
EZ
1333 * elisp.texi: Sync @dircategory with ../../info/dir.
1334
e03b2fd4
EZ
1335 * files.texi (Visiting Functions): Document find-file-literally,
1336 both the command and the variable.
1337
86ec878a
EZ
1338 * variables.texi (Creating Buffer-Local): Explain the meaning of
1339 permanent local variables.
1340
67ab0163
GM
1341 * files.texi (Visiting Functions): Document find-file-literally,
1342 both the command and the variable.
1343
1344 * variables.texi (Creating Buffer-Local): Explain the meaning of
1345 permanent local variables.
1346
13472011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1348
1349 * keymaps.texi (Remapping Commands): Mention how to undo it.
1350
bfcb151a
RT
13512011-02-09 Reuben Thomas <rrt@sc3d.org>
1352
1353 * loading.texi (Hooks for Loading): Remove unnecessary advice
1354 about eval-after-load (Bug#7986).
1355
a41c8660
CY
13562011-02-05 Chong Yidong <cyd@stupidchicken.com>
1357
1358 * commands.texi (Accessing Mouse): Note that a header line is not
1359 included in the row of posn-col-row.
1360
e0dd6837
CY
13612011-02-02 Chong Yidong <cyd@stupidchicken.com>
1362
1363 * modes.texi (Major Mode Conventions): Add face guidelines.
1364 (Faces for Font Lock): List faces in order of prominence.
1365
a4180391
PE
13662011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1367
1368 format-time-string now supports subsecond time stamp resolution
1369 * os.texi (Time Parsing): Document %N.
1370
7427eb97
CY
13712011-01-28 Chong Yidong <cyd@stupidchicken.com>
1372
61db307f
CY
1373 * vol1.texi (Top):
1374 * vol2.texi (Top):
1375 * elisp.texi (Top):
1376 * display.texi (Display Property): Shorten the menu description of
1377 the "Other Display Specs" node (Bug#7816).
1378
7427eb97
CY
1379 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1380 menu item" concept index entries (Bug#7805).
1381
bf3dae7e
EZ
13822011-01-29 Eli Zaretskii <eliz@gnu.org>
1383
1384 * makefile.w32-in (texinfodir): New variable.
1385 (usermanualdir): Remove as redundant with $(emacsdir).
1386 (MAKEINFO): Remove options, leave only program name.
1387 (MAKEINFO_OPTS): New variable.
1388 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1389
06d8ace5 13902011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1391 Richard Kim <emacs18@gmail.com>
1392
1393 * loading.texi (Library Search): Document list-load-path-shadows
1394 (Bug#7757).
1395
06d8ace5 13962011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1397
1398 * searching.texi (Regexp Special): Remove outdated discussion of
1399 character sets (Bug#7780).
1400
28a88153
CY
1401 * frames.texi (Pop-Up Menus): Document where menu title comes
1402 from (Bug#7684).
1403
06d8ace5 14042011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1405
1406 * display.texi (Making Buttons): Mention limitation of text buttons.
1407
a8e1e9ee
WL
14082011-01-23 Werner Lemberg <wl@gnu.org>
1409
1410 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1411 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1412 (ENVADD): New variable to control texi2dvi and texi2pdf.
1413
362b9d48
GM
14142011-01-15 Chong Yidong <cyd@stupidchicken.com>
1415
1416 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1417 Emacs manual.
1418
14192011-01-15 Eli Zaretskii <eliz@gnu.org>
1420
1421 * files.texi (Directory Names): Explain why FROM in
1422 directory-abbrev-alist should begin with \`. (Bug#7777)
1423
3fa173b4
SM
14242011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1425
1426 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1427
7c420169 14282011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1429
1430 * modes.texi (Emulating Mode Line): Fix last change.
1431
7c420169 14322011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1433
1434 * modes.texi (Emulating Mode Line): Update documentation of
1435 format-mode-line according to changes that fixed bug #7587.
1436
80b33766
SM
14372010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1438
1439 * modes.texi (Derived Modes): Mention prog-mode.
1440
1441 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1442 of the key-binding-data cache since we don't use it any more.
1443
f49d1f52 14442010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1445
4bb49a92
EZ
1446 * processes.texi (Shell Arguments):
1447 * strings.texi (Creating Strings): Don't mention "shell commands";
1448 make it explicit that `split-string-and-unquote' and
1449 `combine-and-quote-strings' are mainly for working with arguments
1450 to call-process and start-process.
1451
3c73e30e
EZ
1452 * processes.texi (Shell Arguments): Fix documentation of
1453 `split-string-and-unquote'. Add indexing. (Bug#7563)
1454
f49d1f52 14552010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1456
1457 * modes.texi (Auto-Indentation): New section to document SMIE.
1458 (Major Mode Conventions):
1459 * text.texi (Mode-Specific Indent): Refer to it.
1460
f49d1f52 14612010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1462
1463 * display.texi (Other Display Specs): Document left-fringe and
1464 right-fringe display specs.
1465
f49d1f52 14662010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1467
1468 * backups.texi (Making Backups):
1469 * modes.texi (Example Major Modes): Use recommended coding style.
1470 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1471 define-derived-mode. Mention completion-at-point-functions.
1472
f49d1f52 14732010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1474
5dcb4c4e
SM
1475 * nonascii.texi (Converting Representations):
1476 Document byte-to-string.
e1115396 1477
ec1b9b17
GM
14782010-12-08 Glenn Morris <rgm@gnu.org>
1479
1480 * buffers.texi (Modification Time):
1481 verify-visited-file-modtime now defaults to the current buffer.
1482
07976ae3 14832010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1484
ec1b9b17 1485 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1486
1487 * strings.texi (Creating Strings): Don't mention semi-obsolete
1488 function char-to-string.
1489 (String Conversion): Shorten discussion of semi-obsolete function
1490 string-to-char. Link to Converting Representations.
1491
1492 * objects.texi (Symbol Type):
1493 * text.texi (Near Point):
1494 * help.texi (Help Functions):
1495 * functions.texi (Mapping Functions): Use string instead of
1496 char-to-string in examples.
1497
07976ae3 14982010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1499
1500 * text.texi (Kill Functions, Kill Functions)
1501 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1502 YANK-HANDLER args.
1503
1504 * symbols.texi (Creating Symbols): Using unintern without an
1505 obarray arg is now obsolete.
1506
1507 * numbers.texi (Float Basics): Document float-e and float-pi.
1508
1509 * variables.texi (Defining Variables): Change "pi" example to
1510 "float-pi".
1511
8547874a
EZ
15122010-11-26 Eli Zaretskii <eliz@gnu.org>
1513
1514 * commands.texi (Click Events): Document the values of X, Y and
1515 COL, ROW in the event's position, when the click is on the header
1516 or mode line, on the fringes, or in the margins.
1517
4a47c275 15182010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1519
5b05d75b
EZ
1520 * customize.texi (Composite Types): Lower-case index entry.
1521
5dcb4c4e
SM
1522 * loading.texi (How Programs Do Loading):
1523 Document load-file-name. (Bug#7346)
c7926fe2 1524
4a47c275 15252010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1526
1527 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1528
0eb025fb
EZ
15292010-11-13 Eli Zaretskii <eliz@gnu.org>
1530
1531 * display.texi (Usual Display): Characters with no fonts are not
1532 necessarily displayed as empty boxes.
1533
2699a554 15342010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1535
1536 * maps.texi (Standard Keymaps): Update File menu description.
1537
8289f37b
GM
15382010-10-28 Glenn Morris <rgm@gnu.org>
1539
1540 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1541
5793a7bc 15422010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1543
1544 * display.texi (Window Systems): Deprecate use of window-system as
1545 a predicate.
1546
17284e30
GM
15472010-10-23 Glenn Morris <rgm@gnu.org>
1548
1549 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1550 sorted-doc.
1551
00f113eb
JB
15522010-10-15 Eli Zaretskii <eliz@gnu.org>
1553
1554 * os.texi (Dynamic Libraries): New node, with slightly modified
1555 text deleted from "Image Formats".
1556 (System Interface): Add @menu entry for "Dynamic Libraries".
1557
1558 * display.texi (Image Formats): Remove description of
1559 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1560
07277eb8
GM
15612010-10-12 Glenn Morris <rgm@gnu.org>
1562
1563 * book-spine.texinfo: Rename to book-spine.texi.
1564
c12e4a81
GM
15652010-10-11 Glenn Morris <rgm@gnu.org>
1566
df187c62
GM
1567 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1568
c12e4a81 1569 * Makefile.in (DVIPS): New variable.
234db610
GM
1570 (.PHONY): Add html, ps.
1571 (html, elisp.html, ps, elisp.ps): New targets.
1572 (clean): Delete html, ps files.
1573 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1574
6513b232
EZ
15752010-10-09 Eli Zaretskii <eliz@gnu.org>
1576
1577 * makefile.w32-in (emacsdir): New variable.
1578 (srcs): Add emacsver.texi.
1579 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1580
abd40fb4
GM
15812010-10-09 Glenn Morris <rgm@gnu.org>
1582
c1dc72b3
GM
1583 * Makefile.in (VPATH): Remove.
1584 (infodir): Make it absolute.
1585 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1586
4393405b
GM
1587 * Makefile.in (dist): Anchor regexps.
1588
eef3ab94
GM
1589 * Makefile.in (srcs): Put elisp.texi first.
1590 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1591
aa9db089
GM
1592 * Makefile.in (infoclean): Remove harmless, long-standing error.
1593
abd40fb4
GM
1594 * Makefile.in ($(infodir)): Delete rule.
1595 (mkinfodir): New.
1596 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1597
68db69ed 1598 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1599 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1600
ea274122
GM
16012010-10-09 Glenn Morris <rgm@gnu.org>
1602
f7a31f11
GM
1603 * Makefile.in (emacsdir): New variable.
1604 (MAKEINFO): Add -I $emacsdir.
1605 (dist): Copy emacsver.texi.
b13254e7
GM
1606 (srcs): Add emacsver.texi.
1607
f7a31f11
GM
1608 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1609 Set EMACSVER by including emacsver.texi.
1610
ea274122
GM
1611 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1612
17ca7950
GM
16132010-10-07 Glenn Morris <rgm@gnu.org>
1614
1615 * Makefile.in (version): New, set by configure.
1616 (clean): Delete dist tar file.
1617 (dist): Use version in tar name.
1618
4c83f6e1
GM
16192010-10-06 Glenn Morris <rgm@gnu.org>
1620
1621 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1622 (INSTALL_INFO): Remove unused variable.
1623 (mostlyclean, infoclean, dist): New rules.
1624 (clean): Delete dvi and pdf files.
1625 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1626 ($(infodir)): Add parallel build workaround.
4c83f6e1 1627
0264072d
GM
16282010-10-04 Glenn Morris <rgm@gnu.org>
1629
1630 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1631 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1632 Fix -I typo.
0264072d
GM
1633 (clean): No 'make.out' or 'core' files.
1634 (.PHONY): Declare clean rules.
1635 (maintainer-clean): Delete pdf file. Guard against cd failures.
1636
77f38949
GM
16372010-10-03 Glenn Morris <rgm@gnu.org>
1638
1639 * files.texi (File Name Components): Remove ignored section about
1640 deleted variable directory-sep-char.
1641
178fdd41
MA
16422010-10-03 Michael Albinus <michael.albinus@gmx.de>
1643
1644 * files.texi (Magic File Names): New defopt
1645 remote-file-name-inhibit-cache.
1646
9c524fcb
GM
16472010-10-02 Glenn Morris <rgm@gnu.org>
1648
1649 * os.texi (Killing Emacs): Hook now runs in batch mode.
1650
f816790b
SM
16512010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1652
1653 * text.texi (Special Properties): Clarify when modification-hooks run.
1654
7cf78aac
SM
16552010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1656
1657 * syntax.texi (Syntax Flags): Document new `c' flag.
1658
ca0d44e4
GM
16592010-09-09 Glenn Morris <rgm@gnu.org>
1660
1661 * display.texi (ImageMagick Images): General cleanup.
1662
10999305 16632010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1664
1665 * files.texi (Directory Names): Use \` rather than ^.
1666
45240125
JD
16672010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1668
1669 * text.texi (Low-Level Kill Ring):
1670 * frames.texi (Window System Selections): Remove cut buffer
1671 documentation.
1672
4abe5bf6
EZ
16732010-08-28 Eli Zaretskii <eliz@gnu.org>
1674
1675 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1676 Parameters", where the default fringe width is described.
1677
1678 * frames.texi (Window Frame Parameters, Basic Parameters)
1679 (Position Parameters, Layout Parameters, Management Parameters)
1680 (Cursor Parameters, Font and Color Parameters): Add indexing for
1681 frame parameters. (Bug#6929)
1682
fdc76236
TT
16832010-08-25 Tom Tromey <tromey@redhat.com>
1684
1685 * vol2.texi (Top): Update.
1686 * vol1.texi (Top): Update.
1687 * tips.texi (Library Headers): Mention Package-Version and
1688 Package-Requires.
1689 * package.texi: New file.
1690 * os.texi (System Interface): Update pointers.
1691 * elisp.texi (Top): Link to new nodes. Include package.texi.
1692 * anti.texi (Antinews): Update pointers.
1693
1e5c1c80
EZ
16942010-08-25 Eli Zaretskii <eliz@gnu.org>
1695
1696 * processes.texi (Filter Functions): Fix last change.
1697
78e33835
CY
16982010-08-24 Markus Triska <triska@gmx.at>
1699
1700 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1701 of `buffer-name' in the main text as well as in the example
1702 (Bug#3098).
1703
198a7a97
CY
17042010-08-22 Chong Yidong <cyd@stupidchicken.com>
1705
1706 * nonascii.texi (Text Representations):
1707 * loading.texi (Loading Non-ASCII):
1708 * compile.texi (Byte Compilation): Don't mention obsolete
1709 --unibyte command-line argument.
1710
bc7d7ea6
CY
17112010-08-22 Chong Yidong <cyd@stupidchicken.com>
1712
1713 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1714
b0126eac 17152010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1716
1717 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1718
e8a6cc19
EZ
17192010-08-20 Eli Zaretskii <eliz@gnu.org>
1720
1721 * commands.texi (Misc Events): Add cross-references to where
1722 POSITION of a mouse event is described in detail.
1723
c4e7c63a 17242010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1725
c4e7c63a 1726 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1727
7815fe19 17282010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1729
1730 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1731 Suggested by Štěpán Němec <stepnem@gmail.com>.
1732
7815fe19 17332010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1734
1735 * minibuf.texi (High-Level Completion): Document args of
1736 `read-buffer-function' (bug#5625).
1737
8b2dd508
JD
17382010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1739
1740 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1741
bace45fe
MA
17422010-07-29 Michael Albinus <michael.albinus@gmx.de>
1743
1744 * processes.texi (Process Information): Explain process property
1745 `remote-tty'.
1746
4ce5a4cc
JB
17472010-07-27 Juanma Barranquero <lekktu@gmail.com>
1748
1749 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1750 instead of "\C-\^?" (bug#6334).
1751
1c84bc7a
JB
1752 * text.texi (Special Properties): Fix typo.
1753
b88746ba
EZ
17542010-07-09 Eli Zaretskii <eliz@gnu.org>
1755
1756 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1757 calling sequences, which are now the standard.
1758
51422d6d
CY
17592010-06-24 Chong Yidong <cyd@stupidchicken.com>
1760
1761 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1762
1763 * commands.texi (Command Overview): Mention undo-boundary call.
1764
d24880de
GM
17652010-06-23 Glenn Morris <rgm@gnu.org>
1766
1767 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1768 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1769 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1770 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1771 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1772 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1773 Untabify Texinfo files.
1774
0fc76035
CY
17752010-06-20 Chong Yidong <cyd@stupidchicken.com>
1776
1777 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1778
5338dc0b
CY
17792010-06-19 Chong Yidong <cyd@stupidchicken.com>
1780
a628ad9d 1781 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1782
2c3a3c1d
CY
17832010-06-02 Chong Yidong <cyd@stupidchicken.com>
1784
ba3bf1d9
CY
1785 * searching.texi (Regexp Special): Remove obsolete information
1786 about matching non-ASCII characters, and suggest using char
1787 classes (Bug#6283).
2c3a3c1d 1788
7f4b4249
JB
17892010-05-30 Juanma Barranquero <lekktu@gmail.com>
1790
1791 * minibuf.texi (Basic Completion): Add missing "@end defun".
1792
637821cd
SM
17932010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 * minibuf.texi (Basic Completion): Document completion-boundaries.
1796 (Programmed Completion): Document the new fourth method for boundaries.
1797
e13051c3
CY
17982010-05-22 Chong Yidong <cyd@stupidchicken.com>
1799
a628ad9d 1800 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1801
0235128c 18022010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1803
1804 * windows.texi (Textual Scrolling):
1805 * tips.texi (Coding Conventions):
1806 * minibuf.texi (Minibuffer History):
1807 * maps.texi (Standard Keymaps):
1808 * loading.texi (Where Defined):
1809 * edebug.texi (Instrumenting): Fix typos.
1810
0235128c 18112010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1812
c7c32279
CY
1813 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1814
0235128c
SM
1815 * functions.texi (Obsolete Functions):
1816 Document set-advertised-calling-convention.
eb5ed549
CY
1817
1818 * minibuf.texi (Basic Completion): Document completion-in-region.
1819 (Programmed Completion): Document completion-annotate-function.
1820
1821 * commands.texi (Reading One Event): Document read-key.
1822 (Distinguish Interactive): Document KIND arg to
1823 called-interactively-p. Delete obsolete interactive-p.
1824
1825 * elisp.texi (Top): Update node description.
1826
f8848423
EZ
18272010-05-08 Eli Zaretskii <eliz@gnu.org>
1828
0235128c
SM
1829 * nonascii.texi (Character Properties):
1830 Document unicode-category-table. Add an index entry for Unicode
1831 general category.
1832
18332010-05-07 Chong Yidong <cyd@stupidchicken.com>
1834
1835 * Version 23.2 released.
f8848423 1836
938efb77
JB
18372010-04-20 Juanma Barranquero <lekktu@gmail.com>
1838
1839 * locals.texi (Standard Buffer-Local Variables):
1840 Remove @ignore'd reference to `direction-reversed'.
1841
5854c267
JL
18422010-04-14 Juri Linkov <juri@jurta.org>
1843
1844 Fix @deffn without category.
1845
1846 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1847 for `abbrev-insert'.
1848
1849 * buffers.texi (Indirect Buffers): Add category `Command'
1850 to @deffn of `clone-indirect-buffer'.
1851
1852 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1853 for `next-window' and `previous-window'. Add category `Command'
1854 to @deffn of `pop-to-buffer'.
1855
8a14dec7
CY
18562010-04-01 Chong Yidong <cyd@stupidchicken.com>
1857
1858 * nonascii.texi (Text Representations): Don't mark
1859 enable-multibyte-characters as a user option.
1860
7a1831cf
EZ
18612010-03-31 Eli Zaretskii <eliz@gnu.org>
1862
1863 * control.texi (Handling Errors): How to re-throw a signal caught
1864 by condition-case.
1865
c3863713
CY
18662010-03-26 Chong Yidong <cyd@stupidchicken.com>
1867
1868 * loading.texi (Hooks for Loading): Document after-load-functions.
1869 Copyedits.
1870
c333f279
AM
18712010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1872
1873 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1874
e867cb5d 18752010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1876
1877 * processes.texi (Network Processes): Document seqpacket type.
1878
605f35cd
DN
18792010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1880
1881 * os.texi (System Environment): Do not mention lynxos.
1882
288f9fc0
CY
18832010-03-10 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * Branch for 23.2.
1886
eed5c93a
CY
18872010-03-06 Chong Yidong <cyd@stupidchicken.com>
1888
1889 * objects.texi (Integer Type): Take note of the read syntax
1890 exception for numbers that cannot fit in the integer type.
1891
1ddd6622
GM
18922010-03-03 Glenn Morris <rgm@gnu.org>
1893
1894 * numbers.texi (Integer Basics, Bitwise Operations):
1895 * objects.texi (Integer Type): Update for integers now being 30-bit.
1896
a908c79a
CY
18972010-02-27 Chong Yidong <cyd@stupidchicken.com>
1898
1899 * display.texi (Low-Level Font): Document :otf font-spec property.
1900
cd61af01
SM
19012010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1902
1903 * display.texi (Line Height): Avoid obsolete special default variables
1904 like default-major-mode.
1905
c02f8fe2
AM
19062010-01-28 Alan Mackenzie <acm@muc.de>
1907
1908 * display.texi (Auto Faces): Say fontification-functions is called
1909 whether or not Font Lock is enabled. Tidy up the wording a bit.
1910
d738d18b
CY
19112010-01-17 Chong Yidong <cyd@stupidchicken.com>
1912
1913 * elisp.texi: Remove duplicate edition information (Bug#5407).
1914
4963739e
JB
19152010-01-17 Juanma Barranquero <lekktu@gmail.com>
1916
1917 * two.el (volume-header-toc-markup): Fix typos in docstring.
1918
c57008f6
SM
19192010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1920
1921 Avoid dubious uses of save-excursions.
1922 * positions.texi (Excursions): Recommend the use of
1923 save-current-buffer if applicable.
1924 * text.texi (Clickable Text): Fix the example code which used
1925 save-excursion in a naive way which sometimes preserves point and
1926 sometimes not.
1927 * variables.texi (Creating Buffer-Local):
1928 * os.texi (Session Management):
1929 * display.texi (GIF Images):
1930 * control.texi (Cleanups): Use (save|with)-current-buffer.
1931
2f3725cd
EZ
19322010-01-02 Eli Zaretskii <eliz@gnu.org>
1933
1934 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1935
85eeac93
CY
19362010-01-02 Chong Yidong <cyd@stupidchicken.com>
1937
1938 * nonascii.texi (Text Representations, Character Codes)
1939 (Converting Representations, Explicit Encoding)
1940 (Translation of Characters): Use hex notation consistently.
1941 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1942
4801c5fa
CY
19432010-01-01 Chong Yidong <cyd@stupidchicken.com>
1944
1945 * loading.texi (Where Defined): Make it clearer that these are
1946 loaded files (Bug#5068).
1947
26e533e2
CY
19482009-12-29 Chong Yidong <cyd@stupidchicken.com>
1949
1950 * minibuf.texi (Completion Styles): Document `initials' style.
1951
16d1ff5f
CY
19522009-12-25 Chong Yidong <cyd@stupidchicken.com>
1953
1954 * frames.texi (Resources): Describe inhibit-x-resources.
1955 (Size Parameters): Copyedit.
1956
1957 * hash.texi (Creating Hash):
1958 * objects.texi (Hash Table Type): Document the new hash table
1959 printed representation.
1960
1961 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1962 obsolete.
1963
5dcb4c4e
SM
1964 * processes.texi (Process Buffers):
1965 Document process-kill-buffer-query-function.
16d1ff5f 1966
9a5de3d9
GM
19672009-12-05 Glenn Morris <rgm@gnu.org>
1968
1969 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1970 diary-display-function, and no longer recommended to be a hook.
1971 Update for changes in the names of calendar and diary hooks.
1972 diary-print-entries-hook has changed section.
1973
b640eb52
EZ
19742009-11-28 Eli Zaretskii <eliz@gnu.org>
1975
1976 * text.texi (Special Properties): More accurate description of
1977 what the `cursor' property does.
1978
be1674ab
KR
19792009-11-26 Kevin Ryde <user42@zip.com.au>
1980
1981 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1982 mouse-wheel-down-event, the closest thing to a definition for them.
1983 * os.texi (Startup Summary): vindex inhibit-startup-message and
1984 inhibit-splash-screen.
1985 (Command-Line Arguments): vindex argv.
1986 (Suspending Emacs): vindex suspend-tty-functions and
1987 resume-tty-functions. Don't want to index every hook, but having
1988 the programming ones is helpful.
1989
603f5979
CY
19902009-11-14 Chong Yidong <cyd@stupidchicken.com>
1991
1992 * commands.texi (Motion Events): Fix typo (Bug#4907).
1993
4359a806
CY
19942009-11-08 Chong Yidong <cyd@stupidchicken.com>
1995
1996 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1997 are affected by case-fold-search (Bug#4483).
1998
0f063651
CY
19992009-11-02 Chong Yidong <cyd@stupidchicken.com>
2000
2001 * minibuf.texi (Reading File Names): Note that read-file-name may
2002 use a graphical file dialog.
2003
9bd79893
GM
20042009-10-31 Glenn Morris <rgm@gnu.org>
2005
2006 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2007
ebe479ec
KR
20082009-10-16 Kevin Ryde <user42@zip.com.au>
2009
2010 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2011 in particular so `info-lookup-symbol' can find its docs.
2012
2640fa86
CY
20132009-10-16 Chong Yidong <cyd@stupidchicken.com>
2014
2015 * variables.texi (Constant Variables): Distinguish from defconst
2016 variables.
2017 (Defining Variables): Add cindex.
2018
edd6a733
CY
20192009-10-15 Chong Yidong <cyd@stupidchicken.com>
2020
2021 * os.texi (Time of Day): Clarify that the microsecond part is
2022 ignored (Bug#4637).
2023
5feb0b73
GM
20242009-10-11 Glenn Morris <rgm@gnu.org>
2025
2026 * frames.texi (Size and Position): Clarify what is included in the frame
2027 height. (Bug#4535)
2028
0c5413c8
GM
20292009-10-10 Glenn Morris <rgm@gnu.org>
2030
2031 * windows.texi (Size of Window): The relationship between window and
2032 frame heights is not so simple. (Bug#4535)
2033 Mention window-full-height-p.
2034
7f8b600a
SM
20352009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2036
2037 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2038 used from Lisp.
2039
6185de1c
EZ
20402009-10-07 Eli Zaretskii <eliz@gnu.org>
2041
7f8b600a
SM
2042 * files.texi (Directory Names) <abbreviate-file-name>:
2043 Document that root home directories are not replaced with "~".
6185de1c 2044
9972911f
EZ
20452009-10-06 Eli Zaretskii <eliz@gnu.org>
2046
2047 * text.texi (Special Properties): Document the meaning of the
2048 `cursor' text property whose value is an integer.
2049
2a3f19ef
MA
20502009-10-05 Michael Albinus <michael.albinus@gmx.de>
2051
2052 * files.texi (Magic File Names): Add `copy-directory'.
2053
804543b5
EZ
20542009-10-05 Eli Zaretskii <eliz@gnu.org>
2055
2056 * files.texi (File Attributes): Fix description of file
2057 attributes. (Bug#4638) Update attributes of files.texi example to
2058 be more representative.
2059
461bf92b
MA
20602009-10-05 Michael Albinus <michael.albinus@gmx.de>
2061
2062 * files.texi (Create/Delete Dirs): New command copy-directory.
2063
a86cd395
JB
20642009-10-04 Juanma Barranquero <lekktu@gmail.com>
2065
2066 * anti.texi (Antinews):
2067 * macros.texi (Indenting Macros):
2068 * strings.texi (Creating Strings, Case Conversion):
2069 Remove duplicate words.
2070
d3080264
MA
20712009-10-01 Michael Albinus <michael.albinus@gmx.de>
2072
2073 * files.texi (Create/Delete Dirs): delete-directory has an
2074 optional parameter RECURSIVE.
2075
85d14563
SM
20762009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2077
2078 * buffers.texi (Swapping Text): Minor clarification.
2079
3d9842c6
GM
20802009-10-01 Glenn Morris <rgm@gnu.org>
2081
2082 * functions.texi (Declaring Functions): Mention that we also search for
2083 ".m" files in the src/ directory.
2084
78427304
CY
20852009-09-25 David Engster <deng@randomsample.de>
2086
3d9842c6 2087 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2088
b578c9cc
GM
20892009-09-22 Glenn Morris <rgm@gnu.org>
2090
2091 * internals.texi (Building Emacs): Mention preloaded-file-list.
2092
beee5da7
AM
20932009-09-14 Alan Mackenzie <acm@muc.de>
2094
2095 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2096
5d6ab672
CY
20972009-09-13 Chong Yidong <cyd@stupidchicken.com>
2098
2099 * functions.texi (Anonymous Functions): Rearrange discussion,
2100 giving usage of unquoted lambda forms first. Mention that
2101 `function' and `#'' are no longer required (Bug#4290).
2102
59375eeb
AM
21032009-09-11 Alan Mackenzie <acm@muc.de>
2104
a86cd395 2105 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2106 batch mode.
2107
e7e2f529
GM
21082009-09-01 Glenn Morris <rgm@gnu.org>
2109
2110 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2111
eae47088
GM
21122009-08-26 Ulrich Mueller <ulm@gentoo.org>
2113
2114 * nonascii.texi (Character Codes): Fix typos.
2115
3691a0a6
MA
21162009-08-25 Michael Albinus <michael.albinus@gmx.de>
2117
2118 * processes.texi (Synchronous Processes): New defvar
2119 process-file-side-effects.
2120
664d56b8
GM
21212009-08-25 Glenn Morris <rgm@gnu.org>
2122
2123 * display.texi (Fontsets): Fix typo.
2124
0706c025
GM
2125 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2126
03a74b84
SM
21272009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * processes.texi (Asynchronous Processes): Adjust arglist of
2130 start-process-shell-command and start-file-process-shell-command.
2131
f6de8a37
CY
21322009-08-15 Chong Yidong <cyd@stupidchicken.com>
2133
4b1ed1bb
CY
2134 * advice.texi (Argument Access in Advice): Note that argument
2135 positions are zero-based (Bug#3932).
2136
89a9e058
CY
2137 * commands.texi (Distinguish Interactive): Minor copyedit.
2138
23696fd7
CY
2139 * display.texi (Face Attributes): Add xref to Displaying Faces for
2140 explanation of "underlying face".
2141
f6de8a37
CY
2142 * customize.texi (Common Keywords): Add xref to Loading.
2143
2144 * loading.texi (How Programs Do Loading): Add xref to Lisp
2145 Libraries node in the Emacs manual.
2146
417f77e6
CY
21472009-08-13 Chong Yidong <cyd@stupidchicken.com>
2148
2149 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2150
0999039c
CY
21512009-07-18 Chong Yidong <cyd@stupidchicken.com>
2152
2153 * processes.texi (Shell Arguments): Copyedits.
2154
9af167bc
GM
21552009-07-18 Glenn Morris <rgm@gnu.org>
2156
2157 * loading.texi (Repeated Loading): Fix typo.
2158
137987ab
RS
21592009-07-16 Richard Stallman <rms@gnu.org>
2160
2161 * buffers.texi (Swapping Text): Recommend setting
2162 write-region-annotate-functions and buffer-saved-size.
2163
2164 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2165
622fa380
GM
21662009-07-15 Glenn Morris <rgm@gnu.org>
2167
2168 * edebug.texi: Minor re-phrasings throughout.
2169 (Edebug Execution Modes): Sit-for affects continue mode too.
2170 (Jumping): Use `forward-sexp' rather than its keybinding.
2171 (Edebug Misc): Fix Q binding.
2172 (Edebug Eval): Remove cl version.
2173 (Printing in Edebug): Clarify print-length etc.
2174 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2175 (Specification List): Remove edebug-unwrap findex entry.
2176 (Specification Examples): defmacro is actually not the same as defun.
2177 Escape "`" in example.
2178
6bbd4600
CY
21792009-07-15 Chong Yidong <cyd@stupidchicken.com>
2180
2181 * markers.texi (The Mark): Document optional arg to
2182 deactivate-mark.
2183
e538d479
GM
21842009-07-11 Kevin Ryde <user42@zip.com.au>
2185
2186 * hooks.texi (Standard Hooks): Fix cross-references.
2187
4c98b9ed
GM
2188 * loading.texi (Named Features): Refer to eval-after-load.
2189
5300838c
GM
21902009-07-11 Glenn Morris <rgm@gnu.org>
2191
64fbeb16
GM
2192 * Makefile.in (TEXI2PDF): New.
2193 (elisp.pdf): New target.
2194
4c98b9ed
GM
2195 * searching.texi (Regexp Backslash): Fix typo.
2196
2197 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2198
51d9979c
GM
21992009-07-10 Glenn Morris <rgm@gnu.org>
2200
561c0216
GM
2201 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2202
5b594a58
GM
2203 * customize.texi (Customization Types):
2204 * display.texi (Abstract Display):
0cc8c85a 2205 * objects.texi (Character Type, String Type):
5b594a58 2206 Merge in some menu descriptions from elisp.texi.
51d9979c 2207
c3cbbb40
GM
2208 * hash.texi (Hash Tables):
2209 * modes.texi (Multiline Font Lock):
2210 End menu description with period.
fe42c16a 2211
28528402
GM
22122009-07-09 Glenn Morris <rgm@gnu.org>
2213
2214 * back.texi: Don't hard-code texinfo location.
2215
2216 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2217 (tex): Add texinfodir to TEXINPUTS.
2218 (elisp1med-init, elisp2med-init): Use texinfodir.
2219
2220 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2221 (clean): Add two-volume.make intermediate files.
2222
2223 * elisp.texi, vol1.texi, vol2.texi:
2224 Use a DATE variable with the publication date, and update it.
2225 Fix antinews menu description.
2226
2227 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2228 Update the detailed node listing to match elisp.texi.
2229
2230 * README: Update edition to match elisp.texi.
2231
2232 * objects.texi (General Escape Syntax):
2233 * nonascii.texi (Character Sets):
2234 Use consistent case for "Unicode Standard".
2235
2236 * anti.texi (Antinews):
2237 * customize.texi (Variable Definitions):
2238 * functions.texi (Declaring Functions):
2239 * nonascii.texi (Character Properties):
2240 * processes.texi (Serial Ports):
2241 * text.texi (Special Properties):
2242 * tips.texi (Coding Conventions):
2243 Minor rearrangements to improve TeX line-filling.
2244
2245 * commands.texi (Using Interactive): Fix cross-reference.
2246
17db8e10
JD
22472009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2248
2249 * frames.texi (Management Parameters): Mention sticky.
2250
77c7e2e1
AS
22512009-07-01 Andreas Schwab <aschwab@redhat.com>
2252
2253 * help.texi (Help Functions): Fix description of help-buffer and
2254 help-setup-xref to use @defun instead of @deffn.
2255
3f1c6666
JD
22562009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2257
2258 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2259
ca27c21b
CY
22602009-06-24 Chong Yidong <cyd@stupidchicken.com>
2261
2262 * display.texi (Window Systems): Add ns to the list.
2263
70243478
CY
22642009-06-21 Chong Yidong <cyd@stupidchicken.com>
2265
2266 * Branch for 23.1.
2267
df006536
MR
22682009-06-17 Martin Rudalics <rudalics@gmx.at>
2269
2270 * windows.texi (Dedicated Windows): Fix typo.
2271 (Resizing Windows): Replace @defun by @deffn.
2272
d259fc4b
GM
22732009-06-17 Glenn Morris <rgm@gnu.org>
2274
2275 * variables.texi (Directory Local Variables):
2276 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2277
30781db6
KH
22782009-06-09 Kenichi Handa <handa@m17n.org>
2279
2280 * nonascii.texi (Character Sets): State clearly that FROM and TO
2281 are codepoints of CHARSET.
2282
62e8099c
CY
22832009-06-07 Chong Yidong <cyd@stupidchicken.com>
2284
2285 * minibuf.texi (Reading File Names): Fix introductory text.
2286 Suggested by stan@derbycityprints.com.
2287 (High-Level Completion): Fix typo.
2288
ee1b1917
CY
22892009-05-28 Chong Yidong <cyd@stupidchicken.com>
2290
2291 * frames.texi (Text Terminal Colors): Multi-tty is already
2292 implemented, but tty-local colors are not.
2293
5df647e8
CY
22942009-05-27 Chong Yidong <cyd@stupidchicken.com>
2295
2296 * hooks.texi (Standard Hooks): Remove mention of obsolete
2297 redisplay-end-trigger-functions.
2298
2299 * internals.texi (Window Internals): Remove mention of obsolete
2300 redisplay-end-trigger-functions.
2301
01f17ae2
MR
23022009-05-21 Martin Rudalics <rudalics@gmx.at>
2303
2304 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2305
2306 * backups.texi (Making Backups): backup-directory-alist and
2307 make-backup-file-name-function are options.
2308 (Auto-Saving): auto-save-list-file-prefix is an option.
2309
2310 * buffers.texi (Killing Buffers): buffer-offer-save is an
2311 option.
2312
2313 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2314 option.
2315 (Echo Area Customization): echo-keystrokes is an option.
2316 (Selective Display): selective-display-ellipses is an option.
2317 (Temporary Displays): temp-buffer-show-function is an option.
2318 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2319 are options.
2320 (Font Selection): face-font-family-alternatives,
2321 face-font-selection-order, face-font-registry-alternatives, and
2322 scalable-fonts-allowed are options.
2323 (Fringe Indicators): indicate-buffer-boundaries is an option.
2324 (Fringe Cursors): overflow-newline-into-fringe is an option.
2325 (Scroll Bars): scroll-bar-mode is an option.
2326
2327 * eval.texi (Eval): max-lisp-eval-depth is an option.
2328
2329 * files.texi (Visiting Functions): find-file-hook is an option.
2330 (Directory Names): directory-abbrev-alist is an option.
2331 (Unique File Names): temporary-file-directory and
2332 small-temporary-file-directory are options.
2333
2334 * frames.texi (Initial Parameters): initial-frame-alist,
2335 minibuffer-frame-alist and default-frame-alist are options.
2336 (Cursor Parameters): blink-cursor-alist and
2337 cursor-in-non-selected-windows ar options.
2338 (Window System Selections): selection-coding-system is an
2339 option.
2340 (Display Feature Testing): display-mm-dimensions-alist is an
2341 option.
2342
2343 * help.texi (Help Functions): help-char and help-event-list are
2344 options.
2345
2346 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2347 an option.
2348
2349 * minibuf.texi (Minibuffer History): history-length and
2350 history-delete-duplicates are options.
2351 (High-Level Completion): read-buffer-function and
2352 read-buffer-completion-ignore-case are options.
2353 (Reading File Names): read-file-name-completion-ignore-case is
2354 an option.
2355
2356 * modes.texi (Mode Line Top): mode-line-format is an option.
2357 (Mode Line Variables): mode-line-position and mode-line-modes
2358 are options.
2359
2360 * nonascii.texi (Text Representations):
2361 enable-multibyte-characters is an option.
2362 (Default Coding Systems): auto-coding-regexp-alist,
2363 file-coding-system-alist, auto-coding-alist and
2364 auto-coding-functions are options.
2365 (Specifying Coding Systems): inhibit-eol-conversion is an
2366 option.
2367
2368 * os.texi (Init File): site-run-file is an option.
2369 (System Environment): mail-host-address is an option.
2370 (User Identification): user-mail-address is an option.
2371 (Terminal Output): baud-rate is an option.
2372
2373 * positions.texi (Word Motion): words-include-escapes is an
2374 option.
2375
2376 * searching.texi (Standard Regexps): page-delimiter,
2377 paragraph-separate, paragraph-separate and sentence-end are
2378 options.
2379
2380 * text.texi (Margins): left-margin and fill-nobreak-predicate
2381 are options.
2382
2383 * variables.texi (Local Variables): max-specpdl-size is an
2384 option.
2385
2386 * windows.texi (Choosing Window):
2387 split-window-preferred-function, special-display-function and
2388 display-buffer-function are options.
2389
106e6894
CY
23902009-05-20 Chong Yidong <cyd@stupidchicken.com>
2391
4a83454d
CY
2392 Fix errors spotted by Martin Rudalics.
2393
106e6894
CY
2394 * syntax.texi (Position Parse): Document rationale for ignored
2395 arguments to syntax-ppss-flush-cache.
2396
2397 * processes.texi (Input to Processes): Mark PROCESS arg to
2398 process-running-child-p as optional.
2399 (Network Options): Document NO-ERROR arg to
2400 set-network-process-option.
2401
2402 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2403 command.
2404
2405 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2406 posix-search-backward as commands.
2407
2408 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2409 (Suspending Emacs): Mark suspend-emacs as a command.
2410 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2411 commands.
5dcb4c4e
SM
2412 (Terminal Output): Remove obsolete function baud-rate.
2413 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2414
2415 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2416 terminal-coding-system and set-terminal-coding-system.
2417 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2418 as optional.
2419 (Character Sets): Document RESTRICTION arg of char-charset.
2420 (Character Codes): Mark POS argument to get-byte as optional.
2421
2422 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2423 minibuffer-message.
2424
2425 * files.texi (Create/Delete Dirs): Mark make-directory and
2426 delete-directory as commands.
2427
2428 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2429
2430 * text.texi (Base 64): Mark base64-decode-string and
2431 base64-encode-string as commands.
2432 (Columns): Mark move-to-column as a command.
2433 (Mode-Specific Indent): Document RIGID arg to
2434 indent-for-tab-command.
2435 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2436 Mark indent-code-rigidly as a command.
2437 (Substitution): Mark translate-region as a command.
2438
2439 * frames.texi (Size and Position): Remove obsolete functions
2440 screen-height and screen-width.
2441
04173931
CY
24422009-05-19 Chong Yidong <cyd@stupidchicken.com>
2443
2444 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2445 (Displaying Buffers, Resizing Windows): Correct mistakes;
2446 next-window, previous-window, and pop-to-buffer are not commands,
2447 and fit-window-to-buffer" is a command. (Pointed out by Martin
2448 Rudalics.)
2449
eae7d8f8
RS
24502009-05-17 Richard M Stallman <rms@gnu.org>
2451
2452 * modes.texi (Precalculated Fontification): Clarify text.
2453
b8766179
MR
24542009-05-17 Martin Rudalics <rudalics@gmx.at>
2455
2456 * windows.texi (Selecting Windows): Clarify descriptions of
2457 with-selected-window and get-lru-window.
2458 (Cyclic Window Ordering): Refer to particular frame when talking
2459 about how splitting affects the ordering.
2460 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2461 switch-to-buffer-other-window. Explain how setting of
2462 display-buffer-reuse-frames affects pop-to-buffer.
2463 (Choosing Window): Clarify some details in descriptions of
2464 display-buffer-reuse-frames, pop-up-frames, and
2465 pop-up-frame-function.
2466 (Dedicated Windows): Clarify some details.
2467 (Textual Scrolling): Replace term vscroll by term vertical
2468 scroll position.
2469 (Vertical Scrolling): Fix typo.
2470 (Window Hooks): Relate text on jit-lock-register to window
2471 scrolling and size changes.
2472
734b5e3b
CY
24732009-05-14 Chong Yidong <cyd@stupidchicken.com>
2474
0a65633e
CY
2475 * frames.texi (Initial Parameters): Clarify what the initial
2476 minibuffer frame is.
05be46d7
CY
2477 (Buffer Parameters): Note that the minibuffer parameter can not be
2478 altered.
0a65633e 2479
734b5e3b
CY
2480 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2481 Document display-buffer changes.
2482
925672cd
CY
24832009-05-13 Chong Yidong <cyd@stupidchicken.com>
2484
17ecd7af
CY
2485 * anti.texi (Antinews): Rewrite for Emacs 22.
2486
925672cd
CY
2487 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2488 obarrays are first mentioned. Define "system abbrev" more
2489 prominently, and add it to the index.
2490 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2491 Copyedits.
2492 (Abbrev Expansion): Document abbrev-insert.
2493
80be4dd7
CY
24942009-05-12 Chong Yidong <cyd@stupidchicken.com>
2495
2496 * frames.texi (Font and Color Parameters): Rename from Color
2497 Parameters. Document font-backend parameter.
2498
2499 * vol2.texi (Top): Update node listing.
2500 * vol1.texi (Top): Update node listing.
2501 * elisp.texi (Top): Update node listing.
2502
372a93ac
MR
25032009-05-11 Martin Rudalics <rudalics@gmx.at>
2504
2505 * windows.texi (Choosing Window): Don't explicitly refer to
2506 split-window-sensibly's window argument in descriptions of
2507 split-height-threshold and split-width-threshold.
2508
714c3541
MR
25092009-05-10 Martin Rudalics <rudalics@gmx.at>
2510
2511 * windows.texi (Choosing Window): Fix rewrite of window
2512 splitting section.
2513
0e90e7be
EZ
25142009-05-09 Eli Zaretskii <eliz@gnu.org>
2515
f4e90db0
SM
2516 * nonascii.texi (Default Coding Systems):
2517 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2518 Add indexing.
0e90e7be
EZ
2519 (Lisp and Coding Systems): Add index entries.
2520
d3c0c321
MR
25212009-05-09 Martin Rudalics <rudalics@gmx.at>
2522
2523 * windows.texi (Choosing Window): Describe split-window-sensibly
2524 and rewrite section on window splitting accordingly.
2525 (Textual Scrolling): Replace `...' by @code{...}.
2526
c773345a
CY
25272009-05-04 Chong Yidong <cyd@stupidchicken.com>
2528
ee2d5b5e
CY
2529 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2530 Remove obsoleted pre-abbrev-expand-hook.
2531
2532 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2533 entries.
2534
c773345a
CY
2535 * internals.texi (Object Internals): Don't assume 32-bit machines
2536 are the norm.
2537 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2538 (Window Internals): Synch field names to window.h.
2539 (Process Internals): Synch field names to process.h.
c773345a 2540
dd449674
CY
25412009-04-29 Chong Yidong <cyd@stupidchicken.com>
2542
2543 * variables.texi (File Local Variables): Note that read-circle is
2544 bound to nil when reading file-local variables.
2545
2546 * streams.texi (Input Functions): Document read-circle.
2547 (Output Variables): Add xref to Circular Objects.
2548
4f1e25e2
CY
25492009-04-25 Chong Yidong <cyd@stupidchicken.com>
2550
2551 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2552 Features and Coding System Basics. Node that "p" stands for
2553 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2554 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2555 mouse-appearance-menu.
2556 (Programming Tips): Add xref to Progress.
2557
dca019f8
CY
25582009-04-22 Chong Yidong <cyd@stupidchicken.com>
2559
5dcb4c4e
SM
2560 * os.texi (Command-Line Arguments):
2561 Document command-line-args-left.
dca019f8
CY
2562 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2563 terminal objects for tty arguments.
2564 (Startup Summary): Add xref to Session Management.
2565 (Session Management): Mention emacs-session-restore. Copyedits.
2566
02a89103
CY
25672009-04-20 Chong Yidong <cyd@stupidchicken.com>
2568
2569 * os.texi (Startup Summary): Copyedits. The init file is not
2570 necessarily named .emacs now. Document initial-buffer-choice and
2571 initial-scratch-message. Note where Emacs exits in batch mode.
2572 Document inhibit-splash-screen as an alias.
2573 (Init File): Be neutral about which init file name to use.
2574
25752009-04-16 Chong Yidong <cyd@stupidchicken.com>
2576
2577 * os.texi (System Interface): Fix Texinfo usage.
2578
0c1cfe01
CY
25792009-04-15 Chong Yidong <cyd@stupidchicken.com>
2580
80d7cdca
CY
2581 * searching.texi (Regexp Backslash): Also refer to shy groups as
2582 non-capturing or unnumbered groups.
2583 (Regexp Functions): Add cross-reference to Regexp Backslash.
2584
0c1cfe01
CY
2585 * display.texi (Truncation): Overlays can use line-prefix and
2586 wrap-prefix too.
2587 (Overlay Properties): Document wrap-prefix and line-prefix.
2588 (Face Attributes): Document underline-minimum-offset.
2589 (Face Remapping): Copyedits.
2590 (Low-Level Font): Copyedits.
2591 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2592 (Line Height): Emphasize that line-spacing only takes effect on
2593 graphical terminals.
0c1cfe01 2594
c4adeee0
CY
25952009-04-13 Chong Yidong <cyd@stupidchicken.com>
2596
2597 * display.texi (Refresh Screen): Note that a passage about screen
2598 refreshing is text terminal only.
2599 (Forcing Redisplay): Delete misleading comment---sit-for calls
2600 redisplay, not the other way around.
2601 (Truncation): Note new values of truncate-partial-width-windows.
2602 Copyedits.
2603 (Invisible Text): Document invisible-p.
2604
b20ecfa1
EZ
26052009-04-11 Eli Zaretskii <eliz@gnu.org>
2606
2607 * display.texi (Overlays): Overlays don't scale well. See
2608 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2609
97d8273f
CY
26102009-04-10 Chong Yidong <cyd@stupidchicken.com>
2611
f147ff75
CY
2612 * syntax.texi (Syntax Table Functions): Document cons cell
2613 argument for modify-syntax-entry.
2614 (Categories): Document cons cell argument for
2615 modify-category-entry.
2616
fca4ec76
CY
2617 * searching.texi (String Search): Document word-search-forward-lax
2618 and word-search-backward-lax.
2619 (Searching and Case): Describe isearch behavior more precisely.
2620
9c283d5b
CY
2621 * keymaps.texi (Tool Bar): Mention that some platforms do not
2622 support multi-line toolbars. Suggested by Stephen Eglen.
2623
2624 * frames.texi (Layout Parameters): Mention that Nextstep also
2625 allows only one tool-bar line. Suggested by Stephen Eglen.
2626
97d8273f
CY
2627 * nonascii.texi (Text Representations): Copyedits.
2628 (Coding System Basics): Also mention utf-8-emacs.
2629 (Converting Representations, Selecting a Representation)
2630 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2631 Copyedits.
2632 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2633
2bad3299
CY
26342009-04-09 Chong Yidong <cyd@stupidchicken.com>
2635
2636 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2637 (Filling): Clarify REGION argument of fill-paragraph.
2638 Document fill-forward-paragraph-function.
2bad3299
CY
2639 (Special Properties): Remove "new in Emacs 22" declaration.
2640 (Clickable Text): Merge with Links and Mouse-1 node.
2641
5dcb4c4e
SM
2642 * display.texi (Button Properties, Button Buffer Commands):
2643 Change xref to Clickable Text.
2bad3299
CY
2644
2645 * tips.texi (Key Binding Conventions): Change xref to Clickable
2646 Text.
2647
2648 * elisp.texi (Top): Update node listing.
2649
ea30ce4f
CY
26502009-04-05 Chong Yidong <cyd@stupidchicken.com>
2651
47af2f4b
CY
2652 * markers.texi (The Mark): Copyedits. Improve description of
2653 handle-shift-selection.
2654 (The Region): Move use-region-p here from The Mark.
2655
ea30ce4f
CY
2656 * positions.texi (Screen Lines): Document (cols . lines) argument
2657 for vertical-motion.
2658
2aa8ea6e
CY
26592009-04-04 Chong Yidong <cyd@stupidchicken.com>
2660
3ec61d4e
CY
2661 * frames.texi (Frames): Clean up introduction. Document `ns'
2662 return value for framep.
2663 (Creating Frames): Note how the terminal is chosen.
2664 (Multiple Terminals, Multiple Displays): Merge into a single node.
2665 (Color Parameters): Fix typo.
2666
2667 * variables.texi (Local Variables, Buffer-Local Variables)
2668 (Creating Buffer-Local): Change link to Multiple Terminals.
2669
2670 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2671
2672 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2673 Terminals.
2674
2675 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2676 to Multiple Terminals.
2677
2678 * elisp.texi (Top): Update node listing.
2679 * vol2.texi (Top): Update node listing.
2680 * vol1.texi (Top): Update node listing.
2681
9257072f
CY
2682 * buffers.texi (Current Buffer): Note that the append-to-buffer
2683 example is no longer in synch with the latest code. Tie the two
2684 examples together.
2685
2aa8ea6e
CY
2686 * files.texi (File Attributes): Move note about MS-DOS from
2687 Changing Files to File Attributes.
2688 (Create/Delete Dirs): Note that mkdir is an alias for this.
2689
22e74b17
CY
26902009-04-01 Markus Triska <triska@gmx.at>
2691
2692 * processes.texi (Filter Functions): Suggest how to handle output
2693 batches.
2694
4bbe48ec
CY
26952009-03-30 Chong Yidong <cyd@stupidchicken.com>
2696
2697 * help.texi (Accessing Documentation): Update example to use
2698 help-setup-xref and with-help-window.
2699 (Help Functions): Remove print-help-return-message, which is
2700 semi-obsolete due to with-help-window. Document help-buffer and
2701 help-setup-xref.
2702
b9723f39
CY
27032009-03-29 Chong Yidong <cyd@stupidchicken.com>
2704
5dcb4c4e
SM
2705 * help.texi (Accessing Documentation, Help Functions):
2706 Remove information about long-obsolete Emacs versions.
9eb52e90 2707
b9723f39
CY
2708 * modes.texi (Mode Line Variables): The default values of the mode
2709 line variables are now more complicated.
2710
b0cc32db
CY
27112009-03-28 Chong Yidong <cyd@stupidchicken.com>
2712
3c25a5a9
CY
2713 * modes.texi (Major Mode Conventions): Note that specialness is
2714 inherited.
31c9eebb
CY
2715 (Derived Modes): Note that define-derive-mode sets the mode-class
2716 property.
3c25a5a9 2717
b0cc32db
CY
2718 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2719 goto-map. Add search-map to the list.
2720
c5e0006d
EZ
27212009-03-27 Eli Zaretskii <eliz@gnu.org>
2722
1213465a
EZ
2723 * os.texi (System Environment): Update the list of system-type
2724 values.
2725
c5e0006d
EZ
2726 * markers.texi (The Mark) <handle-shift-selection>: Update for
2727 removal of the optional argument DEACTIVATE.
2728
48bab3d6
CY
27292009-03-25 Chong Yidong <cyd@stupidchicken.com>
2730
2731 * commands.texi (Focus Events): Most X window managers don't use
2732 focus-follows-mouse nowadays.
2733
6e4ff1b6
CY
27342009-03-24 Chong Yidong <cyd@stupidchicken.com>
2735
2736 * commands.texi (Defining Commands): Clarify introduction.
2737 (Using Interactive): Not that interactive can be put in a symbol
2738 property.
2739 (Interactive Call): Note that a symbol with a non-nil
2740 interactive-form property satisfies commandp.
2741
11625308
JB
27422009-03-23 Juanma Barranquero <lekktu@gmail.com>
2743
2744 * minibuf.texi (Intro to Minibuffers): Fix typos.
2745
7b34420d
CY
27462009-03-23 Chong Yidong <cyd@stupidchicken.com>
2747
2748 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2749 about minibuffers in old Emacs versions. Copyedits.
2750 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2751 (Text from Minibuffer): Simplify introduction.
2752
f9257eed
AM
27532009-03-22 Alan Mackenzie <acm@muc.de>
2754
2755 * commands.texi (Using Interactive): Clarify string argument to
2756 `interactive' - even promptless elements need \n separators.
2757
f639ba70
CY
27582009-03-18 Chong Yidong <cyd@stupidchicken.com>
2759
2760 * minibuf.texi (Completion Styles): New node.
2761
2762 * elisp.texi (Top): Update node listing.
2763
d897e8ee
CY
27642009-03-17 Chong Yidong <cyd@stupidchicken.com>
2765
2766 * minibuf.texi (Basic Completion): Note that
2767 read-file-name-completion-ignore-case and
2768 read-buffer-completion-ignore-case can override
2769 completion-ignore-case.
2770 (Minibuffer Completion): Document completing-read changes.
2771 (Completion Commands): Avoid mentioning partial completion mode.
2772 Document minibuffer-completion-confirm changes, and
2773 minibuffer-confirm-exit-commands.
2774 (High-Level Completion): Document new require-match behavior for
2775 read-buffer. Document read-buffer-completion-ignore-case.
2776 (Reading File Names): Document new require-match behavior for
2777 read-file-name.
2778
b1f23349
CY
27792009-03-14 Chong Yidong <cyd@stupidchicken.com>
2780
2781 * debugging.texi (Error Debugging): Don't mislead the reader into
2782 thinking that debug-on-error enters debugger for C-f at EOB.
2783 (Error Debugging): Setting debug-on-init within the init file
2784 works, and has for some time.
2785
d6eb4e25
KH
27862009-03-13 Kenichi Handa <handa@m17n.org>
2787
2788 * display.texi (Fontsets): Update the description.
2789
1cf53dc5
CY
27902009-03-13 Chong Yidong <cyd@stupidchicken.com>
2791
2792 * advice.texi (Advising Primitives): Link to What Is a Function.
2793
81f919fc
CY
27942009-03-12 Chong Yidong <cyd@stupidchicken.com>
2795
cf4229eb
CY
2796 * compile.texi (Speed of Byte-Code): Update example.
2797 (Disassembly): Update examples.
2798
81f919fc 2799 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2800
2801 * customize.texi (Common Keywords): It's not necessary to use :tag
2802 to remove hyphens, as custom-unlispify-tag-name does it
2803 automatically.
5dcb4c4e
SM
2804 (Variable Definitions): Link to File Local Variables.
2805 Document customized-value symbol property.
f2bbc08c
CY
2806 (Customization Types): Move menu to end of node.
2807
955964d7
CY
28082009-03-10 Chong Yidong <cyd@stupidchicken.com>
2809
2810 * macros.texi (Compiling Macros): Omit misleading sentence, which
2811 implied that macros can only be used in the same file they are
2812 defined.
2813 (Backquote): Remove obsolete information about Emacs 19.
2814
d25ed7db
GM
28152009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2816
2817 * display.texi (Display Margins): Fix paren typo.
2818
d55f6ca5
CY
28192009-02-27 Chong Yidong <cyd@stupidchicken.com>
2820
f0e57ed8
CY
2821 * elisp.texi (Top): Update node listing.
2822
2823 * variables.texi (Variables): Clarify introduction.
2824 (Global Variables): Mention that setq is a special form.
2825 (Local Variables): Use active voice.
2826 (Tips for Defining): Mention marking variables as safe.
2827 (Buffer-Local Variables): Mention terminal-local and frame-local
2828 variables together.
2829 (File Local Variables): Copyedits.
2830 (Frame-Local Variables): Note that they are not really useful.
2831 (Future Local Variables): Node deleted.
2832
d55f6ca5 2833 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2834 Unicode escape syntax.
d55f6ca5 2835
ca8f09a8
CY
28362009-02-23 Chong Yidong <cyd@stupidchicken.com>
2837
2838 * control.texi (Control Structures): Add cindex entry for "textual
2839 order".
2840
2841 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2842 instead of "expression" throughout.
2843 (Function Indirection): Copyedits. Use active voice.
2844 (Eval): The default value of max-lisp-eval-depth is now 400.
2845
a20878b6
MB
28462009-02-23 Miles Bader <miles@gnu.org>
2847
2848 * processes.texi (System Processes): Rename `system-process-attributes'
2849 to `process-attributes'.
2850
61f66044
CY
28512009-02-22 Chong Yidong <cyd@stupidchicken.com>
2852
1b80d1f3
CY
2853 * symbols.texi (Property Lists): Emphasize that property lists are
2854 not restricted to symbol cells.
2855 (Other Plists): Copyedit.
2856
61f66044
CY
2857 * sequences.texi (Sequences Arrays Vectors): Make introduction
2858 more concise.
2859 (Arrays): Mention char-tables and bool-vectors too.
2860 (Vectors): Don't repeat information given in Arrays node. Link to
2861 nodes that explain the vector usage examples.
2862 (Char-Tables): Note that char-table elements can have arbitrary
2863 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2864 Link to Property Lists node.
61f66044 2865
9403944b
CY
28662009-02-22 Chong Yidong <cyd@stupidchicken.com>
2867
2868 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2869 `append'.
4068c7b4 2870 (List Elements): Copyedits.
9403944b
CY
2871
2872 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2873 of `vconcat'.
2874
2875 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2876 Emacs 20 usage of `concat'.
2877 (Case Conversion): Copyedits.
2878
b87a185f
CY
28792009-02-21 Chong Yidong <cyd@stupidchicken.com>
2880
2881 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2882 Minor edits.
2883 (Frame Configuration Type): Emphasize that it is not primitive.
2884 (Font Type): New node.
2885 (Type Predicates): Add fontp; type-of now recognizes font object
2886 types.
2887
2888 * intro.texi (Version Info): Update version numbers in examples.
2889 (Acknowledgements): List more contributors.
2890
2891 * elisp.texi: Bump version number to 3.0.
2892 (Top): Link to Font Type node.
2893
867d4bb3
JB
28942009-02-20 Juanma Barranquero <lekktu@gmail.com>
2895
2896 * modes.texi (Major Mode Conventions): Remove duplicate words.
2897 (Customizing Keywords): Fix typo.
2898
77730170
EZ
28992009-02-14 Eli Zaretskii <eliz@gnu.org>
2900
2901 * nonascii.texi (User-Chosen Coding Systems): Document that
2902 select-safe-coding-system suggests raw-text if there are raw bytes
2903 in the region.
2904 (Explicit Encoding): Warn not to use `undecided' when encoding.
2905
c8736212
GM
29062009-02-11 Glenn Morris <rgm@gnu.org>
2907
2908 * frames.texi (Visibility of Frames): Mention the effect multiple
2909 workspaces/desktops can have on visibility.
2910
ab992d66
EZ
29112009-02-07 Eli Zaretskii <eliz@gnu.org>
2912
c8736212
GM
2913 * text.texi (Commands for Insertion):
2914 * commands.texi (Event Mod):
2915 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2916 * nonascii.texi (Translation of Characters):
2917 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2918 (Explicit Encoding): Document the `charset' text property produced
2919 by decode-coding-region and decode-coding-string.
ab992d66 2920
e651a255
AM
29212009-01-27 Alan Mackenzie <acm@muc.de>
2922
2923 * modes.texi (Search-based Fontification): Correct a typo.
2924
bc5cde4b
JB
29252009-01-25 Juanma Barranquero <lekktu@gmail.com>
2926
2927 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2928 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2929
3533155b
EZ
29302009-01-24 Eli Zaretskii <eliz@gnu.org>
2931
f721deda
EZ
2932 * display.texi (Window Systems): Document the value of
2933 `initial-window-system' under --daemon.
2934
3533155b
EZ
2935 * os.texi (System Environment): Remove description of the
2936 `environment' function which has been deleted.
2937
f79b43b2
DN
29382009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2939
2940 * frames.texi (Multiple Displays): Remove documentation for
2941 removed function make-frame-on-tty.
2942
e3aa6669
CY
29432009-01-22 Chong Yidong <cyd@stupidchicken.com>
2944
2945 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2946 write-region-annotate-functions.
2947 Document write-region-post-annotation-function.
e3aa6669 2948
fb13a416
CY
29492009-01-19 Chong Yidong <cyd@stupidchicken.com>
2950
2951 * display.texi (Font Lookup): Document WIDTH argument of
2952 x-list-fonts.
2953
02eccf6b
EZ
29542009-01-17 Eli Zaretskii <eliz@gnu.org>
2955
ead3f58d
EZ
2956 * maps.texi (Standard Keymaps): Rename function-key-map to
2957 local-function-key-map.
2958
2959 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2960 local-function-key-map.
2961
2962 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2963 and `set-keyboard-coding-system' now accept an optional terminal
2964 argument.
2965
2966 * commands.texi (Event Mod): `keyboard-translate-table' is now
2967 terminal-local.
2968 (Function Keys): Rename function-key-map to
2969 local-function-key-map.
2970
df05a163
EZ
2971 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2972 frames.texi.
2973
0ed8034e 2974 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2975 `delete-terminal-functions', `suspend-tty-functions' and
2976 `resume-tty-functions'.
0ed8034e
EZ
2977
2978 * frames.texi (Frames): Document `frame-terminal' and
2979 `terminal-live-p'.
2980 (Multiple Displays): Document `make-frame-on-tty'.
2981 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2982 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2983 (Terminal Parameters): Document `terminal-parameters',
2984 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2985
2986 * os.texi (System Environment): Document `environment' and
2987 `initial-environment'.
490f1197
EZ
2988 (Suspending Emacs): Update for multi-tty; document
2989 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2990
02eccf6b
EZ
2991 * nonascii.texi (Coding System Basics): More accurate description
2992 of `raw-text'.
2993
f19fea97
JB
29942009-01-12 Juanma Barranquero <lekktu@gmail.com>
2995
2996 * display.texi (Low-Level Font): Fix typo.
2997
16fa292f
CY
29982009-01-10 Chong Yidong <cyd@stupidchicken.com>
2999
3000 * elisp.texi (Top): Update node listing.
3001
3002 * display.texi (PostScript Images): Node deleted.
3003
0b4faef3
EZ
30042009-01-10 Eli Zaretskii <eliz@gnu.org>
3005
3355f04d
EZ
3006 * processes.texi (Decoding Output): Document that null bytes force
3007 no-conversion for reading process output.
3008
3009 * files.texi (Reading from Files): Document that null bytes force
3010 no-conversion when visiting files.
3011
11625308 3012 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3013
5dcb4c4e
SM
3014 * nonascii.texi (Lisp and Coding Systems):
3015 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3016 (Character Properties): Improve wording.
0b4faef3 3017
ce9cf065
CY
30182009-01-09 Chong Yidong <cyd@stupidchicken.com>
3019
3020 * display.texi (Font Lookup): Remove obsolete function
3021 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3022 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3023 (Font Selection): Reorder order of variable descriptions.
3024 Minor clarifications.
ce9cf065
CY
3025
3026 * elisp.texi (Top): Update node listing.
3027
ab756fb3
GM
30282009-01-09 Glenn Morris <rgm@gnu.org>
3029
3030 * commands.texi (Command Loop Info): Say that last-command-char and
3031 last-input-char are obsolete aliases.
3032
3033 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3034 last-input-char and last-command-char, since they are just aliases for
3035 last-input-event and last-command-event.
3036
3037 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3038 last-command-char.
3039
6b2b8ab1
CY
30402009-01-08 Chong Yidong <cyd@stupidchicken.com>
3041
3042 * elisp.texi: Update node listing.
3043
3044 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3045 (Face Attributes): Don't link to Font Lookup.
3046 Document font-family-list.
6b2b8ab1
CY
3047 (Fonts): New node.
3048
3568e767
JR
30492009-01-08 Jason Rumney <jasonr@gnu.org>
3050
3051 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3052 changing the standard pointer shapes. (Bug#1485)
3568e767 3053
6221c8db
CY
30542009-01-08 Chong Yidong <cyd@stupidchicken.com>
3055
3056 * display.texi (Attribute Functions): Note that a function value
3057 :height is relative, and that compatibility functions work by
3058 calling set-face-attribute.
3059 (Displaying Faces): Reorder list in order of increasing priority.
3060 (Face Remapping): New node. Content moved here from Displaying
3061 Faces.
3062 (Glyphs): Link to Face Functions.
3063
e3d3799a
CY
30642009-01-08 Chong Yidong <cyd@stupidchicken.com>
3065
3066 * display.texi (Faces): Don't discuss face id here. facep does
3067 not return t.
3068 (Defining Faces): Minor clarification.
3069 (Face Attributes): Rearrange items to match docstring of
3070 set-face-attribute. Add :foundry attribute. Document new role of
3071 :font attribute. Texinfo usage fix.
3072 (Attribute Functions): Copyedits.
3073 (Face Functions): Note that face number is seldom used.
3074
638a2457
RS
30752009-01-05 Richard M Stallman <rms@gnu.org>
3076
3077 * strings.texi (Predicates for Strings): Minor clarification.
3078
3079 * functions.texi (Function Safety): Texinfo usage fix.
3080
49ea0074
JB
30812009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3082
3083 * objects.texi (General Escape Syntax): Fix typo.
3084
9f822178
MR
30852009-01-03 Martin Rudalics <rudalics@gmx.at>
3086
3087 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3088 works via the default value of pop-up-frame-function.
3089
af34ad36
EZ
30902009-01-02 Eli Zaretskii <eliz@gnu.org>
3091
3092 * processes.texi (System Processes): Document the `time' and
3093 `ctime' attributes of `system-process-attributes'.
3094
d31f6679
CY
30952009-01-01 Chong Yidong <cyd@stupidchicken.com>
3096
3097 * display.texi (Face Attributes): Clarify :height attribute.
3098
174dc00c
MR
30992008-12-31 Martin Rudalics <rudalics@gmx.at>
3100
3101 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3102 the front of the buffer list. Add entries for `last-buffer' and
3103 `unbury-buffer'.
3104
b8afe7e4
EZ
31052008-12-27 Eli Zaretskii <eliz@gnu.org>
3106
d14030f5
EZ
3107 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3108 and its subsections.
3109
3110 * frames.texi (Multiple Terminals, Low-level Terminal)
3111 (Terminal Parameters, Frames on Other TTY devices): New sections.
3112 (Frames): Add an xref to "Multiple Terminals".
3113
765980a4
EZ
3114 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3115
3116 * objects.texi (Terminal Type): New node.
3117 (Editing Types): Add it to the menu.
3118
47bd5577
EZ
3119 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3120 Variables".
3121
eb22b78c 3122 * variables.texi (Directory Local Variables): New node.
47bd5577 3123 (Variables): Add a menu item for it.
eb22b78c 3124
b8afe7e4
EZ
3125 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3126 `generated-autoload-file'.
3127
77bb0476
EZ
31282008-12-20 Eli Zaretskii <eliz@gnu.org>
3129
028e2c19
EZ
3130 * os.texi (Startup Summary): Add xref to documentation of
3131 `initial-window-system'.
3132
77bb0476
EZ
3133 * display.texi (Window Systems): Document `window-system' the
3134 function. The variable `window-system' is now frame-local.
028e2c19 3135 Document `initial-window-system'.
77bb0476 3136
dda87836
MR
31372008-12-19 Martin Rudalics <rudalics@gmx.at>
3138
3139 * windows.texi (Windows): Rewrite description of
3140 fit-window-to-buffer.
3141
caef3ed2
GM
31422008-12-13 Glenn Morris <rgm@gnu.org>
3143
3144 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3145 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3146
21c58e4d
GM
31472008-12-12 Glenn Morris <rgm@gnu.org>
3148
3149 * debugging.texi (Error Debugging): Refer forwards to
3150 eval-expression-debug-on-error.
3151
af38459f
EZ
31522008-12-05 Eli Zaretskii <eliz@gnu.org>
3153
5dedd9b5
EZ
3154 * strings.texi (String Basics): Only unibyte strings that
3155 represent key sequences hold 8-bit raw bytes.
3156
af38459f
EZ
3157 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3158 paragraph to speak about `undecided'.
3159 (Character Properties): Don't explain the meaning of each
3160 property; instead, identify their Unicode Standard names.
b3f1f4a5 3161 (Character Sets): Document `map-charset-chars'.
af38459f 3162
fa047ae7
GM
31632008-12-02 Glenn Morris <rgm@gnu.org>
3164
3165 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3166 section yet again.
3167
47dbc044
EZ
31682008-11-29 Eli Zaretskii <eliz@gnu.org>
3169
98d05998
EZ
3170 * nonascii.texi (Character Properties): New Section.
3171 (Specifying Coding Systems): Document
3172 `coding-system-priority-list', `set-coding-system-priority', and
3173 `with-coding-priority'.
3174 (Lisp and Coding Systems): Document `check-coding-systems-region'
3175 and `coding-system-charset-list'.
3176 (Coding System Basics): Document `coding-system-aliases'.
3177
3178 * elisp.texi (Top): Add a @detailmenu entry for "Character
3179 Properties".
3180
47dbc044
EZ
3181 * objects.texi (Character Type): Correct the range of Emacs
3182 characters. Add an @xref to "Character Codes".
3183
3184 * strings.texi (String Basics): Add an @xref to "Character Codes".
3185
3186 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3187
3188 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3189 (Character Codes): Document `max-char'.
3190
8b80cdf5
EZ
31912008-11-28 Eli Zaretskii <eliz@gnu.org>
3192
3193 * nonascii.texi (Text Representations, Converting Representations)
3194 (Character Sets, Scanning Charsets, Translation of Characters):
3195 Make text more accurate.
3196
a99dceba
GM
31972008-11-28 Glenn Morris <rgm@gnu.org>
3198
3199 * files.texi (Format Conversion Round-Trip): Improve previous change.
3200
f6dc3bed
CY
32012008-11-26 Chong Yidong <cyd@stupidchicken.com>
3202
3203 * modes.texi (Auto Major Mode): Fix example.
3204
5da9413d
GM
32052008-11-25 Glenn Morris <rgm@gnu.org>
3206
3207 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3208
3209 * files.texi (Format Conversion Round-Trip):
3210 Use active voice for previous change.
3211
fcca848c
CY
32122008-11-25 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * os.texi (Processor Run Time):
3215 * processes.texi (Transaction Queues):
3216 * markers.texi (The Mark):
3217 * windows.texi (Choosing Window, Selecting Windows):
3218 * files.texi (Changing Files, Magic File Names):
3219 * commands.texi (Key Sequence Input):
3220 * functions.texi (Declaring Functions):
3221 * strings.texi (Predicates for Strings):
3222 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3223
36c8dc54
CY
32242008-11-24 Chong Yidong <cyd@stupidchicken.com>
3225
3226 * help.texi (Accessing Documentation): Update example.
3227
3228 * variables.texi (Defining Variables): Note that `*' is not
3229 necessary if defcustom is used.
3230
2a79b242
EZ
32312008-11-22 Eli Zaretskii <eliz@gnu.org>
3232
3233 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3234 Characters" from @detailmenu.
3235
3236 * nonascii.texi (Character Codes, Character Sets)
3237 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3238 (Chars and Bytes, Splitting Characters): Sections removed.
3239
392f0d26
LK
32402008-11-22 Lute Kamstra <lute@gnu.org>
3241
3242 * positions.texi (Text Lines): Update goto-line documentation.
3243
af1a5cd5
MR
32442008-11-21 Martin Rudalics <rudalics@gmx.at>
3245
6a4cfb0c
MR
3246 * frames.texi (Frames): Fix typo, add cross references, reword.
3247 (Initial Parameters): Reword special-display-frame-alist text.
3248 (Frames and Windows): Reword. Describe argument norecord for
3249 set-frame-selected-window.
3250 (Input Focus): Describe argument norecord for select-frame.
3251 Remove comment on MS-Windows behavior for focus-follows-mouse.
3252 (Raising and Lowering): Mention windows-frames dichotomy in
3253 metaphor.
3254
af1a5cd5
MR
3255 * windows.texi (Displaying Buffers, Vertical Scrolling)
3256 (Horizontal Scrolling): Fix indenting and rewording issues
3257 introduced with 2008-11-07 change.
3258
c249fa9c
GM
32592008-11-20 Glenn Morris <rgm@gnu.org>
3260
3261 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3262 element of `format-alist'.
3263
204d4665
GM
32642008-11-19 Glenn Morris <rgm@gnu.org>
3265
3266 * doclicense.texi: Update to FDL 1.3.
3267 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3268
cc0910af
CY
32692008-11-18 Chong Yidong <cyd@stupidchicken.com>
3270
efe6e7c4
CY
3271 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3272 vars, which are obsolete. Mention jit-lock-register.
3273
5dcb4c4e
SM
3274 * modes.texi (Other Font Lock Variables):
3275 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3276
cc0910af
CY
3277 * frames.texi (Color Parameters): Document alpha parameter.
3278
aeeedf76
MR
32792008-11-16 Martin Rudalics <rudalics@gmx.at>
3280
3281 * windows.texi (Splitting Windows, Deleting Windows)
3282 (Selecting Windows, Cyclic Window Ordering)
3283 (Buffers and Windows, Displaying Buffers, Choosing Window)
3284 (Dedicated Windows, Window Point, Window Start and End)
3285 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3286 (Size of Window, Resizing Windows, Window Configurations)
3287 (Window Parameters): Avoid @var at beginning of sentences and
3288 reword accordingly.
3289
4c565c5c
LK
32902008-11-11 Lute Kamstra <lute@gnu.org>
3291
3292 * files.texi (File Name Components): Fix file-name-extension
3293 documentation.
3294
25f494c9
JB
32952008-11-11 Juanma Barranquero <lekktu@gmail.com>
3296
3297 * frames.texi (Basic Parameters): Remove display-environment-variable
3298 and term-environment-variable.
3299
a1401ab1
EZ
33002008-11-08 Eli Zaretskii <eliz@gnu.org>
3301
3302 * windows.texi (Basic Windows, Splitting Windows)
3303 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3304 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3305 (Resizing Windows, Window Configurations, Window Parameters):
3306 Fix wording and markup.
a1401ab1 3307
efafc282
MR
33082008-11-07 Martin Rudalics <rudalics@gmx.at>
3309
3310 * windows.texi (Windows): Update entries.
3311 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3312 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3313 (Selecting Windows, Cyclic Window Ordering): Reword with special
3314 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3315 (Buffers and Windows, Choosing Window): Reword with special
3316 emphasis on dedicated windows.
3317 (Displaying Buffers): Reword. For switch-to-buffer mention that
3318 it may fall back on pop-to-buffer. For other-window try to
3319 explain how it treats the cyclic ordering of windows.
efafc282
MR
3320 (Dedicated Windows): New node and section discussing dedicated
3321 windows and associated functions.
86ab855a 3322 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3323 (Window Start and End): Rename node and section title. Reword.
3324 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3325 Minor rewording.
3326 (Size of Window): Reword, in particular text on window-width.
3327 (Resizing Windows): Reword. Add text on balancing windows.
3328 (Window Configurations): Reword. Mention window parameters.
3329 (Window Parameters): New node and section on window parameters.
3330 (Window Hooks): Reword. Mention that
3331 window-configuration-change-hook is run "buffer-locally".
3332 * elisp.texi (Top): Update Windows entries in @detailmenu
3333 section.
3334
d60a8ab2
JB
33352008-11-04 Juanma Barranquero <lekktu@gmail.com>
3336
3337 * searching.texi (Regexp Search): Fix typo.
3338
01777627
CY
33392008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3340
3341 * searching.texi (Regexp Search): Document GREEDY arg.
3342 (Simple Match Data): Fix return value.
3343
c4526e93
EZ
33442008-11-01 Eli Zaretskii <eliz@gnu.org>
3345
3346 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3347 with Emacs 23 internal representation of characters.
3348 Document `unibyte-string'.
c4526e93 3349
fe2ae8b5
CY
33502008-10-28 Chong Yidong <cyd@stupidchicken.com>
3351
3352 * processes.texi (Process Information): Note that process-status
3353 does not accept buffer names.
3354
cc5a21e3
CY
33552008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3356
3357 * positions.texi (Skipping Characters): Correct return value of
3358 skip-chars-forward.
3359
09460d9a
MR
33602008-10-25 Martin Rudalics <rudalics@gmx.at>
3361
520b29e7
MR
3362 * windows.texi (Deleting Windows): Update documentation of
3363 delete-windows-on.
3364 (Buffers and Windows): Update documentations of
3365 get-buffer-window and get-buffer-window-list.
3366 (Displaying Buffers): Update documentation of
3367 replace-buffer-in-windows.
3368
09460d9a
MR
3369 * buffers.texi (Current Buffer): Reword set-buffer and
3370 with-current-buffer documentations.
3371 (Creating Buffers): Reword documentation of get-buffer-create.
3372
4d48fcdc
MR
33732008-10-23 Martin Rudalics <rudalics@gmx.at>
3374
3375 * buffers.texi (Current Buffer): Reword documentation of
3376 set-buffer.
3377 (Buffer Names): Reword documentation of buffer-name.
3378 (The Buffer List): For bury-buffer explain what happens with the
3379 buffer's window.
3380 (Creating Buffers): Say that get-buffer-create's arg is called
3381 buffer-or-name.
3382
f0143c43
CY
33832008-10-22 Chong Yidong <cyd@stupidchicken.com>
3384
3e5dbbd3
CY
3385 * advice.texi (Computed Advice): Explain what DEFINITION is.
3386
f0143c43
CY
3387 * nonascii.texi (Character Codes): Remove obsolete function
3388 char-valid-p, and document characterp instead.
3389
52a94b85
MR
33902008-10-22 Martin Rudalics <rudalics@gmx.at>
3391
3392 * windows.texi (Displaying Buffers): Reword documentation of
3393 pop-to-buffer.
3394 (Choosing Window): Rewrite documentation of display-buffer and
3395 its options.
3396
f76f8246
MR
3397 * buffers.texi (Killing Buffers): Update documentation of
3398 kill-buffer.
3399
acc8b598
EZ
34002008-10-21 Eli Zaretskii <eliz@gnu.org>
3401
80e6b6df
EZ
3402 * processes.texi (Serial Ports): Fix wording and improve markup.
3403
3645358a
EZ
3404 * searching.texi (Regexp Search): Document `string-match-p' and
3405 `looking-at-p'.
3406 (POSIX Regexps): Add an xref for "non-greedy".
3407 (Regexp Special): Add @cindex entry for "non-greedy".
3408
b3d50cff 3409 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3410 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3411
73b7530a
EZ
3412 * frames.texi (Color Names): Add an xref to `read-color'.
3413
3414 * minibuf.texi (High-Level Completion): Document `read-color'.
3415
acc8b598
EZ
3416 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3417
3418 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3419
3420 * buffers.texi (Swapping Text): New section, documents
3421 `buffer-swap-text'.
3422
10e187e8
MR
34232008-10-21 Martin Rudalics <rudalics@gmx.at>
3424
3425 * windows.texi (Resizing Windows): Minor wording fix.
3426
fd6f900c
EZ
34272008-10-20 Eli Zaretskii <eliz@gnu.org>
3428
3429 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3430 and `combine-and-quote-strings'.
3431
3432 * strings.texi (Creating Strings): Add xrefs for them.
3433
e4372165
EZ
34342008-10-19 Eli Zaretskii <eliz@gnu.org>
3435
d6328fba
EZ
3436 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3437 match the corresponding menu in minibuf.texi.
3438
e4372165
EZ
3439 * minibuf.texi (Reading File Names): Document `read-shell-command'
3440 and `minibuffer-local-shell-command-map'.
3441
5d8dda33
MR
34422008-10-19 Martin Rudalics <rudalics@gmx.at>
3443
3444 * windows.texi (Resizing Windows): Remove var{} around "window" in
3445 documentation of enlarge-window.
3446 Rewrite documentation of window-min-height and window-min-width.
3447
437706cd
EZ
34482008-10-19 Eli Zaretskii <eliz@gnu.org>
3449
80f85d7c
EZ
3450 * functions.texi (Calling Functions): Document `apply-partially'.
3451
291703b5
EZ
3452 * hooks.texi (Standard Hooks): Mention
3453 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3454
3455 * variables.texi (File Local Variables): Document
3456 `file-local-variables-alist', `before-hack-local-variables-hook'
3457 and `hack-local-variables-hook'.
3458
583d8b3c
EZ
3459 * processes.texi (Synchronous Processes): Document `process-lines'.
3460
5dcb4c4e
SM
3461 * customize.texi (Variable Definitions):
3462 Document `custom-reevaluate-setting'.
437706cd 3463
7e51d89b
MR
34642008-10-18 Martin Rudalics <rudalics@gmx.at>
3465
3466 * windows.texi (Choosing Window, Deleting Windows)
3467 (Displaying Buffers): Expand documentation of dedicated windows.
3468
43c59a3d
EZ
34692008-10-18 Eli Zaretskii <eliz@gnu.org>
3470
018a960d
EZ
3471 * files.texi (Changing Files): Document symbolic input of file
3472 modes to `set-file-modes'. Document `read-file-modes' and
3473 `file-modes-symbolic-to-number'.
3474
2c0b8144
EZ
3475 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3476 and `search-map'.
3477
5dcb4c4e
SM
3478 * searching.texi (Search and Replace):
3479 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3480 Document `multi-query-replace-map'.
80120f13 3481
6d4913f0 3482 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3483 (Completion Commands, Reading File Names):
3484 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3485 `minibuffer-local-filename-must-match-map'.
3486 (Minibuffer Completion): The `require-match' argument to
3487 `completing-read' can now have the value `confirm-only'.
3488
43c59a3d
EZ
3489 * windows.texi (Displaying Buffers): Minor wording fix.
3490 (Choosing Window): `split-height-threshold' can now be nil.
3491 Document `split-width-threshold'. `pop-up-frames' can have the
3492 value `graphic-only'.
3493
f36acfd9
EZ
34942008-10-17 Eli Zaretskii <eliz@gnu.org>
3495
3496 * os.texi (Startup Summary): Document `before-init-time' and
3497 `after-init-time'. Document `initial-window-system' and
3498 `window-system-initialization-alist'. Document reading the
3499 abbrevs file. Document the call to `server-start' under --daemon.
3500 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3501 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3502 (Time Parsing): Document `format-seconds'.
f36acfd9 3503
96995b89
MR
35042008-10-17 Martin Rudalics <rudalics@gmx.at>
3505
3506 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3507 and reword.
3508
2de17c73
EZ
35092008-10-16 Eli Zaretskii <eliz@gnu.org>
3510
3511 * markers.texi (The Mark): Document use-region-p.
3512
9cf52b11
EZ
35132008-10-15 Eli Zaretskii <eliz@gnu.org>
3514
c3aaf1d7
EZ
3515 * internals.texi (Writing Emacs Primitives): The interactive spec
3516 of a primitive can be a Lisp form.
3517
841a1743
EZ
3518 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3519 values of transient-mark-mode. Document handle-shift-selection.
3520
3521 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3522 (Interactive Examples): Show an example of `^'.
3523 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3524 (Defining Commands, Using Interactive): The interactive-form of a
3525 function can be added via its symbol's property.
841a1743 3526
52441368
EZ
3527 * positions.texi (List Motion): beginning-of-defun-function can
3528 now accept an argument.
3529
8e8c1a72
EZ
3530 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3531 now return a list of strings.
3532
a33a1f2a
EZ
3533 * control.texi (Handling Errors): Document ignore-errors.
3534
4fb04348
EZ
3535 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3536 (Parameter Access): Document set-frame-parameter.
3537
ee666f84
EZ
3538 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3539 Hooks" for the effect of kill-all-local-variables on local hook
3540 functions.
3541
9cf52b11
EZ
3542 * modes.texi (Major Mode Conventions, Mode Line Variables):
3543 `mode-name' need not be a string. xref to "Mode Line Data" for
3544 details, and to "Emulating Mode Line" for computing a string
3545 value.
3546
22526bc4
EZ
35472008-10-14 Eli Zaretskii <eliz@gnu.org>
3548
a65f6a85
EZ
3549 * processes.texi (System Processes): New section.
3550 (Processes, Signals to Processes): Add xrefs to it.
3551
3552 * objects.texi (Editing Types): A `process' is a subprocess of
3553 Emacs, not just any process running on the OS.
3554
3555 * elisp.texi (Top): Adjust the @detailmenu for the above two
3556 changes.
3557
2724b26a
EZ
3558 * sequences.texi (Char-Tables): Remove documentation of
3559 set-char-table-default, which has no effect since Emacs 23.
3560 <char-table-range, set-char-table-range>: Don't mention generic
3561 characters and charsets. Add a cons cell as a possible argument.
3562
3563 * nonascii.texi (Splitting Characters)
3564 (Translation of Characters): Don't mention generic characters.
3565
3566 * display.texi (Fontsets): Don't mention generic characters.
3567
22526bc4 3568 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3569 argument FUNCTION with a cons cell as KEY.
22526bc4 3570
eaf4b689
EZ
35712008-10-13 Eli Zaretskii <eliz@gnu.org>
3572
45e46036
EZ
3573 * objects.texi (Primitive Function Type): Move "@cindex special
3574 forms" from here...
3575
3576 * eval.texi (Special Forms): ...to here.
3577
3578 * functions.texi (What Is a Function): `functionp' returns nil for
3579 special forms. Add an xref.
3580
eaf4b689
EZ
3581 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3582 Variables".
3583
3584 * variables.texi (Frame-Local Variables): New section.
3585 (Buffer-Local Variables): Add an xref to it.
3586 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3587 have both frame-local and buffer-local binding.
3588
3589 * frames.texi (Frames): Mention multiple tty frames.
3590 (Frame Parameters, Parameter Access): Mention frame-local variable
3591 bindings.
3592
15688fce
GM
35932008-09-20 Glenn Morris <rgm@gnu.org>
3594
3595 * display.texi (Defining Faces): Recommend against face variables.
3596
35539065
JB
35972008-09-16 Juanma Barranquero <lekktu@gmail.com>
3598
3599 * display.texi (Echo Area Customization): Fix typo.
3600
6a57054b
JB
36012008-09-09 Juanma Barranquero <lekktu@gmail.com>
3602
3603 * loading.texi (Where Defined): Add `defface' item.
3604
d632fb82
MR
36052008-09-06 Martin Rudalics <rudalics@gmx.at>
3606
3607 * loading.texi (Where Defined): Fix description of symbol-file.
3608
905a9adb
JR
36092008-08-26 Jason Rumney <jasonr@gnu.org>
3610
3611 * display.texi (TIFF Images): New section describing :index property.
3612
852e91b7
CY
36132008-08-23 Chong Yidong <cyd@stupidchicken.com>
3614
3615 * display.texi (Temporary Displays): Remove unnecessary comment
3616 about usage of temp-buffer-show-hook.
3617
6be001ee
CY
36182008-08-05 Chong Yidong <cyd@stupidchicken.com>
3619
3620 * symbols.texi (Other Plists): Fix incorrect example.
3621 Suggested by Florian Beck.
3622
58e3d8e8
JB
36232008-07-31 Juanma Barranquero <lekktu@gmail.com>
3624
3625 * os.texi: Fix previous change.
3626
7c2fb837
DN
36272008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3628
3629 * os.texi:
3630 * intro.texi:
3631 * files.texi: Remove VMS support.
3632
9e2a2647
DN
36332008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3634
3635 * os.texi:
3636 * frames.texi:
3637 * display.texi: Remove mentions of Mac Carbon.
3638
c4f4682b
MB
36392008-07-01 Miles Bader <miles@gnu.org>
3640
3641 * text.texi (Special Properties):
3642 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3643
3696411e
JB
36442008-06-28 Johan Bockgård <bojohan@gnu.org>
3645
3646 * display.texi (Other Image Types): Fix copy/paste error; say
3647 "PBM", not "XBM".
3648
f2a77c3a
DN
36492008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3650
3651 * os.texi: Remove references to obsolete systems.
3652
6d52677d
EZ
36532008-06-20 Eli Zaretskii <eliz@gnu.org>
3654
3655 * makefile.w32-in (distclean): Remove makefile.
3656
1a87da4c
GM
36572008-06-17 Glenn Morris <rgm@gnu.org>
3658
3659 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3660 (elisp, dist): Remove rules and variables that are obsolete now
3661 the lisp manual is no longer distributed separately.
3662
fdda1c5d
GM
36632008-06-16 Glenn Morris <rgm@gnu.org>
3664
646692e9
GM
3665 * configure, configure.in, mkinstalldirs: Remove unused files.
3666
3667 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3668 * vol1.texi (EMACSVER):
6a57054b 3669 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3670
3671 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3672 as per maintain.info.
3673
611bee81
GM
36742008-06-15 Glenn Morris <rgm@gnu.org>
3675
a7bed3a0
GM
3676 * makefile.w32-in (manual): Use "23" rather than "21".
3677
3678 * Makefile.in (emacsver): New, set by configure.
3679 (manual): Use emacsver.
3680
d794edf2
GM
3681 * intro.texi: Report bugs using M-x report-emacs-bug.
3682
611bee81
GM
3683 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3684
c73e02fa
GM
36852008-06-13 Daniel Engeler <engeler@gmail.com>
3686
3687 * elisp.texi, internals.texi, processes.texi: Add documentation
3688 about serial port access.
3689
e40a85cd
MB
36902008-06-05 Miles Bader <miles@gnu.org>
3691
3692 * display.texi (Displaying Faces): Update to reflect function
3693 renamings in face-remap.el.
3694
7b753744
JB
36952008-06-05 Juanma Barranquero <lekktu@gmail.com>
3696
3697 * display.texi (Fontsets): Fix typos.
3698
9d3d42fb
MB
36992008-06-03 Miles Bader <miles@gnu.org>
3700
7b753744
JB
3701 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3702 remove-relative-face-remapping, set-base-face-remapping,
3703 and set-default-base-face-remapping.
9d3d42fb 3704
f2cec7a9
MB
37052008-06-01 Miles Bader <miles@gnu.org>
3706
3707 * display.texi (Displaying Faces): Add face-remapping-alist.
3708
8f39c96d
SM
37092008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3710
3711 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3712 variable names.
3713
1ef5eecc
ER
37142008-05-03 Eric S. Raymond <esr@golux>
3715
352c8b4a 3716 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3717 (current-global-map) return references, not copies.
3718
63b4387f
JL
37192008-05-02 Juri Linkov <juri@jurta.org>
3720
3721 * minibuf.texi (Text from Minibuffer): Document a list of
3722 default values for `read-from-minibuffer'.
3723
38a8b703
JB
37242008-04-24 Juanma Barranquero <lekktu@gmail.com>
3725
3726 * nonascii.texi (Translation of Characters): Fix previous change.
3727
7c42e639
CY
37282008-04-20 Chong Yidong <cyd@stupidchicken.com>
3729
3730 * display.texi (Overlay Properties): Clarify role of underlying
3731 textprop and overlay keymaps for display strings.
3732
3733 * keymaps.texi (Active Keymaps): Ditto.
3734
25c0d999
SM
37352008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * minibuf.texi (Programmed Completion):
3738 Replace dynamic-completion-table with the new completion-table-dynamic.
3739
e3af5968
CY
37402008-04-07 Chong Yidong <cyd@stupidchicken.com>
3741
3742 * intro.texi (Some Terms): Change "fonts in this manual" index
3743 entry to "typographic conventions".
3744
6bfc8698
EZ
37452008-04-05 Eli Zaretskii <eliz@gnu.org>
3746
3747 * objects.texi (Text Props and Strings): Add indexing for read
3748 syntax of text properties.
3749
4972c361
SM
37502008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3751
3752 * processes.texi (Decoding Output): Remove process-filter-multibyte
3753 functions.
3754
c70a68db
MR
37552008-03-15 Martin Rudalics <rudalics@gmx.at>
3756
3757 * display.texi (Finding Overlays): Say that empty overlays at
3758 the end of the buffer are reported too.
3759
1291fd36
GM
37602008-03-13 Glenn Morris <rgm@gnu.org>
3761
3762 * elisp.texi (EMACSVER): Set to 23.0.60.
3763
c6b0dfd5
CY
37642008-02-26 Chong Yidong <cyd@stupidchicken.com>
3765
38a8b703 3766 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3767
875fc30c
GM
37682008-02-22 Glenn Morris <rgm@gnu.org>
3769
3770 * frames.texi (Position Parameters): Clarify the description of
3771 `left' and `top', using information from "Geometry".
3772 (Geometry): Give a pointer to "Position Parameters", rather than
3773 repeating information.
3774
d8c8e45a
GM
37752008-02-11 Glenn Morris <rgm@gnu.org>
3776
3777 * objects.texi (Equality Predicates): No longer talk about "two"
3778 functions.
3779
38a8b703 37802008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3781
3782 * objects.texi (Equality Predicates): Add defun for
3783 equal-including-properties.
3784
bfffe0b1
GM
37852008-02-10 Glenn Morris <rgm@gnu.org>
3786
3787 * objects.texi (Equality Predicates):
3788 Mention equal-including-properties.
3789
431b78c9
RS
37902008-02-07 Richard Stallman <rms@gnu.org>
3791
3792 * windows.texi (Window Start): Mention the feature of moving
3793 window-start to start of line.
3794
c8763fb6 37952008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3796
3797 * keymaps.texi (Tool Bar): Document rtl property.
3798
1a256502
TTN
37992008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3800
3801 * display.texi (Button Types):
3802 For define-button-type, clarify type of NAME.
3803
569382c2
MR
38042008-01-19 Martin Rudalics <rudalics@gmx.at>
3805
3806 * buffers.texi (Buffer Modification): Fix typo.
3807
f3041af1
DN
38082008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3809
3810 * os.texi (System Environment): Remove references to OSes that are
3811 not supported anymore.
3812
d35e1cd7
DN
38132008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3814
3815 * os.texi (System Environment): Remove mention for Masscomp.
3816
23af7580
RS
38172008-01-04 Richard Stallman <rms@gnu.org>
3818
3819 * display.texi (Faces): Don't talk about internal face vector as arg
3820 to facep.
3821
3822 * customize.texi (Type Keywords): Fix previous change.
3823
3824 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3825 * elisp.texi (Top): Fix menu for commands.texi change.
3826
ec7d5b1e
RS
38272007-12-30 Richard Stallman <rms@gnu.org>
3828
5dcb4c4e 3829 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3830 (Accessing Scroll): New node broken out of Accessing Mouse.
3831
101a6cea
RS
38322007-12-28 Richard Stallman <rms@gnu.org>
3833
3834 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3835 (Basic Parameters): For `title', refer to title bar.
041817a4 3836 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3837
72b7e664
RS
38382007-12-23 Richard Stallman <rms@gnu.org>
3839
3840 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3841 Improve some of the commented-out keywords' text too.
3842
27a4f445
MR
38432007-12-14 Martin Rudalics <rudalics@gmx.at>
3844
e2e3f1d7
MR
3845 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3846 "visit the current buffer".
3847
27a4f445
MR
3848 * os.texi (System Interface): Fix typo.
3849
a2afc99d
RS
38502007-12-04 Richard Stallman <rms@gnu.org>
3851
3852 * objects.texi (Symbol Type): Fix typo.
3853
b694135c
RS
38542007-12-03 Richard Stallman <rms@gnu.org>
3855
3856 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3857
f99a19da
GM
38582007-12-01 Glenn Morris <rgm@gnu.org>
3859
3860 * functions.texi (Declaring Functions): Improve previous change.
3861
8f4b37d8
GM
38622007-11-30 Glenn Morris <rgm@gnu.org>
3863
3864 * functions.texi (Declaring Functions): Add optional fourth
3865 argument of declare-function, and setting third argument to `t'.
3866
61a2fe01
RS
38672007-11-29 Richard Stallman <rms@gnu.org>
3868
3869 * customize.texi (Composite Types): Document `group' type.
3870
cbfc5193
GM
38712007-11-29 Glenn Morris <rgm@gnu.org>
3872
5dcb4c4e
SM
3873 * functions.texi (Declaring Functions): Add findex.
3874 Mention `external' files.
cbfc5193 3875
8386283a
JB
38762007-11-26 Juanma Barranquero <lekktu@gmail.com>
3877
3878 * functions.texi (Declaring Functions): Fix directive.
3879
a07c9a8b
RS
38802007-11-25 Richard Stallman <rms@gnu.org>
3881
3882 * help.texi (Help Functions): Clean up last change.
3883
3884 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3885
3886 * loading.texi (Named Features): Minor cleanup.
3887
3888 * macros.texi (Eval During Expansion): Minor cleanup.
3889
3890 * variables.texi (Variable Aliases): Minor cleanup.
3891
a0925923
RS
38922007-11-24 Richard Stallman <rms@gnu.org>
3893
3894 * functions.texi (Declaring Functions): Clarify previous change.
3895
3896 * compile.texi (Compiler Errors): Clarify previous change.
3897
20c63e44
RS
38982007-11-24 Richard Stallman <rms@gnu.org>
3899
e5e76c04 3900 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3901 Clarify the text and move items around.
3902
5bb0cda3
GM
39032007-11-24 Glenn Morris <rgm@gnu.org>
3904
3905 * functions.texi (Declaring Functions): New section.
3906 * compile.texi (Compiler Errors): Mention declaring functions,
3907 defvar with no initvalue, and byte-compile-warnings.
3908
af13c86a
MR
39092007-11-15 Martin Rudalics <rudalics@gmx.at>
3910
3911 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3912 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3913
a5373305
MR
39142007-11-13 Martin Rudalics <rudalics@gmx.at>
3915
3916 * help.texi (Help Functions): Document new macro `with-help-window'.
3917
fe284805
JL
39182007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3919
3920 * searching.texi (Replacing Match): Describe new
3921 `match-substitute-replacement'.
3922
2c3a09b1
RS
39232007-10-31 Richard Stallman <rms@gnu.org>
3924
3925 * strings.texi (Creating Strings): Null strings from concat not unique.
3926
f2b480f4
RS
39272007-10-26 Richard Stallman <rms@gnu.org>
3928
3929 * objects.texi (Equality Predicates): Null strings are uniquified.
3930
3931 * minibuf.texi: Minor clarifications in previous change.
3932
db21122c
GM
39332007-10-25 Glenn Morris <rgm@gnu.org>
3934
3935 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3936
2328cbb3
RS
39372007-10-24 Richard Stallman <rms@gnu.org>
3938
3939 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3940
3941 * variables.texi (Frame-Local Variables): Node deleted.
3942 (Variables): Delete Frame-Local Variables from menu.
3943 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3944 (Default Value): Don't mention frame-local vars.
3945
3946 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3947
3948 * loading.texi (Unloading): Document FEATURE-unload-function
3949 instead of FEATURE-unload-hook.
3950
2328cbb3
RS
3951 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3952
c066bafa
JL
39532007-10-22 Juri Linkov <juri@jurta.org>
3954
3955 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3956 (High-Level Completion): Document a list of default value strings
3957 in the DEFAULT argument, for which minibuffer functions return the
3958 first element.
3959
65ced25f
JL
39602007-10-17 Juri Linkov <juri@jurta.org>
3961
3962 * text.texi (Filling): Update arguments of fill-paragraph.
3963 fill-paragraph operates on the active region in Transient Mark mode.
3964 Remove fill-paragraph-or-region.
3965
ee46ec8e
KB
39662007-10-13 Karl Berry <karl@gnu.org>
3967
3968 * elisp.texi (@dircategory): Move to after @copying,
3969 since we want @copying as close as possible to the beginning of
3970 the output.
3971
61bbdbc6
RS
39722007-10-12 Richard Stallman <rms@gnu.org>
3973
3974 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3975
3976 * commands.texi (Distinguish Interactive): New node,
3977 broken out from Interactive Call and rewritten.
3978 (Command Loop): Put Distinguish Interactive in menu.
3979
af23e1e8
RS
39802007-10-09 Richard Stallman <rms@gnu.org>
3981
3982 * text.texi (Examining Properties): Mention overlay priority.
3983
3984 * display.texi (Display Margins): Correct the description
3985 of margin display specifications.
3986 (Replacing Specs): New subnode broken out of Display Property.
3987
e1965a69
JL
39882007-10-06 Juri Linkov <juri@jurta.org>
3989
3990 * text.texi (Filling): Document fill-paragraph-or-region.
3991
4638454b
JB
39922007-10-05 Juanma Barranquero <lekktu@gmail.com>
3993
3994 * display.texi (Auto Faces): Fix typo.
3995
7ed54cc5
RS
39962007-10-02 Richard Stallman <rms@gnu.org>
3997
3998 * display.texi (Display Property): Explain some display specs
3999 don't let you move point in.
4000
5dcb4c4e
SM
4001 * frames.texi (Cursor Parameters):
4002 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4003
4004 * windows.texi (Basic Windows): Don't describe
4005 cursor-in-non-selected-windows here.
4006
305a7ef2
EZ
40072007-10-01 Eli Zaretskii <eliz@gnu.org>
4008
4009 * processes.texi (Misc Network): Note that these functions are
4010 supported only on some systems.
4011
f7a7f4eb
RS
40122007-10-01 Richard Stallman <rms@gnu.org>
4013
4014 * display.texi (Overlay Properties): Explain nil as priority.
4015 Explain that conflicts are unpredictable if not resolved by
4016 priorities.
4017
780d7bb9
RS
40182007-09-23 Richard Stallman <rms@gnu.org>
4019
4020 * macros.texi (Backquote): Minor clarification.
4021
14b4fdfb
RS
40222007-09-19 Richard Stallman <rms@gnu.org>
4023
4024 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4025 Clarify when they work in parallel and when one overrides.
4026 Fix error in example.
14b4fdfb 4027
b8d4c8d0
GM
40282007-09-06 Glenn Morris <rgm@gnu.org>
4029
b3e755a9 4030 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4031 commands to use ../../info.
4032 * Makefile.in (infodir): Go up one more level.
4638454b 4033 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4034 (miscmanualdir): New.
4035 (dist): Use new variable miscmanualdir.
4036 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4037 (usermanualdir): Change from ../man to ../emacs.
4038
1bb1f7d3
MR
40392007-08-30 Martin Rudalics <rudalics@gmx.at>
4040
4041 * commands.texi (Command Loop Info): Advise against changing
4042 most variables described here. Explain new variable
4043 last-repeatable-command.
4044
b8d4c8d0
GM
40452007-08-29 Glenn Morris <rgm@gnu.org>
4046
4047 * elisp.texi (EMACSVER): Increase to 23.0.50.
4048
40492007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4050
4051 * frames.texi (Basic Parameters): Add display-environment-variable
4052 and term-environment-variable.
4053
40542007-08-28 Juri Linkov <juri@jurta.org>
4055
4056 * display.texi (Image Formats, Other Image Types): Add SVG.
4057
40582007-08-28 Juri Linkov <juri@jurta.org>
4059
4060 * display.texi (Images): Move formats-related text to new node
4061 "Image Formats".
4062 (Image Formats): New node.
4063
619fb9ee
RS
40642007-08-27 Richard Stallman <rms@gnu.org>
4065
4066 * windows.texi (Window Configurations): Clarify what
4067 a window configuration saves.
4068
b8d4c8d0
GM
40692007-08-25 Richard Stallman <rms@gnu.org>
4070
4071 * display.texi (Images): Delete redundant @findex.
4072
39f9da30
GM
40732007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * text.texi (Change Hooks): (after|before)-change-functions are no
4076 longer bound to nil while running; rather inhibit-modification-hooks
4077 is t.
4078
b8d4c8d0
GM
40792007-08-16 Richard Stallman <rms@gnu.org>
4080
5dcb4c4e
SM
4081 * processes.texi (Asynchronous Processes):
4082 Clarify doc of start-file-process.
b8d4c8d0
GM
4083
40842007-08-08 Martin Rudalics <rudalics@gmx.at>
4085
4086 * modes.texi (Example Major Modes): Fix typo.
4087
40882007-08-08 Glenn Morris <rgm@gnu.org>
4089
4090 * intro.texi (nil and t): Do not use `iff' in documentation.
4091
4092 * tips.texi (Documentation Tips): Recommend against `iff'.
4093
40942007-08-07 Chong Yidong <cyd@stupidchicken.com>
4095
4096 * display.texi (Image Cache): Document image-refresh.
4097
40982007-08-06 Martin Rudalics <rudalics@gmx.at>
4099
4100 * windows.texi (Size of Window): Document window-full-width-p.
4101
41022007-07-25 Glenn Morris <rgm@gnu.org>
4103
4104 * gpl.texi (GPL): Replace license with GPLv3.
4105
4106 * Relicense all FSF files to GPLv3 or later.
4107
41082007-07-24 Michael Albinus <michael.albinus@gmx.de>
4109
4638454b
JB
4110 * processes.texi (Synchronous Processes):
4111 Add `process-file-shell-command'.
b8d4c8d0
GM
4112 (Asynchronous Processes): Mention restricted use of
4113 `process-filter' and `process-sentinel' in
4114 `start-file-process'. Add `start-file-process-shell-command'.
4115
41162007-07-17 Michael Albinus <michael.albinus@gmx.de>
4117
4118 * files.texi (Magic File Names): Introduce optional parameter
4119 IDENTIFICATION for `file-remote-p'.
4120
41212007-07-16 Richard Stallman <rms@gnu.org>
4122
4123 * display.texi (Defining Faces): Fix previous change.
4124
41252007-07-14 Richard Stallman <rms@gnu.org>
4126
4127 * control.texi (Handling Errors): Document `debug' in handler list.
4128
41292007-07-10 Richard Stallman <rms@gnu.org>
4130
4131 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4132
41332007-07-09 Richard Stallman <rms@gnu.org>
4134
4135 * files.texi (Magic File Names): Rewrite previous change.
4136
41372007-07-08 Michael Albinus <michael.albinus@gmx.de>
4138
4139 * files.texi (Magic File Names): Introduce optional parameter
4140 CONNECTED for `file-remote-p'.
4141
41422007-07-07 Michael Albinus <michael.albinus@gmx.de>
4143
4144 * processes.texi (Asynchronous Processes):
4145 * files.texi (Magic File Names): Add `start-file-process'.
4146
41472007-06-27 Richard Stallman <rms@gnu.org>
4148
5dcb4c4e
SM
4149 * files.texi (Format Conversion Piecemeal):
4150 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4151
41522007-06-27 Michael Albinus <michael.albinus@gmx.de>
4153
4638454b
JB
4154 * files.texi (Magic File Names): Remove `dired-call-process'.
4155 Add `process-file'.
b8d4c8d0
GM
4156
41572007-06-27 Kenichi Handa <handa@m17n.org>
4158
4159 * text.texi (Special Properties): Fix description about
4638454b 4160 `composition' property.
b8d4c8d0
GM
4161
41622007-06-26 Kenichi Handa <handa@m17n.org>
4163
4164 * nonascii.texi (Default Coding Systems): Document about the
4165 return value `undecided'.
4166
41672007-06-25 David Kastrup <dak@gnu.org>
4168
4169 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4170 `current-active-maps'.
4171
41722007-06-24 Karl Berry <karl@gnu.org>
4173
4638454b 4174 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4175
41762007-06-15 Juanma Barranquero <lekktu@gmail.com>
4177
4178 * display.texi (Overlay Arrow): Doc fix.
4179
41802007-06-14 Karl Berry <karl@tug.org>
4181
4182 * anti.texi (Antinews): Typo.
4183
41842007-06-14 Chong Yidong <cyd@stupidchicken.com>
4185
4186 * display.texi (Image Cache): Document image-refresh.
4187
41882007-06-12 Karl Berry <karl@gnu.org>
4189
4190 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4191 * two-volume.make: New file.
4192 * .cvsignore: Ignore two-volume files.
4193
41942007-06-12 Tom Tromey <tromey@redhat.com>
4195
4196 * os.texi (Init File): Document user-emacs-directory.
4197
41982007-06-03 Nick Roberts <nickrob@snap.net.nz>
4199
4200 * commands.texi (Click Events): Describe width and height when
4201 object is nil.
4202
42032007-05-30 Nick Roberts <nickrob@snap.net.nz>
4204
5dcb4c4e
SM
4205 * commands.texi (Click Events): Layout more logically.
4206 Describe width and height.
b8d4c8d0
GM
4207 (Drag Events, Motion Events): Update to new format for position.
4208
42092007-06-02 Richard Stallman <rms@gnu.org>
4210
4211 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4212
42132007-06-02 Chong Yidong <cyd@stupidchicken.com>
4214
4215 * Version 22.1 released.
4216
42172007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * text.texi (Special Properties): Correct meaning of fontified face.
4220
42212007-05-30 Richard Stallman <rms@gnu.org>
4222
4223 * text.texi (Special Properties): Add link to Adjusting Point.
4224
42252007-05-12 Richard Stallman <rms@gnu.org>
4226
4227 * text.texi (Margins): indent-to-left-margin is not the default.
4228 (Mode-Specific Indent): For indent-line-function, the default
4229 is indent-relative.
4230
4231 * modes.texi (Example Major Modes): Explain last line of text-mode
4232 is redundant.
4233
42342007-05-10 Richard Stallman <rms@gnu.org>
4235
4236 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4237
4238 * help.texi (Keys in Documentation): Add reference to
4239 Documentation Tips.
4240
4241 * files.texi (Format Conversion): TO-FN gets three arguments.
4242
4243 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4244
42452007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4246
4247 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4248 * files.texi (Format Conversion): Expand intro; add menu.
4249 (Format Conversion Overview, Format Conversion Round-Trip)
4250 (Format Conversion Piecemeal): New nodes/subsections.
4251 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4252 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4253 (Saving Properties): Delete node/subsection.
4254
42552007-05-07 Karl Berry <karl@gnu.org>
4256
4257 * elisp.texi (EMACSVER): Back to 22.
4258
42592007-05-06 Richard Stallman <rms@gnu.org>
4260
4261 * processes.texi (Accepting Output): Revert most of previous change.
4262
42632007-05-05 Richard Stallman <rms@gnu.org>
4264
4265 * processes.texi (Accepting Output): accept-process-output
4266 uses microseconds, not milliseconds. But that arg is obsolete.
4267
42682007-05-04 Karl Berry <karl@tug.org>
4269
4270 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4271
42722007-05-04 Eli Zaretskii <eliz@gnu.org>
4273
4274 * tips.texi (Documentation Tips): Rearrange items to place the
4275 more important ones first. Add an index entry for hyperlinks.
4276
42772007-05-03 Karl Berry <karl@gnu.org>
4278
4279 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4280 (EMACSVER) [smallbook]: 22 for printed version.
4281
4282 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4283 so restore anchor to normal position after defun. Found by Kevin Ryde.
4284
42852007-04-26 Glenn Morris <rgm@gnu.org>
4286
4287 * elisp.texi (EMACSVER): Increase to 22.1.50.
4288
42892007-04-28 Karl Berry <karl@gnu.org>
4290
4291 * elisp.texi: Improve line breaks on copyright page,
4292 similar layout to emacs manual, 8.5x11 by default.
4293
42942007-04-24 Richard Stallman <rms@gnu.org>
4295
4296 * text.texi (Special Properties): Add xref to Overlay Properties.
4297
4298 * display.texi (Overlay Properties): Add xref to Special Properties.
4299
43002007-04-22 Richard Stallman <rms@gnu.org>
4301
4302 * keymaps.texi (Extended Menu Items): Move the info about
4303 format with cached keyboard binding.
4304
43052007-04-21 Richard Stallman <rms@gnu.org>
4306
4307 * text.texi (Special Properties): Clarify previous change.
4308
4309 * files.texi (File Name Expansion): Clarify previous change.
4310
4311 * display.texi (Attribute Functions): Fix example for
4312 face-attribute-relative-p.
4313
43142007-04-19 Kenichi Handa <handa@m17n.org>
4315
4316 * text.texi (Special Properties): Document composition property.
4317
43182007-04-19 Glenn Morris <rgm@gnu.org>
4319
4320 * files.texi (File Name Expansion): Mention "superroot".
4321
43222007-04-15 Chong Yidong <cyd@stupidchicken.com>
4323
4324 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4325 setups.
4326 (Display Feature Testing): Note that display refers to all
4327 physical monitors for multi-monitor setups.
4328
43292007-04-14 Richard Stallman <rms@gnu.org>
4330
4331 * lists.texi (Sets And Lists): Clarify `delete' examples.
4332 Remove spurious xref to same node.
4333 Clarify xref for add-to-list.
4334
43352007-04-12 Nick Roberts <nickrob@snap.net.nz>
4336
4337 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4338 value of lisp-mode-map.
4339
43402007-04-11 Karl Berry <karl@gnu.org>
4341
4342 * anti.texi (Antinews):
4343 * display.texi (Overlay Properties, Defining Images):
4344 * processes.texi (Synchronous Processes, Sentinels):
4345 * syntax.texi (Syntax Table Internals):
4346 * searching.texi (Regexp Special):
4347 * nonascii.texi (Default Coding Systems):
4348 * text.texi (Special Properties):
4349 * minibuf.texi (Basic Completion): Wording to improve breaks in
4350 8.5x11 format.
4351 * elisp.texi (smallbook): New @set to more easily switch between
4352 smallbook and 8.5x11.
4353
43542007-04-11 Richard Stallman <rms@gnu.org>
4355
4356 * text.texi (Lazy Properties): Minor fix.
4357
43582007-04-08 Karl Berry <karl@gnu.org>
4359
4360 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4361 * macros.texi (Backquote): Downcase Backquote in index entries for
4362 consistency.
4363
43642007-04-08 Richard Stallman <rms@gnu.org>
4365
4366 * text.texi (Adaptive Fill): Just describe default,
4367 don't show it (since it contains non-ASCII chars).
4368
43692007-04-07 Karl Berry <karl@gnu.org>
4370
4371 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4372 adaptive-fill-regexp's value, since they are not in the standard
4373 TeX fonts.
4374
43752007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4376
4377 * display.texi (Defining Faces): Fix example.
4378
43792007-04-07 Karl Berry <karl@gnu.org>
4380
4381 * display.texi (Button Buffer Commands): Improve page break.
4382
43832007-04-07 Richard Stallman <rms@gnu.org>
4384
4385 * advice.texi (Activation of Advice): Remove redundant index entry.
4386
4387 * backups.texi: Improve index entries. Remove redundant ones.
4388
4389 * compile.texi (Byte Compilation): Improve index entry.
4390
4391 * hash.texi (Creating Hash): Improve index entry.
4392
4393 * symbols.texi (Definitions): Improve index entry.
4394
4395 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4396
4397 * maps.texi (Standard Keymaps): Remove useless index entry.
4398
4399 * help.texi (Documentation Basics): Remove redundant index entries.
4400
4401 * customize.texi: Improve index entries.
4402 Remove redundant/useless ones.
4403
4404 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4405
4406 * streams.texi (Output Variables): Improve index entry.
4407
4408 * abbrevs.texi (Abbrevs): Remove useless index entry.
4409
4410 * macros.texi (Expansion): Remove useless index entry.
4411
4412 * text.texi: Improve index entries. Remove redundant/useless ones.
4413 (Text Properties, Examining Properties)
4414 (Special Properties): Use "property category" instead of "category"
4415 to refer to the `category' property.
4416
4417 * positions.texi: Improve index entries. Remove useless one.
4418
4419 * lists.texi: Improve index entries. Remove redundant/useless ones.
4420
4421 * os.texi: Improve index entries.
4422 (Timers): Fix previous change.
4423
4424 * buffers.texi: Improve index entries.
4425 (Modification Time): Get rid of term "obsolete buffer".
4426
4427 * debugging.texi: Improve index entries.
4428 (Test Coverage): Add xref to other test coverage ftr.
4429
4430 * eval.texi: Improve index entry. Remove redundant ones.
4431
4432 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4433
4434 * files.texi: Improve index entries. Remove redundant/useless ones.
4435
4436 * objects.texi: Improve index entries.
4437
4438 * processes.texi: Improve index entries.
4439
4440 * modes.texi: Improve index entry. Remove redundant one.
4441
4442 * nonascii.texi: Improve index entries.
4443
4444 * internals.texi: Improve index entries.
4445
4446 * syntax.texi: Improve index entries.
4447
4448 * keymaps.texi (Active Keymaps): Improve index entries.
4449
4450 * commands.texi: Improve index entries. Remove redundant/useless ones.
4451
4452 * frames.texi: Improve index entries. Remove redundant/useless ones.
4453
4454 * markers.texi: Improve index entries. Remove redundant ones.
4455
4456 * tips.texi: Improve index entries.
4457
4458 * loading.texi (Unloading): Improve index entry.
4459
4460 * variables.texi: Improve index entries. Remove redundant one.
4461
4462 * sequences.texi: Improve index entry.
4463
4464 * display.texi: Improve index entries. Remove redundant ones.
4465
4466 * windows.texi: Improve index entries.
4467
4468 * searching.texi: Improve index entries. Remove redundant one.
4469
4470 * strings.texi (Case Tables): Improve last change.
4471
44722007-04-04 Chong Yidong <cyd@stupidchicken.com>
4473
4474 * strings.texi (Case Tables): Document with-case-table and
4475 ascii-case-table.
4476
44772007-04-03 Karl Berry <karl@gnu.org>
4478
4479 * processes.texi (Network): Reword to improve page break.
4480
44812007-04-03 Eli Zaretskii <eliz@gnu.org>
4482
4483 * functions.texi (Inline Functions): Describe more disadvantages
4484 of defsubst, and make advice against it stronger.
4485
44862007-04-02 Karl Berry <karl@gnu.org>
4487
4488 * backups.texi (Backup Names): Avoid widow words.
4489 * modes.texi (Example Major Modes): Align last comment.
4490
44912007-04-01 Chong Yidong <cyd@stupidchicken.com>
4492
4493 * keymaps.texi (Remapping Commands): Document new arg to
4494 command-remapping.
4495
44962007-04-01 Karl Berry <karl@gnu.org>
4497
4498 * processes.texi (Low-Level Network): Typo.
4499 * loading.texi (Hooks for Loading): Avoid double "the".
4500 * keymaps.texi (Key Sequences): No double "and".
4501 (Changing Key Bindings): Shorten to improve line break.
4502
45032007-03-31 Glenn Morris <rgm@gnu.org>
4504
4505 * os.texi (Timers): Fix description of run-at-time TIME formats.
4506
45072007-03-31 Richard Stallman <rms@gnu.org>
4508
4509 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4510 regarding ellipsis.
4511
45122007-03-31 Eli Zaretskii <eliz@gnu.org>
4513
4514 * intro.texi (nil and t):
4515 * symbols.texi (Plists and Alists):
4516 * variables.texi (Variable Aliases, Constant Variables):
4517 * functions.texi (Defining Functions):
4518 * advice.texi (Advising Primitives):
4519 * debugging.texi (Syntax Errors, Compilation Errors):
4520 * minibuf.texi (Minibuffer Windows):
4521 * commands.texi (Adjusting Point):
4522 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4523 (Auto Major Mode, Major Mode Conventions):
4524 * help.texi (Describing Characters):
4525 * files.texi (Create/Delete Dirs, Information about Files)
4526 (File Locks, Writing to Files, Reading from Files)
4527 (Saving Buffers):
4528 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4529 * frames.texi (Finding All Frames):
4530 * positions.texi (Buffer End, Motion):
4531 * markers.texi (The Region):
4532 * text.texi (Deletion, Near Point):
4533 * display.texi (Displaying Messages, Truncation):
4534 * os.texi (Processor Run Time):
4535 * tips.texi (Key Binding Conventions, Programming Tips)
4536 (Warning Tips, Documentation Tips, Comment Tips):
4537 * internals.texi (Memory Usage): Improve indexing.
4538
4539 * variables.texi (Frame-Local Variables):
4540 * functions.texi (Argument List):
4541 * loading.texi (Library Search):
4542 * streams.texi (Output Variables):
4543 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4544 * searching.texi (Replacing Match, Search and Replace):
4545 * processes.texi (Byte Packing, Decoding Output)
4546 (Accepting Output, Network Servers, Shell Arguments):
4547 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4548 * windows.texi (Window Point, Window Start):
4549 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4550 * commands.texi (Reading Input, Keyboard Events):
4551 * minibuf.texi (Reading File Names, Minibuffer Completion)
4552 (Recursive Mini):
4553 * positions.texi (List Motion):
4554 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4555 * numbers.texi (Arithmetic Operations, Math Functions)
4556 (Predicates on Numbers, Comparison of Numbers):
4557 (Numeric Conversions):
4558 * locals.texi (Standard Buffer-Local Variables):
4559 * maps.texi (Standard Keymaps):
4560 * os.texi (User Identification, System Environment, Recording Input)
4561 (X11 Keysyms):
4562 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4563 * backups.texi (Backups and Auto-Saving):
4564 * customize.texi (Customization, Group Definitions)
4565 (Variable Definitions):
4566 * compile.texi (Byte Compilation): Improve index entries.
4567
45682007-03-31 Karl Berry <karl@gnu.org>
4569
4570 * macros.texi (Defining Macros): Avoid widow syllable.
4571
45722007-03-31 Eli Zaretskii <eliz@gnu.org>
4573
4574 * elisp.texi (Top): Postscript -> PostScript.
4575
4576 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4577
45782007-03-31 Markus Triska <markus.triska@gmx.at>
4579
4580 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4581
45822007-03-30 Karl Berry <karl@gnu.org>
4583
4584 * lists.texi (List-related Predicates): Remove spurious @need.
4585 (Setcdr): Use @smallexample to improve page break.
4586 (Association Lists) <assoc>: Reword to improve page break.
4587
4588 * strings.texi (String Conversion): Insert blank line to improve
4589 page break.
4590
4591 * numbers.texi (Random Numbers): Use @minus{}.
4592 (Math Functions): Use @minus{}.
4593
4594 * intro.texi (Acknowledgements): Avoid line breaks before middle
4595 initials.
4596
45972007-03-24 Eli Zaretskii <eliz@gnu.org>
4598
4599 * errors.texi (Standard Errors): Add an index entry.
4600
46012007-03-19 Richard Stallman <rms@gnu.org>
4602
4603 * os.texi (Recording Input): recent-keys now gives 300 keys.
4604
46052007-03-12 Glenn Morris <rgm@gnu.org>
4606
4607 * os.texi: Replace "daylight savings" with "daylight saving"
4608 throughout.
4609
46102007-03-05 Richard Stallman <rms@gnu.org>
4611
5dcb4c4e
SM
4612 * variables.texi (File Local Variables):
4613 Update enable-local-variables values.
b8d4c8d0
GM
4614
46152007-03-04 Richard Stallman <rms@gnu.org>
4616
4617 * syntax.texi (Control Parsing): Minor clarification.
4618
4619 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4620
4621 * sequences.texi (Sequence Functions): Move string-bytes away,
4622 add xref.
4623
4624 * nonascii.texi (Text Representations): Move string-bytes here.
4625
4626 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4627
4628 * minibuf.texi (Basic Completion): Minor clarification.
4629
4630 * markers.texi (The Mark): Clarify existence vs activation of mark.
4631 Other cleanup.
4632
4633 * display.texi (Finding Overlays): Write better example.
4634
4635 * compile.texi (Eval During Compile): Clarify putting macros
4636 in eval-when-compile.
4637
c5602427 46382007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4639
4640 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4641 load-read-function definition doc.
b8d4c8d0
GM
4642
46432007-02-21 Kim F. Storm <storm@cua.dk>
4644
4645 * strings.texi (Text Comparison): Mention that assoc-string
4646 converts symbols to strings before testing.
4647
46482007-02-17 Kim F. Storm <storm@cua.dk>
4649
4650 * processes.texi (Bindat Spec): Vector types can have optional
4651 element type.
4652 (Bindat Examples): Fix example. Add vector with element type.
4653
46542007-02-16 Andreas Schwab <schwab@suse.de>
4655
4656 * strings.texi (Formatting Strings): Document '+' flag.
4657
46582007-02-15 Juanma Barranquero <lekktu@gmail.com>
4659
4660 * strings.texi (Modifying Strings): Clarify that `clear-string'
4661 always converts the string to unibyte.
4662
46632007-02-14 Kim F. Storm <storm@cua.dk>
4664
4665 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4666 Rewrite glyph code description to refer to these functions.
4667 Remove details of encoding face number and char into integer code.
4668
46692007-02-03 Alan Mackenzie <acm@muc.de>
4670
4671 * loading.texi (Hooks for Loading): Make the description of
4672 `eval-after-load' more detailed, and amend the description of
4673 after-load-alist, in accordance with changes from 2006-05.
4674
46752007-02-03 Chong Yidong <cyd@stupidchicken.com>
4676
4677 * modes.texi (Defining Minor Modes): Document that a :require
4678 keyword or similar may be required to make saved customization
4679 variables work.
4680
46812007-02-03 Eli Zaretskii <eliz@gnu.org>
4682
4683 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4684 Texinfo guidelines and with what texnfo-upd.el expects.
4685 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4686 parts needed by `texinfo-multiple-files-update'.
4687
46882007-02-02 Eli Zaretskii <eliz@gnu.org>
4689
4690 * elisp.texi (Top): Update the top-level menus.
4691
4692 * syntax.texi (Categories): Add index entries.
4693
46942007-02-01 Juanma Barranquero <lekktu@gmail.com>
4695
4696 * display.texi (Attribute Functions): Fix name and description of
4697 the UNDERLINE arg of `set-face-underline-p'.
4698
46992007-01-29 Eli Zaretskii <eliz@gnu.org>
4700
4701 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4702 Variables", and "Standard Keymaps" to the detailed menu.
4703
4704 * variables.texi (Future Local Variables): Add index entry.
4705
47062007-01-28 Richard Stallman <rms@gnu.org>
4707
4708 * tips.texi (Coding Conventions): Clarify the tip about macros
4709 that define a function or a variable.
4710
4711 * files.texi (File Attributes): UID and GID can be floats.
4712 (Magic File Names): Explain why deferring all operations to
4713 the standard handler does not work.
4714
47152007-01-23 Martin Rudalics <rudalics@gmx.at>
4716
4717 * backups.texi (Reverting): Use "buffer" instead of "file"
4718 when talking about major and minor modes.
4719
47202007-01-21 Richard Stallman <rms@gnu.org>
4721
4722 * help.texi (Documentation): Add xref to Documentation Tips.
4723
47242007-01-14 Juanma Barranquero <lekktu@gmail.com>
4725
4726 * tips.texi (Coding Conventions): Fix typos.
4727
47282007-01-05 Richard Stallman <rms@gnu.org>
4729
4730 * modes.texi (Defining Minor Modes): Fix previous change.
4731
47322007-01-03 Richard Stallman <rms@gnu.org>
4733
4734 * customize.texi (Variable Definitions, Customization Types):
4735 Don't use * in doc string for defcustom.
4736
47372007-01-02 Richard Stallman <rms@gnu.org>
4738
4739 * variables.texi (Variable Aliases): Clarify that aliases vars
4740 always have the same value.
4741
4742 * processes.texi (Bindat Spec): Fix Texinfo usage.
4743
4744 * modes.texi (Defining Minor Modes): Explain effect of command
4745 defined with define-global-minor-mode on new buffers.
4746
47472006-12-30 Kim F. Storm <storm@cua.dk>
4748
4749 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4750 `auto-resize-tool-bars'.
4751
47522006-12-30 Richard Stallman <rms@gnu.org>
4753
4754 * keymaps.texi (Active Keymaps): Fix previous change.
4755
47562006-12-30 Nick Roberts <nickrob@snap.net.nz>
4757
4758 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4759
47602006-12-30 Kim F. Storm <storm@cua.dk>
4761
4762 * processes.texi (Bindat Spec): Clarify using field names in
4763 length specifications.
4764
47652006-12-29 Kim F. Storm <storm@cua.dk>
4766
4767 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4768 Add count and index variables for eval forms in repeat blocks.
4769
47702006-12-24 Richard Stallman <rms@gnu.org>
4771
5dcb4c4e
SM
4772 * customize.texi (Variable Definitions):
4773 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4774
47752006-12-19 Kim F. Storm <storm@cua.dk>
4776
4777 * commands.texi (Misc Events): User signals now result in sigusr1
4778 and sigusr2 events which are handled through special-event-map.
4779 (Special Events): User signals and drag-n-drop are special.
4780
47812006-12-17 Richard Stallman <rms@gnu.org>
4782
4783 * loading.texi (Named Features): Explain subfeatures better.
4784
4785 * customize.texi: Use "option" only for user options.
4786 For the keyword values inside defcustom etc, say "keywords".
4787 For :options value's elements, say "elements".
4788 :group should not be omitted.
4789
4790 * syntax.texi (Parsing Expressions): Split up node.
4791 (Motion via Parsing, Position Parse, Parser State)
4792 (Low-Level Parsing, Control Parsing): New subnodes.
4793 (Parser State): Document syntax-ppss-toplevel-pos.
4794
4795 * positions.texi (List Motion): Punctuation fix.
4796
4797 * files.texi (File Name Completion): Document PREDICATE arg
4798 to file-name-completion.
4799
48002006-12-16 Eli Zaretskii <eliz@gnu.org>
4801
4802 * internals.texi (Building Emacs, Writing Emacs Primitives):
4803 Add index entries.
4804
48052006-12-11 Richard Stallman <rms@gnu.org>
4806
4807 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4808 affects face menu. Explain how to make it non-nil without enabling
4809 any fontification.
4810
48112006-12-10 Chong Yidong <cyd@stupidchicken.com>
4812
4813 * modes.texi (Font Lock Basics): Document nil value of
4814 font-lock-defaults.
4815
48162006-12-10 Glenn Morris <rgm@gnu.org>
4817
4818 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4819 value for system-flag argument. Abbrev tables may not be empty
4820 when major modes are loaded.
4821
48222006-12-08 Juanma Barranquero <lekktu@gmail.com>
4823
4824 * makefile.w32-in (maintainer-clean): Partially revert last
4825 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4826 to protect elisp-covers.texi.
4827
48282006-12-07 Juanma Barranquero <lekktu@gmail.com>
4829
4830 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4831 Don't remove elisp* info files; they are already deleted by the
4832 `clean' and `distclean' targets, and they are in the $(infodir)
4833 directory, not the current one.
4834
48352006-12-04 Kim F. Storm <storm@cua.dk>
4836
4837 * commands.texi (Misc Events): Update signal events.
4838 (Event Examples): Add signal example.
4839
48402006-11-29 Richard Stallman <rms@gnu.org>
4841
4842 * frames.texi (Visibility of Frames): Explain visible windows
4843 can be covered by others. Add xref for raise-frame.
4844
48452006-11-28 Richard Stallman <rms@gnu.org>
4846
4847 * searching.texi (Regexp Special): Update when ^ is special.
4848
48492006-11-27 Eli Zaretskii <eliz@gnu.org>
4850
4851 * customize.texi (Customization, Common Keywords)
4852 (Group Definitions, Variable Definitions, Composite Types)
4853 (Type Keywords, Customization Types): Add index entries for
4854 various customization keywords.
4855
48562006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4857
4858 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4859
c8763fb6 48602006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4861
4862 * frames.texi (Window System Selections): Remove clipboard from
4863 description of selection-coding-system.
4864
48652006-11-06 Richard Stallman <rms@gnu.org>
4866
4867 * lists.texi (List Variables): Document COMPARE-FN.
4868
4869 * keymaps.texi: Avoid use of "binding" to mean a relation;
4870 use it only to refer to the meaning associated with a key.
4871 (Keymaps): Change menu node description.
4872
4873 * elisp.texi (Top): Change menu node description.
4874
4875 * display.texi (Managing Overlays): Document overlay-recenter.
4876
48772006-10-29 Chong Yidong <cyd@stupidchicken.com>
4878
4879 * Makefile.in: Use relative paths to avoid advertising filesystem
4880 contents during compilation.
4881
48822006-10-23 Kim F. Storm <storm@cua.dk>
4883
4884 * commands.texi (Event Input Misc): Update unread-command-events.
4885
48862006-10-23 Nick Roberts <nickrob@snap.net.nz>
4887
4888 * lists.texi (Sets And Lists): Fix typos.
4889
48902006-10-18 Juanma Barranquero <lekktu@gmail.com>
4891
4892 * control.texi (Processing of Errors): Use @var for an argument,
4893 not @code.
4894
48952006-10-16 Richard Stallman <rms@gnu.org>
4896
4897 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4898
4899 * keymaps.texi (Format of Keymaps): Show all the keymap element
4900 patterns that result from menu items.
4901 (Key Lookup): Minor cleanups.
4902
4903 * modes.texi (Precalculated Fontification): Don't say that
4904 not setting font-lock-defaults avoids loading font-lock.
4905
4906 * help.texi (Documentation): Move xref to Emacs Manual here.
4907 (Documentation Basics): From here.
4908 Also doc emacs-lisp-docstring-fill-column.
4909
4910 * elisp.texi: Update version and ISBN.
4911
4912 * commands.texi (Interactive Call): Clarify KEYS arg to
4913 call-interactively is a vector.
4914 (Command Loop Info): Delete anchor in this-command-keys.
4915 Add anchor in this-command-keys-vector.
4916 (Recursive Editing): Document how recursive-edit
4917 handles the current buffer.
4918
49192006-10-13 Chong Yidong <cyd@stupidchicken.com>
4920
4921 * frames.texi (Frame Titles): %c and %l are ignored in
4922 frame-title-format.
4923
49242006-10-11 Richard Stallman <rms@gnu.org>
4925
4926 * keymaps.texi (Key Sequences): Clarify use of kbd.
4927
49282006-10-10 Kim F. Storm <storm@cua.dk>
4929
4930 * lists.texi (Sets And Lists): Add memql.
4931
49322006-10-03 Richard Stallman <rms@gnu.org>
4933
4934 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4935 Clarify :ascii: and :nonascii:.
4936
49372006-09-29 Juri Linkov <juri@jurta.org>
4938
4939 * modes.texi (%-Constructs): Reorder coding systems in the
4940 documentation of %z to the real order displayed in the modeline.
4941
49422006-09-25 Richard Stallman <rms@gnu.org>
4943
4944 * os.texi (Timers): Describe timer-max-repeats.
4945
49462006-09-25 Chong Yidong <cyd@stupidchicken.com>
4947
4948 * os.texi (Timers): Mention with-local-quit.
4949
49502006-09-24 Richard Stallman <rms@gnu.org>
4951
4952 * searching.texi (Searching and Matching): Mention property search.
4953
4954 * commands.texi (Command Loop Info): Explain how read-event affects
4955 this-command-keys.
4956
49572006-09-20 Richard Stallman <rms@gnu.org>
4958
4959 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4960
4961 * windows.texi (Window Start): Minor cleanups.
4962
49632006-09-20 Kim F. Storm <storm@cua.dk>
4964
4965 * windows.texi (Window Start): pos-visible-in-window-p allows
4966 specifying t for position to mean "end of window".
4967 Add window-line-height.
4968
4969 * anti.texi (Antinews): Mention window-line-height.
4970
49712006-09-19 David Kastrup <dak@gnu.org>
4972
4973 * keymaps.texi (Searching Keymaps): Small clarification.
4974
49752006-09-18 Richard Stallman <rms@gnu.org>
4976
4977 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4978 cause keyboard menus.
4979 (Menu Keymaps): Likewise.
4980 (Defining Menus, Keyboard Menus): Clarify.
4981
4982 * text.texi (Fields): Clarify explanation of constrain-to-field.
4983
49842006-09-16 Eli Zaretskii <eliz@gnu.org>
4985
4986 * variables.texi (Tips for Defining): Fix a typo.
4987
49882006-09-15 Richard Stallman <rms@gnu.org>
4989
4990 * keymaps.texi (Remapping Commands, Searching Keymaps)
4991 (Active Keymaps): Clean up previous change.
4992
49932006-09-15 Jay Belanger <belanger@truman.edu>
4994
4995 * gpl.texi: Replace "Library Public License" by "Lesser Public
4996 License" throughout.
4997
49982006-09-15 David Kastrup <dak@gnu.org>
4999
5000 * keymaps.texi (Active Keymaps): Adapt description to use
5001 `get-char-property' instead `get-text-property'. Explain how
5002 mouse events change this. Explain the new optional argument of
5003 `key-binding' and its mouse-dependent lookup.
5004 (Searching Keymaps): Adapt description similarly.
5005 (Remapping Commands): Explain the new optional argument of
5006 `command-remapping'.
5007
50082006-09-14 Richard Stallman <rms@gnu.org>
5009
5010 * keymaps.texi (Searching Keymaps): Clarification.
5011 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5012
50132006-09-13 Richard Stallman <rms@gnu.org>
5014
5015 * objects.texi (Character Type): Node split.
5016 Add xref to Describing Characters.
5017 (Basic Char Syntax, General Escape Syntax)
5018 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5019
50202006-09-11 Richard Stallman <rms@gnu.org>
5021
5022 * display.texi (Display Table Format): Wording clarification.
5023 (Glyphs): Clarifications.
5024
50252006-09-10 Chong Yidong <cyd@stupidchicken.com>
5026
5027 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5028 local maps.
5029
50302006-09-10 Kim F. Storm <storm@cua.dk>
5031
5032 * display.texi (Forcing Redisplay): Document return value of
5033 function redisplay.
5034
50352006-09-09 Richard Stallman <rms@gnu.org>
5036
5037 * windows.texi (Window Hooks): Explain limits of
5038 window-scroll-functions.
5039
5040 * display.texi (Fringe Indicators): Update for last change in
5041 indicate-buffer-boundaries.
5042
50432006-09-08 Richard Stallman <rms@gnu.org>
5044
5045 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5046
50472006-09-06 Kim F. Storm <storm@cua.dk>
5048
5049 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5050
5051 * windows.texi (Window Start): Update pos-visible-in-window-p.
5052
50532006-09-04 Richard Stallman <rms@gnu.org>
5054
5055 * processes.texi (Accepting Output): Explain SECONDS=0 for
5056 accept-process-output.
5057
5058 * os.texi (Idle Timers): Explain why timer functions should not
5059 loop until (input-pending-p).
5060
50612006-09-02 Eli Zaretskii <eliz@gnu.org>
5062
5063 * makefile.w32-in (usermanualdir): New variable.
5064 (elisp.dvi): Use it.
5065
50662006-09-01 Eli Zaretskii <eliz@gnu.org>
5067
5068 * buffers.texi (Buffer Modification): Fix last change.
5069
50702006-09-01 Chong Yidong <cyd@stupidchicken.com>
5071
5dcb4c4e
SM
5072 * buffers.texi (Buffer Modification):
5073 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5074
50752006-08-31 Richard Stallman <rms@gnu.org>
5076
5077 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5078
50792006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5080
5081 * modes.texi (Syntactic Font Lock):
5082 Mention font-lock-syntactic-face-function
5083 instead of specific faces.
5084
50852006-08-29 Chong Yidong <cyd@stupidchicken.com>
5086
5087 * display.texi (Images): Add xrref to display-images-p.
5088
50892006-08-28 Kenichi Handa <handa@m17n.org>
5090
5091 * nonascii.texi (Lisp and Coding Systems): Fix description of
5092 detect-coding-region.
5093
50942006-08-27 Michael Olson <mwolson@gnu.org>
5095
5096 * processes.texi (Transaction Queues): Remove stray quote
5097 character.
5098
50992006-08-25 Richard Stallman <rms@gnu.org>
5100
5101 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5102 Add xref.
5103
51042006-08-24 Chong Yidong <cyd@stupidchicken.com>
5105
5106 * os.texi (Timers): Avoid waiting inside timers.
5107
51082006-08-21 Lute Kamstra <lute@gnu.org>
5109
5110 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5111
51122006-08-20 Richard Stallman <rms@gnu.org>
5113
5114 * os.texi (Idle Timers): New node, split out from Timers.
5115 Document current-idle-time.
5116 * commands.texi (Reading One Event): Update xref.
5117 * elisp.texi (Top): Update subnode menu.
5118
51192006-08-16 Richard Stallman <rms@gnu.org>
5120
5121 * keymaps.texi (Extended Menu Items): Show format of cached
5122 bindings in extended menu items.
5123
5124 * customize.texi (Variable Definitions): Explain when the
5125 standard value expression is evaluated.
5126
51272006-08-15 Chong Yidong <cyd@stupidchicken.com>
5128
5129 * commands.texi (Reading One Event): Explain idleness in
5130 `read-event'.
5131
51322006-08-12 Chong Yidong <cyd@stupidchicken.com>
5133
5134 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5135 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5136 relevant for Lisp programming.
5137 (Yank Commands): Rewrite introduction.
5138 (Undo): Clarify.
5139 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5140 (Filling): Remove redundant comment. Clarify return value of
5141 current-justification.
5142 (Margins): Minor clarifications.
5143 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5144 (Sorting): Update definition of sort-lines.
5145 (Columns): Clarify behavior of sort-columns.
5146 (Indent Tabs): Link to Tab Stops in Emacs manual.
5147 (Special Properties): Clarify.
5148 (Clickable Text): Mention Buttons package.
5149
51502006-08-12 Kevin Ryde <user42@zip.com.au>
5151
5152 * os.texi (Time Parsing): Add %z to description of
5153 format-time-string, as per docstring. Add cross reference to
5154 glibc manual for strftime.
5155
51562006-08-08 Richard Stallman <rms@gnu.org>
5157
5158 * modes.texi: Clean up wording in previous change.
5159
51602006-08-07 Chong Yidong <cyd@stupidchicken.com>
5161
5162 * modes.texi (Hooks): Clarify.
5163 (Major Mode Basics): Mention define-derived-mode explicitly.
5164 (Major Mode Conventions): Rebinding RET is OK for some modes.
5165 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5166 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5167 (Mode Line Basics): Clarify.
5168 (Mode Line Data): Mention help-echo and local-map in strings.
5169 Explain reason for treatment of non-risky variables.
5170 (Properties in Mode): Clarify.
5171 (Faces for Font Lock): Add font-lock-negation-char-face.
5172
51732006-08-04 Eli Zaretskii <eliz@gnu.org>
5174
5175 * strings.texi (Formatting Strings): Warn against arbitrary
5176 strings as first arg to `format'.
5177
51782006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5179
5180 * text.texi (Clickable Text): Mention `help-echo' text property.
5181 Update intro, examples and associated explanations.
5182
51832006-07-31 Richard Stallman <rms@gnu.org>
5184
5185 * commands.texi: Update xrefs.
5186 (Event Mod): New node, cut out from old Translating Input.
5187
5188 * maps.texi: Update xrefs.
5189
5190 * keymaps.texi (Translation Keymaps): New node.
5191 Update xrefs from Translating Input to Translation Keymaps.
5192
5193 * elisp.texi (Top): Update subnode menu.
5194
5195 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5196
5197 * os.texi (System Interface): Fix menu descriptions of some nodes.
5198 (Translating Input): Node deleted.
5199
52002006-07-31 Nick Roberts <nickrob@snap.net.nz>
5201
5202 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5203
5204 * lists.texi (Sets And Lists): Likewise.
5205
52062006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5207
5208 * text.texi (Fields): Mention POS
5209 requirement when narrowing is in effect.
5210
52112006-07-28 Richard Stallman <rms@gnu.org>
5212
5213 * display.texi (Face Attributes): Simplify wording.
5214 (Attribute Functions): Clarify meaning of new-frame default
5215 attribute settings.
5216
5217 * customize.texi (Common Keywords): Document how to use
5218 :package-version in a package not in Emacs.
5219
52202006-07-28 Kim F. Storm <storm@cua.dk>
5221
5222 * commands.texi (Reading One Event): Fix last change.
5223
52242006-07-26 Chong Yidong <cyd@stupidchicken.com>
5225
5226 * commands.texi (Reading One Event): Document SECONDS argument for
5227 read-event, read-char, and read-char-exclusive.
5228
52292006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5230
5231 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5232 to ensure correct identification.
5233
52342006-07-24 Richard Stallman <rms@gnu.org>
5235
5236 * text.texi (Clickable Text): Clarify.
5237
5238 * sequences.texi (Vector Functions): Delete duplicate xref.
5239
5240 * objects.texi (Function Type): Clarify.
5241
5242 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5243 modes.
5244
5245 * lists.texi (List Variables): New node.
5246 Material moved from other nodes.
5247
5248 * variables.texi (Setting Variables): add-to-list and
5249 add-to-ordered-list moved to List Variables node.
5250
52512006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5252
5253 * text.texi (Links and Mouse-1):
5254 For mouse-on-link-p, expand on arg POS.
5255
52562006-07-21 Kim F. Storm <storm@cua.dk>
5257
5258 * display.texi (Forcing Redisplay): Don't mention systems which
5259 don't support sub-second timers for redisplay-preemption-period.
5260
5261 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5262
52632006-07-21 Eli Zaretskii <eliz@gnu.org>
5264
5265 * frames.texi (Input Focus): Document that focus-follows-mouse has
5266 no effect on MS-Windows.
5267
52682006-07-18 Richard Stallman <rms@gnu.org>
5269
5270 * display.texi (Forcing Redisplay): Cleanups in previous change.
5271
5272 * processes.texi (Low-Level Network): Make menu more convenient.
5273
52742006-07-18 Kim F. Storm <storm@cua.dk>
5275
5276 * display.texi (Forcing Redisplay): redisplay-preemption-period
5277 only used on window systems. Add xref to Terminal Output.
5278
5279 * os.texi (Terminal Output): baud-rate only controls preemption on
5280 non-window systems. Add xref to Forcing Redisplay.
5281
5282 * processes.texi (Low-Level Network): Rename node "Make Network"
5283 to "Network Processes".
5284
52852006-07-18 Karl Berry <karl@gnu.org>
5286
5287 * variables.texi, functions.texi, customize.texi, loading.texi:
5288 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5289
52902006-07-17 Chong Yidong <cyd@stupidchicken.com>
5291
5292 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5293
52942006-07-17 Richard Stallman <rms@gnu.org>
5295
5296 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5297 Put period and comma inside quotes.
5298
5299 * loading.texi, markers.texi: Use real doublequote inside menus.
5300
5301 * windows.texi: Put point and comma inside quotes.
5302 (Textual Scrolling): Use @samp for error message.
5303
5304 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5305 * strings.texi, streams.texi, processes.texi, os.texi:
5306 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5307 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5308 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5309 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5310 Put point and comma inside quotes.
5311
5312 * control.texi (Processing of Errors): Add command-error-function.
5313
5314 * variables.texi (File Local Variables): Clarify that
5315 file local variables make buffer-local bindings.
5316
5317 * modes.texi (Syntactic Font Lock): Give default for
5318 font-lock-syntax-table.
5319
53202006-07-17 Nick Roberts <nickrob@snap.net.nz>
5321
5322 * text.texi (Special Properties): Clean up previous change.
5323
53242006-07-16 Karl Berry <karl@gnu.org>
5325
5326 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5327 * control.texi: Fix bad page breaks through chapter 10 (control).
5328
5329 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5330 underfull hbox.
5331
53322006-07-15 Nick Roberts <nickrob@snap.net.nz>
5333
5334 * text.texi (Special Properties): Describe fontified text property
5335 in relation to a character (not text).
5336
53372006-07-15 Kim F. Storm <storm@cua.dk>
5338
5339 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5340 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5341 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5342
5343 * anti.texi (Antinews): Mention redisplay function.
5344 The kbd macro existed, but was not documented, before 22.x.
5345 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5346
53472006-07-14 Nick Roberts <nickrob@snap.net.nz>
5348
5349 * display.texi (Displaying Messages): Add anchor.
5350
5351 * frames.texi (Dialog Boxes): Use it.
5352
53532006-07-12 Richard Stallman <rms@gnu.org>
5354
5355 * objects.texi (Frame Type): Explain nature of frames better.
5356
5357 * frames.texi (Frames): Explain nature of frames better.
5358
53592006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5360
5361 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5362
53632006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5364
5365 * frames.texi (Window System Selections): Mention scrap support for Mac.
5366 Default value of x-select-enable-clipboard is t on Mac.
5367
5368 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5369
53702006-07-11 Kim F. Storm <storm@cua.dk>
5371
5372 * display.texi (Forcing Redisplay): Add `redisplay' function.
5373 Don't mention (sit-for -1) -- use (redisplay t) instead.
5374
5375 * commands.texi (Waiting): (sit-for -1) is no longer special.
5376 (sit-for 0) is equivalent to (redisplay).
5377 Iconifying/deiconifying no longer makes sit-for return.
5378
53792006-07-10 Nick Roberts <nickrob@snap.net.nz>
5380
5381 * display.texi (Buttons): Fix typo.
5382
5383 * index.texi, elisp.texi (New Symbols): Comment node out.
5384
53852006-07-09 Richard Stallman <rms@gnu.org>
5386
5387 * display.texi (Truncation): Clean up previous change.
5388
53892006-07-08 Richard Stallman <rms@gnu.org>
5390
5391 * commands.texi (Interactive Call): Use 3 as prefix in example
5392 for execute-extended-command.
5393
5394 * display.texi (Attribute Functions): Move paragraph about
5395 compatibility with Emacs < 21.
5396
53972006-07-09 Kim F. Storm <storm@cua.dk>
5398
5399 * display.texi (Refresh Screen): Clarify force-window-update.
5400 (Truncation): "Normally" indicated by fringe arrows.
5401
54022006-07-08 Eli Zaretskii <eliz@gnu.org>
5403
5404 * windows.texi (Textual Scrolling, Resizing Windows):
5405 * variables.texi (Constant Variables):
5406 * text.texi (Buffer Contents, Deletion, Changing Properties)
5407 (Property Search, Special Properties, Sticky Properties)
5408 (Links and Mouse-1, Fields, Change Hooks):
5409 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5410 (Categories):
5411 * symbols.texi (Other Plists):
5412 * streams.texi (Output Variables):
5413 * processes.texi (Input to Processes, Query Before Exit):
5414 * positions.texi (Word Motion, Text Lines, List Motion):
5415 * os.texi (Init File, System Environment, Sound Output)
5416 (Session Management):
5417 * nonascii.texi (Text Representations, Character Sets)
5418 (Chars and Bytes, Locales):
5419 * modes.texi (Defining Minor Modes, Header Lines):
5420 * minibuf.texi (Minibuffer Contents):
5421 * markers.texi (Information from Markers):
5422 * lists.texi (List Elements, Building Lists, Association Lists):
5423 * keymaps.texi (Tool Bar):
5424 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5425 * functions.texi (What Is a Function, Mapping Functions):
5426 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5427 (Color Names, Text Terminal Colors, Display Feature Testing):
5428 * files.texi (Visiting Functions, File Name Components)
5429 (Unique File Names, Contents of Directories):
5430 * display.texi (Forcing Redisplay, Displaying Messages)
5431 (Temporary Displays, Font Selection, Auto Faces)
5432 (Font Lookup, Fringe Indicators, Display Margins)
5433 (Image Descriptors, Showing Images, Image Cache, Button Types)
5434 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5435 (Display Table Format, Glyphs):
5436 * control.texi (Iteration):
5437 * commands.texi (Command Loop Info, Adjusting Point):
5438 * backups.texi (Making Backups, Auto-Saving):
5439 Remove @tindex entries.
5440
54412006-07-07 Kim F. Storm <storm@cua.dk>
5442
5443 * display.texi (Fringe Cursors): Fix typo.
5444 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5445 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5446
54472006-07-05 Richard Stallman <rms@gnu.org>
5448
5449 * text.texi (Buffer Contents): Add example of text props
5450 in result of buffer-substring.
5451 (Text Properties): Explain better about use of specific property names.
5452 (Property Search): Some cleanups; reorder some functions.
5453
5454 * keymaps.texi (Changing Key Bindings): Cleanup.
5455 Add xref to Key Binding Conventions.
5456
5457 * display.texi (Attribute Functions): Add examples for
5458 face-attribute-relative-p.
5459
5460 * tips.texi (Coding Conventions): Cleanup last change.
5461
54622006-07-05 Karl Berry <karl@gnu.org>
5463
5464 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5465 Remove @setchapternewpage odd.
5466 Result is 1013 pages, down from 1100.
5467
5468 * anti.texi, customize.texi, display.texi, internals.texi:
5469 * minibuf.texi, modes.texi, tips.texi:
5470 Fix overfull/underfull boxes.
5471
54722006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5473
5474 * edebug.texi (Instrumenting):
5475 Add Edebug-specific findex for eval-buffer.
5476 * loading.texi (Loading):
5477 Replace eval-current-buffer with eval-buffer.
5478
54792006-06-30 Nick Roberts <nickrob@snap.net.nz>
5480
5481 * locals.texi (Standard Buffer-Local Variables): Update the list
5482 of variables.
5483
54842006-06-26 Nick Roberts <nickrob@snap.net.nz>
5485
5486 * files.texi (File Name Completion): Point user to the node
5487 "Reading File Names".
5488
54892006-06-24 Eli Zaretskii <eliz@gnu.org>
5490
5491 * files.texi (Contents of Directories): Document case-insensitive
5492 behavior on respective filesystems.
5493
5494 * objects.texi (Character Type): Document that Emacs signals an
5495 error for unsupported Unicode characters specified as \uNNNN.
5496
54972006-06-19 Richard Stallman <rms@gnu.org>
5498
5499 * processes.texi (Bindat Spec): Clarify previous change.
5500
55012006-06-16 Richard Stallman <rms@gnu.org>
5502
5503 * tips.texi (Coding Conventions): Better explain conventions
5504 for definition constructs.
5505
5506 * text.texi (Special Properties): String value of `read-only'
5507 serves as the error message.
5508
5509 * objects.texi (Character Type): Clarify prev. change.
5510 (Non-ASCII in Strings): Mention \u and \U.
5511
5512 * commands.texi (Using Interactive): Explain problem of
5513 markers, etc., in command-history.
5514
55152006-06-14 Kim F. Storm <storm@cua.dk>
5516
5517 * commands.texi (Waiting): Negative arg to sit-for forces
5518 redisplay even if input is pending.
5519
5520 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5521 redisplay. Remove incorrect example of binding redisplay-dont-pause
5522 around (sit-for 0).
5523
55242006-06-13 Richard Stallman <rms@gnu.org>
5525
5526 * display.texi (Forcing Redisplay): Clarify previous change.
5527
55282006-06-13 Romain Francoise <romain@orebokech.com>
5529
5530 * display.texi (Forcing Redisplay): Fix typo.
5531
55322006-06-13 Kim F. Storm <storm@cua.dk>
5533
5534 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5535
55362006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5537
5538 * tips.texi (Coding Conventions): Add `@end itemize'.
5539
55402006-06-10 Richard Stallman <rms@gnu.org>
5541
5542 * tips.texi (Coding Conventions): Explain use of coding systems
5543 to ensure one decoding for strings.
5544
55452006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5546
5547 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5548 syntax.
5549
55502006-06-07 Eli Zaretskii <eliz@gnu.org>
5551
5552 * display.texi (Font Selection): Remove description of
5553 clear-face-cache.
5554
5555 * compile.texi (Eval During Compile): Fix a typo. Add index
5556 entries for possible uses of eval-when-compile.
5557
55582006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5559
5560 * display.texi (Abstract Display): Fix typo.
5561
55622006-06-03 Eli Zaretskii <eliz@gnu.org>
5563
5564 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5565 Reword variable's description.
5566
55672006-06-01 Richard Stallman <rms@gnu.org>
5568
5569 * windows.texi (Splitting Windows): Clarify splitting nonselected
5570 window.
5571
55722006-05-31 Juri Linkov <juri@jurta.org>
5573
5574 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5575
55762006-05-30 Richard Stallman <rms@gnu.org>
5577
5578 * display.texi (Line Height): Fix errors in description of
10d1d0af 5579 default line height and line-height property.
b8d4c8d0
GM
5580
5581 * nonascii.texi (Default Coding Systems): Further clarification.
5582
55832006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5584
5585 * internals.texi (Pure Storage): Mention that an overflow in pure
5586 space causes a memory leak.
5587 (Garbage Collection): If there was an overflow in pure space,
5588 `garbage-collect' returns nil.
5589
55902006-05-30 Eli Zaretskii <eliz@gnu.org>
5591
5592 * nonascii.texi (Default Coding Systems): Fix it some more.
5593
55942006-05-29 Eli Zaretskii <eliz@gnu.org>
5595
5596 * nonascii.texi (Default Coding Systems): Fix last change.
5597
55982006-05-29 Kenichi Handa <handa@m17n.org>
5599
5600 * nonascii.texi (find-operation-coding-system): Describe the new
5601 argument format (FILENAME . BUFFER).
5602
56032006-05-28 Richard Stallman <rms@gnu.org>
5604
5605 * tips.texi (Coding Conventions): Better explain reasons not to
5606 advise other packages or use `eval-after-load'.
5607
56082006-05-29 Kim F. Storm <storm@cua.dk>
5609
5610 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5611 `bindat-idx' and `bindat-raw' for clarity.
5612
56132006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5614
5615 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5616
5617 * display.texi (Display): Add "Abstract Display" to menu.
5618 (Abstract Display, Abstract Display Functions)
5619 (Abstract Display Example): New nodes.
5620 * elisp.texi (Top): Add "Abstract Display" to menu.
5621
56222006-05-27 Chong Yidong <cyd@stupidchicken.com>
5623
5624 * keymaps.texi (Key Sequences): Link to input events definition.
5625 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5626
5627 * files.texi (Changing Files): Document updated argument list for
5628 copy-file.
5629
56302006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5631
5632 * processes.texi (Bindat Functions): Explain term "total length".
5633 Use it in bindat-length and bindat-pack descriptions.
5634
56352006-05-26 Eli Zaretskii <eliz@gnu.org>
5636
5637 * tips.texi (Coding Conventions): Advise against using
5638 eval-after-load in packages. Add an index entry.
5639
56402006-05-25 Juri Linkov <juri@jurta.org>
5641
5642 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5643
5644 * modes.texi (%-Constructs): Add %e, %z, %Z.
5645
56462006-05-25 Richard Stallman <rms@gnu.org>
5647
5648 * elisp.texi (Top): Update subnode menu.
5649
5650 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5651 (Keymaps): Update menu.
5652
56532006-05-25 Chong Yidong <cyd@stupidchicken.com>
5654
5655 * keymaps.texi (Key Sequences): Some clarifications.
5656
56572006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5658
5659 * processes.texi (Bindat Functions): Say "unibyte string"
5660 explicitly for bindat-unpack and bindat-pack descriptions.
5661 (Bindat Examples): Don't call `string-make-unibyte' in example.
5662
56632006-05-25 Chong Yidong <cyd@stupidchicken.com>
5664
5dcb4c4e 5665 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5666 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5667
5668 * keymaps.texi (Changing Key Bindings):
dd7b651b 5669 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5670 * help.texi (Describing Characters): Refer to it.
5671
56722006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5673
5674 * frames.texi (Pointer Shape): @end table -> @end defvar.
5675
56762006-05-22 Richard Stallman <rms@gnu.org>
5677
5678 * elisp.texi (Top): Update subnode menus.
5679
5680 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5681 Contents rewritten; material from old Pointer Shape node moved here.
5682
5683 * display.texi (Pointer Shape): Node deleted.
5684 (Image Descriptors): Minor cleanup.
5685
56862006-05-21 Richard Stallman <rms@gnu.org>
5687
5688 * syntax.texi (Parsing Expressions): Update info on which STATE
5689 elements are ignored.
5690
56912006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5692
5693 * hooks.texi (Standard Hooks): Correct typo.
5694
5695 * gpl.texi (GPL): ifinfo -> ifnottex.
5696
56972006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5698
5699 * searching.texi (Simple Match Data): Warn about match data being
5700 set anew by every search.
5701
57022006-05-17 Richard Stallman <rms@gnu.org>
5703
5704 * minibuf.texi (Minibuffer History): Clarify.
5705
5706 * searching.texi (Regexp Special): Clarify nested regexp warning.
5707
57082006-05-16 Kim F. Storm <storm@cua.dk>
5709
5710 * minibuf.texi (Minibuffer History): Update add-to-history.
5711
57122006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5713
5dcb4c4e
SM
5714 * nonascii.texi (Explicit Encoding):
5715 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5716
57172006-05-14 Richard Stallman <rms@gnu.org>
5718
5719 * buffers.texi (Creating Buffers): Cleanup.
5720
5721 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5722
57232006-05-13 Eli Zaretskii <eliz@gnu.org>
5724
5725 * buffers.texi (Current Buffer): Document that with-temp-buffer
5726 disables undo.
5727
5728 * os.texi (Terminal-Specific): More accurate description of how
5729 Emacs searches for the terminal-specific libraries.
5730
57312006-05-12 Eli Zaretskii <eliz@gnu.org>
5732
5733 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5734 emacs-xtra to @inforef's.
5735
5736 * text.texi (Undo): Document that undo is turned off in buffers
5737 whose names begin with a space.
5738
5739 * buffers.texi (Buffer Names): Add index entries for buffers whose
5740 names begin with a space.
5741 (Creating Buffers): Document that undo is turned off in buffers
5742 whose names begin with a space.
5743
5744 * files.texi (Visiting Functions, Reading from Files)
5745 (Saving Buffers): Mention code and EOL conversions by file I/O
5746 primitives and subroutines.
5747
f4e90db0
SM
5748 * nonascii.texi (Lisp and Coding Systems):
5749 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5750
5751 * display.texi (Defining Faces): Mention `mac', and add an xref to
5752 where window-system is described.
5753
57542006-05-10 Richard Stallman <rms@gnu.org>
5755
5756 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5757
57582006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5759
5760 * variables.texi (File Local Variables): Recommend to quote lambda
5761 expressions in safe-local-variable property.
5762
57632006-05-09 Richard Stallman <rms@gnu.org>
5764
5dcb4c4e
SM
5765 * variables.texi (File Local Variables):
5766 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5767
57682006-05-07 Kim F. Storm <storm@cua.dk>
5769
5770 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5771 from add-to-history.
5772
57732006-05-07 Romain Francoise <romain@orebokech.com>
5774
5775 * commands.texi (Event Input Misc):
5776 * compile.texi (Eval During Compile):
5777 * internals.texi (Buffer Internals):
5778 * minibuf.texi (Initial Input):
5779 * nonascii.texi (Scanning Charsets):
5780 * numbers.texi (Comparison of Numbers):
5781 * windows.texi (Textual Scrolling, Vertical Scrolling):
5782 Fix various typos.
5783
57842006-05-06 Eli Zaretskii <eliz@gnu.org>
5785
5786 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5787 conditional xref's to either emacs or emacs-xtra, depending on
5788 @iftex/@ifnottex.
5789
5790 * minibuf.texi (Minibuffer History): Document add-to-history.
5791
57922006-05-05 Eli Zaretskii <eliz@gnu.org>
5793
5794 * internals.texi (Pure Storage): Mention the pure overflow message
5795 at startup.
5796
c8763fb6 57972006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5798
5799 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5800 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5801 search.
5802
58032006-05-01 Richard Stallman <rms@gnu.org>
5804
5805 * intro.texi (nil and t): Clarify.
5806
5807 * variables.texi (File Local Variables): Suggest using booleanp.
5808
58092006-05-01 Juanma Barranquero <lekktu@gmail.com>
5810
5811 * objects.texi (Type Predicates): Fix typos.
5812
58132006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5814
5815 * intro.texi (nil and t): Add booleanp.
5816
5817 * objects.texi (Type Predicates): Add links for booleanp and
5818 string-or-null-p.
5819
58202006-04-29 Richard Stallman <rms@gnu.org>
5821
5822 * modes.texi (Multiline Font Lock): Rename from
5823 Multi line Font Lock Elements. Much clarification.
5824 (Font Lock Multiline, Region to Fontify): Much clarification.
5825
58262006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5827
5828 * variables.texi (File Local Variables): Remove the special case t for
5829 safe-local-variable.
5830
58312006-04-26 Richard Stallman <rms@gnu.org>
5832
5833 * syntax.texi (Parsing Expressions): Minor cleanup.
5834
58352006-04-18 Richard Stallman <rms@gnu.org>
5836
5837 * tips.texi (Coding Conventions): Explain when the package's
5838 prefix should appear later on (not at the start of the name).
5839
5840 * searching.texi (String Search): Clarify effect of NOERROR.
5841
5842 * modes.texi (Imenu): Clarify what special items do.
5843
5844 * hooks.texi (Standard Hooks): Delete text about old hook names.
5845
58462006-04-17 Romain Francoise <romain@orebokech.com>
5847
5848 * variables.texi (Local Variables): Update the default value of
5849 `max-specpdl-size'.
5850
58512006-04-15 Michael Olson <mwolson@gnu.org>
5852
5853 * processes.texi (Transaction Queues): Mention the new optional
5854 `delay-question' argument for `tq-enqueue'.
5855
58562006-04-13 Bill Wohler <wohler@newt.com>
5857
5858 * customize.texi (Common Keywords): Use dotted notation for
5859 :package-version value. Specify its values. Improve documentation
5860 for customize-package-emacs-version-alist.
5861
58622006-04-12 Bill Wohler <wohler@newt.com>
5863
5864 * customize.texi (Common Keywords): Move description of
5865 customize-package-emacs-version-alist to @defvar.
5866
58672006-04-10 Bill Wohler <wohler@newt.com>
5868
5869 * customize.texi (Common Keywords): Add :package-version.
5870
58712006-04-10 Kim F. Storm <storm@cua.dk>
5872
5873 * text.texi (Buffer Contents): Add NOPROPS arg to
5874 filter-buffer-substring.
5875
58762006-04-08 Kevin Ryde <user42@zip.com.au>
5877
5878 * os.texi (Command-Line Arguments): Update xref to emacs manual
5879 "Command Arguments" -> "Emacs Invocation", per change there.
5880
58812006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5882
5883 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5884 be on one line to help makeinfo not render two spaces after the dot.
5885
58862006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5887
5888 * strings.texi (Predicates for Strings): Add string-or-null-p.
5889
58902006-03-28 Kim F. Storm <storm@cua.dk>
5891
5892 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5893 remarks about systems that don't support fractional seconds.
5894
58952006-03-25 Karl Berry <karl@gnu.org>
5896
5897 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5898 the year list.
5899
59002006-03-21 Nick Roberts <nickrob@snap.net.nz>
5901
5902 * display.texi (Fringe Indicators): Fix typos.
5903
59042006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5905
5906 * tips.texi (Documentation Tips): One can now also write `program'
5907 in front of a quoted symbol in a docstring to prevent making a
5908 hyperlink.
5909
59102006-03-19 Alan Mackenzie <acm@muc.de>
5911
5912 * text.texi (Special Properties): Clarify `fontified' property.
5913
59142006-03-16 Richard Stallman <rms@gnu.org>
5915
5916 * display.texi (Defining Images): Minor cleanup.
5917
59182006-03-16 Bill Wohler <wohler@newt.com>
5919
5920 * display.texi (Defining Images): In image-load-path-for-library,
5921 prefer user's images.
5922
59232006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5924
5925 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5926
59272006-03-15 Bill Wohler <wohler@newt.com>
5928
5929 * display.texi (Defining Images): Fix example in
5930 image-load-path-for-library by not recommending that one binds
5931 image-load-path. Just defvar it to placate compiler and only use
5932 it if previously defined.
5933
59342006-03-14 Bill Wohler <wohler@newt.com>
5935
5936 * display.texi (Defining Images): In image-load-path-for-library,
5937 always return list of directories. Update example.
5938
59392006-03-14 Alan Mackenzie <acm@muc.de>
5940
5941 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5942 This describes font-lock-extend-region-function.
5943 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5944 the new node "Region to Fontify".
5945
59462006-03-13 Richard Stallman <rms@gnu.org>
5947
5948 * display.texi (Invisible Text): The impossible position is
5949 now before the invisible text, not after.
5950 (Defining Images): Clean up last change.
5951
59522006-03-11 Bill Wohler <wohler@newt.com>
5953
5954 * display.texi (Defining Images): Add image-load-path-for-library.
5955
59562006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5957
5958 * text.texi (Adaptive Fill): Fix Texinfo usage.
5959
5960 * strings.texi (Creating Strings): Fix Texinfo usage.
5961
5962 * searching.texi (Regexp Special): Use @samp for regular
5963 expressions that are not in Lisp syntax.
5964
59652006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5966
5967 * searching.texi (Regexp Special): Put remark between parentheses
5968 to avoid misreading.
5969
59702006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5971
5972 * searching.texi (Syntax of Regexps): More accurately describe
5973 which characters are special in which situations.
5974 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5975 are not special. Describe in detail when `[' and `]' are special.
5976 (Regexp Backslash): Plenty of regexps with unbalanced square
5977 brackets are valid, so reword that statement.
5978
59792006-03-02 Kim F. Storm <storm@cua.dk>
5980
5981 * keymaps.texi (Tool Bar): Add tool-bar-border.
5982
59832006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5984
5985 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5986
59872006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5988
5989 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5990
5991 * files.texi (Locating Files): Suggest additional values for the
5992 SUFFIXES arg of `locate-file'. Update pxref.
5993
5994 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5995 (How Programs Do Loading): Discuss the effects of Auto Compression
5996 mode on `load'.
5997 (Load Suffixes): New node.
5998 (Library Search): Delete description of `load-suffixes'; it was
5999 moved to "Load Suffixes".
6000 (Autoload, Named Features): Mention `load-suffixes'.
6001
60022006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6003
6004 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6005
6006 * windows.texi (Window Tree): Fix typo.
6007
60082006-02-20 Kim F. Storm <storm@cua.dk>
6009
6010 * display.texi (Fringe Indicators): New section.
6011 Move indicate-empty-lines, indicate-buffer-boundaries, and
6012 default-indicate-buffer-boundaries here.
6013 Add fringe-indicator-alist and default-fringes-indicator-alist.
6014 Add list of logical fringe indicator symbols.
6015 Update list of standard bitmap names.
6016 (Fringe Cursors): New section.
6017 Move overflow-newline-into-fringe here.
6018 Add fringe-cursor-alist and default-fringes-cursor-alist.
6019 Add list of fringe cursor symbols.
6020
60212006-02-20 Juanma Barranquero <lekktu@gmail.com>
6022
6023 * commands.texi (Using Interactive): Fix reference to node
6024 "Minibuffers".
6025
60262006-02-19 Richard M. Stallman <rms@gnu.org>
6027
6028 * minibuf.texi (High-Level Completion):
6029 Add xref to read-input-method-name.
6030
6031 * files.texi (Relative File Names): Move file-relative-name here.
6032 (File Name Expansion): From here. Minor clarifications.
6033
6034 * commands.texi (Using Interactive): Add xrefs about reading input.
6035 Clarify remarks about that moving point and mark.
6036 Put string case before list case.
6037
c8763fb6 60382006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6039
6040 * display.texi (Other Display Specs, Image Descriptors):
6041 Revert erroneous changes. The previous description of
6042 image-descriptors as `(image . PROPS)' was correct.
6043
60442006-02-14 Richard M. Stallman <rms@gnu.org>
6045
6046 * variables.texi (File Local Variables): Clarifications.
6047
60482006-02-14 Juanma Barranquero <lekktu@gmail.com>
6049
6050 * variables.texi (File Local Variables): Use @code for a cons
6051 cell, not @var.
6052
60532006-02-13 Chong Yidong <cyd@stupidchicken.com>
6054
6055 * variables.texi (File Local Variables): Document new file local
6056 variable behavior.
6057
60582006-02-10 Kim F. Storm <storm@cua.dk>
6059
6060 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6061
60622006-02-08 Juanma Barranquero <lekktu@gmail.com>
6063
6064 * modes.texi (%-Constructs): Remove obsolete info about
6065 `global-mode-string'.
6066
60672006-02-07 Richard M. Stallman <rms@gnu.org>
6068
6069 * commands.texi (Prefix Command Arguments): Minor cleanup.
6070
6071 * display.texi: "Graphical display", not window system.
6072
6073 * functions.texi (What Is a Function): Fix xref.
6074
6075 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6076 (Changing Key Bindings): Clarify when remapping is better than
6077 substitute-key-definition.
6078
60792006-02-02 Richard M. Stallman <rms@gnu.org>
6080
6081 * minibuf.texi (Basic Completion): Completion alists are risky.
6082
6083 * keymaps.texi (Active Keymaps): Clarifications.
6084 (Searching Keymaps): New node.
6085 (Keymaps): Update menu.
6086
6087 * frames.texi (Layout Parameters): Minor clarification.
6088 (Drag and Drop): New node.
6089 (Frames): Update menu.
6090
60912006-01-29 Chong Yidong <cyd@stupidchicken.com>
6092
6093 * display.texi (Other Display Specs, Image Descriptors):
6094 Image description is a list, not a cons cell.
6095
60962006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6097
6098 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6099 list is not necessarily a list).
6100
61012006-01-27 Eli Zaretskii <eliz@gnu.org>
6102
6103 * frames.texi (Layout Parameters): border-width and
6104 internal-border-width belong to the frame, not the window.
6105
61062006-01-19 Richard M. Stallman <rms@gnu.org>
6107
6108 * nonascii.texi (Translation of Characters): Search cmds use
6109 translation-table-for-input. Automatically made local.
6110
6111 * markers.texi (Overview of Markers): Count insertion type
6112 as one of a marker's attributes.
6113
6114 * keymaps.texi (Controlling Active Maps): New node, split out of
6115 Active Keymaps.
6116 (Keymaps): Menu updated.
6117 (Active Keymaps): Give pseudocode to explain how the active
6118 maps are searched. current-active-maps and key-binding moved here.
6119 (Functions for Key Lookup): current-active-maps and key-binding moved.
6120 Clarifications.
6121 (Searching the Keymaps): New subnode.
6122
6123 * elisp.texi (Top): Menu clarification.
6124
6125 * display.texi (Other Display Specs): Delete duplicate entry for
6126 just a string as display spec. Move text about recursive display
6127 specs on such a string.
6128
6129 * commands.texi (Key Sequence Input): Clarify.
6130 Move num-nonmacro-input-events out.
6131 (Reading One Event): num-nonmacro-input-events moved here.
6132
61332006-01-14 Nick Roberts <nickrob@snap.net.nz>
6134
6135 * advice.texi (Simple Advice): Update example to fit argument
6136 change in previous-line.
6137
61382006-01-05 Richard M. Stallman <rms@gnu.org>
6139
6140 * markers.texi (The Mark): Fix in `mark'.
6141
61422006-01-04 Richard M. Stallman <rms@gnu.org>
6143
6144 * processes.texi (Misc Network, Make Network): Minor cleanups.
6145
61462006-01-04 Kim F. Storm <storm@cua.dk>
6147
6148 * processes.texi (Make Network): Add IPv6 addresses and handling.
6149 (Network Feature Testing): Mention (:family ipv6).
6150 (Misc Network): Add IPv6 formats to format-network-address.
6151
61522005-12-30 Richard M. Stallman <rms@gnu.org>
6153
6154 * text.texi (Changing Properties):
6155 Don't use return value of set-text-properties.
6156
61572005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6158
6159 * modes.texi (Mode Line Format): Correct typo in menu.
6160
61612005-12-29 Richard M. Stallman <rms@gnu.org>
6162
6163 * modes.texi (Mode Line Top): New node.
6164 (Mode Line Data): Some text moved to new node.
6165 Explain the data structure more concretely.
6166 (Mode Line Basics): Clarifications.
6167 (Mode Line Variables): Clarify intro paragraph.
6168 (%-Constructs): Clarify intro paragraph.
6169 (Mode Line Format): Update menu.
6170
61712005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6172
6173 * minibuf.texi (Basic Completion): Update lazy-completion-table
6174 examples for removal of ARGS argument.
6175
61762005-12-23 Richard M. Stallman <rms@gnu.org>
6177
6178 * text.texi (Undo): Restore some explanation from the version
6179 that was deleted.
6180
61812005-12-23 Eli Zaretskii <eliz@gnu.org>
6182
6183 * text.texi (Undo): Remove duplicate descriptions of `apply
6184 funname' and `apply delta' elements of the undo list.
6185
61862005-12-20 Richard M. Stallman <rms@gnu.org>
6187
6188 * help.texi (Help Functions): Update documentation of `apropos'.
6189
61902005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6191
6192 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6193 because it is confusing. If the :help-echo keyword is a function,
6194 it is not directly used as the :help-echo overlay property, as the
6195 xref seems to suggest (it does not take the appropriate args).
6196
61972005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6198
6199 * customize.texi (Common Keywords): Fix Texinfo usage.
6200 (Group Definitions, Variable Definitions): Update for new
6201 conventions for using `*' in docstrings.
6202
6203 * tips.texi (Documentation Tips): Update for new conventions for
6204 using `*' in docstrings.
6205
62062005-12-16 Richard M. Stallman <rms@gnu.org>
6207
6208 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6209
62102005-12-16 Juri Linkov <juri@jurta.org>
6211
6212 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6213
62142005-12-14 Romain Francoise <romain@orebokech.com>
6215
6216 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6217 Fix typo.
6218
62192005-12-11 Juri Linkov <juri@jurta.org>
6220
6221 * minibuf.texi (Completion Commands): Add mention of read-file-name
6222 for filename completion keymaps.
6223 (Reading File Names): Add mention of filename completion keymaps
6224 for read-file-name and xref to `Completion Commands'.
6225
62262005-12-10 Richard M. Stallman <rms@gnu.org>
6227
6228 * customize.texi (Common Keywords): State caveats for use of :tag.
6229
62302005-12-08 Richard M. Stallman <rms@gnu.org>
6231
6232 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6233 with xrefs and better explanation.
6234 (Completion Commands): Add the filename completion maps.
6235
6236 * objects.texi (Character Type): Clarify that \s is not space
6237 if a dash follows.
6238
62392005-12-05 Richard M. Stallman <rms@gnu.org>
6240
6241 * windows.texi (Resizing Windows): Delete preserve-before args.
6242
62432005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6244
6245 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6246 in full keymaps, since the quirk has been fixed.
6247
62482005-12-03 Eli Zaretskii <eliz@gnu.org>
6249
5dcb4c4e
SM
6250 * hooks.texi (Standard Hooks): Add index entries.
6251 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6252
62532005-11-27 Richard M. Stallman <rms@gnu.org>
6254
6255 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6256
62572005-11-21 Juri Linkov <juri@jurta.org>
6258
6259 * customize.texi (Common Keywords): Update links types
6260 custom-manual and url-link. Add link types emacs-library-link,
6261 file-link, function-link, variable-link, custom-group-link.
6262
62632005-11-20 Chong Yidong <cyd@stupidchicken.com>
6264
6265 * display.texi: Revert 2005-11-20 change.
6266
62672005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6268
6269 * processes.texi (Bindat Functions):
6270 Say "third" to refer to zero-based index "2".
6271
62722005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6273
6274 * loading.texi (Library Search): Update the default value of
6275 `load-suffixes'.
6276
62772005-11-17 Chong Yidong <cyd@stupidchicken.com>
6278
6279 * display.texi (Attribute Functions): Mention :ignore-defface.
6280
62812005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6282
6283 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6284 (Minor Mode Conventions): Mention the use of a hook.
6285
62862005-11-06 Richard M. Stallman <rms@gnu.org>
6287
6288 * files.texi (Magic File Names): find-file-name-handler checks the
6289 `operations' property of the handler.
6290
62912005-11-03 Richard M. Stallman <rms@gnu.org>
6292
6293 * variables.texi (Frame-Local Variables): Small clarification.
6294
62952005-10-29 Chong Yidong <cyd@stupidchicken.com>
6296
6297 * os.texi (Init File): Document ~/.emacs.d/init.el.
6298
62992005-10-29 Richard M. Stallman <rms@gnu.org>
6300
6301 * internals.texi (Garbage Collection): Document memory-full.
6302
63032005-10-28 Bill Wohler <wohler@newt.com>
6304
6305 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6306 for URLs.
6307
63082005-10-28 Richard M. Stallman <rms@gnu.org>
6309
6310 * minibuf.texi (Completion Commands): Clean up prev change.
6311
63122005-10-26 Kevin Ryde <user42@zip.com.au>
6313
6314 * compile.texi (Eval During Compile): Explain recommended uses
6315 of eval-when-compile and eval-and-compile.
6316
63172005-10-27 Masatake YAMATO <jet@gyve.org>
6318
6319 * minibuf.texi (Completion Commands):
6320 Write about new optional argument for `display-completion-list'.
6321
63222005-10-23 Richard M. Stallman <rms@gnu.org>
6323
6324 * display.texi (Overlay Arrow): Clarify about local bindings of
6325 overlay-arrow-position.
6326
63272005-10-22 Eli Zaretskii <eliz@gnu.org>
6328
6329 * internals.texi (Building Emacs): Fix last change.
6330
63312005-10-22 Richard M. Stallman <rms@gnu.org>
6332
6333 * internals.texi (Building Emacs): Document eval-at-startup.
6334
63352005-10-21 Richard M. Stallman <rms@gnu.org>
6336
6337 * loading.texi (Where Defined): load-history contains abs file names.
6338 symbol-file returns abs file names.
6339
63402005-10-19 Kim F. Storm <storm@cua.dk>
6341
6342 * display.texi (Showing Images): Add max-image-size integer value.
6343
63442005-10-18 Chong Yidong <cyd@stupidchicken.com>
6345
6346 * display.texi (Showing Images): Document max-image-size.
6347
63482005-10-17 Richard M. Stallman <rms@gnu.org>
6349
6350 * commands.texi (Quitting): Minor clarification.
6351
6352 * processes.texi (Sentinels): Clarify about output and quitting.
6353 (Filter Functions): Mention with-local-quit.
6354
63552005-10-17 Juri Linkov <juri@jurta.org>
6356
6357 * buffers.texi (Current Buffer):
6358 * commands.texi (Event Input Misc):
6359 * compile.texi (Eval During Compile, Compiler Errors):
6360 * customize.texi (Group Definitions):
6361 * display.texi (Progress, Defining Faces):
6362 * files.texi (Writing to Files):
6363 * modes.texi (Mode Hooks, Defining Minor Modes):
6364 * streams.texi (Output Functions):
6365 * syntax.texi (Syntax Table Functions):
6366 * text.texi (Change Hooks):
6367 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6368
6369 * commands.texi (Quitting): Replace arg `forms' with `body' in
6370 `with-local-quit'.
6371
6372 * positions.texi (Excursions): Replace arg `forms' with `body' in
6373 `save-excursion'.
6374
63752005-10-08 Kim F. Storm <storm@cua.dk>
6376
6377 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6378 Rename manual section accordingly.
6379
63802005-10-04 Kim F. Storm <storm@cua.dk>
6381
6382 * windows.texi (Window Split Tree): New section describing
6383 new function window-split-tree function.
6384
63852005-10-03 Nick Roberts <nickrob@snap.net.nz>
6386
6387 * display.texi (Fringe Size/Pos): Simplify and add detail.
6388
63892005-09-30 Romain Francoise <romain@orebokech.com>
6390
6391 * minibuf.texi (High-Level Completion): Explain that the prompt
6392 given to `read-buffer' should end with a colon and a space.
6393 Update usage examples.
6394
63952005-09-29 Juri Linkov <juri@jurta.org>
6396
6397 * display.texi (Displaying Messages): Rename argument name
6398 `string' to `format-string' in functions `message', `message-box',
6399 `message-or-box'.
6400
64012005-09-26 Chong Yidong <cyd@stupidchicken.com>
6402
6403 * errors.texi (Standard Errors): Correct xrefs.
6404
64052005-09-18 Chong Yidong <cyd@stupidchicken.com>
6406
6407 * display.texi (Defining Images): Update documentation for
6408 `image-load-path'.
6409
64102005-09-17 Richard M. Stallman <rms@gnu.org>
6411
6412 * display.texi (Defining Images): Clean up previous change.
6413
64142005-09-16 Romain Francoise <romain@orebokech.com>
6415
6416 * elisp.texi: Specify GFDL version 1.2.
6417
6418 * doclicense.texi (GNU Free Documentation License): Update to
6419 version 1.2.
6420
64212005-09-15 Chong Yidong <cyd@stupidchicken.com>
6422
6423 * display.texi (Defining Images): Document `image-load-path'.
6424
64252005-09-15 Richard M. Stallman <rms@gnu.org>
6426
6427 * objects.texi (Printed Representation): Minor cleanup.
6428 (Box Diagrams): Minor fix.
6429 (Cons Cell Type): Move (...) index item here.
6430 (Box Diagrams): From here.
6431 (Array Type): Minor fix.
6432 (Type Predicates): Delete index "predicates".
6433 (Hash Table Type): Clarify xref.
6434 (Dotted Pair Notation): Minor fix.
6435
64362005-09-10 Chong Yidong <cyd@stupidchicken.com>
6437
6438 * files.texi (Saving Buffers): Fix typo.
6439
64402005-09-08 Richard M. Stallman <rms@gnu.org>
6441
6442 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6443
64442005-09-08 Chong Yidong <cyd@stupidchicken.com>
6445
6446 * locals.texi (Standard Buffer-Local Variables): Don't include
6447 mode variables for minor modes.
6448 Fix xrefs for buffer-display-count, buffer-display-table,
6449 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6450 enable-multibyte-characters, fill-column, header-line-format,
6451 left-fringe-width, left-margin, and right-fringe-width.
6452
6453 * hooks.texi (Standard Hooks): All hooks should conform to the
6454 standard naming convention now.
6455 Fix xref for `echo-area-clear-hook'.
6456
6457 * display.texi (Usual Display): Note that indicate-empty-lines and
6458 tab-width are buffer-local.
6459
6460 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6461
6462 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6463
6464 * nonascii.texi (Encoding and I/O): Note that
6465 buffer-file-coding-system is buffer-local.
6466
6467 * positions.texi (List Motion): Note that defun-prompt-regexp is
6468 buffer-local.
6469
6470 * text.texi (Auto Filling): Note that auto-fill-function is
6471 buffer-local.
6472 (Undo): Note that buffer-undo-list is buffer-local.
6473
5dcb4c4e
SM
6474 * windows.texi (Buffers and Windows):
6475 Document buffer-display-count.
b8d4c8d0
GM
6476
64772005-09-06 Richard M. Stallman <rms@gnu.org>
6478
6479 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6480 package prefix elsewhere than at the start of the name.
6481
64822005-09-03 Richard M. Stallman <rms@gnu.org>
6483
6484 * tips.texi (Programming Tips): Add conventions for minibuffer
6485 questions and prompts.
6486
64872005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6488
6489 * intro.texi (nil and t): Minor cleanup.
6490 Delete spurious mention of keyword symbols.
6491 (Evaluation Notation): Add index entry.
6492 (A Sample Function Description): Minor cleanup.
6493 (A Sample Variable Description): Not all vars can be set.
6494
64952005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6496
6497 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6498
6499 (Insertion): Document precise type of `insert-char' arg COUNT.
6500
65012005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6502
6503 * modes.texi (Other Font Lock Variables): Sync the default of
6504 font-lock-lines-before.
6505
65062005-08-31 Michael Albinus <michael.albinus@gmx.de>
6507
6508 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6509
65102005-08-29 Richard M. Stallman <rms@gnu.org>
6511
6512 * elisp.texi (Top): Update subnode menu.
6513
6514 * searching.texi (Searching and Matching): Move node.
6515 Rearrange contents and add overall explanation.
6516 (Searching and Case): Move node.
6517 (Searching and Matching): Update menu.
6518
65192005-08-27 Eli Zaretskii <eliz@gnu.org>
6520
6521 * os.texi (Startup Summary): Fix the description of the initial
6522 startup message display.
6523
65242005-08-25 Richard M. Stallman <rms@gnu.org>
6525
6526 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6527
65282005-08-25 Emilio C. Lopes <eclig@gmx.net>
6529
6530 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6531 `next-overlay-change' example.
6532
65332005-08-22 Juri Linkov <juri@jurta.org>
6534
6535 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6536 Fix invert-face. Fix args of face-background.
6537
6538 * display.texi (Standard Faces): Delete node.
6539 (Faces): Add xref to `(emacs)Standard Faces'.
6540 (Displaying Faces): Fix xref to `Standard Faces'.
6541
6542 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6543
65442005-08-20 Alan Mackenzie <acm@muc.de>
6545
6546 * buffers.texi (The Buffer List): Clarify the manipulation of the
6547 buffer list.
6548
65492005-08-14 Richard M. Stallman <rms@gnu.org>
6550
6551 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6552 a regexp.
6553
65542005-08-11 Richard M. Stallman <rms@gnu.org>
6555
6556 * elisp.texi (Top): Update subnode lists.
6557
6558 * display.texi (Inverse Video): Node deleted.
6559
6560 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6561 New nodes split out of Coding Conventions.
6562
6563 * searching.texi (Regular Expressions): Document re-builder.
6564
6565 * os.texi (Time Parsing): New node split out of Time Conversion.
6566
6567 * processes.texi (Misc Network, Network Feature Testing)
6568 (Network Options, Make Network): New nodes split out of
6569 Low-Level Network.
6570
65712005-08-09 Richard M. Stallman <rms@gnu.org>
6572
6573 * frames.texi (Geometry): New node, split from Size and Position.
6574 (Frame Parameters): Refer to Geometry.
6575
6576 * buffers.texi (The Buffer List): Fix xrefs.
6577
6578 * windows.texi (Splitting Windows): Fix xref.
6579
6580 * frames.texi (Layout Parameters): Add xref.
6581
6582 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6583
6584 * keymaps.texi (Menu Bar): Fix xref.
6585
6586 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6587
6588 * modes.texi (%-Constructs): Fix xref.
6589
6590 * frames.texi (Window Frame Parameters): Node split up.
6591 (Basic Parameters, Position Parameters, Size Parameters)
6592 (Layout Parameters, Buffer Parameters, Management Parameters)
6593 (Cursor Parameters, Color Parameters): New subnodes.
6594
65952005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6596
6597 * positions.texi (Screen Lines): Update xref for previous change
6598 in minibuf.texi.
6599
6600 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6601 change in minibuf.texi.
6602
66032005-08-09 Richard M. Stallman <rms@gnu.org>
6604
6605 * tips.texi (Coding Conventions): Minor cleanup.
6606
6607 * modes.texi (Defining Minor Modes): Explain when init-value
6608 can be non-nil.
6609
6610 * elisp.texi (Top): Update submenu for Minibuffer.
6611
6612 * minibuf.texi (Minibuffer Misc): Node split up.
6613 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6614 (Recursive Mini): New nodes split out from Minibuffer Misc.
6615 (Minibuffer Misc): Document max-mini-window-height.
6616
6617 * hash.texi (Defining Hash): Delete stray paren in example.
6618
6619 * display.texi (Echo Area Customization): Don't define
6620 max-mini-window-height here; xref instead.
6621
6622 * commands.texi (Event Input Misc): Update while-no-input.
6623
6624 * advice.texi (Advising Functions): Explain when to use advice
6625 and when to use a hook.
6626
66272005-07-30 Eli Zaretskii <eliz@gnu.org>
6628
6629 * makefile.w32-in (info): Don't run install-info.
6630 ($(infodir)/dir): New target, produced by running install-info.
6631
66322005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6633
6634 * modes.texi (Defining Minor Modes): The keyword for the initial
6635 value is :init-value, not :initial-value.
6636
66372005-07-23 Eli Zaretskii <eliz@gnu.org>
6638
6639 * loading.texi (Autoload): Make the `doctor' example be consistent
6640 with what's in current loaddefs.el. Describe the "fn" magic in
6641 the usage portion of the doc string.
6642
66432005-07-22 Richard M. Stallman <rms@gnu.org>
6644
6645 * internals.texi (Garbage Collection): Clarify previous change.
6646
66472005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6648
6649 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6650
66512005-07-18 Juri Linkov <juri@jurta.org>
6652
6653 * commands.texi (Accessing Events):
6654 * frames.texi (Text Terminal Colors, Resources):
6655 * markers.texi (The Mark):
6656 * modes.texi (Defining Minor Modes):
6657 Delete duplicate duplicate words.
6658
66592005-07-16 Richard M. Stallman <rms@gnu.org>
6660
6661 * display.texi (Managing Overlays): Clarify make-overlay
6662 args for insertion types.
6663
66642005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6665
6666 * customize.texi (Variable Definitions):
6667 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6668 `standard-value' is a list too.
6669 (Defining New Types): Use @key{RET} instead of @key{ret}.
6670
66712005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6672
6673 * os.texi (Translating Input): Fix typo.
6674
66752005-07-08 Richard M. Stallman <rms@gnu.org>
6676
6677 * README: Update edition number and size estimate.
6678
6679 * elisp.texi (VERSION): Set to 2.9.
6680
66812005-07-07 Richard M. Stallman <rms@gnu.org>
6682
6683 * book-spine.texinfo: Update Emacs version.
6684
6685 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6686
66872005-07-06 Richard M. Stallman <rms@gnu.org>
6688
6689 * searching.texi (Regexp Search): Clarify what re-search-forward
6690 does when the search fails.
6691
66922005-07-05 Lute Kamstra <lute@gnu.org>
6693
6694 * Update FSF's address in GPL notices.
6695
6696 * doclicense.texi (GNU Free Documentation License):
6697 * gpl.texi (GPL):
6698 * tips.texi (Coding Conventions, Library Headers):
6699 * vol1.texi:
6700 * vol2.texi: Update FSF's address.
6701
67022005-07-04 Richard M. Stallman <rms@gnu.org>
6703
6704 * hooks.texi (Standard Hooks): Add occur-hook.
6705
67062005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6707
6708 * display.texi (The Echo Area): Correct menu.
6709
67102005-07-03 Richard M. Stallman <rms@gnu.org>
6711
6712 * elisp.texi (Top): Update subnode menu for Display.
6713
6714 * display.texi (Displaying Messages): New node, with most
6715 of what was in The Echo Area.
5dcb4c4e 6716 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6717 (Logging Messages): New node with new text.
6718 (Echo Area Customization): New node, the rest of what was
6719 in The Echo Area. Document message-truncate-lines with @defvar.
6720 (Display): Update menu.
6721
6722 * windows.texi (Textual Scrolling): Doc 3 values for
6723 scroll-preserve-screen-position.
6724
6725 * text.texi (Special Properties): Change hook functions
6726 should bind inhibit-modification-hooks around altering buffer text.
6727
6728 * keymaps.texi (Key Binding Commands): Call binding BINDING
6729 rather than DEFINITION.
6730
67312005-06-29 Juanma Barranquero <lekktu@gmail.com>
6732
6733 * variables.texi (Defining Variables): `user-variable-p' returns t
6734 for aliases of user options, nil for alias loops.
6735
67362005-06-28 Richard M. Stallman <rms@gnu.org>
6737
6738 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6739 make-keymap.
6740
67412005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6742
6743 * variables.texi (Setting Variables): Correct and clarify
6744 description of `add-to-ordered-list'.
6745
67462005-06-26 Richard M. Stallman <rms@gnu.org>
6747
6748 * display.texi (Faces): Minor cleanup.
6749
67502005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6751
6752 * display.texi (Faces): `facep' returns t for strings that are
6753 face names.
6754
67552005-06-25 Richard M. Stallman <rms@gnu.org>
6756
6757 * objects.texi (Equality Predicates): Clarify meaning of equal.
6758
6759 * windows.texi (Selecting Windows): save-selected-window
6760 and with-selected-window save and restore the current buffer.
6761
67622005-06-24 Richard M. Stallman <rms@gnu.org>
6763
6764 * numbers.texi (Float Basics): Explain how to test for NaN,
6765 and printing the sign of NaNs.
6766
67672005-06-24 Eli Zaretskii <eliz@gnu.org>
6768
6769 * makefile.w32-in (MAKEINFO): Use --force.
6770
67712005-06-23 Richard M. Stallman <rms@gnu.org>
6772
6773 * display.texi (Face Functions): Correct Texinfo usage.
6774
67752005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6776
6777 * lists.texi (Rings): `ring-elements' now returns the elements of
6778 RING in order.
6779
67802005-06-23 Juanma Barranquero <lekktu@gmail.com>
6781
6782 * markers.texi (The Mark): Texinfo usage fix.
6783
67842005-06-23 Kim F. Storm <storm@cua.dk>
6785
6786 * searching.texi (Entire Match Data): Remove evaporate option for
6787 match-data. Do not mention evaporate option for set-match-data.
6788
67892005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6790
6791 * display.texi (Face Functions): Mention face aliases.
6792
67932005-06-21 Richard M. Stallman <rms@gnu.org>
6794
6795 * anti.texi (Antinews): Texinfo usage fix.
6796
67972005-06-21 Karl Berry <karl@gnu.org>
6798
6799 * elisp.texi: Use @copying.
6800
6801 * elisp.texi: Put @summarycontents and @contents before the Top
6802 node, instead of the end of the file, so that the contents appear
6803 in the right place in the dvi/pdf output.
6804
68052005-06-21 Juri Linkov <juri@jurta.org>
6806
6807 * display.texi (Defining Faces): Add `customized-face'.
6808
68092005-06-20 Kim F. Storm <storm@cua.dk>
6810
6811 * variables.texi (Setting Variables): Any type of element can be
6812 given order in add-to-ordered-list. Compare elements with eq.
6813
6814 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6815
68162005-06-20 Karl Berry <karl@gnu.org>
6817
6818 * syntax.texi (Syntax Flags): Make last column very slightly wider
6819 to avoid "generic comment" breaking on two lines and causing an
6820 underfull box.
6821
68222005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6823
6824 * lists.texi (Rings): Various minor clarifications and corrections.
6825
68262005-06-18 Richard M. Stallman <rms@gnu.org>
6827
6828 * functions.texi (Obsolete Functions): Simplify.
6829
6830 * variables.texi (Variable Aliases): Simplify.
6831
6832 * anti.texi, backups.texi, compile.texi, customization.texi:
6833 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6834 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6835 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6836 * variables.texi: Fix formatting ugliness.
6837
6838 * elisp.texi: Add links to Rings and Byte Packing.
6839 Update version and copyright years.
6840
6841 * minibuf.texi: Fix formatting ugliness.
6842 (Completion Commands): Move keymap vars to the end
6843 and vars completing-read binds to the top.
6844
68452005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6846
6847 * processes.texi: Fix typos.
6848 (Bindat Spec): Correct Texinfo error.
6849 (Byte Packing): Fix ungrammatical sentence.
6850
68512005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6852
6853 * lists.texi (Rings): New node.
6854 (Lists): Add it to menu.
6855
6856 * processes.texi (Byte Packing): New node.
6857 (Processes): Add it to menu.
6858
68592005-06-17 Richard M. Stallman <rms@gnu.org>
6860
6861 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6862
6863 * help.texi (Documentation Basics): Explain the xref to
6864 Documentation Tips.
6865
6866 * debugging.texi (Debugger Commands): Minor fix.
6867
68682005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6869
6870 * edebug.texi (Instrumenting): Eliminate duplicate link.
6871 (Specification List): Replace references to "below", referring to
6872 a later node, with one @ref to that node.
6873
6874 * os.texi (Timers): Timers should save and restore the match data
6875 if they change it.
6876
6877 * debugging.texi (Debugger Commands): Mention that the Lisp
6878 debugger can not step through primitive functions.
6879
68802005-06-16 Juanma Barranquero <lekktu@gmail.com>
6881
6882 * functions.texi (Obsolete Functions): Update argument names of
6883 `make-obsolete' and `define-obsolete-function-alias'.
6884
6885 * variables.texi (Variable Aliases): Update argument names of
6886 `defvaralias', `make-obsolete-variable' and
6887 `define-obsolete-variable-alias'.
6888
68892005-06-15 Kim F. Storm <storm@cua.dk>
6890
6891 * searching.texi (Entire Match Data): Rephrase warnings about
6892 evaporate arg to match-data and set-match-data.
6893
68942005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6895
6896 * elisp.texi (Top): Update detailed menu.
6897
6898 * edebug.texi (Edebug): Update menu.
6899 (Instrumenting): Update xrefs.
6900 (Edebug Execution Modes): Correct xref.
6901 (Jumping): Clarify description of `h' command.
6902 Eliminate redundant @ref.
6903 (Breaks): New node.
6904 (Breakpoints): Is now a subsubsection.
6905 (Global Break Condition): Mention `C-x X X'.
6906 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6907 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6908 (Edebug Display Update): Correct pxref.
6909 (Edebug and Macros): New node.
6910 (Instrumenting Macro Calls): Is now a subsubsection.
6911 Neither arg of `def-edebug-spec' is evaluated.
6912 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6913 (Specification Examples): Fix typo.
6914
69152005-06-14 Lute Kamstra <lute@gnu.org>
6916
6917 * debugging.texi (Function Debugging): Primitives can break on
6918 entry too.
6919
69202005-06-14 Kim F. Storm <storm@cua.dk>
6921
6922 * variables.texi (Setting Variables): Add add-to-ordered-list.
6923
69242005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6925
6926 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6927 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6928
69292005-06-13 Lute Kamstra <lute@gnu.org>
6930
6931 * text.texi (Special Properties): Fix cross reference.
6932
69332005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6934
6935 * debugging.texi (Function Debugging): Delete mention of empty
6936 string argument to `cancel-debug-on-entry'. Delete inaccurate
6937 description of the return value of that command.
6938
69392005-06-11 Alan Mackenzie <acm@muc.de>
6940
6941 * text.texi (Adaptive Fill): Amplify the description of
6942 fill-context-prefix.
6943
69442005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6945
6946 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6947
69482005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6949
6950 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6951
69522005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6953
6954 * debugging.texi (Error Debugging): Minor rewording.
6955 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6956 is optional.
6957
69582005-06-10 Lute Kamstra <lute@gnu.org>
6959
6960 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6961 (Top): Give it a title. Correct version number. Give the
6962 detailed node listing a more prominent header.
6963 * intro.texi: Don't set VERSION here a second time.
6964 Mention Emacs's version too.
6965 * anti.texi (Antinews): Use EMACSVER to refer to the current
6966 version of Emacs.
6967
69682005-06-09 Kim F. Storm <storm@cua.dk>
6969
6970 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6971 match-data and set-match-data.
6972
69732005-06-08 Richard M. Stallman <rms@gnu.org>
6974
6975 * searching.texi (Entire Match Data): Clarify when match-data
6976 returns markers and when integers.
6977
6978 * display.texi (Defining Faces): Explain that face name should not
6979 end in `-face'.
6980
6981 * modes.texi (Mode Line Data): Minor cleanup.
6982 (Customizing Keywords): Node split out of Search-based Fontification.
6983 Add example of using font-lock-add-keywords from a hook.
6984 Clarify when MODE should be non-nil, and when nil.
6985
69862005-06-06 Richard M. Stallman <rms@gnu.org>
6987
6988 * modes.texi (Mode Line Data): Explain what happens when the car
6989 of a list is a void symbol.
6990 (Search-based Fontification): Explain MODE arg to
6991 font-lock-add-keywords and warn about calls from major modes.
6992
69932005-06-08 Juri Linkov <juri@jurta.org>
6994
6995 * display.texi (Standard Faces): Add `shadow' face.
6996
69972005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6998
6999 * modes.texi (Major Mode Conventions): A derived mode only needs
7000 to put the call to the parent mode inside `delay-mode-hooks'.
7001
70022005-05-29 Richard M. Stallman <rms@gnu.org>
7003
7004 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7005 new, and what that implies. Clarify.
7006
7007 * files.texi (Locating Files): Clean up the text.
7008
7009 * frames.texi (Window Frame Parameters): Document user-size.
7010 Shorten entry for top by referring to left.
7011
70122005-05-26 Richard M. Stallman <rms@gnu.org>
7013
7014 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7015 is new, and what the implications are. Other clarifications.
7016
70172005-05-24 Richard M. Stallman <rms@gnu.org>
7018
7019 * frames.texi (Dialog Boxes): Minor fixes.
7020
70212005-05-25 Masatake YAMATO <jet@gyve.org>
7022
7023 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7024
70252005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7026
7027 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7028 is optional.
7029
70302005-05-24 Nick Roberts <nickrob@snap.net.nz>
7031
10d1d0af 7032 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7033
70342005-05-23 Lute Kamstra <lute@gnu.org>
7035
7036 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7037 syntax-begin-function over font-lock-beginning-of-syntax-function.
7038
70392005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7040
7041 * minibuf.texi (Reading File Names): Update description of
7042 `read-directory-name'.
7043
7044 * modes.texi (Derived Modes): Clarify :group keyword.
7045
70462005-05-21 Eli Zaretskii <eliz@gnu.org>
7047
7048 * files.texi (Locating Files): New subsection.
7049 Describe locate-file and executable-find.
7050
70512005-05-21 Kevin Ryde <user42@zip.com.au>
7052
7053 * frames.texi (Initial Parameters): Update cross reference to
7054 "Emacs Invocation".
7055
70562005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7057
7058 * keymaps.texi (Active Keymaps): Add anchor.
7059
7060 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7061 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7062 appropriate place.
7063 (Derived Modes): Small clarifications.
7064 (Minor Mode Conventions, Keymaps and Minor Modes):
7065 Replace references to nodes with references to anchors.
7066 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7067 Clarify description of lists whose first element is an integer.
7068 (Mode Line Variables): Add anchor.
7069 (%-Constructs): Clarify description of integer after %.
7070 (Emulating Mode Line): Describe nil value for FACE.
7071
70722005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7073
7074 * modes.texi (Derived Modes): Correct references to non-existing
7075 variable standard-syntax-table.
7076
70772005-05-17 Lute Kamstra <lute@gnu.org>
7078
7079 * modes.texi (Defining Minor Modes): Mention the mode hook.
7080
70812005-05-15 Kim F. Storm <storm@cua.dk>
7082
7083 * processes.texi (Network): Remove open-network-stream-nowait.
7084 (Network Servers): Remove open-network-stream-server.
7085
70862005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7087
7088 * elisp.texi (Top): Update detailed menu.
7089
7090 * variables.texi: Reorder nodes.
7091 (Variables): Update menu.
7092 (File Local Variables): Do not refer to the `-*-' line as
7093 a "local variables list". Add pxref.
7094
70952005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7096
7097 * elisp.texi (Top): Update detailed menu for node changes.
7098
7099 * modes.texi (Modes): Update Menu.
7100 (Hooks): Move to beginning of chapter.
7101 Most minor modes run mode hooks too.
7102 `add-hook' can handle void hooks or hooks whose value is a single
7103 function.
7104 (Major Modes): Update Menu.
7105 (Major Mode Basics): New node, split off from `Major Modes'.
7106 (Major Mode Conventions): Correct xref. Explain how to handle
7107 auto-mode-alist if the major mode command has an autoload cookie.
7108 (Auto Major Mode): Major update. Add magic-mode-alist.
7109 (Derived Modes): Major update.
7110 (Mode Line Format): Update Menu.
7111 (Mode Line Basics): New node, split off from `Mode Line Format'.
7112
7113 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7114 for `magic autoload comment'. Add index entries and anchor.
7115
71162005-05-14 Richard M. Stallman <rms@gnu.org>
7117
7118 * tips.texi (Coding Conventions): Explain how important it is
7119 that just loading certain files not change Emacs behavior.
7120
7121 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7122
71232005-05-12 Lute Kamstra <lute@gnu.org>
7124
7125 * modes.texi (Generic Modes): Update.
7126 (Major Modes): Refer to node "Generic Modes".
7127
7128 * elisp.texi (Top): Update to the current structure of the manual.
7129 * processes.texi (Processes): Add menu description.
7130 * customize.texi (Customization): Add menu descriptions.
7131
71322005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7133
7134 * processes.texi (Signals to Processes)
7135 (Low-Level Network): Fix typos.
7136
71372005-05-11 Lute Kamstra <lute@gnu.org>
7138
7139 * elisp.texi (Top): Add some nodes from the chapter "Major and
7140 Minor Modes" to the detailed node listing.
7141
71422005-05-10 Richard M. Stallman <rms@gnu.org>
7143
7144 * keymaps.texi (Extended Menu Items): Menu item filter functions
7145 can be called at any time.
7146
71472005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7148
7149 * variables.texi (File Local Variables): `(hack-local-variables t)'
7150 now also checks whether a mode is specified in the local variables
7151 list.
7152
71532005-05-05 Kevin Ryde <user42@zip.com.au>
7154
7155 * display.texi (The Echo Area): Correct format function cross
7156 reference.
7157
71582005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7159
7160 * variables.texi (Variable Aliases): Change description of
7161 `define-obsolete-variable-alias'.
7162
7163 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7164 (Defining Functions): Add xref.
7165 (Obsolete Functions): New node.
7166 (Function Safety): Standardize capitalization of section title.
7167
7168 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7169 (Dialog Boxes): Complete description of `x-popup-dialog'.
7170
71712005-05-04 Richard M. Stallman <rms@gnu.org>
7172
7173 * commands.texi (Interactive Codes): Fix Texinfo usage.
7174 Document U more clearly.
7175
71762005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7177
7178 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7179 function and not a macro.
7180
7181 * frames.texi (Pop-Up Menus): Correct and clarify description of
7182 `x-popup-menu'.
7183 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7184
71852005-05-01 Richard M. Stallman <rms@gnu.org>
7186
7187 * edebug.texi (Checking Whether to Stop): Fix previous change.
7188
71892005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7190
7191 * display.texi: Fix typos and Texinfo usage.
7192
7193 * edebug.texi (Checking Whether to Stop): executing-macro ->
7194 executing-kbd-macro.
7195
71962005-05-01 Richard M. Stallman <rms@gnu.org>
7197
7198 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7199
72002005-04-30 Richard M. Stallman <rms@gnu.org>
7201
7202 * files.texi (Magic File Names): Document `operations' property.
7203
72042005-04-29 Lute Kamstra <lute@gnu.org>
7205
7206 * modes.texi (Generic Modes): New node.
7207 (Major Modes): Add it to the menu.
7208 (Derived Modes): Add "derived mode" to concept index.
7209
72102005-04-28 Lute Kamstra <lute@gnu.org>
7211
7212 * modes.texi (Defining Minor Modes): Fix previous change.
7213 (Font Lock Mode): Simplify.
7214 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7215 when set and that some parts are optional. Add cross references.
7216 (Search-based Fontification): Say how to specify font-lock-keywords.
7217 Add cross references. Add font-lock-multiline to index.
7218 Move font-lock-keywords-case-fold-search here from node "Other Font
7219 Lock Variables". Document font-lock-add-keywords and
7220 font-lock-remove-keywords.
7221 (Other Font Lock Variables): Move font-lock-keywords-only,
7222 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7223 and font-lock-syntactic-face-function to node "Syntactic Font
7224 Lock". Move font-lock-keywords-case-fold-search to node
7225 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7226 and font-lock-{,un}fontify-{buffer,region}-function.
7227 (Precalculated Fontification): Remove reference to deleted variable
7228 font-lock-core-only.
7229 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7230 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7231 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7232 and font-lock-syntactic-face-function here from node "Other Font
7233 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7234 Syntax Properties". Add cross references.
7235 (Setting Syntax Properties): New node.
7236 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7237 * syntax.texi (Syntax Properties): Add cross reference.
7238 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7239
72402005-04-26 Richard M. Stallman <rms@gnu.org>
7241
7242 * display.texi (Defining Faces):
7243 Document `default' elements of defface spec.
7244
7245 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7246
7247 * variables.texi (Variable Aliases): Clarify text.
7248
72492005-04-25 Chong Yidong <cyd@stupidchicken.com>
7250
7251 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7252
72532005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7254
7255 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7256
72572005-04-24 Eli Zaretskii <eliz@gnu.org>
7258
7259 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7260 syntax-after and syntax-class.
7261
7262 * files.texi (Changing Files): Fix last change's cross-reference.
7263 (Unique File Names): Don't mention "numbers" in the documentation
7264 of make-temp-file and make-temp-name.
7265
72662005-04-23 Richard M. Stallman <rms@gnu.org>
7267
7268 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7269
72702005-04-22 Nick Roberts <nickrob@snap.net.nz>
7271
7272 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7273
72742005-04-22 Nick Roberts <nickrob@snap.net.nz>
7275
7276 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7277 and define-obsolete-variable-alias.
7278
72792005-04-22 Kim F. Storm <storm@cua.dk>
7280
7281 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7282 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7283
72842005-04-21 Lute Kamstra <lute@gnu.org>
7285
7286 * lists.texi (Association Lists): Document rassq-delete-all.
7287
72882005-04-19 Richard M. Stallman <rms@gnu.org>
7289
7290 * modes.texi (Search-based Fontification): Explain that
7291 facespec is an expression to be evaluated.
7292
72932005-04-19 Kevin Ryde <user42@zip.com.au>
7294
7295 * streams.texi (Output Functions): Fix xref.
7296 * strings.texi (String Conversion): Fix xref.
7297
72982005-04-19 Kim F. Storm <storm@cua.dk>
7299
7300 * symbols.texi (Symbol Plists): Add safe-get.
7301 Mention that `get' may signal an error.
7302
73032005-04-18 Nick Roberts <nickrob@snap.net.nz>
7304
7305 * customize.texi (Variable Definitions): Replace tooltip-mode
7306 example with save-place.
7307
73082005-04-17 Richard M. Stallman <rms@gnu.org>
7309
7310 * buffers.texi (Indirect Buffers): Clarify.
7311
7312 * positions.texi (Positions): Clarify converting marker to integer.
7313
7314 * strings.texi (String Basics): Mention string-match; clarify.
7315
73162005-04-08 Lute Kamstra <lute@gnu.org>
7317
7318 * modes.texi (Search-based Fontification): Fix cross references.
7319 Use consistent terminology. Document anchored highlighting.
7320
73212005-04-05 Lute Kamstra <lute@gnu.org>
7322
7323 * modes.texi (Defining Minor Modes): Document :group keyword
7324 argument and its default value.
7325
73262005-04-03 Lute Kamstra <lute@gnu.org>
7327
7328 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7329 references and/or descriptions. Delete major mode hooks; mention
7330 them as a category instead. Rename or delete obsolete hooks.
7331
73322005-04-02 Richard M. Stallman <rms@gnu.org>
7333
7334 * nonascii.texi (Coding System Basics): Another wording cleanup.
7335
73362005-04-01 Richard M. Stallman <rms@gnu.org>
7337
7338 * nonascii.texi (Coding System Basics): Clarify previous change.
7339
73402005-04-01 Kenichi Handa <handa@m17n.org>
7341
10d1d0af 7342 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7343 identity of coding systems.
7344
73452005-03-29 Chong Yidong <cyd@stupidchicken.com>
7346
7347 * text.texi (Buffer Contents): Add filter-buffer-substring and
7348 buffer-substring-filters.
7349
73502005-03-26 Chong Yidong <cyd@stupidchicken.com>
7351
7352 * anti.texi (Antinews): Mention `G' interactive code.
7353
7354 * tips.texi (Compilation Tips): Mention benchmark.el.
7355
73562005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7357
7358 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7359 is now bound to M-o M-o.
7360
7361 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7362
73632005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7364
7365 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7366 in the Emacs Manual).
7367 * Makefile.in (srcs): Remove calendar.texi.
7368 * makefile.w32-in (srcs): Remove calendar.texi.
7369 * display.texi (Display): Change name of next node.
7370 * os.texi (System In): Change name of previous node.
7371 * elisp.texi (Top): Remove Calendar references.
7372 * vol1.texi (Top): Remove Calendar references.
7373 * vol2.texi (Top): Remove Calendar references.
7374
73752005-03-25 Richard M. Stallman <rms@gnu.org>
7376
7377 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7378 Cleanup previous change.
7379
73802005-03-25 Chong Yidong <cyd@stupidchicken.com>
7381
7382 * display.texi (Face Attributes): Faces earlier in an :inherit
7383 list take precedence.
7384 (Scroll Bars): Fix description of vertical-scroll-bars.
7385 Document frame-current-scroll-bars and window-current-scroll-bars.
7386
7387 * markers.texi (The Mark): Document temporary Transient Mark mode.
7388
7389 * minibuf.texi (Reading File Names):
7390 Document read-file-name-completion-ignore-case.
7391
7392 * positions.texi (Screen Lines): Document nil for width argument
7393 to compute-motion.
7394
73952005-03-23 Kim F. Storm <storm@cua.dk>
7396
7397 * display.texi (Standard Faces): Other faces used in the fringe
7398 implicitly inherits from the fringe face.
7399 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7400 properties implicitly inherits from fringe face.
7401 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7402
74032005-03-20 Chong Yidong <cyd@stupidchicken.com>
7404
7405 * display.texi (Invisible Text): State default value of
7406 line-move-ignore-invisible.
7407 (Managing Overlays): Document remove-overlays.
7408 (Standard Faces): Document escape-glyph face.
7409
7410 * minibuf.texi (Reading File Names): Document read-file-name-function.
7411
7412 * modes.texi (Other Font Lock Variables):
7413 Document font-lock-lines-before.
7414
7415 * positions.texi (Skipping Characters): skip-chars-forward allows
7416 character classes.
7417
74182005-03-18 Lute Kamstra <lute@gnu.org>
7419
7420 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7421
74222005-03-17 Richard M. Stallman <rms@gnu.org>
7423
7424 * text.texi (Undo): Document extensible undo entries.
7425
dd7b651b 7426 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7427
7428 * nonascii.texi (Character Codes): Minor fix.
7429
7430 * display.texi (Display Property): Explain the significance
7431 of having text properties that are eq.
7432 (Other Display Specs): Explain string as display spec.
7433
7434 * commands.texi (Interactive Codes): Document G option.
7435
74362005-03-17 Chong Yidong <cyd@stupidchicken.com>
7437
7438 * text.texi (Filling): Add sentence-end-without-period and
7439 sentence-end-without-space.
7440 (Changing Properties): Minor fix.
7441
7442 * anti.texi: Total rewrite.
7443
74442005-03-15 Lute Kamstra <lute@gnu.org>
7445
7446 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7447
74482005-03-08 Kim F. Storm <storm@cua.dk>
7449
7450 * display.texi (Specified Space): Property :width is support on
7451 non-graphic terminals, :height is not.
7452
74532005-03-07 Richard M. Stallman <rms@gnu.org>
7454
7455 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7456 Now subnodes of Fringes.
7457 (Overlay Arrow): Document overlay-arrow-variable-list.
7458 (Fringe Size/Pos): New node, broken out of Fringes.
7459 (Display): Explain clearing vs redisplay better.
7460 (Truncation): Clarify use of bitmaps.
7461 (The Echo Area): Clarify the uses of the echo area.
7462 Add max-mini-window-height.
7463 (Progress): Clarify.
7464 (Invisible Text): Explain that main loop moves point out.
7465 (Selective Display): Say "hidden", not "invisible".
7466 (Managing Overlays): Move up. Describe relation to Undo here.
7467 (Overlay Properties): Clarify intro.
7468 (Finding Overlays): Explain return values when nothing found.
7469 (Width): truncate-string-to-width has added arg.
7470 (Displaying Faces): Clarify and update mode line face handling.
7471 (Face Functions): Minor cleanup.
7472 (Conditional Display): Merge into Other Display Specs.
7473 (Pixel Specification, Other Display Specs): Minor cleanups.
7474 (Images, Image Descriptors): Minor cleanups.
7475 (GIF Images): Patents have expired.
7476 (Showing Images): Explain default text for insert-image.
7477 (Manipulating Button Types): Merge into Manipulating Buttons.
7478 (Making Buttons): Explain return values.
7479 (Button Buffer Commands): Add xref.
7480 (Inverse Video): Update mode-line-inverse-video.
7481 (Display Table Format): Clarify.
7482 (Active Display Table): Give defaults for window-display-table.
7483
7484 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7485 and calendar-today-marker are strings, not chars.
7486 (Holiday Customizing): Minor fix.
7487
7488 * internals.texi (Writing Emacs Primitives): Update `or' example.
7489 Update limit on # args of subr.
7490
7491 * edebug.texi (Using Edebug): Arrow is in fringe.
7492 (Instrumenting): Arg to eval-defun works without loading edebug.
7493 (Edebug Execution Modes): Add xref.
7494
7495 * customize.texi (Common Keywords): Clarify :require.
7496 Mention :version here.
7497 (Variable Definitions, Group Definitions): Not here.
7498 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7499
75002005-03-07 Chong Yidong <cyd@stupidchicken.com>
7501 * nonascii.texi (Text Representations): Clarify position-bytes.
7502 (Character Sets): Add list-charset-chars.
7503 (Scanning Charsets): Add charset-after.
7504 (Encoding and I/O): Minor fix.
7505
75062005-03-06 Richard M. Stallman <rms@gnu.org>
7507
7508 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7509 (Resizing Windows): Likewise.
7510
7511 * text.texi (Change Hooks): Get rid of "Emacs 21".
7512
7513 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7514
7515 * streams.texi (Output Variables): Get rid of "Emacs 21".
7516
7517 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7518
7519 * os.texi (Translating Input): Replace flow-control example
7520 with a less obsolete example that uses `keyboard-translate'.
7521
7522 * objects.texi (Hash Table Type, Circular Objects):
7523 Get rid of "Emacs 21".
7524
7525 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7526 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7527
7528 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7529
7530 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7531
7532 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7533 (Menu Bar): Fix when menu-bar-update-hook is called.
7534
7535 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7536
7537 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7538 and make it read better.
7539
7540 * files.texi (Writing to Files): Get rid of "Emacs 21".
7541 (Unique File Names): Likewise.
7542
7543 * elisp.texi: Update Emacs version to 22.
7544
7545 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7546 (Overlay Properties, Face Attributes): Likewise.
7547 (Managing Overlays): Fix punctuation.
7548 (Attribute Functions): Clarify set-face-font; get rid of
7549 info about old Emacs versions.
7550 (Auto Faces, Font Lookup, Display Property, Images):
7551 Get rid of "Emacs 21".
7552
7553 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7554
75552005-03-05 Richard M. Stallman <rms@gnu.org>
7556
7557 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7558
75592005-03-04 Lute Kamstra <lute@gnu.org>
7560
7561 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7562
75632005-03-03 Lute Kamstra <lute@gnu.org>
7564
7565 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7566
75672005-03-01 Lute Kamstra <lute@gnu.org>
7568
7569 * debugging.texi (Debugger Commands): Update `j'.
7570
75712005-02-28 Lute Kamstra <lute@gnu.org>
7572
7573 * debugging.texi (Debugging): Fix typo.
7574 (Error Debugging): Document eval-expression-debug-on-error.
7575 (Function Debugging): Update example.
7576 (Using Debugger): Mention starred stack frames.
7577 (Debugger Commands): Document `j' and `l'.
7578 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7579 Update the messages that the debugger displays.
7580 (Internals of Debugger): Add cross reference. Update example.
7581 (Excess Open): Minor improvement.
7582 (Excess Close): Minor improvement.
7583
75842005-02-26 Richard M. Stallman <rms@gnu.org>
7585
7586 * tips.texi (Coding Conventions): Clarify.
7587 Put all the major mode key reservations together.
7588 Mention the Mouse-1 => Mouse-2 conventions.
7589
7590 * syntax.texi (Syntax Class Table): Clarify.
7591 (Syntax Table Functions): syntax-after moved from here.
7592 (Syntax Table Internals): syntax-after moved to here.
7593 (Parsing Expressions): Update info on number of values
7594 and what's meaningful in the STATE argument.
7595 (Categories): Fix typo.
7596
7597 * sequences.texi (Arrays): Cleanup.
7598 (Char-Tables): Clarify.
7599
7600 * processes.texi (Deleting Processes): Cleanups, add xref.
7601 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7602 (Process Information): set-process-coding-system, some args optional.
7603 (Input to Processes): Explain various types for PROCESS args.
7604 Rename them from PROCESS-NAME to PROCESS.
7605 (Signals to Processes): Likewise.
7606 (Decoding Output): Cleanup.
7607 (Query Before Exit): Clarify.
7608
7609 * os.texi (Startup Summary): Correct the options; add missing ones.
7610 (Terminal Output, Batch Mode): Clarify.
7611 (Flow Control): Node deleted.
7612
7613 * markers.texi (The Mark): Clarify.
7614
7615 * macros.texi (Expansion): Cleanup.
7616 (Indenting Macros): indent-spec allows ints, not floats.
7617
7618 * keymaps.texi (Keymaps): Clarify.
7619 (Format of Keymaps): Update lisp-mode-map example.
7620 (Active Keymaps, Key Lookup): Clarify.
7621 (Changing Key Bindings): Add xref to `kbd'.
7622 (Key Binding Commands, Simple Menu Items): Clarify.
7623 (Mouse Menus, Menu Bar): Clarify.
7624 (Menu Example): Replace print example with menu-bar-replace-menu.
7625
7626 * help.texi (Documentation Basics): Add function-documentation prop.
7627
7628 * elisp.texi (Top): Don't refer to Flow Control node.
7629
7630 * commands.texi (Command Overview): Improve xrefs.
7631 (Adjusting Point): Adjusting point applies to intangible and invis.
7632 (Key Sequence Input): Doc extra read-key-sequence args.
7633 Likewise for read-key-sequence-vector.
7634
7635 * backups.texi (Rename or Copy): Minor fix.
7636 (Numbered Backups): For version-control, say the default.
7637 (Auto-Saving): make-auto-save-file-name example is simplified.
7638
7639 * advice.texi (Advising Functions): Don't imply one part of Emacs
7640 should advise another part. Markup changes.
7641 (Defining Advice): Move transitional para.
7642 (Activation of Advice): Cleanup.
7643 Explain if COMPILE is nil or negative.
7644
7645 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7646
76472005-02-24 Lute Kamstra <lute@gnu.org>
7648
7649 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7650 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7651
76522005-02-23 Lute Kamstra <lute@gnu.org>
7653
7654 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7655 to define global minor modes as well.
7656
7657 * display.texi (Managing Overlays): overlay-buffer returns nil for
7658 deleted overlays.
7659
76602005-02-22 Kim F. Storm <storm@cua.dk>
7661
7662 * minibuf.texi (Basic Completion): Allow symbols in addition to
7663 strings in try-completion and all-completions.
7664
76652005-02-14 Lute Kamstra <lute@gnu.org>
7666
7667 * elisp.texi (Top): Remove reference to deleted node.
7668
7669 * lists.texi (Lists): Remove reference to deleted node.
7670 (Cons Cells): Fix typo.
7671
7672 * loading.texi (Where Defined): Fix typo.
7673
76742005-02-14 Richard M. Stallman <rms@gnu.org>
7675
7676 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7677 is useful for discarding some minor modes.
7678
7679 * symbols.texi (Symbol Components): Reorder examples.
7680
7681 * streams.texi (Input Functions): State standard-input default.
7682 (Output Variables): State standard-output default.
7683
7684 * objects.texi (Printed Representation): Clarify read syntax vs print.
7685 (Floating Point Type): Explain meaning better.
7686 (Symbol Type): Explain uniqueness better.
7687 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7688 List examples sooner.
7689 (Box Diagrams): New subnode broken out.
7690 Some examples moved from old Lists as Boxes node.
7691 (Dotted Pair Notation): Clarify intro.
7692 (Array Type): Clarify.
7693 (Type Predicates): Add hash-table-p.
7694
7695 * numbers.texi (Integer Basics): Clarify radix explanation.
7696 (Predicates on Numbers): Minor clarification.
7697 (Comparison of Numbers): Minor clarification. Clarify eql.
7698 Typos in min, max.
7699 (Math Functions): Clarify overflow in expt.
7700
7701 * minibuf.texi (Text from Minibuffer): Minor clarification.
7702 Mention arrow keys.
7703
7704 * loading.texi (Autoload): defun's doc string overrides autoload's
7705 doc string.
7706 (Repeated Loading): Modernize "add to list" examples.
7707 (Where Defined): Finish updating table of load-history elts.
7708
7709 * lists.texi (List-related Predicates): Minor wording improvement.
7710 (Lists as Boxes): Node deleted.
7711 (Building Lists): Explain trivial cases of number-sequence.
7712
7713 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7714 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7715 (Hash Access): Any object can be a key.
7716 State value of maphash.
7717
7718 * functions.texi (What Is a Function): Wording cleanup.
7719 (Function Documentation): Minor cleanup.
7720 Explain purpose of calling convention at end of doc string.
7721 (Function Names): Wording cleanup.
7722 (Calling Functions): Wording cleanup.
7723 Explain better how funcall calls the function.
7724 (Function Cells): Delete example of saving and redefining function.
7725
7726 * control.texi (Combining Conditions): Wording cleanup.
7727 (Iteration): dolist and dotimes bind VAR locally.
7728 (Cleanups): Xref to Atomic Changes.
7729
7730 * compile.texi (Byte Compilation): Delete 19.29 info.
7731 (Compilation Functions): Macros' difficulties don't affect defsubst.
7732 (Docs and Compilation): Delete 19.29 info.
7733
77342005-02-10 Richard M. Stallman <rms@gnu.org>
7735
7736 * objects.texi (Symbol Type): Minor correction.
7737
77382005-02-06 Lute Kamstra <lute@gnu.org>
7739
7740 * modes.texi (Example Major Modes): Fix typos.
7741
77422005-02-06 Richard M. Stallman <rms@gnu.org>
7743
7744 * text.texi (Margins): fill-nobreak-predicate can be one function.
7745
7746 * strings.texi (Modifying Strings): clear-string can make unibyte.
7747 (Formatting Strings): format gives error if values missing.
7748
7749 * positions.texi (Character Motion): Mention default arg
7750 for forward-char. backward-char refers to forward-char.
7751 (Word Motion): Mention default arg for forward-word.
7752 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7753 Simplify end-of-buffer.
7754 (Text Lines): Mention default arg for forward-line.
7755 (List Motion): Mention default arg for beginning/end-of-defun.
7756 (Skipping Characters): Minor fixes in explaining character-set.
7757
7758 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7759 Mode inheritance applies only when default-major-mode is nil.
7760 Clarifications.
7761 (Example Major Modes): Update Text mode and Lisp mode examples.
7762 (Minor Mode Conventions): Mention define-minor-mode at top.
7763 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7764 (Mode Line Format): Update mode line face display info.
7765 (Properties in Mode): Mention effect of risky vars.
7766 (Imenu): Define imenu-add-to-menubar.
7767 (Font Lock Mode): Add descriptions to menu lines.
7768 (Faces for Font Lock): Add font-lock-doc-face.
7769
77702005-02-05 Lute Kamstra <lute@gnu.org>
7771
7772 * text.texi (Maintaining Undo): Remove obsolete function.
7773
77742005-02-05 Eli Zaretskii <eliz@gnu.org>
7775
7776 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7777 color specifications. Improve indexing.
b8d4c8d0
GM
7778 (Text Terminal Colors): Replace the description of RGB values by
7779 an xref to "Color Names".
7780
77812005-02-03 Richard M. Stallman <rms@gnu.org>
7782
7783 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7784 Clarify.
7785 (Selecting Windows): Clarify save-selected-window.
7786 (Cyclic Window Ordering): Clarify walk-windows.
7787 (Window Point): Clarify.
7788 (Window Start): Add comment to example.
7789 (Resizing Windows): Add `interactive' specs in examples.
7790 Document fit-window-to-buffer.
7791
7792 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7793 (Undo, Maintaining Undo): Clarify last change.
7794 (Sorting): In sort-numeric-fields, explain about octal and hex.
7795 Mention sort-numeric-base.
7796 (Format Properties): Add xref for hard newlines.
7797
7798 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7799 (Pop-Up Menus): Fix typo.
7800 (Color Names): Explain all types of color names.
7801 Explain color-values on B&W terminal.
7802 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7803
7804 * files.texi (File Locks): Not supported on MS systems.
7805 (Testing Accessibility): Clarify.
7806
7807 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7808 (Coverage Testing): Fix typo.
7809
7810 * commands.texi (Misc Events): Remove stray space.
7811
7812 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7813 (Modification Time): Clarify when visited-file-modtime returns 0.
7814 (The Buffer List): Clarify bury-buffer.
7815 (Killing Buffers): Clarify.
7816 (Indirect Buffers): Add clone-indirect-buffer.
7817
78182005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7819
7820 * edebug.texi (Printing in Edebug): Fix default value of
7821 edebug-print-circle.
7822 (Coverage Testing): Fix displayed frequency count data.
7823
78242005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7825
7826 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7827
78282005-02-02 Kim F. Storm <storm@cua.dk>
7829
7830 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7831
78322005-01-29 Eli Zaretskii <eliz@gnu.org>
7833
7834 * commands.texi (Misc Events): Describe the help-echo event.
7835
7836 * text.texi (Special Properties) <help-echo>: Use `pos'
7837 consistently in description of the help-echo property.
7838 Use @code{nil} instead of @var{nil}.
7839
7840 * display.texi (Overlay Properties): Fix the index entry for
7841 help-echo overlay property.
7842
7843 * customize.texi (Type Keywords): Uncomment the xref to the
7844 help-echo property documentation.
7845
78462005-01-23 Kim F. Storm <storm@cua.dk>
7847
7848 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7849 return value. Third element FULLY replaced by PARTIAL which
7850 specifies number of invisible pixels if row is only partially visible.
7851 (Textual Scrolling): Mention auto-window-vscroll.
7852 (Vertical Scrolling): New defvar auto-window-vscroll.
7853
78542005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7855
7856 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7857 command remapping.
7858
78592005-01-15 Richard M. Stallman <rms@gnu.org>
7860
7861 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7862
78632005-01-14 Kim F. Storm <storm@cua.dk>
7864
7865 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7866
7867 * text.texi (Links and Mouse-1): Fix string and vector item.
7868
78692005-01-13 Richard M. Stallman <rms@gnu.org>
7870
7871 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7872 descriptions of overriding-local-map and overriding-terminal-local-map.
7873
7874 * text.texi (Links and Mouse-1): Clarify text.
7875
78762005-01-13 Kim F. Storm <storm@cua.dk>
7877
7878 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7879
78802005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7881
7882 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7883
78842005-01-12 Kim F. Storm <storm@cua.dk>
7885
7886 * text.texi (Links and Mouse-1): Rename section from Enabling
7887 Mouse-1 to Following Links. Change xrefs.
7888 Add examples for define-button-type and define-widget.
7889
7890 * display.texi (Button Properties, Button Buffer Commands):
7891 Clarify mouse-1 and follow-link functionality.
7892
78932005-01-12 Richard M. Stallman <rms@gnu.org>
7894
7895 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7896
7897 * display.texi (Beeping): Fix Texinfo usage.
7898
7899 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7900
79012005-01-11 Kim F. Storm <storm@cua.dk>
7902
7903 * display.texi (Button Properties, Button Buffer Commands):
7904 Mention mouse-1 binding. Add follow-link keyword.
7905
7906 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7907 (Enabling Mouse-1 to Follow Links): New subsection.
7908
79092005-01-06 Richard M. Stallman <rms@gnu.org>
7910
7911 * text.texi (Special Properties): Minor change.
7912
7913 * os.texi (Timers): Clarify previous change.
7914
7915 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7916
79172005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7918
7919 * display.texi (Face Attributes): Correct xref to renamed node.
7920
79212005-01-01 Richard M. Stallman <rms@gnu.org>
7922
7923 * display.texi (Face Attributes): Describe hex color specs.
7924
79252004-12-31 Richard M. Stallman <rms@gnu.org>
7926
7927 * os.texi (Timers): Update previous change.
7928
79292004-12-30 Kim F. Storm <storm@cua.dk>
7930
7931 * display.texi (Line Height): Total line-height is now specified
7932 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7933 in cons cells. (nil . RATIO) is relative to actual line height.
7934 Use line-height `t' instead of `0' to get minimum height.
7935
79362004-12-29 Richard M. Stallman <rms@gnu.org>
7937
7938 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7939
79402004-12-28 Richard M. Stallman <rms@gnu.org>
7941
7942 * commands.texi (Quitting): Clarify value of with-local-quit.
7943
7944 * elisp.texi (Top): Fix previous change.
7945
7946 * loading.texi (Loading): Fix previous change.
7947
79482004-12-27 Richard M. Stallman <rms@gnu.org>
7949
7950 * Makefile.in (MAKEINFO): Specify --force.
7951
7952 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7953
7954 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7955
7956 * display.texi (Line Height): Further clarify.
7957
7958 * elisp.texi (Top): Update Loading submenu.
7959
7960 * loading.texi (Where Defined): New node.
7961 (Unloading): load-history moved to Where Defined.
7962
79632004-12-21 Richard M. Stallman <rms@gnu.org>
7964
7965 * commands.texi (Event Input Misc): Add while-no-input.
7966
79672004-12-11 Richard M. Stallman <rms@gnu.org>
7968
7969 * display.texi (Line Height): Rewrite text for clarity.
7970
79712004-12-11 Kim F. Storm <storm@cua.dk>
7972
7973 * display.texi (Display): Add node "Line Height" to menu.
7974 (Line Height): New node. Move full description of line-spacing
7975 and line-height text properties here from text.texi.
7976 (Scroll Bars): Add vertical-scroll-bar variable.
7977
7978 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7979
7980 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7981 line-spacing and vertical-scroll-bar.
7982
7983 * text.texi (Special Properties): Just mention line-spacing and
7984 line-height here, add xref to new "Line Height" node.
7985
79862004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7987
7988 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7989
7990 * locals.texi (Standard Buffer-Local Variables):
7991 Add @xref for `line-spacing'.
7992
79932004-12-05 Richard M. Stallman <rms@gnu.org>
7994
7995 * Makefile.in (maintainer-clean): Remove the info files
7996 in $(infodir) where they are created.
7997
79982004-12-03 Richard M. Stallman <rms@gnu.org>
7999
8000 * windows.texi (Selecting Windows): get-lru-window and
8001 get-largest-window don't consider dedicated windows.
8002
8003 * text.texi (Undo): Document undo-in-progress.
8004
80052004-11-26 Richard M. Stallman <rms@gnu.org>
8006
8007 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8008 Remove a few vars that are not always buffer-local.
8009
80102004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8011
8012 * locals.texi (Standard Buffer-Local Variables): Comment out
8013 xref's to non-existent node `Yet to be written'.
8014
80152004-11-24 Richard M. Stallman <rms@gnu.org>
8016
8017 * processes.texi (Synchronous Processes): Grammar fix.
8018
8019 * numbers.texi (Comparison of Numbers): Add eql.
8020
8021 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8022
8023 * intro.texi (Printing Notation): Fix previous change.
8024
8025 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8026 and default-indicate-buffer-boundaries from here.
8027 (Usual Display): To here.
8028 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8029 (Usual Display): Move tab-width up.
8030
5dcb4c4e
SM
8031 * customize.texi (Variable Definitions):
8032 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8033 (Simple Types, Composite Types, Defining New Types):
8034 Minor cleanups.
8035
80362004-11-21 Jesper Harder <harder@ifa.au.dk>
8037
8038 * processes.texi (Synchronous Processes, Output from Processes):
8039 Markup fix.
8040
80412004-11-20 Richard M. Stallman <rms@gnu.org>
8042
8043 * positions.texi (Skipping Characters): skip-chars-forward
8044 now handles char classes.
8045
8046 * intro.texi (Printing Notation): Avoid confusion of `print'
8047 when explaining @print.
8048
8049 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8050
8051 * display.texi (Display Table Format): Minor fix.
8052
8053 * streams.texi (Output Functions): Fix print example.
8054
8055 * Makefile.in (elisp): New target.
8056 (dist): Depend on $(infodir)/elisp, not elisp.
8057 Copy the info files from $(infodir).
8058
8059 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8060 read-from-minibuffer.
8061
8062 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8063
80642004-11-19 Richard M. Stallman <rms@gnu.org>
8065
8066 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8067
80682004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8069
8070 * tips.texi (Coding Conventions): Fix typo.
8071
80722004-11-16 Richard M. Stallman <rms@gnu.org>
8073
8074 * tips.texi (Coding Conventions): Separate defvar and require
8075 methods to avoid warnings. Use require only when there are many
8076 functions and variables from that package.
8077
8078 * minibuf.texi (Minibuffer Completion): When ignoring case,
8079 predicate must not be case-sensitive.
8080
8081 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8082 (Test Coverage): Don't talk about "splotches". Clarified.
8083
80842004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8085
8086 * frames.texi (Window Frame Parameters): Fix typo.
8087
80882004-11-15 Kim F. Storm <storm@cua.dk>
8089
8090 * symbols.texi (Other Plists): Note that plist-get may signal error.
8091 Add safe-plist-get.
8092
80932004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8094
8095 * modes.texi (Font Lock Basics): Fix typo.
8096
80972004-11-08 Richard M. Stallman <rms@gnu.org>
8098
8099 * syntax.texi (Syntax Table Functions): Add syntax-after.
8100
81012004-11-06 Lars Brinkhoff <lars@nocrew.org>
8102
8103 * os.texi (Processor Run Time): New section documenting
8104 get-internal-run-time.
8105
81062004-11-06 Eli Zaretskii <eliz@gnu.org>
8107
8108 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8109 it nukes elisp-cover.texi.
8110 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8111 elisp-0 etc.
8112
81132004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8114
8115 * commands.texi (Keyboard Macros): Document `append' return value
8116 of `defining-kbd-macro'.
8117
81182004-11-01 Richard M. Stallman <rms@gnu.org>
8119
8120 * commands.texi (Interactive Call): Add called-interactively-p.
8121
81222004-10-29 Simon Josefsson <jas@extundo.com>
8123
8124 * minibuf.texi (Reading a Password): Revert.
8125
81262004-10-28 Richard M. Stallman <rms@gnu.org>
8127
8128 * frames.texi (Display Feature Testing): Explain about "vendor".
8129
81302004-10-27 Richard M. Stallman <rms@gnu.org>
8131
8132 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8133 not raw. Clarify `n'.
8134 (Interactive Call): Rewrite interactive-p, focusing on when
8135 and how to use it.
8136 (Misc Events): Clarify previous change.
8137
8138 * advice.texi (Simple Advice): Clarify what job the example does.
8139 (Around-Advice): Clarify ad-do-it.
8140 (Activation of Advice): An option of ad-default-compilation-action
8141 is `never', not `nil'.
8142
81432004-10-26 Kim F. Storm <storm@cua.dk>
8144
8145 * commands.texi (Interactive Codes): Add U code letter.
8146
81472004-10-25 Simon Josefsson <jas@extundo.com>
8148
8149 * minibuf.texi (Reading a Password): Add.
8150
81512004-10-24 Jason Rumney <jasonr@gnu.org>
8152
8153 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8154 and wheel-down.
8155
81562004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8157
8158 * processes.texi (Synchronous Processes): Document process-file.
8159
81602004-10-22 Kenichi Handa <handa@m17n.org>
8161
8162 * text.texi (translate-region): Document that it accepts also a
8163 char-table.
8164
81652004-10-22 David Ponce <david@dponce.com>
8166
8167 * windows.texi (Resizing Windows): Document the `preserve-before'
8168 argument of the functions `enlarge-window' and `shrink-window'.
8169
81702004-10-19 Jason Rumney <jasonr@gnu.org>
8171
8172 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8173
81742004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8175
8176 * text.texi (Filling): Add anchor for definition of
8177 `sentence-end-double-space'.
8178
8179 * searching.texi (Regexp Example): Update description of how
8180 Emacs currently recognizes the end of a sentence.
8181 (Standard Regexps): Update definition of the variable
8182 `sentence-end'. Add definition of the function `sentence-end'.
8183
81842004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8185
8186 * display.texi (Progress): New node.
8187
81882004-10-05 Kim F. Storm <storm@cua.dk>
8189
8190 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8191
81922004-09-29 Kim F. Storm <storm@cua.dk>
8193
8194 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8195 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8196 fringe bitmap symbols, as they now have their own namespace.
8197 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8198 vs. pixels. Signal error if no free bitmap slots.
8199 (Pixel Specification): Change IMAGE to @var{image}.
8200
82012004-09-28 Richard M. Stallman <rms@gnu.org>
8202
8203 * text.texi (Special Properties): Clarify line-spacing and line-height.
8204
8205 * searching.texi (Regexp Search): Add looking-back.
8206
82072004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8208
8209 * display.texi: Correct typos.
8210 (Image Descriptors): Correct xref's.
8211
82122004-09-25 Richard M. Stallman <rms@gnu.org>
8213
8214 * text.texi (Special Properties): Cleanups in `cursor'.
8215 Rewrites in `line-height' and `line-spacing'; exchange them.
8216
8217 * display.texi (Fringes): Rewrite previous change.
8218 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8219 (Display Fringe Bitmaps): Node deleted, text moved.
8220 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8221 (Scroll Bars): Clarify set-window-scroll-bars.
8222 (Pointer Shape): Rewrite.
8223 (Specified Space): Clarify :align-to, etc.
8224 (Pixel Specification): Use @var. Clarify new text.
8225 (Other Display Specs): Clarify `slice'.
8226 (Image Descriptors): Cleanups.
8227 (Showing Images): Cleanups.
8228
82292004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8230
8231 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8232
8233 * modes.texi: Various minor changes in addition to:
8234 (Major Mode Conventions): Final call to `run-mode-hooks' should
8235 not be inside the `delay-mode-hooks' form.
8236 (Mode Hooks): New node.
8237 (Hooks): Delete obsolete example.
8238 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8239 node "Mode Hooks".
8240
82412004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8242
8243 * display.texi: Correct various typos.
8244 (Display): Rename node "Pointer Shapes" to "Pointer
8245 Shape". (There is already a node called "Pointer Shapes" in
8246 frames.texi.)
8247 (Images): Remove non-existent node "Image Slices" from menu.
8248
82492004-09-23 Kim F. Storm <storm@cua.dk>
8250
8251 * text.texi (Special Properties): Add `cursor', `pointer',
8252 `line-height', and `line-spacing' properties.
8253
8254 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8255 Shapes' to menu.
8256 (Standard Faces): Doc fix for fringe face.
8257 (Fringes): Add `overflow-newline-into-fringe' and
8258 'indicate-buffer-boundaries'.
8259 (Fringe Bitmaps, Pointer Shapes): New nodes.
8260 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8261 Bitmaps' to menu.
8262 (Specified Space): Describe pixel width and height.
8263 (Pixel Specification): New node.
8264 (Other Display Specs): Add `slice' property.
8265 (Display Fringe Bitmaps): New node.
8266 (Images): Add 'Image Slices' to menu.
8267 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8268 (Showing Images): Add slice arg to `insert-image'.
8269 Add 'insert-sliced-image'.
b8d4c8d0
GM
8270
82712004-09-20 Richard M. Stallman <rms@gnu.org>
8272
8273 * commands.texi (Key Sequence Input):
8274 Clarify downcasing in read-key-sequence.
8275
82762004-09-08 Juri Linkov <juri@jurta.org>
8277
8278 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8279
82802004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8281
5dcb4c4e
SM
8282 * locals.texi (Standard Buffer-Local Variables):
8283 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8284 * internals.texi (Buffer Internals): Describe new
8285 auto_save_file_format field of the buffer structure.
8286 * files.texi (Format Conversion): `auto-save-file-format' has been
8287 renamed `buffer-auto-save-file-format'.
8288
82892004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8290
8291 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8292 an integer or a marker.
8293 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8294
82952004-08-22 Richard M. Stallman <rms@gnu.org>
8296
8297 * modes.texi (Major Mode Conventions): Discuss rebinding of
8298 standard key bindings.
8299
83002004-08-18 Kim F. Storm <storm@cua.dk>
8301
8302 * processes.texi (Accepting Output): Add `just-this-one' arg to
8303 `accept-process-output'.
8304 (Output from Processes): New var `process-adaptive-read-buffering'.
8305
83062004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8307
8308 * keymaps.texi: Various changes in addition to:
8309 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8310 Give more varied examples for `kbd'.
8311 (Creating Keymaps): Char tables have slots for all characters
8312 without modifiers.
8313 (Active Keymaps): `overriding-local-map' and
8314 `overriding-terminal-local-map' also override text property and
8315 overlay keymaps.
8316 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8317 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8318 to denote a prefix of no events.
8319 `map-keymap' includes parent's bindings _recursively_.
8320 Clarify and correct description of `where-is-internal'.
8321 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8322 (Menu Example): For menus intended for use with the keyboard, the
8323 menu items should be bound to characters or real function keys.
8324
83252004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8326
8327 * objects.texi (Character Type): Reposition `@anchor' to prevent
8328 double space inside sentence in Info.
8329
8330 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8331 renamed to `disabled-command-function'.
8332 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8333 (Command Loop Info): Replace reference to it.
8334 (Disabling Commands): `disabled-command-hook' has been renamed to
8335 `disabled-command-function'.
8336
83372004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8338
8339 * os.texi (Translating Input): Only non-prefix bindings in
8340 `key-translation-map' override actual key bindings. Warn about
8341 possible indirect effect of actual key bindings on non-prefix
8342 bindings in `key-translation-map'.
8343
83442004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8345
8346 * minibuf.texi (High-Level Completion): Add anchor for definition
8347 of `read-variable'.
8348
8349 * commands.texi: Various changes in addition to:
8350 (Using Interactive): Clarify description of `interactive-form'.
8351 (Interactive Call): Mention default for KEYS argument to
8352 `call-interactively'.
8353 (Command Loop Info): Clarify description of `this-command-keys'.
8354 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8355 Value of `last-event-frame' can be `macro'.
8356 (Repeat Events): `double-click-fuzz' is also used to distinguish
8357 clicks and drags.
8358 (Classifying Events): Clarify descriptions of `event-modifiers'
8359 `event-basic-type' and `event-convert-list'.
8360 (Accessing Events): `posn-timestamp' takes POSITION argument.
8361 (Quoted Character Input): Clarify description of
8362 `read-quoted-char' and fix example.
8363 (Quitting): Add `with-local-quit'.
8364 (Disabling Commands): Correct and clarify descriptions of
8365 `enable-command' and `disable-command'.
8366 Mention what happens if `disabled-command-hook' is nil.
8367 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8368 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8369
83702004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8371
8372 * frames.texi: Various changes in addition to:
8373 (Creating Frames): Expand and clarify description of `make-frame'.
8374 (Window Frame Parameters): Either none or both of the `icon-left'
8375 and `icon-top' parameters must be specified. Put descriptions of
8376 `menu-bar-lines' and `toolbar-lines' closer together and change
8377 them accordingly.
8378 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8379 except while processing `frame-title-format' or `icon-title-format'.
8380 (Deleting Frames): Correct description of `delete-frame'.
8381 Non-nil return values of `frame-live-p' are like those of `framep'.
8382 (Frames and Windows): Mention return value of
8383 `set-frame-selected-window'.
8384 (Visibility of Frames): Mention `force' argument to
8385 `make-frame-invisible'. `frame-visible-p' returns t for all
8386 frames on text-only terminals.
8387 (Frame Configurations): Restoring a frame configuration does not
8388 restore deleted frames.
8389 (Window System Selections): `x-set-selection' returns DATA.
8390 (Resources): Add example.
8391 (Display Feature Testing): Clarify descriptions of
8392 `display-pixel-height', `display-pixel-width', `x-server-version'
8393 and `x-server-vendor'.
8394
8395 * windows.texi (Choosing Window): Add anchor.
8396 * minibuf.texi (Minibuffer Misc): Add anchor.
8397
83982004-07-23 John Paul Wallington <jpw@gnu.org>
8399
8400 * macros.texi (Defining Macros): Declaration keyword for setting
8401 Edebug spec is `debug' not `edebug'.
8402
84032004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8404
8405 * windows.texi: Various small changes in addition to:
8406 (Window Point): Mention return value of `set-window-point'.
8407 (Window Start): `pos-visible-in-window-p' disregards horizontal
8408 scrolling. Explain return value if PARTIALLY is non-nil.
8409 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8410 and `set-window-vscroll'.
8411 (Size of Window): The argument WINDOW to `window-inside-edges',
8412 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8413 (Resizing Windows): Explain return value of
8414 `shrink-window-if-larger-than-buffer'.
8415 `window-size-fixed' automatically becomes buffer local when set.
8416 (Window Configurations): Explain return value of
8417 `set-window-configuration'.
8418
8419 * minibuf.texi (Minibuffer Misc): Add anchor for
8420 `minibuffer-scroll-window'.
8421
8422 * positions.texi (Text Lines): Add anchor for `count-lines'.
8423
84242004-07-17 Richard M. Stallman <rms@gnu.org>
8425
8426 * display.texi (Overlay Properties): Adding `evaporate' prop
8427 deletes empty overlay immediately.
8428
8429 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8430 fix example.
8431
84322004-07-16 Jim Blandy <jimb@redhat.com>
8433
8434 * searching.texi (Regexp Backslash): Document new \_< and \_>
8435 operators.
8436
84372004-07-16 Juanma Barranquero <lektu@terra.es>
8438
8439 * display.texi (Images): Fix Texinfo usage.
8440
84412004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8442
8443 * buffers.texi (Modification Time): `visited-file-modtime' now
8444 returns a list of two integers, instead of a cons.
8445
84462004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8447
8448 * windows.texi: Various changes in addition to:
8449 (Splitting Windows): Add `split-window-keep-point'.
8450
84512004-07-09 Richard M. Stallman <rms@gnu.org>
8452
8453 * frames.texi (Input Focus): Minor fix.
8454
84552004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8456
8457 * frames.texi (Input Focus): Clarify descriptions of
8458 `select-frame-set-input-focus' and `select-frame'.
8459
84602004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8461
8462 * os.texi: Various small changes in addition to:
8463 (Killing Emacs): Expand and clarify description of
8464 `kill-emacs-query-functions' and `kill-emacs-hook'.
8465 (System Environment): Expand and clarify description of `getenv'
8466 and `setenv'.
8467 (Timers): Clarify description of `run-at-time'.
8468 (Translating Input): Correct description of
8469 `extra-keyboard-modifiers'.
8470 (Flow Control): Correct description of `enable-flow-control'.
8471
84722004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8473
8474 * os.texi: Update copyright.
8475 (Session Management): Grammar fix.
8476 Clarify which Emacs does the restarting.
8477 Use @samp for *scratch* buffer.
8478
84792004-07-04 Alan Mackenzie <acm@muc.de>
8480
8481 * frames.texi (Input Focus): Add documentation for
8482 `select-frame-set-input-focus'. Replace refs to non-existent
8483 `switch-frame' with `select-frame'. Minor corrections and tidying
8484 up of text-only terminal stuff.
8485
84862004-07-02 Richard M. Stallman <rms@gnu.org>
8487
8488 * files.texi (Saving Buffers): Cleanup write-contents-function.
8489 (Magic File Names): Cleanup file-remote-p.
8490
b344d29d 84912004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8492
8493 * files.texi (Magic File Names): `file-remote-p' returns an
8494 identifier of the remote system, not just t.
8495
84962004-07-02 David Kastrup <dak@gnu.org>
8497
8498 * searching.texi (Entire Match Data): Add explanation about new
8499 match-data behavior when @var{integers} is non-nil.
8500
85012004-06-24 Richard M. Stallman <rms@gnu.org>
8502
8503 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8504
8505 * customize.texi (Variable Definitions): Note about doc strings
8506 and :set.
8507
8508 * keymaps.texi (Keymap Terminology): Document `kbd'.
8509 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8510
8511 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8512 makes it buffer-local.
8513
8514 * files.texi (Saving Buffers): Correct previous change.
8515
8516 * commands.texi (Accessing Events):
8517 Clarify posn-col-row and posn-actual-col-row.
8518
85192004-06-24 David Ponce <david.ponce@wanadoo.fr>
8520
8521 * commands.texi (Accessing Events): New functions
8522 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8523
85242004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8525
8526 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8527 * frames.texi, buffers.texi, backups.texi, variables.texi:
8528 * loading.texi, eval.texi, functions.texi, control.texi:
8529 * symbols.texi, minibuf.texi: Reposition @anchor's.
8530
8531 * help.texi: Various small changes in addition to the following.
8532 (Describing Characters): Describe PREFIX argument to
8533 `key-description'. Correct and clarify definition of
8534 `text-char-description'. Describe NEED-VECTOR argument to
8535 `read-kbd-macro'.
8536 (Help Functions): Clarify definition of `apropos'.
8537
85382004-06-23 Lars Hansen <larsh@math.ku.dk>
8539
8540 * files.texi (Saving Buffers): Correct description of
8541 `write-contents-functions'.
8542
85432004-06-21 Juanma Barranquero <lektu@terra.es>
8544
8545 * display.texi (Images): Remove redundant @vindex directives.
8546 Rewrite `image-library-alist' doc in active voice.
8547
85482004-06-14 Juanma Barranquero <lektu@terra.es>
8549
8550 * display.texi (Images): Document new delayed library loading,
8551 variable `image-library-alist' and (existing but undocumented)
8552 function `image-type-available-p'.
8553
85542004-06-05 Richard M. Stallman <rms@gnu.org>
8555
8556 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8557 refer the user to the Initial Input node.
8558 (Text from Minibuffer): Likewise.
8559 (Initial Input): New node. Document this feature
8560 and say it is mostly deprecated.
8561
85622004-05-30 Richard M. Stallman <rms@gnu.org>
8563
8564 * loading.texi (Named Features): Clarify return value
8565 and meaning of NOERROR.
8566
8567 * variables.texi (File Local Variables): Minor cleanup.
8568
85692004-05-30 Michael Albinus <michael.albinus@gmx.de>
8570
8571 * files.texi (Magic File Names): Add `file-remote-p' as operation
8572 of file name handlers.
8573
85742004-05-29 Richard M. Stallman <rms@gnu.org>
8575
8576 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8577 as arg to a minor mode command.
8578
85792004-05-22 Richard M. Stallman <rms@gnu.org>
8580
8581 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8582
8583 * streams.texi (Output Variables): Doc float-output-format.
8584
8585 * searching.texi (Regexp Special): Nested repetition can be infloop.
8586
8587 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8588 real stack overflow.
8589
8590 * compile.texi: Minor cleanups.
8591
85922004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8593
8594 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8595 circular lists.
8596 (List Elements): Explain handling of circular and dotted lists.
8597
85982004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8599
8600 * modes.texi (Search-based Fontification): Fix typo.
8601
86022004-05-10 Juanma Barranquero <lektu@terra.es>
8603
8604 * modes.texi (Mode Line Variables): Fix description of
8605 global-mode-string, which is now after which-func-mode, not the
8606 buffer name.
8607
86082004-05-07 Lars Hansen <larsh@math.ku.dk>
8609
8610 * modes.texi (Desktop Save Mode): Add.
8611 (Modes): Add menu entry Desktop Save Mode.
8612
8613 * hooks.texi: Add desktop-after-read-hook,
8614 desktop-no-desktop-file-hook and desktop-save-hook.
8615
8616 * locals.texi: Add desktop-save-buffer.
8617
86182004-04-30 Jesper Harder <harder@ifa.au.dk>
8619
8620 * display.texi: emacs -> Emacs.
8621
86222004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8623
8624 * files.texi (Changing Files): Document set-file-times.
8625
86262004-04-23 Juanma Barranquero <lektu@terra.es>
8627
8628 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8629
86302004-04-18 Jesper Harder <harder@ifa.au.dk>
8631
8632 * tips.texi (Coding Conventions): defopt -> defcustom.
8633
86342004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8635
8636 * sequences.texi: Various clarifications.
8637
86382004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8639
8640 * buffers.texi (Read Only Buffers): Mention optional ARG to
8641 `toggle-read-only'.
8642
86432004-04-14 Nick Roberts <nick@nick.uklinux.net>
8644
8645 * windows.texi (Selecting Windows): Note that get-lru-window
8646 returns a full-width window if possible.
8647
86482004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8649
8650 * buffers.texi: Various changes in addition to:
8651 (Buffer File Name): Add `find-buffer-visiting'.
8652 (Buffer Modification): Mention optional ARG to `not-modified'.
8653 (Indirect Buffers): Mention optional CLONE argument to
8654 `make-indirect-buffer'.
8655
8656 * files.texi: Various changes in addition to:
8657 (Visiting Functions): `find-file-hook' is now a normal hook.
8658 (File Name Expansion): Explain difference between the way that
8659 `expand-file-name' and `file-truename' treat `..'.
8660 (Contents of Directories): Mention optional ID-FORMAT argument to
8661 `directory-files-and-attributes'.
8662 (Format Conversion): Mention new optional CONFIRM argument to
8663 `format-write-file'.
8664
86652004-04-12 Miles Bader <miles@gnu.org>
8666
8667 * macros.texi (Expansion): Add description of `macroexpand-all'.
8668
86692004-04-05 Jesper Harder <harder@ifa.au.dk>
8670
5dcb4c4e
SM
8671 * variables.texi (Variable Aliases):
8672 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8673
8674 * errors.texi (Standard Errors): Ditto.
8675
86762004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8677
8678 * backups.texi: Various small changes in addition to:
8679 (Making Backups): Mention return value of `backup-buffer'.
8680 (Auto-Saving): Mention optional FORCE argument to
8681 `delete-auto-save-file-if-necessary'.
8682 (Reverting): Mention optional PRESERVE-MODES argument to
8683 `revert-buffer'. Correct description of `revert-buffer-function'.
8684
86852004-03-22 Juri Linkov <juri@jurta.org>
8686
8687 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8688 with `Vector Functions'.
8689
8690 * text.texi (Sorting): Add missing quote.
8691
86922004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8693
8694 * intro.texi (Lisp History): Replace xref to `cl' manual with
8695 inforef.
8696
86972004-03-12 Richard M. Stallman <rms@gnu.org>
8698
8699 * intro.texi (Version Info): Add arg to emacs-version.
8700 (Lisp History): Change xref to CL manual.
8701
87022004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8703
8704 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8705 for Partial Completion mode.
8706
87072004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8708
8709 * customize.texi: Fix typo. Remove eol whitespace.
8710
87112004-03-04 Richard M. Stallman <rms@gnu.org>
8712
8713 * processes.texi: Fix typos.
8714
8715 * lists.texi (Building Lists): Minor clarification.
8716
8717 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8718 in make-hash-table.
8719
87202004-02-29 Juanma Barranquero <lektu@terra.es>
8721
8722 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8723 rm, and ignore exit code.
8724
87252004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8726
8727 * display.texi (Defining Faces): Add description for min-colors.
8728 Update example.
8729
87302004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8731
8732 * abbrevs.texi: Various corrections and clarifications in addition
8733 to the following:
8734 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8735
87362004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8737
8738 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8739
87402004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8741
8742 * text.texi: Various small changes in addition to the following:
8743 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8744 to delete-horizontal-space.
8745 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8746 description of yank-handler text property at various places.
8747
8748 * frames.texi (Window System Selections): Add anchor.
8749
8750 * syntax.texi (Syntax Table Functions): Clarify and correct
8751 descriptions of make-syntax-table and copy-syntax-table.
8752 (Motion and Syntax): Clarify SYNTAXES argument to
8753 skip-syntax-forward.
8754 (Parsing Expressions): Mention that the return value of
8755 parse-partial-sexp is currently a list of ten rather than nine
8756 elements.
8757 (Categories): Various corrections and clarifications.
8758
87592004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8760
8761 * markers.texi (Marker Insertion Types): Minor change.
8762
8763 * locals.texi (Standard Buffer-Local Variables):
8764 * commands.texi (Interactive Codes, Using Interactive):
8765 * functions.texi (Related Topics): Fix xrefs.
8766
87672004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8768
8769 * lists.texi (Sets And Lists): Update description of delete-dups.
8770
87712004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8772
8773 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8774
c8763fb6 87752004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8776
8777 * frames.texi (Parameter Access): frame-parameters arg is optional.
8778 modify-frame-parameters handles nil for FRAME.
8779 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8780 are all-or-nothing for certain toolkits.
8781 Mention parameter wait-for-wm.
8782 (Frames and Windows): In frame-first-window and frame-selected-window
8783 the arg is optional.
8784 (Input Focus): In redirect-frame-focus the second arg is optional.
8785 (Window System Selections): Mention selection type CLIPBOARD.
8786 Mention data-type UTF8_STRING.
8787 Mention numbering of cut buffers.
8788 (Resources): Describe x-resource-name.
8789
87902004-02-16 Richard M. Stallman <rms@gnu.org>
8791
8792 * windows.texi (Buffers and Windows): Delete false table
8793 about all-frames.
8794
8795 * syntax.texi (Parsing Expressions): Delete old caveat
8796 about parse-sexp-ignore-comments.
8797
8798 * streams.texi (Output Variables): Add print-quoted.
8799
8800 * lists.texi (Building Lists): Minor cleanup.
8801
8802 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8803
8804 * display.texi (Overlays): Explain overlays use markers.
8805 (Managing Overlays): Explain front-advance and rear-advance
8806 in more detail.
8807
8808 * loading.texi (Unloading): Document unload-feature-special-hooks.
8809 Get rid of fns-NNN.el file.
8810
88112004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8812
8813 * help.texi (Describing Characters): Fix text-char-description
8814 example output.
8815
8816 * edebug.texi (Using Edebug): Fix example.
8817
8818 * debugging.texi (Internals of Debugger): Fix return value.
8819
8820 * files.texi (Changing Files): Fix argname.
8821
8822 * calendar.texi: Fix parens, and default values.
8823
8824 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8825 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8826 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8827
8828 * positions.texi (Text Lines): Don't add -1 in current-line.
8829
88302004-02-16 Richard M. Stallman <rms@gnu.org>
8831
8832 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8833
88342004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8835
8836 * processes.texi (Low-Level Network): Fix a typo.
8837
88382004-02-12 Kim F. Storm <storm@cua.dk>
8839
8840 * display.texi (Fringes): Use consistent wording.
8841 Note that window-fringe's window arg is optional.
8842 (Scroll Bars): Use consistent wording.
8843
88442004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8845
8846 * tips.texi (Comment Tips): Document the new conventions for
8847 commenting out code.
8848
c8763fb6 88492004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8850
5dcb4c4e 8851 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8852
88532004-02-07 Kim F. Storm <storm@cua.dk>
8854
8855 * positions.texi (Text Lines): Add line-number-at-pos.
8856
88572004-02-06 John Paul Wallington <jpw@gnu.org>
8858
8859 * display.texi (Button Properties, Button Buffer Commands):
8860 mouse-2 invokes button, not down-mouse-1.
8861
88622004-02-04 Jason Rumney <jasonr@gnu.org>
8863
8864 * makefile.w32-in: Sync with Makefile.in changes.
8865
88662004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8867
8868 * minibuf.texi (Text from Minibuffer): Various corrections and
8869 clarifications.
8870 (Object from Minibuffer): Correct Lisp description of
8871 read-minibuffer.
8872 (Minibuffer History): Clarify description of cons values for
8873 HISTORY arguments.
5dcb4c4e
SM
8874 (Basic Completion): Various corrections and clarifications.
8875 Add completion-regexp-list.
b8d4c8d0
GM
8876 (Minibuffer Completion): Correct and clarify description of
8877 completing-read.
5dcb4c4e
SM
8878 (Completion Commands): Mention Partial Completion mode.
8879 Various other minor changes.
b8d4c8d0
GM
8880 (High-Level Completion): Various corrections and clarifications.
8881 (Reading File Names): Ditto.
8882 (Minibuffer Misc): Ditto.
8883
88842004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8885
8886 * strings.texi (Text Comparison): assoc-string also matches
8887 elements of alists that are strings instead of conses.
8888 (Formatting Strings): Standardize Texinfo usage. Update index
8889 entries.
8890
88912004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8892
8893 * lists.texi (Sets And Lists): Add delete-dups.
8894
88952004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8896
8897 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8898 special form.
8899 * macros.texi (Defining Macros): Update description of `declare',
8900 which now is a macro.
8901 (Wrong Time): Fix typos.
8902
89032004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8904
8905 * compile.texi (Compilation Functions): Expand descriptions of
8906 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8907 and `batch-byte-compile'. In particular, mention and describe
8908 all optional arguments.
8909 (Disassembly): Correct and clarify the description of `disassemble'.
8910
89112004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8912
8913 * searching.texi: Various small changes in addition to the
8914 following.
8915 (Regexp Example): Adapt to new value of `sentence-end'.
8916 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8917 `words'.
8918 (Search and Replace): Add usage note for `perform-replace'.
8919 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8920 `match-data'.
8921 (Standard Regexps): Update for new values of `paragraph-start'
8922 and `sentence-end'.
8923
89242004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8925
8926 * files.texi (Saving Buffers): Clarify descriptions of
8927 `write-contents-functions' and `before-save-hook'.
8928 Make the defvar's for `before-save-hook' and `after-save-hook'
8929 into defopt's.
8930
89312004-01-07 Kim F. Storm <storm@cua.dk>
8932
8933 * commands.texi (Click Events): Describe new image and
8934 width/height elements of click events.
8935 (Accessing Events): Add posn-string, posn-image, and
8936 posn-object-width-height. Change posn-object to return either
8937 image or string object.
8938
89392004-01-01 Simon Josefsson <jas@extundo.com>
8940
8941 * hooks.texi (Standard Hooks): Add before-save-hook.
8942 * files.texi (Saving Buffers): Likewise.
8943
89442004-01-03 Richard M. Stallman <rms@gnu.org>
8945
8946 * frames.texi (Frames and Windows): Delete frame-root-window.
8947
89482004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8949
8950 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8951
8952 * functions.texi: Various small changes in addition to the
8953 following.
5dcb4c4e
SM
8954 (What Is a Function): `functionp' returns nil for macros.
8955 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8956 (Function Documentation): Add `\' in front of (fn @var{arglist})
8957 and explain why.
8958 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8959 Add anchor.
8960 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8961
89622004-01-01 Miles Bader <miles@gnu.org>
8963
8964 * display.texi (Buttons): New section.
8965
89662003-12-31 Andreas Schwab <schwab@suse.de>
8967
8968 * numbers.texi (Math Functions): sqrt reports a domain-error
8969 error.
8970 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8971
89722003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8973
8974 * tips.texi (Documentation Tips): Update item on hyperlinks in
8975 documentation strings.
8976
8977 * errors.texi (Standard Errors): Various small corrections and
8978 additions.
8979
8980 * control.texi: Various small changes in addition to the
8981 following.
8982 (Signaling Errors): Provide some more details on how `signal'
8983 constructs the error message. Add anchor to the definition of
8984 `signal'.
8985 (Error Symbols): Describe special treatment of `quit'.
8986 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8987 to emphasize that it has to be a single form.
8988
8989 * buffers.texi: Add anchor.
8990
89912003-12-29 Richard M. Stallman <rms@gnu.org>
8992
8993 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8994 (Window Configurations): Add window-configuration-frame.
8995
8996 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8997
8998 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8999 Change arg name in get-char-property.
9000 (Special Properties): Update handling of keymap property.
9001
9002 * strings.texi (Modifying Strings): Add clear-string.
9003 (Text Comparison): Add assoc-string and remove
9004 assoc-ignore-case, assoc-ignore-representation.
9005
9006 * os.texi (Time of Day): Add set-time-zone-rule.
9007
9008 * numbers.texi (Math Functions): asin, acos, log, log10
9009 report domain-error errors.
9010
9011 * nonascii.texi (Converting Representations):
9012 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9013 (Encoding and I/O): Add file-name-coding-system.
9014
9015 * modes.texi (Search-based Fontification): Explain that
9016 face specs are symbols with face names as values.
9017
9018 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9019
9020 * lists.texi (Building Lists): remq moved elsewhere.
9021 (Sets And Lists): remq moved here.
9022 (Association Lists): Refer to assoc-string.
9023
9024 * internals.texi (Garbage Collection): Add memory-use-counts.
9025
9026 * frames.texi (Frames and Windows): Add set-frame-selected-window
9027 and frame-root-window.
9028
9029 * files.texi (Contents of Directories):
9030 Add directory-files-and-attributes.
9031
9032 * display.texi (Refresh Screen): Add force-window-update.
9033 (Invisible Text): Explain about moving point out of invis text.
9034 (Overlay Properties): Add overlay-properties.
9035 (Managing Overlays): Add overlayp.
9036 (GIF Images): Invalid image number displays a hollow box.
9037
9038 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9039 (Killing Buffers): Add buffer-live-p.
9040
90412003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9042
9043 * display.texi (Fringes): Fix typo "set-buffer-window".
9044
90452003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9046
9047 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9048 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9049 Add or change various xrefs and anchors.
9050
9051 * commands.texi: Replace all occurrences of @acronym{CAR} with
9052 @sc{car}, for consistency with the rest of the Elisp manual.
9053 `car' and `cdr' are historically acronyms, but are no longer
9054 widely thought of as such.
9055
9056 * internals.texi (Pure Storage): Mention that `purecopy' does not
9057 copy text properties.
9058 (Object Internals): Now 29 bits are used (in most implementations)
9059 to address Lisp objects.
9060
9061 * variables.texi (Variables with Restricted Values): New node.
9062
9063 * objects.texi (Lisp Data Types): Mention that certain variables
9064 can only take on a restricted set of values and add an xref to
9065 the new node "Variables with Restricted Values".
9066
9067 * eval.texi (Function Indirection): Describe the errors that
9068 `indirect-function' can signal.
9069 (Eval): Clarify the descriptions of `eval-region' and `values'.
9070 Describe `eval-buffer' instead of `eval-current-buffer' and
9071 mention `eval-current-buffer' as an alias for `current-buffer'.
9072 Correct the description and mention all optional arguments.
9073
9074 * nonascii.texi: Various small changes in addition to the
9075 following.
9076 (Converting Representations): Clarify behavior of
9077 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9078 ASCII arguments.
9079 (Character Sets): Document the variable `charset-list' and adapt
9080 the definition of the function `charset-list' accordingly.
9081 (Translation of Characters): Clarify use of generic characters in
9082 `make-translation-table'. Clarify and correct the description of
9083 the use of translation tables in encoding and decoding.
9084 (User-Chosen Coding Systems): Correct and clarify the description
9085 of `select-safe-coding-system'.
9086 (Default Coding Systems): Clarify description of
9087 `file-coding-system-alist'.
9088
90892003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9090
9091 * strings.texi (Text Comparison): Correctly describe when two
9092 strings are `equal'. Combine and clarify descriptions of
9093 `assoc-ignore-case' and `assoc-ignore-representation'.
9094
9095 * objects.texi (Non-ASCII in Strings): Clarify description of
9096 when a string is unibyte or multibyte.
9097 (Bool-Vector Type): Update examples.
9098 (Equality Predicates): Correctly describe when two strings are
9099 `equal'.
9100
91012003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9102
9103 * lists.texi (Building Lists): `append' no longer accepts integer
9104 arguments. Update the description of `number-sequence' to reflect
9105 recent changes.
9106 (Sets And Lists): Describe `member-ignore-case' after `member'.
9107
91082003-11-27 Kim F. Storm <storm@cua.dk>
9109
9110 * commands.texi (Click Events): Click object may be an images.
9111 Describe (dx . dy) element of click positions.
9112 (Accessing Events): Remove duplicate posn-timestamp.
9113 New functions posn-object and posn-object-x-y.
9114
91152003-11-23 Kim F. Storm <storm@cua.dk>
9116
9117 * commands.texi (Click Events): Describe enhancements to event
9118 position lists, including new text-pos and (col . row) items.
9119 Mention left-fringe and right-fringe area events.
9120 (Accessing Events): New functions posn-area and
9121 posn-actual-col-row. Mention posn-timestamp. Mention that
9122 posn-point in non-text area still returns buffer position.
9123 Clarify posn-col-row.
9124
91252003-11-21 Lars Hansen <larsh@math.ku.dk>
9126
9127 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9128 * anti.texi (File Attributes): Describe removed parameter
9129 ID-FORMAT.
9130
91312003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9132
9133 * positions.texi (Positions): Mention that, if a marker is used as
9134 a position, its buffer is ignored.
9135
9136 * markers.texi (Overview of Markers): Mention it here too.
9137
91382003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9139
9140 * numbers.texi (Numeric Conversions): Not just `floor', but also
9141 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9142
91432003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9144
9145 * markers.texi (Creating Markers): Specify insertion type of
9146 created markers. Add xref to `Marker Insertion Types'.
9147 Second argument to `copy-marker' is optional.
9148 (Marker Insertion Types): Mention that most markers are created
9149 with insertion type nil.
9150 (The Mark): Correctly describe when `mark' signals an error.
9151 (The Region): Correctly describe when `region-beginning' and
9152 `region-end' signal an error.
9153
91542003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9155
9156 * hash.texi (Creating Hash): Clarify description of `eql'.
9157 `makehash' is obsolete.
9158 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9159
9160 * positions.texi (Point): Change description of `buffer-end', so
9161 that it is also correct for floating point arguments.
9162 (List Motion): Correct argument lists of `beginning-of-defun' and
9163 `end-of-defun'.
9164 (Excursions): Add xref to `Marker Insertion Types'.
9165 (Narrowing): Argument to `narrow-to-page' is optional.
9166
91672003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9168
9169 * streams.texi (Output Streams): Clarify behavior of point for
9170 marker output streams.
9171
91722003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9173
9174 * variables.texi (Defining Variables): Second argument to
9175 `defconst' is not optional.
9176 (Setting Variables): Mention optional argument APPEND to
9177 `add-to-list'.
9178 (Creating Buffer-Local): Expand description of
9179 `make-variable-buffer-local'.
9180 (Frame-Local Variables): Expand description of
9181 `make-variable-frame-local'.
9182 (Variable Aliases): Correct description of optional argument
9183 DOCSTRING to `defvaralias'. Mention return value of
9184 `defvaralias'.
9185 (File Local Variables): Add xref to `File variables' in Emacs
9186 Manual. Correct description of `hack-local-variables'. Mention
9187 `safe-local-variable' property. Mention optional second argument
9188 to `risky-local-variable-p'.
9189
91902003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9191
9192 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9193
91942003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9195
9196 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9197 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9198 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9199 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9200 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9201 lispref/processes.texi, lispref/searching.texi,
9202 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9203 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9204 @acronym{FOO}.
9205
92062003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9207
9208 * strings.texi (Creating Strings): Argument START to `substring'
9209 can not be `nil'. Expand description of
9210 `substring-no-properties'. Correct description of `split-string',
9211 especially with respect to empty matches. Prevent very bad line
9212 break in definition of `split-string-default-separators'.
9213 (Text Comparison): `string=' and `string<' also accept symbols as
9214 arguments.
9215 (String Conversion): More completely describe argument BASE in
9216 `string-to-number'.
9217 (Formatting Strings): `%s' and `%S' in `format' do require
9218 corresponding object. Clarify behavior of numeric prefix after
9219 `%' in `format'.
9220 (Case Conversion): The argument to `upcase-initials' can be a
9221 character.
9222
92232003-10-27 Kenichi Handa <handa@m17n.org>
9224
9225 * display.texi (Fontsets): Fix texinfo usage.
9226
92272003-10-25 Kenichi Handa <handa@m17n.org>
9228
9229 * display.texi (Fontsets): Add description of the function
9230 set-fontset-font.
9231
92322003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9233
9234 * display.texi (Temporary Displays): Add xref to `Documentation
9235 Tips'.
9236
9237 * functions.texi (Function Safety): Use inforef instead of pxref
9238 for SES.
9239
92402003-10-23 Andreas Schwab <schwab@suse.de>
9241
9242 * Makefile.in (TEX, texinputdir): Don't define.
9243 (TEXI2DVI): Define.
9244 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9245 add $(srcdir)/index.texi.
9246 ($(infodir)/elisp): Remove index.texi dependency.
9247 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9248 (index.texi): Remove target.
9249 (dist): Don't link $(srcdir)/permute-index.
9250 (clean): Don't remove index.texi.
9251
9252 * permute-index, index.perm: Remove.
9253 * index.texi: Rename from index.unperm.
9254
92552003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9256
9257 * tips.texi (Documentation Tips): Document new behavior for face
9258 and variable hyperlinks in Help mode.
9259
92602003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9261
9262 * objects.texi (Integer Type): Update for extra bit of integer range.
9263 (Character Type): Ditto.
9264
92652003-10-16 Eli Zaretskii <eliz@gnu.org>
9266
9267 * numbers.texi (Integer Basics): Add index entries for reading
9268 numbers in hex, octal, and binary.
9269
92702003-10-16 Lute Kamstra <lute@gnu.org>
9271
9272 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9273 argument.
9274
92752003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9276
9277 * windows.texi (Choosing Window): Fix typo.
9278 * edebug.texi (Edebug Execution Modes): Fix typo.
9279
92802003-10-13 Richard M. Stallman <rms@gnu.org>
9281
9282 * windows.texi (Basic Windows): A window has fringe settings,
9283 display margins and scroll-bar settings.
9284 (Splitting Windows): Doc split-window return value.
9285 Clean up one-window-p.
9286 (Selecting Windows): Fix typo.
9287 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9288 (Buffers and Windows): In set-window-buffer, explain effect
9289 on fringe settings and scroll bar settings.
9290 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9291 (Choosing Window): Use defopt for pop-up-frame-function.
9292 For special-display-buffer-names, explain same-window and same-frame.
9293 Clarify window-dedicated-p return value.
9294 (Textual Scrolling): scroll-up and scroll-down can get an error.
9295 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9296 Clarify set-window-hscroll.
9297 (Size of Window): Don't mention tool bar in window-height.
9298 (Coordinates and Windows): Explain what coordinates-in-window-p
9299 returns for fringes and display margins.
9300 (Window Configurations): Explain saving fringes, etc.
9301
9302 * tips.texi (Library Headers): Clean up Documentation.
9303
9304 * syntax.texi (Parsing Expressions): Clean up forward-comment
9305 and parse-sexp-lookup-properties.
9306
9307 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9308
9309 * os.texi (System Environment): Clean up text for load-average errors.
9310
9311 * modes.texi (Hooks): Don't explain local hook details at front.
9312 Clarify run-hooks and run-hook-with-args a little.
9313 Clean up add-hook and remove-hook.
9314
9315 * edebug.texi (Edebug Execution Modes): Clarify t.
9316 Document edebug-sit-for-seconds.
9317 (Coverage Testing): Document C-x X = and =.
9318 (Instrumenting Macro Calls): Fix typo.
9319 (Specification List): Don't index the specification keywords.
9320
93212003-10-10 Kim F. Storm <storm@cua.dk>
9322
9323 * processes.texi (Network): Introduce make-network-process.
9324
93252003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9326
9327 * tips.texi (Library Headers): Fix typo.
9328
93292003-10-07 Juri Linkov <juri@jurta.org>
9330
9331 * modes.texi (Imenu): Mention imenu-create-index-function's
9332 default value. Explain submenus better.
9333
93342003-10-07 Lute Kamstra <lute@gnu.org>
9335
9336 * modes.texi (Faces for Font Lock): Fix typo.
9337 (Hooks): Explain how buffer-local hook variables can refer to
9338 global hook variables.
9339 Various minor clarifications.
9340
93412003-10-06 Lute Kamstra <lute@gnu.org>
9342
9343 * tips.texi (Coding Conventions): Mention naming conventions for
9344 hooks.
9345
93462003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9347
9348 * loading.texi (Library Search): Correct default value of
9349 load-suffixes.
9350 (Named Features): Fix typo.
9351
93522003-10-05 Richard M. Stallman <rms@gnu.org>
9353
9354 * loading.texi (Named Features): In `provide',
9355 say how to test for subfeatures.
9356 (Unloading): In unload-feature, use new var name
9357 unload-feature-special-hooks.
9358
93592003-10-03 Lute Kamstra <lute@gnu.org>
9360
9361 * modes.texi (Major Mode Conventions): Mention third way to set up
9362 Imenu.
9363 (Imenu): A number of small fixes.
9364 Delete documentation of internal variable imenu--index-alist.
9365 Document the return value format of imenu-create-index-function
9366 functions.
9367
93682003-09-30 Richard M. Stallman <rms@gnu.org>
9369
9370 * processes.texi (Network): Say what stopped datagram connections do.
9371
9372 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9373
9374 * display.texi (Overlay Properties): Clarify `evaporate' property.
9375
93762003-09-29 Lute Kamstra <lute@gnu.org>
9377
9378 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9379 constructs should be marked as risky.
9380 Change cons cell into proper list.
9381 (Mode Line Variables): Change cons cell into proper list.
9382
93832003-09-26 Lute Kamstra <lute@gnu.org>
9384
9385 * modes.texi (Mode Line Data): Document the :propertize construct.
9386 (Mode Line Variables): Reorder the descriptions of the variables
9387 to match their order in the default mode-line-format.
9388 Describe the new variables mode-line-position and mode-line-modes.
9389 Update the default values of mode-line-frame-identification,
9390 minor-mode-alist, and default-mode-line-format.
9391 (Properties in Mode): Mention the :propertize construct.
9392
93932003-09-26 Richard M. Stallman <rms@gnu.org>
9394
9395 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9396 * loading.texi, minibuf.texi, text.texi, variables.texi:
9397 Avoid @strong{Note:}.
9398
93992003-09-26 Richard M. Stallman <rms@gnu.org>
9400
9401 * keymaps.texi (Remapping Commands): Fix typo.
9402
94032003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9404
9405 * processes.texi (Low-Level Network): Fix typo.
9406
94072003-09-23 Kim F. Storm <storm@cua.dk>
9408
9409 * processes.texi (Network, Network Servers): Fix typos.
9410 (Low-Level Network): Add timeout value for :server keyword.
9411 Add new option keywords to make-network-process.
9412 Add set-network-process-options.
9413 Explain how to test availability of network options.
9414
94152003-09-19 Richard M. Stallman <rms@gnu.org>
9416
9417 * text.texi (Motion by Indent): Arg to
9418 backward-to-indentation and forward-to-indentation is optional.
9419
9420 * strings.texi (Creating Strings): Add substring-no-properties.
9421
9422 * processes.texi
9423 (Process Information): Add list-processes arg QUERY-ONLY.
9424 Delete process-contact from here.
9425 Add new status values for process-status.
9426 Add process-get, process-put, process-plist, set-process-plist.
9427 (Synchronous Processes): Add call-process-shell-command.
9428 (Signals to Processes): signal-process allows process objects.
9429 (Network): Complete rewrite.
9430 (Network Servers, Datagrams, Low-Level Network): New nodes.
9431
9432 * positions.texi (Word Motion): forward-word, backward-word
9433 arg is optional. Reword.
9434
9435 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9436
9437 * variables.texi (Creating Buffer-Local):
9438 Delete duplicate definition of buffer-local-value.
9439 (File Local Variables): Explain about discarding text props.
9440
94412003-09-11 Richard M. Stallman <rms@gnu.org>
9442
9443 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9444 changes variables that record input events.
9445 (Minibuffer Misc): Add minibuffer-selected-window.
9446
9447 * lists.texi (Building Lists): Add copy-tree.
9448
9449 * display.texi (Fontsets): Add char-displayable-p.
9450 (Scroll Bars): New node.
9451
94522003-09-08 Lute Kamstra <lute@gnu.org>
9453
9454 * modes.texi (%-Constructs): Document new `%i' and `%I'
9455 constructs.
9456
94572003-09-03 Peter Runestig <peter@runestig.com>
9458
9459 * makefile.w32-in: New file.
9460
94612003-08-29 Richard M. Stallman <rms@gnu.org>
9462
9463 * display.texi (Overlay Properties): Clarify how priorities
9464 affect use of the properties.
9465
94662003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9467
9468 * customize.texi (Type Keywords): Correct the description of
9469 `:help-echo' in the case where `motion-doc' is a function.
9470
94712003-08-14 John Paul Wallington <jpw@gnu.org>
9472
9473 * modes.texi (Emulating Mode Line): Subsection, not section.
9474
94752003-08-13 Richard M. Stallman <rms@gnu.org>
9476
9477 * elisp.texi (Top): Update subnode lists in menu.
9478
9479 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9480 (Kill Functions): kill-region has new arg yank-handler.
9481 (Yanking): New node.
9482 (Yank Commands): Add yank-undo-function.
9483 (Low-Level Kill Ring):
9484 kill-new and kill-append have new arg yank-handler.
9485 (Changing Properties): Add remove-list-of-text-properties.
9486 (Atomic Changes): New node.
9487
9488 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9489
9490 * streams.texi (Output Variables): Add eval-expression-print-length
9491 and eval-expression-print-level.
9492
9493 * os.texi (Time Conversion): For encode-time, explain limits on year.
9494
9495 * objects.texi (Character Type): Define anchor "modifier bits".
9496
9497 * modes.texi (Emulating Mode Line): New node.
9498 (Search-based Fontification): Font Lock uses font-lock-face property.
9499 (Other Font Lock Variables): Likewise.
9500
9501 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9502 not vectors.
9503 (Active Keymaps): Add emulation-mode-map-alists.
9504 (Functions for Key Lookup): key-binding has new arg no-remap.
9505 (Remapping Commands): New node.
9506 (Scanning Keymaps): where-is-internal has new arg no-remap.
9507 (Tool Bar): Add tool-bar-local-item-from-menu.
9508 Clarify when to use tool-bar-add-item-from-menu.
9509
9510 * commands.texi (Interactive Call): commandp has new arg.
9511 (Command Loop Info): Add this-original-command.
9512
95132003-08-06 John Paul Wallington <jpw@gnu.org>
9514
9515 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9516
9517 * display.texi (Warning Basics): Fix typo.
9518 (Fringes): Add closing curly bracket and fix typo.
9519
9520 * elisp.texi (Top): Fix typo.
9521
95222003-08-05 Richard M. Stallman <rms@gnu.org>
9523
9524 * elisp.texi: Update lists of subnodes.
9525
9526 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9527
9528 * variables.texi (Local Variables): Use lc for example variable names.
9529
9530 * tips.texi (Library Headers): Explain where to put -*-.
9531
9532 * strings.texi (Creating Strings): Fix xref for vconcat.
9533
9534 * sequences.texi (Vector Functions):
9535 vconcat no longer allows integer args.
9536
9537 * minibuf.texi (Reading File Names): read-file-name has new
9538 arg PREDICATE. New function read-directory-name.
9539
c4cc8b9a 9540 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9541 (Indenting Macros): New node.
9542
9543 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9544 (Window Frame Parameters): Make separate table of parameters
9545 that are coupled with specific face attributes.
9546 (Deleting Frames): delete-frame-hooks renamed to
9547 delete-frame-functions.
9548
9549 * files.texi (Magic File Names): Add file-remote-p.
9550 Clarify file-local-copy.
9551
9552 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9553 here; instead xref Defining Macros.
9554
9555 * display.texi (Warnings): New node, and subnodes.
9556 (Fringes): New node.
9557
9558 * debugging.texi (Test Coverage): New node.
9559
9560 * compile.texi (Compiler Errors): Explain with-no-warnings
9561 and other ways to suppress warnings.
9562
9563 * commands.texi (Interactive Call): Minor clarification.
9564
9565 * buffers.texi (Buffer File Name): set-visited-file-name
9566 renames the buffer too.
9567
9568 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9569
95702003-07-24 Markus Rost <rost@math.ohio-state.edu>
9571
9572 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9573
95742003-07-22 Markus Rost <rost@math.ohio-state.edu>
9575
9576 * internals.texi (Garbage Collection): Fix previous change.
9577
95782003-07-22 Richard M. Stallman <rms@gnu.org>
9579
9580 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9581
9582 * display.texi (Width): Use \s syntax in example.
9583 (Font Selection): Add face-font-rescale-alist.
9584
9585 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9586 Remove spurious indent in example.
9587
9588 * lists.texi (Building Lists): Add number-sequence.
9589
9590 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9591
9592 * functions.texi (Function Documentation): Explain how to
9593 show calling convention explicitly in the doc string.
9594
9595 * windows.texi (Selecting Windows): save-selected-window saves
9596 selected window of each frame.
9597 (Window Configurations): Minor change.
9598
9599 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9600
9601 * streams.texi (Output Variables): Add print-continuous-numbering
9602 and print-number-table.
9603
9604 * processes.texi (Decoding Output): New node.
9605
9606 * os.texi (Time Conversion): decode-time arg is optional.
9607
9608 * objects.texi (Character Type): Don't use space as example for \.
9609 Make list of char names and \-sequences correspond.
9610 Explain that \s is not used in strings. `\ ' needs space after.
9611
9612 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9613 (Translation of Characters): Add translation-table-for-input.
9614 (Default Coding Systems): Add auto-coding-functions.
9615 (Explicit Encoding): Add decode-coding-inserted-region.
9616 (Locales): Add locale-info.
9617
9618 * minibuf.texi (Basic Completion): Describe test-completion.
9619 Collections can be lists of strings.
9620 Clean up lazy-completion-table.
9621 (Programmed Completion): Mention test-completion.
9622 Clarify why lambda expressions are not accepted.
9623 (Minibuffer Misc): Describe minibufferp.
9624
96252003-07-14 Richard M. Stallman <rms@gnu.org>
9626
9627 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9628
9629 * windows.texi (Selecting Windows): New arg to select-window.
9630 (Selecting Windows): Add with-selected-window.
9631 (Size of Window): Add window-inside-edges, etc.
9632
9633 * internals.texi (Garbage Collection): Add post-gc-hook.
9634
9635 * processes.texi (Subprocess Creation): Add exec-suffixes.
9636
9637 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9638 (Scanning Keymaps): Add map-keymaps.
9639 (Defining Menus): Add keymap-prompt.
9640
9641 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9642 most-negative-fixnum.
9643
c4cc8b9a 9644 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9645 (Compiler Errors): New node.
9646
9647 * os.texi (User Identification): user-uid, user-real-uid
9648 can return float.
9649
9650 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9651 and about derived modes.
9652 (Minor Modes): Add minor-mode-list.
9653 (Defining Minor Modes): Keyword args for define-minor-mode.
9654 (Search-based Fontification): Explain managing other properties.
9655 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9656 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9657 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9658
9659 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9660 (Variable Aliases): Clarify defvaralias.
9661
9662 * loading.texi (Library Search): Add load-suffixes.
9663
9664 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9665 (Programmed Completion): Add dynamic-completion-table.
9666
9667 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9668 (Magic File Names): Specify precedence order of handlers.
9669
9670 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9671 and post-command-hook.
9672 (Waiting): New calling convention for sit-for.
9673
9674 * text.texi (Special Properties): local-map and keymap properties
9675 apply based on their stickiness.
9676
96772003-07-07 Richard M. Stallman <rms@gnu.org>
9678
9679 * modes.texi (Minor Mode Conventions): Specify only some kinds
9680 of list values as args to minor modes.
9681
9682 * files.texi (File Name Expansion): Warn about iterative use
9683 of substitute-in-file-name.
9684
9685 * advice.texi (Activation of Advice): Clean up previous change.
9686
96872003-07-06 Markus Rost <rost@math.ohio-state.edu>
9688
9689 * advice.texi (Activation of Advice): Note that ad-start-advice is
9690 turned on by default.
9691
96922003-06-30 Richard M. Stallman <rms@gnu.org>
9693
9694 * text.texi (Buffer Contents): Document current-word.
9695 (Change Hooks): Not called for *Messages*.
9696
9697 * functions.texi (Defining Functions): Explain about redefining
9698 primitives.
f4e90db0 9699 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9700 Comment out the detailed criteria for what is safe.
9701
97022003-06-22 Andreas Schwab <schwab@suse.de>
9703
9704 * objects.texi (Symbol Type): Fix description of examples.
9705
97062003-06-16 Andreas Schwab <schwab@suse.de>
9707
9708 * hash.texi (Creating Hash): Fix description of :weakness.
9709
c8763fb6 97102003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9711
9712 * files.texi (Changing Files): copy-file copies file modes, too.
9713
97142003-05-28 Richard M. Stallman <rms@gnu.org>
9715
9716 * strings.texi (Creating Strings): Clarify split-string.
9717
97182003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9719
9720 * strings.texi (Creating Strings): Update split-string specification
9721 and examples.
9722
97232003-05-19 Richard M. Stallman <rms@gnu.org>
9724
9725 * elisp.texi: Correct invariant section names.
9726
97272003-04-20 Richard M. Stallman <rms@gnu.org>
9728
9729 * os.texi (Timers): Explain about timers and quitting.
9730
97312003-04-19 Richard M. Stallman <rms@gnu.org>
9732
9733 * internals.texi (Writing Emacs Primitives): Strings are
9734 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9735 Explain GCPRO convention for varargs function args.
9736
97372003-04-16 Richard M. Stallman <rms@gnu.org>
9738
9739 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9740
97412003-04-08 Richard M. Stallman <rms@gnu.org>
9742
9743 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9744
97452003-02-13 Kim F. Storm <storm@cua.dk>
9746
9747 * objects.texi (Character Type): New \s escape for space.
9748
97492003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9750
5dcb4c4e 9751 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9752
97532003-01-25 Richard M. Stallman <rms@gnu.org>
9754
9755 * keymaps.texi: Document that a symbol can act as a keymap.
9756
97572003-01-13 Richard M. Stallman <rms@gnu.org>
9758
9759 * text.texi (Changing Properties): Say string indices are origin-0.
9760
9761 * positions.texi (Screen Lines) <compute-motion>:
9762 Correct order of elts in return value.
9763
9764 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9765 how to define a default binding.
9766
97672002-12-07 Markus Rost <rost@math.ohio-state.edu>
9768
9769 * loading.texi (Unloading): Fix recent change for load-history.
9770
9771 * customize.texi (Simple Types): Clarify description of custom
9772 type 'number. Describe new custom type 'float.
9773
97742002-12-04 Markus Rost <rost@math.ohio-state.edu>
9775
9776 * variables.texi (File Local Variables): Fix typo.
9777
c8763fb6 97782002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9779
9780 From Michael Albinus <Michael.Albinus@alcatel.de>.
9781
9782 * README: Target for Info file is `make info'.
9783
5dcb4c4e 9784 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9785 `file-name-sans-extension'.
9786 (Magic File Names): Complete list of operations for magic file
9787 name handlers.
9788
97892002-09-16 Jonathan Yavner <jyavner@engineer.com>
9790
9791 * variables.texi (File Local Variables): New function
9792 risky-local-variable-p.
9793
97942002-09-15 Jonathan Yavner <jyavner@engineer.com>
9795
9796 * functions.texi (Function safety): New node about unsafep.
9797
97982002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9799
5dcb4c4e 9800 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9801 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9802
98032002-06-17 Juanma Barranquero <lektu@terra.es>
9804
9805 * frames.texi (Display Feature Testing): Fix typo.
9806
98072002-06-12 Andreas Schwab <schwab@suse.de>
9808
9809 * frames.texi (Initial Parameters, Resources): Fix references to
9810 the Emacs manual.
9811
98122002-05-13 Kim F. Storm <storm@cua.dk>
9813
9814 * variables.texi (Intro to Buffer-Local): Updated warning and
9815 example relating to changing buffer inside let.
9816
c8763fb6 98172002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9818
9819 * os.texi (Session Management): New node about X Session management.
9820
98212002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9822
9823 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9824 to which the manual corresponds, and the copyright years.
9825
9826 * Makefile.in (VERSION): Set to 2.9.
9827
98282001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9829
9830 * elisp.texi: Change the category in @dircategory to "Emacs", to
9831 make it consistent with info/dir.
9832
98332001-11-25 Miles Bader <miles@gnu.org>
9834
9835 * text.texi (Fields): Describe new `limit' arg in
9836 field-beginning/field-end.
9837
98382001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9839
5dcb4c4e
SM
9840 * permute-index: Don't depend on csh-specific features.
9841 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9842
9843 * two-volume-cross-refs.txt: New file.
9844 * two.el: New file.
9845 * spellfile: New file.
9846
98472001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9848
9849 * permute-index: New file.
9850
9851 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9852 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9853 8+3 restricted namespace.
9854
9855 * Makefile.in (infodir): Define relative to $(srcdir).
9856 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9857 include directories list via -I switch to makeinfo.
9858 (index.texi): Use cp if both hard and symbolic links fail.
9859
98602001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9861
9862 * Makefile.in (distclean): Add.
9863
9864 The following changes make ELisp manual part of the Emacs
9865 distribution:
9866
9867 * Makefile.in: Add Copyright notice.
9868 (prefix): Remove.
9869 (infodir): Change value to "../info".
9870 (VPATH): New variable.
9871 (MAKE): Don't define.
9872 (texmacrodir): Don't define.
9873 (texinputdir): Append the existing value of TEXINPUTS.
9874 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9875 command to be compatible with man/Makefile.in, and to put the
9876 output into ../info.
9877 (info): Add target.
9878 (installall): Target removed.
9879
c8763fb6 98802001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9881
9882 * tips.texi (Coding Conventions): Fix typo.
9883
98842001-10-23 Gerd Moellmann <gerd@gnu.org>
9885
9886 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9887
98882001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9889
9890 * files.texi (File Name Components): Update the description of
9891 file-name-sans-extension and file-name-extension, as they now
9892 ignore leading dots.
9893
98942001-10-20 Gerd Moellmann <gerd@gnu.org>
9895
9896 * (Version 21.1 released.)
9897
98982001-10-19 Miles Bader <miles@gnu.org>
9899
9900 * positions.texi (Text Lines): Describe behavior of
9901 `beginning-of-line'/`end-of-line' in the presence of field properties.
9902
99032001-10-17 Gerd Moellmann <gerd@gnu.org>
9904
9905 * Makefile.in (VERSION): Set to 2.8.
9906 (manual): Use `manual-21'.
9907
9908 * elisp.texi (VERSION): Add and use it where the version
9909 number was used. Set it to 2.8.
9910
9911 * intro.texi: Likewise.
9912
99132001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9914
9915 * files.texi (File Name Completion): Document the significance of
9916 a trailing slash in elements of completion-ignored-extensions.
9917
99182001-10-06 Miles Bader <miles@gnu.org>
9919
9920 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9921
99222001-10-04 Gerd Moellmann <gerd@gnu.org>
9923
9924 * variables.texi (Variable Aliases): New node.
9925
99262001-10-04 Gerd Moellmann <gerd@gnu.org>
9927
9928 * Branch for 21.1.
9929
99302001-10-02 Miles Bader <miles@gnu.org>
9931
9932 * minibuf.texi (Minibuffer Misc): Add entries for
9933 `minibuffer-contents', `minibuffer-contents-no-properties', and
9934 `delete-minibuffer-contents'.
9935 Correct description for `minibuffer-prompt-end'.
9936
9937 * text.texi (Property Search): Correct descriptions of
9938 `next-char-property-change' and `previous-char-property-change'.
9939 Add entries for `next-single-char-property-change' and
9940 `previous-single-char-property-change'.
9941 Make operand names a bit more consistent.
9942
99432001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9944
9945 * frames.texi (Finding All Frames): Document that next-frame and
9946 previous-frame are local to current terminal.
9947
99482001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9949
9950 * keymaps.texi (Creating Keymaps): Fix the description of the
9951 result of make-keymap.
9952
99532001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9954
9955 * display.texi (Font Lookup, Attribute Functions)
9956 (Image Descriptors): Add cross-references to the definition of
9957 selected frame.
9958
9959 * buffers.texi (The Buffer List): Add cross-references to the
9960 definition of selected frame.
9961
9962 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9963 frame at any given time.
9964 (Multiple Displays, Size and Position): Add a cross-reference to
9965 the definition of the selected frame.
9966
99672001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9968
9969 * strings.texi (String Conversion) <string-to-number>: Document
9970 that a float is returned for integers that are too large.
9971
9972 * frames.texi (Mouse Position): Document mouse-position-function.
9973 (Display Feature Testing): Document display-images-p.
9974 (Window Frame Parameters): Document the cursor-type variable.
9975
9976 * numbers.texi (Integer Basics): Document CL style read syntax for
9977 integers in bases other than 10.
9978
5dcb4c4e
SM
9979 * positions.texi (List Motion):
9980 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9981
9982 * lists.texi (Sets And Lists): Document member-ignore-case.
9983
9984 * internals.texi (Garbage Collection): Document the used and free
9985 strings report.
9986 (Memory Usage): Document strings-consed.
9987
9988 * os.texi (Time of Day): Document float-time.
9989 (Recording Input): Document that clear-this-command-keys clears
9990 the vector to be returned by recent-keys.
9991
9992 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9993 argument keymap can be a list.
9994
9995 * nonascii.texi (User-Chosen Coding Systems)
9996 <select-safe-coding-system>: Document the new argument
9997 accept-default-p and the variable
9998 select-safe-coding-system-accept-default-p. Tell what happens if
9999 buffer-file-coding-system is undecided.
10000 (Default Coding Systems): Document auto-coding-regexp-alist.
10001
10002 * display.texi (The Echo Area) <message>: Document
10003 message-truncate-lines.
10004 (Glyphs): Document that the glyph table is unused on windowed
10005 displays.
10006
10007 * help.texi (Describing Characters) <single-key-description>:
10008 Document the new argument no-angles.
10009 (Accessing Documentation) <documentation-property>: Document that
10010 a non-string property is evaluated.
10011 <documentation>: Document that the function-documentation property
10012 is looked for.
10013
10014 * windows.texi (Selecting Windows): Document some-window.
10015
10016 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10017
10018 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10019 apropos-mode-hook.
10020
10021 * commands.texi (Using Interactive): Document interactive-form.
10022 (Keyboard Macros): Document kbd-macro-termination-hook.
10023 (Command Loop Info): Document that clear-this-command-keys clears
10024 the vector to be returned by recent-keys.
10025
100262001-09-04 Werner LEMBERG <wl@gnu.org>
10027
10028 * Makefile.in (srcdir, texinputdir): New variables.
10029 (srcs, index.texi, install): Use $(srcdir).
10030 (.PHONY): Remove elisp.dvi.
10031 (elisp): Use -I switch for makeinfo.
10032 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10033 (installall, dist): Use $(srcdir).
10034 Fix path to texinfo.tex.
10035 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10036
100372001-08-30 Gerd Moellmann <gerd@gnu.org>
10038
10039 * display.texi (Conditional Display): Adjust to API change.
10040
10041 * configure: New file.
10042
100432001-07-30 Gerd Moellmann <gerd@gnu.org>
10044
10045 * commands.texi (Repeat Events): Add description of
10046 double-click-fuzz.
10047
100482001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10049
10050 * syntax.texi (Syntax Class Table): Add the missing designator for
10051 comment and string fences.
10052 (Syntax Properties): Add a xref to syntax table internals.
10053 (Syntax Table Internals): Document string-to-syntax.
10054
100552001-05-07 Gerd Moellmann <gerd@gnu.org>
10056
10057 * Makefile.in (install): Use install-info command line options
10058 like in Emacs' Makefile.in.
10059
100602000-12-09 Miles Bader <miles@gnu.org>
10061
10062 * windows.texi (Window Start): Update documentation for
10063 `pos-visible-in-window-p'.
10064
100652000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10066
10067 * lists.texi (Building Lists): Add footnote to explain how to add
10068 to the end of a list.
10069
100702000-10-25 Gerd Moellmann <gerd@gnu.org>
10071
10072 * files.texi (Visiting Functions): Typos.
10073
100742000-10-25 Kenichi Handa <handa@etl.go.jp>
10075
10076 * files.texi (Visiting Functions): Return value of
10077 find-file-noselect may be a list of buffers if wildcards are used.
10078
100792000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10080
10081 * display.texi (Defining Faces): Document `graphic' display type
10082 in face specs.
10083
b344d29d 100842000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10085
10086 * hooks.texi (Standard Hooks): Replace obsolete
10087 `after-make-frame-hook' with `after-make-frame-functions'.
10088
10089 * frames.texi (Creating Frames): Ditto.
10090
10091 * variables.texi (Future Local Variables): Ditto.
10092
100932000-10-16 Gerd Moellmann <gerd@gnu.org>
10094
10095 * display.texi (Other Image Types): Add description of :foreground
10096 and :background properties of mono PBM images.
10097
100982000-08-17 Werner LEMBERG <wl@gnu.org>
10099
10100 * .cvsignore: New file.
10101
101022000-01-05 Gerd Moellmann <gerd@gnu.org>
10103
10104 * tindex.pl: New script.
10105
101061999-12-03 Dave Love <fx@gnu.org>
10107
10108 * Makefile.in (MAKEINFO): New parameter.
10109
101101999-09-17 Richard Stallman <rms@gnu.org>
10111
10112 * Makefile.in (srcs): Add hash.texi.
10113 (VERSION): Update to 20.6.
10114
101151999-09-13 Richard Stallman <rms@gnu.org>
10116
10117 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10118
101191998-08-29 Karl Heuer <kwzh@gnu.org>
10120
10121 * configure.in: New file.
10122 * Makefile.in: Renamed from Makefile.
10123 (prefix, infodir): Use value obtained from configure.
10124 (emacslibdir): Obsolete variable deleted.
10125 (dist): Distribute configure.in, configure, Makefile.in.
10126
101271998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10128
10129 * Makefile (INSTALL_INFO): New variable.
10130 (install): Run install-info.
10131
101321998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10133
10134 * Makefile (elisp.dvi): Add missing backslash.
10135
101361998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10137
10138 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10139 Run texindex without `./'. Always run texindex on elisp.tp.
10140 (elisp.tps): Target deleted.
10141
101421998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10143
10144 * Makefile (srcs): Add nonascii.texi and customize.texi.
10145 (dist): Start by deleting `temp'.
10146
101471998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10148
10149 * Makefile (makeinfo, texindex): Targets deleted.
10150 (makeinfo.o, texindex.o): Targets deleted.
10151 (clean, dist): Don't do anything with them or with getopt*.
10152
101531998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10154
10155 * Makefile (SHELL): Defined.
10156
101571998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10158
10159 * Makefile (elisp.tps): New target.
10160 (elisp.dvi): Depend on elisp.tps.
10161
c5602427 101621996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10163
10164 * README: Update phone number.
10165
10166 * Makefile (elisp): Make this be the default target.
10167 Depend on makeinfo.c instead of makeinfo.
10168 (install): Don't depend on elisp.dvi, since we don't install that.
10169 Use mkinstalldirs.
10170 (dist): Add mkinstalldirs.
10171
c5602427 101721995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10173
10174 * Makefile (VERSION): Update version number.
5dcb4c4e 10175 (maintainer-clean): Rename from realclean.
b8d4c8d0 10176
c5602427 101771995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10178
10179 * Makefile (realclean): New target.
10180 (elisp): Remove any old elisp-* files first.
10181
c5602427 101821993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10183
10184 * Makefile (VERSION): New variable.
10185 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10186 Compressed file suffix should be `.gz', not `.z'.
10187
ce058493 101881993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10189
10190 * Makefile (elisp): Depend on makeinfo.
10191
c5602427 101921993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10193
10194 * Makefile (srcs): Add anti.texi.
10195
c5602427 101961993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10197
10198 * Makefile (infodir, prefix): New vars.
10199 (install): Use infodir.
f4e90db0 10200 (emacsinfodir): Delete.
b8d4c8d0 10201
c5602427 102021993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10203
10204 * Makefile (srcs): Add calendar.texi.
10205
10206 * Makefile (dist): Copy texindex.c and makeinfo.c.
10207 Limit elisp-* files to those with one or two digits.
10208
c5602427 102091993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10210
f4e90db0 10211 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10212
c5602427 102131993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10214
10215 * loading.texi (Unloading): define-function changed back to
10216 defalias. It may not stay this way, but at least it's
10217 consistent with the known-good version of the code patch.
10218
c5602427 102191993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10220
10221 * modes.texi (Hooks): Document new optional arg of add-hook.
10222
c5602427 102231993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10224
10225 * variables.texi: Document nil initial value of buffer-local variables.
10226
10227 * tips.texi: Add new section on standard library headers.
10228
c5602427 102291993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10230
10231 * Makefile (srcs): Add frame.texi to the list of sources.
10232
c5602427 102331993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10234
10235 * Makefile (dist): Don't bother excluding autosave files; they'll
10236 never make it into the temp directory anyway, and the hash marks
10237 in the name are problematic for make and the Bourne shell.
10238 (srcs):
10239
c5602427 102401993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10241
10242 * Makefile (dist): Don't include backup files or autosave files in
10243 the distribution tar file.
10244
c5602427 102451991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10246
5dcb4c4e 10247 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10248 (elisp.dvi): Remove erroneous shell comment.
10249 Expect output of permute-index in permuted.fns.
10250 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10251 (clean): Add index.texi to be deleted.
b8d4c8d0 10252
c5602427 102531990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10254
10255 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10256
c5602427 102571990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10258
10259 * files.texi: Noted that completion-ignored-extensions is ignored
10260 when making *Completions*.
10261
3e868ee3 102621990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10263
10264 * Makefile make dist now depends on elisp.dvi, since it tries
10265 to include it in the dist file.
10266
c5602427 102671990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10268
c5602427 10269 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10270
c5602427 102711989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10272
10273 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10274 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10275
c5602427 102761989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10277
10278 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10279 and @error{} are the terms now being used. The files in the
10280 directory have been changed to reflect this.
10281
10282 * All instances of @indentedresultt{} have been changed to
333f9019 10283 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10284
c5602427 102851989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10286
10287 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10288 experimental @indentedresult{}, @indentedexpandsto{} are part of
10289 the texinfo.tex in this directory. These TeX macros are not
10290 stable yet.
10291
c5602427 102921989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10293
10294 * texinfo.tex: Temporarily added
10295 \let\result=\dblarrow
10296 \def\error{{\it ERROR} \longdblarrow}
10297 We need to do this better soon.
10298
c5602427 102991989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10300
10301 * Applied Karl Berry's patches to *.texinfo files, but not to
10302 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10303 new title page format is also not applied, since it requires
10304 texinfo.tex changes.)
10305
10306 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10307 for the Project GNU development environment.
10308
10309;; Local Variables:
c8763fb6 10310;; coding: utf-8
b8d4c8d0
GM
10311;; End:
10312
acaf905b 10313 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10314
10315 This file is part of GNU Emacs.
10316
352c8b4a 10317 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10318 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10319 the Free Software Foundation, either version 3 of the License, or
10320 (at your option) any later version.
b8d4c8d0
GM
10321
10322 GNU Emacs is distributed in the hope that it will be useful,
10323 but WITHOUT ANY WARRANTY; without even the implied warranty of
10324 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10325 GNU General Public License for more details.
10326
10327 You should have received a copy of the GNU General Public License
352c8b4a 10328 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.