Fix and rewrite doc on window recombining facilities.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
fdaf534a
MR
12012-11-07 Martin Rudalics <rudalics@gmx.at>
2
3 * elisp.texi (Top): Add Recombining Windows to menu.
4 * windows.texi (Recombining Windows): New subsection.
5 (Splitting Windows): Rewrite text on handling of window
6 combinations and move it to new subsection.
7
7c08f8ba
CY
82012-11-07 Chong Yidong <cyd@gnu.org>
9
10 * variables.texi (Creating Buffer-Local): Document setq-local and
11 defvar-local.
12 (Setting Generalized Variables): Arrange table alphabetically.
13
14 * lists.texi (List Elements, List Variables): Clarify descriptions
15 of push and pop for generalized variables.
16
17 * edebug.texi (Specification List): setf is no longer CL-only.
18
2ee1d59f
GM
192012-11-07 Glenn Morris <rgm@gnu.org>
20
21 * variables.texi (Adding Generalized Variables):
22 Update description of FIX-RETURN expansion.
23
ebdbfb95
GM
242012-11-06 Glenn Morris <rgm@gnu.org>
25
26 * variables.texi (Setting Generalized Variables):
27 Split most of previous contents into this subsection.
28 (Adding Generalized Variables): New subsection.
651af8c6
GM
29 Move note on lack of setf functions here from misc/cl.texi.
30
ebdbfb95
GM
31 * elisp.texi: Add Generalized Variables subsections to detailed menu.
32
a9a3835c
CY
332012-11-05 Chong Yidong <cyd@gnu.org>
34
35 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
36
2395ab64
CY
372012-11-03 Chong Yidong <cyd@gnu.org>
38
39 * objects.texi (General Escape Syntax): Clarify the explanation of
40 escape sequences.
41 (Non-ASCII in Strings): Clarify when a string is unibyte vs
42 multibyte. Hex escapes do not automatically make a string
43 multibyte.
44
43bcfda6
MR
452012-11-03 Martin Rudalics <rudalics@gmx.at>
46
47 * windows.texi (Switching Buffers): Document option
48 switch-to-buffer-preserve-window-point.
49 (Display Action Functions): Document window-height and
50 window-width alist entries.
51 (Display Action Functions): Document
52 display-buffer-below-selected and
53 display-buffer-in-previous-window.
54 (Quitting Windows): Document quit-restore-window. Rewrite
55 section.
56 (Window Configurations): In window-state-get mention that
57 argument window must be valid.
58 (Window Parameters): Document quit-restore window parameter
59 (Bug#12158).
60
89b2c8a1
GM
612012-10-31 Glenn Morris <rgm@gnu.org>
62
88390adf
GM
63 * control.texi (Catch and Throw): Add xref to cl.texi.
64
aec5e6f9
GM
65 * lists.texi (Sets And Lists): Point xref to better location.
66
0d8e94e9
GM
67 * errors.texi (Standard Errors):
68 * loading.texi (Autoload): Update for cl-lib namespace changes.
69
5241598a
GM
70 * modes.texi (Defining Minor Modes): "Generalized Variables"
71 section is now in this manual rather than cl.texi.
72
89b2c8a1
GM
73 * eval.texi (Special Forms): No longer special forms: defmacro,
74 defun, save-window-excursion, with-output-to-temp-buffer.
75 * functions.texi (Defining Functions): Defun is now a macro.
76 Defalias is a function.
77
516e1a08
GM
782012-10-30 Glenn Morris <rgm@gnu.org>
79
80 * variables.texi (Generalized Variables): Fix typo.
81
e29e39c9
CY
822012-10-30 Chong Yidong <cyd@gnu.org>
83
84 * symbols.texi (Symbol Plists): Document function-get.
85
86 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
87
88 * frames.texi (Visibility of Frames): Document tty-top-frame.
89
70edffb1
SM
902012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
91
92 * keymaps.texi (Format of Keymaps): Document the multiple
93 inheritance format.
94
3a51f0eb
MR
952012-10-28 Martin Rudalics <rudalics@gmx.at>
96
97 * windows.texi (Basic Windows): Reformulate description of live,
98 internal and valid windows.
99 (Cyclic Window Ordering): Describe new argument of
100 get-lru-window and get-largest-window. Add description of
101 window-in-direction.
102
5b6887ad
GM
1032012-10-27 Glenn Morris <rgm@gnu.org>
104
5887564d
GM
105 * variables.texi (Generalized Variables): New section,
106 adapted from misc/cl.texi.
107 * elisp.texi (Top): Add Generalized Variables to menu.
108 * lists.texi (List Elements, List Variables):
109 Mention generalized variables.
110
5b6887ad
GM
111 * lists.texi (List Elements): Typo fix.
112
05b621a6
CY
1132012-10-27 Chong Yidong <cyd@gnu.org>
114
115 * minibuf.texi (High-Level Completion): Don't mention removed
116 function iswitchb-read-buffer.
117
118 * commands.texi (Event Input Misc): Remove last-input-char.
119 (Command Loop Info): Remove last-command-char.
120
121 * frames.texi (Initial Parameters): Don't mention the obsolete
122 special-display feature.
123
124 * windows.texi (Choosing Window): Don't mention the obsolete
125 special display feature.
126 (Choosing Window Options): Remove obsolete special-display
127 variables, and the functions special-display-p and
128 special-display-popup-frame.
129
130 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
131
132 * hooks.texi (Standard Hooks): Remove obsolete hooks.
133
134 * markers.texi (Information from Markers): Remove obsolete
135 function buffer-has-markers-at.
136
137 * text.texi (Yanking): Document yank-handled-properties.
138
72ec96fb
PE
1392012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
140
141 Update manual for new time stamp format (Bug#12706).
142 * buffers.texi (Modification Time):
143 * files.texi (Testing Accessibility, File Attributes):
144 * intro.texi (Version Info):
145 * os.texi (Time of Day):
146 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
147 These instances were missed the first time around.
148 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
149
75e8f9d2
CY
1502012-10-24 Chong Yidong <cyd@gnu.org>
151
cd996018
CY
152 * minibuf.texi (Text from Minibuffer): Document read-regexp
153 changes.
154
155 * nonascii.texi (Selecting a Representation): Document
156 set-buffer-multibyte changes.
157
75e8f9d2
CY
158 * keymaps.texi (Toolkit Differences): Node deleted.
159 (Easy Menu): New node.
160
d1069532
SM
1612012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
162
163 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
164
c4132fd4
PE
1652012-10-23 Paul Eggert <eggert@cs.ucla.edu>
166
167 Fix outdated timestamp documentation in Elisp manual (bug#12706).
168 * files.texi (File Attributes):
169 * text.texi (Undo):
170 Time stamp resolution is now 1 picosecond, not 1 second.
171
1fb3aa3f
CY
1722012-10-23 Chong Yidong <cyd@gnu.org>
173
49238e7f
CY
174 * display.texi (Font Lookup): Remove font-list-limit.
175
1fb3aa3f
CY
176 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
177 (Bug#12529).
178
5fb904b0
GM
1792012-10-22 Glenn Morris <rgm@gnu.org>
180
f961c7d8
GM
181 * os.texi (Recording Input): Tiny fix.
182
4ee87740
GM
183 * intro.texi (Lisp History):
184 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
5fb904b0
GM
185 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
186
d18a0d24
CY
1872012-10-15 Chong Yidong <cyd@gnu.org>
188
189 * macros.texi (Defining Macros): defmacro is now a macro.
190 Explicitly list the docstring and declare arguments.
191
192 * functions.texi (Anonymous Functions): Explicitly list the
193 docstring, declare, and interactive arguments to lambda.
194 (Defining Functions): Likewise for defun.
195 (Inline Functions): Likewise for defsubst.
196 (Declare Form): Tweak description.
197
73f2b4ab
CY
1982012-10-13 Chong Yidong <cyd@gnu.org>
199
200 * display.texi (ImageMagick Images): ImageMagick enabled by default.
201
379acb95
CY
2022012-10-05 Chong Yidong <cyd@gnu.org>
203
204 * minibuf.texi (Basic Completion): Clarify list form of completion
205 table (Bug#12564).
206
e8757f09 2072012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
26026637
BFRR
208
209 * functions.texi (Function Safety): Copyedit. (Bug#12562)
210
86ec63ba
PE
2112012-10-01 Paul Eggert <eggert@cs.ucla.edu>
212
213 Revert the FOLLOW-SYMLINKS change for file-attributes.
214 * files.texi (File Attributes, Magic File Names): Undo last change.
215
e7a2937b
PE
2162012-09-30 Paul Eggert <eggert@cs.ucla.edu>
217
218 file-attributes has a new optional arg FOLLOW-SYMLINKS.
219 * files.texi (File Attributes): Describe it.
220 (Magic File Names): Use it.
221
48de8b12
CY
2222012-09-30 Chong Yidong <cyd@gnu.org>
223
224 * commands.texi (Click Events): Define "mouse position list".
225 Remove mention of unimplemented horizontal scroll bars.
226 (Drag Events, Motion Events): Refer to "mouse position list".
227 (Accessing Mouse): Document posnp.
228
229 * errors.texi (Standard Errors): Tweak arith-error description.
230 Tweak markup. Remove domain-error and friends, which seem to be
231 unused after the floating-point code revamp.
232
233 * functions.texi (Obsolete Functions): Obsolescence also affects
234 documentation commands. Various clarifications.
235 (Declare Form): New node.
236
237 * strings.texi (String Basics): Copyedits.
238
239 * os.texi (Idle Timers): Minor clarifications.
240 (User Identification): Add system-users and system-groups.
241
242 * macros.texi (Defining Macros): Move description of `declare' to
243 Declare Form node.
244
245 * loading.texi (Autoload):
246 * help.texi (Documentation Basics): The special sequences can
247 trigger autoloading.
248
249 * numbers.texi (Integer Basics): Copyedits.
250 (Float Basics): Consider IEEE floating point always available.
251 (Random Numbers): Document actual limits.
252 (Arithmetic Operations): Clarify division by zero. Don't mention
253 the machine-independence of negative division since it does not
254 happen in practice.
255
2562012-09-28 Chong Yidong <cyd@gnu.org>
257
258 * os.texi (Startup Summary): Document leim-list.el change.
259
2602012-09-25 Chong Yidong <cyd@gnu.org>
261
262 * functions.texi (Defining Functions): defun is now a macro.
263
e61d39cd 2642012-09-28 Leo Liu <sdl.web@gmail.com>
03922966
LL
265
266 * files.texi (Files): Fix typo.
267
e109c4a6
CY
2682012-09-23 Chong Yidong <cyd@gnu.org>
269
270 * buffers.texi (Read Only Buffers): Document read-only-mode.
271
272 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
273 read-only-mode.
274
275 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
276 calling conventions.
277
c88b867f
CY
2782012-09-22 Chong Yidong <cyd@gnu.org>
279
280 * searching.texi (Replacing Match): Minor clarification.
281
df9685f3
EZ
2822012-09-22 Eli Zaretskii <eliz@gnu.org>
283
287d7455
EZ
284 * edebug.texi (Instrumenting): Improve indexing.
285
df9685f3
EZ
286 * os.texi (Idle Timers): Warn against reinvoking an idle timer
287 from within its own timer action. (Bug#12447)
288
47133380
CY
2892012-09-22 Chong Yidong <cyd@gnu.org>
290
291 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
292
ab199df2 2932012-09-21 Glenn Morris <rgm@gnu.org>
1bfe3177
GM
294
295 * debugging.texi (Using Debugger): Fix typo.
296
ed1f0bd3
CY
2972012-09-18 Chong Yidong <cyd@gnu.org>
298
299 * display.texi (Faces): Discuss anonymous faces.
300 (Face Attributes): Tweak intro.
301 (Defining Faces): Move after the Face Attributes node. Copyedits.
302 (Displaying Faces): Describe role of inheritance.
303
304 * customize.texi (Customization): Define customization more
305 carefully (Bug#11440).
306 (Common Keywords): Add xref to Constant Variables.
307
308 * variables.texi (Defining Variables): Link to defcustom's node
309 instead of the higher-level Customization chapter.
310
c990426a
PE
3112012-09-11 Paul Eggert <eggert@cs.ucla.edu>
312
313 Simplify, document, and port floating-point (Bug#12381).
314 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
315 Document that / and mod (with floating point arguments), along
316 with asin, acos, log, log10, expt and sqrt, return special values
317 instead of signaling exceptions.
318 (Float Basics): Document that logb operates on the absolute value
319 of its argument.
320 (Math Functions): Document that (log ARG BASE) also returns NaN if
321 BASE is negative. Document that (expt X Y) returns NaN if X is a
322 finite negative number and Y a finite non-integer.
323
011474aa
CY
3242012-09-09 Chong Yidong <cyd@gnu.org>
325
bb6b0efc
CY
326 * lists.texi (Sets And Lists): Explain that the return value for
327 delete should be used, like for delq.
328
011474aa
CY
329 * minibuf.texi (Yes-or-No Queries): Document recentering and
330 scrolling in y-or-n-p. Remove gratuitous example.
331
332 * searching.texi (Search and Replace): Document window scrolling
333 entries in query-replace-map.
334
6dcef6ec
CY
3352012-09-08 Chong Yidong <cyd@gnu.org>
336
337 * syntax.texi (Syntax Table Internals): Define "raw syntax
338 descriptor" terminology (Bug#12383).
339 (Syntax Descriptors): Mention raw syntax descriptors.
340
52404181
CY
3412012-09-07 Chong Yidong <cyd@gnu.org>
342
1a5432bc
CY
343 * variables.texi (Creating Buffer-Local): Fix description of
344 local-variable-if-set-p (Bug#10713).
345
0a6bdaa1
CY
346 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
347
14ba4cf3
CY
348 * windows.texi (Display Action Functions)
349 (Choosing Window Options): Remove obsolete variable
350 display-buffer-reuse-frames.
cee2e90d 351 (Switching Buffers): Minor doc tweak for switch-to-buffer.
14ba4cf3 352
e5c2edf7
CY
353 * positions.texi (Narrowing): Document buffer-narrowed-p.
354
52404181
CY
355 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
356
357 * syntax.texi (Low-Level Parsing): Add xref to Parser State
358 (Bug#12269).
359
7f7e0167
LI
3602012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
361
362 * debugging.texi (Explicit Debug): Document `debug-on-message'.
363
6a787d9a
CY
3642012-09-02 Chong Yidong <cyd@gnu.org>
365
366 * windows.texi (Window Configurations): Recommend against using
367 save-window-excursion (Bug#12075).
368
369 * control.texi (Catch and Throw):
370 * positions.texi (Excursions): Don't mention it.
371
0e23ef9d
PE
3722012-09-01 Paul Eggert <eggert@cs.ucla.edu>
373
374 Better seed support for (random).
375 * numbers.texi (Random Numbers): Document new behavior of
376 the calls (random) and (random STRING).
377
342dac71
MR
3782012-08-21 Martin Rudalics <rudalics@gmx.at>
379
380 * windows.texi (Window Point): Document recent changes in
381 window-point and set-window-point.
382 (Selecting Windows): Document recent change in select-window.
383
a08eadfe
EZ
3842012-08-06 Eli Zaretskii <eliz@gnu.org>
385
386 * functions.texi (Closures): Put the main index entry for
387 "closures" here. (Bug#12138)
388
389 * variables.texi (Lexical Binding): Disambiguate the index entry
390 for "closures".
391
35b6586e
CY
3922012-08-05 Chong Yidong <cyd@gnu.org>
393
394 * display.texi (Defining Faces): Move documentation of
395 frame-background-mode to the Emacs manual (Bug#7774).
396
02676e5d
CY
3972012-08-04 Chong Yidong <cyd@gnu.org>
398
399 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
400 Fix description of syntax table inheritance.
401 (Syntax Table Functions): Don't refer to internal contents of
402 syntax table, since that is not explained yet. Copyedits.
403 (Standard Syntax Tables): Node deleted.
404 (Syntax Table Internals): Misc clarifications. Improve table
405 formatting.
406
407 * keymaps.texi (Inheritance and Keymaps):
408 * text.texi (Sticky Properties): Tweak index entry.
409
73e0cbc0
EZ
4102012-07-28 Eli Zaretskii <eliz@gnu.org>
411
412 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
413
09ae5da1
PE
4142012-07-25 Paul Eggert <eggert@cs.ucla.edu>
415
416 Prefer typical American spelling for "acknowledgment".
417 * intro.texi (Acknowledgments): Rename from Acknowledgements.
418
1ada2e55
EZ
4192012-07-21 Eli Zaretskii <eliz@gnu.org>
420
421 * commands.texi (Special Events): Mention language-change event.
422 (Input Events, Interactive Codes):
423 * keymaps.texi (Key Sequences): Mention events that are
424 non-keyboard but also non-mouse events.
425
9ea10cc3
CY
4262012-07-17 Chong Yidong <cyd@gnu.org>
427
428 * text.texi (Insertion): Document insert-char changes.
429
2e2d2a13
LL
4302012-07-15 Leo Liu <sdl.web@gmail.com>
431
432 * display.texi (Fringe Bitmaps): Add exclamation-mark.
433
b68b3337
CY
4342012-07-13 Chong Yidong <cyd@gnu.org>
435
436 * buffers.texi (Read Only Buffers): Document toggle-read-only
437 changes. Reword to account for the fact that read-only is
438 currently not supported in overlay properties.
439
ab4c47d3
CY
4402012-07-07 Chong Yidong <cyd@gnu.org>
441
442 * loading.texi (Library Search): Index site-lisp directories.
443
d4913798
CY
4442012-07-06 Chong Yidong <cyd@gnu.org>
445
446 * intro.texi (A Sample Function Description): Fix incorrect
447 markup, undoing previous change.
448 (A Sample Variable Description): Minor clarifications and markup
449 improvements.
450
451 * elisp.texi (Top):
452 * text.texi (Text): Fix menu order.
453
251736f4
RS
4542012-07-06 Richard Stallman <rms@gnu.org>
455
456 * intro.texi (Evaluation Notation, A Sample Function Description):
8c6c57ea 457 (A Sample Variable Description): Improve/undo previous changes.
251736f4 458
e8d71283
GM
4592012-07-05 Glenn Morris <rgm@gnu.org>
460
461 * intro.texi (A Sample Function Description): Fix cross-refs.
462
47187200
MW
4632012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
464
465 * intro.texi (Evaluation Notation, A Sample Function Description)
466 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
467
a2eb421b
CY
4682012-06-27 Chong Yidong <cyd@gnu.org>
469
470 * processes.texi (Asynchronous Processes, Input to Processes):
471 * internals.texi (Process Internals): Don't capitalize "pty".
472
6d41a41d
TTN
4732012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
474
475 * processes.texi (Asynchronous Processes): Make the pty vs pipe
476 discussion more prominent.
477
0bd8297f
EZ
4782012-06-23 Eli Zaretskii <eliz@gnu.org>
479
480 * commands.texi (Misc Events): Document the language-change event.
481
d35af63c
PE
4822012-06-22 Paul Eggert <eggert@cs.ucla.edu>
483
484 Support higher-resolution time stamps (Bug#9000).
485 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
486 * processes.texi (System Processes):
487 Time stamp resolution is now picosecond, not microsecond.
488
ac1a0ce1 4892012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
490
491 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
492
1053a871
SM
4932012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * functions.texi (Defining Functions):
496 * macros.texi (Defining Macros): Un-define the return value of `defun',
497 `defmacro' and `defalias'.
498
41b7f8bc
CY
4992012-06-17 Chong Yidong <cyd@gnu.org>
500
501 * elisp.texi: Remove urlcolor setting.
502
82a25657
GM
5032012-06-17 Glenn Morris <rgm@gnu.org>
504
505 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
506 Overlining no longer behaves exactly like underlining.
507
8da9479c
GM
5082012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
509
510 * display.texi (Face Attributes):
511 Document wave-style underline face attribute.
512
1b9b4cf4
CY
5132012-06-11 Chong Yidong <cyd@gnu.org>
514
515 * display.texi (ImageMagick Images): ImageMagick now supports the
516 :background property.
517
dbab98c7
DA
5182012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
519
520 * internals.texi (Garbage Collection): Typo fix.
521
6175e34b
CY
5222012-06-09 Chong Yidong <cyd@gnu.org>
523
524 * text.texi (Special Properties): Clarify the meaning of a list of
525 faces in the `face' property.
526
527 * display.texi (Face Remapping): Minor clarification.
528
4b56d0fe
CY
5292012-06-08 Chong Yidong <cyd@gnu.org>
530
531 * display.texi (Face Attributes): Font family does not accept
532 wildcards. De-document obsolete :bold and :italic attributes.
533 (Defining Faces): Use new-style face spec format.
534
f3372c87
DA
5352012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
536
8d7c7eed 537 * internals.texi (Garbage Collection): Document new
f3372c87
DA
538 vector management code and vectorlike_header structure.
539
5f2c76c6
CY
5402012-06-03 Chong Yidong <cyd@gnu.org>
541
542 * modes.texi (Mode Line Data): Use "mode line construct"
543 terminology for consistency.
544
ecc6530d
GM
5452012-05-27 Glenn Morris <rgm@gnu.org>
546
547 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
548 * buffers.texi, commands.texi, compile.texi, control.texi:
549 * customize.texi, debugging.texi, display.texi, doclicense.texi:
550 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
551 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
552 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
553 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
554 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
555 * objects.texi, os.texi, package.texi, positions.texi:
556 * processes.texi, searching.texi, sequences.texi, streams.texi:
557 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
558 * variables.texi, windows.texi: Nuke hand-written node pointers.
559
33017faf 5602012-05-27 Chong Yidong <cyd@gnu.org>
27d1f87a 561
33017faf
GM
562 * functions.texi (Obsolete Functions):
563 Fix doc for set-advertised-calling-convention.
27d1f87a
CY
564
565 * modes.texi (Mode Help): Fix describe-mode.
566
567 * display.texi (Face Functions): Fix define-obsolete-face-alias.
568
569 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
570
33017faf 5712012-05-27 Martin Rudalics <rudalics@gmx.at>
0b128ac4 572
33017faf 573 * commands.texi (Recursive Editing): recursive-edit is a command.
0b128ac4
MR
574
575 * compile.texi (Docs and Compilation):
576 byte-compile-dynamic-docstrings is an option.
577
578 * debugging.texi (Invoking the Debugger): debug is a command.
579
580 * display.texi (Progress): progress-reporter-update and
581 progress-reporter-force-update have VALUE argument optional.
582 (Animated Images): Use non-@code{nil} instead of non-nil.
583
33017faf
GM
584 * files.texi (Format Conversion Round-Trip):
585 Use non-@code{nil} instead of non-nil.
0b128ac4
MR
586
587 * frames.texi (Creating Frames): make-frame is a command.
588 (Input Focus): select-frame is a command.
589 (Pointer Shape): void-text-area-pointer is an option.
590
33017faf 591 * help.texi (Describing Characters): read-kbd-macro is a command.
0b128ac4
MR
592 (Help Functions): describe-prefix-bindings is a command.
593
594 * markers.texi (Creating Markers): Both arguments of copy-marker
595 are optional.
596
597 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
598
599 * modes.texi (Mode Line Variables): mode-line-remote and
600 mode-line-client are not options.
601 (Imenu): imenu-add-to-menubar is a command.
33017faf 602 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
0b128ac4
MR
603
604 * os.texi (Sound Output): play-sound-file is a command.
605
33017faf 606 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
0b128ac4 607
33017faf
GM
608 * processes.texi (Signals to Processes):
609 Use @key{RET} instead of @code{RET}.
0b128ac4
MR
610 (Signals to Processes): signal-process is a command.
611
33017faf 612 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
0b128ac4
MR
613 (Base 64): base64-encode-string is not a command while
614 base64-decode-region is.
615
616 * windows.texi (Switching Buffers): pop-to-buffer is a command.
617
3fe7cdc8
GM
6182012-05-12 Glenn Morris <rgm@gnu.org>
619
620 * Makefile.in (MKDIR_P): New, set by configure.
621 (mkinfodir): Use $MKDIR_P.
622
dc0f75c8
GM
6232012-05-10 Glenn Morris <rgm@gnu.org>
624
b8a82b69
GM
625 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
626 with "coding: raw-text".
51b1e059 627 Concept of multibyte sessions no longer exists.
b8a82b69 628
dc0f75c8
GM
629 * files.texi (File Locks): Mention create-lockfiles option.
630
666b903b 6312012-05-09 Glenn Morris <rgm@gnu.org>
143d9dd8 632
5b6eebcf
GM
633 * vol1.texi, vol2.texi: Remove files.
634 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
635 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
636
0a454caf 637 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
e6afe47b 638
143d9dd8
GM
639 * two-volume.make (emacsdir): New.
640 (tex): Add directory with emacsver.texi to TEXINPUTS.
641
e68b393e
GM
642 * minibuf.texi (Minibuffer History, Basic Completion):
643 Tweak page breaks.
644
9658dc2a
GM
645 * internals.texi (Garbage Collection, Memory Usage)
646 (Writing Emacs Primitives): Tweak page breaks.
647
161c2a25
GM
648 * streams.texi (Output Variables): Improve page break.
649
650 * edebug.texi (Edebug Display Update): Improve page break.
651
51d58083
GM
652 * compile.texi (Disassembly): Condense the examples.
653
ddff3351
GM
654 * eval.texi, functions.texi, loading.texi, macros.texi:
655 Where possible, use example rather than smallexample.
656
657 * symbols.texi: Where possible, use example rather than smallexample.
658 (Symbol Components): Fix typo.
659 (Other Plists): Tweak page break.
660
661 * sequences.texi (Arrays): Tweak page breaks.
662
663 * customize.texi: Where possible, use example rather than smallexample.
664 (Common Keywords, Variable Definitions, Applying Customizations)
665 (Custom Themes): Tweak page breaks.
666
667 * control.texi: Where possible, use example rather than smallexample.
668 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
669 Tweak page breaks.
670
ca4b98fa
GM
6712012-05-08 Glenn Morris <rgm@gnu.org>
672
5122804a
GM
673 * two.el: Remove; unused since creation of two-volume.make.
674
ca4b98fa
GM
675 * vol1.texi, vol2.texi: No need to keep menus in these files.
676
eceeb5fc
CY
6772012-05-05 Glenn Morris <rgm@gnu.org>
678
679 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
680
681 * intro.texi (Caveats): Copyedit.
682 (Lisp History): Convert inforef to xref.
683 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
684
685 * text.texi (Auto Filling): Don't mention Emacs 19.
686
687 * commands.texi (Event Input Misc): Don't mention unread-command-char.
688 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
689
690 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
691
eceeb5fc
CY
692 * lists.texi (List-related Predicates, List Variables):
693 Tweak page-breaks.
694 (Sets And Lists): Convert inforef to xref.
695
8045b906
GM
6962012-05-04 Glenn Morris <rgm@gnu.org>
697
698 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
699 (info, infoclean): Use $INFO_EXT.
700 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
701 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
702 (info, maintainer-clean): Use $INFO_EXT.
703 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
704
78f3273a
CY
7052012-05-04 Chong Yidong <cyd@gnu.org>
706
707 * os.texi (Timers): Use defopt for timer-max-repeats.
708
ab0fa4e4
PE
7092012-05-03 Paul Eggert <eggert@cs.ucla.edu>
710
711 * os.texi (Time of Day): Do not limit current-time-string
712 to years 1000..9999.
713
2bc356d7
CY
7142012-05-02 Chong Yidong <cyd@gnu.org>
715
716 * display.texi (Font Lookup):
717 * frames.texi (Pointer Shape):
718 * processes.texi (Subprocess Creation): Use defopt for options.
719
90207a15 7202012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
721
722 * elisp.texi (@copying):
723 * intro.texi (Introduction): Only print VERSION in the TeX version.
724
90207a15 7252012-05-02 Chong Yidong <cyd@gnu.org>
5a5fd9f3
CY
726
727 * text.texi (Change Hooks): Minor fix for after-change-functions.
728
90207a15 7292012-05-02 Glenn Morris <rgm@gnu.org>
7eac3782
GM
730
731 * package.texi (Packaging Basics):
732 * loading.texi (Autoload):
733 * files.texi (Magic File Names):
734 Reword to remove/reduce some overly long/short lines.
735
a8e7d6d7 7362012-04-27 Glenn Morris <rgm@gnu.org>
cf988578
GM
737
738 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
739 * modes.texi (Major Modes, Auto-Indentation):
740 * buffers.texi (Buffers): Some fixes for menu descriptions.
741
a8e7d6d7 7422012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
88ed9e87
SM
743 * functions.texi (Simple Lambda, Argument List):
744 * eval.texi (Function Indirection): Avoid deprecated form.
745
a8e7d6d7 7462012-04-27 Glenn Morris <rgm@gnu.org>
16152b76 747
1a72be46
GM
748 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
749 Add "et al." to authors.
750
16152b76
GM
751 * buffers.texi, commands.texi, compile.texi, control.texi:
752 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
753 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
754 * modes.texi, numbers.texi, objects.texi, streams.texi:
755 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
756 Use Texinfo recommended convention for quotes+punctuation.
757
a8e7d6d7 7582012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
759
760 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
761 to where-is-internal (Bug#10872).
762
a8e7d6d7 7632012-04-27 Glenn Morris <rgm@gnu.org>
9c51bbaa 764
a2715669
GM
765 * macros.texi (Indenting Macros): Fix typo.
766
0b27932b
GM
767 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
768 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
769 (Choosing Window Options, Horizontal Scrolling)
770 (Cyclic Window Ordering, Window History, Dedicated Windows)
09ebefe1
GM
771 (Quitting Windows, Window Configurations, Textual Scrolling):
772 (Coordinates and Windows, Window Configurations)
773 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
774 (Splitting Windows, Deleting Windows):
775 Fix ignore-window-parameters logic.
776 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
777 (Window Start and End): Remove pointless example.
778 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
779 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
780 and recenter-positions. Remove recenter example.
0b27932b 781
0dc91072
GM
782 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
783
9c51bbaa
GM
784 * minibuf.texi (Intro to Minibuffers):
785 Tweak discussion of resizing minibuffer window.
786
674ea9c6
GM
7872012-04-26 Glenn Morris <rgm@gnu.org>
788
8a4ca8e3 789 * elisp-covers.texi, front-cover-1.texi: Remove files.
8191c3bd 790
562e638f
GM
791 * tindex.pl: Remove file.
792
674ea9c6
GM
793 * makefile.w32-in (srcs):
794 * Makefile.in (srcs): Remove back.texi (which is unused).
795
b613912b
MA
7962012-04-24 Michael Albinus <michael.albinus@gmx.de>
797
e43042fe
MA
798 * os.texi (Notifications): Extend possible notification hints.
799 Add notifications-get-capabilities.
b613912b 800
f30d612a
CY
8012012-04-20 Chong Yidong <cyd@gnu.org>
802
803 * processes.texi (Asynchronous Processes): Mention nil argument to
804 start-process.
805
b58b1df8
GM
8062012-04-20 Glenn Morris <rgm@gnu.org>
807
808 * minibuf.texi (Basic Completion): No need to describe obarrays here.
809 Don't mention obsolete `nospace' argument of all-completions.
810 (Minibuffer Completion, Completion Commands, Reading File Names)
811 (Completion Variables): Copyedits.
812 (Completion Commands): Mention parent keymaps.
813 Remove obsolete minibuffer-local-filename-must-match-map.
814 (High-Level Completion): Remove read-variable's almost
815 word-for-word duplication of read-command.
816 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
817 Update "High-Level Completion" description.
818
c0ea08d2
GM
819 * minibuf.texi (Minibuffers):
820 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
821
9d2754f5
GM
822 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
823 Use Texinfo-recommended form of quote+punctuation.
824 (Intro to Minibuffers): First minibuffer is #1, not #0.
825 Mention minibuffer-inactive-mode.
826 (Text from Minibuffer): Copyedits.
827 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
828 (Object from Minibuffer): Remove overly pedantic para.
829 (Minibuffer History): Copyedits. Add face-name-history.
830 (Initial Input, Yes-or-No Queries, Multiple Queries)
831 (Minibuffer Windows, Minibuffer Misc): Copyedits.
832 (Yes-or-No Queries): Tweak example.
833 (Minibuffer Commands): Add next-complete-history-element.
834 (Minibuffer Misc): Mention minibuffer-message-timeout, and
835 minibuffer-inactive-mode.
9d2754f5 836
4373fd43
GM
837 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
838 (Bindat Functions): Copyedits.
839
61bb069e 8402012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
0e80650b
CS
841
842 * files.texi (Saving Buffers): Document `visit and `visit-save'
843 values of require-final-newline.
844
61bb069e 8452012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
846
847 * processes.texi (Output from Processes, Filter Functions):
848 Mention waiting-for-user-input-p.
849 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
850 (Network Servers, Datagrams, Network Processes, Network Options)
851 (Network Feature Testing, Serial Ports): Copyedits.
852 (Network): Add encrypted network overview paragraph.
853 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
854
61bb069e 8552012-04-20 Chong Yidong <cyd@gnu.org>
21ffa320
CY
856
857 * help.texi (Keys in Documentation): Mention :advertised-binding.
858
859 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
860 description to help.texi.
861
61bb069e 8622012-04-20 Glenn Morris <rgm@gnu.org>
62f4b18c
GM
863
864 * processes.texi (Process Information, Input to Processes)
865 (Signals to Processes, Output from Processes, Process Buffers)
866 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 867 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 868
e153c136
GM
8692012-04-15 Glenn Morris <rgm@gnu.org>
870
871 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
12acf783
GM
872 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
873 Copyedits.
e153c136 874 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
875 (Synchronous Processes, Asynchronous Processes):
876 Update some example output.
e153c136
GM
877 (Process Information): Fix typo.
878 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
879
e6fd457e 8802012-04-15 Glenn Morris <rgm@gnu.org>
764a3017
GM
881
882 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
883 open-network-stream does exist in Emacs 23, but is simpler.
884
e6fd457e 8852012-04-15 Chong Yidong <cyd@gnu.org>
03ed9e82
CY
886
887 * customize.texi (Custom Themes): Also document load-theme etc.
888
35dc09a1 8892012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
890
891 * customize.texi (Applying Customizations):
892 (Custom Themes): New nodes.
893
894 * display.texi (Defining Faces): Reference custom-set-faces.
895
896 * modes.texi (Defining Minor Modes, Defining Minor Modes):
897 * os.texi (Startup Summary): Copyedits.
898
35dc09a1 8992012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
900
901 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
902
9fce7eda
GM
903 * strings.texi (Case Tables):
904 * objects.texi (General Escape Syntax):
905 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
906
2bb0eca1
GM
907 * buffers.texi, compile.texi, customize.texi, debugging.texi:
908 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
909 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
910 * text.texi: Use @file for buffers, per the Texinfo manual.
911
62200c14
GM
912 * compile.texi (Compiler Errors): Add missing space in buffer name.
913
35dc09a1 9142012-04-14 Chong Yidong <cyd@gnu.org>
9fe9631c
CY
915
916 * processes.texi (Query Before Exit): Remove obsolete function
917 process-kill-without-query (Bug#11190).
918
35dc09a1 9192012-04-14 Glenn Morris <rgm@gnu.org>
8fc85b20
GM
920
921 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
922 Use @env for environment variables.
923
f48a9cb4
GM
924 * Makefile.in: Replace non-portable use of $< in ordinary rules.
925
0a6dd5e2
JA
9262012-04-12 Jari Aalto <jari.aalto@cante.net>
927
928 * processes.texi (Synchronous Processes): Mention
929 `default-directory' (bug#7515).
930
b4d3bc10
CY
9312012-04-09 Chong Yidong <cyd@gnu.org>
932
933 * customize.texi (Variable Definitions): Remove user-variable-p.
934
935 * commands.texi (Interactive Codes):
936 * help.texi (Accessing Documentation):
937 * minibuf.texi (High-Level Completion): Callers changed.
938
ea0ff314
CY
9392012-04-06 Chong Yidong <cyd@gnu.org>
940
941 * minibuf.texi (Programmed Completion): Document metadata method.
942 (Completion Variables): Document completion-category-overrides.
943
91b65361
CY
9442012-04-05 Chong Yidong <cyd@gnu.org>
945
946 * anti.texi (Antinews): Rewrite for Emacs 23.
947
3d439cd1
CY
9482012-04-04 Chong Yidong <cyd@gnu.org>
949
321cc491
CY
950 * minibuf.texi (Programmed Completion): Remove obsolete variable
951 completion-annotate-function.
952 (Completion Variables): Rename from Completion Styles. Document
953 completion-extra-properties. Document completion-styles-alist
954 change.
245d176b
CY
955 (Reading File Names): minibuffer-local-filename-must-match-map is
956 not used anymore.
957 (Minibuffer Completion): Document completing-read-function.
958 (Completion in Buffers): completion-at-point-functions can return
959 properties recognized in completion-extra-properties.
321cc491 960
3d439cd1
CY
961 * display.texi (Delayed Warnings): New node.
962
a7972adf
CY
963 * os.texi (Notifications): Copyedits.
964
97f4a299
GM
9652012-04-04 Glenn Morris <rgm@gnu.org>
966
967 * os.texi (Notifications): Copyedits.
968
9ff687e1
MA
9692012-04-03 Michael Albinus <michael.albinus@gmx.de>
970
971 * os.texi (Terminal-Specific): Fix typo.
972 (Notifications): New section.
973
974 * elisp.texi (Top):
975 * vol1.texi (Top):
976 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
977 menu entries.
978
42ee526b
CY
9792012-04-01 Chong Yidong <cyd@gnu.org>
980
981 * files.texi (Kinds of Files): file-subdir-of-p renamed to
982 file-in-directory-p.
983
0b021094
GM
9842012-03-31 Glenn Morris <rgm@gnu.org>
985
986 * edebug.texi (Instrumenting Macro Calls):
987 Mention defining macros at instrumentation time.
988 (Edebug Options): Mention edebug-unwrap-results.
989
50fe197c
EZ
9902012-03-31 Eli Zaretskii <eliz@gnu.org>
991
992 * text.texi (Special Properties): Clarify the description of the
993 effect of integer values of the 'cursor' property on cursor
994 position. See the discussions in bug#11068 for more details and
995 context.
996
650b6d0b
GM
9972012-03-31 Glenn Morris <rgm@gnu.org>
998
999 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
1000 Copyedits.
1001
5319014e
CY
10022012-03-30 Chong Yidong <cyd@gnu.org>
1003
1004 * display.texi (Image Formats): Add imagemagick type.
1005 (Image Descriptors): Mention how they are used.
1006 (ImageMagick Images): Clarify role of imagemagick-register-types.
1007 (Character Display): Don't mention glyph tables.
1008 (Display Tables): Use make-glyph-code in example.
1009 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
1010 tables are semi-obsolete. De-document create-glyph.
1011 (Glyphless Chars): Note that display tables override this.
1012 (Bidirectional Display): Copyedits. Introduce "bidirectional
1013 reordering" terminology, and use it.
1014
f1224267
GM
10152012-03-30 Glenn Morris <rgm@gnu.org>
1016
1017 * edebug.texi (Jumping): Give name of `i' binding.
1018
d14daa28
GM
10192012-03-28 Glenn Morris <rgm@gnu.org>
1020
1021 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
1022 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
1023 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
1024 (Regexp Special): Mention collation.
1025 Clarify char classes with an example.
fee88ca0
GM
1026 (Regexp Functions): Mention regexp-opt is not guaranteed.
1027 Mention regexp-opt-charset.
1028 (Regexp Search): Recommend against looking-back.
1029 (Search and Replace): Use Texinfo recommended quote convention.
1030 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 1031
dcb6e7b3
MR
10322012-03-27 Martin Rudalics <rudalics@gmx.at>
1033
1034 * windows.texi (Window History): Describe new option
1035 switch-to-visible-buffer.
1036
cf0495f2
GM
10372012-03-27 Glenn Morris <rgm@gnu.org>
1038
4fb9a543
GM
1039 * searching.texi (String Search): Add xref to Emacs manual.
1040 Copyedits. Mention the function word-search-regexp.
1041 (Searching and Case): Add xref to Emacs manual. Copyedits.
1042
9364727b
GM
1043 * processes.texi (Network Servers): Standardize apostrophe usage.
1044
cf0495f2
GM
1045 * os.texi (System Environment): Copyedits. Remove some examples
1046 that do not seem useful. Mention setenv third arg.
1047 tty-erase-char does not seem to be nil under a window-system.
1048 (User Identification): Copyedits.
1049 Remove some examples that do not seem useful.
1050
33da7b16
GM
10512012-03-26 Glenn Morris <rgm@gnu.org>
1052
1053 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
1054 (Init File): Copyedits.
1055 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
1056 (Killing Emacs): Copyedits.
1057 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
1058 Shorten the example, use more standard shell prompts.
33da7b16 1059
9a69676a
CY
10602012-03-25 Chong Yidong <cyd@gnu.org>
1061
1062 * display.texi (Fringes): Note that fringes are shown on graphical
1063 displays only.
1064 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
1065 (Replacing Specs): Clarify example.
1066 (Manipulating Buttons): Note that button-at can return a marker.
1067 (Buttons): Minor rewrite.
1068 (Character Display): New node. Consolidate all character display
1069 related nodes into its subsections.
1070 (Usual Display): Character 127 is also affected by ctl-arrow.
1071 (Display Tables): Improve example.
1072
c8f6ec5c
GM
10732012-03-22 Glenn Morris <rgm@gnu.org>
1074
1075 * strings.texi (Text Comparison): Mention string-prefix-p.
1076
fb5b8aca
CY
10772012-03-21 Chong Yidong <cyd@gnu.org>
1078
1079 * display.texi (The Echo Area): Add xref to Output Streams.
1080 (Displaying Messages): Improve doc of message.
1081 (Echo Area Customization, Invisible Text): Copyedits.
1082 (Invisible Text): Mention that spec comparison is done with eq.
1083 (Width): Improve doc of char-width.
1084 (Faces): Recommend using symbol instead of string for face name.
1085 Minor clarifications.
1086 (Defining Faces): Copyedits. Update face example.
1087 (Attribute Functions): Mark set-face-foreground etc as commands.
1088 (Face Remapping): Mention text-scale-adjust. Clarify
1089 face-remapping-alist and related docs.
1090 (Face Functions): Don't document make-face or copy-face.
1091
025de85b
CY
10922012-03-20 Chong Yidong <cyd@gnu.org>
1093
1094 * display.texi (Forcing Redisplay): Various rewrites to reflect
1095 new value of redisplay-dont-pause.
1096 (Truncation): Copyedits.
1097
a5656eae
GM
10982012-03-20 Glenn Morris <rgm@gnu.org>
1099
1100 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
1101 Add summary table of some relevant command-line options.
1102
d15aac68
CY
11032012-03-18 Chong Yidong <cyd@gnu.org>
1104
1105 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
1106 (Writing Emacs Primitives): Re-organize discussion of functions
1107 with variable Lisp arguments are handled. Delete an obsolete
1108 remark, previously tagged as FIXME.
1109
1110 * os.texi (Idle Timers): Minor clarification.
1111 (Idle Timers): Link to Time of Day for description of time list.
1112
b59af549
GM
11132012-03-18 Glenn Morris <rgm@gnu.org>
1114
1115 * os.texi (System Interface): Flow control was removed.
1116 (Startup Summary): General update.
1117 (Init File): Don't mention compiling it.
1118
986bd52a
CY
11192012-03-17 Chong Yidong <cyd@gnu.org>
1120
1121 * os.texi (Startup Summary): Mention package loading.
1122 (Init File): Don't refer to .emacs in section title. Copyedits.
1123 (Terminal-Specific): Give a realistic example.
1124 (Command-Line Arguments): Reference Entering Emacs instead of
1125 repeating the spiel about not restarting Emacs.
1126 (Time of Day): Discuss time representation at beginning of node.
1127 (Sound Output): Copyedits.
1128
1129 * package.texi (Packaging Basics): Document package-initialize.
1130
f761251a
EZ
11312012-03-17 Eli Zaretskii <eliz@gnu.org>
1132
1133 * frames.texi (Initial Parameters): Add an index entry for
1134 minibuffer-only frame.
1135
da986230
GM
11362012-03-16 Glenn Morris <rgm@gnu.org>
1137
1138 * modes.texi (Major Mode Conventions): Mention the strange
1139 relationship between View mode and special modes. (Bug#10650)
1140
2cc775f9
CY
11412012-03-11 Chong Yidong <cyd@gnu.org>
1142
1143 * windows.texi (Window Configurations): save-window-excursion is
1144 now a macro.
1145
1146 * display.texi (Temporary Displays): with-output-to-temp-buffer is
1147 now a macro.
1148
66c5eebd
CY
1149 * text.texi (Fields): Minor copyedit.
1150
310a820f
EZ
11512012-03-10 Eli Zaretskii <eliz@gnu.org>
1152
83a96c08
EZ
1153 * strings.texi (String Basics):
1154 * sequences.texi (Sequence Functions): Mention that `length' is
1155 not appropriate for computing the string width on display; add a
1156 cross-reference to the description of `string-width'. (Bug#10978)
1157
310a820f
EZ
1158 * eval.texi (Autoloading): Minor change of wording.
1159
83ef8187
CY
11602012-03-10 Chong Yidong <cyd@gnu.org>
1161
bc44be50
CY
1162 * loading.texi (Autoload): Explicitly state which forms are
1163 processed specially (Bug#7783).
1164
83ef8187
CY
1165 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
1166 non-default situation. Describe one-submenu exception (Bug#7695).
1167
1168 * nonascii.texi (Character Properties): Copyedits.
1169
483ab230
CY
11702012-03-08 Chong Yidong <cyd@gnu.org>
1171
1172 * text.texi (Mode-Specific Indent): Document new behavior of
1173 indent-for-tab-command. Document tab-always-indent.
1174 (Special Properties): Copyedits.
1175 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
1176 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
1177 libxml-parse-html-region.
1178
00e84de0
GM
11792012-03-07 Glenn Morris <rgm@gnu.org>
1180
eaa6bc3c
GM
1181 * markers.texi (The Region): Briefly mention use-empty-active-region
1182 and region-active-p.
a9685db7 1183 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 1184 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 1185
67cd45a2
CY
11862012-03-07 Chong Yidong <cyd@gnu.org>
1187
1188 * text.texi (Buffer Contents): Don't duplicate explanation of
1189 region arguments from Text node. Put doc of obsolete var
1190 buffer-substring-filters back, since it is referred to.
1191 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
1192 selection by default.
1193
1194 * markers.texi (The Mark): Fix typo.
1195 (The Region): Copyedits.
1196
2ad80941
GM
11972012-03-07 Glenn Morris <rgm@gnu.org>
1198
1199 * markers.texi (Overview of Markers): Copyedits.
1200 (Creating Markers): Update approximate example buffer size.
1201 (The Mark): Don't mention uninteresting return values.
1202
ef959d3a
CY
12032012-03-05 Chong Yidong <cyd@gnu.org>
1204
1205 * positions.texi (Text Lines): Document count-words.
1206
a08a07e3
CY
12072012-03-04 Chong Yidong <cyd@gnu.org>
1208
1209 * frames.texi (Frames): Remove little-used "terminal frame" and
1210 "window frame" terminology.
1211 (Frame Parameters, Font and Color Parameters, Initial Parameters)
1212 (Size and Position, Visibility of Frames): Callers changed.
1213 (Frames): Clarify which terminals in framep are graphical.
1214 (Initial Parameters): --geometry is not the only option which adds
1215 to initial-frame-alist.
1216 (Position Parameters): Note that icon-left and icon-top are for
1217 old window managers only.
1218 (Size Parameters): Sizes are in characters even on graphical
1219 displays.
1220 (Management Parameters): Note that window-id and outer-window-id
1221 can't really be changed, and that auto-raise isn't always obeyed.
1222 (Cursor Parameters): Document cursor-type explicitly.
1223 (Size and Position): The aliases set-screen-height and
1224 set-screen-width have been deleted.
1225 (Visibility of Frames): Mention "minimization".
1226
1227 * os.texi (Startup Summary): Minor clarifications.
1228 (Startup Summary, Suspending Emacs): Standardize on "text
1229 terminal" terminology.
1230
1231 * windows.texi (Basic Windows, Coordinates and Windows)
1232 (Coordinates and Windows):
1233 * display.texi (Refresh Screen, Line Height, Face Attributes)
1234 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1235
ea16568d
GM
12362012-03-04 Glenn Morris <rgm@gnu.org>
1237
1238 * abbrevs.texi: Small copyedits throughout.
1239 (Abbrev Mode): Remove this section, folding it into the top-level.
1240 (Abbrev Tables): Don't mention irrelevant return values.
1241 (Abbrev Expansion): Add cross-ref for wrapper hooks.
1242 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1243 (Abbrev Table Properties): Update nil :regexp description.
1244
b3134b95
GM
12452012-03-03 Glenn Morris <rgm@gnu.org>
1246
520f2425
GM
1247 * internals.texi: Change @appendix section commands to @section.
1248 (Building Emacs): Say less about CANNOT_DUMP platforms.
1249 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 1250 (Pure Storage): Small changes.
01a6dcc8 1251 (Memory Usage): Copyedit.
7d2d7cc0
GM
1252 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1253 example definitions. Give examples of things with non-nil
1254 interactive args. Mention eval_sub. Remove old info about
1255 strings and GCPRO. Mention cus-start.el.
1256 (Buffer Internals, Window Internals, Process Internals):
1257 Misc small updates and fixes for fields.
520f2425 1258
b3134b95
GM
1259 * tips.texi: Copyedits.
1260 (Coding Conventions): Mention autoloads.
1261 Combine partially duplicated macro items. Fix xref.
1262 Refer to Library Headers for copyright notice.
1263 (Programming Tips): edit-options is long-obsolete.
1264 (Compilation Tips): Mention loading bytecomp for byte-compile props.
1265 (Warning Tips): Mention declare-function.
1266 (Documentation Tips): Remove old info.
1267 (Comment Tips): Mention comment-dwim, not indent-for-comment.
1268 (Library Headers): General update.
1269
2064cc6a
GM
12702012-03-02 Glenn Morris <rgm@gnu.org>
1271
6945faa6
GM
1272 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1273 and relocate entry. Mention buffer-stale-function.
1274
4186e877
GM
1275 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1276
2064cc6a
GM
1277 * hooks.texi (Standard Hooks): General update.
1278 Put related hooks together. Add and remove items.
1279 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1280 * modes.texi (Hooks): Tweak cross-ref description.
1281
7272fbf3
MA
12822012-03-01 Michael Albinus <michael.albinus@gmx.de>
1283
1284 * files.texi (Kinds of Files): The return value of file-equal-p is
1285 unspecified, if FILE1 or FILE2 does not exist.
1286
53a1239b
GM
12872012-03-01 Glenn Morris <rgm@gnu.org>
1288
90db9af9
GM
1289 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1290
53a1239b
GM
1291 * maps.texi (Standard Keymaps): General update.
1292 Remove mode-specific maps, talk about the more general keymaps.
1293 * help.texi (Help Functions): Add vindex for Helper-help-map.
1294 * keymaps.texi (Active Keymaps): Minor rephrasing.
1295
775b55af
GM
12962012-02-29 Glenn Morris <rgm@gnu.org>
1297
1298 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1299
96b49301 13002012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1301
7272fbf3 1302 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 1303 Update changed behavior of file-subdir-of-p.
96b49301 1304
1383d930
GM
13052012-02-28 Glenn Morris <rgm@gnu.org>
1306
44e97401
GM
1307 * advice.texi, anti.texi, display.texi, elisp.texi:
1308 * processes.texi, variables.texi, vol1.texi, vol2.texi:
1309 Standardize possessive apostrophe usage.
1310
e3c73f1e
GM
1311 * locals.texi: Remove file.
1312 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1313 Remove menu entry.
1314 * errors.texi, maps.texi: Adjust node pointers.
1315 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 1316 * makefile.w32-in (srcs):
e3c73f1e
GM
1317 * Makefile.in (srcs): Remove locals.texi.
1318
1383d930
GM
1319 * frames.texi (Mouse Position): Fix cross-ref.
1320
431ee44b
CY
13212012-02-27 Chong Yidong <cyd@gnu.org>
1322
1323 * buffers.texi (Creating Buffers): Clarify that
1324 generate-new-buffer uses generate-new-buffer-names.
1325 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1326
1327 * files.texi (Directory Names): Index entry for file name abbreviations.
1328 (Relative File Names, File Name Expansion): Refer to it.
1329 (Locating Files): Move locate-user-emacs-file documentation to
1330 Standard File Names.
1331 (Standard File Names): Add locate-user-emacs-file; update examples.
1332
6a11ec9d
MA
13332012-02-26 Michael Albinus <michael.albinus@gmx.de>
1334
1335 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
1336
9a4888c0
CY
13372012-02-26 Chong Yidong <cyd@gnu.org>
1338
1339 * files.texi (Kinds of Files): Improve documentation of
1340 files-equal-p and file-subdir-of-p.
1341
f0e751b9
GM
13422012-02-26 Glenn Morris <rgm@gnu.org>
1343
1344 * intro.texi (Acknowledgements): Small changes.
1345
7e05b1ec
GM
13462012-02-25 Glenn Morris <rgm@gnu.org>
1347
1348 * errors.texi: Don't try to list _all_ the error symbols.
1349 Add circular-list, cl-assertion-failed, compression-error.
1350 * elisp.texi, vol1.texi, vol2.texi:
1351 * control.texi (Error Symbols): Tweak "Standard Errors" description.
1352
23453255 13532012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1354
1355 * files.texi (files-equal-p, file-subdir-of-p): New,
1356 add initial documentation.
1357
4963495d
CY
13582012-02-25 Chong Yidong <cyd@gnu.org>
1359
fa74b241
CY
1360 * files.texi (File Attributes): Document file-selinux-context.
1361 (Changing Files): Link to it.
1362 (Changing Files): Document set-file-selinux-context.
1363
1364 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
1365 changed. Mention default value of backup-directory-alist.
1366 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
1367 (Auto-Saving): New minor mode behavior for auto-save-mode.
1368 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 1369
4963495d
CY
1370 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
1371
4bb82fa8
GM
13722012-02-24 Glenn Morris <rgm@gnu.org>
1373
1374 * errors.texi (Standard Errors): Mention dbus-error.
1375 For arith-error sub-classes, just use one cross-ref.
1376
2cb228f7
AM
13772012-02-23 Alan Mackenzie <acm@muc.de>
1378
1379 * modes.texi (Defining Minor Modes): Document the new keyword
1380 :after-hook.
1381
a59225b1
CY
13822012-02-21 Chong Yidong <cyd@gnu.org>
1383
1384 * files.texi (Files): Mention magic file names as arguments.
1385 (Reading from Files): Copyedits.
1386 (File Attributes): Mention how to change file modes.
1387 (Changing Files): Use standard "file permissions" terminology.
1388 Add xref to File Attributes node.
1389 (Locating Files): Document locate-user-emacs-file.
1390 (Unique File Names): Recommend against using make-temp-name.
1391
8376d7c2
CY
13922012-02-19 Chong Yidong <cyd@gnu.org>
1393
1394 * help.texi (Documentation, Documentation Basics, Help Functions):
1395 Minor clarifications.
1396 (Accessing Documentation): Clarify what documentation-property is
1397 for. Add xref to Keys in Documentation.
1398
1399 * tips.texi (Documentation Tips): Don't recommend using * in
1400 docstrings.
1401
1402 * macros.texi (Defining Macros):
1403 * modes.texi (Derived Modes): Say "documentation string" instead
1404 of docstring.
1405
82233bea
CY
14062012-02-18 Chong Yidong <cyd@gnu.org>
1407
1408 * modes.texi (Tabulated List Mode): New node.
1409 (Basic Major Modes): Add xref to it.
1410
1411 * processes.texi (Process Information): Mention Process Menu mode.
1412
7b926f3f
CY
14132012-02-17 Chong Yidong <cyd@gnu.org>
1414
1415 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
1416
0fd2c9a3
GM
14172012-02-17 Glenn Morris <rgm@gnu.org>
1418
1419 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
1420
f700caa3
CY
14212012-02-16 Chong Yidong <cyd@gnu.org>
1422
4230351b
CY
1423 * syntax.texi (Syntax Tables, Syntax Descriptors)
1424 (Syntax Table Functions): Copyedits.
1425 (Syntax Basics): Don't repeat the material in the preceding node.
1426 (Syntax Class Table): Use a table.
1427 (Syntax Properties): Document syntax-propertize-function and
1428 syntax-propertize-extend-region-functions.
1429 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1430 (Parser State): Update for the new "c" comment style. Fix
1431 description of item 7 (comment style).
1432
f700caa3
CY
1433 * modes.texi (Minor Modes): Update how mode commands should treat
1434 arguments now.
1435 (Mode Line Basics): Clarify force-mode-line-update.
1436 (Mode Line Top): Note that the example is not realistic.
1437 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
1438 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
1439 "mode line construct" instead of "mode line specification".
1440 (Syntactic Font Lock): Remove mention of obsolete variable
1441 font-lock-syntactic-keywords.
1442 (Setting Syntax Properties): Node deleted.
1443 (Font Lock Mode): Note that Font Lock mode is a minor mode.
1444 (Font Lock Basics): Note that syntactic fontification falls back
1445 on `syntax-table'.
1446 (Search-based Fontification): Emphasize that font-lock-keywords
1447 should not be set directly.
1448 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
1449 (Syntactic Font Lock): Minor clarifications. Add xref to
1450 Syntactic Font Lock node.
f700caa3 1451
60236b0d
CY
14522012-02-15 Chong Yidong <cyd@gnu.org>
1453
1454 * minibuf.texi (Basic Completion): Define "completion table".
1455 Move completion-in-region to Completion in Buffers node.
1456 (Completion Commands): Use "completion table" terminology.
1457 (Completion in Buffers): New node.
1458
1459 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
1460 (Setting Hooks): Update minor mode usage example.
1461 (Major Mode Conventions): Note that completion-at-point-functions
1462 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
1463 Remove duplicate tip about auto-mode-alist.
1464 (Minor Modes): Rewrite introduction.
1465 (Minor Mode Conventions): Copyedits. Don't recommend
1466 variable-only minor modes since few minor modes are like that.
60236b0d 1467
d7dbb11a
GM
14682012-02-15 Glenn Morris <rgm@gnu.org>
1469
1470 * processes.texi (Network): Document open-network-stream :parameters.
1471
3d8badf4
CY
14722012-02-14 Chong Yidong <cyd@gnu.org>
1473
1474 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
1475 was removed on 2009-09-10. Update lisp-mode-map example.
1476 (Inheritance and Keymaps): Minor clarification.
1477 (Searching Keymaps): Remove out-of-place enumeration.
1478 (Key Lookup): Remove unnecessary example (one was already given in
1479 Format of Keymaps).
1480 (Changing Key Bindings): Update suppress-keymap example.
1481 (Menu Bar, Tool Bar): Copyedits.
1482 (Tool Bar): Update tool-bar-map example.
1483
faccede1
CY
14842012-02-12 Chong Yidong <cyd@gnu.org>
1485
1486 * debugging.texi (Debugger Commands): Continuing is now allowed
1487 for errors.
1488
355cabc6
CY
14892012-02-11 Chong Yidong <cyd@gnu.org>
1490
d860baa0
CY
1491 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
1492 Move the list of standard bitmaps there.
1493 (Fringe Cursors): Rewrite for clarity.
1494 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
1495
34106abe
CY
1496 * commands.texi (Command Overview): Mention read-key.
1497 (Using Interactive, Interactive Call): Minor clarifications.
1498 (Function Keys, Click Events): Avoid "input stream" terminology.
1499 (Click Events): Add xref to Window Sizes and Accessing Mouse.
1500 Clarify column and row components.
1501 (Accessing Mouse): Add xref to Click Events. Minor fixes.
1502 (Special Events): Copyedits.
1503
1504 * streams.texi (Input Streams): De-document get-file-char.
1505 (Output Variables): Don't refer to old backquote syntax.
1506
355cabc6
CY
1507 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
1508 (Error Debugging): Note that debug-ignored-errors overrides list
1509 values of debug-on-error too. Add xref to Signaling Errors. Note
1510 that debug-on-signal is not customizable. Mention
1511 condition-case-unless-debug.
1512 (Compilation Errors): Node deleted.
1513
1514 * compile.texi (Compiler Errors): Move a paragraph here from
1515 deleted node Compilation Errors.
1516
1be3ca5a
LL
15172012-02-10 Leo Liu <sdl.web@gmail.com>
1518
1519 * control.texi (Handling Errors): Change condition-case-no-debug
1520 to condition-case-unless-debug.
1521
25dec365
CY
15222012-02-10 Chong Yidong <cyd@gnu.org>
1523
1524 * advice.texi (Defining Advice): Clarify ad-unadvise.
1525 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
1526 is not abnormal.
1527 (Advising Primitives): Node deleted; ad-define-subr-args has been
1528 removed.
1529
1530 * compile.texi (Speed of Byte-Code): Use float-time in example.
1531 (Compilation Functions): Note that the log uses Compilation mode.
1532 Don't discuss the contents of byte-code function object here.
1533 (Compilation Functions): De-document internal function byte-code.
1534 (Docs and Compilation): Minor clarifications.
1535
1536 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
1537 Objects.
1538
5f5e4ea1
GM
15392012-02-10 Glenn Morris <rgm@gnu.org>
1540
1541 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
1542 Mention secure-hash.
1543 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
1544
6c1e4b46
CY
15452012-02-10 Chong Yidong <cyd@gnu.org>
1546
1547 * loading.texi (Loading): Don't emphasize "library" terminology.
1548 (Library Search): load-path is not a user option. Mention role of
1549 -L option and packages. Improve examples.
1550 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
1551 obsolete.
1552 (Autoload): Minor clarifications.
1553
72ca698c
GM
15542012-02-10 Glenn Morris <rgm@gnu.org>
1555
b011fbfe
GM
1556 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
1557
72ca698c
GM
1558 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
1559
14a1f380
GM
15602012-02-08 Glenn Morris <rgm@gnu.org>
1561
1562 * loading.texi (Named Features): Update the require example.
1563
60d47423
GM
15642012-02-07 Glenn Morris <rgm@gnu.org>
1565
1566 * modes.texi (Defining Minor Modes):
1567 Expand on args of defined minor modes.
1568
0992bd9c
CY
15692012-02-07 Chong Yidong <cyd@gnu.org>
1570
1571 * variables.texi (Creating Buffer-Local): Minor clarification
1572 to buffer-local-variables doc (Bug#10715).
1573
af008560
GM
15742012-02-07 Glenn Morris <rgm@gnu.org>
1575
e80e1825 1576 * display.texi (ImageMagick Images): General update.
af008560
GM
1577 Move most details of imagemagick-render-type to the variable's doc.
1578
866c1d22
GM
15792012-02-06 Glenn Morris <rgm@gnu.org>
1580
f7c9199f 1581 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
1582 (Inheritance and Keymaps):
1583 Mention make-composed-keymap and multiple inheritance.
f7c9199f 1584
e7bc51d0
GM
1585 * modes.texi (Running Hooks): Mention run-hook-wrapped.
1586
866c1d22
GM
1587 * control.texi (Handling Errors):
1588 Mention condition-case-no-debug and with-demoted-errors.
1589
03988c98
CY
15902012-02-05 Chong Yidong <cyd@gnu.org>
1591
1592 * customize.texi (Common Keywords): Minor clarifications.
1593 Document custom-unlispify-remove-prefixes.
1594 (Variable Definitions): Backquotes in defcustom seem to work fine
1595 now. Various other copyedits.
e1161b06
CY
1596 (Simple Types): Copyedits. Document color selector.
1597 (Composite Types): Copyedits.
1598 (Splicing into Lists): Clarifications.
03988c98
CY
1599
1600 * eval.texi (Backquote): Move from macros.texi.
1601
1602 * macros.texi (Expansion): Minor clarification.
1603 (Backquote): Move node to eval.texi.
1604 (Defining Macros): Move an example from Backquote node.
1605 (Argument Evaluation): No need to mention Pascal.
1606 (Indenting Macros): Add xref to Defining Macros.
1607
649f602c
GM
16082012-02-05 Glenn Morris <rgm@gnu.org>
1609
1610 * debugging.texi (Error Debugging): Mention debug-on-event default.
1611
34c99998
GM
16122012-02-04 Glenn Morris <rgm@gnu.org>
1613
8f05da42
GM
1614 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
1615
7aa5aad8
GM
1616 * debugging.texi (Error Debugging): Mention debug-on-event.
1617 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
1618
c7291ad9
GM
1619 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
1620
34c99998
GM
1621 * text.texi (Buffer Contents):
1622 Update filter-buffer-substring description.
1623
735cc5ca
CY
16242012-02-04 Chong Yidong <cyd@gnu.org>
1625
1626 * functions.texi (What Is a Function): Add closures. Mention
1627 "return value" terminology. Add xref for command-execute. Remove
1628 unused "keystroke command" terminology.
1629 (Lambda Expressions): Give a different example than in the
1630 following subsection. Add xref to Anonymous Functions.
1631 (Function Documentation): Remove gratuitous markup.
1632 (Function Names): Move introductory text to `What Is a Function'.
1633 (Defining Functions): Fix defun argument spec.
1634 (Anonymous Functions): Document lambda macro explicitly. Mention
1635 effects on lexical binding.
1636 (Function Cells): Downplay direct usage of fset.
1637 (Closures): New node.
1638 (Inline Functions): Remove "open-code" terminology.
1639 (Declaring Functions): Minor tweak; .m is not C code.
1640
1641 * variables.texi (Variables): Don't refer to "global value".
1642 (Local Variables, Void Variables): Copyedits.
1643 (Lexical Binding): Minor clarification of example.
1644 (File Local Variables): Mention :safe and :risky defcustom args.
1645 (Lexical Binding): Add xref to Closures node.
1646
94bc7984
GM
16472012-02-04 Glenn Morris <rgm@gnu.org>
1648
1649 * minibuf.texi (High-Level Completion): Updates for read-color.
1650
4f5a10ef
GM
16512012-02-03 Glenn Morris <rgm@gnu.org>
1652
eea14f31
GM
1653 * display.texi (GIF Images): Mention animation.
1654 Remove commented-out old example of animation.
1655 (Animated Images): New subsection.
1656 * elisp.texi (Top):
1657 * vol1.texi (Top):
1658 * vol2.texi (Top): Add Animated Images menu entry.
1659
4f5a10ef
GM
1660 * display.texi (Image Formats): Remove oddly specific information
1661 on versions of image libraries.
204e728d 1662 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 1663
12f381b7
GM
16642012-02-02 Glenn Morris <rgm@gnu.org>
1665
1b9f60cc
GM
1666 * processes.texi (Synchronous Processes):
1667 Mention call-process's :file gets overwritten.
1668
7e2734bc
GM
1669 * commands.texi (Reading One Event):
1670 * help.texi (Help Functions): Document read-char-choice.
1671
f58b9822
GM
1672 * hooks.texi (Standard Hooks):
1673 * modes.texi (Keymaps and Minor Modes):
1674 * text.texi (Commands for Insertion): Document post-self-insert-hook.
1675
1676 * hooks.texi (Standard Hooks): Add prog-mode-hook.
1677
12f381b7
GM
1678 * hooks.texi (Standard Hooks):
1679 * modes.texi (Major Mode Conventions, Mode Hooks):
1680 Document change-major-mode-after-body-hook.
1681
7a9a2fc6
GM
16822012-02-01 Glenn Morris <rgm@gnu.org>
1683
1684 * modes.texi (Defining Minor Modes):
1685 Mention disabling global minor modes on a per-major-mode basis.
1686
a037c171
CY
16872012-01-31 Chong Yidong <cyd@gnu.org>
1688
1689 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
1690 (Parser State): Remove unnecessary statement (Bug#10661).
1691
1692 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
1693
56afad3a
GM
16942012-01-31 Glenn Morris <rgm@gnu.org>
1695
1696 * modes.texi (Defining Minor Modes):
1697 Document define-minor-mode's new :variable keyword.
1698
0f29fa41
CY
16992012-01-29 Chong Yidong <cyd@gnu.org>
1700
837a390a
CY
1701 * syntax.texi (Syntax Class Table): Tweak description of newline
1702 char syntax (Bug#9619).
1703
0f29fa41
CY
1704 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
1705 description (Bug#10189).
1706
182148ee
GM
17072012-01-29 Glenn Morris <rgm@gnu.org>
1708
a49ca6b9
GM
1709 * files.texi (Changing Files): Document SELinux support.
1710
182148ee
GM
1711 * windows.texi (Window Sizes): Fix typo.
1712
9962192e
CY
17132012-01-28 Chong Yidong <cyd@gnu.org>
1714
8c6e1920
CY
1715 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
1716 doc (Bug#8568).
1717
9583ec59
CY
1718 * frames.texi (Input Focus): Add NORECORD arg to
1719 select-frame-set-input-focus. Clarify its role in select-frame.
1720
10256988
CY
1721 * text.texi (Transposition): We don't use transpose-region as an
1722 internal subroutine (Bug#3249).
1723
9962192e
CY
1724 * modes.texi (Example Major Modes): Update Lisp example code to
1725 current sources. Delete the old non-derived-major-mode example,
1726 which has diverged badly from current sources.
1727
2aa43abb
GM
17282012-01-27 Glenn Morris <rgm@gnu.org>
1729
1730 * makefile.w32-in (texinputdir): Fix (presumed) typo.
1731 (VERSION, manual): Remove, unused.
1732
9f40220d
CY
17332012-01-27 Chong Yidong <cyd@gnu.org>
1734
1735 * commands.texi (Command Overview): Minor clarification (Bug#10384).
1736
acc28cb9
CY
17372012-01-26 Chong Yidong <cyd@gnu.org>
1738
1739 * searching.texi (String Search): Document negative repeat count
1740 (Bug#10507).
1741
48da7392
GM
17422012-01-26 Glenn Morris <rgm@gnu.org>
1743
1744 * variables.texi (Using Lexical Binding):
1745 Mention that lexical-binding should be set in the first line.
1746
69b0acb9
LI
17472012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1748
1749 * macros.texi (Defining Macros): Don't claim that `declare' only
1750 affects Edebug and indentation.
1751
543757a8
LI
17522012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1753
1754 * macros.texi (Defining Macros): Slight `declare' fixup.
1755
450e3cae
GM
17562012-01-25 Glenn Morris <rgm@gnu.org>
1757
24189ce0 1758 * makefile.w32-in (texinputdir):
450e3cae
GM
1759 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
1760
1021c761
CY
17612012-01-24 Chong Yidong <cyd@gnu.org>
1762
1763 * variables.texi (Variables, Local Variables, Void Variables):
1764 Edit to make the descriptions less specific to dynamic binding.
1765 (Local Variables): Default max-specpdl-size is now 1300.
1766 (Defining Variables): Edits for lexical scoping. Delete
1767 information about starting docstrings with *. De-document
1768 user-variable-p.
1769 (Tips for Defining): Remove an unimportant discussion of quitting
1770 in the middle of a load.
1771 (Accessing Variables, Setting Variables): Discuss lexical binding.
1772 (Variable Scoping): Rewrite.
1773 (Scope, Extent, Impl of Scope): Nodes deleted.
1774 (Dynamic Binding): New node, with material from Scope, Extent, and
1775 Impl of Scope nodes.
1776 (Dynamic Binding Tips): Rename from Using Scoping.
1777 (Lexical Binding): Rewrite.
1778 (Using Lexical Binding): Rename from Converting to Lexical
1779 Binding. Convert to subsection.
1780
1781 * customize.texi (Variable Definitions): Add custom-variable-p.
1782 Move user-variable-p documentation here.
1783
31cbea1d
CY
17842012-01-23 Chong Yidong <cyd@gnu.org>
1785
1786 * strings.texi (Text Comparison): Minor qualification.
1787
1788 * lists.texi (Cons Cells): Copyedits.
1789 (List Elements): Mention push.
1790 (List Variables): Mention pop.
1791 (Rings): Move to sequences.texi.
1792
1793 * sequences.texi (Sequence Functions): Don't repeat the
1794 introduction already given in the parent.
1795 (Vectors): Copyedits.
1796 (Rings): Move from lists.texi. Note that this is specific to the
1797 ring package.
1798
1799 * symbols.texi (Definitions, Symbol Components): Mention variable
1800 scoping issues.
1801 (Plists and Alists): Copyedits.
1802
1803 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
1804 correctness with lexical scoping.
1805 (Eval): Copyedits.
1806
fead402d
CY
18072012-01-21 Chong Yidong <cyd@gnu.org>
1808
1809 * intro.texi (A Sample Function Description): Special notation
1810 used for macros too.
1811
1812 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
1813 (Symbol Type): Add xref for keyword symbols.
1814 (Sequence Type): Clarify differences between sequence types.
1815 (Cons Cell Type): Add "linked list" index entry.
1816 (Non-ASCII in Strings): Copyedits.
1817 (Equality Predicates): Symbols with same name need not be eq.
1818
1819 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
1820 ldexp. Move float-e and float-pi to Math Functions node.
1821
61086eb6
GM
18222012-01-21 Glenn Morris <rgm@gnu.org>
1823
1824 * modes.texi (Auto Major Mode):
1825 * variables.texi (File Local Variables):
1826 Mention inhibit-local-variables-regexps.
1827
34a02f46
MR
18282012-01-19 Martin Rudalics <rudalics@gmx.at>
1829
1830 * windows.texi (Window Configurations): Rewrite references to
1831 persistent window parameters.
1832 (Window Parameters): Fix description of persistent window
1833 parameters.
1834
f5064cae
JB
18352012-01-16 Juanma Barranquero <lekktu@gmail.com>
1836
1837 * windows.texi (Window Parameters): Use @pxref.
1838
6a6ee00d
MR
18392012-01-16 Martin Rudalics <rudalics@gmx.at>
1840
1841 * windows.texi (Window Configurations, Window Parameters):
1842 Describe persistent window parameters.
1843
9ca4c014
SM
18442011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1845
1846 * variables.texi (Creating Buffer-Local): Warn against misuses of
1847 make-variable-buffer-local (bug#10258).
1848
d027f83d
LMI
18492012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1850
1851 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
1852
89bd9ccd
CY
18532012-01-06 Chong Yidong <cyd@gnu.org>
1854
1855 * variables.texi (Directory Local Variables): Document
1856 hack-dir-local-variables-non-file-buffer.
1857
c869783d
GM
18582012-01-06 Glenn Morris <rgm@gnu.org>
1859
1860 * maps.texi (Standard Keymaps): Refer to Info-edit by name
1861 rather than by keybinding.
1862
2cae5ba4
JB
18632011-12-29 Juanma Barranquero <lekktu@gmail.com>
1864
1865 * frames.texi (Font and Color Parameters): Add @pxref.
1866
43da4d08
DC
18672011-12-29 Daniel Colascione <dan.colascione@gmail.com>
1868
1869 * frames.texi (Font and Color Parameters):
1870 Document w32 font backends (bug#10399).
1871
8d80ef01
PE
18722011-12-28 Paul Eggert <eggert@cs.ucla.edu>
1873
1874 * files.texi (File Attributes, Changing Files):
1875 Use a more-natural notation for octal numbers.
1876
9022ae07
JB
18772011-12-23 Juanma Barranquero <lekktu@gmail.com>
1878
1879 * variables.texi (Variables with Restricted Values):
1880 Change reference to variable (bug#10354).
1881
454592a6
MR
18822011-12-13 Martin Rudalics <rudalics@gmx.at>
1883
1884 * windows.texi (Splitting Windows): Use t instead of non-nil
1885 when describing window-combination-resize.
1886
a7cdbfce
SM
18872011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1888
1889 * text.texi (Special Properties): Warn against `intangible' properties
1890 (bug#10222).
1891
a3dcc84e
EZ
18922011-11-26 Eli Zaretskii <eliz@gnu.org>
1893
579ebf8f
EZ
1894 * display.texi (Truncation):
1895 * text.texi (Special Properties): Describe what a stretch-glyph is
1896 instead of using that term without explanation. Make the
1897 cross-references more accurate.
1898
a3dcc84e
EZ
1899 * display.texi (Usual Display): Update the description,
1900 cross-references, and indexing related to display of control
1901 characters and raw bytes.
1902
94af99a4
MR
19032011-11-25 Martin Rudalics <rudalics@gmx.at>
1904
1905 * windows.texi (Splitting Windows): Fix description of
1906 window-combination-limit. Suggested by Eli Zaretskii.
1907
1c3d7a13
CY
19082011-11-23 Chong Yidong <cyd@gnu.org>
1909
1910 * windows.texi (Window Sizes): Move window-top-line,
1911 window-left-column, and window-*-pixel-edges to Coordinates and
1912 Windows node.
1913 (Coordinates and Windows): Restore window-edges doc.
1914
90151a1e
MR
19152011-11-21 Martin Rudalics <rudalics@gmx.at>
1916
a7cdbfce
SM
1917 * windows.texi (Windows and Frames, Splitting Windows):
1918 Fix typos.
90151a1e 1919
a9b9b7f5
CY
19202011-11-21 Chong Yidong <cyd@gnu.org>
1921
1922 * windows.texi (Splitting Windows): Fix error in documentation of
1923 window-combination-limit.
1924 (Cyclic Window Ordering): Minor fixes to next-window,
1925 one-window-p, and get-lru-window docs. Don't document
1926 window-list-1.
1927 (Buffers and Windows): Copyedits.
1928 (Choosing Window): Document special handling of special-display-*.
1929 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
1930 Don't document even-window-heights, which is going away.
1931 Clarify which options are obeyed by which action functions.
a9b9b7f5 1932
f4e90db0
SM
19332011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1934
1935 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
1936
d2999b1a
MR
19372011-11-20 Martin Rudalics <rudalics@gmx.at>
1938
f4e90db0
SM
1939 * windows.texi (Resizing Windows, Splitting Windows):
1940 Remove term "status" when talking about combination limits.
d2999b1a 1941
cd1181db
JB
19422011-11-20 Juanma Barranquero <lekktu@gmail.com>
1943
1944 * compile.texi (Compiler Errors):
1945 * help.texi (Help Functions): Fix typos.
1946
7bf54975
CY
19472011-11-19 Chong Yidong <cyd@gnu.org>
1948
1949 * windows.texi (Splitting Windows): Clarify role of window
1950 parameters in split-window. Shorten the example.
f4e90db0
SM
1951 (Deleting Windows): Rewrite intro to handle internal windows.
1952 Fix delete-windows-on doc.
7bf54975
CY
1953 (Selecting Windows): Copyedits.
1954
a0c2d0ae
MR
19552011-11-17 Martin Rudalics <rudalics@gmx.at>
1956
1957 * windows.texi (Resizing Windows, Splitting Windows)
1958 (Deleting Windows): Use term window-combination-resize instead
1959 of window-splits.
1960
b6f67890
MR
19612011-11-16 Martin Rudalics <rudalics@gmx.at>
1962
f4e90db0
SM
1963 * windows.texi (Resizing Windows, Splitting Windows):
1964 Rename occurrences of window-nest to window-combination-limit.
b6f67890 1965
0b381c7e
JB
19662011-11-14 Juanma Barranquero <lekktu@gmail.com>
1967
1968 * intro.texi (Lisp History): Fix typo.
1969
89d61221
MR
19702011-11-12 Martin Rudalics <rudalics@gmx.at>
1971
f4e90db0
SM
1972 * windows.texi (Splitting Windows, Deleting Windows):
1973 Remove references to splits status of windows.
89d61221 1974
b2621720
GM
19752011-11-10 Glenn Morris <rgm@gnu.org>
1976
1977 * buffers.texi (Read Only Buffers): Expand a bit on why
1978 toggle-read-only should only be used interactively. (Bug#7292)
1979
d2ad7ee1
CY
19802011-11-09 Chong Yidong <cyd@gnu.org>
1981
1982 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 1983 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
1984 window-inside-absolute-pixel-edges.
1985 (Resizing Windows): shrink-window-if-larger-than-buffer works on
1986 non-full-width windows.
1987
2cffd681
MR
19882011-11-09 Martin Rudalics <rudalics@gmx.at>
1989
1990 * windows.texi (Resizing Windows): Rewrite documentation of
1991 window-resizable.
1992
f6f6d7e7
CY
19932011-11-09 Chong Yidong <cyd@gnu.org>
1994
1995 * windows.texi (Splitting Windows): Simplify example.
1996
a79db6e0
CY
19972011-11-08 Chong Yidong <cyd@gnu.org>
1998
1999 * windows.texi (Window Sizes): Copyedits. Document
2000 window-text-height. Remove window-min-height and window-min-width
2001 discussion, referring instead to Emacs manual.
2002 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
2003 (Resizing Windows): Simplify introduction. Don't document
2004 enlarge-window, shrink-window, enlarge-window-horizontally, and
2005 shrink-window-horizontally; they are no longer preferred for
2006 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 2007
441950c7
GM
20082011-11-07 Glenn Morris <rgm@gnu.org>
2009
2010 * windows.texi (Choosing Window): Fix keybinding typo.
2011
be7f5545
MR
20122011-11-07 Martin Rudalics <rudalics@gmx.at>
2013
2014 * windows.texi (Resizing Windows, Splitting Windows)
2015 (Window Configurations): Use "child window" instead of
2016 "subwindow".
2017
291d142b
CY
20182011-11-06 Chong Yidong <cyd@gnu.org>
2019
2020 * windows.texi (Basic Windows): Clarify various definitions.
2021 Treat window-normalize-* as internal; don't document them.
2022 (Windows and Frames): Various clarifications, e.g. non-live
2023 windows also belong to frames. Fix window-list description.
2024 Simplify window nesting example.
f4e90db0
SM
2025 (Splitting Windows, Window Configurations):
2026 Use split-window-below.
291d142b 2027
89bd5ee1
EZ
20282011-11-04 Eli Zaretskii <eliz@gnu.org>
2029
2030 * windows.texi (Window Sizes): Mention in the doc string that the
2031 return values of `window-body-height' and `window-body-width' are
2032 in frame's canonical units. (Bug#9949)
2033
3d8daefe
MR
20342011-10-30 Martin Rudalics <rudalics@gmx.at>
2035
2036 * windows.texi (Windows and Frames): Remove "iso-" infix from
2037 documentation of window-iso-combined-p.
2038
60754666
CY
20392011-10-26 Chong Yidong <cyd@gnu.org>
2040
2041 * modes.texi (Running Hooks): Document with-wrapper-hook.
2042
d366bd53
CY
20432011-10-18 Chong Yidong <cyd@gnu.org>
2044
2045 * display.texi (Glyphless Chars): New node.
2046
50b063c3
CY
20472011-10-13 Chong Yidong <cyd@stupidchicken.com>
2048
2049 * text.texi (Yanking): Document yank-excluded-properties.
2050
2051 * package.texi (Packaging Basics): The commentary should say how
2052 to begin using the package.
2053
c72063fa
MR
20542011-10-11 Martin Rudalics <rudalics@gmx.at>
2055
2056 * windows.texi (Deleting Windows): Mention which window gets
2057 selected when deleting the selected window.
2058
d83dc65b
MR
20592011-10-09 Martin Rudalics <rudalics@gmx.at>
2060
2061 * buffers.texi (The Buffer List): Describe how bury-buffer deals
2062 with the selected window.
2063 * windows.texi (Buffers and Windows): Reformulate text on how
2064 replace-buffer-in-windows deals with a window.
2065 (Quitting Windows): Describe how quit-window deals with a
2066 standalone frame. Describe new option frame-auto-hide-function.
2067
c599682c
GM
20682011-10-08 Glenn Morris <rgm@gnu.org>
2069
48bca619
GM
2070 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
2071
c599682c
GM
2072 * positions.texi (Excursions): Update warning message.
2073
969aa734
CY
20742011-10-05 Chong Yidong <cyd@stupidchicken.com>
2075
f4e90db0
SM
2076 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
2077 Fix Emacs manual xref (Bug#9675).
969aa734 2078
550f41cd
CY
20792011-10-01 Chong Yidong <cyd@stupidchicken.com>
2080
2081 * windows.texi (Textual Scrolling): Document scroll-up-command,
2082 scroll-down-command, scroll-error-top-bottom, and the
2083 scroll-command symbol property.
717a1362
CY
2084 (Display Action Functions): Fix description of
2085 display-buffer-pop-up-window.
550f41cd 2086
a239d4e9
JB
20872011-09-28 Juanma Barranquero <lekktu@gmail.com>
2088
2089 * windows.texi (Splitting Windows): Fix typos.
2090
590c056d
MR
20912011-09-25 Martin Rudalics <rudalics@gmx.at>
2092
2093 * windows.texi (Windows and Frames, Display Action Functions)
2094 (Switching Buffers): Fix some typos.
2095 (Buffers and Windows): Remove reference to window-auto-delete.
2096 Reword description of replace-buffer-in-windows.
2097 (Window History): Fix some typos and refer to frame local buffer
2098 list.
c419f5cb
MR
2099 (Quitting Windows): New node.
2100 (Window Configurations): Add descriptions of window-state-get
2101 and window-state-put.
2102 (Window Parameters): Describe variable ignore-window-parameters.
2103 Sketch some window parameters currently in use.
2104 * elisp.texi (Top): Update node listing.
590c056d 2105
9ec20d36
CY
21062011-09-25 Chong Yidong <cyd@stupidchicken.com>
2107
2108 * windows.texi (Display Action Functions)
2109 (Choosing Window Options): New nodes.
2110
0e406a72
CY
21112011-09-24 Chong Yidong <cyd@stupidchicken.com>
2112
2113 * windows.texi (Window History): New node. Move text here from
2114 Buffers and Windows.
2115 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
2116 don't document display-buffer here; callers changed.
2117 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
2118 switch-to-buffer-other-frame. Delete duplicate
2119 replace-buffer-in-windows doc.
2120 (Choosing Window): Document display actions.
2121
6bf7006f
EZ
21222011-09-24 Eli Zaretskii <eliz@gnu.org>
2123
2124 * display.texi (Forcing Redisplay): Update the description of
2125 redisplay-dont-pause due to change in the default value.
2126
b33b68a3
MR
21272011-09-23 Martin Rudalics <rudalics@gmx.at>
2128
2129 * frames.texi (Frames and Windows): Move section and rename to
2130 Windows and Frames in windows.texi.
2131 * windows.texi (Windows): Restructure.
2132 (Basic Windows): Rewrite. Explain live and internal windows and
2133 normalization functions.
2134 (Windows and Frames): Move section here from frames.texi.
2135 Describe subwindows, window combinations, window tree, and
2136 corresponding functions including window-list here.
2137 (Window Sizes): Rename section from Size of Window and move it
2138 up in chapter. Describe total and body sizes and the
2139 corresponding functions. Explain new semantics of
2140 window-min-height/-width.
2141 (Resizing Windows): Move section up in chapter. Describe new
2142 resize functions.
2143 (Splitting Windows): Describe new behavior of split-window,
2144 split-window-above-each-other and split-window-side-by-side.
2145 Provide examples. Describe window-nest and window-splits
2146 options.
2147 (Deleting Windows): Minor rewrite.
f4e90db0
SM
2148 (Selecting Windows): Minor rewrite.
2149 Describe frame-selected-window and set-frame-selected-window here.
2150 (Cyclic Window Ordering): Minor rewrite.
2151 Describe window-list-1.
b33b68a3
MR
2152 (Buffers and Windows): Rewrite. Explain a window's previous and
2153 next buffers and the corresponding functions.
c4682d18 2154 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
2155 * elisp.texi (Top): Update node listings for frames and windows
2156 sections.
2157
4d3786ac
SM
21582011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2159
2160 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
2161
713df35b
LMI
21622011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2163
2164 * errors.texi (Standard Errors): Remove apparent placeholder text
2165 (bug#9491).
2166
33ed493b
CY
21672011-09-18 Chong Yidong <cyd@stupidchicken.com>
2168
2169 * frames.texi (Management Parameters): Fix description of
2170 icon-type parameter.
2171
b8f0a954
CY
21722011-09-17 Chong Yidong <cyd@stupidchicken.com>
2173
2174 * tips.texi (Key Binding Conventions): Don't bind a key sequence
2175 ending in C-g. Suggested by Edward O'Connor.
2176
eddf142c
EZ
21772011-09-17 Eli Zaretskii <eliz@gnu.org>
2178
2179 * numbers.texi (Integer Basics): Add indexing for
2180 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
2181
d8e213eb 21822011-09-14 Dani Moncayo <dmoncayo@gmail.com>
bf1af6c7
DM
2183
2184 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
2185
cec2eab8
JB
21862011-09-11 Juanma Barranquero <lekktu@gmail.com>
2187
2188 * processes.texi (Network Servers): Clarify what the process
2189 buffer is used for (bug#9233).
2190
d8e213eb 21912011-08-30 Dani Moncayo <dmoncayo@gmail.com>
1f403cb9
DM
2192
2193 * lists.texi (Building Lists): Fix typo.
2194
35137ed3
CY
21952011-08-30 Chong Yidong <cyd@stupidchicken.com>
2196
2197 * display.texi (Basic Faces): New node. Document new faces.
2198
2199 * modes.texi (Major Mode Conventions): Move some text there.
2200 (Mode Help): Remove major-mode var, duplicated in Major Modes.
2201
3fd50d5c
CY
22022011-08-29 Chong Yidong <cyd@stupidchicken.com>
2203
2204 * modes.texi (Basic Major Modes): New node. Callers updated.
2205 (Major Modes): Document fundamental-mode and major-mode.
2206 (Major Mode Basics): Node deleted; text moved to Major Modes.
2207 (Derived Modes): Document derived-mode-p.
2208
ddb54206
CY
22092011-08-28 Chong Yidong <cyd@stupidchicken.com>
2210
a6326082
CY
2211 * files.texi (Changing Files, Create/Delete Dirs): Document new
2212 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
2213 (Visiting Functions): Remove view-file; it is documented in the
2214 Emacs manual.
04e2ce72 2215
ddb54206
CY
2216 * frames.texi (Layout Parameters): The defaults for the
2217 menu-bar-lines and tool-bar-lines parameters depend on the mode.
2218
2219 * display.texi (Progress): Document spinner functionality.
2220
2221 * os.texi (Killing Emacs): Note that kill-emacs can be called by
2222 operating system signals. Refer to save-buffers-kill-terminal
2223 instead of save-buffers-kill-emacs.
2224
2225 * objects.texi (Symbol Type): Document ## print representation.
2226
0c95fcf7
EZ
22272011-08-25 Eli Zaretskii <eliz@gnu.org>
2228
2229 * display.texi (Specified Space): Mention that `space' specs
2230 influence bidi reordering.
2231 (Bidirectional Display): Explain how to use `(space . PROPS)' for
2232 separating fields with bidirectional content.
2233
5980d4c6
EZ
22342011-08-24 Eli Zaretskii <eliz@gnu.org>
2235
2236 * display.texi (Bidirectional Display): Document return value in
2237 buffers that are not bidi-reordered for display, and in unibyte
2238 buffers.
2239
bca633fb
EZ
22402011-08-23 Eli Zaretskii <eliz@gnu.org>
2241
2242 * nonascii.texi (Character Properties): Document the values for
2243 unassigned codepoints.
2244
c094bb0c
EZ
22452011-08-18 Eli Zaretskii <eliz@gnu.org>
2246
2247 * nonascii.texi (Character Properties): Document use of
2248 `bidi-class' and `mirroring' properties as part of reordering.
2249 Provide cross-references to "Bidirectional Display".
2250
2251 * display.texi (Bidirectional Display): Document the pitfalls of
2252 concatenating strings with bidirectional content, with possible
f4e90db0
SM
2253 solutions. Document bidi-string-mark-left-to-right.
2254 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
2255 Document use of `bidi-class' and `mirroring' properties as part of
2256 reordering.
c094bb0c 2257
1ea897d5
EZ
22582011-08-16 Eli Zaretskii <eliz@gnu.org>
2259
9adfcd0b
EZ
2260 * modes.texi (Major Mode Conventions): Improve the documentation
2261 of `mode-class' `special' modes.
2262
10862873
EZ
2263 * nonascii.texi (Character Properties): Document the `mirroring'
2264 property. Add index entries.
2265
1ea897d5
EZ
2266 * syntax.texi (Categories): Add an example of defining a new
2267 category and category table.
2268
2269 * searching.texi (Regexp Backslash): Document how to display
2270 existing categories. Mention the possibility of adding
2271 categories, and add an xref to where this is described. Add an
2272 index entry.
2273
ebb552ed
CY
22742011-08-09 Chong Yidong <cyd@stupidchicken.com>
2275
2276 * text.texi (Special Properties):
2277 * display.texi (Overlay Properties): Note that mouse-face cannot
2278 change the text size (Bug#8530).
2279
51a714e1
CY
22802011-08-08 Chong Yidong <cyd@stupidchicken.com>
2281
2282 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2283 using setenv instead.
2284
4cc60b9b
EZ
22852011-07-28 Eli Zaretskii <eliz@gnu.org>
2286
2287 * display.texi (Bidirectional Display): Document the fact that
2288 bidi-display-reordering is t by default.
2289
5deb92fd
EZ
22902011-07-23 Eli Zaretskii <eliz@gnu.org>
2291
2292 * display.texi (Bidirectional Display): New section.
2293
011b0ad6 22942011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
2295 Tim Cross <theophilusx@gmail.com> (tiny change)
2296 Glenn Morris <rgm@gnu.org>
011b0ad6 2297
67f9b9f8 2298 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 2299
4baf28e6
AS
23002011-07-15 Andreas Schwab <schwab@linux-m68k.org>
2301
2302 * help.texi (Keys in Documentation): Revert last change.
2303
66249842
LMI
23042011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2305
f863868c
LMI
2306 * help.texi (Keys in Documentation): Clarify that \= only quotes
2307 the next character, and doesn't affect longer sequences in
2308 particular (bug#8935).
2309
f4e90db0
SM
2310 * debugging.texi (Using Debugger):
2311 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 2312
0bb23927 23132011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
2314
2315 * display.texi (Other Display Specs): Document that `left-fringe'
2316 and `right-fringe' display specifications are of the "replacing"
2317 kind.
2318
f2027cdf
LMI
23192011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2320
2321 * help.texi (Documentation Basics): Add a link to the Function
2322 Documentation node (bug#6580).
2323
f987fde4
LMI
23242011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2325
0bc59b25
LMI
2326 * keymaps.texi (Menu Bar): Mention :visible and :enable
2327 (bug#6344). Text by Drew Adams.
2328
63d55f1f
LMI
2329 * modes.texi (Running Hooks): Mention buffer-local hook variables
2330 (bug#6218).
2331
f987fde4
LMI
2332 * objects.texi (General Escape Syntax): "a with grave accent" is
2333 ?xe0, not ?x8e0 (bug#5259).
2334
b7527639
CY
23352011-07-12 Chong Yidong <cyd@stupidchicken.com>
2336
2337 * display.texi (Face Attributes, Font Selection): Add references
2338 to the Fonts node in the Emacs manual (Bug#4178).
2339
c830e5ae
CY
23402011-07-12 Chong Yidong <cyd@stupidchicken.com>
2341
2342 * display.texi (Window Systems): `window-system' is
2343 terminal-local.
2344
2345 * frames.texi (Frame Parameters, Parameter Access): Don't mention
2346 frame-local variables.
2347
2348 * variables.texi (Buffer-Local Variables): Don't mention obsolete
2349 frame-local variables.
2350 (Frame-Local Variables): Node deleted.
2351
2352 * elisp.texi (Top): Update node listing.
2353
91223e54
LMI
23542011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2355
2356 * elisp.texi: Change "inferiors" to "subnodes" in three places
2357 (bug#3523).
2358
963578d3
CY
23592011-07-11 Chong Yidong <cyd@stupidchicken.com>
2360
2361 * frames.texi (Window System Selections): Discussion of
2362 x-select-enable-clipboard moved to Emacs manual.
2363
07151e49
DD
23642011-07-11 Deniz Dogan <deniz@dogan.se>
2365
2366 * commands.texi (Prefix Command Arguments): Remove excessive
2367 apostrophe.
2368
7261e1cf
LMI
23692011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2370
ad21a12a
LMI
2371 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
2372 description is a string (bug#3313).
2373
7261e1cf
LMI
2374 * frames.texi (Display Feature Testing): Try to explain what all
2375 the visual classes mean (bug#3042).
2376
568f7b79
LMI
23772011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2378
18d59e29
LMI
2379 * modes.texi (Mode Line Variables): Document `mode-line-remote'
2380 and `mode-line-client' (bug#2974).
2381
568f7b79
LMI
2382 * text.texi (Insertion): Clarify marker movements (bug#1651).
2383 Text from Drew Adams.
2384
54e10184
LMI
23852011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2386
d94d85e9
LMI
2387 * text.texi (Special Properties): Clarify the format of `face'
2388 (bug#1375).
2389
54e10184
LMI
2390 * commands.texi (Interactive Call): Add a `call-interactively'
2391 example (bug#1010).
2392
413c488d
LMI
23932011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2394
2395 * functions.texi (Calling Functions): Link to the "Interactive
2396 Call" node (bug#1001).
2397
322b7dab 23982011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 2399
3deead93
CY
2400 * customize.texi (Composite Types): Move alist and plist to here
2401 from Simple Types (Bug#7545).
2402
2403 * elisp.texi (Top): Update menu description.
2404
b00d8c1a
CY
2405 * display.texi (Face Attributes): Document negative line widths
2406 (Bug#6113).
2407
d2a6c43b
TR
24082011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2409
2410 * searching.texi (Match Data): Note that match data can be
2411 overwritten by most functions (bug#2499).
2412
c7844a27
LMI
24132011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2414
a9ab721e
LMI
2415 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
2416 flags mean (bug#6659).
2417
c7844a27
LMI
2418 * functions.texi (What Is a Function): Document the autoload
2419 object (bug#6496).
2420
f68d76d0
LMI
24212011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2422
8a20ca4c
LMI
2423 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
2424 is only used in the Customize user interface (bug#6089).
2425
f68d76d0 2426 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 2427 images (bug#7836).
f68d76d0 2428
7018dbe7
EZ
24292011-07-02 Eli Zaretskii <eliz@gnu.org>
2430
2431 * variables.texi (Defining Variables, Void Variables)
2432 (Constant Variables): Fix incorrect usage of @kindex.
2433
36cb87a1
LMI
24342011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2435
28ee97c7
LMI
2436 * variables.texi (Defining Variables): Add an index entry for
2437 `set-variable' (bug#7262).
8d4294e9 2438 (Defining Variables): Use @findex for functions.
28ee97c7 2439
8862ffd5
LMI
2440 * frames.texi (Basic Parameters): Document the `explicit-name'
2441 parameter (bug#6951).
2442
0ec389b9
LMI
2443 * customize.texi (Type Keywords): Clarify that :value provides a
2444 default value for all types (bug#7386).
2445
36cb87a1
LMI
2446 * streams.texi (Output Functions): Document `pp'.
2447
11fdef7d 24482011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
2449
2450 * keymaps.texi (Searching Keymaps):
2451 * display.texi (Overlay Properties): Fix errors in 2011-05-29
2452 change. Suggested by Johan Bockgård.
2453
eeafcea7
CY
24542011-06-15 Chong Yidong <cyd@stupidchicken.com>
2455
2456 * text.texi (Special Properties): Clarify role of font-lock-face.
2457
b96e6cde
LMI
24582011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2459
f4e90db0 2460 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
2461 to `process-live-p' for consistency with other `-live-p' functions.
2462
be14b9ab
PE
24632011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2464
2465 Document wide integers better.
2466 * files.texi (File Attributes): Document ino_t values better.
2d365993 2467 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
2468 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
2469 (Bitwise Operations):
001903b5
PE
2470 * objects.texi (Integer Type): Use a binary notation that is a bit easier
2471 to read, and that will port better if 62-bits becomes the default.
2472 Fix or remove incorrect examples.
be14b9ab
PE
2473 * os.texi (Time Conversion): Document time_t values better.
2474
bcd54f83
LMI
24752011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2476
f4e90db0
SM
2477 * processes.texi (Process Information):
2478 Document `process-alive-p'.
bcd54f83 2479
049bcbcb
CY
24802011-05-29 Chong Yidong <cyd@stupidchicken.com>
2481
2482 * help.texi (Accessing Documentation):
2483 * display.texi (Pixel Specification):
2484 * processes.texi (Serial Ports, Serial Ports):
2485 * nonascii.texi (Character Properties, Default Coding Systems):
2486 * text.texi (Changing Properties, Special Properties):
2487 * windows.texi (Window Start and End):
2488 * modes.texi (SMIE Indentation Example, SMIE Tricks):
2489 * keymaps.texi (Searching Keymaps, Tool Bar):
2490 * minibuf.texi (Basic Completion):
2491 * compile.texi (Eval During Compile):
2492 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
2493 7x9 paper in printed manual.
2494
2495 * lists.texi (Sets And Lists): Fix misplaced text.
2496
58539c63
CY
24972011-05-29 Chong Yidong <cyd@stupidchicken.com>
2498
2499 * keymaps.texi (Remapping Commands): Emphasize that the keymap
2500 needs to be active (Bug#8350).
2501
6b5681bf
CY
25022011-05-28 Chong Yidong <cyd@stupidchicken.com>
2503
b4d52acc
CY
2504 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
2505
6b5681bf
CY
2506 * tips.texi (Coding Conventions): Remove antediluvian filename
2507 limit recommendation (Bug#8538).
2508
e145f188
GM
25092011-05-27 Glenn Morris <rgm@gnu.org>
2510
2511 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
2512
eafed945
GM
25132011-05-26 Glenn Morris <rgm@gnu.org>
2514
2515 * variables.texi (File Local Variables):
2516 Update hack-local-variables `mode-only' return value.
2d3ba9e7 2517 Add some more details on what this function does in the other case.
eafed945 2518
bc8410af
GM
25192011-05-19 Glenn Morris <rgm@gnu.org>
2520
2521 * lists.texi (Sets And Lists): Mention cl provides union etc.
2522
35a30759
N
25232011-05-19 Nix <nix@esperi.org.uk>
2524
2525 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
2526
2527 * text.texi (Parsing HTML): Update for function name changes.
2528
2529 * syntax.texi (Syntax Flags): Small fix.
2530
2531 * keymaps.texi (Active Keymaps): Typo fix.
2532 (Changing Key Bindings): Grammar fix.
2533
2534 * frames.texi (Minibuffers and Frames): Grammar fix.
2535 (Window System Selections): x-select-enable-clipboard now defaults to t.
2536
2537 * customize.texi (Common Keywords):
2538 * display.texi (Abstract Display):
2539 * modes.texi (Auto-Indentation):
2540 * nonascii.texi (Converting Representations): Typo fixes.
2541
2542 * control.texi (Examples of Catch): Call it "goto" not "go to".
2543
e3934a8a
EZ
25442011-05-14 Eli Zaretskii <eliz@gnu.org>
2545
bc039a3b
EZ
2546 * nonascii.texi (Character Properties): Fix inconsistencies with
2547 implementation.
2548
e3934a8a
EZ
2549 * text.texi (Special Properties): Move @defvar's out of the
2550 @table. (Bug#8652)
2551
e2c94218
GM
25522011-05-12 Glenn Morris <rgm@gnu.org>
2553
2554 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
2555
d2fc7e3d 25562011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
2557
2558 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
2559 (Multiline Font Lock):
2560 * vol2.texi (Top):
2561 * vol1.texi (Top):
2562 * elisp.texi (Top): Update menu accordingly.
2563
d2fc7e3d 25642011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
2565
2566 * modes.texi (Region to Fontify): Fix typo.
2567
79b70037
GM
25682011-05-10 Jim Meyering <meyering@redhat.com>
2569
2570 * minibuf.texi: Fix typo "in in -> in".
2571
b08a63cc 25722011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
2573
2574 * numbers.texi (Integer Basics): Large integers are treated as floats.
2575
1ef14cb4
LMI
25762011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2577
2578 * processes.texi (Synchronous Processes): Document the (:file
2579 "/file-name") syntax for `call-process'.
2580
4ffd0d6b 25812011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
2582
2583 * windows.texi (Choosing Window): Fix typo.
2584
4ffd0d6b 25852011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
2586
2587 * frames.texi (Layout Parameters): Note the difference between
2588 querying and setting parameters for left-fringe and right-fringe
2589 (Bug#6930).
2590
fd5a8ae8
SM
25912011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 * minibuf.texi (Basic Completion): Be a bit more precise about the
2594 valid kinds of completion tables.
2595 (Programmed Completion): Remove obsolete text about lambda expressions
2596 not being valid completion tables.
2597
c1bcd0d5
CY
25982011-03-19 Chong Yidong <cyd@stupidchicken.com>
2599
2600 * positions.texi (Excursions): Explain the "save-excursion
2601 defeated by set-buffer" warning.
2602
2603 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
2604 save-excursion. Suggested by Uday S Reddy.
2605
03408648 26062011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 2607
03408648
SM
2608 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
2609 (Lexical Binding): New sub-section.
ba83908c 2610
03408648
SM
2611 * eval.texi (Eval): Discourage the use of `eval'.
2612 Document its new `lexical' argument.
6c075cd7 2613
f6d62986
SM
26142011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2615
03408648 2616 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
2617 nil any more.
2618
84ea5558 26192011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
2620
2621 * strings.texi (String Conversion): Don't mention
2622 string-make-(uni|multi)byte (bug#8262).
2623 * nonascii.texi (Converting Representations): Fix up range.
2624 * keymaps.texi (Key Binding Commands): Update code point, avoid
2625 "unibyte character" and remove mention of unibyte bindings.
2626
62d94509
EZ
26272011-03-10 Eli Zaretskii <eliz@gnu.org>
2628
2629 * modes.texi (Operator Precedence Grammars): Don't use characters
2630 outside ISO-8859-1.
2631
63a329f8
EZ
26322011-03-09 Eli Zaretskii <eliz@gnu.org>
2633
2634 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
2635
2636 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2637
6446548e
GM
26382011-03-08 Glenn Morris <rgm@gnu.org>
2639
2640 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2641 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 2642 * elisp.texi: Set documentencoding.
6446548e 2643
33383987
JB
26442011-03-07 Chong Yidong <cyd@stupidchicken.com>
2645
2646 * Version 23.3 released.
2647
0b3ceceb
CY
26482011-03-06 Chong Yidong <cyd@stupidchicken.com>
2649
2650 * package.texi: Update index keywords.
2651 (Package Archives): New node contents. Document package-x.el.
2652
78f5433f
JB
26532011-03-06 Juanma Barranquero <lekktu@gmail.com>
2654
2655 * makefile.w32-in (srcs): Add package.texi.
2656
555e9b5c
CY
26572011-03-06 Chong Yidong <cyd@stupidchicken.com>
2658
120d9389
CY
2659 * package.texi (Packaging, Packaging Basics, Simple Packages)
2660 (Multi-file Packages): Expand and clarify.
2661 (Package Archives): Temporary placeholder node.
2662
2663 * elisp.texi (Top): Update node listing.
2664
555e9b5c
CY
2665 * Makefile.in (srcs): Add package.texi.
2666
b59a4335
CY
26672011-03-05 Chong Yidong <cyd@stupidchicken.com>
2668
2669 * processes.texi (Synchronous Processes): Minor clarification
2670 (Bug#8149).
2671
06083aa1
GM
26722011-03-03 Glenn Morris <rgm@gnu.org>
2673
2674 * files.texi (Truenames): Minor clarification. (Bug#2341)
2675
6640b281
GM
26762011-03-01 Glenn Morris <rgm@gnu.org>
2677
2678 * variables.texi (Directory Local Variables):
2679 Mention `(subdirs . nil)' alist element.
2680
2b0c7330 26812011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
2682
2683 * variables.texi (Directory Local Variables): Mention the optional
2684 mtime argument of dir-locals-set-directory-class. (Bug#3577)
2685
b923f7a9
CY
26862011-02-27 Chong Yidong <cyd@stupidchicken.com>
2687
2688 * minibuf.texi (Minibuffer History): Clarify discussion of
2689 minibuffer history lists (Bug#8085).
2690
67ab0163 26912011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 2692
e979a521
EZ
2693 * elisp.texi: Sync @dircategory with ../../info/dir.
2694
e03b2fd4
EZ
2695 * files.texi (Visiting Functions): Document find-file-literally,
2696 both the command and the variable.
2697
86ec878a
EZ
2698 * variables.texi (Creating Buffer-Local): Explain the meaning of
2699 permanent local variables.
2700
67ab0163
GM
2701 * files.texi (Visiting Functions): Document find-file-literally,
2702 both the command and the variable.
2703
2704 * variables.texi (Creating Buffer-Local): Explain the meaning of
2705 permanent local variables.
2706
27072011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
2708
2709 * keymaps.texi (Remapping Commands): Mention how to undo it.
2710
bfcb151a
RT
27112011-02-09 Reuben Thomas <rrt@sc3d.org>
2712
2713 * loading.texi (Hooks for Loading): Remove unnecessary advice
2714 about eval-after-load (Bug#7986).
2715
a41c8660
CY
27162011-02-05 Chong Yidong <cyd@stupidchicken.com>
2717
2718 * commands.texi (Accessing Mouse): Note that a header line is not
2719 included in the row of posn-col-row.
2720
e0dd6837
CY
27212011-02-02 Chong Yidong <cyd@stupidchicken.com>
2722
2723 * modes.texi (Major Mode Conventions): Add face guidelines.
2724 (Faces for Font Lock): List faces in order of prominence.
2725
a4180391
PE
27262011-02-01 Paul Eggert <eggert@cs.ucla.edu>
2727
2728 format-time-string now supports subsecond time stamp resolution
2729 * os.texi (Time Parsing): Document %N.
2730
7427eb97
CY
27312011-01-28 Chong Yidong <cyd@stupidchicken.com>
2732
61db307f
CY
2733 * vol1.texi (Top):
2734 * vol2.texi (Top):
2735 * elisp.texi (Top):
2736 * display.texi (Display Property): Shorten the menu description of
2737 the "Other Display Specs" node (Bug#7816).
2738
7427eb97
CY
2739 * keymaps.texi (Defining Menus): Add "menu item" and "extended
2740 menu item" concept index entries (Bug#7805).
2741
bf3dae7e
EZ
27422011-01-29 Eli Zaretskii <eliz@gnu.org>
2743
2744 * makefile.w32-in (texinfodir): New variable.
2745 (usermanualdir): Remove as redundant with $(emacsdir).
2746 (MAKEINFO): Remove options, leave only program name.
2747 (MAKEINFO_OPTS): New variable.
2748 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
2749
06d8ace5 27502011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
2751 Richard Kim <emacs18@gmail.com>
2752
2753 * loading.texi (Library Search): Document list-load-path-shadows
2754 (Bug#7757).
2755
06d8ace5 27562011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
2757
2758 * searching.texi (Regexp Special): Remove outdated discussion of
2759 character sets (Bug#7780).
2760
28a88153
CY
2761 * frames.texi (Pop-Up Menus): Document where menu title comes
2762 from (Bug#7684).
2763
06d8ace5 27642011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
2765
2766 * display.texi (Making Buttons): Mention limitation of text buttons.
2767
a8e1e9ee
WL
27682011-01-23 Werner Lemberg <wl@gnu.org>
2769
2770 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2771 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2772 (ENVADD): New variable to control texi2dvi and texi2pdf.
2773
362b9d48
GM
27742011-01-15 Chong Yidong <cyd@stupidchicken.com>
2775
2776 * files.texi (Directory Names): Move directory-abbrev-alist doc to
2777 Emacs manual.
2778
27792011-01-15 Eli Zaretskii <eliz@gnu.org>
2780
2781 * files.texi (Directory Names): Explain why FROM in
2782 directory-abbrev-alist should begin with \`. (Bug#7777)
2783
3fa173b4
SM
27842011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2785
2786 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
2787
7c420169 27882011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
2789
2790 * modes.texi (Emulating Mode Line): Fix last change.
2791
7c420169 27922011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
2793
2794 * modes.texi (Emulating Mode Line): Update documentation of
2795 format-mode-line according to changes that fixed bug #7587.
2796
80b33766
SM
27972010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2798
2799 * modes.texi (Derived Modes): Mention prog-mode.
2800
2801 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
2802 of the key-binding-data cache since we don't use it any more.
2803
f49d1f52 28042010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 2805
4bb49a92
EZ
2806 * processes.texi (Shell Arguments):
2807 * strings.texi (Creating Strings): Don't mention "shell commands";
2808 make it explicit that `split-string-and-unquote' and
2809 `combine-and-quote-strings' are mainly for working with arguments
2810 to call-process and start-process.
2811
3c73e30e
EZ
2812 * processes.texi (Shell Arguments): Fix documentation of
2813 `split-string-and-unquote'. Add indexing. (Bug#7563)
2814
f49d1f52 28152010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
2816
2817 * modes.texi (Auto-Indentation): New section to document SMIE.
2818 (Major Mode Conventions):
2819 * text.texi (Mode-Specific Indent): Refer to it.
2820
f49d1f52 28212010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
2822
2823 * display.texi (Other Display Specs): Document left-fringe and
2824 right-fringe display specs.
2825
f49d1f52 28262010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
2827
2828 * backups.texi (Making Backups):
2829 * modes.texi (Example Major Modes): Use recommended coding style.
2830 (Major Mode Basics, Derived Modes): Encourge more strongly use of
2831 define-derived-mode. Mention completion-at-point-functions.
2832
f49d1f52 28332010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 2834
5dcb4c4e
SM
2835 * nonascii.texi (Converting Representations):
2836 Document byte-to-string.
e1115396 2837
ec1b9b17
GM
28382010-12-08 Glenn Morris <rgm@gnu.org>
2839
2840 * buffers.texi (Modification Time):
2841 verify-visited-file-modtime now defaults to the current buffer.
2842
07976ae3 28432010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 2844
ec1b9b17 2845 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
2846
2847 * strings.texi (Creating Strings): Don't mention semi-obsolete
2848 function char-to-string.
2849 (String Conversion): Shorten discussion of semi-obsolete function
2850 string-to-char. Link to Converting Representations.
2851
2852 * objects.texi (Symbol Type):
2853 * text.texi (Near Point):
2854 * help.texi (Help Functions):
2855 * functions.texi (Mapping Functions): Use string instead of
2856 char-to-string in examples.
2857
07976ae3 28582010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
2859
2860 * text.texi (Kill Functions, Kill Functions)
2861 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
2862 YANK-HANDLER args.
2863
2864 * symbols.texi (Creating Symbols): Using unintern without an
2865 obarray arg is now obsolete.
2866
2867 * numbers.texi (Float Basics): Document float-e and float-pi.
2868
2869 * variables.texi (Defining Variables): Change "pi" example to
2870 "float-pi".
2871
8547874a
EZ
28722010-11-26 Eli Zaretskii <eliz@gnu.org>
2873
2874 * commands.texi (Click Events): Document the values of X, Y and
2875 COL, ROW in the event's position, when the click is on the header
2876 or mode line, on the fringes, or in the margins.
2877
4a47c275 28782010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 2879
5b05d75b
EZ
2880 * customize.texi (Composite Types): Lower-case index entry.
2881
5dcb4c4e
SM
2882 * loading.texi (How Programs Do Loading):
2883 Document load-file-name. (Bug#7346)
c7926fe2 2884
4a47c275 28852010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
2886
2887 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
2888
0eb025fb
EZ
28892010-11-13 Eli Zaretskii <eliz@gnu.org>
2890
2891 * display.texi (Usual Display): Characters with no fonts are not
2892 necessarily displayed as empty boxes.
2893
2699a554 28942010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
2895
2896 * maps.texi (Standard Keymaps): Update File menu description.
2897
8289f37b
GM
28982010-10-28 Glenn Morris <rgm@gnu.org>
2899
2900 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
2901
5793a7bc 29022010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
2903
2904 * display.texi (Window Systems): Deprecate use of window-system as
2905 a predicate.
2906
17284e30
GM
29072010-10-23 Glenn Morris <rgm@gnu.org>
2908
2909 * help.texi (Documentation Basics): Remove mentions of digest-doc and
2910 sorted-doc.
2911
00f113eb
JB
29122010-10-15 Eli Zaretskii <eliz@gnu.org>
2913
2914 * os.texi (Dynamic Libraries): New node, with slightly modified
2915 text deleted from "Image Formats".
2916 (System Interface): Add @menu entry for "Dynamic Libraries".
2917
2918 * display.texi (Image Formats): Remove description of
2919 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
2920
07277eb8
GM
29212010-10-12 Glenn Morris <rgm@gnu.org>
2922
2923 * book-spine.texinfo: Rename to book-spine.texi.
2924
c12e4a81
GM
29252010-10-11 Glenn Morris <rgm@gnu.org>
2926
df187c62
GM
2927 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
2928
c12e4a81 2929 * Makefile.in (DVIPS): New variable.
234db610
GM
2930 (.PHONY): Add html, ps.
2931 (html, elisp.html, ps, elisp.ps): New targets.
2932 (clean): Delete html, ps files.
2933 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 2934
6513b232
EZ
29352010-10-09 Eli Zaretskii <eliz@gnu.org>
2936
2937 * makefile.w32-in (emacsdir): New variable.
2938 (srcs): Add emacsver.texi.
2939 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
2940
abd40fb4
GM
29412010-10-09 Glenn Morris <rgm@gnu.org>
2942
c1dc72b3
GM
2943 * Makefile.in (VPATH): Remove.
2944 (infodir): Make it absolute.
2945 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
2946
4393405b
GM
2947 * Makefile.in (dist): Anchor regexps.
2948
eef3ab94
GM
2949 * Makefile.in (srcs): Put elisp.texi first.
2950 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
2951
aa9db089
GM
2952 * Makefile.in (infoclean): Remove harmless, long-standing error.
2953
abd40fb4
GM
2954 * Makefile.in ($(infodir)): Delete rule.
2955 (mkinfodir): New.
2956 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
2957
68db69ed 2958 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 2959 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 2960
ea274122
GM
29612010-10-09 Glenn Morris <rgm@gnu.org>
2962
f7a31f11
GM
2963 * Makefile.in (emacsdir): New variable.
2964 (MAKEINFO): Add -I $emacsdir.
2965 (dist): Copy emacsver.texi.
b13254e7
GM
2966 (srcs): Add emacsver.texi.
2967
f7a31f11
GM
2968 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
2969 Set EMACSVER by including emacsver.texi.
2970
ea274122
GM
2971 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2972
17ca7950
GM
29732010-10-07 Glenn Morris <rgm@gnu.org>
2974
2975 * Makefile.in (version): New, set by configure.
2976 (clean): Delete dist tar file.
2977 (dist): Use version in tar name.
2978
4c83f6e1
GM
29792010-10-06 Glenn Morris <rgm@gnu.org>
2980
2981 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
2982 (INSTALL_INFO): Remove unused variable.
2983 (mostlyclean, infoclean, dist): New rules.
2984 (clean): Delete dvi and pdf files.
2985 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 2986 ($(infodir)): Add parallel build workaround.
4c83f6e1 2987
0264072d
GM
29882010-10-04 Glenn Morris <rgm@gnu.org>
2989
2990 * Makefile.in (dvi, pdf, $(infodir)): New targets.
2991 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 2992 Fix -I typo.
0264072d
GM
2993 (clean): No 'make.out' or 'core' files.
2994 (.PHONY): Declare clean rules.
2995 (maintainer-clean): Delete pdf file. Guard against cd failures.
2996
77f38949
GM
29972010-10-03 Glenn Morris <rgm@gnu.org>
2998
2999 * files.texi (File Name Components): Remove ignored section about
3000 deleted variable directory-sep-char.
3001
178fdd41
MA
30022010-10-03 Michael Albinus <michael.albinus@gmx.de>
3003
3004 * files.texi (Magic File Names): New defopt
3005 remote-file-name-inhibit-cache.
3006
9c524fcb
GM
30072010-10-02 Glenn Morris <rgm@gnu.org>
3008
3009 * os.texi (Killing Emacs): Hook now runs in batch mode.
3010
f816790b
SM
30112010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3012
3013 * text.texi (Special Properties): Clarify when modification-hooks run.
3014
7cf78aac
SM
30152010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 * syntax.texi (Syntax Flags): Document new `c' flag.
3018
ca0d44e4
GM
30192010-09-09 Glenn Morris <rgm@gnu.org>
3020
3021 * display.texi (ImageMagick Images): General cleanup.
3022
10999305 30232010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
3024
3025 * files.texi (Directory Names): Use \` rather than ^.
3026
45240125
JD
30272010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3028
3029 * text.texi (Low-Level Kill Ring):
3030 * frames.texi (Window System Selections): Remove cut buffer
3031 documentation.
3032
4abe5bf6
EZ
30332010-08-28 Eli Zaretskii <eliz@gnu.org>
3034
3035 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
3036 Parameters", where the default fringe width is described.
3037
3038 * frames.texi (Window Frame Parameters, Basic Parameters)
3039 (Position Parameters, Layout Parameters, Management Parameters)
3040 (Cursor Parameters, Font and Color Parameters): Add indexing for
3041 frame parameters. (Bug#6929)
3042
fdc76236
TT
30432010-08-25 Tom Tromey <tromey@redhat.com>
3044
3045 * vol2.texi (Top): Update.
3046 * vol1.texi (Top): Update.
3047 * tips.texi (Library Headers): Mention Package-Version and
3048 Package-Requires.
3049 * package.texi: New file.
3050 * os.texi (System Interface): Update pointers.
3051 * elisp.texi (Top): Link to new nodes. Include package.texi.
3052 * anti.texi (Antinews): Update pointers.
3053
1e5c1c80
EZ
30542010-08-25 Eli Zaretskii <eliz@gnu.org>
3055
3056 * processes.texi (Filter Functions): Fix last change.
3057
78e33835
CY
30582010-08-24 Markus Triska <triska@gmx.at>
3059
3060 * processes.texi (Filter Functions): Use `buffer-live-p' instead
3061 of `buffer-name' in the main text as well as in the example
3062 (Bug#3098).
3063
198a7a97
CY
30642010-08-22 Chong Yidong <cyd@stupidchicken.com>
3065
3066 * nonascii.texi (Text Representations):
3067 * loading.texi (Loading Non-ASCII):
3068 * compile.texi (Byte Compilation): Don't mention obsolete
3069 --unibyte command-line argument.
3070
bc7d7ea6
CY
30712010-08-22 Chong Yidong <cyd@stupidchicken.com>
3072
3073 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
3074
b0126eac 30752010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
3076
3077 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
3078
e8a6cc19
EZ
30792010-08-20 Eli Zaretskii <eliz@gnu.org>
3080
3081 * commands.texi (Misc Events): Add cross-references to where
3082 POSITION of a mouse event is described in detail.
3083
c4e7c63a 30842010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 3085
c4e7c63a 3086 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 3087
7815fe19 30882010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
3089
3090 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
3091 Suggested by Štěpán Němec <stepnem@gmail.com>.
3092
7815fe19 30932010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
3094
3095 * minibuf.texi (High-Level Completion): Document args of
3096 `read-buffer-function' (bug#5625).
3097
8b2dd508
JD
30982010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3099
3100 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
3101
bace45fe
MA
31022010-07-29 Michael Albinus <michael.albinus@gmx.de>
3103
3104 * processes.texi (Process Information): Explain process property
3105 `remote-tty'.
3106
4ce5a4cc
JB
31072010-07-27 Juanma Barranquero <lekktu@gmail.com>
3108
3109 * modes.texi (Defining Minor Modes): Use C-delete in examples,
3110 instead of "\C-\^?" (bug#6334).
3111
1c84bc7a
JB
3112 * text.texi (Special Properties): Fix typo.
3113
b88746ba
EZ
31142010-07-09 Eli Zaretskii <eliz@gnu.org>
3115
3116 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
3117 calling sequences, which are now the standard.
3118
51422d6d
CY
31192010-06-24 Chong Yidong <cyd@stupidchicken.com>
3120
3121 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
3122
3123 * commands.texi (Command Overview): Mention undo-boundary call.
3124
d24880de
GM
31252010-06-23 Glenn Morris <rgm@gnu.org>
3126
3127 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
3128 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
3129 * frames.texi, functions.texi, internals.texi, keymaps.texi:
3130 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
3131 * searching.texi, sequences.texi, strings.texi, syntax.texi:
3132 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
3133 Untabify Texinfo files.
3134
0fc76035
CY
31352010-06-20 Chong Yidong <cyd@stupidchicken.com>
3136
3137 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
3138
5338dc0b
CY
31392010-06-19 Chong Yidong <cyd@stupidchicken.com>
3140
a628ad9d 3141 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 3142
2c3a3c1d
CY
31432010-06-02 Chong Yidong <cyd@stupidchicken.com>
3144
ba3bf1d9
CY
3145 * searching.texi (Regexp Special): Remove obsolete information
3146 about matching non-ASCII characters, and suggest using char
3147 classes (Bug#6283).
2c3a3c1d 3148
7f4b4249
JB
31492010-05-30 Juanma Barranquero <lekktu@gmail.com>
3150
3151 * minibuf.texi (Basic Completion): Add missing "@end defun".
3152
637821cd
SM
31532010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3154
3155 * minibuf.texi (Basic Completion): Document completion-boundaries.
3156 (Programmed Completion): Document the new fourth method for boundaries.
3157
e13051c3
CY
31582010-05-22 Chong Yidong <cyd@stupidchicken.com>
3159
a628ad9d 3160 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 3161
0235128c 31622010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3163
3164 * windows.texi (Textual Scrolling):
3165 * tips.texi (Coding Conventions):
3166 * minibuf.texi (Minibuffer History):
3167 * maps.texi (Standard Keymaps):
3168 * loading.texi (Where Defined):
3169 * edebug.texi (Instrumenting): Fix typos.
3170
0235128c 31712010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 3172
c7c32279
CY
3173 * keymaps.texi (Menu Bar): Document :advertised-binding property.
3174
0235128c
SM
3175 * functions.texi (Obsolete Functions):
3176 Document set-advertised-calling-convention.
eb5ed549
CY
3177
3178 * minibuf.texi (Basic Completion): Document completion-in-region.
3179 (Programmed Completion): Document completion-annotate-function.
3180
3181 * commands.texi (Reading One Event): Document read-key.
3182 (Distinguish Interactive): Document KIND arg to
3183 called-interactively-p. Delete obsolete interactive-p.
3184
3185 * elisp.texi (Top): Update node description.
3186
f8848423
EZ
31872010-05-08 Eli Zaretskii <eliz@gnu.org>
3188
0235128c
SM
3189 * nonascii.texi (Character Properties):
3190 Document unicode-category-table. Add an index entry for Unicode
3191 general category.
3192
31932010-05-07 Chong Yidong <cyd@stupidchicken.com>
3194
3195 * Version 23.2 released.
f8848423 3196
938efb77
JB
31972010-04-20 Juanma Barranquero <lekktu@gmail.com>
3198
3199 * locals.texi (Standard Buffer-Local Variables):
3200 Remove @ignore'd reference to `direction-reversed'.
3201
5854c267
JL
32022010-04-14 Juri Linkov <juri@jurta.org>
3203
3204 Fix @deffn without category.
3205
3206 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
3207 for `abbrev-insert'.
3208
3209 * buffers.texi (Indirect Buffers): Add category `Command'
3210 to @deffn of `clone-indirect-buffer'.
3211
3212 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
3213 for `next-window' and `previous-window'. Add category `Command'
3214 to @deffn of `pop-to-buffer'.
3215
8a14dec7
CY
32162010-04-01 Chong Yidong <cyd@stupidchicken.com>
3217
3218 * nonascii.texi (Text Representations): Don't mark
3219 enable-multibyte-characters as a user option.
3220
7a1831cf
EZ
32212010-03-31 Eli Zaretskii <eliz@gnu.org>
3222
3223 * control.texi (Handling Errors): How to re-throw a signal caught
3224 by condition-case.
3225
c3863713
CY
32262010-03-26 Chong Yidong <cyd@stupidchicken.com>
3227
3228 * loading.texi (Hooks for Loading): Document after-load-functions.
3229 Copyedits.
3230
c333f279
AM
32312010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
3232
3233 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
3234
e867cb5d 32352010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
3236
3237 * processes.texi (Network Processes): Document seqpacket type.
3238
605f35cd
DN
32392010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3240
3241 * os.texi (System Environment): Do not mention lynxos.
3242
288f9fc0
CY
32432010-03-10 Chong Yidong <cyd@stupidchicken.com>
3244
3245 * Branch for 23.2.
3246
eed5c93a
CY
32472010-03-06 Chong Yidong <cyd@stupidchicken.com>
3248
3249 * objects.texi (Integer Type): Take note of the read syntax
3250 exception for numbers that cannot fit in the integer type.
3251
1ddd6622
GM
32522010-03-03 Glenn Morris <rgm@gnu.org>
3253
3254 * numbers.texi (Integer Basics, Bitwise Operations):
3255 * objects.texi (Integer Type): Update for integers now being 30-bit.
3256
a908c79a
CY
32572010-02-27 Chong Yidong <cyd@stupidchicken.com>
3258
3259 * display.texi (Low-Level Font): Document :otf font-spec property.
3260
cd61af01
SM
32612010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * display.texi (Line Height): Avoid obsolete special default variables
3264 like default-major-mode.
3265
c02f8fe2
AM
32662010-01-28 Alan Mackenzie <acm@muc.de>
3267
3268 * display.texi (Auto Faces): Say fontification-functions is called
3269 whether or not Font Lock is enabled. Tidy up the wording a bit.
3270
d738d18b
CY
32712010-01-17 Chong Yidong <cyd@stupidchicken.com>
3272
3273 * elisp.texi: Remove duplicate edition information (Bug#5407).
3274
4963739e
JB
32752010-01-17 Juanma Barranquero <lekktu@gmail.com>
3276
3277 * two.el (volume-header-toc-markup): Fix typos in docstring.
3278
c57008f6
SM
32792010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3280
3281 Avoid dubious uses of save-excursions.
3282 * positions.texi (Excursions): Recommend the use of
3283 save-current-buffer if applicable.
3284 * text.texi (Clickable Text): Fix the example code which used
3285 save-excursion in a naive way which sometimes preserves point and
3286 sometimes not.
3287 * variables.texi (Creating Buffer-Local):
3288 * os.texi (Session Management):
3289 * display.texi (GIF Images):
3290 * control.texi (Cleanups): Use (save|with)-current-buffer.
3291
2f3725cd
EZ
32922010-01-02 Eli Zaretskii <eliz@gnu.org>
3293
3294 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
3295
85eeac93
CY
32962010-01-02 Chong Yidong <cyd@stupidchicken.com>
3297
3298 * nonascii.texi (Text Representations, Character Codes)
3299 (Converting Representations, Explicit Encoding)
3300 (Translation of Characters): Use hex notation consistently.
3301 (Character Sets): Fix map-charset-chars doc (Bug#5197).
3302
4801c5fa
CY
33032010-01-01 Chong Yidong <cyd@stupidchicken.com>
3304
3305 * loading.texi (Where Defined): Make it clearer that these are
3306 loaded files (Bug#5068).
3307
26e533e2
CY
33082009-12-29 Chong Yidong <cyd@stupidchicken.com>
3309
3310 * minibuf.texi (Completion Styles): Document `initials' style.
3311
16d1ff5f
CY
33122009-12-25 Chong Yidong <cyd@stupidchicken.com>
3313
3314 * frames.texi (Resources): Describe inhibit-x-resources.
3315 (Size Parameters): Copyedit.
3316
3317 * hash.texi (Creating Hash):
3318 * objects.texi (Hash Table Type): Document the new hash table
3319 printed representation.
3320
3321 * minibuf.texi (Basic Completion): 4th arg to all-completions is
3322 obsolete.
3323
5dcb4c4e
SM
3324 * processes.texi (Process Buffers):
3325 Document process-kill-buffer-query-function.
16d1ff5f 3326
9a5de3d9
GM
33272009-12-05 Glenn Morris <rgm@gnu.org>
3328
3329 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
3330 diary-display-function, and no longer recommended to be a hook.
3331 Update for changes in the names of calendar and diary hooks.
3332 diary-print-entries-hook has changed section.
3333
b640eb52
EZ
33342009-11-28 Eli Zaretskii <eliz@gnu.org>
3335
3336 * text.texi (Special Properties): More accurate description of
3337 what the `cursor' property does.
3338
be1674ab
KR
33392009-11-26 Kevin Ryde <user42@zip.com.au>
3340
3341 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
3342 mouse-wheel-down-event, the closest thing to a definition for them.
3343 * os.texi (Startup Summary): vindex inhibit-startup-message and
3344 inhibit-splash-screen.
3345 (Command-Line Arguments): vindex argv.
3346 (Suspending Emacs): vindex suspend-tty-functions and
3347 resume-tty-functions. Don't want to index every hook, but having
3348 the programming ones is helpful.
3349
603f5979
CY
33502009-11-14 Chong Yidong <cyd@stupidchicken.com>
3351
3352 * commands.texi (Motion Events): Fix typo (Bug#4907).
3353
4359a806
CY
33542009-11-08 Chong Yidong <cyd@stupidchicken.com>
3355
3356 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
3357 are affected by case-fold-search (Bug#4483).
3358
0f063651
CY
33592009-11-02 Chong Yidong <cyd@stupidchicken.com>
3360
3361 * minibuf.texi (Reading File Names): Note that read-file-name may
3362 use a graphical file dialog.
3363
9bd79893
GM
33642009-10-31 Glenn Morris <rgm@gnu.org>
3365
3366 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
3367
ebe479ec
KR
33682009-10-16 Kevin Ryde <user42@zip.com.au>
3369
3370 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
3371 in particular so `info-lookup-symbol' can find its docs.
3372
2640fa86
CY
33732009-10-16 Chong Yidong <cyd@stupidchicken.com>
3374
3375 * variables.texi (Constant Variables): Distinguish from defconst
3376 variables.
3377 (Defining Variables): Add cindex.
3378
edd6a733
CY
33792009-10-15 Chong Yidong <cyd@stupidchicken.com>
3380
3381 * os.texi (Time of Day): Clarify that the microsecond part is
3382 ignored (Bug#4637).
3383
5feb0b73
GM
33842009-10-11 Glenn Morris <rgm@gnu.org>
3385
3386 * frames.texi (Size and Position): Clarify what is included in the frame
3387 height. (Bug#4535)
3388
0c5413c8
GM
33892009-10-10 Glenn Morris <rgm@gnu.org>
3390
3391 * windows.texi (Size of Window): The relationship between window and
3392 frame heights is not so simple. (Bug#4535)
3393 Mention window-full-height-p.
3394
7f8b600a
SM
33952009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3396
3397 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
3398 used from Lisp.
3399
6185de1c
EZ
34002009-10-07 Eli Zaretskii <eliz@gnu.org>
3401
7f8b600a
SM
3402 * files.texi (Directory Names) <abbreviate-file-name>:
3403 Document that root home directories are not replaced with "~".
6185de1c 3404
9972911f
EZ
34052009-10-06 Eli Zaretskii <eliz@gnu.org>
3406
3407 * text.texi (Special Properties): Document the meaning of the
3408 `cursor' text property whose value is an integer.
3409
2a3f19ef
MA
34102009-10-05 Michael Albinus <michael.albinus@gmx.de>
3411
3412 * files.texi (Magic File Names): Add `copy-directory'.
3413
804543b5
EZ
34142009-10-05 Eli Zaretskii <eliz@gnu.org>
3415
3416 * files.texi (File Attributes): Fix description of file
3417 attributes. (Bug#4638) Update attributes of files.texi example to
3418 be more representative.
3419
461bf92b
MA
34202009-10-05 Michael Albinus <michael.albinus@gmx.de>
3421
3422 * files.texi (Create/Delete Dirs): New command copy-directory.
3423
a86cd395
JB
34242009-10-04 Juanma Barranquero <lekktu@gmail.com>
3425
3426 * anti.texi (Antinews):
3427 * macros.texi (Indenting Macros):
3428 * strings.texi (Creating Strings, Case Conversion):
3429 Remove duplicate words.
3430
d3080264
MA
34312009-10-01 Michael Albinus <michael.albinus@gmx.de>
3432
3433 * files.texi (Create/Delete Dirs): delete-directory has an
3434 optional parameter RECURSIVE.
3435
85d14563
SM
34362009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3437
3438 * buffers.texi (Swapping Text): Minor clarification.
3439
3d9842c6
GM
34402009-10-01 Glenn Morris <rgm@gnu.org>
3441
3442 * functions.texi (Declaring Functions): Mention that we also search for
3443 ".m" files in the src/ directory.
3444
78427304
CY
34452009-09-25 David Engster <deng@randomsample.de>
3446
3d9842c6 3447 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 3448
b578c9cc
GM
34492009-09-22 Glenn Morris <rgm@gnu.org>
3450
3451 * internals.texi (Building Emacs): Mention preloaded-file-list.
3452
beee5da7
AM
34532009-09-14 Alan Mackenzie <acm@muc.de>
3454
3455 * os.texi (Terminal Output): Put "@code{}" around "stdout".
3456
5d6ab672
CY
34572009-09-13 Chong Yidong <cyd@stupidchicken.com>
3458
3459 * functions.texi (Anonymous Functions): Rearrange discussion,
3460 giving usage of unquoted lambda forms first. Mention that
3461 `function' and `#'' are no longer required (Bug#4290).
3462
59375eeb
AM
34632009-09-11 Alan Mackenzie <acm@muc.de>
3464
a86cd395 3465 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
3466 batch mode.
3467
e7e2f529
GM
34682009-09-01 Glenn Morris <rgm@gnu.org>
3469
3470 * display.texi (Face Functions): Mention define-obsolete-face-alias.
3471
eae47088
GM
34722009-08-26 Ulrich Mueller <ulm@gentoo.org>
3473
3474 * nonascii.texi (Character Codes): Fix typos.
3475
3691a0a6
MA
34762009-08-25 Michael Albinus <michael.albinus@gmx.de>
3477
3478 * processes.texi (Synchronous Processes): New defvar
3479 process-file-side-effects.
3480
664d56b8
GM
34812009-08-25 Glenn Morris <rgm@gnu.org>
3482
3483 * display.texi (Fontsets): Fix typo.
3484
0706c025
GM
3485 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
3486
03a74b84
SM
34872009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3488
3489 * processes.texi (Asynchronous Processes): Adjust arglist of
3490 start-process-shell-command and start-file-process-shell-command.
3491
f6de8a37
CY
34922009-08-15 Chong Yidong <cyd@stupidchicken.com>
3493
4b1ed1bb
CY
3494 * advice.texi (Argument Access in Advice): Note that argument
3495 positions are zero-based (Bug#3932).
3496
89a9e058
CY
3497 * commands.texi (Distinguish Interactive): Minor copyedit.
3498
23696fd7
CY
3499 * display.texi (Face Attributes): Add xref to Displaying Faces for
3500 explanation of "underlying face".
3501
f6de8a37
CY
3502 * customize.texi (Common Keywords): Add xref to Loading.
3503
3504 * loading.texi (How Programs Do Loading): Add xref to Lisp
3505 Libraries node in the Emacs manual.
3506
417f77e6
CY
35072009-08-13 Chong Yidong <cyd@stupidchicken.com>
3508
3509 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
3510
0999039c
CY
35112009-07-18 Chong Yidong <cyd@stupidchicken.com>
3512
3513 * processes.texi (Shell Arguments): Copyedits.
3514
9af167bc
GM
35152009-07-18 Glenn Morris <rgm@gnu.org>
3516
3517 * loading.texi (Repeated Loading): Fix typo.
3518
137987ab
RS
35192009-07-16 Richard Stallman <rms@gnu.org>
3520
3521 * buffers.texi (Swapping Text): Recommend setting
3522 write-region-annotate-functions and buffer-saved-size.
3523
3524 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
3525
622fa380
GM
35262009-07-15 Glenn Morris <rgm@gnu.org>
3527
3528 * edebug.texi: Minor re-phrasings throughout.
3529 (Edebug Execution Modes): Sit-for affects continue mode too.
3530 (Jumping): Use `forward-sexp' rather than its keybinding.
3531 (Edebug Misc): Fix Q binding.
3532 (Edebug Eval): Remove cl version.
3533 (Printing in Edebug): Clarify print-length etc.
3534 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
3535 (Specification List): Remove edebug-unwrap findex entry.
3536 (Specification Examples): defmacro is actually not the same as defun.
3537 Escape "`" in example.
3538
6bbd4600
CY
35392009-07-15 Chong Yidong <cyd@stupidchicken.com>
3540
3541 * markers.texi (The Mark): Document optional arg to
3542 deactivate-mark.
3543
e538d479
GM
35442009-07-11 Kevin Ryde <user42@zip.com.au>
3545
3546 * hooks.texi (Standard Hooks): Fix cross-references.
3547
4c98b9ed
GM
3548 * loading.texi (Named Features): Refer to eval-after-load.
3549
5300838c
GM
35502009-07-11 Glenn Morris <rgm@gnu.org>
3551
64fbeb16
GM
3552 * Makefile.in (TEXI2PDF): New.
3553 (elisp.pdf): New target.
3554
4c98b9ed
GM
3555 * searching.texi (Regexp Backslash): Fix typo.
3556
3557 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 3558
51d9979c
GM
35592009-07-10 Glenn Morris <rgm@gnu.org>
3560
561c0216
GM
3561 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
3562
5b594a58
GM
3563 * customize.texi (Customization Types):
3564 * display.texi (Abstract Display):
0cc8c85a 3565 * objects.texi (Character Type, String Type):
5b594a58 3566 Merge in some menu descriptions from elisp.texi.
51d9979c 3567
c3cbbb40
GM
3568 * hash.texi (Hash Tables):
3569 * modes.texi (Multiline Font Lock):
3570 End menu description with period.
fe42c16a 3571
28528402
GM
35722009-07-09 Glenn Morris <rgm@gnu.org>
3573
3574 * back.texi: Don't hard-code texinfo location.
3575
3576 * two-volume.make (texinfodir): New, with location of texinfo.tex.
3577 (tex): Add texinfodir to TEXINPUTS.
3578 (elisp1med-init, elisp2med-init): Use texinfodir.
3579
3580 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
3581 (clean): Add two-volume.make intermediate files.
3582
3583 * elisp.texi, vol1.texi, vol2.texi:
3584 Use a DATE variable with the publication date, and update it.
3585 Fix antinews menu description.
3586
3587 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
3588 Update the detailed node listing to match elisp.texi.
3589
3590 * README: Update edition to match elisp.texi.
3591
3592 * objects.texi (General Escape Syntax):
3593 * nonascii.texi (Character Sets):
3594 Use consistent case for "Unicode Standard".
3595
3596 * anti.texi (Antinews):
3597 * customize.texi (Variable Definitions):
3598 * functions.texi (Declaring Functions):
3599 * nonascii.texi (Character Properties):
3600 * processes.texi (Serial Ports):
3601 * text.texi (Special Properties):
3602 * tips.texi (Coding Conventions):
3603 Minor rearrangements to improve TeX line-filling.
3604
3605 * commands.texi (Using Interactive): Fix cross-reference.
3606
17db8e10
JD
36072009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3608
3609 * frames.texi (Management Parameters): Mention sticky.
3610
77c7e2e1
AS
36112009-07-01 Andreas Schwab <aschwab@redhat.com>
3612
3613 * help.texi (Help Functions): Fix description of help-buffer and
3614 help-setup-xref to use @defun instead of @deffn.
3615
3f1c6666
JD
36162009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3617
3618 * frames.texi (Size Parameters): Mention maximized for fullscreen.
3619
ca27c21b
CY
36202009-06-24 Chong Yidong <cyd@stupidchicken.com>
3621
3622 * display.texi (Window Systems): Add ns to the list.
3623
70243478
CY
36242009-06-21 Chong Yidong <cyd@stupidchicken.com>
3625
3626 * Branch for 23.1.
3627
df006536
MR
36282009-06-17 Martin Rudalics <rudalics@gmx.at>
3629
3630 * windows.texi (Dedicated Windows): Fix typo.
3631 (Resizing Windows): Replace @defun by @deffn.
3632
d259fc4b
GM
36332009-06-17 Glenn Morris <rgm@gnu.org>
3634
3635 * variables.texi (Directory Local Variables):
3636 Update for 2009-04-11 name-change of dir-locals-directory-alist.
3637
30781db6
KH
36382009-06-09 Kenichi Handa <handa@m17n.org>
3639
3640 * nonascii.texi (Character Sets): State clearly that FROM and TO
3641 are codepoints of CHARSET.
3642
62e8099c
CY
36432009-06-07 Chong Yidong <cyd@stupidchicken.com>
3644
3645 * minibuf.texi (Reading File Names): Fix introductory text.
3646 Suggested by stan@derbycityprints.com.
3647 (High-Level Completion): Fix typo.
3648
ee1b1917
CY
36492009-05-28 Chong Yidong <cyd@stupidchicken.com>
3650
3651 * frames.texi (Text Terminal Colors): Multi-tty is already
3652 implemented, but tty-local colors are not.
3653
5df647e8
CY
36542009-05-27 Chong Yidong <cyd@stupidchicken.com>
3655
3656 * hooks.texi (Standard Hooks): Remove mention of obsolete
3657 redisplay-end-trigger-functions.
3658
3659 * internals.texi (Window Internals): Remove mention of obsolete
3660 redisplay-end-trigger-functions.
3661
01f17ae2
MR
36622009-05-21 Martin Rudalics <rudalics@gmx.at>
3663
3664 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
3665
3666 * backups.texi (Making Backups): backup-directory-alist and
3667 make-backup-file-name-function are options.
3668 (Auto-Saving): auto-save-list-file-prefix is an option.
3669
3670 * buffers.texi (Killing Buffers): buffer-offer-save is an
3671 option.
3672
3673 * display.texi (Refresh Screen): no-redraw-on-reenter is an
3674 option.
3675 (Echo Area Customization): echo-keystrokes is an option.
3676 (Selective Display): selective-display-ellipses is an option.
3677 (Temporary Displays): temp-buffer-show-function is an option.
3678 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
3679 are options.
3680 (Font Selection): face-font-family-alternatives,
3681 face-font-selection-order, face-font-registry-alternatives, and
3682 scalable-fonts-allowed are options.
3683 (Fringe Indicators): indicate-buffer-boundaries is an option.
3684 (Fringe Cursors): overflow-newline-into-fringe is an option.
3685 (Scroll Bars): scroll-bar-mode is an option.
3686
3687 * eval.texi (Eval): max-lisp-eval-depth is an option.
3688
3689 * files.texi (Visiting Functions): find-file-hook is an option.
3690 (Directory Names): directory-abbrev-alist is an option.
3691 (Unique File Names): temporary-file-directory and
3692 small-temporary-file-directory are options.
3693
3694 * frames.texi (Initial Parameters): initial-frame-alist,
3695 minibuffer-frame-alist and default-frame-alist are options.
3696 (Cursor Parameters): blink-cursor-alist and
3697 cursor-in-non-selected-windows ar options.
3698 (Window System Selections): selection-coding-system is an
3699 option.
3700 (Display Feature Testing): display-mm-dimensions-alist is an
3701 option.
3702
3703 * help.texi (Help Functions): help-char and help-event-list are
3704 options.
3705
3706 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
3707 an option.
3708
3709 * minibuf.texi (Minibuffer History): history-length and
3710 history-delete-duplicates are options.
3711 (High-Level Completion): read-buffer-function and
3712 read-buffer-completion-ignore-case are options.
3713 (Reading File Names): read-file-name-completion-ignore-case is
3714 an option.
3715
3716 * modes.texi (Mode Line Top): mode-line-format is an option.
3717 (Mode Line Variables): mode-line-position and mode-line-modes
3718 are options.
3719
3720 * nonascii.texi (Text Representations):
3721 enable-multibyte-characters is an option.
3722 (Default Coding Systems): auto-coding-regexp-alist,
3723 file-coding-system-alist, auto-coding-alist and
3724 auto-coding-functions are options.
3725 (Specifying Coding Systems): inhibit-eol-conversion is an
3726 option.
3727
3728 * os.texi (Init File): site-run-file is an option.
3729 (System Environment): mail-host-address is an option.
3730 (User Identification): user-mail-address is an option.
3731 (Terminal Output): baud-rate is an option.
3732
3733 * positions.texi (Word Motion): words-include-escapes is an
3734 option.
3735
3736 * searching.texi (Standard Regexps): page-delimiter,
3737 paragraph-separate, paragraph-separate and sentence-end are
3738 options.
3739
3740 * text.texi (Margins): left-margin and fill-nobreak-predicate
3741 are options.
3742
3743 * variables.texi (Local Variables): max-specpdl-size is an
3744 option.
3745
3746 * windows.texi (Choosing Window):
3747 split-window-preferred-function, special-display-function and
3748 display-buffer-function are options.
3749
106e6894
CY
37502009-05-20 Chong Yidong <cyd@stupidchicken.com>
3751
4a83454d
CY
3752 Fix errors spotted by Martin Rudalics.
3753
106e6894
CY
3754 * syntax.texi (Position Parse): Document rationale for ignored
3755 arguments to syntax-ppss-flush-cache.
3756
3757 * processes.texi (Input to Processes): Mark PROCESS arg to
3758 process-running-child-p as optional.
3759 (Network Options): Document NO-ERROR arg to
3760 set-network-process-option.
3761
3762 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
3763 command.
3764
3765 * searching.texi (POSIX Regexps): Mark posix-search-forward and
3766 posix-search-backward as commands.
3767
3768 * os.texi (Killing Emacs): Mark kill-emacs as a command.
3769 (Suspending Emacs): Mark suspend-emacs as a command.
3770 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
3771 commands.
5dcb4c4e
SM
3772 (Terminal Output): Remove obsolete function baud-rate.
3773 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
3774
3775 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
3776 terminal-coding-system and set-terminal-coding-system.
3777 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
3778 as optional.
3779 (Character Sets): Document RESTRICTION arg of char-charset.
3780 (Character Codes): Mark POS argument to get-byte as optional.
3781
3782 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
3783 minibuffer-message.
3784
3785 * files.texi (Create/Delete Dirs): Mark make-directory and
3786 delete-directory as commands.
3787
3788 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
3789
3790 * text.texi (Base 64): Mark base64-decode-string and
3791 base64-encode-string as commands.
3792 (Columns): Mark move-to-column as a command.
3793 (Mode-Specific Indent): Document RIGID arg to
3794 indent-for-tab-command.
3795 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
3796 Mark indent-code-rigidly as a command.
3797 (Substitution): Mark translate-region as a command.
3798
3799 * frames.texi (Size and Position): Remove obsolete functions
3800 screen-height and screen-width.
3801
04173931
CY
38022009-05-19 Chong Yidong <cyd@stupidchicken.com>
3803
3804 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
3805 (Displaying Buffers, Resizing Windows): Correct mistakes;
3806 next-window, previous-window, and pop-to-buffer are not commands,
3807 and fit-window-to-buffer" is a command. (Pointed out by Martin
3808 Rudalics.)
3809
eae7d8f8
RS
38102009-05-17 Richard M Stallman <rms@gnu.org>
3811
3812 * modes.texi (Precalculated Fontification): Clarify text.
3813
b8766179
MR
38142009-05-17 Martin Rudalics <rudalics@gmx.at>
3815
3816 * windows.texi (Selecting Windows): Clarify descriptions of
3817 with-selected-window and get-lru-window.
3818 (Cyclic Window Ordering): Refer to particular frame when talking
3819 about how splitting affects the ordering.
3820 (Displaying Buffers): Fix descriptions of switch-to-buffer and
3821 switch-to-buffer-other-window. Explain how setting of
3822 display-buffer-reuse-frames affects pop-to-buffer.
3823 (Choosing Window): Clarify some details in descriptions of
3824 display-buffer-reuse-frames, pop-up-frames, and
3825 pop-up-frame-function.
3826 (Dedicated Windows): Clarify some details.
3827 (Textual Scrolling): Replace term vscroll by term vertical
3828 scroll position.
3829 (Vertical Scrolling): Fix typo.
3830 (Window Hooks): Relate text on jit-lock-register to window
3831 scrolling and size changes.
3832
734b5e3b
CY
38332009-05-14 Chong Yidong <cyd@stupidchicken.com>
3834
0a65633e
CY
3835 * frames.texi (Initial Parameters): Clarify what the initial
3836 minibuffer frame is.
05be46d7
CY
3837 (Buffer Parameters): Note that the minibuffer parameter can not be
3838 altered.
0a65633e 3839
734b5e3b
CY
3840 * anti.texi (Antinews): Copyedits. Rearrange some entries.
3841 Document display-buffer changes.
3842
925672cd
CY
38432009-05-13 Chong Yidong <cyd@stupidchicken.com>
3844
17ecd7af
CY
3845 * anti.texi (Antinews): Rewrite for Emacs 22.
3846
925672cd
CY
3847 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
3848 obarrays are first mentioned. Define "system abbrev" more
3849 prominently, and add it to the index.
3850 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
3851 Copyedits.
3852 (Abbrev Expansion): Document abbrev-insert.
3853
80be4dd7
CY
38542009-05-12 Chong Yidong <cyd@stupidchicken.com>
3855
3856 * frames.texi (Font and Color Parameters): Rename from Color
3857 Parameters. Document font-backend parameter.
3858
3859 * vol2.texi (Top): Update node listing.
3860 * vol1.texi (Top): Update node listing.
3861 * elisp.texi (Top): Update node listing.
3862
372a93ac
MR
38632009-05-11 Martin Rudalics <rudalics@gmx.at>
3864
3865 * windows.texi (Choosing Window): Don't explicitly refer to
3866 split-window-sensibly's window argument in descriptions of
3867 split-height-threshold and split-width-threshold.
3868
714c3541
MR
38692009-05-10 Martin Rudalics <rudalics@gmx.at>
3870
3871 * windows.texi (Choosing Window): Fix rewrite of window
3872 splitting section.
3873
0e90e7be
EZ
38742009-05-09 Eli Zaretskii <eliz@gnu.org>
3875
f4e90db0
SM
3876 * nonascii.texi (Default Coding Systems):
3877 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 3878 Add indexing.
0e90e7be
EZ
3879 (Lisp and Coding Systems): Add index entries.
3880
d3c0c321
MR
38812009-05-09 Martin Rudalics <rudalics@gmx.at>
3882
3883 * windows.texi (Choosing Window): Describe split-window-sensibly
3884 and rewrite section on window splitting accordingly.
3885 (Textual Scrolling): Replace `...' by @code{...}.
3886
c773345a
CY
38872009-05-04 Chong Yidong <cyd@stupidchicken.com>
3888
ee2d5b5e
CY
3889 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
3890 Remove obsoleted pre-abbrev-expand-hook.
3891
3892 * locals.texi (Standard Buffer-Local Variables): Consolidate table
3893 entries.
3894
c773345a
CY
3895 * internals.texi (Object Internals): Don't assume 32-bit machines
3896 are the norm.
3897 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
3898 (Window Internals): Synch field names to window.h.
3899 (Process Internals): Synch field names to process.h.
c773345a 3900
dd449674
CY
39012009-04-29 Chong Yidong <cyd@stupidchicken.com>
3902
3903 * variables.texi (File Local Variables): Note that read-circle is
3904 bound to nil when reading file-local variables.
3905
3906 * streams.texi (Input Functions): Document read-circle.
3907 (Output Variables): Add xref to Circular Objects.
3908
4f1e25e2
CY
39092009-04-25 Chong Yidong <cyd@stupidchicken.com>
3910
3911 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
3912 Features and Coding System Basics. Node that "p" stands for
3913 "predicate". Recommend utf-8-emacs instead of emacs-mule.
3914 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
3915 mouse-appearance-menu.
3916 (Programming Tips): Add xref to Progress.
3917
dca019f8
CY
39182009-04-22 Chong Yidong <cyd@stupidchicken.com>
3919
5dcb4c4e
SM
3920 * os.texi (Command-Line Arguments):
3921 Document command-line-args-left.
dca019f8
CY
3922 (Suspending Emacs): Adapt text to multi-tty case. Document use of
3923 terminal objects for tty arguments.
3924 (Startup Summary): Add xref to Session Management.
3925 (Session Management): Mention emacs-session-restore. Copyedits.
3926
02a89103
CY
39272009-04-20 Chong Yidong <cyd@stupidchicken.com>
3928
3929 * os.texi (Startup Summary): Copyedits. The init file is not
3930 necessarily named .emacs now. Document initial-buffer-choice and
3931 initial-scratch-message. Note where Emacs exits in batch mode.
3932 Document inhibit-splash-screen as an alias.
3933 (Init File): Be neutral about which init file name to use.
3934
39352009-04-16 Chong Yidong <cyd@stupidchicken.com>
3936
3937 * os.texi (System Interface): Fix Texinfo usage.
3938
0c1cfe01
CY
39392009-04-15 Chong Yidong <cyd@stupidchicken.com>
3940
80d7cdca
CY
3941 * searching.texi (Regexp Backslash): Also refer to shy groups as
3942 non-capturing or unnumbered groups.
3943 (Regexp Functions): Add cross-reference to Regexp Backslash.
3944
0c1cfe01
CY
3945 * display.texi (Truncation): Overlays can use line-prefix and
3946 wrap-prefix too.
3947 (Overlay Properties): Document wrap-prefix and line-prefix.
3948 (Face Attributes): Document underline-minimum-offset.
3949 (Face Remapping): Copyedits.
3950 (Low-Level Font): Copyedits.
3951 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
3952 (Line Height): Emphasize that line-spacing only takes effect on
3953 graphical terminals.
0c1cfe01 3954
c4adeee0
CY
39552009-04-13 Chong Yidong <cyd@stupidchicken.com>
3956
3957 * display.texi (Refresh Screen): Note that a passage about screen
3958 refreshing is text terminal only.
3959 (Forcing Redisplay): Delete misleading comment---sit-for calls
3960 redisplay, not the other way around.
3961 (Truncation): Note new values of truncate-partial-width-windows.
3962 Copyedits.
3963 (Invisible Text): Document invisible-p.
3964
b20ecfa1
EZ
39652009-04-11 Eli Zaretskii <eliz@gnu.org>
3966
3967 * display.texi (Overlays): Overlays don't scale well. See
3968 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
3969
97d8273f
CY
39702009-04-10 Chong Yidong <cyd@stupidchicken.com>
3971
f147ff75
CY
3972 * syntax.texi (Syntax Table Functions): Document cons cell
3973 argument for modify-syntax-entry.
3974 (Categories): Document cons cell argument for
3975 modify-category-entry.
3976
fca4ec76
CY
3977 * searching.texi (String Search): Document word-search-forward-lax
3978 and word-search-backward-lax.
3979 (Searching and Case): Describe isearch behavior more precisely.
3980
9c283d5b
CY
3981 * keymaps.texi (Tool Bar): Mention that some platforms do not
3982 support multi-line toolbars. Suggested by Stephen Eglen.
3983
3984 * frames.texi (Layout Parameters): Mention that Nextstep also
3985 allows only one tool-bar line. Suggested by Stephen Eglen.
3986
97d8273f
CY
3987 * nonascii.texi (Text Representations): Copyedits.
3988 (Coding System Basics): Also mention utf-8-emacs.
3989 (Converting Representations, Selecting a Representation)
3990 (Scanning Charsets, Translation of Characters, Encoding and I/O):
3991 Copyedits.
3992 (Character Codes): Mention role of codepoints 1114112 to 4194175.
3993
2bad3299
CY
39942009-04-09 Chong Yidong <cyd@stupidchicken.com>
3995
3996 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
3997 (Filling): Clarify REGION argument of fill-paragraph.
3998 Document fill-forward-paragraph-function.
2bad3299
CY
3999 (Special Properties): Remove "new in Emacs 22" declaration.
4000 (Clickable Text): Merge with Links and Mouse-1 node.
4001
5dcb4c4e
SM
4002 * display.texi (Button Properties, Button Buffer Commands):
4003 Change xref to Clickable Text.
2bad3299
CY
4004
4005 * tips.texi (Key Binding Conventions): Change xref to Clickable
4006 Text.
4007
4008 * elisp.texi (Top): Update node listing.
4009
ea30ce4f
CY
40102009-04-05 Chong Yidong <cyd@stupidchicken.com>
4011
47af2f4b
CY
4012 * markers.texi (The Mark): Copyedits. Improve description of
4013 handle-shift-selection.
4014 (The Region): Move use-region-p here from The Mark.
4015
ea30ce4f
CY
4016 * positions.texi (Screen Lines): Document (cols . lines) argument
4017 for vertical-motion.
4018
2aa8ea6e
CY
40192009-04-04 Chong Yidong <cyd@stupidchicken.com>
4020
3ec61d4e
CY
4021 * frames.texi (Frames): Clean up introduction. Document `ns'
4022 return value for framep.
4023 (Creating Frames): Note how the terminal is chosen.
4024 (Multiple Terminals, Multiple Displays): Merge into a single node.
4025 (Color Parameters): Fix typo.
4026
4027 * variables.texi (Local Variables, Buffer-Local Variables)
4028 (Creating Buffer-Local): Change link to Multiple Terminals.
4029
4030 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
4031
4032 * keymaps.texi (Controlling Active Maps): Change link to Multiple
4033 Terminals.
4034
4035 * commands.texi (Command Loop Info, Keyboard Macros): Change link
4036 to Multiple Terminals.
4037
4038 * elisp.texi (Top): Update node listing.
4039 * vol2.texi (Top): Update node listing.
4040 * vol1.texi (Top): Update node listing.
4041
9257072f
CY
4042 * buffers.texi (Current Buffer): Note that the append-to-buffer
4043 example is no longer in synch with the latest code. Tie the two
4044 examples together.
4045
2aa8ea6e
CY
4046 * files.texi (File Attributes): Move note about MS-DOS from
4047 Changing Files to File Attributes.
4048 (Create/Delete Dirs): Note that mkdir is an alias for this.
4049
22e74b17
CY
40502009-04-01 Markus Triska <triska@gmx.at>
4051
4052 * processes.texi (Filter Functions): Suggest how to handle output
4053 batches.
4054
4bbe48ec
CY
40552009-03-30 Chong Yidong <cyd@stupidchicken.com>
4056
4057 * help.texi (Accessing Documentation): Update example to use
4058 help-setup-xref and with-help-window.
4059 (Help Functions): Remove print-help-return-message, which is
4060 semi-obsolete due to with-help-window. Document help-buffer and
4061 help-setup-xref.
4062
b9723f39
CY
40632009-03-29 Chong Yidong <cyd@stupidchicken.com>
4064
5dcb4c4e
SM
4065 * help.texi (Accessing Documentation, Help Functions):
4066 Remove information about long-obsolete Emacs versions.
9eb52e90 4067
b9723f39
CY
4068 * modes.texi (Mode Line Variables): The default values of the mode
4069 line variables are now more complicated.
4070
b0cc32db
CY
40712009-03-28 Chong Yidong <cyd@stupidchicken.com>
4072
3c25a5a9
CY
4073 * modes.texi (Major Mode Conventions): Note that specialness is
4074 inherited.
31c9eebb
CY
4075 (Derived Modes): Note that define-derive-mode sets the mode-class
4076 property.
3c25a5a9 4077
b0cc32db
CY
4078 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
4079 goto-map. Add search-map to the list.
4080
c5e0006d
EZ
40812009-03-27 Eli Zaretskii <eliz@gnu.org>
4082
1213465a
EZ
4083 * os.texi (System Environment): Update the list of system-type
4084 values.
4085
c5e0006d
EZ
4086 * markers.texi (The Mark) <handle-shift-selection>: Update for
4087 removal of the optional argument DEACTIVATE.
4088
48bab3d6
CY
40892009-03-25 Chong Yidong <cyd@stupidchicken.com>
4090
4091 * commands.texi (Focus Events): Most X window managers don't use
4092 focus-follows-mouse nowadays.
4093
6e4ff1b6
CY
40942009-03-24 Chong Yidong <cyd@stupidchicken.com>
4095
4096 * commands.texi (Defining Commands): Clarify introduction.
4097 (Using Interactive): Not that interactive can be put in a symbol
4098 property.
4099 (Interactive Call): Note that a symbol with a non-nil
4100 interactive-form property satisfies commandp.
4101
11625308
JB
41022009-03-23 Juanma Barranquero <lekktu@gmail.com>
4103
4104 * minibuf.texi (Intro to Minibuffers): Fix typos.
4105
7b34420d
CY
41062009-03-23 Chong Yidong <cyd@stupidchicken.com>
4107
4108 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
4109 about minibuffers in old Emacs versions. Copyedits.
4110 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
4111 (Text from Minibuffer): Simplify introduction.
4112
f9257eed
AM
41132009-03-22 Alan Mackenzie <acm@muc.de>
4114
4115 * commands.texi (Using Interactive): Clarify string argument to
4116 `interactive' - even promptless elements need \n separators.
4117
f639ba70
CY
41182009-03-18 Chong Yidong <cyd@stupidchicken.com>
4119
4120 * minibuf.texi (Completion Styles): New node.
4121
4122 * elisp.texi (Top): Update node listing.
4123
d897e8ee
CY
41242009-03-17 Chong Yidong <cyd@stupidchicken.com>
4125
4126 * minibuf.texi (Basic Completion): Note that
4127 read-file-name-completion-ignore-case and
4128 read-buffer-completion-ignore-case can override
4129 completion-ignore-case.
4130 (Minibuffer Completion): Document completing-read changes.
4131 (Completion Commands): Avoid mentioning partial completion mode.
4132 Document minibuffer-completion-confirm changes, and
4133 minibuffer-confirm-exit-commands.
4134 (High-Level Completion): Document new require-match behavior for
4135 read-buffer. Document read-buffer-completion-ignore-case.
4136 (Reading File Names): Document new require-match behavior for
4137 read-file-name.
4138
b1f23349
CY
41392009-03-14 Chong Yidong <cyd@stupidchicken.com>
4140
4141 * debugging.texi (Error Debugging): Don't mislead the reader into
4142 thinking that debug-on-error enters debugger for C-f at EOB.
4143 (Error Debugging): Setting debug-on-init within the init file
4144 works, and has for some time.
4145
d6eb4e25
KH
41462009-03-13 Kenichi Handa <handa@m17n.org>
4147
4148 * display.texi (Fontsets): Update the description.
4149
1cf53dc5
CY
41502009-03-13 Chong Yidong <cyd@stupidchicken.com>
4151
4152 * advice.texi (Advising Primitives): Link to What Is a Function.
4153
81f919fc
CY
41542009-03-12 Chong Yidong <cyd@stupidchicken.com>
4155
cf4229eb
CY
4156 * compile.texi (Speed of Byte-Code): Update example.
4157 (Disassembly): Update examples.
4158
81f919fc 4159 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
4160
4161 * customize.texi (Common Keywords): It's not necessary to use :tag
4162 to remove hyphens, as custom-unlispify-tag-name does it
4163 automatically.
5dcb4c4e
SM
4164 (Variable Definitions): Link to File Local Variables.
4165 Document customized-value symbol property.
f2bbc08c
CY
4166 (Customization Types): Move menu to end of node.
4167
955964d7
CY
41682009-03-10 Chong Yidong <cyd@stupidchicken.com>
4169
4170 * macros.texi (Compiling Macros): Omit misleading sentence, which
4171 implied that macros can only be used in the same file they are
4172 defined.
4173 (Backquote): Remove obsolete information about Emacs 19.
4174
d25ed7db
GM
41752009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
4176
4177 * display.texi (Display Margins): Fix paren typo.
4178
d55f6ca5
CY
41792009-02-27 Chong Yidong <cyd@stupidchicken.com>
4180
f0e57ed8
CY
4181 * elisp.texi (Top): Update node listing.
4182
4183 * variables.texi (Variables): Clarify introduction.
4184 (Global Variables): Mention that setq is a special form.
4185 (Local Variables): Use active voice.
4186 (Tips for Defining): Mention marking variables as safe.
4187 (Buffer-Local Variables): Mention terminal-local and frame-local
4188 variables together.
4189 (File Local Variables): Copyedits.
4190 (Frame-Local Variables): Note that they are not really useful.
4191 (Future Local Variables): Node deleted.
4192
d55f6ca5 4193 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 4194 Unicode escape syntax.
d55f6ca5 4195
ca8f09a8
CY
41962009-02-23 Chong Yidong <cyd@stupidchicken.com>
4197
4198 * control.texi (Control Structures): Add cindex entry for "textual
4199 order".
4200
4201 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
4202 instead of "expression" throughout.
4203 (Function Indirection): Copyedits. Use active voice.
4204 (Eval): The default value of max-lisp-eval-depth is now 400.
4205
a20878b6
MB
42062009-02-23 Miles Bader <miles@gnu.org>
4207
4208 * processes.texi (System Processes): Rename `system-process-attributes'
4209 to `process-attributes'.
4210
61f66044
CY
42112009-02-22 Chong Yidong <cyd@stupidchicken.com>
4212
1b80d1f3
CY
4213 * symbols.texi (Property Lists): Emphasize that property lists are
4214 not restricted to symbol cells.
4215 (Other Plists): Copyedit.
4216
61f66044
CY
4217 * sequences.texi (Sequences Arrays Vectors): Make introduction
4218 more concise.
4219 (Arrays): Mention char-tables and bool-vectors too.
4220 (Vectors): Don't repeat information given in Arrays node. Link to
4221 nodes that explain the vector usage examples.
4222 (Char-Tables): Note that char-table elements can have arbitrary
4223 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 4224 Link to Property Lists node.
61f66044 4225
9403944b
CY
42262009-02-22 Chong Yidong <cyd@stupidchicken.com>
4227
4228 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4229 `append'.
4068c7b4 4230 (List Elements): Copyedits.
9403944b
CY
4231
4232 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4233 of `vconcat'.
4234
4235 * strings.texi (Creating Strings): Copyedits. Remove obsolete
4236 Emacs 20 usage of `concat'.
4237 (Case Conversion): Copyedits.
4238
b87a185f
CY
42392009-02-21 Chong Yidong <cyd@stupidchicken.com>
4240
4241 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4242 Minor edits.
4243 (Frame Configuration Type): Emphasize that it is not primitive.
4244 (Font Type): New node.
4245 (Type Predicates): Add fontp; type-of now recognizes font object
4246 types.
4247
4248 * intro.texi (Version Info): Update version numbers in examples.
4249 (Acknowledgements): List more contributors.
4250
4251 * elisp.texi: Bump version number to 3.0.
4252 (Top): Link to Font Type node.
4253
867d4bb3
JB
42542009-02-20 Juanma Barranquero <lekktu@gmail.com>
4255
4256 * modes.texi (Major Mode Conventions): Remove duplicate words.
4257 (Customizing Keywords): Fix typo.
4258
77730170
EZ
42592009-02-14 Eli Zaretskii <eliz@gnu.org>
4260
4261 * nonascii.texi (User-Chosen Coding Systems): Document that
4262 select-safe-coding-system suggests raw-text if there are raw bytes
4263 in the region.
4264 (Explicit Encoding): Warn not to use `undecided' when encoding.
4265
c8736212
GM
42662009-02-11 Glenn Morris <rgm@gnu.org>
4267
4268 * frames.texi (Visibility of Frames): Mention the effect multiple
4269 workspaces/desktops can have on visibility.
4270
ab992d66
EZ
42712009-02-07 Eli Zaretskii <eliz@gnu.org>
4272
c8736212
GM
4273 * text.texi (Commands for Insertion):
4274 * commands.texi (Event Mod):
4275 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
4276 * nonascii.texi (Translation of Characters):
4277 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
4278 (Explicit Encoding): Document the `charset' text property produced
4279 by decode-coding-region and decode-coding-string.
ab992d66 4280
e651a255
AM
42812009-01-27 Alan Mackenzie <acm@muc.de>
4282
4283 * modes.texi (Search-based Fontification): Correct a typo.
4284
bc5cde4b
JB
42852009-01-25 Juanma Barranquero <lekktu@gmail.com>
4286
4287 * abbrevs.texi (Abbrev Table Properties): Fix typo.
4288 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
4289
3533155b
EZ
42902009-01-24 Eli Zaretskii <eliz@gnu.org>
4291
f721deda
EZ
4292 * display.texi (Window Systems): Document the value of
4293 `initial-window-system' under --daemon.
4294
3533155b
EZ
4295 * os.texi (System Environment): Remove description of the
4296 `environment' function which has been deleted.
4297
f79b43b2
DN
42982009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4299
4300 * frames.texi (Multiple Displays): Remove documentation for
4301 removed function make-frame-on-tty.
4302
e3aa6669
CY
43032009-01-22 Chong Yidong <cyd@stupidchicken.com>
4304
4305 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
4306 write-region-annotate-functions.
4307 Document write-region-post-annotation-function.
e3aa6669 4308
fb13a416
CY
43092009-01-19 Chong Yidong <cyd@stupidchicken.com>
4310
4311 * display.texi (Font Lookup): Document WIDTH argument of
4312 x-list-fonts.
4313
02eccf6b
EZ
43142009-01-17 Eli Zaretskii <eliz@gnu.org>
4315
ead3f58d
EZ
4316 * maps.texi (Standard Keymaps): Rename function-key-map to
4317 local-function-key-map.
4318
4319 * keymaps.texi (Translation Keymaps): Rename function-key-map to
4320 local-function-key-map.
4321
4322 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4323 and `set-keyboard-coding-system' now accept an optional terminal
4324 argument.
4325
4326 * commands.texi (Event Mod): `keyboard-translate-table' is now
4327 terminal-local.
4328 (Function Keys): Rename function-key-map to
4329 local-function-key-map.
4330
df05a163
EZ
4331 * elisp.texi (Top): Make @detailmenu be consistent with changes in
4332 frames.texi.
4333
0ed8034e 4334 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
4335 `delete-terminal-functions', `suspend-tty-functions' and
4336 `resume-tty-functions'.
0ed8034e
EZ
4337
4338 * frames.texi (Frames): Document `frame-terminal' and
4339 `terminal-live-p'.
4340 (Multiple Displays): Document `make-frame-on-tty'.
4341 (Multiple Terminals): Document `terminal-list', `delete-terminal',
4342 `terminal-name', and `get-device-terminal'.
490f1197
EZ
4343 (Terminal Parameters): Document `terminal-parameters',
4344 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
4345
4346 * os.texi (System Environment): Document `environment' and
4347 `initial-environment'.
490f1197
EZ
4348 (Suspending Emacs): Update for multi-tty; document
4349 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 4350
02eccf6b
EZ
4351 * nonascii.texi (Coding System Basics): More accurate description
4352 of `raw-text'.
4353
f19fea97
JB
43542009-01-12 Juanma Barranquero <lekktu@gmail.com>
4355
4356 * display.texi (Low-Level Font): Fix typo.
4357
16fa292f
CY
43582009-01-10 Chong Yidong <cyd@stupidchicken.com>
4359
4360 * elisp.texi (Top): Update node listing.
4361
4362 * display.texi (PostScript Images): Node deleted.
4363
0b4faef3
EZ
43642009-01-10 Eli Zaretskii <eliz@gnu.org>
4365
3355f04d
EZ
4366 * processes.texi (Decoding Output): Document that null bytes force
4367 no-conversion for reading process output.
4368
4369 * files.texi (Reading from Files): Document that null bytes force
4370 no-conversion when visiting files.
4371
11625308 4372 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 4373
5dcb4c4e
SM
4374 * nonascii.texi (Lisp and Coding Systems):
4375 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 4376 (Character Properties): Improve wording.
0b4faef3 4377
ce9cf065
CY
43782009-01-09 Chong Yidong <cyd@stupidchicken.com>
4379
4380 * display.texi (Font Lookup): Remove obsolete function
4381 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
4382 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
4383 (Font Selection): Reorder order of variable descriptions.
4384 Minor clarifications.
ce9cf065
CY
4385
4386 * elisp.texi (Top): Update node listing.
4387
ab756fb3
GM
43882009-01-09 Glenn Morris <rgm@gnu.org>
4389
4390 * commands.texi (Command Loop Info): Say that last-command-char and
4391 last-input-char are obsolete aliases.
4392
4393 * edebug.texi (Edebug Recursive Edit): Remove separate references to
4394 last-input-char and last-command-char, since they are just aliases for
4395 last-input-event and last-command-event.
4396
4397 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
4398 last-command-char.
4399
6b2b8ab1
CY
44002009-01-08 Chong Yidong <cyd@stupidchicken.com>
4401
4402 * elisp.texi: Update node listing.
4403
4404 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
4405 (Face Attributes): Don't link to Font Lookup.
4406 Document font-family-list.
6b2b8ab1
CY
4407 (Fonts): New node.
4408
3568e767
JR
44092009-01-08 Jason Rumney <jasonr@gnu.org>
4410
4411 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 4412 changing the standard pointer shapes. (Bug#1485)
3568e767 4413
6221c8db
CY
44142009-01-08 Chong Yidong <cyd@stupidchicken.com>
4415
4416 * display.texi (Attribute Functions): Note that a function value
4417 :height is relative, and that compatibility functions work by
4418 calling set-face-attribute.
4419 (Displaying Faces): Reorder list in order of increasing priority.
4420 (Face Remapping): New node. Content moved here from Displaying
4421 Faces.
4422 (Glyphs): Link to Face Functions.
4423
e3d3799a
CY
44242009-01-08 Chong Yidong <cyd@stupidchicken.com>
4425
4426 * display.texi (Faces): Don't discuss face id here. facep does
4427 not return t.
4428 (Defining Faces): Minor clarification.
4429 (Face Attributes): Rearrange items to match docstring of
4430 set-face-attribute. Add :foundry attribute. Document new role of
4431 :font attribute. Texinfo usage fix.
4432 (Attribute Functions): Copyedits.
4433 (Face Functions): Note that face number is seldom used.
4434
638a2457
RS
44352009-01-05 Richard M Stallman <rms@gnu.org>
4436
4437 * strings.texi (Predicates for Strings): Minor clarification.
4438
4439 * functions.texi (Function Safety): Texinfo usage fix.
4440
39cb9e56 44412009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
49ea0074
JB
4442
4443 * objects.texi (General Escape Syntax): Fix typo.
4444
9f822178
MR
44452009-01-03 Martin Rudalics <rudalics@gmx.at>
4446
4447 * windows.texi (Choosing Window): Say that pop-up-frame-alist
4448 works via the default value of pop-up-frame-function.
4449
af34ad36
EZ
44502009-01-02 Eli Zaretskii <eliz@gnu.org>
4451
4452 * processes.texi (System Processes): Document the `time' and
4453 `ctime' attributes of `system-process-attributes'.
4454
d31f6679
CY
44552009-01-01 Chong Yidong <cyd@stupidchicken.com>
4456
4457 * display.texi (Face Attributes): Clarify :height attribute.
4458
174dc00c
MR
44592008-12-31 Martin Rudalics <rudalics@gmx.at>
4460
4461 * buffers.texi (The Buffer List): Clarify what moves a buffer to
4462 the front of the buffer list. Add entries for `last-buffer' and
4463 `unbury-buffer'.
4464
b8afe7e4
EZ
44652008-12-27 Eli Zaretskii <eliz@gnu.org>
4466
d14030f5
EZ
4467 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
4468 and its subsections.
4469
4470 * frames.texi (Multiple Terminals, Low-level Terminal)
4471 (Terminal Parameters, Frames on Other TTY devices): New sections.
4472 (Frames): Add an xref to "Multiple Terminals".
4473
765980a4
EZ
4474 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
4475
4476 * objects.texi (Terminal Type): New node.
4477 (Editing Types): Add it to the menu.
4478
47bd5577
EZ
4479 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
4480 Variables".
4481
eb22b78c 4482 * variables.texi (Directory Local Variables): New node.
47bd5577 4483 (Variables): Add a menu item for it.
eb22b78c 4484
b8afe7e4
EZ
4485 * loading.texi (Autoload): Document `generate-autoload-cookie' and
4486 `generated-autoload-file'.
4487
77bb0476
EZ
44882008-12-20 Eli Zaretskii <eliz@gnu.org>
4489
028e2c19
EZ
4490 * os.texi (Startup Summary): Add xref to documentation of
4491 `initial-window-system'.
4492
77bb0476
EZ
4493 * display.texi (Window Systems): Document `window-system' the
4494 function. The variable `window-system' is now frame-local.
028e2c19 4495 Document `initial-window-system'.
77bb0476 4496
dda87836
MR
44972008-12-19 Martin Rudalics <rudalics@gmx.at>
4498
4499 * windows.texi (Windows): Rewrite description of
4500 fit-window-to-buffer.
4501
caef3ed2
GM
45022008-12-13 Glenn Morris <rgm@gnu.org>
4503
4504 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
4505 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
4506
21c58e4d
GM
45072008-12-12 Glenn Morris <rgm@gnu.org>
4508
4509 * debugging.texi (Error Debugging): Refer forwards to
4510 eval-expression-debug-on-error.
4511
af38459f
EZ
45122008-12-05 Eli Zaretskii <eliz@gnu.org>
4513
5dedd9b5
EZ
4514 * strings.texi (String Basics): Only unibyte strings that
4515 represent key sequences hold 8-bit raw bytes.
4516
af38459f
EZ
4517 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
4518 paragraph to speak about `undecided'.
4519 (Character Properties): Don't explain the meaning of each
4520 property; instead, identify their Unicode Standard names.
b3f1f4a5 4521 (Character Sets): Document `map-charset-chars'.
af38459f 4522
fa047ae7
GM
45232008-12-02 Glenn Morris <rgm@gnu.org>
4524
4525 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
4526 section yet again.
4527
47dbc044
EZ
45282008-11-29 Eli Zaretskii <eliz@gnu.org>
4529
98d05998
EZ
4530 * nonascii.texi (Character Properties): New Section.
4531 (Specifying Coding Systems): Document
4532 `coding-system-priority-list', `set-coding-system-priority', and
4533 `with-coding-priority'.
4534 (Lisp and Coding Systems): Document `check-coding-systems-region'
4535 and `coding-system-charset-list'.
4536 (Coding System Basics): Document `coding-system-aliases'.
4537
4538 * elisp.texi (Top): Add a @detailmenu entry for "Character
4539 Properties".
4540
47dbc044
EZ
4541 * objects.texi (Character Type): Correct the range of Emacs
4542 characters. Add an @xref to "Character Codes".
4543
4544 * strings.texi (String Basics): Add an @xref to "Character Codes".
4545
4546 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
4547
4548 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
4549 (Character Codes): Document `max-char'.
4550
8b80cdf5
EZ
45512008-11-28 Eli Zaretskii <eliz@gnu.org>
4552
4553 * nonascii.texi (Text Representations, Converting Representations)
4554 (Character Sets, Scanning Charsets, Translation of Characters):
4555 Make text more accurate.
4556
a99dceba
GM
45572008-11-28 Glenn Morris <rgm@gnu.org>
4558
4559 * files.texi (Format Conversion Round-Trip): Improve previous change.
4560
f6dc3bed
CY
45612008-11-26 Chong Yidong <cyd@stupidchicken.com>
4562
4563 * modes.texi (Auto Major Mode): Fix example.
4564
5da9413d
GM
45652008-11-25 Glenn Morris <rgm@gnu.org>
4566
4567 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
4568
4569 * files.texi (Format Conversion Round-Trip):
4570 Use active voice for previous change.
4571
fcca848c
CY
45722008-11-25 Chong Yidong <cyd@stupidchicken.com>
4573
4574 * os.texi (Processor Run Time):
4575 * processes.texi (Transaction Queues):
4576 * markers.texi (The Mark):
4577 * windows.texi (Choosing Window, Selecting Windows):
4578 * files.texi (Changing Files, Magic File Names):
4579 * commands.texi (Key Sequence Input):
4580 * functions.texi (Declaring Functions):
4581 * strings.texi (Predicates for Strings):
4582 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
4583
36c8dc54
CY
45842008-11-24 Chong Yidong <cyd@stupidchicken.com>
4585
4586 * help.texi (Accessing Documentation): Update example.
4587
4588 * variables.texi (Defining Variables): Note that `*' is not
4589 necessary if defcustom is used.
4590
2a79b242
EZ
45912008-11-22 Eli Zaretskii <eliz@gnu.org>
4592
4593 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
4594 Characters" from @detailmenu.
4595
4596 * nonascii.texi (Character Codes, Character Sets)
4597 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
4598 (Chars and Bytes, Splitting Characters): Sections removed.
4599
392f0d26
LK
46002008-11-22 Lute Kamstra <lute@gnu.org>
4601
4602 * positions.texi (Text Lines): Update goto-line documentation.
4603
af1a5cd5
MR
46042008-11-21 Martin Rudalics <rudalics@gmx.at>
4605
6a4cfb0c
MR
4606 * frames.texi (Frames): Fix typo, add cross references, reword.
4607 (Initial Parameters): Reword special-display-frame-alist text.
4608 (Frames and Windows): Reword. Describe argument norecord for
4609 set-frame-selected-window.
4610 (Input Focus): Describe argument norecord for select-frame.
4611 Remove comment on MS-Windows behavior for focus-follows-mouse.
4612 (Raising and Lowering): Mention windows-frames dichotomy in
4613 metaphor.
4614
af1a5cd5
MR
4615 * windows.texi (Displaying Buffers, Vertical Scrolling)
4616 (Horizontal Scrolling): Fix indenting and rewording issues
4617 introduced with 2008-11-07 change.
4618
c249fa9c
GM
46192008-11-20 Glenn Morris <rgm@gnu.org>
4620
4621 * files.texi (Format Conversion Round-Trip): Mention `preserve'
4622 element of `format-alist'.
4623
204d4665
GM
46242008-11-19 Glenn Morris <rgm@gnu.org>
4625
4626 * doclicense.texi: Update to FDL 1.3.
4627 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
4628
cc0910af
CY
46292008-11-18 Chong Yidong <cyd@stupidchicken.com>
4630
efe6e7c4
CY
4631 * windows.texi (Window Hooks): Remove *-end-trigger-functions
4632 vars, which are obsolete. Mention jit-lock-register.
4633
5dcb4c4e
SM
4634 * modes.texi (Other Font Lock Variables):
4635 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 4636
cc0910af
CY
4637 * frames.texi (Color Parameters): Document alpha parameter.
4638
aeeedf76
MR
46392008-11-16 Martin Rudalics <rudalics@gmx.at>
4640
4641 * windows.texi (Splitting Windows, Deleting Windows)
4642 (Selecting Windows, Cyclic Window Ordering)
4643 (Buffers and Windows, Displaying Buffers, Choosing Window)
4644 (Dedicated Windows, Window Point, Window Start and End)
4645 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
4646 (Size of Window, Resizing Windows, Window Configurations)
4647 (Window Parameters): Avoid @var at beginning of sentences and
4648 reword accordingly.
4649
4c565c5c
LK
46502008-11-11 Lute Kamstra <lute@gnu.org>
4651
4652 * files.texi (File Name Components): Fix file-name-extension
4653 documentation.
4654
25f494c9
JB
46552008-11-11 Juanma Barranquero <lekktu@gmail.com>
4656
4657 * frames.texi (Basic Parameters): Remove display-environment-variable
4658 and term-environment-variable.
4659
a1401ab1
EZ
46602008-11-08 Eli Zaretskii <eliz@gnu.org>
4661
4662 * windows.texi (Basic Windows, Splitting Windows)
4663 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
4664 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
4665 (Resizing Windows, Window Configurations, Window Parameters):
4666 Fix wording and markup.
a1401ab1 4667
efafc282
MR
46682008-11-07 Martin Rudalics <rudalics@gmx.at>
4669
4670 * windows.texi (Windows): Update entries.
4671 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 4672 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
4673 (Selecting Windows, Cyclic Window Ordering): Reword with special
4674 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
4675 (Buffers and Windows, Choosing Window): Reword with special
4676 emphasis on dedicated windows.
4677 (Displaying Buffers): Reword. For switch-to-buffer mention that
4678 it may fall back on pop-to-buffer. For other-window try to
4679 explain how it treats the cyclic ordering of windows.
efafc282
MR
4680 (Dedicated Windows): New node and section discussing dedicated
4681 windows and associated functions.
86ab855a 4682 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
4683 (Window Start and End): Rename node and section title. Reword.
4684 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
4685 Minor rewording.
4686 (Size of Window): Reword, in particular text on window-width.
4687 (Resizing Windows): Reword. Add text on balancing windows.
4688 (Window Configurations): Reword. Mention window parameters.
4689 (Window Parameters): New node and section on window parameters.
4690 (Window Hooks): Reword. Mention that
4691 window-configuration-change-hook is run "buffer-locally".
4692 * elisp.texi (Top): Update Windows entries in @detailmenu
4693 section.
4694
d60a8ab2
JB
46952008-11-04 Juanma Barranquero <lekktu@gmail.com>
4696
4697 * searching.texi (Regexp Search): Fix typo.
4698
01777627
CY
46992008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4700
4701 * searching.texi (Regexp Search): Document GREEDY arg.
4702 (Simple Match Data): Fix return value.
4703
c4526e93
EZ
47042008-11-01 Eli Zaretskii <eliz@gnu.org>
4705
4706 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
4707 with Emacs 23 internal representation of characters.
4708 Document `unibyte-string'.
c4526e93 4709
fe2ae8b5
CY
47102008-10-28 Chong Yidong <cyd@stupidchicken.com>
4711
4712 * processes.texi (Process Information): Note that process-status
4713 does not accept buffer names.
4714
cc5a21e3
CY
47152008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4716
4717 * positions.texi (Skipping Characters): Correct return value of
4718 skip-chars-forward.
4719
09460d9a
MR
47202008-10-25 Martin Rudalics <rudalics@gmx.at>
4721
520b29e7
MR
4722 * windows.texi (Deleting Windows): Update documentation of
4723 delete-windows-on.
4724 (Buffers and Windows): Update documentations of
4725 get-buffer-window and get-buffer-window-list.
4726 (Displaying Buffers): Update documentation of
4727 replace-buffer-in-windows.
4728
09460d9a
MR
4729 * buffers.texi (Current Buffer): Reword set-buffer and
4730 with-current-buffer documentations.
4731 (Creating Buffers): Reword documentation of get-buffer-create.
4732
4d48fcdc
MR
47332008-10-23 Martin Rudalics <rudalics@gmx.at>
4734
4735 * buffers.texi (Current Buffer): Reword documentation of
4736 set-buffer.
4737 (Buffer Names): Reword documentation of buffer-name.
4738 (The Buffer List): For bury-buffer explain what happens with the
4739 buffer's window.
4740 (Creating Buffers): Say that get-buffer-create's arg is called
4741 buffer-or-name.
4742
f0143c43
CY
47432008-10-22 Chong Yidong <cyd@stupidchicken.com>
4744
3e5dbbd3
CY
4745 * advice.texi (Computed Advice): Explain what DEFINITION is.
4746
f0143c43
CY
4747 * nonascii.texi (Character Codes): Remove obsolete function
4748 char-valid-p, and document characterp instead.
4749
52a94b85
MR
47502008-10-22 Martin Rudalics <rudalics@gmx.at>
4751
4752 * windows.texi (Displaying Buffers): Reword documentation of
4753 pop-to-buffer.
4754 (Choosing Window): Rewrite documentation of display-buffer and
4755 its options.
4756
f76f8246
MR
4757 * buffers.texi (Killing Buffers): Update documentation of
4758 kill-buffer.
4759
acc8b598
EZ
47602008-10-21 Eli Zaretskii <eliz@gnu.org>
4761
80e6b6df
EZ
4762 * processes.texi (Serial Ports): Fix wording and improve markup.
4763
3645358a
EZ
4764 * searching.texi (Regexp Search): Document `string-match-p' and
4765 `looking-at-p'.
4766 (POSIX Regexps): Add an xref for "non-greedy".
4767 (Regexp Special): Add @cindex entry for "non-greedy".
4768
b3d50cff 4769 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 4770 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 4771
73b7530a
EZ
4772 * frames.texi (Color Names): Add an xref to `read-color'.
4773
4774 * minibuf.texi (High-Level Completion): Document `read-color'.
4775
acc8b598
EZ
4776 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
4777
4778 * positions.texi (Narrowing): Add an xref to "Swapping Text".
4779
4780 * buffers.texi (Swapping Text): New section, documents
4781 `buffer-swap-text'.
4782
10e187e8
MR
47832008-10-21 Martin Rudalics <rudalics@gmx.at>
4784
4785 * windows.texi (Resizing Windows): Minor wording fix.
4786
fd6f900c
EZ
47872008-10-20 Eli Zaretskii <eliz@gnu.org>
4788
4789 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
4790 and `combine-and-quote-strings'.
4791
4792 * strings.texi (Creating Strings): Add xrefs for them.
4793
e4372165
EZ
47942008-10-19 Eli Zaretskii <eliz@gnu.org>
4795
d6328fba
EZ
4796 * elisp.texi (Top): Make descriptive text for "Reading File Names"
4797 match the corresponding menu in minibuf.texi.
4798
e4372165
EZ
4799 * minibuf.texi (Reading File Names): Document `read-shell-command'
4800 and `minibuffer-local-shell-command-map'.
4801
5d8dda33
MR
48022008-10-19 Martin Rudalics <rudalics@gmx.at>
4803
4804 * windows.texi (Resizing Windows): Remove var{} around "window" in
4805 documentation of enlarge-window.
4806 Rewrite documentation of window-min-height and window-min-width.
4807
437706cd
EZ
48082008-10-19 Eli Zaretskii <eliz@gnu.org>
4809
80f85d7c
EZ
4810 * functions.texi (Calling Functions): Document `apply-partially'.
4811
291703b5
EZ
4812 * hooks.texi (Standard Hooks): Mention
4813 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
4814
4815 * variables.texi (File Local Variables): Document
4816 `file-local-variables-alist', `before-hack-local-variables-hook'
4817 and `hack-local-variables-hook'.
4818
583d8b3c
EZ
4819 * processes.texi (Synchronous Processes): Document `process-lines'.
4820
5dcb4c4e
SM
4821 * customize.texi (Variable Definitions):
4822 Document `custom-reevaluate-setting'.
437706cd 4823
7e51d89b
MR
48242008-10-18 Martin Rudalics <rudalics@gmx.at>
4825
4826 * windows.texi (Choosing Window, Deleting Windows)
4827 (Displaying Buffers): Expand documentation of dedicated windows.
4828
43c59a3d
EZ
48292008-10-18 Eli Zaretskii <eliz@gnu.org>
4830
018a960d
EZ
4831 * files.texi (Changing Files): Document symbolic input of file
4832 modes to `set-file-modes'. Document `read-file-modes' and
4833 `file-modes-symbolic-to-number'.
4834
2c0b8144
EZ
4835 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
4836 and `search-map'.
4837
5dcb4c4e
SM
4838 * searching.texi (Search and Replace):
4839 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 4840 Document `multi-query-replace-map'.
80120f13 4841
6d4913f0 4842 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
4843 (Completion Commands, Reading File Names):
4844 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
4845 `minibuffer-local-filename-must-match-map'.
4846 (Minibuffer Completion): The `require-match' argument to
4847 `completing-read' can now have the value `confirm-only'.
4848
43c59a3d
EZ
4849 * windows.texi (Displaying Buffers): Minor wording fix.
4850 (Choosing Window): `split-height-threshold' can now be nil.
4851 Document `split-width-threshold'. `pop-up-frames' can have the
4852 value `graphic-only'.
4853
f36acfd9
EZ
48542008-10-17 Eli Zaretskii <eliz@gnu.org>
4855
4856 * os.texi (Startup Summary): Document `before-init-time' and
4857 `after-init-time'. Document `initial-window-system' and
4858 `window-system-initialization-alist'. Document reading the
4859 abbrevs file. Document the call to `server-start' under --daemon.
4860 Rearrange a bit to be consistent with the code flow.
53728487
EZ
4861 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
4862 (Time Parsing): Document `format-seconds'.
f36acfd9 4863
96995b89
MR
48642008-10-17 Martin Rudalics <rudalics@gmx.at>
4865
4866 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
4867 and reword.
4868
2de17c73
EZ
48692008-10-16 Eli Zaretskii <eliz@gnu.org>
4870
4871 * markers.texi (The Mark): Document use-region-p.
4872
9cf52b11
EZ
48732008-10-15 Eli Zaretskii <eliz@gnu.org>
4874
c3aaf1d7
EZ
4875 * internals.texi (Writing Emacs Primitives): The interactive spec
4876 of a primitive can be a Lisp form.
4877
841a1743
EZ
4878 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
4879 values of transient-mark-mode. Document handle-shift-selection.
4880
4881 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
4882 (Interactive Examples): Show an example of `^'.
4883 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
4884 (Defining Commands, Using Interactive): The interactive-form of a
4885 function can be added via its symbol's property.
841a1743 4886
52441368
EZ
4887 * positions.texi (List Motion): beginning-of-defun-function can
4888 now accept an argument.
4889
8e8c1a72
EZ
4890 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
4891 now return a list of strings.
4892
a33a1f2a
EZ
4893 * control.texi (Handling Errors): Document ignore-errors.
4894
4fb04348
EZ
4895 * frames.texi (Creating Frames): Document frame-inherited-parameters.
4896 (Parameter Access): Document set-frame-parameter.
4897
ee666f84
EZ
4898 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
4899 Hooks" for the effect of kill-all-local-variables on local hook
4900 functions.
4901
9cf52b11
EZ
4902 * modes.texi (Major Mode Conventions, Mode Line Variables):
4903 `mode-name' need not be a string. xref to "Mode Line Data" for
4904 details, and to "Emulating Mode Line" for computing a string
4905 value.
4906
22526bc4
EZ
49072008-10-14 Eli Zaretskii <eliz@gnu.org>
4908
a65f6a85
EZ
4909 * processes.texi (System Processes): New section.
4910 (Processes, Signals to Processes): Add xrefs to it.
4911
4912 * objects.texi (Editing Types): A `process' is a subprocess of
4913 Emacs, not just any process running on the OS.
4914
4915 * elisp.texi (Top): Adjust the @detailmenu for the above two
4916 changes.
4917
2724b26a
EZ
4918 * sequences.texi (Char-Tables): Remove documentation of
4919 set-char-table-default, which has no effect since Emacs 23.
4920 <char-table-range, set-char-table-range>: Don't mention generic
4921 characters and charsets. Add a cons cell as a possible argument.
4922
4923 * nonascii.texi (Splitting Characters)
4924 (Translation of Characters): Don't mention generic characters.
4925
4926 * display.texi (Fontsets): Don't mention generic characters.
4927
22526bc4 4928 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 4929 argument FUNCTION with a cons cell as KEY.
22526bc4 4930
eaf4b689
EZ
49312008-10-13 Eli Zaretskii <eliz@gnu.org>
4932
45e46036
EZ
4933 * objects.texi (Primitive Function Type): Move "@cindex special
4934 forms" from here...
4935
4936 * eval.texi (Special Forms): ...to here.
4937
4938 * functions.texi (What Is a Function): `functionp' returns nil for
4939 special forms. Add an xref.
4940
eaf4b689
EZ
4941 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
4942 Variables".
4943
4944 * variables.texi (Frame-Local Variables): New section.
4945 (Buffer-Local Variables): Add an xref to it.
4946 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
4947 have both frame-local and buffer-local binding.
4948
4949 * frames.texi (Frames): Mention multiple tty frames.
4950 (Frame Parameters, Parameter Access): Mention frame-local variable
4951 bindings.
4952
15688fce
GM
49532008-09-20 Glenn Morris <rgm@gnu.org>
4954
4955 * display.texi (Defining Faces): Recommend against face variables.
4956
35539065
JB
49572008-09-16 Juanma Barranquero <lekktu@gmail.com>
4958
4959 * display.texi (Echo Area Customization): Fix typo.
4960
6a57054b
JB
49612008-09-09 Juanma Barranquero <lekktu@gmail.com>
4962
4963 * loading.texi (Where Defined): Add `defface' item.
4964
d632fb82
MR
49652008-09-06 Martin Rudalics <rudalics@gmx.at>
4966
4967 * loading.texi (Where Defined): Fix description of symbol-file.
4968
905a9adb
JR
49692008-08-26 Jason Rumney <jasonr@gnu.org>
4970
4971 * display.texi (TIFF Images): New section describing :index property.
4972
852e91b7
CY
49732008-08-23 Chong Yidong <cyd@stupidchicken.com>
4974
4975 * display.texi (Temporary Displays): Remove unnecessary comment
4976 about usage of temp-buffer-show-hook.
4977
6be001ee
CY
49782008-08-05 Chong Yidong <cyd@stupidchicken.com>
4979
4980 * symbols.texi (Other Plists): Fix incorrect example.
4981 Suggested by Florian Beck.
4982
58e3d8e8
JB
49832008-07-31 Juanma Barranquero <lekktu@gmail.com>
4984
4985 * os.texi: Fix previous change.
4986
7c2fb837
DN
49872008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4988
4989 * os.texi:
4990 * intro.texi:
4991 * files.texi: Remove VMS support.
4992
9e2a2647
DN
49932008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4994
4995 * os.texi:
4996 * frames.texi:
4997 * display.texi: Remove mentions of Mac Carbon.
4998
c4f4682b
MB
49992008-07-01 Miles Bader <miles@gnu.org>
5000
5001 * text.texi (Special Properties):
5002 * display.texi (Truncation): Add wrap-prefix and line-prefix.
5003
3696411e
JB
50042008-06-28 Johan Bockgård <bojohan@gnu.org>
5005
5006 * display.texi (Other Image Types): Fix copy/paste error; say
5007 "PBM", not "XBM".
5008
f2a77c3a
DN
50092008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5010
5011 * os.texi: Remove references to obsolete systems.
5012
6d52677d
EZ
50132008-06-20 Eli Zaretskii <eliz@gnu.org>
5014
5015 * makefile.w32-in (distclean): Remove makefile.
5016
1a87da4c
GM
50172008-06-17 Glenn Morris <rgm@gnu.org>
5018
5019 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
5020 (elisp, dist): Remove rules and variables that are obsolete now
5021 the lisp manual is no longer distributed separately.
5022
fdda1c5d
GM
50232008-06-16 Glenn Morris <rgm@gnu.org>
5024
646692e9
GM
5025 * configure, configure.in, mkinstalldirs: Remove unused files.
5026
5027 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 5028 * vol1.texi (EMACSVER):
6a57054b 5029 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
5030
5031 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
5032 as per maintain.info.
5033
611bee81
GM
50342008-06-15 Glenn Morris <rgm@gnu.org>
5035
a7bed3a0
GM
5036 * makefile.w32-in (manual): Use "23" rather than "21".
5037
5038 * Makefile.in (emacsver): New, set by configure.
5039 (manual): Use emacsver.
5040
d794edf2
GM
5041 * intro.texi: Report bugs using M-x report-emacs-bug.
5042
611bee81
GM
5043 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
5044
c73e02fa
GM
50452008-06-13 Daniel Engeler <engeler@gmail.com>
5046
5047 * elisp.texi, internals.texi, processes.texi: Add documentation
5048 about serial port access.
5049
e40a85cd
MB
50502008-06-05 Miles Bader <miles@gnu.org>
5051
5052 * display.texi (Displaying Faces): Update to reflect function
5053 renamings in face-remap.el.
5054
7b753744
JB
50552008-06-05 Juanma Barranquero <lekktu@gmail.com>
5056
5057 * display.texi (Fontsets): Fix typos.
5058
9d3d42fb
MB
50592008-06-03 Miles Bader <miles@gnu.org>
5060
7b753744
JB
5061 * display.texi (Displaying Faces): Add add-relative-face-remapping,
5062 remove-relative-face-remapping, set-base-face-remapping,
5063 and set-default-base-face-remapping.
9d3d42fb 5064
f2cec7a9
MB
50652008-06-01 Miles Bader <miles@gnu.org>
5066
5067 * display.texi (Displaying Faces): Add face-remapping-alist.
5068
8f39c96d
SM
50692008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5070
5071 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
5072 variable names.
5073
1ef5eecc
ER
50742008-05-03 Eric S. Raymond <esr@golux>
5075
352c8b4a 5076 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
5077 (current-global-map) return references, not copies.
5078
63b4387f
JL
50792008-05-02 Juri Linkov <juri@jurta.org>
5080
5081 * minibuf.texi (Text from Minibuffer): Document a list of
5082 default values for `read-from-minibuffer'.
5083
38a8b703
JB
50842008-04-24 Juanma Barranquero <lekktu@gmail.com>
5085
5086 * nonascii.texi (Translation of Characters): Fix previous change.
5087
7c42e639
CY
50882008-04-20 Chong Yidong <cyd@stupidchicken.com>
5089
5090 * display.texi (Overlay Properties): Clarify role of underlying
5091 textprop and overlay keymaps for display strings.
5092
5093 * keymaps.texi (Active Keymaps): Ditto.
5094
25c0d999
SM
50952008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5096
5097 * minibuf.texi (Programmed Completion):
5098 Replace dynamic-completion-table with the new completion-table-dynamic.
5099
e3af5968
CY
51002008-04-07 Chong Yidong <cyd@stupidchicken.com>
5101
5102 * intro.texi (Some Terms): Change "fonts in this manual" index
5103 entry to "typographic conventions".
5104
6bfc8698
EZ
51052008-04-05 Eli Zaretskii <eliz@gnu.org>
5106
5107 * objects.texi (Text Props and Strings): Add indexing for read
5108 syntax of text properties.
5109
4972c361
SM
51102008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5111
5112 * processes.texi (Decoding Output): Remove process-filter-multibyte
5113 functions.
5114
c70a68db
MR
51152008-03-15 Martin Rudalics <rudalics@gmx.at>
5116
5117 * display.texi (Finding Overlays): Say that empty overlays at
5118 the end of the buffer are reported too.
5119
1291fd36
GM
51202008-03-13 Glenn Morris <rgm@gnu.org>
5121
5122 * elisp.texi (EMACSVER): Set to 23.0.60.
5123
c6b0dfd5
CY
51242008-02-26 Chong Yidong <cyd@stupidchicken.com>
5125
38a8b703 5126 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 5127
875fc30c
GM
51282008-02-22 Glenn Morris <rgm@gnu.org>
5129
5130 * frames.texi (Position Parameters): Clarify the description of
5131 `left' and `top', using information from "Geometry".
5132 (Geometry): Give a pointer to "Position Parameters", rather than
5133 repeating information.
5134
d8c8e45a
GM
51352008-02-11 Glenn Morris <rgm@gnu.org>
5136
5137 * objects.texi (Equality Predicates): No longer talk about "two"
5138 functions.
5139
38a8b703 51402008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
5141
5142 * objects.texi (Equality Predicates): Add defun for
5143 equal-including-properties.
5144
bfffe0b1
GM
51452008-02-10 Glenn Morris <rgm@gnu.org>
5146
5147 * objects.texi (Equality Predicates):
5148 Mention equal-including-properties.
5149
431b78c9
RS
51502008-02-07 Richard Stallman <rms@gnu.org>
5151
5152 * windows.texi (Window Start): Mention the feature of moving
5153 window-start to start of line.
5154
c8763fb6 51552008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
5156
5157 * keymaps.texi (Tool Bar): Document rtl property.
5158
1a256502
TTN
51592008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5160
5161 * display.texi (Button Types):
5162 For define-button-type, clarify type of NAME.
5163
569382c2
MR
51642008-01-19 Martin Rudalics <rudalics@gmx.at>
5165
5166 * buffers.texi (Buffer Modification): Fix typo.
5167
f3041af1
DN
51682008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5169
5170 * os.texi (System Environment): Remove references to OSes that are
5171 not supported anymore.
5172
d35e1cd7
DN
51732008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5174
5175 * os.texi (System Environment): Remove mention for Masscomp.
5176
23af7580
RS
51772008-01-04 Richard Stallman <rms@gnu.org>
5178
5179 * display.texi (Faces): Don't talk about internal face vector as arg
5180 to facep.
5181
5182 * customize.texi (Type Keywords): Fix previous change.
5183
5184 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
5185 * elisp.texi (Top): Fix menu for commands.texi change.
5186
ec7d5b1e
RS
51872007-12-30 Richard Stallman <rms@gnu.org>
5188
5dcb4c4e 5189 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
5190 (Accessing Scroll): New node broken out of Accessing Mouse.
5191
101a6cea
RS
51922007-12-28 Richard Stallman <rms@gnu.org>
5193
5194 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 5195 (Basic Parameters): For `title', refer to title bar.
041817a4 5196 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 5197
72b7e664
RS
51982007-12-23 Richard Stallman <rms@gnu.org>
5199
5200 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
5201 Improve some of the commented-out keywords' text too.
5202
27a4f445
MR
52032007-12-14 Martin Rudalics <rudalics@gmx.at>
5204
e2e3f1d7
MR
5205 * nonascii.texi (Encoding and I/O): Reword to avoid saying
5206 "visit the current buffer".
5207
27a4f445
MR
5208 * os.texi (System Interface): Fix typo.
5209
a2afc99d
RS
52102007-12-04 Richard Stallman <rms@gnu.org>
5211
5212 * objects.texi (Symbol Type): Fix typo.
5213
b694135c
RS
52142007-12-03 Richard Stallman <rms@gnu.org>
5215
5216 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
5217
f99a19da
GM
52182007-12-01 Glenn Morris <rgm@gnu.org>
5219
5220 * functions.texi (Declaring Functions): Improve previous change.
5221
8f4b37d8
GM
52222007-11-30 Glenn Morris <rgm@gnu.org>
5223
5224 * functions.texi (Declaring Functions): Add optional fourth
5225 argument of declare-function, and setting third argument to `t'.
5226
61a2fe01
RS
52272007-11-29 Richard Stallman <rms@gnu.org>
5228
5229 * customize.texi (Composite Types): Document `group' type.
5230
cbfc5193
GM
52312007-11-29 Glenn Morris <rgm@gnu.org>
5232
5dcb4c4e
SM
5233 * functions.texi (Declaring Functions): Add findex.
5234 Mention `external' files.
cbfc5193 5235
8386283a
JB
52362007-11-26 Juanma Barranquero <lekktu@gmail.com>
5237
5238 * functions.texi (Declaring Functions): Fix directive.
5239
a07c9a8b
RS
52402007-11-25 Richard Stallman <rms@gnu.org>
5241
5242 * help.texi (Help Functions): Clean up last change.
5243
5244 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5245
5246 * loading.texi (Named Features): Minor cleanup.
5247
5248 * macros.texi (Eval During Expansion): Minor cleanup.
5249
5250 * variables.texi (Variable Aliases): Minor cleanup.
5251
a0925923
RS
52522007-11-24 Richard Stallman <rms@gnu.org>
5253
5254 * functions.texi (Declaring Functions): Clarify previous change.
5255
5256 * compile.texi (Compiler Errors): Clarify previous change.
5257
20c63e44
RS
52582007-11-24 Richard Stallman <rms@gnu.org>
5259
e5e76c04 5260 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
5261 Clarify the text and move items around.
5262
5bb0cda3
GM
52632007-11-24 Glenn Morris <rgm@gnu.org>
5264
5265 * functions.texi (Declaring Functions): New section.
5266 * compile.texi (Compiler Errors): Mention declaring functions,
5267 defvar with no initvalue, and byte-compile-warnings.
5268
af13c86a
MR
52692007-11-15 Martin Rudalics <rudalics@gmx.at>
5270
5271 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5272 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5273
a5373305
MR
52742007-11-13 Martin Rudalics <rudalics@gmx.at>
5275
5276 * help.texi (Help Functions): Document new macro `with-help-window'.
5277
fe284805
JL
52782007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5279
5280 * searching.texi (Replacing Match): Describe new
5281 `match-substitute-replacement'.
5282
2c3a09b1
RS
52832007-10-31 Richard Stallman <rms@gnu.org>
5284
5285 * strings.texi (Creating Strings): Null strings from concat not unique.
5286
f2b480f4
RS
52872007-10-26 Richard Stallman <rms@gnu.org>
5288
5289 * objects.texi (Equality Predicates): Null strings are uniquified.
5290
5291 * minibuf.texi: Minor clarifications in previous change.
5292
db21122c
GM
52932007-10-25 Glenn Morris <rgm@gnu.org>
5294
5295 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5296
2328cbb3
RS
52972007-10-24 Richard Stallman <rms@gnu.org>
5298
5299 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5300
5301 * variables.texi (Frame-Local Variables): Node deleted.
5302 (Variables): Delete Frame-Local Variables from menu.
5303 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5304 (Default Value): Don't mention frame-local vars.
5305
5306 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5307
5308 * loading.texi (Unloading): Document FEATURE-unload-function
5309 instead of FEATURE-unload-hook.
5310
2328cbb3
RS
5311 * frames.texi (Multiple Displays): Don't mention frame-local vars.
5312
c066bafa
JL
53132007-10-22 Juri Linkov <juri@jurta.org>
5314
5315 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5316 (High-Level Completion): Document a list of default value strings
5317 in the DEFAULT argument, for which minibuffer functions return the
5318 first element.
5319
65ced25f
JL
53202007-10-17 Juri Linkov <juri@jurta.org>
5321
5322 * text.texi (Filling): Update arguments of fill-paragraph.
5323 fill-paragraph operates on the active region in Transient Mark mode.
5324 Remove fill-paragraph-or-region.
5325
ee46ec8e
KB
53262007-10-13 Karl Berry <karl@gnu.org>
5327
5328 * elisp.texi (@dircategory): Move to after @copying,
5329 since we want @copying as close as possible to the beginning of
5330 the output.
5331
61bbdbc6
RS
53322007-10-12 Richard Stallman <rms@gnu.org>
5333
5334 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
5335
5336 * commands.texi (Distinguish Interactive): New node,
5337 broken out from Interactive Call and rewritten.
5338 (Command Loop): Put Distinguish Interactive in menu.
5339
af23e1e8
RS
53402007-10-09 Richard Stallman <rms@gnu.org>
5341
5342 * text.texi (Examining Properties): Mention overlay priority.
5343
5344 * display.texi (Display Margins): Correct the description
5345 of margin display specifications.
5346 (Replacing Specs): New subnode broken out of Display Property.
5347
e1965a69
JL
53482007-10-06 Juri Linkov <juri@jurta.org>
5349
5350 * text.texi (Filling): Document fill-paragraph-or-region.
5351
4638454b
JB
53522007-10-05 Juanma Barranquero <lekktu@gmail.com>
5353
5354 * display.texi (Auto Faces): Fix typo.
5355
7ed54cc5
RS
53562007-10-02 Richard Stallman <rms@gnu.org>
5357
5358 * display.texi (Display Property): Explain some display specs
5359 don't let you move point in.
5360
5dcb4c4e
SM
5361 * frames.texi (Cursor Parameters):
5362 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
5363
5364 * windows.texi (Basic Windows): Don't describe
5365 cursor-in-non-selected-windows here.
5366
305a7ef2
EZ
53672007-10-01 Eli Zaretskii <eliz@gnu.org>
5368
5369 * processes.texi (Misc Network): Note that these functions are
5370 supported only on some systems.
5371
f7a7f4eb
RS
53722007-10-01 Richard Stallman <rms@gnu.org>
5373
5374 * display.texi (Overlay Properties): Explain nil as priority.
5375 Explain that conflicts are unpredictable if not resolved by
5376 priorities.
5377
780d7bb9
RS
53782007-09-23 Richard Stallman <rms@gnu.org>
5379
5380 * macros.texi (Backquote): Minor clarification.
5381
14b4fdfb
RS
53822007-09-19 Richard Stallman <rms@gnu.org>
5383
5384 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
5385 Clarify when they work in parallel and when one overrides.
5386 Fix error in example.
14b4fdfb 5387
b8d4c8d0
GM
53882007-09-06 Glenn Morris <rgm@gnu.org>
5389
b3e755a9 5390 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
5391 commands to use ../../info.
5392 * Makefile.in (infodir): Go up one more level.
4638454b 5393 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
5394 (miscmanualdir): New.
5395 (dist): Use new variable miscmanualdir.
5396 * makefile.w32-in (infodir, texinputdir): Go up one more level.
5397 (usermanualdir): Change from ../man to ../emacs.
5398
1bb1f7d3
MR
53992007-08-30 Martin Rudalics <rudalics@gmx.at>
5400
5401 * commands.texi (Command Loop Info): Advise against changing
5402 most variables described here. Explain new variable
5403 last-repeatable-command.
5404
b8d4c8d0
GM
54052007-08-29 Glenn Morris <rgm@gnu.org>
5406
5407 * elisp.texi (EMACSVER): Increase to 23.0.50.
5408
54092007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5410
5411 * frames.texi (Basic Parameters): Add display-environment-variable
5412 and term-environment-variable.
5413
54142007-08-28 Juri Linkov <juri@jurta.org>
5415
5416 * display.texi (Image Formats, Other Image Types): Add SVG.
5417
54182007-08-28 Juri Linkov <juri@jurta.org>
5419
5420 * display.texi (Images): Move formats-related text to new node
5421 "Image Formats".
5422 (Image Formats): New node.
5423
619fb9ee
RS
54242007-08-27 Richard Stallman <rms@gnu.org>
5425
5426 * windows.texi (Window Configurations): Clarify what
5427 a window configuration saves.
5428
b8d4c8d0
GM
54292007-08-25 Richard Stallman <rms@gnu.org>
5430
5431 * display.texi (Images): Delete redundant @findex.
5432
39f9da30
GM
54332007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 * text.texi (Change Hooks): (after|before)-change-functions are no
5436 longer bound to nil while running; rather inhibit-modification-hooks
5437 is t.
5438
b8d4c8d0
GM
54392007-08-16 Richard Stallman <rms@gnu.org>
5440
5dcb4c4e
SM
5441 * processes.texi (Asynchronous Processes):
5442 Clarify doc of start-file-process.
b8d4c8d0
GM
5443
54442007-08-08 Martin Rudalics <rudalics@gmx.at>
5445
5446 * modes.texi (Example Major Modes): Fix typo.
5447
54482007-08-08 Glenn Morris <rgm@gnu.org>
5449
5450 * intro.texi (nil and t): Do not use `iff' in documentation.
5451
5452 * tips.texi (Documentation Tips): Recommend against `iff'.
5453
54542007-08-07 Chong Yidong <cyd@stupidchicken.com>
5455
5456 * display.texi (Image Cache): Document image-refresh.
5457
54582007-08-06 Martin Rudalics <rudalics@gmx.at>
5459
5460 * windows.texi (Size of Window): Document window-full-width-p.
5461
54622007-07-25 Glenn Morris <rgm@gnu.org>
5463
5464 * gpl.texi (GPL): Replace license with GPLv3.
5465
5466 * Relicense all FSF files to GPLv3 or later.
5467
54682007-07-24 Michael Albinus <michael.albinus@gmx.de>
5469
4638454b
JB
5470 * processes.texi (Synchronous Processes):
5471 Add `process-file-shell-command'.
b8d4c8d0
GM
5472 (Asynchronous Processes): Mention restricted use of
5473 `process-filter' and `process-sentinel' in
5474 `start-file-process'. Add `start-file-process-shell-command'.
5475
54762007-07-17 Michael Albinus <michael.albinus@gmx.de>
5477
5478 * files.texi (Magic File Names): Introduce optional parameter
5479 IDENTIFICATION for `file-remote-p'.
5480
54812007-07-16 Richard Stallman <rms@gnu.org>
5482
5483 * display.texi (Defining Faces): Fix previous change.
5484
54852007-07-14 Richard Stallman <rms@gnu.org>
5486
5487 * control.texi (Handling Errors): Document `debug' in handler list.
5488
54892007-07-10 Richard Stallman <rms@gnu.org>
5490
5491 * display.texi (Defining Faces): Explain C-M-x feature for defface.
5492
54932007-07-09 Richard Stallman <rms@gnu.org>
5494
5495 * files.texi (Magic File Names): Rewrite previous change.
5496
54972007-07-08 Michael Albinus <michael.albinus@gmx.de>
5498
5499 * files.texi (Magic File Names): Introduce optional parameter
5500 CONNECTED for `file-remote-p'.
5501
55022007-07-07 Michael Albinus <michael.albinus@gmx.de>
5503
5504 * processes.texi (Asynchronous Processes):
5505 * files.texi (Magic File Names): Add `start-file-process'.
5506
55072007-06-27 Richard Stallman <rms@gnu.org>
5508
5dcb4c4e
SM
5509 * files.texi (Format Conversion Piecemeal):
5510 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
5511
55122007-06-27 Michael Albinus <michael.albinus@gmx.de>
5513
4638454b
JB
5514 * files.texi (Magic File Names): Remove `dired-call-process'.
5515 Add `process-file'.
b8d4c8d0
GM
5516
55172007-06-27 Kenichi Handa <handa@m17n.org>
5518
5519 * text.texi (Special Properties): Fix description about
4638454b 5520 `composition' property.
b8d4c8d0
GM
5521
55222007-06-26 Kenichi Handa <handa@m17n.org>
5523
5524 * nonascii.texi (Default Coding Systems): Document about the
5525 return value `undecided'.
5526
55272007-06-25 David Kastrup <dak@gnu.org>
5528
5529 * keymaps.texi (Active Keymaps): Document new POSITION argument of
5530 `current-active-maps'.
5531
55322007-06-24 Karl Berry <karl@gnu.org>
5533
4638454b 5534 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
5535
55362007-06-15 Juanma Barranquero <lekktu@gmail.com>
5537
5538 * display.texi (Overlay Arrow): Doc fix.
5539
55402007-06-14 Karl Berry <karl@tug.org>
5541
5542 * anti.texi (Antinews): Typo.
5543
55442007-06-14 Chong Yidong <cyd@stupidchicken.com>
5545
5546 * display.texi (Image Cache): Document image-refresh.
5547
55482007-06-12 Karl Berry <karl@gnu.org>
5549
5550 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
5551 * two-volume.make: New file.
5552 * .cvsignore: Ignore two-volume files.
5553
55542007-06-12 Tom Tromey <tromey@redhat.com>
5555
5556 * os.texi (Init File): Document user-emacs-directory.
5557
55582007-06-03 Nick Roberts <nickrob@snap.net.nz>
5559
5560 * commands.texi (Click Events): Describe width and height when
5561 object is nil.
5562
55632007-05-30 Nick Roberts <nickrob@snap.net.nz>
5564
5dcb4c4e
SM
5565 * commands.texi (Click Events): Layout more logically.
5566 Describe width and height.
b8d4c8d0
GM
5567 (Drag Events, Motion Events): Update to new format for position.
5568
55692007-06-02 Richard Stallman <rms@gnu.org>
5570
5571 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
5572
55732007-06-02 Chong Yidong <cyd@stupidchicken.com>
5574
5575 * Version 22.1 released.
5576
55772007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5578
5579 * text.texi (Special Properties): Correct meaning of fontified face.
5580
55812007-05-30 Richard Stallman <rms@gnu.org>
5582
5583 * text.texi (Special Properties): Add link to Adjusting Point.
5584
55852007-05-12 Richard Stallman <rms@gnu.org>
5586
5587 * text.texi (Margins): indent-to-left-margin is not the default.
5588 (Mode-Specific Indent): For indent-line-function, the default
5589 is indent-relative.
5590
5591 * modes.texi (Example Major Modes): Explain last line of text-mode
5592 is redundant.
5593
55942007-05-10 Richard Stallman <rms@gnu.org>
5595
5596 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
5597
5598 * help.texi (Keys in Documentation): Add reference to
5599 Documentation Tips.
5600
5601 * files.texi (Format Conversion): TO-FN gets three arguments.
5602
5603 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
5604
56052007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5606
5607 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
5608 * files.texi (Format Conversion): Expand intro; add menu.
5609 (Format Conversion Overview, Format Conversion Round-Trip)
5610 (Format Conversion Piecemeal): New nodes/subsections.
5611 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
5612 * text.texi (Text Properties): Remove "Saving Properties" from menu.
5613 (Saving Properties): Delete node/subsection.
5614
56152007-05-07 Karl Berry <karl@gnu.org>
5616
5617 * elisp.texi (EMACSVER): Back to 22.
5618
56192007-05-06 Richard Stallman <rms@gnu.org>
5620
5621 * processes.texi (Accepting Output): Revert most of previous change.
5622
56232007-05-05 Richard Stallman <rms@gnu.org>
5624
5625 * processes.texi (Accepting Output): accept-process-output
5626 uses microseconds, not milliseconds. But that arg is obsolete.
5627
56282007-05-04 Karl Berry <karl@tug.org>
5629
5630 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
5631
56322007-05-04 Eli Zaretskii <eliz@gnu.org>
5633
5634 * tips.texi (Documentation Tips): Rearrange items to place the
5635 more important ones first. Add an index entry for hyperlinks.
5636
56372007-05-03 Karl Berry <karl@gnu.org>
5638
5639 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
5640 (EMACSVER) [smallbook]: 22 for printed version.
5641
5642 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
5643 so restore anchor to normal position after defun. Found by Kevin Ryde.
5644
56452007-04-26 Glenn Morris <rgm@gnu.org>
5646
5647 * elisp.texi (EMACSVER): Increase to 22.1.50.
5648
56492007-04-28 Karl Berry <karl@gnu.org>
5650
5651 * elisp.texi: Improve line breaks on copyright page,
5652 similar layout to emacs manual, 8.5x11 by default.
5653
56542007-04-24 Richard Stallman <rms@gnu.org>
5655
5656 * text.texi (Special Properties): Add xref to Overlay Properties.
5657
5658 * display.texi (Overlay Properties): Add xref to Special Properties.
5659
56602007-04-22 Richard Stallman <rms@gnu.org>
5661
5662 * keymaps.texi (Extended Menu Items): Move the info about
5663 format with cached keyboard binding.
5664
56652007-04-21 Richard Stallman <rms@gnu.org>
5666
5667 * text.texi (Special Properties): Clarify previous change.
5668
5669 * files.texi (File Name Expansion): Clarify previous change.
5670
5671 * display.texi (Attribute Functions): Fix example for
5672 face-attribute-relative-p.
5673
56742007-04-19 Kenichi Handa <handa@m17n.org>
5675
5676 * text.texi (Special Properties): Document composition property.
5677
56782007-04-19 Glenn Morris <rgm@gnu.org>
5679
5680 * files.texi (File Name Expansion): Mention "superroot".
5681
56822007-04-15 Chong Yidong <cyd@stupidchicken.com>
5683
5684 * frames.texi (Multiple Displays): Add note about "multi-monitor"
5685 setups.
5686 (Display Feature Testing): Note that display refers to all
5687 physical monitors for multi-monitor setups.
5688
56892007-04-14 Richard Stallman <rms@gnu.org>
5690
5691 * lists.texi (Sets And Lists): Clarify `delete' examples.
5692 Remove spurious xref to same node.
5693 Clarify xref for add-to-list.
5694
56952007-04-12 Nick Roberts <nickrob@snap.net.nz>
5696
5697 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
5698 value of lisp-mode-map.
5699
57002007-04-11 Karl Berry <karl@gnu.org>
5701
5702 * anti.texi (Antinews):
5703 * display.texi (Overlay Properties, Defining Images):
5704 * processes.texi (Synchronous Processes, Sentinels):
5705 * syntax.texi (Syntax Table Internals):
5706 * searching.texi (Regexp Special):
5707 * nonascii.texi (Default Coding Systems):
5708 * text.texi (Special Properties):
5709 * minibuf.texi (Basic Completion): Wording to improve breaks in
5710 8.5x11 format.
5711 * elisp.texi (smallbook): New @set to more easily switch between
5712 smallbook and 8.5x11.
5713
57142007-04-11 Richard Stallman <rms@gnu.org>
5715
5716 * text.texi (Lazy Properties): Minor fix.
5717
57182007-04-08 Karl Berry <karl@gnu.org>
5719
5720 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
5721 * macros.texi (Backquote): Downcase Backquote in index entries for
5722 consistency.
5723
57242007-04-08 Richard Stallman <rms@gnu.org>
5725
5726 * text.texi (Adaptive Fill): Just describe default,
5727 don't show it (since it contains non-ASCII chars).
5728
57292007-04-07 Karl Berry <karl@gnu.org>
5730
5731 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
5732 adaptive-fill-regexp's value, since they are not in the standard
5733 TeX fonts.
5734
57352007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
5736
5737 * display.texi (Defining Faces): Fix example.
5738
57392007-04-07 Karl Berry <karl@gnu.org>
5740
5741 * display.texi (Button Buffer Commands): Improve page break.
5742
57432007-04-07 Richard Stallman <rms@gnu.org>
5744
5745 * advice.texi (Activation of Advice): Remove redundant index entry.
5746
5747 * backups.texi: Improve index entries. Remove redundant ones.
5748
5749 * compile.texi (Byte Compilation): Improve index entry.
5750
5751 * hash.texi (Creating Hash): Improve index entry.
5752
5753 * symbols.texi (Definitions): Improve index entry.
5754
5755 * edebug.texi: Improve index entries. Remove redundant/useless ones.
5756
5757 * maps.texi (Standard Keymaps): Remove useless index entry.
5758
5759 * help.texi (Documentation Basics): Remove redundant index entries.
5760
5761 * customize.texi: Improve index entries.
5762 Remove redundant/useless ones.
5763
5764 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
5765
5766 * streams.texi (Output Variables): Improve index entry.
5767
5768 * abbrevs.texi (Abbrevs): Remove useless index entry.
5769
5770 * macros.texi (Expansion): Remove useless index entry.
5771
5772 * text.texi: Improve index entries. Remove redundant/useless ones.
5773 (Text Properties, Examining Properties)
5774 (Special Properties): Use "property category" instead of "category"
5775 to refer to the `category' property.
5776
5777 * positions.texi: Improve index entries. Remove useless one.
5778
5779 * lists.texi: Improve index entries. Remove redundant/useless ones.
5780
5781 * os.texi: Improve index entries.
5782 (Timers): Fix previous change.
5783
5784 * buffers.texi: Improve index entries.
5785 (Modification Time): Get rid of term "obsolete buffer".
5786
5787 * debugging.texi: Improve index entries.
5788 (Test Coverage): Add xref to other test coverage ftr.
5789
5790 * eval.texi: Improve index entry. Remove redundant ones.
5791
5792 * numbers.texi: Improve index entries. Remove redundant/useless ones.
5793
5794 * files.texi: Improve index entries. Remove redundant/useless ones.
5795
5796 * objects.texi: Improve index entries.
5797
5798 * processes.texi: Improve index entries.
5799
5800 * modes.texi: Improve index entry. Remove redundant one.
5801
5802 * nonascii.texi: Improve index entries.
5803
5804 * internals.texi: Improve index entries.
5805
5806 * syntax.texi: Improve index entries.
5807
5808 * keymaps.texi (Active Keymaps): Improve index entries.
5809
5810 * commands.texi: Improve index entries. Remove redundant/useless ones.
5811
5812 * frames.texi: Improve index entries. Remove redundant/useless ones.
5813
5814 * markers.texi: Improve index entries. Remove redundant ones.
5815
5816 * tips.texi: Improve index entries.
5817
5818 * loading.texi (Unloading): Improve index entry.
5819
5820 * variables.texi: Improve index entries. Remove redundant one.
5821
5822 * sequences.texi: Improve index entry.
5823
5824 * display.texi: Improve index entries. Remove redundant ones.
5825
5826 * windows.texi: Improve index entries.
5827
5828 * searching.texi: Improve index entries. Remove redundant one.
5829
5830 * strings.texi (Case Tables): Improve last change.
5831
58322007-04-04 Chong Yidong <cyd@stupidchicken.com>
5833
5834 * strings.texi (Case Tables): Document with-case-table and
5835 ascii-case-table.
5836
58372007-04-03 Karl Berry <karl@gnu.org>
5838
5839 * processes.texi (Network): Reword to improve page break.
5840
58412007-04-03 Eli Zaretskii <eliz@gnu.org>
5842
5843 * functions.texi (Inline Functions): Describe more disadvantages
5844 of defsubst, and make advice against it stronger.
5845
58462007-04-02 Karl Berry <karl@gnu.org>
5847
5848 * backups.texi (Backup Names): Avoid widow words.
5849 * modes.texi (Example Major Modes): Align last comment.
5850
58512007-04-01 Chong Yidong <cyd@stupidchicken.com>
5852
5853 * keymaps.texi (Remapping Commands): Document new arg to
5854 command-remapping.
5855
58562007-04-01 Karl Berry <karl@gnu.org>
5857
5858 * processes.texi (Low-Level Network): Typo.
5859 * loading.texi (Hooks for Loading): Avoid double "the".
5860 * keymaps.texi (Key Sequences): No double "and".
5861 (Changing Key Bindings): Shorten to improve line break.
5862
58632007-03-31 Glenn Morris <rgm@gnu.org>
5864
5865 * os.texi (Timers): Fix description of run-at-time TIME formats.
5866
58672007-03-31 Richard Stallman <rms@gnu.org>
5868
5869 * display.texi (Invisible Text): Correct buffer-invisibility-spec
5870 regarding ellipsis.
5871
58722007-03-31 Eli Zaretskii <eliz@gnu.org>
5873
5874 * intro.texi (nil and t):
5875 * symbols.texi (Plists and Alists):
5876 * variables.texi (Variable Aliases, Constant Variables):
5877 * functions.texi (Defining Functions):
5878 * advice.texi (Advising Primitives):
5879 * debugging.texi (Syntax Errors, Compilation Errors):
5880 * minibuf.texi (Minibuffer Windows):
5881 * commands.texi (Adjusting Point):
5882 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
5883 (Auto Major Mode, Major Mode Conventions):
5884 * help.texi (Describing Characters):
5885 * files.texi (Create/Delete Dirs, Information about Files)
5886 (File Locks, Writing to Files, Reading from Files)
5887 (Saving Buffers):
5888 * windows.texi (Resizing Windows, Cyclic Window Ordering):
5889 * frames.texi (Finding All Frames):
5890 * positions.texi (Buffer End, Motion):
5891 * markers.texi (The Region):
5892 * text.texi (Deletion, Near Point):
5893 * display.texi (Displaying Messages, Truncation):
5894 * os.texi (Processor Run Time):
5895 * tips.texi (Key Binding Conventions, Programming Tips)
5896 (Warning Tips, Documentation Tips, Comment Tips):
5897 * internals.texi (Memory Usage): Improve indexing.
5898
5899 * variables.texi (Frame-Local Variables):
5900 * functions.texi (Argument List):
5901 * loading.texi (Library Search):
5902 * streams.texi (Output Variables):
5903 * keymaps.texi (Translation Keymaps, Searching Keymaps):
5904 * searching.texi (Replacing Match, Search and Replace):
5905 * processes.texi (Byte Packing, Decoding Output)
5906 (Accepting Output, Network Servers, Shell Arguments):
5907 * display.texi (Abstract Display, Image Cache, Scroll Bars):
5908 * windows.texi (Window Point, Window Start):
5909 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
5910 * commands.texi (Reading Input, Keyboard Events):
5911 * minibuf.texi (Reading File Names, Minibuffer Completion)
5912 (Recursive Mini):
5913 * positions.texi (List Motion):
5914 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
5915 * numbers.texi (Arithmetic Operations, Math Functions)
5916 (Predicates on Numbers, Comparison of Numbers):
5917 (Numeric Conversions):
5918 * locals.texi (Standard Buffer-Local Variables):
5919 * maps.texi (Standard Keymaps):
5920 * os.texi (User Identification, System Environment, Recording Input)
5921 (X11 Keysyms):
5922 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
5923 * backups.texi (Backups and Auto-Saving):
5924 * customize.texi (Customization, Group Definitions)
5925 (Variable Definitions):
5926 * compile.texi (Byte Compilation): Improve index entries.
5927
59282007-03-31 Karl Berry <karl@gnu.org>
5929
5930 * macros.texi (Defining Macros): Avoid widow syllable.
5931
59322007-03-31 Eli Zaretskii <eliz@gnu.org>
5933
5934 * elisp.texi (Top): Postscript -> PostScript.
5935
5936 * display.texi (Images, Postscript Images): Postscript -> PostScript.
5937
59382007-03-31 Markus Triska <markus.triska@gmx.at>
5939
5940 * internals.texi (Writing Emacs Primitives): Untabify `For'.
5941
59422007-03-30 Karl Berry <karl@gnu.org>
5943
5944 * lists.texi (List-related Predicates): Remove spurious @need.
5945 (Setcdr): Use @smallexample to improve page break.
5946 (Association Lists) <assoc>: Reword to improve page break.
5947
5948 * strings.texi (String Conversion): Insert blank line to improve
5949 page break.
5950
5951 * numbers.texi (Random Numbers): Use @minus{}.
5952 (Math Functions): Use @minus{}.
5953
5954 * intro.texi (Acknowledgements): Avoid line breaks before middle
5955 initials.
5956
59572007-03-24 Eli Zaretskii <eliz@gnu.org>
5958
5959 * errors.texi (Standard Errors): Add an index entry.
5960
59612007-03-19 Richard Stallman <rms@gnu.org>
5962
5963 * os.texi (Recording Input): recent-keys now gives 300 keys.
5964
59652007-03-12 Glenn Morris <rgm@gnu.org>
5966
5967 * os.texi: Replace "daylight savings" with "daylight saving"
5968 throughout.
5969
59702007-03-05 Richard Stallman <rms@gnu.org>
5971
5dcb4c4e
SM
5972 * variables.texi (File Local Variables):
5973 Update enable-local-variables values.
b8d4c8d0
GM
5974
59752007-03-04 Richard Stallman <rms@gnu.org>
5976
5977 * syntax.texi (Control Parsing): Minor clarification.
5978
5979 * strings.texi (Formatting Strings): Clarify width, precision, flags.
5980
5981 * sequences.texi (Sequence Functions): Move string-bytes away,
5982 add xref.
5983
5984 * nonascii.texi (Text Representations): Move string-bytes here.
5985
5986 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
5987
5988 * minibuf.texi (Basic Completion): Minor clarification.
5989
5990 * markers.texi (The Mark): Clarify existence vs activation of mark.
5991 Other cleanup.
5992
5993 * display.texi (Finding Overlays): Write better example.
5994
5995 * compile.texi (Eval During Compile): Clarify putting macros
5996 in eval-when-compile.
5997
c5602427 59982007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
5999
6000 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 6001 load-read-function definition doc.
b8d4c8d0
GM
6002
60032007-02-21 Kim F. Storm <storm@cua.dk>
6004
6005 * strings.texi (Text Comparison): Mention that assoc-string
6006 converts symbols to strings before testing.
6007
60082007-02-17 Kim F. Storm <storm@cua.dk>
6009
6010 * processes.texi (Bindat Spec): Vector types can have optional
6011 element type.
6012 (Bindat Examples): Fix example. Add vector with element type.
6013
60142007-02-16 Andreas Schwab <schwab@suse.de>
6015
6016 * strings.texi (Formatting Strings): Document '+' flag.
6017
60182007-02-15 Juanma Barranquero <lekktu@gmail.com>
6019
6020 * strings.texi (Modifying Strings): Clarify that `clear-string'
6021 always converts the string to unibyte.
6022
60232007-02-14 Kim F. Storm <storm@cua.dk>
6024
6025 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
6026 Rewrite glyph code description to refer to these functions.
6027 Remove details of encoding face number and char into integer code.
6028
60292007-02-03 Alan Mackenzie <acm@muc.de>
6030
6031 * loading.texi (Hooks for Loading): Make the description of
6032 `eval-after-load' more detailed, and amend the description of
6033 after-load-alist, in accordance with changes from 2006-05.
6034
60352007-02-03 Chong Yidong <cyd@stupidchicken.com>
6036
6037 * modes.texi (Defining Minor Modes): Document that a :require
6038 keyword or similar may be required to make saved customization
6039 variables work.
6040
60412007-02-03 Eli Zaretskii <eliz@gnu.org>
6042
6043 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
6044 Texinfo guidelines and with what texnfo-upd.el expects.
6045 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
6046 parts needed by `texinfo-multiple-files-update'.
6047
60482007-02-02 Eli Zaretskii <eliz@gnu.org>
6049
6050 * elisp.texi (Top): Update the top-level menus.
6051
6052 * syntax.texi (Categories): Add index entries.
6053
60542007-02-01 Juanma Barranquero <lekktu@gmail.com>
6055
6056 * display.texi (Attribute Functions): Fix name and description of
6057 the UNDERLINE arg of `set-face-underline-p'.
6058
60592007-01-29 Eli Zaretskii <eliz@gnu.org>
6060
6061 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
6062 Variables", and "Standard Keymaps" to the detailed menu.
6063
6064 * variables.texi (Future Local Variables): Add index entry.
6065
60662007-01-28 Richard Stallman <rms@gnu.org>
6067
6068 * tips.texi (Coding Conventions): Clarify the tip about macros
6069 that define a function or a variable.
6070
6071 * files.texi (File Attributes): UID and GID can be floats.
6072 (Magic File Names): Explain why deferring all operations to
6073 the standard handler does not work.
6074
60752007-01-23 Martin Rudalics <rudalics@gmx.at>
6076
6077 * backups.texi (Reverting): Use "buffer" instead of "file"
6078 when talking about major and minor modes.
6079
60802007-01-21 Richard Stallman <rms@gnu.org>
6081
6082 * help.texi (Documentation): Add xref to Documentation Tips.
6083
60842007-01-14 Juanma Barranquero <lekktu@gmail.com>
6085
6086 * tips.texi (Coding Conventions): Fix typos.
6087
60882007-01-05 Richard Stallman <rms@gnu.org>
6089
6090 * modes.texi (Defining Minor Modes): Fix previous change.
6091
60922007-01-03 Richard Stallman <rms@gnu.org>
6093
6094 * customize.texi (Variable Definitions, Customization Types):
6095 Don't use * in doc string for defcustom.
6096
60972007-01-02 Richard Stallman <rms@gnu.org>
6098
6099 * variables.texi (Variable Aliases): Clarify that aliases vars
6100 always have the same value.
6101
6102 * processes.texi (Bindat Spec): Fix Texinfo usage.
6103
6104 * modes.texi (Defining Minor Modes): Explain effect of command
6105 defined with define-global-minor-mode on new buffers.
6106
61072006-12-30 Kim F. Storm <storm@cua.dk>
6108
6109 * keymaps.texi (Tool Bar): Describe `grow-only' value of
6110 `auto-resize-tool-bars'.
6111
61122006-12-30 Richard Stallman <rms@gnu.org>
6113
6114 * keymaps.texi (Active Keymaps): Fix previous change.
6115
61162006-12-30 Nick Roberts <nickrob@snap.net.nz>
6117
6118 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
6119
61202006-12-30 Kim F. Storm <storm@cua.dk>
6121
6122 * processes.texi (Bindat Spec): Clarify using field names in
6123 length specifications.
6124
61252006-12-29 Kim F. Storm <storm@cua.dk>
6126
6127 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
6128 Add count and index variables for eval forms in repeat blocks.
6129
61302006-12-24 Richard Stallman <rms@gnu.org>
6131
5dcb4c4e
SM
6132 * customize.texi (Variable Definitions):
6133 Document new name custom-add-frequent-value.
b8d4c8d0
GM
6134
61352006-12-19 Kim F. Storm <storm@cua.dk>
6136
6137 * commands.texi (Misc Events): User signals now result in sigusr1
6138 and sigusr2 events which are handled through special-event-map.
6139 (Special Events): User signals and drag-n-drop are special.
6140
61412006-12-17 Richard Stallman <rms@gnu.org>
6142
6143 * loading.texi (Named Features): Explain subfeatures better.
6144
6145 * customize.texi: Use "option" only for user options.
6146 For the keyword values inside defcustom etc, say "keywords".
6147 For :options value's elements, say "elements".
6148 :group should not be omitted.
6149
6150 * syntax.texi (Parsing Expressions): Split up node.
6151 (Motion via Parsing, Position Parse, Parser State)
6152 (Low-Level Parsing, Control Parsing): New subnodes.
6153 (Parser State): Document syntax-ppss-toplevel-pos.
6154
6155 * positions.texi (List Motion): Punctuation fix.
6156
6157 * files.texi (File Name Completion): Document PREDICATE arg
6158 to file-name-completion.
6159
61602006-12-16 Eli Zaretskii <eliz@gnu.org>
6161
6162 * internals.texi (Building Emacs, Writing Emacs Primitives):
6163 Add index entries.
6164
61652006-12-11 Richard Stallman <rms@gnu.org>
6166
6167 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
6168 affects face menu. Explain how to make it non-nil without enabling
6169 any fontification.
6170
61712006-12-10 Chong Yidong <cyd@stupidchicken.com>
6172
6173 * modes.texi (Font Lock Basics): Document nil value of
6174 font-lock-defaults.
6175
61762006-12-10 Glenn Morris <rgm@gnu.org>
6177
6178 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
6179 value for system-flag argument. Abbrev tables may not be empty
6180 when major modes are loaded.
6181
61822006-12-08 Juanma Barranquero <lekktu@gmail.com>
6183
6184 * makefile.w32-in (maintainer-clean): Partially revert last
6185 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
6186 to protect elisp-covers.texi.
6187
61882006-12-07 Juanma Barranquero <lekktu@gmail.com>
6189
6190 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
6191 Don't remove elisp* info files; they are already deleted by the
6192 `clean' and `distclean' targets, and they are in the $(infodir)
6193 directory, not the current one.
6194
61952006-12-04 Kim F. Storm <storm@cua.dk>
6196
6197 * commands.texi (Misc Events): Update signal events.
6198 (Event Examples): Add signal example.
6199
62002006-11-29 Richard Stallman <rms@gnu.org>
6201
6202 * frames.texi (Visibility of Frames): Explain visible windows
6203 can be covered by others. Add xref for raise-frame.
6204
62052006-11-28 Richard Stallman <rms@gnu.org>
6206
6207 * searching.texi (Regexp Special): Update when ^ is special.
6208
62092006-11-27 Eli Zaretskii <eliz@gnu.org>
6210
6211 * customize.texi (Customization, Common Keywords)
6212 (Group Definitions, Variable Definitions, Composite Types)
6213 (Type Keywords, Customization Types): Add index entries for
6214 various customization keywords.
6215
62162006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
6219
c8763fb6 62202006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6221
6222 * frames.texi (Window System Selections): Remove clipboard from
6223 description of selection-coding-system.
6224
62252006-11-06 Richard Stallman <rms@gnu.org>
6226
6227 * lists.texi (List Variables): Document COMPARE-FN.
6228
6229 * keymaps.texi: Avoid use of "binding" to mean a relation;
6230 use it only to refer to the meaning associated with a key.
6231 (Keymaps): Change menu node description.
6232
6233 * elisp.texi (Top): Change menu node description.
6234
6235 * display.texi (Managing Overlays): Document overlay-recenter.
6236
62372006-10-29 Chong Yidong <cyd@stupidchicken.com>
6238
6239 * Makefile.in: Use relative paths to avoid advertising filesystem
6240 contents during compilation.
6241
62422006-10-23 Kim F. Storm <storm@cua.dk>
6243
6244 * commands.texi (Event Input Misc): Update unread-command-events.
6245
62462006-10-23 Nick Roberts <nickrob@snap.net.nz>
6247
6248 * lists.texi (Sets And Lists): Fix typos.
6249
62502006-10-18 Juanma Barranquero <lekktu@gmail.com>
6251
6252 * control.texi (Processing of Errors): Use @var for an argument,
6253 not @code.
6254
62552006-10-16 Richard Stallman <rms@gnu.org>
6256
6257 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6258
6259 * keymaps.texi (Format of Keymaps): Show all the keymap element
6260 patterns that result from menu items.
6261 (Key Lookup): Minor cleanups.
6262
6263 * modes.texi (Precalculated Fontification): Don't say that
6264 not setting font-lock-defaults avoids loading font-lock.
6265
6266 * help.texi (Documentation): Move xref to Emacs Manual here.
6267 (Documentation Basics): From here.
6268 Also doc emacs-lisp-docstring-fill-column.
6269
6270 * elisp.texi: Update version and ISBN.
6271
6272 * commands.texi (Interactive Call): Clarify KEYS arg to
6273 call-interactively is a vector.
6274 (Command Loop Info): Delete anchor in this-command-keys.
6275 Add anchor in this-command-keys-vector.
6276 (Recursive Editing): Document how recursive-edit
6277 handles the current buffer.
6278
62792006-10-13 Chong Yidong <cyd@stupidchicken.com>
6280
6281 * frames.texi (Frame Titles): %c and %l are ignored in
6282 frame-title-format.
6283
62842006-10-11 Richard Stallman <rms@gnu.org>
6285
6286 * keymaps.texi (Key Sequences): Clarify use of kbd.
6287
62882006-10-10 Kim F. Storm <storm@cua.dk>
6289
6290 * lists.texi (Sets And Lists): Add memql.
6291
62922006-10-03 Richard Stallman <rms@gnu.org>
6293
6294 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6295 Clarify :ascii: and :nonascii:.
6296
62972006-09-29 Juri Linkov <juri@jurta.org>
6298
6299 * modes.texi (%-Constructs): Reorder coding systems in the
6300 documentation of %z to the real order displayed in the modeline.
6301
63022006-09-25 Richard Stallman <rms@gnu.org>
6303
6304 * os.texi (Timers): Describe timer-max-repeats.
6305
63062006-09-25 Chong Yidong <cyd@stupidchicken.com>
6307
6308 * os.texi (Timers): Mention with-local-quit.
6309
63102006-09-24 Richard Stallman <rms@gnu.org>
6311
6312 * searching.texi (Searching and Matching): Mention property search.
6313
6314 * commands.texi (Command Loop Info): Explain how read-event affects
6315 this-command-keys.
6316
63172006-09-20 Richard Stallman <rms@gnu.org>
6318
6319 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6320
6321 * windows.texi (Window Start): Minor cleanups.
6322
63232006-09-20 Kim F. Storm <storm@cua.dk>
6324
6325 * windows.texi (Window Start): pos-visible-in-window-p allows
6326 specifying t for position to mean "end of window".
6327 Add window-line-height.
6328
6329 * anti.texi (Antinews): Mention window-line-height.
6330
63312006-09-19 David Kastrup <dak@gnu.org>
6332
6333 * keymaps.texi (Searching Keymaps): Small clarification.
6334
63352006-09-18 Richard Stallman <rms@gnu.org>
6336
6337 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
6338 cause keyboard menus.
6339 (Menu Keymaps): Likewise.
6340 (Defining Menus, Keyboard Menus): Clarify.
6341
6342 * text.texi (Fields): Clarify explanation of constrain-to-field.
6343
63442006-09-16 Eli Zaretskii <eliz@gnu.org>
6345
6346 * variables.texi (Tips for Defining): Fix a typo.
6347
63482006-09-15 Richard Stallman <rms@gnu.org>
6349
6350 * keymaps.texi (Remapping Commands, Searching Keymaps)
6351 (Active Keymaps): Clean up previous change.
6352
63532006-09-15 Jay Belanger <belanger@truman.edu>
6354
6355 * gpl.texi: Replace "Library Public License" by "Lesser Public
6356 License" throughout.
6357
63582006-09-15 David Kastrup <dak@gnu.org>
6359
6360 * keymaps.texi (Active Keymaps): Adapt description to use
6361 `get-char-property' instead `get-text-property'. Explain how
6362 mouse events change this. Explain the new optional argument of
6363 `key-binding' and its mouse-dependent lookup.
6364 (Searching Keymaps): Adapt description similarly.
6365 (Remapping Commands): Explain the new optional argument of
6366 `command-remapping'.
6367
63682006-09-14 Richard Stallman <rms@gnu.org>
6369
6370 * keymaps.texi (Searching Keymaps): Clarification.
6371 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
6372
63732006-09-13 Richard Stallman <rms@gnu.org>
6374
6375 * objects.texi (Character Type): Node split.
6376 Add xref to Describing Characters.
6377 (Basic Char Syntax, General Escape Syntax)
6378 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
6379
63802006-09-11 Richard Stallman <rms@gnu.org>
6381
6382 * display.texi (Display Table Format): Wording clarification.
6383 (Glyphs): Clarifications.
6384
63852006-09-10 Chong Yidong <cyd@stupidchicken.com>
6386
6387 * keymaps.texi (Active Keymaps): Mention that key-binding checks
6388 local maps.
6389
63902006-09-10 Kim F. Storm <storm@cua.dk>
6391
6392 * display.texi (Forcing Redisplay): Document return value of
6393 function redisplay.
6394
63952006-09-09 Richard Stallman <rms@gnu.org>
6396
6397 * windows.texi (Window Hooks): Explain limits of
6398 window-scroll-functions.
6399
6400 * display.texi (Fringe Indicators): Update for last change in
6401 indicate-buffer-boundaries.
6402
64032006-09-08 Richard Stallman <rms@gnu.org>
6404
6405 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
6406
64072006-09-06 Kim F. Storm <storm@cua.dk>
6408
6409 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
6410
6411 * windows.texi (Window Start): Update pos-visible-in-window-p.
6412
64132006-09-04 Richard Stallman <rms@gnu.org>
6414
6415 * processes.texi (Accepting Output): Explain SECONDS=0 for
6416 accept-process-output.
6417
6418 * os.texi (Idle Timers): Explain why timer functions should not
6419 loop until (input-pending-p).
6420
64212006-09-02 Eli Zaretskii <eliz@gnu.org>
6422
6423 * makefile.w32-in (usermanualdir): New variable.
6424 (elisp.dvi): Use it.
6425
64262006-09-01 Eli Zaretskii <eliz@gnu.org>
6427
6428 * buffers.texi (Buffer Modification): Fix last change.
6429
64302006-09-01 Chong Yidong <cyd@stupidchicken.com>
6431
5dcb4c4e
SM
6432 * buffers.texi (Buffer Modification):
6433 Document buffer-chars-modified-tick.
b8d4c8d0
GM
6434
64352006-08-31 Richard Stallman <rms@gnu.org>
6436
6437 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
6438
64392006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
6440
6441 * modes.texi (Syntactic Font Lock):
6442 Mention font-lock-syntactic-face-function
6443 instead of specific faces.
6444
64452006-08-29 Chong Yidong <cyd@stupidchicken.com>
6446
6447 * display.texi (Images): Add xrref to display-images-p.
6448
64492006-08-28 Kenichi Handa <handa@m17n.org>
6450
6451 * nonascii.texi (Lisp and Coding Systems): Fix description of
6452 detect-coding-region.
6453
64542006-08-27 Michael Olson <mwolson@gnu.org>
6455
6456 * processes.texi (Transaction Queues): Remove stray quote
6457 character.
6458
64592006-08-25 Richard Stallman <rms@gnu.org>
6460
6461 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
6462 Add xref.
6463
64642006-08-24 Chong Yidong <cyd@stupidchicken.com>
6465
6466 * os.texi (Timers): Avoid waiting inside timers.
6467
64682006-08-21 Lute Kamstra <lute@gnu.org>
6469
6470 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
6471
64722006-08-20 Richard Stallman <rms@gnu.org>
6473
6474 * os.texi (Idle Timers): New node, split out from Timers.
6475 Document current-idle-time.
6476 * commands.texi (Reading One Event): Update xref.
6477 * elisp.texi (Top): Update subnode menu.
6478
64792006-08-16 Richard Stallman <rms@gnu.org>
6480
6481 * keymaps.texi (Extended Menu Items): Show format of cached
6482 bindings in extended menu items.
6483
6484 * customize.texi (Variable Definitions): Explain when the
6485 standard value expression is evaluated.
6486
64872006-08-15 Chong Yidong <cyd@stupidchicken.com>
6488
6489 * commands.texi (Reading One Event): Explain idleness in
6490 `read-event'.
6491
64922006-08-12 Chong Yidong <cyd@stupidchicken.com>
6493
6494 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 6495 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
6496 relevant for Lisp programming.
6497 (Yank Commands): Rewrite introduction.
6498 (Undo): Clarify.
6499 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
6500 (Filling): Remove redundant comment. Clarify return value of
6501 current-justification.
6502 (Margins): Minor clarifications.
6503 (Adaptive Fill): Update default value of adaptive-fill-regexp.
6504 (Sorting): Update definition of sort-lines.
6505 (Columns): Clarify behavior of sort-columns.
6506 (Indent Tabs): Link to Tab Stops in Emacs manual.
6507 (Special Properties): Clarify.
6508 (Clickable Text): Mention Buttons package.
6509
65102006-08-12 Kevin Ryde <user42@zip.com.au>
6511
6512 * os.texi (Time Parsing): Add %z to description of
6513 format-time-string, as per docstring. Add cross reference to
6514 glibc manual for strftime.
6515
65162006-08-08 Richard Stallman <rms@gnu.org>
6517
6518 * modes.texi: Clean up wording in previous change.
6519
65202006-08-07 Chong Yidong <cyd@stupidchicken.com>
6521
6522 * modes.texi (Hooks): Clarify.
6523 (Major Mode Basics): Mention define-derived-mode explicitly.
6524 (Major Mode Conventions): Rebinding RET is OK for some modes.
6525 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 6526 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
6527 (Mode Line Basics): Clarify.
6528 (Mode Line Data): Mention help-echo and local-map in strings.
6529 Explain reason for treatment of non-risky variables.
6530 (Properties in Mode): Clarify.
6531 (Faces for Font Lock): Add font-lock-negation-char-face.
6532
65332006-08-04 Eli Zaretskii <eliz@gnu.org>
6534
6535 * strings.texi (Formatting Strings): Warn against arbitrary
6536 strings as first arg to `format'.
6537
65382006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
6539
6540 * text.texi (Clickable Text): Mention `help-echo' text property.
6541 Update intro, examples and associated explanations.
6542
65432006-07-31 Richard Stallman <rms@gnu.org>
6544
6545 * commands.texi: Update xrefs.
6546 (Event Mod): New node, cut out from old Translating Input.
6547
6548 * maps.texi: Update xrefs.
6549
6550 * keymaps.texi (Translation Keymaps): New node.
6551 Update xrefs from Translating Input to Translation Keymaps.
6552
6553 * elisp.texi (Top): Update subnode menu.
6554
6555 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
6556
6557 * os.texi (System Interface): Fix menu descriptions of some nodes.
6558 (Translating Input): Node deleted.
6559
65602006-07-31 Nick Roberts <nickrob@snap.net.nz>
6561
6562 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
6563
6564 * lists.texi (Sets And Lists): Likewise.
6565
65662006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
6567
6568 * text.texi (Fields): Mention POS
6569 requirement when narrowing is in effect.
6570
65712006-07-28 Richard Stallman <rms@gnu.org>
6572
6573 * display.texi (Face Attributes): Simplify wording.
6574 (Attribute Functions): Clarify meaning of new-frame default
6575 attribute settings.
6576
6577 * customize.texi (Common Keywords): Document how to use
6578 :package-version in a package not in Emacs.
6579
65802006-07-28 Kim F. Storm <storm@cua.dk>
6581
6582 * commands.texi (Reading One Event): Fix last change.
6583
65842006-07-26 Chong Yidong <cyd@stupidchicken.com>
6585
6586 * commands.texi (Reading One Event): Document SECONDS argument for
6587 read-event, read-char, and read-char-exclusive.
6588
65892006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
6592 to ensure correct identification.
6593
65942006-07-24 Richard Stallman <rms@gnu.org>
6595
6596 * text.texi (Clickable Text): Clarify.
6597
6598 * sequences.texi (Vector Functions): Delete duplicate xref.
6599
6600 * objects.texi (Function Type): Clarify.
6601
6602 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
6603 modes.
6604
6605 * lists.texi (List Variables): New node.
6606 Material moved from other nodes.
6607
6608 * variables.texi (Setting Variables): add-to-list and
6609 add-to-ordered-list moved to List Variables node.
6610
66112006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
6612
6613 * text.texi (Links and Mouse-1):
6614 For mouse-on-link-p, expand on arg POS.
6615
66162006-07-21 Kim F. Storm <storm@cua.dk>
6617
6618 * display.texi (Forcing Redisplay): Don't mention systems which
6619 don't support sub-second timers for redisplay-preemption-period.
6620
6621 * os.texi (Terminal Output): Clarify text vs graphical terminal.
6622
66232006-07-21 Eli Zaretskii <eliz@gnu.org>
6624
6625 * frames.texi (Input Focus): Document that focus-follows-mouse has
6626 no effect on MS-Windows.
6627
66282006-07-18 Richard Stallman <rms@gnu.org>
6629
6630 * display.texi (Forcing Redisplay): Cleanups in previous change.
6631
6632 * processes.texi (Low-Level Network): Make menu more convenient.
6633
66342006-07-18 Kim F. Storm <storm@cua.dk>
6635
6636 * display.texi (Forcing Redisplay): redisplay-preemption-period
6637 only used on window systems. Add xref to Terminal Output.
6638
6639 * os.texi (Terminal Output): baud-rate only controls preemption on
6640 non-window systems. Add xref to Forcing Redisplay.
6641
6642 * processes.texi (Low-Level Network): Rename node "Make Network"
6643 to "Network Processes".
6644
66452006-07-18 Karl Berry <karl@gnu.org>
6646
6647 * variables.texi, functions.texi, customize.texi, loading.texi:
6648 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
6649
66502006-07-17 Chong Yidong <cyd@stupidchicken.com>
6651
6652 * commands.texi (Waiting): Document batch-mode sit-for behavior.
6653
66542006-07-17 Richard Stallman <rms@gnu.org>
6655
6656 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
6657 Put period and comma inside quotes.
6658
6659 * loading.texi, markers.texi: Use real doublequote inside menus.
6660
6661 * windows.texi: Put point and comma inside quotes.
6662 (Textual Scrolling): Use @samp for error message.
6663
6664 * variables.texi, tips.texi, syntax.texi, symbols.texi:
6665 * strings.texi, streams.texi, processes.texi, os.texi:
6666 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
6667 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
6668 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
6669 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
6670 Put point and comma inside quotes.
6671
6672 * control.texi (Processing of Errors): Add command-error-function.
6673
6674 * variables.texi (File Local Variables): Clarify that
6675 file local variables make buffer-local bindings.
6676
6677 * modes.texi (Syntactic Font Lock): Give default for
6678 font-lock-syntax-table.
6679
66802006-07-17 Nick Roberts <nickrob@snap.net.nz>
6681
6682 * text.texi (Special Properties): Clean up previous change.
6683
66842006-07-16 Karl Berry <karl@gnu.org>
6685
6686 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
6687 * control.texi: Fix bad page breaks through chapter 10 (control).
6688
6689 * anti.texi (Antinews): Reorder face-attribute fns to avoid
6690 underfull hbox.
6691
66922006-07-15 Nick Roberts <nickrob@snap.net.nz>
6693
6694 * text.texi (Special Properties): Describe fontified text property
6695 in relation to a character (not text).
6696
66972006-07-15 Kim F. Storm <storm@cua.dk>
6698
6699 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
6700 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
6701 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
6702
6703 * anti.texi (Antinews): Mention redisplay function.
6704 The kbd macro existed, but was not documented, before 22.x.
6705 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
6706
67072006-07-14 Nick Roberts <nickrob@snap.net.nz>
6708
6709 * display.texi (Displaying Messages): Add anchor.
6710
6711 * frames.texi (Dialog Boxes): Use it.
6712
67132006-07-12 Richard Stallman <rms@gnu.org>
6714
6715 * objects.texi (Frame Type): Explain nature of frames better.
6716
6717 * frames.texi (Frames): Explain nature of frames better.
6718
67192006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
6720
6721 * tips.texi (Coding Conventions): Explain why use cl at compile time.
6722
67232006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6724
6725 * frames.texi (Window System Selections): Mention scrap support for Mac.
6726 Default value of x-select-enable-clipboard is t on Mac.
6727
6728 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
6729
67302006-07-11 Kim F. Storm <storm@cua.dk>
6731
6732 * display.texi (Forcing Redisplay): Add `redisplay' function.
6733 Don't mention (sit-for -1) -- use (redisplay t) instead.
6734
6735 * commands.texi (Waiting): (sit-for -1) is no longer special.
6736 (sit-for 0) is equivalent to (redisplay).
6737 Iconifying/deiconifying no longer makes sit-for return.
6738
67392006-07-10 Nick Roberts <nickrob@snap.net.nz>
6740
6741 * display.texi (Buttons): Fix typo.
6742
6743 * index.texi, elisp.texi (New Symbols): Comment node out.
6744
67452006-07-09 Richard Stallman <rms@gnu.org>
6746
6747 * display.texi (Truncation): Clean up previous change.
6748
67492006-07-08 Richard Stallman <rms@gnu.org>
6750
6751 * commands.texi (Interactive Call): Use 3 as prefix in example
6752 for execute-extended-command.
6753
6754 * display.texi (Attribute Functions): Move paragraph about
6755 compatibility with Emacs < 21.
6756
67572006-07-09 Kim F. Storm <storm@cua.dk>
6758
6759 * display.texi (Refresh Screen): Clarify force-window-update.
6760 (Truncation): "Normally" indicated by fringe arrows.
6761
67622006-07-08 Eli Zaretskii <eliz@gnu.org>
6763
6764 * windows.texi (Textual Scrolling, Resizing Windows):
6765 * variables.texi (Constant Variables):
6766 * text.texi (Buffer Contents, Deletion, Changing Properties)
6767 (Property Search, Special Properties, Sticky Properties)
6768 (Links and Mouse-1, Fields, Change Hooks):
6769 * syntax.texi (Syntax Table Functions, Parsing Expressions)
6770 (Categories):
6771 * symbols.texi (Other Plists):
6772 * streams.texi (Output Variables):
6773 * processes.texi (Input to Processes, Query Before Exit):
6774 * positions.texi (Word Motion, Text Lines, List Motion):
6775 * os.texi (Init File, System Environment, Sound Output)
6776 (Session Management):
6777 * nonascii.texi (Text Representations, Character Sets)
6778 (Chars and Bytes, Locales):
6779 * modes.texi (Defining Minor Modes, Header Lines):
6780 * minibuf.texi (Minibuffer Contents):
6781 * markers.texi (Information from Markers):
6782 * lists.texi (List Elements, Building Lists, Association Lists):
6783 * keymaps.texi (Tool Bar):
6784 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
6785 * functions.texi (What Is a Function, Mapping Functions):
6786 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
6787 (Color Names, Text Terminal Colors, Display Feature Testing):
6788 * files.texi (Visiting Functions, File Name Components)
6789 (Unique File Names, Contents of Directories):
6790 * display.texi (Forcing Redisplay, Displaying Messages)
6791 (Temporary Displays, Font Selection, Auto Faces)
6792 (Font Lookup, Fringe Indicators, Display Margins)
6793 (Image Descriptors, Showing Images, Image Cache, Button Types)
6794 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
6795 (Display Table Format, Glyphs):
6796 * control.texi (Iteration):
6797 * commands.texi (Command Loop Info, Adjusting Point):
6798 * backups.texi (Making Backups, Auto-Saving):
6799 Remove @tindex entries.
6800
68012006-07-07 Kim F. Storm <storm@cua.dk>
6802
6803 * display.texi (Fringe Cursors): Fix typo.
6804 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
6805 (Overlay Arrow): Default is overlay-arrow fringe indicator.
6806
68072006-07-05 Richard Stallman <rms@gnu.org>
6808
6809 * text.texi (Buffer Contents): Add example of text props
6810 in result of buffer-substring.
6811 (Text Properties): Explain better about use of specific property names.
6812 (Property Search): Some cleanups; reorder some functions.
6813
6814 * keymaps.texi (Changing Key Bindings): Cleanup.
6815 Add xref to Key Binding Conventions.
6816
6817 * display.texi (Attribute Functions): Add examples for
6818 face-attribute-relative-p.
6819
6820 * tips.texi (Coding Conventions): Cleanup last change.
6821
68222006-07-05 Karl Berry <karl@gnu.org>
6823
6824 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
6825 Remove @setchapternewpage odd.
6826 Result is 1013 pages, down from 1100.
6827
6828 * anti.texi, customize.texi, display.texi, internals.texi:
6829 * minibuf.texi, modes.texi, tips.texi:
6830 Fix overfull/underfull boxes.
6831
68322006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6833
6834 * edebug.texi (Instrumenting):
6835 Add Edebug-specific findex for eval-buffer.
6836 * loading.texi (Loading):
6837 Replace eval-current-buffer with eval-buffer.
6838
68392006-06-30 Nick Roberts <nickrob@snap.net.nz>
6840
6841 * locals.texi (Standard Buffer-Local Variables): Update the list
6842 of variables.
6843
68442006-06-26 Nick Roberts <nickrob@snap.net.nz>
6845
6846 * files.texi (File Name Completion): Point user to the node
6847 "Reading File Names".
6848
68492006-06-24 Eli Zaretskii <eliz@gnu.org>
6850
6851 * files.texi (Contents of Directories): Document case-insensitive
6852 behavior on respective filesystems.
6853
6854 * objects.texi (Character Type): Document that Emacs signals an
6855 error for unsupported Unicode characters specified as \uNNNN.
6856
68572006-06-19 Richard Stallman <rms@gnu.org>
6858
6859 * processes.texi (Bindat Spec): Clarify previous change.
6860
68612006-06-16 Richard Stallman <rms@gnu.org>
6862
6863 * tips.texi (Coding Conventions): Better explain conventions
6864 for definition constructs.
6865
6866 * text.texi (Special Properties): String value of `read-only'
6867 serves as the error message.
6868
6869 * objects.texi (Character Type): Clarify prev. change.
6870 (Non-ASCII in Strings): Mention \u and \U.
6871
6872 * commands.texi (Using Interactive): Explain problem of
6873 markers, etc., in command-history.
6874
68752006-06-14 Kim F. Storm <storm@cua.dk>
6876
6877 * commands.texi (Waiting): Negative arg to sit-for forces
6878 redisplay even if input is pending.
6879
6880 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
6881 redisplay. Remove incorrect example of binding redisplay-dont-pause
6882 around (sit-for 0).
6883
68842006-06-13 Richard Stallman <rms@gnu.org>
6885
6886 * display.texi (Forcing Redisplay): Clarify previous change.
6887
68882006-06-13 Romain Francoise <romain@orebokech.com>
6889
6890 * display.texi (Forcing Redisplay): Fix typo.
6891
68922006-06-13 Kim F. Storm <storm@cua.dk>
6893
6894 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
6895
68962006-06-10 Luc Teirlinck <teirllm@auburn.edu>
6897
6898 * tips.texi (Coding Conventions): Add `@end itemize'.
6899
69002006-06-10 Richard Stallman <rms@gnu.org>
6901
6902 * tips.texi (Coding Conventions): Explain use of coding systems
6903 to ensure one decoding for strings.
6904
69052006-06-09 Aidan Kehoe <kehoea@parhasard.net>
6906
6907 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
6908 syntax.
6909
69102006-06-07 Eli Zaretskii <eliz@gnu.org>
6911
6912 * display.texi (Font Selection): Remove description of
6913 clear-face-cache.
6914
6915 * compile.texi (Eval During Compile): Fix a typo. Add index
6916 entries for possible uses of eval-when-compile.
6917
69182006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
6919
6920 * display.texi (Abstract Display): Fix typo.
6921
69222006-06-03 Eli Zaretskii <eliz@gnu.org>
6923
6924 * minibuf.texi (Minibuffer History) <history-add-new-input>:
6925 Reword variable's description.
6926
69272006-06-01 Richard Stallman <rms@gnu.org>
6928
6929 * windows.texi (Splitting Windows): Clarify splitting nonselected
6930 window.
6931
69322006-05-31 Juri Linkov <juri@jurta.org>
6933
6934 * minibuf.texi (Minibuffer History): Add history-add-new-input.
6935
69362006-05-30 Richard Stallman <rms@gnu.org>
6937
6938 * display.texi (Line Height): Fix errors in description of
10d1d0af 6939 default line height and line-height property.
b8d4c8d0
GM
6940
6941 * nonascii.texi (Default Coding Systems): Further clarification.
6942
69432006-05-29 Luc Teirlinck <teirllm@auburn.edu>
6944
6945 * internals.texi (Pure Storage): Mention that an overflow in pure
6946 space causes a memory leak.
6947 (Garbage Collection): If there was an overflow in pure space,
6948 `garbage-collect' returns nil.
6949
69502006-05-30 Eli Zaretskii <eliz@gnu.org>
6951
6952 * nonascii.texi (Default Coding Systems): Fix it some more.
6953
69542006-05-29 Eli Zaretskii <eliz@gnu.org>
6955
6956 * nonascii.texi (Default Coding Systems): Fix last change.
6957
69582006-05-29 Kenichi Handa <handa@m17n.org>
6959
6960 * nonascii.texi (find-operation-coding-system): Describe the new
6961 argument format (FILENAME . BUFFER).
6962
69632006-05-28 Richard Stallman <rms@gnu.org>
6964
6965 * tips.texi (Coding Conventions): Better explain reasons not to
6966 advise other packages or use `eval-after-load'.
6967
69682006-05-29 Kim F. Storm <storm@cua.dk>
6969
6970 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
6971 `bindat-idx' and `bindat-raw' for clarity.
6972
69732006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6974
6975 * processes.texi (Bindat Spec): Expand on `repeat' handler.
6976
6977 * display.texi (Display): Add "Abstract Display" to menu.
6978 (Abstract Display, Abstract Display Functions)
6979 (Abstract Display Example): New nodes.
6980 * elisp.texi (Top): Add "Abstract Display" to menu.
6981
69822006-05-27 Chong Yidong <cyd@stupidchicken.com>
6983
6984 * keymaps.texi (Key Sequences): Link to input events definition.
6985 (Format of Keymaps): Delete material duplicated in Keymap Basics.
6986
6987 * files.texi (Changing Files): Document updated argument list for
6988 copy-file.
6989
69902006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6991
6992 * processes.texi (Bindat Functions): Explain term "total length".
6993 Use it in bindat-length and bindat-pack descriptions.
6994
69952006-05-26 Eli Zaretskii <eliz@gnu.org>
6996
6997 * tips.texi (Coding Conventions): Advise against using
6998 eval-after-load in packages. Add an index entry.
6999
70002006-05-25 Juri Linkov <juri@jurta.org>
7001
7002 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
7003
7004 * modes.texi (%-Constructs): Add %e, %z, %Z.
7005
70062006-05-25 Richard Stallman <rms@gnu.org>
7007
7008 * elisp.texi (Top): Update subnode menu.
7009
7010 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
7011 (Keymaps): Update menu.
7012
70132006-05-25 Chong Yidong <cyd@stupidchicken.com>
7014
7015 * keymaps.texi (Key Sequences): Some clarifications.
7016
70172006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7018
7019 * processes.texi (Bindat Functions): Say "unibyte string"
7020 explicitly for bindat-unpack and bindat-pack descriptions.
7021 (Bindat Examples): Don't call `string-make-unibyte' in example.
7022
70232006-05-25 Chong Yidong <cyd@stupidchicken.com>
7024
5dcb4c4e 7025 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 7026 Explain string and vector representations of key sequences.
b8d4c8d0
GM
7027
7028 * keymaps.texi (Changing Key Bindings):
dd7b651b 7029 * commands.texi (Interactive Codes):
b8d4c8d0
GM
7030 * help.texi (Describing Characters): Refer to it.
7031
70322006-05-23 Luc Teirlinck <teirllm@auburn.edu>
7033
7034 * frames.texi (Pointer Shape): @end table -> @end defvar.
7035
70362006-05-22 Richard Stallman <rms@gnu.org>
7037
7038 * elisp.texi (Top): Update subnode menus.
7039
7040 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
7041 Contents rewritten; material from old Pointer Shape node moved here.
7042
7043 * display.texi (Pointer Shape): Node deleted.
7044 (Image Descriptors): Minor cleanup.
7045
70462006-05-21 Richard Stallman <rms@gnu.org>
7047
7048 * syntax.texi (Parsing Expressions): Update info on which STATE
7049 elements are ignored.
7050
70512006-05-19 Luc Teirlinck <teirllm@auburn.edu>
7052
7053 * hooks.texi (Standard Hooks): Correct typo.
7054
7055 * gpl.texi (GPL): ifinfo -> ifnottex.
7056
70572006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
7058
7059 * searching.texi (Simple Match Data): Warn about match data being
7060 set anew by every search.
7061
70622006-05-17 Richard Stallman <rms@gnu.org>
7063
7064 * minibuf.texi (Minibuffer History): Clarify.
7065
7066 * searching.texi (Regexp Special): Clarify nested regexp warning.
7067
70682006-05-16 Kim F. Storm <storm@cua.dk>
7069
7070 * minibuf.texi (Minibuffer History): Update add-to-history.
7071
70722006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
7073
5dcb4c4e
SM
7074 * nonascii.texi (Explicit Encoding):
7075 Fix typo (encoding<->decoding).
b8d4c8d0
GM
7076
70772006-05-14 Richard Stallman <rms@gnu.org>
7078
7079 * buffers.texi (Creating Buffers): Cleanup.
7080
7081 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
7082
70832006-05-13 Eli Zaretskii <eliz@gnu.org>
7084
7085 * buffers.texi (Current Buffer): Document that with-temp-buffer
7086 disables undo.
7087
7088 * os.texi (Terminal-Specific): More accurate description of how
7089 Emacs searches for the terminal-specific libraries.
7090
70912006-05-12 Eli Zaretskii <eliz@gnu.org>
7092
7093 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
7094 emacs-xtra to @inforef's.
7095
7096 * text.texi (Undo): Document that undo is turned off in buffers
7097 whose names begin with a space.
7098
7099 * buffers.texi (Buffer Names): Add index entries for buffers whose
7100 names begin with a space.
7101 (Creating Buffers): Document that undo is turned off in buffers
7102 whose names begin with a space.
7103
7104 * files.texi (Visiting Functions, Reading from Files)
7105 (Saving Buffers): Mention code and EOL conversions by file I/O
7106 primitives and subroutines.
7107
f4e90db0
SM
7108 * nonascii.texi (Lisp and Coding Systems):
7109 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
7110
7111 * display.texi (Defining Faces): Mention `mac', and add an xref to
7112 where window-system is described.
7113
71142006-05-10 Richard Stallman <rms@gnu.org>
7115
7116 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
7117
71182006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7119
7120 * variables.texi (File Local Variables): Recommend to quote lambda
7121 expressions in safe-local-variable property.
7122
71232006-05-09 Richard Stallman <rms@gnu.org>
7124
5dcb4c4e
SM
7125 * variables.texi (File Local Variables):
7126 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
7127
71282006-05-07 Kim F. Storm <storm@cua.dk>
7129
7130 * minibuf.texi (Minibuffer History): Remove keep-dups arg
7131 from add-to-history.
7132
71332006-05-07 Romain Francoise <romain@orebokech.com>
7134
7135 * commands.texi (Event Input Misc):
7136 * compile.texi (Eval During Compile):
7137 * internals.texi (Buffer Internals):
7138 * minibuf.texi (Initial Input):
7139 * nonascii.texi (Scanning Charsets):
7140 * numbers.texi (Comparison of Numbers):
7141 * windows.texi (Textual Scrolling, Vertical Scrolling):
7142 Fix various typos.
7143
71442006-05-06 Eli Zaretskii <eliz@gnu.org>
7145
7146 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
7147 conditional xref's to either emacs or emacs-xtra, depending on
7148 @iftex/@ifnottex.
7149
7150 * minibuf.texi (Minibuffer History): Document add-to-history.
7151
71522006-05-05 Eli Zaretskii <eliz@gnu.org>
7153
7154 * internals.texi (Pure Storage): Mention the pure overflow message
7155 at startup.
7156
c8763fb6 71572006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
7158
7159 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
7160 (Searching Keymaps): Fix pseudo-Lisp description of keymap
7161 search.
7162
71632006-05-01 Richard Stallman <rms@gnu.org>
7164
7165 * intro.texi (nil and t): Clarify.
7166
7167 * variables.texi (File Local Variables): Suggest using booleanp.
7168
71692006-05-01 Juanma Barranquero <lekktu@gmail.com>
7170
7171 * objects.texi (Type Predicates): Fix typos.
7172
71732006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7174
7175 * intro.texi (nil and t): Add booleanp.
7176
7177 * objects.texi (Type Predicates): Add links for booleanp and
7178 string-or-null-p.
7179
71802006-04-29 Richard Stallman <rms@gnu.org>
7181
7182 * modes.texi (Multiline Font Lock): Rename from
7183 Multi line Font Lock Elements. Much clarification.
7184 (Font Lock Multiline, Region to Fontify): Much clarification.
7185
71862006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7187
7188 * variables.texi (File Local Variables): Remove the special case t for
7189 safe-local-variable.
7190
71912006-04-26 Richard Stallman <rms@gnu.org>
7192
7193 * syntax.texi (Parsing Expressions): Minor cleanup.
7194
71952006-04-18 Richard Stallman <rms@gnu.org>
7196
7197 * tips.texi (Coding Conventions): Explain when the package's
7198 prefix should appear later on (not at the start of the name).
7199
7200 * searching.texi (String Search): Clarify effect of NOERROR.
7201
7202 * modes.texi (Imenu): Clarify what special items do.
7203
7204 * hooks.texi (Standard Hooks): Delete text about old hook names.
7205
72062006-04-17 Romain Francoise <romain@orebokech.com>
7207
7208 * variables.texi (Local Variables): Update the default value of
7209 `max-specpdl-size'.
7210
72112006-04-15 Michael Olson <mwolson@gnu.org>
7212
7213 * processes.texi (Transaction Queues): Mention the new optional
7214 `delay-question' argument for `tq-enqueue'.
7215
72162006-04-13 Bill Wohler <wohler@newt.com>
7217
7218 * customize.texi (Common Keywords): Use dotted notation for
7219 :package-version value. Specify its values. Improve documentation
7220 for customize-package-emacs-version-alist.
7221
72222006-04-12 Bill Wohler <wohler@newt.com>
7223
7224 * customize.texi (Common Keywords): Move description of
7225 customize-package-emacs-version-alist to @defvar.
7226
72272006-04-10 Bill Wohler <wohler@newt.com>
7228
7229 * customize.texi (Common Keywords): Add :package-version.
7230
72312006-04-10 Kim F. Storm <storm@cua.dk>
7232
7233 * text.texi (Buffer Contents): Add NOPROPS arg to
7234 filter-buffer-substring.
7235
72362006-04-08 Kevin Ryde <user42@zip.com.au>
7237
7238 * os.texi (Command-Line Arguments): Update xref to emacs manual
7239 "Command Arguments" -> "Emacs Invocation", per change there.
7240
72412006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
7242
7243 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7244 be on one line to help makeinfo not render two spaces after the dot.
7245
72462006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7247
7248 * strings.texi (Predicates for Strings): Add string-or-null-p.
7249
72502006-03-28 Kim F. Storm <storm@cua.dk>
7251
7252 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7253 remarks about systems that don't support fractional seconds.
7254
72552006-03-25 Karl Berry <karl@gnu.org>
7256
7257 * elisp.texi: Use @copyright{} instead of (C), and do not indent
7258 the year list.
7259
72602006-03-21 Nick Roberts <nickrob@snap.net.nz>
7261
7262 * display.texi (Fringe Indicators): Fix typos.
7263
72642006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7265
7266 * tips.texi (Documentation Tips): One can now also write `program'
7267 in front of a quoted symbol in a docstring to prevent making a
7268 hyperlink.
7269
72702006-03-19 Alan Mackenzie <acm@muc.de>
7271
7272 * text.texi (Special Properties): Clarify `fontified' property.
7273
72742006-03-16 Richard Stallman <rms@gnu.org>
7275
7276 * display.texi (Defining Images): Minor cleanup.
7277
72782006-03-16 Bill Wohler <wohler@newt.com>
7279
7280 * display.texi (Defining Images): In image-load-path-for-library,
7281 prefer user's images.
7282
72832006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7284
7285 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7286
72872006-03-15 Bill Wohler <wohler@newt.com>
7288
7289 * display.texi (Defining Images): Fix example in
7290 image-load-path-for-library by not recommending that one binds
7291 image-load-path. Just defvar it to placate compiler and only use
7292 it if previously defined.
7293
72942006-03-14 Bill Wohler <wohler@newt.com>
7295
7296 * display.texi (Defining Images): In image-load-path-for-library,
7297 always return list of directories. Update example.
7298
72992006-03-14 Alan Mackenzie <acm@muc.de>
7300
7301 * modes.texi: New node, "Region to Fontify" (for Font Lock).
7302 This describes font-lock-extend-region-function.
7303 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7304 the new node "Region to Fontify".
7305
73062006-03-13 Richard Stallman <rms@gnu.org>
7307
7308 * display.texi (Invisible Text): The impossible position is
7309 now before the invisible text, not after.
7310 (Defining Images): Clean up last change.
7311
73122006-03-11 Bill Wohler <wohler@newt.com>
7313
7314 * display.texi (Defining Images): Add image-load-path-for-library.
7315
73162006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7317
7318 * text.texi (Adaptive Fill): Fix Texinfo usage.
7319
7320 * strings.texi (Creating Strings): Fix Texinfo usage.
7321
7322 * searching.texi (Regexp Special): Use @samp for regular
7323 expressions that are not in Lisp syntax.
7324
73252006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7326
7327 * searching.texi (Regexp Special): Put remark between parentheses
7328 to avoid misreading.
7329
73302006-03-07 Luc Teirlinck <teirllm@auburn.edu>
7331
7332 * searching.texi (Syntax of Regexps): More accurately describe
7333 which characters are special in which situations.
7334 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
7335 are not special. Describe in detail when `[' and `]' are special.
7336 (Regexp Backslash): Plenty of regexps with unbalanced square
7337 brackets are valid, so reword that statement.
7338
73392006-03-02 Kim F. Storm <storm@cua.dk>
7340
7341 * keymaps.texi (Tool Bar): Add tool-bar-border.
7342
73432006-02-28 Luc Teirlinck <teirllm@auburn.edu>
7344
7345 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
7346
73472006-02-27 Luc Teirlinck <teirllm@auburn.edu>
7348
7349 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
7350
7351 * files.texi (Locating Files): Suggest additional values for the
7352 SUFFIXES arg of `locate-file'. Update pxref.
7353
7354 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
7355 (How Programs Do Loading): Discuss the effects of Auto Compression
7356 mode on `load'.
7357 (Load Suffixes): New node.
7358 (Library Search): Delete description of `load-suffixes'; it was
7359 moved to "Load Suffixes".
7360 (Autoload, Named Features): Mention `load-suffixes'.
7361
73622006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7363
7364 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
7365
7366 * windows.texi (Window Tree): Fix typo.
7367
73682006-02-20 Kim F. Storm <storm@cua.dk>
7369
7370 * display.texi (Fringe Indicators): New section.
7371 Move indicate-empty-lines, indicate-buffer-boundaries, and
7372 default-indicate-buffer-boundaries here.
7373 Add fringe-indicator-alist and default-fringes-indicator-alist.
7374 Add list of logical fringe indicator symbols.
7375 Update list of standard bitmap names.
7376 (Fringe Cursors): New section.
7377 Move overflow-newline-into-fringe here.
7378 Add fringe-cursor-alist and default-fringes-cursor-alist.
7379 Add list of fringe cursor symbols.
7380
73812006-02-20 Juanma Barranquero <lekktu@gmail.com>
7382
7383 * commands.texi (Using Interactive): Fix reference to node
7384 "Minibuffers".
7385
73862006-02-19 Richard M. Stallman <rms@gnu.org>
7387
7388 * minibuf.texi (High-Level Completion):
7389 Add xref to read-input-method-name.
7390
7391 * files.texi (Relative File Names): Move file-relative-name here.
7392 (File Name Expansion): From here. Minor clarifications.
7393
7394 * commands.texi (Using Interactive): Add xrefs about reading input.
7395 Clarify remarks about that moving point and mark.
7396 Put string case before list case.
7397
c8763fb6 73982006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
7399
7400 * display.texi (Other Display Specs, Image Descriptors):
7401 Revert erroneous changes. The previous description of
7402 image-descriptors as `(image . PROPS)' was correct.
7403
74042006-02-14 Richard M. Stallman <rms@gnu.org>
7405
7406 * variables.texi (File Local Variables): Clarifications.
7407
74082006-02-14 Juanma Barranquero <lekktu@gmail.com>
7409
7410 * variables.texi (File Local Variables): Use @code for a cons
7411 cell, not @var.
7412
74132006-02-13 Chong Yidong <cyd@stupidchicken.com>
7414
7415 * variables.texi (File Local Variables): Document new file local
7416 variable behavior.
7417
74182006-02-10 Kim F. Storm <storm@cua.dk>
7419
7420 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
7421
74222006-02-08 Juanma Barranquero <lekktu@gmail.com>
7423
7424 * modes.texi (%-Constructs): Remove obsolete info about
7425 `global-mode-string'.
7426
74272006-02-07 Richard M. Stallman <rms@gnu.org>
7428
7429 * commands.texi (Prefix Command Arguments): Minor cleanup.
7430
7431 * display.texi: "Graphical display", not window system.
7432
7433 * functions.texi (What Is a Function): Fix xref.
7434
7435 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
7436 (Changing Key Bindings): Clarify when remapping is better than
7437 substitute-key-definition.
7438
74392006-02-02 Richard M. Stallman <rms@gnu.org>
7440
7441 * minibuf.texi (Basic Completion): Completion alists are risky.
7442
7443 * keymaps.texi (Active Keymaps): Clarifications.
7444 (Searching Keymaps): New node.
7445 (Keymaps): Update menu.
7446
7447 * frames.texi (Layout Parameters): Minor clarification.
7448 (Drag and Drop): New node.
7449 (Frames): Update menu.
7450
74512006-01-29 Chong Yidong <cyd@stupidchicken.com>
7452
7453 * display.texi (Other Display Specs, Image Descriptors):
7454 Image description is a list, not a cons cell.
7455
74562006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7457
7458 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
7459 list is not necessarily a list).
7460
74612006-01-27 Eli Zaretskii <eliz@gnu.org>
7462
7463 * frames.texi (Layout Parameters): border-width and
7464 internal-border-width belong to the frame, not the window.
7465
74662006-01-19 Richard M. Stallman <rms@gnu.org>
7467
7468 * nonascii.texi (Translation of Characters): Search cmds use
7469 translation-table-for-input. Automatically made local.
7470
7471 * markers.texi (Overview of Markers): Count insertion type
7472 as one of a marker's attributes.
7473
7474 * keymaps.texi (Controlling Active Maps): New node, split out of
7475 Active Keymaps.
7476 (Keymaps): Menu updated.
7477 (Active Keymaps): Give pseudocode to explain how the active
7478 maps are searched. current-active-maps and key-binding moved here.
7479 (Functions for Key Lookup): current-active-maps and key-binding moved.
7480 Clarifications.
7481 (Searching the Keymaps): New subnode.
7482
7483 * elisp.texi (Top): Menu clarification.
7484
7485 * display.texi (Other Display Specs): Delete duplicate entry for
7486 just a string as display spec. Move text about recursive display
7487 specs on such a string.
7488
7489 * commands.texi (Key Sequence Input): Clarify.
7490 Move num-nonmacro-input-events out.
7491 (Reading One Event): num-nonmacro-input-events moved here.
7492
74932006-01-14 Nick Roberts <nickrob@snap.net.nz>
7494
7495 * advice.texi (Simple Advice): Update example to fit argument
7496 change in previous-line.
7497
74982006-01-05 Richard M. Stallman <rms@gnu.org>
7499
7500 * markers.texi (The Mark): Fix in `mark'.
7501
75022006-01-04 Richard M. Stallman <rms@gnu.org>
7503
7504 * processes.texi (Misc Network, Make Network): Minor cleanups.
7505
75062006-01-04 Kim F. Storm <storm@cua.dk>
7507
7508 * processes.texi (Make Network): Add IPv6 addresses and handling.
7509 (Network Feature Testing): Mention (:family ipv6).
7510 (Misc Network): Add IPv6 formats to format-network-address.
7511
75122005-12-30 Richard M. Stallman <rms@gnu.org>
7513
7514 * text.texi (Changing Properties):
7515 Don't use return value of set-text-properties.
7516
75172005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7518
7519 * modes.texi (Mode Line Format): Correct typo in menu.
7520
75212005-12-29 Richard M. Stallman <rms@gnu.org>
7522
7523 * modes.texi (Mode Line Top): New node.
7524 (Mode Line Data): Some text moved to new node.
7525 Explain the data structure more concretely.
7526 (Mode Line Basics): Clarifications.
7527 (Mode Line Variables): Clarify intro paragraph.
7528 (%-Constructs): Clarify intro paragraph.
7529 (Mode Line Format): Update menu.
7530
75312005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7532
7533 * minibuf.texi (Basic Completion): Update lazy-completion-table
7534 examples for removal of ARGS argument.
7535
75362005-12-23 Richard M. Stallman <rms@gnu.org>
7537
7538 * text.texi (Undo): Restore some explanation from the version
7539 that was deleted.
7540
75412005-12-23 Eli Zaretskii <eliz@gnu.org>
7542
7543 * text.texi (Undo): Remove duplicate descriptions of `apply
7544 funname' and `apply delta' elements of the undo list.
7545
75462005-12-20 Richard M. Stallman <rms@gnu.org>
7547
7548 * help.texi (Help Functions): Update documentation of `apropos'.
7549
75502005-12-20 Luc Teirlinck <teirllm@auburn.edu>
7551
7552 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
7553 because it is confusing. If the :help-echo keyword is a function,
7554 it is not directly used as the :help-echo overlay property, as the
7555 xref seems to suggest (it does not take the appropriate args).
7556
75572005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7558
7559 * customize.texi (Common Keywords): Fix Texinfo usage.
7560 (Group Definitions, Variable Definitions): Update for new
7561 conventions for using `*' in docstrings.
7562
7563 * tips.texi (Documentation Tips): Update for new conventions for
7564 using `*' in docstrings.
7565
75662005-12-16 Richard M. Stallman <rms@gnu.org>
7567
7568 * minibuf.texi (Minibuffer Contents): Minor cleanup.
7569
75702005-12-16 Juri Linkov <juri@jurta.org>
7571
7572 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
7573
75742005-12-14 Romain Francoise <romain@orebokech.com>
7575
7576 * modes.texi (Customizing Keywords): Rename `append' to `how'.
7577 Fix typo.
7578
75792005-12-11 Juri Linkov <juri@jurta.org>
7580
7581 * minibuf.texi (Completion Commands): Add mention of read-file-name
7582 for filename completion keymaps.
7583 (Reading File Names): Add mention of filename completion keymaps
7584 for read-file-name and xref to `Completion Commands'.
7585
75862005-12-10 Richard M. Stallman <rms@gnu.org>
7587
7588 * customize.texi (Common Keywords): State caveats for use of :tag.
7589
75902005-12-08 Richard M. Stallman <rms@gnu.org>
7591
7592 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
7593 with xrefs and better explanation.
7594 (Completion Commands): Add the filename completion maps.
7595
7596 * objects.texi (Character Type): Clarify that \s is not space
7597 if a dash follows.
7598
75992005-12-05 Richard M. Stallman <rms@gnu.org>
7600
7601 * windows.texi (Resizing Windows): Delete preserve-before args.
7602
76032005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7604
7605 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
7606 in full keymaps, since the quirk has been fixed.
7607
76082005-12-03 Eli Zaretskii <eliz@gnu.org>
7609
5dcb4c4e
SM
7610 * hooks.texi (Standard Hooks): Add index entries.
7611 Mention `compilation-finish-functions'.
b8d4c8d0
GM
7612
76132005-11-27 Richard M. Stallman <rms@gnu.org>
7614
7615 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
7616
76172005-11-21 Juri Linkov <juri@jurta.org>
7618
7619 * customize.texi (Common Keywords): Update links types
7620 custom-manual and url-link. Add link types emacs-library-link,
7621 file-link, function-link, variable-link, custom-group-link.
7622
76232005-11-20 Chong Yidong <cyd@stupidchicken.com>
7624
7625 * display.texi: Revert 2005-11-20 change.
7626
76272005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
7628
7629 * processes.texi (Bindat Functions):
7630 Say "third" to refer to zero-based index "2".
7631
76322005-11-18 Luc Teirlinck <teirllm@auburn.edu>
7633
7634 * loading.texi (Library Search): Update the default value of
7635 `load-suffixes'.
7636
76372005-11-17 Chong Yidong <cyd@stupidchicken.com>
7638
7639 * display.texi (Attribute Functions): Mention :ignore-defface.
7640
76412005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7642
7643 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
7644 (Minor Mode Conventions): Mention the use of a hook.
7645
76462005-11-06 Richard M. Stallman <rms@gnu.org>
7647
7648 * files.texi (Magic File Names): find-file-name-handler checks the
7649 `operations' property of the handler.
7650
76512005-11-03 Richard M. Stallman <rms@gnu.org>
7652
7653 * variables.texi (Frame-Local Variables): Small clarification.
7654
76552005-10-29 Chong Yidong <cyd@stupidchicken.com>
7656
7657 * os.texi (Init File): Document ~/.emacs.d/init.el.
7658
76592005-10-29 Richard M. Stallman <rms@gnu.org>
7660
7661 * internals.texi (Garbage Collection): Document memory-full.
7662
76632005-10-28 Bill Wohler <wohler@newt.com>
7664
7665 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
7666 for URLs.
7667
76682005-10-28 Richard M. Stallman <rms@gnu.org>
7669
7670 * minibuf.texi (Completion Commands): Clean up prev change.
7671
76722005-10-26 Kevin Ryde <user42@zip.com.au>
7673
7674 * compile.texi (Eval During Compile): Explain recommended uses
7675 of eval-when-compile and eval-and-compile.
7676
76772005-10-27 Masatake YAMATO <jet@gyve.org>
7678
7679 * minibuf.texi (Completion Commands):
7680 Write about new optional argument for `display-completion-list'.
7681
76822005-10-23 Richard M. Stallman <rms@gnu.org>
7683
7684 * display.texi (Overlay Arrow): Clarify about local bindings of
7685 overlay-arrow-position.
7686
76872005-10-22 Eli Zaretskii <eliz@gnu.org>
7688
7689 * internals.texi (Building Emacs): Fix last change.
7690
76912005-10-22 Richard M. Stallman <rms@gnu.org>
7692
7693 * internals.texi (Building Emacs): Document eval-at-startup.
7694
76952005-10-21 Richard M. Stallman <rms@gnu.org>
7696
7697 * loading.texi (Where Defined): load-history contains abs file names.
7698 symbol-file returns abs file names.
7699
77002005-10-19 Kim F. Storm <storm@cua.dk>
7701
7702 * display.texi (Showing Images): Add max-image-size integer value.
7703
77042005-10-18 Chong Yidong <cyd@stupidchicken.com>
7705
7706 * display.texi (Showing Images): Document max-image-size.
7707
77082005-10-17 Richard M. Stallman <rms@gnu.org>
7709
7710 * commands.texi (Quitting): Minor clarification.
7711
7712 * processes.texi (Sentinels): Clarify about output and quitting.
7713 (Filter Functions): Mention with-local-quit.
7714
77152005-10-17 Juri Linkov <juri@jurta.org>
7716
7717 * buffers.texi (Current Buffer):
7718 * commands.texi (Event Input Misc):
7719 * compile.texi (Eval During Compile, Compiler Errors):
7720 * customize.texi (Group Definitions):
7721 * display.texi (Progress, Defining Faces):
7722 * files.texi (Writing to Files):
7723 * modes.texi (Mode Hooks, Defining Minor Modes):
7724 * streams.texi (Output Functions):
7725 * syntax.texi (Syntax Table Functions):
7726 * text.texi (Change Hooks):
7727 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
7728
7729 * commands.texi (Quitting): Replace arg `forms' with `body' in
7730 `with-local-quit'.
7731
7732 * positions.texi (Excursions): Replace arg `forms' with `body' in
7733 `save-excursion'.
7734
77352005-10-08 Kim F. Storm <storm@cua.dk>
7736
7737 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
7738 Rename manual section accordingly.
7739
77402005-10-04 Kim F. Storm <storm@cua.dk>
7741
7742 * windows.texi (Window Split Tree): New section describing
7743 new function window-split-tree function.
7744
77452005-10-03 Nick Roberts <nickrob@snap.net.nz>
7746
7747 * display.texi (Fringe Size/Pos): Simplify and add detail.
7748
77492005-09-30 Romain Francoise <romain@orebokech.com>
7750
7751 * minibuf.texi (High-Level Completion): Explain that the prompt
7752 given to `read-buffer' should end with a colon and a space.
7753 Update usage examples.
7754
77552005-09-29 Juri Linkov <juri@jurta.org>
7756
7757 * display.texi (Displaying Messages): Rename argument name
7758 `string' to `format-string' in functions `message', `message-box',
7759 `message-or-box'.
7760
77612005-09-26 Chong Yidong <cyd@stupidchicken.com>
7762
7763 * errors.texi (Standard Errors): Correct xrefs.
7764
77652005-09-18 Chong Yidong <cyd@stupidchicken.com>
7766
7767 * display.texi (Defining Images): Update documentation for
7768 `image-load-path'.
7769
77702005-09-17 Richard M. Stallman <rms@gnu.org>
7771
7772 * display.texi (Defining Images): Clean up previous change.
7773
77742005-09-16 Romain Francoise <romain@orebokech.com>
7775
7776 * elisp.texi: Specify GFDL version 1.2.
7777
7778 * doclicense.texi (GNU Free Documentation License): Update to
7779 version 1.2.
7780
77812005-09-15 Chong Yidong <cyd@stupidchicken.com>
7782
7783 * display.texi (Defining Images): Document `image-load-path'.
7784
77852005-09-15 Richard M. Stallman <rms@gnu.org>
7786
7787 * objects.texi (Printed Representation): Minor cleanup.
7788 (Box Diagrams): Minor fix.
7789 (Cons Cell Type): Move (...) index item here.
7790 (Box Diagrams): From here.
7791 (Array Type): Minor fix.
7792 (Type Predicates): Delete index "predicates".
7793 (Hash Table Type): Clarify xref.
7794 (Dotted Pair Notation): Minor fix.
7795
77962005-09-10 Chong Yidong <cyd@stupidchicken.com>
7797
7798 * files.texi (Saving Buffers): Fix typo.
7799
78002005-09-08 Richard M. Stallman <rms@gnu.org>
7801
7802 * tips.texi (Programming Tips): Correct the "default" prompt spec.
7803
78042005-09-08 Chong Yidong <cyd@stupidchicken.com>
7805
7806 * locals.texi (Standard Buffer-Local Variables): Don't include
7807 mode variables for minor modes.
7808 Fix xrefs for buffer-display-count, buffer-display-table,
7809 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
7810 enable-multibyte-characters, fill-column, header-line-format,
7811 left-fringe-width, left-margin, and right-fringe-width.
7812
7813 * hooks.texi (Standard Hooks): All hooks should conform to the
7814 standard naming convention now.
7815 Fix xref for `echo-area-clear-hook'.
7816
7817 * display.texi (Usual Display): Note that indicate-empty-lines and
7818 tab-width are buffer-local.
7819
7820 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
7821
7822 * modes.texi (Mode Help): Note that major-mode is buffer-local.
7823
7824 * nonascii.texi (Encoding and I/O): Note that
7825 buffer-file-coding-system is buffer-local.
7826
7827 * positions.texi (List Motion): Note that defun-prompt-regexp is
7828 buffer-local.
7829
7830 * text.texi (Auto Filling): Note that auto-fill-function is
7831 buffer-local.
7832 (Undo): Note that buffer-undo-list is buffer-local.
7833
5dcb4c4e
SM
7834 * windows.texi (Buffers and Windows):
7835 Document buffer-display-count.
b8d4c8d0
GM
7836
78372005-09-06 Richard M. Stallman <rms@gnu.org>
7838
7839 * tips.texi (Coding Conventions): Sometimes it is ok to put the
7840 package prefix elsewhere than at the start of the name.
7841
78422005-09-03 Richard M. Stallman <rms@gnu.org>
7843
7844 * tips.texi (Programming Tips): Add conventions for minibuffer
7845 questions and prompts.
7846
78472005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
7848
7849 * intro.texi (nil and t): Minor cleanup.
7850 Delete spurious mention of keyword symbols.
7851 (Evaluation Notation): Add index entry.
7852 (A Sample Function Description): Minor cleanup.
7853 (A Sample Variable Description): Not all vars can be set.
7854
78552005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
7856
7857 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
7858
7859 (Insertion): Document precise type of `insert-char' arg COUNT.
7860
78612005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7862
7863 * modes.texi (Other Font Lock Variables): Sync the default of
7864 font-lock-lines-before.
7865
78662005-08-31 Michael Albinus <michael.albinus@gmx.de>
7867
7868 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
7869
78702005-08-29 Richard M. Stallman <rms@gnu.org>
7871
7872 * elisp.texi (Top): Update subnode menu.
7873
7874 * searching.texi (Searching and Matching): Move node.
7875 Rearrange contents and add overall explanation.
7876 (Searching and Case): Move node.
7877 (Searching and Matching): Update menu.
7878
78792005-08-27 Eli Zaretskii <eliz@gnu.org>
7880
7881 * os.texi (Startup Summary): Fix the description of the initial
7882 startup message display.
7883
78842005-08-25 Richard M. Stallman <rms@gnu.org>
7885
7886 * searching.texi (Search and Replace): Add replace-regexp-in-string.
7887
78882005-08-25 Emilio C. Lopes <eclig@gmx.net>
7889
7890 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
7891 `next-overlay-change' example.
7892
78932005-08-22 Juri Linkov <juri@jurta.org>
7894
7895 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
7896 Fix invert-face. Fix args of face-background.
7897
7898 * display.texi (Standard Faces): Delete node.
7899 (Faces): Add xref to `(emacs)Standard Faces'.
7900 (Displaying Faces): Fix xref to `Standard Faces'.
7901
7902 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
7903
79042005-08-20 Alan Mackenzie <acm@muc.de>
7905
7906 * buffers.texi (The Buffer List): Clarify the manipulation of the
7907 buffer list.
7908
79092005-08-14 Richard M. Stallman <rms@gnu.org>
7910
7911 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
7912 a regexp.
7913
79142005-08-11 Richard M. Stallman <rms@gnu.org>
7915
7916 * elisp.texi (Top): Update subnode lists.
7917
7918 * display.texi (Inverse Video): Node deleted.
7919
7920 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
7921 New nodes split out of Coding Conventions.
7922
7923 * searching.texi (Regular Expressions): Document re-builder.
7924
7925 * os.texi (Time Parsing): New node split out of Time Conversion.
7926
7927 * processes.texi (Misc Network, Network Feature Testing)
7928 (Network Options, Make Network): New nodes split out of
7929 Low-Level Network.
7930
79312005-08-09 Richard M. Stallman <rms@gnu.org>
7932
7933 * frames.texi (Geometry): New node, split from Size and Position.
7934 (Frame Parameters): Refer to Geometry.
7935
7936 * buffers.texi (The Buffer List): Fix xrefs.
7937
7938 * windows.texi (Splitting Windows): Fix xref.
7939
7940 * frames.texi (Layout Parameters): Add xref.
7941
7942 * display.texi (Line Height, Scroll Bars): Fix xrefs.
7943
7944 * keymaps.texi (Menu Bar): Fix xref.
7945
7946 * locals.texi (Standard Buffer-Local Variables): Fix xref.
7947
7948 * modes.texi (%-Constructs): Fix xref.
7949
7950 * frames.texi (Window Frame Parameters): Node split up.
7951 (Basic Parameters, Position Parameters, Size Parameters)
7952 (Layout Parameters, Buffer Parameters, Management Parameters)
7953 (Cursor Parameters, Color Parameters): New subnodes.
7954
79552005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7956
7957 * positions.texi (Screen Lines): Update xref for previous change
7958 in minibuf.texi.
7959
7960 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
7961 change in minibuf.texi.
7962
79632005-08-09 Richard M. Stallman <rms@gnu.org>
7964
7965 * tips.texi (Coding Conventions): Minor cleanup.
7966
7967 * modes.texi (Defining Minor Modes): Explain when init-value
7968 can be non-nil.
7969
7970 * elisp.texi (Top): Update submenu for Minibuffer.
7971
7972 * minibuf.texi (Minibuffer Misc): Node split up.
7973 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
7974 (Recursive Mini): New nodes split out from Minibuffer Misc.
7975 (Minibuffer Misc): Document max-mini-window-height.
7976
7977 * hash.texi (Defining Hash): Delete stray paren in example.
7978
7979 * display.texi (Echo Area Customization): Don't define
7980 max-mini-window-height here; xref instead.
7981
7982 * commands.texi (Event Input Misc): Update while-no-input.
7983
7984 * advice.texi (Advising Functions): Explain when to use advice
7985 and when to use a hook.
7986
79872005-07-30 Eli Zaretskii <eliz@gnu.org>
7988
7989 * makefile.w32-in (info): Don't run install-info.
7990 ($(infodir)/dir): New target, produced by running install-info.
7991
79922005-07-27 Luc Teirlinck <teirllm@auburn.edu>
7993
7994 * modes.texi (Defining Minor Modes): The keyword for the initial
7995 value is :init-value, not :initial-value.
7996
79972005-07-23 Eli Zaretskii <eliz@gnu.org>
7998
7999 * loading.texi (Autoload): Make the `doctor' example be consistent
8000 with what's in current loaddefs.el. Describe the "fn" magic in
8001 the usage portion of the doc string.
8002
80032005-07-22 Richard M. Stallman <rms@gnu.org>
8004
8005 * internals.texi (Garbage Collection): Clarify previous change.
8006
80072005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
8008
8009 * internals.texi (Garbage Collection): Add gc-cons-percentage.
8010
80112005-07-18 Juri Linkov <juri@jurta.org>
8012
8013 * commands.texi (Accessing Events):
8014 * frames.texi (Text Terminal Colors, Resources):
8015 * markers.texi (The Mark):
8016 * modes.texi (Defining Minor Modes):
8017 Delete duplicate duplicate words.
8018
80192005-07-16 Richard M. Stallman <rms@gnu.org>
8020
8021 * display.texi (Managing Overlays): Clarify make-overlay
8022 args for insertion types.
8023
80242005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8025
8026 * customize.texi (Variable Definitions):
8027 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
8028 `standard-value' is a list too.
8029 (Defining New Types): Use @key{RET} instead of @key{ret}.
8030
80312005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
8032
8033 * os.texi (Translating Input): Fix typo.
8034
80352005-07-08 Richard M. Stallman <rms@gnu.org>
8036
8037 * README: Update edition number and size estimate.
8038
8039 * elisp.texi (VERSION): Set to 2.9.
8040
80412005-07-07 Richard M. Stallman <rms@gnu.org>
8042
8043 * book-spine.texinfo: Update Emacs version.
8044
8045 * display.texi (Inverse Video): Delete mode-line-inverse-video.
8046
80472005-07-06 Richard M. Stallman <rms@gnu.org>
8048
8049 * searching.texi (Regexp Search): Clarify what re-search-forward
8050 does when the search fails.
8051
80522005-07-05 Lute Kamstra <lute@gnu.org>
8053
8054 * Update FSF's address in GPL notices.
8055
8056 * doclicense.texi (GNU Free Documentation License):
8057 * gpl.texi (GPL):
8058 * tips.texi (Coding Conventions, Library Headers):
8059 * vol1.texi:
8060 * vol2.texi: Update FSF's address.
8061
80622005-07-04 Richard M. Stallman <rms@gnu.org>
8063
8064 * hooks.texi (Standard Hooks): Add occur-hook.
8065
80662005-07-03 Luc Teirlinck <teirllm@auburn.edu>
8067
8068 * display.texi (The Echo Area): Correct menu.
8069
80702005-07-03 Richard M. Stallman <rms@gnu.org>
8071
8072 * elisp.texi (Top): Update subnode menu for Display.
8073
8074 * display.texi (Displaying Messages): New node, with most
8075 of what was in The Echo Area.
5dcb4c4e 8076 (Progress): Move under The Echo Area.
b8d4c8d0
GM
8077 (Logging Messages): New node with new text.
8078 (Echo Area Customization): New node, the rest of what was
8079 in The Echo Area. Document message-truncate-lines with @defvar.
8080 (Display): Update menu.
8081
8082 * windows.texi (Textual Scrolling): Doc 3 values for
8083 scroll-preserve-screen-position.
8084
8085 * text.texi (Special Properties): Change hook functions
8086 should bind inhibit-modification-hooks around altering buffer text.
8087
8088 * keymaps.texi (Key Binding Commands): Call binding BINDING
8089 rather than DEFINITION.
8090
80912005-06-29 Juanma Barranquero <lekktu@gmail.com>
8092
8093 * variables.texi (Defining Variables): `user-variable-p' returns t
8094 for aliases of user options, nil for alias loops.
8095
80962005-06-28 Richard M. Stallman <rms@gnu.org>
8097
8098 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
8099 make-keymap.
8100
81012005-06-27 Luc Teirlinck <teirllm@auburn.edu>
8102
8103 * variables.texi (Setting Variables): Correct and clarify
8104 description of `add-to-ordered-list'.
8105
81062005-06-26 Richard M. Stallman <rms@gnu.org>
8107
8108 * display.texi (Faces): Minor cleanup.
8109
81102005-06-25 Luc Teirlinck <teirllm@auburn.edu>
8111
8112 * display.texi (Faces): `facep' returns t for strings that are
8113 face names.
8114
81152005-06-25 Richard M. Stallman <rms@gnu.org>
8116
8117 * objects.texi (Equality Predicates): Clarify meaning of equal.
8118
8119 * windows.texi (Selecting Windows): save-selected-window
8120 and with-selected-window save and restore the current buffer.
8121
81222005-06-24 Richard M. Stallman <rms@gnu.org>
8123
8124 * numbers.texi (Float Basics): Explain how to test for NaN,
8125 and printing the sign of NaNs.
8126
81272005-06-24 Eli Zaretskii <eliz@gnu.org>
8128
8129 * makefile.w32-in (MAKEINFO): Use --force.
8130
81312005-06-23 Richard M. Stallman <rms@gnu.org>
8132
8133 * display.texi (Face Functions): Correct Texinfo usage.
8134
81352005-06-23 Luc Teirlinck <teirllm@auburn.edu>
8136
8137 * lists.texi (Rings): `ring-elements' now returns the elements of
8138 RING in order.
8139
81402005-06-23 Juanma Barranquero <lekktu@gmail.com>
8141
8142 * markers.texi (The Mark): Texinfo usage fix.
8143
81442005-06-23 Kim F. Storm <storm@cua.dk>
8145
8146 * searching.texi (Entire Match Data): Remove evaporate option for
8147 match-data. Do not mention evaporate option for set-match-data.
8148
81492005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
8150
8151 * display.texi (Face Functions): Mention face aliases.
8152
81532005-06-21 Richard M. Stallman <rms@gnu.org>
8154
8155 * anti.texi (Antinews): Texinfo usage fix.
8156
81572005-06-21 Karl Berry <karl@gnu.org>
8158
8159 * elisp.texi: Use @copying.
8160
8161 * elisp.texi: Put @summarycontents and @contents before the Top
8162 node, instead of the end of the file, so that the contents appear
8163 in the right place in the dvi/pdf output.
8164
81652005-06-21 Juri Linkov <juri@jurta.org>
8166
8167 * display.texi (Defining Faces): Add `customized-face'.
8168
81692005-06-20 Kim F. Storm <storm@cua.dk>
8170
8171 * variables.texi (Setting Variables): Any type of element can be
8172 given order in add-to-ordered-list. Compare elements with eq.
8173
8174 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
8175
81762005-06-20 Karl Berry <karl@gnu.org>
8177
8178 * syntax.texi (Syntax Flags): Make last column very slightly wider
8179 to avoid "generic comment" breaking on two lines and causing an
8180 underfull box.
8181
81822005-06-19 Luc Teirlinck <teirllm@auburn.edu>
8183
8184 * lists.texi (Rings): Various minor clarifications and corrections.
8185
81862005-06-18 Richard M. Stallman <rms@gnu.org>
8187
8188 * functions.texi (Obsolete Functions): Simplify.
8189
8190 * variables.texi (Variable Aliases): Simplify.
8191
8192 * anti.texi, backups.texi, compile.texi, customization.texi:
8193 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
8194 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
8195 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
8196 * variables.texi: Fix formatting ugliness.
8197
8198 * elisp.texi: Add links to Rings and Byte Packing.
8199 Update version and copyright years.
8200
8201 * minibuf.texi: Fix formatting ugliness.
8202 (Completion Commands): Move keymap vars to the end
8203 and vars completing-read binds to the top.
8204
82052005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8206
8207 * processes.texi: Fix typos.
8208 (Bindat Spec): Correct Texinfo error.
8209 (Byte Packing): Fix ungrammatical sentence.
8210
82112005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
8212
8213 * lists.texi (Rings): New node.
8214 (Lists): Add it to menu.
8215
8216 * processes.texi (Byte Packing): New node.
8217 (Processes): Add it to menu.
8218
82192005-06-17 Richard M. Stallman <rms@gnu.org>
8220
8221 * syntax.texi (Parsing Expressions): Fix texinfo usage.
8222
8223 * help.texi (Documentation Basics): Explain the xref to
8224 Documentation Tips.
8225
8226 * debugging.texi (Debugger Commands): Minor fix.
8227
82282005-06-16 Luc Teirlinck <teirllm@auburn.edu>
8229
8230 * edebug.texi (Instrumenting): Eliminate duplicate link.
8231 (Specification List): Replace references to "below", referring to
8232 a later node, with one @ref to that node.
8233
8234 * os.texi (Timers): Timers should save and restore the match data
8235 if they change it.
8236
8237 * debugging.texi (Debugger Commands): Mention that the Lisp
8238 debugger can not step through primitive functions.
8239
82402005-06-16 Juanma Barranquero <lekktu@gmail.com>
8241
8242 * functions.texi (Obsolete Functions): Update argument names of
8243 `make-obsolete' and `define-obsolete-function-alias'.
8244
8245 * variables.texi (Variable Aliases): Update argument names of
8246 `defvaralias', `make-obsolete-variable' and
8247 `define-obsolete-variable-alias'.
8248
82492005-06-15 Kim F. Storm <storm@cua.dk>
8250
8251 * searching.texi (Entire Match Data): Rephrase warnings about
8252 evaporate arg to match-data and set-match-data.
8253
82542005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8255
8256 * elisp.texi (Top): Update detailed menu.
8257
8258 * edebug.texi (Edebug): Update menu.
8259 (Instrumenting): Update xrefs.
8260 (Edebug Execution Modes): Correct xref.
8261 (Jumping): Clarify description of `h' command.
8262 Eliminate redundant @ref.
8263 (Breaks): New node.
8264 (Breakpoints): Is now a subsubsection.
8265 (Global Break Condition): Mention `C-x X X'.
8266 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
8267 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8268 (Edebug Display Update): Correct pxref.
8269 (Edebug and Macros): New node.
8270 (Instrumenting Macro Calls): Is now a subsubsection.
8271 Neither arg of `def-edebug-spec' is evaluated.
8272 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8273 (Specification Examples): Fix typo.
8274
82752005-06-14 Lute Kamstra <lute@gnu.org>
8276
8277 * debugging.texi (Function Debugging): Primitives can break on
8278 entry too.
8279
82802005-06-14 Kim F. Storm <storm@cua.dk>
8281
8282 * variables.texi (Setting Variables): Add add-to-ordered-list.
8283
82842005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8285
8286 * syntax.texi (Parsing Expressions): Document aux functions and vars of
8287 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8288
82892005-06-13 Lute Kamstra <lute@gnu.org>
8290
8291 * text.texi (Special Properties): Fix cross reference.
8292
82932005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8294
8295 * debugging.texi (Function Debugging): Delete mention of empty
8296 string argument to `cancel-debug-on-entry'. Delete inaccurate
8297 description of the return value of that command.
8298
82992005-06-11 Alan Mackenzie <acm@muc.de>
8300
8301 * text.texi (Adaptive Fill): Amplify the description of
8302 fill-context-prefix.
8303
83042005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8305
8306 * syntax.texi (Parsing Expressions): Fix Texinfo error.
8307
83082005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8309
8310 * syntax.texi (Parsing Expressions): Document syntax-ppss.
8311
83122005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8313
8314 * debugging.texi (Error Debugging): Minor rewording.
8315 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8316 is optional.
8317
83182005-06-10 Lute Kamstra <lute@gnu.org>
8319
8320 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8321 (Top): Give it a title. Correct version number. Give the
8322 detailed node listing a more prominent header.
8323 * intro.texi: Don't set VERSION here a second time.
8324 Mention Emacs's version too.
8325 * anti.texi (Antinews): Use EMACSVER to refer to the current
8326 version of Emacs.
8327
83282005-06-09 Kim F. Storm <storm@cua.dk>
8329
8330 * searching.texi (Entire Match Data): Explain new `reseat' argument to
8331 match-data and set-match-data.
8332
83332005-06-08 Richard M. Stallman <rms@gnu.org>
8334
8335 * searching.texi (Entire Match Data): Clarify when match-data
8336 returns markers and when integers.
8337
8338 * display.texi (Defining Faces): Explain that face name should not
8339 end in `-face'.
8340
8341 * modes.texi (Mode Line Data): Minor cleanup.
8342 (Customizing Keywords): Node split out of Search-based Fontification.
8343 Add example of using font-lock-add-keywords from a hook.
8344 Clarify when MODE should be non-nil, and when nil.
8345
83462005-06-06 Richard M. Stallman <rms@gnu.org>
8347
8348 * modes.texi (Mode Line Data): Explain what happens when the car
8349 of a list is a void symbol.
8350 (Search-based Fontification): Explain MODE arg to
8351 font-lock-add-keywords and warn about calls from major modes.
8352
83532005-06-08 Juri Linkov <juri@jurta.org>
8354
8355 * display.texi (Standard Faces): Add `shadow' face.
8356
83572005-05-29 Luc Teirlinck <teirllm@auburn.edu>
8358
8359 * modes.texi (Major Mode Conventions): A derived mode only needs
8360 to put the call to the parent mode inside `delay-mode-hooks'.
8361
83622005-05-29 Richard M. Stallman <rms@gnu.org>
8363
8364 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
8365 new, and what that implies. Clarify.
8366
8367 * files.texi (Locating Files): Clean up the text.
8368
8369 * frames.texi (Window Frame Parameters): Document user-size.
8370 Shorten entry for top by referring to left.
8371
83722005-05-26 Richard M. Stallman <rms@gnu.org>
8373
8374 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
8375 is new, and what the implications are. Other clarifications.
8376
83772005-05-24 Richard M. Stallman <rms@gnu.org>
8378
8379 * frames.texi (Dialog Boxes): Minor fixes.
8380
83812005-05-25 Masatake YAMATO <jet@gyve.org>
8382
8383 * display.texi (Standard Faces): Write about `mode-line-highlight'.
8384
83852005-05-24 Luc Teirlinck <teirllm@auburn.edu>
8386
8387 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
8388 is optional.
8389
83902005-05-24 Nick Roberts <nickrob@snap.net.nz>
8391
10d1d0af 8392 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
8393
83942005-05-23 Lute Kamstra <lute@gnu.org>
8395
8396 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
8397 syntax-begin-function over font-lock-beginning-of-syntax-function.
8398
83992005-05-21 Luc Teirlinck <teirllm@auburn.edu>
8400
8401 * minibuf.texi (Reading File Names): Update description of
8402 `read-directory-name'.
8403
8404 * modes.texi (Derived Modes): Clarify :group keyword.
8405
84062005-05-21 Eli Zaretskii <eliz@gnu.org>
8407
8408 * files.texi (Locating Files): New subsection.
8409 Describe locate-file and executable-find.
8410
84112005-05-21 Kevin Ryde <user42@zip.com.au>
8412
8413 * frames.texi (Initial Parameters): Update cross reference to
8414 "Emacs Invocation".
8415
84162005-05-19 Luc Teirlinck <teirllm@auburn.edu>
8417
8418 * keymaps.texi (Active Keymaps): Add anchor.
8419
8420 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
8421 (Major Mode Conventions): Refer to `Auto Major Mode' in more
8422 appropriate place.
8423 (Derived Modes): Small clarifications.
8424 (Minor Mode Conventions, Keymaps and Minor Modes):
8425 Replace references to nodes with references to anchors.
8426 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
8427 Clarify description of lists whose first element is an integer.
8428 (Mode Line Variables): Add anchor.
8429 (%-Constructs): Clarify description of integer after %.
8430 (Emulating Mode Line): Describe nil value for FACE.
8431
84322005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8433
8434 * modes.texi (Derived Modes): Correct references to non-existing
8435 variable standard-syntax-table.
8436
84372005-05-17 Lute Kamstra <lute@gnu.org>
8438
8439 * modes.texi (Defining Minor Modes): Mention the mode hook.
8440
84412005-05-15 Kim F. Storm <storm@cua.dk>
8442
8443 * processes.texi (Network): Remove open-network-stream-nowait.
8444 (Network Servers): Remove open-network-stream-server.
8445
84462005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8447
8448 * elisp.texi (Top): Update detailed menu.
8449
8450 * variables.texi: Reorder nodes.
8451 (Variables): Update menu.
8452 (File Local Variables): Do not refer to the `-*-' line as
8453 a "local variables list". Add pxref.
8454
84552005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8456
8457 * elisp.texi (Top): Update detailed menu for node changes.
8458
8459 * modes.texi (Modes): Update Menu.
8460 (Hooks): Move to beginning of chapter.
8461 Most minor modes run mode hooks too.
8462 `add-hook' can handle void hooks or hooks whose value is a single
8463 function.
8464 (Major Modes): Update Menu.
8465 (Major Mode Basics): New node, split off from `Major Modes'.
8466 (Major Mode Conventions): Correct xref. Explain how to handle
8467 auto-mode-alist if the major mode command has an autoload cookie.
8468 (Auto Major Mode): Major update. Add magic-mode-alist.
8469 (Derived Modes): Major update.
8470 (Mode Line Format): Update Menu.
8471 (Mode Line Basics): New node, split off from `Mode Line Format'.
8472
8473 * loading.texi (Autoload): Mention `autoload cookie' as synonym
8474 for `magic autoload comment'. Add index entries and anchor.
8475
84762005-05-14 Richard M. Stallman <rms@gnu.org>
8477
8478 * tips.texi (Coding Conventions): Explain how important it is
8479 that just loading certain files not change Emacs behavior.
8480
8481 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
8482
84832005-05-12 Lute Kamstra <lute@gnu.org>
8484
8485 * modes.texi (Generic Modes): Update.
8486 (Major Modes): Refer to node "Generic Modes".
8487
8488 * elisp.texi (Top): Update to the current structure of the manual.
8489 * processes.texi (Processes): Add menu description.
8490 * customize.texi (Customization): Add menu descriptions.
8491
84922005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
8493
8494 * processes.texi (Signals to Processes)
8495 (Low-Level Network): Fix typos.
8496
84972005-05-11 Lute Kamstra <lute@gnu.org>
8498
8499 * elisp.texi (Top): Add some nodes from the chapter "Major and
8500 Minor Modes" to the detailed node listing.
8501
85022005-05-10 Richard M. Stallman <rms@gnu.org>
8503
8504 * keymaps.texi (Extended Menu Items): Menu item filter functions
8505 can be called at any time.
8506
85072005-05-08 Luc Teirlinck <teirllm@auburn.edu>
8508
8509 * variables.texi (File Local Variables): `(hack-local-variables t)'
8510 now also checks whether a mode is specified in the local variables
8511 list.
8512
85132005-05-05 Kevin Ryde <user42@zip.com.au>
8514
8515 * display.texi (The Echo Area): Correct format function cross
8516 reference.
8517
85182005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8519
8520 * variables.texi (Variable Aliases): Change description of
8521 `define-obsolete-variable-alias'.
8522
8523 * functions.texi (Functions): Add "Obsolete Functions" to menu.
8524 (Defining Functions): Add xref.
8525 (Obsolete Functions): New node.
8526 (Function Safety): Standardize capitalization of section title.
8527
8528 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
8529 (Dialog Boxes): Complete description of `x-popup-dialog'.
8530
85312005-05-04 Richard M. Stallman <rms@gnu.org>
8532
8533 * commands.texi (Interactive Codes): Fix Texinfo usage.
8534 Document U more clearly.
8535
85362005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8537
8538 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
8539 function and not a macro.
8540
8541 * frames.texi (Pop-Up Menus): Correct and clarify description of
8542 `x-popup-menu'.
8543 (Dialog Boxes): Clarify description of `x-popup-dialog'.
8544
85452005-05-01 Richard M. Stallman <rms@gnu.org>
8546
8547 * edebug.texi (Checking Whether to Stop): Fix previous change.
8548
85492005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8550
8551 * display.texi: Fix typos and Texinfo usage.
8552
8553 * edebug.texi (Checking Whether to Stop): executing-macro ->
8554 executing-kbd-macro.
8555
85562005-05-01 Richard M. Stallman <rms@gnu.org>
8557
8558 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
8559
85602005-04-30 Richard M. Stallman <rms@gnu.org>
8561
8562 * files.texi (Magic File Names): Document `operations' property.
8563
85642005-04-29 Lute Kamstra <lute@gnu.org>
8565
8566 * modes.texi (Generic Modes): New node.
8567 (Major Modes): Add it to the menu.
8568 (Derived Modes): Add "derived mode" to concept index.
8569
85702005-04-28 Lute Kamstra <lute@gnu.org>
8571
8572 * modes.texi (Defining Minor Modes): Fix previous change.
8573 (Font Lock Mode): Simplify.
8574 (Font Lock Basics): Say that font-lock-defaults is buffer-local
8575 when set and that some parts are optional. Add cross references.
8576 (Search-based Fontification): Say how to specify font-lock-keywords.
8577 Add cross references. Add font-lock-multiline to index.
8578 Move font-lock-keywords-case-fold-search here from node "Other Font
8579 Lock Variables". Document font-lock-add-keywords and
8580 font-lock-remove-keywords.
8581 (Other Font Lock Variables): Move font-lock-keywords-only,
8582 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8583 and font-lock-syntactic-face-function to node "Syntactic Font
8584 Lock". Move font-lock-keywords-case-fold-search to node
8585 "Search-based Fontification". Document font-lock-inhibit-thing-lock
8586 and font-lock-{,un}fontify-{buffer,region}-function.
8587 (Precalculated Fontification): Remove reference to deleted variable
8588 font-lock-core-only.
8589 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
8590 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
8591 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8592 and font-lock-syntactic-face-function here from node "Other Font
8593 Lock Variables". Move font-lock-syntactic-keywords to "Setting
8594 Syntax Properties". Add cross references.
8595 (Setting Syntax Properties): New node.
8596 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
8597 * syntax.texi (Syntax Properties): Add cross reference.
8598 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
8599
86002005-04-26 Richard M. Stallman <rms@gnu.org>
8601
8602 * display.texi (Defining Faces):
8603 Document `default' elements of defface spec.
8604
8605 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
8606
8607 * variables.texi (Variable Aliases): Clarify text.
8608
86092005-04-25 Chong Yidong <cyd@stupidchicken.com>
8610
8611 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
8612
86132005-04-25 Luc Teirlinck <teirllm@auburn.edu>
8614
8615 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
8616
86172005-04-24 Eli Zaretskii <eliz@gnu.org>
8618
8619 * syntax.texi (Syntax Table Internals): Elaborate documentation of
8620 syntax-after and syntax-class.
8621
8622 * files.texi (Changing Files): Fix last change's cross-reference.
8623 (Unique File Names): Don't mention "numbers" in the documentation
8624 of make-temp-file and make-temp-name.
8625
86262005-04-23 Richard M. Stallman <rms@gnu.org>
8627
8628 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
8629
86302005-04-22 Nick Roberts <nickrob@snap.net.nz>
8631
8632 * windows.texi (Cyclic Window Ordering): Clarify window-list.
8633
86342005-04-22 Nick Roberts <nickrob@snap.net.nz>
8635
8636 * variables.texi (Variable Aliases): Describe make-obsolete-variable
8637 and define-obsolete-variable-alias.
8638
86392005-04-22 Kim F. Storm <storm@cua.dk>
8640
8641 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
8642 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
8643
86442005-04-21 Lute Kamstra <lute@gnu.org>
8645
8646 * lists.texi (Association Lists): Document rassq-delete-all.
8647
86482005-04-19 Richard M. Stallman <rms@gnu.org>
8649
8650 * modes.texi (Search-based Fontification): Explain that
8651 facespec is an expression to be evaluated.
8652
86532005-04-19 Kevin Ryde <user42@zip.com.au>
8654
8655 * streams.texi (Output Functions): Fix xref.
8656 * strings.texi (String Conversion): Fix xref.
8657
86582005-04-19 Kim F. Storm <storm@cua.dk>
8659
8660 * symbols.texi (Symbol Plists): Add safe-get.
8661 Mention that `get' may signal an error.
8662
86632005-04-18 Nick Roberts <nickrob@snap.net.nz>
8664
8665 * customize.texi (Variable Definitions): Replace tooltip-mode
8666 example with save-place.
8667
86682005-04-17 Richard M. Stallman <rms@gnu.org>
8669
8670 * buffers.texi (Indirect Buffers): Clarify.
8671
8672 * positions.texi (Positions): Clarify converting marker to integer.
8673
8674 * strings.texi (String Basics): Mention string-match; clarify.
8675
86762005-04-08 Lute Kamstra <lute@gnu.org>
8677
8678 * modes.texi (Search-based Fontification): Fix cross references.
8679 Use consistent terminology. Document anchored highlighting.
8680
86812005-04-05 Lute Kamstra <lute@gnu.org>
8682
8683 * modes.texi (Defining Minor Modes): Document :group keyword
8684 argument and its default value.
8685
86862005-04-03 Lute Kamstra <lute@gnu.org>
8687
8688 * hooks.texi (Standard Hooks): Add some hooks. Add cross
8689 references and/or descriptions. Delete major mode hooks; mention
8690 them as a category instead. Rename or delete obsolete hooks.
8691
86922005-04-02 Richard M. Stallman <rms@gnu.org>
8693
8694 * nonascii.texi (Coding System Basics): Another wording cleanup.
8695
86962005-04-01 Richard M. Stallman <rms@gnu.org>
8697
8698 * nonascii.texi (Coding System Basics): Clarify previous change.
8699
87002005-04-01 Kenichi Handa <handa@m17n.org>
8701
10d1d0af 8702 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
8703 identity of coding systems.
8704
87052005-03-29 Chong Yidong <cyd@stupidchicken.com>
8706
8707 * text.texi (Buffer Contents): Add filter-buffer-substring and
8708 buffer-substring-filters.
8709
87102005-03-26 Chong Yidong <cyd@stupidchicken.com>
8711
8712 * anti.texi (Antinews): Mention `G' interactive code.
8713
8714 * tips.texi (Compilation Tips): Mention benchmark.el.
8715
87162005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8717
8718 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
8719 is now bound to M-o M-o.
8720
8721 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
8722
87232005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8724
8725 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
8726 in the Emacs Manual).
8727 * Makefile.in (srcs): Remove calendar.texi.
8728 * makefile.w32-in (srcs): Remove calendar.texi.
8729 * display.texi (Display): Change name of next node.
8730 * os.texi (System In): Change name of previous node.
8731 * elisp.texi (Top): Remove Calendar references.
8732 * vol1.texi (Top): Remove Calendar references.
8733 * vol2.texi (Top): Remove Calendar references.
8734
87352005-03-25 Richard M. Stallman <rms@gnu.org>
8736
8737 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
8738 Cleanup previous change.
8739
87402005-03-25 Chong Yidong <cyd@stupidchicken.com>
8741
8742 * display.texi (Face Attributes): Faces earlier in an :inherit
8743 list take precedence.
8744 (Scroll Bars): Fix description of vertical-scroll-bars.
8745 Document frame-current-scroll-bars and window-current-scroll-bars.
8746
8747 * markers.texi (The Mark): Document temporary Transient Mark mode.
8748
8749 * minibuf.texi (Reading File Names):
8750 Document read-file-name-completion-ignore-case.
8751
8752 * positions.texi (Screen Lines): Document nil for width argument
8753 to compute-motion.
8754
87552005-03-23 Kim F. Storm <storm@cua.dk>
8756
8757 * display.texi (Standard Faces): Other faces used in the fringe
8758 implicitly inherits from the fringe face.
8759 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
8760 properties implicitly inherits from fringe face.
8761 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
8762
87632005-03-20 Chong Yidong <cyd@stupidchicken.com>
8764
8765 * display.texi (Invisible Text): State default value of
8766 line-move-ignore-invisible.
8767 (Managing Overlays): Document remove-overlays.
8768 (Standard Faces): Document escape-glyph face.
8769
8770 * minibuf.texi (Reading File Names): Document read-file-name-function.
8771
8772 * modes.texi (Other Font Lock Variables):
8773 Document font-lock-lines-before.
8774
8775 * positions.texi (Skipping Characters): skip-chars-forward allows
8776 character classes.
8777
87782005-03-18 Lute Kamstra <lute@gnu.org>
8779
8780 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
8781
87822005-03-17 Richard M. Stallman <rms@gnu.org>
8783
8784 * text.texi (Undo): Document extensible undo entries.
8785
dd7b651b 8786 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
8787
8788 * nonascii.texi (Character Codes): Minor fix.
8789
8790 * display.texi (Display Property): Explain the significance
8791 of having text properties that are eq.
8792 (Other Display Specs): Explain string as display spec.
8793
8794 * commands.texi (Interactive Codes): Document G option.
8795
87962005-03-17 Chong Yidong <cyd@stupidchicken.com>
8797
8798 * text.texi (Filling): Add sentence-end-without-period and
8799 sentence-end-without-space.
8800 (Changing Properties): Minor fix.
8801
8802 * anti.texi: Total rewrite.
8803
88042005-03-15 Lute Kamstra <lute@gnu.org>
8805
8806 * edebug.texi (Instrumenting Macro Calls): Fix typos.
8807
88082005-03-08 Kim F. Storm <storm@cua.dk>
8809
8810 * display.texi (Specified Space): Property :width is support on
8811 non-graphic terminals, :height is not.
8812
88132005-03-07 Richard M. Stallman <rms@gnu.org>
8814
8815 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
8816 Now subnodes of Fringes.
8817 (Overlay Arrow): Document overlay-arrow-variable-list.
8818 (Fringe Size/Pos): New node, broken out of Fringes.
8819 (Display): Explain clearing vs redisplay better.
8820 (Truncation): Clarify use of bitmaps.
8821 (The Echo Area): Clarify the uses of the echo area.
8822 Add max-mini-window-height.
8823 (Progress): Clarify.
8824 (Invisible Text): Explain that main loop moves point out.
8825 (Selective Display): Say "hidden", not "invisible".
8826 (Managing Overlays): Move up. Describe relation to Undo here.
8827 (Overlay Properties): Clarify intro.
8828 (Finding Overlays): Explain return values when nothing found.
8829 (Width): truncate-string-to-width has added arg.
8830 (Displaying Faces): Clarify and update mode line face handling.
8831 (Face Functions): Minor cleanup.
8832 (Conditional Display): Merge into Other Display Specs.
8833 (Pixel Specification, Other Display Specs): Minor cleanups.
8834 (Images, Image Descriptors): Minor cleanups.
8835 (GIF Images): Patents have expired.
8836 (Showing Images): Explain default text for insert-image.
8837 (Manipulating Button Types): Merge into Manipulating Buttons.
8838 (Making Buttons): Explain return values.
8839 (Button Buffer Commands): Add xref.
8840 (Inverse Video): Update mode-line-inverse-video.
8841 (Display Table Format): Clarify.
8842 (Active Display Table): Give defaults for window-display-table.
8843
8844 * calendar.texi (Calendar Customizing): calendar-holiday-marker
8845 and calendar-today-marker are strings, not chars.
8846 (Holiday Customizing): Minor fix.
8847
8848 * internals.texi (Writing Emacs Primitives): Update `or' example.
8849 Update limit on # args of subr.
8850
8851 * edebug.texi (Using Edebug): Arrow is in fringe.
8852 (Instrumenting): Arg to eval-defun works without loading edebug.
8853 (Edebug Execution Modes): Add xref.
8854
8855 * customize.texi (Common Keywords): Clarify :require.
8856 Mention :version here.
8857 (Variable Definitions, Group Definitions): Not here.
8858 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
8859
88602005-03-07 Chong Yidong <cyd@stupidchicken.com>
8861 * nonascii.texi (Text Representations): Clarify position-bytes.
8862 (Character Sets): Add list-charset-chars.
8863 (Scanning Charsets): Add charset-after.
8864 (Encoding and I/O): Minor fix.
8865
88662005-03-06 Richard M. Stallman <rms@gnu.org>
8867
8868 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
8869 (Resizing Windows): Likewise.
8870
8871 * text.texi (Change Hooks): Get rid of "Emacs 21".
8872
8873 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
8874
8875 * streams.texi (Output Variables): Get rid of "Emacs 21".
8876
8877 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
8878
8879 * os.texi (Translating Input): Replace flow-control example
8880 with a less obsolete example that uses `keyboard-translate'.
8881
8882 * objects.texi (Hash Table Type, Circular Objects):
8883 Get rid of "Emacs 21".
8884
8885 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
8886 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
8887
8888 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
8889
8890 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
8891
8892 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
8893 (Menu Bar): Fix when menu-bar-update-hook is called.
8894
8895 * hash.texi (Hash Tables): Get rid of "Emacs 21".
8896
8897 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
8898 and make it read better.
8899
8900 * files.texi (Writing to Files): Get rid of "Emacs 21".
8901 (Unique File Names): Likewise.
8902
8903 * elisp.texi: Update Emacs version to 22.
8904
8905 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
8906 (Overlay Properties, Face Attributes): Likewise.
8907 (Managing Overlays): Fix punctuation.
8908 (Attribute Functions): Clarify set-face-font; get rid of
8909 info about old Emacs versions.
8910 (Auto Faces, Font Lookup, Display Property, Images):
8911 Get rid of "Emacs 21".
8912
8913 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
8914
89152005-03-05 Richard M. Stallman <rms@gnu.org>
8916
8917 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
8918
89192005-03-04 Lute Kamstra <lute@gnu.org>
8920
8921 * debugging.texi (Error Debugging): Document stack-trace-on-error.
8922
89232005-03-03 Lute Kamstra <lute@gnu.org>
8924
8925 * edebug.texi (Instrumenting Macro Calls): Fix typo.
8926
89272005-03-01 Lute Kamstra <lute@gnu.org>
8928
8929 * debugging.texi (Debugger Commands): Update `j'.
8930
89312005-02-28 Lute Kamstra <lute@gnu.org>
8932
8933 * debugging.texi (Debugging): Fix typo.
8934 (Error Debugging): Document eval-expression-debug-on-error.
8935 (Function Debugging): Update example.
8936 (Using Debugger): Mention starred stack frames.
8937 (Debugger Commands): Document `j' and `l'.
8938 (Invoking the Debugger): `d' and `j' exit recursive edit too.
8939 Update the messages that the debugger displays.
8940 (Internals of Debugger): Add cross reference. Update example.
8941 (Excess Open): Minor improvement.
8942 (Excess Close): Minor improvement.
8943
89442005-02-26 Richard M. Stallman <rms@gnu.org>
8945
8946 * tips.texi (Coding Conventions): Clarify.
8947 Put all the major mode key reservations together.
8948 Mention the Mouse-1 => Mouse-2 conventions.
8949
8950 * syntax.texi (Syntax Class Table): Clarify.
8951 (Syntax Table Functions): syntax-after moved from here.
8952 (Syntax Table Internals): syntax-after moved to here.
8953 (Parsing Expressions): Update info on number of values
8954 and what's meaningful in the STATE argument.
8955 (Categories): Fix typo.
8956
8957 * sequences.texi (Arrays): Cleanup.
8958 (Char-Tables): Clarify.
8959
8960 * processes.texi (Deleting Processes): Cleanups, add xref.
8961 (Subprocess Creation): Explain nil in exec-path. Cleanup.
8962 (Process Information): set-process-coding-system, some args optional.
8963 (Input to Processes): Explain various types for PROCESS args.
8964 Rename them from PROCESS-NAME to PROCESS.
8965 (Signals to Processes): Likewise.
8966 (Decoding Output): Cleanup.
8967 (Query Before Exit): Clarify.
8968
8969 * os.texi (Startup Summary): Correct the options; add missing ones.
8970 (Terminal Output, Batch Mode): Clarify.
8971 (Flow Control): Node deleted.
8972
8973 * markers.texi (The Mark): Clarify.
8974
8975 * macros.texi (Expansion): Cleanup.
8976 (Indenting Macros): indent-spec allows ints, not floats.
8977
8978 * keymaps.texi (Keymaps): Clarify.
8979 (Format of Keymaps): Update lisp-mode-map example.
8980 (Active Keymaps, Key Lookup): Clarify.
8981 (Changing Key Bindings): Add xref to `kbd'.
8982 (Key Binding Commands, Simple Menu Items): Clarify.
8983 (Mouse Menus, Menu Bar): Clarify.
8984 (Menu Example): Replace print example with menu-bar-replace-menu.
8985
8986 * help.texi (Documentation Basics): Add function-documentation prop.
8987
8988 * elisp.texi (Top): Don't refer to Flow Control node.
8989
8990 * commands.texi (Command Overview): Improve xrefs.
8991 (Adjusting Point): Adjusting point applies to intangible and invis.
8992 (Key Sequence Input): Doc extra read-key-sequence args.
8993 Likewise for read-key-sequence-vector.
8994
8995 * backups.texi (Rename or Copy): Minor fix.
8996 (Numbered Backups): For version-control, say the default.
8997 (Auto-Saving): make-auto-save-file-name example is simplified.
8998
8999 * advice.texi (Advising Functions): Don't imply one part of Emacs
9000 should advise another part. Markup changes.
9001 (Defining Advice): Move transitional para.
9002 (Activation of Advice): Cleanup.
9003 Explain if COMPILE is nil or negative.
9004
9005 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
9006
90072005-02-24 Lute Kamstra <lute@gnu.org>
9008
9009 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
9010 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
9011
90122005-02-23 Lute Kamstra <lute@gnu.org>
9013
9014 * modes.texi (Defining Minor Modes): define-minor-mode can be used
9015 to define global minor modes as well.
9016
9017 * display.texi (Managing Overlays): overlay-buffer returns nil for
9018 deleted overlays.
9019
90202005-02-22 Kim F. Storm <storm@cua.dk>
9021
9022 * minibuf.texi (Basic Completion): Allow symbols in addition to
9023 strings in try-completion and all-completions.
9024
90252005-02-14 Lute Kamstra <lute@gnu.org>
9026
9027 * elisp.texi (Top): Remove reference to deleted node.
9028
9029 * lists.texi (Lists): Remove reference to deleted node.
9030 (Cons Cells): Fix typo.
9031
9032 * loading.texi (Where Defined): Fix typo.
9033
90342005-02-14 Richard M. Stallman <rms@gnu.org>
9035
9036 * variables.texi (Creating Buffer-Local): change-major-mode-hook
9037 is useful for discarding some minor modes.
9038
9039 * symbols.texi (Symbol Components): Reorder examples.
9040
9041 * streams.texi (Input Functions): State standard-input default.
9042 (Output Variables): State standard-output default.
9043
9044 * objects.texi (Printed Representation): Clarify read syntax vs print.
9045 (Floating Point Type): Explain meaning better.
9046 (Symbol Type): Explain uniqueness better.
9047 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
9048 List examples sooner.
9049 (Box Diagrams): New subnode broken out.
9050 Some examples moved from old Lists as Boxes node.
9051 (Dotted Pair Notation): Clarify intro.
9052 (Array Type): Clarify.
9053 (Type Predicates): Add hash-table-p.
9054
9055 * numbers.texi (Integer Basics): Clarify radix explanation.
9056 (Predicates on Numbers): Minor clarification.
9057 (Comparison of Numbers): Minor clarification. Clarify eql.
9058 Typos in min, max.
9059 (Math Functions): Clarify overflow in expt.
9060
9061 * minibuf.texi (Text from Minibuffer): Minor clarification.
9062 Mention arrow keys.
9063
9064 * loading.texi (Autoload): defun's doc string overrides autoload's
9065 doc string.
9066 (Repeated Loading): Modernize "add to list" examples.
9067 (Where Defined): Finish updating table of load-history elts.
9068
9069 * lists.texi (List-related Predicates): Minor wording improvement.
9070 (Lists as Boxes): Node deleted.
9071 (Building Lists): Explain trivial cases of number-sequence.
9072
9073 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 9074 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
9075 (Hash Access): Any object can be a key.
9076 State value of maphash.
9077
9078 * functions.texi (What Is a Function): Wording cleanup.
9079 (Function Documentation): Minor cleanup.
9080 Explain purpose of calling convention at end of doc string.
9081 (Function Names): Wording cleanup.
9082 (Calling Functions): Wording cleanup.
9083 Explain better how funcall calls the function.
9084 (Function Cells): Delete example of saving and redefining function.
9085
9086 * control.texi (Combining Conditions): Wording cleanup.
9087 (Iteration): dolist and dotimes bind VAR locally.
9088 (Cleanups): Xref to Atomic Changes.
9089
9090 * compile.texi (Byte Compilation): Delete 19.29 info.
9091 (Compilation Functions): Macros' difficulties don't affect defsubst.
9092 (Docs and Compilation): Delete 19.29 info.
9093
90942005-02-10 Richard M. Stallman <rms@gnu.org>
9095
9096 * objects.texi (Symbol Type): Minor correction.
9097
90982005-02-06 Lute Kamstra <lute@gnu.org>
9099
9100 * modes.texi (Example Major Modes): Fix typos.
9101
91022005-02-06 Richard M. Stallman <rms@gnu.org>
9103
9104 * text.texi (Margins): fill-nobreak-predicate can be one function.
9105
9106 * strings.texi (Modifying Strings): clear-string can make unibyte.
9107 (Formatting Strings): format gives error if values missing.
9108
9109 * positions.texi (Character Motion): Mention default arg
9110 for forward-char. backward-char refers to forward-char.
9111 (Word Motion): Mention default arg for forward-word.
9112 (Buffer End Motion): Mention default arg for beginning-of-buffer.
9113 Simplify end-of-buffer.
9114 (Text Lines): Mention default arg for forward-line.
9115 (List Motion): Mention default arg for beginning/end-of-defun.
9116 (Skipping Characters): Minor fixes in explaining character-set.
9117
9118 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
9119 Mode inheritance applies only when default-major-mode is nil.
9120 Clarifications.
9121 (Example Major Modes): Update Text mode and Lisp mode examples.
9122 (Minor Mode Conventions): Mention define-minor-mode at top.
9123 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
9124 (Mode Line Format): Update mode line face display info.
9125 (Properties in Mode): Mention effect of risky vars.
9126 (Imenu): Define imenu-add-to-menubar.
9127 (Font Lock Mode): Add descriptions to menu lines.
9128 (Faces for Font Lock): Add font-lock-doc-face.
9129
91302005-02-05 Lute Kamstra <lute@gnu.org>
9131
9132 * text.texi (Maintaining Undo): Remove obsolete function.
9133
91342005-02-05 Eli Zaretskii <eliz@gnu.org>
9135
9136 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 9137 color specifications. Improve indexing.
b8d4c8d0
GM
9138 (Text Terminal Colors): Replace the description of RGB values by
9139 an xref to "Color Names".
9140
91412005-02-03 Richard M. Stallman <rms@gnu.org>
9142
9143 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
9144 Clarify.
9145 (Selecting Windows): Clarify save-selected-window.
9146 (Cyclic Window Ordering): Clarify walk-windows.
9147 (Window Point): Clarify.
9148 (Window Start): Add comment to example.
9149 (Resizing Windows): Add `interactive' specs in examples.
9150 Document fit-window-to-buffer.
9151
9152 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
9153 (Undo, Maintaining Undo): Clarify last change.
9154 (Sorting): In sort-numeric-fields, explain about octal and hex.
9155 Mention sort-numeric-base.
9156 (Format Properties): Add xref for hard newlines.
9157
9158 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
9159 (Pop-Up Menus): Fix typo.
9160 (Color Names): Explain all types of color names.
9161 Explain color-values on B&W terminal.
9162 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
9163
9164 * files.texi (File Locks): Not supported on MS systems.
9165 (Testing Accessibility): Clarify.
9166
9167 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
9168 (Coverage Testing): Fix typo.
9169
9170 * commands.texi (Misc Events): Remove stray space.
9171
9172 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
9173 (Modification Time): Clarify when visited-file-modtime returns 0.
9174 (The Buffer List): Clarify bury-buffer.
9175 (Killing Buffers): Clarify.
9176 (Indirect Buffers): Add clone-indirect-buffer.
9177
91782005-02-02 Matt Hodges <MPHodges@member.fsf.org>
9179
9180 * edebug.texi (Printing in Edebug): Fix default value of
9181 edebug-print-circle.
9182 (Coverage Testing): Fix displayed frequency count data.
9183
91842005-02-02 Luc Teirlinck <teirllm@auburn.edu>
9185
9186 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
9187
91882005-02-02 Kim F. Storm <storm@cua.dk>
9189
9190 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
9191
91922005-01-29 Eli Zaretskii <eliz@gnu.org>
9193
9194 * commands.texi (Misc Events): Describe the help-echo event.
9195
9196 * text.texi (Special Properties) <help-echo>: Use `pos'
9197 consistently in description of the help-echo property.
9198 Use @code{nil} instead of @var{nil}.
9199
9200 * display.texi (Overlay Properties): Fix the index entry for
9201 help-echo overlay property.
9202
9203 * customize.texi (Type Keywords): Uncomment the xref to the
9204 help-echo property documentation.
9205
92062005-01-23 Kim F. Storm <storm@cua.dk>
9207
9208 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
9209 return value. Third element FULLY replaced by PARTIAL which
9210 specifies number of invisible pixels if row is only partially visible.
9211 (Textual Scrolling): Mention auto-window-vscroll.
9212 (Vertical Scrolling): New defvar auto-window-vscroll.
9213
92142005-01-16 Luc Teirlinck <teirllm@auburn.edu>
9215
9216 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
9217 command remapping.
9218
92192005-01-15 Richard M. Stallman <rms@gnu.org>
9220
9221 * display.texi (Defining Images): Mention DATA-P arg of create-image.
9222
92232005-01-14 Kim F. Storm <storm@cua.dk>
9224
9225 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9226
9227 * text.texi (Links and Mouse-1): Fix string and vector item.
9228
92292005-01-13 Richard M. Stallman <rms@gnu.org>
9230
9231 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9232 descriptions of overriding-local-map and overriding-terminal-local-map.
9233
9234 * text.texi (Links and Mouse-1): Clarify text.
9235
92362005-01-13 Kim F. Storm <storm@cua.dk>
9237
9238 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9239
92402005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
9241
9242 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9243
92442005-01-12 Kim F. Storm <storm@cua.dk>
9245
9246 * text.texi (Links and Mouse-1): Rename section from Enabling
9247 Mouse-1 to Following Links. Change xrefs.
9248 Add examples for define-button-type and define-widget.
9249
9250 * display.texi (Button Properties, Button Buffer Commands):
9251 Clarify mouse-1 and follow-link functionality.
9252
92532005-01-12 Richard M. Stallman <rms@gnu.org>
9254
9255 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9256
9257 * display.texi (Beeping): Fix Texinfo usage.
9258
9259 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9260
92612005-01-11 Kim F. Storm <storm@cua.dk>
9262
9263 * display.texi (Button Properties, Button Buffer Commands):
9264 Mention mouse-1 binding. Add follow-link keyword.
9265
9266 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9267 (Enabling Mouse-1 to Follow Links): New subsection.
9268
92692005-01-06 Richard M. Stallman <rms@gnu.org>
9270
9271 * text.texi (Special Properties): Minor change.
9272
9273 * os.texi (Timers): Clarify previous change.
9274
9275 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9276
92772005-01-01 Luc Teirlinck <teirllm@auburn.edu>
9278
9279 * display.texi (Face Attributes): Correct xref to renamed node.
9280
92812005-01-01 Richard M. Stallman <rms@gnu.org>
9282
9283 * display.texi (Face Attributes): Describe hex color specs.
9284
92852004-12-31 Richard M. Stallman <rms@gnu.org>
9286
9287 * os.texi (Timers): Update previous change.
9288
92892004-12-30 Kim F. Storm <storm@cua.dk>
9290
9291 * display.texi (Line Height): Total line-height is now specified
9292 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
9293 in cons cells. (nil . RATIO) is relative to actual line height.
9294 Use line-height `t' instead of `0' to get minimum height.
9295
92962004-12-29 Richard M. Stallman <rms@gnu.org>
9297
9298 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9299
93002004-12-28 Richard M. Stallman <rms@gnu.org>
9301
9302 * commands.texi (Quitting): Clarify value of with-local-quit.
9303
9304 * elisp.texi (Top): Fix previous change.
9305
9306 * loading.texi (Loading): Fix previous change.
9307
93082004-12-27 Richard M. Stallman <rms@gnu.org>
9309
9310 * Makefile.in (MAKEINFO): Specify --force.
9311
9312 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9313
9314 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9315
9316 * display.texi (Line Height): Further clarify.
9317
9318 * elisp.texi (Top): Update Loading submenu.
9319
9320 * loading.texi (Where Defined): New node.
9321 (Unloading): load-history moved to Where Defined.
9322
93232004-12-21 Richard M. Stallman <rms@gnu.org>
9324
9325 * commands.texi (Event Input Misc): Add while-no-input.
9326
93272004-12-11 Richard M. Stallman <rms@gnu.org>
9328
9329 * display.texi (Line Height): Rewrite text for clarity.
9330
93312004-12-11 Kim F. Storm <storm@cua.dk>
9332
9333 * display.texi (Display): Add node "Line Height" to menu.
9334 (Line Height): New node. Move full description of line-spacing
9335 and line-height text properties here from text.texi.
9336 (Scroll Bars): Add vertical-scroll-bar variable.
9337
9338 * frames.texi (Window Frame Parameters): Remove line-height defvar.
9339
9340 * locals.texi (Standard Buffer-Local Variables): Fix xref for
9341 line-spacing and vertical-scroll-bar.
9342
9343 * text.texi (Special Properties): Just mention line-spacing and
9344 line-height here, add xref to new "Line Height" node.
9345
93462004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
9347
9348 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
9349
9350 * locals.texi (Standard Buffer-Local Variables):
9351 Add @xref for `line-spacing'.
9352
93532004-12-05 Richard M. Stallman <rms@gnu.org>
9354
9355 * Makefile.in (maintainer-clean): Remove the info files
9356 in $(infodir) where they are created.
9357
93582004-12-03 Richard M. Stallman <rms@gnu.org>
9359
9360 * windows.texi (Selecting Windows): get-lru-window and
9361 get-largest-window don't consider dedicated windows.
9362
9363 * text.texi (Undo): Document undo-in-progress.
9364
93652004-11-26 Richard M. Stallman <rms@gnu.org>
9366
9367 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
9368 Remove a few vars that are not always buffer-local.
9369
93702004-11-24 Luc Teirlinck <teirllm@auburn.edu>
9371
9372 * locals.texi (Standard Buffer-Local Variables): Comment out
9373 xref's to non-existent node `Yet to be written'.
9374
93752004-11-24 Richard M. Stallman <rms@gnu.org>
9376
9377 * processes.texi (Synchronous Processes): Grammar fix.
9378
9379 * numbers.texi (Comparison of Numbers): Add eql.
9380
9381 * locals.texi (Standard Buffer-Local Variables): Add many vars.
9382
9383 * intro.texi (Printing Notation): Fix previous change.
9384
9385 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
9386 and default-indicate-buffer-boundaries from here.
9387 (Usual Display): To here.
9388 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
9389 (Usual Display): Move tab-width up.
9390
5dcb4c4e
SM
9391 * customize.texi (Variable Definitions):
9392 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
9393 (Simple Types, Composite Types, Defining New Types):
9394 Minor cleanups.
9395
93962004-11-21 Jesper Harder <harder@ifa.au.dk>
9397
9398 * processes.texi (Synchronous Processes, Output from Processes):
9399 Markup fix.
9400
94012004-11-20 Richard M. Stallman <rms@gnu.org>
9402
9403 * positions.texi (Skipping Characters): skip-chars-forward
9404 now handles char classes.
9405
9406 * intro.texi (Printing Notation): Avoid confusion of `print'
9407 when explaining @print.
9408
9409 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
9410
9411 * display.texi (Display Table Format): Minor fix.
9412
9413 * streams.texi (Output Functions): Fix print example.
9414
9415 * Makefile.in (elisp): New target.
9416 (dist): Depend on $(infodir)/elisp, not elisp.
9417 Copy the info files from $(infodir).
9418
9419 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
9420 read-from-minibuffer.
9421
9422 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
9423
94242004-11-19 Richard M. Stallman <rms@gnu.org>
9425
9426 * searching.texi (Regexp Search): Add search-whitespace-regexp.
9427
94282004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
9429
9430 * tips.texi (Coding Conventions): Fix typo.
9431
94322004-11-16 Richard M. Stallman <rms@gnu.org>
9433
9434 * tips.texi (Coding Conventions): Separate defvar and require
9435 methods to avoid warnings. Use require only when there are many
9436 functions and variables from that package.
9437
9438 * minibuf.texi (Minibuffer Completion): When ignoring case,
9439 predicate must not be case-sensitive.
9440
9441 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
9442 (Test Coverage): Don't talk about "splotches". Clarified.
9443
94442004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
9445
9446 * frames.texi (Window Frame Parameters): Fix typo.
9447
94482004-11-15 Kim F. Storm <storm@cua.dk>
9449
9450 * symbols.texi (Other Plists): Note that plist-get may signal error.
9451 Add safe-plist-get.
9452
94532004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9454
9455 * modes.texi (Font Lock Basics): Fix typo.
9456
94572004-11-08 Richard M. Stallman <rms@gnu.org>
9458
9459 * syntax.texi (Syntax Table Functions): Add syntax-after.
9460
94612004-11-06 Lars Brinkhoff <lars@nocrew.org>
9462
9463 * os.texi (Processor Run Time): New section documenting
9464 get-internal-run-time.
9465
94662004-11-06 Eli Zaretskii <eliz@gnu.org>
9467
9468 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
9469 it nukes elisp-cover.texi.
9470 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
9471 elisp-0 etc.
9472
94732004-11-05 Luc Teirlinck <teirllm@auburn.edu>
9474
9475 * commands.texi (Keyboard Macros): Document `append' return value
9476 of `defining-kbd-macro'.
9477
94782004-11-01 Richard M. Stallman <rms@gnu.org>
9479
9480 * commands.texi (Interactive Call): Add called-interactively-p.
9481
94822004-10-29 Simon Josefsson <jas@extundo.com>
9483
9484 * minibuf.texi (Reading a Password): Revert.
9485
94862004-10-28 Richard M. Stallman <rms@gnu.org>
9487
9488 * frames.texi (Display Feature Testing): Explain about "vendor".
9489
94902004-10-27 Richard M. Stallman <rms@gnu.org>
9491
9492 * commands.texi (Interactive Codes): `N' uses numeric prefix,
9493 not raw. Clarify `n'.
9494 (Interactive Call): Rewrite interactive-p, focusing on when
9495 and how to use it.
9496 (Misc Events): Clarify previous change.
9497
9498 * advice.texi (Simple Advice): Clarify what job the example does.
9499 (Around-Advice): Clarify ad-do-it.
9500 (Activation of Advice): An option of ad-default-compilation-action
9501 is `never', not `nil'.
9502
95032004-10-26 Kim F. Storm <storm@cua.dk>
9504
9505 * commands.texi (Interactive Codes): Add U code letter.
9506
95072004-10-25 Simon Josefsson <jas@extundo.com>
9508
9509 * minibuf.texi (Reading a Password): Add.
9510
95112004-10-24 Jason Rumney <jasonr@gnu.org>
9512
9513 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
9514 and wheel-down.
9515
95162004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
9517
9518 * processes.texi (Synchronous Processes): Document process-file.
9519
95202004-10-22 Kenichi Handa <handa@m17n.org>
9521
9522 * text.texi (translate-region): Document that it accepts also a
9523 char-table.
9524
95252004-10-22 David Ponce <david@dponce.com>
9526
9527 * windows.texi (Resizing Windows): Document the `preserve-before'
9528 argument of the functions `enlarge-window' and `shrink-window'.
9529
95302004-10-19 Jason Rumney <jasonr@gnu.org>
9531
9532 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
9533
95342004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9535
9536 * text.texi (Filling): Add anchor for definition of
9537 `sentence-end-double-space'.
9538
9539 * searching.texi (Regexp Example): Update description of how
9540 Emacs currently recognizes the end of a sentence.
9541 (Standard Regexps): Update definition of the variable
9542 `sentence-end'. Add definition of the function `sentence-end'.
9543
95442004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
9545
9546 * display.texi (Progress): New node.
9547
95482004-10-05 Kim F. Storm <storm@cua.dk>
9549
9550 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
9551
95522004-09-29 Kim F. Storm <storm@cua.dk>
9553
9554 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
9555 to identify bitmaps. Remove -fringe-bitmap suffix for standard
9556 fringe bitmap symbols, as they now have their own namespace.
9557 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
9558 vs. pixels. Signal error if no free bitmap slots.
9559 (Pixel Specification): Change IMAGE to @var{image}.
9560
95612004-09-28 Richard M. Stallman <rms@gnu.org>
9562
9563 * text.texi (Special Properties): Clarify line-spacing and line-height.
9564
9565 * searching.texi (Regexp Search): Add looking-back.
9566
95672004-09-25 Luc Teirlinck <teirllm@auburn.edu>
9568
9569 * display.texi: Correct typos.
9570 (Image Descriptors): Correct xref's.
9571
95722004-09-25 Richard M. Stallman <rms@gnu.org>
9573
9574 * text.texi (Special Properties): Cleanups in `cursor'.
9575 Rewrites in `line-height' and `line-spacing'; exchange them.
9576
9577 * display.texi (Fringes): Rewrite previous change.
9578 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
9579 (Display Fringe Bitmaps): Node deleted, text moved.
9580 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
9581 (Scroll Bars): Clarify set-window-scroll-bars.
9582 (Pointer Shape): Rewrite.
9583 (Specified Space): Clarify :align-to, etc.
9584 (Pixel Specification): Use @var. Clarify new text.
9585 (Other Display Specs): Clarify `slice'.
9586 (Image Descriptors): Cleanups.
9587 (Showing Images): Cleanups.
9588
95892004-09-24 Luc Teirlinck <teirllm@auburn.edu>
9590
9591 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
9592
9593 * modes.texi: Various minor changes in addition to:
9594 (Major Mode Conventions): Final call to `run-mode-hooks' should
9595 not be inside the `delay-mode-hooks' form.
9596 (Mode Hooks): New node.
9597 (Hooks): Delete obsolete example.
9598 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
9599 node "Mode Hooks".
9600
96012004-09-22 Luc Teirlinck <teirllm@auburn.edu>
9602
9603 * display.texi: Correct various typos.
9604 (Display): Rename node "Pointer Shapes" to "Pointer
9605 Shape". (There is already a node called "Pointer Shapes" in
9606 frames.texi.)
9607 (Images): Remove non-existent node "Image Slices" from menu.
9608
96092004-09-23 Kim F. Storm <storm@cua.dk>
9610
9611 * text.texi (Special Properties): Add `cursor', `pointer',
9612 `line-height', and `line-spacing' properties.
9613
9614 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
9615 Shapes' to menu.
9616 (Standard Faces): Doc fix for fringe face.
9617 (Fringes): Add `overflow-newline-into-fringe' and
9618 'indicate-buffer-boundaries'.
9619 (Fringe Bitmaps, Pointer Shapes): New nodes.
9620 (Display Property): Add 'Pixel Specification' and 'Display Fringe
9621 Bitmaps' to menu.
9622 (Specified Space): Describe pixel width and height.
9623 (Pixel Specification): New node.
9624 (Other Display Specs): Add `slice' property.
9625 (Display Fringe Bitmaps): New node.
9626 (Images): Add 'Image Slices' to menu.
9627 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
9628 (Showing Images): Add slice arg to `insert-image'.
9629 Add 'insert-sliced-image'.
b8d4c8d0
GM
9630
96312004-09-20 Richard M. Stallman <rms@gnu.org>
9632
9633 * commands.texi (Key Sequence Input):
9634 Clarify downcasing in read-key-sequence.
9635
96362004-09-08 Juri Linkov <juri@jurta.org>
9637
9638 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
9639
96402004-09-07 Luc Teirlinck <teirllm@auburn.edu>
9641
5dcb4c4e
SM
9642 * locals.texi (Standard Buffer-Local Variables):
9643 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
9644 * internals.texi (Buffer Internals): Describe new
9645 auto_save_file_format field of the buffer structure.
9646 * files.texi (Format Conversion): `auto-save-file-format' has been
9647 renamed `buffer-auto-save-file-format'.
9648
96492004-08-27 Luc Teirlinck <teirllm@auburn.edu>
9650
9651 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
9652 an integer or a marker.
9653 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
9654
96552004-08-22 Richard M. Stallman <rms@gnu.org>
9656
9657 * modes.texi (Major Mode Conventions): Discuss rebinding of
9658 standard key bindings.
9659
96602004-08-18 Kim F. Storm <storm@cua.dk>
9661
9662 * processes.texi (Accepting Output): Add `just-this-one' arg to
9663 `accept-process-output'.
9664 (Output from Processes): New var `process-adaptive-read-buffering'.
9665
96662004-08-10 Luc Teirlinck <teirllm@auburn.edu>
9667
9668 * keymaps.texi: Various changes in addition to:
9669 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
9670 Give more varied examples for `kbd'.
9671 (Creating Keymaps): Char tables have slots for all characters
9672 without modifiers.
9673 (Active Keymaps): `overriding-local-map' and
9674 `overriding-terminal-local-map' also override text property and
9675 overlay keymaps.
9676 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
9677 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
9678 to denote a prefix of no events.
9679 `map-keymap' includes parent's bindings _recursively_.
9680 Clarify and correct description of `where-is-internal'.
9681 Mention BUFFER-OR-NAME arg to `describe-bindings'.
9682 (Menu Example): For menus intended for use with the keyboard, the
9683 menu items should be bound to characters or real function keys.
9684
96852004-08-08 Luc Teirlinck <teirllm@auburn.edu>
9686
9687 * objects.texi (Character Type): Reposition `@anchor' to prevent
9688 double space inside sentence in Info.
9689
9690 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
9691 renamed to `disabled-command-function'.
9692 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
9693 (Command Loop Info): Replace reference to it.
9694 (Disabling Commands): `disabled-command-hook' has been renamed to
9695 `disabled-command-function'.
9696
96972004-08-07 Luc Teirlinck <teirllm@auburn.edu>
9698
9699 * os.texi (Translating Input): Only non-prefix bindings in
9700 `key-translation-map' override actual key bindings. Warn about
9701 possible indirect effect of actual key bindings on non-prefix
9702 bindings in `key-translation-map'.
9703
97042004-08-06 Luc Teirlinck <teirllm@auburn.edu>
9705
9706 * minibuf.texi (High-Level Completion): Add anchor for definition
9707 of `read-variable'.
9708
9709 * commands.texi: Various changes in addition to:
9710 (Using Interactive): Clarify description of `interactive-form'.
9711 (Interactive Call): Mention default for KEYS argument to
9712 `call-interactively'.
9713 (Command Loop Info): Clarify description of `this-command-keys'.
9714 Mention KEEP-RECORD argument to `clear-this-command-keys'.
9715 Value of `last-event-frame' can be `macro'.
9716 (Repeat Events): `double-click-fuzz' is also used to distinguish
9717 clicks and drags.
9718 (Classifying Events): Clarify descriptions of `event-modifiers'
9719 `event-basic-type' and `event-convert-list'.
9720 (Accessing Events): `posn-timestamp' takes POSITION argument.
9721 (Quoted Character Input): Clarify description of
9722 `read-quoted-char' and fix example.
9723 (Quitting): Add `with-local-quit'.
9724 (Disabling Commands): Correct and clarify descriptions of
9725 `enable-command' and `disable-command'.
9726 Mention what happens if `disabled-command-hook' is nil.
9727 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
9728 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
9729
97302004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9731
9732 * frames.texi: Various changes in addition to:
9733 (Creating Frames): Expand and clarify description of `make-frame'.
9734 (Window Frame Parameters): Either none or both of the `icon-left'
9735 and `icon-top' parameters must be specified. Put descriptions of
9736 `menu-bar-lines' and `toolbar-lines' closer together and change
9737 them accordingly.
9738 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
9739 except while processing `frame-title-format' or `icon-title-format'.
9740 (Deleting Frames): Correct description of `delete-frame'.
9741 Non-nil return values of `frame-live-p' are like those of `framep'.
9742 (Frames and Windows): Mention return value of
9743 `set-frame-selected-window'.
9744 (Visibility of Frames): Mention `force' argument to
9745 `make-frame-invisible'. `frame-visible-p' returns t for all
9746 frames on text-only terminals.
9747 (Frame Configurations): Restoring a frame configuration does not
9748 restore deleted frames.
9749 (Window System Selections): `x-set-selection' returns DATA.
9750 (Resources): Add example.
9751 (Display Feature Testing): Clarify descriptions of
9752 `display-pixel-height', `display-pixel-width', `x-server-version'
9753 and `x-server-vendor'.
9754
9755 * windows.texi (Choosing Window): Add anchor.
9756 * minibuf.texi (Minibuffer Misc): Add anchor.
9757
97582004-07-23 John Paul Wallington <jpw@gnu.org>
9759
9760 * macros.texi (Defining Macros): Declaration keyword for setting
9761 Edebug spec is `debug' not `edebug'.
9762
97632004-07-19 Luc Teirlinck <teirllm@auburn.edu>
9764
9765 * windows.texi: Various small changes in addition to:
9766 (Window Point): Mention return value of `set-window-point'.
9767 (Window Start): `pos-visible-in-window-p' disregards horizontal
9768 scrolling. Explain return value if PARTIALLY is non-nil.
9769 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
9770 and `set-window-vscroll'.
9771 (Size of Window): The argument WINDOW to `window-inside-edges',
9772 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
9773 (Resizing Windows): Explain return value of
9774 `shrink-window-if-larger-than-buffer'.
9775 `window-size-fixed' automatically becomes buffer local when set.
9776 (Window Configurations): Explain return value of
9777 `set-window-configuration'.
9778
9779 * minibuf.texi (Minibuffer Misc): Add anchor for
9780 `minibuffer-scroll-window'.
9781
9782 * positions.texi (Text Lines): Add anchor for `count-lines'.
9783
97842004-07-17 Richard M. Stallman <rms@gnu.org>
9785
9786 * display.texi (Overlay Properties): Adding `evaporate' prop
9787 deletes empty overlay immediately.
9788
9789 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
9790 fix example.
9791
97922004-07-16 Jim Blandy <jimb@redhat.com>
9793
9794 * searching.texi (Regexp Backslash): Document new \_< and \_>
9795 operators.
9796
97972004-07-16 Juanma Barranquero <lektu@terra.es>
9798
9799 * display.texi (Images): Fix Texinfo usage.
9800
98012004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9802
9803 * buffers.texi (Modification Time): `visited-file-modtime' now
9804 returns a list of two integers, instead of a cons.
9805
98062004-07-13 Luc Teirlinck <teirllm@auburn.edu>
9807
9808 * windows.texi: Various changes in addition to:
9809 (Splitting Windows): Add `split-window-keep-point'.
9810
98112004-07-09 Richard M. Stallman <rms@gnu.org>
9812
9813 * frames.texi (Input Focus): Minor fix.
9814
98152004-07-07 Luc Teirlinck <teirllm@auburn.edu>
9816
9817 * frames.texi (Input Focus): Clarify descriptions of
9818 `select-frame-set-input-focus' and `select-frame'.
9819
98202004-07-06 Luc Teirlinck <teirllm@auburn.edu>
9821
9822 * os.texi: Various small changes in addition to:
9823 (Killing Emacs): Expand and clarify description of
9824 `kill-emacs-query-functions' and `kill-emacs-hook'.
9825 (System Environment): Expand and clarify description of `getenv'
9826 and `setenv'.
9827 (Timers): Clarify description of `run-at-time'.
9828 (Translating Input): Correct description of
9829 `extra-keyboard-modifiers'.
9830 (Flow Control): Correct description of `enable-flow-control'.
9831
98322004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
9833
9834 * os.texi: Update copyright.
9835 (Session Management): Grammar fix.
9836 Clarify which Emacs does the restarting.
9837 Use @samp for *scratch* buffer.
9838
98392004-07-04 Alan Mackenzie <acm@muc.de>
9840
9841 * frames.texi (Input Focus): Add documentation for
9842 `select-frame-set-input-focus'. Replace refs to non-existent
9843 `switch-frame' with `select-frame'. Minor corrections and tidying
9844 up of text-only terminal stuff.
9845
98462004-07-02 Richard M. Stallman <rms@gnu.org>
9847
9848 * files.texi (Saving Buffers): Cleanup write-contents-function.
9849 (Magic File Names): Cleanup file-remote-p.
9850
b344d29d 98512004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
9852
9853 * files.texi (Magic File Names): `file-remote-p' returns an
9854 identifier of the remote system, not just t.
9855
98562004-07-02 David Kastrup <dak@gnu.org>
9857
9858 * searching.texi (Entire Match Data): Add explanation about new
9859 match-data behavior when @var{integers} is non-nil.
9860
98612004-06-24 Richard M. Stallman <rms@gnu.org>
9862
9863 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
9864
9865 * customize.texi (Variable Definitions): Note about doc strings
9866 and :set.
9867
9868 * keymaps.texi (Keymap Terminology): Document `kbd'.
9869 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
9870
9871 * display.texi (Invisible Text): Setting buffer-invisibility-spec
9872 makes it buffer-local.
9873
9874 * files.texi (Saving Buffers): Correct previous change.
9875
9876 * commands.texi (Accessing Events):
9877 Clarify posn-col-row and posn-actual-col-row.
9878
98792004-06-24 David Ponce <david.ponce@wanadoo.fr>
9880
9881 * commands.texi (Accessing Events): New functions
9882 posn-at-point and posn-at-x-y. Add example to posn-x-y.
9883
98842004-06-23 Luc Teirlinck <teirllm@auburn.edu>
9885
9886 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
9887 * frames.texi, buffers.texi, backups.texi, variables.texi:
9888 * loading.texi, eval.texi, functions.texi, control.texi:
9889 * symbols.texi, minibuf.texi: Reposition @anchor's.
9890
9891 * help.texi: Various small changes in addition to the following.
9892 (Describing Characters): Describe PREFIX argument to
9893 `key-description'. Correct and clarify definition of
9894 `text-char-description'. Describe NEED-VECTOR argument to
9895 `read-kbd-macro'.
9896 (Help Functions): Clarify definition of `apropos'.
9897
98982004-06-23 Lars Hansen <larsh@math.ku.dk>
9899
9900 * files.texi (Saving Buffers): Correct description of
9901 `write-contents-functions'.
9902
99032004-06-21 Juanma Barranquero <lektu@terra.es>
9904
9905 * display.texi (Images): Remove redundant @vindex directives.
9906 Rewrite `image-library-alist' doc in active voice.
9907
99082004-06-14 Juanma Barranquero <lektu@terra.es>
9909
9910 * display.texi (Images): Document new delayed library loading,
9911 variable `image-library-alist' and (existing but undocumented)
9912 function `image-type-available-p'.
9913
99142004-06-05 Richard M. Stallman <rms@gnu.org>
9915
9916 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
9917 refer the user to the Initial Input node.
9918 (Text from Minibuffer): Likewise.
9919 (Initial Input): New node. Document this feature
9920 and say it is mostly deprecated.
9921
99222004-05-30 Richard M. Stallman <rms@gnu.org>
9923
9924 * loading.texi (Named Features): Clarify return value
9925 and meaning of NOERROR.
9926
9927 * variables.texi (File Local Variables): Minor cleanup.
9928
99292004-05-30 Michael Albinus <michael.albinus@gmx.de>
9930
9931 * files.texi (Magic File Names): Add `file-remote-p' as operation
9932 of file name handlers.
9933
99342004-05-29 Richard M. Stallman <rms@gnu.org>
9935
9936 * modes.texi (Minor Mode Conventions): (-) has no special meaning
9937 as arg to a minor mode command.
9938
99392004-05-22 Richard M. Stallman <rms@gnu.org>
9940
9941 * syntax.texi (Syntax Class Table): Word syntax not just for English.
9942
9943 * streams.texi (Output Variables): Doc float-output-format.
9944
9945 * searching.texi (Regexp Special): Nested repetition can be infloop.
9946
9947 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
9948 real stack overflow.
9949
9950 * compile.texi: Minor cleanups.
9951
99522004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
9953
9954 * lists.texi (Cons Cells): Explain dotted lists, true lists,
9955 circular lists.
9956 (List Elements): Explain handling of circular and dotted lists.
9957
99582004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
9959
9960 * modes.texi (Search-based Fontification): Fix typo.
9961
99622004-05-10 Juanma Barranquero <lektu@terra.es>
9963
9964 * modes.texi (Mode Line Variables): Fix description of
9965 global-mode-string, which is now after which-func-mode, not the
9966 buffer name.
9967
99682004-05-07 Lars Hansen <larsh@math.ku.dk>
9969
9970 * modes.texi (Desktop Save Mode): Add.
9971 (Modes): Add menu entry Desktop Save Mode.
9972
9973 * hooks.texi: Add desktop-after-read-hook,
9974 desktop-no-desktop-file-hook and desktop-save-hook.
9975
9976 * locals.texi: Add desktop-save-buffer.
9977
99782004-04-30 Jesper Harder <harder@ifa.au.dk>
9979
9980 * display.texi: emacs -> Emacs.
9981
99822004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9983
9984 * files.texi (Changing Files): Document set-file-times.
9985
99862004-04-23 Juanma Barranquero <lektu@terra.es>
9987
9988 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9989
99902004-04-18 Jesper Harder <harder@ifa.au.dk>
9991
9992 * tips.texi (Coding Conventions): defopt -> defcustom.
9993
99942004-04-16 Luc Teirlinck <teirllm@auburn.edu>
9995
9996 * sequences.texi: Various clarifications.
9997
99982004-04-14 Luc Teirlinck <teirllm@auburn.edu>
9999
10000 * buffers.texi (Read Only Buffers): Mention optional ARG to
10001 `toggle-read-only'.
10002
100032004-04-14 Nick Roberts <nick@nick.uklinux.net>
10004
10005 * windows.texi (Selecting Windows): Note that get-lru-window
10006 returns a full-width window if possible.
10007
100082004-04-13 Luc Teirlinck <teirllm@auburn.edu>
10009
10010 * buffers.texi: Various changes in addition to:
10011 (Buffer File Name): Add `find-buffer-visiting'.
10012 (Buffer Modification): Mention optional ARG to `not-modified'.
10013 (Indirect Buffers): Mention optional CLONE argument to
10014 `make-indirect-buffer'.
10015
10016 * files.texi: Various changes in addition to:
10017 (Visiting Functions): `find-file-hook' is now a normal hook.
10018 (File Name Expansion): Explain difference between the way that
10019 `expand-file-name' and `file-truename' treat `..'.
10020 (Contents of Directories): Mention optional ID-FORMAT argument to
10021 `directory-files-and-attributes'.
10022 (Format Conversion): Mention new optional CONFIRM argument to
10023 `format-write-file'.
10024
100252004-04-12 Miles Bader <miles@gnu.org>
10026
10027 * macros.texi (Expansion): Add description of `macroexpand-all'.
10028
100292004-04-05 Jesper Harder <harder@ifa.au.dk>
10030
5dcb4c4e
SM
10031 * variables.texi (Variable Aliases):
10032 Mention cyclic-variable-indirection.
b8d4c8d0
GM
10033
10034 * errors.texi (Standard Errors): Ditto.
10035
100362004-04-04 Luc Teirlinck <teirllm@auburn.edu>
10037
10038 * backups.texi: Various small changes in addition to:
10039 (Making Backups): Mention return value of `backup-buffer'.
10040 (Auto-Saving): Mention optional FORCE argument to
10041 `delete-auto-save-file-if-necessary'.
10042 (Reverting): Mention optional PRESERVE-MODES argument to
10043 `revert-buffer'. Correct description of `revert-buffer-function'.
10044
100452004-03-22 Juri Linkov <juri@jurta.org>
10046
10047 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
10048 with `Vector Functions'.
10049
10050 * text.texi (Sorting): Add missing quote.
10051
100522004-03-14 Luc Teirlinck <teirllm@auburn.edu>
10053
10054 * intro.texi (Lisp History): Replace xref to `cl' manual with
10055 inforef.
10056
100572004-03-12 Richard M. Stallman <rms@gnu.org>
10058
10059 * intro.texi (Version Info): Add arg to emacs-version.
10060 (Lisp History): Change xref to CL manual.
10061
100622004-03-09 Luc Teirlinck <teirllm@auburn.edu>
10063
10064 * minibuf.texi (Completion Commands): Add xref to Emacs manual
10065 for Partial Completion mode.
10066
100672004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
10068
10069 * customize.texi: Fix typo. Remove eol whitespace.
10070
100712004-03-04 Richard M. Stallman <rms@gnu.org>
10072
10073 * processes.texi: Fix typos.
10074
10075 * lists.texi (Building Lists): Minor clarification.
10076
10077 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
10078 in make-hash-table.
10079
100802004-02-29 Juanma Barranquero <lektu@terra.es>
10081
10082 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
10083 rm, and ignore exit code.
10084
100852004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10086
10087 * display.texi (Defining Faces): Add description for min-colors.
10088 Update example.
10089
100902004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10091
10092 * abbrevs.texi: Various corrections and clarifications in addition
10093 to the following:
10094 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
10095
100962004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10097
10098 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
10099
101002004-02-21 Luc Teirlinck <teirllm@auburn.edu>
10101
10102 * text.texi: Various small changes in addition to the following:
10103 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
10104 to delete-horizontal-space.
10105 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
10106 description of yank-handler text property at various places.
10107
10108 * frames.texi (Window System Selections): Add anchor.
10109
10110 * syntax.texi (Syntax Table Functions): Clarify and correct
10111 descriptions of make-syntax-table and copy-syntax-table.
10112 (Motion and Syntax): Clarify SYNTAXES argument to
10113 skip-syntax-forward.
10114 (Parsing Expressions): Mention that the return value of
10115 parse-partial-sexp is currently a list of ten rather than nine
10116 elements.
10117 (Categories): Various corrections and clarifications.
10118
101192004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10120
10121 * markers.texi (Marker Insertion Types): Minor change.
10122
10123 * locals.texi (Standard Buffer-Local Variables):
10124 * commands.texi (Interactive Codes, Using Interactive):
10125 * functions.texi (Related Topics): Fix xrefs.
10126
101272004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10128
10129 * lists.texi (Sets And Lists): Update description of delete-dups.
10130
101312004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10132
10133 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
10134
c8763fb6 101352004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10136
10137 * frames.texi (Parameter Access): frame-parameters arg is optional.
10138 modify-frame-parameters handles nil for FRAME.
10139 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
10140 are all-or-nothing for certain toolkits.
10141 Mention parameter wait-for-wm.
10142 (Frames and Windows): In frame-first-window and frame-selected-window
10143 the arg is optional.
10144 (Input Focus): In redirect-frame-focus the second arg is optional.
10145 (Window System Selections): Mention selection type CLIPBOARD.
10146 Mention data-type UTF8_STRING.
10147 Mention numbering of cut buffers.
10148 (Resources): Describe x-resource-name.
10149
101502004-02-16 Richard M. Stallman <rms@gnu.org>
10151
10152 * windows.texi (Buffers and Windows): Delete false table
10153 about all-frames.
10154
10155 * syntax.texi (Parsing Expressions): Delete old caveat
10156 about parse-sexp-ignore-comments.
10157
10158 * streams.texi (Output Variables): Add print-quoted.
10159
10160 * lists.texi (Building Lists): Minor cleanup.
10161
10162 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
10163
10164 * display.texi (Overlays): Explain overlays use markers.
10165 (Managing Overlays): Explain front-advance and rear-advance
10166 in more detail.
10167
10168 * loading.texi (Unloading): Document unload-feature-special-hooks.
10169 Get rid of fns-NNN.el file.
10170
101712004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10172
10173 * help.texi (Describing Characters): Fix text-char-description
10174 example output.
10175
10176 * edebug.texi (Using Edebug): Fix example.
10177
10178 * debugging.texi (Internals of Debugger): Fix return value.
10179
10180 * files.texi (Changing Files): Fix argname.
10181
10182 * calendar.texi: Fix parens, and default values.
10183
10184 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
10185 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 10186 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
10187
10188 * positions.texi (Text Lines): Don't add -1 in current-line.
10189
101902004-02-16 Richard M. Stallman <rms@gnu.org>
10191
10192 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
10193
101942004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10195
10196 * processes.texi (Low-Level Network): Fix a typo.
10197
101982004-02-12 Kim F. Storm <storm@cua.dk>
10199
10200 * display.texi (Fringes): Use consistent wording.
10201 Note that window-fringe's window arg is optional.
10202 (Scroll Bars): Use consistent wording.
10203
102042004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10205
10206 * tips.texi (Comment Tips): Document the new conventions for
10207 commenting out code.
10208
c8763fb6 102092004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 10210
5dcb4c4e 10211 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
10212
102132004-02-07 Kim F. Storm <storm@cua.dk>
10214
10215 * positions.texi (Text Lines): Add line-number-at-pos.
10216
102172004-02-06 John Paul Wallington <jpw@gnu.org>
10218
10219 * display.texi (Button Properties, Button Buffer Commands):
10220 mouse-2 invokes button, not down-mouse-1.
10221
102222004-02-04 Jason Rumney <jasonr@gnu.org>
10223
10224 * makefile.w32-in: Sync with Makefile.in changes.
10225
102262004-02-03 Luc Teirlinck <teirllm@auburn.edu>
10227
10228 * minibuf.texi (Text from Minibuffer): Various corrections and
10229 clarifications.
10230 (Object from Minibuffer): Correct Lisp description of
10231 read-minibuffer.
10232 (Minibuffer History): Clarify description of cons values for
10233 HISTORY arguments.
5dcb4c4e
SM
10234 (Basic Completion): Various corrections and clarifications.
10235 Add completion-regexp-list.
b8d4c8d0
GM
10236 (Minibuffer Completion): Correct and clarify description of
10237 completing-read.
5dcb4c4e
SM
10238 (Completion Commands): Mention Partial Completion mode.
10239 Various other minor changes.
b8d4c8d0
GM
10240 (High-Level Completion): Various corrections and clarifications.
10241 (Reading File Names): Ditto.
10242 (Minibuffer Misc): Ditto.
10243
102442004-01-26 Luc Teirlinck <teirllm@auburn.edu>
10245
10246 * strings.texi (Text Comparison): assoc-string also matches
10247 elements of alists that are strings instead of conses.
10248 (Formatting Strings): Standardize Texinfo usage. Update index
10249 entries.
10250
102512004-01-20 Luc Teirlinck <teirllm@auburn.edu>
10252
10253 * lists.texi (Sets And Lists): Add delete-dups.
10254
102552004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10256
10257 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10258 special form.
10259 * macros.texi (Defining Macros): Update description of `declare',
10260 which now is a macro.
10261 (Wrong Time): Fix typos.
10262
102632004-01-14 Luc Teirlinck <teirllm@auburn.edu>
10264
10265 * compile.texi (Compilation Functions): Expand descriptions of
10266 `compile-defun', `byte-compile-file', `byte-recompile-directory'
10267 and `batch-byte-compile'. In particular, mention and describe
10268 all optional arguments.
10269 (Disassembly): Correct and clarify the description of `disassemble'.
10270
102712004-01-11 Luc Teirlinck <teirllm@auburn.edu>
10272
10273 * searching.texi: Various small changes in addition to the
10274 following.
10275 (Regexp Example): Adapt to new value of `sentence-end'.
10276 (Regexp Functions): The PAREN argument to `regexp-opt' can be
10277 `words'.
10278 (Search and Replace): Add usage note for `perform-replace'.
10279 (Entire Match Data): Mention INTEGERS and REUSE arguments to
10280 `match-data'.
10281 (Standard Regexps): Update for new values of `paragraph-start'
10282 and `sentence-end'.
10283
102842004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10285
10286 * files.texi (Saving Buffers): Clarify descriptions of
10287 `write-contents-functions' and `before-save-hook'.
10288 Make the defvar's for `before-save-hook' and `after-save-hook'
10289 into defopt's.
10290
102912004-01-07 Kim F. Storm <storm@cua.dk>
10292
10293 * commands.texi (Click Events): Describe new image and
10294 width/height elements of click events.
10295 (Accessing Events): Add posn-string, posn-image, and
10296 posn-object-width-height. Change posn-object to return either
10297 image or string object.
10298
102992004-01-01 Simon Josefsson <jas@extundo.com>
10300
10301 * hooks.texi (Standard Hooks): Add before-save-hook.
10302 * files.texi (Saving Buffers): Likewise.
10303
103042004-01-03 Richard M. Stallman <rms@gnu.org>
10305
10306 * frames.texi (Frames and Windows): Delete frame-root-window.
10307
103082004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10309
10310 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10311
10312 * functions.texi: Various small changes in addition to the
10313 following.
5dcb4c4e
SM
10314 (What Is a Function): `functionp' returns nil for macros.
10315 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
10316 (Function Documentation): Add `\' in front of (fn @var{arglist})
10317 and explain why.
10318 (Defining Functions): Mention DOCSTRING argument to `defalias'.
10319 Add anchor.
10320 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
10321
103222004-01-01 Miles Bader <miles@gnu.org>
10323
10324 * display.texi (Buttons): New section.
10325
103262003-12-31 Andreas Schwab <schwab@suse.de>
10327
10328 * numbers.texi (Math Functions): sqrt reports a domain-error
10329 error.
10330 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
10331
103322003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10333
10334 * tips.texi (Documentation Tips): Update item on hyperlinks in
10335 documentation strings.
10336
10337 * errors.texi (Standard Errors): Various small corrections and
10338 additions.
10339
10340 * control.texi: Various small changes in addition to the
10341 following.
10342 (Signaling Errors): Provide some more details on how `signal'
10343 constructs the error message. Add anchor to the definition of
10344 `signal'.
10345 (Error Symbols): Describe special treatment of `quit'.
10346 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
10347 to emphasize that it has to be a single form.
10348
10349 * buffers.texi: Add anchor.
10350
103512003-12-29 Richard M. Stallman <rms@gnu.org>
10352
10353 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
10354 (Window Configurations): Add window-configuration-frame.
10355
10356 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
10357
10358 * text.texi (Examining Properties): Add get-char-property-and-overlay.
10359 Change arg name in get-char-property.
10360 (Special Properties): Update handling of keymap property.
10361
10362 * strings.texi (Modifying Strings): Add clear-string.
10363 (Text Comparison): Add assoc-string and remove
10364 assoc-ignore-case, assoc-ignore-representation.
10365
10366 * os.texi (Time of Day): Add set-time-zone-rule.
10367
10368 * numbers.texi (Math Functions): asin, acos, log, log10
10369 report domain-error errors.
10370
10371 * nonascii.texi (Converting Representations):
10372 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
10373 (Encoding and I/O): Add file-name-coding-system.
10374
10375 * modes.texi (Search-based Fontification): Explain that
10376 face specs are symbols with face names as values.
10377
10378 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
10379
10380 * lists.texi (Building Lists): remq moved elsewhere.
10381 (Sets And Lists): remq moved here.
10382 (Association Lists): Refer to assoc-string.
10383
10384 * internals.texi (Garbage Collection): Add memory-use-counts.
10385
10386 * frames.texi (Frames and Windows): Add set-frame-selected-window
10387 and frame-root-window.
10388
10389 * files.texi (Contents of Directories):
10390 Add directory-files-and-attributes.
10391
10392 * display.texi (Refresh Screen): Add force-window-update.
10393 (Invisible Text): Explain about moving point out of invis text.
10394 (Overlay Properties): Add overlay-properties.
10395 (Managing Overlays): Add overlayp.
10396 (GIF Images): Invalid image number displays a hollow box.
10397
10398 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
10399 (Killing Buffers): Add buffer-live-p.
10400
104012003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10402
10403 * display.texi (Fringes): Fix typo "set-buffer-window".
10404
104052003-12-24 Luc Teirlinck <teirllm@auburn.edu>
10406
10407 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
10408 * nonascii.texi, processes.texi, tips.texi, variables.texi:
10409 Add or change various xrefs and anchors.
10410
10411 * commands.texi: Replace all occurrences of @acronym{CAR} with
10412 @sc{car}, for consistency with the rest of the Elisp manual.
10413 `car' and `cdr' are historically acronyms, but are no longer
10414 widely thought of as such.
10415
10416 * internals.texi (Pure Storage): Mention that `purecopy' does not
10417 copy text properties.
10418 (Object Internals): Now 29 bits are used (in most implementations)
10419 to address Lisp objects.
10420
10421 * variables.texi (Variables with Restricted Values): New node.
10422
10423 * objects.texi (Lisp Data Types): Mention that certain variables
10424 can only take on a restricted set of values and add an xref to
10425 the new node "Variables with Restricted Values".
10426
10427 * eval.texi (Function Indirection): Describe the errors that
10428 `indirect-function' can signal.
10429 (Eval): Clarify the descriptions of `eval-region' and `values'.
10430 Describe `eval-buffer' instead of `eval-current-buffer' and
10431 mention `eval-current-buffer' as an alias for `current-buffer'.
10432 Correct the description and mention all optional arguments.
10433
10434 * nonascii.texi: Various small changes in addition to the
10435 following.
10436 (Converting Representations): Clarify behavior of
10437 `string-make-multibyte' and `string-to-multibyte' for unibyte all
10438 ASCII arguments.
10439 (Character Sets): Document the variable `charset-list' and adapt
10440 the definition of the function `charset-list' accordingly.
10441 (Translation of Characters): Clarify use of generic characters in
10442 `make-translation-table'. Clarify and correct the description of
10443 the use of translation tables in encoding and decoding.
10444 (User-Chosen Coding Systems): Correct and clarify the description
10445 of `select-safe-coding-system'.
10446 (Default Coding Systems): Clarify description of
10447 `file-coding-system-alist'.
10448
104492003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10450
10451 * strings.texi (Text Comparison): Correctly describe when two
10452 strings are `equal'. Combine and clarify descriptions of
10453 `assoc-ignore-case' and `assoc-ignore-representation'.
10454
10455 * objects.texi (Non-ASCII in Strings): Clarify description of
10456 when a string is unibyte or multibyte.
10457 (Bool-Vector Type): Update examples.
10458 (Equality Predicates): Correctly describe when two strings are
10459 `equal'.
10460
104612003-11-29 Luc Teirlinck <teirllm@auburn.edu>
10462
10463 * lists.texi (Building Lists): `append' no longer accepts integer
10464 arguments. Update the description of `number-sequence' to reflect
10465 recent changes.
10466 (Sets And Lists): Describe `member-ignore-case' after `member'.
10467
104682003-11-27 Kim F. Storm <storm@cua.dk>
10469
10470 * commands.texi (Click Events): Click object may be an images.
10471 Describe (dx . dy) element of click positions.
10472 (Accessing Events): Remove duplicate posn-timestamp.
10473 New functions posn-object and posn-object-x-y.
10474
104752003-11-23 Kim F. Storm <storm@cua.dk>
10476
10477 * commands.texi (Click Events): Describe enhancements to event
10478 position lists, including new text-pos and (col . row) items.
10479 Mention left-fringe and right-fringe area events.
10480 (Accessing Events): New functions posn-area and
10481 posn-actual-col-row. Mention posn-timestamp. Mention that
10482 posn-point in non-text area still returns buffer position.
10483 Clarify posn-col-row.
10484
104852003-11-21 Lars Hansen <larsh@math.ku.dk>
10486
10487 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
10488 * anti.texi (File Attributes): Describe removed parameter
10489 ID-FORMAT.
10490
104912003-11-20 Luc Teirlinck <teirllm@auburn.edu>
10492
10493 * positions.texi (Positions): Mention that, if a marker is used as
10494 a position, its buffer is ignored.
10495
10496 * markers.texi (Overview of Markers): Mention it here too.
10497
104982003-11-12 Luc Teirlinck <teirllm@auburn.edu>
10499
10500 * numbers.texi (Numeric Conversions): Not just `floor', but also
10501 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
10502
105032003-11-10 Luc Teirlinck <teirllm@auburn.edu>
10504
10505 * markers.texi (Creating Markers): Specify insertion type of
10506 created markers. Add xref to `Marker Insertion Types'.
10507 Second argument to `copy-marker' is optional.
10508 (Marker Insertion Types): Mention that most markers are created
10509 with insertion type nil.
10510 (The Mark): Correctly describe when `mark' signals an error.
10511 (The Region): Correctly describe when `region-beginning' and
10512 `region-end' signal an error.
10513
105142003-11-08 Luc Teirlinck <teirllm@auburn.edu>
10515
10516 * hash.texi (Creating Hash): Clarify description of `eql'.
10517 `makehash' is obsolete.
10518 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
10519
10520 * positions.texi (Point): Change description of `buffer-end', so
10521 that it is also correct for floating point arguments.
10522 (List Motion): Correct argument lists of `beginning-of-defun' and
10523 `end-of-defun'.
10524 (Excursions): Add xref to `Marker Insertion Types'.
10525 (Narrowing): Argument to `narrow-to-page' is optional.
10526
105272003-11-06 Luc Teirlinck <teirllm@auburn.edu>
10528
10529 * streams.texi (Output Streams): Clarify behavior of point for
10530 marker output streams.
10531
105322003-11-04 Luc Teirlinck <teirllm@auburn.edu>
10533
10534 * variables.texi (Defining Variables): Second argument to
10535 `defconst' is not optional.
10536 (Setting Variables): Mention optional argument APPEND to
10537 `add-to-list'.
10538 (Creating Buffer-Local): Expand description of
10539 `make-variable-buffer-local'.
10540 (Frame-Local Variables): Expand description of
10541 `make-variable-frame-local'.
10542 (Variable Aliases): Correct description of optional argument
10543 DOCSTRING to `defvaralias'. Mention return value of
10544 `defvaralias'.
10545 (File Local Variables): Add xref to `File variables' in Emacs
10546 Manual. Correct description of `hack-local-variables'. Mention
10547 `safe-local-variable' property. Mention optional second argument
10548 to `risky-local-variable-p'.
10549
105502003-11-03 Luc Teirlinck <teirllm@auburn.edu>
10551
10552 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
10553
105542003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10555
10556 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
10557 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
10558 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
10559 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
10560 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
10561 lispref/processes.texi, lispref/searching.texi,
10562 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
10563 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
10564 @acronym{FOO}.
10565
105662003-10-27 Luc Teirlinck <teirllm@auburn.edu>
10567
10568 * strings.texi (Creating Strings): Argument START to `substring'
10569 can not be `nil'. Expand description of
10570 `substring-no-properties'. Correct description of `split-string',
10571 especially with respect to empty matches. Prevent very bad line
10572 break in definition of `split-string-default-separators'.
10573 (Text Comparison): `string=' and `string<' also accept symbols as
10574 arguments.
10575 (String Conversion): More completely describe argument BASE in
10576 `string-to-number'.
10577 (Formatting Strings): `%s' and `%S' in `format' do require
10578 corresponding object. Clarify behavior of numeric prefix after
10579 `%' in `format'.
10580 (Case Conversion): The argument to `upcase-initials' can be a
10581 character.
10582
105832003-10-27 Kenichi Handa <handa@m17n.org>
10584
10585 * display.texi (Fontsets): Fix texinfo usage.
10586
105872003-10-25 Kenichi Handa <handa@m17n.org>
10588
10589 * display.texi (Fontsets): Add description of the function
10590 set-fontset-font.
10591
105922003-10-23 Luc Teirlinck <teirllm@auburn.edu>
10593
10594 * display.texi (Temporary Displays): Add xref to `Documentation
10595 Tips'.
10596
10597 * functions.texi (Function Safety): Use inforef instead of pxref
10598 for SES.
10599
106002003-10-23 Andreas Schwab <schwab@suse.de>
10601
10602 * Makefile.in (TEX, texinputdir): Don't define.
10603 (TEXI2DVI): Define.
10604 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
10605 add $(srcdir)/index.texi.
10606 ($(infodir)/elisp): Remove index.texi dependency.
10607 (elisp.dvi): Likewise. Use $(TEXI2DVI).
10608 (index.texi): Remove target.
10609 (dist): Don't link $(srcdir)/permute-index.
10610 (clean): Don't remove index.texi.
10611
10612 * permute-index, index.perm: Remove.
10613 * index.texi: Rename from index.unperm.
10614
106152003-10-22 Luc Teirlinck <teirllm@auburn.edu>
10616
10617 * tips.texi (Documentation Tips): Document new behavior for face
10618 and variable hyperlinks in Help mode.
10619
106202003-10-21 Luc Teirlinck <teirllm@auburn.edu>
10621
10622 * objects.texi (Integer Type): Update for extra bit of integer range.
10623 (Character Type): Ditto.
10624
106252003-10-16 Eli Zaretskii <eliz@gnu.org>
10626
10627 * numbers.texi (Integer Basics): Add index entries for reading
10628 numbers in hex, octal, and binary.
10629
106302003-10-16 Lute Kamstra <lute@gnu.org>
10631
10632 * modes.texi (Mode Line Format): Mention force-mode-line-update's
10633 argument.
10634
106352003-10-13 Luc Teirlinck <teirllm@auburn.edu>
10636
10637 * windows.texi (Choosing Window): Fix typo.
10638 * edebug.texi (Edebug Execution Modes): Fix typo.
10639
106402003-10-13 Richard M. Stallman <rms@gnu.org>
10641
10642 * windows.texi (Basic Windows): A window has fringe settings,
10643 display margins and scroll-bar settings.
10644 (Splitting Windows): Doc split-window return value.
10645 Clean up one-window-p.
10646 (Selecting Windows): Fix typo.
10647 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
10648 (Buffers and Windows): In set-window-buffer, explain effect
10649 on fringe settings and scroll bar settings.
10650 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
10651 (Choosing Window): Use defopt for pop-up-frame-function.
10652 For special-display-buffer-names, explain same-window and same-frame.
10653 Clarify window-dedicated-p return value.
10654 (Textual Scrolling): scroll-up and scroll-down can get an error.
10655 (Horizontal Scrolling): Clarify auto-hscroll-mode.
10656 Clarify set-window-hscroll.
10657 (Size of Window): Don't mention tool bar in window-height.
10658 (Coordinates and Windows): Explain what coordinates-in-window-p
10659 returns for fringes and display margins.
10660 (Window Configurations): Explain saving fringes, etc.
10661
10662 * tips.texi (Library Headers): Clean up Documentation.
10663
10664 * syntax.texi (Parsing Expressions): Clean up forward-comment
10665 and parse-sexp-lookup-properties.
10666
10667 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
10668
10669 * os.texi (System Environment): Clean up text for load-average errors.
10670
10671 * modes.texi (Hooks): Don't explain local hook details at front.
10672 Clarify run-hooks and run-hook-with-args a little.
10673 Clean up add-hook and remove-hook.
10674
10675 * edebug.texi (Edebug Execution Modes): Clarify t.
10676 Document edebug-sit-for-seconds.
10677 (Coverage Testing): Document C-x X = and =.
10678 (Instrumenting Macro Calls): Fix typo.
10679 (Specification List): Don't index the specification keywords.
10680
106812003-10-10 Kim F. Storm <storm@cua.dk>
10682
10683 * processes.texi (Network): Introduce make-network-process.
10684
106852003-10-09 Luc Teirlinck <teirllm@auburn.edu>
10686
10687 * tips.texi (Library Headers): Fix typo.
10688
106892003-10-07 Juri Linkov <juri@jurta.org>
10690
10691 * modes.texi (Imenu): Mention imenu-create-index-function's
10692 default value. Explain submenus better.
10693
106942003-10-07 Lute Kamstra <lute@gnu.org>
10695
10696 * modes.texi (Faces for Font Lock): Fix typo.
10697 (Hooks): Explain how buffer-local hook variables can refer to
10698 global hook variables.
10699 Various minor clarifications.
10700
107012003-10-06 Lute Kamstra <lute@gnu.org>
10702
10703 * tips.texi (Coding Conventions): Mention naming conventions for
10704 hooks.
10705
107062003-10-05 Luc Teirlinck <teirllm@auburn.edu>
10707
10708 * loading.texi (Library Search): Correct default value of
10709 load-suffixes.
10710 (Named Features): Fix typo.
10711
107122003-10-05 Richard M. Stallman <rms@gnu.org>
10713
10714 * loading.texi (Named Features): In `provide',
10715 say how to test for subfeatures.
10716 (Unloading): In unload-feature, use new var name
10717 unload-feature-special-hooks.
10718
107192003-10-03 Lute Kamstra <lute@gnu.org>
10720
10721 * modes.texi (Major Mode Conventions): Mention third way to set up
10722 Imenu.
10723 (Imenu): A number of small fixes.
10724 Delete documentation of internal variable imenu--index-alist.
10725 Document the return value format of imenu-create-index-function
10726 functions.
10727
107282003-09-30 Richard M. Stallman <rms@gnu.org>
10729
10730 * processes.texi (Network): Say what stopped datagram connections do.
10731
10732 * lists.texi (Association Lists): Clarify `assq-delete-all'.
10733
10734 * display.texi (Overlay Properties): Clarify `evaporate' property.
10735
107362003-09-29 Lute Kamstra <lute@gnu.org>
10737
10738 * modes.texi (Mode Line Data): Explain when symbols in mode-line
10739 constructs should be marked as risky.
10740 Change cons cell into proper list.
10741 (Mode Line Variables): Change cons cell into proper list.
10742
107432003-09-26 Lute Kamstra <lute@gnu.org>
10744
10745 * modes.texi (Mode Line Data): Document the :propertize construct.
10746 (Mode Line Variables): Reorder the descriptions of the variables
10747 to match their order in the default mode-line-format.
10748 Describe the new variables mode-line-position and mode-line-modes.
10749 Update the default values of mode-line-frame-identification,
10750 minor-mode-alist, and default-mode-line-format.
10751 (Properties in Mode): Mention the :propertize construct.
10752
107532003-09-26 Richard M. Stallman <rms@gnu.org>
10754
10755 * buffers.texi, commands.texi, debugging.texi, eval.texi:
10756 * loading.texi, minibuf.texi, text.texi, variables.texi:
10757 Avoid @strong{Note:}.
10758
107592003-09-26 Richard M. Stallman <rms@gnu.org>
10760
10761 * keymaps.texi (Remapping Commands): Fix typo.
10762
107632003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
10764
10765 * processes.texi (Low-Level Network): Fix typo.
10766
107672003-09-23 Kim F. Storm <storm@cua.dk>
10768
10769 * processes.texi (Network, Network Servers): Fix typos.
10770 (Low-Level Network): Add timeout value for :server keyword.
10771 Add new option keywords to make-network-process.
10772 Add set-network-process-options.
10773 Explain how to test availability of network options.
10774
107752003-09-19 Richard M. Stallman <rms@gnu.org>
10776
10777 * text.texi (Motion by Indent): Arg to
10778 backward-to-indentation and forward-to-indentation is optional.
10779
10780 * strings.texi (Creating Strings): Add substring-no-properties.
10781
10782 * processes.texi
10783 (Process Information): Add list-processes arg QUERY-ONLY.
10784 Delete process-contact from here.
10785 Add new status values for process-status.
10786 Add process-get, process-put, process-plist, set-process-plist.
10787 (Synchronous Processes): Add call-process-shell-command.
10788 (Signals to Processes): signal-process allows process objects.
10789 (Network): Complete rewrite.
10790 (Network Servers, Datagrams, Low-Level Network): New nodes.
10791
10792 * positions.texi (Word Motion): forward-word, backward-word
10793 arg is optional. Reword.
10794
10795 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
10796
10797 * variables.texi (Creating Buffer-Local):
10798 Delete duplicate definition of buffer-local-value.
10799 (File Local Variables): Explain about discarding text props.
10800
108012003-09-11 Richard M. Stallman <rms@gnu.org>
10802
10803 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
10804 changes variables that record input events.
10805 (Minibuffer Misc): Add minibuffer-selected-window.
10806
10807 * lists.texi (Building Lists): Add copy-tree.
10808
10809 * display.texi (Fontsets): Add char-displayable-p.
10810 (Scroll Bars): New node.
10811
108122003-09-08 Lute Kamstra <lute@gnu.org>
10813
10814 * modes.texi (%-Constructs): Document new `%i' and `%I'
10815 constructs.
10816
108172003-09-03 Peter Runestig <peter@runestig.com>
10818
10819 * makefile.w32-in: New file.
10820
108212003-08-29 Richard M. Stallman <rms@gnu.org>
10822
10823 * display.texi (Overlay Properties): Clarify how priorities
10824 affect use of the properties.
10825
108262003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10827
10828 * customize.texi (Type Keywords): Correct the description of
10829 `:help-echo' in the case where `motion-doc' is a function.
10830
108312003-08-14 John Paul Wallington <jpw@gnu.org>
10832
10833 * modes.texi (Emulating Mode Line): Subsection, not section.
10834
108352003-08-13 Richard M. Stallman <rms@gnu.org>
10836
10837 * elisp.texi (Top): Update subnode lists in menu.
10838
10839 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
10840 (Kill Functions): kill-region has new arg yank-handler.
10841 (Yanking): New node.
10842 (Yank Commands): Add yank-undo-function.
10843 (Low-Level Kill Ring):
10844 kill-new and kill-append have new arg yank-handler.
10845 (Changing Properties): Add remove-list-of-text-properties.
10846 (Atomic Changes): New node.
10847
10848 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
10849
10850 * streams.texi (Output Variables): Add eval-expression-print-length
10851 and eval-expression-print-level.
10852
10853 * os.texi (Time Conversion): For encode-time, explain limits on year.
10854
10855 * objects.texi (Character Type): Define anchor "modifier bits".
10856
10857 * modes.texi (Emulating Mode Line): New node.
10858 (Search-based Fontification): Font Lock uses font-lock-face property.
10859 (Other Font Lock Variables): Likewise.
10860
10861 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
10862 not vectors.
10863 (Active Keymaps): Add emulation-mode-map-alists.
10864 (Functions for Key Lookup): key-binding has new arg no-remap.
10865 (Remapping Commands): New node.
10866 (Scanning Keymaps): where-is-internal has new arg no-remap.
10867 (Tool Bar): Add tool-bar-local-item-from-menu.
10868 Clarify when to use tool-bar-add-item-from-menu.
10869
10870 * commands.texi (Interactive Call): commandp has new arg.
10871 (Command Loop Info): Add this-original-command.
10872
108732003-08-06 John Paul Wallington <jpw@gnu.org>
10874
10875 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
10876
10877 * display.texi (Warning Basics): Fix typo.
10878 (Fringes): Add closing curly bracket and fix typo.
10879
10880 * elisp.texi (Top): Fix typo.
10881
108822003-08-05 Richard M. Stallman <rms@gnu.org>
10883
10884 * elisp.texi: Update lists of subnodes.
10885
10886 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
10887
10888 * variables.texi (Local Variables): Use lc for example variable names.
10889
10890 * tips.texi (Library Headers): Explain where to put -*-.
10891
10892 * strings.texi (Creating Strings): Fix xref for vconcat.
10893
10894 * sequences.texi (Vector Functions):
10895 vconcat no longer allows integer args.
10896
10897 * minibuf.texi (Reading File Names): read-file-name has new
10898 arg PREDICATE. New function read-directory-name.
10899
c4cc8b9a 10900 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
10901 (Indenting Macros): New node.
10902
10903 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
10904 (Window Frame Parameters): Make separate table of parameters
10905 that are coupled with specific face attributes.
10906 (Deleting Frames): delete-frame-hooks renamed to
10907 delete-frame-functions.
10908
10909 * files.texi (Magic File Names): Add file-remote-p.
10910 Clarify file-local-copy.
10911
10912 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
10913 here; instead xref Defining Macros.
10914
10915 * display.texi (Warnings): New node, and subnodes.
10916 (Fringes): New node.
10917
10918 * debugging.texi (Test Coverage): New node.
10919
10920 * compile.texi (Compiler Errors): Explain with-no-warnings
10921 and other ways to suppress warnings.
10922
10923 * commands.texi (Interactive Call): Minor clarification.
10924
10925 * buffers.texi (Buffer File Name): set-visited-file-name
10926 renames the buffer too.
10927
10928 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
10929
109302003-07-24 Markus Rost <rost@math.ohio-state.edu>
10931
10932 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
10933
109342003-07-22 Markus Rost <rost@math.ohio-state.edu>
10935
10936 * internals.texi (Garbage Collection): Fix previous change.
10937
109382003-07-22 Richard M. Stallman <rms@gnu.org>
10939
10940 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
10941
10942 * display.texi (Width): Use \s syntax in example.
10943 (Font Selection): Add face-font-rescale-alist.
10944
10945 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
10946 Remove spurious indent in example.
10947
10948 * lists.texi (Building Lists): Add number-sequence.
10949
10950 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
10951
10952 * functions.texi (Function Documentation): Explain how to
10953 show calling convention explicitly in the doc string.
10954
10955 * windows.texi (Selecting Windows): save-selected-window saves
10956 selected window of each frame.
10957 (Window Configurations): Minor change.
10958
10959 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
10960
10961 * streams.texi (Output Variables): Add print-continuous-numbering
10962 and print-number-table.
10963
10964 * processes.texi (Decoding Output): New node.
10965
10966 * os.texi (Time Conversion): decode-time arg is optional.
10967
10968 * objects.texi (Character Type): Don't use space as example for \.
10969 Make list of char names and \-sequences correspond.
10970 Explain that \s is not used in strings. `\ ' needs space after.
10971
10972 * nonascii.texi (Converting Representations): Add string-to-multibyte.
10973 (Translation of Characters): Add translation-table-for-input.
10974 (Default Coding Systems): Add auto-coding-functions.
10975 (Explicit Encoding): Add decode-coding-inserted-region.
10976 (Locales): Add locale-info.
10977
10978 * minibuf.texi (Basic Completion): Describe test-completion.
10979 Collections can be lists of strings.
10980 Clean up lazy-completion-table.
10981 (Programmed Completion): Mention test-completion.
10982 Clarify why lambda expressions are not accepted.
10983 (Minibuffer Misc): Describe minibufferp.
10984
109852003-07-14 Richard M. Stallman <rms@gnu.org>
10986
10987 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
10988
10989 * windows.texi (Selecting Windows): New arg to select-window.
10990 (Selecting Windows): Add with-selected-window.
10991 (Size of Window): Add window-inside-edges, etc.
10992
10993 * internals.texi (Garbage Collection): Add post-gc-hook.
10994
10995 * processes.texi (Subprocess Creation): Add exec-suffixes.
10996
10997 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
10998 (Scanning Keymaps): Add map-keymaps.
10999 (Defining Menus): Add keymap-prompt.
11000
11001 * numbers.texi (Integer Basics): Add most-positive-fixnum,
11002 most-negative-fixnum.
11003
c4cc8b9a 11004 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
11005 (Compiler Errors): New node.
11006
11007 * os.texi (User Identification): user-uid, user-real-uid
11008 can return float.
11009
11010 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
11011 and about derived modes.
11012 (Minor Modes): Add minor-mode-list.
11013 (Defining Minor Modes): Keyword args for define-minor-mode.
11014 (Search-based Fontification): Explain managing other properties.
11015 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 11016 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
11017 (Hooks): Add run-mode-hooks and delay-mode-hooks.
11018
11019 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
11020 (Variable Aliases): Clarify defvaralias.
11021
11022 * loading.texi (Library Search): Add load-suffixes.
11023
11024 * minibuf.texi (Basic Completion): Add lazy-completion-table.
11025 (Programmed Completion): Add dynamic-completion-table.
11026
11027 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
11028 (Magic File Names): Specify precedence order of handlers.
11029
11030 * commands.texi (Command Overview): Emacs server runs pre-command-hook
11031 and post-command-hook.
11032 (Waiting): New calling convention for sit-for.
11033
11034 * text.texi (Special Properties): local-map and keymap properties
11035 apply based on their stickiness.
11036
110372003-07-07 Richard M. Stallman <rms@gnu.org>
11038
11039 * modes.texi (Minor Mode Conventions): Specify only some kinds
11040 of list values as args to minor modes.
11041
11042 * files.texi (File Name Expansion): Warn about iterative use
11043 of substitute-in-file-name.
11044
11045 * advice.texi (Activation of Advice): Clean up previous change.
11046
110472003-07-06 Markus Rost <rost@math.ohio-state.edu>
11048
11049 * advice.texi (Activation of Advice): Note that ad-start-advice is
11050 turned on by default.
11051
110522003-06-30 Richard M. Stallman <rms@gnu.org>
11053
11054 * text.texi (Buffer Contents): Document current-word.
11055 (Change Hooks): Not called for *Messages*.
11056
11057 * functions.texi (Defining Functions): Explain about redefining
11058 primitives.
f4e90db0 11059 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
11060 Comment out the detailed criteria for what is safe.
11061
110622003-06-22 Andreas Schwab <schwab@suse.de>
11063
11064 * objects.texi (Symbol Type): Fix description of examples.
11065
110662003-06-16 Andreas Schwab <schwab@suse.de>
11067
11068 * hash.texi (Creating Hash): Fix description of :weakness.
11069
c8763fb6 110702003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
11071
11072 * files.texi (Changing Files): copy-file copies file modes, too.
11073
110742003-05-28 Richard M. Stallman <rms@gnu.org>
11075
11076 * strings.texi (Creating Strings): Clarify split-string.
11077
110782003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
11079
11080 * strings.texi (Creating Strings): Update split-string specification
11081 and examples.
11082
110832003-05-19 Richard M. Stallman <rms@gnu.org>
11084
11085 * elisp.texi: Correct invariant section names.
11086
110872003-04-20 Richard M. Stallman <rms@gnu.org>
11088
11089 * os.texi (Timers): Explain about timers and quitting.
11090
110912003-04-19 Richard M. Stallman <rms@gnu.org>
11092
11093 * internals.texi (Writing Emacs Primitives): Strings are
11094 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
11095 Explain GCPRO convention for varargs function args.
11096
110972003-04-16 Richard M. Stallman <rms@gnu.org>
11098
11099 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
11100
111012003-04-08 Richard M. Stallman <rms@gnu.org>
11102
11103 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
11104
111052003-02-13 Kim F. Storm <storm@cua.dk>
11106
11107 * objects.texi (Character Type): New \s escape for space.
11108
111092003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
11110
5dcb4c4e 11111 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
11112
111132003-01-25 Richard M. Stallman <rms@gnu.org>
11114
11115 * keymaps.texi: Document that a symbol can act as a keymap.
11116
111172003-01-13 Richard M. Stallman <rms@gnu.org>
11118
11119 * text.texi (Changing Properties): Say string indices are origin-0.
11120
11121 * positions.texi (Screen Lines) <compute-motion>:
11122 Correct order of elts in return value.
11123
11124 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
11125 how to define a default binding.
11126
111272002-12-07 Markus Rost <rost@math.ohio-state.edu>
11128
11129 * loading.texi (Unloading): Fix recent change for load-history.
11130
11131 * customize.texi (Simple Types): Clarify description of custom
11132 type 'number. Describe new custom type 'float.
11133
111342002-12-04 Markus Rost <rost@math.ohio-state.edu>
11135
11136 * variables.texi (File Local Variables): Fix typo.
11137
c8763fb6 111382002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
11139
11140 From Michael Albinus <Michael.Albinus@alcatel.de>.
11141
11142 * README: Target for Info file is `make info'.
11143
5dcb4c4e 11144 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
11145 `file-name-sans-extension'.
11146 (Magic File Names): Complete list of operations for magic file
11147 name handlers.
11148
111492002-09-16 Jonathan Yavner <jyavner@engineer.com>
11150
11151 * variables.texi (File Local Variables): New function
11152 risky-local-variable-p.
11153
111542002-09-15 Jonathan Yavner <jyavner@engineer.com>
11155
11156 * functions.texi (Function safety): New node about unsafep.
11157
111582002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
11159
5dcb4c4e 11160 * customize.texi (Splicing into Lists): Fix example.
a86cd395 11161 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
11162
111632002-06-17 Juanma Barranquero <lektu@terra.es>
11164
11165 * frames.texi (Display Feature Testing): Fix typo.
11166
111672002-06-12 Andreas Schwab <schwab@suse.de>
11168
11169 * frames.texi (Initial Parameters, Resources): Fix references to
11170 the Emacs manual.
11171
111722002-05-13 Kim F. Storm <storm@cua.dk>
11173
11174 * variables.texi (Intro to Buffer-Local): Updated warning and
11175 example relating to changing buffer inside let.
11176
c8763fb6 111772002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
11178
11179 * os.texi (Session Management): New node about X Session management.
11180
111812002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
11182
11183 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
11184 to which the manual corresponds, and the copyright years.
11185
11186 * Makefile.in (VERSION): Set to 2.9.
11187
111882001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
11189
11190 * elisp.texi: Change the category in @dircategory to "Emacs", to
11191 make it consistent with info/dir.
11192
111932001-11-25 Miles Bader <miles@gnu.org>
11194
11195 * text.texi (Fields): Describe new `limit' arg in
11196 field-beginning/field-end.
11197
111982001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
11199
5dcb4c4e
SM
11200 * permute-index: Don't depend on csh-specific features.
11201 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
11202
11203 * two-volume-cross-refs.txt: New file.
11204 * two.el: New file.
11205 * spellfile: New file.
11206
112072001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
11208
11209 * permute-index: New file.
11210
11211 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
11212 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
11213 8+3 restricted namespace.
11214
11215 * Makefile.in (infodir): Define relative to $(srcdir).
11216 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
11217 include directories list via -I switch to makeinfo.
11218 (index.texi): Use cp if both hard and symbolic links fail.
11219
112202001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
11221
11222 * Makefile.in (distclean): Add.
11223
11224 The following changes make ELisp manual part of the Emacs
11225 distribution:
11226
11227 * Makefile.in: Add Copyright notice.
11228 (prefix): Remove.
11229 (infodir): Change value to "../info".
11230 (VPATH): New variable.
11231 (MAKE): Don't define.
11232 (texmacrodir): Don't define.
11233 (texinputdir): Append the existing value of TEXINPUTS.
11234 ($(infodir)/elisp): Instead of just "elisp". Reformat the
11235 command to be compatible with man/Makefile.in, and to put the
11236 output into ../info.
11237 (info): Add target.
11238 (installall): Target removed.
11239
c8763fb6 112402001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
11241
11242 * tips.texi (Coding Conventions): Fix typo.
11243
112442001-10-23 Gerd Moellmann <gerd@gnu.org>
11245
11246 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11247
112482001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11249
11250 * files.texi (File Name Components): Update the description of
11251 file-name-sans-extension and file-name-extension, as they now
11252 ignore leading dots.
11253
112542001-10-20 Gerd Moellmann <gerd@gnu.org>
11255
11256 * (Version 21.1 released.)
11257
112582001-10-19 Miles Bader <miles@gnu.org>
11259
11260 * positions.texi (Text Lines): Describe behavior of
11261 `beginning-of-line'/`end-of-line' in the presence of field properties.
11262
112632001-10-17 Gerd Moellmann <gerd@gnu.org>
11264
11265 * Makefile.in (VERSION): Set to 2.8.
11266 (manual): Use `manual-21'.
11267
11268 * elisp.texi (VERSION): Add and use it where the version
11269 number was used. Set it to 2.8.
11270
11271 * intro.texi: Likewise.
11272
112732001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11274
11275 * files.texi (File Name Completion): Document the significance of
11276 a trailing slash in elements of completion-ignored-extensions.
11277
112782001-10-06 Miles Bader <miles@gnu.org>
11279
11280 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11281
112822001-10-04 Gerd Moellmann <gerd@gnu.org>
11283
11284 * variables.texi (Variable Aliases): New node.
11285
112862001-10-04 Gerd Moellmann <gerd@gnu.org>
11287
11288 * Branch for 21.1.
11289
112902001-10-02 Miles Bader <miles@gnu.org>
11291
11292 * minibuf.texi (Minibuffer Misc): Add entries for
11293 `minibuffer-contents', `minibuffer-contents-no-properties', and
11294 `delete-minibuffer-contents'.
11295 Correct description for `minibuffer-prompt-end'.
11296
11297 * text.texi (Property Search): Correct descriptions of
11298 `next-char-property-change' and `previous-char-property-change'.
11299 Add entries for `next-single-char-property-change' and
11300 `previous-single-char-property-change'.
11301 Make operand names a bit more consistent.
11302
113032001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
11304
11305 * frames.texi (Finding All Frames): Document that next-frame and
11306 previous-frame are local to current terminal.
11307
113082001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
11309
11310 * keymaps.texi (Creating Keymaps): Fix the description of the
11311 result of make-keymap.
11312
113132001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
11314
11315 * display.texi (Font Lookup, Attribute Functions)
11316 (Image Descriptors): Add cross-references to the definition of
11317 selected frame.
11318
11319 * buffers.texi (The Buffer List): Add cross-references to the
11320 definition of selected frame.
11321
11322 * frames.texi (Input Focus): Clarify which frame is _the_ selected
11323 frame at any given time.
11324 (Multiple Displays, Size and Position): Add a cross-reference to
11325 the definition of the selected frame.
11326
113272001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11328
11329 * strings.texi (String Conversion) <string-to-number>: Document
11330 that a float is returned for integers that are too large.
11331
11332 * frames.texi (Mouse Position): Document mouse-position-function.
11333 (Display Feature Testing): Document display-images-p.
11334 (Window Frame Parameters): Document the cursor-type variable.
11335
11336 * numbers.texi (Integer Basics): Document CL style read syntax for
11337 integers in bases other than 10.
11338
5dcb4c4e
SM
11339 * positions.texi (List Motion):
11340 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
11341
11342 * lists.texi (Sets And Lists): Document member-ignore-case.
11343
11344 * internals.texi (Garbage Collection): Document the used and free
11345 strings report.
11346 (Memory Usage): Document strings-consed.
11347
11348 * os.texi (Time of Day): Document float-time.
11349 (Recording Input): Document that clear-this-command-keys clears
11350 the vector to be returned by recent-keys.
11351
ed9265fc
JB
11352 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
11353 The argument keymap can be a list.
b8d4c8d0
GM
11354
11355 * nonascii.texi (User-Chosen Coding Systems)
11356 <select-safe-coding-system>: Document the new argument
11357 accept-default-p and the variable
11358 select-safe-coding-system-accept-default-p. Tell what happens if
11359 buffer-file-coding-system is undecided.
11360 (Default Coding Systems): Document auto-coding-regexp-alist.
11361
11362 * display.texi (The Echo Area) <message>: Document
11363 message-truncate-lines.
11364 (Glyphs): Document that the glyph table is unused on windowed
11365 displays.
11366
11367 * help.texi (Describing Characters) <single-key-description>:
11368 Document the new argument no-angles.
11369 (Accessing Documentation) <documentation-property>: Document that
11370 a non-string property is evaluated.
11371 <documentation>: Document that the function-documentation property
11372 is looked for.
11373
11374 * windows.texi (Selecting Windows): Document some-window.
11375
11376 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
11377
11378 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
11379 apropos-mode-hook.
11380
11381 * commands.texi (Using Interactive): Document interactive-form.
11382 (Keyboard Macros): Document kbd-macro-termination-hook.
11383 (Command Loop Info): Document that clear-this-command-keys clears
11384 the vector to be returned by recent-keys.
11385
113862001-09-04 Werner LEMBERG <wl@gnu.org>
11387
11388 * Makefile.in (srcdir, texinputdir): New variables.
11389 (srcs, index.texi, install): Use $(srcdir).
11390 (.PHONY): Remove elisp.dvi.
11391 (elisp): Use -I switch for makeinfo.
11392 (elisp.dvi): Use $(srcdir) and $(texinputdir).
11393 (installall, dist): Use $(srcdir).
11394 Fix path to texinfo.tex.
11395 (maintainer-clean): Add elisp.dvi and elisp.oaux.
11396
113972001-08-30 Gerd Moellmann <gerd@gnu.org>
11398
11399 * display.texi (Conditional Display): Adjust to API change.
11400
11401 * configure: New file.
11402
114032001-07-30 Gerd Moellmann <gerd@gnu.org>
11404
11405 * commands.texi (Repeat Events): Add description of
11406 double-click-fuzz.
11407
114082001-05-08 Stefan Monnier <monnier@cs.yale.edu>
11409
11410 * syntax.texi (Syntax Class Table): Add the missing designator for
11411 comment and string fences.
11412 (Syntax Properties): Add a xref to syntax table internals.
11413 (Syntax Table Internals): Document string-to-syntax.
11414
114152001-05-07 Gerd Moellmann <gerd@gnu.org>
11416
11417 * Makefile.in (install): Use install-info command line options
11418 like in Emacs' Makefile.in.
11419
114202000-12-09 Miles Bader <miles@gnu.org>
11421
11422 * windows.texi (Window Start): Update documentation for
11423 `pos-visible-in-window-p'.
11424
114252000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11426
11427 * lists.texi (Building Lists): Add footnote to explain how to add
11428 to the end of a list.
11429
114302000-10-25 Gerd Moellmann <gerd@gnu.org>
11431
11432 * files.texi (Visiting Functions): Typos.
11433
114342000-10-25 Kenichi Handa <handa@etl.go.jp>
11435
11436 * files.texi (Visiting Functions): Return value of
11437 find-file-noselect may be a list of buffers if wildcards are used.
11438
114392000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11440
11441 * display.texi (Defining Faces): Document `graphic' display type
11442 in face specs.
11443
b344d29d 114442000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
11445
11446 * hooks.texi (Standard Hooks): Replace obsolete
11447 `after-make-frame-hook' with `after-make-frame-functions'.
11448
11449 * frames.texi (Creating Frames): Ditto.
11450
11451 * variables.texi (Future Local Variables): Ditto.
11452
114532000-10-16 Gerd Moellmann <gerd@gnu.org>
11454
11455 * display.texi (Other Image Types): Add description of :foreground
11456 and :background properties of mono PBM images.
11457
114582000-08-17 Werner LEMBERG <wl@gnu.org>
11459
11460 * .cvsignore: New file.
11461
114622000-01-05 Gerd Moellmann <gerd@gnu.org>
11463
11464 * tindex.pl: New script.
11465
114661999-12-03 Dave Love <fx@gnu.org>
11467
11468 * Makefile.in (MAKEINFO): New parameter.
11469
114701999-09-17 Richard Stallman <rms@gnu.org>
11471
11472 * Makefile.in (srcs): Add hash.texi.
11473 (VERSION): Update to 20.6.
11474
114751999-09-13 Richard Stallman <rms@gnu.org>
11476
11477 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
11478
114791998-08-29 Karl Heuer <kwzh@gnu.org>
11480
11481 * configure.in: New file.
11482 * Makefile.in: Renamed from Makefile.
11483 (prefix, infodir): Use value obtained from configure.
11484 (emacslibdir): Obsolete variable deleted.
11485 (dist): Distribute configure.in, configure, Makefile.in.
11486
114871998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11488
11489 * Makefile (INSTALL_INFO): New variable.
11490 (install): Run install-info.
11491
114921998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11493
11494 * Makefile (elisp.dvi): Add missing backslash.
11495
114961998-05-02 Richard Stallman <rms@psilocin.gnu.org>
11497
11498 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
11499 Run texindex without `./'. Always run texindex on elisp.tp.
11500 (elisp.tps): Target deleted.
11501
115021998-04-05 Richard Stallman <rms@psilocin.gnu.org>
11503
11504 * Makefile (srcs): Add nonascii.texi and customize.texi.
11505 (dist): Start by deleting `temp'.
11506
115071998-02-17 Richard Stallman <rms@psilocin.gnu.org>
11508
11509 * Makefile (makeinfo, texindex): Targets deleted.
11510 (makeinfo.o, texindex.o): Targets deleted.
11511 (clean, dist): Don't do anything with them or with getopt*.
11512
115131998-01-30 Richard Stallman <rms@psilocin.gnu.org>
11514
11515 * Makefile (SHELL): Defined.
11516
115171998-01-27 Richard Stallman <rms@psilocin.gnu.org>
11518
11519 * Makefile (elisp.tps): New target.
11520 (elisp.dvi): Depend on elisp.tps.
11521
c5602427 115221996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
11523
11524 * README: Update phone number.
11525
11526 * Makefile (elisp): Make this be the default target.
11527 Depend on makeinfo.c instead of makeinfo.
11528 (install): Don't depend on elisp.dvi, since we don't install that.
11529 Use mkinstalldirs.
11530 (dist): Add mkinstalldirs.
11531
c5602427 115321995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
11533
11534 * Makefile (VERSION): Update version number.
5dcb4c4e 11535 (maintainer-clean): Rename from realclean.
b8d4c8d0 11536
c5602427 115371995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
11538
11539 * Makefile (realclean): New target.
11540 (elisp): Remove any old elisp-* files first.
11541
c5602427 115421993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
11543
11544 * Makefile (VERSION): New variable.
11545 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
11546 Compressed file suffix should be `.gz', not `.z'.
11547
ce058493 115481993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11549
11550 * Makefile (elisp): Depend on makeinfo.
11551
c5602427 115521993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
11553
11554 * Makefile (srcs): Add anti.texi.
11555
c5602427 115561993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11557
11558 * Makefile (infodir, prefix): New vars.
11559 (install): Use infodir.
f4e90db0 11560 (emacsinfodir): Delete.
b8d4c8d0 11561
c5602427 115621993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11563
11564 * Makefile (srcs): Add calendar.texi.
11565
11566 * Makefile (dist): Copy texindex.c and makeinfo.c.
11567 Limit elisp-* files to those with one or two digits.
11568
c5602427 115691993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 11570
f4e90db0 11571 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 11572
c5602427 115731993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11574
11575 * loading.texi (Unloading): define-function changed back to
11576 defalias. It may not stay this way, but at least it's
11577 consistent with the known-good version of the code patch.
11578
c5602427 115791993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
11580
11581 * modes.texi (Hooks): Document new optional arg of add-hook.
11582
c5602427 115831993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11584
11585 * variables.texi: Document nil initial value of buffer-local variables.
11586
11587 * tips.texi: Add new section on standard library headers.
11588
c5602427 115891993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11590
11591 * Makefile (srcs): Add frame.texi to the list of sources.
11592
c5602427 115931993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11594
11595 * Makefile (dist): Don't bother excluding autosave files; they'll
11596 never make it into the temp directory anyway, and the hash marks
11597 in the name are problematic for make and the Bourne shell.
ed9265fc 11598 (srcs): ???
b8d4c8d0 11599
c5602427 116001993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11601
11602 * Makefile (dist): Don't include backup files or autosave files in
11603 the distribution tar file.
11604
c5602427 116051991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 11606
5dcb4c4e 11607 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
11608 (elisp.dvi): Remove erroneous shell comment.
11609 Expect output of permute-index in permuted.fns.
11610 Save old elisp.aux in elisp.oaux.
5dcb4c4e 11611 (clean): Add index.texi to be deleted.
b8d4c8d0 11612
c5602427 116131990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
11614
11615 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
11616
c5602427 116171990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
11618
11619 * files.texi: Noted that completion-ignored-extensions is ignored
11620 when making *Completions*.
11621
3e868ee3 116221990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
11623
11624 * Makefile make dist now depends on elisp.dvi, since it tries
11625 to include it in the dist file.
11626
c5602427 116271990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 11628
c5602427 11629 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 11630
c5602427 116311989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
11632
11633 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
11634 (defunargs): Turn off \hyphenchar of \sl font temporarily.
11635
c5602427 116361989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11637
11638 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
11639 and @error{} are the terms now being used. The files in the
11640 directory have been changed to reflect this.
11641
11642 * All instances of @indentedresultt{} have been changed to
333f9019 11643 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 11644
c5602427 116451989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11646
11647 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
11648 experimental @indentedresult{}, @indentedexpandsto{} are part of
11649 the texinfo.tex in this directory. These TeX macros are not
11650 stable yet.
11651
c5602427 116521989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11653
11654 * texinfo.tex: Temporarily added
11655 \let\result=\dblarrow
11656 \def\error{{\it ERROR} \longdblarrow}
11657 We need to do this better soon.
11658
c5602427 116591989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11660
11661 * Applied Karl Berry's patches to *.texinfo files, but not to
11662 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
11663 new title page format is also not applied, since it requires
11664 texinfo.tex changes.)
11665
11666 * Cleaned up `Makefile' and defined the `emacslibdir' directory
11667 for the Project GNU development environment.
11668
11669;; Local Variables:
c8763fb6 11670;; coding: utf-8
b8d4c8d0
GM
11671;; End:
11672
ca4b98fa 11673 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
11674
11675 This file is part of GNU Emacs.
11676
352c8b4a 11677 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 11678 it under the terms of the GNU General Public License as published by
352c8b4a
GM
11679 the Free Software Foundation, either version 3 of the License, or
11680 (at your option) any later version.
b8d4c8d0
GM
11681
11682 GNU Emacs is distributed in the hope that it will be useful,
11683 but WITHOUT ANY WARRANTY; without even the implied warranty of
11684 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11685 GNU General Public License for more details.
11686
11687 You should have received a copy of the GNU General Public License
352c8b4a 11688 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.