* lisp/hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
265c2fbf 12012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
f433306a
SM
2
3 * control.texi (Pattern maching case statement): New node.
4
1cbae532
SM
5 * customize.texi (Variable Definitions): Mention the default :group
6 for defcustoms (bug#13093).
7
c6c08d3f
GM
82012-12-09 Glenn Morris <rgm@gnu.org>
9
10 * customize.texi (Variable Definitions): Mention eval-defun
11 on a defcustom calls the :set function when appropriate.
12
4288142b
PE
132012-12-06 Paul Eggert <eggert@cs.ucla.edu>
14
15 * doclicense.texi, gpl.texi: Update to latest version from FSF.
16 These are just minor editorial changes.
17
d8ad4d3f 182012-12-06 Chong Yidong <cyd@gnu.org>
a20ae0b9
CY
19
20 * lists.texi (Plist Access): Move put example to Symbol Plists.
21
22 * symbols.texi (Standard Properties): Fix typo.
23
c5bc2d1d 242012-12-03 Chong Yidong <cyd@gnu.org>
547d6865 25
f02f19bd
CY
26 * symbols.texi (Symbol Properties): New node.
27 (Symbol Plists): Make it a subsection under Symbol Properties.
28 (Standard Properties): New node.
29
30 * lists.texi (Property Lists): Move here from symbols.texi.
31 (Plist Access): Rename from Other Plists.
32
33 * customize.texi (Variable Definitions):
34 * display.texi (Defining Faces):
35 * sequences.texi (Char-Tables): Fix xref.
36
1cbae532 37 * keymaps.texi (Key Sequences): `kbd' is now a function.
547d6865 38
f02f19bd
CY
39 * commands.texi (Using Interactive): Fix index entry.
40
cb6f5650
PE
412012-11-24 Paul Eggert <eggert@cs.ucla.edu>
42
c07a6ded
PE
43 * doclicense.texi: Update to latest version from FSF.
44 These are just minor editorial changes.
45 * elisp.texi (GNU Free Documentation License)
46 (GNU General Public Licens):
47 Provide sectioning, since doclicense.texi no longer does that.
48
cb6f5650
PE
49 * loading.texi (Named Features): @ -> @@ to fix typo.
50
d125ca15 512012-11-24 Martin Rudalics <rudalics@gmx.at>
0d4bb04f
MR
52
53 * windows.texi (Basic Windows): Fix typo.
54 (Windows and Frames): Fix example. Move description of
55 window-in-direction here.
56 (Recombining Windows): Fix example.
1cbae532 57 (Buffers and Windows): Fix description of replace-buffer-in-windows.
0d4bb04f
MR
58 (Switching Buffers): Reword.
59 (Display Action Functions): Minor adjustments.
60 (Choosing Window Options): Minor fixes.
61 (Window History): Minor rewording.
62 (Dedicated Windows): Correct and reword part describing how
63 dedicatedness affects functions removing buffers or windows.
1cbae532 64 * buffers.texi (The Buffer List): Fix description of bury-buffer.
0d4bb04f 65
d125ca15 662012-11-24 Chong Yidong <cyd@gnu.org>
90d99fdf
CY
67
68 * modes.texi (%-Constructs): Fix statement about mode construct
69 padding (Bug#12866).
70
d125ca15 712012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
365fc14a
SM
72
73 * debugging.texi (Profiling): Make it more clear
74 that --enable-profiling is about profiling the C code.
75
38a2f917
GM
762012-11-21 Glenn Morris <rgm@gnu.org>
77
3ca2f1bf
GM
78 * display.texi (Attribute Functions):
79 Update for set-face-* name changes.
1bf335cf
GM
80 Add new "inherit" argument for face-bold-p etc.
81 Move description of this argument to a common section, like "frame".
3ca2f1bf 82
6ef2e5ef 83 * debugging.texi (Profiling): New section.
b6729a18 84 (Debugging): Mention profiling in the introduction.
5b776637
GM
85 * tips.texi (Compilation Tips): Move profiling to separate section.
86 * elisp.texi: Add Profiling to detailed menu.
87
6ef2e5ef 882012-11-21 Martin Rudalics <rudalics@gmx.at>
66c466d4
MR
89
90 * windows.texi (Display Action Functions): Fix recently added
91 example. Suggested by Michael Heerdegen.
92
6ef2e5ef 932012-11-21 Paul Eggert <eggert@cs.ucla.edu>
0c93aa38
PE
94
95 Minor cleanup for times as lists of four integers.
96 * os.texi (Time Parsing): Time values can now be four integers.
97
7351b73d
GM
982012-11-18 Glenn Morris <rgm@gnu.org>
99
100 * loading.texi (How Programs Do Loading): Add eager macro expansion.
101 * macros.texi (Expansion): Mention eager macro expansion.
102
a045a167
GM
103 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
104
2ac9538d 1052012-11-18 Leo Liu <sdl.web@gmail.com>
74ca4d39
LL
106
107 * minibuf.texi (Programmed Completion): Doc fix for metadata
108 request (Bug#12850).
109
2ac9538d 1102012-11-18 Glenn Morris <rgm@gnu.org>
6439ae19 111
7fe37cfc
GM
112 * display.texi (Temporary Displays): Document with-temp-buffer-window.
113
6439ae19
GM
114 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
115 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
116 (Window Sizes): Add vindex for window-min-height, window-min-width.
2279276c 117 (Display Action Functions): Mention pop-up-frame-parameters.
6439ae19 118
0ff7851c
MR
1192012-11-16 Martin Rudalics <rudalics@gmx.at>
120
121 * windows.texi (Choosing Window): Rewrite description of
122 display-buffer-alist (Bug#12167).
1cbae532
SM
123 (Display Action Functions): Mention inhibit-switch-frame.
124 Fix description of display-buffer-below-selected. Reorder actions.
0ff7851c
MR
125 Add example (Bug#12848).
126
96e05507 1272012-11-16 Glenn Morris <rgm@gnu.org>
c79c7f2f
GM
128
129 * display.texi (Face Attributes): Fix :underline COLOR description.
bde3c6c0
GM
130 (Attribute Functions): Update for set-face-underline rename.
131 Tweak descriptions of face-underline-p, face-inverse-video-p.
c79c7f2f 132
e4e9830b
GM
133 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
134 so they align better in info.
921c067f
GM
135 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
136 Document set-temporary-overlay-map.
e4e9830b 137
c8915b67
SM
1382012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
141 with normal keymaps".
142
74934dcc
DA
1432012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
144
145 * internals.texi (Garbage Collection): Update descriptions
146 of vectorlike_header, garbage-collect and gc-cons-threshold.
147 (Object Internals): Explain Lisp_Object layout and the basics
148 of an internal type system.
149 (Buffer Internals): Update description of struct buffer.
150
f78ee6af 1512012-11-13 Glenn Morris <rgm@gnu.org>
a13e12f9
GM
152
153 * variables.texi (Adding Generalized Variables):
154 At least mention gv-define-expander and gv-letplace.
155
164f28b5 156 * debugging.texi (Error Debugging): Mention debug-on-message.
57fc0fee 157 (Using Debugger): Mention debugger-bury-or-kill.
164f28b5 158
38868ad7
GM
159 * control.texi (Signaling Errors):
160 * debugging.texi (Error Debugging):
161 * errors.texi (Standard Errors): Add user-error.
162
6efddf78
GM
163 * variables.texi (Adding Generalized Variables):
164 Use standard formatting for common lisp note about setf functions.
165
6baf66d5 1662012-11-10 Martin Rudalics <rudalics@gmx.at>
fdaf534a
MR
167
168 * elisp.texi (Top): Add Recombining Windows to menu.
169 * windows.texi (Recombining Windows): New subsection.
170 (Splitting Windows): Rewrite text on handling of window
171 combinations and move it to new subsection.
172
6baf66d5 1732012-11-10 Chong Yidong <cyd@gnu.org>
7c08f8ba 174
8a3afaf9
CY
175 * searching.texi (Replacing Match): Document \? in replace-match.
176
7c08f8ba
CY
177 * variables.texi (Creating Buffer-Local): Document setq-local and
178 defvar-local.
179 (Setting Generalized Variables): Arrange table alphabetically.
180
181 * lists.texi (List Elements, List Variables): Clarify descriptions
182 of push and pop for generalized variables.
183
184 * edebug.texi (Specification List): setf is no longer CL-only.
185
6baf66d5 1862012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
187
188 * variables.texi (Adding Generalized Variables):
189 Update description of FIX-RETURN expansion.
190
ebdbfb95
GM
191 * variables.texi (Setting Generalized Variables):
192 Split most of previous contents into this subsection.
193 (Adding Generalized Variables): New subsection.
651af8c6
GM
194 Move note on lack of setf functions here from misc/cl.texi.
195
ebdbfb95
GM
196 * elisp.texi: Add Generalized Variables subsections to detailed menu.
197
6baf66d5 1982012-11-10 Chong Yidong <cyd@gnu.org>
a9a3835c
CY
199
200 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
201
a43d02f0
MA
2022012-11-08 Michael Albinus <michael.albinus@gmx.de>
203
204 * os.texi (Notifications): Update descriptions of
205 notifications-notify, notifications-close-notification and
206 notifications-get-capabilities according to latest code changes.
207 Add notifications-get-server-information.
208
2395ab64
CY
2092012-11-03 Chong Yidong <cyd@gnu.org>
210
211 * objects.texi (General Escape Syntax): Clarify the explanation of
212 escape sequences.
213 (Non-ASCII in Strings): Clarify when a string is unibyte vs
214 multibyte. Hex escapes do not automatically make a string
215 multibyte.
216
43bcfda6
MR
2172012-11-03 Martin Rudalics <rudalics@gmx.at>
218
219 * windows.texi (Switching Buffers): Document option
220 switch-to-buffer-preserve-window-point.
221 (Display Action Functions): Document window-height and
222 window-width alist entries.
1cbae532
SM
223 (Display Action Functions):
224 Document display-buffer-below-selected and
43bcfda6 225 display-buffer-in-previous-window.
1cbae532
SM
226 (Quitting Windows): Document quit-restore-window.
227 Rewrite section.
43bcfda6
MR
228 (Window Configurations): In window-state-get mention that
229 argument window must be valid.
230 (Window Parameters): Document quit-restore window parameter
231 (Bug#12158).
232
89b2c8a1
GM
2332012-10-31 Glenn Morris <rgm@gnu.org>
234
88390adf
GM
235 * control.texi (Catch and Throw): Add xref to cl.texi.
236
aec5e6f9
GM
237 * lists.texi (Sets And Lists): Point xref to better location.
238
0d8e94e9
GM
239 * errors.texi (Standard Errors):
240 * loading.texi (Autoload): Update for cl-lib namespace changes.
241
5241598a
GM
242 * modes.texi (Defining Minor Modes): "Generalized Variables"
243 section is now in this manual rather than cl.texi.
244
89b2c8a1
GM
245 * eval.texi (Special Forms): No longer special forms: defmacro,
246 defun, save-window-excursion, with-output-to-temp-buffer.
247 * functions.texi (Defining Functions): Defun is now a macro.
248 Defalias is a function.
249
516e1a08
GM
2502012-10-30 Glenn Morris <rgm@gnu.org>
251
252 * variables.texi (Generalized Variables): Fix typo.
253
e29e39c9
CY
2542012-10-30 Chong Yidong <cyd@gnu.org>
255
256 * symbols.texi (Symbol Plists): Document function-get.
257
258 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
259
260 * frames.texi (Visibility of Frames): Document tty-top-frame.
261
70edffb1
SM
2622012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
263
264 * keymaps.texi (Format of Keymaps): Document the multiple
265 inheritance format.
266
3a51f0eb
MR
2672012-10-28 Martin Rudalics <rudalics@gmx.at>
268
269 * windows.texi (Basic Windows): Reformulate description of live,
270 internal and valid windows.
271 (Cyclic Window Ordering): Describe new argument of
272 get-lru-window and get-largest-window. Add description of
273 window-in-direction.
274
5b6887ad
GM
2752012-10-27 Glenn Morris <rgm@gnu.org>
276
5887564d
GM
277 * variables.texi (Generalized Variables): New section,
278 adapted from misc/cl.texi.
279 * elisp.texi (Top): Add Generalized Variables to menu.
280 * lists.texi (List Elements, List Variables):
281 Mention generalized variables.
282
5b6887ad
GM
283 * lists.texi (List Elements): Typo fix.
284
05b621a6
CY
2852012-10-27 Chong Yidong <cyd@gnu.org>
286
287 * minibuf.texi (High-Level Completion): Don't mention removed
288 function iswitchb-read-buffer.
289
290 * commands.texi (Event Input Misc): Remove last-input-char.
291 (Command Loop Info): Remove last-command-char.
292
293 * frames.texi (Initial Parameters): Don't mention the obsolete
294 special-display feature.
295
296 * windows.texi (Choosing Window): Don't mention the obsolete
297 special display feature.
298 (Choosing Window Options): Remove obsolete special-display
299 variables, and the functions special-display-p and
300 special-display-popup-frame.
301
302 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
303
304 * hooks.texi (Standard Hooks): Remove obsolete hooks.
305
306 * markers.texi (Information from Markers): Remove obsolete
307 function buffer-has-markers-at.
308
309 * text.texi (Yanking): Document yank-handled-properties.
310
72ec96fb
PE
3112012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
312
313 Update manual for new time stamp format (Bug#12706).
314 * buffers.texi (Modification Time):
315 * files.texi (Testing Accessibility, File Attributes):
316 * intro.texi (Version Info):
317 * os.texi (Time of Day):
318 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
319 These instances were missed the first time around.
320 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
321
75e8f9d2
CY
3222012-10-24 Chong Yidong <cyd@gnu.org>
323
cd996018
CY
324 * minibuf.texi (Text from Minibuffer): Document read-regexp
325 changes.
326
1cbae532
SM
327 * nonascii.texi (Selecting a Representation):
328 Document set-buffer-multibyte changes.
cd996018 329
75e8f9d2
CY
330 * keymaps.texi (Toolkit Differences): Node deleted.
331 (Easy Menu): New node.
332
d1069532
SM
3332012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
334
335 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
336
c4132fd4
PE
3372012-10-23 Paul Eggert <eggert@cs.ucla.edu>
338
339 Fix outdated timestamp documentation in Elisp manual (bug#12706).
340 * files.texi (File Attributes):
341 * text.texi (Undo):
342 Time stamp resolution is now 1 picosecond, not 1 second.
343
1fb3aa3f
CY
3442012-10-23 Chong Yidong <cyd@gnu.org>
345
49238e7f
CY
346 * display.texi (Font Lookup): Remove font-list-limit.
347
1fb3aa3f
CY
348 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
349 (Bug#12529).
350
5fb904b0
GM
3512012-10-22 Glenn Morris <rgm@gnu.org>
352
f961c7d8
GM
353 * os.texi (Recording Input): Tiny fix.
354
4ee87740
GM
355 * intro.texi (Lisp History):
356 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
5fb904b0
GM
357 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
358
d18a0d24
CY
3592012-10-15 Chong Yidong <cyd@gnu.org>
360
361 * macros.texi (Defining Macros): defmacro is now a macro.
362 Explicitly list the docstring and declare arguments.
363
364 * functions.texi (Anonymous Functions): Explicitly list the
365 docstring, declare, and interactive arguments to lambda.
366 (Defining Functions): Likewise for defun.
367 (Inline Functions): Likewise for defsubst.
368 (Declare Form): Tweak description.
369
73f2b4ab
CY
3702012-10-13 Chong Yidong <cyd@gnu.org>
371
372 * display.texi (ImageMagick Images): ImageMagick enabled by default.
373
379acb95
CY
3742012-10-05 Chong Yidong <cyd@gnu.org>
375
376 * minibuf.texi (Basic Completion): Clarify list form of completion
377 table (Bug#12564).
378
e8757f09 3792012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
26026637
BFRR
380
381 * functions.texi (Function Safety): Copyedit. (Bug#12562)
382
86ec63ba
PE
3832012-10-01 Paul Eggert <eggert@cs.ucla.edu>
384
385 Revert the FOLLOW-SYMLINKS change for file-attributes.
386 * files.texi (File Attributes, Magic File Names): Undo last change.
387
e7a2937b
PE
3882012-09-30 Paul Eggert <eggert@cs.ucla.edu>
389
390 file-attributes has a new optional arg FOLLOW-SYMLINKS.
391 * files.texi (File Attributes): Describe it.
392 (Magic File Names): Use it.
393
48de8b12
CY
3942012-09-30 Chong Yidong <cyd@gnu.org>
395
396 * commands.texi (Click Events): Define "mouse position list".
397 Remove mention of unimplemented horizontal scroll bars.
398 (Drag Events, Motion Events): Refer to "mouse position list".
399 (Accessing Mouse): Document posnp.
400
401 * errors.texi (Standard Errors): Tweak arith-error description.
402 Tweak markup. Remove domain-error and friends, which seem to be
403 unused after the floating-point code revamp.
404
405 * functions.texi (Obsolete Functions): Obsolescence also affects
406 documentation commands. Various clarifications.
407 (Declare Form): New node.
408
409 * strings.texi (String Basics): Copyedits.
410
411 * os.texi (Idle Timers): Minor clarifications.
412 (User Identification): Add system-users and system-groups.
413
414 * macros.texi (Defining Macros): Move description of `declare' to
415 Declare Form node.
416
417 * loading.texi (Autoload):
418 * help.texi (Documentation Basics): The special sequences can
419 trigger autoloading.
420
421 * numbers.texi (Integer Basics): Copyedits.
422 (Float Basics): Consider IEEE floating point always available.
423 (Random Numbers): Document actual limits.
424 (Arithmetic Operations): Clarify division by zero. Don't mention
425 the machine-independence of negative division since it does not
426 happen in practice.
427
4282012-09-28 Chong Yidong <cyd@gnu.org>
429
430 * os.texi (Startup Summary): Document leim-list.el change.
431
4322012-09-25 Chong Yidong <cyd@gnu.org>
433
434 * functions.texi (Defining Functions): defun is now a macro.
435
e61d39cd 4362012-09-28 Leo Liu <sdl.web@gmail.com>
03922966
LL
437
438 * files.texi (Files): Fix typo.
439
e109c4a6
CY
4402012-09-23 Chong Yidong <cyd@gnu.org>
441
442 * buffers.texi (Read Only Buffers): Document read-only-mode.
443
444 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
445 read-only-mode.
446
447 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
448 calling conventions.
449
c88b867f
CY
4502012-09-22 Chong Yidong <cyd@gnu.org>
451
452 * searching.texi (Replacing Match): Minor clarification.
453
df9685f3
EZ
4542012-09-22 Eli Zaretskii <eliz@gnu.org>
455
287d7455
EZ
456 * edebug.texi (Instrumenting): Improve indexing.
457
df9685f3
EZ
458 * os.texi (Idle Timers): Warn against reinvoking an idle timer
459 from within its own timer action. (Bug#12447)
460
47133380
CY
4612012-09-22 Chong Yidong <cyd@gnu.org>
462
463 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
464
ab199df2 4652012-09-21 Glenn Morris <rgm@gnu.org>
1bfe3177
GM
466
467 * debugging.texi (Using Debugger): Fix typo.
468
ed1f0bd3
CY
4692012-09-18 Chong Yidong <cyd@gnu.org>
470
471 * display.texi (Faces): Discuss anonymous faces.
472 (Face Attributes): Tweak intro.
473 (Defining Faces): Move after the Face Attributes node. Copyedits.
474 (Displaying Faces): Describe role of inheritance.
475
476 * customize.texi (Customization): Define customization more
477 carefully (Bug#11440).
478 (Common Keywords): Add xref to Constant Variables.
479
480 * variables.texi (Defining Variables): Link to defcustom's node
481 instead of the higher-level Customization chapter.
482
c990426a
PE
4832012-09-11 Paul Eggert <eggert@cs.ucla.edu>
484
485 Simplify, document, and port floating-point (Bug#12381).
486 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
487 Document that / and mod (with floating point arguments), along
488 with asin, acos, log, log10, expt and sqrt, return special values
489 instead of signaling exceptions.
490 (Float Basics): Document that logb operates on the absolute value
491 of its argument.
492 (Math Functions): Document that (log ARG BASE) also returns NaN if
493 BASE is negative. Document that (expt X Y) returns NaN if X is a
494 finite negative number and Y a finite non-integer.
495
011474aa
CY
4962012-09-09 Chong Yidong <cyd@gnu.org>
497
bb6b0efc
CY
498 * lists.texi (Sets And Lists): Explain that the return value for
499 delete should be used, like for delq.
500
011474aa
CY
501 * minibuf.texi (Yes-or-No Queries): Document recentering and
502 scrolling in y-or-n-p. Remove gratuitous example.
503
504 * searching.texi (Search and Replace): Document window scrolling
505 entries in query-replace-map.
506
6dcef6ec
CY
5072012-09-08 Chong Yidong <cyd@gnu.org>
508
509 * syntax.texi (Syntax Table Internals): Define "raw syntax
510 descriptor" terminology (Bug#12383).
511 (Syntax Descriptors): Mention raw syntax descriptors.
512
52404181
CY
5132012-09-07 Chong Yidong <cyd@gnu.org>
514
1a5432bc
CY
515 * variables.texi (Creating Buffer-Local): Fix description of
516 local-variable-if-set-p (Bug#10713).
517
0a6bdaa1
CY
518 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
519
14ba4cf3
CY
520 * windows.texi (Display Action Functions)
521 (Choosing Window Options): Remove obsolete variable
522 display-buffer-reuse-frames.
cee2e90d 523 (Switching Buffers): Minor doc tweak for switch-to-buffer.
14ba4cf3 524
e5c2edf7
CY
525 * positions.texi (Narrowing): Document buffer-narrowed-p.
526
52404181
CY
527 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
528
529 * syntax.texi (Low-Level Parsing): Add xref to Parser State
530 (Bug#12269).
531
7f7e0167
LI
5322012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
533
534 * debugging.texi (Explicit Debug): Document `debug-on-message'.
535
6a787d9a
CY
5362012-09-02 Chong Yidong <cyd@gnu.org>
537
538 * windows.texi (Window Configurations): Recommend against using
539 save-window-excursion (Bug#12075).
540
541 * control.texi (Catch and Throw):
542 * positions.texi (Excursions): Don't mention it.
543
0e23ef9d
PE
5442012-09-01 Paul Eggert <eggert@cs.ucla.edu>
545
546 Better seed support for (random).
547 * numbers.texi (Random Numbers): Document new behavior of
548 the calls (random) and (random STRING).
549
342dac71
MR
5502012-08-21 Martin Rudalics <rudalics@gmx.at>
551
552 * windows.texi (Window Point): Document recent changes in
553 window-point and set-window-point.
554 (Selecting Windows): Document recent change in select-window.
555
a08eadfe
EZ
5562012-08-06 Eli Zaretskii <eliz@gnu.org>
557
558 * functions.texi (Closures): Put the main index entry for
559 "closures" here. (Bug#12138)
560
561 * variables.texi (Lexical Binding): Disambiguate the index entry
562 for "closures".
563
35b6586e
CY
5642012-08-05 Chong Yidong <cyd@gnu.org>
565
566 * display.texi (Defining Faces): Move documentation of
567 frame-background-mode to the Emacs manual (Bug#7774).
568
02676e5d
CY
5692012-08-04 Chong Yidong <cyd@gnu.org>
570
571 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
572 Fix description of syntax table inheritance.
573 (Syntax Table Functions): Don't refer to internal contents of
574 syntax table, since that is not explained yet. Copyedits.
575 (Standard Syntax Tables): Node deleted.
576 (Syntax Table Internals): Misc clarifications. Improve table
577 formatting.
578
579 * keymaps.texi (Inheritance and Keymaps):
580 * text.texi (Sticky Properties): Tweak index entry.
581
73e0cbc0
EZ
5822012-07-28 Eli Zaretskii <eliz@gnu.org>
583
584 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
585
09ae5da1
PE
5862012-07-25 Paul Eggert <eggert@cs.ucla.edu>
587
588 Prefer typical American spelling for "acknowledgment".
589 * intro.texi (Acknowledgments): Rename from Acknowledgements.
590
1ada2e55
EZ
5912012-07-21 Eli Zaretskii <eliz@gnu.org>
592
593 * commands.texi (Special Events): Mention language-change event.
594 (Input Events, Interactive Codes):
595 * keymaps.texi (Key Sequences): Mention events that are
596 non-keyboard but also non-mouse events.
597
9ea10cc3
CY
5982012-07-17 Chong Yidong <cyd@gnu.org>
599
600 * text.texi (Insertion): Document insert-char changes.
601
2e2d2a13
LL
6022012-07-15 Leo Liu <sdl.web@gmail.com>
603
604 * display.texi (Fringe Bitmaps): Add exclamation-mark.
605
b68b3337
CY
6062012-07-13 Chong Yidong <cyd@gnu.org>
607
608 * buffers.texi (Read Only Buffers): Document toggle-read-only
609 changes. Reword to account for the fact that read-only is
610 currently not supported in overlay properties.
611
ab4c47d3
CY
6122012-07-07 Chong Yidong <cyd@gnu.org>
613
614 * loading.texi (Library Search): Index site-lisp directories.
615
d4913798
CY
6162012-07-06 Chong Yidong <cyd@gnu.org>
617
618 * intro.texi (A Sample Function Description): Fix incorrect
619 markup, undoing previous change.
620 (A Sample Variable Description): Minor clarifications and markup
621 improvements.
622
623 * elisp.texi (Top):
624 * text.texi (Text): Fix menu order.
625
251736f4
RS
6262012-07-06 Richard Stallman <rms@gnu.org>
627
628 * intro.texi (Evaluation Notation, A Sample Function Description):
8c6c57ea 629 (A Sample Variable Description): Improve/undo previous changes.
251736f4 630
e8d71283
GM
6312012-07-05 Glenn Morris <rgm@gnu.org>
632
633 * intro.texi (A Sample Function Description): Fix cross-refs.
634
47187200
MW
6352012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
636
637 * intro.texi (Evaluation Notation, A Sample Function Description)
638 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
639
a2eb421b
CY
6402012-06-27 Chong Yidong <cyd@gnu.org>
641
642 * processes.texi (Asynchronous Processes, Input to Processes):
643 * internals.texi (Process Internals): Don't capitalize "pty".
644
6d41a41d
TTN
6452012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
646
647 * processes.texi (Asynchronous Processes): Make the pty vs pipe
648 discussion more prominent.
649
0bd8297f
EZ
6502012-06-23 Eli Zaretskii <eliz@gnu.org>
651
652 * commands.texi (Misc Events): Document the language-change event.
653
d35af63c
PE
6542012-06-22 Paul Eggert <eggert@cs.ucla.edu>
655
656 Support higher-resolution time stamps (Bug#9000).
657 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
658 * processes.texi (System Processes):
659 Time stamp resolution is now picosecond, not microsecond.
660
ac1a0ce1 6612012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
662
663 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
664
1053a871
SM
6652012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
666
667 * functions.texi (Defining Functions):
668 * macros.texi (Defining Macros): Un-define the return value of `defun',
669 `defmacro' and `defalias'.
670
41b7f8bc
CY
6712012-06-17 Chong Yidong <cyd@gnu.org>
672
673 * elisp.texi: Remove urlcolor setting.
674
82a25657
GM
6752012-06-17 Glenn Morris <rgm@gnu.org>
676
677 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
678 Overlining no longer behaves exactly like underlining.
679
8da9479c
GM
6802012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
681
682 * display.texi (Face Attributes):
683 Document wave-style underline face attribute.
684
1b9b4cf4
CY
6852012-06-11 Chong Yidong <cyd@gnu.org>
686
687 * display.texi (ImageMagick Images): ImageMagick now supports the
688 :background property.
689
dbab98c7
DA
6902012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
691
692 * internals.texi (Garbage Collection): Typo fix.
693
6175e34b
CY
6942012-06-09 Chong Yidong <cyd@gnu.org>
695
696 * text.texi (Special Properties): Clarify the meaning of a list of
697 faces in the `face' property.
698
699 * display.texi (Face Remapping): Minor clarification.
700
4b56d0fe
CY
7012012-06-08 Chong Yidong <cyd@gnu.org>
702
703 * display.texi (Face Attributes): Font family does not accept
704 wildcards. De-document obsolete :bold and :italic attributes.
705 (Defining Faces): Use new-style face spec format.
706
f3372c87
DA
7072012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
708
8d7c7eed 709 * internals.texi (Garbage Collection): Document new
f3372c87
DA
710 vector management code and vectorlike_header structure.
711
5f2c76c6
CY
7122012-06-03 Chong Yidong <cyd@gnu.org>
713
714 * modes.texi (Mode Line Data): Use "mode line construct"
715 terminology for consistency.
716
ecc6530d
GM
7172012-05-27 Glenn Morris <rgm@gnu.org>
718
719 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
720 * buffers.texi, commands.texi, compile.texi, control.texi:
721 * customize.texi, debugging.texi, display.texi, doclicense.texi:
722 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
723 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
724 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
725 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
726 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
727 * objects.texi, os.texi, package.texi, positions.texi:
728 * processes.texi, searching.texi, sequences.texi, streams.texi:
729 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
730 * variables.texi, windows.texi: Nuke hand-written node pointers.
731
33017faf 7322012-05-27 Chong Yidong <cyd@gnu.org>
27d1f87a 733
33017faf
GM
734 * functions.texi (Obsolete Functions):
735 Fix doc for set-advertised-calling-convention.
27d1f87a
CY
736
737 * modes.texi (Mode Help): Fix describe-mode.
738
739 * display.texi (Face Functions): Fix define-obsolete-face-alias.
740
741 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
742
33017faf 7432012-05-27 Martin Rudalics <rudalics@gmx.at>
0b128ac4 744
33017faf 745 * commands.texi (Recursive Editing): recursive-edit is a command.
0b128ac4
MR
746
747 * compile.texi (Docs and Compilation):
748 byte-compile-dynamic-docstrings is an option.
749
750 * debugging.texi (Invoking the Debugger): debug is a command.
751
752 * display.texi (Progress): progress-reporter-update and
753 progress-reporter-force-update have VALUE argument optional.
754 (Animated Images): Use non-@code{nil} instead of non-nil.
755
33017faf
GM
756 * files.texi (Format Conversion Round-Trip):
757 Use non-@code{nil} instead of non-nil.
0b128ac4
MR
758
759 * frames.texi (Creating Frames): make-frame is a command.
760 (Input Focus): select-frame is a command.
761 (Pointer Shape): void-text-area-pointer is an option.
762
33017faf 763 * help.texi (Describing Characters): read-kbd-macro is a command.
0b128ac4
MR
764 (Help Functions): describe-prefix-bindings is a command.
765
766 * markers.texi (Creating Markers): Both arguments of copy-marker
767 are optional.
768
769 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
770
771 * modes.texi (Mode Line Variables): mode-line-remote and
772 mode-line-client are not options.
773 (Imenu): imenu-add-to-menubar is a command.
33017faf 774 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
0b128ac4
MR
775
776 * os.texi (Sound Output): play-sound-file is a command.
777
33017faf 778 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
0b128ac4 779
33017faf
GM
780 * processes.texi (Signals to Processes):
781 Use @key{RET} instead of @code{RET}.
0b128ac4
MR
782 (Signals to Processes): signal-process is a command.
783
33017faf 784 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
0b128ac4
MR
785 (Base 64): base64-encode-string is not a command while
786 base64-decode-region is.
787
788 * windows.texi (Switching Buffers): pop-to-buffer is a command.
789
3fe7cdc8
GM
7902012-05-12 Glenn Morris <rgm@gnu.org>
791
792 * Makefile.in (MKDIR_P): New, set by configure.
793 (mkinfodir): Use $MKDIR_P.
794
dc0f75c8
GM
7952012-05-10 Glenn Morris <rgm@gnu.org>
796
b8a82b69
GM
797 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
798 with "coding: raw-text".
51b1e059 799 Concept of multibyte sessions no longer exists.
b8a82b69 800
dc0f75c8
GM
801 * files.texi (File Locks): Mention create-lockfiles option.
802
666b903b 8032012-05-09 Glenn Morris <rgm@gnu.org>
143d9dd8 804
5b6eebcf
GM
805 * vol1.texi, vol2.texi: Remove files.
806 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
807 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
808
0a454caf 809 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
e6afe47b 810
143d9dd8
GM
811 * two-volume.make (emacsdir): New.
812 (tex): Add directory with emacsver.texi to TEXINPUTS.
813
e68b393e
GM
814 * minibuf.texi (Minibuffer History, Basic Completion):
815 Tweak page breaks.
816
9658dc2a
GM
817 * internals.texi (Garbage Collection, Memory Usage)
818 (Writing Emacs Primitives): Tweak page breaks.
819
161c2a25
GM
820 * streams.texi (Output Variables): Improve page break.
821
822 * edebug.texi (Edebug Display Update): Improve page break.
823
51d58083
GM
824 * compile.texi (Disassembly): Condense the examples.
825
ddff3351
GM
826 * eval.texi, functions.texi, loading.texi, macros.texi:
827 Where possible, use example rather than smallexample.
828
829 * symbols.texi: Where possible, use example rather than smallexample.
830 (Symbol Components): Fix typo.
831 (Other Plists): Tweak page break.
832
833 * sequences.texi (Arrays): Tweak page breaks.
834
835 * customize.texi: Where possible, use example rather than smallexample.
836 (Common Keywords, Variable Definitions, Applying Customizations)
837 (Custom Themes): Tweak page breaks.
838
839 * control.texi: Where possible, use example rather than smallexample.
840 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
841 Tweak page breaks.
842
ca4b98fa
GM
8432012-05-08 Glenn Morris <rgm@gnu.org>
844
5122804a
GM
845 * two.el: Remove; unused since creation of two-volume.make.
846
ca4b98fa
GM
847 * vol1.texi, vol2.texi: No need to keep menus in these files.
848
eceeb5fc
CY
8492012-05-05 Glenn Morris <rgm@gnu.org>
850
851 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
852
853 * intro.texi (Caveats): Copyedit.
854 (Lisp History): Convert inforef to xref.
855 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
856
857 * text.texi (Auto Filling): Don't mention Emacs 19.
858
859 * commands.texi (Event Input Misc): Don't mention unread-command-char.
860 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
861
862 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
863
eceeb5fc
CY
864 * lists.texi (List-related Predicates, List Variables):
865 Tweak page-breaks.
866 (Sets And Lists): Convert inforef to xref.
867
8045b906
GM
8682012-05-04 Glenn Morris <rgm@gnu.org>
869
870 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
871 (info, infoclean): Use $INFO_EXT.
872 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
873 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
874 (info, maintainer-clean): Use $INFO_EXT.
875 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
876
78f3273a
CY
8772012-05-04 Chong Yidong <cyd@gnu.org>
878
879 * os.texi (Timers): Use defopt for timer-max-repeats.
880
ab0fa4e4
PE
8812012-05-03 Paul Eggert <eggert@cs.ucla.edu>
882
883 * os.texi (Time of Day): Do not limit current-time-string
884 to years 1000..9999.
885
2bc356d7
CY
8862012-05-02 Chong Yidong <cyd@gnu.org>
887
888 * display.texi (Font Lookup):
889 * frames.texi (Pointer Shape):
890 * processes.texi (Subprocess Creation): Use defopt for options.
891
90207a15 8922012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
893
894 * elisp.texi (@copying):
895 * intro.texi (Introduction): Only print VERSION in the TeX version.
896
90207a15 8972012-05-02 Chong Yidong <cyd@gnu.org>
5a5fd9f3
CY
898
899 * text.texi (Change Hooks): Minor fix for after-change-functions.
900
90207a15 9012012-05-02 Glenn Morris <rgm@gnu.org>
7eac3782
GM
902
903 * package.texi (Packaging Basics):
904 * loading.texi (Autoload):
905 * files.texi (Magic File Names):
906 Reword to remove/reduce some overly long/short lines.
907
a8e7d6d7 9082012-04-27 Glenn Morris <rgm@gnu.org>
cf988578
GM
909
910 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
911 * modes.texi (Major Modes, Auto-Indentation):
912 * buffers.texi (Buffers): Some fixes for menu descriptions.
913
a8e7d6d7 9142012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
88ed9e87
SM
915 * functions.texi (Simple Lambda, Argument List):
916 * eval.texi (Function Indirection): Avoid deprecated form.
917
a8e7d6d7 9182012-04-27 Glenn Morris <rgm@gnu.org>
16152b76 919
1a72be46
GM
920 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
921 Add "et al." to authors.
922
16152b76
GM
923 * buffers.texi, commands.texi, compile.texi, control.texi:
924 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
925 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
926 * modes.texi, numbers.texi, objects.texi, streams.texi:
927 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
928 Use Texinfo recommended convention for quotes+punctuation.
929
a8e7d6d7 9302012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
931
932 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
933 to where-is-internal (Bug#10872).
934
a8e7d6d7 9352012-04-27 Glenn Morris <rgm@gnu.org>
9c51bbaa 936
a2715669
GM
937 * macros.texi (Indenting Macros): Fix typo.
938
0b27932b
GM
939 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
940 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
941 (Choosing Window Options, Horizontal Scrolling)
942 (Cyclic Window Ordering, Window History, Dedicated Windows)
09ebefe1
GM
943 (Quitting Windows, Window Configurations, Textual Scrolling):
944 (Coordinates and Windows, Window Configurations)
945 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
946 (Splitting Windows, Deleting Windows):
947 Fix ignore-window-parameters logic.
948 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
949 (Window Start and End): Remove pointless example.
950 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
951 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
952 and recenter-positions. Remove recenter example.
0b27932b 953
0dc91072
GM
954 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
955
9c51bbaa
GM
956 * minibuf.texi (Intro to Minibuffers):
957 Tweak discussion of resizing minibuffer window.
958
674ea9c6
GM
9592012-04-26 Glenn Morris <rgm@gnu.org>
960
8a4ca8e3 961 * elisp-covers.texi, front-cover-1.texi: Remove files.
8191c3bd 962
562e638f
GM
963 * tindex.pl: Remove file.
964
674ea9c6
GM
965 * makefile.w32-in (srcs):
966 * Makefile.in (srcs): Remove back.texi (which is unused).
967
b613912b
MA
9682012-04-24 Michael Albinus <michael.albinus@gmx.de>
969
e43042fe
MA
970 * os.texi (Notifications): Extend possible notification hints.
971 Add notifications-get-capabilities.
b613912b 972
f30d612a
CY
9732012-04-20 Chong Yidong <cyd@gnu.org>
974
975 * processes.texi (Asynchronous Processes): Mention nil argument to
976 start-process.
977
b58b1df8
GM
9782012-04-20 Glenn Morris <rgm@gnu.org>
979
980 * minibuf.texi (Basic Completion): No need to describe obarrays here.
981 Don't mention obsolete `nospace' argument of all-completions.
982 (Minibuffer Completion, Completion Commands, Reading File Names)
983 (Completion Variables): Copyedits.
984 (Completion Commands): Mention parent keymaps.
985 Remove obsolete minibuffer-local-filename-must-match-map.
986 (High-Level Completion): Remove read-variable's almost
987 word-for-word duplication of read-command.
988 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
989 Update "High-Level Completion" description.
990
c0ea08d2
GM
991 * minibuf.texi (Minibuffers):
992 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
993
9d2754f5
GM
994 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
995 Use Texinfo-recommended form of quote+punctuation.
996 (Intro to Minibuffers): First minibuffer is #1, not #0.
997 Mention minibuffer-inactive-mode.
998 (Text from Minibuffer): Copyedits.
999 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
1000 (Object from Minibuffer): Remove overly pedantic para.
1001 (Minibuffer History): Copyedits. Add face-name-history.
1002 (Initial Input, Yes-or-No Queries, Multiple Queries)
1003 (Minibuffer Windows, Minibuffer Misc): Copyedits.
1004 (Yes-or-No Queries): Tweak example.
1005 (Minibuffer Commands): Add next-complete-history-element.
1006 (Minibuffer Misc): Mention minibuffer-message-timeout, and
1007 minibuffer-inactive-mode.
9d2754f5 1008
4373fd43
GM
1009 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
1010 (Bindat Functions): Copyedits.
1011
61bb069e 10122012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
0e80650b
CS
1013
1014 * files.texi (Saving Buffers): Document `visit and `visit-save'
1015 values of require-final-newline.
1016
61bb069e 10172012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1018
1019 * processes.texi (Output from Processes, Filter Functions):
1020 Mention waiting-for-user-input-p.
1021 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
1022 (Network Servers, Datagrams, Network Processes, Network Options)
1023 (Network Feature Testing, Serial Ports): Copyedits.
1024 (Network): Add encrypted network overview paragraph.
1025 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
1026
61bb069e 10272012-04-20 Chong Yidong <cyd@gnu.org>
21ffa320
CY
1028
1029 * help.texi (Keys in Documentation): Mention :advertised-binding.
1030
1031 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
1032 description to help.texi.
1033
61bb069e 10342012-04-20 Glenn Morris <rgm@gnu.org>
62f4b18c
GM
1035
1036 * processes.texi (Process Information, Input to Processes)
1037 (Signals to Processes, Output from Processes, Process Buffers)
1038 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 1039 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 1040
e153c136
GM
10412012-04-15 Glenn Morris <rgm@gnu.org>
1042
1043 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
12acf783
GM
1044 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
1045 Copyedits.
e153c136 1046 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
1047 (Synchronous Processes, Asynchronous Processes):
1048 Update some example output.
e153c136
GM
1049 (Process Information): Fix typo.
1050 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
1051
e6fd457e 10522012-04-15 Glenn Morris <rgm@gnu.org>
764a3017
GM
1053
1054 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
1055 open-network-stream does exist in Emacs 23, but is simpler.
1056
e6fd457e 10572012-04-15 Chong Yidong <cyd@gnu.org>
03ed9e82
CY
1058
1059 * customize.texi (Custom Themes): Also document load-theme etc.
1060
35dc09a1 10612012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1062
1063 * customize.texi (Applying Customizations):
1064 (Custom Themes): New nodes.
1065
1066 * display.texi (Defining Faces): Reference custom-set-faces.
1067
1068 * modes.texi (Defining Minor Modes, Defining Minor Modes):
1069 * os.texi (Startup Summary): Copyedits.
1070
35dc09a1 10712012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1072
1073 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
1074
9fce7eda
GM
1075 * strings.texi (Case Tables):
1076 * objects.texi (General Escape Syntax):
1077 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
1078
2bb0eca1
GM
1079 * buffers.texi, compile.texi, customize.texi, debugging.texi:
1080 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
1081 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
1082 * text.texi: Use @file for buffers, per the Texinfo manual.
1083
62200c14
GM
1084 * compile.texi (Compiler Errors): Add missing space in buffer name.
1085
35dc09a1 10862012-04-14 Chong Yidong <cyd@gnu.org>
9fe9631c
CY
1087
1088 * processes.texi (Query Before Exit): Remove obsolete function
1089 process-kill-without-query (Bug#11190).
1090
35dc09a1 10912012-04-14 Glenn Morris <rgm@gnu.org>
8fc85b20
GM
1092
1093 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
1094 Use @env for environment variables.
1095
f48a9cb4
GM
1096 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1097
0a6dd5e2
JA
10982012-04-12 Jari Aalto <jari.aalto@cante.net>
1099
1cbae532
SM
1100 * processes.texi (Synchronous Processes):
1101 Mention `default-directory' (bug#7515).
0a6dd5e2 1102
b4d3bc10
CY
11032012-04-09 Chong Yidong <cyd@gnu.org>
1104
1105 * customize.texi (Variable Definitions): Remove user-variable-p.
1106
1107 * commands.texi (Interactive Codes):
1108 * help.texi (Accessing Documentation):
1109 * minibuf.texi (High-Level Completion): Callers changed.
1110
ea0ff314
CY
11112012-04-06 Chong Yidong <cyd@gnu.org>
1112
1113 * minibuf.texi (Programmed Completion): Document metadata method.
1114 (Completion Variables): Document completion-category-overrides.
1115
91b65361
CY
11162012-04-05 Chong Yidong <cyd@gnu.org>
1117
1118 * anti.texi (Antinews): Rewrite for Emacs 23.
1119
3d439cd1
CY
11202012-04-04 Chong Yidong <cyd@gnu.org>
1121
321cc491
CY
1122 * minibuf.texi (Programmed Completion): Remove obsolete variable
1123 completion-annotate-function.
1cbae532
SM
1124 (Completion Variables): Rename from Completion Styles.
1125 Document completion-extra-properties. Document completion-styles-alist
321cc491 1126 change.
245d176b
CY
1127 (Reading File Names): minibuffer-local-filename-must-match-map is
1128 not used anymore.
1129 (Minibuffer Completion): Document completing-read-function.
1130 (Completion in Buffers): completion-at-point-functions can return
1131 properties recognized in completion-extra-properties.
321cc491 1132
3d439cd1
CY
1133 * display.texi (Delayed Warnings): New node.
1134
a7972adf
CY
1135 * os.texi (Notifications): Copyedits.
1136
97f4a299
GM
11372012-04-04 Glenn Morris <rgm@gnu.org>
1138
1139 * os.texi (Notifications): Copyedits.
1140
9ff687e1
MA
11412012-04-03 Michael Albinus <michael.albinus@gmx.de>
1142
1143 * os.texi (Terminal-Specific): Fix typo.
1144 (Notifications): New section.
1145
1146 * elisp.texi (Top):
1147 * vol1.texi (Top):
1148 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
1149 menu entries.
1150
42ee526b
CY
11512012-04-01 Chong Yidong <cyd@gnu.org>
1152
1153 * files.texi (Kinds of Files): file-subdir-of-p renamed to
1154 file-in-directory-p.
1155
0b021094
GM
11562012-03-31 Glenn Morris <rgm@gnu.org>
1157
1158 * edebug.texi (Instrumenting Macro Calls):
1159 Mention defining macros at instrumentation time.
1160 (Edebug Options): Mention edebug-unwrap-results.
1161
50fe197c
EZ
11622012-03-31 Eli Zaretskii <eliz@gnu.org>
1163
1164 * text.texi (Special Properties): Clarify the description of the
1165 effect of integer values of the 'cursor' property on cursor
1166 position. See the discussions in bug#11068 for more details and
1167 context.
1168
650b6d0b
GM
11692012-03-31 Glenn Morris <rgm@gnu.org>
1170
1171 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
1172 Copyedits.
1173
5319014e
CY
11742012-03-30 Chong Yidong <cyd@gnu.org>
1175
1176 * display.texi (Image Formats): Add imagemagick type.
1177 (Image Descriptors): Mention how they are used.
1178 (ImageMagick Images): Clarify role of imagemagick-register-types.
1179 (Character Display): Don't mention glyph tables.
1180 (Display Tables): Use make-glyph-code in example.
1181 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
1182 tables are semi-obsolete. De-document create-glyph.
1183 (Glyphless Chars): Note that display tables override this.
1184 (Bidirectional Display): Copyedits. Introduce "bidirectional
1185 reordering" terminology, and use it.
1186
f1224267
GM
11872012-03-30 Glenn Morris <rgm@gnu.org>
1188
1189 * edebug.texi (Jumping): Give name of `i' binding.
1190
d14daa28
GM
11912012-03-28 Glenn Morris <rgm@gnu.org>
1192
1193 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
1194 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
1195 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
1196 (Regexp Special): Mention collation.
1197 Clarify char classes with an example.
fee88ca0
GM
1198 (Regexp Functions): Mention regexp-opt is not guaranteed.
1199 Mention regexp-opt-charset.
1200 (Regexp Search): Recommend against looking-back.
1201 (Search and Replace): Use Texinfo recommended quote convention.
1202 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 1203
dcb6e7b3
MR
12042012-03-27 Martin Rudalics <rudalics@gmx.at>
1205
1206 * windows.texi (Window History): Describe new option
1207 switch-to-visible-buffer.
1208
cf0495f2
GM
12092012-03-27 Glenn Morris <rgm@gnu.org>
1210
4fb9a543
GM
1211 * searching.texi (String Search): Add xref to Emacs manual.
1212 Copyedits. Mention the function word-search-regexp.
1213 (Searching and Case): Add xref to Emacs manual. Copyedits.
1214
9364727b
GM
1215 * processes.texi (Network Servers): Standardize apostrophe usage.
1216
cf0495f2
GM
1217 * os.texi (System Environment): Copyedits. Remove some examples
1218 that do not seem useful. Mention setenv third arg.
1219 tty-erase-char does not seem to be nil under a window-system.
1220 (User Identification): Copyedits.
1221 Remove some examples that do not seem useful.
1222
33da7b16
GM
12232012-03-26 Glenn Morris <rgm@gnu.org>
1224
1225 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
1226 (Init File): Copyedits.
1227 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
1228 (Killing Emacs): Copyedits.
1229 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
1230 Shorten the example, use more standard shell prompts.
33da7b16 1231
9a69676a
CY
12322012-03-25 Chong Yidong <cyd@gnu.org>
1233
1234 * display.texi (Fringes): Note that fringes are shown on graphical
1235 displays only.
1236 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
1237 (Replacing Specs): Clarify example.
1238 (Manipulating Buttons): Note that button-at can return a marker.
1239 (Buttons): Minor rewrite.
1240 (Character Display): New node. Consolidate all character display
1241 related nodes into its subsections.
1242 (Usual Display): Character 127 is also affected by ctl-arrow.
1243 (Display Tables): Improve example.
1244
c8f6ec5c
GM
12452012-03-22 Glenn Morris <rgm@gnu.org>
1246
1247 * strings.texi (Text Comparison): Mention string-prefix-p.
1248
fb5b8aca
CY
12492012-03-21 Chong Yidong <cyd@gnu.org>
1250
1251 * display.texi (The Echo Area): Add xref to Output Streams.
1252 (Displaying Messages): Improve doc of message.
1253 (Echo Area Customization, Invisible Text): Copyedits.
1254 (Invisible Text): Mention that spec comparison is done with eq.
1255 (Width): Improve doc of char-width.
1256 (Faces): Recommend using symbol instead of string for face name.
1257 Minor clarifications.
1258 (Defining Faces): Copyedits. Update face example.
1259 (Attribute Functions): Mark set-face-foreground etc as commands.
1cbae532
SM
1260 (Face Remapping): Mention text-scale-adjust.
1261 Clarify face-remapping-alist and related docs.
fb5b8aca
CY
1262 (Face Functions): Don't document make-face or copy-face.
1263
025de85b
CY
12642012-03-20 Chong Yidong <cyd@gnu.org>
1265
1266 * display.texi (Forcing Redisplay): Various rewrites to reflect
1267 new value of redisplay-dont-pause.
1268 (Truncation): Copyedits.
1269
a5656eae
GM
12702012-03-20 Glenn Morris <rgm@gnu.org>
1271
1272 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
1273 Add summary table of some relevant command-line options.
1274
d15aac68
CY
12752012-03-18 Chong Yidong <cyd@gnu.org>
1276
1277 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
1278 (Writing Emacs Primitives): Re-organize discussion of functions
1279 with variable Lisp arguments are handled. Delete an obsolete
1280 remark, previously tagged as FIXME.
1281
1282 * os.texi (Idle Timers): Minor clarification.
1283 (Idle Timers): Link to Time of Day for description of time list.
1284
b59af549
GM
12852012-03-18 Glenn Morris <rgm@gnu.org>
1286
1287 * os.texi (System Interface): Flow control was removed.
1288 (Startup Summary): General update.
1289 (Init File): Don't mention compiling it.
1290
986bd52a
CY
12912012-03-17 Chong Yidong <cyd@gnu.org>
1292
1293 * os.texi (Startup Summary): Mention package loading.
1294 (Init File): Don't refer to .emacs in section title. Copyedits.
1295 (Terminal-Specific): Give a realistic example.
1296 (Command-Line Arguments): Reference Entering Emacs instead of
1297 repeating the spiel about not restarting Emacs.
1298 (Time of Day): Discuss time representation at beginning of node.
1299 (Sound Output): Copyedits.
1300
1301 * package.texi (Packaging Basics): Document package-initialize.
1302
f761251a
EZ
13032012-03-17 Eli Zaretskii <eliz@gnu.org>
1304
1305 * frames.texi (Initial Parameters): Add an index entry for
1306 minibuffer-only frame.
1307
da986230
GM
13082012-03-16 Glenn Morris <rgm@gnu.org>
1309
1310 * modes.texi (Major Mode Conventions): Mention the strange
1311 relationship between View mode and special modes. (Bug#10650)
1312
2cc775f9
CY
13132012-03-11 Chong Yidong <cyd@gnu.org>
1314
1315 * windows.texi (Window Configurations): save-window-excursion is
1316 now a macro.
1317
1318 * display.texi (Temporary Displays): with-output-to-temp-buffer is
1319 now a macro.
1320
66c5eebd
CY
1321 * text.texi (Fields): Minor copyedit.
1322
310a820f
EZ
13232012-03-10 Eli Zaretskii <eliz@gnu.org>
1324
83a96c08
EZ
1325 * strings.texi (String Basics):
1326 * sequences.texi (Sequence Functions): Mention that `length' is
1327 not appropriate for computing the string width on display; add a
1328 cross-reference to the description of `string-width'. (Bug#10978)
1329
310a820f
EZ
1330 * eval.texi (Autoloading): Minor change of wording.
1331
83ef8187
CY
13322012-03-10 Chong Yidong <cyd@gnu.org>
1333
bc44be50
CY
1334 * loading.texi (Autoload): Explicitly state which forms are
1335 processed specially (Bug#7783).
1336
83ef8187
CY
1337 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
1338 non-default situation. Describe one-submenu exception (Bug#7695).
1339
1340 * nonascii.texi (Character Properties): Copyedits.
1341
483ab230
CY
13422012-03-08 Chong Yidong <cyd@gnu.org>
1343
1344 * text.texi (Mode-Specific Indent): Document new behavior of
1345 indent-for-tab-command. Document tab-always-indent.
1346 (Special Properties): Copyedits.
1347 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
1348 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
1349 libxml-parse-html-region.
1350
00e84de0
GM
13512012-03-07 Glenn Morris <rgm@gnu.org>
1352
eaa6bc3c
GM
1353 * markers.texi (The Region): Briefly mention use-empty-active-region
1354 and region-active-p.
a9685db7 1355 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 1356 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 1357
67cd45a2
CY
13582012-03-07 Chong Yidong <cyd@gnu.org>
1359
1360 * text.texi (Buffer Contents): Don't duplicate explanation of
1361 region arguments from Text node. Put doc of obsolete var
1362 buffer-substring-filters back, since it is referred to.
1363 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
1364 selection by default.
1365
1366 * markers.texi (The Mark): Fix typo.
1367 (The Region): Copyedits.
1368
2ad80941
GM
13692012-03-07 Glenn Morris <rgm@gnu.org>
1370
1371 * markers.texi (Overview of Markers): Copyedits.
1372 (Creating Markers): Update approximate example buffer size.
1373 (The Mark): Don't mention uninteresting return values.
1374
ef959d3a
CY
13752012-03-05 Chong Yidong <cyd@gnu.org>
1376
1377 * positions.texi (Text Lines): Document count-words.
1378
a08a07e3
CY
13792012-03-04 Chong Yidong <cyd@gnu.org>
1380
1381 * frames.texi (Frames): Remove little-used "terminal frame" and
1382 "window frame" terminology.
1383 (Frame Parameters, Font and Color Parameters, Initial Parameters)
1384 (Size and Position, Visibility of Frames): Callers changed.
1385 (Frames): Clarify which terminals in framep are graphical.
1386 (Initial Parameters): --geometry is not the only option which adds
1387 to initial-frame-alist.
1388 (Position Parameters): Note that icon-left and icon-top are for
1389 old window managers only.
1390 (Size Parameters): Sizes are in characters even on graphical
1391 displays.
1392 (Management Parameters): Note that window-id and outer-window-id
1393 can't really be changed, and that auto-raise isn't always obeyed.
1394 (Cursor Parameters): Document cursor-type explicitly.
1395 (Size and Position): The aliases set-screen-height and
1396 set-screen-width have been deleted.
1397 (Visibility of Frames): Mention "minimization".
1398
1399 * os.texi (Startup Summary): Minor clarifications.
1400 (Startup Summary, Suspending Emacs): Standardize on "text
1401 terminal" terminology.
1402
1403 * windows.texi (Basic Windows, Coordinates and Windows)
1404 (Coordinates and Windows):
1405 * display.texi (Refresh Screen, Line Height, Face Attributes)
1406 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1407
ea16568d
GM
14082012-03-04 Glenn Morris <rgm@gnu.org>
1409
1410 * abbrevs.texi: Small copyedits throughout.
1411 (Abbrev Mode): Remove this section, folding it into the top-level.
1412 (Abbrev Tables): Don't mention irrelevant return values.
1413 (Abbrev Expansion): Add cross-ref for wrapper hooks.
1414 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1415 (Abbrev Table Properties): Update nil :regexp description.
1416
b3134b95
GM
14172012-03-03 Glenn Morris <rgm@gnu.org>
1418
520f2425
GM
1419 * internals.texi: Change @appendix section commands to @section.
1420 (Building Emacs): Say less about CANNOT_DUMP platforms.
1421 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 1422 (Pure Storage): Small changes.
01a6dcc8 1423 (Memory Usage): Copyedit.
7d2d7cc0
GM
1424 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1425 example definitions. Give examples of things with non-nil
1426 interactive args. Mention eval_sub. Remove old info about
1427 strings and GCPRO. Mention cus-start.el.
1428 (Buffer Internals, Window Internals, Process Internals):
1429 Misc small updates and fixes for fields.
520f2425 1430
b3134b95
GM
1431 * tips.texi: Copyedits.
1432 (Coding Conventions): Mention autoloads.
1433 Combine partially duplicated macro items. Fix xref.
1434 Refer to Library Headers for copyright notice.
1435 (Programming Tips): edit-options is long-obsolete.
1436 (Compilation Tips): Mention loading bytecomp for byte-compile props.
1437 (Warning Tips): Mention declare-function.
1438 (Documentation Tips): Remove old info.
1439 (Comment Tips): Mention comment-dwim, not indent-for-comment.
1440 (Library Headers): General update.
1441
2064cc6a
GM
14422012-03-02 Glenn Morris <rgm@gnu.org>
1443
6945faa6
GM
1444 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1445 and relocate entry. Mention buffer-stale-function.
1446
4186e877
GM
1447 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1448
2064cc6a
GM
1449 * hooks.texi (Standard Hooks): General update.
1450 Put related hooks together. Add and remove items.
1451 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1452 * modes.texi (Hooks): Tweak cross-ref description.
1453
7272fbf3
MA
14542012-03-01 Michael Albinus <michael.albinus@gmx.de>
1455
1456 * files.texi (Kinds of Files): The return value of file-equal-p is
1457 unspecified, if FILE1 or FILE2 does not exist.
1458
53a1239b
GM
14592012-03-01 Glenn Morris <rgm@gnu.org>
1460
90db9af9
GM
1461 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1462
53a1239b
GM
1463 * maps.texi (Standard Keymaps): General update.
1464 Remove mode-specific maps, talk about the more general keymaps.
1465 * help.texi (Help Functions): Add vindex for Helper-help-map.
1466 * keymaps.texi (Active Keymaps): Minor rephrasing.
1467
775b55af
GM
14682012-02-29 Glenn Morris <rgm@gnu.org>
1469
1470 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1471
96b49301 14722012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1473
7272fbf3 1474 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 1475 Update changed behavior of file-subdir-of-p.
96b49301 1476
1383d930
GM
14772012-02-28 Glenn Morris <rgm@gnu.org>
1478
44e97401
GM
1479 * advice.texi, anti.texi, display.texi, elisp.texi:
1480 * processes.texi, variables.texi, vol1.texi, vol2.texi:
1481 Standardize possessive apostrophe usage.
1482
e3c73f1e
GM
1483 * locals.texi: Remove file.
1484 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1485 Remove menu entry.
1486 * errors.texi, maps.texi: Adjust node pointers.
1487 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 1488 * makefile.w32-in (srcs):
e3c73f1e
GM
1489 * Makefile.in (srcs): Remove locals.texi.
1490
1383d930
GM
1491 * frames.texi (Mouse Position): Fix cross-ref.
1492
431ee44b
CY
14932012-02-27 Chong Yidong <cyd@gnu.org>
1494
1495 * buffers.texi (Creating Buffers): Clarify that
1496 generate-new-buffer uses generate-new-buffer-names.
1497 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1498
1499 * files.texi (Directory Names): Index entry for file name abbreviations.
1500 (Relative File Names, File Name Expansion): Refer to it.
1501 (Locating Files): Move locate-user-emacs-file documentation to
1502 Standard File Names.
1503 (Standard File Names): Add locate-user-emacs-file; update examples.
1504
6a11ec9d
MA
15052012-02-26 Michael Albinus <michael.albinus@gmx.de>
1506
1507 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
1508
9a4888c0
CY
15092012-02-26 Chong Yidong <cyd@gnu.org>
1510
1511 * files.texi (Kinds of Files): Improve documentation of
1512 files-equal-p and file-subdir-of-p.
1513
f0e751b9
GM
15142012-02-26 Glenn Morris <rgm@gnu.org>
1515
1516 * intro.texi (Acknowledgements): Small changes.
1517
7e05b1ec
GM
15182012-02-25 Glenn Morris <rgm@gnu.org>
1519
1520 * errors.texi: Don't try to list _all_ the error symbols.
1521 Add circular-list, cl-assertion-failed, compression-error.
1522 * elisp.texi, vol1.texi, vol2.texi:
1523 * control.texi (Error Symbols): Tweak "Standard Errors" description.
1524
23453255 15252012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1526
1527 * files.texi (files-equal-p, file-subdir-of-p): New,
1528 add initial documentation.
1529
4963495d
CY
15302012-02-25 Chong Yidong <cyd@gnu.org>
1531
fa74b241
CY
1532 * files.texi (File Attributes): Document file-selinux-context.
1533 (Changing Files): Link to it.
1534 (Changing Files): Document set-file-selinux-context.
1535
1536 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
1537 changed. Mention default value of backup-directory-alist.
1538 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
1539 (Auto-Saving): New minor mode behavior for auto-save-mode.
1540 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 1541
4963495d
CY
1542 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
1543
4bb82fa8
GM
15442012-02-24 Glenn Morris <rgm@gnu.org>
1545
1546 * errors.texi (Standard Errors): Mention dbus-error.
1547 For arith-error sub-classes, just use one cross-ref.
1548
2cb228f7
AM
15492012-02-23 Alan Mackenzie <acm@muc.de>
1550
1551 * modes.texi (Defining Minor Modes): Document the new keyword
1552 :after-hook.
1553
a59225b1
CY
15542012-02-21 Chong Yidong <cyd@gnu.org>
1555
1556 * files.texi (Files): Mention magic file names as arguments.
1557 (Reading from Files): Copyedits.
1558 (File Attributes): Mention how to change file modes.
1559 (Changing Files): Use standard "file permissions" terminology.
1560 Add xref to File Attributes node.
1561 (Locating Files): Document locate-user-emacs-file.
1562 (Unique File Names): Recommend against using make-temp-name.
1563
8376d7c2
CY
15642012-02-19 Chong Yidong <cyd@gnu.org>
1565
1566 * help.texi (Documentation, Documentation Basics, Help Functions):
1567 Minor clarifications.
1568 (Accessing Documentation): Clarify what documentation-property is
1569 for. Add xref to Keys in Documentation.
1570
1571 * tips.texi (Documentation Tips): Don't recommend using * in
1572 docstrings.
1573
1574 * macros.texi (Defining Macros):
1575 * modes.texi (Derived Modes): Say "documentation string" instead
1576 of docstring.
1577
82233bea
CY
15782012-02-18 Chong Yidong <cyd@gnu.org>
1579
1580 * modes.texi (Tabulated List Mode): New node.
1581 (Basic Major Modes): Add xref to it.
1582
1583 * processes.texi (Process Information): Mention Process Menu mode.
1584
7b926f3f
CY
15852012-02-17 Chong Yidong <cyd@gnu.org>
1586
1587 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
1588
0fd2c9a3
GM
15892012-02-17 Glenn Morris <rgm@gnu.org>
1590
1591 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
1592
f700caa3
CY
15932012-02-16 Chong Yidong <cyd@gnu.org>
1594
4230351b
CY
1595 * syntax.texi (Syntax Tables, Syntax Descriptors)
1596 (Syntax Table Functions): Copyedits.
1597 (Syntax Basics): Don't repeat the material in the preceding node.
1598 (Syntax Class Table): Use a table.
1599 (Syntax Properties): Document syntax-propertize-function and
1600 syntax-propertize-extend-region-functions.
1601 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1cbae532
SM
1602 (Parser State): Update for the new "c" comment style.
1603 Fix description of item 7 (comment style).
4230351b 1604
f700caa3
CY
1605 * modes.texi (Minor Modes): Update how mode commands should treat
1606 arguments now.
1607 (Mode Line Basics): Clarify force-mode-line-update.
1608 (Mode Line Top): Note that the example is not realistic.
1609 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
1610 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
1611 "mode line construct" instead of "mode line specification".
1612 (Syntactic Font Lock): Remove mention of obsolete variable
1613 font-lock-syntactic-keywords.
1614 (Setting Syntax Properties): Node deleted.
1615 (Font Lock Mode): Note that Font Lock mode is a minor mode.
1616 (Font Lock Basics): Note that syntactic fontification falls back
1617 on `syntax-table'.
1618 (Search-based Fontification): Emphasize that font-lock-keywords
1619 should not be set directly.
1620 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
1621 (Syntactic Font Lock): Minor clarifications. Add xref to
1622 Syntactic Font Lock node.
f700caa3 1623
60236b0d
CY
16242012-02-15 Chong Yidong <cyd@gnu.org>
1625
1626 * minibuf.texi (Basic Completion): Define "completion table".
1627 Move completion-in-region to Completion in Buffers node.
1628 (Completion Commands): Use "completion table" terminology.
1629 (Completion in Buffers): New node.
1630
1631 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
1632 (Setting Hooks): Update minor mode usage example.
1633 (Major Mode Conventions): Note that completion-at-point-functions
1634 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
1635 Remove duplicate tip about auto-mode-alist.
1636 (Minor Modes): Rewrite introduction.
1637 (Minor Mode Conventions): Copyedits. Don't recommend
1638 variable-only minor modes since few minor modes are like that.
60236b0d 1639
d7dbb11a
GM
16402012-02-15 Glenn Morris <rgm@gnu.org>
1641
1642 * processes.texi (Network): Document open-network-stream :parameters.
1643
3d8badf4
CY
16442012-02-14 Chong Yidong <cyd@gnu.org>
1645
1646 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
1647 was removed on 2009-09-10. Update lisp-mode-map example.
1648 (Inheritance and Keymaps): Minor clarification.
1649 (Searching Keymaps): Remove out-of-place enumeration.
1650 (Key Lookup): Remove unnecessary example (one was already given in
1651 Format of Keymaps).
1652 (Changing Key Bindings): Update suppress-keymap example.
1653 (Menu Bar, Tool Bar): Copyedits.
1654 (Tool Bar): Update tool-bar-map example.
1655
faccede1
CY
16562012-02-12 Chong Yidong <cyd@gnu.org>
1657
1658 * debugging.texi (Debugger Commands): Continuing is now allowed
1659 for errors.
1660
355cabc6
CY
16612012-02-11 Chong Yidong <cyd@gnu.org>
1662
d860baa0
CY
1663 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
1664 Move the list of standard bitmaps there.
1665 (Fringe Cursors): Rewrite for clarity.
1666 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
1667
34106abe
CY
1668 * commands.texi (Command Overview): Mention read-key.
1669 (Using Interactive, Interactive Call): Minor clarifications.
1670 (Function Keys, Click Events): Avoid "input stream" terminology.
1671 (Click Events): Add xref to Window Sizes and Accessing Mouse.
1672 Clarify column and row components.
1673 (Accessing Mouse): Add xref to Click Events. Minor fixes.
1674 (Special Events): Copyedits.
1675
1676 * streams.texi (Input Streams): De-document get-file-char.
1677 (Output Variables): Don't refer to old backquote syntax.
1678
355cabc6
CY
1679 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
1680 (Error Debugging): Note that debug-ignored-errors overrides list
1cbae532
SM
1681 values of debug-on-error too. Add xref to Signaling Errors.
1682 Note that debug-on-signal is not customizable.
1683 Mention condition-case-unless-debug.
355cabc6
CY
1684 (Compilation Errors): Node deleted.
1685
1686 * compile.texi (Compiler Errors): Move a paragraph here from
1687 deleted node Compilation Errors.
1688
1be3ca5a
LL
16892012-02-10 Leo Liu <sdl.web@gmail.com>
1690
1691 * control.texi (Handling Errors): Change condition-case-no-debug
1692 to condition-case-unless-debug.
1693
25dec365
CY
16942012-02-10 Chong Yidong <cyd@gnu.org>
1695
1696 * advice.texi (Defining Advice): Clarify ad-unadvise.
1697 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
1698 is not abnormal.
1699 (Advising Primitives): Node deleted; ad-define-subr-args has been
1700 removed.
1701
1702 * compile.texi (Speed of Byte-Code): Use float-time in example.
1703 (Compilation Functions): Note that the log uses Compilation mode.
1704 Don't discuss the contents of byte-code function object here.
1705 (Compilation Functions): De-document internal function byte-code.
1706 (Docs and Compilation): Minor clarifications.
1707
1708 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
1709 Objects.
1710
5f5e4ea1
GM
17112012-02-10 Glenn Morris <rgm@gnu.org>
1712
1713 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
1714 Mention secure-hash.
1715 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
1716
6c1e4b46
CY
17172012-02-10 Chong Yidong <cyd@gnu.org>
1718
1719 * loading.texi (Loading): Don't emphasize "library" terminology.
1720 (Library Search): load-path is not a user option. Mention role of
1721 -L option and packages. Improve examples.
1722 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
1723 obsolete.
1724 (Autoload): Minor clarifications.
1725
72ca698c
GM
17262012-02-10 Glenn Morris <rgm@gnu.org>
1727
b011fbfe
GM
1728 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
1729
72ca698c
GM
1730 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
1731
14a1f380
GM
17322012-02-08 Glenn Morris <rgm@gnu.org>
1733
1734 * loading.texi (Named Features): Update the require example.
1735
60d47423
GM
17362012-02-07 Glenn Morris <rgm@gnu.org>
1737
1738 * modes.texi (Defining Minor Modes):
1739 Expand on args of defined minor modes.
1740
0992bd9c
CY
17412012-02-07 Chong Yidong <cyd@gnu.org>
1742
1743 * variables.texi (Creating Buffer-Local): Minor clarification
1744 to buffer-local-variables doc (Bug#10715).
1745
af008560
GM
17462012-02-07 Glenn Morris <rgm@gnu.org>
1747
e80e1825 1748 * display.texi (ImageMagick Images): General update.
af008560
GM
1749 Move most details of imagemagick-render-type to the variable's doc.
1750
866c1d22
GM
17512012-02-06 Glenn Morris <rgm@gnu.org>
1752
f7c9199f 1753 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
1754 (Inheritance and Keymaps):
1755 Mention make-composed-keymap and multiple inheritance.
f7c9199f 1756
e7bc51d0
GM
1757 * modes.texi (Running Hooks): Mention run-hook-wrapped.
1758
866c1d22
GM
1759 * control.texi (Handling Errors):
1760 Mention condition-case-no-debug and with-demoted-errors.
1761
03988c98
CY
17622012-02-05 Chong Yidong <cyd@gnu.org>
1763
1764 * customize.texi (Common Keywords): Minor clarifications.
1765 Document custom-unlispify-remove-prefixes.
1766 (Variable Definitions): Backquotes in defcustom seem to work fine
1767 now. Various other copyedits.
e1161b06
CY
1768 (Simple Types): Copyedits. Document color selector.
1769 (Composite Types): Copyedits.
1770 (Splicing into Lists): Clarifications.
03988c98
CY
1771
1772 * eval.texi (Backquote): Move from macros.texi.
1773
1774 * macros.texi (Expansion): Minor clarification.
1775 (Backquote): Move node to eval.texi.
1776 (Defining Macros): Move an example from Backquote node.
1777 (Argument Evaluation): No need to mention Pascal.
1778 (Indenting Macros): Add xref to Defining Macros.
1779
649f602c
GM
17802012-02-05 Glenn Morris <rgm@gnu.org>
1781
1782 * debugging.texi (Error Debugging): Mention debug-on-event default.
1783
34c99998
GM
17842012-02-04 Glenn Morris <rgm@gnu.org>
1785
8f05da42
GM
1786 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
1787
7aa5aad8
GM
1788 * debugging.texi (Error Debugging): Mention debug-on-event.
1789 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
1790
c7291ad9
GM
1791 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
1792
34c99998
GM
1793 * text.texi (Buffer Contents):
1794 Update filter-buffer-substring description.
1795
735cc5ca
CY
17962012-02-04 Chong Yidong <cyd@gnu.org>
1797
1798 * functions.texi (What Is a Function): Add closures. Mention
1cbae532
SM
1799 "return value" terminology. Add xref for command-execute.
1800 Remove unused "keystroke command" terminology.
735cc5ca
CY
1801 (Lambda Expressions): Give a different example than in the
1802 following subsection. Add xref to Anonymous Functions.
1803 (Function Documentation): Remove gratuitous markup.
1804 (Function Names): Move introductory text to `What Is a Function'.
1805 (Defining Functions): Fix defun argument spec.
1cbae532
SM
1806 (Anonymous Functions): Document lambda macro explicitly.
1807 Mention effects on lexical binding.
735cc5ca
CY
1808 (Function Cells): Downplay direct usage of fset.
1809 (Closures): New node.
1810 (Inline Functions): Remove "open-code" terminology.
1811 (Declaring Functions): Minor tweak; .m is not C code.
1812
1813 * variables.texi (Variables): Don't refer to "global value".
1814 (Local Variables, Void Variables): Copyedits.
1815 (Lexical Binding): Minor clarification of example.
1816 (File Local Variables): Mention :safe and :risky defcustom args.
1817 (Lexical Binding): Add xref to Closures node.
1818
94bc7984
GM
18192012-02-04 Glenn Morris <rgm@gnu.org>
1820
1821 * minibuf.texi (High-Level Completion): Updates for read-color.
1822
4f5a10ef
GM
18232012-02-03 Glenn Morris <rgm@gnu.org>
1824
eea14f31
GM
1825 * display.texi (GIF Images): Mention animation.
1826 Remove commented-out old example of animation.
1827 (Animated Images): New subsection.
1828 * elisp.texi (Top):
1829 * vol1.texi (Top):
1830 * vol2.texi (Top): Add Animated Images menu entry.
1831
4f5a10ef
GM
1832 * display.texi (Image Formats): Remove oddly specific information
1833 on versions of image libraries.
204e728d 1834 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 1835
12f381b7
GM
18362012-02-02 Glenn Morris <rgm@gnu.org>
1837
1b9f60cc
GM
1838 * processes.texi (Synchronous Processes):
1839 Mention call-process's :file gets overwritten.
1840
7e2734bc
GM
1841 * commands.texi (Reading One Event):
1842 * help.texi (Help Functions): Document read-char-choice.
1843
f58b9822
GM
1844 * hooks.texi (Standard Hooks):
1845 * modes.texi (Keymaps and Minor Modes):
1846 * text.texi (Commands for Insertion): Document post-self-insert-hook.
1847
1848 * hooks.texi (Standard Hooks): Add prog-mode-hook.
1849
12f381b7
GM
1850 * hooks.texi (Standard Hooks):
1851 * modes.texi (Major Mode Conventions, Mode Hooks):
1852 Document change-major-mode-after-body-hook.
1853
7a9a2fc6
GM
18542012-02-01 Glenn Morris <rgm@gnu.org>
1855
1856 * modes.texi (Defining Minor Modes):
1857 Mention disabling global minor modes on a per-major-mode basis.
1858
a037c171
CY
18592012-01-31 Chong Yidong <cyd@gnu.org>
1860
1861 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
1862 (Parser State): Remove unnecessary statement (Bug#10661).
1863
1864 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
1865
56afad3a
GM
18662012-01-31 Glenn Morris <rgm@gnu.org>
1867
1868 * modes.texi (Defining Minor Modes):
1869 Document define-minor-mode's new :variable keyword.
1870
0f29fa41
CY
18712012-01-29 Chong Yidong <cyd@gnu.org>
1872
837a390a
CY
1873 * syntax.texi (Syntax Class Table): Tweak description of newline
1874 char syntax (Bug#9619).
1875
0f29fa41
CY
1876 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
1877 description (Bug#10189).
1878
182148ee
GM
18792012-01-29 Glenn Morris <rgm@gnu.org>
1880
a49ca6b9
GM
1881 * files.texi (Changing Files): Document SELinux support.
1882
182148ee
GM
1883 * windows.texi (Window Sizes): Fix typo.
1884
9962192e
CY
18852012-01-28 Chong Yidong <cyd@gnu.org>
1886
8c6e1920
CY
1887 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
1888 doc (Bug#8568).
1889
9583ec59
CY
1890 * frames.texi (Input Focus): Add NORECORD arg to
1891 select-frame-set-input-focus. Clarify its role in select-frame.
1892
10256988
CY
1893 * text.texi (Transposition): We don't use transpose-region as an
1894 internal subroutine (Bug#3249).
1895
9962192e
CY
1896 * modes.texi (Example Major Modes): Update Lisp example code to
1897 current sources. Delete the old non-derived-major-mode example,
1898 which has diverged badly from current sources.
1899
2aa43abb
GM
19002012-01-27 Glenn Morris <rgm@gnu.org>
1901
1902 * makefile.w32-in (texinputdir): Fix (presumed) typo.
1903 (VERSION, manual): Remove, unused.
1904
9f40220d
CY
19052012-01-27 Chong Yidong <cyd@gnu.org>
1906
1907 * commands.texi (Command Overview): Minor clarification (Bug#10384).
1908
acc28cb9
CY
19092012-01-26 Chong Yidong <cyd@gnu.org>
1910
1911 * searching.texi (String Search): Document negative repeat count
1912 (Bug#10507).
1913
48da7392
GM
19142012-01-26 Glenn Morris <rgm@gnu.org>
1915
1916 * variables.texi (Using Lexical Binding):
1917 Mention that lexical-binding should be set in the first line.
1918
69b0acb9
LI
19192012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1920
1921 * macros.texi (Defining Macros): Don't claim that `declare' only
1922 affects Edebug and indentation.
1923
543757a8
LI
19242012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1925
1926 * macros.texi (Defining Macros): Slight `declare' fixup.
1927
450e3cae
GM
19282012-01-25 Glenn Morris <rgm@gnu.org>
1929
24189ce0 1930 * makefile.w32-in (texinputdir):
450e3cae
GM
1931 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
1932
1021c761
CY
19332012-01-24 Chong Yidong <cyd@gnu.org>
1934
1935 * variables.texi (Variables, Local Variables, Void Variables):
1936 Edit to make the descriptions less specific to dynamic binding.
1937 (Local Variables): Default max-specpdl-size is now 1300.
1cbae532
SM
1938 (Defining Variables): Edits for lexical scoping.
1939 Delete information about starting docstrings with *. De-document
1021c761
CY
1940 user-variable-p.
1941 (Tips for Defining): Remove an unimportant discussion of quitting
1942 in the middle of a load.
1943 (Accessing Variables, Setting Variables): Discuss lexical binding.
1944 (Variable Scoping): Rewrite.
1945 (Scope, Extent, Impl of Scope): Nodes deleted.
1946 (Dynamic Binding): New node, with material from Scope, Extent, and
1947 Impl of Scope nodes.
1948 (Dynamic Binding Tips): Rename from Using Scoping.
1949 (Lexical Binding): Rewrite.
1950 (Using Lexical Binding): Rename from Converting to Lexical
1951 Binding. Convert to subsection.
1952
1953 * customize.texi (Variable Definitions): Add custom-variable-p.
1954 Move user-variable-p documentation here.
1955
31cbea1d
CY
19562012-01-23 Chong Yidong <cyd@gnu.org>
1957
1958 * strings.texi (Text Comparison): Minor qualification.
1959
1960 * lists.texi (Cons Cells): Copyedits.
1961 (List Elements): Mention push.
1962 (List Variables): Mention pop.
1963 (Rings): Move to sequences.texi.
1964
1965 * sequences.texi (Sequence Functions): Don't repeat the
1966 introduction already given in the parent.
1967 (Vectors): Copyedits.
1968 (Rings): Move from lists.texi. Note that this is specific to the
1969 ring package.
1970
1971 * symbols.texi (Definitions, Symbol Components): Mention variable
1972 scoping issues.
1973 (Plists and Alists): Copyedits.
1974
1975 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
1976 correctness with lexical scoping.
1977 (Eval): Copyedits.
1978
fead402d
CY
19792012-01-21 Chong Yidong <cyd@gnu.org>
1980
1981 * intro.texi (A Sample Function Description): Special notation
1982 used for macros too.
1983
1984 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
1985 (Symbol Type): Add xref for keyword symbols.
1986 (Sequence Type): Clarify differences between sequence types.
1987 (Cons Cell Type): Add "linked list" index entry.
1988 (Non-ASCII in Strings): Copyedits.
1989 (Equality Predicates): Symbols with same name need not be eq.
1990
1991 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
1992 ldexp. Move float-e and float-pi to Math Functions node.
1993
61086eb6
GM
19942012-01-21 Glenn Morris <rgm@gnu.org>
1995
1996 * modes.texi (Auto Major Mode):
1997 * variables.texi (File Local Variables):
1998 Mention inhibit-local-variables-regexps.
1999
34a02f46
MR
20002012-01-19 Martin Rudalics <rudalics@gmx.at>
2001
2002 * windows.texi (Window Configurations): Rewrite references to
2003 persistent window parameters.
2004 (Window Parameters): Fix description of persistent window
2005 parameters.
2006
f5064cae
JB
20072012-01-16 Juanma Barranquero <lekktu@gmail.com>
2008
2009 * windows.texi (Window Parameters): Use @pxref.
2010
6a6ee00d
MR
20112012-01-16 Martin Rudalics <rudalics@gmx.at>
2012
2013 * windows.texi (Window Configurations, Window Parameters):
2014 Describe persistent window parameters.
2015
9ca4c014
SM
20162011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * variables.texi (Creating Buffer-Local): Warn against misuses of
2019 make-variable-buffer-local (bug#10258).
2020
d027f83d
LMI
20212012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2022
2023 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
2024
89bd9ccd
CY
20252012-01-06 Chong Yidong <cyd@gnu.org>
2026
1cbae532
SM
2027 * variables.texi (Directory Local Variables):
2028 Document hack-dir-local-variables-non-file-buffer.
89bd9ccd 2029
c869783d
GM
20302012-01-06 Glenn Morris <rgm@gnu.org>
2031
2032 * maps.texi (Standard Keymaps): Refer to Info-edit by name
2033 rather than by keybinding.
2034
2cae5ba4
JB
20352011-12-29 Juanma Barranquero <lekktu@gmail.com>
2036
2037 * frames.texi (Font and Color Parameters): Add @pxref.
2038
43da4d08
DC
20392011-12-29 Daniel Colascione <dan.colascione@gmail.com>
2040
2041 * frames.texi (Font and Color Parameters):
2042 Document w32 font backends (bug#10399).
2043
8d80ef01
PE
20442011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2045
2046 * files.texi (File Attributes, Changing Files):
2047 Use a more-natural notation for octal numbers.
2048
9022ae07
JB
20492011-12-23 Juanma Barranquero <lekktu@gmail.com>
2050
2051 * variables.texi (Variables with Restricted Values):
2052 Change reference to variable (bug#10354).
2053
454592a6
MR
20542011-12-13 Martin Rudalics <rudalics@gmx.at>
2055
2056 * windows.texi (Splitting Windows): Use t instead of non-nil
2057 when describing window-combination-resize.
2058
a7cdbfce
SM
20592011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2060
2061 * text.texi (Special Properties): Warn against `intangible' properties
2062 (bug#10222).
2063
a3dcc84e
EZ
20642011-11-26 Eli Zaretskii <eliz@gnu.org>
2065
579ebf8f
EZ
2066 * display.texi (Truncation):
2067 * text.texi (Special Properties): Describe what a stretch-glyph is
2068 instead of using that term without explanation. Make the
2069 cross-references more accurate.
2070
a3dcc84e
EZ
2071 * display.texi (Usual Display): Update the description,
2072 cross-references, and indexing related to display of control
2073 characters and raw bytes.
2074
94af99a4
MR
20752011-11-25 Martin Rudalics <rudalics@gmx.at>
2076
2077 * windows.texi (Splitting Windows): Fix description of
2078 window-combination-limit. Suggested by Eli Zaretskii.
2079
1c3d7a13
CY
20802011-11-23 Chong Yidong <cyd@gnu.org>
2081
2082 * windows.texi (Window Sizes): Move window-top-line,
2083 window-left-column, and window-*-pixel-edges to Coordinates and
2084 Windows node.
2085 (Coordinates and Windows): Restore window-edges doc.
2086
90151a1e
MR
20872011-11-21 Martin Rudalics <rudalics@gmx.at>
2088
a7cdbfce
SM
2089 * windows.texi (Windows and Frames, Splitting Windows):
2090 Fix typos.
90151a1e 2091
a9b9b7f5
CY
20922011-11-21 Chong Yidong <cyd@gnu.org>
2093
2094 * windows.texi (Splitting Windows): Fix error in documentation of
2095 window-combination-limit.
2096 (Cyclic Window Ordering): Minor fixes to next-window,
2097 one-window-p, and get-lru-window docs. Don't document
2098 window-list-1.
2099 (Buffers and Windows): Copyedits.
2100 (Choosing Window): Document special handling of special-display-*.
2101 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
2102 Don't document even-window-heights, which is going away.
2103 Clarify which options are obeyed by which action functions.
a9b9b7f5 2104
f4e90db0
SM
21052011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2106
2107 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
2108
d2999b1a
MR
21092011-11-20 Martin Rudalics <rudalics@gmx.at>
2110
f4e90db0
SM
2111 * windows.texi (Resizing Windows, Splitting Windows):
2112 Remove term "status" when talking about combination limits.
d2999b1a 2113
cd1181db
JB
21142011-11-20 Juanma Barranquero <lekktu@gmail.com>
2115
2116 * compile.texi (Compiler Errors):
2117 * help.texi (Help Functions): Fix typos.
2118
7bf54975
CY
21192011-11-19 Chong Yidong <cyd@gnu.org>
2120
2121 * windows.texi (Splitting Windows): Clarify role of window
2122 parameters in split-window. Shorten the example.
f4e90db0
SM
2123 (Deleting Windows): Rewrite intro to handle internal windows.
2124 Fix delete-windows-on doc.
7bf54975
CY
2125 (Selecting Windows): Copyedits.
2126
a0c2d0ae
MR
21272011-11-17 Martin Rudalics <rudalics@gmx.at>
2128
2129 * windows.texi (Resizing Windows, Splitting Windows)
2130 (Deleting Windows): Use term window-combination-resize instead
2131 of window-splits.
2132
b6f67890
MR
21332011-11-16 Martin Rudalics <rudalics@gmx.at>
2134
f4e90db0
SM
2135 * windows.texi (Resizing Windows, Splitting Windows):
2136 Rename occurrences of window-nest to window-combination-limit.
b6f67890 2137
0b381c7e
JB
21382011-11-14 Juanma Barranquero <lekktu@gmail.com>
2139
2140 * intro.texi (Lisp History): Fix typo.
2141
89d61221
MR
21422011-11-12 Martin Rudalics <rudalics@gmx.at>
2143
f4e90db0
SM
2144 * windows.texi (Splitting Windows, Deleting Windows):
2145 Remove references to splits status of windows.
89d61221 2146
b2621720
GM
21472011-11-10 Glenn Morris <rgm@gnu.org>
2148
2149 * buffers.texi (Read Only Buffers): Expand a bit on why
2150 toggle-read-only should only be used interactively. (Bug#7292)
2151
d2ad7ee1
CY
21522011-11-09 Chong Yidong <cyd@gnu.org>
2153
2154 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 2155 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
2156 window-inside-absolute-pixel-edges.
2157 (Resizing Windows): shrink-window-if-larger-than-buffer works on
2158 non-full-width windows.
2159
2cffd681
MR
21602011-11-09 Martin Rudalics <rudalics@gmx.at>
2161
2162 * windows.texi (Resizing Windows): Rewrite documentation of
2163 window-resizable.
2164
f6f6d7e7
CY
21652011-11-09 Chong Yidong <cyd@gnu.org>
2166
2167 * windows.texi (Splitting Windows): Simplify example.
2168
a79db6e0
CY
21692011-11-08 Chong Yidong <cyd@gnu.org>
2170
2171 * windows.texi (Window Sizes): Copyedits. Document
2172 window-text-height. Remove window-min-height and window-min-width
2173 discussion, referring instead to Emacs manual.
2174 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
2175 (Resizing Windows): Simplify introduction. Don't document
2176 enlarge-window, shrink-window, enlarge-window-horizontally, and
2177 shrink-window-horizontally; they are no longer preferred for
2178 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 2179
441950c7
GM
21802011-11-07 Glenn Morris <rgm@gnu.org>
2181
2182 * windows.texi (Choosing Window): Fix keybinding typo.
2183
be7f5545
MR
21842011-11-07 Martin Rudalics <rudalics@gmx.at>
2185
2186 * windows.texi (Resizing Windows, Splitting Windows)
2187 (Window Configurations): Use "child window" instead of
2188 "subwindow".
2189
291d142b
CY
21902011-11-06 Chong Yidong <cyd@gnu.org>
2191
2192 * windows.texi (Basic Windows): Clarify various definitions.
2193 Treat window-normalize-* as internal; don't document them.
2194 (Windows and Frames): Various clarifications, e.g. non-live
2195 windows also belong to frames. Fix window-list description.
2196 Simplify window nesting example.
f4e90db0
SM
2197 (Splitting Windows, Window Configurations):
2198 Use split-window-below.
291d142b 2199
89bd5ee1
EZ
22002011-11-04 Eli Zaretskii <eliz@gnu.org>
2201
2202 * windows.texi (Window Sizes): Mention in the doc string that the
2203 return values of `window-body-height' and `window-body-width' are
2204 in frame's canonical units. (Bug#9949)
2205
3d8daefe
MR
22062011-10-30 Martin Rudalics <rudalics@gmx.at>
2207
2208 * windows.texi (Windows and Frames): Remove "iso-" infix from
2209 documentation of window-iso-combined-p.
2210
60754666
CY
22112011-10-26 Chong Yidong <cyd@gnu.org>
2212
2213 * modes.texi (Running Hooks): Document with-wrapper-hook.
2214
d366bd53
CY
22152011-10-18 Chong Yidong <cyd@gnu.org>
2216
2217 * display.texi (Glyphless Chars): New node.
2218
50b063c3
CY
22192011-10-13 Chong Yidong <cyd@stupidchicken.com>
2220
2221 * text.texi (Yanking): Document yank-excluded-properties.
2222
2223 * package.texi (Packaging Basics): The commentary should say how
2224 to begin using the package.
2225
c72063fa
MR
22262011-10-11 Martin Rudalics <rudalics@gmx.at>
2227
2228 * windows.texi (Deleting Windows): Mention which window gets
2229 selected when deleting the selected window.
2230
d83dc65b
MR
22312011-10-09 Martin Rudalics <rudalics@gmx.at>
2232
2233 * buffers.texi (The Buffer List): Describe how bury-buffer deals
2234 with the selected window.
2235 * windows.texi (Buffers and Windows): Reformulate text on how
2236 replace-buffer-in-windows deals with a window.
2237 (Quitting Windows): Describe how quit-window deals with a
2238 standalone frame. Describe new option frame-auto-hide-function.
2239
c599682c
GM
22402011-10-08 Glenn Morris <rgm@gnu.org>
2241
48bca619
GM
2242 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
2243
c599682c
GM
2244 * positions.texi (Excursions): Update warning message.
2245
969aa734
CY
22462011-10-05 Chong Yidong <cyd@stupidchicken.com>
2247
f4e90db0
SM
2248 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
2249 Fix Emacs manual xref (Bug#9675).
969aa734 2250
550f41cd
CY
22512011-10-01 Chong Yidong <cyd@stupidchicken.com>
2252
2253 * windows.texi (Textual Scrolling): Document scroll-up-command,
2254 scroll-down-command, scroll-error-top-bottom, and the
2255 scroll-command symbol property.
717a1362
CY
2256 (Display Action Functions): Fix description of
2257 display-buffer-pop-up-window.
550f41cd 2258
a239d4e9
JB
22592011-09-28 Juanma Barranquero <lekktu@gmail.com>
2260
2261 * windows.texi (Splitting Windows): Fix typos.
2262
590c056d
MR
22632011-09-25 Martin Rudalics <rudalics@gmx.at>
2264
2265 * windows.texi (Windows and Frames, Display Action Functions)
2266 (Switching Buffers): Fix some typos.
2267 (Buffers and Windows): Remove reference to window-auto-delete.
2268 Reword description of replace-buffer-in-windows.
2269 (Window History): Fix some typos and refer to frame local buffer
2270 list.
c419f5cb
MR
2271 (Quitting Windows): New node.
2272 (Window Configurations): Add descriptions of window-state-get
2273 and window-state-put.
2274 (Window Parameters): Describe variable ignore-window-parameters.
2275 Sketch some window parameters currently in use.
2276 * elisp.texi (Top): Update node listing.
590c056d 2277
9ec20d36
CY
22782011-09-25 Chong Yidong <cyd@stupidchicken.com>
2279
2280 * windows.texi (Display Action Functions)
2281 (Choosing Window Options): New nodes.
2282
0e406a72
CY
22832011-09-24 Chong Yidong <cyd@stupidchicken.com>
2284
2285 * windows.texi (Window History): New node. Move text here from
2286 Buffers and Windows.
2287 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
2288 don't document display-buffer here; callers changed.
2289 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
2290 switch-to-buffer-other-frame. Delete duplicate
2291 replace-buffer-in-windows doc.
2292 (Choosing Window): Document display actions.
2293
6bf7006f
EZ
22942011-09-24 Eli Zaretskii <eliz@gnu.org>
2295
2296 * display.texi (Forcing Redisplay): Update the description of
2297 redisplay-dont-pause due to change in the default value.
2298
b33b68a3
MR
22992011-09-23 Martin Rudalics <rudalics@gmx.at>
2300
2301 * frames.texi (Frames and Windows): Move section and rename to
2302 Windows and Frames in windows.texi.
2303 * windows.texi (Windows): Restructure.
2304 (Basic Windows): Rewrite. Explain live and internal windows and
2305 normalization functions.
2306 (Windows and Frames): Move section here from frames.texi.
2307 Describe subwindows, window combinations, window tree, and
2308 corresponding functions including window-list here.
2309 (Window Sizes): Rename section from Size of Window and move it
2310 up in chapter. Describe total and body sizes and the
2311 corresponding functions. Explain new semantics of
2312 window-min-height/-width.
2313 (Resizing Windows): Move section up in chapter. Describe new
2314 resize functions.
2315 (Splitting Windows): Describe new behavior of split-window,
2316 split-window-above-each-other and split-window-side-by-side.
2317 Provide examples. Describe window-nest and window-splits
2318 options.
2319 (Deleting Windows): Minor rewrite.
f4e90db0
SM
2320 (Selecting Windows): Minor rewrite.
2321 Describe frame-selected-window and set-frame-selected-window here.
2322 (Cyclic Window Ordering): Minor rewrite.
2323 Describe window-list-1.
b33b68a3
MR
2324 (Buffers and Windows): Rewrite. Explain a window's previous and
2325 next buffers and the corresponding functions.
c4682d18 2326 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
2327 * elisp.texi (Top): Update node listings for frames and windows
2328 sections.
2329
4d3786ac
SM
23302011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2331
2332 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
2333
713df35b
LMI
23342011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2335
2336 * errors.texi (Standard Errors): Remove apparent placeholder text
2337 (bug#9491).
2338
33ed493b
CY
23392011-09-18 Chong Yidong <cyd@stupidchicken.com>
2340
2341 * frames.texi (Management Parameters): Fix description of
2342 icon-type parameter.
2343
b8f0a954
CY
23442011-09-17 Chong Yidong <cyd@stupidchicken.com>
2345
2346 * tips.texi (Key Binding Conventions): Don't bind a key sequence
2347 ending in C-g. Suggested by Edward O'Connor.
2348
eddf142c
EZ
23492011-09-17 Eli Zaretskii <eliz@gnu.org>
2350
2351 * numbers.texi (Integer Basics): Add indexing for
2352 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
2353
d8e213eb 23542011-09-14 Dani Moncayo <dmoncayo@gmail.com>
bf1af6c7
DM
2355
2356 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
2357
cec2eab8
JB
23582011-09-11 Juanma Barranquero <lekktu@gmail.com>
2359
2360 * processes.texi (Network Servers): Clarify what the process
2361 buffer is used for (bug#9233).
2362
d8e213eb 23632011-08-30 Dani Moncayo <dmoncayo@gmail.com>
1f403cb9
DM
2364
2365 * lists.texi (Building Lists): Fix typo.
2366
35137ed3
CY
23672011-08-30 Chong Yidong <cyd@stupidchicken.com>
2368
2369 * display.texi (Basic Faces): New node. Document new faces.
2370
2371 * modes.texi (Major Mode Conventions): Move some text there.
2372 (Mode Help): Remove major-mode var, duplicated in Major Modes.
2373
3fd50d5c
CY
23742011-08-29 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * modes.texi (Basic Major Modes): New node. Callers updated.
2377 (Major Modes): Document fundamental-mode and major-mode.
2378 (Major Mode Basics): Node deleted; text moved to Major Modes.
2379 (Derived Modes): Document derived-mode-p.
2380
ddb54206
CY
23812011-08-28 Chong Yidong <cyd@stupidchicken.com>
2382
a6326082
CY
2383 * files.texi (Changing Files, Create/Delete Dirs): Document new
2384 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
2385 (Visiting Functions): Remove view-file; it is documented in the
2386 Emacs manual.
04e2ce72 2387
ddb54206
CY
2388 * frames.texi (Layout Parameters): The defaults for the
2389 menu-bar-lines and tool-bar-lines parameters depend on the mode.
2390
2391 * display.texi (Progress): Document spinner functionality.
2392
2393 * os.texi (Killing Emacs): Note that kill-emacs can be called by
2394 operating system signals. Refer to save-buffers-kill-terminal
2395 instead of save-buffers-kill-emacs.
2396
2397 * objects.texi (Symbol Type): Document ## print representation.
2398
0c95fcf7
EZ
23992011-08-25 Eli Zaretskii <eliz@gnu.org>
2400
2401 * display.texi (Specified Space): Mention that `space' specs
2402 influence bidi reordering.
2403 (Bidirectional Display): Explain how to use `(space . PROPS)' for
2404 separating fields with bidirectional content.
2405
5980d4c6
EZ
24062011-08-24 Eli Zaretskii <eliz@gnu.org>
2407
2408 * display.texi (Bidirectional Display): Document return value in
2409 buffers that are not bidi-reordered for display, and in unibyte
2410 buffers.
2411
bca633fb
EZ
24122011-08-23 Eli Zaretskii <eliz@gnu.org>
2413
2414 * nonascii.texi (Character Properties): Document the values for
2415 unassigned codepoints.
2416
c094bb0c
EZ
24172011-08-18 Eli Zaretskii <eliz@gnu.org>
2418
2419 * nonascii.texi (Character Properties): Document use of
2420 `bidi-class' and `mirroring' properties as part of reordering.
2421 Provide cross-references to "Bidirectional Display".
2422
2423 * display.texi (Bidirectional Display): Document the pitfalls of
2424 concatenating strings with bidirectional content, with possible
f4e90db0
SM
2425 solutions. Document bidi-string-mark-left-to-right.
2426 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
2427 Document use of `bidi-class' and `mirroring' properties as part of
2428 reordering.
c094bb0c 2429
1ea897d5
EZ
24302011-08-16 Eli Zaretskii <eliz@gnu.org>
2431
9adfcd0b
EZ
2432 * modes.texi (Major Mode Conventions): Improve the documentation
2433 of `mode-class' `special' modes.
2434
10862873
EZ
2435 * nonascii.texi (Character Properties): Document the `mirroring'
2436 property. Add index entries.
2437
1ea897d5
EZ
2438 * syntax.texi (Categories): Add an example of defining a new
2439 category and category table.
2440
2441 * searching.texi (Regexp Backslash): Document how to display
2442 existing categories. Mention the possibility of adding
2443 categories, and add an xref to where this is described. Add an
2444 index entry.
2445
ebb552ed
CY
24462011-08-09 Chong Yidong <cyd@stupidchicken.com>
2447
2448 * text.texi (Special Properties):
2449 * display.texi (Overlay Properties): Note that mouse-face cannot
2450 change the text size (Bug#8530).
2451
51a714e1
CY
24522011-08-08 Chong Yidong <cyd@stupidchicken.com>
2453
2454 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2455 using setenv instead.
2456
4cc60b9b
EZ
24572011-07-28 Eli Zaretskii <eliz@gnu.org>
2458
2459 * display.texi (Bidirectional Display): Document the fact that
2460 bidi-display-reordering is t by default.
2461
5deb92fd
EZ
24622011-07-23 Eli Zaretskii <eliz@gnu.org>
2463
2464 * display.texi (Bidirectional Display): New section.
2465
011b0ad6 24662011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
2467 Tim Cross <theophilusx@gmail.com> (tiny change)
2468 Glenn Morris <rgm@gnu.org>
011b0ad6 2469
67f9b9f8 2470 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 2471
4baf28e6
AS
24722011-07-15 Andreas Schwab <schwab@linux-m68k.org>
2473
2474 * help.texi (Keys in Documentation): Revert last change.
2475
66249842
LMI
24762011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2477
f863868c
LMI
2478 * help.texi (Keys in Documentation): Clarify that \= only quotes
2479 the next character, and doesn't affect longer sequences in
2480 particular (bug#8935).
2481
f4e90db0
SM
2482 * debugging.texi (Using Debugger):
2483 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 2484
0bb23927 24852011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
2486
2487 * display.texi (Other Display Specs): Document that `left-fringe'
2488 and `right-fringe' display specifications are of the "replacing"
2489 kind.
2490
f2027cdf
LMI
24912011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2492
2493 * help.texi (Documentation Basics): Add a link to the Function
2494 Documentation node (bug#6580).
2495
f987fde4
LMI
24962011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2497
0bc59b25
LMI
2498 * keymaps.texi (Menu Bar): Mention :visible and :enable
2499 (bug#6344). Text by Drew Adams.
2500
63d55f1f
LMI
2501 * modes.texi (Running Hooks): Mention buffer-local hook variables
2502 (bug#6218).
2503
f987fde4
LMI
2504 * objects.texi (General Escape Syntax): "a with grave accent" is
2505 ?xe0, not ?x8e0 (bug#5259).
2506
b7527639
CY
25072011-07-12 Chong Yidong <cyd@stupidchicken.com>
2508
2509 * display.texi (Face Attributes, Font Selection): Add references
2510 to the Fonts node in the Emacs manual (Bug#4178).
2511
c830e5ae
CY
25122011-07-12 Chong Yidong <cyd@stupidchicken.com>
2513
2514 * display.texi (Window Systems): `window-system' is
2515 terminal-local.
2516
2517 * frames.texi (Frame Parameters, Parameter Access): Don't mention
2518 frame-local variables.
2519
2520 * variables.texi (Buffer-Local Variables): Don't mention obsolete
2521 frame-local variables.
2522 (Frame-Local Variables): Node deleted.
2523
2524 * elisp.texi (Top): Update node listing.
2525
91223e54
LMI
25262011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2527
2528 * elisp.texi: Change "inferiors" to "subnodes" in three places
2529 (bug#3523).
2530
963578d3
CY
25312011-07-11 Chong Yidong <cyd@stupidchicken.com>
2532
2533 * frames.texi (Window System Selections): Discussion of
2534 x-select-enable-clipboard moved to Emacs manual.
2535
07151e49
DD
25362011-07-11 Deniz Dogan <deniz@dogan.se>
2537
2538 * commands.texi (Prefix Command Arguments): Remove excessive
2539 apostrophe.
2540
7261e1cf
LMI
25412011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2542
ad21a12a
LMI
2543 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
2544 description is a string (bug#3313).
2545
7261e1cf
LMI
2546 * frames.texi (Display Feature Testing): Try to explain what all
2547 the visual classes mean (bug#3042).
2548
568f7b79
LMI
25492011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2550
18d59e29
LMI
2551 * modes.texi (Mode Line Variables): Document `mode-line-remote'
2552 and `mode-line-client' (bug#2974).
2553
568f7b79
LMI
2554 * text.texi (Insertion): Clarify marker movements (bug#1651).
2555 Text from Drew Adams.
2556
54e10184
LMI
25572011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2558
d94d85e9
LMI
2559 * text.texi (Special Properties): Clarify the format of `face'
2560 (bug#1375).
2561
54e10184
LMI
2562 * commands.texi (Interactive Call): Add a `call-interactively'
2563 example (bug#1010).
2564
413c488d
LMI
25652011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2566
2567 * functions.texi (Calling Functions): Link to the "Interactive
2568 Call" node (bug#1001).
2569
322b7dab 25702011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 2571
3deead93
CY
2572 * customize.texi (Composite Types): Move alist and plist to here
2573 from Simple Types (Bug#7545).
2574
2575 * elisp.texi (Top): Update menu description.
2576
b00d8c1a
CY
2577 * display.texi (Face Attributes): Document negative line widths
2578 (Bug#6113).
2579
d2a6c43b
TR
25802011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2581
2582 * searching.texi (Match Data): Note that match data can be
2583 overwritten by most functions (bug#2499).
2584
c7844a27
LMI
25852011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2586
a9ab721e
LMI
2587 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
2588 flags mean (bug#6659).
2589
c7844a27
LMI
2590 * functions.texi (What Is a Function): Document the autoload
2591 object (bug#6496).
2592
f68d76d0
LMI
25932011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2594
8a20ca4c
LMI
2595 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
2596 is only used in the Customize user interface (bug#6089).
2597
f68d76d0 2598 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 2599 images (bug#7836).
f68d76d0 2600
7018dbe7
EZ
26012011-07-02 Eli Zaretskii <eliz@gnu.org>
2602
2603 * variables.texi (Defining Variables, Void Variables)
2604 (Constant Variables): Fix incorrect usage of @kindex.
2605
36cb87a1
LMI
26062011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2607
28ee97c7
LMI
2608 * variables.texi (Defining Variables): Add an index entry for
2609 `set-variable' (bug#7262).
8d4294e9 2610 (Defining Variables): Use @findex for functions.
28ee97c7 2611
8862ffd5
LMI
2612 * frames.texi (Basic Parameters): Document the `explicit-name'
2613 parameter (bug#6951).
2614
0ec389b9
LMI
2615 * customize.texi (Type Keywords): Clarify that :value provides a
2616 default value for all types (bug#7386).
2617
36cb87a1
LMI
2618 * streams.texi (Output Functions): Document `pp'.
2619
11fdef7d 26202011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
2621
2622 * keymaps.texi (Searching Keymaps):
2623 * display.texi (Overlay Properties): Fix errors in 2011-05-29
2624 change. Suggested by Johan Bockgård.
2625
eeafcea7
CY
26262011-06-15 Chong Yidong <cyd@stupidchicken.com>
2627
2628 * text.texi (Special Properties): Clarify role of font-lock-face.
2629
b96e6cde
LMI
26302011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2631
f4e90db0 2632 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
2633 to `process-live-p' for consistency with other `-live-p' functions.
2634
be14b9ab
PE
26352011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2636
2637 Document wide integers better.
2638 * files.texi (File Attributes): Document ino_t values better.
2d365993 2639 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
2640 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
2641 (Bitwise Operations):
001903b5
PE
2642 * objects.texi (Integer Type): Use a binary notation that is a bit easier
2643 to read, and that will port better if 62-bits becomes the default.
2644 Fix or remove incorrect examples.
be14b9ab
PE
2645 * os.texi (Time Conversion): Document time_t values better.
2646
bcd54f83
LMI
26472011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2648
f4e90db0
SM
2649 * processes.texi (Process Information):
2650 Document `process-alive-p'.
bcd54f83 2651
049bcbcb
CY
26522011-05-29 Chong Yidong <cyd@stupidchicken.com>
2653
2654 * help.texi (Accessing Documentation):
2655 * display.texi (Pixel Specification):
2656 * processes.texi (Serial Ports, Serial Ports):
2657 * nonascii.texi (Character Properties, Default Coding Systems):
2658 * text.texi (Changing Properties, Special Properties):
2659 * windows.texi (Window Start and End):
2660 * modes.texi (SMIE Indentation Example, SMIE Tricks):
2661 * keymaps.texi (Searching Keymaps, Tool Bar):
2662 * minibuf.texi (Basic Completion):
2663 * compile.texi (Eval During Compile):
2664 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
2665 7x9 paper in printed manual.
2666
2667 * lists.texi (Sets And Lists): Fix misplaced text.
2668
58539c63
CY
26692011-05-29 Chong Yidong <cyd@stupidchicken.com>
2670
2671 * keymaps.texi (Remapping Commands): Emphasize that the keymap
2672 needs to be active (Bug#8350).
2673
6b5681bf
CY
26742011-05-28 Chong Yidong <cyd@stupidchicken.com>
2675
b4d52acc
CY
2676 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
2677
6b5681bf
CY
2678 * tips.texi (Coding Conventions): Remove antediluvian filename
2679 limit recommendation (Bug#8538).
2680
e145f188
GM
26812011-05-27 Glenn Morris <rgm@gnu.org>
2682
2683 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
2684
eafed945
GM
26852011-05-26 Glenn Morris <rgm@gnu.org>
2686
2687 * variables.texi (File Local Variables):
2688 Update hack-local-variables `mode-only' return value.
2d3ba9e7 2689 Add some more details on what this function does in the other case.
eafed945 2690
bc8410af
GM
26912011-05-19 Glenn Morris <rgm@gnu.org>
2692
2693 * lists.texi (Sets And Lists): Mention cl provides union etc.
2694
35a30759
N
26952011-05-19 Nix <nix@esperi.org.uk>
2696
2697 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
2698
2699 * text.texi (Parsing HTML): Update for function name changes.
2700
2701 * syntax.texi (Syntax Flags): Small fix.
2702
2703 * keymaps.texi (Active Keymaps): Typo fix.
2704 (Changing Key Bindings): Grammar fix.
2705
2706 * frames.texi (Minibuffers and Frames): Grammar fix.
2707 (Window System Selections): x-select-enable-clipboard now defaults to t.
2708
2709 * customize.texi (Common Keywords):
2710 * display.texi (Abstract Display):
2711 * modes.texi (Auto-Indentation):
2712 * nonascii.texi (Converting Representations): Typo fixes.
2713
2714 * control.texi (Examples of Catch): Call it "goto" not "go to".
2715
e3934a8a
EZ
27162011-05-14 Eli Zaretskii <eliz@gnu.org>
2717
bc039a3b
EZ
2718 * nonascii.texi (Character Properties): Fix inconsistencies with
2719 implementation.
2720
e3934a8a
EZ
2721 * text.texi (Special Properties): Move @defvar's out of the
2722 @table. (Bug#8652)
2723
e2c94218
GM
27242011-05-12 Glenn Morris <rgm@gnu.org>
2725
2726 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
2727
d2fc7e3d 27282011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
2729
2730 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
2731 (Multiline Font Lock):
2732 * vol2.texi (Top):
2733 * vol1.texi (Top):
2734 * elisp.texi (Top): Update menu accordingly.
2735
d2fc7e3d 27362011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
2737
2738 * modes.texi (Region to Fontify): Fix typo.
2739
79b70037
GM
27402011-05-10 Jim Meyering <meyering@redhat.com>
2741
2742 * minibuf.texi: Fix typo "in in -> in".
2743
b08a63cc 27442011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
2745
2746 * numbers.texi (Integer Basics): Large integers are treated as floats.
2747
1ef14cb4
LMI
27482011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2749
2750 * processes.texi (Synchronous Processes): Document the (:file
2751 "/file-name") syntax for `call-process'.
2752
4ffd0d6b 27532011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
2754
2755 * windows.texi (Choosing Window): Fix typo.
2756
4ffd0d6b 27572011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
2758
2759 * frames.texi (Layout Parameters): Note the difference between
2760 querying and setting parameters for left-fringe and right-fringe
2761 (Bug#6930).
2762
fd5a8ae8
SM
27632011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2764
2765 * minibuf.texi (Basic Completion): Be a bit more precise about the
2766 valid kinds of completion tables.
2767 (Programmed Completion): Remove obsolete text about lambda expressions
2768 not being valid completion tables.
2769
c1bcd0d5
CY
27702011-03-19 Chong Yidong <cyd@stupidchicken.com>
2771
2772 * positions.texi (Excursions): Explain the "save-excursion
2773 defeated by set-buffer" warning.
2774
2775 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
2776 save-excursion. Suggested by Uday S Reddy.
2777
03408648 27782011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 2779
03408648
SM
2780 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
2781 (Lexical Binding): New sub-section.
ba83908c 2782
03408648
SM
2783 * eval.texi (Eval): Discourage the use of `eval'.
2784 Document its new `lexical' argument.
6c075cd7 2785
f6d62986
SM
27862011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2787
03408648 2788 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
2789 nil any more.
2790
84ea5558 27912011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
2792
2793 * strings.texi (String Conversion): Don't mention
2794 string-make-(uni|multi)byte (bug#8262).
2795 * nonascii.texi (Converting Representations): Fix up range.
2796 * keymaps.texi (Key Binding Commands): Update code point, avoid
2797 "unibyte character" and remove mention of unibyte bindings.
2798
62d94509
EZ
27992011-03-10 Eli Zaretskii <eliz@gnu.org>
2800
2801 * modes.texi (Operator Precedence Grammars): Don't use characters
2802 outside ISO-8859-1.
2803
63a329f8
EZ
28042011-03-09 Eli Zaretskii <eliz@gnu.org>
2805
2806 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
2807
2808 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2809
6446548e
GM
28102011-03-08 Glenn Morris <rgm@gnu.org>
2811
2812 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2813 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 2814 * elisp.texi: Set documentencoding.
6446548e 2815
33383987
JB
28162011-03-07 Chong Yidong <cyd@stupidchicken.com>
2817
2818 * Version 23.3 released.
2819
0b3ceceb
CY
28202011-03-06 Chong Yidong <cyd@stupidchicken.com>
2821
2822 * package.texi: Update index keywords.
2823 (Package Archives): New node contents. Document package-x.el.
2824
78f5433f
JB
28252011-03-06 Juanma Barranquero <lekktu@gmail.com>
2826
2827 * makefile.w32-in (srcs): Add package.texi.
2828
555e9b5c
CY
28292011-03-06 Chong Yidong <cyd@stupidchicken.com>
2830
120d9389
CY
2831 * package.texi (Packaging, Packaging Basics, Simple Packages)
2832 (Multi-file Packages): Expand and clarify.
2833 (Package Archives): Temporary placeholder node.
2834
2835 * elisp.texi (Top): Update node listing.
2836
555e9b5c
CY
2837 * Makefile.in (srcs): Add package.texi.
2838
b59a4335
CY
28392011-03-05 Chong Yidong <cyd@stupidchicken.com>
2840
2841 * processes.texi (Synchronous Processes): Minor clarification
2842 (Bug#8149).
2843
06083aa1
GM
28442011-03-03 Glenn Morris <rgm@gnu.org>
2845
2846 * files.texi (Truenames): Minor clarification. (Bug#2341)
2847
6640b281
GM
28482011-03-01 Glenn Morris <rgm@gnu.org>
2849
2850 * variables.texi (Directory Local Variables):
2851 Mention `(subdirs . nil)' alist element.
2852
2b0c7330 28532011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
2854
2855 * variables.texi (Directory Local Variables): Mention the optional
2856 mtime argument of dir-locals-set-directory-class. (Bug#3577)
2857
b923f7a9
CY
28582011-02-27 Chong Yidong <cyd@stupidchicken.com>
2859
2860 * minibuf.texi (Minibuffer History): Clarify discussion of
2861 minibuffer history lists (Bug#8085).
2862
67ab0163 28632011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 2864
e979a521
EZ
2865 * elisp.texi: Sync @dircategory with ../../info/dir.
2866
e03b2fd4
EZ
2867 * files.texi (Visiting Functions): Document find-file-literally,
2868 both the command and the variable.
2869
86ec878a
EZ
2870 * variables.texi (Creating Buffer-Local): Explain the meaning of
2871 permanent local variables.
2872
67ab0163
GM
2873 * files.texi (Visiting Functions): Document find-file-literally,
2874 both the command and the variable.
2875
2876 * variables.texi (Creating Buffer-Local): Explain the meaning of
2877 permanent local variables.
2878
28792011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
2880
2881 * keymaps.texi (Remapping Commands): Mention how to undo it.
2882
bfcb151a
RT
28832011-02-09 Reuben Thomas <rrt@sc3d.org>
2884
2885 * loading.texi (Hooks for Loading): Remove unnecessary advice
2886 about eval-after-load (Bug#7986).
2887
a41c8660
CY
28882011-02-05 Chong Yidong <cyd@stupidchicken.com>
2889
2890 * commands.texi (Accessing Mouse): Note that a header line is not
2891 included in the row of posn-col-row.
2892
e0dd6837
CY
28932011-02-02 Chong Yidong <cyd@stupidchicken.com>
2894
2895 * modes.texi (Major Mode Conventions): Add face guidelines.
2896 (Faces for Font Lock): List faces in order of prominence.
2897
a4180391
PE
28982011-02-01 Paul Eggert <eggert@cs.ucla.edu>
2899
2900 format-time-string now supports subsecond time stamp resolution
2901 * os.texi (Time Parsing): Document %N.
2902
7427eb97
CY
29032011-01-28 Chong Yidong <cyd@stupidchicken.com>
2904
61db307f
CY
2905 * vol1.texi (Top):
2906 * vol2.texi (Top):
2907 * elisp.texi (Top):
2908 * display.texi (Display Property): Shorten the menu description of
2909 the "Other Display Specs" node (Bug#7816).
2910
7427eb97
CY
2911 * keymaps.texi (Defining Menus): Add "menu item" and "extended
2912 menu item" concept index entries (Bug#7805).
2913
bf3dae7e
EZ
29142011-01-29 Eli Zaretskii <eliz@gnu.org>
2915
2916 * makefile.w32-in (texinfodir): New variable.
2917 (usermanualdir): Remove as redundant with $(emacsdir).
2918 (MAKEINFO): Remove options, leave only program name.
2919 (MAKEINFO_OPTS): New variable.
2920 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
2921
06d8ace5 29222011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
2923 Richard Kim <emacs18@gmail.com>
2924
2925 * loading.texi (Library Search): Document list-load-path-shadows
2926 (Bug#7757).
2927
06d8ace5 29282011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
2929
2930 * searching.texi (Regexp Special): Remove outdated discussion of
2931 character sets (Bug#7780).
2932
28a88153
CY
2933 * frames.texi (Pop-Up Menus): Document where menu title comes
2934 from (Bug#7684).
2935
06d8ace5 29362011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
2937
2938 * display.texi (Making Buttons): Mention limitation of text buttons.
2939
a8e1e9ee
WL
29402011-01-23 Werner Lemberg <wl@gnu.org>
2941
2942 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2943 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2944 (ENVADD): New variable to control texi2dvi and texi2pdf.
2945
362b9d48
GM
29462011-01-15 Chong Yidong <cyd@stupidchicken.com>
2947
2948 * files.texi (Directory Names): Move directory-abbrev-alist doc to
2949 Emacs manual.
2950
29512011-01-15 Eli Zaretskii <eliz@gnu.org>
2952
2953 * files.texi (Directory Names): Explain why FROM in
2954 directory-abbrev-alist should begin with \`. (Bug#7777)
2955
3fa173b4
SM
29562011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2957
2958 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
2959
7c420169 29602011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
2961
2962 * modes.texi (Emulating Mode Line): Fix last change.
2963
7c420169 29642011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
2965
2966 * modes.texi (Emulating Mode Line): Update documentation of
2967 format-mode-line according to changes that fixed bug #7587.
2968
80b33766
SM
29692010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 * modes.texi (Derived Modes): Mention prog-mode.
2972
2973 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
2974 of the key-binding-data cache since we don't use it any more.
2975
f49d1f52 29762010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 2977
4bb49a92
EZ
2978 * processes.texi (Shell Arguments):
2979 * strings.texi (Creating Strings): Don't mention "shell commands";
2980 make it explicit that `split-string-and-unquote' and
2981 `combine-and-quote-strings' are mainly for working with arguments
2982 to call-process and start-process.
2983
3c73e30e
EZ
2984 * processes.texi (Shell Arguments): Fix documentation of
2985 `split-string-and-unquote'. Add indexing. (Bug#7563)
2986
f49d1f52 29872010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
2988
2989 * modes.texi (Auto-Indentation): New section to document SMIE.
2990 (Major Mode Conventions):
2991 * text.texi (Mode-Specific Indent): Refer to it.
2992
f49d1f52 29932010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
2994
2995 * display.texi (Other Display Specs): Document left-fringe and
2996 right-fringe display specs.
2997
f49d1f52 29982010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
2999
3000 * backups.texi (Making Backups):
3001 * modes.texi (Example Major Modes): Use recommended coding style.
3002 (Major Mode Basics, Derived Modes): Encourge more strongly use of
3003 define-derived-mode. Mention completion-at-point-functions.
3004
f49d1f52 30052010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 3006
5dcb4c4e
SM
3007 * nonascii.texi (Converting Representations):
3008 Document byte-to-string.
e1115396 3009
ec1b9b17
GM
30102010-12-08 Glenn Morris <rgm@gnu.org>
3011
3012 * buffers.texi (Modification Time):
3013 verify-visited-file-modtime now defaults to the current buffer.
3014
07976ae3 30152010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 3016
ec1b9b17 3017 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
3018
3019 * strings.texi (Creating Strings): Don't mention semi-obsolete
3020 function char-to-string.
3021 (String Conversion): Shorten discussion of semi-obsolete function
3022 string-to-char. Link to Converting Representations.
3023
3024 * objects.texi (Symbol Type):
3025 * text.texi (Near Point):
3026 * help.texi (Help Functions):
3027 * functions.texi (Mapping Functions): Use string instead of
3028 char-to-string in examples.
3029
07976ae3 30302010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
3031
3032 * text.texi (Kill Functions, Kill Functions)
3033 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
3034 YANK-HANDLER args.
3035
3036 * symbols.texi (Creating Symbols): Using unintern without an
3037 obarray arg is now obsolete.
3038
3039 * numbers.texi (Float Basics): Document float-e and float-pi.
3040
3041 * variables.texi (Defining Variables): Change "pi" example to
3042 "float-pi".
3043
8547874a
EZ
30442010-11-26 Eli Zaretskii <eliz@gnu.org>
3045
3046 * commands.texi (Click Events): Document the values of X, Y and
3047 COL, ROW in the event's position, when the click is on the header
3048 or mode line, on the fringes, or in the margins.
3049
4a47c275 30502010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 3051
5b05d75b
EZ
3052 * customize.texi (Composite Types): Lower-case index entry.
3053
5dcb4c4e
SM
3054 * loading.texi (How Programs Do Loading):
3055 Document load-file-name. (Bug#7346)
c7926fe2 3056
4a47c275 30572010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
3058
3059 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
3060
0eb025fb
EZ
30612010-11-13 Eli Zaretskii <eliz@gnu.org>
3062
3063 * display.texi (Usual Display): Characters with no fonts are not
3064 necessarily displayed as empty boxes.
3065
2699a554 30662010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
3067
3068 * maps.texi (Standard Keymaps): Update File menu description.
3069
8289f37b
GM
30702010-10-28 Glenn Morris <rgm@gnu.org>
3071
3072 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
3073
5793a7bc 30742010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
3075
3076 * display.texi (Window Systems): Deprecate use of window-system as
3077 a predicate.
3078
17284e30
GM
30792010-10-23 Glenn Morris <rgm@gnu.org>
3080
3081 * help.texi (Documentation Basics): Remove mentions of digest-doc and
3082 sorted-doc.
3083
00f113eb
JB
30842010-10-15 Eli Zaretskii <eliz@gnu.org>
3085
3086 * os.texi (Dynamic Libraries): New node, with slightly modified
3087 text deleted from "Image Formats".
3088 (System Interface): Add @menu entry for "Dynamic Libraries".
3089
3090 * display.texi (Image Formats): Remove description of
3091 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
3092
07277eb8
GM
30932010-10-12 Glenn Morris <rgm@gnu.org>
3094
3095 * book-spine.texinfo: Rename to book-spine.texi.
3096
c12e4a81
GM
30972010-10-11 Glenn Morris <rgm@gnu.org>
3098
df187c62
GM
3099 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
3100
c12e4a81 3101 * Makefile.in (DVIPS): New variable.
234db610
GM
3102 (.PHONY): Add html, ps.
3103 (html, elisp.html, ps, elisp.ps): New targets.
3104 (clean): Delete html, ps files.
3105 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 3106
6513b232
EZ
31072010-10-09 Eli Zaretskii <eliz@gnu.org>
3108
3109 * makefile.w32-in (emacsdir): New variable.
3110 (srcs): Add emacsver.texi.
3111 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
3112
abd40fb4
GM
31132010-10-09 Glenn Morris <rgm@gnu.org>
3114
c1dc72b3
GM
3115 * Makefile.in (VPATH): Remove.
3116 (infodir): Make it absolute.
3117 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
3118
4393405b
GM
3119 * Makefile.in (dist): Anchor regexps.
3120
eef3ab94
GM
3121 * Makefile.in (srcs): Put elisp.texi first.
3122 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
3123
aa9db089
GM
3124 * Makefile.in (infoclean): Remove harmless, long-standing error.
3125
abd40fb4
GM
3126 * Makefile.in ($(infodir)): Delete rule.
3127 (mkinfodir): New.
3128 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
3129
68db69ed 3130 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 3131 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 3132
ea274122
GM
31332010-10-09 Glenn Morris <rgm@gnu.org>
3134
f7a31f11
GM
3135 * Makefile.in (emacsdir): New variable.
3136 (MAKEINFO): Add -I $emacsdir.
3137 (dist): Copy emacsver.texi.
b13254e7
GM
3138 (srcs): Add emacsver.texi.
3139
f7a31f11
GM
3140 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
3141 Set EMACSVER by including emacsver.texi.
3142
ea274122
GM
3143 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
3144
17ca7950
GM
31452010-10-07 Glenn Morris <rgm@gnu.org>
3146
3147 * Makefile.in (version): New, set by configure.
3148 (clean): Delete dist tar file.
3149 (dist): Use version in tar name.
3150
4c83f6e1
GM
31512010-10-06 Glenn Morris <rgm@gnu.org>
3152
3153 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
3154 (INSTALL_INFO): Remove unused variable.
3155 (mostlyclean, infoclean, dist): New rules.
3156 (clean): Delete dvi and pdf files.
3157 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 3158 ($(infodir)): Add parallel build workaround.
4c83f6e1 3159
0264072d
GM
31602010-10-04 Glenn Morris <rgm@gnu.org>
3161
3162 * Makefile.in (dvi, pdf, $(infodir)): New targets.
3163 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 3164 Fix -I typo.
0264072d
GM
3165 (clean): No 'make.out' or 'core' files.
3166 (.PHONY): Declare clean rules.
3167 (maintainer-clean): Delete pdf file. Guard against cd failures.
3168
77f38949
GM
31692010-10-03 Glenn Morris <rgm@gnu.org>
3170
3171 * files.texi (File Name Components): Remove ignored section about
3172 deleted variable directory-sep-char.
3173
178fdd41
MA
31742010-10-03 Michael Albinus <michael.albinus@gmx.de>
3175
3176 * files.texi (Magic File Names): New defopt
3177 remote-file-name-inhibit-cache.
3178
9c524fcb
GM
31792010-10-02 Glenn Morris <rgm@gnu.org>
3180
3181 * os.texi (Killing Emacs): Hook now runs in batch mode.
3182
f816790b
SM
31832010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3184
3185 * text.texi (Special Properties): Clarify when modification-hooks run.
3186
7cf78aac
SM
31872010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3188
3189 * syntax.texi (Syntax Flags): Document new `c' flag.
3190
ca0d44e4
GM
31912010-09-09 Glenn Morris <rgm@gnu.org>
3192
3193 * display.texi (ImageMagick Images): General cleanup.
3194
10999305 31952010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
3196
3197 * files.texi (Directory Names): Use \` rather than ^.
3198
45240125
JD
31992010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3200
3201 * text.texi (Low-Level Kill Ring):
3202 * frames.texi (Window System Selections): Remove cut buffer
3203 documentation.
3204
4abe5bf6
EZ
32052010-08-28 Eli Zaretskii <eliz@gnu.org>
3206
3207 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
3208 Parameters", where the default fringe width is described.
3209
3210 * frames.texi (Window Frame Parameters, Basic Parameters)
3211 (Position Parameters, Layout Parameters, Management Parameters)
3212 (Cursor Parameters, Font and Color Parameters): Add indexing for
3213 frame parameters. (Bug#6929)
3214
fdc76236
TT
32152010-08-25 Tom Tromey <tromey@redhat.com>
3216
3217 * vol2.texi (Top): Update.
3218 * vol1.texi (Top): Update.
3219 * tips.texi (Library Headers): Mention Package-Version and
3220 Package-Requires.
3221 * package.texi: New file.
3222 * os.texi (System Interface): Update pointers.
3223 * elisp.texi (Top): Link to new nodes. Include package.texi.
3224 * anti.texi (Antinews): Update pointers.
3225
1e5c1c80
EZ
32262010-08-25 Eli Zaretskii <eliz@gnu.org>
3227
3228 * processes.texi (Filter Functions): Fix last change.
3229
78e33835
CY
32302010-08-24 Markus Triska <triska@gmx.at>
3231
3232 * processes.texi (Filter Functions): Use `buffer-live-p' instead
3233 of `buffer-name' in the main text as well as in the example
3234 (Bug#3098).
3235
198a7a97
CY
32362010-08-22 Chong Yidong <cyd@stupidchicken.com>
3237
3238 * nonascii.texi (Text Representations):
3239 * loading.texi (Loading Non-ASCII):
3240 * compile.texi (Byte Compilation): Don't mention obsolete
3241 --unibyte command-line argument.
3242
bc7d7ea6
CY
32432010-08-22 Chong Yidong <cyd@stupidchicken.com>
3244
3245 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
3246
b0126eac 32472010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
3248
3249 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
3250
e8a6cc19
EZ
32512010-08-20 Eli Zaretskii <eliz@gnu.org>
3252
3253 * commands.texi (Misc Events): Add cross-references to where
3254 POSITION of a mouse event is described in detail.
3255
c4e7c63a 32562010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 3257
c4e7c63a 3258 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 3259
7815fe19 32602010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
3261
3262 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
3263 Suggested by Štěpán Němec <stepnem@gmail.com>.
3264
7815fe19 32652010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
3266
3267 * minibuf.texi (High-Level Completion): Document args of
3268 `read-buffer-function' (bug#5625).
3269
8b2dd508
JD
32702010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3271
3272 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
3273
bace45fe
MA
32742010-07-29 Michael Albinus <michael.albinus@gmx.de>
3275
3276 * processes.texi (Process Information): Explain process property
3277 `remote-tty'.
3278
4ce5a4cc
JB
32792010-07-27 Juanma Barranquero <lekktu@gmail.com>
3280
3281 * modes.texi (Defining Minor Modes): Use C-delete in examples,
3282 instead of "\C-\^?" (bug#6334).
3283
1c84bc7a
JB
3284 * text.texi (Special Properties): Fix typo.
3285
b88746ba
EZ
32862010-07-09 Eli Zaretskii <eliz@gnu.org>
3287
3288 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
3289 calling sequences, which are now the standard.
3290
51422d6d
CY
32912010-06-24 Chong Yidong <cyd@stupidchicken.com>
3292
3293 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
3294
3295 * commands.texi (Command Overview): Mention undo-boundary call.
3296
d24880de
GM
32972010-06-23 Glenn Morris <rgm@gnu.org>
3298
3299 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
3300 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
3301 * frames.texi, functions.texi, internals.texi, keymaps.texi:
3302 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
3303 * searching.texi, sequences.texi, strings.texi, syntax.texi:
3304 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
3305 Untabify Texinfo files.
3306
0fc76035
CY
33072010-06-20 Chong Yidong <cyd@stupidchicken.com>
3308
3309 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
3310
5338dc0b
CY
33112010-06-19 Chong Yidong <cyd@stupidchicken.com>
3312
a628ad9d 3313 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 3314
2c3a3c1d
CY
33152010-06-02 Chong Yidong <cyd@stupidchicken.com>
3316
ba3bf1d9
CY
3317 * searching.texi (Regexp Special): Remove obsolete information
3318 about matching non-ASCII characters, and suggest using char
3319 classes (Bug#6283).
2c3a3c1d 3320
7f4b4249
JB
33212010-05-30 Juanma Barranquero <lekktu@gmail.com>
3322
3323 * minibuf.texi (Basic Completion): Add missing "@end defun".
3324
637821cd
SM
33252010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3326
3327 * minibuf.texi (Basic Completion): Document completion-boundaries.
3328 (Programmed Completion): Document the new fourth method for boundaries.
3329
e13051c3
CY
33302010-05-22 Chong Yidong <cyd@stupidchicken.com>
3331
a628ad9d 3332 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 3333
0235128c 33342010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3335
3336 * windows.texi (Textual Scrolling):
3337 * tips.texi (Coding Conventions):
3338 * minibuf.texi (Minibuffer History):
3339 * maps.texi (Standard Keymaps):
3340 * loading.texi (Where Defined):
3341 * edebug.texi (Instrumenting): Fix typos.
3342
0235128c 33432010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 3344
c7c32279
CY
3345 * keymaps.texi (Menu Bar): Document :advertised-binding property.
3346
0235128c
SM
3347 * functions.texi (Obsolete Functions):
3348 Document set-advertised-calling-convention.
eb5ed549
CY
3349
3350 * minibuf.texi (Basic Completion): Document completion-in-region.
3351 (Programmed Completion): Document completion-annotate-function.
3352
3353 * commands.texi (Reading One Event): Document read-key.
3354 (Distinguish Interactive): Document KIND arg to
3355 called-interactively-p. Delete obsolete interactive-p.
3356
3357 * elisp.texi (Top): Update node description.
3358
f8848423
EZ
33592010-05-08 Eli Zaretskii <eliz@gnu.org>
3360
0235128c
SM
3361 * nonascii.texi (Character Properties):
3362 Document unicode-category-table. Add an index entry for Unicode
3363 general category.
3364
33652010-05-07 Chong Yidong <cyd@stupidchicken.com>
3366
3367 * Version 23.2 released.
f8848423 3368
938efb77
JB
33692010-04-20 Juanma Barranquero <lekktu@gmail.com>
3370
3371 * locals.texi (Standard Buffer-Local Variables):
3372 Remove @ignore'd reference to `direction-reversed'.
3373
5854c267
JL
33742010-04-14 Juri Linkov <juri@jurta.org>
3375
3376 Fix @deffn without category.
3377
3378 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
3379 for `abbrev-insert'.
3380
3381 * buffers.texi (Indirect Buffers): Add category `Command'
3382 to @deffn of `clone-indirect-buffer'.
3383
3384 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
3385 for `next-window' and `previous-window'. Add category `Command'
3386 to @deffn of `pop-to-buffer'.
3387
8a14dec7
CY
33882010-04-01 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * nonascii.texi (Text Representations): Don't mark
3391 enable-multibyte-characters as a user option.
3392
7a1831cf
EZ
33932010-03-31 Eli Zaretskii <eliz@gnu.org>
3394
3395 * control.texi (Handling Errors): How to re-throw a signal caught
3396 by condition-case.
3397
c3863713
CY
33982010-03-26 Chong Yidong <cyd@stupidchicken.com>
3399
3400 * loading.texi (Hooks for Loading): Document after-load-functions.
3401 Copyedits.
3402
c333f279
AM
34032010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
3404
3405 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
3406
e867cb5d 34072010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
3408
3409 * processes.texi (Network Processes): Document seqpacket type.
3410
605f35cd
DN
34112010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3412
3413 * os.texi (System Environment): Do not mention lynxos.
3414
288f9fc0
CY
34152010-03-10 Chong Yidong <cyd@stupidchicken.com>
3416
3417 * Branch for 23.2.
3418
eed5c93a
CY
34192010-03-06 Chong Yidong <cyd@stupidchicken.com>
3420
3421 * objects.texi (Integer Type): Take note of the read syntax
3422 exception for numbers that cannot fit in the integer type.
3423
1ddd6622
GM
34242010-03-03 Glenn Morris <rgm@gnu.org>
3425
3426 * numbers.texi (Integer Basics, Bitwise Operations):
3427 * objects.texi (Integer Type): Update for integers now being 30-bit.
3428
a908c79a
CY
34292010-02-27 Chong Yidong <cyd@stupidchicken.com>
3430
3431 * display.texi (Low-Level Font): Document :otf font-spec property.
3432
cd61af01
SM
34332010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * display.texi (Line Height): Avoid obsolete special default variables
3436 like default-major-mode.
3437
c02f8fe2
AM
34382010-01-28 Alan Mackenzie <acm@muc.de>
3439
3440 * display.texi (Auto Faces): Say fontification-functions is called
3441 whether or not Font Lock is enabled. Tidy up the wording a bit.
3442
d738d18b
CY
34432010-01-17 Chong Yidong <cyd@stupidchicken.com>
3444
3445 * elisp.texi: Remove duplicate edition information (Bug#5407).
3446
4963739e
JB
34472010-01-17 Juanma Barranquero <lekktu@gmail.com>
3448
3449 * two.el (volume-header-toc-markup): Fix typos in docstring.
3450
c57008f6
SM
34512010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3452
3453 Avoid dubious uses of save-excursions.
3454 * positions.texi (Excursions): Recommend the use of
3455 save-current-buffer if applicable.
3456 * text.texi (Clickable Text): Fix the example code which used
3457 save-excursion in a naive way which sometimes preserves point and
3458 sometimes not.
3459 * variables.texi (Creating Buffer-Local):
3460 * os.texi (Session Management):
3461 * display.texi (GIF Images):
3462 * control.texi (Cleanups): Use (save|with)-current-buffer.
3463
2f3725cd
EZ
34642010-01-02 Eli Zaretskii <eliz@gnu.org>
3465
3466 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
3467
85eeac93
CY
34682010-01-02 Chong Yidong <cyd@stupidchicken.com>
3469
3470 * nonascii.texi (Text Representations, Character Codes)
3471 (Converting Representations, Explicit Encoding)
3472 (Translation of Characters): Use hex notation consistently.
3473 (Character Sets): Fix map-charset-chars doc (Bug#5197).
3474
4801c5fa
CY
34752010-01-01 Chong Yidong <cyd@stupidchicken.com>
3476
3477 * loading.texi (Where Defined): Make it clearer that these are
3478 loaded files (Bug#5068).
3479
26e533e2
CY
34802009-12-29 Chong Yidong <cyd@stupidchicken.com>
3481
3482 * minibuf.texi (Completion Styles): Document `initials' style.
3483
16d1ff5f
CY
34842009-12-25 Chong Yidong <cyd@stupidchicken.com>
3485
3486 * frames.texi (Resources): Describe inhibit-x-resources.
3487 (Size Parameters): Copyedit.
3488
3489 * hash.texi (Creating Hash):
3490 * objects.texi (Hash Table Type): Document the new hash table
3491 printed representation.
3492
3493 * minibuf.texi (Basic Completion): 4th arg to all-completions is
3494 obsolete.
3495
5dcb4c4e
SM
3496 * processes.texi (Process Buffers):
3497 Document process-kill-buffer-query-function.
16d1ff5f 3498
9a5de3d9
GM
34992009-12-05 Glenn Morris <rgm@gnu.org>
3500
3501 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
3502 diary-display-function, and no longer recommended to be a hook.
3503 Update for changes in the names of calendar and diary hooks.
3504 diary-print-entries-hook has changed section.
3505
b640eb52
EZ
35062009-11-28 Eli Zaretskii <eliz@gnu.org>
3507
3508 * text.texi (Special Properties): More accurate description of
3509 what the `cursor' property does.
3510
be1674ab
KR
35112009-11-26 Kevin Ryde <user42@zip.com.au>
3512
3513 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
3514 mouse-wheel-down-event, the closest thing to a definition for them.
3515 * os.texi (Startup Summary): vindex inhibit-startup-message and
3516 inhibit-splash-screen.
3517 (Command-Line Arguments): vindex argv.
3518 (Suspending Emacs): vindex suspend-tty-functions and
3519 resume-tty-functions. Don't want to index every hook, but having
3520 the programming ones is helpful.
3521
603f5979
CY
35222009-11-14 Chong Yidong <cyd@stupidchicken.com>
3523
3524 * commands.texi (Motion Events): Fix typo (Bug#4907).
3525
4359a806
CY
35262009-11-08 Chong Yidong <cyd@stupidchicken.com>
3527
3528 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
3529 are affected by case-fold-search (Bug#4483).
3530
0f063651
CY
35312009-11-02 Chong Yidong <cyd@stupidchicken.com>
3532
3533 * minibuf.texi (Reading File Names): Note that read-file-name may
3534 use a graphical file dialog.
3535
9bd79893
GM
35362009-10-31 Glenn Morris <rgm@gnu.org>
3537
3538 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
3539
ebe479ec
KR
35402009-10-16 Kevin Ryde <user42@zip.com.au>
3541
3542 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
3543 in particular so `info-lookup-symbol' can find its docs.
3544
2640fa86
CY
35452009-10-16 Chong Yidong <cyd@stupidchicken.com>
3546
3547 * variables.texi (Constant Variables): Distinguish from defconst
3548 variables.
3549 (Defining Variables): Add cindex.
3550
edd6a733
CY
35512009-10-15 Chong Yidong <cyd@stupidchicken.com>
3552
3553 * os.texi (Time of Day): Clarify that the microsecond part is
3554 ignored (Bug#4637).
3555
5feb0b73
GM
35562009-10-11 Glenn Morris <rgm@gnu.org>
3557
3558 * frames.texi (Size and Position): Clarify what is included in the frame
3559 height. (Bug#4535)
3560
0c5413c8
GM
35612009-10-10 Glenn Morris <rgm@gnu.org>
3562
3563 * windows.texi (Size of Window): The relationship between window and
3564 frame heights is not so simple. (Bug#4535)
3565 Mention window-full-height-p.
3566
7f8b600a
SM
35672009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3568
3569 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
3570 used from Lisp.
3571
6185de1c
EZ
35722009-10-07 Eli Zaretskii <eliz@gnu.org>
3573
7f8b600a
SM
3574 * files.texi (Directory Names) <abbreviate-file-name>:
3575 Document that root home directories are not replaced with "~".
6185de1c 3576
9972911f
EZ
35772009-10-06 Eli Zaretskii <eliz@gnu.org>
3578
3579 * text.texi (Special Properties): Document the meaning of the
3580 `cursor' text property whose value is an integer.
3581
2a3f19ef
MA
35822009-10-05 Michael Albinus <michael.albinus@gmx.de>
3583
3584 * files.texi (Magic File Names): Add `copy-directory'.
3585
804543b5
EZ
35862009-10-05 Eli Zaretskii <eliz@gnu.org>
3587
3588 * files.texi (File Attributes): Fix description of file
3589 attributes. (Bug#4638) Update attributes of files.texi example to
3590 be more representative.
3591
461bf92b
MA
35922009-10-05 Michael Albinus <michael.albinus@gmx.de>
3593
3594 * files.texi (Create/Delete Dirs): New command copy-directory.
3595
a86cd395
JB
35962009-10-04 Juanma Barranquero <lekktu@gmail.com>
3597
3598 * anti.texi (Antinews):
3599 * macros.texi (Indenting Macros):
3600 * strings.texi (Creating Strings, Case Conversion):
3601 Remove duplicate words.
3602
d3080264
MA
36032009-10-01 Michael Albinus <michael.albinus@gmx.de>
3604
3605 * files.texi (Create/Delete Dirs): delete-directory has an
3606 optional parameter RECURSIVE.
3607
85d14563
SM
36082009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * buffers.texi (Swapping Text): Minor clarification.
3611
3d9842c6
GM
36122009-10-01 Glenn Morris <rgm@gnu.org>
3613
3614 * functions.texi (Declaring Functions): Mention that we also search for
3615 ".m" files in the src/ directory.
3616
78427304
CY
36172009-09-25 David Engster <deng@randomsample.de>
3618
3d9842c6 3619 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 3620
b578c9cc
GM
36212009-09-22 Glenn Morris <rgm@gnu.org>
3622
3623 * internals.texi (Building Emacs): Mention preloaded-file-list.
3624
beee5da7
AM
36252009-09-14 Alan Mackenzie <acm@muc.de>
3626
3627 * os.texi (Terminal Output): Put "@code{}" around "stdout".
3628
5d6ab672
CY
36292009-09-13 Chong Yidong <cyd@stupidchicken.com>
3630
3631 * functions.texi (Anonymous Functions): Rearrange discussion,
3632 giving usage of unquoted lambda forms first. Mention that
3633 `function' and `#'' are no longer required (Bug#4290).
3634
59375eeb
AM
36352009-09-11 Alan Mackenzie <acm@muc.de>
3636
a86cd395 3637 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
3638 batch mode.
3639
e7e2f529
GM
36402009-09-01 Glenn Morris <rgm@gnu.org>
3641
3642 * display.texi (Face Functions): Mention define-obsolete-face-alias.
3643
eae47088
GM
36442009-08-26 Ulrich Mueller <ulm@gentoo.org>
3645
3646 * nonascii.texi (Character Codes): Fix typos.
3647
3691a0a6
MA
36482009-08-25 Michael Albinus <michael.albinus@gmx.de>
3649
3650 * processes.texi (Synchronous Processes): New defvar
3651 process-file-side-effects.
3652
664d56b8
GM
36532009-08-25 Glenn Morris <rgm@gnu.org>
3654
3655 * display.texi (Fontsets): Fix typo.
3656
0706c025
GM
3657 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
3658
03a74b84
SM
36592009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3660
3661 * processes.texi (Asynchronous Processes): Adjust arglist of
3662 start-process-shell-command and start-file-process-shell-command.
3663
f6de8a37
CY
36642009-08-15 Chong Yidong <cyd@stupidchicken.com>
3665
4b1ed1bb
CY
3666 * advice.texi (Argument Access in Advice): Note that argument
3667 positions are zero-based (Bug#3932).
3668
89a9e058
CY
3669 * commands.texi (Distinguish Interactive): Minor copyedit.
3670
23696fd7
CY
3671 * display.texi (Face Attributes): Add xref to Displaying Faces for
3672 explanation of "underlying face".
3673
f6de8a37
CY
3674 * customize.texi (Common Keywords): Add xref to Loading.
3675
3676 * loading.texi (How Programs Do Loading): Add xref to Lisp
3677 Libraries node in the Emacs manual.
3678
417f77e6
CY
36792009-08-13 Chong Yidong <cyd@stupidchicken.com>
3680
3681 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
3682
0999039c
CY
36832009-07-18 Chong Yidong <cyd@stupidchicken.com>
3684
3685 * processes.texi (Shell Arguments): Copyedits.
3686
9af167bc
GM
36872009-07-18 Glenn Morris <rgm@gnu.org>
3688
3689 * loading.texi (Repeated Loading): Fix typo.
3690
137987ab
RS
36912009-07-16 Richard Stallman <rms@gnu.org>
3692
3693 * buffers.texi (Swapping Text): Recommend setting
3694 write-region-annotate-functions and buffer-saved-size.
3695
3696 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
3697
622fa380
GM
36982009-07-15 Glenn Morris <rgm@gnu.org>
3699
3700 * edebug.texi: Minor re-phrasings throughout.
3701 (Edebug Execution Modes): Sit-for affects continue mode too.
3702 (Jumping): Use `forward-sexp' rather than its keybinding.
3703 (Edebug Misc): Fix Q binding.
3704 (Edebug Eval): Remove cl version.
3705 (Printing in Edebug): Clarify print-length etc.
3706 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
3707 (Specification List): Remove edebug-unwrap findex entry.
3708 (Specification Examples): defmacro is actually not the same as defun.
3709 Escape "`" in example.
3710
6bbd4600
CY
37112009-07-15 Chong Yidong <cyd@stupidchicken.com>
3712
3713 * markers.texi (The Mark): Document optional arg to
3714 deactivate-mark.
3715
e538d479
GM
37162009-07-11 Kevin Ryde <user42@zip.com.au>
3717
3718 * hooks.texi (Standard Hooks): Fix cross-references.
3719
4c98b9ed
GM
3720 * loading.texi (Named Features): Refer to eval-after-load.
3721
5300838c
GM
37222009-07-11 Glenn Morris <rgm@gnu.org>
3723
64fbeb16
GM
3724 * Makefile.in (TEXI2PDF): New.
3725 (elisp.pdf): New target.
3726
4c98b9ed
GM
3727 * searching.texi (Regexp Backslash): Fix typo.
3728
3729 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 3730
51d9979c
GM
37312009-07-10 Glenn Morris <rgm@gnu.org>
3732
561c0216
GM
3733 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
3734
5b594a58
GM
3735 * customize.texi (Customization Types):
3736 * display.texi (Abstract Display):
0cc8c85a 3737 * objects.texi (Character Type, String Type):
5b594a58 3738 Merge in some menu descriptions from elisp.texi.
51d9979c 3739
c3cbbb40
GM
3740 * hash.texi (Hash Tables):
3741 * modes.texi (Multiline Font Lock):
3742 End menu description with period.
fe42c16a 3743
28528402
GM
37442009-07-09 Glenn Morris <rgm@gnu.org>
3745
3746 * back.texi: Don't hard-code texinfo location.
3747
3748 * two-volume.make (texinfodir): New, with location of texinfo.tex.
3749 (tex): Add texinfodir to TEXINPUTS.
3750 (elisp1med-init, elisp2med-init): Use texinfodir.
3751
3752 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
3753 (clean): Add two-volume.make intermediate files.
3754
3755 * elisp.texi, vol1.texi, vol2.texi:
3756 Use a DATE variable with the publication date, and update it.
3757 Fix antinews menu description.
3758
3759 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
3760 Update the detailed node listing to match elisp.texi.
3761
3762 * README: Update edition to match elisp.texi.
3763
3764 * objects.texi (General Escape Syntax):
3765 * nonascii.texi (Character Sets):
3766 Use consistent case for "Unicode Standard".
3767
3768 * anti.texi (Antinews):
3769 * customize.texi (Variable Definitions):
3770 * functions.texi (Declaring Functions):
3771 * nonascii.texi (Character Properties):
3772 * processes.texi (Serial Ports):
3773 * text.texi (Special Properties):
3774 * tips.texi (Coding Conventions):
3775 Minor rearrangements to improve TeX line-filling.
3776
3777 * commands.texi (Using Interactive): Fix cross-reference.
3778
17db8e10
JD
37792009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3780
3781 * frames.texi (Management Parameters): Mention sticky.
3782
77c7e2e1
AS
37832009-07-01 Andreas Schwab <aschwab@redhat.com>
3784
3785 * help.texi (Help Functions): Fix description of help-buffer and
3786 help-setup-xref to use @defun instead of @deffn.
3787
3f1c6666
JD
37882009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3789
3790 * frames.texi (Size Parameters): Mention maximized for fullscreen.
3791
ca27c21b
CY
37922009-06-24 Chong Yidong <cyd@stupidchicken.com>
3793
3794 * display.texi (Window Systems): Add ns to the list.
3795
70243478
CY
37962009-06-21 Chong Yidong <cyd@stupidchicken.com>
3797
3798 * Branch for 23.1.
3799
df006536
MR
38002009-06-17 Martin Rudalics <rudalics@gmx.at>
3801
3802 * windows.texi (Dedicated Windows): Fix typo.
3803 (Resizing Windows): Replace @defun by @deffn.
3804
d259fc4b
GM
38052009-06-17 Glenn Morris <rgm@gnu.org>
3806
3807 * variables.texi (Directory Local Variables):
3808 Update for 2009-04-11 name-change of dir-locals-directory-alist.
3809
30781db6
KH
38102009-06-09 Kenichi Handa <handa@m17n.org>
3811
3812 * nonascii.texi (Character Sets): State clearly that FROM and TO
3813 are codepoints of CHARSET.
3814
62e8099c
CY
38152009-06-07 Chong Yidong <cyd@stupidchicken.com>
3816
3817 * minibuf.texi (Reading File Names): Fix introductory text.
3818 Suggested by stan@derbycityprints.com.
3819 (High-Level Completion): Fix typo.
3820
ee1b1917
CY
38212009-05-28 Chong Yidong <cyd@stupidchicken.com>
3822
3823 * frames.texi (Text Terminal Colors): Multi-tty is already
3824 implemented, but tty-local colors are not.
3825
5df647e8
CY
38262009-05-27 Chong Yidong <cyd@stupidchicken.com>
3827
3828 * hooks.texi (Standard Hooks): Remove mention of obsolete
3829 redisplay-end-trigger-functions.
3830
3831 * internals.texi (Window Internals): Remove mention of obsolete
3832 redisplay-end-trigger-functions.
3833
01f17ae2
MR
38342009-05-21 Martin Rudalics <rudalics@gmx.at>
3835
3836 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
3837
3838 * backups.texi (Making Backups): backup-directory-alist and
3839 make-backup-file-name-function are options.
3840 (Auto-Saving): auto-save-list-file-prefix is an option.
3841
3842 * buffers.texi (Killing Buffers): buffer-offer-save is an
3843 option.
3844
3845 * display.texi (Refresh Screen): no-redraw-on-reenter is an
3846 option.
3847 (Echo Area Customization): echo-keystrokes is an option.
3848 (Selective Display): selective-display-ellipses is an option.
3849 (Temporary Displays): temp-buffer-show-function is an option.
3850 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
3851 are options.
3852 (Font Selection): face-font-family-alternatives,
3853 face-font-selection-order, face-font-registry-alternatives, and
3854 scalable-fonts-allowed are options.
3855 (Fringe Indicators): indicate-buffer-boundaries is an option.
3856 (Fringe Cursors): overflow-newline-into-fringe is an option.
3857 (Scroll Bars): scroll-bar-mode is an option.
3858
3859 * eval.texi (Eval): max-lisp-eval-depth is an option.
3860
3861 * files.texi (Visiting Functions): find-file-hook is an option.
3862 (Directory Names): directory-abbrev-alist is an option.
3863 (Unique File Names): temporary-file-directory and
3864 small-temporary-file-directory are options.
3865
3866 * frames.texi (Initial Parameters): initial-frame-alist,
3867 minibuffer-frame-alist and default-frame-alist are options.
3868 (Cursor Parameters): blink-cursor-alist and
3869 cursor-in-non-selected-windows ar options.
3870 (Window System Selections): selection-coding-system is an
3871 option.
3872 (Display Feature Testing): display-mm-dimensions-alist is an
3873 option.
3874
3875 * help.texi (Help Functions): help-char and help-event-list are
3876 options.
3877
3878 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
3879 an option.
3880
3881 * minibuf.texi (Minibuffer History): history-length and
3882 history-delete-duplicates are options.
3883 (High-Level Completion): read-buffer-function and
3884 read-buffer-completion-ignore-case are options.
3885 (Reading File Names): read-file-name-completion-ignore-case is
3886 an option.
3887
3888 * modes.texi (Mode Line Top): mode-line-format is an option.
3889 (Mode Line Variables): mode-line-position and mode-line-modes
3890 are options.
3891
3892 * nonascii.texi (Text Representations):
3893 enable-multibyte-characters is an option.
3894 (Default Coding Systems): auto-coding-regexp-alist,
3895 file-coding-system-alist, auto-coding-alist and
3896 auto-coding-functions are options.
3897 (Specifying Coding Systems): inhibit-eol-conversion is an
3898 option.
3899
3900 * os.texi (Init File): site-run-file is an option.
3901 (System Environment): mail-host-address is an option.
3902 (User Identification): user-mail-address is an option.
3903 (Terminal Output): baud-rate is an option.
3904
3905 * positions.texi (Word Motion): words-include-escapes is an
3906 option.
3907
3908 * searching.texi (Standard Regexps): page-delimiter,
3909 paragraph-separate, paragraph-separate and sentence-end are
3910 options.
3911
3912 * text.texi (Margins): left-margin and fill-nobreak-predicate
3913 are options.
3914
3915 * variables.texi (Local Variables): max-specpdl-size is an
3916 option.
3917
3918 * windows.texi (Choosing Window):
3919 split-window-preferred-function, special-display-function and
3920 display-buffer-function are options.
3921
106e6894
CY
39222009-05-20 Chong Yidong <cyd@stupidchicken.com>
3923
4a83454d
CY
3924 Fix errors spotted by Martin Rudalics.
3925
106e6894
CY
3926 * syntax.texi (Position Parse): Document rationale for ignored
3927 arguments to syntax-ppss-flush-cache.
3928
3929 * processes.texi (Input to Processes): Mark PROCESS arg to
3930 process-running-child-p as optional.
3931 (Network Options): Document NO-ERROR arg to
3932 set-network-process-option.
3933
3934 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
3935 command.
3936
3937 * searching.texi (POSIX Regexps): Mark posix-search-forward and
3938 posix-search-backward as commands.
3939
3940 * os.texi (Killing Emacs): Mark kill-emacs as a command.
3941 (Suspending Emacs): Mark suspend-emacs as a command.
3942 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
3943 commands.
5dcb4c4e
SM
3944 (Terminal Output): Remove obsolete function baud-rate.
3945 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
3946
3947 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
3948 terminal-coding-system and set-terminal-coding-system.
3949 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
3950 as optional.
3951 (Character Sets): Document RESTRICTION arg of char-charset.
3952 (Character Codes): Mark POS argument to get-byte as optional.
3953
3954 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
3955 minibuffer-message.
3956
3957 * files.texi (Create/Delete Dirs): Mark make-directory and
3958 delete-directory as commands.
3959
3960 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
3961
3962 * text.texi (Base 64): Mark base64-decode-string and
3963 base64-encode-string as commands.
3964 (Columns): Mark move-to-column as a command.
3965 (Mode-Specific Indent): Document RIGID arg to
3966 indent-for-tab-command.
3967 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
3968 Mark indent-code-rigidly as a command.
3969 (Substitution): Mark translate-region as a command.
3970
3971 * frames.texi (Size and Position): Remove obsolete functions
3972 screen-height and screen-width.
3973
04173931
CY
39742009-05-19 Chong Yidong <cyd@stupidchicken.com>
3975
3976 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
3977 (Displaying Buffers, Resizing Windows): Correct mistakes;
3978 next-window, previous-window, and pop-to-buffer are not commands,
3979 and fit-window-to-buffer" is a command. (Pointed out by Martin
3980 Rudalics.)
3981
eae7d8f8
RS
39822009-05-17 Richard M Stallman <rms@gnu.org>
3983
3984 * modes.texi (Precalculated Fontification): Clarify text.
3985
b8766179
MR
39862009-05-17 Martin Rudalics <rudalics@gmx.at>
3987
3988 * windows.texi (Selecting Windows): Clarify descriptions of
3989 with-selected-window and get-lru-window.
3990 (Cyclic Window Ordering): Refer to particular frame when talking
3991 about how splitting affects the ordering.
3992 (Displaying Buffers): Fix descriptions of switch-to-buffer and
3993 switch-to-buffer-other-window. Explain how setting of
3994 display-buffer-reuse-frames affects pop-to-buffer.
3995 (Choosing Window): Clarify some details in descriptions of
3996 display-buffer-reuse-frames, pop-up-frames, and
3997 pop-up-frame-function.
3998 (Dedicated Windows): Clarify some details.
3999 (Textual Scrolling): Replace term vscroll by term vertical
4000 scroll position.
4001 (Vertical Scrolling): Fix typo.
4002 (Window Hooks): Relate text on jit-lock-register to window
4003 scrolling and size changes.
4004
734b5e3b
CY
40052009-05-14 Chong Yidong <cyd@stupidchicken.com>
4006
0a65633e
CY
4007 * frames.texi (Initial Parameters): Clarify what the initial
4008 minibuffer frame is.
05be46d7
CY
4009 (Buffer Parameters): Note that the minibuffer parameter can not be
4010 altered.
0a65633e 4011
734b5e3b
CY
4012 * anti.texi (Antinews): Copyedits. Rearrange some entries.
4013 Document display-buffer changes.
4014
925672cd
CY
40152009-05-13 Chong Yidong <cyd@stupidchicken.com>
4016
17ecd7af
CY
4017 * anti.texi (Antinews): Rewrite for Emacs 22.
4018
925672cd
CY
4019 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
4020 obarrays are first mentioned. Define "system abbrev" more
4021 prominently, and add it to the index.
4022 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
4023 Copyedits.
4024 (Abbrev Expansion): Document abbrev-insert.
4025
80be4dd7
CY
40262009-05-12 Chong Yidong <cyd@stupidchicken.com>
4027
4028 * frames.texi (Font and Color Parameters): Rename from Color
4029 Parameters. Document font-backend parameter.
4030
4031 * vol2.texi (Top): Update node listing.
4032 * vol1.texi (Top): Update node listing.
4033 * elisp.texi (Top): Update node listing.
4034
372a93ac
MR
40352009-05-11 Martin Rudalics <rudalics@gmx.at>
4036
4037 * windows.texi (Choosing Window): Don't explicitly refer to
4038 split-window-sensibly's window argument in descriptions of
4039 split-height-threshold and split-width-threshold.
4040
714c3541
MR
40412009-05-10 Martin Rudalics <rudalics@gmx.at>
4042
4043 * windows.texi (Choosing Window): Fix rewrite of window
4044 splitting section.
4045
0e90e7be
EZ
40462009-05-09 Eli Zaretskii <eliz@gnu.org>
4047
f4e90db0
SM
4048 * nonascii.texi (Default Coding Systems):
4049 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 4050 Add indexing.
0e90e7be
EZ
4051 (Lisp and Coding Systems): Add index entries.
4052
d3c0c321
MR
40532009-05-09 Martin Rudalics <rudalics@gmx.at>
4054
4055 * windows.texi (Choosing Window): Describe split-window-sensibly
4056 and rewrite section on window splitting accordingly.
4057 (Textual Scrolling): Replace `...' by @code{...}.
4058
c773345a
CY
40592009-05-04 Chong Yidong <cyd@stupidchicken.com>
4060
ee2d5b5e
CY
4061 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
4062 Remove obsoleted pre-abbrev-expand-hook.
4063
4064 * locals.texi (Standard Buffer-Local Variables): Consolidate table
4065 entries.
4066
c773345a
CY
4067 * internals.texi (Object Internals): Don't assume 32-bit machines
4068 are the norm.
4069 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
4070 (Window Internals): Synch field names to window.h.
4071 (Process Internals): Synch field names to process.h.
c773345a 4072
dd449674
CY
40732009-04-29 Chong Yidong <cyd@stupidchicken.com>
4074
4075 * variables.texi (File Local Variables): Note that read-circle is
4076 bound to nil when reading file-local variables.
4077
4078 * streams.texi (Input Functions): Document read-circle.
4079 (Output Variables): Add xref to Circular Objects.
4080
4f1e25e2
CY
40812009-04-25 Chong Yidong <cyd@stupidchicken.com>
4082
4083 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
4084 Features and Coding System Basics. Node that "p" stands for
4085 "predicate". Recommend utf-8-emacs instead of emacs-mule.
4086 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
4087 mouse-appearance-menu.
4088 (Programming Tips): Add xref to Progress.
4089
dca019f8
CY
40902009-04-22 Chong Yidong <cyd@stupidchicken.com>
4091
5dcb4c4e
SM
4092 * os.texi (Command-Line Arguments):
4093 Document command-line-args-left.
dca019f8
CY
4094 (Suspending Emacs): Adapt text to multi-tty case. Document use of
4095 terminal objects for tty arguments.
4096 (Startup Summary): Add xref to Session Management.
4097 (Session Management): Mention emacs-session-restore. Copyedits.
4098
02a89103
CY
40992009-04-20 Chong Yidong <cyd@stupidchicken.com>
4100
4101 * os.texi (Startup Summary): Copyedits. The init file is not
4102 necessarily named .emacs now. Document initial-buffer-choice and
4103 initial-scratch-message. Note where Emacs exits in batch mode.
4104 Document inhibit-splash-screen as an alias.
4105 (Init File): Be neutral about which init file name to use.
4106
41072009-04-16 Chong Yidong <cyd@stupidchicken.com>
4108
4109 * os.texi (System Interface): Fix Texinfo usage.
4110
0c1cfe01
CY
41112009-04-15 Chong Yidong <cyd@stupidchicken.com>
4112
80d7cdca
CY
4113 * searching.texi (Regexp Backslash): Also refer to shy groups as
4114 non-capturing or unnumbered groups.
4115 (Regexp Functions): Add cross-reference to Regexp Backslash.
4116
0c1cfe01
CY
4117 * display.texi (Truncation): Overlays can use line-prefix and
4118 wrap-prefix too.
4119 (Overlay Properties): Document wrap-prefix and line-prefix.
4120 (Face Attributes): Document underline-minimum-offset.
4121 (Face Remapping): Copyedits.
4122 (Low-Level Font): Copyedits.
4123 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
4124 (Line Height): Emphasize that line-spacing only takes effect on
4125 graphical terminals.
0c1cfe01 4126
c4adeee0
CY
41272009-04-13 Chong Yidong <cyd@stupidchicken.com>
4128
4129 * display.texi (Refresh Screen): Note that a passage about screen
4130 refreshing is text terminal only.
4131 (Forcing Redisplay): Delete misleading comment---sit-for calls
4132 redisplay, not the other way around.
4133 (Truncation): Note new values of truncate-partial-width-windows.
4134 Copyedits.
4135 (Invisible Text): Document invisible-p.
4136
b20ecfa1
EZ
41372009-04-11 Eli Zaretskii <eliz@gnu.org>
4138
4139 * display.texi (Overlays): Overlays don't scale well. See
4140 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
4141
97d8273f
CY
41422009-04-10 Chong Yidong <cyd@stupidchicken.com>
4143
f147ff75
CY
4144 * syntax.texi (Syntax Table Functions): Document cons cell
4145 argument for modify-syntax-entry.
4146 (Categories): Document cons cell argument for
4147 modify-category-entry.
4148
fca4ec76
CY
4149 * searching.texi (String Search): Document word-search-forward-lax
4150 and word-search-backward-lax.
4151 (Searching and Case): Describe isearch behavior more precisely.
4152
9c283d5b
CY
4153 * keymaps.texi (Tool Bar): Mention that some platforms do not
4154 support multi-line toolbars. Suggested by Stephen Eglen.
4155
4156 * frames.texi (Layout Parameters): Mention that Nextstep also
4157 allows only one tool-bar line. Suggested by Stephen Eglen.
4158
97d8273f
CY
4159 * nonascii.texi (Text Representations): Copyedits.
4160 (Coding System Basics): Also mention utf-8-emacs.
4161 (Converting Representations, Selecting a Representation)
4162 (Scanning Charsets, Translation of Characters, Encoding and I/O):
4163 Copyedits.
4164 (Character Codes): Mention role of codepoints 1114112 to 4194175.
4165
2bad3299
CY
41662009-04-09 Chong Yidong <cyd@stupidchicken.com>
4167
4168 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
4169 (Filling): Clarify REGION argument of fill-paragraph.
4170 Document fill-forward-paragraph-function.
2bad3299
CY
4171 (Special Properties): Remove "new in Emacs 22" declaration.
4172 (Clickable Text): Merge with Links and Mouse-1 node.
4173
5dcb4c4e
SM
4174 * display.texi (Button Properties, Button Buffer Commands):
4175 Change xref to Clickable Text.
2bad3299
CY
4176
4177 * tips.texi (Key Binding Conventions): Change xref to Clickable
4178 Text.
4179
4180 * elisp.texi (Top): Update node listing.
4181
ea30ce4f
CY
41822009-04-05 Chong Yidong <cyd@stupidchicken.com>
4183
47af2f4b
CY
4184 * markers.texi (The Mark): Copyedits. Improve description of
4185 handle-shift-selection.
4186 (The Region): Move use-region-p here from The Mark.
4187
ea30ce4f
CY
4188 * positions.texi (Screen Lines): Document (cols . lines) argument
4189 for vertical-motion.
4190
2aa8ea6e
CY
41912009-04-04 Chong Yidong <cyd@stupidchicken.com>
4192
3ec61d4e
CY
4193 * frames.texi (Frames): Clean up introduction. Document `ns'
4194 return value for framep.
4195 (Creating Frames): Note how the terminal is chosen.
4196 (Multiple Terminals, Multiple Displays): Merge into a single node.
4197 (Color Parameters): Fix typo.
4198
4199 * variables.texi (Local Variables, Buffer-Local Variables)
4200 (Creating Buffer-Local): Change link to Multiple Terminals.
4201
4202 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
4203
4204 * keymaps.texi (Controlling Active Maps): Change link to Multiple
4205 Terminals.
4206
4207 * commands.texi (Command Loop Info, Keyboard Macros): Change link
4208 to Multiple Terminals.
4209
4210 * elisp.texi (Top): Update node listing.
4211 * vol2.texi (Top): Update node listing.
4212 * vol1.texi (Top): Update node listing.
4213
9257072f
CY
4214 * buffers.texi (Current Buffer): Note that the append-to-buffer
4215 example is no longer in synch with the latest code. Tie the two
4216 examples together.
4217
2aa8ea6e
CY
4218 * files.texi (File Attributes): Move note about MS-DOS from
4219 Changing Files to File Attributes.
4220 (Create/Delete Dirs): Note that mkdir is an alias for this.
4221
22e74b17
CY
42222009-04-01 Markus Triska <triska@gmx.at>
4223
4224 * processes.texi (Filter Functions): Suggest how to handle output
4225 batches.
4226
4bbe48ec
CY
42272009-03-30 Chong Yidong <cyd@stupidchicken.com>
4228
4229 * help.texi (Accessing Documentation): Update example to use
4230 help-setup-xref and with-help-window.
4231 (Help Functions): Remove print-help-return-message, which is
4232 semi-obsolete due to with-help-window. Document help-buffer and
4233 help-setup-xref.
4234
b9723f39
CY
42352009-03-29 Chong Yidong <cyd@stupidchicken.com>
4236
5dcb4c4e
SM
4237 * help.texi (Accessing Documentation, Help Functions):
4238 Remove information about long-obsolete Emacs versions.
9eb52e90 4239
b9723f39
CY
4240 * modes.texi (Mode Line Variables): The default values of the mode
4241 line variables are now more complicated.
4242
b0cc32db
CY
42432009-03-28 Chong Yidong <cyd@stupidchicken.com>
4244
3c25a5a9
CY
4245 * modes.texi (Major Mode Conventions): Note that specialness is
4246 inherited.
31c9eebb
CY
4247 (Derived Modes): Note that define-derive-mode sets the mode-class
4248 property.
3c25a5a9 4249
b0cc32db
CY
4250 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
4251 goto-map. Add search-map to the list.
4252
c5e0006d
EZ
42532009-03-27 Eli Zaretskii <eliz@gnu.org>
4254
1213465a
EZ
4255 * os.texi (System Environment): Update the list of system-type
4256 values.
4257
c5e0006d
EZ
4258 * markers.texi (The Mark) <handle-shift-selection>: Update for
4259 removal of the optional argument DEACTIVATE.
4260
48bab3d6
CY
42612009-03-25 Chong Yidong <cyd@stupidchicken.com>
4262
4263 * commands.texi (Focus Events): Most X window managers don't use
4264 focus-follows-mouse nowadays.
4265
6e4ff1b6
CY
42662009-03-24 Chong Yidong <cyd@stupidchicken.com>
4267
4268 * commands.texi (Defining Commands): Clarify introduction.
4269 (Using Interactive): Not that interactive can be put in a symbol
4270 property.
4271 (Interactive Call): Note that a symbol with a non-nil
4272 interactive-form property satisfies commandp.
4273
11625308
JB
42742009-03-23 Juanma Barranquero <lekktu@gmail.com>
4275
4276 * minibuf.texi (Intro to Minibuffers): Fix typos.
4277
7b34420d
CY
42782009-03-23 Chong Yidong <cyd@stupidchicken.com>
4279
4280 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
4281 about minibuffers in old Emacs versions. Copyedits.
4282 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
4283 (Text from Minibuffer): Simplify introduction.
4284
f9257eed
AM
42852009-03-22 Alan Mackenzie <acm@muc.de>
4286
4287 * commands.texi (Using Interactive): Clarify string argument to
4288 `interactive' - even promptless elements need \n separators.
4289
f639ba70
CY
42902009-03-18 Chong Yidong <cyd@stupidchicken.com>
4291
4292 * minibuf.texi (Completion Styles): New node.
4293
4294 * elisp.texi (Top): Update node listing.
4295
d897e8ee
CY
42962009-03-17 Chong Yidong <cyd@stupidchicken.com>
4297
4298 * minibuf.texi (Basic Completion): Note that
4299 read-file-name-completion-ignore-case and
4300 read-buffer-completion-ignore-case can override
4301 completion-ignore-case.
4302 (Minibuffer Completion): Document completing-read changes.
4303 (Completion Commands): Avoid mentioning partial completion mode.
4304 Document minibuffer-completion-confirm changes, and
4305 minibuffer-confirm-exit-commands.
4306 (High-Level Completion): Document new require-match behavior for
4307 read-buffer. Document read-buffer-completion-ignore-case.
4308 (Reading File Names): Document new require-match behavior for
4309 read-file-name.
4310
b1f23349
CY
43112009-03-14 Chong Yidong <cyd@stupidchicken.com>
4312
4313 * debugging.texi (Error Debugging): Don't mislead the reader into
4314 thinking that debug-on-error enters debugger for C-f at EOB.
4315 (Error Debugging): Setting debug-on-init within the init file
4316 works, and has for some time.
4317
d6eb4e25
KH
43182009-03-13 Kenichi Handa <handa@m17n.org>
4319
4320 * display.texi (Fontsets): Update the description.
4321
1cf53dc5
CY
43222009-03-13 Chong Yidong <cyd@stupidchicken.com>
4323
4324 * advice.texi (Advising Primitives): Link to What Is a Function.
4325
81f919fc
CY
43262009-03-12 Chong Yidong <cyd@stupidchicken.com>
4327
cf4229eb
CY
4328 * compile.texi (Speed of Byte-Code): Update example.
4329 (Disassembly): Update examples.
4330
81f919fc 4331 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
4332
4333 * customize.texi (Common Keywords): It's not necessary to use :tag
4334 to remove hyphens, as custom-unlispify-tag-name does it
4335 automatically.
5dcb4c4e
SM
4336 (Variable Definitions): Link to File Local Variables.
4337 Document customized-value symbol property.
f2bbc08c
CY
4338 (Customization Types): Move menu to end of node.
4339
955964d7
CY
43402009-03-10 Chong Yidong <cyd@stupidchicken.com>
4341
4342 * macros.texi (Compiling Macros): Omit misleading sentence, which
4343 implied that macros can only be used in the same file they are
4344 defined.
4345 (Backquote): Remove obsolete information about Emacs 19.
4346
d25ed7db
GM
43472009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
4348
4349 * display.texi (Display Margins): Fix paren typo.
4350
d55f6ca5
CY
43512009-02-27 Chong Yidong <cyd@stupidchicken.com>
4352
f0e57ed8
CY
4353 * elisp.texi (Top): Update node listing.
4354
4355 * variables.texi (Variables): Clarify introduction.
4356 (Global Variables): Mention that setq is a special form.
4357 (Local Variables): Use active voice.
4358 (Tips for Defining): Mention marking variables as safe.
4359 (Buffer-Local Variables): Mention terminal-local and frame-local
4360 variables together.
4361 (File Local Variables): Copyedits.
4362 (Frame-Local Variables): Note that they are not really useful.
4363 (Future Local Variables): Node deleted.
4364
d55f6ca5 4365 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 4366 Unicode escape syntax.
d55f6ca5 4367
ca8f09a8
CY
43682009-02-23 Chong Yidong <cyd@stupidchicken.com>
4369
4370 * control.texi (Control Structures): Add cindex entry for "textual
4371 order".
4372
4373 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
4374 instead of "expression" throughout.
4375 (Function Indirection): Copyedits. Use active voice.
4376 (Eval): The default value of max-lisp-eval-depth is now 400.
4377
a20878b6
MB
43782009-02-23 Miles Bader <miles@gnu.org>
4379
4380 * processes.texi (System Processes): Rename `system-process-attributes'
4381 to `process-attributes'.
4382
61f66044
CY
43832009-02-22 Chong Yidong <cyd@stupidchicken.com>
4384
1b80d1f3
CY
4385 * symbols.texi (Property Lists): Emphasize that property lists are
4386 not restricted to symbol cells.
4387 (Other Plists): Copyedit.
4388
61f66044
CY
4389 * sequences.texi (Sequences Arrays Vectors): Make introduction
4390 more concise.
4391 (Arrays): Mention char-tables and bool-vectors too.
4392 (Vectors): Don't repeat information given in Arrays node. Link to
4393 nodes that explain the vector usage examples.
4394 (Char-Tables): Note that char-table elements can have arbitrary
4395 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 4396 Link to Property Lists node.
61f66044 4397
9403944b
CY
43982009-02-22 Chong Yidong <cyd@stupidchicken.com>
4399
4400 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4401 `append'.
4068c7b4 4402 (List Elements): Copyedits.
9403944b
CY
4403
4404 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4405 of `vconcat'.
4406
4407 * strings.texi (Creating Strings): Copyedits. Remove obsolete
4408 Emacs 20 usage of `concat'.
4409 (Case Conversion): Copyedits.
4410
b87a185f
CY
44112009-02-21 Chong Yidong <cyd@stupidchicken.com>
4412
4413 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4414 Minor edits.
4415 (Frame Configuration Type): Emphasize that it is not primitive.
4416 (Font Type): New node.
4417 (Type Predicates): Add fontp; type-of now recognizes font object
4418 types.
4419
4420 * intro.texi (Version Info): Update version numbers in examples.
4421 (Acknowledgements): List more contributors.
4422
4423 * elisp.texi: Bump version number to 3.0.
4424 (Top): Link to Font Type node.
4425
867d4bb3
JB
44262009-02-20 Juanma Barranquero <lekktu@gmail.com>
4427
4428 * modes.texi (Major Mode Conventions): Remove duplicate words.
4429 (Customizing Keywords): Fix typo.
4430
77730170
EZ
44312009-02-14 Eli Zaretskii <eliz@gnu.org>
4432
4433 * nonascii.texi (User-Chosen Coding Systems): Document that
4434 select-safe-coding-system suggests raw-text if there are raw bytes
4435 in the region.
4436 (Explicit Encoding): Warn not to use `undecided' when encoding.
4437
c8736212
GM
44382009-02-11 Glenn Morris <rgm@gnu.org>
4439
4440 * frames.texi (Visibility of Frames): Mention the effect multiple
4441 workspaces/desktops can have on visibility.
4442
ab992d66
EZ
44432009-02-07 Eli Zaretskii <eliz@gnu.org>
4444
c8736212
GM
4445 * text.texi (Commands for Insertion):
4446 * commands.texi (Event Mod):
4447 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
4448 * nonascii.texi (Translation of Characters):
4449 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
4450 (Explicit Encoding): Document the `charset' text property produced
4451 by decode-coding-region and decode-coding-string.
ab992d66 4452
e651a255
AM
44532009-01-27 Alan Mackenzie <acm@muc.de>
4454
4455 * modes.texi (Search-based Fontification): Correct a typo.
4456
bc5cde4b
JB
44572009-01-25 Juanma Barranquero <lekktu@gmail.com>
4458
4459 * abbrevs.texi (Abbrev Table Properties): Fix typo.
4460 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
4461
3533155b
EZ
44622009-01-24 Eli Zaretskii <eliz@gnu.org>
4463
f721deda
EZ
4464 * display.texi (Window Systems): Document the value of
4465 `initial-window-system' under --daemon.
4466
3533155b
EZ
4467 * os.texi (System Environment): Remove description of the
4468 `environment' function which has been deleted.
4469
f79b43b2
DN
44702009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4471
4472 * frames.texi (Multiple Displays): Remove documentation for
4473 removed function make-frame-on-tty.
4474
e3aa6669
CY
44752009-01-22 Chong Yidong <cyd@stupidchicken.com>
4476
4477 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
4478 write-region-annotate-functions.
4479 Document write-region-post-annotation-function.
e3aa6669 4480
fb13a416
CY
44812009-01-19 Chong Yidong <cyd@stupidchicken.com>
4482
4483 * display.texi (Font Lookup): Document WIDTH argument of
4484 x-list-fonts.
4485
02eccf6b
EZ
44862009-01-17 Eli Zaretskii <eliz@gnu.org>
4487
ead3f58d
EZ
4488 * maps.texi (Standard Keymaps): Rename function-key-map to
4489 local-function-key-map.
4490
4491 * keymaps.texi (Translation Keymaps): Rename function-key-map to
4492 local-function-key-map.
4493
4494 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4495 and `set-keyboard-coding-system' now accept an optional terminal
4496 argument.
4497
4498 * commands.texi (Event Mod): `keyboard-translate-table' is now
4499 terminal-local.
4500 (Function Keys): Rename function-key-map to
4501 local-function-key-map.
4502
df05a163
EZ
4503 * elisp.texi (Top): Make @detailmenu be consistent with changes in
4504 frames.texi.
4505
0ed8034e 4506 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
4507 `delete-terminal-functions', `suspend-tty-functions' and
4508 `resume-tty-functions'.
0ed8034e
EZ
4509
4510 * frames.texi (Frames): Document `frame-terminal' and
4511 `terminal-live-p'.
4512 (Multiple Displays): Document `make-frame-on-tty'.
4513 (Multiple Terminals): Document `terminal-list', `delete-terminal',
4514 `terminal-name', and `get-device-terminal'.
490f1197
EZ
4515 (Terminal Parameters): Document `terminal-parameters',
4516 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
4517
4518 * os.texi (System Environment): Document `environment' and
4519 `initial-environment'.
490f1197
EZ
4520 (Suspending Emacs): Update for multi-tty; document
4521 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 4522
02eccf6b
EZ
4523 * nonascii.texi (Coding System Basics): More accurate description
4524 of `raw-text'.
4525
f19fea97
JB
45262009-01-12 Juanma Barranquero <lekktu@gmail.com>
4527
4528 * display.texi (Low-Level Font): Fix typo.
4529
16fa292f
CY
45302009-01-10 Chong Yidong <cyd@stupidchicken.com>
4531
4532 * elisp.texi (Top): Update node listing.
4533
4534 * display.texi (PostScript Images): Node deleted.
4535
0b4faef3
EZ
45362009-01-10 Eli Zaretskii <eliz@gnu.org>
4537
3355f04d
EZ
4538 * processes.texi (Decoding Output): Document that null bytes force
4539 no-conversion for reading process output.
4540
4541 * files.texi (Reading from Files): Document that null bytes force
4542 no-conversion when visiting files.
4543
11625308 4544 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 4545
5dcb4c4e
SM
4546 * nonascii.texi (Lisp and Coding Systems):
4547 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 4548 (Character Properties): Improve wording.
0b4faef3 4549
ce9cf065
CY
45502009-01-09 Chong Yidong <cyd@stupidchicken.com>
4551
4552 * display.texi (Font Lookup): Remove obsolete function
4553 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
4554 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
4555 (Font Selection): Reorder order of variable descriptions.
4556 Minor clarifications.
ce9cf065
CY
4557
4558 * elisp.texi (Top): Update node listing.
4559
ab756fb3
GM
45602009-01-09 Glenn Morris <rgm@gnu.org>
4561
4562 * commands.texi (Command Loop Info): Say that last-command-char and
4563 last-input-char are obsolete aliases.
4564
4565 * edebug.texi (Edebug Recursive Edit): Remove separate references to
4566 last-input-char and last-command-char, since they are just aliases for
4567 last-input-event and last-command-event.
4568
4569 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
4570 last-command-char.
4571
6b2b8ab1
CY
45722009-01-08 Chong Yidong <cyd@stupidchicken.com>
4573
4574 * elisp.texi: Update node listing.
4575
4576 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
4577 (Face Attributes): Don't link to Font Lookup.
4578 Document font-family-list.
6b2b8ab1
CY
4579 (Fonts): New node.
4580
3568e767
JR
45812009-01-08 Jason Rumney <jasonr@gnu.org>
4582
4583 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 4584 changing the standard pointer shapes. (Bug#1485)
3568e767 4585
6221c8db
CY
45862009-01-08 Chong Yidong <cyd@stupidchicken.com>
4587
4588 * display.texi (Attribute Functions): Note that a function value
4589 :height is relative, and that compatibility functions work by
4590 calling set-face-attribute.
4591 (Displaying Faces): Reorder list in order of increasing priority.
4592 (Face Remapping): New node. Content moved here from Displaying
4593 Faces.
4594 (Glyphs): Link to Face Functions.
4595
e3d3799a
CY
45962009-01-08 Chong Yidong <cyd@stupidchicken.com>
4597
4598 * display.texi (Faces): Don't discuss face id here. facep does
4599 not return t.
4600 (Defining Faces): Minor clarification.
4601 (Face Attributes): Rearrange items to match docstring of
4602 set-face-attribute. Add :foundry attribute. Document new role of
4603 :font attribute. Texinfo usage fix.
4604 (Attribute Functions): Copyedits.
4605 (Face Functions): Note that face number is seldom used.
4606
638a2457
RS
46072009-01-05 Richard M Stallman <rms@gnu.org>
4608
4609 * strings.texi (Predicates for Strings): Minor clarification.
4610
4611 * functions.texi (Function Safety): Texinfo usage fix.
4612
39cb9e56 46132009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
49ea0074
JB
4614
4615 * objects.texi (General Escape Syntax): Fix typo.
4616
9f822178
MR
46172009-01-03 Martin Rudalics <rudalics@gmx.at>
4618
4619 * windows.texi (Choosing Window): Say that pop-up-frame-alist
4620 works via the default value of pop-up-frame-function.
4621
af34ad36
EZ
46222009-01-02 Eli Zaretskii <eliz@gnu.org>
4623
4624 * processes.texi (System Processes): Document the `time' and
4625 `ctime' attributes of `system-process-attributes'.
4626
d31f6679
CY
46272009-01-01 Chong Yidong <cyd@stupidchicken.com>
4628
4629 * display.texi (Face Attributes): Clarify :height attribute.
4630
174dc00c
MR
46312008-12-31 Martin Rudalics <rudalics@gmx.at>
4632
4633 * buffers.texi (The Buffer List): Clarify what moves a buffer to
4634 the front of the buffer list. Add entries for `last-buffer' and
4635 `unbury-buffer'.
4636
b8afe7e4
EZ
46372008-12-27 Eli Zaretskii <eliz@gnu.org>
4638
d14030f5
EZ
4639 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
4640 and its subsections.
4641
4642 * frames.texi (Multiple Terminals, Low-level Terminal)
4643 (Terminal Parameters, Frames on Other TTY devices): New sections.
4644 (Frames): Add an xref to "Multiple Terminals".
4645
765980a4
EZ
4646 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
4647
4648 * objects.texi (Terminal Type): New node.
4649 (Editing Types): Add it to the menu.
4650
47bd5577
EZ
4651 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
4652 Variables".
4653
eb22b78c 4654 * variables.texi (Directory Local Variables): New node.
47bd5577 4655 (Variables): Add a menu item for it.
eb22b78c 4656
b8afe7e4
EZ
4657 * loading.texi (Autoload): Document `generate-autoload-cookie' and
4658 `generated-autoload-file'.
4659
77bb0476
EZ
46602008-12-20 Eli Zaretskii <eliz@gnu.org>
4661
028e2c19
EZ
4662 * os.texi (Startup Summary): Add xref to documentation of
4663 `initial-window-system'.
4664
77bb0476
EZ
4665 * display.texi (Window Systems): Document `window-system' the
4666 function. The variable `window-system' is now frame-local.
028e2c19 4667 Document `initial-window-system'.
77bb0476 4668
dda87836
MR
46692008-12-19 Martin Rudalics <rudalics@gmx.at>
4670
4671 * windows.texi (Windows): Rewrite description of
4672 fit-window-to-buffer.
4673
caef3ed2
GM
46742008-12-13 Glenn Morris <rgm@gnu.org>
4675
4676 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
4677 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
4678
21c58e4d
GM
46792008-12-12 Glenn Morris <rgm@gnu.org>
4680
4681 * debugging.texi (Error Debugging): Refer forwards to
4682 eval-expression-debug-on-error.
4683
af38459f
EZ
46842008-12-05 Eli Zaretskii <eliz@gnu.org>
4685
5dedd9b5
EZ
4686 * strings.texi (String Basics): Only unibyte strings that
4687 represent key sequences hold 8-bit raw bytes.
4688
af38459f
EZ
4689 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
4690 paragraph to speak about `undecided'.
4691 (Character Properties): Don't explain the meaning of each
4692 property; instead, identify their Unicode Standard names.
b3f1f4a5 4693 (Character Sets): Document `map-charset-chars'.
af38459f 4694
fa047ae7
GM
46952008-12-02 Glenn Morris <rgm@gnu.org>
4696
4697 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
4698 section yet again.
4699
47dbc044
EZ
47002008-11-29 Eli Zaretskii <eliz@gnu.org>
4701
98d05998
EZ
4702 * nonascii.texi (Character Properties): New Section.
4703 (Specifying Coding Systems): Document
4704 `coding-system-priority-list', `set-coding-system-priority', and
4705 `with-coding-priority'.
4706 (Lisp and Coding Systems): Document `check-coding-systems-region'
4707 and `coding-system-charset-list'.
4708 (Coding System Basics): Document `coding-system-aliases'.
4709
4710 * elisp.texi (Top): Add a @detailmenu entry for "Character
4711 Properties".
4712
47dbc044
EZ
4713 * objects.texi (Character Type): Correct the range of Emacs
4714 characters. Add an @xref to "Character Codes".
4715
4716 * strings.texi (String Basics): Add an @xref to "Character Codes".
4717
4718 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
4719
4720 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
4721 (Character Codes): Document `max-char'.
4722
8b80cdf5
EZ
47232008-11-28 Eli Zaretskii <eliz@gnu.org>
4724
4725 * nonascii.texi (Text Representations, Converting Representations)
4726 (Character Sets, Scanning Charsets, Translation of Characters):
4727 Make text more accurate.
4728
a99dceba
GM
47292008-11-28 Glenn Morris <rgm@gnu.org>
4730
4731 * files.texi (Format Conversion Round-Trip): Improve previous change.
4732
f6dc3bed
CY
47332008-11-26 Chong Yidong <cyd@stupidchicken.com>
4734
4735 * modes.texi (Auto Major Mode): Fix example.
4736
5da9413d
GM
47372008-11-25 Glenn Morris <rgm@gnu.org>
4738
4739 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
4740
4741 * files.texi (Format Conversion Round-Trip):
4742 Use active voice for previous change.
4743
fcca848c
CY
47442008-11-25 Chong Yidong <cyd@stupidchicken.com>
4745
4746 * os.texi (Processor Run Time):
4747 * processes.texi (Transaction Queues):
4748 * markers.texi (The Mark):
4749 * windows.texi (Choosing Window, Selecting Windows):
4750 * files.texi (Changing Files, Magic File Names):
4751 * commands.texi (Key Sequence Input):
4752 * functions.texi (Declaring Functions):
4753 * strings.texi (Predicates for Strings):
4754 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
4755
36c8dc54
CY
47562008-11-24 Chong Yidong <cyd@stupidchicken.com>
4757
4758 * help.texi (Accessing Documentation): Update example.
4759
4760 * variables.texi (Defining Variables): Note that `*' is not
4761 necessary if defcustom is used.
4762
2a79b242
EZ
47632008-11-22 Eli Zaretskii <eliz@gnu.org>
4764
4765 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
4766 Characters" from @detailmenu.
4767
4768 * nonascii.texi (Character Codes, Character Sets)
4769 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
4770 (Chars and Bytes, Splitting Characters): Sections removed.
4771
392f0d26
LK
47722008-11-22 Lute Kamstra <lute@gnu.org>
4773
4774 * positions.texi (Text Lines): Update goto-line documentation.
4775
af1a5cd5
MR
47762008-11-21 Martin Rudalics <rudalics@gmx.at>
4777
6a4cfb0c
MR
4778 * frames.texi (Frames): Fix typo, add cross references, reword.
4779 (Initial Parameters): Reword special-display-frame-alist text.
4780 (Frames and Windows): Reword. Describe argument norecord for
4781 set-frame-selected-window.
4782 (Input Focus): Describe argument norecord for select-frame.
4783 Remove comment on MS-Windows behavior for focus-follows-mouse.
4784 (Raising and Lowering): Mention windows-frames dichotomy in
4785 metaphor.
4786
af1a5cd5
MR
4787 * windows.texi (Displaying Buffers, Vertical Scrolling)
4788 (Horizontal Scrolling): Fix indenting and rewording issues
4789 introduced with 2008-11-07 change.
4790
c249fa9c
GM
47912008-11-20 Glenn Morris <rgm@gnu.org>
4792
4793 * files.texi (Format Conversion Round-Trip): Mention `preserve'
4794 element of `format-alist'.
4795
204d4665
GM
47962008-11-19 Glenn Morris <rgm@gnu.org>
4797
4798 * doclicense.texi: Update to FDL 1.3.
4799 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
4800
cc0910af
CY
48012008-11-18 Chong Yidong <cyd@stupidchicken.com>
4802
efe6e7c4
CY
4803 * windows.texi (Window Hooks): Remove *-end-trigger-functions
4804 vars, which are obsolete. Mention jit-lock-register.
4805
5dcb4c4e
SM
4806 * modes.texi (Other Font Lock Variables):
4807 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 4808
cc0910af
CY
4809 * frames.texi (Color Parameters): Document alpha parameter.
4810
aeeedf76
MR
48112008-11-16 Martin Rudalics <rudalics@gmx.at>
4812
4813 * windows.texi (Splitting Windows, Deleting Windows)
4814 (Selecting Windows, Cyclic Window Ordering)
4815 (Buffers and Windows, Displaying Buffers, Choosing Window)
4816 (Dedicated Windows, Window Point, Window Start and End)
4817 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
4818 (Size of Window, Resizing Windows, Window Configurations)
4819 (Window Parameters): Avoid @var at beginning of sentences and
4820 reword accordingly.
4821
4c565c5c
LK
48222008-11-11 Lute Kamstra <lute@gnu.org>
4823
4824 * files.texi (File Name Components): Fix file-name-extension
4825 documentation.
4826
25f494c9
JB
48272008-11-11 Juanma Barranquero <lekktu@gmail.com>
4828
4829 * frames.texi (Basic Parameters): Remove display-environment-variable
4830 and term-environment-variable.
4831
a1401ab1
EZ
48322008-11-08 Eli Zaretskii <eliz@gnu.org>
4833
4834 * windows.texi (Basic Windows, Splitting Windows)
4835 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
4836 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
4837 (Resizing Windows, Window Configurations, Window Parameters):
4838 Fix wording and markup.
a1401ab1 4839
efafc282
MR
48402008-11-07 Martin Rudalics <rudalics@gmx.at>
4841
4842 * windows.texi (Windows): Update entries.
4843 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 4844 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
4845 (Selecting Windows, Cyclic Window Ordering): Reword with special
4846 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
4847 (Buffers and Windows, Choosing Window): Reword with special
4848 emphasis on dedicated windows.
4849 (Displaying Buffers): Reword. For switch-to-buffer mention that
4850 it may fall back on pop-to-buffer. For other-window try to
4851 explain how it treats the cyclic ordering of windows.
efafc282
MR
4852 (Dedicated Windows): New node and section discussing dedicated
4853 windows and associated functions.
86ab855a 4854 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
4855 (Window Start and End): Rename node and section title. Reword.
4856 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
4857 Minor rewording.
4858 (Size of Window): Reword, in particular text on window-width.
4859 (Resizing Windows): Reword. Add text on balancing windows.
4860 (Window Configurations): Reword. Mention window parameters.
4861 (Window Parameters): New node and section on window parameters.
4862 (Window Hooks): Reword. Mention that
4863 window-configuration-change-hook is run "buffer-locally".
4864 * elisp.texi (Top): Update Windows entries in @detailmenu
4865 section.
4866
d60a8ab2
JB
48672008-11-04 Juanma Barranquero <lekktu@gmail.com>
4868
4869 * searching.texi (Regexp Search): Fix typo.
4870
01777627
CY
48712008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4872
4873 * searching.texi (Regexp Search): Document GREEDY arg.
4874 (Simple Match Data): Fix return value.
4875
c4526e93
EZ
48762008-11-01 Eli Zaretskii <eliz@gnu.org>
4877
4878 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
4879 with Emacs 23 internal representation of characters.
4880 Document `unibyte-string'.
c4526e93 4881
fe2ae8b5
CY
48822008-10-28 Chong Yidong <cyd@stupidchicken.com>
4883
4884 * processes.texi (Process Information): Note that process-status
4885 does not accept buffer names.
4886
cc5a21e3
CY
48872008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4888
4889 * positions.texi (Skipping Characters): Correct return value of
4890 skip-chars-forward.
4891
09460d9a
MR
48922008-10-25 Martin Rudalics <rudalics@gmx.at>
4893
520b29e7
MR
4894 * windows.texi (Deleting Windows): Update documentation of
4895 delete-windows-on.
4896 (Buffers and Windows): Update documentations of
4897 get-buffer-window and get-buffer-window-list.
4898 (Displaying Buffers): Update documentation of
4899 replace-buffer-in-windows.
4900
09460d9a
MR
4901 * buffers.texi (Current Buffer): Reword set-buffer and
4902 with-current-buffer documentations.
4903 (Creating Buffers): Reword documentation of get-buffer-create.
4904
4d48fcdc
MR
49052008-10-23 Martin Rudalics <rudalics@gmx.at>
4906
4907 * buffers.texi (Current Buffer): Reword documentation of
4908 set-buffer.
4909 (Buffer Names): Reword documentation of buffer-name.
4910 (The Buffer List): For bury-buffer explain what happens with the
4911 buffer's window.
4912 (Creating Buffers): Say that get-buffer-create's arg is called
4913 buffer-or-name.
4914
f0143c43
CY
49152008-10-22 Chong Yidong <cyd@stupidchicken.com>
4916
3e5dbbd3
CY
4917 * advice.texi (Computed Advice): Explain what DEFINITION is.
4918
f0143c43
CY
4919 * nonascii.texi (Character Codes): Remove obsolete function
4920 char-valid-p, and document characterp instead.
4921
52a94b85
MR
49222008-10-22 Martin Rudalics <rudalics@gmx.at>
4923
4924 * windows.texi (Displaying Buffers): Reword documentation of
4925 pop-to-buffer.
4926 (Choosing Window): Rewrite documentation of display-buffer and
4927 its options.
4928
f76f8246
MR
4929 * buffers.texi (Killing Buffers): Update documentation of
4930 kill-buffer.
4931
acc8b598
EZ
49322008-10-21 Eli Zaretskii <eliz@gnu.org>
4933
80e6b6df
EZ
4934 * processes.texi (Serial Ports): Fix wording and improve markup.
4935
3645358a
EZ
4936 * searching.texi (Regexp Search): Document `string-match-p' and
4937 `looking-at-p'.
4938 (POSIX Regexps): Add an xref for "non-greedy".
4939 (Regexp Special): Add @cindex entry for "non-greedy".
4940
b3d50cff 4941 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 4942 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 4943
73b7530a
EZ
4944 * frames.texi (Color Names): Add an xref to `read-color'.
4945
4946 * minibuf.texi (High-Level Completion): Document `read-color'.
4947
acc8b598
EZ
4948 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
4949
4950 * positions.texi (Narrowing): Add an xref to "Swapping Text".
4951
4952 * buffers.texi (Swapping Text): New section, documents
4953 `buffer-swap-text'.
4954
10e187e8
MR
49552008-10-21 Martin Rudalics <rudalics@gmx.at>
4956
4957 * windows.texi (Resizing Windows): Minor wording fix.
4958
fd6f900c
EZ
49592008-10-20 Eli Zaretskii <eliz@gnu.org>
4960
4961 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
4962 and `combine-and-quote-strings'.
4963
4964 * strings.texi (Creating Strings): Add xrefs for them.
4965
e4372165
EZ
49662008-10-19 Eli Zaretskii <eliz@gnu.org>
4967
d6328fba
EZ
4968 * elisp.texi (Top): Make descriptive text for "Reading File Names"
4969 match the corresponding menu in minibuf.texi.
4970
e4372165
EZ
4971 * minibuf.texi (Reading File Names): Document `read-shell-command'
4972 and `minibuffer-local-shell-command-map'.
4973
5d8dda33
MR
49742008-10-19 Martin Rudalics <rudalics@gmx.at>
4975
4976 * windows.texi (Resizing Windows): Remove var{} around "window" in
4977 documentation of enlarge-window.
4978 Rewrite documentation of window-min-height and window-min-width.
4979
437706cd
EZ
49802008-10-19 Eli Zaretskii <eliz@gnu.org>
4981
80f85d7c
EZ
4982 * functions.texi (Calling Functions): Document `apply-partially'.
4983
291703b5
EZ
4984 * hooks.texi (Standard Hooks): Mention
4985 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
4986
4987 * variables.texi (File Local Variables): Document
4988 `file-local-variables-alist', `before-hack-local-variables-hook'
4989 and `hack-local-variables-hook'.
4990
583d8b3c
EZ
4991 * processes.texi (Synchronous Processes): Document `process-lines'.
4992
5dcb4c4e
SM
4993 * customize.texi (Variable Definitions):
4994 Document `custom-reevaluate-setting'.
437706cd 4995
7e51d89b
MR
49962008-10-18 Martin Rudalics <rudalics@gmx.at>
4997
4998 * windows.texi (Choosing Window, Deleting Windows)
4999 (Displaying Buffers): Expand documentation of dedicated windows.
5000
43c59a3d
EZ
50012008-10-18 Eli Zaretskii <eliz@gnu.org>
5002
018a960d
EZ
5003 * files.texi (Changing Files): Document symbolic input of file
5004 modes to `set-file-modes'. Document `read-file-modes' and
5005 `file-modes-symbolic-to-number'.
5006
2c0b8144
EZ
5007 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
5008 and `search-map'.
5009
5dcb4c4e
SM
5010 * searching.texi (Search and Replace):
5011 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 5012 Document `multi-query-replace-map'.
80120f13 5013
6d4913f0 5014 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
5015 (Completion Commands, Reading File Names):
5016 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
5017 `minibuffer-local-filename-must-match-map'.
5018 (Minibuffer Completion): The `require-match' argument to
5019 `completing-read' can now have the value `confirm-only'.
5020
43c59a3d
EZ
5021 * windows.texi (Displaying Buffers): Minor wording fix.
5022 (Choosing Window): `split-height-threshold' can now be nil.
5023 Document `split-width-threshold'. `pop-up-frames' can have the
5024 value `graphic-only'.
5025
f36acfd9
EZ
50262008-10-17 Eli Zaretskii <eliz@gnu.org>
5027
5028 * os.texi (Startup Summary): Document `before-init-time' and
5029 `after-init-time'. Document `initial-window-system' and
5030 `window-system-initialization-alist'. Document reading the
5031 abbrevs file. Document the call to `server-start' under --daemon.
5032 Rearrange a bit to be consistent with the code flow.
53728487
EZ
5033 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
5034 (Time Parsing): Document `format-seconds'.
f36acfd9 5035
96995b89
MR
50362008-10-17 Martin Rudalics <rudalics@gmx.at>
5037
5038 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
5039 and reword.
5040
2de17c73
EZ
50412008-10-16 Eli Zaretskii <eliz@gnu.org>
5042
5043 * markers.texi (The Mark): Document use-region-p.
5044
9cf52b11
EZ
50452008-10-15 Eli Zaretskii <eliz@gnu.org>
5046
c3aaf1d7
EZ
5047 * internals.texi (Writing Emacs Primitives): The interactive spec
5048 of a primitive can be a Lisp form.
5049
841a1743
EZ
5050 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
5051 values of transient-mark-mode. Document handle-shift-selection.
5052
5053 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
5054 (Interactive Examples): Show an example of `^'.
5055 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
5056 (Defining Commands, Using Interactive): The interactive-form of a
5057 function can be added via its symbol's property.
841a1743 5058
52441368
EZ
5059 * positions.texi (List Motion): beginning-of-defun-function can
5060 now accept an argument.
5061
8e8c1a72
EZ
5062 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
5063 now return a list of strings.
5064
a33a1f2a
EZ
5065 * control.texi (Handling Errors): Document ignore-errors.
5066
4fb04348
EZ
5067 * frames.texi (Creating Frames): Document frame-inherited-parameters.
5068 (Parameter Access): Document set-frame-parameter.
5069
ee666f84
EZ
5070 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
5071 Hooks" for the effect of kill-all-local-variables on local hook
5072 functions.
5073
9cf52b11
EZ
5074 * modes.texi (Major Mode Conventions, Mode Line Variables):
5075 `mode-name' need not be a string. xref to "Mode Line Data" for
5076 details, and to "Emulating Mode Line" for computing a string
5077 value.
5078
22526bc4
EZ
50792008-10-14 Eli Zaretskii <eliz@gnu.org>
5080
a65f6a85
EZ
5081 * processes.texi (System Processes): New section.
5082 (Processes, Signals to Processes): Add xrefs to it.
5083
5084 * objects.texi (Editing Types): A `process' is a subprocess of
5085 Emacs, not just any process running on the OS.
5086
5087 * elisp.texi (Top): Adjust the @detailmenu for the above two
5088 changes.
5089
2724b26a
EZ
5090 * sequences.texi (Char-Tables): Remove documentation of
5091 set-char-table-default, which has no effect since Emacs 23.
5092 <char-table-range, set-char-table-range>: Don't mention generic
5093 characters and charsets. Add a cons cell as a possible argument.
5094
5095 * nonascii.texi (Splitting Characters)
5096 (Translation of Characters): Don't mention generic characters.
5097
5098 * display.texi (Fontsets): Don't mention generic characters.
5099
22526bc4 5100 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 5101 argument FUNCTION with a cons cell as KEY.
22526bc4 5102
eaf4b689
EZ
51032008-10-13 Eli Zaretskii <eliz@gnu.org>
5104
45e46036
EZ
5105 * objects.texi (Primitive Function Type): Move "@cindex special
5106 forms" from here...
5107
5108 * eval.texi (Special Forms): ...to here.
5109
5110 * functions.texi (What Is a Function): `functionp' returns nil for
5111 special forms. Add an xref.
5112
eaf4b689
EZ
5113 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
5114 Variables".
5115
5116 * variables.texi (Frame-Local Variables): New section.
5117 (Buffer-Local Variables): Add an xref to it.
5118 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
5119 have both frame-local and buffer-local binding.
5120
5121 * frames.texi (Frames): Mention multiple tty frames.
5122 (Frame Parameters, Parameter Access): Mention frame-local variable
5123 bindings.
5124
15688fce
GM
51252008-09-20 Glenn Morris <rgm@gnu.org>
5126
5127 * display.texi (Defining Faces): Recommend against face variables.
5128
35539065
JB
51292008-09-16 Juanma Barranquero <lekktu@gmail.com>
5130
5131 * display.texi (Echo Area Customization): Fix typo.
5132
6a57054b
JB
51332008-09-09 Juanma Barranquero <lekktu@gmail.com>
5134
5135 * loading.texi (Where Defined): Add `defface' item.
5136
d632fb82
MR
51372008-09-06 Martin Rudalics <rudalics@gmx.at>
5138
5139 * loading.texi (Where Defined): Fix description of symbol-file.
5140
905a9adb
JR
51412008-08-26 Jason Rumney <jasonr@gnu.org>
5142
5143 * display.texi (TIFF Images): New section describing :index property.
5144
852e91b7
CY
51452008-08-23 Chong Yidong <cyd@stupidchicken.com>
5146
5147 * display.texi (Temporary Displays): Remove unnecessary comment
5148 about usage of temp-buffer-show-hook.
5149
6be001ee
CY
51502008-08-05 Chong Yidong <cyd@stupidchicken.com>
5151
5152 * symbols.texi (Other Plists): Fix incorrect example.
5153 Suggested by Florian Beck.
5154
58e3d8e8
JB
51552008-07-31 Juanma Barranquero <lekktu@gmail.com>
5156
5157 * os.texi: Fix previous change.
5158
7c2fb837
DN
51592008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5160
5161 * os.texi:
5162 * intro.texi:
5163 * files.texi: Remove VMS support.
5164
9e2a2647
DN
51652008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5166
5167 * os.texi:
5168 * frames.texi:
5169 * display.texi: Remove mentions of Mac Carbon.
5170
c4f4682b
MB
51712008-07-01 Miles Bader <miles@gnu.org>
5172
5173 * text.texi (Special Properties):
5174 * display.texi (Truncation): Add wrap-prefix and line-prefix.
5175
3696411e
JB
51762008-06-28 Johan Bockgård <bojohan@gnu.org>
5177
5178 * display.texi (Other Image Types): Fix copy/paste error; say
5179 "PBM", not "XBM".
5180
f2a77c3a
DN
51812008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5182
5183 * os.texi: Remove references to obsolete systems.
5184
6d52677d
EZ
51852008-06-20 Eli Zaretskii <eliz@gnu.org>
5186
5187 * makefile.w32-in (distclean): Remove makefile.
5188
1a87da4c
GM
51892008-06-17 Glenn Morris <rgm@gnu.org>
5190
5191 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
5192 (elisp, dist): Remove rules and variables that are obsolete now
5193 the lisp manual is no longer distributed separately.
5194
fdda1c5d
GM
51952008-06-16 Glenn Morris <rgm@gnu.org>
5196
646692e9
GM
5197 * configure, configure.in, mkinstalldirs: Remove unused files.
5198
5199 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 5200 * vol1.texi (EMACSVER):
6a57054b 5201 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
5202
5203 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
5204 as per maintain.info.
5205
611bee81
GM
52062008-06-15 Glenn Morris <rgm@gnu.org>
5207
a7bed3a0
GM
5208 * makefile.w32-in (manual): Use "23" rather than "21".
5209
5210 * Makefile.in (emacsver): New, set by configure.
5211 (manual): Use emacsver.
5212
d794edf2
GM
5213 * intro.texi: Report bugs using M-x report-emacs-bug.
5214
611bee81
GM
5215 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
5216
c73e02fa
GM
52172008-06-13 Daniel Engeler <engeler@gmail.com>
5218
5219 * elisp.texi, internals.texi, processes.texi: Add documentation
5220 about serial port access.
5221
e40a85cd
MB
52222008-06-05 Miles Bader <miles@gnu.org>
5223
5224 * display.texi (Displaying Faces): Update to reflect function
5225 renamings in face-remap.el.
5226
7b753744
JB
52272008-06-05 Juanma Barranquero <lekktu@gmail.com>
5228
5229 * display.texi (Fontsets): Fix typos.
5230
9d3d42fb
MB
52312008-06-03 Miles Bader <miles@gnu.org>
5232
7b753744
JB
5233 * display.texi (Displaying Faces): Add add-relative-face-remapping,
5234 remove-relative-face-remapping, set-base-face-remapping,
5235 and set-default-base-face-remapping.
9d3d42fb 5236
f2cec7a9
MB
52372008-06-01 Miles Bader <miles@gnu.org>
5238
5239 * display.texi (Displaying Faces): Add face-remapping-alist.
5240
8f39c96d
SM
52412008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5242
5243 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
5244 variable names.
5245
1ef5eecc
ER
52462008-05-03 Eric S. Raymond <esr@golux>
5247
352c8b4a 5248 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
5249 (current-global-map) return references, not copies.
5250
63b4387f
JL
52512008-05-02 Juri Linkov <juri@jurta.org>
5252
5253 * minibuf.texi (Text from Minibuffer): Document a list of
5254 default values for `read-from-minibuffer'.
5255
38a8b703
JB
52562008-04-24 Juanma Barranquero <lekktu@gmail.com>
5257
5258 * nonascii.texi (Translation of Characters): Fix previous change.
5259
7c42e639
CY
52602008-04-20 Chong Yidong <cyd@stupidchicken.com>
5261
5262 * display.texi (Overlay Properties): Clarify role of underlying
5263 textprop and overlay keymaps for display strings.
5264
5265 * keymaps.texi (Active Keymaps): Ditto.
5266
25c0d999
SM
52672008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5268
5269 * minibuf.texi (Programmed Completion):
5270 Replace dynamic-completion-table with the new completion-table-dynamic.
5271
e3af5968
CY
52722008-04-07 Chong Yidong <cyd@stupidchicken.com>
5273
5274 * intro.texi (Some Terms): Change "fonts in this manual" index
5275 entry to "typographic conventions".
5276
6bfc8698
EZ
52772008-04-05 Eli Zaretskii <eliz@gnu.org>
5278
5279 * objects.texi (Text Props and Strings): Add indexing for read
5280 syntax of text properties.
5281
4972c361
SM
52822008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5283
5284 * processes.texi (Decoding Output): Remove process-filter-multibyte
5285 functions.
5286
c70a68db
MR
52872008-03-15 Martin Rudalics <rudalics@gmx.at>
5288
5289 * display.texi (Finding Overlays): Say that empty overlays at
5290 the end of the buffer are reported too.
5291
1291fd36
GM
52922008-03-13 Glenn Morris <rgm@gnu.org>
5293
5294 * elisp.texi (EMACSVER): Set to 23.0.60.
5295
c6b0dfd5
CY
52962008-02-26 Chong Yidong <cyd@stupidchicken.com>
5297
38a8b703 5298 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 5299
875fc30c
GM
53002008-02-22 Glenn Morris <rgm@gnu.org>
5301
5302 * frames.texi (Position Parameters): Clarify the description of
5303 `left' and `top', using information from "Geometry".
5304 (Geometry): Give a pointer to "Position Parameters", rather than
5305 repeating information.
5306
d8c8e45a
GM
53072008-02-11 Glenn Morris <rgm@gnu.org>
5308
5309 * objects.texi (Equality Predicates): No longer talk about "two"
5310 functions.
5311
38a8b703 53122008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
5313
5314 * objects.texi (Equality Predicates): Add defun for
5315 equal-including-properties.
5316
bfffe0b1
GM
53172008-02-10 Glenn Morris <rgm@gnu.org>
5318
5319 * objects.texi (Equality Predicates):
5320 Mention equal-including-properties.
5321
431b78c9
RS
53222008-02-07 Richard Stallman <rms@gnu.org>
5323
5324 * windows.texi (Window Start): Mention the feature of moving
5325 window-start to start of line.
5326
c8763fb6 53272008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
5328
5329 * keymaps.texi (Tool Bar): Document rtl property.
5330
1a256502
TTN
53312008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5332
5333 * display.texi (Button Types):
5334 For define-button-type, clarify type of NAME.
5335
569382c2
MR
53362008-01-19 Martin Rudalics <rudalics@gmx.at>
5337
5338 * buffers.texi (Buffer Modification): Fix typo.
5339
f3041af1
DN
53402008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5341
5342 * os.texi (System Environment): Remove references to OSes that are
5343 not supported anymore.
5344
d35e1cd7
DN
53452008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5346
5347 * os.texi (System Environment): Remove mention for Masscomp.
5348
23af7580
RS
53492008-01-04 Richard Stallman <rms@gnu.org>
5350
5351 * display.texi (Faces): Don't talk about internal face vector as arg
5352 to facep.
5353
5354 * customize.texi (Type Keywords): Fix previous change.
5355
5356 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
5357 * elisp.texi (Top): Fix menu for commands.texi change.
5358
ec7d5b1e
RS
53592007-12-30 Richard Stallman <rms@gnu.org>
5360
5dcb4c4e 5361 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
5362 (Accessing Scroll): New node broken out of Accessing Mouse.
5363
101a6cea
RS
53642007-12-28 Richard Stallman <rms@gnu.org>
5365
5366 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 5367 (Basic Parameters): For `title', refer to title bar.
041817a4 5368 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 5369
72b7e664
RS
53702007-12-23 Richard Stallman <rms@gnu.org>
5371
5372 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
5373 Improve some of the commented-out keywords' text too.
5374
27a4f445
MR
53752007-12-14 Martin Rudalics <rudalics@gmx.at>
5376
e2e3f1d7
MR
5377 * nonascii.texi (Encoding and I/O): Reword to avoid saying
5378 "visit the current buffer".
5379
27a4f445
MR
5380 * os.texi (System Interface): Fix typo.
5381
a2afc99d
RS
53822007-12-04 Richard Stallman <rms@gnu.org>
5383
5384 * objects.texi (Symbol Type): Fix typo.
5385
b694135c
RS
53862007-12-03 Richard Stallman <rms@gnu.org>
5387
5388 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
5389
f99a19da
GM
53902007-12-01 Glenn Morris <rgm@gnu.org>
5391
5392 * functions.texi (Declaring Functions): Improve previous change.
5393
8f4b37d8
GM
53942007-11-30 Glenn Morris <rgm@gnu.org>
5395
5396 * functions.texi (Declaring Functions): Add optional fourth
5397 argument of declare-function, and setting third argument to `t'.
5398
61a2fe01
RS
53992007-11-29 Richard Stallman <rms@gnu.org>
5400
5401 * customize.texi (Composite Types): Document `group' type.
5402
cbfc5193
GM
54032007-11-29 Glenn Morris <rgm@gnu.org>
5404
5dcb4c4e
SM
5405 * functions.texi (Declaring Functions): Add findex.
5406 Mention `external' files.
cbfc5193 5407
8386283a
JB
54082007-11-26 Juanma Barranquero <lekktu@gmail.com>
5409
5410 * functions.texi (Declaring Functions): Fix directive.
5411
a07c9a8b
RS
54122007-11-25 Richard Stallman <rms@gnu.org>
5413
5414 * help.texi (Help Functions): Clean up last change.
5415
5416 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5417
5418 * loading.texi (Named Features): Minor cleanup.
5419
5420 * macros.texi (Eval During Expansion): Minor cleanup.
5421
5422 * variables.texi (Variable Aliases): Minor cleanup.
5423
a0925923
RS
54242007-11-24 Richard Stallman <rms@gnu.org>
5425
5426 * functions.texi (Declaring Functions): Clarify previous change.
5427
5428 * compile.texi (Compiler Errors): Clarify previous change.
5429
20c63e44
RS
54302007-11-24 Richard Stallman <rms@gnu.org>
5431
e5e76c04 5432 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
5433 Clarify the text and move items around.
5434
5bb0cda3
GM
54352007-11-24 Glenn Morris <rgm@gnu.org>
5436
5437 * functions.texi (Declaring Functions): New section.
5438 * compile.texi (Compiler Errors): Mention declaring functions,
5439 defvar with no initvalue, and byte-compile-warnings.
5440
af13c86a
MR
54412007-11-15 Martin Rudalics <rudalics@gmx.at>
5442
5443 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5444 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5445
a5373305
MR
54462007-11-13 Martin Rudalics <rudalics@gmx.at>
5447
5448 * help.texi (Help Functions): Document new macro `with-help-window'.
5449
fe284805
JL
54502007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5451
5452 * searching.texi (Replacing Match): Describe new
5453 `match-substitute-replacement'.
5454
2c3a09b1
RS
54552007-10-31 Richard Stallman <rms@gnu.org>
5456
5457 * strings.texi (Creating Strings): Null strings from concat not unique.
5458
f2b480f4
RS
54592007-10-26 Richard Stallman <rms@gnu.org>
5460
5461 * objects.texi (Equality Predicates): Null strings are uniquified.
5462
5463 * minibuf.texi: Minor clarifications in previous change.
5464
db21122c
GM
54652007-10-25 Glenn Morris <rgm@gnu.org>
5466
5467 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5468
2328cbb3
RS
54692007-10-24 Richard Stallman <rms@gnu.org>
5470
5471 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5472
5473 * variables.texi (Frame-Local Variables): Node deleted.
5474 (Variables): Delete Frame-Local Variables from menu.
5475 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5476 (Default Value): Don't mention frame-local vars.
5477
5478 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5479
5480 * loading.texi (Unloading): Document FEATURE-unload-function
5481 instead of FEATURE-unload-hook.
5482
2328cbb3
RS
5483 * frames.texi (Multiple Displays): Don't mention frame-local vars.
5484
c066bafa
JL
54852007-10-22 Juri Linkov <juri@jurta.org>
5486
5487 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5488 (High-Level Completion): Document a list of default value strings
5489 in the DEFAULT argument, for which minibuffer functions return the
5490 first element.
5491
65ced25f
JL
54922007-10-17 Juri Linkov <juri@jurta.org>
5493
5494 * text.texi (Filling): Update arguments of fill-paragraph.
5495 fill-paragraph operates on the active region in Transient Mark mode.
5496 Remove fill-paragraph-or-region.
5497
ee46ec8e
KB
54982007-10-13 Karl Berry <karl@gnu.org>
5499
5500 * elisp.texi (@dircategory): Move to after @copying,
5501 since we want @copying as close as possible to the beginning of
5502 the output.
5503
61bbdbc6
RS
55042007-10-12 Richard Stallman <rms@gnu.org>
5505
5506 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
5507
5508 * commands.texi (Distinguish Interactive): New node,
5509 broken out from Interactive Call and rewritten.
5510 (Command Loop): Put Distinguish Interactive in menu.
5511
af23e1e8
RS
55122007-10-09 Richard Stallman <rms@gnu.org>
5513
5514 * text.texi (Examining Properties): Mention overlay priority.
5515
5516 * display.texi (Display Margins): Correct the description
5517 of margin display specifications.
5518 (Replacing Specs): New subnode broken out of Display Property.
5519
e1965a69
JL
55202007-10-06 Juri Linkov <juri@jurta.org>
5521
5522 * text.texi (Filling): Document fill-paragraph-or-region.
5523
4638454b
JB
55242007-10-05 Juanma Barranquero <lekktu@gmail.com>
5525
5526 * display.texi (Auto Faces): Fix typo.
5527
7ed54cc5
RS
55282007-10-02 Richard Stallman <rms@gnu.org>
5529
5530 * display.texi (Display Property): Explain some display specs
5531 don't let you move point in.
5532
5dcb4c4e
SM
5533 * frames.texi (Cursor Parameters):
5534 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
5535
5536 * windows.texi (Basic Windows): Don't describe
5537 cursor-in-non-selected-windows here.
5538
305a7ef2
EZ
55392007-10-01 Eli Zaretskii <eliz@gnu.org>
5540
5541 * processes.texi (Misc Network): Note that these functions are
5542 supported only on some systems.
5543
f7a7f4eb
RS
55442007-10-01 Richard Stallman <rms@gnu.org>
5545
5546 * display.texi (Overlay Properties): Explain nil as priority.
5547 Explain that conflicts are unpredictable if not resolved by
5548 priorities.
5549
780d7bb9
RS
55502007-09-23 Richard Stallman <rms@gnu.org>
5551
5552 * macros.texi (Backquote): Minor clarification.
5553
14b4fdfb
RS
55542007-09-19 Richard Stallman <rms@gnu.org>
5555
5556 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
5557 Clarify when they work in parallel and when one overrides.
5558 Fix error in example.
14b4fdfb 5559
b8d4c8d0
GM
55602007-09-06 Glenn Morris <rgm@gnu.org>
5561
b3e755a9 5562 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
5563 commands to use ../../info.
5564 * Makefile.in (infodir): Go up one more level.
4638454b 5565 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
5566 (miscmanualdir): New.
5567 (dist): Use new variable miscmanualdir.
5568 * makefile.w32-in (infodir, texinputdir): Go up one more level.
5569 (usermanualdir): Change from ../man to ../emacs.
5570
1bb1f7d3
MR
55712007-08-30 Martin Rudalics <rudalics@gmx.at>
5572
5573 * commands.texi (Command Loop Info): Advise against changing
5574 most variables described here. Explain new variable
5575 last-repeatable-command.
5576
b8d4c8d0
GM
55772007-08-29 Glenn Morris <rgm@gnu.org>
5578
5579 * elisp.texi (EMACSVER): Increase to 23.0.50.
5580
55812007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5582
5583 * frames.texi (Basic Parameters): Add display-environment-variable
5584 and term-environment-variable.
5585
55862007-08-28 Juri Linkov <juri@jurta.org>
5587
5588 * display.texi (Image Formats, Other Image Types): Add SVG.
5589
55902007-08-28 Juri Linkov <juri@jurta.org>
5591
5592 * display.texi (Images): Move formats-related text to new node
5593 "Image Formats".
5594 (Image Formats): New node.
5595
619fb9ee
RS
55962007-08-27 Richard Stallman <rms@gnu.org>
5597
5598 * windows.texi (Window Configurations): Clarify what
5599 a window configuration saves.
5600
b8d4c8d0
GM
56012007-08-25 Richard Stallman <rms@gnu.org>
5602
5603 * display.texi (Images): Delete redundant @findex.
5604
39f9da30
GM
56052007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5606
5607 * text.texi (Change Hooks): (after|before)-change-functions are no
5608 longer bound to nil while running; rather inhibit-modification-hooks
5609 is t.
5610
b8d4c8d0
GM
56112007-08-16 Richard Stallman <rms@gnu.org>
5612
5dcb4c4e
SM
5613 * processes.texi (Asynchronous Processes):
5614 Clarify doc of start-file-process.
b8d4c8d0
GM
5615
56162007-08-08 Martin Rudalics <rudalics@gmx.at>
5617
5618 * modes.texi (Example Major Modes): Fix typo.
5619
56202007-08-08 Glenn Morris <rgm@gnu.org>
5621
5622 * intro.texi (nil and t): Do not use `iff' in documentation.
5623
5624 * tips.texi (Documentation Tips): Recommend against `iff'.
5625
56262007-08-07 Chong Yidong <cyd@stupidchicken.com>
5627
5628 * display.texi (Image Cache): Document image-refresh.
5629
56302007-08-06 Martin Rudalics <rudalics@gmx.at>
5631
5632 * windows.texi (Size of Window): Document window-full-width-p.
5633
56342007-07-25 Glenn Morris <rgm@gnu.org>
5635
5636 * gpl.texi (GPL): Replace license with GPLv3.
5637
5638 * Relicense all FSF files to GPLv3 or later.
5639
56402007-07-24 Michael Albinus <michael.albinus@gmx.de>
5641
4638454b
JB
5642 * processes.texi (Synchronous Processes):
5643 Add `process-file-shell-command'.
b8d4c8d0
GM
5644 (Asynchronous Processes): Mention restricted use of
5645 `process-filter' and `process-sentinel' in
5646 `start-file-process'. Add `start-file-process-shell-command'.
5647
56482007-07-17 Michael Albinus <michael.albinus@gmx.de>
5649
5650 * files.texi (Magic File Names): Introduce optional parameter
5651 IDENTIFICATION for `file-remote-p'.
5652
56532007-07-16 Richard Stallman <rms@gnu.org>
5654
5655 * display.texi (Defining Faces): Fix previous change.
5656
56572007-07-14 Richard Stallman <rms@gnu.org>
5658
5659 * control.texi (Handling Errors): Document `debug' in handler list.
5660
56612007-07-10 Richard Stallman <rms@gnu.org>
5662
5663 * display.texi (Defining Faces): Explain C-M-x feature for defface.
5664
56652007-07-09 Richard Stallman <rms@gnu.org>
5666
5667 * files.texi (Magic File Names): Rewrite previous change.
5668
56692007-07-08 Michael Albinus <michael.albinus@gmx.de>
5670
5671 * files.texi (Magic File Names): Introduce optional parameter
5672 CONNECTED for `file-remote-p'.
5673
56742007-07-07 Michael Albinus <michael.albinus@gmx.de>
5675
5676 * processes.texi (Asynchronous Processes):
5677 * files.texi (Magic File Names): Add `start-file-process'.
5678
56792007-06-27 Richard Stallman <rms@gnu.org>
5680
5dcb4c4e
SM
5681 * files.texi (Format Conversion Piecemeal):
5682 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
5683
56842007-06-27 Michael Albinus <michael.albinus@gmx.de>
5685
4638454b
JB
5686 * files.texi (Magic File Names): Remove `dired-call-process'.
5687 Add `process-file'.
b8d4c8d0
GM
5688
56892007-06-27 Kenichi Handa <handa@m17n.org>
5690
5691 * text.texi (Special Properties): Fix description about
4638454b 5692 `composition' property.
b8d4c8d0
GM
5693
56942007-06-26 Kenichi Handa <handa@m17n.org>
5695
5696 * nonascii.texi (Default Coding Systems): Document about the
5697 return value `undecided'.
5698
56992007-06-25 David Kastrup <dak@gnu.org>
5700
5701 * keymaps.texi (Active Keymaps): Document new POSITION argument of
5702 `current-active-maps'.
5703
57042007-06-24 Karl Berry <karl@gnu.org>
5705
4638454b 5706 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
5707
57082007-06-15 Juanma Barranquero <lekktu@gmail.com>
5709
5710 * display.texi (Overlay Arrow): Doc fix.
5711
57122007-06-14 Karl Berry <karl@tug.org>
5713
5714 * anti.texi (Antinews): Typo.
5715
57162007-06-14 Chong Yidong <cyd@stupidchicken.com>
5717
5718 * display.texi (Image Cache): Document image-refresh.
5719
57202007-06-12 Karl Berry <karl@gnu.org>
5721
5722 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
5723 * two-volume.make: New file.
5724 * .cvsignore: Ignore two-volume files.
5725
57262007-06-12 Tom Tromey <tromey@redhat.com>
5727
5728 * os.texi (Init File): Document user-emacs-directory.
5729
57302007-06-03 Nick Roberts <nickrob@snap.net.nz>
5731
5732 * commands.texi (Click Events): Describe width and height when
5733 object is nil.
5734
57352007-05-30 Nick Roberts <nickrob@snap.net.nz>
5736
5dcb4c4e
SM
5737 * commands.texi (Click Events): Layout more logically.
5738 Describe width and height.
b8d4c8d0
GM
5739 (Drag Events, Motion Events): Update to new format for position.
5740
57412007-06-02 Richard Stallman <rms@gnu.org>
5742
5743 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
5744
57452007-06-02 Chong Yidong <cyd@stupidchicken.com>
5746
5747 * Version 22.1 released.
5748
57492007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5750
5751 * text.texi (Special Properties): Correct meaning of fontified face.
5752
57532007-05-30 Richard Stallman <rms@gnu.org>
5754
5755 * text.texi (Special Properties): Add link to Adjusting Point.
5756
57572007-05-12 Richard Stallman <rms@gnu.org>
5758
5759 * text.texi (Margins): indent-to-left-margin is not the default.
5760 (Mode-Specific Indent): For indent-line-function, the default
5761 is indent-relative.
5762
5763 * modes.texi (Example Major Modes): Explain last line of text-mode
5764 is redundant.
5765
57662007-05-10 Richard Stallman <rms@gnu.org>
5767
5768 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
5769
5770 * help.texi (Keys in Documentation): Add reference to
5771 Documentation Tips.
5772
5773 * files.texi (Format Conversion): TO-FN gets three arguments.
5774
5775 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
5776
57772007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5778
5779 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
5780 * files.texi (Format Conversion): Expand intro; add menu.
5781 (Format Conversion Overview, Format Conversion Round-Trip)
5782 (Format Conversion Piecemeal): New nodes/subsections.
5783 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
5784 * text.texi (Text Properties): Remove "Saving Properties" from menu.
5785 (Saving Properties): Delete node/subsection.
5786
57872007-05-07 Karl Berry <karl@gnu.org>
5788
5789 * elisp.texi (EMACSVER): Back to 22.
5790
57912007-05-06 Richard Stallman <rms@gnu.org>
5792
5793 * processes.texi (Accepting Output): Revert most of previous change.
5794
57952007-05-05 Richard Stallman <rms@gnu.org>
5796
5797 * processes.texi (Accepting Output): accept-process-output
5798 uses microseconds, not milliseconds. But that arg is obsolete.
5799
58002007-05-04 Karl Berry <karl@tug.org>
5801
5802 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
5803
58042007-05-04 Eli Zaretskii <eliz@gnu.org>
5805
5806 * tips.texi (Documentation Tips): Rearrange items to place the
5807 more important ones first. Add an index entry for hyperlinks.
5808
58092007-05-03 Karl Berry <karl@gnu.org>
5810
5811 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
5812 (EMACSVER) [smallbook]: 22 for printed version.
5813
5814 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
5815 so restore anchor to normal position after defun. Found by Kevin Ryde.
5816
58172007-04-26 Glenn Morris <rgm@gnu.org>
5818
5819 * elisp.texi (EMACSVER): Increase to 22.1.50.
5820
58212007-04-28 Karl Berry <karl@gnu.org>
5822
5823 * elisp.texi: Improve line breaks on copyright page,
5824 similar layout to emacs manual, 8.5x11 by default.
5825
58262007-04-24 Richard Stallman <rms@gnu.org>
5827
5828 * text.texi (Special Properties): Add xref to Overlay Properties.
5829
5830 * display.texi (Overlay Properties): Add xref to Special Properties.
5831
58322007-04-22 Richard Stallman <rms@gnu.org>
5833
5834 * keymaps.texi (Extended Menu Items): Move the info about
5835 format with cached keyboard binding.
5836
58372007-04-21 Richard Stallman <rms@gnu.org>
5838
5839 * text.texi (Special Properties): Clarify previous change.
5840
5841 * files.texi (File Name Expansion): Clarify previous change.
5842
5843 * display.texi (Attribute Functions): Fix example for
5844 face-attribute-relative-p.
5845
58462007-04-19 Kenichi Handa <handa@m17n.org>
5847
5848 * text.texi (Special Properties): Document composition property.
5849
58502007-04-19 Glenn Morris <rgm@gnu.org>
5851
5852 * files.texi (File Name Expansion): Mention "superroot".
5853
58542007-04-15 Chong Yidong <cyd@stupidchicken.com>
5855
5856 * frames.texi (Multiple Displays): Add note about "multi-monitor"
5857 setups.
5858 (Display Feature Testing): Note that display refers to all
5859 physical monitors for multi-monitor setups.
5860
58612007-04-14 Richard Stallman <rms@gnu.org>
5862
5863 * lists.texi (Sets And Lists): Clarify `delete' examples.
5864 Remove spurious xref to same node.
5865 Clarify xref for add-to-list.
5866
58672007-04-12 Nick Roberts <nickrob@snap.net.nz>
5868
5869 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
5870 value of lisp-mode-map.
5871
58722007-04-11 Karl Berry <karl@gnu.org>
5873
5874 * anti.texi (Antinews):
5875 * display.texi (Overlay Properties, Defining Images):
5876 * processes.texi (Synchronous Processes, Sentinels):
5877 * syntax.texi (Syntax Table Internals):
5878 * searching.texi (Regexp Special):
5879 * nonascii.texi (Default Coding Systems):
5880 * text.texi (Special Properties):
5881 * minibuf.texi (Basic Completion): Wording to improve breaks in
5882 8.5x11 format.
5883 * elisp.texi (smallbook): New @set to more easily switch between
5884 smallbook and 8.5x11.
5885
58862007-04-11 Richard Stallman <rms@gnu.org>
5887
5888 * text.texi (Lazy Properties): Minor fix.
5889
58902007-04-08 Karl Berry <karl@gnu.org>
5891
5892 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
5893 * macros.texi (Backquote): Downcase Backquote in index entries for
5894 consistency.
5895
58962007-04-08 Richard Stallman <rms@gnu.org>
5897
5898 * text.texi (Adaptive Fill): Just describe default,
5899 don't show it (since it contains non-ASCII chars).
5900
59012007-04-07 Karl Berry <karl@gnu.org>
5902
5903 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
5904 adaptive-fill-regexp's value, since they are not in the standard
5905 TeX fonts.
5906
59072007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
5908
5909 * display.texi (Defining Faces): Fix example.
5910
59112007-04-07 Karl Berry <karl@gnu.org>
5912
5913 * display.texi (Button Buffer Commands): Improve page break.
5914
59152007-04-07 Richard Stallman <rms@gnu.org>
5916
5917 * advice.texi (Activation of Advice): Remove redundant index entry.
5918
5919 * backups.texi: Improve index entries. Remove redundant ones.
5920
5921 * compile.texi (Byte Compilation): Improve index entry.
5922
5923 * hash.texi (Creating Hash): Improve index entry.
5924
5925 * symbols.texi (Definitions): Improve index entry.
5926
5927 * edebug.texi: Improve index entries. Remove redundant/useless ones.
5928
5929 * maps.texi (Standard Keymaps): Remove useless index entry.
5930
5931 * help.texi (Documentation Basics): Remove redundant index entries.
5932
5933 * customize.texi: Improve index entries.
5934 Remove redundant/useless ones.
5935
5936 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
5937
5938 * streams.texi (Output Variables): Improve index entry.
5939
5940 * abbrevs.texi (Abbrevs): Remove useless index entry.
5941
5942 * macros.texi (Expansion): Remove useless index entry.
5943
5944 * text.texi: Improve index entries. Remove redundant/useless ones.
5945 (Text Properties, Examining Properties)
5946 (Special Properties): Use "property category" instead of "category"
5947 to refer to the `category' property.
5948
5949 * positions.texi: Improve index entries. Remove useless one.
5950
5951 * lists.texi: Improve index entries. Remove redundant/useless ones.
5952
5953 * os.texi: Improve index entries.
5954 (Timers): Fix previous change.
5955
5956 * buffers.texi: Improve index entries.
5957 (Modification Time): Get rid of term "obsolete buffer".
5958
5959 * debugging.texi: Improve index entries.
5960 (Test Coverage): Add xref to other test coverage ftr.
5961
5962 * eval.texi: Improve index entry. Remove redundant ones.
5963
5964 * numbers.texi: Improve index entries. Remove redundant/useless ones.
5965
5966 * files.texi: Improve index entries. Remove redundant/useless ones.
5967
5968 * objects.texi: Improve index entries.
5969
5970 * processes.texi: Improve index entries.
5971
5972 * modes.texi: Improve index entry. Remove redundant one.
5973
5974 * nonascii.texi: Improve index entries.
5975
5976 * internals.texi: Improve index entries.
5977
5978 * syntax.texi: Improve index entries.
5979
5980 * keymaps.texi (Active Keymaps): Improve index entries.
5981
5982 * commands.texi: Improve index entries. Remove redundant/useless ones.
5983
5984 * frames.texi: Improve index entries. Remove redundant/useless ones.
5985
5986 * markers.texi: Improve index entries. Remove redundant ones.
5987
5988 * tips.texi: Improve index entries.
5989
5990 * loading.texi (Unloading): Improve index entry.
5991
5992 * variables.texi: Improve index entries. Remove redundant one.
5993
5994 * sequences.texi: Improve index entry.
5995
5996 * display.texi: Improve index entries. Remove redundant ones.
5997
5998 * windows.texi: Improve index entries.
5999
6000 * searching.texi: Improve index entries. Remove redundant one.
6001
6002 * strings.texi (Case Tables): Improve last change.
6003
60042007-04-04 Chong Yidong <cyd@stupidchicken.com>
6005
6006 * strings.texi (Case Tables): Document with-case-table and
6007 ascii-case-table.
6008
60092007-04-03 Karl Berry <karl@gnu.org>
6010
6011 * processes.texi (Network): Reword to improve page break.
6012
60132007-04-03 Eli Zaretskii <eliz@gnu.org>
6014
6015 * functions.texi (Inline Functions): Describe more disadvantages
6016 of defsubst, and make advice against it stronger.
6017
60182007-04-02 Karl Berry <karl@gnu.org>
6019
6020 * backups.texi (Backup Names): Avoid widow words.
6021 * modes.texi (Example Major Modes): Align last comment.
6022
60232007-04-01 Chong Yidong <cyd@stupidchicken.com>
6024
6025 * keymaps.texi (Remapping Commands): Document new arg to
6026 command-remapping.
6027
60282007-04-01 Karl Berry <karl@gnu.org>
6029
6030 * processes.texi (Low-Level Network): Typo.
6031 * loading.texi (Hooks for Loading): Avoid double "the".
6032 * keymaps.texi (Key Sequences): No double "and".
6033 (Changing Key Bindings): Shorten to improve line break.
6034
60352007-03-31 Glenn Morris <rgm@gnu.org>
6036
6037 * os.texi (Timers): Fix description of run-at-time TIME formats.
6038
60392007-03-31 Richard Stallman <rms@gnu.org>
6040
6041 * display.texi (Invisible Text): Correct buffer-invisibility-spec
6042 regarding ellipsis.
6043
60442007-03-31 Eli Zaretskii <eliz@gnu.org>
6045
6046 * intro.texi (nil and t):
6047 * symbols.texi (Plists and Alists):
6048 * variables.texi (Variable Aliases, Constant Variables):
6049 * functions.texi (Defining Functions):
6050 * advice.texi (Advising Primitives):
6051 * debugging.texi (Syntax Errors, Compilation Errors):
6052 * minibuf.texi (Minibuffer Windows):
6053 * commands.texi (Adjusting Point):
6054 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
6055 (Auto Major Mode, Major Mode Conventions):
6056 * help.texi (Describing Characters):
6057 * files.texi (Create/Delete Dirs, Information about Files)
6058 (File Locks, Writing to Files, Reading from Files)
6059 (Saving Buffers):
6060 * windows.texi (Resizing Windows, Cyclic Window Ordering):
6061 * frames.texi (Finding All Frames):
6062 * positions.texi (Buffer End, Motion):
6063 * markers.texi (The Region):
6064 * text.texi (Deletion, Near Point):
6065 * display.texi (Displaying Messages, Truncation):
6066 * os.texi (Processor Run Time):
6067 * tips.texi (Key Binding Conventions, Programming Tips)
6068 (Warning Tips, Documentation Tips, Comment Tips):
6069 * internals.texi (Memory Usage): Improve indexing.
6070
6071 * variables.texi (Frame-Local Variables):
6072 * functions.texi (Argument List):
6073 * loading.texi (Library Search):
6074 * streams.texi (Output Variables):
6075 * keymaps.texi (Translation Keymaps, Searching Keymaps):
6076 * searching.texi (Replacing Match, Search and Replace):
6077 * processes.texi (Byte Packing, Decoding Output)
6078 (Accepting Output, Network Servers, Shell Arguments):
6079 * display.texi (Abstract Display, Image Cache, Scroll Bars):
6080 * windows.texi (Window Point, Window Start):
6081 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
6082 * commands.texi (Reading Input, Keyboard Events):
6083 * minibuf.texi (Reading File Names, Minibuffer Completion)
6084 (Recursive Mini):
6085 * positions.texi (List Motion):
6086 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
6087 * numbers.texi (Arithmetic Operations, Math Functions)
6088 (Predicates on Numbers, Comparison of Numbers):
6089 (Numeric Conversions):
6090 * locals.texi (Standard Buffer-Local Variables):
6091 * maps.texi (Standard Keymaps):
6092 * os.texi (User Identification, System Environment, Recording Input)
6093 (X11 Keysyms):
6094 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
6095 * backups.texi (Backups and Auto-Saving):
6096 * customize.texi (Customization, Group Definitions)
6097 (Variable Definitions):
6098 * compile.texi (Byte Compilation): Improve index entries.
6099
61002007-03-31 Karl Berry <karl@gnu.org>
6101
6102 * macros.texi (Defining Macros): Avoid widow syllable.
6103
61042007-03-31 Eli Zaretskii <eliz@gnu.org>
6105
6106 * elisp.texi (Top): Postscript -> PostScript.
6107
6108 * display.texi (Images, Postscript Images): Postscript -> PostScript.
6109
61102007-03-31 Markus Triska <markus.triska@gmx.at>
6111
6112 * internals.texi (Writing Emacs Primitives): Untabify `For'.
6113
61142007-03-30 Karl Berry <karl@gnu.org>
6115
6116 * lists.texi (List-related Predicates): Remove spurious @need.
6117 (Setcdr): Use @smallexample to improve page break.
6118 (Association Lists) <assoc>: Reword to improve page break.
6119
6120 * strings.texi (String Conversion): Insert blank line to improve
6121 page break.
6122
6123 * numbers.texi (Random Numbers): Use @minus{}.
6124 (Math Functions): Use @minus{}.
6125
6126 * intro.texi (Acknowledgements): Avoid line breaks before middle
6127 initials.
6128
61292007-03-24 Eli Zaretskii <eliz@gnu.org>
6130
6131 * errors.texi (Standard Errors): Add an index entry.
6132
61332007-03-19 Richard Stallman <rms@gnu.org>
6134
6135 * os.texi (Recording Input): recent-keys now gives 300 keys.
6136
61372007-03-12 Glenn Morris <rgm@gnu.org>
6138
6139 * os.texi: Replace "daylight savings" with "daylight saving"
6140 throughout.
6141
61422007-03-05 Richard Stallman <rms@gnu.org>
6143
5dcb4c4e
SM
6144 * variables.texi (File Local Variables):
6145 Update enable-local-variables values.
b8d4c8d0
GM
6146
61472007-03-04 Richard Stallman <rms@gnu.org>
6148
6149 * syntax.texi (Control Parsing): Minor clarification.
6150
6151 * strings.texi (Formatting Strings): Clarify width, precision, flags.
6152
6153 * sequences.texi (Sequence Functions): Move string-bytes away,
6154 add xref.
6155
6156 * nonascii.texi (Text Representations): Move string-bytes here.
6157
6158 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
6159
6160 * minibuf.texi (Basic Completion): Minor clarification.
6161
6162 * markers.texi (The Mark): Clarify existence vs activation of mark.
6163 Other cleanup.
6164
6165 * display.texi (Finding Overlays): Write better example.
6166
6167 * compile.texi (Eval During Compile): Clarify putting macros
6168 in eval-when-compile.
6169
c5602427 61702007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
6171
6172 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 6173 load-read-function definition doc.
b8d4c8d0
GM
6174
61752007-02-21 Kim F. Storm <storm@cua.dk>
6176
6177 * strings.texi (Text Comparison): Mention that assoc-string
6178 converts symbols to strings before testing.
6179
61802007-02-17 Kim F. Storm <storm@cua.dk>
6181
6182 * processes.texi (Bindat Spec): Vector types can have optional
6183 element type.
6184 (Bindat Examples): Fix example. Add vector with element type.
6185
61862007-02-16 Andreas Schwab <schwab@suse.de>
6187
6188 * strings.texi (Formatting Strings): Document '+' flag.
6189
61902007-02-15 Juanma Barranquero <lekktu@gmail.com>
6191
6192 * strings.texi (Modifying Strings): Clarify that `clear-string'
6193 always converts the string to unibyte.
6194
61952007-02-14 Kim F. Storm <storm@cua.dk>
6196
6197 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
6198 Rewrite glyph code description to refer to these functions.
6199 Remove details of encoding face number and char into integer code.
6200
62012007-02-03 Alan Mackenzie <acm@muc.de>
6202
6203 * loading.texi (Hooks for Loading): Make the description of
6204 `eval-after-load' more detailed, and amend the description of
6205 after-load-alist, in accordance with changes from 2006-05.
6206
62072007-02-03 Chong Yidong <cyd@stupidchicken.com>
6208
6209 * modes.texi (Defining Minor Modes): Document that a :require
6210 keyword or similar may be required to make saved customization
6211 variables work.
6212
62132007-02-03 Eli Zaretskii <eliz@gnu.org>
6214
6215 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
6216 Texinfo guidelines and with what texnfo-upd.el expects.
6217 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
6218 parts needed by `texinfo-multiple-files-update'.
6219
62202007-02-02 Eli Zaretskii <eliz@gnu.org>
6221
6222 * elisp.texi (Top): Update the top-level menus.
6223
6224 * syntax.texi (Categories): Add index entries.
6225
62262007-02-01 Juanma Barranquero <lekktu@gmail.com>
6227
6228 * display.texi (Attribute Functions): Fix name and description of
6229 the UNDERLINE arg of `set-face-underline-p'.
6230
62312007-01-29 Eli Zaretskii <eliz@gnu.org>
6232
6233 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
6234 Variables", and "Standard Keymaps" to the detailed menu.
6235
6236 * variables.texi (Future Local Variables): Add index entry.
6237
62382007-01-28 Richard Stallman <rms@gnu.org>
6239
6240 * tips.texi (Coding Conventions): Clarify the tip about macros
6241 that define a function or a variable.
6242
6243 * files.texi (File Attributes): UID and GID can be floats.
6244 (Magic File Names): Explain why deferring all operations to
6245 the standard handler does not work.
6246
62472007-01-23 Martin Rudalics <rudalics@gmx.at>
6248
6249 * backups.texi (Reverting): Use "buffer" instead of "file"
6250 when talking about major and minor modes.
6251
62522007-01-21 Richard Stallman <rms@gnu.org>
6253
6254 * help.texi (Documentation): Add xref to Documentation Tips.
6255
62562007-01-14 Juanma Barranquero <lekktu@gmail.com>
6257
6258 * tips.texi (Coding Conventions): Fix typos.
6259
62602007-01-05 Richard Stallman <rms@gnu.org>
6261
6262 * modes.texi (Defining Minor Modes): Fix previous change.
6263
62642007-01-03 Richard Stallman <rms@gnu.org>
6265
6266 * customize.texi (Variable Definitions, Customization Types):
6267 Don't use * in doc string for defcustom.
6268
62692007-01-02 Richard Stallman <rms@gnu.org>
6270
6271 * variables.texi (Variable Aliases): Clarify that aliases vars
6272 always have the same value.
6273
6274 * processes.texi (Bindat Spec): Fix Texinfo usage.
6275
6276 * modes.texi (Defining Minor Modes): Explain effect of command
6277 defined with define-global-minor-mode on new buffers.
6278
62792006-12-30 Kim F. Storm <storm@cua.dk>
6280
6281 * keymaps.texi (Tool Bar): Describe `grow-only' value of
6282 `auto-resize-tool-bars'.
6283
62842006-12-30 Richard Stallman <rms@gnu.org>
6285
6286 * keymaps.texi (Active Keymaps): Fix previous change.
6287
62882006-12-30 Nick Roberts <nickrob@snap.net.nz>
6289
6290 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
6291
62922006-12-30 Kim F. Storm <storm@cua.dk>
6293
6294 * processes.texi (Bindat Spec): Clarify using field names in
6295 length specifications.
6296
62972006-12-29 Kim F. Storm <storm@cua.dk>
6298
6299 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
6300 Add count and index variables for eval forms in repeat blocks.
6301
63022006-12-24 Richard Stallman <rms@gnu.org>
6303
5dcb4c4e
SM
6304 * customize.texi (Variable Definitions):
6305 Document new name custom-add-frequent-value.
b8d4c8d0
GM
6306
63072006-12-19 Kim F. Storm <storm@cua.dk>
6308
6309 * commands.texi (Misc Events): User signals now result in sigusr1
6310 and sigusr2 events which are handled through special-event-map.
6311 (Special Events): User signals and drag-n-drop are special.
6312
63132006-12-17 Richard Stallman <rms@gnu.org>
6314
6315 * loading.texi (Named Features): Explain subfeatures better.
6316
6317 * customize.texi: Use "option" only for user options.
6318 For the keyword values inside defcustom etc, say "keywords".
6319 For :options value's elements, say "elements".
6320 :group should not be omitted.
6321
6322 * syntax.texi (Parsing Expressions): Split up node.
6323 (Motion via Parsing, Position Parse, Parser State)
6324 (Low-Level Parsing, Control Parsing): New subnodes.
6325 (Parser State): Document syntax-ppss-toplevel-pos.
6326
6327 * positions.texi (List Motion): Punctuation fix.
6328
6329 * files.texi (File Name Completion): Document PREDICATE arg
6330 to file-name-completion.
6331
63322006-12-16 Eli Zaretskii <eliz@gnu.org>
6333
6334 * internals.texi (Building Emacs, Writing Emacs Primitives):
6335 Add index entries.
6336
63372006-12-11 Richard Stallman <rms@gnu.org>
6338
6339 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
6340 affects face menu. Explain how to make it non-nil without enabling
6341 any fontification.
6342
63432006-12-10 Chong Yidong <cyd@stupidchicken.com>
6344
6345 * modes.texi (Font Lock Basics): Document nil value of
6346 font-lock-defaults.
6347
63482006-12-10 Glenn Morris <rgm@gnu.org>
6349
6350 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
6351 value for system-flag argument. Abbrev tables may not be empty
6352 when major modes are loaded.
6353
63542006-12-08 Juanma Barranquero <lekktu@gmail.com>
6355
6356 * makefile.w32-in (maintainer-clean): Partially revert last
6357 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
6358 to protect elisp-covers.texi.
6359
63602006-12-07 Juanma Barranquero <lekktu@gmail.com>
6361
6362 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
6363 Don't remove elisp* info files; they are already deleted by the
6364 `clean' and `distclean' targets, and they are in the $(infodir)
6365 directory, not the current one.
6366
63672006-12-04 Kim F. Storm <storm@cua.dk>
6368
6369 * commands.texi (Misc Events): Update signal events.
6370 (Event Examples): Add signal example.
6371
63722006-11-29 Richard Stallman <rms@gnu.org>
6373
6374 * frames.texi (Visibility of Frames): Explain visible windows
6375 can be covered by others. Add xref for raise-frame.
6376
63772006-11-28 Richard Stallman <rms@gnu.org>
6378
6379 * searching.texi (Regexp Special): Update when ^ is special.
6380
63812006-11-27 Eli Zaretskii <eliz@gnu.org>
6382
6383 * customize.texi (Customization, Common Keywords)
6384 (Group Definitions, Variable Definitions, Composite Types)
6385 (Type Keywords, Customization Types): Add index entries for
6386 various customization keywords.
6387
63882006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6389
6390 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
6391
c8763fb6 63922006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6393
6394 * frames.texi (Window System Selections): Remove clipboard from
6395 description of selection-coding-system.
6396
63972006-11-06 Richard Stallman <rms@gnu.org>
6398
6399 * lists.texi (List Variables): Document COMPARE-FN.
6400
6401 * keymaps.texi: Avoid use of "binding" to mean a relation;
6402 use it only to refer to the meaning associated with a key.
6403 (Keymaps): Change menu node description.
6404
6405 * elisp.texi (Top): Change menu node description.
6406
6407 * display.texi (Managing Overlays): Document overlay-recenter.
6408
64092006-10-29 Chong Yidong <cyd@stupidchicken.com>
6410
6411 * Makefile.in: Use relative paths to avoid advertising filesystem
6412 contents during compilation.
6413
64142006-10-23 Kim F. Storm <storm@cua.dk>
6415
6416 * commands.texi (Event Input Misc): Update unread-command-events.
6417
64182006-10-23 Nick Roberts <nickrob@snap.net.nz>
6419
6420 * lists.texi (Sets And Lists): Fix typos.
6421
64222006-10-18 Juanma Barranquero <lekktu@gmail.com>
6423
6424 * control.texi (Processing of Errors): Use @var for an argument,
6425 not @code.
6426
64272006-10-16 Richard Stallman <rms@gnu.org>
6428
6429 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6430
6431 * keymaps.texi (Format of Keymaps): Show all the keymap element
6432 patterns that result from menu items.
6433 (Key Lookup): Minor cleanups.
6434
6435 * modes.texi (Precalculated Fontification): Don't say that
6436 not setting font-lock-defaults avoids loading font-lock.
6437
6438 * help.texi (Documentation): Move xref to Emacs Manual here.
6439 (Documentation Basics): From here.
6440 Also doc emacs-lisp-docstring-fill-column.
6441
6442 * elisp.texi: Update version and ISBN.
6443
6444 * commands.texi (Interactive Call): Clarify KEYS arg to
6445 call-interactively is a vector.
6446 (Command Loop Info): Delete anchor in this-command-keys.
6447 Add anchor in this-command-keys-vector.
6448 (Recursive Editing): Document how recursive-edit
6449 handles the current buffer.
6450
64512006-10-13 Chong Yidong <cyd@stupidchicken.com>
6452
6453 * frames.texi (Frame Titles): %c and %l are ignored in
6454 frame-title-format.
6455
64562006-10-11 Richard Stallman <rms@gnu.org>
6457
6458 * keymaps.texi (Key Sequences): Clarify use of kbd.
6459
64602006-10-10 Kim F. Storm <storm@cua.dk>
6461
6462 * lists.texi (Sets And Lists): Add memql.
6463
64642006-10-03 Richard Stallman <rms@gnu.org>
6465
6466 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6467 Clarify :ascii: and :nonascii:.
6468
64692006-09-29 Juri Linkov <juri@jurta.org>
6470
6471 * modes.texi (%-Constructs): Reorder coding systems in the
6472 documentation of %z to the real order displayed in the modeline.
6473
64742006-09-25 Richard Stallman <rms@gnu.org>
6475
6476 * os.texi (Timers): Describe timer-max-repeats.
6477
64782006-09-25 Chong Yidong <cyd@stupidchicken.com>
6479
6480 * os.texi (Timers): Mention with-local-quit.
6481
64822006-09-24 Richard Stallman <rms@gnu.org>
6483
6484 * searching.texi (Searching and Matching): Mention property search.
6485
6486 * commands.texi (Command Loop Info): Explain how read-event affects
6487 this-command-keys.
6488
64892006-09-20 Richard Stallman <rms@gnu.org>
6490
6491 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6492
6493 * windows.texi (Window Start): Minor cleanups.
6494
64952006-09-20 Kim F. Storm <storm@cua.dk>
6496
6497 * windows.texi (Window Start): pos-visible-in-window-p allows
6498 specifying t for position to mean "end of window".
6499 Add window-line-height.
6500
6501 * anti.texi (Antinews): Mention window-line-height.
6502
65032006-09-19 David Kastrup <dak@gnu.org>
6504
6505 * keymaps.texi (Searching Keymaps): Small clarification.
6506
65072006-09-18 Richard Stallman <rms@gnu.org>
6508
6509 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
6510 cause keyboard menus.
6511 (Menu Keymaps): Likewise.
6512 (Defining Menus, Keyboard Menus): Clarify.
6513
6514 * text.texi (Fields): Clarify explanation of constrain-to-field.
6515
65162006-09-16 Eli Zaretskii <eliz@gnu.org>
6517
6518 * variables.texi (Tips for Defining): Fix a typo.
6519
65202006-09-15 Richard Stallman <rms@gnu.org>
6521
6522 * keymaps.texi (Remapping Commands, Searching Keymaps)
6523 (Active Keymaps): Clean up previous change.
6524
65252006-09-15 Jay Belanger <belanger@truman.edu>
6526
6527 * gpl.texi: Replace "Library Public License" by "Lesser Public
6528 License" throughout.
6529
65302006-09-15 David Kastrup <dak@gnu.org>
6531
6532 * keymaps.texi (Active Keymaps): Adapt description to use
6533 `get-char-property' instead `get-text-property'. Explain how
6534 mouse events change this. Explain the new optional argument of
6535 `key-binding' and its mouse-dependent lookup.
6536 (Searching Keymaps): Adapt description similarly.
6537 (Remapping Commands): Explain the new optional argument of
6538 `command-remapping'.
6539
65402006-09-14 Richard Stallman <rms@gnu.org>
6541
6542 * keymaps.texi (Searching Keymaps): Clarification.
6543 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
6544
65452006-09-13 Richard Stallman <rms@gnu.org>
6546
6547 * objects.texi (Character Type): Node split.
6548 Add xref to Describing Characters.
6549 (Basic Char Syntax, General Escape Syntax)
6550 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
6551
65522006-09-11 Richard Stallman <rms@gnu.org>
6553
6554 * display.texi (Display Table Format): Wording clarification.
6555 (Glyphs): Clarifications.
6556
65572006-09-10 Chong Yidong <cyd@stupidchicken.com>
6558
6559 * keymaps.texi (Active Keymaps): Mention that key-binding checks
6560 local maps.
6561
65622006-09-10 Kim F. Storm <storm@cua.dk>
6563
6564 * display.texi (Forcing Redisplay): Document return value of
6565 function redisplay.
6566
65672006-09-09 Richard Stallman <rms@gnu.org>
6568
6569 * windows.texi (Window Hooks): Explain limits of
6570 window-scroll-functions.
6571
6572 * display.texi (Fringe Indicators): Update for last change in
6573 indicate-buffer-boundaries.
6574
65752006-09-08 Richard Stallman <rms@gnu.org>
6576
6577 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
6578
65792006-09-06 Kim F. Storm <storm@cua.dk>
6580
6581 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
6582
6583 * windows.texi (Window Start): Update pos-visible-in-window-p.
6584
65852006-09-04 Richard Stallman <rms@gnu.org>
6586
6587 * processes.texi (Accepting Output): Explain SECONDS=0 for
6588 accept-process-output.
6589
6590 * os.texi (Idle Timers): Explain why timer functions should not
6591 loop until (input-pending-p).
6592
65932006-09-02 Eli Zaretskii <eliz@gnu.org>
6594
6595 * makefile.w32-in (usermanualdir): New variable.
6596 (elisp.dvi): Use it.
6597
65982006-09-01 Eli Zaretskii <eliz@gnu.org>
6599
6600 * buffers.texi (Buffer Modification): Fix last change.
6601
66022006-09-01 Chong Yidong <cyd@stupidchicken.com>
6603
5dcb4c4e
SM
6604 * buffers.texi (Buffer Modification):
6605 Document buffer-chars-modified-tick.
b8d4c8d0
GM
6606
66072006-08-31 Richard Stallman <rms@gnu.org>
6608
6609 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
6610
66112006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
6612
6613 * modes.texi (Syntactic Font Lock):
6614 Mention font-lock-syntactic-face-function
6615 instead of specific faces.
6616
66172006-08-29 Chong Yidong <cyd@stupidchicken.com>
6618
6619 * display.texi (Images): Add xrref to display-images-p.
6620
66212006-08-28 Kenichi Handa <handa@m17n.org>
6622
6623 * nonascii.texi (Lisp and Coding Systems): Fix description of
6624 detect-coding-region.
6625
66262006-08-27 Michael Olson <mwolson@gnu.org>
6627
6628 * processes.texi (Transaction Queues): Remove stray quote
6629 character.
6630
66312006-08-25 Richard Stallman <rms@gnu.org>
6632
6633 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
6634 Add xref.
6635
66362006-08-24 Chong Yidong <cyd@stupidchicken.com>
6637
6638 * os.texi (Timers): Avoid waiting inside timers.
6639
66402006-08-21 Lute Kamstra <lute@gnu.org>
6641
6642 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
6643
66442006-08-20 Richard Stallman <rms@gnu.org>
6645
6646 * os.texi (Idle Timers): New node, split out from Timers.
6647 Document current-idle-time.
6648 * commands.texi (Reading One Event): Update xref.
6649 * elisp.texi (Top): Update subnode menu.
6650
66512006-08-16 Richard Stallman <rms@gnu.org>
6652
6653 * keymaps.texi (Extended Menu Items): Show format of cached
6654 bindings in extended menu items.
6655
6656 * customize.texi (Variable Definitions): Explain when the
6657 standard value expression is evaluated.
6658
66592006-08-15 Chong Yidong <cyd@stupidchicken.com>
6660
6661 * commands.texi (Reading One Event): Explain idleness in
6662 `read-event'.
6663
66642006-08-12 Chong Yidong <cyd@stupidchicken.com>
6665
6666 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 6667 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
6668 relevant for Lisp programming.
6669 (Yank Commands): Rewrite introduction.
6670 (Undo): Clarify.
6671 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
6672 (Filling): Remove redundant comment. Clarify return value of
6673 current-justification.
6674 (Margins): Minor clarifications.
6675 (Adaptive Fill): Update default value of adaptive-fill-regexp.
6676 (Sorting): Update definition of sort-lines.
6677 (Columns): Clarify behavior of sort-columns.
6678 (Indent Tabs): Link to Tab Stops in Emacs manual.
6679 (Special Properties): Clarify.
6680 (Clickable Text): Mention Buttons package.
6681
66822006-08-12 Kevin Ryde <user42@zip.com.au>
6683
6684 * os.texi (Time Parsing): Add %z to description of
6685 format-time-string, as per docstring. Add cross reference to
6686 glibc manual for strftime.
6687
66882006-08-08 Richard Stallman <rms@gnu.org>
6689
6690 * modes.texi: Clean up wording in previous change.
6691
66922006-08-07 Chong Yidong <cyd@stupidchicken.com>
6693
6694 * modes.texi (Hooks): Clarify.
6695 (Major Mode Basics): Mention define-derived-mode explicitly.
6696 (Major Mode Conventions): Rebinding RET is OK for some modes.
6697 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 6698 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
6699 (Mode Line Basics): Clarify.
6700 (Mode Line Data): Mention help-echo and local-map in strings.
6701 Explain reason for treatment of non-risky variables.
6702 (Properties in Mode): Clarify.
6703 (Faces for Font Lock): Add font-lock-negation-char-face.
6704
67052006-08-04 Eli Zaretskii <eliz@gnu.org>
6706
6707 * strings.texi (Formatting Strings): Warn against arbitrary
6708 strings as first arg to `format'.
6709
67102006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
6711
6712 * text.texi (Clickable Text): Mention `help-echo' text property.
6713 Update intro, examples and associated explanations.
6714
67152006-07-31 Richard Stallman <rms@gnu.org>
6716
6717 * commands.texi: Update xrefs.
6718 (Event Mod): New node, cut out from old Translating Input.
6719
6720 * maps.texi: Update xrefs.
6721
6722 * keymaps.texi (Translation Keymaps): New node.
6723 Update xrefs from Translating Input to Translation Keymaps.
6724
6725 * elisp.texi (Top): Update subnode menu.
6726
6727 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
6728
6729 * os.texi (System Interface): Fix menu descriptions of some nodes.
6730 (Translating Input): Node deleted.
6731
67322006-07-31 Nick Roberts <nickrob@snap.net.nz>
6733
6734 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
6735
6736 * lists.texi (Sets And Lists): Likewise.
6737
67382006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
6739
6740 * text.texi (Fields): Mention POS
6741 requirement when narrowing is in effect.
6742
67432006-07-28 Richard Stallman <rms@gnu.org>
6744
6745 * display.texi (Face Attributes): Simplify wording.
6746 (Attribute Functions): Clarify meaning of new-frame default
6747 attribute settings.
6748
6749 * customize.texi (Common Keywords): Document how to use
6750 :package-version in a package not in Emacs.
6751
67522006-07-28 Kim F. Storm <storm@cua.dk>
6753
6754 * commands.texi (Reading One Event): Fix last change.
6755
67562006-07-26 Chong Yidong <cyd@stupidchicken.com>
6757
6758 * commands.texi (Reading One Event): Document SECONDS argument for
6759 read-event, read-char, and read-char-exclusive.
6760
67612006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6762
6763 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
6764 to ensure correct identification.
6765
67662006-07-24 Richard Stallman <rms@gnu.org>
6767
6768 * text.texi (Clickable Text): Clarify.
6769
6770 * sequences.texi (Vector Functions): Delete duplicate xref.
6771
6772 * objects.texi (Function Type): Clarify.
6773
6774 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
6775 modes.
6776
6777 * lists.texi (List Variables): New node.
6778 Material moved from other nodes.
6779
6780 * variables.texi (Setting Variables): add-to-list and
6781 add-to-ordered-list moved to List Variables node.
6782
67832006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
6784
6785 * text.texi (Links and Mouse-1):
6786 For mouse-on-link-p, expand on arg POS.
6787
67882006-07-21 Kim F. Storm <storm@cua.dk>
6789
6790 * display.texi (Forcing Redisplay): Don't mention systems which
6791 don't support sub-second timers for redisplay-preemption-period.
6792
6793 * os.texi (Terminal Output): Clarify text vs graphical terminal.
6794
67952006-07-21 Eli Zaretskii <eliz@gnu.org>
6796
6797 * frames.texi (Input Focus): Document that focus-follows-mouse has
6798 no effect on MS-Windows.
6799
68002006-07-18 Richard Stallman <rms@gnu.org>
6801
6802 * display.texi (Forcing Redisplay): Cleanups in previous change.
6803
6804 * processes.texi (Low-Level Network): Make menu more convenient.
6805
68062006-07-18 Kim F. Storm <storm@cua.dk>
6807
6808 * display.texi (Forcing Redisplay): redisplay-preemption-period
6809 only used on window systems. Add xref to Terminal Output.
6810
6811 * os.texi (Terminal Output): baud-rate only controls preemption on
6812 non-window systems. Add xref to Forcing Redisplay.
6813
6814 * processes.texi (Low-Level Network): Rename node "Make Network"
6815 to "Network Processes".
6816
68172006-07-18 Karl Berry <karl@gnu.org>
6818
6819 * variables.texi, functions.texi, customize.texi, loading.texi:
6820 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
6821
68222006-07-17 Chong Yidong <cyd@stupidchicken.com>
6823
6824 * commands.texi (Waiting): Document batch-mode sit-for behavior.
6825
68262006-07-17 Richard Stallman <rms@gnu.org>
6827
6828 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
6829 Put period and comma inside quotes.
6830
6831 * loading.texi, markers.texi: Use real doublequote inside menus.
6832
6833 * windows.texi: Put point and comma inside quotes.
6834 (Textual Scrolling): Use @samp for error message.
6835
6836 * variables.texi, tips.texi, syntax.texi, symbols.texi:
6837 * strings.texi, streams.texi, processes.texi, os.texi:
6838 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
6839 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
6840 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
6841 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
6842 Put point and comma inside quotes.
6843
6844 * control.texi (Processing of Errors): Add command-error-function.
6845
6846 * variables.texi (File Local Variables): Clarify that
6847 file local variables make buffer-local bindings.
6848
6849 * modes.texi (Syntactic Font Lock): Give default for
6850 font-lock-syntax-table.
6851
68522006-07-17 Nick Roberts <nickrob@snap.net.nz>
6853
6854 * text.texi (Special Properties): Clean up previous change.
6855
68562006-07-16 Karl Berry <karl@gnu.org>
6857
6858 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
6859 * control.texi: Fix bad page breaks through chapter 10 (control).
6860
6861 * anti.texi (Antinews): Reorder face-attribute fns to avoid
6862 underfull hbox.
6863
68642006-07-15 Nick Roberts <nickrob@snap.net.nz>
6865
6866 * text.texi (Special Properties): Describe fontified text property
6867 in relation to a character (not text).
6868
68692006-07-15 Kim F. Storm <storm@cua.dk>
6870
6871 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
6872 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
6873 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
6874
6875 * anti.texi (Antinews): Mention redisplay function.
6876 The kbd macro existed, but was not documented, before 22.x.
6877 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
6878
68792006-07-14 Nick Roberts <nickrob@snap.net.nz>
6880
6881 * display.texi (Displaying Messages): Add anchor.
6882
6883 * frames.texi (Dialog Boxes): Use it.
6884
68852006-07-12 Richard Stallman <rms@gnu.org>
6886
6887 * objects.texi (Frame Type): Explain nature of frames better.
6888
6889 * frames.texi (Frames): Explain nature of frames better.
6890
68912006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
6892
6893 * tips.texi (Coding Conventions): Explain why use cl at compile time.
6894
68952006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6896
6897 * frames.texi (Window System Selections): Mention scrap support for Mac.
6898 Default value of x-select-enable-clipboard is t on Mac.
6899
6900 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
6901
69022006-07-11 Kim F. Storm <storm@cua.dk>
6903
6904 * display.texi (Forcing Redisplay): Add `redisplay' function.
6905 Don't mention (sit-for -1) -- use (redisplay t) instead.
6906
6907 * commands.texi (Waiting): (sit-for -1) is no longer special.
6908 (sit-for 0) is equivalent to (redisplay).
6909 Iconifying/deiconifying no longer makes sit-for return.
6910
69112006-07-10 Nick Roberts <nickrob@snap.net.nz>
6912
6913 * display.texi (Buttons): Fix typo.
6914
6915 * index.texi, elisp.texi (New Symbols): Comment node out.
6916
69172006-07-09 Richard Stallman <rms@gnu.org>
6918
6919 * display.texi (Truncation): Clean up previous change.
6920
69212006-07-08 Richard Stallman <rms@gnu.org>
6922
6923 * commands.texi (Interactive Call): Use 3 as prefix in example
6924 for execute-extended-command.
6925
6926 * display.texi (Attribute Functions): Move paragraph about
6927 compatibility with Emacs < 21.
6928
69292006-07-09 Kim F. Storm <storm@cua.dk>
6930
6931 * display.texi (Refresh Screen): Clarify force-window-update.
6932 (Truncation): "Normally" indicated by fringe arrows.
6933
69342006-07-08 Eli Zaretskii <eliz@gnu.org>
6935
6936 * windows.texi (Textual Scrolling, Resizing Windows):
6937 * variables.texi (Constant Variables):
6938 * text.texi (Buffer Contents, Deletion, Changing Properties)
6939 (Property Search, Special Properties, Sticky Properties)
6940 (Links and Mouse-1, Fields, Change Hooks):
6941 * syntax.texi (Syntax Table Functions, Parsing Expressions)
6942 (Categories):
6943 * symbols.texi (Other Plists):
6944 * streams.texi (Output Variables):
6945 * processes.texi (Input to Processes, Query Before Exit):
6946 * positions.texi (Word Motion, Text Lines, List Motion):
6947 * os.texi (Init File, System Environment, Sound Output)
6948 (Session Management):
6949 * nonascii.texi (Text Representations, Character Sets)
6950 (Chars and Bytes, Locales):
6951 * modes.texi (Defining Minor Modes, Header Lines):
6952 * minibuf.texi (Minibuffer Contents):
6953 * markers.texi (Information from Markers):
6954 * lists.texi (List Elements, Building Lists, Association Lists):
6955 * keymaps.texi (Tool Bar):
6956 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
6957 * functions.texi (What Is a Function, Mapping Functions):
6958 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
6959 (Color Names, Text Terminal Colors, Display Feature Testing):
6960 * files.texi (Visiting Functions, File Name Components)
6961 (Unique File Names, Contents of Directories):
6962 * display.texi (Forcing Redisplay, Displaying Messages)
6963 (Temporary Displays, Font Selection, Auto Faces)
6964 (Font Lookup, Fringe Indicators, Display Margins)
6965 (Image Descriptors, Showing Images, Image Cache, Button Types)
6966 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
6967 (Display Table Format, Glyphs):
6968 * control.texi (Iteration):
6969 * commands.texi (Command Loop Info, Adjusting Point):
6970 * backups.texi (Making Backups, Auto-Saving):
6971 Remove @tindex entries.
6972
69732006-07-07 Kim F. Storm <storm@cua.dk>
6974
6975 * display.texi (Fringe Cursors): Fix typo.
6976 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
6977 (Overlay Arrow): Default is overlay-arrow fringe indicator.
6978
69792006-07-05 Richard Stallman <rms@gnu.org>
6980
6981 * text.texi (Buffer Contents): Add example of text props
6982 in result of buffer-substring.
6983 (Text Properties): Explain better about use of specific property names.
6984 (Property Search): Some cleanups; reorder some functions.
6985
6986 * keymaps.texi (Changing Key Bindings): Cleanup.
6987 Add xref to Key Binding Conventions.
6988
6989 * display.texi (Attribute Functions): Add examples for
6990 face-attribute-relative-p.
6991
6992 * tips.texi (Coding Conventions): Cleanup last change.
6993
69942006-07-05 Karl Berry <karl@gnu.org>
6995
6996 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
6997 Remove @setchapternewpage odd.
6998 Result is 1013 pages, down from 1100.
6999
7000 * anti.texi, customize.texi, display.texi, internals.texi:
7001 * minibuf.texi, modes.texi, tips.texi:
7002 Fix overfull/underfull boxes.
7003
70042006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7005
7006 * edebug.texi (Instrumenting):
7007 Add Edebug-specific findex for eval-buffer.
7008 * loading.texi (Loading):
7009 Replace eval-current-buffer with eval-buffer.
7010
70112006-06-30 Nick Roberts <nickrob@snap.net.nz>
7012
7013 * locals.texi (Standard Buffer-Local Variables): Update the list
7014 of variables.
7015
70162006-06-26 Nick Roberts <nickrob@snap.net.nz>
7017
7018 * files.texi (File Name Completion): Point user to the node
7019 "Reading File Names".
7020
70212006-06-24 Eli Zaretskii <eliz@gnu.org>
7022
7023 * files.texi (Contents of Directories): Document case-insensitive
7024 behavior on respective filesystems.
7025
7026 * objects.texi (Character Type): Document that Emacs signals an
7027 error for unsupported Unicode characters specified as \uNNNN.
7028
70292006-06-19 Richard Stallman <rms@gnu.org>
7030
7031 * processes.texi (Bindat Spec): Clarify previous change.
7032
70332006-06-16 Richard Stallman <rms@gnu.org>
7034
7035 * tips.texi (Coding Conventions): Better explain conventions
7036 for definition constructs.
7037
7038 * text.texi (Special Properties): String value of `read-only'
7039 serves as the error message.
7040
7041 * objects.texi (Character Type): Clarify prev. change.
7042 (Non-ASCII in Strings): Mention \u and \U.
7043
7044 * commands.texi (Using Interactive): Explain problem of
7045 markers, etc., in command-history.
7046
70472006-06-14 Kim F. Storm <storm@cua.dk>
7048
7049 * commands.texi (Waiting): Negative arg to sit-for forces
7050 redisplay even if input is pending.
7051
7052 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
7053 redisplay. Remove incorrect example of binding redisplay-dont-pause
7054 around (sit-for 0).
7055
70562006-06-13 Richard Stallman <rms@gnu.org>
7057
7058 * display.texi (Forcing Redisplay): Clarify previous change.
7059
70602006-06-13 Romain Francoise <romain@orebokech.com>
7061
7062 * display.texi (Forcing Redisplay): Fix typo.
7063
70642006-06-13 Kim F. Storm <storm@cua.dk>
7065
7066 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
7067
70682006-06-10 Luc Teirlinck <teirllm@auburn.edu>
7069
7070 * tips.texi (Coding Conventions): Add `@end itemize'.
7071
70722006-06-10 Richard Stallman <rms@gnu.org>
7073
7074 * tips.texi (Coding Conventions): Explain use of coding systems
7075 to ensure one decoding for strings.
7076
70772006-06-09 Aidan Kehoe <kehoea@parhasard.net>
7078
7079 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7080 syntax.
7081
70822006-06-07 Eli Zaretskii <eliz@gnu.org>
7083
7084 * display.texi (Font Selection): Remove description of
7085 clear-face-cache.
7086
7087 * compile.texi (Eval During Compile): Fix a typo. Add index
7088 entries for possible uses of eval-when-compile.
7089
70902006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
7091
7092 * display.texi (Abstract Display): Fix typo.
7093
70942006-06-03 Eli Zaretskii <eliz@gnu.org>
7095
7096 * minibuf.texi (Minibuffer History) <history-add-new-input>:
7097 Reword variable's description.
7098
70992006-06-01 Richard Stallman <rms@gnu.org>
7100
7101 * windows.texi (Splitting Windows): Clarify splitting nonselected
7102 window.
7103
71042006-05-31 Juri Linkov <juri@jurta.org>
7105
7106 * minibuf.texi (Minibuffer History): Add history-add-new-input.
7107
71082006-05-30 Richard Stallman <rms@gnu.org>
7109
7110 * display.texi (Line Height): Fix errors in description of
10d1d0af 7111 default line height and line-height property.
b8d4c8d0
GM
7112
7113 * nonascii.texi (Default Coding Systems): Further clarification.
7114
71152006-05-29 Luc Teirlinck <teirllm@auburn.edu>
7116
7117 * internals.texi (Pure Storage): Mention that an overflow in pure
7118 space causes a memory leak.
7119 (Garbage Collection): If there was an overflow in pure space,
7120 `garbage-collect' returns nil.
7121
71222006-05-30 Eli Zaretskii <eliz@gnu.org>
7123
7124 * nonascii.texi (Default Coding Systems): Fix it some more.
7125
71262006-05-29 Eli Zaretskii <eliz@gnu.org>
7127
7128 * nonascii.texi (Default Coding Systems): Fix last change.
7129
71302006-05-29 Kenichi Handa <handa@m17n.org>
7131
7132 * nonascii.texi (find-operation-coding-system): Describe the new
7133 argument format (FILENAME . BUFFER).
7134
71352006-05-28 Richard Stallman <rms@gnu.org>
7136
7137 * tips.texi (Coding Conventions): Better explain reasons not to
7138 advise other packages or use `eval-after-load'.
7139
71402006-05-29 Kim F. Storm <storm@cua.dk>
7141
7142 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
7143 `bindat-idx' and `bindat-raw' for clarity.
7144
71452006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7146
7147 * processes.texi (Bindat Spec): Expand on `repeat' handler.
7148
7149 * display.texi (Display): Add "Abstract Display" to menu.
7150 (Abstract Display, Abstract Display Functions)
7151 (Abstract Display Example): New nodes.
7152 * elisp.texi (Top): Add "Abstract Display" to menu.
7153
71542006-05-27 Chong Yidong <cyd@stupidchicken.com>
7155
7156 * keymaps.texi (Key Sequences): Link to input events definition.
7157 (Format of Keymaps): Delete material duplicated in Keymap Basics.
7158
7159 * files.texi (Changing Files): Document updated argument list for
7160 copy-file.
7161
71622006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7163
7164 * processes.texi (Bindat Functions): Explain term "total length".
7165 Use it in bindat-length and bindat-pack descriptions.
7166
71672006-05-26 Eli Zaretskii <eliz@gnu.org>
7168
7169 * tips.texi (Coding Conventions): Advise against using
7170 eval-after-load in packages. Add an index entry.
7171
71722006-05-25 Juri Linkov <juri@jurta.org>
7173
7174 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
7175
7176 * modes.texi (%-Constructs): Add %e, %z, %Z.
7177
71782006-05-25 Richard Stallman <rms@gnu.org>
7179
7180 * elisp.texi (Top): Update subnode menu.
7181
7182 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
7183 (Keymaps): Update menu.
7184
71852006-05-25 Chong Yidong <cyd@stupidchicken.com>
7186
7187 * keymaps.texi (Key Sequences): Some clarifications.
7188
71892006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7190
7191 * processes.texi (Bindat Functions): Say "unibyte string"
7192 explicitly for bindat-unpack and bindat-pack descriptions.
7193 (Bindat Examples): Don't call `string-make-unibyte' in example.
7194
71952006-05-25 Chong Yidong <cyd@stupidchicken.com>
7196
5dcb4c4e 7197 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 7198 Explain string and vector representations of key sequences.
b8d4c8d0
GM
7199
7200 * keymaps.texi (Changing Key Bindings):
dd7b651b 7201 * commands.texi (Interactive Codes):
b8d4c8d0
GM
7202 * help.texi (Describing Characters): Refer to it.
7203
72042006-05-23 Luc Teirlinck <teirllm@auburn.edu>
7205
7206 * frames.texi (Pointer Shape): @end table -> @end defvar.
7207
72082006-05-22 Richard Stallman <rms@gnu.org>
7209
7210 * elisp.texi (Top): Update subnode menus.
7211
7212 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
7213 Contents rewritten; material from old Pointer Shape node moved here.
7214
7215 * display.texi (Pointer Shape): Node deleted.
7216 (Image Descriptors): Minor cleanup.
7217
72182006-05-21 Richard Stallman <rms@gnu.org>
7219
7220 * syntax.texi (Parsing Expressions): Update info on which STATE
7221 elements are ignored.
7222
72232006-05-19 Luc Teirlinck <teirllm@auburn.edu>
7224
7225 * hooks.texi (Standard Hooks): Correct typo.
7226
7227 * gpl.texi (GPL): ifinfo -> ifnottex.
7228
72292006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
7230
7231 * searching.texi (Simple Match Data): Warn about match data being
7232 set anew by every search.
7233
72342006-05-17 Richard Stallman <rms@gnu.org>
7235
7236 * minibuf.texi (Minibuffer History): Clarify.
7237
7238 * searching.texi (Regexp Special): Clarify nested regexp warning.
7239
72402006-05-16 Kim F. Storm <storm@cua.dk>
7241
7242 * minibuf.texi (Minibuffer History): Update add-to-history.
7243
72442006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
7245
5dcb4c4e
SM
7246 * nonascii.texi (Explicit Encoding):
7247 Fix typo (encoding<->decoding).
b8d4c8d0
GM
7248
72492006-05-14 Richard Stallman <rms@gnu.org>
7250
7251 * buffers.texi (Creating Buffers): Cleanup.
7252
7253 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
7254
72552006-05-13 Eli Zaretskii <eliz@gnu.org>
7256
7257 * buffers.texi (Current Buffer): Document that with-temp-buffer
7258 disables undo.
7259
7260 * os.texi (Terminal-Specific): More accurate description of how
7261 Emacs searches for the terminal-specific libraries.
7262
72632006-05-12 Eli Zaretskii <eliz@gnu.org>
7264
7265 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
7266 emacs-xtra to @inforef's.
7267
7268 * text.texi (Undo): Document that undo is turned off in buffers
7269 whose names begin with a space.
7270
7271 * buffers.texi (Buffer Names): Add index entries for buffers whose
7272 names begin with a space.
7273 (Creating Buffers): Document that undo is turned off in buffers
7274 whose names begin with a space.
7275
7276 * files.texi (Visiting Functions, Reading from Files)
7277 (Saving Buffers): Mention code and EOL conversions by file I/O
7278 primitives and subroutines.
7279
f4e90db0
SM
7280 * nonascii.texi (Lisp and Coding Systems):
7281 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
7282
7283 * display.texi (Defining Faces): Mention `mac', and add an xref to
7284 where window-system is described.
7285
72862006-05-10 Richard Stallman <rms@gnu.org>
7287
7288 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
7289
72902006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7291
7292 * variables.texi (File Local Variables): Recommend to quote lambda
7293 expressions in safe-local-variable property.
7294
72952006-05-09 Richard Stallman <rms@gnu.org>
7296
5dcb4c4e
SM
7297 * variables.texi (File Local Variables):
7298 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
7299
73002006-05-07 Kim F. Storm <storm@cua.dk>
7301
7302 * minibuf.texi (Minibuffer History): Remove keep-dups arg
7303 from add-to-history.
7304
73052006-05-07 Romain Francoise <romain@orebokech.com>
7306
7307 * commands.texi (Event Input Misc):
7308 * compile.texi (Eval During Compile):
7309 * internals.texi (Buffer Internals):
7310 * minibuf.texi (Initial Input):
7311 * nonascii.texi (Scanning Charsets):
7312 * numbers.texi (Comparison of Numbers):
7313 * windows.texi (Textual Scrolling, Vertical Scrolling):
7314 Fix various typos.
7315
73162006-05-06 Eli Zaretskii <eliz@gnu.org>
7317
7318 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
7319 conditional xref's to either emacs or emacs-xtra, depending on
7320 @iftex/@ifnottex.
7321
7322 * minibuf.texi (Minibuffer History): Document add-to-history.
7323
73242006-05-05 Eli Zaretskii <eliz@gnu.org>
7325
7326 * internals.texi (Pure Storage): Mention the pure overflow message
7327 at startup.
7328
c8763fb6 73292006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
7330
7331 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
7332 (Searching Keymaps): Fix pseudo-Lisp description of keymap
7333 search.
7334
73352006-05-01 Richard Stallman <rms@gnu.org>
7336
7337 * intro.texi (nil and t): Clarify.
7338
7339 * variables.texi (File Local Variables): Suggest using booleanp.
7340
73412006-05-01 Juanma Barranquero <lekktu@gmail.com>
7342
7343 * objects.texi (Type Predicates): Fix typos.
7344
73452006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * intro.texi (nil and t): Add booleanp.
7348
7349 * objects.texi (Type Predicates): Add links for booleanp and
7350 string-or-null-p.
7351
73522006-04-29 Richard Stallman <rms@gnu.org>
7353
7354 * modes.texi (Multiline Font Lock): Rename from
7355 Multi line Font Lock Elements. Much clarification.
7356 (Font Lock Multiline, Region to Fontify): Much clarification.
7357
73582006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7359
7360 * variables.texi (File Local Variables): Remove the special case t for
7361 safe-local-variable.
7362
73632006-04-26 Richard Stallman <rms@gnu.org>
7364
7365 * syntax.texi (Parsing Expressions): Minor cleanup.
7366
73672006-04-18 Richard Stallman <rms@gnu.org>
7368
7369 * tips.texi (Coding Conventions): Explain when the package's
7370 prefix should appear later on (not at the start of the name).
7371
7372 * searching.texi (String Search): Clarify effect of NOERROR.
7373
7374 * modes.texi (Imenu): Clarify what special items do.
7375
7376 * hooks.texi (Standard Hooks): Delete text about old hook names.
7377
73782006-04-17 Romain Francoise <romain@orebokech.com>
7379
7380 * variables.texi (Local Variables): Update the default value of
7381 `max-specpdl-size'.
7382
73832006-04-15 Michael Olson <mwolson@gnu.org>
7384
7385 * processes.texi (Transaction Queues): Mention the new optional
7386 `delay-question' argument for `tq-enqueue'.
7387
73882006-04-13 Bill Wohler <wohler@newt.com>
7389
7390 * customize.texi (Common Keywords): Use dotted notation for
7391 :package-version value. Specify its values. Improve documentation
7392 for customize-package-emacs-version-alist.
7393
73942006-04-12 Bill Wohler <wohler@newt.com>
7395
7396 * customize.texi (Common Keywords): Move description of
7397 customize-package-emacs-version-alist to @defvar.
7398
73992006-04-10 Bill Wohler <wohler@newt.com>
7400
7401 * customize.texi (Common Keywords): Add :package-version.
7402
74032006-04-10 Kim F. Storm <storm@cua.dk>
7404
7405 * text.texi (Buffer Contents): Add NOPROPS arg to
7406 filter-buffer-substring.
7407
74082006-04-08 Kevin Ryde <user42@zip.com.au>
7409
7410 * os.texi (Command-Line Arguments): Update xref to emacs manual
7411 "Command Arguments" -> "Emacs Invocation", per change there.
7412
74132006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
7414
7415 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7416 be on one line to help makeinfo not render two spaces after the dot.
7417
74182006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7419
7420 * strings.texi (Predicates for Strings): Add string-or-null-p.
7421
74222006-03-28 Kim F. Storm <storm@cua.dk>
7423
7424 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7425 remarks about systems that don't support fractional seconds.
7426
74272006-03-25 Karl Berry <karl@gnu.org>
7428
7429 * elisp.texi: Use @copyright{} instead of (C), and do not indent
7430 the year list.
7431
74322006-03-21 Nick Roberts <nickrob@snap.net.nz>
7433
7434 * display.texi (Fringe Indicators): Fix typos.
7435
74362006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7437
7438 * tips.texi (Documentation Tips): One can now also write `program'
7439 in front of a quoted symbol in a docstring to prevent making a
7440 hyperlink.
7441
74422006-03-19 Alan Mackenzie <acm@muc.de>
7443
7444 * text.texi (Special Properties): Clarify `fontified' property.
7445
74462006-03-16 Richard Stallman <rms@gnu.org>
7447
7448 * display.texi (Defining Images): Minor cleanup.
7449
74502006-03-16 Bill Wohler <wohler@newt.com>
7451
7452 * display.texi (Defining Images): In image-load-path-for-library,
7453 prefer user's images.
7454
74552006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7458
74592006-03-15 Bill Wohler <wohler@newt.com>
7460
7461 * display.texi (Defining Images): Fix example in
7462 image-load-path-for-library by not recommending that one binds
7463 image-load-path. Just defvar it to placate compiler and only use
7464 it if previously defined.
7465
74662006-03-14 Bill Wohler <wohler@newt.com>
7467
7468 * display.texi (Defining Images): In image-load-path-for-library,
7469 always return list of directories. Update example.
7470
74712006-03-14 Alan Mackenzie <acm@muc.de>
7472
7473 * modes.texi: New node, "Region to Fontify" (for Font Lock).
7474 This describes font-lock-extend-region-function.
7475 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7476 the new node "Region to Fontify".
7477
74782006-03-13 Richard Stallman <rms@gnu.org>
7479
7480 * display.texi (Invisible Text): The impossible position is
7481 now before the invisible text, not after.
7482 (Defining Images): Clean up last change.
7483
74842006-03-11 Bill Wohler <wohler@newt.com>
7485
7486 * display.texi (Defining Images): Add image-load-path-for-library.
7487
74882006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7489
7490 * text.texi (Adaptive Fill): Fix Texinfo usage.
7491
7492 * strings.texi (Creating Strings): Fix Texinfo usage.
7493
7494 * searching.texi (Regexp Special): Use @samp for regular
7495 expressions that are not in Lisp syntax.
7496
74972006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7498
7499 * searching.texi (Regexp Special): Put remark between parentheses
7500 to avoid misreading.
7501
75022006-03-07 Luc Teirlinck <teirllm@auburn.edu>
7503
7504 * searching.texi (Syntax of Regexps): More accurately describe
7505 which characters are special in which situations.
7506 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
7507 are not special. Describe in detail when `[' and `]' are special.
7508 (Regexp Backslash): Plenty of regexps with unbalanced square
7509 brackets are valid, so reword that statement.
7510
75112006-03-02 Kim F. Storm <storm@cua.dk>
7512
7513 * keymaps.texi (Tool Bar): Add tool-bar-border.
7514
75152006-02-28 Luc Teirlinck <teirllm@auburn.edu>
7516
7517 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
7518
75192006-02-27 Luc Teirlinck <teirllm@auburn.edu>
7520
7521 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
7522
7523 * files.texi (Locating Files): Suggest additional values for the
7524 SUFFIXES arg of `locate-file'. Update pxref.
7525
7526 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
7527 (How Programs Do Loading): Discuss the effects of Auto Compression
7528 mode on `load'.
7529 (Load Suffixes): New node.
7530 (Library Search): Delete description of `load-suffixes'; it was
7531 moved to "Load Suffixes".
7532 (Autoload, Named Features): Mention `load-suffixes'.
7533
75342006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7535
7536 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
7537
7538 * windows.texi (Window Tree): Fix typo.
7539
75402006-02-20 Kim F. Storm <storm@cua.dk>
7541
7542 * display.texi (Fringe Indicators): New section.
7543 Move indicate-empty-lines, indicate-buffer-boundaries, and
7544 default-indicate-buffer-boundaries here.
7545 Add fringe-indicator-alist and default-fringes-indicator-alist.
7546 Add list of logical fringe indicator symbols.
7547 Update list of standard bitmap names.
7548 (Fringe Cursors): New section.
7549 Move overflow-newline-into-fringe here.
7550 Add fringe-cursor-alist and default-fringes-cursor-alist.
7551 Add list of fringe cursor symbols.
7552
75532006-02-20 Juanma Barranquero <lekktu@gmail.com>
7554
7555 * commands.texi (Using Interactive): Fix reference to node
7556 "Minibuffers".
7557
75582006-02-19 Richard M. Stallman <rms@gnu.org>
7559
7560 * minibuf.texi (High-Level Completion):
7561 Add xref to read-input-method-name.
7562
7563 * files.texi (Relative File Names): Move file-relative-name here.
7564 (File Name Expansion): From here. Minor clarifications.
7565
7566 * commands.texi (Using Interactive): Add xrefs about reading input.
7567 Clarify remarks about that moving point and mark.
7568 Put string case before list case.
7569
c8763fb6 75702006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
7571
7572 * display.texi (Other Display Specs, Image Descriptors):
7573 Revert erroneous changes. The previous description of
7574 image-descriptors as `(image . PROPS)' was correct.
7575
75762006-02-14 Richard M. Stallman <rms@gnu.org>
7577
7578 * variables.texi (File Local Variables): Clarifications.
7579
75802006-02-14 Juanma Barranquero <lekktu@gmail.com>
7581
7582 * variables.texi (File Local Variables): Use @code for a cons
7583 cell, not @var.
7584
75852006-02-13 Chong Yidong <cyd@stupidchicken.com>
7586
7587 * variables.texi (File Local Variables): Document new file local
7588 variable behavior.
7589
75902006-02-10 Kim F. Storm <storm@cua.dk>
7591
7592 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
7593
75942006-02-08 Juanma Barranquero <lekktu@gmail.com>
7595
7596 * modes.texi (%-Constructs): Remove obsolete info about
7597 `global-mode-string'.
7598
75992006-02-07 Richard M. Stallman <rms@gnu.org>
7600
7601 * commands.texi (Prefix Command Arguments): Minor cleanup.
7602
7603 * display.texi: "Graphical display", not window system.
7604
7605 * functions.texi (What Is a Function): Fix xref.
7606
7607 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
7608 (Changing Key Bindings): Clarify when remapping is better than
7609 substitute-key-definition.
7610
76112006-02-02 Richard M. Stallman <rms@gnu.org>
7612
7613 * minibuf.texi (Basic Completion): Completion alists are risky.
7614
7615 * keymaps.texi (Active Keymaps): Clarifications.
7616 (Searching Keymaps): New node.
7617 (Keymaps): Update menu.
7618
7619 * frames.texi (Layout Parameters): Minor clarification.
7620 (Drag and Drop): New node.
7621 (Frames): Update menu.
7622
76232006-01-29 Chong Yidong <cyd@stupidchicken.com>
7624
7625 * display.texi (Other Display Specs, Image Descriptors):
7626 Image description is a list, not a cons cell.
7627
76282006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7629
7630 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
7631 list is not necessarily a list).
7632
76332006-01-27 Eli Zaretskii <eliz@gnu.org>
7634
7635 * frames.texi (Layout Parameters): border-width and
7636 internal-border-width belong to the frame, not the window.
7637
76382006-01-19 Richard M. Stallman <rms@gnu.org>
7639
7640 * nonascii.texi (Translation of Characters): Search cmds use
7641 translation-table-for-input. Automatically made local.
7642
7643 * markers.texi (Overview of Markers): Count insertion type
7644 as one of a marker's attributes.
7645
7646 * keymaps.texi (Controlling Active Maps): New node, split out of
7647 Active Keymaps.
7648 (Keymaps): Menu updated.
7649 (Active Keymaps): Give pseudocode to explain how the active
7650 maps are searched. current-active-maps and key-binding moved here.
7651 (Functions for Key Lookup): current-active-maps and key-binding moved.
7652 Clarifications.
7653 (Searching the Keymaps): New subnode.
7654
7655 * elisp.texi (Top): Menu clarification.
7656
7657 * display.texi (Other Display Specs): Delete duplicate entry for
7658 just a string as display spec. Move text about recursive display
7659 specs on such a string.
7660
7661 * commands.texi (Key Sequence Input): Clarify.
7662 Move num-nonmacro-input-events out.
7663 (Reading One Event): num-nonmacro-input-events moved here.
7664
76652006-01-14 Nick Roberts <nickrob@snap.net.nz>
7666
7667 * advice.texi (Simple Advice): Update example to fit argument
7668 change in previous-line.
7669
76702006-01-05 Richard M. Stallman <rms@gnu.org>
7671
7672 * markers.texi (The Mark): Fix in `mark'.
7673
76742006-01-04 Richard M. Stallman <rms@gnu.org>
7675
7676 * processes.texi (Misc Network, Make Network): Minor cleanups.
7677
76782006-01-04 Kim F. Storm <storm@cua.dk>
7679
7680 * processes.texi (Make Network): Add IPv6 addresses and handling.
7681 (Network Feature Testing): Mention (:family ipv6).
7682 (Misc Network): Add IPv6 formats to format-network-address.
7683
76842005-12-30 Richard M. Stallman <rms@gnu.org>
7685
7686 * text.texi (Changing Properties):
7687 Don't use return value of set-text-properties.
7688
76892005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7690
7691 * modes.texi (Mode Line Format): Correct typo in menu.
7692
76932005-12-29 Richard M. Stallman <rms@gnu.org>
7694
7695 * modes.texi (Mode Line Top): New node.
7696 (Mode Line Data): Some text moved to new node.
7697 Explain the data structure more concretely.
7698 (Mode Line Basics): Clarifications.
7699 (Mode Line Variables): Clarify intro paragraph.
7700 (%-Constructs): Clarify intro paragraph.
7701 (Mode Line Format): Update menu.
7702
77032005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7704
7705 * minibuf.texi (Basic Completion): Update lazy-completion-table
7706 examples for removal of ARGS argument.
7707
77082005-12-23 Richard M. Stallman <rms@gnu.org>
7709
7710 * text.texi (Undo): Restore some explanation from the version
7711 that was deleted.
7712
77132005-12-23 Eli Zaretskii <eliz@gnu.org>
7714
7715 * text.texi (Undo): Remove duplicate descriptions of `apply
7716 funname' and `apply delta' elements of the undo list.
7717
77182005-12-20 Richard M. Stallman <rms@gnu.org>
7719
7720 * help.texi (Help Functions): Update documentation of `apropos'.
7721
77222005-12-20 Luc Teirlinck <teirllm@auburn.edu>
7723
7724 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
7725 because it is confusing. If the :help-echo keyword is a function,
7726 it is not directly used as the :help-echo overlay property, as the
7727 xref seems to suggest (it does not take the appropriate args).
7728
77292005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7730
7731 * customize.texi (Common Keywords): Fix Texinfo usage.
7732 (Group Definitions, Variable Definitions): Update for new
7733 conventions for using `*' in docstrings.
7734
7735 * tips.texi (Documentation Tips): Update for new conventions for
7736 using `*' in docstrings.
7737
77382005-12-16 Richard M. Stallman <rms@gnu.org>
7739
7740 * minibuf.texi (Minibuffer Contents): Minor cleanup.
7741
77422005-12-16 Juri Linkov <juri@jurta.org>
7743
7744 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
7745
77462005-12-14 Romain Francoise <romain@orebokech.com>
7747
7748 * modes.texi (Customizing Keywords): Rename `append' to `how'.
7749 Fix typo.
7750
77512005-12-11 Juri Linkov <juri@jurta.org>
7752
7753 * minibuf.texi (Completion Commands): Add mention of read-file-name
7754 for filename completion keymaps.
7755 (Reading File Names): Add mention of filename completion keymaps
7756 for read-file-name and xref to `Completion Commands'.
7757
77582005-12-10 Richard M. Stallman <rms@gnu.org>
7759
7760 * customize.texi (Common Keywords): State caveats for use of :tag.
7761
77622005-12-08 Richard M. Stallman <rms@gnu.org>
7763
7764 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
7765 with xrefs and better explanation.
7766 (Completion Commands): Add the filename completion maps.
7767
7768 * objects.texi (Character Type): Clarify that \s is not space
7769 if a dash follows.
7770
77712005-12-05 Richard M. Stallman <rms@gnu.org>
7772
7773 * windows.texi (Resizing Windows): Delete preserve-before args.
7774
77752005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7776
7777 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
7778 in full keymaps, since the quirk has been fixed.
7779
77802005-12-03 Eli Zaretskii <eliz@gnu.org>
7781
5dcb4c4e
SM
7782 * hooks.texi (Standard Hooks): Add index entries.
7783 Mention `compilation-finish-functions'.
b8d4c8d0
GM
7784
77852005-11-27 Richard M. Stallman <rms@gnu.org>
7786
7787 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
7788
77892005-11-21 Juri Linkov <juri@jurta.org>
7790
7791 * customize.texi (Common Keywords): Update links types
7792 custom-manual and url-link. Add link types emacs-library-link,
7793 file-link, function-link, variable-link, custom-group-link.
7794
77952005-11-20 Chong Yidong <cyd@stupidchicken.com>
7796
7797 * display.texi: Revert 2005-11-20 change.
7798
77992005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
7800
7801 * processes.texi (Bindat Functions):
7802 Say "third" to refer to zero-based index "2".
7803
78042005-11-18 Luc Teirlinck <teirllm@auburn.edu>
7805
7806 * loading.texi (Library Search): Update the default value of
7807 `load-suffixes'.
7808
78092005-11-17 Chong Yidong <cyd@stupidchicken.com>
7810
7811 * display.texi (Attribute Functions): Mention :ignore-defface.
7812
78132005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7814
7815 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
7816 (Minor Mode Conventions): Mention the use of a hook.
7817
78182005-11-06 Richard M. Stallman <rms@gnu.org>
7819
7820 * files.texi (Magic File Names): find-file-name-handler checks the
7821 `operations' property of the handler.
7822
78232005-11-03 Richard M. Stallman <rms@gnu.org>
7824
7825 * variables.texi (Frame-Local Variables): Small clarification.
7826
78272005-10-29 Chong Yidong <cyd@stupidchicken.com>
7828
7829 * os.texi (Init File): Document ~/.emacs.d/init.el.
7830
78312005-10-29 Richard M. Stallman <rms@gnu.org>
7832
7833 * internals.texi (Garbage Collection): Document memory-full.
7834
78352005-10-28 Bill Wohler <wohler@newt.com>
7836
7837 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
7838 for URLs.
7839
78402005-10-28 Richard M. Stallman <rms@gnu.org>
7841
7842 * minibuf.texi (Completion Commands): Clean up prev change.
7843
78442005-10-26 Kevin Ryde <user42@zip.com.au>
7845
7846 * compile.texi (Eval During Compile): Explain recommended uses
7847 of eval-when-compile and eval-and-compile.
7848
78492005-10-27 Masatake YAMATO <jet@gyve.org>
7850
7851 * minibuf.texi (Completion Commands):
7852 Write about new optional argument for `display-completion-list'.
7853
78542005-10-23 Richard M. Stallman <rms@gnu.org>
7855
7856 * display.texi (Overlay Arrow): Clarify about local bindings of
7857 overlay-arrow-position.
7858
78592005-10-22 Eli Zaretskii <eliz@gnu.org>
7860
7861 * internals.texi (Building Emacs): Fix last change.
7862
78632005-10-22 Richard M. Stallman <rms@gnu.org>
7864
7865 * internals.texi (Building Emacs): Document eval-at-startup.
7866
78672005-10-21 Richard M. Stallman <rms@gnu.org>
7868
7869 * loading.texi (Where Defined): load-history contains abs file names.
7870 symbol-file returns abs file names.
7871
78722005-10-19 Kim F. Storm <storm@cua.dk>
7873
7874 * display.texi (Showing Images): Add max-image-size integer value.
7875
78762005-10-18 Chong Yidong <cyd@stupidchicken.com>
7877
7878 * display.texi (Showing Images): Document max-image-size.
7879
78802005-10-17 Richard M. Stallman <rms@gnu.org>
7881
7882 * commands.texi (Quitting): Minor clarification.
7883
7884 * processes.texi (Sentinels): Clarify about output and quitting.
7885 (Filter Functions): Mention with-local-quit.
7886
78872005-10-17 Juri Linkov <juri@jurta.org>
7888
7889 * buffers.texi (Current Buffer):
7890 * commands.texi (Event Input Misc):
7891 * compile.texi (Eval During Compile, Compiler Errors):
7892 * customize.texi (Group Definitions):
7893 * display.texi (Progress, Defining Faces):
7894 * files.texi (Writing to Files):
7895 * modes.texi (Mode Hooks, Defining Minor Modes):
7896 * streams.texi (Output Functions):
7897 * syntax.texi (Syntax Table Functions):
7898 * text.texi (Change Hooks):
7899 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
7900
7901 * commands.texi (Quitting): Replace arg `forms' with `body' in
7902 `with-local-quit'.
7903
7904 * positions.texi (Excursions): Replace arg `forms' with `body' in
7905 `save-excursion'.
7906
79072005-10-08 Kim F. Storm <storm@cua.dk>
7908
7909 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
7910 Rename manual section accordingly.
7911
79122005-10-04 Kim F. Storm <storm@cua.dk>
7913
7914 * windows.texi (Window Split Tree): New section describing
7915 new function window-split-tree function.
7916
79172005-10-03 Nick Roberts <nickrob@snap.net.nz>
7918
7919 * display.texi (Fringe Size/Pos): Simplify and add detail.
7920
79212005-09-30 Romain Francoise <romain@orebokech.com>
7922
7923 * minibuf.texi (High-Level Completion): Explain that the prompt
7924 given to `read-buffer' should end with a colon and a space.
7925 Update usage examples.
7926
79272005-09-29 Juri Linkov <juri@jurta.org>
7928
7929 * display.texi (Displaying Messages): Rename argument name
7930 `string' to `format-string' in functions `message', `message-box',
7931 `message-or-box'.
7932
79332005-09-26 Chong Yidong <cyd@stupidchicken.com>
7934
7935 * errors.texi (Standard Errors): Correct xrefs.
7936
79372005-09-18 Chong Yidong <cyd@stupidchicken.com>
7938
7939 * display.texi (Defining Images): Update documentation for
7940 `image-load-path'.
7941
79422005-09-17 Richard M. Stallman <rms@gnu.org>
7943
7944 * display.texi (Defining Images): Clean up previous change.
7945
79462005-09-16 Romain Francoise <romain@orebokech.com>
7947
7948 * elisp.texi: Specify GFDL version 1.2.
7949
7950 * doclicense.texi (GNU Free Documentation License): Update to
7951 version 1.2.
7952
79532005-09-15 Chong Yidong <cyd@stupidchicken.com>
7954
7955 * display.texi (Defining Images): Document `image-load-path'.
7956
79572005-09-15 Richard M. Stallman <rms@gnu.org>
7958
7959 * objects.texi (Printed Representation): Minor cleanup.
7960 (Box Diagrams): Minor fix.
7961 (Cons Cell Type): Move (...) index item here.
7962 (Box Diagrams): From here.
7963 (Array Type): Minor fix.
7964 (Type Predicates): Delete index "predicates".
7965 (Hash Table Type): Clarify xref.
7966 (Dotted Pair Notation): Minor fix.
7967
79682005-09-10 Chong Yidong <cyd@stupidchicken.com>
7969
7970 * files.texi (Saving Buffers): Fix typo.
7971
79722005-09-08 Richard M. Stallman <rms@gnu.org>
7973
7974 * tips.texi (Programming Tips): Correct the "default" prompt spec.
7975
79762005-09-08 Chong Yidong <cyd@stupidchicken.com>
7977
7978 * locals.texi (Standard Buffer-Local Variables): Don't include
7979 mode variables for minor modes.
7980 Fix xrefs for buffer-display-count, buffer-display-table,
7981 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
7982 enable-multibyte-characters, fill-column, header-line-format,
7983 left-fringe-width, left-margin, and right-fringe-width.
7984
7985 * hooks.texi (Standard Hooks): All hooks should conform to the
7986 standard naming convention now.
7987 Fix xref for `echo-area-clear-hook'.
7988
7989 * display.texi (Usual Display): Note that indicate-empty-lines and
7990 tab-width are buffer-local.
7991
7992 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
7993
7994 * modes.texi (Mode Help): Note that major-mode is buffer-local.
7995
7996 * nonascii.texi (Encoding and I/O): Note that
7997 buffer-file-coding-system is buffer-local.
7998
7999 * positions.texi (List Motion): Note that defun-prompt-regexp is
8000 buffer-local.
8001
8002 * text.texi (Auto Filling): Note that auto-fill-function is
8003 buffer-local.
8004 (Undo): Note that buffer-undo-list is buffer-local.
8005
5dcb4c4e
SM
8006 * windows.texi (Buffers and Windows):
8007 Document buffer-display-count.
b8d4c8d0
GM
8008
80092005-09-06 Richard M. Stallman <rms@gnu.org>
8010
8011 * tips.texi (Coding Conventions): Sometimes it is ok to put the
8012 package prefix elsewhere than at the start of the name.
8013
80142005-09-03 Richard M. Stallman <rms@gnu.org>
8015
8016 * tips.texi (Programming Tips): Add conventions for minibuffer
8017 questions and prompts.
8018
80192005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
8020
8021 * intro.texi (nil and t): Minor cleanup.
8022 Delete spurious mention of keyword symbols.
8023 (Evaluation Notation): Add index entry.
8024 (A Sample Function Description): Minor cleanup.
8025 (A Sample Variable Description): Not all vars can be set.
8026
80272005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
8028
8029 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
8030
8031 (Insertion): Document precise type of `insert-char' arg COUNT.
8032
80332005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8034
8035 * modes.texi (Other Font Lock Variables): Sync the default of
8036 font-lock-lines-before.
8037
80382005-08-31 Michael Albinus <michael.albinus@gmx.de>
8039
8040 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
8041
80422005-08-29 Richard M. Stallman <rms@gnu.org>
8043
8044 * elisp.texi (Top): Update subnode menu.
8045
8046 * searching.texi (Searching and Matching): Move node.
8047 Rearrange contents and add overall explanation.
8048 (Searching and Case): Move node.
8049 (Searching and Matching): Update menu.
8050
80512005-08-27 Eli Zaretskii <eliz@gnu.org>
8052
8053 * os.texi (Startup Summary): Fix the description of the initial
8054 startup message display.
8055
80562005-08-25 Richard M. Stallman <rms@gnu.org>
8057
8058 * searching.texi (Search and Replace): Add replace-regexp-in-string.
8059
80602005-08-25 Emilio C. Lopes <eclig@gmx.net>
8061
8062 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
8063 `next-overlay-change' example.
8064
80652005-08-22 Juri Linkov <juri@jurta.org>
8066
8067 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
8068 Fix invert-face. Fix args of face-background.
8069
8070 * display.texi (Standard Faces): Delete node.
8071 (Faces): Add xref to `(emacs)Standard Faces'.
8072 (Displaying Faces): Fix xref to `Standard Faces'.
8073
8074 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
8075
80762005-08-20 Alan Mackenzie <acm@muc.de>
8077
8078 * buffers.texi (The Buffer List): Clarify the manipulation of the
8079 buffer list.
8080
80812005-08-14 Richard M. Stallman <rms@gnu.org>
8082
8083 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
8084 a regexp.
8085
80862005-08-11 Richard M. Stallman <rms@gnu.org>
8087
8088 * elisp.texi (Top): Update subnode lists.
8089
8090 * display.texi (Inverse Video): Node deleted.
8091
8092 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
8093 New nodes split out of Coding Conventions.
8094
8095 * searching.texi (Regular Expressions): Document re-builder.
8096
8097 * os.texi (Time Parsing): New node split out of Time Conversion.
8098
8099 * processes.texi (Misc Network, Network Feature Testing)
8100 (Network Options, Make Network): New nodes split out of
8101 Low-Level Network.
8102
81032005-08-09 Richard M. Stallman <rms@gnu.org>
8104
8105 * frames.texi (Geometry): New node, split from Size and Position.
8106 (Frame Parameters): Refer to Geometry.
8107
8108 * buffers.texi (The Buffer List): Fix xrefs.
8109
8110 * windows.texi (Splitting Windows): Fix xref.
8111
8112 * frames.texi (Layout Parameters): Add xref.
8113
8114 * display.texi (Line Height, Scroll Bars): Fix xrefs.
8115
8116 * keymaps.texi (Menu Bar): Fix xref.
8117
8118 * locals.texi (Standard Buffer-Local Variables): Fix xref.
8119
8120 * modes.texi (%-Constructs): Fix xref.
8121
8122 * frames.texi (Window Frame Parameters): Node split up.
8123 (Basic Parameters, Position Parameters, Size Parameters)
8124 (Layout Parameters, Buffer Parameters, Management Parameters)
8125 (Cursor Parameters, Color Parameters): New subnodes.
8126
81272005-08-09 Luc Teirlinck <teirllm@auburn.edu>
8128
8129 * positions.texi (Screen Lines): Update xref for previous change
8130 in minibuf.texi.
8131
8132 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
8133 change in minibuf.texi.
8134
81352005-08-09 Richard M. Stallman <rms@gnu.org>
8136
8137 * tips.texi (Coding Conventions): Minor cleanup.
8138
8139 * modes.texi (Defining Minor Modes): Explain when init-value
8140 can be non-nil.
8141
8142 * elisp.texi (Top): Update submenu for Minibuffer.
8143
8144 * minibuf.texi (Minibuffer Misc): Node split up.
8145 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
8146 (Recursive Mini): New nodes split out from Minibuffer Misc.
8147 (Minibuffer Misc): Document max-mini-window-height.
8148
8149 * hash.texi (Defining Hash): Delete stray paren in example.
8150
8151 * display.texi (Echo Area Customization): Don't define
8152 max-mini-window-height here; xref instead.
8153
8154 * commands.texi (Event Input Misc): Update while-no-input.
8155
8156 * advice.texi (Advising Functions): Explain when to use advice
8157 and when to use a hook.
8158
81592005-07-30 Eli Zaretskii <eliz@gnu.org>
8160
8161 * makefile.w32-in (info): Don't run install-info.
8162 ($(infodir)/dir): New target, produced by running install-info.
8163
81642005-07-27 Luc Teirlinck <teirllm@auburn.edu>
8165
8166 * modes.texi (Defining Minor Modes): The keyword for the initial
8167 value is :init-value, not :initial-value.
8168
81692005-07-23 Eli Zaretskii <eliz@gnu.org>
8170
8171 * loading.texi (Autoload): Make the `doctor' example be consistent
8172 with what's in current loaddefs.el. Describe the "fn" magic in
8173 the usage portion of the doc string.
8174
81752005-07-22 Richard M. Stallman <rms@gnu.org>
8176
8177 * internals.texi (Garbage Collection): Clarify previous change.
8178
81792005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
8180
8181 * internals.texi (Garbage Collection): Add gc-cons-percentage.
8182
81832005-07-18 Juri Linkov <juri@jurta.org>
8184
8185 * commands.texi (Accessing Events):
8186 * frames.texi (Text Terminal Colors, Resources):
8187 * markers.texi (The Mark):
8188 * modes.texi (Defining Minor Modes):
8189 Delete duplicate duplicate words.
8190
81912005-07-16 Richard M. Stallman <rms@gnu.org>
8192
8193 * display.texi (Managing Overlays): Clarify make-overlay
8194 args for insertion types.
8195
81962005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8197
8198 * customize.texi (Variable Definitions):
8199 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
8200 `standard-value' is a list too.
8201 (Defining New Types): Use @key{RET} instead of @key{ret}.
8202
82032005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
8204
8205 * os.texi (Translating Input): Fix typo.
8206
82072005-07-08 Richard M. Stallman <rms@gnu.org>
8208
8209 * README: Update edition number and size estimate.
8210
8211 * elisp.texi (VERSION): Set to 2.9.
8212
82132005-07-07 Richard M. Stallman <rms@gnu.org>
8214
8215 * book-spine.texinfo: Update Emacs version.
8216
8217 * display.texi (Inverse Video): Delete mode-line-inverse-video.
8218
82192005-07-06 Richard M. Stallman <rms@gnu.org>
8220
8221 * searching.texi (Regexp Search): Clarify what re-search-forward
8222 does when the search fails.
8223
82242005-07-05 Lute Kamstra <lute@gnu.org>
8225
8226 * Update FSF's address in GPL notices.
8227
8228 * doclicense.texi (GNU Free Documentation License):
8229 * gpl.texi (GPL):
8230 * tips.texi (Coding Conventions, Library Headers):
8231 * vol1.texi:
8232 * vol2.texi: Update FSF's address.
8233
82342005-07-04 Richard M. Stallman <rms@gnu.org>
8235
8236 * hooks.texi (Standard Hooks): Add occur-hook.
8237
82382005-07-03 Luc Teirlinck <teirllm@auburn.edu>
8239
8240 * display.texi (The Echo Area): Correct menu.
8241
82422005-07-03 Richard M. Stallman <rms@gnu.org>
8243
8244 * elisp.texi (Top): Update subnode menu for Display.
8245
8246 * display.texi (Displaying Messages): New node, with most
8247 of what was in The Echo Area.
5dcb4c4e 8248 (Progress): Move under The Echo Area.
b8d4c8d0
GM
8249 (Logging Messages): New node with new text.
8250 (Echo Area Customization): New node, the rest of what was
8251 in The Echo Area. Document message-truncate-lines with @defvar.
8252 (Display): Update menu.
8253
8254 * windows.texi (Textual Scrolling): Doc 3 values for
8255 scroll-preserve-screen-position.
8256
8257 * text.texi (Special Properties): Change hook functions
8258 should bind inhibit-modification-hooks around altering buffer text.
8259
8260 * keymaps.texi (Key Binding Commands): Call binding BINDING
8261 rather than DEFINITION.
8262
82632005-06-29 Juanma Barranquero <lekktu@gmail.com>
8264
8265 * variables.texi (Defining Variables): `user-variable-p' returns t
8266 for aliases of user options, nil for alias loops.
8267
82682005-06-28 Richard M. Stallman <rms@gnu.org>
8269
8270 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
8271 make-keymap.
8272
82732005-06-27 Luc Teirlinck <teirllm@auburn.edu>
8274
8275 * variables.texi (Setting Variables): Correct and clarify
8276 description of `add-to-ordered-list'.
8277
82782005-06-26 Richard M. Stallman <rms@gnu.org>
8279
8280 * display.texi (Faces): Minor cleanup.
8281
82822005-06-25 Luc Teirlinck <teirllm@auburn.edu>
8283
8284 * display.texi (Faces): `facep' returns t for strings that are
8285 face names.
8286
82872005-06-25 Richard M. Stallman <rms@gnu.org>
8288
8289 * objects.texi (Equality Predicates): Clarify meaning of equal.
8290
8291 * windows.texi (Selecting Windows): save-selected-window
8292 and with-selected-window save and restore the current buffer.
8293
82942005-06-24 Richard M. Stallman <rms@gnu.org>
8295
8296 * numbers.texi (Float Basics): Explain how to test for NaN,
8297 and printing the sign of NaNs.
8298
82992005-06-24 Eli Zaretskii <eliz@gnu.org>
8300
8301 * makefile.w32-in (MAKEINFO): Use --force.
8302
83032005-06-23 Richard M. Stallman <rms@gnu.org>
8304
8305 * display.texi (Face Functions): Correct Texinfo usage.
8306
83072005-06-23 Luc Teirlinck <teirllm@auburn.edu>
8308
8309 * lists.texi (Rings): `ring-elements' now returns the elements of
8310 RING in order.
8311
83122005-06-23 Juanma Barranquero <lekktu@gmail.com>
8313
8314 * markers.texi (The Mark): Texinfo usage fix.
8315
83162005-06-23 Kim F. Storm <storm@cua.dk>
8317
8318 * searching.texi (Entire Match Data): Remove evaporate option for
8319 match-data. Do not mention evaporate option for set-match-data.
8320
83212005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
8322
8323 * display.texi (Face Functions): Mention face aliases.
8324
83252005-06-21 Richard M. Stallman <rms@gnu.org>
8326
8327 * anti.texi (Antinews): Texinfo usage fix.
8328
83292005-06-21 Karl Berry <karl@gnu.org>
8330
8331 * elisp.texi: Use @copying.
8332
8333 * elisp.texi: Put @summarycontents and @contents before the Top
8334 node, instead of the end of the file, so that the contents appear
8335 in the right place in the dvi/pdf output.
8336
83372005-06-21 Juri Linkov <juri@jurta.org>
8338
8339 * display.texi (Defining Faces): Add `customized-face'.
8340
83412005-06-20 Kim F. Storm <storm@cua.dk>
8342
8343 * variables.texi (Setting Variables): Any type of element can be
8344 given order in add-to-ordered-list. Compare elements with eq.
8345
8346 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
8347
83482005-06-20 Karl Berry <karl@gnu.org>
8349
8350 * syntax.texi (Syntax Flags): Make last column very slightly wider
8351 to avoid "generic comment" breaking on two lines and causing an
8352 underfull box.
8353
83542005-06-19 Luc Teirlinck <teirllm@auburn.edu>
8355
8356 * lists.texi (Rings): Various minor clarifications and corrections.
8357
83582005-06-18 Richard M. Stallman <rms@gnu.org>
8359
8360 * functions.texi (Obsolete Functions): Simplify.
8361
8362 * variables.texi (Variable Aliases): Simplify.
8363
8364 * anti.texi, backups.texi, compile.texi, customization.texi:
8365 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
8366 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
8367 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
8368 * variables.texi: Fix formatting ugliness.
8369
8370 * elisp.texi: Add links to Rings and Byte Packing.
8371 Update version and copyright years.
8372
8373 * minibuf.texi: Fix formatting ugliness.
8374 (Completion Commands): Move keymap vars to the end
8375 and vars completing-read binds to the top.
8376
83772005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8378
8379 * processes.texi: Fix typos.
8380 (Bindat Spec): Correct Texinfo error.
8381 (Byte Packing): Fix ungrammatical sentence.
8382
83832005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
8384
8385 * lists.texi (Rings): New node.
8386 (Lists): Add it to menu.
8387
8388 * processes.texi (Byte Packing): New node.
8389 (Processes): Add it to menu.
8390
83912005-06-17 Richard M. Stallman <rms@gnu.org>
8392
8393 * syntax.texi (Parsing Expressions): Fix texinfo usage.
8394
8395 * help.texi (Documentation Basics): Explain the xref to
8396 Documentation Tips.
8397
8398 * debugging.texi (Debugger Commands): Minor fix.
8399
84002005-06-16 Luc Teirlinck <teirllm@auburn.edu>
8401
8402 * edebug.texi (Instrumenting): Eliminate duplicate link.
8403 (Specification List): Replace references to "below", referring to
8404 a later node, with one @ref to that node.
8405
8406 * os.texi (Timers): Timers should save and restore the match data
8407 if they change it.
8408
8409 * debugging.texi (Debugger Commands): Mention that the Lisp
8410 debugger can not step through primitive functions.
8411
84122005-06-16 Juanma Barranquero <lekktu@gmail.com>
8413
8414 * functions.texi (Obsolete Functions): Update argument names of
8415 `make-obsolete' and `define-obsolete-function-alias'.
8416
8417 * variables.texi (Variable Aliases): Update argument names of
8418 `defvaralias', `make-obsolete-variable' and
8419 `define-obsolete-variable-alias'.
8420
84212005-06-15 Kim F. Storm <storm@cua.dk>
8422
8423 * searching.texi (Entire Match Data): Rephrase warnings about
8424 evaporate arg to match-data and set-match-data.
8425
84262005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8427
8428 * elisp.texi (Top): Update detailed menu.
8429
8430 * edebug.texi (Edebug): Update menu.
8431 (Instrumenting): Update xrefs.
8432 (Edebug Execution Modes): Correct xref.
8433 (Jumping): Clarify description of `h' command.
8434 Eliminate redundant @ref.
8435 (Breaks): New node.
8436 (Breakpoints): Is now a subsubsection.
8437 (Global Break Condition): Mention `C-x X X'.
8438 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
8439 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8440 (Edebug Display Update): Correct pxref.
8441 (Edebug and Macros): New node.
8442 (Instrumenting Macro Calls): Is now a subsubsection.
8443 Neither arg of `def-edebug-spec' is evaluated.
8444 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8445 (Specification Examples): Fix typo.
8446
84472005-06-14 Lute Kamstra <lute@gnu.org>
8448
8449 * debugging.texi (Function Debugging): Primitives can break on
8450 entry too.
8451
84522005-06-14 Kim F. Storm <storm@cua.dk>
8453
8454 * variables.texi (Setting Variables): Add add-to-ordered-list.
8455
84562005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8457
8458 * syntax.texi (Parsing Expressions): Document aux functions and vars of
8459 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8460
84612005-06-13 Lute Kamstra <lute@gnu.org>
8462
8463 * text.texi (Special Properties): Fix cross reference.
8464
84652005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8466
8467 * debugging.texi (Function Debugging): Delete mention of empty
8468 string argument to `cancel-debug-on-entry'. Delete inaccurate
8469 description of the return value of that command.
8470
84712005-06-11 Alan Mackenzie <acm@muc.de>
8472
8473 * text.texi (Adaptive Fill): Amplify the description of
8474 fill-context-prefix.
8475
84762005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8477
8478 * syntax.texi (Parsing Expressions): Fix Texinfo error.
8479
84802005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 * syntax.texi (Parsing Expressions): Document syntax-ppss.
8483
84842005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8485
8486 * debugging.texi (Error Debugging): Minor rewording.
8487 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8488 is optional.
8489
84902005-06-10 Lute Kamstra <lute@gnu.org>
8491
8492 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8493 (Top): Give it a title. Correct version number. Give the
8494 detailed node listing a more prominent header.
8495 * intro.texi: Don't set VERSION here a second time.
8496 Mention Emacs's version too.
8497 * anti.texi (Antinews): Use EMACSVER to refer to the current
8498 version of Emacs.
8499
85002005-06-09 Kim F. Storm <storm@cua.dk>
8501
8502 * searching.texi (Entire Match Data): Explain new `reseat' argument to
8503 match-data and set-match-data.
8504
85052005-06-08 Richard M. Stallman <rms@gnu.org>
8506
8507 * searching.texi (Entire Match Data): Clarify when match-data
8508 returns markers and when integers.
8509
8510 * display.texi (Defining Faces): Explain that face name should not
8511 end in `-face'.
8512
8513 * modes.texi (Mode Line Data): Minor cleanup.
8514 (Customizing Keywords): Node split out of Search-based Fontification.
8515 Add example of using font-lock-add-keywords from a hook.
8516 Clarify when MODE should be non-nil, and when nil.
8517
85182005-06-06 Richard M. Stallman <rms@gnu.org>
8519
8520 * modes.texi (Mode Line Data): Explain what happens when the car
8521 of a list is a void symbol.
8522 (Search-based Fontification): Explain MODE arg to
8523 font-lock-add-keywords and warn about calls from major modes.
8524
85252005-06-08 Juri Linkov <juri@jurta.org>
8526
8527 * display.texi (Standard Faces): Add `shadow' face.
8528
85292005-05-29 Luc Teirlinck <teirllm@auburn.edu>
8530
8531 * modes.texi (Major Mode Conventions): A derived mode only needs
8532 to put the call to the parent mode inside `delay-mode-hooks'.
8533
85342005-05-29 Richard M. Stallman <rms@gnu.org>
8535
8536 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
8537 new, and what that implies. Clarify.
8538
8539 * files.texi (Locating Files): Clean up the text.
8540
8541 * frames.texi (Window Frame Parameters): Document user-size.
8542 Shorten entry for top by referring to left.
8543
85442005-05-26 Richard M. Stallman <rms@gnu.org>
8545
8546 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
8547 is new, and what the implications are. Other clarifications.
8548
85492005-05-24 Richard M. Stallman <rms@gnu.org>
8550
8551 * frames.texi (Dialog Boxes): Minor fixes.
8552
85532005-05-25 Masatake YAMATO <jet@gyve.org>
8554
8555 * display.texi (Standard Faces): Write about `mode-line-highlight'.
8556
85572005-05-24 Luc Teirlinck <teirllm@auburn.edu>
8558
8559 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
8560 is optional.
8561
85622005-05-24 Nick Roberts <nickrob@snap.net.nz>
8563
10d1d0af 8564 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
8565
85662005-05-23 Lute Kamstra <lute@gnu.org>
8567
8568 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
8569 syntax-begin-function over font-lock-beginning-of-syntax-function.
8570
85712005-05-21 Luc Teirlinck <teirllm@auburn.edu>
8572
8573 * minibuf.texi (Reading File Names): Update description of
8574 `read-directory-name'.
8575
8576 * modes.texi (Derived Modes): Clarify :group keyword.
8577
85782005-05-21 Eli Zaretskii <eliz@gnu.org>
8579
8580 * files.texi (Locating Files): New subsection.
8581 Describe locate-file and executable-find.
8582
85832005-05-21 Kevin Ryde <user42@zip.com.au>
8584
8585 * frames.texi (Initial Parameters): Update cross reference to
8586 "Emacs Invocation".
8587
85882005-05-19 Luc Teirlinck <teirllm@auburn.edu>
8589
8590 * keymaps.texi (Active Keymaps): Add anchor.
8591
8592 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
8593 (Major Mode Conventions): Refer to `Auto Major Mode' in more
8594 appropriate place.
8595 (Derived Modes): Small clarifications.
8596 (Minor Mode Conventions, Keymaps and Minor Modes):
8597 Replace references to nodes with references to anchors.
8598 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
8599 Clarify description of lists whose first element is an integer.
8600 (Mode Line Variables): Add anchor.
8601 (%-Constructs): Clarify description of integer after %.
8602 (Emulating Mode Line): Describe nil value for FACE.
8603
86042005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8605
8606 * modes.texi (Derived Modes): Correct references to non-existing
8607 variable standard-syntax-table.
8608
86092005-05-17 Lute Kamstra <lute@gnu.org>
8610
8611 * modes.texi (Defining Minor Modes): Mention the mode hook.
8612
86132005-05-15 Kim F. Storm <storm@cua.dk>
8614
8615 * processes.texi (Network): Remove open-network-stream-nowait.
8616 (Network Servers): Remove open-network-stream-server.
8617
86182005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8619
8620 * elisp.texi (Top): Update detailed menu.
8621
8622 * variables.texi: Reorder nodes.
8623 (Variables): Update menu.
8624 (File Local Variables): Do not refer to the `-*-' line as
8625 a "local variables list". Add pxref.
8626
86272005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8628
8629 * elisp.texi (Top): Update detailed menu for node changes.
8630
8631 * modes.texi (Modes): Update Menu.
8632 (Hooks): Move to beginning of chapter.
8633 Most minor modes run mode hooks too.
8634 `add-hook' can handle void hooks or hooks whose value is a single
8635 function.
8636 (Major Modes): Update Menu.
8637 (Major Mode Basics): New node, split off from `Major Modes'.
8638 (Major Mode Conventions): Correct xref. Explain how to handle
8639 auto-mode-alist if the major mode command has an autoload cookie.
8640 (Auto Major Mode): Major update. Add magic-mode-alist.
8641 (Derived Modes): Major update.
8642 (Mode Line Format): Update Menu.
8643 (Mode Line Basics): New node, split off from `Mode Line Format'.
8644
8645 * loading.texi (Autoload): Mention `autoload cookie' as synonym
8646 for `magic autoload comment'. Add index entries and anchor.
8647
86482005-05-14 Richard M. Stallman <rms@gnu.org>
8649
8650 * tips.texi (Coding Conventions): Explain how important it is
8651 that just loading certain files not change Emacs behavior.
8652
8653 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
8654
86552005-05-12 Lute Kamstra <lute@gnu.org>
8656
8657 * modes.texi (Generic Modes): Update.
8658 (Major Modes): Refer to node "Generic Modes".
8659
8660 * elisp.texi (Top): Update to the current structure of the manual.
8661 * processes.texi (Processes): Add menu description.
8662 * customize.texi (Customization): Add menu descriptions.
8663
86642005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
8665
8666 * processes.texi (Signals to Processes)
8667 (Low-Level Network): Fix typos.
8668
86692005-05-11 Lute Kamstra <lute@gnu.org>
8670
8671 * elisp.texi (Top): Add some nodes from the chapter "Major and
8672 Minor Modes" to the detailed node listing.
8673
86742005-05-10 Richard M. Stallman <rms@gnu.org>
8675
8676 * keymaps.texi (Extended Menu Items): Menu item filter functions
8677 can be called at any time.
8678
86792005-05-08 Luc Teirlinck <teirllm@auburn.edu>
8680
8681 * variables.texi (File Local Variables): `(hack-local-variables t)'
8682 now also checks whether a mode is specified in the local variables
8683 list.
8684
86852005-05-05 Kevin Ryde <user42@zip.com.au>
8686
8687 * display.texi (The Echo Area): Correct format function cross
8688 reference.
8689
86902005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8691
8692 * variables.texi (Variable Aliases): Change description of
8693 `define-obsolete-variable-alias'.
8694
8695 * functions.texi (Functions): Add "Obsolete Functions" to menu.
8696 (Defining Functions): Add xref.
8697 (Obsolete Functions): New node.
8698 (Function Safety): Standardize capitalization of section title.
8699
8700 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
8701 (Dialog Boxes): Complete description of `x-popup-dialog'.
8702
87032005-05-04 Richard M. Stallman <rms@gnu.org>
8704
8705 * commands.texi (Interactive Codes): Fix Texinfo usage.
8706 Document U more clearly.
8707
87082005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8709
8710 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
8711 function and not a macro.
8712
8713 * frames.texi (Pop-Up Menus): Correct and clarify description of
8714 `x-popup-menu'.
8715 (Dialog Boxes): Clarify description of `x-popup-dialog'.
8716
87172005-05-01 Richard M. Stallman <rms@gnu.org>
8718
8719 * edebug.texi (Checking Whether to Stop): Fix previous change.
8720
87212005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8722
8723 * display.texi: Fix typos and Texinfo usage.
8724
8725 * edebug.texi (Checking Whether to Stop): executing-macro ->
8726 executing-kbd-macro.
8727
87282005-05-01 Richard M. Stallman <rms@gnu.org>
8729
8730 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
8731
87322005-04-30 Richard M. Stallman <rms@gnu.org>
8733
8734 * files.texi (Magic File Names): Document `operations' property.
8735
87362005-04-29 Lute Kamstra <lute@gnu.org>
8737
8738 * modes.texi (Generic Modes): New node.
8739 (Major Modes): Add it to the menu.
8740 (Derived Modes): Add "derived mode" to concept index.
8741
87422005-04-28 Lute Kamstra <lute@gnu.org>
8743
8744 * modes.texi (Defining Minor Modes): Fix previous change.
8745 (Font Lock Mode): Simplify.
8746 (Font Lock Basics): Say that font-lock-defaults is buffer-local
8747 when set and that some parts are optional. Add cross references.
8748 (Search-based Fontification): Say how to specify font-lock-keywords.
8749 Add cross references. Add font-lock-multiline to index.
8750 Move font-lock-keywords-case-fold-search here from node "Other Font
8751 Lock Variables". Document font-lock-add-keywords and
8752 font-lock-remove-keywords.
8753 (Other Font Lock Variables): Move font-lock-keywords-only,
8754 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8755 and font-lock-syntactic-face-function to node "Syntactic Font
8756 Lock". Move font-lock-keywords-case-fold-search to node
8757 "Search-based Fontification". Document font-lock-inhibit-thing-lock
8758 and font-lock-{,un}fontify-{buffer,region}-function.
8759 (Precalculated Fontification): Remove reference to deleted variable
8760 font-lock-core-only.
8761 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
8762 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
8763 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8764 and font-lock-syntactic-face-function here from node "Other Font
8765 Lock Variables". Move font-lock-syntactic-keywords to "Setting
8766 Syntax Properties". Add cross references.
8767 (Setting Syntax Properties): New node.
8768 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
8769 * syntax.texi (Syntax Properties): Add cross reference.
8770 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
8771
87722005-04-26 Richard M. Stallman <rms@gnu.org>
8773
8774 * display.texi (Defining Faces):
8775 Document `default' elements of defface spec.
8776
8777 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
8778
8779 * variables.texi (Variable Aliases): Clarify text.
8780
87812005-04-25 Chong Yidong <cyd@stupidchicken.com>
8782
8783 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
8784
87852005-04-25 Luc Teirlinck <teirllm@auburn.edu>
8786
8787 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
8788
87892005-04-24 Eli Zaretskii <eliz@gnu.org>
8790
8791 * syntax.texi (Syntax Table Internals): Elaborate documentation of
8792 syntax-after and syntax-class.
8793
8794 * files.texi (Changing Files): Fix last change's cross-reference.
8795 (Unique File Names): Don't mention "numbers" in the documentation
8796 of make-temp-file and make-temp-name.
8797
87982005-04-23 Richard M. Stallman <rms@gnu.org>
8799
8800 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
8801
88022005-04-22 Nick Roberts <nickrob@snap.net.nz>
8803
8804 * windows.texi (Cyclic Window Ordering): Clarify window-list.
8805
88062005-04-22 Nick Roberts <nickrob@snap.net.nz>
8807
8808 * variables.texi (Variable Aliases): Describe make-obsolete-variable
8809 and define-obsolete-variable-alias.
8810
88112005-04-22 Kim F. Storm <storm@cua.dk>
8812
8813 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
8814 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
8815
88162005-04-21 Lute Kamstra <lute@gnu.org>
8817
8818 * lists.texi (Association Lists): Document rassq-delete-all.
8819
88202005-04-19 Richard M. Stallman <rms@gnu.org>
8821
8822 * modes.texi (Search-based Fontification): Explain that
8823 facespec is an expression to be evaluated.
8824
88252005-04-19 Kevin Ryde <user42@zip.com.au>
8826
8827 * streams.texi (Output Functions): Fix xref.
8828 * strings.texi (String Conversion): Fix xref.
8829
88302005-04-19 Kim F. Storm <storm@cua.dk>
8831
8832 * symbols.texi (Symbol Plists): Add safe-get.
8833 Mention that `get' may signal an error.
8834
88352005-04-18 Nick Roberts <nickrob@snap.net.nz>
8836
8837 * customize.texi (Variable Definitions): Replace tooltip-mode
8838 example with save-place.
8839
88402005-04-17 Richard M. Stallman <rms@gnu.org>
8841
8842 * buffers.texi (Indirect Buffers): Clarify.
8843
8844 * positions.texi (Positions): Clarify converting marker to integer.
8845
8846 * strings.texi (String Basics): Mention string-match; clarify.
8847
88482005-04-08 Lute Kamstra <lute@gnu.org>
8849
8850 * modes.texi (Search-based Fontification): Fix cross references.
8851 Use consistent terminology. Document anchored highlighting.
8852
88532005-04-05 Lute Kamstra <lute@gnu.org>
8854
8855 * modes.texi (Defining Minor Modes): Document :group keyword
8856 argument and its default value.
8857
88582005-04-03 Lute Kamstra <lute@gnu.org>
8859
8860 * hooks.texi (Standard Hooks): Add some hooks. Add cross
8861 references and/or descriptions. Delete major mode hooks; mention
8862 them as a category instead. Rename or delete obsolete hooks.
8863
88642005-04-02 Richard M. Stallman <rms@gnu.org>
8865
8866 * nonascii.texi (Coding System Basics): Another wording cleanup.
8867
88682005-04-01 Richard M. Stallman <rms@gnu.org>
8869
8870 * nonascii.texi (Coding System Basics): Clarify previous change.
8871
88722005-04-01 Kenichi Handa <handa@m17n.org>
8873
10d1d0af 8874 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
8875 identity of coding systems.
8876
88772005-03-29 Chong Yidong <cyd@stupidchicken.com>
8878
8879 * text.texi (Buffer Contents): Add filter-buffer-substring and
8880 buffer-substring-filters.
8881
88822005-03-26 Chong Yidong <cyd@stupidchicken.com>
8883
8884 * anti.texi (Antinews): Mention `G' interactive code.
8885
8886 * tips.texi (Compilation Tips): Mention benchmark.el.
8887
88882005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8889
8890 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
8891 is now bound to M-o M-o.
8892
8893 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
8894
88952005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8896
8897 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
8898 in the Emacs Manual).
8899 * Makefile.in (srcs): Remove calendar.texi.
8900 * makefile.w32-in (srcs): Remove calendar.texi.
8901 * display.texi (Display): Change name of next node.
8902 * os.texi (System In): Change name of previous node.
8903 * elisp.texi (Top): Remove Calendar references.
8904 * vol1.texi (Top): Remove Calendar references.
8905 * vol2.texi (Top): Remove Calendar references.
8906
89072005-03-25 Richard M. Stallman <rms@gnu.org>
8908
8909 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
8910 Cleanup previous change.
8911
89122005-03-25 Chong Yidong <cyd@stupidchicken.com>
8913
8914 * display.texi (Face Attributes): Faces earlier in an :inherit
8915 list take precedence.
8916 (Scroll Bars): Fix description of vertical-scroll-bars.
8917 Document frame-current-scroll-bars and window-current-scroll-bars.
8918
8919 * markers.texi (The Mark): Document temporary Transient Mark mode.
8920
8921 * minibuf.texi (Reading File Names):
8922 Document read-file-name-completion-ignore-case.
8923
8924 * positions.texi (Screen Lines): Document nil for width argument
8925 to compute-motion.
8926
89272005-03-23 Kim F. Storm <storm@cua.dk>
8928
8929 * display.texi (Standard Faces): Other faces used in the fringe
8930 implicitly inherits from the fringe face.
8931 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
8932 properties implicitly inherits from fringe face.
8933 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
8934
89352005-03-20 Chong Yidong <cyd@stupidchicken.com>
8936
8937 * display.texi (Invisible Text): State default value of
8938 line-move-ignore-invisible.
8939 (Managing Overlays): Document remove-overlays.
8940 (Standard Faces): Document escape-glyph face.
8941
8942 * minibuf.texi (Reading File Names): Document read-file-name-function.
8943
8944 * modes.texi (Other Font Lock Variables):
8945 Document font-lock-lines-before.
8946
8947 * positions.texi (Skipping Characters): skip-chars-forward allows
8948 character classes.
8949
89502005-03-18 Lute Kamstra <lute@gnu.org>
8951
8952 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
8953
89542005-03-17 Richard M. Stallman <rms@gnu.org>
8955
8956 * text.texi (Undo): Document extensible undo entries.
8957
dd7b651b 8958 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
8959
8960 * nonascii.texi (Character Codes): Minor fix.
8961
8962 * display.texi (Display Property): Explain the significance
8963 of having text properties that are eq.
8964 (Other Display Specs): Explain string as display spec.
8965
8966 * commands.texi (Interactive Codes): Document G option.
8967
89682005-03-17 Chong Yidong <cyd@stupidchicken.com>
8969
8970 * text.texi (Filling): Add sentence-end-without-period and
8971 sentence-end-without-space.
8972 (Changing Properties): Minor fix.
8973
8974 * anti.texi: Total rewrite.
8975
89762005-03-15 Lute Kamstra <lute@gnu.org>
8977
8978 * edebug.texi (Instrumenting Macro Calls): Fix typos.
8979
89802005-03-08 Kim F. Storm <storm@cua.dk>
8981
8982 * display.texi (Specified Space): Property :width is support on
8983 non-graphic terminals, :height is not.
8984
89852005-03-07 Richard M. Stallman <rms@gnu.org>
8986
8987 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
8988 Now subnodes of Fringes.
8989 (Overlay Arrow): Document overlay-arrow-variable-list.
8990 (Fringe Size/Pos): New node, broken out of Fringes.
8991 (Display): Explain clearing vs redisplay better.
8992 (Truncation): Clarify use of bitmaps.
8993 (The Echo Area): Clarify the uses of the echo area.
8994 Add max-mini-window-height.
8995 (Progress): Clarify.
8996 (Invisible Text): Explain that main loop moves point out.
8997 (Selective Display): Say "hidden", not "invisible".
8998 (Managing Overlays): Move up. Describe relation to Undo here.
8999 (Overlay Properties): Clarify intro.
9000 (Finding Overlays): Explain return values when nothing found.
9001 (Width): truncate-string-to-width has added arg.
9002 (Displaying Faces): Clarify and update mode line face handling.
9003 (Face Functions): Minor cleanup.
9004 (Conditional Display): Merge into Other Display Specs.
9005 (Pixel Specification, Other Display Specs): Minor cleanups.
9006 (Images, Image Descriptors): Minor cleanups.
9007 (GIF Images): Patents have expired.
9008 (Showing Images): Explain default text for insert-image.
9009 (Manipulating Button Types): Merge into Manipulating Buttons.
9010 (Making Buttons): Explain return values.
9011 (Button Buffer Commands): Add xref.
9012 (Inverse Video): Update mode-line-inverse-video.
9013 (Display Table Format): Clarify.
9014 (Active Display Table): Give defaults for window-display-table.
9015
9016 * calendar.texi (Calendar Customizing): calendar-holiday-marker
9017 and calendar-today-marker are strings, not chars.
9018 (Holiday Customizing): Minor fix.
9019
9020 * internals.texi (Writing Emacs Primitives): Update `or' example.
9021 Update limit on # args of subr.
9022
9023 * edebug.texi (Using Edebug): Arrow is in fringe.
9024 (Instrumenting): Arg to eval-defun works without loading edebug.
9025 (Edebug Execution Modes): Add xref.
9026
9027 * customize.texi (Common Keywords): Clarify :require.
9028 Mention :version here.
9029 (Variable Definitions, Group Definitions): Not here.
9030 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
9031
90322005-03-07 Chong Yidong <cyd@stupidchicken.com>
9033 * nonascii.texi (Text Representations): Clarify position-bytes.
9034 (Character Sets): Add list-charset-chars.
9035 (Scanning Charsets): Add charset-after.
9036 (Encoding and I/O): Minor fix.
9037
90382005-03-06 Richard M. Stallman <rms@gnu.org>
9039
9040 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
9041 (Resizing Windows): Likewise.
9042
9043 * text.texi (Change Hooks): Get rid of "Emacs 21".
9044
9045 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
9046
9047 * streams.texi (Output Variables): Get rid of "Emacs 21".
9048
9049 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
9050
9051 * os.texi (Translating Input): Replace flow-control example
9052 with a less obsolete example that uses `keyboard-translate'.
9053
9054 * objects.texi (Hash Table Type, Circular Objects):
9055 Get rid of "Emacs 21".
9056
9057 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
9058 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
9059
9060 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
9061
9062 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
9063
9064 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
9065 (Menu Bar): Fix when menu-bar-update-hook is called.
9066
9067 * hash.texi (Hash Tables): Get rid of "Emacs 21".
9068
9069 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
9070 and make it read better.
9071
9072 * files.texi (Writing to Files): Get rid of "Emacs 21".
9073 (Unique File Names): Likewise.
9074
9075 * elisp.texi: Update Emacs version to 22.
9076
9077 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
9078 (Overlay Properties, Face Attributes): Likewise.
9079 (Managing Overlays): Fix punctuation.
9080 (Attribute Functions): Clarify set-face-font; get rid of
9081 info about old Emacs versions.
9082 (Auto Faces, Font Lookup, Display Property, Images):
9083 Get rid of "Emacs 21".
9084
9085 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
9086
90872005-03-05 Richard M. Stallman <rms@gnu.org>
9088
9089 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
9090
90912005-03-04 Lute Kamstra <lute@gnu.org>
9092
9093 * debugging.texi (Error Debugging): Document stack-trace-on-error.
9094
90952005-03-03 Lute Kamstra <lute@gnu.org>
9096
9097 * edebug.texi (Instrumenting Macro Calls): Fix typo.
9098
90992005-03-01 Lute Kamstra <lute@gnu.org>
9100
9101 * debugging.texi (Debugger Commands): Update `j'.
9102
91032005-02-28 Lute Kamstra <lute@gnu.org>
9104
9105 * debugging.texi (Debugging): Fix typo.
9106 (Error Debugging): Document eval-expression-debug-on-error.
9107 (Function Debugging): Update example.
9108 (Using Debugger): Mention starred stack frames.
9109 (Debugger Commands): Document `j' and `l'.
9110 (Invoking the Debugger): `d' and `j' exit recursive edit too.
9111 Update the messages that the debugger displays.
9112 (Internals of Debugger): Add cross reference. Update example.
9113 (Excess Open): Minor improvement.
9114 (Excess Close): Minor improvement.
9115
91162005-02-26 Richard M. Stallman <rms@gnu.org>
9117
9118 * tips.texi (Coding Conventions): Clarify.
9119 Put all the major mode key reservations together.
9120 Mention the Mouse-1 => Mouse-2 conventions.
9121
9122 * syntax.texi (Syntax Class Table): Clarify.
9123 (Syntax Table Functions): syntax-after moved from here.
9124 (Syntax Table Internals): syntax-after moved to here.
9125 (Parsing Expressions): Update info on number of values
9126 and what's meaningful in the STATE argument.
9127 (Categories): Fix typo.
9128
9129 * sequences.texi (Arrays): Cleanup.
9130 (Char-Tables): Clarify.
9131
9132 * processes.texi (Deleting Processes): Cleanups, add xref.
9133 (Subprocess Creation): Explain nil in exec-path. Cleanup.
9134 (Process Information): set-process-coding-system, some args optional.
9135 (Input to Processes): Explain various types for PROCESS args.
9136 Rename them from PROCESS-NAME to PROCESS.
9137 (Signals to Processes): Likewise.
9138 (Decoding Output): Cleanup.
9139 (Query Before Exit): Clarify.
9140
9141 * os.texi (Startup Summary): Correct the options; add missing ones.
9142 (Terminal Output, Batch Mode): Clarify.
9143 (Flow Control): Node deleted.
9144
9145 * markers.texi (The Mark): Clarify.
9146
9147 * macros.texi (Expansion): Cleanup.
9148 (Indenting Macros): indent-spec allows ints, not floats.
9149
9150 * keymaps.texi (Keymaps): Clarify.
9151 (Format of Keymaps): Update lisp-mode-map example.
9152 (Active Keymaps, Key Lookup): Clarify.
9153 (Changing Key Bindings): Add xref to `kbd'.
9154 (Key Binding Commands, Simple Menu Items): Clarify.
9155 (Mouse Menus, Menu Bar): Clarify.
9156 (Menu Example): Replace print example with menu-bar-replace-menu.
9157
9158 * help.texi (Documentation Basics): Add function-documentation prop.
9159
9160 * elisp.texi (Top): Don't refer to Flow Control node.
9161
9162 * commands.texi (Command Overview): Improve xrefs.
9163 (Adjusting Point): Adjusting point applies to intangible and invis.
9164 (Key Sequence Input): Doc extra read-key-sequence args.
9165 Likewise for read-key-sequence-vector.
9166
9167 * backups.texi (Rename or Copy): Minor fix.
9168 (Numbered Backups): For version-control, say the default.
9169 (Auto-Saving): make-auto-save-file-name example is simplified.
9170
9171 * advice.texi (Advising Functions): Don't imply one part of Emacs
9172 should advise another part. Markup changes.
9173 (Defining Advice): Move transitional para.
9174 (Activation of Advice): Cleanup.
9175 Explain if COMPILE is nil or negative.
9176
9177 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
9178
91792005-02-24 Lute Kamstra <lute@gnu.org>
9180
9181 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
9182 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
9183
91842005-02-23 Lute Kamstra <lute@gnu.org>
9185
9186 * modes.texi (Defining Minor Modes): define-minor-mode can be used
9187 to define global minor modes as well.
9188
9189 * display.texi (Managing Overlays): overlay-buffer returns nil for
9190 deleted overlays.
9191
91922005-02-22 Kim F. Storm <storm@cua.dk>
9193
9194 * minibuf.texi (Basic Completion): Allow symbols in addition to
9195 strings in try-completion and all-completions.
9196
91972005-02-14 Lute Kamstra <lute@gnu.org>
9198
9199 * elisp.texi (Top): Remove reference to deleted node.
9200
9201 * lists.texi (Lists): Remove reference to deleted node.
9202 (Cons Cells): Fix typo.
9203
9204 * loading.texi (Where Defined): Fix typo.
9205
92062005-02-14 Richard M. Stallman <rms@gnu.org>
9207
9208 * variables.texi (Creating Buffer-Local): change-major-mode-hook
9209 is useful for discarding some minor modes.
9210
9211 * symbols.texi (Symbol Components): Reorder examples.
9212
9213 * streams.texi (Input Functions): State standard-input default.
9214 (Output Variables): State standard-output default.
9215
9216 * objects.texi (Printed Representation): Clarify read syntax vs print.
9217 (Floating Point Type): Explain meaning better.
9218 (Symbol Type): Explain uniqueness better.
9219 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
9220 List examples sooner.
9221 (Box Diagrams): New subnode broken out.
9222 Some examples moved from old Lists as Boxes node.
9223 (Dotted Pair Notation): Clarify intro.
9224 (Array Type): Clarify.
9225 (Type Predicates): Add hash-table-p.
9226
9227 * numbers.texi (Integer Basics): Clarify radix explanation.
9228 (Predicates on Numbers): Minor clarification.
9229 (Comparison of Numbers): Minor clarification. Clarify eql.
9230 Typos in min, max.
9231 (Math Functions): Clarify overflow in expt.
9232
9233 * minibuf.texi (Text from Minibuffer): Minor clarification.
9234 Mention arrow keys.
9235
9236 * loading.texi (Autoload): defun's doc string overrides autoload's
9237 doc string.
9238 (Repeated Loading): Modernize "add to list" examples.
9239 (Where Defined): Finish updating table of load-history elts.
9240
9241 * lists.texi (List-related Predicates): Minor wording improvement.
9242 (Lists as Boxes): Node deleted.
9243 (Building Lists): Explain trivial cases of number-sequence.
9244
9245 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 9246 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
9247 (Hash Access): Any object can be a key.
9248 State value of maphash.
9249
9250 * functions.texi (What Is a Function): Wording cleanup.
9251 (Function Documentation): Minor cleanup.
9252 Explain purpose of calling convention at end of doc string.
9253 (Function Names): Wording cleanup.
9254 (Calling Functions): Wording cleanup.
9255 Explain better how funcall calls the function.
9256 (Function Cells): Delete example of saving and redefining function.
9257
9258 * control.texi (Combining Conditions): Wording cleanup.
9259 (Iteration): dolist and dotimes bind VAR locally.
9260 (Cleanups): Xref to Atomic Changes.
9261
9262 * compile.texi (Byte Compilation): Delete 19.29 info.
9263 (Compilation Functions): Macros' difficulties don't affect defsubst.
9264 (Docs and Compilation): Delete 19.29 info.
9265
92662005-02-10 Richard M. Stallman <rms@gnu.org>
9267
9268 * objects.texi (Symbol Type): Minor correction.
9269
92702005-02-06 Lute Kamstra <lute@gnu.org>
9271
9272 * modes.texi (Example Major Modes): Fix typos.
9273
92742005-02-06 Richard M. Stallman <rms@gnu.org>
9275
9276 * text.texi (Margins): fill-nobreak-predicate can be one function.
9277
9278 * strings.texi (Modifying Strings): clear-string can make unibyte.
9279 (Formatting Strings): format gives error if values missing.
9280
9281 * positions.texi (Character Motion): Mention default arg
9282 for forward-char. backward-char refers to forward-char.
9283 (Word Motion): Mention default arg for forward-word.
9284 (Buffer End Motion): Mention default arg for beginning-of-buffer.
9285 Simplify end-of-buffer.
9286 (Text Lines): Mention default arg for forward-line.
9287 (List Motion): Mention default arg for beginning/end-of-defun.
9288 (Skipping Characters): Minor fixes in explaining character-set.
9289
9290 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
9291 Mode inheritance applies only when default-major-mode is nil.
9292 Clarifications.
9293 (Example Major Modes): Update Text mode and Lisp mode examples.
9294 (Minor Mode Conventions): Mention define-minor-mode at top.
9295 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
9296 (Mode Line Format): Update mode line face display info.
9297 (Properties in Mode): Mention effect of risky vars.
9298 (Imenu): Define imenu-add-to-menubar.
9299 (Font Lock Mode): Add descriptions to menu lines.
9300 (Faces for Font Lock): Add font-lock-doc-face.
9301
93022005-02-05 Lute Kamstra <lute@gnu.org>
9303
9304 * text.texi (Maintaining Undo): Remove obsolete function.
9305
93062005-02-05 Eli Zaretskii <eliz@gnu.org>
9307
9308 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 9309 color specifications. Improve indexing.
b8d4c8d0
GM
9310 (Text Terminal Colors): Replace the description of RGB values by
9311 an xref to "Color Names".
9312
93132005-02-03 Richard M. Stallman <rms@gnu.org>
9314
9315 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
9316 Clarify.
9317 (Selecting Windows): Clarify save-selected-window.
9318 (Cyclic Window Ordering): Clarify walk-windows.
9319 (Window Point): Clarify.
9320 (Window Start): Add comment to example.
9321 (Resizing Windows): Add `interactive' specs in examples.
9322 Document fit-window-to-buffer.
9323
9324 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
9325 (Undo, Maintaining Undo): Clarify last change.
9326 (Sorting): In sort-numeric-fields, explain about octal and hex.
9327 Mention sort-numeric-base.
9328 (Format Properties): Add xref for hard newlines.
9329
9330 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
9331 (Pop-Up Menus): Fix typo.
9332 (Color Names): Explain all types of color names.
9333 Explain color-values on B&W terminal.
9334 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
9335
9336 * files.texi (File Locks): Not supported on MS systems.
9337 (Testing Accessibility): Clarify.
9338
9339 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
9340 (Coverage Testing): Fix typo.
9341
9342 * commands.texi (Misc Events): Remove stray space.
9343
9344 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
9345 (Modification Time): Clarify when visited-file-modtime returns 0.
9346 (The Buffer List): Clarify bury-buffer.
9347 (Killing Buffers): Clarify.
9348 (Indirect Buffers): Add clone-indirect-buffer.
9349
93502005-02-02 Matt Hodges <MPHodges@member.fsf.org>
9351
9352 * edebug.texi (Printing in Edebug): Fix default value of
9353 edebug-print-circle.
9354 (Coverage Testing): Fix displayed frequency count data.
9355
93562005-02-02 Luc Teirlinck <teirllm@auburn.edu>
9357
9358 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
9359
93602005-02-02 Kim F. Storm <storm@cua.dk>
9361
9362 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
9363
93642005-01-29 Eli Zaretskii <eliz@gnu.org>
9365
9366 * commands.texi (Misc Events): Describe the help-echo event.
9367
9368 * text.texi (Special Properties) <help-echo>: Use `pos'
9369 consistently in description of the help-echo property.
9370 Use @code{nil} instead of @var{nil}.
9371
9372 * display.texi (Overlay Properties): Fix the index entry for
9373 help-echo overlay property.
9374
9375 * customize.texi (Type Keywords): Uncomment the xref to the
9376 help-echo property documentation.
9377
93782005-01-23 Kim F. Storm <storm@cua.dk>
9379
9380 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
9381 return value. Third element FULLY replaced by PARTIAL which
9382 specifies number of invisible pixels if row is only partially visible.
9383 (Textual Scrolling): Mention auto-window-vscroll.
9384 (Vertical Scrolling): New defvar auto-window-vscroll.
9385
93862005-01-16 Luc Teirlinck <teirllm@auburn.edu>
9387
9388 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
9389 command remapping.
9390
93912005-01-15 Richard M. Stallman <rms@gnu.org>
9392
9393 * display.texi (Defining Images): Mention DATA-P arg of create-image.
9394
93952005-01-14 Kim F. Storm <storm@cua.dk>
9396
9397 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9398
9399 * text.texi (Links and Mouse-1): Fix string and vector item.
9400
94012005-01-13 Richard M. Stallman <rms@gnu.org>
9402
9403 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9404 descriptions of overriding-local-map and overriding-terminal-local-map.
9405
9406 * text.texi (Links and Mouse-1): Clarify text.
9407
94082005-01-13 Kim F. Storm <storm@cua.dk>
9409
9410 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9411
94122005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
9413
9414 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9415
94162005-01-12 Kim F. Storm <storm@cua.dk>
9417
9418 * text.texi (Links and Mouse-1): Rename section from Enabling
9419 Mouse-1 to Following Links. Change xrefs.
9420 Add examples for define-button-type and define-widget.
9421
9422 * display.texi (Button Properties, Button Buffer Commands):
9423 Clarify mouse-1 and follow-link functionality.
9424
94252005-01-12 Richard M. Stallman <rms@gnu.org>
9426
9427 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9428
9429 * display.texi (Beeping): Fix Texinfo usage.
9430
9431 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9432
94332005-01-11 Kim F. Storm <storm@cua.dk>
9434
9435 * display.texi (Button Properties, Button Buffer Commands):
9436 Mention mouse-1 binding. Add follow-link keyword.
9437
9438 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9439 (Enabling Mouse-1 to Follow Links): New subsection.
9440
94412005-01-06 Richard M. Stallman <rms@gnu.org>
9442
9443 * text.texi (Special Properties): Minor change.
9444
9445 * os.texi (Timers): Clarify previous change.
9446
9447 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9448
94492005-01-01 Luc Teirlinck <teirllm@auburn.edu>
9450
9451 * display.texi (Face Attributes): Correct xref to renamed node.
9452
94532005-01-01 Richard M. Stallman <rms@gnu.org>
9454
9455 * display.texi (Face Attributes): Describe hex color specs.
9456
94572004-12-31 Richard M. Stallman <rms@gnu.org>
9458
9459 * os.texi (Timers): Update previous change.
9460
94612004-12-30 Kim F. Storm <storm@cua.dk>
9462
9463 * display.texi (Line Height): Total line-height is now specified
9464 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
9465 in cons cells. (nil . RATIO) is relative to actual line height.
9466 Use line-height `t' instead of `0' to get minimum height.
9467
94682004-12-29 Richard M. Stallman <rms@gnu.org>
9469
9470 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9471
94722004-12-28 Richard M. Stallman <rms@gnu.org>
9473
9474 * commands.texi (Quitting): Clarify value of with-local-quit.
9475
9476 * elisp.texi (Top): Fix previous change.
9477
9478 * loading.texi (Loading): Fix previous change.
9479
94802004-12-27 Richard M. Stallman <rms@gnu.org>
9481
9482 * Makefile.in (MAKEINFO): Specify --force.
9483
9484 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9485
9486 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9487
9488 * display.texi (Line Height): Further clarify.
9489
9490 * elisp.texi (Top): Update Loading submenu.
9491
9492 * loading.texi (Where Defined): New node.
9493 (Unloading): load-history moved to Where Defined.
9494
94952004-12-21 Richard M. Stallman <rms@gnu.org>
9496
9497 * commands.texi (Event Input Misc): Add while-no-input.
9498
94992004-12-11 Richard M. Stallman <rms@gnu.org>
9500
9501 * display.texi (Line Height): Rewrite text for clarity.
9502
95032004-12-11 Kim F. Storm <storm@cua.dk>
9504
9505 * display.texi (Display): Add node "Line Height" to menu.
9506 (Line Height): New node. Move full description of line-spacing
9507 and line-height text properties here from text.texi.
9508 (Scroll Bars): Add vertical-scroll-bar variable.
9509
9510 * frames.texi (Window Frame Parameters): Remove line-height defvar.
9511
9512 * locals.texi (Standard Buffer-Local Variables): Fix xref for
9513 line-spacing and vertical-scroll-bar.
9514
9515 * text.texi (Special Properties): Just mention line-spacing and
9516 line-height here, add xref to new "Line Height" node.
9517
95182004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
9519
9520 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
9521
9522 * locals.texi (Standard Buffer-Local Variables):
9523 Add @xref for `line-spacing'.
9524
95252004-12-05 Richard M. Stallman <rms@gnu.org>
9526
9527 * Makefile.in (maintainer-clean): Remove the info files
9528 in $(infodir) where they are created.
9529
95302004-12-03 Richard M. Stallman <rms@gnu.org>
9531
9532 * windows.texi (Selecting Windows): get-lru-window and
9533 get-largest-window don't consider dedicated windows.
9534
9535 * text.texi (Undo): Document undo-in-progress.
9536
95372004-11-26 Richard M. Stallman <rms@gnu.org>
9538
9539 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
9540 Remove a few vars that are not always buffer-local.
9541
95422004-11-24 Luc Teirlinck <teirllm@auburn.edu>
9543
9544 * locals.texi (Standard Buffer-Local Variables): Comment out
9545 xref's to non-existent node `Yet to be written'.
9546
95472004-11-24 Richard M. Stallman <rms@gnu.org>
9548
9549 * processes.texi (Synchronous Processes): Grammar fix.
9550
9551 * numbers.texi (Comparison of Numbers): Add eql.
9552
9553 * locals.texi (Standard Buffer-Local Variables): Add many vars.
9554
9555 * intro.texi (Printing Notation): Fix previous change.
9556
9557 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
9558 and default-indicate-buffer-boundaries from here.
9559 (Usual Display): To here.
9560 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
9561 (Usual Display): Move tab-width up.
9562
5dcb4c4e
SM
9563 * customize.texi (Variable Definitions):
9564 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
9565 (Simple Types, Composite Types, Defining New Types):
9566 Minor cleanups.
9567
95682004-11-21 Jesper Harder <harder@ifa.au.dk>
9569
9570 * processes.texi (Synchronous Processes, Output from Processes):
9571 Markup fix.
9572
95732004-11-20 Richard M. Stallman <rms@gnu.org>
9574
9575 * positions.texi (Skipping Characters): skip-chars-forward
9576 now handles char classes.
9577
9578 * intro.texi (Printing Notation): Avoid confusion of `print'
9579 when explaining @print.
9580
9581 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
9582
9583 * display.texi (Display Table Format): Minor fix.
9584
9585 * streams.texi (Output Functions): Fix print example.
9586
9587 * Makefile.in (elisp): New target.
9588 (dist): Depend on $(infodir)/elisp, not elisp.
9589 Copy the info files from $(infodir).
9590
9591 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
9592 read-from-minibuffer.
9593
9594 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
9595
95962004-11-19 Richard M. Stallman <rms@gnu.org>
9597
9598 * searching.texi (Regexp Search): Add search-whitespace-regexp.
9599
96002004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
9601
9602 * tips.texi (Coding Conventions): Fix typo.
9603
96042004-11-16 Richard M. Stallman <rms@gnu.org>
9605
9606 * tips.texi (Coding Conventions): Separate defvar and require
9607 methods to avoid warnings. Use require only when there are many
9608 functions and variables from that package.
9609
9610 * minibuf.texi (Minibuffer Completion): When ignoring case,
9611 predicate must not be case-sensitive.
9612
9613 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
9614 (Test Coverage): Don't talk about "splotches". Clarified.
9615
96162004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
9617
9618 * frames.texi (Window Frame Parameters): Fix typo.
9619
96202004-11-15 Kim F. Storm <storm@cua.dk>
9621
9622 * symbols.texi (Other Plists): Note that plist-get may signal error.
9623 Add safe-plist-get.
9624
96252004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9626
9627 * modes.texi (Font Lock Basics): Fix typo.
9628
96292004-11-08 Richard M. Stallman <rms@gnu.org>
9630
9631 * syntax.texi (Syntax Table Functions): Add syntax-after.
9632
96332004-11-06 Lars Brinkhoff <lars@nocrew.org>
9634
9635 * os.texi (Processor Run Time): New section documenting
9636 get-internal-run-time.
9637
96382004-11-06 Eli Zaretskii <eliz@gnu.org>
9639
9640 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
9641 it nukes elisp-cover.texi.
9642 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
9643 elisp-0 etc.
9644
96452004-11-05 Luc Teirlinck <teirllm@auburn.edu>
9646
9647 * commands.texi (Keyboard Macros): Document `append' return value
9648 of `defining-kbd-macro'.
9649
96502004-11-01 Richard M. Stallman <rms@gnu.org>
9651
9652 * commands.texi (Interactive Call): Add called-interactively-p.
9653
96542004-10-29 Simon Josefsson <jas@extundo.com>
9655
9656 * minibuf.texi (Reading a Password): Revert.
9657
96582004-10-28 Richard M. Stallman <rms@gnu.org>
9659
9660 * frames.texi (Display Feature Testing): Explain about "vendor".
9661
96622004-10-27 Richard M. Stallman <rms@gnu.org>
9663
9664 * commands.texi (Interactive Codes): `N' uses numeric prefix,
9665 not raw. Clarify `n'.
9666 (Interactive Call): Rewrite interactive-p, focusing on when
9667 and how to use it.
9668 (Misc Events): Clarify previous change.
9669
9670 * advice.texi (Simple Advice): Clarify what job the example does.
9671 (Around-Advice): Clarify ad-do-it.
9672 (Activation of Advice): An option of ad-default-compilation-action
9673 is `never', not `nil'.
9674
96752004-10-26 Kim F. Storm <storm@cua.dk>
9676
9677 * commands.texi (Interactive Codes): Add U code letter.
9678
96792004-10-25 Simon Josefsson <jas@extundo.com>
9680
9681 * minibuf.texi (Reading a Password): Add.
9682
96832004-10-24 Jason Rumney <jasonr@gnu.org>
9684
9685 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
9686 and wheel-down.
9687
96882004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
9689
9690 * processes.texi (Synchronous Processes): Document process-file.
9691
96922004-10-22 Kenichi Handa <handa@m17n.org>
9693
9694 * text.texi (translate-region): Document that it accepts also a
9695 char-table.
9696
96972004-10-22 David Ponce <david@dponce.com>
9698
9699 * windows.texi (Resizing Windows): Document the `preserve-before'
9700 argument of the functions `enlarge-window' and `shrink-window'.
9701
97022004-10-19 Jason Rumney <jasonr@gnu.org>
9703
9704 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
9705
97062004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9707
9708 * text.texi (Filling): Add anchor for definition of
9709 `sentence-end-double-space'.
9710
9711 * searching.texi (Regexp Example): Update description of how
9712 Emacs currently recognizes the end of a sentence.
9713 (Standard Regexps): Update definition of the variable
9714 `sentence-end'. Add definition of the function `sentence-end'.
9715
97162004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
9717
9718 * display.texi (Progress): New node.
9719
97202004-10-05 Kim F. Storm <storm@cua.dk>
9721
9722 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
9723
97242004-09-29 Kim F. Storm <storm@cua.dk>
9725
9726 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
9727 to identify bitmaps. Remove -fringe-bitmap suffix for standard
9728 fringe bitmap symbols, as they now have their own namespace.
9729 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
9730 vs. pixels. Signal error if no free bitmap slots.
9731 (Pixel Specification): Change IMAGE to @var{image}.
9732
97332004-09-28 Richard M. Stallman <rms@gnu.org>
9734
9735 * text.texi (Special Properties): Clarify line-spacing and line-height.
9736
9737 * searching.texi (Regexp Search): Add looking-back.
9738
97392004-09-25 Luc Teirlinck <teirllm@auburn.edu>
9740
9741 * display.texi: Correct typos.
9742 (Image Descriptors): Correct xref's.
9743
97442004-09-25 Richard M. Stallman <rms@gnu.org>
9745
9746 * text.texi (Special Properties): Cleanups in `cursor'.
9747 Rewrites in `line-height' and `line-spacing'; exchange them.
9748
9749 * display.texi (Fringes): Rewrite previous change.
9750 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
9751 (Display Fringe Bitmaps): Node deleted, text moved.
9752 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
9753 (Scroll Bars): Clarify set-window-scroll-bars.
9754 (Pointer Shape): Rewrite.
9755 (Specified Space): Clarify :align-to, etc.
9756 (Pixel Specification): Use @var. Clarify new text.
9757 (Other Display Specs): Clarify `slice'.
9758 (Image Descriptors): Cleanups.
9759 (Showing Images): Cleanups.
9760
97612004-09-24 Luc Teirlinck <teirllm@auburn.edu>
9762
9763 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
9764
9765 * modes.texi: Various minor changes in addition to:
9766 (Major Mode Conventions): Final call to `run-mode-hooks' should
9767 not be inside the `delay-mode-hooks' form.
9768 (Mode Hooks): New node.
9769 (Hooks): Delete obsolete example.
9770 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
9771 node "Mode Hooks".
9772
97732004-09-22 Luc Teirlinck <teirllm@auburn.edu>
9774
9775 * display.texi: Correct various typos.
9776 (Display): Rename node "Pointer Shapes" to "Pointer
9777 Shape". (There is already a node called "Pointer Shapes" in
9778 frames.texi.)
9779 (Images): Remove non-existent node "Image Slices" from menu.
9780
97812004-09-23 Kim F. Storm <storm@cua.dk>
9782
9783 * text.texi (Special Properties): Add `cursor', `pointer',
9784 `line-height', and `line-spacing' properties.
9785
9786 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
9787 Shapes' to menu.
9788 (Standard Faces): Doc fix for fringe face.
9789 (Fringes): Add `overflow-newline-into-fringe' and
9790 'indicate-buffer-boundaries'.
9791 (Fringe Bitmaps, Pointer Shapes): New nodes.
9792 (Display Property): Add 'Pixel Specification' and 'Display Fringe
9793 Bitmaps' to menu.
9794 (Specified Space): Describe pixel width and height.
9795 (Pixel Specification): New node.
9796 (Other Display Specs): Add `slice' property.
9797 (Display Fringe Bitmaps): New node.
9798 (Images): Add 'Image Slices' to menu.
9799 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
9800 (Showing Images): Add slice arg to `insert-image'.
9801 Add 'insert-sliced-image'.
b8d4c8d0
GM
9802
98032004-09-20 Richard M. Stallman <rms@gnu.org>
9804
9805 * commands.texi (Key Sequence Input):
9806 Clarify downcasing in read-key-sequence.
9807
98082004-09-08 Juri Linkov <juri@jurta.org>
9809
9810 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
9811
98122004-09-07 Luc Teirlinck <teirllm@auburn.edu>
9813
5dcb4c4e
SM
9814 * locals.texi (Standard Buffer-Local Variables):
9815 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
9816 * internals.texi (Buffer Internals): Describe new
9817 auto_save_file_format field of the buffer structure.
9818 * files.texi (Format Conversion): `auto-save-file-format' has been
9819 renamed `buffer-auto-save-file-format'.
9820
98212004-08-27 Luc Teirlinck <teirllm@auburn.edu>
9822
9823 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
9824 an integer or a marker.
9825 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
9826
98272004-08-22 Richard M. Stallman <rms@gnu.org>
9828
9829 * modes.texi (Major Mode Conventions): Discuss rebinding of
9830 standard key bindings.
9831
98322004-08-18 Kim F. Storm <storm@cua.dk>
9833
9834 * processes.texi (Accepting Output): Add `just-this-one' arg to
9835 `accept-process-output'.
9836 (Output from Processes): New var `process-adaptive-read-buffering'.
9837
98382004-08-10 Luc Teirlinck <teirllm@auburn.edu>
9839
9840 * keymaps.texi: Various changes in addition to:
9841 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
9842 Give more varied examples for `kbd'.
9843 (Creating Keymaps): Char tables have slots for all characters
9844 without modifiers.
9845 (Active Keymaps): `overriding-local-map' and
9846 `overriding-terminal-local-map' also override text property and
9847 overlay keymaps.
9848 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
9849 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
9850 to denote a prefix of no events.
9851 `map-keymap' includes parent's bindings _recursively_.
9852 Clarify and correct description of `where-is-internal'.
9853 Mention BUFFER-OR-NAME arg to `describe-bindings'.
9854 (Menu Example): For menus intended for use with the keyboard, the
9855 menu items should be bound to characters or real function keys.
9856
98572004-08-08 Luc Teirlinck <teirllm@auburn.edu>
9858
9859 * objects.texi (Character Type): Reposition `@anchor' to prevent
9860 double space inside sentence in Info.
9861
9862 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
9863 renamed to `disabled-command-function'.
9864 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
9865 (Command Loop Info): Replace reference to it.
9866 (Disabling Commands): `disabled-command-hook' has been renamed to
9867 `disabled-command-function'.
9868
98692004-08-07 Luc Teirlinck <teirllm@auburn.edu>
9870
9871 * os.texi (Translating Input): Only non-prefix bindings in
9872 `key-translation-map' override actual key bindings. Warn about
9873 possible indirect effect of actual key bindings on non-prefix
9874 bindings in `key-translation-map'.
9875
98762004-08-06 Luc Teirlinck <teirllm@auburn.edu>
9877
9878 * minibuf.texi (High-Level Completion): Add anchor for definition
9879 of `read-variable'.
9880
9881 * commands.texi: Various changes in addition to:
9882 (Using Interactive): Clarify description of `interactive-form'.
9883 (Interactive Call): Mention default for KEYS argument to
9884 `call-interactively'.
9885 (Command Loop Info): Clarify description of `this-command-keys'.
9886 Mention KEEP-RECORD argument to `clear-this-command-keys'.
9887 Value of `last-event-frame' can be `macro'.
9888 (Repeat Events): `double-click-fuzz' is also used to distinguish
9889 clicks and drags.
9890 (Classifying Events): Clarify descriptions of `event-modifiers'
9891 `event-basic-type' and `event-convert-list'.
9892 (Accessing Events): `posn-timestamp' takes POSITION argument.
9893 (Quoted Character Input): Clarify description of
9894 `read-quoted-char' and fix example.
9895 (Quitting): Add `with-local-quit'.
9896 (Disabling Commands): Correct and clarify descriptions of
9897 `enable-command' and `disable-command'.
9898 Mention what happens if `disabled-command-hook' is nil.
9899 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
9900 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
9901
99022004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9903
9904 * frames.texi: Various changes in addition to:
9905 (Creating Frames): Expand and clarify description of `make-frame'.
9906 (Window Frame Parameters): Either none or both of the `icon-left'
9907 and `icon-top' parameters must be specified. Put descriptions of
9908 `menu-bar-lines' and `toolbar-lines' closer together and change
9909 them accordingly.
9910 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
9911 except while processing `frame-title-format' or `icon-title-format'.
9912 (Deleting Frames): Correct description of `delete-frame'.
9913 Non-nil return values of `frame-live-p' are like those of `framep'.
9914 (Frames and Windows): Mention return value of
9915 `set-frame-selected-window'.
9916 (Visibility of Frames): Mention `force' argument to
9917 `make-frame-invisible'. `frame-visible-p' returns t for all
9918 frames on text-only terminals.
9919 (Frame Configurations): Restoring a frame configuration does not
9920 restore deleted frames.
9921 (Window System Selections): `x-set-selection' returns DATA.
9922 (Resources): Add example.
9923 (Display Feature Testing): Clarify descriptions of
9924 `display-pixel-height', `display-pixel-width', `x-server-version'
9925 and `x-server-vendor'.
9926
9927 * windows.texi (Choosing Window): Add anchor.
9928 * minibuf.texi (Minibuffer Misc): Add anchor.
9929
99302004-07-23 John Paul Wallington <jpw@gnu.org>
9931
9932 * macros.texi (Defining Macros): Declaration keyword for setting
9933 Edebug spec is `debug' not `edebug'.
9934
99352004-07-19 Luc Teirlinck <teirllm@auburn.edu>
9936
9937 * windows.texi: Various small changes in addition to:
9938 (Window Point): Mention return value of `set-window-point'.
9939 (Window Start): `pos-visible-in-window-p' disregards horizontal
9940 scrolling. Explain return value if PARTIALLY is non-nil.
9941 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
9942 and `set-window-vscroll'.
9943 (Size of Window): The argument WINDOW to `window-inside-edges',
9944 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
9945 (Resizing Windows): Explain return value of
9946 `shrink-window-if-larger-than-buffer'.
9947 `window-size-fixed' automatically becomes buffer local when set.
9948 (Window Configurations): Explain return value of
9949 `set-window-configuration'.
9950
9951 * minibuf.texi (Minibuffer Misc): Add anchor for
9952 `minibuffer-scroll-window'.
9953
9954 * positions.texi (Text Lines): Add anchor for `count-lines'.
9955
99562004-07-17 Richard M. Stallman <rms@gnu.org>
9957
9958 * display.texi (Overlay Properties): Adding `evaporate' prop
9959 deletes empty overlay immediately.
9960
9961 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
9962 fix example.
9963
99642004-07-16 Jim Blandy <jimb@redhat.com>
9965
9966 * searching.texi (Regexp Backslash): Document new \_< and \_>
9967 operators.
9968
99692004-07-16 Juanma Barranquero <lektu@terra.es>
9970
9971 * display.texi (Images): Fix Texinfo usage.
9972
99732004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9974
9975 * buffers.texi (Modification Time): `visited-file-modtime' now
9976 returns a list of two integers, instead of a cons.
9977
99782004-07-13 Luc Teirlinck <teirllm@auburn.edu>
9979
9980 * windows.texi: Various changes in addition to:
9981 (Splitting Windows): Add `split-window-keep-point'.
9982
99832004-07-09 Richard M. Stallman <rms@gnu.org>
9984
9985 * frames.texi (Input Focus): Minor fix.
9986
99872004-07-07 Luc Teirlinck <teirllm@auburn.edu>
9988
9989 * frames.texi (Input Focus): Clarify descriptions of
9990 `select-frame-set-input-focus' and `select-frame'.
9991
99922004-07-06 Luc Teirlinck <teirllm@auburn.edu>
9993
9994 * os.texi: Various small changes in addition to:
9995 (Killing Emacs): Expand and clarify description of
9996 `kill-emacs-query-functions' and `kill-emacs-hook'.
9997 (System Environment): Expand and clarify description of `getenv'
9998 and `setenv'.
9999 (Timers): Clarify description of `run-at-time'.
10000 (Translating Input): Correct description of
10001 `extra-keyboard-modifiers'.
10002 (Flow Control): Correct description of `enable-flow-control'.
10003
100042004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
10005
10006 * os.texi: Update copyright.
10007 (Session Management): Grammar fix.
10008 Clarify which Emacs does the restarting.
10009 Use @samp for *scratch* buffer.
10010
100112004-07-04 Alan Mackenzie <acm@muc.de>
10012
10013 * frames.texi (Input Focus): Add documentation for
10014 `select-frame-set-input-focus'. Replace refs to non-existent
10015 `switch-frame' with `select-frame'. Minor corrections and tidying
10016 up of text-only terminal stuff.
10017
100182004-07-02 Richard M. Stallman <rms@gnu.org>
10019
10020 * files.texi (Saving Buffers): Cleanup write-contents-function.
10021 (Magic File Names): Cleanup file-remote-p.
10022
b344d29d 100232004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
10024
10025 * files.texi (Magic File Names): `file-remote-p' returns an
10026 identifier of the remote system, not just t.
10027
100282004-07-02 David Kastrup <dak@gnu.org>
10029
10030 * searching.texi (Entire Match Data): Add explanation about new
10031 match-data behavior when @var{integers} is non-nil.
10032
100332004-06-24 Richard M. Stallman <rms@gnu.org>
10034
10035 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
10036
10037 * customize.texi (Variable Definitions): Note about doc strings
10038 and :set.
10039
10040 * keymaps.texi (Keymap Terminology): Document `kbd'.
10041 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
10042
10043 * display.texi (Invisible Text): Setting buffer-invisibility-spec
10044 makes it buffer-local.
10045
10046 * files.texi (Saving Buffers): Correct previous change.
10047
10048 * commands.texi (Accessing Events):
10049 Clarify posn-col-row and posn-actual-col-row.
10050
100512004-06-24 David Ponce <david.ponce@wanadoo.fr>
10052
10053 * commands.texi (Accessing Events): New functions
10054 posn-at-point and posn-at-x-y. Add example to posn-x-y.
10055
100562004-06-23 Luc Teirlinck <teirllm@auburn.edu>
10057
10058 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
10059 * frames.texi, buffers.texi, backups.texi, variables.texi:
10060 * loading.texi, eval.texi, functions.texi, control.texi:
10061 * symbols.texi, minibuf.texi: Reposition @anchor's.
10062
10063 * help.texi: Various small changes in addition to the following.
10064 (Describing Characters): Describe PREFIX argument to
10065 `key-description'. Correct and clarify definition of
10066 `text-char-description'. Describe NEED-VECTOR argument to
10067 `read-kbd-macro'.
10068 (Help Functions): Clarify definition of `apropos'.
10069
100702004-06-23 Lars Hansen <larsh@math.ku.dk>
10071
10072 * files.texi (Saving Buffers): Correct description of
10073 `write-contents-functions'.
10074
100752004-06-21 Juanma Barranquero <lektu@terra.es>
10076
10077 * display.texi (Images): Remove redundant @vindex directives.
10078 Rewrite `image-library-alist' doc in active voice.
10079
100802004-06-14 Juanma Barranquero <lektu@terra.es>
10081
10082 * display.texi (Images): Document new delayed library loading,
10083 variable `image-library-alist' and (existing but undocumented)
10084 function `image-type-available-p'.
10085
100862004-06-05 Richard M. Stallman <rms@gnu.org>
10087
10088 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
10089 refer the user to the Initial Input node.
10090 (Text from Minibuffer): Likewise.
10091 (Initial Input): New node. Document this feature
10092 and say it is mostly deprecated.
10093
100942004-05-30 Richard M. Stallman <rms@gnu.org>
10095
10096 * loading.texi (Named Features): Clarify return value
10097 and meaning of NOERROR.
10098
10099 * variables.texi (File Local Variables): Minor cleanup.
10100
101012004-05-30 Michael Albinus <michael.albinus@gmx.de>
10102
10103 * files.texi (Magic File Names): Add `file-remote-p' as operation
10104 of file name handlers.
10105
101062004-05-29 Richard M. Stallman <rms@gnu.org>
10107
10108 * modes.texi (Minor Mode Conventions): (-) has no special meaning
10109 as arg to a minor mode command.
10110
101112004-05-22 Richard M. Stallman <rms@gnu.org>
10112
10113 * syntax.texi (Syntax Class Table): Word syntax not just for English.
10114
10115 * streams.texi (Output Variables): Doc float-output-format.
10116
10117 * searching.texi (Regexp Special): Nested repetition can be infloop.
10118
10119 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
10120 real stack overflow.
10121
10122 * compile.texi: Minor cleanups.
10123
101242004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
10125
10126 * lists.texi (Cons Cells): Explain dotted lists, true lists,
10127 circular lists.
10128 (List Elements): Explain handling of circular and dotted lists.
10129
101302004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
10131
10132 * modes.texi (Search-based Fontification): Fix typo.
10133
101342004-05-10 Juanma Barranquero <lektu@terra.es>
10135
10136 * modes.texi (Mode Line Variables): Fix description of
10137 global-mode-string, which is now after which-func-mode, not the
10138 buffer name.
10139
101402004-05-07 Lars Hansen <larsh@math.ku.dk>
10141
10142 * modes.texi (Desktop Save Mode): Add.
10143 (Modes): Add menu entry Desktop Save Mode.
10144
10145 * hooks.texi: Add desktop-after-read-hook,
10146 desktop-no-desktop-file-hook and desktop-save-hook.
10147
10148 * locals.texi: Add desktop-save-buffer.
10149
101502004-04-30 Jesper Harder <harder@ifa.au.dk>
10151
10152 * display.texi: emacs -> Emacs.
10153
101542004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
10155
10156 * files.texi (Changing Files): Document set-file-times.
10157
101582004-04-23 Juanma Barranquero <lektu@terra.es>
10159
10160 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10161
101622004-04-18 Jesper Harder <harder@ifa.au.dk>
10163
10164 * tips.texi (Coding Conventions): defopt -> defcustom.
10165
101662004-04-16 Luc Teirlinck <teirllm@auburn.edu>
10167
10168 * sequences.texi: Various clarifications.
10169
101702004-04-14 Luc Teirlinck <teirllm@auburn.edu>
10171
10172 * buffers.texi (Read Only Buffers): Mention optional ARG to
10173 `toggle-read-only'.
10174
101752004-04-14 Nick Roberts <nick@nick.uklinux.net>
10176
10177 * windows.texi (Selecting Windows): Note that get-lru-window
10178 returns a full-width window if possible.
10179
101802004-04-13 Luc Teirlinck <teirllm@auburn.edu>
10181
10182 * buffers.texi: Various changes in addition to:
10183 (Buffer File Name): Add `find-buffer-visiting'.
10184 (Buffer Modification): Mention optional ARG to `not-modified'.
10185 (Indirect Buffers): Mention optional CLONE argument to
10186 `make-indirect-buffer'.
10187
10188 * files.texi: Various changes in addition to:
10189 (Visiting Functions): `find-file-hook' is now a normal hook.
10190 (File Name Expansion): Explain difference between the way that
10191 `expand-file-name' and `file-truename' treat `..'.
10192 (Contents of Directories): Mention optional ID-FORMAT argument to
10193 `directory-files-and-attributes'.
10194 (Format Conversion): Mention new optional CONFIRM argument to
10195 `format-write-file'.
10196
101972004-04-12 Miles Bader <miles@gnu.org>
10198
10199 * macros.texi (Expansion): Add description of `macroexpand-all'.
10200
102012004-04-05 Jesper Harder <harder@ifa.au.dk>
10202
5dcb4c4e
SM
10203 * variables.texi (Variable Aliases):
10204 Mention cyclic-variable-indirection.
b8d4c8d0
GM
10205
10206 * errors.texi (Standard Errors): Ditto.
10207
102082004-04-04 Luc Teirlinck <teirllm@auburn.edu>
10209
10210 * backups.texi: Various small changes in addition to:
10211 (Making Backups): Mention return value of `backup-buffer'.
10212 (Auto-Saving): Mention optional FORCE argument to
10213 `delete-auto-save-file-if-necessary'.
10214 (Reverting): Mention optional PRESERVE-MODES argument to
10215 `revert-buffer'. Correct description of `revert-buffer-function'.
10216
102172004-03-22 Juri Linkov <juri@jurta.org>
10218
10219 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
10220 with `Vector Functions'.
10221
10222 * text.texi (Sorting): Add missing quote.
10223
102242004-03-14 Luc Teirlinck <teirllm@auburn.edu>
10225
10226 * intro.texi (Lisp History): Replace xref to `cl' manual with
10227 inforef.
10228
102292004-03-12 Richard M. Stallman <rms@gnu.org>
10230
10231 * intro.texi (Version Info): Add arg to emacs-version.
10232 (Lisp History): Change xref to CL manual.
10233
102342004-03-09 Luc Teirlinck <teirllm@auburn.edu>
10235
10236 * minibuf.texi (Completion Commands): Add xref to Emacs manual
10237 for Partial Completion mode.
10238
102392004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
10240
10241 * customize.texi: Fix typo. Remove eol whitespace.
10242
102432004-03-04 Richard M. Stallman <rms@gnu.org>
10244
10245 * processes.texi: Fix typos.
10246
10247 * lists.texi (Building Lists): Minor clarification.
10248
10249 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
10250 in make-hash-table.
10251
102522004-02-29 Juanma Barranquero <lektu@terra.es>
10253
10254 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
10255 rm, and ignore exit code.
10256
102572004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10258
10259 * display.texi (Defining Faces): Add description for min-colors.
10260 Update example.
10261
102622004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10263
10264 * abbrevs.texi: Various corrections and clarifications in addition
10265 to the following:
10266 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
10267
102682004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10269
10270 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
10271
102722004-02-21 Luc Teirlinck <teirllm@auburn.edu>
10273
10274 * text.texi: Various small changes in addition to the following:
10275 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
10276 to delete-horizontal-space.
10277 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
10278 description of yank-handler text property at various places.
10279
10280 * frames.texi (Window System Selections): Add anchor.
10281
10282 * syntax.texi (Syntax Table Functions): Clarify and correct
10283 descriptions of make-syntax-table and copy-syntax-table.
10284 (Motion and Syntax): Clarify SYNTAXES argument to
10285 skip-syntax-forward.
10286 (Parsing Expressions): Mention that the return value of
10287 parse-partial-sexp is currently a list of ten rather than nine
10288 elements.
10289 (Categories): Various corrections and clarifications.
10290
102912004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10292
10293 * markers.texi (Marker Insertion Types): Minor change.
10294
10295 * locals.texi (Standard Buffer-Local Variables):
10296 * commands.texi (Interactive Codes, Using Interactive):
10297 * functions.texi (Related Topics): Fix xrefs.
10298
102992004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10300
10301 * lists.texi (Sets And Lists): Update description of delete-dups.
10302
103032004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10304
10305 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
10306
c8763fb6 103072004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10308
10309 * frames.texi (Parameter Access): frame-parameters arg is optional.
10310 modify-frame-parameters handles nil for FRAME.
10311 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
10312 are all-or-nothing for certain toolkits.
10313 Mention parameter wait-for-wm.
10314 (Frames and Windows): In frame-first-window and frame-selected-window
10315 the arg is optional.
10316 (Input Focus): In redirect-frame-focus the second arg is optional.
10317 (Window System Selections): Mention selection type CLIPBOARD.
10318 Mention data-type UTF8_STRING.
10319 Mention numbering of cut buffers.
10320 (Resources): Describe x-resource-name.
10321
103222004-02-16 Richard M. Stallman <rms@gnu.org>
10323
10324 * windows.texi (Buffers and Windows): Delete false table
10325 about all-frames.
10326
10327 * syntax.texi (Parsing Expressions): Delete old caveat
10328 about parse-sexp-ignore-comments.
10329
10330 * streams.texi (Output Variables): Add print-quoted.
10331
10332 * lists.texi (Building Lists): Minor cleanup.
10333
10334 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
10335
10336 * display.texi (Overlays): Explain overlays use markers.
10337 (Managing Overlays): Explain front-advance and rear-advance
10338 in more detail.
10339
10340 * loading.texi (Unloading): Document unload-feature-special-hooks.
10341 Get rid of fns-NNN.el file.
10342
103432004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10344
10345 * help.texi (Describing Characters): Fix text-char-description
10346 example output.
10347
10348 * edebug.texi (Using Edebug): Fix example.
10349
10350 * debugging.texi (Internals of Debugger): Fix return value.
10351
10352 * files.texi (Changing Files): Fix argname.
10353
10354 * calendar.texi: Fix parens, and default values.
10355
10356 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
10357 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 10358 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
10359
10360 * positions.texi (Text Lines): Don't add -1 in current-line.
10361
103622004-02-16 Richard M. Stallman <rms@gnu.org>
10363
10364 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
10365
103662004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10367
10368 * processes.texi (Low-Level Network): Fix a typo.
10369
103702004-02-12 Kim F. Storm <storm@cua.dk>
10371
10372 * display.texi (Fringes): Use consistent wording.
10373 Note that window-fringe's window arg is optional.
10374 (Scroll Bars): Use consistent wording.
10375
103762004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10377
10378 * tips.texi (Comment Tips): Document the new conventions for
10379 commenting out code.
10380
c8763fb6 103812004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 10382
5dcb4c4e 10383 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
10384
103852004-02-07 Kim F. Storm <storm@cua.dk>
10386
10387 * positions.texi (Text Lines): Add line-number-at-pos.
10388
103892004-02-06 John Paul Wallington <jpw@gnu.org>
10390
10391 * display.texi (Button Properties, Button Buffer Commands):
10392 mouse-2 invokes button, not down-mouse-1.
10393
103942004-02-04 Jason Rumney <jasonr@gnu.org>
10395
10396 * makefile.w32-in: Sync with Makefile.in changes.
10397
103982004-02-03 Luc Teirlinck <teirllm@auburn.edu>
10399
10400 * minibuf.texi (Text from Minibuffer): Various corrections and
10401 clarifications.
10402 (Object from Minibuffer): Correct Lisp description of
10403 read-minibuffer.
10404 (Minibuffer History): Clarify description of cons values for
10405 HISTORY arguments.
5dcb4c4e
SM
10406 (Basic Completion): Various corrections and clarifications.
10407 Add completion-regexp-list.
b8d4c8d0
GM
10408 (Minibuffer Completion): Correct and clarify description of
10409 completing-read.
5dcb4c4e
SM
10410 (Completion Commands): Mention Partial Completion mode.
10411 Various other minor changes.
b8d4c8d0
GM
10412 (High-Level Completion): Various corrections and clarifications.
10413 (Reading File Names): Ditto.
10414 (Minibuffer Misc): Ditto.
10415
104162004-01-26 Luc Teirlinck <teirllm@auburn.edu>
10417
10418 * strings.texi (Text Comparison): assoc-string also matches
10419 elements of alists that are strings instead of conses.
10420 (Formatting Strings): Standardize Texinfo usage. Update index
10421 entries.
10422
104232004-01-20 Luc Teirlinck <teirllm@auburn.edu>
10424
10425 * lists.texi (Sets And Lists): Add delete-dups.
10426
104272004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10428
10429 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10430 special form.
10431 * macros.texi (Defining Macros): Update description of `declare',
10432 which now is a macro.
10433 (Wrong Time): Fix typos.
10434
104352004-01-14 Luc Teirlinck <teirllm@auburn.edu>
10436
10437 * compile.texi (Compilation Functions): Expand descriptions of
10438 `compile-defun', `byte-compile-file', `byte-recompile-directory'
10439 and `batch-byte-compile'. In particular, mention and describe
10440 all optional arguments.
10441 (Disassembly): Correct and clarify the description of `disassemble'.
10442
104432004-01-11 Luc Teirlinck <teirllm@auburn.edu>
10444
10445 * searching.texi: Various small changes in addition to the
10446 following.
10447 (Regexp Example): Adapt to new value of `sentence-end'.
10448 (Regexp Functions): The PAREN argument to `regexp-opt' can be
10449 `words'.
10450 (Search and Replace): Add usage note for `perform-replace'.
10451 (Entire Match Data): Mention INTEGERS and REUSE arguments to
10452 `match-data'.
10453 (Standard Regexps): Update for new values of `paragraph-start'
10454 and `sentence-end'.
10455
104562004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10457
10458 * files.texi (Saving Buffers): Clarify descriptions of
10459 `write-contents-functions' and `before-save-hook'.
10460 Make the defvar's for `before-save-hook' and `after-save-hook'
10461 into defopt's.
10462
104632004-01-07 Kim F. Storm <storm@cua.dk>
10464
10465 * commands.texi (Click Events): Describe new image and
10466 width/height elements of click events.
10467 (Accessing Events): Add posn-string, posn-image, and
10468 posn-object-width-height. Change posn-object to return either
10469 image or string object.
10470
104712004-01-01 Simon Josefsson <jas@extundo.com>
10472
10473 * hooks.texi (Standard Hooks): Add before-save-hook.
10474 * files.texi (Saving Buffers): Likewise.
10475
104762004-01-03 Richard M. Stallman <rms@gnu.org>
10477
10478 * frames.texi (Frames and Windows): Delete frame-root-window.
10479
104802004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10481
10482 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10483
10484 * functions.texi: Various small changes in addition to the
10485 following.
5dcb4c4e
SM
10486 (What Is a Function): `functionp' returns nil for macros.
10487 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
10488 (Function Documentation): Add `\' in front of (fn @var{arglist})
10489 and explain why.
10490 (Defining Functions): Mention DOCSTRING argument to `defalias'.
10491 Add anchor.
10492 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
10493
104942004-01-01 Miles Bader <miles@gnu.org>
10495
10496 * display.texi (Buttons): New section.
10497
104982003-12-31 Andreas Schwab <schwab@suse.de>
10499
10500 * numbers.texi (Math Functions): sqrt reports a domain-error
10501 error.
10502 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
10503
105042003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10505
10506 * tips.texi (Documentation Tips): Update item on hyperlinks in
10507 documentation strings.
10508
10509 * errors.texi (Standard Errors): Various small corrections and
10510 additions.
10511
10512 * control.texi: Various small changes in addition to the
10513 following.
10514 (Signaling Errors): Provide some more details on how `signal'
10515 constructs the error message. Add anchor to the definition of
10516 `signal'.
10517 (Error Symbols): Describe special treatment of `quit'.
10518 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
10519 to emphasize that it has to be a single form.
10520
10521 * buffers.texi: Add anchor.
10522
105232003-12-29 Richard M. Stallman <rms@gnu.org>
10524
10525 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
10526 (Window Configurations): Add window-configuration-frame.
10527
10528 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
10529
10530 * text.texi (Examining Properties): Add get-char-property-and-overlay.
10531 Change arg name in get-char-property.
10532 (Special Properties): Update handling of keymap property.
10533
10534 * strings.texi (Modifying Strings): Add clear-string.
10535 (Text Comparison): Add assoc-string and remove
10536 assoc-ignore-case, assoc-ignore-representation.
10537
10538 * os.texi (Time of Day): Add set-time-zone-rule.
10539
10540 * numbers.texi (Math Functions): asin, acos, log, log10
10541 report domain-error errors.
10542
10543 * nonascii.texi (Converting Representations):
10544 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
10545 (Encoding and I/O): Add file-name-coding-system.
10546
10547 * modes.texi (Search-based Fontification): Explain that
10548 face specs are symbols with face names as values.
10549
10550 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
10551
10552 * lists.texi (Building Lists): remq moved elsewhere.
10553 (Sets And Lists): remq moved here.
10554 (Association Lists): Refer to assoc-string.
10555
10556 * internals.texi (Garbage Collection): Add memory-use-counts.
10557
10558 * frames.texi (Frames and Windows): Add set-frame-selected-window
10559 and frame-root-window.
10560
10561 * files.texi (Contents of Directories):
10562 Add directory-files-and-attributes.
10563
10564 * display.texi (Refresh Screen): Add force-window-update.
10565 (Invisible Text): Explain about moving point out of invis text.
10566 (Overlay Properties): Add overlay-properties.
10567 (Managing Overlays): Add overlayp.
10568 (GIF Images): Invalid image number displays a hollow box.
10569
10570 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
10571 (Killing Buffers): Add buffer-live-p.
10572
105732003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10574
10575 * display.texi (Fringes): Fix typo "set-buffer-window".
10576
105772003-12-24 Luc Teirlinck <teirllm@auburn.edu>
10578
10579 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
10580 * nonascii.texi, processes.texi, tips.texi, variables.texi:
10581 Add or change various xrefs and anchors.
10582
10583 * commands.texi: Replace all occurrences of @acronym{CAR} with
10584 @sc{car}, for consistency with the rest of the Elisp manual.
10585 `car' and `cdr' are historically acronyms, but are no longer
10586 widely thought of as such.
10587
10588 * internals.texi (Pure Storage): Mention that `purecopy' does not
10589 copy text properties.
10590 (Object Internals): Now 29 bits are used (in most implementations)
10591 to address Lisp objects.
10592
10593 * variables.texi (Variables with Restricted Values): New node.
10594
10595 * objects.texi (Lisp Data Types): Mention that certain variables
10596 can only take on a restricted set of values and add an xref to
10597 the new node "Variables with Restricted Values".
10598
10599 * eval.texi (Function Indirection): Describe the errors that
10600 `indirect-function' can signal.
10601 (Eval): Clarify the descriptions of `eval-region' and `values'.
10602 Describe `eval-buffer' instead of `eval-current-buffer' and
10603 mention `eval-current-buffer' as an alias for `current-buffer'.
10604 Correct the description and mention all optional arguments.
10605
10606 * nonascii.texi: Various small changes in addition to the
10607 following.
10608 (Converting Representations): Clarify behavior of
10609 `string-make-multibyte' and `string-to-multibyte' for unibyte all
10610 ASCII arguments.
10611 (Character Sets): Document the variable `charset-list' and adapt
10612 the definition of the function `charset-list' accordingly.
10613 (Translation of Characters): Clarify use of generic characters in
10614 `make-translation-table'. Clarify and correct the description of
10615 the use of translation tables in encoding and decoding.
10616 (User-Chosen Coding Systems): Correct and clarify the description
10617 of `select-safe-coding-system'.
10618 (Default Coding Systems): Clarify description of
10619 `file-coding-system-alist'.
10620
106212003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10622
10623 * strings.texi (Text Comparison): Correctly describe when two
10624 strings are `equal'. Combine and clarify descriptions of
10625 `assoc-ignore-case' and `assoc-ignore-representation'.
10626
10627 * objects.texi (Non-ASCII in Strings): Clarify description of
10628 when a string is unibyte or multibyte.
10629 (Bool-Vector Type): Update examples.
10630 (Equality Predicates): Correctly describe when two strings are
10631 `equal'.
10632
106332003-11-29 Luc Teirlinck <teirllm@auburn.edu>
10634
10635 * lists.texi (Building Lists): `append' no longer accepts integer
10636 arguments. Update the description of `number-sequence' to reflect
10637 recent changes.
10638 (Sets And Lists): Describe `member-ignore-case' after `member'.
10639
106402003-11-27 Kim F. Storm <storm@cua.dk>
10641
10642 * commands.texi (Click Events): Click object may be an images.
10643 Describe (dx . dy) element of click positions.
10644 (Accessing Events): Remove duplicate posn-timestamp.
10645 New functions posn-object and posn-object-x-y.
10646
106472003-11-23 Kim F. Storm <storm@cua.dk>
10648
10649 * commands.texi (Click Events): Describe enhancements to event
10650 position lists, including new text-pos and (col . row) items.
10651 Mention left-fringe and right-fringe area events.
10652 (Accessing Events): New functions posn-area and
10653 posn-actual-col-row. Mention posn-timestamp. Mention that
10654 posn-point in non-text area still returns buffer position.
10655 Clarify posn-col-row.
10656
106572003-11-21 Lars Hansen <larsh@math.ku.dk>
10658
10659 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
10660 * anti.texi (File Attributes): Describe removed parameter
10661 ID-FORMAT.
10662
106632003-11-20 Luc Teirlinck <teirllm@auburn.edu>
10664
10665 * positions.texi (Positions): Mention that, if a marker is used as
10666 a position, its buffer is ignored.
10667
10668 * markers.texi (Overview of Markers): Mention it here too.
10669
106702003-11-12 Luc Teirlinck <teirllm@auburn.edu>
10671
10672 * numbers.texi (Numeric Conversions): Not just `floor', but also
10673 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
10674
106752003-11-10 Luc Teirlinck <teirllm@auburn.edu>
10676
10677 * markers.texi (Creating Markers): Specify insertion type of
10678 created markers. Add xref to `Marker Insertion Types'.
10679 Second argument to `copy-marker' is optional.
10680 (Marker Insertion Types): Mention that most markers are created
10681 with insertion type nil.
10682 (The Mark): Correctly describe when `mark' signals an error.
10683 (The Region): Correctly describe when `region-beginning' and
10684 `region-end' signal an error.
10685
106862003-11-08 Luc Teirlinck <teirllm@auburn.edu>
10687
10688 * hash.texi (Creating Hash): Clarify description of `eql'.
10689 `makehash' is obsolete.
10690 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
10691
10692 * positions.texi (Point): Change description of `buffer-end', so
10693 that it is also correct for floating point arguments.
10694 (List Motion): Correct argument lists of `beginning-of-defun' and
10695 `end-of-defun'.
10696 (Excursions): Add xref to `Marker Insertion Types'.
10697 (Narrowing): Argument to `narrow-to-page' is optional.
10698
106992003-11-06 Luc Teirlinck <teirllm@auburn.edu>
10700
10701 * streams.texi (Output Streams): Clarify behavior of point for
10702 marker output streams.
10703
107042003-11-04 Luc Teirlinck <teirllm@auburn.edu>
10705
10706 * variables.texi (Defining Variables): Second argument to
10707 `defconst' is not optional.
10708 (Setting Variables): Mention optional argument APPEND to
10709 `add-to-list'.
10710 (Creating Buffer-Local): Expand description of
10711 `make-variable-buffer-local'.
10712 (Frame-Local Variables): Expand description of
10713 `make-variable-frame-local'.
10714 (Variable Aliases): Correct description of optional argument
10715 DOCSTRING to `defvaralias'. Mention return value of
10716 `defvaralias'.
10717 (File Local Variables): Add xref to `File variables' in Emacs
10718 Manual. Correct description of `hack-local-variables'. Mention
10719 `safe-local-variable' property. Mention optional second argument
10720 to `risky-local-variable-p'.
10721
107222003-11-03 Luc Teirlinck <teirllm@auburn.edu>
10723
10724 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
10725
107262003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10727
10728 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
10729 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
10730 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
10731 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
10732 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
10733 lispref/processes.texi, lispref/searching.texi,
10734 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
10735 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
10736 @acronym{FOO}.
10737
107382003-10-27 Luc Teirlinck <teirllm@auburn.edu>
10739
10740 * strings.texi (Creating Strings): Argument START to `substring'
10741 can not be `nil'. Expand description of
10742 `substring-no-properties'. Correct description of `split-string',
10743 especially with respect to empty matches. Prevent very bad line
10744 break in definition of `split-string-default-separators'.
10745 (Text Comparison): `string=' and `string<' also accept symbols as
10746 arguments.
10747 (String Conversion): More completely describe argument BASE in
10748 `string-to-number'.
10749 (Formatting Strings): `%s' and `%S' in `format' do require
10750 corresponding object. Clarify behavior of numeric prefix after
10751 `%' in `format'.
10752 (Case Conversion): The argument to `upcase-initials' can be a
10753 character.
10754
107552003-10-27 Kenichi Handa <handa@m17n.org>
10756
10757 * display.texi (Fontsets): Fix texinfo usage.
10758
107592003-10-25 Kenichi Handa <handa@m17n.org>
10760
10761 * display.texi (Fontsets): Add description of the function
10762 set-fontset-font.
10763
107642003-10-23 Luc Teirlinck <teirllm@auburn.edu>
10765
10766 * display.texi (Temporary Displays): Add xref to `Documentation
10767 Tips'.
10768
10769 * functions.texi (Function Safety): Use inforef instead of pxref
10770 for SES.
10771
107722003-10-23 Andreas Schwab <schwab@suse.de>
10773
10774 * Makefile.in (TEX, texinputdir): Don't define.
10775 (TEXI2DVI): Define.
10776 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
10777 add $(srcdir)/index.texi.
10778 ($(infodir)/elisp): Remove index.texi dependency.
10779 (elisp.dvi): Likewise. Use $(TEXI2DVI).
10780 (index.texi): Remove target.
10781 (dist): Don't link $(srcdir)/permute-index.
10782 (clean): Don't remove index.texi.
10783
10784 * permute-index, index.perm: Remove.
10785 * index.texi: Rename from index.unperm.
10786
107872003-10-22 Luc Teirlinck <teirllm@auburn.edu>
10788
10789 * tips.texi (Documentation Tips): Document new behavior for face
10790 and variable hyperlinks in Help mode.
10791
107922003-10-21 Luc Teirlinck <teirllm@auburn.edu>
10793
10794 * objects.texi (Integer Type): Update for extra bit of integer range.
10795 (Character Type): Ditto.
10796
107972003-10-16 Eli Zaretskii <eliz@gnu.org>
10798
10799 * numbers.texi (Integer Basics): Add index entries for reading
10800 numbers in hex, octal, and binary.
10801
108022003-10-16 Lute Kamstra <lute@gnu.org>
10803
10804 * modes.texi (Mode Line Format): Mention force-mode-line-update's
10805 argument.
10806
108072003-10-13 Luc Teirlinck <teirllm@auburn.edu>
10808
10809 * windows.texi (Choosing Window): Fix typo.
10810 * edebug.texi (Edebug Execution Modes): Fix typo.
10811
108122003-10-13 Richard M. Stallman <rms@gnu.org>
10813
10814 * windows.texi (Basic Windows): A window has fringe settings,
10815 display margins and scroll-bar settings.
10816 (Splitting Windows): Doc split-window return value.
10817 Clean up one-window-p.
10818 (Selecting Windows): Fix typo.
10819 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
10820 (Buffers and Windows): In set-window-buffer, explain effect
10821 on fringe settings and scroll bar settings.
10822 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
10823 (Choosing Window): Use defopt for pop-up-frame-function.
10824 For special-display-buffer-names, explain same-window and same-frame.
10825 Clarify window-dedicated-p return value.
10826 (Textual Scrolling): scroll-up and scroll-down can get an error.
10827 (Horizontal Scrolling): Clarify auto-hscroll-mode.
10828 Clarify set-window-hscroll.
10829 (Size of Window): Don't mention tool bar in window-height.
10830 (Coordinates and Windows): Explain what coordinates-in-window-p
10831 returns for fringes and display margins.
10832 (Window Configurations): Explain saving fringes, etc.
10833
10834 * tips.texi (Library Headers): Clean up Documentation.
10835
10836 * syntax.texi (Parsing Expressions): Clean up forward-comment
10837 and parse-sexp-lookup-properties.
10838
10839 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
10840
10841 * os.texi (System Environment): Clean up text for load-average errors.
10842
10843 * modes.texi (Hooks): Don't explain local hook details at front.
10844 Clarify run-hooks and run-hook-with-args a little.
10845 Clean up add-hook and remove-hook.
10846
10847 * edebug.texi (Edebug Execution Modes): Clarify t.
10848 Document edebug-sit-for-seconds.
10849 (Coverage Testing): Document C-x X = and =.
10850 (Instrumenting Macro Calls): Fix typo.
10851 (Specification List): Don't index the specification keywords.
10852
108532003-10-10 Kim F. Storm <storm@cua.dk>
10854
10855 * processes.texi (Network): Introduce make-network-process.
10856
108572003-10-09 Luc Teirlinck <teirllm@auburn.edu>
10858
10859 * tips.texi (Library Headers): Fix typo.
10860
108612003-10-07 Juri Linkov <juri@jurta.org>
10862
10863 * modes.texi (Imenu): Mention imenu-create-index-function's
10864 default value. Explain submenus better.
10865
108662003-10-07 Lute Kamstra <lute@gnu.org>
10867
10868 * modes.texi (Faces for Font Lock): Fix typo.
10869 (Hooks): Explain how buffer-local hook variables can refer to
10870 global hook variables.
10871 Various minor clarifications.
10872
108732003-10-06 Lute Kamstra <lute@gnu.org>
10874
10875 * tips.texi (Coding Conventions): Mention naming conventions for
10876 hooks.
10877
108782003-10-05 Luc Teirlinck <teirllm@auburn.edu>
10879
10880 * loading.texi (Library Search): Correct default value of
10881 load-suffixes.
10882 (Named Features): Fix typo.
10883
108842003-10-05 Richard M. Stallman <rms@gnu.org>
10885
10886 * loading.texi (Named Features): In `provide',
10887 say how to test for subfeatures.
10888 (Unloading): In unload-feature, use new var name
10889 unload-feature-special-hooks.
10890
108912003-10-03 Lute Kamstra <lute@gnu.org>
10892
10893 * modes.texi (Major Mode Conventions): Mention third way to set up
10894 Imenu.
10895 (Imenu): A number of small fixes.
10896 Delete documentation of internal variable imenu--index-alist.
10897 Document the return value format of imenu-create-index-function
10898 functions.
10899
109002003-09-30 Richard M. Stallman <rms@gnu.org>
10901
10902 * processes.texi (Network): Say what stopped datagram connections do.
10903
10904 * lists.texi (Association Lists): Clarify `assq-delete-all'.
10905
10906 * display.texi (Overlay Properties): Clarify `evaporate' property.
10907
109082003-09-29 Lute Kamstra <lute@gnu.org>
10909
10910 * modes.texi (Mode Line Data): Explain when symbols in mode-line
10911 constructs should be marked as risky.
10912 Change cons cell into proper list.
10913 (Mode Line Variables): Change cons cell into proper list.
10914
109152003-09-26 Lute Kamstra <lute@gnu.org>
10916
10917 * modes.texi (Mode Line Data): Document the :propertize construct.
10918 (Mode Line Variables): Reorder the descriptions of the variables
10919 to match their order in the default mode-line-format.
10920 Describe the new variables mode-line-position and mode-line-modes.
10921 Update the default values of mode-line-frame-identification,
10922 minor-mode-alist, and default-mode-line-format.
10923 (Properties in Mode): Mention the :propertize construct.
10924
109252003-09-26 Richard M. Stallman <rms@gnu.org>
10926
10927 * buffers.texi, commands.texi, debugging.texi, eval.texi:
10928 * loading.texi, minibuf.texi, text.texi, variables.texi:
10929 Avoid @strong{Note:}.
10930
109312003-09-26 Richard M. Stallman <rms@gnu.org>
10932
10933 * keymaps.texi (Remapping Commands): Fix typo.
10934
109352003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
10936
10937 * processes.texi (Low-Level Network): Fix typo.
10938
109392003-09-23 Kim F. Storm <storm@cua.dk>
10940
10941 * processes.texi (Network, Network Servers): Fix typos.
10942 (Low-Level Network): Add timeout value for :server keyword.
10943 Add new option keywords to make-network-process.
10944 Add set-network-process-options.
10945 Explain how to test availability of network options.
10946
109472003-09-19 Richard M. Stallman <rms@gnu.org>
10948
10949 * text.texi (Motion by Indent): Arg to
10950 backward-to-indentation and forward-to-indentation is optional.
10951
10952 * strings.texi (Creating Strings): Add substring-no-properties.
10953
10954 * processes.texi
10955 (Process Information): Add list-processes arg QUERY-ONLY.
10956 Delete process-contact from here.
10957 Add new status values for process-status.
10958 Add process-get, process-put, process-plist, set-process-plist.
10959 (Synchronous Processes): Add call-process-shell-command.
10960 (Signals to Processes): signal-process allows process objects.
10961 (Network): Complete rewrite.
10962 (Network Servers, Datagrams, Low-Level Network): New nodes.
10963
10964 * positions.texi (Word Motion): forward-word, backward-word
10965 arg is optional. Reword.
10966
10967 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
10968
10969 * variables.texi (Creating Buffer-Local):
10970 Delete duplicate definition of buffer-local-value.
10971 (File Local Variables): Explain about discarding text props.
10972
109732003-09-11 Richard M. Stallman <rms@gnu.org>
10974
10975 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
10976 changes variables that record input events.
10977 (Minibuffer Misc): Add minibuffer-selected-window.
10978
10979 * lists.texi (Building Lists): Add copy-tree.
10980
10981 * display.texi (Fontsets): Add char-displayable-p.
10982 (Scroll Bars): New node.
10983
109842003-09-08 Lute Kamstra <lute@gnu.org>
10985
10986 * modes.texi (%-Constructs): Document new `%i' and `%I'
10987 constructs.
10988
109892003-09-03 Peter Runestig <peter@runestig.com>
10990
10991 * makefile.w32-in: New file.
10992
109932003-08-29 Richard M. Stallman <rms@gnu.org>
10994
10995 * display.texi (Overlay Properties): Clarify how priorities
10996 affect use of the properties.
10997
109982003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10999
11000 * customize.texi (Type Keywords): Correct the description of
11001 `:help-echo' in the case where `motion-doc' is a function.
11002
110032003-08-14 John Paul Wallington <jpw@gnu.org>
11004
11005 * modes.texi (Emulating Mode Line): Subsection, not section.
11006
110072003-08-13 Richard M. Stallman <rms@gnu.org>
11008
11009 * elisp.texi (Top): Update subnode lists in menu.
11010
11011 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
11012 (Kill Functions): kill-region has new arg yank-handler.
11013 (Yanking): New node.
11014 (Yank Commands): Add yank-undo-function.
11015 (Low-Level Kill Ring):
11016 kill-new and kill-append have new arg yank-handler.
11017 (Changing Properties): Add remove-list-of-text-properties.
11018 (Atomic Changes): New node.
11019
11020 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
11021
11022 * streams.texi (Output Variables): Add eval-expression-print-length
11023 and eval-expression-print-level.
11024
11025 * os.texi (Time Conversion): For encode-time, explain limits on year.
11026
11027 * objects.texi (Character Type): Define anchor "modifier bits".
11028
11029 * modes.texi (Emulating Mode Line): New node.
11030 (Search-based Fontification): Font Lock uses font-lock-face property.
11031 (Other Font Lock Variables): Likewise.
11032
11033 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
11034 not vectors.
11035 (Active Keymaps): Add emulation-mode-map-alists.
11036 (Functions for Key Lookup): key-binding has new arg no-remap.
11037 (Remapping Commands): New node.
11038 (Scanning Keymaps): where-is-internal has new arg no-remap.
11039 (Tool Bar): Add tool-bar-local-item-from-menu.
11040 Clarify when to use tool-bar-add-item-from-menu.
11041
11042 * commands.texi (Interactive Call): commandp has new arg.
11043 (Command Loop Info): Add this-original-command.
11044
110452003-08-06 John Paul Wallington <jpw@gnu.org>
11046
11047 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
11048
11049 * display.texi (Warning Basics): Fix typo.
11050 (Fringes): Add closing curly bracket and fix typo.
11051
11052 * elisp.texi (Top): Fix typo.
11053
110542003-08-05 Richard M. Stallman <rms@gnu.org>
11055
11056 * elisp.texi: Update lists of subnodes.
11057
11058 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
11059
11060 * variables.texi (Local Variables): Use lc for example variable names.
11061
11062 * tips.texi (Library Headers): Explain where to put -*-.
11063
11064 * strings.texi (Creating Strings): Fix xref for vconcat.
11065
11066 * sequences.texi (Vector Functions):
11067 vconcat no longer allows integer args.
11068
11069 * minibuf.texi (Reading File Names): read-file-name has new
11070 arg PREDICATE. New function read-directory-name.
11071
c4cc8b9a 11072 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
11073 (Indenting Macros): New node.
11074
11075 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
11076 (Window Frame Parameters): Make separate table of parameters
11077 that are coupled with specific face attributes.
11078 (Deleting Frames): delete-frame-hooks renamed to
11079 delete-frame-functions.
11080
11081 * files.texi (Magic File Names): Add file-remote-p.
11082 Clarify file-local-copy.
11083
11084 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
11085 here; instead xref Defining Macros.
11086
11087 * display.texi (Warnings): New node, and subnodes.
11088 (Fringes): New node.
11089
11090 * debugging.texi (Test Coverage): New node.
11091
11092 * compile.texi (Compiler Errors): Explain with-no-warnings
11093 and other ways to suppress warnings.
11094
11095 * commands.texi (Interactive Call): Minor clarification.
11096
11097 * buffers.texi (Buffer File Name): set-visited-file-name
11098 renames the buffer too.
11099
11100 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
11101
111022003-07-24 Markus Rost <rost@math.ohio-state.edu>
11103
11104 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
11105
111062003-07-22 Markus Rost <rost@math.ohio-state.edu>
11107
11108 * internals.texi (Garbage Collection): Fix previous change.
11109
111102003-07-22 Richard M. Stallman <rms@gnu.org>
11111
11112 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
11113
11114 * display.texi (Width): Use \s syntax in example.
11115 (Font Selection): Add face-font-rescale-alist.
11116
11117 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
11118 Remove spurious indent in example.
11119
11120 * lists.texi (Building Lists): Add number-sequence.
11121
11122 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
11123
11124 * functions.texi (Function Documentation): Explain how to
11125 show calling convention explicitly in the doc string.
11126
11127 * windows.texi (Selecting Windows): save-selected-window saves
11128 selected window of each frame.
11129 (Window Configurations): Minor change.
11130
11131 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
11132
11133 * streams.texi (Output Variables): Add print-continuous-numbering
11134 and print-number-table.
11135
11136 * processes.texi (Decoding Output): New node.
11137
11138 * os.texi (Time Conversion): decode-time arg is optional.
11139
11140 * objects.texi (Character Type): Don't use space as example for \.
11141 Make list of char names and \-sequences correspond.
11142 Explain that \s is not used in strings. `\ ' needs space after.
11143
11144 * nonascii.texi (Converting Representations): Add string-to-multibyte.
11145 (Translation of Characters): Add translation-table-for-input.
11146 (Default Coding Systems): Add auto-coding-functions.
11147 (Explicit Encoding): Add decode-coding-inserted-region.
11148 (Locales): Add locale-info.
11149
11150 * minibuf.texi (Basic Completion): Describe test-completion.
11151 Collections can be lists of strings.
11152 Clean up lazy-completion-table.
11153 (Programmed Completion): Mention test-completion.
11154 Clarify why lambda expressions are not accepted.
11155 (Minibuffer Misc): Describe minibufferp.
11156
111572003-07-14 Richard M. Stallman <rms@gnu.org>
11158
11159 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
11160
11161 * windows.texi (Selecting Windows): New arg to select-window.
11162 (Selecting Windows): Add with-selected-window.
11163 (Size of Window): Add window-inside-edges, etc.
11164
11165 * internals.texi (Garbage Collection): Add post-gc-hook.
11166
11167 * processes.texi (Subprocess Creation): Add exec-suffixes.
11168
11169 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
11170 (Scanning Keymaps): Add map-keymaps.
11171 (Defining Menus): Add keymap-prompt.
11172
11173 * numbers.texi (Integer Basics): Add most-positive-fixnum,
11174 most-negative-fixnum.
11175
c4cc8b9a 11176 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
11177 (Compiler Errors): New node.
11178
11179 * os.texi (User Identification): user-uid, user-real-uid
11180 can return float.
11181
11182 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
11183 and about derived modes.
11184 (Minor Modes): Add minor-mode-list.
11185 (Defining Minor Modes): Keyword args for define-minor-mode.
11186 (Search-based Fontification): Explain managing other properties.
11187 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 11188 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
11189 (Hooks): Add run-mode-hooks and delay-mode-hooks.
11190
11191 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
11192 (Variable Aliases): Clarify defvaralias.
11193
11194 * loading.texi (Library Search): Add load-suffixes.
11195
11196 * minibuf.texi (Basic Completion): Add lazy-completion-table.
11197 (Programmed Completion): Add dynamic-completion-table.
11198
11199 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
11200 (Magic File Names): Specify precedence order of handlers.
11201
11202 * commands.texi (Command Overview): Emacs server runs pre-command-hook
11203 and post-command-hook.
11204 (Waiting): New calling convention for sit-for.
11205
11206 * text.texi (Special Properties): local-map and keymap properties
11207 apply based on their stickiness.
11208
112092003-07-07 Richard M. Stallman <rms@gnu.org>
11210
11211 * modes.texi (Minor Mode Conventions): Specify only some kinds
11212 of list values as args to minor modes.
11213
11214 * files.texi (File Name Expansion): Warn about iterative use
11215 of substitute-in-file-name.
11216
11217 * advice.texi (Activation of Advice): Clean up previous change.
11218
112192003-07-06 Markus Rost <rost@math.ohio-state.edu>
11220
11221 * advice.texi (Activation of Advice): Note that ad-start-advice is
11222 turned on by default.
11223
112242003-06-30 Richard M. Stallman <rms@gnu.org>
11225
11226 * text.texi (Buffer Contents): Document current-word.
11227 (Change Hooks): Not called for *Messages*.
11228
11229 * functions.texi (Defining Functions): Explain about redefining
11230 primitives.
f4e90db0 11231 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
11232 Comment out the detailed criteria for what is safe.
11233
112342003-06-22 Andreas Schwab <schwab@suse.de>
11235
11236 * objects.texi (Symbol Type): Fix description of examples.
11237
112382003-06-16 Andreas Schwab <schwab@suse.de>
11239
11240 * hash.texi (Creating Hash): Fix description of :weakness.
11241
c8763fb6 112422003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
11243
11244 * files.texi (Changing Files): copy-file copies file modes, too.
11245
112462003-05-28 Richard M. Stallman <rms@gnu.org>
11247
11248 * strings.texi (Creating Strings): Clarify split-string.
11249
112502003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
11251
11252 * strings.texi (Creating Strings): Update split-string specification
11253 and examples.
11254
112552003-05-19 Richard M. Stallman <rms@gnu.org>
11256
11257 * elisp.texi: Correct invariant section names.
11258
112592003-04-20 Richard M. Stallman <rms@gnu.org>
11260
11261 * os.texi (Timers): Explain about timers and quitting.
11262
112632003-04-19 Richard M. Stallman <rms@gnu.org>
11264
11265 * internals.texi (Writing Emacs Primitives): Strings are
11266 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
11267 Explain GCPRO convention for varargs function args.
11268
112692003-04-16 Richard M. Stallman <rms@gnu.org>
11270
11271 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
11272
112732003-04-08 Richard M. Stallman <rms@gnu.org>
11274
11275 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
11276
112772003-02-13 Kim F. Storm <storm@cua.dk>
11278
11279 * objects.texi (Character Type): New \s escape for space.
11280
112812003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
11282
5dcb4c4e 11283 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
11284
112852003-01-25 Richard M. Stallman <rms@gnu.org>
11286
11287 * keymaps.texi: Document that a symbol can act as a keymap.
11288
112892003-01-13 Richard M. Stallman <rms@gnu.org>
11290
11291 * text.texi (Changing Properties): Say string indices are origin-0.
11292
11293 * positions.texi (Screen Lines) <compute-motion>:
11294 Correct order of elts in return value.
11295
11296 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
11297 how to define a default binding.
11298
112992002-12-07 Markus Rost <rost@math.ohio-state.edu>
11300
11301 * loading.texi (Unloading): Fix recent change for load-history.
11302
11303 * customize.texi (Simple Types): Clarify description of custom
11304 type 'number. Describe new custom type 'float.
11305
113062002-12-04 Markus Rost <rost@math.ohio-state.edu>
11307
11308 * variables.texi (File Local Variables): Fix typo.
11309
c8763fb6 113102002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
11311
11312 From Michael Albinus <Michael.Albinus@alcatel.de>.
11313
11314 * README: Target for Info file is `make info'.
11315
5dcb4c4e 11316 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
11317 `file-name-sans-extension'.
11318 (Magic File Names): Complete list of operations for magic file
11319 name handlers.
11320
113212002-09-16 Jonathan Yavner <jyavner@engineer.com>
11322
11323 * variables.texi (File Local Variables): New function
11324 risky-local-variable-p.
11325
113262002-09-15 Jonathan Yavner <jyavner@engineer.com>
11327
11328 * functions.texi (Function safety): New node about unsafep.
11329
113302002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
11331
5dcb4c4e 11332 * customize.texi (Splicing into Lists): Fix example.
a86cd395 11333 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
11334
113352002-06-17 Juanma Barranquero <lektu@terra.es>
11336
11337 * frames.texi (Display Feature Testing): Fix typo.
11338
113392002-06-12 Andreas Schwab <schwab@suse.de>
11340
11341 * frames.texi (Initial Parameters, Resources): Fix references to
11342 the Emacs manual.
11343
113442002-05-13 Kim F. Storm <storm@cua.dk>
11345
11346 * variables.texi (Intro to Buffer-Local): Updated warning and
11347 example relating to changing buffer inside let.
11348
c8763fb6 113492002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
11350
11351 * os.texi (Session Management): New node about X Session management.
11352
113532002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
11354
11355 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
11356 to which the manual corresponds, and the copyright years.
11357
11358 * Makefile.in (VERSION): Set to 2.9.
11359
113602001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
11361
11362 * elisp.texi: Change the category in @dircategory to "Emacs", to
11363 make it consistent with info/dir.
11364
113652001-11-25 Miles Bader <miles@gnu.org>
11366
11367 * text.texi (Fields): Describe new `limit' arg in
11368 field-beginning/field-end.
11369
113702001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
11371
5dcb4c4e
SM
11372 * permute-index: Don't depend on csh-specific features.
11373 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
11374
11375 * two-volume-cross-refs.txt: New file.
11376 * two.el: New file.
11377 * spellfile: New file.
11378
113792001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
11380
11381 * permute-index: New file.
11382
11383 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
11384 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
11385 8+3 restricted namespace.
11386
11387 * Makefile.in (infodir): Define relative to $(srcdir).
11388 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
11389 include directories list via -I switch to makeinfo.
11390 (index.texi): Use cp if both hard and symbolic links fail.
11391
113922001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
11393
11394 * Makefile.in (distclean): Add.
11395
11396 The following changes make ELisp manual part of the Emacs
11397 distribution:
11398
11399 * Makefile.in: Add Copyright notice.
11400 (prefix): Remove.
11401 (infodir): Change value to "../info".
11402 (VPATH): New variable.
11403 (MAKE): Don't define.
11404 (texmacrodir): Don't define.
11405 (texinputdir): Append the existing value of TEXINPUTS.
11406 ($(infodir)/elisp): Instead of just "elisp". Reformat the
11407 command to be compatible with man/Makefile.in, and to put the
11408 output into ../info.
11409 (info): Add target.
11410 (installall): Target removed.
11411
c8763fb6 114122001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
11413
11414 * tips.texi (Coding Conventions): Fix typo.
11415
114162001-10-23 Gerd Moellmann <gerd@gnu.org>
11417
11418 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11419
114202001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11421
11422 * files.texi (File Name Components): Update the description of
11423 file-name-sans-extension and file-name-extension, as they now
11424 ignore leading dots.
11425
114262001-10-20 Gerd Moellmann <gerd@gnu.org>
11427
11428 * (Version 21.1 released.)
11429
114302001-10-19 Miles Bader <miles@gnu.org>
11431
11432 * positions.texi (Text Lines): Describe behavior of
11433 `beginning-of-line'/`end-of-line' in the presence of field properties.
11434
114352001-10-17 Gerd Moellmann <gerd@gnu.org>
11436
11437 * Makefile.in (VERSION): Set to 2.8.
11438 (manual): Use `manual-21'.
11439
11440 * elisp.texi (VERSION): Add and use it where the version
11441 number was used. Set it to 2.8.
11442
11443 * intro.texi: Likewise.
11444
114452001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11446
11447 * files.texi (File Name Completion): Document the significance of
11448 a trailing slash in elements of completion-ignored-extensions.
11449
114502001-10-06 Miles Bader <miles@gnu.org>
11451
11452 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11453
114542001-10-04 Gerd Moellmann <gerd@gnu.org>
11455
11456 * variables.texi (Variable Aliases): New node.
11457
114582001-10-04 Gerd Moellmann <gerd@gnu.org>
11459
11460 * Branch for 21.1.
11461
114622001-10-02 Miles Bader <miles@gnu.org>
11463
11464 * minibuf.texi (Minibuffer Misc): Add entries for
11465 `minibuffer-contents', `minibuffer-contents-no-properties', and
11466 `delete-minibuffer-contents'.
11467 Correct description for `minibuffer-prompt-end'.
11468
11469 * text.texi (Property Search): Correct descriptions of
11470 `next-char-property-change' and `previous-char-property-change'.
11471 Add entries for `next-single-char-property-change' and
11472 `previous-single-char-property-change'.
11473 Make operand names a bit more consistent.
11474
114752001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
11476
11477 * frames.texi (Finding All Frames): Document that next-frame and
11478 previous-frame are local to current terminal.
11479
114802001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
11481
11482 * keymaps.texi (Creating Keymaps): Fix the description of the
11483 result of make-keymap.
11484
114852001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
11486
11487 * display.texi (Font Lookup, Attribute Functions)
11488 (Image Descriptors): Add cross-references to the definition of
11489 selected frame.
11490
11491 * buffers.texi (The Buffer List): Add cross-references to the
11492 definition of selected frame.
11493
11494 * frames.texi (Input Focus): Clarify which frame is _the_ selected
11495 frame at any given time.
11496 (Multiple Displays, Size and Position): Add a cross-reference to
11497 the definition of the selected frame.
11498
114992001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11500
11501 * strings.texi (String Conversion) <string-to-number>: Document
11502 that a float is returned for integers that are too large.
11503
11504 * frames.texi (Mouse Position): Document mouse-position-function.
11505 (Display Feature Testing): Document display-images-p.
11506 (Window Frame Parameters): Document the cursor-type variable.
11507
11508 * numbers.texi (Integer Basics): Document CL style read syntax for
11509 integers in bases other than 10.
11510
5dcb4c4e
SM
11511 * positions.texi (List Motion):
11512 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
11513
11514 * lists.texi (Sets And Lists): Document member-ignore-case.
11515
11516 * internals.texi (Garbage Collection): Document the used and free
11517 strings report.
11518 (Memory Usage): Document strings-consed.
11519
11520 * os.texi (Time of Day): Document float-time.
11521 (Recording Input): Document that clear-this-command-keys clears
11522 the vector to be returned by recent-keys.
11523
ed9265fc
JB
11524 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
11525 The argument keymap can be a list.
b8d4c8d0
GM
11526
11527 * nonascii.texi (User-Chosen Coding Systems)
11528 <select-safe-coding-system>: Document the new argument
11529 accept-default-p and the variable
11530 select-safe-coding-system-accept-default-p. Tell what happens if
11531 buffer-file-coding-system is undecided.
11532 (Default Coding Systems): Document auto-coding-regexp-alist.
11533
11534 * display.texi (The Echo Area) <message>: Document
11535 message-truncate-lines.
11536 (Glyphs): Document that the glyph table is unused on windowed
11537 displays.
11538
11539 * help.texi (Describing Characters) <single-key-description>:
11540 Document the new argument no-angles.
11541 (Accessing Documentation) <documentation-property>: Document that
11542 a non-string property is evaluated.
11543 <documentation>: Document that the function-documentation property
11544 is looked for.
11545
11546 * windows.texi (Selecting Windows): Document some-window.
11547
11548 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
11549
11550 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
11551 apropos-mode-hook.
11552
11553 * commands.texi (Using Interactive): Document interactive-form.
11554 (Keyboard Macros): Document kbd-macro-termination-hook.
11555 (Command Loop Info): Document that clear-this-command-keys clears
11556 the vector to be returned by recent-keys.
11557
115582001-09-04 Werner LEMBERG <wl@gnu.org>
11559
11560 * Makefile.in (srcdir, texinputdir): New variables.
11561 (srcs, index.texi, install): Use $(srcdir).
11562 (.PHONY): Remove elisp.dvi.
11563 (elisp): Use -I switch for makeinfo.
11564 (elisp.dvi): Use $(srcdir) and $(texinputdir).
11565 (installall, dist): Use $(srcdir).
11566 Fix path to texinfo.tex.
11567 (maintainer-clean): Add elisp.dvi and elisp.oaux.
11568
115692001-08-30 Gerd Moellmann <gerd@gnu.org>
11570
11571 * display.texi (Conditional Display): Adjust to API change.
11572
11573 * configure: New file.
11574
115752001-07-30 Gerd Moellmann <gerd@gnu.org>
11576
11577 * commands.texi (Repeat Events): Add description of
11578 double-click-fuzz.
11579
115802001-05-08 Stefan Monnier <monnier@cs.yale.edu>
11581
11582 * syntax.texi (Syntax Class Table): Add the missing designator for
11583 comment and string fences.
11584 (Syntax Properties): Add a xref to syntax table internals.
11585 (Syntax Table Internals): Document string-to-syntax.
11586
115872001-05-07 Gerd Moellmann <gerd@gnu.org>
11588
11589 * Makefile.in (install): Use install-info command line options
11590 like in Emacs' Makefile.in.
11591
115922000-12-09 Miles Bader <miles@gnu.org>
11593
11594 * windows.texi (Window Start): Update documentation for
11595 `pos-visible-in-window-p'.
11596
115972000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11598
11599 * lists.texi (Building Lists): Add footnote to explain how to add
11600 to the end of a list.
11601
116022000-10-25 Gerd Moellmann <gerd@gnu.org>
11603
11604 * files.texi (Visiting Functions): Typos.
11605
116062000-10-25 Kenichi Handa <handa@etl.go.jp>
11607
11608 * files.texi (Visiting Functions): Return value of
11609 find-file-noselect may be a list of buffers if wildcards are used.
11610
116112000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11612
11613 * display.texi (Defining Faces): Document `graphic' display type
11614 in face specs.
11615
b344d29d 116162000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
11617
11618 * hooks.texi (Standard Hooks): Replace obsolete
11619 `after-make-frame-hook' with `after-make-frame-functions'.
11620
11621 * frames.texi (Creating Frames): Ditto.
11622
11623 * variables.texi (Future Local Variables): Ditto.
11624
116252000-10-16 Gerd Moellmann <gerd@gnu.org>
11626
11627 * display.texi (Other Image Types): Add description of :foreground
11628 and :background properties of mono PBM images.
11629
116302000-08-17 Werner LEMBERG <wl@gnu.org>
11631
11632 * .cvsignore: New file.
11633
116342000-01-05 Gerd Moellmann <gerd@gnu.org>
11635
11636 * tindex.pl: New script.
11637
116381999-12-03 Dave Love <fx@gnu.org>
11639
11640 * Makefile.in (MAKEINFO): New parameter.
11641
116421999-09-17 Richard Stallman <rms@gnu.org>
11643
11644 * Makefile.in (srcs): Add hash.texi.
11645 (VERSION): Update to 20.6.
11646
116471999-09-13 Richard Stallman <rms@gnu.org>
11648
11649 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
11650
116511998-08-29 Karl Heuer <kwzh@gnu.org>
11652
11653 * configure.in: New file.
11654 * Makefile.in: Renamed from Makefile.
11655 (prefix, infodir): Use value obtained from configure.
11656 (emacslibdir): Obsolete variable deleted.
11657 (dist): Distribute configure.in, configure, Makefile.in.
11658
116591998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11660
11661 * Makefile (INSTALL_INFO): New variable.
11662 (install): Run install-info.
11663
116641998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11665
11666 * Makefile (elisp.dvi): Add missing backslash.
11667
116681998-05-02 Richard Stallman <rms@psilocin.gnu.org>
11669
11670 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
11671 Run texindex without `./'. Always run texindex on elisp.tp.
11672 (elisp.tps): Target deleted.
11673
116741998-04-05 Richard Stallman <rms@psilocin.gnu.org>
11675
11676 * Makefile (srcs): Add nonascii.texi and customize.texi.
11677 (dist): Start by deleting `temp'.
11678
116791998-02-17 Richard Stallman <rms@psilocin.gnu.org>
11680
11681 * Makefile (makeinfo, texindex): Targets deleted.
11682 (makeinfo.o, texindex.o): Targets deleted.
11683 (clean, dist): Don't do anything with them or with getopt*.
11684
116851998-01-30 Richard Stallman <rms@psilocin.gnu.org>
11686
11687 * Makefile (SHELL): Defined.
11688
116891998-01-27 Richard Stallman <rms@psilocin.gnu.org>
11690
11691 * Makefile (elisp.tps): New target.
11692 (elisp.dvi): Depend on elisp.tps.
11693
c5602427 116941996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
11695
11696 * README: Update phone number.
11697
11698 * Makefile (elisp): Make this be the default target.
11699 Depend on makeinfo.c instead of makeinfo.
11700 (install): Don't depend on elisp.dvi, since we don't install that.
11701 Use mkinstalldirs.
11702 (dist): Add mkinstalldirs.
11703
c5602427 117041995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
11705
11706 * Makefile (VERSION): Update version number.
5dcb4c4e 11707 (maintainer-clean): Rename from realclean.
b8d4c8d0 11708
c5602427 117091995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
11710
11711 * Makefile (realclean): New target.
11712 (elisp): Remove any old elisp-* files first.
11713
c5602427 117141993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
11715
11716 * Makefile (VERSION): New variable.
11717 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
11718 Compressed file suffix should be `.gz', not `.z'.
11719
ce058493 117201993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11721
11722 * Makefile (elisp): Depend on makeinfo.
11723
c5602427 117241993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
11725
11726 * Makefile (srcs): Add anti.texi.
11727
c5602427 117281993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11729
11730 * Makefile (infodir, prefix): New vars.
11731 (install): Use infodir.
f4e90db0 11732 (emacsinfodir): Delete.
b8d4c8d0 11733
c5602427 117341993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11735
11736 * Makefile (srcs): Add calendar.texi.
11737
11738 * Makefile (dist): Copy texindex.c and makeinfo.c.
11739 Limit elisp-* files to those with one or two digits.
11740
c5602427 117411993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 11742
f4e90db0 11743 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 11744
c5602427 117451993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11746
11747 * loading.texi (Unloading): define-function changed back to
11748 defalias. It may not stay this way, but at least it's
11749 consistent with the known-good version of the code patch.
11750
c5602427 117511993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
11752
11753 * modes.texi (Hooks): Document new optional arg of add-hook.
11754
c5602427 117551993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11756
11757 * variables.texi: Document nil initial value of buffer-local variables.
11758
11759 * tips.texi: Add new section on standard library headers.
11760
c5602427 117611993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11762
11763 * Makefile (srcs): Add frame.texi to the list of sources.
11764
c5602427 117651993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11766
11767 * Makefile (dist): Don't bother excluding autosave files; they'll
11768 never make it into the temp directory anyway, and the hash marks
11769 in the name are problematic for make and the Bourne shell.
ed9265fc 11770 (srcs): ???
b8d4c8d0 11771
c5602427 117721993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11773
11774 * Makefile (dist): Don't include backup files or autosave files in
11775 the distribution tar file.
11776
c5602427 117771991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 11778
5dcb4c4e 11779 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
11780 (elisp.dvi): Remove erroneous shell comment.
11781 Expect output of permute-index in permuted.fns.
11782 Save old elisp.aux in elisp.oaux.
5dcb4c4e 11783 (clean): Add index.texi to be deleted.
b8d4c8d0 11784
c5602427 117851990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
11786
11787 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
11788
c5602427 117891990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
11790
11791 * files.texi: Noted that completion-ignored-extensions is ignored
11792 when making *Completions*.
11793
3e868ee3 117941990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
11795
11796 * Makefile make dist now depends on elisp.dvi, since it tries
11797 to include it in the dist file.
11798
c5602427 117991990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 11800
c5602427 11801 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 11802
c5602427 118031989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
11804
11805 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
11806 (defunargs): Turn off \hyphenchar of \sl font temporarily.
11807
c5602427 118081989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11809
11810 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
11811 and @error{} are the terms now being used. The files in the
11812 directory have been changed to reflect this.
11813
11814 * All instances of @indentedresultt{} have been changed to
333f9019 11815 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 11816
c5602427 118171989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11818
11819 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
11820 experimental @indentedresult{}, @indentedexpandsto{} are part of
11821 the texinfo.tex in this directory. These TeX macros are not
11822 stable yet.
11823
c5602427 118241989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11825
11826 * texinfo.tex: Temporarily added
11827 \let\result=\dblarrow
11828 \def\error{{\it ERROR} \longdblarrow}
11829 We need to do this better soon.
11830
c5602427 118311989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11832
11833 * Applied Karl Berry's patches to *.texinfo files, but not to
11834 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
11835 new title page format is also not applied, since it requires
11836 texinfo.tex changes.)
11837
11838 * Cleaned up `Makefile' and defined the `emacslibdir' directory
11839 for the Project GNU development environment.
11840
11841;; Local Variables:
c8763fb6 11842;; coding: utf-8
b8d4c8d0
GM
11843;; End:
11844
ca4b98fa 11845 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
11846
11847 This file is part of GNU Emacs.
11848
352c8b4a 11849 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 11850 it under the terms of the GNU General Public License as published by
352c8b4a
GM
11851 the Free Software Foundation, either version 3 of the License, or
11852 (at your option) any later version.
b8d4c8d0
GM
11853
11854 GNU Emacs is distributed in the hope that it will be useful,
11855 but WITHOUT ANY WARRANTY; without even the implied warranty of
11856 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11857 GNU General Public License for more details.
11858
11859 You should have received a copy of the GNU General Public License
352c8b4a 11860 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.