Checked picture-xtra.texi
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
8376d7c2
CY
12012-02-19 Chong Yidong <cyd@gnu.org>
2
3 * help.texi (Documentation, Documentation Basics, Help Functions):
4 Minor clarifications.
5 (Accessing Documentation): Clarify what documentation-property is
6 for. Add xref to Keys in Documentation.
7
8 * tips.texi (Documentation Tips): Don't recommend using * in
9 docstrings.
10
11 * macros.texi (Defining Macros):
12 * modes.texi (Derived Modes): Say "documentation string" instead
13 of docstring.
14
82233bea
CY
152012-02-18 Chong Yidong <cyd@gnu.org>
16
17 * modes.texi (Tabulated List Mode): New node.
18 (Basic Major Modes): Add xref to it.
19
20 * processes.texi (Process Information): Mention Process Menu mode.
21
7b926f3f
CY
222012-02-17 Chong Yidong <cyd@gnu.org>
23
24 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
25
0fd2c9a3
GM
262012-02-17 Glenn Morris <rgm@gnu.org>
27
28 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
29
f700caa3
CY
302012-02-16 Chong Yidong <cyd@gnu.org>
31
4230351b
CY
32 * syntax.texi (Syntax Tables, Syntax Descriptors)
33 (Syntax Table Functions): Copyedits.
34 (Syntax Basics): Don't repeat the material in the preceding node.
35 (Syntax Class Table): Use a table.
36 (Syntax Properties): Document syntax-propertize-function and
37 syntax-propertize-extend-region-functions.
38 (Motion via Parsing): Clarify scan-lists. Fix indentation.
39 (Parser State): Update for the new "c" comment style. Fix
40 description of item 7 (comment style).
41
f700caa3
CY
42 * modes.texi (Minor Modes): Update how mode commands should treat
43 arguments now.
44 (Mode Line Basics): Clarify force-mode-line-update.
45 (Mode Line Top): Note that the example is not realistic.
46 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
47 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
48 "mode line construct" instead of "mode line specification".
49 (Syntactic Font Lock): Remove mention of obsolete variable
50 font-lock-syntactic-keywords.
51 (Setting Syntax Properties): Node deleted.
52 (Font Lock Mode): Note that Font Lock mode is a minor mode.
53 (Font Lock Basics): Note that syntactic fontification falls back
54 on `syntax-table'.
55 (Search-based Fontification): Emphasize that font-lock-keywords
56 should not be set directly.
57 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
58 (Syntactic Font Lock): Minor clarifications. Add xref to
59 Syntactic Font Lock node.
f700caa3 60
60236b0d
CY
612012-02-15 Chong Yidong <cyd@gnu.org>
62
63 * minibuf.texi (Basic Completion): Define "completion table".
64 Move completion-in-region to Completion in Buffers node.
65 (Completion Commands): Use "completion table" terminology.
66 (Completion in Buffers): New node.
67
68 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
69 (Setting Hooks): Update minor mode usage example.
70 (Major Mode Conventions): Note that completion-at-point-functions
71 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
72 Remove duplicate tip about auto-mode-alist.
73 (Minor Modes): Rewrite introduction.
74 (Minor Mode Conventions): Copyedits. Don't recommend
75 variable-only minor modes since few minor modes are like that.
60236b0d 76
d7dbb11a
GM
772012-02-15 Glenn Morris <rgm@gnu.org>
78
79 * processes.texi (Network): Document open-network-stream :parameters.
80
3d8badf4
CY
812012-02-14 Chong Yidong <cyd@gnu.org>
82
83 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
84 was removed on 2009-09-10. Update lisp-mode-map example.
85 (Inheritance and Keymaps): Minor clarification.
86 (Searching Keymaps): Remove out-of-place enumeration.
87 (Key Lookup): Remove unnecessary example (one was already given in
88 Format of Keymaps).
89 (Changing Key Bindings): Update suppress-keymap example.
90 (Menu Bar, Tool Bar): Copyedits.
91 (Tool Bar): Update tool-bar-map example.
92
faccede1
CY
932012-02-12 Chong Yidong <cyd@gnu.org>
94
95 * debugging.texi (Debugger Commands): Continuing is now allowed
96 for errors.
97
355cabc6
CY
982012-02-11 Chong Yidong <cyd@gnu.org>
99
d860baa0
CY
100 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
101 Move the list of standard bitmaps there.
102 (Fringe Cursors): Rewrite for clarity.
103 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
104
34106abe
CY
105 * commands.texi (Command Overview): Mention read-key.
106 (Using Interactive, Interactive Call): Minor clarifications.
107 (Function Keys, Click Events): Avoid "input stream" terminology.
108 (Click Events): Add xref to Window Sizes and Accessing Mouse.
109 Clarify column and row components.
110 (Accessing Mouse): Add xref to Click Events. Minor fixes.
111 (Special Events): Copyedits.
112
113 * streams.texi (Input Streams): De-document get-file-char.
114 (Output Variables): Don't refer to old backquote syntax.
115
355cabc6
CY
116 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
117 (Error Debugging): Note that debug-ignored-errors overrides list
118 values of debug-on-error too. Add xref to Signaling Errors. Note
119 that debug-on-signal is not customizable. Mention
120 condition-case-unless-debug.
121 (Compilation Errors): Node deleted.
122
123 * compile.texi (Compiler Errors): Move a paragraph here from
124 deleted node Compilation Errors.
125
1be3ca5a
LL
1262012-02-10 Leo Liu <sdl.web@gmail.com>
127
128 * control.texi (Handling Errors): Change condition-case-no-debug
129 to condition-case-unless-debug.
130
25dec365
CY
1312012-02-10 Chong Yidong <cyd@gnu.org>
132
133 * advice.texi (Defining Advice): Clarify ad-unadvise.
134 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
135 is not abnormal.
136 (Advising Primitives): Node deleted; ad-define-subr-args has been
137 removed.
138
139 * compile.texi (Speed of Byte-Code): Use float-time in example.
140 (Compilation Functions): Note that the log uses Compilation mode.
141 Don't discuss the contents of byte-code function object here.
142 (Compilation Functions): De-document internal function byte-code.
143 (Docs and Compilation): Minor clarifications.
144
145 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
146 Objects.
147
5f5e4ea1
GM
1482012-02-10 Glenn Morris <rgm@gnu.org>
149
150 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
151 Mention secure-hash.
152 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
153
6c1e4b46
CY
1542012-02-10 Chong Yidong <cyd@gnu.org>
155
156 * loading.texi (Loading): Don't emphasize "library" terminology.
157 (Library Search): load-path is not a user option. Mention role of
158 -L option and packages. Improve examples.
159 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
160 obsolete.
161 (Autoload): Minor clarifications.
162
72ca698c
GM
1632012-02-10 Glenn Morris <rgm@gnu.org>
164
b011fbfe
GM
165 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
166
72ca698c
GM
167 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
168
14a1f380
GM
1692012-02-08 Glenn Morris <rgm@gnu.org>
170
171 * loading.texi (Named Features): Update the require example.
172
60d47423
GM
1732012-02-07 Glenn Morris <rgm@gnu.org>
174
175 * modes.texi (Defining Minor Modes):
176 Expand on args of defined minor modes.
177
0992bd9c
CY
1782012-02-07 Chong Yidong <cyd@gnu.org>
179
180 * variables.texi (Creating Buffer-Local): Minor clarification
181 to buffer-local-variables doc (Bug#10715).
182
af008560
GM
1832012-02-07 Glenn Morris <rgm@gnu.org>
184
e80e1825 185 * display.texi (ImageMagick Images): General update.
af008560
GM
186 Move most details of imagemagick-render-type to the variable's doc.
187
866c1d22
GM
1882012-02-06 Glenn Morris <rgm@gnu.org>
189
f7c9199f 190 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
191 (Inheritance and Keymaps):
192 Mention make-composed-keymap and multiple inheritance.
f7c9199f 193
e7bc51d0
GM
194 * modes.texi (Running Hooks): Mention run-hook-wrapped.
195
866c1d22
GM
196 * control.texi (Handling Errors):
197 Mention condition-case-no-debug and with-demoted-errors.
198
03988c98
CY
1992012-02-05 Chong Yidong <cyd@gnu.org>
200
201 * customize.texi (Common Keywords): Minor clarifications.
202 Document custom-unlispify-remove-prefixes.
203 (Variable Definitions): Backquotes in defcustom seem to work fine
204 now. Various other copyedits.
e1161b06
CY
205 (Simple Types): Copyedits. Document color selector.
206 (Composite Types): Copyedits.
207 (Splicing into Lists): Clarifications.
03988c98
CY
208
209 * eval.texi (Backquote): Move from macros.texi.
210
211 * macros.texi (Expansion): Minor clarification.
212 (Backquote): Move node to eval.texi.
213 (Defining Macros): Move an example from Backquote node.
214 (Argument Evaluation): No need to mention Pascal.
215 (Indenting Macros): Add xref to Defining Macros.
216
649f602c
GM
2172012-02-05 Glenn Morris <rgm@gnu.org>
218
219 * debugging.texi (Error Debugging): Mention debug-on-event default.
220
34c99998
GM
2212012-02-04 Glenn Morris <rgm@gnu.org>
222
8f05da42
GM
223 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
224
7aa5aad8
GM
225 * debugging.texi (Error Debugging): Mention debug-on-event.
226 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
227
c7291ad9
GM
228 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
229
34c99998
GM
230 * text.texi (Buffer Contents):
231 Update filter-buffer-substring description.
232
735cc5ca
CY
2332012-02-04 Chong Yidong <cyd@gnu.org>
234
235 * functions.texi (What Is a Function): Add closures. Mention
236 "return value" terminology. Add xref for command-execute. Remove
237 unused "keystroke command" terminology.
238 (Lambda Expressions): Give a different example than in the
239 following subsection. Add xref to Anonymous Functions.
240 (Function Documentation): Remove gratuitous markup.
241 (Function Names): Move introductory text to `What Is a Function'.
242 (Defining Functions): Fix defun argument spec.
243 (Anonymous Functions): Document lambda macro explicitly. Mention
244 effects on lexical binding.
245 (Function Cells): Downplay direct usage of fset.
246 (Closures): New node.
247 (Inline Functions): Remove "open-code" terminology.
248 (Declaring Functions): Minor tweak; .m is not C code.
249
250 * variables.texi (Variables): Don't refer to "global value".
251 (Local Variables, Void Variables): Copyedits.
252 (Lexical Binding): Minor clarification of example.
253 (File Local Variables): Mention :safe and :risky defcustom args.
254 (Lexical Binding): Add xref to Closures node.
255
94bc7984
GM
2562012-02-04 Glenn Morris <rgm@gnu.org>
257
258 * minibuf.texi (High-Level Completion): Updates for read-color.
259
4f5a10ef
GM
2602012-02-03 Glenn Morris <rgm@gnu.org>
261
eea14f31
GM
262 * display.texi (GIF Images): Mention animation.
263 Remove commented-out old example of animation.
264 (Animated Images): New subsection.
265 * elisp.texi (Top):
266 * vol1.texi (Top):
267 * vol2.texi (Top): Add Animated Images menu entry.
268
4f5a10ef
GM
269 * display.texi (Image Formats): Remove oddly specific information
270 on versions of image libraries.
204e728d 271 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 272
12f381b7
GM
2732012-02-02 Glenn Morris <rgm@gnu.org>
274
1b9f60cc
GM
275 * processes.texi (Synchronous Processes):
276 Mention call-process's :file gets overwritten.
277
7e2734bc
GM
278 * commands.texi (Reading One Event):
279 * help.texi (Help Functions): Document read-char-choice.
280
f58b9822
GM
281 * hooks.texi (Standard Hooks):
282 * modes.texi (Keymaps and Minor Modes):
283 * text.texi (Commands for Insertion): Document post-self-insert-hook.
284
285 * hooks.texi (Standard Hooks): Add prog-mode-hook.
286
12f381b7
GM
287 * hooks.texi (Standard Hooks):
288 * modes.texi (Major Mode Conventions, Mode Hooks):
289 Document change-major-mode-after-body-hook.
290
7a9a2fc6
GM
2912012-02-01 Glenn Morris <rgm@gnu.org>
292
293 * modes.texi (Defining Minor Modes):
294 Mention disabling global minor modes on a per-major-mode basis.
295
a037c171
CY
2962012-01-31 Chong Yidong <cyd@gnu.org>
297
298 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
299 (Parser State): Remove unnecessary statement (Bug#10661).
300
301 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
302
56afad3a
GM
3032012-01-31 Glenn Morris <rgm@gnu.org>
304
305 * modes.texi (Defining Minor Modes):
306 Document define-minor-mode's new :variable keyword.
307
0f29fa41
CY
3082012-01-29 Chong Yidong <cyd@gnu.org>
309
837a390a
CY
310 * syntax.texi (Syntax Class Table): Tweak description of newline
311 char syntax (Bug#9619).
312
0f29fa41
CY
313 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
314 description (Bug#10189).
315
182148ee
GM
3162012-01-29 Glenn Morris <rgm@gnu.org>
317
a49ca6b9
GM
318 * files.texi (Changing Files): Document SELinux support.
319
182148ee
GM
320 * windows.texi (Window Sizes): Fix typo.
321
9962192e
CY
3222012-01-28 Chong Yidong <cyd@gnu.org>
323
8c6e1920
CY
324 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
325 doc (Bug#8568).
326
9583ec59
CY
327 * frames.texi (Input Focus): Add NORECORD arg to
328 select-frame-set-input-focus. Clarify its role in select-frame.
329
10256988
CY
330 * text.texi (Transposition): We don't use transpose-region as an
331 internal subroutine (Bug#3249).
332
9962192e
CY
333 * modes.texi (Example Major Modes): Update Lisp example code to
334 current sources. Delete the old non-derived-major-mode example,
335 which has diverged badly from current sources.
336
2aa43abb
GM
3372012-01-27 Glenn Morris <rgm@gnu.org>
338
339 * makefile.w32-in (texinputdir): Fix (presumed) typo.
340 (VERSION, manual): Remove, unused.
341
9f40220d
CY
3422012-01-27 Chong Yidong <cyd@gnu.org>
343
344 * commands.texi (Command Overview): Minor clarification (Bug#10384).
345
acc28cb9
CY
3462012-01-26 Chong Yidong <cyd@gnu.org>
347
348 * searching.texi (String Search): Document negative repeat count
349 (Bug#10507).
350
48da7392
GM
3512012-01-26 Glenn Morris <rgm@gnu.org>
352
353 * variables.texi (Using Lexical Binding):
354 Mention that lexical-binding should be set in the first line.
355
69b0acb9
LI
3562012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
357
358 * macros.texi (Defining Macros): Don't claim that `declare' only
359 affects Edebug and indentation.
360
543757a8
LI
3612012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
362
363 * macros.texi (Defining Macros): Slight `declare' fixup.
364
450e3cae
GM
3652012-01-25 Glenn Morris <rgm@gnu.org>
366
24189ce0 367 * makefile.w32-in (texinputdir):
450e3cae
GM
368 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
369
1021c761
CY
3702012-01-24 Chong Yidong <cyd@gnu.org>
371
372 * variables.texi (Variables, Local Variables, Void Variables):
373 Edit to make the descriptions less specific to dynamic binding.
374 (Local Variables): Default max-specpdl-size is now 1300.
375 (Defining Variables): Edits for lexical scoping. Delete
376 information about starting docstrings with *. De-document
377 user-variable-p.
378 (Tips for Defining): Remove an unimportant discussion of quitting
379 in the middle of a load.
380 (Accessing Variables, Setting Variables): Discuss lexical binding.
381 (Variable Scoping): Rewrite.
382 (Scope, Extent, Impl of Scope): Nodes deleted.
383 (Dynamic Binding): New node, with material from Scope, Extent, and
384 Impl of Scope nodes.
385 (Dynamic Binding Tips): Rename from Using Scoping.
386 (Lexical Binding): Rewrite.
387 (Using Lexical Binding): Rename from Converting to Lexical
388 Binding. Convert to subsection.
389
390 * customize.texi (Variable Definitions): Add custom-variable-p.
391 Move user-variable-p documentation here.
392
31cbea1d
CY
3932012-01-23 Chong Yidong <cyd@gnu.org>
394
395 * strings.texi (Text Comparison): Minor qualification.
396
397 * lists.texi (Cons Cells): Copyedits.
398 (List Elements): Mention push.
399 (List Variables): Mention pop.
400 (Rings): Move to sequences.texi.
401
402 * sequences.texi (Sequence Functions): Don't repeat the
403 introduction already given in the parent.
404 (Vectors): Copyedits.
405 (Rings): Move from lists.texi. Note that this is specific to the
406 ring package.
407
408 * symbols.texi (Definitions, Symbol Components): Mention variable
409 scoping issues.
410 (Plists and Alists): Copyedits.
411
412 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
413 correctness with lexical scoping.
414 (Eval): Copyedits.
415
fead402d
CY
4162012-01-21 Chong Yidong <cyd@gnu.org>
417
418 * intro.texi (A Sample Function Description): Special notation
419 used for macros too.
420
421 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
422 (Symbol Type): Add xref for keyword symbols.
423 (Sequence Type): Clarify differences between sequence types.
424 (Cons Cell Type): Add "linked list" index entry.
425 (Non-ASCII in Strings): Copyedits.
426 (Equality Predicates): Symbols with same name need not be eq.
427
428 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
429 ldexp. Move float-e and float-pi to Math Functions node.
430
61086eb6
GM
4312012-01-21 Glenn Morris <rgm@gnu.org>
432
433 * modes.texi (Auto Major Mode):
434 * variables.texi (File Local Variables):
435 Mention inhibit-local-variables-regexps.
436
34a02f46
MR
4372012-01-19 Martin Rudalics <rudalics@gmx.at>
438
439 * windows.texi (Window Configurations): Rewrite references to
440 persistent window parameters.
441 (Window Parameters): Fix description of persistent window
442 parameters.
443
f5064cae
JB
4442012-01-16 Juanma Barranquero <lekktu@gmail.com>
445
446 * windows.texi (Window Parameters): Use @pxref.
447
6a6ee00d
MR
4482012-01-16 Martin Rudalics <rudalics@gmx.at>
449
450 * windows.texi (Window Configurations, Window Parameters):
451 Describe persistent window parameters.
452
9ca4c014
SM
4532011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
454
455 * variables.texi (Creating Buffer-Local): Warn against misuses of
456 make-variable-buffer-local (bug#10258).
457
d027f83d
LMI
4582012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
459
460 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
461
89bd9ccd
CY
4622012-01-06 Chong Yidong <cyd@gnu.org>
463
464 * variables.texi (Directory Local Variables): Document
465 hack-dir-local-variables-non-file-buffer.
466
c869783d
GM
4672012-01-06 Glenn Morris <rgm@gnu.org>
468
469 * maps.texi (Standard Keymaps): Refer to Info-edit by name
470 rather than by keybinding.
471
2cae5ba4
JB
4722011-12-29 Juanma Barranquero <lekktu@gmail.com>
473
474 * frames.texi (Font and Color Parameters): Add @pxref.
475
43da4d08
DC
4762011-12-29 Daniel Colascione <dan.colascione@gmail.com>
477
478 * frames.texi (Font and Color Parameters):
479 Document w32 font backends (bug#10399).
480
8d80ef01
PE
4812011-12-28 Paul Eggert <eggert@cs.ucla.edu>
482
483 * files.texi (File Attributes, Changing Files):
484 Use a more-natural notation for octal numbers.
485
9022ae07
JB
4862011-12-23 Juanma Barranquero <lekktu@gmail.com>
487
488 * variables.texi (Variables with Restricted Values):
489 Change reference to variable (bug#10354).
490
454592a6
MR
4912011-12-13 Martin Rudalics <rudalics@gmx.at>
492
493 * windows.texi (Splitting Windows): Use t instead of non-nil
494 when describing window-combination-resize.
495
a7cdbfce
SM
4962011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
497
498 * text.texi (Special Properties): Warn against `intangible' properties
499 (bug#10222).
500
a3dcc84e
EZ
5012011-11-26 Eli Zaretskii <eliz@gnu.org>
502
579ebf8f
EZ
503 * display.texi (Truncation):
504 * text.texi (Special Properties): Describe what a stretch-glyph is
505 instead of using that term without explanation. Make the
506 cross-references more accurate.
507
a3dcc84e
EZ
508 * display.texi (Usual Display): Update the description,
509 cross-references, and indexing related to display of control
510 characters and raw bytes.
511
94af99a4
MR
5122011-11-25 Martin Rudalics <rudalics@gmx.at>
513
514 * windows.texi (Splitting Windows): Fix description of
515 window-combination-limit. Suggested by Eli Zaretskii.
516
1c3d7a13
CY
5172011-11-23 Chong Yidong <cyd@gnu.org>
518
519 * windows.texi (Window Sizes): Move window-top-line,
520 window-left-column, and window-*-pixel-edges to Coordinates and
521 Windows node.
522 (Coordinates and Windows): Restore window-edges doc.
523
90151a1e
MR
5242011-11-21 Martin Rudalics <rudalics@gmx.at>
525
a7cdbfce
SM
526 * windows.texi (Windows and Frames, Splitting Windows):
527 Fix typos.
90151a1e 528
a9b9b7f5
CY
5292011-11-21 Chong Yidong <cyd@gnu.org>
530
531 * windows.texi (Splitting Windows): Fix error in documentation of
532 window-combination-limit.
533 (Cyclic Window Ordering): Minor fixes to next-window,
534 one-window-p, and get-lru-window docs. Don't document
535 window-list-1.
536 (Buffers and Windows): Copyedits.
537 (Choosing Window): Document special handling of special-display-*.
538 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
539 Don't document even-window-heights, which is going away.
540 Clarify which options are obeyed by which action functions.
a9b9b7f5 541
f4e90db0
SM
5422011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
545
d2999b1a
MR
5462011-11-20 Martin Rudalics <rudalics@gmx.at>
547
f4e90db0
SM
548 * windows.texi (Resizing Windows, Splitting Windows):
549 Remove term "status" when talking about combination limits.
d2999b1a 550
cd1181db
JB
5512011-11-20 Juanma Barranquero <lekktu@gmail.com>
552
553 * compile.texi (Compiler Errors):
554 * help.texi (Help Functions): Fix typos.
555
7bf54975
CY
5562011-11-19 Chong Yidong <cyd@gnu.org>
557
558 * windows.texi (Splitting Windows): Clarify role of window
559 parameters in split-window. Shorten the example.
f4e90db0
SM
560 (Deleting Windows): Rewrite intro to handle internal windows.
561 Fix delete-windows-on doc.
7bf54975
CY
562 (Selecting Windows): Copyedits.
563
a0c2d0ae
MR
5642011-11-17 Martin Rudalics <rudalics@gmx.at>
565
566 * windows.texi (Resizing Windows, Splitting Windows)
567 (Deleting Windows): Use term window-combination-resize instead
568 of window-splits.
569
b6f67890
MR
5702011-11-16 Martin Rudalics <rudalics@gmx.at>
571
f4e90db0
SM
572 * windows.texi (Resizing Windows, Splitting Windows):
573 Rename occurrences of window-nest to window-combination-limit.
b6f67890 574
0b381c7e
JB
5752011-11-14 Juanma Barranquero <lekktu@gmail.com>
576
577 * intro.texi (Lisp History): Fix typo.
578
89d61221
MR
5792011-11-12 Martin Rudalics <rudalics@gmx.at>
580
f4e90db0
SM
581 * windows.texi (Splitting Windows, Deleting Windows):
582 Remove references to splits status of windows.
89d61221 583
b2621720
GM
5842011-11-10 Glenn Morris <rgm@gnu.org>
585
586 * buffers.texi (Read Only Buffers): Expand a bit on why
587 toggle-read-only should only be used interactively. (Bug#7292)
588
d2ad7ee1
CY
5892011-11-09 Chong Yidong <cyd@gnu.org>
590
591 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 592 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
593 window-inside-absolute-pixel-edges.
594 (Resizing Windows): shrink-window-if-larger-than-buffer works on
595 non-full-width windows.
596
2cffd681
MR
5972011-11-09 Martin Rudalics <rudalics@gmx.at>
598
599 * windows.texi (Resizing Windows): Rewrite documentation of
600 window-resizable.
601
f6f6d7e7
CY
6022011-11-09 Chong Yidong <cyd@gnu.org>
603
604 * windows.texi (Splitting Windows): Simplify example.
605
a79db6e0
CY
6062011-11-08 Chong Yidong <cyd@gnu.org>
607
608 * windows.texi (Window Sizes): Copyedits. Document
609 window-text-height. Remove window-min-height and window-min-width
610 discussion, referring instead to Emacs manual.
611 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
612 (Resizing Windows): Simplify introduction. Don't document
613 enlarge-window, shrink-window, enlarge-window-horizontally, and
614 shrink-window-horizontally; they are no longer preferred for
615 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 616
441950c7
GM
6172011-11-07 Glenn Morris <rgm@gnu.org>
618
619 * windows.texi (Choosing Window): Fix keybinding typo.
620
be7f5545
MR
6212011-11-07 Martin Rudalics <rudalics@gmx.at>
622
623 * windows.texi (Resizing Windows, Splitting Windows)
624 (Window Configurations): Use "child window" instead of
625 "subwindow".
626
291d142b
CY
6272011-11-06 Chong Yidong <cyd@gnu.org>
628
629 * windows.texi (Basic Windows): Clarify various definitions.
630 Treat window-normalize-* as internal; don't document them.
631 (Windows and Frames): Various clarifications, e.g. non-live
632 windows also belong to frames. Fix window-list description.
633 Simplify window nesting example.
f4e90db0
SM
634 (Splitting Windows, Window Configurations):
635 Use split-window-below.
291d142b 636
89bd5ee1
EZ
6372011-11-04 Eli Zaretskii <eliz@gnu.org>
638
639 * windows.texi (Window Sizes): Mention in the doc string that the
640 return values of `window-body-height' and `window-body-width' are
641 in frame's canonical units. (Bug#9949)
642
3d8daefe
MR
6432011-10-30 Martin Rudalics <rudalics@gmx.at>
644
645 * windows.texi (Windows and Frames): Remove "iso-" infix from
646 documentation of window-iso-combined-p.
647
60754666
CY
6482011-10-26 Chong Yidong <cyd@gnu.org>
649
650 * modes.texi (Running Hooks): Document with-wrapper-hook.
651
d366bd53
CY
6522011-10-18 Chong Yidong <cyd@gnu.org>
653
654 * display.texi (Glyphless Chars): New node.
655
50b063c3
CY
6562011-10-13 Chong Yidong <cyd@stupidchicken.com>
657
658 * text.texi (Yanking): Document yank-excluded-properties.
659
660 * package.texi (Packaging Basics): The commentary should say how
661 to begin using the package.
662
c72063fa
MR
6632011-10-11 Martin Rudalics <rudalics@gmx.at>
664
665 * windows.texi (Deleting Windows): Mention which window gets
666 selected when deleting the selected window.
667
d83dc65b
MR
6682011-10-09 Martin Rudalics <rudalics@gmx.at>
669
670 * buffers.texi (The Buffer List): Describe how bury-buffer deals
671 with the selected window.
672 * windows.texi (Buffers and Windows): Reformulate text on how
673 replace-buffer-in-windows deals with a window.
674 (Quitting Windows): Describe how quit-window deals with a
675 standalone frame. Describe new option frame-auto-hide-function.
676
c599682c
GM
6772011-10-08 Glenn Morris <rgm@gnu.org>
678
48bca619
GM
679 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
680
c599682c
GM
681 * positions.texi (Excursions): Update warning message.
682
969aa734
CY
6832011-10-05 Chong Yidong <cyd@stupidchicken.com>
684
f4e90db0
SM
685 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
686 Fix Emacs manual xref (Bug#9675).
969aa734 687
550f41cd
CY
6882011-10-01 Chong Yidong <cyd@stupidchicken.com>
689
690 * windows.texi (Textual Scrolling): Document scroll-up-command,
691 scroll-down-command, scroll-error-top-bottom, and the
692 scroll-command symbol property.
717a1362
CY
693 (Display Action Functions): Fix description of
694 display-buffer-pop-up-window.
550f41cd 695
a239d4e9
JB
6962011-09-28 Juanma Barranquero <lekktu@gmail.com>
697
698 * windows.texi (Splitting Windows): Fix typos.
699
590c056d
MR
7002011-09-25 Martin Rudalics <rudalics@gmx.at>
701
702 * windows.texi (Windows and Frames, Display Action Functions)
703 (Switching Buffers): Fix some typos.
704 (Buffers and Windows): Remove reference to window-auto-delete.
705 Reword description of replace-buffer-in-windows.
706 (Window History): Fix some typos and refer to frame local buffer
707 list.
c419f5cb
MR
708 (Quitting Windows): New node.
709 (Window Configurations): Add descriptions of window-state-get
710 and window-state-put.
711 (Window Parameters): Describe variable ignore-window-parameters.
712 Sketch some window parameters currently in use.
713 * elisp.texi (Top): Update node listing.
590c056d 714
9ec20d36
CY
7152011-09-25 Chong Yidong <cyd@stupidchicken.com>
716
717 * windows.texi (Display Action Functions)
718 (Choosing Window Options): New nodes.
719
0e406a72
CY
7202011-09-24 Chong Yidong <cyd@stupidchicken.com>
721
722 * windows.texi (Window History): New node. Move text here from
723 Buffers and Windows.
724 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
725 don't document display-buffer here; callers changed.
726 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
727 switch-to-buffer-other-frame. Delete duplicate
728 replace-buffer-in-windows doc.
729 (Choosing Window): Document display actions.
730
6bf7006f
EZ
7312011-09-24 Eli Zaretskii <eliz@gnu.org>
732
733 * display.texi (Forcing Redisplay): Update the description of
734 redisplay-dont-pause due to change in the default value.
735
b33b68a3
MR
7362011-09-23 Martin Rudalics <rudalics@gmx.at>
737
738 * frames.texi (Frames and Windows): Move section and rename to
739 Windows and Frames in windows.texi.
740 * windows.texi (Windows): Restructure.
741 (Basic Windows): Rewrite. Explain live and internal windows and
742 normalization functions.
743 (Windows and Frames): Move section here from frames.texi.
744 Describe subwindows, window combinations, window tree, and
745 corresponding functions including window-list here.
746 (Window Sizes): Rename section from Size of Window and move it
747 up in chapter. Describe total and body sizes and the
748 corresponding functions. Explain new semantics of
749 window-min-height/-width.
750 (Resizing Windows): Move section up in chapter. Describe new
751 resize functions.
752 (Splitting Windows): Describe new behavior of split-window,
753 split-window-above-each-other and split-window-side-by-side.
754 Provide examples. Describe window-nest and window-splits
755 options.
756 (Deleting Windows): Minor rewrite.
f4e90db0
SM
757 (Selecting Windows): Minor rewrite.
758 Describe frame-selected-window and set-frame-selected-window here.
759 (Cyclic Window Ordering): Minor rewrite.
760 Describe window-list-1.
b33b68a3
MR
761 (Buffers and Windows): Rewrite. Explain a window's previous and
762 next buffers and the corresponding functions.
c4682d18 763 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
764 * elisp.texi (Top): Update node listings for frames and windows
765 sections.
766
4d3786ac
SM
7672011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
768
769 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
770
713df35b
LMI
7712011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
772
773 * errors.texi (Standard Errors): Remove apparent placeholder text
774 (bug#9491).
775
33ed493b
CY
7762011-09-18 Chong Yidong <cyd@stupidchicken.com>
777
778 * frames.texi (Management Parameters): Fix description of
779 icon-type parameter.
780
b8f0a954
CY
7812011-09-17 Chong Yidong <cyd@stupidchicken.com>
782
783 * tips.texi (Key Binding Conventions): Don't bind a key sequence
784 ending in C-g. Suggested by Edward O'Connor.
785
eddf142c
EZ
7862011-09-17 Eli Zaretskii <eliz@gnu.org>
787
788 * numbers.texi (Integer Basics): Add indexing for
789 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
790
bf1af6c7
DM
7912011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
792
793 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
794
cec2eab8
JB
7952011-09-11 Juanma Barranquero <lekktu@gmail.com>
796
797 * processes.texi (Network Servers): Clarify what the process
798 buffer is used for (bug#9233).
799
51751aa2 8002011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
801
802 * lists.texi (Building Lists): Fix typo.
803
35137ed3
CY
8042011-08-30 Chong Yidong <cyd@stupidchicken.com>
805
806 * display.texi (Basic Faces): New node. Document new faces.
807
808 * modes.texi (Major Mode Conventions): Move some text there.
809 (Mode Help): Remove major-mode var, duplicated in Major Modes.
810
3fd50d5c
CY
8112011-08-29 Chong Yidong <cyd@stupidchicken.com>
812
813 * modes.texi (Basic Major Modes): New node. Callers updated.
814 (Major Modes): Document fundamental-mode and major-mode.
815 (Major Mode Basics): Node deleted; text moved to Major Modes.
816 (Derived Modes): Document derived-mode-p.
817
ddb54206
CY
8182011-08-28 Chong Yidong <cyd@stupidchicken.com>
819
a6326082
CY
820 * files.texi (Changing Files, Create/Delete Dirs): Document new
821 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
822 (Visiting Functions): Remove view-file; it is documented in the
823 Emacs manual.
04e2ce72 824
ddb54206
CY
825 * frames.texi (Layout Parameters): The defaults for the
826 menu-bar-lines and tool-bar-lines parameters depend on the mode.
827
828 * display.texi (Progress): Document spinner functionality.
829
830 * os.texi (Killing Emacs): Note that kill-emacs can be called by
831 operating system signals. Refer to save-buffers-kill-terminal
832 instead of save-buffers-kill-emacs.
833
834 * objects.texi (Symbol Type): Document ## print representation.
835
0c95fcf7
EZ
8362011-08-25 Eli Zaretskii <eliz@gnu.org>
837
838 * display.texi (Specified Space): Mention that `space' specs
839 influence bidi reordering.
840 (Bidirectional Display): Explain how to use `(space . PROPS)' for
841 separating fields with bidirectional content.
842
5980d4c6
EZ
8432011-08-24 Eli Zaretskii <eliz@gnu.org>
844
845 * display.texi (Bidirectional Display): Document return value in
846 buffers that are not bidi-reordered for display, and in unibyte
847 buffers.
848
bca633fb
EZ
8492011-08-23 Eli Zaretskii <eliz@gnu.org>
850
851 * nonascii.texi (Character Properties): Document the values for
852 unassigned codepoints.
853
c094bb0c
EZ
8542011-08-18 Eli Zaretskii <eliz@gnu.org>
855
856 * nonascii.texi (Character Properties): Document use of
857 `bidi-class' and `mirroring' properties as part of reordering.
858 Provide cross-references to "Bidirectional Display".
859
860 * display.texi (Bidirectional Display): Document the pitfalls of
861 concatenating strings with bidirectional content, with possible
f4e90db0
SM
862 solutions. Document bidi-string-mark-left-to-right.
863 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
864 Document use of `bidi-class' and `mirroring' properties as part of
865 reordering.
c094bb0c 866
1ea897d5
EZ
8672011-08-16 Eli Zaretskii <eliz@gnu.org>
868
9adfcd0b
EZ
869 * modes.texi (Major Mode Conventions): Improve the documentation
870 of `mode-class' `special' modes.
871
10862873
EZ
872 * nonascii.texi (Character Properties): Document the `mirroring'
873 property. Add index entries.
874
1ea897d5
EZ
875 * syntax.texi (Categories): Add an example of defining a new
876 category and category table.
877
878 * searching.texi (Regexp Backslash): Document how to display
879 existing categories. Mention the possibility of adding
880 categories, and add an xref to where this is described. Add an
881 index entry.
882
ebb552ed
CY
8832011-08-09 Chong Yidong <cyd@stupidchicken.com>
884
885 * text.texi (Special Properties):
886 * display.texi (Overlay Properties): Note that mouse-face cannot
887 change the text size (Bug#8530).
888
51a714e1
CY
8892011-08-08 Chong Yidong <cyd@stupidchicken.com>
890
891 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
892 using setenv instead.
893
4cc60b9b
EZ
8942011-07-28 Eli Zaretskii <eliz@gnu.org>
895
896 * display.texi (Bidirectional Display): Document the fact that
897 bidi-display-reordering is t by default.
898
5deb92fd
EZ
8992011-07-23 Eli Zaretskii <eliz@gnu.org>
900
901 * display.texi (Bidirectional Display): New section.
902
011b0ad6 9032011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
904 Tim Cross <theophilusx@gmail.com> (tiny change)
905 Glenn Morris <rgm@gnu.org>
011b0ad6 906
67f9b9f8 907 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 908
4baf28e6
AS
9092011-07-15 Andreas Schwab <schwab@linux-m68k.org>
910
911 * help.texi (Keys in Documentation): Revert last change.
912
66249842
LMI
9132011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
914
f863868c
LMI
915 * help.texi (Keys in Documentation): Clarify that \= only quotes
916 the next character, and doesn't affect longer sequences in
917 particular (bug#8935).
918
f4e90db0
SM
919 * debugging.texi (Using Debugger):
920 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 921
0bb23927 9222011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
923
924 * display.texi (Other Display Specs): Document that `left-fringe'
925 and `right-fringe' display specifications are of the "replacing"
926 kind.
927
f2027cdf
LMI
9282011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
929
930 * help.texi (Documentation Basics): Add a link to the Function
931 Documentation node (bug#6580).
932
f987fde4
LMI
9332011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
934
0bc59b25
LMI
935 * keymaps.texi (Menu Bar): Mention :visible and :enable
936 (bug#6344). Text by Drew Adams.
937
63d55f1f
LMI
938 * modes.texi (Running Hooks): Mention buffer-local hook variables
939 (bug#6218).
940
f987fde4
LMI
941 * objects.texi (General Escape Syntax): "a with grave accent" is
942 ?xe0, not ?x8e0 (bug#5259).
943
b7527639
CY
9442011-07-12 Chong Yidong <cyd@stupidchicken.com>
945
946 * display.texi (Face Attributes, Font Selection): Add references
947 to the Fonts node in the Emacs manual (Bug#4178).
948
c830e5ae
CY
9492011-07-12 Chong Yidong <cyd@stupidchicken.com>
950
951 * display.texi (Window Systems): `window-system' is
952 terminal-local.
953
954 * frames.texi (Frame Parameters, Parameter Access): Don't mention
955 frame-local variables.
956
957 * variables.texi (Buffer-Local Variables): Don't mention obsolete
958 frame-local variables.
959 (Frame-Local Variables): Node deleted.
960
961 * elisp.texi (Top): Update node listing.
962
91223e54
LMI
9632011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
964
965 * elisp.texi: Change "inferiors" to "subnodes" in three places
966 (bug#3523).
967
963578d3
CY
9682011-07-11 Chong Yidong <cyd@stupidchicken.com>
969
970 * frames.texi (Window System Selections): Discussion of
971 x-select-enable-clipboard moved to Emacs manual.
972
07151e49
DD
9732011-07-11 Deniz Dogan <deniz@dogan.se>
974
975 * commands.texi (Prefix Command Arguments): Remove excessive
976 apostrophe.
977
7261e1cf
LMI
9782011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
979
ad21a12a
LMI
980 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
981 description is a string (bug#3313).
982
7261e1cf
LMI
983 * frames.texi (Display Feature Testing): Try to explain what all
984 the visual classes mean (bug#3042).
985
568f7b79
LMI
9862011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
987
18d59e29
LMI
988 * modes.texi (Mode Line Variables): Document `mode-line-remote'
989 and `mode-line-client' (bug#2974).
990
568f7b79
LMI
991 * text.texi (Insertion): Clarify marker movements (bug#1651).
992 Text from Drew Adams.
993
54e10184
LMI
9942011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
995
d94d85e9
LMI
996 * text.texi (Special Properties): Clarify the format of `face'
997 (bug#1375).
998
54e10184
LMI
999 * commands.texi (Interactive Call): Add a `call-interactively'
1000 example (bug#1010).
1001
413c488d
LMI
10022011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1003
1004 * functions.texi (Calling Functions): Link to the "Interactive
1005 Call" node (bug#1001).
1006
322b7dab 10072011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1008
3deead93
CY
1009 * customize.texi (Composite Types): Move alist and plist to here
1010 from Simple Types (Bug#7545).
1011
1012 * elisp.texi (Top): Update menu description.
1013
b00d8c1a
CY
1014 * display.texi (Face Attributes): Document negative line widths
1015 (Bug#6113).
1016
d2a6c43b
TR
10172011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1018
1019 * searching.texi (Match Data): Note that match data can be
1020 overwritten by most functions (bug#2499).
1021
c7844a27
LMI
10222011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1023
a9ab721e
LMI
1024 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1025 flags mean (bug#6659).
1026
c7844a27
LMI
1027 * functions.texi (What Is a Function): Document the autoload
1028 object (bug#6496).
1029
f68d76d0
LMI
10302011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1031
8a20ca4c
LMI
1032 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1033 is only used in the Customize user interface (bug#6089).
1034
f68d76d0 1035 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1036 images (bug#7836).
f68d76d0 1037
7018dbe7
EZ
10382011-07-02 Eli Zaretskii <eliz@gnu.org>
1039
1040 * variables.texi (Defining Variables, Void Variables)
1041 (Constant Variables): Fix incorrect usage of @kindex.
1042
36cb87a1
LMI
10432011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1044
28ee97c7
LMI
1045 * variables.texi (Defining Variables): Add an index entry for
1046 `set-variable' (bug#7262).
8d4294e9 1047 (Defining Variables): Use @findex for functions.
28ee97c7 1048
8862ffd5
LMI
1049 * frames.texi (Basic Parameters): Document the `explicit-name'
1050 parameter (bug#6951).
1051
0ec389b9
LMI
1052 * customize.texi (Type Keywords): Clarify that :value provides a
1053 default value for all types (bug#7386).
1054
36cb87a1
LMI
1055 * streams.texi (Output Functions): Document `pp'.
1056
11fdef7d 10572011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1058
1059 * keymaps.texi (Searching Keymaps):
1060 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1061 change. Suggested by Johan Bockgård.
1062
eeafcea7
CY
10632011-06-15 Chong Yidong <cyd@stupidchicken.com>
1064
1065 * text.texi (Special Properties): Clarify role of font-lock-face.
1066
b96e6cde
LMI
10672011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1068
f4e90db0 1069 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1070 to `process-live-p' for consistency with other `-live-p' functions.
1071
be14b9ab
PE
10722011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1073
1074 Document wide integers better.
1075 * files.texi (File Attributes): Document ino_t values better.
2d365993 1076 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1077 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1078 (Bitwise Operations):
001903b5
PE
1079 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1080 to read, and that will port better if 62-bits becomes the default.
1081 Fix or remove incorrect examples.
be14b9ab
PE
1082 * os.texi (Time Conversion): Document time_t values better.
1083
bcd54f83
LMI
10842011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1085
f4e90db0
SM
1086 * processes.texi (Process Information):
1087 Document `process-alive-p'.
bcd54f83 1088
049bcbcb
CY
10892011-05-29 Chong Yidong <cyd@stupidchicken.com>
1090
1091 * help.texi (Accessing Documentation):
1092 * display.texi (Pixel Specification):
1093 * processes.texi (Serial Ports, Serial Ports):
1094 * nonascii.texi (Character Properties, Default Coding Systems):
1095 * text.texi (Changing Properties, Special Properties):
1096 * windows.texi (Window Start and End):
1097 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1098 * keymaps.texi (Searching Keymaps, Tool Bar):
1099 * minibuf.texi (Basic Completion):
1100 * compile.texi (Eval During Compile):
1101 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1102 7x9 paper in printed manual.
1103
1104 * lists.texi (Sets And Lists): Fix misplaced text.
1105
58539c63
CY
11062011-05-29 Chong Yidong <cyd@stupidchicken.com>
1107
1108 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1109 needs to be active (Bug#8350).
1110
6b5681bf
CY
11112011-05-28 Chong Yidong <cyd@stupidchicken.com>
1112
b4d52acc
CY
1113 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1114
6b5681bf
CY
1115 * tips.texi (Coding Conventions): Remove antediluvian filename
1116 limit recommendation (Bug#8538).
1117
e145f188
GM
11182011-05-27 Glenn Morris <rgm@gnu.org>
1119
1120 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1121
eafed945
GM
11222011-05-26 Glenn Morris <rgm@gnu.org>
1123
1124 * variables.texi (File Local Variables):
1125 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1126 Add some more details on what this function does in the other case.
eafed945 1127
bc8410af
GM
11282011-05-19 Glenn Morris <rgm@gnu.org>
1129
1130 * lists.texi (Sets And Lists): Mention cl provides union etc.
1131
35a30759
N
11322011-05-19 Nix <nix@esperi.org.uk>
1133
1134 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1135
1136 * text.texi (Parsing HTML): Update for function name changes.
1137
1138 * syntax.texi (Syntax Flags): Small fix.
1139
1140 * keymaps.texi (Active Keymaps): Typo fix.
1141 (Changing Key Bindings): Grammar fix.
1142
1143 * frames.texi (Minibuffers and Frames): Grammar fix.
1144 (Window System Selections): x-select-enable-clipboard now defaults to t.
1145
1146 * customize.texi (Common Keywords):
1147 * display.texi (Abstract Display):
1148 * modes.texi (Auto-Indentation):
1149 * nonascii.texi (Converting Representations): Typo fixes.
1150
1151 * control.texi (Examples of Catch): Call it "goto" not "go to".
1152
e3934a8a
EZ
11532011-05-14 Eli Zaretskii <eliz@gnu.org>
1154
bc039a3b
EZ
1155 * nonascii.texi (Character Properties): Fix inconsistencies with
1156 implementation.
1157
e3934a8a
EZ
1158 * text.texi (Special Properties): Move @defvar's out of the
1159 @table. (Bug#8652)
1160
e2c94218
GM
11612011-05-12 Glenn Morris <rgm@gnu.org>
1162
1163 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1164
d2fc7e3d 11652011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1166
1167 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1168 (Multiline Font Lock):
1169 * vol2.texi (Top):
1170 * vol1.texi (Top):
1171 * elisp.texi (Top): Update menu accordingly.
1172
d2fc7e3d 11732011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1174
1175 * modes.texi (Region to Fontify): Fix typo.
1176
79b70037
GM
11772011-05-10 Jim Meyering <meyering@redhat.com>
1178
1179 * minibuf.texi: Fix typo "in in -> in".
1180
b08a63cc 11812011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1182
1183 * numbers.texi (Integer Basics): Large integers are treated as floats.
1184
1ef14cb4
LMI
11852011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1186
1187 * processes.texi (Synchronous Processes): Document the (:file
1188 "/file-name") syntax for `call-process'.
1189
4ffd0d6b 11902011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1191
1192 * windows.texi (Choosing Window): Fix typo.
1193
4ffd0d6b 11942011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1195
1196 * frames.texi (Layout Parameters): Note the difference between
1197 querying and setting parameters for left-fringe and right-fringe
1198 (Bug#6930).
1199
fd5a8ae8
SM
12002011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * minibuf.texi (Basic Completion): Be a bit more precise about the
1203 valid kinds of completion tables.
1204 (Programmed Completion): Remove obsolete text about lambda expressions
1205 not being valid completion tables.
1206
c1bcd0d5
CY
12072011-03-19 Chong Yidong <cyd@stupidchicken.com>
1208
1209 * positions.texi (Excursions): Explain the "save-excursion
1210 defeated by set-buffer" warning.
1211
1212 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1213 save-excursion. Suggested by Uday S Reddy.
1214
03408648 12152011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1216
03408648
SM
1217 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1218 (Lexical Binding): New sub-section.
ba83908c 1219
03408648
SM
1220 * eval.texi (Eval): Discourage the use of `eval'.
1221 Document its new `lexical' argument.
6c075cd7 1222
f6d62986
SM
12232011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1224
03408648 1225 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1226 nil any more.
1227
84ea5558 12282011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1229
1230 * strings.texi (String Conversion): Don't mention
1231 string-make-(uni|multi)byte (bug#8262).
1232 * nonascii.texi (Converting Representations): Fix up range.
1233 * keymaps.texi (Key Binding Commands): Update code point, avoid
1234 "unibyte character" and remove mention of unibyte bindings.
1235
62d94509
EZ
12362011-03-10 Eli Zaretskii <eliz@gnu.org>
1237
1238 * modes.texi (Operator Precedence Grammars): Don't use characters
1239 outside ISO-8859-1.
1240
63a329f8
EZ
12412011-03-09 Eli Zaretskii <eliz@gnu.org>
1242
1243 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1244
1245 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1246
6446548e
GM
12472011-03-08 Glenn Morris <rgm@gnu.org>
1248
1249 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1250 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1251 * elisp.texi: Set documentencoding.
6446548e 1252
33383987
JB
12532011-03-07 Chong Yidong <cyd@stupidchicken.com>
1254
1255 * Version 23.3 released.
1256
0b3ceceb
CY
12572011-03-06 Chong Yidong <cyd@stupidchicken.com>
1258
1259 * package.texi: Update index keywords.
1260 (Package Archives): New node contents. Document package-x.el.
1261
78f5433f
JB
12622011-03-06 Juanma Barranquero <lekktu@gmail.com>
1263
1264 * makefile.w32-in (srcs): Add package.texi.
1265
555e9b5c
CY
12662011-03-06 Chong Yidong <cyd@stupidchicken.com>
1267
120d9389
CY
1268 * package.texi (Packaging, Packaging Basics, Simple Packages)
1269 (Multi-file Packages): Expand and clarify.
1270 (Package Archives): Temporary placeholder node.
1271
1272 * elisp.texi (Top): Update node listing.
1273
555e9b5c
CY
1274 * Makefile.in (srcs): Add package.texi.
1275
b59a4335
CY
12762011-03-05 Chong Yidong <cyd@stupidchicken.com>
1277
1278 * processes.texi (Synchronous Processes): Minor clarification
1279 (Bug#8149).
1280
06083aa1
GM
12812011-03-03 Glenn Morris <rgm@gnu.org>
1282
1283 * files.texi (Truenames): Minor clarification. (Bug#2341)
1284
6640b281
GM
12852011-03-01 Glenn Morris <rgm@gnu.org>
1286
1287 * variables.texi (Directory Local Variables):
1288 Mention `(subdirs . nil)' alist element.
1289
2b0c7330 12902011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1291
1292 * variables.texi (Directory Local Variables): Mention the optional
1293 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1294
b923f7a9
CY
12952011-02-27 Chong Yidong <cyd@stupidchicken.com>
1296
1297 * minibuf.texi (Minibuffer History): Clarify discussion of
1298 minibuffer history lists (Bug#8085).
1299
67ab0163 13002011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1301
e979a521
EZ
1302 * elisp.texi: Sync @dircategory with ../../info/dir.
1303
e03b2fd4
EZ
1304 * files.texi (Visiting Functions): Document find-file-literally,
1305 both the command and the variable.
1306
86ec878a
EZ
1307 * variables.texi (Creating Buffer-Local): Explain the meaning of
1308 permanent local variables.
1309
67ab0163
GM
1310 * files.texi (Visiting Functions): Document find-file-literally,
1311 both the command and the variable.
1312
1313 * variables.texi (Creating Buffer-Local): Explain the meaning of
1314 permanent local variables.
1315
13162011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1317
1318 * keymaps.texi (Remapping Commands): Mention how to undo it.
1319
bfcb151a
RT
13202011-02-09 Reuben Thomas <rrt@sc3d.org>
1321
1322 * loading.texi (Hooks for Loading): Remove unnecessary advice
1323 about eval-after-load (Bug#7986).
1324
a41c8660
CY
13252011-02-05 Chong Yidong <cyd@stupidchicken.com>
1326
1327 * commands.texi (Accessing Mouse): Note that a header line is not
1328 included in the row of posn-col-row.
1329
e0dd6837
CY
13302011-02-02 Chong Yidong <cyd@stupidchicken.com>
1331
1332 * modes.texi (Major Mode Conventions): Add face guidelines.
1333 (Faces for Font Lock): List faces in order of prominence.
1334
a4180391
PE
13352011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1336
1337 format-time-string now supports subsecond time stamp resolution
1338 * os.texi (Time Parsing): Document %N.
1339
7427eb97
CY
13402011-01-28 Chong Yidong <cyd@stupidchicken.com>
1341
61db307f
CY
1342 * vol1.texi (Top):
1343 * vol2.texi (Top):
1344 * elisp.texi (Top):
1345 * display.texi (Display Property): Shorten the menu description of
1346 the "Other Display Specs" node (Bug#7816).
1347
7427eb97
CY
1348 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1349 menu item" concept index entries (Bug#7805).
1350
bf3dae7e
EZ
13512011-01-29 Eli Zaretskii <eliz@gnu.org>
1352
1353 * makefile.w32-in (texinfodir): New variable.
1354 (usermanualdir): Remove as redundant with $(emacsdir).
1355 (MAKEINFO): Remove options, leave only program name.
1356 (MAKEINFO_OPTS): New variable.
1357 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1358
06d8ace5 13592011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1360 Richard Kim <emacs18@gmail.com>
1361
1362 * loading.texi (Library Search): Document list-load-path-shadows
1363 (Bug#7757).
1364
06d8ace5 13652011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1366
1367 * searching.texi (Regexp Special): Remove outdated discussion of
1368 character sets (Bug#7780).
1369
28a88153
CY
1370 * frames.texi (Pop-Up Menus): Document where menu title comes
1371 from (Bug#7684).
1372
06d8ace5 13732011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1374
1375 * display.texi (Making Buttons): Mention limitation of text buttons.
1376
a8e1e9ee
WL
13772011-01-23 Werner Lemberg <wl@gnu.org>
1378
1379 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1380 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1381 (ENVADD): New variable to control texi2dvi and texi2pdf.
1382
362b9d48
GM
13832011-01-15 Chong Yidong <cyd@stupidchicken.com>
1384
1385 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1386 Emacs manual.
1387
13882011-01-15 Eli Zaretskii <eliz@gnu.org>
1389
1390 * files.texi (Directory Names): Explain why FROM in
1391 directory-abbrev-alist should begin with \`. (Bug#7777)
1392
3fa173b4
SM
13932011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1394
1395 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1396
7c420169 13972011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1398
1399 * modes.texi (Emulating Mode Line): Fix last change.
1400
7c420169 14012011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1402
1403 * modes.texi (Emulating Mode Line): Update documentation of
1404 format-mode-line according to changes that fixed bug #7587.
1405
80b33766
SM
14062010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1407
1408 * modes.texi (Derived Modes): Mention prog-mode.
1409
1410 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1411 of the key-binding-data cache since we don't use it any more.
1412
f49d1f52 14132010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1414
4bb49a92
EZ
1415 * processes.texi (Shell Arguments):
1416 * strings.texi (Creating Strings): Don't mention "shell commands";
1417 make it explicit that `split-string-and-unquote' and
1418 `combine-and-quote-strings' are mainly for working with arguments
1419 to call-process and start-process.
1420
3c73e30e
EZ
1421 * processes.texi (Shell Arguments): Fix documentation of
1422 `split-string-and-unquote'. Add indexing. (Bug#7563)
1423
f49d1f52 14242010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1425
1426 * modes.texi (Auto-Indentation): New section to document SMIE.
1427 (Major Mode Conventions):
1428 * text.texi (Mode-Specific Indent): Refer to it.
1429
f49d1f52 14302010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1431
1432 * display.texi (Other Display Specs): Document left-fringe and
1433 right-fringe display specs.
1434
f49d1f52 14352010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1436
1437 * backups.texi (Making Backups):
1438 * modes.texi (Example Major Modes): Use recommended coding style.
1439 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1440 define-derived-mode. Mention completion-at-point-functions.
1441
f49d1f52 14422010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1443
5dcb4c4e
SM
1444 * nonascii.texi (Converting Representations):
1445 Document byte-to-string.
e1115396 1446
ec1b9b17
GM
14472010-12-08 Glenn Morris <rgm@gnu.org>
1448
1449 * buffers.texi (Modification Time):
1450 verify-visited-file-modtime now defaults to the current buffer.
1451
07976ae3 14522010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1453
ec1b9b17 1454 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1455
1456 * strings.texi (Creating Strings): Don't mention semi-obsolete
1457 function char-to-string.
1458 (String Conversion): Shorten discussion of semi-obsolete function
1459 string-to-char. Link to Converting Representations.
1460
1461 * objects.texi (Symbol Type):
1462 * text.texi (Near Point):
1463 * help.texi (Help Functions):
1464 * functions.texi (Mapping Functions): Use string instead of
1465 char-to-string in examples.
1466
07976ae3 14672010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1468
1469 * text.texi (Kill Functions, Kill Functions)
1470 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1471 YANK-HANDLER args.
1472
1473 * symbols.texi (Creating Symbols): Using unintern without an
1474 obarray arg is now obsolete.
1475
1476 * numbers.texi (Float Basics): Document float-e and float-pi.
1477
1478 * variables.texi (Defining Variables): Change "pi" example to
1479 "float-pi".
1480
8547874a
EZ
14812010-11-26 Eli Zaretskii <eliz@gnu.org>
1482
1483 * commands.texi (Click Events): Document the values of X, Y and
1484 COL, ROW in the event's position, when the click is on the header
1485 or mode line, on the fringes, or in the margins.
1486
4a47c275 14872010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1488
5b05d75b
EZ
1489 * customize.texi (Composite Types): Lower-case index entry.
1490
5dcb4c4e
SM
1491 * loading.texi (How Programs Do Loading):
1492 Document load-file-name. (Bug#7346)
c7926fe2 1493
4a47c275 14942010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1495
1496 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1497
0eb025fb
EZ
14982010-11-13 Eli Zaretskii <eliz@gnu.org>
1499
1500 * display.texi (Usual Display): Characters with no fonts are not
1501 necessarily displayed as empty boxes.
1502
2699a554 15032010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1504
1505 * maps.texi (Standard Keymaps): Update File menu description.
1506
8289f37b
GM
15072010-10-28 Glenn Morris <rgm@gnu.org>
1508
1509 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1510
5793a7bc 15112010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1512
1513 * display.texi (Window Systems): Deprecate use of window-system as
1514 a predicate.
1515
17284e30
GM
15162010-10-23 Glenn Morris <rgm@gnu.org>
1517
1518 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1519 sorted-doc.
1520
00f113eb
JB
15212010-10-15 Eli Zaretskii <eliz@gnu.org>
1522
1523 * os.texi (Dynamic Libraries): New node, with slightly modified
1524 text deleted from "Image Formats".
1525 (System Interface): Add @menu entry for "Dynamic Libraries".
1526
1527 * display.texi (Image Formats): Remove description of
1528 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1529
07277eb8
GM
15302010-10-12 Glenn Morris <rgm@gnu.org>
1531
1532 * book-spine.texinfo: Rename to book-spine.texi.
1533
c12e4a81
GM
15342010-10-11 Glenn Morris <rgm@gnu.org>
1535
df187c62
GM
1536 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1537
c12e4a81 1538 * Makefile.in (DVIPS): New variable.
234db610
GM
1539 (.PHONY): Add html, ps.
1540 (html, elisp.html, ps, elisp.ps): New targets.
1541 (clean): Delete html, ps files.
1542 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1543
6513b232
EZ
15442010-10-09 Eli Zaretskii <eliz@gnu.org>
1545
1546 * makefile.w32-in (emacsdir): New variable.
1547 (srcs): Add emacsver.texi.
1548 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1549
abd40fb4
GM
15502010-10-09 Glenn Morris <rgm@gnu.org>
1551
c1dc72b3
GM
1552 * Makefile.in (VPATH): Remove.
1553 (infodir): Make it absolute.
1554 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1555
4393405b
GM
1556 * Makefile.in (dist): Anchor regexps.
1557
eef3ab94
GM
1558 * Makefile.in (srcs): Put elisp.texi first.
1559 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1560
aa9db089
GM
1561 * Makefile.in (infoclean): Remove harmless, long-standing error.
1562
abd40fb4
GM
1563 * Makefile.in ($(infodir)): Delete rule.
1564 (mkinfodir): New.
1565 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1566
68db69ed 1567 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1568 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1569
ea274122
GM
15702010-10-09 Glenn Morris <rgm@gnu.org>
1571
f7a31f11
GM
1572 * Makefile.in (emacsdir): New variable.
1573 (MAKEINFO): Add -I $emacsdir.
1574 (dist): Copy emacsver.texi.
b13254e7
GM
1575 (srcs): Add emacsver.texi.
1576
f7a31f11
GM
1577 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1578 Set EMACSVER by including emacsver.texi.
1579
ea274122
GM
1580 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1581
17ca7950
GM
15822010-10-07 Glenn Morris <rgm@gnu.org>
1583
1584 * Makefile.in (version): New, set by configure.
1585 (clean): Delete dist tar file.
1586 (dist): Use version in tar name.
1587
4c83f6e1
GM
15882010-10-06 Glenn Morris <rgm@gnu.org>
1589
1590 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1591 (INSTALL_INFO): Remove unused variable.
1592 (mostlyclean, infoclean, dist): New rules.
1593 (clean): Delete dvi and pdf files.
1594 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1595 ($(infodir)): Add parallel build workaround.
4c83f6e1 1596
0264072d
GM
15972010-10-04 Glenn Morris <rgm@gnu.org>
1598
1599 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1600 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1601 Fix -I typo.
0264072d
GM
1602 (clean): No 'make.out' or 'core' files.
1603 (.PHONY): Declare clean rules.
1604 (maintainer-clean): Delete pdf file. Guard against cd failures.
1605
77f38949
GM
16062010-10-03 Glenn Morris <rgm@gnu.org>
1607
1608 * files.texi (File Name Components): Remove ignored section about
1609 deleted variable directory-sep-char.
1610
178fdd41
MA
16112010-10-03 Michael Albinus <michael.albinus@gmx.de>
1612
1613 * files.texi (Magic File Names): New defopt
1614 remote-file-name-inhibit-cache.
1615
9c524fcb
GM
16162010-10-02 Glenn Morris <rgm@gnu.org>
1617
1618 * os.texi (Killing Emacs): Hook now runs in batch mode.
1619
f816790b
SM
16202010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1621
1622 * text.texi (Special Properties): Clarify when modification-hooks run.
1623
7cf78aac
SM
16242010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * syntax.texi (Syntax Flags): Document new `c' flag.
1627
ca0d44e4
GM
16282010-09-09 Glenn Morris <rgm@gnu.org>
1629
1630 * display.texi (ImageMagick Images): General cleanup.
1631
10999305 16322010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1633
1634 * files.texi (Directory Names): Use \` rather than ^.
1635
45240125
JD
16362010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1637
1638 * text.texi (Low-Level Kill Ring):
1639 * frames.texi (Window System Selections): Remove cut buffer
1640 documentation.
1641
4abe5bf6
EZ
16422010-08-28 Eli Zaretskii <eliz@gnu.org>
1643
1644 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1645 Parameters", where the default fringe width is described.
1646
1647 * frames.texi (Window Frame Parameters, Basic Parameters)
1648 (Position Parameters, Layout Parameters, Management Parameters)
1649 (Cursor Parameters, Font and Color Parameters): Add indexing for
1650 frame parameters. (Bug#6929)
1651
fdc76236
TT
16522010-08-25 Tom Tromey <tromey@redhat.com>
1653
1654 * vol2.texi (Top): Update.
1655 * vol1.texi (Top): Update.
1656 * tips.texi (Library Headers): Mention Package-Version and
1657 Package-Requires.
1658 * package.texi: New file.
1659 * os.texi (System Interface): Update pointers.
1660 * elisp.texi (Top): Link to new nodes. Include package.texi.
1661 * anti.texi (Antinews): Update pointers.
1662
1e5c1c80
EZ
16632010-08-25 Eli Zaretskii <eliz@gnu.org>
1664
1665 * processes.texi (Filter Functions): Fix last change.
1666
78e33835
CY
16672010-08-24 Markus Triska <triska@gmx.at>
1668
1669 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1670 of `buffer-name' in the main text as well as in the example
1671 (Bug#3098).
1672
198a7a97
CY
16732010-08-22 Chong Yidong <cyd@stupidchicken.com>
1674
1675 * nonascii.texi (Text Representations):
1676 * loading.texi (Loading Non-ASCII):
1677 * compile.texi (Byte Compilation): Don't mention obsolete
1678 --unibyte command-line argument.
1679
bc7d7ea6
CY
16802010-08-22 Chong Yidong <cyd@stupidchicken.com>
1681
1682 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1683
b0126eac 16842010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1685
1686 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1687
e8a6cc19
EZ
16882010-08-20 Eli Zaretskii <eliz@gnu.org>
1689
1690 * commands.texi (Misc Events): Add cross-references to where
1691 POSITION of a mouse event is described in detail.
1692
c4e7c63a 16932010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1694
c4e7c63a 1695 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1696
7815fe19 16972010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1698
1699 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1700 Suggested by Štěpán Němec <stepnem@gmail.com>.
1701
7815fe19 17022010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1703
1704 * minibuf.texi (High-Level Completion): Document args of
1705 `read-buffer-function' (bug#5625).
1706
8b2dd508
JD
17072010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1708
1709 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1710
bace45fe
MA
17112010-07-29 Michael Albinus <michael.albinus@gmx.de>
1712
1713 * processes.texi (Process Information): Explain process property
1714 `remote-tty'.
1715
4ce5a4cc
JB
17162010-07-27 Juanma Barranquero <lekktu@gmail.com>
1717
1718 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1719 instead of "\C-\^?" (bug#6334).
1720
1c84bc7a
JB
1721 * text.texi (Special Properties): Fix typo.
1722
b88746ba
EZ
17232010-07-09 Eli Zaretskii <eliz@gnu.org>
1724
1725 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1726 calling sequences, which are now the standard.
1727
51422d6d
CY
17282010-06-24 Chong Yidong <cyd@stupidchicken.com>
1729
1730 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1731
1732 * commands.texi (Command Overview): Mention undo-boundary call.
1733
d24880de
GM
17342010-06-23 Glenn Morris <rgm@gnu.org>
1735
1736 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1737 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1738 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1739 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1740 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1741 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1742 Untabify Texinfo files.
1743
0fc76035
CY
17442010-06-20 Chong Yidong <cyd@stupidchicken.com>
1745
1746 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1747
5338dc0b
CY
17482010-06-19 Chong Yidong <cyd@stupidchicken.com>
1749
a628ad9d 1750 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1751
2c3a3c1d
CY
17522010-06-02 Chong Yidong <cyd@stupidchicken.com>
1753
ba3bf1d9
CY
1754 * searching.texi (Regexp Special): Remove obsolete information
1755 about matching non-ASCII characters, and suggest using char
1756 classes (Bug#6283).
2c3a3c1d 1757
7f4b4249
JB
17582010-05-30 Juanma Barranquero <lekktu@gmail.com>
1759
1760 * minibuf.texi (Basic Completion): Add missing "@end defun".
1761
637821cd
SM
17622010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1763
1764 * minibuf.texi (Basic Completion): Document completion-boundaries.
1765 (Programmed Completion): Document the new fourth method for boundaries.
1766
e13051c3
CY
17672010-05-22 Chong Yidong <cyd@stupidchicken.com>
1768
a628ad9d 1769 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1770
0235128c 17712010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1772
1773 * windows.texi (Textual Scrolling):
1774 * tips.texi (Coding Conventions):
1775 * minibuf.texi (Minibuffer History):
1776 * maps.texi (Standard Keymaps):
1777 * loading.texi (Where Defined):
1778 * edebug.texi (Instrumenting): Fix typos.
1779
0235128c 17802010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1781
c7c32279
CY
1782 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1783
0235128c
SM
1784 * functions.texi (Obsolete Functions):
1785 Document set-advertised-calling-convention.
eb5ed549
CY
1786
1787 * minibuf.texi (Basic Completion): Document completion-in-region.
1788 (Programmed Completion): Document completion-annotate-function.
1789
1790 * commands.texi (Reading One Event): Document read-key.
1791 (Distinguish Interactive): Document KIND arg to
1792 called-interactively-p. Delete obsolete interactive-p.
1793
1794 * elisp.texi (Top): Update node description.
1795
f8848423
EZ
17962010-05-08 Eli Zaretskii <eliz@gnu.org>
1797
0235128c
SM
1798 * nonascii.texi (Character Properties):
1799 Document unicode-category-table. Add an index entry for Unicode
1800 general category.
1801
18022010-05-07 Chong Yidong <cyd@stupidchicken.com>
1803
1804 * Version 23.2 released.
f8848423 1805
938efb77
JB
18062010-04-20 Juanma Barranquero <lekktu@gmail.com>
1807
1808 * locals.texi (Standard Buffer-Local Variables):
1809 Remove @ignore'd reference to `direction-reversed'.
1810
5854c267
JL
18112010-04-14 Juri Linkov <juri@jurta.org>
1812
1813 Fix @deffn without category.
1814
1815 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1816 for `abbrev-insert'.
1817
1818 * buffers.texi (Indirect Buffers): Add category `Command'
1819 to @deffn of `clone-indirect-buffer'.
1820
1821 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1822 for `next-window' and `previous-window'. Add category `Command'
1823 to @deffn of `pop-to-buffer'.
1824
8a14dec7
CY
18252010-04-01 Chong Yidong <cyd@stupidchicken.com>
1826
1827 * nonascii.texi (Text Representations): Don't mark
1828 enable-multibyte-characters as a user option.
1829
7a1831cf
EZ
18302010-03-31 Eli Zaretskii <eliz@gnu.org>
1831
1832 * control.texi (Handling Errors): How to re-throw a signal caught
1833 by condition-case.
1834
c3863713
CY
18352010-03-26 Chong Yidong <cyd@stupidchicken.com>
1836
1837 * loading.texi (Hooks for Loading): Document after-load-functions.
1838 Copyedits.
1839
c333f279
AM
18402010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1841
1842 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1843
e867cb5d 18442010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1845
1846 * processes.texi (Network Processes): Document seqpacket type.
1847
605f35cd
DN
18482010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1849
1850 * os.texi (System Environment): Do not mention lynxos.
1851
288f9fc0
CY
18522010-03-10 Chong Yidong <cyd@stupidchicken.com>
1853
1854 * Branch for 23.2.
1855
eed5c93a
CY
18562010-03-06 Chong Yidong <cyd@stupidchicken.com>
1857
1858 * objects.texi (Integer Type): Take note of the read syntax
1859 exception for numbers that cannot fit in the integer type.
1860
1ddd6622
GM
18612010-03-03 Glenn Morris <rgm@gnu.org>
1862
1863 * numbers.texi (Integer Basics, Bitwise Operations):
1864 * objects.texi (Integer Type): Update for integers now being 30-bit.
1865
a908c79a
CY
18662010-02-27 Chong Yidong <cyd@stupidchicken.com>
1867
1868 * display.texi (Low-Level Font): Document :otf font-spec property.
1869
cd61af01
SM
18702010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 * display.texi (Line Height): Avoid obsolete special default variables
1873 like default-major-mode.
1874
c02f8fe2
AM
18752010-01-28 Alan Mackenzie <acm@muc.de>
1876
1877 * display.texi (Auto Faces): Say fontification-functions is called
1878 whether or not Font Lock is enabled. Tidy up the wording a bit.
1879
d738d18b
CY
18802010-01-17 Chong Yidong <cyd@stupidchicken.com>
1881
1882 * elisp.texi: Remove duplicate edition information (Bug#5407).
1883
4963739e
JB
18842010-01-17 Juanma Barranquero <lekktu@gmail.com>
1885
1886 * two.el (volume-header-toc-markup): Fix typos in docstring.
1887
c57008f6
SM
18882010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1889
1890 Avoid dubious uses of save-excursions.
1891 * positions.texi (Excursions): Recommend the use of
1892 save-current-buffer if applicable.
1893 * text.texi (Clickable Text): Fix the example code which used
1894 save-excursion in a naive way which sometimes preserves point and
1895 sometimes not.
1896 * variables.texi (Creating Buffer-Local):
1897 * os.texi (Session Management):
1898 * display.texi (GIF Images):
1899 * control.texi (Cleanups): Use (save|with)-current-buffer.
1900
2f3725cd
EZ
19012010-01-02 Eli Zaretskii <eliz@gnu.org>
1902
1903 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1904
85eeac93
CY
19052010-01-02 Chong Yidong <cyd@stupidchicken.com>
1906
1907 * nonascii.texi (Text Representations, Character Codes)
1908 (Converting Representations, Explicit Encoding)
1909 (Translation of Characters): Use hex notation consistently.
1910 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1911
4801c5fa
CY
19122010-01-01 Chong Yidong <cyd@stupidchicken.com>
1913
1914 * loading.texi (Where Defined): Make it clearer that these are
1915 loaded files (Bug#5068).
1916
26e533e2
CY
19172009-12-29 Chong Yidong <cyd@stupidchicken.com>
1918
1919 * minibuf.texi (Completion Styles): Document `initials' style.
1920
16d1ff5f
CY
19212009-12-25 Chong Yidong <cyd@stupidchicken.com>
1922
1923 * frames.texi (Resources): Describe inhibit-x-resources.
1924 (Size Parameters): Copyedit.
1925
1926 * hash.texi (Creating Hash):
1927 * objects.texi (Hash Table Type): Document the new hash table
1928 printed representation.
1929
1930 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1931 obsolete.
1932
5dcb4c4e
SM
1933 * processes.texi (Process Buffers):
1934 Document process-kill-buffer-query-function.
16d1ff5f 1935
9a5de3d9
GM
19362009-12-05 Glenn Morris <rgm@gnu.org>
1937
1938 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1939 diary-display-function, and no longer recommended to be a hook.
1940 Update for changes in the names of calendar and diary hooks.
1941 diary-print-entries-hook has changed section.
1942
b640eb52
EZ
19432009-11-28 Eli Zaretskii <eliz@gnu.org>
1944
1945 * text.texi (Special Properties): More accurate description of
1946 what the `cursor' property does.
1947
be1674ab
KR
19482009-11-26 Kevin Ryde <user42@zip.com.au>
1949
1950 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1951 mouse-wheel-down-event, the closest thing to a definition for them.
1952 * os.texi (Startup Summary): vindex inhibit-startup-message and
1953 inhibit-splash-screen.
1954 (Command-Line Arguments): vindex argv.
1955 (Suspending Emacs): vindex suspend-tty-functions and
1956 resume-tty-functions. Don't want to index every hook, but having
1957 the programming ones is helpful.
1958
603f5979
CY
19592009-11-14 Chong Yidong <cyd@stupidchicken.com>
1960
1961 * commands.texi (Motion Events): Fix typo (Bug#4907).
1962
4359a806
CY
19632009-11-08 Chong Yidong <cyd@stupidchicken.com>
1964
1965 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1966 are affected by case-fold-search (Bug#4483).
1967
0f063651
CY
19682009-11-02 Chong Yidong <cyd@stupidchicken.com>
1969
1970 * minibuf.texi (Reading File Names): Note that read-file-name may
1971 use a graphical file dialog.
1972
9bd79893
GM
19732009-10-31 Glenn Morris <rgm@gnu.org>
1974
1975 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1976
ebe479ec
KR
19772009-10-16 Kevin Ryde <user42@zip.com.au>
1978
1979 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1980 in particular so `info-lookup-symbol' can find its docs.
1981
2640fa86
CY
19822009-10-16 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * variables.texi (Constant Variables): Distinguish from defconst
1985 variables.
1986 (Defining Variables): Add cindex.
1987
edd6a733
CY
19882009-10-15 Chong Yidong <cyd@stupidchicken.com>
1989
1990 * os.texi (Time of Day): Clarify that the microsecond part is
1991 ignored (Bug#4637).
1992
5feb0b73
GM
19932009-10-11 Glenn Morris <rgm@gnu.org>
1994
1995 * frames.texi (Size and Position): Clarify what is included in the frame
1996 height. (Bug#4535)
1997
0c5413c8
GM
19982009-10-10 Glenn Morris <rgm@gnu.org>
1999
2000 * windows.texi (Size of Window): The relationship between window and
2001 frame heights is not so simple. (Bug#4535)
2002 Mention window-full-height-p.
2003
7f8b600a
SM
20042009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2005
2006 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2007 used from Lisp.
2008
6185de1c
EZ
20092009-10-07 Eli Zaretskii <eliz@gnu.org>
2010
7f8b600a
SM
2011 * files.texi (Directory Names) <abbreviate-file-name>:
2012 Document that root home directories are not replaced with "~".
6185de1c 2013
9972911f
EZ
20142009-10-06 Eli Zaretskii <eliz@gnu.org>
2015
2016 * text.texi (Special Properties): Document the meaning of the
2017 `cursor' text property whose value is an integer.
2018
2a3f19ef
MA
20192009-10-05 Michael Albinus <michael.albinus@gmx.de>
2020
2021 * files.texi (Magic File Names): Add `copy-directory'.
2022
804543b5
EZ
20232009-10-05 Eli Zaretskii <eliz@gnu.org>
2024
2025 * files.texi (File Attributes): Fix description of file
2026 attributes. (Bug#4638) Update attributes of files.texi example to
2027 be more representative.
2028
461bf92b
MA
20292009-10-05 Michael Albinus <michael.albinus@gmx.de>
2030
2031 * files.texi (Create/Delete Dirs): New command copy-directory.
2032
a86cd395
JB
20332009-10-04 Juanma Barranquero <lekktu@gmail.com>
2034
2035 * anti.texi (Antinews):
2036 * macros.texi (Indenting Macros):
2037 * strings.texi (Creating Strings, Case Conversion):
2038 Remove duplicate words.
2039
d3080264
MA
20402009-10-01 Michael Albinus <michael.albinus@gmx.de>
2041
2042 * files.texi (Create/Delete Dirs): delete-directory has an
2043 optional parameter RECURSIVE.
2044
85d14563
SM
20452009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2046
2047 * buffers.texi (Swapping Text): Minor clarification.
2048
3d9842c6
GM
20492009-10-01 Glenn Morris <rgm@gnu.org>
2050
2051 * functions.texi (Declaring Functions): Mention that we also search for
2052 ".m" files in the src/ directory.
2053
78427304
CY
20542009-09-25 David Engster <deng@randomsample.de>
2055
3d9842c6 2056 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2057
b578c9cc
GM
20582009-09-22 Glenn Morris <rgm@gnu.org>
2059
2060 * internals.texi (Building Emacs): Mention preloaded-file-list.
2061
beee5da7
AM
20622009-09-14 Alan Mackenzie <acm@muc.de>
2063
2064 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2065
5d6ab672
CY
20662009-09-13 Chong Yidong <cyd@stupidchicken.com>
2067
2068 * functions.texi (Anonymous Functions): Rearrange discussion,
2069 giving usage of unquoted lambda forms first. Mention that
2070 `function' and `#'' are no longer required (Bug#4290).
2071
59375eeb
AM
20722009-09-11 Alan Mackenzie <acm@muc.de>
2073
a86cd395 2074 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2075 batch mode.
2076
e7e2f529
GM
20772009-09-01 Glenn Morris <rgm@gnu.org>
2078
2079 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2080
eae47088
GM
20812009-08-26 Ulrich Mueller <ulm@gentoo.org>
2082
2083 * nonascii.texi (Character Codes): Fix typos.
2084
3691a0a6
MA
20852009-08-25 Michael Albinus <michael.albinus@gmx.de>
2086
2087 * processes.texi (Synchronous Processes): New defvar
2088 process-file-side-effects.
2089
664d56b8
GM
20902009-08-25 Glenn Morris <rgm@gnu.org>
2091
2092 * display.texi (Fontsets): Fix typo.
2093
0706c025
GM
2094 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2095
03a74b84
SM
20962009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2097
2098 * processes.texi (Asynchronous Processes): Adjust arglist of
2099 start-process-shell-command and start-file-process-shell-command.
2100
f6de8a37
CY
21012009-08-15 Chong Yidong <cyd@stupidchicken.com>
2102
4b1ed1bb
CY
2103 * advice.texi (Argument Access in Advice): Note that argument
2104 positions are zero-based (Bug#3932).
2105
89a9e058
CY
2106 * commands.texi (Distinguish Interactive): Minor copyedit.
2107
23696fd7
CY
2108 * display.texi (Face Attributes): Add xref to Displaying Faces for
2109 explanation of "underlying face".
2110
f6de8a37
CY
2111 * customize.texi (Common Keywords): Add xref to Loading.
2112
2113 * loading.texi (How Programs Do Loading): Add xref to Lisp
2114 Libraries node in the Emacs manual.
2115
417f77e6
CY
21162009-08-13 Chong Yidong <cyd@stupidchicken.com>
2117
2118 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2119
0999039c
CY
21202009-07-18 Chong Yidong <cyd@stupidchicken.com>
2121
2122 * processes.texi (Shell Arguments): Copyedits.
2123
9af167bc
GM
21242009-07-18 Glenn Morris <rgm@gnu.org>
2125
2126 * loading.texi (Repeated Loading): Fix typo.
2127
137987ab
RS
21282009-07-16 Richard Stallman <rms@gnu.org>
2129
2130 * buffers.texi (Swapping Text): Recommend setting
2131 write-region-annotate-functions and buffer-saved-size.
2132
2133 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2134
622fa380
GM
21352009-07-15 Glenn Morris <rgm@gnu.org>
2136
2137 * edebug.texi: Minor re-phrasings throughout.
2138 (Edebug Execution Modes): Sit-for affects continue mode too.
2139 (Jumping): Use `forward-sexp' rather than its keybinding.
2140 (Edebug Misc): Fix Q binding.
2141 (Edebug Eval): Remove cl version.
2142 (Printing in Edebug): Clarify print-length etc.
2143 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2144 (Specification List): Remove edebug-unwrap findex entry.
2145 (Specification Examples): defmacro is actually not the same as defun.
2146 Escape "`" in example.
2147
6bbd4600
CY
21482009-07-15 Chong Yidong <cyd@stupidchicken.com>
2149
2150 * markers.texi (The Mark): Document optional arg to
2151 deactivate-mark.
2152
e538d479
GM
21532009-07-11 Kevin Ryde <user42@zip.com.au>
2154
2155 * hooks.texi (Standard Hooks): Fix cross-references.
2156
4c98b9ed
GM
2157 * loading.texi (Named Features): Refer to eval-after-load.
2158
5300838c
GM
21592009-07-11 Glenn Morris <rgm@gnu.org>
2160
64fbeb16
GM
2161 * Makefile.in (TEXI2PDF): New.
2162 (elisp.pdf): New target.
2163
4c98b9ed
GM
2164 * searching.texi (Regexp Backslash): Fix typo.
2165
2166 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2167
51d9979c
GM
21682009-07-10 Glenn Morris <rgm@gnu.org>
2169
561c0216
GM
2170 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2171
5b594a58
GM
2172 * customize.texi (Customization Types):
2173 * display.texi (Abstract Display):
0cc8c85a 2174 * objects.texi (Character Type, String Type):
5b594a58 2175 Merge in some menu descriptions from elisp.texi.
51d9979c 2176
c3cbbb40
GM
2177 * hash.texi (Hash Tables):
2178 * modes.texi (Multiline Font Lock):
2179 End menu description with period.
fe42c16a 2180
28528402
GM
21812009-07-09 Glenn Morris <rgm@gnu.org>
2182
2183 * back.texi: Don't hard-code texinfo location.
2184
2185 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2186 (tex): Add texinfodir to TEXINPUTS.
2187 (elisp1med-init, elisp2med-init): Use texinfodir.
2188
2189 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2190 (clean): Add two-volume.make intermediate files.
2191
2192 * elisp.texi, vol1.texi, vol2.texi:
2193 Use a DATE variable with the publication date, and update it.
2194 Fix antinews menu description.
2195
2196 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2197 Update the detailed node listing to match elisp.texi.
2198
2199 * README: Update edition to match elisp.texi.
2200
2201 * objects.texi (General Escape Syntax):
2202 * nonascii.texi (Character Sets):
2203 Use consistent case for "Unicode Standard".
2204
2205 * anti.texi (Antinews):
2206 * customize.texi (Variable Definitions):
2207 * functions.texi (Declaring Functions):
2208 * nonascii.texi (Character Properties):
2209 * processes.texi (Serial Ports):
2210 * text.texi (Special Properties):
2211 * tips.texi (Coding Conventions):
2212 Minor rearrangements to improve TeX line-filling.
2213
2214 * commands.texi (Using Interactive): Fix cross-reference.
2215
17db8e10
JD
22162009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2217
2218 * frames.texi (Management Parameters): Mention sticky.
2219
77c7e2e1
AS
22202009-07-01 Andreas Schwab <aschwab@redhat.com>
2221
2222 * help.texi (Help Functions): Fix description of help-buffer and
2223 help-setup-xref to use @defun instead of @deffn.
2224
3f1c6666
JD
22252009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2226
2227 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2228
ca27c21b
CY
22292009-06-24 Chong Yidong <cyd@stupidchicken.com>
2230
2231 * display.texi (Window Systems): Add ns to the list.
2232
70243478
CY
22332009-06-21 Chong Yidong <cyd@stupidchicken.com>
2234
2235 * Branch for 23.1.
2236
df006536
MR
22372009-06-17 Martin Rudalics <rudalics@gmx.at>
2238
2239 * windows.texi (Dedicated Windows): Fix typo.
2240 (Resizing Windows): Replace @defun by @deffn.
2241
d259fc4b
GM
22422009-06-17 Glenn Morris <rgm@gnu.org>
2243
2244 * variables.texi (Directory Local Variables):
2245 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2246
30781db6
KH
22472009-06-09 Kenichi Handa <handa@m17n.org>
2248
2249 * nonascii.texi (Character Sets): State clearly that FROM and TO
2250 are codepoints of CHARSET.
2251
62e8099c
CY
22522009-06-07 Chong Yidong <cyd@stupidchicken.com>
2253
2254 * minibuf.texi (Reading File Names): Fix introductory text.
2255 Suggested by stan@derbycityprints.com.
2256 (High-Level Completion): Fix typo.
2257
ee1b1917
CY
22582009-05-28 Chong Yidong <cyd@stupidchicken.com>
2259
2260 * frames.texi (Text Terminal Colors): Multi-tty is already
2261 implemented, but tty-local colors are not.
2262
5df647e8
CY
22632009-05-27 Chong Yidong <cyd@stupidchicken.com>
2264
2265 * hooks.texi (Standard Hooks): Remove mention of obsolete
2266 redisplay-end-trigger-functions.
2267
2268 * internals.texi (Window Internals): Remove mention of obsolete
2269 redisplay-end-trigger-functions.
2270
01f17ae2
MR
22712009-05-21 Martin Rudalics <rudalics@gmx.at>
2272
2273 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2274
2275 * backups.texi (Making Backups): backup-directory-alist and
2276 make-backup-file-name-function are options.
2277 (Auto-Saving): auto-save-list-file-prefix is an option.
2278
2279 * buffers.texi (Killing Buffers): buffer-offer-save is an
2280 option.
2281
2282 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2283 option.
2284 (Echo Area Customization): echo-keystrokes is an option.
2285 (Selective Display): selective-display-ellipses is an option.
2286 (Temporary Displays): temp-buffer-show-function is an option.
2287 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2288 are options.
2289 (Font Selection): face-font-family-alternatives,
2290 face-font-selection-order, face-font-registry-alternatives, and
2291 scalable-fonts-allowed are options.
2292 (Fringe Indicators): indicate-buffer-boundaries is an option.
2293 (Fringe Cursors): overflow-newline-into-fringe is an option.
2294 (Scroll Bars): scroll-bar-mode is an option.
2295
2296 * eval.texi (Eval): max-lisp-eval-depth is an option.
2297
2298 * files.texi (Visiting Functions): find-file-hook is an option.
2299 (Directory Names): directory-abbrev-alist is an option.
2300 (Unique File Names): temporary-file-directory and
2301 small-temporary-file-directory are options.
2302
2303 * frames.texi (Initial Parameters): initial-frame-alist,
2304 minibuffer-frame-alist and default-frame-alist are options.
2305 (Cursor Parameters): blink-cursor-alist and
2306 cursor-in-non-selected-windows ar options.
2307 (Window System Selections): selection-coding-system is an
2308 option.
2309 (Display Feature Testing): display-mm-dimensions-alist is an
2310 option.
2311
2312 * help.texi (Help Functions): help-char and help-event-list are
2313 options.
2314
2315 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2316 an option.
2317
2318 * minibuf.texi (Minibuffer History): history-length and
2319 history-delete-duplicates are options.
2320 (High-Level Completion): read-buffer-function and
2321 read-buffer-completion-ignore-case are options.
2322 (Reading File Names): read-file-name-completion-ignore-case is
2323 an option.
2324
2325 * modes.texi (Mode Line Top): mode-line-format is an option.
2326 (Mode Line Variables): mode-line-position and mode-line-modes
2327 are options.
2328
2329 * nonascii.texi (Text Representations):
2330 enable-multibyte-characters is an option.
2331 (Default Coding Systems): auto-coding-regexp-alist,
2332 file-coding-system-alist, auto-coding-alist and
2333 auto-coding-functions are options.
2334 (Specifying Coding Systems): inhibit-eol-conversion is an
2335 option.
2336
2337 * os.texi (Init File): site-run-file is an option.
2338 (System Environment): mail-host-address is an option.
2339 (User Identification): user-mail-address is an option.
2340 (Terminal Output): baud-rate is an option.
2341
2342 * positions.texi (Word Motion): words-include-escapes is an
2343 option.
2344
2345 * searching.texi (Standard Regexps): page-delimiter,
2346 paragraph-separate, paragraph-separate and sentence-end are
2347 options.
2348
2349 * text.texi (Margins): left-margin and fill-nobreak-predicate
2350 are options.
2351
2352 * variables.texi (Local Variables): max-specpdl-size is an
2353 option.
2354
2355 * windows.texi (Choosing Window):
2356 split-window-preferred-function, special-display-function and
2357 display-buffer-function are options.
2358
106e6894
CY
23592009-05-20 Chong Yidong <cyd@stupidchicken.com>
2360
4a83454d
CY
2361 Fix errors spotted by Martin Rudalics.
2362
106e6894
CY
2363 * syntax.texi (Position Parse): Document rationale for ignored
2364 arguments to syntax-ppss-flush-cache.
2365
2366 * processes.texi (Input to Processes): Mark PROCESS arg to
2367 process-running-child-p as optional.
2368 (Network Options): Document NO-ERROR arg to
2369 set-network-process-option.
2370
2371 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2372 command.
2373
2374 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2375 posix-search-backward as commands.
2376
2377 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2378 (Suspending Emacs): Mark suspend-emacs as a command.
2379 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2380 commands.
5dcb4c4e
SM
2381 (Terminal Output): Remove obsolete function baud-rate.
2382 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2383
2384 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2385 terminal-coding-system and set-terminal-coding-system.
2386 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2387 as optional.
2388 (Character Sets): Document RESTRICTION arg of char-charset.
2389 (Character Codes): Mark POS argument to get-byte as optional.
2390
2391 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2392 minibuffer-message.
2393
2394 * files.texi (Create/Delete Dirs): Mark make-directory and
2395 delete-directory as commands.
2396
2397 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2398
2399 * text.texi (Base 64): Mark base64-decode-string and
2400 base64-encode-string as commands.
2401 (Columns): Mark move-to-column as a command.
2402 (Mode-Specific Indent): Document RIGID arg to
2403 indent-for-tab-command.
2404 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2405 Mark indent-code-rigidly as a command.
2406 (Substitution): Mark translate-region as a command.
2407
2408 * frames.texi (Size and Position): Remove obsolete functions
2409 screen-height and screen-width.
2410
04173931
CY
24112009-05-19 Chong Yidong <cyd@stupidchicken.com>
2412
2413 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2414 (Displaying Buffers, Resizing Windows): Correct mistakes;
2415 next-window, previous-window, and pop-to-buffer are not commands,
2416 and fit-window-to-buffer" is a command. (Pointed out by Martin
2417 Rudalics.)
2418
eae7d8f8
RS
24192009-05-17 Richard M Stallman <rms@gnu.org>
2420
2421 * modes.texi (Precalculated Fontification): Clarify text.
2422
b8766179
MR
24232009-05-17 Martin Rudalics <rudalics@gmx.at>
2424
2425 * windows.texi (Selecting Windows): Clarify descriptions of
2426 with-selected-window and get-lru-window.
2427 (Cyclic Window Ordering): Refer to particular frame when talking
2428 about how splitting affects the ordering.
2429 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2430 switch-to-buffer-other-window. Explain how setting of
2431 display-buffer-reuse-frames affects pop-to-buffer.
2432 (Choosing Window): Clarify some details in descriptions of
2433 display-buffer-reuse-frames, pop-up-frames, and
2434 pop-up-frame-function.
2435 (Dedicated Windows): Clarify some details.
2436 (Textual Scrolling): Replace term vscroll by term vertical
2437 scroll position.
2438 (Vertical Scrolling): Fix typo.
2439 (Window Hooks): Relate text on jit-lock-register to window
2440 scrolling and size changes.
2441
734b5e3b
CY
24422009-05-14 Chong Yidong <cyd@stupidchicken.com>
2443
0a65633e
CY
2444 * frames.texi (Initial Parameters): Clarify what the initial
2445 minibuffer frame is.
05be46d7
CY
2446 (Buffer Parameters): Note that the minibuffer parameter can not be
2447 altered.
0a65633e 2448
734b5e3b
CY
2449 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2450 Document display-buffer changes.
2451
925672cd
CY
24522009-05-13 Chong Yidong <cyd@stupidchicken.com>
2453
17ecd7af
CY
2454 * anti.texi (Antinews): Rewrite for Emacs 22.
2455
925672cd
CY
2456 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2457 obarrays are first mentioned. Define "system abbrev" more
2458 prominently, and add it to the index.
2459 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2460 Copyedits.
2461 (Abbrev Expansion): Document abbrev-insert.
2462
80be4dd7
CY
24632009-05-12 Chong Yidong <cyd@stupidchicken.com>
2464
2465 * frames.texi (Font and Color Parameters): Rename from Color
2466 Parameters. Document font-backend parameter.
2467
2468 * vol2.texi (Top): Update node listing.
2469 * vol1.texi (Top): Update node listing.
2470 * elisp.texi (Top): Update node listing.
2471
372a93ac
MR
24722009-05-11 Martin Rudalics <rudalics@gmx.at>
2473
2474 * windows.texi (Choosing Window): Don't explicitly refer to
2475 split-window-sensibly's window argument in descriptions of
2476 split-height-threshold and split-width-threshold.
2477
714c3541
MR
24782009-05-10 Martin Rudalics <rudalics@gmx.at>
2479
2480 * windows.texi (Choosing Window): Fix rewrite of window
2481 splitting section.
2482
0e90e7be
EZ
24832009-05-09 Eli Zaretskii <eliz@gnu.org>
2484
f4e90db0
SM
2485 * nonascii.texi (Default Coding Systems):
2486 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2487 Add indexing.
0e90e7be
EZ
2488 (Lisp and Coding Systems): Add index entries.
2489
d3c0c321
MR
24902009-05-09 Martin Rudalics <rudalics@gmx.at>
2491
2492 * windows.texi (Choosing Window): Describe split-window-sensibly
2493 and rewrite section on window splitting accordingly.
2494 (Textual Scrolling): Replace `...' by @code{...}.
2495
c773345a
CY
24962009-05-04 Chong Yidong <cyd@stupidchicken.com>
2497
ee2d5b5e
CY
2498 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2499 Remove obsoleted pre-abbrev-expand-hook.
2500
2501 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2502 entries.
2503
c773345a
CY
2504 * internals.texi (Object Internals): Don't assume 32-bit machines
2505 are the norm.
2506 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2507 (Window Internals): Synch field names to window.h.
2508 (Process Internals): Synch field names to process.h.
c773345a 2509
dd449674
CY
25102009-04-29 Chong Yidong <cyd@stupidchicken.com>
2511
2512 * variables.texi (File Local Variables): Note that read-circle is
2513 bound to nil when reading file-local variables.
2514
2515 * streams.texi (Input Functions): Document read-circle.
2516 (Output Variables): Add xref to Circular Objects.
2517
4f1e25e2
CY
25182009-04-25 Chong Yidong <cyd@stupidchicken.com>
2519
2520 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2521 Features and Coding System Basics. Node that "p" stands for
2522 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2523 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2524 mouse-appearance-menu.
2525 (Programming Tips): Add xref to Progress.
2526
dca019f8
CY
25272009-04-22 Chong Yidong <cyd@stupidchicken.com>
2528
5dcb4c4e
SM
2529 * os.texi (Command-Line Arguments):
2530 Document command-line-args-left.
dca019f8
CY
2531 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2532 terminal objects for tty arguments.
2533 (Startup Summary): Add xref to Session Management.
2534 (Session Management): Mention emacs-session-restore. Copyedits.
2535
02a89103
CY
25362009-04-20 Chong Yidong <cyd@stupidchicken.com>
2537
2538 * os.texi (Startup Summary): Copyedits. The init file is not
2539 necessarily named .emacs now. Document initial-buffer-choice and
2540 initial-scratch-message. Note where Emacs exits in batch mode.
2541 Document inhibit-splash-screen as an alias.
2542 (Init File): Be neutral about which init file name to use.
2543
25442009-04-16 Chong Yidong <cyd@stupidchicken.com>
2545
2546 * os.texi (System Interface): Fix Texinfo usage.
2547
0c1cfe01
CY
25482009-04-15 Chong Yidong <cyd@stupidchicken.com>
2549
80d7cdca
CY
2550 * searching.texi (Regexp Backslash): Also refer to shy groups as
2551 non-capturing or unnumbered groups.
2552 (Regexp Functions): Add cross-reference to Regexp Backslash.
2553
0c1cfe01
CY
2554 * display.texi (Truncation): Overlays can use line-prefix and
2555 wrap-prefix too.
2556 (Overlay Properties): Document wrap-prefix and line-prefix.
2557 (Face Attributes): Document underline-minimum-offset.
2558 (Face Remapping): Copyedits.
2559 (Low-Level Font): Copyedits.
2560 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2561 (Line Height): Emphasize that line-spacing only takes effect on
2562 graphical terminals.
0c1cfe01 2563
c4adeee0
CY
25642009-04-13 Chong Yidong <cyd@stupidchicken.com>
2565
2566 * display.texi (Refresh Screen): Note that a passage about screen
2567 refreshing is text terminal only.
2568 (Forcing Redisplay): Delete misleading comment---sit-for calls
2569 redisplay, not the other way around.
2570 (Truncation): Note new values of truncate-partial-width-windows.
2571 Copyedits.
2572 (Invisible Text): Document invisible-p.
2573
b20ecfa1
EZ
25742009-04-11 Eli Zaretskii <eliz@gnu.org>
2575
2576 * display.texi (Overlays): Overlays don't scale well. See
2577 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2578
97d8273f
CY
25792009-04-10 Chong Yidong <cyd@stupidchicken.com>
2580
f147ff75
CY
2581 * syntax.texi (Syntax Table Functions): Document cons cell
2582 argument for modify-syntax-entry.
2583 (Categories): Document cons cell argument for
2584 modify-category-entry.
2585
fca4ec76
CY
2586 * searching.texi (String Search): Document word-search-forward-lax
2587 and word-search-backward-lax.
2588 (Searching and Case): Describe isearch behavior more precisely.
2589
9c283d5b
CY
2590 * keymaps.texi (Tool Bar): Mention that some platforms do not
2591 support multi-line toolbars. Suggested by Stephen Eglen.
2592
2593 * frames.texi (Layout Parameters): Mention that Nextstep also
2594 allows only one tool-bar line. Suggested by Stephen Eglen.
2595
97d8273f
CY
2596 * nonascii.texi (Text Representations): Copyedits.
2597 (Coding System Basics): Also mention utf-8-emacs.
2598 (Converting Representations, Selecting a Representation)
2599 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2600 Copyedits.
2601 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2602
2bad3299
CY
26032009-04-09 Chong Yidong <cyd@stupidchicken.com>
2604
2605 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2606 (Filling): Clarify REGION argument of fill-paragraph.
2607 Document fill-forward-paragraph-function.
2bad3299
CY
2608 (Special Properties): Remove "new in Emacs 22" declaration.
2609 (Clickable Text): Merge with Links and Mouse-1 node.
2610
5dcb4c4e
SM
2611 * display.texi (Button Properties, Button Buffer Commands):
2612 Change xref to Clickable Text.
2bad3299
CY
2613
2614 * tips.texi (Key Binding Conventions): Change xref to Clickable
2615 Text.
2616
2617 * elisp.texi (Top): Update node listing.
2618
ea30ce4f
CY
26192009-04-05 Chong Yidong <cyd@stupidchicken.com>
2620
47af2f4b
CY
2621 * markers.texi (The Mark): Copyedits. Improve description of
2622 handle-shift-selection.
2623 (The Region): Move use-region-p here from The Mark.
2624
ea30ce4f
CY
2625 * positions.texi (Screen Lines): Document (cols . lines) argument
2626 for vertical-motion.
2627
2aa8ea6e
CY
26282009-04-04 Chong Yidong <cyd@stupidchicken.com>
2629
3ec61d4e
CY
2630 * frames.texi (Frames): Clean up introduction. Document `ns'
2631 return value for framep.
2632 (Creating Frames): Note how the terminal is chosen.
2633 (Multiple Terminals, Multiple Displays): Merge into a single node.
2634 (Color Parameters): Fix typo.
2635
2636 * variables.texi (Local Variables, Buffer-Local Variables)
2637 (Creating Buffer-Local): Change link to Multiple Terminals.
2638
2639 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2640
2641 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2642 Terminals.
2643
2644 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2645 to Multiple Terminals.
2646
2647 * elisp.texi (Top): Update node listing.
2648 * vol2.texi (Top): Update node listing.
2649 * vol1.texi (Top): Update node listing.
2650
9257072f
CY
2651 * buffers.texi (Current Buffer): Note that the append-to-buffer
2652 example is no longer in synch with the latest code. Tie the two
2653 examples together.
2654
2aa8ea6e
CY
2655 * files.texi (File Attributes): Move note about MS-DOS from
2656 Changing Files to File Attributes.
2657 (Create/Delete Dirs): Note that mkdir is an alias for this.
2658
22e74b17
CY
26592009-04-01 Markus Triska <triska@gmx.at>
2660
2661 * processes.texi (Filter Functions): Suggest how to handle output
2662 batches.
2663
4bbe48ec
CY
26642009-03-30 Chong Yidong <cyd@stupidchicken.com>
2665
2666 * help.texi (Accessing Documentation): Update example to use
2667 help-setup-xref and with-help-window.
2668 (Help Functions): Remove print-help-return-message, which is
2669 semi-obsolete due to with-help-window. Document help-buffer and
2670 help-setup-xref.
2671
b9723f39
CY
26722009-03-29 Chong Yidong <cyd@stupidchicken.com>
2673
5dcb4c4e
SM
2674 * help.texi (Accessing Documentation, Help Functions):
2675 Remove information about long-obsolete Emacs versions.
9eb52e90 2676
b9723f39
CY
2677 * modes.texi (Mode Line Variables): The default values of the mode
2678 line variables are now more complicated.
2679
b0cc32db
CY
26802009-03-28 Chong Yidong <cyd@stupidchicken.com>
2681
3c25a5a9
CY
2682 * modes.texi (Major Mode Conventions): Note that specialness is
2683 inherited.
31c9eebb
CY
2684 (Derived Modes): Note that define-derive-mode sets the mode-class
2685 property.
3c25a5a9 2686
b0cc32db
CY
2687 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2688 goto-map. Add search-map to the list.
2689
c5e0006d
EZ
26902009-03-27 Eli Zaretskii <eliz@gnu.org>
2691
1213465a
EZ
2692 * os.texi (System Environment): Update the list of system-type
2693 values.
2694
c5e0006d
EZ
2695 * markers.texi (The Mark) <handle-shift-selection>: Update for
2696 removal of the optional argument DEACTIVATE.
2697
48bab3d6
CY
26982009-03-25 Chong Yidong <cyd@stupidchicken.com>
2699
2700 * commands.texi (Focus Events): Most X window managers don't use
2701 focus-follows-mouse nowadays.
2702
6e4ff1b6
CY
27032009-03-24 Chong Yidong <cyd@stupidchicken.com>
2704
2705 * commands.texi (Defining Commands): Clarify introduction.
2706 (Using Interactive): Not that interactive can be put in a symbol
2707 property.
2708 (Interactive Call): Note that a symbol with a non-nil
2709 interactive-form property satisfies commandp.
2710
11625308
JB
27112009-03-23 Juanma Barranquero <lekktu@gmail.com>
2712
2713 * minibuf.texi (Intro to Minibuffers): Fix typos.
2714
7b34420d
CY
27152009-03-23 Chong Yidong <cyd@stupidchicken.com>
2716
2717 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2718 about minibuffers in old Emacs versions. Copyedits.
2719 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2720 (Text from Minibuffer): Simplify introduction.
2721
f9257eed
AM
27222009-03-22 Alan Mackenzie <acm@muc.de>
2723
2724 * commands.texi (Using Interactive): Clarify string argument to
2725 `interactive' - even promptless elements need \n separators.
2726
f639ba70
CY
27272009-03-18 Chong Yidong <cyd@stupidchicken.com>
2728
2729 * minibuf.texi (Completion Styles): New node.
2730
2731 * elisp.texi (Top): Update node listing.
2732
d897e8ee
CY
27332009-03-17 Chong Yidong <cyd@stupidchicken.com>
2734
2735 * minibuf.texi (Basic Completion): Note that
2736 read-file-name-completion-ignore-case and
2737 read-buffer-completion-ignore-case can override
2738 completion-ignore-case.
2739 (Minibuffer Completion): Document completing-read changes.
2740 (Completion Commands): Avoid mentioning partial completion mode.
2741 Document minibuffer-completion-confirm changes, and
2742 minibuffer-confirm-exit-commands.
2743 (High-Level Completion): Document new require-match behavior for
2744 read-buffer. Document read-buffer-completion-ignore-case.
2745 (Reading File Names): Document new require-match behavior for
2746 read-file-name.
2747
b1f23349
CY
27482009-03-14 Chong Yidong <cyd@stupidchicken.com>
2749
2750 * debugging.texi (Error Debugging): Don't mislead the reader into
2751 thinking that debug-on-error enters debugger for C-f at EOB.
2752 (Error Debugging): Setting debug-on-init within the init file
2753 works, and has for some time.
2754
d6eb4e25
KH
27552009-03-13 Kenichi Handa <handa@m17n.org>
2756
2757 * display.texi (Fontsets): Update the description.
2758
1cf53dc5
CY
27592009-03-13 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * advice.texi (Advising Primitives): Link to What Is a Function.
2762
81f919fc
CY
27632009-03-12 Chong Yidong <cyd@stupidchicken.com>
2764
cf4229eb
CY
2765 * compile.texi (Speed of Byte-Code): Update example.
2766 (Disassembly): Update examples.
2767
81f919fc 2768 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2769
2770 * customize.texi (Common Keywords): It's not necessary to use :tag
2771 to remove hyphens, as custom-unlispify-tag-name does it
2772 automatically.
5dcb4c4e
SM
2773 (Variable Definitions): Link to File Local Variables.
2774 Document customized-value symbol property.
f2bbc08c
CY
2775 (Customization Types): Move menu to end of node.
2776
955964d7
CY
27772009-03-10 Chong Yidong <cyd@stupidchicken.com>
2778
2779 * macros.texi (Compiling Macros): Omit misleading sentence, which
2780 implied that macros can only be used in the same file they are
2781 defined.
2782 (Backquote): Remove obsolete information about Emacs 19.
2783
d25ed7db
GM
27842009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2785
2786 * display.texi (Display Margins): Fix paren typo.
2787
d55f6ca5
CY
27882009-02-27 Chong Yidong <cyd@stupidchicken.com>
2789
f0e57ed8
CY
2790 * elisp.texi (Top): Update node listing.
2791
2792 * variables.texi (Variables): Clarify introduction.
2793 (Global Variables): Mention that setq is a special form.
2794 (Local Variables): Use active voice.
2795 (Tips for Defining): Mention marking variables as safe.
2796 (Buffer-Local Variables): Mention terminal-local and frame-local
2797 variables together.
2798 (File Local Variables): Copyedits.
2799 (Frame-Local Variables): Note that they are not really useful.
2800 (Future Local Variables): Node deleted.
2801
d55f6ca5 2802 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2803 Unicode escape syntax.
d55f6ca5 2804
ca8f09a8
CY
28052009-02-23 Chong Yidong <cyd@stupidchicken.com>
2806
2807 * control.texi (Control Structures): Add cindex entry for "textual
2808 order".
2809
2810 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2811 instead of "expression" throughout.
2812 (Function Indirection): Copyedits. Use active voice.
2813 (Eval): The default value of max-lisp-eval-depth is now 400.
2814
a20878b6
MB
28152009-02-23 Miles Bader <miles@gnu.org>
2816
2817 * processes.texi (System Processes): Rename `system-process-attributes'
2818 to `process-attributes'.
2819
61f66044
CY
28202009-02-22 Chong Yidong <cyd@stupidchicken.com>
2821
1b80d1f3
CY
2822 * symbols.texi (Property Lists): Emphasize that property lists are
2823 not restricted to symbol cells.
2824 (Other Plists): Copyedit.
2825
61f66044
CY
2826 * sequences.texi (Sequences Arrays Vectors): Make introduction
2827 more concise.
2828 (Arrays): Mention char-tables and bool-vectors too.
2829 (Vectors): Don't repeat information given in Arrays node. Link to
2830 nodes that explain the vector usage examples.
2831 (Char-Tables): Note that char-table elements can have arbitrary
2832 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2833 Link to Property Lists node.
61f66044 2834
9403944b
CY
28352009-02-22 Chong Yidong <cyd@stupidchicken.com>
2836
2837 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2838 `append'.
4068c7b4 2839 (List Elements): Copyedits.
9403944b
CY
2840
2841 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2842 of `vconcat'.
2843
2844 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2845 Emacs 20 usage of `concat'.
2846 (Case Conversion): Copyedits.
2847
b87a185f
CY
28482009-02-21 Chong Yidong <cyd@stupidchicken.com>
2849
2850 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2851 Minor edits.
2852 (Frame Configuration Type): Emphasize that it is not primitive.
2853 (Font Type): New node.
2854 (Type Predicates): Add fontp; type-of now recognizes font object
2855 types.
2856
2857 * intro.texi (Version Info): Update version numbers in examples.
2858 (Acknowledgements): List more contributors.
2859
2860 * elisp.texi: Bump version number to 3.0.
2861 (Top): Link to Font Type node.
2862
867d4bb3
JB
28632009-02-20 Juanma Barranquero <lekktu@gmail.com>
2864
2865 * modes.texi (Major Mode Conventions): Remove duplicate words.
2866 (Customizing Keywords): Fix typo.
2867
77730170
EZ
28682009-02-14 Eli Zaretskii <eliz@gnu.org>
2869
2870 * nonascii.texi (User-Chosen Coding Systems): Document that
2871 select-safe-coding-system suggests raw-text if there are raw bytes
2872 in the region.
2873 (Explicit Encoding): Warn not to use `undecided' when encoding.
2874
c8736212
GM
28752009-02-11 Glenn Morris <rgm@gnu.org>
2876
2877 * frames.texi (Visibility of Frames): Mention the effect multiple
2878 workspaces/desktops can have on visibility.
2879
ab992d66
EZ
28802009-02-07 Eli Zaretskii <eliz@gnu.org>
2881
c8736212
GM
2882 * text.texi (Commands for Insertion):
2883 * commands.texi (Event Mod):
2884 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2885 * nonascii.texi (Translation of Characters):
2886 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2887 (Explicit Encoding): Document the `charset' text property produced
2888 by decode-coding-region and decode-coding-string.
ab992d66 2889
e651a255
AM
28902009-01-27 Alan Mackenzie <acm@muc.de>
2891
2892 * modes.texi (Search-based Fontification): Correct a typo.
2893
bc5cde4b
JB
28942009-01-25 Juanma Barranquero <lekktu@gmail.com>
2895
2896 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2897 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2898
3533155b
EZ
28992009-01-24 Eli Zaretskii <eliz@gnu.org>
2900
f721deda
EZ
2901 * display.texi (Window Systems): Document the value of
2902 `initial-window-system' under --daemon.
2903
3533155b
EZ
2904 * os.texi (System Environment): Remove description of the
2905 `environment' function which has been deleted.
2906
f79b43b2
DN
29072009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2908
2909 * frames.texi (Multiple Displays): Remove documentation for
2910 removed function make-frame-on-tty.
2911
e3aa6669
CY
29122009-01-22 Chong Yidong <cyd@stupidchicken.com>
2913
2914 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2915 write-region-annotate-functions.
2916 Document write-region-post-annotation-function.
e3aa6669 2917
fb13a416
CY
29182009-01-19 Chong Yidong <cyd@stupidchicken.com>
2919
2920 * display.texi (Font Lookup): Document WIDTH argument of
2921 x-list-fonts.
2922
02eccf6b
EZ
29232009-01-17 Eli Zaretskii <eliz@gnu.org>
2924
ead3f58d
EZ
2925 * maps.texi (Standard Keymaps): Rename function-key-map to
2926 local-function-key-map.
2927
2928 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2929 local-function-key-map.
2930
2931 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2932 and `set-keyboard-coding-system' now accept an optional terminal
2933 argument.
2934
2935 * commands.texi (Event Mod): `keyboard-translate-table' is now
2936 terminal-local.
2937 (Function Keys): Rename function-key-map to
2938 local-function-key-map.
2939
df05a163
EZ
2940 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2941 frames.texi.
2942
0ed8034e 2943 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2944 `delete-terminal-functions', `suspend-tty-functions' and
2945 `resume-tty-functions'.
0ed8034e
EZ
2946
2947 * frames.texi (Frames): Document `frame-terminal' and
2948 `terminal-live-p'.
2949 (Multiple Displays): Document `make-frame-on-tty'.
2950 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2951 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2952 (Terminal Parameters): Document `terminal-parameters',
2953 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2954
2955 * os.texi (System Environment): Document `environment' and
2956 `initial-environment'.
490f1197
EZ
2957 (Suspending Emacs): Update for multi-tty; document
2958 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2959
02eccf6b
EZ
2960 * nonascii.texi (Coding System Basics): More accurate description
2961 of `raw-text'.
2962
f19fea97
JB
29632009-01-12 Juanma Barranquero <lekktu@gmail.com>
2964
2965 * display.texi (Low-Level Font): Fix typo.
2966
16fa292f
CY
29672009-01-10 Chong Yidong <cyd@stupidchicken.com>
2968
2969 * elisp.texi (Top): Update node listing.
2970
2971 * display.texi (PostScript Images): Node deleted.
2972
0b4faef3
EZ
29732009-01-10 Eli Zaretskii <eliz@gnu.org>
2974
3355f04d
EZ
2975 * processes.texi (Decoding Output): Document that null bytes force
2976 no-conversion for reading process output.
2977
2978 * files.texi (Reading from Files): Document that null bytes force
2979 no-conversion when visiting files.
2980
11625308 2981 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 2982
5dcb4c4e
SM
2983 * nonascii.texi (Lisp and Coding Systems):
2984 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2985 (Character Properties): Improve wording.
0b4faef3 2986
ce9cf065
CY
29872009-01-09 Chong Yidong <cyd@stupidchicken.com>
2988
2989 * display.texi (Font Lookup): Remove obsolete function
2990 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2991 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2992 (Font Selection): Reorder order of variable descriptions.
2993 Minor clarifications.
ce9cf065
CY
2994
2995 * elisp.texi (Top): Update node listing.
2996
ab756fb3
GM
29972009-01-09 Glenn Morris <rgm@gnu.org>
2998
2999 * commands.texi (Command Loop Info): Say that last-command-char and
3000 last-input-char are obsolete aliases.
3001
3002 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3003 last-input-char and last-command-char, since they are just aliases for
3004 last-input-event and last-command-event.
3005
3006 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3007 last-command-char.
3008
6b2b8ab1
CY
30092009-01-08 Chong Yidong <cyd@stupidchicken.com>
3010
3011 * elisp.texi: Update node listing.
3012
3013 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3014 (Face Attributes): Don't link to Font Lookup.
3015 Document font-family-list.
6b2b8ab1
CY
3016 (Fonts): New node.
3017
3568e767
JR
30182009-01-08 Jason Rumney <jasonr@gnu.org>
3019
3020 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3021 changing the standard pointer shapes. (Bug#1485)
3568e767 3022
6221c8db
CY
30232009-01-08 Chong Yidong <cyd@stupidchicken.com>
3024
3025 * display.texi (Attribute Functions): Note that a function value
3026 :height is relative, and that compatibility functions work by
3027 calling set-face-attribute.
3028 (Displaying Faces): Reorder list in order of increasing priority.
3029 (Face Remapping): New node. Content moved here from Displaying
3030 Faces.
3031 (Glyphs): Link to Face Functions.
3032
e3d3799a
CY
30332009-01-08 Chong Yidong <cyd@stupidchicken.com>
3034
3035 * display.texi (Faces): Don't discuss face id here. facep does
3036 not return t.
3037 (Defining Faces): Minor clarification.
3038 (Face Attributes): Rearrange items to match docstring of
3039 set-face-attribute. Add :foundry attribute. Document new role of
3040 :font attribute. Texinfo usage fix.
3041 (Attribute Functions): Copyedits.
3042 (Face Functions): Note that face number is seldom used.
3043
638a2457
RS
30442009-01-05 Richard M Stallman <rms@gnu.org>
3045
3046 * strings.texi (Predicates for Strings): Minor clarification.
3047
3048 * functions.texi (Function Safety): Texinfo usage fix.
3049
49ea0074
JB
30502009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3051
3052 * objects.texi (General Escape Syntax): Fix typo.
3053
9f822178
MR
30542009-01-03 Martin Rudalics <rudalics@gmx.at>
3055
3056 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3057 works via the default value of pop-up-frame-function.
3058
af34ad36
EZ
30592009-01-02 Eli Zaretskii <eliz@gnu.org>
3060
3061 * processes.texi (System Processes): Document the `time' and
3062 `ctime' attributes of `system-process-attributes'.
3063
d31f6679
CY
30642009-01-01 Chong Yidong <cyd@stupidchicken.com>
3065
3066 * display.texi (Face Attributes): Clarify :height attribute.
3067
174dc00c
MR
30682008-12-31 Martin Rudalics <rudalics@gmx.at>
3069
3070 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3071 the front of the buffer list. Add entries for `last-buffer' and
3072 `unbury-buffer'.
3073
b8afe7e4
EZ
30742008-12-27 Eli Zaretskii <eliz@gnu.org>
3075
d14030f5
EZ
3076 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3077 and its subsections.
3078
3079 * frames.texi (Multiple Terminals, Low-level Terminal)
3080 (Terminal Parameters, Frames on Other TTY devices): New sections.
3081 (Frames): Add an xref to "Multiple Terminals".
3082
765980a4
EZ
3083 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3084
3085 * objects.texi (Terminal Type): New node.
3086 (Editing Types): Add it to the menu.
3087
47bd5577
EZ
3088 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3089 Variables".
3090
eb22b78c 3091 * variables.texi (Directory Local Variables): New node.
47bd5577 3092 (Variables): Add a menu item for it.
eb22b78c 3093
b8afe7e4
EZ
3094 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3095 `generated-autoload-file'.
3096
77bb0476
EZ
30972008-12-20 Eli Zaretskii <eliz@gnu.org>
3098
028e2c19
EZ
3099 * os.texi (Startup Summary): Add xref to documentation of
3100 `initial-window-system'.
3101
77bb0476
EZ
3102 * display.texi (Window Systems): Document `window-system' the
3103 function. The variable `window-system' is now frame-local.
028e2c19 3104 Document `initial-window-system'.
77bb0476 3105
dda87836
MR
31062008-12-19 Martin Rudalics <rudalics@gmx.at>
3107
3108 * windows.texi (Windows): Rewrite description of
3109 fit-window-to-buffer.
3110
caef3ed2
GM
31112008-12-13 Glenn Morris <rgm@gnu.org>
3112
3113 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3114 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3115
21c58e4d
GM
31162008-12-12 Glenn Morris <rgm@gnu.org>
3117
3118 * debugging.texi (Error Debugging): Refer forwards to
3119 eval-expression-debug-on-error.
3120
af38459f
EZ
31212008-12-05 Eli Zaretskii <eliz@gnu.org>
3122
5dedd9b5
EZ
3123 * strings.texi (String Basics): Only unibyte strings that
3124 represent key sequences hold 8-bit raw bytes.
3125
af38459f
EZ
3126 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3127 paragraph to speak about `undecided'.
3128 (Character Properties): Don't explain the meaning of each
3129 property; instead, identify their Unicode Standard names.
b3f1f4a5 3130 (Character Sets): Document `map-charset-chars'.
af38459f 3131
fa047ae7
GM
31322008-12-02 Glenn Morris <rgm@gnu.org>
3133
3134 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3135 section yet again.
3136
47dbc044
EZ
31372008-11-29 Eli Zaretskii <eliz@gnu.org>
3138
98d05998
EZ
3139 * nonascii.texi (Character Properties): New Section.
3140 (Specifying Coding Systems): Document
3141 `coding-system-priority-list', `set-coding-system-priority', and
3142 `with-coding-priority'.
3143 (Lisp and Coding Systems): Document `check-coding-systems-region'
3144 and `coding-system-charset-list'.
3145 (Coding System Basics): Document `coding-system-aliases'.
3146
3147 * elisp.texi (Top): Add a @detailmenu entry for "Character
3148 Properties".
3149
47dbc044
EZ
3150 * objects.texi (Character Type): Correct the range of Emacs
3151 characters. Add an @xref to "Character Codes".
3152
3153 * strings.texi (String Basics): Add an @xref to "Character Codes".
3154
3155 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3156
3157 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3158 (Character Codes): Document `max-char'.
3159
8b80cdf5
EZ
31602008-11-28 Eli Zaretskii <eliz@gnu.org>
3161
3162 * nonascii.texi (Text Representations, Converting Representations)
3163 (Character Sets, Scanning Charsets, Translation of Characters):
3164 Make text more accurate.
3165
a99dceba
GM
31662008-11-28 Glenn Morris <rgm@gnu.org>
3167
3168 * files.texi (Format Conversion Round-Trip): Improve previous change.
3169
f6dc3bed
CY
31702008-11-26 Chong Yidong <cyd@stupidchicken.com>
3171
3172 * modes.texi (Auto Major Mode): Fix example.
3173
5da9413d
GM
31742008-11-25 Glenn Morris <rgm@gnu.org>
3175
3176 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3177
3178 * files.texi (Format Conversion Round-Trip):
3179 Use active voice for previous change.
3180
fcca848c
CY
31812008-11-25 Chong Yidong <cyd@stupidchicken.com>
3182
3183 * os.texi (Processor Run Time):
3184 * processes.texi (Transaction Queues):
3185 * markers.texi (The Mark):
3186 * windows.texi (Choosing Window, Selecting Windows):
3187 * files.texi (Changing Files, Magic File Names):
3188 * commands.texi (Key Sequence Input):
3189 * functions.texi (Declaring Functions):
3190 * strings.texi (Predicates for Strings):
3191 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3192
36c8dc54
CY
31932008-11-24 Chong Yidong <cyd@stupidchicken.com>
3194
3195 * help.texi (Accessing Documentation): Update example.
3196
3197 * variables.texi (Defining Variables): Note that `*' is not
3198 necessary if defcustom is used.
3199
2a79b242
EZ
32002008-11-22 Eli Zaretskii <eliz@gnu.org>
3201
3202 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3203 Characters" from @detailmenu.
3204
3205 * nonascii.texi (Character Codes, Character Sets)
3206 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3207 (Chars and Bytes, Splitting Characters): Sections removed.
3208
392f0d26
LK
32092008-11-22 Lute Kamstra <lute@gnu.org>
3210
3211 * positions.texi (Text Lines): Update goto-line documentation.
3212
af1a5cd5
MR
32132008-11-21 Martin Rudalics <rudalics@gmx.at>
3214
6a4cfb0c
MR
3215 * frames.texi (Frames): Fix typo, add cross references, reword.
3216 (Initial Parameters): Reword special-display-frame-alist text.
3217 (Frames and Windows): Reword. Describe argument norecord for
3218 set-frame-selected-window.
3219 (Input Focus): Describe argument norecord for select-frame.
3220 Remove comment on MS-Windows behavior for focus-follows-mouse.
3221 (Raising and Lowering): Mention windows-frames dichotomy in
3222 metaphor.
3223
af1a5cd5
MR
3224 * windows.texi (Displaying Buffers, Vertical Scrolling)
3225 (Horizontal Scrolling): Fix indenting and rewording issues
3226 introduced with 2008-11-07 change.
3227
c249fa9c
GM
32282008-11-20 Glenn Morris <rgm@gnu.org>
3229
3230 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3231 element of `format-alist'.
3232
204d4665
GM
32332008-11-19 Glenn Morris <rgm@gnu.org>
3234
3235 * doclicense.texi: Update to FDL 1.3.
3236 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3237
cc0910af
CY
32382008-11-18 Chong Yidong <cyd@stupidchicken.com>
3239
efe6e7c4
CY
3240 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3241 vars, which are obsolete. Mention jit-lock-register.
3242
5dcb4c4e
SM
3243 * modes.texi (Other Font Lock Variables):
3244 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3245
cc0910af
CY
3246 * frames.texi (Color Parameters): Document alpha parameter.
3247
aeeedf76
MR
32482008-11-16 Martin Rudalics <rudalics@gmx.at>
3249
3250 * windows.texi (Splitting Windows, Deleting Windows)
3251 (Selecting Windows, Cyclic Window Ordering)
3252 (Buffers and Windows, Displaying Buffers, Choosing Window)
3253 (Dedicated Windows, Window Point, Window Start and End)
3254 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3255 (Size of Window, Resizing Windows, Window Configurations)
3256 (Window Parameters): Avoid @var at beginning of sentences and
3257 reword accordingly.
3258
4c565c5c
LK
32592008-11-11 Lute Kamstra <lute@gnu.org>
3260
3261 * files.texi (File Name Components): Fix file-name-extension
3262 documentation.
3263
25f494c9
JB
32642008-11-11 Juanma Barranquero <lekktu@gmail.com>
3265
3266 * frames.texi (Basic Parameters): Remove display-environment-variable
3267 and term-environment-variable.
3268
a1401ab1
EZ
32692008-11-08 Eli Zaretskii <eliz@gnu.org>
3270
3271 * windows.texi (Basic Windows, Splitting Windows)
3272 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3273 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3274 (Resizing Windows, Window Configurations, Window Parameters):
3275 Fix wording and markup.
a1401ab1 3276
efafc282
MR
32772008-11-07 Martin Rudalics <rudalics@gmx.at>
3278
3279 * windows.texi (Windows): Update entries.
3280 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3281 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3282 (Selecting Windows, Cyclic Window Ordering): Reword with special
3283 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3284 (Buffers and Windows, Choosing Window): Reword with special
3285 emphasis on dedicated windows.
3286 (Displaying Buffers): Reword. For switch-to-buffer mention that
3287 it may fall back on pop-to-buffer. For other-window try to
3288 explain how it treats the cyclic ordering of windows.
efafc282
MR
3289 (Dedicated Windows): New node and section discussing dedicated
3290 windows and associated functions.
86ab855a 3291 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3292 (Window Start and End): Rename node and section title. Reword.
3293 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3294 Minor rewording.
3295 (Size of Window): Reword, in particular text on window-width.
3296 (Resizing Windows): Reword. Add text on balancing windows.
3297 (Window Configurations): Reword. Mention window parameters.
3298 (Window Parameters): New node and section on window parameters.
3299 (Window Hooks): Reword. Mention that
3300 window-configuration-change-hook is run "buffer-locally".
3301 * elisp.texi (Top): Update Windows entries in @detailmenu
3302 section.
3303
d60a8ab2
JB
33042008-11-04 Juanma Barranquero <lekktu@gmail.com>
3305
3306 * searching.texi (Regexp Search): Fix typo.
3307
01777627
CY
33082008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3309
3310 * searching.texi (Regexp Search): Document GREEDY arg.
3311 (Simple Match Data): Fix return value.
3312
c4526e93
EZ
33132008-11-01 Eli Zaretskii <eliz@gnu.org>
3314
3315 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3316 with Emacs 23 internal representation of characters.
3317 Document `unibyte-string'.
c4526e93 3318
fe2ae8b5
CY
33192008-10-28 Chong Yidong <cyd@stupidchicken.com>
3320
3321 * processes.texi (Process Information): Note that process-status
3322 does not accept buffer names.
3323
cc5a21e3
CY
33242008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3325
3326 * positions.texi (Skipping Characters): Correct return value of
3327 skip-chars-forward.
3328
09460d9a
MR
33292008-10-25 Martin Rudalics <rudalics@gmx.at>
3330
520b29e7
MR
3331 * windows.texi (Deleting Windows): Update documentation of
3332 delete-windows-on.
3333 (Buffers and Windows): Update documentations of
3334 get-buffer-window and get-buffer-window-list.
3335 (Displaying Buffers): Update documentation of
3336 replace-buffer-in-windows.
3337
09460d9a
MR
3338 * buffers.texi (Current Buffer): Reword set-buffer and
3339 with-current-buffer documentations.
3340 (Creating Buffers): Reword documentation of get-buffer-create.
3341
4d48fcdc
MR
33422008-10-23 Martin Rudalics <rudalics@gmx.at>
3343
3344 * buffers.texi (Current Buffer): Reword documentation of
3345 set-buffer.
3346 (Buffer Names): Reword documentation of buffer-name.
3347 (The Buffer List): For bury-buffer explain what happens with the
3348 buffer's window.
3349 (Creating Buffers): Say that get-buffer-create's arg is called
3350 buffer-or-name.
3351
f0143c43
CY
33522008-10-22 Chong Yidong <cyd@stupidchicken.com>
3353
3e5dbbd3
CY
3354 * advice.texi (Computed Advice): Explain what DEFINITION is.
3355
f0143c43
CY
3356 * nonascii.texi (Character Codes): Remove obsolete function
3357 char-valid-p, and document characterp instead.
3358
52a94b85
MR
33592008-10-22 Martin Rudalics <rudalics@gmx.at>
3360
3361 * windows.texi (Displaying Buffers): Reword documentation of
3362 pop-to-buffer.
3363 (Choosing Window): Rewrite documentation of display-buffer and
3364 its options.
3365
f76f8246
MR
3366 * buffers.texi (Killing Buffers): Update documentation of
3367 kill-buffer.
3368
acc8b598
EZ
33692008-10-21 Eli Zaretskii <eliz@gnu.org>
3370
80e6b6df
EZ
3371 * processes.texi (Serial Ports): Fix wording and improve markup.
3372
3645358a
EZ
3373 * searching.texi (Regexp Search): Document `string-match-p' and
3374 `looking-at-p'.
3375 (POSIX Regexps): Add an xref for "non-greedy".
3376 (Regexp Special): Add @cindex entry for "non-greedy".
3377
b3d50cff 3378 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3379 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3380
73b7530a
EZ
3381 * frames.texi (Color Names): Add an xref to `read-color'.
3382
3383 * minibuf.texi (High-Level Completion): Document `read-color'.
3384
acc8b598
EZ
3385 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3386
3387 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3388
3389 * buffers.texi (Swapping Text): New section, documents
3390 `buffer-swap-text'.
3391
10e187e8
MR
33922008-10-21 Martin Rudalics <rudalics@gmx.at>
3393
3394 * windows.texi (Resizing Windows): Minor wording fix.
3395
fd6f900c
EZ
33962008-10-20 Eli Zaretskii <eliz@gnu.org>
3397
3398 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3399 and `combine-and-quote-strings'.
3400
3401 * strings.texi (Creating Strings): Add xrefs for them.
3402
e4372165
EZ
34032008-10-19 Eli Zaretskii <eliz@gnu.org>
3404
d6328fba
EZ
3405 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3406 match the corresponding menu in minibuf.texi.
3407
e4372165
EZ
3408 * minibuf.texi (Reading File Names): Document `read-shell-command'
3409 and `minibuffer-local-shell-command-map'.
3410
5d8dda33
MR
34112008-10-19 Martin Rudalics <rudalics@gmx.at>
3412
3413 * windows.texi (Resizing Windows): Remove var{} around "window" in
3414 documentation of enlarge-window.
3415 Rewrite documentation of window-min-height and window-min-width.
3416
437706cd
EZ
34172008-10-19 Eli Zaretskii <eliz@gnu.org>
3418
80f85d7c
EZ
3419 * functions.texi (Calling Functions): Document `apply-partially'.
3420
291703b5
EZ
3421 * hooks.texi (Standard Hooks): Mention
3422 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3423
3424 * variables.texi (File Local Variables): Document
3425 `file-local-variables-alist', `before-hack-local-variables-hook'
3426 and `hack-local-variables-hook'.
3427
583d8b3c
EZ
3428 * processes.texi (Synchronous Processes): Document `process-lines'.
3429
5dcb4c4e
SM
3430 * customize.texi (Variable Definitions):
3431 Document `custom-reevaluate-setting'.
437706cd 3432
7e51d89b
MR
34332008-10-18 Martin Rudalics <rudalics@gmx.at>
3434
3435 * windows.texi (Choosing Window, Deleting Windows)
3436 (Displaying Buffers): Expand documentation of dedicated windows.
3437
43c59a3d
EZ
34382008-10-18 Eli Zaretskii <eliz@gnu.org>
3439
018a960d
EZ
3440 * files.texi (Changing Files): Document symbolic input of file
3441 modes to `set-file-modes'. Document `read-file-modes' and
3442 `file-modes-symbolic-to-number'.
3443
2c0b8144
EZ
3444 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3445 and `search-map'.
3446
5dcb4c4e
SM
3447 * searching.texi (Search and Replace):
3448 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3449 Document `multi-query-replace-map'.
80120f13 3450
6d4913f0 3451 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3452 (Completion Commands, Reading File Names):
3453 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3454 `minibuffer-local-filename-must-match-map'.
3455 (Minibuffer Completion): The `require-match' argument to
3456 `completing-read' can now have the value `confirm-only'.
3457
43c59a3d
EZ
3458 * windows.texi (Displaying Buffers): Minor wording fix.
3459 (Choosing Window): `split-height-threshold' can now be nil.
3460 Document `split-width-threshold'. `pop-up-frames' can have the
3461 value `graphic-only'.
3462
f36acfd9
EZ
34632008-10-17 Eli Zaretskii <eliz@gnu.org>
3464
3465 * os.texi (Startup Summary): Document `before-init-time' and
3466 `after-init-time'. Document `initial-window-system' and
3467 `window-system-initialization-alist'. Document reading the
3468 abbrevs file. Document the call to `server-start' under --daemon.
3469 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3470 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3471 (Time Parsing): Document `format-seconds'.
f36acfd9 3472
96995b89
MR
34732008-10-17 Martin Rudalics <rudalics@gmx.at>
3474
3475 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3476 and reword.
3477
2de17c73
EZ
34782008-10-16 Eli Zaretskii <eliz@gnu.org>
3479
3480 * markers.texi (The Mark): Document use-region-p.
3481
9cf52b11
EZ
34822008-10-15 Eli Zaretskii <eliz@gnu.org>
3483
c3aaf1d7
EZ
3484 * internals.texi (Writing Emacs Primitives): The interactive spec
3485 of a primitive can be a Lisp form.
3486
841a1743
EZ
3487 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3488 values of transient-mark-mode. Document handle-shift-selection.
3489
3490 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3491 (Interactive Examples): Show an example of `^'.
3492 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3493 (Defining Commands, Using Interactive): The interactive-form of a
3494 function can be added via its symbol's property.
841a1743 3495
52441368
EZ
3496 * positions.texi (List Motion): beginning-of-defun-function can
3497 now accept an argument.
3498
8e8c1a72
EZ
3499 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3500 now return a list of strings.
3501
a33a1f2a
EZ
3502 * control.texi (Handling Errors): Document ignore-errors.
3503
4fb04348
EZ
3504 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3505 (Parameter Access): Document set-frame-parameter.
3506
ee666f84
EZ
3507 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3508 Hooks" for the effect of kill-all-local-variables on local hook
3509 functions.
3510
9cf52b11
EZ
3511 * modes.texi (Major Mode Conventions, Mode Line Variables):
3512 `mode-name' need not be a string. xref to "Mode Line Data" for
3513 details, and to "Emulating Mode Line" for computing a string
3514 value.
3515
22526bc4
EZ
35162008-10-14 Eli Zaretskii <eliz@gnu.org>
3517
a65f6a85
EZ
3518 * processes.texi (System Processes): New section.
3519 (Processes, Signals to Processes): Add xrefs to it.
3520
3521 * objects.texi (Editing Types): A `process' is a subprocess of
3522 Emacs, not just any process running on the OS.
3523
3524 * elisp.texi (Top): Adjust the @detailmenu for the above two
3525 changes.
3526
2724b26a
EZ
3527 * sequences.texi (Char-Tables): Remove documentation of
3528 set-char-table-default, which has no effect since Emacs 23.
3529 <char-table-range, set-char-table-range>: Don't mention generic
3530 characters and charsets. Add a cons cell as a possible argument.
3531
3532 * nonascii.texi (Splitting Characters)
3533 (Translation of Characters): Don't mention generic characters.
3534
3535 * display.texi (Fontsets): Don't mention generic characters.
3536
22526bc4 3537 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3538 argument FUNCTION with a cons cell as KEY.
22526bc4 3539
eaf4b689
EZ
35402008-10-13 Eli Zaretskii <eliz@gnu.org>
3541
45e46036
EZ
3542 * objects.texi (Primitive Function Type): Move "@cindex special
3543 forms" from here...
3544
3545 * eval.texi (Special Forms): ...to here.
3546
3547 * functions.texi (What Is a Function): `functionp' returns nil for
3548 special forms. Add an xref.
3549
eaf4b689
EZ
3550 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3551 Variables".
3552
3553 * variables.texi (Frame-Local Variables): New section.
3554 (Buffer-Local Variables): Add an xref to it.
3555 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3556 have both frame-local and buffer-local binding.
3557
3558 * frames.texi (Frames): Mention multiple tty frames.
3559 (Frame Parameters, Parameter Access): Mention frame-local variable
3560 bindings.
3561
15688fce
GM
35622008-09-20 Glenn Morris <rgm@gnu.org>
3563
3564 * display.texi (Defining Faces): Recommend against face variables.
3565
35539065
JB
35662008-09-16 Juanma Barranquero <lekktu@gmail.com>
3567
3568 * display.texi (Echo Area Customization): Fix typo.
3569
6a57054b
JB
35702008-09-09 Juanma Barranquero <lekktu@gmail.com>
3571
3572 * loading.texi (Where Defined): Add `defface' item.
3573
d632fb82
MR
35742008-09-06 Martin Rudalics <rudalics@gmx.at>
3575
3576 * loading.texi (Where Defined): Fix description of symbol-file.
3577
905a9adb
JR
35782008-08-26 Jason Rumney <jasonr@gnu.org>
3579
3580 * display.texi (TIFF Images): New section describing :index property.
3581
852e91b7
CY
35822008-08-23 Chong Yidong <cyd@stupidchicken.com>
3583
3584 * display.texi (Temporary Displays): Remove unnecessary comment
3585 about usage of temp-buffer-show-hook.
3586
6be001ee
CY
35872008-08-05 Chong Yidong <cyd@stupidchicken.com>
3588
3589 * symbols.texi (Other Plists): Fix incorrect example.
3590 Suggested by Florian Beck.
3591
58e3d8e8
JB
35922008-07-31 Juanma Barranquero <lekktu@gmail.com>
3593
3594 * os.texi: Fix previous change.
3595
7c2fb837
DN
35962008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3597
3598 * os.texi:
3599 * intro.texi:
3600 * files.texi: Remove VMS support.
3601
9e2a2647
DN
36022008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3603
3604 * os.texi:
3605 * frames.texi:
3606 * display.texi: Remove mentions of Mac Carbon.
3607
c4f4682b
MB
36082008-07-01 Miles Bader <miles@gnu.org>
3609
3610 * text.texi (Special Properties):
3611 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3612
3696411e
JB
36132008-06-28 Johan Bockgård <bojohan@gnu.org>
3614
3615 * display.texi (Other Image Types): Fix copy/paste error; say
3616 "PBM", not "XBM".
3617
f2a77c3a
DN
36182008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3619
3620 * os.texi: Remove references to obsolete systems.
3621
6d52677d
EZ
36222008-06-20 Eli Zaretskii <eliz@gnu.org>
3623
3624 * makefile.w32-in (distclean): Remove makefile.
3625
1a87da4c
GM
36262008-06-17 Glenn Morris <rgm@gnu.org>
3627
3628 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3629 (elisp, dist): Remove rules and variables that are obsolete now
3630 the lisp manual is no longer distributed separately.
3631
fdda1c5d
GM
36322008-06-16 Glenn Morris <rgm@gnu.org>
3633
646692e9
GM
3634 * configure, configure.in, mkinstalldirs: Remove unused files.
3635
3636 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3637 * vol1.texi (EMACSVER):
6a57054b 3638 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3639
3640 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3641 as per maintain.info.
3642
611bee81
GM
36432008-06-15 Glenn Morris <rgm@gnu.org>
3644
a7bed3a0
GM
3645 * makefile.w32-in (manual): Use "23" rather than "21".
3646
3647 * Makefile.in (emacsver): New, set by configure.
3648 (manual): Use emacsver.
3649
d794edf2
GM
3650 * intro.texi: Report bugs using M-x report-emacs-bug.
3651
611bee81
GM
3652 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3653
c73e02fa
GM
36542008-06-13 Daniel Engeler <engeler@gmail.com>
3655
3656 * elisp.texi, internals.texi, processes.texi: Add documentation
3657 about serial port access.
3658
e40a85cd
MB
36592008-06-05 Miles Bader <miles@gnu.org>
3660
3661 * display.texi (Displaying Faces): Update to reflect function
3662 renamings in face-remap.el.
3663
7b753744
JB
36642008-06-05 Juanma Barranquero <lekktu@gmail.com>
3665
3666 * display.texi (Fontsets): Fix typos.
3667
9d3d42fb
MB
36682008-06-03 Miles Bader <miles@gnu.org>
3669
7b753744
JB
3670 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3671 remove-relative-face-remapping, set-base-face-remapping,
3672 and set-default-base-face-remapping.
9d3d42fb 3673
f2cec7a9
MB
36742008-06-01 Miles Bader <miles@gnu.org>
3675
3676 * display.texi (Displaying Faces): Add face-remapping-alist.
3677
8f39c96d
SM
36782008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3679
3680 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3681 variable names.
3682
1ef5eecc
ER
36832008-05-03 Eric S. Raymond <esr@golux>
3684
352c8b4a 3685 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3686 (current-global-map) return references, not copies.
3687
63b4387f
JL
36882008-05-02 Juri Linkov <juri@jurta.org>
3689
3690 * minibuf.texi (Text from Minibuffer): Document a list of
3691 default values for `read-from-minibuffer'.
3692
38a8b703
JB
36932008-04-24 Juanma Barranquero <lekktu@gmail.com>
3694
3695 * nonascii.texi (Translation of Characters): Fix previous change.
3696
7c42e639
CY
36972008-04-20 Chong Yidong <cyd@stupidchicken.com>
3698
3699 * display.texi (Overlay Properties): Clarify role of underlying
3700 textprop and overlay keymaps for display strings.
3701
3702 * keymaps.texi (Active Keymaps): Ditto.
3703
25c0d999
SM
37042008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3705
3706 * minibuf.texi (Programmed Completion):
3707 Replace dynamic-completion-table with the new completion-table-dynamic.
3708
e3af5968
CY
37092008-04-07 Chong Yidong <cyd@stupidchicken.com>
3710
3711 * intro.texi (Some Terms): Change "fonts in this manual" index
3712 entry to "typographic conventions".
3713
6bfc8698
EZ
37142008-04-05 Eli Zaretskii <eliz@gnu.org>
3715
3716 * objects.texi (Text Props and Strings): Add indexing for read
3717 syntax of text properties.
3718
4972c361
SM
37192008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3720
3721 * processes.texi (Decoding Output): Remove process-filter-multibyte
3722 functions.
3723
c70a68db
MR
37242008-03-15 Martin Rudalics <rudalics@gmx.at>
3725
3726 * display.texi (Finding Overlays): Say that empty overlays at
3727 the end of the buffer are reported too.
3728
1291fd36
GM
37292008-03-13 Glenn Morris <rgm@gnu.org>
3730
3731 * elisp.texi (EMACSVER): Set to 23.0.60.
3732
c6b0dfd5
CY
37332008-02-26 Chong Yidong <cyd@stupidchicken.com>
3734
38a8b703 3735 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3736
875fc30c
GM
37372008-02-22 Glenn Morris <rgm@gnu.org>
3738
3739 * frames.texi (Position Parameters): Clarify the description of
3740 `left' and `top', using information from "Geometry".
3741 (Geometry): Give a pointer to "Position Parameters", rather than
3742 repeating information.
3743
d8c8e45a
GM
37442008-02-11 Glenn Morris <rgm@gnu.org>
3745
3746 * objects.texi (Equality Predicates): No longer talk about "two"
3747 functions.
3748
38a8b703 37492008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3750
3751 * objects.texi (Equality Predicates): Add defun for
3752 equal-including-properties.
3753
bfffe0b1
GM
37542008-02-10 Glenn Morris <rgm@gnu.org>
3755
3756 * objects.texi (Equality Predicates):
3757 Mention equal-including-properties.
3758
431b78c9
RS
37592008-02-07 Richard Stallman <rms@gnu.org>
3760
3761 * windows.texi (Window Start): Mention the feature of moving
3762 window-start to start of line.
3763
c8763fb6 37642008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3765
3766 * keymaps.texi (Tool Bar): Document rtl property.
3767
1a256502
TTN
37682008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3769
3770 * display.texi (Button Types):
3771 For define-button-type, clarify type of NAME.
3772
569382c2
MR
37732008-01-19 Martin Rudalics <rudalics@gmx.at>
3774
3775 * buffers.texi (Buffer Modification): Fix typo.
3776
f3041af1
DN
37772008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3778
3779 * os.texi (System Environment): Remove references to OSes that are
3780 not supported anymore.
3781
d35e1cd7
DN
37822008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3783
3784 * os.texi (System Environment): Remove mention for Masscomp.
3785
23af7580
RS
37862008-01-04 Richard Stallman <rms@gnu.org>
3787
3788 * display.texi (Faces): Don't talk about internal face vector as arg
3789 to facep.
3790
3791 * customize.texi (Type Keywords): Fix previous change.
3792
3793 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3794 * elisp.texi (Top): Fix menu for commands.texi change.
3795
ec7d5b1e
RS
37962007-12-30 Richard Stallman <rms@gnu.org>
3797
5dcb4c4e 3798 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3799 (Accessing Scroll): New node broken out of Accessing Mouse.
3800
101a6cea
RS
38012007-12-28 Richard Stallman <rms@gnu.org>
3802
3803 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3804 (Basic Parameters): For `title', refer to title bar.
041817a4 3805 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3806
72b7e664
RS
38072007-12-23 Richard Stallman <rms@gnu.org>
3808
3809 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3810 Improve some of the commented-out keywords' text too.
3811
27a4f445
MR
38122007-12-14 Martin Rudalics <rudalics@gmx.at>
3813
e2e3f1d7
MR
3814 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3815 "visit the current buffer".
3816
27a4f445
MR
3817 * os.texi (System Interface): Fix typo.
3818
a2afc99d
RS
38192007-12-04 Richard Stallman <rms@gnu.org>
3820
3821 * objects.texi (Symbol Type): Fix typo.
3822
b694135c
RS
38232007-12-03 Richard Stallman <rms@gnu.org>
3824
3825 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3826
f99a19da
GM
38272007-12-01 Glenn Morris <rgm@gnu.org>
3828
3829 * functions.texi (Declaring Functions): Improve previous change.
3830
8f4b37d8
GM
38312007-11-30 Glenn Morris <rgm@gnu.org>
3832
3833 * functions.texi (Declaring Functions): Add optional fourth
3834 argument of declare-function, and setting third argument to `t'.
3835
61a2fe01
RS
38362007-11-29 Richard Stallman <rms@gnu.org>
3837
3838 * customize.texi (Composite Types): Document `group' type.
3839
cbfc5193
GM
38402007-11-29 Glenn Morris <rgm@gnu.org>
3841
5dcb4c4e
SM
3842 * functions.texi (Declaring Functions): Add findex.
3843 Mention `external' files.
cbfc5193 3844
8386283a
JB
38452007-11-26 Juanma Barranquero <lekktu@gmail.com>
3846
3847 * functions.texi (Declaring Functions): Fix directive.
3848
a07c9a8b
RS
38492007-11-25 Richard Stallman <rms@gnu.org>
3850
3851 * help.texi (Help Functions): Clean up last change.
3852
3853 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3854
3855 * loading.texi (Named Features): Minor cleanup.
3856
3857 * macros.texi (Eval During Expansion): Minor cleanup.
3858
3859 * variables.texi (Variable Aliases): Minor cleanup.
3860
a0925923
RS
38612007-11-24 Richard Stallman <rms@gnu.org>
3862
3863 * functions.texi (Declaring Functions): Clarify previous change.
3864
3865 * compile.texi (Compiler Errors): Clarify previous change.
3866
20c63e44
RS
38672007-11-24 Richard Stallman <rms@gnu.org>
3868
e5e76c04 3869 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3870 Clarify the text and move items around.
3871
5bb0cda3
GM
38722007-11-24 Glenn Morris <rgm@gnu.org>
3873
3874 * functions.texi (Declaring Functions): New section.
3875 * compile.texi (Compiler Errors): Mention declaring functions,
3876 defvar with no initvalue, and byte-compile-warnings.
3877
af13c86a
MR
38782007-11-15 Martin Rudalics <rudalics@gmx.at>
3879
3880 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3881 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3882
a5373305
MR
38832007-11-13 Martin Rudalics <rudalics@gmx.at>
3884
3885 * help.texi (Help Functions): Document new macro `with-help-window'.
3886
fe284805
JL
38872007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3888
3889 * searching.texi (Replacing Match): Describe new
3890 `match-substitute-replacement'.
3891
2c3a09b1
RS
38922007-10-31 Richard Stallman <rms@gnu.org>
3893
3894 * strings.texi (Creating Strings): Null strings from concat not unique.
3895
f2b480f4
RS
38962007-10-26 Richard Stallman <rms@gnu.org>
3897
3898 * objects.texi (Equality Predicates): Null strings are uniquified.
3899
3900 * minibuf.texi: Minor clarifications in previous change.
3901
db21122c
GM
39022007-10-25 Glenn Morris <rgm@gnu.org>
3903
3904 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3905
2328cbb3
RS
39062007-10-24 Richard Stallman <rms@gnu.org>
3907
3908 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3909
3910 * variables.texi (Frame-Local Variables): Node deleted.
3911 (Variables): Delete Frame-Local Variables from menu.
3912 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3913 (Default Value): Don't mention frame-local vars.
3914
3915 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3916
3917 * loading.texi (Unloading): Document FEATURE-unload-function
3918 instead of FEATURE-unload-hook.
3919
2328cbb3
RS
3920 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3921
c066bafa
JL
39222007-10-22 Juri Linkov <juri@jurta.org>
3923
3924 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3925 (High-Level Completion): Document a list of default value strings
3926 in the DEFAULT argument, for which minibuffer functions return the
3927 first element.
3928
65ced25f
JL
39292007-10-17 Juri Linkov <juri@jurta.org>
3930
3931 * text.texi (Filling): Update arguments of fill-paragraph.
3932 fill-paragraph operates on the active region in Transient Mark mode.
3933 Remove fill-paragraph-or-region.
3934
ee46ec8e
KB
39352007-10-13 Karl Berry <karl@gnu.org>
3936
3937 * elisp.texi (@dircategory): Move to after @copying,
3938 since we want @copying as close as possible to the beginning of
3939 the output.
3940
61bbdbc6
RS
39412007-10-12 Richard Stallman <rms@gnu.org>
3942
3943 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3944
3945 * commands.texi (Distinguish Interactive): New node,
3946 broken out from Interactive Call and rewritten.
3947 (Command Loop): Put Distinguish Interactive in menu.
3948
af23e1e8
RS
39492007-10-09 Richard Stallman <rms@gnu.org>
3950
3951 * text.texi (Examining Properties): Mention overlay priority.
3952
3953 * display.texi (Display Margins): Correct the description
3954 of margin display specifications.
3955 (Replacing Specs): New subnode broken out of Display Property.
3956
e1965a69
JL
39572007-10-06 Juri Linkov <juri@jurta.org>
3958
3959 * text.texi (Filling): Document fill-paragraph-or-region.
3960
4638454b
JB
39612007-10-05 Juanma Barranquero <lekktu@gmail.com>
3962
3963 * display.texi (Auto Faces): Fix typo.
3964
7ed54cc5
RS
39652007-10-02 Richard Stallman <rms@gnu.org>
3966
3967 * display.texi (Display Property): Explain some display specs
3968 don't let you move point in.
3969
5dcb4c4e
SM
3970 * frames.texi (Cursor Parameters):
3971 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
3972
3973 * windows.texi (Basic Windows): Don't describe
3974 cursor-in-non-selected-windows here.
3975
305a7ef2
EZ
39762007-10-01 Eli Zaretskii <eliz@gnu.org>
3977
3978 * processes.texi (Misc Network): Note that these functions are
3979 supported only on some systems.
3980
f7a7f4eb
RS
39812007-10-01 Richard Stallman <rms@gnu.org>
3982
3983 * display.texi (Overlay Properties): Explain nil as priority.
3984 Explain that conflicts are unpredictable if not resolved by
3985 priorities.
3986
780d7bb9
RS
39872007-09-23 Richard Stallman <rms@gnu.org>
3988
3989 * macros.texi (Backquote): Minor clarification.
3990
14b4fdfb
RS
39912007-09-19 Richard Stallman <rms@gnu.org>
3992
3993 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3994 Clarify when they work in parallel and when one overrides.
3995 Fix error in example.
14b4fdfb 3996
b8d4c8d0
GM
39972007-09-06 Glenn Morris <rgm@gnu.org>
3998
b3e755a9 3999 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4000 commands to use ../../info.
4001 * Makefile.in (infodir): Go up one more level.
4638454b 4002 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4003 (miscmanualdir): New.
4004 (dist): Use new variable miscmanualdir.
4005 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4006 (usermanualdir): Change from ../man to ../emacs.
4007
1bb1f7d3
MR
40082007-08-30 Martin Rudalics <rudalics@gmx.at>
4009
4010 * commands.texi (Command Loop Info): Advise against changing
4011 most variables described here. Explain new variable
4012 last-repeatable-command.
4013
b8d4c8d0
GM
40142007-08-29 Glenn Morris <rgm@gnu.org>
4015
4016 * elisp.texi (EMACSVER): Increase to 23.0.50.
4017
40182007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4019
4020 * frames.texi (Basic Parameters): Add display-environment-variable
4021 and term-environment-variable.
4022
40232007-08-28 Juri Linkov <juri@jurta.org>
4024
4025 * display.texi (Image Formats, Other Image Types): Add SVG.
4026
40272007-08-28 Juri Linkov <juri@jurta.org>
4028
4029 * display.texi (Images): Move formats-related text to new node
4030 "Image Formats".
4031 (Image Formats): New node.
4032
619fb9ee
RS
40332007-08-27 Richard Stallman <rms@gnu.org>
4034
4035 * windows.texi (Window Configurations): Clarify what
4036 a window configuration saves.
4037
b8d4c8d0
GM
40382007-08-25 Richard Stallman <rms@gnu.org>
4039
4040 * display.texi (Images): Delete redundant @findex.
4041
39f9da30
GM
40422007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4043
4044 * text.texi (Change Hooks): (after|before)-change-functions are no
4045 longer bound to nil while running; rather inhibit-modification-hooks
4046 is t.
4047
b8d4c8d0
GM
40482007-08-16 Richard Stallman <rms@gnu.org>
4049
5dcb4c4e
SM
4050 * processes.texi (Asynchronous Processes):
4051 Clarify doc of start-file-process.
b8d4c8d0
GM
4052
40532007-08-08 Martin Rudalics <rudalics@gmx.at>
4054
4055 * modes.texi (Example Major Modes): Fix typo.
4056
40572007-08-08 Glenn Morris <rgm@gnu.org>
4058
4059 * intro.texi (nil and t): Do not use `iff' in documentation.
4060
4061 * tips.texi (Documentation Tips): Recommend against `iff'.
4062
40632007-08-07 Chong Yidong <cyd@stupidchicken.com>
4064
4065 * display.texi (Image Cache): Document image-refresh.
4066
40672007-08-06 Martin Rudalics <rudalics@gmx.at>
4068
4069 * windows.texi (Size of Window): Document window-full-width-p.
4070
40712007-07-25 Glenn Morris <rgm@gnu.org>
4072
4073 * gpl.texi (GPL): Replace license with GPLv3.
4074
4075 * Relicense all FSF files to GPLv3 or later.
4076
40772007-07-24 Michael Albinus <michael.albinus@gmx.de>
4078
4638454b
JB
4079 * processes.texi (Synchronous Processes):
4080 Add `process-file-shell-command'.
b8d4c8d0
GM
4081 (Asynchronous Processes): Mention restricted use of
4082 `process-filter' and `process-sentinel' in
4083 `start-file-process'. Add `start-file-process-shell-command'.
4084
40852007-07-17 Michael Albinus <michael.albinus@gmx.de>
4086
4087 * files.texi (Magic File Names): Introduce optional parameter
4088 IDENTIFICATION for `file-remote-p'.
4089
40902007-07-16 Richard Stallman <rms@gnu.org>
4091
4092 * display.texi (Defining Faces): Fix previous change.
4093
40942007-07-14 Richard Stallman <rms@gnu.org>
4095
4096 * control.texi (Handling Errors): Document `debug' in handler list.
4097
40982007-07-10 Richard Stallman <rms@gnu.org>
4099
4100 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4101
41022007-07-09 Richard Stallman <rms@gnu.org>
4103
4104 * files.texi (Magic File Names): Rewrite previous change.
4105
41062007-07-08 Michael Albinus <michael.albinus@gmx.de>
4107
4108 * files.texi (Magic File Names): Introduce optional parameter
4109 CONNECTED for `file-remote-p'.
4110
41112007-07-07 Michael Albinus <michael.albinus@gmx.de>
4112
4113 * processes.texi (Asynchronous Processes):
4114 * files.texi (Magic File Names): Add `start-file-process'.
4115
41162007-06-27 Richard Stallman <rms@gnu.org>
4117
5dcb4c4e
SM
4118 * files.texi (Format Conversion Piecemeal):
4119 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4120
41212007-06-27 Michael Albinus <michael.albinus@gmx.de>
4122
4638454b
JB
4123 * files.texi (Magic File Names): Remove `dired-call-process'.
4124 Add `process-file'.
b8d4c8d0
GM
4125
41262007-06-27 Kenichi Handa <handa@m17n.org>
4127
4128 * text.texi (Special Properties): Fix description about
4638454b 4129 `composition' property.
b8d4c8d0
GM
4130
41312007-06-26 Kenichi Handa <handa@m17n.org>
4132
4133 * nonascii.texi (Default Coding Systems): Document about the
4134 return value `undecided'.
4135
41362007-06-25 David Kastrup <dak@gnu.org>
4137
4138 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4139 `current-active-maps'.
4140
41412007-06-24 Karl Berry <karl@gnu.org>
4142
4638454b 4143 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4144
41452007-06-15 Juanma Barranquero <lekktu@gmail.com>
4146
4147 * display.texi (Overlay Arrow): Doc fix.
4148
41492007-06-14 Karl Berry <karl@tug.org>
4150
4151 * anti.texi (Antinews): Typo.
4152
41532007-06-14 Chong Yidong <cyd@stupidchicken.com>
4154
4155 * display.texi (Image Cache): Document image-refresh.
4156
41572007-06-12 Karl Berry <karl@gnu.org>
4158
4159 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4160 * two-volume.make: New file.
4161 * .cvsignore: Ignore two-volume files.
4162
41632007-06-12 Tom Tromey <tromey@redhat.com>
4164
4165 * os.texi (Init File): Document user-emacs-directory.
4166
41672007-06-03 Nick Roberts <nickrob@snap.net.nz>
4168
4169 * commands.texi (Click Events): Describe width and height when
4170 object is nil.
4171
41722007-05-30 Nick Roberts <nickrob@snap.net.nz>
4173
5dcb4c4e
SM
4174 * commands.texi (Click Events): Layout more logically.
4175 Describe width and height.
b8d4c8d0
GM
4176 (Drag Events, Motion Events): Update to new format for position.
4177
41782007-06-02 Richard Stallman <rms@gnu.org>
4179
4180 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4181
41822007-06-02 Chong Yidong <cyd@stupidchicken.com>
4183
4184 * Version 22.1 released.
4185
41862007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4187
4188 * text.texi (Special Properties): Correct meaning of fontified face.
4189
41902007-05-30 Richard Stallman <rms@gnu.org>
4191
4192 * text.texi (Special Properties): Add link to Adjusting Point.
4193
41942007-05-12 Richard Stallman <rms@gnu.org>
4195
4196 * text.texi (Margins): indent-to-left-margin is not the default.
4197 (Mode-Specific Indent): For indent-line-function, the default
4198 is indent-relative.
4199
4200 * modes.texi (Example Major Modes): Explain last line of text-mode
4201 is redundant.
4202
42032007-05-10 Richard Stallman <rms@gnu.org>
4204
4205 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4206
4207 * help.texi (Keys in Documentation): Add reference to
4208 Documentation Tips.
4209
4210 * files.texi (Format Conversion): TO-FN gets three arguments.
4211
4212 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4213
42142007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4215
4216 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4217 * files.texi (Format Conversion): Expand intro; add menu.
4218 (Format Conversion Overview, Format Conversion Round-Trip)
4219 (Format Conversion Piecemeal): New nodes/subsections.
4220 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4221 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4222 (Saving Properties): Delete node/subsection.
4223
42242007-05-07 Karl Berry <karl@gnu.org>
4225
4226 * elisp.texi (EMACSVER): Back to 22.
4227
42282007-05-06 Richard Stallman <rms@gnu.org>
4229
4230 * processes.texi (Accepting Output): Revert most of previous change.
4231
42322007-05-05 Richard Stallman <rms@gnu.org>
4233
4234 * processes.texi (Accepting Output): accept-process-output
4235 uses microseconds, not milliseconds. But that arg is obsolete.
4236
42372007-05-04 Karl Berry <karl@tug.org>
4238
4239 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4240
42412007-05-04 Eli Zaretskii <eliz@gnu.org>
4242
4243 * tips.texi (Documentation Tips): Rearrange items to place the
4244 more important ones first. Add an index entry for hyperlinks.
4245
42462007-05-03 Karl Berry <karl@gnu.org>
4247
4248 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4249 (EMACSVER) [smallbook]: 22 for printed version.
4250
4251 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4252 so restore anchor to normal position after defun. Found by Kevin Ryde.
4253
42542007-04-26 Glenn Morris <rgm@gnu.org>
4255
4256 * elisp.texi (EMACSVER): Increase to 22.1.50.
4257
42582007-04-28 Karl Berry <karl@gnu.org>
4259
4260 * elisp.texi: Improve line breaks on copyright page,
4261 similar layout to emacs manual, 8.5x11 by default.
4262
42632007-04-24 Richard Stallman <rms@gnu.org>
4264
4265 * text.texi (Special Properties): Add xref to Overlay Properties.
4266
4267 * display.texi (Overlay Properties): Add xref to Special Properties.
4268
42692007-04-22 Richard Stallman <rms@gnu.org>
4270
4271 * keymaps.texi (Extended Menu Items): Move the info about
4272 format with cached keyboard binding.
4273
42742007-04-21 Richard Stallman <rms@gnu.org>
4275
4276 * text.texi (Special Properties): Clarify previous change.
4277
4278 * files.texi (File Name Expansion): Clarify previous change.
4279
4280 * display.texi (Attribute Functions): Fix example for
4281 face-attribute-relative-p.
4282
42832007-04-19 Kenichi Handa <handa@m17n.org>
4284
4285 * text.texi (Special Properties): Document composition property.
4286
42872007-04-19 Glenn Morris <rgm@gnu.org>
4288
4289 * files.texi (File Name Expansion): Mention "superroot".
4290
42912007-04-15 Chong Yidong <cyd@stupidchicken.com>
4292
4293 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4294 setups.
4295 (Display Feature Testing): Note that display refers to all
4296 physical monitors for multi-monitor setups.
4297
42982007-04-14 Richard Stallman <rms@gnu.org>
4299
4300 * lists.texi (Sets And Lists): Clarify `delete' examples.
4301 Remove spurious xref to same node.
4302 Clarify xref for add-to-list.
4303
43042007-04-12 Nick Roberts <nickrob@snap.net.nz>
4305
4306 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4307 value of lisp-mode-map.
4308
43092007-04-11 Karl Berry <karl@gnu.org>
4310
4311 * anti.texi (Antinews):
4312 * display.texi (Overlay Properties, Defining Images):
4313 * processes.texi (Synchronous Processes, Sentinels):
4314 * syntax.texi (Syntax Table Internals):
4315 * searching.texi (Regexp Special):
4316 * nonascii.texi (Default Coding Systems):
4317 * text.texi (Special Properties):
4318 * minibuf.texi (Basic Completion): Wording to improve breaks in
4319 8.5x11 format.
4320 * elisp.texi (smallbook): New @set to more easily switch between
4321 smallbook and 8.5x11.
4322
43232007-04-11 Richard Stallman <rms@gnu.org>
4324
4325 * text.texi (Lazy Properties): Minor fix.
4326
43272007-04-08 Karl Berry <karl@gnu.org>
4328
4329 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4330 * macros.texi (Backquote): Downcase Backquote in index entries for
4331 consistency.
4332
43332007-04-08 Richard Stallman <rms@gnu.org>
4334
4335 * text.texi (Adaptive Fill): Just describe default,
4336 don't show it (since it contains non-ASCII chars).
4337
43382007-04-07 Karl Berry <karl@gnu.org>
4339
4340 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4341 adaptive-fill-regexp's value, since they are not in the standard
4342 TeX fonts.
4343
43442007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4345
4346 * display.texi (Defining Faces): Fix example.
4347
43482007-04-07 Karl Berry <karl@gnu.org>
4349
4350 * display.texi (Button Buffer Commands): Improve page break.
4351
43522007-04-07 Richard Stallman <rms@gnu.org>
4353
4354 * advice.texi (Activation of Advice): Remove redundant index entry.
4355
4356 * backups.texi: Improve index entries. Remove redundant ones.
4357
4358 * compile.texi (Byte Compilation): Improve index entry.
4359
4360 * hash.texi (Creating Hash): Improve index entry.
4361
4362 * symbols.texi (Definitions): Improve index entry.
4363
4364 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4365
4366 * maps.texi (Standard Keymaps): Remove useless index entry.
4367
4368 * help.texi (Documentation Basics): Remove redundant index entries.
4369
4370 * customize.texi: Improve index entries.
4371 Remove redundant/useless ones.
4372
4373 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4374
4375 * streams.texi (Output Variables): Improve index entry.
4376
4377 * abbrevs.texi (Abbrevs): Remove useless index entry.
4378
4379 * macros.texi (Expansion): Remove useless index entry.
4380
4381 * text.texi: Improve index entries. Remove redundant/useless ones.
4382 (Text Properties, Examining Properties)
4383 (Special Properties): Use "property category" instead of "category"
4384 to refer to the `category' property.
4385
4386 * positions.texi: Improve index entries. Remove useless one.
4387
4388 * lists.texi: Improve index entries. Remove redundant/useless ones.
4389
4390 * os.texi: Improve index entries.
4391 (Timers): Fix previous change.
4392
4393 * buffers.texi: Improve index entries.
4394 (Modification Time): Get rid of term "obsolete buffer".
4395
4396 * debugging.texi: Improve index entries.
4397 (Test Coverage): Add xref to other test coverage ftr.
4398
4399 * eval.texi: Improve index entry. Remove redundant ones.
4400
4401 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4402
4403 * files.texi: Improve index entries. Remove redundant/useless ones.
4404
4405 * objects.texi: Improve index entries.
4406
4407 * processes.texi: Improve index entries.
4408
4409 * modes.texi: Improve index entry. Remove redundant one.
4410
4411 * nonascii.texi: Improve index entries.
4412
4413 * internals.texi: Improve index entries.
4414
4415 * syntax.texi: Improve index entries.
4416
4417 * keymaps.texi (Active Keymaps): Improve index entries.
4418
4419 * commands.texi: Improve index entries. Remove redundant/useless ones.
4420
4421 * frames.texi: Improve index entries. Remove redundant/useless ones.
4422
4423 * markers.texi: Improve index entries. Remove redundant ones.
4424
4425 * tips.texi: Improve index entries.
4426
4427 * loading.texi (Unloading): Improve index entry.
4428
4429 * variables.texi: Improve index entries. Remove redundant one.
4430
4431 * sequences.texi: Improve index entry.
4432
4433 * display.texi: Improve index entries. Remove redundant ones.
4434
4435 * windows.texi: Improve index entries.
4436
4437 * searching.texi: Improve index entries. Remove redundant one.
4438
4439 * strings.texi (Case Tables): Improve last change.
4440
44412007-04-04 Chong Yidong <cyd@stupidchicken.com>
4442
4443 * strings.texi (Case Tables): Document with-case-table and
4444 ascii-case-table.
4445
44462007-04-03 Karl Berry <karl@gnu.org>
4447
4448 * processes.texi (Network): Reword to improve page break.
4449
44502007-04-03 Eli Zaretskii <eliz@gnu.org>
4451
4452 * functions.texi (Inline Functions): Describe more disadvantages
4453 of defsubst, and make advice against it stronger.
4454
44552007-04-02 Karl Berry <karl@gnu.org>
4456
4457 * backups.texi (Backup Names): Avoid widow words.
4458 * modes.texi (Example Major Modes): Align last comment.
4459
44602007-04-01 Chong Yidong <cyd@stupidchicken.com>
4461
4462 * keymaps.texi (Remapping Commands): Document new arg to
4463 command-remapping.
4464
44652007-04-01 Karl Berry <karl@gnu.org>
4466
4467 * processes.texi (Low-Level Network): Typo.
4468 * loading.texi (Hooks for Loading): Avoid double "the".
4469 * keymaps.texi (Key Sequences): No double "and".
4470 (Changing Key Bindings): Shorten to improve line break.
4471
44722007-03-31 Glenn Morris <rgm@gnu.org>
4473
4474 * os.texi (Timers): Fix description of run-at-time TIME formats.
4475
44762007-03-31 Richard Stallman <rms@gnu.org>
4477
4478 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4479 regarding ellipsis.
4480
44812007-03-31 Eli Zaretskii <eliz@gnu.org>
4482
4483 * intro.texi (nil and t):
4484 * symbols.texi (Plists and Alists):
4485 * variables.texi (Variable Aliases, Constant Variables):
4486 * functions.texi (Defining Functions):
4487 * advice.texi (Advising Primitives):
4488 * debugging.texi (Syntax Errors, Compilation Errors):
4489 * minibuf.texi (Minibuffer Windows):
4490 * commands.texi (Adjusting Point):
4491 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4492 (Auto Major Mode, Major Mode Conventions):
4493 * help.texi (Describing Characters):
4494 * files.texi (Create/Delete Dirs, Information about Files)
4495 (File Locks, Writing to Files, Reading from Files)
4496 (Saving Buffers):
4497 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4498 * frames.texi (Finding All Frames):
4499 * positions.texi (Buffer End, Motion):
4500 * markers.texi (The Region):
4501 * text.texi (Deletion, Near Point):
4502 * display.texi (Displaying Messages, Truncation):
4503 * os.texi (Processor Run Time):
4504 * tips.texi (Key Binding Conventions, Programming Tips)
4505 (Warning Tips, Documentation Tips, Comment Tips):
4506 * internals.texi (Memory Usage): Improve indexing.
4507
4508 * variables.texi (Frame-Local Variables):
4509 * functions.texi (Argument List):
4510 * loading.texi (Library Search):
4511 * streams.texi (Output Variables):
4512 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4513 * searching.texi (Replacing Match, Search and Replace):
4514 * processes.texi (Byte Packing, Decoding Output)
4515 (Accepting Output, Network Servers, Shell Arguments):
4516 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4517 * windows.texi (Window Point, Window Start):
4518 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4519 * commands.texi (Reading Input, Keyboard Events):
4520 * minibuf.texi (Reading File Names, Minibuffer Completion)
4521 (Recursive Mini):
4522 * positions.texi (List Motion):
4523 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4524 * numbers.texi (Arithmetic Operations, Math Functions)
4525 (Predicates on Numbers, Comparison of Numbers):
4526 (Numeric Conversions):
4527 * locals.texi (Standard Buffer-Local Variables):
4528 * maps.texi (Standard Keymaps):
4529 * os.texi (User Identification, System Environment, Recording Input)
4530 (X11 Keysyms):
4531 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4532 * backups.texi (Backups and Auto-Saving):
4533 * customize.texi (Customization, Group Definitions)
4534 (Variable Definitions):
4535 * compile.texi (Byte Compilation): Improve index entries.
4536
45372007-03-31 Karl Berry <karl@gnu.org>
4538
4539 * macros.texi (Defining Macros): Avoid widow syllable.
4540
45412007-03-31 Eli Zaretskii <eliz@gnu.org>
4542
4543 * elisp.texi (Top): Postscript -> PostScript.
4544
4545 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4546
45472007-03-31 Markus Triska <markus.triska@gmx.at>
4548
4549 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4550
45512007-03-30 Karl Berry <karl@gnu.org>
4552
4553 * lists.texi (List-related Predicates): Remove spurious @need.
4554 (Setcdr): Use @smallexample to improve page break.
4555 (Association Lists) <assoc>: Reword to improve page break.
4556
4557 * strings.texi (String Conversion): Insert blank line to improve
4558 page break.
4559
4560 * numbers.texi (Random Numbers): Use @minus{}.
4561 (Math Functions): Use @minus{}.
4562
4563 * intro.texi (Acknowledgements): Avoid line breaks before middle
4564 initials.
4565
45662007-03-24 Eli Zaretskii <eliz@gnu.org>
4567
4568 * errors.texi (Standard Errors): Add an index entry.
4569
45702007-03-19 Richard Stallman <rms@gnu.org>
4571
4572 * os.texi (Recording Input): recent-keys now gives 300 keys.
4573
45742007-03-12 Glenn Morris <rgm@gnu.org>
4575
4576 * os.texi: Replace "daylight savings" with "daylight saving"
4577 throughout.
4578
45792007-03-05 Richard Stallman <rms@gnu.org>
4580
5dcb4c4e
SM
4581 * variables.texi (File Local Variables):
4582 Update enable-local-variables values.
b8d4c8d0
GM
4583
45842007-03-04 Richard Stallman <rms@gnu.org>
4585
4586 * syntax.texi (Control Parsing): Minor clarification.
4587
4588 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4589
4590 * sequences.texi (Sequence Functions): Move string-bytes away,
4591 add xref.
4592
4593 * nonascii.texi (Text Representations): Move string-bytes here.
4594
4595 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4596
4597 * minibuf.texi (Basic Completion): Minor clarification.
4598
4599 * markers.texi (The Mark): Clarify existence vs activation of mark.
4600 Other cleanup.
4601
4602 * display.texi (Finding Overlays): Write better example.
4603
4604 * compile.texi (Eval During Compile): Clarify putting macros
4605 in eval-when-compile.
4606
c5602427 46072007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4608
4609 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4610 load-read-function definition doc.
b8d4c8d0
GM
4611
46122007-02-21 Kim F. Storm <storm@cua.dk>
4613
4614 * strings.texi (Text Comparison): Mention that assoc-string
4615 converts symbols to strings before testing.
4616
46172007-02-17 Kim F. Storm <storm@cua.dk>
4618
4619 * processes.texi (Bindat Spec): Vector types can have optional
4620 element type.
4621 (Bindat Examples): Fix example. Add vector with element type.
4622
46232007-02-16 Andreas Schwab <schwab@suse.de>
4624
4625 * strings.texi (Formatting Strings): Document '+' flag.
4626
46272007-02-15 Juanma Barranquero <lekktu@gmail.com>
4628
4629 * strings.texi (Modifying Strings): Clarify that `clear-string'
4630 always converts the string to unibyte.
4631
46322007-02-14 Kim F. Storm <storm@cua.dk>
4633
4634 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4635 Rewrite glyph code description to refer to these functions.
4636 Remove details of encoding face number and char into integer code.
4637
46382007-02-03 Alan Mackenzie <acm@muc.de>
4639
4640 * loading.texi (Hooks for Loading): Make the description of
4641 `eval-after-load' more detailed, and amend the description of
4642 after-load-alist, in accordance with changes from 2006-05.
4643
46442007-02-03 Chong Yidong <cyd@stupidchicken.com>
4645
4646 * modes.texi (Defining Minor Modes): Document that a :require
4647 keyword or similar may be required to make saved customization
4648 variables work.
4649
46502007-02-03 Eli Zaretskii <eliz@gnu.org>
4651
4652 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4653 Texinfo guidelines and with what texnfo-upd.el expects.
4654 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4655 parts needed by `texinfo-multiple-files-update'.
4656
46572007-02-02 Eli Zaretskii <eliz@gnu.org>
4658
4659 * elisp.texi (Top): Update the top-level menus.
4660
4661 * syntax.texi (Categories): Add index entries.
4662
46632007-02-01 Juanma Barranquero <lekktu@gmail.com>
4664
4665 * display.texi (Attribute Functions): Fix name and description of
4666 the UNDERLINE arg of `set-face-underline-p'.
4667
46682007-01-29 Eli Zaretskii <eliz@gnu.org>
4669
4670 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4671 Variables", and "Standard Keymaps" to the detailed menu.
4672
4673 * variables.texi (Future Local Variables): Add index entry.
4674
46752007-01-28 Richard Stallman <rms@gnu.org>
4676
4677 * tips.texi (Coding Conventions): Clarify the tip about macros
4678 that define a function or a variable.
4679
4680 * files.texi (File Attributes): UID and GID can be floats.
4681 (Magic File Names): Explain why deferring all operations to
4682 the standard handler does not work.
4683
46842007-01-23 Martin Rudalics <rudalics@gmx.at>
4685
4686 * backups.texi (Reverting): Use "buffer" instead of "file"
4687 when talking about major and minor modes.
4688
46892007-01-21 Richard Stallman <rms@gnu.org>
4690
4691 * help.texi (Documentation): Add xref to Documentation Tips.
4692
46932007-01-14 Juanma Barranquero <lekktu@gmail.com>
4694
4695 * tips.texi (Coding Conventions): Fix typos.
4696
46972007-01-05 Richard Stallman <rms@gnu.org>
4698
4699 * modes.texi (Defining Minor Modes): Fix previous change.
4700
47012007-01-03 Richard Stallman <rms@gnu.org>
4702
4703 * customize.texi (Variable Definitions, Customization Types):
4704 Don't use * in doc string for defcustom.
4705
47062007-01-02 Richard Stallman <rms@gnu.org>
4707
4708 * variables.texi (Variable Aliases): Clarify that aliases vars
4709 always have the same value.
4710
4711 * processes.texi (Bindat Spec): Fix Texinfo usage.
4712
4713 * modes.texi (Defining Minor Modes): Explain effect of command
4714 defined with define-global-minor-mode on new buffers.
4715
47162006-12-30 Kim F. Storm <storm@cua.dk>
4717
4718 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4719 `auto-resize-tool-bars'.
4720
47212006-12-30 Richard Stallman <rms@gnu.org>
4722
4723 * keymaps.texi (Active Keymaps): Fix previous change.
4724
47252006-12-30 Nick Roberts <nickrob@snap.net.nz>
4726
4727 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4728
47292006-12-30 Kim F. Storm <storm@cua.dk>
4730
4731 * processes.texi (Bindat Spec): Clarify using field names in
4732 length specifications.
4733
47342006-12-29 Kim F. Storm <storm@cua.dk>
4735
4736 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4737 Add count and index variables for eval forms in repeat blocks.
4738
47392006-12-24 Richard Stallman <rms@gnu.org>
4740
5dcb4c4e
SM
4741 * customize.texi (Variable Definitions):
4742 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4743
47442006-12-19 Kim F. Storm <storm@cua.dk>
4745
4746 * commands.texi (Misc Events): User signals now result in sigusr1
4747 and sigusr2 events which are handled through special-event-map.
4748 (Special Events): User signals and drag-n-drop are special.
4749
47502006-12-17 Richard Stallman <rms@gnu.org>
4751
4752 * loading.texi (Named Features): Explain subfeatures better.
4753
4754 * customize.texi: Use "option" only for user options.
4755 For the keyword values inside defcustom etc, say "keywords".
4756 For :options value's elements, say "elements".
4757 :group should not be omitted.
4758
4759 * syntax.texi (Parsing Expressions): Split up node.
4760 (Motion via Parsing, Position Parse, Parser State)
4761 (Low-Level Parsing, Control Parsing): New subnodes.
4762 (Parser State): Document syntax-ppss-toplevel-pos.
4763
4764 * positions.texi (List Motion): Punctuation fix.
4765
4766 * files.texi (File Name Completion): Document PREDICATE arg
4767 to file-name-completion.
4768
47692006-12-16 Eli Zaretskii <eliz@gnu.org>
4770
4771 * internals.texi (Building Emacs, Writing Emacs Primitives):
4772 Add index entries.
4773
47742006-12-11 Richard Stallman <rms@gnu.org>
4775
4776 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4777 affects face menu. Explain how to make it non-nil without enabling
4778 any fontification.
4779
47802006-12-10 Chong Yidong <cyd@stupidchicken.com>
4781
4782 * modes.texi (Font Lock Basics): Document nil value of
4783 font-lock-defaults.
4784
47852006-12-10 Glenn Morris <rgm@gnu.org>
4786
4787 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4788 value for system-flag argument. Abbrev tables may not be empty
4789 when major modes are loaded.
4790
47912006-12-08 Juanma Barranquero <lekktu@gmail.com>
4792
4793 * makefile.w32-in (maintainer-clean): Partially revert last
4794 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4795 to protect elisp-covers.texi.
4796
47972006-12-07 Juanma Barranquero <lekktu@gmail.com>
4798
4799 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4800 Don't remove elisp* info files; they are already deleted by the
4801 `clean' and `distclean' targets, and they are in the $(infodir)
4802 directory, not the current one.
4803
48042006-12-04 Kim F. Storm <storm@cua.dk>
4805
4806 * commands.texi (Misc Events): Update signal events.
4807 (Event Examples): Add signal example.
4808
48092006-11-29 Richard Stallman <rms@gnu.org>
4810
4811 * frames.texi (Visibility of Frames): Explain visible windows
4812 can be covered by others. Add xref for raise-frame.
4813
48142006-11-28 Richard Stallman <rms@gnu.org>
4815
4816 * searching.texi (Regexp Special): Update when ^ is special.
4817
48182006-11-27 Eli Zaretskii <eliz@gnu.org>
4819
4820 * customize.texi (Customization, Common Keywords)
4821 (Group Definitions, Variable Definitions, Composite Types)
4822 (Type Keywords, Customization Types): Add index entries for
4823 various customization keywords.
4824
48252006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4828
c8763fb6 48292006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4830
4831 * frames.texi (Window System Selections): Remove clipboard from
4832 description of selection-coding-system.
4833
48342006-11-06 Richard Stallman <rms@gnu.org>
4835
4836 * lists.texi (List Variables): Document COMPARE-FN.
4837
4838 * keymaps.texi: Avoid use of "binding" to mean a relation;
4839 use it only to refer to the meaning associated with a key.
4840 (Keymaps): Change menu node description.
4841
4842 * elisp.texi (Top): Change menu node description.
4843
4844 * display.texi (Managing Overlays): Document overlay-recenter.
4845
48462006-10-29 Chong Yidong <cyd@stupidchicken.com>
4847
4848 * Makefile.in: Use relative paths to avoid advertising filesystem
4849 contents during compilation.
4850
48512006-10-23 Kim F. Storm <storm@cua.dk>
4852
4853 * commands.texi (Event Input Misc): Update unread-command-events.
4854
48552006-10-23 Nick Roberts <nickrob@snap.net.nz>
4856
4857 * lists.texi (Sets And Lists): Fix typos.
4858
48592006-10-18 Juanma Barranquero <lekktu@gmail.com>
4860
4861 * control.texi (Processing of Errors): Use @var for an argument,
4862 not @code.
4863
48642006-10-16 Richard Stallman <rms@gnu.org>
4865
4866 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4867
4868 * keymaps.texi (Format of Keymaps): Show all the keymap element
4869 patterns that result from menu items.
4870 (Key Lookup): Minor cleanups.
4871
4872 * modes.texi (Precalculated Fontification): Don't say that
4873 not setting font-lock-defaults avoids loading font-lock.
4874
4875 * help.texi (Documentation): Move xref to Emacs Manual here.
4876 (Documentation Basics): From here.
4877 Also doc emacs-lisp-docstring-fill-column.
4878
4879 * elisp.texi: Update version and ISBN.
4880
4881 * commands.texi (Interactive Call): Clarify KEYS arg to
4882 call-interactively is a vector.
4883 (Command Loop Info): Delete anchor in this-command-keys.
4884 Add anchor in this-command-keys-vector.
4885 (Recursive Editing): Document how recursive-edit
4886 handles the current buffer.
4887
48882006-10-13 Chong Yidong <cyd@stupidchicken.com>
4889
4890 * frames.texi (Frame Titles): %c and %l are ignored in
4891 frame-title-format.
4892
48932006-10-11 Richard Stallman <rms@gnu.org>
4894
4895 * keymaps.texi (Key Sequences): Clarify use of kbd.
4896
48972006-10-10 Kim F. Storm <storm@cua.dk>
4898
4899 * lists.texi (Sets And Lists): Add memql.
4900
49012006-10-03 Richard Stallman <rms@gnu.org>
4902
4903 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4904 Clarify :ascii: and :nonascii:.
4905
49062006-09-29 Juri Linkov <juri@jurta.org>
4907
4908 * modes.texi (%-Constructs): Reorder coding systems in the
4909 documentation of %z to the real order displayed in the modeline.
4910
49112006-09-25 Richard Stallman <rms@gnu.org>
4912
4913 * os.texi (Timers): Describe timer-max-repeats.
4914
49152006-09-25 Chong Yidong <cyd@stupidchicken.com>
4916
4917 * os.texi (Timers): Mention with-local-quit.
4918
49192006-09-24 Richard Stallman <rms@gnu.org>
4920
4921 * searching.texi (Searching and Matching): Mention property search.
4922
4923 * commands.texi (Command Loop Info): Explain how read-event affects
4924 this-command-keys.
4925
49262006-09-20 Richard Stallman <rms@gnu.org>
4927
4928 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4929
4930 * windows.texi (Window Start): Minor cleanups.
4931
49322006-09-20 Kim F. Storm <storm@cua.dk>
4933
4934 * windows.texi (Window Start): pos-visible-in-window-p allows
4935 specifying t for position to mean "end of window".
4936 Add window-line-height.
4937
4938 * anti.texi (Antinews): Mention window-line-height.
4939
49402006-09-19 David Kastrup <dak@gnu.org>
4941
4942 * keymaps.texi (Searching Keymaps): Small clarification.
4943
49442006-09-18 Richard Stallman <rms@gnu.org>
4945
4946 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4947 cause keyboard menus.
4948 (Menu Keymaps): Likewise.
4949 (Defining Menus, Keyboard Menus): Clarify.
4950
4951 * text.texi (Fields): Clarify explanation of constrain-to-field.
4952
49532006-09-16 Eli Zaretskii <eliz@gnu.org>
4954
4955 * variables.texi (Tips for Defining): Fix a typo.
4956
49572006-09-15 Richard Stallman <rms@gnu.org>
4958
4959 * keymaps.texi (Remapping Commands, Searching Keymaps)
4960 (Active Keymaps): Clean up previous change.
4961
49622006-09-15 Jay Belanger <belanger@truman.edu>
4963
4964 * gpl.texi: Replace "Library Public License" by "Lesser Public
4965 License" throughout.
4966
49672006-09-15 David Kastrup <dak@gnu.org>
4968
4969 * keymaps.texi (Active Keymaps): Adapt description to use
4970 `get-char-property' instead `get-text-property'. Explain how
4971 mouse events change this. Explain the new optional argument of
4972 `key-binding' and its mouse-dependent lookup.
4973 (Searching Keymaps): Adapt description similarly.
4974 (Remapping Commands): Explain the new optional argument of
4975 `command-remapping'.
4976
49772006-09-14 Richard Stallman <rms@gnu.org>
4978
4979 * keymaps.texi (Searching Keymaps): Clarification.
4980 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4981
49822006-09-13 Richard Stallman <rms@gnu.org>
4983
4984 * objects.texi (Character Type): Node split.
4985 Add xref to Describing Characters.
4986 (Basic Char Syntax, General Escape Syntax)
4987 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4988
49892006-09-11 Richard Stallman <rms@gnu.org>
4990
4991 * display.texi (Display Table Format): Wording clarification.
4992 (Glyphs): Clarifications.
4993
49942006-09-10 Chong Yidong <cyd@stupidchicken.com>
4995
4996 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4997 local maps.
4998
49992006-09-10 Kim F. Storm <storm@cua.dk>
5000
5001 * display.texi (Forcing Redisplay): Document return value of
5002 function redisplay.
5003
50042006-09-09 Richard Stallman <rms@gnu.org>
5005
5006 * windows.texi (Window Hooks): Explain limits of
5007 window-scroll-functions.
5008
5009 * display.texi (Fringe Indicators): Update for last change in
5010 indicate-buffer-boundaries.
5011
50122006-09-08 Richard Stallman <rms@gnu.org>
5013
5014 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5015
50162006-09-06 Kim F. Storm <storm@cua.dk>
5017
5018 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5019
5020 * windows.texi (Window Start): Update pos-visible-in-window-p.
5021
50222006-09-04 Richard Stallman <rms@gnu.org>
5023
5024 * processes.texi (Accepting Output): Explain SECONDS=0 for
5025 accept-process-output.
5026
5027 * os.texi (Idle Timers): Explain why timer functions should not
5028 loop until (input-pending-p).
5029
50302006-09-02 Eli Zaretskii <eliz@gnu.org>
5031
5032 * makefile.w32-in (usermanualdir): New variable.
5033 (elisp.dvi): Use it.
5034
50352006-09-01 Eli Zaretskii <eliz@gnu.org>
5036
5037 * buffers.texi (Buffer Modification): Fix last change.
5038
50392006-09-01 Chong Yidong <cyd@stupidchicken.com>
5040
5dcb4c4e
SM
5041 * buffers.texi (Buffer Modification):
5042 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5043
50442006-08-31 Richard Stallman <rms@gnu.org>
5045
5046 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5047
50482006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5049
5050 * modes.texi (Syntactic Font Lock):
5051 Mention font-lock-syntactic-face-function
5052 instead of specific faces.
5053
50542006-08-29 Chong Yidong <cyd@stupidchicken.com>
5055
5056 * display.texi (Images): Add xrref to display-images-p.
5057
50582006-08-28 Kenichi Handa <handa@m17n.org>
5059
5060 * nonascii.texi (Lisp and Coding Systems): Fix description of
5061 detect-coding-region.
5062
50632006-08-27 Michael Olson <mwolson@gnu.org>
5064
5065 * processes.texi (Transaction Queues): Remove stray quote
5066 character.
5067
50682006-08-25 Richard Stallman <rms@gnu.org>
5069
5070 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5071 Add xref.
5072
50732006-08-24 Chong Yidong <cyd@stupidchicken.com>
5074
5075 * os.texi (Timers): Avoid waiting inside timers.
5076
50772006-08-21 Lute Kamstra <lute@gnu.org>
5078
5079 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5080
50812006-08-20 Richard Stallman <rms@gnu.org>
5082
5083 * os.texi (Idle Timers): New node, split out from Timers.
5084 Document current-idle-time.
5085 * commands.texi (Reading One Event): Update xref.
5086 * elisp.texi (Top): Update subnode menu.
5087
50882006-08-16 Richard Stallman <rms@gnu.org>
5089
5090 * keymaps.texi (Extended Menu Items): Show format of cached
5091 bindings in extended menu items.
5092
5093 * customize.texi (Variable Definitions): Explain when the
5094 standard value expression is evaluated.
5095
50962006-08-15 Chong Yidong <cyd@stupidchicken.com>
5097
5098 * commands.texi (Reading One Event): Explain idleness in
5099 `read-event'.
5100
51012006-08-12 Chong Yidong <cyd@stupidchicken.com>
5102
5103 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5104 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5105 relevant for Lisp programming.
5106 (Yank Commands): Rewrite introduction.
5107 (Undo): Clarify.
5108 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5109 (Filling): Remove redundant comment. Clarify return value of
5110 current-justification.
5111 (Margins): Minor clarifications.
5112 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5113 (Sorting): Update definition of sort-lines.
5114 (Columns): Clarify behavior of sort-columns.
5115 (Indent Tabs): Link to Tab Stops in Emacs manual.
5116 (Special Properties): Clarify.
5117 (Clickable Text): Mention Buttons package.
5118
51192006-08-12 Kevin Ryde <user42@zip.com.au>
5120
5121 * os.texi (Time Parsing): Add %z to description of
5122 format-time-string, as per docstring. Add cross reference to
5123 glibc manual for strftime.
5124
51252006-08-08 Richard Stallman <rms@gnu.org>
5126
5127 * modes.texi: Clean up wording in previous change.
5128
51292006-08-07 Chong Yidong <cyd@stupidchicken.com>
5130
5131 * modes.texi (Hooks): Clarify.
5132 (Major Mode Basics): Mention define-derived-mode explicitly.
5133 (Major Mode Conventions): Rebinding RET is OK for some modes.
5134 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5135 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5136 (Mode Line Basics): Clarify.
5137 (Mode Line Data): Mention help-echo and local-map in strings.
5138 Explain reason for treatment of non-risky variables.
5139 (Properties in Mode): Clarify.
5140 (Faces for Font Lock): Add font-lock-negation-char-face.
5141
51422006-08-04 Eli Zaretskii <eliz@gnu.org>
5143
5144 * strings.texi (Formatting Strings): Warn against arbitrary
5145 strings as first arg to `format'.
5146
51472006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5148
5149 * text.texi (Clickable Text): Mention `help-echo' text property.
5150 Update intro, examples and associated explanations.
5151
51522006-07-31 Richard Stallman <rms@gnu.org>
5153
5154 * commands.texi: Update xrefs.
5155 (Event Mod): New node, cut out from old Translating Input.
5156
5157 * maps.texi: Update xrefs.
5158
5159 * keymaps.texi (Translation Keymaps): New node.
5160 Update xrefs from Translating Input to Translation Keymaps.
5161
5162 * elisp.texi (Top): Update subnode menu.
5163
5164 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5165
5166 * os.texi (System Interface): Fix menu descriptions of some nodes.
5167 (Translating Input): Node deleted.
5168
51692006-07-31 Nick Roberts <nickrob@snap.net.nz>
5170
5171 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5172
5173 * lists.texi (Sets And Lists): Likewise.
5174
51752006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5176
5177 * text.texi (Fields): Mention POS
5178 requirement when narrowing is in effect.
5179
51802006-07-28 Richard Stallman <rms@gnu.org>
5181
5182 * display.texi (Face Attributes): Simplify wording.
5183 (Attribute Functions): Clarify meaning of new-frame default
5184 attribute settings.
5185
5186 * customize.texi (Common Keywords): Document how to use
5187 :package-version in a package not in Emacs.
5188
51892006-07-28 Kim F. Storm <storm@cua.dk>
5190
5191 * commands.texi (Reading One Event): Fix last change.
5192
51932006-07-26 Chong Yidong <cyd@stupidchicken.com>
5194
5195 * commands.texi (Reading One Event): Document SECONDS argument for
5196 read-event, read-char, and read-char-exclusive.
5197
51982006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5199
5200 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5201 to ensure correct identification.
5202
52032006-07-24 Richard Stallman <rms@gnu.org>
5204
5205 * text.texi (Clickable Text): Clarify.
5206
5207 * sequences.texi (Vector Functions): Delete duplicate xref.
5208
5209 * objects.texi (Function Type): Clarify.
5210
5211 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5212 modes.
5213
5214 * lists.texi (List Variables): New node.
5215 Material moved from other nodes.
5216
5217 * variables.texi (Setting Variables): add-to-list and
5218 add-to-ordered-list moved to List Variables node.
5219
52202006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5221
5222 * text.texi (Links and Mouse-1):
5223 For mouse-on-link-p, expand on arg POS.
5224
52252006-07-21 Kim F. Storm <storm@cua.dk>
5226
5227 * display.texi (Forcing Redisplay): Don't mention systems which
5228 don't support sub-second timers for redisplay-preemption-period.
5229
5230 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5231
52322006-07-21 Eli Zaretskii <eliz@gnu.org>
5233
5234 * frames.texi (Input Focus): Document that focus-follows-mouse has
5235 no effect on MS-Windows.
5236
52372006-07-18 Richard Stallman <rms@gnu.org>
5238
5239 * display.texi (Forcing Redisplay): Cleanups in previous change.
5240
5241 * processes.texi (Low-Level Network): Make menu more convenient.
5242
52432006-07-18 Kim F. Storm <storm@cua.dk>
5244
5245 * display.texi (Forcing Redisplay): redisplay-preemption-period
5246 only used on window systems. Add xref to Terminal Output.
5247
5248 * os.texi (Terminal Output): baud-rate only controls preemption on
5249 non-window systems. Add xref to Forcing Redisplay.
5250
5251 * processes.texi (Low-Level Network): Rename node "Make Network"
5252 to "Network Processes".
5253
52542006-07-18 Karl Berry <karl@gnu.org>
5255
5256 * variables.texi, functions.texi, customize.texi, loading.texi:
5257 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5258
52592006-07-17 Chong Yidong <cyd@stupidchicken.com>
5260
5261 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5262
52632006-07-17 Richard Stallman <rms@gnu.org>
5264
5265 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5266 Put period and comma inside quotes.
5267
5268 * loading.texi, markers.texi: Use real doublequote inside menus.
5269
5270 * windows.texi: Put point and comma inside quotes.
5271 (Textual Scrolling): Use @samp for error message.
5272
5273 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5274 * strings.texi, streams.texi, processes.texi, os.texi:
5275 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5276 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5277 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5278 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5279 Put point and comma inside quotes.
5280
5281 * control.texi (Processing of Errors): Add command-error-function.
5282
5283 * variables.texi (File Local Variables): Clarify that
5284 file local variables make buffer-local bindings.
5285
5286 * modes.texi (Syntactic Font Lock): Give default for
5287 font-lock-syntax-table.
5288
52892006-07-17 Nick Roberts <nickrob@snap.net.nz>
5290
5291 * text.texi (Special Properties): Clean up previous change.
5292
52932006-07-16 Karl Berry <karl@gnu.org>
5294
5295 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5296 * control.texi: Fix bad page breaks through chapter 10 (control).
5297
5298 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5299 underfull hbox.
5300
53012006-07-15 Nick Roberts <nickrob@snap.net.nz>
5302
5303 * text.texi (Special Properties): Describe fontified text property
5304 in relation to a character (not text).
5305
53062006-07-15 Kim F. Storm <storm@cua.dk>
5307
5308 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5309 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5310 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5311
5312 * anti.texi (Antinews): Mention redisplay function.
5313 The kbd macro existed, but was not documented, before 22.x.
5314 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5315
53162006-07-14 Nick Roberts <nickrob@snap.net.nz>
5317
5318 * display.texi (Displaying Messages): Add anchor.
5319
5320 * frames.texi (Dialog Boxes): Use it.
5321
53222006-07-12 Richard Stallman <rms@gnu.org>
5323
5324 * objects.texi (Frame Type): Explain nature of frames better.
5325
5326 * frames.texi (Frames): Explain nature of frames better.
5327
53282006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5329
5330 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5331
53322006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5333
5334 * frames.texi (Window System Selections): Mention scrap support for Mac.
5335 Default value of x-select-enable-clipboard is t on Mac.
5336
5337 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5338
53392006-07-11 Kim F. Storm <storm@cua.dk>
5340
5341 * display.texi (Forcing Redisplay): Add `redisplay' function.
5342 Don't mention (sit-for -1) -- use (redisplay t) instead.
5343
5344 * commands.texi (Waiting): (sit-for -1) is no longer special.
5345 (sit-for 0) is equivalent to (redisplay).
5346 Iconifying/deiconifying no longer makes sit-for return.
5347
53482006-07-10 Nick Roberts <nickrob@snap.net.nz>
5349
5350 * display.texi (Buttons): Fix typo.
5351
5352 * index.texi, elisp.texi (New Symbols): Comment node out.
5353
53542006-07-09 Richard Stallman <rms@gnu.org>
5355
5356 * display.texi (Truncation): Clean up previous change.
5357
53582006-07-08 Richard Stallman <rms@gnu.org>
5359
5360 * commands.texi (Interactive Call): Use 3 as prefix in example
5361 for execute-extended-command.
5362
5363 * display.texi (Attribute Functions): Move paragraph about
5364 compatibility with Emacs < 21.
5365
53662006-07-09 Kim F. Storm <storm@cua.dk>
5367
5368 * display.texi (Refresh Screen): Clarify force-window-update.
5369 (Truncation): "Normally" indicated by fringe arrows.
5370
53712006-07-08 Eli Zaretskii <eliz@gnu.org>
5372
5373 * windows.texi (Textual Scrolling, Resizing Windows):
5374 * variables.texi (Constant Variables):
5375 * text.texi (Buffer Contents, Deletion, Changing Properties)
5376 (Property Search, Special Properties, Sticky Properties)
5377 (Links and Mouse-1, Fields, Change Hooks):
5378 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5379 (Categories):
5380 * symbols.texi (Other Plists):
5381 * streams.texi (Output Variables):
5382 * processes.texi (Input to Processes, Query Before Exit):
5383 * positions.texi (Word Motion, Text Lines, List Motion):
5384 * os.texi (Init File, System Environment, Sound Output)
5385 (Session Management):
5386 * nonascii.texi (Text Representations, Character Sets)
5387 (Chars and Bytes, Locales):
5388 * modes.texi (Defining Minor Modes, Header Lines):
5389 * minibuf.texi (Minibuffer Contents):
5390 * markers.texi (Information from Markers):
5391 * lists.texi (List Elements, Building Lists, Association Lists):
5392 * keymaps.texi (Tool Bar):
5393 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5394 * functions.texi (What Is a Function, Mapping Functions):
5395 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5396 (Color Names, Text Terminal Colors, Display Feature Testing):
5397 * files.texi (Visiting Functions, File Name Components)
5398 (Unique File Names, Contents of Directories):
5399 * display.texi (Forcing Redisplay, Displaying Messages)
5400 (Temporary Displays, Font Selection, Auto Faces)
5401 (Font Lookup, Fringe Indicators, Display Margins)
5402 (Image Descriptors, Showing Images, Image Cache, Button Types)
5403 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5404 (Display Table Format, Glyphs):
5405 * control.texi (Iteration):
5406 * commands.texi (Command Loop Info, Adjusting Point):
5407 * backups.texi (Making Backups, Auto-Saving):
5408 Remove @tindex entries.
5409
54102006-07-07 Kim F. Storm <storm@cua.dk>
5411
5412 * display.texi (Fringe Cursors): Fix typo.
5413 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5414 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5415
54162006-07-05 Richard Stallman <rms@gnu.org>
5417
5418 * text.texi (Buffer Contents): Add example of text props
5419 in result of buffer-substring.
5420 (Text Properties): Explain better about use of specific property names.
5421 (Property Search): Some cleanups; reorder some functions.
5422
5423 * keymaps.texi (Changing Key Bindings): Cleanup.
5424 Add xref to Key Binding Conventions.
5425
5426 * display.texi (Attribute Functions): Add examples for
5427 face-attribute-relative-p.
5428
5429 * tips.texi (Coding Conventions): Cleanup last change.
5430
54312006-07-05 Karl Berry <karl@gnu.org>
5432
5433 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5434 Remove @setchapternewpage odd.
5435 Result is 1013 pages, down from 1100.
5436
5437 * anti.texi, customize.texi, display.texi, internals.texi:
5438 * minibuf.texi, modes.texi, tips.texi:
5439 Fix overfull/underfull boxes.
5440
54412006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5442
5443 * edebug.texi (Instrumenting):
5444 Add Edebug-specific findex for eval-buffer.
5445 * loading.texi (Loading):
5446 Replace eval-current-buffer with eval-buffer.
5447
54482006-06-30 Nick Roberts <nickrob@snap.net.nz>
5449
5450 * locals.texi (Standard Buffer-Local Variables): Update the list
5451 of variables.
5452
54532006-06-26 Nick Roberts <nickrob@snap.net.nz>
5454
5455 * files.texi (File Name Completion): Point user to the node
5456 "Reading File Names".
5457
54582006-06-24 Eli Zaretskii <eliz@gnu.org>
5459
5460 * files.texi (Contents of Directories): Document case-insensitive
5461 behavior on respective filesystems.
5462
5463 * objects.texi (Character Type): Document that Emacs signals an
5464 error for unsupported Unicode characters specified as \uNNNN.
5465
54662006-06-19 Richard Stallman <rms@gnu.org>
5467
5468 * processes.texi (Bindat Spec): Clarify previous change.
5469
54702006-06-16 Richard Stallman <rms@gnu.org>
5471
5472 * tips.texi (Coding Conventions): Better explain conventions
5473 for definition constructs.
5474
5475 * text.texi (Special Properties): String value of `read-only'
5476 serves as the error message.
5477
5478 * objects.texi (Character Type): Clarify prev. change.
5479 (Non-ASCII in Strings): Mention \u and \U.
5480
5481 * commands.texi (Using Interactive): Explain problem of
5482 markers, etc., in command-history.
5483
54842006-06-14 Kim F. Storm <storm@cua.dk>
5485
5486 * commands.texi (Waiting): Negative arg to sit-for forces
5487 redisplay even if input is pending.
5488
5489 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5490 redisplay. Remove incorrect example of binding redisplay-dont-pause
5491 around (sit-for 0).
5492
54932006-06-13 Richard Stallman <rms@gnu.org>
5494
5495 * display.texi (Forcing Redisplay): Clarify previous change.
5496
54972006-06-13 Romain Francoise <romain@orebokech.com>
5498
5499 * display.texi (Forcing Redisplay): Fix typo.
5500
55012006-06-13 Kim F. Storm <storm@cua.dk>
5502
5503 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5504
55052006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5506
5507 * tips.texi (Coding Conventions): Add `@end itemize'.
5508
55092006-06-10 Richard Stallman <rms@gnu.org>
5510
5511 * tips.texi (Coding Conventions): Explain use of coding systems
5512 to ensure one decoding for strings.
5513
55142006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5515
5516 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5517 syntax.
5518
55192006-06-07 Eli Zaretskii <eliz@gnu.org>
5520
5521 * display.texi (Font Selection): Remove description of
5522 clear-face-cache.
5523
5524 * compile.texi (Eval During Compile): Fix a typo. Add index
5525 entries for possible uses of eval-when-compile.
5526
55272006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5528
5529 * display.texi (Abstract Display): Fix typo.
5530
55312006-06-03 Eli Zaretskii <eliz@gnu.org>
5532
5533 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5534 Reword variable's description.
5535
55362006-06-01 Richard Stallman <rms@gnu.org>
5537
5538 * windows.texi (Splitting Windows): Clarify splitting nonselected
5539 window.
5540
55412006-05-31 Juri Linkov <juri@jurta.org>
5542
5543 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5544
55452006-05-30 Richard Stallman <rms@gnu.org>
5546
5547 * display.texi (Line Height): Fix errors in description of
10d1d0af 5548 default line height and line-height property.
b8d4c8d0
GM
5549
5550 * nonascii.texi (Default Coding Systems): Further clarification.
5551
55522006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5553
5554 * internals.texi (Pure Storage): Mention that an overflow in pure
5555 space causes a memory leak.
5556 (Garbage Collection): If there was an overflow in pure space,
5557 `garbage-collect' returns nil.
5558
55592006-05-30 Eli Zaretskii <eliz@gnu.org>
5560
5561 * nonascii.texi (Default Coding Systems): Fix it some more.
5562
55632006-05-29 Eli Zaretskii <eliz@gnu.org>
5564
5565 * nonascii.texi (Default Coding Systems): Fix last change.
5566
55672006-05-29 Kenichi Handa <handa@m17n.org>
5568
5569 * nonascii.texi (find-operation-coding-system): Describe the new
5570 argument format (FILENAME . BUFFER).
5571
55722006-05-28 Richard Stallman <rms@gnu.org>
5573
5574 * tips.texi (Coding Conventions): Better explain reasons not to
5575 advise other packages or use `eval-after-load'.
5576
55772006-05-29 Kim F. Storm <storm@cua.dk>
5578
5579 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5580 `bindat-idx' and `bindat-raw' for clarity.
5581
55822006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5583
5584 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5585
5586 * display.texi (Display): Add "Abstract Display" to menu.
5587 (Abstract Display, Abstract Display Functions)
5588 (Abstract Display Example): New nodes.
5589 * elisp.texi (Top): Add "Abstract Display" to menu.
5590
55912006-05-27 Chong Yidong <cyd@stupidchicken.com>
5592
5593 * keymaps.texi (Key Sequences): Link to input events definition.
5594 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5595
5596 * files.texi (Changing Files): Document updated argument list for
5597 copy-file.
5598
55992006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5600
5601 * processes.texi (Bindat Functions): Explain term "total length".
5602 Use it in bindat-length and bindat-pack descriptions.
5603
56042006-05-26 Eli Zaretskii <eliz@gnu.org>
5605
5606 * tips.texi (Coding Conventions): Advise against using
5607 eval-after-load in packages. Add an index entry.
5608
56092006-05-25 Juri Linkov <juri@jurta.org>
5610
5611 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5612
5613 * modes.texi (%-Constructs): Add %e, %z, %Z.
5614
56152006-05-25 Richard Stallman <rms@gnu.org>
5616
5617 * elisp.texi (Top): Update subnode menu.
5618
5619 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5620 (Keymaps): Update menu.
5621
56222006-05-25 Chong Yidong <cyd@stupidchicken.com>
5623
5624 * keymaps.texi (Key Sequences): Some clarifications.
5625
56262006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5627
5628 * processes.texi (Bindat Functions): Say "unibyte string"
5629 explicitly for bindat-unpack and bindat-pack descriptions.
5630 (Bindat Examples): Don't call `string-make-unibyte' in example.
5631
56322006-05-25 Chong Yidong <cyd@stupidchicken.com>
5633
5dcb4c4e 5634 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5635 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5636
5637 * keymaps.texi (Changing Key Bindings):
dd7b651b 5638 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5639 * help.texi (Describing Characters): Refer to it.
5640
56412006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5642
5643 * frames.texi (Pointer Shape): @end table -> @end defvar.
5644
56452006-05-22 Richard Stallman <rms@gnu.org>
5646
5647 * elisp.texi (Top): Update subnode menus.
5648
5649 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5650 Contents rewritten; material from old Pointer Shape node moved here.
5651
5652 * display.texi (Pointer Shape): Node deleted.
5653 (Image Descriptors): Minor cleanup.
5654
56552006-05-21 Richard Stallman <rms@gnu.org>
5656
5657 * syntax.texi (Parsing Expressions): Update info on which STATE
5658 elements are ignored.
5659
56602006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5661
5662 * hooks.texi (Standard Hooks): Correct typo.
5663
5664 * gpl.texi (GPL): ifinfo -> ifnottex.
5665
56662006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5667
5668 * searching.texi (Simple Match Data): Warn about match data being
5669 set anew by every search.
5670
56712006-05-17 Richard Stallman <rms@gnu.org>
5672
5673 * minibuf.texi (Minibuffer History): Clarify.
5674
5675 * searching.texi (Regexp Special): Clarify nested regexp warning.
5676
56772006-05-16 Kim F. Storm <storm@cua.dk>
5678
5679 * minibuf.texi (Minibuffer History): Update add-to-history.
5680
56812006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5682
5dcb4c4e
SM
5683 * nonascii.texi (Explicit Encoding):
5684 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5685
56862006-05-14 Richard Stallman <rms@gnu.org>
5687
5688 * buffers.texi (Creating Buffers): Cleanup.
5689
5690 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5691
56922006-05-13 Eli Zaretskii <eliz@gnu.org>
5693
5694 * buffers.texi (Current Buffer): Document that with-temp-buffer
5695 disables undo.
5696
5697 * os.texi (Terminal-Specific): More accurate description of how
5698 Emacs searches for the terminal-specific libraries.
5699
57002006-05-12 Eli Zaretskii <eliz@gnu.org>
5701
5702 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5703 emacs-xtra to @inforef's.
5704
5705 * text.texi (Undo): Document that undo is turned off in buffers
5706 whose names begin with a space.
5707
5708 * buffers.texi (Buffer Names): Add index entries for buffers whose
5709 names begin with a space.
5710 (Creating Buffers): Document that undo is turned off in buffers
5711 whose names begin with a space.
5712
5713 * files.texi (Visiting Functions, Reading from Files)
5714 (Saving Buffers): Mention code and EOL conversions by file I/O
5715 primitives and subroutines.
5716
f4e90db0
SM
5717 * nonascii.texi (Lisp and Coding Systems):
5718 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5719
5720 * display.texi (Defining Faces): Mention `mac', and add an xref to
5721 where window-system is described.
5722
57232006-05-10 Richard Stallman <rms@gnu.org>
5724
5725 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5726
57272006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5728
5729 * variables.texi (File Local Variables): Recommend to quote lambda
5730 expressions in safe-local-variable property.
5731
57322006-05-09 Richard Stallman <rms@gnu.org>
5733
5dcb4c4e
SM
5734 * variables.texi (File Local Variables):
5735 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5736
57372006-05-07 Kim F. Storm <storm@cua.dk>
5738
5739 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5740 from add-to-history.
5741
57422006-05-07 Romain Francoise <romain@orebokech.com>
5743
5744 * commands.texi (Event Input Misc):
5745 * compile.texi (Eval During Compile):
5746 * internals.texi (Buffer Internals):
5747 * minibuf.texi (Initial Input):
5748 * nonascii.texi (Scanning Charsets):
5749 * numbers.texi (Comparison of Numbers):
5750 * windows.texi (Textual Scrolling, Vertical Scrolling):
5751 Fix various typos.
5752
57532006-05-06 Eli Zaretskii <eliz@gnu.org>
5754
5755 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5756 conditional xref's to either emacs or emacs-xtra, depending on
5757 @iftex/@ifnottex.
5758
5759 * minibuf.texi (Minibuffer History): Document add-to-history.
5760
57612006-05-05 Eli Zaretskii <eliz@gnu.org>
5762
5763 * internals.texi (Pure Storage): Mention the pure overflow message
5764 at startup.
5765
c8763fb6 57662006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5767
5768 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5769 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5770 search.
5771
57722006-05-01 Richard Stallman <rms@gnu.org>
5773
5774 * intro.texi (nil and t): Clarify.
5775
5776 * variables.texi (File Local Variables): Suggest using booleanp.
5777
57782006-05-01 Juanma Barranquero <lekktu@gmail.com>
5779
5780 * objects.texi (Type Predicates): Fix typos.
5781
57822006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5783
5784 * intro.texi (nil and t): Add booleanp.
5785
5786 * objects.texi (Type Predicates): Add links for booleanp and
5787 string-or-null-p.
5788
57892006-04-29 Richard Stallman <rms@gnu.org>
5790
5791 * modes.texi (Multiline Font Lock): Rename from
5792 Multi line Font Lock Elements. Much clarification.
5793 (Font Lock Multiline, Region to Fontify): Much clarification.
5794
57952006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5796
5797 * variables.texi (File Local Variables): Remove the special case t for
5798 safe-local-variable.
5799
58002006-04-26 Richard Stallman <rms@gnu.org>
5801
5802 * syntax.texi (Parsing Expressions): Minor cleanup.
5803
58042006-04-18 Richard Stallman <rms@gnu.org>
5805
5806 * tips.texi (Coding Conventions): Explain when the package's
5807 prefix should appear later on (not at the start of the name).
5808
5809 * searching.texi (String Search): Clarify effect of NOERROR.
5810
5811 * modes.texi (Imenu): Clarify what special items do.
5812
5813 * hooks.texi (Standard Hooks): Delete text about old hook names.
5814
58152006-04-17 Romain Francoise <romain@orebokech.com>
5816
5817 * variables.texi (Local Variables): Update the default value of
5818 `max-specpdl-size'.
5819
58202006-04-15 Michael Olson <mwolson@gnu.org>
5821
5822 * processes.texi (Transaction Queues): Mention the new optional
5823 `delay-question' argument for `tq-enqueue'.
5824
58252006-04-13 Bill Wohler <wohler@newt.com>
5826
5827 * customize.texi (Common Keywords): Use dotted notation for
5828 :package-version value. Specify its values. Improve documentation
5829 for customize-package-emacs-version-alist.
5830
58312006-04-12 Bill Wohler <wohler@newt.com>
5832
5833 * customize.texi (Common Keywords): Move description of
5834 customize-package-emacs-version-alist to @defvar.
5835
58362006-04-10 Bill Wohler <wohler@newt.com>
5837
5838 * customize.texi (Common Keywords): Add :package-version.
5839
58402006-04-10 Kim F. Storm <storm@cua.dk>
5841
5842 * text.texi (Buffer Contents): Add NOPROPS arg to
5843 filter-buffer-substring.
5844
58452006-04-08 Kevin Ryde <user42@zip.com.au>
5846
5847 * os.texi (Command-Line Arguments): Update xref to emacs manual
5848 "Command Arguments" -> "Emacs Invocation", per change there.
5849
58502006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5851
5852 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5853 be on one line to help makeinfo not render two spaces after the dot.
5854
58552006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5856
5857 * strings.texi (Predicates for Strings): Add string-or-null-p.
5858
58592006-03-28 Kim F. Storm <storm@cua.dk>
5860
5861 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5862 remarks about systems that don't support fractional seconds.
5863
58642006-03-25 Karl Berry <karl@gnu.org>
5865
5866 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5867 the year list.
5868
58692006-03-21 Nick Roberts <nickrob@snap.net.nz>
5870
5871 * display.texi (Fringe Indicators): Fix typos.
5872
58732006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5874
5875 * tips.texi (Documentation Tips): One can now also write `program'
5876 in front of a quoted symbol in a docstring to prevent making a
5877 hyperlink.
5878
58792006-03-19 Alan Mackenzie <acm@muc.de>
5880
5881 * text.texi (Special Properties): Clarify `fontified' property.
5882
58832006-03-16 Richard Stallman <rms@gnu.org>
5884
5885 * display.texi (Defining Images): Minor cleanup.
5886
58872006-03-16 Bill Wohler <wohler@newt.com>
5888
5889 * display.texi (Defining Images): In image-load-path-for-library,
5890 prefer user's images.
5891
58922006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5893
5894 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5895
58962006-03-15 Bill Wohler <wohler@newt.com>
5897
5898 * display.texi (Defining Images): Fix example in
5899 image-load-path-for-library by not recommending that one binds
5900 image-load-path. Just defvar it to placate compiler and only use
5901 it if previously defined.
5902
59032006-03-14 Bill Wohler <wohler@newt.com>
5904
5905 * display.texi (Defining Images): In image-load-path-for-library,
5906 always return list of directories. Update example.
5907
59082006-03-14 Alan Mackenzie <acm@muc.de>
5909
5910 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5911 This describes font-lock-extend-region-function.
5912 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5913 the new node "Region to Fontify".
5914
59152006-03-13 Richard Stallman <rms@gnu.org>
5916
5917 * display.texi (Invisible Text): The impossible position is
5918 now before the invisible text, not after.
5919 (Defining Images): Clean up last change.
5920
59212006-03-11 Bill Wohler <wohler@newt.com>
5922
5923 * display.texi (Defining Images): Add image-load-path-for-library.
5924
59252006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5926
5927 * text.texi (Adaptive Fill): Fix Texinfo usage.
5928
5929 * strings.texi (Creating Strings): Fix Texinfo usage.
5930
5931 * searching.texi (Regexp Special): Use @samp for regular
5932 expressions that are not in Lisp syntax.
5933
59342006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5935
5936 * searching.texi (Regexp Special): Put remark between parentheses
5937 to avoid misreading.
5938
59392006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5940
5941 * searching.texi (Syntax of Regexps): More accurately describe
5942 which characters are special in which situations.
5943 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5944 are not special. Describe in detail when `[' and `]' are special.
5945 (Regexp Backslash): Plenty of regexps with unbalanced square
5946 brackets are valid, so reword that statement.
5947
59482006-03-02 Kim F. Storm <storm@cua.dk>
5949
5950 * keymaps.texi (Tool Bar): Add tool-bar-border.
5951
59522006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5953
5954 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5955
59562006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5957
5958 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5959
5960 * files.texi (Locating Files): Suggest additional values for the
5961 SUFFIXES arg of `locate-file'. Update pxref.
5962
5963 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5964 (How Programs Do Loading): Discuss the effects of Auto Compression
5965 mode on `load'.
5966 (Load Suffixes): New node.
5967 (Library Search): Delete description of `load-suffixes'; it was
5968 moved to "Load Suffixes".
5969 (Autoload, Named Features): Mention `load-suffixes'.
5970
59712006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5972
5973 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5974
5975 * windows.texi (Window Tree): Fix typo.
5976
59772006-02-20 Kim F. Storm <storm@cua.dk>
5978
5979 * display.texi (Fringe Indicators): New section.
5980 Move indicate-empty-lines, indicate-buffer-boundaries, and
5981 default-indicate-buffer-boundaries here.
5982 Add fringe-indicator-alist and default-fringes-indicator-alist.
5983 Add list of logical fringe indicator symbols.
5984 Update list of standard bitmap names.
5985 (Fringe Cursors): New section.
5986 Move overflow-newline-into-fringe here.
5987 Add fringe-cursor-alist and default-fringes-cursor-alist.
5988 Add list of fringe cursor symbols.
5989
59902006-02-20 Juanma Barranquero <lekktu@gmail.com>
5991
5992 * commands.texi (Using Interactive): Fix reference to node
5993 "Minibuffers".
5994
59952006-02-19 Richard M. Stallman <rms@gnu.org>
5996
5997 * minibuf.texi (High-Level Completion):
5998 Add xref to read-input-method-name.
5999
6000 * files.texi (Relative File Names): Move file-relative-name here.
6001 (File Name Expansion): From here. Minor clarifications.
6002
6003 * commands.texi (Using Interactive): Add xrefs about reading input.
6004 Clarify remarks about that moving point and mark.
6005 Put string case before list case.
6006
c8763fb6 60072006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6008
6009 * display.texi (Other Display Specs, Image Descriptors):
6010 Revert erroneous changes. The previous description of
6011 image-descriptors as `(image . PROPS)' was correct.
6012
60132006-02-14 Richard M. Stallman <rms@gnu.org>
6014
6015 * variables.texi (File Local Variables): Clarifications.
6016
60172006-02-14 Juanma Barranquero <lekktu@gmail.com>
6018
6019 * variables.texi (File Local Variables): Use @code for a cons
6020 cell, not @var.
6021
60222006-02-13 Chong Yidong <cyd@stupidchicken.com>
6023
6024 * variables.texi (File Local Variables): Document new file local
6025 variable behavior.
6026
60272006-02-10 Kim F. Storm <storm@cua.dk>
6028
6029 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6030
60312006-02-08 Juanma Barranquero <lekktu@gmail.com>
6032
6033 * modes.texi (%-Constructs): Remove obsolete info about
6034 `global-mode-string'.
6035
60362006-02-07 Richard M. Stallman <rms@gnu.org>
6037
6038 * commands.texi (Prefix Command Arguments): Minor cleanup.
6039
6040 * display.texi: "Graphical display", not window system.
6041
6042 * functions.texi (What Is a Function): Fix xref.
6043
6044 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6045 (Changing Key Bindings): Clarify when remapping is better than
6046 substitute-key-definition.
6047
60482006-02-02 Richard M. Stallman <rms@gnu.org>
6049
6050 * minibuf.texi (Basic Completion): Completion alists are risky.
6051
6052 * keymaps.texi (Active Keymaps): Clarifications.
6053 (Searching Keymaps): New node.
6054 (Keymaps): Update menu.
6055
6056 * frames.texi (Layout Parameters): Minor clarification.
6057 (Drag and Drop): New node.
6058 (Frames): Update menu.
6059
60602006-01-29 Chong Yidong <cyd@stupidchicken.com>
6061
6062 * display.texi (Other Display Specs, Image Descriptors):
6063 Image description is a list, not a cons cell.
6064
60652006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6066
6067 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6068 list is not necessarily a list).
6069
60702006-01-27 Eli Zaretskii <eliz@gnu.org>
6071
6072 * frames.texi (Layout Parameters): border-width and
6073 internal-border-width belong to the frame, not the window.
6074
60752006-01-19 Richard M. Stallman <rms@gnu.org>
6076
6077 * nonascii.texi (Translation of Characters): Search cmds use
6078 translation-table-for-input. Automatically made local.
6079
6080 * markers.texi (Overview of Markers): Count insertion type
6081 as one of a marker's attributes.
6082
6083 * keymaps.texi (Controlling Active Maps): New node, split out of
6084 Active Keymaps.
6085 (Keymaps): Menu updated.
6086 (Active Keymaps): Give pseudocode to explain how the active
6087 maps are searched. current-active-maps and key-binding moved here.
6088 (Functions for Key Lookup): current-active-maps and key-binding moved.
6089 Clarifications.
6090 (Searching the Keymaps): New subnode.
6091
6092 * elisp.texi (Top): Menu clarification.
6093
6094 * display.texi (Other Display Specs): Delete duplicate entry for
6095 just a string as display spec. Move text about recursive display
6096 specs on such a string.
6097
6098 * commands.texi (Key Sequence Input): Clarify.
6099 Move num-nonmacro-input-events out.
6100 (Reading One Event): num-nonmacro-input-events moved here.
6101
61022006-01-14 Nick Roberts <nickrob@snap.net.nz>
6103
6104 * advice.texi (Simple Advice): Update example to fit argument
6105 change in previous-line.
6106
61072006-01-05 Richard M. Stallman <rms@gnu.org>
6108
6109 * markers.texi (The Mark): Fix in `mark'.
6110
61112006-01-04 Richard M. Stallman <rms@gnu.org>
6112
6113 * processes.texi (Misc Network, Make Network): Minor cleanups.
6114
61152006-01-04 Kim F. Storm <storm@cua.dk>
6116
6117 * processes.texi (Make Network): Add IPv6 addresses and handling.
6118 (Network Feature Testing): Mention (:family ipv6).
6119 (Misc Network): Add IPv6 formats to format-network-address.
6120
61212005-12-30 Richard M. Stallman <rms@gnu.org>
6122
6123 * text.texi (Changing Properties):
6124 Don't use return value of set-text-properties.
6125
61262005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6127
6128 * modes.texi (Mode Line Format): Correct typo in menu.
6129
61302005-12-29 Richard M. Stallman <rms@gnu.org>
6131
6132 * modes.texi (Mode Line Top): New node.
6133 (Mode Line Data): Some text moved to new node.
6134 Explain the data structure more concretely.
6135 (Mode Line Basics): Clarifications.
6136 (Mode Line Variables): Clarify intro paragraph.
6137 (%-Constructs): Clarify intro paragraph.
6138 (Mode Line Format): Update menu.
6139
61402005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6141
6142 * minibuf.texi (Basic Completion): Update lazy-completion-table
6143 examples for removal of ARGS argument.
6144
61452005-12-23 Richard M. Stallman <rms@gnu.org>
6146
6147 * text.texi (Undo): Restore some explanation from the version
6148 that was deleted.
6149
61502005-12-23 Eli Zaretskii <eliz@gnu.org>
6151
6152 * text.texi (Undo): Remove duplicate descriptions of `apply
6153 funname' and `apply delta' elements of the undo list.
6154
61552005-12-20 Richard M. Stallman <rms@gnu.org>
6156
6157 * help.texi (Help Functions): Update documentation of `apropos'.
6158
61592005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6160
6161 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6162 because it is confusing. If the :help-echo keyword is a function,
6163 it is not directly used as the :help-echo overlay property, as the
6164 xref seems to suggest (it does not take the appropriate args).
6165
61662005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6167
6168 * customize.texi (Common Keywords): Fix Texinfo usage.
6169 (Group Definitions, Variable Definitions): Update for new
6170 conventions for using `*' in docstrings.
6171
6172 * tips.texi (Documentation Tips): Update for new conventions for
6173 using `*' in docstrings.
6174
61752005-12-16 Richard M. Stallman <rms@gnu.org>
6176
6177 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6178
61792005-12-16 Juri Linkov <juri@jurta.org>
6180
6181 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6182
61832005-12-14 Romain Francoise <romain@orebokech.com>
6184
6185 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6186 Fix typo.
6187
61882005-12-11 Juri Linkov <juri@jurta.org>
6189
6190 * minibuf.texi (Completion Commands): Add mention of read-file-name
6191 for filename completion keymaps.
6192 (Reading File Names): Add mention of filename completion keymaps
6193 for read-file-name and xref to `Completion Commands'.
6194
61952005-12-10 Richard M. Stallman <rms@gnu.org>
6196
6197 * customize.texi (Common Keywords): State caveats for use of :tag.
6198
61992005-12-08 Richard M. Stallman <rms@gnu.org>
6200
6201 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6202 with xrefs and better explanation.
6203 (Completion Commands): Add the filename completion maps.
6204
6205 * objects.texi (Character Type): Clarify that \s is not space
6206 if a dash follows.
6207
62082005-12-05 Richard M. Stallman <rms@gnu.org>
6209
6210 * windows.texi (Resizing Windows): Delete preserve-before args.
6211
62122005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6213
6214 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6215 in full keymaps, since the quirk has been fixed.
6216
62172005-12-03 Eli Zaretskii <eliz@gnu.org>
6218
5dcb4c4e
SM
6219 * hooks.texi (Standard Hooks): Add index entries.
6220 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6221
62222005-11-27 Richard M. Stallman <rms@gnu.org>
6223
6224 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6225
62262005-11-21 Juri Linkov <juri@jurta.org>
6227
6228 * customize.texi (Common Keywords): Update links types
6229 custom-manual and url-link. Add link types emacs-library-link,
6230 file-link, function-link, variable-link, custom-group-link.
6231
62322005-11-20 Chong Yidong <cyd@stupidchicken.com>
6233
6234 * display.texi: Revert 2005-11-20 change.
6235
62362005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6237
6238 * processes.texi (Bindat Functions):
6239 Say "third" to refer to zero-based index "2".
6240
62412005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6242
6243 * loading.texi (Library Search): Update the default value of
6244 `load-suffixes'.
6245
62462005-11-17 Chong Yidong <cyd@stupidchicken.com>
6247
6248 * display.texi (Attribute Functions): Mention :ignore-defface.
6249
62502005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6253 (Minor Mode Conventions): Mention the use of a hook.
6254
62552005-11-06 Richard M. Stallman <rms@gnu.org>
6256
6257 * files.texi (Magic File Names): find-file-name-handler checks the
6258 `operations' property of the handler.
6259
62602005-11-03 Richard M. Stallman <rms@gnu.org>
6261
6262 * variables.texi (Frame-Local Variables): Small clarification.
6263
62642005-10-29 Chong Yidong <cyd@stupidchicken.com>
6265
6266 * os.texi (Init File): Document ~/.emacs.d/init.el.
6267
62682005-10-29 Richard M. Stallman <rms@gnu.org>
6269
6270 * internals.texi (Garbage Collection): Document memory-full.
6271
62722005-10-28 Bill Wohler <wohler@newt.com>
6273
6274 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6275 for URLs.
6276
62772005-10-28 Richard M. Stallman <rms@gnu.org>
6278
6279 * minibuf.texi (Completion Commands): Clean up prev change.
6280
62812005-10-26 Kevin Ryde <user42@zip.com.au>
6282
6283 * compile.texi (Eval During Compile): Explain recommended uses
6284 of eval-when-compile and eval-and-compile.
6285
62862005-10-27 Masatake YAMATO <jet@gyve.org>
6287
6288 * minibuf.texi (Completion Commands):
6289 Write about new optional argument for `display-completion-list'.
6290
62912005-10-23 Richard M. Stallman <rms@gnu.org>
6292
6293 * display.texi (Overlay Arrow): Clarify about local bindings of
6294 overlay-arrow-position.
6295
62962005-10-22 Eli Zaretskii <eliz@gnu.org>
6297
6298 * internals.texi (Building Emacs): Fix last change.
6299
63002005-10-22 Richard M. Stallman <rms@gnu.org>
6301
6302 * internals.texi (Building Emacs): Document eval-at-startup.
6303
63042005-10-21 Richard M. Stallman <rms@gnu.org>
6305
6306 * loading.texi (Where Defined): load-history contains abs file names.
6307 symbol-file returns abs file names.
6308
63092005-10-19 Kim F. Storm <storm@cua.dk>
6310
6311 * display.texi (Showing Images): Add max-image-size integer value.
6312
63132005-10-18 Chong Yidong <cyd@stupidchicken.com>
6314
6315 * display.texi (Showing Images): Document max-image-size.
6316
63172005-10-17 Richard M. Stallman <rms@gnu.org>
6318
6319 * commands.texi (Quitting): Minor clarification.
6320
6321 * processes.texi (Sentinels): Clarify about output and quitting.
6322 (Filter Functions): Mention with-local-quit.
6323
63242005-10-17 Juri Linkov <juri@jurta.org>
6325
6326 * buffers.texi (Current Buffer):
6327 * commands.texi (Event Input Misc):
6328 * compile.texi (Eval During Compile, Compiler Errors):
6329 * customize.texi (Group Definitions):
6330 * display.texi (Progress, Defining Faces):
6331 * files.texi (Writing to Files):
6332 * modes.texi (Mode Hooks, Defining Minor Modes):
6333 * streams.texi (Output Functions):
6334 * syntax.texi (Syntax Table Functions):
6335 * text.texi (Change Hooks):
6336 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6337
6338 * commands.texi (Quitting): Replace arg `forms' with `body' in
6339 `with-local-quit'.
6340
6341 * positions.texi (Excursions): Replace arg `forms' with `body' in
6342 `save-excursion'.
6343
63442005-10-08 Kim F. Storm <storm@cua.dk>
6345
6346 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6347 Rename manual section accordingly.
6348
63492005-10-04 Kim F. Storm <storm@cua.dk>
6350
6351 * windows.texi (Window Split Tree): New section describing
6352 new function window-split-tree function.
6353
63542005-10-03 Nick Roberts <nickrob@snap.net.nz>
6355
6356 * display.texi (Fringe Size/Pos): Simplify and add detail.
6357
63582005-09-30 Romain Francoise <romain@orebokech.com>
6359
6360 * minibuf.texi (High-Level Completion): Explain that the prompt
6361 given to `read-buffer' should end with a colon and a space.
6362 Update usage examples.
6363
63642005-09-29 Juri Linkov <juri@jurta.org>
6365
6366 * display.texi (Displaying Messages): Rename argument name
6367 `string' to `format-string' in functions `message', `message-box',
6368 `message-or-box'.
6369
63702005-09-26 Chong Yidong <cyd@stupidchicken.com>
6371
6372 * errors.texi (Standard Errors): Correct xrefs.
6373
63742005-09-18 Chong Yidong <cyd@stupidchicken.com>
6375
6376 * display.texi (Defining Images): Update documentation for
6377 `image-load-path'.
6378
63792005-09-17 Richard M. Stallman <rms@gnu.org>
6380
6381 * display.texi (Defining Images): Clean up previous change.
6382
63832005-09-16 Romain Francoise <romain@orebokech.com>
6384
6385 * elisp.texi: Specify GFDL version 1.2.
6386
6387 * doclicense.texi (GNU Free Documentation License): Update to
6388 version 1.2.
6389
63902005-09-15 Chong Yidong <cyd@stupidchicken.com>
6391
6392 * display.texi (Defining Images): Document `image-load-path'.
6393
63942005-09-15 Richard M. Stallman <rms@gnu.org>
6395
6396 * objects.texi (Printed Representation): Minor cleanup.
6397 (Box Diagrams): Minor fix.
6398 (Cons Cell Type): Move (...) index item here.
6399 (Box Diagrams): From here.
6400 (Array Type): Minor fix.
6401 (Type Predicates): Delete index "predicates".
6402 (Hash Table Type): Clarify xref.
6403 (Dotted Pair Notation): Minor fix.
6404
64052005-09-10 Chong Yidong <cyd@stupidchicken.com>
6406
6407 * files.texi (Saving Buffers): Fix typo.
6408
64092005-09-08 Richard M. Stallman <rms@gnu.org>
6410
6411 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6412
64132005-09-08 Chong Yidong <cyd@stupidchicken.com>
6414
6415 * locals.texi (Standard Buffer-Local Variables): Don't include
6416 mode variables for minor modes.
6417 Fix xrefs for buffer-display-count, buffer-display-table,
6418 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6419 enable-multibyte-characters, fill-column, header-line-format,
6420 left-fringe-width, left-margin, and right-fringe-width.
6421
6422 * hooks.texi (Standard Hooks): All hooks should conform to the
6423 standard naming convention now.
6424 Fix xref for `echo-area-clear-hook'.
6425
6426 * display.texi (Usual Display): Note that indicate-empty-lines and
6427 tab-width are buffer-local.
6428
6429 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6430
6431 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6432
6433 * nonascii.texi (Encoding and I/O): Note that
6434 buffer-file-coding-system is buffer-local.
6435
6436 * positions.texi (List Motion): Note that defun-prompt-regexp is
6437 buffer-local.
6438
6439 * text.texi (Auto Filling): Note that auto-fill-function is
6440 buffer-local.
6441 (Undo): Note that buffer-undo-list is buffer-local.
6442
5dcb4c4e
SM
6443 * windows.texi (Buffers and Windows):
6444 Document buffer-display-count.
b8d4c8d0
GM
6445
64462005-09-06 Richard M. Stallman <rms@gnu.org>
6447
6448 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6449 package prefix elsewhere than at the start of the name.
6450
64512005-09-03 Richard M. Stallman <rms@gnu.org>
6452
6453 * tips.texi (Programming Tips): Add conventions for minibuffer
6454 questions and prompts.
6455
64562005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6457
6458 * intro.texi (nil and t): Minor cleanup.
6459 Delete spurious mention of keyword symbols.
6460 (Evaluation Notation): Add index entry.
6461 (A Sample Function Description): Minor cleanup.
6462 (A Sample Variable Description): Not all vars can be set.
6463
64642005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6465
6466 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6467
6468 (Insertion): Document precise type of `insert-char' arg COUNT.
6469
64702005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6471
6472 * modes.texi (Other Font Lock Variables): Sync the default of
6473 font-lock-lines-before.
6474
64752005-08-31 Michael Albinus <michael.albinus@gmx.de>
6476
6477 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6478
64792005-08-29 Richard M. Stallman <rms@gnu.org>
6480
6481 * elisp.texi (Top): Update subnode menu.
6482
6483 * searching.texi (Searching and Matching): Move node.
6484 Rearrange contents and add overall explanation.
6485 (Searching and Case): Move node.
6486 (Searching and Matching): Update menu.
6487
64882005-08-27 Eli Zaretskii <eliz@gnu.org>
6489
6490 * os.texi (Startup Summary): Fix the description of the initial
6491 startup message display.
6492
64932005-08-25 Richard M. Stallman <rms@gnu.org>
6494
6495 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6496
64972005-08-25 Emilio C. Lopes <eclig@gmx.net>
6498
6499 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6500 `next-overlay-change' example.
6501
65022005-08-22 Juri Linkov <juri@jurta.org>
6503
6504 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6505 Fix invert-face. Fix args of face-background.
6506
6507 * display.texi (Standard Faces): Delete node.
6508 (Faces): Add xref to `(emacs)Standard Faces'.
6509 (Displaying Faces): Fix xref to `Standard Faces'.
6510
6511 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6512
65132005-08-20 Alan Mackenzie <acm@muc.de>
6514
6515 * buffers.texi (The Buffer List): Clarify the manipulation of the
6516 buffer list.
6517
65182005-08-14 Richard M. Stallman <rms@gnu.org>
6519
6520 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6521 a regexp.
6522
65232005-08-11 Richard M. Stallman <rms@gnu.org>
6524
6525 * elisp.texi (Top): Update subnode lists.
6526
6527 * display.texi (Inverse Video): Node deleted.
6528
6529 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6530 New nodes split out of Coding Conventions.
6531
6532 * searching.texi (Regular Expressions): Document re-builder.
6533
6534 * os.texi (Time Parsing): New node split out of Time Conversion.
6535
6536 * processes.texi (Misc Network, Network Feature Testing)
6537 (Network Options, Make Network): New nodes split out of
6538 Low-Level Network.
6539
65402005-08-09 Richard M. Stallman <rms@gnu.org>
6541
6542 * frames.texi (Geometry): New node, split from Size and Position.
6543 (Frame Parameters): Refer to Geometry.
6544
6545 * buffers.texi (The Buffer List): Fix xrefs.
6546
6547 * windows.texi (Splitting Windows): Fix xref.
6548
6549 * frames.texi (Layout Parameters): Add xref.
6550
6551 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6552
6553 * keymaps.texi (Menu Bar): Fix xref.
6554
6555 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6556
6557 * modes.texi (%-Constructs): Fix xref.
6558
6559 * frames.texi (Window Frame Parameters): Node split up.
6560 (Basic Parameters, Position Parameters, Size Parameters)
6561 (Layout Parameters, Buffer Parameters, Management Parameters)
6562 (Cursor Parameters, Color Parameters): New subnodes.
6563
65642005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6565
6566 * positions.texi (Screen Lines): Update xref for previous change
6567 in minibuf.texi.
6568
6569 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6570 change in minibuf.texi.
6571
65722005-08-09 Richard M. Stallman <rms@gnu.org>
6573
6574 * tips.texi (Coding Conventions): Minor cleanup.
6575
6576 * modes.texi (Defining Minor Modes): Explain when init-value
6577 can be non-nil.
6578
6579 * elisp.texi (Top): Update submenu for Minibuffer.
6580
6581 * minibuf.texi (Minibuffer Misc): Node split up.
6582 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6583 (Recursive Mini): New nodes split out from Minibuffer Misc.
6584 (Minibuffer Misc): Document max-mini-window-height.
6585
6586 * hash.texi (Defining Hash): Delete stray paren in example.
6587
6588 * display.texi (Echo Area Customization): Don't define
6589 max-mini-window-height here; xref instead.
6590
6591 * commands.texi (Event Input Misc): Update while-no-input.
6592
6593 * advice.texi (Advising Functions): Explain when to use advice
6594 and when to use a hook.
6595
65962005-07-30 Eli Zaretskii <eliz@gnu.org>
6597
6598 * makefile.w32-in (info): Don't run install-info.
6599 ($(infodir)/dir): New target, produced by running install-info.
6600
66012005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6602
6603 * modes.texi (Defining Minor Modes): The keyword for the initial
6604 value is :init-value, not :initial-value.
6605
66062005-07-23 Eli Zaretskii <eliz@gnu.org>
6607
6608 * loading.texi (Autoload): Make the `doctor' example be consistent
6609 with what's in current loaddefs.el. Describe the "fn" magic in
6610 the usage portion of the doc string.
6611
66122005-07-22 Richard M. Stallman <rms@gnu.org>
6613
6614 * internals.texi (Garbage Collection): Clarify previous change.
6615
66162005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6617
6618 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6619
66202005-07-18 Juri Linkov <juri@jurta.org>
6621
6622 * commands.texi (Accessing Events):
6623 * frames.texi (Text Terminal Colors, Resources):
6624 * markers.texi (The Mark):
6625 * modes.texi (Defining Minor Modes):
6626 Delete duplicate duplicate words.
6627
66282005-07-16 Richard M. Stallman <rms@gnu.org>
6629
6630 * display.texi (Managing Overlays): Clarify make-overlay
6631 args for insertion types.
6632
66332005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6634
6635 * customize.texi (Variable Definitions):
6636 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6637 `standard-value' is a list too.
6638 (Defining New Types): Use @key{RET} instead of @key{ret}.
6639
66402005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6641
6642 * os.texi (Translating Input): Fix typo.
6643
66442005-07-08 Richard M. Stallman <rms@gnu.org>
6645
6646 * README: Update edition number and size estimate.
6647
6648 * elisp.texi (VERSION): Set to 2.9.
6649
66502005-07-07 Richard M. Stallman <rms@gnu.org>
6651
6652 * book-spine.texinfo: Update Emacs version.
6653
6654 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6655
66562005-07-06 Richard M. Stallman <rms@gnu.org>
6657
6658 * searching.texi (Regexp Search): Clarify what re-search-forward
6659 does when the search fails.
6660
66612005-07-05 Lute Kamstra <lute@gnu.org>
6662
6663 * Update FSF's address in GPL notices.
6664
6665 * doclicense.texi (GNU Free Documentation License):
6666 * gpl.texi (GPL):
6667 * tips.texi (Coding Conventions, Library Headers):
6668 * vol1.texi:
6669 * vol2.texi: Update FSF's address.
6670
66712005-07-04 Richard M. Stallman <rms@gnu.org>
6672
6673 * hooks.texi (Standard Hooks): Add occur-hook.
6674
66752005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6676
6677 * display.texi (The Echo Area): Correct menu.
6678
66792005-07-03 Richard M. Stallman <rms@gnu.org>
6680
6681 * elisp.texi (Top): Update subnode menu for Display.
6682
6683 * display.texi (Displaying Messages): New node, with most
6684 of what was in The Echo Area.
5dcb4c4e 6685 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6686 (Logging Messages): New node with new text.
6687 (Echo Area Customization): New node, the rest of what was
6688 in The Echo Area. Document message-truncate-lines with @defvar.
6689 (Display): Update menu.
6690
6691 * windows.texi (Textual Scrolling): Doc 3 values for
6692 scroll-preserve-screen-position.
6693
6694 * text.texi (Special Properties): Change hook functions
6695 should bind inhibit-modification-hooks around altering buffer text.
6696
6697 * keymaps.texi (Key Binding Commands): Call binding BINDING
6698 rather than DEFINITION.
6699
67002005-06-29 Juanma Barranquero <lekktu@gmail.com>
6701
6702 * variables.texi (Defining Variables): `user-variable-p' returns t
6703 for aliases of user options, nil for alias loops.
6704
67052005-06-28 Richard M. Stallman <rms@gnu.org>
6706
6707 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6708 make-keymap.
6709
67102005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6711
6712 * variables.texi (Setting Variables): Correct and clarify
6713 description of `add-to-ordered-list'.
6714
67152005-06-26 Richard M. Stallman <rms@gnu.org>
6716
6717 * display.texi (Faces): Minor cleanup.
6718
67192005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6720
6721 * display.texi (Faces): `facep' returns t for strings that are
6722 face names.
6723
67242005-06-25 Richard M. Stallman <rms@gnu.org>
6725
6726 * objects.texi (Equality Predicates): Clarify meaning of equal.
6727
6728 * windows.texi (Selecting Windows): save-selected-window
6729 and with-selected-window save and restore the current buffer.
6730
67312005-06-24 Richard M. Stallman <rms@gnu.org>
6732
6733 * numbers.texi (Float Basics): Explain how to test for NaN,
6734 and printing the sign of NaNs.
6735
67362005-06-24 Eli Zaretskii <eliz@gnu.org>
6737
6738 * makefile.w32-in (MAKEINFO): Use --force.
6739
67402005-06-23 Richard M. Stallman <rms@gnu.org>
6741
6742 * display.texi (Face Functions): Correct Texinfo usage.
6743
67442005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6745
6746 * lists.texi (Rings): `ring-elements' now returns the elements of
6747 RING in order.
6748
67492005-06-23 Juanma Barranquero <lekktu@gmail.com>
6750
6751 * markers.texi (The Mark): Texinfo usage fix.
6752
67532005-06-23 Kim F. Storm <storm@cua.dk>
6754
6755 * searching.texi (Entire Match Data): Remove evaporate option for
6756 match-data. Do not mention evaporate option for set-match-data.
6757
67582005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6759
6760 * display.texi (Face Functions): Mention face aliases.
6761
67622005-06-21 Richard M. Stallman <rms@gnu.org>
6763
6764 * anti.texi (Antinews): Texinfo usage fix.
6765
67662005-06-21 Karl Berry <karl@gnu.org>
6767
6768 * elisp.texi: Use @copying.
6769
6770 * elisp.texi: Put @summarycontents and @contents before the Top
6771 node, instead of the end of the file, so that the contents appear
6772 in the right place in the dvi/pdf output.
6773
67742005-06-21 Juri Linkov <juri@jurta.org>
6775
6776 * display.texi (Defining Faces): Add `customized-face'.
6777
67782005-06-20 Kim F. Storm <storm@cua.dk>
6779
6780 * variables.texi (Setting Variables): Any type of element can be
6781 given order in add-to-ordered-list. Compare elements with eq.
6782
6783 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6784
67852005-06-20 Karl Berry <karl@gnu.org>
6786
6787 * syntax.texi (Syntax Flags): Make last column very slightly wider
6788 to avoid "generic comment" breaking on two lines and causing an
6789 underfull box.
6790
67912005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6792
6793 * lists.texi (Rings): Various minor clarifications and corrections.
6794
67952005-06-18 Richard M. Stallman <rms@gnu.org>
6796
6797 * functions.texi (Obsolete Functions): Simplify.
6798
6799 * variables.texi (Variable Aliases): Simplify.
6800
6801 * anti.texi, backups.texi, compile.texi, customization.texi:
6802 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6803 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6804 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6805 * variables.texi: Fix formatting ugliness.
6806
6807 * elisp.texi: Add links to Rings and Byte Packing.
6808 Update version and copyright years.
6809
6810 * minibuf.texi: Fix formatting ugliness.
6811 (Completion Commands): Move keymap vars to the end
6812 and vars completing-read binds to the top.
6813
68142005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6815
6816 * processes.texi: Fix typos.
6817 (Bindat Spec): Correct Texinfo error.
6818 (Byte Packing): Fix ungrammatical sentence.
6819
68202005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6821
6822 * lists.texi (Rings): New node.
6823 (Lists): Add it to menu.
6824
6825 * processes.texi (Byte Packing): New node.
6826 (Processes): Add it to menu.
6827
68282005-06-17 Richard M. Stallman <rms@gnu.org>
6829
6830 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6831
6832 * help.texi (Documentation Basics): Explain the xref to
6833 Documentation Tips.
6834
6835 * debugging.texi (Debugger Commands): Minor fix.
6836
68372005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6838
6839 * edebug.texi (Instrumenting): Eliminate duplicate link.
6840 (Specification List): Replace references to "below", referring to
6841 a later node, with one @ref to that node.
6842
6843 * os.texi (Timers): Timers should save and restore the match data
6844 if they change it.
6845
6846 * debugging.texi (Debugger Commands): Mention that the Lisp
6847 debugger can not step through primitive functions.
6848
68492005-06-16 Juanma Barranquero <lekktu@gmail.com>
6850
6851 * functions.texi (Obsolete Functions): Update argument names of
6852 `make-obsolete' and `define-obsolete-function-alias'.
6853
6854 * variables.texi (Variable Aliases): Update argument names of
6855 `defvaralias', `make-obsolete-variable' and
6856 `define-obsolete-variable-alias'.
6857
68582005-06-15 Kim F. Storm <storm@cua.dk>
6859
6860 * searching.texi (Entire Match Data): Rephrase warnings about
6861 evaporate arg to match-data and set-match-data.
6862
68632005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6864
6865 * elisp.texi (Top): Update detailed menu.
6866
6867 * edebug.texi (Edebug): Update menu.
6868 (Instrumenting): Update xrefs.
6869 (Edebug Execution Modes): Correct xref.
6870 (Jumping): Clarify description of `h' command.
6871 Eliminate redundant @ref.
6872 (Breaks): New node.
6873 (Breakpoints): Is now a subsubsection.
6874 (Global Break Condition): Mention `C-x X X'.
6875 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6876 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6877 (Edebug Display Update): Correct pxref.
6878 (Edebug and Macros): New node.
6879 (Instrumenting Macro Calls): Is now a subsubsection.
6880 Neither arg of `def-edebug-spec' is evaluated.
6881 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6882 (Specification Examples): Fix typo.
6883
68842005-06-14 Lute Kamstra <lute@gnu.org>
6885
6886 * debugging.texi (Function Debugging): Primitives can break on
6887 entry too.
6888
68892005-06-14 Kim F. Storm <storm@cua.dk>
6890
6891 * variables.texi (Setting Variables): Add add-to-ordered-list.
6892
68932005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6896 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6897
68982005-06-13 Lute Kamstra <lute@gnu.org>
6899
6900 * text.texi (Special Properties): Fix cross reference.
6901
69022005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6903
6904 * debugging.texi (Function Debugging): Delete mention of empty
6905 string argument to `cancel-debug-on-entry'. Delete inaccurate
6906 description of the return value of that command.
6907
69082005-06-11 Alan Mackenzie <acm@muc.de>
6909
6910 * text.texi (Adaptive Fill): Amplify the description of
6911 fill-context-prefix.
6912
69132005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6914
6915 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6916
69172005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6918
6919 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6920
69212005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6922
6923 * debugging.texi (Error Debugging): Minor rewording.
6924 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6925 is optional.
6926
69272005-06-10 Lute Kamstra <lute@gnu.org>
6928
6929 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6930 (Top): Give it a title. Correct version number. Give the
6931 detailed node listing a more prominent header.
6932 * intro.texi: Don't set VERSION here a second time.
6933 Mention Emacs's version too.
6934 * anti.texi (Antinews): Use EMACSVER to refer to the current
6935 version of Emacs.
6936
69372005-06-09 Kim F. Storm <storm@cua.dk>
6938
6939 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6940 match-data and set-match-data.
6941
69422005-06-08 Richard M. Stallman <rms@gnu.org>
6943
6944 * searching.texi (Entire Match Data): Clarify when match-data
6945 returns markers and when integers.
6946
6947 * display.texi (Defining Faces): Explain that face name should not
6948 end in `-face'.
6949
6950 * modes.texi (Mode Line Data): Minor cleanup.
6951 (Customizing Keywords): Node split out of Search-based Fontification.
6952 Add example of using font-lock-add-keywords from a hook.
6953 Clarify when MODE should be non-nil, and when nil.
6954
69552005-06-06 Richard M. Stallman <rms@gnu.org>
6956
6957 * modes.texi (Mode Line Data): Explain what happens when the car
6958 of a list is a void symbol.
6959 (Search-based Fontification): Explain MODE arg to
6960 font-lock-add-keywords and warn about calls from major modes.
6961
69622005-06-08 Juri Linkov <juri@jurta.org>
6963
6964 * display.texi (Standard Faces): Add `shadow' face.
6965
69662005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6967
6968 * modes.texi (Major Mode Conventions): A derived mode only needs
6969 to put the call to the parent mode inside `delay-mode-hooks'.
6970
69712005-05-29 Richard M. Stallman <rms@gnu.org>
6972
6973 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6974 new, and what that implies. Clarify.
6975
6976 * files.texi (Locating Files): Clean up the text.
6977
6978 * frames.texi (Window Frame Parameters): Document user-size.
6979 Shorten entry for top by referring to left.
6980
69812005-05-26 Richard M. Stallman <rms@gnu.org>
6982
6983 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6984 is new, and what the implications are. Other clarifications.
6985
69862005-05-24 Richard M. Stallman <rms@gnu.org>
6987
6988 * frames.texi (Dialog Boxes): Minor fixes.
6989
69902005-05-25 Masatake YAMATO <jet@gyve.org>
6991
6992 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6993
69942005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6995
6996 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6997 is optional.
6998
69992005-05-24 Nick Roberts <nickrob@snap.net.nz>
7000
10d1d0af 7001 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7002
70032005-05-23 Lute Kamstra <lute@gnu.org>
7004
7005 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7006 syntax-begin-function over font-lock-beginning-of-syntax-function.
7007
70082005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7009
7010 * minibuf.texi (Reading File Names): Update description of
7011 `read-directory-name'.
7012
7013 * modes.texi (Derived Modes): Clarify :group keyword.
7014
70152005-05-21 Eli Zaretskii <eliz@gnu.org>
7016
7017 * files.texi (Locating Files): New subsection.
7018 Describe locate-file and executable-find.
7019
70202005-05-21 Kevin Ryde <user42@zip.com.au>
7021
7022 * frames.texi (Initial Parameters): Update cross reference to
7023 "Emacs Invocation".
7024
70252005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7026
7027 * keymaps.texi (Active Keymaps): Add anchor.
7028
7029 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7030 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7031 appropriate place.
7032 (Derived Modes): Small clarifications.
7033 (Minor Mode Conventions, Keymaps and Minor Modes):
7034 Replace references to nodes with references to anchors.
7035 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7036 Clarify description of lists whose first element is an integer.
7037 (Mode Line Variables): Add anchor.
7038 (%-Constructs): Clarify description of integer after %.
7039 (Emulating Mode Line): Describe nil value for FACE.
7040
70412005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7042
7043 * modes.texi (Derived Modes): Correct references to non-existing
7044 variable standard-syntax-table.
7045
70462005-05-17 Lute Kamstra <lute@gnu.org>
7047
7048 * modes.texi (Defining Minor Modes): Mention the mode hook.
7049
70502005-05-15 Kim F. Storm <storm@cua.dk>
7051
7052 * processes.texi (Network): Remove open-network-stream-nowait.
7053 (Network Servers): Remove open-network-stream-server.
7054
70552005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7056
7057 * elisp.texi (Top): Update detailed menu.
7058
7059 * variables.texi: Reorder nodes.
7060 (Variables): Update menu.
7061 (File Local Variables): Do not refer to the `-*-' line as
7062 a "local variables list". Add pxref.
7063
70642005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7065
7066 * elisp.texi (Top): Update detailed menu for node changes.
7067
7068 * modes.texi (Modes): Update Menu.
7069 (Hooks): Move to beginning of chapter.
7070 Most minor modes run mode hooks too.
7071 `add-hook' can handle void hooks or hooks whose value is a single
7072 function.
7073 (Major Modes): Update Menu.
7074 (Major Mode Basics): New node, split off from `Major Modes'.
7075 (Major Mode Conventions): Correct xref. Explain how to handle
7076 auto-mode-alist if the major mode command has an autoload cookie.
7077 (Auto Major Mode): Major update. Add magic-mode-alist.
7078 (Derived Modes): Major update.
7079 (Mode Line Format): Update Menu.
7080 (Mode Line Basics): New node, split off from `Mode Line Format'.
7081
7082 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7083 for `magic autoload comment'. Add index entries and anchor.
7084
70852005-05-14 Richard M. Stallman <rms@gnu.org>
7086
7087 * tips.texi (Coding Conventions): Explain how important it is
7088 that just loading certain files not change Emacs behavior.
7089
7090 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7091
70922005-05-12 Lute Kamstra <lute@gnu.org>
7093
7094 * modes.texi (Generic Modes): Update.
7095 (Major Modes): Refer to node "Generic Modes".
7096
7097 * elisp.texi (Top): Update to the current structure of the manual.
7098 * processes.texi (Processes): Add menu description.
7099 * customize.texi (Customization): Add menu descriptions.
7100
71012005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7102
7103 * processes.texi (Signals to Processes)
7104 (Low-Level Network): Fix typos.
7105
71062005-05-11 Lute Kamstra <lute@gnu.org>
7107
7108 * elisp.texi (Top): Add some nodes from the chapter "Major and
7109 Minor Modes" to the detailed node listing.
7110
71112005-05-10 Richard M. Stallman <rms@gnu.org>
7112
7113 * keymaps.texi (Extended Menu Items): Menu item filter functions
7114 can be called at any time.
7115
71162005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7117
7118 * variables.texi (File Local Variables): `(hack-local-variables t)'
7119 now also checks whether a mode is specified in the local variables
7120 list.
7121
71222005-05-05 Kevin Ryde <user42@zip.com.au>
7123
7124 * display.texi (The Echo Area): Correct format function cross
7125 reference.
7126
71272005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7128
7129 * variables.texi (Variable Aliases): Change description of
7130 `define-obsolete-variable-alias'.
7131
7132 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7133 (Defining Functions): Add xref.
7134 (Obsolete Functions): New node.
7135 (Function Safety): Standardize capitalization of section title.
7136
7137 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7138 (Dialog Boxes): Complete description of `x-popup-dialog'.
7139
71402005-05-04 Richard M. Stallman <rms@gnu.org>
7141
7142 * commands.texi (Interactive Codes): Fix Texinfo usage.
7143 Document U more clearly.
7144
71452005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7146
7147 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7148 function and not a macro.
7149
7150 * frames.texi (Pop-Up Menus): Correct and clarify description of
7151 `x-popup-menu'.
7152 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7153
71542005-05-01 Richard M. Stallman <rms@gnu.org>
7155
7156 * edebug.texi (Checking Whether to Stop): Fix previous change.
7157
71582005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7159
7160 * display.texi: Fix typos and Texinfo usage.
7161
7162 * edebug.texi (Checking Whether to Stop): executing-macro ->
7163 executing-kbd-macro.
7164
71652005-05-01 Richard M. Stallman <rms@gnu.org>
7166
7167 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7168
71692005-04-30 Richard M. Stallman <rms@gnu.org>
7170
7171 * files.texi (Magic File Names): Document `operations' property.
7172
71732005-04-29 Lute Kamstra <lute@gnu.org>
7174
7175 * modes.texi (Generic Modes): New node.
7176 (Major Modes): Add it to the menu.
7177 (Derived Modes): Add "derived mode" to concept index.
7178
71792005-04-28 Lute Kamstra <lute@gnu.org>
7180
7181 * modes.texi (Defining Minor Modes): Fix previous change.
7182 (Font Lock Mode): Simplify.
7183 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7184 when set and that some parts are optional. Add cross references.
7185 (Search-based Fontification): Say how to specify font-lock-keywords.
7186 Add cross references. Add font-lock-multiline to index.
7187 Move font-lock-keywords-case-fold-search here from node "Other Font
7188 Lock Variables". Document font-lock-add-keywords and
7189 font-lock-remove-keywords.
7190 (Other Font Lock Variables): Move font-lock-keywords-only,
7191 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7192 and font-lock-syntactic-face-function to node "Syntactic Font
7193 Lock". Move font-lock-keywords-case-fold-search to node
7194 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7195 and font-lock-{,un}fontify-{buffer,region}-function.
7196 (Precalculated Fontification): Remove reference to deleted variable
7197 font-lock-core-only.
7198 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7199 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7200 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7201 and font-lock-syntactic-face-function here from node "Other Font
7202 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7203 Syntax Properties". Add cross references.
7204 (Setting Syntax Properties): New node.
7205 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7206 * syntax.texi (Syntax Properties): Add cross reference.
7207 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7208
72092005-04-26 Richard M. Stallman <rms@gnu.org>
7210
7211 * display.texi (Defining Faces):
7212 Document `default' elements of defface spec.
7213
7214 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7215
7216 * variables.texi (Variable Aliases): Clarify text.
7217
72182005-04-25 Chong Yidong <cyd@stupidchicken.com>
7219
7220 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7221
72222005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7223
7224 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7225
72262005-04-24 Eli Zaretskii <eliz@gnu.org>
7227
7228 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7229 syntax-after and syntax-class.
7230
7231 * files.texi (Changing Files): Fix last change's cross-reference.
7232 (Unique File Names): Don't mention "numbers" in the documentation
7233 of make-temp-file and make-temp-name.
7234
72352005-04-23 Richard M. Stallman <rms@gnu.org>
7236
7237 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7238
72392005-04-22 Nick Roberts <nickrob@snap.net.nz>
7240
7241 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7242
72432005-04-22 Nick Roberts <nickrob@snap.net.nz>
7244
7245 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7246 and define-obsolete-variable-alias.
7247
72482005-04-22 Kim F. Storm <storm@cua.dk>
7249
7250 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7251 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7252
72532005-04-21 Lute Kamstra <lute@gnu.org>
7254
7255 * lists.texi (Association Lists): Document rassq-delete-all.
7256
72572005-04-19 Richard M. Stallman <rms@gnu.org>
7258
7259 * modes.texi (Search-based Fontification): Explain that
7260 facespec is an expression to be evaluated.
7261
72622005-04-19 Kevin Ryde <user42@zip.com.au>
7263
7264 * streams.texi (Output Functions): Fix xref.
7265 * strings.texi (String Conversion): Fix xref.
7266
72672005-04-19 Kim F. Storm <storm@cua.dk>
7268
7269 * symbols.texi (Symbol Plists): Add safe-get.
7270 Mention that `get' may signal an error.
7271
72722005-04-18 Nick Roberts <nickrob@snap.net.nz>
7273
7274 * customize.texi (Variable Definitions): Replace tooltip-mode
7275 example with save-place.
7276
72772005-04-17 Richard M. Stallman <rms@gnu.org>
7278
7279 * buffers.texi (Indirect Buffers): Clarify.
7280
7281 * positions.texi (Positions): Clarify converting marker to integer.
7282
7283 * strings.texi (String Basics): Mention string-match; clarify.
7284
72852005-04-08 Lute Kamstra <lute@gnu.org>
7286
7287 * modes.texi (Search-based Fontification): Fix cross references.
7288 Use consistent terminology. Document anchored highlighting.
7289
72902005-04-05 Lute Kamstra <lute@gnu.org>
7291
7292 * modes.texi (Defining Minor Modes): Document :group keyword
7293 argument and its default value.
7294
72952005-04-03 Lute Kamstra <lute@gnu.org>
7296
7297 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7298 references and/or descriptions. Delete major mode hooks; mention
7299 them as a category instead. Rename or delete obsolete hooks.
7300
73012005-04-02 Richard M. Stallman <rms@gnu.org>
7302
7303 * nonascii.texi (Coding System Basics): Another wording cleanup.
7304
73052005-04-01 Richard M. Stallman <rms@gnu.org>
7306
7307 * nonascii.texi (Coding System Basics): Clarify previous change.
7308
73092005-04-01 Kenichi Handa <handa@m17n.org>
7310
10d1d0af 7311 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7312 identity of coding systems.
7313
73142005-03-29 Chong Yidong <cyd@stupidchicken.com>
7315
7316 * text.texi (Buffer Contents): Add filter-buffer-substring and
7317 buffer-substring-filters.
7318
73192005-03-26 Chong Yidong <cyd@stupidchicken.com>
7320
7321 * anti.texi (Antinews): Mention `G' interactive code.
7322
7323 * tips.texi (Compilation Tips): Mention benchmark.el.
7324
73252005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7326
7327 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7328 is now bound to M-o M-o.
7329
7330 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7331
73322005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7333
7334 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7335 in the Emacs Manual).
7336 * Makefile.in (srcs): Remove calendar.texi.
7337 * makefile.w32-in (srcs): Remove calendar.texi.
7338 * display.texi (Display): Change name of next node.
7339 * os.texi (System In): Change name of previous node.
7340 * elisp.texi (Top): Remove Calendar references.
7341 * vol1.texi (Top): Remove Calendar references.
7342 * vol2.texi (Top): Remove Calendar references.
7343
73442005-03-25 Richard M. Stallman <rms@gnu.org>
7345
7346 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7347 Cleanup previous change.
7348
73492005-03-25 Chong Yidong <cyd@stupidchicken.com>
7350
7351 * display.texi (Face Attributes): Faces earlier in an :inherit
7352 list take precedence.
7353 (Scroll Bars): Fix description of vertical-scroll-bars.
7354 Document frame-current-scroll-bars and window-current-scroll-bars.
7355
7356 * markers.texi (The Mark): Document temporary Transient Mark mode.
7357
7358 * minibuf.texi (Reading File Names):
7359 Document read-file-name-completion-ignore-case.
7360
7361 * positions.texi (Screen Lines): Document nil for width argument
7362 to compute-motion.
7363
73642005-03-23 Kim F. Storm <storm@cua.dk>
7365
7366 * display.texi (Standard Faces): Other faces used in the fringe
7367 implicitly inherits from the fringe face.
7368 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7369 properties implicitly inherits from fringe face.
7370 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7371
73722005-03-20 Chong Yidong <cyd@stupidchicken.com>
7373
7374 * display.texi (Invisible Text): State default value of
7375 line-move-ignore-invisible.
7376 (Managing Overlays): Document remove-overlays.
7377 (Standard Faces): Document escape-glyph face.
7378
7379 * minibuf.texi (Reading File Names): Document read-file-name-function.
7380
7381 * modes.texi (Other Font Lock Variables):
7382 Document font-lock-lines-before.
7383
7384 * positions.texi (Skipping Characters): skip-chars-forward allows
7385 character classes.
7386
73872005-03-18 Lute Kamstra <lute@gnu.org>
7388
7389 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7390
73912005-03-17 Richard M. Stallman <rms@gnu.org>
7392
7393 * text.texi (Undo): Document extensible undo entries.
7394
dd7b651b 7395 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7396
7397 * nonascii.texi (Character Codes): Minor fix.
7398
7399 * display.texi (Display Property): Explain the significance
7400 of having text properties that are eq.
7401 (Other Display Specs): Explain string as display spec.
7402
7403 * commands.texi (Interactive Codes): Document G option.
7404
74052005-03-17 Chong Yidong <cyd@stupidchicken.com>
7406
7407 * text.texi (Filling): Add sentence-end-without-period and
7408 sentence-end-without-space.
7409 (Changing Properties): Minor fix.
7410
7411 * anti.texi: Total rewrite.
7412
74132005-03-15 Lute Kamstra <lute@gnu.org>
7414
7415 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7416
74172005-03-08 Kim F. Storm <storm@cua.dk>
7418
7419 * display.texi (Specified Space): Property :width is support on
7420 non-graphic terminals, :height is not.
7421
74222005-03-07 Richard M. Stallman <rms@gnu.org>
7423
7424 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7425 Now subnodes of Fringes.
7426 (Overlay Arrow): Document overlay-arrow-variable-list.
7427 (Fringe Size/Pos): New node, broken out of Fringes.
7428 (Display): Explain clearing vs redisplay better.
7429 (Truncation): Clarify use of bitmaps.
7430 (The Echo Area): Clarify the uses of the echo area.
7431 Add max-mini-window-height.
7432 (Progress): Clarify.
7433 (Invisible Text): Explain that main loop moves point out.
7434 (Selective Display): Say "hidden", not "invisible".
7435 (Managing Overlays): Move up. Describe relation to Undo here.
7436 (Overlay Properties): Clarify intro.
7437 (Finding Overlays): Explain return values when nothing found.
7438 (Width): truncate-string-to-width has added arg.
7439 (Displaying Faces): Clarify and update mode line face handling.
7440 (Face Functions): Minor cleanup.
7441 (Conditional Display): Merge into Other Display Specs.
7442 (Pixel Specification, Other Display Specs): Minor cleanups.
7443 (Images, Image Descriptors): Minor cleanups.
7444 (GIF Images): Patents have expired.
7445 (Showing Images): Explain default text for insert-image.
7446 (Manipulating Button Types): Merge into Manipulating Buttons.
7447 (Making Buttons): Explain return values.
7448 (Button Buffer Commands): Add xref.
7449 (Inverse Video): Update mode-line-inverse-video.
7450 (Display Table Format): Clarify.
7451 (Active Display Table): Give defaults for window-display-table.
7452
7453 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7454 and calendar-today-marker are strings, not chars.
7455 (Holiday Customizing): Minor fix.
7456
7457 * internals.texi (Writing Emacs Primitives): Update `or' example.
7458 Update limit on # args of subr.
7459
7460 * edebug.texi (Using Edebug): Arrow is in fringe.
7461 (Instrumenting): Arg to eval-defun works without loading edebug.
7462 (Edebug Execution Modes): Add xref.
7463
7464 * customize.texi (Common Keywords): Clarify :require.
7465 Mention :version here.
7466 (Variable Definitions, Group Definitions): Not here.
7467 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7468
74692005-03-07 Chong Yidong <cyd@stupidchicken.com>
7470 * nonascii.texi (Text Representations): Clarify position-bytes.
7471 (Character Sets): Add list-charset-chars.
7472 (Scanning Charsets): Add charset-after.
7473 (Encoding and I/O): Minor fix.
7474
74752005-03-06 Richard M. Stallman <rms@gnu.org>
7476
7477 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7478 (Resizing Windows): Likewise.
7479
7480 * text.texi (Change Hooks): Get rid of "Emacs 21".
7481
7482 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7483
7484 * streams.texi (Output Variables): Get rid of "Emacs 21".
7485
7486 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7487
7488 * os.texi (Translating Input): Replace flow-control example
7489 with a less obsolete example that uses `keyboard-translate'.
7490
7491 * objects.texi (Hash Table Type, Circular Objects):
7492 Get rid of "Emacs 21".
7493
7494 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7495 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7496
7497 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7498
7499 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7500
7501 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7502 (Menu Bar): Fix when menu-bar-update-hook is called.
7503
7504 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7505
7506 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7507 and make it read better.
7508
7509 * files.texi (Writing to Files): Get rid of "Emacs 21".
7510 (Unique File Names): Likewise.
7511
7512 * elisp.texi: Update Emacs version to 22.
7513
7514 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7515 (Overlay Properties, Face Attributes): Likewise.
7516 (Managing Overlays): Fix punctuation.
7517 (Attribute Functions): Clarify set-face-font; get rid of
7518 info about old Emacs versions.
7519 (Auto Faces, Font Lookup, Display Property, Images):
7520 Get rid of "Emacs 21".
7521
7522 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7523
75242005-03-05 Richard M. Stallman <rms@gnu.org>
7525
7526 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7527
75282005-03-04 Lute Kamstra <lute@gnu.org>
7529
7530 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7531
75322005-03-03 Lute Kamstra <lute@gnu.org>
7533
7534 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7535
75362005-03-01 Lute Kamstra <lute@gnu.org>
7537
7538 * debugging.texi (Debugger Commands): Update `j'.
7539
75402005-02-28 Lute Kamstra <lute@gnu.org>
7541
7542 * debugging.texi (Debugging): Fix typo.
7543 (Error Debugging): Document eval-expression-debug-on-error.
7544 (Function Debugging): Update example.
7545 (Using Debugger): Mention starred stack frames.
7546 (Debugger Commands): Document `j' and `l'.
7547 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7548 Update the messages that the debugger displays.
7549 (Internals of Debugger): Add cross reference. Update example.
7550 (Excess Open): Minor improvement.
7551 (Excess Close): Minor improvement.
7552
75532005-02-26 Richard M. Stallman <rms@gnu.org>
7554
7555 * tips.texi (Coding Conventions): Clarify.
7556 Put all the major mode key reservations together.
7557 Mention the Mouse-1 => Mouse-2 conventions.
7558
7559 * syntax.texi (Syntax Class Table): Clarify.
7560 (Syntax Table Functions): syntax-after moved from here.
7561 (Syntax Table Internals): syntax-after moved to here.
7562 (Parsing Expressions): Update info on number of values
7563 and what's meaningful in the STATE argument.
7564 (Categories): Fix typo.
7565
7566 * sequences.texi (Arrays): Cleanup.
7567 (Char-Tables): Clarify.
7568
7569 * processes.texi (Deleting Processes): Cleanups, add xref.
7570 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7571 (Process Information): set-process-coding-system, some args optional.
7572 (Input to Processes): Explain various types for PROCESS args.
7573 Rename them from PROCESS-NAME to PROCESS.
7574 (Signals to Processes): Likewise.
7575 (Decoding Output): Cleanup.
7576 (Query Before Exit): Clarify.
7577
7578 * os.texi (Startup Summary): Correct the options; add missing ones.
7579 (Terminal Output, Batch Mode): Clarify.
7580 (Flow Control): Node deleted.
7581
7582 * markers.texi (The Mark): Clarify.
7583
7584 * macros.texi (Expansion): Cleanup.
7585 (Indenting Macros): indent-spec allows ints, not floats.
7586
7587 * keymaps.texi (Keymaps): Clarify.
7588 (Format of Keymaps): Update lisp-mode-map example.
7589 (Active Keymaps, Key Lookup): Clarify.
7590 (Changing Key Bindings): Add xref to `kbd'.
7591 (Key Binding Commands, Simple Menu Items): Clarify.
7592 (Mouse Menus, Menu Bar): Clarify.
7593 (Menu Example): Replace print example with menu-bar-replace-menu.
7594
7595 * help.texi (Documentation Basics): Add function-documentation prop.
7596
7597 * elisp.texi (Top): Don't refer to Flow Control node.
7598
7599 * commands.texi (Command Overview): Improve xrefs.
7600 (Adjusting Point): Adjusting point applies to intangible and invis.
7601 (Key Sequence Input): Doc extra read-key-sequence args.
7602 Likewise for read-key-sequence-vector.
7603
7604 * backups.texi (Rename or Copy): Minor fix.
7605 (Numbered Backups): For version-control, say the default.
7606 (Auto-Saving): make-auto-save-file-name example is simplified.
7607
7608 * advice.texi (Advising Functions): Don't imply one part of Emacs
7609 should advise another part. Markup changes.
7610 (Defining Advice): Move transitional para.
7611 (Activation of Advice): Cleanup.
7612 Explain if COMPILE is nil or negative.
7613
7614 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7615
76162005-02-24 Lute Kamstra <lute@gnu.org>
7617
7618 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7619 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7620
76212005-02-23 Lute Kamstra <lute@gnu.org>
7622
7623 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7624 to define global minor modes as well.
7625
7626 * display.texi (Managing Overlays): overlay-buffer returns nil for
7627 deleted overlays.
7628
76292005-02-22 Kim F. Storm <storm@cua.dk>
7630
7631 * minibuf.texi (Basic Completion): Allow symbols in addition to
7632 strings in try-completion and all-completions.
7633
76342005-02-14 Lute Kamstra <lute@gnu.org>
7635
7636 * elisp.texi (Top): Remove reference to deleted node.
7637
7638 * lists.texi (Lists): Remove reference to deleted node.
7639 (Cons Cells): Fix typo.
7640
7641 * loading.texi (Where Defined): Fix typo.
7642
76432005-02-14 Richard M. Stallman <rms@gnu.org>
7644
7645 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7646 is useful for discarding some minor modes.
7647
7648 * symbols.texi (Symbol Components): Reorder examples.
7649
7650 * streams.texi (Input Functions): State standard-input default.
7651 (Output Variables): State standard-output default.
7652
7653 * objects.texi (Printed Representation): Clarify read syntax vs print.
7654 (Floating Point Type): Explain meaning better.
7655 (Symbol Type): Explain uniqueness better.
7656 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7657 List examples sooner.
7658 (Box Diagrams): New subnode broken out.
7659 Some examples moved from old Lists as Boxes node.
7660 (Dotted Pair Notation): Clarify intro.
7661 (Array Type): Clarify.
7662 (Type Predicates): Add hash-table-p.
7663
7664 * numbers.texi (Integer Basics): Clarify radix explanation.
7665 (Predicates on Numbers): Minor clarification.
7666 (Comparison of Numbers): Minor clarification. Clarify eql.
7667 Typos in min, max.
7668 (Math Functions): Clarify overflow in expt.
7669
7670 * minibuf.texi (Text from Minibuffer): Minor clarification.
7671 Mention arrow keys.
7672
7673 * loading.texi (Autoload): defun's doc string overrides autoload's
7674 doc string.
7675 (Repeated Loading): Modernize "add to list" examples.
7676 (Where Defined): Finish updating table of load-history elts.
7677
7678 * lists.texi (List-related Predicates): Minor wording improvement.
7679 (Lists as Boxes): Node deleted.
7680 (Building Lists): Explain trivial cases of number-sequence.
7681
7682 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7683 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7684 (Hash Access): Any object can be a key.
7685 State value of maphash.
7686
7687 * functions.texi (What Is a Function): Wording cleanup.
7688 (Function Documentation): Minor cleanup.
7689 Explain purpose of calling convention at end of doc string.
7690 (Function Names): Wording cleanup.
7691 (Calling Functions): Wording cleanup.
7692 Explain better how funcall calls the function.
7693 (Function Cells): Delete example of saving and redefining function.
7694
7695 * control.texi (Combining Conditions): Wording cleanup.
7696 (Iteration): dolist and dotimes bind VAR locally.
7697 (Cleanups): Xref to Atomic Changes.
7698
7699 * compile.texi (Byte Compilation): Delete 19.29 info.
7700 (Compilation Functions): Macros' difficulties don't affect defsubst.
7701 (Docs and Compilation): Delete 19.29 info.
7702
77032005-02-10 Richard M. Stallman <rms@gnu.org>
7704
7705 * objects.texi (Symbol Type): Minor correction.
7706
77072005-02-06 Lute Kamstra <lute@gnu.org>
7708
7709 * modes.texi (Example Major Modes): Fix typos.
7710
77112005-02-06 Richard M. Stallman <rms@gnu.org>
7712
7713 * text.texi (Margins): fill-nobreak-predicate can be one function.
7714
7715 * strings.texi (Modifying Strings): clear-string can make unibyte.
7716 (Formatting Strings): format gives error if values missing.
7717
7718 * positions.texi (Character Motion): Mention default arg
7719 for forward-char. backward-char refers to forward-char.
7720 (Word Motion): Mention default arg for forward-word.
7721 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7722 Simplify end-of-buffer.
7723 (Text Lines): Mention default arg for forward-line.
7724 (List Motion): Mention default arg for beginning/end-of-defun.
7725 (Skipping Characters): Minor fixes in explaining character-set.
7726
7727 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7728 Mode inheritance applies only when default-major-mode is nil.
7729 Clarifications.
7730 (Example Major Modes): Update Text mode and Lisp mode examples.
7731 (Minor Mode Conventions): Mention define-minor-mode at top.
7732 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7733 (Mode Line Format): Update mode line face display info.
7734 (Properties in Mode): Mention effect of risky vars.
7735 (Imenu): Define imenu-add-to-menubar.
7736 (Font Lock Mode): Add descriptions to menu lines.
7737 (Faces for Font Lock): Add font-lock-doc-face.
7738
77392005-02-05 Lute Kamstra <lute@gnu.org>
7740
7741 * text.texi (Maintaining Undo): Remove obsolete function.
7742
77432005-02-05 Eli Zaretskii <eliz@gnu.org>
7744
7745 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7746 color specifications. Improve indexing.
b8d4c8d0
GM
7747 (Text Terminal Colors): Replace the description of RGB values by
7748 an xref to "Color Names".
7749
77502005-02-03 Richard M. Stallman <rms@gnu.org>
7751
7752 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7753 Clarify.
7754 (Selecting Windows): Clarify save-selected-window.
7755 (Cyclic Window Ordering): Clarify walk-windows.
7756 (Window Point): Clarify.
7757 (Window Start): Add comment to example.
7758 (Resizing Windows): Add `interactive' specs in examples.
7759 Document fit-window-to-buffer.
7760
7761 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7762 (Undo, Maintaining Undo): Clarify last change.
7763 (Sorting): In sort-numeric-fields, explain about octal and hex.
7764 Mention sort-numeric-base.
7765 (Format Properties): Add xref for hard newlines.
7766
7767 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7768 (Pop-Up Menus): Fix typo.
7769 (Color Names): Explain all types of color names.
7770 Explain color-values on B&W terminal.
7771 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7772
7773 * files.texi (File Locks): Not supported on MS systems.
7774 (Testing Accessibility): Clarify.
7775
7776 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7777 (Coverage Testing): Fix typo.
7778
7779 * commands.texi (Misc Events): Remove stray space.
7780
7781 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7782 (Modification Time): Clarify when visited-file-modtime returns 0.
7783 (The Buffer List): Clarify bury-buffer.
7784 (Killing Buffers): Clarify.
7785 (Indirect Buffers): Add clone-indirect-buffer.
7786
77872005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7788
7789 * edebug.texi (Printing in Edebug): Fix default value of
7790 edebug-print-circle.
7791 (Coverage Testing): Fix displayed frequency count data.
7792
77932005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7794
7795 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7796
77972005-02-02 Kim F. Storm <storm@cua.dk>
7798
7799 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7800
78012005-01-29 Eli Zaretskii <eliz@gnu.org>
7802
7803 * commands.texi (Misc Events): Describe the help-echo event.
7804
7805 * text.texi (Special Properties) <help-echo>: Use `pos'
7806 consistently in description of the help-echo property.
7807 Use @code{nil} instead of @var{nil}.
7808
7809 * display.texi (Overlay Properties): Fix the index entry for
7810 help-echo overlay property.
7811
7812 * customize.texi (Type Keywords): Uncomment the xref to the
7813 help-echo property documentation.
7814
78152005-01-23 Kim F. Storm <storm@cua.dk>
7816
7817 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7818 return value. Third element FULLY replaced by PARTIAL which
7819 specifies number of invisible pixels if row is only partially visible.
7820 (Textual Scrolling): Mention auto-window-vscroll.
7821 (Vertical Scrolling): New defvar auto-window-vscroll.
7822
78232005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7824
7825 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7826 command remapping.
7827
78282005-01-15 Richard M. Stallman <rms@gnu.org>
7829
7830 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7831
78322005-01-14 Kim F. Storm <storm@cua.dk>
7833
7834 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7835
7836 * text.texi (Links and Mouse-1): Fix string and vector item.
7837
78382005-01-13 Richard M. Stallman <rms@gnu.org>
7839
7840 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7841 descriptions of overriding-local-map and overriding-terminal-local-map.
7842
7843 * text.texi (Links and Mouse-1): Clarify text.
7844
78452005-01-13 Kim F. Storm <storm@cua.dk>
7846
7847 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7848
78492005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7850
7851 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7852
78532005-01-12 Kim F. Storm <storm@cua.dk>
7854
7855 * text.texi (Links and Mouse-1): Rename section from Enabling
7856 Mouse-1 to Following Links. Change xrefs.
7857 Add examples for define-button-type and define-widget.
7858
7859 * display.texi (Button Properties, Button Buffer Commands):
7860 Clarify mouse-1 and follow-link functionality.
7861
78622005-01-12 Richard M. Stallman <rms@gnu.org>
7863
7864 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7865
7866 * display.texi (Beeping): Fix Texinfo usage.
7867
7868 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7869
78702005-01-11 Kim F. Storm <storm@cua.dk>
7871
7872 * display.texi (Button Properties, Button Buffer Commands):
7873 Mention mouse-1 binding. Add follow-link keyword.
7874
7875 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7876 (Enabling Mouse-1 to Follow Links): New subsection.
7877
78782005-01-06 Richard M. Stallman <rms@gnu.org>
7879
7880 * text.texi (Special Properties): Minor change.
7881
7882 * os.texi (Timers): Clarify previous change.
7883
7884 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7885
78862005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7887
7888 * display.texi (Face Attributes): Correct xref to renamed node.
7889
78902005-01-01 Richard M. Stallman <rms@gnu.org>
7891
7892 * display.texi (Face Attributes): Describe hex color specs.
7893
78942004-12-31 Richard M. Stallman <rms@gnu.org>
7895
7896 * os.texi (Timers): Update previous change.
7897
78982004-12-30 Kim F. Storm <storm@cua.dk>
7899
7900 * display.texi (Line Height): Total line-height is now specified
7901 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7902 in cons cells. (nil . RATIO) is relative to actual line height.
7903 Use line-height `t' instead of `0' to get minimum height.
7904
79052004-12-29 Richard M. Stallman <rms@gnu.org>
7906
7907 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7908
79092004-12-28 Richard M. Stallman <rms@gnu.org>
7910
7911 * commands.texi (Quitting): Clarify value of with-local-quit.
7912
7913 * elisp.texi (Top): Fix previous change.
7914
7915 * loading.texi (Loading): Fix previous change.
7916
79172004-12-27 Richard M. Stallman <rms@gnu.org>
7918
7919 * Makefile.in (MAKEINFO): Specify --force.
7920
7921 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7922
7923 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7924
7925 * display.texi (Line Height): Further clarify.
7926
7927 * elisp.texi (Top): Update Loading submenu.
7928
7929 * loading.texi (Where Defined): New node.
7930 (Unloading): load-history moved to Where Defined.
7931
79322004-12-21 Richard M. Stallman <rms@gnu.org>
7933
7934 * commands.texi (Event Input Misc): Add while-no-input.
7935
79362004-12-11 Richard M. Stallman <rms@gnu.org>
7937
7938 * display.texi (Line Height): Rewrite text for clarity.
7939
79402004-12-11 Kim F. Storm <storm@cua.dk>
7941
7942 * display.texi (Display): Add node "Line Height" to menu.
7943 (Line Height): New node. Move full description of line-spacing
7944 and line-height text properties here from text.texi.
7945 (Scroll Bars): Add vertical-scroll-bar variable.
7946
7947 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7948
7949 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7950 line-spacing and vertical-scroll-bar.
7951
7952 * text.texi (Special Properties): Just mention line-spacing and
7953 line-height here, add xref to new "Line Height" node.
7954
79552004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7956
7957 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7958
7959 * locals.texi (Standard Buffer-Local Variables):
7960 Add @xref for `line-spacing'.
7961
79622004-12-05 Richard M. Stallman <rms@gnu.org>
7963
7964 * Makefile.in (maintainer-clean): Remove the info files
7965 in $(infodir) where they are created.
7966
79672004-12-03 Richard M. Stallman <rms@gnu.org>
7968
7969 * windows.texi (Selecting Windows): get-lru-window and
7970 get-largest-window don't consider dedicated windows.
7971
7972 * text.texi (Undo): Document undo-in-progress.
7973
79742004-11-26 Richard M. Stallman <rms@gnu.org>
7975
7976 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7977 Remove a few vars that are not always buffer-local.
7978
79792004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7980
7981 * locals.texi (Standard Buffer-Local Variables): Comment out
7982 xref's to non-existent node `Yet to be written'.
7983
79842004-11-24 Richard M. Stallman <rms@gnu.org>
7985
7986 * processes.texi (Synchronous Processes): Grammar fix.
7987
7988 * numbers.texi (Comparison of Numbers): Add eql.
7989
7990 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7991
7992 * intro.texi (Printing Notation): Fix previous change.
7993
7994 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7995 and default-indicate-buffer-boundaries from here.
7996 (Usual Display): To here.
7997 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7998 (Usual Display): Move tab-width up.
7999
5dcb4c4e
SM
8000 * customize.texi (Variable Definitions):
8001 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8002 (Simple Types, Composite Types, Defining New Types):
8003 Minor cleanups.
8004
80052004-11-21 Jesper Harder <harder@ifa.au.dk>
8006
8007 * processes.texi (Synchronous Processes, Output from Processes):
8008 Markup fix.
8009
80102004-11-20 Richard M. Stallman <rms@gnu.org>
8011
8012 * positions.texi (Skipping Characters): skip-chars-forward
8013 now handles char classes.
8014
8015 * intro.texi (Printing Notation): Avoid confusion of `print'
8016 when explaining @print.
8017
8018 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8019
8020 * display.texi (Display Table Format): Minor fix.
8021
8022 * streams.texi (Output Functions): Fix print example.
8023
8024 * Makefile.in (elisp): New target.
8025 (dist): Depend on $(infodir)/elisp, not elisp.
8026 Copy the info files from $(infodir).
8027
8028 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8029 read-from-minibuffer.
8030
8031 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8032
80332004-11-19 Richard M. Stallman <rms@gnu.org>
8034
8035 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8036
80372004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8038
8039 * tips.texi (Coding Conventions): Fix typo.
8040
80412004-11-16 Richard M. Stallman <rms@gnu.org>
8042
8043 * tips.texi (Coding Conventions): Separate defvar and require
8044 methods to avoid warnings. Use require only when there are many
8045 functions and variables from that package.
8046
8047 * minibuf.texi (Minibuffer Completion): When ignoring case,
8048 predicate must not be case-sensitive.
8049
8050 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8051 (Test Coverage): Don't talk about "splotches". Clarified.
8052
80532004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8054
8055 * frames.texi (Window Frame Parameters): Fix typo.
8056
80572004-11-15 Kim F. Storm <storm@cua.dk>
8058
8059 * symbols.texi (Other Plists): Note that plist-get may signal error.
8060 Add safe-plist-get.
8061
80622004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8063
8064 * modes.texi (Font Lock Basics): Fix typo.
8065
80662004-11-08 Richard M. Stallman <rms@gnu.org>
8067
8068 * syntax.texi (Syntax Table Functions): Add syntax-after.
8069
80702004-11-06 Lars Brinkhoff <lars@nocrew.org>
8071
8072 * os.texi (Processor Run Time): New section documenting
8073 get-internal-run-time.
8074
80752004-11-06 Eli Zaretskii <eliz@gnu.org>
8076
8077 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8078 it nukes elisp-cover.texi.
8079 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8080 elisp-0 etc.
8081
80822004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8083
8084 * commands.texi (Keyboard Macros): Document `append' return value
8085 of `defining-kbd-macro'.
8086
80872004-11-01 Richard M. Stallman <rms@gnu.org>
8088
8089 * commands.texi (Interactive Call): Add called-interactively-p.
8090
80912004-10-29 Simon Josefsson <jas@extundo.com>
8092
8093 * minibuf.texi (Reading a Password): Revert.
8094
80952004-10-28 Richard M. Stallman <rms@gnu.org>
8096
8097 * frames.texi (Display Feature Testing): Explain about "vendor".
8098
80992004-10-27 Richard M. Stallman <rms@gnu.org>
8100
8101 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8102 not raw. Clarify `n'.
8103 (Interactive Call): Rewrite interactive-p, focusing on when
8104 and how to use it.
8105 (Misc Events): Clarify previous change.
8106
8107 * advice.texi (Simple Advice): Clarify what job the example does.
8108 (Around-Advice): Clarify ad-do-it.
8109 (Activation of Advice): An option of ad-default-compilation-action
8110 is `never', not `nil'.
8111
81122004-10-26 Kim F. Storm <storm@cua.dk>
8113
8114 * commands.texi (Interactive Codes): Add U code letter.
8115
81162004-10-25 Simon Josefsson <jas@extundo.com>
8117
8118 * minibuf.texi (Reading a Password): Add.
8119
81202004-10-24 Jason Rumney <jasonr@gnu.org>
8121
8122 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8123 and wheel-down.
8124
81252004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8126
8127 * processes.texi (Synchronous Processes): Document process-file.
8128
81292004-10-22 Kenichi Handa <handa@m17n.org>
8130
8131 * text.texi (translate-region): Document that it accepts also a
8132 char-table.
8133
81342004-10-22 David Ponce <david@dponce.com>
8135
8136 * windows.texi (Resizing Windows): Document the `preserve-before'
8137 argument of the functions `enlarge-window' and `shrink-window'.
8138
81392004-10-19 Jason Rumney <jasonr@gnu.org>
8140
8141 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8142
81432004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8144
8145 * text.texi (Filling): Add anchor for definition of
8146 `sentence-end-double-space'.
8147
8148 * searching.texi (Regexp Example): Update description of how
8149 Emacs currently recognizes the end of a sentence.
8150 (Standard Regexps): Update definition of the variable
8151 `sentence-end'. Add definition of the function `sentence-end'.
8152
81532004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8154
8155 * display.texi (Progress): New node.
8156
81572004-10-05 Kim F. Storm <storm@cua.dk>
8158
8159 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8160
81612004-09-29 Kim F. Storm <storm@cua.dk>
8162
8163 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8164 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8165 fringe bitmap symbols, as they now have their own namespace.
8166 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8167 vs. pixels. Signal error if no free bitmap slots.
8168 (Pixel Specification): Change IMAGE to @var{image}.
8169
81702004-09-28 Richard M. Stallman <rms@gnu.org>
8171
8172 * text.texi (Special Properties): Clarify line-spacing and line-height.
8173
8174 * searching.texi (Regexp Search): Add looking-back.
8175
81762004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8177
8178 * display.texi: Correct typos.
8179 (Image Descriptors): Correct xref's.
8180
81812004-09-25 Richard M. Stallman <rms@gnu.org>
8182
8183 * text.texi (Special Properties): Cleanups in `cursor'.
8184 Rewrites in `line-height' and `line-spacing'; exchange them.
8185
8186 * display.texi (Fringes): Rewrite previous change.
8187 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8188 (Display Fringe Bitmaps): Node deleted, text moved.
8189 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8190 (Scroll Bars): Clarify set-window-scroll-bars.
8191 (Pointer Shape): Rewrite.
8192 (Specified Space): Clarify :align-to, etc.
8193 (Pixel Specification): Use @var. Clarify new text.
8194 (Other Display Specs): Clarify `slice'.
8195 (Image Descriptors): Cleanups.
8196 (Showing Images): Cleanups.
8197
81982004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8199
8200 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8201
8202 * modes.texi: Various minor changes in addition to:
8203 (Major Mode Conventions): Final call to `run-mode-hooks' should
8204 not be inside the `delay-mode-hooks' form.
8205 (Mode Hooks): New node.
8206 (Hooks): Delete obsolete example.
8207 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8208 node "Mode Hooks".
8209
82102004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8211
8212 * display.texi: Correct various typos.
8213 (Display): Rename node "Pointer Shapes" to "Pointer
8214 Shape". (There is already a node called "Pointer Shapes" in
8215 frames.texi.)
8216 (Images): Remove non-existent node "Image Slices" from menu.
8217
82182004-09-23 Kim F. Storm <storm@cua.dk>
8219
8220 * text.texi (Special Properties): Add `cursor', `pointer',
8221 `line-height', and `line-spacing' properties.
8222
8223 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8224 Shapes' to menu.
8225 (Standard Faces): Doc fix for fringe face.
8226 (Fringes): Add `overflow-newline-into-fringe' and
8227 'indicate-buffer-boundaries'.
8228 (Fringe Bitmaps, Pointer Shapes): New nodes.
8229 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8230 Bitmaps' to menu.
8231 (Specified Space): Describe pixel width and height.
8232 (Pixel Specification): New node.
8233 (Other Display Specs): Add `slice' property.
8234 (Display Fringe Bitmaps): New node.
8235 (Images): Add 'Image Slices' to menu.
8236 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8237 (Showing Images): Add slice arg to `insert-image'.
8238 Add 'insert-sliced-image'.
b8d4c8d0
GM
8239
82402004-09-20 Richard M. Stallman <rms@gnu.org>
8241
8242 * commands.texi (Key Sequence Input):
8243 Clarify downcasing in read-key-sequence.
8244
82452004-09-08 Juri Linkov <juri@jurta.org>
8246
8247 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8248
82492004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8250
5dcb4c4e
SM
8251 * locals.texi (Standard Buffer-Local Variables):
8252 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8253 * internals.texi (Buffer Internals): Describe new
8254 auto_save_file_format field of the buffer structure.
8255 * files.texi (Format Conversion): `auto-save-file-format' has been
8256 renamed `buffer-auto-save-file-format'.
8257
82582004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8259
8260 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8261 an integer or a marker.
8262 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8263
82642004-08-22 Richard M. Stallman <rms@gnu.org>
8265
8266 * modes.texi (Major Mode Conventions): Discuss rebinding of
8267 standard key bindings.
8268
82692004-08-18 Kim F. Storm <storm@cua.dk>
8270
8271 * processes.texi (Accepting Output): Add `just-this-one' arg to
8272 `accept-process-output'.
8273 (Output from Processes): New var `process-adaptive-read-buffering'.
8274
82752004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8276
8277 * keymaps.texi: Various changes in addition to:
8278 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8279 Give more varied examples for `kbd'.
8280 (Creating Keymaps): Char tables have slots for all characters
8281 without modifiers.
8282 (Active Keymaps): `overriding-local-map' and
8283 `overriding-terminal-local-map' also override text property and
8284 overlay keymaps.
8285 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8286 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8287 to denote a prefix of no events.
8288 `map-keymap' includes parent's bindings _recursively_.
8289 Clarify and correct description of `where-is-internal'.
8290 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8291 (Menu Example): For menus intended for use with the keyboard, the
8292 menu items should be bound to characters or real function keys.
8293
82942004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8295
8296 * objects.texi (Character Type): Reposition `@anchor' to prevent
8297 double space inside sentence in Info.
8298
8299 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8300 renamed to `disabled-command-function'.
8301 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8302 (Command Loop Info): Replace reference to it.
8303 (Disabling Commands): `disabled-command-hook' has been renamed to
8304 `disabled-command-function'.
8305
83062004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8307
8308 * os.texi (Translating Input): Only non-prefix bindings in
8309 `key-translation-map' override actual key bindings. Warn about
8310 possible indirect effect of actual key bindings on non-prefix
8311 bindings in `key-translation-map'.
8312
83132004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8314
8315 * minibuf.texi (High-Level Completion): Add anchor for definition
8316 of `read-variable'.
8317
8318 * commands.texi: Various changes in addition to:
8319 (Using Interactive): Clarify description of `interactive-form'.
8320 (Interactive Call): Mention default for KEYS argument to
8321 `call-interactively'.
8322 (Command Loop Info): Clarify description of `this-command-keys'.
8323 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8324 Value of `last-event-frame' can be `macro'.
8325 (Repeat Events): `double-click-fuzz' is also used to distinguish
8326 clicks and drags.
8327 (Classifying Events): Clarify descriptions of `event-modifiers'
8328 `event-basic-type' and `event-convert-list'.
8329 (Accessing Events): `posn-timestamp' takes POSITION argument.
8330 (Quoted Character Input): Clarify description of
8331 `read-quoted-char' and fix example.
8332 (Quitting): Add `with-local-quit'.
8333 (Disabling Commands): Correct and clarify descriptions of
8334 `enable-command' and `disable-command'.
8335 Mention what happens if `disabled-command-hook' is nil.
8336 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8337 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8338
83392004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8340
8341 * frames.texi: Various changes in addition to:
8342 (Creating Frames): Expand and clarify description of `make-frame'.
8343 (Window Frame Parameters): Either none or both of the `icon-left'
8344 and `icon-top' parameters must be specified. Put descriptions of
8345 `menu-bar-lines' and `toolbar-lines' closer together and change
8346 them accordingly.
8347 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8348 except while processing `frame-title-format' or `icon-title-format'.
8349 (Deleting Frames): Correct description of `delete-frame'.
8350 Non-nil return values of `frame-live-p' are like those of `framep'.
8351 (Frames and Windows): Mention return value of
8352 `set-frame-selected-window'.
8353 (Visibility of Frames): Mention `force' argument to
8354 `make-frame-invisible'. `frame-visible-p' returns t for all
8355 frames on text-only terminals.
8356 (Frame Configurations): Restoring a frame configuration does not
8357 restore deleted frames.
8358 (Window System Selections): `x-set-selection' returns DATA.
8359 (Resources): Add example.
8360 (Display Feature Testing): Clarify descriptions of
8361 `display-pixel-height', `display-pixel-width', `x-server-version'
8362 and `x-server-vendor'.
8363
8364 * windows.texi (Choosing Window): Add anchor.
8365 * minibuf.texi (Minibuffer Misc): Add anchor.
8366
83672004-07-23 John Paul Wallington <jpw@gnu.org>
8368
8369 * macros.texi (Defining Macros): Declaration keyword for setting
8370 Edebug spec is `debug' not `edebug'.
8371
83722004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8373
8374 * windows.texi: Various small changes in addition to:
8375 (Window Point): Mention return value of `set-window-point'.
8376 (Window Start): `pos-visible-in-window-p' disregards horizontal
8377 scrolling. Explain return value if PARTIALLY is non-nil.
8378 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8379 and `set-window-vscroll'.
8380 (Size of Window): The argument WINDOW to `window-inside-edges',
8381 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8382 (Resizing Windows): Explain return value of
8383 `shrink-window-if-larger-than-buffer'.
8384 `window-size-fixed' automatically becomes buffer local when set.
8385 (Window Configurations): Explain return value of
8386 `set-window-configuration'.
8387
8388 * minibuf.texi (Minibuffer Misc): Add anchor for
8389 `minibuffer-scroll-window'.
8390
8391 * positions.texi (Text Lines): Add anchor for `count-lines'.
8392
83932004-07-17 Richard M. Stallman <rms@gnu.org>
8394
8395 * display.texi (Overlay Properties): Adding `evaporate' prop
8396 deletes empty overlay immediately.
8397
8398 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8399 fix example.
8400
84012004-07-16 Jim Blandy <jimb@redhat.com>
8402
8403 * searching.texi (Regexp Backslash): Document new \_< and \_>
8404 operators.
8405
84062004-07-16 Juanma Barranquero <lektu@terra.es>
8407
8408 * display.texi (Images): Fix Texinfo usage.
8409
84102004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8411
8412 * buffers.texi (Modification Time): `visited-file-modtime' now
8413 returns a list of two integers, instead of a cons.
8414
84152004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8416
8417 * windows.texi: Various changes in addition to:
8418 (Splitting Windows): Add `split-window-keep-point'.
8419
84202004-07-09 Richard M. Stallman <rms@gnu.org>
8421
8422 * frames.texi (Input Focus): Minor fix.
8423
84242004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8425
8426 * frames.texi (Input Focus): Clarify descriptions of
8427 `select-frame-set-input-focus' and `select-frame'.
8428
84292004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8430
8431 * os.texi: Various small changes in addition to:
8432 (Killing Emacs): Expand and clarify description of
8433 `kill-emacs-query-functions' and `kill-emacs-hook'.
8434 (System Environment): Expand and clarify description of `getenv'
8435 and `setenv'.
8436 (Timers): Clarify description of `run-at-time'.
8437 (Translating Input): Correct description of
8438 `extra-keyboard-modifiers'.
8439 (Flow Control): Correct description of `enable-flow-control'.
8440
84412004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8442
8443 * os.texi: Update copyright.
8444 (Session Management): Grammar fix.
8445 Clarify which Emacs does the restarting.
8446 Use @samp for *scratch* buffer.
8447
84482004-07-04 Alan Mackenzie <acm@muc.de>
8449
8450 * frames.texi (Input Focus): Add documentation for
8451 `select-frame-set-input-focus'. Replace refs to non-existent
8452 `switch-frame' with `select-frame'. Minor corrections and tidying
8453 up of text-only terminal stuff.
8454
84552004-07-02 Richard M. Stallman <rms@gnu.org>
8456
8457 * files.texi (Saving Buffers): Cleanup write-contents-function.
8458 (Magic File Names): Cleanup file-remote-p.
8459
b344d29d 84602004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8461
8462 * files.texi (Magic File Names): `file-remote-p' returns an
8463 identifier of the remote system, not just t.
8464
84652004-07-02 David Kastrup <dak@gnu.org>
8466
8467 * searching.texi (Entire Match Data): Add explanation about new
8468 match-data behavior when @var{integers} is non-nil.
8469
84702004-06-24 Richard M. Stallman <rms@gnu.org>
8471
8472 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8473
8474 * customize.texi (Variable Definitions): Note about doc strings
8475 and :set.
8476
8477 * keymaps.texi (Keymap Terminology): Document `kbd'.
8478 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8479
8480 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8481 makes it buffer-local.
8482
8483 * files.texi (Saving Buffers): Correct previous change.
8484
8485 * commands.texi (Accessing Events):
8486 Clarify posn-col-row and posn-actual-col-row.
8487
84882004-06-24 David Ponce <david.ponce@wanadoo.fr>
8489
8490 * commands.texi (Accessing Events): New functions
8491 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8492
84932004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8494
8495 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8496 * frames.texi, buffers.texi, backups.texi, variables.texi:
8497 * loading.texi, eval.texi, functions.texi, control.texi:
8498 * symbols.texi, minibuf.texi: Reposition @anchor's.
8499
8500 * help.texi: Various small changes in addition to the following.
8501 (Describing Characters): Describe PREFIX argument to
8502 `key-description'. Correct and clarify definition of
8503 `text-char-description'. Describe NEED-VECTOR argument to
8504 `read-kbd-macro'.
8505 (Help Functions): Clarify definition of `apropos'.
8506
85072004-06-23 Lars Hansen <larsh@math.ku.dk>
8508
8509 * files.texi (Saving Buffers): Correct description of
8510 `write-contents-functions'.
8511
85122004-06-21 Juanma Barranquero <lektu@terra.es>
8513
8514 * display.texi (Images): Remove redundant @vindex directives.
8515 Rewrite `image-library-alist' doc in active voice.
8516
85172004-06-14 Juanma Barranquero <lektu@terra.es>
8518
8519 * display.texi (Images): Document new delayed library loading,
8520 variable `image-library-alist' and (existing but undocumented)
8521 function `image-type-available-p'.
8522
85232004-06-05 Richard M. Stallman <rms@gnu.org>
8524
8525 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8526 refer the user to the Initial Input node.
8527 (Text from Minibuffer): Likewise.
8528 (Initial Input): New node. Document this feature
8529 and say it is mostly deprecated.
8530
85312004-05-30 Richard M. Stallman <rms@gnu.org>
8532
8533 * loading.texi (Named Features): Clarify return value
8534 and meaning of NOERROR.
8535
8536 * variables.texi (File Local Variables): Minor cleanup.
8537
85382004-05-30 Michael Albinus <michael.albinus@gmx.de>
8539
8540 * files.texi (Magic File Names): Add `file-remote-p' as operation
8541 of file name handlers.
8542
85432004-05-29 Richard M. Stallman <rms@gnu.org>
8544
8545 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8546 as arg to a minor mode command.
8547
85482004-05-22 Richard M. Stallman <rms@gnu.org>
8549
8550 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8551
8552 * streams.texi (Output Variables): Doc float-output-format.
8553
8554 * searching.texi (Regexp Special): Nested repetition can be infloop.
8555
8556 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8557 real stack overflow.
8558
8559 * compile.texi: Minor cleanups.
8560
85612004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8562
8563 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8564 circular lists.
8565 (List Elements): Explain handling of circular and dotted lists.
8566
85672004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8568
8569 * modes.texi (Search-based Fontification): Fix typo.
8570
85712004-05-10 Juanma Barranquero <lektu@terra.es>
8572
8573 * modes.texi (Mode Line Variables): Fix description of
8574 global-mode-string, which is now after which-func-mode, not the
8575 buffer name.
8576
85772004-05-07 Lars Hansen <larsh@math.ku.dk>
8578
8579 * modes.texi (Desktop Save Mode): Add.
8580 (Modes): Add menu entry Desktop Save Mode.
8581
8582 * hooks.texi: Add desktop-after-read-hook,
8583 desktop-no-desktop-file-hook and desktop-save-hook.
8584
8585 * locals.texi: Add desktop-save-buffer.
8586
85872004-04-30 Jesper Harder <harder@ifa.au.dk>
8588
8589 * display.texi: emacs -> Emacs.
8590
85912004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8592
8593 * files.texi (Changing Files): Document set-file-times.
8594
85952004-04-23 Juanma Barranquero <lektu@terra.es>
8596
8597 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8598
85992004-04-18 Jesper Harder <harder@ifa.au.dk>
8600
8601 * tips.texi (Coding Conventions): defopt -> defcustom.
8602
86032004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8604
8605 * sequences.texi: Various clarifications.
8606
86072004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8608
8609 * buffers.texi (Read Only Buffers): Mention optional ARG to
8610 `toggle-read-only'.
8611
86122004-04-14 Nick Roberts <nick@nick.uklinux.net>
8613
8614 * windows.texi (Selecting Windows): Note that get-lru-window
8615 returns a full-width window if possible.
8616
86172004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8618
8619 * buffers.texi: Various changes in addition to:
8620 (Buffer File Name): Add `find-buffer-visiting'.
8621 (Buffer Modification): Mention optional ARG to `not-modified'.
8622 (Indirect Buffers): Mention optional CLONE argument to
8623 `make-indirect-buffer'.
8624
8625 * files.texi: Various changes in addition to:
8626 (Visiting Functions): `find-file-hook' is now a normal hook.
8627 (File Name Expansion): Explain difference between the way that
8628 `expand-file-name' and `file-truename' treat `..'.
8629 (Contents of Directories): Mention optional ID-FORMAT argument to
8630 `directory-files-and-attributes'.
8631 (Format Conversion): Mention new optional CONFIRM argument to
8632 `format-write-file'.
8633
86342004-04-12 Miles Bader <miles@gnu.org>
8635
8636 * macros.texi (Expansion): Add description of `macroexpand-all'.
8637
86382004-04-05 Jesper Harder <harder@ifa.au.dk>
8639
5dcb4c4e
SM
8640 * variables.texi (Variable Aliases):
8641 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8642
8643 * errors.texi (Standard Errors): Ditto.
8644
86452004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8646
8647 * backups.texi: Various small changes in addition to:
8648 (Making Backups): Mention return value of `backup-buffer'.
8649 (Auto-Saving): Mention optional FORCE argument to
8650 `delete-auto-save-file-if-necessary'.
8651 (Reverting): Mention optional PRESERVE-MODES argument to
8652 `revert-buffer'. Correct description of `revert-buffer-function'.
8653
86542004-03-22 Juri Linkov <juri@jurta.org>
8655
8656 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8657 with `Vector Functions'.
8658
8659 * text.texi (Sorting): Add missing quote.
8660
86612004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8662
8663 * intro.texi (Lisp History): Replace xref to `cl' manual with
8664 inforef.
8665
86662004-03-12 Richard M. Stallman <rms@gnu.org>
8667
8668 * intro.texi (Version Info): Add arg to emacs-version.
8669 (Lisp History): Change xref to CL manual.
8670
86712004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8672
8673 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8674 for Partial Completion mode.
8675
86762004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8677
8678 * customize.texi: Fix typo. Remove eol whitespace.
8679
86802004-03-04 Richard M. Stallman <rms@gnu.org>
8681
8682 * processes.texi: Fix typos.
8683
8684 * lists.texi (Building Lists): Minor clarification.
8685
8686 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8687 in make-hash-table.
8688
86892004-02-29 Juanma Barranquero <lektu@terra.es>
8690
8691 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8692 rm, and ignore exit code.
8693
86942004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8695
8696 * display.texi (Defining Faces): Add description for min-colors.
8697 Update example.
8698
86992004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8700
8701 * abbrevs.texi: Various corrections and clarifications in addition
8702 to the following:
8703 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8704
87052004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8706
8707 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8708
87092004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8710
8711 * text.texi: Various small changes in addition to the following:
8712 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8713 to delete-horizontal-space.
8714 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8715 description of yank-handler text property at various places.
8716
8717 * frames.texi (Window System Selections): Add anchor.
8718
8719 * syntax.texi (Syntax Table Functions): Clarify and correct
8720 descriptions of make-syntax-table and copy-syntax-table.
8721 (Motion and Syntax): Clarify SYNTAXES argument to
8722 skip-syntax-forward.
8723 (Parsing Expressions): Mention that the return value of
8724 parse-partial-sexp is currently a list of ten rather than nine
8725 elements.
8726 (Categories): Various corrections and clarifications.
8727
87282004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8729
8730 * markers.texi (Marker Insertion Types): Minor change.
8731
8732 * locals.texi (Standard Buffer-Local Variables):
8733 * commands.texi (Interactive Codes, Using Interactive):
8734 * functions.texi (Related Topics): Fix xrefs.
8735
87362004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8737
8738 * lists.texi (Sets And Lists): Update description of delete-dups.
8739
87402004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8741
8742 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8743
c8763fb6 87442004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8745
8746 * frames.texi (Parameter Access): frame-parameters arg is optional.
8747 modify-frame-parameters handles nil for FRAME.
8748 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8749 are all-or-nothing for certain toolkits.
8750 Mention parameter wait-for-wm.
8751 (Frames and Windows): In frame-first-window and frame-selected-window
8752 the arg is optional.
8753 (Input Focus): In redirect-frame-focus the second arg is optional.
8754 (Window System Selections): Mention selection type CLIPBOARD.
8755 Mention data-type UTF8_STRING.
8756 Mention numbering of cut buffers.
8757 (Resources): Describe x-resource-name.
8758
87592004-02-16 Richard M. Stallman <rms@gnu.org>
8760
8761 * windows.texi (Buffers and Windows): Delete false table
8762 about all-frames.
8763
8764 * syntax.texi (Parsing Expressions): Delete old caveat
8765 about parse-sexp-ignore-comments.
8766
8767 * streams.texi (Output Variables): Add print-quoted.
8768
8769 * lists.texi (Building Lists): Minor cleanup.
8770
8771 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8772
8773 * display.texi (Overlays): Explain overlays use markers.
8774 (Managing Overlays): Explain front-advance and rear-advance
8775 in more detail.
8776
8777 * loading.texi (Unloading): Document unload-feature-special-hooks.
8778 Get rid of fns-NNN.el file.
8779
87802004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8781
8782 * help.texi (Describing Characters): Fix text-char-description
8783 example output.
8784
8785 * edebug.texi (Using Edebug): Fix example.
8786
8787 * debugging.texi (Internals of Debugger): Fix return value.
8788
8789 * files.texi (Changing Files): Fix argname.
8790
8791 * calendar.texi: Fix parens, and default values.
8792
8793 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8794 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8795 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8796
8797 * positions.texi (Text Lines): Don't add -1 in current-line.
8798
87992004-02-16 Richard M. Stallman <rms@gnu.org>
8800
8801 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8802
88032004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8804
8805 * processes.texi (Low-Level Network): Fix a typo.
8806
88072004-02-12 Kim F. Storm <storm@cua.dk>
8808
8809 * display.texi (Fringes): Use consistent wording.
8810 Note that window-fringe's window arg is optional.
8811 (Scroll Bars): Use consistent wording.
8812
88132004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8814
8815 * tips.texi (Comment Tips): Document the new conventions for
8816 commenting out code.
8817
c8763fb6 88182004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8819
5dcb4c4e 8820 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8821
88222004-02-07 Kim F. Storm <storm@cua.dk>
8823
8824 * positions.texi (Text Lines): Add line-number-at-pos.
8825
88262004-02-06 John Paul Wallington <jpw@gnu.org>
8827
8828 * display.texi (Button Properties, Button Buffer Commands):
8829 mouse-2 invokes button, not down-mouse-1.
8830
88312004-02-04 Jason Rumney <jasonr@gnu.org>
8832
8833 * makefile.w32-in: Sync with Makefile.in changes.
8834
88352004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8836
8837 * minibuf.texi (Text from Minibuffer): Various corrections and
8838 clarifications.
8839 (Object from Minibuffer): Correct Lisp description of
8840 read-minibuffer.
8841 (Minibuffer History): Clarify description of cons values for
8842 HISTORY arguments.
5dcb4c4e
SM
8843 (Basic Completion): Various corrections and clarifications.
8844 Add completion-regexp-list.
b8d4c8d0
GM
8845 (Minibuffer Completion): Correct and clarify description of
8846 completing-read.
5dcb4c4e
SM
8847 (Completion Commands): Mention Partial Completion mode.
8848 Various other minor changes.
b8d4c8d0
GM
8849 (High-Level Completion): Various corrections and clarifications.
8850 (Reading File Names): Ditto.
8851 (Minibuffer Misc): Ditto.
8852
88532004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8854
8855 * strings.texi (Text Comparison): assoc-string also matches
8856 elements of alists that are strings instead of conses.
8857 (Formatting Strings): Standardize Texinfo usage. Update index
8858 entries.
8859
88602004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8861
8862 * lists.texi (Sets And Lists): Add delete-dups.
8863
88642004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8865
8866 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8867 special form.
8868 * macros.texi (Defining Macros): Update description of `declare',
8869 which now is a macro.
8870 (Wrong Time): Fix typos.
8871
88722004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8873
8874 * compile.texi (Compilation Functions): Expand descriptions of
8875 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8876 and `batch-byte-compile'. In particular, mention and describe
8877 all optional arguments.
8878 (Disassembly): Correct and clarify the description of `disassemble'.
8879
88802004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8881
8882 * searching.texi: Various small changes in addition to the
8883 following.
8884 (Regexp Example): Adapt to new value of `sentence-end'.
8885 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8886 `words'.
8887 (Search and Replace): Add usage note for `perform-replace'.
8888 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8889 `match-data'.
8890 (Standard Regexps): Update for new values of `paragraph-start'
8891 and `sentence-end'.
8892
88932004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8894
8895 * files.texi (Saving Buffers): Clarify descriptions of
8896 `write-contents-functions' and `before-save-hook'.
8897 Make the defvar's for `before-save-hook' and `after-save-hook'
8898 into defopt's.
8899
89002004-01-07 Kim F. Storm <storm@cua.dk>
8901
8902 * commands.texi (Click Events): Describe new image and
8903 width/height elements of click events.
8904 (Accessing Events): Add posn-string, posn-image, and
8905 posn-object-width-height. Change posn-object to return either
8906 image or string object.
8907
89082004-01-01 Simon Josefsson <jas@extundo.com>
8909
8910 * hooks.texi (Standard Hooks): Add before-save-hook.
8911 * files.texi (Saving Buffers): Likewise.
8912
89132004-01-03 Richard M. Stallman <rms@gnu.org>
8914
8915 * frames.texi (Frames and Windows): Delete frame-root-window.
8916
89172004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8918
8919 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8920
8921 * functions.texi: Various small changes in addition to the
8922 following.
5dcb4c4e
SM
8923 (What Is a Function): `functionp' returns nil for macros.
8924 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8925 (Function Documentation): Add `\' in front of (fn @var{arglist})
8926 and explain why.
8927 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8928 Add anchor.
8929 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8930
89312004-01-01 Miles Bader <miles@gnu.org>
8932
8933 * display.texi (Buttons): New section.
8934
89352003-12-31 Andreas Schwab <schwab@suse.de>
8936
8937 * numbers.texi (Math Functions): sqrt reports a domain-error
8938 error.
8939 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8940
89412003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8942
8943 * tips.texi (Documentation Tips): Update item on hyperlinks in
8944 documentation strings.
8945
8946 * errors.texi (Standard Errors): Various small corrections and
8947 additions.
8948
8949 * control.texi: Various small changes in addition to the
8950 following.
8951 (Signaling Errors): Provide some more details on how `signal'
8952 constructs the error message. Add anchor to the definition of
8953 `signal'.
8954 (Error Symbols): Describe special treatment of `quit'.
8955 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8956 to emphasize that it has to be a single form.
8957
8958 * buffers.texi: Add anchor.
8959
89602003-12-29 Richard M. Stallman <rms@gnu.org>
8961
8962 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8963 (Window Configurations): Add window-configuration-frame.
8964
8965 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8966
8967 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8968 Change arg name in get-char-property.
8969 (Special Properties): Update handling of keymap property.
8970
8971 * strings.texi (Modifying Strings): Add clear-string.
8972 (Text Comparison): Add assoc-string and remove
8973 assoc-ignore-case, assoc-ignore-representation.
8974
8975 * os.texi (Time of Day): Add set-time-zone-rule.
8976
8977 * numbers.texi (Math Functions): asin, acos, log, log10
8978 report domain-error errors.
8979
8980 * nonascii.texi (Converting Representations):
8981 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8982 (Encoding and I/O): Add file-name-coding-system.
8983
8984 * modes.texi (Search-based Fontification): Explain that
8985 face specs are symbols with face names as values.
8986
8987 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8988
8989 * lists.texi (Building Lists): remq moved elsewhere.
8990 (Sets And Lists): remq moved here.
8991 (Association Lists): Refer to assoc-string.
8992
8993 * internals.texi (Garbage Collection): Add memory-use-counts.
8994
8995 * frames.texi (Frames and Windows): Add set-frame-selected-window
8996 and frame-root-window.
8997
8998 * files.texi (Contents of Directories):
8999 Add directory-files-and-attributes.
9000
9001 * display.texi (Refresh Screen): Add force-window-update.
9002 (Invisible Text): Explain about moving point out of invis text.
9003 (Overlay Properties): Add overlay-properties.
9004 (Managing Overlays): Add overlayp.
9005 (GIF Images): Invalid image number displays a hollow box.
9006
9007 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9008 (Killing Buffers): Add buffer-live-p.
9009
90102003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9011
9012 * display.texi (Fringes): Fix typo "set-buffer-window".
9013
90142003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9015
9016 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9017 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9018 Add or change various xrefs and anchors.
9019
9020 * commands.texi: Replace all occurrences of @acronym{CAR} with
9021 @sc{car}, for consistency with the rest of the Elisp manual.
9022 `car' and `cdr' are historically acronyms, but are no longer
9023 widely thought of as such.
9024
9025 * internals.texi (Pure Storage): Mention that `purecopy' does not
9026 copy text properties.
9027 (Object Internals): Now 29 bits are used (in most implementations)
9028 to address Lisp objects.
9029
9030 * variables.texi (Variables with Restricted Values): New node.
9031
9032 * objects.texi (Lisp Data Types): Mention that certain variables
9033 can only take on a restricted set of values and add an xref to
9034 the new node "Variables with Restricted Values".
9035
9036 * eval.texi (Function Indirection): Describe the errors that
9037 `indirect-function' can signal.
9038 (Eval): Clarify the descriptions of `eval-region' and `values'.
9039 Describe `eval-buffer' instead of `eval-current-buffer' and
9040 mention `eval-current-buffer' as an alias for `current-buffer'.
9041 Correct the description and mention all optional arguments.
9042
9043 * nonascii.texi: Various small changes in addition to the
9044 following.
9045 (Converting Representations): Clarify behavior of
9046 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9047 ASCII arguments.
9048 (Character Sets): Document the variable `charset-list' and adapt
9049 the definition of the function `charset-list' accordingly.
9050 (Translation of Characters): Clarify use of generic characters in
9051 `make-translation-table'. Clarify and correct the description of
9052 the use of translation tables in encoding and decoding.
9053 (User-Chosen Coding Systems): Correct and clarify the description
9054 of `select-safe-coding-system'.
9055 (Default Coding Systems): Clarify description of
9056 `file-coding-system-alist'.
9057
90582003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9059
9060 * strings.texi (Text Comparison): Correctly describe when two
9061 strings are `equal'. Combine and clarify descriptions of
9062 `assoc-ignore-case' and `assoc-ignore-representation'.
9063
9064 * objects.texi (Non-ASCII in Strings): Clarify description of
9065 when a string is unibyte or multibyte.
9066 (Bool-Vector Type): Update examples.
9067 (Equality Predicates): Correctly describe when two strings are
9068 `equal'.
9069
90702003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9071
9072 * lists.texi (Building Lists): `append' no longer accepts integer
9073 arguments. Update the description of `number-sequence' to reflect
9074 recent changes.
9075 (Sets And Lists): Describe `member-ignore-case' after `member'.
9076
90772003-11-27 Kim F. Storm <storm@cua.dk>
9078
9079 * commands.texi (Click Events): Click object may be an images.
9080 Describe (dx . dy) element of click positions.
9081 (Accessing Events): Remove duplicate posn-timestamp.
9082 New functions posn-object and posn-object-x-y.
9083
90842003-11-23 Kim F. Storm <storm@cua.dk>
9085
9086 * commands.texi (Click Events): Describe enhancements to event
9087 position lists, including new text-pos and (col . row) items.
9088 Mention left-fringe and right-fringe area events.
9089 (Accessing Events): New functions posn-area and
9090 posn-actual-col-row. Mention posn-timestamp. Mention that
9091 posn-point in non-text area still returns buffer position.
9092 Clarify posn-col-row.
9093
90942003-11-21 Lars Hansen <larsh@math.ku.dk>
9095
9096 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9097 * anti.texi (File Attributes): Describe removed parameter
9098 ID-FORMAT.
9099
91002003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9101
9102 * positions.texi (Positions): Mention that, if a marker is used as
9103 a position, its buffer is ignored.
9104
9105 * markers.texi (Overview of Markers): Mention it here too.
9106
91072003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9108
9109 * numbers.texi (Numeric Conversions): Not just `floor', but also
9110 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9111
91122003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9113
9114 * markers.texi (Creating Markers): Specify insertion type of
9115 created markers. Add xref to `Marker Insertion Types'.
9116 Second argument to `copy-marker' is optional.
9117 (Marker Insertion Types): Mention that most markers are created
9118 with insertion type nil.
9119 (The Mark): Correctly describe when `mark' signals an error.
9120 (The Region): Correctly describe when `region-beginning' and
9121 `region-end' signal an error.
9122
91232003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9124
9125 * hash.texi (Creating Hash): Clarify description of `eql'.
9126 `makehash' is obsolete.
9127 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9128
9129 * positions.texi (Point): Change description of `buffer-end', so
9130 that it is also correct for floating point arguments.
9131 (List Motion): Correct argument lists of `beginning-of-defun' and
9132 `end-of-defun'.
9133 (Excursions): Add xref to `Marker Insertion Types'.
9134 (Narrowing): Argument to `narrow-to-page' is optional.
9135
91362003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9137
9138 * streams.texi (Output Streams): Clarify behavior of point for
9139 marker output streams.
9140
91412003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9142
9143 * variables.texi (Defining Variables): Second argument to
9144 `defconst' is not optional.
9145 (Setting Variables): Mention optional argument APPEND to
9146 `add-to-list'.
9147 (Creating Buffer-Local): Expand description of
9148 `make-variable-buffer-local'.
9149 (Frame-Local Variables): Expand description of
9150 `make-variable-frame-local'.
9151 (Variable Aliases): Correct description of optional argument
9152 DOCSTRING to `defvaralias'. Mention return value of
9153 `defvaralias'.
9154 (File Local Variables): Add xref to `File variables' in Emacs
9155 Manual. Correct description of `hack-local-variables'. Mention
9156 `safe-local-variable' property. Mention optional second argument
9157 to `risky-local-variable-p'.
9158
91592003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9160
9161 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9162
91632003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9164
9165 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9166 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9167 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9168 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9169 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9170 lispref/processes.texi, lispref/searching.texi,
9171 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9172 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9173 @acronym{FOO}.
9174
91752003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9176
9177 * strings.texi (Creating Strings): Argument START to `substring'
9178 can not be `nil'. Expand description of
9179 `substring-no-properties'. Correct description of `split-string',
9180 especially with respect to empty matches. Prevent very bad line
9181 break in definition of `split-string-default-separators'.
9182 (Text Comparison): `string=' and `string<' also accept symbols as
9183 arguments.
9184 (String Conversion): More completely describe argument BASE in
9185 `string-to-number'.
9186 (Formatting Strings): `%s' and `%S' in `format' do require
9187 corresponding object. Clarify behavior of numeric prefix after
9188 `%' in `format'.
9189 (Case Conversion): The argument to `upcase-initials' can be a
9190 character.
9191
91922003-10-27 Kenichi Handa <handa@m17n.org>
9193
9194 * display.texi (Fontsets): Fix texinfo usage.
9195
91962003-10-25 Kenichi Handa <handa@m17n.org>
9197
9198 * display.texi (Fontsets): Add description of the function
9199 set-fontset-font.
9200
92012003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9202
9203 * display.texi (Temporary Displays): Add xref to `Documentation
9204 Tips'.
9205
9206 * functions.texi (Function Safety): Use inforef instead of pxref
9207 for SES.
9208
92092003-10-23 Andreas Schwab <schwab@suse.de>
9210
9211 * Makefile.in (TEX, texinputdir): Don't define.
9212 (TEXI2DVI): Define.
9213 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9214 add $(srcdir)/index.texi.
9215 ($(infodir)/elisp): Remove index.texi dependency.
9216 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9217 (index.texi): Remove target.
9218 (dist): Don't link $(srcdir)/permute-index.
9219 (clean): Don't remove index.texi.
9220
9221 * permute-index, index.perm: Remove.
9222 * index.texi: Rename from index.unperm.
9223
92242003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9225
9226 * tips.texi (Documentation Tips): Document new behavior for face
9227 and variable hyperlinks in Help mode.
9228
92292003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9230
9231 * objects.texi (Integer Type): Update for extra bit of integer range.
9232 (Character Type): Ditto.
9233
92342003-10-16 Eli Zaretskii <eliz@gnu.org>
9235
9236 * numbers.texi (Integer Basics): Add index entries for reading
9237 numbers in hex, octal, and binary.
9238
92392003-10-16 Lute Kamstra <lute@gnu.org>
9240
9241 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9242 argument.
9243
92442003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9245
9246 * windows.texi (Choosing Window): Fix typo.
9247 * edebug.texi (Edebug Execution Modes): Fix typo.
9248
92492003-10-13 Richard M. Stallman <rms@gnu.org>
9250
9251 * windows.texi (Basic Windows): A window has fringe settings,
9252 display margins and scroll-bar settings.
9253 (Splitting Windows): Doc split-window return value.
9254 Clean up one-window-p.
9255 (Selecting Windows): Fix typo.
9256 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9257 (Buffers and Windows): In set-window-buffer, explain effect
9258 on fringe settings and scroll bar settings.
9259 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9260 (Choosing Window): Use defopt for pop-up-frame-function.
9261 For special-display-buffer-names, explain same-window and same-frame.
9262 Clarify window-dedicated-p return value.
9263 (Textual Scrolling): scroll-up and scroll-down can get an error.
9264 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9265 Clarify set-window-hscroll.
9266 (Size of Window): Don't mention tool bar in window-height.
9267 (Coordinates and Windows): Explain what coordinates-in-window-p
9268 returns for fringes and display margins.
9269 (Window Configurations): Explain saving fringes, etc.
9270
9271 * tips.texi (Library Headers): Clean up Documentation.
9272
9273 * syntax.texi (Parsing Expressions): Clean up forward-comment
9274 and parse-sexp-lookup-properties.
9275
9276 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9277
9278 * os.texi (System Environment): Clean up text for load-average errors.
9279
9280 * modes.texi (Hooks): Don't explain local hook details at front.
9281 Clarify run-hooks and run-hook-with-args a little.
9282 Clean up add-hook and remove-hook.
9283
9284 * edebug.texi (Edebug Execution Modes): Clarify t.
9285 Document edebug-sit-for-seconds.
9286 (Coverage Testing): Document C-x X = and =.
9287 (Instrumenting Macro Calls): Fix typo.
9288 (Specification List): Don't index the specification keywords.
9289
92902003-10-10 Kim F. Storm <storm@cua.dk>
9291
9292 * processes.texi (Network): Introduce make-network-process.
9293
92942003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9295
9296 * tips.texi (Library Headers): Fix typo.
9297
92982003-10-07 Juri Linkov <juri@jurta.org>
9299
9300 * modes.texi (Imenu): Mention imenu-create-index-function's
9301 default value. Explain submenus better.
9302
93032003-10-07 Lute Kamstra <lute@gnu.org>
9304
9305 * modes.texi (Faces for Font Lock): Fix typo.
9306 (Hooks): Explain how buffer-local hook variables can refer to
9307 global hook variables.
9308 Various minor clarifications.
9309
93102003-10-06 Lute Kamstra <lute@gnu.org>
9311
9312 * tips.texi (Coding Conventions): Mention naming conventions for
9313 hooks.
9314
93152003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9316
9317 * loading.texi (Library Search): Correct default value of
9318 load-suffixes.
9319 (Named Features): Fix typo.
9320
93212003-10-05 Richard M. Stallman <rms@gnu.org>
9322
9323 * loading.texi (Named Features): In `provide',
9324 say how to test for subfeatures.
9325 (Unloading): In unload-feature, use new var name
9326 unload-feature-special-hooks.
9327
93282003-10-03 Lute Kamstra <lute@gnu.org>
9329
9330 * modes.texi (Major Mode Conventions): Mention third way to set up
9331 Imenu.
9332 (Imenu): A number of small fixes.
9333 Delete documentation of internal variable imenu--index-alist.
9334 Document the return value format of imenu-create-index-function
9335 functions.
9336
93372003-09-30 Richard M. Stallman <rms@gnu.org>
9338
9339 * processes.texi (Network): Say what stopped datagram connections do.
9340
9341 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9342
9343 * display.texi (Overlay Properties): Clarify `evaporate' property.
9344
93452003-09-29 Lute Kamstra <lute@gnu.org>
9346
9347 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9348 constructs should be marked as risky.
9349 Change cons cell into proper list.
9350 (Mode Line Variables): Change cons cell into proper list.
9351
93522003-09-26 Lute Kamstra <lute@gnu.org>
9353
9354 * modes.texi (Mode Line Data): Document the :propertize construct.
9355 (Mode Line Variables): Reorder the descriptions of the variables
9356 to match their order in the default mode-line-format.
9357 Describe the new variables mode-line-position and mode-line-modes.
9358 Update the default values of mode-line-frame-identification,
9359 minor-mode-alist, and default-mode-line-format.
9360 (Properties in Mode): Mention the :propertize construct.
9361
93622003-09-26 Richard M. Stallman <rms@gnu.org>
9363
9364 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9365 * loading.texi, minibuf.texi, text.texi, variables.texi:
9366 Avoid @strong{Note:}.
9367
93682003-09-26 Richard M. Stallman <rms@gnu.org>
9369
9370 * keymaps.texi (Remapping Commands): Fix typo.
9371
93722003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9373
9374 * processes.texi (Low-Level Network): Fix typo.
9375
93762003-09-23 Kim F. Storm <storm@cua.dk>
9377
9378 * processes.texi (Network, Network Servers): Fix typos.
9379 (Low-Level Network): Add timeout value for :server keyword.
9380 Add new option keywords to make-network-process.
9381 Add set-network-process-options.
9382 Explain how to test availability of network options.
9383
93842003-09-19 Richard M. Stallman <rms@gnu.org>
9385
9386 * text.texi (Motion by Indent): Arg to
9387 backward-to-indentation and forward-to-indentation is optional.
9388
9389 * strings.texi (Creating Strings): Add substring-no-properties.
9390
9391 * processes.texi
9392 (Process Information): Add list-processes arg QUERY-ONLY.
9393 Delete process-contact from here.
9394 Add new status values for process-status.
9395 Add process-get, process-put, process-plist, set-process-plist.
9396 (Synchronous Processes): Add call-process-shell-command.
9397 (Signals to Processes): signal-process allows process objects.
9398 (Network): Complete rewrite.
9399 (Network Servers, Datagrams, Low-Level Network): New nodes.
9400
9401 * positions.texi (Word Motion): forward-word, backward-word
9402 arg is optional. Reword.
9403
9404 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9405
9406 * variables.texi (Creating Buffer-Local):
9407 Delete duplicate definition of buffer-local-value.
9408 (File Local Variables): Explain about discarding text props.
9409
94102003-09-11 Richard M. Stallman <rms@gnu.org>
9411
9412 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9413 changes variables that record input events.
9414 (Minibuffer Misc): Add minibuffer-selected-window.
9415
9416 * lists.texi (Building Lists): Add copy-tree.
9417
9418 * display.texi (Fontsets): Add char-displayable-p.
9419 (Scroll Bars): New node.
9420
94212003-09-08 Lute Kamstra <lute@gnu.org>
9422
9423 * modes.texi (%-Constructs): Document new `%i' and `%I'
9424 constructs.
9425
94262003-09-03 Peter Runestig <peter@runestig.com>
9427
9428 * makefile.w32-in: New file.
9429
94302003-08-29 Richard M. Stallman <rms@gnu.org>
9431
9432 * display.texi (Overlay Properties): Clarify how priorities
9433 affect use of the properties.
9434
94352003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9436
9437 * customize.texi (Type Keywords): Correct the description of
9438 `:help-echo' in the case where `motion-doc' is a function.
9439
94402003-08-14 John Paul Wallington <jpw@gnu.org>
9441
9442 * modes.texi (Emulating Mode Line): Subsection, not section.
9443
94442003-08-13 Richard M. Stallman <rms@gnu.org>
9445
9446 * elisp.texi (Top): Update subnode lists in menu.
9447
9448 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9449 (Kill Functions): kill-region has new arg yank-handler.
9450 (Yanking): New node.
9451 (Yank Commands): Add yank-undo-function.
9452 (Low-Level Kill Ring):
9453 kill-new and kill-append have new arg yank-handler.
9454 (Changing Properties): Add remove-list-of-text-properties.
9455 (Atomic Changes): New node.
9456
9457 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9458
9459 * streams.texi (Output Variables): Add eval-expression-print-length
9460 and eval-expression-print-level.
9461
9462 * os.texi (Time Conversion): For encode-time, explain limits on year.
9463
9464 * objects.texi (Character Type): Define anchor "modifier bits".
9465
9466 * modes.texi (Emulating Mode Line): New node.
9467 (Search-based Fontification): Font Lock uses font-lock-face property.
9468 (Other Font Lock Variables): Likewise.
9469
9470 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9471 not vectors.
9472 (Active Keymaps): Add emulation-mode-map-alists.
9473 (Functions for Key Lookup): key-binding has new arg no-remap.
9474 (Remapping Commands): New node.
9475 (Scanning Keymaps): where-is-internal has new arg no-remap.
9476 (Tool Bar): Add tool-bar-local-item-from-menu.
9477 Clarify when to use tool-bar-add-item-from-menu.
9478
9479 * commands.texi (Interactive Call): commandp has new arg.
9480 (Command Loop Info): Add this-original-command.
9481
94822003-08-06 John Paul Wallington <jpw@gnu.org>
9483
9484 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9485
9486 * display.texi (Warning Basics): Fix typo.
9487 (Fringes): Add closing curly bracket and fix typo.
9488
9489 * elisp.texi (Top): Fix typo.
9490
94912003-08-05 Richard M. Stallman <rms@gnu.org>
9492
9493 * elisp.texi: Update lists of subnodes.
9494
9495 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9496
9497 * variables.texi (Local Variables): Use lc for example variable names.
9498
9499 * tips.texi (Library Headers): Explain where to put -*-.
9500
9501 * strings.texi (Creating Strings): Fix xref for vconcat.
9502
9503 * sequences.texi (Vector Functions):
9504 vconcat no longer allows integer args.
9505
9506 * minibuf.texi (Reading File Names): read-file-name has new
9507 arg PREDICATE. New function read-directory-name.
9508
c4cc8b9a 9509 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9510 (Indenting Macros): New node.
9511
9512 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9513 (Window Frame Parameters): Make separate table of parameters
9514 that are coupled with specific face attributes.
9515 (Deleting Frames): delete-frame-hooks renamed to
9516 delete-frame-functions.
9517
9518 * files.texi (Magic File Names): Add file-remote-p.
9519 Clarify file-local-copy.
9520
9521 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9522 here; instead xref Defining Macros.
9523
9524 * display.texi (Warnings): New node, and subnodes.
9525 (Fringes): New node.
9526
9527 * debugging.texi (Test Coverage): New node.
9528
9529 * compile.texi (Compiler Errors): Explain with-no-warnings
9530 and other ways to suppress warnings.
9531
9532 * commands.texi (Interactive Call): Minor clarification.
9533
9534 * buffers.texi (Buffer File Name): set-visited-file-name
9535 renames the buffer too.
9536
9537 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9538
95392003-07-24 Markus Rost <rost@math.ohio-state.edu>
9540
9541 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9542
95432003-07-22 Markus Rost <rost@math.ohio-state.edu>
9544
9545 * internals.texi (Garbage Collection): Fix previous change.
9546
95472003-07-22 Richard M. Stallman <rms@gnu.org>
9548
9549 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9550
9551 * display.texi (Width): Use \s syntax in example.
9552 (Font Selection): Add face-font-rescale-alist.
9553
9554 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9555 Remove spurious indent in example.
9556
9557 * lists.texi (Building Lists): Add number-sequence.
9558
9559 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9560
9561 * functions.texi (Function Documentation): Explain how to
9562 show calling convention explicitly in the doc string.
9563
9564 * windows.texi (Selecting Windows): save-selected-window saves
9565 selected window of each frame.
9566 (Window Configurations): Minor change.
9567
9568 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9569
9570 * streams.texi (Output Variables): Add print-continuous-numbering
9571 and print-number-table.
9572
9573 * processes.texi (Decoding Output): New node.
9574
9575 * os.texi (Time Conversion): decode-time arg is optional.
9576
9577 * objects.texi (Character Type): Don't use space as example for \.
9578 Make list of char names and \-sequences correspond.
9579 Explain that \s is not used in strings. `\ ' needs space after.
9580
9581 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9582 (Translation of Characters): Add translation-table-for-input.
9583 (Default Coding Systems): Add auto-coding-functions.
9584 (Explicit Encoding): Add decode-coding-inserted-region.
9585 (Locales): Add locale-info.
9586
9587 * minibuf.texi (Basic Completion): Describe test-completion.
9588 Collections can be lists of strings.
9589 Clean up lazy-completion-table.
9590 (Programmed Completion): Mention test-completion.
9591 Clarify why lambda expressions are not accepted.
9592 (Minibuffer Misc): Describe minibufferp.
9593
95942003-07-14 Richard M. Stallman <rms@gnu.org>
9595
9596 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9597
9598 * windows.texi (Selecting Windows): New arg to select-window.
9599 (Selecting Windows): Add with-selected-window.
9600 (Size of Window): Add window-inside-edges, etc.
9601
9602 * internals.texi (Garbage Collection): Add post-gc-hook.
9603
9604 * processes.texi (Subprocess Creation): Add exec-suffixes.
9605
9606 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9607 (Scanning Keymaps): Add map-keymaps.
9608 (Defining Menus): Add keymap-prompt.
9609
9610 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9611 most-negative-fixnum.
9612
c4cc8b9a 9613 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9614 (Compiler Errors): New node.
9615
9616 * os.texi (User Identification): user-uid, user-real-uid
9617 can return float.
9618
9619 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9620 and about derived modes.
9621 (Minor Modes): Add minor-mode-list.
9622 (Defining Minor Modes): Keyword args for define-minor-mode.
9623 (Search-based Fontification): Explain managing other properties.
9624 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9625 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9626 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9627
9628 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9629 (Variable Aliases): Clarify defvaralias.
9630
9631 * loading.texi (Library Search): Add load-suffixes.
9632
9633 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9634 (Programmed Completion): Add dynamic-completion-table.
9635
9636 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9637 (Magic File Names): Specify precedence order of handlers.
9638
9639 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9640 and post-command-hook.
9641 (Waiting): New calling convention for sit-for.
9642
9643 * text.texi (Special Properties): local-map and keymap properties
9644 apply based on their stickiness.
9645
96462003-07-07 Richard M. Stallman <rms@gnu.org>
9647
9648 * modes.texi (Minor Mode Conventions): Specify only some kinds
9649 of list values as args to minor modes.
9650
9651 * files.texi (File Name Expansion): Warn about iterative use
9652 of substitute-in-file-name.
9653
9654 * advice.texi (Activation of Advice): Clean up previous change.
9655
96562003-07-06 Markus Rost <rost@math.ohio-state.edu>
9657
9658 * advice.texi (Activation of Advice): Note that ad-start-advice is
9659 turned on by default.
9660
96612003-06-30 Richard M. Stallman <rms@gnu.org>
9662
9663 * text.texi (Buffer Contents): Document current-word.
9664 (Change Hooks): Not called for *Messages*.
9665
9666 * functions.texi (Defining Functions): Explain about redefining
9667 primitives.
f4e90db0 9668 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9669 Comment out the detailed criteria for what is safe.
9670
96712003-06-22 Andreas Schwab <schwab@suse.de>
9672
9673 * objects.texi (Symbol Type): Fix description of examples.
9674
96752003-06-16 Andreas Schwab <schwab@suse.de>
9676
9677 * hash.texi (Creating Hash): Fix description of :weakness.
9678
c8763fb6 96792003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9680
9681 * files.texi (Changing Files): copy-file copies file modes, too.
9682
96832003-05-28 Richard M. Stallman <rms@gnu.org>
9684
9685 * strings.texi (Creating Strings): Clarify split-string.
9686
96872003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9688
9689 * strings.texi (Creating Strings): Update split-string specification
9690 and examples.
9691
96922003-05-19 Richard M. Stallman <rms@gnu.org>
9693
9694 * elisp.texi: Correct invariant section names.
9695
96962003-04-20 Richard M. Stallman <rms@gnu.org>
9697
9698 * os.texi (Timers): Explain about timers and quitting.
9699
97002003-04-19 Richard M. Stallman <rms@gnu.org>
9701
9702 * internals.texi (Writing Emacs Primitives): Strings are
9703 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9704 Explain GCPRO convention for varargs function args.
9705
97062003-04-16 Richard M. Stallman <rms@gnu.org>
9707
9708 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9709
97102003-04-08 Richard M. Stallman <rms@gnu.org>
9711
9712 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9713
97142003-02-13 Kim F. Storm <storm@cua.dk>
9715
9716 * objects.texi (Character Type): New \s escape for space.
9717
97182003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9719
5dcb4c4e 9720 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9721
97222003-01-25 Richard M. Stallman <rms@gnu.org>
9723
9724 * keymaps.texi: Document that a symbol can act as a keymap.
9725
97262003-01-13 Richard M. Stallman <rms@gnu.org>
9727
9728 * text.texi (Changing Properties): Say string indices are origin-0.
9729
9730 * positions.texi (Screen Lines) <compute-motion>:
9731 Correct order of elts in return value.
9732
9733 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9734 how to define a default binding.
9735
97362002-12-07 Markus Rost <rost@math.ohio-state.edu>
9737
9738 * loading.texi (Unloading): Fix recent change for load-history.
9739
9740 * customize.texi (Simple Types): Clarify description of custom
9741 type 'number. Describe new custom type 'float.
9742
97432002-12-04 Markus Rost <rost@math.ohio-state.edu>
9744
9745 * variables.texi (File Local Variables): Fix typo.
9746
c8763fb6 97472002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9748
9749 From Michael Albinus <Michael.Albinus@alcatel.de>.
9750
9751 * README: Target for Info file is `make info'.
9752
5dcb4c4e 9753 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9754 `file-name-sans-extension'.
9755 (Magic File Names): Complete list of operations for magic file
9756 name handlers.
9757
97582002-09-16 Jonathan Yavner <jyavner@engineer.com>
9759
9760 * variables.texi (File Local Variables): New function
9761 risky-local-variable-p.
9762
97632002-09-15 Jonathan Yavner <jyavner@engineer.com>
9764
9765 * functions.texi (Function safety): New node about unsafep.
9766
97672002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9768
5dcb4c4e 9769 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9770 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9771
97722002-06-17 Juanma Barranquero <lektu@terra.es>
9773
9774 * frames.texi (Display Feature Testing): Fix typo.
9775
97762002-06-12 Andreas Schwab <schwab@suse.de>
9777
9778 * frames.texi (Initial Parameters, Resources): Fix references to
9779 the Emacs manual.
9780
97812002-05-13 Kim F. Storm <storm@cua.dk>
9782
9783 * variables.texi (Intro to Buffer-Local): Updated warning and
9784 example relating to changing buffer inside let.
9785
c8763fb6 97862002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9787
9788 * os.texi (Session Management): New node about X Session management.
9789
97902002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9791
9792 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9793 to which the manual corresponds, and the copyright years.
9794
9795 * Makefile.in (VERSION): Set to 2.9.
9796
97972001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9798
9799 * elisp.texi: Change the category in @dircategory to "Emacs", to
9800 make it consistent with info/dir.
9801
98022001-11-25 Miles Bader <miles@gnu.org>
9803
9804 * text.texi (Fields): Describe new `limit' arg in
9805 field-beginning/field-end.
9806
98072001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9808
5dcb4c4e
SM
9809 * permute-index: Don't depend on csh-specific features.
9810 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9811
9812 * two-volume-cross-refs.txt: New file.
9813 * two.el: New file.
9814 * spellfile: New file.
9815
98162001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9817
9818 * permute-index: New file.
9819
9820 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9821 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9822 8+3 restricted namespace.
9823
9824 * Makefile.in (infodir): Define relative to $(srcdir).
9825 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9826 include directories list via -I switch to makeinfo.
9827 (index.texi): Use cp if both hard and symbolic links fail.
9828
98292001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9830
9831 * Makefile.in (distclean): Add.
9832
9833 The following changes make ELisp manual part of the Emacs
9834 distribution:
9835
9836 * Makefile.in: Add Copyright notice.
9837 (prefix): Remove.
9838 (infodir): Change value to "../info".
9839 (VPATH): New variable.
9840 (MAKE): Don't define.
9841 (texmacrodir): Don't define.
9842 (texinputdir): Append the existing value of TEXINPUTS.
9843 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9844 command to be compatible with man/Makefile.in, and to put the
9845 output into ../info.
9846 (info): Add target.
9847 (installall): Target removed.
9848
c8763fb6 98492001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9850
9851 * tips.texi (Coding Conventions): Fix typo.
9852
98532001-10-23 Gerd Moellmann <gerd@gnu.org>
9854
9855 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9856
98572001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9858
9859 * files.texi (File Name Components): Update the description of
9860 file-name-sans-extension and file-name-extension, as they now
9861 ignore leading dots.
9862
98632001-10-20 Gerd Moellmann <gerd@gnu.org>
9864
9865 * (Version 21.1 released.)
9866
98672001-10-19 Miles Bader <miles@gnu.org>
9868
9869 * positions.texi (Text Lines): Describe behavior of
9870 `beginning-of-line'/`end-of-line' in the presence of field properties.
9871
98722001-10-17 Gerd Moellmann <gerd@gnu.org>
9873
9874 * Makefile.in (VERSION): Set to 2.8.
9875 (manual): Use `manual-21'.
9876
9877 * elisp.texi (VERSION): Add and use it where the version
9878 number was used. Set it to 2.8.
9879
9880 * intro.texi: Likewise.
9881
98822001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9883
9884 * files.texi (File Name Completion): Document the significance of
9885 a trailing slash in elements of completion-ignored-extensions.
9886
98872001-10-06 Miles Bader <miles@gnu.org>
9888
9889 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9890
98912001-10-04 Gerd Moellmann <gerd@gnu.org>
9892
9893 * variables.texi (Variable Aliases): New node.
9894
98952001-10-04 Gerd Moellmann <gerd@gnu.org>
9896
9897 * Branch for 21.1.
9898
98992001-10-02 Miles Bader <miles@gnu.org>
9900
9901 * minibuf.texi (Minibuffer Misc): Add entries for
9902 `minibuffer-contents', `minibuffer-contents-no-properties', and
9903 `delete-minibuffer-contents'.
9904 Correct description for `minibuffer-prompt-end'.
9905
9906 * text.texi (Property Search): Correct descriptions of
9907 `next-char-property-change' and `previous-char-property-change'.
9908 Add entries for `next-single-char-property-change' and
9909 `previous-single-char-property-change'.
9910 Make operand names a bit more consistent.
9911
99122001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9913
9914 * frames.texi (Finding All Frames): Document that next-frame and
9915 previous-frame are local to current terminal.
9916
99172001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9918
9919 * keymaps.texi (Creating Keymaps): Fix the description of the
9920 result of make-keymap.
9921
99222001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9923
9924 * display.texi (Font Lookup, Attribute Functions)
9925 (Image Descriptors): Add cross-references to the definition of
9926 selected frame.
9927
9928 * buffers.texi (The Buffer List): Add cross-references to the
9929 definition of selected frame.
9930
9931 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9932 frame at any given time.
9933 (Multiple Displays, Size and Position): Add a cross-reference to
9934 the definition of the selected frame.
9935
99362001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9937
9938 * strings.texi (String Conversion) <string-to-number>: Document
9939 that a float is returned for integers that are too large.
9940
9941 * frames.texi (Mouse Position): Document mouse-position-function.
9942 (Display Feature Testing): Document display-images-p.
9943 (Window Frame Parameters): Document the cursor-type variable.
9944
9945 * numbers.texi (Integer Basics): Document CL style read syntax for
9946 integers in bases other than 10.
9947
5dcb4c4e
SM
9948 * positions.texi (List Motion):
9949 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9950
9951 * lists.texi (Sets And Lists): Document member-ignore-case.
9952
9953 * internals.texi (Garbage Collection): Document the used and free
9954 strings report.
9955 (Memory Usage): Document strings-consed.
9956
9957 * os.texi (Time of Day): Document float-time.
9958 (Recording Input): Document that clear-this-command-keys clears
9959 the vector to be returned by recent-keys.
9960
9961 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9962 argument keymap can be a list.
9963
9964 * nonascii.texi (User-Chosen Coding Systems)
9965 <select-safe-coding-system>: Document the new argument
9966 accept-default-p and the variable
9967 select-safe-coding-system-accept-default-p. Tell what happens if
9968 buffer-file-coding-system is undecided.
9969 (Default Coding Systems): Document auto-coding-regexp-alist.
9970
9971 * display.texi (The Echo Area) <message>: Document
9972 message-truncate-lines.
9973 (Glyphs): Document that the glyph table is unused on windowed
9974 displays.
9975
9976 * help.texi (Describing Characters) <single-key-description>:
9977 Document the new argument no-angles.
9978 (Accessing Documentation) <documentation-property>: Document that
9979 a non-string property is evaluated.
9980 <documentation>: Document that the function-documentation property
9981 is looked for.
9982
9983 * windows.texi (Selecting Windows): Document some-window.
9984
9985 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9986
9987 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9988 apropos-mode-hook.
9989
9990 * commands.texi (Using Interactive): Document interactive-form.
9991 (Keyboard Macros): Document kbd-macro-termination-hook.
9992 (Command Loop Info): Document that clear-this-command-keys clears
9993 the vector to be returned by recent-keys.
9994
99952001-09-04 Werner LEMBERG <wl@gnu.org>
9996
9997 * Makefile.in (srcdir, texinputdir): New variables.
9998 (srcs, index.texi, install): Use $(srcdir).
9999 (.PHONY): Remove elisp.dvi.
10000 (elisp): Use -I switch for makeinfo.
10001 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10002 (installall, dist): Use $(srcdir).
10003 Fix path to texinfo.tex.
10004 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10005
100062001-08-30 Gerd Moellmann <gerd@gnu.org>
10007
10008 * display.texi (Conditional Display): Adjust to API change.
10009
10010 * configure: New file.
10011
100122001-07-30 Gerd Moellmann <gerd@gnu.org>
10013
10014 * commands.texi (Repeat Events): Add description of
10015 double-click-fuzz.
10016
100172001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10018
10019 * syntax.texi (Syntax Class Table): Add the missing designator for
10020 comment and string fences.
10021 (Syntax Properties): Add a xref to syntax table internals.
10022 (Syntax Table Internals): Document string-to-syntax.
10023
100242001-05-07 Gerd Moellmann <gerd@gnu.org>
10025
10026 * Makefile.in (install): Use install-info command line options
10027 like in Emacs' Makefile.in.
10028
100292000-12-09 Miles Bader <miles@gnu.org>
10030
10031 * windows.texi (Window Start): Update documentation for
10032 `pos-visible-in-window-p'.
10033
100342000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10035
10036 * lists.texi (Building Lists): Add footnote to explain how to add
10037 to the end of a list.
10038
100392000-10-25 Gerd Moellmann <gerd@gnu.org>
10040
10041 * files.texi (Visiting Functions): Typos.
10042
100432000-10-25 Kenichi Handa <handa@etl.go.jp>
10044
10045 * files.texi (Visiting Functions): Return value of
10046 find-file-noselect may be a list of buffers if wildcards are used.
10047
100482000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10049
10050 * display.texi (Defining Faces): Document `graphic' display type
10051 in face specs.
10052
b344d29d 100532000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10054
10055 * hooks.texi (Standard Hooks): Replace obsolete
10056 `after-make-frame-hook' with `after-make-frame-functions'.
10057
10058 * frames.texi (Creating Frames): Ditto.
10059
10060 * variables.texi (Future Local Variables): Ditto.
10061
100622000-10-16 Gerd Moellmann <gerd@gnu.org>
10063
10064 * display.texi (Other Image Types): Add description of :foreground
10065 and :background properties of mono PBM images.
10066
100672000-08-17 Werner LEMBERG <wl@gnu.org>
10068
10069 * .cvsignore: New file.
10070
100712000-01-05 Gerd Moellmann <gerd@gnu.org>
10072
10073 * tindex.pl: New script.
10074
100751999-12-03 Dave Love <fx@gnu.org>
10076
10077 * Makefile.in (MAKEINFO): New parameter.
10078
100791999-09-17 Richard Stallman <rms@gnu.org>
10080
10081 * Makefile.in (srcs): Add hash.texi.
10082 (VERSION): Update to 20.6.
10083
100841999-09-13 Richard Stallman <rms@gnu.org>
10085
10086 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10087
100881998-08-29 Karl Heuer <kwzh@gnu.org>
10089
10090 * configure.in: New file.
10091 * Makefile.in: Renamed from Makefile.
10092 (prefix, infodir): Use value obtained from configure.
10093 (emacslibdir): Obsolete variable deleted.
10094 (dist): Distribute configure.in, configure, Makefile.in.
10095
100961998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10097
10098 * Makefile (INSTALL_INFO): New variable.
10099 (install): Run install-info.
10100
101011998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10102
10103 * Makefile (elisp.dvi): Add missing backslash.
10104
101051998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10106
10107 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10108 Run texindex without `./'. Always run texindex on elisp.tp.
10109 (elisp.tps): Target deleted.
10110
101111998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10112
10113 * Makefile (srcs): Add nonascii.texi and customize.texi.
10114 (dist): Start by deleting `temp'.
10115
101161998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10117
10118 * Makefile (makeinfo, texindex): Targets deleted.
10119 (makeinfo.o, texindex.o): Targets deleted.
10120 (clean, dist): Don't do anything with them or with getopt*.
10121
101221998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10123
10124 * Makefile (SHELL): Defined.
10125
101261998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10127
10128 * Makefile (elisp.tps): New target.
10129 (elisp.dvi): Depend on elisp.tps.
10130
c5602427 101311996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10132
10133 * README: Update phone number.
10134
10135 * Makefile (elisp): Make this be the default target.
10136 Depend on makeinfo.c instead of makeinfo.
10137 (install): Don't depend on elisp.dvi, since we don't install that.
10138 Use mkinstalldirs.
10139 (dist): Add mkinstalldirs.
10140
c5602427 101411995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10142
10143 * Makefile (VERSION): Update version number.
5dcb4c4e 10144 (maintainer-clean): Rename from realclean.
b8d4c8d0 10145
c5602427 101461995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10147
10148 * Makefile (realclean): New target.
10149 (elisp): Remove any old elisp-* files first.
10150
c5602427 101511993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10152
10153 * Makefile (VERSION): New variable.
10154 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10155 Compressed file suffix should be `.gz', not `.z'.
10156
ce058493 101571993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10158
10159 * Makefile (elisp): Depend on makeinfo.
10160
c5602427 101611993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10162
10163 * Makefile (srcs): Add anti.texi.
10164
c5602427 101651993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10166
10167 * Makefile (infodir, prefix): New vars.
10168 (install): Use infodir.
f4e90db0 10169 (emacsinfodir): Delete.
b8d4c8d0 10170
c5602427 101711993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10172
10173 * Makefile (srcs): Add calendar.texi.
10174
10175 * Makefile (dist): Copy texindex.c and makeinfo.c.
10176 Limit elisp-* files to those with one or two digits.
10177
c5602427 101781993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10179
f4e90db0 10180 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10181
c5602427 101821993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10183
10184 * loading.texi (Unloading): define-function changed back to
10185 defalias. It may not stay this way, but at least it's
10186 consistent with the known-good version of the code patch.
10187
c5602427 101881993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10189
10190 * modes.texi (Hooks): Document new optional arg of add-hook.
10191
c5602427 101921993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10193
10194 * variables.texi: Document nil initial value of buffer-local variables.
10195
10196 * tips.texi: Add new section on standard library headers.
10197
c5602427 101981993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10199
10200 * Makefile (srcs): Add frame.texi to the list of sources.
10201
c5602427 102021993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10203
10204 * Makefile (dist): Don't bother excluding autosave files; they'll
10205 never make it into the temp directory anyway, and the hash marks
10206 in the name are problematic for make and the Bourne shell.
10207 (srcs):
10208
c5602427 102091993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10210
10211 * Makefile (dist): Don't include backup files or autosave files in
10212 the distribution tar file.
10213
c5602427 102141991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10215
5dcb4c4e 10216 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10217 (elisp.dvi): Remove erroneous shell comment.
10218 Expect output of permute-index in permuted.fns.
10219 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10220 (clean): Add index.texi to be deleted.
b8d4c8d0 10221
c5602427 102221990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10223
10224 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10225
c5602427 102261990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10227
10228 * files.texi: Noted that completion-ignored-extensions is ignored
10229 when making *Completions*.
10230
3e868ee3 102311990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10232
10233 * Makefile make dist now depends on elisp.dvi, since it tries
10234 to include it in the dist file.
10235
c5602427 102361990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10237
c5602427 10238 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10239
c5602427 102401989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10241
10242 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10243 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10244
c5602427 102451989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10246
10247 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10248 and @error{} are the terms now being used. The files in the
10249 directory have been changed to reflect this.
10250
10251 * All instances of @indentedresultt{} have been changed to
333f9019 10252 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10253
c5602427 102541989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10255
10256 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10257 experimental @indentedresult{}, @indentedexpandsto{} are part of
10258 the texinfo.tex in this directory. These TeX macros are not
10259 stable yet.
10260
c5602427 102611989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10262
10263 * texinfo.tex: Temporarily added
10264 \let\result=\dblarrow
10265 \def\error{{\it ERROR} \longdblarrow}
10266 We need to do this better soon.
10267
c5602427 102681989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10269
10270 * Applied Karl Berry's patches to *.texinfo files, but not to
10271 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10272 new title page format is also not applied, since it requires
10273 texinfo.tex changes.)
10274
10275 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10276 for the Project GNU development environment.
10277
10278;; Local Variables:
c8763fb6 10279;; coding: utf-8
b8d4c8d0
GM
10280;; End:
10281
acaf905b 10282 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10283
10284 This file is part of GNU Emacs.
10285
352c8b4a 10286 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10287 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10288 the Free Software Foundation, either version 3 of the License, or
10289 (at your option) any later version.
b8d4c8d0
GM
10290
10291 GNU Emacs is distributed in the hope that it will be useful,
10292 but WITHOUT ANY WARRANTY; without even the implied warranty of
10293 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10294 GNU General Public License for more details.
10295
10296 You should have received a copy of the GNU General Public License
352c8b4a 10297 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.