* nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancement
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
d18a0d24
CY
12012-10-15 Chong Yidong <cyd@gnu.org>
2
3 * macros.texi (Defining Macros): defmacro is now a macro.
4 Explicitly list the docstring and declare arguments.
5
6 * functions.texi (Anonymous Functions): Explicitly list the
7 docstring, declare, and interactive arguments to lambda.
8 (Defining Functions): Likewise for defun.
9 (Inline Functions): Likewise for defsubst.
10 (Declare Form): Tweak description.
11
73f2b4ab
CY
122012-10-13 Chong Yidong <cyd@gnu.org>
13
14 * display.texi (ImageMagick Images): ImageMagick enabled by default.
15
379acb95
CY
162012-10-05 Chong Yidong <cyd@gnu.org>
17
18 * minibuf.texi (Basic Completion): Clarify list form of completion
19 table (Bug#12564).
20
e8757f09 212012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
26026637
BFRR
22
23 * functions.texi (Function Safety): Copyedit. (Bug#12562)
24
86ec63ba
PE
252012-10-01 Paul Eggert <eggert@cs.ucla.edu>
26
27 Revert the FOLLOW-SYMLINKS change for file-attributes.
28 * files.texi (File Attributes, Magic File Names): Undo last change.
29
e7a2937b
PE
302012-09-30 Paul Eggert <eggert@cs.ucla.edu>
31
32 file-attributes has a new optional arg FOLLOW-SYMLINKS.
33 * files.texi (File Attributes): Describe it.
34 (Magic File Names): Use it.
35
48de8b12
CY
362012-09-30 Chong Yidong <cyd@gnu.org>
37
38 * commands.texi (Click Events): Define "mouse position list".
39 Remove mention of unimplemented horizontal scroll bars.
40 (Drag Events, Motion Events): Refer to "mouse position list".
41 (Accessing Mouse): Document posnp.
42
43 * errors.texi (Standard Errors): Tweak arith-error description.
44 Tweak markup. Remove domain-error and friends, which seem to be
45 unused after the floating-point code revamp.
46
47 * functions.texi (Obsolete Functions): Obsolescence also affects
48 documentation commands. Various clarifications.
49 (Declare Form): New node.
50
51 * strings.texi (String Basics): Copyedits.
52
53 * os.texi (Idle Timers): Minor clarifications.
54 (User Identification): Add system-users and system-groups.
55
56 * macros.texi (Defining Macros): Move description of `declare' to
57 Declare Form node.
58
59 * loading.texi (Autoload):
60 * help.texi (Documentation Basics): The special sequences can
61 trigger autoloading.
62
63 * numbers.texi (Integer Basics): Copyedits.
64 (Float Basics): Consider IEEE floating point always available.
65 (Random Numbers): Document actual limits.
66 (Arithmetic Operations): Clarify division by zero. Don't mention
67 the machine-independence of negative division since it does not
68 happen in practice.
69
702012-09-28 Chong Yidong <cyd@gnu.org>
71
72 * os.texi (Startup Summary): Document leim-list.el change.
73
742012-09-25 Chong Yidong <cyd@gnu.org>
75
76 * functions.texi (Defining Functions): defun is now a macro.
77
e61d39cd 782012-09-28 Leo Liu <sdl.web@gmail.com>
03922966
LL
79
80 * files.texi (Files): Fix typo.
81
e109c4a6
CY
822012-09-23 Chong Yidong <cyd@gnu.org>
83
84 * buffers.texi (Read Only Buffers): Document read-only-mode.
85
86 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
87 read-only-mode.
88
89 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
90 calling conventions.
91
c88b867f
CY
922012-09-22 Chong Yidong <cyd@gnu.org>
93
94 * searching.texi (Replacing Match): Minor clarification.
95
df9685f3
EZ
962012-09-22 Eli Zaretskii <eliz@gnu.org>
97
287d7455
EZ
98 * edebug.texi (Instrumenting): Improve indexing.
99
df9685f3
EZ
100 * os.texi (Idle Timers): Warn against reinvoking an idle timer
101 from within its own timer action. (Bug#12447)
102
47133380
CY
1032012-09-22 Chong Yidong <cyd@gnu.org>
104
105 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
106
ab199df2 1072012-09-21 Glenn Morris <rgm@gnu.org>
1bfe3177
GM
108
109 * debugging.texi (Using Debugger): Fix typo.
110
ed1f0bd3
CY
1112012-09-18 Chong Yidong <cyd@gnu.org>
112
113 * display.texi (Faces): Discuss anonymous faces.
114 (Face Attributes): Tweak intro.
115 (Defining Faces): Move after the Face Attributes node. Copyedits.
116 (Displaying Faces): Describe role of inheritance.
117
118 * customize.texi (Customization): Define customization more
119 carefully (Bug#11440).
120 (Common Keywords): Add xref to Constant Variables.
121
122 * variables.texi (Defining Variables): Link to defcustom's node
123 instead of the higher-level Customization chapter.
124
c990426a
PE
1252012-09-11 Paul Eggert <eggert@cs.ucla.edu>
126
127 Simplify, document, and port floating-point (Bug#12381).
128 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
129 Document that / and mod (with floating point arguments), along
130 with asin, acos, log, log10, expt and sqrt, return special values
131 instead of signaling exceptions.
132 (Float Basics): Document that logb operates on the absolute value
133 of its argument.
134 (Math Functions): Document that (log ARG BASE) also returns NaN if
135 BASE is negative. Document that (expt X Y) returns NaN if X is a
136 finite negative number and Y a finite non-integer.
137
011474aa
CY
1382012-09-09 Chong Yidong <cyd@gnu.org>
139
bb6b0efc
CY
140 * lists.texi (Sets And Lists): Explain that the return value for
141 delete should be used, like for delq.
142
011474aa
CY
143 * minibuf.texi (Yes-or-No Queries): Document recentering and
144 scrolling in y-or-n-p. Remove gratuitous example.
145
146 * searching.texi (Search and Replace): Document window scrolling
147 entries in query-replace-map.
148
6dcef6ec
CY
1492012-09-08 Chong Yidong <cyd@gnu.org>
150
151 * syntax.texi (Syntax Table Internals): Define "raw syntax
152 descriptor" terminology (Bug#12383).
153 (Syntax Descriptors): Mention raw syntax descriptors.
154
52404181
CY
1552012-09-07 Chong Yidong <cyd@gnu.org>
156
1a5432bc
CY
157 * variables.texi (Creating Buffer-Local): Fix description of
158 local-variable-if-set-p (Bug#10713).
159
0a6bdaa1
CY
160 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
161
14ba4cf3
CY
162 * windows.texi (Display Action Functions)
163 (Choosing Window Options): Remove obsolete variable
164 display-buffer-reuse-frames.
cee2e90d 165 (Switching Buffers): Minor doc tweak for switch-to-buffer.
14ba4cf3 166
e5c2edf7
CY
167 * positions.texi (Narrowing): Document buffer-narrowed-p.
168
52404181
CY
169 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
170
171 * syntax.texi (Low-Level Parsing): Add xref to Parser State
172 (Bug#12269).
173
7f7e0167
LI
1742012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
175
176 * debugging.texi (Explicit Debug): Document `debug-on-message'.
177
6a787d9a
CY
1782012-09-02 Chong Yidong <cyd@gnu.org>
179
180 * windows.texi (Window Configurations): Recommend against using
181 save-window-excursion (Bug#12075).
182
183 * control.texi (Catch and Throw):
184 * positions.texi (Excursions): Don't mention it.
185
0e23ef9d
PE
1862012-09-01 Paul Eggert <eggert@cs.ucla.edu>
187
188 Better seed support for (random).
189 * numbers.texi (Random Numbers): Document new behavior of
190 the calls (random) and (random STRING).
191
342dac71
MR
1922012-08-21 Martin Rudalics <rudalics@gmx.at>
193
194 * windows.texi (Window Point): Document recent changes in
195 window-point and set-window-point.
196 (Selecting Windows): Document recent change in select-window.
197
a08eadfe
EZ
1982012-08-06 Eli Zaretskii <eliz@gnu.org>
199
200 * functions.texi (Closures): Put the main index entry for
201 "closures" here. (Bug#12138)
202
203 * variables.texi (Lexical Binding): Disambiguate the index entry
204 for "closures".
205
35b6586e
CY
2062012-08-05 Chong Yidong <cyd@gnu.org>
207
208 * display.texi (Defining Faces): Move documentation of
209 frame-background-mode to the Emacs manual (Bug#7774).
210
02676e5d
CY
2112012-08-04 Chong Yidong <cyd@gnu.org>
212
213 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
214 Fix description of syntax table inheritance.
215 (Syntax Table Functions): Don't refer to internal contents of
216 syntax table, since that is not explained yet. Copyedits.
217 (Standard Syntax Tables): Node deleted.
218 (Syntax Table Internals): Misc clarifications. Improve table
219 formatting.
220
221 * keymaps.texi (Inheritance and Keymaps):
222 * text.texi (Sticky Properties): Tweak index entry.
223
73e0cbc0
EZ
2242012-07-28 Eli Zaretskii <eliz@gnu.org>
225
226 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
227
09ae5da1
PE
2282012-07-25 Paul Eggert <eggert@cs.ucla.edu>
229
230 Prefer typical American spelling for "acknowledgment".
231 * intro.texi (Acknowledgments): Rename from Acknowledgements.
232
1ada2e55
EZ
2332012-07-21 Eli Zaretskii <eliz@gnu.org>
234
235 * commands.texi (Special Events): Mention language-change event.
236 (Input Events, Interactive Codes):
237 * keymaps.texi (Key Sequences): Mention events that are
238 non-keyboard but also non-mouse events.
239
9ea10cc3
CY
2402012-07-17 Chong Yidong <cyd@gnu.org>
241
242 * text.texi (Insertion): Document insert-char changes.
243
2e2d2a13
LL
2442012-07-15 Leo Liu <sdl.web@gmail.com>
245
246 * display.texi (Fringe Bitmaps): Add exclamation-mark.
247
b68b3337
CY
2482012-07-13 Chong Yidong <cyd@gnu.org>
249
250 * buffers.texi (Read Only Buffers): Document toggle-read-only
251 changes. Reword to account for the fact that read-only is
252 currently not supported in overlay properties.
253
ab4c47d3
CY
2542012-07-07 Chong Yidong <cyd@gnu.org>
255
256 * loading.texi (Library Search): Index site-lisp directories.
257
d4913798
CY
2582012-07-06 Chong Yidong <cyd@gnu.org>
259
260 * intro.texi (A Sample Function Description): Fix incorrect
261 markup, undoing previous change.
262 (A Sample Variable Description): Minor clarifications and markup
263 improvements.
264
265 * elisp.texi (Top):
266 * text.texi (Text): Fix menu order.
267
251736f4
RS
2682012-07-06 Richard Stallman <rms@gnu.org>
269
270 * intro.texi (Evaluation Notation, A Sample Function Description):
8c6c57ea 271 (A Sample Variable Description): Improve/undo previous changes.
251736f4 272
e8d71283
GM
2732012-07-05 Glenn Morris <rgm@gnu.org>
274
275 * intro.texi (A Sample Function Description): Fix cross-refs.
276
47187200
MW
2772012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
278
279 * intro.texi (Evaluation Notation, A Sample Function Description)
280 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
281
a2eb421b
CY
2822012-06-27 Chong Yidong <cyd@gnu.org>
283
284 * processes.texi (Asynchronous Processes, Input to Processes):
285 * internals.texi (Process Internals): Don't capitalize "pty".
286
6d41a41d
TTN
2872012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
288
289 * processes.texi (Asynchronous Processes): Make the pty vs pipe
290 discussion more prominent.
291
0bd8297f
EZ
2922012-06-23 Eli Zaretskii <eliz@gnu.org>
293
294 * commands.texi (Misc Events): Document the language-change event.
295
d35af63c
PE
2962012-06-22 Paul Eggert <eggert@cs.ucla.edu>
297
298 Support higher-resolution time stamps (Bug#9000).
299 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
300 * processes.texi (System Processes):
301 Time stamp resolution is now picosecond, not microsecond.
302
ac1a0ce1 3032012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
304
305 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
306
1053a871
SM
3072012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
308
309 * functions.texi (Defining Functions):
310 * macros.texi (Defining Macros): Un-define the return value of `defun',
311 `defmacro' and `defalias'.
312
41b7f8bc
CY
3132012-06-17 Chong Yidong <cyd@gnu.org>
314
315 * elisp.texi: Remove urlcolor setting.
316
82a25657
GM
3172012-06-17 Glenn Morris <rgm@gnu.org>
318
319 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
320 Overlining no longer behaves exactly like underlining.
321
8da9479c
GM
3222012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
323
324 * display.texi (Face Attributes):
325 Document wave-style underline face attribute.
326
1b9b4cf4
CY
3272012-06-11 Chong Yidong <cyd@gnu.org>
328
329 * display.texi (ImageMagick Images): ImageMagick now supports the
330 :background property.
331
dbab98c7
DA
3322012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
333
334 * internals.texi (Garbage Collection): Typo fix.
335
6175e34b
CY
3362012-06-09 Chong Yidong <cyd@gnu.org>
337
338 * text.texi (Special Properties): Clarify the meaning of a list of
339 faces in the `face' property.
340
341 * display.texi (Face Remapping): Minor clarification.
342
4b56d0fe
CY
3432012-06-08 Chong Yidong <cyd@gnu.org>
344
345 * display.texi (Face Attributes): Font family does not accept
346 wildcards. De-document obsolete :bold and :italic attributes.
347 (Defining Faces): Use new-style face spec format.
348
f3372c87
DA
3492012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
350
8d7c7eed 351 * internals.texi (Garbage Collection): Document new
f3372c87
DA
352 vector management code and vectorlike_header structure.
353
5f2c76c6
CY
3542012-06-03 Chong Yidong <cyd@gnu.org>
355
356 * modes.texi (Mode Line Data): Use "mode line construct"
357 terminology for consistency.
358
ecc6530d
GM
3592012-05-27 Glenn Morris <rgm@gnu.org>
360
361 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
362 * buffers.texi, commands.texi, compile.texi, control.texi:
363 * customize.texi, debugging.texi, display.texi, doclicense.texi:
364 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
365 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
366 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
367 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
368 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
369 * objects.texi, os.texi, package.texi, positions.texi:
370 * processes.texi, searching.texi, sequences.texi, streams.texi:
371 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
372 * variables.texi, windows.texi: Nuke hand-written node pointers.
373
33017faf 3742012-05-27 Chong Yidong <cyd@gnu.org>
27d1f87a 375
33017faf
GM
376 * functions.texi (Obsolete Functions):
377 Fix doc for set-advertised-calling-convention.
27d1f87a
CY
378
379 * modes.texi (Mode Help): Fix describe-mode.
380
381 * display.texi (Face Functions): Fix define-obsolete-face-alias.
382
383 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
384
33017faf 3852012-05-27 Martin Rudalics <rudalics@gmx.at>
0b128ac4 386
33017faf 387 * commands.texi (Recursive Editing): recursive-edit is a command.
0b128ac4
MR
388
389 * compile.texi (Docs and Compilation):
390 byte-compile-dynamic-docstrings is an option.
391
392 * debugging.texi (Invoking the Debugger): debug is a command.
393
394 * display.texi (Progress): progress-reporter-update and
395 progress-reporter-force-update have VALUE argument optional.
396 (Animated Images): Use non-@code{nil} instead of non-nil.
397
33017faf
GM
398 * files.texi (Format Conversion Round-Trip):
399 Use non-@code{nil} instead of non-nil.
0b128ac4
MR
400
401 * frames.texi (Creating Frames): make-frame is a command.
402 (Input Focus): select-frame is a command.
403 (Pointer Shape): void-text-area-pointer is an option.
404
33017faf 405 * help.texi (Describing Characters): read-kbd-macro is a command.
0b128ac4
MR
406 (Help Functions): describe-prefix-bindings is a command.
407
408 * markers.texi (Creating Markers): Both arguments of copy-marker
409 are optional.
410
411 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
412
413 * modes.texi (Mode Line Variables): mode-line-remote and
414 mode-line-client are not options.
415 (Imenu): imenu-add-to-menubar is a command.
33017faf 416 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
0b128ac4
MR
417
418 * os.texi (Sound Output): play-sound-file is a command.
419
33017faf 420 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
0b128ac4 421
33017faf
GM
422 * processes.texi (Signals to Processes):
423 Use @key{RET} instead of @code{RET}.
0b128ac4
MR
424 (Signals to Processes): signal-process is a command.
425
33017faf 426 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
0b128ac4
MR
427 (Base 64): base64-encode-string is not a command while
428 base64-decode-region is.
429
430 * windows.texi (Switching Buffers): pop-to-buffer is a command.
431
3fe7cdc8
GM
4322012-05-12 Glenn Morris <rgm@gnu.org>
433
434 * Makefile.in (MKDIR_P): New, set by configure.
435 (mkinfodir): Use $MKDIR_P.
436
dc0f75c8
GM
4372012-05-10 Glenn Morris <rgm@gnu.org>
438
b8a82b69
GM
439 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
440 with "coding: raw-text".
51b1e059 441 Concept of multibyte sessions no longer exists.
b8a82b69 442
dc0f75c8
GM
443 * files.texi (File Locks): Mention create-lockfiles option.
444
666b903b 4452012-05-09 Glenn Morris <rgm@gnu.org>
143d9dd8 446
5b6eebcf
GM
447 * vol1.texi, vol2.texi: Remove files.
448 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
449 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
450
0a454caf 451 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
e6afe47b 452
143d9dd8
GM
453 * two-volume.make (emacsdir): New.
454 (tex): Add directory with emacsver.texi to TEXINPUTS.
455
e68b393e
GM
456 * minibuf.texi (Minibuffer History, Basic Completion):
457 Tweak page breaks.
458
9658dc2a
GM
459 * internals.texi (Garbage Collection, Memory Usage)
460 (Writing Emacs Primitives): Tweak page breaks.
461
161c2a25
GM
462 * streams.texi (Output Variables): Improve page break.
463
464 * edebug.texi (Edebug Display Update): Improve page break.
465
51d58083
GM
466 * compile.texi (Disassembly): Condense the examples.
467
ddff3351
GM
468 * eval.texi, functions.texi, loading.texi, macros.texi:
469 Where possible, use example rather than smallexample.
470
471 * symbols.texi: Where possible, use example rather than smallexample.
472 (Symbol Components): Fix typo.
473 (Other Plists): Tweak page break.
474
475 * sequences.texi (Arrays): Tweak page breaks.
476
477 * customize.texi: Where possible, use example rather than smallexample.
478 (Common Keywords, Variable Definitions, Applying Customizations)
479 (Custom Themes): Tweak page breaks.
480
481 * control.texi: Where possible, use example rather than smallexample.
482 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
483 Tweak page breaks.
484
ca4b98fa
GM
4852012-05-08 Glenn Morris <rgm@gnu.org>
486
5122804a
GM
487 * two.el: Remove; unused since creation of two-volume.make.
488
ca4b98fa
GM
489 * vol1.texi, vol2.texi: No need to keep menus in these files.
490
eceeb5fc
CY
4912012-05-05 Glenn Morris <rgm@gnu.org>
492
493 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
494
495 * intro.texi (Caveats): Copyedit.
496 (Lisp History): Convert inforef to xref.
497 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
498
499 * text.texi (Auto Filling): Don't mention Emacs 19.
500
501 * commands.texi (Event Input Misc): Don't mention unread-command-char.
502 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
503
504 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
505
eceeb5fc
CY
506 * lists.texi (List-related Predicates, List Variables):
507 Tweak page-breaks.
508 (Sets And Lists): Convert inforef to xref.
509
8045b906
GM
5102012-05-04 Glenn Morris <rgm@gnu.org>
511
512 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
513 (info, infoclean): Use $INFO_EXT.
514 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
515 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
516 (info, maintainer-clean): Use $INFO_EXT.
517 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
518
78f3273a
CY
5192012-05-04 Chong Yidong <cyd@gnu.org>
520
521 * os.texi (Timers): Use defopt for timer-max-repeats.
522
ab0fa4e4
PE
5232012-05-03 Paul Eggert <eggert@cs.ucla.edu>
524
525 * os.texi (Time of Day): Do not limit current-time-string
526 to years 1000..9999.
527
2bc356d7
CY
5282012-05-02 Chong Yidong <cyd@gnu.org>
529
530 * display.texi (Font Lookup):
531 * frames.texi (Pointer Shape):
532 * processes.texi (Subprocess Creation): Use defopt for options.
533
90207a15 5342012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
535
536 * elisp.texi (@copying):
537 * intro.texi (Introduction): Only print VERSION in the TeX version.
538
90207a15 5392012-05-02 Chong Yidong <cyd@gnu.org>
5a5fd9f3
CY
540
541 * text.texi (Change Hooks): Minor fix for after-change-functions.
542
90207a15 5432012-05-02 Glenn Morris <rgm@gnu.org>
7eac3782
GM
544
545 * package.texi (Packaging Basics):
546 * loading.texi (Autoload):
547 * files.texi (Magic File Names):
548 Reword to remove/reduce some overly long/short lines.
549
a8e7d6d7 5502012-04-27 Glenn Morris <rgm@gnu.org>
cf988578
GM
551
552 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
553 * modes.texi (Major Modes, Auto-Indentation):
554 * buffers.texi (Buffers): Some fixes for menu descriptions.
555
a8e7d6d7 5562012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
88ed9e87
SM
557 * functions.texi (Simple Lambda, Argument List):
558 * eval.texi (Function Indirection): Avoid deprecated form.
559
a8e7d6d7 5602012-04-27 Glenn Morris <rgm@gnu.org>
16152b76 561
1a72be46
GM
562 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
563 Add "et al." to authors.
564
16152b76
GM
565 * buffers.texi, commands.texi, compile.texi, control.texi:
566 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
567 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
568 * modes.texi, numbers.texi, objects.texi, streams.texi:
569 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
570 Use Texinfo recommended convention for quotes+punctuation.
571
a8e7d6d7 5722012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
573
574 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
575 to where-is-internal (Bug#10872).
576
a8e7d6d7 5772012-04-27 Glenn Morris <rgm@gnu.org>
9c51bbaa 578
a2715669
GM
579 * macros.texi (Indenting Macros): Fix typo.
580
0b27932b
GM
581 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
582 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
583 (Choosing Window Options, Horizontal Scrolling)
584 (Cyclic Window Ordering, Window History, Dedicated Windows)
09ebefe1
GM
585 (Quitting Windows, Window Configurations, Textual Scrolling):
586 (Coordinates and Windows, Window Configurations)
587 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
588 (Splitting Windows, Deleting Windows):
589 Fix ignore-window-parameters logic.
590 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
591 (Window Start and End): Remove pointless example.
592 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
593 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
594 and recenter-positions. Remove recenter example.
0b27932b 595
0dc91072
GM
596 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
597
9c51bbaa
GM
598 * minibuf.texi (Intro to Minibuffers):
599 Tweak discussion of resizing minibuffer window.
600
674ea9c6
GM
6012012-04-26 Glenn Morris <rgm@gnu.org>
602
8a4ca8e3 603 * elisp-covers.texi, front-cover-1.texi: Remove files.
8191c3bd 604
562e638f
GM
605 * tindex.pl: Remove file.
606
674ea9c6
GM
607 * makefile.w32-in (srcs):
608 * Makefile.in (srcs): Remove back.texi (which is unused).
609
b613912b
MA
6102012-04-24 Michael Albinus <michael.albinus@gmx.de>
611
e43042fe
MA
612 * os.texi (Notifications): Extend possible notification hints.
613 Add notifications-get-capabilities.
b613912b 614
f30d612a
CY
6152012-04-20 Chong Yidong <cyd@gnu.org>
616
617 * processes.texi (Asynchronous Processes): Mention nil argument to
618 start-process.
619
b58b1df8
GM
6202012-04-20 Glenn Morris <rgm@gnu.org>
621
622 * minibuf.texi (Basic Completion): No need to describe obarrays here.
623 Don't mention obsolete `nospace' argument of all-completions.
624 (Minibuffer Completion, Completion Commands, Reading File Names)
625 (Completion Variables): Copyedits.
626 (Completion Commands): Mention parent keymaps.
627 Remove obsolete minibuffer-local-filename-must-match-map.
628 (High-Level Completion): Remove read-variable's almost
629 word-for-word duplication of read-command.
630 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
631 Update "High-Level Completion" description.
632
c0ea08d2
GM
633 * minibuf.texi (Minibuffers):
634 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
635
9d2754f5
GM
636 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
637 Use Texinfo-recommended form of quote+punctuation.
638 (Intro to Minibuffers): First minibuffer is #1, not #0.
639 Mention minibuffer-inactive-mode.
640 (Text from Minibuffer): Copyedits.
641 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
642 (Object from Minibuffer): Remove overly pedantic para.
643 (Minibuffer History): Copyedits. Add face-name-history.
644 (Initial Input, Yes-or-No Queries, Multiple Queries)
645 (Minibuffer Windows, Minibuffer Misc): Copyedits.
646 (Yes-or-No Queries): Tweak example.
647 (Minibuffer Commands): Add next-complete-history-element.
648 (Minibuffer Misc): Mention minibuffer-message-timeout, and
649 minibuffer-inactive-mode.
9d2754f5 650
4373fd43
GM
651 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
652 (Bindat Functions): Copyedits.
653
61bb069e 6542012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
0e80650b
CS
655
656 * files.texi (Saving Buffers): Document `visit and `visit-save'
657 values of require-final-newline.
658
61bb069e 6592012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
660
661 * processes.texi (Output from Processes, Filter Functions):
662 Mention waiting-for-user-input-p.
663 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
664 (Network Servers, Datagrams, Network Processes, Network Options)
665 (Network Feature Testing, Serial Ports): Copyedits.
666 (Network): Add encrypted network overview paragraph.
667 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
668
61bb069e 6692012-04-20 Chong Yidong <cyd@gnu.org>
21ffa320
CY
670
671 * help.texi (Keys in Documentation): Mention :advertised-binding.
672
673 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
674 description to help.texi.
675
61bb069e 6762012-04-20 Glenn Morris <rgm@gnu.org>
62f4b18c
GM
677
678 * processes.texi (Process Information, Input to Processes)
679 (Signals to Processes, Output from Processes, Process Buffers)
680 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 681 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 682
e153c136
GM
6832012-04-15 Glenn Morris <rgm@gnu.org>
684
685 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
12acf783
GM
686 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
687 Copyedits.
e153c136 688 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
689 (Synchronous Processes, Asynchronous Processes):
690 Update some example output.
e153c136
GM
691 (Process Information): Fix typo.
692 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
693
e6fd457e 6942012-04-15 Glenn Morris <rgm@gnu.org>
764a3017
GM
695
696 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
697 open-network-stream does exist in Emacs 23, but is simpler.
698
e6fd457e 6992012-04-15 Chong Yidong <cyd@gnu.org>
03ed9e82
CY
700
701 * customize.texi (Custom Themes): Also document load-theme etc.
702
35dc09a1 7032012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
704
705 * customize.texi (Applying Customizations):
706 (Custom Themes): New nodes.
707
708 * display.texi (Defining Faces): Reference custom-set-faces.
709
710 * modes.texi (Defining Minor Modes, Defining Minor Modes):
711 * os.texi (Startup Summary): Copyedits.
712
35dc09a1 7132012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
714
715 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
716
9fce7eda
GM
717 * strings.texi (Case Tables):
718 * objects.texi (General Escape Syntax):
719 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
720
2bb0eca1
GM
721 * buffers.texi, compile.texi, customize.texi, debugging.texi:
722 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
723 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
724 * text.texi: Use @file for buffers, per the Texinfo manual.
725
62200c14
GM
726 * compile.texi (Compiler Errors): Add missing space in buffer name.
727
35dc09a1 7282012-04-14 Chong Yidong <cyd@gnu.org>
9fe9631c
CY
729
730 * processes.texi (Query Before Exit): Remove obsolete function
731 process-kill-without-query (Bug#11190).
732
35dc09a1 7332012-04-14 Glenn Morris <rgm@gnu.org>
8fc85b20
GM
734
735 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
736 Use @env for environment variables.
737
f48a9cb4
GM
738 * Makefile.in: Replace non-portable use of $< in ordinary rules.
739
0a6dd5e2
JA
7402012-04-12 Jari Aalto <jari.aalto@cante.net>
741
742 * processes.texi (Synchronous Processes): Mention
743 `default-directory' (bug#7515).
744
b4d3bc10
CY
7452012-04-09 Chong Yidong <cyd@gnu.org>
746
747 * customize.texi (Variable Definitions): Remove user-variable-p.
748
749 * commands.texi (Interactive Codes):
750 * help.texi (Accessing Documentation):
751 * minibuf.texi (High-Level Completion): Callers changed.
752
ea0ff314
CY
7532012-04-06 Chong Yidong <cyd@gnu.org>
754
755 * minibuf.texi (Programmed Completion): Document metadata method.
756 (Completion Variables): Document completion-category-overrides.
757
91b65361
CY
7582012-04-05 Chong Yidong <cyd@gnu.org>
759
760 * anti.texi (Antinews): Rewrite for Emacs 23.
761
3d439cd1
CY
7622012-04-04 Chong Yidong <cyd@gnu.org>
763
321cc491
CY
764 * minibuf.texi (Programmed Completion): Remove obsolete variable
765 completion-annotate-function.
766 (Completion Variables): Rename from Completion Styles. Document
767 completion-extra-properties. Document completion-styles-alist
768 change.
245d176b
CY
769 (Reading File Names): minibuffer-local-filename-must-match-map is
770 not used anymore.
771 (Minibuffer Completion): Document completing-read-function.
772 (Completion in Buffers): completion-at-point-functions can return
773 properties recognized in completion-extra-properties.
321cc491 774
3d439cd1
CY
775 * display.texi (Delayed Warnings): New node.
776
a7972adf
CY
777 * os.texi (Notifications): Copyedits.
778
97f4a299
GM
7792012-04-04 Glenn Morris <rgm@gnu.org>
780
781 * os.texi (Notifications): Copyedits.
782
9ff687e1
MA
7832012-04-03 Michael Albinus <michael.albinus@gmx.de>
784
785 * os.texi (Terminal-Specific): Fix typo.
786 (Notifications): New section.
787
788 * elisp.texi (Top):
789 * vol1.texi (Top):
790 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
791 menu entries.
792
42ee526b
CY
7932012-04-01 Chong Yidong <cyd@gnu.org>
794
795 * files.texi (Kinds of Files): file-subdir-of-p renamed to
796 file-in-directory-p.
797
0b021094
GM
7982012-03-31 Glenn Morris <rgm@gnu.org>
799
800 * edebug.texi (Instrumenting Macro Calls):
801 Mention defining macros at instrumentation time.
802 (Edebug Options): Mention edebug-unwrap-results.
803
50fe197c
EZ
8042012-03-31 Eli Zaretskii <eliz@gnu.org>
805
806 * text.texi (Special Properties): Clarify the description of the
807 effect of integer values of the 'cursor' property on cursor
808 position. See the discussions in bug#11068 for more details and
809 context.
810
650b6d0b
GM
8112012-03-31 Glenn Morris <rgm@gnu.org>
812
813 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
814 Copyedits.
815
5319014e
CY
8162012-03-30 Chong Yidong <cyd@gnu.org>
817
818 * display.texi (Image Formats): Add imagemagick type.
819 (Image Descriptors): Mention how they are used.
820 (ImageMagick Images): Clarify role of imagemagick-register-types.
821 (Character Display): Don't mention glyph tables.
822 (Display Tables): Use make-glyph-code in example.
823 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
824 tables are semi-obsolete. De-document create-glyph.
825 (Glyphless Chars): Note that display tables override this.
826 (Bidirectional Display): Copyedits. Introduce "bidirectional
827 reordering" terminology, and use it.
828
f1224267
GM
8292012-03-30 Glenn Morris <rgm@gnu.org>
830
831 * edebug.texi (Jumping): Give name of `i' binding.
832
d14daa28
GM
8332012-03-28 Glenn Morris <rgm@gnu.org>
834
835 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
836 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
837 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
838 (Regexp Special): Mention collation.
839 Clarify char classes with an example.
fee88ca0
GM
840 (Regexp Functions): Mention regexp-opt is not guaranteed.
841 Mention regexp-opt-charset.
842 (Regexp Search): Recommend against looking-back.
843 (Search and Replace): Use Texinfo recommended quote convention.
844 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 845
dcb6e7b3
MR
8462012-03-27 Martin Rudalics <rudalics@gmx.at>
847
848 * windows.texi (Window History): Describe new option
849 switch-to-visible-buffer.
850
cf0495f2
GM
8512012-03-27 Glenn Morris <rgm@gnu.org>
852
4fb9a543
GM
853 * searching.texi (String Search): Add xref to Emacs manual.
854 Copyedits. Mention the function word-search-regexp.
855 (Searching and Case): Add xref to Emacs manual. Copyedits.
856
9364727b
GM
857 * processes.texi (Network Servers): Standardize apostrophe usage.
858
cf0495f2
GM
859 * os.texi (System Environment): Copyedits. Remove some examples
860 that do not seem useful. Mention setenv third arg.
861 tty-erase-char does not seem to be nil under a window-system.
862 (User Identification): Copyedits.
863 Remove some examples that do not seem useful.
864
33da7b16
GM
8652012-03-26 Glenn Morris <rgm@gnu.org>
866
867 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
868 (Init File): Copyedits.
869 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
870 (Killing Emacs): Copyedits.
871 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
872 Shorten the example, use more standard shell prompts.
33da7b16 873
9a69676a
CY
8742012-03-25 Chong Yidong <cyd@gnu.org>
875
876 * display.texi (Fringes): Note that fringes are shown on graphical
877 displays only.
878 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
879 (Replacing Specs): Clarify example.
880 (Manipulating Buttons): Note that button-at can return a marker.
881 (Buttons): Minor rewrite.
882 (Character Display): New node. Consolidate all character display
883 related nodes into its subsections.
884 (Usual Display): Character 127 is also affected by ctl-arrow.
885 (Display Tables): Improve example.
886
c8f6ec5c
GM
8872012-03-22 Glenn Morris <rgm@gnu.org>
888
889 * strings.texi (Text Comparison): Mention string-prefix-p.
890
fb5b8aca
CY
8912012-03-21 Chong Yidong <cyd@gnu.org>
892
893 * display.texi (The Echo Area): Add xref to Output Streams.
894 (Displaying Messages): Improve doc of message.
895 (Echo Area Customization, Invisible Text): Copyedits.
896 (Invisible Text): Mention that spec comparison is done with eq.
897 (Width): Improve doc of char-width.
898 (Faces): Recommend using symbol instead of string for face name.
899 Minor clarifications.
900 (Defining Faces): Copyedits. Update face example.
901 (Attribute Functions): Mark set-face-foreground etc as commands.
902 (Face Remapping): Mention text-scale-adjust. Clarify
903 face-remapping-alist and related docs.
904 (Face Functions): Don't document make-face or copy-face.
905
025de85b
CY
9062012-03-20 Chong Yidong <cyd@gnu.org>
907
908 * display.texi (Forcing Redisplay): Various rewrites to reflect
909 new value of redisplay-dont-pause.
910 (Truncation): Copyedits.
911
a5656eae
GM
9122012-03-20 Glenn Morris <rgm@gnu.org>
913
914 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
915 Add summary table of some relevant command-line options.
916
d15aac68
CY
9172012-03-18 Chong Yidong <cyd@gnu.org>
918
919 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
920 (Writing Emacs Primitives): Re-organize discussion of functions
921 with variable Lisp arguments are handled. Delete an obsolete
922 remark, previously tagged as FIXME.
923
924 * os.texi (Idle Timers): Minor clarification.
925 (Idle Timers): Link to Time of Day for description of time list.
926
b59af549
GM
9272012-03-18 Glenn Morris <rgm@gnu.org>
928
929 * os.texi (System Interface): Flow control was removed.
930 (Startup Summary): General update.
931 (Init File): Don't mention compiling it.
932
986bd52a
CY
9332012-03-17 Chong Yidong <cyd@gnu.org>
934
935 * os.texi (Startup Summary): Mention package loading.
936 (Init File): Don't refer to .emacs in section title. Copyedits.
937 (Terminal-Specific): Give a realistic example.
938 (Command-Line Arguments): Reference Entering Emacs instead of
939 repeating the spiel about not restarting Emacs.
940 (Time of Day): Discuss time representation at beginning of node.
941 (Sound Output): Copyedits.
942
943 * package.texi (Packaging Basics): Document package-initialize.
944
f761251a
EZ
9452012-03-17 Eli Zaretskii <eliz@gnu.org>
946
947 * frames.texi (Initial Parameters): Add an index entry for
948 minibuffer-only frame.
949
da986230
GM
9502012-03-16 Glenn Morris <rgm@gnu.org>
951
952 * modes.texi (Major Mode Conventions): Mention the strange
953 relationship between View mode and special modes. (Bug#10650)
954
2cc775f9
CY
9552012-03-11 Chong Yidong <cyd@gnu.org>
956
957 * windows.texi (Window Configurations): save-window-excursion is
958 now a macro.
959
960 * display.texi (Temporary Displays): with-output-to-temp-buffer is
961 now a macro.
962
66c5eebd
CY
963 * text.texi (Fields): Minor copyedit.
964
310a820f
EZ
9652012-03-10 Eli Zaretskii <eliz@gnu.org>
966
83a96c08
EZ
967 * strings.texi (String Basics):
968 * sequences.texi (Sequence Functions): Mention that `length' is
969 not appropriate for computing the string width on display; add a
970 cross-reference to the description of `string-width'. (Bug#10978)
971
310a820f
EZ
972 * eval.texi (Autoloading): Minor change of wording.
973
83ef8187
CY
9742012-03-10 Chong Yidong <cyd@gnu.org>
975
bc44be50
CY
976 * loading.texi (Autoload): Explicitly state which forms are
977 processed specially (Bug#7783).
978
83ef8187
CY
979 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
980 non-default situation. Describe one-submenu exception (Bug#7695).
981
982 * nonascii.texi (Character Properties): Copyedits.
983
483ab230
CY
9842012-03-08 Chong Yidong <cyd@gnu.org>
985
986 * text.texi (Mode-Specific Indent): Document new behavior of
987 indent-for-tab-command. Document tab-always-indent.
988 (Special Properties): Copyedits.
989 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
990 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
991 libxml-parse-html-region.
992
00e84de0
GM
9932012-03-07 Glenn Morris <rgm@gnu.org>
994
eaa6bc3c
GM
995 * markers.texi (The Region): Briefly mention use-empty-active-region
996 and region-active-p.
a9685db7 997 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 998 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 999
67cd45a2
CY
10002012-03-07 Chong Yidong <cyd@gnu.org>
1001
1002 * text.texi (Buffer Contents): Don't duplicate explanation of
1003 region arguments from Text node. Put doc of obsolete var
1004 buffer-substring-filters back, since it is referred to.
1005 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
1006 selection by default.
1007
1008 * markers.texi (The Mark): Fix typo.
1009 (The Region): Copyedits.
1010
2ad80941
GM
10112012-03-07 Glenn Morris <rgm@gnu.org>
1012
1013 * markers.texi (Overview of Markers): Copyedits.
1014 (Creating Markers): Update approximate example buffer size.
1015 (The Mark): Don't mention uninteresting return values.
1016
ef959d3a
CY
10172012-03-05 Chong Yidong <cyd@gnu.org>
1018
1019 * positions.texi (Text Lines): Document count-words.
1020
a08a07e3
CY
10212012-03-04 Chong Yidong <cyd@gnu.org>
1022
1023 * frames.texi (Frames): Remove little-used "terminal frame" and
1024 "window frame" terminology.
1025 (Frame Parameters, Font and Color Parameters, Initial Parameters)
1026 (Size and Position, Visibility of Frames): Callers changed.
1027 (Frames): Clarify which terminals in framep are graphical.
1028 (Initial Parameters): --geometry is not the only option which adds
1029 to initial-frame-alist.
1030 (Position Parameters): Note that icon-left and icon-top are for
1031 old window managers only.
1032 (Size Parameters): Sizes are in characters even on graphical
1033 displays.
1034 (Management Parameters): Note that window-id and outer-window-id
1035 can't really be changed, and that auto-raise isn't always obeyed.
1036 (Cursor Parameters): Document cursor-type explicitly.
1037 (Size and Position): The aliases set-screen-height and
1038 set-screen-width have been deleted.
1039 (Visibility of Frames): Mention "minimization".
1040
1041 * os.texi (Startup Summary): Minor clarifications.
1042 (Startup Summary, Suspending Emacs): Standardize on "text
1043 terminal" terminology.
1044
1045 * windows.texi (Basic Windows, Coordinates and Windows)
1046 (Coordinates and Windows):
1047 * display.texi (Refresh Screen, Line Height, Face Attributes)
1048 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1049
ea16568d
GM
10502012-03-04 Glenn Morris <rgm@gnu.org>
1051
1052 * abbrevs.texi: Small copyedits throughout.
1053 (Abbrev Mode): Remove this section, folding it into the top-level.
1054 (Abbrev Tables): Don't mention irrelevant return values.
1055 (Abbrev Expansion): Add cross-ref for wrapper hooks.
1056 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1057 (Abbrev Table Properties): Update nil :regexp description.
1058
b3134b95
GM
10592012-03-03 Glenn Morris <rgm@gnu.org>
1060
520f2425
GM
1061 * internals.texi: Change @appendix section commands to @section.
1062 (Building Emacs): Say less about CANNOT_DUMP platforms.
1063 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 1064 (Pure Storage): Small changes.
01a6dcc8 1065 (Memory Usage): Copyedit.
7d2d7cc0
GM
1066 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1067 example definitions. Give examples of things with non-nil
1068 interactive args. Mention eval_sub. Remove old info about
1069 strings and GCPRO. Mention cus-start.el.
1070 (Buffer Internals, Window Internals, Process Internals):
1071 Misc small updates and fixes for fields.
520f2425 1072
b3134b95
GM
1073 * tips.texi: Copyedits.
1074 (Coding Conventions): Mention autoloads.
1075 Combine partially duplicated macro items. Fix xref.
1076 Refer to Library Headers for copyright notice.
1077 (Programming Tips): edit-options is long-obsolete.
1078 (Compilation Tips): Mention loading bytecomp for byte-compile props.
1079 (Warning Tips): Mention declare-function.
1080 (Documentation Tips): Remove old info.
1081 (Comment Tips): Mention comment-dwim, not indent-for-comment.
1082 (Library Headers): General update.
1083
2064cc6a
GM
10842012-03-02 Glenn Morris <rgm@gnu.org>
1085
6945faa6
GM
1086 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1087 and relocate entry. Mention buffer-stale-function.
1088
4186e877
GM
1089 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1090
2064cc6a
GM
1091 * hooks.texi (Standard Hooks): General update.
1092 Put related hooks together. Add and remove items.
1093 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1094 * modes.texi (Hooks): Tweak cross-ref description.
1095
7272fbf3
MA
10962012-03-01 Michael Albinus <michael.albinus@gmx.de>
1097
1098 * files.texi (Kinds of Files): The return value of file-equal-p is
1099 unspecified, if FILE1 or FILE2 does not exist.
1100
53a1239b
GM
11012012-03-01 Glenn Morris <rgm@gnu.org>
1102
90db9af9
GM
1103 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1104
53a1239b
GM
1105 * maps.texi (Standard Keymaps): General update.
1106 Remove mode-specific maps, talk about the more general keymaps.
1107 * help.texi (Help Functions): Add vindex for Helper-help-map.
1108 * keymaps.texi (Active Keymaps): Minor rephrasing.
1109
775b55af
GM
11102012-02-29 Glenn Morris <rgm@gnu.org>
1111
1112 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1113
96b49301 11142012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1115
7272fbf3 1116 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 1117 Update changed behavior of file-subdir-of-p.
96b49301 1118
1383d930
GM
11192012-02-28 Glenn Morris <rgm@gnu.org>
1120
44e97401
GM
1121 * advice.texi, anti.texi, display.texi, elisp.texi:
1122 * processes.texi, variables.texi, vol1.texi, vol2.texi:
1123 Standardize possessive apostrophe usage.
1124
e3c73f1e
GM
1125 * locals.texi: Remove file.
1126 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1127 Remove menu entry.
1128 * errors.texi, maps.texi: Adjust node pointers.
1129 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 1130 * makefile.w32-in (srcs):
e3c73f1e
GM
1131 * Makefile.in (srcs): Remove locals.texi.
1132
1383d930
GM
1133 * frames.texi (Mouse Position): Fix cross-ref.
1134
431ee44b
CY
11352012-02-27 Chong Yidong <cyd@gnu.org>
1136
1137 * buffers.texi (Creating Buffers): Clarify that
1138 generate-new-buffer uses generate-new-buffer-names.
1139 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1140
1141 * files.texi (Directory Names): Index entry for file name abbreviations.
1142 (Relative File Names, File Name Expansion): Refer to it.
1143 (Locating Files): Move locate-user-emacs-file documentation to
1144 Standard File Names.
1145 (Standard File Names): Add locate-user-emacs-file; update examples.
1146
6a11ec9d
MA
11472012-02-26 Michael Albinus <michael.albinus@gmx.de>
1148
1149 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
1150
9a4888c0
CY
11512012-02-26 Chong Yidong <cyd@gnu.org>
1152
1153 * files.texi (Kinds of Files): Improve documentation of
1154 files-equal-p and file-subdir-of-p.
1155
f0e751b9
GM
11562012-02-26 Glenn Morris <rgm@gnu.org>
1157
1158 * intro.texi (Acknowledgements): Small changes.
1159
7e05b1ec
GM
11602012-02-25 Glenn Morris <rgm@gnu.org>
1161
1162 * errors.texi: Don't try to list _all_ the error symbols.
1163 Add circular-list, cl-assertion-failed, compression-error.
1164 * elisp.texi, vol1.texi, vol2.texi:
1165 * control.texi (Error Symbols): Tweak "Standard Errors" description.
1166
23453255 11672012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1168
1169 * files.texi (files-equal-p, file-subdir-of-p): New,
1170 add initial documentation.
1171
4963495d
CY
11722012-02-25 Chong Yidong <cyd@gnu.org>
1173
fa74b241
CY
1174 * files.texi (File Attributes): Document file-selinux-context.
1175 (Changing Files): Link to it.
1176 (Changing Files): Document set-file-selinux-context.
1177
1178 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
1179 changed. Mention default value of backup-directory-alist.
1180 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
1181 (Auto-Saving): New minor mode behavior for auto-save-mode.
1182 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 1183
4963495d
CY
1184 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
1185
4bb82fa8
GM
11862012-02-24 Glenn Morris <rgm@gnu.org>
1187
1188 * errors.texi (Standard Errors): Mention dbus-error.
1189 For arith-error sub-classes, just use one cross-ref.
1190
2cb228f7
AM
11912012-02-23 Alan Mackenzie <acm@muc.de>
1192
1193 * modes.texi (Defining Minor Modes): Document the new keyword
1194 :after-hook.
1195
a59225b1
CY
11962012-02-21 Chong Yidong <cyd@gnu.org>
1197
1198 * files.texi (Files): Mention magic file names as arguments.
1199 (Reading from Files): Copyedits.
1200 (File Attributes): Mention how to change file modes.
1201 (Changing Files): Use standard "file permissions" terminology.
1202 Add xref to File Attributes node.
1203 (Locating Files): Document locate-user-emacs-file.
1204 (Unique File Names): Recommend against using make-temp-name.
1205
8376d7c2
CY
12062012-02-19 Chong Yidong <cyd@gnu.org>
1207
1208 * help.texi (Documentation, Documentation Basics, Help Functions):
1209 Minor clarifications.
1210 (Accessing Documentation): Clarify what documentation-property is
1211 for. Add xref to Keys in Documentation.
1212
1213 * tips.texi (Documentation Tips): Don't recommend using * in
1214 docstrings.
1215
1216 * macros.texi (Defining Macros):
1217 * modes.texi (Derived Modes): Say "documentation string" instead
1218 of docstring.
1219
82233bea
CY
12202012-02-18 Chong Yidong <cyd@gnu.org>
1221
1222 * modes.texi (Tabulated List Mode): New node.
1223 (Basic Major Modes): Add xref to it.
1224
1225 * processes.texi (Process Information): Mention Process Menu mode.
1226
7b926f3f
CY
12272012-02-17 Chong Yidong <cyd@gnu.org>
1228
1229 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
1230
0fd2c9a3
GM
12312012-02-17 Glenn Morris <rgm@gnu.org>
1232
1233 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
1234
f700caa3
CY
12352012-02-16 Chong Yidong <cyd@gnu.org>
1236
4230351b
CY
1237 * syntax.texi (Syntax Tables, Syntax Descriptors)
1238 (Syntax Table Functions): Copyedits.
1239 (Syntax Basics): Don't repeat the material in the preceding node.
1240 (Syntax Class Table): Use a table.
1241 (Syntax Properties): Document syntax-propertize-function and
1242 syntax-propertize-extend-region-functions.
1243 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1244 (Parser State): Update for the new "c" comment style. Fix
1245 description of item 7 (comment style).
1246
f700caa3
CY
1247 * modes.texi (Minor Modes): Update how mode commands should treat
1248 arguments now.
1249 (Mode Line Basics): Clarify force-mode-line-update.
1250 (Mode Line Top): Note that the example is not realistic.
1251 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
1252 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
1253 "mode line construct" instead of "mode line specification".
1254 (Syntactic Font Lock): Remove mention of obsolete variable
1255 font-lock-syntactic-keywords.
1256 (Setting Syntax Properties): Node deleted.
1257 (Font Lock Mode): Note that Font Lock mode is a minor mode.
1258 (Font Lock Basics): Note that syntactic fontification falls back
1259 on `syntax-table'.
1260 (Search-based Fontification): Emphasize that font-lock-keywords
1261 should not be set directly.
1262 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
1263 (Syntactic Font Lock): Minor clarifications. Add xref to
1264 Syntactic Font Lock node.
f700caa3 1265
60236b0d
CY
12662012-02-15 Chong Yidong <cyd@gnu.org>
1267
1268 * minibuf.texi (Basic Completion): Define "completion table".
1269 Move completion-in-region to Completion in Buffers node.
1270 (Completion Commands): Use "completion table" terminology.
1271 (Completion in Buffers): New node.
1272
1273 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
1274 (Setting Hooks): Update minor mode usage example.
1275 (Major Mode Conventions): Note that completion-at-point-functions
1276 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
1277 Remove duplicate tip about auto-mode-alist.
1278 (Minor Modes): Rewrite introduction.
1279 (Minor Mode Conventions): Copyedits. Don't recommend
1280 variable-only minor modes since few minor modes are like that.
60236b0d 1281
d7dbb11a
GM
12822012-02-15 Glenn Morris <rgm@gnu.org>
1283
1284 * processes.texi (Network): Document open-network-stream :parameters.
1285
3d8badf4
CY
12862012-02-14 Chong Yidong <cyd@gnu.org>
1287
1288 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
1289 was removed on 2009-09-10. Update lisp-mode-map example.
1290 (Inheritance and Keymaps): Minor clarification.
1291 (Searching Keymaps): Remove out-of-place enumeration.
1292 (Key Lookup): Remove unnecessary example (one was already given in
1293 Format of Keymaps).
1294 (Changing Key Bindings): Update suppress-keymap example.
1295 (Menu Bar, Tool Bar): Copyedits.
1296 (Tool Bar): Update tool-bar-map example.
1297
faccede1
CY
12982012-02-12 Chong Yidong <cyd@gnu.org>
1299
1300 * debugging.texi (Debugger Commands): Continuing is now allowed
1301 for errors.
1302
355cabc6
CY
13032012-02-11 Chong Yidong <cyd@gnu.org>
1304
d860baa0
CY
1305 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
1306 Move the list of standard bitmaps there.
1307 (Fringe Cursors): Rewrite for clarity.
1308 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
1309
34106abe
CY
1310 * commands.texi (Command Overview): Mention read-key.
1311 (Using Interactive, Interactive Call): Minor clarifications.
1312 (Function Keys, Click Events): Avoid "input stream" terminology.
1313 (Click Events): Add xref to Window Sizes and Accessing Mouse.
1314 Clarify column and row components.
1315 (Accessing Mouse): Add xref to Click Events. Minor fixes.
1316 (Special Events): Copyedits.
1317
1318 * streams.texi (Input Streams): De-document get-file-char.
1319 (Output Variables): Don't refer to old backquote syntax.
1320
355cabc6
CY
1321 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
1322 (Error Debugging): Note that debug-ignored-errors overrides list
1323 values of debug-on-error too. Add xref to Signaling Errors. Note
1324 that debug-on-signal is not customizable. Mention
1325 condition-case-unless-debug.
1326 (Compilation Errors): Node deleted.
1327
1328 * compile.texi (Compiler Errors): Move a paragraph here from
1329 deleted node Compilation Errors.
1330
1be3ca5a
LL
13312012-02-10 Leo Liu <sdl.web@gmail.com>
1332
1333 * control.texi (Handling Errors): Change condition-case-no-debug
1334 to condition-case-unless-debug.
1335
25dec365
CY
13362012-02-10 Chong Yidong <cyd@gnu.org>
1337
1338 * advice.texi (Defining Advice): Clarify ad-unadvise.
1339 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
1340 is not abnormal.
1341 (Advising Primitives): Node deleted; ad-define-subr-args has been
1342 removed.
1343
1344 * compile.texi (Speed of Byte-Code): Use float-time in example.
1345 (Compilation Functions): Note that the log uses Compilation mode.
1346 Don't discuss the contents of byte-code function object here.
1347 (Compilation Functions): De-document internal function byte-code.
1348 (Docs and Compilation): Minor clarifications.
1349
1350 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
1351 Objects.
1352
5f5e4ea1
GM
13532012-02-10 Glenn Morris <rgm@gnu.org>
1354
1355 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
1356 Mention secure-hash.
1357 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
1358
6c1e4b46
CY
13592012-02-10 Chong Yidong <cyd@gnu.org>
1360
1361 * loading.texi (Loading): Don't emphasize "library" terminology.
1362 (Library Search): load-path is not a user option. Mention role of
1363 -L option and packages. Improve examples.
1364 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
1365 obsolete.
1366 (Autoload): Minor clarifications.
1367
72ca698c
GM
13682012-02-10 Glenn Morris <rgm@gnu.org>
1369
b011fbfe
GM
1370 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
1371
72ca698c
GM
1372 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
1373
14a1f380
GM
13742012-02-08 Glenn Morris <rgm@gnu.org>
1375
1376 * loading.texi (Named Features): Update the require example.
1377
60d47423
GM
13782012-02-07 Glenn Morris <rgm@gnu.org>
1379
1380 * modes.texi (Defining Minor Modes):
1381 Expand on args of defined minor modes.
1382
0992bd9c
CY
13832012-02-07 Chong Yidong <cyd@gnu.org>
1384
1385 * variables.texi (Creating Buffer-Local): Minor clarification
1386 to buffer-local-variables doc (Bug#10715).
1387
af008560
GM
13882012-02-07 Glenn Morris <rgm@gnu.org>
1389
e80e1825 1390 * display.texi (ImageMagick Images): General update.
af008560
GM
1391 Move most details of imagemagick-render-type to the variable's doc.
1392
866c1d22
GM
13932012-02-06 Glenn Morris <rgm@gnu.org>
1394
f7c9199f 1395 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
1396 (Inheritance and Keymaps):
1397 Mention make-composed-keymap and multiple inheritance.
f7c9199f 1398
e7bc51d0
GM
1399 * modes.texi (Running Hooks): Mention run-hook-wrapped.
1400
866c1d22
GM
1401 * control.texi (Handling Errors):
1402 Mention condition-case-no-debug and with-demoted-errors.
1403
03988c98
CY
14042012-02-05 Chong Yidong <cyd@gnu.org>
1405
1406 * customize.texi (Common Keywords): Minor clarifications.
1407 Document custom-unlispify-remove-prefixes.
1408 (Variable Definitions): Backquotes in defcustom seem to work fine
1409 now. Various other copyedits.
e1161b06
CY
1410 (Simple Types): Copyedits. Document color selector.
1411 (Composite Types): Copyedits.
1412 (Splicing into Lists): Clarifications.
03988c98
CY
1413
1414 * eval.texi (Backquote): Move from macros.texi.
1415
1416 * macros.texi (Expansion): Minor clarification.
1417 (Backquote): Move node to eval.texi.
1418 (Defining Macros): Move an example from Backquote node.
1419 (Argument Evaluation): No need to mention Pascal.
1420 (Indenting Macros): Add xref to Defining Macros.
1421
649f602c
GM
14222012-02-05 Glenn Morris <rgm@gnu.org>
1423
1424 * debugging.texi (Error Debugging): Mention debug-on-event default.
1425
34c99998
GM
14262012-02-04 Glenn Morris <rgm@gnu.org>
1427
8f05da42
GM
1428 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
1429
7aa5aad8
GM
1430 * debugging.texi (Error Debugging): Mention debug-on-event.
1431 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
1432
c7291ad9
GM
1433 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
1434
34c99998
GM
1435 * text.texi (Buffer Contents):
1436 Update filter-buffer-substring description.
1437
735cc5ca
CY
14382012-02-04 Chong Yidong <cyd@gnu.org>
1439
1440 * functions.texi (What Is a Function): Add closures. Mention
1441 "return value" terminology. Add xref for command-execute. Remove
1442 unused "keystroke command" terminology.
1443 (Lambda Expressions): Give a different example than in the
1444 following subsection. Add xref to Anonymous Functions.
1445 (Function Documentation): Remove gratuitous markup.
1446 (Function Names): Move introductory text to `What Is a Function'.
1447 (Defining Functions): Fix defun argument spec.
1448 (Anonymous Functions): Document lambda macro explicitly. Mention
1449 effects on lexical binding.
1450 (Function Cells): Downplay direct usage of fset.
1451 (Closures): New node.
1452 (Inline Functions): Remove "open-code" terminology.
1453 (Declaring Functions): Minor tweak; .m is not C code.
1454
1455 * variables.texi (Variables): Don't refer to "global value".
1456 (Local Variables, Void Variables): Copyedits.
1457 (Lexical Binding): Minor clarification of example.
1458 (File Local Variables): Mention :safe and :risky defcustom args.
1459 (Lexical Binding): Add xref to Closures node.
1460
94bc7984
GM
14612012-02-04 Glenn Morris <rgm@gnu.org>
1462
1463 * minibuf.texi (High-Level Completion): Updates for read-color.
1464
4f5a10ef
GM
14652012-02-03 Glenn Morris <rgm@gnu.org>
1466
eea14f31
GM
1467 * display.texi (GIF Images): Mention animation.
1468 Remove commented-out old example of animation.
1469 (Animated Images): New subsection.
1470 * elisp.texi (Top):
1471 * vol1.texi (Top):
1472 * vol2.texi (Top): Add Animated Images menu entry.
1473
4f5a10ef
GM
1474 * display.texi (Image Formats): Remove oddly specific information
1475 on versions of image libraries.
204e728d 1476 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 1477
12f381b7
GM
14782012-02-02 Glenn Morris <rgm@gnu.org>
1479
1b9f60cc
GM
1480 * processes.texi (Synchronous Processes):
1481 Mention call-process's :file gets overwritten.
1482
7e2734bc
GM
1483 * commands.texi (Reading One Event):
1484 * help.texi (Help Functions): Document read-char-choice.
1485
f58b9822
GM
1486 * hooks.texi (Standard Hooks):
1487 * modes.texi (Keymaps and Minor Modes):
1488 * text.texi (Commands for Insertion): Document post-self-insert-hook.
1489
1490 * hooks.texi (Standard Hooks): Add prog-mode-hook.
1491
12f381b7
GM
1492 * hooks.texi (Standard Hooks):
1493 * modes.texi (Major Mode Conventions, Mode Hooks):
1494 Document change-major-mode-after-body-hook.
1495
7a9a2fc6
GM
14962012-02-01 Glenn Morris <rgm@gnu.org>
1497
1498 * modes.texi (Defining Minor Modes):
1499 Mention disabling global minor modes on a per-major-mode basis.
1500
a037c171
CY
15012012-01-31 Chong Yidong <cyd@gnu.org>
1502
1503 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
1504 (Parser State): Remove unnecessary statement (Bug#10661).
1505
1506 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
1507
56afad3a
GM
15082012-01-31 Glenn Morris <rgm@gnu.org>
1509
1510 * modes.texi (Defining Minor Modes):
1511 Document define-minor-mode's new :variable keyword.
1512
0f29fa41
CY
15132012-01-29 Chong Yidong <cyd@gnu.org>
1514
837a390a
CY
1515 * syntax.texi (Syntax Class Table): Tweak description of newline
1516 char syntax (Bug#9619).
1517
0f29fa41
CY
1518 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
1519 description (Bug#10189).
1520
182148ee
GM
15212012-01-29 Glenn Morris <rgm@gnu.org>
1522
a49ca6b9
GM
1523 * files.texi (Changing Files): Document SELinux support.
1524
182148ee
GM
1525 * windows.texi (Window Sizes): Fix typo.
1526
9962192e
CY
15272012-01-28 Chong Yidong <cyd@gnu.org>
1528
8c6e1920
CY
1529 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
1530 doc (Bug#8568).
1531
9583ec59
CY
1532 * frames.texi (Input Focus): Add NORECORD arg to
1533 select-frame-set-input-focus. Clarify its role in select-frame.
1534
10256988
CY
1535 * text.texi (Transposition): We don't use transpose-region as an
1536 internal subroutine (Bug#3249).
1537
9962192e
CY
1538 * modes.texi (Example Major Modes): Update Lisp example code to
1539 current sources. Delete the old non-derived-major-mode example,
1540 which has diverged badly from current sources.
1541
2aa43abb
GM
15422012-01-27 Glenn Morris <rgm@gnu.org>
1543
1544 * makefile.w32-in (texinputdir): Fix (presumed) typo.
1545 (VERSION, manual): Remove, unused.
1546
9f40220d
CY
15472012-01-27 Chong Yidong <cyd@gnu.org>
1548
1549 * commands.texi (Command Overview): Minor clarification (Bug#10384).
1550
acc28cb9
CY
15512012-01-26 Chong Yidong <cyd@gnu.org>
1552
1553 * searching.texi (String Search): Document negative repeat count
1554 (Bug#10507).
1555
48da7392
GM
15562012-01-26 Glenn Morris <rgm@gnu.org>
1557
1558 * variables.texi (Using Lexical Binding):
1559 Mention that lexical-binding should be set in the first line.
1560
69b0acb9
LI
15612012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1562
1563 * macros.texi (Defining Macros): Don't claim that `declare' only
1564 affects Edebug and indentation.
1565
543757a8
LI
15662012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1567
1568 * macros.texi (Defining Macros): Slight `declare' fixup.
1569
450e3cae
GM
15702012-01-25 Glenn Morris <rgm@gnu.org>
1571
24189ce0 1572 * makefile.w32-in (texinputdir):
450e3cae
GM
1573 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
1574
1021c761
CY
15752012-01-24 Chong Yidong <cyd@gnu.org>
1576
1577 * variables.texi (Variables, Local Variables, Void Variables):
1578 Edit to make the descriptions less specific to dynamic binding.
1579 (Local Variables): Default max-specpdl-size is now 1300.
1580 (Defining Variables): Edits for lexical scoping. Delete
1581 information about starting docstrings with *. De-document
1582 user-variable-p.
1583 (Tips for Defining): Remove an unimportant discussion of quitting
1584 in the middle of a load.
1585 (Accessing Variables, Setting Variables): Discuss lexical binding.
1586 (Variable Scoping): Rewrite.
1587 (Scope, Extent, Impl of Scope): Nodes deleted.
1588 (Dynamic Binding): New node, with material from Scope, Extent, and
1589 Impl of Scope nodes.
1590 (Dynamic Binding Tips): Rename from Using Scoping.
1591 (Lexical Binding): Rewrite.
1592 (Using Lexical Binding): Rename from Converting to Lexical
1593 Binding. Convert to subsection.
1594
1595 * customize.texi (Variable Definitions): Add custom-variable-p.
1596 Move user-variable-p documentation here.
1597
31cbea1d
CY
15982012-01-23 Chong Yidong <cyd@gnu.org>
1599
1600 * strings.texi (Text Comparison): Minor qualification.
1601
1602 * lists.texi (Cons Cells): Copyedits.
1603 (List Elements): Mention push.
1604 (List Variables): Mention pop.
1605 (Rings): Move to sequences.texi.
1606
1607 * sequences.texi (Sequence Functions): Don't repeat the
1608 introduction already given in the parent.
1609 (Vectors): Copyedits.
1610 (Rings): Move from lists.texi. Note that this is specific to the
1611 ring package.
1612
1613 * symbols.texi (Definitions, Symbol Components): Mention variable
1614 scoping issues.
1615 (Plists and Alists): Copyedits.
1616
1617 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
1618 correctness with lexical scoping.
1619 (Eval): Copyedits.
1620
fead402d
CY
16212012-01-21 Chong Yidong <cyd@gnu.org>
1622
1623 * intro.texi (A Sample Function Description): Special notation
1624 used for macros too.
1625
1626 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
1627 (Symbol Type): Add xref for keyword symbols.
1628 (Sequence Type): Clarify differences between sequence types.
1629 (Cons Cell Type): Add "linked list" index entry.
1630 (Non-ASCII in Strings): Copyedits.
1631 (Equality Predicates): Symbols with same name need not be eq.
1632
1633 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
1634 ldexp. Move float-e and float-pi to Math Functions node.
1635
61086eb6
GM
16362012-01-21 Glenn Morris <rgm@gnu.org>
1637
1638 * modes.texi (Auto Major Mode):
1639 * variables.texi (File Local Variables):
1640 Mention inhibit-local-variables-regexps.
1641
34a02f46
MR
16422012-01-19 Martin Rudalics <rudalics@gmx.at>
1643
1644 * windows.texi (Window Configurations): Rewrite references to
1645 persistent window parameters.
1646 (Window Parameters): Fix description of persistent window
1647 parameters.
1648
f5064cae
JB
16492012-01-16 Juanma Barranquero <lekktu@gmail.com>
1650
1651 * windows.texi (Window Parameters): Use @pxref.
1652
6a6ee00d
MR
16532012-01-16 Martin Rudalics <rudalics@gmx.at>
1654
1655 * windows.texi (Window Configurations, Window Parameters):
1656 Describe persistent window parameters.
1657
9ca4c014
SM
16582011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1659
1660 * variables.texi (Creating Buffer-Local): Warn against misuses of
1661 make-variable-buffer-local (bug#10258).
1662
d027f83d
LMI
16632012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1664
1665 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
1666
89bd9ccd
CY
16672012-01-06 Chong Yidong <cyd@gnu.org>
1668
1669 * variables.texi (Directory Local Variables): Document
1670 hack-dir-local-variables-non-file-buffer.
1671
c869783d
GM
16722012-01-06 Glenn Morris <rgm@gnu.org>
1673
1674 * maps.texi (Standard Keymaps): Refer to Info-edit by name
1675 rather than by keybinding.
1676
2cae5ba4
JB
16772011-12-29 Juanma Barranquero <lekktu@gmail.com>
1678
1679 * frames.texi (Font and Color Parameters): Add @pxref.
1680
43da4d08
DC
16812011-12-29 Daniel Colascione <dan.colascione@gmail.com>
1682
1683 * frames.texi (Font and Color Parameters):
1684 Document w32 font backends (bug#10399).
1685
8d80ef01
PE
16862011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1687
1688 * files.texi (File Attributes, Changing Files):
1689 Use a more-natural notation for octal numbers.
1690
9022ae07
JB
16912011-12-23 Juanma Barranquero <lekktu@gmail.com>
1692
1693 * variables.texi (Variables with Restricted Values):
1694 Change reference to variable (bug#10354).
1695
454592a6
MR
16962011-12-13 Martin Rudalics <rudalics@gmx.at>
1697
1698 * windows.texi (Splitting Windows): Use t instead of non-nil
1699 when describing window-combination-resize.
1700
a7cdbfce
SM
17012011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 * text.texi (Special Properties): Warn against `intangible' properties
1704 (bug#10222).
1705
a3dcc84e
EZ
17062011-11-26 Eli Zaretskii <eliz@gnu.org>
1707
579ebf8f
EZ
1708 * display.texi (Truncation):
1709 * text.texi (Special Properties): Describe what a stretch-glyph is
1710 instead of using that term without explanation. Make the
1711 cross-references more accurate.
1712
a3dcc84e
EZ
1713 * display.texi (Usual Display): Update the description,
1714 cross-references, and indexing related to display of control
1715 characters and raw bytes.
1716
94af99a4
MR
17172011-11-25 Martin Rudalics <rudalics@gmx.at>
1718
1719 * windows.texi (Splitting Windows): Fix description of
1720 window-combination-limit. Suggested by Eli Zaretskii.
1721
1c3d7a13
CY
17222011-11-23 Chong Yidong <cyd@gnu.org>
1723
1724 * windows.texi (Window Sizes): Move window-top-line,
1725 window-left-column, and window-*-pixel-edges to Coordinates and
1726 Windows node.
1727 (Coordinates and Windows): Restore window-edges doc.
1728
90151a1e
MR
17292011-11-21 Martin Rudalics <rudalics@gmx.at>
1730
a7cdbfce
SM
1731 * windows.texi (Windows and Frames, Splitting Windows):
1732 Fix typos.
90151a1e 1733
a9b9b7f5
CY
17342011-11-21 Chong Yidong <cyd@gnu.org>
1735
1736 * windows.texi (Splitting Windows): Fix error in documentation of
1737 window-combination-limit.
1738 (Cyclic Window Ordering): Minor fixes to next-window,
1739 one-window-p, and get-lru-window docs. Don't document
1740 window-list-1.
1741 (Buffers and Windows): Copyedits.
1742 (Choosing Window): Document special handling of special-display-*.
1743 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
1744 Don't document even-window-heights, which is going away.
1745 Clarify which options are obeyed by which action functions.
a9b9b7f5 1746
f4e90db0
SM
17472011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1748
1749 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
1750
d2999b1a
MR
17512011-11-20 Martin Rudalics <rudalics@gmx.at>
1752
f4e90db0
SM
1753 * windows.texi (Resizing Windows, Splitting Windows):
1754 Remove term "status" when talking about combination limits.
d2999b1a 1755
cd1181db
JB
17562011-11-20 Juanma Barranquero <lekktu@gmail.com>
1757
1758 * compile.texi (Compiler Errors):
1759 * help.texi (Help Functions): Fix typos.
1760
7bf54975
CY
17612011-11-19 Chong Yidong <cyd@gnu.org>
1762
1763 * windows.texi (Splitting Windows): Clarify role of window
1764 parameters in split-window. Shorten the example.
f4e90db0
SM
1765 (Deleting Windows): Rewrite intro to handle internal windows.
1766 Fix delete-windows-on doc.
7bf54975
CY
1767 (Selecting Windows): Copyedits.
1768
a0c2d0ae
MR
17692011-11-17 Martin Rudalics <rudalics@gmx.at>
1770
1771 * windows.texi (Resizing Windows, Splitting Windows)
1772 (Deleting Windows): Use term window-combination-resize instead
1773 of window-splits.
1774
b6f67890
MR
17752011-11-16 Martin Rudalics <rudalics@gmx.at>
1776
f4e90db0
SM
1777 * windows.texi (Resizing Windows, Splitting Windows):
1778 Rename occurrences of window-nest to window-combination-limit.
b6f67890 1779
0b381c7e
JB
17802011-11-14 Juanma Barranquero <lekktu@gmail.com>
1781
1782 * intro.texi (Lisp History): Fix typo.
1783
89d61221
MR
17842011-11-12 Martin Rudalics <rudalics@gmx.at>
1785
f4e90db0
SM
1786 * windows.texi (Splitting Windows, Deleting Windows):
1787 Remove references to splits status of windows.
89d61221 1788
b2621720
GM
17892011-11-10 Glenn Morris <rgm@gnu.org>
1790
1791 * buffers.texi (Read Only Buffers): Expand a bit on why
1792 toggle-read-only should only be used interactively. (Bug#7292)
1793
d2ad7ee1
CY
17942011-11-09 Chong Yidong <cyd@gnu.org>
1795
1796 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 1797 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
1798 window-inside-absolute-pixel-edges.
1799 (Resizing Windows): shrink-window-if-larger-than-buffer works on
1800 non-full-width windows.
1801
2cffd681
MR
18022011-11-09 Martin Rudalics <rudalics@gmx.at>
1803
1804 * windows.texi (Resizing Windows): Rewrite documentation of
1805 window-resizable.
1806
f6f6d7e7
CY
18072011-11-09 Chong Yidong <cyd@gnu.org>
1808
1809 * windows.texi (Splitting Windows): Simplify example.
1810
a79db6e0
CY
18112011-11-08 Chong Yidong <cyd@gnu.org>
1812
1813 * windows.texi (Window Sizes): Copyedits. Document
1814 window-text-height. Remove window-min-height and window-min-width
1815 discussion, referring instead to Emacs manual.
1816 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
1817 (Resizing Windows): Simplify introduction. Don't document
1818 enlarge-window, shrink-window, enlarge-window-horizontally, and
1819 shrink-window-horizontally; they are no longer preferred for
1820 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 1821
441950c7
GM
18222011-11-07 Glenn Morris <rgm@gnu.org>
1823
1824 * windows.texi (Choosing Window): Fix keybinding typo.
1825
be7f5545
MR
18262011-11-07 Martin Rudalics <rudalics@gmx.at>
1827
1828 * windows.texi (Resizing Windows, Splitting Windows)
1829 (Window Configurations): Use "child window" instead of
1830 "subwindow".
1831
291d142b
CY
18322011-11-06 Chong Yidong <cyd@gnu.org>
1833
1834 * windows.texi (Basic Windows): Clarify various definitions.
1835 Treat window-normalize-* as internal; don't document them.
1836 (Windows and Frames): Various clarifications, e.g. non-live
1837 windows also belong to frames. Fix window-list description.
1838 Simplify window nesting example.
f4e90db0
SM
1839 (Splitting Windows, Window Configurations):
1840 Use split-window-below.
291d142b 1841
89bd5ee1
EZ
18422011-11-04 Eli Zaretskii <eliz@gnu.org>
1843
1844 * windows.texi (Window Sizes): Mention in the doc string that the
1845 return values of `window-body-height' and `window-body-width' are
1846 in frame's canonical units. (Bug#9949)
1847
3d8daefe
MR
18482011-10-30 Martin Rudalics <rudalics@gmx.at>
1849
1850 * windows.texi (Windows and Frames): Remove "iso-" infix from
1851 documentation of window-iso-combined-p.
1852
60754666
CY
18532011-10-26 Chong Yidong <cyd@gnu.org>
1854
1855 * modes.texi (Running Hooks): Document with-wrapper-hook.
1856
d366bd53
CY
18572011-10-18 Chong Yidong <cyd@gnu.org>
1858
1859 * display.texi (Glyphless Chars): New node.
1860
50b063c3
CY
18612011-10-13 Chong Yidong <cyd@stupidchicken.com>
1862
1863 * text.texi (Yanking): Document yank-excluded-properties.
1864
1865 * package.texi (Packaging Basics): The commentary should say how
1866 to begin using the package.
1867
c72063fa
MR
18682011-10-11 Martin Rudalics <rudalics@gmx.at>
1869
1870 * windows.texi (Deleting Windows): Mention which window gets
1871 selected when deleting the selected window.
1872
d83dc65b
MR
18732011-10-09 Martin Rudalics <rudalics@gmx.at>
1874
1875 * buffers.texi (The Buffer List): Describe how bury-buffer deals
1876 with the selected window.
1877 * windows.texi (Buffers and Windows): Reformulate text on how
1878 replace-buffer-in-windows deals with a window.
1879 (Quitting Windows): Describe how quit-window deals with a
1880 standalone frame. Describe new option frame-auto-hide-function.
1881
c599682c
GM
18822011-10-08 Glenn Morris <rgm@gnu.org>
1883
48bca619
GM
1884 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
1885
c599682c
GM
1886 * positions.texi (Excursions): Update warning message.
1887
969aa734
CY
18882011-10-05 Chong Yidong <cyd@stupidchicken.com>
1889
f4e90db0
SM
1890 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1891 Fix Emacs manual xref (Bug#9675).
969aa734 1892
550f41cd
CY
18932011-10-01 Chong Yidong <cyd@stupidchicken.com>
1894
1895 * windows.texi (Textual Scrolling): Document scroll-up-command,
1896 scroll-down-command, scroll-error-top-bottom, and the
1897 scroll-command symbol property.
717a1362
CY
1898 (Display Action Functions): Fix description of
1899 display-buffer-pop-up-window.
550f41cd 1900
a239d4e9
JB
19012011-09-28 Juanma Barranquero <lekktu@gmail.com>
1902
1903 * windows.texi (Splitting Windows): Fix typos.
1904
590c056d
MR
19052011-09-25 Martin Rudalics <rudalics@gmx.at>
1906
1907 * windows.texi (Windows and Frames, Display Action Functions)
1908 (Switching Buffers): Fix some typos.
1909 (Buffers and Windows): Remove reference to window-auto-delete.
1910 Reword description of replace-buffer-in-windows.
1911 (Window History): Fix some typos and refer to frame local buffer
1912 list.
c419f5cb
MR
1913 (Quitting Windows): New node.
1914 (Window Configurations): Add descriptions of window-state-get
1915 and window-state-put.
1916 (Window Parameters): Describe variable ignore-window-parameters.
1917 Sketch some window parameters currently in use.
1918 * elisp.texi (Top): Update node listing.
590c056d 1919
9ec20d36
CY
19202011-09-25 Chong Yidong <cyd@stupidchicken.com>
1921
1922 * windows.texi (Display Action Functions)
1923 (Choosing Window Options): New nodes.
1924
0e406a72
CY
19252011-09-24 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * windows.texi (Window History): New node. Move text here from
1928 Buffers and Windows.
1929 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
1930 don't document display-buffer here; callers changed.
1931 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
1932 switch-to-buffer-other-frame. Delete duplicate
1933 replace-buffer-in-windows doc.
1934 (Choosing Window): Document display actions.
1935
6bf7006f
EZ
19362011-09-24 Eli Zaretskii <eliz@gnu.org>
1937
1938 * display.texi (Forcing Redisplay): Update the description of
1939 redisplay-dont-pause due to change in the default value.
1940
b33b68a3
MR
19412011-09-23 Martin Rudalics <rudalics@gmx.at>
1942
1943 * frames.texi (Frames and Windows): Move section and rename to
1944 Windows and Frames in windows.texi.
1945 * windows.texi (Windows): Restructure.
1946 (Basic Windows): Rewrite. Explain live and internal windows and
1947 normalization functions.
1948 (Windows and Frames): Move section here from frames.texi.
1949 Describe subwindows, window combinations, window tree, and
1950 corresponding functions including window-list here.
1951 (Window Sizes): Rename section from Size of Window and move it
1952 up in chapter. Describe total and body sizes and the
1953 corresponding functions. Explain new semantics of
1954 window-min-height/-width.
1955 (Resizing Windows): Move section up in chapter. Describe new
1956 resize functions.
1957 (Splitting Windows): Describe new behavior of split-window,
1958 split-window-above-each-other and split-window-side-by-side.
1959 Provide examples. Describe window-nest and window-splits
1960 options.
1961 (Deleting Windows): Minor rewrite.
f4e90db0
SM
1962 (Selecting Windows): Minor rewrite.
1963 Describe frame-selected-window and set-frame-selected-window here.
1964 (Cyclic Window Ordering): Minor rewrite.
1965 Describe window-list-1.
b33b68a3
MR
1966 (Buffers and Windows): Rewrite. Explain a window's previous and
1967 next buffers and the corresponding functions.
c4682d18 1968 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
1969 * elisp.texi (Top): Update node listings for frames and windows
1970 sections.
1971
4d3786ac
SM
19722011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1973
1974 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1975
713df35b
LMI
19762011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1977
1978 * errors.texi (Standard Errors): Remove apparent placeholder text
1979 (bug#9491).
1980
33ed493b
CY
19812011-09-18 Chong Yidong <cyd@stupidchicken.com>
1982
1983 * frames.texi (Management Parameters): Fix description of
1984 icon-type parameter.
1985
b8f0a954
CY
19862011-09-17 Chong Yidong <cyd@stupidchicken.com>
1987
1988 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1989 ending in C-g. Suggested by Edward O'Connor.
1990
eddf142c
EZ
19912011-09-17 Eli Zaretskii <eliz@gnu.org>
1992
1993 * numbers.texi (Integer Basics): Add indexing for
1994 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1995
d8e213eb 19962011-09-14 Dani Moncayo <dmoncayo@gmail.com>
bf1af6c7
DM
1997
1998 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1999
cec2eab8
JB
20002011-09-11 Juanma Barranquero <lekktu@gmail.com>
2001
2002 * processes.texi (Network Servers): Clarify what the process
2003 buffer is used for (bug#9233).
2004
d8e213eb 20052011-08-30 Dani Moncayo <dmoncayo@gmail.com>
1f403cb9
DM
2006
2007 * lists.texi (Building Lists): Fix typo.
2008
35137ed3
CY
20092011-08-30 Chong Yidong <cyd@stupidchicken.com>
2010
2011 * display.texi (Basic Faces): New node. Document new faces.
2012
2013 * modes.texi (Major Mode Conventions): Move some text there.
2014 (Mode Help): Remove major-mode var, duplicated in Major Modes.
2015
3fd50d5c
CY
20162011-08-29 Chong Yidong <cyd@stupidchicken.com>
2017
2018 * modes.texi (Basic Major Modes): New node. Callers updated.
2019 (Major Modes): Document fundamental-mode and major-mode.
2020 (Major Mode Basics): Node deleted; text moved to Major Modes.
2021 (Derived Modes): Document derived-mode-p.
2022
ddb54206
CY
20232011-08-28 Chong Yidong <cyd@stupidchicken.com>
2024
a6326082
CY
2025 * files.texi (Changing Files, Create/Delete Dirs): Document new
2026 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
2027 (Visiting Functions): Remove view-file; it is documented in the
2028 Emacs manual.
04e2ce72 2029
ddb54206
CY
2030 * frames.texi (Layout Parameters): The defaults for the
2031 menu-bar-lines and tool-bar-lines parameters depend on the mode.
2032
2033 * display.texi (Progress): Document spinner functionality.
2034
2035 * os.texi (Killing Emacs): Note that kill-emacs can be called by
2036 operating system signals. Refer to save-buffers-kill-terminal
2037 instead of save-buffers-kill-emacs.
2038
2039 * objects.texi (Symbol Type): Document ## print representation.
2040
0c95fcf7
EZ
20412011-08-25 Eli Zaretskii <eliz@gnu.org>
2042
2043 * display.texi (Specified Space): Mention that `space' specs
2044 influence bidi reordering.
2045 (Bidirectional Display): Explain how to use `(space . PROPS)' for
2046 separating fields with bidirectional content.
2047
5980d4c6
EZ
20482011-08-24 Eli Zaretskii <eliz@gnu.org>
2049
2050 * display.texi (Bidirectional Display): Document return value in
2051 buffers that are not bidi-reordered for display, and in unibyte
2052 buffers.
2053
bca633fb
EZ
20542011-08-23 Eli Zaretskii <eliz@gnu.org>
2055
2056 * nonascii.texi (Character Properties): Document the values for
2057 unassigned codepoints.
2058
c094bb0c
EZ
20592011-08-18 Eli Zaretskii <eliz@gnu.org>
2060
2061 * nonascii.texi (Character Properties): Document use of
2062 `bidi-class' and `mirroring' properties as part of reordering.
2063 Provide cross-references to "Bidirectional Display".
2064
2065 * display.texi (Bidirectional Display): Document the pitfalls of
2066 concatenating strings with bidirectional content, with possible
f4e90db0
SM
2067 solutions. Document bidi-string-mark-left-to-right.
2068 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
2069 Document use of `bidi-class' and `mirroring' properties as part of
2070 reordering.
c094bb0c 2071
1ea897d5
EZ
20722011-08-16 Eli Zaretskii <eliz@gnu.org>
2073
9adfcd0b
EZ
2074 * modes.texi (Major Mode Conventions): Improve the documentation
2075 of `mode-class' `special' modes.
2076
10862873
EZ
2077 * nonascii.texi (Character Properties): Document the `mirroring'
2078 property. Add index entries.
2079
1ea897d5
EZ
2080 * syntax.texi (Categories): Add an example of defining a new
2081 category and category table.
2082
2083 * searching.texi (Regexp Backslash): Document how to display
2084 existing categories. Mention the possibility of adding
2085 categories, and add an xref to where this is described. Add an
2086 index entry.
2087
ebb552ed
CY
20882011-08-09 Chong Yidong <cyd@stupidchicken.com>
2089
2090 * text.texi (Special Properties):
2091 * display.texi (Overlay Properties): Note that mouse-face cannot
2092 change the text size (Bug#8530).
2093
51a714e1
CY
20942011-08-08 Chong Yidong <cyd@stupidchicken.com>
2095
2096 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2097 using setenv instead.
2098
4cc60b9b
EZ
20992011-07-28 Eli Zaretskii <eliz@gnu.org>
2100
2101 * display.texi (Bidirectional Display): Document the fact that
2102 bidi-display-reordering is t by default.
2103
5deb92fd
EZ
21042011-07-23 Eli Zaretskii <eliz@gnu.org>
2105
2106 * display.texi (Bidirectional Display): New section.
2107
011b0ad6 21082011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
2109 Tim Cross <theophilusx@gmail.com> (tiny change)
2110 Glenn Morris <rgm@gnu.org>
011b0ad6 2111
67f9b9f8 2112 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 2113
4baf28e6
AS
21142011-07-15 Andreas Schwab <schwab@linux-m68k.org>
2115
2116 * help.texi (Keys in Documentation): Revert last change.
2117
66249842
LMI
21182011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2119
f863868c
LMI
2120 * help.texi (Keys in Documentation): Clarify that \= only quotes
2121 the next character, and doesn't affect longer sequences in
2122 particular (bug#8935).
2123
f4e90db0
SM
2124 * debugging.texi (Using Debugger):
2125 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 2126
0bb23927 21272011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
2128
2129 * display.texi (Other Display Specs): Document that `left-fringe'
2130 and `right-fringe' display specifications are of the "replacing"
2131 kind.
2132
f2027cdf
LMI
21332011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2134
2135 * help.texi (Documentation Basics): Add a link to the Function
2136 Documentation node (bug#6580).
2137
f987fde4
LMI
21382011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2139
0bc59b25
LMI
2140 * keymaps.texi (Menu Bar): Mention :visible and :enable
2141 (bug#6344). Text by Drew Adams.
2142
63d55f1f
LMI
2143 * modes.texi (Running Hooks): Mention buffer-local hook variables
2144 (bug#6218).
2145
f987fde4
LMI
2146 * objects.texi (General Escape Syntax): "a with grave accent" is
2147 ?xe0, not ?x8e0 (bug#5259).
2148
b7527639
CY
21492011-07-12 Chong Yidong <cyd@stupidchicken.com>
2150
2151 * display.texi (Face Attributes, Font Selection): Add references
2152 to the Fonts node in the Emacs manual (Bug#4178).
2153
c830e5ae
CY
21542011-07-12 Chong Yidong <cyd@stupidchicken.com>
2155
2156 * display.texi (Window Systems): `window-system' is
2157 terminal-local.
2158
2159 * frames.texi (Frame Parameters, Parameter Access): Don't mention
2160 frame-local variables.
2161
2162 * variables.texi (Buffer-Local Variables): Don't mention obsolete
2163 frame-local variables.
2164 (Frame-Local Variables): Node deleted.
2165
2166 * elisp.texi (Top): Update node listing.
2167
91223e54
LMI
21682011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2169
2170 * elisp.texi: Change "inferiors" to "subnodes" in three places
2171 (bug#3523).
2172
963578d3
CY
21732011-07-11 Chong Yidong <cyd@stupidchicken.com>
2174
2175 * frames.texi (Window System Selections): Discussion of
2176 x-select-enable-clipboard moved to Emacs manual.
2177
07151e49
DD
21782011-07-11 Deniz Dogan <deniz@dogan.se>
2179
2180 * commands.texi (Prefix Command Arguments): Remove excessive
2181 apostrophe.
2182
7261e1cf
LMI
21832011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2184
ad21a12a
LMI
2185 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
2186 description is a string (bug#3313).
2187
7261e1cf
LMI
2188 * frames.texi (Display Feature Testing): Try to explain what all
2189 the visual classes mean (bug#3042).
2190
568f7b79
LMI
21912011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2192
18d59e29
LMI
2193 * modes.texi (Mode Line Variables): Document `mode-line-remote'
2194 and `mode-line-client' (bug#2974).
2195
568f7b79
LMI
2196 * text.texi (Insertion): Clarify marker movements (bug#1651).
2197 Text from Drew Adams.
2198
54e10184
LMI
21992011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2200
d94d85e9
LMI
2201 * text.texi (Special Properties): Clarify the format of `face'
2202 (bug#1375).
2203
54e10184
LMI
2204 * commands.texi (Interactive Call): Add a `call-interactively'
2205 example (bug#1010).
2206
413c488d
LMI
22072011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2208
2209 * functions.texi (Calling Functions): Link to the "Interactive
2210 Call" node (bug#1001).
2211
322b7dab 22122011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 2213
3deead93
CY
2214 * customize.texi (Composite Types): Move alist and plist to here
2215 from Simple Types (Bug#7545).
2216
2217 * elisp.texi (Top): Update menu description.
2218
b00d8c1a
CY
2219 * display.texi (Face Attributes): Document negative line widths
2220 (Bug#6113).
2221
d2a6c43b
TR
22222011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2223
2224 * searching.texi (Match Data): Note that match data can be
2225 overwritten by most functions (bug#2499).
2226
c7844a27
LMI
22272011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2228
a9ab721e
LMI
2229 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
2230 flags mean (bug#6659).
2231
c7844a27
LMI
2232 * functions.texi (What Is a Function): Document the autoload
2233 object (bug#6496).
2234
f68d76d0
LMI
22352011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2236
8a20ca4c
LMI
2237 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
2238 is only used in the Customize user interface (bug#6089).
2239
f68d76d0 2240 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 2241 images (bug#7836).
f68d76d0 2242
7018dbe7
EZ
22432011-07-02 Eli Zaretskii <eliz@gnu.org>
2244
2245 * variables.texi (Defining Variables, Void Variables)
2246 (Constant Variables): Fix incorrect usage of @kindex.
2247
36cb87a1
LMI
22482011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2249
28ee97c7
LMI
2250 * variables.texi (Defining Variables): Add an index entry for
2251 `set-variable' (bug#7262).
8d4294e9 2252 (Defining Variables): Use @findex for functions.
28ee97c7 2253
8862ffd5
LMI
2254 * frames.texi (Basic Parameters): Document the `explicit-name'
2255 parameter (bug#6951).
2256
0ec389b9
LMI
2257 * customize.texi (Type Keywords): Clarify that :value provides a
2258 default value for all types (bug#7386).
2259
36cb87a1
LMI
2260 * streams.texi (Output Functions): Document `pp'.
2261
11fdef7d 22622011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
2263
2264 * keymaps.texi (Searching Keymaps):
2265 * display.texi (Overlay Properties): Fix errors in 2011-05-29
2266 change. Suggested by Johan Bockgård.
2267
eeafcea7
CY
22682011-06-15 Chong Yidong <cyd@stupidchicken.com>
2269
2270 * text.texi (Special Properties): Clarify role of font-lock-face.
2271
b96e6cde
LMI
22722011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2273
f4e90db0 2274 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
2275 to `process-live-p' for consistency with other `-live-p' functions.
2276
be14b9ab
PE
22772011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2278
2279 Document wide integers better.
2280 * files.texi (File Attributes): Document ino_t values better.
2d365993 2281 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
2282 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
2283 (Bitwise Operations):
001903b5
PE
2284 * objects.texi (Integer Type): Use a binary notation that is a bit easier
2285 to read, and that will port better if 62-bits becomes the default.
2286 Fix or remove incorrect examples.
be14b9ab
PE
2287 * os.texi (Time Conversion): Document time_t values better.
2288
bcd54f83
LMI
22892011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2290
f4e90db0
SM
2291 * processes.texi (Process Information):
2292 Document `process-alive-p'.
bcd54f83 2293
049bcbcb
CY
22942011-05-29 Chong Yidong <cyd@stupidchicken.com>
2295
2296 * help.texi (Accessing Documentation):
2297 * display.texi (Pixel Specification):
2298 * processes.texi (Serial Ports, Serial Ports):
2299 * nonascii.texi (Character Properties, Default Coding Systems):
2300 * text.texi (Changing Properties, Special Properties):
2301 * windows.texi (Window Start and End):
2302 * modes.texi (SMIE Indentation Example, SMIE Tricks):
2303 * keymaps.texi (Searching Keymaps, Tool Bar):
2304 * minibuf.texi (Basic Completion):
2305 * compile.texi (Eval During Compile):
2306 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
2307 7x9 paper in printed manual.
2308
2309 * lists.texi (Sets And Lists): Fix misplaced text.
2310
58539c63
CY
23112011-05-29 Chong Yidong <cyd@stupidchicken.com>
2312
2313 * keymaps.texi (Remapping Commands): Emphasize that the keymap
2314 needs to be active (Bug#8350).
2315
6b5681bf
CY
23162011-05-28 Chong Yidong <cyd@stupidchicken.com>
2317
b4d52acc
CY
2318 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
2319
6b5681bf
CY
2320 * tips.texi (Coding Conventions): Remove antediluvian filename
2321 limit recommendation (Bug#8538).
2322
e145f188
GM
23232011-05-27 Glenn Morris <rgm@gnu.org>
2324
2325 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
2326
eafed945
GM
23272011-05-26 Glenn Morris <rgm@gnu.org>
2328
2329 * variables.texi (File Local Variables):
2330 Update hack-local-variables `mode-only' return value.
2d3ba9e7 2331 Add some more details on what this function does in the other case.
eafed945 2332
bc8410af
GM
23332011-05-19 Glenn Morris <rgm@gnu.org>
2334
2335 * lists.texi (Sets And Lists): Mention cl provides union etc.
2336
35a30759
N
23372011-05-19 Nix <nix@esperi.org.uk>
2338
2339 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
2340
2341 * text.texi (Parsing HTML): Update for function name changes.
2342
2343 * syntax.texi (Syntax Flags): Small fix.
2344
2345 * keymaps.texi (Active Keymaps): Typo fix.
2346 (Changing Key Bindings): Grammar fix.
2347
2348 * frames.texi (Minibuffers and Frames): Grammar fix.
2349 (Window System Selections): x-select-enable-clipboard now defaults to t.
2350
2351 * customize.texi (Common Keywords):
2352 * display.texi (Abstract Display):
2353 * modes.texi (Auto-Indentation):
2354 * nonascii.texi (Converting Representations): Typo fixes.
2355
2356 * control.texi (Examples of Catch): Call it "goto" not "go to".
2357
e3934a8a
EZ
23582011-05-14 Eli Zaretskii <eliz@gnu.org>
2359
bc039a3b
EZ
2360 * nonascii.texi (Character Properties): Fix inconsistencies with
2361 implementation.
2362
e3934a8a
EZ
2363 * text.texi (Special Properties): Move @defvar's out of the
2364 @table. (Bug#8652)
2365
e2c94218
GM
23662011-05-12 Glenn Morris <rgm@gnu.org>
2367
2368 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
2369
d2fc7e3d 23702011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
2371
2372 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
2373 (Multiline Font Lock):
2374 * vol2.texi (Top):
2375 * vol1.texi (Top):
2376 * elisp.texi (Top): Update menu accordingly.
2377
d2fc7e3d 23782011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
2379
2380 * modes.texi (Region to Fontify): Fix typo.
2381
79b70037
GM
23822011-05-10 Jim Meyering <meyering@redhat.com>
2383
2384 * minibuf.texi: Fix typo "in in -> in".
2385
b08a63cc 23862011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
2387
2388 * numbers.texi (Integer Basics): Large integers are treated as floats.
2389
1ef14cb4
LMI
23902011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2391
2392 * processes.texi (Synchronous Processes): Document the (:file
2393 "/file-name") syntax for `call-process'.
2394
4ffd0d6b 23952011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
2396
2397 * windows.texi (Choosing Window): Fix typo.
2398
4ffd0d6b 23992011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
2400
2401 * frames.texi (Layout Parameters): Note the difference between
2402 querying and setting parameters for left-fringe and right-fringe
2403 (Bug#6930).
2404
fd5a8ae8
SM
24052011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * minibuf.texi (Basic Completion): Be a bit more precise about the
2408 valid kinds of completion tables.
2409 (Programmed Completion): Remove obsolete text about lambda expressions
2410 not being valid completion tables.
2411
c1bcd0d5
CY
24122011-03-19 Chong Yidong <cyd@stupidchicken.com>
2413
2414 * positions.texi (Excursions): Explain the "save-excursion
2415 defeated by set-buffer" warning.
2416
2417 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
2418 save-excursion. Suggested by Uday S Reddy.
2419
03408648 24202011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 2421
03408648
SM
2422 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
2423 (Lexical Binding): New sub-section.
ba83908c 2424
03408648
SM
2425 * eval.texi (Eval): Discourage the use of `eval'.
2426 Document its new `lexical' argument.
6c075cd7 2427
f6d62986
SM
24282011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2429
03408648 2430 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
2431 nil any more.
2432
84ea5558 24332011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
2434
2435 * strings.texi (String Conversion): Don't mention
2436 string-make-(uni|multi)byte (bug#8262).
2437 * nonascii.texi (Converting Representations): Fix up range.
2438 * keymaps.texi (Key Binding Commands): Update code point, avoid
2439 "unibyte character" and remove mention of unibyte bindings.
2440
62d94509
EZ
24412011-03-10 Eli Zaretskii <eliz@gnu.org>
2442
2443 * modes.texi (Operator Precedence Grammars): Don't use characters
2444 outside ISO-8859-1.
2445
63a329f8
EZ
24462011-03-09 Eli Zaretskii <eliz@gnu.org>
2447
2448 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
2449
2450 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2451
6446548e
GM
24522011-03-08 Glenn Morris <rgm@gnu.org>
2453
2454 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2455 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 2456 * elisp.texi: Set documentencoding.
6446548e 2457
33383987
JB
24582011-03-07 Chong Yidong <cyd@stupidchicken.com>
2459
2460 * Version 23.3 released.
2461
0b3ceceb
CY
24622011-03-06 Chong Yidong <cyd@stupidchicken.com>
2463
2464 * package.texi: Update index keywords.
2465 (Package Archives): New node contents. Document package-x.el.
2466
78f5433f
JB
24672011-03-06 Juanma Barranquero <lekktu@gmail.com>
2468
2469 * makefile.w32-in (srcs): Add package.texi.
2470
555e9b5c
CY
24712011-03-06 Chong Yidong <cyd@stupidchicken.com>
2472
120d9389
CY
2473 * package.texi (Packaging, Packaging Basics, Simple Packages)
2474 (Multi-file Packages): Expand and clarify.
2475 (Package Archives): Temporary placeholder node.
2476
2477 * elisp.texi (Top): Update node listing.
2478
555e9b5c
CY
2479 * Makefile.in (srcs): Add package.texi.
2480
b59a4335
CY
24812011-03-05 Chong Yidong <cyd@stupidchicken.com>
2482
2483 * processes.texi (Synchronous Processes): Minor clarification
2484 (Bug#8149).
2485
06083aa1
GM
24862011-03-03 Glenn Morris <rgm@gnu.org>
2487
2488 * files.texi (Truenames): Minor clarification. (Bug#2341)
2489
6640b281
GM
24902011-03-01 Glenn Morris <rgm@gnu.org>
2491
2492 * variables.texi (Directory Local Variables):
2493 Mention `(subdirs . nil)' alist element.
2494
2b0c7330 24952011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
2496
2497 * variables.texi (Directory Local Variables): Mention the optional
2498 mtime argument of dir-locals-set-directory-class. (Bug#3577)
2499
b923f7a9
CY
25002011-02-27 Chong Yidong <cyd@stupidchicken.com>
2501
2502 * minibuf.texi (Minibuffer History): Clarify discussion of
2503 minibuffer history lists (Bug#8085).
2504
67ab0163 25052011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 2506
e979a521
EZ
2507 * elisp.texi: Sync @dircategory with ../../info/dir.
2508
e03b2fd4
EZ
2509 * files.texi (Visiting Functions): Document find-file-literally,
2510 both the command and the variable.
2511
86ec878a
EZ
2512 * variables.texi (Creating Buffer-Local): Explain the meaning of
2513 permanent local variables.
2514
67ab0163
GM
2515 * files.texi (Visiting Functions): Document find-file-literally,
2516 both the command and the variable.
2517
2518 * variables.texi (Creating Buffer-Local): Explain the meaning of
2519 permanent local variables.
2520
25212011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
2522
2523 * keymaps.texi (Remapping Commands): Mention how to undo it.
2524
bfcb151a
RT
25252011-02-09 Reuben Thomas <rrt@sc3d.org>
2526
2527 * loading.texi (Hooks for Loading): Remove unnecessary advice
2528 about eval-after-load (Bug#7986).
2529
a41c8660
CY
25302011-02-05 Chong Yidong <cyd@stupidchicken.com>
2531
2532 * commands.texi (Accessing Mouse): Note that a header line is not
2533 included in the row of posn-col-row.
2534
e0dd6837
CY
25352011-02-02 Chong Yidong <cyd@stupidchicken.com>
2536
2537 * modes.texi (Major Mode Conventions): Add face guidelines.
2538 (Faces for Font Lock): List faces in order of prominence.
2539
a4180391
PE
25402011-02-01 Paul Eggert <eggert@cs.ucla.edu>
2541
2542 format-time-string now supports subsecond time stamp resolution
2543 * os.texi (Time Parsing): Document %N.
2544
7427eb97
CY
25452011-01-28 Chong Yidong <cyd@stupidchicken.com>
2546
61db307f
CY
2547 * vol1.texi (Top):
2548 * vol2.texi (Top):
2549 * elisp.texi (Top):
2550 * display.texi (Display Property): Shorten the menu description of
2551 the "Other Display Specs" node (Bug#7816).
2552
7427eb97
CY
2553 * keymaps.texi (Defining Menus): Add "menu item" and "extended
2554 menu item" concept index entries (Bug#7805).
2555
bf3dae7e
EZ
25562011-01-29 Eli Zaretskii <eliz@gnu.org>
2557
2558 * makefile.w32-in (texinfodir): New variable.
2559 (usermanualdir): Remove as redundant with $(emacsdir).
2560 (MAKEINFO): Remove options, leave only program name.
2561 (MAKEINFO_OPTS): New variable.
2562 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
2563
06d8ace5 25642011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
2565 Richard Kim <emacs18@gmail.com>
2566
2567 * loading.texi (Library Search): Document list-load-path-shadows
2568 (Bug#7757).
2569
06d8ace5 25702011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
2571
2572 * searching.texi (Regexp Special): Remove outdated discussion of
2573 character sets (Bug#7780).
2574
28a88153
CY
2575 * frames.texi (Pop-Up Menus): Document where menu title comes
2576 from (Bug#7684).
2577
06d8ace5 25782011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
2579
2580 * display.texi (Making Buttons): Mention limitation of text buttons.
2581
a8e1e9ee
WL
25822011-01-23 Werner Lemberg <wl@gnu.org>
2583
2584 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2585 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2586 (ENVADD): New variable to control texi2dvi and texi2pdf.
2587
362b9d48
GM
25882011-01-15 Chong Yidong <cyd@stupidchicken.com>
2589
2590 * files.texi (Directory Names): Move directory-abbrev-alist doc to
2591 Emacs manual.
2592
25932011-01-15 Eli Zaretskii <eliz@gnu.org>
2594
2595 * files.texi (Directory Names): Explain why FROM in
2596 directory-abbrev-alist should begin with \`. (Bug#7777)
2597
3fa173b4
SM
25982011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2599
2600 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
2601
7c420169 26022011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
2603
2604 * modes.texi (Emulating Mode Line): Fix last change.
2605
7c420169 26062011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
2607
2608 * modes.texi (Emulating Mode Line): Update documentation of
2609 format-mode-line according to changes that fixed bug #7587.
2610
80b33766
SM
26112010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2612
2613 * modes.texi (Derived Modes): Mention prog-mode.
2614
2615 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
2616 of the key-binding-data cache since we don't use it any more.
2617
f49d1f52 26182010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 2619
4bb49a92
EZ
2620 * processes.texi (Shell Arguments):
2621 * strings.texi (Creating Strings): Don't mention "shell commands";
2622 make it explicit that `split-string-and-unquote' and
2623 `combine-and-quote-strings' are mainly for working with arguments
2624 to call-process and start-process.
2625
3c73e30e
EZ
2626 * processes.texi (Shell Arguments): Fix documentation of
2627 `split-string-and-unquote'. Add indexing. (Bug#7563)
2628
f49d1f52 26292010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
2630
2631 * modes.texi (Auto-Indentation): New section to document SMIE.
2632 (Major Mode Conventions):
2633 * text.texi (Mode-Specific Indent): Refer to it.
2634
f49d1f52 26352010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
2636
2637 * display.texi (Other Display Specs): Document left-fringe and
2638 right-fringe display specs.
2639
f49d1f52 26402010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
2641
2642 * backups.texi (Making Backups):
2643 * modes.texi (Example Major Modes): Use recommended coding style.
2644 (Major Mode Basics, Derived Modes): Encourge more strongly use of
2645 define-derived-mode. Mention completion-at-point-functions.
2646
f49d1f52 26472010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 2648
5dcb4c4e
SM
2649 * nonascii.texi (Converting Representations):
2650 Document byte-to-string.
e1115396 2651
ec1b9b17
GM
26522010-12-08 Glenn Morris <rgm@gnu.org>
2653
2654 * buffers.texi (Modification Time):
2655 verify-visited-file-modtime now defaults to the current buffer.
2656
07976ae3 26572010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 2658
ec1b9b17 2659 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
2660
2661 * strings.texi (Creating Strings): Don't mention semi-obsolete
2662 function char-to-string.
2663 (String Conversion): Shorten discussion of semi-obsolete function
2664 string-to-char. Link to Converting Representations.
2665
2666 * objects.texi (Symbol Type):
2667 * text.texi (Near Point):
2668 * help.texi (Help Functions):
2669 * functions.texi (Mapping Functions): Use string instead of
2670 char-to-string in examples.
2671
07976ae3 26722010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
2673
2674 * text.texi (Kill Functions, Kill Functions)
2675 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
2676 YANK-HANDLER args.
2677
2678 * symbols.texi (Creating Symbols): Using unintern without an
2679 obarray arg is now obsolete.
2680
2681 * numbers.texi (Float Basics): Document float-e and float-pi.
2682
2683 * variables.texi (Defining Variables): Change "pi" example to
2684 "float-pi".
2685
8547874a
EZ
26862010-11-26 Eli Zaretskii <eliz@gnu.org>
2687
2688 * commands.texi (Click Events): Document the values of X, Y and
2689 COL, ROW in the event's position, when the click is on the header
2690 or mode line, on the fringes, or in the margins.
2691
4a47c275 26922010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 2693
5b05d75b
EZ
2694 * customize.texi (Composite Types): Lower-case index entry.
2695
5dcb4c4e
SM
2696 * loading.texi (How Programs Do Loading):
2697 Document load-file-name. (Bug#7346)
c7926fe2 2698
4a47c275 26992010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
2700
2701 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
2702
0eb025fb
EZ
27032010-11-13 Eli Zaretskii <eliz@gnu.org>
2704
2705 * display.texi (Usual Display): Characters with no fonts are not
2706 necessarily displayed as empty boxes.
2707
2699a554 27082010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
2709
2710 * maps.texi (Standard Keymaps): Update File menu description.
2711
8289f37b
GM
27122010-10-28 Glenn Morris <rgm@gnu.org>
2713
2714 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
2715
5793a7bc 27162010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
2717
2718 * display.texi (Window Systems): Deprecate use of window-system as
2719 a predicate.
2720
17284e30
GM
27212010-10-23 Glenn Morris <rgm@gnu.org>
2722
2723 * help.texi (Documentation Basics): Remove mentions of digest-doc and
2724 sorted-doc.
2725
00f113eb
JB
27262010-10-15 Eli Zaretskii <eliz@gnu.org>
2727
2728 * os.texi (Dynamic Libraries): New node, with slightly modified
2729 text deleted from "Image Formats".
2730 (System Interface): Add @menu entry for "Dynamic Libraries".
2731
2732 * display.texi (Image Formats): Remove description of
2733 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
2734
07277eb8
GM
27352010-10-12 Glenn Morris <rgm@gnu.org>
2736
2737 * book-spine.texinfo: Rename to book-spine.texi.
2738
c12e4a81
GM
27392010-10-11 Glenn Morris <rgm@gnu.org>
2740
df187c62
GM
2741 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2742
c12e4a81 2743 * Makefile.in (DVIPS): New variable.
234db610
GM
2744 (.PHONY): Add html, ps.
2745 (html, elisp.html, ps, elisp.ps): New targets.
2746 (clean): Delete html, ps files.
2747 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 2748
6513b232
EZ
27492010-10-09 Eli Zaretskii <eliz@gnu.org>
2750
2751 * makefile.w32-in (emacsdir): New variable.
2752 (srcs): Add emacsver.texi.
2753 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
2754
abd40fb4
GM
27552010-10-09 Glenn Morris <rgm@gnu.org>
2756
c1dc72b3
GM
2757 * Makefile.in (VPATH): Remove.
2758 (infodir): Make it absolute.
2759 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
2760
4393405b
GM
2761 * Makefile.in (dist): Anchor regexps.
2762
eef3ab94
GM
2763 * Makefile.in (srcs): Put elisp.texi first.
2764 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
2765
aa9db089
GM
2766 * Makefile.in (infoclean): Remove harmless, long-standing error.
2767
abd40fb4
GM
2768 * Makefile.in ($(infodir)): Delete rule.
2769 (mkinfodir): New.
2770 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
2771
68db69ed 2772 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 2773 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 2774
ea274122
GM
27752010-10-09 Glenn Morris <rgm@gnu.org>
2776
f7a31f11
GM
2777 * Makefile.in (emacsdir): New variable.
2778 (MAKEINFO): Add -I $emacsdir.
2779 (dist): Copy emacsver.texi.
b13254e7
GM
2780 (srcs): Add emacsver.texi.
2781
f7a31f11
GM
2782 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
2783 Set EMACSVER by including emacsver.texi.
2784
ea274122
GM
2785 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2786
17ca7950
GM
27872010-10-07 Glenn Morris <rgm@gnu.org>
2788
2789 * Makefile.in (version): New, set by configure.
2790 (clean): Delete dist tar file.
2791 (dist): Use version in tar name.
2792
4c83f6e1
GM
27932010-10-06 Glenn Morris <rgm@gnu.org>
2794
2795 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
2796 (INSTALL_INFO): Remove unused variable.
2797 (mostlyclean, infoclean, dist): New rules.
2798 (clean): Delete dvi and pdf files.
2799 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 2800 ($(infodir)): Add parallel build workaround.
4c83f6e1 2801
0264072d
GM
28022010-10-04 Glenn Morris <rgm@gnu.org>
2803
2804 * Makefile.in (dvi, pdf, $(infodir)): New targets.
2805 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 2806 Fix -I typo.
0264072d
GM
2807 (clean): No 'make.out' or 'core' files.
2808 (.PHONY): Declare clean rules.
2809 (maintainer-clean): Delete pdf file. Guard against cd failures.
2810
77f38949
GM
28112010-10-03 Glenn Morris <rgm@gnu.org>
2812
2813 * files.texi (File Name Components): Remove ignored section about
2814 deleted variable directory-sep-char.
2815
178fdd41
MA
28162010-10-03 Michael Albinus <michael.albinus@gmx.de>
2817
2818 * files.texi (Magic File Names): New defopt
2819 remote-file-name-inhibit-cache.
2820
9c524fcb
GM
28212010-10-02 Glenn Morris <rgm@gnu.org>
2822
2823 * os.texi (Killing Emacs): Hook now runs in batch mode.
2824
f816790b
SM
28252010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2826
2827 * text.texi (Special Properties): Clarify when modification-hooks run.
2828
7cf78aac
SM
28292010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2830
2831 * syntax.texi (Syntax Flags): Document new `c' flag.
2832
ca0d44e4
GM
28332010-09-09 Glenn Morris <rgm@gnu.org>
2834
2835 * display.texi (ImageMagick Images): General cleanup.
2836
10999305 28372010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
2838
2839 * files.texi (Directory Names): Use \` rather than ^.
2840
45240125
JD
28412010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2842
2843 * text.texi (Low-Level Kill Ring):
2844 * frames.texi (Window System Selections): Remove cut buffer
2845 documentation.
2846
4abe5bf6
EZ
28472010-08-28 Eli Zaretskii <eliz@gnu.org>
2848
2849 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2850 Parameters", where the default fringe width is described.
2851
2852 * frames.texi (Window Frame Parameters, Basic Parameters)
2853 (Position Parameters, Layout Parameters, Management Parameters)
2854 (Cursor Parameters, Font and Color Parameters): Add indexing for
2855 frame parameters. (Bug#6929)
2856
fdc76236
TT
28572010-08-25 Tom Tromey <tromey@redhat.com>
2858
2859 * vol2.texi (Top): Update.
2860 * vol1.texi (Top): Update.
2861 * tips.texi (Library Headers): Mention Package-Version and
2862 Package-Requires.
2863 * package.texi: New file.
2864 * os.texi (System Interface): Update pointers.
2865 * elisp.texi (Top): Link to new nodes. Include package.texi.
2866 * anti.texi (Antinews): Update pointers.
2867
1e5c1c80
EZ
28682010-08-25 Eli Zaretskii <eliz@gnu.org>
2869
2870 * processes.texi (Filter Functions): Fix last change.
2871
78e33835
CY
28722010-08-24 Markus Triska <triska@gmx.at>
2873
2874 * processes.texi (Filter Functions): Use `buffer-live-p' instead
2875 of `buffer-name' in the main text as well as in the example
2876 (Bug#3098).
2877
198a7a97
CY
28782010-08-22 Chong Yidong <cyd@stupidchicken.com>
2879
2880 * nonascii.texi (Text Representations):
2881 * loading.texi (Loading Non-ASCII):
2882 * compile.texi (Byte Compilation): Don't mention obsolete
2883 --unibyte command-line argument.
2884
bc7d7ea6
CY
28852010-08-22 Chong Yidong <cyd@stupidchicken.com>
2886
2887 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2888
b0126eac 28892010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
2890
2891 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2892
e8a6cc19
EZ
28932010-08-20 Eli Zaretskii <eliz@gnu.org>
2894
2895 * commands.texi (Misc Events): Add cross-references to where
2896 POSITION of a mouse event is described in detail.
2897
c4e7c63a 28982010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 2899
c4e7c63a 2900 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 2901
7815fe19 29022010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
2903
2904 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2905 Suggested by Štěpán Němec <stepnem@gmail.com>.
2906
7815fe19 29072010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
2908
2909 * minibuf.texi (High-Level Completion): Document args of
2910 `read-buffer-function' (bug#5625).
2911
8b2dd508
JD
29122010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2913
2914 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2915
bace45fe
MA
29162010-07-29 Michael Albinus <michael.albinus@gmx.de>
2917
2918 * processes.texi (Process Information): Explain process property
2919 `remote-tty'.
2920
4ce5a4cc
JB
29212010-07-27 Juanma Barranquero <lekktu@gmail.com>
2922
2923 * modes.texi (Defining Minor Modes): Use C-delete in examples,
2924 instead of "\C-\^?" (bug#6334).
2925
1c84bc7a
JB
2926 * text.texi (Special Properties): Fix typo.
2927
b88746ba
EZ
29282010-07-09 Eli Zaretskii <eliz@gnu.org>
2929
2930 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2931 calling sequences, which are now the standard.
2932
51422d6d
CY
29332010-06-24 Chong Yidong <cyd@stupidchicken.com>
2934
2935 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2936
2937 * commands.texi (Command Overview): Mention undo-boundary call.
2938
d24880de
GM
29392010-06-23 Glenn Morris <rgm@gnu.org>
2940
2941 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2942 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2943 * frames.texi, functions.texi, internals.texi, keymaps.texi:
2944 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2945 * searching.texi, sequences.texi, strings.texi, syntax.texi:
2946 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2947 Untabify Texinfo files.
2948
0fc76035
CY
29492010-06-20 Chong Yidong <cyd@stupidchicken.com>
2950
2951 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2952
5338dc0b
CY
29532010-06-19 Chong Yidong <cyd@stupidchicken.com>
2954
a628ad9d 2955 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 2956
2c3a3c1d
CY
29572010-06-02 Chong Yidong <cyd@stupidchicken.com>
2958
ba3bf1d9
CY
2959 * searching.texi (Regexp Special): Remove obsolete information
2960 about matching non-ASCII characters, and suggest using char
2961 classes (Bug#6283).
2c3a3c1d 2962
7f4b4249
JB
29632010-05-30 Juanma Barranquero <lekktu@gmail.com>
2964
2965 * minibuf.texi (Basic Completion): Add missing "@end defun".
2966
637821cd
SM
29672010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2968
2969 * minibuf.texi (Basic Completion): Document completion-boundaries.
2970 (Programmed Completion): Document the new fourth method for boundaries.
2971
e13051c3
CY
29722010-05-22 Chong Yidong <cyd@stupidchicken.com>
2973
a628ad9d 2974 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 2975
0235128c 29762010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2977
2978 * windows.texi (Textual Scrolling):
2979 * tips.texi (Coding Conventions):
2980 * minibuf.texi (Minibuffer History):
2981 * maps.texi (Standard Keymaps):
2982 * loading.texi (Where Defined):
2983 * edebug.texi (Instrumenting): Fix typos.
2984
0235128c 29852010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 2986
c7c32279
CY
2987 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2988
0235128c
SM
2989 * functions.texi (Obsolete Functions):
2990 Document set-advertised-calling-convention.
eb5ed549
CY
2991
2992 * minibuf.texi (Basic Completion): Document completion-in-region.
2993 (Programmed Completion): Document completion-annotate-function.
2994
2995 * commands.texi (Reading One Event): Document read-key.
2996 (Distinguish Interactive): Document KIND arg to
2997 called-interactively-p. Delete obsolete interactive-p.
2998
2999 * elisp.texi (Top): Update node description.
3000
f8848423
EZ
30012010-05-08 Eli Zaretskii <eliz@gnu.org>
3002
0235128c
SM
3003 * nonascii.texi (Character Properties):
3004 Document unicode-category-table. Add an index entry for Unicode
3005 general category.
3006
30072010-05-07 Chong Yidong <cyd@stupidchicken.com>
3008
3009 * Version 23.2 released.
f8848423 3010
938efb77
JB
30112010-04-20 Juanma Barranquero <lekktu@gmail.com>
3012
3013 * locals.texi (Standard Buffer-Local Variables):
3014 Remove @ignore'd reference to `direction-reversed'.
3015
5854c267
JL
30162010-04-14 Juri Linkov <juri@jurta.org>
3017
3018 Fix @deffn without category.
3019
3020 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
3021 for `abbrev-insert'.
3022
3023 * buffers.texi (Indirect Buffers): Add category `Command'
3024 to @deffn of `clone-indirect-buffer'.
3025
3026 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
3027 for `next-window' and `previous-window'. Add category `Command'
3028 to @deffn of `pop-to-buffer'.
3029
8a14dec7
CY
30302010-04-01 Chong Yidong <cyd@stupidchicken.com>
3031
3032 * nonascii.texi (Text Representations): Don't mark
3033 enable-multibyte-characters as a user option.
3034
7a1831cf
EZ
30352010-03-31 Eli Zaretskii <eliz@gnu.org>
3036
3037 * control.texi (Handling Errors): How to re-throw a signal caught
3038 by condition-case.
3039
c3863713
CY
30402010-03-26 Chong Yidong <cyd@stupidchicken.com>
3041
3042 * loading.texi (Hooks for Loading): Document after-load-functions.
3043 Copyedits.
3044
c333f279
AM
30452010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
3046
3047 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
3048
e867cb5d 30492010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
3050
3051 * processes.texi (Network Processes): Document seqpacket type.
3052
605f35cd
DN
30532010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3054
3055 * os.texi (System Environment): Do not mention lynxos.
3056
288f9fc0
CY
30572010-03-10 Chong Yidong <cyd@stupidchicken.com>
3058
3059 * Branch for 23.2.
3060
eed5c93a
CY
30612010-03-06 Chong Yidong <cyd@stupidchicken.com>
3062
3063 * objects.texi (Integer Type): Take note of the read syntax
3064 exception for numbers that cannot fit in the integer type.
3065
1ddd6622
GM
30662010-03-03 Glenn Morris <rgm@gnu.org>
3067
3068 * numbers.texi (Integer Basics, Bitwise Operations):
3069 * objects.texi (Integer Type): Update for integers now being 30-bit.
3070
a908c79a
CY
30712010-02-27 Chong Yidong <cyd@stupidchicken.com>
3072
3073 * display.texi (Low-Level Font): Document :otf font-spec property.
3074
cd61af01
SM
30752010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3076
3077 * display.texi (Line Height): Avoid obsolete special default variables
3078 like default-major-mode.
3079
c02f8fe2
AM
30802010-01-28 Alan Mackenzie <acm@muc.de>
3081
3082 * display.texi (Auto Faces): Say fontification-functions is called
3083 whether or not Font Lock is enabled. Tidy up the wording a bit.
3084
d738d18b
CY
30852010-01-17 Chong Yidong <cyd@stupidchicken.com>
3086
3087 * elisp.texi: Remove duplicate edition information (Bug#5407).
3088
4963739e
JB
30892010-01-17 Juanma Barranquero <lekktu@gmail.com>
3090
3091 * two.el (volume-header-toc-markup): Fix typos in docstring.
3092
c57008f6
SM
30932010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3094
3095 Avoid dubious uses of save-excursions.
3096 * positions.texi (Excursions): Recommend the use of
3097 save-current-buffer if applicable.
3098 * text.texi (Clickable Text): Fix the example code which used
3099 save-excursion in a naive way which sometimes preserves point and
3100 sometimes not.
3101 * variables.texi (Creating Buffer-Local):
3102 * os.texi (Session Management):
3103 * display.texi (GIF Images):
3104 * control.texi (Cleanups): Use (save|with)-current-buffer.
3105
2f3725cd
EZ
31062010-01-02 Eli Zaretskii <eliz@gnu.org>
3107
3108 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
3109
85eeac93
CY
31102010-01-02 Chong Yidong <cyd@stupidchicken.com>
3111
3112 * nonascii.texi (Text Representations, Character Codes)
3113 (Converting Representations, Explicit Encoding)
3114 (Translation of Characters): Use hex notation consistently.
3115 (Character Sets): Fix map-charset-chars doc (Bug#5197).
3116
4801c5fa
CY
31172010-01-01 Chong Yidong <cyd@stupidchicken.com>
3118
3119 * loading.texi (Where Defined): Make it clearer that these are
3120 loaded files (Bug#5068).
3121
26e533e2
CY
31222009-12-29 Chong Yidong <cyd@stupidchicken.com>
3123
3124 * minibuf.texi (Completion Styles): Document `initials' style.
3125
16d1ff5f
CY
31262009-12-25 Chong Yidong <cyd@stupidchicken.com>
3127
3128 * frames.texi (Resources): Describe inhibit-x-resources.
3129 (Size Parameters): Copyedit.
3130
3131 * hash.texi (Creating Hash):
3132 * objects.texi (Hash Table Type): Document the new hash table
3133 printed representation.
3134
3135 * minibuf.texi (Basic Completion): 4th arg to all-completions is
3136 obsolete.
3137
5dcb4c4e
SM
3138 * processes.texi (Process Buffers):
3139 Document process-kill-buffer-query-function.
16d1ff5f 3140
9a5de3d9
GM
31412009-12-05 Glenn Morris <rgm@gnu.org>
3142
3143 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
3144 diary-display-function, and no longer recommended to be a hook.
3145 Update for changes in the names of calendar and diary hooks.
3146 diary-print-entries-hook has changed section.
3147
b640eb52
EZ
31482009-11-28 Eli Zaretskii <eliz@gnu.org>
3149
3150 * text.texi (Special Properties): More accurate description of
3151 what the `cursor' property does.
3152
be1674ab
KR
31532009-11-26 Kevin Ryde <user42@zip.com.au>
3154
3155 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
3156 mouse-wheel-down-event, the closest thing to a definition for them.
3157 * os.texi (Startup Summary): vindex inhibit-startup-message and
3158 inhibit-splash-screen.
3159 (Command-Line Arguments): vindex argv.
3160 (Suspending Emacs): vindex suspend-tty-functions and
3161 resume-tty-functions. Don't want to index every hook, but having
3162 the programming ones is helpful.
3163
603f5979
CY
31642009-11-14 Chong Yidong <cyd@stupidchicken.com>
3165
3166 * commands.texi (Motion Events): Fix typo (Bug#4907).
3167
4359a806
CY
31682009-11-08 Chong Yidong <cyd@stupidchicken.com>
3169
3170 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
3171 are affected by case-fold-search (Bug#4483).
3172
0f063651
CY
31732009-11-02 Chong Yidong <cyd@stupidchicken.com>
3174
3175 * minibuf.texi (Reading File Names): Note that read-file-name may
3176 use a graphical file dialog.
3177
9bd79893
GM
31782009-10-31 Glenn Morris <rgm@gnu.org>
3179
3180 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
3181
ebe479ec
KR
31822009-10-16 Kevin Ryde <user42@zip.com.au>
3183
3184 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
3185 in particular so `info-lookup-symbol' can find its docs.
3186
2640fa86
CY
31872009-10-16 Chong Yidong <cyd@stupidchicken.com>
3188
3189 * variables.texi (Constant Variables): Distinguish from defconst
3190 variables.
3191 (Defining Variables): Add cindex.
3192
edd6a733
CY
31932009-10-15 Chong Yidong <cyd@stupidchicken.com>
3194
3195 * os.texi (Time of Day): Clarify that the microsecond part is
3196 ignored (Bug#4637).
3197
5feb0b73
GM
31982009-10-11 Glenn Morris <rgm@gnu.org>
3199
3200 * frames.texi (Size and Position): Clarify what is included in the frame
3201 height. (Bug#4535)
3202
0c5413c8
GM
32032009-10-10 Glenn Morris <rgm@gnu.org>
3204
3205 * windows.texi (Size of Window): The relationship between window and
3206 frame heights is not so simple. (Bug#4535)
3207 Mention window-full-height-p.
3208
7f8b600a
SM
32092009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3210
3211 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
3212 used from Lisp.
3213
6185de1c
EZ
32142009-10-07 Eli Zaretskii <eliz@gnu.org>
3215
7f8b600a
SM
3216 * files.texi (Directory Names) <abbreviate-file-name>:
3217 Document that root home directories are not replaced with "~".
6185de1c 3218
9972911f
EZ
32192009-10-06 Eli Zaretskii <eliz@gnu.org>
3220
3221 * text.texi (Special Properties): Document the meaning of the
3222 `cursor' text property whose value is an integer.
3223
2a3f19ef
MA
32242009-10-05 Michael Albinus <michael.albinus@gmx.de>
3225
3226 * files.texi (Magic File Names): Add `copy-directory'.
3227
804543b5
EZ
32282009-10-05 Eli Zaretskii <eliz@gnu.org>
3229
3230 * files.texi (File Attributes): Fix description of file
3231 attributes. (Bug#4638) Update attributes of files.texi example to
3232 be more representative.
3233
461bf92b
MA
32342009-10-05 Michael Albinus <michael.albinus@gmx.de>
3235
3236 * files.texi (Create/Delete Dirs): New command copy-directory.
3237
a86cd395
JB
32382009-10-04 Juanma Barranquero <lekktu@gmail.com>
3239
3240 * anti.texi (Antinews):
3241 * macros.texi (Indenting Macros):
3242 * strings.texi (Creating Strings, Case Conversion):
3243 Remove duplicate words.
3244
d3080264
MA
32452009-10-01 Michael Albinus <michael.albinus@gmx.de>
3246
3247 * files.texi (Create/Delete Dirs): delete-directory has an
3248 optional parameter RECURSIVE.
3249
85d14563
SM
32502009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3251
3252 * buffers.texi (Swapping Text): Minor clarification.
3253
3d9842c6
GM
32542009-10-01 Glenn Morris <rgm@gnu.org>
3255
3256 * functions.texi (Declaring Functions): Mention that we also search for
3257 ".m" files in the src/ directory.
3258
78427304
CY
32592009-09-25 David Engster <deng@randomsample.de>
3260
3d9842c6 3261 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 3262
b578c9cc
GM
32632009-09-22 Glenn Morris <rgm@gnu.org>
3264
3265 * internals.texi (Building Emacs): Mention preloaded-file-list.
3266
beee5da7
AM
32672009-09-14 Alan Mackenzie <acm@muc.de>
3268
3269 * os.texi (Terminal Output): Put "@code{}" around "stdout".
3270
5d6ab672
CY
32712009-09-13 Chong Yidong <cyd@stupidchicken.com>
3272
3273 * functions.texi (Anonymous Functions): Rearrange discussion,
3274 giving usage of unquoted lambda forms first. Mention that
3275 `function' and `#'' are no longer required (Bug#4290).
3276
59375eeb
AM
32772009-09-11 Alan Mackenzie <acm@muc.de>
3278
a86cd395 3279 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
3280 batch mode.
3281
e7e2f529
GM
32822009-09-01 Glenn Morris <rgm@gnu.org>
3283
3284 * display.texi (Face Functions): Mention define-obsolete-face-alias.
3285
eae47088
GM
32862009-08-26 Ulrich Mueller <ulm@gentoo.org>
3287
3288 * nonascii.texi (Character Codes): Fix typos.
3289
3691a0a6
MA
32902009-08-25 Michael Albinus <michael.albinus@gmx.de>
3291
3292 * processes.texi (Synchronous Processes): New defvar
3293 process-file-side-effects.
3294
664d56b8
GM
32952009-08-25 Glenn Morris <rgm@gnu.org>
3296
3297 * display.texi (Fontsets): Fix typo.
3298
0706c025
GM
3299 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
3300
03a74b84
SM
33012009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3302
3303 * processes.texi (Asynchronous Processes): Adjust arglist of
3304 start-process-shell-command and start-file-process-shell-command.
3305
f6de8a37
CY
33062009-08-15 Chong Yidong <cyd@stupidchicken.com>
3307
4b1ed1bb
CY
3308 * advice.texi (Argument Access in Advice): Note that argument
3309 positions are zero-based (Bug#3932).
3310
89a9e058
CY
3311 * commands.texi (Distinguish Interactive): Minor copyedit.
3312
23696fd7
CY
3313 * display.texi (Face Attributes): Add xref to Displaying Faces for
3314 explanation of "underlying face".
3315
f6de8a37
CY
3316 * customize.texi (Common Keywords): Add xref to Loading.
3317
3318 * loading.texi (How Programs Do Loading): Add xref to Lisp
3319 Libraries node in the Emacs manual.
3320
417f77e6
CY
33212009-08-13 Chong Yidong <cyd@stupidchicken.com>
3322
3323 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
3324
0999039c
CY
33252009-07-18 Chong Yidong <cyd@stupidchicken.com>
3326
3327 * processes.texi (Shell Arguments): Copyedits.
3328
9af167bc
GM
33292009-07-18 Glenn Morris <rgm@gnu.org>
3330
3331 * loading.texi (Repeated Loading): Fix typo.
3332
137987ab
RS
33332009-07-16 Richard Stallman <rms@gnu.org>
3334
3335 * buffers.texi (Swapping Text): Recommend setting
3336 write-region-annotate-functions and buffer-saved-size.
3337
3338 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
3339
622fa380
GM
33402009-07-15 Glenn Morris <rgm@gnu.org>
3341
3342 * edebug.texi: Minor re-phrasings throughout.
3343 (Edebug Execution Modes): Sit-for affects continue mode too.
3344 (Jumping): Use `forward-sexp' rather than its keybinding.
3345 (Edebug Misc): Fix Q binding.
3346 (Edebug Eval): Remove cl version.
3347 (Printing in Edebug): Clarify print-length etc.
3348 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
3349 (Specification List): Remove edebug-unwrap findex entry.
3350 (Specification Examples): defmacro is actually not the same as defun.
3351 Escape "`" in example.
3352
6bbd4600
CY
33532009-07-15 Chong Yidong <cyd@stupidchicken.com>
3354
3355 * markers.texi (The Mark): Document optional arg to
3356 deactivate-mark.
3357
e538d479
GM
33582009-07-11 Kevin Ryde <user42@zip.com.au>
3359
3360 * hooks.texi (Standard Hooks): Fix cross-references.
3361
4c98b9ed
GM
3362 * loading.texi (Named Features): Refer to eval-after-load.
3363
5300838c
GM
33642009-07-11 Glenn Morris <rgm@gnu.org>
3365
64fbeb16
GM
3366 * Makefile.in (TEXI2PDF): New.
3367 (elisp.pdf): New target.
3368
4c98b9ed
GM
3369 * searching.texi (Regexp Backslash): Fix typo.
3370
3371 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 3372
51d9979c
GM
33732009-07-10 Glenn Morris <rgm@gnu.org>
3374
561c0216
GM
3375 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
3376
5b594a58
GM
3377 * customize.texi (Customization Types):
3378 * display.texi (Abstract Display):
0cc8c85a 3379 * objects.texi (Character Type, String Type):
5b594a58 3380 Merge in some menu descriptions from elisp.texi.
51d9979c 3381
c3cbbb40
GM
3382 * hash.texi (Hash Tables):
3383 * modes.texi (Multiline Font Lock):
3384 End menu description with period.
fe42c16a 3385
28528402
GM
33862009-07-09 Glenn Morris <rgm@gnu.org>
3387
3388 * back.texi: Don't hard-code texinfo location.
3389
3390 * two-volume.make (texinfodir): New, with location of texinfo.tex.
3391 (tex): Add texinfodir to TEXINPUTS.
3392 (elisp1med-init, elisp2med-init): Use texinfodir.
3393
3394 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
3395 (clean): Add two-volume.make intermediate files.
3396
3397 * elisp.texi, vol1.texi, vol2.texi:
3398 Use a DATE variable with the publication date, and update it.
3399 Fix antinews menu description.
3400
3401 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
3402 Update the detailed node listing to match elisp.texi.
3403
3404 * README: Update edition to match elisp.texi.
3405
3406 * objects.texi (General Escape Syntax):
3407 * nonascii.texi (Character Sets):
3408 Use consistent case for "Unicode Standard".
3409
3410 * anti.texi (Antinews):
3411 * customize.texi (Variable Definitions):
3412 * functions.texi (Declaring Functions):
3413 * nonascii.texi (Character Properties):
3414 * processes.texi (Serial Ports):
3415 * text.texi (Special Properties):
3416 * tips.texi (Coding Conventions):
3417 Minor rearrangements to improve TeX line-filling.
3418
3419 * commands.texi (Using Interactive): Fix cross-reference.
3420
17db8e10
JD
34212009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3422
3423 * frames.texi (Management Parameters): Mention sticky.
3424
77c7e2e1
AS
34252009-07-01 Andreas Schwab <aschwab@redhat.com>
3426
3427 * help.texi (Help Functions): Fix description of help-buffer and
3428 help-setup-xref to use @defun instead of @deffn.
3429
3f1c6666
JD
34302009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3431
3432 * frames.texi (Size Parameters): Mention maximized for fullscreen.
3433
ca27c21b
CY
34342009-06-24 Chong Yidong <cyd@stupidchicken.com>
3435
3436 * display.texi (Window Systems): Add ns to the list.
3437
70243478
CY
34382009-06-21 Chong Yidong <cyd@stupidchicken.com>
3439
3440 * Branch for 23.1.
3441
df006536
MR
34422009-06-17 Martin Rudalics <rudalics@gmx.at>
3443
3444 * windows.texi (Dedicated Windows): Fix typo.
3445 (Resizing Windows): Replace @defun by @deffn.
3446
d259fc4b
GM
34472009-06-17 Glenn Morris <rgm@gnu.org>
3448
3449 * variables.texi (Directory Local Variables):
3450 Update for 2009-04-11 name-change of dir-locals-directory-alist.
3451
30781db6
KH
34522009-06-09 Kenichi Handa <handa@m17n.org>
3453
3454 * nonascii.texi (Character Sets): State clearly that FROM and TO
3455 are codepoints of CHARSET.
3456
62e8099c
CY
34572009-06-07 Chong Yidong <cyd@stupidchicken.com>
3458
3459 * minibuf.texi (Reading File Names): Fix introductory text.
3460 Suggested by stan@derbycityprints.com.
3461 (High-Level Completion): Fix typo.
3462
ee1b1917
CY
34632009-05-28 Chong Yidong <cyd@stupidchicken.com>
3464
3465 * frames.texi (Text Terminal Colors): Multi-tty is already
3466 implemented, but tty-local colors are not.
3467
5df647e8
CY
34682009-05-27 Chong Yidong <cyd@stupidchicken.com>
3469
3470 * hooks.texi (Standard Hooks): Remove mention of obsolete
3471 redisplay-end-trigger-functions.
3472
3473 * internals.texi (Window Internals): Remove mention of obsolete
3474 redisplay-end-trigger-functions.
3475
01f17ae2
MR
34762009-05-21 Martin Rudalics <rudalics@gmx.at>
3477
3478 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
3479
3480 * backups.texi (Making Backups): backup-directory-alist and
3481 make-backup-file-name-function are options.
3482 (Auto-Saving): auto-save-list-file-prefix is an option.
3483
3484 * buffers.texi (Killing Buffers): buffer-offer-save is an
3485 option.
3486
3487 * display.texi (Refresh Screen): no-redraw-on-reenter is an
3488 option.
3489 (Echo Area Customization): echo-keystrokes is an option.
3490 (Selective Display): selective-display-ellipses is an option.
3491 (Temporary Displays): temp-buffer-show-function is an option.
3492 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
3493 are options.
3494 (Font Selection): face-font-family-alternatives,
3495 face-font-selection-order, face-font-registry-alternatives, and
3496 scalable-fonts-allowed are options.
3497 (Fringe Indicators): indicate-buffer-boundaries is an option.
3498 (Fringe Cursors): overflow-newline-into-fringe is an option.
3499 (Scroll Bars): scroll-bar-mode is an option.
3500
3501 * eval.texi (Eval): max-lisp-eval-depth is an option.
3502
3503 * files.texi (Visiting Functions): find-file-hook is an option.
3504 (Directory Names): directory-abbrev-alist is an option.
3505 (Unique File Names): temporary-file-directory and
3506 small-temporary-file-directory are options.
3507
3508 * frames.texi (Initial Parameters): initial-frame-alist,
3509 minibuffer-frame-alist and default-frame-alist are options.
3510 (Cursor Parameters): blink-cursor-alist and
3511 cursor-in-non-selected-windows ar options.
3512 (Window System Selections): selection-coding-system is an
3513 option.
3514 (Display Feature Testing): display-mm-dimensions-alist is an
3515 option.
3516
3517 * help.texi (Help Functions): help-char and help-event-list are
3518 options.
3519
3520 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
3521 an option.
3522
3523 * minibuf.texi (Minibuffer History): history-length and
3524 history-delete-duplicates are options.
3525 (High-Level Completion): read-buffer-function and
3526 read-buffer-completion-ignore-case are options.
3527 (Reading File Names): read-file-name-completion-ignore-case is
3528 an option.
3529
3530 * modes.texi (Mode Line Top): mode-line-format is an option.
3531 (Mode Line Variables): mode-line-position and mode-line-modes
3532 are options.
3533
3534 * nonascii.texi (Text Representations):
3535 enable-multibyte-characters is an option.
3536 (Default Coding Systems): auto-coding-regexp-alist,
3537 file-coding-system-alist, auto-coding-alist and
3538 auto-coding-functions are options.
3539 (Specifying Coding Systems): inhibit-eol-conversion is an
3540 option.
3541
3542 * os.texi (Init File): site-run-file is an option.
3543 (System Environment): mail-host-address is an option.
3544 (User Identification): user-mail-address is an option.
3545 (Terminal Output): baud-rate is an option.
3546
3547 * positions.texi (Word Motion): words-include-escapes is an
3548 option.
3549
3550 * searching.texi (Standard Regexps): page-delimiter,
3551 paragraph-separate, paragraph-separate and sentence-end are
3552 options.
3553
3554 * text.texi (Margins): left-margin and fill-nobreak-predicate
3555 are options.
3556
3557 * variables.texi (Local Variables): max-specpdl-size is an
3558 option.
3559
3560 * windows.texi (Choosing Window):
3561 split-window-preferred-function, special-display-function and
3562 display-buffer-function are options.
3563
106e6894
CY
35642009-05-20 Chong Yidong <cyd@stupidchicken.com>
3565
4a83454d
CY
3566 Fix errors spotted by Martin Rudalics.
3567
106e6894
CY
3568 * syntax.texi (Position Parse): Document rationale for ignored
3569 arguments to syntax-ppss-flush-cache.
3570
3571 * processes.texi (Input to Processes): Mark PROCESS arg to
3572 process-running-child-p as optional.
3573 (Network Options): Document NO-ERROR arg to
3574 set-network-process-option.
3575
3576 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
3577 command.
3578
3579 * searching.texi (POSIX Regexps): Mark posix-search-forward and
3580 posix-search-backward as commands.
3581
3582 * os.texi (Killing Emacs): Mark kill-emacs as a command.
3583 (Suspending Emacs): Mark suspend-emacs as a command.
3584 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
3585 commands.
5dcb4c4e
SM
3586 (Terminal Output): Remove obsolete function baud-rate.
3587 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
3588
3589 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
3590 terminal-coding-system and set-terminal-coding-system.
3591 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
3592 as optional.
3593 (Character Sets): Document RESTRICTION arg of char-charset.
3594 (Character Codes): Mark POS argument to get-byte as optional.
3595
3596 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
3597 minibuffer-message.
3598
3599 * files.texi (Create/Delete Dirs): Mark make-directory and
3600 delete-directory as commands.
3601
3602 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
3603
3604 * text.texi (Base 64): Mark base64-decode-string and
3605 base64-encode-string as commands.
3606 (Columns): Mark move-to-column as a command.
3607 (Mode-Specific Indent): Document RIGID arg to
3608 indent-for-tab-command.
3609 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
3610 Mark indent-code-rigidly as a command.
3611 (Substitution): Mark translate-region as a command.
3612
3613 * frames.texi (Size and Position): Remove obsolete functions
3614 screen-height and screen-width.
3615
04173931
CY
36162009-05-19 Chong Yidong <cyd@stupidchicken.com>
3617
3618 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
3619 (Displaying Buffers, Resizing Windows): Correct mistakes;
3620 next-window, previous-window, and pop-to-buffer are not commands,
3621 and fit-window-to-buffer" is a command. (Pointed out by Martin
3622 Rudalics.)
3623
eae7d8f8
RS
36242009-05-17 Richard M Stallman <rms@gnu.org>
3625
3626 * modes.texi (Precalculated Fontification): Clarify text.
3627
b8766179
MR
36282009-05-17 Martin Rudalics <rudalics@gmx.at>
3629
3630 * windows.texi (Selecting Windows): Clarify descriptions of
3631 with-selected-window and get-lru-window.
3632 (Cyclic Window Ordering): Refer to particular frame when talking
3633 about how splitting affects the ordering.
3634 (Displaying Buffers): Fix descriptions of switch-to-buffer and
3635 switch-to-buffer-other-window. Explain how setting of
3636 display-buffer-reuse-frames affects pop-to-buffer.
3637 (Choosing Window): Clarify some details in descriptions of
3638 display-buffer-reuse-frames, pop-up-frames, and
3639 pop-up-frame-function.
3640 (Dedicated Windows): Clarify some details.
3641 (Textual Scrolling): Replace term vscroll by term vertical
3642 scroll position.
3643 (Vertical Scrolling): Fix typo.
3644 (Window Hooks): Relate text on jit-lock-register to window
3645 scrolling and size changes.
3646
734b5e3b
CY
36472009-05-14 Chong Yidong <cyd@stupidchicken.com>
3648
0a65633e
CY
3649 * frames.texi (Initial Parameters): Clarify what the initial
3650 minibuffer frame is.
05be46d7
CY
3651 (Buffer Parameters): Note that the minibuffer parameter can not be
3652 altered.
0a65633e 3653
734b5e3b
CY
3654 * anti.texi (Antinews): Copyedits. Rearrange some entries.
3655 Document display-buffer changes.
3656
925672cd
CY
36572009-05-13 Chong Yidong <cyd@stupidchicken.com>
3658
17ecd7af
CY
3659 * anti.texi (Antinews): Rewrite for Emacs 22.
3660
925672cd
CY
3661 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
3662 obarrays are first mentioned. Define "system abbrev" more
3663 prominently, and add it to the index.
3664 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
3665 Copyedits.
3666 (Abbrev Expansion): Document abbrev-insert.
3667
80be4dd7
CY
36682009-05-12 Chong Yidong <cyd@stupidchicken.com>
3669
3670 * frames.texi (Font and Color Parameters): Rename from Color
3671 Parameters. Document font-backend parameter.
3672
3673 * vol2.texi (Top): Update node listing.
3674 * vol1.texi (Top): Update node listing.
3675 * elisp.texi (Top): Update node listing.
3676
372a93ac
MR
36772009-05-11 Martin Rudalics <rudalics@gmx.at>
3678
3679 * windows.texi (Choosing Window): Don't explicitly refer to
3680 split-window-sensibly's window argument in descriptions of
3681 split-height-threshold and split-width-threshold.
3682
714c3541
MR
36832009-05-10 Martin Rudalics <rudalics@gmx.at>
3684
3685 * windows.texi (Choosing Window): Fix rewrite of window
3686 splitting section.
3687
0e90e7be
EZ
36882009-05-09 Eli Zaretskii <eliz@gnu.org>
3689
f4e90db0
SM
3690 * nonascii.texi (Default Coding Systems):
3691 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 3692 Add indexing.
0e90e7be
EZ
3693 (Lisp and Coding Systems): Add index entries.
3694
d3c0c321
MR
36952009-05-09 Martin Rudalics <rudalics@gmx.at>
3696
3697 * windows.texi (Choosing Window): Describe split-window-sensibly
3698 and rewrite section on window splitting accordingly.
3699 (Textual Scrolling): Replace `...' by @code{...}.
3700
c773345a
CY
37012009-05-04 Chong Yidong <cyd@stupidchicken.com>
3702
ee2d5b5e
CY
3703 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
3704 Remove obsoleted pre-abbrev-expand-hook.
3705
3706 * locals.texi (Standard Buffer-Local Variables): Consolidate table
3707 entries.
3708
c773345a
CY
3709 * internals.texi (Object Internals): Don't assume 32-bit machines
3710 are the norm.
3711 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
3712 (Window Internals): Synch field names to window.h.
3713 (Process Internals): Synch field names to process.h.
c773345a 3714
dd449674
CY
37152009-04-29 Chong Yidong <cyd@stupidchicken.com>
3716
3717 * variables.texi (File Local Variables): Note that read-circle is
3718 bound to nil when reading file-local variables.
3719
3720 * streams.texi (Input Functions): Document read-circle.
3721 (Output Variables): Add xref to Circular Objects.
3722
4f1e25e2
CY
37232009-04-25 Chong Yidong <cyd@stupidchicken.com>
3724
3725 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
3726 Features and Coding System Basics. Node that "p" stands for
3727 "predicate". Recommend utf-8-emacs instead of emacs-mule.
3728 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
3729 mouse-appearance-menu.
3730 (Programming Tips): Add xref to Progress.
3731
dca019f8
CY
37322009-04-22 Chong Yidong <cyd@stupidchicken.com>
3733
5dcb4c4e
SM
3734 * os.texi (Command-Line Arguments):
3735 Document command-line-args-left.
dca019f8
CY
3736 (Suspending Emacs): Adapt text to multi-tty case. Document use of
3737 terminal objects for tty arguments.
3738 (Startup Summary): Add xref to Session Management.
3739 (Session Management): Mention emacs-session-restore. Copyedits.
3740
02a89103
CY
37412009-04-20 Chong Yidong <cyd@stupidchicken.com>
3742
3743 * os.texi (Startup Summary): Copyedits. The init file is not
3744 necessarily named .emacs now. Document initial-buffer-choice and
3745 initial-scratch-message. Note where Emacs exits in batch mode.
3746 Document inhibit-splash-screen as an alias.
3747 (Init File): Be neutral about which init file name to use.
3748
37492009-04-16 Chong Yidong <cyd@stupidchicken.com>
3750
3751 * os.texi (System Interface): Fix Texinfo usage.
3752
0c1cfe01
CY
37532009-04-15 Chong Yidong <cyd@stupidchicken.com>
3754
80d7cdca
CY
3755 * searching.texi (Regexp Backslash): Also refer to shy groups as
3756 non-capturing or unnumbered groups.
3757 (Regexp Functions): Add cross-reference to Regexp Backslash.
3758
0c1cfe01
CY
3759 * display.texi (Truncation): Overlays can use line-prefix and
3760 wrap-prefix too.
3761 (Overlay Properties): Document wrap-prefix and line-prefix.
3762 (Face Attributes): Document underline-minimum-offset.
3763 (Face Remapping): Copyedits.
3764 (Low-Level Font): Copyedits.
3765 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
3766 (Line Height): Emphasize that line-spacing only takes effect on
3767 graphical terminals.
0c1cfe01 3768
c4adeee0
CY
37692009-04-13 Chong Yidong <cyd@stupidchicken.com>
3770
3771 * display.texi (Refresh Screen): Note that a passage about screen
3772 refreshing is text terminal only.
3773 (Forcing Redisplay): Delete misleading comment---sit-for calls
3774 redisplay, not the other way around.
3775 (Truncation): Note new values of truncate-partial-width-windows.
3776 Copyedits.
3777 (Invisible Text): Document invisible-p.
3778
b20ecfa1
EZ
37792009-04-11 Eli Zaretskii <eliz@gnu.org>
3780
3781 * display.texi (Overlays): Overlays don't scale well. See
3782 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
3783
97d8273f
CY
37842009-04-10 Chong Yidong <cyd@stupidchicken.com>
3785
f147ff75
CY
3786 * syntax.texi (Syntax Table Functions): Document cons cell
3787 argument for modify-syntax-entry.
3788 (Categories): Document cons cell argument for
3789 modify-category-entry.
3790
fca4ec76
CY
3791 * searching.texi (String Search): Document word-search-forward-lax
3792 and word-search-backward-lax.
3793 (Searching and Case): Describe isearch behavior more precisely.
3794
9c283d5b
CY
3795 * keymaps.texi (Tool Bar): Mention that some platforms do not
3796 support multi-line toolbars. Suggested by Stephen Eglen.
3797
3798 * frames.texi (Layout Parameters): Mention that Nextstep also
3799 allows only one tool-bar line. Suggested by Stephen Eglen.
3800
97d8273f
CY
3801 * nonascii.texi (Text Representations): Copyedits.
3802 (Coding System Basics): Also mention utf-8-emacs.
3803 (Converting Representations, Selecting a Representation)
3804 (Scanning Charsets, Translation of Characters, Encoding and I/O):
3805 Copyedits.
3806 (Character Codes): Mention role of codepoints 1114112 to 4194175.
3807
2bad3299
CY
38082009-04-09 Chong Yidong <cyd@stupidchicken.com>
3809
3810 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
3811 (Filling): Clarify REGION argument of fill-paragraph.
3812 Document fill-forward-paragraph-function.
2bad3299
CY
3813 (Special Properties): Remove "new in Emacs 22" declaration.
3814 (Clickable Text): Merge with Links and Mouse-1 node.
3815
5dcb4c4e
SM
3816 * display.texi (Button Properties, Button Buffer Commands):
3817 Change xref to Clickable Text.
2bad3299
CY
3818
3819 * tips.texi (Key Binding Conventions): Change xref to Clickable
3820 Text.
3821
3822 * elisp.texi (Top): Update node listing.
3823
ea30ce4f
CY
38242009-04-05 Chong Yidong <cyd@stupidchicken.com>
3825
47af2f4b
CY
3826 * markers.texi (The Mark): Copyedits. Improve description of
3827 handle-shift-selection.
3828 (The Region): Move use-region-p here from The Mark.
3829
ea30ce4f
CY
3830 * positions.texi (Screen Lines): Document (cols . lines) argument
3831 for vertical-motion.
3832
2aa8ea6e
CY
38332009-04-04 Chong Yidong <cyd@stupidchicken.com>
3834
3ec61d4e
CY
3835 * frames.texi (Frames): Clean up introduction. Document `ns'
3836 return value for framep.
3837 (Creating Frames): Note how the terminal is chosen.
3838 (Multiple Terminals, Multiple Displays): Merge into a single node.
3839 (Color Parameters): Fix typo.
3840
3841 * variables.texi (Local Variables, Buffer-Local Variables)
3842 (Creating Buffer-Local): Change link to Multiple Terminals.
3843
3844 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3845
3846 * keymaps.texi (Controlling Active Maps): Change link to Multiple
3847 Terminals.
3848
3849 * commands.texi (Command Loop Info, Keyboard Macros): Change link
3850 to Multiple Terminals.
3851
3852 * elisp.texi (Top): Update node listing.
3853 * vol2.texi (Top): Update node listing.
3854 * vol1.texi (Top): Update node listing.
3855
9257072f
CY
3856 * buffers.texi (Current Buffer): Note that the append-to-buffer
3857 example is no longer in synch with the latest code. Tie the two
3858 examples together.
3859
2aa8ea6e
CY
3860 * files.texi (File Attributes): Move note about MS-DOS from
3861 Changing Files to File Attributes.
3862 (Create/Delete Dirs): Note that mkdir is an alias for this.
3863
22e74b17
CY
38642009-04-01 Markus Triska <triska@gmx.at>
3865
3866 * processes.texi (Filter Functions): Suggest how to handle output
3867 batches.
3868
4bbe48ec
CY
38692009-03-30 Chong Yidong <cyd@stupidchicken.com>
3870
3871 * help.texi (Accessing Documentation): Update example to use
3872 help-setup-xref and with-help-window.
3873 (Help Functions): Remove print-help-return-message, which is
3874 semi-obsolete due to with-help-window. Document help-buffer and
3875 help-setup-xref.
3876
b9723f39
CY
38772009-03-29 Chong Yidong <cyd@stupidchicken.com>
3878
5dcb4c4e
SM
3879 * help.texi (Accessing Documentation, Help Functions):
3880 Remove information about long-obsolete Emacs versions.
9eb52e90 3881
b9723f39
CY
3882 * modes.texi (Mode Line Variables): The default values of the mode
3883 line variables are now more complicated.
3884
b0cc32db
CY
38852009-03-28 Chong Yidong <cyd@stupidchicken.com>
3886
3c25a5a9
CY
3887 * modes.texi (Major Mode Conventions): Note that specialness is
3888 inherited.
31c9eebb
CY
3889 (Derived Modes): Note that define-derive-mode sets the mode-class
3890 property.
3c25a5a9 3891
b0cc32db
CY
3892 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3893 goto-map. Add search-map to the list.
3894
c5e0006d
EZ
38952009-03-27 Eli Zaretskii <eliz@gnu.org>
3896
1213465a
EZ
3897 * os.texi (System Environment): Update the list of system-type
3898 values.
3899
c5e0006d
EZ
3900 * markers.texi (The Mark) <handle-shift-selection>: Update for
3901 removal of the optional argument DEACTIVATE.
3902
48bab3d6
CY
39032009-03-25 Chong Yidong <cyd@stupidchicken.com>
3904
3905 * commands.texi (Focus Events): Most X window managers don't use
3906 focus-follows-mouse nowadays.
3907
6e4ff1b6
CY
39082009-03-24 Chong Yidong <cyd@stupidchicken.com>
3909
3910 * commands.texi (Defining Commands): Clarify introduction.
3911 (Using Interactive): Not that interactive can be put in a symbol
3912 property.
3913 (Interactive Call): Note that a symbol with a non-nil
3914 interactive-form property satisfies commandp.
3915
11625308
JB
39162009-03-23 Juanma Barranquero <lekktu@gmail.com>
3917
3918 * minibuf.texi (Intro to Minibuffers): Fix typos.
3919
7b34420d
CY
39202009-03-23 Chong Yidong <cyd@stupidchicken.com>
3921
3922 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
3923 about minibuffers in old Emacs versions. Copyedits.
3924 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
3925 (Text from Minibuffer): Simplify introduction.
3926
f9257eed
AM
39272009-03-22 Alan Mackenzie <acm@muc.de>
3928
3929 * commands.texi (Using Interactive): Clarify string argument to
3930 `interactive' - even promptless elements need \n separators.
3931
f639ba70
CY
39322009-03-18 Chong Yidong <cyd@stupidchicken.com>
3933
3934 * minibuf.texi (Completion Styles): New node.
3935
3936 * elisp.texi (Top): Update node listing.
3937
d897e8ee
CY
39382009-03-17 Chong Yidong <cyd@stupidchicken.com>
3939
3940 * minibuf.texi (Basic Completion): Note that
3941 read-file-name-completion-ignore-case and
3942 read-buffer-completion-ignore-case can override
3943 completion-ignore-case.
3944 (Minibuffer Completion): Document completing-read changes.
3945 (Completion Commands): Avoid mentioning partial completion mode.
3946 Document minibuffer-completion-confirm changes, and
3947 minibuffer-confirm-exit-commands.
3948 (High-Level Completion): Document new require-match behavior for
3949 read-buffer. Document read-buffer-completion-ignore-case.
3950 (Reading File Names): Document new require-match behavior for
3951 read-file-name.
3952
b1f23349
CY
39532009-03-14 Chong Yidong <cyd@stupidchicken.com>
3954
3955 * debugging.texi (Error Debugging): Don't mislead the reader into
3956 thinking that debug-on-error enters debugger for C-f at EOB.
3957 (Error Debugging): Setting debug-on-init within the init file
3958 works, and has for some time.
3959
d6eb4e25
KH
39602009-03-13 Kenichi Handa <handa@m17n.org>
3961
3962 * display.texi (Fontsets): Update the description.
3963
1cf53dc5
CY
39642009-03-13 Chong Yidong <cyd@stupidchicken.com>
3965
3966 * advice.texi (Advising Primitives): Link to What Is a Function.
3967
81f919fc
CY
39682009-03-12 Chong Yidong <cyd@stupidchicken.com>
3969
cf4229eb
CY
3970 * compile.texi (Speed of Byte-Code): Update example.
3971 (Disassembly): Update examples.
3972
81f919fc 3973 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
3974
3975 * customize.texi (Common Keywords): It's not necessary to use :tag
3976 to remove hyphens, as custom-unlispify-tag-name does it
3977 automatically.
5dcb4c4e
SM
3978 (Variable Definitions): Link to File Local Variables.
3979 Document customized-value symbol property.
f2bbc08c
CY
3980 (Customization Types): Move menu to end of node.
3981
955964d7
CY
39822009-03-10 Chong Yidong <cyd@stupidchicken.com>
3983
3984 * macros.texi (Compiling Macros): Omit misleading sentence, which
3985 implied that macros can only be used in the same file they are
3986 defined.
3987 (Backquote): Remove obsolete information about Emacs 19.
3988
d25ed7db
GM
39892009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3990
3991 * display.texi (Display Margins): Fix paren typo.
3992
d55f6ca5
CY
39932009-02-27 Chong Yidong <cyd@stupidchicken.com>
3994
f0e57ed8
CY
3995 * elisp.texi (Top): Update node listing.
3996
3997 * variables.texi (Variables): Clarify introduction.
3998 (Global Variables): Mention that setq is a special form.
3999 (Local Variables): Use active voice.
4000 (Tips for Defining): Mention marking variables as safe.
4001 (Buffer-Local Variables): Mention terminal-local and frame-local
4002 variables together.
4003 (File Local Variables): Copyedits.
4004 (Frame-Local Variables): Note that they are not really useful.
4005 (Future Local Variables): Node deleted.
4006
d55f6ca5 4007 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 4008 Unicode escape syntax.
d55f6ca5 4009
ca8f09a8
CY
40102009-02-23 Chong Yidong <cyd@stupidchicken.com>
4011
4012 * control.texi (Control Structures): Add cindex entry for "textual
4013 order".
4014
4015 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
4016 instead of "expression" throughout.
4017 (Function Indirection): Copyedits. Use active voice.
4018 (Eval): The default value of max-lisp-eval-depth is now 400.
4019
a20878b6
MB
40202009-02-23 Miles Bader <miles@gnu.org>
4021
4022 * processes.texi (System Processes): Rename `system-process-attributes'
4023 to `process-attributes'.
4024
61f66044
CY
40252009-02-22 Chong Yidong <cyd@stupidchicken.com>
4026
1b80d1f3
CY
4027 * symbols.texi (Property Lists): Emphasize that property lists are
4028 not restricted to symbol cells.
4029 (Other Plists): Copyedit.
4030
61f66044
CY
4031 * sequences.texi (Sequences Arrays Vectors): Make introduction
4032 more concise.
4033 (Arrays): Mention char-tables and bool-vectors too.
4034 (Vectors): Don't repeat information given in Arrays node. Link to
4035 nodes that explain the vector usage examples.
4036 (Char-Tables): Note that char-table elements can have arbitrary
4037 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 4038 Link to Property Lists node.
61f66044 4039
9403944b
CY
40402009-02-22 Chong Yidong <cyd@stupidchicken.com>
4041
4042 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4043 `append'.
4068c7b4 4044 (List Elements): Copyedits.
9403944b
CY
4045
4046 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4047 of `vconcat'.
4048
4049 * strings.texi (Creating Strings): Copyedits. Remove obsolete
4050 Emacs 20 usage of `concat'.
4051 (Case Conversion): Copyedits.
4052
b87a185f
CY
40532009-02-21 Chong Yidong <cyd@stupidchicken.com>
4054
4055 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4056 Minor edits.
4057 (Frame Configuration Type): Emphasize that it is not primitive.
4058 (Font Type): New node.
4059 (Type Predicates): Add fontp; type-of now recognizes font object
4060 types.
4061
4062 * intro.texi (Version Info): Update version numbers in examples.
4063 (Acknowledgements): List more contributors.
4064
4065 * elisp.texi: Bump version number to 3.0.
4066 (Top): Link to Font Type node.
4067
867d4bb3
JB
40682009-02-20 Juanma Barranquero <lekktu@gmail.com>
4069
4070 * modes.texi (Major Mode Conventions): Remove duplicate words.
4071 (Customizing Keywords): Fix typo.
4072
77730170
EZ
40732009-02-14 Eli Zaretskii <eliz@gnu.org>
4074
4075 * nonascii.texi (User-Chosen Coding Systems): Document that
4076 select-safe-coding-system suggests raw-text if there are raw bytes
4077 in the region.
4078 (Explicit Encoding): Warn not to use `undecided' when encoding.
4079
c8736212
GM
40802009-02-11 Glenn Morris <rgm@gnu.org>
4081
4082 * frames.texi (Visibility of Frames): Mention the effect multiple
4083 workspaces/desktops can have on visibility.
4084
ab992d66
EZ
40852009-02-07 Eli Zaretskii <eliz@gnu.org>
4086
c8736212
GM
4087 * text.texi (Commands for Insertion):
4088 * commands.texi (Event Mod):
4089 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
4090 * nonascii.texi (Translation of Characters):
4091 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
4092 (Explicit Encoding): Document the `charset' text property produced
4093 by decode-coding-region and decode-coding-string.
ab992d66 4094
e651a255
AM
40952009-01-27 Alan Mackenzie <acm@muc.de>
4096
4097 * modes.texi (Search-based Fontification): Correct a typo.
4098
bc5cde4b
JB
40992009-01-25 Juanma Barranquero <lekktu@gmail.com>
4100
4101 * abbrevs.texi (Abbrev Table Properties): Fix typo.
4102 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
4103
3533155b
EZ
41042009-01-24 Eli Zaretskii <eliz@gnu.org>
4105
f721deda
EZ
4106 * display.texi (Window Systems): Document the value of
4107 `initial-window-system' under --daemon.
4108
3533155b
EZ
4109 * os.texi (System Environment): Remove description of the
4110 `environment' function which has been deleted.
4111
f79b43b2
DN
41122009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4113
4114 * frames.texi (Multiple Displays): Remove documentation for
4115 removed function make-frame-on-tty.
4116
e3aa6669
CY
41172009-01-22 Chong Yidong <cyd@stupidchicken.com>
4118
4119 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
4120 write-region-annotate-functions.
4121 Document write-region-post-annotation-function.
e3aa6669 4122
fb13a416
CY
41232009-01-19 Chong Yidong <cyd@stupidchicken.com>
4124
4125 * display.texi (Font Lookup): Document WIDTH argument of
4126 x-list-fonts.
4127
02eccf6b
EZ
41282009-01-17 Eli Zaretskii <eliz@gnu.org>
4129
ead3f58d
EZ
4130 * maps.texi (Standard Keymaps): Rename function-key-map to
4131 local-function-key-map.
4132
4133 * keymaps.texi (Translation Keymaps): Rename function-key-map to
4134 local-function-key-map.
4135
4136 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4137 and `set-keyboard-coding-system' now accept an optional terminal
4138 argument.
4139
4140 * commands.texi (Event Mod): `keyboard-translate-table' is now
4141 terminal-local.
4142 (Function Keys): Rename function-key-map to
4143 local-function-key-map.
4144
df05a163
EZ
4145 * elisp.texi (Top): Make @detailmenu be consistent with changes in
4146 frames.texi.
4147
0ed8034e 4148 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
4149 `delete-terminal-functions', `suspend-tty-functions' and
4150 `resume-tty-functions'.
0ed8034e
EZ
4151
4152 * frames.texi (Frames): Document `frame-terminal' and
4153 `terminal-live-p'.
4154 (Multiple Displays): Document `make-frame-on-tty'.
4155 (Multiple Terminals): Document `terminal-list', `delete-terminal',
4156 `terminal-name', and `get-device-terminal'.
490f1197
EZ
4157 (Terminal Parameters): Document `terminal-parameters',
4158 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
4159
4160 * os.texi (System Environment): Document `environment' and
4161 `initial-environment'.
490f1197
EZ
4162 (Suspending Emacs): Update for multi-tty; document
4163 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 4164
02eccf6b
EZ
4165 * nonascii.texi (Coding System Basics): More accurate description
4166 of `raw-text'.
4167
f19fea97
JB
41682009-01-12 Juanma Barranquero <lekktu@gmail.com>
4169
4170 * display.texi (Low-Level Font): Fix typo.
4171
16fa292f
CY
41722009-01-10 Chong Yidong <cyd@stupidchicken.com>
4173
4174 * elisp.texi (Top): Update node listing.
4175
4176 * display.texi (PostScript Images): Node deleted.
4177
0b4faef3
EZ
41782009-01-10 Eli Zaretskii <eliz@gnu.org>
4179
3355f04d
EZ
4180 * processes.texi (Decoding Output): Document that null bytes force
4181 no-conversion for reading process output.
4182
4183 * files.texi (Reading from Files): Document that null bytes force
4184 no-conversion when visiting files.
4185
11625308 4186 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 4187
5dcb4c4e
SM
4188 * nonascii.texi (Lisp and Coding Systems):
4189 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 4190 (Character Properties): Improve wording.
0b4faef3 4191
ce9cf065
CY
41922009-01-09 Chong Yidong <cyd@stupidchicken.com>
4193
4194 * display.texi (Font Lookup): Remove obsolete function
4195 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
4196 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
4197 (Font Selection): Reorder order of variable descriptions.
4198 Minor clarifications.
ce9cf065
CY
4199
4200 * elisp.texi (Top): Update node listing.
4201
ab756fb3
GM
42022009-01-09 Glenn Morris <rgm@gnu.org>
4203
4204 * commands.texi (Command Loop Info): Say that last-command-char and
4205 last-input-char are obsolete aliases.
4206
4207 * edebug.texi (Edebug Recursive Edit): Remove separate references to
4208 last-input-char and last-command-char, since they are just aliases for
4209 last-input-event and last-command-event.
4210
4211 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
4212 last-command-char.
4213
6b2b8ab1
CY
42142009-01-08 Chong Yidong <cyd@stupidchicken.com>
4215
4216 * elisp.texi: Update node listing.
4217
4218 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
4219 (Face Attributes): Don't link to Font Lookup.
4220 Document font-family-list.
6b2b8ab1
CY
4221 (Fonts): New node.
4222
3568e767
JR
42232009-01-08 Jason Rumney <jasonr@gnu.org>
4224
4225 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 4226 changing the standard pointer shapes. (Bug#1485)
3568e767 4227
6221c8db
CY
42282009-01-08 Chong Yidong <cyd@stupidchicken.com>
4229
4230 * display.texi (Attribute Functions): Note that a function value
4231 :height is relative, and that compatibility functions work by
4232 calling set-face-attribute.
4233 (Displaying Faces): Reorder list in order of increasing priority.
4234 (Face Remapping): New node. Content moved here from Displaying
4235 Faces.
4236 (Glyphs): Link to Face Functions.
4237
e3d3799a
CY
42382009-01-08 Chong Yidong <cyd@stupidchicken.com>
4239
4240 * display.texi (Faces): Don't discuss face id here. facep does
4241 not return t.
4242 (Defining Faces): Minor clarification.
4243 (Face Attributes): Rearrange items to match docstring of
4244 set-face-attribute. Add :foundry attribute. Document new role of
4245 :font attribute. Texinfo usage fix.
4246 (Attribute Functions): Copyedits.
4247 (Face Functions): Note that face number is seldom used.
4248
638a2457
RS
42492009-01-05 Richard M Stallman <rms@gnu.org>
4250
4251 * strings.texi (Predicates for Strings): Minor clarification.
4252
4253 * functions.texi (Function Safety): Texinfo usage fix.
4254
39cb9e56 42552009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
49ea0074
JB
4256
4257 * objects.texi (General Escape Syntax): Fix typo.
4258
9f822178
MR
42592009-01-03 Martin Rudalics <rudalics@gmx.at>
4260
4261 * windows.texi (Choosing Window): Say that pop-up-frame-alist
4262 works via the default value of pop-up-frame-function.
4263
af34ad36
EZ
42642009-01-02 Eli Zaretskii <eliz@gnu.org>
4265
4266 * processes.texi (System Processes): Document the `time' and
4267 `ctime' attributes of `system-process-attributes'.
4268
d31f6679
CY
42692009-01-01 Chong Yidong <cyd@stupidchicken.com>
4270
4271 * display.texi (Face Attributes): Clarify :height attribute.
4272
174dc00c
MR
42732008-12-31 Martin Rudalics <rudalics@gmx.at>
4274
4275 * buffers.texi (The Buffer List): Clarify what moves a buffer to
4276 the front of the buffer list. Add entries for `last-buffer' and
4277 `unbury-buffer'.
4278
b8afe7e4
EZ
42792008-12-27 Eli Zaretskii <eliz@gnu.org>
4280
d14030f5
EZ
4281 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
4282 and its subsections.
4283
4284 * frames.texi (Multiple Terminals, Low-level Terminal)
4285 (Terminal Parameters, Frames on Other TTY devices): New sections.
4286 (Frames): Add an xref to "Multiple Terminals".
4287
765980a4
EZ
4288 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
4289
4290 * objects.texi (Terminal Type): New node.
4291 (Editing Types): Add it to the menu.
4292
47bd5577
EZ
4293 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
4294 Variables".
4295
eb22b78c 4296 * variables.texi (Directory Local Variables): New node.
47bd5577 4297 (Variables): Add a menu item for it.
eb22b78c 4298
b8afe7e4
EZ
4299 * loading.texi (Autoload): Document `generate-autoload-cookie' and
4300 `generated-autoload-file'.
4301
77bb0476
EZ
43022008-12-20 Eli Zaretskii <eliz@gnu.org>
4303
028e2c19
EZ
4304 * os.texi (Startup Summary): Add xref to documentation of
4305 `initial-window-system'.
4306
77bb0476
EZ
4307 * display.texi (Window Systems): Document `window-system' the
4308 function. The variable `window-system' is now frame-local.
028e2c19 4309 Document `initial-window-system'.
77bb0476 4310
dda87836
MR
43112008-12-19 Martin Rudalics <rudalics@gmx.at>
4312
4313 * windows.texi (Windows): Rewrite description of
4314 fit-window-to-buffer.
4315
caef3ed2
GM
43162008-12-13 Glenn Morris <rgm@gnu.org>
4317
4318 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
4319 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
4320
21c58e4d
GM
43212008-12-12 Glenn Morris <rgm@gnu.org>
4322
4323 * debugging.texi (Error Debugging): Refer forwards to
4324 eval-expression-debug-on-error.
4325
af38459f
EZ
43262008-12-05 Eli Zaretskii <eliz@gnu.org>
4327
5dedd9b5
EZ
4328 * strings.texi (String Basics): Only unibyte strings that
4329 represent key sequences hold 8-bit raw bytes.
4330
af38459f
EZ
4331 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
4332 paragraph to speak about `undecided'.
4333 (Character Properties): Don't explain the meaning of each
4334 property; instead, identify their Unicode Standard names.
b3f1f4a5 4335 (Character Sets): Document `map-charset-chars'.
af38459f 4336
fa047ae7
GM
43372008-12-02 Glenn Morris <rgm@gnu.org>
4338
4339 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
4340 section yet again.
4341
47dbc044
EZ
43422008-11-29 Eli Zaretskii <eliz@gnu.org>
4343
98d05998
EZ
4344 * nonascii.texi (Character Properties): New Section.
4345 (Specifying Coding Systems): Document
4346 `coding-system-priority-list', `set-coding-system-priority', and
4347 `with-coding-priority'.
4348 (Lisp and Coding Systems): Document `check-coding-systems-region'
4349 and `coding-system-charset-list'.
4350 (Coding System Basics): Document `coding-system-aliases'.
4351
4352 * elisp.texi (Top): Add a @detailmenu entry for "Character
4353 Properties".
4354
47dbc044
EZ
4355 * objects.texi (Character Type): Correct the range of Emacs
4356 characters. Add an @xref to "Character Codes".
4357
4358 * strings.texi (String Basics): Add an @xref to "Character Codes".
4359
4360 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
4361
4362 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
4363 (Character Codes): Document `max-char'.
4364
8b80cdf5
EZ
43652008-11-28 Eli Zaretskii <eliz@gnu.org>
4366
4367 * nonascii.texi (Text Representations, Converting Representations)
4368 (Character Sets, Scanning Charsets, Translation of Characters):
4369 Make text more accurate.
4370
a99dceba
GM
43712008-11-28 Glenn Morris <rgm@gnu.org>
4372
4373 * files.texi (Format Conversion Round-Trip): Improve previous change.
4374
f6dc3bed
CY
43752008-11-26 Chong Yidong <cyd@stupidchicken.com>
4376
4377 * modes.texi (Auto Major Mode): Fix example.
4378
5da9413d
GM
43792008-11-25 Glenn Morris <rgm@gnu.org>
4380
4381 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
4382
4383 * files.texi (Format Conversion Round-Trip):
4384 Use active voice for previous change.
4385
fcca848c
CY
43862008-11-25 Chong Yidong <cyd@stupidchicken.com>
4387
4388 * os.texi (Processor Run Time):
4389 * processes.texi (Transaction Queues):
4390 * markers.texi (The Mark):
4391 * windows.texi (Choosing Window, Selecting Windows):
4392 * files.texi (Changing Files, Magic File Names):
4393 * commands.texi (Key Sequence Input):
4394 * functions.texi (Declaring Functions):
4395 * strings.texi (Predicates for Strings):
4396 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
4397
36c8dc54
CY
43982008-11-24 Chong Yidong <cyd@stupidchicken.com>
4399
4400 * help.texi (Accessing Documentation): Update example.
4401
4402 * variables.texi (Defining Variables): Note that `*' is not
4403 necessary if defcustom is used.
4404
2a79b242
EZ
44052008-11-22 Eli Zaretskii <eliz@gnu.org>
4406
4407 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
4408 Characters" from @detailmenu.
4409
4410 * nonascii.texi (Character Codes, Character Sets)
4411 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
4412 (Chars and Bytes, Splitting Characters): Sections removed.
4413
392f0d26
LK
44142008-11-22 Lute Kamstra <lute@gnu.org>
4415
4416 * positions.texi (Text Lines): Update goto-line documentation.
4417
af1a5cd5
MR
44182008-11-21 Martin Rudalics <rudalics@gmx.at>
4419
6a4cfb0c
MR
4420 * frames.texi (Frames): Fix typo, add cross references, reword.
4421 (Initial Parameters): Reword special-display-frame-alist text.
4422 (Frames and Windows): Reword. Describe argument norecord for
4423 set-frame-selected-window.
4424 (Input Focus): Describe argument norecord for select-frame.
4425 Remove comment on MS-Windows behavior for focus-follows-mouse.
4426 (Raising and Lowering): Mention windows-frames dichotomy in
4427 metaphor.
4428
af1a5cd5
MR
4429 * windows.texi (Displaying Buffers, Vertical Scrolling)
4430 (Horizontal Scrolling): Fix indenting and rewording issues
4431 introduced with 2008-11-07 change.
4432
c249fa9c
GM
44332008-11-20 Glenn Morris <rgm@gnu.org>
4434
4435 * files.texi (Format Conversion Round-Trip): Mention `preserve'
4436 element of `format-alist'.
4437
204d4665
GM
44382008-11-19 Glenn Morris <rgm@gnu.org>
4439
4440 * doclicense.texi: Update to FDL 1.3.
4441 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
4442
cc0910af
CY
44432008-11-18 Chong Yidong <cyd@stupidchicken.com>
4444
efe6e7c4
CY
4445 * windows.texi (Window Hooks): Remove *-end-trigger-functions
4446 vars, which are obsolete. Mention jit-lock-register.
4447
5dcb4c4e
SM
4448 * modes.texi (Other Font Lock Variables):
4449 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 4450
cc0910af
CY
4451 * frames.texi (Color Parameters): Document alpha parameter.
4452
aeeedf76
MR
44532008-11-16 Martin Rudalics <rudalics@gmx.at>
4454
4455 * windows.texi (Splitting Windows, Deleting Windows)
4456 (Selecting Windows, Cyclic Window Ordering)
4457 (Buffers and Windows, Displaying Buffers, Choosing Window)
4458 (Dedicated Windows, Window Point, Window Start and End)
4459 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
4460 (Size of Window, Resizing Windows, Window Configurations)
4461 (Window Parameters): Avoid @var at beginning of sentences and
4462 reword accordingly.
4463
4c565c5c
LK
44642008-11-11 Lute Kamstra <lute@gnu.org>
4465
4466 * files.texi (File Name Components): Fix file-name-extension
4467 documentation.
4468
25f494c9
JB
44692008-11-11 Juanma Barranquero <lekktu@gmail.com>
4470
4471 * frames.texi (Basic Parameters): Remove display-environment-variable
4472 and term-environment-variable.
4473
a1401ab1
EZ
44742008-11-08 Eli Zaretskii <eliz@gnu.org>
4475
4476 * windows.texi (Basic Windows, Splitting Windows)
4477 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
4478 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
4479 (Resizing Windows, Window Configurations, Window Parameters):
4480 Fix wording and markup.
a1401ab1 4481
efafc282
MR
44822008-11-07 Martin Rudalics <rudalics@gmx.at>
4483
4484 * windows.texi (Windows): Update entries.
4485 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 4486 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
4487 (Selecting Windows, Cyclic Window Ordering): Reword with special
4488 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
4489 (Buffers and Windows, Choosing Window): Reword with special
4490 emphasis on dedicated windows.
4491 (Displaying Buffers): Reword. For switch-to-buffer mention that
4492 it may fall back on pop-to-buffer. For other-window try to
4493 explain how it treats the cyclic ordering of windows.
efafc282
MR
4494 (Dedicated Windows): New node and section discussing dedicated
4495 windows and associated functions.
86ab855a 4496 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
4497 (Window Start and End): Rename node and section title. Reword.
4498 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
4499 Minor rewording.
4500 (Size of Window): Reword, in particular text on window-width.
4501 (Resizing Windows): Reword. Add text on balancing windows.
4502 (Window Configurations): Reword. Mention window parameters.
4503 (Window Parameters): New node and section on window parameters.
4504 (Window Hooks): Reword. Mention that
4505 window-configuration-change-hook is run "buffer-locally".
4506 * elisp.texi (Top): Update Windows entries in @detailmenu
4507 section.
4508
d60a8ab2
JB
45092008-11-04 Juanma Barranquero <lekktu@gmail.com>
4510
4511 * searching.texi (Regexp Search): Fix typo.
4512
01777627
CY
45132008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4514
4515 * searching.texi (Regexp Search): Document GREEDY arg.
4516 (Simple Match Data): Fix return value.
4517
c4526e93
EZ
45182008-11-01 Eli Zaretskii <eliz@gnu.org>
4519
4520 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
4521 with Emacs 23 internal representation of characters.
4522 Document `unibyte-string'.
c4526e93 4523
fe2ae8b5
CY
45242008-10-28 Chong Yidong <cyd@stupidchicken.com>
4525
4526 * processes.texi (Process Information): Note that process-status
4527 does not accept buffer names.
4528
cc5a21e3
CY
45292008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4530
4531 * positions.texi (Skipping Characters): Correct return value of
4532 skip-chars-forward.
4533
09460d9a
MR
45342008-10-25 Martin Rudalics <rudalics@gmx.at>
4535
520b29e7
MR
4536 * windows.texi (Deleting Windows): Update documentation of
4537 delete-windows-on.
4538 (Buffers and Windows): Update documentations of
4539 get-buffer-window and get-buffer-window-list.
4540 (Displaying Buffers): Update documentation of
4541 replace-buffer-in-windows.
4542
09460d9a
MR
4543 * buffers.texi (Current Buffer): Reword set-buffer and
4544 with-current-buffer documentations.
4545 (Creating Buffers): Reword documentation of get-buffer-create.
4546
4d48fcdc
MR
45472008-10-23 Martin Rudalics <rudalics@gmx.at>
4548
4549 * buffers.texi (Current Buffer): Reword documentation of
4550 set-buffer.
4551 (Buffer Names): Reword documentation of buffer-name.
4552 (The Buffer List): For bury-buffer explain what happens with the
4553 buffer's window.
4554 (Creating Buffers): Say that get-buffer-create's arg is called
4555 buffer-or-name.
4556
f0143c43
CY
45572008-10-22 Chong Yidong <cyd@stupidchicken.com>
4558
3e5dbbd3
CY
4559 * advice.texi (Computed Advice): Explain what DEFINITION is.
4560
f0143c43
CY
4561 * nonascii.texi (Character Codes): Remove obsolete function
4562 char-valid-p, and document characterp instead.
4563
52a94b85
MR
45642008-10-22 Martin Rudalics <rudalics@gmx.at>
4565
4566 * windows.texi (Displaying Buffers): Reword documentation of
4567 pop-to-buffer.
4568 (Choosing Window): Rewrite documentation of display-buffer and
4569 its options.
4570
f76f8246
MR
4571 * buffers.texi (Killing Buffers): Update documentation of
4572 kill-buffer.
4573
acc8b598
EZ
45742008-10-21 Eli Zaretskii <eliz@gnu.org>
4575
80e6b6df
EZ
4576 * processes.texi (Serial Ports): Fix wording and improve markup.
4577
3645358a
EZ
4578 * searching.texi (Regexp Search): Document `string-match-p' and
4579 `looking-at-p'.
4580 (POSIX Regexps): Add an xref for "non-greedy".
4581 (Regexp Special): Add @cindex entry for "non-greedy".
4582
b3d50cff 4583 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 4584 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 4585
73b7530a
EZ
4586 * frames.texi (Color Names): Add an xref to `read-color'.
4587
4588 * minibuf.texi (High-Level Completion): Document `read-color'.
4589
acc8b598
EZ
4590 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
4591
4592 * positions.texi (Narrowing): Add an xref to "Swapping Text".
4593
4594 * buffers.texi (Swapping Text): New section, documents
4595 `buffer-swap-text'.
4596
10e187e8
MR
45972008-10-21 Martin Rudalics <rudalics@gmx.at>
4598
4599 * windows.texi (Resizing Windows): Minor wording fix.
4600
fd6f900c
EZ
46012008-10-20 Eli Zaretskii <eliz@gnu.org>
4602
4603 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
4604 and `combine-and-quote-strings'.
4605
4606 * strings.texi (Creating Strings): Add xrefs for them.
4607
e4372165
EZ
46082008-10-19 Eli Zaretskii <eliz@gnu.org>
4609
d6328fba
EZ
4610 * elisp.texi (Top): Make descriptive text for "Reading File Names"
4611 match the corresponding menu in minibuf.texi.
4612
e4372165
EZ
4613 * minibuf.texi (Reading File Names): Document `read-shell-command'
4614 and `minibuffer-local-shell-command-map'.
4615
5d8dda33
MR
46162008-10-19 Martin Rudalics <rudalics@gmx.at>
4617
4618 * windows.texi (Resizing Windows): Remove var{} around "window" in
4619 documentation of enlarge-window.
4620 Rewrite documentation of window-min-height and window-min-width.
4621
437706cd
EZ
46222008-10-19 Eli Zaretskii <eliz@gnu.org>
4623
80f85d7c
EZ
4624 * functions.texi (Calling Functions): Document `apply-partially'.
4625
291703b5
EZ
4626 * hooks.texi (Standard Hooks): Mention
4627 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
4628
4629 * variables.texi (File Local Variables): Document
4630 `file-local-variables-alist', `before-hack-local-variables-hook'
4631 and `hack-local-variables-hook'.
4632
583d8b3c
EZ
4633 * processes.texi (Synchronous Processes): Document `process-lines'.
4634
5dcb4c4e
SM
4635 * customize.texi (Variable Definitions):
4636 Document `custom-reevaluate-setting'.
437706cd 4637
7e51d89b
MR
46382008-10-18 Martin Rudalics <rudalics@gmx.at>
4639
4640 * windows.texi (Choosing Window, Deleting Windows)
4641 (Displaying Buffers): Expand documentation of dedicated windows.
4642
43c59a3d
EZ
46432008-10-18 Eli Zaretskii <eliz@gnu.org>
4644
018a960d
EZ
4645 * files.texi (Changing Files): Document symbolic input of file
4646 modes to `set-file-modes'. Document `read-file-modes' and
4647 `file-modes-symbolic-to-number'.
4648
2c0b8144
EZ
4649 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
4650 and `search-map'.
4651
5dcb4c4e
SM
4652 * searching.texi (Search and Replace):
4653 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 4654 Document `multi-query-replace-map'.
80120f13 4655
6d4913f0 4656 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
4657 (Completion Commands, Reading File Names):
4658 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
4659 `minibuffer-local-filename-must-match-map'.
4660 (Minibuffer Completion): The `require-match' argument to
4661 `completing-read' can now have the value `confirm-only'.
4662
43c59a3d
EZ
4663 * windows.texi (Displaying Buffers): Minor wording fix.
4664 (Choosing Window): `split-height-threshold' can now be nil.
4665 Document `split-width-threshold'. `pop-up-frames' can have the
4666 value `graphic-only'.
4667
f36acfd9
EZ
46682008-10-17 Eli Zaretskii <eliz@gnu.org>
4669
4670 * os.texi (Startup Summary): Document `before-init-time' and
4671 `after-init-time'. Document `initial-window-system' and
4672 `window-system-initialization-alist'. Document reading the
4673 abbrevs file. Document the call to `server-start' under --daemon.
4674 Rearrange a bit to be consistent with the code flow.
53728487
EZ
4675 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
4676 (Time Parsing): Document `format-seconds'.
f36acfd9 4677
96995b89
MR
46782008-10-17 Martin Rudalics <rudalics@gmx.at>
4679
4680 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
4681 and reword.
4682
2de17c73
EZ
46832008-10-16 Eli Zaretskii <eliz@gnu.org>
4684
4685 * markers.texi (The Mark): Document use-region-p.
4686
9cf52b11
EZ
46872008-10-15 Eli Zaretskii <eliz@gnu.org>
4688
c3aaf1d7
EZ
4689 * internals.texi (Writing Emacs Primitives): The interactive spec
4690 of a primitive can be a Lisp form.
4691
841a1743
EZ
4692 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
4693 values of transient-mark-mode. Document handle-shift-selection.
4694
4695 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
4696 (Interactive Examples): Show an example of `^'.
4697 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
4698 (Defining Commands, Using Interactive): The interactive-form of a
4699 function can be added via its symbol's property.
841a1743 4700
52441368
EZ
4701 * positions.texi (List Motion): beginning-of-defun-function can
4702 now accept an argument.
4703
8e8c1a72
EZ
4704 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
4705 now return a list of strings.
4706
a33a1f2a
EZ
4707 * control.texi (Handling Errors): Document ignore-errors.
4708
4fb04348
EZ
4709 * frames.texi (Creating Frames): Document frame-inherited-parameters.
4710 (Parameter Access): Document set-frame-parameter.
4711
ee666f84
EZ
4712 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
4713 Hooks" for the effect of kill-all-local-variables on local hook
4714 functions.
4715
9cf52b11
EZ
4716 * modes.texi (Major Mode Conventions, Mode Line Variables):
4717 `mode-name' need not be a string. xref to "Mode Line Data" for
4718 details, and to "Emulating Mode Line" for computing a string
4719 value.
4720
22526bc4
EZ
47212008-10-14 Eli Zaretskii <eliz@gnu.org>
4722
a65f6a85
EZ
4723 * processes.texi (System Processes): New section.
4724 (Processes, Signals to Processes): Add xrefs to it.
4725
4726 * objects.texi (Editing Types): A `process' is a subprocess of
4727 Emacs, not just any process running on the OS.
4728
4729 * elisp.texi (Top): Adjust the @detailmenu for the above two
4730 changes.
4731
2724b26a
EZ
4732 * sequences.texi (Char-Tables): Remove documentation of
4733 set-char-table-default, which has no effect since Emacs 23.
4734 <char-table-range, set-char-table-range>: Don't mention generic
4735 characters and charsets. Add a cons cell as a possible argument.
4736
4737 * nonascii.texi (Splitting Characters)
4738 (Translation of Characters): Don't mention generic characters.
4739
4740 * display.texi (Fontsets): Don't mention generic characters.
4741
22526bc4 4742 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 4743 argument FUNCTION with a cons cell as KEY.
22526bc4 4744
eaf4b689
EZ
47452008-10-13 Eli Zaretskii <eliz@gnu.org>
4746
45e46036
EZ
4747 * objects.texi (Primitive Function Type): Move "@cindex special
4748 forms" from here...
4749
4750 * eval.texi (Special Forms): ...to here.
4751
4752 * functions.texi (What Is a Function): `functionp' returns nil for
4753 special forms. Add an xref.
4754
eaf4b689
EZ
4755 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
4756 Variables".
4757
4758 * variables.texi (Frame-Local Variables): New section.
4759 (Buffer-Local Variables): Add an xref to it.
4760 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
4761 have both frame-local and buffer-local binding.
4762
4763 * frames.texi (Frames): Mention multiple tty frames.
4764 (Frame Parameters, Parameter Access): Mention frame-local variable
4765 bindings.
4766
15688fce
GM
47672008-09-20 Glenn Morris <rgm@gnu.org>
4768
4769 * display.texi (Defining Faces): Recommend against face variables.
4770
35539065
JB
47712008-09-16 Juanma Barranquero <lekktu@gmail.com>
4772
4773 * display.texi (Echo Area Customization): Fix typo.
4774
6a57054b
JB
47752008-09-09 Juanma Barranquero <lekktu@gmail.com>
4776
4777 * loading.texi (Where Defined): Add `defface' item.
4778
d632fb82
MR
47792008-09-06 Martin Rudalics <rudalics@gmx.at>
4780
4781 * loading.texi (Where Defined): Fix description of symbol-file.
4782
905a9adb
JR
47832008-08-26 Jason Rumney <jasonr@gnu.org>
4784
4785 * display.texi (TIFF Images): New section describing :index property.
4786
852e91b7
CY
47872008-08-23 Chong Yidong <cyd@stupidchicken.com>
4788
4789 * display.texi (Temporary Displays): Remove unnecessary comment
4790 about usage of temp-buffer-show-hook.
4791
6be001ee
CY
47922008-08-05 Chong Yidong <cyd@stupidchicken.com>
4793
4794 * symbols.texi (Other Plists): Fix incorrect example.
4795 Suggested by Florian Beck.
4796
58e3d8e8
JB
47972008-07-31 Juanma Barranquero <lekktu@gmail.com>
4798
4799 * os.texi: Fix previous change.
4800
7c2fb837
DN
48012008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4802
4803 * os.texi:
4804 * intro.texi:
4805 * files.texi: Remove VMS support.
4806
9e2a2647
DN
48072008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4808
4809 * os.texi:
4810 * frames.texi:
4811 * display.texi: Remove mentions of Mac Carbon.
4812
c4f4682b
MB
48132008-07-01 Miles Bader <miles@gnu.org>
4814
4815 * text.texi (Special Properties):
4816 * display.texi (Truncation): Add wrap-prefix and line-prefix.
4817
3696411e
JB
48182008-06-28 Johan Bockgård <bojohan@gnu.org>
4819
4820 * display.texi (Other Image Types): Fix copy/paste error; say
4821 "PBM", not "XBM".
4822
f2a77c3a
DN
48232008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4824
4825 * os.texi: Remove references to obsolete systems.
4826
6d52677d
EZ
48272008-06-20 Eli Zaretskii <eliz@gnu.org>
4828
4829 * makefile.w32-in (distclean): Remove makefile.
4830
1a87da4c
GM
48312008-06-17 Glenn Morris <rgm@gnu.org>
4832
4833 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
4834 (elisp, dist): Remove rules and variables that are obsolete now
4835 the lisp manual is no longer distributed separately.
4836
fdda1c5d
GM
48372008-06-16 Glenn Morris <rgm@gnu.org>
4838
646692e9
GM
4839 * configure, configure.in, mkinstalldirs: Remove unused files.
4840
4841 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 4842 * vol1.texi (EMACSVER):
6a57054b 4843 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
4844
4845 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4846 as per maintain.info.
4847
611bee81
GM
48482008-06-15 Glenn Morris <rgm@gnu.org>
4849
a7bed3a0
GM
4850 * makefile.w32-in (manual): Use "23" rather than "21".
4851
4852 * Makefile.in (emacsver): New, set by configure.
4853 (manual): Use emacsver.
4854
d794edf2
GM
4855 * intro.texi: Report bugs using M-x report-emacs-bug.
4856
611bee81
GM
4857 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4858
c73e02fa
GM
48592008-06-13 Daniel Engeler <engeler@gmail.com>
4860
4861 * elisp.texi, internals.texi, processes.texi: Add documentation
4862 about serial port access.
4863
e40a85cd
MB
48642008-06-05 Miles Bader <miles@gnu.org>
4865
4866 * display.texi (Displaying Faces): Update to reflect function
4867 renamings in face-remap.el.
4868
7b753744
JB
48692008-06-05 Juanma Barranquero <lekktu@gmail.com>
4870
4871 * display.texi (Fontsets): Fix typos.
4872
9d3d42fb
MB
48732008-06-03 Miles Bader <miles@gnu.org>
4874
7b753744
JB
4875 * display.texi (Displaying Faces): Add add-relative-face-remapping,
4876 remove-relative-face-remapping, set-base-face-remapping,
4877 and set-default-base-face-remapping.
9d3d42fb 4878
f2cec7a9
MB
48792008-06-01 Miles Bader <miles@gnu.org>
4880
4881 * display.texi (Displaying Faces): Add face-remapping-alist.
4882
8f39c96d
SM
48832008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4884
4885 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4886 variable names.
4887
1ef5eecc
ER
48882008-05-03 Eric S. Raymond <esr@golux>
4889
352c8b4a 4890 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
4891 (current-global-map) return references, not copies.
4892
63b4387f
JL
48932008-05-02 Juri Linkov <juri@jurta.org>
4894
4895 * minibuf.texi (Text from Minibuffer): Document a list of
4896 default values for `read-from-minibuffer'.
4897
38a8b703
JB
48982008-04-24 Juanma Barranquero <lekktu@gmail.com>
4899
4900 * nonascii.texi (Translation of Characters): Fix previous change.
4901
7c42e639
CY
49022008-04-20 Chong Yidong <cyd@stupidchicken.com>
4903
4904 * display.texi (Overlay Properties): Clarify role of underlying
4905 textprop and overlay keymaps for display strings.
4906
4907 * keymaps.texi (Active Keymaps): Ditto.
4908
25c0d999
SM
49092008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4910
4911 * minibuf.texi (Programmed Completion):
4912 Replace dynamic-completion-table with the new completion-table-dynamic.
4913
e3af5968
CY
49142008-04-07 Chong Yidong <cyd@stupidchicken.com>
4915
4916 * intro.texi (Some Terms): Change "fonts in this manual" index
4917 entry to "typographic conventions".
4918
6bfc8698
EZ
49192008-04-05 Eli Zaretskii <eliz@gnu.org>
4920
4921 * objects.texi (Text Props and Strings): Add indexing for read
4922 syntax of text properties.
4923
4972c361
SM
49242008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4925
4926 * processes.texi (Decoding Output): Remove process-filter-multibyte
4927 functions.
4928
c70a68db
MR
49292008-03-15 Martin Rudalics <rudalics@gmx.at>
4930
4931 * display.texi (Finding Overlays): Say that empty overlays at
4932 the end of the buffer are reported too.
4933
1291fd36
GM
49342008-03-13 Glenn Morris <rgm@gnu.org>
4935
4936 * elisp.texi (EMACSVER): Set to 23.0.60.
4937
c6b0dfd5
CY
49382008-02-26 Chong Yidong <cyd@stupidchicken.com>
4939
38a8b703 4940 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 4941
875fc30c
GM
49422008-02-22 Glenn Morris <rgm@gnu.org>
4943
4944 * frames.texi (Position Parameters): Clarify the description of
4945 `left' and `top', using information from "Geometry".
4946 (Geometry): Give a pointer to "Position Parameters", rather than
4947 repeating information.
4948
d8c8e45a
GM
49492008-02-11 Glenn Morris <rgm@gnu.org>
4950
4951 * objects.texi (Equality Predicates): No longer talk about "two"
4952 functions.
4953
38a8b703 49542008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
4955
4956 * objects.texi (Equality Predicates): Add defun for
4957 equal-including-properties.
4958
bfffe0b1
GM
49592008-02-10 Glenn Morris <rgm@gnu.org>
4960
4961 * objects.texi (Equality Predicates):
4962 Mention equal-including-properties.
4963
431b78c9
RS
49642008-02-07 Richard Stallman <rms@gnu.org>
4965
4966 * windows.texi (Window Start): Mention the feature of moving
4967 window-start to start of line.
4968
c8763fb6 49692008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
4970
4971 * keymaps.texi (Tool Bar): Document rtl property.
4972
1a256502
TTN
49732008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4974
4975 * display.texi (Button Types):
4976 For define-button-type, clarify type of NAME.
4977
569382c2
MR
49782008-01-19 Martin Rudalics <rudalics@gmx.at>
4979
4980 * buffers.texi (Buffer Modification): Fix typo.
4981
f3041af1
DN
49822008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4983
4984 * os.texi (System Environment): Remove references to OSes that are
4985 not supported anymore.
4986
d35e1cd7
DN
49872008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4988
4989 * os.texi (System Environment): Remove mention for Masscomp.
4990
23af7580
RS
49912008-01-04 Richard Stallman <rms@gnu.org>
4992
4993 * display.texi (Faces): Don't talk about internal face vector as arg
4994 to facep.
4995
4996 * customize.texi (Type Keywords): Fix previous change.
4997
4998 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4999 * elisp.texi (Top): Fix menu for commands.texi change.
5000
ec7d5b1e
RS
50012007-12-30 Richard Stallman <rms@gnu.org>
5002
5dcb4c4e 5003 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
5004 (Accessing Scroll): New node broken out of Accessing Mouse.
5005
101a6cea
RS
50062007-12-28 Richard Stallman <rms@gnu.org>
5007
5008 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 5009 (Basic Parameters): For `title', refer to title bar.
041817a4 5010 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 5011
72b7e664
RS
50122007-12-23 Richard Stallman <rms@gnu.org>
5013
5014 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
5015 Improve some of the commented-out keywords' text too.
5016
27a4f445
MR
50172007-12-14 Martin Rudalics <rudalics@gmx.at>
5018
e2e3f1d7
MR
5019 * nonascii.texi (Encoding and I/O): Reword to avoid saying
5020 "visit the current buffer".
5021
27a4f445
MR
5022 * os.texi (System Interface): Fix typo.
5023
a2afc99d
RS
50242007-12-04 Richard Stallman <rms@gnu.org>
5025
5026 * objects.texi (Symbol Type): Fix typo.
5027
b694135c
RS
50282007-12-03 Richard Stallman <rms@gnu.org>
5029
5030 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
5031
f99a19da
GM
50322007-12-01 Glenn Morris <rgm@gnu.org>
5033
5034 * functions.texi (Declaring Functions): Improve previous change.
5035
8f4b37d8
GM
50362007-11-30 Glenn Morris <rgm@gnu.org>
5037
5038 * functions.texi (Declaring Functions): Add optional fourth
5039 argument of declare-function, and setting third argument to `t'.
5040
61a2fe01
RS
50412007-11-29 Richard Stallman <rms@gnu.org>
5042
5043 * customize.texi (Composite Types): Document `group' type.
5044
cbfc5193
GM
50452007-11-29 Glenn Morris <rgm@gnu.org>
5046
5dcb4c4e
SM
5047 * functions.texi (Declaring Functions): Add findex.
5048 Mention `external' files.
cbfc5193 5049
8386283a
JB
50502007-11-26 Juanma Barranquero <lekktu@gmail.com>
5051
5052 * functions.texi (Declaring Functions): Fix directive.
5053
a07c9a8b
RS
50542007-11-25 Richard Stallman <rms@gnu.org>
5055
5056 * help.texi (Help Functions): Clean up last change.
5057
5058 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5059
5060 * loading.texi (Named Features): Minor cleanup.
5061
5062 * macros.texi (Eval During Expansion): Minor cleanup.
5063
5064 * variables.texi (Variable Aliases): Minor cleanup.
5065
a0925923
RS
50662007-11-24 Richard Stallman <rms@gnu.org>
5067
5068 * functions.texi (Declaring Functions): Clarify previous change.
5069
5070 * compile.texi (Compiler Errors): Clarify previous change.
5071
20c63e44
RS
50722007-11-24 Richard Stallman <rms@gnu.org>
5073
e5e76c04 5074 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
5075 Clarify the text and move items around.
5076
5bb0cda3
GM
50772007-11-24 Glenn Morris <rgm@gnu.org>
5078
5079 * functions.texi (Declaring Functions): New section.
5080 * compile.texi (Compiler Errors): Mention declaring functions,
5081 defvar with no initvalue, and byte-compile-warnings.
5082
af13c86a
MR
50832007-11-15 Martin Rudalics <rudalics@gmx.at>
5084
5085 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5086 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5087
a5373305
MR
50882007-11-13 Martin Rudalics <rudalics@gmx.at>
5089
5090 * help.texi (Help Functions): Document new macro `with-help-window'.
5091
fe284805
JL
50922007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5093
5094 * searching.texi (Replacing Match): Describe new
5095 `match-substitute-replacement'.
5096
2c3a09b1
RS
50972007-10-31 Richard Stallman <rms@gnu.org>
5098
5099 * strings.texi (Creating Strings): Null strings from concat not unique.
5100
f2b480f4
RS
51012007-10-26 Richard Stallman <rms@gnu.org>
5102
5103 * objects.texi (Equality Predicates): Null strings are uniquified.
5104
5105 * minibuf.texi: Minor clarifications in previous change.
5106
db21122c
GM
51072007-10-25 Glenn Morris <rgm@gnu.org>
5108
5109 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5110
2328cbb3
RS
51112007-10-24 Richard Stallman <rms@gnu.org>
5112
5113 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5114
5115 * variables.texi (Frame-Local Variables): Node deleted.
5116 (Variables): Delete Frame-Local Variables from menu.
5117 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5118 (Default Value): Don't mention frame-local vars.
5119
5120 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5121
5122 * loading.texi (Unloading): Document FEATURE-unload-function
5123 instead of FEATURE-unload-hook.
5124
2328cbb3
RS
5125 * frames.texi (Multiple Displays): Don't mention frame-local vars.
5126
c066bafa
JL
51272007-10-22 Juri Linkov <juri@jurta.org>
5128
5129 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5130 (High-Level Completion): Document a list of default value strings
5131 in the DEFAULT argument, for which minibuffer functions return the
5132 first element.
5133
65ced25f
JL
51342007-10-17 Juri Linkov <juri@jurta.org>
5135
5136 * text.texi (Filling): Update arguments of fill-paragraph.
5137 fill-paragraph operates on the active region in Transient Mark mode.
5138 Remove fill-paragraph-or-region.
5139
ee46ec8e
KB
51402007-10-13 Karl Berry <karl@gnu.org>
5141
5142 * elisp.texi (@dircategory): Move to after @copying,
5143 since we want @copying as close as possible to the beginning of
5144 the output.
5145
61bbdbc6
RS
51462007-10-12 Richard Stallman <rms@gnu.org>
5147
5148 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
5149
5150 * commands.texi (Distinguish Interactive): New node,
5151 broken out from Interactive Call and rewritten.
5152 (Command Loop): Put Distinguish Interactive in menu.
5153
af23e1e8
RS
51542007-10-09 Richard Stallman <rms@gnu.org>
5155
5156 * text.texi (Examining Properties): Mention overlay priority.
5157
5158 * display.texi (Display Margins): Correct the description
5159 of margin display specifications.
5160 (Replacing Specs): New subnode broken out of Display Property.
5161
e1965a69
JL
51622007-10-06 Juri Linkov <juri@jurta.org>
5163
5164 * text.texi (Filling): Document fill-paragraph-or-region.
5165
4638454b
JB
51662007-10-05 Juanma Barranquero <lekktu@gmail.com>
5167
5168 * display.texi (Auto Faces): Fix typo.
5169
7ed54cc5
RS
51702007-10-02 Richard Stallman <rms@gnu.org>
5171
5172 * display.texi (Display Property): Explain some display specs
5173 don't let you move point in.
5174
5dcb4c4e
SM
5175 * frames.texi (Cursor Parameters):
5176 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
5177
5178 * windows.texi (Basic Windows): Don't describe
5179 cursor-in-non-selected-windows here.
5180
305a7ef2
EZ
51812007-10-01 Eli Zaretskii <eliz@gnu.org>
5182
5183 * processes.texi (Misc Network): Note that these functions are
5184 supported only on some systems.
5185
f7a7f4eb
RS
51862007-10-01 Richard Stallman <rms@gnu.org>
5187
5188 * display.texi (Overlay Properties): Explain nil as priority.
5189 Explain that conflicts are unpredictable if not resolved by
5190 priorities.
5191
780d7bb9
RS
51922007-09-23 Richard Stallman <rms@gnu.org>
5193
5194 * macros.texi (Backquote): Minor clarification.
5195
14b4fdfb
RS
51962007-09-19 Richard Stallman <rms@gnu.org>
5197
5198 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
5199 Clarify when they work in parallel and when one overrides.
5200 Fix error in example.
14b4fdfb 5201
b8d4c8d0
GM
52022007-09-06 Glenn Morris <rgm@gnu.org>
5203
b3e755a9 5204 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
5205 commands to use ../../info.
5206 * Makefile.in (infodir): Go up one more level.
4638454b 5207 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
5208 (miscmanualdir): New.
5209 (dist): Use new variable miscmanualdir.
5210 * makefile.w32-in (infodir, texinputdir): Go up one more level.
5211 (usermanualdir): Change from ../man to ../emacs.
5212
1bb1f7d3
MR
52132007-08-30 Martin Rudalics <rudalics@gmx.at>
5214
5215 * commands.texi (Command Loop Info): Advise against changing
5216 most variables described here. Explain new variable
5217 last-repeatable-command.
5218
b8d4c8d0
GM
52192007-08-29 Glenn Morris <rgm@gnu.org>
5220
5221 * elisp.texi (EMACSVER): Increase to 23.0.50.
5222
52232007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5224
5225 * frames.texi (Basic Parameters): Add display-environment-variable
5226 and term-environment-variable.
5227
52282007-08-28 Juri Linkov <juri@jurta.org>
5229
5230 * display.texi (Image Formats, Other Image Types): Add SVG.
5231
52322007-08-28 Juri Linkov <juri@jurta.org>
5233
5234 * display.texi (Images): Move formats-related text to new node
5235 "Image Formats".
5236 (Image Formats): New node.
5237
619fb9ee
RS
52382007-08-27 Richard Stallman <rms@gnu.org>
5239
5240 * windows.texi (Window Configurations): Clarify what
5241 a window configuration saves.
5242
b8d4c8d0
GM
52432007-08-25 Richard Stallman <rms@gnu.org>
5244
5245 * display.texi (Images): Delete redundant @findex.
5246
39f9da30
GM
52472007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5248
5249 * text.texi (Change Hooks): (after|before)-change-functions are no
5250 longer bound to nil while running; rather inhibit-modification-hooks
5251 is t.
5252
b8d4c8d0
GM
52532007-08-16 Richard Stallman <rms@gnu.org>
5254
5dcb4c4e
SM
5255 * processes.texi (Asynchronous Processes):
5256 Clarify doc of start-file-process.
b8d4c8d0
GM
5257
52582007-08-08 Martin Rudalics <rudalics@gmx.at>
5259
5260 * modes.texi (Example Major Modes): Fix typo.
5261
52622007-08-08 Glenn Morris <rgm@gnu.org>
5263
5264 * intro.texi (nil and t): Do not use `iff' in documentation.
5265
5266 * tips.texi (Documentation Tips): Recommend against `iff'.
5267
52682007-08-07 Chong Yidong <cyd@stupidchicken.com>
5269
5270 * display.texi (Image Cache): Document image-refresh.
5271
52722007-08-06 Martin Rudalics <rudalics@gmx.at>
5273
5274 * windows.texi (Size of Window): Document window-full-width-p.
5275
52762007-07-25 Glenn Morris <rgm@gnu.org>
5277
5278 * gpl.texi (GPL): Replace license with GPLv3.
5279
5280 * Relicense all FSF files to GPLv3 or later.
5281
52822007-07-24 Michael Albinus <michael.albinus@gmx.de>
5283
4638454b
JB
5284 * processes.texi (Synchronous Processes):
5285 Add `process-file-shell-command'.
b8d4c8d0
GM
5286 (Asynchronous Processes): Mention restricted use of
5287 `process-filter' and `process-sentinel' in
5288 `start-file-process'. Add `start-file-process-shell-command'.
5289
52902007-07-17 Michael Albinus <michael.albinus@gmx.de>
5291
5292 * files.texi (Magic File Names): Introduce optional parameter
5293 IDENTIFICATION for `file-remote-p'.
5294
52952007-07-16 Richard Stallman <rms@gnu.org>
5296
5297 * display.texi (Defining Faces): Fix previous change.
5298
52992007-07-14 Richard Stallman <rms@gnu.org>
5300
5301 * control.texi (Handling Errors): Document `debug' in handler list.
5302
53032007-07-10 Richard Stallman <rms@gnu.org>
5304
5305 * display.texi (Defining Faces): Explain C-M-x feature for defface.
5306
53072007-07-09 Richard Stallman <rms@gnu.org>
5308
5309 * files.texi (Magic File Names): Rewrite previous change.
5310
53112007-07-08 Michael Albinus <michael.albinus@gmx.de>
5312
5313 * files.texi (Magic File Names): Introduce optional parameter
5314 CONNECTED for `file-remote-p'.
5315
53162007-07-07 Michael Albinus <michael.albinus@gmx.de>
5317
5318 * processes.texi (Asynchronous Processes):
5319 * files.texi (Magic File Names): Add `start-file-process'.
5320
53212007-06-27 Richard Stallman <rms@gnu.org>
5322
5dcb4c4e
SM
5323 * files.texi (Format Conversion Piecemeal):
5324 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
5325
53262007-06-27 Michael Albinus <michael.albinus@gmx.de>
5327
4638454b
JB
5328 * files.texi (Magic File Names): Remove `dired-call-process'.
5329 Add `process-file'.
b8d4c8d0
GM
5330
53312007-06-27 Kenichi Handa <handa@m17n.org>
5332
5333 * text.texi (Special Properties): Fix description about
4638454b 5334 `composition' property.
b8d4c8d0
GM
5335
53362007-06-26 Kenichi Handa <handa@m17n.org>
5337
5338 * nonascii.texi (Default Coding Systems): Document about the
5339 return value `undecided'.
5340
53412007-06-25 David Kastrup <dak@gnu.org>
5342
5343 * keymaps.texi (Active Keymaps): Document new POSITION argument of
5344 `current-active-maps'.
5345
53462007-06-24 Karl Berry <karl@gnu.org>
5347
4638454b 5348 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
5349
53502007-06-15 Juanma Barranquero <lekktu@gmail.com>
5351
5352 * display.texi (Overlay Arrow): Doc fix.
5353
53542007-06-14 Karl Berry <karl@tug.org>
5355
5356 * anti.texi (Antinews): Typo.
5357
53582007-06-14 Chong Yidong <cyd@stupidchicken.com>
5359
5360 * display.texi (Image Cache): Document image-refresh.
5361
53622007-06-12 Karl Berry <karl@gnu.org>
5363
5364 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
5365 * two-volume.make: New file.
5366 * .cvsignore: Ignore two-volume files.
5367
53682007-06-12 Tom Tromey <tromey@redhat.com>
5369
5370 * os.texi (Init File): Document user-emacs-directory.
5371
53722007-06-03 Nick Roberts <nickrob@snap.net.nz>
5373
5374 * commands.texi (Click Events): Describe width and height when
5375 object is nil.
5376
53772007-05-30 Nick Roberts <nickrob@snap.net.nz>
5378
5dcb4c4e
SM
5379 * commands.texi (Click Events): Layout more logically.
5380 Describe width and height.
b8d4c8d0
GM
5381 (Drag Events, Motion Events): Update to new format for position.
5382
53832007-06-02 Richard Stallman <rms@gnu.org>
5384
5385 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
5386
53872007-06-02 Chong Yidong <cyd@stupidchicken.com>
5388
5389 * Version 22.1 released.
5390
53912007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5392
5393 * text.texi (Special Properties): Correct meaning of fontified face.
5394
53952007-05-30 Richard Stallman <rms@gnu.org>
5396
5397 * text.texi (Special Properties): Add link to Adjusting Point.
5398
53992007-05-12 Richard Stallman <rms@gnu.org>
5400
5401 * text.texi (Margins): indent-to-left-margin is not the default.
5402 (Mode-Specific Indent): For indent-line-function, the default
5403 is indent-relative.
5404
5405 * modes.texi (Example Major Modes): Explain last line of text-mode
5406 is redundant.
5407
54082007-05-10 Richard Stallman <rms@gnu.org>
5409
5410 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
5411
5412 * help.texi (Keys in Documentation): Add reference to
5413 Documentation Tips.
5414
5415 * files.texi (Format Conversion): TO-FN gets three arguments.
5416
5417 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
5418
54192007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5420
5421 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
5422 * files.texi (Format Conversion): Expand intro; add menu.
5423 (Format Conversion Overview, Format Conversion Round-Trip)
5424 (Format Conversion Piecemeal): New nodes/subsections.
5425 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
5426 * text.texi (Text Properties): Remove "Saving Properties" from menu.
5427 (Saving Properties): Delete node/subsection.
5428
54292007-05-07 Karl Berry <karl@gnu.org>
5430
5431 * elisp.texi (EMACSVER): Back to 22.
5432
54332007-05-06 Richard Stallman <rms@gnu.org>
5434
5435 * processes.texi (Accepting Output): Revert most of previous change.
5436
54372007-05-05 Richard Stallman <rms@gnu.org>
5438
5439 * processes.texi (Accepting Output): accept-process-output
5440 uses microseconds, not milliseconds. But that arg is obsolete.
5441
54422007-05-04 Karl Berry <karl@tug.org>
5443
5444 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
5445
54462007-05-04 Eli Zaretskii <eliz@gnu.org>
5447
5448 * tips.texi (Documentation Tips): Rearrange items to place the
5449 more important ones first. Add an index entry for hyperlinks.
5450
54512007-05-03 Karl Berry <karl@gnu.org>
5452
5453 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
5454 (EMACSVER) [smallbook]: 22 for printed version.
5455
5456 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
5457 so restore anchor to normal position after defun. Found by Kevin Ryde.
5458
54592007-04-26 Glenn Morris <rgm@gnu.org>
5460
5461 * elisp.texi (EMACSVER): Increase to 22.1.50.
5462
54632007-04-28 Karl Berry <karl@gnu.org>
5464
5465 * elisp.texi: Improve line breaks on copyright page,
5466 similar layout to emacs manual, 8.5x11 by default.
5467
54682007-04-24 Richard Stallman <rms@gnu.org>
5469
5470 * text.texi (Special Properties): Add xref to Overlay Properties.
5471
5472 * display.texi (Overlay Properties): Add xref to Special Properties.
5473
54742007-04-22 Richard Stallman <rms@gnu.org>
5475
5476 * keymaps.texi (Extended Menu Items): Move the info about
5477 format with cached keyboard binding.
5478
54792007-04-21 Richard Stallman <rms@gnu.org>
5480
5481 * text.texi (Special Properties): Clarify previous change.
5482
5483 * files.texi (File Name Expansion): Clarify previous change.
5484
5485 * display.texi (Attribute Functions): Fix example for
5486 face-attribute-relative-p.
5487
54882007-04-19 Kenichi Handa <handa@m17n.org>
5489
5490 * text.texi (Special Properties): Document composition property.
5491
54922007-04-19 Glenn Morris <rgm@gnu.org>
5493
5494 * files.texi (File Name Expansion): Mention "superroot".
5495
54962007-04-15 Chong Yidong <cyd@stupidchicken.com>
5497
5498 * frames.texi (Multiple Displays): Add note about "multi-monitor"
5499 setups.
5500 (Display Feature Testing): Note that display refers to all
5501 physical monitors for multi-monitor setups.
5502
55032007-04-14 Richard Stallman <rms@gnu.org>
5504
5505 * lists.texi (Sets And Lists): Clarify `delete' examples.
5506 Remove spurious xref to same node.
5507 Clarify xref for add-to-list.
5508
55092007-04-12 Nick Roberts <nickrob@snap.net.nz>
5510
5511 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
5512 value of lisp-mode-map.
5513
55142007-04-11 Karl Berry <karl@gnu.org>
5515
5516 * anti.texi (Antinews):
5517 * display.texi (Overlay Properties, Defining Images):
5518 * processes.texi (Synchronous Processes, Sentinels):
5519 * syntax.texi (Syntax Table Internals):
5520 * searching.texi (Regexp Special):
5521 * nonascii.texi (Default Coding Systems):
5522 * text.texi (Special Properties):
5523 * minibuf.texi (Basic Completion): Wording to improve breaks in
5524 8.5x11 format.
5525 * elisp.texi (smallbook): New @set to more easily switch between
5526 smallbook and 8.5x11.
5527
55282007-04-11 Richard Stallman <rms@gnu.org>
5529
5530 * text.texi (Lazy Properties): Minor fix.
5531
55322007-04-08 Karl Berry <karl@gnu.org>
5533
5534 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
5535 * macros.texi (Backquote): Downcase Backquote in index entries for
5536 consistency.
5537
55382007-04-08 Richard Stallman <rms@gnu.org>
5539
5540 * text.texi (Adaptive Fill): Just describe default,
5541 don't show it (since it contains non-ASCII chars).
5542
55432007-04-07 Karl Berry <karl@gnu.org>
5544
5545 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
5546 adaptive-fill-regexp's value, since they are not in the standard
5547 TeX fonts.
5548
55492007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
5550
5551 * display.texi (Defining Faces): Fix example.
5552
55532007-04-07 Karl Berry <karl@gnu.org>
5554
5555 * display.texi (Button Buffer Commands): Improve page break.
5556
55572007-04-07 Richard Stallman <rms@gnu.org>
5558
5559 * advice.texi (Activation of Advice): Remove redundant index entry.
5560
5561 * backups.texi: Improve index entries. Remove redundant ones.
5562
5563 * compile.texi (Byte Compilation): Improve index entry.
5564
5565 * hash.texi (Creating Hash): Improve index entry.
5566
5567 * symbols.texi (Definitions): Improve index entry.
5568
5569 * edebug.texi: Improve index entries. Remove redundant/useless ones.
5570
5571 * maps.texi (Standard Keymaps): Remove useless index entry.
5572
5573 * help.texi (Documentation Basics): Remove redundant index entries.
5574
5575 * customize.texi: Improve index entries.
5576 Remove redundant/useless ones.
5577
5578 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
5579
5580 * streams.texi (Output Variables): Improve index entry.
5581
5582 * abbrevs.texi (Abbrevs): Remove useless index entry.
5583
5584 * macros.texi (Expansion): Remove useless index entry.
5585
5586 * text.texi: Improve index entries. Remove redundant/useless ones.
5587 (Text Properties, Examining Properties)
5588 (Special Properties): Use "property category" instead of "category"
5589 to refer to the `category' property.
5590
5591 * positions.texi: Improve index entries. Remove useless one.
5592
5593 * lists.texi: Improve index entries. Remove redundant/useless ones.
5594
5595 * os.texi: Improve index entries.
5596 (Timers): Fix previous change.
5597
5598 * buffers.texi: Improve index entries.
5599 (Modification Time): Get rid of term "obsolete buffer".
5600
5601 * debugging.texi: Improve index entries.
5602 (Test Coverage): Add xref to other test coverage ftr.
5603
5604 * eval.texi: Improve index entry. Remove redundant ones.
5605
5606 * numbers.texi: Improve index entries. Remove redundant/useless ones.
5607
5608 * files.texi: Improve index entries. Remove redundant/useless ones.
5609
5610 * objects.texi: Improve index entries.
5611
5612 * processes.texi: Improve index entries.
5613
5614 * modes.texi: Improve index entry. Remove redundant one.
5615
5616 * nonascii.texi: Improve index entries.
5617
5618 * internals.texi: Improve index entries.
5619
5620 * syntax.texi: Improve index entries.
5621
5622 * keymaps.texi (Active Keymaps): Improve index entries.
5623
5624 * commands.texi: Improve index entries. Remove redundant/useless ones.
5625
5626 * frames.texi: Improve index entries. Remove redundant/useless ones.
5627
5628 * markers.texi: Improve index entries. Remove redundant ones.
5629
5630 * tips.texi: Improve index entries.
5631
5632 * loading.texi (Unloading): Improve index entry.
5633
5634 * variables.texi: Improve index entries. Remove redundant one.
5635
5636 * sequences.texi: Improve index entry.
5637
5638 * display.texi: Improve index entries. Remove redundant ones.
5639
5640 * windows.texi: Improve index entries.
5641
5642 * searching.texi: Improve index entries. Remove redundant one.
5643
5644 * strings.texi (Case Tables): Improve last change.
5645
56462007-04-04 Chong Yidong <cyd@stupidchicken.com>
5647
5648 * strings.texi (Case Tables): Document with-case-table and
5649 ascii-case-table.
5650
56512007-04-03 Karl Berry <karl@gnu.org>
5652
5653 * processes.texi (Network): Reword to improve page break.
5654
56552007-04-03 Eli Zaretskii <eliz@gnu.org>
5656
5657 * functions.texi (Inline Functions): Describe more disadvantages
5658 of defsubst, and make advice against it stronger.
5659
56602007-04-02 Karl Berry <karl@gnu.org>
5661
5662 * backups.texi (Backup Names): Avoid widow words.
5663 * modes.texi (Example Major Modes): Align last comment.
5664
56652007-04-01 Chong Yidong <cyd@stupidchicken.com>
5666
5667 * keymaps.texi (Remapping Commands): Document new arg to
5668 command-remapping.
5669
56702007-04-01 Karl Berry <karl@gnu.org>
5671
5672 * processes.texi (Low-Level Network): Typo.
5673 * loading.texi (Hooks for Loading): Avoid double "the".
5674 * keymaps.texi (Key Sequences): No double "and".
5675 (Changing Key Bindings): Shorten to improve line break.
5676
56772007-03-31 Glenn Morris <rgm@gnu.org>
5678
5679 * os.texi (Timers): Fix description of run-at-time TIME formats.
5680
56812007-03-31 Richard Stallman <rms@gnu.org>
5682
5683 * display.texi (Invisible Text): Correct buffer-invisibility-spec
5684 regarding ellipsis.
5685
56862007-03-31 Eli Zaretskii <eliz@gnu.org>
5687
5688 * intro.texi (nil and t):
5689 * symbols.texi (Plists and Alists):
5690 * variables.texi (Variable Aliases, Constant Variables):
5691 * functions.texi (Defining Functions):
5692 * advice.texi (Advising Primitives):
5693 * debugging.texi (Syntax Errors, Compilation Errors):
5694 * minibuf.texi (Minibuffer Windows):
5695 * commands.texi (Adjusting Point):
5696 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
5697 (Auto Major Mode, Major Mode Conventions):
5698 * help.texi (Describing Characters):
5699 * files.texi (Create/Delete Dirs, Information about Files)
5700 (File Locks, Writing to Files, Reading from Files)
5701 (Saving Buffers):
5702 * windows.texi (Resizing Windows, Cyclic Window Ordering):
5703 * frames.texi (Finding All Frames):
5704 * positions.texi (Buffer End, Motion):
5705 * markers.texi (The Region):
5706 * text.texi (Deletion, Near Point):
5707 * display.texi (Displaying Messages, Truncation):
5708 * os.texi (Processor Run Time):
5709 * tips.texi (Key Binding Conventions, Programming Tips)
5710 (Warning Tips, Documentation Tips, Comment Tips):
5711 * internals.texi (Memory Usage): Improve indexing.
5712
5713 * variables.texi (Frame-Local Variables):
5714 * functions.texi (Argument List):
5715 * loading.texi (Library Search):
5716 * streams.texi (Output Variables):
5717 * keymaps.texi (Translation Keymaps, Searching Keymaps):
5718 * searching.texi (Replacing Match, Search and Replace):
5719 * processes.texi (Byte Packing, Decoding Output)
5720 (Accepting Output, Network Servers, Shell Arguments):
5721 * display.texi (Abstract Display, Image Cache, Scroll Bars):
5722 * windows.texi (Window Point, Window Start):
5723 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
5724 * commands.texi (Reading Input, Keyboard Events):
5725 * minibuf.texi (Reading File Names, Minibuffer Completion)
5726 (Recursive Mini):
5727 * positions.texi (List Motion):
5728 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
5729 * numbers.texi (Arithmetic Operations, Math Functions)
5730 (Predicates on Numbers, Comparison of Numbers):
5731 (Numeric Conversions):
5732 * locals.texi (Standard Buffer-Local Variables):
5733 * maps.texi (Standard Keymaps):
5734 * os.texi (User Identification, System Environment, Recording Input)
5735 (X11 Keysyms):
5736 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
5737 * backups.texi (Backups and Auto-Saving):
5738 * customize.texi (Customization, Group Definitions)
5739 (Variable Definitions):
5740 * compile.texi (Byte Compilation): Improve index entries.
5741
57422007-03-31 Karl Berry <karl@gnu.org>
5743
5744 * macros.texi (Defining Macros): Avoid widow syllable.
5745
57462007-03-31 Eli Zaretskii <eliz@gnu.org>
5747
5748 * elisp.texi (Top): Postscript -> PostScript.
5749
5750 * display.texi (Images, Postscript Images): Postscript -> PostScript.
5751
57522007-03-31 Markus Triska <markus.triska@gmx.at>
5753
5754 * internals.texi (Writing Emacs Primitives): Untabify `For'.
5755
57562007-03-30 Karl Berry <karl@gnu.org>
5757
5758 * lists.texi (List-related Predicates): Remove spurious @need.
5759 (Setcdr): Use @smallexample to improve page break.
5760 (Association Lists) <assoc>: Reword to improve page break.
5761
5762 * strings.texi (String Conversion): Insert blank line to improve
5763 page break.
5764
5765 * numbers.texi (Random Numbers): Use @minus{}.
5766 (Math Functions): Use @minus{}.
5767
5768 * intro.texi (Acknowledgements): Avoid line breaks before middle
5769 initials.
5770
57712007-03-24 Eli Zaretskii <eliz@gnu.org>
5772
5773 * errors.texi (Standard Errors): Add an index entry.
5774
57752007-03-19 Richard Stallman <rms@gnu.org>
5776
5777 * os.texi (Recording Input): recent-keys now gives 300 keys.
5778
57792007-03-12 Glenn Morris <rgm@gnu.org>
5780
5781 * os.texi: Replace "daylight savings" with "daylight saving"
5782 throughout.
5783
57842007-03-05 Richard Stallman <rms@gnu.org>
5785
5dcb4c4e
SM
5786 * variables.texi (File Local Variables):
5787 Update enable-local-variables values.
b8d4c8d0
GM
5788
57892007-03-04 Richard Stallman <rms@gnu.org>
5790
5791 * syntax.texi (Control Parsing): Minor clarification.
5792
5793 * strings.texi (Formatting Strings): Clarify width, precision, flags.
5794
5795 * sequences.texi (Sequence Functions): Move string-bytes away,
5796 add xref.
5797
5798 * nonascii.texi (Text Representations): Move string-bytes here.
5799
5800 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
5801
5802 * minibuf.texi (Basic Completion): Minor clarification.
5803
5804 * markers.texi (The Mark): Clarify existence vs activation of mark.
5805 Other cleanup.
5806
5807 * display.texi (Finding Overlays): Write better example.
5808
5809 * compile.texi (Eval During Compile): Clarify putting macros
5810 in eval-when-compile.
5811
c5602427 58122007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
5813
5814 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 5815 load-read-function definition doc.
b8d4c8d0
GM
5816
58172007-02-21 Kim F. Storm <storm@cua.dk>
5818
5819 * strings.texi (Text Comparison): Mention that assoc-string
5820 converts symbols to strings before testing.
5821
58222007-02-17 Kim F. Storm <storm@cua.dk>
5823
5824 * processes.texi (Bindat Spec): Vector types can have optional
5825 element type.
5826 (Bindat Examples): Fix example. Add vector with element type.
5827
58282007-02-16 Andreas Schwab <schwab@suse.de>
5829
5830 * strings.texi (Formatting Strings): Document '+' flag.
5831
58322007-02-15 Juanma Barranquero <lekktu@gmail.com>
5833
5834 * strings.texi (Modifying Strings): Clarify that `clear-string'
5835 always converts the string to unibyte.
5836
58372007-02-14 Kim F. Storm <storm@cua.dk>
5838
5839 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5840 Rewrite glyph code description to refer to these functions.
5841 Remove details of encoding face number and char into integer code.
5842
58432007-02-03 Alan Mackenzie <acm@muc.de>
5844
5845 * loading.texi (Hooks for Loading): Make the description of
5846 `eval-after-load' more detailed, and amend the description of
5847 after-load-alist, in accordance with changes from 2006-05.
5848
58492007-02-03 Chong Yidong <cyd@stupidchicken.com>
5850
5851 * modes.texi (Defining Minor Modes): Document that a :require
5852 keyword or similar may be required to make saved customization
5853 variables work.
5854
58552007-02-03 Eli Zaretskii <eliz@gnu.org>
5856
5857 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
5858 Texinfo guidelines and with what texnfo-upd.el expects.
5859 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
5860 parts needed by `texinfo-multiple-files-update'.
5861
58622007-02-02 Eli Zaretskii <eliz@gnu.org>
5863
5864 * elisp.texi (Top): Update the top-level menus.
5865
5866 * syntax.texi (Categories): Add index entries.
5867
58682007-02-01 Juanma Barranquero <lekktu@gmail.com>
5869
5870 * display.texi (Attribute Functions): Fix name and description of
5871 the UNDERLINE arg of `set-face-underline-p'.
5872
58732007-01-29 Eli Zaretskii <eliz@gnu.org>
5874
5875 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5876 Variables", and "Standard Keymaps" to the detailed menu.
5877
5878 * variables.texi (Future Local Variables): Add index entry.
5879
58802007-01-28 Richard Stallman <rms@gnu.org>
5881
5882 * tips.texi (Coding Conventions): Clarify the tip about macros
5883 that define a function or a variable.
5884
5885 * files.texi (File Attributes): UID and GID can be floats.
5886 (Magic File Names): Explain why deferring all operations to
5887 the standard handler does not work.
5888
58892007-01-23 Martin Rudalics <rudalics@gmx.at>
5890
5891 * backups.texi (Reverting): Use "buffer" instead of "file"
5892 when talking about major and minor modes.
5893
58942007-01-21 Richard Stallman <rms@gnu.org>
5895
5896 * help.texi (Documentation): Add xref to Documentation Tips.
5897
58982007-01-14 Juanma Barranquero <lekktu@gmail.com>
5899
5900 * tips.texi (Coding Conventions): Fix typos.
5901
59022007-01-05 Richard Stallman <rms@gnu.org>
5903
5904 * modes.texi (Defining Minor Modes): Fix previous change.
5905
59062007-01-03 Richard Stallman <rms@gnu.org>
5907
5908 * customize.texi (Variable Definitions, Customization Types):
5909 Don't use * in doc string for defcustom.
5910
59112007-01-02 Richard Stallman <rms@gnu.org>
5912
5913 * variables.texi (Variable Aliases): Clarify that aliases vars
5914 always have the same value.
5915
5916 * processes.texi (Bindat Spec): Fix Texinfo usage.
5917
5918 * modes.texi (Defining Minor Modes): Explain effect of command
5919 defined with define-global-minor-mode on new buffers.
5920
59212006-12-30 Kim F. Storm <storm@cua.dk>
5922
5923 * keymaps.texi (Tool Bar): Describe `grow-only' value of
5924 `auto-resize-tool-bars'.
5925
59262006-12-30 Richard Stallman <rms@gnu.org>
5927
5928 * keymaps.texi (Active Keymaps): Fix previous change.
5929
59302006-12-30 Nick Roberts <nickrob@snap.net.nz>
5931
5932 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5933
59342006-12-30 Kim F. Storm <storm@cua.dk>
5935
5936 * processes.texi (Bindat Spec): Clarify using field names in
5937 length specifications.
5938
59392006-12-29 Kim F. Storm <storm@cua.dk>
5940
5941 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5942 Add count and index variables for eval forms in repeat blocks.
5943
59442006-12-24 Richard Stallman <rms@gnu.org>
5945
5dcb4c4e
SM
5946 * customize.texi (Variable Definitions):
5947 Document new name custom-add-frequent-value.
b8d4c8d0
GM
5948
59492006-12-19 Kim F. Storm <storm@cua.dk>
5950
5951 * commands.texi (Misc Events): User signals now result in sigusr1
5952 and sigusr2 events which are handled through special-event-map.
5953 (Special Events): User signals and drag-n-drop are special.
5954
59552006-12-17 Richard Stallman <rms@gnu.org>
5956
5957 * loading.texi (Named Features): Explain subfeatures better.
5958
5959 * customize.texi: Use "option" only for user options.
5960 For the keyword values inside defcustom etc, say "keywords".
5961 For :options value's elements, say "elements".
5962 :group should not be omitted.
5963
5964 * syntax.texi (Parsing Expressions): Split up node.
5965 (Motion via Parsing, Position Parse, Parser State)
5966 (Low-Level Parsing, Control Parsing): New subnodes.
5967 (Parser State): Document syntax-ppss-toplevel-pos.
5968
5969 * positions.texi (List Motion): Punctuation fix.
5970
5971 * files.texi (File Name Completion): Document PREDICATE arg
5972 to file-name-completion.
5973
59742006-12-16 Eli Zaretskii <eliz@gnu.org>
5975
5976 * internals.texi (Building Emacs, Writing Emacs Primitives):
5977 Add index entries.
5978
59792006-12-11 Richard Stallman <rms@gnu.org>
5980
5981 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5982 affects face menu. Explain how to make it non-nil without enabling
5983 any fontification.
5984
59852006-12-10 Chong Yidong <cyd@stupidchicken.com>
5986
5987 * modes.texi (Font Lock Basics): Document nil value of
5988 font-lock-defaults.
5989
59902006-12-10 Glenn Morris <rgm@gnu.org>
5991
5992 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5993 value for system-flag argument. Abbrev tables may not be empty
5994 when major modes are loaded.
5995
59962006-12-08 Juanma Barranquero <lekktu@gmail.com>
5997
5998 * makefile.w32-in (maintainer-clean): Partially revert last
5999 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
6000 to protect elisp-covers.texi.
6001
60022006-12-07 Juanma Barranquero <lekktu@gmail.com>
6003
6004 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
6005 Don't remove elisp* info files; they are already deleted by the
6006 `clean' and `distclean' targets, and they are in the $(infodir)
6007 directory, not the current one.
6008
60092006-12-04 Kim F. Storm <storm@cua.dk>
6010
6011 * commands.texi (Misc Events): Update signal events.
6012 (Event Examples): Add signal example.
6013
60142006-11-29 Richard Stallman <rms@gnu.org>
6015
6016 * frames.texi (Visibility of Frames): Explain visible windows
6017 can be covered by others. Add xref for raise-frame.
6018
60192006-11-28 Richard Stallman <rms@gnu.org>
6020
6021 * searching.texi (Regexp Special): Update when ^ is special.
6022
60232006-11-27 Eli Zaretskii <eliz@gnu.org>
6024
6025 * customize.texi (Customization, Common Keywords)
6026 (Group Definitions, Variable Definitions, Composite Types)
6027 (Type Keywords, Customization Types): Add index entries for
6028 various customization keywords.
6029
60302006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6031
6032 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
6033
c8763fb6 60342006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6035
6036 * frames.texi (Window System Selections): Remove clipboard from
6037 description of selection-coding-system.
6038
60392006-11-06 Richard Stallman <rms@gnu.org>
6040
6041 * lists.texi (List Variables): Document COMPARE-FN.
6042
6043 * keymaps.texi: Avoid use of "binding" to mean a relation;
6044 use it only to refer to the meaning associated with a key.
6045 (Keymaps): Change menu node description.
6046
6047 * elisp.texi (Top): Change menu node description.
6048
6049 * display.texi (Managing Overlays): Document overlay-recenter.
6050
60512006-10-29 Chong Yidong <cyd@stupidchicken.com>
6052
6053 * Makefile.in: Use relative paths to avoid advertising filesystem
6054 contents during compilation.
6055
60562006-10-23 Kim F. Storm <storm@cua.dk>
6057
6058 * commands.texi (Event Input Misc): Update unread-command-events.
6059
60602006-10-23 Nick Roberts <nickrob@snap.net.nz>
6061
6062 * lists.texi (Sets And Lists): Fix typos.
6063
60642006-10-18 Juanma Barranquero <lekktu@gmail.com>
6065
6066 * control.texi (Processing of Errors): Use @var for an argument,
6067 not @code.
6068
60692006-10-16 Richard Stallman <rms@gnu.org>
6070
6071 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6072
6073 * keymaps.texi (Format of Keymaps): Show all the keymap element
6074 patterns that result from menu items.
6075 (Key Lookup): Minor cleanups.
6076
6077 * modes.texi (Precalculated Fontification): Don't say that
6078 not setting font-lock-defaults avoids loading font-lock.
6079
6080 * help.texi (Documentation): Move xref to Emacs Manual here.
6081 (Documentation Basics): From here.
6082 Also doc emacs-lisp-docstring-fill-column.
6083
6084 * elisp.texi: Update version and ISBN.
6085
6086 * commands.texi (Interactive Call): Clarify KEYS arg to
6087 call-interactively is a vector.
6088 (Command Loop Info): Delete anchor in this-command-keys.
6089 Add anchor in this-command-keys-vector.
6090 (Recursive Editing): Document how recursive-edit
6091 handles the current buffer.
6092
60932006-10-13 Chong Yidong <cyd@stupidchicken.com>
6094
6095 * frames.texi (Frame Titles): %c and %l are ignored in
6096 frame-title-format.
6097
60982006-10-11 Richard Stallman <rms@gnu.org>
6099
6100 * keymaps.texi (Key Sequences): Clarify use of kbd.
6101
61022006-10-10 Kim F. Storm <storm@cua.dk>
6103
6104 * lists.texi (Sets And Lists): Add memql.
6105
61062006-10-03 Richard Stallman <rms@gnu.org>
6107
6108 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6109 Clarify :ascii: and :nonascii:.
6110
61112006-09-29 Juri Linkov <juri@jurta.org>
6112
6113 * modes.texi (%-Constructs): Reorder coding systems in the
6114 documentation of %z to the real order displayed in the modeline.
6115
61162006-09-25 Richard Stallman <rms@gnu.org>
6117
6118 * os.texi (Timers): Describe timer-max-repeats.
6119
61202006-09-25 Chong Yidong <cyd@stupidchicken.com>
6121
6122 * os.texi (Timers): Mention with-local-quit.
6123
61242006-09-24 Richard Stallman <rms@gnu.org>
6125
6126 * searching.texi (Searching and Matching): Mention property search.
6127
6128 * commands.texi (Command Loop Info): Explain how read-event affects
6129 this-command-keys.
6130
61312006-09-20 Richard Stallman <rms@gnu.org>
6132
6133 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6134
6135 * windows.texi (Window Start): Minor cleanups.
6136
61372006-09-20 Kim F. Storm <storm@cua.dk>
6138
6139 * windows.texi (Window Start): pos-visible-in-window-p allows
6140 specifying t for position to mean "end of window".
6141 Add window-line-height.
6142
6143 * anti.texi (Antinews): Mention window-line-height.
6144
61452006-09-19 David Kastrup <dak@gnu.org>
6146
6147 * keymaps.texi (Searching Keymaps): Small clarification.
6148
61492006-09-18 Richard Stallman <rms@gnu.org>
6150
6151 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
6152 cause keyboard menus.
6153 (Menu Keymaps): Likewise.
6154 (Defining Menus, Keyboard Menus): Clarify.
6155
6156 * text.texi (Fields): Clarify explanation of constrain-to-field.
6157
61582006-09-16 Eli Zaretskii <eliz@gnu.org>
6159
6160 * variables.texi (Tips for Defining): Fix a typo.
6161
61622006-09-15 Richard Stallman <rms@gnu.org>
6163
6164 * keymaps.texi (Remapping Commands, Searching Keymaps)
6165 (Active Keymaps): Clean up previous change.
6166
61672006-09-15 Jay Belanger <belanger@truman.edu>
6168
6169 * gpl.texi: Replace "Library Public License" by "Lesser Public
6170 License" throughout.
6171
61722006-09-15 David Kastrup <dak@gnu.org>
6173
6174 * keymaps.texi (Active Keymaps): Adapt description to use
6175 `get-char-property' instead `get-text-property'. Explain how
6176 mouse events change this. Explain the new optional argument of
6177 `key-binding' and its mouse-dependent lookup.
6178 (Searching Keymaps): Adapt description similarly.
6179 (Remapping Commands): Explain the new optional argument of
6180 `command-remapping'.
6181
61822006-09-14 Richard Stallman <rms@gnu.org>
6183
6184 * keymaps.texi (Searching Keymaps): Clarification.
6185 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
6186
61872006-09-13 Richard Stallman <rms@gnu.org>
6188
6189 * objects.texi (Character Type): Node split.
6190 Add xref to Describing Characters.
6191 (Basic Char Syntax, General Escape Syntax)
6192 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
6193
61942006-09-11 Richard Stallman <rms@gnu.org>
6195
6196 * display.texi (Display Table Format): Wording clarification.
6197 (Glyphs): Clarifications.
6198
61992006-09-10 Chong Yidong <cyd@stupidchicken.com>
6200
6201 * keymaps.texi (Active Keymaps): Mention that key-binding checks
6202 local maps.
6203
62042006-09-10 Kim F. Storm <storm@cua.dk>
6205
6206 * display.texi (Forcing Redisplay): Document return value of
6207 function redisplay.
6208
62092006-09-09 Richard Stallman <rms@gnu.org>
6210
6211 * windows.texi (Window Hooks): Explain limits of
6212 window-scroll-functions.
6213
6214 * display.texi (Fringe Indicators): Update for last change in
6215 indicate-buffer-boundaries.
6216
62172006-09-08 Richard Stallman <rms@gnu.org>
6218
6219 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
6220
62212006-09-06 Kim F. Storm <storm@cua.dk>
6222
6223 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
6224
6225 * windows.texi (Window Start): Update pos-visible-in-window-p.
6226
62272006-09-04 Richard Stallman <rms@gnu.org>
6228
6229 * processes.texi (Accepting Output): Explain SECONDS=0 for
6230 accept-process-output.
6231
6232 * os.texi (Idle Timers): Explain why timer functions should not
6233 loop until (input-pending-p).
6234
62352006-09-02 Eli Zaretskii <eliz@gnu.org>
6236
6237 * makefile.w32-in (usermanualdir): New variable.
6238 (elisp.dvi): Use it.
6239
62402006-09-01 Eli Zaretskii <eliz@gnu.org>
6241
6242 * buffers.texi (Buffer Modification): Fix last change.
6243
62442006-09-01 Chong Yidong <cyd@stupidchicken.com>
6245
5dcb4c4e
SM
6246 * buffers.texi (Buffer Modification):
6247 Document buffer-chars-modified-tick.
b8d4c8d0
GM
6248
62492006-08-31 Richard Stallman <rms@gnu.org>
6250
6251 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
6252
62532006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
6254
6255 * modes.texi (Syntactic Font Lock):
6256 Mention font-lock-syntactic-face-function
6257 instead of specific faces.
6258
62592006-08-29 Chong Yidong <cyd@stupidchicken.com>
6260
6261 * display.texi (Images): Add xrref to display-images-p.
6262
62632006-08-28 Kenichi Handa <handa@m17n.org>
6264
6265 * nonascii.texi (Lisp and Coding Systems): Fix description of
6266 detect-coding-region.
6267
62682006-08-27 Michael Olson <mwolson@gnu.org>
6269
6270 * processes.texi (Transaction Queues): Remove stray quote
6271 character.
6272
62732006-08-25 Richard Stallman <rms@gnu.org>
6274
6275 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
6276 Add xref.
6277
62782006-08-24 Chong Yidong <cyd@stupidchicken.com>
6279
6280 * os.texi (Timers): Avoid waiting inside timers.
6281
62822006-08-21 Lute Kamstra <lute@gnu.org>
6283
6284 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
6285
62862006-08-20 Richard Stallman <rms@gnu.org>
6287
6288 * os.texi (Idle Timers): New node, split out from Timers.
6289 Document current-idle-time.
6290 * commands.texi (Reading One Event): Update xref.
6291 * elisp.texi (Top): Update subnode menu.
6292
62932006-08-16 Richard Stallman <rms@gnu.org>
6294
6295 * keymaps.texi (Extended Menu Items): Show format of cached
6296 bindings in extended menu items.
6297
6298 * customize.texi (Variable Definitions): Explain when the
6299 standard value expression is evaluated.
6300
63012006-08-15 Chong Yidong <cyd@stupidchicken.com>
6302
6303 * commands.texi (Reading One Event): Explain idleness in
6304 `read-event'.
6305
63062006-08-12 Chong Yidong <cyd@stupidchicken.com>
6307
6308 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 6309 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
6310 relevant for Lisp programming.
6311 (Yank Commands): Rewrite introduction.
6312 (Undo): Clarify.
6313 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
6314 (Filling): Remove redundant comment. Clarify return value of
6315 current-justification.
6316 (Margins): Minor clarifications.
6317 (Adaptive Fill): Update default value of adaptive-fill-regexp.
6318 (Sorting): Update definition of sort-lines.
6319 (Columns): Clarify behavior of sort-columns.
6320 (Indent Tabs): Link to Tab Stops in Emacs manual.
6321 (Special Properties): Clarify.
6322 (Clickable Text): Mention Buttons package.
6323
63242006-08-12 Kevin Ryde <user42@zip.com.au>
6325
6326 * os.texi (Time Parsing): Add %z to description of
6327 format-time-string, as per docstring. Add cross reference to
6328 glibc manual for strftime.
6329
63302006-08-08 Richard Stallman <rms@gnu.org>
6331
6332 * modes.texi: Clean up wording in previous change.
6333
63342006-08-07 Chong Yidong <cyd@stupidchicken.com>
6335
6336 * modes.texi (Hooks): Clarify.
6337 (Major Mode Basics): Mention define-derived-mode explicitly.
6338 (Major Mode Conventions): Rebinding RET is OK for some modes.
6339 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 6340 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
6341 (Mode Line Basics): Clarify.
6342 (Mode Line Data): Mention help-echo and local-map in strings.
6343 Explain reason for treatment of non-risky variables.
6344 (Properties in Mode): Clarify.
6345 (Faces for Font Lock): Add font-lock-negation-char-face.
6346
63472006-08-04 Eli Zaretskii <eliz@gnu.org>
6348
6349 * strings.texi (Formatting Strings): Warn against arbitrary
6350 strings as first arg to `format'.
6351
63522006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
6353
6354 * text.texi (Clickable Text): Mention `help-echo' text property.
6355 Update intro, examples and associated explanations.
6356
63572006-07-31 Richard Stallman <rms@gnu.org>
6358
6359 * commands.texi: Update xrefs.
6360 (Event Mod): New node, cut out from old Translating Input.
6361
6362 * maps.texi: Update xrefs.
6363
6364 * keymaps.texi (Translation Keymaps): New node.
6365 Update xrefs from Translating Input to Translation Keymaps.
6366
6367 * elisp.texi (Top): Update subnode menu.
6368
6369 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
6370
6371 * os.texi (System Interface): Fix menu descriptions of some nodes.
6372 (Translating Input): Node deleted.
6373
63742006-07-31 Nick Roberts <nickrob@snap.net.nz>
6375
6376 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
6377
6378 * lists.texi (Sets And Lists): Likewise.
6379
63802006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
6381
6382 * text.texi (Fields): Mention POS
6383 requirement when narrowing is in effect.
6384
63852006-07-28 Richard Stallman <rms@gnu.org>
6386
6387 * display.texi (Face Attributes): Simplify wording.
6388 (Attribute Functions): Clarify meaning of new-frame default
6389 attribute settings.
6390
6391 * customize.texi (Common Keywords): Document how to use
6392 :package-version in a package not in Emacs.
6393
63942006-07-28 Kim F. Storm <storm@cua.dk>
6395
6396 * commands.texi (Reading One Event): Fix last change.
6397
63982006-07-26 Chong Yidong <cyd@stupidchicken.com>
6399
6400 * commands.texi (Reading One Event): Document SECONDS argument for
6401 read-event, read-char, and read-char-exclusive.
6402
64032006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6404
6405 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
6406 to ensure correct identification.
6407
64082006-07-24 Richard Stallman <rms@gnu.org>
6409
6410 * text.texi (Clickable Text): Clarify.
6411
6412 * sequences.texi (Vector Functions): Delete duplicate xref.
6413
6414 * objects.texi (Function Type): Clarify.
6415
6416 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
6417 modes.
6418
6419 * lists.texi (List Variables): New node.
6420 Material moved from other nodes.
6421
6422 * variables.texi (Setting Variables): add-to-list and
6423 add-to-ordered-list moved to List Variables node.
6424
64252006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
6426
6427 * text.texi (Links and Mouse-1):
6428 For mouse-on-link-p, expand on arg POS.
6429
64302006-07-21 Kim F. Storm <storm@cua.dk>
6431
6432 * display.texi (Forcing Redisplay): Don't mention systems which
6433 don't support sub-second timers for redisplay-preemption-period.
6434
6435 * os.texi (Terminal Output): Clarify text vs graphical terminal.
6436
64372006-07-21 Eli Zaretskii <eliz@gnu.org>
6438
6439 * frames.texi (Input Focus): Document that focus-follows-mouse has
6440 no effect on MS-Windows.
6441
64422006-07-18 Richard Stallman <rms@gnu.org>
6443
6444 * display.texi (Forcing Redisplay): Cleanups in previous change.
6445
6446 * processes.texi (Low-Level Network): Make menu more convenient.
6447
64482006-07-18 Kim F. Storm <storm@cua.dk>
6449
6450 * display.texi (Forcing Redisplay): redisplay-preemption-period
6451 only used on window systems. Add xref to Terminal Output.
6452
6453 * os.texi (Terminal Output): baud-rate only controls preemption on
6454 non-window systems. Add xref to Forcing Redisplay.
6455
6456 * processes.texi (Low-Level Network): Rename node "Make Network"
6457 to "Network Processes".
6458
64592006-07-18 Karl Berry <karl@gnu.org>
6460
6461 * variables.texi, functions.texi, customize.texi, loading.texi:
6462 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
6463
64642006-07-17 Chong Yidong <cyd@stupidchicken.com>
6465
6466 * commands.texi (Waiting): Document batch-mode sit-for behavior.
6467
64682006-07-17 Richard Stallman <rms@gnu.org>
6469
6470 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
6471 Put period and comma inside quotes.
6472
6473 * loading.texi, markers.texi: Use real doublequote inside menus.
6474
6475 * windows.texi: Put point and comma inside quotes.
6476 (Textual Scrolling): Use @samp for error message.
6477
6478 * variables.texi, tips.texi, syntax.texi, symbols.texi:
6479 * strings.texi, streams.texi, processes.texi, os.texi:
6480 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
6481 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
6482 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
6483 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
6484 Put point and comma inside quotes.
6485
6486 * control.texi (Processing of Errors): Add command-error-function.
6487
6488 * variables.texi (File Local Variables): Clarify that
6489 file local variables make buffer-local bindings.
6490
6491 * modes.texi (Syntactic Font Lock): Give default for
6492 font-lock-syntax-table.
6493
64942006-07-17 Nick Roberts <nickrob@snap.net.nz>
6495
6496 * text.texi (Special Properties): Clean up previous change.
6497
64982006-07-16 Karl Berry <karl@gnu.org>
6499
6500 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
6501 * control.texi: Fix bad page breaks through chapter 10 (control).
6502
6503 * anti.texi (Antinews): Reorder face-attribute fns to avoid
6504 underfull hbox.
6505
65062006-07-15 Nick Roberts <nickrob@snap.net.nz>
6507
6508 * text.texi (Special Properties): Describe fontified text property
6509 in relation to a character (not text).
6510
65112006-07-15 Kim F. Storm <storm@cua.dk>
6512
6513 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
6514 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
6515 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
6516
6517 * anti.texi (Antinews): Mention redisplay function.
6518 The kbd macro existed, but was not documented, before 22.x.
6519 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
6520
65212006-07-14 Nick Roberts <nickrob@snap.net.nz>
6522
6523 * display.texi (Displaying Messages): Add anchor.
6524
6525 * frames.texi (Dialog Boxes): Use it.
6526
65272006-07-12 Richard Stallman <rms@gnu.org>
6528
6529 * objects.texi (Frame Type): Explain nature of frames better.
6530
6531 * frames.texi (Frames): Explain nature of frames better.
6532
65332006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
6534
6535 * tips.texi (Coding Conventions): Explain why use cl at compile time.
6536
65372006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6538
6539 * frames.texi (Window System Selections): Mention scrap support for Mac.
6540 Default value of x-select-enable-clipboard is t on Mac.
6541
6542 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
6543
65442006-07-11 Kim F. Storm <storm@cua.dk>
6545
6546 * display.texi (Forcing Redisplay): Add `redisplay' function.
6547 Don't mention (sit-for -1) -- use (redisplay t) instead.
6548
6549 * commands.texi (Waiting): (sit-for -1) is no longer special.
6550 (sit-for 0) is equivalent to (redisplay).
6551 Iconifying/deiconifying no longer makes sit-for return.
6552
65532006-07-10 Nick Roberts <nickrob@snap.net.nz>
6554
6555 * display.texi (Buttons): Fix typo.
6556
6557 * index.texi, elisp.texi (New Symbols): Comment node out.
6558
65592006-07-09 Richard Stallman <rms@gnu.org>
6560
6561 * display.texi (Truncation): Clean up previous change.
6562
65632006-07-08 Richard Stallman <rms@gnu.org>
6564
6565 * commands.texi (Interactive Call): Use 3 as prefix in example
6566 for execute-extended-command.
6567
6568 * display.texi (Attribute Functions): Move paragraph about
6569 compatibility with Emacs < 21.
6570
65712006-07-09 Kim F. Storm <storm@cua.dk>
6572
6573 * display.texi (Refresh Screen): Clarify force-window-update.
6574 (Truncation): "Normally" indicated by fringe arrows.
6575
65762006-07-08 Eli Zaretskii <eliz@gnu.org>
6577
6578 * windows.texi (Textual Scrolling, Resizing Windows):
6579 * variables.texi (Constant Variables):
6580 * text.texi (Buffer Contents, Deletion, Changing Properties)
6581 (Property Search, Special Properties, Sticky Properties)
6582 (Links and Mouse-1, Fields, Change Hooks):
6583 * syntax.texi (Syntax Table Functions, Parsing Expressions)
6584 (Categories):
6585 * symbols.texi (Other Plists):
6586 * streams.texi (Output Variables):
6587 * processes.texi (Input to Processes, Query Before Exit):
6588 * positions.texi (Word Motion, Text Lines, List Motion):
6589 * os.texi (Init File, System Environment, Sound Output)
6590 (Session Management):
6591 * nonascii.texi (Text Representations, Character Sets)
6592 (Chars and Bytes, Locales):
6593 * modes.texi (Defining Minor Modes, Header Lines):
6594 * minibuf.texi (Minibuffer Contents):
6595 * markers.texi (Information from Markers):
6596 * lists.texi (List Elements, Building Lists, Association Lists):
6597 * keymaps.texi (Tool Bar):
6598 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
6599 * functions.texi (What Is a Function, Mapping Functions):
6600 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
6601 (Color Names, Text Terminal Colors, Display Feature Testing):
6602 * files.texi (Visiting Functions, File Name Components)
6603 (Unique File Names, Contents of Directories):
6604 * display.texi (Forcing Redisplay, Displaying Messages)
6605 (Temporary Displays, Font Selection, Auto Faces)
6606 (Font Lookup, Fringe Indicators, Display Margins)
6607 (Image Descriptors, Showing Images, Image Cache, Button Types)
6608 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
6609 (Display Table Format, Glyphs):
6610 * control.texi (Iteration):
6611 * commands.texi (Command Loop Info, Adjusting Point):
6612 * backups.texi (Making Backups, Auto-Saving):
6613 Remove @tindex entries.
6614
66152006-07-07 Kim F. Storm <storm@cua.dk>
6616
6617 * display.texi (Fringe Cursors): Fix typo.
6618 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
6619 (Overlay Arrow): Default is overlay-arrow fringe indicator.
6620
66212006-07-05 Richard Stallman <rms@gnu.org>
6622
6623 * text.texi (Buffer Contents): Add example of text props
6624 in result of buffer-substring.
6625 (Text Properties): Explain better about use of specific property names.
6626 (Property Search): Some cleanups; reorder some functions.
6627
6628 * keymaps.texi (Changing Key Bindings): Cleanup.
6629 Add xref to Key Binding Conventions.
6630
6631 * display.texi (Attribute Functions): Add examples for
6632 face-attribute-relative-p.
6633
6634 * tips.texi (Coding Conventions): Cleanup last change.
6635
66362006-07-05 Karl Berry <karl@gnu.org>
6637
6638 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
6639 Remove @setchapternewpage odd.
6640 Result is 1013 pages, down from 1100.
6641
6642 * anti.texi, customize.texi, display.texi, internals.texi:
6643 * minibuf.texi, modes.texi, tips.texi:
6644 Fix overfull/underfull boxes.
6645
66462006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6647
6648 * edebug.texi (Instrumenting):
6649 Add Edebug-specific findex for eval-buffer.
6650 * loading.texi (Loading):
6651 Replace eval-current-buffer with eval-buffer.
6652
66532006-06-30 Nick Roberts <nickrob@snap.net.nz>
6654
6655 * locals.texi (Standard Buffer-Local Variables): Update the list
6656 of variables.
6657
66582006-06-26 Nick Roberts <nickrob@snap.net.nz>
6659
6660 * files.texi (File Name Completion): Point user to the node
6661 "Reading File Names".
6662
66632006-06-24 Eli Zaretskii <eliz@gnu.org>
6664
6665 * files.texi (Contents of Directories): Document case-insensitive
6666 behavior on respective filesystems.
6667
6668 * objects.texi (Character Type): Document that Emacs signals an
6669 error for unsupported Unicode characters specified as \uNNNN.
6670
66712006-06-19 Richard Stallman <rms@gnu.org>
6672
6673 * processes.texi (Bindat Spec): Clarify previous change.
6674
66752006-06-16 Richard Stallman <rms@gnu.org>
6676
6677 * tips.texi (Coding Conventions): Better explain conventions
6678 for definition constructs.
6679
6680 * text.texi (Special Properties): String value of `read-only'
6681 serves as the error message.
6682
6683 * objects.texi (Character Type): Clarify prev. change.
6684 (Non-ASCII in Strings): Mention \u and \U.
6685
6686 * commands.texi (Using Interactive): Explain problem of
6687 markers, etc., in command-history.
6688
66892006-06-14 Kim F. Storm <storm@cua.dk>
6690
6691 * commands.texi (Waiting): Negative arg to sit-for forces
6692 redisplay even if input is pending.
6693
6694 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
6695 redisplay. Remove incorrect example of binding redisplay-dont-pause
6696 around (sit-for 0).
6697
66982006-06-13 Richard Stallman <rms@gnu.org>
6699
6700 * display.texi (Forcing Redisplay): Clarify previous change.
6701
67022006-06-13 Romain Francoise <romain@orebokech.com>
6703
6704 * display.texi (Forcing Redisplay): Fix typo.
6705
67062006-06-13 Kim F. Storm <storm@cua.dk>
6707
6708 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
6709
67102006-06-10 Luc Teirlinck <teirllm@auburn.edu>
6711
6712 * tips.texi (Coding Conventions): Add `@end itemize'.
6713
67142006-06-10 Richard Stallman <rms@gnu.org>
6715
6716 * tips.texi (Coding Conventions): Explain use of coding systems
6717 to ensure one decoding for strings.
6718
67192006-06-09 Aidan Kehoe <kehoea@parhasard.net>
6720
6721 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
6722 syntax.
6723
67242006-06-07 Eli Zaretskii <eliz@gnu.org>
6725
6726 * display.texi (Font Selection): Remove description of
6727 clear-face-cache.
6728
6729 * compile.texi (Eval During Compile): Fix a typo. Add index
6730 entries for possible uses of eval-when-compile.
6731
67322006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
6733
6734 * display.texi (Abstract Display): Fix typo.
6735
67362006-06-03 Eli Zaretskii <eliz@gnu.org>
6737
6738 * minibuf.texi (Minibuffer History) <history-add-new-input>:
6739 Reword variable's description.
6740
67412006-06-01 Richard Stallman <rms@gnu.org>
6742
6743 * windows.texi (Splitting Windows): Clarify splitting nonselected
6744 window.
6745
67462006-05-31 Juri Linkov <juri@jurta.org>
6747
6748 * minibuf.texi (Minibuffer History): Add history-add-new-input.
6749
67502006-05-30 Richard Stallman <rms@gnu.org>
6751
6752 * display.texi (Line Height): Fix errors in description of
10d1d0af 6753 default line height and line-height property.
b8d4c8d0
GM
6754
6755 * nonascii.texi (Default Coding Systems): Further clarification.
6756
67572006-05-29 Luc Teirlinck <teirllm@auburn.edu>
6758
6759 * internals.texi (Pure Storage): Mention that an overflow in pure
6760 space causes a memory leak.
6761 (Garbage Collection): If there was an overflow in pure space,
6762 `garbage-collect' returns nil.
6763
67642006-05-30 Eli Zaretskii <eliz@gnu.org>
6765
6766 * nonascii.texi (Default Coding Systems): Fix it some more.
6767
67682006-05-29 Eli Zaretskii <eliz@gnu.org>
6769
6770 * nonascii.texi (Default Coding Systems): Fix last change.
6771
67722006-05-29 Kenichi Handa <handa@m17n.org>
6773
6774 * nonascii.texi (find-operation-coding-system): Describe the new
6775 argument format (FILENAME . BUFFER).
6776
67772006-05-28 Richard Stallman <rms@gnu.org>
6778
6779 * tips.texi (Coding Conventions): Better explain reasons not to
6780 advise other packages or use `eval-after-load'.
6781
67822006-05-29 Kim F. Storm <storm@cua.dk>
6783
6784 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
6785 `bindat-idx' and `bindat-raw' for clarity.
6786
67872006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6788
6789 * processes.texi (Bindat Spec): Expand on `repeat' handler.
6790
6791 * display.texi (Display): Add "Abstract Display" to menu.
6792 (Abstract Display, Abstract Display Functions)
6793 (Abstract Display Example): New nodes.
6794 * elisp.texi (Top): Add "Abstract Display" to menu.
6795
67962006-05-27 Chong Yidong <cyd@stupidchicken.com>
6797
6798 * keymaps.texi (Key Sequences): Link to input events definition.
6799 (Format of Keymaps): Delete material duplicated in Keymap Basics.
6800
6801 * files.texi (Changing Files): Document updated argument list for
6802 copy-file.
6803
68042006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6805
6806 * processes.texi (Bindat Functions): Explain term "total length".
6807 Use it in bindat-length and bindat-pack descriptions.
6808
68092006-05-26 Eli Zaretskii <eliz@gnu.org>
6810
6811 * tips.texi (Coding Conventions): Advise against using
6812 eval-after-load in packages. Add an index entry.
6813
68142006-05-25 Juri Linkov <juri@jurta.org>
6815
6816 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
6817
6818 * modes.texi (%-Constructs): Add %e, %z, %Z.
6819
68202006-05-25 Richard Stallman <rms@gnu.org>
6821
6822 * elisp.texi (Top): Update subnode menu.
6823
6824 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
6825 (Keymaps): Update menu.
6826
68272006-05-25 Chong Yidong <cyd@stupidchicken.com>
6828
6829 * keymaps.texi (Key Sequences): Some clarifications.
6830
68312006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6832
6833 * processes.texi (Bindat Functions): Say "unibyte string"
6834 explicitly for bindat-unpack and bindat-pack descriptions.
6835 (Bindat Examples): Don't call `string-make-unibyte' in example.
6836
68372006-05-25 Chong Yidong <cyd@stupidchicken.com>
6838
5dcb4c4e 6839 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 6840 Explain string and vector representations of key sequences.
b8d4c8d0
GM
6841
6842 * keymaps.texi (Changing Key Bindings):
dd7b651b 6843 * commands.texi (Interactive Codes):
b8d4c8d0
GM
6844 * help.texi (Describing Characters): Refer to it.
6845
68462006-05-23 Luc Teirlinck <teirllm@auburn.edu>
6847
6848 * frames.texi (Pointer Shape): @end table -> @end defvar.
6849
68502006-05-22 Richard Stallman <rms@gnu.org>
6851
6852 * elisp.texi (Top): Update subnode menus.
6853
6854 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6855 Contents rewritten; material from old Pointer Shape node moved here.
6856
6857 * display.texi (Pointer Shape): Node deleted.
6858 (Image Descriptors): Minor cleanup.
6859
68602006-05-21 Richard Stallman <rms@gnu.org>
6861
6862 * syntax.texi (Parsing Expressions): Update info on which STATE
6863 elements are ignored.
6864
68652006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6866
6867 * hooks.texi (Standard Hooks): Correct typo.
6868
6869 * gpl.texi (GPL): ifinfo -> ifnottex.
6870
68712006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
6872
6873 * searching.texi (Simple Match Data): Warn about match data being
6874 set anew by every search.
6875
68762006-05-17 Richard Stallman <rms@gnu.org>
6877
6878 * minibuf.texi (Minibuffer History): Clarify.
6879
6880 * searching.texi (Regexp Special): Clarify nested regexp warning.
6881
68822006-05-16 Kim F. Storm <storm@cua.dk>
6883
6884 * minibuf.texi (Minibuffer History): Update add-to-history.
6885
68862006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
6887
5dcb4c4e
SM
6888 * nonascii.texi (Explicit Encoding):
6889 Fix typo (encoding<->decoding).
b8d4c8d0
GM
6890
68912006-05-14 Richard Stallman <rms@gnu.org>
6892
6893 * buffers.texi (Creating Buffers): Cleanup.
6894
6895 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6896
68972006-05-13 Eli Zaretskii <eliz@gnu.org>
6898
6899 * buffers.texi (Current Buffer): Document that with-temp-buffer
6900 disables undo.
6901
6902 * os.texi (Terminal-Specific): More accurate description of how
6903 Emacs searches for the terminal-specific libraries.
6904
69052006-05-12 Eli Zaretskii <eliz@gnu.org>
6906
6907 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6908 emacs-xtra to @inforef's.
6909
6910 * text.texi (Undo): Document that undo is turned off in buffers
6911 whose names begin with a space.
6912
6913 * buffers.texi (Buffer Names): Add index entries for buffers whose
6914 names begin with a space.
6915 (Creating Buffers): Document that undo is turned off in buffers
6916 whose names begin with a space.
6917
6918 * files.texi (Visiting Functions, Reading from Files)
6919 (Saving Buffers): Mention code and EOL conversions by file I/O
6920 primitives and subroutines.
6921
f4e90db0
SM
6922 * nonascii.texi (Lisp and Coding Systems):
6923 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
6924
6925 * display.texi (Defining Faces): Mention `mac', and add an xref to
6926 where window-system is described.
6927
69282006-05-10 Richard Stallman <rms@gnu.org>
6929
6930 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6931
69322006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6933
6934 * variables.texi (File Local Variables): Recommend to quote lambda
6935 expressions in safe-local-variable property.
6936
69372006-05-09 Richard Stallman <rms@gnu.org>
6938
5dcb4c4e
SM
6939 * variables.texi (File Local Variables):
6940 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
6941
69422006-05-07 Kim F. Storm <storm@cua.dk>
6943
6944 * minibuf.texi (Minibuffer History): Remove keep-dups arg
6945 from add-to-history.
6946
69472006-05-07 Romain Francoise <romain@orebokech.com>
6948
6949 * commands.texi (Event Input Misc):
6950 * compile.texi (Eval During Compile):
6951 * internals.texi (Buffer Internals):
6952 * minibuf.texi (Initial Input):
6953 * nonascii.texi (Scanning Charsets):
6954 * numbers.texi (Comparison of Numbers):
6955 * windows.texi (Textual Scrolling, Vertical Scrolling):
6956 Fix various typos.
6957
69582006-05-06 Eli Zaretskii <eliz@gnu.org>
6959
6960 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6961 conditional xref's to either emacs or emacs-xtra, depending on
6962 @iftex/@ifnottex.
6963
6964 * minibuf.texi (Minibuffer History): Document add-to-history.
6965
69662006-05-05 Eli Zaretskii <eliz@gnu.org>
6967
6968 * internals.texi (Pure Storage): Mention the pure overflow message
6969 at startup.
6970
c8763fb6 69712006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6972
6973 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6974 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6975 search.
6976
69772006-05-01 Richard Stallman <rms@gnu.org>
6978
6979 * intro.texi (nil and t): Clarify.
6980
6981 * variables.texi (File Local Variables): Suggest using booleanp.
6982
69832006-05-01 Juanma Barranquero <lekktu@gmail.com>
6984
6985 * objects.texi (Type Predicates): Fix typos.
6986
69872006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6988
6989 * intro.texi (nil and t): Add booleanp.
6990
6991 * objects.texi (Type Predicates): Add links for booleanp and
6992 string-or-null-p.
6993
69942006-04-29 Richard Stallman <rms@gnu.org>
6995
6996 * modes.texi (Multiline Font Lock): Rename from
6997 Multi line Font Lock Elements. Much clarification.
6998 (Font Lock Multiline, Region to Fontify): Much clarification.
6999
70002006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7001
7002 * variables.texi (File Local Variables): Remove the special case t for
7003 safe-local-variable.
7004
70052006-04-26 Richard Stallman <rms@gnu.org>
7006
7007 * syntax.texi (Parsing Expressions): Minor cleanup.
7008
70092006-04-18 Richard Stallman <rms@gnu.org>
7010
7011 * tips.texi (Coding Conventions): Explain when the package's
7012 prefix should appear later on (not at the start of the name).
7013
7014 * searching.texi (String Search): Clarify effect of NOERROR.
7015
7016 * modes.texi (Imenu): Clarify what special items do.
7017
7018 * hooks.texi (Standard Hooks): Delete text about old hook names.
7019
70202006-04-17 Romain Francoise <romain@orebokech.com>
7021
7022 * variables.texi (Local Variables): Update the default value of
7023 `max-specpdl-size'.
7024
70252006-04-15 Michael Olson <mwolson@gnu.org>
7026
7027 * processes.texi (Transaction Queues): Mention the new optional
7028 `delay-question' argument for `tq-enqueue'.
7029
70302006-04-13 Bill Wohler <wohler@newt.com>
7031
7032 * customize.texi (Common Keywords): Use dotted notation for
7033 :package-version value. Specify its values. Improve documentation
7034 for customize-package-emacs-version-alist.
7035
70362006-04-12 Bill Wohler <wohler@newt.com>
7037
7038 * customize.texi (Common Keywords): Move description of
7039 customize-package-emacs-version-alist to @defvar.
7040
70412006-04-10 Bill Wohler <wohler@newt.com>
7042
7043 * customize.texi (Common Keywords): Add :package-version.
7044
70452006-04-10 Kim F. Storm <storm@cua.dk>
7046
7047 * text.texi (Buffer Contents): Add NOPROPS arg to
7048 filter-buffer-substring.
7049
70502006-04-08 Kevin Ryde <user42@zip.com.au>
7051
7052 * os.texi (Command-Line Arguments): Update xref to emacs manual
7053 "Command Arguments" -> "Emacs Invocation", per change there.
7054
70552006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
7056
7057 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7058 be on one line to help makeinfo not render two spaces after the dot.
7059
70602006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7061
7062 * strings.texi (Predicates for Strings): Add string-or-null-p.
7063
70642006-03-28 Kim F. Storm <storm@cua.dk>
7065
7066 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7067 remarks about systems that don't support fractional seconds.
7068
70692006-03-25 Karl Berry <karl@gnu.org>
7070
7071 * elisp.texi: Use @copyright{} instead of (C), and do not indent
7072 the year list.
7073
70742006-03-21 Nick Roberts <nickrob@snap.net.nz>
7075
7076 * display.texi (Fringe Indicators): Fix typos.
7077
70782006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7079
7080 * tips.texi (Documentation Tips): One can now also write `program'
7081 in front of a quoted symbol in a docstring to prevent making a
7082 hyperlink.
7083
70842006-03-19 Alan Mackenzie <acm@muc.de>
7085
7086 * text.texi (Special Properties): Clarify `fontified' property.
7087
70882006-03-16 Richard Stallman <rms@gnu.org>
7089
7090 * display.texi (Defining Images): Minor cleanup.
7091
70922006-03-16 Bill Wohler <wohler@newt.com>
7093
7094 * display.texi (Defining Images): In image-load-path-for-library,
7095 prefer user's images.
7096
70972006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7098
7099 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7100
71012006-03-15 Bill Wohler <wohler@newt.com>
7102
7103 * display.texi (Defining Images): Fix example in
7104 image-load-path-for-library by not recommending that one binds
7105 image-load-path. Just defvar it to placate compiler and only use
7106 it if previously defined.
7107
71082006-03-14 Bill Wohler <wohler@newt.com>
7109
7110 * display.texi (Defining Images): In image-load-path-for-library,
7111 always return list of directories. Update example.
7112
71132006-03-14 Alan Mackenzie <acm@muc.de>
7114
7115 * modes.texi: New node, "Region to Fontify" (for Font Lock).
7116 This describes font-lock-extend-region-function.
7117 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7118 the new node "Region to Fontify".
7119
71202006-03-13 Richard Stallman <rms@gnu.org>
7121
7122 * display.texi (Invisible Text): The impossible position is
7123 now before the invisible text, not after.
7124 (Defining Images): Clean up last change.
7125
71262006-03-11 Bill Wohler <wohler@newt.com>
7127
7128 * display.texi (Defining Images): Add image-load-path-for-library.
7129
71302006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7131
7132 * text.texi (Adaptive Fill): Fix Texinfo usage.
7133
7134 * strings.texi (Creating Strings): Fix Texinfo usage.
7135
7136 * searching.texi (Regexp Special): Use @samp for regular
7137 expressions that are not in Lisp syntax.
7138
71392006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7140
7141 * searching.texi (Regexp Special): Put remark between parentheses
7142 to avoid misreading.
7143
71442006-03-07 Luc Teirlinck <teirllm@auburn.edu>
7145
7146 * searching.texi (Syntax of Regexps): More accurately describe
7147 which characters are special in which situations.
7148 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
7149 are not special. Describe in detail when `[' and `]' are special.
7150 (Regexp Backslash): Plenty of regexps with unbalanced square
7151 brackets are valid, so reword that statement.
7152
71532006-03-02 Kim F. Storm <storm@cua.dk>
7154
7155 * keymaps.texi (Tool Bar): Add tool-bar-border.
7156
71572006-02-28 Luc Teirlinck <teirllm@auburn.edu>
7158
7159 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
7160
71612006-02-27 Luc Teirlinck <teirllm@auburn.edu>
7162
7163 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
7164
7165 * files.texi (Locating Files): Suggest additional values for the
7166 SUFFIXES arg of `locate-file'. Update pxref.
7167
7168 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
7169 (How Programs Do Loading): Discuss the effects of Auto Compression
7170 mode on `load'.
7171 (Load Suffixes): New node.
7172 (Library Search): Delete description of `load-suffixes'; it was
7173 moved to "Load Suffixes".
7174 (Autoload, Named Features): Mention `load-suffixes'.
7175
71762006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7177
7178 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
7179
7180 * windows.texi (Window Tree): Fix typo.
7181
71822006-02-20 Kim F. Storm <storm@cua.dk>
7183
7184 * display.texi (Fringe Indicators): New section.
7185 Move indicate-empty-lines, indicate-buffer-boundaries, and
7186 default-indicate-buffer-boundaries here.
7187 Add fringe-indicator-alist and default-fringes-indicator-alist.
7188 Add list of logical fringe indicator symbols.
7189 Update list of standard bitmap names.
7190 (Fringe Cursors): New section.
7191 Move overflow-newline-into-fringe here.
7192 Add fringe-cursor-alist and default-fringes-cursor-alist.
7193 Add list of fringe cursor symbols.
7194
71952006-02-20 Juanma Barranquero <lekktu@gmail.com>
7196
7197 * commands.texi (Using Interactive): Fix reference to node
7198 "Minibuffers".
7199
72002006-02-19 Richard M. Stallman <rms@gnu.org>
7201
7202 * minibuf.texi (High-Level Completion):
7203 Add xref to read-input-method-name.
7204
7205 * files.texi (Relative File Names): Move file-relative-name here.
7206 (File Name Expansion): From here. Minor clarifications.
7207
7208 * commands.texi (Using Interactive): Add xrefs about reading input.
7209 Clarify remarks about that moving point and mark.
7210 Put string case before list case.
7211
c8763fb6 72122006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
7213
7214 * display.texi (Other Display Specs, Image Descriptors):
7215 Revert erroneous changes. The previous description of
7216 image-descriptors as `(image . PROPS)' was correct.
7217
72182006-02-14 Richard M. Stallman <rms@gnu.org>
7219
7220 * variables.texi (File Local Variables): Clarifications.
7221
72222006-02-14 Juanma Barranquero <lekktu@gmail.com>
7223
7224 * variables.texi (File Local Variables): Use @code for a cons
7225 cell, not @var.
7226
72272006-02-13 Chong Yidong <cyd@stupidchicken.com>
7228
7229 * variables.texi (File Local Variables): Document new file local
7230 variable behavior.
7231
72322006-02-10 Kim F. Storm <storm@cua.dk>
7233
7234 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
7235
72362006-02-08 Juanma Barranquero <lekktu@gmail.com>
7237
7238 * modes.texi (%-Constructs): Remove obsolete info about
7239 `global-mode-string'.
7240
72412006-02-07 Richard M. Stallman <rms@gnu.org>
7242
7243 * commands.texi (Prefix Command Arguments): Minor cleanup.
7244
7245 * display.texi: "Graphical display", not window system.
7246
7247 * functions.texi (What Is a Function): Fix xref.
7248
7249 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
7250 (Changing Key Bindings): Clarify when remapping is better than
7251 substitute-key-definition.
7252
72532006-02-02 Richard M. Stallman <rms@gnu.org>
7254
7255 * minibuf.texi (Basic Completion): Completion alists are risky.
7256
7257 * keymaps.texi (Active Keymaps): Clarifications.
7258 (Searching Keymaps): New node.
7259 (Keymaps): Update menu.
7260
7261 * frames.texi (Layout Parameters): Minor clarification.
7262 (Drag and Drop): New node.
7263 (Frames): Update menu.
7264
72652006-01-29 Chong Yidong <cyd@stupidchicken.com>
7266
7267 * display.texi (Other Display Specs, Image Descriptors):
7268 Image description is a list, not a cons cell.
7269
72702006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7271
7272 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
7273 list is not necessarily a list).
7274
72752006-01-27 Eli Zaretskii <eliz@gnu.org>
7276
7277 * frames.texi (Layout Parameters): border-width and
7278 internal-border-width belong to the frame, not the window.
7279
72802006-01-19 Richard M. Stallman <rms@gnu.org>
7281
7282 * nonascii.texi (Translation of Characters): Search cmds use
7283 translation-table-for-input. Automatically made local.
7284
7285 * markers.texi (Overview of Markers): Count insertion type
7286 as one of a marker's attributes.
7287
7288 * keymaps.texi (Controlling Active Maps): New node, split out of
7289 Active Keymaps.
7290 (Keymaps): Menu updated.
7291 (Active Keymaps): Give pseudocode to explain how the active
7292 maps are searched. current-active-maps and key-binding moved here.
7293 (Functions for Key Lookup): current-active-maps and key-binding moved.
7294 Clarifications.
7295 (Searching the Keymaps): New subnode.
7296
7297 * elisp.texi (Top): Menu clarification.
7298
7299 * display.texi (Other Display Specs): Delete duplicate entry for
7300 just a string as display spec. Move text about recursive display
7301 specs on such a string.
7302
7303 * commands.texi (Key Sequence Input): Clarify.
7304 Move num-nonmacro-input-events out.
7305 (Reading One Event): num-nonmacro-input-events moved here.
7306
73072006-01-14 Nick Roberts <nickrob@snap.net.nz>
7308
7309 * advice.texi (Simple Advice): Update example to fit argument
7310 change in previous-line.
7311
73122006-01-05 Richard M. Stallman <rms@gnu.org>
7313
7314 * markers.texi (The Mark): Fix in `mark'.
7315
73162006-01-04 Richard M. Stallman <rms@gnu.org>
7317
7318 * processes.texi (Misc Network, Make Network): Minor cleanups.
7319
73202006-01-04 Kim F. Storm <storm@cua.dk>
7321
7322 * processes.texi (Make Network): Add IPv6 addresses and handling.
7323 (Network Feature Testing): Mention (:family ipv6).
7324 (Misc Network): Add IPv6 formats to format-network-address.
7325
73262005-12-30 Richard M. Stallman <rms@gnu.org>
7327
7328 * text.texi (Changing Properties):
7329 Don't use return value of set-text-properties.
7330
73312005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7332
7333 * modes.texi (Mode Line Format): Correct typo in menu.
7334
73352005-12-29 Richard M. Stallman <rms@gnu.org>
7336
7337 * modes.texi (Mode Line Top): New node.
7338 (Mode Line Data): Some text moved to new node.
7339 Explain the data structure more concretely.
7340 (Mode Line Basics): Clarifications.
7341 (Mode Line Variables): Clarify intro paragraph.
7342 (%-Constructs): Clarify intro paragraph.
7343 (Mode Line Format): Update menu.
7344
73452005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7346
7347 * minibuf.texi (Basic Completion): Update lazy-completion-table
7348 examples for removal of ARGS argument.
7349
73502005-12-23 Richard M. Stallman <rms@gnu.org>
7351
7352 * text.texi (Undo): Restore some explanation from the version
7353 that was deleted.
7354
73552005-12-23 Eli Zaretskii <eliz@gnu.org>
7356
7357 * text.texi (Undo): Remove duplicate descriptions of `apply
7358 funname' and `apply delta' elements of the undo list.
7359
73602005-12-20 Richard M. Stallman <rms@gnu.org>
7361
7362 * help.texi (Help Functions): Update documentation of `apropos'.
7363
73642005-12-20 Luc Teirlinck <teirllm@auburn.edu>
7365
7366 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
7367 because it is confusing. If the :help-echo keyword is a function,
7368 it is not directly used as the :help-echo overlay property, as the
7369 xref seems to suggest (it does not take the appropriate args).
7370
73712005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7372
7373 * customize.texi (Common Keywords): Fix Texinfo usage.
7374 (Group Definitions, Variable Definitions): Update for new
7375 conventions for using `*' in docstrings.
7376
7377 * tips.texi (Documentation Tips): Update for new conventions for
7378 using `*' in docstrings.
7379
73802005-12-16 Richard M. Stallman <rms@gnu.org>
7381
7382 * minibuf.texi (Minibuffer Contents): Minor cleanup.
7383
73842005-12-16 Juri Linkov <juri@jurta.org>
7385
7386 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
7387
73882005-12-14 Romain Francoise <romain@orebokech.com>
7389
7390 * modes.texi (Customizing Keywords): Rename `append' to `how'.
7391 Fix typo.
7392
73932005-12-11 Juri Linkov <juri@jurta.org>
7394
7395 * minibuf.texi (Completion Commands): Add mention of read-file-name
7396 for filename completion keymaps.
7397 (Reading File Names): Add mention of filename completion keymaps
7398 for read-file-name and xref to `Completion Commands'.
7399
74002005-12-10 Richard M. Stallman <rms@gnu.org>
7401
7402 * customize.texi (Common Keywords): State caveats for use of :tag.
7403
74042005-12-08 Richard M. Stallman <rms@gnu.org>
7405
7406 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
7407 with xrefs and better explanation.
7408 (Completion Commands): Add the filename completion maps.
7409
7410 * objects.texi (Character Type): Clarify that \s is not space
7411 if a dash follows.
7412
74132005-12-05 Richard M. Stallman <rms@gnu.org>
7414
7415 * windows.texi (Resizing Windows): Delete preserve-before args.
7416
74172005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7418
7419 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
7420 in full keymaps, since the quirk has been fixed.
7421
74222005-12-03 Eli Zaretskii <eliz@gnu.org>
7423
5dcb4c4e
SM
7424 * hooks.texi (Standard Hooks): Add index entries.
7425 Mention `compilation-finish-functions'.
b8d4c8d0
GM
7426
74272005-11-27 Richard M. Stallman <rms@gnu.org>
7428
7429 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
7430
74312005-11-21 Juri Linkov <juri@jurta.org>
7432
7433 * customize.texi (Common Keywords): Update links types
7434 custom-manual and url-link. Add link types emacs-library-link,
7435 file-link, function-link, variable-link, custom-group-link.
7436
74372005-11-20 Chong Yidong <cyd@stupidchicken.com>
7438
7439 * display.texi: Revert 2005-11-20 change.
7440
74412005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
7442
7443 * processes.texi (Bindat Functions):
7444 Say "third" to refer to zero-based index "2".
7445
74462005-11-18 Luc Teirlinck <teirllm@auburn.edu>
7447
7448 * loading.texi (Library Search): Update the default value of
7449 `load-suffixes'.
7450
74512005-11-17 Chong Yidong <cyd@stupidchicken.com>
7452
7453 * display.texi (Attribute Functions): Mention :ignore-defface.
7454
74552005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
7458 (Minor Mode Conventions): Mention the use of a hook.
7459
74602005-11-06 Richard M. Stallman <rms@gnu.org>
7461
7462 * files.texi (Magic File Names): find-file-name-handler checks the
7463 `operations' property of the handler.
7464
74652005-11-03 Richard M. Stallman <rms@gnu.org>
7466
7467 * variables.texi (Frame-Local Variables): Small clarification.
7468
74692005-10-29 Chong Yidong <cyd@stupidchicken.com>
7470
7471 * os.texi (Init File): Document ~/.emacs.d/init.el.
7472
74732005-10-29 Richard M. Stallman <rms@gnu.org>
7474
7475 * internals.texi (Garbage Collection): Document memory-full.
7476
74772005-10-28 Bill Wohler <wohler@newt.com>
7478
7479 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
7480 for URLs.
7481
74822005-10-28 Richard M. Stallman <rms@gnu.org>
7483
7484 * minibuf.texi (Completion Commands): Clean up prev change.
7485
74862005-10-26 Kevin Ryde <user42@zip.com.au>
7487
7488 * compile.texi (Eval During Compile): Explain recommended uses
7489 of eval-when-compile and eval-and-compile.
7490
74912005-10-27 Masatake YAMATO <jet@gyve.org>
7492
7493 * minibuf.texi (Completion Commands):
7494 Write about new optional argument for `display-completion-list'.
7495
74962005-10-23 Richard M. Stallman <rms@gnu.org>
7497
7498 * display.texi (Overlay Arrow): Clarify about local bindings of
7499 overlay-arrow-position.
7500
75012005-10-22 Eli Zaretskii <eliz@gnu.org>
7502
7503 * internals.texi (Building Emacs): Fix last change.
7504
75052005-10-22 Richard M. Stallman <rms@gnu.org>
7506
7507 * internals.texi (Building Emacs): Document eval-at-startup.
7508
75092005-10-21 Richard M. Stallman <rms@gnu.org>
7510
7511 * loading.texi (Where Defined): load-history contains abs file names.
7512 symbol-file returns abs file names.
7513
75142005-10-19 Kim F. Storm <storm@cua.dk>
7515
7516 * display.texi (Showing Images): Add max-image-size integer value.
7517
75182005-10-18 Chong Yidong <cyd@stupidchicken.com>
7519
7520 * display.texi (Showing Images): Document max-image-size.
7521
75222005-10-17 Richard M. Stallman <rms@gnu.org>
7523
7524 * commands.texi (Quitting): Minor clarification.
7525
7526 * processes.texi (Sentinels): Clarify about output and quitting.
7527 (Filter Functions): Mention with-local-quit.
7528
75292005-10-17 Juri Linkov <juri@jurta.org>
7530
7531 * buffers.texi (Current Buffer):
7532 * commands.texi (Event Input Misc):
7533 * compile.texi (Eval During Compile, Compiler Errors):
7534 * customize.texi (Group Definitions):
7535 * display.texi (Progress, Defining Faces):
7536 * files.texi (Writing to Files):
7537 * modes.texi (Mode Hooks, Defining Minor Modes):
7538 * streams.texi (Output Functions):
7539 * syntax.texi (Syntax Table Functions):
7540 * text.texi (Change Hooks):
7541 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
7542
7543 * commands.texi (Quitting): Replace arg `forms' with `body' in
7544 `with-local-quit'.
7545
7546 * positions.texi (Excursions): Replace arg `forms' with `body' in
7547 `save-excursion'.
7548
75492005-10-08 Kim F. Storm <storm@cua.dk>
7550
7551 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
7552 Rename manual section accordingly.
7553
75542005-10-04 Kim F. Storm <storm@cua.dk>
7555
7556 * windows.texi (Window Split Tree): New section describing
7557 new function window-split-tree function.
7558
75592005-10-03 Nick Roberts <nickrob@snap.net.nz>
7560
7561 * display.texi (Fringe Size/Pos): Simplify and add detail.
7562
75632005-09-30 Romain Francoise <romain@orebokech.com>
7564
7565 * minibuf.texi (High-Level Completion): Explain that the prompt
7566 given to `read-buffer' should end with a colon and a space.
7567 Update usage examples.
7568
75692005-09-29 Juri Linkov <juri@jurta.org>
7570
7571 * display.texi (Displaying Messages): Rename argument name
7572 `string' to `format-string' in functions `message', `message-box',
7573 `message-or-box'.
7574
75752005-09-26 Chong Yidong <cyd@stupidchicken.com>
7576
7577 * errors.texi (Standard Errors): Correct xrefs.
7578
75792005-09-18 Chong Yidong <cyd@stupidchicken.com>
7580
7581 * display.texi (Defining Images): Update documentation for
7582 `image-load-path'.
7583
75842005-09-17 Richard M. Stallman <rms@gnu.org>
7585
7586 * display.texi (Defining Images): Clean up previous change.
7587
75882005-09-16 Romain Francoise <romain@orebokech.com>
7589
7590 * elisp.texi: Specify GFDL version 1.2.
7591
7592 * doclicense.texi (GNU Free Documentation License): Update to
7593 version 1.2.
7594
75952005-09-15 Chong Yidong <cyd@stupidchicken.com>
7596
7597 * display.texi (Defining Images): Document `image-load-path'.
7598
75992005-09-15 Richard M. Stallman <rms@gnu.org>
7600
7601 * objects.texi (Printed Representation): Minor cleanup.
7602 (Box Diagrams): Minor fix.
7603 (Cons Cell Type): Move (...) index item here.
7604 (Box Diagrams): From here.
7605 (Array Type): Minor fix.
7606 (Type Predicates): Delete index "predicates".
7607 (Hash Table Type): Clarify xref.
7608 (Dotted Pair Notation): Minor fix.
7609
76102005-09-10 Chong Yidong <cyd@stupidchicken.com>
7611
7612 * files.texi (Saving Buffers): Fix typo.
7613
76142005-09-08 Richard M. Stallman <rms@gnu.org>
7615
7616 * tips.texi (Programming Tips): Correct the "default" prompt spec.
7617
76182005-09-08 Chong Yidong <cyd@stupidchicken.com>
7619
7620 * locals.texi (Standard Buffer-Local Variables): Don't include
7621 mode variables for minor modes.
7622 Fix xrefs for buffer-display-count, buffer-display-table,
7623 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
7624 enable-multibyte-characters, fill-column, header-line-format,
7625 left-fringe-width, left-margin, and right-fringe-width.
7626
7627 * hooks.texi (Standard Hooks): All hooks should conform to the
7628 standard naming convention now.
7629 Fix xref for `echo-area-clear-hook'.
7630
7631 * display.texi (Usual Display): Note that indicate-empty-lines and
7632 tab-width are buffer-local.
7633
7634 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
7635
7636 * modes.texi (Mode Help): Note that major-mode is buffer-local.
7637
7638 * nonascii.texi (Encoding and I/O): Note that
7639 buffer-file-coding-system is buffer-local.
7640
7641 * positions.texi (List Motion): Note that defun-prompt-regexp is
7642 buffer-local.
7643
7644 * text.texi (Auto Filling): Note that auto-fill-function is
7645 buffer-local.
7646 (Undo): Note that buffer-undo-list is buffer-local.
7647
5dcb4c4e
SM
7648 * windows.texi (Buffers and Windows):
7649 Document buffer-display-count.
b8d4c8d0
GM
7650
76512005-09-06 Richard M. Stallman <rms@gnu.org>
7652
7653 * tips.texi (Coding Conventions): Sometimes it is ok to put the
7654 package prefix elsewhere than at the start of the name.
7655
76562005-09-03 Richard M. Stallman <rms@gnu.org>
7657
7658 * tips.texi (Programming Tips): Add conventions for minibuffer
7659 questions and prompts.
7660
76612005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
7662
7663 * intro.texi (nil and t): Minor cleanup.
7664 Delete spurious mention of keyword symbols.
7665 (Evaluation Notation): Add index entry.
7666 (A Sample Function Description): Minor cleanup.
7667 (A Sample Variable Description): Not all vars can be set.
7668
76692005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
7670
7671 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
7672
7673 (Insertion): Document precise type of `insert-char' arg COUNT.
7674
76752005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * modes.texi (Other Font Lock Variables): Sync the default of
7678 font-lock-lines-before.
7679
76802005-08-31 Michael Albinus <michael.albinus@gmx.de>
7681
7682 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
7683
76842005-08-29 Richard M. Stallman <rms@gnu.org>
7685
7686 * elisp.texi (Top): Update subnode menu.
7687
7688 * searching.texi (Searching and Matching): Move node.
7689 Rearrange contents and add overall explanation.
7690 (Searching and Case): Move node.
7691 (Searching and Matching): Update menu.
7692
76932005-08-27 Eli Zaretskii <eliz@gnu.org>
7694
7695 * os.texi (Startup Summary): Fix the description of the initial
7696 startup message display.
7697
76982005-08-25 Richard M. Stallman <rms@gnu.org>
7699
7700 * searching.texi (Search and Replace): Add replace-regexp-in-string.
7701
77022005-08-25 Emilio C. Lopes <eclig@gmx.net>
7703
7704 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
7705 `next-overlay-change' example.
7706
77072005-08-22 Juri Linkov <juri@jurta.org>
7708
7709 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
7710 Fix invert-face. Fix args of face-background.
7711
7712 * display.texi (Standard Faces): Delete node.
7713 (Faces): Add xref to `(emacs)Standard Faces'.
7714 (Displaying Faces): Fix xref to `Standard Faces'.
7715
7716 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
7717
77182005-08-20 Alan Mackenzie <acm@muc.de>
7719
7720 * buffers.texi (The Buffer List): Clarify the manipulation of the
7721 buffer list.
7722
77232005-08-14 Richard M. Stallman <rms@gnu.org>
7724
7725 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
7726 a regexp.
7727
77282005-08-11 Richard M. Stallman <rms@gnu.org>
7729
7730 * elisp.texi (Top): Update subnode lists.
7731
7732 * display.texi (Inverse Video): Node deleted.
7733
7734 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
7735 New nodes split out of Coding Conventions.
7736
7737 * searching.texi (Regular Expressions): Document re-builder.
7738
7739 * os.texi (Time Parsing): New node split out of Time Conversion.
7740
7741 * processes.texi (Misc Network, Network Feature Testing)
7742 (Network Options, Make Network): New nodes split out of
7743 Low-Level Network.
7744
77452005-08-09 Richard M. Stallman <rms@gnu.org>
7746
7747 * frames.texi (Geometry): New node, split from Size and Position.
7748 (Frame Parameters): Refer to Geometry.
7749
7750 * buffers.texi (The Buffer List): Fix xrefs.
7751
7752 * windows.texi (Splitting Windows): Fix xref.
7753
7754 * frames.texi (Layout Parameters): Add xref.
7755
7756 * display.texi (Line Height, Scroll Bars): Fix xrefs.
7757
7758 * keymaps.texi (Menu Bar): Fix xref.
7759
7760 * locals.texi (Standard Buffer-Local Variables): Fix xref.
7761
7762 * modes.texi (%-Constructs): Fix xref.
7763
7764 * frames.texi (Window Frame Parameters): Node split up.
7765 (Basic Parameters, Position Parameters, Size Parameters)
7766 (Layout Parameters, Buffer Parameters, Management Parameters)
7767 (Cursor Parameters, Color Parameters): New subnodes.
7768
77692005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7770
7771 * positions.texi (Screen Lines): Update xref for previous change
7772 in minibuf.texi.
7773
7774 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
7775 change in minibuf.texi.
7776
77772005-08-09 Richard M. Stallman <rms@gnu.org>
7778
7779 * tips.texi (Coding Conventions): Minor cleanup.
7780
7781 * modes.texi (Defining Minor Modes): Explain when init-value
7782 can be non-nil.
7783
7784 * elisp.texi (Top): Update submenu for Minibuffer.
7785
7786 * minibuf.texi (Minibuffer Misc): Node split up.
7787 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
7788 (Recursive Mini): New nodes split out from Minibuffer Misc.
7789 (Minibuffer Misc): Document max-mini-window-height.
7790
7791 * hash.texi (Defining Hash): Delete stray paren in example.
7792
7793 * display.texi (Echo Area Customization): Don't define
7794 max-mini-window-height here; xref instead.
7795
7796 * commands.texi (Event Input Misc): Update while-no-input.
7797
7798 * advice.texi (Advising Functions): Explain when to use advice
7799 and when to use a hook.
7800
78012005-07-30 Eli Zaretskii <eliz@gnu.org>
7802
7803 * makefile.w32-in (info): Don't run install-info.
7804 ($(infodir)/dir): New target, produced by running install-info.
7805
78062005-07-27 Luc Teirlinck <teirllm@auburn.edu>
7807
7808 * modes.texi (Defining Minor Modes): The keyword for the initial
7809 value is :init-value, not :initial-value.
7810
78112005-07-23 Eli Zaretskii <eliz@gnu.org>
7812
7813 * loading.texi (Autoload): Make the `doctor' example be consistent
7814 with what's in current loaddefs.el. Describe the "fn" magic in
7815 the usage portion of the doc string.
7816
78172005-07-22 Richard M. Stallman <rms@gnu.org>
7818
7819 * internals.texi (Garbage Collection): Clarify previous change.
7820
78212005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7822
7823 * internals.texi (Garbage Collection): Add gc-cons-percentage.
7824
78252005-07-18 Juri Linkov <juri@jurta.org>
7826
7827 * commands.texi (Accessing Events):
7828 * frames.texi (Text Terminal Colors, Resources):
7829 * markers.texi (The Mark):
7830 * modes.texi (Defining Minor Modes):
7831 Delete duplicate duplicate words.
7832
78332005-07-16 Richard M. Stallman <rms@gnu.org>
7834
7835 * display.texi (Managing Overlays): Clarify make-overlay
7836 args for insertion types.
7837
78382005-07-13 Luc Teirlinck <teirllm@auburn.edu>
7839
7840 * customize.texi (Variable Definitions):
7841 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7842 `standard-value' is a list too.
7843 (Defining New Types): Use @key{RET} instead of @key{ret}.
7844
78452005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
7846
7847 * os.texi (Translating Input): Fix typo.
7848
78492005-07-08 Richard M. Stallman <rms@gnu.org>
7850
7851 * README: Update edition number and size estimate.
7852
7853 * elisp.texi (VERSION): Set to 2.9.
7854
78552005-07-07 Richard M. Stallman <rms@gnu.org>
7856
7857 * book-spine.texinfo: Update Emacs version.
7858
7859 * display.texi (Inverse Video): Delete mode-line-inverse-video.
7860
78612005-07-06 Richard M. Stallman <rms@gnu.org>
7862
7863 * searching.texi (Regexp Search): Clarify what re-search-forward
7864 does when the search fails.
7865
78662005-07-05 Lute Kamstra <lute@gnu.org>
7867
7868 * Update FSF's address in GPL notices.
7869
7870 * doclicense.texi (GNU Free Documentation License):
7871 * gpl.texi (GPL):
7872 * tips.texi (Coding Conventions, Library Headers):
7873 * vol1.texi:
7874 * vol2.texi: Update FSF's address.
7875
78762005-07-04 Richard M. Stallman <rms@gnu.org>
7877
7878 * hooks.texi (Standard Hooks): Add occur-hook.
7879
78802005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7881
7882 * display.texi (The Echo Area): Correct menu.
7883
78842005-07-03 Richard M. Stallman <rms@gnu.org>
7885
7886 * elisp.texi (Top): Update subnode menu for Display.
7887
7888 * display.texi (Displaying Messages): New node, with most
7889 of what was in The Echo Area.
5dcb4c4e 7890 (Progress): Move under The Echo Area.
b8d4c8d0
GM
7891 (Logging Messages): New node with new text.
7892 (Echo Area Customization): New node, the rest of what was
7893 in The Echo Area. Document message-truncate-lines with @defvar.
7894 (Display): Update menu.
7895
7896 * windows.texi (Textual Scrolling): Doc 3 values for
7897 scroll-preserve-screen-position.
7898
7899 * text.texi (Special Properties): Change hook functions
7900 should bind inhibit-modification-hooks around altering buffer text.
7901
7902 * keymaps.texi (Key Binding Commands): Call binding BINDING
7903 rather than DEFINITION.
7904
79052005-06-29 Juanma Barranquero <lekktu@gmail.com>
7906
7907 * variables.texi (Defining Variables): `user-variable-p' returns t
7908 for aliases of user options, nil for alias loops.
7909
79102005-06-28 Richard M. Stallman <rms@gnu.org>
7911
7912 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7913 make-keymap.
7914
79152005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7916
7917 * variables.texi (Setting Variables): Correct and clarify
7918 description of `add-to-ordered-list'.
7919
79202005-06-26 Richard M. Stallman <rms@gnu.org>
7921
7922 * display.texi (Faces): Minor cleanup.
7923
79242005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7925
7926 * display.texi (Faces): `facep' returns t for strings that are
7927 face names.
7928
79292005-06-25 Richard M. Stallman <rms@gnu.org>
7930
7931 * objects.texi (Equality Predicates): Clarify meaning of equal.
7932
7933 * windows.texi (Selecting Windows): save-selected-window
7934 and with-selected-window save and restore the current buffer.
7935
79362005-06-24 Richard M. Stallman <rms@gnu.org>
7937
7938 * numbers.texi (Float Basics): Explain how to test for NaN,
7939 and printing the sign of NaNs.
7940
79412005-06-24 Eli Zaretskii <eliz@gnu.org>
7942
7943 * makefile.w32-in (MAKEINFO): Use --force.
7944
79452005-06-23 Richard M. Stallman <rms@gnu.org>
7946
7947 * display.texi (Face Functions): Correct Texinfo usage.
7948
79492005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7950
7951 * lists.texi (Rings): `ring-elements' now returns the elements of
7952 RING in order.
7953
79542005-06-23 Juanma Barranquero <lekktu@gmail.com>
7955
7956 * markers.texi (The Mark): Texinfo usage fix.
7957
79582005-06-23 Kim F. Storm <storm@cua.dk>
7959
7960 * searching.texi (Entire Match Data): Remove evaporate option for
7961 match-data. Do not mention evaporate option for set-match-data.
7962
79632005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7964
7965 * display.texi (Face Functions): Mention face aliases.
7966
79672005-06-21 Richard M. Stallman <rms@gnu.org>
7968
7969 * anti.texi (Antinews): Texinfo usage fix.
7970
79712005-06-21 Karl Berry <karl@gnu.org>
7972
7973 * elisp.texi: Use @copying.
7974
7975 * elisp.texi: Put @summarycontents and @contents before the Top
7976 node, instead of the end of the file, so that the contents appear
7977 in the right place in the dvi/pdf output.
7978
79792005-06-21 Juri Linkov <juri@jurta.org>
7980
7981 * display.texi (Defining Faces): Add `customized-face'.
7982
79832005-06-20 Kim F. Storm <storm@cua.dk>
7984
7985 * variables.texi (Setting Variables): Any type of element can be
7986 given order in add-to-ordered-list. Compare elements with eq.
7987
7988 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7989
79902005-06-20 Karl Berry <karl@gnu.org>
7991
7992 * syntax.texi (Syntax Flags): Make last column very slightly wider
7993 to avoid "generic comment" breaking on two lines and causing an
7994 underfull box.
7995
79962005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7997
7998 * lists.texi (Rings): Various minor clarifications and corrections.
7999
80002005-06-18 Richard M. Stallman <rms@gnu.org>
8001
8002 * functions.texi (Obsolete Functions): Simplify.
8003
8004 * variables.texi (Variable Aliases): Simplify.
8005
8006 * anti.texi, backups.texi, compile.texi, customization.texi:
8007 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
8008 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
8009 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
8010 * variables.texi: Fix formatting ugliness.
8011
8012 * elisp.texi: Add links to Rings and Byte Packing.
8013 Update version and copyright years.
8014
8015 * minibuf.texi: Fix formatting ugliness.
8016 (Completion Commands): Move keymap vars to the end
8017 and vars completing-read binds to the top.
8018
80192005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8020
8021 * processes.texi: Fix typos.
8022 (Bindat Spec): Correct Texinfo error.
8023 (Byte Packing): Fix ungrammatical sentence.
8024
80252005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
8026
8027 * lists.texi (Rings): New node.
8028 (Lists): Add it to menu.
8029
8030 * processes.texi (Byte Packing): New node.
8031 (Processes): Add it to menu.
8032
80332005-06-17 Richard M. Stallman <rms@gnu.org>
8034
8035 * syntax.texi (Parsing Expressions): Fix texinfo usage.
8036
8037 * help.texi (Documentation Basics): Explain the xref to
8038 Documentation Tips.
8039
8040 * debugging.texi (Debugger Commands): Minor fix.
8041
80422005-06-16 Luc Teirlinck <teirllm@auburn.edu>
8043
8044 * edebug.texi (Instrumenting): Eliminate duplicate link.
8045 (Specification List): Replace references to "below", referring to
8046 a later node, with one @ref to that node.
8047
8048 * os.texi (Timers): Timers should save and restore the match data
8049 if they change it.
8050
8051 * debugging.texi (Debugger Commands): Mention that the Lisp
8052 debugger can not step through primitive functions.
8053
80542005-06-16 Juanma Barranquero <lekktu@gmail.com>
8055
8056 * functions.texi (Obsolete Functions): Update argument names of
8057 `make-obsolete' and `define-obsolete-function-alias'.
8058
8059 * variables.texi (Variable Aliases): Update argument names of
8060 `defvaralias', `make-obsolete-variable' and
8061 `define-obsolete-variable-alias'.
8062
80632005-06-15 Kim F. Storm <storm@cua.dk>
8064
8065 * searching.texi (Entire Match Data): Rephrase warnings about
8066 evaporate arg to match-data and set-match-data.
8067
80682005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8069
8070 * elisp.texi (Top): Update detailed menu.
8071
8072 * edebug.texi (Edebug): Update menu.
8073 (Instrumenting): Update xrefs.
8074 (Edebug Execution Modes): Correct xref.
8075 (Jumping): Clarify description of `h' command.
8076 Eliminate redundant @ref.
8077 (Breaks): New node.
8078 (Breakpoints): Is now a subsubsection.
8079 (Global Break Condition): Mention `C-x X X'.
8080 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
8081 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8082 (Edebug Display Update): Correct pxref.
8083 (Edebug and Macros): New node.
8084 (Instrumenting Macro Calls): Is now a subsubsection.
8085 Neither arg of `def-edebug-spec' is evaluated.
8086 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8087 (Specification Examples): Fix typo.
8088
80892005-06-14 Lute Kamstra <lute@gnu.org>
8090
8091 * debugging.texi (Function Debugging): Primitives can break on
8092 entry too.
8093
80942005-06-14 Kim F. Storm <storm@cua.dk>
8095
8096 * variables.texi (Setting Variables): Add add-to-ordered-list.
8097
80982005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8099
8100 * syntax.texi (Parsing Expressions): Document aux functions and vars of
8101 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8102
81032005-06-13 Lute Kamstra <lute@gnu.org>
8104
8105 * text.texi (Special Properties): Fix cross reference.
8106
81072005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8108
8109 * debugging.texi (Function Debugging): Delete mention of empty
8110 string argument to `cancel-debug-on-entry'. Delete inaccurate
8111 description of the return value of that command.
8112
81132005-06-11 Alan Mackenzie <acm@muc.de>
8114
8115 * text.texi (Adaptive Fill): Amplify the description of
8116 fill-context-prefix.
8117
81182005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8119
8120 * syntax.texi (Parsing Expressions): Fix Texinfo error.
8121
81222005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8123
8124 * syntax.texi (Parsing Expressions): Document syntax-ppss.
8125
81262005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8127
8128 * debugging.texi (Error Debugging): Minor rewording.
8129 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8130 is optional.
8131
81322005-06-10 Lute Kamstra <lute@gnu.org>
8133
8134 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8135 (Top): Give it a title. Correct version number. Give the
8136 detailed node listing a more prominent header.
8137 * intro.texi: Don't set VERSION here a second time.
8138 Mention Emacs's version too.
8139 * anti.texi (Antinews): Use EMACSVER to refer to the current
8140 version of Emacs.
8141
81422005-06-09 Kim F. Storm <storm@cua.dk>
8143
8144 * searching.texi (Entire Match Data): Explain new `reseat' argument to
8145 match-data and set-match-data.
8146
81472005-06-08 Richard M. Stallman <rms@gnu.org>
8148
8149 * searching.texi (Entire Match Data): Clarify when match-data
8150 returns markers and when integers.
8151
8152 * display.texi (Defining Faces): Explain that face name should not
8153 end in `-face'.
8154
8155 * modes.texi (Mode Line Data): Minor cleanup.
8156 (Customizing Keywords): Node split out of Search-based Fontification.
8157 Add example of using font-lock-add-keywords from a hook.
8158 Clarify when MODE should be non-nil, and when nil.
8159
81602005-06-06 Richard M. Stallman <rms@gnu.org>
8161
8162 * modes.texi (Mode Line Data): Explain what happens when the car
8163 of a list is a void symbol.
8164 (Search-based Fontification): Explain MODE arg to
8165 font-lock-add-keywords and warn about calls from major modes.
8166
81672005-06-08 Juri Linkov <juri@jurta.org>
8168
8169 * display.texi (Standard Faces): Add `shadow' face.
8170
81712005-05-29 Luc Teirlinck <teirllm@auburn.edu>
8172
8173 * modes.texi (Major Mode Conventions): A derived mode only needs
8174 to put the call to the parent mode inside `delay-mode-hooks'.
8175
81762005-05-29 Richard M. Stallman <rms@gnu.org>
8177
8178 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
8179 new, and what that implies. Clarify.
8180
8181 * files.texi (Locating Files): Clean up the text.
8182
8183 * frames.texi (Window Frame Parameters): Document user-size.
8184 Shorten entry for top by referring to left.
8185
81862005-05-26 Richard M. Stallman <rms@gnu.org>
8187
8188 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
8189 is new, and what the implications are. Other clarifications.
8190
81912005-05-24 Richard M. Stallman <rms@gnu.org>
8192
8193 * frames.texi (Dialog Boxes): Minor fixes.
8194
81952005-05-25 Masatake YAMATO <jet@gyve.org>
8196
8197 * display.texi (Standard Faces): Write about `mode-line-highlight'.
8198
81992005-05-24 Luc Teirlinck <teirllm@auburn.edu>
8200
8201 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
8202 is optional.
8203
82042005-05-24 Nick Roberts <nickrob@snap.net.nz>
8205
10d1d0af 8206 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
8207
82082005-05-23 Lute Kamstra <lute@gnu.org>
8209
8210 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
8211 syntax-begin-function over font-lock-beginning-of-syntax-function.
8212
82132005-05-21 Luc Teirlinck <teirllm@auburn.edu>
8214
8215 * minibuf.texi (Reading File Names): Update description of
8216 `read-directory-name'.
8217
8218 * modes.texi (Derived Modes): Clarify :group keyword.
8219
82202005-05-21 Eli Zaretskii <eliz@gnu.org>
8221
8222 * files.texi (Locating Files): New subsection.
8223 Describe locate-file and executable-find.
8224
82252005-05-21 Kevin Ryde <user42@zip.com.au>
8226
8227 * frames.texi (Initial Parameters): Update cross reference to
8228 "Emacs Invocation".
8229
82302005-05-19 Luc Teirlinck <teirllm@auburn.edu>
8231
8232 * keymaps.texi (Active Keymaps): Add anchor.
8233
8234 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
8235 (Major Mode Conventions): Refer to `Auto Major Mode' in more
8236 appropriate place.
8237 (Derived Modes): Small clarifications.
8238 (Minor Mode Conventions, Keymaps and Minor Modes):
8239 Replace references to nodes with references to anchors.
8240 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
8241 Clarify description of lists whose first element is an integer.
8242 (Mode Line Variables): Add anchor.
8243 (%-Constructs): Clarify description of integer after %.
8244 (Emulating Mode Line): Describe nil value for FACE.
8245
82462005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8247
8248 * modes.texi (Derived Modes): Correct references to non-existing
8249 variable standard-syntax-table.
8250
82512005-05-17 Lute Kamstra <lute@gnu.org>
8252
8253 * modes.texi (Defining Minor Modes): Mention the mode hook.
8254
82552005-05-15 Kim F. Storm <storm@cua.dk>
8256
8257 * processes.texi (Network): Remove open-network-stream-nowait.
8258 (Network Servers): Remove open-network-stream-server.
8259
82602005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8261
8262 * elisp.texi (Top): Update detailed menu.
8263
8264 * variables.texi: Reorder nodes.
8265 (Variables): Update menu.
8266 (File Local Variables): Do not refer to the `-*-' line as
8267 a "local variables list". Add pxref.
8268
82692005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8270
8271 * elisp.texi (Top): Update detailed menu for node changes.
8272
8273 * modes.texi (Modes): Update Menu.
8274 (Hooks): Move to beginning of chapter.
8275 Most minor modes run mode hooks too.
8276 `add-hook' can handle void hooks or hooks whose value is a single
8277 function.
8278 (Major Modes): Update Menu.
8279 (Major Mode Basics): New node, split off from `Major Modes'.
8280 (Major Mode Conventions): Correct xref. Explain how to handle
8281 auto-mode-alist if the major mode command has an autoload cookie.
8282 (Auto Major Mode): Major update. Add magic-mode-alist.
8283 (Derived Modes): Major update.
8284 (Mode Line Format): Update Menu.
8285 (Mode Line Basics): New node, split off from `Mode Line Format'.
8286
8287 * loading.texi (Autoload): Mention `autoload cookie' as synonym
8288 for `magic autoload comment'. Add index entries and anchor.
8289
82902005-05-14 Richard M. Stallman <rms@gnu.org>
8291
8292 * tips.texi (Coding Conventions): Explain how important it is
8293 that just loading certain files not change Emacs behavior.
8294
8295 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
8296
82972005-05-12 Lute Kamstra <lute@gnu.org>
8298
8299 * modes.texi (Generic Modes): Update.
8300 (Major Modes): Refer to node "Generic Modes".
8301
8302 * elisp.texi (Top): Update to the current structure of the manual.
8303 * processes.texi (Processes): Add menu description.
8304 * customize.texi (Customization): Add menu descriptions.
8305
83062005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
8307
8308 * processes.texi (Signals to Processes)
8309 (Low-Level Network): Fix typos.
8310
83112005-05-11 Lute Kamstra <lute@gnu.org>
8312
8313 * elisp.texi (Top): Add some nodes from the chapter "Major and
8314 Minor Modes" to the detailed node listing.
8315
83162005-05-10 Richard M. Stallman <rms@gnu.org>
8317
8318 * keymaps.texi (Extended Menu Items): Menu item filter functions
8319 can be called at any time.
8320
83212005-05-08 Luc Teirlinck <teirllm@auburn.edu>
8322
8323 * variables.texi (File Local Variables): `(hack-local-variables t)'
8324 now also checks whether a mode is specified in the local variables
8325 list.
8326
83272005-05-05 Kevin Ryde <user42@zip.com.au>
8328
8329 * display.texi (The Echo Area): Correct format function cross
8330 reference.
8331
83322005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8333
8334 * variables.texi (Variable Aliases): Change description of
8335 `define-obsolete-variable-alias'.
8336
8337 * functions.texi (Functions): Add "Obsolete Functions" to menu.
8338 (Defining Functions): Add xref.
8339 (Obsolete Functions): New node.
8340 (Function Safety): Standardize capitalization of section title.
8341
8342 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
8343 (Dialog Boxes): Complete description of `x-popup-dialog'.
8344
83452005-05-04 Richard M. Stallman <rms@gnu.org>
8346
8347 * commands.texi (Interactive Codes): Fix Texinfo usage.
8348 Document U more clearly.
8349
83502005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8351
8352 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
8353 function and not a macro.
8354
8355 * frames.texi (Pop-Up Menus): Correct and clarify description of
8356 `x-popup-menu'.
8357 (Dialog Boxes): Clarify description of `x-popup-dialog'.
8358
83592005-05-01 Richard M. Stallman <rms@gnu.org>
8360
8361 * edebug.texi (Checking Whether to Stop): Fix previous change.
8362
83632005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8364
8365 * display.texi: Fix typos and Texinfo usage.
8366
8367 * edebug.texi (Checking Whether to Stop): executing-macro ->
8368 executing-kbd-macro.
8369
83702005-05-01 Richard M. Stallman <rms@gnu.org>
8371
8372 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
8373
83742005-04-30 Richard M. Stallman <rms@gnu.org>
8375
8376 * files.texi (Magic File Names): Document `operations' property.
8377
83782005-04-29 Lute Kamstra <lute@gnu.org>
8379
8380 * modes.texi (Generic Modes): New node.
8381 (Major Modes): Add it to the menu.
8382 (Derived Modes): Add "derived mode" to concept index.
8383
83842005-04-28 Lute Kamstra <lute@gnu.org>
8385
8386 * modes.texi (Defining Minor Modes): Fix previous change.
8387 (Font Lock Mode): Simplify.
8388 (Font Lock Basics): Say that font-lock-defaults is buffer-local
8389 when set and that some parts are optional. Add cross references.
8390 (Search-based Fontification): Say how to specify font-lock-keywords.
8391 Add cross references. Add font-lock-multiline to index.
8392 Move font-lock-keywords-case-fold-search here from node "Other Font
8393 Lock Variables". Document font-lock-add-keywords and
8394 font-lock-remove-keywords.
8395 (Other Font Lock Variables): Move font-lock-keywords-only,
8396 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8397 and font-lock-syntactic-face-function to node "Syntactic Font
8398 Lock". Move font-lock-keywords-case-fold-search to node
8399 "Search-based Fontification". Document font-lock-inhibit-thing-lock
8400 and font-lock-{,un}fontify-{buffer,region}-function.
8401 (Precalculated Fontification): Remove reference to deleted variable
8402 font-lock-core-only.
8403 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
8404 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
8405 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8406 and font-lock-syntactic-face-function here from node "Other Font
8407 Lock Variables". Move font-lock-syntactic-keywords to "Setting
8408 Syntax Properties". Add cross references.
8409 (Setting Syntax Properties): New node.
8410 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
8411 * syntax.texi (Syntax Properties): Add cross reference.
8412 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
8413
84142005-04-26 Richard M. Stallman <rms@gnu.org>
8415
8416 * display.texi (Defining Faces):
8417 Document `default' elements of defface spec.
8418
8419 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
8420
8421 * variables.texi (Variable Aliases): Clarify text.
8422
84232005-04-25 Chong Yidong <cyd@stupidchicken.com>
8424
8425 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
8426
84272005-04-25 Luc Teirlinck <teirllm@auburn.edu>
8428
8429 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
8430
84312005-04-24 Eli Zaretskii <eliz@gnu.org>
8432
8433 * syntax.texi (Syntax Table Internals): Elaborate documentation of
8434 syntax-after and syntax-class.
8435
8436 * files.texi (Changing Files): Fix last change's cross-reference.
8437 (Unique File Names): Don't mention "numbers" in the documentation
8438 of make-temp-file and make-temp-name.
8439
84402005-04-23 Richard M. Stallman <rms@gnu.org>
8441
8442 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
8443
84442005-04-22 Nick Roberts <nickrob@snap.net.nz>
8445
8446 * windows.texi (Cyclic Window Ordering): Clarify window-list.
8447
84482005-04-22 Nick Roberts <nickrob@snap.net.nz>
8449
8450 * variables.texi (Variable Aliases): Describe make-obsolete-variable
8451 and define-obsolete-variable-alias.
8452
84532005-04-22 Kim F. Storm <storm@cua.dk>
8454
8455 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
8456 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
8457
84582005-04-21 Lute Kamstra <lute@gnu.org>
8459
8460 * lists.texi (Association Lists): Document rassq-delete-all.
8461
84622005-04-19 Richard M. Stallman <rms@gnu.org>
8463
8464 * modes.texi (Search-based Fontification): Explain that
8465 facespec is an expression to be evaluated.
8466
84672005-04-19 Kevin Ryde <user42@zip.com.au>
8468
8469 * streams.texi (Output Functions): Fix xref.
8470 * strings.texi (String Conversion): Fix xref.
8471
84722005-04-19 Kim F. Storm <storm@cua.dk>
8473
8474 * symbols.texi (Symbol Plists): Add safe-get.
8475 Mention that `get' may signal an error.
8476
84772005-04-18 Nick Roberts <nickrob@snap.net.nz>
8478
8479 * customize.texi (Variable Definitions): Replace tooltip-mode
8480 example with save-place.
8481
84822005-04-17 Richard M. Stallman <rms@gnu.org>
8483
8484 * buffers.texi (Indirect Buffers): Clarify.
8485
8486 * positions.texi (Positions): Clarify converting marker to integer.
8487
8488 * strings.texi (String Basics): Mention string-match; clarify.
8489
84902005-04-08 Lute Kamstra <lute@gnu.org>
8491
8492 * modes.texi (Search-based Fontification): Fix cross references.
8493 Use consistent terminology. Document anchored highlighting.
8494
84952005-04-05 Lute Kamstra <lute@gnu.org>
8496
8497 * modes.texi (Defining Minor Modes): Document :group keyword
8498 argument and its default value.
8499
85002005-04-03 Lute Kamstra <lute@gnu.org>
8501
8502 * hooks.texi (Standard Hooks): Add some hooks. Add cross
8503 references and/or descriptions. Delete major mode hooks; mention
8504 them as a category instead. Rename or delete obsolete hooks.
8505
85062005-04-02 Richard M. Stallman <rms@gnu.org>
8507
8508 * nonascii.texi (Coding System Basics): Another wording cleanup.
8509
85102005-04-01 Richard M. Stallman <rms@gnu.org>
8511
8512 * nonascii.texi (Coding System Basics): Clarify previous change.
8513
85142005-04-01 Kenichi Handa <handa@m17n.org>
8515
10d1d0af 8516 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
8517 identity of coding systems.
8518
85192005-03-29 Chong Yidong <cyd@stupidchicken.com>
8520
8521 * text.texi (Buffer Contents): Add filter-buffer-substring and
8522 buffer-substring-filters.
8523
85242005-03-26 Chong Yidong <cyd@stupidchicken.com>
8525
8526 * anti.texi (Antinews): Mention `G' interactive code.
8527
8528 * tips.texi (Compilation Tips): Mention benchmark.el.
8529
85302005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8531
8532 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
8533 is now bound to M-o M-o.
8534
8535 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
8536
85372005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8538
8539 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
8540 in the Emacs Manual).
8541 * Makefile.in (srcs): Remove calendar.texi.
8542 * makefile.w32-in (srcs): Remove calendar.texi.
8543 * display.texi (Display): Change name of next node.
8544 * os.texi (System In): Change name of previous node.
8545 * elisp.texi (Top): Remove Calendar references.
8546 * vol1.texi (Top): Remove Calendar references.
8547 * vol2.texi (Top): Remove Calendar references.
8548
85492005-03-25 Richard M. Stallman <rms@gnu.org>
8550
8551 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
8552 Cleanup previous change.
8553
85542005-03-25 Chong Yidong <cyd@stupidchicken.com>
8555
8556 * display.texi (Face Attributes): Faces earlier in an :inherit
8557 list take precedence.
8558 (Scroll Bars): Fix description of vertical-scroll-bars.
8559 Document frame-current-scroll-bars and window-current-scroll-bars.
8560
8561 * markers.texi (The Mark): Document temporary Transient Mark mode.
8562
8563 * minibuf.texi (Reading File Names):
8564 Document read-file-name-completion-ignore-case.
8565
8566 * positions.texi (Screen Lines): Document nil for width argument
8567 to compute-motion.
8568
85692005-03-23 Kim F. Storm <storm@cua.dk>
8570
8571 * display.texi (Standard Faces): Other faces used in the fringe
8572 implicitly inherits from the fringe face.
8573 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
8574 properties implicitly inherits from fringe face.
8575 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
8576
85772005-03-20 Chong Yidong <cyd@stupidchicken.com>
8578
8579 * display.texi (Invisible Text): State default value of
8580 line-move-ignore-invisible.
8581 (Managing Overlays): Document remove-overlays.
8582 (Standard Faces): Document escape-glyph face.
8583
8584 * minibuf.texi (Reading File Names): Document read-file-name-function.
8585
8586 * modes.texi (Other Font Lock Variables):
8587 Document font-lock-lines-before.
8588
8589 * positions.texi (Skipping Characters): skip-chars-forward allows
8590 character classes.
8591
85922005-03-18 Lute Kamstra <lute@gnu.org>
8593
8594 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
8595
85962005-03-17 Richard M. Stallman <rms@gnu.org>
8597
8598 * text.texi (Undo): Document extensible undo entries.
8599
dd7b651b 8600 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
8601
8602 * nonascii.texi (Character Codes): Minor fix.
8603
8604 * display.texi (Display Property): Explain the significance
8605 of having text properties that are eq.
8606 (Other Display Specs): Explain string as display spec.
8607
8608 * commands.texi (Interactive Codes): Document G option.
8609
86102005-03-17 Chong Yidong <cyd@stupidchicken.com>
8611
8612 * text.texi (Filling): Add sentence-end-without-period and
8613 sentence-end-without-space.
8614 (Changing Properties): Minor fix.
8615
8616 * anti.texi: Total rewrite.
8617
86182005-03-15 Lute Kamstra <lute@gnu.org>
8619
8620 * edebug.texi (Instrumenting Macro Calls): Fix typos.
8621
86222005-03-08 Kim F. Storm <storm@cua.dk>
8623
8624 * display.texi (Specified Space): Property :width is support on
8625 non-graphic terminals, :height is not.
8626
86272005-03-07 Richard M. Stallman <rms@gnu.org>
8628
8629 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
8630 Now subnodes of Fringes.
8631 (Overlay Arrow): Document overlay-arrow-variable-list.
8632 (Fringe Size/Pos): New node, broken out of Fringes.
8633 (Display): Explain clearing vs redisplay better.
8634 (Truncation): Clarify use of bitmaps.
8635 (The Echo Area): Clarify the uses of the echo area.
8636 Add max-mini-window-height.
8637 (Progress): Clarify.
8638 (Invisible Text): Explain that main loop moves point out.
8639 (Selective Display): Say "hidden", not "invisible".
8640 (Managing Overlays): Move up. Describe relation to Undo here.
8641 (Overlay Properties): Clarify intro.
8642 (Finding Overlays): Explain return values when nothing found.
8643 (Width): truncate-string-to-width has added arg.
8644 (Displaying Faces): Clarify and update mode line face handling.
8645 (Face Functions): Minor cleanup.
8646 (Conditional Display): Merge into Other Display Specs.
8647 (Pixel Specification, Other Display Specs): Minor cleanups.
8648 (Images, Image Descriptors): Minor cleanups.
8649 (GIF Images): Patents have expired.
8650 (Showing Images): Explain default text for insert-image.
8651 (Manipulating Button Types): Merge into Manipulating Buttons.
8652 (Making Buttons): Explain return values.
8653 (Button Buffer Commands): Add xref.
8654 (Inverse Video): Update mode-line-inverse-video.
8655 (Display Table Format): Clarify.
8656 (Active Display Table): Give defaults for window-display-table.
8657
8658 * calendar.texi (Calendar Customizing): calendar-holiday-marker
8659 and calendar-today-marker are strings, not chars.
8660 (Holiday Customizing): Minor fix.
8661
8662 * internals.texi (Writing Emacs Primitives): Update `or' example.
8663 Update limit on # args of subr.
8664
8665 * edebug.texi (Using Edebug): Arrow is in fringe.
8666 (Instrumenting): Arg to eval-defun works without loading edebug.
8667 (Edebug Execution Modes): Add xref.
8668
8669 * customize.texi (Common Keywords): Clarify :require.
8670 Mention :version here.
8671 (Variable Definitions, Group Definitions): Not here.
8672 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
8673
86742005-03-07 Chong Yidong <cyd@stupidchicken.com>
8675 * nonascii.texi (Text Representations): Clarify position-bytes.
8676 (Character Sets): Add list-charset-chars.
8677 (Scanning Charsets): Add charset-after.
8678 (Encoding and I/O): Minor fix.
8679
86802005-03-06 Richard M. Stallman <rms@gnu.org>
8681
8682 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
8683 (Resizing Windows): Likewise.
8684
8685 * text.texi (Change Hooks): Get rid of "Emacs 21".
8686
8687 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
8688
8689 * streams.texi (Output Variables): Get rid of "Emacs 21".
8690
8691 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
8692
8693 * os.texi (Translating Input): Replace flow-control example
8694 with a less obsolete example that uses `keyboard-translate'.
8695
8696 * objects.texi (Hash Table Type, Circular Objects):
8697 Get rid of "Emacs 21".
8698
8699 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
8700 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
8701
8702 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
8703
8704 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
8705
8706 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
8707 (Menu Bar): Fix when menu-bar-update-hook is called.
8708
8709 * hash.texi (Hash Tables): Get rid of "Emacs 21".
8710
8711 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
8712 and make it read better.
8713
8714 * files.texi (Writing to Files): Get rid of "Emacs 21".
8715 (Unique File Names): Likewise.
8716
8717 * elisp.texi: Update Emacs version to 22.
8718
8719 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
8720 (Overlay Properties, Face Attributes): Likewise.
8721 (Managing Overlays): Fix punctuation.
8722 (Attribute Functions): Clarify set-face-font; get rid of
8723 info about old Emacs versions.
8724 (Auto Faces, Font Lookup, Display Property, Images):
8725 Get rid of "Emacs 21".
8726
8727 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
8728
87292005-03-05 Richard M. Stallman <rms@gnu.org>
8730
8731 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
8732
87332005-03-04 Lute Kamstra <lute@gnu.org>
8734
8735 * debugging.texi (Error Debugging): Document stack-trace-on-error.
8736
87372005-03-03 Lute Kamstra <lute@gnu.org>
8738
8739 * edebug.texi (Instrumenting Macro Calls): Fix typo.
8740
87412005-03-01 Lute Kamstra <lute@gnu.org>
8742
8743 * debugging.texi (Debugger Commands): Update `j'.
8744
87452005-02-28 Lute Kamstra <lute@gnu.org>
8746
8747 * debugging.texi (Debugging): Fix typo.
8748 (Error Debugging): Document eval-expression-debug-on-error.
8749 (Function Debugging): Update example.
8750 (Using Debugger): Mention starred stack frames.
8751 (Debugger Commands): Document `j' and `l'.
8752 (Invoking the Debugger): `d' and `j' exit recursive edit too.
8753 Update the messages that the debugger displays.
8754 (Internals of Debugger): Add cross reference. Update example.
8755 (Excess Open): Minor improvement.
8756 (Excess Close): Minor improvement.
8757
87582005-02-26 Richard M. Stallman <rms@gnu.org>
8759
8760 * tips.texi (Coding Conventions): Clarify.
8761 Put all the major mode key reservations together.
8762 Mention the Mouse-1 => Mouse-2 conventions.
8763
8764 * syntax.texi (Syntax Class Table): Clarify.
8765 (Syntax Table Functions): syntax-after moved from here.
8766 (Syntax Table Internals): syntax-after moved to here.
8767 (Parsing Expressions): Update info on number of values
8768 and what's meaningful in the STATE argument.
8769 (Categories): Fix typo.
8770
8771 * sequences.texi (Arrays): Cleanup.
8772 (Char-Tables): Clarify.
8773
8774 * processes.texi (Deleting Processes): Cleanups, add xref.
8775 (Subprocess Creation): Explain nil in exec-path. Cleanup.
8776 (Process Information): set-process-coding-system, some args optional.
8777 (Input to Processes): Explain various types for PROCESS args.
8778 Rename them from PROCESS-NAME to PROCESS.
8779 (Signals to Processes): Likewise.
8780 (Decoding Output): Cleanup.
8781 (Query Before Exit): Clarify.
8782
8783 * os.texi (Startup Summary): Correct the options; add missing ones.
8784 (Terminal Output, Batch Mode): Clarify.
8785 (Flow Control): Node deleted.
8786
8787 * markers.texi (The Mark): Clarify.
8788
8789 * macros.texi (Expansion): Cleanup.
8790 (Indenting Macros): indent-spec allows ints, not floats.
8791
8792 * keymaps.texi (Keymaps): Clarify.
8793 (Format of Keymaps): Update lisp-mode-map example.
8794 (Active Keymaps, Key Lookup): Clarify.
8795 (Changing Key Bindings): Add xref to `kbd'.
8796 (Key Binding Commands, Simple Menu Items): Clarify.
8797 (Mouse Menus, Menu Bar): Clarify.
8798 (Menu Example): Replace print example with menu-bar-replace-menu.
8799
8800 * help.texi (Documentation Basics): Add function-documentation prop.
8801
8802 * elisp.texi (Top): Don't refer to Flow Control node.
8803
8804 * commands.texi (Command Overview): Improve xrefs.
8805 (Adjusting Point): Adjusting point applies to intangible and invis.
8806 (Key Sequence Input): Doc extra read-key-sequence args.
8807 Likewise for read-key-sequence-vector.
8808
8809 * backups.texi (Rename or Copy): Minor fix.
8810 (Numbered Backups): For version-control, say the default.
8811 (Auto-Saving): make-auto-save-file-name example is simplified.
8812
8813 * advice.texi (Advising Functions): Don't imply one part of Emacs
8814 should advise another part. Markup changes.
8815 (Defining Advice): Move transitional para.
8816 (Activation of Advice): Cleanup.
8817 Explain if COMPILE is nil or negative.
8818
8819 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
8820
88212005-02-24 Lute Kamstra <lute@gnu.org>
8822
8823 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
8824 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
8825
88262005-02-23 Lute Kamstra <lute@gnu.org>
8827
8828 * modes.texi (Defining Minor Modes): define-minor-mode can be used
8829 to define global minor modes as well.
8830
8831 * display.texi (Managing Overlays): overlay-buffer returns nil for
8832 deleted overlays.
8833
88342005-02-22 Kim F. Storm <storm@cua.dk>
8835
8836 * minibuf.texi (Basic Completion): Allow symbols in addition to
8837 strings in try-completion and all-completions.
8838
88392005-02-14 Lute Kamstra <lute@gnu.org>
8840
8841 * elisp.texi (Top): Remove reference to deleted node.
8842
8843 * lists.texi (Lists): Remove reference to deleted node.
8844 (Cons Cells): Fix typo.
8845
8846 * loading.texi (Where Defined): Fix typo.
8847
88482005-02-14 Richard M. Stallman <rms@gnu.org>
8849
8850 * variables.texi (Creating Buffer-Local): change-major-mode-hook
8851 is useful for discarding some minor modes.
8852
8853 * symbols.texi (Symbol Components): Reorder examples.
8854
8855 * streams.texi (Input Functions): State standard-input default.
8856 (Output Variables): State standard-output default.
8857
8858 * objects.texi (Printed Representation): Clarify read syntax vs print.
8859 (Floating Point Type): Explain meaning better.
8860 (Symbol Type): Explain uniqueness better.
8861 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
8862 List examples sooner.
8863 (Box Diagrams): New subnode broken out.
8864 Some examples moved from old Lists as Boxes node.
8865 (Dotted Pair Notation): Clarify intro.
8866 (Array Type): Clarify.
8867 (Type Predicates): Add hash-table-p.
8868
8869 * numbers.texi (Integer Basics): Clarify radix explanation.
8870 (Predicates on Numbers): Minor clarification.
8871 (Comparison of Numbers): Minor clarification. Clarify eql.
8872 Typos in min, max.
8873 (Math Functions): Clarify overflow in expt.
8874
8875 * minibuf.texi (Text from Minibuffer): Minor clarification.
8876 Mention arrow keys.
8877
8878 * loading.texi (Autoload): defun's doc string overrides autoload's
8879 doc string.
8880 (Repeated Loading): Modernize "add to list" examples.
8881 (Where Defined): Finish updating table of load-history elts.
8882
8883 * lists.texi (List-related Predicates): Minor wording improvement.
8884 (Lists as Boxes): Node deleted.
8885 (Building Lists): Explain trivial cases of number-sequence.
8886
8887 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 8888 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
8889 (Hash Access): Any object can be a key.
8890 State value of maphash.
8891
8892 * functions.texi (What Is a Function): Wording cleanup.
8893 (Function Documentation): Minor cleanup.
8894 Explain purpose of calling convention at end of doc string.
8895 (Function Names): Wording cleanup.
8896 (Calling Functions): Wording cleanup.
8897 Explain better how funcall calls the function.
8898 (Function Cells): Delete example of saving and redefining function.
8899
8900 * control.texi (Combining Conditions): Wording cleanup.
8901 (Iteration): dolist and dotimes bind VAR locally.
8902 (Cleanups): Xref to Atomic Changes.
8903
8904 * compile.texi (Byte Compilation): Delete 19.29 info.
8905 (Compilation Functions): Macros' difficulties don't affect defsubst.
8906 (Docs and Compilation): Delete 19.29 info.
8907
89082005-02-10 Richard M. Stallman <rms@gnu.org>
8909
8910 * objects.texi (Symbol Type): Minor correction.
8911
89122005-02-06 Lute Kamstra <lute@gnu.org>
8913
8914 * modes.texi (Example Major Modes): Fix typos.
8915
89162005-02-06 Richard M. Stallman <rms@gnu.org>
8917
8918 * text.texi (Margins): fill-nobreak-predicate can be one function.
8919
8920 * strings.texi (Modifying Strings): clear-string can make unibyte.
8921 (Formatting Strings): format gives error if values missing.
8922
8923 * positions.texi (Character Motion): Mention default arg
8924 for forward-char. backward-char refers to forward-char.
8925 (Word Motion): Mention default arg for forward-word.
8926 (Buffer End Motion): Mention default arg for beginning-of-buffer.
8927 Simplify end-of-buffer.
8928 (Text Lines): Mention default arg for forward-line.
8929 (List Motion): Mention default arg for beginning/end-of-defun.
8930 (Skipping Characters): Minor fixes in explaining character-set.
8931
8932 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8933 Mode inheritance applies only when default-major-mode is nil.
8934 Clarifications.
8935 (Example Major Modes): Update Text mode and Lisp mode examples.
8936 (Minor Mode Conventions): Mention define-minor-mode at top.
8937 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8938 (Mode Line Format): Update mode line face display info.
8939 (Properties in Mode): Mention effect of risky vars.
8940 (Imenu): Define imenu-add-to-menubar.
8941 (Font Lock Mode): Add descriptions to menu lines.
8942 (Faces for Font Lock): Add font-lock-doc-face.
8943
89442005-02-05 Lute Kamstra <lute@gnu.org>
8945
8946 * text.texi (Maintaining Undo): Remove obsolete function.
8947
89482005-02-05 Eli Zaretskii <eliz@gnu.org>
8949
8950 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 8951 color specifications. Improve indexing.
b8d4c8d0
GM
8952 (Text Terminal Colors): Replace the description of RGB values by
8953 an xref to "Color Names".
8954
89552005-02-03 Richard M. Stallman <rms@gnu.org>
8956
8957 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8958 Clarify.
8959 (Selecting Windows): Clarify save-selected-window.
8960 (Cyclic Window Ordering): Clarify walk-windows.
8961 (Window Point): Clarify.
8962 (Window Start): Add comment to example.
8963 (Resizing Windows): Add `interactive' specs in examples.
8964 Document fit-window-to-buffer.
8965
8966 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8967 (Undo, Maintaining Undo): Clarify last change.
8968 (Sorting): In sort-numeric-fields, explain about octal and hex.
8969 Mention sort-numeric-base.
8970 (Format Properties): Add xref for hard newlines.
8971
8972 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8973 (Pop-Up Menus): Fix typo.
8974 (Color Names): Explain all types of color names.
8975 Explain color-values on B&W terminal.
8976 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8977
8978 * files.texi (File Locks): Not supported on MS systems.
8979 (Testing Accessibility): Clarify.
8980
8981 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8982 (Coverage Testing): Fix typo.
8983
8984 * commands.texi (Misc Events): Remove stray space.
8985
8986 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8987 (Modification Time): Clarify when visited-file-modtime returns 0.
8988 (The Buffer List): Clarify bury-buffer.
8989 (Killing Buffers): Clarify.
8990 (Indirect Buffers): Add clone-indirect-buffer.
8991
89922005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8993
8994 * edebug.texi (Printing in Edebug): Fix default value of
8995 edebug-print-circle.
8996 (Coverage Testing): Fix displayed frequency count data.
8997
89982005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8999
9000 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
9001
90022005-02-02 Kim F. Storm <storm@cua.dk>
9003
9004 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
9005
90062005-01-29 Eli Zaretskii <eliz@gnu.org>
9007
9008 * commands.texi (Misc Events): Describe the help-echo event.
9009
9010 * text.texi (Special Properties) <help-echo>: Use `pos'
9011 consistently in description of the help-echo property.
9012 Use @code{nil} instead of @var{nil}.
9013
9014 * display.texi (Overlay Properties): Fix the index entry for
9015 help-echo overlay property.
9016
9017 * customize.texi (Type Keywords): Uncomment the xref to the
9018 help-echo property documentation.
9019
90202005-01-23 Kim F. Storm <storm@cua.dk>
9021
9022 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
9023 return value. Third element FULLY replaced by PARTIAL which
9024 specifies number of invisible pixels if row is only partially visible.
9025 (Textual Scrolling): Mention auto-window-vscroll.
9026 (Vertical Scrolling): New defvar auto-window-vscroll.
9027
90282005-01-16 Luc Teirlinck <teirllm@auburn.edu>
9029
9030 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
9031 command remapping.
9032
90332005-01-15 Richard M. Stallman <rms@gnu.org>
9034
9035 * display.texi (Defining Images): Mention DATA-P arg of create-image.
9036
90372005-01-14 Kim F. Storm <storm@cua.dk>
9038
9039 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9040
9041 * text.texi (Links and Mouse-1): Fix string and vector item.
9042
90432005-01-13 Richard M. Stallman <rms@gnu.org>
9044
9045 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9046 descriptions of overriding-local-map and overriding-terminal-local-map.
9047
9048 * text.texi (Links and Mouse-1): Clarify text.
9049
90502005-01-13 Kim F. Storm <storm@cua.dk>
9051
9052 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9053
90542005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
9055
9056 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9057
90582005-01-12 Kim F. Storm <storm@cua.dk>
9059
9060 * text.texi (Links and Mouse-1): Rename section from Enabling
9061 Mouse-1 to Following Links. Change xrefs.
9062 Add examples for define-button-type and define-widget.
9063
9064 * display.texi (Button Properties, Button Buffer Commands):
9065 Clarify mouse-1 and follow-link functionality.
9066
90672005-01-12 Richard M. Stallman <rms@gnu.org>
9068
9069 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9070
9071 * display.texi (Beeping): Fix Texinfo usage.
9072
9073 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9074
90752005-01-11 Kim F. Storm <storm@cua.dk>
9076
9077 * display.texi (Button Properties, Button Buffer Commands):
9078 Mention mouse-1 binding. Add follow-link keyword.
9079
9080 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9081 (Enabling Mouse-1 to Follow Links): New subsection.
9082
90832005-01-06 Richard M. Stallman <rms@gnu.org>
9084
9085 * text.texi (Special Properties): Minor change.
9086
9087 * os.texi (Timers): Clarify previous change.
9088
9089 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9090
90912005-01-01 Luc Teirlinck <teirllm@auburn.edu>
9092
9093 * display.texi (Face Attributes): Correct xref to renamed node.
9094
90952005-01-01 Richard M. Stallman <rms@gnu.org>
9096
9097 * display.texi (Face Attributes): Describe hex color specs.
9098
90992004-12-31 Richard M. Stallman <rms@gnu.org>
9100
9101 * os.texi (Timers): Update previous change.
9102
91032004-12-30 Kim F. Storm <storm@cua.dk>
9104
9105 * display.texi (Line Height): Total line-height is now specified
9106 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
9107 in cons cells. (nil . RATIO) is relative to actual line height.
9108 Use line-height `t' instead of `0' to get minimum height.
9109
91102004-12-29 Richard M. Stallman <rms@gnu.org>
9111
9112 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9113
91142004-12-28 Richard M. Stallman <rms@gnu.org>
9115
9116 * commands.texi (Quitting): Clarify value of with-local-quit.
9117
9118 * elisp.texi (Top): Fix previous change.
9119
9120 * loading.texi (Loading): Fix previous change.
9121
91222004-12-27 Richard M. Stallman <rms@gnu.org>
9123
9124 * Makefile.in (MAKEINFO): Specify --force.
9125
9126 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9127
9128 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9129
9130 * display.texi (Line Height): Further clarify.
9131
9132 * elisp.texi (Top): Update Loading submenu.
9133
9134 * loading.texi (Where Defined): New node.
9135 (Unloading): load-history moved to Where Defined.
9136
91372004-12-21 Richard M. Stallman <rms@gnu.org>
9138
9139 * commands.texi (Event Input Misc): Add while-no-input.
9140
91412004-12-11 Richard M. Stallman <rms@gnu.org>
9142
9143 * display.texi (Line Height): Rewrite text for clarity.
9144
91452004-12-11 Kim F. Storm <storm@cua.dk>
9146
9147 * display.texi (Display): Add node "Line Height" to menu.
9148 (Line Height): New node. Move full description of line-spacing
9149 and line-height text properties here from text.texi.
9150 (Scroll Bars): Add vertical-scroll-bar variable.
9151
9152 * frames.texi (Window Frame Parameters): Remove line-height defvar.
9153
9154 * locals.texi (Standard Buffer-Local Variables): Fix xref for
9155 line-spacing and vertical-scroll-bar.
9156
9157 * text.texi (Special Properties): Just mention line-spacing and
9158 line-height here, add xref to new "Line Height" node.
9159
91602004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
9161
9162 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
9163
9164 * locals.texi (Standard Buffer-Local Variables):
9165 Add @xref for `line-spacing'.
9166
91672004-12-05 Richard M. Stallman <rms@gnu.org>
9168
9169 * Makefile.in (maintainer-clean): Remove the info files
9170 in $(infodir) where they are created.
9171
91722004-12-03 Richard M. Stallman <rms@gnu.org>
9173
9174 * windows.texi (Selecting Windows): get-lru-window and
9175 get-largest-window don't consider dedicated windows.
9176
9177 * text.texi (Undo): Document undo-in-progress.
9178
91792004-11-26 Richard M. Stallman <rms@gnu.org>
9180
9181 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
9182 Remove a few vars that are not always buffer-local.
9183
91842004-11-24 Luc Teirlinck <teirllm@auburn.edu>
9185
9186 * locals.texi (Standard Buffer-Local Variables): Comment out
9187 xref's to non-existent node `Yet to be written'.
9188
91892004-11-24 Richard M. Stallman <rms@gnu.org>
9190
9191 * processes.texi (Synchronous Processes): Grammar fix.
9192
9193 * numbers.texi (Comparison of Numbers): Add eql.
9194
9195 * locals.texi (Standard Buffer-Local Variables): Add many vars.
9196
9197 * intro.texi (Printing Notation): Fix previous change.
9198
9199 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
9200 and default-indicate-buffer-boundaries from here.
9201 (Usual Display): To here.
9202 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
9203 (Usual Display): Move tab-width up.
9204
5dcb4c4e
SM
9205 * customize.texi (Variable Definitions):
9206 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
9207 (Simple Types, Composite Types, Defining New Types):
9208 Minor cleanups.
9209
92102004-11-21 Jesper Harder <harder@ifa.au.dk>
9211
9212 * processes.texi (Synchronous Processes, Output from Processes):
9213 Markup fix.
9214
92152004-11-20 Richard M. Stallman <rms@gnu.org>
9216
9217 * positions.texi (Skipping Characters): skip-chars-forward
9218 now handles char classes.
9219
9220 * intro.texi (Printing Notation): Avoid confusion of `print'
9221 when explaining @print.
9222
9223 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
9224
9225 * display.texi (Display Table Format): Minor fix.
9226
9227 * streams.texi (Output Functions): Fix print example.
9228
9229 * Makefile.in (elisp): New target.
9230 (dist): Depend on $(infodir)/elisp, not elisp.
9231 Copy the info files from $(infodir).
9232
9233 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
9234 read-from-minibuffer.
9235
9236 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
9237
92382004-11-19 Richard M. Stallman <rms@gnu.org>
9239
9240 * searching.texi (Regexp Search): Add search-whitespace-regexp.
9241
92422004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
9243
9244 * tips.texi (Coding Conventions): Fix typo.
9245
92462004-11-16 Richard M. Stallman <rms@gnu.org>
9247
9248 * tips.texi (Coding Conventions): Separate defvar and require
9249 methods to avoid warnings. Use require only when there are many
9250 functions and variables from that package.
9251
9252 * minibuf.texi (Minibuffer Completion): When ignoring case,
9253 predicate must not be case-sensitive.
9254
9255 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
9256 (Test Coverage): Don't talk about "splotches". Clarified.
9257
92582004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
9259
9260 * frames.texi (Window Frame Parameters): Fix typo.
9261
92622004-11-15 Kim F. Storm <storm@cua.dk>
9263
9264 * symbols.texi (Other Plists): Note that plist-get may signal error.
9265 Add safe-plist-get.
9266
92672004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9268
9269 * modes.texi (Font Lock Basics): Fix typo.
9270
92712004-11-08 Richard M. Stallman <rms@gnu.org>
9272
9273 * syntax.texi (Syntax Table Functions): Add syntax-after.
9274
92752004-11-06 Lars Brinkhoff <lars@nocrew.org>
9276
9277 * os.texi (Processor Run Time): New section documenting
9278 get-internal-run-time.
9279
92802004-11-06 Eli Zaretskii <eliz@gnu.org>
9281
9282 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
9283 it nukes elisp-cover.texi.
9284 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
9285 elisp-0 etc.
9286
92872004-11-05 Luc Teirlinck <teirllm@auburn.edu>
9288
9289 * commands.texi (Keyboard Macros): Document `append' return value
9290 of `defining-kbd-macro'.
9291
92922004-11-01 Richard M. Stallman <rms@gnu.org>
9293
9294 * commands.texi (Interactive Call): Add called-interactively-p.
9295
92962004-10-29 Simon Josefsson <jas@extundo.com>
9297
9298 * minibuf.texi (Reading a Password): Revert.
9299
93002004-10-28 Richard M. Stallman <rms@gnu.org>
9301
9302 * frames.texi (Display Feature Testing): Explain about "vendor".
9303
93042004-10-27 Richard M. Stallman <rms@gnu.org>
9305
9306 * commands.texi (Interactive Codes): `N' uses numeric prefix,
9307 not raw. Clarify `n'.
9308 (Interactive Call): Rewrite interactive-p, focusing on when
9309 and how to use it.
9310 (Misc Events): Clarify previous change.
9311
9312 * advice.texi (Simple Advice): Clarify what job the example does.
9313 (Around-Advice): Clarify ad-do-it.
9314 (Activation of Advice): An option of ad-default-compilation-action
9315 is `never', not `nil'.
9316
93172004-10-26 Kim F. Storm <storm@cua.dk>
9318
9319 * commands.texi (Interactive Codes): Add U code letter.
9320
93212004-10-25 Simon Josefsson <jas@extundo.com>
9322
9323 * minibuf.texi (Reading a Password): Add.
9324
93252004-10-24 Jason Rumney <jasonr@gnu.org>
9326
9327 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
9328 and wheel-down.
9329
93302004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
9331
9332 * processes.texi (Synchronous Processes): Document process-file.
9333
93342004-10-22 Kenichi Handa <handa@m17n.org>
9335
9336 * text.texi (translate-region): Document that it accepts also a
9337 char-table.
9338
93392004-10-22 David Ponce <david@dponce.com>
9340
9341 * windows.texi (Resizing Windows): Document the `preserve-before'
9342 argument of the functions `enlarge-window' and `shrink-window'.
9343
93442004-10-19 Jason Rumney <jasonr@gnu.org>
9345
9346 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
9347
93482004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9349
9350 * text.texi (Filling): Add anchor for definition of
9351 `sentence-end-double-space'.
9352
9353 * searching.texi (Regexp Example): Update description of how
9354 Emacs currently recognizes the end of a sentence.
9355 (Standard Regexps): Update definition of the variable
9356 `sentence-end'. Add definition of the function `sentence-end'.
9357
93582004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
9359
9360 * display.texi (Progress): New node.
9361
93622004-10-05 Kim F. Storm <storm@cua.dk>
9363
9364 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
9365
93662004-09-29 Kim F. Storm <storm@cua.dk>
9367
9368 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
9369 to identify bitmaps. Remove -fringe-bitmap suffix for standard
9370 fringe bitmap symbols, as they now have their own namespace.
9371 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
9372 vs. pixels. Signal error if no free bitmap slots.
9373 (Pixel Specification): Change IMAGE to @var{image}.
9374
93752004-09-28 Richard M. Stallman <rms@gnu.org>
9376
9377 * text.texi (Special Properties): Clarify line-spacing and line-height.
9378
9379 * searching.texi (Regexp Search): Add looking-back.
9380
93812004-09-25 Luc Teirlinck <teirllm@auburn.edu>
9382
9383 * display.texi: Correct typos.
9384 (Image Descriptors): Correct xref's.
9385
93862004-09-25 Richard M. Stallman <rms@gnu.org>
9387
9388 * text.texi (Special Properties): Cleanups in `cursor'.
9389 Rewrites in `line-height' and `line-spacing'; exchange them.
9390
9391 * display.texi (Fringes): Rewrite previous change.
9392 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
9393 (Display Fringe Bitmaps): Node deleted, text moved.
9394 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
9395 (Scroll Bars): Clarify set-window-scroll-bars.
9396 (Pointer Shape): Rewrite.
9397 (Specified Space): Clarify :align-to, etc.
9398 (Pixel Specification): Use @var. Clarify new text.
9399 (Other Display Specs): Clarify `slice'.
9400 (Image Descriptors): Cleanups.
9401 (Showing Images): Cleanups.
9402
94032004-09-24 Luc Teirlinck <teirllm@auburn.edu>
9404
9405 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
9406
9407 * modes.texi: Various minor changes in addition to:
9408 (Major Mode Conventions): Final call to `run-mode-hooks' should
9409 not be inside the `delay-mode-hooks' form.
9410 (Mode Hooks): New node.
9411 (Hooks): Delete obsolete example.
9412 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
9413 node "Mode Hooks".
9414
94152004-09-22 Luc Teirlinck <teirllm@auburn.edu>
9416
9417 * display.texi: Correct various typos.
9418 (Display): Rename node "Pointer Shapes" to "Pointer
9419 Shape". (There is already a node called "Pointer Shapes" in
9420 frames.texi.)
9421 (Images): Remove non-existent node "Image Slices" from menu.
9422
94232004-09-23 Kim F. Storm <storm@cua.dk>
9424
9425 * text.texi (Special Properties): Add `cursor', `pointer',
9426 `line-height', and `line-spacing' properties.
9427
9428 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
9429 Shapes' to menu.
9430 (Standard Faces): Doc fix for fringe face.
9431 (Fringes): Add `overflow-newline-into-fringe' and
9432 'indicate-buffer-boundaries'.
9433 (Fringe Bitmaps, Pointer Shapes): New nodes.
9434 (Display Property): Add 'Pixel Specification' and 'Display Fringe
9435 Bitmaps' to menu.
9436 (Specified Space): Describe pixel width and height.
9437 (Pixel Specification): New node.
9438 (Other Display Specs): Add `slice' property.
9439 (Display Fringe Bitmaps): New node.
9440 (Images): Add 'Image Slices' to menu.
9441 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
9442 (Showing Images): Add slice arg to `insert-image'.
9443 Add 'insert-sliced-image'.
b8d4c8d0
GM
9444
94452004-09-20 Richard M. Stallman <rms@gnu.org>
9446
9447 * commands.texi (Key Sequence Input):
9448 Clarify downcasing in read-key-sequence.
9449
94502004-09-08 Juri Linkov <juri@jurta.org>
9451
9452 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
9453
94542004-09-07 Luc Teirlinck <teirllm@auburn.edu>
9455
5dcb4c4e
SM
9456 * locals.texi (Standard Buffer-Local Variables):
9457 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
9458 * internals.texi (Buffer Internals): Describe new
9459 auto_save_file_format field of the buffer structure.
9460 * files.texi (Format Conversion): `auto-save-file-format' has been
9461 renamed `buffer-auto-save-file-format'.
9462
94632004-08-27 Luc Teirlinck <teirllm@auburn.edu>
9464
9465 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
9466 an integer or a marker.
9467 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
9468
94692004-08-22 Richard M. Stallman <rms@gnu.org>
9470
9471 * modes.texi (Major Mode Conventions): Discuss rebinding of
9472 standard key bindings.
9473
94742004-08-18 Kim F. Storm <storm@cua.dk>
9475
9476 * processes.texi (Accepting Output): Add `just-this-one' arg to
9477 `accept-process-output'.
9478 (Output from Processes): New var `process-adaptive-read-buffering'.
9479
94802004-08-10 Luc Teirlinck <teirllm@auburn.edu>
9481
9482 * keymaps.texi: Various changes in addition to:
9483 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
9484 Give more varied examples for `kbd'.
9485 (Creating Keymaps): Char tables have slots for all characters
9486 without modifiers.
9487 (Active Keymaps): `overriding-local-map' and
9488 `overriding-terminal-local-map' also override text property and
9489 overlay keymaps.
9490 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
9491 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
9492 to denote a prefix of no events.
9493 `map-keymap' includes parent's bindings _recursively_.
9494 Clarify and correct description of `where-is-internal'.
9495 Mention BUFFER-OR-NAME arg to `describe-bindings'.
9496 (Menu Example): For menus intended for use with the keyboard, the
9497 menu items should be bound to characters or real function keys.
9498
94992004-08-08 Luc Teirlinck <teirllm@auburn.edu>
9500
9501 * objects.texi (Character Type): Reposition `@anchor' to prevent
9502 double space inside sentence in Info.
9503
9504 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
9505 renamed to `disabled-command-function'.
9506 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
9507 (Command Loop Info): Replace reference to it.
9508 (Disabling Commands): `disabled-command-hook' has been renamed to
9509 `disabled-command-function'.
9510
95112004-08-07 Luc Teirlinck <teirllm@auburn.edu>
9512
9513 * os.texi (Translating Input): Only non-prefix bindings in
9514 `key-translation-map' override actual key bindings. Warn about
9515 possible indirect effect of actual key bindings on non-prefix
9516 bindings in `key-translation-map'.
9517
95182004-08-06 Luc Teirlinck <teirllm@auburn.edu>
9519
9520 * minibuf.texi (High-Level Completion): Add anchor for definition
9521 of `read-variable'.
9522
9523 * commands.texi: Various changes in addition to:
9524 (Using Interactive): Clarify description of `interactive-form'.
9525 (Interactive Call): Mention default for KEYS argument to
9526 `call-interactively'.
9527 (Command Loop Info): Clarify description of `this-command-keys'.
9528 Mention KEEP-RECORD argument to `clear-this-command-keys'.
9529 Value of `last-event-frame' can be `macro'.
9530 (Repeat Events): `double-click-fuzz' is also used to distinguish
9531 clicks and drags.
9532 (Classifying Events): Clarify descriptions of `event-modifiers'
9533 `event-basic-type' and `event-convert-list'.
9534 (Accessing Events): `posn-timestamp' takes POSITION argument.
9535 (Quoted Character Input): Clarify description of
9536 `read-quoted-char' and fix example.
9537 (Quitting): Add `with-local-quit'.
9538 (Disabling Commands): Correct and clarify descriptions of
9539 `enable-command' and `disable-command'.
9540 Mention what happens if `disabled-command-hook' is nil.
9541 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
9542 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
9543
95442004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9545
9546 * frames.texi: Various changes in addition to:
9547 (Creating Frames): Expand and clarify description of `make-frame'.
9548 (Window Frame Parameters): Either none or both of the `icon-left'
9549 and `icon-top' parameters must be specified. Put descriptions of
9550 `menu-bar-lines' and `toolbar-lines' closer together and change
9551 them accordingly.
9552 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
9553 except while processing `frame-title-format' or `icon-title-format'.
9554 (Deleting Frames): Correct description of `delete-frame'.
9555 Non-nil return values of `frame-live-p' are like those of `framep'.
9556 (Frames and Windows): Mention return value of
9557 `set-frame-selected-window'.
9558 (Visibility of Frames): Mention `force' argument to
9559 `make-frame-invisible'. `frame-visible-p' returns t for all
9560 frames on text-only terminals.
9561 (Frame Configurations): Restoring a frame configuration does not
9562 restore deleted frames.
9563 (Window System Selections): `x-set-selection' returns DATA.
9564 (Resources): Add example.
9565 (Display Feature Testing): Clarify descriptions of
9566 `display-pixel-height', `display-pixel-width', `x-server-version'
9567 and `x-server-vendor'.
9568
9569 * windows.texi (Choosing Window): Add anchor.
9570 * minibuf.texi (Minibuffer Misc): Add anchor.
9571
95722004-07-23 John Paul Wallington <jpw@gnu.org>
9573
9574 * macros.texi (Defining Macros): Declaration keyword for setting
9575 Edebug spec is `debug' not `edebug'.
9576
95772004-07-19 Luc Teirlinck <teirllm@auburn.edu>
9578
9579 * windows.texi: Various small changes in addition to:
9580 (Window Point): Mention return value of `set-window-point'.
9581 (Window Start): `pos-visible-in-window-p' disregards horizontal
9582 scrolling. Explain return value if PARTIALLY is non-nil.
9583 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
9584 and `set-window-vscroll'.
9585 (Size of Window): The argument WINDOW to `window-inside-edges',
9586 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
9587 (Resizing Windows): Explain return value of
9588 `shrink-window-if-larger-than-buffer'.
9589 `window-size-fixed' automatically becomes buffer local when set.
9590 (Window Configurations): Explain return value of
9591 `set-window-configuration'.
9592
9593 * minibuf.texi (Minibuffer Misc): Add anchor for
9594 `minibuffer-scroll-window'.
9595
9596 * positions.texi (Text Lines): Add anchor for `count-lines'.
9597
95982004-07-17 Richard M. Stallman <rms@gnu.org>
9599
9600 * display.texi (Overlay Properties): Adding `evaporate' prop
9601 deletes empty overlay immediately.
9602
9603 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
9604 fix example.
9605
96062004-07-16 Jim Blandy <jimb@redhat.com>
9607
9608 * searching.texi (Regexp Backslash): Document new \_< and \_>
9609 operators.
9610
96112004-07-16 Juanma Barranquero <lektu@terra.es>
9612
9613 * display.texi (Images): Fix Texinfo usage.
9614
96152004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9616
9617 * buffers.texi (Modification Time): `visited-file-modtime' now
9618 returns a list of two integers, instead of a cons.
9619
96202004-07-13 Luc Teirlinck <teirllm@auburn.edu>
9621
9622 * windows.texi: Various changes in addition to:
9623 (Splitting Windows): Add `split-window-keep-point'.
9624
96252004-07-09 Richard M. Stallman <rms@gnu.org>
9626
9627 * frames.texi (Input Focus): Minor fix.
9628
96292004-07-07 Luc Teirlinck <teirllm@auburn.edu>
9630
9631 * frames.texi (Input Focus): Clarify descriptions of
9632 `select-frame-set-input-focus' and `select-frame'.
9633
96342004-07-06 Luc Teirlinck <teirllm@auburn.edu>
9635
9636 * os.texi: Various small changes in addition to:
9637 (Killing Emacs): Expand and clarify description of
9638 `kill-emacs-query-functions' and `kill-emacs-hook'.
9639 (System Environment): Expand and clarify description of `getenv'
9640 and `setenv'.
9641 (Timers): Clarify description of `run-at-time'.
9642 (Translating Input): Correct description of
9643 `extra-keyboard-modifiers'.
9644 (Flow Control): Correct description of `enable-flow-control'.
9645
96462004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
9647
9648 * os.texi: Update copyright.
9649 (Session Management): Grammar fix.
9650 Clarify which Emacs does the restarting.
9651 Use @samp for *scratch* buffer.
9652
96532004-07-04 Alan Mackenzie <acm@muc.de>
9654
9655 * frames.texi (Input Focus): Add documentation for
9656 `select-frame-set-input-focus'. Replace refs to non-existent
9657 `switch-frame' with `select-frame'. Minor corrections and tidying
9658 up of text-only terminal stuff.
9659
96602004-07-02 Richard M. Stallman <rms@gnu.org>
9661
9662 * files.texi (Saving Buffers): Cleanup write-contents-function.
9663 (Magic File Names): Cleanup file-remote-p.
9664
b344d29d 96652004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
9666
9667 * files.texi (Magic File Names): `file-remote-p' returns an
9668 identifier of the remote system, not just t.
9669
96702004-07-02 David Kastrup <dak@gnu.org>
9671
9672 * searching.texi (Entire Match Data): Add explanation about new
9673 match-data behavior when @var{integers} is non-nil.
9674
96752004-06-24 Richard M. Stallman <rms@gnu.org>
9676
9677 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
9678
9679 * customize.texi (Variable Definitions): Note about doc strings
9680 and :set.
9681
9682 * keymaps.texi (Keymap Terminology): Document `kbd'.
9683 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
9684
9685 * display.texi (Invisible Text): Setting buffer-invisibility-spec
9686 makes it buffer-local.
9687
9688 * files.texi (Saving Buffers): Correct previous change.
9689
9690 * commands.texi (Accessing Events):
9691 Clarify posn-col-row and posn-actual-col-row.
9692
96932004-06-24 David Ponce <david.ponce@wanadoo.fr>
9694
9695 * commands.texi (Accessing Events): New functions
9696 posn-at-point and posn-at-x-y. Add example to posn-x-y.
9697
96982004-06-23 Luc Teirlinck <teirllm@auburn.edu>
9699
9700 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
9701 * frames.texi, buffers.texi, backups.texi, variables.texi:
9702 * loading.texi, eval.texi, functions.texi, control.texi:
9703 * symbols.texi, minibuf.texi: Reposition @anchor's.
9704
9705 * help.texi: Various small changes in addition to the following.
9706 (Describing Characters): Describe PREFIX argument to
9707 `key-description'. Correct and clarify definition of
9708 `text-char-description'. Describe NEED-VECTOR argument to
9709 `read-kbd-macro'.
9710 (Help Functions): Clarify definition of `apropos'.
9711
97122004-06-23 Lars Hansen <larsh@math.ku.dk>
9713
9714 * files.texi (Saving Buffers): Correct description of
9715 `write-contents-functions'.
9716
97172004-06-21 Juanma Barranquero <lektu@terra.es>
9718
9719 * display.texi (Images): Remove redundant @vindex directives.
9720 Rewrite `image-library-alist' doc in active voice.
9721
97222004-06-14 Juanma Barranquero <lektu@terra.es>
9723
9724 * display.texi (Images): Document new delayed library loading,
9725 variable `image-library-alist' and (existing but undocumented)
9726 function `image-type-available-p'.
9727
97282004-06-05 Richard M. Stallman <rms@gnu.org>
9729
9730 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
9731 refer the user to the Initial Input node.
9732 (Text from Minibuffer): Likewise.
9733 (Initial Input): New node. Document this feature
9734 and say it is mostly deprecated.
9735
97362004-05-30 Richard M. Stallman <rms@gnu.org>
9737
9738 * loading.texi (Named Features): Clarify return value
9739 and meaning of NOERROR.
9740
9741 * variables.texi (File Local Variables): Minor cleanup.
9742
97432004-05-30 Michael Albinus <michael.albinus@gmx.de>
9744
9745 * files.texi (Magic File Names): Add `file-remote-p' as operation
9746 of file name handlers.
9747
97482004-05-29 Richard M. Stallman <rms@gnu.org>
9749
9750 * modes.texi (Minor Mode Conventions): (-) has no special meaning
9751 as arg to a minor mode command.
9752
97532004-05-22 Richard M. Stallman <rms@gnu.org>
9754
9755 * syntax.texi (Syntax Class Table): Word syntax not just for English.
9756
9757 * streams.texi (Output Variables): Doc float-output-format.
9758
9759 * searching.texi (Regexp Special): Nested repetition can be infloop.
9760
9761 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
9762 real stack overflow.
9763
9764 * compile.texi: Minor cleanups.
9765
97662004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
9767
9768 * lists.texi (Cons Cells): Explain dotted lists, true lists,
9769 circular lists.
9770 (List Elements): Explain handling of circular and dotted lists.
9771
97722004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
9773
9774 * modes.texi (Search-based Fontification): Fix typo.
9775
97762004-05-10 Juanma Barranquero <lektu@terra.es>
9777
9778 * modes.texi (Mode Line Variables): Fix description of
9779 global-mode-string, which is now after which-func-mode, not the
9780 buffer name.
9781
97822004-05-07 Lars Hansen <larsh@math.ku.dk>
9783
9784 * modes.texi (Desktop Save Mode): Add.
9785 (Modes): Add menu entry Desktop Save Mode.
9786
9787 * hooks.texi: Add desktop-after-read-hook,
9788 desktop-no-desktop-file-hook and desktop-save-hook.
9789
9790 * locals.texi: Add desktop-save-buffer.
9791
97922004-04-30 Jesper Harder <harder@ifa.au.dk>
9793
9794 * display.texi: emacs -> Emacs.
9795
97962004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9797
9798 * files.texi (Changing Files): Document set-file-times.
9799
98002004-04-23 Juanma Barranquero <lektu@terra.es>
9801
9802 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9803
98042004-04-18 Jesper Harder <harder@ifa.au.dk>
9805
9806 * tips.texi (Coding Conventions): defopt -> defcustom.
9807
98082004-04-16 Luc Teirlinck <teirllm@auburn.edu>
9809
9810 * sequences.texi: Various clarifications.
9811
98122004-04-14 Luc Teirlinck <teirllm@auburn.edu>
9813
9814 * buffers.texi (Read Only Buffers): Mention optional ARG to
9815 `toggle-read-only'.
9816
98172004-04-14 Nick Roberts <nick@nick.uklinux.net>
9818
9819 * windows.texi (Selecting Windows): Note that get-lru-window
9820 returns a full-width window if possible.
9821
98222004-04-13 Luc Teirlinck <teirllm@auburn.edu>
9823
9824 * buffers.texi: Various changes in addition to:
9825 (Buffer File Name): Add `find-buffer-visiting'.
9826 (Buffer Modification): Mention optional ARG to `not-modified'.
9827 (Indirect Buffers): Mention optional CLONE argument to
9828 `make-indirect-buffer'.
9829
9830 * files.texi: Various changes in addition to:
9831 (Visiting Functions): `find-file-hook' is now a normal hook.
9832 (File Name Expansion): Explain difference between the way that
9833 `expand-file-name' and `file-truename' treat `..'.
9834 (Contents of Directories): Mention optional ID-FORMAT argument to
9835 `directory-files-and-attributes'.
9836 (Format Conversion): Mention new optional CONFIRM argument to
9837 `format-write-file'.
9838
98392004-04-12 Miles Bader <miles@gnu.org>
9840
9841 * macros.texi (Expansion): Add description of `macroexpand-all'.
9842
98432004-04-05 Jesper Harder <harder@ifa.au.dk>
9844
5dcb4c4e
SM
9845 * variables.texi (Variable Aliases):
9846 Mention cyclic-variable-indirection.
b8d4c8d0
GM
9847
9848 * errors.texi (Standard Errors): Ditto.
9849
98502004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9851
9852 * backups.texi: Various small changes in addition to:
9853 (Making Backups): Mention return value of `backup-buffer'.
9854 (Auto-Saving): Mention optional FORCE argument to
9855 `delete-auto-save-file-if-necessary'.
9856 (Reverting): Mention optional PRESERVE-MODES argument to
9857 `revert-buffer'. Correct description of `revert-buffer-function'.
9858
98592004-03-22 Juri Linkov <juri@jurta.org>
9860
9861 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9862 with `Vector Functions'.
9863
9864 * text.texi (Sorting): Add missing quote.
9865
98662004-03-14 Luc Teirlinck <teirllm@auburn.edu>
9867
9868 * intro.texi (Lisp History): Replace xref to `cl' manual with
9869 inforef.
9870
98712004-03-12 Richard M. Stallman <rms@gnu.org>
9872
9873 * intro.texi (Version Info): Add arg to emacs-version.
9874 (Lisp History): Change xref to CL manual.
9875
98762004-03-09 Luc Teirlinck <teirllm@auburn.edu>
9877
9878 * minibuf.texi (Completion Commands): Add xref to Emacs manual
9879 for Partial Completion mode.
9880
98812004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
9882
9883 * customize.texi: Fix typo. Remove eol whitespace.
9884
98852004-03-04 Richard M. Stallman <rms@gnu.org>
9886
9887 * processes.texi: Fix typos.
9888
9889 * lists.texi (Building Lists): Minor clarification.
9890
9891 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9892 in make-hash-table.
9893
98942004-02-29 Juanma Barranquero <lektu@terra.es>
9895
9896 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9897 rm, and ignore exit code.
9898
98992004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9900
9901 * display.texi (Defining Faces): Add description for min-colors.
9902 Update example.
9903
99042004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9905
9906 * abbrevs.texi: Various corrections and clarifications in addition
9907 to the following:
9908 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9909
99102004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9911
9912 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9913
99142004-02-21 Luc Teirlinck <teirllm@auburn.edu>
9915
9916 * text.texi: Various small changes in addition to the following:
9917 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9918 to delete-horizontal-space.
9919 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9920 description of yank-handler text property at various places.
9921
9922 * frames.texi (Window System Selections): Add anchor.
9923
9924 * syntax.texi (Syntax Table Functions): Clarify and correct
9925 descriptions of make-syntax-table and copy-syntax-table.
9926 (Motion and Syntax): Clarify SYNTAXES argument to
9927 skip-syntax-forward.
9928 (Parsing Expressions): Mention that the return value of
9929 parse-partial-sexp is currently a list of ten rather than nine
9930 elements.
9931 (Categories): Various corrections and clarifications.
9932
99332004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9934
9935 * markers.texi (Marker Insertion Types): Minor change.
9936
9937 * locals.texi (Standard Buffer-Local Variables):
9938 * commands.texi (Interactive Codes, Using Interactive):
9939 * functions.texi (Related Topics): Fix xrefs.
9940
99412004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9942
9943 * lists.texi (Sets And Lists): Update description of delete-dups.
9944
99452004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9946
9947 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9948
c8763fb6 99492004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9950
9951 * frames.texi (Parameter Access): frame-parameters arg is optional.
9952 modify-frame-parameters handles nil for FRAME.
9953 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9954 are all-or-nothing for certain toolkits.
9955 Mention parameter wait-for-wm.
9956 (Frames and Windows): In frame-first-window and frame-selected-window
9957 the arg is optional.
9958 (Input Focus): In redirect-frame-focus the second arg is optional.
9959 (Window System Selections): Mention selection type CLIPBOARD.
9960 Mention data-type UTF8_STRING.
9961 Mention numbering of cut buffers.
9962 (Resources): Describe x-resource-name.
9963
99642004-02-16 Richard M. Stallman <rms@gnu.org>
9965
9966 * windows.texi (Buffers and Windows): Delete false table
9967 about all-frames.
9968
9969 * syntax.texi (Parsing Expressions): Delete old caveat
9970 about parse-sexp-ignore-comments.
9971
9972 * streams.texi (Output Variables): Add print-quoted.
9973
9974 * lists.texi (Building Lists): Minor cleanup.
9975
9976 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9977
9978 * display.texi (Overlays): Explain overlays use markers.
9979 (Managing Overlays): Explain front-advance and rear-advance
9980 in more detail.
9981
9982 * loading.texi (Unloading): Document unload-feature-special-hooks.
9983 Get rid of fns-NNN.el file.
9984
99852004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9986
9987 * help.texi (Describing Characters): Fix text-char-description
9988 example output.
9989
9990 * edebug.texi (Using Edebug): Fix example.
9991
9992 * debugging.texi (Internals of Debugger): Fix return value.
9993
9994 * files.texi (Changing Files): Fix argname.
9995
9996 * calendar.texi: Fix parens, and default values.
9997
9998 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9999 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 10000 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
10001
10002 * positions.texi (Text Lines): Don't add -1 in current-line.
10003
100042004-02-16 Richard M. Stallman <rms@gnu.org>
10005
10006 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
10007
100082004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10009
10010 * processes.texi (Low-Level Network): Fix a typo.
10011
100122004-02-12 Kim F. Storm <storm@cua.dk>
10013
10014 * display.texi (Fringes): Use consistent wording.
10015 Note that window-fringe's window arg is optional.
10016 (Scroll Bars): Use consistent wording.
10017
100182004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10019
10020 * tips.texi (Comment Tips): Document the new conventions for
10021 commenting out code.
10022
c8763fb6 100232004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 10024
5dcb4c4e 10025 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
10026
100272004-02-07 Kim F. Storm <storm@cua.dk>
10028
10029 * positions.texi (Text Lines): Add line-number-at-pos.
10030
100312004-02-06 John Paul Wallington <jpw@gnu.org>
10032
10033 * display.texi (Button Properties, Button Buffer Commands):
10034 mouse-2 invokes button, not down-mouse-1.
10035
100362004-02-04 Jason Rumney <jasonr@gnu.org>
10037
10038 * makefile.w32-in: Sync with Makefile.in changes.
10039
100402004-02-03 Luc Teirlinck <teirllm@auburn.edu>
10041
10042 * minibuf.texi (Text from Minibuffer): Various corrections and
10043 clarifications.
10044 (Object from Minibuffer): Correct Lisp description of
10045 read-minibuffer.
10046 (Minibuffer History): Clarify description of cons values for
10047 HISTORY arguments.
5dcb4c4e
SM
10048 (Basic Completion): Various corrections and clarifications.
10049 Add completion-regexp-list.
b8d4c8d0
GM
10050 (Minibuffer Completion): Correct and clarify description of
10051 completing-read.
5dcb4c4e
SM
10052 (Completion Commands): Mention Partial Completion mode.
10053 Various other minor changes.
b8d4c8d0
GM
10054 (High-Level Completion): Various corrections and clarifications.
10055 (Reading File Names): Ditto.
10056 (Minibuffer Misc): Ditto.
10057
100582004-01-26 Luc Teirlinck <teirllm@auburn.edu>
10059
10060 * strings.texi (Text Comparison): assoc-string also matches
10061 elements of alists that are strings instead of conses.
10062 (Formatting Strings): Standardize Texinfo usage. Update index
10063 entries.
10064
100652004-01-20 Luc Teirlinck <teirllm@auburn.edu>
10066
10067 * lists.texi (Sets And Lists): Add delete-dups.
10068
100692004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10070
10071 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10072 special form.
10073 * macros.texi (Defining Macros): Update description of `declare',
10074 which now is a macro.
10075 (Wrong Time): Fix typos.
10076
100772004-01-14 Luc Teirlinck <teirllm@auburn.edu>
10078
10079 * compile.texi (Compilation Functions): Expand descriptions of
10080 `compile-defun', `byte-compile-file', `byte-recompile-directory'
10081 and `batch-byte-compile'. In particular, mention and describe
10082 all optional arguments.
10083 (Disassembly): Correct and clarify the description of `disassemble'.
10084
100852004-01-11 Luc Teirlinck <teirllm@auburn.edu>
10086
10087 * searching.texi: Various small changes in addition to the
10088 following.
10089 (Regexp Example): Adapt to new value of `sentence-end'.
10090 (Regexp Functions): The PAREN argument to `regexp-opt' can be
10091 `words'.
10092 (Search and Replace): Add usage note for `perform-replace'.
10093 (Entire Match Data): Mention INTEGERS and REUSE arguments to
10094 `match-data'.
10095 (Standard Regexps): Update for new values of `paragraph-start'
10096 and `sentence-end'.
10097
100982004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10099
10100 * files.texi (Saving Buffers): Clarify descriptions of
10101 `write-contents-functions' and `before-save-hook'.
10102 Make the defvar's for `before-save-hook' and `after-save-hook'
10103 into defopt's.
10104
101052004-01-07 Kim F. Storm <storm@cua.dk>
10106
10107 * commands.texi (Click Events): Describe new image and
10108 width/height elements of click events.
10109 (Accessing Events): Add posn-string, posn-image, and
10110 posn-object-width-height. Change posn-object to return either
10111 image or string object.
10112
101132004-01-01 Simon Josefsson <jas@extundo.com>
10114
10115 * hooks.texi (Standard Hooks): Add before-save-hook.
10116 * files.texi (Saving Buffers): Likewise.
10117
101182004-01-03 Richard M. Stallman <rms@gnu.org>
10119
10120 * frames.texi (Frames and Windows): Delete frame-root-window.
10121
101222004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10123
10124 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10125
10126 * functions.texi: Various small changes in addition to the
10127 following.
5dcb4c4e
SM
10128 (What Is a Function): `functionp' returns nil for macros.
10129 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
10130 (Function Documentation): Add `\' in front of (fn @var{arglist})
10131 and explain why.
10132 (Defining Functions): Mention DOCSTRING argument to `defalias'.
10133 Add anchor.
10134 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
10135
101362004-01-01 Miles Bader <miles@gnu.org>
10137
10138 * display.texi (Buttons): New section.
10139
101402003-12-31 Andreas Schwab <schwab@suse.de>
10141
10142 * numbers.texi (Math Functions): sqrt reports a domain-error
10143 error.
10144 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
10145
101462003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10147
10148 * tips.texi (Documentation Tips): Update item on hyperlinks in
10149 documentation strings.
10150
10151 * errors.texi (Standard Errors): Various small corrections and
10152 additions.
10153
10154 * control.texi: Various small changes in addition to the
10155 following.
10156 (Signaling Errors): Provide some more details on how `signal'
10157 constructs the error message. Add anchor to the definition of
10158 `signal'.
10159 (Error Symbols): Describe special treatment of `quit'.
10160 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
10161 to emphasize that it has to be a single form.
10162
10163 * buffers.texi: Add anchor.
10164
101652003-12-29 Richard M. Stallman <rms@gnu.org>
10166
10167 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
10168 (Window Configurations): Add window-configuration-frame.
10169
10170 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
10171
10172 * text.texi (Examining Properties): Add get-char-property-and-overlay.
10173 Change arg name in get-char-property.
10174 (Special Properties): Update handling of keymap property.
10175
10176 * strings.texi (Modifying Strings): Add clear-string.
10177 (Text Comparison): Add assoc-string and remove
10178 assoc-ignore-case, assoc-ignore-representation.
10179
10180 * os.texi (Time of Day): Add set-time-zone-rule.
10181
10182 * numbers.texi (Math Functions): asin, acos, log, log10
10183 report domain-error errors.
10184
10185 * nonascii.texi (Converting Representations):
10186 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
10187 (Encoding and I/O): Add file-name-coding-system.
10188
10189 * modes.texi (Search-based Fontification): Explain that
10190 face specs are symbols with face names as values.
10191
10192 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
10193
10194 * lists.texi (Building Lists): remq moved elsewhere.
10195 (Sets And Lists): remq moved here.
10196 (Association Lists): Refer to assoc-string.
10197
10198 * internals.texi (Garbage Collection): Add memory-use-counts.
10199
10200 * frames.texi (Frames and Windows): Add set-frame-selected-window
10201 and frame-root-window.
10202
10203 * files.texi (Contents of Directories):
10204 Add directory-files-and-attributes.
10205
10206 * display.texi (Refresh Screen): Add force-window-update.
10207 (Invisible Text): Explain about moving point out of invis text.
10208 (Overlay Properties): Add overlay-properties.
10209 (Managing Overlays): Add overlayp.
10210 (GIF Images): Invalid image number displays a hollow box.
10211
10212 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
10213 (Killing Buffers): Add buffer-live-p.
10214
102152003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10216
10217 * display.texi (Fringes): Fix typo "set-buffer-window".
10218
102192003-12-24 Luc Teirlinck <teirllm@auburn.edu>
10220
10221 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
10222 * nonascii.texi, processes.texi, tips.texi, variables.texi:
10223 Add or change various xrefs and anchors.
10224
10225 * commands.texi: Replace all occurrences of @acronym{CAR} with
10226 @sc{car}, for consistency with the rest of the Elisp manual.
10227 `car' and `cdr' are historically acronyms, but are no longer
10228 widely thought of as such.
10229
10230 * internals.texi (Pure Storage): Mention that `purecopy' does not
10231 copy text properties.
10232 (Object Internals): Now 29 bits are used (in most implementations)
10233 to address Lisp objects.
10234
10235 * variables.texi (Variables with Restricted Values): New node.
10236
10237 * objects.texi (Lisp Data Types): Mention that certain variables
10238 can only take on a restricted set of values and add an xref to
10239 the new node "Variables with Restricted Values".
10240
10241 * eval.texi (Function Indirection): Describe the errors that
10242 `indirect-function' can signal.
10243 (Eval): Clarify the descriptions of `eval-region' and `values'.
10244 Describe `eval-buffer' instead of `eval-current-buffer' and
10245 mention `eval-current-buffer' as an alias for `current-buffer'.
10246 Correct the description and mention all optional arguments.
10247
10248 * nonascii.texi: Various small changes in addition to the
10249 following.
10250 (Converting Representations): Clarify behavior of
10251 `string-make-multibyte' and `string-to-multibyte' for unibyte all
10252 ASCII arguments.
10253 (Character Sets): Document the variable `charset-list' and adapt
10254 the definition of the function `charset-list' accordingly.
10255 (Translation of Characters): Clarify use of generic characters in
10256 `make-translation-table'. Clarify and correct the description of
10257 the use of translation tables in encoding and decoding.
10258 (User-Chosen Coding Systems): Correct and clarify the description
10259 of `select-safe-coding-system'.
10260 (Default Coding Systems): Clarify description of
10261 `file-coding-system-alist'.
10262
102632003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10264
10265 * strings.texi (Text Comparison): Correctly describe when two
10266 strings are `equal'. Combine and clarify descriptions of
10267 `assoc-ignore-case' and `assoc-ignore-representation'.
10268
10269 * objects.texi (Non-ASCII in Strings): Clarify description of
10270 when a string is unibyte or multibyte.
10271 (Bool-Vector Type): Update examples.
10272 (Equality Predicates): Correctly describe when two strings are
10273 `equal'.
10274
102752003-11-29 Luc Teirlinck <teirllm@auburn.edu>
10276
10277 * lists.texi (Building Lists): `append' no longer accepts integer
10278 arguments. Update the description of `number-sequence' to reflect
10279 recent changes.
10280 (Sets And Lists): Describe `member-ignore-case' after `member'.
10281
102822003-11-27 Kim F. Storm <storm@cua.dk>
10283
10284 * commands.texi (Click Events): Click object may be an images.
10285 Describe (dx . dy) element of click positions.
10286 (Accessing Events): Remove duplicate posn-timestamp.
10287 New functions posn-object and posn-object-x-y.
10288
102892003-11-23 Kim F. Storm <storm@cua.dk>
10290
10291 * commands.texi (Click Events): Describe enhancements to event
10292 position lists, including new text-pos and (col . row) items.
10293 Mention left-fringe and right-fringe area events.
10294 (Accessing Events): New functions posn-area and
10295 posn-actual-col-row. Mention posn-timestamp. Mention that
10296 posn-point in non-text area still returns buffer position.
10297 Clarify posn-col-row.
10298
102992003-11-21 Lars Hansen <larsh@math.ku.dk>
10300
10301 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
10302 * anti.texi (File Attributes): Describe removed parameter
10303 ID-FORMAT.
10304
103052003-11-20 Luc Teirlinck <teirllm@auburn.edu>
10306
10307 * positions.texi (Positions): Mention that, if a marker is used as
10308 a position, its buffer is ignored.
10309
10310 * markers.texi (Overview of Markers): Mention it here too.
10311
103122003-11-12 Luc Teirlinck <teirllm@auburn.edu>
10313
10314 * numbers.texi (Numeric Conversions): Not just `floor', but also
10315 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
10316
103172003-11-10 Luc Teirlinck <teirllm@auburn.edu>
10318
10319 * markers.texi (Creating Markers): Specify insertion type of
10320 created markers. Add xref to `Marker Insertion Types'.
10321 Second argument to `copy-marker' is optional.
10322 (Marker Insertion Types): Mention that most markers are created
10323 with insertion type nil.
10324 (The Mark): Correctly describe when `mark' signals an error.
10325 (The Region): Correctly describe when `region-beginning' and
10326 `region-end' signal an error.
10327
103282003-11-08 Luc Teirlinck <teirllm@auburn.edu>
10329
10330 * hash.texi (Creating Hash): Clarify description of `eql'.
10331 `makehash' is obsolete.
10332 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
10333
10334 * positions.texi (Point): Change description of `buffer-end', so
10335 that it is also correct for floating point arguments.
10336 (List Motion): Correct argument lists of `beginning-of-defun' and
10337 `end-of-defun'.
10338 (Excursions): Add xref to `Marker Insertion Types'.
10339 (Narrowing): Argument to `narrow-to-page' is optional.
10340
103412003-11-06 Luc Teirlinck <teirllm@auburn.edu>
10342
10343 * streams.texi (Output Streams): Clarify behavior of point for
10344 marker output streams.
10345
103462003-11-04 Luc Teirlinck <teirllm@auburn.edu>
10347
10348 * variables.texi (Defining Variables): Second argument to
10349 `defconst' is not optional.
10350 (Setting Variables): Mention optional argument APPEND to
10351 `add-to-list'.
10352 (Creating Buffer-Local): Expand description of
10353 `make-variable-buffer-local'.
10354 (Frame-Local Variables): Expand description of
10355 `make-variable-frame-local'.
10356 (Variable Aliases): Correct description of optional argument
10357 DOCSTRING to `defvaralias'. Mention return value of
10358 `defvaralias'.
10359 (File Local Variables): Add xref to `File variables' in Emacs
10360 Manual. Correct description of `hack-local-variables'. Mention
10361 `safe-local-variable' property. Mention optional second argument
10362 to `risky-local-variable-p'.
10363
103642003-11-03 Luc Teirlinck <teirllm@auburn.edu>
10365
10366 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
10367
103682003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10369
10370 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
10371 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
10372 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
10373 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
10374 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
10375 lispref/processes.texi, lispref/searching.texi,
10376 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
10377 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
10378 @acronym{FOO}.
10379
103802003-10-27 Luc Teirlinck <teirllm@auburn.edu>
10381
10382 * strings.texi (Creating Strings): Argument START to `substring'
10383 can not be `nil'. Expand description of
10384 `substring-no-properties'. Correct description of `split-string',
10385 especially with respect to empty matches. Prevent very bad line
10386 break in definition of `split-string-default-separators'.
10387 (Text Comparison): `string=' and `string<' also accept symbols as
10388 arguments.
10389 (String Conversion): More completely describe argument BASE in
10390 `string-to-number'.
10391 (Formatting Strings): `%s' and `%S' in `format' do require
10392 corresponding object. Clarify behavior of numeric prefix after
10393 `%' in `format'.
10394 (Case Conversion): The argument to `upcase-initials' can be a
10395 character.
10396
103972003-10-27 Kenichi Handa <handa@m17n.org>
10398
10399 * display.texi (Fontsets): Fix texinfo usage.
10400
104012003-10-25 Kenichi Handa <handa@m17n.org>
10402
10403 * display.texi (Fontsets): Add description of the function
10404 set-fontset-font.
10405
104062003-10-23 Luc Teirlinck <teirllm@auburn.edu>
10407
10408 * display.texi (Temporary Displays): Add xref to `Documentation
10409 Tips'.
10410
10411 * functions.texi (Function Safety): Use inforef instead of pxref
10412 for SES.
10413
104142003-10-23 Andreas Schwab <schwab@suse.de>
10415
10416 * Makefile.in (TEX, texinputdir): Don't define.
10417 (TEXI2DVI): Define.
10418 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
10419 add $(srcdir)/index.texi.
10420 ($(infodir)/elisp): Remove index.texi dependency.
10421 (elisp.dvi): Likewise. Use $(TEXI2DVI).
10422 (index.texi): Remove target.
10423 (dist): Don't link $(srcdir)/permute-index.
10424 (clean): Don't remove index.texi.
10425
10426 * permute-index, index.perm: Remove.
10427 * index.texi: Rename from index.unperm.
10428
104292003-10-22 Luc Teirlinck <teirllm@auburn.edu>
10430
10431 * tips.texi (Documentation Tips): Document new behavior for face
10432 and variable hyperlinks in Help mode.
10433
104342003-10-21 Luc Teirlinck <teirllm@auburn.edu>
10435
10436 * objects.texi (Integer Type): Update for extra bit of integer range.
10437 (Character Type): Ditto.
10438
104392003-10-16 Eli Zaretskii <eliz@gnu.org>
10440
10441 * numbers.texi (Integer Basics): Add index entries for reading
10442 numbers in hex, octal, and binary.
10443
104442003-10-16 Lute Kamstra <lute@gnu.org>
10445
10446 * modes.texi (Mode Line Format): Mention force-mode-line-update's
10447 argument.
10448
104492003-10-13 Luc Teirlinck <teirllm@auburn.edu>
10450
10451 * windows.texi (Choosing Window): Fix typo.
10452 * edebug.texi (Edebug Execution Modes): Fix typo.
10453
104542003-10-13 Richard M. Stallman <rms@gnu.org>
10455
10456 * windows.texi (Basic Windows): A window has fringe settings,
10457 display margins and scroll-bar settings.
10458 (Splitting Windows): Doc split-window return value.
10459 Clean up one-window-p.
10460 (Selecting Windows): Fix typo.
10461 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
10462 (Buffers and Windows): In set-window-buffer, explain effect
10463 on fringe settings and scroll bar settings.
10464 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
10465 (Choosing Window): Use defopt for pop-up-frame-function.
10466 For special-display-buffer-names, explain same-window and same-frame.
10467 Clarify window-dedicated-p return value.
10468 (Textual Scrolling): scroll-up and scroll-down can get an error.
10469 (Horizontal Scrolling): Clarify auto-hscroll-mode.
10470 Clarify set-window-hscroll.
10471 (Size of Window): Don't mention tool bar in window-height.
10472 (Coordinates and Windows): Explain what coordinates-in-window-p
10473 returns for fringes and display margins.
10474 (Window Configurations): Explain saving fringes, etc.
10475
10476 * tips.texi (Library Headers): Clean up Documentation.
10477
10478 * syntax.texi (Parsing Expressions): Clean up forward-comment
10479 and parse-sexp-lookup-properties.
10480
10481 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
10482
10483 * os.texi (System Environment): Clean up text for load-average errors.
10484
10485 * modes.texi (Hooks): Don't explain local hook details at front.
10486 Clarify run-hooks and run-hook-with-args a little.
10487 Clean up add-hook and remove-hook.
10488
10489 * edebug.texi (Edebug Execution Modes): Clarify t.
10490 Document edebug-sit-for-seconds.
10491 (Coverage Testing): Document C-x X = and =.
10492 (Instrumenting Macro Calls): Fix typo.
10493 (Specification List): Don't index the specification keywords.
10494
104952003-10-10 Kim F. Storm <storm@cua.dk>
10496
10497 * processes.texi (Network): Introduce make-network-process.
10498
104992003-10-09 Luc Teirlinck <teirllm@auburn.edu>
10500
10501 * tips.texi (Library Headers): Fix typo.
10502
105032003-10-07 Juri Linkov <juri@jurta.org>
10504
10505 * modes.texi (Imenu): Mention imenu-create-index-function's
10506 default value. Explain submenus better.
10507
105082003-10-07 Lute Kamstra <lute@gnu.org>
10509
10510 * modes.texi (Faces for Font Lock): Fix typo.
10511 (Hooks): Explain how buffer-local hook variables can refer to
10512 global hook variables.
10513 Various minor clarifications.
10514
105152003-10-06 Lute Kamstra <lute@gnu.org>
10516
10517 * tips.texi (Coding Conventions): Mention naming conventions for
10518 hooks.
10519
105202003-10-05 Luc Teirlinck <teirllm@auburn.edu>
10521
10522 * loading.texi (Library Search): Correct default value of
10523 load-suffixes.
10524 (Named Features): Fix typo.
10525
105262003-10-05 Richard M. Stallman <rms@gnu.org>
10527
10528 * loading.texi (Named Features): In `provide',
10529 say how to test for subfeatures.
10530 (Unloading): In unload-feature, use new var name
10531 unload-feature-special-hooks.
10532
105332003-10-03 Lute Kamstra <lute@gnu.org>
10534
10535 * modes.texi (Major Mode Conventions): Mention third way to set up
10536 Imenu.
10537 (Imenu): A number of small fixes.
10538 Delete documentation of internal variable imenu--index-alist.
10539 Document the return value format of imenu-create-index-function
10540 functions.
10541
105422003-09-30 Richard M. Stallman <rms@gnu.org>
10543
10544 * processes.texi (Network): Say what stopped datagram connections do.
10545
10546 * lists.texi (Association Lists): Clarify `assq-delete-all'.
10547
10548 * display.texi (Overlay Properties): Clarify `evaporate' property.
10549
105502003-09-29 Lute Kamstra <lute@gnu.org>
10551
10552 * modes.texi (Mode Line Data): Explain when symbols in mode-line
10553 constructs should be marked as risky.
10554 Change cons cell into proper list.
10555 (Mode Line Variables): Change cons cell into proper list.
10556
105572003-09-26 Lute Kamstra <lute@gnu.org>
10558
10559 * modes.texi (Mode Line Data): Document the :propertize construct.
10560 (Mode Line Variables): Reorder the descriptions of the variables
10561 to match their order in the default mode-line-format.
10562 Describe the new variables mode-line-position and mode-line-modes.
10563 Update the default values of mode-line-frame-identification,
10564 minor-mode-alist, and default-mode-line-format.
10565 (Properties in Mode): Mention the :propertize construct.
10566
105672003-09-26 Richard M. Stallman <rms@gnu.org>
10568
10569 * buffers.texi, commands.texi, debugging.texi, eval.texi:
10570 * loading.texi, minibuf.texi, text.texi, variables.texi:
10571 Avoid @strong{Note:}.
10572
105732003-09-26 Richard M. Stallman <rms@gnu.org>
10574
10575 * keymaps.texi (Remapping Commands): Fix typo.
10576
105772003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
10578
10579 * processes.texi (Low-Level Network): Fix typo.
10580
105812003-09-23 Kim F. Storm <storm@cua.dk>
10582
10583 * processes.texi (Network, Network Servers): Fix typos.
10584 (Low-Level Network): Add timeout value for :server keyword.
10585 Add new option keywords to make-network-process.
10586 Add set-network-process-options.
10587 Explain how to test availability of network options.
10588
105892003-09-19 Richard M. Stallman <rms@gnu.org>
10590
10591 * text.texi (Motion by Indent): Arg to
10592 backward-to-indentation and forward-to-indentation is optional.
10593
10594 * strings.texi (Creating Strings): Add substring-no-properties.
10595
10596 * processes.texi
10597 (Process Information): Add list-processes arg QUERY-ONLY.
10598 Delete process-contact from here.
10599 Add new status values for process-status.
10600 Add process-get, process-put, process-plist, set-process-plist.
10601 (Synchronous Processes): Add call-process-shell-command.
10602 (Signals to Processes): signal-process allows process objects.
10603 (Network): Complete rewrite.
10604 (Network Servers, Datagrams, Low-Level Network): New nodes.
10605
10606 * positions.texi (Word Motion): forward-word, backward-word
10607 arg is optional. Reword.
10608
10609 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
10610
10611 * variables.texi (Creating Buffer-Local):
10612 Delete duplicate definition of buffer-local-value.
10613 (File Local Variables): Explain about discarding text props.
10614
106152003-09-11 Richard M. Stallman <rms@gnu.org>
10616
10617 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
10618 changes variables that record input events.
10619 (Minibuffer Misc): Add minibuffer-selected-window.
10620
10621 * lists.texi (Building Lists): Add copy-tree.
10622
10623 * display.texi (Fontsets): Add char-displayable-p.
10624 (Scroll Bars): New node.
10625
106262003-09-08 Lute Kamstra <lute@gnu.org>
10627
10628 * modes.texi (%-Constructs): Document new `%i' and `%I'
10629 constructs.
10630
106312003-09-03 Peter Runestig <peter@runestig.com>
10632
10633 * makefile.w32-in: New file.
10634
106352003-08-29 Richard M. Stallman <rms@gnu.org>
10636
10637 * display.texi (Overlay Properties): Clarify how priorities
10638 affect use of the properties.
10639
106402003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10641
10642 * customize.texi (Type Keywords): Correct the description of
10643 `:help-echo' in the case where `motion-doc' is a function.
10644
106452003-08-14 John Paul Wallington <jpw@gnu.org>
10646
10647 * modes.texi (Emulating Mode Line): Subsection, not section.
10648
106492003-08-13 Richard M. Stallman <rms@gnu.org>
10650
10651 * elisp.texi (Top): Update subnode lists in menu.
10652
10653 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
10654 (Kill Functions): kill-region has new arg yank-handler.
10655 (Yanking): New node.
10656 (Yank Commands): Add yank-undo-function.
10657 (Low-Level Kill Ring):
10658 kill-new and kill-append have new arg yank-handler.
10659 (Changing Properties): Add remove-list-of-text-properties.
10660 (Atomic Changes): New node.
10661
10662 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
10663
10664 * streams.texi (Output Variables): Add eval-expression-print-length
10665 and eval-expression-print-level.
10666
10667 * os.texi (Time Conversion): For encode-time, explain limits on year.
10668
10669 * objects.texi (Character Type): Define anchor "modifier bits".
10670
10671 * modes.texi (Emulating Mode Line): New node.
10672 (Search-based Fontification): Font Lock uses font-lock-face property.
10673 (Other Font Lock Variables): Likewise.
10674
10675 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
10676 not vectors.
10677 (Active Keymaps): Add emulation-mode-map-alists.
10678 (Functions for Key Lookup): key-binding has new arg no-remap.
10679 (Remapping Commands): New node.
10680 (Scanning Keymaps): where-is-internal has new arg no-remap.
10681 (Tool Bar): Add tool-bar-local-item-from-menu.
10682 Clarify when to use tool-bar-add-item-from-menu.
10683
10684 * commands.texi (Interactive Call): commandp has new arg.
10685 (Command Loop Info): Add this-original-command.
10686
106872003-08-06 John Paul Wallington <jpw@gnu.org>
10688
10689 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
10690
10691 * display.texi (Warning Basics): Fix typo.
10692 (Fringes): Add closing curly bracket and fix typo.
10693
10694 * elisp.texi (Top): Fix typo.
10695
106962003-08-05 Richard M. Stallman <rms@gnu.org>
10697
10698 * elisp.texi: Update lists of subnodes.
10699
10700 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
10701
10702 * variables.texi (Local Variables): Use lc for example variable names.
10703
10704 * tips.texi (Library Headers): Explain where to put -*-.
10705
10706 * strings.texi (Creating Strings): Fix xref for vconcat.
10707
10708 * sequences.texi (Vector Functions):
10709 vconcat no longer allows integer args.
10710
10711 * minibuf.texi (Reading File Names): read-file-name has new
10712 arg PREDICATE. New function read-directory-name.
10713
c4cc8b9a 10714 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
10715 (Indenting Macros): New node.
10716
10717 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
10718 (Window Frame Parameters): Make separate table of parameters
10719 that are coupled with specific face attributes.
10720 (Deleting Frames): delete-frame-hooks renamed to
10721 delete-frame-functions.
10722
10723 * files.texi (Magic File Names): Add file-remote-p.
10724 Clarify file-local-copy.
10725
10726 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
10727 here; instead xref Defining Macros.
10728
10729 * display.texi (Warnings): New node, and subnodes.
10730 (Fringes): New node.
10731
10732 * debugging.texi (Test Coverage): New node.
10733
10734 * compile.texi (Compiler Errors): Explain with-no-warnings
10735 and other ways to suppress warnings.
10736
10737 * commands.texi (Interactive Call): Minor clarification.
10738
10739 * buffers.texi (Buffer File Name): set-visited-file-name
10740 renames the buffer too.
10741
10742 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
10743
107442003-07-24 Markus Rost <rost@math.ohio-state.edu>
10745
10746 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
10747
107482003-07-22 Markus Rost <rost@math.ohio-state.edu>
10749
10750 * internals.texi (Garbage Collection): Fix previous change.
10751
107522003-07-22 Richard M. Stallman <rms@gnu.org>
10753
10754 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
10755
10756 * display.texi (Width): Use \s syntax in example.
10757 (Font Selection): Add face-font-rescale-alist.
10758
10759 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
10760 Remove spurious indent in example.
10761
10762 * lists.texi (Building Lists): Add number-sequence.
10763
10764 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
10765
10766 * functions.texi (Function Documentation): Explain how to
10767 show calling convention explicitly in the doc string.
10768
10769 * windows.texi (Selecting Windows): save-selected-window saves
10770 selected window of each frame.
10771 (Window Configurations): Minor change.
10772
10773 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
10774
10775 * streams.texi (Output Variables): Add print-continuous-numbering
10776 and print-number-table.
10777
10778 * processes.texi (Decoding Output): New node.
10779
10780 * os.texi (Time Conversion): decode-time arg is optional.
10781
10782 * objects.texi (Character Type): Don't use space as example for \.
10783 Make list of char names and \-sequences correspond.
10784 Explain that \s is not used in strings. `\ ' needs space after.
10785
10786 * nonascii.texi (Converting Representations): Add string-to-multibyte.
10787 (Translation of Characters): Add translation-table-for-input.
10788 (Default Coding Systems): Add auto-coding-functions.
10789 (Explicit Encoding): Add decode-coding-inserted-region.
10790 (Locales): Add locale-info.
10791
10792 * minibuf.texi (Basic Completion): Describe test-completion.
10793 Collections can be lists of strings.
10794 Clean up lazy-completion-table.
10795 (Programmed Completion): Mention test-completion.
10796 Clarify why lambda expressions are not accepted.
10797 (Minibuffer Misc): Describe minibufferp.
10798
107992003-07-14 Richard M. Stallman <rms@gnu.org>
10800
10801 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
10802
10803 * windows.texi (Selecting Windows): New arg to select-window.
10804 (Selecting Windows): Add with-selected-window.
10805 (Size of Window): Add window-inside-edges, etc.
10806
10807 * internals.texi (Garbage Collection): Add post-gc-hook.
10808
10809 * processes.texi (Subprocess Creation): Add exec-suffixes.
10810
10811 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
10812 (Scanning Keymaps): Add map-keymaps.
10813 (Defining Menus): Add keymap-prompt.
10814
10815 * numbers.texi (Integer Basics): Add most-positive-fixnum,
10816 most-negative-fixnum.
10817
c4cc8b9a 10818 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
10819 (Compiler Errors): New node.
10820
10821 * os.texi (User Identification): user-uid, user-real-uid
10822 can return float.
10823
10824 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
10825 and about derived modes.
10826 (Minor Modes): Add minor-mode-list.
10827 (Defining Minor Modes): Keyword args for define-minor-mode.
10828 (Search-based Fontification): Explain managing other properties.
10829 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 10830 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
10831 (Hooks): Add run-mode-hooks and delay-mode-hooks.
10832
10833 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
10834 (Variable Aliases): Clarify defvaralias.
10835
10836 * loading.texi (Library Search): Add load-suffixes.
10837
10838 * minibuf.texi (Basic Completion): Add lazy-completion-table.
10839 (Programmed Completion): Add dynamic-completion-table.
10840
10841 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10842 (Magic File Names): Specify precedence order of handlers.
10843
10844 * commands.texi (Command Overview): Emacs server runs pre-command-hook
10845 and post-command-hook.
10846 (Waiting): New calling convention for sit-for.
10847
10848 * text.texi (Special Properties): local-map and keymap properties
10849 apply based on their stickiness.
10850
108512003-07-07 Richard M. Stallman <rms@gnu.org>
10852
10853 * modes.texi (Minor Mode Conventions): Specify only some kinds
10854 of list values as args to minor modes.
10855
10856 * files.texi (File Name Expansion): Warn about iterative use
10857 of substitute-in-file-name.
10858
10859 * advice.texi (Activation of Advice): Clean up previous change.
10860
108612003-07-06 Markus Rost <rost@math.ohio-state.edu>
10862
10863 * advice.texi (Activation of Advice): Note that ad-start-advice is
10864 turned on by default.
10865
108662003-06-30 Richard M. Stallman <rms@gnu.org>
10867
10868 * text.texi (Buffer Contents): Document current-word.
10869 (Change Hooks): Not called for *Messages*.
10870
10871 * functions.texi (Defining Functions): Explain about redefining
10872 primitives.
f4e90db0 10873 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
10874 Comment out the detailed criteria for what is safe.
10875
108762003-06-22 Andreas Schwab <schwab@suse.de>
10877
10878 * objects.texi (Symbol Type): Fix description of examples.
10879
108802003-06-16 Andreas Schwab <schwab@suse.de>
10881
10882 * hash.texi (Creating Hash): Fix description of :weakness.
10883
c8763fb6 108842003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
10885
10886 * files.texi (Changing Files): copy-file copies file modes, too.
10887
108882003-05-28 Richard M. Stallman <rms@gnu.org>
10889
10890 * strings.texi (Creating Strings): Clarify split-string.
10891
108922003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
10893
10894 * strings.texi (Creating Strings): Update split-string specification
10895 and examples.
10896
108972003-05-19 Richard M. Stallman <rms@gnu.org>
10898
10899 * elisp.texi: Correct invariant section names.
10900
109012003-04-20 Richard M. Stallman <rms@gnu.org>
10902
10903 * os.texi (Timers): Explain about timers and quitting.
10904
109052003-04-19 Richard M. Stallman <rms@gnu.org>
10906
10907 * internals.texi (Writing Emacs Primitives): Strings are
10908 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
10909 Explain GCPRO convention for varargs function args.
10910
109112003-04-16 Richard M. Stallman <rms@gnu.org>
10912
10913 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10914
109152003-04-08 Richard M. Stallman <rms@gnu.org>
10916
10917 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10918
109192003-02-13 Kim F. Storm <storm@cua.dk>
10920
10921 * objects.texi (Character Type): New \s escape for space.
10922
109232003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
10924
5dcb4c4e 10925 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
10926
109272003-01-25 Richard M. Stallman <rms@gnu.org>
10928
10929 * keymaps.texi: Document that a symbol can act as a keymap.
10930
109312003-01-13 Richard M. Stallman <rms@gnu.org>
10932
10933 * text.texi (Changing Properties): Say string indices are origin-0.
10934
10935 * positions.texi (Screen Lines) <compute-motion>:
10936 Correct order of elts in return value.
10937
10938 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10939 how to define a default binding.
10940
109412002-12-07 Markus Rost <rost@math.ohio-state.edu>
10942
10943 * loading.texi (Unloading): Fix recent change for load-history.
10944
10945 * customize.texi (Simple Types): Clarify description of custom
10946 type 'number. Describe new custom type 'float.
10947
109482002-12-04 Markus Rost <rost@math.ohio-state.edu>
10949
10950 * variables.texi (File Local Variables): Fix typo.
10951
c8763fb6 109522002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
10953
10954 From Michael Albinus <Michael.Albinus@alcatel.de>.
10955
10956 * README: Target for Info file is `make info'.
10957
5dcb4c4e 10958 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
10959 `file-name-sans-extension'.
10960 (Magic File Names): Complete list of operations for magic file
10961 name handlers.
10962
109632002-09-16 Jonathan Yavner <jyavner@engineer.com>
10964
10965 * variables.texi (File Local Variables): New function
10966 risky-local-variable-p.
10967
109682002-09-15 Jonathan Yavner <jyavner@engineer.com>
10969
10970 * functions.texi (Function safety): New node about unsafep.
10971
109722002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10973
5dcb4c4e 10974 * customize.texi (Splicing into Lists): Fix example.
a86cd395 10975 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
10976
109772002-06-17 Juanma Barranquero <lektu@terra.es>
10978
10979 * frames.texi (Display Feature Testing): Fix typo.
10980
109812002-06-12 Andreas Schwab <schwab@suse.de>
10982
10983 * frames.texi (Initial Parameters, Resources): Fix references to
10984 the Emacs manual.
10985
109862002-05-13 Kim F. Storm <storm@cua.dk>
10987
10988 * variables.texi (Intro to Buffer-Local): Updated warning and
10989 example relating to changing buffer inside let.
10990
c8763fb6 109912002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10992
10993 * os.texi (Session Management): New node about X Session management.
10994
109952002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10996
10997 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10998 to which the manual corresponds, and the copyright years.
10999
11000 * Makefile.in (VERSION): Set to 2.9.
11001
110022001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
11003
11004 * elisp.texi: Change the category in @dircategory to "Emacs", to
11005 make it consistent with info/dir.
11006
110072001-11-25 Miles Bader <miles@gnu.org>
11008
11009 * text.texi (Fields): Describe new `limit' arg in
11010 field-beginning/field-end.
11011
110122001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
11013
5dcb4c4e
SM
11014 * permute-index: Don't depend on csh-specific features.
11015 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
11016
11017 * two-volume-cross-refs.txt: New file.
11018 * two.el: New file.
11019 * spellfile: New file.
11020
110212001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
11022
11023 * permute-index: New file.
11024
11025 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
11026 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
11027 8+3 restricted namespace.
11028
11029 * Makefile.in (infodir): Define relative to $(srcdir).
11030 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
11031 include directories list via -I switch to makeinfo.
11032 (index.texi): Use cp if both hard and symbolic links fail.
11033
110342001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
11035
11036 * Makefile.in (distclean): Add.
11037
11038 The following changes make ELisp manual part of the Emacs
11039 distribution:
11040
11041 * Makefile.in: Add Copyright notice.
11042 (prefix): Remove.
11043 (infodir): Change value to "../info".
11044 (VPATH): New variable.
11045 (MAKE): Don't define.
11046 (texmacrodir): Don't define.
11047 (texinputdir): Append the existing value of TEXINPUTS.
11048 ($(infodir)/elisp): Instead of just "elisp". Reformat the
11049 command to be compatible with man/Makefile.in, and to put the
11050 output into ../info.
11051 (info): Add target.
11052 (installall): Target removed.
11053
c8763fb6 110542001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
11055
11056 * tips.texi (Coding Conventions): Fix typo.
11057
110582001-10-23 Gerd Moellmann <gerd@gnu.org>
11059
11060 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11061
110622001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11063
11064 * files.texi (File Name Components): Update the description of
11065 file-name-sans-extension and file-name-extension, as they now
11066 ignore leading dots.
11067
110682001-10-20 Gerd Moellmann <gerd@gnu.org>
11069
11070 * (Version 21.1 released.)
11071
110722001-10-19 Miles Bader <miles@gnu.org>
11073
11074 * positions.texi (Text Lines): Describe behavior of
11075 `beginning-of-line'/`end-of-line' in the presence of field properties.
11076
110772001-10-17 Gerd Moellmann <gerd@gnu.org>
11078
11079 * Makefile.in (VERSION): Set to 2.8.
11080 (manual): Use `manual-21'.
11081
11082 * elisp.texi (VERSION): Add and use it where the version
11083 number was used. Set it to 2.8.
11084
11085 * intro.texi: Likewise.
11086
110872001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11088
11089 * files.texi (File Name Completion): Document the significance of
11090 a trailing slash in elements of completion-ignored-extensions.
11091
110922001-10-06 Miles Bader <miles@gnu.org>
11093
11094 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11095
110962001-10-04 Gerd Moellmann <gerd@gnu.org>
11097
11098 * variables.texi (Variable Aliases): New node.
11099
111002001-10-04 Gerd Moellmann <gerd@gnu.org>
11101
11102 * Branch for 21.1.
11103
111042001-10-02 Miles Bader <miles@gnu.org>
11105
11106 * minibuf.texi (Minibuffer Misc): Add entries for
11107 `minibuffer-contents', `minibuffer-contents-no-properties', and
11108 `delete-minibuffer-contents'.
11109 Correct description for `minibuffer-prompt-end'.
11110
11111 * text.texi (Property Search): Correct descriptions of
11112 `next-char-property-change' and `previous-char-property-change'.
11113 Add entries for `next-single-char-property-change' and
11114 `previous-single-char-property-change'.
11115 Make operand names a bit more consistent.
11116
111172001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
11118
11119 * frames.texi (Finding All Frames): Document that next-frame and
11120 previous-frame are local to current terminal.
11121
111222001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
11123
11124 * keymaps.texi (Creating Keymaps): Fix the description of the
11125 result of make-keymap.
11126
111272001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
11128
11129 * display.texi (Font Lookup, Attribute Functions)
11130 (Image Descriptors): Add cross-references to the definition of
11131 selected frame.
11132
11133 * buffers.texi (The Buffer List): Add cross-references to the
11134 definition of selected frame.
11135
11136 * frames.texi (Input Focus): Clarify which frame is _the_ selected
11137 frame at any given time.
11138 (Multiple Displays, Size and Position): Add a cross-reference to
11139 the definition of the selected frame.
11140
111412001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11142
11143 * strings.texi (String Conversion) <string-to-number>: Document
11144 that a float is returned for integers that are too large.
11145
11146 * frames.texi (Mouse Position): Document mouse-position-function.
11147 (Display Feature Testing): Document display-images-p.
11148 (Window Frame Parameters): Document the cursor-type variable.
11149
11150 * numbers.texi (Integer Basics): Document CL style read syntax for
11151 integers in bases other than 10.
11152
5dcb4c4e
SM
11153 * positions.texi (List Motion):
11154 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
11155
11156 * lists.texi (Sets And Lists): Document member-ignore-case.
11157
11158 * internals.texi (Garbage Collection): Document the used and free
11159 strings report.
11160 (Memory Usage): Document strings-consed.
11161
11162 * os.texi (Time of Day): Document float-time.
11163 (Recording Input): Document that clear-this-command-keys clears
11164 the vector to be returned by recent-keys.
11165
ed9265fc
JB
11166 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
11167 The argument keymap can be a list.
b8d4c8d0
GM
11168
11169 * nonascii.texi (User-Chosen Coding Systems)
11170 <select-safe-coding-system>: Document the new argument
11171 accept-default-p and the variable
11172 select-safe-coding-system-accept-default-p. Tell what happens if
11173 buffer-file-coding-system is undecided.
11174 (Default Coding Systems): Document auto-coding-regexp-alist.
11175
11176 * display.texi (The Echo Area) <message>: Document
11177 message-truncate-lines.
11178 (Glyphs): Document that the glyph table is unused on windowed
11179 displays.
11180
11181 * help.texi (Describing Characters) <single-key-description>:
11182 Document the new argument no-angles.
11183 (Accessing Documentation) <documentation-property>: Document that
11184 a non-string property is evaluated.
11185 <documentation>: Document that the function-documentation property
11186 is looked for.
11187
11188 * windows.texi (Selecting Windows): Document some-window.
11189
11190 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
11191
11192 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
11193 apropos-mode-hook.
11194
11195 * commands.texi (Using Interactive): Document interactive-form.
11196 (Keyboard Macros): Document kbd-macro-termination-hook.
11197 (Command Loop Info): Document that clear-this-command-keys clears
11198 the vector to be returned by recent-keys.
11199
112002001-09-04 Werner LEMBERG <wl@gnu.org>
11201
11202 * Makefile.in (srcdir, texinputdir): New variables.
11203 (srcs, index.texi, install): Use $(srcdir).
11204 (.PHONY): Remove elisp.dvi.
11205 (elisp): Use -I switch for makeinfo.
11206 (elisp.dvi): Use $(srcdir) and $(texinputdir).
11207 (installall, dist): Use $(srcdir).
11208 Fix path to texinfo.tex.
11209 (maintainer-clean): Add elisp.dvi and elisp.oaux.
11210
112112001-08-30 Gerd Moellmann <gerd@gnu.org>
11212
11213 * display.texi (Conditional Display): Adjust to API change.
11214
11215 * configure: New file.
11216
112172001-07-30 Gerd Moellmann <gerd@gnu.org>
11218
11219 * commands.texi (Repeat Events): Add description of
11220 double-click-fuzz.
11221
112222001-05-08 Stefan Monnier <monnier@cs.yale.edu>
11223
11224 * syntax.texi (Syntax Class Table): Add the missing designator for
11225 comment and string fences.
11226 (Syntax Properties): Add a xref to syntax table internals.
11227 (Syntax Table Internals): Document string-to-syntax.
11228
112292001-05-07 Gerd Moellmann <gerd@gnu.org>
11230
11231 * Makefile.in (install): Use install-info command line options
11232 like in Emacs' Makefile.in.
11233
112342000-12-09 Miles Bader <miles@gnu.org>
11235
11236 * windows.texi (Window Start): Update documentation for
11237 `pos-visible-in-window-p'.
11238
112392000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11240
11241 * lists.texi (Building Lists): Add footnote to explain how to add
11242 to the end of a list.
11243
112442000-10-25 Gerd Moellmann <gerd@gnu.org>
11245
11246 * files.texi (Visiting Functions): Typos.
11247
112482000-10-25 Kenichi Handa <handa@etl.go.jp>
11249
11250 * files.texi (Visiting Functions): Return value of
11251 find-file-noselect may be a list of buffers if wildcards are used.
11252
112532000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11254
11255 * display.texi (Defining Faces): Document `graphic' display type
11256 in face specs.
11257
b344d29d 112582000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
11259
11260 * hooks.texi (Standard Hooks): Replace obsolete
11261 `after-make-frame-hook' with `after-make-frame-functions'.
11262
11263 * frames.texi (Creating Frames): Ditto.
11264
11265 * variables.texi (Future Local Variables): Ditto.
11266
112672000-10-16 Gerd Moellmann <gerd@gnu.org>
11268
11269 * display.texi (Other Image Types): Add description of :foreground
11270 and :background properties of mono PBM images.
11271
112722000-08-17 Werner LEMBERG <wl@gnu.org>
11273
11274 * .cvsignore: New file.
11275
112762000-01-05 Gerd Moellmann <gerd@gnu.org>
11277
11278 * tindex.pl: New script.
11279
112801999-12-03 Dave Love <fx@gnu.org>
11281
11282 * Makefile.in (MAKEINFO): New parameter.
11283
112841999-09-17 Richard Stallman <rms@gnu.org>
11285
11286 * Makefile.in (srcs): Add hash.texi.
11287 (VERSION): Update to 20.6.
11288
112891999-09-13 Richard Stallman <rms@gnu.org>
11290
11291 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
11292
112931998-08-29 Karl Heuer <kwzh@gnu.org>
11294
11295 * configure.in: New file.
11296 * Makefile.in: Renamed from Makefile.
11297 (prefix, infodir): Use value obtained from configure.
11298 (emacslibdir): Obsolete variable deleted.
11299 (dist): Distribute configure.in, configure, Makefile.in.
11300
113011998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11302
11303 * Makefile (INSTALL_INFO): New variable.
11304 (install): Run install-info.
11305
113061998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11307
11308 * Makefile (elisp.dvi): Add missing backslash.
11309
113101998-05-02 Richard Stallman <rms@psilocin.gnu.org>
11311
11312 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
11313 Run texindex without `./'. Always run texindex on elisp.tp.
11314 (elisp.tps): Target deleted.
11315
113161998-04-05 Richard Stallman <rms@psilocin.gnu.org>
11317
11318 * Makefile (srcs): Add nonascii.texi and customize.texi.
11319 (dist): Start by deleting `temp'.
11320
113211998-02-17 Richard Stallman <rms@psilocin.gnu.org>
11322
11323 * Makefile (makeinfo, texindex): Targets deleted.
11324 (makeinfo.o, texindex.o): Targets deleted.
11325 (clean, dist): Don't do anything with them or with getopt*.
11326
113271998-01-30 Richard Stallman <rms@psilocin.gnu.org>
11328
11329 * Makefile (SHELL): Defined.
11330
113311998-01-27 Richard Stallman <rms@psilocin.gnu.org>
11332
11333 * Makefile (elisp.tps): New target.
11334 (elisp.dvi): Depend on elisp.tps.
11335
c5602427 113361996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
11337
11338 * README: Update phone number.
11339
11340 * Makefile (elisp): Make this be the default target.
11341 Depend on makeinfo.c instead of makeinfo.
11342 (install): Don't depend on elisp.dvi, since we don't install that.
11343 Use mkinstalldirs.
11344 (dist): Add mkinstalldirs.
11345
c5602427 113461995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
11347
11348 * Makefile (VERSION): Update version number.
5dcb4c4e 11349 (maintainer-clean): Rename from realclean.
b8d4c8d0 11350
c5602427 113511995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
11352
11353 * Makefile (realclean): New target.
11354 (elisp): Remove any old elisp-* files first.
11355
c5602427 113561993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
11357
11358 * Makefile (VERSION): New variable.
11359 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
11360 Compressed file suffix should be `.gz', not `.z'.
11361
ce058493 113621993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11363
11364 * Makefile (elisp): Depend on makeinfo.
11365
c5602427 113661993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
11367
11368 * Makefile (srcs): Add anti.texi.
11369
c5602427 113701993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11371
11372 * Makefile (infodir, prefix): New vars.
11373 (install): Use infodir.
f4e90db0 11374 (emacsinfodir): Delete.
b8d4c8d0 11375
c5602427 113761993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11377
11378 * Makefile (srcs): Add calendar.texi.
11379
11380 * Makefile (dist): Copy texindex.c and makeinfo.c.
11381 Limit elisp-* files to those with one or two digits.
11382
c5602427 113831993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 11384
f4e90db0 11385 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 11386
c5602427 113871993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11388
11389 * loading.texi (Unloading): define-function changed back to
11390 defalias. It may not stay this way, but at least it's
11391 consistent with the known-good version of the code patch.
11392
c5602427 113931993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
11394
11395 * modes.texi (Hooks): Document new optional arg of add-hook.
11396
c5602427 113971993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11398
11399 * variables.texi: Document nil initial value of buffer-local variables.
11400
11401 * tips.texi: Add new section on standard library headers.
11402
c5602427 114031993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11404
11405 * Makefile (srcs): Add frame.texi to the list of sources.
11406
c5602427 114071993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11408
11409 * Makefile (dist): Don't bother excluding autosave files; they'll
11410 never make it into the temp directory anyway, and the hash marks
11411 in the name are problematic for make and the Bourne shell.
ed9265fc 11412 (srcs): ???
b8d4c8d0 11413
c5602427 114141993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11415
11416 * Makefile (dist): Don't include backup files or autosave files in
11417 the distribution tar file.
11418
c5602427 114191991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 11420
5dcb4c4e 11421 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
11422 (elisp.dvi): Remove erroneous shell comment.
11423 Expect output of permute-index in permuted.fns.
11424 Save old elisp.aux in elisp.oaux.
5dcb4c4e 11425 (clean): Add index.texi to be deleted.
b8d4c8d0 11426
c5602427 114271990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
11428
11429 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
11430
c5602427 114311990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
11432
11433 * files.texi: Noted that completion-ignored-extensions is ignored
11434 when making *Completions*.
11435
3e868ee3 114361990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
11437
11438 * Makefile make dist now depends on elisp.dvi, since it tries
11439 to include it in the dist file.
11440
c5602427 114411990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 11442
c5602427 11443 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 11444
c5602427 114451989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
11446
11447 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
11448 (defunargs): Turn off \hyphenchar of \sl font temporarily.
11449
c5602427 114501989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11451
11452 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
11453 and @error{} are the terms now being used. The files in the
11454 directory have been changed to reflect this.
11455
11456 * All instances of @indentedresultt{} have been changed to
333f9019 11457 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 11458
c5602427 114591989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11460
11461 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
11462 experimental @indentedresult{}, @indentedexpandsto{} are part of
11463 the texinfo.tex in this directory. These TeX macros are not
11464 stable yet.
11465
c5602427 114661989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11467
11468 * texinfo.tex: Temporarily added
11469 \let\result=\dblarrow
11470 \def\error{{\it ERROR} \longdblarrow}
11471 We need to do this better soon.
11472
c5602427 114731989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11474
11475 * Applied Karl Berry's patches to *.texinfo files, but not to
11476 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
11477 new title page format is also not applied, since it requires
11478 texinfo.tex changes.)
11479
11480 * Cleaned up `Makefile' and defined the `emacslibdir' directory
11481 for the Project GNU development environment.
11482
11483;; Local Variables:
c8763fb6 11484;; coding: utf-8
b8d4c8d0
GM
11485;; End:
11486
ca4b98fa 11487 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
11488
11489 This file is part of GNU Emacs.
11490
352c8b4a 11491 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 11492 it under the terms of the GNU General Public License as published by
352c8b4a
GM
11493 the Free Software Foundation, either version 3 of the License, or
11494 (at your option) any later version.
b8d4c8d0
GM
11495
11496 GNU Emacs is distributed in the hope that it will be useful,
11497 but WITHOUT ANY WARRANTY; without even the implied warranty of
11498 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11499 GNU General Public License for more details.
11500
11501 You should have received a copy of the GNU General Public License
352c8b4a 11502 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.