* doc/lispref/tips.texi (Coding Conventions): Recommend cl-lib over cl.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
5fb904b0
GM
12012-10-22 Glenn Morris <rgm@gnu.org>
2
3 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
4
d18a0d24
CY
52012-10-15 Chong Yidong <cyd@gnu.org>
6
7 * macros.texi (Defining Macros): defmacro is now a macro.
8 Explicitly list the docstring and declare arguments.
9
10 * functions.texi (Anonymous Functions): Explicitly list the
11 docstring, declare, and interactive arguments to lambda.
12 (Defining Functions): Likewise for defun.
13 (Inline Functions): Likewise for defsubst.
14 (Declare Form): Tweak description.
15
73f2b4ab
CY
162012-10-13 Chong Yidong <cyd@gnu.org>
17
18 * display.texi (ImageMagick Images): ImageMagick enabled by default.
19
379acb95
CY
202012-10-05 Chong Yidong <cyd@gnu.org>
21
22 * minibuf.texi (Basic Completion): Clarify list form of completion
23 table (Bug#12564).
24
e8757f09 252012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
26026637
BFRR
26
27 * functions.texi (Function Safety): Copyedit. (Bug#12562)
28
86ec63ba
PE
292012-10-01 Paul Eggert <eggert@cs.ucla.edu>
30
31 Revert the FOLLOW-SYMLINKS change for file-attributes.
32 * files.texi (File Attributes, Magic File Names): Undo last change.
33
e7a2937b
PE
342012-09-30 Paul Eggert <eggert@cs.ucla.edu>
35
36 file-attributes has a new optional arg FOLLOW-SYMLINKS.
37 * files.texi (File Attributes): Describe it.
38 (Magic File Names): Use it.
39
48de8b12
CY
402012-09-30 Chong Yidong <cyd@gnu.org>
41
42 * commands.texi (Click Events): Define "mouse position list".
43 Remove mention of unimplemented horizontal scroll bars.
44 (Drag Events, Motion Events): Refer to "mouse position list".
45 (Accessing Mouse): Document posnp.
46
47 * errors.texi (Standard Errors): Tweak arith-error description.
48 Tweak markup. Remove domain-error and friends, which seem to be
49 unused after the floating-point code revamp.
50
51 * functions.texi (Obsolete Functions): Obsolescence also affects
52 documentation commands. Various clarifications.
53 (Declare Form): New node.
54
55 * strings.texi (String Basics): Copyedits.
56
57 * os.texi (Idle Timers): Minor clarifications.
58 (User Identification): Add system-users and system-groups.
59
60 * macros.texi (Defining Macros): Move description of `declare' to
61 Declare Form node.
62
63 * loading.texi (Autoload):
64 * help.texi (Documentation Basics): The special sequences can
65 trigger autoloading.
66
67 * numbers.texi (Integer Basics): Copyedits.
68 (Float Basics): Consider IEEE floating point always available.
69 (Random Numbers): Document actual limits.
70 (Arithmetic Operations): Clarify division by zero. Don't mention
71 the machine-independence of negative division since it does not
72 happen in practice.
73
742012-09-28 Chong Yidong <cyd@gnu.org>
75
76 * os.texi (Startup Summary): Document leim-list.el change.
77
782012-09-25 Chong Yidong <cyd@gnu.org>
79
80 * functions.texi (Defining Functions): defun is now a macro.
81
e61d39cd 822012-09-28 Leo Liu <sdl.web@gmail.com>
03922966
LL
83
84 * files.texi (Files): Fix typo.
85
e109c4a6
CY
862012-09-23 Chong Yidong <cyd@gnu.org>
87
88 * buffers.texi (Read Only Buffers): Document read-only-mode.
89
90 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
91 read-only-mode.
92
93 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
94 calling conventions.
95
c88b867f
CY
962012-09-22 Chong Yidong <cyd@gnu.org>
97
98 * searching.texi (Replacing Match): Minor clarification.
99
df9685f3
EZ
1002012-09-22 Eli Zaretskii <eliz@gnu.org>
101
287d7455
EZ
102 * edebug.texi (Instrumenting): Improve indexing.
103
df9685f3
EZ
104 * os.texi (Idle Timers): Warn against reinvoking an idle timer
105 from within its own timer action. (Bug#12447)
106
47133380
CY
1072012-09-22 Chong Yidong <cyd@gnu.org>
108
109 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
110
ab199df2 1112012-09-21 Glenn Morris <rgm@gnu.org>
1bfe3177
GM
112
113 * debugging.texi (Using Debugger): Fix typo.
114
ed1f0bd3
CY
1152012-09-18 Chong Yidong <cyd@gnu.org>
116
117 * display.texi (Faces): Discuss anonymous faces.
118 (Face Attributes): Tweak intro.
119 (Defining Faces): Move after the Face Attributes node. Copyedits.
120 (Displaying Faces): Describe role of inheritance.
121
122 * customize.texi (Customization): Define customization more
123 carefully (Bug#11440).
124 (Common Keywords): Add xref to Constant Variables.
125
126 * variables.texi (Defining Variables): Link to defcustom's node
127 instead of the higher-level Customization chapter.
128
c990426a
PE
1292012-09-11 Paul Eggert <eggert@cs.ucla.edu>
130
131 Simplify, document, and port floating-point (Bug#12381).
132 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
133 Document that / and mod (with floating point arguments), along
134 with asin, acos, log, log10, expt and sqrt, return special values
135 instead of signaling exceptions.
136 (Float Basics): Document that logb operates on the absolute value
137 of its argument.
138 (Math Functions): Document that (log ARG BASE) also returns NaN if
139 BASE is negative. Document that (expt X Y) returns NaN if X is a
140 finite negative number and Y a finite non-integer.
141
011474aa
CY
1422012-09-09 Chong Yidong <cyd@gnu.org>
143
bb6b0efc
CY
144 * lists.texi (Sets And Lists): Explain that the return value for
145 delete should be used, like for delq.
146
011474aa
CY
147 * minibuf.texi (Yes-or-No Queries): Document recentering and
148 scrolling in y-or-n-p. Remove gratuitous example.
149
150 * searching.texi (Search and Replace): Document window scrolling
151 entries in query-replace-map.
152
6dcef6ec
CY
1532012-09-08 Chong Yidong <cyd@gnu.org>
154
155 * syntax.texi (Syntax Table Internals): Define "raw syntax
156 descriptor" terminology (Bug#12383).
157 (Syntax Descriptors): Mention raw syntax descriptors.
158
52404181
CY
1592012-09-07 Chong Yidong <cyd@gnu.org>
160
1a5432bc
CY
161 * variables.texi (Creating Buffer-Local): Fix description of
162 local-variable-if-set-p (Bug#10713).
163
0a6bdaa1
CY
164 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
165
14ba4cf3
CY
166 * windows.texi (Display Action Functions)
167 (Choosing Window Options): Remove obsolete variable
168 display-buffer-reuse-frames.
cee2e90d 169 (Switching Buffers): Minor doc tweak for switch-to-buffer.
14ba4cf3 170
e5c2edf7
CY
171 * positions.texi (Narrowing): Document buffer-narrowed-p.
172
52404181
CY
173 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
174
175 * syntax.texi (Low-Level Parsing): Add xref to Parser State
176 (Bug#12269).
177
7f7e0167
LI
1782012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
179
180 * debugging.texi (Explicit Debug): Document `debug-on-message'.
181
6a787d9a
CY
1822012-09-02 Chong Yidong <cyd@gnu.org>
183
184 * windows.texi (Window Configurations): Recommend against using
185 save-window-excursion (Bug#12075).
186
187 * control.texi (Catch and Throw):
188 * positions.texi (Excursions): Don't mention it.
189
0e23ef9d
PE
1902012-09-01 Paul Eggert <eggert@cs.ucla.edu>
191
192 Better seed support for (random).
193 * numbers.texi (Random Numbers): Document new behavior of
194 the calls (random) and (random STRING).
195
342dac71
MR
1962012-08-21 Martin Rudalics <rudalics@gmx.at>
197
198 * windows.texi (Window Point): Document recent changes in
199 window-point and set-window-point.
200 (Selecting Windows): Document recent change in select-window.
201
a08eadfe
EZ
2022012-08-06 Eli Zaretskii <eliz@gnu.org>
203
204 * functions.texi (Closures): Put the main index entry for
205 "closures" here. (Bug#12138)
206
207 * variables.texi (Lexical Binding): Disambiguate the index entry
208 for "closures".
209
35b6586e
CY
2102012-08-05 Chong Yidong <cyd@gnu.org>
211
212 * display.texi (Defining Faces): Move documentation of
213 frame-background-mode to the Emacs manual (Bug#7774).
214
02676e5d
CY
2152012-08-04 Chong Yidong <cyd@gnu.org>
216
217 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
218 Fix description of syntax table inheritance.
219 (Syntax Table Functions): Don't refer to internal contents of
220 syntax table, since that is not explained yet. Copyedits.
221 (Standard Syntax Tables): Node deleted.
222 (Syntax Table Internals): Misc clarifications. Improve table
223 formatting.
224
225 * keymaps.texi (Inheritance and Keymaps):
226 * text.texi (Sticky Properties): Tweak index entry.
227
73e0cbc0
EZ
2282012-07-28 Eli Zaretskii <eliz@gnu.org>
229
230 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
231
09ae5da1
PE
2322012-07-25 Paul Eggert <eggert@cs.ucla.edu>
233
234 Prefer typical American spelling for "acknowledgment".
235 * intro.texi (Acknowledgments): Rename from Acknowledgements.
236
1ada2e55
EZ
2372012-07-21 Eli Zaretskii <eliz@gnu.org>
238
239 * commands.texi (Special Events): Mention language-change event.
240 (Input Events, Interactive Codes):
241 * keymaps.texi (Key Sequences): Mention events that are
242 non-keyboard but also non-mouse events.
243
9ea10cc3
CY
2442012-07-17 Chong Yidong <cyd@gnu.org>
245
246 * text.texi (Insertion): Document insert-char changes.
247
2e2d2a13
LL
2482012-07-15 Leo Liu <sdl.web@gmail.com>
249
250 * display.texi (Fringe Bitmaps): Add exclamation-mark.
251
b68b3337
CY
2522012-07-13 Chong Yidong <cyd@gnu.org>
253
254 * buffers.texi (Read Only Buffers): Document toggle-read-only
255 changes. Reword to account for the fact that read-only is
256 currently not supported in overlay properties.
257
ab4c47d3
CY
2582012-07-07 Chong Yidong <cyd@gnu.org>
259
260 * loading.texi (Library Search): Index site-lisp directories.
261
d4913798
CY
2622012-07-06 Chong Yidong <cyd@gnu.org>
263
264 * intro.texi (A Sample Function Description): Fix incorrect
265 markup, undoing previous change.
266 (A Sample Variable Description): Minor clarifications and markup
267 improvements.
268
269 * elisp.texi (Top):
270 * text.texi (Text): Fix menu order.
271
251736f4
RS
2722012-07-06 Richard Stallman <rms@gnu.org>
273
274 * intro.texi (Evaluation Notation, A Sample Function Description):
8c6c57ea 275 (A Sample Variable Description): Improve/undo previous changes.
251736f4 276
e8d71283
GM
2772012-07-05 Glenn Morris <rgm@gnu.org>
278
279 * intro.texi (A Sample Function Description): Fix cross-refs.
280
47187200
MW
2812012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
282
283 * intro.texi (Evaluation Notation, A Sample Function Description)
284 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
285
a2eb421b
CY
2862012-06-27 Chong Yidong <cyd@gnu.org>
287
288 * processes.texi (Asynchronous Processes, Input to Processes):
289 * internals.texi (Process Internals): Don't capitalize "pty".
290
6d41a41d
TTN
2912012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
292
293 * processes.texi (Asynchronous Processes): Make the pty vs pipe
294 discussion more prominent.
295
0bd8297f
EZ
2962012-06-23 Eli Zaretskii <eliz@gnu.org>
297
298 * commands.texi (Misc Events): Document the language-change event.
299
d35af63c
PE
3002012-06-22 Paul Eggert <eggert@cs.ucla.edu>
301
302 Support higher-resolution time stamps (Bug#9000).
303 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
304 * processes.texi (System Processes):
305 Time stamp resolution is now picosecond, not microsecond.
306
ac1a0ce1 3072012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
308
309 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
310
1053a871
SM
3112012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * functions.texi (Defining Functions):
314 * macros.texi (Defining Macros): Un-define the return value of `defun',
315 `defmacro' and `defalias'.
316
41b7f8bc
CY
3172012-06-17 Chong Yidong <cyd@gnu.org>
318
319 * elisp.texi: Remove urlcolor setting.
320
82a25657
GM
3212012-06-17 Glenn Morris <rgm@gnu.org>
322
323 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
324 Overlining no longer behaves exactly like underlining.
325
8da9479c
GM
3262012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
327
328 * display.texi (Face Attributes):
329 Document wave-style underline face attribute.
330
1b9b4cf4
CY
3312012-06-11 Chong Yidong <cyd@gnu.org>
332
333 * display.texi (ImageMagick Images): ImageMagick now supports the
334 :background property.
335
dbab98c7
DA
3362012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
337
338 * internals.texi (Garbage Collection): Typo fix.
339
6175e34b
CY
3402012-06-09 Chong Yidong <cyd@gnu.org>
341
342 * text.texi (Special Properties): Clarify the meaning of a list of
343 faces in the `face' property.
344
345 * display.texi (Face Remapping): Minor clarification.
346
4b56d0fe
CY
3472012-06-08 Chong Yidong <cyd@gnu.org>
348
349 * display.texi (Face Attributes): Font family does not accept
350 wildcards. De-document obsolete :bold and :italic attributes.
351 (Defining Faces): Use new-style face spec format.
352
f3372c87
DA
3532012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
354
8d7c7eed 355 * internals.texi (Garbage Collection): Document new
f3372c87
DA
356 vector management code and vectorlike_header structure.
357
5f2c76c6
CY
3582012-06-03 Chong Yidong <cyd@gnu.org>
359
360 * modes.texi (Mode Line Data): Use "mode line construct"
361 terminology for consistency.
362
ecc6530d
GM
3632012-05-27 Glenn Morris <rgm@gnu.org>
364
365 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
366 * buffers.texi, commands.texi, compile.texi, control.texi:
367 * customize.texi, debugging.texi, display.texi, doclicense.texi:
368 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
369 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
370 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
371 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
372 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
373 * objects.texi, os.texi, package.texi, positions.texi:
374 * processes.texi, searching.texi, sequences.texi, streams.texi:
375 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
376 * variables.texi, windows.texi: Nuke hand-written node pointers.
377
33017faf 3782012-05-27 Chong Yidong <cyd@gnu.org>
27d1f87a 379
33017faf
GM
380 * functions.texi (Obsolete Functions):
381 Fix doc for set-advertised-calling-convention.
27d1f87a
CY
382
383 * modes.texi (Mode Help): Fix describe-mode.
384
385 * display.texi (Face Functions): Fix define-obsolete-face-alias.
386
387 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
388
33017faf 3892012-05-27 Martin Rudalics <rudalics@gmx.at>
0b128ac4 390
33017faf 391 * commands.texi (Recursive Editing): recursive-edit is a command.
0b128ac4
MR
392
393 * compile.texi (Docs and Compilation):
394 byte-compile-dynamic-docstrings is an option.
395
396 * debugging.texi (Invoking the Debugger): debug is a command.
397
398 * display.texi (Progress): progress-reporter-update and
399 progress-reporter-force-update have VALUE argument optional.
400 (Animated Images): Use non-@code{nil} instead of non-nil.
401
33017faf
GM
402 * files.texi (Format Conversion Round-Trip):
403 Use non-@code{nil} instead of non-nil.
0b128ac4
MR
404
405 * frames.texi (Creating Frames): make-frame is a command.
406 (Input Focus): select-frame is a command.
407 (Pointer Shape): void-text-area-pointer is an option.
408
33017faf 409 * help.texi (Describing Characters): read-kbd-macro is a command.
0b128ac4
MR
410 (Help Functions): describe-prefix-bindings is a command.
411
412 * markers.texi (Creating Markers): Both arguments of copy-marker
413 are optional.
414
415 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
416
417 * modes.texi (Mode Line Variables): mode-line-remote and
418 mode-line-client are not options.
419 (Imenu): imenu-add-to-menubar is a command.
33017faf 420 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
0b128ac4
MR
421
422 * os.texi (Sound Output): play-sound-file is a command.
423
33017faf 424 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
0b128ac4 425
33017faf
GM
426 * processes.texi (Signals to Processes):
427 Use @key{RET} instead of @code{RET}.
0b128ac4
MR
428 (Signals to Processes): signal-process is a command.
429
33017faf 430 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
0b128ac4
MR
431 (Base 64): base64-encode-string is not a command while
432 base64-decode-region is.
433
434 * windows.texi (Switching Buffers): pop-to-buffer is a command.
435
3fe7cdc8
GM
4362012-05-12 Glenn Morris <rgm@gnu.org>
437
438 * Makefile.in (MKDIR_P): New, set by configure.
439 (mkinfodir): Use $MKDIR_P.
440
dc0f75c8
GM
4412012-05-10 Glenn Morris <rgm@gnu.org>
442
b8a82b69
GM
443 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
444 with "coding: raw-text".
51b1e059 445 Concept of multibyte sessions no longer exists.
b8a82b69 446
dc0f75c8
GM
447 * files.texi (File Locks): Mention create-lockfiles option.
448
666b903b 4492012-05-09 Glenn Morris <rgm@gnu.org>
143d9dd8 450
5b6eebcf
GM
451 * vol1.texi, vol2.texi: Remove files.
452 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
453 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
454
0a454caf 455 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
e6afe47b 456
143d9dd8
GM
457 * two-volume.make (emacsdir): New.
458 (tex): Add directory with emacsver.texi to TEXINPUTS.
459
e68b393e
GM
460 * minibuf.texi (Minibuffer History, Basic Completion):
461 Tweak page breaks.
462
9658dc2a
GM
463 * internals.texi (Garbage Collection, Memory Usage)
464 (Writing Emacs Primitives): Tweak page breaks.
465
161c2a25
GM
466 * streams.texi (Output Variables): Improve page break.
467
468 * edebug.texi (Edebug Display Update): Improve page break.
469
51d58083
GM
470 * compile.texi (Disassembly): Condense the examples.
471
ddff3351
GM
472 * eval.texi, functions.texi, loading.texi, macros.texi:
473 Where possible, use example rather than smallexample.
474
475 * symbols.texi: Where possible, use example rather than smallexample.
476 (Symbol Components): Fix typo.
477 (Other Plists): Tweak page break.
478
479 * sequences.texi (Arrays): Tweak page breaks.
480
481 * customize.texi: Where possible, use example rather than smallexample.
482 (Common Keywords, Variable Definitions, Applying Customizations)
483 (Custom Themes): Tweak page breaks.
484
485 * control.texi: Where possible, use example rather than smallexample.
486 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
487 Tweak page breaks.
488
ca4b98fa
GM
4892012-05-08 Glenn Morris <rgm@gnu.org>
490
5122804a
GM
491 * two.el: Remove; unused since creation of two-volume.make.
492
ca4b98fa
GM
493 * vol1.texi, vol2.texi: No need to keep menus in these files.
494
eceeb5fc
CY
4952012-05-05 Glenn Morris <rgm@gnu.org>
496
497 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
498
499 * intro.texi (Caveats): Copyedit.
500 (Lisp History): Convert inforef to xref.
501 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
502
503 * text.texi (Auto Filling): Don't mention Emacs 19.
504
505 * commands.texi (Event Input Misc): Don't mention unread-command-char.
506 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
507
508 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
509
eceeb5fc
CY
510 * lists.texi (List-related Predicates, List Variables):
511 Tweak page-breaks.
512 (Sets And Lists): Convert inforef to xref.
513
8045b906
GM
5142012-05-04 Glenn Morris <rgm@gnu.org>
515
516 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
517 (info, infoclean): Use $INFO_EXT.
518 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
519 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
520 (info, maintainer-clean): Use $INFO_EXT.
521 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
522
78f3273a
CY
5232012-05-04 Chong Yidong <cyd@gnu.org>
524
525 * os.texi (Timers): Use defopt for timer-max-repeats.
526
ab0fa4e4
PE
5272012-05-03 Paul Eggert <eggert@cs.ucla.edu>
528
529 * os.texi (Time of Day): Do not limit current-time-string
530 to years 1000..9999.
531
2bc356d7
CY
5322012-05-02 Chong Yidong <cyd@gnu.org>
533
534 * display.texi (Font Lookup):
535 * frames.texi (Pointer Shape):
536 * processes.texi (Subprocess Creation): Use defopt for options.
537
90207a15 5382012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
539
540 * elisp.texi (@copying):
541 * intro.texi (Introduction): Only print VERSION in the TeX version.
542
90207a15 5432012-05-02 Chong Yidong <cyd@gnu.org>
5a5fd9f3
CY
544
545 * text.texi (Change Hooks): Minor fix for after-change-functions.
546
90207a15 5472012-05-02 Glenn Morris <rgm@gnu.org>
7eac3782
GM
548
549 * package.texi (Packaging Basics):
550 * loading.texi (Autoload):
551 * files.texi (Magic File Names):
552 Reword to remove/reduce some overly long/short lines.
553
a8e7d6d7 5542012-04-27 Glenn Morris <rgm@gnu.org>
cf988578
GM
555
556 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
557 * modes.texi (Major Modes, Auto-Indentation):
558 * buffers.texi (Buffers): Some fixes for menu descriptions.
559
a8e7d6d7 5602012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
88ed9e87
SM
561 * functions.texi (Simple Lambda, Argument List):
562 * eval.texi (Function Indirection): Avoid deprecated form.
563
a8e7d6d7 5642012-04-27 Glenn Morris <rgm@gnu.org>
16152b76 565
1a72be46
GM
566 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
567 Add "et al." to authors.
568
16152b76
GM
569 * buffers.texi, commands.texi, compile.texi, control.texi:
570 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
571 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
572 * modes.texi, numbers.texi, objects.texi, streams.texi:
573 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
574 Use Texinfo recommended convention for quotes+punctuation.
575
a8e7d6d7 5762012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
577
578 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
579 to where-is-internal (Bug#10872).
580
a8e7d6d7 5812012-04-27 Glenn Morris <rgm@gnu.org>
9c51bbaa 582
a2715669
GM
583 * macros.texi (Indenting Macros): Fix typo.
584
0b27932b
GM
585 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
586 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
587 (Choosing Window Options, Horizontal Scrolling)
588 (Cyclic Window Ordering, Window History, Dedicated Windows)
09ebefe1
GM
589 (Quitting Windows, Window Configurations, Textual Scrolling):
590 (Coordinates and Windows, Window Configurations)
591 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
592 (Splitting Windows, Deleting Windows):
593 Fix ignore-window-parameters logic.
594 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
595 (Window Start and End): Remove pointless example.
596 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
597 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
598 and recenter-positions. Remove recenter example.
0b27932b 599
0dc91072
GM
600 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
601
9c51bbaa
GM
602 * minibuf.texi (Intro to Minibuffers):
603 Tweak discussion of resizing minibuffer window.
604
674ea9c6
GM
6052012-04-26 Glenn Morris <rgm@gnu.org>
606
8a4ca8e3 607 * elisp-covers.texi, front-cover-1.texi: Remove files.
8191c3bd 608
562e638f
GM
609 * tindex.pl: Remove file.
610
674ea9c6
GM
611 * makefile.w32-in (srcs):
612 * Makefile.in (srcs): Remove back.texi (which is unused).
613
b613912b
MA
6142012-04-24 Michael Albinus <michael.albinus@gmx.de>
615
e43042fe
MA
616 * os.texi (Notifications): Extend possible notification hints.
617 Add notifications-get-capabilities.
b613912b 618
f30d612a
CY
6192012-04-20 Chong Yidong <cyd@gnu.org>
620
621 * processes.texi (Asynchronous Processes): Mention nil argument to
622 start-process.
623
b58b1df8
GM
6242012-04-20 Glenn Morris <rgm@gnu.org>
625
626 * minibuf.texi (Basic Completion): No need to describe obarrays here.
627 Don't mention obsolete `nospace' argument of all-completions.
628 (Minibuffer Completion, Completion Commands, Reading File Names)
629 (Completion Variables): Copyedits.
630 (Completion Commands): Mention parent keymaps.
631 Remove obsolete minibuffer-local-filename-must-match-map.
632 (High-Level Completion): Remove read-variable's almost
633 word-for-word duplication of read-command.
634 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
635 Update "High-Level Completion" description.
636
c0ea08d2
GM
637 * minibuf.texi (Minibuffers):
638 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
639
9d2754f5
GM
640 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
641 Use Texinfo-recommended form of quote+punctuation.
642 (Intro to Minibuffers): First minibuffer is #1, not #0.
643 Mention minibuffer-inactive-mode.
644 (Text from Minibuffer): Copyedits.
645 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
646 (Object from Minibuffer): Remove overly pedantic para.
647 (Minibuffer History): Copyedits. Add face-name-history.
648 (Initial Input, Yes-or-No Queries, Multiple Queries)
649 (Minibuffer Windows, Minibuffer Misc): Copyedits.
650 (Yes-or-No Queries): Tweak example.
651 (Minibuffer Commands): Add next-complete-history-element.
652 (Minibuffer Misc): Mention minibuffer-message-timeout, and
653 minibuffer-inactive-mode.
9d2754f5 654
4373fd43
GM
655 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
656 (Bindat Functions): Copyedits.
657
61bb069e 6582012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
0e80650b
CS
659
660 * files.texi (Saving Buffers): Document `visit and `visit-save'
661 values of require-final-newline.
662
61bb069e 6632012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
664
665 * processes.texi (Output from Processes, Filter Functions):
666 Mention waiting-for-user-input-p.
667 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
668 (Network Servers, Datagrams, Network Processes, Network Options)
669 (Network Feature Testing, Serial Ports): Copyedits.
670 (Network): Add encrypted network overview paragraph.
671 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
672
61bb069e 6732012-04-20 Chong Yidong <cyd@gnu.org>
21ffa320
CY
674
675 * help.texi (Keys in Documentation): Mention :advertised-binding.
676
677 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
678 description to help.texi.
679
61bb069e 6802012-04-20 Glenn Morris <rgm@gnu.org>
62f4b18c
GM
681
682 * processes.texi (Process Information, Input to Processes)
683 (Signals to Processes, Output from Processes, Process Buffers)
684 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 685 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 686
e153c136
GM
6872012-04-15 Glenn Morris <rgm@gnu.org>
688
689 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
12acf783
GM
690 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
691 Copyedits.
e153c136 692 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
693 (Synchronous Processes, Asynchronous Processes):
694 Update some example output.
e153c136
GM
695 (Process Information): Fix typo.
696 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
697
e6fd457e 6982012-04-15 Glenn Morris <rgm@gnu.org>
764a3017
GM
699
700 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
701 open-network-stream does exist in Emacs 23, but is simpler.
702
e6fd457e 7032012-04-15 Chong Yidong <cyd@gnu.org>
03ed9e82
CY
704
705 * customize.texi (Custom Themes): Also document load-theme etc.
706
35dc09a1 7072012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
708
709 * customize.texi (Applying Customizations):
710 (Custom Themes): New nodes.
711
712 * display.texi (Defining Faces): Reference custom-set-faces.
713
714 * modes.texi (Defining Minor Modes, Defining Minor Modes):
715 * os.texi (Startup Summary): Copyedits.
716
35dc09a1 7172012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
718
719 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
720
9fce7eda
GM
721 * strings.texi (Case Tables):
722 * objects.texi (General Escape Syntax):
723 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
724
2bb0eca1
GM
725 * buffers.texi, compile.texi, customize.texi, debugging.texi:
726 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
727 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
728 * text.texi: Use @file for buffers, per the Texinfo manual.
729
62200c14
GM
730 * compile.texi (Compiler Errors): Add missing space in buffer name.
731
35dc09a1 7322012-04-14 Chong Yidong <cyd@gnu.org>
9fe9631c
CY
733
734 * processes.texi (Query Before Exit): Remove obsolete function
735 process-kill-without-query (Bug#11190).
736
35dc09a1 7372012-04-14 Glenn Morris <rgm@gnu.org>
8fc85b20
GM
738
739 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
740 Use @env for environment variables.
741
f48a9cb4
GM
742 * Makefile.in: Replace non-portable use of $< in ordinary rules.
743
0a6dd5e2
JA
7442012-04-12 Jari Aalto <jari.aalto@cante.net>
745
746 * processes.texi (Synchronous Processes): Mention
747 `default-directory' (bug#7515).
748
b4d3bc10
CY
7492012-04-09 Chong Yidong <cyd@gnu.org>
750
751 * customize.texi (Variable Definitions): Remove user-variable-p.
752
753 * commands.texi (Interactive Codes):
754 * help.texi (Accessing Documentation):
755 * minibuf.texi (High-Level Completion): Callers changed.
756
ea0ff314
CY
7572012-04-06 Chong Yidong <cyd@gnu.org>
758
759 * minibuf.texi (Programmed Completion): Document metadata method.
760 (Completion Variables): Document completion-category-overrides.
761
91b65361
CY
7622012-04-05 Chong Yidong <cyd@gnu.org>
763
764 * anti.texi (Antinews): Rewrite for Emacs 23.
765
3d439cd1
CY
7662012-04-04 Chong Yidong <cyd@gnu.org>
767
321cc491
CY
768 * minibuf.texi (Programmed Completion): Remove obsolete variable
769 completion-annotate-function.
770 (Completion Variables): Rename from Completion Styles. Document
771 completion-extra-properties. Document completion-styles-alist
772 change.
245d176b
CY
773 (Reading File Names): minibuffer-local-filename-must-match-map is
774 not used anymore.
775 (Minibuffer Completion): Document completing-read-function.
776 (Completion in Buffers): completion-at-point-functions can return
777 properties recognized in completion-extra-properties.
321cc491 778
3d439cd1
CY
779 * display.texi (Delayed Warnings): New node.
780
a7972adf
CY
781 * os.texi (Notifications): Copyedits.
782
97f4a299
GM
7832012-04-04 Glenn Morris <rgm@gnu.org>
784
785 * os.texi (Notifications): Copyedits.
786
9ff687e1
MA
7872012-04-03 Michael Albinus <michael.albinus@gmx.de>
788
789 * os.texi (Terminal-Specific): Fix typo.
790 (Notifications): New section.
791
792 * elisp.texi (Top):
793 * vol1.texi (Top):
794 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
795 menu entries.
796
42ee526b
CY
7972012-04-01 Chong Yidong <cyd@gnu.org>
798
799 * files.texi (Kinds of Files): file-subdir-of-p renamed to
800 file-in-directory-p.
801
0b021094
GM
8022012-03-31 Glenn Morris <rgm@gnu.org>
803
804 * edebug.texi (Instrumenting Macro Calls):
805 Mention defining macros at instrumentation time.
806 (Edebug Options): Mention edebug-unwrap-results.
807
50fe197c
EZ
8082012-03-31 Eli Zaretskii <eliz@gnu.org>
809
810 * text.texi (Special Properties): Clarify the description of the
811 effect of integer values of the 'cursor' property on cursor
812 position. See the discussions in bug#11068 for more details and
813 context.
814
650b6d0b
GM
8152012-03-31 Glenn Morris <rgm@gnu.org>
816
817 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
818 Copyedits.
819
5319014e
CY
8202012-03-30 Chong Yidong <cyd@gnu.org>
821
822 * display.texi (Image Formats): Add imagemagick type.
823 (Image Descriptors): Mention how they are used.
824 (ImageMagick Images): Clarify role of imagemagick-register-types.
825 (Character Display): Don't mention glyph tables.
826 (Display Tables): Use make-glyph-code in example.
827 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
828 tables are semi-obsolete. De-document create-glyph.
829 (Glyphless Chars): Note that display tables override this.
830 (Bidirectional Display): Copyedits. Introduce "bidirectional
831 reordering" terminology, and use it.
832
f1224267
GM
8332012-03-30 Glenn Morris <rgm@gnu.org>
834
835 * edebug.texi (Jumping): Give name of `i' binding.
836
d14daa28
GM
8372012-03-28 Glenn Morris <rgm@gnu.org>
838
839 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
840 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
841 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
842 (Regexp Special): Mention collation.
843 Clarify char classes with an example.
fee88ca0
GM
844 (Regexp Functions): Mention regexp-opt is not guaranteed.
845 Mention regexp-opt-charset.
846 (Regexp Search): Recommend against looking-back.
847 (Search and Replace): Use Texinfo recommended quote convention.
848 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 849
dcb6e7b3
MR
8502012-03-27 Martin Rudalics <rudalics@gmx.at>
851
852 * windows.texi (Window History): Describe new option
853 switch-to-visible-buffer.
854
cf0495f2
GM
8552012-03-27 Glenn Morris <rgm@gnu.org>
856
4fb9a543
GM
857 * searching.texi (String Search): Add xref to Emacs manual.
858 Copyedits. Mention the function word-search-regexp.
859 (Searching and Case): Add xref to Emacs manual. Copyedits.
860
9364727b
GM
861 * processes.texi (Network Servers): Standardize apostrophe usage.
862
cf0495f2
GM
863 * os.texi (System Environment): Copyedits. Remove some examples
864 that do not seem useful. Mention setenv third arg.
865 tty-erase-char does not seem to be nil under a window-system.
866 (User Identification): Copyedits.
867 Remove some examples that do not seem useful.
868
33da7b16
GM
8692012-03-26 Glenn Morris <rgm@gnu.org>
870
871 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
872 (Init File): Copyedits.
873 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
874 (Killing Emacs): Copyedits.
875 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
876 Shorten the example, use more standard shell prompts.
33da7b16 877
9a69676a
CY
8782012-03-25 Chong Yidong <cyd@gnu.org>
879
880 * display.texi (Fringes): Note that fringes are shown on graphical
881 displays only.
882 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
883 (Replacing Specs): Clarify example.
884 (Manipulating Buttons): Note that button-at can return a marker.
885 (Buttons): Minor rewrite.
886 (Character Display): New node. Consolidate all character display
887 related nodes into its subsections.
888 (Usual Display): Character 127 is also affected by ctl-arrow.
889 (Display Tables): Improve example.
890
c8f6ec5c
GM
8912012-03-22 Glenn Morris <rgm@gnu.org>
892
893 * strings.texi (Text Comparison): Mention string-prefix-p.
894
fb5b8aca
CY
8952012-03-21 Chong Yidong <cyd@gnu.org>
896
897 * display.texi (The Echo Area): Add xref to Output Streams.
898 (Displaying Messages): Improve doc of message.
899 (Echo Area Customization, Invisible Text): Copyedits.
900 (Invisible Text): Mention that spec comparison is done with eq.
901 (Width): Improve doc of char-width.
902 (Faces): Recommend using symbol instead of string for face name.
903 Minor clarifications.
904 (Defining Faces): Copyedits. Update face example.
905 (Attribute Functions): Mark set-face-foreground etc as commands.
906 (Face Remapping): Mention text-scale-adjust. Clarify
907 face-remapping-alist and related docs.
908 (Face Functions): Don't document make-face or copy-face.
909
025de85b
CY
9102012-03-20 Chong Yidong <cyd@gnu.org>
911
912 * display.texi (Forcing Redisplay): Various rewrites to reflect
913 new value of redisplay-dont-pause.
914 (Truncation): Copyedits.
915
a5656eae
GM
9162012-03-20 Glenn Morris <rgm@gnu.org>
917
918 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
919 Add summary table of some relevant command-line options.
920
d15aac68
CY
9212012-03-18 Chong Yidong <cyd@gnu.org>
922
923 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
924 (Writing Emacs Primitives): Re-organize discussion of functions
925 with variable Lisp arguments are handled. Delete an obsolete
926 remark, previously tagged as FIXME.
927
928 * os.texi (Idle Timers): Minor clarification.
929 (Idle Timers): Link to Time of Day for description of time list.
930
b59af549
GM
9312012-03-18 Glenn Morris <rgm@gnu.org>
932
933 * os.texi (System Interface): Flow control was removed.
934 (Startup Summary): General update.
935 (Init File): Don't mention compiling it.
936
986bd52a
CY
9372012-03-17 Chong Yidong <cyd@gnu.org>
938
939 * os.texi (Startup Summary): Mention package loading.
940 (Init File): Don't refer to .emacs in section title. Copyedits.
941 (Terminal-Specific): Give a realistic example.
942 (Command-Line Arguments): Reference Entering Emacs instead of
943 repeating the spiel about not restarting Emacs.
944 (Time of Day): Discuss time representation at beginning of node.
945 (Sound Output): Copyedits.
946
947 * package.texi (Packaging Basics): Document package-initialize.
948
f761251a
EZ
9492012-03-17 Eli Zaretskii <eliz@gnu.org>
950
951 * frames.texi (Initial Parameters): Add an index entry for
952 minibuffer-only frame.
953
da986230
GM
9542012-03-16 Glenn Morris <rgm@gnu.org>
955
956 * modes.texi (Major Mode Conventions): Mention the strange
957 relationship between View mode and special modes. (Bug#10650)
958
2cc775f9
CY
9592012-03-11 Chong Yidong <cyd@gnu.org>
960
961 * windows.texi (Window Configurations): save-window-excursion is
962 now a macro.
963
964 * display.texi (Temporary Displays): with-output-to-temp-buffer is
965 now a macro.
966
66c5eebd
CY
967 * text.texi (Fields): Minor copyedit.
968
310a820f
EZ
9692012-03-10 Eli Zaretskii <eliz@gnu.org>
970
83a96c08
EZ
971 * strings.texi (String Basics):
972 * sequences.texi (Sequence Functions): Mention that `length' is
973 not appropriate for computing the string width on display; add a
974 cross-reference to the description of `string-width'. (Bug#10978)
975
310a820f
EZ
976 * eval.texi (Autoloading): Minor change of wording.
977
83ef8187
CY
9782012-03-10 Chong Yidong <cyd@gnu.org>
979
bc44be50
CY
980 * loading.texi (Autoload): Explicitly state which forms are
981 processed specially (Bug#7783).
982
83ef8187
CY
983 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
984 non-default situation. Describe one-submenu exception (Bug#7695).
985
986 * nonascii.texi (Character Properties): Copyedits.
987
483ab230
CY
9882012-03-08 Chong Yidong <cyd@gnu.org>
989
990 * text.texi (Mode-Specific Indent): Document new behavior of
991 indent-for-tab-command. Document tab-always-indent.
992 (Special Properties): Copyedits.
993 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
994 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
995 libxml-parse-html-region.
996
00e84de0
GM
9972012-03-07 Glenn Morris <rgm@gnu.org>
998
eaa6bc3c
GM
999 * markers.texi (The Region): Briefly mention use-empty-active-region
1000 and region-active-p.
a9685db7 1001 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 1002 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 1003
67cd45a2
CY
10042012-03-07 Chong Yidong <cyd@gnu.org>
1005
1006 * text.texi (Buffer Contents): Don't duplicate explanation of
1007 region arguments from Text node. Put doc of obsolete var
1008 buffer-substring-filters back, since it is referred to.
1009 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
1010 selection by default.
1011
1012 * markers.texi (The Mark): Fix typo.
1013 (The Region): Copyedits.
1014
2ad80941
GM
10152012-03-07 Glenn Morris <rgm@gnu.org>
1016
1017 * markers.texi (Overview of Markers): Copyedits.
1018 (Creating Markers): Update approximate example buffer size.
1019 (The Mark): Don't mention uninteresting return values.
1020
ef959d3a
CY
10212012-03-05 Chong Yidong <cyd@gnu.org>
1022
1023 * positions.texi (Text Lines): Document count-words.
1024
a08a07e3
CY
10252012-03-04 Chong Yidong <cyd@gnu.org>
1026
1027 * frames.texi (Frames): Remove little-used "terminal frame" and
1028 "window frame" terminology.
1029 (Frame Parameters, Font and Color Parameters, Initial Parameters)
1030 (Size and Position, Visibility of Frames): Callers changed.
1031 (Frames): Clarify which terminals in framep are graphical.
1032 (Initial Parameters): --geometry is not the only option which adds
1033 to initial-frame-alist.
1034 (Position Parameters): Note that icon-left and icon-top are for
1035 old window managers only.
1036 (Size Parameters): Sizes are in characters even on graphical
1037 displays.
1038 (Management Parameters): Note that window-id and outer-window-id
1039 can't really be changed, and that auto-raise isn't always obeyed.
1040 (Cursor Parameters): Document cursor-type explicitly.
1041 (Size and Position): The aliases set-screen-height and
1042 set-screen-width have been deleted.
1043 (Visibility of Frames): Mention "minimization".
1044
1045 * os.texi (Startup Summary): Minor clarifications.
1046 (Startup Summary, Suspending Emacs): Standardize on "text
1047 terminal" terminology.
1048
1049 * windows.texi (Basic Windows, Coordinates and Windows)
1050 (Coordinates and Windows):
1051 * display.texi (Refresh Screen, Line Height, Face Attributes)
1052 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1053
ea16568d
GM
10542012-03-04 Glenn Morris <rgm@gnu.org>
1055
1056 * abbrevs.texi: Small copyedits throughout.
1057 (Abbrev Mode): Remove this section, folding it into the top-level.
1058 (Abbrev Tables): Don't mention irrelevant return values.
1059 (Abbrev Expansion): Add cross-ref for wrapper hooks.
1060 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1061 (Abbrev Table Properties): Update nil :regexp description.
1062
b3134b95
GM
10632012-03-03 Glenn Morris <rgm@gnu.org>
1064
520f2425
GM
1065 * internals.texi: Change @appendix section commands to @section.
1066 (Building Emacs): Say less about CANNOT_DUMP platforms.
1067 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 1068 (Pure Storage): Small changes.
01a6dcc8 1069 (Memory Usage): Copyedit.
7d2d7cc0
GM
1070 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1071 example definitions. Give examples of things with non-nil
1072 interactive args. Mention eval_sub. Remove old info about
1073 strings and GCPRO. Mention cus-start.el.
1074 (Buffer Internals, Window Internals, Process Internals):
1075 Misc small updates and fixes for fields.
520f2425 1076
b3134b95
GM
1077 * tips.texi: Copyedits.
1078 (Coding Conventions): Mention autoloads.
1079 Combine partially duplicated macro items. Fix xref.
1080 Refer to Library Headers for copyright notice.
1081 (Programming Tips): edit-options is long-obsolete.
1082 (Compilation Tips): Mention loading bytecomp for byte-compile props.
1083 (Warning Tips): Mention declare-function.
1084 (Documentation Tips): Remove old info.
1085 (Comment Tips): Mention comment-dwim, not indent-for-comment.
1086 (Library Headers): General update.
1087
2064cc6a
GM
10882012-03-02 Glenn Morris <rgm@gnu.org>
1089
6945faa6
GM
1090 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1091 and relocate entry. Mention buffer-stale-function.
1092
4186e877
GM
1093 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1094
2064cc6a
GM
1095 * hooks.texi (Standard Hooks): General update.
1096 Put related hooks together. Add and remove items.
1097 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1098 * modes.texi (Hooks): Tweak cross-ref description.
1099
7272fbf3
MA
11002012-03-01 Michael Albinus <michael.albinus@gmx.de>
1101
1102 * files.texi (Kinds of Files): The return value of file-equal-p is
1103 unspecified, if FILE1 or FILE2 does not exist.
1104
53a1239b
GM
11052012-03-01 Glenn Morris <rgm@gnu.org>
1106
90db9af9
GM
1107 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1108
53a1239b
GM
1109 * maps.texi (Standard Keymaps): General update.
1110 Remove mode-specific maps, talk about the more general keymaps.
1111 * help.texi (Help Functions): Add vindex for Helper-help-map.
1112 * keymaps.texi (Active Keymaps): Minor rephrasing.
1113
775b55af
GM
11142012-02-29 Glenn Morris <rgm@gnu.org>
1115
1116 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1117
96b49301 11182012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1119
7272fbf3 1120 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 1121 Update changed behavior of file-subdir-of-p.
96b49301 1122
1383d930
GM
11232012-02-28 Glenn Morris <rgm@gnu.org>
1124
44e97401
GM
1125 * advice.texi, anti.texi, display.texi, elisp.texi:
1126 * processes.texi, variables.texi, vol1.texi, vol2.texi:
1127 Standardize possessive apostrophe usage.
1128
e3c73f1e
GM
1129 * locals.texi: Remove file.
1130 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1131 Remove menu entry.
1132 * errors.texi, maps.texi: Adjust node pointers.
1133 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 1134 * makefile.w32-in (srcs):
e3c73f1e
GM
1135 * Makefile.in (srcs): Remove locals.texi.
1136
1383d930
GM
1137 * frames.texi (Mouse Position): Fix cross-ref.
1138
431ee44b
CY
11392012-02-27 Chong Yidong <cyd@gnu.org>
1140
1141 * buffers.texi (Creating Buffers): Clarify that
1142 generate-new-buffer uses generate-new-buffer-names.
1143 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1144
1145 * files.texi (Directory Names): Index entry for file name abbreviations.
1146 (Relative File Names, File Name Expansion): Refer to it.
1147 (Locating Files): Move locate-user-emacs-file documentation to
1148 Standard File Names.
1149 (Standard File Names): Add locate-user-emacs-file; update examples.
1150
6a11ec9d
MA
11512012-02-26 Michael Albinus <michael.albinus@gmx.de>
1152
1153 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
1154
9a4888c0
CY
11552012-02-26 Chong Yidong <cyd@gnu.org>
1156
1157 * files.texi (Kinds of Files): Improve documentation of
1158 files-equal-p and file-subdir-of-p.
1159
f0e751b9
GM
11602012-02-26 Glenn Morris <rgm@gnu.org>
1161
1162 * intro.texi (Acknowledgements): Small changes.
1163
7e05b1ec
GM
11642012-02-25 Glenn Morris <rgm@gnu.org>
1165
1166 * errors.texi: Don't try to list _all_ the error symbols.
1167 Add circular-list, cl-assertion-failed, compression-error.
1168 * elisp.texi, vol1.texi, vol2.texi:
1169 * control.texi (Error Symbols): Tweak "Standard Errors" description.
1170
23453255 11712012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1172
1173 * files.texi (files-equal-p, file-subdir-of-p): New,
1174 add initial documentation.
1175
4963495d
CY
11762012-02-25 Chong Yidong <cyd@gnu.org>
1177
fa74b241
CY
1178 * files.texi (File Attributes): Document file-selinux-context.
1179 (Changing Files): Link to it.
1180 (Changing Files): Document set-file-selinux-context.
1181
1182 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
1183 changed. Mention default value of backup-directory-alist.
1184 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
1185 (Auto-Saving): New minor mode behavior for auto-save-mode.
1186 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 1187
4963495d
CY
1188 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
1189
4bb82fa8
GM
11902012-02-24 Glenn Morris <rgm@gnu.org>
1191
1192 * errors.texi (Standard Errors): Mention dbus-error.
1193 For arith-error sub-classes, just use one cross-ref.
1194
2cb228f7
AM
11952012-02-23 Alan Mackenzie <acm@muc.de>
1196
1197 * modes.texi (Defining Minor Modes): Document the new keyword
1198 :after-hook.
1199
a59225b1
CY
12002012-02-21 Chong Yidong <cyd@gnu.org>
1201
1202 * files.texi (Files): Mention magic file names as arguments.
1203 (Reading from Files): Copyedits.
1204 (File Attributes): Mention how to change file modes.
1205 (Changing Files): Use standard "file permissions" terminology.
1206 Add xref to File Attributes node.
1207 (Locating Files): Document locate-user-emacs-file.
1208 (Unique File Names): Recommend against using make-temp-name.
1209
8376d7c2
CY
12102012-02-19 Chong Yidong <cyd@gnu.org>
1211
1212 * help.texi (Documentation, Documentation Basics, Help Functions):
1213 Minor clarifications.
1214 (Accessing Documentation): Clarify what documentation-property is
1215 for. Add xref to Keys in Documentation.
1216
1217 * tips.texi (Documentation Tips): Don't recommend using * in
1218 docstrings.
1219
1220 * macros.texi (Defining Macros):
1221 * modes.texi (Derived Modes): Say "documentation string" instead
1222 of docstring.
1223
82233bea
CY
12242012-02-18 Chong Yidong <cyd@gnu.org>
1225
1226 * modes.texi (Tabulated List Mode): New node.
1227 (Basic Major Modes): Add xref to it.
1228
1229 * processes.texi (Process Information): Mention Process Menu mode.
1230
7b926f3f
CY
12312012-02-17 Chong Yidong <cyd@gnu.org>
1232
1233 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
1234
0fd2c9a3
GM
12352012-02-17 Glenn Morris <rgm@gnu.org>
1236
1237 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
1238
f700caa3
CY
12392012-02-16 Chong Yidong <cyd@gnu.org>
1240
4230351b
CY
1241 * syntax.texi (Syntax Tables, Syntax Descriptors)
1242 (Syntax Table Functions): Copyedits.
1243 (Syntax Basics): Don't repeat the material in the preceding node.
1244 (Syntax Class Table): Use a table.
1245 (Syntax Properties): Document syntax-propertize-function and
1246 syntax-propertize-extend-region-functions.
1247 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1248 (Parser State): Update for the new "c" comment style. Fix
1249 description of item 7 (comment style).
1250
f700caa3
CY
1251 * modes.texi (Minor Modes): Update how mode commands should treat
1252 arguments now.
1253 (Mode Line Basics): Clarify force-mode-line-update.
1254 (Mode Line Top): Note that the example is not realistic.
1255 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
1256 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
1257 "mode line construct" instead of "mode line specification".
1258 (Syntactic Font Lock): Remove mention of obsolete variable
1259 font-lock-syntactic-keywords.
1260 (Setting Syntax Properties): Node deleted.
1261 (Font Lock Mode): Note that Font Lock mode is a minor mode.
1262 (Font Lock Basics): Note that syntactic fontification falls back
1263 on `syntax-table'.
1264 (Search-based Fontification): Emphasize that font-lock-keywords
1265 should not be set directly.
1266 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
1267 (Syntactic Font Lock): Minor clarifications. Add xref to
1268 Syntactic Font Lock node.
f700caa3 1269
60236b0d
CY
12702012-02-15 Chong Yidong <cyd@gnu.org>
1271
1272 * minibuf.texi (Basic Completion): Define "completion table".
1273 Move completion-in-region to Completion in Buffers node.
1274 (Completion Commands): Use "completion table" terminology.
1275 (Completion in Buffers): New node.
1276
1277 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
1278 (Setting Hooks): Update minor mode usage example.
1279 (Major Mode Conventions): Note that completion-at-point-functions
1280 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
1281 Remove duplicate tip about auto-mode-alist.
1282 (Minor Modes): Rewrite introduction.
1283 (Minor Mode Conventions): Copyedits. Don't recommend
1284 variable-only minor modes since few minor modes are like that.
60236b0d 1285
d7dbb11a
GM
12862012-02-15 Glenn Morris <rgm@gnu.org>
1287
1288 * processes.texi (Network): Document open-network-stream :parameters.
1289
3d8badf4
CY
12902012-02-14 Chong Yidong <cyd@gnu.org>
1291
1292 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
1293 was removed on 2009-09-10. Update lisp-mode-map example.
1294 (Inheritance and Keymaps): Minor clarification.
1295 (Searching Keymaps): Remove out-of-place enumeration.
1296 (Key Lookup): Remove unnecessary example (one was already given in
1297 Format of Keymaps).
1298 (Changing Key Bindings): Update suppress-keymap example.
1299 (Menu Bar, Tool Bar): Copyedits.
1300 (Tool Bar): Update tool-bar-map example.
1301
faccede1
CY
13022012-02-12 Chong Yidong <cyd@gnu.org>
1303
1304 * debugging.texi (Debugger Commands): Continuing is now allowed
1305 for errors.
1306
355cabc6
CY
13072012-02-11 Chong Yidong <cyd@gnu.org>
1308
d860baa0
CY
1309 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
1310 Move the list of standard bitmaps there.
1311 (Fringe Cursors): Rewrite for clarity.
1312 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
1313
34106abe
CY
1314 * commands.texi (Command Overview): Mention read-key.
1315 (Using Interactive, Interactive Call): Minor clarifications.
1316 (Function Keys, Click Events): Avoid "input stream" terminology.
1317 (Click Events): Add xref to Window Sizes and Accessing Mouse.
1318 Clarify column and row components.
1319 (Accessing Mouse): Add xref to Click Events. Minor fixes.
1320 (Special Events): Copyedits.
1321
1322 * streams.texi (Input Streams): De-document get-file-char.
1323 (Output Variables): Don't refer to old backquote syntax.
1324
355cabc6
CY
1325 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
1326 (Error Debugging): Note that debug-ignored-errors overrides list
1327 values of debug-on-error too. Add xref to Signaling Errors. Note
1328 that debug-on-signal is not customizable. Mention
1329 condition-case-unless-debug.
1330 (Compilation Errors): Node deleted.
1331
1332 * compile.texi (Compiler Errors): Move a paragraph here from
1333 deleted node Compilation Errors.
1334
1be3ca5a
LL
13352012-02-10 Leo Liu <sdl.web@gmail.com>
1336
1337 * control.texi (Handling Errors): Change condition-case-no-debug
1338 to condition-case-unless-debug.
1339
25dec365
CY
13402012-02-10 Chong Yidong <cyd@gnu.org>
1341
1342 * advice.texi (Defining Advice): Clarify ad-unadvise.
1343 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
1344 is not abnormal.
1345 (Advising Primitives): Node deleted; ad-define-subr-args has been
1346 removed.
1347
1348 * compile.texi (Speed of Byte-Code): Use float-time in example.
1349 (Compilation Functions): Note that the log uses Compilation mode.
1350 Don't discuss the contents of byte-code function object here.
1351 (Compilation Functions): De-document internal function byte-code.
1352 (Docs and Compilation): Minor clarifications.
1353
1354 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
1355 Objects.
1356
5f5e4ea1
GM
13572012-02-10 Glenn Morris <rgm@gnu.org>
1358
1359 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
1360 Mention secure-hash.
1361 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
1362
6c1e4b46
CY
13632012-02-10 Chong Yidong <cyd@gnu.org>
1364
1365 * loading.texi (Loading): Don't emphasize "library" terminology.
1366 (Library Search): load-path is not a user option. Mention role of
1367 -L option and packages. Improve examples.
1368 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
1369 obsolete.
1370 (Autoload): Minor clarifications.
1371
72ca698c
GM
13722012-02-10 Glenn Morris <rgm@gnu.org>
1373
b011fbfe
GM
1374 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
1375
72ca698c
GM
1376 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
1377
14a1f380
GM
13782012-02-08 Glenn Morris <rgm@gnu.org>
1379
1380 * loading.texi (Named Features): Update the require example.
1381
60d47423
GM
13822012-02-07 Glenn Morris <rgm@gnu.org>
1383
1384 * modes.texi (Defining Minor Modes):
1385 Expand on args of defined minor modes.
1386
0992bd9c
CY
13872012-02-07 Chong Yidong <cyd@gnu.org>
1388
1389 * variables.texi (Creating Buffer-Local): Minor clarification
1390 to buffer-local-variables doc (Bug#10715).
1391
af008560
GM
13922012-02-07 Glenn Morris <rgm@gnu.org>
1393
e80e1825 1394 * display.texi (ImageMagick Images): General update.
af008560
GM
1395 Move most details of imagemagick-render-type to the variable's doc.
1396
866c1d22
GM
13972012-02-06 Glenn Morris <rgm@gnu.org>
1398
f7c9199f 1399 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
1400 (Inheritance and Keymaps):
1401 Mention make-composed-keymap and multiple inheritance.
f7c9199f 1402
e7bc51d0
GM
1403 * modes.texi (Running Hooks): Mention run-hook-wrapped.
1404
866c1d22
GM
1405 * control.texi (Handling Errors):
1406 Mention condition-case-no-debug and with-demoted-errors.
1407
03988c98
CY
14082012-02-05 Chong Yidong <cyd@gnu.org>
1409
1410 * customize.texi (Common Keywords): Minor clarifications.
1411 Document custom-unlispify-remove-prefixes.
1412 (Variable Definitions): Backquotes in defcustom seem to work fine
1413 now. Various other copyedits.
e1161b06
CY
1414 (Simple Types): Copyedits. Document color selector.
1415 (Composite Types): Copyedits.
1416 (Splicing into Lists): Clarifications.
03988c98
CY
1417
1418 * eval.texi (Backquote): Move from macros.texi.
1419
1420 * macros.texi (Expansion): Minor clarification.
1421 (Backquote): Move node to eval.texi.
1422 (Defining Macros): Move an example from Backquote node.
1423 (Argument Evaluation): No need to mention Pascal.
1424 (Indenting Macros): Add xref to Defining Macros.
1425
649f602c
GM
14262012-02-05 Glenn Morris <rgm@gnu.org>
1427
1428 * debugging.texi (Error Debugging): Mention debug-on-event default.
1429
34c99998
GM
14302012-02-04 Glenn Morris <rgm@gnu.org>
1431
8f05da42
GM
1432 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
1433
7aa5aad8
GM
1434 * debugging.texi (Error Debugging): Mention debug-on-event.
1435 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
1436
c7291ad9
GM
1437 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
1438
34c99998
GM
1439 * text.texi (Buffer Contents):
1440 Update filter-buffer-substring description.
1441
735cc5ca
CY
14422012-02-04 Chong Yidong <cyd@gnu.org>
1443
1444 * functions.texi (What Is a Function): Add closures. Mention
1445 "return value" terminology. Add xref for command-execute. Remove
1446 unused "keystroke command" terminology.
1447 (Lambda Expressions): Give a different example than in the
1448 following subsection. Add xref to Anonymous Functions.
1449 (Function Documentation): Remove gratuitous markup.
1450 (Function Names): Move introductory text to `What Is a Function'.
1451 (Defining Functions): Fix defun argument spec.
1452 (Anonymous Functions): Document lambda macro explicitly. Mention
1453 effects on lexical binding.
1454 (Function Cells): Downplay direct usage of fset.
1455 (Closures): New node.
1456 (Inline Functions): Remove "open-code" terminology.
1457 (Declaring Functions): Minor tweak; .m is not C code.
1458
1459 * variables.texi (Variables): Don't refer to "global value".
1460 (Local Variables, Void Variables): Copyedits.
1461 (Lexical Binding): Minor clarification of example.
1462 (File Local Variables): Mention :safe and :risky defcustom args.
1463 (Lexical Binding): Add xref to Closures node.
1464
94bc7984
GM
14652012-02-04 Glenn Morris <rgm@gnu.org>
1466
1467 * minibuf.texi (High-Level Completion): Updates for read-color.
1468
4f5a10ef
GM
14692012-02-03 Glenn Morris <rgm@gnu.org>
1470
eea14f31
GM
1471 * display.texi (GIF Images): Mention animation.
1472 Remove commented-out old example of animation.
1473 (Animated Images): New subsection.
1474 * elisp.texi (Top):
1475 * vol1.texi (Top):
1476 * vol2.texi (Top): Add Animated Images menu entry.
1477
4f5a10ef
GM
1478 * display.texi (Image Formats): Remove oddly specific information
1479 on versions of image libraries.
204e728d 1480 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 1481
12f381b7
GM
14822012-02-02 Glenn Morris <rgm@gnu.org>
1483
1b9f60cc
GM
1484 * processes.texi (Synchronous Processes):
1485 Mention call-process's :file gets overwritten.
1486
7e2734bc
GM
1487 * commands.texi (Reading One Event):
1488 * help.texi (Help Functions): Document read-char-choice.
1489
f58b9822
GM
1490 * hooks.texi (Standard Hooks):
1491 * modes.texi (Keymaps and Minor Modes):
1492 * text.texi (Commands for Insertion): Document post-self-insert-hook.
1493
1494 * hooks.texi (Standard Hooks): Add prog-mode-hook.
1495
12f381b7
GM
1496 * hooks.texi (Standard Hooks):
1497 * modes.texi (Major Mode Conventions, Mode Hooks):
1498 Document change-major-mode-after-body-hook.
1499
7a9a2fc6
GM
15002012-02-01 Glenn Morris <rgm@gnu.org>
1501
1502 * modes.texi (Defining Minor Modes):
1503 Mention disabling global minor modes on a per-major-mode basis.
1504
a037c171
CY
15052012-01-31 Chong Yidong <cyd@gnu.org>
1506
1507 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
1508 (Parser State): Remove unnecessary statement (Bug#10661).
1509
1510 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
1511
56afad3a
GM
15122012-01-31 Glenn Morris <rgm@gnu.org>
1513
1514 * modes.texi (Defining Minor Modes):
1515 Document define-minor-mode's new :variable keyword.
1516
0f29fa41
CY
15172012-01-29 Chong Yidong <cyd@gnu.org>
1518
837a390a
CY
1519 * syntax.texi (Syntax Class Table): Tweak description of newline
1520 char syntax (Bug#9619).
1521
0f29fa41
CY
1522 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
1523 description (Bug#10189).
1524
182148ee
GM
15252012-01-29 Glenn Morris <rgm@gnu.org>
1526
a49ca6b9
GM
1527 * files.texi (Changing Files): Document SELinux support.
1528
182148ee
GM
1529 * windows.texi (Window Sizes): Fix typo.
1530
9962192e
CY
15312012-01-28 Chong Yidong <cyd@gnu.org>
1532
8c6e1920
CY
1533 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
1534 doc (Bug#8568).
1535
9583ec59
CY
1536 * frames.texi (Input Focus): Add NORECORD arg to
1537 select-frame-set-input-focus. Clarify its role in select-frame.
1538
10256988
CY
1539 * text.texi (Transposition): We don't use transpose-region as an
1540 internal subroutine (Bug#3249).
1541
9962192e
CY
1542 * modes.texi (Example Major Modes): Update Lisp example code to
1543 current sources. Delete the old non-derived-major-mode example,
1544 which has diverged badly from current sources.
1545
2aa43abb
GM
15462012-01-27 Glenn Morris <rgm@gnu.org>
1547
1548 * makefile.w32-in (texinputdir): Fix (presumed) typo.
1549 (VERSION, manual): Remove, unused.
1550
9f40220d
CY
15512012-01-27 Chong Yidong <cyd@gnu.org>
1552
1553 * commands.texi (Command Overview): Minor clarification (Bug#10384).
1554
acc28cb9
CY
15552012-01-26 Chong Yidong <cyd@gnu.org>
1556
1557 * searching.texi (String Search): Document negative repeat count
1558 (Bug#10507).
1559
48da7392
GM
15602012-01-26 Glenn Morris <rgm@gnu.org>
1561
1562 * variables.texi (Using Lexical Binding):
1563 Mention that lexical-binding should be set in the first line.
1564
69b0acb9
LI
15652012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1566
1567 * macros.texi (Defining Macros): Don't claim that `declare' only
1568 affects Edebug and indentation.
1569
543757a8
LI
15702012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1571
1572 * macros.texi (Defining Macros): Slight `declare' fixup.
1573
450e3cae
GM
15742012-01-25 Glenn Morris <rgm@gnu.org>
1575
24189ce0 1576 * makefile.w32-in (texinputdir):
450e3cae
GM
1577 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
1578
1021c761
CY
15792012-01-24 Chong Yidong <cyd@gnu.org>
1580
1581 * variables.texi (Variables, Local Variables, Void Variables):
1582 Edit to make the descriptions less specific to dynamic binding.
1583 (Local Variables): Default max-specpdl-size is now 1300.
1584 (Defining Variables): Edits for lexical scoping. Delete
1585 information about starting docstrings with *. De-document
1586 user-variable-p.
1587 (Tips for Defining): Remove an unimportant discussion of quitting
1588 in the middle of a load.
1589 (Accessing Variables, Setting Variables): Discuss lexical binding.
1590 (Variable Scoping): Rewrite.
1591 (Scope, Extent, Impl of Scope): Nodes deleted.
1592 (Dynamic Binding): New node, with material from Scope, Extent, and
1593 Impl of Scope nodes.
1594 (Dynamic Binding Tips): Rename from Using Scoping.
1595 (Lexical Binding): Rewrite.
1596 (Using Lexical Binding): Rename from Converting to Lexical
1597 Binding. Convert to subsection.
1598
1599 * customize.texi (Variable Definitions): Add custom-variable-p.
1600 Move user-variable-p documentation here.
1601
31cbea1d
CY
16022012-01-23 Chong Yidong <cyd@gnu.org>
1603
1604 * strings.texi (Text Comparison): Minor qualification.
1605
1606 * lists.texi (Cons Cells): Copyedits.
1607 (List Elements): Mention push.
1608 (List Variables): Mention pop.
1609 (Rings): Move to sequences.texi.
1610
1611 * sequences.texi (Sequence Functions): Don't repeat the
1612 introduction already given in the parent.
1613 (Vectors): Copyedits.
1614 (Rings): Move from lists.texi. Note that this is specific to the
1615 ring package.
1616
1617 * symbols.texi (Definitions, Symbol Components): Mention variable
1618 scoping issues.
1619 (Plists and Alists): Copyedits.
1620
1621 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
1622 correctness with lexical scoping.
1623 (Eval): Copyedits.
1624
fead402d
CY
16252012-01-21 Chong Yidong <cyd@gnu.org>
1626
1627 * intro.texi (A Sample Function Description): Special notation
1628 used for macros too.
1629
1630 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
1631 (Symbol Type): Add xref for keyword symbols.
1632 (Sequence Type): Clarify differences between sequence types.
1633 (Cons Cell Type): Add "linked list" index entry.
1634 (Non-ASCII in Strings): Copyedits.
1635 (Equality Predicates): Symbols with same name need not be eq.
1636
1637 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
1638 ldexp. Move float-e and float-pi to Math Functions node.
1639
61086eb6
GM
16402012-01-21 Glenn Morris <rgm@gnu.org>
1641
1642 * modes.texi (Auto Major Mode):
1643 * variables.texi (File Local Variables):
1644 Mention inhibit-local-variables-regexps.
1645
34a02f46
MR
16462012-01-19 Martin Rudalics <rudalics@gmx.at>
1647
1648 * windows.texi (Window Configurations): Rewrite references to
1649 persistent window parameters.
1650 (Window Parameters): Fix description of persistent window
1651 parameters.
1652
f5064cae
JB
16532012-01-16 Juanma Barranquero <lekktu@gmail.com>
1654
1655 * windows.texi (Window Parameters): Use @pxref.
1656
6a6ee00d
MR
16572012-01-16 Martin Rudalics <rudalics@gmx.at>
1658
1659 * windows.texi (Window Configurations, Window Parameters):
1660 Describe persistent window parameters.
1661
9ca4c014
SM
16622011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1663
1664 * variables.texi (Creating Buffer-Local): Warn against misuses of
1665 make-variable-buffer-local (bug#10258).
1666
d027f83d
LMI
16672012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1668
1669 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
1670
89bd9ccd
CY
16712012-01-06 Chong Yidong <cyd@gnu.org>
1672
1673 * variables.texi (Directory Local Variables): Document
1674 hack-dir-local-variables-non-file-buffer.
1675
c869783d
GM
16762012-01-06 Glenn Morris <rgm@gnu.org>
1677
1678 * maps.texi (Standard Keymaps): Refer to Info-edit by name
1679 rather than by keybinding.
1680
2cae5ba4
JB
16812011-12-29 Juanma Barranquero <lekktu@gmail.com>
1682
1683 * frames.texi (Font and Color Parameters): Add @pxref.
1684
43da4d08
DC
16852011-12-29 Daniel Colascione <dan.colascione@gmail.com>
1686
1687 * frames.texi (Font and Color Parameters):
1688 Document w32 font backends (bug#10399).
1689
8d80ef01
PE
16902011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1691
1692 * files.texi (File Attributes, Changing Files):
1693 Use a more-natural notation for octal numbers.
1694
9022ae07
JB
16952011-12-23 Juanma Barranquero <lekktu@gmail.com>
1696
1697 * variables.texi (Variables with Restricted Values):
1698 Change reference to variable (bug#10354).
1699
454592a6
MR
17002011-12-13 Martin Rudalics <rudalics@gmx.at>
1701
1702 * windows.texi (Splitting Windows): Use t instead of non-nil
1703 when describing window-combination-resize.
1704
a7cdbfce
SM
17052011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * text.texi (Special Properties): Warn against `intangible' properties
1708 (bug#10222).
1709
a3dcc84e
EZ
17102011-11-26 Eli Zaretskii <eliz@gnu.org>
1711
579ebf8f
EZ
1712 * display.texi (Truncation):
1713 * text.texi (Special Properties): Describe what a stretch-glyph is
1714 instead of using that term without explanation. Make the
1715 cross-references more accurate.
1716
a3dcc84e
EZ
1717 * display.texi (Usual Display): Update the description,
1718 cross-references, and indexing related to display of control
1719 characters and raw bytes.
1720
94af99a4
MR
17212011-11-25 Martin Rudalics <rudalics@gmx.at>
1722
1723 * windows.texi (Splitting Windows): Fix description of
1724 window-combination-limit. Suggested by Eli Zaretskii.
1725
1c3d7a13
CY
17262011-11-23 Chong Yidong <cyd@gnu.org>
1727
1728 * windows.texi (Window Sizes): Move window-top-line,
1729 window-left-column, and window-*-pixel-edges to Coordinates and
1730 Windows node.
1731 (Coordinates and Windows): Restore window-edges doc.
1732
90151a1e
MR
17332011-11-21 Martin Rudalics <rudalics@gmx.at>
1734
a7cdbfce
SM
1735 * windows.texi (Windows and Frames, Splitting Windows):
1736 Fix typos.
90151a1e 1737
a9b9b7f5
CY
17382011-11-21 Chong Yidong <cyd@gnu.org>
1739
1740 * windows.texi (Splitting Windows): Fix error in documentation of
1741 window-combination-limit.
1742 (Cyclic Window Ordering): Minor fixes to next-window,
1743 one-window-p, and get-lru-window docs. Don't document
1744 window-list-1.
1745 (Buffers and Windows): Copyedits.
1746 (Choosing Window): Document special handling of special-display-*.
1747 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
1748 Don't document even-window-heights, which is going away.
1749 Clarify which options are obeyed by which action functions.
a9b9b7f5 1750
f4e90db0
SM
17512011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
1754
d2999b1a
MR
17552011-11-20 Martin Rudalics <rudalics@gmx.at>
1756
f4e90db0
SM
1757 * windows.texi (Resizing Windows, Splitting Windows):
1758 Remove term "status" when talking about combination limits.
d2999b1a 1759
cd1181db
JB
17602011-11-20 Juanma Barranquero <lekktu@gmail.com>
1761
1762 * compile.texi (Compiler Errors):
1763 * help.texi (Help Functions): Fix typos.
1764
7bf54975
CY
17652011-11-19 Chong Yidong <cyd@gnu.org>
1766
1767 * windows.texi (Splitting Windows): Clarify role of window
1768 parameters in split-window. Shorten the example.
f4e90db0
SM
1769 (Deleting Windows): Rewrite intro to handle internal windows.
1770 Fix delete-windows-on doc.
7bf54975
CY
1771 (Selecting Windows): Copyedits.
1772
a0c2d0ae
MR
17732011-11-17 Martin Rudalics <rudalics@gmx.at>
1774
1775 * windows.texi (Resizing Windows, Splitting Windows)
1776 (Deleting Windows): Use term window-combination-resize instead
1777 of window-splits.
1778
b6f67890
MR
17792011-11-16 Martin Rudalics <rudalics@gmx.at>
1780
f4e90db0
SM
1781 * windows.texi (Resizing Windows, Splitting Windows):
1782 Rename occurrences of window-nest to window-combination-limit.
b6f67890 1783
0b381c7e
JB
17842011-11-14 Juanma Barranquero <lekktu@gmail.com>
1785
1786 * intro.texi (Lisp History): Fix typo.
1787
89d61221
MR
17882011-11-12 Martin Rudalics <rudalics@gmx.at>
1789
f4e90db0
SM
1790 * windows.texi (Splitting Windows, Deleting Windows):
1791 Remove references to splits status of windows.
89d61221 1792
b2621720
GM
17932011-11-10 Glenn Morris <rgm@gnu.org>
1794
1795 * buffers.texi (Read Only Buffers): Expand a bit on why
1796 toggle-read-only should only be used interactively. (Bug#7292)
1797
d2ad7ee1
CY
17982011-11-09 Chong Yidong <cyd@gnu.org>
1799
1800 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 1801 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
1802 window-inside-absolute-pixel-edges.
1803 (Resizing Windows): shrink-window-if-larger-than-buffer works on
1804 non-full-width windows.
1805
2cffd681
MR
18062011-11-09 Martin Rudalics <rudalics@gmx.at>
1807
1808 * windows.texi (Resizing Windows): Rewrite documentation of
1809 window-resizable.
1810
f6f6d7e7
CY
18112011-11-09 Chong Yidong <cyd@gnu.org>
1812
1813 * windows.texi (Splitting Windows): Simplify example.
1814
a79db6e0
CY
18152011-11-08 Chong Yidong <cyd@gnu.org>
1816
1817 * windows.texi (Window Sizes): Copyedits. Document
1818 window-text-height. Remove window-min-height and window-min-width
1819 discussion, referring instead to Emacs manual.
1820 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
1821 (Resizing Windows): Simplify introduction. Don't document
1822 enlarge-window, shrink-window, enlarge-window-horizontally, and
1823 shrink-window-horizontally; they are no longer preferred for
1824 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 1825
441950c7
GM
18262011-11-07 Glenn Morris <rgm@gnu.org>
1827
1828 * windows.texi (Choosing Window): Fix keybinding typo.
1829
be7f5545
MR
18302011-11-07 Martin Rudalics <rudalics@gmx.at>
1831
1832 * windows.texi (Resizing Windows, Splitting Windows)
1833 (Window Configurations): Use "child window" instead of
1834 "subwindow".
1835
291d142b
CY
18362011-11-06 Chong Yidong <cyd@gnu.org>
1837
1838 * windows.texi (Basic Windows): Clarify various definitions.
1839 Treat window-normalize-* as internal; don't document them.
1840 (Windows and Frames): Various clarifications, e.g. non-live
1841 windows also belong to frames. Fix window-list description.
1842 Simplify window nesting example.
f4e90db0
SM
1843 (Splitting Windows, Window Configurations):
1844 Use split-window-below.
291d142b 1845
89bd5ee1
EZ
18462011-11-04 Eli Zaretskii <eliz@gnu.org>
1847
1848 * windows.texi (Window Sizes): Mention in the doc string that the
1849 return values of `window-body-height' and `window-body-width' are
1850 in frame's canonical units. (Bug#9949)
1851
3d8daefe
MR
18522011-10-30 Martin Rudalics <rudalics@gmx.at>
1853
1854 * windows.texi (Windows and Frames): Remove "iso-" infix from
1855 documentation of window-iso-combined-p.
1856
60754666
CY
18572011-10-26 Chong Yidong <cyd@gnu.org>
1858
1859 * modes.texi (Running Hooks): Document with-wrapper-hook.
1860
d366bd53
CY
18612011-10-18 Chong Yidong <cyd@gnu.org>
1862
1863 * display.texi (Glyphless Chars): New node.
1864
50b063c3
CY
18652011-10-13 Chong Yidong <cyd@stupidchicken.com>
1866
1867 * text.texi (Yanking): Document yank-excluded-properties.
1868
1869 * package.texi (Packaging Basics): The commentary should say how
1870 to begin using the package.
1871
c72063fa
MR
18722011-10-11 Martin Rudalics <rudalics@gmx.at>
1873
1874 * windows.texi (Deleting Windows): Mention which window gets
1875 selected when deleting the selected window.
1876
d83dc65b
MR
18772011-10-09 Martin Rudalics <rudalics@gmx.at>
1878
1879 * buffers.texi (The Buffer List): Describe how bury-buffer deals
1880 with the selected window.
1881 * windows.texi (Buffers and Windows): Reformulate text on how
1882 replace-buffer-in-windows deals with a window.
1883 (Quitting Windows): Describe how quit-window deals with a
1884 standalone frame. Describe new option frame-auto-hide-function.
1885
c599682c
GM
18862011-10-08 Glenn Morris <rgm@gnu.org>
1887
48bca619
GM
1888 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
1889
c599682c
GM
1890 * positions.texi (Excursions): Update warning message.
1891
969aa734
CY
18922011-10-05 Chong Yidong <cyd@stupidchicken.com>
1893
f4e90db0
SM
1894 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1895 Fix Emacs manual xref (Bug#9675).
969aa734 1896
550f41cd
CY
18972011-10-01 Chong Yidong <cyd@stupidchicken.com>
1898
1899 * windows.texi (Textual Scrolling): Document scroll-up-command,
1900 scroll-down-command, scroll-error-top-bottom, and the
1901 scroll-command symbol property.
717a1362
CY
1902 (Display Action Functions): Fix description of
1903 display-buffer-pop-up-window.
550f41cd 1904
a239d4e9
JB
19052011-09-28 Juanma Barranquero <lekktu@gmail.com>
1906
1907 * windows.texi (Splitting Windows): Fix typos.
1908
590c056d
MR
19092011-09-25 Martin Rudalics <rudalics@gmx.at>
1910
1911 * windows.texi (Windows and Frames, Display Action Functions)
1912 (Switching Buffers): Fix some typos.
1913 (Buffers and Windows): Remove reference to window-auto-delete.
1914 Reword description of replace-buffer-in-windows.
1915 (Window History): Fix some typos and refer to frame local buffer
1916 list.
c419f5cb
MR
1917 (Quitting Windows): New node.
1918 (Window Configurations): Add descriptions of window-state-get
1919 and window-state-put.
1920 (Window Parameters): Describe variable ignore-window-parameters.
1921 Sketch some window parameters currently in use.
1922 * elisp.texi (Top): Update node listing.
590c056d 1923
9ec20d36
CY
19242011-09-25 Chong Yidong <cyd@stupidchicken.com>
1925
1926 * windows.texi (Display Action Functions)
1927 (Choosing Window Options): New nodes.
1928
0e406a72
CY
19292011-09-24 Chong Yidong <cyd@stupidchicken.com>
1930
1931 * windows.texi (Window History): New node. Move text here from
1932 Buffers and Windows.
1933 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
1934 don't document display-buffer here; callers changed.
1935 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
1936 switch-to-buffer-other-frame. Delete duplicate
1937 replace-buffer-in-windows doc.
1938 (Choosing Window): Document display actions.
1939
6bf7006f
EZ
19402011-09-24 Eli Zaretskii <eliz@gnu.org>
1941
1942 * display.texi (Forcing Redisplay): Update the description of
1943 redisplay-dont-pause due to change in the default value.
1944
b33b68a3
MR
19452011-09-23 Martin Rudalics <rudalics@gmx.at>
1946
1947 * frames.texi (Frames and Windows): Move section and rename to
1948 Windows and Frames in windows.texi.
1949 * windows.texi (Windows): Restructure.
1950 (Basic Windows): Rewrite. Explain live and internal windows and
1951 normalization functions.
1952 (Windows and Frames): Move section here from frames.texi.
1953 Describe subwindows, window combinations, window tree, and
1954 corresponding functions including window-list here.
1955 (Window Sizes): Rename section from Size of Window and move it
1956 up in chapter. Describe total and body sizes and the
1957 corresponding functions. Explain new semantics of
1958 window-min-height/-width.
1959 (Resizing Windows): Move section up in chapter. Describe new
1960 resize functions.
1961 (Splitting Windows): Describe new behavior of split-window,
1962 split-window-above-each-other and split-window-side-by-side.
1963 Provide examples. Describe window-nest and window-splits
1964 options.
1965 (Deleting Windows): Minor rewrite.
f4e90db0
SM
1966 (Selecting Windows): Minor rewrite.
1967 Describe frame-selected-window and set-frame-selected-window here.
1968 (Cyclic Window Ordering): Minor rewrite.
1969 Describe window-list-1.
b33b68a3
MR
1970 (Buffers and Windows): Rewrite. Explain a window's previous and
1971 next buffers and the corresponding functions.
c4682d18 1972 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
1973 * elisp.texi (Top): Update node listings for frames and windows
1974 sections.
1975
4d3786ac
SM
19762011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1977
1978 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1979
713df35b
LMI
19802011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1981
1982 * errors.texi (Standard Errors): Remove apparent placeholder text
1983 (bug#9491).
1984
33ed493b
CY
19852011-09-18 Chong Yidong <cyd@stupidchicken.com>
1986
1987 * frames.texi (Management Parameters): Fix description of
1988 icon-type parameter.
1989
b8f0a954
CY
19902011-09-17 Chong Yidong <cyd@stupidchicken.com>
1991
1992 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1993 ending in C-g. Suggested by Edward O'Connor.
1994
eddf142c
EZ
19952011-09-17 Eli Zaretskii <eliz@gnu.org>
1996
1997 * numbers.texi (Integer Basics): Add indexing for
1998 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1999
d8e213eb 20002011-09-14 Dani Moncayo <dmoncayo@gmail.com>
bf1af6c7
DM
2001
2002 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
2003
cec2eab8
JB
20042011-09-11 Juanma Barranquero <lekktu@gmail.com>
2005
2006 * processes.texi (Network Servers): Clarify what the process
2007 buffer is used for (bug#9233).
2008
d8e213eb 20092011-08-30 Dani Moncayo <dmoncayo@gmail.com>
1f403cb9
DM
2010
2011 * lists.texi (Building Lists): Fix typo.
2012
35137ed3
CY
20132011-08-30 Chong Yidong <cyd@stupidchicken.com>
2014
2015 * display.texi (Basic Faces): New node. Document new faces.
2016
2017 * modes.texi (Major Mode Conventions): Move some text there.
2018 (Mode Help): Remove major-mode var, duplicated in Major Modes.
2019
3fd50d5c
CY
20202011-08-29 Chong Yidong <cyd@stupidchicken.com>
2021
2022 * modes.texi (Basic Major Modes): New node. Callers updated.
2023 (Major Modes): Document fundamental-mode and major-mode.
2024 (Major Mode Basics): Node deleted; text moved to Major Modes.
2025 (Derived Modes): Document derived-mode-p.
2026
ddb54206
CY
20272011-08-28 Chong Yidong <cyd@stupidchicken.com>
2028
a6326082
CY
2029 * files.texi (Changing Files, Create/Delete Dirs): Document new
2030 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
2031 (Visiting Functions): Remove view-file; it is documented in the
2032 Emacs manual.
04e2ce72 2033
ddb54206
CY
2034 * frames.texi (Layout Parameters): The defaults for the
2035 menu-bar-lines and tool-bar-lines parameters depend on the mode.
2036
2037 * display.texi (Progress): Document spinner functionality.
2038
2039 * os.texi (Killing Emacs): Note that kill-emacs can be called by
2040 operating system signals. Refer to save-buffers-kill-terminal
2041 instead of save-buffers-kill-emacs.
2042
2043 * objects.texi (Symbol Type): Document ## print representation.
2044
0c95fcf7
EZ
20452011-08-25 Eli Zaretskii <eliz@gnu.org>
2046
2047 * display.texi (Specified Space): Mention that `space' specs
2048 influence bidi reordering.
2049 (Bidirectional Display): Explain how to use `(space . PROPS)' for
2050 separating fields with bidirectional content.
2051
5980d4c6
EZ
20522011-08-24 Eli Zaretskii <eliz@gnu.org>
2053
2054 * display.texi (Bidirectional Display): Document return value in
2055 buffers that are not bidi-reordered for display, and in unibyte
2056 buffers.
2057
bca633fb
EZ
20582011-08-23 Eli Zaretskii <eliz@gnu.org>
2059
2060 * nonascii.texi (Character Properties): Document the values for
2061 unassigned codepoints.
2062
c094bb0c
EZ
20632011-08-18 Eli Zaretskii <eliz@gnu.org>
2064
2065 * nonascii.texi (Character Properties): Document use of
2066 `bidi-class' and `mirroring' properties as part of reordering.
2067 Provide cross-references to "Bidirectional Display".
2068
2069 * display.texi (Bidirectional Display): Document the pitfalls of
2070 concatenating strings with bidirectional content, with possible
f4e90db0
SM
2071 solutions. Document bidi-string-mark-left-to-right.
2072 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
2073 Document use of `bidi-class' and `mirroring' properties as part of
2074 reordering.
c094bb0c 2075
1ea897d5
EZ
20762011-08-16 Eli Zaretskii <eliz@gnu.org>
2077
9adfcd0b
EZ
2078 * modes.texi (Major Mode Conventions): Improve the documentation
2079 of `mode-class' `special' modes.
2080
10862873
EZ
2081 * nonascii.texi (Character Properties): Document the `mirroring'
2082 property. Add index entries.
2083
1ea897d5
EZ
2084 * syntax.texi (Categories): Add an example of defining a new
2085 category and category table.
2086
2087 * searching.texi (Regexp Backslash): Document how to display
2088 existing categories. Mention the possibility of adding
2089 categories, and add an xref to where this is described. Add an
2090 index entry.
2091
ebb552ed
CY
20922011-08-09 Chong Yidong <cyd@stupidchicken.com>
2093
2094 * text.texi (Special Properties):
2095 * display.texi (Overlay Properties): Note that mouse-face cannot
2096 change the text size (Bug#8530).
2097
51a714e1
CY
20982011-08-08 Chong Yidong <cyd@stupidchicken.com>
2099
2100 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2101 using setenv instead.
2102
4cc60b9b
EZ
21032011-07-28 Eli Zaretskii <eliz@gnu.org>
2104
2105 * display.texi (Bidirectional Display): Document the fact that
2106 bidi-display-reordering is t by default.
2107
5deb92fd
EZ
21082011-07-23 Eli Zaretskii <eliz@gnu.org>
2109
2110 * display.texi (Bidirectional Display): New section.
2111
011b0ad6 21122011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
2113 Tim Cross <theophilusx@gmail.com> (tiny change)
2114 Glenn Morris <rgm@gnu.org>
011b0ad6 2115
67f9b9f8 2116 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 2117
4baf28e6
AS
21182011-07-15 Andreas Schwab <schwab@linux-m68k.org>
2119
2120 * help.texi (Keys in Documentation): Revert last change.
2121
66249842
LMI
21222011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2123
f863868c
LMI
2124 * help.texi (Keys in Documentation): Clarify that \= only quotes
2125 the next character, and doesn't affect longer sequences in
2126 particular (bug#8935).
2127
f4e90db0
SM
2128 * debugging.texi (Using Debugger):
2129 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 2130
0bb23927 21312011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
2132
2133 * display.texi (Other Display Specs): Document that `left-fringe'
2134 and `right-fringe' display specifications are of the "replacing"
2135 kind.
2136
f2027cdf
LMI
21372011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2138
2139 * help.texi (Documentation Basics): Add a link to the Function
2140 Documentation node (bug#6580).
2141
f987fde4
LMI
21422011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2143
0bc59b25
LMI
2144 * keymaps.texi (Menu Bar): Mention :visible and :enable
2145 (bug#6344). Text by Drew Adams.
2146
63d55f1f
LMI
2147 * modes.texi (Running Hooks): Mention buffer-local hook variables
2148 (bug#6218).
2149
f987fde4
LMI
2150 * objects.texi (General Escape Syntax): "a with grave accent" is
2151 ?xe0, not ?x8e0 (bug#5259).
2152
b7527639
CY
21532011-07-12 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * display.texi (Face Attributes, Font Selection): Add references
2156 to the Fonts node in the Emacs manual (Bug#4178).
2157
c830e5ae
CY
21582011-07-12 Chong Yidong <cyd@stupidchicken.com>
2159
2160 * display.texi (Window Systems): `window-system' is
2161 terminal-local.
2162
2163 * frames.texi (Frame Parameters, Parameter Access): Don't mention
2164 frame-local variables.
2165
2166 * variables.texi (Buffer-Local Variables): Don't mention obsolete
2167 frame-local variables.
2168 (Frame-Local Variables): Node deleted.
2169
2170 * elisp.texi (Top): Update node listing.
2171
91223e54
LMI
21722011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2173
2174 * elisp.texi: Change "inferiors" to "subnodes" in three places
2175 (bug#3523).
2176
963578d3
CY
21772011-07-11 Chong Yidong <cyd@stupidchicken.com>
2178
2179 * frames.texi (Window System Selections): Discussion of
2180 x-select-enable-clipboard moved to Emacs manual.
2181
07151e49
DD
21822011-07-11 Deniz Dogan <deniz@dogan.se>
2183
2184 * commands.texi (Prefix Command Arguments): Remove excessive
2185 apostrophe.
2186
7261e1cf
LMI
21872011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2188
ad21a12a
LMI
2189 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
2190 description is a string (bug#3313).
2191
7261e1cf
LMI
2192 * frames.texi (Display Feature Testing): Try to explain what all
2193 the visual classes mean (bug#3042).
2194
568f7b79
LMI
21952011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2196
18d59e29
LMI
2197 * modes.texi (Mode Line Variables): Document `mode-line-remote'
2198 and `mode-line-client' (bug#2974).
2199
568f7b79
LMI
2200 * text.texi (Insertion): Clarify marker movements (bug#1651).
2201 Text from Drew Adams.
2202
54e10184
LMI
22032011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2204
d94d85e9
LMI
2205 * text.texi (Special Properties): Clarify the format of `face'
2206 (bug#1375).
2207
54e10184
LMI
2208 * commands.texi (Interactive Call): Add a `call-interactively'
2209 example (bug#1010).
2210
413c488d
LMI
22112011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2212
2213 * functions.texi (Calling Functions): Link to the "Interactive
2214 Call" node (bug#1001).
2215
322b7dab 22162011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 2217
3deead93
CY
2218 * customize.texi (Composite Types): Move alist and plist to here
2219 from Simple Types (Bug#7545).
2220
2221 * elisp.texi (Top): Update menu description.
2222
b00d8c1a
CY
2223 * display.texi (Face Attributes): Document negative line widths
2224 (Bug#6113).
2225
d2a6c43b
TR
22262011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2227
2228 * searching.texi (Match Data): Note that match data can be
2229 overwritten by most functions (bug#2499).
2230
c7844a27
LMI
22312011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2232
a9ab721e
LMI
2233 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
2234 flags mean (bug#6659).
2235
c7844a27
LMI
2236 * functions.texi (What Is a Function): Document the autoload
2237 object (bug#6496).
2238
f68d76d0
LMI
22392011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2240
8a20ca4c
LMI
2241 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
2242 is only used in the Customize user interface (bug#6089).
2243
f68d76d0 2244 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 2245 images (bug#7836).
f68d76d0 2246
7018dbe7
EZ
22472011-07-02 Eli Zaretskii <eliz@gnu.org>
2248
2249 * variables.texi (Defining Variables, Void Variables)
2250 (Constant Variables): Fix incorrect usage of @kindex.
2251
36cb87a1
LMI
22522011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2253
28ee97c7
LMI
2254 * variables.texi (Defining Variables): Add an index entry for
2255 `set-variable' (bug#7262).
8d4294e9 2256 (Defining Variables): Use @findex for functions.
28ee97c7 2257
8862ffd5
LMI
2258 * frames.texi (Basic Parameters): Document the `explicit-name'
2259 parameter (bug#6951).
2260
0ec389b9
LMI
2261 * customize.texi (Type Keywords): Clarify that :value provides a
2262 default value for all types (bug#7386).
2263
36cb87a1
LMI
2264 * streams.texi (Output Functions): Document `pp'.
2265
11fdef7d 22662011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
2267
2268 * keymaps.texi (Searching Keymaps):
2269 * display.texi (Overlay Properties): Fix errors in 2011-05-29
2270 change. Suggested by Johan Bockgård.
2271
eeafcea7
CY
22722011-06-15 Chong Yidong <cyd@stupidchicken.com>
2273
2274 * text.texi (Special Properties): Clarify role of font-lock-face.
2275
b96e6cde
LMI
22762011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2277
f4e90db0 2278 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
2279 to `process-live-p' for consistency with other `-live-p' functions.
2280
be14b9ab
PE
22812011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2282
2283 Document wide integers better.
2284 * files.texi (File Attributes): Document ino_t values better.
2d365993 2285 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
2286 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
2287 (Bitwise Operations):
001903b5
PE
2288 * objects.texi (Integer Type): Use a binary notation that is a bit easier
2289 to read, and that will port better if 62-bits becomes the default.
2290 Fix or remove incorrect examples.
be14b9ab
PE
2291 * os.texi (Time Conversion): Document time_t values better.
2292
bcd54f83
LMI
22932011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2294
f4e90db0
SM
2295 * processes.texi (Process Information):
2296 Document `process-alive-p'.
bcd54f83 2297
049bcbcb
CY
22982011-05-29 Chong Yidong <cyd@stupidchicken.com>
2299
2300 * help.texi (Accessing Documentation):
2301 * display.texi (Pixel Specification):
2302 * processes.texi (Serial Ports, Serial Ports):
2303 * nonascii.texi (Character Properties, Default Coding Systems):
2304 * text.texi (Changing Properties, Special Properties):
2305 * windows.texi (Window Start and End):
2306 * modes.texi (SMIE Indentation Example, SMIE Tricks):
2307 * keymaps.texi (Searching Keymaps, Tool Bar):
2308 * minibuf.texi (Basic Completion):
2309 * compile.texi (Eval During Compile):
2310 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
2311 7x9 paper in printed manual.
2312
2313 * lists.texi (Sets And Lists): Fix misplaced text.
2314
58539c63
CY
23152011-05-29 Chong Yidong <cyd@stupidchicken.com>
2316
2317 * keymaps.texi (Remapping Commands): Emphasize that the keymap
2318 needs to be active (Bug#8350).
2319
6b5681bf
CY
23202011-05-28 Chong Yidong <cyd@stupidchicken.com>
2321
b4d52acc
CY
2322 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
2323
6b5681bf
CY
2324 * tips.texi (Coding Conventions): Remove antediluvian filename
2325 limit recommendation (Bug#8538).
2326
e145f188
GM
23272011-05-27 Glenn Morris <rgm@gnu.org>
2328
2329 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
2330
eafed945
GM
23312011-05-26 Glenn Morris <rgm@gnu.org>
2332
2333 * variables.texi (File Local Variables):
2334 Update hack-local-variables `mode-only' return value.
2d3ba9e7 2335 Add some more details on what this function does in the other case.
eafed945 2336
bc8410af
GM
23372011-05-19 Glenn Morris <rgm@gnu.org>
2338
2339 * lists.texi (Sets And Lists): Mention cl provides union etc.
2340
35a30759
N
23412011-05-19 Nix <nix@esperi.org.uk>
2342
2343 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
2344
2345 * text.texi (Parsing HTML): Update for function name changes.
2346
2347 * syntax.texi (Syntax Flags): Small fix.
2348
2349 * keymaps.texi (Active Keymaps): Typo fix.
2350 (Changing Key Bindings): Grammar fix.
2351
2352 * frames.texi (Minibuffers and Frames): Grammar fix.
2353 (Window System Selections): x-select-enable-clipboard now defaults to t.
2354
2355 * customize.texi (Common Keywords):
2356 * display.texi (Abstract Display):
2357 * modes.texi (Auto-Indentation):
2358 * nonascii.texi (Converting Representations): Typo fixes.
2359
2360 * control.texi (Examples of Catch): Call it "goto" not "go to".
2361
e3934a8a
EZ
23622011-05-14 Eli Zaretskii <eliz@gnu.org>
2363
bc039a3b
EZ
2364 * nonascii.texi (Character Properties): Fix inconsistencies with
2365 implementation.
2366
e3934a8a
EZ
2367 * text.texi (Special Properties): Move @defvar's out of the
2368 @table. (Bug#8652)
2369
e2c94218
GM
23702011-05-12 Glenn Morris <rgm@gnu.org>
2371
2372 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
2373
d2fc7e3d 23742011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
2375
2376 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
2377 (Multiline Font Lock):
2378 * vol2.texi (Top):
2379 * vol1.texi (Top):
2380 * elisp.texi (Top): Update menu accordingly.
2381
d2fc7e3d 23822011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
2383
2384 * modes.texi (Region to Fontify): Fix typo.
2385
79b70037
GM
23862011-05-10 Jim Meyering <meyering@redhat.com>
2387
2388 * minibuf.texi: Fix typo "in in -> in".
2389
b08a63cc 23902011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
2391
2392 * numbers.texi (Integer Basics): Large integers are treated as floats.
2393
1ef14cb4
LMI
23942011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2395
2396 * processes.texi (Synchronous Processes): Document the (:file
2397 "/file-name") syntax for `call-process'.
2398
4ffd0d6b 23992011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
2400
2401 * windows.texi (Choosing Window): Fix typo.
2402
4ffd0d6b 24032011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
2404
2405 * frames.texi (Layout Parameters): Note the difference between
2406 querying and setting parameters for left-fringe and right-fringe
2407 (Bug#6930).
2408
fd5a8ae8
SM
24092011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * minibuf.texi (Basic Completion): Be a bit more precise about the
2412 valid kinds of completion tables.
2413 (Programmed Completion): Remove obsolete text about lambda expressions
2414 not being valid completion tables.
2415
c1bcd0d5
CY
24162011-03-19 Chong Yidong <cyd@stupidchicken.com>
2417
2418 * positions.texi (Excursions): Explain the "save-excursion
2419 defeated by set-buffer" warning.
2420
2421 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
2422 save-excursion. Suggested by Uday S Reddy.
2423
03408648 24242011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 2425
03408648
SM
2426 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
2427 (Lexical Binding): New sub-section.
ba83908c 2428
03408648
SM
2429 * eval.texi (Eval): Discourage the use of `eval'.
2430 Document its new `lexical' argument.
6c075cd7 2431
f6d62986
SM
24322011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2433
03408648 2434 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
2435 nil any more.
2436
84ea5558 24372011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
2438
2439 * strings.texi (String Conversion): Don't mention
2440 string-make-(uni|multi)byte (bug#8262).
2441 * nonascii.texi (Converting Representations): Fix up range.
2442 * keymaps.texi (Key Binding Commands): Update code point, avoid
2443 "unibyte character" and remove mention of unibyte bindings.
2444
62d94509
EZ
24452011-03-10 Eli Zaretskii <eliz@gnu.org>
2446
2447 * modes.texi (Operator Precedence Grammars): Don't use characters
2448 outside ISO-8859-1.
2449
63a329f8
EZ
24502011-03-09 Eli Zaretskii <eliz@gnu.org>
2451
2452 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
2453
2454 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2455
6446548e
GM
24562011-03-08 Glenn Morris <rgm@gnu.org>
2457
2458 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2459 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 2460 * elisp.texi: Set documentencoding.
6446548e 2461
33383987
JB
24622011-03-07 Chong Yidong <cyd@stupidchicken.com>
2463
2464 * Version 23.3 released.
2465
0b3ceceb
CY
24662011-03-06 Chong Yidong <cyd@stupidchicken.com>
2467
2468 * package.texi: Update index keywords.
2469 (Package Archives): New node contents. Document package-x.el.
2470
78f5433f
JB
24712011-03-06 Juanma Barranquero <lekktu@gmail.com>
2472
2473 * makefile.w32-in (srcs): Add package.texi.
2474
555e9b5c
CY
24752011-03-06 Chong Yidong <cyd@stupidchicken.com>
2476
120d9389
CY
2477 * package.texi (Packaging, Packaging Basics, Simple Packages)
2478 (Multi-file Packages): Expand and clarify.
2479 (Package Archives): Temporary placeholder node.
2480
2481 * elisp.texi (Top): Update node listing.
2482
555e9b5c
CY
2483 * Makefile.in (srcs): Add package.texi.
2484
b59a4335
CY
24852011-03-05 Chong Yidong <cyd@stupidchicken.com>
2486
2487 * processes.texi (Synchronous Processes): Minor clarification
2488 (Bug#8149).
2489
06083aa1
GM
24902011-03-03 Glenn Morris <rgm@gnu.org>
2491
2492 * files.texi (Truenames): Minor clarification. (Bug#2341)
2493
6640b281
GM
24942011-03-01 Glenn Morris <rgm@gnu.org>
2495
2496 * variables.texi (Directory Local Variables):
2497 Mention `(subdirs . nil)' alist element.
2498
2b0c7330 24992011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
2500
2501 * variables.texi (Directory Local Variables): Mention the optional
2502 mtime argument of dir-locals-set-directory-class. (Bug#3577)
2503
b923f7a9
CY
25042011-02-27 Chong Yidong <cyd@stupidchicken.com>
2505
2506 * minibuf.texi (Minibuffer History): Clarify discussion of
2507 minibuffer history lists (Bug#8085).
2508
67ab0163 25092011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 2510
e979a521
EZ
2511 * elisp.texi: Sync @dircategory with ../../info/dir.
2512
e03b2fd4
EZ
2513 * files.texi (Visiting Functions): Document find-file-literally,
2514 both the command and the variable.
2515
86ec878a
EZ
2516 * variables.texi (Creating Buffer-Local): Explain the meaning of
2517 permanent local variables.
2518
67ab0163
GM
2519 * files.texi (Visiting Functions): Document find-file-literally,
2520 both the command and the variable.
2521
2522 * variables.texi (Creating Buffer-Local): Explain the meaning of
2523 permanent local variables.
2524
25252011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
2526
2527 * keymaps.texi (Remapping Commands): Mention how to undo it.
2528
bfcb151a
RT
25292011-02-09 Reuben Thomas <rrt@sc3d.org>
2530
2531 * loading.texi (Hooks for Loading): Remove unnecessary advice
2532 about eval-after-load (Bug#7986).
2533
a41c8660
CY
25342011-02-05 Chong Yidong <cyd@stupidchicken.com>
2535
2536 * commands.texi (Accessing Mouse): Note that a header line is not
2537 included in the row of posn-col-row.
2538
e0dd6837
CY
25392011-02-02 Chong Yidong <cyd@stupidchicken.com>
2540
2541 * modes.texi (Major Mode Conventions): Add face guidelines.
2542 (Faces for Font Lock): List faces in order of prominence.
2543
a4180391
PE
25442011-02-01 Paul Eggert <eggert@cs.ucla.edu>
2545
2546 format-time-string now supports subsecond time stamp resolution
2547 * os.texi (Time Parsing): Document %N.
2548
7427eb97
CY
25492011-01-28 Chong Yidong <cyd@stupidchicken.com>
2550
61db307f
CY
2551 * vol1.texi (Top):
2552 * vol2.texi (Top):
2553 * elisp.texi (Top):
2554 * display.texi (Display Property): Shorten the menu description of
2555 the "Other Display Specs" node (Bug#7816).
2556
7427eb97
CY
2557 * keymaps.texi (Defining Menus): Add "menu item" and "extended
2558 menu item" concept index entries (Bug#7805).
2559
bf3dae7e
EZ
25602011-01-29 Eli Zaretskii <eliz@gnu.org>
2561
2562 * makefile.w32-in (texinfodir): New variable.
2563 (usermanualdir): Remove as redundant with $(emacsdir).
2564 (MAKEINFO): Remove options, leave only program name.
2565 (MAKEINFO_OPTS): New variable.
2566 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
2567
06d8ace5 25682011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
2569 Richard Kim <emacs18@gmail.com>
2570
2571 * loading.texi (Library Search): Document list-load-path-shadows
2572 (Bug#7757).
2573
06d8ace5 25742011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
2575
2576 * searching.texi (Regexp Special): Remove outdated discussion of
2577 character sets (Bug#7780).
2578
28a88153
CY
2579 * frames.texi (Pop-Up Menus): Document where menu title comes
2580 from (Bug#7684).
2581
06d8ace5 25822011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
2583
2584 * display.texi (Making Buttons): Mention limitation of text buttons.
2585
a8e1e9ee
WL
25862011-01-23 Werner Lemberg <wl@gnu.org>
2587
2588 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2589 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2590 (ENVADD): New variable to control texi2dvi and texi2pdf.
2591
362b9d48
GM
25922011-01-15 Chong Yidong <cyd@stupidchicken.com>
2593
2594 * files.texi (Directory Names): Move directory-abbrev-alist doc to
2595 Emacs manual.
2596
25972011-01-15 Eli Zaretskii <eliz@gnu.org>
2598
2599 * files.texi (Directory Names): Explain why FROM in
2600 directory-abbrev-alist should begin with \`. (Bug#7777)
2601
3fa173b4
SM
26022011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2603
2604 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
2605
7c420169 26062011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
2607
2608 * modes.texi (Emulating Mode Line): Fix last change.
2609
7c420169 26102011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
2611
2612 * modes.texi (Emulating Mode Line): Update documentation of
2613 format-mode-line according to changes that fixed bug #7587.
2614
80b33766
SM
26152010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * modes.texi (Derived Modes): Mention prog-mode.
2618
2619 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
2620 of the key-binding-data cache since we don't use it any more.
2621
f49d1f52 26222010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 2623
4bb49a92
EZ
2624 * processes.texi (Shell Arguments):
2625 * strings.texi (Creating Strings): Don't mention "shell commands";
2626 make it explicit that `split-string-and-unquote' and
2627 `combine-and-quote-strings' are mainly for working with arguments
2628 to call-process and start-process.
2629
3c73e30e
EZ
2630 * processes.texi (Shell Arguments): Fix documentation of
2631 `split-string-and-unquote'. Add indexing. (Bug#7563)
2632
f49d1f52 26332010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
2634
2635 * modes.texi (Auto-Indentation): New section to document SMIE.
2636 (Major Mode Conventions):
2637 * text.texi (Mode-Specific Indent): Refer to it.
2638
f49d1f52 26392010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
2640
2641 * display.texi (Other Display Specs): Document left-fringe and
2642 right-fringe display specs.
2643
f49d1f52 26442010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
2645
2646 * backups.texi (Making Backups):
2647 * modes.texi (Example Major Modes): Use recommended coding style.
2648 (Major Mode Basics, Derived Modes): Encourge more strongly use of
2649 define-derived-mode. Mention completion-at-point-functions.
2650
f49d1f52 26512010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 2652
5dcb4c4e
SM
2653 * nonascii.texi (Converting Representations):
2654 Document byte-to-string.
e1115396 2655
ec1b9b17
GM
26562010-12-08 Glenn Morris <rgm@gnu.org>
2657
2658 * buffers.texi (Modification Time):
2659 verify-visited-file-modtime now defaults to the current buffer.
2660
07976ae3 26612010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 2662
ec1b9b17 2663 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
2664
2665 * strings.texi (Creating Strings): Don't mention semi-obsolete
2666 function char-to-string.
2667 (String Conversion): Shorten discussion of semi-obsolete function
2668 string-to-char. Link to Converting Representations.
2669
2670 * objects.texi (Symbol Type):
2671 * text.texi (Near Point):
2672 * help.texi (Help Functions):
2673 * functions.texi (Mapping Functions): Use string instead of
2674 char-to-string in examples.
2675
07976ae3 26762010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
2677
2678 * text.texi (Kill Functions, Kill Functions)
2679 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
2680 YANK-HANDLER args.
2681
2682 * symbols.texi (Creating Symbols): Using unintern without an
2683 obarray arg is now obsolete.
2684
2685 * numbers.texi (Float Basics): Document float-e and float-pi.
2686
2687 * variables.texi (Defining Variables): Change "pi" example to
2688 "float-pi".
2689
8547874a
EZ
26902010-11-26 Eli Zaretskii <eliz@gnu.org>
2691
2692 * commands.texi (Click Events): Document the values of X, Y and
2693 COL, ROW in the event's position, when the click is on the header
2694 or mode line, on the fringes, or in the margins.
2695
4a47c275 26962010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 2697
5b05d75b
EZ
2698 * customize.texi (Composite Types): Lower-case index entry.
2699
5dcb4c4e
SM
2700 * loading.texi (How Programs Do Loading):
2701 Document load-file-name. (Bug#7346)
c7926fe2 2702
4a47c275 27032010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
2704
2705 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
2706
0eb025fb
EZ
27072010-11-13 Eli Zaretskii <eliz@gnu.org>
2708
2709 * display.texi (Usual Display): Characters with no fonts are not
2710 necessarily displayed as empty boxes.
2711
2699a554 27122010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
2713
2714 * maps.texi (Standard Keymaps): Update File menu description.
2715
8289f37b
GM
27162010-10-28 Glenn Morris <rgm@gnu.org>
2717
2718 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
2719
5793a7bc 27202010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
2721
2722 * display.texi (Window Systems): Deprecate use of window-system as
2723 a predicate.
2724
17284e30
GM
27252010-10-23 Glenn Morris <rgm@gnu.org>
2726
2727 * help.texi (Documentation Basics): Remove mentions of digest-doc and
2728 sorted-doc.
2729
00f113eb
JB
27302010-10-15 Eli Zaretskii <eliz@gnu.org>
2731
2732 * os.texi (Dynamic Libraries): New node, with slightly modified
2733 text deleted from "Image Formats".
2734 (System Interface): Add @menu entry for "Dynamic Libraries".
2735
2736 * display.texi (Image Formats): Remove description of
2737 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
2738
07277eb8
GM
27392010-10-12 Glenn Morris <rgm@gnu.org>
2740
2741 * book-spine.texinfo: Rename to book-spine.texi.
2742
c12e4a81
GM
27432010-10-11 Glenn Morris <rgm@gnu.org>
2744
df187c62
GM
2745 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2746
c12e4a81 2747 * Makefile.in (DVIPS): New variable.
234db610
GM
2748 (.PHONY): Add html, ps.
2749 (html, elisp.html, ps, elisp.ps): New targets.
2750 (clean): Delete html, ps files.
2751 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 2752
6513b232
EZ
27532010-10-09 Eli Zaretskii <eliz@gnu.org>
2754
2755 * makefile.w32-in (emacsdir): New variable.
2756 (srcs): Add emacsver.texi.
2757 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
2758
abd40fb4
GM
27592010-10-09 Glenn Morris <rgm@gnu.org>
2760
c1dc72b3
GM
2761 * Makefile.in (VPATH): Remove.
2762 (infodir): Make it absolute.
2763 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
2764
4393405b
GM
2765 * Makefile.in (dist): Anchor regexps.
2766
eef3ab94
GM
2767 * Makefile.in (srcs): Put elisp.texi first.
2768 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
2769
aa9db089
GM
2770 * Makefile.in (infoclean): Remove harmless, long-standing error.
2771
abd40fb4
GM
2772 * Makefile.in ($(infodir)): Delete rule.
2773 (mkinfodir): New.
2774 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
2775
68db69ed 2776 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 2777 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 2778
ea274122
GM
27792010-10-09 Glenn Morris <rgm@gnu.org>
2780
f7a31f11
GM
2781 * Makefile.in (emacsdir): New variable.
2782 (MAKEINFO): Add -I $emacsdir.
2783 (dist): Copy emacsver.texi.
b13254e7
GM
2784 (srcs): Add emacsver.texi.
2785
f7a31f11
GM
2786 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
2787 Set EMACSVER by including emacsver.texi.
2788
ea274122
GM
2789 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2790
17ca7950
GM
27912010-10-07 Glenn Morris <rgm@gnu.org>
2792
2793 * Makefile.in (version): New, set by configure.
2794 (clean): Delete dist tar file.
2795 (dist): Use version in tar name.
2796
4c83f6e1
GM
27972010-10-06 Glenn Morris <rgm@gnu.org>
2798
2799 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
2800 (INSTALL_INFO): Remove unused variable.
2801 (mostlyclean, infoclean, dist): New rules.
2802 (clean): Delete dvi and pdf files.
2803 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 2804 ($(infodir)): Add parallel build workaround.
4c83f6e1 2805
0264072d
GM
28062010-10-04 Glenn Morris <rgm@gnu.org>
2807
2808 * Makefile.in (dvi, pdf, $(infodir)): New targets.
2809 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 2810 Fix -I typo.
0264072d
GM
2811 (clean): No 'make.out' or 'core' files.
2812 (.PHONY): Declare clean rules.
2813 (maintainer-clean): Delete pdf file. Guard against cd failures.
2814
77f38949
GM
28152010-10-03 Glenn Morris <rgm@gnu.org>
2816
2817 * files.texi (File Name Components): Remove ignored section about
2818 deleted variable directory-sep-char.
2819
178fdd41
MA
28202010-10-03 Michael Albinus <michael.albinus@gmx.de>
2821
2822 * files.texi (Magic File Names): New defopt
2823 remote-file-name-inhibit-cache.
2824
9c524fcb
GM
28252010-10-02 Glenn Morris <rgm@gnu.org>
2826
2827 * os.texi (Killing Emacs): Hook now runs in batch mode.
2828
f816790b
SM
28292010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2830
2831 * text.texi (Special Properties): Clarify when modification-hooks run.
2832
7cf78aac
SM
28332010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * syntax.texi (Syntax Flags): Document new `c' flag.
2836
ca0d44e4
GM
28372010-09-09 Glenn Morris <rgm@gnu.org>
2838
2839 * display.texi (ImageMagick Images): General cleanup.
2840
10999305 28412010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
2842
2843 * files.texi (Directory Names): Use \` rather than ^.
2844
45240125
JD
28452010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2846
2847 * text.texi (Low-Level Kill Ring):
2848 * frames.texi (Window System Selections): Remove cut buffer
2849 documentation.
2850
4abe5bf6
EZ
28512010-08-28 Eli Zaretskii <eliz@gnu.org>
2852
2853 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2854 Parameters", where the default fringe width is described.
2855
2856 * frames.texi (Window Frame Parameters, Basic Parameters)
2857 (Position Parameters, Layout Parameters, Management Parameters)
2858 (Cursor Parameters, Font and Color Parameters): Add indexing for
2859 frame parameters. (Bug#6929)
2860
fdc76236
TT
28612010-08-25 Tom Tromey <tromey@redhat.com>
2862
2863 * vol2.texi (Top): Update.
2864 * vol1.texi (Top): Update.
2865 * tips.texi (Library Headers): Mention Package-Version and
2866 Package-Requires.
2867 * package.texi: New file.
2868 * os.texi (System Interface): Update pointers.
2869 * elisp.texi (Top): Link to new nodes. Include package.texi.
2870 * anti.texi (Antinews): Update pointers.
2871
1e5c1c80
EZ
28722010-08-25 Eli Zaretskii <eliz@gnu.org>
2873
2874 * processes.texi (Filter Functions): Fix last change.
2875
78e33835
CY
28762010-08-24 Markus Triska <triska@gmx.at>
2877
2878 * processes.texi (Filter Functions): Use `buffer-live-p' instead
2879 of `buffer-name' in the main text as well as in the example
2880 (Bug#3098).
2881
198a7a97
CY
28822010-08-22 Chong Yidong <cyd@stupidchicken.com>
2883
2884 * nonascii.texi (Text Representations):
2885 * loading.texi (Loading Non-ASCII):
2886 * compile.texi (Byte Compilation): Don't mention obsolete
2887 --unibyte command-line argument.
2888
bc7d7ea6
CY
28892010-08-22 Chong Yidong <cyd@stupidchicken.com>
2890
2891 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2892
b0126eac 28932010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
2894
2895 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2896
e8a6cc19
EZ
28972010-08-20 Eli Zaretskii <eliz@gnu.org>
2898
2899 * commands.texi (Misc Events): Add cross-references to where
2900 POSITION of a mouse event is described in detail.
2901
c4e7c63a 29022010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 2903
c4e7c63a 2904 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 2905
7815fe19 29062010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
2907
2908 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2909 Suggested by Štěpán Němec <stepnem@gmail.com>.
2910
7815fe19 29112010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
2912
2913 * minibuf.texi (High-Level Completion): Document args of
2914 `read-buffer-function' (bug#5625).
2915
8b2dd508
JD
29162010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2917
2918 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2919
bace45fe
MA
29202010-07-29 Michael Albinus <michael.albinus@gmx.de>
2921
2922 * processes.texi (Process Information): Explain process property
2923 `remote-tty'.
2924
4ce5a4cc
JB
29252010-07-27 Juanma Barranquero <lekktu@gmail.com>
2926
2927 * modes.texi (Defining Minor Modes): Use C-delete in examples,
2928 instead of "\C-\^?" (bug#6334).
2929
1c84bc7a
JB
2930 * text.texi (Special Properties): Fix typo.
2931
b88746ba
EZ
29322010-07-09 Eli Zaretskii <eliz@gnu.org>
2933
2934 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2935 calling sequences, which are now the standard.
2936
51422d6d
CY
29372010-06-24 Chong Yidong <cyd@stupidchicken.com>
2938
2939 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2940
2941 * commands.texi (Command Overview): Mention undo-boundary call.
2942
d24880de
GM
29432010-06-23 Glenn Morris <rgm@gnu.org>
2944
2945 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2946 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2947 * frames.texi, functions.texi, internals.texi, keymaps.texi:
2948 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2949 * searching.texi, sequences.texi, strings.texi, syntax.texi:
2950 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2951 Untabify Texinfo files.
2952
0fc76035
CY
29532010-06-20 Chong Yidong <cyd@stupidchicken.com>
2954
2955 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2956
5338dc0b
CY
29572010-06-19 Chong Yidong <cyd@stupidchicken.com>
2958
a628ad9d 2959 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 2960
2c3a3c1d
CY
29612010-06-02 Chong Yidong <cyd@stupidchicken.com>
2962
ba3bf1d9
CY
2963 * searching.texi (Regexp Special): Remove obsolete information
2964 about matching non-ASCII characters, and suggest using char
2965 classes (Bug#6283).
2c3a3c1d 2966
7f4b4249
JB
29672010-05-30 Juanma Barranquero <lekktu@gmail.com>
2968
2969 * minibuf.texi (Basic Completion): Add missing "@end defun".
2970
637821cd
SM
29712010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2972
2973 * minibuf.texi (Basic Completion): Document completion-boundaries.
2974 (Programmed Completion): Document the new fourth method for boundaries.
2975
e13051c3
CY
29762010-05-22 Chong Yidong <cyd@stupidchicken.com>
2977
a628ad9d 2978 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 2979
0235128c 29802010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2981
2982 * windows.texi (Textual Scrolling):
2983 * tips.texi (Coding Conventions):
2984 * minibuf.texi (Minibuffer History):
2985 * maps.texi (Standard Keymaps):
2986 * loading.texi (Where Defined):
2987 * edebug.texi (Instrumenting): Fix typos.
2988
0235128c 29892010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 2990
c7c32279
CY
2991 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2992
0235128c
SM
2993 * functions.texi (Obsolete Functions):
2994 Document set-advertised-calling-convention.
eb5ed549
CY
2995
2996 * minibuf.texi (Basic Completion): Document completion-in-region.
2997 (Programmed Completion): Document completion-annotate-function.
2998
2999 * commands.texi (Reading One Event): Document read-key.
3000 (Distinguish Interactive): Document KIND arg to
3001 called-interactively-p. Delete obsolete interactive-p.
3002
3003 * elisp.texi (Top): Update node description.
3004
f8848423
EZ
30052010-05-08 Eli Zaretskii <eliz@gnu.org>
3006
0235128c
SM
3007 * nonascii.texi (Character Properties):
3008 Document unicode-category-table. Add an index entry for Unicode
3009 general category.
3010
30112010-05-07 Chong Yidong <cyd@stupidchicken.com>
3012
3013 * Version 23.2 released.
f8848423 3014
938efb77
JB
30152010-04-20 Juanma Barranquero <lekktu@gmail.com>
3016
3017 * locals.texi (Standard Buffer-Local Variables):
3018 Remove @ignore'd reference to `direction-reversed'.
3019
5854c267
JL
30202010-04-14 Juri Linkov <juri@jurta.org>
3021
3022 Fix @deffn without category.
3023
3024 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
3025 for `abbrev-insert'.
3026
3027 * buffers.texi (Indirect Buffers): Add category `Command'
3028 to @deffn of `clone-indirect-buffer'.
3029
3030 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
3031 for `next-window' and `previous-window'. Add category `Command'
3032 to @deffn of `pop-to-buffer'.
3033
8a14dec7
CY
30342010-04-01 Chong Yidong <cyd@stupidchicken.com>
3035
3036 * nonascii.texi (Text Representations): Don't mark
3037 enable-multibyte-characters as a user option.
3038
7a1831cf
EZ
30392010-03-31 Eli Zaretskii <eliz@gnu.org>
3040
3041 * control.texi (Handling Errors): How to re-throw a signal caught
3042 by condition-case.
3043
c3863713
CY
30442010-03-26 Chong Yidong <cyd@stupidchicken.com>
3045
3046 * loading.texi (Hooks for Loading): Document after-load-functions.
3047 Copyedits.
3048
c333f279
AM
30492010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
3050
3051 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
3052
e867cb5d 30532010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
3054
3055 * processes.texi (Network Processes): Document seqpacket type.
3056
605f35cd
DN
30572010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3058
3059 * os.texi (System Environment): Do not mention lynxos.
3060
288f9fc0
CY
30612010-03-10 Chong Yidong <cyd@stupidchicken.com>
3062
3063 * Branch for 23.2.
3064
eed5c93a
CY
30652010-03-06 Chong Yidong <cyd@stupidchicken.com>
3066
3067 * objects.texi (Integer Type): Take note of the read syntax
3068 exception for numbers that cannot fit in the integer type.
3069
1ddd6622
GM
30702010-03-03 Glenn Morris <rgm@gnu.org>
3071
3072 * numbers.texi (Integer Basics, Bitwise Operations):
3073 * objects.texi (Integer Type): Update for integers now being 30-bit.
3074
a908c79a
CY
30752010-02-27 Chong Yidong <cyd@stupidchicken.com>
3076
3077 * display.texi (Low-Level Font): Document :otf font-spec property.
3078
cd61af01
SM
30792010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * display.texi (Line Height): Avoid obsolete special default variables
3082 like default-major-mode.
3083
c02f8fe2
AM
30842010-01-28 Alan Mackenzie <acm@muc.de>
3085
3086 * display.texi (Auto Faces): Say fontification-functions is called
3087 whether or not Font Lock is enabled. Tidy up the wording a bit.
3088
d738d18b
CY
30892010-01-17 Chong Yidong <cyd@stupidchicken.com>
3090
3091 * elisp.texi: Remove duplicate edition information (Bug#5407).
3092
4963739e
JB
30932010-01-17 Juanma Barranquero <lekktu@gmail.com>
3094
3095 * two.el (volume-header-toc-markup): Fix typos in docstring.
3096
c57008f6
SM
30972010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3098
3099 Avoid dubious uses of save-excursions.
3100 * positions.texi (Excursions): Recommend the use of
3101 save-current-buffer if applicable.
3102 * text.texi (Clickable Text): Fix the example code which used
3103 save-excursion in a naive way which sometimes preserves point and
3104 sometimes not.
3105 * variables.texi (Creating Buffer-Local):
3106 * os.texi (Session Management):
3107 * display.texi (GIF Images):
3108 * control.texi (Cleanups): Use (save|with)-current-buffer.
3109
2f3725cd
EZ
31102010-01-02 Eli Zaretskii <eliz@gnu.org>
3111
3112 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
3113
85eeac93
CY
31142010-01-02 Chong Yidong <cyd@stupidchicken.com>
3115
3116 * nonascii.texi (Text Representations, Character Codes)
3117 (Converting Representations, Explicit Encoding)
3118 (Translation of Characters): Use hex notation consistently.
3119 (Character Sets): Fix map-charset-chars doc (Bug#5197).
3120
4801c5fa
CY
31212010-01-01 Chong Yidong <cyd@stupidchicken.com>
3122
3123 * loading.texi (Where Defined): Make it clearer that these are
3124 loaded files (Bug#5068).
3125
26e533e2
CY
31262009-12-29 Chong Yidong <cyd@stupidchicken.com>
3127
3128 * minibuf.texi (Completion Styles): Document `initials' style.
3129
16d1ff5f
CY
31302009-12-25 Chong Yidong <cyd@stupidchicken.com>
3131
3132 * frames.texi (Resources): Describe inhibit-x-resources.
3133 (Size Parameters): Copyedit.
3134
3135 * hash.texi (Creating Hash):
3136 * objects.texi (Hash Table Type): Document the new hash table
3137 printed representation.
3138
3139 * minibuf.texi (Basic Completion): 4th arg to all-completions is
3140 obsolete.
3141
5dcb4c4e
SM
3142 * processes.texi (Process Buffers):
3143 Document process-kill-buffer-query-function.
16d1ff5f 3144
9a5de3d9
GM
31452009-12-05 Glenn Morris <rgm@gnu.org>
3146
3147 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
3148 diary-display-function, and no longer recommended to be a hook.
3149 Update for changes in the names of calendar and diary hooks.
3150 diary-print-entries-hook has changed section.
3151
b640eb52
EZ
31522009-11-28 Eli Zaretskii <eliz@gnu.org>
3153
3154 * text.texi (Special Properties): More accurate description of
3155 what the `cursor' property does.
3156
be1674ab
KR
31572009-11-26 Kevin Ryde <user42@zip.com.au>
3158
3159 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
3160 mouse-wheel-down-event, the closest thing to a definition for them.
3161 * os.texi (Startup Summary): vindex inhibit-startup-message and
3162 inhibit-splash-screen.
3163 (Command-Line Arguments): vindex argv.
3164 (Suspending Emacs): vindex suspend-tty-functions and
3165 resume-tty-functions. Don't want to index every hook, but having
3166 the programming ones is helpful.
3167
603f5979
CY
31682009-11-14 Chong Yidong <cyd@stupidchicken.com>
3169
3170 * commands.texi (Motion Events): Fix typo (Bug#4907).
3171
4359a806
CY
31722009-11-08 Chong Yidong <cyd@stupidchicken.com>
3173
3174 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
3175 are affected by case-fold-search (Bug#4483).
3176
0f063651
CY
31772009-11-02 Chong Yidong <cyd@stupidchicken.com>
3178
3179 * minibuf.texi (Reading File Names): Note that read-file-name may
3180 use a graphical file dialog.
3181
9bd79893
GM
31822009-10-31 Glenn Morris <rgm@gnu.org>
3183
3184 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
3185
ebe479ec
KR
31862009-10-16 Kevin Ryde <user42@zip.com.au>
3187
3188 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
3189 in particular so `info-lookup-symbol' can find its docs.
3190
2640fa86
CY
31912009-10-16 Chong Yidong <cyd@stupidchicken.com>
3192
3193 * variables.texi (Constant Variables): Distinguish from defconst
3194 variables.
3195 (Defining Variables): Add cindex.
3196
edd6a733
CY
31972009-10-15 Chong Yidong <cyd@stupidchicken.com>
3198
3199 * os.texi (Time of Day): Clarify that the microsecond part is
3200 ignored (Bug#4637).
3201
5feb0b73
GM
32022009-10-11 Glenn Morris <rgm@gnu.org>
3203
3204 * frames.texi (Size and Position): Clarify what is included in the frame
3205 height. (Bug#4535)
3206
0c5413c8
GM
32072009-10-10 Glenn Morris <rgm@gnu.org>
3208
3209 * windows.texi (Size of Window): The relationship between window and
3210 frame heights is not so simple. (Bug#4535)
3211 Mention window-full-height-p.
3212
7f8b600a
SM
32132009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3214
3215 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
3216 used from Lisp.
3217
6185de1c
EZ
32182009-10-07 Eli Zaretskii <eliz@gnu.org>
3219
7f8b600a
SM
3220 * files.texi (Directory Names) <abbreviate-file-name>:
3221 Document that root home directories are not replaced with "~".
6185de1c 3222
9972911f
EZ
32232009-10-06 Eli Zaretskii <eliz@gnu.org>
3224
3225 * text.texi (Special Properties): Document the meaning of the
3226 `cursor' text property whose value is an integer.
3227
2a3f19ef
MA
32282009-10-05 Michael Albinus <michael.albinus@gmx.de>
3229
3230 * files.texi (Magic File Names): Add `copy-directory'.
3231
804543b5
EZ
32322009-10-05 Eli Zaretskii <eliz@gnu.org>
3233
3234 * files.texi (File Attributes): Fix description of file
3235 attributes. (Bug#4638) Update attributes of files.texi example to
3236 be more representative.
3237
461bf92b
MA
32382009-10-05 Michael Albinus <michael.albinus@gmx.de>
3239
3240 * files.texi (Create/Delete Dirs): New command copy-directory.
3241
a86cd395
JB
32422009-10-04 Juanma Barranquero <lekktu@gmail.com>
3243
3244 * anti.texi (Antinews):
3245 * macros.texi (Indenting Macros):
3246 * strings.texi (Creating Strings, Case Conversion):
3247 Remove duplicate words.
3248
d3080264
MA
32492009-10-01 Michael Albinus <michael.albinus@gmx.de>
3250
3251 * files.texi (Create/Delete Dirs): delete-directory has an
3252 optional parameter RECURSIVE.
3253
85d14563
SM
32542009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * buffers.texi (Swapping Text): Minor clarification.
3257
3d9842c6
GM
32582009-10-01 Glenn Morris <rgm@gnu.org>
3259
3260 * functions.texi (Declaring Functions): Mention that we also search for
3261 ".m" files in the src/ directory.
3262
78427304
CY
32632009-09-25 David Engster <deng@randomsample.de>
3264
3d9842c6 3265 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 3266
b578c9cc
GM
32672009-09-22 Glenn Morris <rgm@gnu.org>
3268
3269 * internals.texi (Building Emacs): Mention preloaded-file-list.
3270
beee5da7
AM
32712009-09-14 Alan Mackenzie <acm@muc.de>
3272
3273 * os.texi (Terminal Output): Put "@code{}" around "stdout".
3274
5d6ab672
CY
32752009-09-13 Chong Yidong <cyd@stupidchicken.com>
3276
3277 * functions.texi (Anonymous Functions): Rearrange discussion,
3278 giving usage of unquoted lambda forms first. Mention that
3279 `function' and `#'' are no longer required (Bug#4290).
3280
59375eeb
AM
32812009-09-11 Alan Mackenzie <acm@muc.de>
3282
a86cd395 3283 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
3284 batch mode.
3285
e7e2f529
GM
32862009-09-01 Glenn Morris <rgm@gnu.org>
3287
3288 * display.texi (Face Functions): Mention define-obsolete-face-alias.
3289
eae47088
GM
32902009-08-26 Ulrich Mueller <ulm@gentoo.org>
3291
3292 * nonascii.texi (Character Codes): Fix typos.
3293
3691a0a6
MA
32942009-08-25 Michael Albinus <michael.albinus@gmx.de>
3295
3296 * processes.texi (Synchronous Processes): New defvar
3297 process-file-side-effects.
3298
664d56b8
GM
32992009-08-25 Glenn Morris <rgm@gnu.org>
3300
3301 * display.texi (Fontsets): Fix typo.
3302
0706c025
GM
3303 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
3304
03a74b84
SM
33052009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * processes.texi (Asynchronous Processes): Adjust arglist of
3308 start-process-shell-command and start-file-process-shell-command.
3309
f6de8a37
CY
33102009-08-15 Chong Yidong <cyd@stupidchicken.com>
3311
4b1ed1bb
CY
3312 * advice.texi (Argument Access in Advice): Note that argument
3313 positions are zero-based (Bug#3932).
3314
89a9e058
CY
3315 * commands.texi (Distinguish Interactive): Minor copyedit.
3316
23696fd7
CY
3317 * display.texi (Face Attributes): Add xref to Displaying Faces for
3318 explanation of "underlying face".
3319
f6de8a37
CY
3320 * customize.texi (Common Keywords): Add xref to Loading.
3321
3322 * loading.texi (How Programs Do Loading): Add xref to Lisp
3323 Libraries node in the Emacs manual.
3324
417f77e6
CY
33252009-08-13 Chong Yidong <cyd@stupidchicken.com>
3326
3327 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
3328
0999039c
CY
33292009-07-18 Chong Yidong <cyd@stupidchicken.com>
3330
3331 * processes.texi (Shell Arguments): Copyedits.
3332
9af167bc
GM
33332009-07-18 Glenn Morris <rgm@gnu.org>
3334
3335 * loading.texi (Repeated Loading): Fix typo.
3336
137987ab
RS
33372009-07-16 Richard Stallman <rms@gnu.org>
3338
3339 * buffers.texi (Swapping Text): Recommend setting
3340 write-region-annotate-functions and buffer-saved-size.
3341
3342 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
3343
622fa380
GM
33442009-07-15 Glenn Morris <rgm@gnu.org>
3345
3346 * edebug.texi: Minor re-phrasings throughout.
3347 (Edebug Execution Modes): Sit-for affects continue mode too.
3348 (Jumping): Use `forward-sexp' rather than its keybinding.
3349 (Edebug Misc): Fix Q binding.
3350 (Edebug Eval): Remove cl version.
3351 (Printing in Edebug): Clarify print-length etc.
3352 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
3353 (Specification List): Remove edebug-unwrap findex entry.
3354 (Specification Examples): defmacro is actually not the same as defun.
3355 Escape "`" in example.
3356
6bbd4600
CY
33572009-07-15 Chong Yidong <cyd@stupidchicken.com>
3358
3359 * markers.texi (The Mark): Document optional arg to
3360 deactivate-mark.
3361
e538d479
GM
33622009-07-11 Kevin Ryde <user42@zip.com.au>
3363
3364 * hooks.texi (Standard Hooks): Fix cross-references.
3365
4c98b9ed
GM
3366 * loading.texi (Named Features): Refer to eval-after-load.
3367
5300838c
GM
33682009-07-11 Glenn Morris <rgm@gnu.org>
3369
64fbeb16
GM
3370 * Makefile.in (TEXI2PDF): New.
3371 (elisp.pdf): New target.
3372
4c98b9ed
GM
3373 * searching.texi (Regexp Backslash): Fix typo.
3374
3375 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 3376
51d9979c
GM
33772009-07-10 Glenn Morris <rgm@gnu.org>
3378
561c0216
GM
3379 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
3380
5b594a58
GM
3381 * customize.texi (Customization Types):
3382 * display.texi (Abstract Display):
0cc8c85a 3383 * objects.texi (Character Type, String Type):
5b594a58 3384 Merge in some menu descriptions from elisp.texi.
51d9979c 3385
c3cbbb40
GM
3386 * hash.texi (Hash Tables):
3387 * modes.texi (Multiline Font Lock):
3388 End menu description with period.
fe42c16a 3389
28528402
GM
33902009-07-09 Glenn Morris <rgm@gnu.org>
3391
3392 * back.texi: Don't hard-code texinfo location.
3393
3394 * two-volume.make (texinfodir): New, with location of texinfo.tex.
3395 (tex): Add texinfodir to TEXINPUTS.
3396 (elisp1med-init, elisp2med-init): Use texinfodir.
3397
3398 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
3399 (clean): Add two-volume.make intermediate files.
3400
3401 * elisp.texi, vol1.texi, vol2.texi:
3402 Use a DATE variable with the publication date, and update it.
3403 Fix antinews menu description.
3404
3405 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
3406 Update the detailed node listing to match elisp.texi.
3407
3408 * README: Update edition to match elisp.texi.
3409
3410 * objects.texi (General Escape Syntax):
3411 * nonascii.texi (Character Sets):
3412 Use consistent case for "Unicode Standard".
3413
3414 * anti.texi (Antinews):
3415 * customize.texi (Variable Definitions):
3416 * functions.texi (Declaring Functions):
3417 * nonascii.texi (Character Properties):
3418 * processes.texi (Serial Ports):
3419 * text.texi (Special Properties):
3420 * tips.texi (Coding Conventions):
3421 Minor rearrangements to improve TeX line-filling.
3422
3423 * commands.texi (Using Interactive): Fix cross-reference.
3424
17db8e10
JD
34252009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3426
3427 * frames.texi (Management Parameters): Mention sticky.
3428
77c7e2e1
AS
34292009-07-01 Andreas Schwab <aschwab@redhat.com>
3430
3431 * help.texi (Help Functions): Fix description of help-buffer and
3432 help-setup-xref to use @defun instead of @deffn.
3433
3f1c6666
JD
34342009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3435
3436 * frames.texi (Size Parameters): Mention maximized for fullscreen.
3437
ca27c21b
CY
34382009-06-24 Chong Yidong <cyd@stupidchicken.com>
3439
3440 * display.texi (Window Systems): Add ns to the list.
3441
70243478
CY
34422009-06-21 Chong Yidong <cyd@stupidchicken.com>
3443
3444 * Branch for 23.1.
3445
df006536
MR
34462009-06-17 Martin Rudalics <rudalics@gmx.at>
3447
3448 * windows.texi (Dedicated Windows): Fix typo.
3449 (Resizing Windows): Replace @defun by @deffn.
3450
d259fc4b
GM
34512009-06-17 Glenn Morris <rgm@gnu.org>
3452
3453 * variables.texi (Directory Local Variables):
3454 Update for 2009-04-11 name-change of dir-locals-directory-alist.
3455
30781db6
KH
34562009-06-09 Kenichi Handa <handa@m17n.org>
3457
3458 * nonascii.texi (Character Sets): State clearly that FROM and TO
3459 are codepoints of CHARSET.
3460
62e8099c
CY
34612009-06-07 Chong Yidong <cyd@stupidchicken.com>
3462
3463 * minibuf.texi (Reading File Names): Fix introductory text.
3464 Suggested by stan@derbycityprints.com.
3465 (High-Level Completion): Fix typo.
3466
ee1b1917
CY
34672009-05-28 Chong Yidong <cyd@stupidchicken.com>
3468
3469 * frames.texi (Text Terminal Colors): Multi-tty is already
3470 implemented, but tty-local colors are not.
3471
5df647e8
CY
34722009-05-27 Chong Yidong <cyd@stupidchicken.com>
3473
3474 * hooks.texi (Standard Hooks): Remove mention of obsolete
3475 redisplay-end-trigger-functions.
3476
3477 * internals.texi (Window Internals): Remove mention of obsolete
3478 redisplay-end-trigger-functions.
3479
01f17ae2
MR
34802009-05-21 Martin Rudalics <rudalics@gmx.at>
3481
3482 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
3483
3484 * backups.texi (Making Backups): backup-directory-alist and
3485 make-backup-file-name-function are options.
3486 (Auto-Saving): auto-save-list-file-prefix is an option.
3487
3488 * buffers.texi (Killing Buffers): buffer-offer-save is an
3489 option.
3490
3491 * display.texi (Refresh Screen): no-redraw-on-reenter is an
3492 option.
3493 (Echo Area Customization): echo-keystrokes is an option.
3494 (Selective Display): selective-display-ellipses is an option.
3495 (Temporary Displays): temp-buffer-show-function is an option.
3496 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
3497 are options.
3498 (Font Selection): face-font-family-alternatives,
3499 face-font-selection-order, face-font-registry-alternatives, and
3500 scalable-fonts-allowed are options.
3501 (Fringe Indicators): indicate-buffer-boundaries is an option.
3502 (Fringe Cursors): overflow-newline-into-fringe is an option.
3503 (Scroll Bars): scroll-bar-mode is an option.
3504
3505 * eval.texi (Eval): max-lisp-eval-depth is an option.
3506
3507 * files.texi (Visiting Functions): find-file-hook is an option.
3508 (Directory Names): directory-abbrev-alist is an option.
3509 (Unique File Names): temporary-file-directory and
3510 small-temporary-file-directory are options.
3511
3512 * frames.texi (Initial Parameters): initial-frame-alist,
3513 minibuffer-frame-alist and default-frame-alist are options.
3514 (Cursor Parameters): blink-cursor-alist and
3515 cursor-in-non-selected-windows ar options.
3516 (Window System Selections): selection-coding-system is an
3517 option.
3518 (Display Feature Testing): display-mm-dimensions-alist is an
3519 option.
3520
3521 * help.texi (Help Functions): help-char and help-event-list are
3522 options.
3523
3524 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
3525 an option.
3526
3527 * minibuf.texi (Minibuffer History): history-length and
3528 history-delete-duplicates are options.
3529 (High-Level Completion): read-buffer-function and
3530 read-buffer-completion-ignore-case are options.
3531 (Reading File Names): read-file-name-completion-ignore-case is
3532 an option.
3533
3534 * modes.texi (Mode Line Top): mode-line-format is an option.
3535 (Mode Line Variables): mode-line-position and mode-line-modes
3536 are options.
3537
3538 * nonascii.texi (Text Representations):
3539 enable-multibyte-characters is an option.
3540 (Default Coding Systems): auto-coding-regexp-alist,
3541 file-coding-system-alist, auto-coding-alist and
3542 auto-coding-functions are options.
3543 (Specifying Coding Systems): inhibit-eol-conversion is an
3544 option.
3545
3546 * os.texi (Init File): site-run-file is an option.
3547 (System Environment): mail-host-address is an option.
3548 (User Identification): user-mail-address is an option.
3549 (Terminal Output): baud-rate is an option.
3550
3551 * positions.texi (Word Motion): words-include-escapes is an
3552 option.
3553
3554 * searching.texi (Standard Regexps): page-delimiter,
3555 paragraph-separate, paragraph-separate and sentence-end are
3556 options.
3557
3558 * text.texi (Margins): left-margin and fill-nobreak-predicate
3559 are options.
3560
3561 * variables.texi (Local Variables): max-specpdl-size is an
3562 option.
3563
3564 * windows.texi (Choosing Window):
3565 split-window-preferred-function, special-display-function and
3566 display-buffer-function are options.
3567
106e6894
CY
35682009-05-20 Chong Yidong <cyd@stupidchicken.com>
3569
4a83454d
CY
3570 Fix errors spotted by Martin Rudalics.
3571
106e6894
CY
3572 * syntax.texi (Position Parse): Document rationale for ignored
3573 arguments to syntax-ppss-flush-cache.
3574
3575 * processes.texi (Input to Processes): Mark PROCESS arg to
3576 process-running-child-p as optional.
3577 (Network Options): Document NO-ERROR arg to
3578 set-network-process-option.
3579
3580 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
3581 command.
3582
3583 * searching.texi (POSIX Regexps): Mark posix-search-forward and
3584 posix-search-backward as commands.
3585
3586 * os.texi (Killing Emacs): Mark kill-emacs as a command.
3587 (Suspending Emacs): Mark suspend-emacs as a command.
3588 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
3589 commands.
5dcb4c4e
SM
3590 (Terminal Output): Remove obsolete function baud-rate.
3591 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
3592
3593 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
3594 terminal-coding-system and set-terminal-coding-system.
3595 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
3596 as optional.
3597 (Character Sets): Document RESTRICTION arg of char-charset.
3598 (Character Codes): Mark POS argument to get-byte as optional.
3599
3600 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
3601 minibuffer-message.
3602
3603 * files.texi (Create/Delete Dirs): Mark make-directory and
3604 delete-directory as commands.
3605
3606 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
3607
3608 * text.texi (Base 64): Mark base64-decode-string and
3609 base64-encode-string as commands.
3610 (Columns): Mark move-to-column as a command.
3611 (Mode-Specific Indent): Document RIGID arg to
3612 indent-for-tab-command.
3613 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
3614 Mark indent-code-rigidly as a command.
3615 (Substitution): Mark translate-region as a command.
3616
3617 * frames.texi (Size and Position): Remove obsolete functions
3618 screen-height and screen-width.
3619
04173931
CY
36202009-05-19 Chong Yidong <cyd@stupidchicken.com>
3621
3622 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
3623 (Displaying Buffers, Resizing Windows): Correct mistakes;
3624 next-window, previous-window, and pop-to-buffer are not commands,
3625 and fit-window-to-buffer" is a command. (Pointed out by Martin
3626 Rudalics.)
3627
eae7d8f8
RS
36282009-05-17 Richard M Stallman <rms@gnu.org>
3629
3630 * modes.texi (Precalculated Fontification): Clarify text.
3631
b8766179
MR
36322009-05-17 Martin Rudalics <rudalics@gmx.at>
3633
3634 * windows.texi (Selecting Windows): Clarify descriptions of
3635 with-selected-window and get-lru-window.
3636 (Cyclic Window Ordering): Refer to particular frame when talking
3637 about how splitting affects the ordering.
3638 (Displaying Buffers): Fix descriptions of switch-to-buffer and
3639 switch-to-buffer-other-window. Explain how setting of
3640 display-buffer-reuse-frames affects pop-to-buffer.
3641 (Choosing Window): Clarify some details in descriptions of
3642 display-buffer-reuse-frames, pop-up-frames, and
3643 pop-up-frame-function.
3644 (Dedicated Windows): Clarify some details.
3645 (Textual Scrolling): Replace term vscroll by term vertical
3646 scroll position.
3647 (Vertical Scrolling): Fix typo.
3648 (Window Hooks): Relate text on jit-lock-register to window
3649 scrolling and size changes.
3650
734b5e3b
CY
36512009-05-14 Chong Yidong <cyd@stupidchicken.com>
3652
0a65633e
CY
3653 * frames.texi (Initial Parameters): Clarify what the initial
3654 minibuffer frame is.
05be46d7
CY
3655 (Buffer Parameters): Note that the minibuffer parameter can not be
3656 altered.
0a65633e 3657
734b5e3b
CY
3658 * anti.texi (Antinews): Copyedits. Rearrange some entries.
3659 Document display-buffer changes.
3660
925672cd
CY
36612009-05-13 Chong Yidong <cyd@stupidchicken.com>
3662
17ecd7af
CY
3663 * anti.texi (Antinews): Rewrite for Emacs 22.
3664
925672cd
CY
3665 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
3666 obarrays are first mentioned. Define "system abbrev" more
3667 prominently, and add it to the index.
3668 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
3669 Copyedits.
3670 (Abbrev Expansion): Document abbrev-insert.
3671
80be4dd7
CY
36722009-05-12 Chong Yidong <cyd@stupidchicken.com>
3673
3674 * frames.texi (Font and Color Parameters): Rename from Color
3675 Parameters. Document font-backend parameter.
3676
3677 * vol2.texi (Top): Update node listing.
3678 * vol1.texi (Top): Update node listing.
3679 * elisp.texi (Top): Update node listing.
3680
372a93ac
MR
36812009-05-11 Martin Rudalics <rudalics@gmx.at>
3682
3683 * windows.texi (Choosing Window): Don't explicitly refer to
3684 split-window-sensibly's window argument in descriptions of
3685 split-height-threshold and split-width-threshold.
3686
714c3541
MR
36872009-05-10 Martin Rudalics <rudalics@gmx.at>
3688
3689 * windows.texi (Choosing Window): Fix rewrite of window
3690 splitting section.
3691
0e90e7be
EZ
36922009-05-09 Eli Zaretskii <eliz@gnu.org>
3693
f4e90db0
SM
3694 * nonascii.texi (Default Coding Systems):
3695 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 3696 Add indexing.
0e90e7be
EZ
3697 (Lisp and Coding Systems): Add index entries.
3698
d3c0c321
MR
36992009-05-09 Martin Rudalics <rudalics@gmx.at>
3700
3701 * windows.texi (Choosing Window): Describe split-window-sensibly
3702 and rewrite section on window splitting accordingly.
3703 (Textual Scrolling): Replace `...' by @code{...}.
3704
c773345a
CY
37052009-05-04 Chong Yidong <cyd@stupidchicken.com>
3706
ee2d5b5e
CY
3707 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
3708 Remove obsoleted pre-abbrev-expand-hook.
3709
3710 * locals.texi (Standard Buffer-Local Variables): Consolidate table
3711 entries.
3712
c773345a
CY
3713 * internals.texi (Object Internals): Don't assume 32-bit machines
3714 are the norm.
3715 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
3716 (Window Internals): Synch field names to window.h.
3717 (Process Internals): Synch field names to process.h.
c773345a 3718
dd449674
CY
37192009-04-29 Chong Yidong <cyd@stupidchicken.com>
3720
3721 * variables.texi (File Local Variables): Note that read-circle is
3722 bound to nil when reading file-local variables.
3723
3724 * streams.texi (Input Functions): Document read-circle.
3725 (Output Variables): Add xref to Circular Objects.
3726
4f1e25e2
CY
37272009-04-25 Chong Yidong <cyd@stupidchicken.com>
3728
3729 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
3730 Features and Coding System Basics. Node that "p" stands for
3731 "predicate". Recommend utf-8-emacs instead of emacs-mule.
3732 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
3733 mouse-appearance-menu.
3734 (Programming Tips): Add xref to Progress.
3735
dca019f8
CY
37362009-04-22 Chong Yidong <cyd@stupidchicken.com>
3737
5dcb4c4e
SM
3738 * os.texi (Command-Line Arguments):
3739 Document command-line-args-left.
dca019f8
CY
3740 (Suspending Emacs): Adapt text to multi-tty case. Document use of
3741 terminal objects for tty arguments.
3742 (Startup Summary): Add xref to Session Management.
3743 (Session Management): Mention emacs-session-restore. Copyedits.
3744
02a89103
CY
37452009-04-20 Chong Yidong <cyd@stupidchicken.com>
3746
3747 * os.texi (Startup Summary): Copyedits. The init file is not
3748 necessarily named .emacs now. Document initial-buffer-choice and
3749 initial-scratch-message. Note where Emacs exits in batch mode.
3750 Document inhibit-splash-screen as an alias.
3751 (Init File): Be neutral about which init file name to use.
3752
37532009-04-16 Chong Yidong <cyd@stupidchicken.com>
3754
3755 * os.texi (System Interface): Fix Texinfo usage.
3756
0c1cfe01
CY
37572009-04-15 Chong Yidong <cyd@stupidchicken.com>
3758
80d7cdca
CY
3759 * searching.texi (Regexp Backslash): Also refer to shy groups as
3760 non-capturing or unnumbered groups.
3761 (Regexp Functions): Add cross-reference to Regexp Backslash.
3762
0c1cfe01
CY
3763 * display.texi (Truncation): Overlays can use line-prefix and
3764 wrap-prefix too.
3765 (Overlay Properties): Document wrap-prefix and line-prefix.
3766 (Face Attributes): Document underline-minimum-offset.
3767 (Face Remapping): Copyedits.
3768 (Low-Level Font): Copyedits.
3769 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
3770 (Line Height): Emphasize that line-spacing only takes effect on
3771 graphical terminals.
0c1cfe01 3772
c4adeee0
CY
37732009-04-13 Chong Yidong <cyd@stupidchicken.com>
3774
3775 * display.texi (Refresh Screen): Note that a passage about screen
3776 refreshing is text terminal only.
3777 (Forcing Redisplay): Delete misleading comment---sit-for calls
3778 redisplay, not the other way around.
3779 (Truncation): Note new values of truncate-partial-width-windows.
3780 Copyedits.
3781 (Invisible Text): Document invisible-p.
3782
b20ecfa1
EZ
37832009-04-11 Eli Zaretskii <eliz@gnu.org>
3784
3785 * display.texi (Overlays): Overlays don't scale well. See
3786 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
3787
97d8273f
CY
37882009-04-10 Chong Yidong <cyd@stupidchicken.com>
3789
f147ff75
CY
3790 * syntax.texi (Syntax Table Functions): Document cons cell
3791 argument for modify-syntax-entry.
3792 (Categories): Document cons cell argument for
3793 modify-category-entry.
3794
fca4ec76
CY
3795 * searching.texi (String Search): Document word-search-forward-lax
3796 and word-search-backward-lax.
3797 (Searching and Case): Describe isearch behavior more precisely.
3798
9c283d5b
CY
3799 * keymaps.texi (Tool Bar): Mention that some platforms do not
3800 support multi-line toolbars. Suggested by Stephen Eglen.
3801
3802 * frames.texi (Layout Parameters): Mention that Nextstep also
3803 allows only one tool-bar line. Suggested by Stephen Eglen.
3804
97d8273f
CY
3805 * nonascii.texi (Text Representations): Copyedits.
3806 (Coding System Basics): Also mention utf-8-emacs.
3807 (Converting Representations, Selecting a Representation)
3808 (Scanning Charsets, Translation of Characters, Encoding and I/O):
3809 Copyedits.
3810 (Character Codes): Mention role of codepoints 1114112 to 4194175.
3811
2bad3299
CY
38122009-04-09 Chong Yidong <cyd@stupidchicken.com>
3813
3814 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
3815 (Filling): Clarify REGION argument of fill-paragraph.
3816 Document fill-forward-paragraph-function.
2bad3299
CY
3817 (Special Properties): Remove "new in Emacs 22" declaration.
3818 (Clickable Text): Merge with Links and Mouse-1 node.
3819
5dcb4c4e
SM
3820 * display.texi (Button Properties, Button Buffer Commands):
3821 Change xref to Clickable Text.
2bad3299
CY
3822
3823 * tips.texi (Key Binding Conventions): Change xref to Clickable
3824 Text.
3825
3826 * elisp.texi (Top): Update node listing.
3827
ea30ce4f
CY
38282009-04-05 Chong Yidong <cyd@stupidchicken.com>
3829
47af2f4b
CY
3830 * markers.texi (The Mark): Copyedits. Improve description of
3831 handle-shift-selection.
3832 (The Region): Move use-region-p here from The Mark.
3833
ea30ce4f
CY
3834 * positions.texi (Screen Lines): Document (cols . lines) argument
3835 for vertical-motion.
3836
2aa8ea6e
CY
38372009-04-04 Chong Yidong <cyd@stupidchicken.com>
3838
3ec61d4e
CY
3839 * frames.texi (Frames): Clean up introduction. Document `ns'
3840 return value for framep.
3841 (Creating Frames): Note how the terminal is chosen.
3842 (Multiple Terminals, Multiple Displays): Merge into a single node.
3843 (Color Parameters): Fix typo.
3844
3845 * variables.texi (Local Variables, Buffer-Local Variables)
3846 (Creating Buffer-Local): Change link to Multiple Terminals.
3847
3848 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3849
3850 * keymaps.texi (Controlling Active Maps): Change link to Multiple
3851 Terminals.
3852
3853 * commands.texi (Command Loop Info, Keyboard Macros): Change link
3854 to Multiple Terminals.
3855
3856 * elisp.texi (Top): Update node listing.
3857 * vol2.texi (Top): Update node listing.
3858 * vol1.texi (Top): Update node listing.
3859
9257072f
CY
3860 * buffers.texi (Current Buffer): Note that the append-to-buffer
3861 example is no longer in synch with the latest code. Tie the two
3862 examples together.
3863
2aa8ea6e
CY
3864 * files.texi (File Attributes): Move note about MS-DOS from
3865 Changing Files to File Attributes.
3866 (Create/Delete Dirs): Note that mkdir is an alias for this.
3867
22e74b17
CY
38682009-04-01 Markus Triska <triska@gmx.at>
3869
3870 * processes.texi (Filter Functions): Suggest how to handle output
3871 batches.
3872
4bbe48ec
CY
38732009-03-30 Chong Yidong <cyd@stupidchicken.com>
3874
3875 * help.texi (Accessing Documentation): Update example to use
3876 help-setup-xref and with-help-window.
3877 (Help Functions): Remove print-help-return-message, which is
3878 semi-obsolete due to with-help-window. Document help-buffer and
3879 help-setup-xref.
3880
b9723f39
CY
38812009-03-29 Chong Yidong <cyd@stupidchicken.com>
3882
5dcb4c4e
SM
3883 * help.texi (Accessing Documentation, Help Functions):
3884 Remove information about long-obsolete Emacs versions.
9eb52e90 3885
b9723f39
CY
3886 * modes.texi (Mode Line Variables): The default values of the mode
3887 line variables are now more complicated.
3888
b0cc32db
CY
38892009-03-28 Chong Yidong <cyd@stupidchicken.com>
3890
3c25a5a9
CY
3891 * modes.texi (Major Mode Conventions): Note that specialness is
3892 inherited.
31c9eebb
CY
3893 (Derived Modes): Note that define-derive-mode sets the mode-class
3894 property.
3c25a5a9 3895
b0cc32db
CY
3896 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3897 goto-map. Add search-map to the list.
3898
c5e0006d
EZ
38992009-03-27 Eli Zaretskii <eliz@gnu.org>
3900
1213465a
EZ
3901 * os.texi (System Environment): Update the list of system-type
3902 values.
3903
c5e0006d
EZ
3904 * markers.texi (The Mark) <handle-shift-selection>: Update for
3905 removal of the optional argument DEACTIVATE.
3906
48bab3d6
CY
39072009-03-25 Chong Yidong <cyd@stupidchicken.com>
3908
3909 * commands.texi (Focus Events): Most X window managers don't use
3910 focus-follows-mouse nowadays.
3911
6e4ff1b6
CY
39122009-03-24 Chong Yidong <cyd@stupidchicken.com>
3913
3914 * commands.texi (Defining Commands): Clarify introduction.
3915 (Using Interactive): Not that interactive can be put in a symbol
3916 property.
3917 (Interactive Call): Note that a symbol with a non-nil
3918 interactive-form property satisfies commandp.
3919
11625308
JB
39202009-03-23 Juanma Barranquero <lekktu@gmail.com>
3921
3922 * minibuf.texi (Intro to Minibuffers): Fix typos.
3923
7b34420d
CY
39242009-03-23 Chong Yidong <cyd@stupidchicken.com>
3925
3926 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
3927 about minibuffers in old Emacs versions. Copyedits.
3928 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
3929 (Text from Minibuffer): Simplify introduction.
3930
f9257eed
AM
39312009-03-22 Alan Mackenzie <acm@muc.de>
3932
3933 * commands.texi (Using Interactive): Clarify string argument to
3934 `interactive' - even promptless elements need \n separators.
3935
f639ba70
CY
39362009-03-18 Chong Yidong <cyd@stupidchicken.com>
3937
3938 * minibuf.texi (Completion Styles): New node.
3939
3940 * elisp.texi (Top): Update node listing.
3941
d897e8ee
CY
39422009-03-17 Chong Yidong <cyd@stupidchicken.com>
3943
3944 * minibuf.texi (Basic Completion): Note that
3945 read-file-name-completion-ignore-case and
3946 read-buffer-completion-ignore-case can override
3947 completion-ignore-case.
3948 (Minibuffer Completion): Document completing-read changes.
3949 (Completion Commands): Avoid mentioning partial completion mode.
3950 Document minibuffer-completion-confirm changes, and
3951 minibuffer-confirm-exit-commands.
3952 (High-Level Completion): Document new require-match behavior for
3953 read-buffer. Document read-buffer-completion-ignore-case.
3954 (Reading File Names): Document new require-match behavior for
3955 read-file-name.
3956
b1f23349
CY
39572009-03-14 Chong Yidong <cyd@stupidchicken.com>
3958
3959 * debugging.texi (Error Debugging): Don't mislead the reader into
3960 thinking that debug-on-error enters debugger for C-f at EOB.
3961 (Error Debugging): Setting debug-on-init within the init file
3962 works, and has for some time.
3963
d6eb4e25
KH
39642009-03-13 Kenichi Handa <handa@m17n.org>
3965
3966 * display.texi (Fontsets): Update the description.
3967
1cf53dc5
CY
39682009-03-13 Chong Yidong <cyd@stupidchicken.com>
3969
3970 * advice.texi (Advising Primitives): Link to What Is a Function.
3971
81f919fc
CY
39722009-03-12 Chong Yidong <cyd@stupidchicken.com>
3973
cf4229eb
CY
3974 * compile.texi (Speed of Byte-Code): Update example.
3975 (Disassembly): Update examples.
3976
81f919fc 3977 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
3978
3979 * customize.texi (Common Keywords): It's not necessary to use :tag
3980 to remove hyphens, as custom-unlispify-tag-name does it
3981 automatically.
5dcb4c4e
SM
3982 (Variable Definitions): Link to File Local Variables.
3983 Document customized-value symbol property.
f2bbc08c
CY
3984 (Customization Types): Move menu to end of node.
3985
955964d7
CY
39862009-03-10 Chong Yidong <cyd@stupidchicken.com>
3987
3988 * macros.texi (Compiling Macros): Omit misleading sentence, which
3989 implied that macros can only be used in the same file they are
3990 defined.
3991 (Backquote): Remove obsolete information about Emacs 19.
3992
d25ed7db
GM
39932009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3994
3995 * display.texi (Display Margins): Fix paren typo.
3996
d55f6ca5
CY
39972009-02-27 Chong Yidong <cyd@stupidchicken.com>
3998
f0e57ed8
CY
3999 * elisp.texi (Top): Update node listing.
4000
4001 * variables.texi (Variables): Clarify introduction.
4002 (Global Variables): Mention that setq is a special form.
4003 (Local Variables): Use active voice.
4004 (Tips for Defining): Mention marking variables as safe.
4005 (Buffer-Local Variables): Mention terminal-local and frame-local
4006 variables together.
4007 (File Local Variables): Copyedits.
4008 (Frame-Local Variables): Note that they are not really useful.
4009 (Future Local Variables): Node deleted.
4010
d55f6ca5 4011 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 4012 Unicode escape syntax.
d55f6ca5 4013
ca8f09a8
CY
40142009-02-23 Chong Yidong <cyd@stupidchicken.com>
4015
4016 * control.texi (Control Structures): Add cindex entry for "textual
4017 order".
4018
4019 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
4020 instead of "expression" throughout.
4021 (Function Indirection): Copyedits. Use active voice.
4022 (Eval): The default value of max-lisp-eval-depth is now 400.
4023
a20878b6
MB
40242009-02-23 Miles Bader <miles@gnu.org>
4025
4026 * processes.texi (System Processes): Rename `system-process-attributes'
4027 to `process-attributes'.
4028
61f66044
CY
40292009-02-22 Chong Yidong <cyd@stupidchicken.com>
4030
1b80d1f3
CY
4031 * symbols.texi (Property Lists): Emphasize that property lists are
4032 not restricted to symbol cells.
4033 (Other Plists): Copyedit.
4034
61f66044
CY
4035 * sequences.texi (Sequences Arrays Vectors): Make introduction
4036 more concise.
4037 (Arrays): Mention char-tables and bool-vectors too.
4038 (Vectors): Don't repeat information given in Arrays node. Link to
4039 nodes that explain the vector usage examples.
4040 (Char-Tables): Note that char-table elements can have arbitrary
4041 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 4042 Link to Property Lists node.
61f66044 4043
9403944b
CY
40442009-02-22 Chong Yidong <cyd@stupidchicken.com>
4045
4046 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4047 `append'.
4068c7b4 4048 (List Elements): Copyedits.
9403944b
CY
4049
4050 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4051 of `vconcat'.
4052
4053 * strings.texi (Creating Strings): Copyedits. Remove obsolete
4054 Emacs 20 usage of `concat'.
4055 (Case Conversion): Copyedits.
4056
b87a185f
CY
40572009-02-21 Chong Yidong <cyd@stupidchicken.com>
4058
4059 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4060 Minor edits.
4061 (Frame Configuration Type): Emphasize that it is not primitive.
4062 (Font Type): New node.
4063 (Type Predicates): Add fontp; type-of now recognizes font object
4064 types.
4065
4066 * intro.texi (Version Info): Update version numbers in examples.
4067 (Acknowledgements): List more contributors.
4068
4069 * elisp.texi: Bump version number to 3.0.
4070 (Top): Link to Font Type node.
4071
867d4bb3
JB
40722009-02-20 Juanma Barranquero <lekktu@gmail.com>
4073
4074 * modes.texi (Major Mode Conventions): Remove duplicate words.
4075 (Customizing Keywords): Fix typo.
4076
77730170
EZ
40772009-02-14 Eli Zaretskii <eliz@gnu.org>
4078
4079 * nonascii.texi (User-Chosen Coding Systems): Document that
4080 select-safe-coding-system suggests raw-text if there are raw bytes
4081 in the region.
4082 (Explicit Encoding): Warn not to use `undecided' when encoding.
4083
c8736212
GM
40842009-02-11 Glenn Morris <rgm@gnu.org>
4085
4086 * frames.texi (Visibility of Frames): Mention the effect multiple
4087 workspaces/desktops can have on visibility.
4088
ab992d66
EZ
40892009-02-07 Eli Zaretskii <eliz@gnu.org>
4090
c8736212
GM
4091 * text.texi (Commands for Insertion):
4092 * commands.texi (Event Mod):
4093 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
4094 * nonascii.texi (Translation of Characters):
4095 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
4096 (Explicit Encoding): Document the `charset' text property produced
4097 by decode-coding-region and decode-coding-string.
ab992d66 4098
e651a255
AM
40992009-01-27 Alan Mackenzie <acm@muc.de>
4100
4101 * modes.texi (Search-based Fontification): Correct a typo.
4102
bc5cde4b
JB
41032009-01-25 Juanma Barranquero <lekktu@gmail.com>
4104
4105 * abbrevs.texi (Abbrev Table Properties): Fix typo.
4106 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
4107
3533155b
EZ
41082009-01-24 Eli Zaretskii <eliz@gnu.org>
4109
f721deda
EZ
4110 * display.texi (Window Systems): Document the value of
4111 `initial-window-system' under --daemon.
4112
3533155b
EZ
4113 * os.texi (System Environment): Remove description of the
4114 `environment' function which has been deleted.
4115
f79b43b2
DN
41162009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4117
4118 * frames.texi (Multiple Displays): Remove documentation for
4119 removed function make-frame-on-tty.
4120
e3aa6669
CY
41212009-01-22 Chong Yidong <cyd@stupidchicken.com>
4122
4123 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
4124 write-region-annotate-functions.
4125 Document write-region-post-annotation-function.
e3aa6669 4126
fb13a416
CY
41272009-01-19 Chong Yidong <cyd@stupidchicken.com>
4128
4129 * display.texi (Font Lookup): Document WIDTH argument of
4130 x-list-fonts.
4131
02eccf6b
EZ
41322009-01-17 Eli Zaretskii <eliz@gnu.org>
4133
ead3f58d
EZ
4134 * maps.texi (Standard Keymaps): Rename function-key-map to
4135 local-function-key-map.
4136
4137 * keymaps.texi (Translation Keymaps): Rename function-key-map to
4138 local-function-key-map.
4139
4140 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4141 and `set-keyboard-coding-system' now accept an optional terminal
4142 argument.
4143
4144 * commands.texi (Event Mod): `keyboard-translate-table' is now
4145 terminal-local.
4146 (Function Keys): Rename function-key-map to
4147 local-function-key-map.
4148
df05a163
EZ
4149 * elisp.texi (Top): Make @detailmenu be consistent with changes in
4150 frames.texi.
4151
0ed8034e 4152 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
4153 `delete-terminal-functions', `suspend-tty-functions' and
4154 `resume-tty-functions'.
0ed8034e
EZ
4155
4156 * frames.texi (Frames): Document `frame-terminal' and
4157 `terminal-live-p'.
4158 (Multiple Displays): Document `make-frame-on-tty'.
4159 (Multiple Terminals): Document `terminal-list', `delete-terminal',
4160 `terminal-name', and `get-device-terminal'.
490f1197
EZ
4161 (Terminal Parameters): Document `terminal-parameters',
4162 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
4163
4164 * os.texi (System Environment): Document `environment' and
4165 `initial-environment'.
490f1197
EZ
4166 (Suspending Emacs): Update for multi-tty; document
4167 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 4168
02eccf6b
EZ
4169 * nonascii.texi (Coding System Basics): More accurate description
4170 of `raw-text'.
4171
f19fea97
JB
41722009-01-12 Juanma Barranquero <lekktu@gmail.com>
4173
4174 * display.texi (Low-Level Font): Fix typo.
4175
16fa292f
CY
41762009-01-10 Chong Yidong <cyd@stupidchicken.com>
4177
4178 * elisp.texi (Top): Update node listing.
4179
4180 * display.texi (PostScript Images): Node deleted.
4181
0b4faef3
EZ
41822009-01-10 Eli Zaretskii <eliz@gnu.org>
4183
3355f04d
EZ
4184 * processes.texi (Decoding Output): Document that null bytes force
4185 no-conversion for reading process output.
4186
4187 * files.texi (Reading from Files): Document that null bytes force
4188 no-conversion when visiting files.
4189
11625308 4190 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 4191
5dcb4c4e
SM
4192 * nonascii.texi (Lisp and Coding Systems):
4193 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 4194 (Character Properties): Improve wording.
0b4faef3 4195
ce9cf065
CY
41962009-01-09 Chong Yidong <cyd@stupidchicken.com>
4197
4198 * display.texi (Font Lookup): Remove obsolete function
4199 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
4200 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
4201 (Font Selection): Reorder order of variable descriptions.
4202 Minor clarifications.
ce9cf065
CY
4203
4204 * elisp.texi (Top): Update node listing.
4205
ab756fb3
GM
42062009-01-09 Glenn Morris <rgm@gnu.org>
4207
4208 * commands.texi (Command Loop Info): Say that last-command-char and
4209 last-input-char are obsolete aliases.
4210
4211 * edebug.texi (Edebug Recursive Edit): Remove separate references to
4212 last-input-char and last-command-char, since they are just aliases for
4213 last-input-event and last-command-event.
4214
4215 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
4216 last-command-char.
4217
6b2b8ab1
CY
42182009-01-08 Chong Yidong <cyd@stupidchicken.com>
4219
4220 * elisp.texi: Update node listing.
4221
4222 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
4223 (Face Attributes): Don't link to Font Lookup.
4224 Document font-family-list.
6b2b8ab1
CY
4225 (Fonts): New node.
4226
3568e767
JR
42272009-01-08 Jason Rumney <jasonr@gnu.org>
4228
4229 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 4230 changing the standard pointer shapes. (Bug#1485)
3568e767 4231
6221c8db
CY
42322009-01-08 Chong Yidong <cyd@stupidchicken.com>
4233
4234 * display.texi (Attribute Functions): Note that a function value
4235 :height is relative, and that compatibility functions work by
4236 calling set-face-attribute.
4237 (Displaying Faces): Reorder list in order of increasing priority.
4238 (Face Remapping): New node. Content moved here from Displaying
4239 Faces.
4240 (Glyphs): Link to Face Functions.
4241
e3d3799a
CY
42422009-01-08 Chong Yidong <cyd@stupidchicken.com>
4243
4244 * display.texi (Faces): Don't discuss face id here. facep does
4245 not return t.
4246 (Defining Faces): Minor clarification.
4247 (Face Attributes): Rearrange items to match docstring of
4248 set-face-attribute. Add :foundry attribute. Document new role of
4249 :font attribute. Texinfo usage fix.
4250 (Attribute Functions): Copyedits.
4251 (Face Functions): Note that face number is seldom used.
4252
638a2457
RS
42532009-01-05 Richard M Stallman <rms@gnu.org>
4254
4255 * strings.texi (Predicates for Strings): Minor clarification.
4256
4257 * functions.texi (Function Safety): Texinfo usage fix.
4258
39cb9e56 42592009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
49ea0074
JB
4260
4261 * objects.texi (General Escape Syntax): Fix typo.
4262
9f822178
MR
42632009-01-03 Martin Rudalics <rudalics@gmx.at>
4264
4265 * windows.texi (Choosing Window): Say that pop-up-frame-alist
4266 works via the default value of pop-up-frame-function.
4267
af34ad36
EZ
42682009-01-02 Eli Zaretskii <eliz@gnu.org>
4269
4270 * processes.texi (System Processes): Document the `time' and
4271 `ctime' attributes of `system-process-attributes'.
4272
d31f6679
CY
42732009-01-01 Chong Yidong <cyd@stupidchicken.com>
4274
4275 * display.texi (Face Attributes): Clarify :height attribute.
4276
174dc00c
MR
42772008-12-31 Martin Rudalics <rudalics@gmx.at>
4278
4279 * buffers.texi (The Buffer List): Clarify what moves a buffer to
4280 the front of the buffer list. Add entries for `last-buffer' and
4281 `unbury-buffer'.
4282
b8afe7e4
EZ
42832008-12-27 Eli Zaretskii <eliz@gnu.org>
4284
d14030f5
EZ
4285 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
4286 and its subsections.
4287
4288 * frames.texi (Multiple Terminals, Low-level Terminal)
4289 (Terminal Parameters, Frames on Other TTY devices): New sections.
4290 (Frames): Add an xref to "Multiple Terminals".
4291
765980a4
EZ
4292 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
4293
4294 * objects.texi (Terminal Type): New node.
4295 (Editing Types): Add it to the menu.
4296
47bd5577
EZ
4297 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
4298 Variables".
4299
eb22b78c 4300 * variables.texi (Directory Local Variables): New node.
47bd5577 4301 (Variables): Add a menu item for it.
eb22b78c 4302
b8afe7e4
EZ
4303 * loading.texi (Autoload): Document `generate-autoload-cookie' and
4304 `generated-autoload-file'.
4305
77bb0476
EZ
43062008-12-20 Eli Zaretskii <eliz@gnu.org>
4307
028e2c19
EZ
4308 * os.texi (Startup Summary): Add xref to documentation of
4309 `initial-window-system'.
4310
77bb0476
EZ
4311 * display.texi (Window Systems): Document `window-system' the
4312 function. The variable `window-system' is now frame-local.
028e2c19 4313 Document `initial-window-system'.
77bb0476 4314
dda87836
MR
43152008-12-19 Martin Rudalics <rudalics@gmx.at>
4316
4317 * windows.texi (Windows): Rewrite description of
4318 fit-window-to-buffer.
4319
caef3ed2
GM
43202008-12-13 Glenn Morris <rgm@gnu.org>
4321
4322 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
4323 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
4324
21c58e4d
GM
43252008-12-12 Glenn Morris <rgm@gnu.org>
4326
4327 * debugging.texi (Error Debugging): Refer forwards to
4328 eval-expression-debug-on-error.
4329
af38459f
EZ
43302008-12-05 Eli Zaretskii <eliz@gnu.org>
4331
5dedd9b5
EZ
4332 * strings.texi (String Basics): Only unibyte strings that
4333 represent key sequences hold 8-bit raw bytes.
4334
af38459f
EZ
4335 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
4336 paragraph to speak about `undecided'.
4337 (Character Properties): Don't explain the meaning of each
4338 property; instead, identify their Unicode Standard names.
b3f1f4a5 4339 (Character Sets): Document `map-charset-chars'.
af38459f 4340
fa047ae7
GM
43412008-12-02 Glenn Morris <rgm@gnu.org>
4342
4343 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
4344 section yet again.
4345
47dbc044
EZ
43462008-11-29 Eli Zaretskii <eliz@gnu.org>
4347
98d05998
EZ
4348 * nonascii.texi (Character Properties): New Section.
4349 (Specifying Coding Systems): Document
4350 `coding-system-priority-list', `set-coding-system-priority', and
4351 `with-coding-priority'.
4352 (Lisp and Coding Systems): Document `check-coding-systems-region'
4353 and `coding-system-charset-list'.
4354 (Coding System Basics): Document `coding-system-aliases'.
4355
4356 * elisp.texi (Top): Add a @detailmenu entry for "Character
4357 Properties".
4358
47dbc044
EZ
4359 * objects.texi (Character Type): Correct the range of Emacs
4360 characters. Add an @xref to "Character Codes".
4361
4362 * strings.texi (String Basics): Add an @xref to "Character Codes".
4363
4364 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
4365
4366 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
4367 (Character Codes): Document `max-char'.
4368
8b80cdf5
EZ
43692008-11-28 Eli Zaretskii <eliz@gnu.org>
4370
4371 * nonascii.texi (Text Representations, Converting Representations)
4372 (Character Sets, Scanning Charsets, Translation of Characters):
4373 Make text more accurate.
4374
a99dceba
GM
43752008-11-28 Glenn Morris <rgm@gnu.org>
4376
4377 * files.texi (Format Conversion Round-Trip): Improve previous change.
4378
f6dc3bed
CY
43792008-11-26 Chong Yidong <cyd@stupidchicken.com>
4380
4381 * modes.texi (Auto Major Mode): Fix example.
4382
5da9413d
GM
43832008-11-25 Glenn Morris <rgm@gnu.org>
4384
4385 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
4386
4387 * files.texi (Format Conversion Round-Trip):
4388 Use active voice for previous change.
4389
fcca848c
CY
43902008-11-25 Chong Yidong <cyd@stupidchicken.com>
4391
4392 * os.texi (Processor Run Time):
4393 * processes.texi (Transaction Queues):
4394 * markers.texi (The Mark):
4395 * windows.texi (Choosing Window, Selecting Windows):
4396 * files.texi (Changing Files, Magic File Names):
4397 * commands.texi (Key Sequence Input):
4398 * functions.texi (Declaring Functions):
4399 * strings.texi (Predicates for Strings):
4400 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
4401
36c8dc54
CY
44022008-11-24 Chong Yidong <cyd@stupidchicken.com>
4403
4404 * help.texi (Accessing Documentation): Update example.
4405
4406 * variables.texi (Defining Variables): Note that `*' is not
4407 necessary if defcustom is used.
4408
2a79b242
EZ
44092008-11-22 Eli Zaretskii <eliz@gnu.org>
4410
4411 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
4412 Characters" from @detailmenu.
4413
4414 * nonascii.texi (Character Codes, Character Sets)
4415 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
4416 (Chars and Bytes, Splitting Characters): Sections removed.
4417
392f0d26
LK
44182008-11-22 Lute Kamstra <lute@gnu.org>
4419
4420 * positions.texi (Text Lines): Update goto-line documentation.
4421
af1a5cd5
MR
44222008-11-21 Martin Rudalics <rudalics@gmx.at>
4423
6a4cfb0c
MR
4424 * frames.texi (Frames): Fix typo, add cross references, reword.
4425 (Initial Parameters): Reword special-display-frame-alist text.
4426 (Frames and Windows): Reword. Describe argument norecord for
4427 set-frame-selected-window.
4428 (Input Focus): Describe argument norecord for select-frame.
4429 Remove comment on MS-Windows behavior for focus-follows-mouse.
4430 (Raising and Lowering): Mention windows-frames dichotomy in
4431 metaphor.
4432
af1a5cd5
MR
4433 * windows.texi (Displaying Buffers, Vertical Scrolling)
4434 (Horizontal Scrolling): Fix indenting and rewording issues
4435 introduced with 2008-11-07 change.
4436
c249fa9c
GM
44372008-11-20 Glenn Morris <rgm@gnu.org>
4438
4439 * files.texi (Format Conversion Round-Trip): Mention `preserve'
4440 element of `format-alist'.
4441
204d4665
GM
44422008-11-19 Glenn Morris <rgm@gnu.org>
4443
4444 * doclicense.texi: Update to FDL 1.3.
4445 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
4446
cc0910af
CY
44472008-11-18 Chong Yidong <cyd@stupidchicken.com>
4448
efe6e7c4
CY
4449 * windows.texi (Window Hooks): Remove *-end-trigger-functions
4450 vars, which are obsolete. Mention jit-lock-register.
4451
5dcb4c4e
SM
4452 * modes.texi (Other Font Lock Variables):
4453 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 4454
cc0910af
CY
4455 * frames.texi (Color Parameters): Document alpha parameter.
4456
aeeedf76
MR
44572008-11-16 Martin Rudalics <rudalics@gmx.at>
4458
4459 * windows.texi (Splitting Windows, Deleting Windows)
4460 (Selecting Windows, Cyclic Window Ordering)
4461 (Buffers and Windows, Displaying Buffers, Choosing Window)
4462 (Dedicated Windows, Window Point, Window Start and End)
4463 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
4464 (Size of Window, Resizing Windows, Window Configurations)
4465 (Window Parameters): Avoid @var at beginning of sentences and
4466 reword accordingly.
4467
4c565c5c
LK
44682008-11-11 Lute Kamstra <lute@gnu.org>
4469
4470 * files.texi (File Name Components): Fix file-name-extension
4471 documentation.
4472
25f494c9
JB
44732008-11-11 Juanma Barranquero <lekktu@gmail.com>
4474
4475 * frames.texi (Basic Parameters): Remove display-environment-variable
4476 and term-environment-variable.
4477
a1401ab1
EZ
44782008-11-08 Eli Zaretskii <eliz@gnu.org>
4479
4480 * windows.texi (Basic Windows, Splitting Windows)
4481 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
4482 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
4483 (Resizing Windows, Window Configurations, Window Parameters):
4484 Fix wording and markup.
a1401ab1 4485
efafc282
MR
44862008-11-07 Martin Rudalics <rudalics@gmx.at>
4487
4488 * windows.texi (Windows): Update entries.
4489 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 4490 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
4491 (Selecting Windows, Cyclic Window Ordering): Reword with special
4492 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
4493 (Buffers and Windows, Choosing Window): Reword with special
4494 emphasis on dedicated windows.
4495 (Displaying Buffers): Reword. For switch-to-buffer mention that
4496 it may fall back on pop-to-buffer. For other-window try to
4497 explain how it treats the cyclic ordering of windows.
efafc282
MR
4498 (Dedicated Windows): New node and section discussing dedicated
4499 windows and associated functions.
86ab855a 4500 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
4501 (Window Start and End): Rename node and section title. Reword.
4502 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
4503 Minor rewording.
4504 (Size of Window): Reword, in particular text on window-width.
4505 (Resizing Windows): Reword. Add text on balancing windows.
4506 (Window Configurations): Reword. Mention window parameters.
4507 (Window Parameters): New node and section on window parameters.
4508 (Window Hooks): Reword. Mention that
4509 window-configuration-change-hook is run "buffer-locally".
4510 * elisp.texi (Top): Update Windows entries in @detailmenu
4511 section.
4512
d60a8ab2
JB
45132008-11-04 Juanma Barranquero <lekktu@gmail.com>
4514
4515 * searching.texi (Regexp Search): Fix typo.
4516
01777627
CY
45172008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4518
4519 * searching.texi (Regexp Search): Document GREEDY arg.
4520 (Simple Match Data): Fix return value.
4521
c4526e93
EZ
45222008-11-01 Eli Zaretskii <eliz@gnu.org>
4523
4524 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
4525 with Emacs 23 internal representation of characters.
4526 Document `unibyte-string'.
c4526e93 4527
fe2ae8b5
CY
45282008-10-28 Chong Yidong <cyd@stupidchicken.com>
4529
4530 * processes.texi (Process Information): Note that process-status
4531 does not accept buffer names.
4532
cc5a21e3
CY
45332008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4534
4535 * positions.texi (Skipping Characters): Correct return value of
4536 skip-chars-forward.
4537
09460d9a
MR
45382008-10-25 Martin Rudalics <rudalics@gmx.at>
4539
520b29e7
MR
4540 * windows.texi (Deleting Windows): Update documentation of
4541 delete-windows-on.
4542 (Buffers and Windows): Update documentations of
4543 get-buffer-window and get-buffer-window-list.
4544 (Displaying Buffers): Update documentation of
4545 replace-buffer-in-windows.
4546
09460d9a
MR
4547 * buffers.texi (Current Buffer): Reword set-buffer and
4548 with-current-buffer documentations.
4549 (Creating Buffers): Reword documentation of get-buffer-create.
4550
4d48fcdc
MR
45512008-10-23 Martin Rudalics <rudalics@gmx.at>
4552
4553 * buffers.texi (Current Buffer): Reword documentation of
4554 set-buffer.
4555 (Buffer Names): Reword documentation of buffer-name.
4556 (The Buffer List): For bury-buffer explain what happens with the
4557 buffer's window.
4558 (Creating Buffers): Say that get-buffer-create's arg is called
4559 buffer-or-name.
4560
f0143c43
CY
45612008-10-22 Chong Yidong <cyd@stupidchicken.com>
4562
3e5dbbd3
CY
4563 * advice.texi (Computed Advice): Explain what DEFINITION is.
4564
f0143c43
CY
4565 * nonascii.texi (Character Codes): Remove obsolete function
4566 char-valid-p, and document characterp instead.
4567
52a94b85
MR
45682008-10-22 Martin Rudalics <rudalics@gmx.at>
4569
4570 * windows.texi (Displaying Buffers): Reword documentation of
4571 pop-to-buffer.
4572 (Choosing Window): Rewrite documentation of display-buffer and
4573 its options.
4574
f76f8246
MR
4575 * buffers.texi (Killing Buffers): Update documentation of
4576 kill-buffer.
4577
acc8b598
EZ
45782008-10-21 Eli Zaretskii <eliz@gnu.org>
4579
80e6b6df
EZ
4580 * processes.texi (Serial Ports): Fix wording and improve markup.
4581
3645358a
EZ
4582 * searching.texi (Regexp Search): Document `string-match-p' and
4583 `looking-at-p'.
4584 (POSIX Regexps): Add an xref for "non-greedy".
4585 (Regexp Special): Add @cindex entry for "non-greedy".
4586
b3d50cff 4587 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 4588 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 4589
73b7530a
EZ
4590 * frames.texi (Color Names): Add an xref to `read-color'.
4591
4592 * minibuf.texi (High-Level Completion): Document `read-color'.
4593
acc8b598
EZ
4594 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
4595
4596 * positions.texi (Narrowing): Add an xref to "Swapping Text".
4597
4598 * buffers.texi (Swapping Text): New section, documents
4599 `buffer-swap-text'.
4600
10e187e8
MR
46012008-10-21 Martin Rudalics <rudalics@gmx.at>
4602
4603 * windows.texi (Resizing Windows): Minor wording fix.
4604
fd6f900c
EZ
46052008-10-20 Eli Zaretskii <eliz@gnu.org>
4606
4607 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
4608 and `combine-and-quote-strings'.
4609
4610 * strings.texi (Creating Strings): Add xrefs for them.
4611
e4372165
EZ
46122008-10-19 Eli Zaretskii <eliz@gnu.org>
4613
d6328fba
EZ
4614 * elisp.texi (Top): Make descriptive text for "Reading File Names"
4615 match the corresponding menu in minibuf.texi.
4616
e4372165
EZ
4617 * minibuf.texi (Reading File Names): Document `read-shell-command'
4618 and `minibuffer-local-shell-command-map'.
4619
5d8dda33
MR
46202008-10-19 Martin Rudalics <rudalics@gmx.at>
4621
4622 * windows.texi (Resizing Windows): Remove var{} around "window" in
4623 documentation of enlarge-window.
4624 Rewrite documentation of window-min-height and window-min-width.
4625
437706cd
EZ
46262008-10-19 Eli Zaretskii <eliz@gnu.org>
4627
80f85d7c
EZ
4628 * functions.texi (Calling Functions): Document `apply-partially'.
4629
291703b5
EZ
4630 * hooks.texi (Standard Hooks): Mention
4631 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
4632
4633 * variables.texi (File Local Variables): Document
4634 `file-local-variables-alist', `before-hack-local-variables-hook'
4635 and `hack-local-variables-hook'.
4636
583d8b3c
EZ
4637 * processes.texi (Synchronous Processes): Document `process-lines'.
4638
5dcb4c4e
SM
4639 * customize.texi (Variable Definitions):
4640 Document `custom-reevaluate-setting'.
437706cd 4641
7e51d89b
MR
46422008-10-18 Martin Rudalics <rudalics@gmx.at>
4643
4644 * windows.texi (Choosing Window, Deleting Windows)
4645 (Displaying Buffers): Expand documentation of dedicated windows.
4646
43c59a3d
EZ
46472008-10-18 Eli Zaretskii <eliz@gnu.org>
4648
018a960d
EZ
4649 * files.texi (Changing Files): Document symbolic input of file
4650 modes to `set-file-modes'. Document `read-file-modes' and
4651 `file-modes-symbolic-to-number'.
4652
2c0b8144
EZ
4653 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
4654 and `search-map'.
4655
5dcb4c4e
SM
4656 * searching.texi (Search and Replace):
4657 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 4658 Document `multi-query-replace-map'.
80120f13 4659
6d4913f0 4660 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
4661 (Completion Commands, Reading File Names):
4662 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
4663 `minibuffer-local-filename-must-match-map'.
4664 (Minibuffer Completion): The `require-match' argument to
4665 `completing-read' can now have the value `confirm-only'.
4666
43c59a3d
EZ
4667 * windows.texi (Displaying Buffers): Minor wording fix.
4668 (Choosing Window): `split-height-threshold' can now be nil.
4669 Document `split-width-threshold'. `pop-up-frames' can have the
4670 value `graphic-only'.
4671
f36acfd9
EZ
46722008-10-17 Eli Zaretskii <eliz@gnu.org>
4673
4674 * os.texi (Startup Summary): Document `before-init-time' and
4675 `after-init-time'. Document `initial-window-system' and
4676 `window-system-initialization-alist'. Document reading the
4677 abbrevs file. Document the call to `server-start' under --daemon.
4678 Rearrange a bit to be consistent with the code flow.
53728487
EZ
4679 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
4680 (Time Parsing): Document `format-seconds'.
f36acfd9 4681
96995b89
MR
46822008-10-17 Martin Rudalics <rudalics@gmx.at>
4683
4684 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
4685 and reword.
4686
2de17c73
EZ
46872008-10-16 Eli Zaretskii <eliz@gnu.org>
4688
4689 * markers.texi (The Mark): Document use-region-p.
4690
9cf52b11
EZ
46912008-10-15 Eli Zaretskii <eliz@gnu.org>
4692
c3aaf1d7
EZ
4693 * internals.texi (Writing Emacs Primitives): The interactive spec
4694 of a primitive can be a Lisp form.
4695
841a1743
EZ
4696 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
4697 values of transient-mark-mode. Document handle-shift-selection.
4698
4699 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
4700 (Interactive Examples): Show an example of `^'.
4701 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
4702 (Defining Commands, Using Interactive): The interactive-form of a
4703 function can be added via its symbol's property.
841a1743 4704
52441368
EZ
4705 * positions.texi (List Motion): beginning-of-defun-function can
4706 now accept an argument.
4707
8e8c1a72
EZ
4708 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
4709 now return a list of strings.
4710
a33a1f2a
EZ
4711 * control.texi (Handling Errors): Document ignore-errors.
4712
4fb04348
EZ
4713 * frames.texi (Creating Frames): Document frame-inherited-parameters.
4714 (Parameter Access): Document set-frame-parameter.
4715
ee666f84
EZ
4716 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
4717 Hooks" for the effect of kill-all-local-variables on local hook
4718 functions.
4719
9cf52b11
EZ
4720 * modes.texi (Major Mode Conventions, Mode Line Variables):
4721 `mode-name' need not be a string. xref to "Mode Line Data" for
4722 details, and to "Emulating Mode Line" for computing a string
4723 value.
4724
22526bc4
EZ
47252008-10-14 Eli Zaretskii <eliz@gnu.org>
4726
a65f6a85
EZ
4727 * processes.texi (System Processes): New section.
4728 (Processes, Signals to Processes): Add xrefs to it.
4729
4730 * objects.texi (Editing Types): A `process' is a subprocess of
4731 Emacs, not just any process running on the OS.
4732
4733 * elisp.texi (Top): Adjust the @detailmenu for the above two
4734 changes.
4735
2724b26a
EZ
4736 * sequences.texi (Char-Tables): Remove documentation of
4737 set-char-table-default, which has no effect since Emacs 23.
4738 <char-table-range, set-char-table-range>: Don't mention generic
4739 characters and charsets. Add a cons cell as a possible argument.
4740
4741 * nonascii.texi (Splitting Characters)
4742 (Translation of Characters): Don't mention generic characters.
4743
4744 * display.texi (Fontsets): Don't mention generic characters.
4745
22526bc4 4746 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 4747 argument FUNCTION with a cons cell as KEY.
22526bc4 4748
eaf4b689
EZ
47492008-10-13 Eli Zaretskii <eliz@gnu.org>
4750
45e46036
EZ
4751 * objects.texi (Primitive Function Type): Move "@cindex special
4752 forms" from here...
4753
4754 * eval.texi (Special Forms): ...to here.
4755
4756 * functions.texi (What Is a Function): `functionp' returns nil for
4757 special forms. Add an xref.
4758
eaf4b689
EZ
4759 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
4760 Variables".
4761
4762 * variables.texi (Frame-Local Variables): New section.
4763 (Buffer-Local Variables): Add an xref to it.
4764 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
4765 have both frame-local and buffer-local binding.
4766
4767 * frames.texi (Frames): Mention multiple tty frames.
4768 (Frame Parameters, Parameter Access): Mention frame-local variable
4769 bindings.
4770
15688fce
GM
47712008-09-20 Glenn Morris <rgm@gnu.org>
4772
4773 * display.texi (Defining Faces): Recommend against face variables.
4774
35539065
JB
47752008-09-16 Juanma Barranquero <lekktu@gmail.com>
4776
4777 * display.texi (Echo Area Customization): Fix typo.
4778
6a57054b
JB
47792008-09-09 Juanma Barranquero <lekktu@gmail.com>
4780
4781 * loading.texi (Where Defined): Add `defface' item.
4782
d632fb82
MR
47832008-09-06 Martin Rudalics <rudalics@gmx.at>
4784
4785 * loading.texi (Where Defined): Fix description of symbol-file.
4786
905a9adb
JR
47872008-08-26 Jason Rumney <jasonr@gnu.org>
4788
4789 * display.texi (TIFF Images): New section describing :index property.
4790
852e91b7
CY
47912008-08-23 Chong Yidong <cyd@stupidchicken.com>
4792
4793 * display.texi (Temporary Displays): Remove unnecessary comment
4794 about usage of temp-buffer-show-hook.
4795
6be001ee
CY
47962008-08-05 Chong Yidong <cyd@stupidchicken.com>
4797
4798 * symbols.texi (Other Plists): Fix incorrect example.
4799 Suggested by Florian Beck.
4800
58e3d8e8
JB
48012008-07-31 Juanma Barranquero <lekktu@gmail.com>
4802
4803 * os.texi: Fix previous change.
4804
7c2fb837
DN
48052008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4806
4807 * os.texi:
4808 * intro.texi:
4809 * files.texi: Remove VMS support.
4810
9e2a2647
DN
48112008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4812
4813 * os.texi:
4814 * frames.texi:
4815 * display.texi: Remove mentions of Mac Carbon.
4816
c4f4682b
MB
48172008-07-01 Miles Bader <miles@gnu.org>
4818
4819 * text.texi (Special Properties):
4820 * display.texi (Truncation): Add wrap-prefix and line-prefix.
4821
3696411e
JB
48222008-06-28 Johan Bockgård <bojohan@gnu.org>
4823
4824 * display.texi (Other Image Types): Fix copy/paste error; say
4825 "PBM", not "XBM".
4826
f2a77c3a
DN
48272008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4828
4829 * os.texi: Remove references to obsolete systems.
4830
6d52677d
EZ
48312008-06-20 Eli Zaretskii <eliz@gnu.org>
4832
4833 * makefile.w32-in (distclean): Remove makefile.
4834
1a87da4c
GM
48352008-06-17 Glenn Morris <rgm@gnu.org>
4836
4837 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
4838 (elisp, dist): Remove rules and variables that are obsolete now
4839 the lisp manual is no longer distributed separately.
4840
fdda1c5d
GM
48412008-06-16 Glenn Morris <rgm@gnu.org>
4842
646692e9
GM
4843 * configure, configure.in, mkinstalldirs: Remove unused files.
4844
4845 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 4846 * vol1.texi (EMACSVER):
6a57054b 4847 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
4848
4849 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4850 as per maintain.info.
4851
611bee81
GM
48522008-06-15 Glenn Morris <rgm@gnu.org>
4853
a7bed3a0
GM
4854 * makefile.w32-in (manual): Use "23" rather than "21".
4855
4856 * Makefile.in (emacsver): New, set by configure.
4857 (manual): Use emacsver.
4858
d794edf2
GM
4859 * intro.texi: Report bugs using M-x report-emacs-bug.
4860
611bee81
GM
4861 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4862
c73e02fa
GM
48632008-06-13 Daniel Engeler <engeler@gmail.com>
4864
4865 * elisp.texi, internals.texi, processes.texi: Add documentation
4866 about serial port access.
4867
e40a85cd
MB
48682008-06-05 Miles Bader <miles@gnu.org>
4869
4870 * display.texi (Displaying Faces): Update to reflect function
4871 renamings in face-remap.el.
4872
7b753744
JB
48732008-06-05 Juanma Barranquero <lekktu@gmail.com>
4874
4875 * display.texi (Fontsets): Fix typos.
4876
9d3d42fb
MB
48772008-06-03 Miles Bader <miles@gnu.org>
4878
7b753744
JB
4879 * display.texi (Displaying Faces): Add add-relative-face-remapping,
4880 remove-relative-face-remapping, set-base-face-remapping,
4881 and set-default-base-face-remapping.
9d3d42fb 4882
f2cec7a9
MB
48832008-06-01 Miles Bader <miles@gnu.org>
4884
4885 * display.texi (Displaying Faces): Add face-remapping-alist.
4886
8f39c96d
SM
48872008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4888
4889 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4890 variable names.
4891
1ef5eecc
ER
48922008-05-03 Eric S. Raymond <esr@golux>
4893
352c8b4a 4894 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
4895 (current-global-map) return references, not copies.
4896
63b4387f
JL
48972008-05-02 Juri Linkov <juri@jurta.org>
4898
4899 * minibuf.texi (Text from Minibuffer): Document a list of
4900 default values for `read-from-minibuffer'.
4901
38a8b703
JB
49022008-04-24 Juanma Barranquero <lekktu@gmail.com>
4903
4904 * nonascii.texi (Translation of Characters): Fix previous change.
4905
7c42e639
CY
49062008-04-20 Chong Yidong <cyd@stupidchicken.com>
4907
4908 * display.texi (Overlay Properties): Clarify role of underlying
4909 textprop and overlay keymaps for display strings.
4910
4911 * keymaps.texi (Active Keymaps): Ditto.
4912
25c0d999
SM
49132008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4914
4915 * minibuf.texi (Programmed Completion):
4916 Replace dynamic-completion-table with the new completion-table-dynamic.
4917
e3af5968
CY
49182008-04-07 Chong Yidong <cyd@stupidchicken.com>
4919
4920 * intro.texi (Some Terms): Change "fonts in this manual" index
4921 entry to "typographic conventions".
4922
6bfc8698
EZ
49232008-04-05 Eli Zaretskii <eliz@gnu.org>
4924
4925 * objects.texi (Text Props and Strings): Add indexing for read
4926 syntax of text properties.
4927
4972c361
SM
49282008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4929
4930 * processes.texi (Decoding Output): Remove process-filter-multibyte
4931 functions.
4932
c70a68db
MR
49332008-03-15 Martin Rudalics <rudalics@gmx.at>
4934
4935 * display.texi (Finding Overlays): Say that empty overlays at
4936 the end of the buffer are reported too.
4937
1291fd36
GM
49382008-03-13 Glenn Morris <rgm@gnu.org>
4939
4940 * elisp.texi (EMACSVER): Set to 23.0.60.
4941
c6b0dfd5
CY
49422008-02-26 Chong Yidong <cyd@stupidchicken.com>
4943
38a8b703 4944 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 4945
875fc30c
GM
49462008-02-22 Glenn Morris <rgm@gnu.org>
4947
4948 * frames.texi (Position Parameters): Clarify the description of
4949 `left' and `top', using information from "Geometry".
4950 (Geometry): Give a pointer to "Position Parameters", rather than
4951 repeating information.
4952
d8c8e45a
GM
49532008-02-11 Glenn Morris <rgm@gnu.org>
4954
4955 * objects.texi (Equality Predicates): No longer talk about "two"
4956 functions.
4957
38a8b703 49582008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
4959
4960 * objects.texi (Equality Predicates): Add defun for
4961 equal-including-properties.
4962
bfffe0b1
GM
49632008-02-10 Glenn Morris <rgm@gnu.org>
4964
4965 * objects.texi (Equality Predicates):
4966 Mention equal-including-properties.
4967
431b78c9
RS
49682008-02-07 Richard Stallman <rms@gnu.org>
4969
4970 * windows.texi (Window Start): Mention the feature of moving
4971 window-start to start of line.
4972
c8763fb6 49732008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
4974
4975 * keymaps.texi (Tool Bar): Document rtl property.
4976
1a256502
TTN
49772008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4978
4979 * display.texi (Button Types):
4980 For define-button-type, clarify type of NAME.
4981
569382c2
MR
49822008-01-19 Martin Rudalics <rudalics@gmx.at>
4983
4984 * buffers.texi (Buffer Modification): Fix typo.
4985
f3041af1
DN
49862008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4987
4988 * os.texi (System Environment): Remove references to OSes that are
4989 not supported anymore.
4990
d35e1cd7
DN
49912008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4992
4993 * os.texi (System Environment): Remove mention for Masscomp.
4994
23af7580
RS
49952008-01-04 Richard Stallman <rms@gnu.org>
4996
4997 * display.texi (Faces): Don't talk about internal face vector as arg
4998 to facep.
4999
5000 * customize.texi (Type Keywords): Fix previous change.
5001
5002 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
5003 * elisp.texi (Top): Fix menu for commands.texi change.
5004
ec7d5b1e
RS
50052007-12-30 Richard Stallman <rms@gnu.org>
5006
5dcb4c4e 5007 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
5008 (Accessing Scroll): New node broken out of Accessing Mouse.
5009
101a6cea
RS
50102007-12-28 Richard Stallman <rms@gnu.org>
5011
5012 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 5013 (Basic Parameters): For `title', refer to title bar.
041817a4 5014 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 5015
72b7e664
RS
50162007-12-23 Richard Stallman <rms@gnu.org>
5017
5018 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
5019 Improve some of the commented-out keywords' text too.
5020
27a4f445
MR
50212007-12-14 Martin Rudalics <rudalics@gmx.at>
5022
e2e3f1d7
MR
5023 * nonascii.texi (Encoding and I/O): Reword to avoid saying
5024 "visit the current buffer".
5025
27a4f445
MR
5026 * os.texi (System Interface): Fix typo.
5027
a2afc99d
RS
50282007-12-04 Richard Stallman <rms@gnu.org>
5029
5030 * objects.texi (Symbol Type): Fix typo.
5031
b694135c
RS
50322007-12-03 Richard Stallman <rms@gnu.org>
5033
5034 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
5035
f99a19da
GM
50362007-12-01 Glenn Morris <rgm@gnu.org>
5037
5038 * functions.texi (Declaring Functions): Improve previous change.
5039
8f4b37d8
GM
50402007-11-30 Glenn Morris <rgm@gnu.org>
5041
5042 * functions.texi (Declaring Functions): Add optional fourth
5043 argument of declare-function, and setting third argument to `t'.
5044
61a2fe01
RS
50452007-11-29 Richard Stallman <rms@gnu.org>
5046
5047 * customize.texi (Composite Types): Document `group' type.
5048
cbfc5193
GM
50492007-11-29 Glenn Morris <rgm@gnu.org>
5050
5dcb4c4e
SM
5051 * functions.texi (Declaring Functions): Add findex.
5052 Mention `external' files.
cbfc5193 5053
8386283a
JB
50542007-11-26 Juanma Barranquero <lekktu@gmail.com>
5055
5056 * functions.texi (Declaring Functions): Fix directive.
5057
a07c9a8b
RS
50582007-11-25 Richard Stallman <rms@gnu.org>
5059
5060 * help.texi (Help Functions): Clean up last change.
5061
5062 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5063
5064 * loading.texi (Named Features): Minor cleanup.
5065
5066 * macros.texi (Eval During Expansion): Minor cleanup.
5067
5068 * variables.texi (Variable Aliases): Minor cleanup.
5069
a0925923
RS
50702007-11-24 Richard Stallman <rms@gnu.org>
5071
5072 * functions.texi (Declaring Functions): Clarify previous change.
5073
5074 * compile.texi (Compiler Errors): Clarify previous change.
5075
20c63e44
RS
50762007-11-24 Richard Stallman <rms@gnu.org>
5077
e5e76c04 5078 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
5079 Clarify the text and move items around.
5080
5bb0cda3
GM
50812007-11-24 Glenn Morris <rgm@gnu.org>
5082
5083 * functions.texi (Declaring Functions): New section.
5084 * compile.texi (Compiler Errors): Mention declaring functions,
5085 defvar with no initvalue, and byte-compile-warnings.
5086
af13c86a
MR
50872007-11-15 Martin Rudalics <rudalics@gmx.at>
5088
5089 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5090 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5091
a5373305
MR
50922007-11-13 Martin Rudalics <rudalics@gmx.at>
5093
5094 * help.texi (Help Functions): Document new macro `with-help-window'.
5095
fe284805
JL
50962007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5097
5098 * searching.texi (Replacing Match): Describe new
5099 `match-substitute-replacement'.
5100
2c3a09b1
RS
51012007-10-31 Richard Stallman <rms@gnu.org>
5102
5103 * strings.texi (Creating Strings): Null strings from concat not unique.
5104
f2b480f4
RS
51052007-10-26 Richard Stallman <rms@gnu.org>
5106
5107 * objects.texi (Equality Predicates): Null strings are uniquified.
5108
5109 * minibuf.texi: Minor clarifications in previous change.
5110
db21122c
GM
51112007-10-25 Glenn Morris <rgm@gnu.org>
5112
5113 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5114
2328cbb3
RS
51152007-10-24 Richard Stallman <rms@gnu.org>
5116
5117 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5118
5119 * variables.texi (Frame-Local Variables): Node deleted.
5120 (Variables): Delete Frame-Local Variables from menu.
5121 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5122 (Default Value): Don't mention frame-local vars.
5123
5124 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5125
5126 * loading.texi (Unloading): Document FEATURE-unload-function
5127 instead of FEATURE-unload-hook.
5128
2328cbb3
RS
5129 * frames.texi (Multiple Displays): Don't mention frame-local vars.
5130
c066bafa
JL
51312007-10-22 Juri Linkov <juri@jurta.org>
5132
5133 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5134 (High-Level Completion): Document a list of default value strings
5135 in the DEFAULT argument, for which minibuffer functions return the
5136 first element.
5137
65ced25f
JL
51382007-10-17 Juri Linkov <juri@jurta.org>
5139
5140 * text.texi (Filling): Update arguments of fill-paragraph.
5141 fill-paragraph operates on the active region in Transient Mark mode.
5142 Remove fill-paragraph-or-region.
5143
ee46ec8e
KB
51442007-10-13 Karl Berry <karl@gnu.org>
5145
5146 * elisp.texi (@dircategory): Move to after @copying,
5147 since we want @copying as close as possible to the beginning of
5148 the output.
5149
61bbdbc6
RS
51502007-10-12 Richard Stallman <rms@gnu.org>
5151
5152 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
5153
5154 * commands.texi (Distinguish Interactive): New node,
5155 broken out from Interactive Call and rewritten.
5156 (Command Loop): Put Distinguish Interactive in menu.
5157
af23e1e8
RS
51582007-10-09 Richard Stallman <rms@gnu.org>
5159
5160 * text.texi (Examining Properties): Mention overlay priority.
5161
5162 * display.texi (Display Margins): Correct the description
5163 of margin display specifications.
5164 (Replacing Specs): New subnode broken out of Display Property.
5165
e1965a69
JL
51662007-10-06 Juri Linkov <juri@jurta.org>
5167
5168 * text.texi (Filling): Document fill-paragraph-or-region.
5169
4638454b
JB
51702007-10-05 Juanma Barranquero <lekktu@gmail.com>
5171
5172 * display.texi (Auto Faces): Fix typo.
5173
7ed54cc5
RS
51742007-10-02 Richard Stallman <rms@gnu.org>
5175
5176 * display.texi (Display Property): Explain some display specs
5177 don't let you move point in.
5178
5dcb4c4e
SM
5179 * frames.texi (Cursor Parameters):
5180 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
5181
5182 * windows.texi (Basic Windows): Don't describe
5183 cursor-in-non-selected-windows here.
5184
305a7ef2
EZ
51852007-10-01 Eli Zaretskii <eliz@gnu.org>
5186
5187 * processes.texi (Misc Network): Note that these functions are
5188 supported only on some systems.
5189
f7a7f4eb
RS
51902007-10-01 Richard Stallman <rms@gnu.org>
5191
5192 * display.texi (Overlay Properties): Explain nil as priority.
5193 Explain that conflicts are unpredictable if not resolved by
5194 priorities.
5195
780d7bb9
RS
51962007-09-23 Richard Stallman <rms@gnu.org>
5197
5198 * macros.texi (Backquote): Minor clarification.
5199
14b4fdfb
RS
52002007-09-19 Richard Stallman <rms@gnu.org>
5201
5202 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
5203 Clarify when they work in parallel and when one overrides.
5204 Fix error in example.
14b4fdfb 5205
b8d4c8d0
GM
52062007-09-06 Glenn Morris <rgm@gnu.org>
5207
b3e755a9 5208 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
5209 commands to use ../../info.
5210 * Makefile.in (infodir): Go up one more level.
4638454b 5211 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
5212 (miscmanualdir): New.
5213 (dist): Use new variable miscmanualdir.
5214 * makefile.w32-in (infodir, texinputdir): Go up one more level.
5215 (usermanualdir): Change from ../man to ../emacs.
5216
1bb1f7d3
MR
52172007-08-30 Martin Rudalics <rudalics@gmx.at>
5218
5219 * commands.texi (Command Loop Info): Advise against changing
5220 most variables described here. Explain new variable
5221 last-repeatable-command.
5222
b8d4c8d0
GM
52232007-08-29 Glenn Morris <rgm@gnu.org>
5224
5225 * elisp.texi (EMACSVER): Increase to 23.0.50.
5226
52272007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5228
5229 * frames.texi (Basic Parameters): Add display-environment-variable
5230 and term-environment-variable.
5231
52322007-08-28 Juri Linkov <juri@jurta.org>
5233
5234 * display.texi (Image Formats, Other Image Types): Add SVG.
5235
52362007-08-28 Juri Linkov <juri@jurta.org>
5237
5238 * display.texi (Images): Move formats-related text to new node
5239 "Image Formats".
5240 (Image Formats): New node.
5241
619fb9ee
RS
52422007-08-27 Richard Stallman <rms@gnu.org>
5243
5244 * windows.texi (Window Configurations): Clarify what
5245 a window configuration saves.
5246
b8d4c8d0
GM
52472007-08-25 Richard Stallman <rms@gnu.org>
5248
5249 * display.texi (Images): Delete redundant @findex.
5250
39f9da30
GM
52512007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5252
5253 * text.texi (Change Hooks): (after|before)-change-functions are no
5254 longer bound to nil while running; rather inhibit-modification-hooks
5255 is t.
5256
b8d4c8d0
GM
52572007-08-16 Richard Stallman <rms@gnu.org>
5258
5dcb4c4e
SM
5259 * processes.texi (Asynchronous Processes):
5260 Clarify doc of start-file-process.
b8d4c8d0
GM
5261
52622007-08-08 Martin Rudalics <rudalics@gmx.at>
5263
5264 * modes.texi (Example Major Modes): Fix typo.
5265
52662007-08-08 Glenn Morris <rgm@gnu.org>
5267
5268 * intro.texi (nil and t): Do not use `iff' in documentation.
5269
5270 * tips.texi (Documentation Tips): Recommend against `iff'.
5271
52722007-08-07 Chong Yidong <cyd@stupidchicken.com>
5273
5274 * display.texi (Image Cache): Document image-refresh.
5275
52762007-08-06 Martin Rudalics <rudalics@gmx.at>
5277
5278 * windows.texi (Size of Window): Document window-full-width-p.
5279
52802007-07-25 Glenn Morris <rgm@gnu.org>
5281
5282 * gpl.texi (GPL): Replace license with GPLv3.
5283
5284 * Relicense all FSF files to GPLv3 or later.
5285
52862007-07-24 Michael Albinus <michael.albinus@gmx.de>
5287
4638454b
JB
5288 * processes.texi (Synchronous Processes):
5289 Add `process-file-shell-command'.
b8d4c8d0
GM
5290 (Asynchronous Processes): Mention restricted use of
5291 `process-filter' and `process-sentinel' in
5292 `start-file-process'. Add `start-file-process-shell-command'.
5293
52942007-07-17 Michael Albinus <michael.albinus@gmx.de>
5295
5296 * files.texi (Magic File Names): Introduce optional parameter
5297 IDENTIFICATION for `file-remote-p'.
5298
52992007-07-16 Richard Stallman <rms@gnu.org>
5300
5301 * display.texi (Defining Faces): Fix previous change.
5302
53032007-07-14 Richard Stallman <rms@gnu.org>
5304
5305 * control.texi (Handling Errors): Document `debug' in handler list.
5306
53072007-07-10 Richard Stallman <rms@gnu.org>
5308
5309 * display.texi (Defining Faces): Explain C-M-x feature for defface.
5310
53112007-07-09 Richard Stallman <rms@gnu.org>
5312
5313 * files.texi (Magic File Names): Rewrite previous change.
5314
53152007-07-08 Michael Albinus <michael.albinus@gmx.de>
5316
5317 * files.texi (Magic File Names): Introduce optional parameter
5318 CONNECTED for `file-remote-p'.
5319
53202007-07-07 Michael Albinus <michael.albinus@gmx.de>
5321
5322 * processes.texi (Asynchronous Processes):
5323 * files.texi (Magic File Names): Add `start-file-process'.
5324
53252007-06-27 Richard Stallman <rms@gnu.org>
5326
5dcb4c4e
SM
5327 * files.texi (Format Conversion Piecemeal):
5328 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
5329
53302007-06-27 Michael Albinus <michael.albinus@gmx.de>
5331
4638454b
JB
5332 * files.texi (Magic File Names): Remove `dired-call-process'.
5333 Add `process-file'.
b8d4c8d0
GM
5334
53352007-06-27 Kenichi Handa <handa@m17n.org>
5336
5337 * text.texi (Special Properties): Fix description about
4638454b 5338 `composition' property.
b8d4c8d0
GM
5339
53402007-06-26 Kenichi Handa <handa@m17n.org>
5341
5342 * nonascii.texi (Default Coding Systems): Document about the
5343 return value `undecided'.
5344
53452007-06-25 David Kastrup <dak@gnu.org>
5346
5347 * keymaps.texi (Active Keymaps): Document new POSITION argument of
5348 `current-active-maps'.
5349
53502007-06-24 Karl Berry <karl@gnu.org>
5351
4638454b 5352 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
5353
53542007-06-15 Juanma Barranquero <lekktu@gmail.com>
5355
5356 * display.texi (Overlay Arrow): Doc fix.
5357
53582007-06-14 Karl Berry <karl@tug.org>
5359
5360 * anti.texi (Antinews): Typo.
5361
53622007-06-14 Chong Yidong <cyd@stupidchicken.com>
5363
5364 * display.texi (Image Cache): Document image-refresh.
5365
53662007-06-12 Karl Berry <karl@gnu.org>
5367
5368 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
5369 * two-volume.make: New file.
5370 * .cvsignore: Ignore two-volume files.
5371
53722007-06-12 Tom Tromey <tromey@redhat.com>
5373
5374 * os.texi (Init File): Document user-emacs-directory.
5375
53762007-06-03 Nick Roberts <nickrob@snap.net.nz>
5377
5378 * commands.texi (Click Events): Describe width and height when
5379 object is nil.
5380
53812007-05-30 Nick Roberts <nickrob@snap.net.nz>
5382
5dcb4c4e
SM
5383 * commands.texi (Click Events): Layout more logically.
5384 Describe width and height.
b8d4c8d0
GM
5385 (Drag Events, Motion Events): Update to new format for position.
5386
53872007-06-02 Richard Stallman <rms@gnu.org>
5388
5389 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
5390
53912007-06-02 Chong Yidong <cyd@stupidchicken.com>
5392
5393 * Version 22.1 released.
5394
53952007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5396
5397 * text.texi (Special Properties): Correct meaning of fontified face.
5398
53992007-05-30 Richard Stallman <rms@gnu.org>
5400
5401 * text.texi (Special Properties): Add link to Adjusting Point.
5402
54032007-05-12 Richard Stallman <rms@gnu.org>
5404
5405 * text.texi (Margins): indent-to-left-margin is not the default.
5406 (Mode-Specific Indent): For indent-line-function, the default
5407 is indent-relative.
5408
5409 * modes.texi (Example Major Modes): Explain last line of text-mode
5410 is redundant.
5411
54122007-05-10 Richard Stallman <rms@gnu.org>
5413
5414 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
5415
5416 * help.texi (Keys in Documentation): Add reference to
5417 Documentation Tips.
5418
5419 * files.texi (Format Conversion): TO-FN gets three arguments.
5420
5421 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
5422
54232007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5424
5425 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
5426 * files.texi (Format Conversion): Expand intro; add menu.
5427 (Format Conversion Overview, Format Conversion Round-Trip)
5428 (Format Conversion Piecemeal): New nodes/subsections.
5429 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
5430 * text.texi (Text Properties): Remove "Saving Properties" from menu.
5431 (Saving Properties): Delete node/subsection.
5432
54332007-05-07 Karl Berry <karl@gnu.org>
5434
5435 * elisp.texi (EMACSVER): Back to 22.
5436
54372007-05-06 Richard Stallman <rms@gnu.org>
5438
5439 * processes.texi (Accepting Output): Revert most of previous change.
5440
54412007-05-05 Richard Stallman <rms@gnu.org>
5442
5443 * processes.texi (Accepting Output): accept-process-output
5444 uses microseconds, not milliseconds. But that arg is obsolete.
5445
54462007-05-04 Karl Berry <karl@tug.org>
5447
5448 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
5449
54502007-05-04 Eli Zaretskii <eliz@gnu.org>
5451
5452 * tips.texi (Documentation Tips): Rearrange items to place the
5453 more important ones first. Add an index entry for hyperlinks.
5454
54552007-05-03 Karl Berry <karl@gnu.org>
5456
5457 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
5458 (EMACSVER) [smallbook]: 22 for printed version.
5459
5460 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
5461 so restore anchor to normal position after defun. Found by Kevin Ryde.
5462
54632007-04-26 Glenn Morris <rgm@gnu.org>
5464
5465 * elisp.texi (EMACSVER): Increase to 22.1.50.
5466
54672007-04-28 Karl Berry <karl@gnu.org>
5468
5469 * elisp.texi: Improve line breaks on copyright page,
5470 similar layout to emacs manual, 8.5x11 by default.
5471
54722007-04-24 Richard Stallman <rms@gnu.org>
5473
5474 * text.texi (Special Properties): Add xref to Overlay Properties.
5475
5476 * display.texi (Overlay Properties): Add xref to Special Properties.
5477
54782007-04-22 Richard Stallman <rms@gnu.org>
5479
5480 * keymaps.texi (Extended Menu Items): Move the info about
5481 format with cached keyboard binding.
5482
54832007-04-21 Richard Stallman <rms@gnu.org>
5484
5485 * text.texi (Special Properties): Clarify previous change.
5486
5487 * files.texi (File Name Expansion): Clarify previous change.
5488
5489 * display.texi (Attribute Functions): Fix example for
5490 face-attribute-relative-p.
5491
54922007-04-19 Kenichi Handa <handa@m17n.org>
5493
5494 * text.texi (Special Properties): Document composition property.
5495
54962007-04-19 Glenn Morris <rgm@gnu.org>
5497
5498 * files.texi (File Name Expansion): Mention "superroot".
5499
55002007-04-15 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * frames.texi (Multiple Displays): Add note about "multi-monitor"
5503 setups.
5504 (Display Feature Testing): Note that display refers to all
5505 physical monitors for multi-monitor setups.
5506
55072007-04-14 Richard Stallman <rms@gnu.org>
5508
5509 * lists.texi (Sets And Lists): Clarify `delete' examples.
5510 Remove spurious xref to same node.
5511 Clarify xref for add-to-list.
5512
55132007-04-12 Nick Roberts <nickrob@snap.net.nz>
5514
5515 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
5516 value of lisp-mode-map.
5517
55182007-04-11 Karl Berry <karl@gnu.org>
5519
5520 * anti.texi (Antinews):
5521 * display.texi (Overlay Properties, Defining Images):
5522 * processes.texi (Synchronous Processes, Sentinels):
5523 * syntax.texi (Syntax Table Internals):
5524 * searching.texi (Regexp Special):
5525 * nonascii.texi (Default Coding Systems):
5526 * text.texi (Special Properties):
5527 * minibuf.texi (Basic Completion): Wording to improve breaks in
5528 8.5x11 format.
5529 * elisp.texi (smallbook): New @set to more easily switch between
5530 smallbook and 8.5x11.
5531
55322007-04-11 Richard Stallman <rms@gnu.org>
5533
5534 * text.texi (Lazy Properties): Minor fix.
5535
55362007-04-08 Karl Berry <karl@gnu.org>
5537
5538 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
5539 * macros.texi (Backquote): Downcase Backquote in index entries for
5540 consistency.
5541
55422007-04-08 Richard Stallman <rms@gnu.org>
5543
5544 * text.texi (Adaptive Fill): Just describe default,
5545 don't show it (since it contains non-ASCII chars).
5546
55472007-04-07 Karl Berry <karl@gnu.org>
5548
5549 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
5550 adaptive-fill-regexp's value, since they are not in the standard
5551 TeX fonts.
5552
55532007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
5554
5555 * display.texi (Defining Faces): Fix example.
5556
55572007-04-07 Karl Berry <karl@gnu.org>
5558
5559 * display.texi (Button Buffer Commands): Improve page break.
5560
55612007-04-07 Richard Stallman <rms@gnu.org>
5562
5563 * advice.texi (Activation of Advice): Remove redundant index entry.
5564
5565 * backups.texi: Improve index entries. Remove redundant ones.
5566
5567 * compile.texi (Byte Compilation): Improve index entry.
5568
5569 * hash.texi (Creating Hash): Improve index entry.
5570
5571 * symbols.texi (Definitions): Improve index entry.
5572
5573 * edebug.texi: Improve index entries. Remove redundant/useless ones.
5574
5575 * maps.texi (Standard Keymaps): Remove useless index entry.
5576
5577 * help.texi (Documentation Basics): Remove redundant index entries.
5578
5579 * customize.texi: Improve index entries.
5580 Remove redundant/useless ones.
5581
5582 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
5583
5584 * streams.texi (Output Variables): Improve index entry.
5585
5586 * abbrevs.texi (Abbrevs): Remove useless index entry.
5587
5588 * macros.texi (Expansion): Remove useless index entry.
5589
5590 * text.texi: Improve index entries. Remove redundant/useless ones.
5591 (Text Properties, Examining Properties)
5592 (Special Properties): Use "property category" instead of "category"
5593 to refer to the `category' property.
5594
5595 * positions.texi: Improve index entries. Remove useless one.
5596
5597 * lists.texi: Improve index entries. Remove redundant/useless ones.
5598
5599 * os.texi: Improve index entries.
5600 (Timers): Fix previous change.
5601
5602 * buffers.texi: Improve index entries.
5603 (Modification Time): Get rid of term "obsolete buffer".
5604
5605 * debugging.texi: Improve index entries.
5606 (Test Coverage): Add xref to other test coverage ftr.
5607
5608 * eval.texi: Improve index entry. Remove redundant ones.
5609
5610 * numbers.texi: Improve index entries. Remove redundant/useless ones.
5611
5612 * files.texi: Improve index entries. Remove redundant/useless ones.
5613
5614 * objects.texi: Improve index entries.
5615
5616 * processes.texi: Improve index entries.
5617
5618 * modes.texi: Improve index entry. Remove redundant one.
5619
5620 * nonascii.texi: Improve index entries.
5621
5622 * internals.texi: Improve index entries.
5623
5624 * syntax.texi: Improve index entries.
5625
5626 * keymaps.texi (Active Keymaps): Improve index entries.
5627
5628 * commands.texi: Improve index entries. Remove redundant/useless ones.
5629
5630 * frames.texi: Improve index entries. Remove redundant/useless ones.
5631
5632 * markers.texi: Improve index entries. Remove redundant ones.
5633
5634 * tips.texi: Improve index entries.
5635
5636 * loading.texi (Unloading): Improve index entry.
5637
5638 * variables.texi: Improve index entries. Remove redundant one.
5639
5640 * sequences.texi: Improve index entry.
5641
5642 * display.texi: Improve index entries. Remove redundant ones.
5643
5644 * windows.texi: Improve index entries.
5645
5646 * searching.texi: Improve index entries. Remove redundant one.
5647
5648 * strings.texi (Case Tables): Improve last change.
5649
56502007-04-04 Chong Yidong <cyd@stupidchicken.com>
5651
5652 * strings.texi (Case Tables): Document with-case-table and
5653 ascii-case-table.
5654
56552007-04-03 Karl Berry <karl@gnu.org>
5656
5657 * processes.texi (Network): Reword to improve page break.
5658
56592007-04-03 Eli Zaretskii <eliz@gnu.org>
5660
5661 * functions.texi (Inline Functions): Describe more disadvantages
5662 of defsubst, and make advice against it stronger.
5663
56642007-04-02 Karl Berry <karl@gnu.org>
5665
5666 * backups.texi (Backup Names): Avoid widow words.
5667 * modes.texi (Example Major Modes): Align last comment.
5668
56692007-04-01 Chong Yidong <cyd@stupidchicken.com>
5670
5671 * keymaps.texi (Remapping Commands): Document new arg to
5672 command-remapping.
5673
56742007-04-01 Karl Berry <karl@gnu.org>
5675
5676 * processes.texi (Low-Level Network): Typo.
5677 * loading.texi (Hooks for Loading): Avoid double "the".
5678 * keymaps.texi (Key Sequences): No double "and".
5679 (Changing Key Bindings): Shorten to improve line break.
5680
56812007-03-31 Glenn Morris <rgm@gnu.org>
5682
5683 * os.texi (Timers): Fix description of run-at-time TIME formats.
5684
56852007-03-31 Richard Stallman <rms@gnu.org>
5686
5687 * display.texi (Invisible Text): Correct buffer-invisibility-spec
5688 regarding ellipsis.
5689
56902007-03-31 Eli Zaretskii <eliz@gnu.org>
5691
5692 * intro.texi (nil and t):
5693 * symbols.texi (Plists and Alists):
5694 * variables.texi (Variable Aliases, Constant Variables):
5695 * functions.texi (Defining Functions):
5696 * advice.texi (Advising Primitives):
5697 * debugging.texi (Syntax Errors, Compilation Errors):
5698 * minibuf.texi (Minibuffer Windows):
5699 * commands.texi (Adjusting Point):
5700 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
5701 (Auto Major Mode, Major Mode Conventions):
5702 * help.texi (Describing Characters):
5703 * files.texi (Create/Delete Dirs, Information about Files)
5704 (File Locks, Writing to Files, Reading from Files)
5705 (Saving Buffers):
5706 * windows.texi (Resizing Windows, Cyclic Window Ordering):
5707 * frames.texi (Finding All Frames):
5708 * positions.texi (Buffer End, Motion):
5709 * markers.texi (The Region):
5710 * text.texi (Deletion, Near Point):
5711 * display.texi (Displaying Messages, Truncation):
5712 * os.texi (Processor Run Time):
5713 * tips.texi (Key Binding Conventions, Programming Tips)
5714 (Warning Tips, Documentation Tips, Comment Tips):
5715 * internals.texi (Memory Usage): Improve indexing.
5716
5717 * variables.texi (Frame-Local Variables):
5718 * functions.texi (Argument List):
5719 * loading.texi (Library Search):
5720 * streams.texi (Output Variables):
5721 * keymaps.texi (Translation Keymaps, Searching Keymaps):
5722 * searching.texi (Replacing Match, Search and Replace):
5723 * processes.texi (Byte Packing, Decoding Output)
5724 (Accepting Output, Network Servers, Shell Arguments):
5725 * display.texi (Abstract Display, Image Cache, Scroll Bars):
5726 * windows.texi (Window Point, Window Start):
5727 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
5728 * commands.texi (Reading Input, Keyboard Events):
5729 * minibuf.texi (Reading File Names, Minibuffer Completion)
5730 (Recursive Mini):
5731 * positions.texi (List Motion):
5732 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
5733 * numbers.texi (Arithmetic Operations, Math Functions)
5734 (Predicates on Numbers, Comparison of Numbers):
5735 (Numeric Conversions):
5736 * locals.texi (Standard Buffer-Local Variables):
5737 * maps.texi (Standard Keymaps):
5738 * os.texi (User Identification, System Environment, Recording Input)
5739 (X11 Keysyms):
5740 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
5741 * backups.texi (Backups and Auto-Saving):
5742 * customize.texi (Customization, Group Definitions)
5743 (Variable Definitions):
5744 * compile.texi (Byte Compilation): Improve index entries.
5745
57462007-03-31 Karl Berry <karl@gnu.org>
5747
5748 * macros.texi (Defining Macros): Avoid widow syllable.
5749
57502007-03-31 Eli Zaretskii <eliz@gnu.org>
5751
5752 * elisp.texi (Top): Postscript -> PostScript.
5753
5754 * display.texi (Images, Postscript Images): Postscript -> PostScript.
5755
57562007-03-31 Markus Triska <markus.triska@gmx.at>
5757
5758 * internals.texi (Writing Emacs Primitives): Untabify `For'.
5759
57602007-03-30 Karl Berry <karl@gnu.org>
5761
5762 * lists.texi (List-related Predicates): Remove spurious @need.
5763 (Setcdr): Use @smallexample to improve page break.
5764 (Association Lists) <assoc>: Reword to improve page break.
5765
5766 * strings.texi (String Conversion): Insert blank line to improve
5767 page break.
5768
5769 * numbers.texi (Random Numbers): Use @minus{}.
5770 (Math Functions): Use @minus{}.
5771
5772 * intro.texi (Acknowledgements): Avoid line breaks before middle
5773 initials.
5774
57752007-03-24 Eli Zaretskii <eliz@gnu.org>
5776
5777 * errors.texi (Standard Errors): Add an index entry.
5778
57792007-03-19 Richard Stallman <rms@gnu.org>
5780
5781 * os.texi (Recording Input): recent-keys now gives 300 keys.
5782
57832007-03-12 Glenn Morris <rgm@gnu.org>
5784
5785 * os.texi: Replace "daylight savings" with "daylight saving"
5786 throughout.
5787
57882007-03-05 Richard Stallman <rms@gnu.org>
5789
5dcb4c4e
SM
5790 * variables.texi (File Local Variables):
5791 Update enable-local-variables values.
b8d4c8d0
GM
5792
57932007-03-04 Richard Stallman <rms@gnu.org>
5794
5795 * syntax.texi (Control Parsing): Minor clarification.
5796
5797 * strings.texi (Formatting Strings): Clarify width, precision, flags.
5798
5799 * sequences.texi (Sequence Functions): Move string-bytes away,
5800 add xref.
5801
5802 * nonascii.texi (Text Representations): Move string-bytes here.
5803
5804 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
5805
5806 * minibuf.texi (Basic Completion): Minor clarification.
5807
5808 * markers.texi (The Mark): Clarify existence vs activation of mark.
5809 Other cleanup.
5810
5811 * display.texi (Finding Overlays): Write better example.
5812
5813 * compile.texi (Eval During Compile): Clarify putting macros
5814 in eval-when-compile.
5815
c5602427 58162007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
5817
5818 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 5819 load-read-function definition doc.
b8d4c8d0
GM
5820
58212007-02-21 Kim F. Storm <storm@cua.dk>
5822
5823 * strings.texi (Text Comparison): Mention that assoc-string
5824 converts symbols to strings before testing.
5825
58262007-02-17 Kim F. Storm <storm@cua.dk>
5827
5828 * processes.texi (Bindat Spec): Vector types can have optional
5829 element type.
5830 (Bindat Examples): Fix example. Add vector with element type.
5831
58322007-02-16 Andreas Schwab <schwab@suse.de>
5833
5834 * strings.texi (Formatting Strings): Document '+' flag.
5835
58362007-02-15 Juanma Barranquero <lekktu@gmail.com>
5837
5838 * strings.texi (Modifying Strings): Clarify that `clear-string'
5839 always converts the string to unibyte.
5840
58412007-02-14 Kim F. Storm <storm@cua.dk>
5842
5843 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5844 Rewrite glyph code description to refer to these functions.
5845 Remove details of encoding face number and char into integer code.
5846
58472007-02-03 Alan Mackenzie <acm@muc.de>
5848
5849 * loading.texi (Hooks for Loading): Make the description of
5850 `eval-after-load' more detailed, and amend the description of
5851 after-load-alist, in accordance with changes from 2006-05.
5852
58532007-02-03 Chong Yidong <cyd@stupidchicken.com>
5854
5855 * modes.texi (Defining Minor Modes): Document that a :require
5856 keyword or similar may be required to make saved customization
5857 variables work.
5858
58592007-02-03 Eli Zaretskii <eliz@gnu.org>
5860
5861 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
5862 Texinfo guidelines and with what texnfo-upd.el expects.
5863 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
5864 parts needed by `texinfo-multiple-files-update'.
5865
58662007-02-02 Eli Zaretskii <eliz@gnu.org>
5867
5868 * elisp.texi (Top): Update the top-level menus.
5869
5870 * syntax.texi (Categories): Add index entries.
5871
58722007-02-01 Juanma Barranquero <lekktu@gmail.com>
5873
5874 * display.texi (Attribute Functions): Fix name and description of
5875 the UNDERLINE arg of `set-face-underline-p'.
5876
58772007-01-29 Eli Zaretskii <eliz@gnu.org>
5878
5879 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5880 Variables", and "Standard Keymaps" to the detailed menu.
5881
5882 * variables.texi (Future Local Variables): Add index entry.
5883
58842007-01-28 Richard Stallman <rms@gnu.org>
5885
5886 * tips.texi (Coding Conventions): Clarify the tip about macros
5887 that define a function or a variable.
5888
5889 * files.texi (File Attributes): UID and GID can be floats.
5890 (Magic File Names): Explain why deferring all operations to
5891 the standard handler does not work.
5892
58932007-01-23 Martin Rudalics <rudalics@gmx.at>
5894
5895 * backups.texi (Reverting): Use "buffer" instead of "file"
5896 when talking about major and minor modes.
5897
58982007-01-21 Richard Stallman <rms@gnu.org>
5899
5900 * help.texi (Documentation): Add xref to Documentation Tips.
5901
59022007-01-14 Juanma Barranquero <lekktu@gmail.com>
5903
5904 * tips.texi (Coding Conventions): Fix typos.
5905
59062007-01-05 Richard Stallman <rms@gnu.org>
5907
5908 * modes.texi (Defining Minor Modes): Fix previous change.
5909
59102007-01-03 Richard Stallman <rms@gnu.org>
5911
5912 * customize.texi (Variable Definitions, Customization Types):
5913 Don't use * in doc string for defcustom.
5914
59152007-01-02 Richard Stallman <rms@gnu.org>
5916
5917 * variables.texi (Variable Aliases): Clarify that aliases vars
5918 always have the same value.
5919
5920 * processes.texi (Bindat Spec): Fix Texinfo usage.
5921
5922 * modes.texi (Defining Minor Modes): Explain effect of command
5923 defined with define-global-minor-mode on new buffers.
5924
59252006-12-30 Kim F. Storm <storm@cua.dk>
5926
5927 * keymaps.texi (Tool Bar): Describe `grow-only' value of
5928 `auto-resize-tool-bars'.
5929
59302006-12-30 Richard Stallman <rms@gnu.org>
5931
5932 * keymaps.texi (Active Keymaps): Fix previous change.
5933
59342006-12-30 Nick Roberts <nickrob@snap.net.nz>
5935
5936 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5937
59382006-12-30 Kim F. Storm <storm@cua.dk>
5939
5940 * processes.texi (Bindat Spec): Clarify using field names in
5941 length specifications.
5942
59432006-12-29 Kim F. Storm <storm@cua.dk>
5944
5945 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5946 Add count and index variables for eval forms in repeat blocks.
5947
59482006-12-24 Richard Stallman <rms@gnu.org>
5949
5dcb4c4e
SM
5950 * customize.texi (Variable Definitions):
5951 Document new name custom-add-frequent-value.
b8d4c8d0
GM
5952
59532006-12-19 Kim F. Storm <storm@cua.dk>
5954
5955 * commands.texi (Misc Events): User signals now result in sigusr1
5956 and sigusr2 events which are handled through special-event-map.
5957 (Special Events): User signals and drag-n-drop are special.
5958
59592006-12-17 Richard Stallman <rms@gnu.org>
5960
5961 * loading.texi (Named Features): Explain subfeatures better.
5962
5963 * customize.texi: Use "option" only for user options.
5964 For the keyword values inside defcustom etc, say "keywords".
5965 For :options value's elements, say "elements".
5966 :group should not be omitted.
5967
5968 * syntax.texi (Parsing Expressions): Split up node.
5969 (Motion via Parsing, Position Parse, Parser State)
5970 (Low-Level Parsing, Control Parsing): New subnodes.
5971 (Parser State): Document syntax-ppss-toplevel-pos.
5972
5973 * positions.texi (List Motion): Punctuation fix.
5974
5975 * files.texi (File Name Completion): Document PREDICATE arg
5976 to file-name-completion.
5977
59782006-12-16 Eli Zaretskii <eliz@gnu.org>
5979
5980 * internals.texi (Building Emacs, Writing Emacs Primitives):
5981 Add index entries.
5982
59832006-12-11 Richard Stallman <rms@gnu.org>
5984
5985 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5986 affects face menu. Explain how to make it non-nil without enabling
5987 any fontification.
5988
59892006-12-10 Chong Yidong <cyd@stupidchicken.com>
5990
5991 * modes.texi (Font Lock Basics): Document nil value of
5992 font-lock-defaults.
5993
59942006-12-10 Glenn Morris <rgm@gnu.org>
5995
5996 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5997 value for system-flag argument. Abbrev tables may not be empty
5998 when major modes are loaded.
5999
60002006-12-08 Juanma Barranquero <lekktu@gmail.com>
6001
6002 * makefile.w32-in (maintainer-clean): Partially revert last
6003 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
6004 to protect elisp-covers.texi.
6005
60062006-12-07 Juanma Barranquero <lekktu@gmail.com>
6007
6008 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
6009 Don't remove elisp* info files; they are already deleted by the
6010 `clean' and `distclean' targets, and they are in the $(infodir)
6011 directory, not the current one.
6012
60132006-12-04 Kim F. Storm <storm@cua.dk>
6014
6015 * commands.texi (Misc Events): Update signal events.
6016 (Event Examples): Add signal example.
6017
60182006-11-29 Richard Stallman <rms@gnu.org>
6019
6020 * frames.texi (Visibility of Frames): Explain visible windows
6021 can be covered by others. Add xref for raise-frame.
6022
60232006-11-28 Richard Stallman <rms@gnu.org>
6024
6025 * searching.texi (Regexp Special): Update when ^ is special.
6026
60272006-11-27 Eli Zaretskii <eliz@gnu.org>
6028
6029 * customize.texi (Customization, Common Keywords)
6030 (Group Definitions, Variable Definitions, Composite Types)
6031 (Type Keywords, Customization Types): Add index entries for
6032 various customization keywords.
6033
60342006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6035
6036 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
6037
c8763fb6 60382006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6039
6040 * frames.texi (Window System Selections): Remove clipboard from
6041 description of selection-coding-system.
6042
60432006-11-06 Richard Stallman <rms@gnu.org>
6044
6045 * lists.texi (List Variables): Document COMPARE-FN.
6046
6047 * keymaps.texi: Avoid use of "binding" to mean a relation;
6048 use it only to refer to the meaning associated with a key.
6049 (Keymaps): Change menu node description.
6050
6051 * elisp.texi (Top): Change menu node description.
6052
6053 * display.texi (Managing Overlays): Document overlay-recenter.
6054
60552006-10-29 Chong Yidong <cyd@stupidchicken.com>
6056
6057 * Makefile.in: Use relative paths to avoid advertising filesystem
6058 contents during compilation.
6059
60602006-10-23 Kim F. Storm <storm@cua.dk>
6061
6062 * commands.texi (Event Input Misc): Update unread-command-events.
6063
60642006-10-23 Nick Roberts <nickrob@snap.net.nz>
6065
6066 * lists.texi (Sets And Lists): Fix typos.
6067
60682006-10-18 Juanma Barranquero <lekktu@gmail.com>
6069
6070 * control.texi (Processing of Errors): Use @var for an argument,
6071 not @code.
6072
60732006-10-16 Richard Stallman <rms@gnu.org>
6074
6075 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6076
6077 * keymaps.texi (Format of Keymaps): Show all the keymap element
6078 patterns that result from menu items.
6079 (Key Lookup): Minor cleanups.
6080
6081 * modes.texi (Precalculated Fontification): Don't say that
6082 not setting font-lock-defaults avoids loading font-lock.
6083
6084 * help.texi (Documentation): Move xref to Emacs Manual here.
6085 (Documentation Basics): From here.
6086 Also doc emacs-lisp-docstring-fill-column.
6087
6088 * elisp.texi: Update version and ISBN.
6089
6090 * commands.texi (Interactive Call): Clarify KEYS arg to
6091 call-interactively is a vector.
6092 (Command Loop Info): Delete anchor in this-command-keys.
6093 Add anchor in this-command-keys-vector.
6094 (Recursive Editing): Document how recursive-edit
6095 handles the current buffer.
6096
60972006-10-13 Chong Yidong <cyd@stupidchicken.com>
6098
6099 * frames.texi (Frame Titles): %c and %l are ignored in
6100 frame-title-format.
6101
61022006-10-11 Richard Stallman <rms@gnu.org>
6103
6104 * keymaps.texi (Key Sequences): Clarify use of kbd.
6105
61062006-10-10 Kim F. Storm <storm@cua.dk>
6107
6108 * lists.texi (Sets And Lists): Add memql.
6109
61102006-10-03 Richard Stallman <rms@gnu.org>
6111
6112 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6113 Clarify :ascii: and :nonascii:.
6114
61152006-09-29 Juri Linkov <juri@jurta.org>
6116
6117 * modes.texi (%-Constructs): Reorder coding systems in the
6118 documentation of %z to the real order displayed in the modeline.
6119
61202006-09-25 Richard Stallman <rms@gnu.org>
6121
6122 * os.texi (Timers): Describe timer-max-repeats.
6123
61242006-09-25 Chong Yidong <cyd@stupidchicken.com>
6125
6126 * os.texi (Timers): Mention with-local-quit.
6127
61282006-09-24 Richard Stallman <rms@gnu.org>
6129
6130 * searching.texi (Searching and Matching): Mention property search.
6131
6132 * commands.texi (Command Loop Info): Explain how read-event affects
6133 this-command-keys.
6134
61352006-09-20 Richard Stallman <rms@gnu.org>
6136
6137 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6138
6139 * windows.texi (Window Start): Minor cleanups.
6140
61412006-09-20 Kim F. Storm <storm@cua.dk>
6142
6143 * windows.texi (Window Start): pos-visible-in-window-p allows
6144 specifying t for position to mean "end of window".
6145 Add window-line-height.
6146
6147 * anti.texi (Antinews): Mention window-line-height.
6148
61492006-09-19 David Kastrup <dak@gnu.org>
6150
6151 * keymaps.texi (Searching Keymaps): Small clarification.
6152
61532006-09-18 Richard Stallman <rms@gnu.org>
6154
6155 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
6156 cause keyboard menus.
6157 (Menu Keymaps): Likewise.
6158 (Defining Menus, Keyboard Menus): Clarify.
6159
6160 * text.texi (Fields): Clarify explanation of constrain-to-field.
6161
61622006-09-16 Eli Zaretskii <eliz@gnu.org>
6163
6164 * variables.texi (Tips for Defining): Fix a typo.
6165
61662006-09-15 Richard Stallman <rms@gnu.org>
6167
6168 * keymaps.texi (Remapping Commands, Searching Keymaps)
6169 (Active Keymaps): Clean up previous change.
6170
61712006-09-15 Jay Belanger <belanger@truman.edu>
6172
6173 * gpl.texi: Replace "Library Public License" by "Lesser Public
6174 License" throughout.
6175
61762006-09-15 David Kastrup <dak@gnu.org>
6177
6178 * keymaps.texi (Active Keymaps): Adapt description to use
6179 `get-char-property' instead `get-text-property'. Explain how
6180 mouse events change this. Explain the new optional argument of
6181 `key-binding' and its mouse-dependent lookup.
6182 (Searching Keymaps): Adapt description similarly.
6183 (Remapping Commands): Explain the new optional argument of
6184 `command-remapping'.
6185
61862006-09-14 Richard Stallman <rms@gnu.org>
6187
6188 * keymaps.texi (Searching Keymaps): Clarification.
6189 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
6190
61912006-09-13 Richard Stallman <rms@gnu.org>
6192
6193 * objects.texi (Character Type): Node split.
6194 Add xref to Describing Characters.
6195 (Basic Char Syntax, General Escape Syntax)
6196 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
6197
61982006-09-11 Richard Stallman <rms@gnu.org>
6199
6200 * display.texi (Display Table Format): Wording clarification.
6201 (Glyphs): Clarifications.
6202
62032006-09-10 Chong Yidong <cyd@stupidchicken.com>
6204
6205 * keymaps.texi (Active Keymaps): Mention that key-binding checks
6206 local maps.
6207
62082006-09-10 Kim F. Storm <storm@cua.dk>
6209
6210 * display.texi (Forcing Redisplay): Document return value of
6211 function redisplay.
6212
62132006-09-09 Richard Stallman <rms@gnu.org>
6214
6215 * windows.texi (Window Hooks): Explain limits of
6216 window-scroll-functions.
6217
6218 * display.texi (Fringe Indicators): Update for last change in
6219 indicate-buffer-boundaries.
6220
62212006-09-08 Richard Stallman <rms@gnu.org>
6222
6223 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
6224
62252006-09-06 Kim F. Storm <storm@cua.dk>
6226
6227 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
6228
6229 * windows.texi (Window Start): Update pos-visible-in-window-p.
6230
62312006-09-04 Richard Stallman <rms@gnu.org>
6232
6233 * processes.texi (Accepting Output): Explain SECONDS=0 for
6234 accept-process-output.
6235
6236 * os.texi (Idle Timers): Explain why timer functions should not
6237 loop until (input-pending-p).
6238
62392006-09-02 Eli Zaretskii <eliz@gnu.org>
6240
6241 * makefile.w32-in (usermanualdir): New variable.
6242 (elisp.dvi): Use it.
6243
62442006-09-01 Eli Zaretskii <eliz@gnu.org>
6245
6246 * buffers.texi (Buffer Modification): Fix last change.
6247
62482006-09-01 Chong Yidong <cyd@stupidchicken.com>
6249
5dcb4c4e
SM
6250 * buffers.texi (Buffer Modification):
6251 Document buffer-chars-modified-tick.
b8d4c8d0
GM
6252
62532006-08-31 Richard Stallman <rms@gnu.org>
6254
6255 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
6256
62572006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
6258
6259 * modes.texi (Syntactic Font Lock):
6260 Mention font-lock-syntactic-face-function
6261 instead of specific faces.
6262
62632006-08-29 Chong Yidong <cyd@stupidchicken.com>
6264
6265 * display.texi (Images): Add xrref to display-images-p.
6266
62672006-08-28 Kenichi Handa <handa@m17n.org>
6268
6269 * nonascii.texi (Lisp and Coding Systems): Fix description of
6270 detect-coding-region.
6271
62722006-08-27 Michael Olson <mwolson@gnu.org>
6273
6274 * processes.texi (Transaction Queues): Remove stray quote
6275 character.
6276
62772006-08-25 Richard Stallman <rms@gnu.org>
6278
6279 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
6280 Add xref.
6281
62822006-08-24 Chong Yidong <cyd@stupidchicken.com>
6283
6284 * os.texi (Timers): Avoid waiting inside timers.
6285
62862006-08-21 Lute Kamstra <lute@gnu.org>
6287
6288 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
6289
62902006-08-20 Richard Stallman <rms@gnu.org>
6291
6292 * os.texi (Idle Timers): New node, split out from Timers.
6293 Document current-idle-time.
6294 * commands.texi (Reading One Event): Update xref.
6295 * elisp.texi (Top): Update subnode menu.
6296
62972006-08-16 Richard Stallman <rms@gnu.org>
6298
6299 * keymaps.texi (Extended Menu Items): Show format of cached
6300 bindings in extended menu items.
6301
6302 * customize.texi (Variable Definitions): Explain when the
6303 standard value expression is evaluated.
6304
63052006-08-15 Chong Yidong <cyd@stupidchicken.com>
6306
6307 * commands.texi (Reading One Event): Explain idleness in
6308 `read-event'.
6309
63102006-08-12 Chong Yidong <cyd@stupidchicken.com>
6311
6312 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 6313 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
6314 relevant for Lisp programming.
6315 (Yank Commands): Rewrite introduction.
6316 (Undo): Clarify.
6317 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
6318 (Filling): Remove redundant comment. Clarify return value of
6319 current-justification.
6320 (Margins): Minor clarifications.
6321 (Adaptive Fill): Update default value of adaptive-fill-regexp.
6322 (Sorting): Update definition of sort-lines.
6323 (Columns): Clarify behavior of sort-columns.
6324 (Indent Tabs): Link to Tab Stops in Emacs manual.
6325 (Special Properties): Clarify.
6326 (Clickable Text): Mention Buttons package.
6327
63282006-08-12 Kevin Ryde <user42@zip.com.au>
6329
6330 * os.texi (Time Parsing): Add %z to description of
6331 format-time-string, as per docstring. Add cross reference to
6332 glibc manual for strftime.
6333
63342006-08-08 Richard Stallman <rms@gnu.org>
6335
6336 * modes.texi: Clean up wording in previous change.
6337
63382006-08-07 Chong Yidong <cyd@stupidchicken.com>
6339
6340 * modes.texi (Hooks): Clarify.
6341 (Major Mode Basics): Mention define-derived-mode explicitly.
6342 (Major Mode Conventions): Rebinding RET is OK for some modes.
6343 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 6344 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
6345 (Mode Line Basics): Clarify.
6346 (Mode Line Data): Mention help-echo and local-map in strings.
6347 Explain reason for treatment of non-risky variables.
6348 (Properties in Mode): Clarify.
6349 (Faces for Font Lock): Add font-lock-negation-char-face.
6350
63512006-08-04 Eli Zaretskii <eliz@gnu.org>
6352
6353 * strings.texi (Formatting Strings): Warn against arbitrary
6354 strings as first arg to `format'.
6355
63562006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
6357
6358 * text.texi (Clickable Text): Mention `help-echo' text property.
6359 Update intro, examples and associated explanations.
6360
63612006-07-31 Richard Stallman <rms@gnu.org>
6362
6363 * commands.texi: Update xrefs.
6364 (Event Mod): New node, cut out from old Translating Input.
6365
6366 * maps.texi: Update xrefs.
6367
6368 * keymaps.texi (Translation Keymaps): New node.
6369 Update xrefs from Translating Input to Translation Keymaps.
6370
6371 * elisp.texi (Top): Update subnode menu.
6372
6373 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
6374
6375 * os.texi (System Interface): Fix menu descriptions of some nodes.
6376 (Translating Input): Node deleted.
6377
63782006-07-31 Nick Roberts <nickrob@snap.net.nz>
6379
6380 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
6381
6382 * lists.texi (Sets And Lists): Likewise.
6383
63842006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
6385
6386 * text.texi (Fields): Mention POS
6387 requirement when narrowing is in effect.
6388
63892006-07-28 Richard Stallman <rms@gnu.org>
6390
6391 * display.texi (Face Attributes): Simplify wording.
6392 (Attribute Functions): Clarify meaning of new-frame default
6393 attribute settings.
6394
6395 * customize.texi (Common Keywords): Document how to use
6396 :package-version in a package not in Emacs.
6397
63982006-07-28 Kim F. Storm <storm@cua.dk>
6399
6400 * commands.texi (Reading One Event): Fix last change.
6401
64022006-07-26 Chong Yidong <cyd@stupidchicken.com>
6403
6404 * commands.texi (Reading One Event): Document SECONDS argument for
6405 read-event, read-char, and read-char-exclusive.
6406
64072006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6408
6409 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
6410 to ensure correct identification.
6411
64122006-07-24 Richard Stallman <rms@gnu.org>
6413
6414 * text.texi (Clickable Text): Clarify.
6415
6416 * sequences.texi (Vector Functions): Delete duplicate xref.
6417
6418 * objects.texi (Function Type): Clarify.
6419
6420 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
6421 modes.
6422
6423 * lists.texi (List Variables): New node.
6424 Material moved from other nodes.
6425
6426 * variables.texi (Setting Variables): add-to-list and
6427 add-to-ordered-list moved to List Variables node.
6428
64292006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
6430
6431 * text.texi (Links and Mouse-1):
6432 For mouse-on-link-p, expand on arg POS.
6433
64342006-07-21 Kim F. Storm <storm@cua.dk>
6435
6436 * display.texi (Forcing Redisplay): Don't mention systems which
6437 don't support sub-second timers for redisplay-preemption-period.
6438
6439 * os.texi (Terminal Output): Clarify text vs graphical terminal.
6440
64412006-07-21 Eli Zaretskii <eliz@gnu.org>
6442
6443 * frames.texi (Input Focus): Document that focus-follows-mouse has
6444 no effect on MS-Windows.
6445
64462006-07-18 Richard Stallman <rms@gnu.org>
6447
6448 * display.texi (Forcing Redisplay): Cleanups in previous change.
6449
6450 * processes.texi (Low-Level Network): Make menu more convenient.
6451
64522006-07-18 Kim F. Storm <storm@cua.dk>
6453
6454 * display.texi (Forcing Redisplay): redisplay-preemption-period
6455 only used on window systems. Add xref to Terminal Output.
6456
6457 * os.texi (Terminal Output): baud-rate only controls preemption on
6458 non-window systems. Add xref to Forcing Redisplay.
6459
6460 * processes.texi (Low-Level Network): Rename node "Make Network"
6461 to "Network Processes".
6462
64632006-07-18 Karl Berry <karl@gnu.org>
6464
6465 * variables.texi, functions.texi, customize.texi, loading.texi:
6466 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
6467
64682006-07-17 Chong Yidong <cyd@stupidchicken.com>
6469
6470 * commands.texi (Waiting): Document batch-mode sit-for behavior.
6471
64722006-07-17 Richard Stallman <rms@gnu.org>
6473
6474 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
6475 Put period and comma inside quotes.
6476
6477 * loading.texi, markers.texi: Use real doublequote inside menus.
6478
6479 * windows.texi: Put point and comma inside quotes.
6480 (Textual Scrolling): Use @samp for error message.
6481
6482 * variables.texi, tips.texi, syntax.texi, symbols.texi:
6483 * strings.texi, streams.texi, processes.texi, os.texi:
6484 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
6485 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
6486 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
6487 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
6488 Put point and comma inside quotes.
6489
6490 * control.texi (Processing of Errors): Add command-error-function.
6491
6492 * variables.texi (File Local Variables): Clarify that
6493 file local variables make buffer-local bindings.
6494
6495 * modes.texi (Syntactic Font Lock): Give default for
6496 font-lock-syntax-table.
6497
64982006-07-17 Nick Roberts <nickrob@snap.net.nz>
6499
6500 * text.texi (Special Properties): Clean up previous change.
6501
65022006-07-16 Karl Berry <karl@gnu.org>
6503
6504 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
6505 * control.texi: Fix bad page breaks through chapter 10 (control).
6506
6507 * anti.texi (Antinews): Reorder face-attribute fns to avoid
6508 underfull hbox.
6509
65102006-07-15 Nick Roberts <nickrob@snap.net.nz>
6511
6512 * text.texi (Special Properties): Describe fontified text property
6513 in relation to a character (not text).
6514
65152006-07-15 Kim F. Storm <storm@cua.dk>
6516
6517 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
6518 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
6519 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
6520
6521 * anti.texi (Antinews): Mention redisplay function.
6522 The kbd macro existed, but was not documented, before 22.x.
6523 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
6524
65252006-07-14 Nick Roberts <nickrob@snap.net.nz>
6526
6527 * display.texi (Displaying Messages): Add anchor.
6528
6529 * frames.texi (Dialog Boxes): Use it.
6530
65312006-07-12 Richard Stallman <rms@gnu.org>
6532
6533 * objects.texi (Frame Type): Explain nature of frames better.
6534
6535 * frames.texi (Frames): Explain nature of frames better.
6536
65372006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
6538
6539 * tips.texi (Coding Conventions): Explain why use cl at compile time.
6540
65412006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6542
6543 * frames.texi (Window System Selections): Mention scrap support for Mac.
6544 Default value of x-select-enable-clipboard is t on Mac.
6545
6546 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
6547
65482006-07-11 Kim F. Storm <storm@cua.dk>
6549
6550 * display.texi (Forcing Redisplay): Add `redisplay' function.
6551 Don't mention (sit-for -1) -- use (redisplay t) instead.
6552
6553 * commands.texi (Waiting): (sit-for -1) is no longer special.
6554 (sit-for 0) is equivalent to (redisplay).
6555 Iconifying/deiconifying no longer makes sit-for return.
6556
65572006-07-10 Nick Roberts <nickrob@snap.net.nz>
6558
6559 * display.texi (Buttons): Fix typo.
6560
6561 * index.texi, elisp.texi (New Symbols): Comment node out.
6562
65632006-07-09 Richard Stallman <rms@gnu.org>
6564
6565 * display.texi (Truncation): Clean up previous change.
6566
65672006-07-08 Richard Stallman <rms@gnu.org>
6568
6569 * commands.texi (Interactive Call): Use 3 as prefix in example
6570 for execute-extended-command.
6571
6572 * display.texi (Attribute Functions): Move paragraph about
6573 compatibility with Emacs < 21.
6574
65752006-07-09 Kim F. Storm <storm@cua.dk>
6576
6577 * display.texi (Refresh Screen): Clarify force-window-update.
6578 (Truncation): "Normally" indicated by fringe arrows.
6579
65802006-07-08 Eli Zaretskii <eliz@gnu.org>
6581
6582 * windows.texi (Textual Scrolling, Resizing Windows):
6583 * variables.texi (Constant Variables):
6584 * text.texi (Buffer Contents, Deletion, Changing Properties)
6585 (Property Search, Special Properties, Sticky Properties)
6586 (Links and Mouse-1, Fields, Change Hooks):
6587 * syntax.texi (Syntax Table Functions, Parsing Expressions)
6588 (Categories):
6589 * symbols.texi (Other Plists):
6590 * streams.texi (Output Variables):
6591 * processes.texi (Input to Processes, Query Before Exit):
6592 * positions.texi (Word Motion, Text Lines, List Motion):
6593 * os.texi (Init File, System Environment, Sound Output)
6594 (Session Management):
6595 * nonascii.texi (Text Representations, Character Sets)
6596 (Chars and Bytes, Locales):
6597 * modes.texi (Defining Minor Modes, Header Lines):
6598 * minibuf.texi (Minibuffer Contents):
6599 * markers.texi (Information from Markers):
6600 * lists.texi (List Elements, Building Lists, Association Lists):
6601 * keymaps.texi (Tool Bar):
6602 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
6603 * functions.texi (What Is a Function, Mapping Functions):
6604 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
6605 (Color Names, Text Terminal Colors, Display Feature Testing):
6606 * files.texi (Visiting Functions, File Name Components)
6607 (Unique File Names, Contents of Directories):
6608 * display.texi (Forcing Redisplay, Displaying Messages)
6609 (Temporary Displays, Font Selection, Auto Faces)
6610 (Font Lookup, Fringe Indicators, Display Margins)
6611 (Image Descriptors, Showing Images, Image Cache, Button Types)
6612 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
6613 (Display Table Format, Glyphs):
6614 * control.texi (Iteration):
6615 * commands.texi (Command Loop Info, Adjusting Point):
6616 * backups.texi (Making Backups, Auto-Saving):
6617 Remove @tindex entries.
6618
66192006-07-07 Kim F. Storm <storm@cua.dk>
6620
6621 * display.texi (Fringe Cursors): Fix typo.
6622 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
6623 (Overlay Arrow): Default is overlay-arrow fringe indicator.
6624
66252006-07-05 Richard Stallman <rms@gnu.org>
6626
6627 * text.texi (Buffer Contents): Add example of text props
6628 in result of buffer-substring.
6629 (Text Properties): Explain better about use of specific property names.
6630 (Property Search): Some cleanups; reorder some functions.
6631
6632 * keymaps.texi (Changing Key Bindings): Cleanup.
6633 Add xref to Key Binding Conventions.
6634
6635 * display.texi (Attribute Functions): Add examples for
6636 face-attribute-relative-p.
6637
6638 * tips.texi (Coding Conventions): Cleanup last change.
6639
66402006-07-05 Karl Berry <karl@gnu.org>
6641
6642 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
6643 Remove @setchapternewpage odd.
6644 Result is 1013 pages, down from 1100.
6645
6646 * anti.texi, customize.texi, display.texi, internals.texi:
6647 * minibuf.texi, modes.texi, tips.texi:
6648 Fix overfull/underfull boxes.
6649
66502006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6651
6652 * edebug.texi (Instrumenting):
6653 Add Edebug-specific findex for eval-buffer.
6654 * loading.texi (Loading):
6655 Replace eval-current-buffer with eval-buffer.
6656
66572006-06-30 Nick Roberts <nickrob@snap.net.nz>
6658
6659 * locals.texi (Standard Buffer-Local Variables): Update the list
6660 of variables.
6661
66622006-06-26 Nick Roberts <nickrob@snap.net.nz>
6663
6664 * files.texi (File Name Completion): Point user to the node
6665 "Reading File Names".
6666
66672006-06-24 Eli Zaretskii <eliz@gnu.org>
6668
6669 * files.texi (Contents of Directories): Document case-insensitive
6670 behavior on respective filesystems.
6671
6672 * objects.texi (Character Type): Document that Emacs signals an
6673 error for unsupported Unicode characters specified as \uNNNN.
6674
66752006-06-19 Richard Stallman <rms@gnu.org>
6676
6677 * processes.texi (Bindat Spec): Clarify previous change.
6678
66792006-06-16 Richard Stallman <rms@gnu.org>
6680
6681 * tips.texi (Coding Conventions): Better explain conventions
6682 for definition constructs.
6683
6684 * text.texi (Special Properties): String value of `read-only'
6685 serves as the error message.
6686
6687 * objects.texi (Character Type): Clarify prev. change.
6688 (Non-ASCII in Strings): Mention \u and \U.
6689
6690 * commands.texi (Using Interactive): Explain problem of
6691 markers, etc., in command-history.
6692
66932006-06-14 Kim F. Storm <storm@cua.dk>
6694
6695 * commands.texi (Waiting): Negative arg to sit-for forces
6696 redisplay even if input is pending.
6697
6698 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
6699 redisplay. Remove incorrect example of binding redisplay-dont-pause
6700 around (sit-for 0).
6701
67022006-06-13 Richard Stallman <rms@gnu.org>
6703
6704 * display.texi (Forcing Redisplay): Clarify previous change.
6705
67062006-06-13 Romain Francoise <romain@orebokech.com>
6707
6708 * display.texi (Forcing Redisplay): Fix typo.
6709
67102006-06-13 Kim F. Storm <storm@cua.dk>
6711
6712 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
6713
67142006-06-10 Luc Teirlinck <teirllm@auburn.edu>
6715
6716 * tips.texi (Coding Conventions): Add `@end itemize'.
6717
67182006-06-10 Richard Stallman <rms@gnu.org>
6719
6720 * tips.texi (Coding Conventions): Explain use of coding systems
6721 to ensure one decoding for strings.
6722
67232006-06-09 Aidan Kehoe <kehoea@parhasard.net>
6724
6725 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
6726 syntax.
6727
67282006-06-07 Eli Zaretskii <eliz@gnu.org>
6729
6730 * display.texi (Font Selection): Remove description of
6731 clear-face-cache.
6732
6733 * compile.texi (Eval During Compile): Fix a typo. Add index
6734 entries for possible uses of eval-when-compile.
6735
67362006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
6737
6738 * display.texi (Abstract Display): Fix typo.
6739
67402006-06-03 Eli Zaretskii <eliz@gnu.org>
6741
6742 * minibuf.texi (Minibuffer History) <history-add-new-input>:
6743 Reword variable's description.
6744
67452006-06-01 Richard Stallman <rms@gnu.org>
6746
6747 * windows.texi (Splitting Windows): Clarify splitting nonselected
6748 window.
6749
67502006-05-31 Juri Linkov <juri@jurta.org>
6751
6752 * minibuf.texi (Minibuffer History): Add history-add-new-input.
6753
67542006-05-30 Richard Stallman <rms@gnu.org>
6755
6756 * display.texi (Line Height): Fix errors in description of
10d1d0af 6757 default line height and line-height property.
b8d4c8d0
GM
6758
6759 * nonascii.texi (Default Coding Systems): Further clarification.
6760
67612006-05-29 Luc Teirlinck <teirllm@auburn.edu>
6762
6763 * internals.texi (Pure Storage): Mention that an overflow in pure
6764 space causes a memory leak.
6765 (Garbage Collection): If there was an overflow in pure space,
6766 `garbage-collect' returns nil.
6767
67682006-05-30 Eli Zaretskii <eliz@gnu.org>
6769
6770 * nonascii.texi (Default Coding Systems): Fix it some more.
6771
67722006-05-29 Eli Zaretskii <eliz@gnu.org>
6773
6774 * nonascii.texi (Default Coding Systems): Fix last change.
6775
67762006-05-29 Kenichi Handa <handa@m17n.org>
6777
6778 * nonascii.texi (find-operation-coding-system): Describe the new
6779 argument format (FILENAME . BUFFER).
6780
67812006-05-28 Richard Stallman <rms@gnu.org>
6782
6783 * tips.texi (Coding Conventions): Better explain reasons not to
6784 advise other packages or use `eval-after-load'.
6785
67862006-05-29 Kim F. Storm <storm@cua.dk>
6787
6788 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
6789 `bindat-idx' and `bindat-raw' for clarity.
6790
67912006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6792
6793 * processes.texi (Bindat Spec): Expand on `repeat' handler.
6794
6795 * display.texi (Display): Add "Abstract Display" to menu.
6796 (Abstract Display, Abstract Display Functions)
6797 (Abstract Display Example): New nodes.
6798 * elisp.texi (Top): Add "Abstract Display" to menu.
6799
68002006-05-27 Chong Yidong <cyd@stupidchicken.com>
6801
6802 * keymaps.texi (Key Sequences): Link to input events definition.
6803 (Format of Keymaps): Delete material duplicated in Keymap Basics.
6804
6805 * files.texi (Changing Files): Document updated argument list for
6806 copy-file.
6807
68082006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6809
6810 * processes.texi (Bindat Functions): Explain term "total length".
6811 Use it in bindat-length and bindat-pack descriptions.
6812
68132006-05-26 Eli Zaretskii <eliz@gnu.org>
6814
6815 * tips.texi (Coding Conventions): Advise against using
6816 eval-after-load in packages. Add an index entry.
6817
68182006-05-25 Juri Linkov <juri@jurta.org>
6819
6820 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
6821
6822 * modes.texi (%-Constructs): Add %e, %z, %Z.
6823
68242006-05-25 Richard Stallman <rms@gnu.org>
6825
6826 * elisp.texi (Top): Update subnode menu.
6827
6828 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
6829 (Keymaps): Update menu.
6830
68312006-05-25 Chong Yidong <cyd@stupidchicken.com>
6832
6833 * keymaps.texi (Key Sequences): Some clarifications.
6834
68352006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6836
6837 * processes.texi (Bindat Functions): Say "unibyte string"
6838 explicitly for bindat-unpack and bindat-pack descriptions.
6839 (Bindat Examples): Don't call `string-make-unibyte' in example.
6840
68412006-05-25 Chong Yidong <cyd@stupidchicken.com>
6842
5dcb4c4e 6843 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 6844 Explain string and vector representations of key sequences.
b8d4c8d0
GM
6845
6846 * keymaps.texi (Changing Key Bindings):
dd7b651b 6847 * commands.texi (Interactive Codes):
b8d4c8d0
GM
6848 * help.texi (Describing Characters): Refer to it.
6849
68502006-05-23 Luc Teirlinck <teirllm@auburn.edu>
6851
6852 * frames.texi (Pointer Shape): @end table -> @end defvar.
6853
68542006-05-22 Richard Stallman <rms@gnu.org>
6855
6856 * elisp.texi (Top): Update subnode menus.
6857
6858 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6859 Contents rewritten; material from old Pointer Shape node moved here.
6860
6861 * display.texi (Pointer Shape): Node deleted.
6862 (Image Descriptors): Minor cleanup.
6863
68642006-05-21 Richard Stallman <rms@gnu.org>
6865
6866 * syntax.texi (Parsing Expressions): Update info on which STATE
6867 elements are ignored.
6868
68692006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6870
6871 * hooks.texi (Standard Hooks): Correct typo.
6872
6873 * gpl.texi (GPL): ifinfo -> ifnottex.
6874
68752006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
6876
6877 * searching.texi (Simple Match Data): Warn about match data being
6878 set anew by every search.
6879
68802006-05-17 Richard Stallman <rms@gnu.org>
6881
6882 * minibuf.texi (Minibuffer History): Clarify.
6883
6884 * searching.texi (Regexp Special): Clarify nested regexp warning.
6885
68862006-05-16 Kim F. Storm <storm@cua.dk>
6887
6888 * minibuf.texi (Minibuffer History): Update add-to-history.
6889
68902006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
6891
5dcb4c4e
SM
6892 * nonascii.texi (Explicit Encoding):
6893 Fix typo (encoding<->decoding).
b8d4c8d0
GM
6894
68952006-05-14 Richard Stallman <rms@gnu.org>
6896
6897 * buffers.texi (Creating Buffers): Cleanup.
6898
6899 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6900
69012006-05-13 Eli Zaretskii <eliz@gnu.org>
6902
6903 * buffers.texi (Current Buffer): Document that with-temp-buffer
6904 disables undo.
6905
6906 * os.texi (Terminal-Specific): More accurate description of how
6907 Emacs searches for the terminal-specific libraries.
6908
69092006-05-12 Eli Zaretskii <eliz@gnu.org>
6910
6911 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6912 emacs-xtra to @inforef's.
6913
6914 * text.texi (Undo): Document that undo is turned off in buffers
6915 whose names begin with a space.
6916
6917 * buffers.texi (Buffer Names): Add index entries for buffers whose
6918 names begin with a space.
6919 (Creating Buffers): Document that undo is turned off in buffers
6920 whose names begin with a space.
6921
6922 * files.texi (Visiting Functions, Reading from Files)
6923 (Saving Buffers): Mention code and EOL conversions by file I/O
6924 primitives and subroutines.
6925
f4e90db0
SM
6926 * nonascii.texi (Lisp and Coding Systems):
6927 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
6928
6929 * display.texi (Defining Faces): Mention `mac', and add an xref to
6930 where window-system is described.
6931
69322006-05-10 Richard Stallman <rms@gnu.org>
6933
6934 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6935
69362006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6937
6938 * variables.texi (File Local Variables): Recommend to quote lambda
6939 expressions in safe-local-variable property.
6940
69412006-05-09 Richard Stallman <rms@gnu.org>
6942
5dcb4c4e
SM
6943 * variables.texi (File Local Variables):
6944 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
6945
69462006-05-07 Kim F. Storm <storm@cua.dk>
6947
6948 * minibuf.texi (Minibuffer History): Remove keep-dups arg
6949 from add-to-history.
6950
69512006-05-07 Romain Francoise <romain@orebokech.com>
6952
6953 * commands.texi (Event Input Misc):
6954 * compile.texi (Eval During Compile):
6955 * internals.texi (Buffer Internals):
6956 * minibuf.texi (Initial Input):
6957 * nonascii.texi (Scanning Charsets):
6958 * numbers.texi (Comparison of Numbers):
6959 * windows.texi (Textual Scrolling, Vertical Scrolling):
6960 Fix various typos.
6961
69622006-05-06 Eli Zaretskii <eliz@gnu.org>
6963
6964 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6965 conditional xref's to either emacs or emacs-xtra, depending on
6966 @iftex/@ifnottex.
6967
6968 * minibuf.texi (Minibuffer History): Document add-to-history.
6969
69702006-05-05 Eli Zaretskii <eliz@gnu.org>
6971
6972 * internals.texi (Pure Storage): Mention the pure overflow message
6973 at startup.
6974
c8763fb6 69752006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6976
6977 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6978 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6979 search.
6980
69812006-05-01 Richard Stallman <rms@gnu.org>
6982
6983 * intro.texi (nil and t): Clarify.
6984
6985 * variables.texi (File Local Variables): Suggest using booleanp.
6986
69872006-05-01 Juanma Barranquero <lekktu@gmail.com>
6988
6989 * objects.texi (Type Predicates): Fix typos.
6990
69912006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6992
6993 * intro.texi (nil and t): Add booleanp.
6994
6995 * objects.texi (Type Predicates): Add links for booleanp and
6996 string-or-null-p.
6997
69982006-04-29 Richard Stallman <rms@gnu.org>
6999
7000 * modes.texi (Multiline Font Lock): Rename from
7001 Multi line Font Lock Elements. Much clarification.
7002 (Font Lock Multiline, Region to Fontify): Much clarification.
7003
70042006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7005
7006 * variables.texi (File Local Variables): Remove the special case t for
7007 safe-local-variable.
7008
70092006-04-26 Richard Stallman <rms@gnu.org>
7010
7011 * syntax.texi (Parsing Expressions): Minor cleanup.
7012
70132006-04-18 Richard Stallman <rms@gnu.org>
7014
7015 * tips.texi (Coding Conventions): Explain when the package's
7016 prefix should appear later on (not at the start of the name).
7017
7018 * searching.texi (String Search): Clarify effect of NOERROR.
7019
7020 * modes.texi (Imenu): Clarify what special items do.
7021
7022 * hooks.texi (Standard Hooks): Delete text about old hook names.
7023
70242006-04-17 Romain Francoise <romain@orebokech.com>
7025
7026 * variables.texi (Local Variables): Update the default value of
7027 `max-specpdl-size'.
7028
70292006-04-15 Michael Olson <mwolson@gnu.org>
7030
7031 * processes.texi (Transaction Queues): Mention the new optional
7032 `delay-question' argument for `tq-enqueue'.
7033
70342006-04-13 Bill Wohler <wohler@newt.com>
7035
7036 * customize.texi (Common Keywords): Use dotted notation for
7037 :package-version value. Specify its values. Improve documentation
7038 for customize-package-emacs-version-alist.
7039
70402006-04-12 Bill Wohler <wohler@newt.com>
7041
7042 * customize.texi (Common Keywords): Move description of
7043 customize-package-emacs-version-alist to @defvar.
7044
70452006-04-10 Bill Wohler <wohler@newt.com>
7046
7047 * customize.texi (Common Keywords): Add :package-version.
7048
70492006-04-10 Kim F. Storm <storm@cua.dk>
7050
7051 * text.texi (Buffer Contents): Add NOPROPS arg to
7052 filter-buffer-substring.
7053
70542006-04-08 Kevin Ryde <user42@zip.com.au>
7055
7056 * os.texi (Command-Line Arguments): Update xref to emacs manual
7057 "Command Arguments" -> "Emacs Invocation", per change there.
7058
70592006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
7060
7061 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7062 be on one line to help makeinfo not render two spaces after the dot.
7063
70642006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7065
7066 * strings.texi (Predicates for Strings): Add string-or-null-p.
7067
70682006-03-28 Kim F. Storm <storm@cua.dk>
7069
7070 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7071 remarks about systems that don't support fractional seconds.
7072
70732006-03-25 Karl Berry <karl@gnu.org>
7074
7075 * elisp.texi: Use @copyright{} instead of (C), and do not indent
7076 the year list.
7077
70782006-03-21 Nick Roberts <nickrob@snap.net.nz>
7079
7080 * display.texi (Fringe Indicators): Fix typos.
7081
70822006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7083
7084 * tips.texi (Documentation Tips): One can now also write `program'
7085 in front of a quoted symbol in a docstring to prevent making a
7086 hyperlink.
7087
70882006-03-19 Alan Mackenzie <acm@muc.de>
7089
7090 * text.texi (Special Properties): Clarify `fontified' property.
7091
70922006-03-16 Richard Stallman <rms@gnu.org>
7093
7094 * display.texi (Defining Images): Minor cleanup.
7095
70962006-03-16 Bill Wohler <wohler@newt.com>
7097
7098 * display.texi (Defining Images): In image-load-path-for-library,
7099 prefer user's images.
7100
71012006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7102
7103 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7104
71052006-03-15 Bill Wohler <wohler@newt.com>
7106
7107 * display.texi (Defining Images): Fix example in
7108 image-load-path-for-library by not recommending that one binds
7109 image-load-path. Just defvar it to placate compiler and only use
7110 it if previously defined.
7111
71122006-03-14 Bill Wohler <wohler@newt.com>
7113
7114 * display.texi (Defining Images): In image-load-path-for-library,
7115 always return list of directories. Update example.
7116
71172006-03-14 Alan Mackenzie <acm@muc.de>
7118
7119 * modes.texi: New node, "Region to Fontify" (for Font Lock).
7120 This describes font-lock-extend-region-function.
7121 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7122 the new node "Region to Fontify".
7123
71242006-03-13 Richard Stallman <rms@gnu.org>
7125
7126 * display.texi (Invisible Text): The impossible position is
7127 now before the invisible text, not after.
7128 (Defining Images): Clean up last change.
7129
71302006-03-11 Bill Wohler <wohler@newt.com>
7131
7132 * display.texi (Defining Images): Add image-load-path-for-library.
7133
71342006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7135
7136 * text.texi (Adaptive Fill): Fix Texinfo usage.
7137
7138 * strings.texi (Creating Strings): Fix Texinfo usage.
7139
7140 * searching.texi (Regexp Special): Use @samp for regular
7141 expressions that are not in Lisp syntax.
7142
71432006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7144
7145 * searching.texi (Regexp Special): Put remark between parentheses
7146 to avoid misreading.
7147
71482006-03-07 Luc Teirlinck <teirllm@auburn.edu>
7149
7150 * searching.texi (Syntax of Regexps): More accurately describe
7151 which characters are special in which situations.
7152 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
7153 are not special. Describe in detail when `[' and `]' are special.
7154 (Regexp Backslash): Plenty of regexps with unbalanced square
7155 brackets are valid, so reword that statement.
7156
71572006-03-02 Kim F. Storm <storm@cua.dk>
7158
7159 * keymaps.texi (Tool Bar): Add tool-bar-border.
7160
71612006-02-28 Luc Teirlinck <teirllm@auburn.edu>
7162
7163 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
7164
71652006-02-27 Luc Teirlinck <teirllm@auburn.edu>
7166
7167 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
7168
7169 * files.texi (Locating Files): Suggest additional values for the
7170 SUFFIXES arg of `locate-file'. Update pxref.
7171
7172 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
7173 (How Programs Do Loading): Discuss the effects of Auto Compression
7174 mode on `load'.
7175 (Load Suffixes): New node.
7176 (Library Search): Delete description of `load-suffixes'; it was
7177 moved to "Load Suffixes".
7178 (Autoload, Named Features): Mention `load-suffixes'.
7179
71802006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7181
7182 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
7183
7184 * windows.texi (Window Tree): Fix typo.
7185
71862006-02-20 Kim F. Storm <storm@cua.dk>
7187
7188 * display.texi (Fringe Indicators): New section.
7189 Move indicate-empty-lines, indicate-buffer-boundaries, and
7190 default-indicate-buffer-boundaries here.
7191 Add fringe-indicator-alist and default-fringes-indicator-alist.
7192 Add list of logical fringe indicator symbols.
7193 Update list of standard bitmap names.
7194 (Fringe Cursors): New section.
7195 Move overflow-newline-into-fringe here.
7196 Add fringe-cursor-alist and default-fringes-cursor-alist.
7197 Add list of fringe cursor symbols.
7198
71992006-02-20 Juanma Barranquero <lekktu@gmail.com>
7200
7201 * commands.texi (Using Interactive): Fix reference to node
7202 "Minibuffers".
7203
72042006-02-19 Richard M. Stallman <rms@gnu.org>
7205
7206 * minibuf.texi (High-Level Completion):
7207 Add xref to read-input-method-name.
7208
7209 * files.texi (Relative File Names): Move file-relative-name here.
7210 (File Name Expansion): From here. Minor clarifications.
7211
7212 * commands.texi (Using Interactive): Add xrefs about reading input.
7213 Clarify remarks about that moving point and mark.
7214 Put string case before list case.
7215
c8763fb6 72162006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
7217
7218 * display.texi (Other Display Specs, Image Descriptors):
7219 Revert erroneous changes. The previous description of
7220 image-descriptors as `(image . PROPS)' was correct.
7221
72222006-02-14 Richard M. Stallman <rms@gnu.org>
7223
7224 * variables.texi (File Local Variables): Clarifications.
7225
72262006-02-14 Juanma Barranquero <lekktu@gmail.com>
7227
7228 * variables.texi (File Local Variables): Use @code for a cons
7229 cell, not @var.
7230
72312006-02-13 Chong Yidong <cyd@stupidchicken.com>
7232
7233 * variables.texi (File Local Variables): Document new file local
7234 variable behavior.
7235
72362006-02-10 Kim F. Storm <storm@cua.dk>
7237
7238 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
7239
72402006-02-08 Juanma Barranquero <lekktu@gmail.com>
7241
7242 * modes.texi (%-Constructs): Remove obsolete info about
7243 `global-mode-string'.
7244
72452006-02-07 Richard M. Stallman <rms@gnu.org>
7246
7247 * commands.texi (Prefix Command Arguments): Minor cleanup.
7248
7249 * display.texi: "Graphical display", not window system.
7250
7251 * functions.texi (What Is a Function): Fix xref.
7252
7253 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
7254 (Changing Key Bindings): Clarify when remapping is better than
7255 substitute-key-definition.
7256
72572006-02-02 Richard M. Stallman <rms@gnu.org>
7258
7259 * minibuf.texi (Basic Completion): Completion alists are risky.
7260
7261 * keymaps.texi (Active Keymaps): Clarifications.
7262 (Searching Keymaps): New node.
7263 (Keymaps): Update menu.
7264
7265 * frames.texi (Layout Parameters): Minor clarification.
7266 (Drag and Drop): New node.
7267 (Frames): Update menu.
7268
72692006-01-29 Chong Yidong <cyd@stupidchicken.com>
7270
7271 * display.texi (Other Display Specs, Image Descriptors):
7272 Image description is a list, not a cons cell.
7273
72742006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7275
7276 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
7277 list is not necessarily a list).
7278
72792006-01-27 Eli Zaretskii <eliz@gnu.org>
7280
7281 * frames.texi (Layout Parameters): border-width and
7282 internal-border-width belong to the frame, not the window.
7283
72842006-01-19 Richard M. Stallman <rms@gnu.org>
7285
7286 * nonascii.texi (Translation of Characters): Search cmds use
7287 translation-table-for-input. Automatically made local.
7288
7289 * markers.texi (Overview of Markers): Count insertion type
7290 as one of a marker's attributes.
7291
7292 * keymaps.texi (Controlling Active Maps): New node, split out of
7293 Active Keymaps.
7294 (Keymaps): Menu updated.
7295 (Active Keymaps): Give pseudocode to explain how the active
7296 maps are searched. current-active-maps and key-binding moved here.
7297 (Functions for Key Lookup): current-active-maps and key-binding moved.
7298 Clarifications.
7299 (Searching the Keymaps): New subnode.
7300
7301 * elisp.texi (Top): Menu clarification.
7302
7303 * display.texi (Other Display Specs): Delete duplicate entry for
7304 just a string as display spec. Move text about recursive display
7305 specs on such a string.
7306
7307 * commands.texi (Key Sequence Input): Clarify.
7308 Move num-nonmacro-input-events out.
7309 (Reading One Event): num-nonmacro-input-events moved here.
7310
73112006-01-14 Nick Roberts <nickrob@snap.net.nz>
7312
7313 * advice.texi (Simple Advice): Update example to fit argument
7314 change in previous-line.
7315
73162006-01-05 Richard M. Stallman <rms@gnu.org>
7317
7318 * markers.texi (The Mark): Fix in `mark'.
7319
73202006-01-04 Richard M. Stallman <rms@gnu.org>
7321
7322 * processes.texi (Misc Network, Make Network): Minor cleanups.
7323
73242006-01-04 Kim F. Storm <storm@cua.dk>
7325
7326 * processes.texi (Make Network): Add IPv6 addresses and handling.
7327 (Network Feature Testing): Mention (:family ipv6).
7328 (Misc Network): Add IPv6 formats to format-network-address.
7329
73302005-12-30 Richard M. Stallman <rms@gnu.org>
7331
7332 * text.texi (Changing Properties):
7333 Don't use return value of set-text-properties.
7334
73352005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7336
7337 * modes.texi (Mode Line Format): Correct typo in menu.
7338
73392005-12-29 Richard M. Stallman <rms@gnu.org>
7340
7341 * modes.texi (Mode Line Top): New node.
7342 (Mode Line Data): Some text moved to new node.
7343 Explain the data structure more concretely.
7344 (Mode Line Basics): Clarifications.
7345 (Mode Line Variables): Clarify intro paragraph.
7346 (%-Constructs): Clarify intro paragraph.
7347 (Mode Line Format): Update menu.
7348
73492005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7350
7351 * minibuf.texi (Basic Completion): Update lazy-completion-table
7352 examples for removal of ARGS argument.
7353
73542005-12-23 Richard M. Stallman <rms@gnu.org>
7355
7356 * text.texi (Undo): Restore some explanation from the version
7357 that was deleted.
7358
73592005-12-23 Eli Zaretskii <eliz@gnu.org>
7360
7361 * text.texi (Undo): Remove duplicate descriptions of `apply
7362 funname' and `apply delta' elements of the undo list.
7363
73642005-12-20 Richard M. Stallman <rms@gnu.org>
7365
7366 * help.texi (Help Functions): Update documentation of `apropos'.
7367
73682005-12-20 Luc Teirlinck <teirllm@auburn.edu>
7369
7370 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
7371 because it is confusing. If the :help-echo keyword is a function,
7372 it is not directly used as the :help-echo overlay property, as the
7373 xref seems to suggest (it does not take the appropriate args).
7374
73752005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7376
7377 * customize.texi (Common Keywords): Fix Texinfo usage.
7378 (Group Definitions, Variable Definitions): Update for new
7379 conventions for using `*' in docstrings.
7380
7381 * tips.texi (Documentation Tips): Update for new conventions for
7382 using `*' in docstrings.
7383
73842005-12-16 Richard M. Stallman <rms@gnu.org>
7385
7386 * minibuf.texi (Minibuffer Contents): Minor cleanup.
7387
73882005-12-16 Juri Linkov <juri@jurta.org>
7389
7390 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
7391
73922005-12-14 Romain Francoise <romain@orebokech.com>
7393
7394 * modes.texi (Customizing Keywords): Rename `append' to `how'.
7395 Fix typo.
7396
73972005-12-11 Juri Linkov <juri@jurta.org>
7398
7399 * minibuf.texi (Completion Commands): Add mention of read-file-name
7400 for filename completion keymaps.
7401 (Reading File Names): Add mention of filename completion keymaps
7402 for read-file-name and xref to `Completion Commands'.
7403
74042005-12-10 Richard M. Stallman <rms@gnu.org>
7405
7406 * customize.texi (Common Keywords): State caveats for use of :tag.
7407
74082005-12-08 Richard M. Stallman <rms@gnu.org>
7409
7410 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
7411 with xrefs and better explanation.
7412 (Completion Commands): Add the filename completion maps.
7413
7414 * objects.texi (Character Type): Clarify that \s is not space
7415 if a dash follows.
7416
74172005-12-05 Richard M. Stallman <rms@gnu.org>
7418
7419 * windows.texi (Resizing Windows): Delete preserve-before args.
7420
74212005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7422
7423 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
7424 in full keymaps, since the quirk has been fixed.
7425
74262005-12-03 Eli Zaretskii <eliz@gnu.org>
7427
5dcb4c4e
SM
7428 * hooks.texi (Standard Hooks): Add index entries.
7429 Mention `compilation-finish-functions'.
b8d4c8d0
GM
7430
74312005-11-27 Richard M. Stallman <rms@gnu.org>
7432
7433 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
7434
74352005-11-21 Juri Linkov <juri@jurta.org>
7436
7437 * customize.texi (Common Keywords): Update links types
7438 custom-manual and url-link. Add link types emacs-library-link,
7439 file-link, function-link, variable-link, custom-group-link.
7440
74412005-11-20 Chong Yidong <cyd@stupidchicken.com>
7442
7443 * display.texi: Revert 2005-11-20 change.
7444
74452005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
7446
7447 * processes.texi (Bindat Functions):
7448 Say "third" to refer to zero-based index "2".
7449
74502005-11-18 Luc Teirlinck <teirllm@auburn.edu>
7451
7452 * loading.texi (Library Search): Update the default value of
7453 `load-suffixes'.
7454
74552005-11-17 Chong Yidong <cyd@stupidchicken.com>
7456
7457 * display.texi (Attribute Functions): Mention :ignore-defface.
7458
74592005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7460
7461 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
7462 (Minor Mode Conventions): Mention the use of a hook.
7463
74642005-11-06 Richard M. Stallman <rms@gnu.org>
7465
7466 * files.texi (Magic File Names): find-file-name-handler checks the
7467 `operations' property of the handler.
7468
74692005-11-03 Richard M. Stallman <rms@gnu.org>
7470
7471 * variables.texi (Frame-Local Variables): Small clarification.
7472
74732005-10-29 Chong Yidong <cyd@stupidchicken.com>
7474
7475 * os.texi (Init File): Document ~/.emacs.d/init.el.
7476
74772005-10-29 Richard M. Stallman <rms@gnu.org>
7478
7479 * internals.texi (Garbage Collection): Document memory-full.
7480
74812005-10-28 Bill Wohler <wohler@newt.com>
7482
7483 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
7484 for URLs.
7485
74862005-10-28 Richard M. Stallman <rms@gnu.org>
7487
7488 * minibuf.texi (Completion Commands): Clean up prev change.
7489
74902005-10-26 Kevin Ryde <user42@zip.com.au>
7491
7492 * compile.texi (Eval During Compile): Explain recommended uses
7493 of eval-when-compile and eval-and-compile.
7494
74952005-10-27 Masatake YAMATO <jet@gyve.org>
7496
7497 * minibuf.texi (Completion Commands):
7498 Write about new optional argument for `display-completion-list'.
7499
75002005-10-23 Richard M. Stallman <rms@gnu.org>
7501
7502 * display.texi (Overlay Arrow): Clarify about local bindings of
7503 overlay-arrow-position.
7504
75052005-10-22 Eli Zaretskii <eliz@gnu.org>
7506
7507 * internals.texi (Building Emacs): Fix last change.
7508
75092005-10-22 Richard M. Stallman <rms@gnu.org>
7510
7511 * internals.texi (Building Emacs): Document eval-at-startup.
7512
75132005-10-21 Richard M. Stallman <rms@gnu.org>
7514
7515 * loading.texi (Where Defined): load-history contains abs file names.
7516 symbol-file returns abs file names.
7517
75182005-10-19 Kim F. Storm <storm@cua.dk>
7519
7520 * display.texi (Showing Images): Add max-image-size integer value.
7521
75222005-10-18 Chong Yidong <cyd@stupidchicken.com>
7523
7524 * display.texi (Showing Images): Document max-image-size.
7525
75262005-10-17 Richard M. Stallman <rms@gnu.org>
7527
7528 * commands.texi (Quitting): Minor clarification.
7529
7530 * processes.texi (Sentinels): Clarify about output and quitting.
7531 (Filter Functions): Mention with-local-quit.
7532
75332005-10-17 Juri Linkov <juri@jurta.org>
7534
7535 * buffers.texi (Current Buffer):
7536 * commands.texi (Event Input Misc):
7537 * compile.texi (Eval During Compile, Compiler Errors):
7538 * customize.texi (Group Definitions):
7539 * display.texi (Progress, Defining Faces):
7540 * files.texi (Writing to Files):
7541 * modes.texi (Mode Hooks, Defining Minor Modes):
7542 * streams.texi (Output Functions):
7543 * syntax.texi (Syntax Table Functions):
7544 * text.texi (Change Hooks):
7545 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
7546
7547 * commands.texi (Quitting): Replace arg `forms' with `body' in
7548 `with-local-quit'.
7549
7550 * positions.texi (Excursions): Replace arg `forms' with `body' in
7551 `save-excursion'.
7552
75532005-10-08 Kim F. Storm <storm@cua.dk>
7554
7555 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
7556 Rename manual section accordingly.
7557
75582005-10-04 Kim F. Storm <storm@cua.dk>
7559
7560 * windows.texi (Window Split Tree): New section describing
7561 new function window-split-tree function.
7562
75632005-10-03 Nick Roberts <nickrob@snap.net.nz>
7564
7565 * display.texi (Fringe Size/Pos): Simplify and add detail.
7566
75672005-09-30 Romain Francoise <romain@orebokech.com>
7568
7569 * minibuf.texi (High-Level Completion): Explain that the prompt
7570 given to `read-buffer' should end with a colon and a space.
7571 Update usage examples.
7572
75732005-09-29 Juri Linkov <juri@jurta.org>
7574
7575 * display.texi (Displaying Messages): Rename argument name
7576 `string' to `format-string' in functions `message', `message-box',
7577 `message-or-box'.
7578
75792005-09-26 Chong Yidong <cyd@stupidchicken.com>
7580
7581 * errors.texi (Standard Errors): Correct xrefs.
7582
75832005-09-18 Chong Yidong <cyd@stupidchicken.com>
7584
7585 * display.texi (Defining Images): Update documentation for
7586 `image-load-path'.
7587
75882005-09-17 Richard M. Stallman <rms@gnu.org>
7589
7590 * display.texi (Defining Images): Clean up previous change.
7591
75922005-09-16 Romain Francoise <romain@orebokech.com>
7593
7594 * elisp.texi: Specify GFDL version 1.2.
7595
7596 * doclicense.texi (GNU Free Documentation License): Update to
7597 version 1.2.
7598
75992005-09-15 Chong Yidong <cyd@stupidchicken.com>
7600
7601 * display.texi (Defining Images): Document `image-load-path'.
7602
76032005-09-15 Richard M. Stallman <rms@gnu.org>
7604
7605 * objects.texi (Printed Representation): Minor cleanup.
7606 (Box Diagrams): Minor fix.
7607 (Cons Cell Type): Move (...) index item here.
7608 (Box Diagrams): From here.
7609 (Array Type): Minor fix.
7610 (Type Predicates): Delete index "predicates".
7611 (Hash Table Type): Clarify xref.
7612 (Dotted Pair Notation): Minor fix.
7613
76142005-09-10 Chong Yidong <cyd@stupidchicken.com>
7615
7616 * files.texi (Saving Buffers): Fix typo.
7617
76182005-09-08 Richard M. Stallman <rms@gnu.org>
7619
7620 * tips.texi (Programming Tips): Correct the "default" prompt spec.
7621
76222005-09-08 Chong Yidong <cyd@stupidchicken.com>
7623
7624 * locals.texi (Standard Buffer-Local Variables): Don't include
7625 mode variables for minor modes.
7626 Fix xrefs for buffer-display-count, buffer-display-table,
7627 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
7628 enable-multibyte-characters, fill-column, header-line-format,
7629 left-fringe-width, left-margin, and right-fringe-width.
7630
7631 * hooks.texi (Standard Hooks): All hooks should conform to the
7632 standard naming convention now.
7633 Fix xref for `echo-area-clear-hook'.
7634
7635 * display.texi (Usual Display): Note that indicate-empty-lines and
7636 tab-width are buffer-local.
7637
7638 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
7639
7640 * modes.texi (Mode Help): Note that major-mode is buffer-local.
7641
7642 * nonascii.texi (Encoding and I/O): Note that
7643 buffer-file-coding-system is buffer-local.
7644
7645 * positions.texi (List Motion): Note that defun-prompt-regexp is
7646 buffer-local.
7647
7648 * text.texi (Auto Filling): Note that auto-fill-function is
7649 buffer-local.
7650 (Undo): Note that buffer-undo-list is buffer-local.
7651
5dcb4c4e
SM
7652 * windows.texi (Buffers and Windows):
7653 Document buffer-display-count.
b8d4c8d0
GM
7654
76552005-09-06 Richard M. Stallman <rms@gnu.org>
7656
7657 * tips.texi (Coding Conventions): Sometimes it is ok to put the
7658 package prefix elsewhere than at the start of the name.
7659
76602005-09-03 Richard M. Stallman <rms@gnu.org>
7661
7662 * tips.texi (Programming Tips): Add conventions for minibuffer
7663 questions and prompts.
7664
76652005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
7666
7667 * intro.texi (nil and t): Minor cleanup.
7668 Delete spurious mention of keyword symbols.
7669 (Evaluation Notation): Add index entry.
7670 (A Sample Function Description): Minor cleanup.
7671 (A Sample Variable Description): Not all vars can be set.
7672
76732005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
7674
7675 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
7676
7677 (Insertion): Document precise type of `insert-char' arg COUNT.
7678
76792005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7680
7681 * modes.texi (Other Font Lock Variables): Sync the default of
7682 font-lock-lines-before.
7683
76842005-08-31 Michael Albinus <michael.albinus@gmx.de>
7685
7686 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
7687
76882005-08-29 Richard M. Stallman <rms@gnu.org>
7689
7690 * elisp.texi (Top): Update subnode menu.
7691
7692 * searching.texi (Searching and Matching): Move node.
7693 Rearrange contents and add overall explanation.
7694 (Searching and Case): Move node.
7695 (Searching and Matching): Update menu.
7696
76972005-08-27 Eli Zaretskii <eliz@gnu.org>
7698
7699 * os.texi (Startup Summary): Fix the description of the initial
7700 startup message display.
7701
77022005-08-25 Richard M. Stallman <rms@gnu.org>
7703
7704 * searching.texi (Search and Replace): Add replace-regexp-in-string.
7705
77062005-08-25 Emilio C. Lopes <eclig@gmx.net>
7707
7708 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
7709 `next-overlay-change' example.
7710
77112005-08-22 Juri Linkov <juri@jurta.org>
7712
7713 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
7714 Fix invert-face. Fix args of face-background.
7715
7716 * display.texi (Standard Faces): Delete node.
7717 (Faces): Add xref to `(emacs)Standard Faces'.
7718 (Displaying Faces): Fix xref to `Standard Faces'.
7719
7720 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
7721
77222005-08-20 Alan Mackenzie <acm@muc.de>
7723
7724 * buffers.texi (The Buffer List): Clarify the manipulation of the
7725 buffer list.
7726
77272005-08-14 Richard M. Stallman <rms@gnu.org>
7728
7729 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
7730 a regexp.
7731
77322005-08-11 Richard M. Stallman <rms@gnu.org>
7733
7734 * elisp.texi (Top): Update subnode lists.
7735
7736 * display.texi (Inverse Video): Node deleted.
7737
7738 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
7739 New nodes split out of Coding Conventions.
7740
7741 * searching.texi (Regular Expressions): Document re-builder.
7742
7743 * os.texi (Time Parsing): New node split out of Time Conversion.
7744
7745 * processes.texi (Misc Network, Network Feature Testing)
7746 (Network Options, Make Network): New nodes split out of
7747 Low-Level Network.
7748
77492005-08-09 Richard M. Stallman <rms@gnu.org>
7750
7751 * frames.texi (Geometry): New node, split from Size and Position.
7752 (Frame Parameters): Refer to Geometry.
7753
7754 * buffers.texi (The Buffer List): Fix xrefs.
7755
7756 * windows.texi (Splitting Windows): Fix xref.
7757
7758 * frames.texi (Layout Parameters): Add xref.
7759
7760 * display.texi (Line Height, Scroll Bars): Fix xrefs.
7761
7762 * keymaps.texi (Menu Bar): Fix xref.
7763
7764 * locals.texi (Standard Buffer-Local Variables): Fix xref.
7765
7766 * modes.texi (%-Constructs): Fix xref.
7767
7768 * frames.texi (Window Frame Parameters): Node split up.
7769 (Basic Parameters, Position Parameters, Size Parameters)
7770 (Layout Parameters, Buffer Parameters, Management Parameters)
7771 (Cursor Parameters, Color Parameters): New subnodes.
7772
77732005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7774
7775 * positions.texi (Screen Lines): Update xref for previous change
7776 in minibuf.texi.
7777
7778 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
7779 change in minibuf.texi.
7780
77812005-08-09 Richard M. Stallman <rms@gnu.org>
7782
7783 * tips.texi (Coding Conventions): Minor cleanup.
7784
7785 * modes.texi (Defining Minor Modes): Explain when init-value
7786 can be non-nil.
7787
7788 * elisp.texi (Top): Update submenu for Minibuffer.
7789
7790 * minibuf.texi (Minibuffer Misc): Node split up.
7791 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
7792 (Recursive Mini): New nodes split out from Minibuffer Misc.
7793 (Minibuffer Misc): Document max-mini-window-height.
7794
7795 * hash.texi (Defining Hash): Delete stray paren in example.
7796
7797 * display.texi (Echo Area Customization): Don't define
7798 max-mini-window-height here; xref instead.
7799
7800 * commands.texi (Event Input Misc): Update while-no-input.
7801
7802 * advice.texi (Advising Functions): Explain when to use advice
7803 and when to use a hook.
7804
78052005-07-30 Eli Zaretskii <eliz@gnu.org>
7806
7807 * makefile.w32-in (info): Don't run install-info.
7808 ($(infodir)/dir): New target, produced by running install-info.
7809
78102005-07-27 Luc Teirlinck <teirllm@auburn.edu>
7811
7812 * modes.texi (Defining Minor Modes): The keyword for the initial
7813 value is :init-value, not :initial-value.
7814
78152005-07-23 Eli Zaretskii <eliz@gnu.org>
7816
7817 * loading.texi (Autoload): Make the `doctor' example be consistent
7818 with what's in current loaddefs.el. Describe the "fn" magic in
7819 the usage portion of the doc string.
7820
78212005-07-22 Richard M. Stallman <rms@gnu.org>
7822
7823 * internals.texi (Garbage Collection): Clarify previous change.
7824
78252005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7826
7827 * internals.texi (Garbage Collection): Add gc-cons-percentage.
7828
78292005-07-18 Juri Linkov <juri@jurta.org>
7830
7831 * commands.texi (Accessing Events):
7832 * frames.texi (Text Terminal Colors, Resources):
7833 * markers.texi (The Mark):
7834 * modes.texi (Defining Minor Modes):
7835 Delete duplicate duplicate words.
7836
78372005-07-16 Richard M. Stallman <rms@gnu.org>
7838
7839 * display.texi (Managing Overlays): Clarify make-overlay
7840 args for insertion types.
7841
78422005-07-13 Luc Teirlinck <teirllm@auburn.edu>
7843
7844 * customize.texi (Variable Definitions):
7845 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7846 `standard-value' is a list too.
7847 (Defining New Types): Use @key{RET} instead of @key{ret}.
7848
78492005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
7850
7851 * os.texi (Translating Input): Fix typo.
7852
78532005-07-08 Richard M. Stallman <rms@gnu.org>
7854
7855 * README: Update edition number and size estimate.
7856
7857 * elisp.texi (VERSION): Set to 2.9.
7858
78592005-07-07 Richard M. Stallman <rms@gnu.org>
7860
7861 * book-spine.texinfo: Update Emacs version.
7862
7863 * display.texi (Inverse Video): Delete mode-line-inverse-video.
7864
78652005-07-06 Richard M. Stallman <rms@gnu.org>
7866
7867 * searching.texi (Regexp Search): Clarify what re-search-forward
7868 does when the search fails.
7869
78702005-07-05 Lute Kamstra <lute@gnu.org>
7871
7872 * Update FSF's address in GPL notices.
7873
7874 * doclicense.texi (GNU Free Documentation License):
7875 * gpl.texi (GPL):
7876 * tips.texi (Coding Conventions, Library Headers):
7877 * vol1.texi:
7878 * vol2.texi: Update FSF's address.
7879
78802005-07-04 Richard M. Stallman <rms@gnu.org>
7881
7882 * hooks.texi (Standard Hooks): Add occur-hook.
7883
78842005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7885
7886 * display.texi (The Echo Area): Correct menu.
7887
78882005-07-03 Richard M. Stallman <rms@gnu.org>
7889
7890 * elisp.texi (Top): Update subnode menu for Display.
7891
7892 * display.texi (Displaying Messages): New node, with most
7893 of what was in The Echo Area.
5dcb4c4e 7894 (Progress): Move under The Echo Area.
b8d4c8d0
GM
7895 (Logging Messages): New node with new text.
7896 (Echo Area Customization): New node, the rest of what was
7897 in The Echo Area. Document message-truncate-lines with @defvar.
7898 (Display): Update menu.
7899
7900 * windows.texi (Textual Scrolling): Doc 3 values for
7901 scroll-preserve-screen-position.
7902
7903 * text.texi (Special Properties): Change hook functions
7904 should bind inhibit-modification-hooks around altering buffer text.
7905
7906 * keymaps.texi (Key Binding Commands): Call binding BINDING
7907 rather than DEFINITION.
7908
79092005-06-29 Juanma Barranquero <lekktu@gmail.com>
7910
7911 * variables.texi (Defining Variables): `user-variable-p' returns t
7912 for aliases of user options, nil for alias loops.
7913
79142005-06-28 Richard M. Stallman <rms@gnu.org>
7915
7916 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7917 make-keymap.
7918
79192005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7920
7921 * variables.texi (Setting Variables): Correct and clarify
7922 description of `add-to-ordered-list'.
7923
79242005-06-26 Richard M. Stallman <rms@gnu.org>
7925
7926 * display.texi (Faces): Minor cleanup.
7927
79282005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7929
7930 * display.texi (Faces): `facep' returns t for strings that are
7931 face names.
7932
79332005-06-25 Richard M. Stallman <rms@gnu.org>
7934
7935 * objects.texi (Equality Predicates): Clarify meaning of equal.
7936
7937 * windows.texi (Selecting Windows): save-selected-window
7938 and with-selected-window save and restore the current buffer.
7939
79402005-06-24 Richard M. Stallman <rms@gnu.org>
7941
7942 * numbers.texi (Float Basics): Explain how to test for NaN,
7943 and printing the sign of NaNs.
7944
79452005-06-24 Eli Zaretskii <eliz@gnu.org>
7946
7947 * makefile.w32-in (MAKEINFO): Use --force.
7948
79492005-06-23 Richard M. Stallman <rms@gnu.org>
7950
7951 * display.texi (Face Functions): Correct Texinfo usage.
7952
79532005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7954
7955 * lists.texi (Rings): `ring-elements' now returns the elements of
7956 RING in order.
7957
79582005-06-23 Juanma Barranquero <lekktu@gmail.com>
7959
7960 * markers.texi (The Mark): Texinfo usage fix.
7961
79622005-06-23 Kim F. Storm <storm@cua.dk>
7963
7964 * searching.texi (Entire Match Data): Remove evaporate option for
7965 match-data. Do not mention evaporate option for set-match-data.
7966
79672005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7968
7969 * display.texi (Face Functions): Mention face aliases.
7970
79712005-06-21 Richard M. Stallman <rms@gnu.org>
7972
7973 * anti.texi (Antinews): Texinfo usage fix.
7974
79752005-06-21 Karl Berry <karl@gnu.org>
7976
7977 * elisp.texi: Use @copying.
7978
7979 * elisp.texi: Put @summarycontents and @contents before the Top
7980 node, instead of the end of the file, so that the contents appear
7981 in the right place in the dvi/pdf output.
7982
79832005-06-21 Juri Linkov <juri@jurta.org>
7984
7985 * display.texi (Defining Faces): Add `customized-face'.
7986
79872005-06-20 Kim F. Storm <storm@cua.dk>
7988
7989 * variables.texi (Setting Variables): Any type of element can be
7990 given order in add-to-ordered-list. Compare elements with eq.
7991
7992 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7993
79942005-06-20 Karl Berry <karl@gnu.org>
7995
7996 * syntax.texi (Syntax Flags): Make last column very slightly wider
7997 to avoid "generic comment" breaking on two lines and causing an
7998 underfull box.
7999
80002005-06-19 Luc Teirlinck <teirllm@auburn.edu>
8001
8002 * lists.texi (Rings): Various minor clarifications and corrections.
8003
80042005-06-18 Richard M. Stallman <rms@gnu.org>
8005
8006 * functions.texi (Obsolete Functions): Simplify.
8007
8008 * variables.texi (Variable Aliases): Simplify.
8009
8010 * anti.texi, backups.texi, compile.texi, customization.texi:
8011 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
8012 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
8013 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
8014 * variables.texi: Fix formatting ugliness.
8015
8016 * elisp.texi: Add links to Rings and Byte Packing.
8017 Update version and copyright years.
8018
8019 * minibuf.texi: Fix formatting ugliness.
8020 (Completion Commands): Move keymap vars to the end
8021 and vars completing-read binds to the top.
8022
80232005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8024
8025 * processes.texi: Fix typos.
8026 (Bindat Spec): Correct Texinfo error.
8027 (Byte Packing): Fix ungrammatical sentence.
8028
80292005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
8030
8031 * lists.texi (Rings): New node.
8032 (Lists): Add it to menu.
8033
8034 * processes.texi (Byte Packing): New node.
8035 (Processes): Add it to menu.
8036
80372005-06-17 Richard M. Stallman <rms@gnu.org>
8038
8039 * syntax.texi (Parsing Expressions): Fix texinfo usage.
8040
8041 * help.texi (Documentation Basics): Explain the xref to
8042 Documentation Tips.
8043
8044 * debugging.texi (Debugger Commands): Minor fix.
8045
80462005-06-16 Luc Teirlinck <teirllm@auburn.edu>
8047
8048 * edebug.texi (Instrumenting): Eliminate duplicate link.
8049 (Specification List): Replace references to "below", referring to
8050 a later node, with one @ref to that node.
8051
8052 * os.texi (Timers): Timers should save and restore the match data
8053 if they change it.
8054
8055 * debugging.texi (Debugger Commands): Mention that the Lisp
8056 debugger can not step through primitive functions.
8057
80582005-06-16 Juanma Barranquero <lekktu@gmail.com>
8059
8060 * functions.texi (Obsolete Functions): Update argument names of
8061 `make-obsolete' and `define-obsolete-function-alias'.
8062
8063 * variables.texi (Variable Aliases): Update argument names of
8064 `defvaralias', `make-obsolete-variable' and
8065 `define-obsolete-variable-alias'.
8066
80672005-06-15 Kim F. Storm <storm@cua.dk>
8068
8069 * searching.texi (Entire Match Data): Rephrase warnings about
8070 evaporate arg to match-data and set-match-data.
8071
80722005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8073
8074 * elisp.texi (Top): Update detailed menu.
8075
8076 * edebug.texi (Edebug): Update menu.
8077 (Instrumenting): Update xrefs.
8078 (Edebug Execution Modes): Correct xref.
8079 (Jumping): Clarify description of `h' command.
8080 Eliminate redundant @ref.
8081 (Breaks): New node.
8082 (Breakpoints): Is now a subsubsection.
8083 (Global Break Condition): Mention `C-x X X'.
8084 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
8085 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8086 (Edebug Display Update): Correct pxref.
8087 (Edebug and Macros): New node.
8088 (Instrumenting Macro Calls): Is now a subsubsection.
8089 Neither arg of `def-edebug-spec' is evaluated.
8090 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8091 (Specification Examples): Fix typo.
8092
80932005-06-14 Lute Kamstra <lute@gnu.org>
8094
8095 * debugging.texi (Function Debugging): Primitives can break on
8096 entry too.
8097
80982005-06-14 Kim F. Storm <storm@cua.dk>
8099
8100 * variables.texi (Setting Variables): Add add-to-ordered-list.
8101
81022005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8103
8104 * syntax.texi (Parsing Expressions): Document aux functions and vars of
8105 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8106
81072005-06-13 Lute Kamstra <lute@gnu.org>
8108
8109 * text.texi (Special Properties): Fix cross reference.
8110
81112005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8112
8113 * debugging.texi (Function Debugging): Delete mention of empty
8114 string argument to `cancel-debug-on-entry'. Delete inaccurate
8115 description of the return value of that command.
8116
81172005-06-11 Alan Mackenzie <acm@muc.de>
8118
8119 * text.texi (Adaptive Fill): Amplify the description of
8120 fill-context-prefix.
8121
81222005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8123
8124 * syntax.texi (Parsing Expressions): Fix Texinfo error.
8125
81262005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * syntax.texi (Parsing Expressions): Document syntax-ppss.
8129
81302005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8131
8132 * debugging.texi (Error Debugging): Minor rewording.
8133 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8134 is optional.
8135
81362005-06-10 Lute Kamstra <lute@gnu.org>
8137
8138 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8139 (Top): Give it a title. Correct version number. Give the
8140 detailed node listing a more prominent header.
8141 * intro.texi: Don't set VERSION here a second time.
8142 Mention Emacs's version too.
8143 * anti.texi (Antinews): Use EMACSVER to refer to the current
8144 version of Emacs.
8145
81462005-06-09 Kim F. Storm <storm@cua.dk>
8147
8148 * searching.texi (Entire Match Data): Explain new `reseat' argument to
8149 match-data and set-match-data.
8150
81512005-06-08 Richard M. Stallman <rms@gnu.org>
8152
8153 * searching.texi (Entire Match Data): Clarify when match-data
8154 returns markers and when integers.
8155
8156 * display.texi (Defining Faces): Explain that face name should not
8157 end in `-face'.
8158
8159 * modes.texi (Mode Line Data): Minor cleanup.
8160 (Customizing Keywords): Node split out of Search-based Fontification.
8161 Add example of using font-lock-add-keywords from a hook.
8162 Clarify when MODE should be non-nil, and when nil.
8163
81642005-06-06 Richard M. Stallman <rms@gnu.org>
8165
8166 * modes.texi (Mode Line Data): Explain what happens when the car
8167 of a list is a void symbol.
8168 (Search-based Fontification): Explain MODE arg to
8169 font-lock-add-keywords and warn about calls from major modes.
8170
81712005-06-08 Juri Linkov <juri@jurta.org>
8172
8173 * display.texi (Standard Faces): Add `shadow' face.
8174
81752005-05-29 Luc Teirlinck <teirllm@auburn.edu>
8176
8177 * modes.texi (Major Mode Conventions): A derived mode only needs
8178 to put the call to the parent mode inside `delay-mode-hooks'.
8179
81802005-05-29 Richard M. Stallman <rms@gnu.org>
8181
8182 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
8183 new, and what that implies. Clarify.
8184
8185 * files.texi (Locating Files): Clean up the text.
8186
8187 * frames.texi (Window Frame Parameters): Document user-size.
8188 Shorten entry for top by referring to left.
8189
81902005-05-26 Richard M. Stallman <rms@gnu.org>
8191
8192 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
8193 is new, and what the implications are. Other clarifications.
8194
81952005-05-24 Richard M. Stallman <rms@gnu.org>
8196
8197 * frames.texi (Dialog Boxes): Minor fixes.
8198
81992005-05-25 Masatake YAMATO <jet@gyve.org>
8200
8201 * display.texi (Standard Faces): Write about `mode-line-highlight'.
8202
82032005-05-24 Luc Teirlinck <teirllm@auburn.edu>
8204
8205 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
8206 is optional.
8207
82082005-05-24 Nick Roberts <nickrob@snap.net.nz>
8209
10d1d0af 8210 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
8211
82122005-05-23 Lute Kamstra <lute@gnu.org>
8213
8214 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
8215 syntax-begin-function over font-lock-beginning-of-syntax-function.
8216
82172005-05-21 Luc Teirlinck <teirllm@auburn.edu>
8218
8219 * minibuf.texi (Reading File Names): Update description of
8220 `read-directory-name'.
8221
8222 * modes.texi (Derived Modes): Clarify :group keyword.
8223
82242005-05-21 Eli Zaretskii <eliz@gnu.org>
8225
8226 * files.texi (Locating Files): New subsection.
8227 Describe locate-file and executable-find.
8228
82292005-05-21 Kevin Ryde <user42@zip.com.au>
8230
8231 * frames.texi (Initial Parameters): Update cross reference to
8232 "Emacs Invocation".
8233
82342005-05-19 Luc Teirlinck <teirllm@auburn.edu>
8235
8236 * keymaps.texi (Active Keymaps): Add anchor.
8237
8238 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
8239 (Major Mode Conventions): Refer to `Auto Major Mode' in more
8240 appropriate place.
8241 (Derived Modes): Small clarifications.
8242 (Minor Mode Conventions, Keymaps and Minor Modes):
8243 Replace references to nodes with references to anchors.
8244 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
8245 Clarify description of lists whose first element is an integer.
8246 (Mode Line Variables): Add anchor.
8247 (%-Constructs): Clarify description of integer after %.
8248 (Emulating Mode Line): Describe nil value for FACE.
8249
82502005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8251
8252 * modes.texi (Derived Modes): Correct references to non-existing
8253 variable standard-syntax-table.
8254
82552005-05-17 Lute Kamstra <lute@gnu.org>
8256
8257 * modes.texi (Defining Minor Modes): Mention the mode hook.
8258
82592005-05-15 Kim F. Storm <storm@cua.dk>
8260
8261 * processes.texi (Network): Remove open-network-stream-nowait.
8262 (Network Servers): Remove open-network-stream-server.
8263
82642005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8265
8266 * elisp.texi (Top): Update detailed menu.
8267
8268 * variables.texi: Reorder nodes.
8269 (Variables): Update menu.
8270 (File Local Variables): Do not refer to the `-*-' line as
8271 a "local variables list". Add pxref.
8272
82732005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8274
8275 * elisp.texi (Top): Update detailed menu for node changes.
8276
8277 * modes.texi (Modes): Update Menu.
8278 (Hooks): Move to beginning of chapter.
8279 Most minor modes run mode hooks too.
8280 `add-hook' can handle void hooks or hooks whose value is a single
8281 function.
8282 (Major Modes): Update Menu.
8283 (Major Mode Basics): New node, split off from `Major Modes'.
8284 (Major Mode Conventions): Correct xref. Explain how to handle
8285 auto-mode-alist if the major mode command has an autoload cookie.
8286 (Auto Major Mode): Major update. Add magic-mode-alist.
8287 (Derived Modes): Major update.
8288 (Mode Line Format): Update Menu.
8289 (Mode Line Basics): New node, split off from `Mode Line Format'.
8290
8291 * loading.texi (Autoload): Mention `autoload cookie' as synonym
8292 for `magic autoload comment'. Add index entries and anchor.
8293
82942005-05-14 Richard M. Stallman <rms@gnu.org>
8295
8296 * tips.texi (Coding Conventions): Explain how important it is
8297 that just loading certain files not change Emacs behavior.
8298
8299 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
8300
83012005-05-12 Lute Kamstra <lute@gnu.org>
8302
8303 * modes.texi (Generic Modes): Update.
8304 (Major Modes): Refer to node "Generic Modes".
8305
8306 * elisp.texi (Top): Update to the current structure of the manual.
8307 * processes.texi (Processes): Add menu description.
8308 * customize.texi (Customization): Add menu descriptions.
8309
83102005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
8311
8312 * processes.texi (Signals to Processes)
8313 (Low-Level Network): Fix typos.
8314
83152005-05-11 Lute Kamstra <lute@gnu.org>
8316
8317 * elisp.texi (Top): Add some nodes from the chapter "Major and
8318 Minor Modes" to the detailed node listing.
8319
83202005-05-10 Richard M. Stallman <rms@gnu.org>
8321
8322 * keymaps.texi (Extended Menu Items): Menu item filter functions
8323 can be called at any time.
8324
83252005-05-08 Luc Teirlinck <teirllm@auburn.edu>
8326
8327 * variables.texi (File Local Variables): `(hack-local-variables t)'
8328 now also checks whether a mode is specified in the local variables
8329 list.
8330
83312005-05-05 Kevin Ryde <user42@zip.com.au>
8332
8333 * display.texi (The Echo Area): Correct format function cross
8334 reference.
8335
83362005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8337
8338 * variables.texi (Variable Aliases): Change description of
8339 `define-obsolete-variable-alias'.
8340
8341 * functions.texi (Functions): Add "Obsolete Functions" to menu.
8342 (Defining Functions): Add xref.
8343 (Obsolete Functions): New node.
8344 (Function Safety): Standardize capitalization of section title.
8345
8346 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
8347 (Dialog Boxes): Complete description of `x-popup-dialog'.
8348
83492005-05-04 Richard M. Stallman <rms@gnu.org>
8350
8351 * commands.texi (Interactive Codes): Fix Texinfo usage.
8352 Document U more clearly.
8353
83542005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8355
8356 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
8357 function and not a macro.
8358
8359 * frames.texi (Pop-Up Menus): Correct and clarify description of
8360 `x-popup-menu'.
8361 (Dialog Boxes): Clarify description of `x-popup-dialog'.
8362
83632005-05-01 Richard M. Stallman <rms@gnu.org>
8364
8365 * edebug.texi (Checking Whether to Stop): Fix previous change.
8366
83672005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8368
8369 * display.texi: Fix typos and Texinfo usage.
8370
8371 * edebug.texi (Checking Whether to Stop): executing-macro ->
8372 executing-kbd-macro.
8373
83742005-05-01 Richard M. Stallman <rms@gnu.org>
8375
8376 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
8377
83782005-04-30 Richard M. Stallman <rms@gnu.org>
8379
8380 * files.texi (Magic File Names): Document `operations' property.
8381
83822005-04-29 Lute Kamstra <lute@gnu.org>
8383
8384 * modes.texi (Generic Modes): New node.
8385 (Major Modes): Add it to the menu.
8386 (Derived Modes): Add "derived mode" to concept index.
8387
83882005-04-28 Lute Kamstra <lute@gnu.org>
8389
8390 * modes.texi (Defining Minor Modes): Fix previous change.
8391 (Font Lock Mode): Simplify.
8392 (Font Lock Basics): Say that font-lock-defaults is buffer-local
8393 when set and that some parts are optional. Add cross references.
8394 (Search-based Fontification): Say how to specify font-lock-keywords.
8395 Add cross references. Add font-lock-multiline to index.
8396 Move font-lock-keywords-case-fold-search here from node "Other Font
8397 Lock Variables". Document font-lock-add-keywords and
8398 font-lock-remove-keywords.
8399 (Other Font Lock Variables): Move font-lock-keywords-only,
8400 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8401 and font-lock-syntactic-face-function to node "Syntactic Font
8402 Lock". Move font-lock-keywords-case-fold-search to node
8403 "Search-based Fontification". Document font-lock-inhibit-thing-lock
8404 and font-lock-{,un}fontify-{buffer,region}-function.
8405 (Precalculated Fontification): Remove reference to deleted variable
8406 font-lock-core-only.
8407 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
8408 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
8409 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8410 and font-lock-syntactic-face-function here from node "Other Font
8411 Lock Variables". Move font-lock-syntactic-keywords to "Setting
8412 Syntax Properties". Add cross references.
8413 (Setting Syntax Properties): New node.
8414 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
8415 * syntax.texi (Syntax Properties): Add cross reference.
8416 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
8417
84182005-04-26 Richard M. Stallman <rms@gnu.org>
8419
8420 * display.texi (Defining Faces):
8421 Document `default' elements of defface spec.
8422
8423 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
8424
8425 * variables.texi (Variable Aliases): Clarify text.
8426
84272005-04-25 Chong Yidong <cyd@stupidchicken.com>
8428
8429 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
8430
84312005-04-25 Luc Teirlinck <teirllm@auburn.edu>
8432
8433 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
8434
84352005-04-24 Eli Zaretskii <eliz@gnu.org>
8436
8437 * syntax.texi (Syntax Table Internals): Elaborate documentation of
8438 syntax-after and syntax-class.
8439
8440 * files.texi (Changing Files): Fix last change's cross-reference.
8441 (Unique File Names): Don't mention "numbers" in the documentation
8442 of make-temp-file and make-temp-name.
8443
84442005-04-23 Richard M. Stallman <rms@gnu.org>
8445
8446 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
8447
84482005-04-22 Nick Roberts <nickrob@snap.net.nz>
8449
8450 * windows.texi (Cyclic Window Ordering): Clarify window-list.
8451
84522005-04-22 Nick Roberts <nickrob@snap.net.nz>
8453
8454 * variables.texi (Variable Aliases): Describe make-obsolete-variable
8455 and define-obsolete-variable-alias.
8456
84572005-04-22 Kim F. Storm <storm@cua.dk>
8458
8459 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
8460 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
8461
84622005-04-21 Lute Kamstra <lute@gnu.org>
8463
8464 * lists.texi (Association Lists): Document rassq-delete-all.
8465
84662005-04-19 Richard M. Stallman <rms@gnu.org>
8467
8468 * modes.texi (Search-based Fontification): Explain that
8469 facespec is an expression to be evaluated.
8470
84712005-04-19 Kevin Ryde <user42@zip.com.au>
8472
8473 * streams.texi (Output Functions): Fix xref.
8474 * strings.texi (String Conversion): Fix xref.
8475
84762005-04-19 Kim F. Storm <storm@cua.dk>
8477
8478 * symbols.texi (Symbol Plists): Add safe-get.
8479 Mention that `get' may signal an error.
8480
84812005-04-18 Nick Roberts <nickrob@snap.net.nz>
8482
8483 * customize.texi (Variable Definitions): Replace tooltip-mode
8484 example with save-place.
8485
84862005-04-17 Richard M. Stallman <rms@gnu.org>
8487
8488 * buffers.texi (Indirect Buffers): Clarify.
8489
8490 * positions.texi (Positions): Clarify converting marker to integer.
8491
8492 * strings.texi (String Basics): Mention string-match; clarify.
8493
84942005-04-08 Lute Kamstra <lute@gnu.org>
8495
8496 * modes.texi (Search-based Fontification): Fix cross references.
8497 Use consistent terminology. Document anchored highlighting.
8498
84992005-04-05 Lute Kamstra <lute@gnu.org>
8500
8501 * modes.texi (Defining Minor Modes): Document :group keyword
8502 argument and its default value.
8503
85042005-04-03 Lute Kamstra <lute@gnu.org>
8505
8506 * hooks.texi (Standard Hooks): Add some hooks. Add cross
8507 references and/or descriptions. Delete major mode hooks; mention
8508 them as a category instead. Rename or delete obsolete hooks.
8509
85102005-04-02 Richard M. Stallman <rms@gnu.org>
8511
8512 * nonascii.texi (Coding System Basics): Another wording cleanup.
8513
85142005-04-01 Richard M. Stallman <rms@gnu.org>
8515
8516 * nonascii.texi (Coding System Basics): Clarify previous change.
8517
85182005-04-01 Kenichi Handa <handa@m17n.org>
8519
10d1d0af 8520 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
8521 identity of coding systems.
8522
85232005-03-29 Chong Yidong <cyd@stupidchicken.com>
8524
8525 * text.texi (Buffer Contents): Add filter-buffer-substring and
8526 buffer-substring-filters.
8527
85282005-03-26 Chong Yidong <cyd@stupidchicken.com>
8529
8530 * anti.texi (Antinews): Mention `G' interactive code.
8531
8532 * tips.texi (Compilation Tips): Mention benchmark.el.
8533
85342005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8535
8536 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
8537 is now bound to M-o M-o.
8538
8539 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
8540
85412005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8542
8543 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
8544 in the Emacs Manual).
8545 * Makefile.in (srcs): Remove calendar.texi.
8546 * makefile.w32-in (srcs): Remove calendar.texi.
8547 * display.texi (Display): Change name of next node.
8548 * os.texi (System In): Change name of previous node.
8549 * elisp.texi (Top): Remove Calendar references.
8550 * vol1.texi (Top): Remove Calendar references.
8551 * vol2.texi (Top): Remove Calendar references.
8552
85532005-03-25 Richard M. Stallman <rms@gnu.org>
8554
8555 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
8556 Cleanup previous change.
8557
85582005-03-25 Chong Yidong <cyd@stupidchicken.com>
8559
8560 * display.texi (Face Attributes): Faces earlier in an :inherit
8561 list take precedence.
8562 (Scroll Bars): Fix description of vertical-scroll-bars.
8563 Document frame-current-scroll-bars and window-current-scroll-bars.
8564
8565 * markers.texi (The Mark): Document temporary Transient Mark mode.
8566
8567 * minibuf.texi (Reading File Names):
8568 Document read-file-name-completion-ignore-case.
8569
8570 * positions.texi (Screen Lines): Document nil for width argument
8571 to compute-motion.
8572
85732005-03-23 Kim F. Storm <storm@cua.dk>
8574
8575 * display.texi (Standard Faces): Other faces used in the fringe
8576 implicitly inherits from the fringe face.
8577 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
8578 properties implicitly inherits from fringe face.
8579 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
8580
85812005-03-20 Chong Yidong <cyd@stupidchicken.com>
8582
8583 * display.texi (Invisible Text): State default value of
8584 line-move-ignore-invisible.
8585 (Managing Overlays): Document remove-overlays.
8586 (Standard Faces): Document escape-glyph face.
8587
8588 * minibuf.texi (Reading File Names): Document read-file-name-function.
8589
8590 * modes.texi (Other Font Lock Variables):
8591 Document font-lock-lines-before.
8592
8593 * positions.texi (Skipping Characters): skip-chars-forward allows
8594 character classes.
8595
85962005-03-18 Lute Kamstra <lute@gnu.org>
8597
8598 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
8599
86002005-03-17 Richard M. Stallman <rms@gnu.org>
8601
8602 * text.texi (Undo): Document extensible undo entries.
8603
dd7b651b 8604 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
8605
8606 * nonascii.texi (Character Codes): Minor fix.
8607
8608 * display.texi (Display Property): Explain the significance
8609 of having text properties that are eq.
8610 (Other Display Specs): Explain string as display spec.
8611
8612 * commands.texi (Interactive Codes): Document G option.
8613
86142005-03-17 Chong Yidong <cyd@stupidchicken.com>
8615
8616 * text.texi (Filling): Add sentence-end-without-period and
8617 sentence-end-without-space.
8618 (Changing Properties): Minor fix.
8619
8620 * anti.texi: Total rewrite.
8621
86222005-03-15 Lute Kamstra <lute@gnu.org>
8623
8624 * edebug.texi (Instrumenting Macro Calls): Fix typos.
8625
86262005-03-08 Kim F. Storm <storm@cua.dk>
8627
8628 * display.texi (Specified Space): Property :width is support on
8629 non-graphic terminals, :height is not.
8630
86312005-03-07 Richard M. Stallman <rms@gnu.org>
8632
8633 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
8634 Now subnodes of Fringes.
8635 (Overlay Arrow): Document overlay-arrow-variable-list.
8636 (Fringe Size/Pos): New node, broken out of Fringes.
8637 (Display): Explain clearing vs redisplay better.
8638 (Truncation): Clarify use of bitmaps.
8639 (The Echo Area): Clarify the uses of the echo area.
8640 Add max-mini-window-height.
8641 (Progress): Clarify.
8642 (Invisible Text): Explain that main loop moves point out.
8643 (Selective Display): Say "hidden", not "invisible".
8644 (Managing Overlays): Move up. Describe relation to Undo here.
8645 (Overlay Properties): Clarify intro.
8646 (Finding Overlays): Explain return values when nothing found.
8647 (Width): truncate-string-to-width has added arg.
8648 (Displaying Faces): Clarify and update mode line face handling.
8649 (Face Functions): Minor cleanup.
8650 (Conditional Display): Merge into Other Display Specs.
8651 (Pixel Specification, Other Display Specs): Minor cleanups.
8652 (Images, Image Descriptors): Minor cleanups.
8653 (GIF Images): Patents have expired.
8654 (Showing Images): Explain default text for insert-image.
8655 (Manipulating Button Types): Merge into Manipulating Buttons.
8656 (Making Buttons): Explain return values.
8657 (Button Buffer Commands): Add xref.
8658 (Inverse Video): Update mode-line-inverse-video.
8659 (Display Table Format): Clarify.
8660 (Active Display Table): Give defaults for window-display-table.
8661
8662 * calendar.texi (Calendar Customizing): calendar-holiday-marker
8663 and calendar-today-marker are strings, not chars.
8664 (Holiday Customizing): Minor fix.
8665
8666 * internals.texi (Writing Emacs Primitives): Update `or' example.
8667 Update limit on # args of subr.
8668
8669 * edebug.texi (Using Edebug): Arrow is in fringe.
8670 (Instrumenting): Arg to eval-defun works without loading edebug.
8671 (Edebug Execution Modes): Add xref.
8672
8673 * customize.texi (Common Keywords): Clarify :require.
8674 Mention :version here.
8675 (Variable Definitions, Group Definitions): Not here.
8676 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
8677
86782005-03-07 Chong Yidong <cyd@stupidchicken.com>
8679 * nonascii.texi (Text Representations): Clarify position-bytes.
8680 (Character Sets): Add list-charset-chars.
8681 (Scanning Charsets): Add charset-after.
8682 (Encoding and I/O): Minor fix.
8683
86842005-03-06 Richard M. Stallman <rms@gnu.org>
8685
8686 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
8687 (Resizing Windows): Likewise.
8688
8689 * text.texi (Change Hooks): Get rid of "Emacs 21".
8690
8691 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
8692
8693 * streams.texi (Output Variables): Get rid of "Emacs 21".
8694
8695 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
8696
8697 * os.texi (Translating Input): Replace flow-control example
8698 with a less obsolete example that uses `keyboard-translate'.
8699
8700 * objects.texi (Hash Table Type, Circular Objects):
8701 Get rid of "Emacs 21".
8702
8703 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
8704 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
8705
8706 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
8707
8708 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
8709
8710 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
8711 (Menu Bar): Fix when menu-bar-update-hook is called.
8712
8713 * hash.texi (Hash Tables): Get rid of "Emacs 21".
8714
8715 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
8716 and make it read better.
8717
8718 * files.texi (Writing to Files): Get rid of "Emacs 21".
8719 (Unique File Names): Likewise.
8720
8721 * elisp.texi: Update Emacs version to 22.
8722
8723 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
8724 (Overlay Properties, Face Attributes): Likewise.
8725 (Managing Overlays): Fix punctuation.
8726 (Attribute Functions): Clarify set-face-font; get rid of
8727 info about old Emacs versions.
8728 (Auto Faces, Font Lookup, Display Property, Images):
8729 Get rid of "Emacs 21".
8730
8731 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
8732
87332005-03-05 Richard M. Stallman <rms@gnu.org>
8734
8735 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
8736
87372005-03-04 Lute Kamstra <lute@gnu.org>
8738
8739 * debugging.texi (Error Debugging): Document stack-trace-on-error.
8740
87412005-03-03 Lute Kamstra <lute@gnu.org>
8742
8743 * edebug.texi (Instrumenting Macro Calls): Fix typo.
8744
87452005-03-01 Lute Kamstra <lute@gnu.org>
8746
8747 * debugging.texi (Debugger Commands): Update `j'.
8748
87492005-02-28 Lute Kamstra <lute@gnu.org>
8750
8751 * debugging.texi (Debugging): Fix typo.
8752 (Error Debugging): Document eval-expression-debug-on-error.
8753 (Function Debugging): Update example.
8754 (Using Debugger): Mention starred stack frames.
8755 (Debugger Commands): Document `j' and `l'.
8756 (Invoking the Debugger): `d' and `j' exit recursive edit too.
8757 Update the messages that the debugger displays.
8758 (Internals of Debugger): Add cross reference. Update example.
8759 (Excess Open): Minor improvement.
8760 (Excess Close): Minor improvement.
8761
87622005-02-26 Richard M. Stallman <rms@gnu.org>
8763
8764 * tips.texi (Coding Conventions): Clarify.
8765 Put all the major mode key reservations together.
8766 Mention the Mouse-1 => Mouse-2 conventions.
8767
8768 * syntax.texi (Syntax Class Table): Clarify.
8769 (Syntax Table Functions): syntax-after moved from here.
8770 (Syntax Table Internals): syntax-after moved to here.
8771 (Parsing Expressions): Update info on number of values
8772 and what's meaningful in the STATE argument.
8773 (Categories): Fix typo.
8774
8775 * sequences.texi (Arrays): Cleanup.
8776 (Char-Tables): Clarify.
8777
8778 * processes.texi (Deleting Processes): Cleanups, add xref.
8779 (Subprocess Creation): Explain nil in exec-path. Cleanup.
8780 (Process Information): set-process-coding-system, some args optional.
8781 (Input to Processes): Explain various types for PROCESS args.
8782 Rename them from PROCESS-NAME to PROCESS.
8783 (Signals to Processes): Likewise.
8784 (Decoding Output): Cleanup.
8785 (Query Before Exit): Clarify.
8786
8787 * os.texi (Startup Summary): Correct the options; add missing ones.
8788 (Terminal Output, Batch Mode): Clarify.
8789 (Flow Control): Node deleted.
8790
8791 * markers.texi (The Mark): Clarify.
8792
8793 * macros.texi (Expansion): Cleanup.
8794 (Indenting Macros): indent-spec allows ints, not floats.
8795
8796 * keymaps.texi (Keymaps): Clarify.
8797 (Format of Keymaps): Update lisp-mode-map example.
8798 (Active Keymaps, Key Lookup): Clarify.
8799 (Changing Key Bindings): Add xref to `kbd'.
8800 (Key Binding Commands, Simple Menu Items): Clarify.
8801 (Mouse Menus, Menu Bar): Clarify.
8802 (Menu Example): Replace print example with menu-bar-replace-menu.
8803
8804 * help.texi (Documentation Basics): Add function-documentation prop.
8805
8806 * elisp.texi (Top): Don't refer to Flow Control node.
8807
8808 * commands.texi (Command Overview): Improve xrefs.
8809 (Adjusting Point): Adjusting point applies to intangible and invis.
8810 (Key Sequence Input): Doc extra read-key-sequence args.
8811 Likewise for read-key-sequence-vector.
8812
8813 * backups.texi (Rename or Copy): Minor fix.
8814 (Numbered Backups): For version-control, say the default.
8815 (Auto-Saving): make-auto-save-file-name example is simplified.
8816
8817 * advice.texi (Advising Functions): Don't imply one part of Emacs
8818 should advise another part. Markup changes.
8819 (Defining Advice): Move transitional para.
8820 (Activation of Advice): Cleanup.
8821 Explain if COMPILE is nil or negative.
8822
8823 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
8824
88252005-02-24 Lute Kamstra <lute@gnu.org>
8826
8827 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
8828 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
8829
88302005-02-23 Lute Kamstra <lute@gnu.org>
8831
8832 * modes.texi (Defining Minor Modes): define-minor-mode can be used
8833 to define global minor modes as well.
8834
8835 * display.texi (Managing Overlays): overlay-buffer returns nil for
8836 deleted overlays.
8837
88382005-02-22 Kim F. Storm <storm@cua.dk>
8839
8840 * minibuf.texi (Basic Completion): Allow symbols in addition to
8841 strings in try-completion and all-completions.
8842
88432005-02-14 Lute Kamstra <lute@gnu.org>
8844
8845 * elisp.texi (Top): Remove reference to deleted node.
8846
8847 * lists.texi (Lists): Remove reference to deleted node.
8848 (Cons Cells): Fix typo.
8849
8850 * loading.texi (Where Defined): Fix typo.
8851
88522005-02-14 Richard M. Stallman <rms@gnu.org>
8853
8854 * variables.texi (Creating Buffer-Local): change-major-mode-hook
8855 is useful for discarding some minor modes.
8856
8857 * symbols.texi (Symbol Components): Reorder examples.
8858
8859 * streams.texi (Input Functions): State standard-input default.
8860 (Output Variables): State standard-output default.
8861
8862 * objects.texi (Printed Representation): Clarify read syntax vs print.
8863 (Floating Point Type): Explain meaning better.
8864 (Symbol Type): Explain uniqueness better.
8865 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
8866 List examples sooner.
8867 (Box Diagrams): New subnode broken out.
8868 Some examples moved from old Lists as Boxes node.
8869 (Dotted Pair Notation): Clarify intro.
8870 (Array Type): Clarify.
8871 (Type Predicates): Add hash-table-p.
8872
8873 * numbers.texi (Integer Basics): Clarify radix explanation.
8874 (Predicates on Numbers): Minor clarification.
8875 (Comparison of Numbers): Minor clarification. Clarify eql.
8876 Typos in min, max.
8877 (Math Functions): Clarify overflow in expt.
8878
8879 * minibuf.texi (Text from Minibuffer): Minor clarification.
8880 Mention arrow keys.
8881
8882 * loading.texi (Autoload): defun's doc string overrides autoload's
8883 doc string.
8884 (Repeated Loading): Modernize "add to list" examples.
8885 (Where Defined): Finish updating table of load-history elts.
8886
8887 * lists.texi (List-related Predicates): Minor wording improvement.
8888 (Lists as Boxes): Node deleted.
8889 (Building Lists): Explain trivial cases of number-sequence.
8890
8891 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 8892 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
8893 (Hash Access): Any object can be a key.
8894 State value of maphash.
8895
8896 * functions.texi (What Is a Function): Wording cleanup.
8897 (Function Documentation): Minor cleanup.
8898 Explain purpose of calling convention at end of doc string.
8899 (Function Names): Wording cleanup.
8900 (Calling Functions): Wording cleanup.
8901 Explain better how funcall calls the function.
8902 (Function Cells): Delete example of saving and redefining function.
8903
8904 * control.texi (Combining Conditions): Wording cleanup.
8905 (Iteration): dolist and dotimes bind VAR locally.
8906 (Cleanups): Xref to Atomic Changes.
8907
8908 * compile.texi (Byte Compilation): Delete 19.29 info.
8909 (Compilation Functions): Macros' difficulties don't affect defsubst.
8910 (Docs and Compilation): Delete 19.29 info.
8911
89122005-02-10 Richard M. Stallman <rms@gnu.org>
8913
8914 * objects.texi (Symbol Type): Minor correction.
8915
89162005-02-06 Lute Kamstra <lute@gnu.org>
8917
8918 * modes.texi (Example Major Modes): Fix typos.
8919
89202005-02-06 Richard M. Stallman <rms@gnu.org>
8921
8922 * text.texi (Margins): fill-nobreak-predicate can be one function.
8923
8924 * strings.texi (Modifying Strings): clear-string can make unibyte.
8925 (Formatting Strings): format gives error if values missing.
8926
8927 * positions.texi (Character Motion): Mention default arg
8928 for forward-char. backward-char refers to forward-char.
8929 (Word Motion): Mention default arg for forward-word.
8930 (Buffer End Motion): Mention default arg for beginning-of-buffer.
8931 Simplify end-of-buffer.
8932 (Text Lines): Mention default arg for forward-line.
8933 (List Motion): Mention default arg for beginning/end-of-defun.
8934 (Skipping Characters): Minor fixes in explaining character-set.
8935
8936 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8937 Mode inheritance applies only when default-major-mode is nil.
8938 Clarifications.
8939 (Example Major Modes): Update Text mode and Lisp mode examples.
8940 (Minor Mode Conventions): Mention define-minor-mode at top.
8941 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8942 (Mode Line Format): Update mode line face display info.
8943 (Properties in Mode): Mention effect of risky vars.
8944 (Imenu): Define imenu-add-to-menubar.
8945 (Font Lock Mode): Add descriptions to menu lines.
8946 (Faces for Font Lock): Add font-lock-doc-face.
8947
89482005-02-05 Lute Kamstra <lute@gnu.org>
8949
8950 * text.texi (Maintaining Undo): Remove obsolete function.
8951
89522005-02-05 Eli Zaretskii <eliz@gnu.org>
8953
8954 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 8955 color specifications. Improve indexing.
b8d4c8d0
GM
8956 (Text Terminal Colors): Replace the description of RGB values by
8957 an xref to "Color Names".
8958
89592005-02-03 Richard M. Stallman <rms@gnu.org>
8960
8961 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8962 Clarify.
8963 (Selecting Windows): Clarify save-selected-window.
8964 (Cyclic Window Ordering): Clarify walk-windows.
8965 (Window Point): Clarify.
8966 (Window Start): Add comment to example.
8967 (Resizing Windows): Add `interactive' specs in examples.
8968 Document fit-window-to-buffer.
8969
8970 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8971 (Undo, Maintaining Undo): Clarify last change.
8972 (Sorting): In sort-numeric-fields, explain about octal and hex.
8973 Mention sort-numeric-base.
8974 (Format Properties): Add xref for hard newlines.
8975
8976 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8977 (Pop-Up Menus): Fix typo.
8978 (Color Names): Explain all types of color names.
8979 Explain color-values on B&W terminal.
8980 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8981
8982 * files.texi (File Locks): Not supported on MS systems.
8983 (Testing Accessibility): Clarify.
8984
8985 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8986 (Coverage Testing): Fix typo.
8987
8988 * commands.texi (Misc Events): Remove stray space.
8989
8990 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8991 (Modification Time): Clarify when visited-file-modtime returns 0.
8992 (The Buffer List): Clarify bury-buffer.
8993 (Killing Buffers): Clarify.
8994 (Indirect Buffers): Add clone-indirect-buffer.
8995
89962005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8997
8998 * edebug.texi (Printing in Edebug): Fix default value of
8999 edebug-print-circle.
9000 (Coverage Testing): Fix displayed frequency count data.
9001
90022005-02-02 Luc Teirlinck <teirllm@auburn.edu>
9003
9004 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
9005
90062005-02-02 Kim F. Storm <storm@cua.dk>
9007
9008 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
9009
90102005-01-29 Eli Zaretskii <eliz@gnu.org>
9011
9012 * commands.texi (Misc Events): Describe the help-echo event.
9013
9014 * text.texi (Special Properties) <help-echo>: Use `pos'
9015 consistently in description of the help-echo property.
9016 Use @code{nil} instead of @var{nil}.
9017
9018 * display.texi (Overlay Properties): Fix the index entry for
9019 help-echo overlay property.
9020
9021 * customize.texi (Type Keywords): Uncomment the xref to the
9022 help-echo property documentation.
9023
90242005-01-23 Kim F. Storm <storm@cua.dk>
9025
9026 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
9027 return value. Third element FULLY replaced by PARTIAL which
9028 specifies number of invisible pixels if row is only partially visible.
9029 (Textual Scrolling): Mention auto-window-vscroll.
9030 (Vertical Scrolling): New defvar auto-window-vscroll.
9031
90322005-01-16 Luc Teirlinck <teirllm@auburn.edu>
9033
9034 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
9035 command remapping.
9036
90372005-01-15 Richard M. Stallman <rms@gnu.org>
9038
9039 * display.texi (Defining Images): Mention DATA-P arg of create-image.
9040
90412005-01-14 Kim F. Storm <storm@cua.dk>
9042
9043 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9044
9045 * text.texi (Links and Mouse-1): Fix string and vector item.
9046
90472005-01-13 Richard M. Stallman <rms@gnu.org>
9048
9049 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9050 descriptions of overriding-local-map and overriding-terminal-local-map.
9051
9052 * text.texi (Links and Mouse-1): Clarify text.
9053
90542005-01-13 Kim F. Storm <storm@cua.dk>
9055
9056 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9057
90582005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
9059
9060 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9061
90622005-01-12 Kim F. Storm <storm@cua.dk>
9063
9064 * text.texi (Links and Mouse-1): Rename section from Enabling
9065 Mouse-1 to Following Links. Change xrefs.
9066 Add examples for define-button-type and define-widget.
9067
9068 * display.texi (Button Properties, Button Buffer Commands):
9069 Clarify mouse-1 and follow-link functionality.
9070
90712005-01-12 Richard M. Stallman <rms@gnu.org>
9072
9073 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9074
9075 * display.texi (Beeping): Fix Texinfo usage.
9076
9077 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9078
90792005-01-11 Kim F. Storm <storm@cua.dk>
9080
9081 * display.texi (Button Properties, Button Buffer Commands):
9082 Mention mouse-1 binding. Add follow-link keyword.
9083
9084 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9085 (Enabling Mouse-1 to Follow Links): New subsection.
9086
90872005-01-06 Richard M. Stallman <rms@gnu.org>
9088
9089 * text.texi (Special Properties): Minor change.
9090
9091 * os.texi (Timers): Clarify previous change.
9092
9093 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9094
90952005-01-01 Luc Teirlinck <teirllm@auburn.edu>
9096
9097 * display.texi (Face Attributes): Correct xref to renamed node.
9098
90992005-01-01 Richard M. Stallman <rms@gnu.org>
9100
9101 * display.texi (Face Attributes): Describe hex color specs.
9102
91032004-12-31 Richard M. Stallman <rms@gnu.org>
9104
9105 * os.texi (Timers): Update previous change.
9106
91072004-12-30 Kim F. Storm <storm@cua.dk>
9108
9109 * display.texi (Line Height): Total line-height is now specified
9110 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
9111 in cons cells. (nil . RATIO) is relative to actual line height.
9112 Use line-height `t' instead of `0' to get minimum height.
9113
91142004-12-29 Richard M. Stallman <rms@gnu.org>
9115
9116 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9117
91182004-12-28 Richard M. Stallman <rms@gnu.org>
9119
9120 * commands.texi (Quitting): Clarify value of with-local-quit.
9121
9122 * elisp.texi (Top): Fix previous change.
9123
9124 * loading.texi (Loading): Fix previous change.
9125
91262004-12-27 Richard M. Stallman <rms@gnu.org>
9127
9128 * Makefile.in (MAKEINFO): Specify --force.
9129
9130 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9131
9132 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9133
9134 * display.texi (Line Height): Further clarify.
9135
9136 * elisp.texi (Top): Update Loading submenu.
9137
9138 * loading.texi (Where Defined): New node.
9139 (Unloading): load-history moved to Where Defined.
9140
91412004-12-21 Richard M. Stallman <rms@gnu.org>
9142
9143 * commands.texi (Event Input Misc): Add while-no-input.
9144
91452004-12-11 Richard M. Stallman <rms@gnu.org>
9146
9147 * display.texi (Line Height): Rewrite text for clarity.
9148
91492004-12-11 Kim F. Storm <storm@cua.dk>
9150
9151 * display.texi (Display): Add node "Line Height" to menu.
9152 (Line Height): New node. Move full description of line-spacing
9153 and line-height text properties here from text.texi.
9154 (Scroll Bars): Add vertical-scroll-bar variable.
9155
9156 * frames.texi (Window Frame Parameters): Remove line-height defvar.
9157
9158 * locals.texi (Standard Buffer-Local Variables): Fix xref for
9159 line-spacing and vertical-scroll-bar.
9160
9161 * text.texi (Special Properties): Just mention line-spacing and
9162 line-height here, add xref to new "Line Height" node.
9163
91642004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
9165
9166 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
9167
9168 * locals.texi (Standard Buffer-Local Variables):
9169 Add @xref for `line-spacing'.
9170
91712004-12-05 Richard M. Stallman <rms@gnu.org>
9172
9173 * Makefile.in (maintainer-clean): Remove the info files
9174 in $(infodir) where they are created.
9175
91762004-12-03 Richard M. Stallman <rms@gnu.org>
9177
9178 * windows.texi (Selecting Windows): get-lru-window and
9179 get-largest-window don't consider dedicated windows.
9180
9181 * text.texi (Undo): Document undo-in-progress.
9182
91832004-11-26 Richard M. Stallman <rms@gnu.org>
9184
9185 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
9186 Remove a few vars that are not always buffer-local.
9187
91882004-11-24 Luc Teirlinck <teirllm@auburn.edu>
9189
9190 * locals.texi (Standard Buffer-Local Variables): Comment out
9191 xref's to non-existent node `Yet to be written'.
9192
91932004-11-24 Richard M. Stallman <rms@gnu.org>
9194
9195 * processes.texi (Synchronous Processes): Grammar fix.
9196
9197 * numbers.texi (Comparison of Numbers): Add eql.
9198
9199 * locals.texi (Standard Buffer-Local Variables): Add many vars.
9200
9201 * intro.texi (Printing Notation): Fix previous change.
9202
9203 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
9204 and default-indicate-buffer-boundaries from here.
9205 (Usual Display): To here.
9206 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
9207 (Usual Display): Move tab-width up.
9208
5dcb4c4e
SM
9209 * customize.texi (Variable Definitions):
9210 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
9211 (Simple Types, Composite Types, Defining New Types):
9212 Minor cleanups.
9213
92142004-11-21 Jesper Harder <harder@ifa.au.dk>
9215
9216 * processes.texi (Synchronous Processes, Output from Processes):
9217 Markup fix.
9218
92192004-11-20 Richard M. Stallman <rms@gnu.org>
9220
9221 * positions.texi (Skipping Characters): skip-chars-forward
9222 now handles char classes.
9223
9224 * intro.texi (Printing Notation): Avoid confusion of `print'
9225 when explaining @print.
9226
9227 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
9228
9229 * display.texi (Display Table Format): Minor fix.
9230
9231 * streams.texi (Output Functions): Fix print example.
9232
9233 * Makefile.in (elisp): New target.
9234 (dist): Depend on $(infodir)/elisp, not elisp.
9235 Copy the info files from $(infodir).
9236
9237 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
9238 read-from-minibuffer.
9239
9240 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
9241
92422004-11-19 Richard M. Stallman <rms@gnu.org>
9243
9244 * searching.texi (Regexp Search): Add search-whitespace-regexp.
9245
92462004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
9247
9248 * tips.texi (Coding Conventions): Fix typo.
9249
92502004-11-16 Richard M. Stallman <rms@gnu.org>
9251
9252 * tips.texi (Coding Conventions): Separate defvar and require
9253 methods to avoid warnings. Use require only when there are many
9254 functions and variables from that package.
9255
9256 * minibuf.texi (Minibuffer Completion): When ignoring case,
9257 predicate must not be case-sensitive.
9258
9259 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
9260 (Test Coverage): Don't talk about "splotches". Clarified.
9261
92622004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
9263
9264 * frames.texi (Window Frame Parameters): Fix typo.
9265
92662004-11-15 Kim F. Storm <storm@cua.dk>
9267
9268 * symbols.texi (Other Plists): Note that plist-get may signal error.
9269 Add safe-plist-get.
9270
92712004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9272
9273 * modes.texi (Font Lock Basics): Fix typo.
9274
92752004-11-08 Richard M. Stallman <rms@gnu.org>
9276
9277 * syntax.texi (Syntax Table Functions): Add syntax-after.
9278
92792004-11-06 Lars Brinkhoff <lars@nocrew.org>
9280
9281 * os.texi (Processor Run Time): New section documenting
9282 get-internal-run-time.
9283
92842004-11-06 Eli Zaretskii <eliz@gnu.org>
9285
9286 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
9287 it nukes elisp-cover.texi.
9288 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
9289 elisp-0 etc.
9290
92912004-11-05 Luc Teirlinck <teirllm@auburn.edu>
9292
9293 * commands.texi (Keyboard Macros): Document `append' return value
9294 of `defining-kbd-macro'.
9295
92962004-11-01 Richard M. Stallman <rms@gnu.org>
9297
9298 * commands.texi (Interactive Call): Add called-interactively-p.
9299
93002004-10-29 Simon Josefsson <jas@extundo.com>
9301
9302 * minibuf.texi (Reading a Password): Revert.
9303
93042004-10-28 Richard M. Stallman <rms@gnu.org>
9305
9306 * frames.texi (Display Feature Testing): Explain about "vendor".
9307
93082004-10-27 Richard M. Stallman <rms@gnu.org>
9309
9310 * commands.texi (Interactive Codes): `N' uses numeric prefix,
9311 not raw. Clarify `n'.
9312 (Interactive Call): Rewrite interactive-p, focusing on when
9313 and how to use it.
9314 (Misc Events): Clarify previous change.
9315
9316 * advice.texi (Simple Advice): Clarify what job the example does.
9317 (Around-Advice): Clarify ad-do-it.
9318 (Activation of Advice): An option of ad-default-compilation-action
9319 is `never', not `nil'.
9320
93212004-10-26 Kim F. Storm <storm@cua.dk>
9322
9323 * commands.texi (Interactive Codes): Add U code letter.
9324
93252004-10-25 Simon Josefsson <jas@extundo.com>
9326
9327 * minibuf.texi (Reading a Password): Add.
9328
93292004-10-24 Jason Rumney <jasonr@gnu.org>
9330
9331 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
9332 and wheel-down.
9333
93342004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
9335
9336 * processes.texi (Synchronous Processes): Document process-file.
9337
93382004-10-22 Kenichi Handa <handa@m17n.org>
9339
9340 * text.texi (translate-region): Document that it accepts also a
9341 char-table.
9342
93432004-10-22 David Ponce <david@dponce.com>
9344
9345 * windows.texi (Resizing Windows): Document the `preserve-before'
9346 argument of the functions `enlarge-window' and `shrink-window'.
9347
93482004-10-19 Jason Rumney <jasonr@gnu.org>
9349
9350 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
9351
93522004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9353
9354 * text.texi (Filling): Add anchor for definition of
9355 `sentence-end-double-space'.
9356
9357 * searching.texi (Regexp Example): Update description of how
9358 Emacs currently recognizes the end of a sentence.
9359 (Standard Regexps): Update definition of the variable
9360 `sentence-end'. Add definition of the function `sentence-end'.
9361
93622004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
9363
9364 * display.texi (Progress): New node.
9365
93662004-10-05 Kim F. Storm <storm@cua.dk>
9367
9368 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
9369
93702004-09-29 Kim F. Storm <storm@cua.dk>
9371
9372 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
9373 to identify bitmaps. Remove -fringe-bitmap suffix for standard
9374 fringe bitmap symbols, as they now have their own namespace.
9375 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
9376 vs. pixels. Signal error if no free bitmap slots.
9377 (Pixel Specification): Change IMAGE to @var{image}.
9378
93792004-09-28 Richard M. Stallman <rms@gnu.org>
9380
9381 * text.texi (Special Properties): Clarify line-spacing and line-height.
9382
9383 * searching.texi (Regexp Search): Add looking-back.
9384
93852004-09-25 Luc Teirlinck <teirllm@auburn.edu>
9386
9387 * display.texi: Correct typos.
9388 (Image Descriptors): Correct xref's.
9389
93902004-09-25 Richard M. Stallman <rms@gnu.org>
9391
9392 * text.texi (Special Properties): Cleanups in `cursor'.
9393 Rewrites in `line-height' and `line-spacing'; exchange them.
9394
9395 * display.texi (Fringes): Rewrite previous change.
9396 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
9397 (Display Fringe Bitmaps): Node deleted, text moved.
9398 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
9399 (Scroll Bars): Clarify set-window-scroll-bars.
9400 (Pointer Shape): Rewrite.
9401 (Specified Space): Clarify :align-to, etc.
9402 (Pixel Specification): Use @var. Clarify new text.
9403 (Other Display Specs): Clarify `slice'.
9404 (Image Descriptors): Cleanups.
9405 (Showing Images): Cleanups.
9406
94072004-09-24 Luc Teirlinck <teirllm@auburn.edu>
9408
9409 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
9410
9411 * modes.texi: Various minor changes in addition to:
9412 (Major Mode Conventions): Final call to `run-mode-hooks' should
9413 not be inside the `delay-mode-hooks' form.
9414 (Mode Hooks): New node.
9415 (Hooks): Delete obsolete example.
9416 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
9417 node "Mode Hooks".
9418
94192004-09-22 Luc Teirlinck <teirllm@auburn.edu>
9420
9421 * display.texi: Correct various typos.
9422 (Display): Rename node "Pointer Shapes" to "Pointer
9423 Shape". (There is already a node called "Pointer Shapes" in
9424 frames.texi.)
9425 (Images): Remove non-existent node "Image Slices" from menu.
9426
94272004-09-23 Kim F. Storm <storm@cua.dk>
9428
9429 * text.texi (Special Properties): Add `cursor', `pointer',
9430 `line-height', and `line-spacing' properties.
9431
9432 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
9433 Shapes' to menu.
9434 (Standard Faces): Doc fix for fringe face.
9435 (Fringes): Add `overflow-newline-into-fringe' and
9436 'indicate-buffer-boundaries'.
9437 (Fringe Bitmaps, Pointer Shapes): New nodes.
9438 (Display Property): Add 'Pixel Specification' and 'Display Fringe
9439 Bitmaps' to menu.
9440 (Specified Space): Describe pixel width and height.
9441 (Pixel Specification): New node.
9442 (Other Display Specs): Add `slice' property.
9443 (Display Fringe Bitmaps): New node.
9444 (Images): Add 'Image Slices' to menu.
9445 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
9446 (Showing Images): Add slice arg to `insert-image'.
9447 Add 'insert-sliced-image'.
b8d4c8d0
GM
9448
94492004-09-20 Richard M. Stallman <rms@gnu.org>
9450
9451 * commands.texi (Key Sequence Input):
9452 Clarify downcasing in read-key-sequence.
9453
94542004-09-08 Juri Linkov <juri@jurta.org>
9455
9456 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
9457
94582004-09-07 Luc Teirlinck <teirllm@auburn.edu>
9459
5dcb4c4e
SM
9460 * locals.texi (Standard Buffer-Local Variables):
9461 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
9462 * internals.texi (Buffer Internals): Describe new
9463 auto_save_file_format field of the buffer structure.
9464 * files.texi (Format Conversion): `auto-save-file-format' has been
9465 renamed `buffer-auto-save-file-format'.
9466
94672004-08-27 Luc Teirlinck <teirllm@auburn.edu>
9468
9469 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
9470 an integer or a marker.
9471 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
9472
94732004-08-22 Richard M. Stallman <rms@gnu.org>
9474
9475 * modes.texi (Major Mode Conventions): Discuss rebinding of
9476 standard key bindings.
9477
94782004-08-18 Kim F. Storm <storm@cua.dk>
9479
9480 * processes.texi (Accepting Output): Add `just-this-one' arg to
9481 `accept-process-output'.
9482 (Output from Processes): New var `process-adaptive-read-buffering'.
9483
94842004-08-10 Luc Teirlinck <teirllm@auburn.edu>
9485
9486 * keymaps.texi: Various changes in addition to:
9487 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
9488 Give more varied examples for `kbd'.
9489 (Creating Keymaps): Char tables have slots for all characters
9490 without modifiers.
9491 (Active Keymaps): `overriding-local-map' and
9492 `overriding-terminal-local-map' also override text property and
9493 overlay keymaps.
9494 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
9495 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
9496 to denote a prefix of no events.
9497 `map-keymap' includes parent's bindings _recursively_.
9498 Clarify and correct description of `where-is-internal'.
9499 Mention BUFFER-OR-NAME arg to `describe-bindings'.
9500 (Menu Example): For menus intended for use with the keyboard, the
9501 menu items should be bound to characters or real function keys.
9502
95032004-08-08 Luc Teirlinck <teirllm@auburn.edu>
9504
9505 * objects.texi (Character Type): Reposition `@anchor' to prevent
9506 double space inside sentence in Info.
9507
9508 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
9509 renamed to `disabled-command-function'.
9510 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
9511 (Command Loop Info): Replace reference to it.
9512 (Disabling Commands): `disabled-command-hook' has been renamed to
9513 `disabled-command-function'.
9514
95152004-08-07 Luc Teirlinck <teirllm@auburn.edu>
9516
9517 * os.texi (Translating Input): Only non-prefix bindings in
9518 `key-translation-map' override actual key bindings. Warn about
9519 possible indirect effect of actual key bindings on non-prefix
9520 bindings in `key-translation-map'.
9521
95222004-08-06 Luc Teirlinck <teirllm@auburn.edu>
9523
9524 * minibuf.texi (High-Level Completion): Add anchor for definition
9525 of `read-variable'.
9526
9527 * commands.texi: Various changes in addition to:
9528 (Using Interactive): Clarify description of `interactive-form'.
9529 (Interactive Call): Mention default for KEYS argument to
9530 `call-interactively'.
9531 (Command Loop Info): Clarify description of `this-command-keys'.
9532 Mention KEEP-RECORD argument to `clear-this-command-keys'.
9533 Value of `last-event-frame' can be `macro'.
9534 (Repeat Events): `double-click-fuzz' is also used to distinguish
9535 clicks and drags.
9536 (Classifying Events): Clarify descriptions of `event-modifiers'
9537 `event-basic-type' and `event-convert-list'.
9538 (Accessing Events): `posn-timestamp' takes POSITION argument.
9539 (Quoted Character Input): Clarify description of
9540 `read-quoted-char' and fix example.
9541 (Quitting): Add `with-local-quit'.
9542 (Disabling Commands): Correct and clarify descriptions of
9543 `enable-command' and `disable-command'.
9544 Mention what happens if `disabled-command-hook' is nil.
9545 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
9546 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
9547
95482004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9549
9550 * frames.texi: Various changes in addition to:
9551 (Creating Frames): Expand and clarify description of `make-frame'.
9552 (Window Frame Parameters): Either none or both of the `icon-left'
9553 and `icon-top' parameters must be specified. Put descriptions of
9554 `menu-bar-lines' and `toolbar-lines' closer together and change
9555 them accordingly.
9556 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
9557 except while processing `frame-title-format' or `icon-title-format'.
9558 (Deleting Frames): Correct description of `delete-frame'.
9559 Non-nil return values of `frame-live-p' are like those of `framep'.
9560 (Frames and Windows): Mention return value of
9561 `set-frame-selected-window'.
9562 (Visibility of Frames): Mention `force' argument to
9563 `make-frame-invisible'. `frame-visible-p' returns t for all
9564 frames on text-only terminals.
9565 (Frame Configurations): Restoring a frame configuration does not
9566 restore deleted frames.
9567 (Window System Selections): `x-set-selection' returns DATA.
9568 (Resources): Add example.
9569 (Display Feature Testing): Clarify descriptions of
9570 `display-pixel-height', `display-pixel-width', `x-server-version'
9571 and `x-server-vendor'.
9572
9573 * windows.texi (Choosing Window): Add anchor.
9574 * minibuf.texi (Minibuffer Misc): Add anchor.
9575
95762004-07-23 John Paul Wallington <jpw@gnu.org>
9577
9578 * macros.texi (Defining Macros): Declaration keyword for setting
9579 Edebug spec is `debug' not `edebug'.
9580
95812004-07-19 Luc Teirlinck <teirllm@auburn.edu>
9582
9583 * windows.texi: Various small changes in addition to:
9584 (Window Point): Mention return value of `set-window-point'.
9585 (Window Start): `pos-visible-in-window-p' disregards horizontal
9586 scrolling. Explain return value if PARTIALLY is non-nil.
9587 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
9588 and `set-window-vscroll'.
9589 (Size of Window): The argument WINDOW to `window-inside-edges',
9590 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
9591 (Resizing Windows): Explain return value of
9592 `shrink-window-if-larger-than-buffer'.
9593 `window-size-fixed' automatically becomes buffer local when set.
9594 (Window Configurations): Explain return value of
9595 `set-window-configuration'.
9596
9597 * minibuf.texi (Minibuffer Misc): Add anchor for
9598 `minibuffer-scroll-window'.
9599
9600 * positions.texi (Text Lines): Add anchor for `count-lines'.
9601
96022004-07-17 Richard M. Stallman <rms@gnu.org>
9603
9604 * display.texi (Overlay Properties): Adding `evaporate' prop
9605 deletes empty overlay immediately.
9606
9607 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
9608 fix example.
9609
96102004-07-16 Jim Blandy <jimb@redhat.com>
9611
9612 * searching.texi (Regexp Backslash): Document new \_< and \_>
9613 operators.
9614
96152004-07-16 Juanma Barranquero <lektu@terra.es>
9616
9617 * display.texi (Images): Fix Texinfo usage.
9618
96192004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9620
9621 * buffers.texi (Modification Time): `visited-file-modtime' now
9622 returns a list of two integers, instead of a cons.
9623
96242004-07-13 Luc Teirlinck <teirllm@auburn.edu>
9625
9626 * windows.texi: Various changes in addition to:
9627 (Splitting Windows): Add `split-window-keep-point'.
9628
96292004-07-09 Richard M. Stallman <rms@gnu.org>
9630
9631 * frames.texi (Input Focus): Minor fix.
9632
96332004-07-07 Luc Teirlinck <teirllm@auburn.edu>
9634
9635 * frames.texi (Input Focus): Clarify descriptions of
9636 `select-frame-set-input-focus' and `select-frame'.
9637
96382004-07-06 Luc Teirlinck <teirllm@auburn.edu>
9639
9640 * os.texi: Various small changes in addition to:
9641 (Killing Emacs): Expand and clarify description of
9642 `kill-emacs-query-functions' and `kill-emacs-hook'.
9643 (System Environment): Expand and clarify description of `getenv'
9644 and `setenv'.
9645 (Timers): Clarify description of `run-at-time'.
9646 (Translating Input): Correct description of
9647 `extra-keyboard-modifiers'.
9648 (Flow Control): Correct description of `enable-flow-control'.
9649
96502004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
9651
9652 * os.texi: Update copyright.
9653 (Session Management): Grammar fix.
9654 Clarify which Emacs does the restarting.
9655 Use @samp for *scratch* buffer.
9656
96572004-07-04 Alan Mackenzie <acm@muc.de>
9658
9659 * frames.texi (Input Focus): Add documentation for
9660 `select-frame-set-input-focus'. Replace refs to non-existent
9661 `switch-frame' with `select-frame'. Minor corrections and tidying
9662 up of text-only terminal stuff.
9663
96642004-07-02 Richard M. Stallman <rms@gnu.org>
9665
9666 * files.texi (Saving Buffers): Cleanup write-contents-function.
9667 (Magic File Names): Cleanup file-remote-p.
9668
b344d29d 96692004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
9670
9671 * files.texi (Magic File Names): `file-remote-p' returns an
9672 identifier of the remote system, not just t.
9673
96742004-07-02 David Kastrup <dak@gnu.org>
9675
9676 * searching.texi (Entire Match Data): Add explanation about new
9677 match-data behavior when @var{integers} is non-nil.
9678
96792004-06-24 Richard M. Stallman <rms@gnu.org>
9680
9681 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
9682
9683 * customize.texi (Variable Definitions): Note about doc strings
9684 and :set.
9685
9686 * keymaps.texi (Keymap Terminology): Document `kbd'.
9687 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
9688
9689 * display.texi (Invisible Text): Setting buffer-invisibility-spec
9690 makes it buffer-local.
9691
9692 * files.texi (Saving Buffers): Correct previous change.
9693
9694 * commands.texi (Accessing Events):
9695 Clarify posn-col-row and posn-actual-col-row.
9696
96972004-06-24 David Ponce <david.ponce@wanadoo.fr>
9698
9699 * commands.texi (Accessing Events): New functions
9700 posn-at-point and posn-at-x-y. Add example to posn-x-y.
9701
97022004-06-23 Luc Teirlinck <teirllm@auburn.edu>
9703
9704 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
9705 * frames.texi, buffers.texi, backups.texi, variables.texi:
9706 * loading.texi, eval.texi, functions.texi, control.texi:
9707 * symbols.texi, minibuf.texi: Reposition @anchor's.
9708
9709 * help.texi: Various small changes in addition to the following.
9710 (Describing Characters): Describe PREFIX argument to
9711 `key-description'. Correct and clarify definition of
9712 `text-char-description'. Describe NEED-VECTOR argument to
9713 `read-kbd-macro'.
9714 (Help Functions): Clarify definition of `apropos'.
9715
97162004-06-23 Lars Hansen <larsh@math.ku.dk>
9717
9718 * files.texi (Saving Buffers): Correct description of
9719 `write-contents-functions'.
9720
97212004-06-21 Juanma Barranquero <lektu@terra.es>
9722
9723 * display.texi (Images): Remove redundant @vindex directives.
9724 Rewrite `image-library-alist' doc in active voice.
9725
97262004-06-14 Juanma Barranquero <lektu@terra.es>
9727
9728 * display.texi (Images): Document new delayed library loading,
9729 variable `image-library-alist' and (existing but undocumented)
9730 function `image-type-available-p'.
9731
97322004-06-05 Richard M. Stallman <rms@gnu.org>
9733
9734 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
9735 refer the user to the Initial Input node.
9736 (Text from Minibuffer): Likewise.
9737 (Initial Input): New node. Document this feature
9738 and say it is mostly deprecated.
9739
97402004-05-30 Richard M. Stallman <rms@gnu.org>
9741
9742 * loading.texi (Named Features): Clarify return value
9743 and meaning of NOERROR.
9744
9745 * variables.texi (File Local Variables): Minor cleanup.
9746
97472004-05-30 Michael Albinus <michael.albinus@gmx.de>
9748
9749 * files.texi (Magic File Names): Add `file-remote-p' as operation
9750 of file name handlers.
9751
97522004-05-29 Richard M. Stallman <rms@gnu.org>
9753
9754 * modes.texi (Minor Mode Conventions): (-) has no special meaning
9755 as arg to a minor mode command.
9756
97572004-05-22 Richard M. Stallman <rms@gnu.org>
9758
9759 * syntax.texi (Syntax Class Table): Word syntax not just for English.
9760
9761 * streams.texi (Output Variables): Doc float-output-format.
9762
9763 * searching.texi (Regexp Special): Nested repetition can be infloop.
9764
9765 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
9766 real stack overflow.
9767
9768 * compile.texi: Minor cleanups.
9769
97702004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
9771
9772 * lists.texi (Cons Cells): Explain dotted lists, true lists,
9773 circular lists.
9774 (List Elements): Explain handling of circular and dotted lists.
9775
97762004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
9777
9778 * modes.texi (Search-based Fontification): Fix typo.
9779
97802004-05-10 Juanma Barranquero <lektu@terra.es>
9781
9782 * modes.texi (Mode Line Variables): Fix description of
9783 global-mode-string, which is now after which-func-mode, not the
9784 buffer name.
9785
97862004-05-07 Lars Hansen <larsh@math.ku.dk>
9787
9788 * modes.texi (Desktop Save Mode): Add.
9789 (Modes): Add menu entry Desktop Save Mode.
9790
9791 * hooks.texi: Add desktop-after-read-hook,
9792 desktop-no-desktop-file-hook and desktop-save-hook.
9793
9794 * locals.texi: Add desktop-save-buffer.
9795
97962004-04-30 Jesper Harder <harder@ifa.au.dk>
9797
9798 * display.texi: emacs -> Emacs.
9799
98002004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9801
9802 * files.texi (Changing Files): Document set-file-times.
9803
98042004-04-23 Juanma Barranquero <lektu@terra.es>
9805
9806 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9807
98082004-04-18 Jesper Harder <harder@ifa.au.dk>
9809
9810 * tips.texi (Coding Conventions): defopt -> defcustom.
9811
98122004-04-16 Luc Teirlinck <teirllm@auburn.edu>
9813
9814 * sequences.texi: Various clarifications.
9815
98162004-04-14 Luc Teirlinck <teirllm@auburn.edu>
9817
9818 * buffers.texi (Read Only Buffers): Mention optional ARG to
9819 `toggle-read-only'.
9820
98212004-04-14 Nick Roberts <nick@nick.uklinux.net>
9822
9823 * windows.texi (Selecting Windows): Note that get-lru-window
9824 returns a full-width window if possible.
9825
98262004-04-13 Luc Teirlinck <teirllm@auburn.edu>
9827
9828 * buffers.texi: Various changes in addition to:
9829 (Buffer File Name): Add `find-buffer-visiting'.
9830 (Buffer Modification): Mention optional ARG to `not-modified'.
9831 (Indirect Buffers): Mention optional CLONE argument to
9832 `make-indirect-buffer'.
9833
9834 * files.texi: Various changes in addition to:
9835 (Visiting Functions): `find-file-hook' is now a normal hook.
9836 (File Name Expansion): Explain difference between the way that
9837 `expand-file-name' and `file-truename' treat `..'.
9838 (Contents of Directories): Mention optional ID-FORMAT argument to
9839 `directory-files-and-attributes'.
9840 (Format Conversion): Mention new optional CONFIRM argument to
9841 `format-write-file'.
9842
98432004-04-12 Miles Bader <miles@gnu.org>
9844
9845 * macros.texi (Expansion): Add description of `macroexpand-all'.
9846
98472004-04-05 Jesper Harder <harder@ifa.au.dk>
9848
5dcb4c4e
SM
9849 * variables.texi (Variable Aliases):
9850 Mention cyclic-variable-indirection.
b8d4c8d0
GM
9851
9852 * errors.texi (Standard Errors): Ditto.
9853
98542004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9855
9856 * backups.texi: Various small changes in addition to:
9857 (Making Backups): Mention return value of `backup-buffer'.
9858 (Auto-Saving): Mention optional FORCE argument to
9859 `delete-auto-save-file-if-necessary'.
9860 (Reverting): Mention optional PRESERVE-MODES argument to
9861 `revert-buffer'. Correct description of `revert-buffer-function'.
9862
98632004-03-22 Juri Linkov <juri@jurta.org>
9864
9865 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9866 with `Vector Functions'.
9867
9868 * text.texi (Sorting): Add missing quote.
9869
98702004-03-14 Luc Teirlinck <teirllm@auburn.edu>
9871
9872 * intro.texi (Lisp History): Replace xref to `cl' manual with
9873 inforef.
9874
98752004-03-12 Richard M. Stallman <rms@gnu.org>
9876
9877 * intro.texi (Version Info): Add arg to emacs-version.
9878 (Lisp History): Change xref to CL manual.
9879
98802004-03-09 Luc Teirlinck <teirllm@auburn.edu>
9881
9882 * minibuf.texi (Completion Commands): Add xref to Emacs manual
9883 for Partial Completion mode.
9884
98852004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
9886
9887 * customize.texi: Fix typo. Remove eol whitespace.
9888
98892004-03-04 Richard M. Stallman <rms@gnu.org>
9890
9891 * processes.texi: Fix typos.
9892
9893 * lists.texi (Building Lists): Minor clarification.
9894
9895 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9896 in make-hash-table.
9897
98982004-02-29 Juanma Barranquero <lektu@terra.es>
9899
9900 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9901 rm, and ignore exit code.
9902
99032004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9904
9905 * display.texi (Defining Faces): Add description for min-colors.
9906 Update example.
9907
99082004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9909
9910 * abbrevs.texi: Various corrections and clarifications in addition
9911 to the following:
9912 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9913
99142004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9915
9916 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9917
99182004-02-21 Luc Teirlinck <teirllm@auburn.edu>
9919
9920 * text.texi: Various small changes in addition to the following:
9921 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9922 to delete-horizontal-space.
9923 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9924 description of yank-handler text property at various places.
9925
9926 * frames.texi (Window System Selections): Add anchor.
9927
9928 * syntax.texi (Syntax Table Functions): Clarify and correct
9929 descriptions of make-syntax-table and copy-syntax-table.
9930 (Motion and Syntax): Clarify SYNTAXES argument to
9931 skip-syntax-forward.
9932 (Parsing Expressions): Mention that the return value of
9933 parse-partial-sexp is currently a list of ten rather than nine
9934 elements.
9935 (Categories): Various corrections and clarifications.
9936
99372004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9938
9939 * markers.texi (Marker Insertion Types): Minor change.
9940
9941 * locals.texi (Standard Buffer-Local Variables):
9942 * commands.texi (Interactive Codes, Using Interactive):
9943 * functions.texi (Related Topics): Fix xrefs.
9944
99452004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9946
9947 * lists.texi (Sets And Lists): Update description of delete-dups.
9948
99492004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9950
9951 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9952
c8763fb6 99532004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9954
9955 * frames.texi (Parameter Access): frame-parameters arg is optional.
9956 modify-frame-parameters handles nil for FRAME.
9957 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9958 are all-or-nothing for certain toolkits.
9959 Mention parameter wait-for-wm.
9960 (Frames and Windows): In frame-first-window and frame-selected-window
9961 the arg is optional.
9962 (Input Focus): In redirect-frame-focus the second arg is optional.
9963 (Window System Selections): Mention selection type CLIPBOARD.
9964 Mention data-type UTF8_STRING.
9965 Mention numbering of cut buffers.
9966 (Resources): Describe x-resource-name.
9967
99682004-02-16 Richard M. Stallman <rms@gnu.org>
9969
9970 * windows.texi (Buffers and Windows): Delete false table
9971 about all-frames.
9972
9973 * syntax.texi (Parsing Expressions): Delete old caveat
9974 about parse-sexp-ignore-comments.
9975
9976 * streams.texi (Output Variables): Add print-quoted.
9977
9978 * lists.texi (Building Lists): Minor cleanup.
9979
9980 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9981
9982 * display.texi (Overlays): Explain overlays use markers.
9983 (Managing Overlays): Explain front-advance and rear-advance
9984 in more detail.
9985
9986 * loading.texi (Unloading): Document unload-feature-special-hooks.
9987 Get rid of fns-NNN.el file.
9988
99892004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9990
9991 * help.texi (Describing Characters): Fix text-char-description
9992 example output.
9993
9994 * edebug.texi (Using Edebug): Fix example.
9995
9996 * debugging.texi (Internals of Debugger): Fix return value.
9997
9998 * files.texi (Changing Files): Fix argname.
9999
10000 * calendar.texi: Fix parens, and default values.
10001
10002 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
10003 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 10004 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
10005
10006 * positions.texi (Text Lines): Don't add -1 in current-line.
10007
100082004-02-16 Richard M. Stallman <rms@gnu.org>
10009
10010 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
10011
100122004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10013
10014 * processes.texi (Low-Level Network): Fix a typo.
10015
100162004-02-12 Kim F. Storm <storm@cua.dk>
10017
10018 * display.texi (Fringes): Use consistent wording.
10019 Note that window-fringe's window arg is optional.
10020 (Scroll Bars): Use consistent wording.
10021
100222004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10023
10024 * tips.texi (Comment Tips): Document the new conventions for
10025 commenting out code.
10026
c8763fb6 100272004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 10028
5dcb4c4e 10029 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
10030
100312004-02-07 Kim F. Storm <storm@cua.dk>
10032
10033 * positions.texi (Text Lines): Add line-number-at-pos.
10034
100352004-02-06 John Paul Wallington <jpw@gnu.org>
10036
10037 * display.texi (Button Properties, Button Buffer Commands):
10038 mouse-2 invokes button, not down-mouse-1.
10039
100402004-02-04 Jason Rumney <jasonr@gnu.org>
10041
10042 * makefile.w32-in: Sync with Makefile.in changes.
10043
100442004-02-03 Luc Teirlinck <teirllm@auburn.edu>
10045
10046 * minibuf.texi (Text from Minibuffer): Various corrections and
10047 clarifications.
10048 (Object from Minibuffer): Correct Lisp description of
10049 read-minibuffer.
10050 (Minibuffer History): Clarify description of cons values for
10051 HISTORY arguments.
5dcb4c4e
SM
10052 (Basic Completion): Various corrections and clarifications.
10053 Add completion-regexp-list.
b8d4c8d0
GM
10054 (Minibuffer Completion): Correct and clarify description of
10055 completing-read.
5dcb4c4e
SM
10056 (Completion Commands): Mention Partial Completion mode.
10057 Various other minor changes.
b8d4c8d0
GM
10058 (High-Level Completion): Various corrections and clarifications.
10059 (Reading File Names): Ditto.
10060 (Minibuffer Misc): Ditto.
10061
100622004-01-26 Luc Teirlinck <teirllm@auburn.edu>
10063
10064 * strings.texi (Text Comparison): assoc-string also matches
10065 elements of alists that are strings instead of conses.
10066 (Formatting Strings): Standardize Texinfo usage. Update index
10067 entries.
10068
100692004-01-20 Luc Teirlinck <teirllm@auburn.edu>
10070
10071 * lists.texi (Sets And Lists): Add delete-dups.
10072
100732004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10074
10075 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10076 special form.
10077 * macros.texi (Defining Macros): Update description of `declare',
10078 which now is a macro.
10079 (Wrong Time): Fix typos.
10080
100812004-01-14 Luc Teirlinck <teirllm@auburn.edu>
10082
10083 * compile.texi (Compilation Functions): Expand descriptions of
10084 `compile-defun', `byte-compile-file', `byte-recompile-directory'
10085 and `batch-byte-compile'. In particular, mention and describe
10086 all optional arguments.
10087 (Disassembly): Correct and clarify the description of `disassemble'.
10088
100892004-01-11 Luc Teirlinck <teirllm@auburn.edu>
10090
10091 * searching.texi: Various small changes in addition to the
10092 following.
10093 (Regexp Example): Adapt to new value of `sentence-end'.
10094 (Regexp Functions): The PAREN argument to `regexp-opt' can be
10095 `words'.
10096 (Search and Replace): Add usage note for `perform-replace'.
10097 (Entire Match Data): Mention INTEGERS and REUSE arguments to
10098 `match-data'.
10099 (Standard Regexps): Update for new values of `paragraph-start'
10100 and `sentence-end'.
10101
101022004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10103
10104 * files.texi (Saving Buffers): Clarify descriptions of
10105 `write-contents-functions' and `before-save-hook'.
10106 Make the defvar's for `before-save-hook' and `after-save-hook'
10107 into defopt's.
10108
101092004-01-07 Kim F. Storm <storm@cua.dk>
10110
10111 * commands.texi (Click Events): Describe new image and
10112 width/height elements of click events.
10113 (Accessing Events): Add posn-string, posn-image, and
10114 posn-object-width-height. Change posn-object to return either
10115 image or string object.
10116
101172004-01-01 Simon Josefsson <jas@extundo.com>
10118
10119 * hooks.texi (Standard Hooks): Add before-save-hook.
10120 * files.texi (Saving Buffers): Likewise.
10121
101222004-01-03 Richard M. Stallman <rms@gnu.org>
10123
10124 * frames.texi (Frames and Windows): Delete frame-root-window.
10125
101262004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10127
10128 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10129
10130 * functions.texi: Various small changes in addition to the
10131 following.
5dcb4c4e
SM
10132 (What Is a Function): `functionp' returns nil for macros.
10133 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
10134 (Function Documentation): Add `\' in front of (fn @var{arglist})
10135 and explain why.
10136 (Defining Functions): Mention DOCSTRING argument to `defalias'.
10137 Add anchor.
10138 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
10139
101402004-01-01 Miles Bader <miles@gnu.org>
10141
10142 * display.texi (Buttons): New section.
10143
101442003-12-31 Andreas Schwab <schwab@suse.de>
10145
10146 * numbers.texi (Math Functions): sqrt reports a domain-error
10147 error.
10148 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
10149
101502003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10151
10152 * tips.texi (Documentation Tips): Update item on hyperlinks in
10153 documentation strings.
10154
10155 * errors.texi (Standard Errors): Various small corrections and
10156 additions.
10157
10158 * control.texi: Various small changes in addition to the
10159 following.
10160 (Signaling Errors): Provide some more details on how `signal'
10161 constructs the error message. Add anchor to the definition of
10162 `signal'.
10163 (Error Symbols): Describe special treatment of `quit'.
10164 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
10165 to emphasize that it has to be a single form.
10166
10167 * buffers.texi: Add anchor.
10168
101692003-12-29 Richard M. Stallman <rms@gnu.org>
10170
10171 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
10172 (Window Configurations): Add window-configuration-frame.
10173
10174 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
10175
10176 * text.texi (Examining Properties): Add get-char-property-and-overlay.
10177 Change arg name in get-char-property.
10178 (Special Properties): Update handling of keymap property.
10179
10180 * strings.texi (Modifying Strings): Add clear-string.
10181 (Text Comparison): Add assoc-string and remove
10182 assoc-ignore-case, assoc-ignore-representation.
10183
10184 * os.texi (Time of Day): Add set-time-zone-rule.
10185
10186 * numbers.texi (Math Functions): asin, acos, log, log10
10187 report domain-error errors.
10188
10189 * nonascii.texi (Converting Representations):
10190 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
10191 (Encoding and I/O): Add file-name-coding-system.
10192
10193 * modes.texi (Search-based Fontification): Explain that
10194 face specs are symbols with face names as values.
10195
10196 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
10197
10198 * lists.texi (Building Lists): remq moved elsewhere.
10199 (Sets And Lists): remq moved here.
10200 (Association Lists): Refer to assoc-string.
10201
10202 * internals.texi (Garbage Collection): Add memory-use-counts.
10203
10204 * frames.texi (Frames and Windows): Add set-frame-selected-window
10205 and frame-root-window.
10206
10207 * files.texi (Contents of Directories):
10208 Add directory-files-and-attributes.
10209
10210 * display.texi (Refresh Screen): Add force-window-update.
10211 (Invisible Text): Explain about moving point out of invis text.
10212 (Overlay Properties): Add overlay-properties.
10213 (Managing Overlays): Add overlayp.
10214 (GIF Images): Invalid image number displays a hollow box.
10215
10216 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
10217 (Killing Buffers): Add buffer-live-p.
10218
102192003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10220
10221 * display.texi (Fringes): Fix typo "set-buffer-window".
10222
102232003-12-24 Luc Teirlinck <teirllm@auburn.edu>
10224
10225 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
10226 * nonascii.texi, processes.texi, tips.texi, variables.texi:
10227 Add or change various xrefs and anchors.
10228
10229 * commands.texi: Replace all occurrences of @acronym{CAR} with
10230 @sc{car}, for consistency with the rest of the Elisp manual.
10231 `car' and `cdr' are historically acronyms, but are no longer
10232 widely thought of as such.
10233
10234 * internals.texi (Pure Storage): Mention that `purecopy' does not
10235 copy text properties.
10236 (Object Internals): Now 29 bits are used (in most implementations)
10237 to address Lisp objects.
10238
10239 * variables.texi (Variables with Restricted Values): New node.
10240
10241 * objects.texi (Lisp Data Types): Mention that certain variables
10242 can only take on a restricted set of values and add an xref to
10243 the new node "Variables with Restricted Values".
10244
10245 * eval.texi (Function Indirection): Describe the errors that
10246 `indirect-function' can signal.
10247 (Eval): Clarify the descriptions of `eval-region' and `values'.
10248 Describe `eval-buffer' instead of `eval-current-buffer' and
10249 mention `eval-current-buffer' as an alias for `current-buffer'.
10250 Correct the description and mention all optional arguments.
10251
10252 * nonascii.texi: Various small changes in addition to the
10253 following.
10254 (Converting Representations): Clarify behavior of
10255 `string-make-multibyte' and `string-to-multibyte' for unibyte all
10256 ASCII arguments.
10257 (Character Sets): Document the variable `charset-list' and adapt
10258 the definition of the function `charset-list' accordingly.
10259 (Translation of Characters): Clarify use of generic characters in
10260 `make-translation-table'. Clarify and correct the description of
10261 the use of translation tables in encoding and decoding.
10262 (User-Chosen Coding Systems): Correct and clarify the description
10263 of `select-safe-coding-system'.
10264 (Default Coding Systems): Clarify description of
10265 `file-coding-system-alist'.
10266
102672003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10268
10269 * strings.texi (Text Comparison): Correctly describe when two
10270 strings are `equal'. Combine and clarify descriptions of
10271 `assoc-ignore-case' and `assoc-ignore-representation'.
10272
10273 * objects.texi (Non-ASCII in Strings): Clarify description of
10274 when a string is unibyte or multibyte.
10275 (Bool-Vector Type): Update examples.
10276 (Equality Predicates): Correctly describe when two strings are
10277 `equal'.
10278
102792003-11-29 Luc Teirlinck <teirllm@auburn.edu>
10280
10281 * lists.texi (Building Lists): `append' no longer accepts integer
10282 arguments. Update the description of `number-sequence' to reflect
10283 recent changes.
10284 (Sets And Lists): Describe `member-ignore-case' after `member'.
10285
102862003-11-27 Kim F. Storm <storm@cua.dk>
10287
10288 * commands.texi (Click Events): Click object may be an images.
10289 Describe (dx . dy) element of click positions.
10290 (Accessing Events): Remove duplicate posn-timestamp.
10291 New functions posn-object and posn-object-x-y.
10292
102932003-11-23 Kim F. Storm <storm@cua.dk>
10294
10295 * commands.texi (Click Events): Describe enhancements to event
10296 position lists, including new text-pos and (col . row) items.
10297 Mention left-fringe and right-fringe area events.
10298 (Accessing Events): New functions posn-area and
10299 posn-actual-col-row. Mention posn-timestamp. Mention that
10300 posn-point in non-text area still returns buffer position.
10301 Clarify posn-col-row.
10302
103032003-11-21 Lars Hansen <larsh@math.ku.dk>
10304
10305 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
10306 * anti.texi (File Attributes): Describe removed parameter
10307 ID-FORMAT.
10308
103092003-11-20 Luc Teirlinck <teirllm@auburn.edu>
10310
10311 * positions.texi (Positions): Mention that, if a marker is used as
10312 a position, its buffer is ignored.
10313
10314 * markers.texi (Overview of Markers): Mention it here too.
10315
103162003-11-12 Luc Teirlinck <teirllm@auburn.edu>
10317
10318 * numbers.texi (Numeric Conversions): Not just `floor', but also
10319 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
10320
103212003-11-10 Luc Teirlinck <teirllm@auburn.edu>
10322
10323 * markers.texi (Creating Markers): Specify insertion type of
10324 created markers. Add xref to `Marker Insertion Types'.
10325 Second argument to `copy-marker' is optional.
10326 (Marker Insertion Types): Mention that most markers are created
10327 with insertion type nil.
10328 (The Mark): Correctly describe when `mark' signals an error.
10329 (The Region): Correctly describe when `region-beginning' and
10330 `region-end' signal an error.
10331
103322003-11-08 Luc Teirlinck <teirllm@auburn.edu>
10333
10334 * hash.texi (Creating Hash): Clarify description of `eql'.
10335 `makehash' is obsolete.
10336 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
10337
10338 * positions.texi (Point): Change description of `buffer-end', so
10339 that it is also correct for floating point arguments.
10340 (List Motion): Correct argument lists of `beginning-of-defun' and
10341 `end-of-defun'.
10342 (Excursions): Add xref to `Marker Insertion Types'.
10343 (Narrowing): Argument to `narrow-to-page' is optional.
10344
103452003-11-06 Luc Teirlinck <teirllm@auburn.edu>
10346
10347 * streams.texi (Output Streams): Clarify behavior of point for
10348 marker output streams.
10349
103502003-11-04 Luc Teirlinck <teirllm@auburn.edu>
10351
10352 * variables.texi (Defining Variables): Second argument to
10353 `defconst' is not optional.
10354 (Setting Variables): Mention optional argument APPEND to
10355 `add-to-list'.
10356 (Creating Buffer-Local): Expand description of
10357 `make-variable-buffer-local'.
10358 (Frame-Local Variables): Expand description of
10359 `make-variable-frame-local'.
10360 (Variable Aliases): Correct description of optional argument
10361 DOCSTRING to `defvaralias'. Mention return value of
10362 `defvaralias'.
10363 (File Local Variables): Add xref to `File variables' in Emacs
10364 Manual. Correct description of `hack-local-variables'. Mention
10365 `safe-local-variable' property. Mention optional second argument
10366 to `risky-local-variable-p'.
10367
103682003-11-03 Luc Teirlinck <teirllm@auburn.edu>
10369
10370 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
10371
103722003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10373
10374 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
10375 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
10376 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
10377 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
10378 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
10379 lispref/processes.texi, lispref/searching.texi,
10380 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
10381 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
10382 @acronym{FOO}.
10383
103842003-10-27 Luc Teirlinck <teirllm@auburn.edu>
10385
10386 * strings.texi (Creating Strings): Argument START to `substring'
10387 can not be `nil'. Expand description of
10388 `substring-no-properties'. Correct description of `split-string',
10389 especially with respect to empty matches. Prevent very bad line
10390 break in definition of `split-string-default-separators'.
10391 (Text Comparison): `string=' and `string<' also accept symbols as
10392 arguments.
10393 (String Conversion): More completely describe argument BASE in
10394 `string-to-number'.
10395 (Formatting Strings): `%s' and `%S' in `format' do require
10396 corresponding object. Clarify behavior of numeric prefix after
10397 `%' in `format'.
10398 (Case Conversion): The argument to `upcase-initials' can be a
10399 character.
10400
104012003-10-27 Kenichi Handa <handa@m17n.org>
10402
10403 * display.texi (Fontsets): Fix texinfo usage.
10404
104052003-10-25 Kenichi Handa <handa@m17n.org>
10406
10407 * display.texi (Fontsets): Add description of the function
10408 set-fontset-font.
10409
104102003-10-23 Luc Teirlinck <teirllm@auburn.edu>
10411
10412 * display.texi (Temporary Displays): Add xref to `Documentation
10413 Tips'.
10414
10415 * functions.texi (Function Safety): Use inforef instead of pxref
10416 for SES.
10417
104182003-10-23 Andreas Schwab <schwab@suse.de>
10419
10420 * Makefile.in (TEX, texinputdir): Don't define.
10421 (TEXI2DVI): Define.
10422 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
10423 add $(srcdir)/index.texi.
10424 ($(infodir)/elisp): Remove index.texi dependency.
10425 (elisp.dvi): Likewise. Use $(TEXI2DVI).
10426 (index.texi): Remove target.
10427 (dist): Don't link $(srcdir)/permute-index.
10428 (clean): Don't remove index.texi.
10429
10430 * permute-index, index.perm: Remove.
10431 * index.texi: Rename from index.unperm.
10432
104332003-10-22 Luc Teirlinck <teirllm@auburn.edu>
10434
10435 * tips.texi (Documentation Tips): Document new behavior for face
10436 and variable hyperlinks in Help mode.
10437
104382003-10-21 Luc Teirlinck <teirllm@auburn.edu>
10439
10440 * objects.texi (Integer Type): Update for extra bit of integer range.
10441 (Character Type): Ditto.
10442
104432003-10-16 Eli Zaretskii <eliz@gnu.org>
10444
10445 * numbers.texi (Integer Basics): Add index entries for reading
10446 numbers in hex, octal, and binary.
10447
104482003-10-16 Lute Kamstra <lute@gnu.org>
10449
10450 * modes.texi (Mode Line Format): Mention force-mode-line-update's
10451 argument.
10452
104532003-10-13 Luc Teirlinck <teirllm@auburn.edu>
10454
10455 * windows.texi (Choosing Window): Fix typo.
10456 * edebug.texi (Edebug Execution Modes): Fix typo.
10457
104582003-10-13 Richard M. Stallman <rms@gnu.org>
10459
10460 * windows.texi (Basic Windows): A window has fringe settings,
10461 display margins and scroll-bar settings.
10462 (Splitting Windows): Doc split-window return value.
10463 Clean up one-window-p.
10464 (Selecting Windows): Fix typo.
10465 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
10466 (Buffers and Windows): In set-window-buffer, explain effect
10467 on fringe settings and scroll bar settings.
10468 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
10469 (Choosing Window): Use defopt for pop-up-frame-function.
10470 For special-display-buffer-names, explain same-window and same-frame.
10471 Clarify window-dedicated-p return value.
10472 (Textual Scrolling): scroll-up and scroll-down can get an error.
10473 (Horizontal Scrolling): Clarify auto-hscroll-mode.
10474 Clarify set-window-hscroll.
10475 (Size of Window): Don't mention tool bar in window-height.
10476 (Coordinates and Windows): Explain what coordinates-in-window-p
10477 returns for fringes and display margins.
10478 (Window Configurations): Explain saving fringes, etc.
10479
10480 * tips.texi (Library Headers): Clean up Documentation.
10481
10482 * syntax.texi (Parsing Expressions): Clean up forward-comment
10483 and parse-sexp-lookup-properties.
10484
10485 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
10486
10487 * os.texi (System Environment): Clean up text for load-average errors.
10488
10489 * modes.texi (Hooks): Don't explain local hook details at front.
10490 Clarify run-hooks and run-hook-with-args a little.
10491 Clean up add-hook and remove-hook.
10492
10493 * edebug.texi (Edebug Execution Modes): Clarify t.
10494 Document edebug-sit-for-seconds.
10495 (Coverage Testing): Document C-x X = and =.
10496 (Instrumenting Macro Calls): Fix typo.
10497 (Specification List): Don't index the specification keywords.
10498
104992003-10-10 Kim F. Storm <storm@cua.dk>
10500
10501 * processes.texi (Network): Introduce make-network-process.
10502
105032003-10-09 Luc Teirlinck <teirllm@auburn.edu>
10504
10505 * tips.texi (Library Headers): Fix typo.
10506
105072003-10-07 Juri Linkov <juri@jurta.org>
10508
10509 * modes.texi (Imenu): Mention imenu-create-index-function's
10510 default value. Explain submenus better.
10511
105122003-10-07 Lute Kamstra <lute@gnu.org>
10513
10514 * modes.texi (Faces for Font Lock): Fix typo.
10515 (Hooks): Explain how buffer-local hook variables can refer to
10516 global hook variables.
10517 Various minor clarifications.
10518
105192003-10-06 Lute Kamstra <lute@gnu.org>
10520
10521 * tips.texi (Coding Conventions): Mention naming conventions for
10522 hooks.
10523
105242003-10-05 Luc Teirlinck <teirllm@auburn.edu>
10525
10526 * loading.texi (Library Search): Correct default value of
10527 load-suffixes.
10528 (Named Features): Fix typo.
10529
105302003-10-05 Richard M. Stallman <rms@gnu.org>
10531
10532 * loading.texi (Named Features): In `provide',
10533 say how to test for subfeatures.
10534 (Unloading): In unload-feature, use new var name
10535 unload-feature-special-hooks.
10536
105372003-10-03 Lute Kamstra <lute@gnu.org>
10538
10539 * modes.texi (Major Mode Conventions): Mention third way to set up
10540 Imenu.
10541 (Imenu): A number of small fixes.
10542 Delete documentation of internal variable imenu--index-alist.
10543 Document the return value format of imenu-create-index-function
10544 functions.
10545
105462003-09-30 Richard M. Stallman <rms@gnu.org>
10547
10548 * processes.texi (Network): Say what stopped datagram connections do.
10549
10550 * lists.texi (Association Lists): Clarify `assq-delete-all'.
10551
10552 * display.texi (Overlay Properties): Clarify `evaporate' property.
10553
105542003-09-29 Lute Kamstra <lute@gnu.org>
10555
10556 * modes.texi (Mode Line Data): Explain when symbols in mode-line
10557 constructs should be marked as risky.
10558 Change cons cell into proper list.
10559 (Mode Line Variables): Change cons cell into proper list.
10560
105612003-09-26 Lute Kamstra <lute@gnu.org>
10562
10563 * modes.texi (Mode Line Data): Document the :propertize construct.
10564 (Mode Line Variables): Reorder the descriptions of the variables
10565 to match their order in the default mode-line-format.
10566 Describe the new variables mode-line-position and mode-line-modes.
10567 Update the default values of mode-line-frame-identification,
10568 minor-mode-alist, and default-mode-line-format.
10569 (Properties in Mode): Mention the :propertize construct.
10570
105712003-09-26 Richard M. Stallman <rms@gnu.org>
10572
10573 * buffers.texi, commands.texi, debugging.texi, eval.texi:
10574 * loading.texi, minibuf.texi, text.texi, variables.texi:
10575 Avoid @strong{Note:}.
10576
105772003-09-26 Richard M. Stallman <rms@gnu.org>
10578
10579 * keymaps.texi (Remapping Commands): Fix typo.
10580
105812003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
10582
10583 * processes.texi (Low-Level Network): Fix typo.
10584
105852003-09-23 Kim F. Storm <storm@cua.dk>
10586
10587 * processes.texi (Network, Network Servers): Fix typos.
10588 (Low-Level Network): Add timeout value for :server keyword.
10589 Add new option keywords to make-network-process.
10590 Add set-network-process-options.
10591 Explain how to test availability of network options.
10592
105932003-09-19 Richard M. Stallman <rms@gnu.org>
10594
10595 * text.texi (Motion by Indent): Arg to
10596 backward-to-indentation and forward-to-indentation is optional.
10597
10598 * strings.texi (Creating Strings): Add substring-no-properties.
10599
10600 * processes.texi
10601 (Process Information): Add list-processes arg QUERY-ONLY.
10602 Delete process-contact from here.
10603 Add new status values for process-status.
10604 Add process-get, process-put, process-plist, set-process-plist.
10605 (Synchronous Processes): Add call-process-shell-command.
10606 (Signals to Processes): signal-process allows process objects.
10607 (Network): Complete rewrite.
10608 (Network Servers, Datagrams, Low-Level Network): New nodes.
10609
10610 * positions.texi (Word Motion): forward-word, backward-word
10611 arg is optional. Reword.
10612
10613 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
10614
10615 * variables.texi (Creating Buffer-Local):
10616 Delete duplicate definition of buffer-local-value.
10617 (File Local Variables): Explain about discarding text props.
10618
106192003-09-11 Richard M. Stallman <rms@gnu.org>
10620
10621 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
10622 changes variables that record input events.
10623 (Minibuffer Misc): Add minibuffer-selected-window.
10624
10625 * lists.texi (Building Lists): Add copy-tree.
10626
10627 * display.texi (Fontsets): Add char-displayable-p.
10628 (Scroll Bars): New node.
10629
106302003-09-08 Lute Kamstra <lute@gnu.org>
10631
10632 * modes.texi (%-Constructs): Document new `%i' and `%I'
10633 constructs.
10634
106352003-09-03 Peter Runestig <peter@runestig.com>
10636
10637 * makefile.w32-in: New file.
10638
106392003-08-29 Richard M. Stallman <rms@gnu.org>
10640
10641 * display.texi (Overlay Properties): Clarify how priorities
10642 affect use of the properties.
10643
106442003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10645
10646 * customize.texi (Type Keywords): Correct the description of
10647 `:help-echo' in the case where `motion-doc' is a function.
10648
106492003-08-14 John Paul Wallington <jpw@gnu.org>
10650
10651 * modes.texi (Emulating Mode Line): Subsection, not section.
10652
106532003-08-13 Richard M. Stallman <rms@gnu.org>
10654
10655 * elisp.texi (Top): Update subnode lists in menu.
10656
10657 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
10658 (Kill Functions): kill-region has new arg yank-handler.
10659 (Yanking): New node.
10660 (Yank Commands): Add yank-undo-function.
10661 (Low-Level Kill Ring):
10662 kill-new and kill-append have new arg yank-handler.
10663 (Changing Properties): Add remove-list-of-text-properties.
10664 (Atomic Changes): New node.
10665
10666 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
10667
10668 * streams.texi (Output Variables): Add eval-expression-print-length
10669 and eval-expression-print-level.
10670
10671 * os.texi (Time Conversion): For encode-time, explain limits on year.
10672
10673 * objects.texi (Character Type): Define anchor "modifier bits".
10674
10675 * modes.texi (Emulating Mode Line): New node.
10676 (Search-based Fontification): Font Lock uses font-lock-face property.
10677 (Other Font Lock Variables): Likewise.
10678
10679 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
10680 not vectors.
10681 (Active Keymaps): Add emulation-mode-map-alists.
10682 (Functions for Key Lookup): key-binding has new arg no-remap.
10683 (Remapping Commands): New node.
10684 (Scanning Keymaps): where-is-internal has new arg no-remap.
10685 (Tool Bar): Add tool-bar-local-item-from-menu.
10686 Clarify when to use tool-bar-add-item-from-menu.
10687
10688 * commands.texi (Interactive Call): commandp has new arg.
10689 (Command Loop Info): Add this-original-command.
10690
106912003-08-06 John Paul Wallington <jpw@gnu.org>
10692
10693 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
10694
10695 * display.texi (Warning Basics): Fix typo.
10696 (Fringes): Add closing curly bracket and fix typo.
10697
10698 * elisp.texi (Top): Fix typo.
10699
107002003-08-05 Richard M. Stallman <rms@gnu.org>
10701
10702 * elisp.texi: Update lists of subnodes.
10703
10704 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
10705
10706 * variables.texi (Local Variables): Use lc for example variable names.
10707
10708 * tips.texi (Library Headers): Explain where to put -*-.
10709
10710 * strings.texi (Creating Strings): Fix xref for vconcat.
10711
10712 * sequences.texi (Vector Functions):
10713 vconcat no longer allows integer args.
10714
10715 * minibuf.texi (Reading File Names): read-file-name has new
10716 arg PREDICATE. New function read-directory-name.
10717
c4cc8b9a 10718 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
10719 (Indenting Macros): New node.
10720
10721 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
10722 (Window Frame Parameters): Make separate table of parameters
10723 that are coupled with specific face attributes.
10724 (Deleting Frames): delete-frame-hooks renamed to
10725 delete-frame-functions.
10726
10727 * files.texi (Magic File Names): Add file-remote-p.
10728 Clarify file-local-copy.
10729
10730 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
10731 here; instead xref Defining Macros.
10732
10733 * display.texi (Warnings): New node, and subnodes.
10734 (Fringes): New node.
10735
10736 * debugging.texi (Test Coverage): New node.
10737
10738 * compile.texi (Compiler Errors): Explain with-no-warnings
10739 and other ways to suppress warnings.
10740
10741 * commands.texi (Interactive Call): Minor clarification.
10742
10743 * buffers.texi (Buffer File Name): set-visited-file-name
10744 renames the buffer too.
10745
10746 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
10747
107482003-07-24 Markus Rost <rost@math.ohio-state.edu>
10749
10750 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
10751
107522003-07-22 Markus Rost <rost@math.ohio-state.edu>
10753
10754 * internals.texi (Garbage Collection): Fix previous change.
10755
107562003-07-22 Richard M. Stallman <rms@gnu.org>
10757
10758 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
10759
10760 * display.texi (Width): Use \s syntax in example.
10761 (Font Selection): Add face-font-rescale-alist.
10762
10763 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
10764 Remove spurious indent in example.
10765
10766 * lists.texi (Building Lists): Add number-sequence.
10767
10768 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
10769
10770 * functions.texi (Function Documentation): Explain how to
10771 show calling convention explicitly in the doc string.
10772
10773 * windows.texi (Selecting Windows): save-selected-window saves
10774 selected window of each frame.
10775 (Window Configurations): Minor change.
10776
10777 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
10778
10779 * streams.texi (Output Variables): Add print-continuous-numbering
10780 and print-number-table.
10781
10782 * processes.texi (Decoding Output): New node.
10783
10784 * os.texi (Time Conversion): decode-time arg is optional.
10785
10786 * objects.texi (Character Type): Don't use space as example for \.
10787 Make list of char names and \-sequences correspond.
10788 Explain that \s is not used in strings. `\ ' needs space after.
10789
10790 * nonascii.texi (Converting Representations): Add string-to-multibyte.
10791 (Translation of Characters): Add translation-table-for-input.
10792 (Default Coding Systems): Add auto-coding-functions.
10793 (Explicit Encoding): Add decode-coding-inserted-region.
10794 (Locales): Add locale-info.
10795
10796 * minibuf.texi (Basic Completion): Describe test-completion.
10797 Collections can be lists of strings.
10798 Clean up lazy-completion-table.
10799 (Programmed Completion): Mention test-completion.
10800 Clarify why lambda expressions are not accepted.
10801 (Minibuffer Misc): Describe minibufferp.
10802
108032003-07-14 Richard M. Stallman <rms@gnu.org>
10804
10805 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
10806
10807 * windows.texi (Selecting Windows): New arg to select-window.
10808 (Selecting Windows): Add with-selected-window.
10809 (Size of Window): Add window-inside-edges, etc.
10810
10811 * internals.texi (Garbage Collection): Add post-gc-hook.
10812
10813 * processes.texi (Subprocess Creation): Add exec-suffixes.
10814
10815 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
10816 (Scanning Keymaps): Add map-keymaps.
10817 (Defining Menus): Add keymap-prompt.
10818
10819 * numbers.texi (Integer Basics): Add most-positive-fixnum,
10820 most-negative-fixnum.
10821
c4cc8b9a 10822 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
10823 (Compiler Errors): New node.
10824
10825 * os.texi (User Identification): user-uid, user-real-uid
10826 can return float.
10827
10828 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
10829 and about derived modes.
10830 (Minor Modes): Add minor-mode-list.
10831 (Defining Minor Modes): Keyword args for define-minor-mode.
10832 (Search-based Fontification): Explain managing other properties.
10833 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 10834 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
10835 (Hooks): Add run-mode-hooks and delay-mode-hooks.
10836
10837 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
10838 (Variable Aliases): Clarify defvaralias.
10839
10840 * loading.texi (Library Search): Add load-suffixes.
10841
10842 * minibuf.texi (Basic Completion): Add lazy-completion-table.
10843 (Programmed Completion): Add dynamic-completion-table.
10844
10845 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10846 (Magic File Names): Specify precedence order of handlers.
10847
10848 * commands.texi (Command Overview): Emacs server runs pre-command-hook
10849 and post-command-hook.
10850 (Waiting): New calling convention for sit-for.
10851
10852 * text.texi (Special Properties): local-map and keymap properties
10853 apply based on their stickiness.
10854
108552003-07-07 Richard M. Stallman <rms@gnu.org>
10856
10857 * modes.texi (Minor Mode Conventions): Specify only some kinds
10858 of list values as args to minor modes.
10859
10860 * files.texi (File Name Expansion): Warn about iterative use
10861 of substitute-in-file-name.
10862
10863 * advice.texi (Activation of Advice): Clean up previous change.
10864
108652003-07-06 Markus Rost <rost@math.ohio-state.edu>
10866
10867 * advice.texi (Activation of Advice): Note that ad-start-advice is
10868 turned on by default.
10869
108702003-06-30 Richard M. Stallman <rms@gnu.org>
10871
10872 * text.texi (Buffer Contents): Document current-word.
10873 (Change Hooks): Not called for *Messages*.
10874
10875 * functions.texi (Defining Functions): Explain about redefining
10876 primitives.
f4e90db0 10877 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
10878 Comment out the detailed criteria for what is safe.
10879
108802003-06-22 Andreas Schwab <schwab@suse.de>
10881
10882 * objects.texi (Symbol Type): Fix description of examples.
10883
108842003-06-16 Andreas Schwab <schwab@suse.de>
10885
10886 * hash.texi (Creating Hash): Fix description of :weakness.
10887
c8763fb6 108882003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
10889
10890 * files.texi (Changing Files): copy-file copies file modes, too.
10891
108922003-05-28 Richard M. Stallman <rms@gnu.org>
10893
10894 * strings.texi (Creating Strings): Clarify split-string.
10895
108962003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
10897
10898 * strings.texi (Creating Strings): Update split-string specification
10899 and examples.
10900
109012003-05-19 Richard M. Stallman <rms@gnu.org>
10902
10903 * elisp.texi: Correct invariant section names.
10904
109052003-04-20 Richard M. Stallman <rms@gnu.org>
10906
10907 * os.texi (Timers): Explain about timers and quitting.
10908
109092003-04-19 Richard M. Stallman <rms@gnu.org>
10910
10911 * internals.texi (Writing Emacs Primitives): Strings are
10912 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
10913 Explain GCPRO convention for varargs function args.
10914
109152003-04-16 Richard M. Stallman <rms@gnu.org>
10916
10917 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10918
109192003-04-08 Richard M. Stallman <rms@gnu.org>
10920
10921 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10922
109232003-02-13 Kim F. Storm <storm@cua.dk>
10924
10925 * objects.texi (Character Type): New \s escape for space.
10926
109272003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
10928
5dcb4c4e 10929 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
10930
109312003-01-25 Richard M. Stallman <rms@gnu.org>
10932
10933 * keymaps.texi: Document that a symbol can act as a keymap.
10934
109352003-01-13 Richard M. Stallman <rms@gnu.org>
10936
10937 * text.texi (Changing Properties): Say string indices are origin-0.
10938
10939 * positions.texi (Screen Lines) <compute-motion>:
10940 Correct order of elts in return value.
10941
10942 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10943 how to define a default binding.
10944
109452002-12-07 Markus Rost <rost@math.ohio-state.edu>
10946
10947 * loading.texi (Unloading): Fix recent change for load-history.
10948
10949 * customize.texi (Simple Types): Clarify description of custom
10950 type 'number. Describe new custom type 'float.
10951
109522002-12-04 Markus Rost <rost@math.ohio-state.edu>
10953
10954 * variables.texi (File Local Variables): Fix typo.
10955
c8763fb6 109562002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
10957
10958 From Michael Albinus <Michael.Albinus@alcatel.de>.
10959
10960 * README: Target for Info file is `make info'.
10961
5dcb4c4e 10962 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
10963 `file-name-sans-extension'.
10964 (Magic File Names): Complete list of operations for magic file
10965 name handlers.
10966
109672002-09-16 Jonathan Yavner <jyavner@engineer.com>
10968
10969 * variables.texi (File Local Variables): New function
10970 risky-local-variable-p.
10971
109722002-09-15 Jonathan Yavner <jyavner@engineer.com>
10973
10974 * functions.texi (Function safety): New node about unsafep.
10975
109762002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10977
5dcb4c4e 10978 * customize.texi (Splicing into Lists): Fix example.
a86cd395 10979 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
10980
109812002-06-17 Juanma Barranquero <lektu@terra.es>
10982
10983 * frames.texi (Display Feature Testing): Fix typo.
10984
109852002-06-12 Andreas Schwab <schwab@suse.de>
10986
10987 * frames.texi (Initial Parameters, Resources): Fix references to
10988 the Emacs manual.
10989
109902002-05-13 Kim F. Storm <storm@cua.dk>
10991
10992 * variables.texi (Intro to Buffer-Local): Updated warning and
10993 example relating to changing buffer inside let.
10994
c8763fb6 109952002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10996
10997 * os.texi (Session Management): New node about X Session management.
10998
109992002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
11000
11001 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
11002 to which the manual corresponds, and the copyright years.
11003
11004 * Makefile.in (VERSION): Set to 2.9.
11005
110062001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
11007
11008 * elisp.texi: Change the category in @dircategory to "Emacs", to
11009 make it consistent with info/dir.
11010
110112001-11-25 Miles Bader <miles@gnu.org>
11012
11013 * text.texi (Fields): Describe new `limit' arg in
11014 field-beginning/field-end.
11015
110162001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
11017
5dcb4c4e
SM
11018 * permute-index: Don't depend on csh-specific features.
11019 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
11020
11021 * two-volume-cross-refs.txt: New file.
11022 * two.el: New file.
11023 * spellfile: New file.
11024
110252001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
11026
11027 * permute-index: New file.
11028
11029 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
11030 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
11031 8+3 restricted namespace.
11032
11033 * Makefile.in (infodir): Define relative to $(srcdir).
11034 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
11035 include directories list via -I switch to makeinfo.
11036 (index.texi): Use cp if both hard and symbolic links fail.
11037
110382001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
11039
11040 * Makefile.in (distclean): Add.
11041
11042 The following changes make ELisp manual part of the Emacs
11043 distribution:
11044
11045 * Makefile.in: Add Copyright notice.
11046 (prefix): Remove.
11047 (infodir): Change value to "../info".
11048 (VPATH): New variable.
11049 (MAKE): Don't define.
11050 (texmacrodir): Don't define.
11051 (texinputdir): Append the existing value of TEXINPUTS.
11052 ($(infodir)/elisp): Instead of just "elisp". Reformat the
11053 command to be compatible with man/Makefile.in, and to put the
11054 output into ../info.
11055 (info): Add target.
11056 (installall): Target removed.
11057
c8763fb6 110582001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
11059
11060 * tips.texi (Coding Conventions): Fix typo.
11061
110622001-10-23 Gerd Moellmann <gerd@gnu.org>
11063
11064 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11065
110662001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11067
11068 * files.texi (File Name Components): Update the description of
11069 file-name-sans-extension and file-name-extension, as they now
11070 ignore leading dots.
11071
110722001-10-20 Gerd Moellmann <gerd@gnu.org>
11073
11074 * (Version 21.1 released.)
11075
110762001-10-19 Miles Bader <miles@gnu.org>
11077
11078 * positions.texi (Text Lines): Describe behavior of
11079 `beginning-of-line'/`end-of-line' in the presence of field properties.
11080
110812001-10-17 Gerd Moellmann <gerd@gnu.org>
11082
11083 * Makefile.in (VERSION): Set to 2.8.
11084 (manual): Use `manual-21'.
11085
11086 * elisp.texi (VERSION): Add and use it where the version
11087 number was used. Set it to 2.8.
11088
11089 * intro.texi: Likewise.
11090
110912001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11092
11093 * files.texi (File Name Completion): Document the significance of
11094 a trailing slash in elements of completion-ignored-extensions.
11095
110962001-10-06 Miles Bader <miles@gnu.org>
11097
11098 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11099
111002001-10-04 Gerd Moellmann <gerd@gnu.org>
11101
11102 * variables.texi (Variable Aliases): New node.
11103
111042001-10-04 Gerd Moellmann <gerd@gnu.org>
11105
11106 * Branch for 21.1.
11107
111082001-10-02 Miles Bader <miles@gnu.org>
11109
11110 * minibuf.texi (Minibuffer Misc): Add entries for
11111 `minibuffer-contents', `minibuffer-contents-no-properties', and
11112 `delete-minibuffer-contents'.
11113 Correct description for `minibuffer-prompt-end'.
11114
11115 * text.texi (Property Search): Correct descriptions of
11116 `next-char-property-change' and `previous-char-property-change'.
11117 Add entries for `next-single-char-property-change' and
11118 `previous-single-char-property-change'.
11119 Make operand names a bit more consistent.
11120
111212001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
11122
11123 * frames.texi (Finding All Frames): Document that next-frame and
11124 previous-frame are local to current terminal.
11125
111262001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
11127
11128 * keymaps.texi (Creating Keymaps): Fix the description of the
11129 result of make-keymap.
11130
111312001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
11132
11133 * display.texi (Font Lookup, Attribute Functions)
11134 (Image Descriptors): Add cross-references to the definition of
11135 selected frame.
11136
11137 * buffers.texi (The Buffer List): Add cross-references to the
11138 definition of selected frame.
11139
11140 * frames.texi (Input Focus): Clarify which frame is _the_ selected
11141 frame at any given time.
11142 (Multiple Displays, Size and Position): Add a cross-reference to
11143 the definition of the selected frame.
11144
111452001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11146
11147 * strings.texi (String Conversion) <string-to-number>: Document
11148 that a float is returned for integers that are too large.
11149
11150 * frames.texi (Mouse Position): Document mouse-position-function.
11151 (Display Feature Testing): Document display-images-p.
11152 (Window Frame Parameters): Document the cursor-type variable.
11153
11154 * numbers.texi (Integer Basics): Document CL style read syntax for
11155 integers in bases other than 10.
11156
5dcb4c4e
SM
11157 * positions.texi (List Motion):
11158 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
11159
11160 * lists.texi (Sets And Lists): Document member-ignore-case.
11161
11162 * internals.texi (Garbage Collection): Document the used and free
11163 strings report.
11164 (Memory Usage): Document strings-consed.
11165
11166 * os.texi (Time of Day): Document float-time.
11167 (Recording Input): Document that clear-this-command-keys clears
11168 the vector to be returned by recent-keys.
11169
ed9265fc
JB
11170 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
11171 The argument keymap can be a list.
b8d4c8d0
GM
11172
11173 * nonascii.texi (User-Chosen Coding Systems)
11174 <select-safe-coding-system>: Document the new argument
11175 accept-default-p and the variable
11176 select-safe-coding-system-accept-default-p. Tell what happens if
11177 buffer-file-coding-system is undecided.
11178 (Default Coding Systems): Document auto-coding-regexp-alist.
11179
11180 * display.texi (The Echo Area) <message>: Document
11181 message-truncate-lines.
11182 (Glyphs): Document that the glyph table is unused on windowed
11183 displays.
11184
11185 * help.texi (Describing Characters) <single-key-description>:
11186 Document the new argument no-angles.
11187 (Accessing Documentation) <documentation-property>: Document that
11188 a non-string property is evaluated.
11189 <documentation>: Document that the function-documentation property
11190 is looked for.
11191
11192 * windows.texi (Selecting Windows): Document some-window.
11193
11194 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
11195
11196 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
11197 apropos-mode-hook.
11198
11199 * commands.texi (Using Interactive): Document interactive-form.
11200 (Keyboard Macros): Document kbd-macro-termination-hook.
11201 (Command Loop Info): Document that clear-this-command-keys clears
11202 the vector to be returned by recent-keys.
11203
112042001-09-04 Werner LEMBERG <wl@gnu.org>
11205
11206 * Makefile.in (srcdir, texinputdir): New variables.
11207 (srcs, index.texi, install): Use $(srcdir).
11208 (.PHONY): Remove elisp.dvi.
11209 (elisp): Use -I switch for makeinfo.
11210 (elisp.dvi): Use $(srcdir) and $(texinputdir).
11211 (installall, dist): Use $(srcdir).
11212 Fix path to texinfo.tex.
11213 (maintainer-clean): Add elisp.dvi and elisp.oaux.
11214
112152001-08-30 Gerd Moellmann <gerd@gnu.org>
11216
11217 * display.texi (Conditional Display): Adjust to API change.
11218
11219 * configure: New file.
11220
112212001-07-30 Gerd Moellmann <gerd@gnu.org>
11222
11223 * commands.texi (Repeat Events): Add description of
11224 double-click-fuzz.
11225
112262001-05-08 Stefan Monnier <monnier@cs.yale.edu>
11227
11228 * syntax.texi (Syntax Class Table): Add the missing designator for
11229 comment and string fences.
11230 (Syntax Properties): Add a xref to syntax table internals.
11231 (Syntax Table Internals): Document string-to-syntax.
11232
112332001-05-07 Gerd Moellmann <gerd@gnu.org>
11234
11235 * Makefile.in (install): Use install-info command line options
11236 like in Emacs' Makefile.in.
11237
112382000-12-09 Miles Bader <miles@gnu.org>
11239
11240 * windows.texi (Window Start): Update documentation for
11241 `pos-visible-in-window-p'.
11242
112432000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11244
11245 * lists.texi (Building Lists): Add footnote to explain how to add
11246 to the end of a list.
11247
112482000-10-25 Gerd Moellmann <gerd@gnu.org>
11249
11250 * files.texi (Visiting Functions): Typos.
11251
112522000-10-25 Kenichi Handa <handa@etl.go.jp>
11253
11254 * files.texi (Visiting Functions): Return value of
11255 find-file-noselect may be a list of buffers if wildcards are used.
11256
112572000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11258
11259 * display.texi (Defining Faces): Document `graphic' display type
11260 in face specs.
11261
b344d29d 112622000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
11263
11264 * hooks.texi (Standard Hooks): Replace obsolete
11265 `after-make-frame-hook' with `after-make-frame-functions'.
11266
11267 * frames.texi (Creating Frames): Ditto.
11268
11269 * variables.texi (Future Local Variables): Ditto.
11270
112712000-10-16 Gerd Moellmann <gerd@gnu.org>
11272
11273 * display.texi (Other Image Types): Add description of :foreground
11274 and :background properties of mono PBM images.
11275
112762000-08-17 Werner LEMBERG <wl@gnu.org>
11277
11278 * .cvsignore: New file.
11279
112802000-01-05 Gerd Moellmann <gerd@gnu.org>
11281
11282 * tindex.pl: New script.
11283
112841999-12-03 Dave Love <fx@gnu.org>
11285
11286 * Makefile.in (MAKEINFO): New parameter.
11287
112881999-09-17 Richard Stallman <rms@gnu.org>
11289
11290 * Makefile.in (srcs): Add hash.texi.
11291 (VERSION): Update to 20.6.
11292
112931999-09-13 Richard Stallman <rms@gnu.org>
11294
11295 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
11296
112971998-08-29 Karl Heuer <kwzh@gnu.org>
11298
11299 * configure.in: New file.
11300 * Makefile.in: Renamed from Makefile.
11301 (prefix, infodir): Use value obtained from configure.
11302 (emacslibdir): Obsolete variable deleted.
11303 (dist): Distribute configure.in, configure, Makefile.in.
11304
113051998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11306
11307 * Makefile (INSTALL_INFO): New variable.
11308 (install): Run install-info.
11309
113101998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11311
11312 * Makefile (elisp.dvi): Add missing backslash.
11313
113141998-05-02 Richard Stallman <rms@psilocin.gnu.org>
11315
11316 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
11317 Run texindex without `./'. Always run texindex on elisp.tp.
11318 (elisp.tps): Target deleted.
11319
113201998-04-05 Richard Stallman <rms@psilocin.gnu.org>
11321
11322 * Makefile (srcs): Add nonascii.texi and customize.texi.
11323 (dist): Start by deleting `temp'.
11324
113251998-02-17 Richard Stallman <rms@psilocin.gnu.org>
11326
11327 * Makefile (makeinfo, texindex): Targets deleted.
11328 (makeinfo.o, texindex.o): Targets deleted.
11329 (clean, dist): Don't do anything with them or with getopt*.
11330
113311998-01-30 Richard Stallman <rms@psilocin.gnu.org>
11332
11333 * Makefile (SHELL): Defined.
11334
113351998-01-27 Richard Stallman <rms@psilocin.gnu.org>
11336
11337 * Makefile (elisp.tps): New target.
11338 (elisp.dvi): Depend on elisp.tps.
11339
c5602427 113401996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
11341
11342 * README: Update phone number.
11343
11344 * Makefile (elisp): Make this be the default target.
11345 Depend on makeinfo.c instead of makeinfo.
11346 (install): Don't depend on elisp.dvi, since we don't install that.
11347 Use mkinstalldirs.
11348 (dist): Add mkinstalldirs.
11349
c5602427 113501995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
11351
11352 * Makefile (VERSION): Update version number.
5dcb4c4e 11353 (maintainer-clean): Rename from realclean.
b8d4c8d0 11354
c5602427 113551995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
11356
11357 * Makefile (realclean): New target.
11358 (elisp): Remove any old elisp-* files first.
11359
c5602427 113601993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
11361
11362 * Makefile (VERSION): New variable.
11363 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
11364 Compressed file suffix should be `.gz', not `.z'.
11365
ce058493 113661993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11367
11368 * Makefile (elisp): Depend on makeinfo.
11369
c5602427 113701993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
11371
11372 * Makefile (srcs): Add anti.texi.
11373
c5602427 113741993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11375
11376 * Makefile (infodir, prefix): New vars.
11377 (install): Use infodir.
f4e90db0 11378 (emacsinfodir): Delete.
b8d4c8d0 11379
c5602427 113801993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11381
11382 * Makefile (srcs): Add calendar.texi.
11383
11384 * Makefile (dist): Copy texindex.c and makeinfo.c.
11385 Limit elisp-* files to those with one or two digits.
11386
c5602427 113871993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 11388
f4e90db0 11389 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 11390
c5602427 113911993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11392
11393 * loading.texi (Unloading): define-function changed back to
11394 defalias. It may not stay this way, but at least it's
11395 consistent with the known-good version of the code patch.
11396
c5602427 113971993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
11398
11399 * modes.texi (Hooks): Document new optional arg of add-hook.
11400
c5602427 114011993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11402
11403 * variables.texi: Document nil initial value of buffer-local variables.
11404
11405 * tips.texi: Add new section on standard library headers.
11406
c5602427 114071993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11408
11409 * Makefile (srcs): Add frame.texi to the list of sources.
11410
c5602427 114111993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11412
11413 * Makefile (dist): Don't bother excluding autosave files; they'll
11414 never make it into the temp directory anyway, and the hash marks
11415 in the name are problematic for make and the Bourne shell.
ed9265fc 11416 (srcs): ???
b8d4c8d0 11417
c5602427 114181993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11419
11420 * Makefile (dist): Don't include backup files or autosave files in
11421 the distribution tar file.
11422
c5602427 114231991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 11424
5dcb4c4e 11425 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
11426 (elisp.dvi): Remove erroneous shell comment.
11427 Expect output of permute-index in permuted.fns.
11428 Save old elisp.aux in elisp.oaux.
5dcb4c4e 11429 (clean): Add index.texi to be deleted.
b8d4c8d0 11430
c5602427 114311990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
11432
11433 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
11434
c5602427 114351990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
11436
11437 * files.texi: Noted that completion-ignored-extensions is ignored
11438 when making *Completions*.
11439
3e868ee3 114401990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
11441
11442 * Makefile make dist now depends on elisp.dvi, since it tries
11443 to include it in the dist file.
11444
c5602427 114451990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 11446
c5602427 11447 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 11448
c5602427 114491989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
11450
11451 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
11452 (defunargs): Turn off \hyphenchar of \sl font temporarily.
11453
c5602427 114541989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11455
11456 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
11457 and @error{} are the terms now being used. The files in the
11458 directory have been changed to reflect this.
11459
11460 * All instances of @indentedresultt{} have been changed to
333f9019 11461 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 11462
c5602427 114631989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11464
11465 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
11466 experimental @indentedresult{}, @indentedexpandsto{} are part of
11467 the texinfo.tex in this directory. These TeX macros are not
11468 stable yet.
11469
c5602427 114701989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11471
11472 * texinfo.tex: Temporarily added
11473 \let\result=\dblarrow
11474 \def\error{{\it ERROR} \longdblarrow}
11475 We need to do this better soon.
11476
c5602427 114771989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11478
11479 * Applied Karl Berry's patches to *.texinfo files, but not to
11480 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
11481 new title page format is also not applied, since it requires
11482 texinfo.tex changes.)
11483
11484 * Cleaned up `Makefile' and defined the `emacslibdir' directory
11485 for the Project GNU development environment.
11486
11487;; Local Variables:
c8763fb6 11488;; coding: utf-8
b8d4c8d0
GM
11489;; End:
11490
ca4b98fa 11491 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
11492
11493 This file is part of GNU Emacs.
11494
352c8b4a 11495 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 11496 it under the terms of the GNU General Public License as published by
352c8b4a
GM
11497 the Free Software Foundation, either version 3 of the License, or
11498 (at your option) any later version.
b8d4c8d0
GM
11499
11500 GNU Emacs is distributed in the hope that it will be useful,
11501 but WITHOUT ANY WARRANTY; without even the implied warranty of
11502 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11503 GNU General Public License for more details.
11504
11505 You should have received a copy of the GNU General Public License
352c8b4a 11506 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.