Remove useless references to git-describe.texi.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
48de8b12
CY
12012-09-30 Chong Yidong <cyd@gnu.org>
2
3 * commands.texi (Click Events): Define "mouse position list".
4 Remove mention of unimplemented horizontal scroll bars.
5 (Drag Events, Motion Events): Refer to "mouse position list".
6 (Accessing Mouse): Document posnp.
7
8 * errors.texi (Standard Errors): Tweak arith-error description.
9 Tweak markup. Remove domain-error and friends, which seem to be
10 unused after the floating-point code revamp.
11
12 * functions.texi (Obsolete Functions): Obsolescence also affects
13 documentation commands. Various clarifications.
14 (Declare Form): New node.
15
16 * strings.texi (String Basics): Copyedits.
17
18 * os.texi (Idle Timers): Minor clarifications.
19 (User Identification): Add system-users and system-groups.
20
21 * macros.texi (Defining Macros): Move description of `declare' to
22 Declare Form node.
23
24 * loading.texi (Autoload):
25 * help.texi (Documentation Basics): The special sequences can
26 trigger autoloading.
27
28 * numbers.texi (Integer Basics): Copyedits.
29 (Float Basics): Consider IEEE floating point always available.
30 (Random Numbers): Document actual limits.
31 (Arithmetic Operations): Clarify division by zero. Don't mention
32 the machine-independence of negative division since it does not
33 happen in practice.
34
352012-09-28 Chong Yidong <cyd@gnu.org>
36
37 * os.texi (Startup Summary): Document leim-list.el change.
38
392012-09-25 Chong Yidong <cyd@gnu.org>
40
41 * functions.texi (Defining Functions): defun is now a macro.
42
e61d39cd 432012-09-28 Leo Liu <sdl.web@gmail.com>
03922966
LL
44
45 * files.texi (Files): Fix typo.
46
e109c4a6
CY
472012-09-23 Chong Yidong <cyd@gnu.org>
48
49 * buffers.texi (Read Only Buffers): Document read-only-mode.
50
51 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
52 read-only-mode.
53
54 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
55 calling conventions.
56
c88b867f
CY
572012-09-22 Chong Yidong <cyd@gnu.org>
58
59 * searching.texi (Replacing Match): Minor clarification.
60
df9685f3
EZ
612012-09-22 Eli Zaretskii <eliz@gnu.org>
62
287d7455
EZ
63 * edebug.texi (Instrumenting): Improve indexing.
64
df9685f3
EZ
65 * os.texi (Idle Timers): Warn against reinvoking an idle timer
66 from within its own timer action. (Bug#12447)
67
47133380
CY
682012-09-22 Chong Yidong <cyd@gnu.org>
69
70 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
71
ab199df2 722012-09-21 Glenn Morris <rgm@gnu.org>
1bfe3177
GM
73
74 * debugging.texi (Using Debugger): Fix typo.
75
ed1f0bd3
CY
762012-09-18 Chong Yidong <cyd@gnu.org>
77
78 * display.texi (Faces): Discuss anonymous faces.
79 (Face Attributes): Tweak intro.
80 (Defining Faces): Move after the Face Attributes node. Copyedits.
81 (Displaying Faces): Describe role of inheritance.
82
83 * customize.texi (Customization): Define customization more
84 carefully (Bug#11440).
85 (Common Keywords): Add xref to Constant Variables.
86
87 * variables.texi (Defining Variables): Link to defcustom's node
88 instead of the higher-level Customization chapter.
89
c990426a
PE
902012-09-11 Paul Eggert <eggert@cs.ucla.edu>
91
92 Simplify, document, and port floating-point (Bug#12381).
93 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
94 Document that / and mod (with floating point arguments), along
95 with asin, acos, log, log10, expt and sqrt, return special values
96 instead of signaling exceptions.
97 (Float Basics): Document that logb operates on the absolute value
98 of its argument.
99 (Math Functions): Document that (log ARG BASE) also returns NaN if
100 BASE is negative. Document that (expt X Y) returns NaN if X is a
101 finite negative number and Y a finite non-integer.
102
011474aa
CY
1032012-09-09 Chong Yidong <cyd@gnu.org>
104
bb6b0efc
CY
105 * lists.texi (Sets And Lists): Explain that the return value for
106 delete should be used, like for delq.
107
011474aa
CY
108 * minibuf.texi (Yes-or-No Queries): Document recentering and
109 scrolling in y-or-n-p. Remove gratuitous example.
110
111 * searching.texi (Search and Replace): Document window scrolling
112 entries in query-replace-map.
113
6dcef6ec
CY
1142012-09-08 Chong Yidong <cyd@gnu.org>
115
116 * syntax.texi (Syntax Table Internals): Define "raw syntax
117 descriptor" terminology (Bug#12383).
118 (Syntax Descriptors): Mention raw syntax descriptors.
119
52404181
CY
1202012-09-07 Chong Yidong <cyd@gnu.org>
121
1a5432bc
CY
122 * variables.texi (Creating Buffer-Local): Fix description of
123 local-variable-if-set-p (Bug#10713).
124
0a6bdaa1
CY
125 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
126
14ba4cf3
CY
127 * windows.texi (Display Action Functions)
128 (Choosing Window Options): Remove obsolete variable
129 display-buffer-reuse-frames.
cee2e90d 130 (Switching Buffers): Minor doc tweak for switch-to-buffer.
14ba4cf3 131
e5c2edf7
CY
132 * positions.texi (Narrowing): Document buffer-narrowed-p.
133
52404181
CY
134 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
135
136 * syntax.texi (Low-Level Parsing): Add xref to Parser State
137 (Bug#12269).
138
7f7e0167
LI
1392012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
140
141 * debugging.texi (Explicit Debug): Document `debug-on-message'.
142
6a787d9a
CY
1432012-09-02 Chong Yidong <cyd@gnu.org>
144
145 * windows.texi (Window Configurations): Recommend against using
146 save-window-excursion (Bug#12075).
147
148 * control.texi (Catch and Throw):
149 * positions.texi (Excursions): Don't mention it.
150
0e23ef9d
PE
1512012-09-01 Paul Eggert <eggert@cs.ucla.edu>
152
153 Better seed support for (random).
154 * numbers.texi (Random Numbers): Document new behavior of
155 the calls (random) and (random STRING).
156
342dac71
MR
1572012-08-21 Martin Rudalics <rudalics@gmx.at>
158
159 * windows.texi (Window Point): Document recent changes in
160 window-point and set-window-point.
161 (Selecting Windows): Document recent change in select-window.
162
a08eadfe
EZ
1632012-08-06 Eli Zaretskii <eliz@gnu.org>
164
165 * functions.texi (Closures): Put the main index entry for
166 "closures" here. (Bug#12138)
167
168 * variables.texi (Lexical Binding): Disambiguate the index entry
169 for "closures".
170
35b6586e
CY
1712012-08-05 Chong Yidong <cyd@gnu.org>
172
173 * display.texi (Defining Faces): Move documentation of
174 frame-background-mode to the Emacs manual (Bug#7774).
175
02676e5d
CY
1762012-08-04 Chong Yidong <cyd@gnu.org>
177
178 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
179 Fix description of syntax table inheritance.
180 (Syntax Table Functions): Don't refer to internal contents of
181 syntax table, since that is not explained yet. Copyedits.
182 (Standard Syntax Tables): Node deleted.
183 (Syntax Table Internals): Misc clarifications. Improve table
184 formatting.
185
186 * keymaps.texi (Inheritance and Keymaps):
187 * text.texi (Sticky Properties): Tweak index entry.
188
73e0cbc0
EZ
1892012-07-28 Eli Zaretskii <eliz@gnu.org>
190
191 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
192
09ae5da1
PE
1932012-07-25 Paul Eggert <eggert@cs.ucla.edu>
194
195 Prefer typical American spelling for "acknowledgment".
196 * intro.texi (Acknowledgments): Rename from Acknowledgements.
197
1ada2e55
EZ
1982012-07-21 Eli Zaretskii <eliz@gnu.org>
199
200 * commands.texi (Special Events): Mention language-change event.
201 (Input Events, Interactive Codes):
202 * keymaps.texi (Key Sequences): Mention events that are
203 non-keyboard but also non-mouse events.
204
9ea10cc3
CY
2052012-07-17 Chong Yidong <cyd@gnu.org>
206
207 * text.texi (Insertion): Document insert-char changes.
208
2e2d2a13
LL
2092012-07-15 Leo Liu <sdl.web@gmail.com>
210
211 * display.texi (Fringe Bitmaps): Add exclamation-mark.
212
b68b3337
CY
2132012-07-13 Chong Yidong <cyd@gnu.org>
214
215 * buffers.texi (Read Only Buffers): Document toggle-read-only
216 changes. Reword to account for the fact that read-only is
217 currently not supported in overlay properties.
218
ab4c47d3
CY
2192012-07-07 Chong Yidong <cyd@gnu.org>
220
221 * loading.texi (Library Search): Index site-lisp directories.
222
d4913798
CY
2232012-07-06 Chong Yidong <cyd@gnu.org>
224
225 * intro.texi (A Sample Function Description): Fix incorrect
226 markup, undoing previous change.
227 (A Sample Variable Description): Minor clarifications and markup
228 improvements.
229
230 * elisp.texi (Top):
231 * text.texi (Text): Fix menu order.
232
251736f4
RS
2332012-07-06 Richard Stallman <rms@gnu.org>
234
235 * intro.texi (Evaluation Notation, A Sample Function Description):
8c6c57ea 236 (A Sample Variable Description): Improve/undo previous changes.
251736f4 237
e8d71283
GM
2382012-07-05 Glenn Morris <rgm@gnu.org>
239
240 * intro.texi (A Sample Function Description): Fix cross-refs.
241
47187200
MW
2422012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
243
244 * intro.texi (Evaluation Notation, A Sample Function Description)
245 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
246
a2eb421b
CY
2472012-06-27 Chong Yidong <cyd@gnu.org>
248
249 * processes.texi (Asynchronous Processes, Input to Processes):
250 * internals.texi (Process Internals): Don't capitalize "pty".
251
6d41a41d
TTN
2522012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
253
254 * processes.texi (Asynchronous Processes): Make the pty vs pipe
255 discussion more prominent.
256
0bd8297f
EZ
2572012-06-23 Eli Zaretskii <eliz@gnu.org>
258
259 * commands.texi (Misc Events): Document the language-change event.
260
d35af63c
PE
2612012-06-22 Paul Eggert <eggert@cs.ucla.edu>
262
263 Support higher-resolution time stamps (Bug#9000).
264 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
265 * processes.texi (System Processes):
266 Time stamp resolution is now picosecond, not microsecond.
267
ac1a0ce1 2682012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
269
270 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
271
1053a871
SM
2722012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
273
274 * functions.texi (Defining Functions):
275 * macros.texi (Defining Macros): Un-define the return value of `defun',
276 `defmacro' and `defalias'.
277
41b7f8bc
CY
2782012-06-17 Chong Yidong <cyd@gnu.org>
279
280 * elisp.texi: Remove urlcolor setting.
281
82a25657
GM
2822012-06-17 Glenn Morris <rgm@gnu.org>
283
284 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
285 Overlining no longer behaves exactly like underlining.
286
8da9479c
GM
2872012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
288
289 * display.texi (Face Attributes):
290 Document wave-style underline face attribute.
291
1b9b4cf4
CY
2922012-06-11 Chong Yidong <cyd@gnu.org>
293
294 * display.texi (ImageMagick Images): ImageMagick now supports the
295 :background property.
296
dbab98c7
DA
2972012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
298
299 * internals.texi (Garbage Collection): Typo fix.
300
6175e34b
CY
3012012-06-09 Chong Yidong <cyd@gnu.org>
302
303 * text.texi (Special Properties): Clarify the meaning of a list of
304 faces in the `face' property.
305
306 * display.texi (Face Remapping): Minor clarification.
307
4b56d0fe
CY
3082012-06-08 Chong Yidong <cyd@gnu.org>
309
310 * display.texi (Face Attributes): Font family does not accept
311 wildcards. De-document obsolete :bold and :italic attributes.
312 (Defining Faces): Use new-style face spec format.
313
f3372c87
DA
3142012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
315
8d7c7eed 316 * internals.texi (Garbage Collection): Document new
f3372c87
DA
317 vector management code and vectorlike_header structure.
318
5f2c76c6
CY
3192012-06-03 Chong Yidong <cyd@gnu.org>
320
321 * modes.texi (Mode Line Data): Use "mode line construct"
322 terminology for consistency.
323
ecc6530d
GM
3242012-05-27 Glenn Morris <rgm@gnu.org>
325
326 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
327 * buffers.texi, commands.texi, compile.texi, control.texi:
328 * customize.texi, debugging.texi, display.texi, doclicense.texi:
329 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
330 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
331 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
332 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
333 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
334 * objects.texi, os.texi, package.texi, positions.texi:
335 * processes.texi, searching.texi, sequences.texi, streams.texi:
336 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
337 * variables.texi, windows.texi: Nuke hand-written node pointers.
338
33017faf 3392012-05-27 Chong Yidong <cyd@gnu.org>
27d1f87a 340
33017faf
GM
341 * functions.texi (Obsolete Functions):
342 Fix doc for set-advertised-calling-convention.
27d1f87a
CY
343
344 * modes.texi (Mode Help): Fix describe-mode.
345
346 * display.texi (Face Functions): Fix define-obsolete-face-alias.
347
348 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
349
33017faf 3502012-05-27 Martin Rudalics <rudalics@gmx.at>
0b128ac4 351
33017faf 352 * commands.texi (Recursive Editing): recursive-edit is a command.
0b128ac4
MR
353
354 * compile.texi (Docs and Compilation):
355 byte-compile-dynamic-docstrings is an option.
356
357 * debugging.texi (Invoking the Debugger): debug is a command.
358
359 * display.texi (Progress): progress-reporter-update and
360 progress-reporter-force-update have VALUE argument optional.
361 (Animated Images): Use non-@code{nil} instead of non-nil.
362
33017faf
GM
363 * files.texi (Format Conversion Round-Trip):
364 Use non-@code{nil} instead of non-nil.
0b128ac4
MR
365
366 * frames.texi (Creating Frames): make-frame is a command.
367 (Input Focus): select-frame is a command.
368 (Pointer Shape): void-text-area-pointer is an option.
369
33017faf 370 * help.texi (Describing Characters): read-kbd-macro is a command.
0b128ac4
MR
371 (Help Functions): describe-prefix-bindings is a command.
372
373 * markers.texi (Creating Markers): Both arguments of copy-marker
374 are optional.
375
376 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
377
378 * modes.texi (Mode Line Variables): mode-line-remote and
379 mode-line-client are not options.
380 (Imenu): imenu-add-to-menubar is a command.
33017faf 381 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
0b128ac4
MR
382
383 * os.texi (Sound Output): play-sound-file is a command.
384
33017faf 385 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
0b128ac4 386
33017faf
GM
387 * processes.texi (Signals to Processes):
388 Use @key{RET} instead of @code{RET}.
0b128ac4
MR
389 (Signals to Processes): signal-process is a command.
390
33017faf 391 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
0b128ac4
MR
392 (Base 64): base64-encode-string is not a command while
393 base64-decode-region is.
394
395 * windows.texi (Switching Buffers): pop-to-buffer is a command.
396
3fe7cdc8
GM
3972012-05-12 Glenn Morris <rgm@gnu.org>
398
399 * Makefile.in (MKDIR_P): New, set by configure.
400 (mkinfodir): Use $MKDIR_P.
401
dc0f75c8
GM
4022012-05-10 Glenn Morris <rgm@gnu.org>
403
b8a82b69
GM
404 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
405 with "coding: raw-text".
51b1e059 406 Concept of multibyte sessions no longer exists.
b8a82b69 407
dc0f75c8
GM
408 * files.texi (File Locks): Mention create-lockfiles option.
409
666b903b 4102012-05-09 Glenn Morris <rgm@gnu.org>
143d9dd8 411
5b6eebcf
GM
412 * vol1.texi, vol2.texi: Remove files.
413 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
414 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
415
0a454caf 416 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
e6afe47b 417
143d9dd8
GM
418 * two-volume.make (emacsdir): New.
419 (tex): Add directory with emacsver.texi to TEXINPUTS.
420
e68b393e
GM
421 * minibuf.texi (Minibuffer History, Basic Completion):
422 Tweak page breaks.
423
9658dc2a
GM
424 * internals.texi (Garbage Collection, Memory Usage)
425 (Writing Emacs Primitives): Tweak page breaks.
426
161c2a25
GM
427 * streams.texi (Output Variables): Improve page break.
428
429 * edebug.texi (Edebug Display Update): Improve page break.
430
51d58083
GM
431 * compile.texi (Disassembly): Condense the examples.
432
ddff3351
GM
433 * eval.texi, functions.texi, loading.texi, macros.texi:
434 Where possible, use example rather than smallexample.
435
436 * symbols.texi: Where possible, use example rather than smallexample.
437 (Symbol Components): Fix typo.
438 (Other Plists): Tweak page break.
439
440 * sequences.texi (Arrays): Tweak page breaks.
441
442 * customize.texi: Where possible, use example rather than smallexample.
443 (Common Keywords, Variable Definitions, Applying Customizations)
444 (Custom Themes): Tweak page breaks.
445
446 * control.texi: Where possible, use example rather than smallexample.
447 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
448 Tweak page breaks.
449
ca4b98fa
GM
4502012-05-08 Glenn Morris <rgm@gnu.org>
451
5122804a
GM
452 * two.el: Remove; unused since creation of two-volume.make.
453
ca4b98fa
GM
454 * vol1.texi, vol2.texi: No need to keep menus in these files.
455
eceeb5fc
CY
4562012-05-05 Glenn Morris <rgm@gnu.org>
457
458 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
459
460 * intro.texi (Caveats): Copyedit.
461 (Lisp History): Convert inforef to xref.
462 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
463
464 * text.texi (Auto Filling): Don't mention Emacs 19.
465
466 * commands.texi (Event Input Misc): Don't mention unread-command-char.
467 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
468
469 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
470
eceeb5fc
CY
471 * lists.texi (List-related Predicates, List Variables):
472 Tweak page-breaks.
473 (Sets And Lists): Convert inforef to xref.
474
8045b906
GM
4752012-05-04 Glenn Morris <rgm@gnu.org>
476
477 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
478 (info, infoclean): Use $INFO_EXT.
479 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
480 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
481 (info, maintainer-clean): Use $INFO_EXT.
482 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
483
78f3273a
CY
4842012-05-04 Chong Yidong <cyd@gnu.org>
485
486 * os.texi (Timers): Use defopt for timer-max-repeats.
487
ab0fa4e4
PE
4882012-05-03 Paul Eggert <eggert@cs.ucla.edu>
489
490 * os.texi (Time of Day): Do not limit current-time-string
491 to years 1000..9999.
492
2bc356d7
CY
4932012-05-02 Chong Yidong <cyd@gnu.org>
494
495 * display.texi (Font Lookup):
496 * frames.texi (Pointer Shape):
497 * processes.texi (Subprocess Creation): Use defopt for options.
498
90207a15 4992012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
500
501 * elisp.texi (@copying):
502 * intro.texi (Introduction): Only print VERSION in the TeX version.
503
90207a15 5042012-05-02 Chong Yidong <cyd@gnu.org>
5a5fd9f3
CY
505
506 * text.texi (Change Hooks): Minor fix for after-change-functions.
507
90207a15 5082012-05-02 Glenn Morris <rgm@gnu.org>
7eac3782
GM
509
510 * package.texi (Packaging Basics):
511 * loading.texi (Autoload):
512 * files.texi (Magic File Names):
513 Reword to remove/reduce some overly long/short lines.
514
a8e7d6d7 5152012-04-27 Glenn Morris <rgm@gnu.org>
cf988578
GM
516
517 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
518 * modes.texi (Major Modes, Auto-Indentation):
519 * buffers.texi (Buffers): Some fixes for menu descriptions.
520
a8e7d6d7 5212012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
88ed9e87
SM
522 * functions.texi (Simple Lambda, Argument List):
523 * eval.texi (Function Indirection): Avoid deprecated form.
524
a8e7d6d7 5252012-04-27 Glenn Morris <rgm@gnu.org>
16152b76 526
1a72be46
GM
527 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
528 Add "et al." to authors.
529
16152b76
GM
530 * buffers.texi, commands.texi, compile.texi, control.texi:
531 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
532 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
533 * modes.texi, numbers.texi, objects.texi, streams.texi:
534 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
535 Use Texinfo recommended convention for quotes+punctuation.
536
a8e7d6d7 5372012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
538
539 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
540 to where-is-internal (Bug#10872).
541
a8e7d6d7 5422012-04-27 Glenn Morris <rgm@gnu.org>
9c51bbaa 543
a2715669
GM
544 * macros.texi (Indenting Macros): Fix typo.
545
0b27932b
GM
546 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
547 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
548 (Choosing Window Options, Horizontal Scrolling)
549 (Cyclic Window Ordering, Window History, Dedicated Windows)
09ebefe1
GM
550 (Quitting Windows, Window Configurations, Textual Scrolling):
551 (Coordinates and Windows, Window Configurations)
552 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
553 (Splitting Windows, Deleting Windows):
554 Fix ignore-window-parameters logic.
555 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
556 (Window Start and End): Remove pointless example.
557 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
558 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
559 and recenter-positions. Remove recenter example.
0b27932b 560
0dc91072
GM
561 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
562
9c51bbaa
GM
563 * minibuf.texi (Intro to Minibuffers):
564 Tweak discussion of resizing minibuffer window.
565
674ea9c6
GM
5662012-04-26 Glenn Morris <rgm@gnu.org>
567
8a4ca8e3 568 * elisp-covers.texi, front-cover-1.texi: Remove files.
8191c3bd 569
562e638f
GM
570 * tindex.pl: Remove file.
571
674ea9c6
GM
572 * makefile.w32-in (srcs):
573 * Makefile.in (srcs): Remove back.texi (which is unused).
574
b613912b
MA
5752012-04-24 Michael Albinus <michael.albinus@gmx.de>
576
e43042fe
MA
577 * os.texi (Notifications): Extend possible notification hints.
578 Add notifications-get-capabilities.
b613912b 579
f30d612a
CY
5802012-04-20 Chong Yidong <cyd@gnu.org>
581
582 * processes.texi (Asynchronous Processes): Mention nil argument to
583 start-process.
584
b58b1df8
GM
5852012-04-20 Glenn Morris <rgm@gnu.org>
586
587 * minibuf.texi (Basic Completion): No need to describe obarrays here.
588 Don't mention obsolete `nospace' argument of all-completions.
589 (Minibuffer Completion, Completion Commands, Reading File Names)
590 (Completion Variables): Copyedits.
591 (Completion Commands): Mention parent keymaps.
592 Remove obsolete minibuffer-local-filename-must-match-map.
593 (High-Level Completion): Remove read-variable's almost
594 word-for-word duplication of read-command.
595 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
596 Update "High-Level Completion" description.
597
c0ea08d2
GM
598 * minibuf.texi (Minibuffers):
599 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
600
9d2754f5
GM
601 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
602 Use Texinfo-recommended form of quote+punctuation.
603 (Intro to Minibuffers): First minibuffer is #1, not #0.
604 Mention minibuffer-inactive-mode.
605 (Text from Minibuffer): Copyedits.
606 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
607 (Object from Minibuffer): Remove overly pedantic para.
608 (Minibuffer History): Copyedits. Add face-name-history.
609 (Initial Input, Yes-or-No Queries, Multiple Queries)
610 (Minibuffer Windows, Minibuffer Misc): Copyedits.
611 (Yes-or-No Queries): Tweak example.
612 (Minibuffer Commands): Add next-complete-history-element.
613 (Minibuffer Misc): Mention minibuffer-message-timeout, and
614 minibuffer-inactive-mode.
9d2754f5 615
4373fd43
GM
616 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
617 (Bindat Functions): Copyedits.
618
61bb069e 6192012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
0e80650b
CS
620
621 * files.texi (Saving Buffers): Document `visit and `visit-save'
622 values of require-final-newline.
623
61bb069e 6242012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
625
626 * processes.texi (Output from Processes, Filter Functions):
627 Mention waiting-for-user-input-p.
628 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
629 (Network Servers, Datagrams, Network Processes, Network Options)
630 (Network Feature Testing, Serial Ports): Copyedits.
631 (Network): Add encrypted network overview paragraph.
632 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
633
61bb069e 6342012-04-20 Chong Yidong <cyd@gnu.org>
21ffa320
CY
635
636 * help.texi (Keys in Documentation): Mention :advertised-binding.
637
638 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
639 description to help.texi.
640
61bb069e 6412012-04-20 Glenn Morris <rgm@gnu.org>
62f4b18c
GM
642
643 * processes.texi (Process Information, Input to Processes)
644 (Signals to Processes, Output from Processes, Process Buffers)
645 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 646 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 647
e153c136
GM
6482012-04-15 Glenn Morris <rgm@gnu.org>
649
650 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
12acf783
GM
651 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
652 Copyedits.
e153c136 653 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
654 (Synchronous Processes, Asynchronous Processes):
655 Update some example output.
e153c136
GM
656 (Process Information): Fix typo.
657 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
658
e6fd457e 6592012-04-15 Glenn Morris <rgm@gnu.org>
764a3017
GM
660
661 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
662 open-network-stream does exist in Emacs 23, but is simpler.
663
e6fd457e 6642012-04-15 Chong Yidong <cyd@gnu.org>
03ed9e82
CY
665
666 * customize.texi (Custom Themes): Also document load-theme etc.
667
35dc09a1 6682012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
669
670 * customize.texi (Applying Customizations):
671 (Custom Themes): New nodes.
672
673 * display.texi (Defining Faces): Reference custom-set-faces.
674
675 * modes.texi (Defining Minor Modes, Defining Minor Modes):
676 * os.texi (Startup Summary): Copyedits.
677
35dc09a1 6782012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
679
680 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
681
9fce7eda
GM
682 * strings.texi (Case Tables):
683 * objects.texi (General Escape Syntax):
684 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
685
2bb0eca1
GM
686 * buffers.texi, compile.texi, customize.texi, debugging.texi:
687 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
688 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
689 * text.texi: Use @file for buffers, per the Texinfo manual.
690
62200c14
GM
691 * compile.texi (Compiler Errors): Add missing space in buffer name.
692
35dc09a1 6932012-04-14 Chong Yidong <cyd@gnu.org>
9fe9631c
CY
694
695 * processes.texi (Query Before Exit): Remove obsolete function
696 process-kill-without-query (Bug#11190).
697
35dc09a1 6982012-04-14 Glenn Morris <rgm@gnu.org>
8fc85b20
GM
699
700 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
701 Use @env for environment variables.
702
f48a9cb4
GM
703 * Makefile.in: Replace non-portable use of $< in ordinary rules.
704
0a6dd5e2
JA
7052012-04-12 Jari Aalto <jari.aalto@cante.net>
706
707 * processes.texi (Synchronous Processes): Mention
708 `default-directory' (bug#7515).
709
b4d3bc10
CY
7102012-04-09 Chong Yidong <cyd@gnu.org>
711
712 * customize.texi (Variable Definitions): Remove user-variable-p.
713
714 * commands.texi (Interactive Codes):
715 * help.texi (Accessing Documentation):
716 * minibuf.texi (High-Level Completion): Callers changed.
717
ea0ff314
CY
7182012-04-06 Chong Yidong <cyd@gnu.org>
719
720 * minibuf.texi (Programmed Completion): Document metadata method.
721 (Completion Variables): Document completion-category-overrides.
722
91b65361
CY
7232012-04-05 Chong Yidong <cyd@gnu.org>
724
725 * anti.texi (Antinews): Rewrite for Emacs 23.
726
3d439cd1
CY
7272012-04-04 Chong Yidong <cyd@gnu.org>
728
321cc491
CY
729 * minibuf.texi (Programmed Completion): Remove obsolete variable
730 completion-annotate-function.
731 (Completion Variables): Rename from Completion Styles. Document
732 completion-extra-properties. Document completion-styles-alist
733 change.
245d176b
CY
734 (Reading File Names): minibuffer-local-filename-must-match-map is
735 not used anymore.
736 (Minibuffer Completion): Document completing-read-function.
737 (Completion in Buffers): completion-at-point-functions can return
738 properties recognized in completion-extra-properties.
321cc491 739
3d439cd1
CY
740 * display.texi (Delayed Warnings): New node.
741
a7972adf
CY
742 * os.texi (Notifications): Copyedits.
743
97f4a299
GM
7442012-04-04 Glenn Morris <rgm@gnu.org>
745
746 * os.texi (Notifications): Copyedits.
747
9ff687e1
MA
7482012-04-03 Michael Albinus <michael.albinus@gmx.de>
749
750 * os.texi (Terminal-Specific): Fix typo.
751 (Notifications): New section.
752
753 * elisp.texi (Top):
754 * vol1.texi (Top):
755 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
756 menu entries.
757
42ee526b
CY
7582012-04-01 Chong Yidong <cyd@gnu.org>
759
760 * files.texi (Kinds of Files): file-subdir-of-p renamed to
761 file-in-directory-p.
762
0b021094
GM
7632012-03-31 Glenn Morris <rgm@gnu.org>
764
765 * edebug.texi (Instrumenting Macro Calls):
766 Mention defining macros at instrumentation time.
767 (Edebug Options): Mention edebug-unwrap-results.
768
50fe197c
EZ
7692012-03-31 Eli Zaretskii <eliz@gnu.org>
770
771 * text.texi (Special Properties): Clarify the description of the
772 effect of integer values of the 'cursor' property on cursor
773 position. See the discussions in bug#11068 for more details and
774 context.
775
650b6d0b
GM
7762012-03-31 Glenn Morris <rgm@gnu.org>
777
778 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
779 Copyedits.
780
5319014e
CY
7812012-03-30 Chong Yidong <cyd@gnu.org>
782
783 * display.texi (Image Formats): Add imagemagick type.
784 (Image Descriptors): Mention how they are used.
785 (ImageMagick Images): Clarify role of imagemagick-register-types.
786 (Character Display): Don't mention glyph tables.
787 (Display Tables): Use make-glyph-code in example.
788 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
789 tables are semi-obsolete. De-document create-glyph.
790 (Glyphless Chars): Note that display tables override this.
791 (Bidirectional Display): Copyedits. Introduce "bidirectional
792 reordering" terminology, and use it.
793
f1224267
GM
7942012-03-30 Glenn Morris <rgm@gnu.org>
795
796 * edebug.texi (Jumping): Give name of `i' binding.
797
d14daa28
GM
7982012-03-28 Glenn Morris <rgm@gnu.org>
799
800 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
801 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
802 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
803 (Regexp Special): Mention collation.
804 Clarify char classes with an example.
fee88ca0
GM
805 (Regexp Functions): Mention regexp-opt is not guaranteed.
806 Mention regexp-opt-charset.
807 (Regexp Search): Recommend against looking-back.
808 (Search and Replace): Use Texinfo recommended quote convention.
809 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 810
dcb6e7b3
MR
8112012-03-27 Martin Rudalics <rudalics@gmx.at>
812
813 * windows.texi (Window History): Describe new option
814 switch-to-visible-buffer.
815
cf0495f2
GM
8162012-03-27 Glenn Morris <rgm@gnu.org>
817
4fb9a543
GM
818 * searching.texi (String Search): Add xref to Emacs manual.
819 Copyedits. Mention the function word-search-regexp.
820 (Searching and Case): Add xref to Emacs manual. Copyedits.
821
9364727b
GM
822 * processes.texi (Network Servers): Standardize apostrophe usage.
823
cf0495f2
GM
824 * os.texi (System Environment): Copyedits. Remove some examples
825 that do not seem useful. Mention setenv third arg.
826 tty-erase-char does not seem to be nil under a window-system.
827 (User Identification): Copyedits.
828 Remove some examples that do not seem useful.
829
33da7b16
GM
8302012-03-26 Glenn Morris <rgm@gnu.org>
831
832 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
833 (Init File): Copyedits.
834 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
835 (Killing Emacs): Copyedits.
836 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
837 Shorten the example, use more standard shell prompts.
33da7b16 838
9a69676a
CY
8392012-03-25 Chong Yidong <cyd@gnu.org>
840
841 * display.texi (Fringes): Note that fringes are shown on graphical
842 displays only.
843 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
844 (Replacing Specs): Clarify example.
845 (Manipulating Buttons): Note that button-at can return a marker.
846 (Buttons): Minor rewrite.
847 (Character Display): New node. Consolidate all character display
848 related nodes into its subsections.
849 (Usual Display): Character 127 is also affected by ctl-arrow.
850 (Display Tables): Improve example.
851
c8f6ec5c
GM
8522012-03-22 Glenn Morris <rgm@gnu.org>
853
854 * strings.texi (Text Comparison): Mention string-prefix-p.
855
fb5b8aca
CY
8562012-03-21 Chong Yidong <cyd@gnu.org>
857
858 * display.texi (The Echo Area): Add xref to Output Streams.
859 (Displaying Messages): Improve doc of message.
860 (Echo Area Customization, Invisible Text): Copyedits.
861 (Invisible Text): Mention that spec comparison is done with eq.
862 (Width): Improve doc of char-width.
863 (Faces): Recommend using symbol instead of string for face name.
864 Minor clarifications.
865 (Defining Faces): Copyedits. Update face example.
866 (Attribute Functions): Mark set-face-foreground etc as commands.
867 (Face Remapping): Mention text-scale-adjust. Clarify
868 face-remapping-alist and related docs.
869 (Face Functions): Don't document make-face or copy-face.
870
025de85b
CY
8712012-03-20 Chong Yidong <cyd@gnu.org>
872
873 * display.texi (Forcing Redisplay): Various rewrites to reflect
874 new value of redisplay-dont-pause.
875 (Truncation): Copyedits.
876
a5656eae
GM
8772012-03-20 Glenn Morris <rgm@gnu.org>
878
879 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
880 Add summary table of some relevant command-line options.
881
d15aac68
CY
8822012-03-18 Chong Yidong <cyd@gnu.org>
883
884 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
885 (Writing Emacs Primitives): Re-organize discussion of functions
886 with variable Lisp arguments are handled. Delete an obsolete
887 remark, previously tagged as FIXME.
888
889 * os.texi (Idle Timers): Minor clarification.
890 (Idle Timers): Link to Time of Day for description of time list.
891
b59af549
GM
8922012-03-18 Glenn Morris <rgm@gnu.org>
893
894 * os.texi (System Interface): Flow control was removed.
895 (Startup Summary): General update.
896 (Init File): Don't mention compiling it.
897
986bd52a
CY
8982012-03-17 Chong Yidong <cyd@gnu.org>
899
900 * os.texi (Startup Summary): Mention package loading.
901 (Init File): Don't refer to .emacs in section title. Copyedits.
902 (Terminal-Specific): Give a realistic example.
903 (Command-Line Arguments): Reference Entering Emacs instead of
904 repeating the spiel about not restarting Emacs.
905 (Time of Day): Discuss time representation at beginning of node.
906 (Sound Output): Copyedits.
907
908 * package.texi (Packaging Basics): Document package-initialize.
909
f761251a
EZ
9102012-03-17 Eli Zaretskii <eliz@gnu.org>
911
912 * frames.texi (Initial Parameters): Add an index entry for
913 minibuffer-only frame.
914
da986230
GM
9152012-03-16 Glenn Morris <rgm@gnu.org>
916
917 * modes.texi (Major Mode Conventions): Mention the strange
918 relationship between View mode and special modes. (Bug#10650)
919
2cc775f9
CY
9202012-03-11 Chong Yidong <cyd@gnu.org>
921
922 * windows.texi (Window Configurations): save-window-excursion is
923 now a macro.
924
925 * display.texi (Temporary Displays): with-output-to-temp-buffer is
926 now a macro.
927
66c5eebd
CY
928 * text.texi (Fields): Minor copyedit.
929
310a820f
EZ
9302012-03-10 Eli Zaretskii <eliz@gnu.org>
931
83a96c08
EZ
932 * strings.texi (String Basics):
933 * sequences.texi (Sequence Functions): Mention that `length' is
934 not appropriate for computing the string width on display; add a
935 cross-reference to the description of `string-width'. (Bug#10978)
936
310a820f
EZ
937 * eval.texi (Autoloading): Minor change of wording.
938
83ef8187
CY
9392012-03-10 Chong Yidong <cyd@gnu.org>
940
bc44be50
CY
941 * loading.texi (Autoload): Explicitly state which forms are
942 processed specially (Bug#7783).
943
83ef8187
CY
944 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
945 non-default situation. Describe one-submenu exception (Bug#7695).
946
947 * nonascii.texi (Character Properties): Copyedits.
948
483ab230
CY
9492012-03-08 Chong Yidong <cyd@gnu.org>
950
951 * text.texi (Mode-Specific Indent): Document new behavior of
952 indent-for-tab-command. Document tab-always-indent.
953 (Special Properties): Copyedits.
954 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
955 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
956 libxml-parse-html-region.
957
00e84de0
GM
9582012-03-07 Glenn Morris <rgm@gnu.org>
959
eaa6bc3c
GM
960 * markers.texi (The Region): Briefly mention use-empty-active-region
961 and region-active-p.
a9685db7 962 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 963 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 964
67cd45a2
CY
9652012-03-07 Chong Yidong <cyd@gnu.org>
966
967 * text.texi (Buffer Contents): Don't duplicate explanation of
968 region arguments from Text node. Put doc of obsolete var
969 buffer-substring-filters back, since it is referred to.
970 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
971 selection by default.
972
973 * markers.texi (The Mark): Fix typo.
974 (The Region): Copyedits.
975
2ad80941
GM
9762012-03-07 Glenn Morris <rgm@gnu.org>
977
978 * markers.texi (Overview of Markers): Copyedits.
979 (Creating Markers): Update approximate example buffer size.
980 (The Mark): Don't mention uninteresting return values.
981
ef959d3a
CY
9822012-03-05 Chong Yidong <cyd@gnu.org>
983
984 * positions.texi (Text Lines): Document count-words.
985
a08a07e3
CY
9862012-03-04 Chong Yidong <cyd@gnu.org>
987
988 * frames.texi (Frames): Remove little-used "terminal frame" and
989 "window frame" terminology.
990 (Frame Parameters, Font and Color Parameters, Initial Parameters)
991 (Size and Position, Visibility of Frames): Callers changed.
992 (Frames): Clarify which terminals in framep are graphical.
993 (Initial Parameters): --geometry is not the only option which adds
994 to initial-frame-alist.
995 (Position Parameters): Note that icon-left and icon-top are for
996 old window managers only.
997 (Size Parameters): Sizes are in characters even on graphical
998 displays.
999 (Management Parameters): Note that window-id and outer-window-id
1000 can't really be changed, and that auto-raise isn't always obeyed.
1001 (Cursor Parameters): Document cursor-type explicitly.
1002 (Size and Position): The aliases set-screen-height and
1003 set-screen-width have been deleted.
1004 (Visibility of Frames): Mention "minimization".
1005
1006 * os.texi (Startup Summary): Minor clarifications.
1007 (Startup Summary, Suspending Emacs): Standardize on "text
1008 terminal" terminology.
1009
1010 * windows.texi (Basic Windows, Coordinates and Windows)
1011 (Coordinates and Windows):
1012 * display.texi (Refresh Screen, Line Height, Face Attributes)
1013 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1014
ea16568d
GM
10152012-03-04 Glenn Morris <rgm@gnu.org>
1016
1017 * abbrevs.texi: Small copyedits throughout.
1018 (Abbrev Mode): Remove this section, folding it into the top-level.
1019 (Abbrev Tables): Don't mention irrelevant return values.
1020 (Abbrev Expansion): Add cross-ref for wrapper hooks.
1021 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1022 (Abbrev Table Properties): Update nil :regexp description.
1023
b3134b95
GM
10242012-03-03 Glenn Morris <rgm@gnu.org>
1025
520f2425
GM
1026 * internals.texi: Change @appendix section commands to @section.
1027 (Building Emacs): Say less about CANNOT_DUMP platforms.
1028 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 1029 (Pure Storage): Small changes.
01a6dcc8 1030 (Memory Usage): Copyedit.
7d2d7cc0
GM
1031 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1032 example definitions. Give examples of things with non-nil
1033 interactive args. Mention eval_sub. Remove old info about
1034 strings and GCPRO. Mention cus-start.el.
1035 (Buffer Internals, Window Internals, Process Internals):
1036 Misc small updates and fixes for fields.
520f2425 1037
b3134b95
GM
1038 * tips.texi: Copyedits.
1039 (Coding Conventions): Mention autoloads.
1040 Combine partially duplicated macro items. Fix xref.
1041 Refer to Library Headers for copyright notice.
1042 (Programming Tips): edit-options is long-obsolete.
1043 (Compilation Tips): Mention loading bytecomp for byte-compile props.
1044 (Warning Tips): Mention declare-function.
1045 (Documentation Tips): Remove old info.
1046 (Comment Tips): Mention comment-dwim, not indent-for-comment.
1047 (Library Headers): General update.
1048
2064cc6a
GM
10492012-03-02 Glenn Morris <rgm@gnu.org>
1050
6945faa6
GM
1051 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1052 and relocate entry. Mention buffer-stale-function.
1053
4186e877
GM
1054 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1055
2064cc6a
GM
1056 * hooks.texi (Standard Hooks): General update.
1057 Put related hooks together. Add and remove items.
1058 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1059 * modes.texi (Hooks): Tweak cross-ref description.
1060
7272fbf3
MA
10612012-03-01 Michael Albinus <michael.albinus@gmx.de>
1062
1063 * files.texi (Kinds of Files): The return value of file-equal-p is
1064 unspecified, if FILE1 or FILE2 does not exist.
1065
53a1239b
GM
10662012-03-01 Glenn Morris <rgm@gnu.org>
1067
90db9af9
GM
1068 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1069
53a1239b
GM
1070 * maps.texi (Standard Keymaps): General update.
1071 Remove mode-specific maps, talk about the more general keymaps.
1072 * help.texi (Help Functions): Add vindex for Helper-help-map.
1073 * keymaps.texi (Active Keymaps): Minor rephrasing.
1074
775b55af
GM
10752012-02-29 Glenn Morris <rgm@gnu.org>
1076
1077 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1078
96b49301 10792012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1080
7272fbf3 1081 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 1082 Update changed behavior of file-subdir-of-p.
96b49301 1083
1383d930
GM
10842012-02-28 Glenn Morris <rgm@gnu.org>
1085
44e97401
GM
1086 * advice.texi, anti.texi, display.texi, elisp.texi:
1087 * processes.texi, variables.texi, vol1.texi, vol2.texi:
1088 Standardize possessive apostrophe usage.
1089
e3c73f1e
GM
1090 * locals.texi: Remove file.
1091 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1092 Remove menu entry.
1093 * errors.texi, maps.texi: Adjust node pointers.
1094 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 1095 * makefile.w32-in (srcs):
e3c73f1e
GM
1096 * Makefile.in (srcs): Remove locals.texi.
1097
1383d930
GM
1098 * frames.texi (Mouse Position): Fix cross-ref.
1099
431ee44b
CY
11002012-02-27 Chong Yidong <cyd@gnu.org>
1101
1102 * buffers.texi (Creating Buffers): Clarify that
1103 generate-new-buffer uses generate-new-buffer-names.
1104 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1105
1106 * files.texi (Directory Names): Index entry for file name abbreviations.
1107 (Relative File Names, File Name Expansion): Refer to it.
1108 (Locating Files): Move locate-user-emacs-file documentation to
1109 Standard File Names.
1110 (Standard File Names): Add locate-user-emacs-file; update examples.
1111
6a11ec9d
MA
11122012-02-26 Michael Albinus <michael.albinus@gmx.de>
1113
1114 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
1115
9a4888c0
CY
11162012-02-26 Chong Yidong <cyd@gnu.org>
1117
1118 * files.texi (Kinds of Files): Improve documentation of
1119 files-equal-p and file-subdir-of-p.
1120
f0e751b9
GM
11212012-02-26 Glenn Morris <rgm@gnu.org>
1122
1123 * intro.texi (Acknowledgements): Small changes.
1124
7e05b1ec
GM
11252012-02-25 Glenn Morris <rgm@gnu.org>
1126
1127 * errors.texi: Don't try to list _all_ the error symbols.
1128 Add circular-list, cl-assertion-failed, compression-error.
1129 * elisp.texi, vol1.texi, vol2.texi:
1130 * control.texi (Error Symbols): Tweak "Standard Errors" description.
1131
23453255 11322012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1133
1134 * files.texi (files-equal-p, file-subdir-of-p): New,
1135 add initial documentation.
1136
4963495d
CY
11372012-02-25 Chong Yidong <cyd@gnu.org>
1138
fa74b241
CY
1139 * files.texi (File Attributes): Document file-selinux-context.
1140 (Changing Files): Link to it.
1141 (Changing Files): Document set-file-selinux-context.
1142
1143 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
1144 changed. Mention default value of backup-directory-alist.
1145 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
1146 (Auto-Saving): New minor mode behavior for auto-save-mode.
1147 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 1148
4963495d
CY
1149 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
1150
4bb82fa8
GM
11512012-02-24 Glenn Morris <rgm@gnu.org>
1152
1153 * errors.texi (Standard Errors): Mention dbus-error.
1154 For arith-error sub-classes, just use one cross-ref.
1155
2cb228f7
AM
11562012-02-23 Alan Mackenzie <acm@muc.de>
1157
1158 * modes.texi (Defining Minor Modes): Document the new keyword
1159 :after-hook.
1160
a59225b1
CY
11612012-02-21 Chong Yidong <cyd@gnu.org>
1162
1163 * files.texi (Files): Mention magic file names as arguments.
1164 (Reading from Files): Copyedits.
1165 (File Attributes): Mention how to change file modes.
1166 (Changing Files): Use standard "file permissions" terminology.
1167 Add xref to File Attributes node.
1168 (Locating Files): Document locate-user-emacs-file.
1169 (Unique File Names): Recommend against using make-temp-name.
1170
8376d7c2
CY
11712012-02-19 Chong Yidong <cyd@gnu.org>
1172
1173 * help.texi (Documentation, Documentation Basics, Help Functions):
1174 Minor clarifications.
1175 (Accessing Documentation): Clarify what documentation-property is
1176 for. Add xref to Keys in Documentation.
1177
1178 * tips.texi (Documentation Tips): Don't recommend using * in
1179 docstrings.
1180
1181 * macros.texi (Defining Macros):
1182 * modes.texi (Derived Modes): Say "documentation string" instead
1183 of docstring.
1184
82233bea
CY
11852012-02-18 Chong Yidong <cyd@gnu.org>
1186
1187 * modes.texi (Tabulated List Mode): New node.
1188 (Basic Major Modes): Add xref to it.
1189
1190 * processes.texi (Process Information): Mention Process Menu mode.
1191
7b926f3f
CY
11922012-02-17 Chong Yidong <cyd@gnu.org>
1193
1194 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
1195
0fd2c9a3
GM
11962012-02-17 Glenn Morris <rgm@gnu.org>
1197
1198 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
1199
f700caa3
CY
12002012-02-16 Chong Yidong <cyd@gnu.org>
1201
4230351b
CY
1202 * syntax.texi (Syntax Tables, Syntax Descriptors)
1203 (Syntax Table Functions): Copyedits.
1204 (Syntax Basics): Don't repeat the material in the preceding node.
1205 (Syntax Class Table): Use a table.
1206 (Syntax Properties): Document syntax-propertize-function and
1207 syntax-propertize-extend-region-functions.
1208 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1209 (Parser State): Update for the new "c" comment style. Fix
1210 description of item 7 (comment style).
1211
f700caa3
CY
1212 * modes.texi (Minor Modes): Update how mode commands should treat
1213 arguments now.
1214 (Mode Line Basics): Clarify force-mode-line-update.
1215 (Mode Line Top): Note that the example is not realistic.
1216 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
1217 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
1218 "mode line construct" instead of "mode line specification".
1219 (Syntactic Font Lock): Remove mention of obsolete variable
1220 font-lock-syntactic-keywords.
1221 (Setting Syntax Properties): Node deleted.
1222 (Font Lock Mode): Note that Font Lock mode is a minor mode.
1223 (Font Lock Basics): Note that syntactic fontification falls back
1224 on `syntax-table'.
1225 (Search-based Fontification): Emphasize that font-lock-keywords
1226 should not be set directly.
1227 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
1228 (Syntactic Font Lock): Minor clarifications. Add xref to
1229 Syntactic Font Lock node.
f700caa3 1230
60236b0d
CY
12312012-02-15 Chong Yidong <cyd@gnu.org>
1232
1233 * minibuf.texi (Basic Completion): Define "completion table".
1234 Move completion-in-region to Completion in Buffers node.
1235 (Completion Commands): Use "completion table" terminology.
1236 (Completion in Buffers): New node.
1237
1238 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
1239 (Setting Hooks): Update minor mode usage example.
1240 (Major Mode Conventions): Note that completion-at-point-functions
1241 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
1242 Remove duplicate tip about auto-mode-alist.
1243 (Minor Modes): Rewrite introduction.
1244 (Minor Mode Conventions): Copyedits. Don't recommend
1245 variable-only minor modes since few minor modes are like that.
60236b0d 1246
d7dbb11a
GM
12472012-02-15 Glenn Morris <rgm@gnu.org>
1248
1249 * processes.texi (Network): Document open-network-stream :parameters.
1250
3d8badf4
CY
12512012-02-14 Chong Yidong <cyd@gnu.org>
1252
1253 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
1254 was removed on 2009-09-10. Update lisp-mode-map example.
1255 (Inheritance and Keymaps): Minor clarification.
1256 (Searching Keymaps): Remove out-of-place enumeration.
1257 (Key Lookup): Remove unnecessary example (one was already given in
1258 Format of Keymaps).
1259 (Changing Key Bindings): Update suppress-keymap example.
1260 (Menu Bar, Tool Bar): Copyedits.
1261 (Tool Bar): Update tool-bar-map example.
1262
faccede1
CY
12632012-02-12 Chong Yidong <cyd@gnu.org>
1264
1265 * debugging.texi (Debugger Commands): Continuing is now allowed
1266 for errors.
1267
355cabc6
CY
12682012-02-11 Chong Yidong <cyd@gnu.org>
1269
d860baa0
CY
1270 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
1271 Move the list of standard bitmaps there.
1272 (Fringe Cursors): Rewrite for clarity.
1273 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
1274
34106abe
CY
1275 * commands.texi (Command Overview): Mention read-key.
1276 (Using Interactive, Interactive Call): Minor clarifications.
1277 (Function Keys, Click Events): Avoid "input stream" terminology.
1278 (Click Events): Add xref to Window Sizes and Accessing Mouse.
1279 Clarify column and row components.
1280 (Accessing Mouse): Add xref to Click Events. Minor fixes.
1281 (Special Events): Copyedits.
1282
1283 * streams.texi (Input Streams): De-document get-file-char.
1284 (Output Variables): Don't refer to old backquote syntax.
1285
355cabc6
CY
1286 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
1287 (Error Debugging): Note that debug-ignored-errors overrides list
1288 values of debug-on-error too. Add xref to Signaling Errors. Note
1289 that debug-on-signal is not customizable. Mention
1290 condition-case-unless-debug.
1291 (Compilation Errors): Node deleted.
1292
1293 * compile.texi (Compiler Errors): Move a paragraph here from
1294 deleted node Compilation Errors.
1295
1be3ca5a
LL
12962012-02-10 Leo Liu <sdl.web@gmail.com>
1297
1298 * control.texi (Handling Errors): Change condition-case-no-debug
1299 to condition-case-unless-debug.
1300
25dec365
CY
13012012-02-10 Chong Yidong <cyd@gnu.org>
1302
1303 * advice.texi (Defining Advice): Clarify ad-unadvise.
1304 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
1305 is not abnormal.
1306 (Advising Primitives): Node deleted; ad-define-subr-args has been
1307 removed.
1308
1309 * compile.texi (Speed of Byte-Code): Use float-time in example.
1310 (Compilation Functions): Note that the log uses Compilation mode.
1311 Don't discuss the contents of byte-code function object here.
1312 (Compilation Functions): De-document internal function byte-code.
1313 (Docs and Compilation): Minor clarifications.
1314
1315 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
1316 Objects.
1317
5f5e4ea1
GM
13182012-02-10 Glenn Morris <rgm@gnu.org>
1319
1320 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
1321 Mention secure-hash.
1322 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
1323
6c1e4b46
CY
13242012-02-10 Chong Yidong <cyd@gnu.org>
1325
1326 * loading.texi (Loading): Don't emphasize "library" terminology.
1327 (Library Search): load-path is not a user option. Mention role of
1328 -L option and packages. Improve examples.
1329 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
1330 obsolete.
1331 (Autoload): Minor clarifications.
1332
72ca698c
GM
13332012-02-10 Glenn Morris <rgm@gnu.org>
1334
b011fbfe
GM
1335 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
1336
72ca698c
GM
1337 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
1338
14a1f380
GM
13392012-02-08 Glenn Morris <rgm@gnu.org>
1340
1341 * loading.texi (Named Features): Update the require example.
1342
60d47423
GM
13432012-02-07 Glenn Morris <rgm@gnu.org>
1344
1345 * modes.texi (Defining Minor Modes):
1346 Expand on args of defined minor modes.
1347
0992bd9c
CY
13482012-02-07 Chong Yidong <cyd@gnu.org>
1349
1350 * variables.texi (Creating Buffer-Local): Minor clarification
1351 to buffer-local-variables doc (Bug#10715).
1352
af008560
GM
13532012-02-07 Glenn Morris <rgm@gnu.org>
1354
e80e1825 1355 * display.texi (ImageMagick Images): General update.
af008560
GM
1356 Move most details of imagemagick-render-type to the variable's doc.
1357
866c1d22
GM
13582012-02-06 Glenn Morris <rgm@gnu.org>
1359
f7c9199f 1360 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
1361 (Inheritance and Keymaps):
1362 Mention make-composed-keymap and multiple inheritance.
f7c9199f 1363
e7bc51d0
GM
1364 * modes.texi (Running Hooks): Mention run-hook-wrapped.
1365
866c1d22
GM
1366 * control.texi (Handling Errors):
1367 Mention condition-case-no-debug and with-demoted-errors.
1368
03988c98
CY
13692012-02-05 Chong Yidong <cyd@gnu.org>
1370
1371 * customize.texi (Common Keywords): Minor clarifications.
1372 Document custom-unlispify-remove-prefixes.
1373 (Variable Definitions): Backquotes in defcustom seem to work fine
1374 now. Various other copyedits.
e1161b06
CY
1375 (Simple Types): Copyedits. Document color selector.
1376 (Composite Types): Copyedits.
1377 (Splicing into Lists): Clarifications.
03988c98
CY
1378
1379 * eval.texi (Backquote): Move from macros.texi.
1380
1381 * macros.texi (Expansion): Minor clarification.
1382 (Backquote): Move node to eval.texi.
1383 (Defining Macros): Move an example from Backquote node.
1384 (Argument Evaluation): No need to mention Pascal.
1385 (Indenting Macros): Add xref to Defining Macros.
1386
649f602c
GM
13872012-02-05 Glenn Morris <rgm@gnu.org>
1388
1389 * debugging.texi (Error Debugging): Mention debug-on-event default.
1390
34c99998
GM
13912012-02-04 Glenn Morris <rgm@gnu.org>
1392
8f05da42
GM
1393 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
1394
7aa5aad8
GM
1395 * debugging.texi (Error Debugging): Mention debug-on-event.
1396 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
1397
c7291ad9
GM
1398 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
1399
34c99998
GM
1400 * text.texi (Buffer Contents):
1401 Update filter-buffer-substring description.
1402
735cc5ca
CY
14032012-02-04 Chong Yidong <cyd@gnu.org>
1404
1405 * functions.texi (What Is a Function): Add closures. Mention
1406 "return value" terminology. Add xref for command-execute. Remove
1407 unused "keystroke command" terminology.
1408 (Lambda Expressions): Give a different example than in the
1409 following subsection. Add xref to Anonymous Functions.
1410 (Function Documentation): Remove gratuitous markup.
1411 (Function Names): Move introductory text to `What Is a Function'.
1412 (Defining Functions): Fix defun argument spec.
1413 (Anonymous Functions): Document lambda macro explicitly. Mention
1414 effects on lexical binding.
1415 (Function Cells): Downplay direct usage of fset.
1416 (Closures): New node.
1417 (Inline Functions): Remove "open-code" terminology.
1418 (Declaring Functions): Minor tweak; .m is not C code.
1419
1420 * variables.texi (Variables): Don't refer to "global value".
1421 (Local Variables, Void Variables): Copyedits.
1422 (Lexical Binding): Minor clarification of example.
1423 (File Local Variables): Mention :safe and :risky defcustom args.
1424 (Lexical Binding): Add xref to Closures node.
1425
94bc7984
GM
14262012-02-04 Glenn Morris <rgm@gnu.org>
1427
1428 * minibuf.texi (High-Level Completion): Updates for read-color.
1429
4f5a10ef
GM
14302012-02-03 Glenn Morris <rgm@gnu.org>
1431
eea14f31
GM
1432 * display.texi (GIF Images): Mention animation.
1433 Remove commented-out old example of animation.
1434 (Animated Images): New subsection.
1435 * elisp.texi (Top):
1436 * vol1.texi (Top):
1437 * vol2.texi (Top): Add Animated Images menu entry.
1438
4f5a10ef
GM
1439 * display.texi (Image Formats): Remove oddly specific information
1440 on versions of image libraries.
204e728d 1441 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 1442
12f381b7
GM
14432012-02-02 Glenn Morris <rgm@gnu.org>
1444
1b9f60cc
GM
1445 * processes.texi (Synchronous Processes):
1446 Mention call-process's :file gets overwritten.
1447
7e2734bc
GM
1448 * commands.texi (Reading One Event):
1449 * help.texi (Help Functions): Document read-char-choice.
1450
f58b9822
GM
1451 * hooks.texi (Standard Hooks):
1452 * modes.texi (Keymaps and Minor Modes):
1453 * text.texi (Commands for Insertion): Document post-self-insert-hook.
1454
1455 * hooks.texi (Standard Hooks): Add prog-mode-hook.
1456
12f381b7
GM
1457 * hooks.texi (Standard Hooks):
1458 * modes.texi (Major Mode Conventions, Mode Hooks):
1459 Document change-major-mode-after-body-hook.
1460
7a9a2fc6
GM
14612012-02-01 Glenn Morris <rgm@gnu.org>
1462
1463 * modes.texi (Defining Minor Modes):
1464 Mention disabling global minor modes on a per-major-mode basis.
1465
a037c171
CY
14662012-01-31 Chong Yidong <cyd@gnu.org>
1467
1468 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
1469 (Parser State): Remove unnecessary statement (Bug#10661).
1470
1471 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
1472
56afad3a
GM
14732012-01-31 Glenn Morris <rgm@gnu.org>
1474
1475 * modes.texi (Defining Minor Modes):
1476 Document define-minor-mode's new :variable keyword.
1477
0f29fa41
CY
14782012-01-29 Chong Yidong <cyd@gnu.org>
1479
837a390a
CY
1480 * syntax.texi (Syntax Class Table): Tweak description of newline
1481 char syntax (Bug#9619).
1482
0f29fa41
CY
1483 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
1484 description (Bug#10189).
1485
182148ee
GM
14862012-01-29 Glenn Morris <rgm@gnu.org>
1487
a49ca6b9
GM
1488 * files.texi (Changing Files): Document SELinux support.
1489
182148ee
GM
1490 * windows.texi (Window Sizes): Fix typo.
1491
9962192e
CY
14922012-01-28 Chong Yidong <cyd@gnu.org>
1493
8c6e1920
CY
1494 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
1495 doc (Bug#8568).
1496
9583ec59
CY
1497 * frames.texi (Input Focus): Add NORECORD arg to
1498 select-frame-set-input-focus. Clarify its role in select-frame.
1499
10256988
CY
1500 * text.texi (Transposition): We don't use transpose-region as an
1501 internal subroutine (Bug#3249).
1502
9962192e
CY
1503 * modes.texi (Example Major Modes): Update Lisp example code to
1504 current sources. Delete the old non-derived-major-mode example,
1505 which has diverged badly from current sources.
1506
2aa43abb
GM
15072012-01-27 Glenn Morris <rgm@gnu.org>
1508
1509 * makefile.w32-in (texinputdir): Fix (presumed) typo.
1510 (VERSION, manual): Remove, unused.
1511
9f40220d
CY
15122012-01-27 Chong Yidong <cyd@gnu.org>
1513
1514 * commands.texi (Command Overview): Minor clarification (Bug#10384).
1515
acc28cb9
CY
15162012-01-26 Chong Yidong <cyd@gnu.org>
1517
1518 * searching.texi (String Search): Document negative repeat count
1519 (Bug#10507).
1520
48da7392
GM
15212012-01-26 Glenn Morris <rgm@gnu.org>
1522
1523 * variables.texi (Using Lexical Binding):
1524 Mention that lexical-binding should be set in the first line.
1525
69b0acb9
LI
15262012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1527
1528 * macros.texi (Defining Macros): Don't claim that `declare' only
1529 affects Edebug and indentation.
1530
543757a8
LI
15312012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1532
1533 * macros.texi (Defining Macros): Slight `declare' fixup.
1534
450e3cae
GM
15352012-01-25 Glenn Morris <rgm@gnu.org>
1536
24189ce0 1537 * makefile.w32-in (texinputdir):
450e3cae
GM
1538 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
1539
1021c761
CY
15402012-01-24 Chong Yidong <cyd@gnu.org>
1541
1542 * variables.texi (Variables, Local Variables, Void Variables):
1543 Edit to make the descriptions less specific to dynamic binding.
1544 (Local Variables): Default max-specpdl-size is now 1300.
1545 (Defining Variables): Edits for lexical scoping. Delete
1546 information about starting docstrings with *. De-document
1547 user-variable-p.
1548 (Tips for Defining): Remove an unimportant discussion of quitting
1549 in the middle of a load.
1550 (Accessing Variables, Setting Variables): Discuss lexical binding.
1551 (Variable Scoping): Rewrite.
1552 (Scope, Extent, Impl of Scope): Nodes deleted.
1553 (Dynamic Binding): New node, with material from Scope, Extent, and
1554 Impl of Scope nodes.
1555 (Dynamic Binding Tips): Rename from Using Scoping.
1556 (Lexical Binding): Rewrite.
1557 (Using Lexical Binding): Rename from Converting to Lexical
1558 Binding. Convert to subsection.
1559
1560 * customize.texi (Variable Definitions): Add custom-variable-p.
1561 Move user-variable-p documentation here.
1562
31cbea1d
CY
15632012-01-23 Chong Yidong <cyd@gnu.org>
1564
1565 * strings.texi (Text Comparison): Minor qualification.
1566
1567 * lists.texi (Cons Cells): Copyedits.
1568 (List Elements): Mention push.
1569 (List Variables): Mention pop.
1570 (Rings): Move to sequences.texi.
1571
1572 * sequences.texi (Sequence Functions): Don't repeat the
1573 introduction already given in the parent.
1574 (Vectors): Copyedits.
1575 (Rings): Move from lists.texi. Note that this is specific to the
1576 ring package.
1577
1578 * symbols.texi (Definitions, Symbol Components): Mention variable
1579 scoping issues.
1580 (Plists and Alists): Copyedits.
1581
1582 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
1583 correctness with lexical scoping.
1584 (Eval): Copyedits.
1585
fead402d
CY
15862012-01-21 Chong Yidong <cyd@gnu.org>
1587
1588 * intro.texi (A Sample Function Description): Special notation
1589 used for macros too.
1590
1591 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
1592 (Symbol Type): Add xref for keyword symbols.
1593 (Sequence Type): Clarify differences between sequence types.
1594 (Cons Cell Type): Add "linked list" index entry.
1595 (Non-ASCII in Strings): Copyedits.
1596 (Equality Predicates): Symbols with same name need not be eq.
1597
1598 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
1599 ldexp. Move float-e and float-pi to Math Functions node.
1600
61086eb6
GM
16012012-01-21 Glenn Morris <rgm@gnu.org>
1602
1603 * modes.texi (Auto Major Mode):
1604 * variables.texi (File Local Variables):
1605 Mention inhibit-local-variables-regexps.
1606
34a02f46
MR
16072012-01-19 Martin Rudalics <rudalics@gmx.at>
1608
1609 * windows.texi (Window Configurations): Rewrite references to
1610 persistent window parameters.
1611 (Window Parameters): Fix description of persistent window
1612 parameters.
1613
f5064cae
JB
16142012-01-16 Juanma Barranquero <lekktu@gmail.com>
1615
1616 * windows.texi (Window Parameters): Use @pxref.
1617
6a6ee00d
MR
16182012-01-16 Martin Rudalics <rudalics@gmx.at>
1619
1620 * windows.texi (Window Configurations, Window Parameters):
1621 Describe persistent window parameters.
1622
9ca4c014
SM
16232011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1624
1625 * variables.texi (Creating Buffer-Local): Warn against misuses of
1626 make-variable-buffer-local (bug#10258).
1627
d027f83d
LMI
16282012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1629
1630 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
1631
89bd9ccd
CY
16322012-01-06 Chong Yidong <cyd@gnu.org>
1633
1634 * variables.texi (Directory Local Variables): Document
1635 hack-dir-local-variables-non-file-buffer.
1636
c869783d
GM
16372012-01-06 Glenn Morris <rgm@gnu.org>
1638
1639 * maps.texi (Standard Keymaps): Refer to Info-edit by name
1640 rather than by keybinding.
1641
2cae5ba4
JB
16422011-12-29 Juanma Barranquero <lekktu@gmail.com>
1643
1644 * frames.texi (Font and Color Parameters): Add @pxref.
1645
43da4d08
DC
16462011-12-29 Daniel Colascione <dan.colascione@gmail.com>
1647
1648 * frames.texi (Font and Color Parameters):
1649 Document w32 font backends (bug#10399).
1650
8d80ef01
PE
16512011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1652
1653 * files.texi (File Attributes, Changing Files):
1654 Use a more-natural notation for octal numbers.
1655
9022ae07
JB
16562011-12-23 Juanma Barranquero <lekktu@gmail.com>
1657
1658 * variables.texi (Variables with Restricted Values):
1659 Change reference to variable (bug#10354).
1660
454592a6
MR
16612011-12-13 Martin Rudalics <rudalics@gmx.at>
1662
1663 * windows.texi (Splitting Windows): Use t instead of non-nil
1664 when describing window-combination-resize.
1665
a7cdbfce
SM
16662011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1667
1668 * text.texi (Special Properties): Warn against `intangible' properties
1669 (bug#10222).
1670
a3dcc84e
EZ
16712011-11-26 Eli Zaretskii <eliz@gnu.org>
1672
579ebf8f
EZ
1673 * display.texi (Truncation):
1674 * text.texi (Special Properties): Describe what a stretch-glyph is
1675 instead of using that term without explanation. Make the
1676 cross-references more accurate.
1677
a3dcc84e
EZ
1678 * display.texi (Usual Display): Update the description,
1679 cross-references, and indexing related to display of control
1680 characters and raw bytes.
1681
94af99a4
MR
16822011-11-25 Martin Rudalics <rudalics@gmx.at>
1683
1684 * windows.texi (Splitting Windows): Fix description of
1685 window-combination-limit. Suggested by Eli Zaretskii.
1686
1c3d7a13
CY
16872011-11-23 Chong Yidong <cyd@gnu.org>
1688
1689 * windows.texi (Window Sizes): Move window-top-line,
1690 window-left-column, and window-*-pixel-edges to Coordinates and
1691 Windows node.
1692 (Coordinates and Windows): Restore window-edges doc.
1693
90151a1e
MR
16942011-11-21 Martin Rudalics <rudalics@gmx.at>
1695
a7cdbfce
SM
1696 * windows.texi (Windows and Frames, Splitting Windows):
1697 Fix typos.
90151a1e 1698
a9b9b7f5
CY
16992011-11-21 Chong Yidong <cyd@gnu.org>
1700
1701 * windows.texi (Splitting Windows): Fix error in documentation of
1702 window-combination-limit.
1703 (Cyclic Window Ordering): Minor fixes to next-window,
1704 one-window-p, and get-lru-window docs. Don't document
1705 window-list-1.
1706 (Buffers and Windows): Copyedits.
1707 (Choosing Window): Document special handling of special-display-*.
1708 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
1709 Don't document even-window-heights, which is going away.
1710 Clarify which options are obeyed by which action functions.
a9b9b7f5 1711
f4e90db0
SM
17122011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
1715
d2999b1a
MR
17162011-11-20 Martin Rudalics <rudalics@gmx.at>
1717
f4e90db0
SM
1718 * windows.texi (Resizing Windows, Splitting Windows):
1719 Remove term "status" when talking about combination limits.
d2999b1a 1720
cd1181db
JB
17212011-11-20 Juanma Barranquero <lekktu@gmail.com>
1722
1723 * compile.texi (Compiler Errors):
1724 * help.texi (Help Functions): Fix typos.
1725
7bf54975
CY
17262011-11-19 Chong Yidong <cyd@gnu.org>
1727
1728 * windows.texi (Splitting Windows): Clarify role of window
1729 parameters in split-window. Shorten the example.
f4e90db0
SM
1730 (Deleting Windows): Rewrite intro to handle internal windows.
1731 Fix delete-windows-on doc.
7bf54975
CY
1732 (Selecting Windows): Copyedits.
1733
a0c2d0ae
MR
17342011-11-17 Martin Rudalics <rudalics@gmx.at>
1735
1736 * windows.texi (Resizing Windows, Splitting Windows)
1737 (Deleting Windows): Use term window-combination-resize instead
1738 of window-splits.
1739
b6f67890
MR
17402011-11-16 Martin Rudalics <rudalics@gmx.at>
1741
f4e90db0
SM
1742 * windows.texi (Resizing Windows, Splitting Windows):
1743 Rename occurrences of window-nest to window-combination-limit.
b6f67890 1744
0b381c7e
JB
17452011-11-14 Juanma Barranquero <lekktu@gmail.com>
1746
1747 * intro.texi (Lisp History): Fix typo.
1748
89d61221
MR
17492011-11-12 Martin Rudalics <rudalics@gmx.at>
1750
f4e90db0
SM
1751 * windows.texi (Splitting Windows, Deleting Windows):
1752 Remove references to splits status of windows.
89d61221 1753
b2621720
GM
17542011-11-10 Glenn Morris <rgm@gnu.org>
1755
1756 * buffers.texi (Read Only Buffers): Expand a bit on why
1757 toggle-read-only should only be used interactively. (Bug#7292)
1758
d2ad7ee1
CY
17592011-11-09 Chong Yidong <cyd@gnu.org>
1760
1761 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 1762 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
1763 window-inside-absolute-pixel-edges.
1764 (Resizing Windows): shrink-window-if-larger-than-buffer works on
1765 non-full-width windows.
1766
2cffd681
MR
17672011-11-09 Martin Rudalics <rudalics@gmx.at>
1768
1769 * windows.texi (Resizing Windows): Rewrite documentation of
1770 window-resizable.
1771
f6f6d7e7
CY
17722011-11-09 Chong Yidong <cyd@gnu.org>
1773
1774 * windows.texi (Splitting Windows): Simplify example.
1775
a79db6e0
CY
17762011-11-08 Chong Yidong <cyd@gnu.org>
1777
1778 * windows.texi (Window Sizes): Copyedits. Document
1779 window-text-height. Remove window-min-height and window-min-width
1780 discussion, referring instead to Emacs manual.
1781 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
1782 (Resizing Windows): Simplify introduction. Don't document
1783 enlarge-window, shrink-window, enlarge-window-horizontally, and
1784 shrink-window-horizontally; they are no longer preferred for
1785 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 1786
441950c7
GM
17872011-11-07 Glenn Morris <rgm@gnu.org>
1788
1789 * windows.texi (Choosing Window): Fix keybinding typo.
1790
be7f5545
MR
17912011-11-07 Martin Rudalics <rudalics@gmx.at>
1792
1793 * windows.texi (Resizing Windows, Splitting Windows)
1794 (Window Configurations): Use "child window" instead of
1795 "subwindow".
1796
291d142b
CY
17972011-11-06 Chong Yidong <cyd@gnu.org>
1798
1799 * windows.texi (Basic Windows): Clarify various definitions.
1800 Treat window-normalize-* as internal; don't document them.
1801 (Windows and Frames): Various clarifications, e.g. non-live
1802 windows also belong to frames. Fix window-list description.
1803 Simplify window nesting example.
f4e90db0
SM
1804 (Splitting Windows, Window Configurations):
1805 Use split-window-below.
291d142b 1806
89bd5ee1
EZ
18072011-11-04 Eli Zaretskii <eliz@gnu.org>
1808
1809 * windows.texi (Window Sizes): Mention in the doc string that the
1810 return values of `window-body-height' and `window-body-width' are
1811 in frame's canonical units. (Bug#9949)
1812
3d8daefe
MR
18132011-10-30 Martin Rudalics <rudalics@gmx.at>
1814
1815 * windows.texi (Windows and Frames): Remove "iso-" infix from
1816 documentation of window-iso-combined-p.
1817
60754666
CY
18182011-10-26 Chong Yidong <cyd@gnu.org>
1819
1820 * modes.texi (Running Hooks): Document with-wrapper-hook.
1821
d366bd53
CY
18222011-10-18 Chong Yidong <cyd@gnu.org>
1823
1824 * display.texi (Glyphless Chars): New node.
1825
50b063c3
CY
18262011-10-13 Chong Yidong <cyd@stupidchicken.com>
1827
1828 * text.texi (Yanking): Document yank-excluded-properties.
1829
1830 * package.texi (Packaging Basics): The commentary should say how
1831 to begin using the package.
1832
c72063fa
MR
18332011-10-11 Martin Rudalics <rudalics@gmx.at>
1834
1835 * windows.texi (Deleting Windows): Mention which window gets
1836 selected when deleting the selected window.
1837
d83dc65b
MR
18382011-10-09 Martin Rudalics <rudalics@gmx.at>
1839
1840 * buffers.texi (The Buffer List): Describe how bury-buffer deals
1841 with the selected window.
1842 * windows.texi (Buffers and Windows): Reformulate text on how
1843 replace-buffer-in-windows deals with a window.
1844 (Quitting Windows): Describe how quit-window deals with a
1845 standalone frame. Describe new option frame-auto-hide-function.
1846
c599682c
GM
18472011-10-08 Glenn Morris <rgm@gnu.org>
1848
48bca619
GM
1849 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
1850
c599682c
GM
1851 * positions.texi (Excursions): Update warning message.
1852
969aa734
CY
18532011-10-05 Chong Yidong <cyd@stupidchicken.com>
1854
f4e90db0
SM
1855 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1856 Fix Emacs manual xref (Bug#9675).
969aa734 1857
550f41cd
CY
18582011-10-01 Chong Yidong <cyd@stupidchicken.com>
1859
1860 * windows.texi (Textual Scrolling): Document scroll-up-command,
1861 scroll-down-command, scroll-error-top-bottom, and the
1862 scroll-command symbol property.
717a1362
CY
1863 (Display Action Functions): Fix description of
1864 display-buffer-pop-up-window.
550f41cd 1865
a239d4e9
JB
18662011-09-28 Juanma Barranquero <lekktu@gmail.com>
1867
1868 * windows.texi (Splitting Windows): Fix typos.
1869
590c056d
MR
18702011-09-25 Martin Rudalics <rudalics@gmx.at>
1871
1872 * windows.texi (Windows and Frames, Display Action Functions)
1873 (Switching Buffers): Fix some typos.
1874 (Buffers and Windows): Remove reference to window-auto-delete.
1875 Reword description of replace-buffer-in-windows.
1876 (Window History): Fix some typos and refer to frame local buffer
1877 list.
c419f5cb
MR
1878 (Quitting Windows): New node.
1879 (Window Configurations): Add descriptions of window-state-get
1880 and window-state-put.
1881 (Window Parameters): Describe variable ignore-window-parameters.
1882 Sketch some window parameters currently in use.
1883 * elisp.texi (Top): Update node listing.
590c056d 1884
9ec20d36
CY
18852011-09-25 Chong Yidong <cyd@stupidchicken.com>
1886
1887 * windows.texi (Display Action Functions)
1888 (Choosing Window Options): New nodes.
1889
0e406a72
CY
18902011-09-24 Chong Yidong <cyd@stupidchicken.com>
1891
1892 * windows.texi (Window History): New node. Move text here from
1893 Buffers and Windows.
1894 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
1895 don't document display-buffer here; callers changed.
1896 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
1897 switch-to-buffer-other-frame. Delete duplicate
1898 replace-buffer-in-windows doc.
1899 (Choosing Window): Document display actions.
1900
6bf7006f
EZ
19012011-09-24 Eli Zaretskii <eliz@gnu.org>
1902
1903 * display.texi (Forcing Redisplay): Update the description of
1904 redisplay-dont-pause due to change in the default value.
1905
b33b68a3
MR
19062011-09-23 Martin Rudalics <rudalics@gmx.at>
1907
1908 * frames.texi (Frames and Windows): Move section and rename to
1909 Windows and Frames in windows.texi.
1910 * windows.texi (Windows): Restructure.
1911 (Basic Windows): Rewrite. Explain live and internal windows and
1912 normalization functions.
1913 (Windows and Frames): Move section here from frames.texi.
1914 Describe subwindows, window combinations, window tree, and
1915 corresponding functions including window-list here.
1916 (Window Sizes): Rename section from Size of Window and move it
1917 up in chapter. Describe total and body sizes and the
1918 corresponding functions. Explain new semantics of
1919 window-min-height/-width.
1920 (Resizing Windows): Move section up in chapter. Describe new
1921 resize functions.
1922 (Splitting Windows): Describe new behavior of split-window,
1923 split-window-above-each-other and split-window-side-by-side.
1924 Provide examples. Describe window-nest and window-splits
1925 options.
1926 (Deleting Windows): Minor rewrite.
f4e90db0
SM
1927 (Selecting Windows): Minor rewrite.
1928 Describe frame-selected-window and set-frame-selected-window here.
1929 (Cyclic Window Ordering): Minor rewrite.
1930 Describe window-list-1.
b33b68a3
MR
1931 (Buffers and Windows): Rewrite. Explain a window's previous and
1932 next buffers and the corresponding functions.
c4682d18 1933 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
1934 * elisp.texi (Top): Update node listings for frames and windows
1935 sections.
1936
4d3786ac
SM
19372011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1938
1939 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1940
713df35b
LMI
19412011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1942
1943 * errors.texi (Standard Errors): Remove apparent placeholder text
1944 (bug#9491).
1945
33ed493b
CY
19462011-09-18 Chong Yidong <cyd@stupidchicken.com>
1947
1948 * frames.texi (Management Parameters): Fix description of
1949 icon-type parameter.
1950
b8f0a954
CY
19512011-09-17 Chong Yidong <cyd@stupidchicken.com>
1952
1953 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1954 ending in C-g. Suggested by Edward O'Connor.
1955
eddf142c
EZ
19562011-09-17 Eli Zaretskii <eliz@gnu.org>
1957
1958 * numbers.texi (Integer Basics): Add indexing for
1959 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1960
bf1af6c7
DM
19612011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1962
1963 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1964
cec2eab8
JB
19652011-09-11 Juanma Barranquero <lekktu@gmail.com>
1966
1967 * processes.texi (Network Servers): Clarify what the process
1968 buffer is used for (bug#9233).
1969
51751aa2 19702011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
1971
1972 * lists.texi (Building Lists): Fix typo.
1973
35137ed3
CY
19742011-08-30 Chong Yidong <cyd@stupidchicken.com>
1975
1976 * display.texi (Basic Faces): New node. Document new faces.
1977
1978 * modes.texi (Major Mode Conventions): Move some text there.
1979 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1980
3fd50d5c
CY
19812011-08-29 Chong Yidong <cyd@stupidchicken.com>
1982
1983 * modes.texi (Basic Major Modes): New node. Callers updated.
1984 (Major Modes): Document fundamental-mode and major-mode.
1985 (Major Mode Basics): Node deleted; text moved to Major Modes.
1986 (Derived Modes): Document derived-mode-p.
1987
ddb54206
CY
19882011-08-28 Chong Yidong <cyd@stupidchicken.com>
1989
a6326082
CY
1990 * files.texi (Changing Files, Create/Delete Dirs): Document new
1991 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
1992 (Visiting Functions): Remove view-file; it is documented in the
1993 Emacs manual.
04e2ce72 1994
ddb54206
CY
1995 * frames.texi (Layout Parameters): The defaults for the
1996 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1997
1998 * display.texi (Progress): Document spinner functionality.
1999
2000 * os.texi (Killing Emacs): Note that kill-emacs can be called by
2001 operating system signals. Refer to save-buffers-kill-terminal
2002 instead of save-buffers-kill-emacs.
2003
2004 * objects.texi (Symbol Type): Document ## print representation.
2005
0c95fcf7
EZ
20062011-08-25 Eli Zaretskii <eliz@gnu.org>
2007
2008 * display.texi (Specified Space): Mention that `space' specs
2009 influence bidi reordering.
2010 (Bidirectional Display): Explain how to use `(space . PROPS)' for
2011 separating fields with bidirectional content.
2012
5980d4c6
EZ
20132011-08-24 Eli Zaretskii <eliz@gnu.org>
2014
2015 * display.texi (Bidirectional Display): Document return value in
2016 buffers that are not bidi-reordered for display, and in unibyte
2017 buffers.
2018
bca633fb
EZ
20192011-08-23 Eli Zaretskii <eliz@gnu.org>
2020
2021 * nonascii.texi (Character Properties): Document the values for
2022 unassigned codepoints.
2023
c094bb0c
EZ
20242011-08-18 Eli Zaretskii <eliz@gnu.org>
2025
2026 * nonascii.texi (Character Properties): Document use of
2027 `bidi-class' and `mirroring' properties as part of reordering.
2028 Provide cross-references to "Bidirectional Display".
2029
2030 * display.texi (Bidirectional Display): Document the pitfalls of
2031 concatenating strings with bidirectional content, with possible
f4e90db0
SM
2032 solutions. Document bidi-string-mark-left-to-right.
2033 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
2034 Document use of `bidi-class' and `mirroring' properties as part of
2035 reordering.
c094bb0c 2036
1ea897d5
EZ
20372011-08-16 Eli Zaretskii <eliz@gnu.org>
2038
9adfcd0b
EZ
2039 * modes.texi (Major Mode Conventions): Improve the documentation
2040 of `mode-class' `special' modes.
2041
10862873
EZ
2042 * nonascii.texi (Character Properties): Document the `mirroring'
2043 property. Add index entries.
2044
1ea897d5
EZ
2045 * syntax.texi (Categories): Add an example of defining a new
2046 category and category table.
2047
2048 * searching.texi (Regexp Backslash): Document how to display
2049 existing categories. Mention the possibility of adding
2050 categories, and add an xref to where this is described. Add an
2051 index entry.
2052
ebb552ed
CY
20532011-08-09 Chong Yidong <cyd@stupidchicken.com>
2054
2055 * text.texi (Special Properties):
2056 * display.texi (Overlay Properties): Note that mouse-face cannot
2057 change the text size (Bug#8530).
2058
51a714e1
CY
20592011-08-08 Chong Yidong <cyd@stupidchicken.com>
2060
2061 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2062 using setenv instead.
2063
4cc60b9b
EZ
20642011-07-28 Eli Zaretskii <eliz@gnu.org>
2065
2066 * display.texi (Bidirectional Display): Document the fact that
2067 bidi-display-reordering is t by default.
2068
5deb92fd
EZ
20692011-07-23 Eli Zaretskii <eliz@gnu.org>
2070
2071 * display.texi (Bidirectional Display): New section.
2072
011b0ad6 20732011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
2074 Tim Cross <theophilusx@gmail.com> (tiny change)
2075 Glenn Morris <rgm@gnu.org>
011b0ad6 2076
67f9b9f8 2077 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 2078
4baf28e6
AS
20792011-07-15 Andreas Schwab <schwab@linux-m68k.org>
2080
2081 * help.texi (Keys in Documentation): Revert last change.
2082
66249842
LMI
20832011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2084
f863868c
LMI
2085 * help.texi (Keys in Documentation): Clarify that \= only quotes
2086 the next character, and doesn't affect longer sequences in
2087 particular (bug#8935).
2088
f4e90db0
SM
2089 * debugging.texi (Using Debugger):
2090 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 2091
0bb23927 20922011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
2093
2094 * display.texi (Other Display Specs): Document that `left-fringe'
2095 and `right-fringe' display specifications are of the "replacing"
2096 kind.
2097
f2027cdf
LMI
20982011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2099
2100 * help.texi (Documentation Basics): Add a link to the Function
2101 Documentation node (bug#6580).
2102
f987fde4
LMI
21032011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2104
0bc59b25
LMI
2105 * keymaps.texi (Menu Bar): Mention :visible and :enable
2106 (bug#6344). Text by Drew Adams.
2107
63d55f1f
LMI
2108 * modes.texi (Running Hooks): Mention buffer-local hook variables
2109 (bug#6218).
2110
f987fde4
LMI
2111 * objects.texi (General Escape Syntax): "a with grave accent" is
2112 ?xe0, not ?x8e0 (bug#5259).
2113
b7527639
CY
21142011-07-12 Chong Yidong <cyd@stupidchicken.com>
2115
2116 * display.texi (Face Attributes, Font Selection): Add references
2117 to the Fonts node in the Emacs manual (Bug#4178).
2118
c830e5ae
CY
21192011-07-12 Chong Yidong <cyd@stupidchicken.com>
2120
2121 * display.texi (Window Systems): `window-system' is
2122 terminal-local.
2123
2124 * frames.texi (Frame Parameters, Parameter Access): Don't mention
2125 frame-local variables.
2126
2127 * variables.texi (Buffer-Local Variables): Don't mention obsolete
2128 frame-local variables.
2129 (Frame-Local Variables): Node deleted.
2130
2131 * elisp.texi (Top): Update node listing.
2132
91223e54
LMI
21332011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2134
2135 * elisp.texi: Change "inferiors" to "subnodes" in three places
2136 (bug#3523).
2137
963578d3
CY
21382011-07-11 Chong Yidong <cyd@stupidchicken.com>
2139
2140 * frames.texi (Window System Selections): Discussion of
2141 x-select-enable-clipboard moved to Emacs manual.
2142
07151e49
DD
21432011-07-11 Deniz Dogan <deniz@dogan.se>
2144
2145 * commands.texi (Prefix Command Arguments): Remove excessive
2146 apostrophe.
2147
7261e1cf
LMI
21482011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2149
ad21a12a
LMI
2150 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
2151 description is a string (bug#3313).
2152
7261e1cf
LMI
2153 * frames.texi (Display Feature Testing): Try to explain what all
2154 the visual classes mean (bug#3042).
2155
568f7b79
LMI
21562011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2157
18d59e29
LMI
2158 * modes.texi (Mode Line Variables): Document `mode-line-remote'
2159 and `mode-line-client' (bug#2974).
2160
568f7b79
LMI
2161 * text.texi (Insertion): Clarify marker movements (bug#1651).
2162 Text from Drew Adams.
2163
54e10184
LMI
21642011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2165
d94d85e9
LMI
2166 * text.texi (Special Properties): Clarify the format of `face'
2167 (bug#1375).
2168
54e10184
LMI
2169 * commands.texi (Interactive Call): Add a `call-interactively'
2170 example (bug#1010).
2171
413c488d
LMI
21722011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2173
2174 * functions.texi (Calling Functions): Link to the "Interactive
2175 Call" node (bug#1001).
2176
322b7dab 21772011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 2178
3deead93
CY
2179 * customize.texi (Composite Types): Move alist and plist to here
2180 from Simple Types (Bug#7545).
2181
2182 * elisp.texi (Top): Update menu description.
2183
b00d8c1a
CY
2184 * display.texi (Face Attributes): Document negative line widths
2185 (Bug#6113).
2186
d2a6c43b
TR
21872011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2188
2189 * searching.texi (Match Data): Note that match data can be
2190 overwritten by most functions (bug#2499).
2191
c7844a27
LMI
21922011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2193
a9ab721e
LMI
2194 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
2195 flags mean (bug#6659).
2196
c7844a27
LMI
2197 * functions.texi (What Is a Function): Document the autoload
2198 object (bug#6496).
2199
f68d76d0
LMI
22002011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2201
8a20ca4c
LMI
2202 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
2203 is only used in the Customize user interface (bug#6089).
2204
f68d76d0 2205 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 2206 images (bug#7836).
f68d76d0 2207
7018dbe7
EZ
22082011-07-02 Eli Zaretskii <eliz@gnu.org>
2209
2210 * variables.texi (Defining Variables, Void Variables)
2211 (Constant Variables): Fix incorrect usage of @kindex.
2212
36cb87a1
LMI
22132011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2214
28ee97c7
LMI
2215 * variables.texi (Defining Variables): Add an index entry for
2216 `set-variable' (bug#7262).
8d4294e9 2217 (Defining Variables): Use @findex for functions.
28ee97c7 2218
8862ffd5
LMI
2219 * frames.texi (Basic Parameters): Document the `explicit-name'
2220 parameter (bug#6951).
2221
0ec389b9
LMI
2222 * customize.texi (Type Keywords): Clarify that :value provides a
2223 default value for all types (bug#7386).
2224
36cb87a1
LMI
2225 * streams.texi (Output Functions): Document `pp'.
2226
11fdef7d 22272011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
2228
2229 * keymaps.texi (Searching Keymaps):
2230 * display.texi (Overlay Properties): Fix errors in 2011-05-29
2231 change. Suggested by Johan Bockgård.
2232
eeafcea7
CY
22332011-06-15 Chong Yidong <cyd@stupidchicken.com>
2234
2235 * text.texi (Special Properties): Clarify role of font-lock-face.
2236
b96e6cde
LMI
22372011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2238
f4e90db0 2239 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
2240 to `process-live-p' for consistency with other `-live-p' functions.
2241
be14b9ab
PE
22422011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2243
2244 Document wide integers better.
2245 * files.texi (File Attributes): Document ino_t values better.
2d365993 2246 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
2247 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
2248 (Bitwise Operations):
001903b5
PE
2249 * objects.texi (Integer Type): Use a binary notation that is a bit easier
2250 to read, and that will port better if 62-bits becomes the default.
2251 Fix or remove incorrect examples.
be14b9ab
PE
2252 * os.texi (Time Conversion): Document time_t values better.
2253
bcd54f83
LMI
22542011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2255
f4e90db0
SM
2256 * processes.texi (Process Information):
2257 Document `process-alive-p'.
bcd54f83 2258
049bcbcb
CY
22592011-05-29 Chong Yidong <cyd@stupidchicken.com>
2260
2261 * help.texi (Accessing Documentation):
2262 * display.texi (Pixel Specification):
2263 * processes.texi (Serial Ports, Serial Ports):
2264 * nonascii.texi (Character Properties, Default Coding Systems):
2265 * text.texi (Changing Properties, Special Properties):
2266 * windows.texi (Window Start and End):
2267 * modes.texi (SMIE Indentation Example, SMIE Tricks):
2268 * keymaps.texi (Searching Keymaps, Tool Bar):
2269 * minibuf.texi (Basic Completion):
2270 * compile.texi (Eval During Compile):
2271 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
2272 7x9 paper in printed manual.
2273
2274 * lists.texi (Sets And Lists): Fix misplaced text.
2275
58539c63
CY
22762011-05-29 Chong Yidong <cyd@stupidchicken.com>
2277
2278 * keymaps.texi (Remapping Commands): Emphasize that the keymap
2279 needs to be active (Bug#8350).
2280
6b5681bf
CY
22812011-05-28 Chong Yidong <cyd@stupidchicken.com>
2282
b4d52acc
CY
2283 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
2284
6b5681bf
CY
2285 * tips.texi (Coding Conventions): Remove antediluvian filename
2286 limit recommendation (Bug#8538).
2287
e145f188
GM
22882011-05-27 Glenn Morris <rgm@gnu.org>
2289
2290 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
2291
eafed945
GM
22922011-05-26 Glenn Morris <rgm@gnu.org>
2293
2294 * variables.texi (File Local Variables):
2295 Update hack-local-variables `mode-only' return value.
2d3ba9e7 2296 Add some more details on what this function does in the other case.
eafed945 2297
bc8410af
GM
22982011-05-19 Glenn Morris <rgm@gnu.org>
2299
2300 * lists.texi (Sets And Lists): Mention cl provides union etc.
2301
35a30759
N
23022011-05-19 Nix <nix@esperi.org.uk>
2303
2304 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
2305
2306 * text.texi (Parsing HTML): Update for function name changes.
2307
2308 * syntax.texi (Syntax Flags): Small fix.
2309
2310 * keymaps.texi (Active Keymaps): Typo fix.
2311 (Changing Key Bindings): Grammar fix.
2312
2313 * frames.texi (Minibuffers and Frames): Grammar fix.
2314 (Window System Selections): x-select-enable-clipboard now defaults to t.
2315
2316 * customize.texi (Common Keywords):
2317 * display.texi (Abstract Display):
2318 * modes.texi (Auto-Indentation):
2319 * nonascii.texi (Converting Representations): Typo fixes.
2320
2321 * control.texi (Examples of Catch): Call it "goto" not "go to".
2322
e3934a8a
EZ
23232011-05-14 Eli Zaretskii <eliz@gnu.org>
2324
bc039a3b
EZ
2325 * nonascii.texi (Character Properties): Fix inconsistencies with
2326 implementation.
2327
e3934a8a
EZ
2328 * text.texi (Special Properties): Move @defvar's out of the
2329 @table. (Bug#8652)
2330
e2c94218
GM
23312011-05-12 Glenn Morris <rgm@gnu.org>
2332
2333 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
2334
d2fc7e3d 23352011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
2336
2337 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
2338 (Multiline Font Lock):
2339 * vol2.texi (Top):
2340 * vol1.texi (Top):
2341 * elisp.texi (Top): Update menu accordingly.
2342
d2fc7e3d 23432011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
2344
2345 * modes.texi (Region to Fontify): Fix typo.
2346
79b70037
GM
23472011-05-10 Jim Meyering <meyering@redhat.com>
2348
2349 * minibuf.texi: Fix typo "in in -> in".
2350
b08a63cc 23512011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
2352
2353 * numbers.texi (Integer Basics): Large integers are treated as floats.
2354
1ef14cb4
LMI
23552011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2356
2357 * processes.texi (Synchronous Processes): Document the (:file
2358 "/file-name") syntax for `call-process'.
2359
4ffd0d6b 23602011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
2361
2362 * windows.texi (Choosing Window): Fix typo.
2363
4ffd0d6b 23642011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
2365
2366 * frames.texi (Layout Parameters): Note the difference between
2367 querying and setting parameters for left-fringe and right-fringe
2368 (Bug#6930).
2369
fd5a8ae8
SM
23702011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2371
2372 * minibuf.texi (Basic Completion): Be a bit more precise about the
2373 valid kinds of completion tables.
2374 (Programmed Completion): Remove obsolete text about lambda expressions
2375 not being valid completion tables.
2376
c1bcd0d5
CY
23772011-03-19 Chong Yidong <cyd@stupidchicken.com>
2378
2379 * positions.texi (Excursions): Explain the "save-excursion
2380 defeated by set-buffer" warning.
2381
2382 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
2383 save-excursion. Suggested by Uday S Reddy.
2384
03408648 23852011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 2386
03408648
SM
2387 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
2388 (Lexical Binding): New sub-section.
ba83908c 2389
03408648
SM
2390 * eval.texi (Eval): Discourage the use of `eval'.
2391 Document its new `lexical' argument.
6c075cd7 2392
f6d62986
SM
23932011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2394
03408648 2395 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
2396 nil any more.
2397
84ea5558 23982011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
2399
2400 * strings.texi (String Conversion): Don't mention
2401 string-make-(uni|multi)byte (bug#8262).
2402 * nonascii.texi (Converting Representations): Fix up range.
2403 * keymaps.texi (Key Binding Commands): Update code point, avoid
2404 "unibyte character" and remove mention of unibyte bindings.
2405
62d94509
EZ
24062011-03-10 Eli Zaretskii <eliz@gnu.org>
2407
2408 * modes.texi (Operator Precedence Grammars): Don't use characters
2409 outside ISO-8859-1.
2410
63a329f8
EZ
24112011-03-09 Eli Zaretskii <eliz@gnu.org>
2412
2413 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
2414
2415 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2416
6446548e
GM
24172011-03-08 Glenn Morris <rgm@gnu.org>
2418
2419 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2420 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 2421 * elisp.texi: Set documentencoding.
6446548e 2422
33383987
JB
24232011-03-07 Chong Yidong <cyd@stupidchicken.com>
2424
2425 * Version 23.3 released.
2426
0b3ceceb
CY
24272011-03-06 Chong Yidong <cyd@stupidchicken.com>
2428
2429 * package.texi: Update index keywords.
2430 (Package Archives): New node contents. Document package-x.el.
2431
78f5433f
JB
24322011-03-06 Juanma Barranquero <lekktu@gmail.com>
2433
2434 * makefile.w32-in (srcs): Add package.texi.
2435
555e9b5c
CY
24362011-03-06 Chong Yidong <cyd@stupidchicken.com>
2437
120d9389
CY
2438 * package.texi (Packaging, Packaging Basics, Simple Packages)
2439 (Multi-file Packages): Expand and clarify.
2440 (Package Archives): Temporary placeholder node.
2441
2442 * elisp.texi (Top): Update node listing.
2443
555e9b5c
CY
2444 * Makefile.in (srcs): Add package.texi.
2445
b59a4335
CY
24462011-03-05 Chong Yidong <cyd@stupidchicken.com>
2447
2448 * processes.texi (Synchronous Processes): Minor clarification
2449 (Bug#8149).
2450
06083aa1
GM
24512011-03-03 Glenn Morris <rgm@gnu.org>
2452
2453 * files.texi (Truenames): Minor clarification. (Bug#2341)
2454
6640b281
GM
24552011-03-01 Glenn Morris <rgm@gnu.org>
2456
2457 * variables.texi (Directory Local Variables):
2458 Mention `(subdirs . nil)' alist element.
2459
2b0c7330 24602011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
2461
2462 * variables.texi (Directory Local Variables): Mention the optional
2463 mtime argument of dir-locals-set-directory-class. (Bug#3577)
2464
b923f7a9
CY
24652011-02-27 Chong Yidong <cyd@stupidchicken.com>
2466
2467 * minibuf.texi (Minibuffer History): Clarify discussion of
2468 minibuffer history lists (Bug#8085).
2469
67ab0163 24702011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 2471
e979a521
EZ
2472 * elisp.texi: Sync @dircategory with ../../info/dir.
2473
e03b2fd4
EZ
2474 * files.texi (Visiting Functions): Document find-file-literally,
2475 both the command and the variable.
2476
86ec878a
EZ
2477 * variables.texi (Creating Buffer-Local): Explain the meaning of
2478 permanent local variables.
2479
67ab0163
GM
2480 * files.texi (Visiting Functions): Document find-file-literally,
2481 both the command and the variable.
2482
2483 * variables.texi (Creating Buffer-Local): Explain the meaning of
2484 permanent local variables.
2485
24862011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
2487
2488 * keymaps.texi (Remapping Commands): Mention how to undo it.
2489
bfcb151a
RT
24902011-02-09 Reuben Thomas <rrt@sc3d.org>
2491
2492 * loading.texi (Hooks for Loading): Remove unnecessary advice
2493 about eval-after-load (Bug#7986).
2494
a41c8660
CY
24952011-02-05 Chong Yidong <cyd@stupidchicken.com>
2496
2497 * commands.texi (Accessing Mouse): Note that a header line is not
2498 included in the row of posn-col-row.
2499
e0dd6837
CY
25002011-02-02 Chong Yidong <cyd@stupidchicken.com>
2501
2502 * modes.texi (Major Mode Conventions): Add face guidelines.
2503 (Faces for Font Lock): List faces in order of prominence.
2504
a4180391
PE
25052011-02-01 Paul Eggert <eggert@cs.ucla.edu>
2506
2507 format-time-string now supports subsecond time stamp resolution
2508 * os.texi (Time Parsing): Document %N.
2509
7427eb97
CY
25102011-01-28 Chong Yidong <cyd@stupidchicken.com>
2511
61db307f
CY
2512 * vol1.texi (Top):
2513 * vol2.texi (Top):
2514 * elisp.texi (Top):
2515 * display.texi (Display Property): Shorten the menu description of
2516 the "Other Display Specs" node (Bug#7816).
2517
7427eb97
CY
2518 * keymaps.texi (Defining Menus): Add "menu item" and "extended
2519 menu item" concept index entries (Bug#7805).
2520
bf3dae7e
EZ
25212011-01-29 Eli Zaretskii <eliz@gnu.org>
2522
2523 * makefile.w32-in (texinfodir): New variable.
2524 (usermanualdir): Remove as redundant with $(emacsdir).
2525 (MAKEINFO): Remove options, leave only program name.
2526 (MAKEINFO_OPTS): New variable.
2527 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
2528
06d8ace5 25292011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
2530 Richard Kim <emacs18@gmail.com>
2531
2532 * loading.texi (Library Search): Document list-load-path-shadows
2533 (Bug#7757).
2534
06d8ace5 25352011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
2536
2537 * searching.texi (Regexp Special): Remove outdated discussion of
2538 character sets (Bug#7780).
2539
28a88153
CY
2540 * frames.texi (Pop-Up Menus): Document where menu title comes
2541 from (Bug#7684).
2542
06d8ace5 25432011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
2544
2545 * display.texi (Making Buttons): Mention limitation of text buttons.
2546
a8e1e9ee
WL
25472011-01-23 Werner Lemberg <wl@gnu.org>
2548
2549 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2550 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2551 (ENVADD): New variable to control texi2dvi and texi2pdf.
2552
362b9d48
GM
25532011-01-15 Chong Yidong <cyd@stupidchicken.com>
2554
2555 * files.texi (Directory Names): Move directory-abbrev-alist doc to
2556 Emacs manual.
2557
25582011-01-15 Eli Zaretskii <eliz@gnu.org>
2559
2560 * files.texi (Directory Names): Explain why FROM in
2561 directory-abbrev-alist should begin with \`. (Bug#7777)
2562
3fa173b4
SM
25632011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2564
2565 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
2566
7c420169 25672011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
2568
2569 * modes.texi (Emulating Mode Line): Fix last change.
2570
7c420169 25712011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
2572
2573 * modes.texi (Emulating Mode Line): Update documentation of
2574 format-mode-line according to changes that fixed bug #7587.
2575
80b33766
SM
25762010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2577
2578 * modes.texi (Derived Modes): Mention prog-mode.
2579
2580 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
2581 of the key-binding-data cache since we don't use it any more.
2582
f49d1f52 25832010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 2584
4bb49a92
EZ
2585 * processes.texi (Shell Arguments):
2586 * strings.texi (Creating Strings): Don't mention "shell commands";
2587 make it explicit that `split-string-and-unquote' and
2588 `combine-and-quote-strings' are mainly for working with arguments
2589 to call-process and start-process.
2590
3c73e30e
EZ
2591 * processes.texi (Shell Arguments): Fix documentation of
2592 `split-string-and-unquote'. Add indexing. (Bug#7563)
2593
f49d1f52 25942010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
2595
2596 * modes.texi (Auto-Indentation): New section to document SMIE.
2597 (Major Mode Conventions):
2598 * text.texi (Mode-Specific Indent): Refer to it.
2599
f49d1f52 26002010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
2601
2602 * display.texi (Other Display Specs): Document left-fringe and
2603 right-fringe display specs.
2604
f49d1f52 26052010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
2606
2607 * backups.texi (Making Backups):
2608 * modes.texi (Example Major Modes): Use recommended coding style.
2609 (Major Mode Basics, Derived Modes): Encourge more strongly use of
2610 define-derived-mode. Mention completion-at-point-functions.
2611
f49d1f52 26122010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 2613
5dcb4c4e
SM
2614 * nonascii.texi (Converting Representations):
2615 Document byte-to-string.
e1115396 2616
ec1b9b17
GM
26172010-12-08 Glenn Morris <rgm@gnu.org>
2618
2619 * buffers.texi (Modification Time):
2620 verify-visited-file-modtime now defaults to the current buffer.
2621
07976ae3 26222010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 2623
ec1b9b17 2624 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
2625
2626 * strings.texi (Creating Strings): Don't mention semi-obsolete
2627 function char-to-string.
2628 (String Conversion): Shorten discussion of semi-obsolete function
2629 string-to-char. Link to Converting Representations.
2630
2631 * objects.texi (Symbol Type):
2632 * text.texi (Near Point):
2633 * help.texi (Help Functions):
2634 * functions.texi (Mapping Functions): Use string instead of
2635 char-to-string in examples.
2636
07976ae3 26372010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
2638
2639 * text.texi (Kill Functions, Kill Functions)
2640 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
2641 YANK-HANDLER args.
2642
2643 * symbols.texi (Creating Symbols): Using unintern without an
2644 obarray arg is now obsolete.
2645
2646 * numbers.texi (Float Basics): Document float-e and float-pi.
2647
2648 * variables.texi (Defining Variables): Change "pi" example to
2649 "float-pi".
2650
8547874a
EZ
26512010-11-26 Eli Zaretskii <eliz@gnu.org>
2652
2653 * commands.texi (Click Events): Document the values of X, Y and
2654 COL, ROW in the event's position, when the click is on the header
2655 or mode line, on the fringes, or in the margins.
2656
4a47c275 26572010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 2658
5b05d75b
EZ
2659 * customize.texi (Composite Types): Lower-case index entry.
2660
5dcb4c4e
SM
2661 * loading.texi (How Programs Do Loading):
2662 Document load-file-name. (Bug#7346)
c7926fe2 2663
4a47c275 26642010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
2665
2666 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
2667
0eb025fb
EZ
26682010-11-13 Eli Zaretskii <eliz@gnu.org>
2669
2670 * display.texi (Usual Display): Characters with no fonts are not
2671 necessarily displayed as empty boxes.
2672
2699a554 26732010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
2674
2675 * maps.texi (Standard Keymaps): Update File menu description.
2676
8289f37b
GM
26772010-10-28 Glenn Morris <rgm@gnu.org>
2678
2679 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
2680
5793a7bc 26812010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
2682
2683 * display.texi (Window Systems): Deprecate use of window-system as
2684 a predicate.
2685
17284e30
GM
26862010-10-23 Glenn Morris <rgm@gnu.org>
2687
2688 * help.texi (Documentation Basics): Remove mentions of digest-doc and
2689 sorted-doc.
2690
00f113eb
JB
26912010-10-15 Eli Zaretskii <eliz@gnu.org>
2692
2693 * os.texi (Dynamic Libraries): New node, with slightly modified
2694 text deleted from "Image Formats".
2695 (System Interface): Add @menu entry for "Dynamic Libraries".
2696
2697 * display.texi (Image Formats): Remove description of
2698 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
2699
07277eb8
GM
27002010-10-12 Glenn Morris <rgm@gnu.org>
2701
2702 * book-spine.texinfo: Rename to book-spine.texi.
2703
c12e4a81
GM
27042010-10-11 Glenn Morris <rgm@gnu.org>
2705
df187c62
GM
2706 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2707
c12e4a81 2708 * Makefile.in (DVIPS): New variable.
234db610
GM
2709 (.PHONY): Add html, ps.
2710 (html, elisp.html, ps, elisp.ps): New targets.
2711 (clean): Delete html, ps files.
2712 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 2713
6513b232
EZ
27142010-10-09 Eli Zaretskii <eliz@gnu.org>
2715
2716 * makefile.w32-in (emacsdir): New variable.
2717 (srcs): Add emacsver.texi.
2718 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
2719
abd40fb4
GM
27202010-10-09 Glenn Morris <rgm@gnu.org>
2721
c1dc72b3
GM
2722 * Makefile.in (VPATH): Remove.
2723 (infodir): Make it absolute.
2724 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
2725
4393405b
GM
2726 * Makefile.in (dist): Anchor regexps.
2727
eef3ab94
GM
2728 * Makefile.in (srcs): Put elisp.texi first.
2729 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
2730
aa9db089
GM
2731 * Makefile.in (infoclean): Remove harmless, long-standing error.
2732
abd40fb4
GM
2733 * Makefile.in ($(infodir)): Delete rule.
2734 (mkinfodir): New.
2735 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
2736
68db69ed 2737 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 2738 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 2739
ea274122
GM
27402010-10-09 Glenn Morris <rgm@gnu.org>
2741
f7a31f11
GM
2742 * Makefile.in (emacsdir): New variable.
2743 (MAKEINFO): Add -I $emacsdir.
2744 (dist): Copy emacsver.texi.
b13254e7
GM
2745 (srcs): Add emacsver.texi.
2746
f7a31f11
GM
2747 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
2748 Set EMACSVER by including emacsver.texi.
2749
ea274122
GM
2750 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2751
17ca7950
GM
27522010-10-07 Glenn Morris <rgm@gnu.org>
2753
2754 * Makefile.in (version): New, set by configure.
2755 (clean): Delete dist tar file.
2756 (dist): Use version in tar name.
2757
4c83f6e1
GM
27582010-10-06 Glenn Morris <rgm@gnu.org>
2759
2760 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
2761 (INSTALL_INFO): Remove unused variable.
2762 (mostlyclean, infoclean, dist): New rules.
2763 (clean): Delete dvi and pdf files.
2764 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 2765 ($(infodir)): Add parallel build workaround.
4c83f6e1 2766
0264072d
GM
27672010-10-04 Glenn Morris <rgm@gnu.org>
2768
2769 * Makefile.in (dvi, pdf, $(infodir)): New targets.
2770 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 2771 Fix -I typo.
0264072d
GM
2772 (clean): No 'make.out' or 'core' files.
2773 (.PHONY): Declare clean rules.
2774 (maintainer-clean): Delete pdf file. Guard against cd failures.
2775
77f38949
GM
27762010-10-03 Glenn Morris <rgm@gnu.org>
2777
2778 * files.texi (File Name Components): Remove ignored section about
2779 deleted variable directory-sep-char.
2780
178fdd41
MA
27812010-10-03 Michael Albinus <michael.albinus@gmx.de>
2782
2783 * files.texi (Magic File Names): New defopt
2784 remote-file-name-inhibit-cache.
2785
9c524fcb
GM
27862010-10-02 Glenn Morris <rgm@gnu.org>
2787
2788 * os.texi (Killing Emacs): Hook now runs in batch mode.
2789
f816790b
SM
27902010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 * text.texi (Special Properties): Clarify when modification-hooks run.
2793
7cf78aac
SM
27942010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2795
2796 * syntax.texi (Syntax Flags): Document new `c' flag.
2797
ca0d44e4
GM
27982010-09-09 Glenn Morris <rgm@gnu.org>
2799
2800 * display.texi (ImageMagick Images): General cleanup.
2801
10999305 28022010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
2803
2804 * files.texi (Directory Names): Use \` rather than ^.
2805
45240125
JD
28062010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2807
2808 * text.texi (Low-Level Kill Ring):
2809 * frames.texi (Window System Selections): Remove cut buffer
2810 documentation.
2811
4abe5bf6
EZ
28122010-08-28 Eli Zaretskii <eliz@gnu.org>
2813
2814 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2815 Parameters", where the default fringe width is described.
2816
2817 * frames.texi (Window Frame Parameters, Basic Parameters)
2818 (Position Parameters, Layout Parameters, Management Parameters)
2819 (Cursor Parameters, Font and Color Parameters): Add indexing for
2820 frame parameters. (Bug#6929)
2821
fdc76236
TT
28222010-08-25 Tom Tromey <tromey@redhat.com>
2823
2824 * vol2.texi (Top): Update.
2825 * vol1.texi (Top): Update.
2826 * tips.texi (Library Headers): Mention Package-Version and
2827 Package-Requires.
2828 * package.texi: New file.
2829 * os.texi (System Interface): Update pointers.
2830 * elisp.texi (Top): Link to new nodes. Include package.texi.
2831 * anti.texi (Antinews): Update pointers.
2832
1e5c1c80
EZ
28332010-08-25 Eli Zaretskii <eliz@gnu.org>
2834
2835 * processes.texi (Filter Functions): Fix last change.
2836
78e33835
CY
28372010-08-24 Markus Triska <triska@gmx.at>
2838
2839 * processes.texi (Filter Functions): Use `buffer-live-p' instead
2840 of `buffer-name' in the main text as well as in the example
2841 (Bug#3098).
2842
198a7a97
CY
28432010-08-22 Chong Yidong <cyd@stupidchicken.com>
2844
2845 * nonascii.texi (Text Representations):
2846 * loading.texi (Loading Non-ASCII):
2847 * compile.texi (Byte Compilation): Don't mention obsolete
2848 --unibyte command-line argument.
2849
bc7d7ea6
CY
28502010-08-22 Chong Yidong <cyd@stupidchicken.com>
2851
2852 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2853
b0126eac 28542010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
2855
2856 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2857
e8a6cc19
EZ
28582010-08-20 Eli Zaretskii <eliz@gnu.org>
2859
2860 * commands.texi (Misc Events): Add cross-references to where
2861 POSITION of a mouse event is described in detail.
2862
c4e7c63a 28632010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 2864
c4e7c63a 2865 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 2866
7815fe19 28672010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
2868
2869 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2870 Suggested by Štěpán Němec <stepnem@gmail.com>.
2871
7815fe19 28722010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
2873
2874 * minibuf.texi (High-Level Completion): Document args of
2875 `read-buffer-function' (bug#5625).
2876
8b2dd508
JD
28772010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2878
2879 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2880
bace45fe
MA
28812010-07-29 Michael Albinus <michael.albinus@gmx.de>
2882
2883 * processes.texi (Process Information): Explain process property
2884 `remote-tty'.
2885
4ce5a4cc
JB
28862010-07-27 Juanma Barranquero <lekktu@gmail.com>
2887
2888 * modes.texi (Defining Minor Modes): Use C-delete in examples,
2889 instead of "\C-\^?" (bug#6334).
2890
1c84bc7a
JB
2891 * text.texi (Special Properties): Fix typo.
2892
b88746ba
EZ
28932010-07-09 Eli Zaretskii <eliz@gnu.org>
2894
2895 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2896 calling sequences, which are now the standard.
2897
51422d6d
CY
28982010-06-24 Chong Yidong <cyd@stupidchicken.com>
2899
2900 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2901
2902 * commands.texi (Command Overview): Mention undo-boundary call.
2903
d24880de
GM
29042010-06-23 Glenn Morris <rgm@gnu.org>
2905
2906 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2907 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2908 * frames.texi, functions.texi, internals.texi, keymaps.texi:
2909 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2910 * searching.texi, sequences.texi, strings.texi, syntax.texi:
2911 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2912 Untabify Texinfo files.
2913
0fc76035
CY
29142010-06-20 Chong Yidong <cyd@stupidchicken.com>
2915
2916 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2917
5338dc0b
CY
29182010-06-19 Chong Yidong <cyd@stupidchicken.com>
2919
a628ad9d 2920 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 2921
2c3a3c1d
CY
29222010-06-02 Chong Yidong <cyd@stupidchicken.com>
2923
ba3bf1d9
CY
2924 * searching.texi (Regexp Special): Remove obsolete information
2925 about matching non-ASCII characters, and suggest using char
2926 classes (Bug#6283).
2c3a3c1d 2927
7f4b4249
JB
29282010-05-30 Juanma Barranquero <lekktu@gmail.com>
2929
2930 * minibuf.texi (Basic Completion): Add missing "@end defun".
2931
637821cd
SM
29322010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2933
2934 * minibuf.texi (Basic Completion): Document completion-boundaries.
2935 (Programmed Completion): Document the new fourth method for boundaries.
2936
e13051c3
CY
29372010-05-22 Chong Yidong <cyd@stupidchicken.com>
2938
a628ad9d 2939 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 2940
0235128c 29412010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2942
2943 * windows.texi (Textual Scrolling):
2944 * tips.texi (Coding Conventions):
2945 * minibuf.texi (Minibuffer History):
2946 * maps.texi (Standard Keymaps):
2947 * loading.texi (Where Defined):
2948 * edebug.texi (Instrumenting): Fix typos.
2949
0235128c 29502010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 2951
c7c32279
CY
2952 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2953
0235128c
SM
2954 * functions.texi (Obsolete Functions):
2955 Document set-advertised-calling-convention.
eb5ed549
CY
2956
2957 * minibuf.texi (Basic Completion): Document completion-in-region.
2958 (Programmed Completion): Document completion-annotate-function.
2959
2960 * commands.texi (Reading One Event): Document read-key.
2961 (Distinguish Interactive): Document KIND arg to
2962 called-interactively-p. Delete obsolete interactive-p.
2963
2964 * elisp.texi (Top): Update node description.
2965
f8848423
EZ
29662010-05-08 Eli Zaretskii <eliz@gnu.org>
2967
0235128c
SM
2968 * nonascii.texi (Character Properties):
2969 Document unicode-category-table. Add an index entry for Unicode
2970 general category.
2971
29722010-05-07 Chong Yidong <cyd@stupidchicken.com>
2973
2974 * Version 23.2 released.
f8848423 2975
938efb77
JB
29762010-04-20 Juanma Barranquero <lekktu@gmail.com>
2977
2978 * locals.texi (Standard Buffer-Local Variables):
2979 Remove @ignore'd reference to `direction-reversed'.
2980
5854c267
JL
29812010-04-14 Juri Linkov <juri@jurta.org>
2982
2983 Fix @deffn without category.
2984
2985 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2986 for `abbrev-insert'.
2987
2988 * buffers.texi (Indirect Buffers): Add category `Command'
2989 to @deffn of `clone-indirect-buffer'.
2990
2991 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2992 for `next-window' and `previous-window'. Add category `Command'
2993 to @deffn of `pop-to-buffer'.
2994
8a14dec7
CY
29952010-04-01 Chong Yidong <cyd@stupidchicken.com>
2996
2997 * nonascii.texi (Text Representations): Don't mark
2998 enable-multibyte-characters as a user option.
2999
7a1831cf
EZ
30002010-03-31 Eli Zaretskii <eliz@gnu.org>
3001
3002 * control.texi (Handling Errors): How to re-throw a signal caught
3003 by condition-case.
3004
c3863713
CY
30052010-03-26 Chong Yidong <cyd@stupidchicken.com>
3006
3007 * loading.texi (Hooks for Loading): Document after-load-functions.
3008 Copyedits.
3009
c333f279
AM
30102010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
3011
3012 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
3013
e867cb5d 30142010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
3015
3016 * processes.texi (Network Processes): Document seqpacket type.
3017
605f35cd
DN
30182010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3019
3020 * os.texi (System Environment): Do not mention lynxos.
3021
288f9fc0
CY
30222010-03-10 Chong Yidong <cyd@stupidchicken.com>
3023
3024 * Branch for 23.2.
3025
eed5c93a
CY
30262010-03-06 Chong Yidong <cyd@stupidchicken.com>
3027
3028 * objects.texi (Integer Type): Take note of the read syntax
3029 exception for numbers that cannot fit in the integer type.
3030
1ddd6622
GM
30312010-03-03 Glenn Morris <rgm@gnu.org>
3032
3033 * numbers.texi (Integer Basics, Bitwise Operations):
3034 * objects.texi (Integer Type): Update for integers now being 30-bit.
3035
a908c79a
CY
30362010-02-27 Chong Yidong <cyd@stupidchicken.com>
3037
3038 * display.texi (Low-Level Font): Document :otf font-spec property.
3039
cd61af01
SM
30402010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3041
3042 * display.texi (Line Height): Avoid obsolete special default variables
3043 like default-major-mode.
3044
c02f8fe2
AM
30452010-01-28 Alan Mackenzie <acm@muc.de>
3046
3047 * display.texi (Auto Faces): Say fontification-functions is called
3048 whether or not Font Lock is enabled. Tidy up the wording a bit.
3049
d738d18b
CY
30502010-01-17 Chong Yidong <cyd@stupidchicken.com>
3051
3052 * elisp.texi: Remove duplicate edition information (Bug#5407).
3053
4963739e
JB
30542010-01-17 Juanma Barranquero <lekktu@gmail.com>
3055
3056 * two.el (volume-header-toc-markup): Fix typos in docstring.
3057
c57008f6
SM
30582010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3059
3060 Avoid dubious uses of save-excursions.
3061 * positions.texi (Excursions): Recommend the use of
3062 save-current-buffer if applicable.
3063 * text.texi (Clickable Text): Fix the example code which used
3064 save-excursion in a naive way which sometimes preserves point and
3065 sometimes not.
3066 * variables.texi (Creating Buffer-Local):
3067 * os.texi (Session Management):
3068 * display.texi (GIF Images):
3069 * control.texi (Cleanups): Use (save|with)-current-buffer.
3070
2f3725cd
EZ
30712010-01-02 Eli Zaretskii <eliz@gnu.org>
3072
3073 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
3074
85eeac93
CY
30752010-01-02 Chong Yidong <cyd@stupidchicken.com>
3076
3077 * nonascii.texi (Text Representations, Character Codes)
3078 (Converting Representations, Explicit Encoding)
3079 (Translation of Characters): Use hex notation consistently.
3080 (Character Sets): Fix map-charset-chars doc (Bug#5197).
3081
4801c5fa
CY
30822010-01-01 Chong Yidong <cyd@stupidchicken.com>
3083
3084 * loading.texi (Where Defined): Make it clearer that these are
3085 loaded files (Bug#5068).
3086
26e533e2
CY
30872009-12-29 Chong Yidong <cyd@stupidchicken.com>
3088
3089 * minibuf.texi (Completion Styles): Document `initials' style.
3090
16d1ff5f
CY
30912009-12-25 Chong Yidong <cyd@stupidchicken.com>
3092
3093 * frames.texi (Resources): Describe inhibit-x-resources.
3094 (Size Parameters): Copyedit.
3095
3096 * hash.texi (Creating Hash):
3097 * objects.texi (Hash Table Type): Document the new hash table
3098 printed representation.
3099
3100 * minibuf.texi (Basic Completion): 4th arg to all-completions is
3101 obsolete.
3102
5dcb4c4e
SM
3103 * processes.texi (Process Buffers):
3104 Document process-kill-buffer-query-function.
16d1ff5f 3105
9a5de3d9
GM
31062009-12-05 Glenn Morris <rgm@gnu.org>
3107
3108 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
3109 diary-display-function, and no longer recommended to be a hook.
3110 Update for changes in the names of calendar and diary hooks.
3111 diary-print-entries-hook has changed section.
3112
b640eb52
EZ
31132009-11-28 Eli Zaretskii <eliz@gnu.org>
3114
3115 * text.texi (Special Properties): More accurate description of
3116 what the `cursor' property does.
3117
be1674ab
KR
31182009-11-26 Kevin Ryde <user42@zip.com.au>
3119
3120 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
3121 mouse-wheel-down-event, the closest thing to a definition for them.
3122 * os.texi (Startup Summary): vindex inhibit-startup-message and
3123 inhibit-splash-screen.
3124 (Command-Line Arguments): vindex argv.
3125 (Suspending Emacs): vindex suspend-tty-functions and
3126 resume-tty-functions. Don't want to index every hook, but having
3127 the programming ones is helpful.
3128
603f5979
CY
31292009-11-14 Chong Yidong <cyd@stupidchicken.com>
3130
3131 * commands.texi (Motion Events): Fix typo (Bug#4907).
3132
4359a806
CY
31332009-11-08 Chong Yidong <cyd@stupidchicken.com>
3134
3135 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
3136 are affected by case-fold-search (Bug#4483).
3137
0f063651
CY
31382009-11-02 Chong Yidong <cyd@stupidchicken.com>
3139
3140 * minibuf.texi (Reading File Names): Note that read-file-name may
3141 use a graphical file dialog.
3142
9bd79893
GM
31432009-10-31 Glenn Morris <rgm@gnu.org>
3144
3145 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
3146
ebe479ec
KR
31472009-10-16 Kevin Ryde <user42@zip.com.au>
3148
3149 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
3150 in particular so `info-lookup-symbol' can find its docs.
3151
2640fa86
CY
31522009-10-16 Chong Yidong <cyd@stupidchicken.com>
3153
3154 * variables.texi (Constant Variables): Distinguish from defconst
3155 variables.
3156 (Defining Variables): Add cindex.
3157
edd6a733
CY
31582009-10-15 Chong Yidong <cyd@stupidchicken.com>
3159
3160 * os.texi (Time of Day): Clarify that the microsecond part is
3161 ignored (Bug#4637).
3162
5feb0b73
GM
31632009-10-11 Glenn Morris <rgm@gnu.org>
3164
3165 * frames.texi (Size and Position): Clarify what is included in the frame
3166 height. (Bug#4535)
3167
0c5413c8
GM
31682009-10-10 Glenn Morris <rgm@gnu.org>
3169
3170 * windows.texi (Size of Window): The relationship between window and
3171 frame heights is not so simple. (Bug#4535)
3172 Mention window-full-height-p.
3173
7f8b600a
SM
31742009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3175
3176 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
3177 used from Lisp.
3178
6185de1c
EZ
31792009-10-07 Eli Zaretskii <eliz@gnu.org>
3180
7f8b600a
SM
3181 * files.texi (Directory Names) <abbreviate-file-name>:
3182 Document that root home directories are not replaced with "~".
6185de1c 3183
9972911f
EZ
31842009-10-06 Eli Zaretskii <eliz@gnu.org>
3185
3186 * text.texi (Special Properties): Document the meaning of the
3187 `cursor' text property whose value is an integer.
3188
2a3f19ef
MA
31892009-10-05 Michael Albinus <michael.albinus@gmx.de>
3190
3191 * files.texi (Magic File Names): Add `copy-directory'.
3192
804543b5
EZ
31932009-10-05 Eli Zaretskii <eliz@gnu.org>
3194
3195 * files.texi (File Attributes): Fix description of file
3196 attributes. (Bug#4638) Update attributes of files.texi example to
3197 be more representative.
3198
461bf92b
MA
31992009-10-05 Michael Albinus <michael.albinus@gmx.de>
3200
3201 * files.texi (Create/Delete Dirs): New command copy-directory.
3202
a86cd395
JB
32032009-10-04 Juanma Barranquero <lekktu@gmail.com>
3204
3205 * anti.texi (Antinews):
3206 * macros.texi (Indenting Macros):
3207 * strings.texi (Creating Strings, Case Conversion):
3208 Remove duplicate words.
3209
d3080264
MA
32102009-10-01 Michael Albinus <michael.albinus@gmx.de>
3211
3212 * files.texi (Create/Delete Dirs): delete-directory has an
3213 optional parameter RECURSIVE.
3214
85d14563
SM
32152009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3216
3217 * buffers.texi (Swapping Text): Minor clarification.
3218
3d9842c6
GM
32192009-10-01 Glenn Morris <rgm@gnu.org>
3220
3221 * functions.texi (Declaring Functions): Mention that we also search for
3222 ".m" files in the src/ directory.
3223
78427304
CY
32242009-09-25 David Engster <deng@randomsample.de>
3225
3d9842c6 3226 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 3227
b578c9cc
GM
32282009-09-22 Glenn Morris <rgm@gnu.org>
3229
3230 * internals.texi (Building Emacs): Mention preloaded-file-list.
3231
beee5da7
AM
32322009-09-14 Alan Mackenzie <acm@muc.de>
3233
3234 * os.texi (Terminal Output): Put "@code{}" around "stdout".
3235
5d6ab672
CY
32362009-09-13 Chong Yidong <cyd@stupidchicken.com>
3237
3238 * functions.texi (Anonymous Functions): Rearrange discussion,
3239 giving usage of unquoted lambda forms first. Mention that
3240 `function' and `#'' are no longer required (Bug#4290).
3241
59375eeb
AM
32422009-09-11 Alan Mackenzie <acm@muc.de>
3243
a86cd395 3244 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
3245 batch mode.
3246
e7e2f529
GM
32472009-09-01 Glenn Morris <rgm@gnu.org>
3248
3249 * display.texi (Face Functions): Mention define-obsolete-face-alias.
3250
eae47088
GM
32512009-08-26 Ulrich Mueller <ulm@gentoo.org>
3252
3253 * nonascii.texi (Character Codes): Fix typos.
3254
3691a0a6
MA
32552009-08-25 Michael Albinus <michael.albinus@gmx.de>
3256
3257 * processes.texi (Synchronous Processes): New defvar
3258 process-file-side-effects.
3259
664d56b8
GM
32602009-08-25 Glenn Morris <rgm@gnu.org>
3261
3262 * display.texi (Fontsets): Fix typo.
3263
0706c025
GM
3264 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
3265
03a74b84
SM
32662009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3267
3268 * processes.texi (Asynchronous Processes): Adjust arglist of
3269 start-process-shell-command and start-file-process-shell-command.
3270
f6de8a37
CY
32712009-08-15 Chong Yidong <cyd@stupidchicken.com>
3272
4b1ed1bb
CY
3273 * advice.texi (Argument Access in Advice): Note that argument
3274 positions are zero-based (Bug#3932).
3275
89a9e058
CY
3276 * commands.texi (Distinguish Interactive): Minor copyedit.
3277
23696fd7
CY
3278 * display.texi (Face Attributes): Add xref to Displaying Faces for
3279 explanation of "underlying face".
3280
f6de8a37
CY
3281 * customize.texi (Common Keywords): Add xref to Loading.
3282
3283 * loading.texi (How Programs Do Loading): Add xref to Lisp
3284 Libraries node in the Emacs manual.
3285
417f77e6
CY
32862009-08-13 Chong Yidong <cyd@stupidchicken.com>
3287
3288 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
3289
0999039c
CY
32902009-07-18 Chong Yidong <cyd@stupidchicken.com>
3291
3292 * processes.texi (Shell Arguments): Copyedits.
3293
9af167bc
GM
32942009-07-18 Glenn Morris <rgm@gnu.org>
3295
3296 * loading.texi (Repeated Loading): Fix typo.
3297
137987ab
RS
32982009-07-16 Richard Stallman <rms@gnu.org>
3299
3300 * buffers.texi (Swapping Text): Recommend setting
3301 write-region-annotate-functions and buffer-saved-size.
3302
3303 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
3304
622fa380
GM
33052009-07-15 Glenn Morris <rgm@gnu.org>
3306
3307 * edebug.texi: Minor re-phrasings throughout.
3308 (Edebug Execution Modes): Sit-for affects continue mode too.
3309 (Jumping): Use `forward-sexp' rather than its keybinding.
3310 (Edebug Misc): Fix Q binding.
3311 (Edebug Eval): Remove cl version.
3312 (Printing in Edebug): Clarify print-length etc.
3313 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
3314 (Specification List): Remove edebug-unwrap findex entry.
3315 (Specification Examples): defmacro is actually not the same as defun.
3316 Escape "`" in example.
3317
6bbd4600
CY
33182009-07-15 Chong Yidong <cyd@stupidchicken.com>
3319
3320 * markers.texi (The Mark): Document optional arg to
3321 deactivate-mark.
3322
e538d479
GM
33232009-07-11 Kevin Ryde <user42@zip.com.au>
3324
3325 * hooks.texi (Standard Hooks): Fix cross-references.
3326
4c98b9ed
GM
3327 * loading.texi (Named Features): Refer to eval-after-load.
3328
5300838c
GM
33292009-07-11 Glenn Morris <rgm@gnu.org>
3330
64fbeb16
GM
3331 * Makefile.in (TEXI2PDF): New.
3332 (elisp.pdf): New target.
3333
4c98b9ed
GM
3334 * searching.texi (Regexp Backslash): Fix typo.
3335
3336 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 3337
51d9979c
GM
33382009-07-10 Glenn Morris <rgm@gnu.org>
3339
561c0216
GM
3340 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
3341
5b594a58
GM
3342 * customize.texi (Customization Types):
3343 * display.texi (Abstract Display):
0cc8c85a 3344 * objects.texi (Character Type, String Type):
5b594a58 3345 Merge in some menu descriptions from elisp.texi.
51d9979c 3346
c3cbbb40
GM
3347 * hash.texi (Hash Tables):
3348 * modes.texi (Multiline Font Lock):
3349 End menu description with period.
fe42c16a 3350
28528402
GM
33512009-07-09 Glenn Morris <rgm@gnu.org>
3352
3353 * back.texi: Don't hard-code texinfo location.
3354
3355 * two-volume.make (texinfodir): New, with location of texinfo.tex.
3356 (tex): Add texinfodir to TEXINPUTS.
3357 (elisp1med-init, elisp2med-init): Use texinfodir.
3358
3359 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
3360 (clean): Add two-volume.make intermediate files.
3361
3362 * elisp.texi, vol1.texi, vol2.texi:
3363 Use a DATE variable with the publication date, and update it.
3364 Fix antinews menu description.
3365
3366 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
3367 Update the detailed node listing to match elisp.texi.
3368
3369 * README: Update edition to match elisp.texi.
3370
3371 * objects.texi (General Escape Syntax):
3372 * nonascii.texi (Character Sets):
3373 Use consistent case for "Unicode Standard".
3374
3375 * anti.texi (Antinews):
3376 * customize.texi (Variable Definitions):
3377 * functions.texi (Declaring Functions):
3378 * nonascii.texi (Character Properties):
3379 * processes.texi (Serial Ports):
3380 * text.texi (Special Properties):
3381 * tips.texi (Coding Conventions):
3382 Minor rearrangements to improve TeX line-filling.
3383
3384 * commands.texi (Using Interactive): Fix cross-reference.
3385
17db8e10
JD
33862009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3387
3388 * frames.texi (Management Parameters): Mention sticky.
3389
77c7e2e1
AS
33902009-07-01 Andreas Schwab <aschwab@redhat.com>
3391
3392 * help.texi (Help Functions): Fix description of help-buffer and
3393 help-setup-xref to use @defun instead of @deffn.
3394
3f1c6666
JD
33952009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3396
3397 * frames.texi (Size Parameters): Mention maximized for fullscreen.
3398
ca27c21b
CY
33992009-06-24 Chong Yidong <cyd@stupidchicken.com>
3400
3401 * display.texi (Window Systems): Add ns to the list.
3402
70243478
CY
34032009-06-21 Chong Yidong <cyd@stupidchicken.com>
3404
3405 * Branch for 23.1.
3406
df006536
MR
34072009-06-17 Martin Rudalics <rudalics@gmx.at>
3408
3409 * windows.texi (Dedicated Windows): Fix typo.
3410 (Resizing Windows): Replace @defun by @deffn.
3411
d259fc4b
GM
34122009-06-17 Glenn Morris <rgm@gnu.org>
3413
3414 * variables.texi (Directory Local Variables):
3415 Update for 2009-04-11 name-change of dir-locals-directory-alist.
3416
30781db6
KH
34172009-06-09 Kenichi Handa <handa@m17n.org>
3418
3419 * nonascii.texi (Character Sets): State clearly that FROM and TO
3420 are codepoints of CHARSET.
3421
62e8099c
CY
34222009-06-07 Chong Yidong <cyd@stupidchicken.com>
3423
3424 * minibuf.texi (Reading File Names): Fix introductory text.
3425 Suggested by stan@derbycityprints.com.
3426 (High-Level Completion): Fix typo.
3427
ee1b1917
CY
34282009-05-28 Chong Yidong <cyd@stupidchicken.com>
3429
3430 * frames.texi (Text Terminal Colors): Multi-tty is already
3431 implemented, but tty-local colors are not.
3432
5df647e8
CY
34332009-05-27 Chong Yidong <cyd@stupidchicken.com>
3434
3435 * hooks.texi (Standard Hooks): Remove mention of obsolete
3436 redisplay-end-trigger-functions.
3437
3438 * internals.texi (Window Internals): Remove mention of obsolete
3439 redisplay-end-trigger-functions.
3440
01f17ae2
MR
34412009-05-21 Martin Rudalics <rudalics@gmx.at>
3442
3443 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
3444
3445 * backups.texi (Making Backups): backup-directory-alist and
3446 make-backup-file-name-function are options.
3447 (Auto-Saving): auto-save-list-file-prefix is an option.
3448
3449 * buffers.texi (Killing Buffers): buffer-offer-save is an
3450 option.
3451
3452 * display.texi (Refresh Screen): no-redraw-on-reenter is an
3453 option.
3454 (Echo Area Customization): echo-keystrokes is an option.
3455 (Selective Display): selective-display-ellipses is an option.
3456 (Temporary Displays): temp-buffer-show-function is an option.
3457 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
3458 are options.
3459 (Font Selection): face-font-family-alternatives,
3460 face-font-selection-order, face-font-registry-alternatives, and
3461 scalable-fonts-allowed are options.
3462 (Fringe Indicators): indicate-buffer-boundaries is an option.
3463 (Fringe Cursors): overflow-newline-into-fringe is an option.
3464 (Scroll Bars): scroll-bar-mode is an option.
3465
3466 * eval.texi (Eval): max-lisp-eval-depth is an option.
3467
3468 * files.texi (Visiting Functions): find-file-hook is an option.
3469 (Directory Names): directory-abbrev-alist is an option.
3470 (Unique File Names): temporary-file-directory and
3471 small-temporary-file-directory are options.
3472
3473 * frames.texi (Initial Parameters): initial-frame-alist,
3474 minibuffer-frame-alist and default-frame-alist are options.
3475 (Cursor Parameters): blink-cursor-alist and
3476 cursor-in-non-selected-windows ar options.
3477 (Window System Selections): selection-coding-system is an
3478 option.
3479 (Display Feature Testing): display-mm-dimensions-alist is an
3480 option.
3481
3482 * help.texi (Help Functions): help-char and help-event-list are
3483 options.
3484
3485 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
3486 an option.
3487
3488 * minibuf.texi (Minibuffer History): history-length and
3489 history-delete-duplicates are options.
3490 (High-Level Completion): read-buffer-function and
3491 read-buffer-completion-ignore-case are options.
3492 (Reading File Names): read-file-name-completion-ignore-case is
3493 an option.
3494
3495 * modes.texi (Mode Line Top): mode-line-format is an option.
3496 (Mode Line Variables): mode-line-position and mode-line-modes
3497 are options.
3498
3499 * nonascii.texi (Text Representations):
3500 enable-multibyte-characters is an option.
3501 (Default Coding Systems): auto-coding-regexp-alist,
3502 file-coding-system-alist, auto-coding-alist and
3503 auto-coding-functions are options.
3504 (Specifying Coding Systems): inhibit-eol-conversion is an
3505 option.
3506
3507 * os.texi (Init File): site-run-file is an option.
3508 (System Environment): mail-host-address is an option.
3509 (User Identification): user-mail-address is an option.
3510 (Terminal Output): baud-rate is an option.
3511
3512 * positions.texi (Word Motion): words-include-escapes is an
3513 option.
3514
3515 * searching.texi (Standard Regexps): page-delimiter,
3516 paragraph-separate, paragraph-separate and sentence-end are
3517 options.
3518
3519 * text.texi (Margins): left-margin and fill-nobreak-predicate
3520 are options.
3521
3522 * variables.texi (Local Variables): max-specpdl-size is an
3523 option.
3524
3525 * windows.texi (Choosing Window):
3526 split-window-preferred-function, special-display-function and
3527 display-buffer-function are options.
3528
106e6894
CY
35292009-05-20 Chong Yidong <cyd@stupidchicken.com>
3530
4a83454d
CY
3531 Fix errors spotted by Martin Rudalics.
3532
106e6894
CY
3533 * syntax.texi (Position Parse): Document rationale for ignored
3534 arguments to syntax-ppss-flush-cache.
3535
3536 * processes.texi (Input to Processes): Mark PROCESS arg to
3537 process-running-child-p as optional.
3538 (Network Options): Document NO-ERROR arg to
3539 set-network-process-option.
3540
3541 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
3542 command.
3543
3544 * searching.texi (POSIX Regexps): Mark posix-search-forward and
3545 posix-search-backward as commands.
3546
3547 * os.texi (Killing Emacs): Mark kill-emacs as a command.
3548 (Suspending Emacs): Mark suspend-emacs as a command.
3549 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
3550 commands.
5dcb4c4e
SM
3551 (Terminal Output): Remove obsolete function baud-rate.
3552 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
3553
3554 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
3555 terminal-coding-system and set-terminal-coding-system.
3556 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
3557 as optional.
3558 (Character Sets): Document RESTRICTION arg of char-charset.
3559 (Character Codes): Mark POS argument to get-byte as optional.
3560
3561 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
3562 minibuffer-message.
3563
3564 * files.texi (Create/Delete Dirs): Mark make-directory and
3565 delete-directory as commands.
3566
3567 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
3568
3569 * text.texi (Base 64): Mark base64-decode-string and
3570 base64-encode-string as commands.
3571 (Columns): Mark move-to-column as a command.
3572 (Mode-Specific Indent): Document RIGID arg to
3573 indent-for-tab-command.
3574 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
3575 Mark indent-code-rigidly as a command.
3576 (Substitution): Mark translate-region as a command.
3577
3578 * frames.texi (Size and Position): Remove obsolete functions
3579 screen-height and screen-width.
3580
04173931
CY
35812009-05-19 Chong Yidong <cyd@stupidchicken.com>
3582
3583 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
3584 (Displaying Buffers, Resizing Windows): Correct mistakes;
3585 next-window, previous-window, and pop-to-buffer are not commands,
3586 and fit-window-to-buffer" is a command. (Pointed out by Martin
3587 Rudalics.)
3588
eae7d8f8
RS
35892009-05-17 Richard M Stallman <rms@gnu.org>
3590
3591 * modes.texi (Precalculated Fontification): Clarify text.
3592
b8766179
MR
35932009-05-17 Martin Rudalics <rudalics@gmx.at>
3594
3595 * windows.texi (Selecting Windows): Clarify descriptions of
3596 with-selected-window and get-lru-window.
3597 (Cyclic Window Ordering): Refer to particular frame when talking
3598 about how splitting affects the ordering.
3599 (Displaying Buffers): Fix descriptions of switch-to-buffer and
3600 switch-to-buffer-other-window. Explain how setting of
3601 display-buffer-reuse-frames affects pop-to-buffer.
3602 (Choosing Window): Clarify some details in descriptions of
3603 display-buffer-reuse-frames, pop-up-frames, and
3604 pop-up-frame-function.
3605 (Dedicated Windows): Clarify some details.
3606 (Textual Scrolling): Replace term vscroll by term vertical
3607 scroll position.
3608 (Vertical Scrolling): Fix typo.
3609 (Window Hooks): Relate text on jit-lock-register to window
3610 scrolling and size changes.
3611
734b5e3b
CY
36122009-05-14 Chong Yidong <cyd@stupidchicken.com>
3613
0a65633e
CY
3614 * frames.texi (Initial Parameters): Clarify what the initial
3615 minibuffer frame is.
05be46d7
CY
3616 (Buffer Parameters): Note that the minibuffer parameter can not be
3617 altered.
0a65633e 3618
734b5e3b
CY
3619 * anti.texi (Antinews): Copyedits. Rearrange some entries.
3620 Document display-buffer changes.
3621
925672cd
CY
36222009-05-13 Chong Yidong <cyd@stupidchicken.com>
3623
17ecd7af
CY
3624 * anti.texi (Antinews): Rewrite for Emacs 22.
3625
925672cd
CY
3626 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
3627 obarrays are first mentioned. Define "system abbrev" more
3628 prominently, and add it to the index.
3629 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
3630 Copyedits.
3631 (Abbrev Expansion): Document abbrev-insert.
3632
80be4dd7
CY
36332009-05-12 Chong Yidong <cyd@stupidchicken.com>
3634
3635 * frames.texi (Font and Color Parameters): Rename from Color
3636 Parameters. Document font-backend parameter.
3637
3638 * vol2.texi (Top): Update node listing.
3639 * vol1.texi (Top): Update node listing.
3640 * elisp.texi (Top): Update node listing.
3641
372a93ac
MR
36422009-05-11 Martin Rudalics <rudalics@gmx.at>
3643
3644 * windows.texi (Choosing Window): Don't explicitly refer to
3645 split-window-sensibly's window argument in descriptions of
3646 split-height-threshold and split-width-threshold.
3647
714c3541
MR
36482009-05-10 Martin Rudalics <rudalics@gmx.at>
3649
3650 * windows.texi (Choosing Window): Fix rewrite of window
3651 splitting section.
3652
0e90e7be
EZ
36532009-05-09 Eli Zaretskii <eliz@gnu.org>
3654
f4e90db0
SM
3655 * nonascii.texi (Default Coding Systems):
3656 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 3657 Add indexing.
0e90e7be
EZ
3658 (Lisp and Coding Systems): Add index entries.
3659
d3c0c321
MR
36602009-05-09 Martin Rudalics <rudalics@gmx.at>
3661
3662 * windows.texi (Choosing Window): Describe split-window-sensibly
3663 and rewrite section on window splitting accordingly.
3664 (Textual Scrolling): Replace `...' by @code{...}.
3665
c773345a
CY
36662009-05-04 Chong Yidong <cyd@stupidchicken.com>
3667
ee2d5b5e
CY
3668 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
3669 Remove obsoleted pre-abbrev-expand-hook.
3670
3671 * locals.texi (Standard Buffer-Local Variables): Consolidate table
3672 entries.
3673
c773345a
CY
3674 * internals.texi (Object Internals): Don't assume 32-bit machines
3675 are the norm.
3676 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
3677 (Window Internals): Synch field names to window.h.
3678 (Process Internals): Synch field names to process.h.
c773345a 3679
dd449674
CY
36802009-04-29 Chong Yidong <cyd@stupidchicken.com>
3681
3682 * variables.texi (File Local Variables): Note that read-circle is
3683 bound to nil when reading file-local variables.
3684
3685 * streams.texi (Input Functions): Document read-circle.
3686 (Output Variables): Add xref to Circular Objects.
3687
4f1e25e2
CY
36882009-04-25 Chong Yidong <cyd@stupidchicken.com>
3689
3690 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
3691 Features and Coding System Basics. Node that "p" stands for
3692 "predicate". Recommend utf-8-emacs instead of emacs-mule.
3693 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
3694 mouse-appearance-menu.
3695 (Programming Tips): Add xref to Progress.
3696
dca019f8
CY
36972009-04-22 Chong Yidong <cyd@stupidchicken.com>
3698
5dcb4c4e
SM
3699 * os.texi (Command-Line Arguments):
3700 Document command-line-args-left.
dca019f8
CY
3701 (Suspending Emacs): Adapt text to multi-tty case. Document use of
3702 terminal objects for tty arguments.
3703 (Startup Summary): Add xref to Session Management.
3704 (Session Management): Mention emacs-session-restore. Copyedits.
3705
02a89103
CY
37062009-04-20 Chong Yidong <cyd@stupidchicken.com>
3707
3708 * os.texi (Startup Summary): Copyedits. The init file is not
3709 necessarily named .emacs now. Document initial-buffer-choice and
3710 initial-scratch-message. Note where Emacs exits in batch mode.
3711 Document inhibit-splash-screen as an alias.
3712 (Init File): Be neutral about which init file name to use.
3713
37142009-04-16 Chong Yidong <cyd@stupidchicken.com>
3715
3716 * os.texi (System Interface): Fix Texinfo usage.
3717
0c1cfe01
CY
37182009-04-15 Chong Yidong <cyd@stupidchicken.com>
3719
80d7cdca
CY
3720 * searching.texi (Regexp Backslash): Also refer to shy groups as
3721 non-capturing or unnumbered groups.
3722 (Regexp Functions): Add cross-reference to Regexp Backslash.
3723
0c1cfe01
CY
3724 * display.texi (Truncation): Overlays can use line-prefix and
3725 wrap-prefix too.
3726 (Overlay Properties): Document wrap-prefix and line-prefix.
3727 (Face Attributes): Document underline-minimum-offset.
3728 (Face Remapping): Copyedits.
3729 (Low-Level Font): Copyedits.
3730 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
3731 (Line Height): Emphasize that line-spacing only takes effect on
3732 graphical terminals.
0c1cfe01 3733
c4adeee0
CY
37342009-04-13 Chong Yidong <cyd@stupidchicken.com>
3735
3736 * display.texi (Refresh Screen): Note that a passage about screen
3737 refreshing is text terminal only.
3738 (Forcing Redisplay): Delete misleading comment---sit-for calls
3739 redisplay, not the other way around.
3740 (Truncation): Note new values of truncate-partial-width-windows.
3741 Copyedits.
3742 (Invisible Text): Document invisible-p.
3743
b20ecfa1
EZ
37442009-04-11 Eli Zaretskii <eliz@gnu.org>
3745
3746 * display.texi (Overlays): Overlays don't scale well. See
3747 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
3748
97d8273f
CY
37492009-04-10 Chong Yidong <cyd@stupidchicken.com>
3750
f147ff75
CY
3751 * syntax.texi (Syntax Table Functions): Document cons cell
3752 argument for modify-syntax-entry.
3753 (Categories): Document cons cell argument for
3754 modify-category-entry.
3755
fca4ec76
CY
3756 * searching.texi (String Search): Document word-search-forward-lax
3757 and word-search-backward-lax.
3758 (Searching and Case): Describe isearch behavior more precisely.
3759
9c283d5b
CY
3760 * keymaps.texi (Tool Bar): Mention that some platforms do not
3761 support multi-line toolbars. Suggested by Stephen Eglen.
3762
3763 * frames.texi (Layout Parameters): Mention that Nextstep also
3764 allows only one tool-bar line. Suggested by Stephen Eglen.
3765
97d8273f
CY
3766 * nonascii.texi (Text Representations): Copyedits.
3767 (Coding System Basics): Also mention utf-8-emacs.
3768 (Converting Representations, Selecting a Representation)
3769 (Scanning Charsets, Translation of Characters, Encoding and I/O):
3770 Copyedits.
3771 (Character Codes): Mention role of codepoints 1114112 to 4194175.
3772
2bad3299
CY
37732009-04-09 Chong Yidong <cyd@stupidchicken.com>
3774
3775 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
3776 (Filling): Clarify REGION argument of fill-paragraph.
3777 Document fill-forward-paragraph-function.
2bad3299
CY
3778 (Special Properties): Remove "new in Emacs 22" declaration.
3779 (Clickable Text): Merge with Links and Mouse-1 node.
3780
5dcb4c4e
SM
3781 * display.texi (Button Properties, Button Buffer Commands):
3782 Change xref to Clickable Text.
2bad3299
CY
3783
3784 * tips.texi (Key Binding Conventions): Change xref to Clickable
3785 Text.
3786
3787 * elisp.texi (Top): Update node listing.
3788
ea30ce4f
CY
37892009-04-05 Chong Yidong <cyd@stupidchicken.com>
3790
47af2f4b
CY
3791 * markers.texi (The Mark): Copyedits. Improve description of
3792 handle-shift-selection.
3793 (The Region): Move use-region-p here from The Mark.
3794
ea30ce4f
CY
3795 * positions.texi (Screen Lines): Document (cols . lines) argument
3796 for vertical-motion.
3797
2aa8ea6e
CY
37982009-04-04 Chong Yidong <cyd@stupidchicken.com>
3799
3ec61d4e
CY
3800 * frames.texi (Frames): Clean up introduction. Document `ns'
3801 return value for framep.
3802 (Creating Frames): Note how the terminal is chosen.
3803 (Multiple Terminals, Multiple Displays): Merge into a single node.
3804 (Color Parameters): Fix typo.
3805
3806 * variables.texi (Local Variables, Buffer-Local Variables)
3807 (Creating Buffer-Local): Change link to Multiple Terminals.
3808
3809 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3810
3811 * keymaps.texi (Controlling Active Maps): Change link to Multiple
3812 Terminals.
3813
3814 * commands.texi (Command Loop Info, Keyboard Macros): Change link
3815 to Multiple Terminals.
3816
3817 * elisp.texi (Top): Update node listing.
3818 * vol2.texi (Top): Update node listing.
3819 * vol1.texi (Top): Update node listing.
3820
9257072f
CY
3821 * buffers.texi (Current Buffer): Note that the append-to-buffer
3822 example is no longer in synch with the latest code. Tie the two
3823 examples together.
3824
2aa8ea6e
CY
3825 * files.texi (File Attributes): Move note about MS-DOS from
3826 Changing Files to File Attributes.
3827 (Create/Delete Dirs): Note that mkdir is an alias for this.
3828
22e74b17
CY
38292009-04-01 Markus Triska <triska@gmx.at>
3830
3831 * processes.texi (Filter Functions): Suggest how to handle output
3832 batches.
3833
4bbe48ec
CY
38342009-03-30 Chong Yidong <cyd@stupidchicken.com>
3835
3836 * help.texi (Accessing Documentation): Update example to use
3837 help-setup-xref and with-help-window.
3838 (Help Functions): Remove print-help-return-message, which is
3839 semi-obsolete due to with-help-window. Document help-buffer and
3840 help-setup-xref.
3841
b9723f39
CY
38422009-03-29 Chong Yidong <cyd@stupidchicken.com>
3843
5dcb4c4e
SM
3844 * help.texi (Accessing Documentation, Help Functions):
3845 Remove information about long-obsolete Emacs versions.
9eb52e90 3846
b9723f39
CY
3847 * modes.texi (Mode Line Variables): The default values of the mode
3848 line variables are now more complicated.
3849
b0cc32db
CY
38502009-03-28 Chong Yidong <cyd@stupidchicken.com>
3851
3c25a5a9
CY
3852 * modes.texi (Major Mode Conventions): Note that specialness is
3853 inherited.
31c9eebb
CY
3854 (Derived Modes): Note that define-derive-mode sets the mode-class
3855 property.
3c25a5a9 3856
b0cc32db
CY
3857 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3858 goto-map. Add search-map to the list.
3859
c5e0006d
EZ
38602009-03-27 Eli Zaretskii <eliz@gnu.org>
3861
1213465a
EZ
3862 * os.texi (System Environment): Update the list of system-type
3863 values.
3864
c5e0006d
EZ
3865 * markers.texi (The Mark) <handle-shift-selection>: Update for
3866 removal of the optional argument DEACTIVATE.
3867
48bab3d6
CY
38682009-03-25 Chong Yidong <cyd@stupidchicken.com>
3869
3870 * commands.texi (Focus Events): Most X window managers don't use
3871 focus-follows-mouse nowadays.
3872
6e4ff1b6
CY
38732009-03-24 Chong Yidong <cyd@stupidchicken.com>
3874
3875 * commands.texi (Defining Commands): Clarify introduction.
3876 (Using Interactive): Not that interactive can be put in a symbol
3877 property.
3878 (Interactive Call): Note that a symbol with a non-nil
3879 interactive-form property satisfies commandp.
3880
11625308
JB
38812009-03-23 Juanma Barranquero <lekktu@gmail.com>
3882
3883 * minibuf.texi (Intro to Minibuffers): Fix typos.
3884
7b34420d
CY
38852009-03-23 Chong Yidong <cyd@stupidchicken.com>
3886
3887 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
3888 about minibuffers in old Emacs versions. Copyedits.
3889 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
3890 (Text from Minibuffer): Simplify introduction.
3891
f9257eed
AM
38922009-03-22 Alan Mackenzie <acm@muc.de>
3893
3894 * commands.texi (Using Interactive): Clarify string argument to
3895 `interactive' - even promptless elements need \n separators.
3896
f639ba70
CY
38972009-03-18 Chong Yidong <cyd@stupidchicken.com>
3898
3899 * minibuf.texi (Completion Styles): New node.
3900
3901 * elisp.texi (Top): Update node listing.
3902
d897e8ee
CY
39032009-03-17 Chong Yidong <cyd@stupidchicken.com>
3904
3905 * minibuf.texi (Basic Completion): Note that
3906 read-file-name-completion-ignore-case and
3907 read-buffer-completion-ignore-case can override
3908 completion-ignore-case.
3909 (Minibuffer Completion): Document completing-read changes.
3910 (Completion Commands): Avoid mentioning partial completion mode.
3911 Document minibuffer-completion-confirm changes, and
3912 minibuffer-confirm-exit-commands.
3913 (High-Level Completion): Document new require-match behavior for
3914 read-buffer. Document read-buffer-completion-ignore-case.
3915 (Reading File Names): Document new require-match behavior for
3916 read-file-name.
3917
b1f23349
CY
39182009-03-14 Chong Yidong <cyd@stupidchicken.com>
3919
3920 * debugging.texi (Error Debugging): Don't mislead the reader into
3921 thinking that debug-on-error enters debugger for C-f at EOB.
3922 (Error Debugging): Setting debug-on-init within the init file
3923 works, and has for some time.
3924
d6eb4e25
KH
39252009-03-13 Kenichi Handa <handa@m17n.org>
3926
3927 * display.texi (Fontsets): Update the description.
3928
1cf53dc5
CY
39292009-03-13 Chong Yidong <cyd@stupidchicken.com>
3930
3931 * advice.texi (Advising Primitives): Link to What Is a Function.
3932
81f919fc
CY
39332009-03-12 Chong Yidong <cyd@stupidchicken.com>
3934
cf4229eb
CY
3935 * compile.texi (Speed of Byte-Code): Update example.
3936 (Disassembly): Update examples.
3937
81f919fc 3938 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
3939
3940 * customize.texi (Common Keywords): It's not necessary to use :tag
3941 to remove hyphens, as custom-unlispify-tag-name does it
3942 automatically.
5dcb4c4e
SM
3943 (Variable Definitions): Link to File Local Variables.
3944 Document customized-value symbol property.
f2bbc08c
CY
3945 (Customization Types): Move menu to end of node.
3946
955964d7
CY
39472009-03-10 Chong Yidong <cyd@stupidchicken.com>
3948
3949 * macros.texi (Compiling Macros): Omit misleading sentence, which
3950 implied that macros can only be used in the same file they are
3951 defined.
3952 (Backquote): Remove obsolete information about Emacs 19.
3953
d25ed7db
GM
39542009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3955
3956 * display.texi (Display Margins): Fix paren typo.
3957
d55f6ca5
CY
39582009-02-27 Chong Yidong <cyd@stupidchicken.com>
3959
f0e57ed8
CY
3960 * elisp.texi (Top): Update node listing.
3961
3962 * variables.texi (Variables): Clarify introduction.
3963 (Global Variables): Mention that setq is a special form.
3964 (Local Variables): Use active voice.
3965 (Tips for Defining): Mention marking variables as safe.
3966 (Buffer-Local Variables): Mention terminal-local and frame-local
3967 variables together.
3968 (File Local Variables): Copyedits.
3969 (Frame-Local Variables): Note that they are not really useful.
3970 (Future Local Variables): Node deleted.
3971
d55f6ca5 3972 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 3973 Unicode escape syntax.
d55f6ca5 3974
ca8f09a8
CY
39752009-02-23 Chong Yidong <cyd@stupidchicken.com>
3976
3977 * control.texi (Control Structures): Add cindex entry for "textual
3978 order".
3979
3980 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3981 instead of "expression" throughout.
3982 (Function Indirection): Copyedits. Use active voice.
3983 (Eval): The default value of max-lisp-eval-depth is now 400.
3984
a20878b6
MB
39852009-02-23 Miles Bader <miles@gnu.org>
3986
3987 * processes.texi (System Processes): Rename `system-process-attributes'
3988 to `process-attributes'.
3989
61f66044
CY
39902009-02-22 Chong Yidong <cyd@stupidchicken.com>
3991
1b80d1f3
CY
3992 * symbols.texi (Property Lists): Emphasize that property lists are
3993 not restricted to symbol cells.
3994 (Other Plists): Copyedit.
3995
61f66044
CY
3996 * sequences.texi (Sequences Arrays Vectors): Make introduction
3997 more concise.
3998 (Arrays): Mention char-tables and bool-vectors too.
3999 (Vectors): Don't repeat information given in Arrays node. Link to
4000 nodes that explain the vector usage examples.
4001 (Char-Tables): Note that char-table elements can have arbitrary
4002 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 4003 Link to Property Lists node.
61f66044 4004
9403944b
CY
40052009-02-22 Chong Yidong <cyd@stupidchicken.com>
4006
4007 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4008 `append'.
4068c7b4 4009 (List Elements): Copyedits.
9403944b
CY
4010
4011 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4012 of `vconcat'.
4013
4014 * strings.texi (Creating Strings): Copyedits. Remove obsolete
4015 Emacs 20 usage of `concat'.
4016 (Case Conversion): Copyedits.
4017
b87a185f
CY
40182009-02-21 Chong Yidong <cyd@stupidchicken.com>
4019
4020 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4021 Minor edits.
4022 (Frame Configuration Type): Emphasize that it is not primitive.
4023 (Font Type): New node.
4024 (Type Predicates): Add fontp; type-of now recognizes font object
4025 types.
4026
4027 * intro.texi (Version Info): Update version numbers in examples.
4028 (Acknowledgements): List more contributors.
4029
4030 * elisp.texi: Bump version number to 3.0.
4031 (Top): Link to Font Type node.
4032
867d4bb3
JB
40332009-02-20 Juanma Barranquero <lekktu@gmail.com>
4034
4035 * modes.texi (Major Mode Conventions): Remove duplicate words.
4036 (Customizing Keywords): Fix typo.
4037
77730170
EZ
40382009-02-14 Eli Zaretskii <eliz@gnu.org>
4039
4040 * nonascii.texi (User-Chosen Coding Systems): Document that
4041 select-safe-coding-system suggests raw-text if there are raw bytes
4042 in the region.
4043 (Explicit Encoding): Warn not to use `undecided' when encoding.
4044
c8736212
GM
40452009-02-11 Glenn Morris <rgm@gnu.org>
4046
4047 * frames.texi (Visibility of Frames): Mention the effect multiple
4048 workspaces/desktops can have on visibility.
4049
ab992d66
EZ
40502009-02-07 Eli Zaretskii <eliz@gnu.org>
4051
c8736212
GM
4052 * text.texi (Commands for Insertion):
4053 * commands.texi (Event Mod):
4054 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
4055 * nonascii.texi (Translation of Characters):
4056 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
4057 (Explicit Encoding): Document the `charset' text property produced
4058 by decode-coding-region and decode-coding-string.
ab992d66 4059
e651a255
AM
40602009-01-27 Alan Mackenzie <acm@muc.de>
4061
4062 * modes.texi (Search-based Fontification): Correct a typo.
4063
bc5cde4b
JB
40642009-01-25 Juanma Barranquero <lekktu@gmail.com>
4065
4066 * abbrevs.texi (Abbrev Table Properties): Fix typo.
4067 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
4068
3533155b
EZ
40692009-01-24 Eli Zaretskii <eliz@gnu.org>
4070
f721deda
EZ
4071 * display.texi (Window Systems): Document the value of
4072 `initial-window-system' under --daemon.
4073
3533155b
EZ
4074 * os.texi (System Environment): Remove description of the
4075 `environment' function which has been deleted.
4076
f79b43b2
DN
40772009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4078
4079 * frames.texi (Multiple Displays): Remove documentation for
4080 removed function make-frame-on-tty.
4081
e3aa6669
CY
40822009-01-22 Chong Yidong <cyd@stupidchicken.com>
4083
4084 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
4085 write-region-annotate-functions.
4086 Document write-region-post-annotation-function.
e3aa6669 4087
fb13a416
CY
40882009-01-19 Chong Yidong <cyd@stupidchicken.com>
4089
4090 * display.texi (Font Lookup): Document WIDTH argument of
4091 x-list-fonts.
4092
02eccf6b
EZ
40932009-01-17 Eli Zaretskii <eliz@gnu.org>
4094
ead3f58d
EZ
4095 * maps.texi (Standard Keymaps): Rename function-key-map to
4096 local-function-key-map.
4097
4098 * keymaps.texi (Translation Keymaps): Rename function-key-map to
4099 local-function-key-map.
4100
4101 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4102 and `set-keyboard-coding-system' now accept an optional terminal
4103 argument.
4104
4105 * commands.texi (Event Mod): `keyboard-translate-table' is now
4106 terminal-local.
4107 (Function Keys): Rename function-key-map to
4108 local-function-key-map.
4109
df05a163
EZ
4110 * elisp.texi (Top): Make @detailmenu be consistent with changes in
4111 frames.texi.
4112
0ed8034e 4113 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
4114 `delete-terminal-functions', `suspend-tty-functions' and
4115 `resume-tty-functions'.
0ed8034e
EZ
4116
4117 * frames.texi (Frames): Document `frame-terminal' and
4118 `terminal-live-p'.
4119 (Multiple Displays): Document `make-frame-on-tty'.
4120 (Multiple Terminals): Document `terminal-list', `delete-terminal',
4121 `terminal-name', and `get-device-terminal'.
490f1197
EZ
4122 (Terminal Parameters): Document `terminal-parameters',
4123 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
4124
4125 * os.texi (System Environment): Document `environment' and
4126 `initial-environment'.
490f1197
EZ
4127 (Suspending Emacs): Update for multi-tty; document
4128 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 4129
02eccf6b
EZ
4130 * nonascii.texi (Coding System Basics): More accurate description
4131 of `raw-text'.
4132
f19fea97
JB
41332009-01-12 Juanma Barranquero <lekktu@gmail.com>
4134
4135 * display.texi (Low-Level Font): Fix typo.
4136
16fa292f
CY
41372009-01-10 Chong Yidong <cyd@stupidchicken.com>
4138
4139 * elisp.texi (Top): Update node listing.
4140
4141 * display.texi (PostScript Images): Node deleted.
4142
0b4faef3
EZ
41432009-01-10 Eli Zaretskii <eliz@gnu.org>
4144
3355f04d
EZ
4145 * processes.texi (Decoding Output): Document that null bytes force
4146 no-conversion for reading process output.
4147
4148 * files.texi (Reading from Files): Document that null bytes force
4149 no-conversion when visiting files.
4150
11625308 4151 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 4152
5dcb4c4e
SM
4153 * nonascii.texi (Lisp and Coding Systems):
4154 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 4155 (Character Properties): Improve wording.
0b4faef3 4156
ce9cf065
CY
41572009-01-09 Chong Yidong <cyd@stupidchicken.com>
4158
4159 * display.texi (Font Lookup): Remove obsolete function
4160 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
4161 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
4162 (Font Selection): Reorder order of variable descriptions.
4163 Minor clarifications.
ce9cf065
CY
4164
4165 * elisp.texi (Top): Update node listing.
4166
ab756fb3
GM
41672009-01-09 Glenn Morris <rgm@gnu.org>
4168
4169 * commands.texi (Command Loop Info): Say that last-command-char and
4170 last-input-char are obsolete aliases.
4171
4172 * edebug.texi (Edebug Recursive Edit): Remove separate references to
4173 last-input-char and last-command-char, since they are just aliases for
4174 last-input-event and last-command-event.
4175
4176 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
4177 last-command-char.
4178
6b2b8ab1
CY
41792009-01-08 Chong Yidong <cyd@stupidchicken.com>
4180
4181 * elisp.texi: Update node listing.
4182
4183 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
4184 (Face Attributes): Don't link to Font Lookup.
4185 Document font-family-list.
6b2b8ab1
CY
4186 (Fonts): New node.
4187
3568e767
JR
41882009-01-08 Jason Rumney <jasonr@gnu.org>
4189
4190 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 4191 changing the standard pointer shapes. (Bug#1485)
3568e767 4192
6221c8db
CY
41932009-01-08 Chong Yidong <cyd@stupidchicken.com>
4194
4195 * display.texi (Attribute Functions): Note that a function value
4196 :height is relative, and that compatibility functions work by
4197 calling set-face-attribute.
4198 (Displaying Faces): Reorder list in order of increasing priority.
4199 (Face Remapping): New node. Content moved here from Displaying
4200 Faces.
4201 (Glyphs): Link to Face Functions.
4202
e3d3799a
CY
42032009-01-08 Chong Yidong <cyd@stupidchicken.com>
4204
4205 * display.texi (Faces): Don't discuss face id here. facep does
4206 not return t.
4207 (Defining Faces): Minor clarification.
4208 (Face Attributes): Rearrange items to match docstring of
4209 set-face-attribute. Add :foundry attribute. Document new role of
4210 :font attribute. Texinfo usage fix.
4211 (Attribute Functions): Copyedits.
4212 (Face Functions): Note that face number is seldom used.
4213
638a2457
RS
42142009-01-05 Richard M Stallman <rms@gnu.org>
4215
4216 * strings.texi (Predicates for Strings): Minor clarification.
4217
4218 * functions.texi (Function Safety): Texinfo usage fix.
4219
39cb9e56 42202009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
49ea0074
JB
4221
4222 * objects.texi (General Escape Syntax): Fix typo.
4223
9f822178
MR
42242009-01-03 Martin Rudalics <rudalics@gmx.at>
4225
4226 * windows.texi (Choosing Window): Say that pop-up-frame-alist
4227 works via the default value of pop-up-frame-function.
4228
af34ad36
EZ
42292009-01-02 Eli Zaretskii <eliz@gnu.org>
4230
4231 * processes.texi (System Processes): Document the `time' and
4232 `ctime' attributes of `system-process-attributes'.
4233
d31f6679
CY
42342009-01-01 Chong Yidong <cyd@stupidchicken.com>
4235
4236 * display.texi (Face Attributes): Clarify :height attribute.
4237
174dc00c
MR
42382008-12-31 Martin Rudalics <rudalics@gmx.at>
4239
4240 * buffers.texi (The Buffer List): Clarify what moves a buffer to
4241 the front of the buffer list. Add entries for `last-buffer' and
4242 `unbury-buffer'.
4243
b8afe7e4
EZ
42442008-12-27 Eli Zaretskii <eliz@gnu.org>
4245
d14030f5
EZ
4246 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
4247 and its subsections.
4248
4249 * frames.texi (Multiple Terminals, Low-level Terminal)
4250 (Terminal Parameters, Frames on Other TTY devices): New sections.
4251 (Frames): Add an xref to "Multiple Terminals".
4252
765980a4
EZ
4253 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
4254
4255 * objects.texi (Terminal Type): New node.
4256 (Editing Types): Add it to the menu.
4257
47bd5577
EZ
4258 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
4259 Variables".
4260
eb22b78c 4261 * variables.texi (Directory Local Variables): New node.
47bd5577 4262 (Variables): Add a menu item for it.
eb22b78c 4263
b8afe7e4
EZ
4264 * loading.texi (Autoload): Document `generate-autoload-cookie' and
4265 `generated-autoload-file'.
4266
77bb0476
EZ
42672008-12-20 Eli Zaretskii <eliz@gnu.org>
4268
028e2c19
EZ
4269 * os.texi (Startup Summary): Add xref to documentation of
4270 `initial-window-system'.
4271
77bb0476
EZ
4272 * display.texi (Window Systems): Document `window-system' the
4273 function. The variable `window-system' is now frame-local.
028e2c19 4274 Document `initial-window-system'.
77bb0476 4275
dda87836
MR
42762008-12-19 Martin Rudalics <rudalics@gmx.at>
4277
4278 * windows.texi (Windows): Rewrite description of
4279 fit-window-to-buffer.
4280
caef3ed2
GM
42812008-12-13 Glenn Morris <rgm@gnu.org>
4282
4283 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
4284 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
4285
21c58e4d
GM
42862008-12-12 Glenn Morris <rgm@gnu.org>
4287
4288 * debugging.texi (Error Debugging): Refer forwards to
4289 eval-expression-debug-on-error.
4290
af38459f
EZ
42912008-12-05 Eli Zaretskii <eliz@gnu.org>
4292
5dedd9b5
EZ
4293 * strings.texi (String Basics): Only unibyte strings that
4294 represent key sequences hold 8-bit raw bytes.
4295
af38459f
EZ
4296 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
4297 paragraph to speak about `undecided'.
4298 (Character Properties): Don't explain the meaning of each
4299 property; instead, identify their Unicode Standard names.
b3f1f4a5 4300 (Character Sets): Document `map-charset-chars'.
af38459f 4301
fa047ae7
GM
43022008-12-02 Glenn Morris <rgm@gnu.org>
4303
4304 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
4305 section yet again.
4306
47dbc044
EZ
43072008-11-29 Eli Zaretskii <eliz@gnu.org>
4308
98d05998
EZ
4309 * nonascii.texi (Character Properties): New Section.
4310 (Specifying Coding Systems): Document
4311 `coding-system-priority-list', `set-coding-system-priority', and
4312 `with-coding-priority'.
4313 (Lisp and Coding Systems): Document `check-coding-systems-region'
4314 and `coding-system-charset-list'.
4315 (Coding System Basics): Document `coding-system-aliases'.
4316
4317 * elisp.texi (Top): Add a @detailmenu entry for "Character
4318 Properties".
4319
47dbc044
EZ
4320 * objects.texi (Character Type): Correct the range of Emacs
4321 characters. Add an @xref to "Character Codes".
4322
4323 * strings.texi (String Basics): Add an @xref to "Character Codes".
4324
4325 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
4326
4327 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
4328 (Character Codes): Document `max-char'.
4329
8b80cdf5
EZ
43302008-11-28 Eli Zaretskii <eliz@gnu.org>
4331
4332 * nonascii.texi (Text Representations, Converting Representations)
4333 (Character Sets, Scanning Charsets, Translation of Characters):
4334 Make text more accurate.
4335
a99dceba
GM
43362008-11-28 Glenn Morris <rgm@gnu.org>
4337
4338 * files.texi (Format Conversion Round-Trip): Improve previous change.
4339
f6dc3bed
CY
43402008-11-26 Chong Yidong <cyd@stupidchicken.com>
4341
4342 * modes.texi (Auto Major Mode): Fix example.
4343
5da9413d
GM
43442008-11-25 Glenn Morris <rgm@gnu.org>
4345
4346 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
4347
4348 * files.texi (Format Conversion Round-Trip):
4349 Use active voice for previous change.
4350
fcca848c
CY
43512008-11-25 Chong Yidong <cyd@stupidchicken.com>
4352
4353 * os.texi (Processor Run Time):
4354 * processes.texi (Transaction Queues):
4355 * markers.texi (The Mark):
4356 * windows.texi (Choosing Window, Selecting Windows):
4357 * files.texi (Changing Files, Magic File Names):
4358 * commands.texi (Key Sequence Input):
4359 * functions.texi (Declaring Functions):
4360 * strings.texi (Predicates for Strings):
4361 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
4362
36c8dc54
CY
43632008-11-24 Chong Yidong <cyd@stupidchicken.com>
4364
4365 * help.texi (Accessing Documentation): Update example.
4366
4367 * variables.texi (Defining Variables): Note that `*' is not
4368 necessary if defcustom is used.
4369
2a79b242
EZ
43702008-11-22 Eli Zaretskii <eliz@gnu.org>
4371
4372 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
4373 Characters" from @detailmenu.
4374
4375 * nonascii.texi (Character Codes, Character Sets)
4376 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
4377 (Chars and Bytes, Splitting Characters): Sections removed.
4378
392f0d26
LK
43792008-11-22 Lute Kamstra <lute@gnu.org>
4380
4381 * positions.texi (Text Lines): Update goto-line documentation.
4382
af1a5cd5
MR
43832008-11-21 Martin Rudalics <rudalics@gmx.at>
4384
6a4cfb0c
MR
4385 * frames.texi (Frames): Fix typo, add cross references, reword.
4386 (Initial Parameters): Reword special-display-frame-alist text.
4387 (Frames and Windows): Reword. Describe argument norecord for
4388 set-frame-selected-window.
4389 (Input Focus): Describe argument norecord for select-frame.
4390 Remove comment on MS-Windows behavior for focus-follows-mouse.
4391 (Raising and Lowering): Mention windows-frames dichotomy in
4392 metaphor.
4393
af1a5cd5
MR
4394 * windows.texi (Displaying Buffers, Vertical Scrolling)
4395 (Horizontal Scrolling): Fix indenting and rewording issues
4396 introduced with 2008-11-07 change.
4397
c249fa9c
GM
43982008-11-20 Glenn Morris <rgm@gnu.org>
4399
4400 * files.texi (Format Conversion Round-Trip): Mention `preserve'
4401 element of `format-alist'.
4402
204d4665
GM
44032008-11-19 Glenn Morris <rgm@gnu.org>
4404
4405 * doclicense.texi: Update to FDL 1.3.
4406 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
4407
cc0910af
CY
44082008-11-18 Chong Yidong <cyd@stupidchicken.com>
4409
efe6e7c4
CY
4410 * windows.texi (Window Hooks): Remove *-end-trigger-functions
4411 vars, which are obsolete. Mention jit-lock-register.
4412
5dcb4c4e
SM
4413 * modes.texi (Other Font Lock Variables):
4414 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 4415
cc0910af
CY
4416 * frames.texi (Color Parameters): Document alpha parameter.
4417
aeeedf76
MR
44182008-11-16 Martin Rudalics <rudalics@gmx.at>
4419
4420 * windows.texi (Splitting Windows, Deleting Windows)
4421 (Selecting Windows, Cyclic Window Ordering)
4422 (Buffers and Windows, Displaying Buffers, Choosing Window)
4423 (Dedicated Windows, Window Point, Window Start and End)
4424 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
4425 (Size of Window, Resizing Windows, Window Configurations)
4426 (Window Parameters): Avoid @var at beginning of sentences and
4427 reword accordingly.
4428
4c565c5c
LK
44292008-11-11 Lute Kamstra <lute@gnu.org>
4430
4431 * files.texi (File Name Components): Fix file-name-extension
4432 documentation.
4433
25f494c9
JB
44342008-11-11 Juanma Barranquero <lekktu@gmail.com>
4435
4436 * frames.texi (Basic Parameters): Remove display-environment-variable
4437 and term-environment-variable.
4438
a1401ab1
EZ
44392008-11-08 Eli Zaretskii <eliz@gnu.org>
4440
4441 * windows.texi (Basic Windows, Splitting Windows)
4442 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
4443 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
4444 (Resizing Windows, Window Configurations, Window Parameters):
4445 Fix wording and markup.
a1401ab1 4446
efafc282
MR
44472008-11-07 Martin Rudalics <rudalics@gmx.at>
4448
4449 * windows.texi (Windows): Update entries.
4450 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 4451 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
4452 (Selecting Windows, Cyclic Window Ordering): Reword with special
4453 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
4454 (Buffers and Windows, Choosing Window): Reword with special
4455 emphasis on dedicated windows.
4456 (Displaying Buffers): Reword. For switch-to-buffer mention that
4457 it may fall back on pop-to-buffer. For other-window try to
4458 explain how it treats the cyclic ordering of windows.
efafc282
MR
4459 (Dedicated Windows): New node and section discussing dedicated
4460 windows and associated functions.
86ab855a 4461 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
4462 (Window Start and End): Rename node and section title. Reword.
4463 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
4464 Minor rewording.
4465 (Size of Window): Reword, in particular text on window-width.
4466 (Resizing Windows): Reword. Add text on balancing windows.
4467 (Window Configurations): Reword. Mention window parameters.
4468 (Window Parameters): New node and section on window parameters.
4469 (Window Hooks): Reword. Mention that
4470 window-configuration-change-hook is run "buffer-locally".
4471 * elisp.texi (Top): Update Windows entries in @detailmenu
4472 section.
4473
d60a8ab2
JB
44742008-11-04 Juanma Barranquero <lekktu@gmail.com>
4475
4476 * searching.texi (Regexp Search): Fix typo.
4477
01777627
CY
44782008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4479
4480 * searching.texi (Regexp Search): Document GREEDY arg.
4481 (Simple Match Data): Fix return value.
4482
c4526e93
EZ
44832008-11-01 Eli Zaretskii <eliz@gnu.org>
4484
4485 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
4486 with Emacs 23 internal representation of characters.
4487 Document `unibyte-string'.
c4526e93 4488
fe2ae8b5
CY
44892008-10-28 Chong Yidong <cyd@stupidchicken.com>
4490
4491 * processes.texi (Process Information): Note that process-status
4492 does not accept buffer names.
4493
cc5a21e3
CY
44942008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4495
4496 * positions.texi (Skipping Characters): Correct return value of
4497 skip-chars-forward.
4498
09460d9a
MR
44992008-10-25 Martin Rudalics <rudalics@gmx.at>
4500
520b29e7
MR
4501 * windows.texi (Deleting Windows): Update documentation of
4502 delete-windows-on.
4503 (Buffers and Windows): Update documentations of
4504 get-buffer-window and get-buffer-window-list.
4505 (Displaying Buffers): Update documentation of
4506 replace-buffer-in-windows.
4507
09460d9a
MR
4508 * buffers.texi (Current Buffer): Reword set-buffer and
4509 with-current-buffer documentations.
4510 (Creating Buffers): Reword documentation of get-buffer-create.
4511
4d48fcdc
MR
45122008-10-23 Martin Rudalics <rudalics@gmx.at>
4513
4514 * buffers.texi (Current Buffer): Reword documentation of
4515 set-buffer.
4516 (Buffer Names): Reword documentation of buffer-name.
4517 (The Buffer List): For bury-buffer explain what happens with the
4518 buffer's window.
4519 (Creating Buffers): Say that get-buffer-create's arg is called
4520 buffer-or-name.
4521
f0143c43
CY
45222008-10-22 Chong Yidong <cyd@stupidchicken.com>
4523
3e5dbbd3
CY
4524 * advice.texi (Computed Advice): Explain what DEFINITION is.
4525
f0143c43
CY
4526 * nonascii.texi (Character Codes): Remove obsolete function
4527 char-valid-p, and document characterp instead.
4528
52a94b85
MR
45292008-10-22 Martin Rudalics <rudalics@gmx.at>
4530
4531 * windows.texi (Displaying Buffers): Reword documentation of
4532 pop-to-buffer.
4533 (Choosing Window): Rewrite documentation of display-buffer and
4534 its options.
4535
f76f8246
MR
4536 * buffers.texi (Killing Buffers): Update documentation of
4537 kill-buffer.
4538
acc8b598
EZ
45392008-10-21 Eli Zaretskii <eliz@gnu.org>
4540
80e6b6df
EZ
4541 * processes.texi (Serial Ports): Fix wording and improve markup.
4542
3645358a
EZ
4543 * searching.texi (Regexp Search): Document `string-match-p' and
4544 `looking-at-p'.
4545 (POSIX Regexps): Add an xref for "non-greedy".
4546 (Regexp Special): Add @cindex entry for "non-greedy".
4547
b3d50cff 4548 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 4549 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 4550
73b7530a
EZ
4551 * frames.texi (Color Names): Add an xref to `read-color'.
4552
4553 * minibuf.texi (High-Level Completion): Document `read-color'.
4554
acc8b598
EZ
4555 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
4556
4557 * positions.texi (Narrowing): Add an xref to "Swapping Text".
4558
4559 * buffers.texi (Swapping Text): New section, documents
4560 `buffer-swap-text'.
4561
10e187e8
MR
45622008-10-21 Martin Rudalics <rudalics@gmx.at>
4563
4564 * windows.texi (Resizing Windows): Minor wording fix.
4565
fd6f900c
EZ
45662008-10-20 Eli Zaretskii <eliz@gnu.org>
4567
4568 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
4569 and `combine-and-quote-strings'.
4570
4571 * strings.texi (Creating Strings): Add xrefs for them.
4572
e4372165
EZ
45732008-10-19 Eli Zaretskii <eliz@gnu.org>
4574
d6328fba
EZ
4575 * elisp.texi (Top): Make descriptive text for "Reading File Names"
4576 match the corresponding menu in minibuf.texi.
4577
e4372165
EZ
4578 * minibuf.texi (Reading File Names): Document `read-shell-command'
4579 and `minibuffer-local-shell-command-map'.
4580
5d8dda33
MR
45812008-10-19 Martin Rudalics <rudalics@gmx.at>
4582
4583 * windows.texi (Resizing Windows): Remove var{} around "window" in
4584 documentation of enlarge-window.
4585 Rewrite documentation of window-min-height and window-min-width.
4586
437706cd
EZ
45872008-10-19 Eli Zaretskii <eliz@gnu.org>
4588
80f85d7c
EZ
4589 * functions.texi (Calling Functions): Document `apply-partially'.
4590
291703b5
EZ
4591 * hooks.texi (Standard Hooks): Mention
4592 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
4593
4594 * variables.texi (File Local Variables): Document
4595 `file-local-variables-alist', `before-hack-local-variables-hook'
4596 and `hack-local-variables-hook'.
4597
583d8b3c
EZ
4598 * processes.texi (Synchronous Processes): Document `process-lines'.
4599
5dcb4c4e
SM
4600 * customize.texi (Variable Definitions):
4601 Document `custom-reevaluate-setting'.
437706cd 4602
7e51d89b
MR
46032008-10-18 Martin Rudalics <rudalics@gmx.at>
4604
4605 * windows.texi (Choosing Window, Deleting Windows)
4606 (Displaying Buffers): Expand documentation of dedicated windows.
4607
43c59a3d
EZ
46082008-10-18 Eli Zaretskii <eliz@gnu.org>
4609
018a960d
EZ
4610 * files.texi (Changing Files): Document symbolic input of file
4611 modes to `set-file-modes'. Document `read-file-modes' and
4612 `file-modes-symbolic-to-number'.
4613
2c0b8144
EZ
4614 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
4615 and `search-map'.
4616
5dcb4c4e
SM
4617 * searching.texi (Search and Replace):
4618 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 4619 Document `multi-query-replace-map'.
80120f13 4620
6d4913f0 4621 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
4622 (Completion Commands, Reading File Names):
4623 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
4624 `minibuffer-local-filename-must-match-map'.
4625 (Minibuffer Completion): The `require-match' argument to
4626 `completing-read' can now have the value `confirm-only'.
4627
43c59a3d
EZ
4628 * windows.texi (Displaying Buffers): Minor wording fix.
4629 (Choosing Window): `split-height-threshold' can now be nil.
4630 Document `split-width-threshold'. `pop-up-frames' can have the
4631 value `graphic-only'.
4632
f36acfd9
EZ
46332008-10-17 Eli Zaretskii <eliz@gnu.org>
4634
4635 * os.texi (Startup Summary): Document `before-init-time' and
4636 `after-init-time'. Document `initial-window-system' and
4637 `window-system-initialization-alist'. Document reading the
4638 abbrevs file. Document the call to `server-start' under --daemon.
4639 Rearrange a bit to be consistent with the code flow.
53728487
EZ
4640 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
4641 (Time Parsing): Document `format-seconds'.
f36acfd9 4642
96995b89
MR
46432008-10-17 Martin Rudalics <rudalics@gmx.at>
4644
4645 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
4646 and reword.
4647
2de17c73
EZ
46482008-10-16 Eli Zaretskii <eliz@gnu.org>
4649
4650 * markers.texi (The Mark): Document use-region-p.
4651
9cf52b11
EZ
46522008-10-15 Eli Zaretskii <eliz@gnu.org>
4653
c3aaf1d7
EZ
4654 * internals.texi (Writing Emacs Primitives): The interactive spec
4655 of a primitive can be a Lisp form.
4656
841a1743
EZ
4657 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
4658 values of transient-mark-mode. Document handle-shift-selection.
4659
4660 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
4661 (Interactive Examples): Show an example of `^'.
4662 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
4663 (Defining Commands, Using Interactive): The interactive-form of a
4664 function can be added via its symbol's property.
841a1743 4665
52441368
EZ
4666 * positions.texi (List Motion): beginning-of-defun-function can
4667 now accept an argument.
4668
8e8c1a72
EZ
4669 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
4670 now return a list of strings.
4671
a33a1f2a
EZ
4672 * control.texi (Handling Errors): Document ignore-errors.
4673
4fb04348
EZ
4674 * frames.texi (Creating Frames): Document frame-inherited-parameters.
4675 (Parameter Access): Document set-frame-parameter.
4676
ee666f84
EZ
4677 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
4678 Hooks" for the effect of kill-all-local-variables on local hook
4679 functions.
4680
9cf52b11
EZ
4681 * modes.texi (Major Mode Conventions, Mode Line Variables):
4682 `mode-name' need not be a string. xref to "Mode Line Data" for
4683 details, and to "Emulating Mode Line" for computing a string
4684 value.
4685
22526bc4
EZ
46862008-10-14 Eli Zaretskii <eliz@gnu.org>
4687
a65f6a85
EZ
4688 * processes.texi (System Processes): New section.
4689 (Processes, Signals to Processes): Add xrefs to it.
4690
4691 * objects.texi (Editing Types): A `process' is a subprocess of
4692 Emacs, not just any process running on the OS.
4693
4694 * elisp.texi (Top): Adjust the @detailmenu for the above two
4695 changes.
4696
2724b26a
EZ
4697 * sequences.texi (Char-Tables): Remove documentation of
4698 set-char-table-default, which has no effect since Emacs 23.
4699 <char-table-range, set-char-table-range>: Don't mention generic
4700 characters and charsets. Add a cons cell as a possible argument.
4701
4702 * nonascii.texi (Splitting Characters)
4703 (Translation of Characters): Don't mention generic characters.
4704
4705 * display.texi (Fontsets): Don't mention generic characters.
4706
22526bc4 4707 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 4708 argument FUNCTION with a cons cell as KEY.
22526bc4 4709
eaf4b689
EZ
47102008-10-13 Eli Zaretskii <eliz@gnu.org>
4711
45e46036
EZ
4712 * objects.texi (Primitive Function Type): Move "@cindex special
4713 forms" from here...
4714
4715 * eval.texi (Special Forms): ...to here.
4716
4717 * functions.texi (What Is a Function): `functionp' returns nil for
4718 special forms. Add an xref.
4719
eaf4b689
EZ
4720 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
4721 Variables".
4722
4723 * variables.texi (Frame-Local Variables): New section.
4724 (Buffer-Local Variables): Add an xref to it.
4725 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
4726 have both frame-local and buffer-local binding.
4727
4728 * frames.texi (Frames): Mention multiple tty frames.
4729 (Frame Parameters, Parameter Access): Mention frame-local variable
4730 bindings.
4731
15688fce
GM
47322008-09-20 Glenn Morris <rgm@gnu.org>
4733
4734 * display.texi (Defining Faces): Recommend against face variables.
4735
35539065
JB
47362008-09-16 Juanma Barranquero <lekktu@gmail.com>
4737
4738 * display.texi (Echo Area Customization): Fix typo.
4739
6a57054b
JB
47402008-09-09 Juanma Barranquero <lekktu@gmail.com>
4741
4742 * loading.texi (Where Defined): Add `defface' item.
4743
d632fb82
MR
47442008-09-06 Martin Rudalics <rudalics@gmx.at>
4745
4746 * loading.texi (Where Defined): Fix description of symbol-file.
4747
905a9adb
JR
47482008-08-26 Jason Rumney <jasonr@gnu.org>
4749
4750 * display.texi (TIFF Images): New section describing :index property.
4751
852e91b7
CY
47522008-08-23 Chong Yidong <cyd@stupidchicken.com>
4753
4754 * display.texi (Temporary Displays): Remove unnecessary comment
4755 about usage of temp-buffer-show-hook.
4756
6be001ee
CY
47572008-08-05 Chong Yidong <cyd@stupidchicken.com>
4758
4759 * symbols.texi (Other Plists): Fix incorrect example.
4760 Suggested by Florian Beck.
4761
58e3d8e8
JB
47622008-07-31 Juanma Barranquero <lekktu@gmail.com>
4763
4764 * os.texi: Fix previous change.
4765
7c2fb837
DN
47662008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4767
4768 * os.texi:
4769 * intro.texi:
4770 * files.texi: Remove VMS support.
4771
9e2a2647
DN
47722008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4773
4774 * os.texi:
4775 * frames.texi:
4776 * display.texi: Remove mentions of Mac Carbon.
4777
c4f4682b
MB
47782008-07-01 Miles Bader <miles@gnu.org>
4779
4780 * text.texi (Special Properties):
4781 * display.texi (Truncation): Add wrap-prefix and line-prefix.
4782
3696411e
JB
47832008-06-28 Johan Bockgård <bojohan@gnu.org>
4784
4785 * display.texi (Other Image Types): Fix copy/paste error; say
4786 "PBM", not "XBM".
4787
f2a77c3a
DN
47882008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4789
4790 * os.texi: Remove references to obsolete systems.
4791
6d52677d
EZ
47922008-06-20 Eli Zaretskii <eliz@gnu.org>
4793
4794 * makefile.w32-in (distclean): Remove makefile.
4795
1a87da4c
GM
47962008-06-17 Glenn Morris <rgm@gnu.org>
4797
4798 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
4799 (elisp, dist): Remove rules and variables that are obsolete now
4800 the lisp manual is no longer distributed separately.
4801
fdda1c5d
GM
48022008-06-16 Glenn Morris <rgm@gnu.org>
4803
646692e9
GM
4804 * configure, configure.in, mkinstalldirs: Remove unused files.
4805
4806 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 4807 * vol1.texi (EMACSVER):
6a57054b 4808 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
4809
4810 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4811 as per maintain.info.
4812
611bee81
GM
48132008-06-15 Glenn Morris <rgm@gnu.org>
4814
a7bed3a0
GM
4815 * makefile.w32-in (manual): Use "23" rather than "21".
4816
4817 * Makefile.in (emacsver): New, set by configure.
4818 (manual): Use emacsver.
4819
d794edf2
GM
4820 * intro.texi: Report bugs using M-x report-emacs-bug.
4821
611bee81
GM
4822 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4823
c73e02fa
GM
48242008-06-13 Daniel Engeler <engeler@gmail.com>
4825
4826 * elisp.texi, internals.texi, processes.texi: Add documentation
4827 about serial port access.
4828
e40a85cd
MB
48292008-06-05 Miles Bader <miles@gnu.org>
4830
4831 * display.texi (Displaying Faces): Update to reflect function
4832 renamings in face-remap.el.
4833
7b753744
JB
48342008-06-05 Juanma Barranquero <lekktu@gmail.com>
4835
4836 * display.texi (Fontsets): Fix typos.
4837
9d3d42fb
MB
48382008-06-03 Miles Bader <miles@gnu.org>
4839
7b753744
JB
4840 * display.texi (Displaying Faces): Add add-relative-face-remapping,
4841 remove-relative-face-remapping, set-base-face-remapping,
4842 and set-default-base-face-remapping.
9d3d42fb 4843
f2cec7a9
MB
48442008-06-01 Miles Bader <miles@gnu.org>
4845
4846 * display.texi (Displaying Faces): Add face-remapping-alist.
4847
8f39c96d
SM
48482008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4849
4850 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4851 variable names.
4852
1ef5eecc
ER
48532008-05-03 Eric S. Raymond <esr@golux>
4854
352c8b4a 4855 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
4856 (current-global-map) return references, not copies.
4857
63b4387f
JL
48582008-05-02 Juri Linkov <juri@jurta.org>
4859
4860 * minibuf.texi (Text from Minibuffer): Document a list of
4861 default values for `read-from-minibuffer'.
4862
38a8b703
JB
48632008-04-24 Juanma Barranquero <lekktu@gmail.com>
4864
4865 * nonascii.texi (Translation of Characters): Fix previous change.
4866
7c42e639
CY
48672008-04-20 Chong Yidong <cyd@stupidchicken.com>
4868
4869 * display.texi (Overlay Properties): Clarify role of underlying
4870 textprop and overlay keymaps for display strings.
4871
4872 * keymaps.texi (Active Keymaps): Ditto.
4873
25c0d999
SM
48742008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4875
4876 * minibuf.texi (Programmed Completion):
4877 Replace dynamic-completion-table with the new completion-table-dynamic.
4878
e3af5968
CY
48792008-04-07 Chong Yidong <cyd@stupidchicken.com>
4880
4881 * intro.texi (Some Terms): Change "fonts in this manual" index
4882 entry to "typographic conventions".
4883
6bfc8698
EZ
48842008-04-05 Eli Zaretskii <eliz@gnu.org>
4885
4886 * objects.texi (Text Props and Strings): Add indexing for read
4887 syntax of text properties.
4888
4972c361
SM
48892008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4890
4891 * processes.texi (Decoding Output): Remove process-filter-multibyte
4892 functions.
4893
c70a68db
MR
48942008-03-15 Martin Rudalics <rudalics@gmx.at>
4895
4896 * display.texi (Finding Overlays): Say that empty overlays at
4897 the end of the buffer are reported too.
4898
1291fd36
GM
48992008-03-13 Glenn Morris <rgm@gnu.org>
4900
4901 * elisp.texi (EMACSVER): Set to 23.0.60.
4902
c6b0dfd5
CY
49032008-02-26 Chong Yidong <cyd@stupidchicken.com>
4904
38a8b703 4905 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 4906
875fc30c
GM
49072008-02-22 Glenn Morris <rgm@gnu.org>
4908
4909 * frames.texi (Position Parameters): Clarify the description of
4910 `left' and `top', using information from "Geometry".
4911 (Geometry): Give a pointer to "Position Parameters", rather than
4912 repeating information.
4913
d8c8e45a
GM
49142008-02-11 Glenn Morris <rgm@gnu.org>
4915
4916 * objects.texi (Equality Predicates): No longer talk about "two"
4917 functions.
4918
38a8b703 49192008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
4920
4921 * objects.texi (Equality Predicates): Add defun for
4922 equal-including-properties.
4923
bfffe0b1
GM
49242008-02-10 Glenn Morris <rgm@gnu.org>
4925
4926 * objects.texi (Equality Predicates):
4927 Mention equal-including-properties.
4928
431b78c9
RS
49292008-02-07 Richard Stallman <rms@gnu.org>
4930
4931 * windows.texi (Window Start): Mention the feature of moving
4932 window-start to start of line.
4933
c8763fb6 49342008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
4935
4936 * keymaps.texi (Tool Bar): Document rtl property.
4937
1a256502
TTN
49382008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4939
4940 * display.texi (Button Types):
4941 For define-button-type, clarify type of NAME.
4942
569382c2
MR
49432008-01-19 Martin Rudalics <rudalics@gmx.at>
4944
4945 * buffers.texi (Buffer Modification): Fix typo.
4946
f3041af1
DN
49472008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4948
4949 * os.texi (System Environment): Remove references to OSes that are
4950 not supported anymore.
4951
d35e1cd7
DN
49522008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4953
4954 * os.texi (System Environment): Remove mention for Masscomp.
4955
23af7580
RS
49562008-01-04 Richard Stallman <rms@gnu.org>
4957
4958 * display.texi (Faces): Don't talk about internal face vector as arg
4959 to facep.
4960
4961 * customize.texi (Type Keywords): Fix previous change.
4962
4963 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4964 * elisp.texi (Top): Fix menu for commands.texi change.
4965
ec7d5b1e
RS
49662007-12-30 Richard Stallman <rms@gnu.org>
4967
5dcb4c4e 4968 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
4969 (Accessing Scroll): New node broken out of Accessing Mouse.
4970
101a6cea
RS
49712007-12-28 Richard Stallman <rms@gnu.org>
4972
4973 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 4974 (Basic Parameters): For `title', refer to title bar.
041817a4 4975 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 4976
72b7e664
RS
49772007-12-23 Richard Stallman <rms@gnu.org>
4978
4979 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4980 Improve some of the commented-out keywords' text too.
4981
27a4f445
MR
49822007-12-14 Martin Rudalics <rudalics@gmx.at>
4983
e2e3f1d7
MR
4984 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4985 "visit the current buffer".
4986
27a4f445
MR
4987 * os.texi (System Interface): Fix typo.
4988
a2afc99d
RS
49892007-12-04 Richard Stallman <rms@gnu.org>
4990
4991 * objects.texi (Symbol Type): Fix typo.
4992
b694135c
RS
49932007-12-03 Richard Stallman <rms@gnu.org>
4994
4995 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4996
f99a19da
GM
49972007-12-01 Glenn Morris <rgm@gnu.org>
4998
4999 * functions.texi (Declaring Functions): Improve previous change.
5000
8f4b37d8
GM
50012007-11-30 Glenn Morris <rgm@gnu.org>
5002
5003 * functions.texi (Declaring Functions): Add optional fourth
5004 argument of declare-function, and setting third argument to `t'.
5005
61a2fe01
RS
50062007-11-29 Richard Stallman <rms@gnu.org>
5007
5008 * customize.texi (Composite Types): Document `group' type.
5009
cbfc5193
GM
50102007-11-29 Glenn Morris <rgm@gnu.org>
5011
5dcb4c4e
SM
5012 * functions.texi (Declaring Functions): Add findex.
5013 Mention `external' files.
cbfc5193 5014
8386283a
JB
50152007-11-26 Juanma Barranquero <lekktu@gmail.com>
5016
5017 * functions.texi (Declaring Functions): Fix directive.
5018
a07c9a8b
RS
50192007-11-25 Richard Stallman <rms@gnu.org>
5020
5021 * help.texi (Help Functions): Clean up last change.
5022
5023 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5024
5025 * loading.texi (Named Features): Minor cleanup.
5026
5027 * macros.texi (Eval During Expansion): Minor cleanup.
5028
5029 * variables.texi (Variable Aliases): Minor cleanup.
5030
a0925923
RS
50312007-11-24 Richard Stallman <rms@gnu.org>
5032
5033 * functions.texi (Declaring Functions): Clarify previous change.
5034
5035 * compile.texi (Compiler Errors): Clarify previous change.
5036
20c63e44
RS
50372007-11-24 Richard Stallman <rms@gnu.org>
5038
e5e76c04 5039 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
5040 Clarify the text and move items around.
5041
5bb0cda3
GM
50422007-11-24 Glenn Morris <rgm@gnu.org>
5043
5044 * functions.texi (Declaring Functions): New section.
5045 * compile.texi (Compiler Errors): Mention declaring functions,
5046 defvar with no initvalue, and byte-compile-warnings.
5047
af13c86a
MR
50482007-11-15 Martin Rudalics <rudalics@gmx.at>
5049
5050 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5051 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5052
a5373305
MR
50532007-11-13 Martin Rudalics <rudalics@gmx.at>
5054
5055 * help.texi (Help Functions): Document new macro `with-help-window'.
5056
fe284805
JL
50572007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5058
5059 * searching.texi (Replacing Match): Describe new
5060 `match-substitute-replacement'.
5061
2c3a09b1
RS
50622007-10-31 Richard Stallman <rms@gnu.org>
5063
5064 * strings.texi (Creating Strings): Null strings from concat not unique.
5065
f2b480f4
RS
50662007-10-26 Richard Stallman <rms@gnu.org>
5067
5068 * objects.texi (Equality Predicates): Null strings are uniquified.
5069
5070 * minibuf.texi: Minor clarifications in previous change.
5071
db21122c
GM
50722007-10-25 Glenn Morris <rgm@gnu.org>
5073
5074 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5075
2328cbb3
RS
50762007-10-24 Richard Stallman <rms@gnu.org>
5077
5078 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5079
5080 * variables.texi (Frame-Local Variables): Node deleted.
5081 (Variables): Delete Frame-Local Variables from menu.
5082 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5083 (Default Value): Don't mention frame-local vars.
5084
5085 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5086
5087 * loading.texi (Unloading): Document FEATURE-unload-function
5088 instead of FEATURE-unload-hook.
5089
2328cbb3
RS
5090 * frames.texi (Multiple Displays): Don't mention frame-local vars.
5091
c066bafa
JL
50922007-10-22 Juri Linkov <juri@jurta.org>
5093
5094 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5095 (High-Level Completion): Document a list of default value strings
5096 in the DEFAULT argument, for which minibuffer functions return the
5097 first element.
5098
65ced25f
JL
50992007-10-17 Juri Linkov <juri@jurta.org>
5100
5101 * text.texi (Filling): Update arguments of fill-paragraph.
5102 fill-paragraph operates on the active region in Transient Mark mode.
5103 Remove fill-paragraph-or-region.
5104
ee46ec8e
KB
51052007-10-13 Karl Berry <karl@gnu.org>
5106
5107 * elisp.texi (@dircategory): Move to after @copying,
5108 since we want @copying as close as possible to the beginning of
5109 the output.
5110
61bbdbc6
RS
51112007-10-12 Richard Stallman <rms@gnu.org>
5112
5113 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
5114
5115 * commands.texi (Distinguish Interactive): New node,
5116 broken out from Interactive Call and rewritten.
5117 (Command Loop): Put Distinguish Interactive in menu.
5118
af23e1e8
RS
51192007-10-09 Richard Stallman <rms@gnu.org>
5120
5121 * text.texi (Examining Properties): Mention overlay priority.
5122
5123 * display.texi (Display Margins): Correct the description
5124 of margin display specifications.
5125 (Replacing Specs): New subnode broken out of Display Property.
5126
e1965a69
JL
51272007-10-06 Juri Linkov <juri@jurta.org>
5128
5129 * text.texi (Filling): Document fill-paragraph-or-region.
5130
4638454b
JB
51312007-10-05 Juanma Barranquero <lekktu@gmail.com>
5132
5133 * display.texi (Auto Faces): Fix typo.
5134
7ed54cc5
RS
51352007-10-02 Richard Stallman <rms@gnu.org>
5136
5137 * display.texi (Display Property): Explain some display specs
5138 don't let you move point in.
5139
5dcb4c4e
SM
5140 * frames.texi (Cursor Parameters):
5141 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
5142
5143 * windows.texi (Basic Windows): Don't describe
5144 cursor-in-non-selected-windows here.
5145
305a7ef2
EZ
51462007-10-01 Eli Zaretskii <eliz@gnu.org>
5147
5148 * processes.texi (Misc Network): Note that these functions are
5149 supported only on some systems.
5150
f7a7f4eb
RS
51512007-10-01 Richard Stallman <rms@gnu.org>
5152
5153 * display.texi (Overlay Properties): Explain nil as priority.
5154 Explain that conflicts are unpredictable if not resolved by
5155 priorities.
5156
780d7bb9
RS
51572007-09-23 Richard Stallman <rms@gnu.org>
5158
5159 * macros.texi (Backquote): Minor clarification.
5160
14b4fdfb
RS
51612007-09-19 Richard Stallman <rms@gnu.org>
5162
5163 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
5164 Clarify when they work in parallel and when one overrides.
5165 Fix error in example.
14b4fdfb 5166
b8d4c8d0
GM
51672007-09-06 Glenn Morris <rgm@gnu.org>
5168
b3e755a9 5169 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
5170 commands to use ../../info.
5171 * Makefile.in (infodir): Go up one more level.
4638454b 5172 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
5173 (miscmanualdir): New.
5174 (dist): Use new variable miscmanualdir.
5175 * makefile.w32-in (infodir, texinputdir): Go up one more level.
5176 (usermanualdir): Change from ../man to ../emacs.
5177
1bb1f7d3
MR
51782007-08-30 Martin Rudalics <rudalics@gmx.at>
5179
5180 * commands.texi (Command Loop Info): Advise against changing
5181 most variables described here. Explain new variable
5182 last-repeatable-command.
5183
b8d4c8d0
GM
51842007-08-29 Glenn Morris <rgm@gnu.org>
5185
5186 * elisp.texi (EMACSVER): Increase to 23.0.50.
5187
51882007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5189
5190 * frames.texi (Basic Parameters): Add display-environment-variable
5191 and term-environment-variable.
5192
51932007-08-28 Juri Linkov <juri@jurta.org>
5194
5195 * display.texi (Image Formats, Other Image Types): Add SVG.
5196
51972007-08-28 Juri Linkov <juri@jurta.org>
5198
5199 * display.texi (Images): Move formats-related text to new node
5200 "Image Formats".
5201 (Image Formats): New node.
5202
619fb9ee
RS
52032007-08-27 Richard Stallman <rms@gnu.org>
5204
5205 * windows.texi (Window Configurations): Clarify what
5206 a window configuration saves.
5207
b8d4c8d0
GM
52082007-08-25 Richard Stallman <rms@gnu.org>
5209
5210 * display.texi (Images): Delete redundant @findex.
5211
39f9da30
GM
52122007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5213
5214 * text.texi (Change Hooks): (after|before)-change-functions are no
5215 longer bound to nil while running; rather inhibit-modification-hooks
5216 is t.
5217
b8d4c8d0
GM
52182007-08-16 Richard Stallman <rms@gnu.org>
5219
5dcb4c4e
SM
5220 * processes.texi (Asynchronous Processes):
5221 Clarify doc of start-file-process.
b8d4c8d0
GM
5222
52232007-08-08 Martin Rudalics <rudalics@gmx.at>
5224
5225 * modes.texi (Example Major Modes): Fix typo.
5226
52272007-08-08 Glenn Morris <rgm@gnu.org>
5228
5229 * intro.texi (nil and t): Do not use `iff' in documentation.
5230
5231 * tips.texi (Documentation Tips): Recommend against `iff'.
5232
52332007-08-07 Chong Yidong <cyd@stupidchicken.com>
5234
5235 * display.texi (Image Cache): Document image-refresh.
5236
52372007-08-06 Martin Rudalics <rudalics@gmx.at>
5238
5239 * windows.texi (Size of Window): Document window-full-width-p.
5240
52412007-07-25 Glenn Morris <rgm@gnu.org>
5242
5243 * gpl.texi (GPL): Replace license with GPLv3.
5244
5245 * Relicense all FSF files to GPLv3 or later.
5246
52472007-07-24 Michael Albinus <michael.albinus@gmx.de>
5248
4638454b
JB
5249 * processes.texi (Synchronous Processes):
5250 Add `process-file-shell-command'.
b8d4c8d0
GM
5251 (Asynchronous Processes): Mention restricted use of
5252 `process-filter' and `process-sentinel' in
5253 `start-file-process'. Add `start-file-process-shell-command'.
5254
52552007-07-17 Michael Albinus <michael.albinus@gmx.de>
5256
5257 * files.texi (Magic File Names): Introduce optional parameter
5258 IDENTIFICATION for `file-remote-p'.
5259
52602007-07-16 Richard Stallman <rms@gnu.org>
5261
5262 * display.texi (Defining Faces): Fix previous change.
5263
52642007-07-14 Richard Stallman <rms@gnu.org>
5265
5266 * control.texi (Handling Errors): Document `debug' in handler list.
5267
52682007-07-10 Richard Stallman <rms@gnu.org>
5269
5270 * display.texi (Defining Faces): Explain C-M-x feature for defface.
5271
52722007-07-09 Richard Stallman <rms@gnu.org>
5273
5274 * files.texi (Magic File Names): Rewrite previous change.
5275
52762007-07-08 Michael Albinus <michael.albinus@gmx.de>
5277
5278 * files.texi (Magic File Names): Introduce optional parameter
5279 CONNECTED for `file-remote-p'.
5280
52812007-07-07 Michael Albinus <michael.albinus@gmx.de>
5282
5283 * processes.texi (Asynchronous Processes):
5284 * files.texi (Magic File Names): Add `start-file-process'.
5285
52862007-06-27 Richard Stallman <rms@gnu.org>
5287
5dcb4c4e
SM
5288 * files.texi (Format Conversion Piecemeal):
5289 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
5290
52912007-06-27 Michael Albinus <michael.albinus@gmx.de>
5292
4638454b
JB
5293 * files.texi (Magic File Names): Remove `dired-call-process'.
5294 Add `process-file'.
b8d4c8d0
GM
5295
52962007-06-27 Kenichi Handa <handa@m17n.org>
5297
5298 * text.texi (Special Properties): Fix description about
4638454b 5299 `composition' property.
b8d4c8d0
GM
5300
53012007-06-26 Kenichi Handa <handa@m17n.org>
5302
5303 * nonascii.texi (Default Coding Systems): Document about the
5304 return value `undecided'.
5305
53062007-06-25 David Kastrup <dak@gnu.org>
5307
5308 * keymaps.texi (Active Keymaps): Document new POSITION argument of
5309 `current-active-maps'.
5310
53112007-06-24 Karl Berry <karl@gnu.org>
5312
4638454b 5313 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
5314
53152007-06-15 Juanma Barranquero <lekktu@gmail.com>
5316
5317 * display.texi (Overlay Arrow): Doc fix.
5318
53192007-06-14 Karl Berry <karl@tug.org>
5320
5321 * anti.texi (Antinews): Typo.
5322
53232007-06-14 Chong Yidong <cyd@stupidchicken.com>
5324
5325 * display.texi (Image Cache): Document image-refresh.
5326
53272007-06-12 Karl Berry <karl@gnu.org>
5328
5329 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
5330 * two-volume.make: New file.
5331 * .cvsignore: Ignore two-volume files.
5332
53332007-06-12 Tom Tromey <tromey@redhat.com>
5334
5335 * os.texi (Init File): Document user-emacs-directory.
5336
53372007-06-03 Nick Roberts <nickrob@snap.net.nz>
5338
5339 * commands.texi (Click Events): Describe width and height when
5340 object is nil.
5341
53422007-05-30 Nick Roberts <nickrob@snap.net.nz>
5343
5dcb4c4e
SM
5344 * commands.texi (Click Events): Layout more logically.
5345 Describe width and height.
b8d4c8d0
GM
5346 (Drag Events, Motion Events): Update to new format for position.
5347
53482007-06-02 Richard Stallman <rms@gnu.org>
5349
5350 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
5351
53522007-06-02 Chong Yidong <cyd@stupidchicken.com>
5353
5354 * Version 22.1 released.
5355
53562007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5357
5358 * text.texi (Special Properties): Correct meaning of fontified face.
5359
53602007-05-30 Richard Stallman <rms@gnu.org>
5361
5362 * text.texi (Special Properties): Add link to Adjusting Point.
5363
53642007-05-12 Richard Stallman <rms@gnu.org>
5365
5366 * text.texi (Margins): indent-to-left-margin is not the default.
5367 (Mode-Specific Indent): For indent-line-function, the default
5368 is indent-relative.
5369
5370 * modes.texi (Example Major Modes): Explain last line of text-mode
5371 is redundant.
5372
53732007-05-10 Richard Stallman <rms@gnu.org>
5374
5375 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
5376
5377 * help.texi (Keys in Documentation): Add reference to
5378 Documentation Tips.
5379
5380 * files.texi (Format Conversion): TO-FN gets three arguments.
5381
5382 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
5383
53842007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5385
5386 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
5387 * files.texi (Format Conversion): Expand intro; add menu.
5388 (Format Conversion Overview, Format Conversion Round-Trip)
5389 (Format Conversion Piecemeal): New nodes/subsections.
5390 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
5391 * text.texi (Text Properties): Remove "Saving Properties" from menu.
5392 (Saving Properties): Delete node/subsection.
5393
53942007-05-07 Karl Berry <karl@gnu.org>
5395
5396 * elisp.texi (EMACSVER): Back to 22.
5397
53982007-05-06 Richard Stallman <rms@gnu.org>
5399
5400 * processes.texi (Accepting Output): Revert most of previous change.
5401
54022007-05-05 Richard Stallman <rms@gnu.org>
5403
5404 * processes.texi (Accepting Output): accept-process-output
5405 uses microseconds, not milliseconds. But that arg is obsolete.
5406
54072007-05-04 Karl Berry <karl@tug.org>
5408
5409 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
5410
54112007-05-04 Eli Zaretskii <eliz@gnu.org>
5412
5413 * tips.texi (Documentation Tips): Rearrange items to place the
5414 more important ones first. Add an index entry for hyperlinks.
5415
54162007-05-03 Karl Berry <karl@gnu.org>
5417
5418 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
5419 (EMACSVER) [smallbook]: 22 for printed version.
5420
5421 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
5422 so restore anchor to normal position after defun. Found by Kevin Ryde.
5423
54242007-04-26 Glenn Morris <rgm@gnu.org>
5425
5426 * elisp.texi (EMACSVER): Increase to 22.1.50.
5427
54282007-04-28 Karl Berry <karl@gnu.org>
5429
5430 * elisp.texi: Improve line breaks on copyright page,
5431 similar layout to emacs manual, 8.5x11 by default.
5432
54332007-04-24 Richard Stallman <rms@gnu.org>
5434
5435 * text.texi (Special Properties): Add xref to Overlay Properties.
5436
5437 * display.texi (Overlay Properties): Add xref to Special Properties.
5438
54392007-04-22 Richard Stallman <rms@gnu.org>
5440
5441 * keymaps.texi (Extended Menu Items): Move the info about
5442 format with cached keyboard binding.
5443
54442007-04-21 Richard Stallman <rms@gnu.org>
5445
5446 * text.texi (Special Properties): Clarify previous change.
5447
5448 * files.texi (File Name Expansion): Clarify previous change.
5449
5450 * display.texi (Attribute Functions): Fix example for
5451 face-attribute-relative-p.
5452
54532007-04-19 Kenichi Handa <handa@m17n.org>
5454
5455 * text.texi (Special Properties): Document composition property.
5456
54572007-04-19 Glenn Morris <rgm@gnu.org>
5458
5459 * files.texi (File Name Expansion): Mention "superroot".
5460
54612007-04-15 Chong Yidong <cyd@stupidchicken.com>
5462
5463 * frames.texi (Multiple Displays): Add note about "multi-monitor"
5464 setups.
5465 (Display Feature Testing): Note that display refers to all
5466 physical monitors for multi-monitor setups.
5467
54682007-04-14 Richard Stallman <rms@gnu.org>
5469
5470 * lists.texi (Sets And Lists): Clarify `delete' examples.
5471 Remove spurious xref to same node.
5472 Clarify xref for add-to-list.
5473
54742007-04-12 Nick Roberts <nickrob@snap.net.nz>
5475
5476 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
5477 value of lisp-mode-map.
5478
54792007-04-11 Karl Berry <karl@gnu.org>
5480
5481 * anti.texi (Antinews):
5482 * display.texi (Overlay Properties, Defining Images):
5483 * processes.texi (Synchronous Processes, Sentinels):
5484 * syntax.texi (Syntax Table Internals):
5485 * searching.texi (Regexp Special):
5486 * nonascii.texi (Default Coding Systems):
5487 * text.texi (Special Properties):
5488 * minibuf.texi (Basic Completion): Wording to improve breaks in
5489 8.5x11 format.
5490 * elisp.texi (smallbook): New @set to more easily switch between
5491 smallbook and 8.5x11.
5492
54932007-04-11 Richard Stallman <rms@gnu.org>
5494
5495 * text.texi (Lazy Properties): Minor fix.
5496
54972007-04-08 Karl Berry <karl@gnu.org>
5498
5499 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
5500 * macros.texi (Backquote): Downcase Backquote in index entries for
5501 consistency.
5502
55032007-04-08 Richard Stallman <rms@gnu.org>
5504
5505 * text.texi (Adaptive Fill): Just describe default,
5506 don't show it (since it contains non-ASCII chars).
5507
55082007-04-07 Karl Berry <karl@gnu.org>
5509
5510 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
5511 adaptive-fill-regexp's value, since they are not in the standard
5512 TeX fonts.
5513
55142007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
5515
5516 * display.texi (Defining Faces): Fix example.
5517
55182007-04-07 Karl Berry <karl@gnu.org>
5519
5520 * display.texi (Button Buffer Commands): Improve page break.
5521
55222007-04-07 Richard Stallman <rms@gnu.org>
5523
5524 * advice.texi (Activation of Advice): Remove redundant index entry.
5525
5526 * backups.texi: Improve index entries. Remove redundant ones.
5527
5528 * compile.texi (Byte Compilation): Improve index entry.
5529
5530 * hash.texi (Creating Hash): Improve index entry.
5531
5532 * symbols.texi (Definitions): Improve index entry.
5533
5534 * edebug.texi: Improve index entries. Remove redundant/useless ones.
5535
5536 * maps.texi (Standard Keymaps): Remove useless index entry.
5537
5538 * help.texi (Documentation Basics): Remove redundant index entries.
5539
5540 * customize.texi: Improve index entries.
5541 Remove redundant/useless ones.
5542
5543 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
5544
5545 * streams.texi (Output Variables): Improve index entry.
5546
5547 * abbrevs.texi (Abbrevs): Remove useless index entry.
5548
5549 * macros.texi (Expansion): Remove useless index entry.
5550
5551 * text.texi: Improve index entries. Remove redundant/useless ones.
5552 (Text Properties, Examining Properties)
5553 (Special Properties): Use "property category" instead of "category"
5554 to refer to the `category' property.
5555
5556 * positions.texi: Improve index entries. Remove useless one.
5557
5558 * lists.texi: Improve index entries. Remove redundant/useless ones.
5559
5560 * os.texi: Improve index entries.
5561 (Timers): Fix previous change.
5562
5563 * buffers.texi: Improve index entries.
5564 (Modification Time): Get rid of term "obsolete buffer".
5565
5566 * debugging.texi: Improve index entries.
5567 (Test Coverage): Add xref to other test coverage ftr.
5568
5569 * eval.texi: Improve index entry. Remove redundant ones.
5570
5571 * numbers.texi: Improve index entries. Remove redundant/useless ones.
5572
5573 * files.texi: Improve index entries. Remove redundant/useless ones.
5574
5575 * objects.texi: Improve index entries.
5576
5577 * processes.texi: Improve index entries.
5578
5579 * modes.texi: Improve index entry. Remove redundant one.
5580
5581 * nonascii.texi: Improve index entries.
5582
5583 * internals.texi: Improve index entries.
5584
5585 * syntax.texi: Improve index entries.
5586
5587 * keymaps.texi (Active Keymaps): Improve index entries.
5588
5589 * commands.texi: Improve index entries. Remove redundant/useless ones.
5590
5591 * frames.texi: Improve index entries. Remove redundant/useless ones.
5592
5593 * markers.texi: Improve index entries. Remove redundant ones.
5594
5595 * tips.texi: Improve index entries.
5596
5597 * loading.texi (Unloading): Improve index entry.
5598
5599 * variables.texi: Improve index entries. Remove redundant one.
5600
5601 * sequences.texi: Improve index entry.
5602
5603 * display.texi: Improve index entries. Remove redundant ones.
5604
5605 * windows.texi: Improve index entries.
5606
5607 * searching.texi: Improve index entries. Remove redundant one.
5608
5609 * strings.texi (Case Tables): Improve last change.
5610
56112007-04-04 Chong Yidong <cyd@stupidchicken.com>
5612
5613 * strings.texi (Case Tables): Document with-case-table and
5614 ascii-case-table.
5615
56162007-04-03 Karl Berry <karl@gnu.org>
5617
5618 * processes.texi (Network): Reword to improve page break.
5619
56202007-04-03 Eli Zaretskii <eliz@gnu.org>
5621
5622 * functions.texi (Inline Functions): Describe more disadvantages
5623 of defsubst, and make advice against it stronger.
5624
56252007-04-02 Karl Berry <karl@gnu.org>
5626
5627 * backups.texi (Backup Names): Avoid widow words.
5628 * modes.texi (Example Major Modes): Align last comment.
5629
56302007-04-01 Chong Yidong <cyd@stupidchicken.com>
5631
5632 * keymaps.texi (Remapping Commands): Document new arg to
5633 command-remapping.
5634
56352007-04-01 Karl Berry <karl@gnu.org>
5636
5637 * processes.texi (Low-Level Network): Typo.
5638 * loading.texi (Hooks for Loading): Avoid double "the".
5639 * keymaps.texi (Key Sequences): No double "and".
5640 (Changing Key Bindings): Shorten to improve line break.
5641
56422007-03-31 Glenn Morris <rgm@gnu.org>
5643
5644 * os.texi (Timers): Fix description of run-at-time TIME formats.
5645
56462007-03-31 Richard Stallman <rms@gnu.org>
5647
5648 * display.texi (Invisible Text): Correct buffer-invisibility-spec
5649 regarding ellipsis.
5650
56512007-03-31 Eli Zaretskii <eliz@gnu.org>
5652
5653 * intro.texi (nil and t):
5654 * symbols.texi (Plists and Alists):
5655 * variables.texi (Variable Aliases, Constant Variables):
5656 * functions.texi (Defining Functions):
5657 * advice.texi (Advising Primitives):
5658 * debugging.texi (Syntax Errors, Compilation Errors):
5659 * minibuf.texi (Minibuffer Windows):
5660 * commands.texi (Adjusting Point):
5661 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
5662 (Auto Major Mode, Major Mode Conventions):
5663 * help.texi (Describing Characters):
5664 * files.texi (Create/Delete Dirs, Information about Files)
5665 (File Locks, Writing to Files, Reading from Files)
5666 (Saving Buffers):
5667 * windows.texi (Resizing Windows, Cyclic Window Ordering):
5668 * frames.texi (Finding All Frames):
5669 * positions.texi (Buffer End, Motion):
5670 * markers.texi (The Region):
5671 * text.texi (Deletion, Near Point):
5672 * display.texi (Displaying Messages, Truncation):
5673 * os.texi (Processor Run Time):
5674 * tips.texi (Key Binding Conventions, Programming Tips)
5675 (Warning Tips, Documentation Tips, Comment Tips):
5676 * internals.texi (Memory Usage): Improve indexing.
5677
5678 * variables.texi (Frame-Local Variables):
5679 * functions.texi (Argument List):
5680 * loading.texi (Library Search):
5681 * streams.texi (Output Variables):
5682 * keymaps.texi (Translation Keymaps, Searching Keymaps):
5683 * searching.texi (Replacing Match, Search and Replace):
5684 * processes.texi (Byte Packing, Decoding Output)
5685 (Accepting Output, Network Servers, Shell Arguments):
5686 * display.texi (Abstract Display, Image Cache, Scroll Bars):
5687 * windows.texi (Window Point, Window Start):
5688 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
5689 * commands.texi (Reading Input, Keyboard Events):
5690 * minibuf.texi (Reading File Names, Minibuffer Completion)
5691 (Recursive Mini):
5692 * positions.texi (List Motion):
5693 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
5694 * numbers.texi (Arithmetic Operations, Math Functions)
5695 (Predicates on Numbers, Comparison of Numbers):
5696 (Numeric Conversions):
5697 * locals.texi (Standard Buffer-Local Variables):
5698 * maps.texi (Standard Keymaps):
5699 * os.texi (User Identification, System Environment, Recording Input)
5700 (X11 Keysyms):
5701 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
5702 * backups.texi (Backups and Auto-Saving):
5703 * customize.texi (Customization, Group Definitions)
5704 (Variable Definitions):
5705 * compile.texi (Byte Compilation): Improve index entries.
5706
57072007-03-31 Karl Berry <karl@gnu.org>
5708
5709 * macros.texi (Defining Macros): Avoid widow syllable.
5710
57112007-03-31 Eli Zaretskii <eliz@gnu.org>
5712
5713 * elisp.texi (Top): Postscript -> PostScript.
5714
5715 * display.texi (Images, Postscript Images): Postscript -> PostScript.
5716
57172007-03-31 Markus Triska <markus.triska@gmx.at>
5718
5719 * internals.texi (Writing Emacs Primitives): Untabify `For'.
5720
57212007-03-30 Karl Berry <karl@gnu.org>
5722
5723 * lists.texi (List-related Predicates): Remove spurious @need.
5724 (Setcdr): Use @smallexample to improve page break.
5725 (Association Lists) <assoc>: Reword to improve page break.
5726
5727 * strings.texi (String Conversion): Insert blank line to improve
5728 page break.
5729
5730 * numbers.texi (Random Numbers): Use @minus{}.
5731 (Math Functions): Use @minus{}.
5732
5733 * intro.texi (Acknowledgements): Avoid line breaks before middle
5734 initials.
5735
57362007-03-24 Eli Zaretskii <eliz@gnu.org>
5737
5738 * errors.texi (Standard Errors): Add an index entry.
5739
57402007-03-19 Richard Stallman <rms@gnu.org>
5741
5742 * os.texi (Recording Input): recent-keys now gives 300 keys.
5743
57442007-03-12 Glenn Morris <rgm@gnu.org>
5745
5746 * os.texi: Replace "daylight savings" with "daylight saving"
5747 throughout.
5748
57492007-03-05 Richard Stallman <rms@gnu.org>
5750
5dcb4c4e
SM
5751 * variables.texi (File Local Variables):
5752 Update enable-local-variables values.
b8d4c8d0
GM
5753
57542007-03-04 Richard Stallman <rms@gnu.org>
5755
5756 * syntax.texi (Control Parsing): Minor clarification.
5757
5758 * strings.texi (Formatting Strings): Clarify width, precision, flags.
5759
5760 * sequences.texi (Sequence Functions): Move string-bytes away,
5761 add xref.
5762
5763 * nonascii.texi (Text Representations): Move string-bytes here.
5764
5765 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
5766
5767 * minibuf.texi (Basic Completion): Minor clarification.
5768
5769 * markers.texi (The Mark): Clarify existence vs activation of mark.
5770 Other cleanup.
5771
5772 * display.texi (Finding Overlays): Write better example.
5773
5774 * compile.texi (Eval During Compile): Clarify putting macros
5775 in eval-when-compile.
5776
c5602427 57772007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
5778
5779 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 5780 load-read-function definition doc.
b8d4c8d0
GM
5781
57822007-02-21 Kim F. Storm <storm@cua.dk>
5783
5784 * strings.texi (Text Comparison): Mention that assoc-string
5785 converts symbols to strings before testing.
5786
57872007-02-17 Kim F. Storm <storm@cua.dk>
5788
5789 * processes.texi (Bindat Spec): Vector types can have optional
5790 element type.
5791 (Bindat Examples): Fix example. Add vector with element type.
5792
57932007-02-16 Andreas Schwab <schwab@suse.de>
5794
5795 * strings.texi (Formatting Strings): Document '+' flag.
5796
57972007-02-15 Juanma Barranquero <lekktu@gmail.com>
5798
5799 * strings.texi (Modifying Strings): Clarify that `clear-string'
5800 always converts the string to unibyte.
5801
58022007-02-14 Kim F. Storm <storm@cua.dk>
5803
5804 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5805 Rewrite glyph code description to refer to these functions.
5806 Remove details of encoding face number and char into integer code.
5807
58082007-02-03 Alan Mackenzie <acm@muc.de>
5809
5810 * loading.texi (Hooks for Loading): Make the description of
5811 `eval-after-load' more detailed, and amend the description of
5812 after-load-alist, in accordance with changes from 2006-05.
5813
58142007-02-03 Chong Yidong <cyd@stupidchicken.com>
5815
5816 * modes.texi (Defining Minor Modes): Document that a :require
5817 keyword or similar may be required to make saved customization
5818 variables work.
5819
58202007-02-03 Eli Zaretskii <eliz@gnu.org>
5821
5822 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
5823 Texinfo guidelines and with what texnfo-upd.el expects.
5824 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
5825 parts needed by `texinfo-multiple-files-update'.
5826
58272007-02-02 Eli Zaretskii <eliz@gnu.org>
5828
5829 * elisp.texi (Top): Update the top-level menus.
5830
5831 * syntax.texi (Categories): Add index entries.
5832
58332007-02-01 Juanma Barranquero <lekktu@gmail.com>
5834
5835 * display.texi (Attribute Functions): Fix name and description of
5836 the UNDERLINE arg of `set-face-underline-p'.
5837
58382007-01-29 Eli Zaretskii <eliz@gnu.org>
5839
5840 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5841 Variables", and "Standard Keymaps" to the detailed menu.
5842
5843 * variables.texi (Future Local Variables): Add index entry.
5844
58452007-01-28 Richard Stallman <rms@gnu.org>
5846
5847 * tips.texi (Coding Conventions): Clarify the tip about macros
5848 that define a function or a variable.
5849
5850 * files.texi (File Attributes): UID and GID can be floats.
5851 (Magic File Names): Explain why deferring all operations to
5852 the standard handler does not work.
5853
58542007-01-23 Martin Rudalics <rudalics@gmx.at>
5855
5856 * backups.texi (Reverting): Use "buffer" instead of "file"
5857 when talking about major and minor modes.
5858
58592007-01-21 Richard Stallman <rms@gnu.org>
5860
5861 * help.texi (Documentation): Add xref to Documentation Tips.
5862
58632007-01-14 Juanma Barranquero <lekktu@gmail.com>
5864
5865 * tips.texi (Coding Conventions): Fix typos.
5866
58672007-01-05 Richard Stallman <rms@gnu.org>
5868
5869 * modes.texi (Defining Minor Modes): Fix previous change.
5870
58712007-01-03 Richard Stallman <rms@gnu.org>
5872
5873 * customize.texi (Variable Definitions, Customization Types):
5874 Don't use * in doc string for defcustom.
5875
58762007-01-02 Richard Stallman <rms@gnu.org>
5877
5878 * variables.texi (Variable Aliases): Clarify that aliases vars
5879 always have the same value.
5880
5881 * processes.texi (Bindat Spec): Fix Texinfo usage.
5882
5883 * modes.texi (Defining Minor Modes): Explain effect of command
5884 defined with define-global-minor-mode on new buffers.
5885
58862006-12-30 Kim F. Storm <storm@cua.dk>
5887
5888 * keymaps.texi (Tool Bar): Describe `grow-only' value of
5889 `auto-resize-tool-bars'.
5890
58912006-12-30 Richard Stallman <rms@gnu.org>
5892
5893 * keymaps.texi (Active Keymaps): Fix previous change.
5894
58952006-12-30 Nick Roberts <nickrob@snap.net.nz>
5896
5897 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5898
58992006-12-30 Kim F. Storm <storm@cua.dk>
5900
5901 * processes.texi (Bindat Spec): Clarify using field names in
5902 length specifications.
5903
59042006-12-29 Kim F. Storm <storm@cua.dk>
5905
5906 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5907 Add count and index variables for eval forms in repeat blocks.
5908
59092006-12-24 Richard Stallman <rms@gnu.org>
5910
5dcb4c4e
SM
5911 * customize.texi (Variable Definitions):
5912 Document new name custom-add-frequent-value.
b8d4c8d0
GM
5913
59142006-12-19 Kim F. Storm <storm@cua.dk>
5915
5916 * commands.texi (Misc Events): User signals now result in sigusr1
5917 and sigusr2 events which are handled through special-event-map.
5918 (Special Events): User signals and drag-n-drop are special.
5919
59202006-12-17 Richard Stallman <rms@gnu.org>
5921
5922 * loading.texi (Named Features): Explain subfeatures better.
5923
5924 * customize.texi: Use "option" only for user options.
5925 For the keyword values inside defcustom etc, say "keywords".
5926 For :options value's elements, say "elements".
5927 :group should not be omitted.
5928
5929 * syntax.texi (Parsing Expressions): Split up node.
5930 (Motion via Parsing, Position Parse, Parser State)
5931 (Low-Level Parsing, Control Parsing): New subnodes.
5932 (Parser State): Document syntax-ppss-toplevel-pos.
5933
5934 * positions.texi (List Motion): Punctuation fix.
5935
5936 * files.texi (File Name Completion): Document PREDICATE arg
5937 to file-name-completion.
5938
59392006-12-16 Eli Zaretskii <eliz@gnu.org>
5940
5941 * internals.texi (Building Emacs, Writing Emacs Primitives):
5942 Add index entries.
5943
59442006-12-11 Richard Stallman <rms@gnu.org>
5945
5946 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5947 affects face menu. Explain how to make it non-nil without enabling
5948 any fontification.
5949
59502006-12-10 Chong Yidong <cyd@stupidchicken.com>
5951
5952 * modes.texi (Font Lock Basics): Document nil value of
5953 font-lock-defaults.
5954
59552006-12-10 Glenn Morris <rgm@gnu.org>
5956
5957 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5958 value for system-flag argument. Abbrev tables may not be empty
5959 when major modes are loaded.
5960
59612006-12-08 Juanma Barranquero <lekktu@gmail.com>
5962
5963 * makefile.w32-in (maintainer-clean): Partially revert last
5964 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5965 to protect elisp-covers.texi.
5966
59672006-12-07 Juanma Barranquero <lekktu@gmail.com>
5968
5969 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5970 Don't remove elisp* info files; they are already deleted by the
5971 `clean' and `distclean' targets, and they are in the $(infodir)
5972 directory, not the current one.
5973
59742006-12-04 Kim F. Storm <storm@cua.dk>
5975
5976 * commands.texi (Misc Events): Update signal events.
5977 (Event Examples): Add signal example.
5978
59792006-11-29 Richard Stallman <rms@gnu.org>
5980
5981 * frames.texi (Visibility of Frames): Explain visible windows
5982 can be covered by others. Add xref for raise-frame.
5983
59842006-11-28 Richard Stallman <rms@gnu.org>
5985
5986 * searching.texi (Regexp Special): Update when ^ is special.
5987
59882006-11-27 Eli Zaretskii <eliz@gnu.org>
5989
5990 * customize.texi (Customization, Common Keywords)
5991 (Group Definitions, Variable Definitions, Composite Types)
5992 (Type Keywords, Customization Types): Add index entries for
5993 various customization keywords.
5994
59952006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5998
c8763fb6 59992006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6000
6001 * frames.texi (Window System Selections): Remove clipboard from
6002 description of selection-coding-system.
6003
60042006-11-06 Richard Stallman <rms@gnu.org>
6005
6006 * lists.texi (List Variables): Document COMPARE-FN.
6007
6008 * keymaps.texi: Avoid use of "binding" to mean a relation;
6009 use it only to refer to the meaning associated with a key.
6010 (Keymaps): Change menu node description.
6011
6012 * elisp.texi (Top): Change menu node description.
6013
6014 * display.texi (Managing Overlays): Document overlay-recenter.
6015
60162006-10-29 Chong Yidong <cyd@stupidchicken.com>
6017
6018 * Makefile.in: Use relative paths to avoid advertising filesystem
6019 contents during compilation.
6020
60212006-10-23 Kim F. Storm <storm@cua.dk>
6022
6023 * commands.texi (Event Input Misc): Update unread-command-events.
6024
60252006-10-23 Nick Roberts <nickrob@snap.net.nz>
6026
6027 * lists.texi (Sets And Lists): Fix typos.
6028
60292006-10-18 Juanma Barranquero <lekktu@gmail.com>
6030
6031 * control.texi (Processing of Errors): Use @var for an argument,
6032 not @code.
6033
60342006-10-16 Richard Stallman <rms@gnu.org>
6035
6036 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6037
6038 * keymaps.texi (Format of Keymaps): Show all the keymap element
6039 patterns that result from menu items.
6040 (Key Lookup): Minor cleanups.
6041
6042 * modes.texi (Precalculated Fontification): Don't say that
6043 not setting font-lock-defaults avoids loading font-lock.
6044
6045 * help.texi (Documentation): Move xref to Emacs Manual here.
6046 (Documentation Basics): From here.
6047 Also doc emacs-lisp-docstring-fill-column.
6048
6049 * elisp.texi: Update version and ISBN.
6050
6051 * commands.texi (Interactive Call): Clarify KEYS arg to
6052 call-interactively is a vector.
6053 (Command Loop Info): Delete anchor in this-command-keys.
6054 Add anchor in this-command-keys-vector.
6055 (Recursive Editing): Document how recursive-edit
6056 handles the current buffer.
6057
60582006-10-13 Chong Yidong <cyd@stupidchicken.com>
6059
6060 * frames.texi (Frame Titles): %c and %l are ignored in
6061 frame-title-format.
6062
60632006-10-11 Richard Stallman <rms@gnu.org>
6064
6065 * keymaps.texi (Key Sequences): Clarify use of kbd.
6066
60672006-10-10 Kim F. Storm <storm@cua.dk>
6068
6069 * lists.texi (Sets And Lists): Add memql.
6070
60712006-10-03 Richard Stallman <rms@gnu.org>
6072
6073 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6074 Clarify :ascii: and :nonascii:.
6075
60762006-09-29 Juri Linkov <juri@jurta.org>
6077
6078 * modes.texi (%-Constructs): Reorder coding systems in the
6079 documentation of %z to the real order displayed in the modeline.
6080
60812006-09-25 Richard Stallman <rms@gnu.org>
6082
6083 * os.texi (Timers): Describe timer-max-repeats.
6084
60852006-09-25 Chong Yidong <cyd@stupidchicken.com>
6086
6087 * os.texi (Timers): Mention with-local-quit.
6088
60892006-09-24 Richard Stallman <rms@gnu.org>
6090
6091 * searching.texi (Searching and Matching): Mention property search.
6092
6093 * commands.texi (Command Loop Info): Explain how read-event affects
6094 this-command-keys.
6095
60962006-09-20 Richard Stallman <rms@gnu.org>
6097
6098 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6099
6100 * windows.texi (Window Start): Minor cleanups.
6101
61022006-09-20 Kim F. Storm <storm@cua.dk>
6103
6104 * windows.texi (Window Start): pos-visible-in-window-p allows
6105 specifying t for position to mean "end of window".
6106 Add window-line-height.
6107
6108 * anti.texi (Antinews): Mention window-line-height.
6109
61102006-09-19 David Kastrup <dak@gnu.org>
6111
6112 * keymaps.texi (Searching Keymaps): Small clarification.
6113
61142006-09-18 Richard Stallman <rms@gnu.org>
6115
6116 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
6117 cause keyboard menus.
6118 (Menu Keymaps): Likewise.
6119 (Defining Menus, Keyboard Menus): Clarify.
6120
6121 * text.texi (Fields): Clarify explanation of constrain-to-field.
6122
61232006-09-16 Eli Zaretskii <eliz@gnu.org>
6124
6125 * variables.texi (Tips for Defining): Fix a typo.
6126
61272006-09-15 Richard Stallman <rms@gnu.org>
6128
6129 * keymaps.texi (Remapping Commands, Searching Keymaps)
6130 (Active Keymaps): Clean up previous change.
6131
61322006-09-15 Jay Belanger <belanger@truman.edu>
6133
6134 * gpl.texi: Replace "Library Public License" by "Lesser Public
6135 License" throughout.
6136
61372006-09-15 David Kastrup <dak@gnu.org>
6138
6139 * keymaps.texi (Active Keymaps): Adapt description to use
6140 `get-char-property' instead `get-text-property'. Explain how
6141 mouse events change this. Explain the new optional argument of
6142 `key-binding' and its mouse-dependent lookup.
6143 (Searching Keymaps): Adapt description similarly.
6144 (Remapping Commands): Explain the new optional argument of
6145 `command-remapping'.
6146
61472006-09-14 Richard Stallman <rms@gnu.org>
6148
6149 * keymaps.texi (Searching Keymaps): Clarification.
6150 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
6151
61522006-09-13 Richard Stallman <rms@gnu.org>
6153
6154 * objects.texi (Character Type): Node split.
6155 Add xref to Describing Characters.
6156 (Basic Char Syntax, General Escape Syntax)
6157 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
6158
61592006-09-11 Richard Stallman <rms@gnu.org>
6160
6161 * display.texi (Display Table Format): Wording clarification.
6162 (Glyphs): Clarifications.
6163
61642006-09-10 Chong Yidong <cyd@stupidchicken.com>
6165
6166 * keymaps.texi (Active Keymaps): Mention that key-binding checks
6167 local maps.
6168
61692006-09-10 Kim F. Storm <storm@cua.dk>
6170
6171 * display.texi (Forcing Redisplay): Document return value of
6172 function redisplay.
6173
61742006-09-09 Richard Stallman <rms@gnu.org>
6175
6176 * windows.texi (Window Hooks): Explain limits of
6177 window-scroll-functions.
6178
6179 * display.texi (Fringe Indicators): Update for last change in
6180 indicate-buffer-boundaries.
6181
61822006-09-08 Richard Stallman <rms@gnu.org>
6183
6184 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
6185
61862006-09-06 Kim F. Storm <storm@cua.dk>
6187
6188 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
6189
6190 * windows.texi (Window Start): Update pos-visible-in-window-p.
6191
61922006-09-04 Richard Stallman <rms@gnu.org>
6193
6194 * processes.texi (Accepting Output): Explain SECONDS=0 for
6195 accept-process-output.
6196
6197 * os.texi (Idle Timers): Explain why timer functions should not
6198 loop until (input-pending-p).
6199
62002006-09-02 Eli Zaretskii <eliz@gnu.org>
6201
6202 * makefile.w32-in (usermanualdir): New variable.
6203 (elisp.dvi): Use it.
6204
62052006-09-01 Eli Zaretskii <eliz@gnu.org>
6206
6207 * buffers.texi (Buffer Modification): Fix last change.
6208
62092006-09-01 Chong Yidong <cyd@stupidchicken.com>
6210
5dcb4c4e
SM
6211 * buffers.texi (Buffer Modification):
6212 Document buffer-chars-modified-tick.
b8d4c8d0
GM
6213
62142006-08-31 Richard Stallman <rms@gnu.org>
6215
6216 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
6217
62182006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
6219
6220 * modes.texi (Syntactic Font Lock):
6221 Mention font-lock-syntactic-face-function
6222 instead of specific faces.
6223
62242006-08-29 Chong Yidong <cyd@stupidchicken.com>
6225
6226 * display.texi (Images): Add xrref to display-images-p.
6227
62282006-08-28 Kenichi Handa <handa@m17n.org>
6229
6230 * nonascii.texi (Lisp and Coding Systems): Fix description of
6231 detect-coding-region.
6232
62332006-08-27 Michael Olson <mwolson@gnu.org>
6234
6235 * processes.texi (Transaction Queues): Remove stray quote
6236 character.
6237
62382006-08-25 Richard Stallman <rms@gnu.org>
6239
6240 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
6241 Add xref.
6242
62432006-08-24 Chong Yidong <cyd@stupidchicken.com>
6244
6245 * os.texi (Timers): Avoid waiting inside timers.
6246
62472006-08-21 Lute Kamstra <lute@gnu.org>
6248
6249 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
6250
62512006-08-20 Richard Stallman <rms@gnu.org>
6252
6253 * os.texi (Idle Timers): New node, split out from Timers.
6254 Document current-idle-time.
6255 * commands.texi (Reading One Event): Update xref.
6256 * elisp.texi (Top): Update subnode menu.
6257
62582006-08-16 Richard Stallman <rms@gnu.org>
6259
6260 * keymaps.texi (Extended Menu Items): Show format of cached
6261 bindings in extended menu items.
6262
6263 * customize.texi (Variable Definitions): Explain when the
6264 standard value expression is evaluated.
6265
62662006-08-15 Chong Yidong <cyd@stupidchicken.com>
6267
6268 * commands.texi (Reading One Event): Explain idleness in
6269 `read-event'.
6270
62712006-08-12 Chong Yidong <cyd@stupidchicken.com>
6272
6273 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 6274 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
6275 relevant for Lisp programming.
6276 (Yank Commands): Rewrite introduction.
6277 (Undo): Clarify.
6278 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
6279 (Filling): Remove redundant comment. Clarify return value of
6280 current-justification.
6281 (Margins): Minor clarifications.
6282 (Adaptive Fill): Update default value of adaptive-fill-regexp.
6283 (Sorting): Update definition of sort-lines.
6284 (Columns): Clarify behavior of sort-columns.
6285 (Indent Tabs): Link to Tab Stops in Emacs manual.
6286 (Special Properties): Clarify.
6287 (Clickable Text): Mention Buttons package.
6288
62892006-08-12 Kevin Ryde <user42@zip.com.au>
6290
6291 * os.texi (Time Parsing): Add %z to description of
6292 format-time-string, as per docstring. Add cross reference to
6293 glibc manual for strftime.
6294
62952006-08-08 Richard Stallman <rms@gnu.org>
6296
6297 * modes.texi: Clean up wording in previous change.
6298
62992006-08-07 Chong Yidong <cyd@stupidchicken.com>
6300
6301 * modes.texi (Hooks): Clarify.
6302 (Major Mode Basics): Mention define-derived-mode explicitly.
6303 (Major Mode Conventions): Rebinding RET is OK for some modes.
6304 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 6305 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
6306 (Mode Line Basics): Clarify.
6307 (Mode Line Data): Mention help-echo and local-map in strings.
6308 Explain reason for treatment of non-risky variables.
6309 (Properties in Mode): Clarify.
6310 (Faces for Font Lock): Add font-lock-negation-char-face.
6311
63122006-08-04 Eli Zaretskii <eliz@gnu.org>
6313
6314 * strings.texi (Formatting Strings): Warn against arbitrary
6315 strings as first arg to `format'.
6316
63172006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
6318
6319 * text.texi (Clickable Text): Mention `help-echo' text property.
6320 Update intro, examples and associated explanations.
6321
63222006-07-31 Richard Stallman <rms@gnu.org>
6323
6324 * commands.texi: Update xrefs.
6325 (Event Mod): New node, cut out from old Translating Input.
6326
6327 * maps.texi: Update xrefs.
6328
6329 * keymaps.texi (Translation Keymaps): New node.
6330 Update xrefs from Translating Input to Translation Keymaps.
6331
6332 * elisp.texi (Top): Update subnode menu.
6333
6334 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
6335
6336 * os.texi (System Interface): Fix menu descriptions of some nodes.
6337 (Translating Input): Node deleted.
6338
63392006-07-31 Nick Roberts <nickrob@snap.net.nz>
6340
6341 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
6342
6343 * lists.texi (Sets And Lists): Likewise.
6344
63452006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
6346
6347 * text.texi (Fields): Mention POS
6348 requirement when narrowing is in effect.
6349
63502006-07-28 Richard Stallman <rms@gnu.org>
6351
6352 * display.texi (Face Attributes): Simplify wording.
6353 (Attribute Functions): Clarify meaning of new-frame default
6354 attribute settings.
6355
6356 * customize.texi (Common Keywords): Document how to use
6357 :package-version in a package not in Emacs.
6358
63592006-07-28 Kim F. Storm <storm@cua.dk>
6360
6361 * commands.texi (Reading One Event): Fix last change.
6362
63632006-07-26 Chong Yidong <cyd@stupidchicken.com>
6364
6365 * commands.texi (Reading One Event): Document SECONDS argument for
6366 read-event, read-char, and read-char-exclusive.
6367
63682006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6369
6370 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
6371 to ensure correct identification.
6372
63732006-07-24 Richard Stallman <rms@gnu.org>
6374
6375 * text.texi (Clickable Text): Clarify.
6376
6377 * sequences.texi (Vector Functions): Delete duplicate xref.
6378
6379 * objects.texi (Function Type): Clarify.
6380
6381 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
6382 modes.
6383
6384 * lists.texi (List Variables): New node.
6385 Material moved from other nodes.
6386
6387 * variables.texi (Setting Variables): add-to-list and
6388 add-to-ordered-list moved to List Variables node.
6389
63902006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
6391
6392 * text.texi (Links and Mouse-1):
6393 For mouse-on-link-p, expand on arg POS.
6394
63952006-07-21 Kim F. Storm <storm@cua.dk>
6396
6397 * display.texi (Forcing Redisplay): Don't mention systems which
6398 don't support sub-second timers for redisplay-preemption-period.
6399
6400 * os.texi (Terminal Output): Clarify text vs graphical terminal.
6401
64022006-07-21 Eli Zaretskii <eliz@gnu.org>
6403
6404 * frames.texi (Input Focus): Document that focus-follows-mouse has
6405 no effect on MS-Windows.
6406
64072006-07-18 Richard Stallman <rms@gnu.org>
6408
6409 * display.texi (Forcing Redisplay): Cleanups in previous change.
6410
6411 * processes.texi (Low-Level Network): Make menu more convenient.
6412
64132006-07-18 Kim F. Storm <storm@cua.dk>
6414
6415 * display.texi (Forcing Redisplay): redisplay-preemption-period
6416 only used on window systems. Add xref to Terminal Output.
6417
6418 * os.texi (Terminal Output): baud-rate only controls preemption on
6419 non-window systems. Add xref to Forcing Redisplay.
6420
6421 * processes.texi (Low-Level Network): Rename node "Make Network"
6422 to "Network Processes".
6423
64242006-07-18 Karl Berry <karl@gnu.org>
6425
6426 * variables.texi, functions.texi, customize.texi, loading.texi:
6427 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
6428
64292006-07-17 Chong Yidong <cyd@stupidchicken.com>
6430
6431 * commands.texi (Waiting): Document batch-mode sit-for behavior.
6432
64332006-07-17 Richard Stallman <rms@gnu.org>
6434
6435 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
6436 Put period and comma inside quotes.
6437
6438 * loading.texi, markers.texi: Use real doublequote inside menus.
6439
6440 * windows.texi: Put point and comma inside quotes.
6441 (Textual Scrolling): Use @samp for error message.
6442
6443 * variables.texi, tips.texi, syntax.texi, symbols.texi:
6444 * strings.texi, streams.texi, processes.texi, os.texi:
6445 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
6446 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
6447 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
6448 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
6449 Put point and comma inside quotes.
6450
6451 * control.texi (Processing of Errors): Add command-error-function.
6452
6453 * variables.texi (File Local Variables): Clarify that
6454 file local variables make buffer-local bindings.
6455
6456 * modes.texi (Syntactic Font Lock): Give default for
6457 font-lock-syntax-table.
6458
64592006-07-17 Nick Roberts <nickrob@snap.net.nz>
6460
6461 * text.texi (Special Properties): Clean up previous change.
6462
64632006-07-16 Karl Berry <karl@gnu.org>
6464
6465 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
6466 * control.texi: Fix bad page breaks through chapter 10 (control).
6467
6468 * anti.texi (Antinews): Reorder face-attribute fns to avoid
6469 underfull hbox.
6470
64712006-07-15 Nick Roberts <nickrob@snap.net.nz>
6472
6473 * text.texi (Special Properties): Describe fontified text property
6474 in relation to a character (not text).
6475
64762006-07-15 Kim F. Storm <storm@cua.dk>
6477
6478 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
6479 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
6480 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
6481
6482 * anti.texi (Antinews): Mention redisplay function.
6483 The kbd macro existed, but was not documented, before 22.x.
6484 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
6485
64862006-07-14 Nick Roberts <nickrob@snap.net.nz>
6487
6488 * display.texi (Displaying Messages): Add anchor.
6489
6490 * frames.texi (Dialog Boxes): Use it.
6491
64922006-07-12 Richard Stallman <rms@gnu.org>
6493
6494 * objects.texi (Frame Type): Explain nature of frames better.
6495
6496 * frames.texi (Frames): Explain nature of frames better.
6497
64982006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
6499
6500 * tips.texi (Coding Conventions): Explain why use cl at compile time.
6501
65022006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6503
6504 * frames.texi (Window System Selections): Mention scrap support for Mac.
6505 Default value of x-select-enable-clipboard is t on Mac.
6506
6507 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
6508
65092006-07-11 Kim F. Storm <storm@cua.dk>
6510
6511 * display.texi (Forcing Redisplay): Add `redisplay' function.
6512 Don't mention (sit-for -1) -- use (redisplay t) instead.
6513
6514 * commands.texi (Waiting): (sit-for -1) is no longer special.
6515 (sit-for 0) is equivalent to (redisplay).
6516 Iconifying/deiconifying no longer makes sit-for return.
6517
65182006-07-10 Nick Roberts <nickrob@snap.net.nz>
6519
6520 * display.texi (Buttons): Fix typo.
6521
6522 * index.texi, elisp.texi (New Symbols): Comment node out.
6523
65242006-07-09 Richard Stallman <rms@gnu.org>
6525
6526 * display.texi (Truncation): Clean up previous change.
6527
65282006-07-08 Richard Stallman <rms@gnu.org>
6529
6530 * commands.texi (Interactive Call): Use 3 as prefix in example
6531 for execute-extended-command.
6532
6533 * display.texi (Attribute Functions): Move paragraph about
6534 compatibility with Emacs < 21.
6535
65362006-07-09 Kim F. Storm <storm@cua.dk>
6537
6538 * display.texi (Refresh Screen): Clarify force-window-update.
6539 (Truncation): "Normally" indicated by fringe arrows.
6540
65412006-07-08 Eli Zaretskii <eliz@gnu.org>
6542
6543 * windows.texi (Textual Scrolling, Resizing Windows):
6544 * variables.texi (Constant Variables):
6545 * text.texi (Buffer Contents, Deletion, Changing Properties)
6546 (Property Search, Special Properties, Sticky Properties)
6547 (Links and Mouse-1, Fields, Change Hooks):
6548 * syntax.texi (Syntax Table Functions, Parsing Expressions)
6549 (Categories):
6550 * symbols.texi (Other Plists):
6551 * streams.texi (Output Variables):
6552 * processes.texi (Input to Processes, Query Before Exit):
6553 * positions.texi (Word Motion, Text Lines, List Motion):
6554 * os.texi (Init File, System Environment, Sound Output)
6555 (Session Management):
6556 * nonascii.texi (Text Representations, Character Sets)
6557 (Chars and Bytes, Locales):
6558 * modes.texi (Defining Minor Modes, Header Lines):
6559 * minibuf.texi (Minibuffer Contents):
6560 * markers.texi (Information from Markers):
6561 * lists.texi (List Elements, Building Lists, Association Lists):
6562 * keymaps.texi (Tool Bar):
6563 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
6564 * functions.texi (What Is a Function, Mapping Functions):
6565 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
6566 (Color Names, Text Terminal Colors, Display Feature Testing):
6567 * files.texi (Visiting Functions, File Name Components)
6568 (Unique File Names, Contents of Directories):
6569 * display.texi (Forcing Redisplay, Displaying Messages)
6570 (Temporary Displays, Font Selection, Auto Faces)
6571 (Font Lookup, Fringe Indicators, Display Margins)
6572 (Image Descriptors, Showing Images, Image Cache, Button Types)
6573 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
6574 (Display Table Format, Glyphs):
6575 * control.texi (Iteration):
6576 * commands.texi (Command Loop Info, Adjusting Point):
6577 * backups.texi (Making Backups, Auto-Saving):
6578 Remove @tindex entries.
6579
65802006-07-07 Kim F. Storm <storm@cua.dk>
6581
6582 * display.texi (Fringe Cursors): Fix typo.
6583 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
6584 (Overlay Arrow): Default is overlay-arrow fringe indicator.
6585
65862006-07-05 Richard Stallman <rms@gnu.org>
6587
6588 * text.texi (Buffer Contents): Add example of text props
6589 in result of buffer-substring.
6590 (Text Properties): Explain better about use of specific property names.
6591 (Property Search): Some cleanups; reorder some functions.
6592
6593 * keymaps.texi (Changing Key Bindings): Cleanup.
6594 Add xref to Key Binding Conventions.
6595
6596 * display.texi (Attribute Functions): Add examples for
6597 face-attribute-relative-p.
6598
6599 * tips.texi (Coding Conventions): Cleanup last change.
6600
66012006-07-05 Karl Berry <karl@gnu.org>
6602
6603 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
6604 Remove @setchapternewpage odd.
6605 Result is 1013 pages, down from 1100.
6606
6607 * anti.texi, customize.texi, display.texi, internals.texi:
6608 * minibuf.texi, modes.texi, tips.texi:
6609 Fix overfull/underfull boxes.
6610
66112006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6612
6613 * edebug.texi (Instrumenting):
6614 Add Edebug-specific findex for eval-buffer.
6615 * loading.texi (Loading):
6616 Replace eval-current-buffer with eval-buffer.
6617
66182006-06-30 Nick Roberts <nickrob@snap.net.nz>
6619
6620 * locals.texi (Standard Buffer-Local Variables): Update the list
6621 of variables.
6622
66232006-06-26 Nick Roberts <nickrob@snap.net.nz>
6624
6625 * files.texi (File Name Completion): Point user to the node
6626 "Reading File Names".
6627
66282006-06-24 Eli Zaretskii <eliz@gnu.org>
6629
6630 * files.texi (Contents of Directories): Document case-insensitive
6631 behavior on respective filesystems.
6632
6633 * objects.texi (Character Type): Document that Emacs signals an
6634 error for unsupported Unicode characters specified as \uNNNN.
6635
66362006-06-19 Richard Stallman <rms@gnu.org>
6637
6638 * processes.texi (Bindat Spec): Clarify previous change.
6639
66402006-06-16 Richard Stallman <rms@gnu.org>
6641
6642 * tips.texi (Coding Conventions): Better explain conventions
6643 for definition constructs.
6644
6645 * text.texi (Special Properties): String value of `read-only'
6646 serves as the error message.
6647
6648 * objects.texi (Character Type): Clarify prev. change.
6649 (Non-ASCII in Strings): Mention \u and \U.
6650
6651 * commands.texi (Using Interactive): Explain problem of
6652 markers, etc., in command-history.
6653
66542006-06-14 Kim F. Storm <storm@cua.dk>
6655
6656 * commands.texi (Waiting): Negative arg to sit-for forces
6657 redisplay even if input is pending.
6658
6659 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
6660 redisplay. Remove incorrect example of binding redisplay-dont-pause
6661 around (sit-for 0).
6662
66632006-06-13 Richard Stallman <rms@gnu.org>
6664
6665 * display.texi (Forcing Redisplay): Clarify previous change.
6666
66672006-06-13 Romain Francoise <romain@orebokech.com>
6668
6669 * display.texi (Forcing Redisplay): Fix typo.
6670
66712006-06-13 Kim F. Storm <storm@cua.dk>
6672
6673 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
6674
66752006-06-10 Luc Teirlinck <teirllm@auburn.edu>
6676
6677 * tips.texi (Coding Conventions): Add `@end itemize'.
6678
66792006-06-10 Richard Stallman <rms@gnu.org>
6680
6681 * tips.texi (Coding Conventions): Explain use of coding systems
6682 to ensure one decoding for strings.
6683
66842006-06-09 Aidan Kehoe <kehoea@parhasard.net>
6685
6686 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
6687 syntax.
6688
66892006-06-07 Eli Zaretskii <eliz@gnu.org>
6690
6691 * display.texi (Font Selection): Remove description of
6692 clear-face-cache.
6693
6694 * compile.texi (Eval During Compile): Fix a typo. Add index
6695 entries for possible uses of eval-when-compile.
6696
66972006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
6698
6699 * display.texi (Abstract Display): Fix typo.
6700
67012006-06-03 Eli Zaretskii <eliz@gnu.org>
6702
6703 * minibuf.texi (Minibuffer History) <history-add-new-input>:
6704 Reword variable's description.
6705
67062006-06-01 Richard Stallman <rms@gnu.org>
6707
6708 * windows.texi (Splitting Windows): Clarify splitting nonselected
6709 window.
6710
67112006-05-31 Juri Linkov <juri@jurta.org>
6712
6713 * minibuf.texi (Minibuffer History): Add history-add-new-input.
6714
67152006-05-30 Richard Stallman <rms@gnu.org>
6716
6717 * display.texi (Line Height): Fix errors in description of
10d1d0af 6718 default line height and line-height property.
b8d4c8d0
GM
6719
6720 * nonascii.texi (Default Coding Systems): Further clarification.
6721
67222006-05-29 Luc Teirlinck <teirllm@auburn.edu>
6723
6724 * internals.texi (Pure Storage): Mention that an overflow in pure
6725 space causes a memory leak.
6726 (Garbage Collection): If there was an overflow in pure space,
6727 `garbage-collect' returns nil.
6728
67292006-05-30 Eli Zaretskii <eliz@gnu.org>
6730
6731 * nonascii.texi (Default Coding Systems): Fix it some more.
6732
67332006-05-29 Eli Zaretskii <eliz@gnu.org>
6734
6735 * nonascii.texi (Default Coding Systems): Fix last change.
6736
67372006-05-29 Kenichi Handa <handa@m17n.org>
6738
6739 * nonascii.texi (find-operation-coding-system): Describe the new
6740 argument format (FILENAME . BUFFER).
6741
67422006-05-28 Richard Stallman <rms@gnu.org>
6743
6744 * tips.texi (Coding Conventions): Better explain reasons not to
6745 advise other packages or use `eval-after-load'.
6746
67472006-05-29 Kim F. Storm <storm@cua.dk>
6748
6749 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
6750 `bindat-idx' and `bindat-raw' for clarity.
6751
67522006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6753
6754 * processes.texi (Bindat Spec): Expand on `repeat' handler.
6755
6756 * display.texi (Display): Add "Abstract Display" to menu.
6757 (Abstract Display, Abstract Display Functions)
6758 (Abstract Display Example): New nodes.
6759 * elisp.texi (Top): Add "Abstract Display" to menu.
6760
67612006-05-27 Chong Yidong <cyd@stupidchicken.com>
6762
6763 * keymaps.texi (Key Sequences): Link to input events definition.
6764 (Format of Keymaps): Delete material duplicated in Keymap Basics.
6765
6766 * files.texi (Changing Files): Document updated argument list for
6767 copy-file.
6768
67692006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6770
6771 * processes.texi (Bindat Functions): Explain term "total length".
6772 Use it in bindat-length and bindat-pack descriptions.
6773
67742006-05-26 Eli Zaretskii <eliz@gnu.org>
6775
6776 * tips.texi (Coding Conventions): Advise against using
6777 eval-after-load in packages. Add an index entry.
6778
67792006-05-25 Juri Linkov <juri@jurta.org>
6780
6781 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
6782
6783 * modes.texi (%-Constructs): Add %e, %z, %Z.
6784
67852006-05-25 Richard Stallman <rms@gnu.org>
6786
6787 * elisp.texi (Top): Update subnode menu.
6788
6789 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
6790 (Keymaps): Update menu.
6791
67922006-05-25 Chong Yidong <cyd@stupidchicken.com>
6793
6794 * keymaps.texi (Key Sequences): Some clarifications.
6795
67962006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6797
6798 * processes.texi (Bindat Functions): Say "unibyte string"
6799 explicitly for bindat-unpack and bindat-pack descriptions.
6800 (Bindat Examples): Don't call `string-make-unibyte' in example.
6801
68022006-05-25 Chong Yidong <cyd@stupidchicken.com>
6803
5dcb4c4e 6804 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 6805 Explain string and vector representations of key sequences.
b8d4c8d0
GM
6806
6807 * keymaps.texi (Changing Key Bindings):
dd7b651b 6808 * commands.texi (Interactive Codes):
b8d4c8d0
GM
6809 * help.texi (Describing Characters): Refer to it.
6810
68112006-05-23 Luc Teirlinck <teirllm@auburn.edu>
6812
6813 * frames.texi (Pointer Shape): @end table -> @end defvar.
6814
68152006-05-22 Richard Stallman <rms@gnu.org>
6816
6817 * elisp.texi (Top): Update subnode menus.
6818
6819 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6820 Contents rewritten; material from old Pointer Shape node moved here.
6821
6822 * display.texi (Pointer Shape): Node deleted.
6823 (Image Descriptors): Minor cleanup.
6824
68252006-05-21 Richard Stallman <rms@gnu.org>
6826
6827 * syntax.texi (Parsing Expressions): Update info on which STATE
6828 elements are ignored.
6829
68302006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6831
6832 * hooks.texi (Standard Hooks): Correct typo.
6833
6834 * gpl.texi (GPL): ifinfo -> ifnottex.
6835
68362006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
6837
6838 * searching.texi (Simple Match Data): Warn about match data being
6839 set anew by every search.
6840
68412006-05-17 Richard Stallman <rms@gnu.org>
6842
6843 * minibuf.texi (Minibuffer History): Clarify.
6844
6845 * searching.texi (Regexp Special): Clarify nested regexp warning.
6846
68472006-05-16 Kim F. Storm <storm@cua.dk>
6848
6849 * minibuf.texi (Minibuffer History): Update add-to-history.
6850
68512006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
6852
5dcb4c4e
SM
6853 * nonascii.texi (Explicit Encoding):
6854 Fix typo (encoding<->decoding).
b8d4c8d0
GM
6855
68562006-05-14 Richard Stallman <rms@gnu.org>
6857
6858 * buffers.texi (Creating Buffers): Cleanup.
6859
6860 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6861
68622006-05-13 Eli Zaretskii <eliz@gnu.org>
6863
6864 * buffers.texi (Current Buffer): Document that with-temp-buffer
6865 disables undo.
6866
6867 * os.texi (Terminal-Specific): More accurate description of how
6868 Emacs searches for the terminal-specific libraries.
6869
68702006-05-12 Eli Zaretskii <eliz@gnu.org>
6871
6872 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6873 emacs-xtra to @inforef's.
6874
6875 * text.texi (Undo): Document that undo is turned off in buffers
6876 whose names begin with a space.
6877
6878 * buffers.texi (Buffer Names): Add index entries for buffers whose
6879 names begin with a space.
6880 (Creating Buffers): Document that undo is turned off in buffers
6881 whose names begin with a space.
6882
6883 * files.texi (Visiting Functions, Reading from Files)
6884 (Saving Buffers): Mention code and EOL conversions by file I/O
6885 primitives and subroutines.
6886
f4e90db0
SM
6887 * nonascii.texi (Lisp and Coding Systems):
6888 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
6889
6890 * display.texi (Defining Faces): Mention `mac', and add an xref to
6891 where window-system is described.
6892
68932006-05-10 Richard Stallman <rms@gnu.org>
6894
6895 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6896
68972006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6898
6899 * variables.texi (File Local Variables): Recommend to quote lambda
6900 expressions in safe-local-variable property.
6901
69022006-05-09 Richard Stallman <rms@gnu.org>
6903
5dcb4c4e
SM
6904 * variables.texi (File Local Variables):
6905 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
6906
69072006-05-07 Kim F. Storm <storm@cua.dk>
6908
6909 * minibuf.texi (Minibuffer History): Remove keep-dups arg
6910 from add-to-history.
6911
69122006-05-07 Romain Francoise <romain@orebokech.com>
6913
6914 * commands.texi (Event Input Misc):
6915 * compile.texi (Eval During Compile):
6916 * internals.texi (Buffer Internals):
6917 * minibuf.texi (Initial Input):
6918 * nonascii.texi (Scanning Charsets):
6919 * numbers.texi (Comparison of Numbers):
6920 * windows.texi (Textual Scrolling, Vertical Scrolling):
6921 Fix various typos.
6922
69232006-05-06 Eli Zaretskii <eliz@gnu.org>
6924
6925 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6926 conditional xref's to either emacs or emacs-xtra, depending on
6927 @iftex/@ifnottex.
6928
6929 * minibuf.texi (Minibuffer History): Document add-to-history.
6930
69312006-05-05 Eli Zaretskii <eliz@gnu.org>
6932
6933 * internals.texi (Pure Storage): Mention the pure overflow message
6934 at startup.
6935
c8763fb6 69362006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6937
6938 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6939 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6940 search.
6941
69422006-05-01 Richard Stallman <rms@gnu.org>
6943
6944 * intro.texi (nil and t): Clarify.
6945
6946 * variables.texi (File Local Variables): Suggest using booleanp.
6947
69482006-05-01 Juanma Barranquero <lekktu@gmail.com>
6949
6950 * objects.texi (Type Predicates): Fix typos.
6951
69522006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6953
6954 * intro.texi (nil and t): Add booleanp.
6955
6956 * objects.texi (Type Predicates): Add links for booleanp and
6957 string-or-null-p.
6958
69592006-04-29 Richard Stallman <rms@gnu.org>
6960
6961 * modes.texi (Multiline Font Lock): Rename from
6962 Multi line Font Lock Elements. Much clarification.
6963 (Font Lock Multiline, Region to Fontify): Much clarification.
6964
69652006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6966
6967 * variables.texi (File Local Variables): Remove the special case t for
6968 safe-local-variable.
6969
69702006-04-26 Richard Stallman <rms@gnu.org>
6971
6972 * syntax.texi (Parsing Expressions): Minor cleanup.
6973
69742006-04-18 Richard Stallman <rms@gnu.org>
6975
6976 * tips.texi (Coding Conventions): Explain when the package's
6977 prefix should appear later on (not at the start of the name).
6978
6979 * searching.texi (String Search): Clarify effect of NOERROR.
6980
6981 * modes.texi (Imenu): Clarify what special items do.
6982
6983 * hooks.texi (Standard Hooks): Delete text about old hook names.
6984
69852006-04-17 Romain Francoise <romain@orebokech.com>
6986
6987 * variables.texi (Local Variables): Update the default value of
6988 `max-specpdl-size'.
6989
69902006-04-15 Michael Olson <mwolson@gnu.org>
6991
6992 * processes.texi (Transaction Queues): Mention the new optional
6993 `delay-question' argument for `tq-enqueue'.
6994
69952006-04-13 Bill Wohler <wohler@newt.com>
6996
6997 * customize.texi (Common Keywords): Use dotted notation for
6998 :package-version value. Specify its values. Improve documentation
6999 for customize-package-emacs-version-alist.
7000
70012006-04-12 Bill Wohler <wohler@newt.com>
7002
7003 * customize.texi (Common Keywords): Move description of
7004 customize-package-emacs-version-alist to @defvar.
7005
70062006-04-10 Bill Wohler <wohler@newt.com>
7007
7008 * customize.texi (Common Keywords): Add :package-version.
7009
70102006-04-10 Kim F. Storm <storm@cua.dk>
7011
7012 * text.texi (Buffer Contents): Add NOPROPS arg to
7013 filter-buffer-substring.
7014
70152006-04-08 Kevin Ryde <user42@zip.com.au>
7016
7017 * os.texi (Command-Line Arguments): Update xref to emacs manual
7018 "Command Arguments" -> "Emacs Invocation", per change there.
7019
70202006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
7021
7022 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7023 be on one line to help makeinfo not render two spaces after the dot.
7024
70252006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7026
7027 * strings.texi (Predicates for Strings): Add string-or-null-p.
7028
70292006-03-28 Kim F. Storm <storm@cua.dk>
7030
7031 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7032 remarks about systems that don't support fractional seconds.
7033
70342006-03-25 Karl Berry <karl@gnu.org>
7035
7036 * elisp.texi: Use @copyright{} instead of (C), and do not indent
7037 the year list.
7038
70392006-03-21 Nick Roberts <nickrob@snap.net.nz>
7040
7041 * display.texi (Fringe Indicators): Fix typos.
7042
70432006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7044
7045 * tips.texi (Documentation Tips): One can now also write `program'
7046 in front of a quoted symbol in a docstring to prevent making a
7047 hyperlink.
7048
70492006-03-19 Alan Mackenzie <acm@muc.de>
7050
7051 * text.texi (Special Properties): Clarify `fontified' property.
7052
70532006-03-16 Richard Stallman <rms@gnu.org>
7054
7055 * display.texi (Defining Images): Minor cleanup.
7056
70572006-03-16 Bill Wohler <wohler@newt.com>
7058
7059 * display.texi (Defining Images): In image-load-path-for-library,
7060 prefer user's images.
7061
70622006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7063
7064 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7065
70662006-03-15 Bill Wohler <wohler@newt.com>
7067
7068 * display.texi (Defining Images): Fix example in
7069 image-load-path-for-library by not recommending that one binds
7070 image-load-path. Just defvar it to placate compiler and only use
7071 it if previously defined.
7072
70732006-03-14 Bill Wohler <wohler@newt.com>
7074
7075 * display.texi (Defining Images): In image-load-path-for-library,
7076 always return list of directories. Update example.
7077
70782006-03-14 Alan Mackenzie <acm@muc.de>
7079
7080 * modes.texi: New node, "Region to Fontify" (for Font Lock).
7081 This describes font-lock-extend-region-function.
7082 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7083 the new node "Region to Fontify".
7084
70852006-03-13 Richard Stallman <rms@gnu.org>
7086
7087 * display.texi (Invisible Text): The impossible position is
7088 now before the invisible text, not after.
7089 (Defining Images): Clean up last change.
7090
70912006-03-11 Bill Wohler <wohler@newt.com>
7092
7093 * display.texi (Defining Images): Add image-load-path-for-library.
7094
70952006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7096
7097 * text.texi (Adaptive Fill): Fix Texinfo usage.
7098
7099 * strings.texi (Creating Strings): Fix Texinfo usage.
7100
7101 * searching.texi (Regexp Special): Use @samp for regular
7102 expressions that are not in Lisp syntax.
7103
71042006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7105
7106 * searching.texi (Regexp Special): Put remark between parentheses
7107 to avoid misreading.
7108
71092006-03-07 Luc Teirlinck <teirllm@auburn.edu>
7110
7111 * searching.texi (Syntax of Regexps): More accurately describe
7112 which characters are special in which situations.
7113 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
7114 are not special. Describe in detail when `[' and `]' are special.
7115 (Regexp Backslash): Plenty of regexps with unbalanced square
7116 brackets are valid, so reword that statement.
7117
71182006-03-02 Kim F. Storm <storm@cua.dk>
7119
7120 * keymaps.texi (Tool Bar): Add tool-bar-border.
7121
71222006-02-28 Luc Teirlinck <teirllm@auburn.edu>
7123
7124 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
7125
71262006-02-27 Luc Teirlinck <teirllm@auburn.edu>
7127
7128 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
7129
7130 * files.texi (Locating Files): Suggest additional values for the
7131 SUFFIXES arg of `locate-file'. Update pxref.
7132
7133 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
7134 (How Programs Do Loading): Discuss the effects of Auto Compression
7135 mode on `load'.
7136 (Load Suffixes): New node.
7137 (Library Search): Delete description of `load-suffixes'; it was
7138 moved to "Load Suffixes".
7139 (Autoload, Named Features): Mention `load-suffixes'.
7140
71412006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7142
7143 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
7144
7145 * windows.texi (Window Tree): Fix typo.
7146
71472006-02-20 Kim F. Storm <storm@cua.dk>
7148
7149 * display.texi (Fringe Indicators): New section.
7150 Move indicate-empty-lines, indicate-buffer-boundaries, and
7151 default-indicate-buffer-boundaries here.
7152 Add fringe-indicator-alist and default-fringes-indicator-alist.
7153 Add list of logical fringe indicator symbols.
7154 Update list of standard bitmap names.
7155 (Fringe Cursors): New section.
7156 Move overflow-newline-into-fringe here.
7157 Add fringe-cursor-alist and default-fringes-cursor-alist.
7158 Add list of fringe cursor symbols.
7159
71602006-02-20 Juanma Barranquero <lekktu@gmail.com>
7161
7162 * commands.texi (Using Interactive): Fix reference to node
7163 "Minibuffers".
7164
71652006-02-19 Richard M. Stallman <rms@gnu.org>
7166
7167 * minibuf.texi (High-Level Completion):
7168 Add xref to read-input-method-name.
7169
7170 * files.texi (Relative File Names): Move file-relative-name here.
7171 (File Name Expansion): From here. Minor clarifications.
7172
7173 * commands.texi (Using Interactive): Add xrefs about reading input.
7174 Clarify remarks about that moving point and mark.
7175 Put string case before list case.
7176
c8763fb6 71772006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
7178
7179 * display.texi (Other Display Specs, Image Descriptors):
7180 Revert erroneous changes. The previous description of
7181 image-descriptors as `(image . PROPS)' was correct.
7182
71832006-02-14 Richard M. Stallman <rms@gnu.org>
7184
7185 * variables.texi (File Local Variables): Clarifications.
7186
71872006-02-14 Juanma Barranquero <lekktu@gmail.com>
7188
7189 * variables.texi (File Local Variables): Use @code for a cons
7190 cell, not @var.
7191
71922006-02-13 Chong Yidong <cyd@stupidchicken.com>
7193
7194 * variables.texi (File Local Variables): Document new file local
7195 variable behavior.
7196
71972006-02-10 Kim F. Storm <storm@cua.dk>
7198
7199 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
7200
72012006-02-08 Juanma Barranquero <lekktu@gmail.com>
7202
7203 * modes.texi (%-Constructs): Remove obsolete info about
7204 `global-mode-string'.
7205
72062006-02-07 Richard M. Stallman <rms@gnu.org>
7207
7208 * commands.texi (Prefix Command Arguments): Minor cleanup.
7209
7210 * display.texi: "Graphical display", not window system.
7211
7212 * functions.texi (What Is a Function): Fix xref.
7213
7214 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
7215 (Changing Key Bindings): Clarify when remapping is better than
7216 substitute-key-definition.
7217
72182006-02-02 Richard M. Stallman <rms@gnu.org>
7219
7220 * minibuf.texi (Basic Completion): Completion alists are risky.
7221
7222 * keymaps.texi (Active Keymaps): Clarifications.
7223 (Searching Keymaps): New node.
7224 (Keymaps): Update menu.
7225
7226 * frames.texi (Layout Parameters): Minor clarification.
7227 (Drag and Drop): New node.
7228 (Frames): Update menu.
7229
72302006-01-29 Chong Yidong <cyd@stupidchicken.com>
7231
7232 * display.texi (Other Display Specs, Image Descriptors):
7233 Image description is a list, not a cons cell.
7234
72352006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7236
7237 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
7238 list is not necessarily a list).
7239
72402006-01-27 Eli Zaretskii <eliz@gnu.org>
7241
7242 * frames.texi (Layout Parameters): border-width and
7243 internal-border-width belong to the frame, not the window.
7244
72452006-01-19 Richard M. Stallman <rms@gnu.org>
7246
7247 * nonascii.texi (Translation of Characters): Search cmds use
7248 translation-table-for-input. Automatically made local.
7249
7250 * markers.texi (Overview of Markers): Count insertion type
7251 as one of a marker's attributes.
7252
7253 * keymaps.texi (Controlling Active Maps): New node, split out of
7254 Active Keymaps.
7255 (Keymaps): Menu updated.
7256 (Active Keymaps): Give pseudocode to explain how the active
7257 maps are searched. current-active-maps and key-binding moved here.
7258 (Functions for Key Lookup): current-active-maps and key-binding moved.
7259 Clarifications.
7260 (Searching the Keymaps): New subnode.
7261
7262 * elisp.texi (Top): Menu clarification.
7263
7264 * display.texi (Other Display Specs): Delete duplicate entry for
7265 just a string as display spec. Move text about recursive display
7266 specs on such a string.
7267
7268 * commands.texi (Key Sequence Input): Clarify.
7269 Move num-nonmacro-input-events out.
7270 (Reading One Event): num-nonmacro-input-events moved here.
7271
72722006-01-14 Nick Roberts <nickrob@snap.net.nz>
7273
7274 * advice.texi (Simple Advice): Update example to fit argument
7275 change in previous-line.
7276
72772006-01-05 Richard M. Stallman <rms@gnu.org>
7278
7279 * markers.texi (The Mark): Fix in `mark'.
7280
72812006-01-04 Richard M. Stallman <rms@gnu.org>
7282
7283 * processes.texi (Misc Network, Make Network): Minor cleanups.
7284
72852006-01-04 Kim F. Storm <storm@cua.dk>
7286
7287 * processes.texi (Make Network): Add IPv6 addresses and handling.
7288 (Network Feature Testing): Mention (:family ipv6).
7289 (Misc Network): Add IPv6 formats to format-network-address.
7290
72912005-12-30 Richard M. Stallman <rms@gnu.org>
7292
7293 * text.texi (Changing Properties):
7294 Don't use return value of set-text-properties.
7295
72962005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7297
7298 * modes.texi (Mode Line Format): Correct typo in menu.
7299
73002005-12-29 Richard M. Stallman <rms@gnu.org>
7301
7302 * modes.texi (Mode Line Top): New node.
7303 (Mode Line Data): Some text moved to new node.
7304 Explain the data structure more concretely.
7305 (Mode Line Basics): Clarifications.
7306 (Mode Line Variables): Clarify intro paragraph.
7307 (%-Constructs): Clarify intro paragraph.
7308 (Mode Line Format): Update menu.
7309
73102005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7311
7312 * minibuf.texi (Basic Completion): Update lazy-completion-table
7313 examples for removal of ARGS argument.
7314
73152005-12-23 Richard M. Stallman <rms@gnu.org>
7316
7317 * text.texi (Undo): Restore some explanation from the version
7318 that was deleted.
7319
73202005-12-23 Eli Zaretskii <eliz@gnu.org>
7321
7322 * text.texi (Undo): Remove duplicate descriptions of `apply
7323 funname' and `apply delta' elements of the undo list.
7324
73252005-12-20 Richard M. Stallman <rms@gnu.org>
7326
7327 * help.texi (Help Functions): Update documentation of `apropos'.
7328
73292005-12-20 Luc Teirlinck <teirllm@auburn.edu>
7330
7331 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
7332 because it is confusing. If the :help-echo keyword is a function,
7333 it is not directly used as the :help-echo overlay property, as the
7334 xref seems to suggest (it does not take the appropriate args).
7335
73362005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7337
7338 * customize.texi (Common Keywords): Fix Texinfo usage.
7339 (Group Definitions, Variable Definitions): Update for new
7340 conventions for using `*' in docstrings.
7341
7342 * tips.texi (Documentation Tips): Update for new conventions for
7343 using `*' in docstrings.
7344
73452005-12-16 Richard M. Stallman <rms@gnu.org>
7346
7347 * minibuf.texi (Minibuffer Contents): Minor cleanup.
7348
73492005-12-16 Juri Linkov <juri@jurta.org>
7350
7351 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
7352
73532005-12-14 Romain Francoise <romain@orebokech.com>
7354
7355 * modes.texi (Customizing Keywords): Rename `append' to `how'.
7356 Fix typo.
7357
73582005-12-11 Juri Linkov <juri@jurta.org>
7359
7360 * minibuf.texi (Completion Commands): Add mention of read-file-name
7361 for filename completion keymaps.
7362 (Reading File Names): Add mention of filename completion keymaps
7363 for read-file-name and xref to `Completion Commands'.
7364
73652005-12-10 Richard M. Stallman <rms@gnu.org>
7366
7367 * customize.texi (Common Keywords): State caveats for use of :tag.
7368
73692005-12-08 Richard M. Stallman <rms@gnu.org>
7370
7371 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
7372 with xrefs and better explanation.
7373 (Completion Commands): Add the filename completion maps.
7374
7375 * objects.texi (Character Type): Clarify that \s is not space
7376 if a dash follows.
7377
73782005-12-05 Richard M. Stallman <rms@gnu.org>
7379
7380 * windows.texi (Resizing Windows): Delete preserve-before args.
7381
73822005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7383
7384 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
7385 in full keymaps, since the quirk has been fixed.
7386
73872005-12-03 Eli Zaretskii <eliz@gnu.org>
7388
5dcb4c4e
SM
7389 * hooks.texi (Standard Hooks): Add index entries.
7390 Mention `compilation-finish-functions'.
b8d4c8d0
GM
7391
73922005-11-27 Richard M. Stallman <rms@gnu.org>
7393
7394 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
7395
73962005-11-21 Juri Linkov <juri@jurta.org>
7397
7398 * customize.texi (Common Keywords): Update links types
7399 custom-manual and url-link. Add link types emacs-library-link,
7400 file-link, function-link, variable-link, custom-group-link.
7401
74022005-11-20 Chong Yidong <cyd@stupidchicken.com>
7403
7404 * display.texi: Revert 2005-11-20 change.
7405
74062005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
7407
7408 * processes.texi (Bindat Functions):
7409 Say "third" to refer to zero-based index "2".
7410
74112005-11-18 Luc Teirlinck <teirllm@auburn.edu>
7412
7413 * loading.texi (Library Search): Update the default value of
7414 `load-suffixes'.
7415
74162005-11-17 Chong Yidong <cyd@stupidchicken.com>
7417
7418 * display.texi (Attribute Functions): Mention :ignore-defface.
7419
74202005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
7423 (Minor Mode Conventions): Mention the use of a hook.
7424
74252005-11-06 Richard M. Stallman <rms@gnu.org>
7426
7427 * files.texi (Magic File Names): find-file-name-handler checks the
7428 `operations' property of the handler.
7429
74302005-11-03 Richard M. Stallman <rms@gnu.org>
7431
7432 * variables.texi (Frame-Local Variables): Small clarification.
7433
74342005-10-29 Chong Yidong <cyd@stupidchicken.com>
7435
7436 * os.texi (Init File): Document ~/.emacs.d/init.el.
7437
74382005-10-29 Richard M. Stallman <rms@gnu.org>
7439
7440 * internals.texi (Garbage Collection): Document memory-full.
7441
74422005-10-28 Bill Wohler <wohler@newt.com>
7443
7444 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
7445 for URLs.
7446
74472005-10-28 Richard M. Stallman <rms@gnu.org>
7448
7449 * minibuf.texi (Completion Commands): Clean up prev change.
7450
74512005-10-26 Kevin Ryde <user42@zip.com.au>
7452
7453 * compile.texi (Eval During Compile): Explain recommended uses
7454 of eval-when-compile and eval-and-compile.
7455
74562005-10-27 Masatake YAMATO <jet@gyve.org>
7457
7458 * minibuf.texi (Completion Commands):
7459 Write about new optional argument for `display-completion-list'.
7460
74612005-10-23 Richard M. Stallman <rms@gnu.org>
7462
7463 * display.texi (Overlay Arrow): Clarify about local bindings of
7464 overlay-arrow-position.
7465
74662005-10-22 Eli Zaretskii <eliz@gnu.org>
7467
7468 * internals.texi (Building Emacs): Fix last change.
7469
74702005-10-22 Richard M. Stallman <rms@gnu.org>
7471
7472 * internals.texi (Building Emacs): Document eval-at-startup.
7473
74742005-10-21 Richard M. Stallman <rms@gnu.org>
7475
7476 * loading.texi (Where Defined): load-history contains abs file names.
7477 symbol-file returns abs file names.
7478
74792005-10-19 Kim F. Storm <storm@cua.dk>
7480
7481 * display.texi (Showing Images): Add max-image-size integer value.
7482
74832005-10-18 Chong Yidong <cyd@stupidchicken.com>
7484
7485 * display.texi (Showing Images): Document max-image-size.
7486
74872005-10-17 Richard M. Stallman <rms@gnu.org>
7488
7489 * commands.texi (Quitting): Minor clarification.
7490
7491 * processes.texi (Sentinels): Clarify about output and quitting.
7492 (Filter Functions): Mention with-local-quit.
7493
74942005-10-17 Juri Linkov <juri@jurta.org>
7495
7496 * buffers.texi (Current Buffer):
7497 * commands.texi (Event Input Misc):
7498 * compile.texi (Eval During Compile, Compiler Errors):
7499 * customize.texi (Group Definitions):
7500 * display.texi (Progress, Defining Faces):
7501 * files.texi (Writing to Files):
7502 * modes.texi (Mode Hooks, Defining Minor Modes):
7503 * streams.texi (Output Functions):
7504 * syntax.texi (Syntax Table Functions):
7505 * text.texi (Change Hooks):
7506 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
7507
7508 * commands.texi (Quitting): Replace arg `forms' with `body' in
7509 `with-local-quit'.
7510
7511 * positions.texi (Excursions): Replace arg `forms' with `body' in
7512 `save-excursion'.
7513
75142005-10-08 Kim F. Storm <storm@cua.dk>
7515
7516 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
7517 Rename manual section accordingly.
7518
75192005-10-04 Kim F. Storm <storm@cua.dk>
7520
7521 * windows.texi (Window Split Tree): New section describing
7522 new function window-split-tree function.
7523
75242005-10-03 Nick Roberts <nickrob@snap.net.nz>
7525
7526 * display.texi (Fringe Size/Pos): Simplify and add detail.
7527
75282005-09-30 Romain Francoise <romain@orebokech.com>
7529
7530 * minibuf.texi (High-Level Completion): Explain that the prompt
7531 given to `read-buffer' should end with a colon and a space.
7532 Update usage examples.
7533
75342005-09-29 Juri Linkov <juri@jurta.org>
7535
7536 * display.texi (Displaying Messages): Rename argument name
7537 `string' to `format-string' in functions `message', `message-box',
7538 `message-or-box'.
7539
75402005-09-26 Chong Yidong <cyd@stupidchicken.com>
7541
7542 * errors.texi (Standard Errors): Correct xrefs.
7543
75442005-09-18 Chong Yidong <cyd@stupidchicken.com>
7545
7546 * display.texi (Defining Images): Update documentation for
7547 `image-load-path'.
7548
75492005-09-17 Richard M. Stallman <rms@gnu.org>
7550
7551 * display.texi (Defining Images): Clean up previous change.
7552
75532005-09-16 Romain Francoise <romain@orebokech.com>
7554
7555 * elisp.texi: Specify GFDL version 1.2.
7556
7557 * doclicense.texi (GNU Free Documentation License): Update to
7558 version 1.2.
7559
75602005-09-15 Chong Yidong <cyd@stupidchicken.com>
7561
7562 * display.texi (Defining Images): Document `image-load-path'.
7563
75642005-09-15 Richard M. Stallman <rms@gnu.org>
7565
7566 * objects.texi (Printed Representation): Minor cleanup.
7567 (Box Diagrams): Minor fix.
7568 (Cons Cell Type): Move (...) index item here.
7569 (Box Diagrams): From here.
7570 (Array Type): Minor fix.
7571 (Type Predicates): Delete index "predicates".
7572 (Hash Table Type): Clarify xref.
7573 (Dotted Pair Notation): Minor fix.
7574
75752005-09-10 Chong Yidong <cyd@stupidchicken.com>
7576
7577 * files.texi (Saving Buffers): Fix typo.
7578
75792005-09-08 Richard M. Stallman <rms@gnu.org>
7580
7581 * tips.texi (Programming Tips): Correct the "default" prompt spec.
7582
75832005-09-08 Chong Yidong <cyd@stupidchicken.com>
7584
7585 * locals.texi (Standard Buffer-Local Variables): Don't include
7586 mode variables for minor modes.
7587 Fix xrefs for buffer-display-count, buffer-display-table,
7588 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
7589 enable-multibyte-characters, fill-column, header-line-format,
7590 left-fringe-width, left-margin, and right-fringe-width.
7591
7592 * hooks.texi (Standard Hooks): All hooks should conform to the
7593 standard naming convention now.
7594 Fix xref for `echo-area-clear-hook'.
7595
7596 * display.texi (Usual Display): Note that indicate-empty-lines and
7597 tab-width are buffer-local.
7598
7599 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
7600
7601 * modes.texi (Mode Help): Note that major-mode is buffer-local.
7602
7603 * nonascii.texi (Encoding and I/O): Note that
7604 buffer-file-coding-system is buffer-local.
7605
7606 * positions.texi (List Motion): Note that defun-prompt-regexp is
7607 buffer-local.
7608
7609 * text.texi (Auto Filling): Note that auto-fill-function is
7610 buffer-local.
7611 (Undo): Note that buffer-undo-list is buffer-local.
7612
5dcb4c4e
SM
7613 * windows.texi (Buffers and Windows):
7614 Document buffer-display-count.
b8d4c8d0
GM
7615
76162005-09-06 Richard M. Stallman <rms@gnu.org>
7617
7618 * tips.texi (Coding Conventions): Sometimes it is ok to put the
7619 package prefix elsewhere than at the start of the name.
7620
76212005-09-03 Richard M. Stallman <rms@gnu.org>
7622
7623 * tips.texi (Programming Tips): Add conventions for minibuffer
7624 questions and prompts.
7625
76262005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
7627
7628 * intro.texi (nil and t): Minor cleanup.
7629 Delete spurious mention of keyword symbols.
7630 (Evaluation Notation): Add index entry.
7631 (A Sample Function Description): Minor cleanup.
7632 (A Sample Variable Description): Not all vars can be set.
7633
76342005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
7635
7636 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
7637
7638 (Insertion): Document precise type of `insert-char' arg COUNT.
7639
76402005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * modes.texi (Other Font Lock Variables): Sync the default of
7643 font-lock-lines-before.
7644
76452005-08-31 Michael Albinus <michael.albinus@gmx.de>
7646
7647 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
7648
76492005-08-29 Richard M. Stallman <rms@gnu.org>
7650
7651 * elisp.texi (Top): Update subnode menu.
7652
7653 * searching.texi (Searching and Matching): Move node.
7654 Rearrange contents and add overall explanation.
7655 (Searching and Case): Move node.
7656 (Searching and Matching): Update menu.
7657
76582005-08-27 Eli Zaretskii <eliz@gnu.org>
7659
7660 * os.texi (Startup Summary): Fix the description of the initial
7661 startup message display.
7662
76632005-08-25 Richard M. Stallman <rms@gnu.org>
7664
7665 * searching.texi (Search and Replace): Add replace-regexp-in-string.
7666
76672005-08-25 Emilio C. Lopes <eclig@gmx.net>
7668
7669 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
7670 `next-overlay-change' example.
7671
76722005-08-22 Juri Linkov <juri@jurta.org>
7673
7674 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
7675 Fix invert-face. Fix args of face-background.
7676
7677 * display.texi (Standard Faces): Delete node.
7678 (Faces): Add xref to `(emacs)Standard Faces'.
7679 (Displaying Faces): Fix xref to `Standard Faces'.
7680
7681 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
7682
76832005-08-20 Alan Mackenzie <acm@muc.de>
7684
7685 * buffers.texi (The Buffer List): Clarify the manipulation of the
7686 buffer list.
7687
76882005-08-14 Richard M. Stallman <rms@gnu.org>
7689
7690 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
7691 a regexp.
7692
76932005-08-11 Richard M. Stallman <rms@gnu.org>
7694
7695 * elisp.texi (Top): Update subnode lists.
7696
7697 * display.texi (Inverse Video): Node deleted.
7698
7699 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
7700 New nodes split out of Coding Conventions.
7701
7702 * searching.texi (Regular Expressions): Document re-builder.
7703
7704 * os.texi (Time Parsing): New node split out of Time Conversion.
7705
7706 * processes.texi (Misc Network, Network Feature Testing)
7707 (Network Options, Make Network): New nodes split out of
7708 Low-Level Network.
7709
77102005-08-09 Richard M. Stallman <rms@gnu.org>
7711
7712 * frames.texi (Geometry): New node, split from Size and Position.
7713 (Frame Parameters): Refer to Geometry.
7714
7715 * buffers.texi (The Buffer List): Fix xrefs.
7716
7717 * windows.texi (Splitting Windows): Fix xref.
7718
7719 * frames.texi (Layout Parameters): Add xref.
7720
7721 * display.texi (Line Height, Scroll Bars): Fix xrefs.
7722
7723 * keymaps.texi (Menu Bar): Fix xref.
7724
7725 * locals.texi (Standard Buffer-Local Variables): Fix xref.
7726
7727 * modes.texi (%-Constructs): Fix xref.
7728
7729 * frames.texi (Window Frame Parameters): Node split up.
7730 (Basic Parameters, Position Parameters, Size Parameters)
7731 (Layout Parameters, Buffer Parameters, Management Parameters)
7732 (Cursor Parameters, Color Parameters): New subnodes.
7733
77342005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7735
7736 * positions.texi (Screen Lines): Update xref for previous change
7737 in minibuf.texi.
7738
7739 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
7740 change in minibuf.texi.
7741
77422005-08-09 Richard M. Stallman <rms@gnu.org>
7743
7744 * tips.texi (Coding Conventions): Minor cleanup.
7745
7746 * modes.texi (Defining Minor Modes): Explain when init-value
7747 can be non-nil.
7748
7749 * elisp.texi (Top): Update submenu for Minibuffer.
7750
7751 * minibuf.texi (Minibuffer Misc): Node split up.
7752 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
7753 (Recursive Mini): New nodes split out from Minibuffer Misc.
7754 (Minibuffer Misc): Document max-mini-window-height.
7755
7756 * hash.texi (Defining Hash): Delete stray paren in example.
7757
7758 * display.texi (Echo Area Customization): Don't define
7759 max-mini-window-height here; xref instead.
7760
7761 * commands.texi (Event Input Misc): Update while-no-input.
7762
7763 * advice.texi (Advising Functions): Explain when to use advice
7764 and when to use a hook.
7765
77662005-07-30 Eli Zaretskii <eliz@gnu.org>
7767
7768 * makefile.w32-in (info): Don't run install-info.
7769 ($(infodir)/dir): New target, produced by running install-info.
7770
77712005-07-27 Luc Teirlinck <teirllm@auburn.edu>
7772
7773 * modes.texi (Defining Minor Modes): The keyword for the initial
7774 value is :init-value, not :initial-value.
7775
77762005-07-23 Eli Zaretskii <eliz@gnu.org>
7777
7778 * loading.texi (Autoload): Make the `doctor' example be consistent
7779 with what's in current loaddefs.el. Describe the "fn" magic in
7780 the usage portion of the doc string.
7781
77822005-07-22 Richard M. Stallman <rms@gnu.org>
7783
7784 * internals.texi (Garbage Collection): Clarify previous change.
7785
77862005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7787
7788 * internals.texi (Garbage Collection): Add gc-cons-percentage.
7789
77902005-07-18 Juri Linkov <juri@jurta.org>
7791
7792 * commands.texi (Accessing Events):
7793 * frames.texi (Text Terminal Colors, Resources):
7794 * markers.texi (The Mark):
7795 * modes.texi (Defining Minor Modes):
7796 Delete duplicate duplicate words.
7797
77982005-07-16 Richard M. Stallman <rms@gnu.org>
7799
7800 * display.texi (Managing Overlays): Clarify make-overlay
7801 args for insertion types.
7802
78032005-07-13 Luc Teirlinck <teirllm@auburn.edu>
7804
7805 * customize.texi (Variable Definitions):
7806 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7807 `standard-value' is a list too.
7808 (Defining New Types): Use @key{RET} instead of @key{ret}.
7809
78102005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
7811
7812 * os.texi (Translating Input): Fix typo.
7813
78142005-07-08 Richard M. Stallman <rms@gnu.org>
7815
7816 * README: Update edition number and size estimate.
7817
7818 * elisp.texi (VERSION): Set to 2.9.
7819
78202005-07-07 Richard M. Stallman <rms@gnu.org>
7821
7822 * book-spine.texinfo: Update Emacs version.
7823
7824 * display.texi (Inverse Video): Delete mode-line-inverse-video.
7825
78262005-07-06 Richard M. Stallman <rms@gnu.org>
7827
7828 * searching.texi (Regexp Search): Clarify what re-search-forward
7829 does when the search fails.
7830
78312005-07-05 Lute Kamstra <lute@gnu.org>
7832
7833 * Update FSF's address in GPL notices.
7834
7835 * doclicense.texi (GNU Free Documentation License):
7836 * gpl.texi (GPL):
7837 * tips.texi (Coding Conventions, Library Headers):
7838 * vol1.texi:
7839 * vol2.texi: Update FSF's address.
7840
78412005-07-04 Richard M. Stallman <rms@gnu.org>
7842
7843 * hooks.texi (Standard Hooks): Add occur-hook.
7844
78452005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7846
7847 * display.texi (The Echo Area): Correct menu.
7848
78492005-07-03 Richard M. Stallman <rms@gnu.org>
7850
7851 * elisp.texi (Top): Update subnode menu for Display.
7852
7853 * display.texi (Displaying Messages): New node, with most
7854 of what was in The Echo Area.
5dcb4c4e 7855 (Progress): Move under The Echo Area.
b8d4c8d0
GM
7856 (Logging Messages): New node with new text.
7857 (Echo Area Customization): New node, the rest of what was
7858 in The Echo Area. Document message-truncate-lines with @defvar.
7859 (Display): Update menu.
7860
7861 * windows.texi (Textual Scrolling): Doc 3 values for
7862 scroll-preserve-screen-position.
7863
7864 * text.texi (Special Properties): Change hook functions
7865 should bind inhibit-modification-hooks around altering buffer text.
7866
7867 * keymaps.texi (Key Binding Commands): Call binding BINDING
7868 rather than DEFINITION.
7869
78702005-06-29 Juanma Barranquero <lekktu@gmail.com>
7871
7872 * variables.texi (Defining Variables): `user-variable-p' returns t
7873 for aliases of user options, nil for alias loops.
7874
78752005-06-28 Richard M. Stallman <rms@gnu.org>
7876
7877 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7878 make-keymap.
7879
78802005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7881
7882 * variables.texi (Setting Variables): Correct and clarify
7883 description of `add-to-ordered-list'.
7884
78852005-06-26 Richard M. Stallman <rms@gnu.org>
7886
7887 * display.texi (Faces): Minor cleanup.
7888
78892005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7890
7891 * display.texi (Faces): `facep' returns t for strings that are
7892 face names.
7893
78942005-06-25 Richard M. Stallman <rms@gnu.org>
7895
7896 * objects.texi (Equality Predicates): Clarify meaning of equal.
7897
7898 * windows.texi (Selecting Windows): save-selected-window
7899 and with-selected-window save and restore the current buffer.
7900
79012005-06-24 Richard M. Stallman <rms@gnu.org>
7902
7903 * numbers.texi (Float Basics): Explain how to test for NaN,
7904 and printing the sign of NaNs.
7905
79062005-06-24 Eli Zaretskii <eliz@gnu.org>
7907
7908 * makefile.w32-in (MAKEINFO): Use --force.
7909
79102005-06-23 Richard M. Stallman <rms@gnu.org>
7911
7912 * display.texi (Face Functions): Correct Texinfo usage.
7913
79142005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7915
7916 * lists.texi (Rings): `ring-elements' now returns the elements of
7917 RING in order.
7918
79192005-06-23 Juanma Barranquero <lekktu@gmail.com>
7920
7921 * markers.texi (The Mark): Texinfo usage fix.
7922
79232005-06-23 Kim F. Storm <storm@cua.dk>
7924
7925 * searching.texi (Entire Match Data): Remove evaporate option for
7926 match-data. Do not mention evaporate option for set-match-data.
7927
79282005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7929
7930 * display.texi (Face Functions): Mention face aliases.
7931
79322005-06-21 Richard M. Stallman <rms@gnu.org>
7933
7934 * anti.texi (Antinews): Texinfo usage fix.
7935
79362005-06-21 Karl Berry <karl@gnu.org>
7937
7938 * elisp.texi: Use @copying.
7939
7940 * elisp.texi: Put @summarycontents and @contents before the Top
7941 node, instead of the end of the file, so that the contents appear
7942 in the right place in the dvi/pdf output.
7943
79442005-06-21 Juri Linkov <juri@jurta.org>
7945
7946 * display.texi (Defining Faces): Add `customized-face'.
7947
79482005-06-20 Kim F. Storm <storm@cua.dk>
7949
7950 * variables.texi (Setting Variables): Any type of element can be
7951 given order in add-to-ordered-list. Compare elements with eq.
7952
7953 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7954
79552005-06-20 Karl Berry <karl@gnu.org>
7956
7957 * syntax.texi (Syntax Flags): Make last column very slightly wider
7958 to avoid "generic comment" breaking on two lines and causing an
7959 underfull box.
7960
79612005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7962
7963 * lists.texi (Rings): Various minor clarifications and corrections.
7964
79652005-06-18 Richard M. Stallman <rms@gnu.org>
7966
7967 * functions.texi (Obsolete Functions): Simplify.
7968
7969 * variables.texi (Variable Aliases): Simplify.
7970
7971 * anti.texi, backups.texi, compile.texi, customization.texi:
7972 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7973 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7974 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7975 * variables.texi: Fix formatting ugliness.
7976
7977 * elisp.texi: Add links to Rings and Byte Packing.
7978 Update version and copyright years.
7979
7980 * minibuf.texi: Fix formatting ugliness.
7981 (Completion Commands): Move keymap vars to the end
7982 and vars completing-read binds to the top.
7983
79842005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7985
7986 * processes.texi: Fix typos.
7987 (Bindat Spec): Correct Texinfo error.
7988 (Byte Packing): Fix ungrammatical sentence.
7989
79902005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7991
7992 * lists.texi (Rings): New node.
7993 (Lists): Add it to menu.
7994
7995 * processes.texi (Byte Packing): New node.
7996 (Processes): Add it to menu.
7997
79982005-06-17 Richard M. Stallman <rms@gnu.org>
7999
8000 * syntax.texi (Parsing Expressions): Fix texinfo usage.
8001
8002 * help.texi (Documentation Basics): Explain the xref to
8003 Documentation Tips.
8004
8005 * debugging.texi (Debugger Commands): Minor fix.
8006
80072005-06-16 Luc Teirlinck <teirllm@auburn.edu>
8008
8009 * edebug.texi (Instrumenting): Eliminate duplicate link.
8010 (Specification List): Replace references to "below", referring to
8011 a later node, with one @ref to that node.
8012
8013 * os.texi (Timers): Timers should save and restore the match data
8014 if they change it.
8015
8016 * debugging.texi (Debugger Commands): Mention that the Lisp
8017 debugger can not step through primitive functions.
8018
80192005-06-16 Juanma Barranquero <lekktu@gmail.com>
8020
8021 * functions.texi (Obsolete Functions): Update argument names of
8022 `make-obsolete' and `define-obsolete-function-alias'.
8023
8024 * variables.texi (Variable Aliases): Update argument names of
8025 `defvaralias', `make-obsolete-variable' and
8026 `define-obsolete-variable-alias'.
8027
80282005-06-15 Kim F. Storm <storm@cua.dk>
8029
8030 * searching.texi (Entire Match Data): Rephrase warnings about
8031 evaporate arg to match-data and set-match-data.
8032
80332005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8034
8035 * elisp.texi (Top): Update detailed menu.
8036
8037 * edebug.texi (Edebug): Update menu.
8038 (Instrumenting): Update xrefs.
8039 (Edebug Execution Modes): Correct xref.
8040 (Jumping): Clarify description of `h' command.
8041 Eliminate redundant @ref.
8042 (Breaks): New node.
8043 (Breakpoints): Is now a subsubsection.
8044 (Global Break Condition): Mention `C-x X X'.
8045 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
8046 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8047 (Edebug Display Update): Correct pxref.
8048 (Edebug and Macros): New node.
8049 (Instrumenting Macro Calls): Is now a subsubsection.
8050 Neither arg of `def-edebug-spec' is evaluated.
8051 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8052 (Specification Examples): Fix typo.
8053
80542005-06-14 Lute Kamstra <lute@gnu.org>
8055
8056 * debugging.texi (Function Debugging): Primitives can break on
8057 entry too.
8058
80592005-06-14 Kim F. Storm <storm@cua.dk>
8060
8061 * variables.texi (Setting Variables): Add add-to-ordered-list.
8062
80632005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8064
8065 * syntax.texi (Parsing Expressions): Document aux functions and vars of
8066 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8067
80682005-06-13 Lute Kamstra <lute@gnu.org>
8069
8070 * text.texi (Special Properties): Fix cross reference.
8071
80722005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8073
8074 * debugging.texi (Function Debugging): Delete mention of empty
8075 string argument to `cancel-debug-on-entry'. Delete inaccurate
8076 description of the return value of that command.
8077
80782005-06-11 Alan Mackenzie <acm@muc.de>
8079
8080 * text.texi (Adaptive Fill): Amplify the description of
8081 fill-context-prefix.
8082
80832005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8084
8085 * syntax.texi (Parsing Expressions): Fix Texinfo error.
8086
80872005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8088
8089 * syntax.texi (Parsing Expressions): Document syntax-ppss.
8090
80912005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8092
8093 * debugging.texi (Error Debugging): Minor rewording.
8094 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8095 is optional.
8096
80972005-06-10 Lute Kamstra <lute@gnu.org>
8098
8099 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8100 (Top): Give it a title. Correct version number. Give the
8101 detailed node listing a more prominent header.
8102 * intro.texi: Don't set VERSION here a second time.
8103 Mention Emacs's version too.
8104 * anti.texi (Antinews): Use EMACSVER to refer to the current
8105 version of Emacs.
8106
81072005-06-09 Kim F. Storm <storm@cua.dk>
8108
8109 * searching.texi (Entire Match Data): Explain new `reseat' argument to
8110 match-data and set-match-data.
8111
81122005-06-08 Richard M. Stallman <rms@gnu.org>
8113
8114 * searching.texi (Entire Match Data): Clarify when match-data
8115 returns markers and when integers.
8116
8117 * display.texi (Defining Faces): Explain that face name should not
8118 end in `-face'.
8119
8120 * modes.texi (Mode Line Data): Minor cleanup.
8121 (Customizing Keywords): Node split out of Search-based Fontification.
8122 Add example of using font-lock-add-keywords from a hook.
8123 Clarify when MODE should be non-nil, and when nil.
8124
81252005-06-06 Richard M. Stallman <rms@gnu.org>
8126
8127 * modes.texi (Mode Line Data): Explain what happens when the car
8128 of a list is a void symbol.
8129 (Search-based Fontification): Explain MODE arg to
8130 font-lock-add-keywords and warn about calls from major modes.
8131
81322005-06-08 Juri Linkov <juri@jurta.org>
8133
8134 * display.texi (Standard Faces): Add `shadow' face.
8135
81362005-05-29 Luc Teirlinck <teirllm@auburn.edu>
8137
8138 * modes.texi (Major Mode Conventions): A derived mode only needs
8139 to put the call to the parent mode inside `delay-mode-hooks'.
8140
81412005-05-29 Richard M. Stallman <rms@gnu.org>
8142
8143 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
8144 new, and what that implies. Clarify.
8145
8146 * files.texi (Locating Files): Clean up the text.
8147
8148 * frames.texi (Window Frame Parameters): Document user-size.
8149 Shorten entry for top by referring to left.
8150
81512005-05-26 Richard M. Stallman <rms@gnu.org>
8152
8153 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
8154 is new, and what the implications are. Other clarifications.
8155
81562005-05-24 Richard M. Stallman <rms@gnu.org>
8157
8158 * frames.texi (Dialog Boxes): Minor fixes.
8159
81602005-05-25 Masatake YAMATO <jet@gyve.org>
8161
8162 * display.texi (Standard Faces): Write about `mode-line-highlight'.
8163
81642005-05-24 Luc Teirlinck <teirllm@auburn.edu>
8165
8166 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
8167 is optional.
8168
81692005-05-24 Nick Roberts <nickrob@snap.net.nz>
8170
10d1d0af 8171 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
8172
81732005-05-23 Lute Kamstra <lute@gnu.org>
8174
8175 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
8176 syntax-begin-function over font-lock-beginning-of-syntax-function.
8177
81782005-05-21 Luc Teirlinck <teirllm@auburn.edu>
8179
8180 * minibuf.texi (Reading File Names): Update description of
8181 `read-directory-name'.
8182
8183 * modes.texi (Derived Modes): Clarify :group keyword.
8184
81852005-05-21 Eli Zaretskii <eliz@gnu.org>
8186
8187 * files.texi (Locating Files): New subsection.
8188 Describe locate-file and executable-find.
8189
81902005-05-21 Kevin Ryde <user42@zip.com.au>
8191
8192 * frames.texi (Initial Parameters): Update cross reference to
8193 "Emacs Invocation".
8194
81952005-05-19 Luc Teirlinck <teirllm@auburn.edu>
8196
8197 * keymaps.texi (Active Keymaps): Add anchor.
8198
8199 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
8200 (Major Mode Conventions): Refer to `Auto Major Mode' in more
8201 appropriate place.
8202 (Derived Modes): Small clarifications.
8203 (Minor Mode Conventions, Keymaps and Minor Modes):
8204 Replace references to nodes with references to anchors.
8205 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
8206 Clarify description of lists whose first element is an integer.
8207 (Mode Line Variables): Add anchor.
8208 (%-Constructs): Clarify description of integer after %.
8209 (Emulating Mode Line): Describe nil value for FACE.
8210
82112005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8212
8213 * modes.texi (Derived Modes): Correct references to non-existing
8214 variable standard-syntax-table.
8215
82162005-05-17 Lute Kamstra <lute@gnu.org>
8217
8218 * modes.texi (Defining Minor Modes): Mention the mode hook.
8219
82202005-05-15 Kim F. Storm <storm@cua.dk>
8221
8222 * processes.texi (Network): Remove open-network-stream-nowait.
8223 (Network Servers): Remove open-network-stream-server.
8224
82252005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8226
8227 * elisp.texi (Top): Update detailed menu.
8228
8229 * variables.texi: Reorder nodes.
8230 (Variables): Update menu.
8231 (File Local Variables): Do not refer to the `-*-' line as
8232 a "local variables list". Add pxref.
8233
82342005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8235
8236 * elisp.texi (Top): Update detailed menu for node changes.
8237
8238 * modes.texi (Modes): Update Menu.
8239 (Hooks): Move to beginning of chapter.
8240 Most minor modes run mode hooks too.
8241 `add-hook' can handle void hooks or hooks whose value is a single
8242 function.
8243 (Major Modes): Update Menu.
8244 (Major Mode Basics): New node, split off from `Major Modes'.
8245 (Major Mode Conventions): Correct xref. Explain how to handle
8246 auto-mode-alist if the major mode command has an autoload cookie.
8247 (Auto Major Mode): Major update. Add magic-mode-alist.
8248 (Derived Modes): Major update.
8249 (Mode Line Format): Update Menu.
8250 (Mode Line Basics): New node, split off from `Mode Line Format'.
8251
8252 * loading.texi (Autoload): Mention `autoload cookie' as synonym
8253 for `magic autoload comment'. Add index entries and anchor.
8254
82552005-05-14 Richard M. Stallman <rms@gnu.org>
8256
8257 * tips.texi (Coding Conventions): Explain how important it is
8258 that just loading certain files not change Emacs behavior.
8259
8260 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
8261
82622005-05-12 Lute Kamstra <lute@gnu.org>
8263
8264 * modes.texi (Generic Modes): Update.
8265 (Major Modes): Refer to node "Generic Modes".
8266
8267 * elisp.texi (Top): Update to the current structure of the manual.
8268 * processes.texi (Processes): Add menu description.
8269 * customize.texi (Customization): Add menu descriptions.
8270
82712005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
8272
8273 * processes.texi (Signals to Processes)
8274 (Low-Level Network): Fix typos.
8275
82762005-05-11 Lute Kamstra <lute@gnu.org>
8277
8278 * elisp.texi (Top): Add some nodes from the chapter "Major and
8279 Minor Modes" to the detailed node listing.
8280
82812005-05-10 Richard M. Stallman <rms@gnu.org>
8282
8283 * keymaps.texi (Extended Menu Items): Menu item filter functions
8284 can be called at any time.
8285
82862005-05-08 Luc Teirlinck <teirllm@auburn.edu>
8287
8288 * variables.texi (File Local Variables): `(hack-local-variables t)'
8289 now also checks whether a mode is specified in the local variables
8290 list.
8291
82922005-05-05 Kevin Ryde <user42@zip.com.au>
8293
8294 * display.texi (The Echo Area): Correct format function cross
8295 reference.
8296
82972005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8298
8299 * variables.texi (Variable Aliases): Change description of
8300 `define-obsolete-variable-alias'.
8301
8302 * functions.texi (Functions): Add "Obsolete Functions" to menu.
8303 (Defining Functions): Add xref.
8304 (Obsolete Functions): New node.
8305 (Function Safety): Standardize capitalization of section title.
8306
8307 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
8308 (Dialog Boxes): Complete description of `x-popup-dialog'.
8309
83102005-05-04 Richard M. Stallman <rms@gnu.org>
8311
8312 * commands.texi (Interactive Codes): Fix Texinfo usage.
8313 Document U more clearly.
8314
83152005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8316
8317 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
8318 function and not a macro.
8319
8320 * frames.texi (Pop-Up Menus): Correct and clarify description of
8321 `x-popup-menu'.
8322 (Dialog Boxes): Clarify description of `x-popup-dialog'.
8323
83242005-05-01 Richard M. Stallman <rms@gnu.org>
8325
8326 * edebug.texi (Checking Whether to Stop): Fix previous change.
8327
83282005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8329
8330 * display.texi: Fix typos and Texinfo usage.
8331
8332 * edebug.texi (Checking Whether to Stop): executing-macro ->
8333 executing-kbd-macro.
8334
83352005-05-01 Richard M. Stallman <rms@gnu.org>
8336
8337 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
8338
83392005-04-30 Richard M. Stallman <rms@gnu.org>
8340
8341 * files.texi (Magic File Names): Document `operations' property.
8342
83432005-04-29 Lute Kamstra <lute@gnu.org>
8344
8345 * modes.texi (Generic Modes): New node.
8346 (Major Modes): Add it to the menu.
8347 (Derived Modes): Add "derived mode" to concept index.
8348
83492005-04-28 Lute Kamstra <lute@gnu.org>
8350
8351 * modes.texi (Defining Minor Modes): Fix previous change.
8352 (Font Lock Mode): Simplify.
8353 (Font Lock Basics): Say that font-lock-defaults is buffer-local
8354 when set and that some parts are optional. Add cross references.
8355 (Search-based Fontification): Say how to specify font-lock-keywords.
8356 Add cross references. Add font-lock-multiline to index.
8357 Move font-lock-keywords-case-fold-search here from node "Other Font
8358 Lock Variables". Document font-lock-add-keywords and
8359 font-lock-remove-keywords.
8360 (Other Font Lock Variables): Move font-lock-keywords-only,
8361 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8362 and font-lock-syntactic-face-function to node "Syntactic Font
8363 Lock". Move font-lock-keywords-case-fold-search to node
8364 "Search-based Fontification". Document font-lock-inhibit-thing-lock
8365 and font-lock-{,un}fontify-{buffer,region}-function.
8366 (Precalculated Fontification): Remove reference to deleted variable
8367 font-lock-core-only.
8368 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
8369 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
8370 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8371 and font-lock-syntactic-face-function here from node "Other Font
8372 Lock Variables". Move font-lock-syntactic-keywords to "Setting
8373 Syntax Properties". Add cross references.
8374 (Setting Syntax Properties): New node.
8375 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
8376 * syntax.texi (Syntax Properties): Add cross reference.
8377 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
8378
83792005-04-26 Richard M. Stallman <rms@gnu.org>
8380
8381 * display.texi (Defining Faces):
8382 Document `default' elements of defface spec.
8383
8384 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
8385
8386 * variables.texi (Variable Aliases): Clarify text.
8387
83882005-04-25 Chong Yidong <cyd@stupidchicken.com>
8389
8390 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
8391
83922005-04-25 Luc Teirlinck <teirllm@auburn.edu>
8393
8394 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
8395
83962005-04-24 Eli Zaretskii <eliz@gnu.org>
8397
8398 * syntax.texi (Syntax Table Internals): Elaborate documentation of
8399 syntax-after and syntax-class.
8400
8401 * files.texi (Changing Files): Fix last change's cross-reference.
8402 (Unique File Names): Don't mention "numbers" in the documentation
8403 of make-temp-file and make-temp-name.
8404
84052005-04-23 Richard M. Stallman <rms@gnu.org>
8406
8407 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
8408
84092005-04-22 Nick Roberts <nickrob@snap.net.nz>
8410
8411 * windows.texi (Cyclic Window Ordering): Clarify window-list.
8412
84132005-04-22 Nick Roberts <nickrob@snap.net.nz>
8414
8415 * variables.texi (Variable Aliases): Describe make-obsolete-variable
8416 and define-obsolete-variable-alias.
8417
84182005-04-22 Kim F. Storm <storm@cua.dk>
8419
8420 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
8421 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
8422
84232005-04-21 Lute Kamstra <lute@gnu.org>
8424
8425 * lists.texi (Association Lists): Document rassq-delete-all.
8426
84272005-04-19 Richard M. Stallman <rms@gnu.org>
8428
8429 * modes.texi (Search-based Fontification): Explain that
8430 facespec is an expression to be evaluated.
8431
84322005-04-19 Kevin Ryde <user42@zip.com.au>
8433
8434 * streams.texi (Output Functions): Fix xref.
8435 * strings.texi (String Conversion): Fix xref.
8436
84372005-04-19 Kim F. Storm <storm@cua.dk>
8438
8439 * symbols.texi (Symbol Plists): Add safe-get.
8440 Mention that `get' may signal an error.
8441
84422005-04-18 Nick Roberts <nickrob@snap.net.nz>
8443
8444 * customize.texi (Variable Definitions): Replace tooltip-mode
8445 example with save-place.
8446
84472005-04-17 Richard M. Stallman <rms@gnu.org>
8448
8449 * buffers.texi (Indirect Buffers): Clarify.
8450
8451 * positions.texi (Positions): Clarify converting marker to integer.
8452
8453 * strings.texi (String Basics): Mention string-match; clarify.
8454
84552005-04-08 Lute Kamstra <lute@gnu.org>
8456
8457 * modes.texi (Search-based Fontification): Fix cross references.
8458 Use consistent terminology. Document anchored highlighting.
8459
84602005-04-05 Lute Kamstra <lute@gnu.org>
8461
8462 * modes.texi (Defining Minor Modes): Document :group keyword
8463 argument and its default value.
8464
84652005-04-03 Lute Kamstra <lute@gnu.org>
8466
8467 * hooks.texi (Standard Hooks): Add some hooks. Add cross
8468 references and/or descriptions. Delete major mode hooks; mention
8469 them as a category instead. Rename or delete obsolete hooks.
8470
84712005-04-02 Richard M. Stallman <rms@gnu.org>
8472
8473 * nonascii.texi (Coding System Basics): Another wording cleanup.
8474
84752005-04-01 Richard M. Stallman <rms@gnu.org>
8476
8477 * nonascii.texi (Coding System Basics): Clarify previous change.
8478
84792005-04-01 Kenichi Handa <handa@m17n.org>
8480
10d1d0af 8481 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
8482 identity of coding systems.
8483
84842005-03-29 Chong Yidong <cyd@stupidchicken.com>
8485
8486 * text.texi (Buffer Contents): Add filter-buffer-substring and
8487 buffer-substring-filters.
8488
84892005-03-26 Chong Yidong <cyd@stupidchicken.com>
8490
8491 * anti.texi (Antinews): Mention `G' interactive code.
8492
8493 * tips.texi (Compilation Tips): Mention benchmark.el.
8494
84952005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8496
8497 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
8498 is now bound to M-o M-o.
8499
8500 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
8501
85022005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8503
8504 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
8505 in the Emacs Manual).
8506 * Makefile.in (srcs): Remove calendar.texi.
8507 * makefile.w32-in (srcs): Remove calendar.texi.
8508 * display.texi (Display): Change name of next node.
8509 * os.texi (System In): Change name of previous node.
8510 * elisp.texi (Top): Remove Calendar references.
8511 * vol1.texi (Top): Remove Calendar references.
8512 * vol2.texi (Top): Remove Calendar references.
8513
85142005-03-25 Richard M. Stallman <rms@gnu.org>
8515
8516 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
8517 Cleanup previous change.
8518
85192005-03-25 Chong Yidong <cyd@stupidchicken.com>
8520
8521 * display.texi (Face Attributes): Faces earlier in an :inherit
8522 list take precedence.
8523 (Scroll Bars): Fix description of vertical-scroll-bars.
8524 Document frame-current-scroll-bars and window-current-scroll-bars.
8525
8526 * markers.texi (The Mark): Document temporary Transient Mark mode.
8527
8528 * minibuf.texi (Reading File Names):
8529 Document read-file-name-completion-ignore-case.
8530
8531 * positions.texi (Screen Lines): Document nil for width argument
8532 to compute-motion.
8533
85342005-03-23 Kim F. Storm <storm@cua.dk>
8535
8536 * display.texi (Standard Faces): Other faces used in the fringe
8537 implicitly inherits from the fringe face.
8538 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
8539 properties implicitly inherits from fringe face.
8540 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
8541
85422005-03-20 Chong Yidong <cyd@stupidchicken.com>
8543
8544 * display.texi (Invisible Text): State default value of
8545 line-move-ignore-invisible.
8546 (Managing Overlays): Document remove-overlays.
8547 (Standard Faces): Document escape-glyph face.
8548
8549 * minibuf.texi (Reading File Names): Document read-file-name-function.
8550
8551 * modes.texi (Other Font Lock Variables):
8552 Document font-lock-lines-before.
8553
8554 * positions.texi (Skipping Characters): skip-chars-forward allows
8555 character classes.
8556
85572005-03-18 Lute Kamstra <lute@gnu.org>
8558
8559 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
8560
85612005-03-17 Richard M. Stallman <rms@gnu.org>
8562
8563 * text.texi (Undo): Document extensible undo entries.
8564
dd7b651b 8565 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
8566
8567 * nonascii.texi (Character Codes): Minor fix.
8568
8569 * display.texi (Display Property): Explain the significance
8570 of having text properties that are eq.
8571 (Other Display Specs): Explain string as display spec.
8572
8573 * commands.texi (Interactive Codes): Document G option.
8574
85752005-03-17 Chong Yidong <cyd@stupidchicken.com>
8576
8577 * text.texi (Filling): Add sentence-end-without-period and
8578 sentence-end-without-space.
8579 (Changing Properties): Minor fix.
8580
8581 * anti.texi: Total rewrite.
8582
85832005-03-15 Lute Kamstra <lute@gnu.org>
8584
8585 * edebug.texi (Instrumenting Macro Calls): Fix typos.
8586
85872005-03-08 Kim F. Storm <storm@cua.dk>
8588
8589 * display.texi (Specified Space): Property :width is support on
8590 non-graphic terminals, :height is not.
8591
85922005-03-07 Richard M. Stallman <rms@gnu.org>
8593
8594 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
8595 Now subnodes of Fringes.
8596 (Overlay Arrow): Document overlay-arrow-variable-list.
8597 (Fringe Size/Pos): New node, broken out of Fringes.
8598 (Display): Explain clearing vs redisplay better.
8599 (Truncation): Clarify use of bitmaps.
8600 (The Echo Area): Clarify the uses of the echo area.
8601 Add max-mini-window-height.
8602 (Progress): Clarify.
8603 (Invisible Text): Explain that main loop moves point out.
8604 (Selective Display): Say "hidden", not "invisible".
8605 (Managing Overlays): Move up. Describe relation to Undo here.
8606 (Overlay Properties): Clarify intro.
8607 (Finding Overlays): Explain return values when nothing found.
8608 (Width): truncate-string-to-width has added arg.
8609 (Displaying Faces): Clarify and update mode line face handling.
8610 (Face Functions): Minor cleanup.
8611 (Conditional Display): Merge into Other Display Specs.
8612 (Pixel Specification, Other Display Specs): Minor cleanups.
8613 (Images, Image Descriptors): Minor cleanups.
8614 (GIF Images): Patents have expired.
8615 (Showing Images): Explain default text for insert-image.
8616 (Manipulating Button Types): Merge into Manipulating Buttons.
8617 (Making Buttons): Explain return values.
8618 (Button Buffer Commands): Add xref.
8619 (Inverse Video): Update mode-line-inverse-video.
8620 (Display Table Format): Clarify.
8621 (Active Display Table): Give defaults for window-display-table.
8622
8623 * calendar.texi (Calendar Customizing): calendar-holiday-marker
8624 and calendar-today-marker are strings, not chars.
8625 (Holiday Customizing): Minor fix.
8626
8627 * internals.texi (Writing Emacs Primitives): Update `or' example.
8628 Update limit on # args of subr.
8629
8630 * edebug.texi (Using Edebug): Arrow is in fringe.
8631 (Instrumenting): Arg to eval-defun works without loading edebug.
8632 (Edebug Execution Modes): Add xref.
8633
8634 * customize.texi (Common Keywords): Clarify :require.
8635 Mention :version here.
8636 (Variable Definitions, Group Definitions): Not here.
8637 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
8638
86392005-03-07 Chong Yidong <cyd@stupidchicken.com>
8640 * nonascii.texi (Text Representations): Clarify position-bytes.
8641 (Character Sets): Add list-charset-chars.
8642 (Scanning Charsets): Add charset-after.
8643 (Encoding and I/O): Minor fix.
8644
86452005-03-06 Richard M. Stallman <rms@gnu.org>
8646
8647 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
8648 (Resizing Windows): Likewise.
8649
8650 * text.texi (Change Hooks): Get rid of "Emacs 21".
8651
8652 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
8653
8654 * streams.texi (Output Variables): Get rid of "Emacs 21".
8655
8656 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
8657
8658 * os.texi (Translating Input): Replace flow-control example
8659 with a less obsolete example that uses `keyboard-translate'.
8660
8661 * objects.texi (Hash Table Type, Circular Objects):
8662 Get rid of "Emacs 21".
8663
8664 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
8665 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
8666
8667 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
8668
8669 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
8670
8671 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
8672 (Menu Bar): Fix when menu-bar-update-hook is called.
8673
8674 * hash.texi (Hash Tables): Get rid of "Emacs 21".
8675
8676 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
8677 and make it read better.
8678
8679 * files.texi (Writing to Files): Get rid of "Emacs 21".
8680 (Unique File Names): Likewise.
8681
8682 * elisp.texi: Update Emacs version to 22.
8683
8684 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
8685 (Overlay Properties, Face Attributes): Likewise.
8686 (Managing Overlays): Fix punctuation.
8687 (Attribute Functions): Clarify set-face-font; get rid of
8688 info about old Emacs versions.
8689 (Auto Faces, Font Lookup, Display Property, Images):
8690 Get rid of "Emacs 21".
8691
8692 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
8693
86942005-03-05 Richard M. Stallman <rms@gnu.org>
8695
8696 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
8697
86982005-03-04 Lute Kamstra <lute@gnu.org>
8699
8700 * debugging.texi (Error Debugging): Document stack-trace-on-error.
8701
87022005-03-03 Lute Kamstra <lute@gnu.org>
8703
8704 * edebug.texi (Instrumenting Macro Calls): Fix typo.
8705
87062005-03-01 Lute Kamstra <lute@gnu.org>
8707
8708 * debugging.texi (Debugger Commands): Update `j'.
8709
87102005-02-28 Lute Kamstra <lute@gnu.org>
8711
8712 * debugging.texi (Debugging): Fix typo.
8713 (Error Debugging): Document eval-expression-debug-on-error.
8714 (Function Debugging): Update example.
8715 (Using Debugger): Mention starred stack frames.
8716 (Debugger Commands): Document `j' and `l'.
8717 (Invoking the Debugger): `d' and `j' exit recursive edit too.
8718 Update the messages that the debugger displays.
8719 (Internals of Debugger): Add cross reference. Update example.
8720 (Excess Open): Minor improvement.
8721 (Excess Close): Minor improvement.
8722
87232005-02-26 Richard M. Stallman <rms@gnu.org>
8724
8725 * tips.texi (Coding Conventions): Clarify.
8726 Put all the major mode key reservations together.
8727 Mention the Mouse-1 => Mouse-2 conventions.
8728
8729 * syntax.texi (Syntax Class Table): Clarify.
8730 (Syntax Table Functions): syntax-after moved from here.
8731 (Syntax Table Internals): syntax-after moved to here.
8732 (Parsing Expressions): Update info on number of values
8733 and what's meaningful in the STATE argument.
8734 (Categories): Fix typo.
8735
8736 * sequences.texi (Arrays): Cleanup.
8737 (Char-Tables): Clarify.
8738
8739 * processes.texi (Deleting Processes): Cleanups, add xref.
8740 (Subprocess Creation): Explain nil in exec-path. Cleanup.
8741 (Process Information): set-process-coding-system, some args optional.
8742 (Input to Processes): Explain various types for PROCESS args.
8743 Rename them from PROCESS-NAME to PROCESS.
8744 (Signals to Processes): Likewise.
8745 (Decoding Output): Cleanup.
8746 (Query Before Exit): Clarify.
8747
8748 * os.texi (Startup Summary): Correct the options; add missing ones.
8749 (Terminal Output, Batch Mode): Clarify.
8750 (Flow Control): Node deleted.
8751
8752 * markers.texi (The Mark): Clarify.
8753
8754 * macros.texi (Expansion): Cleanup.
8755 (Indenting Macros): indent-spec allows ints, not floats.
8756
8757 * keymaps.texi (Keymaps): Clarify.
8758 (Format of Keymaps): Update lisp-mode-map example.
8759 (Active Keymaps, Key Lookup): Clarify.
8760 (Changing Key Bindings): Add xref to `kbd'.
8761 (Key Binding Commands, Simple Menu Items): Clarify.
8762 (Mouse Menus, Menu Bar): Clarify.
8763 (Menu Example): Replace print example with menu-bar-replace-menu.
8764
8765 * help.texi (Documentation Basics): Add function-documentation prop.
8766
8767 * elisp.texi (Top): Don't refer to Flow Control node.
8768
8769 * commands.texi (Command Overview): Improve xrefs.
8770 (Adjusting Point): Adjusting point applies to intangible and invis.
8771 (Key Sequence Input): Doc extra read-key-sequence args.
8772 Likewise for read-key-sequence-vector.
8773
8774 * backups.texi (Rename or Copy): Minor fix.
8775 (Numbered Backups): For version-control, say the default.
8776 (Auto-Saving): make-auto-save-file-name example is simplified.
8777
8778 * advice.texi (Advising Functions): Don't imply one part of Emacs
8779 should advise another part. Markup changes.
8780 (Defining Advice): Move transitional para.
8781 (Activation of Advice): Cleanup.
8782 Explain if COMPILE is nil or negative.
8783
8784 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
8785
87862005-02-24 Lute Kamstra <lute@gnu.org>
8787
8788 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
8789 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
8790
87912005-02-23 Lute Kamstra <lute@gnu.org>
8792
8793 * modes.texi (Defining Minor Modes): define-minor-mode can be used
8794 to define global minor modes as well.
8795
8796 * display.texi (Managing Overlays): overlay-buffer returns nil for
8797 deleted overlays.
8798
87992005-02-22 Kim F. Storm <storm@cua.dk>
8800
8801 * minibuf.texi (Basic Completion): Allow symbols in addition to
8802 strings in try-completion and all-completions.
8803
88042005-02-14 Lute Kamstra <lute@gnu.org>
8805
8806 * elisp.texi (Top): Remove reference to deleted node.
8807
8808 * lists.texi (Lists): Remove reference to deleted node.
8809 (Cons Cells): Fix typo.
8810
8811 * loading.texi (Where Defined): Fix typo.
8812
88132005-02-14 Richard M. Stallman <rms@gnu.org>
8814
8815 * variables.texi (Creating Buffer-Local): change-major-mode-hook
8816 is useful for discarding some minor modes.
8817
8818 * symbols.texi (Symbol Components): Reorder examples.
8819
8820 * streams.texi (Input Functions): State standard-input default.
8821 (Output Variables): State standard-output default.
8822
8823 * objects.texi (Printed Representation): Clarify read syntax vs print.
8824 (Floating Point Type): Explain meaning better.
8825 (Symbol Type): Explain uniqueness better.
8826 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
8827 List examples sooner.
8828 (Box Diagrams): New subnode broken out.
8829 Some examples moved from old Lists as Boxes node.
8830 (Dotted Pair Notation): Clarify intro.
8831 (Array Type): Clarify.
8832 (Type Predicates): Add hash-table-p.
8833
8834 * numbers.texi (Integer Basics): Clarify radix explanation.
8835 (Predicates on Numbers): Minor clarification.
8836 (Comparison of Numbers): Minor clarification. Clarify eql.
8837 Typos in min, max.
8838 (Math Functions): Clarify overflow in expt.
8839
8840 * minibuf.texi (Text from Minibuffer): Minor clarification.
8841 Mention arrow keys.
8842
8843 * loading.texi (Autoload): defun's doc string overrides autoload's
8844 doc string.
8845 (Repeated Loading): Modernize "add to list" examples.
8846 (Where Defined): Finish updating table of load-history elts.
8847
8848 * lists.texi (List-related Predicates): Minor wording improvement.
8849 (Lists as Boxes): Node deleted.
8850 (Building Lists): Explain trivial cases of number-sequence.
8851
8852 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 8853 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
8854 (Hash Access): Any object can be a key.
8855 State value of maphash.
8856
8857 * functions.texi (What Is a Function): Wording cleanup.
8858 (Function Documentation): Minor cleanup.
8859 Explain purpose of calling convention at end of doc string.
8860 (Function Names): Wording cleanup.
8861 (Calling Functions): Wording cleanup.
8862 Explain better how funcall calls the function.
8863 (Function Cells): Delete example of saving and redefining function.
8864
8865 * control.texi (Combining Conditions): Wording cleanup.
8866 (Iteration): dolist and dotimes bind VAR locally.
8867 (Cleanups): Xref to Atomic Changes.
8868
8869 * compile.texi (Byte Compilation): Delete 19.29 info.
8870 (Compilation Functions): Macros' difficulties don't affect defsubst.
8871 (Docs and Compilation): Delete 19.29 info.
8872
88732005-02-10 Richard M. Stallman <rms@gnu.org>
8874
8875 * objects.texi (Symbol Type): Minor correction.
8876
88772005-02-06 Lute Kamstra <lute@gnu.org>
8878
8879 * modes.texi (Example Major Modes): Fix typos.
8880
88812005-02-06 Richard M. Stallman <rms@gnu.org>
8882
8883 * text.texi (Margins): fill-nobreak-predicate can be one function.
8884
8885 * strings.texi (Modifying Strings): clear-string can make unibyte.
8886 (Formatting Strings): format gives error if values missing.
8887
8888 * positions.texi (Character Motion): Mention default arg
8889 for forward-char. backward-char refers to forward-char.
8890 (Word Motion): Mention default arg for forward-word.
8891 (Buffer End Motion): Mention default arg for beginning-of-buffer.
8892 Simplify end-of-buffer.
8893 (Text Lines): Mention default arg for forward-line.
8894 (List Motion): Mention default arg for beginning/end-of-defun.
8895 (Skipping Characters): Minor fixes in explaining character-set.
8896
8897 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8898 Mode inheritance applies only when default-major-mode is nil.
8899 Clarifications.
8900 (Example Major Modes): Update Text mode and Lisp mode examples.
8901 (Minor Mode Conventions): Mention define-minor-mode at top.
8902 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8903 (Mode Line Format): Update mode line face display info.
8904 (Properties in Mode): Mention effect of risky vars.
8905 (Imenu): Define imenu-add-to-menubar.
8906 (Font Lock Mode): Add descriptions to menu lines.
8907 (Faces for Font Lock): Add font-lock-doc-face.
8908
89092005-02-05 Lute Kamstra <lute@gnu.org>
8910
8911 * text.texi (Maintaining Undo): Remove obsolete function.
8912
89132005-02-05 Eli Zaretskii <eliz@gnu.org>
8914
8915 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 8916 color specifications. Improve indexing.
b8d4c8d0
GM
8917 (Text Terminal Colors): Replace the description of RGB values by
8918 an xref to "Color Names".
8919
89202005-02-03 Richard M. Stallman <rms@gnu.org>
8921
8922 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8923 Clarify.
8924 (Selecting Windows): Clarify save-selected-window.
8925 (Cyclic Window Ordering): Clarify walk-windows.
8926 (Window Point): Clarify.
8927 (Window Start): Add comment to example.
8928 (Resizing Windows): Add `interactive' specs in examples.
8929 Document fit-window-to-buffer.
8930
8931 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8932 (Undo, Maintaining Undo): Clarify last change.
8933 (Sorting): In sort-numeric-fields, explain about octal and hex.
8934 Mention sort-numeric-base.
8935 (Format Properties): Add xref for hard newlines.
8936
8937 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8938 (Pop-Up Menus): Fix typo.
8939 (Color Names): Explain all types of color names.
8940 Explain color-values on B&W terminal.
8941 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8942
8943 * files.texi (File Locks): Not supported on MS systems.
8944 (Testing Accessibility): Clarify.
8945
8946 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8947 (Coverage Testing): Fix typo.
8948
8949 * commands.texi (Misc Events): Remove stray space.
8950
8951 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8952 (Modification Time): Clarify when visited-file-modtime returns 0.
8953 (The Buffer List): Clarify bury-buffer.
8954 (Killing Buffers): Clarify.
8955 (Indirect Buffers): Add clone-indirect-buffer.
8956
89572005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8958
8959 * edebug.texi (Printing in Edebug): Fix default value of
8960 edebug-print-circle.
8961 (Coverage Testing): Fix displayed frequency count data.
8962
89632005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8964
8965 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8966
89672005-02-02 Kim F. Storm <storm@cua.dk>
8968
8969 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8970
89712005-01-29 Eli Zaretskii <eliz@gnu.org>
8972
8973 * commands.texi (Misc Events): Describe the help-echo event.
8974
8975 * text.texi (Special Properties) <help-echo>: Use `pos'
8976 consistently in description of the help-echo property.
8977 Use @code{nil} instead of @var{nil}.
8978
8979 * display.texi (Overlay Properties): Fix the index entry for
8980 help-echo overlay property.
8981
8982 * customize.texi (Type Keywords): Uncomment the xref to the
8983 help-echo property documentation.
8984
89852005-01-23 Kim F. Storm <storm@cua.dk>
8986
8987 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8988 return value. Third element FULLY replaced by PARTIAL which
8989 specifies number of invisible pixels if row is only partially visible.
8990 (Textual Scrolling): Mention auto-window-vscroll.
8991 (Vertical Scrolling): New defvar auto-window-vscroll.
8992
89932005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8994
8995 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8996 command remapping.
8997
89982005-01-15 Richard M. Stallman <rms@gnu.org>
8999
9000 * display.texi (Defining Images): Mention DATA-P arg of create-image.
9001
90022005-01-14 Kim F. Storm <storm@cua.dk>
9003
9004 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9005
9006 * text.texi (Links and Mouse-1): Fix string and vector item.
9007
90082005-01-13 Richard M. Stallman <rms@gnu.org>
9009
9010 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9011 descriptions of overriding-local-map and overriding-terminal-local-map.
9012
9013 * text.texi (Links and Mouse-1): Clarify text.
9014
90152005-01-13 Kim F. Storm <storm@cua.dk>
9016
9017 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9018
90192005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
9020
9021 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9022
90232005-01-12 Kim F. Storm <storm@cua.dk>
9024
9025 * text.texi (Links and Mouse-1): Rename section from Enabling
9026 Mouse-1 to Following Links. Change xrefs.
9027 Add examples for define-button-type and define-widget.
9028
9029 * display.texi (Button Properties, Button Buffer Commands):
9030 Clarify mouse-1 and follow-link functionality.
9031
90322005-01-12 Richard M. Stallman <rms@gnu.org>
9033
9034 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9035
9036 * display.texi (Beeping): Fix Texinfo usage.
9037
9038 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9039
90402005-01-11 Kim F. Storm <storm@cua.dk>
9041
9042 * display.texi (Button Properties, Button Buffer Commands):
9043 Mention mouse-1 binding. Add follow-link keyword.
9044
9045 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9046 (Enabling Mouse-1 to Follow Links): New subsection.
9047
90482005-01-06 Richard M. Stallman <rms@gnu.org>
9049
9050 * text.texi (Special Properties): Minor change.
9051
9052 * os.texi (Timers): Clarify previous change.
9053
9054 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9055
90562005-01-01 Luc Teirlinck <teirllm@auburn.edu>
9057
9058 * display.texi (Face Attributes): Correct xref to renamed node.
9059
90602005-01-01 Richard M. Stallman <rms@gnu.org>
9061
9062 * display.texi (Face Attributes): Describe hex color specs.
9063
90642004-12-31 Richard M. Stallman <rms@gnu.org>
9065
9066 * os.texi (Timers): Update previous change.
9067
90682004-12-30 Kim F. Storm <storm@cua.dk>
9069
9070 * display.texi (Line Height): Total line-height is now specified
9071 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
9072 in cons cells. (nil . RATIO) is relative to actual line height.
9073 Use line-height `t' instead of `0' to get minimum height.
9074
90752004-12-29 Richard M. Stallman <rms@gnu.org>
9076
9077 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9078
90792004-12-28 Richard M. Stallman <rms@gnu.org>
9080
9081 * commands.texi (Quitting): Clarify value of with-local-quit.
9082
9083 * elisp.texi (Top): Fix previous change.
9084
9085 * loading.texi (Loading): Fix previous change.
9086
90872004-12-27 Richard M. Stallman <rms@gnu.org>
9088
9089 * Makefile.in (MAKEINFO): Specify --force.
9090
9091 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9092
9093 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9094
9095 * display.texi (Line Height): Further clarify.
9096
9097 * elisp.texi (Top): Update Loading submenu.
9098
9099 * loading.texi (Where Defined): New node.
9100 (Unloading): load-history moved to Where Defined.
9101
91022004-12-21 Richard M. Stallman <rms@gnu.org>
9103
9104 * commands.texi (Event Input Misc): Add while-no-input.
9105
91062004-12-11 Richard M. Stallman <rms@gnu.org>
9107
9108 * display.texi (Line Height): Rewrite text for clarity.
9109
91102004-12-11 Kim F. Storm <storm@cua.dk>
9111
9112 * display.texi (Display): Add node "Line Height" to menu.
9113 (Line Height): New node. Move full description of line-spacing
9114 and line-height text properties here from text.texi.
9115 (Scroll Bars): Add vertical-scroll-bar variable.
9116
9117 * frames.texi (Window Frame Parameters): Remove line-height defvar.
9118
9119 * locals.texi (Standard Buffer-Local Variables): Fix xref for
9120 line-spacing and vertical-scroll-bar.
9121
9122 * text.texi (Special Properties): Just mention line-spacing and
9123 line-height here, add xref to new "Line Height" node.
9124
91252004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
9126
9127 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
9128
9129 * locals.texi (Standard Buffer-Local Variables):
9130 Add @xref for `line-spacing'.
9131
91322004-12-05 Richard M. Stallman <rms@gnu.org>
9133
9134 * Makefile.in (maintainer-clean): Remove the info files
9135 in $(infodir) where they are created.
9136
91372004-12-03 Richard M. Stallman <rms@gnu.org>
9138
9139 * windows.texi (Selecting Windows): get-lru-window and
9140 get-largest-window don't consider dedicated windows.
9141
9142 * text.texi (Undo): Document undo-in-progress.
9143
91442004-11-26 Richard M. Stallman <rms@gnu.org>
9145
9146 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
9147 Remove a few vars that are not always buffer-local.
9148
91492004-11-24 Luc Teirlinck <teirllm@auburn.edu>
9150
9151 * locals.texi (Standard Buffer-Local Variables): Comment out
9152 xref's to non-existent node `Yet to be written'.
9153
91542004-11-24 Richard M. Stallman <rms@gnu.org>
9155
9156 * processes.texi (Synchronous Processes): Grammar fix.
9157
9158 * numbers.texi (Comparison of Numbers): Add eql.
9159
9160 * locals.texi (Standard Buffer-Local Variables): Add many vars.
9161
9162 * intro.texi (Printing Notation): Fix previous change.
9163
9164 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
9165 and default-indicate-buffer-boundaries from here.
9166 (Usual Display): To here.
9167 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
9168 (Usual Display): Move tab-width up.
9169
5dcb4c4e
SM
9170 * customize.texi (Variable Definitions):
9171 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
9172 (Simple Types, Composite Types, Defining New Types):
9173 Minor cleanups.
9174
91752004-11-21 Jesper Harder <harder@ifa.au.dk>
9176
9177 * processes.texi (Synchronous Processes, Output from Processes):
9178 Markup fix.
9179
91802004-11-20 Richard M. Stallman <rms@gnu.org>
9181
9182 * positions.texi (Skipping Characters): skip-chars-forward
9183 now handles char classes.
9184
9185 * intro.texi (Printing Notation): Avoid confusion of `print'
9186 when explaining @print.
9187
9188 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
9189
9190 * display.texi (Display Table Format): Minor fix.
9191
9192 * streams.texi (Output Functions): Fix print example.
9193
9194 * Makefile.in (elisp): New target.
9195 (dist): Depend on $(infodir)/elisp, not elisp.
9196 Copy the info files from $(infodir).
9197
9198 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
9199 read-from-minibuffer.
9200
9201 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
9202
92032004-11-19 Richard M. Stallman <rms@gnu.org>
9204
9205 * searching.texi (Regexp Search): Add search-whitespace-regexp.
9206
92072004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
9208
9209 * tips.texi (Coding Conventions): Fix typo.
9210
92112004-11-16 Richard M. Stallman <rms@gnu.org>
9212
9213 * tips.texi (Coding Conventions): Separate defvar and require
9214 methods to avoid warnings. Use require only when there are many
9215 functions and variables from that package.
9216
9217 * minibuf.texi (Minibuffer Completion): When ignoring case,
9218 predicate must not be case-sensitive.
9219
9220 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
9221 (Test Coverage): Don't talk about "splotches". Clarified.
9222
92232004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
9224
9225 * frames.texi (Window Frame Parameters): Fix typo.
9226
92272004-11-15 Kim F. Storm <storm@cua.dk>
9228
9229 * symbols.texi (Other Plists): Note that plist-get may signal error.
9230 Add safe-plist-get.
9231
92322004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9233
9234 * modes.texi (Font Lock Basics): Fix typo.
9235
92362004-11-08 Richard M. Stallman <rms@gnu.org>
9237
9238 * syntax.texi (Syntax Table Functions): Add syntax-after.
9239
92402004-11-06 Lars Brinkhoff <lars@nocrew.org>
9241
9242 * os.texi (Processor Run Time): New section documenting
9243 get-internal-run-time.
9244
92452004-11-06 Eli Zaretskii <eliz@gnu.org>
9246
9247 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
9248 it nukes elisp-cover.texi.
9249 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
9250 elisp-0 etc.
9251
92522004-11-05 Luc Teirlinck <teirllm@auburn.edu>
9253
9254 * commands.texi (Keyboard Macros): Document `append' return value
9255 of `defining-kbd-macro'.
9256
92572004-11-01 Richard M. Stallman <rms@gnu.org>
9258
9259 * commands.texi (Interactive Call): Add called-interactively-p.
9260
92612004-10-29 Simon Josefsson <jas@extundo.com>
9262
9263 * minibuf.texi (Reading a Password): Revert.
9264
92652004-10-28 Richard M. Stallman <rms@gnu.org>
9266
9267 * frames.texi (Display Feature Testing): Explain about "vendor".
9268
92692004-10-27 Richard M. Stallman <rms@gnu.org>
9270
9271 * commands.texi (Interactive Codes): `N' uses numeric prefix,
9272 not raw. Clarify `n'.
9273 (Interactive Call): Rewrite interactive-p, focusing on when
9274 and how to use it.
9275 (Misc Events): Clarify previous change.
9276
9277 * advice.texi (Simple Advice): Clarify what job the example does.
9278 (Around-Advice): Clarify ad-do-it.
9279 (Activation of Advice): An option of ad-default-compilation-action
9280 is `never', not `nil'.
9281
92822004-10-26 Kim F. Storm <storm@cua.dk>
9283
9284 * commands.texi (Interactive Codes): Add U code letter.
9285
92862004-10-25 Simon Josefsson <jas@extundo.com>
9287
9288 * minibuf.texi (Reading a Password): Add.
9289
92902004-10-24 Jason Rumney <jasonr@gnu.org>
9291
9292 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
9293 and wheel-down.
9294
92952004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
9296
9297 * processes.texi (Synchronous Processes): Document process-file.
9298
92992004-10-22 Kenichi Handa <handa@m17n.org>
9300
9301 * text.texi (translate-region): Document that it accepts also a
9302 char-table.
9303
93042004-10-22 David Ponce <david@dponce.com>
9305
9306 * windows.texi (Resizing Windows): Document the `preserve-before'
9307 argument of the functions `enlarge-window' and `shrink-window'.
9308
93092004-10-19 Jason Rumney <jasonr@gnu.org>
9310
9311 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
9312
93132004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9314
9315 * text.texi (Filling): Add anchor for definition of
9316 `sentence-end-double-space'.
9317
9318 * searching.texi (Regexp Example): Update description of how
9319 Emacs currently recognizes the end of a sentence.
9320 (Standard Regexps): Update definition of the variable
9321 `sentence-end'. Add definition of the function `sentence-end'.
9322
93232004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
9324
9325 * display.texi (Progress): New node.
9326
93272004-10-05 Kim F. Storm <storm@cua.dk>
9328
9329 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
9330
93312004-09-29 Kim F. Storm <storm@cua.dk>
9332
9333 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
9334 to identify bitmaps. Remove -fringe-bitmap suffix for standard
9335 fringe bitmap symbols, as they now have their own namespace.
9336 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
9337 vs. pixels. Signal error if no free bitmap slots.
9338 (Pixel Specification): Change IMAGE to @var{image}.
9339
93402004-09-28 Richard M. Stallman <rms@gnu.org>
9341
9342 * text.texi (Special Properties): Clarify line-spacing and line-height.
9343
9344 * searching.texi (Regexp Search): Add looking-back.
9345
93462004-09-25 Luc Teirlinck <teirllm@auburn.edu>
9347
9348 * display.texi: Correct typos.
9349 (Image Descriptors): Correct xref's.
9350
93512004-09-25 Richard M. Stallman <rms@gnu.org>
9352
9353 * text.texi (Special Properties): Cleanups in `cursor'.
9354 Rewrites in `line-height' and `line-spacing'; exchange them.
9355
9356 * display.texi (Fringes): Rewrite previous change.
9357 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
9358 (Display Fringe Bitmaps): Node deleted, text moved.
9359 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
9360 (Scroll Bars): Clarify set-window-scroll-bars.
9361 (Pointer Shape): Rewrite.
9362 (Specified Space): Clarify :align-to, etc.
9363 (Pixel Specification): Use @var. Clarify new text.
9364 (Other Display Specs): Clarify `slice'.
9365 (Image Descriptors): Cleanups.
9366 (Showing Images): Cleanups.
9367
93682004-09-24 Luc Teirlinck <teirllm@auburn.edu>
9369
9370 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
9371
9372 * modes.texi: Various minor changes in addition to:
9373 (Major Mode Conventions): Final call to `run-mode-hooks' should
9374 not be inside the `delay-mode-hooks' form.
9375 (Mode Hooks): New node.
9376 (Hooks): Delete obsolete example.
9377 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
9378 node "Mode Hooks".
9379
93802004-09-22 Luc Teirlinck <teirllm@auburn.edu>
9381
9382 * display.texi: Correct various typos.
9383 (Display): Rename node "Pointer Shapes" to "Pointer
9384 Shape". (There is already a node called "Pointer Shapes" in
9385 frames.texi.)
9386 (Images): Remove non-existent node "Image Slices" from menu.
9387
93882004-09-23 Kim F. Storm <storm@cua.dk>
9389
9390 * text.texi (Special Properties): Add `cursor', `pointer',
9391 `line-height', and `line-spacing' properties.
9392
9393 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
9394 Shapes' to menu.
9395 (Standard Faces): Doc fix for fringe face.
9396 (Fringes): Add `overflow-newline-into-fringe' and
9397 'indicate-buffer-boundaries'.
9398 (Fringe Bitmaps, Pointer Shapes): New nodes.
9399 (Display Property): Add 'Pixel Specification' and 'Display Fringe
9400 Bitmaps' to menu.
9401 (Specified Space): Describe pixel width and height.
9402 (Pixel Specification): New node.
9403 (Other Display Specs): Add `slice' property.
9404 (Display Fringe Bitmaps): New node.
9405 (Images): Add 'Image Slices' to menu.
9406 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
9407 (Showing Images): Add slice arg to `insert-image'.
9408 Add 'insert-sliced-image'.
b8d4c8d0
GM
9409
94102004-09-20 Richard M. Stallman <rms@gnu.org>
9411
9412 * commands.texi (Key Sequence Input):
9413 Clarify downcasing in read-key-sequence.
9414
94152004-09-08 Juri Linkov <juri@jurta.org>
9416
9417 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
9418
94192004-09-07 Luc Teirlinck <teirllm@auburn.edu>
9420
5dcb4c4e
SM
9421 * locals.texi (Standard Buffer-Local Variables):
9422 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
9423 * internals.texi (Buffer Internals): Describe new
9424 auto_save_file_format field of the buffer structure.
9425 * files.texi (Format Conversion): `auto-save-file-format' has been
9426 renamed `buffer-auto-save-file-format'.
9427
94282004-08-27 Luc Teirlinck <teirllm@auburn.edu>
9429
9430 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
9431 an integer or a marker.
9432 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
9433
94342004-08-22 Richard M. Stallman <rms@gnu.org>
9435
9436 * modes.texi (Major Mode Conventions): Discuss rebinding of
9437 standard key bindings.
9438
94392004-08-18 Kim F. Storm <storm@cua.dk>
9440
9441 * processes.texi (Accepting Output): Add `just-this-one' arg to
9442 `accept-process-output'.
9443 (Output from Processes): New var `process-adaptive-read-buffering'.
9444
94452004-08-10 Luc Teirlinck <teirllm@auburn.edu>
9446
9447 * keymaps.texi: Various changes in addition to:
9448 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
9449 Give more varied examples for `kbd'.
9450 (Creating Keymaps): Char tables have slots for all characters
9451 without modifiers.
9452 (Active Keymaps): `overriding-local-map' and
9453 `overriding-terminal-local-map' also override text property and
9454 overlay keymaps.
9455 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
9456 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
9457 to denote a prefix of no events.
9458 `map-keymap' includes parent's bindings _recursively_.
9459 Clarify and correct description of `where-is-internal'.
9460 Mention BUFFER-OR-NAME arg to `describe-bindings'.
9461 (Menu Example): For menus intended for use with the keyboard, the
9462 menu items should be bound to characters or real function keys.
9463
94642004-08-08 Luc Teirlinck <teirllm@auburn.edu>
9465
9466 * objects.texi (Character Type): Reposition `@anchor' to prevent
9467 double space inside sentence in Info.
9468
9469 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
9470 renamed to `disabled-command-function'.
9471 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
9472 (Command Loop Info): Replace reference to it.
9473 (Disabling Commands): `disabled-command-hook' has been renamed to
9474 `disabled-command-function'.
9475
94762004-08-07 Luc Teirlinck <teirllm@auburn.edu>
9477
9478 * os.texi (Translating Input): Only non-prefix bindings in
9479 `key-translation-map' override actual key bindings. Warn about
9480 possible indirect effect of actual key bindings on non-prefix
9481 bindings in `key-translation-map'.
9482
94832004-08-06 Luc Teirlinck <teirllm@auburn.edu>
9484
9485 * minibuf.texi (High-Level Completion): Add anchor for definition
9486 of `read-variable'.
9487
9488 * commands.texi: Various changes in addition to:
9489 (Using Interactive): Clarify description of `interactive-form'.
9490 (Interactive Call): Mention default for KEYS argument to
9491 `call-interactively'.
9492 (Command Loop Info): Clarify description of `this-command-keys'.
9493 Mention KEEP-RECORD argument to `clear-this-command-keys'.
9494 Value of `last-event-frame' can be `macro'.
9495 (Repeat Events): `double-click-fuzz' is also used to distinguish
9496 clicks and drags.
9497 (Classifying Events): Clarify descriptions of `event-modifiers'
9498 `event-basic-type' and `event-convert-list'.
9499 (Accessing Events): `posn-timestamp' takes POSITION argument.
9500 (Quoted Character Input): Clarify description of
9501 `read-quoted-char' and fix example.
9502 (Quitting): Add `with-local-quit'.
9503 (Disabling Commands): Correct and clarify descriptions of
9504 `enable-command' and `disable-command'.
9505 Mention what happens if `disabled-command-hook' is nil.
9506 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
9507 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
9508
95092004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9510
9511 * frames.texi: Various changes in addition to:
9512 (Creating Frames): Expand and clarify description of `make-frame'.
9513 (Window Frame Parameters): Either none or both of the `icon-left'
9514 and `icon-top' parameters must be specified. Put descriptions of
9515 `menu-bar-lines' and `toolbar-lines' closer together and change
9516 them accordingly.
9517 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
9518 except while processing `frame-title-format' or `icon-title-format'.
9519 (Deleting Frames): Correct description of `delete-frame'.
9520 Non-nil return values of `frame-live-p' are like those of `framep'.
9521 (Frames and Windows): Mention return value of
9522 `set-frame-selected-window'.
9523 (Visibility of Frames): Mention `force' argument to
9524 `make-frame-invisible'. `frame-visible-p' returns t for all
9525 frames on text-only terminals.
9526 (Frame Configurations): Restoring a frame configuration does not
9527 restore deleted frames.
9528 (Window System Selections): `x-set-selection' returns DATA.
9529 (Resources): Add example.
9530 (Display Feature Testing): Clarify descriptions of
9531 `display-pixel-height', `display-pixel-width', `x-server-version'
9532 and `x-server-vendor'.
9533
9534 * windows.texi (Choosing Window): Add anchor.
9535 * minibuf.texi (Minibuffer Misc): Add anchor.
9536
95372004-07-23 John Paul Wallington <jpw@gnu.org>
9538
9539 * macros.texi (Defining Macros): Declaration keyword for setting
9540 Edebug spec is `debug' not `edebug'.
9541
95422004-07-19 Luc Teirlinck <teirllm@auburn.edu>
9543
9544 * windows.texi: Various small changes in addition to:
9545 (Window Point): Mention return value of `set-window-point'.
9546 (Window Start): `pos-visible-in-window-p' disregards horizontal
9547 scrolling. Explain return value if PARTIALLY is non-nil.
9548 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
9549 and `set-window-vscroll'.
9550 (Size of Window): The argument WINDOW to `window-inside-edges',
9551 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
9552 (Resizing Windows): Explain return value of
9553 `shrink-window-if-larger-than-buffer'.
9554 `window-size-fixed' automatically becomes buffer local when set.
9555 (Window Configurations): Explain return value of
9556 `set-window-configuration'.
9557
9558 * minibuf.texi (Minibuffer Misc): Add anchor for
9559 `minibuffer-scroll-window'.
9560
9561 * positions.texi (Text Lines): Add anchor for `count-lines'.
9562
95632004-07-17 Richard M. Stallman <rms@gnu.org>
9564
9565 * display.texi (Overlay Properties): Adding `evaporate' prop
9566 deletes empty overlay immediately.
9567
9568 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
9569 fix example.
9570
95712004-07-16 Jim Blandy <jimb@redhat.com>
9572
9573 * searching.texi (Regexp Backslash): Document new \_< and \_>
9574 operators.
9575
95762004-07-16 Juanma Barranquero <lektu@terra.es>
9577
9578 * display.texi (Images): Fix Texinfo usage.
9579
95802004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9581
9582 * buffers.texi (Modification Time): `visited-file-modtime' now
9583 returns a list of two integers, instead of a cons.
9584
95852004-07-13 Luc Teirlinck <teirllm@auburn.edu>
9586
9587 * windows.texi: Various changes in addition to:
9588 (Splitting Windows): Add `split-window-keep-point'.
9589
95902004-07-09 Richard M. Stallman <rms@gnu.org>
9591
9592 * frames.texi (Input Focus): Minor fix.
9593
95942004-07-07 Luc Teirlinck <teirllm@auburn.edu>
9595
9596 * frames.texi (Input Focus): Clarify descriptions of
9597 `select-frame-set-input-focus' and `select-frame'.
9598
95992004-07-06 Luc Teirlinck <teirllm@auburn.edu>
9600
9601 * os.texi: Various small changes in addition to:
9602 (Killing Emacs): Expand and clarify description of
9603 `kill-emacs-query-functions' and `kill-emacs-hook'.
9604 (System Environment): Expand and clarify description of `getenv'
9605 and `setenv'.
9606 (Timers): Clarify description of `run-at-time'.
9607 (Translating Input): Correct description of
9608 `extra-keyboard-modifiers'.
9609 (Flow Control): Correct description of `enable-flow-control'.
9610
96112004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
9612
9613 * os.texi: Update copyright.
9614 (Session Management): Grammar fix.
9615 Clarify which Emacs does the restarting.
9616 Use @samp for *scratch* buffer.
9617
96182004-07-04 Alan Mackenzie <acm@muc.de>
9619
9620 * frames.texi (Input Focus): Add documentation for
9621 `select-frame-set-input-focus'. Replace refs to non-existent
9622 `switch-frame' with `select-frame'. Minor corrections and tidying
9623 up of text-only terminal stuff.
9624
96252004-07-02 Richard M. Stallman <rms@gnu.org>
9626
9627 * files.texi (Saving Buffers): Cleanup write-contents-function.
9628 (Magic File Names): Cleanup file-remote-p.
9629
b344d29d 96302004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
9631
9632 * files.texi (Magic File Names): `file-remote-p' returns an
9633 identifier of the remote system, not just t.
9634
96352004-07-02 David Kastrup <dak@gnu.org>
9636
9637 * searching.texi (Entire Match Data): Add explanation about new
9638 match-data behavior when @var{integers} is non-nil.
9639
96402004-06-24 Richard M. Stallman <rms@gnu.org>
9641
9642 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
9643
9644 * customize.texi (Variable Definitions): Note about doc strings
9645 and :set.
9646
9647 * keymaps.texi (Keymap Terminology): Document `kbd'.
9648 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
9649
9650 * display.texi (Invisible Text): Setting buffer-invisibility-spec
9651 makes it buffer-local.
9652
9653 * files.texi (Saving Buffers): Correct previous change.
9654
9655 * commands.texi (Accessing Events):
9656 Clarify posn-col-row and posn-actual-col-row.
9657
96582004-06-24 David Ponce <david.ponce@wanadoo.fr>
9659
9660 * commands.texi (Accessing Events): New functions
9661 posn-at-point and posn-at-x-y. Add example to posn-x-y.
9662
96632004-06-23 Luc Teirlinck <teirllm@auburn.edu>
9664
9665 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
9666 * frames.texi, buffers.texi, backups.texi, variables.texi:
9667 * loading.texi, eval.texi, functions.texi, control.texi:
9668 * symbols.texi, minibuf.texi: Reposition @anchor's.
9669
9670 * help.texi: Various small changes in addition to the following.
9671 (Describing Characters): Describe PREFIX argument to
9672 `key-description'. Correct and clarify definition of
9673 `text-char-description'. Describe NEED-VECTOR argument to
9674 `read-kbd-macro'.
9675 (Help Functions): Clarify definition of `apropos'.
9676
96772004-06-23 Lars Hansen <larsh@math.ku.dk>
9678
9679 * files.texi (Saving Buffers): Correct description of
9680 `write-contents-functions'.
9681
96822004-06-21 Juanma Barranquero <lektu@terra.es>
9683
9684 * display.texi (Images): Remove redundant @vindex directives.
9685 Rewrite `image-library-alist' doc in active voice.
9686
96872004-06-14 Juanma Barranquero <lektu@terra.es>
9688
9689 * display.texi (Images): Document new delayed library loading,
9690 variable `image-library-alist' and (existing but undocumented)
9691 function `image-type-available-p'.
9692
96932004-06-05 Richard M. Stallman <rms@gnu.org>
9694
9695 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
9696 refer the user to the Initial Input node.
9697 (Text from Minibuffer): Likewise.
9698 (Initial Input): New node. Document this feature
9699 and say it is mostly deprecated.
9700
97012004-05-30 Richard M. Stallman <rms@gnu.org>
9702
9703 * loading.texi (Named Features): Clarify return value
9704 and meaning of NOERROR.
9705
9706 * variables.texi (File Local Variables): Minor cleanup.
9707
97082004-05-30 Michael Albinus <michael.albinus@gmx.de>
9709
9710 * files.texi (Magic File Names): Add `file-remote-p' as operation
9711 of file name handlers.
9712
97132004-05-29 Richard M. Stallman <rms@gnu.org>
9714
9715 * modes.texi (Minor Mode Conventions): (-) has no special meaning
9716 as arg to a minor mode command.
9717
97182004-05-22 Richard M. Stallman <rms@gnu.org>
9719
9720 * syntax.texi (Syntax Class Table): Word syntax not just for English.
9721
9722 * streams.texi (Output Variables): Doc float-output-format.
9723
9724 * searching.texi (Regexp Special): Nested repetition can be infloop.
9725
9726 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
9727 real stack overflow.
9728
9729 * compile.texi: Minor cleanups.
9730
97312004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
9732
9733 * lists.texi (Cons Cells): Explain dotted lists, true lists,
9734 circular lists.
9735 (List Elements): Explain handling of circular and dotted lists.
9736
97372004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
9738
9739 * modes.texi (Search-based Fontification): Fix typo.
9740
97412004-05-10 Juanma Barranquero <lektu@terra.es>
9742
9743 * modes.texi (Mode Line Variables): Fix description of
9744 global-mode-string, which is now after which-func-mode, not the
9745 buffer name.
9746
97472004-05-07 Lars Hansen <larsh@math.ku.dk>
9748
9749 * modes.texi (Desktop Save Mode): Add.
9750 (Modes): Add menu entry Desktop Save Mode.
9751
9752 * hooks.texi: Add desktop-after-read-hook,
9753 desktop-no-desktop-file-hook and desktop-save-hook.
9754
9755 * locals.texi: Add desktop-save-buffer.
9756
97572004-04-30 Jesper Harder <harder@ifa.au.dk>
9758
9759 * display.texi: emacs -> Emacs.
9760
97612004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9762
9763 * files.texi (Changing Files): Document set-file-times.
9764
97652004-04-23 Juanma Barranquero <lektu@terra.es>
9766
9767 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9768
97692004-04-18 Jesper Harder <harder@ifa.au.dk>
9770
9771 * tips.texi (Coding Conventions): defopt -> defcustom.
9772
97732004-04-16 Luc Teirlinck <teirllm@auburn.edu>
9774
9775 * sequences.texi: Various clarifications.
9776
97772004-04-14 Luc Teirlinck <teirllm@auburn.edu>
9778
9779 * buffers.texi (Read Only Buffers): Mention optional ARG to
9780 `toggle-read-only'.
9781
97822004-04-14 Nick Roberts <nick@nick.uklinux.net>
9783
9784 * windows.texi (Selecting Windows): Note that get-lru-window
9785 returns a full-width window if possible.
9786
97872004-04-13 Luc Teirlinck <teirllm@auburn.edu>
9788
9789 * buffers.texi: Various changes in addition to:
9790 (Buffer File Name): Add `find-buffer-visiting'.
9791 (Buffer Modification): Mention optional ARG to `not-modified'.
9792 (Indirect Buffers): Mention optional CLONE argument to
9793 `make-indirect-buffer'.
9794
9795 * files.texi: Various changes in addition to:
9796 (Visiting Functions): `find-file-hook' is now a normal hook.
9797 (File Name Expansion): Explain difference between the way that
9798 `expand-file-name' and `file-truename' treat `..'.
9799 (Contents of Directories): Mention optional ID-FORMAT argument to
9800 `directory-files-and-attributes'.
9801 (Format Conversion): Mention new optional CONFIRM argument to
9802 `format-write-file'.
9803
98042004-04-12 Miles Bader <miles@gnu.org>
9805
9806 * macros.texi (Expansion): Add description of `macroexpand-all'.
9807
98082004-04-05 Jesper Harder <harder@ifa.au.dk>
9809
5dcb4c4e
SM
9810 * variables.texi (Variable Aliases):
9811 Mention cyclic-variable-indirection.
b8d4c8d0
GM
9812
9813 * errors.texi (Standard Errors): Ditto.
9814
98152004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9816
9817 * backups.texi: Various small changes in addition to:
9818 (Making Backups): Mention return value of `backup-buffer'.
9819 (Auto-Saving): Mention optional FORCE argument to
9820 `delete-auto-save-file-if-necessary'.
9821 (Reverting): Mention optional PRESERVE-MODES argument to
9822 `revert-buffer'. Correct description of `revert-buffer-function'.
9823
98242004-03-22 Juri Linkov <juri@jurta.org>
9825
9826 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9827 with `Vector Functions'.
9828
9829 * text.texi (Sorting): Add missing quote.
9830
98312004-03-14 Luc Teirlinck <teirllm@auburn.edu>
9832
9833 * intro.texi (Lisp History): Replace xref to `cl' manual with
9834 inforef.
9835
98362004-03-12 Richard M. Stallman <rms@gnu.org>
9837
9838 * intro.texi (Version Info): Add arg to emacs-version.
9839 (Lisp History): Change xref to CL manual.
9840
98412004-03-09 Luc Teirlinck <teirllm@auburn.edu>
9842
9843 * minibuf.texi (Completion Commands): Add xref to Emacs manual
9844 for Partial Completion mode.
9845
98462004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
9847
9848 * customize.texi: Fix typo. Remove eol whitespace.
9849
98502004-03-04 Richard M. Stallman <rms@gnu.org>
9851
9852 * processes.texi: Fix typos.
9853
9854 * lists.texi (Building Lists): Minor clarification.
9855
9856 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9857 in make-hash-table.
9858
98592004-02-29 Juanma Barranquero <lektu@terra.es>
9860
9861 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9862 rm, and ignore exit code.
9863
98642004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9865
9866 * display.texi (Defining Faces): Add description for min-colors.
9867 Update example.
9868
98692004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9870
9871 * abbrevs.texi: Various corrections and clarifications in addition
9872 to the following:
9873 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9874
98752004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9876
9877 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9878
98792004-02-21 Luc Teirlinck <teirllm@auburn.edu>
9880
9881 * text.texi: Various small changes in addition to the following:
9882 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9883 to delete-horizontal-space.
9884 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9885 description of yank-handler text property at various places.
9886
9887 * frames.texi (Window System Selections): Add anchor.
9888
9889 * syntax.texi (Syntax Table Functions): Clarify and correct
9890 descriptions of make-syntax-table and copy-syntax-table.
9891 (Motion and Syntax): Clarify SYNTAXES argument to
9892 skip-syntax-forward.
9893 (Parsing Expressions): Mention that the return value of
9894 parse-partial-sexp is currently a list of ten rather than nine
9895 elements.
9896 (Categories): Various corrections and clarifications.
9897
98982004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9899
9900 * markers.texi (Marker Insertion Types): Minor change.
9901
9902 * locals.texi (Standard Buffer-Local Variables):
9903 * commands.texi (Interactive Codes, Using Interactive):
9904 * functions.texi (Related Topics): Fix xrefs.
9905
99062004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9907
9908 * lists.texi (Sets And Lists): Update description of delete-dups.
9909
99102004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9911
9912 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9913
c8763fb6 99142004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9915
9916 * frames.texi (Parameter Access): frame-parameters arg is optional.
9917 modify-frame-parameters handles nil for FRAME.
9918 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9919 are all-or-nothing for certain toolkits.
9920 Mention parameter wait-for-wm.
9921 (Frames and Windows): In frame-first-window and frame-selected-window
9922 the arg is optional.
9923 (Input Focus): In redirect-frame-focus the second arg is optional.
9924 (Window System Selections): Mention selection type CLIPBOARD.
9925 Mention data-type UTF8_STRING.
9926 Mention numbering of cut buffers.
9927 (Resources): Describe x-resource-name.
9928
99292004-02-16 Richard M. Stallman <rms@gnu.org>
9930
9931 * windows.texi (Buffers and Windows): Delete false table
9932 about all-frames.
9933
9934 * syntax.texi (Parsing Expressions): Delete old caveat
9935 about parse-sexp-ignore-comments.
9936
9937 * streams.texi (Output Variables): Add print-quoted.
9938
9939 * lists.texi (Building Lists): Minor cleanup.
9940
9941 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9942
9943 * display.texi (Overlays): Explain overlays use markers.
9944 (Managing Overlays): Explain front-advance and rear-advance
9945 in more detail.
9946
9947 * loading.texi (Unloading): Document unload-feature-special-hooks.
9948 Get rid of fns-NNN.el file.
9949
99502004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9951
9952 * help.texi (Describing Characters): Fix text-char-description
9953 example output.
9954
9955 * edebug.texi (Using Edebug): Fix example.
9956
9957 * debugging.texi (Internals of Debugger): Fix return value.
9958
9959 * files.texi (Changing Files): Fix argname.
9960
9961 * calendar.texi: Fix parens, and default values.
9962
9963 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9964 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 9965 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
9966
9967 * positions.texi (Text Lines): Don't add -1 in current-line.
9968
99692004-02-16 Richard M. Stallman <rms@gnu.org>
9970
9971 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9972
99732004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9974
9975 * processes.texi (Low-Level Network): Fix a typo.
9976
99772004-02-12 Kim F. Storm <storm@cua.dk>
9978
9979 * display.texi (Fringes): Use consistent wording.
9980 Note that window-fringe's window arg is optional.
9981 (Scroll Bars): Use consistent wording.
9982
99832004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9984
9985 * tips.texi (Comment Tips): Document the new conventions for
9986 commenting out code.
9987
c8763fb6 99882004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 9989
5dcb4c4e 9990 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
9991
99922004-02-07 Kim F. Storm <storm@cua.dk>
9993
9994 * positions.texi (Text Lines): Add line-number-at-pos.
9995
99962004-02-06 John Paul Wallington <jpw@gnu.org>
9997
9998 * display.texi (Button Properties, Button Buffer Commands):
9999 mouse-2 invokes button, not down-mouse-1.
10000
100012004-02-04 Jason Rumney <jasonr@gnu.org>
10002
10003 * makefile.w32-in: Sync with Makefile.in changes.
10004
100052004-02-03 Luc Teirlinck <teirllm@auburn.edu>
10006
10007 * minibuf.texi (Text from Minibuffer): Various corrections and
10008 clarifications.
10009 (Object from Minibuffer): Correct Lisp description of
10010 read-minibuffer.
10011 (Minibuffer History): Clarify description of cons values for
10012 HISTORY arguments.
5dcb4c4e
SM
10013 (Basic Completion): Various corrections and clarifications.
10014 Add completion-regexp-list.
b8d4c8d0
GM
10015 (Minibuffer Completion): Correct and clarify description of
10016 completing-read.
5dcb4c4e
SM
10017 (Completion Commands): Mention Partial Completion mode.
10018 Various other minor changes.
b8d4c8d0
GM
10019 (High-Level Completion): Various corrections and clarifications.
10020 (Reading File Names): Ditto.
10021 (Minibuffer Misc): Ditto.
10022
100232004-01-26 Luc Teirlinck <teirllm@auburn.edu>
10024
10025 * strings.texi (Text Comparison): assoc-string also matches
10026 elements of alists that are strings instead of conses.
10027 (Formatting Strings): Standardize Texinfo usage. Update index
10028 entries.
10029
100302004-01-20 Luc Teirlinck <teirllm@auburn.edu>
10031
10032 * lists.texi (Sets And Lists): Add delete-dups.
10033
100342004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10035
10036 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10037 special form.
10038 * macros.texi (Defining Macros): Update description of `declare',
10039 which now is a macro.
10040 (Wrong Time): Fix typos.
10041
100422004-01-14 Luc Teirlinck <teirllm@auburn.edu>
10043
10044 * compile.texi (Compilation Functions): Expand descriptions of
10045 `compile-defun', `byte-compile-file', `byte-recompile-directory'
10046 and `batch-byte-compile'. In particular, mention and describe
10047 all optional arguments.
10048 (Disassembly): Correct and clarify the description of `disassemble'.
10049
100502004-01-11 Luc Teirlinck <teirllm@auburn.edu>
10051
10052 * searching.texi: Various small changes in addition to the
10053 following.
10054 (Regexp Example): Adapt to new value of `sentence-end'.
10055 (Regexp Functions): The PAREN argument to `regexp-opt' can be
10056 `words'.
10057 (Search and Replace): Add usage note for `perform-replace'.
10058 (Entire Match Data): Mention INTEGERS and REUSE arguments to
10059 `match-data'.
10060 (Standard Regexps): Update for new values of `paragraph-start'
10061 and `sentence-end'.
10062
100632004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10064
10065 * files.texi (Saving Buffers): Clarify descriptions of
10066 `write-contents-functions' and `before-save-hook'.
10067 Make the defvar's for `before-save-hook' and `after-save-hook'
10068 into defopt's.
10069
100702004-01-07 Kim F. Storm <storm@cua.dk>
10071
10072 * commands.texi (Click Events): Describe new image and
10073 width/height elements of click events.
10074 (Accessing Events): Add posn-string, posn-image, and
10075 posn-object-width-height. Change posn-object to return either
10076 image or string object.
10077
100782004-01-01 Simon Josefsson <jas@extundo.com>
10079
10080 * hooks.texi (Standard Hooks): Add before-save-hook.
10081 * files.texi (Saving Buffers): Likewise.
10082
100832004-01-03 Richard M. Stallman <rms@gnu.org>
10084
10085 * frames.texi (Frames and Windows): Delete frame-root-window.
10086
100872004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10088
10089 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10090
10091 * functions.texi: Various small changes in addition to the
10092 following.
5dcb4c4e
SM
10093 (What Is a Function): `functionp' returns nil for macros.
10094 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
10095 (Function Documentation): Add `\' in front of (fn @var{arglist})
10096 and explain why.
10097 (Defining Functions): Mention DOCSTRING argument to `defalias'.
10098 Add anchor.
10099 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
10100
101012004-01-01 Miles Bader <miles@gnu.org>
10102
10103 * display.texi (Buttons): New section.
10104
101052003-12-31 Andreas Schwab <schwab@suse.de>
10106
10107 * numbers.texi (Math Functions): sqrt reports a domain-error
10108 error.
10109 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
10110
101112003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10112
10113 * tips.texi (Documentation Tips): Update item on hyperlinks in
10114 documentation strings.
10115
10116 * errors.texi (Standard Errors): Various small corrections and
10117 additions.
10118
10119 * control.texi: Various small changes in addition to the
10120 following.
10121 (Signaling Errors): Provide some more details on how `signal'
10122 constructs the error message. Add anchor to the definition of
10123 `signal'.
10124 (Error Symbols): Describe special treatment of `quit'.
10125 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
10126 to emphasize that it has to be a single form.
10127
10128 * buffers.texi: Add anchor.
10129
101302003-12-29 Richard M. Stallman <rms@gnu.org>
10131
10132 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
10133 (Window Configurations): Add window-configuration-frame.
10134
10135 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
10136
10137 * text.texi (Examining Properties): Add get-char-property-and-overlay.
10138 Change arg name in get-char-property.
10139 (Special Properties): Update handling of keymap property.
10140
10141 * strings.texi (Modifying Strings): Add clear-string.
10142 (Text Comparison): Add assoc-string and remove
10143 assoc-ignore-case, assoc-ignore-representation.
10144
10145 * os.texi (Time of Day): Add set-time-zone-rule.
10146
10147 * numbers.texi (Math Functions): asin, acos, log, log10
10148 report domain-error errors.
10149
10150 * nonascii.texi (Converting Representations):
10151 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
10152 (Encoding and I/O): Add file-name-coding-system.
10153
10154 * modes.texi (Search-based Fontification): Explain that
10155 face specs are symbols with face names as values.
10156
10157 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
10158
10159 * lists.texi (Building Lists): remq moved elsewhere.
10160 (Sets And Lists): remq moved here.
10161 (Association Lists): Refer to assoc-string.
10162
10163 * internals.texi (Garbage Collection): Add memory-use-counts.
10164
10165 * frames.texi (Frames and Windows): Add set-frame-selected-window
10166 and frame-root-window.
10167
10168 * files.texi (Contents of Directories):
10169 Add directory-files-and-attributes.
10170
10171 * display.texi (Refresh Screen): Add force-window-update.
10172 (Invisible Text): Explain about moving point out of invis text.
10173 (Overlay Properties): Add overlay-properties.
10174 (Managing Overlays): Add overlayp.
10175 (GIF Images): Invalid image number displays a hollow box.
10176
10177 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
10178 (Killing Buffers): Add buffer-live-p.
10179
101802003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10181
10182 * display.texi (Fringes): Fix typo "set-buffer-window".
10183
101842003-12-24 Luc Teirlinck <teirllm@auburn.edu>
10185
10186 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
10187 * nonascii.texi, processes.texi, tips.texi, variables.texi:
10188 Add or change various xrefs and anchors.
10189
10190 * commands.texi: Replace all occurrences of @acronym{CAR} with
10191 @sc{car}, for consistency with the rest of the Elisp manual.
10192 `car' and `cdr' are historically acronyms, but are no longer
10193 widely thought of as such.
10194
10195 * internals.texi (Pure Storage): Mention that `purecopy' does not
10196 copy text properties.
10197 (Object Internals): Now 29 bits are used (in most implementations)
10198 to address Lisp objects.
10199
10200 * variables.texi (Variables with Restricted Values): New node.
10201
10202 * objects.texi (Lisp Data Types): Mention that certain variables
10203 can only take on a restricted set of values and add an xref to
10204 the new node "Variables with Restricted Values".
10205
10206 * eval.texi (Function Indirection): Describe the errors that
10207 `indirect-function' can signal.
10208 (Eval): Clarify the descriptions of `eval-region' and `values'.
10209 Describe `eval-buffer' instead of `eval-current-buffer' and
10210 mention `eval-current-buffer' as an alias for `current-buffer'.
10211 Correct the description and mention all optional arguments.
10212
10213 * nonascii.texi: Various small changes in addition to the
10214 following.
10215 (Converting Representations): Clarify behavior of
10216 `string-make-multibyte' and `string-to-multibyte' for unibyte all
10217 ASCII arguments.
10218 (Character Sets): Document the variable `charset-list' and adapt
10219 the definition of the function `charset-list' accordingly.
10220 (Translation of Characters): Clarify use of generic characters in
10221 `make-translation-table'. Clarify and correct the description of
10222 the use of translation tables in encoding and decoding.
10223 (User-Chosen Coding Systems): Correct and clarify the description
10224 of `select-safe-coding-system'.
10225 (Default Coding Systems): Clarify description of
10226 `file-coding-system-alist'.
10227
102282003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10229
10230 * strings.texi (Text Comparison): Correctly describe when two
10231 strings are `equal'. Combine and clarify descriptions of
10232 `assoc-ignore-case' and `assoc-ignore-representation'.
10233
10234 * objects.texi (Non-ASCII in Strings): Clarify description of
10235 when a string is unibyte or multibyte.
10236 (Bool-Vector Type): Update examples.
10237 (Equality Predicates): Correctly describe when two strings are
10238 `equal'.
10239
102402003-11-29 Luc Teirlinck <teirllm@auburn.edu>
10241
10242 * lists.texi (Building Lists): `append' no longer accepts integer
10243 arguments. Update the description of `number-sequence' to reflect
10244 recent changes.
10245 (Sets And Lists): Describe `member-ignore-case' after `member'.
10246
102472003-11-27 Kim F. Storm <storm@cua.dk>
10248
10249 * commands.texi (Click Events): Click object may be an images.
10250 Describe (dx . dy) element of click positions.
10251 (Accessing Events): Remove duplicate posn-timestamp.
10252 New functions posn-object and posn-object-x-y.
10253
102542003-11-23 Kim F. Storm <storm@cua.dk>
10255
10256 * commands.texi (Click Events): Describe enhancements to event
10257 position lists, including new text-pos and (col . row) items.
10258 Mention left-fringe and right-fringe area events.
10259 (Accessing Events): New functions posn-area and
10260 posn-actual-col-row. Mention posn-timestamp. Mention that
10261 posn-point in non-text area still returns buffer position.
10262 Clarify posn-col-row.
10263
102642003-11-21 Lars Hansen <larsh@math.ku.dk>
10265
10266 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
10267 * anti.texi (File Attributes): Describe removed parameter
10268 ID-FORMAT.
10269
102702003-11-20 Luc Teirlinck <teirllm@auburn.edu>
10271
10272 * positions.texi (Positions): Mention that, if a marker is used as
10273 a position, its buffer is ignored.
10274
10275 * markers.texi (Overview of Markers): Mention it here too.
10276
102772003-11-12 Luc Teirlinck <teirllm@auburn.edu>
10278
10279 * numbers.texi (Numeric Conversions): Not just `floor', but also
10280 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
10281
102822003-11-10 Luc Teirlinck <teirllm@auburn.edu>
10283
10284 * markers.texi (Creating Markers): Specify insertion type of
10285 created markers. Add xref to `Marker Insertion Types'.
10286 Second argument to `copy-marker' is optional.
10287 (Marker Insertion Types): Mention that most markers are created
10288 with insertion type nil.
10289 (The Mark): Correctly describe when `mark' signals an error.
10290 (The Region): Correctly describe when `region-beginning' and
10291 `region-end' signal an error.
10292
102932003-11-08 Luc Teirlinck <teirllm@auburn.edu>
10294
10295 * hash.texi (Creating Hash): Clarify description of `eql'.
10296 `makehash' is obsolete.
10297 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
10298
10299 * positions.texi (Point): Change description of `buffer-end', so
10300 that it is also correct for floating point arguments.
10301 (List Motion): Correct argument lists of `beginning-of-defun' and
10302 `end-of-defun'.
10303 (Excursions): Add xref to `Marker Insertion Types'.
10304 (Narrowing): Argument to `narrow-to-page' is optional.
10305
103062003-11-06 Luc Teirlinck <teirllm@auburn.edu>
10307
10308 * streams.texi (Output Streams): Clarify behavior of point for
10309 marker output streams.
10310
103112003-11-04 Luc Teirlinck <teirllm@auburn.edu>
10312
10313 * variables.texi (Defining Variables): Second argument to
10314 `defconst' is not optional.
10315 (Setting Variables): Mention optional argument APPEND to
10316 `add-to-list'.
10317 (Creating Buffer-Local): Expand description of
10318 `make-variable-buffer-local'.
10319 (Frame-Local Variables): Expand description of
10320 `make-variable-frame-local'.
10321 (Variable Aliases): Correct description of optional argument
10322 DOCSTRING to `defvaralias'. Mention return value of
10323 `defvaralias'.
10324 (File Local Variables): Add xref to `File variables' in Emacs
10325 Manual. Correct description of `hack-local-variables'. Mention
10326 `safe-local-variable' property. Mention optional second argument
10327 to `risky-local-variable-p'.
10328
103292003-11-03 Luc Teirlinck <teirllm@auburn.edu>
10330
10331 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
10332
103332003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10334
10335 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
10336 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
10337 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
10338 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
10339 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
10340 lispref/processes.texi, lispref/searching.texi,
10341 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
10342 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
10343 @acronym{FOO}.
10344
103452003-10-27 Luc Teirlinck <teirllm@auburn.edu>
10346
10347 * strings.texi (Creating Strings): Argument START to `substring'
10348 can not be `nil'. Expand description of
10349 `substring-no-properties'. Correct description of `split-string',
10350 especially with respect to empty matches. Prevent very bad line
10351 break in definition of `split-string-default-separators'.
10352 (Text Comparison): `string=' and `string<' also accept symbols as
10353 arguments.
10354 (String Conversion): More completely describe argument BASE in
10355 `string-to-number'.
10356 (Formatting Strings): `%s' and `%S' in `format' do require
10357 corresponding object. Clarify behavior of numeric prefix after
10358 `%' in `format'.
10359 (Case Conversion): The argument to `upcase-initials' can be a
10360 character.
10361
103622003-10-27 Kenichi Handa <handa@m17n.org>
10363
10364 * display.texi (Fontsets): Fix texinfo usage.
10365
103662003-10-25 Kenichi Handa <handa@m17n.org>
10367
10368 * display.texi (Fontsets): Add description of the function
10369 set-fontset-font.
10370
103712003-10-23 Luc Teirlinck <teirllm@auburn.edu>
10372
10373 * display.texi (Temporary Displays): Add xref to `Documentation
10374 Tips'.
10375
10376 * functions.texi (Function Safety): Use inforef instead of pxref
10377 for SES.
10378
103792003-10-23 Andreas Schwab <schwab@suse.de>
10380
10381 * Makefile.in (TEX, texinputdir): Don't define.
10382 (TEXI2DVI): Define.
10383 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
10384 add $(srcdir)/index.texi.
10385 ($(infodir)/elisp): Remove index.texi dependency.
10386 (elisp.dvi): Likewise. Use $(TEXI2DVI).
10387 (index.texi): Remove target.
10388 (dist): Don't link $(srcdir)/permute-index.
10389 (clean): Don't remove index.texi.
10390
10391 * permute-index, index.perm: Remove.
10392 * index.texi: Rename from index.unperm.
10393
103942003-10-22 Luc Teirlinck <teirllm@auburn.edu>
10395
10396 * tips.texi (Documentation Tips): Document new behavior for face
10397 and variable hyperlinks in Help mode.
10398
103992003-10-21 Luc Teirlinck <teirllm@auburn.edu>
10400
10401 * objects.texi (Integer Type): Update for extra bit of integer range.
10402 (Character Type): Ditto.
10403
104042003-10-16 Eli Zaretskii <eliz@gnu.org>
10405
10406 * numbers.texi (Integer Basics): Add index entries for reading
10407 numbers in hex, octal, and binary.
10408
104092003-10-16 Lute Kamstra <lute@gnu.org>
10410
10411 * modes.texi (Mode Line Format): Mention force-mode-line-update's
10412 argument.
10413
104142003-10-13 Luc Teirlinck <teirllm@auburn.edu>
10415
10416 * windows.texi (Choosing Window): Fix typo.
10417 * edebug.texi (Edebug Execution Modes): Fix typo.
10418
104192003-10-13 Richard M. Stallman <rms@gnu.org>
10420
10421 * windows.texi (Basic Windows): A window has fringe settings,
10422 display margins and scroll-bar settings.
10423 (Splitting Windows): Doc split-window return value.
10424 Clean up one-window-p.
10425 (Selecting Windows): Fix typo.
10426 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
10427 (Buffers and Windows): In set-window-buffer, explain effect
10428 on fringe settings and scroll bar settings.
10429 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
10430 (Choosing Window): Use defopt for pop-up-frame-function.
10431 For special-display-buffer-names, explain same-window and same-frame.
10432 Clarify window-dedicated-p return value.
10433 (Textual Scrolling): scroll-up and scroll-down can get an error.
10434 (Horizontal Scrolling): Clarify auto-hscroll-mode.
10435 Clarify set-window-hscroll.
10436 (Size of Window): Don't mention tool bar in window-height.
10437 (Coordinates and Windows): Explain what coordinates-in-window-p
10438 returns for fringes and display margins.
10439 (Window Configurations): Explain saving fringes, etc.
10440
10441 * tips.texi (Library Headers): Clean up Documentation.
10442
10443 * syntax.texi (Parsing Expressions): Clean up forward-comment
10444 and parse-sexp-lookup-properties.
10445
10446 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
10447
10448 * os.texi (System Environment): Clean up text for load-average errors.
10449
10450 * modes.texi (Hooks): Don't explain local hook details at front.
10451 Clarify run-hooks and run-hook-with-args a little.
10452 Clean up add-hook and remove-hook.
10453
10454 * edebug.texi (Edebug Execution Modes): Clarify t.
10455 Document edebug-sit-for-seconds.
10456 (Coverage Testing): Document C-x X = and =.
10457 (Instrumenting Macro Calls): Fix typo.
10458 (Specification List): Don't index the specification keywords.
10459
104602003-10-10 Kim F. Storm <storm@cua.dk>
10461
10462 * processes.texi (Network): Introduce make-network-process.
10463
104642003-10-09 Luc Teirlinck <teirllm@auburn.edu>
10465
10466 * tips.texi (Library Headers): Fix typo.
10467
104682003-10-07 Juri Linkov <juri@jurta.org>
10469
10470 * modes.texi (Imenu): Mention imenu-create-index-function's
10471 default value. Explain submenus better.
10472
104732003-10-07 Lute Kamstra <lute@gnu.org>
10474
10475 * modes.texi (Faces for Font Lock): Fix typo.
10476 (Hooks): Explain how buffer-local hook variables can refer to
10477 global hook variables.
10478 Various minor clarifications.
10479
104802003-10-06 Lute Kamstra <lute@gnu.org>
10481
10482 * tips.texi (Coding Conventions): Mention naming conventions for
10483 hooks.
10484
104852003-10-05 Luc Teirlinck <teirllm@auburn.edu>
10486
10487 * loading.texi (Library Search): Correct default value of
10488 load-suffixes.
10489 (Named Features): Fix typo.
10490
104912003-10-05 Richard M. Stallman <rms@gnu.org>
10492
10493 * loading.texi (Named Features): In `provide',
10494 say how to test for subfeatures.
10495 (Unloading): In unload-feature, use new var name
10496 unload-feature-special-hooks.
10497
104982003-10-03 Lute Kamstra <lute@gnu.org>
10499
10500 * modes.texi (Major Mode Conventions): Mention third way to set up
10501 Imenu.
10502 (Imenu): A number of small fixes.
10503 Delete documentation of internal variable imenu--index-alist.
10504 Document the return value format of imenu-create-index-function
10505 functions.
10506
105072003-09-30 Richard M. Stallman <rms@gnu.org>
10508
10509 * processes.texi (Network): Say what stopped datagram connections do.
10510
10511 * lists.texi (Association Lists): Clarify `assq-delete-all'.
10512
10513 * display.texi (Overlay Properties): Clarify `evaporate' property.
10514
105152003-09-29 Lute Kamstra <lute@gnu.org>
10516
10517 * modes.texi (Mode Line Data): Explain when symbols in mode-line
10518 constructs should be marked as risky.
10519 Change cons cell into proper list.
10520 (Mode Line Variables): Change cons cell into proper list.
10521
105222003-09-26 Lute Kamstra <lute@gnu.org>
10523
10524 * modes.texi (Mode Line Data): Document the :propertize construct.
10525 (Mode Line Variables): Reorder the descriptions of the variables
10526 to match their order in the default mode-line-format.
10527 Describe the new variables mode-line-position and mode-line-modes.
10528 Update the default values of mode-line-frame-identification,
10529 minor-mode-alist, and default-mode-line-format.
10530 (Properties in Mode): Mention the :propertize construct.
10531
105322003-09-26 Richard M. Stallman <rms@gnu.org>
10533
10534 * buffers.texi, commands.texi, debugging.texi, eval.texi:
10535 * loading.texi, minibuf.texi, text.texi, variables.texi:
10536 Avoid @strong{Note:}.
10537
105382003-09-26 Richard M. Stallman <rms@gnu.org>
10539
10540 * keymaps.texi (Remapping Commands): Fix typo.
10541
105422003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
10543
10544 * processes.texi (Low-Level Network): Fix typo.
10545
105462003-09-23 Kim F. Storm <storm@cua.dk>
10547
10548 * processes.texi (Network, Network Servers): Fix typos.
10549 (Low-Level Network): Add timeout value for :server keyword.
10550 Add new option keywords to make-network-process.
10551 Add set-network-process-options.
10552 Explain how to test availability of network options.
10553
105542003-09-19 Richard M. Stallman <rms@gnu.org>
10555
10556 * text.texi (Motion by Indent): Arg to
10557 backward-to-indentation and forward-to-indentation is optional.
10558
10559 * strings.texi (Creating Strings): Add substring-no-properties.
10560
10561 * processes.texi
10562 (Process Information): Add list-processes arg QUERY-ONLY.
10563 Delete process-contact from here.
10564 Add new status values for process-status.
10565 Add process-get, process-put, process-plist, set-process-plist.
10566 (Synchronous Processes): Add call-process-shell-command.
10567 (Signals to Processes): signal-process allows process objects.
10568 (Network): Complete rewrite.
10569 (Network Servers, Datagrams, Low-Level Network): New nodes.
10570
10571 * positions.texi (Word Motion): forward-word, backward-word
10572 arg is optional. Reword.
10573
10574 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
10575
10576 * variables.texi (Creating Buffer-Local):
10577 Delete duplicate definition of buffer-local-value.
10578 (File Local Variables): Explain about discarding text props.
10579
105802003-09-11 Richard M. Stallman <rms@gnu.org>
10581
10582 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
10583 changes variables that record input events.
10584 (Minibuffer Misc): Add minibuffer-selected-window.
10585
10586 * lists.texi (Building Lists): Add copy-tree.
10587
10588 * display.texi (Fontsets): Add char-displayable-p.
10589 (Scroll Bars): New node.
10590
105912003-09-08 Lute Kamstra <lute@gnu.org>
10592
10593 * modes.texi (%-Constructs): Document new `%i' and `%I'
10594 constructs.
10595
105962003-09-03 Peter Runestig <peter@runestig.com>
10597
10598 * makefile.w32-in: New file.
10599
106002003-08-29 Richard M. Stallman <rms@gnu.org>
10601
10602 * display.texi (Overlay Properties): Clarify how priorities
10603 affect use of the properties.
10604
106052003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10606
10607 * customize.texi (Type Keywords): Correct the description of
10608 `:help-echo' in the case where `motion-doc' is a function.
10609
106102003-08-14 John Paul Wallington <jpw@gnu.org>
10611
10612 * modes.texi (Emulating Mode Line): Subsection, not section.
10613
106142003-08-13 Richard M. Stallman <rms@gnu.org>
10615
10616 * elisp.texi (Top): Update subnode lists in menu.
10617
10618 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
10619 (Kill Functions): kill-region has new arg yank-handler.
10620 (Yanking): New node.
10621 (Yank Commands): Add yank-undo-function.
10622 (Low-Level Kill Ring):
10623 kill-new and kill-append have new arg yank-handler.
10624 (Changing Properties): Add remove-list-of-text-properties.
10625 (Atomic Changes): New node.
10626
10627 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
10628
10629 * streams.texi (Output Variables): Add eval-expression-print-length
10630 and eval-expression-print-level.
10631
10632 * os.texi (Time Conversion): For encode-time, explain limits on year.
10633
10634 * objects.texi (Character Type): Define anchor "modifier bits".
10635
10636 * modes.texi (Emulating Mode Line): New node.
10637 (Search-based Fontification): Font Lock uses font-lock-face property.
10638 (Other Font Lock Variables): Likewise.
10639
10640 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
10641 not vectors.
10642 (Active Keymaps): Add emulation-mode-map-alists.
10643 (Functions for Key Lookup): key-binding has new arg no-remap.
10644 (Remapping Commands): New node.
10645 (Scanning Keymaps): where-is-internal has new arg no-remap.
10646 (Tool Bar): Add tool-bar-local-item-from-menu.
10647 Clarify when to use tool-bar-add-item-from-menu.
10648
10649 * commands.texi (Interactive Call): commandp has new arg.
10650 (Command Loop Info): Add this-original-command.
10651
106522003-08-06 John Paul Wallington <jpw@gnu.org>
10653
10654 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
10655
10656 * display.texi (Warning Basics): Fix typo.
10657 (Fringes): Add closing curly bracket and fix typo.
10658
10659 * elisp.texi (Top): Fix typo.
10660
106612003-08-05 Richard M. Stallman <rms@gnu.org>
10662
10663 * elisp.texi: Update lists of subnodes.
10664
10665 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
10666
10667 * variables.texi (Local Variables): Use lc for example variable names.
10668
10669 * tips.texi (Library Headers): Explain where to put -*-.
10670
10671 * strings.texi (Creating Strings): Fix xref for vconcat.
10672
10673 * sequences.texi (Vector Functions):
10674 vconcat no longer allows integer args.
10675
10676 * minibuf.texi (Reading File Names): read-file-name has new
10677 arg PREDICATE. New function read-directory-name.
10678
c4cc8b9a 10679 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
10680 (Indenting Macros): New node.
10681
10682 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
10683 (Window Frame Parameters): Make separate table of parameters
10684 that are coupled with specific face attributes.
10685 (Deleting Frames): delete-frame-hooks renamed to
10686 delete-frame-functions.
10687
10688 * files.texi (Magic File Names): Add file-remote-p.
10689 Clarify file-local-copy.
10690
10691 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
10692 here; instead xref Defining Macros.
10693
10694 * display.texi (Warnings): New node, and subnodes.
10695 (Fringes): New node.
10696
10697 * debugging.texi (Test Coverage): New node.
10698
10699 * compile.texi (Compiler Errors): Explain with-no-warnings
10700 and other ways to suppress warnings.
10701
10702 * commands.texi (Interactive Call): Minor clarification.
10703
10704 * buffers.texi (Buffer File Name): set-visited-file-name
10705 renames the buffer too.
10706
10707 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
10708
107092003-07-24 Markus Rost <rost@math.ohio-state.edu>
10710
10711 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
10712
107132003-07-22 Markus Rost <rost@math.ohio-state.edu>
10714
10715 * internals.texi (Garbage Collection): Fix previous change.
10716
107172003-07-22 Richard M. Stallman <rms@gnu.org>
10718
10719 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
10720
10721 * display.texi (Width): Use \s syntax in example.
10722 (Font Selection): Add face-font-rescale-alist.
10723
10724 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
10725 Remove spurious indent in example.
10726
10727 * lists.texi (Building Lists): Add number-sequence.
10728
10729 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
10730
10731 * functions.texi (Function Documentation): Explain how to
10732 show calling convention explicitly in the doc string.
10733
10734 * windows.texi (Selecting Windows): save-selected-window saves
10735 selected window of each frame.
10736 (Window Configurations): Minor change.
10737
10738 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
10739
10740 * streams.texi (Output Variables): Add print-continuous-numbering
10741 and print-number-table.
10742
10743 * processes.texi (Decoding Output): New node.
10744
10745 * os.texi (Time Conversion): decode-time arg is optional.
10746
10747 * objects.texi (Character Type): Don't use space as example for \.
10748 Make list of char names and \-sequences correspond.
10749 Explain that \s is not used in strings. `\ ' needs space after.
10750
10751 * nonascii.texi (Converting Representations): Add string-to-multibyte.
10752 (Translation of Characters): Add translation-table-for-input.
10753 (Default Coding Systems): Add auto-coding-functions.
10754 (Explicit Encoding): Add decode-coding-inserted-region.
10755 (Locales): Add locale-info.
10756
10757 * minibuf.texi (Basic Completion): Describe test-completion.
10758 Collections can be lists of strings.
10759 Clean up lazy-completion-table.
10760 (Programmed Completion): Mention test-completion.
10761 Clarify why lambda expressions are not accepted.
10762 (Minibuffer Misc): Describe minibufferp.
10763
107642003-07-14 Richard M. Stallman <rms@gnu.org>
10765
10766 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
10767
10768 * windows.texi (Selecting Windows): New arg to select-window.
10769 (Selecting Windows): Add with-selected-window.
10770 (Size of Window): Add window-inside-edges, etc.
10771
10772 * internals.texi (Garbage Collection): Add post-gc-hook.
10773
10774 * processes.texi (Subprocess Creation): Add exec-suffixes.
10775
10776 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
10777 (Scanning Keymaps): Add map-keymaps.
10778 (Defining Menus): Add keymap-prompt.
10779
10780 * numbers.texi (Integer Basics): Add most-positive-fixnum,
10781 most-negative-fixnum.
10782
c4cc8b9a 10783 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
10784 (Compiler Errors): New node.
10785
10786 * os.texi (User Identification): user-uid, user-real-uid
10787 can return float.
10788
10789 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
10790 and about derived modes.
10791 (Minor Modes): Add minor-mode-list.
10792 (Defining Minor Modes): Keyword args for define-minor-mode.
10793 (Search-based Fontification): Explain managing other properties.
10794 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 10795 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
10796 (Hooks): Add run-mode-hooks and delay-mode-hooks.
10797
10798 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
10799 (Variable Aliases): Clarify defvaralias.
10800
10801 * loading.texi (Library Search): Add load-suffixes.
10802
10803 * minibuf.texi (Basic Completion): Add lazy-completion-table.
10804 (Programmed Completion): Add dynamic-completion-table.
10805
10806 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10807 (Magic File Names): Specify precedence order of handlers.
10808
10809 * commands.texi (Command Overview): Emacs server runs pre-command-hook
10810 and post-command-hook.
10811 (Waiting): New calling convention for sit-for.
10812
10813 * text.texi (Special Properties): local-map and keymap properties
10814 apply based on their stickiness.
10815
108162003-07-07 Richard M. Stallman <rms@gnu.org>
10817
10818 * modes.texi (Minor Mode Conventions): Specify only some kinds
10819 of list values as args to minor modes.
10820
10821 * files.texi (File Name Expansion): Warn about iterative use
10822 of substitute-in-file-name.
10823
10824 * advice.texi (Activation of Advice): Clean up previous change.
10825
108262003-07-06 Markus Rost <rost@math.ohio-state.edu>
10827
10828 * advice.texi (Activation of Advice): Note that ad-start-advice is
10829 turned on by default.
10830
108312003-06-30 Richard M. Stallman <rms@gnu.org>
10832
10833 * text.texi (Buffer Contents): Document current-word.
10834 (Change Hooks): Not called for *Messages*.
10835
10836 * functions.texi (Defining Functions): Explain about redefining
10837 primitives.
f4e90db0 10838 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
10839 Comment out the detailed criteria for what is safe.
10840
108412003-06-22 Andreas Schwab <schwab@suse.de>
10842
10843 * objects.texi (Symbol Type): Fix description of examples.
10844
108452003-06-16 Andreas Schwab <schwab@suse.de>
10846
10847 * hash.texi (Creating Hash): Fix description of :weakness.
10848
c8763fb6 108492003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
10850
10851 * files.texi (Changing Files): copy-file copies file modes, too.
10852
108532003-05-28 Richard M. Stallman <rms@gnu.org>
10854
10855 * strings.texi (Creating Strings): Clarify split-string.
10856
108572003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
10858
10859 * strings.texi (Creating Strings): Update split-string specification
10860 and examples.
10861
108622003-05-19 Richard M. Stallman <rms@gnu.org>
10863
10864 * elisp.texi: Correct invariant section names.
10865
108662003-04-20 Richard M. Stallman <rms@gnu.org>
10867
10868 * os.texi (Timers): Explain about timers and quitting.
10869
108702003-04-19 Richard M. Stallman <rms@gnu.org>
10871
10872 * internals.texi (Writing Emacs Primitives): Strings are
10873 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
10874 Explain GCPRO convention for varargs function args.
10875
108762003-04-16 Richard M. Stallman <rms@gnu.org>
10877
10878 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10879
108802003-04-08 Richard M. Stallman <rms@gnu.org>
10881
10882 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10883
108842003-02-13 Kim F. Storm <storm@cua.dk>
10885
10886 * objects.texi (Character Type): New \s escape for space.
10887
108882003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
10889
5dcb4c4e 10890 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
10891
108922003-01-25 Richard M. Stallman <rms@gnu.org>
10893
10894 * keymaps.texi: Document that a symbol can act as a keymap.
10895
108962003-01-13 Richard M. Stallman <rms@gnu.org>
10897
10898 * text.texi (Changing Properties): Say string indices are origin-0.
10899
10900 * positions.texi (Screen Lines) <compute-motion>:
10901 Correct order of elts in return value.
10902
10903 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10904 how to define a default binding.
10905
109062002-12-07 Markus Rost <rost@math.ohio-state.edu>
10907
10908 * loading.texi (Unloading): Fix recent change for load-history.
10909
10910 * customize.texi (Simple Types): Clarify description of custom
10911 type 'number. Describe new custom type 'float.
10912
109132002-12-04 Markus Rost <rost@math.ohio-state.edu>
10914
10915 * variables.texi (File Local Variables): Fix typo.
10916
c8763fb6 109172002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
10918
10919 From Michael Albinus <Michael.Albinus@alcatel.de>.
10920
10921 * README: Target for Info file is `make info'.
10922
5dcb4c4e 10923 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
10924 `file-name-sans-extension'.
10925 (Magic File Names): Complete list of operations for magic file
10926 name handlers.
10927
109282002-09-16 Jonathan Yavner <jyavner@engineer.com>
10929
10930 * variables.texi (File Local Variables): New function
10931 risky-local-variable-p.
10932
109332002-09-15 Jonathan Yavner <jyavner@engineer.com>
10934
10935 * functions.texi (Function safety): New node about unsafep.
10936
109372002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10938
5dcb4c4e 10939 * customize.texi (Splicing into Lists): Fix example.
a86cd395 10940 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
10941
109422002-06-17 Juanma Barranquero <lektu@terra.es>
10943
10944 * frames.texi (Display Feature Testing): Fix typo.
10945
109462002-06-12 Andreas Schwab <schwab@suse.de>
10947
10948 * frames.texi (Initial Parameters, Resources): Fix references to
10949 the Emacs manual.
10950
109512002-05-13 Kim F. Storm <storm@cua.dk>
10952
10953 * variables.texi (Intro to Buffer-Local): Updated warning and
10954 example relating to changing buffer inside let.
10955
c8763fb6 109562002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10957
10958 * os.texi (Session Management): New node about X Session management.
10959
109602002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10961
10962 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10963 to which the manual corresponds, and the copyright years.
10964
10965 * Makefile.in (VERSION): Set to 2.9.
10966
109672001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
10968
10969 * elisp.texi: Change the category in @dircategory to "Emacs", to
10970 make it consistent with info/dir.
10971
109722001-11-25 Miles Bader <miles@gnu.org>
10973
10974 * text.texi (Fields): Describe new `limit' arg in
10975 field-beginning/field-end.
10976
109772001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10978
5dcb4c4e
SM
10979 * permute-index: Don't depend on csh-specific features.
10980 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
10981
10982 * two-volume-cross-refs.txt: New file.
10983 * two.el: New file.
10984 * spellfile: New file.
10985
109862001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10987
10988 * permute-index: New file.
10989
10990 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10991 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10992 8+3 restricted namespace.
10993
10994 * Makefile.in (infodir): Define relative to $(srcdir).
10995 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10996 include directories list via -I switch to makeinfo.
10997 (index.texi): Use cp if both hard and symbolic links fail.
10998
109992001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
11000
11001 * Makefile.in (distclean): Add.
11002
11003 The following changes make ELisp manual part of the Emacs
11004 distribution:
11005
11006 * Makefile.in: Add Copyright notice.
11007 (prefix): Remove.
11008 (infodir): Change value to "../info".
11009 (VPATH): New variable.
11010 (MAKE): Don't define.
11011 (texmacrodir): Don't define.
11012 (texinputdir): Append the existing value of TEXINPUTS.
11013 ($(infodir)/elisp): Instead of just "elisp". Reformat the
11014 command to be compatible with man/Makefile.in, and to put the
11015 output into ../info.
11016 (info): Add target.
11017 (installall): Target removed.
11018
c8763fb6 110192001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
11020
11021 * tips.texi (Coding Conventions): Fix typo.
11022
110232001-10-23 Gerd Moellmann <gerd@gnu.org>
11024
11025 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11026
110272001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11028
11029 * files.texi (File Name Components): Update the description of
11030 file-name-sans-extension and file-name-extension, as they now
11031 ignore leading dots.
11032
110332001-10-20 Gerd Moellmann <gerd@gnu.org>
11034
11035 * (Version 21.1 released.)
11036
110372001-10-19 Miles Bader <miles@gnu.org>
11038
11039 * positions.texi (Text Lines): Describe behavior of
11040 `beginning-of-line'/`end-of-line' in the presence of field properties.
11041
110422001-10-17 Gerd Moellmann <gerd@gnu.org>
11043
11044 * Makefile.in (VERSION): Set to 2.8.
11045 (manual): Use `manual-21'.
11046
11047 * elisp.texi (VERSION): Add and use it where the version
11048 number was used. Set it to 2.8.
11049
11050 * intro.texi: Likewise.
11051
110522001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11053
11054 * files.texi (File Name Completion): Document the significance of
11055 a trailing slash in elements of completion-ignored-extensions.
11056
110572001-10-06 Miles Bader <miles@gnu.org>
11058
11059 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11060
110612001-10-04 Gerd Moellmann <gerd@gnu.org>
11062
11063 * variables.texi (Variable Aliases): New node.
11064
110652001-10-04 Gerd Moellmann <gerd@gnu.org>
11066
11067 * Branch for 21.1.
11068
110692001-10-02 Miles Bader <miles@gnu.org>
11070
11071 * minibuf.texi (Minibuffer Misc): Add entries for
11072 `minibuffer-contents', `minibuffer-contents-no-properties', and
11073 `delete-minibuffer-contents'.
11074 Correct description for `minibuffer-prompt-end'.
11075
11076 * text.texi (Property Search): Correct descriptions of
11077 `next-char-property-change' and `previous-char-property-change'.
11078 Add entries for `next-single-char-property-change' and
11079 `previous-single-char-property-change'.
11080 Make operand names a bit more consistent.
11081
110822001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
11083
11084 * frames.texi (Finding All Frames): Document that next-frame and
11085 previous-frame are local to current terminal.
11086
110872001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
11088
11089 * keymaps.texi (Creating Keymaps): Fix the description of the
11090 result of make-keymap.
11091
110922001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
11093
11094 * display.texi (Font Lookup, Attribute Functions)
11095 (Image Descriptors): Add cross-references to the definition of
11096 selected frame.
11097
11098 * buffers.texi (The Buffer List): Add cross-references to the
11099 definition of selected frame.
11100
11101 * frames.texi (Input Focus): Clarify which frame is _the_ selected
11102 frame at any given time.
11103 (Multiple Displays, Size and Position): Add a cross-reference to
11104 the definition of the selected frame.
11105
111062001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11107
11108 * strings.texi (String Conversion) <string-to-number>: Document
11109 that a float is returned for integers that are too large.
11110
11111 * frames.texi (Mouse Position): Document mouse-position-function.
11112 (Display Feature Testing): Document display-images-p.
11113 (Window Frame Parameters): Document the cursor-type variable.
11114
11115 * numbers.texi (Integer Basics): Document CL style read syntax for
11116 integers in bases other than 10.
11117
5dcb4c4e
SM
11118 * positions.texi (List Motion):
11119 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
11120
11121 * lists.texi (Sets And Lists): Document member-ignore-case.
11122
11123 * internals.texi (Garbage Collection): Document the used and free
11124 strings report.
11125 (Memory Usage): Document strings-consed.
11126
11127 * os.texi (Time of Day): Document float-time.
11128 (Recording Input): Document that clear-this-command-keys clears
11129 the vector to be returned by recent-keys.
11130
ed9265fc
JB
11131 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
11132 The argument keymap can be a list.
b8d4c8d0
GM
11133
11134 * nonascii.texi (User-Chosen Coding Systems)
11135 <select-safe-coding-system>: Document the new argument
11136 accept-default-p and the variable
11137 select-safe-coding-system-accept-default-p. Tell what happens if
11138 buffer-file-coding-system is undecided.
11139 (Default Coding Systems): Document auto-coding-regexp-alist.
11140
11141 * display.texi (The Echo Area) <message>: Document
11142 message-truncate-lines.
11143 (Glyphs): Document that the glyph table is unused on windowed
11144 displays.
11145
11146 * help.texi (Describing Characters) <single-key-description>:
11147 Document the new argument no-angles.
11148 (Accessing Documentation) <documentation-property>: Document that
11149 a non-string property is evaluated.
11150 <documentation>: Document that the function-documentation property
11151 is looked for.
11152
11153 * windows.texi (Selecting Windows): Document some-window.
11154
11155 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
11156
11157 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
11158 apropos-mode-hook.
11159
11160 * commands.texi (Using Interactive): Document interactive-form.
11161 (Keyboard Macros): Document kbd-macro-termination-hook.
11162 (Command Loop Info): Document that clear-this-command-keys clears
11163 the vector to be returned by recent-keys.
11164
111652001-09-04 Werner LEMBERG <wl@gnu.org>
11166
11167 * Makefile.in (srcdir, texinputdir): New variables.
11168 (srcs, index.texi, install): Use $(srcdir).
11169 (.PHONY): Remove elisp.dvi.
11170 (elisp): Use -I switch for makeinfo.
11171 (elisp.dvi): Use $(srcdir) and $(texinputdir).
11172 (installall, dist): Use $(srcdir).
11173 Fix path to texinfo.tex.
11174 (maintainer-clean): Add elisp.dvi and elisp.oaux.
11175
111762001-08-30 Gerd Moellmann <gerd@gnu.org>
11177
11178 * display.texi (Conditional Display): Adjust to API change.
11179
11180 * configure: New file.
11181
111822001-07-30 Gerd Moellmann <gerd@gnu.org>
11183
11184 * commands.texi (Repeat Events): Add description of
11185 double-click-fuzz.
11186
111872001-05-08 Stefan Monnier <monnier@cs.yale.edu>
11188
11189 * syntax.texi (Syntax Class Table): Add the missing designator for
11190 comment and string fences.
11191 (Syntax Properties): Add a xref to syntax table internals.
11192 (Syntax Table Internals): Document string-to-syntax.
11193
111942001-05-07 Gerd Moellmann <gerd@gnu.org>
11195
11196 * Makefile.in (install): Use install-info command line options
11197 like in Emacs' Makefile.in.
11198
111992000-12-09 Miles Bader <miles@gnu.org>
11200
11201 * windows.texi (Window Start): Update documentation for
11202 `pos-visible-in-window-p'.
11203
112042000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11205
11206 * lists.texi (Building Lists): Add footnote to explain how to add
11207 to the end of a list.
11208
112092000-10-25 Gerd Moellmann <gerd@gnu.org>
11210
11211 * files.texi (Visiting Functions): Typos.
11212
112132000-10-25 Kenichi Handa <handa@etl.go.jp>
11214
11215 * files.texi (Visiting Functions): Return value of
11216 find-file-noselect may be a list of buffers if wildcards are used.
11217
112182000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11219
11220 * display.texi (Defining Faces): Document `graphic' display type
11221 in face specs.
11222
b344d29d 112232000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
11224
11225 * hooks.texi (Standard Hooks): Replace obsolete
11226 `after-make-frame-hook' with `after-make-frame-functions'.
11227
11228 * frames.texi (Creating Frames): Ditto.
11229
11230 * variables.texi (Future Local Variables): Ditto.
11231
112322000-10-16 Gerd Moellmann <gerd@gnu.org>
11233
11234 * display.texi (Other Image Types): Add description of :foreground
11235 and :background properties of mono PBM images.
11236
112372000-08-17 Werner LEMBERG <wl@gnu.org>
11238
11239 * .cvsignore: New file.
11240
112412000-01-05 Gerd Moellmann <gerd@gnu.org>
11242
11243 * tindex.pl: New script.
11244
112451999-12-03 Dave Love <fx@gnu.org>
11246
11247 * Makefile.in (MAKEINFO): New parameter.
11248
112491999-09-17 Richard Stallman <rms@gnu.org>
11250
11251 * Makefile.in (srcs): Add hash.texi.
11252 (VERSION): Update to 20.6.
11253
112541999-09-13 Richard Stallman <rms@gnu.org>
11255
11256 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
11257
112581998-08-29 Karl Heuer <kwzh@gnu.org>
11259
11260 * configure.in: New file.
11261 * Makefile.in: Renamed from Makefile.
11262 (prefix, infodir): Use value obtained from configure.
11263 (emacslibdir): Obsolete variable deleted.
11264 (dist): Distribute configure.in, configure, Makefile.in.
11265
112661998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11267
11268 * Makefile (INSTALL_INFO): New variable.
11269 (install): Run install-info.
11270
112711998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11272
11273 * Makefile (elisp.dvi): Add missing backslash.
11274
112751998-05-02 Richard Stallman <rms@psilocin.gnu.org>
11276
11277 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
11278 Run texindex without `./'. Always run texindex on elisp.tp.
11279 (elisp.tps): Target deleted.
11280
112811998-04-05 Richard Stallman <rms@psilocin.gnu.org>
11282
11283 * Makefile (srcs): Add nonascii.texi and customize.texi.
11284 (dist): Start by deleting `temp'.
11285
112861998-02-17 Richard Stallman <rms@psilocin.gnu.org>
11287
11288 * Makefile (makeinfo, texindex): Targets deleted.
11289 (makeinfo.o, texindex.o): Targets deleted.
11290 (clean, dist): Don't do anything with them or with getopt*.
11291
112921998-01-30 Richard Stallman <rms@psilocin.gnu.org>
11293
11294 * Makefile (SHELL): Defined.
11295
112961998-01-27 Richard Stallman <rms@psilocin.gnu.org>
11297
11298 * Makefile (elisp.tps): New target.
11299 (elisp.dvi): Depend on elisp.tps.
11300
c5602427 113011996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
11302
11303 * README: Update phone number.
11304
11305 * Makefile (elisp): Make this be the default target.
11306 Depend on makeinfo.c instead of makeinfo.
11307 (install): Don't depend on elisp.dvi, since we don't install that.
11308 Use mkinstalldirs.
11309 (dist): Add mkinstalldirs.
11310
c5602427 113111995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
11312
11313 * Makefile (VERSION): Update version number.
5dcb4c4e 11314 (maintainer-clean): Rename from realclean.
b8d4c8d0 11315
c5602427 113161995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
11317
11318 * Makefile (realclean): New target.
11319 (elisp): Remove any old elisp-* files first.
11320
c5602427 113211993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
11322
11323 * Makefile (VERSION): New variable.
11324 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
11325 Compressed file suffix should be `.gz', not `.z'.
11326
ce058493 113271993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11328
11329 * Makefile (elisp): Depend on makeinfo.
11330
c5602427 113311993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
11332
11333 * Makefile (srcs): Add anti.texi.
11334
c5602427 113351993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11336
11337 * Makefile (infodir, prefix): New vars.
11338 (install): Use infodir.
f4e90db0 11339 (emacsinfodir): Delete.
b8d4c8d0 11340
c5602427 113411993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11342
11343 * Makefile (srcs): Add calendar.texi.
11344
11345 * Makefile (dist): Copy texindex.c and makeinfo.c.
11346 Limit elisp-* files to those with one or two digits.
11347
c5602427 113481993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 11349
f4e90db0 11350 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 11351
c5602427 113521993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11353
11354 * loading.texi (Unloading): define-function changed back to
11355 defalias. It may not stay this way, but at least it's
11356 consistent with the known-good version of the code patch.
11357
c5602427 113581993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
11359
11360 * modes.texi (Hooks): Document new optional arg of add-hook.
11361
c5602427 113621993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11363
11364 * variables.texi: Document nil initial value of buffer-local variables.
11365
11366 * tips.texi: Add new section on standard library headers.
11367
c5602427 113681993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11369
11370 * Makefile (srcs): Add frame.texi to the list of sources.
11371
c5602427 113721993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11373
11374 * Makefile (dist): Don't bother excluding autosave files; they'll
11375 never make it into the temp directory anyway, and the hash marks
11376 in the name are problematic for make and the Bourne shell.
ed9265fc 11377 (srcs): ???
b8d4c8d0 11378
c5602427 113791993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11380
11381 * Makefile (dist): Don't include backup files or autosave files in
11382 the distribution tar file.
11383
c5602427 113841991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 11385
5dcb4c4e 11386 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
11387 (elisp.dvi): Remove erroneous shell comment.
11388 Expect output of permute-index in permuted.fns.
11389 Save old elisp.aux in elisp.oaux.
5dcb4c4e 11390 (clean): Add index.texi to be deleted.
b8d4c8d0 11391
c5602427 113921990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
11393
11394 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
11395
c5602427 113961990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
11397
11398 * files.texi: Noted that completion-ignored-extensions is ignored
11399 when making *Completions*.
11400
3e868ee3 114011990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
11402
11403 * Makefile make dist now depends on elisp.dvi, since it tries
11404 to include it in the dist file.
11405
c5602427 114061990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 11407
c5602427 11408 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 11409
c5602427 114101989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
11411
11412 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
11413 (defunargs): Turn off \hyphenchar of \sl font temporarily.
11414
c5602427 114151989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11416
11417 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
11418 and @error{} are the terms now being used. The files in the
11419 directory have been changed to reflect this.
11420
11421 * All instances of @indentedresultt{} have been changed to
333f9019 11422 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 11423
c5602427 114241989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11425
11426 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
11427 experimental @indentedresult{}, @indentedexpandsto{} are part of
11428 the texinfo.tex in this directory. These TeX macros are not
11429 stable yet.
11430
c5602427 114311989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11432
11433 * texinfo.tex: Temporarily added
11434 \let\result=\dblarrow
11435 \def\error{{\it ERROR} \longdblarrow}
11436 We need to do this better soon.
11437
c5602427 114381989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11439
11440 * Applied Karl Berry's patches to *.texinfo files, but not to
11441 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
11442 new title page format is also not applied, since it requires
11443 texinfo.tex changes.)
11444
11445 * Cleaned up `Makefile' and defined the `emacslibdir' directory
11446 for the Project GNU development environment.
11447
11448;; Local Variables:
c8763fb6 11449;; coding: utf-8
b8d4c8d0
GM
11450;; End:
11451
ca4b98fa 11452 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
11453
11454 This file is part of GNU Emacs.
11455
352c8b4a 11456 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 11457 it under the terms of the GNU General Public License as published by
352c8b4a
GM
11458 the Free Software Foundation, either version 3 of the License, or
11459 (at your option) any later version.
b8d4c8d0
GM
11460
11461 GNU Emacs is distributed in the hope that it will be useful,
11462 but WITHOUT ANY WARRANTY; without even the implied warranty of
11463 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11464 GNU General Public License for more details.
11465
11466 You should have received a copy of the GNU General Public License
352c8b4a 11467 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.