* lisp/info.el (Info-copy-current-node-name, Info-breadcrumbs)
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
4288142b
PE
12012-12-06 Paul Eggert <eggert@cs.ucla.edu>
2
3 * doclicense.texi, gpl.texi: Update to latest version from FSF.
4 These are just minor editorial changes.
5
d8ad4d3f 62012-12-06 Chong Yidong <cyd@gnu.org>
a20ae0b9
CY
7
8 * lists.texi (Plist Access): Move put example to Symbol Plists.
9
10 * symbols.texi (Standard Properties): Fix typo.
11
c5bc2d1d 122012-12-03 Chong Yidong <cyd@gnu.org>
547d6865 13
f02f19bd
CY
14 * symbols.texi (Symbol Properties): New node.
15 (Symbol Plists): Make it a subsection under Symbol Properties.
16 (Standard Properties): New node.
17
18 * lists.texi (Property Lists): Move here from symbols.texi.
19 (Plist Access): Rename from Other Plists.
20
21 * customize.texi (Variable Definitions):
22 * display.texi (Defining Faces):
23 * sequences.texi (Char-Tables): Fix xref.
24
547d6865
CY
25 * keymaps.texi (Key Sequences): kbd is now a function.
26
f02f19bd
CY
27 * commands.texi (Using Interactive): Fix index entry.
28
cb6f5650
PE
292012-11-24 Paul Eggert <eggert@cs.ucla.edu>
30
c07a6ded
PE
31 * doclicense.texi: Update to latest version from FSF.
32 These are just minor editorial changes.
33 * elisp.texi (GNU Free Documentation License)
34 (GNU General Public Licens):
35 Provide sectioning, since doclicense.texi no longer does that.
36
cb6f5650
PE
37 * loading.texi (Named Features): @ -> @@ to fix typo.
38
d125ca15 392012-11-24 Martin Rudalics <rudalics@gmx.at>
0d4bb04f
MR
40
41 * windows.texi (Basic Windows): Fix typo.
42 (Windows and Frames): Fix example. Move description of
43 window-in-direction here.
44 (Recombining Windows): Fix example.
45 (Buffers and Windows): Fix description of
46 replace-buffer-in-windows.
47 (Switching Buffers): Reword.
48 (Display Action Functions): Minor adjustments.
49 (Choosing Window Options): Minor fixes.
50 (Window History): Minor rewording.
51 (Dedicated Windows): Correct and reword part describing how
52 dedicatedness affects functions removing buffers or windows.
53 * buffers.texi (The Buffer List): Fix description of
54 bury-buffer.
55
d125ca15 562012-11-24 Chong Yidong <cyd@gnu.org>
90d99fdf
CY
57
58 * modes.texi (%-Constructs): Fix statement about mode construct
59 padding (Bug#12866).
60
d125ca15 612012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
365fc14a
SM
62
63 * debugging.texi (Profiling): Make it more clear
64 that --enable-profiling is about profiling the C code.
65
38a2f917
GM
662012-11-21 Glenn Morris <rgm@gnu.org>
67
3ca2f1bf
GM
68 * display.texi (Attribute Functions):
69 Update for set-face-* name changes.
1bf335cf
GM
70 Add new "inherit" argument for face-bold-p etc.
71 Move description of this argument to a common section, like "frame".
3ca2f1bf 72
6ef2e5ef 73 * debugging.texi (Profiling): New section.
b6729a18 74 (Debugging): Mention profiling in the introduction.
5b776637
GM
75 * tips.texi (Compilation Tips): Move profiling to separate section.
76 * elisp.texi: Add Profiling to detailed menu.
77
6ef2e5ef 782012-11-21 Martin Rudalics <rudalics@gmx.at>
66c466d4
MR
79
80 * windows.texi (Display Action Functions): Fix recently added
81 example. Suggested by Michael Heerdegen.
82
6ef2e5ef 832012-11-21 Paul Eggert <eggert@cs.ucla.edu>
0c93aa38
PE
84
85 Minor cleanup for times as lists of four integers.
86 * os.texi (Time Parsing): Time values can now be four integers.
87
7351b73d
GM
882012-11-18 Glenn Morris <rgm@gnu.org>
89
90 * loading.texi (How Programs Do Loading): Add eager macro expansion.
91 * macros.texi (Expansion): Mention eager macro expansion.
92
a045a167
GM
93 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
94
2ac9538d 952012-11-18 Leo Liu <sdl.web@gmail.com>
74ca4d39
LL
96
97 * minibuf.texi (Programmed Completion): Doc fix for metadata
98 request (Bug#12850).
99
2ac9538d 1002012-11-18 Glenn Morris <rgm@gnu.org>
6439ae19 101
7fe37cfc
GM
102 * display.texi (Temporary Displays): Document with-temp-buffer-window.
103
6439ae19
GM
104 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
105 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
106 (Window Sizes): Add vindex for window-min-height, window-min-width.
2279276c 107 (Display Action Functions): Mention pop-up-frame-parameters.
6439ae19 108
0ff7851c
MR
1092012-11-16 Martin Rudalics <rudalics@gmx.at>
110
111 * windows.texi (Choosing Window): Rewrite description of
112 display-buffer-alist (Bug#12167).
113 (Display Action Functions): Mention inhibit-switch-frame. Fix
114 description of display-buffer-below-selected. Reorder actions.
115 Add example (Bug#12848).
116
96e05507 1172012-11-16 Glenn Morris <rgm@gnu.org>
c79c7f2f
GM
118
119 * display.texi (Face Attributes): Fix :underline COLOR description.
bde3c6c0
GM
120 (Attribute Functions): Update for set-face-underline rename.
121 Tweak descriptions of face-underline-p, face-inverse-video-p.
c79c7f2f 122
e4e9830b
GM
123 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
124 so they align better in info.
921c067f
GM
125 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
126 Document set-temporary-overlay-map.
e4e9830b 127
c8915b67
SM
1282012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
131 with normal keymaps".
132
74934dcc
DA
1332012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
134
135 * internals.texi (Garbage Collection): Update descriptions
136 of vectorlike_header, garbage-collect and gc-cons-threshold.
137 (Object Internals): Explain Lisp_Object layout and the basics
138 of an internal type system.
139 (Buffer Internals): Update description of struct buffer.
140
f78ee6af 1412012-11-13 Glenn Morris <rgm@gnu.org>
a13e12f9
GM
142
143 * variables.texi (Adding Generalized Variables):
144 At least mention gv-define-expander and gv-letplace.
145
164f28b5 146 * debugging.texi (Error Debugging): Mention debug-on-message.
57fc0fee 147 (Using Debugger): Mention debugger-bury-or-kill.
164f28b5 148
38868ad7
GM
149 * control.texi (Signaling Errors):
150 * debugging.texi (Error Debugging):
151 * errors.texi (Standard Errors): Add user-error.
152
6efddf78
GM
153 * variables.texi (Adding Generalized Variables):
154 Use standard formatting for common lisp note about setf functions.
155
6baf66d5 1562012-11-10 Martin Rudalics <rudalics@gmx.at>
fdaf534a
MR
157
158 * elisp.texi (Top): Add Recombining Windows to menu.
159 * windows.texi (Recombining Windows): New subsection.
160 (Splitting Windows): Rewrite text on handling of window
161 combinations and move it to new subsection.
162
6baf66d5 1632012-11-10 Chong Yidong <cyd@gnu.org>
7c08f8ba 164
8a3afaf9
CY
165 * searching.texi (Replacing Match): Document \? in replace-match.
166
7c08f8ba
CY
167 * variables.texi (Creating Buffer-Local): Document setq-local and
168 defvar-local.
169 (Setting Generalized Variables): Arrange table alphabetically.
170
171 * lists.texi (List Elements, List Variables): Clarify descriptions
172 of push and pop for generalized variables.
173
174 * edebug.texi (Specification List): setf is no longer CL-only.
175
6baf66d5 1762012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
177
178 * variables.texi (Adding Generalized Variables):
179 Update description of FIX-RETURN expansion.
180
ebdbfb95
GM
181 * variables.texi (Setting Generalized Variables):
182 Split most of previous contents into this subsection.
183 (Adding Generalized Variables): New subsection.
651af8c6
GM
184 Move note on lack of setf functions here from misc/cl.texi.
185
ebdbfb95
GM
186 * elisp.texi: Add Generalized Variables subsections to detailed menu.
187
6baf66d5 1882012-11-10 Chong Yidong <cyd@gnu.org>
a9a3835c
CY
189
190 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
191
a43d02f0
MA
1922012-11-08 Michael Albinus <michael.albinus@gmx.de>
193
194 * os.texi (Notifications): Update descriptions of
195 notifications-notify, notifications-close-notification and
196 notifications-get-capabilities according to latest code changes.
197 Add notifications-get-server-information.
198
2395ab64
CY
1992012-11-03 Chong Yidong <cyd@gnu.org>
200
201 * objects.texi (General Escape Syntax): Clarify the explanation of
202 escape sequences.
203 (Non-ASCII in Strings): Clarify when a string is unibyte vs
204 multibyte. Hex escapes do not automatically make a string
205 multibyte.
206
43bcfda6
MR
2072012-11-03 Martin Rudalics <rudalics@gmx.at>
208
209 * windows.texi (Switching Buffers): Document option
210 switch-to-buffer-preserve-window-point.
211 (Display Action Functions): Document window-height and
212 window-width alist entries.
213 (Display Action Functions): Document
214 display-buffer-below-selected and
215 display-buffer-in-previous-window.
216 (Quitting Windows): Document quit-restore-window. Rewrite
217 section.
218 (Window Configurations): In window-state-get mention that
219 argument window must be valid.
220 (Window Parameters): Document quit-restore window parameter
221 (Bug#12158).
222
89b2c8a1
GM
2232012-10-31 Glenn Morris <rgm@gnu.org>
224
88390adf
GM
225 * control.texi (Catch and Throw): Add xref to cl.texi.
226
aec5e6f9
GM
227 * lists.texi (Sets And Lists): Point xref to better location.
228
0d8e94e9
GM
229 * errors.texi (Standard Errors):
230 * loading.texi (Autoload): Update for cl-lib namespace changes.
231
5241598a
GM
232 * modes.texi (Defining Minor Modes): "Generalized Variables"
233 section is now in this manual rather than cl.texi.
234
89b2c8a1
GM
235 * eval.texi (Special Forms): No longer special forms: defmacro,
236 defun, save-window-excursion, with-output-to-temp-buffer.
237 * functions.texi (Defining Functions): Defun is now a macro.
238 Defalias is a function.
239
516e1a08
GM
2402012-10-30 Glenn Morris <rgm@gnu.org>
241
242 * variables.texi (Generalized Variables): Fix typo.
243
e29e39c9
CY
2442012-10-30 Chong Yidong <cyd@gnu.org>
245
246 * symbols.texi (Symbol Plists): Document function-get.
247
248 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
249
250 * frames.texi (Visibility of Frames): Document tty-top-frame.
251
70edffb1
SM
2522012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * keymaps.texi (Format of Keymaps): Document the multiple
255 inheritance format.
256
3a51f0eb
MR
2572012-10-28 Martin Rudalics <rudalics@gmx.at>
258
259 * windows.texi (Basic Windows): Reformulate description of live,
260 internal and valid windows.
261 (Cyclic Window Ordering): Describe new argument of
262 get-lru-window and get-largest-window. Add description of
263 window-in-direction.
264
5b6887ad
GM
2652012-10-27 Glenn Morris <rgm@gnu.org>
266
5887564d
GM
267 * variables.texi (Generalized Variables): New section,
268 adapted from misc/cl.texi.
269 * elisp.texi (Top): Add Generalized Variables to menu.
270 * lists.texi (List Elements, List Variables):
271 Mention generalized variables.
272
5b6887ad
GM
273 * lists.texi (List Elements): Typo fix.
274
05b621a6
CY
2752012-10-27 Chong Yidong <cyd@gnu.org>
276
277 * minibuf.texi (High-Level Completion): Don't mention removed
278 function iswitchb-read-buffer.
279
280 * commands.texi (Event Input Misc): Remove last-input-char.
281 (Command Loop Info): Remove last-command-char.
282
283 * frames.texi (Initial Parameters): Don't mention the obsolete
284 special-display feature.
285
286 * windows.texi (Choosing Window): Don't mention the obsolete
287 special display feature.
288 (Choosing Window Options): Remove obsolete special-display
289 variables, and the functions special-display-p and
290 special-display-popup-frame.
291
292 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
293
294 * hooks.texi (Standard Hooks): Remove obsolete hooks.
295
296 * markers.texi (Information from Markers): Remove obsolete
297 function buffer-has-markers-at.
298
299 * text.texi (Yanking): Document yank-handled-properties.
300
72ec96fb
PE
3012012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
302
303 Update manual for new time stamp format (Bug#12706).
304 * buffers.texi (Modification Time):
305 * files.texi (Testing Accessibility, File Attributes):
306 * intro.texi (Version Info):
307 * os.texi (Time of Day):
308 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
309 These instances were missed the first time around.
310 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
311
75e8f9d2
CY
3122012-10-24 Chong Yidong <cyd@gnu.org>
313
cd996018
CY
314 * minibuf.texi (Text from Minibuffer): Document read-regexp
315 changes.
316
317 * nonascii.texi (Selecting a Representation): Document
318 set-buffer-multibyte changes.
319
75e8f9d2
CY
320 * keymaps.texi (Toolkit Differences): Node deleted.
321 (Easy Menu): New node.
322
d1069532
SM
3232012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
326
c4132fd4
PE
3272012-10-23 Paul Eggert <eggert@cs.ucla.edu>
328
329 Fix outdated timestamp documentation in Elisp manual (bug#12706).
330 * files.texi (File Attributes):
331 * text.texi (Undo):
332 Time stamp resolution is now 1 picosecond, not 1 second.
333
1fb3aa3f
CY
3342012-10-23 Chong Yidong <cyd@gnu.org>
335
49238e7f
CY
336 * display.texi (Font Lookup): Remove font-list-limit.
337
1fb3aa3f
CY
338 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
339 (Bug#12529).
340
5fb904b0
GM
3412012-10-22 Glenn Morris <rgm@gnu.org>
342
f961c7d8
GM
343 * os.texi (Recording Input): Tiny fix.
344
4ee87740
GM
345 * intro.texi (Lisp History):
346 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
5fb904b0
GM
347 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
348
d18a0d24
CY
3492012-10-15 Chong Yidong <cyd@gnu.org>
350
351 * macros.texi (Defining Macros): defmacro is now a macro.
352 Explicitly list the docstring and declare arguments.
353
354 * functions.texi (Anonymous Functions): Explicitly list the
355 docstring, declare, and interactive arguments to lambda.
356 (Defining Functions): Likewise for defun.
357 (Inline Functions): Likewise for defsubst.
358 (Declare Form): Tweak description.
359
73f2b4ab
CY
3602012-10-13 Chong Yidong <cyd@gnu.org>
361
362 * display.texi (ImageMagick Images): ImageMagick enabled by default.
363
379acb95
CY
3642012-10-05 Chong Yidong <cyd@gnu.org>
365
366 * minibuf.texi (Basic Completion): Clarify list form of completion
367 table (Bug#12564).
368
e8757f09 3692012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
26026637
BFRR
370
371 * functions.texi (Function Safety): Copyedit. (Bug#12562)
372
86ec63ba
PE
3732012-10-01 Paul Eggert <eggert@cs.ucla.edu>
374
375 Revert the FOLLOW-SYMLINKS change for file-attributes.
376 * files.texi (File Attributes, Magic File Names): Undo last change.
377
e7a2937b
PE
3782012-09-30 Paul Eggert <eggert@cs.ucla.edu>
379
380 file-attributes has a new optional arg FOLLOW-SYMLINKS.
381 * files.texi (File Attributes): Describe it.
382 (Magic File Names): Use it.
383
48de8b12
CY
3842012-09-30 Chong Yidong <cyd@gnu.org>
385
386 * commands.texi (Click Events): Define "mouse position list".
387 Remove mention of unimplemented horizontal scroll bars.
388 (Drag Events, Motion Events): Refer to "mouse position list".
389 (Accessing Mouse): Document posnp.
390
391 * errors.texi (Standard Errors): Tweak arith-error description.
392 Tweak markup. Remove domain-error and friends, which seem to be
393 unused after the floating-point code revamp.
394
395 * functions.texi (Obsolete Functions): Obsolescence also affects
396 documentation commands. Various clarifications.
397 (Declare Form): New node.
398
399 * strings.texi (String Basics): Copyedits.
400
401 * os.texi (Idle Timers): Minor clarifications.
402 (User Identification): Add system-users and system-groups.
403
404 * macros.texi (Defining Macros): Move description of `declare' to
405 Declare Form node.
406
407 * loading.texi (Autoload):
408 * help.texi (Documentation Basics): The special sequences can
409 trigger autoloading.
410
411 * numbers.texi (Integer Basics): Copyedits.
412 (Float Basics): Consider IEEE floating point always available.
413 (Random Numbers): Document actual limits.
414 (Arithmetic Operations): Clarify division by zero. Don't mention
415 the machine-independence of negative division since it does not
416 happen in practice.
417
4182012-09-28 Chong Yidong <cyd@gnu.org>
419
420 * os.texi (Startup Summary): Document leim-list.el change.
421
4222012-09-25 Chong Yidong <cyd@gnu.org>
423
424 * functions.texi (Defining Functions): defun is now a macro.
425
e61d39cd 4262012-09-28 Leo Liu <sdl.web@gmail.com>
03922966
LL
427
428 * files.texi (Files): Fix typo.
429
e109c4a6
CY
4302012-09-23 Chong Yidong <cyd@gnu.org>
431
432 * buffers.texi (Read Only Buffers): Document read-only-mode.
433
434 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
435 read-only-mode.
436
437 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
438 calling conventions.
439
c88b867f
CY
4402012-09-22 Chong Yidong <cyd@gnu.org>
441
442 * searching.texi (Replacing Match): Minor clarification.
443
df9685f3
EZ
4442012-09-22 Eli Zaretskii <eliz@gnu.org>
445
287d7455
EZ
446 * edebug.texi (Instrumenting): Improve indexing.
447
df9685f3
EZ
448 * os.texi (Idle Timers): Warn against reinvoking an idle timer
449 from within its own timer action. (Bug#12447)
450
47133380
CY
4512012-09-22 Chong Yidong <cyd@gnu.org>
452
453 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
454
ab199df2 4552012-09-21 Glenn Morris <rgm@gnu.org>
1bfe3177
GM
456
457 * debugging.texi (Using Debugger): Fix typo.
458
ed1f0bd3
CY
4592012-09-18 Chong Yidong <cyd@gnu.org>
460
461 * display.texi (Faces): Discuss anonymous faces.
462 (Face Attributes): Tweak intro.
463 (Defining Faces): Move after the Face Attributes node. Copyedits.
464 (Displaying Faces): Describe role of inheritance.
465
466 * customize.texi (Customization): Define customization more
467 carefully (Bug#11440).
468 (Common Keywords): Add xref to Constant Variables.
469
470 * variables.texi (Defining Variables): Link to defcustom's node
471 instead of the higher-level Customization chapter.
472
c990426a
PE
4732012-09-11 Paul Eggert <eggert@cs.ucla.edu>
474
475 Simplify, document, and port floating-point (Bug#12381).
476 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
477 Document that / and mod (with floating point arguments), along
478 with asin, acos, log, log10, expt and sqrt, return special values
479 instead of signaling exceptions.
480 (Float Basics): Document that logb operates on the absolute value
481 of its argument.
482 (Math Functions): Document that (log ARG BASE) also returns NaN if
483 BASE is negative. Document that (expt X Y) returns NaN if X is a
484 finite negative number and Y a finite non-integer.
485
011474aa
CY
4862012-09-09 Chong Yidong <cyd@gnu.org>
487
bb6b0efc
CY
488 * lists.texi (Sets And Lists): Explain that the return value for
489 delete should be used, like for delq.
490
011474aa
CY
491 * minibuf.texi (Yes-or-No Queries): Document recentering and
492 scrolling in y-or-n-p. Remove gratuitous example.
493
494 * searching.texi (Search and Replace): Document window scrolling
495 entries in query-replace-map.
496
6dcef6ec
CY
4972012-09-08 Chong Yidong <cyd@gnu.org>
498
499 * syntax.texi (Syntax Table Internals): Define "raw syntax
500 descriptor" terminology (Bug#12383).
501 (Syntax Descriptors): Mention raw syntax descriptors.
502
52404181
CY
5032012-09-07 Chong Yidong <cyd@gnu.org>
504
1a5432bc
CY
505 * variables.texi (Creating Buffer-Local): Fix description of
506 local-variable-if-set-p (Bug#10713).
507
0a6bdaa1
CY
508 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
509
14ba4cf3
CY
510 * windows.texi (Display Action Functions)
511 (Choosing Window Options): Remove obsolete variable
512 display-buffer-reuse-frames.
cee2e90d 513 (Switching Buffers): Minor doc tweak for switch-to-buffer.
14ba4cf3 514
e5c2edf7
CY
515 * positions.texi (Narrowing): Document buffer-narrowed-p.
516
52404181
CY
517 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
518
519 * syntax.texi (Low-Level Parsing): Add xref to Parser State
520 (Bug#12269).
521
7f7e0167
LI
5222012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
523
524 * debugging.texi (Explicit Debug): Document `debug-on-message'.
525
6a787d9a
CY
5262012-09-02 Chong Yidong <cyd@gnu.org>
527
528 * windows.texi (Window Configurations): Recommend against using
529 save-window-excursion (Bug#12075).
530
531 * control.texi (Catch and Throw):
532 * positions.texi (Excursions): Don't mention it.
533
0e23ef9d
PE
5342012-09-01 Paul Eggert <eggert@cs.ucla.edu>
535
536 Better seed support for (random).
537 * numbers.texi (Random Numbers): Document new behavior of
538 the calls (random) and (random STRING).
539
342dac71
MR
5402012-08-21 Martin Rudalics <rudalics@gmx.at>
541
542 * windows.texi (Window Point): Document recent changes in
543 window-point and set-window-point.
544 (Selecting Windows): Document recent change in select-window.
545
a08eadfe
EZ
5462012-08-06 Eli Zaretskii <eliz@gnu.org>
547
548 * functions.texi (Closures): Put the main index entry for
549 "closures" here. (Bug#12138)
550
551 * variables.texi (Lexical Binding): Disambiguate the index entry
552 for "closures".
553
35b6586e
CY
5542012-08-05 Chong Yidong <cyd@gnu.org>
555
556 * display.texi (Defining Faces): Move documentation of
557 frame-background-mode to the Emacs manual (Bug#7774).
558
02676e5d
CY
5592012-08-04 Chong Yidong <cyd@gnu.org>
560
561 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
562 Fix description of syntax table inheritance.
563 (Syntax Table Functions): Don't refer to internal contents of
564 syntax table, since that is not explained yet. Copyedits.
565 (Standard Syntax Tables): Node deleted.
566 (Syntax Table Internals): Misc clarifications. Improve table
567 formatting.
568
569 * keymaps.texi (Inheritance and Keymaps):
570 * text.texi (Sticky Properties): Tweak index entry.
571
73e0cbc0
EZ
5722012-07-28 Eli Zaretskii <eliz@gnu.org>
573
574 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
575
09ae5da1
PE
5762012-07-25 Paul Eggert <eggert@cs.ucla.edu>
577
578 Prefer typical American spelling for "acknowledgment".
579 * intro.texi (Acknowledgments): Rename from Acknowledgements.
580
1ada2e55
EZ
5812012-07-21 Eli Zaretskii <eliz@gnu.org>
582
583 * commands.texi (Special Events): Mention language-change event.
584 (Input Events, Interactive Codes):
585 * keymaps.texi (Key Sequences): Mention events that are
586 non-keyboard but also non-mouse events.
587
9ea10cc3
CY
5882012-07-17 Chong Yidong <cyd@gnu.org>
589
590 * text.texi (Insertion): Document insert-char changes.
591
2e2d2a13
LL
5922012-07-15 Leo Liu <sdl.web@gmail.com>
593
594 * display.texi (Fringe Bitmaps): Add exclamation-mark.
595
b68b3337
CY
5962012-07-13 Chong Yidong <cyd@gnu.org>
597
598 * buffers.texi (Read Only Buffers): Document toggle-read-only
599 changes. Reword to account for the fact that read-only is
600 currently not supported in overlay properties.
601
ab4c47d3
CY
6022012-07-07 Chong Yidong <cyd@gnu.org>
603
604 * loading.texi (Library Search): Index site-lisp directories.
605
d4913798
CY
6062012-07-06 Chong Yidong <cyd@gnu.org>
607
608 * intro.texi (A Sample Function Description): Fix incorrect
609 markup, undoing previous change.
610 (A Sample Variable Description): Minor clarifications and markup
611 improvements.
612
613 * elisp.texi (Top):
614 * text.texi (Text): Fix menu order.
615
251736f4
RS
6162012-07-06 Richard Stallman <rms@gnu.org>
617
618 * intro.texi (Evaluation Notation, A Sample Function Description):
8c6c57ea 619 (A Sample Variable Description): Improve/undo previous changes.
251736f4 620
e8d71283
GM
6212012-07-05 Glenn Morris <rgm@gnu.org>
622
623 * intro.texi (A Sample Function Description): Fix cross-refs.
624
47187200
MW
6252012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
626
627 * intro.texi (Evaluation Notation, A Sample Function Description)
628 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
629
a2eb421b
CY
6302012-06-27 Chong Yidong <cyd@gnu.org>
631
632 * processes.texi (Asynchronous Processes, Input to Processes):
633 * internals.texi (Process Internals): Don't capitalize "pty".
634
6d41a41d
TTN
6352012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
636
637 * processes.texi (Asynchronous Processes): Make the pty vs pipe
638 discussion more prominent.
639
0bd8297f
EZ
6402012-06-23 Eli Zaretskii <eliz@gnu.org>
641
642 * commands.texi (Misc Events): Document the language-change event.
643
d35af63c
PE
6442012-06-22 Paul Eggert <eggert@cs.ucla.edu>
645
646 Support higher-resolution time stamps (Bug#9000).
647 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
648 * processes.texi (System Processes):
649 Time stamp resolution is now picosecond, not microsecond.
650
ac1a0ce1 6512012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
652
653 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
654
1053a871
SM
6552012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * functions.texi (Defining Functions):
658 * macros.texi (Defining Macros): Un-define the return value of `defun',
659 `defmacro' and `defalias'.
660
41b7f8bc
CY
6612012-06-17 Chong Yidong <cyd@gnu.org>
662
663 * elisp.texi: Remove urlcolor setting.
664
82a25657
GM
6652012-06-17 Glenn Morris <rgm@gnu.org>
666
667 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
668 Overlining no longer behaves exactly like underlining.
669
8da9479c
GM
6702012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
671
672 * display.texi (Face Attributes):
673 Document wave-style underline face attribute.
674
1b9b4cf4
CY
6752012-06-11 Chong Yidong <cyd@gnu.org>
676
677 * display.texi (ImageMagick Images): ImageMagick now supports the
678 :background property.
679
dbab98c7
DA
6802012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
681
682 * internals.texi (Garbage Collection): Typo fix.
683
6175e34b
CY
6842012-06-09 Chong Yidong <cyd@gnu.org>
685
686 * text.texi (Special Properties): Clarify the meaning of a list of
687 faces in the `face' property.
688
689 * display.texi (Face Remapping): Minor clarification.
690
4b56d0fe
CY
6912012-06-08 Chong Yidong <cyd@gnu.org>
692
693 * display.texi (Face Attributes): Font family does not accept
694 wildcards. De-document obsolete :bold and :italic attributes.
695 (Defining Faces): Use new-style face spec format.
696
f3372c87
DA
6972012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
698
8d7c7eed 699 * internals.texi (Garbage Collection): Document new
f3372c87
DA
700 vector management code and vectorlike_header structure.
701
5f2c76c6
CY
7022012-06-03 Chong Yidong <cyd@gnu.org>
703
704 * modes.texi (Mode Line Data): Use "mode line construct"
705 terminology for consistency.
706
ecc6530d
GM
7072012-05-27 Glenn Morris <rgm@gnu.org>
708
709 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
710 * buffers.texi, commands.texi, compile.texi, control.texi:
711 * customize.texi, debugging.texi, display.texi, doclicense.texi:
712 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
713 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
714 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
715 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
716 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
717 * objects.texi, os.texi, package.texi, positions.texi:
718 * processes.texi, searching.texi, sequences.texi, streams.texi:
719 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
720 * variables.texi, windows.texi: Nuke hand-written node pointers.
721
33017faf 7222012-05-27 Chong Yidong <cyd@gnu.org>
27d1f87a 723
33017faf
GM
724 * functions.texi (Obsolete Functions):
725 Fix doc for set-advertised-calling-convention.
27d1f87a
CY
726
727 * modes.texi (Mode Help): Fix describe-mode.
728
729 * display.texi (Face Functions): Fix define-obsolete-face-alias.
730
731 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
732
33017faf 7332012-05-27 Martin Rudalics <rudalics@gmx.at>
0b128ac4 734
33017faf 735 * commands.texi (Recursive Editing): recursive-edit is a command.
0b128ac4
MR
736
737 * compile.texi (Docs and Compilation):
738 byte-compile-dynamic-docstrings is an option.
739
740 * debugging.texi (Invoking the Debugger): debug is a command.
741
742 * display.texi (Progress): progress-reporter-update and
743 progress-reporter-force-update have VALUE argument optional.
744 (Animated Images): Use non-@code{nil} instead of non-nil.
745
33017faf
GM
746 * files.texi (Format Conversion Round-Trip):
747 Use non-@code{nil} instead of non-nil.
0b128ac4
MR
748
749 * frames.texi (Creating Frames): make-frame is a command.
750 (Input Focus): select-frame is a command.
751 (Pointer Shape): void-text-area-pointer is an option.
752
33017faf 753 * help.texi (Describing Characters): read-kbd-macro is a command.
0b128ac4
MR
754 (Help Functions): describe-prefix-bindings is a command.
755
756 * markers.texi (Creating Markers): Both arguments of copy-marker
757 are optional.
758
759 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
760
761 * modes.texi (Mode Line Variables): mode-line-remote and
762 mode-line-client are not options.
763 (Imenu): imenu-add-to-menubar is a command.
33017faf 764 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
0b128ac4
MR
765
766 * os.texi (Sound Output): play-sound-file is a command.
767
33017faf 768 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
0b128ac4 769
33017faf
GM
770 * processes.texi (Signals to Processes):
771 Use @key{RET} instead of @code{RET}.
0b128ac4
MR
772 (Signals to Processes): signal-process is a command.
773
33017faf 774 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
0b128ac4
MR
775 (Base 64): base64-encode-string is not a command while
776 base64-decode-region is.
777
778 * windows.texi (Switching Buffers): pop-to-buffer is a command.
779
3fe7cdc8
GM
7802012-05-12 Glenn Morris <rgm@gnu.org>
781
782 * Makefile.in (MKDIR_P): New, set by configure.
783 (mkinfodir): Use $MKDIR_P.
784
dc0f75c8
GM
7852012-05-10 Glenn Morris <rgm@gnu.org>
786
b8a82b69
GM
787 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
788 with "coding: raw-text".
51b1e059 789 Concept of multibyte sessions no longer exists.
b8a82b69 790
dc0f75c8
GM
791 * files.texi (File Locks): Mention create-lockfiles option.
792
666b903b 7932012-05-09 Glenn Morris <rgm@gnu.org>
143d9dd8 794
5b6eebcf
GM
795 * vol1.texi, vol2.texi: Remove files.
796 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
797 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
798
0a454caf 799 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
e6afe47b 800
143d9dd8
GM
801 * two-volume.make (emacsdir): New.
802 (tex): Add directory with emacsver.texi to TEXINPUTS.
803
e68b393e
GM
804 * minibuf.texi (Minibuffer History, Basic Completion):
805 Tweak page breaks.
806
9658dc2a
GM
807 * internals.texi (Garbage Collection, Memory Usage)
808 (Writing Emacs Primitives): Tweak page breaks.
809
161c2a25
GM
810 * streams.texi (Output Variables): Improve page break.
811
812 * edebug.texi (Edebug Display Update): Improve page break.
813
51d58083
GM
814 * compile.texi (Disassembly): Condense the examples.
815
ddff3351
GM
816 * eval.texi, functions.texi, loading.texi, macros.texi:
817 Where possible, use example rather than smallexample.
818
819 * symbols.texi: Where possible, use example rather than smallexample.
820 (Symbol Components): Fix typo.
821 (Other Plists): Tweak page break.
822
823 * sequences.texi (Arrays): Tweak page breaks.
824
825 * customize.texi: Where possible, use example rather than smallexample.
826 (Common Keywords, Variable Definitions, Applying Customizations)
827 (Custom Themes): Tweak page breaks.
828
829 * control.texi: Where possible, use example rather than smallexample.
830 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
831 Tweak page breaks.
832
ca4b98fa
GM
8332012-05-08 Glenn Morris <rgm@gnu.org>
834
5122804a
GM
835 * two.el: Remove; unused since creation of two-volume.make.
836
ca4b98fa
GM
837 * vol1.texi, vol2.texi: No need to keep menus in these files.
838
eceeb5fc
CY
8392012-05-05 Glenn Morris <rgm@gnu.org>
840
841 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
842
843 * intro.texi (Caveats): Copyedit.
844 (Lisp History): Convert inforef to xref.
845 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
846
847 * text.texi (Auto Filling): Don't mention Emacs 19.
848
849 * commands.texi (Event Input Misc): Don't mention unread-command-char.
850 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
851
852 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
853
eceeb5fc
CY
854 * lists.texi (List-related Predicates, List Variables):
855 Tweak page-breaks.
856 (Sets And Lists): Convert inforef to xref.
857
8045b906
GM
8582012-05-04 Glenn Morris <rgm@gnu.org>
859
860 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
861 (info, infoclean): Use $INFO_EXT.
862 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
863 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
864 (info, maintainer-clean): Use $INFO_EXT.
865 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
866
78f3273a
CY
8672012-05-04 Chong Yidong <cyd@gnu.org>
868
869 * os.texi (Timers): Use defopt for timer-max-repeats.
870
ab0fa4e4
PE
8712012-05-03 Paul Eggert <eggert@cs.ucla.edu>
872
873 * os.texi (Time of Day): Do not limit current-time-string
874 to years 1000..9999.
875
2bc356d7
CY
8762012-05-02 Chong Yidong <cyd@gnu.org>
877
878 * display.texi (Font Lookup):
879 * frames.texi (Pointer Shape):
880 * processes.texi (Subprocess Creation): Use defopt for options.
881
90207a15 8822012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
883
884 * elisp.texi (@copying):
885 * intro.texi (Introduction): Only print VERSION in the TeX version.
886
90207a15 8872012-05-02 Chong Yidong <cyd@gnu.org>
5a5fd9f3
CY
888
889 * text.texi (Change Hooks): Minor fix for after-change-functions.
890
90207a15 8912012-05-02 Glenn Morris <rgm@gnu.org>
7eac3782
GM
892
893 * package.texi (Packaging Basics):
894 * loading.texi (Autoload):
895 * files.texi (Magic File Names):
896 Reword to remove/reduce some overly long/short lines.
897
a8e7d6d7 8982012-04-27 Glenn Morris <rgm@gnu.org>
cf988578
GM
899
900 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
901 * modes.texi (Major Modes, Auto-Indentation):
902 * buffers.texi (Buffers): Some fixes for menu descriptions.
903
a8e7d6d7 9042012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
88ed9e87
SM
905 * functions.texi (Simple Lambda, Argument List):
906 * eval.texi (Function Indirection): Avoid deprecated form.
907
a8e7d6d7 9082012-04-27 Glenn Morris <rgm@gnu.org>
16152b76 909
1a72be46
GM
910 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
911 Add "et al." to authors.
912
16152b76
GM
913 * buffers.texi, commands.texi, compile.texi, control.texi:
914 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
915 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
916 * modes.texi, numbers.texi, objects.texi, streams.texi:
917 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
918 Use Texinfo recommended convention for quotes+punctuation.
919
a8e7d6d7 9202012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
921
922 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
923 to where-is-internal (Bug#10872).
924
a8e7d6d7 9252012-04-27 Glenn Morris <rgm@gnu.org>
9c51bbaa 926
a2715669
GM
927 * macros.texi (Indenting Macros): Fix typo.
928
0b27932b
GM
929 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
930 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
931 (Choosing Window Options, Horizontal Scrolling)
932 (Cyclic Window Ordering, Window History, Dedicated Windows)
09ebefe1
GM
933 (Quitting Windows, Window Configurations, Textual Scrolling):
934 (Coordinates and Windows, Window Configurations)
935 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
936 (Splitting Windows, Deleting Windows):
937 Fix ignore-window-parameters logic.
938 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
939 (Window Start and End): Remove pointless example.
940 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
941 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
942 and recenter-positions. Remove recenter example.
0b27932b 943
0dc91072
GM
944 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
945
9c51bbaa
GM
946 * minibuf.texi (Intro to Minibuffers):
947 Tweak discussion of resizing minibuffer window.
948
674ea9c6
GM
9492012-04-26 Glenn Morris <rgm@gnu.org>
950
8a4ca8e3 951 * elisp-covers.texi, front-cover-1.texi: Remove files.
8191c3bd 952
562e638f
GM
953 * tindex.pl: Remove file.
954
674ea9c6
GM
955 * makefile.w32-in (srcs):
956 * Makefile.in (srcs): Remove back.texi (which is unused).
957
b613912b
MA
9582012-04-24 Michael Albinus <michael.albinus@gmx.de>
959
e43042fe
MA
960 * os.texi (Notifications): Extend possible notification hints.
961 Add notifications-get-capabilities.
b613912b 962
f30d612a
CY
9632012-04-20 Chong Yidong <cyd@gnu.org>
964
965 * processes.texi (Asynchronous Processes): Mention nil argument to
966 start-process.
967
b58b1df8
GM
9682012-04-20 Glenn Morris <rgm@gnu.org>
969
970 * minibuf.texi (Basic Completion): No need to describe obarrays here.
971 Don't mention obsolete `nospace' argument of all-completions.
972 (Minibuffer Completion, Completion Commands, Reading File Names)
973 (Completion Variables): Copyedits.
974 (Completion Commands): Mention parent keymaps.
975 Remove obsolete minibuffer-local-filename-must-match-map.
976 (High-Level Completion): Remove read-variable's almost
977 word-for-word duplication of read-command.
978 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
979 Update "High-Level Completion" description.
980
c0ea08d2
GM
981 * minibuf.texi (Minibuffers):
982 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
983
9d2754f5
GM
984 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
985 Use Texinfo-recommended form of quote+punctuation.
986 (Intro to Minibuffers): First minibuffer is #1, not #0.
987 Mention minibuffer-inactive-mode.
988 (Text from Minibuffer): Copyedits.
989 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
990 (Object from Minibuffer): Remove overly pedantic para.
991 (Minibuffer History): Copyedits. Add face-name-history.
992 (Initial Input, Yes-or-No Queries, Multiple Queries)
993 (Minibuffer Windows, Minibuffer Misc): Copyedits.
994 (Yes-or-No Queries): Tweak example.
995 (Minibuffer Commands): Add next-complete-history-element.
996 (Minibuffer Misc): Mention minibuffer-message-timeout, and
997 minibuffer-inactive-mode.
9d2754f5 998
4373fd43
GM
999 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
1000 (Bindat Functions): Copyedits.
1001
61bb069e 10022012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
0e80650b
CS
1003
1004 * files.texi (Saving Buffers): Document `visit and `visit-save'
1005 values of require-final-newline.
1006
61bb069e 10072012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1008
1009 * processes.texi (Output from Processes, Filter Functions):
1010 Mention waiting-for-user-input-p.
1011 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
1012 (Network Servers, Datagrams, Network Processes, Network Options)
1013 (Network Feature Testing, Serial Ports): Copyedits.
1014 (Network): Add encrypted network overview paragraph.
1015 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
1016
61bb069e 10172012-04-20 Chong Yidong <cyd@gnu.org>
21ffa320
CY
1018
1019 * help.texi (Keys in Documentation): Mention :advertised-binding.
1020
1021 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
1022 description to help.texi.
1023
61bb069e 10242012-04-20 Glenn Morris <rgm@gnu.org>
62f4b18c
GM
1025
1026 * processes.texi (Process Information, Input to Processes)
1027 (Signals to Processes, Output from Processes, Process Buffers)
1028 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 1029 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 1030
e153c136
GM
10312012-04-15 Glenn Morris <rgm@gnu.org>
1032
1033 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
12acf783
GM
1034 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
1035 Copyedits.
e153c136 1036 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
1037 (Synchronous Processes, Asynchronous Processes):
1038 Update some example output.
e153c136
GM
1039 (Process Information): Fix typo.
1040 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
1041
e6fd457e 10422012-04-15 Glenn Morris <rgm@gnu.org>
764a3017
GM
1043
1044 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
1045 open-network-stream does exist in Emacs 23, but is simpler.
1046
e6fd457e 10472012-04-15 Chong Yidong <cyd@gnu.org>
03ed9e82
CY
1048
1049 * customize.texi (Custom Themes): Also document load-theme etc.
1050
35dc09a1 10512012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1052
1053 * customize.texi (Applying Customizations):
1054 (Custom Themes): New nodes.
1055
1056 * display.texi (Defining Faces): Reference custom-set-faces.
1057
1058 * modes.texi (Defining Minor Modes, Defining Minor Modes):
1059 * os.texi (Startup Summary): Copyedits.
1060
35dc09a1 10612012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1062
1063 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
1064
9fce7eda
GM
1065 * strings.texi (Case Tables):
1066 * objects.texi (General Escape Syntax):
1067 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
1068
2bb0eca1
GM
1069 * buffers.texi, compile.texi, customize.texi, debugging.texi:
1070 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
1071 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
1072 * text.texi: Use @file for buffers, per the Texinfo manual.
1073
62200c14
GM
1074 * compile.texi (Compiler Errors): Add missing space in buffer name.
1075
35dc09a1 10762012-04-14 Chong Yidong <cyd@gnu.org>
9fe9631c
CY
1077
1078 * processes.texi (Query Before Exit): Remove obsolete function
1079 process-kill-without-query (Bug#11190).
1080
35dc09a1 10812012-04-14 Glenn Morris <rgm@gnu.org>
8fc85b20
GM
1082
1083 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
1084 Use @env for environment variables.
1085
f48a9cb4
GM
1086 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1087
0a6dd5e2
JA
10882012-04-12 Jari Aalto <jari.aalto@cante.net>
1089
1090 * processes.texi (Synchronous Processes): Mention
1091 `default-directory' (bug#7515).
1092
b4d3bc10
CY
10932012-04-09 Chong Yidong <cyd@gnu.org>
1094
1095 * customize.texi (Variable Definitions): Remove user-variable-p.
1096
1097 * commands.texi (Interactive Codes):
1098 * help.texi (Accessing Documentation):
1099 * minibuf.texi (High-Level Completion): Callers changed.
1100
ea0ff314
CY
11012012-04-06 Chong Yidong <cyd@gnu.org>
1102
1103 * minibuf.texi (Programmed Completion): Document metadata method.
1104 (Completion Variables): Document completion-category-overrides.
1105
91b65361
CY
11062012-04-05 Chong Yidong <cyd@gnu.org>
1107
1108 * anti.texi (Antinews): Rewrite for Emacs 23.
1109
3d439cd1
CY
11102012-04-04 Chong Yidong <cyd@gnu.org>
1111
321cc491
CY
1112 * minibuf.texi (Programmed Completion): Remove obsolete variable
1113 completion-annotate-function.
1114 (Completion Variables): Rename from Completion Styles. Document
1115 completion-extra-properties. Document completion-styles-alist
1116 change.
245d176b
CY
1117 (Reading File Names): minibuffer-local-filename-must-match-map is
1118 not used anymore.
1119 (Minibuffer Completion): Document completing-read-function.
1120 (Completion in Buffers): completion-at-point-functions can return
1121 properties recognized in completion-extra-properties.
321cc491 1122
3d439cd1
CY
1123 * display.texi (Delayed Warnings): New node.
1124
a7972adf
CY
1125 * os.texi (Notifications): Copyedits.
1126
97f4a299
GM
11272012-04-04 Glenn Morris <rgm@gnu.org>
1128
1129 * os.texi (Notifications): Copyedits.
1130
9ff687e1
MA
11312012-04-03 Michael Albinus <michael.albinus@gmx.de>
1132
1133 * os.texi (Terminal-Specific): Fix typo.
1134 (Notifications): New section.
1135
1136 * elisp.texi (Top):
1137 * vol1.texi (Top):
1138 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
1139 menu entries.
1140
42ee526b
CY
11412012-04-01 Chong Yidong <cyd@gnu.org>
1142
1143 * files.texi (Kinds of Files): file-subdir-of-p renamed to
1144 file-in-directory-p.
1145
0b021094
GM
11462012-03-31 Glenn Morris <rgm@gnu.org>
1147
1148 * edebug.texi (Instrumenting Macro Calls):
1149 Mention defining macros at instrumentation time.
1150 (Edebug Options): Mention edebug-unwrap-results.
1151
50fe197c
EZ
11522012-03-31 Eli Zaretskii <eliz@gnu.org>
1153
1154 * text.texi (Special Properties): Clarify the description of the
1155 effect of integer values of the 'cursor' property on cursor
1156 position. See the discussions in bug#11068 for more details and
1157 context.
1158
650b6d0b
GM
11592012-03-31 Glenn Morris <rgm@gnu.org>
1160
1161 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
1162 Copyedits.
1163
5319014e
CY
11642012-03-30 Chong Yidong <cyd@gnu.org>
1165
1166 * display.texi (Image Formats): Add imagemagick type.
1167 (Image Descriptors): Mention how they are used.
1168 (ImageMagick Images): Clarify role of imagemagick-register-types.
1169 (Character Display): Don't mention glyph tables.
1170 (Display Tables): Use make-glyph-code in example.
1171 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
1172 tables are semi-obsolete. De-document create-glyph.
1173 (Glyphless Chars): Note that display tables override this.
1174 (Bidirectional Display): Copyedits. Introduce "bidirectional
1175 reordering" terminology, and use it.
1176
f1224267
GM
11772012-03-30 Glenn Morris <rgm@gnu.org>
1178
1179 * edebug.texi (Jumping): Give name of `i' binding.
1180
d14daa28
GM
11812012-03-28 Glenn Morris <rgm@gnu.org>
1182
1183 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
1184 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
1185 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
1186 (Regexp Special): Mention collation.
1187 Clarify char classes with an example.
fee88ca0
GM
1188 (Regexp Functions): Mention regexp-opt is not guaranteed.
1189 Mention regexp-opt-charset.
1190 (Regexp Search): Recommend against looking-back.
1191 (Search and Replace): Use Texinfo recommended quote convention.
1192 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 1193
dcb6e7b3
MR
11942012-03-27 Martin Rudalics <rudalics@gmx.at>
1195
1196 * windows.texi (Window History): Describe new option
1197 switch-to-visible-buffer.
1198
cf0495f2
GM
11992012-03-27 Glenn Morris <rgm@gnu.org>
1200
4fb9a543
GM
1201 * searching.texi (String Search): Add xref to Emacs manual.
1202 Copyedits. Mention the function word-search-regexp.
1203 (Searching and Case): Add xref to Emacs manual. Copyedits.
1204
9364727b
GM
1205 * processes.texi (Network Servers): Standardize apostrophe usage.
1206
cf0495f2
GM
1207 * os.texi (System Environment): Copyedits. Remove some examples
1208 that do not seem useful. Mention setenv third arg.
1209 tty-erase-char does not seem to be nil under a window-system.
1210 (User Identification): Copyedits.
1211 Remove some examples that do not seem useful.
1212
33da7b16
GM
12132012-03-26 Glenn Morris <rgm@gnu.org>
1214
1215 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
1216 (Init File): Copyedits.
1217 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
1218 (Killing Emacs): Copyedits.
1219 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
1220 Shorten the example, use more standard shell prompts.
33da7b16 1221
9a69676a
CY
12222012-03-25 Chong Yidong <cyd@gnu.org>
1223
1224 * display.texi (Fringes): Note that fringes are shown on graphical
1225 displays only.
1226 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
1227 (Replacing Specs): Clarify example.
1228 (Manipulating Buttons): Note that button-at can return a marker.
1229 (Buttons): Minor rewrite.
1230 (Character Display): New node. Consolidate all character display
1231 related nodes into its subsections.
1232 (Usual Display): Character 127 is also affected by ctl-arrow.
1233 (Display Tables): Improve example.
1234
c8f6ec5c
GM
12352012-03-22 Glenn Morris <rgm@gnu.org>
1236
1237 * strings.texi (Text Comparison): Mention string-prefix-p.
1238
fb5b8aca
CY
12392012-03-21 Chong Yidong <cyd@gnu.org>
1240
1241 * display.texi (The Echo Area): Add xref to Output Streams.
1242 (Displaying Messages): Improve doc of message.
1243 (Echo Area Customization, Invisible Text): Copyedits.
1244 (Invisible Text): Mention that spec comparison is done with eq.
1245 (Width): Improve doc of char-width.
1246 (Faces): Recommend using symbol instead of string for face name.
1247 Minor clarifications.
1248 (Defining Faces): Copyedits. Update face example.
1249 (Attribute Functions): Mark set-face-foreground etc as commands.
1250 (Face Remapping): Mention text-scale-adjust. Clarify
1251 face-remapping-alist and related docs.
1252 (Face Functions): Don't document make-face or copy-face.
1253
025de85b
CY
12542012-03-20 Chong Yidong <cyd@gnu.org>
1255
1256 * display.texi (Forcing Redisplay): Various rewrites to reflect
1257 new value of redisplay-dont-pause.
1258 (Truncation): Copyedits.
1259
a5656eae
GM
12602012-03-20 Glenn Morris <rgm@gnu.org>
1261
1262 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
1263 Add summary table of some relevant command-line options.
1264
d15aac68
CY
12652012-03-18 Chong Yidong <cyd@gnu.org>
1266
1267 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
1268 (Writing Emacs Primitives): Re-organize discussion of functions
1269 with variable Lisp arguments are handled. Delete an obsolete
1270 remark, previously tagged as FIXME.
1271
1272 * os.texi (Idle Timers): Minor clarification.
1273 (Idle Timers): Link to Time of Day for description of time list.
1274
b59af549
GM
12752012-03-18 Glenn Morris <rgm@gnu.org>
1276
1277 * os.texi (System Interface): Flow control was removed.
1278 (Startup Summary): General update.
1279 (Init File): Don't mention compiling it.
1280
986bd52a
CY
12812012-03-17 Chong Yidong <cyd@gnu.org>
1282
1283 * os.texi (Startup Summary): Mention package loading.
1284 (Init File): Don't refer to .emacs in section title. Copyedits.
1285 (Terminal-Specific): Give a realistic example.
1286 (Command-Line Arguments): Reference Entering Emacs instead of
1287 repeating the spiel about not restarting Emacs.
1288 (Time of Day): Discuss time representation at beginning of node.
1289 (Sound Output): Copyedits.
1290
1291 * package.texi (Packaging Basics): Document package-initialize.
1292
f761251a
EZ
12932012-03-17 Eli Zaretskii <eliz@gnu.org>
1294
1295 * frames.texi (Initial Parameters): Add an index entry for
1296 minibuffer-only frame.
1297
da986230
GM
12982012-03-16 Glenn Morris <rgm@gnu.org>
1299
1300 * modes.texi (Major Mode Conventions): Mention the strange
1301 relationship between View mode and special modes. (Bug#10650)
1302
2cc775f9
CY
13032012-03-11 Chong Yidong <cyd@gnu.org>
1304
1305 * windows.texi (Window Configurations): save-window-excursion is
1306 now a macro.
1307
1308 * display.texi (Temporary Displays): with-output-to-temp-buffer is
1309 now a macro.
1310
66c5eebd
CY
1311 * text.texi (Fields): Minor copyedit.
1312
310a820f
EZ
13132012-03-10 Eli Zaretskii <eliz@gnu.org>
1314
83a96c08
EZ
1315 * strings.texi (String Basics):
1316 * sequences.texi (Sequence Functions): Mention that `length' is
1317 not appropriate for computing the string width on display; add a
1318 cross-reference to the description of `string-width'. (Bug#10978)
1319
310a820f
EZ
1320 * eval.texi (Autoloading): Minor change of wording.
1321
83ef8187
CY
13222012-03-10 Chong Yidong <cyd@gnu.org>
1323
bc44be50
CY
1324 * loading.texi (Autoload): Explicitly state which forms are
1325 processed specially (Bug#7783).
1326
83ef8187
CY
1327 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
1328 non-default situation. Describe one-submenu exception (Bug#7695).
1329
1330 * nonascii.texi (Character Properties): Copyedits.
1331
483ab230
CY
13322012-03-08 Chong Yidong <cyd@gnu.org>
1333
1334 * text.texi (Mode-Specific Indent): Document new behavior of
1335 indent-for-tab-command. Document tab-always-indent.
1336 (Special Properties): Copyedits.
1337 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
1338 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
1339 libxml-parse-html-region.
1340
00e84de0
GM
13412012-03-07 Glenn Morris <rgm@gnu.org>
1342
eaa6bc3c
GM
1343 * markers.texi (The Region): Briefly mention use-empty-active-region
1344 and region-active-p.
a9685db7 1345 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 1346 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 1347
67cd45a2
CY
13482012-03-07 Chong Yidong <cyd@gnu.org>
1349
1350 * text.texi (Buffer Contents): Don't duplicate explanation of
1351 region arguments from Text node. Put doc of obsolete var
1352 buffer-substring-filters back, since it is referred to.
1353 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
1354 selection by default.
1355
1356 * markers.texi (The Mark): Fix typo.
1357 (The Region): Copyedits.
1358
2ad80941
GM
13592012-03-07 Glenn Morris <rgm@gnu.org>
1360
1361 * markers.texi (Overview of Markers): Copyedits.
1362 (Creating Markers): Update approximate example buffer size.
1363 (The Mark): Don't mention uninteresting return values.
1364
ef959d3a
CY
13652012-03-05 Chong Yidong <cyd@gnu.org>
1366
1367 * positions.texi (Text Lines): Document count-words.
1368
a08a07e3
CY
13692012-03-04 Chong Yidong <cyd@gnu.org>
1370
1371 * frames.texi (Frames): Remove little-used "terminal frame" and
1372 "window frame" terminology.
1373 (Frame Parameters, Font and Color Parameters, Initial Parameters)
1374 (Size and Position, Visibility of Frames): Callers changed.
1375 (Frames): Clarify which terminals in framep are graphical.
1376 (Initial Parameters): --geometry is not the only option which adds
1377 to initial-frame-alist.
1378 (Position Parameters): Note that icon-left and icon-top are for
1379 old window managers only.
1380 (Size Parameters): Sizes are in characters even on graphical
1381 displays.
1382 (Management Parameters): Note that window-id and outer-window-id
1383 can't really be changed, and that auto-raise isn't always obeyed.
1384 (Cursor Parameters): Document cursor-type explicitly.
1385 (Size and Position): The aliases set-screen-height and
1386 set-screen-width have been deleted.
1387 (Visibility of Frames): Mention "minimization".
1388
1389 * os.texi (Startup Summary): Minor clarifications.
1390 (Startup Summary, Suspending Emacs): Standardize on "text
1391 terminal" terminology.
1392
1393 * windows.texi (Basic Windows, Coordinates and Windows)
1394 (Coordinates and Windows):
1395 * display.texi (Refresh Screen, Line Height, Face Attributes)
1396 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1397
ea16568d
GM
13982012-03-04 Glenn Morris <rgm@gnu.org>
1399
1400 * abbrevs.texi: Small copyedits throughout.
1401 (Abbrev Mode): Remove this section, folding it into the top-level.
1402 (Abbrev Tables): Don't mention irrelevant return values.
1403 (Abbrev Expansion): Add cross-ref for wrapper hooks.
1404 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1405 (Abbrev Table Properties): Update nil :regexp description.
1406
b3134b95
GM
14072012-03-03 Glenn Morris <rgm@gnu.org>
1408
520f2425
GM
1409 * internals.texi: Change @appendix section commands to @section.
1410 (Building Emacs): Say less about CANNOT_DUMP platforms.
1411 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 1412 (Pure Storage): Small changes.
01a6dcc8 1413 (Memory Usage): Copyedit.
7d2d7cc0
GM
1414 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1415 example definitions. Give examples of things with non-nil
1416 interactive args. Mention eval_sub. Remove old info about
1417 strings and GCPRO. Mention cus-start.el.
1418 (Buffer Internals, Window Internals, Process Internals):
1419 Misc small updates and fixes for fields.
520f2425 1420
b3134b95
GM
1421 * tips.texi: Copyedits.
1422 (Coding Conventions): Mention autoloads.
1423 Combine partially duplicated macro items. Fix xref.
1424 Refer to Library Headers for copyright notice.
1425 (Programming Tips): edit-options is long-obsolete.
1426 (Compilation Tips): Mention loading bytecomp for byte-compile props.
1427 (Warning Tips): Mention declare-function.
1428 (Documentation Tips): Remove old info.
1429 (Comment Tips): Mention comment-dwim, not indent-for-comment.
1430 (Library Headers): General update.
1431
2064cc6a
GM
14322012-03-02 Glenn Morris <rgm@gnu.org>
1433
6945faa6
GM
1434 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1435 and relocate entry. Mention buffer-stale-function.
1436
4186e877
GM
1437 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1438
2064cc6a
GM
1439 * hooks.texi (Standard Hooks): General update.
1440 Put related hooks together. Add and remove items.
1441 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1442 * modes.texi (Hooks): Tweak cross-ref description.
1443
7272fbf3
MA
14442012-03-01 Michael Albinus <michael.albinus@gmx.de>
1445
1446 * files.texi (Kinds of Files): The return value of file-equal-p is
1447 unspecified, if FILE1 or FILE2 does not exist.
1448
53a1239b
GM
14492012-03-01 Glenn Morris <rgm@gnu.org>
1450
90db9af9
GM
1451 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1452
53a1239b
GM
1453 * maps.texi (Standard Keymaps): General update.
1454 Remove mode-specific maps, talk about the more general keymaps.
1455 * help.texi (Help Functions): Add vindex for Helper-help-map.
1456 * keymaps.texi (Active Keymaps): Minor rephrasing.
1457
775b55af
GM
14582012-02-29 Glenn Morris <rgm@gnu.org>
1459
1460 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1461
96b49301 14622012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1463
7272fbf3 1464 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 1465 Update changed behavior of file-subdir-of-p.
96b49301 1466
1383d930
GM
14672012-02-28 Glenn Morris <rgm@gnu.org>
1468
44e97401
GM
1469 * advice.texi, anti.texi, display.texi, elisp.texi:
1470 * processes.texi, variables.texi, vol1.texi, vol2.texi:
1471 Standardize possessive apostrophe usage.
1472
e3c73f1e
GM
1473 * locals.texi: Remove file.
1474 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1475 Remove menu entry.
1476 * errors.texi, maps.texi: Adjust node pointers.
1477 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 1478 * makefile.w32-in (srcs):
e3c73f1e
GM
1479 * Makefile.in (srcs): Remove locals.texi.
1480
1383d930
GM
1481 * frames.texi (Mouse Position): Fix cross-ref.
1482
431ee44b
CY
14832012-02-27 Chong Yidong <cyd@gnu.org>
1484
1485 * buffers.texi (Creating Buffers): Clarify that
1486 generate-new-buffer uses generate-new-buffer-names.
1487 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1488
1489 * files.texi (Directory Names): Index entry for file name abbreviations.
1490 (Relative File Names, File Name Expansion): Refer to it.
1491 (Locating Files): Move locate-user-emacs-file documentation to
1492 Standard File Names.
1493 (Standard File Names): Add locate-user-emacs-file; update examples.
1494
6a11ec9d
MA
14952012-02-26 Michael Albinus <michael.albinus@gmx.de>
1496
1497 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
1498
9a4888c0
CY
14992012-02-26 Chong Yidong <cyd@gnu.org>
1500
1501 * files.texi (Kinds of Files): Improve documentation of
1502 files-equal-p and file-subdir-of-p.
1503
f0e751b9
GM
15042012-02-26 Glenn Morris <rgm@gnu.org>
1505
1506 * intro.texi (Acknowledgements): Small changes.
1507
7e05b1ec
GM
15082012-02-25 Glenn Morris <rgm@gnu.org>
1509
1510 * errors.texi: Don't try to list _all_ the error symbols.
1511 Add circular-list, cl-assertion-failed, compression-error.
1512 * elisp.texi, vol1.texi, vol2.texi:
1513 * control.texi (Error Symbols): Tweak "Standard Errors" description.
1514
23453255 15152012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1516
1517 * files.texi (files-equal-p, file-subdir-of-p): New,
1518 add initial documentation.
1519
4963495d
CY
15202012-02-25 Chong Yidong <cyd@gnu.org>
1521
fa74b241
CY
1522 * files.texi (File Attributes): Document file-selinux-context.
1523 (Changing Files): Link to it.
1524 (Changing Files): Document set-file-selinux-context.
1525
1526 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
1527 changed. Mention default value of backup-directory-alist.
1528 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
1529 (Auto-Saving): New minor mode behavior for auto-save-mode.
1530 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 1531
4963495d
CY
1532 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
1533
4bb82fa8
GM
15342012-02-24 Glenn Morris <rgm@gnu.org>
1535
1536 * errors.texi (Standard Errors): Mention dbus-error.
1537 For arith-error sub-classes, just use one cross-ref.
1538
2cb228f7
AM
15392012-02-23 Alan Mackenzie <acm@muc.de>
1540
1541 * modes.texi (Defining Minor Modes): Document the new keyword
1542 :after-hook.
1543
a59225b1
CY
15442012-02-21 Chong Yidong <cyd@gnu.org>
1545
1546 * files.texi (Files): Mention magic file names as arguments.
1547 (Reading from Files): Copyedits.
1548 (File Attributes): Mention how to change file modes.
1549 (Changing Files): Use standard "file permissions" terminology.
1550 Add xref to File Attributes node.
1551 (Locating Files): Document locate-user-emacs-file.
1552 (Unique File Names): Recommend against using make-temp-name.
1553
8376d7c2
CY
15542012-02-19 Chong Yidong <cyd@gnu.org>
1555
1556 * help.texi (Documentation, Documentation Basics, Help Functions):
1557 Minor clarifications.
1558 (Accessing Documentation): Clarify what documentation-property is
1559 for. Add xref to Keys in Documentation.
1560
1561 * tips.texi (Documentation Tips): Don't recommend using * in
1562 docstrings.
1563
1564 * macros.texi (Defining Macros):
1565 * modes.texi (Derived Modes): Say "documentation string" instead
1566 of docstring.
1567
82233bea
CY
15682012-02-18 Chong Yidong <cyd@gnu.org>
1569
1570 * modes.texi (Tabulated List Mode): New node.
1571 (Basic Major Modes): Add xref to it.
1572
1573 * processes.texi (Process Information): Mention Process Menu mode.
1574
7b926f3f
CY
15752012-02-17 Chong Yidong <cyd@gnu.org>
1576
1577 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
1578
0fd2c9a3
GM
15792012-02-17 Glenn Morris <rgm@gnu.org>
1580
1581 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
1582
f700caa3
CY
15832012-02-16 Chong Yidong <cyd@gnu.org>
1584
4230351b
CY
1585 * syntax.texi (Syntax Tables, Syntax Descriptors)
1586 (Syntax Table Functions): Copyedits.
1587 (Syntax Basics): Don't repeat the material in the preceding node.
1588 (Syntax Class Table): Use a table.
1589 (Syntax Properties): Document syntax-propertize-function and
1590 syntax-propertize-extend-region-functions.
1591 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1592 (Parser State): Update for the new "c" comment style. Fix
1593 description of item 7 (comment style).
1594
f700caa3
CY
1595 * modes.texi (Minor Modes): Update how mode commands should treat
1596 arguments now.
1597 (Mode Line Basics): Clarify force-mode-line-update.
1598 (Mode Line Top): Note that the example is not realistic.
1599 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
1600 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
1601 "mode line construct" instead of "mode line specification".
1602 (Syntactic Font Lock): Remove mention of obsolete variable
1603 font-lock-syntactic-keywords.
1604 (Setting Syntax Properties): Node deleted.
1605 (Font Lock Mode): Note that Font Lock mode is a minor mode.
1606 (Font Lock Basics): Note that syntactic fontification falls back
1607 on `syntax-table'.
1608 (Search-based Fontification): Emphasize that font-lock-keywords
1609 should not be set directly.
1610 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
1611 (Syntactic Font Lock): Minor clarifications. Add xref to
1612 Syntactic Font Lock node.
f700caa3 1613
60236b0d
CY
16142012-02-15 Chong Yidong <cyd@gnu.org>
1615
1616 * minibuf.texi (Basic Completion): Define "completion table".
1617 Move completion-in-region to Completion in Buffers node.
1618 (Completion Commands): Use "completion table" terminology.
1619 (Completion in Buffers): New node.
1620
1621 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
1622 (Setting Hooks): Update minor mode usage example.
1623 (Major Mode Conventions): Note that completion-at-point-functions
1624 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
1625 Remove duplicate tip about auto-mode-alist.
1626 (Minor Modes): Rewrite introduction.
1627 (Minor Mode Conventions): Copyedits. Don't recommend
1628 variable-only minor modes since few minor modes are like that.
60236b0d 1629
d7dbb11a
GM
16302012-02-15 Glenn Morris <rgm@gnu.org>
1631
1632 * processes.texi (Network): Document open-network-stream :parameters.
1633
3d8badf4
CY
16342012-02-14 Chong Yidong <cyd@gnu.org>
1635
1636 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
1637 was removed on 2009-09-10. Update lisp-mode-map example.
1638 (Inheritance and Keymaps): Minor clarification.
1639 (Searching Keymaps): Remove out-of-place enumeration.
1640 (Key Lookup): Remove unnecessary example (one was already given in
1641 Format of Keymaps).
1642 (Changing Key Bindings): Update suppress-keymap example.
1643 (Menu Bar, Tool Bar): Copyedits.
1644 (Tool Bar): Update tool-bar-map example.
1645
faccede1
CY
16462012-02-12 Chong Yidong <cyd@gnu.org>
1647
1648 * debugging.texi (Debugger Commands): Continuing is now allowed
1649 for errors.
1650
355cabc6
CY
16512012-02-11 Chong Yidong <cyd@gnu.org>
1652
d860baa0
CY
1653 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
1654 Move the list of standard bitmaps there.
1655 (Fringe Cursors): Rewrite for clarity.
1656 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
1657
34106abe
CY
1658 * commands.texi (Command Overview): Mention read-key.
1659 (Using Interactive, Interactive Call): Minor clarifications.
1660 (Function Keys, Click Events): Avoid "input stream" terminology.
1661 (Click Events): Add xref to Window Sizes and Accessing Mouse.
1662 Clarify column and row components.
1663 (Accessing Mouse): Add xref to Click Events. Minor fixes.
1664 (Special Events): Copyedits.
1665
1666 * streams.texi (Input Streams): De-document get-file-char.
1667 (Output Variables): Don't refer to old backquote syntax.
1668
355cabc6
CY
1669 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
1670 (Error Debugging): Note that debug-ignored-errors overrides list
1671 values of debug-on-error too. Add xref to Signaling Errors. Note
1672 that debug-on-signal is not customizable. Mention
1673 condition-case-unless-debug.
1674 (Compilation Errors): Node deleted.
1675
1676 * compile.texi (Compiler Errors): Move a paragraph here from
1677 deleted node Compilation Errors.
1678
1be3ca5a
LL
16792012-02-10 Leo Liu <sdl.web@gmail.com>
1680
1681 * control.texi (Handling Errors): Change condition-case-no-debug
1682 to condition-case-unless-debug.
1683
25dec365
CY
16842012-02-10 Chong Yidong <cyd@gnu.org>
1685
1686 * advice.texi (Defining Advice): Clarify ad-unadvise.
1687 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
1688 is not abnormal.
1689 (Advising Primitives): Node deleted; ad-define-subr-args has been
1690 removed.
1691
1692 * compile.texi (Speed of Byte-Code): Use float-time in example.
1693 (Compilation Functions): Note that the log uses Compilation mode.
1694 Don't discuss the contents of byte-code function object here.
1695 (Compilation Functions): De-document internal function byte-code.
1696 (Docs and Compilation): Minor clarifications.
1697
1698 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
1699 Objects.
1700
5f5e4ea1
GM
17012012-02-10 Glenn Morris <rgm@gnu.org>
1702
1703 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
1704 Mention secure-hash.
1705 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
1706
6c1e4b46
CY
17072012-02-10 Chong Yidong <cyd@gnu.org>
1708
1709 * loading.texi (Loading): Don't emphasize "library" terminology.
1710 (Library Search): load-path is not a user option. Mention role of
1711 -L option and packages. Improve examples.
1712 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
1713 obsolete.
1714 (Autoload): Minor clarifications.
1715
72ca698c
GM
17162012-02-10 Glenn Morris <rgm@gnu.org>
1717
b011fbfe
GM
1718 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
1719
72ca698c
GM
1720 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
1721
14a1f380
GM
17222012-02-08 Glenn Morris <rgm@gnu.org>
1723
1724 * loading.texi (Named Features): Update the require example.
1725
60d47423
GM
17262012-02-07 Glenn Morris <rgm@gnu.org>
1727
1728 * modes.texi (Defining Minor Modes):
1729 Expand on args of defined minor modes.
1730
0992bd9c
CY
17312012-02-07 Chong Yidong <cyd@gnu.org>
1732
1733 * variables.texi (Creating Buffer-Local): Minor clarification
1734 to buffer-local-variables doc (Bug#10715).
1735
af008560
GM
17362012-02-07 Glenn Morris <rgm@gnu.org>
1737
e80e1825 1738 * display.texi (ImageMagick Images): General update.
af008560
GM
1739 Move most details of imagemagick-render-type to the variable's doc.
1740
866c1d22
GM
17412012-02-06 Glenn Morris <rgm@gnu.org>
1742
f7c9199f 1743 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
1744 (Inheritance and Keymaps):
1745 Mention make-composed-keymap and multiple inheritance.
f7c9199f 1746
e7bc51d0
GM
1747 * modes.texi (Running Hooks): Mention run-hook-wrapped.
1748
866c1d22
GM
1749 * control.texi (Handling Errors):
1750 Mention condition-case-no-debug and with-demoted-errors.
1751
03988c98
CY
17522012-02-05 Chong Yidong <cyd@gnu.org>
1753
1754 * customize.texi (Common Keywords): Minor clarifications.
1755 Document custom-unlispify-remove-prefixes.
1756 (Variable Definitions): Backquotes in defcustom seem to work fine
1757 now. Various other copyedits.
e1161b06
CY
1758 (Simple Types): Copyedits. Document color selector.
1759 (Composite Types): Copyedits.
1760 (Splicing into Lists): Clarifications.
03988c98
CY
1761
1762 * eval.texi (Backquote): Move from macros.texi.
1763
1764 * macros.texi (Expansion): Minor clarification.
1765 (Backquote): Move node to eval.texi.
1766 (Defining Macros): Move an example from Backquote node.
1767 (Argument Evaluation): No need to mention Pascal.
1768 (Indenting Macros): Add xref to Defining Macros.
1769
649f602c
GM
17702012-02-05 Glenn Morris <rgm@gnu.org>
1771
1772 * debugging.texi (Error Debugging): Mention debug-on-event default.
1773
34c99998
GM
17742012-02-04 Glenn Morris <rgm@gnu.org>
1775
8f05da42
GM
1776 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
1777
7aa5aad8
GM
1778 * debugging.texi (Error Debugging): Mention debug-on-event.
1779 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
1780
c7291ad9
GM
1781 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
1782
34c99998
GM
1783 * text.texi (Buffer Contents):
1784 Update filter-buffer-substring description.
1785
735cc5ca
CY
17862012-02-04 Chong Yidong <cyd@gnu.org>
1787
1788 * functions.texi (What Is a Function): Add closures. Mention
1789 "return value" terminology. Add xref for command-execute. Remove
1790 unused "keystroke command" terminology.
1791 (Lambda Expressions): Give a different example than in the
1792 following subsection. Add xref to Anonymous Functions.
1793 (Function Documentation): Remove gratuitous markup.
1794 (Function Names): Move introductory text to `What Is a Function'.
1795 (Defining Functions): Fix defun argument spec.
1796 (Anonymous Functions): Document lambda macro explicitly. Mention
1797 effects on lexical binding.
1798 (Function Cells): Downplay direct usage of fset.
1799 (Closures): New node.
1800 (Inline Functions): Remove "open-code" terminology.
1801 (Declaring Functions): Minor tweak; .m is not C code.
1802
1803 * variables.texi (Variables): Don't refer to "global value".
1804 (Local Variables, Void Variables): Copyedits.
1805 (Lexical Binding): Minor clarification of example.
1806 (File Local Variables): Mention :safe and :risky defcustom args.
1807 (Lexical Binding): Add xref to Closures node.
1808
94bc7984
GM
18092012-02-04 Glenn Morris <rgm@gnu.org>
1810
1811 * minibuf.texi (High-Level Completion): Updates for read-color.
1812
4f5a10ef
GM
18132012-02-03 Glenn Morris <rgm@gnu.org>
1814
eea14f31
GM
1815 * display.texi (GIF Images): Mention animation.
1816 Remove commented-out old example of animation.
1817 (Animated Images): New subsection.
1818 * elisp.texi (Top):
1819 * vol1.texi (Top):
1820 * vol2.texi (Top): Add Animated Images menu entry.
1821
4f5a10ef
GM
1822 * display.texi (Image Formats): Remove oddly specific information
1823 on versions of image libraries.
204e728d 1824 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 1825
12f381b7
GM
18262012-02-02 Glenn Morris <rgm@gnu.org>
1827
1b9f60cc
GM
1828 * processes.texi (Synchronous Processes):
1829 Mention call-process's :file gets overwritten.
1830
7e2734bc
GM
1831 * commands.texi (Reading One Event):
1832 * help.texi (Help Functions): Document read-char-choice.
1833
f58b9822
GM
1834 * hooks.texi (Standard Hooks):
1835 * modes.texi (Keymaps and Minor Modes):
1836 * text.texi (Commands for Insertion): Document post-self-insert-hook.
1837
1838 * hooks.texi (Standard Hooks): Add prog-mode-hook.
1839
12f381b7
GM
1840 * hooks.texi (Standard Hooks):
1841 * modes.texi (Major Mode Conventions, Mode Hooks):
1842 Document change-major-mode-after-body-hook.
1843
7a9a2fc6
GM
18442012-02-01 Glenn Morris <rgm@gnu.org>
1845
1846 * modes.texi (Defining Minor Modes):
1847 Mention disabling global minor modes on a per-major-mode basis.
1848
a037c171
CY
18492012-01-31 Chong Yidong <cyd@gnu.org>
1850
1851 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
1852 (Parser State): Remove unnecessary statement (Bug#10661).
1853
1854 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
1855
56afad3a
GM
18562012-01-31 Glenn Morris <rgm@gnu.org>
1857
1858 * modes.texi (Defining Minor Modes):
1859 Document define-minor-mode's new :variable keyword.
1860
0f29fa41
CY
18612012-01-29 Chong Yidong <cyd@gnu.org>
1862
837a390a
CY
1863 * syntax.texi (Syntax Class Table): Tweak description of newline
1864 char syntax (Bug#9619).
1865
0f29fa41
CY
1866 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
1867 description (Bug#10189).
1868
182148ee
GM
18692012-01-29 Glenn Morris <rgm@gnu.org>
1870
a49ca6b9
GM
1871 * files.texi (Changing Files): Document SELinux support.
1872
182148ee
GM
1873 * windows.texi (Window Sizes): Fix typo.
1874
9962192e
CY
18752012-01-28 Chong Yidong <cyd@gnu.org>
1876
8c6e1920
CY
1877 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
1878 doc (Bug#8568).
1879
9583ec59
CY
1880 * frames.texi (Input Focus): Add NORECORD arg to
1881 select-frame-set-input-focus. Clarify its role in select-frame.
1882
10256988
CY
1883 * text.texi (Transposition): We don't use transpose-region as an
1884 internal subroutine (Bug#3249).
1885
9962192e
CY
1886 * modes.texi (Example Major Modes): Update Lisp example code to
1887 current sources. Delete the old non-derived-major-mode example,
1888 which has diverged badly from current sources.
1889
2aa43abb
GM
18902012-01-27 Glenn Morris <rgm@gnu.org>
1891
1892 * makefile.w32-in (texinputdir): Fix (presumed) typo.
1893 (VERSION, manual): Remove, unused.
1894
9f40220d
CY
18952012-01-27 Chong Yidong <cyd@gnu.org>
1896
1897 * commands.texi (Command Overview): Minor clarification (Bug#10384).
1898
acc28cb9
CY
18992012-01-26 Chong Yidong <cyd@gnu.org>
1900
1901 * searching.texi (String Search): Document negative repeat count
1902 (Bug#10507).
1903
48da7392
GM
19042012-01-26 Glenn Morris <rgm@gnu.org>
1905
1906 * variables.texi (Using Lexical Binding):
1907 Mention that lexical-binding should be set in the first line.
1908
69b0acb9
LI
19092012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1910
1911 * macros.texi (Defining Macros): Don't claim that `declare' only
1912 affects Edebug and indentation.
1913
543757a8
LI
19142012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1915
1916 * macros.texi (Defining Macros): Slight `declare' fixup.
1917
450e3cae
GM
19182012-01-25 Glenn Morris <rgm@gnu.org>
1919
24189ce0 1920 * makefile.w32-in (texinputdir):
450e3cae
GM
1921 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
1922
1021c761
CY
19232012-01-24 Chong Yidong <cyd@gnu.org>
1924
1925 * variables.texi (Variables, Local Variables, Void Variables):
1926 Edit to make the descriptions less specific to dynamic binding.
1927 (Local Variables): Default max-specpdl-size is now 1300.
1928 (Defining Variables): Edits for lexical scoping. Delete
1929 information about starting docstrings with *. De-document
1930 user-variable-p.
1931 (Tips for Defining): Remove an unimportant discussion of quitting
1932 in the middle of a load.
1933 (Accessing Variables, Setting Variables): Discuss lexical binding.
1934 (Variable Scoping): Rewrite.
1935 (Scope, Extent, Impl of Scope): Nodes deleted.
1936 (Dynamic Binding): New node, with material from Scope, Extent, and
1937 Impl of Scope nodes.
1938 (Dynamic Binding Tips): Rename from Using Scoping.
1939 (Lexical Binding): Rewrite.
1940 (Using Lexical Binding): Rename from Converting to Lexical
1941 Binding. Convert to subsection.
1942
1943 * customize.texi (Variable Definitions): Add custom-variable-p.
1944 Move user-variable-p documentation here.
1945
31cbea1d
CY
19462012-01-23 Chong Yidong <cyd@gnu.org>
1947
1948 * strings.texi (Text Comparison): Minor qualification.
1949
1950 * lists.texi (Cons Cells): Copyedits.
1951 (List Elements): Mention push.
1952 (List Variables): Mention pop.
1953 (Rings): Move to sequences.texi.
1954
1955 * sequences.texi (Sequence Functions): Don't repeat the
1956 introduction already given in the parent.
1957 (Vectors): Copyedits.
1958 (Rings): Move from lists.texi. Note that this is specific to the
1959 ring package.
1960
1961 * symbols.texi (Definitions, Symbol Components): Mention variable
1962 scoping issues.
1963 (Plists and Alists): Copyedits.
1964
1965 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
1966 correctness with lexical scoping.
1967 (Eval): Copyedits.
1968
fead402d
CY
19692012-01-21 Chong Yidong <cyd@gnu.org>
1970
1971 * intro.texi (A Sample Function Description): Special notation
1972 used for macros too.
1973
1974 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
1975 (Symbol Type): Add xref for keyword symbols.
1976 (Sequence Type): Clarify differences between sequence types.
1977 (Cons Cell Type): Add "linked list" index entry.
1978 (Non-ASCII in Strings): Copyedits.
1979 (Equality Predicates): Symbols with same name need not be eq.
1980
1981 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
1982 ldexp. Move float-e and float-pi to Math Functions node.
1983
61086eb6
GM
19842012-01-21 Glenn Morris <rgm@gnu.org>
1985
1986 * modes.texi (Auto Major Mode):
1987 * variables.texi (File Local Variables):
1988 Mention inhibit-local-variables-regexps.
1989
34a02f46
MR
19902012-01-19 Martin Rudalics <rudalics@gmx.at>
1991
1992 * windows.texi (Window Configurations): Rewrite references to
1993 persistent window parameters.
1994 (Window Parameters): Fix description of persistent window
1995 parameters.
1996
f5064cae
JB
19972012-01-16 Juanma Barranquero <lekktu@gmail.com>
1998
1999 * windows.texi (Window Parameters): Use @pxref.
2000
6a6ee00d
MR
20012012-01-16 Martin Rudalics <rudalics@gmx.at>
2002
2003 * windows.texi (Window Configurations, Window Parameters):
2004 Describe persistent window parameters.
2005
9ca4c014
SM
20062011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 * variables.texi (Creating Buffer-Local): Warn against misuses of
2009 make-variable-buffer-local (bug#10258).
2010
d027f83d
LMI
20112012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2012
2013 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
2014
89bd9ccd
CY
20152012-01-06 Chong Yidong <cyd@gnu.org>
2016
2017 * variables.texi (Directory Local Variables): Document
2018 hack-dir-local-variables-non-file-buffer.
2019
c869783d
GM
20202012-01-06 Glenn Morris <rgm@gnu.org>
2021
2022 * maps.texi (Standard Keymaps): Refer to Info-edit by name
2023 rather than by keybinding.
2024
2cae5ba4
JB
20252011-12-29 Juanma Barranquero <lekktu@gmail.com>
2026
2027 * frames.texi (Font and Color Parameters): Add @pxref.
2028
43da4d08
DC
20292011-12-29 Daniel Colascione <dan.colascione@gmail.com>
2030
2031 * frames.texi (Font and Color Parameters):
2032 Document w32 font backends (bug#10399).
2033
8d80ef01
PE
20342011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2035
2036 * files.texi (File Attributes, Changing Files):
2037 Use a more-natural notation for octal numbers.
2038
9022ae07
JB
20392011-12-23 Juanma Barranquero <lekktu@gmail.com>
2040
2041 * variables.texi (Variables with Restricted Values):
2042 Change reference to variable (bug#10354).
2043
454592a6
MR
20442011-12-13 Martin Rudalics <rudalics@gmx.at>
2045
2046 * windows.texi (Splitting Windows): Use t instead of non-nil
2047 when describing window-combination-resize.
2048
a7cdbfce
SM
20492011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2050
2051 * text.texi (Special Properties): Warn against `intangible' properties
2052 (bug#10222).
2053
a3dcc84e
EZ
20542011-11-26 Eli Zaretskii <eliz@gnu.org>
2055
579ebf8f
EZ
2056 * display.texi (Truncation):
2057 * text.texi (Special Properties): Describe what a stretch-glyph is
2058 instead of using that term without explanation. Make the
2059 cross-references more accurate.
2060
a3dcc84e
EZ
2061 * display.texi (Usual Display): Update the description,
2062 cross-references, and indexing related to display of control
2063 characters and raw bytes.
2064
94af99a4
MR
20652011-11-25 Martin Rudalics <rudalics@gmx.at>
2066
2067 * windows.texi (Splitting Windows): Fix description of
2068 window-combination-limit. Suggested by Eli Zaretskii.
2069
1c3d7a13
CY
20702011-11-23 Chong Yidong <cyd@gnu.org>
2071
2072 * windows.texi (Window Sizes): Move window-top-line,
2073 window-left-column, and window-*-pixel-edges to Coordinates and
2074 Windows node.
2075 (Coordinates and Windows): Restore window-edges doc.
2076
90151a1e
MR
20772011-11-21 Martin Rudalics <rudalics@gmx.at>
2078
a7cdbfce
SM
2079 * windows.texi (Windows and Frames, Splitting Windows):
2080 Fix typos.
90151a1e 2081
a9b9b7f5
CY
20822011-11-21 Chong Yidong <cyd@gnu.org>
2083
2084 * windows.texi (Splitting Windows): Fix error in documentation of
2085 window-combination-limit.
2086 (Cyclic Window Ordering): Minor fixes to next-window,
2087 one-window-p, and get-lru-window docs. Don't document
2088 window-list-1.
2089 (Buffers and Windows): Copyedits.
2090 (Choosing Window): Document special handling of special-display-*.
2091 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
2092 Don't document even-window-heights, which is going away.
2093 Clarify which options are obeyed by which action functions.
a9b9b7f5 2094
f4e90db0
SM
20952011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2096
2097 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
2098
d2999b1a
MR
20992011-11-20 Martin Rudalics <rudalics@gmx.at>
2100
f4e90db0
SM
2101 * windows.texi (Resizing Windows, Splitting Windows):
2102 Remove term "status" when talking about combination limits.
d2999b1a 2103
cd1181db
JB
21042011-11-20 Juanma Barranquero <lekktu@gmail.com>
2105
2106 * compile.texi (Compiler Errors):
2107 * help.texi (Help Functions): Fix typos.
2108
7bf54975
CY
21092011-11-19 Chong Yidong <cyd@gnu.org>
2110
2111 * windows.texi (Splitting Windows): Clarify role of window
2112 parameters in split-window. Shorten the example.
f4e90db0
SM
2113 (Deleting Windows): Rewrite intro to handle internal windows.
2114 Fix delete-windows-on doc.
7bf54975
CY
2115 (Selecting Windows): Copyedits.
2116
a0c2d0ae
MR
21172011-11-17 Martin Rudalics <rudalics@gmx.at>
2118
2119 * windows.texi (Resizing Windows, Splitting Windows)
2120 (Deleting Windows): Use term window-combination-resize instead
2121 of window-splits.
2122
b6f67890
MR
21232011-11-16 Martin Rudalics <rudalics@gmx.at>
2124
f4e90db0
SM
2125 * windows.texi (Resizing Windows, Splitting Windows):
2126 Rename occurrences of window-nest to window-combination-limit.
b6f67890 2127
0b381c7e
JB
21282011-11-14 Juanma Barranquero <lekktu@gmail.com>
2129
2130 * intro.texi (Lisp History): Fix typo.
2131
89d61221
MR
21322011-11-12 Martin Rudalics <rudalics@gmx.at>
2133
f4e90db0
SM
2134 * windows.texi (Splitting Windows, Deleting Windows):
2135 Remove references to splits status of windows.
89d61221 2136
b2621720
GM
21372011-11-10 Glenn Morris <rgm@gnu.org>
2138
2139 * buffers.texi (Read Only Buffers): Expand a bit on why
2140 toggle-read-only should only be used interactively. (Bug#7292)
2141
d2ad7ee1
CY
21422011-11-09 Chong Yidong <cyd@gnu.org>
2143
2144 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 2145 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
2146 window-inside-absolute-pixel-edges.
2147 (Resizing Windows): shrink-window-if-larger-than-buffer works on
2148 non-full-width windows.
2149
2cffd681
MR
21502011-11-09 Martin Rudalics <rudalics@gmx.at>
2151
2152 * windows.texi (Resizing Windows): Rewrite documentation of
2153 window-resizable.
2154
f6f6d7e7
CY
21552011-11-09 Chong Yidong <cyd@gnu.org>
2156
2157 * windows.texi (Splitting Windows): Simplify example.
2158
a79db6e0
CY
21592011-11-08 Chong Yidong <cyd@gnu.org>
2160
2161 * windows.texi (Window Sizes): Copyedits. Document
2162 window-text-height. Remove window-min-height and window-min-width
2163 discussion, referring instead to Emacs manual.
2164 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
2165 (Resizing Windows): Simplify introduction. Don't document
2166 enlarge-window, shrink-window, enlarge-window-horizontally, and
2167 shrink-window-horizontally; they are no longer preferred for
2168 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 2169
441950c7
GM
21702011-11-07 Glenn Morris <rgm@gnu.org>
2171
2172 * windows.texi (Choosing Window): Fix keybinding typo.
2173
be7f5545
MR
21742011-11-07 Martin Rudalics <rudalics@gmx.at>
2175
2176 * windows.texi (Resizing Windows, Splitting Windows)
2177 (Window Configurations): Use "child window" instead of
2178 "subwindow".
2179
291d142b
CY
21802011-11-06 Chong Yidong <cyd@gnu.org>
2181
2182 * windows.texi (Basic Windows): Clarify various definitions.
2183 Treat window-normalize-* as internal; don't document them.
2184 (Windows and Frames): Various clarifications, e.g. non-live
2185 windows also belong to frames. Fix window-list description.
2186 Simplify window nesting example.
f4e90db0
SM
2187 (Splitting Windows, Window Configurations):
2188 Use split-window-below.
291d142b 2189
89bd5ee1
EZ
21902011-11-04 Eli Zaretskii <eliz@gnu.org>
2191
2192 * windows.texi (Window Sizes): Mention in the doc string that the
2193 return values of `window-body-height' and `window-body-width' are
2194 in frame's canonical units. (Bug#9949)
2195
3d8daefe
MR
21962011-10-30 Martin Rudalics <rudalics@gmx.at>
2197
2198 * windows.texi (Windows and Frames): Remove "iso-" infix from
2199 documentation of window-iso-combined-p.
2200
60754666
CY
22012011-10-26 Chong Yidong <cyd@gnu.org>
2202
2203 * modes.texi (Running Hooks): Document with-wrapper-hook.
2204
d366bd53
CY
22052011-10-18 Chong Yidong <cyd@gnu.org>
2206
2207 * display.texi (Glyphless Chars): New node.
2208
50b063c3
CY
22092011-10-13 Chong Yidong <cyd@stupidchicken.com>
2210
2211 * text.texi (Yanking): Document yank-excluded-properties.
2212
2213 * package.texi (Packaging Basics): The commentary should say how
2214 to begin using the package.
2215
c72063fa
MR
22162011-10-11 Martin Rudalics <rudalics@gmx.at>
2217
2218 * windows.texi (Deleting Windows): Mention which window gets
2219 selected when deleting the selected window.
2220
d83dc65b
MR
22212011-10-09 Martin Rudalics <rudalics@gmx.at>
2222
2223 * buffers.texi (The Buffer List): Describe how bury-buffer deals
2224 with the selected window.
2225 * windows.texi (Buffers and Windows): Reformulate text on how
2226 replace-buffer-in-windows deals with a window.
2227 (Quitting Windows): Describe how quit-window deals with a
2228 standalone frame. Describe new option frame-auto-hide-function.
2229
c599682c
GM
22302011-10-08 Glenn Morris <rgm@gnu.org>
2231
48bca619
GM
2232 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
2233
c599682c
GM
2234 * positions.texi (Excursions): Update warning message.
2235
969aa734
CY
22362011-10-05 Chong Yidong <cyd@stupidchicken.com>
2237
f4e90db0
SM
2238 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
2239 Fix Emacs manual xref (Bug#9675).
969aa734 2240
550f41cd
CY
22412011-10-01 Chong Yidong <cyd@stupidchicken.com>
2242
2243 * windows.texi (Textual Scrolling): Document scroll-up-command,
2244 scroll-down-command, scroll-error-top-bottom, and the
2245 scroll-command symbol property.
717a1362
CY
2246 (Display Action Functions): Fix description of
2247 display-buffer-pop-up-window.
550f41cd 2248
a239d4e9
JB
22492011-09-28 Juanma Barranquero <lekktu@gmail.com>
2250
2251 * windows.texi (Splitting Windows): Fix typos.
2252
590c056d
MR
22532011-09-25 Martin Rudalics <rudalics@gmx.at>
2254
2255 * windows.texi (Windows and Frames, Display Action Functions)
2256 (Switching Buffers): Fix some typos.
2257 (Buffers and Windows): Remove reference to window-auto-delete.
2258 Reword description of replace-buffer-in-windows.
2259 (Window History): Fix some typos and refer to frame local buffer
2260 list.
c419f5cb
MR
2261 (Quitting Windows): New node.
2262 (Window Configurations): Add descriptions of window-state-get
2263 and window-state-put.
2264 (Window Parameters): Describe variable ignore-window-parameters.
2265 Sketch some window parameters currently in use.
2266 * elisp.texi (Top): Update node listing.
590c056d 2267
9ec20d36
CY
22682011-09-25 Chong Yidong <cyd@stupidchicken.com>
2269
2270 * windows.texi (Display Action Functions)
2271 (Choosing Window Options): New nodes.
2272
0e406a72
CY
22732011-09-24 Chong Yidong <cyd@stupidchicken.com>
2274
2275 * windows.texi (Window History): New node. Move text here from
2276 Buffers and Windows.
2277 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
2278 don't document display-buffer here; callers changed.
2279 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
2280 switch-to-buffer-other-frame. Delete duplicate
2281 replace-buffer-in-windows doc.
2282 (Choosing Window): Document display actions.
2283
6bf7006f
EZ
22842011-09-24 Eli Zaretskii <eliz@gnu.org>
2285
2286 * display.texi (Forcing Redisplay): Update the description of
2287 redisplay-dont-pause due to change in the default value.
2288
b33b68a3
MR
22892011-09-23 Martin Rudalics <rudalics@gmx.at>
2290
2291 * frames.texi (Frames and Windows): Move section and rename to
2292 Windows and Frames in windows.texi.
2293 * windows.texi (Windows): Restructure.
2294 (Basic Windows): Rewrite. Explain live and internal windows and
2295 normalization functions.
2296 (Windows and Frames): Move section here from frames.texi.
2297 Describe subwindows, window combinations, window tree, and
2298 corresponding functions including window-list here.
2299 (Window Sizes): Rename section from Size of Window and move it
2300 up in chapter. Describe total and body sizes and the
2301 corresponding functions. Explain new semantics of
2302 window-min-height/-width.
2303 (Resizing Windows): Move section up in chapter. Describe new
2304 resize functions.
2305 (Splitting Windows): Describe new behavior of split-window,
2306 split-window-above-each-other and split-window-side-by-side.
2307 Provide examples. Describe window-nest and window-splits
2308 options.
2309 (Deleting Windows): Minor rewrite.
f4e90db0
SM
2310 (Selecting Windows): Minor rewrite.
2311 Describe frame-selected-window and set-frame-selected-window here.
2312 (Cyclic Window Ordering): Minor rewrite.
2313 Describe window-list-1.
b33b68a3
MR
2314 (Buffers and Windows): Rewrite. Explain a window's previous and
2315 next buffers and the corresponding functions.
c4682d18 2316 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
2317 * elisp.texi (Top): Update node listings for frames and windows
2318 sections.
2319
4d3786ac
SM
23202011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2321
2322 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
2323
713df35b
LMI
23242011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2325
2326 * errors.texi (Standard Errors): Remove apparent placeholder text
2327 (bug#9491).
2328
33ed493b
CY
23292011-09-18 Chong Yidong <cyd@stupidchicken.com>
2330
2331 * frames.texi (Management Parameters): Fix description of
2332 icon-type parameter.
2333
b8f0a954
CY
23342011-09-17 Chong Yidong <cyd@stupidchicken.com>
2335
2336 * tips.texi (Key Binding Conventions): Don't bind a key sequence
2337 ending in C-g. Suggested by Edward O'Connor.
2338
eddf142c
EZ
23392011-09-17 Eli Zaretskii <eliz@gnu.org>
2340
2341 * numbers.texi (Integer Basics): Add indexing for
2342 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
2343
d8e213eb 23442011-09-14 Dani Moncayo <dmoncayo@gmail.com>
bf1af6c7
DM
2345
2346 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
2347
cec2eab8
JB
23482011-09-11 Juanma Barranquero <lekktu@gmail.com>
2349
2350 * processes.texi (Network Servers): Clarify what the process
2351 buffer is used for (bug#9233).
2352
d8e213eb 23532011-08-30 Dani Moncayo <dmoncayo@gmail.com>
1f403cb9
DM
2354
2355 * lists.texi (Building Lists): Fix typo.
2356
35137ed3
CY
23572011-08-30 Chong Yidong <cyd@stupidchicken.com>
2358
2359 * display.texi (Basic Faces): New node. Document new faces.
2360
2361 * modes.texi (Major Mode Conventions): Move some text there.
2362 (Mode Help): Remove major-mode var, duplicated in Major Modes.
2363
3fd50d5c
CY
23642011-08-29 Chong Yidong <cyd@stupidchicken.com>
2365
2366 * modes.texi (Basic Major Modes): New node. Callers updated.
2367 (Major Modes): Document fundamental-mode and major-mode.
2368 (Major Mode Basics): Node deleted; text moved to Major Modes.
2369 (Derived Modes): Document derived-mode-p.
2370
ddb54206
CY
23712011-08-28 Chong Yidong <cyd@stupidchicken.com>
2372
a6326082
CY
2373 * files.texi (Changing Files, Create/Delete Dirs): Document new
2374 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
2375 (Visiting Functions): Remove view-file; it is documented in the
2376 Emacs manual.
04e2ce72 2377
ddb54206
CY
2378 * frames.texi (Layout Parameters): The defaults for the
2379 menu-bar-lines and tool-bar-lines parameters depend on the mode.
2380
2381 * display.texi (Progress): Document spinner functionality.
2382
2383 * os.texi (Killing Emacs): Note that kill-emacs can be called by
2384 operating system signals. Refer to save-buffers-kill-terminal
2385 instead of save-buffers-kill-emacs.
2386
2387 * objects.texi (Symbol Type): Document ## print representation.
2388
0c95fcf7
EZ
23892011-08-25 Eli Zaretskii <eliz@gnu.org>
2390
2391 * display.texi (Specified Space): Mention that `space' specs
2392 influence bidi reordering.
2393 (Bidirectional Display): Explain how to use `(space . PROPS)' for
2394 separating fields with bidirectional content.
2395
5980d4c6
EZ
23962011-08-24 Eli Zaretskii <eliz@gnu.org>
2397
2398 * display.texi (Bidirectional Display): Document return value in
2399 buffers that are not bidi-reordered for display, and in unibyte
2400 buffers.
2401
bca633fb
EZ
24022011-08-23 Eli Zaretskii <eliz@gnu.org>
2403
2404 * nonascii.texi (Character Properties): Document the values for
2405 unassigned codepoints.
2406
c094bb0c
EZ
24072011-08-18 Eli Zaretskii <eliz@gnu.org>
2408
2409 * nonascii.texi (Character Properties): Document use of
2410 `bidi-class' and `mirroring' properties as part of reordering.
2411 Provide cross-references to "Bidirectional Display".
2412
2413 * display.texi (Bidirectional Display): Document the pitfalls of
2414 concatenating strings with bidirectional content, with possible
f4e90db0
SM
2415 solutions. Document bidi-string-mark-left-to-right.
2416 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
2417 Document use of `bidi-class' and `mirroring' properties as part of
2418 reordering.
c094bb0c 2419
1ea897d5
EZ
24202011-08-16 Eli Zaretskii <eliz@gnu.org>
2421
9adfcd0b
EZ
2422 * modes.texi (Major Mode Conventions): Improve the documentation
2423 of `mode-class' `special' modes.
2424
10862873
EZ
2425 * nonascii.texi (Character Properties): Document the `mirroring'
2426 property. Add index entries.
2427
1ea897d5
EZ
2428 * syntax.texi (Categories): Add an example of defining a new
2429 category and category table.
2430
2431 * searching.texi (Regexp Backslash): Document how to display
2432 existing categories. Mention the possibility of adding
2433 categories, and add an xref to where this is described. Add an
2434 index entry.
2435
ebb552ed
CY
24362011-08-09 Chong Yidong <cyd@stupidchicken.com>
2437
2438 * text.texi (Special Properties):
2439 * display.texi (Overlay Properties): Note that mouse-face cannot
2440 change the text size (Bug#8530).
2441
51a714e1
CY
24422011-08-08 Chong Yidong <cyd@stupidchicken.com>
2443
2444 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2445 using setenv instead.
2446
4cc60b9b
EZ
24472011-07-28 Eli Zaretskii <eliz@gnu.org>
2448
2449 * display.texi (Bidirectional Display): Document the fact that
2450 bidi-display-reordering is t by default.
2451
5deb92fd
EZ
24522011-07-23 Eli Zaretskii <eliz@gnu.org>
2453
2454 * display.texi (Bidirectional Display): New section.
2455
011b0ad6 24562011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
2457 Tim Cross <theophilusx@gmail.com> (tiny change)
2458 Glenn Morris <rgm@gnu.org>
011b0ad6 2459
67f9b9f8 2460 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 2461
4baf28e6
AS
24622011-07-15 Andreas Schwab <schwab@linux-m68k.org>
2463
2464 * help.texi (Keys in Documentation): Revert last change.
2465
66249842
LMI
24662011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2467
f863868c
LMI
2468 * help.texi (Keys in Documentation): Clarify that \= only quotes
2469 the next character, and doesn't affect longer sequences in
2470 particular (bug#8935).
2471
f4e90db0
SM
2472 * debugging.texi (Using Debugger):
2473 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 2474
0bb23927 24752011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
2476
2477 * display.texi (Other Display Specs): Document that `left-fringe'
2478 and `right-fringe' display specifications are of the "replacing"
2479 kind.
2480
f2027cdf
LMI
24812011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2482
2483 * help.texi (Documentation Basics): Add a link to the Function
2484 Documentation node (bug#6580).
2485
f987fde4
LMI
24862011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2487
0bc59b25
LMI
2488 * keymaps.texi (Menu Bar): Mention :visible and :enable
2489 (bug#6344). Text by Drew Adams.
2490
63d55f1f
LMI
2491 * modes.texi (Running Hooks): Mention buffer-local hook variables
2492 (bug#6218).
2493
f987fde4
LMI
2494 * objects.texi (General Escape Syntax): "a with grave accent" is
2495 ?xe0, not ?x8e0 (bug#5259).
2496
b7527639
CY
24972011-07-12 Chong Yidong <cyd@stupidchicken.com>
2498
2499 * display.texi (Face Attributes, Font Selection): Add references
2500 to the Fonts node in the Emacs manual (Bug#4178).
2501
c830e5ae
CY
25022011-07-12 Chong Yidong <cyd@stupidchicken.com>
2503
2504 * display.texi (Window Systems): `window-system' is
2505 terminal-local.
2506
2507 * frames.texi (Frame Parameters, Parameter Access): Don't mention
2508 frame-local variables.
2509
2510 * variables.texi (Buffer-Local Variables): Don't mention obsolete
2511 frame-local variables.
2512 (Frame-Local Variables): Node deleted.
2513
2514 * elisp.texi (Top): Update node listing.
2515
91223e54
LMI
25162011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2517
2518 * elisp.texi: Change "inferiors" to "subnodes" in three places
2519 (bug#3523).
2520
963578d3
CY
25212011-07-11 Chong Yidong <cyd@stupidchicken.com>
2522
2523 * frames.texi (Window System Selections): Discussion of
2524 x-select-enable-clipboard moved to Emacs manual.
2525
07151e49
DD
25262011-07-11 Deniz Dogan <deniz@dogan.se>
2527
2528 * commands.texi (Prefix Command Arguments): Remove excessive
2529 apostrophe.
2530
7261e1cf
LMI
25312011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2532
ad21a12a
LMI
2533 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
2534 description is a string (bug#3313).
2535
7261e1cf
LMI
2536 * frames.texi (Display Feature Testing): Try to explain what all
2537 the visual classes mean (bug#3042).
2538
568f7b79
LMI
25392011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2540
18d59e29
LMI
2541 * modes.texi (Mode Line Variables): Document `mode-line-remote'
2542 and `mode-line-client' (bug#2974).
2543
568f7b79
LMI
2544 * text.texi (Insertion): Clarify marker movements (bug#1651).
2545 Text from Drew Adams.
2546
54e10184
LMI
25472011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2548
d94d85e9
LMI
2549 * text.texi (Special Properties): Clarify the format of `face'
2550 (bug#1375).
2551
54e10184
LMI
2552 * commands.texi (Interactive Call): Add a `call-interactively'
2553 example (bug#1010).
2554
413c488d
LMI
25552011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2556
2557 * functions.texi (Calling Functions): Link to the "Interactive
2558 Call" node (bug#1001).
2559
322b7dab 25602011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 2561
3deead93
CY
2562 * customize.texi (Composite Types): Move alist and plist to here
2563 from Simple Types (Bug#7545).
2564
2565 * elisp.texi (Top): Update menu description.
2566
b00d8c1a
CY
2567 * display.texi (Face Attributes): Document negative line widths
2568 (Bug#6113).
2569
d2a6c43b
TR
25702011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2571
2572 * searching.texi (Match Data): Note that match data can be
2573 overwritten by most functions (bug#2499).
2574
c7844a27
LMI
25752011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2576
a9ab721e
LMI
2577 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
2578 flags mean (bug#6659).
2579
c7844a27
LMI
2580 * functions.texi (What Is a Function): Document the autoload
2581 object (bug#6496).
2582
f68d76d0
LMI
25832011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2584
8a20ca4c
LMI
2585 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
2586 is only used in the Customize user interface (bug#6089).
2587
f68d76d0 2588 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 2589 images (bug#7836).
f68d76d0 2590
7018dbe7
EZ
25912011-07-02 Eli Zaretskii <eliz@gnu.org>
2592
2593 * variables.texi (Defining Variables, Void Variables)
2594 (Constant Variables): Fix incorrect usage of @kindex.
2595
36cb87a1
LMI
25962011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2597
28ee97c7
LMI
2598 * variables.texi (Defining Variables): Add an index entry for
2599 `set-variable' (bug#7262).
8d4294e9 2600 (Defining Variables): Use @findex for functions.
28ee97c7 2601
8862ffd5
LMI
2602 * frames.texi (Basic Parameters): Document the `explicit-name'
2603 parameter (bug#6951).
2604
0ec389b9
LMI
2605 * customize.texi (Type Keywords): Clarify that :value provides a
2606 default value for all types (bug#7386).
2607
36cb87a1
LMI
2608 * streams.texi (Output Functions): Document `pp'.
2609
11fdef7d 26102011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
2611
2612 * keymaps.texi (Searching Keymaps):
2613 * display.texi (Overlay Properties): Fix errors in 2011-05-29
2614 change. Suggested by Johan Bockgård.
2615
eeafcea7
CY
26162011-06-15 Chong Yidong <cyd@stupidchicken.com>
2617
2618 * text.texi (Special Properties): Clarify role of font-lock-face.
2619
b96e6cde
LMI
26202011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2621
f4e90db0 2622 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
2623 to `process-live-p' for consistency with other `-live-p' functions.
2624
be14b9ab
PE
26252011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2626
2627 Document wide integers better.
2628 * files.texi (File Attributes): Document ino_t values better.
2d365993 2629 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
2630 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
2631 (Bitwise Operations):
001903b5
PE
2632 * objects.texi (Integer Type): Use a binary notation that is a bit easier
2633 to read, and that will port better if 62-bits becomes the default.
2634 Fix or remove incorrect examples.
be14b9ab
PE
2635 * os.texi (Time Conversion): Document time_t values better.
2636
bcd54f83
LMI
26372011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2638
f4e90db0
SM
2639 * processes.texi (Process Information):
2640 Document `process-alive-p'.
bcd54f83 2641
049bcbcb
CY
26422011-05-29 Chong Yidong <cyd@stupidchicken.com>
2643
2644 * help.texi (Accessing Documentation):
2645 * display.texi (Pixel Specification):
2646 * processes.texi (Serial Ports, Serial Ports):
2647 * nonascii.texi (Character Properties, Default Coding Systems):
2648 * text.texi (Changing Properties, Special Properties):
2649 * windows.texi (Window Start and End):
2650 * modes.texi (SMIE Indentation Example, SMIE Tricks):
2651 * keymaps.texi (Searching Keymaps, Tool Bar):
2652 * minibuf.texi (Basic Completion):
2653 * compile.texi (Eval During Compile):
2654 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
2655 7x9 paper in printed manual.
2656
2657 * lists.texi (Sets And Lists): Fix misplaced text.
2658
58539c63
CY
26592011-05-29 Chong Yidong <cyd@stupidchicken.com>
2660
2661 * keymaps.texi (Remapping Commands): Emphasize that the keymap
2662 needs to be active (Bug#8350).
2663
6b5681bf
CY
26642011-05-28 Chong Yidong <cyd@stupidchicken.com>
2665
b4d52acc
CY
2666 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
2667
6b5681bf
CY
2668 * tips.texi (Coding Conventions): Remove antediluvian filename
2669 limit recommendation (Bug#8538).
2670
e145f188
GM
26712011-05-27 Glenn Morris <rgm@gnu.org>
2672
2673 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
2674
eafed945
GM
26752011-05-26 Glenn Morris <rgm@gnu.org>
2676
2677 * variables.texi (File Local Variables):
2678 Update hack-local-variables `mode-only' return value.
2d3ba9e7 2679 Add some more details on what this function does in the other case.
eafed945 2680
bc8410af
GM
26812011-05-19 Glenn Morris <rgm@gnu.org>
2682
2683 * lists.texi (Sets And Lists): Mention cl provides union etc.
2684
35a30759
N
26852011-05-19 Nix <nix@esperi.org.uk>
2686
2687 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
2688
2689 * text.texi (Parsing HTML): Update for function name changes.
2690
2691 * syntax.texi (Syntax Flags): Small fix.
2692
2693 * keymaps.texi (Active Keymaps): Typo fix.
2694 (Changing Key Bindings): Grammar fix.
2695
2696 * frames.texi (Minibuffers and Frames): Grammar fix.
2697 (Window System Selections): x-select-enable-clipboard now defaults to t.
2698
2699 * customize.texi (Common Keywords):
2700 * display.texi (Abstract Display):
2701 * modes.texi (Auto-Indentation):
2702 * nonascii.texi (Converting Representations): Typo fixes.
2703
2704 * control.texi (Examples of Catch): Call it "goto" not "go to".
2705
e3934a8a
EZ
27062011-05-14 Eli Zaretskii <eliz@gnu.org>
2707
bc039a3b
EZ
2708 * nonascii.texi (Character Properties): Fix inconsistencies with
2709 implementation.
2710
e3934a8a
EZ
2711 * text.texi (Special Properties): Move @defvar's out of the
2712 @table. (Bug#8652)
2713
e2c94218
GM
27142011-05-12 Glenn Morris <rgm@gnu.org>
2715
2716 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
2717
d2fc7e3d 27182011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
2719
2720 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
2721 (Multiline Font Lock):
2722 * vol2.texi (Top):
2723 * vol1.texi (Top):
2724 * elisp.texi (Top): Update menu accordingly.
2725
d2fc7e3d 27262011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
2727
2728 * modes.texi (Region to Fontify): Fix typo.
2729
79b70037
GM
27302011-05-10 Jim Meyering <meyering@redhat.com>
2731
2732 * minibuf.texi: Fix typo "in in -> in".
2733
b08a63cc 27342011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
2735
2736 * numbers.texi (Integer Basics): Large integers are treated as floats.
2737
1ef14cb4
LMI
27382011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2739
2740 * processes.texi (Synchronous Processes): Document the (:file
2741 "/file-name") syntax for `call-process'.
2742
4ffd0d6b 27432011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
2744
2745 * windows.texi (Choosing Window): Fix typo.
2746
4ffd0d6b 27472011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
2748
2749 * frames.texi (Layout Parameters): Note the difference between
2750 querying and setting parameters for left-fringe and right-fringe
2751 (Bug#6930).
2752
fd5a8ae8
SM
27532011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2754
2755 * minibuf.texi (Basic Completion): Be a bit more precise about the
2756 valid kinds of completion tables.
2757 (Programmed Completion): Remove obsolete text about lambda expressions
2758 not being valid completion tables.
2759
c1bcd0d5
CY
27602011-03-19 Chong Yidong <cyd@stupidchicken.com>
2761
2762 * positions.texi (Excursions): Explain the "save-excursion
2763 defeated by set-buffer" warning.
2764
2765 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
2766 save-excursion. Suggested by Uday S Reddy.
2767
03408648 27682011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 2769
03408648
SM
2770 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
2771 (Lexical Binding): New sub-section.
ba83908c 2772
03408648
SM
2773 * eval.texi (Eval): Discourage the use of `eval'.
2774 Document its new `lexical' argument.
6c075cd7 2775
f6d62986
SM
27762011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2777
03408648 2778 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
2779 nil any more.
2780
84ea5558 27812011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
2782
2783 * strings.texi (String Conversion): Don't mention
2784 string-make-(uni|multi)byte (bug#8262).
2785 * nonascii.texi (Converting Representations): Fix up range.
2786 * keymaps.texi (Key Binding Commands): Update code point, avoid
2787 "unibyte character" and remove mention of unibyte bindings.
2788
62d94509
EZ
27892011-03-10 Eli Zaretskii <eliz@gnu.org>
2790
2791 * modes.texi (Operator Precedence Grammars): Don't use characters
2792 outside ISO-8859-1.
2793
63a329f8
EZ
27942011-03-09 Eli Zaretskii <eliz@gnu.org>
2795
2796 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
2797
2798 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2799
6446548e
GM
28002011-03-08 Glenn Morris <rgm@gnu.org>
2801
2802 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2803 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 2804 * elisp.texi: Set documentencoding.
6446548e 2805
33383987
JB
28062011-03-07 Chong Yidong <cyd@stupidchicken.com>
2807
2808 * Version 23.3 released.
2809
0b3ceceb
CY
28102011-03-06 Chong Yidong <cyd@stupidchicken.com>
2811
2812 * package.texi: Update index keywords.
2813 (Package Archives): New node contents. Document package-x.el.
2814
78f5433f
JB
28152011-03-06 Juanma Barranquero <lekktu@gmail.com>
2816
2817 * makefile.w32-in (srcs): Add package.texi.
2818
555e9b5c
CY
28192011-03-06 Chong Yidong <cyd@stupidchicken.com>
2820
120d9389
CY
2821 * package.texi (Packaging, Packaging Basics, Simple Packages)
2822 (Multi-file Packages): Expand and clarify.
2823 (Package Archives): Temporary placeholder node.
2824
2825 * elisp.texi (Top): Update node listing.
2826
555e9b5c
CY
2827 * Makefile.in (srcs): Add package.texi.
2828
b59a4335
CY
28292011-03-05 Chong Yidong <cyd@stupidchicken.com>
2830
2831 * processes.texi (Synchronous Processes): Minor clarification
2832 (Bug#8149).
2833
06083aa1
GM
28342011-03-03 Glenn Morris <rgm@gnu.org>
2835
2836 * files.texi (Truenames): Minor clarification. (Bug#2341)
2837
6640b281
GM
28382011-03-01 Glenn Morris <rgm@gnu.org>
2839
2840 * variables.texi (Directory Local Variables):
2841 Mention `(subdirs . nil)' alist element.
2842
2b0c7330 28432011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
2844
2845 * variables.texi (Directory Local Variables): Mention the optional
2846 mtime argument of dir-locals-set-directory-class. (Bug#3577)
2847
b923f7a9
CY
28482011-02-27 Chong Yidong <cyd@stupidchicken.com>
2849
2850 * minibuf.texi (Minibuffer History): Clarify discussion of
2851 minibuffer history lists (Bug#8085).
2852
67ab0163 28532011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 2854
e979a521
EZ
2855 * elisp.texi: Sync @dircategory with ../../info/dir.
2856
e03b2fd4
EZ
2857 * files.texi (Visiting Functions): Document find-file-literally,
2858 both the command and the variable.
2859
86ec878a
EZ
2860 * variables.texi (Creating Buffer-Local): Explain the meaning of
2861 permanent local variables.
2862
67ab0163
GM
2863 * files.texi (Visiting Functions): Document find-file-literally,
2864 both the command and the variable.
2865
2866 * variables.texi (Creating Buffer-Local): Explain the meaning of
2867 permanent local variables.
2868
28692011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
2870
2871 * keymaps.texi (Remapping Commands): Mention how to undo it.
2872
bfcb151a
RT
28732011-02-09 Reuben Thomas <rrt@sc3d.org>
2874
2875 * loading.texi (Hooks for Loading): Remove unnecessary advice
2876 about eval-after-load (Bug#7986).
2877
a41c8660
CY
28782011-02-05 Chong Yidong <cyd@stupidchicken.com>
2879
2880 * commands.texi (Accessing Mouse): Note that a header line is not
2881 included in the row of posn-col-row.
2882
e0dd6837
CY
28832011-02-02 Chong Yidong <cyd@stupidchicken.com>
2884
2885 * modes.texi (Major Mode Conventions): Add face guidelines.
2886 (Faces for Font Lock): List faces in order of prominence.
2887
a4180391
PE
28882011-02-01 Paul Eggert <eggert@cs.ucla.edu>
2889
2890 format-time-string now supports subsecond time stamp resolution
2891 * os.texi (Time Parsing): Document %N.
2892
7427eb97
CY
28932011-01-28 Chong Yidong <cyd@stupidchicken.com>
2894
61db307f
CY
2895 * vol1.texi (Top):
2896 * vol2.texi (Top):
2897 * elisp.texi (Top):
2898 * display.texi (Display Property): Shorten the menu description of
2899 the "Other Display Specs" node (Bug#7816).
2900
7427eb97
CY
2901 * keymaps.texi (Defining Menus): Add "menu item" and "extended
2902 menu item" concept index entries (Bug#7805).
2903
bf3dae7e
EZ
29042011-01-29 Eli Zaretskii <eliz@gnu.org>
2905
2906 * makefile.w32-in (texinfodir): New variable.
2907 (usermanualdir): Remove as redundant with $(emacsdir).
2908 (MAKEINFO): Remove options, leave only program name.
2909 (MAKEINFO_OPTS): New variable.
2910 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
2911
06d8ace5 29122011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
2913 Richard Kim <emacs18@gmail.com>
2914
2915 * loading.texi (Library Search): Document list-load-path-shadows
2916 (Bug#7757).
2917
06d8ace5 29182011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
2919
2920 * searching.texi (Regexp Special): Remove outdated discussion of
2921 character sets (Bug#7780).
2922
28a88153
CY
2923 * frames.texi (Pop-Up Menus): Document where menu title comes
2924 from (Bug#7684).
2925
06d8ace5 29262011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
2927
2928 * display.texi (Making Buttons): Mention limitation of text buttons.
2929
a8e1e9ee
WL
29302011-01-23 Werner Lemberg <wl@gnu.org>
2931
2932 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2933 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2934 (ENVADD): New variable to control texi2dvi and texi2pdf.
2935
362b9d48
GM
29362011-01-15 Chong Yidong <cyd@stupidchicken.com>
2937
2938 * files.texi (Directory Names): Move directory-abbrev-alist doc to
2939 Emacs manual.
2940
29412011-01-15 Eli Zaretskii <eliz@gnu.org>
2942
2943 * files.texi (Directory Names): Explain why FROM in
2944 directory-abbrev-alist should begin with \`. (Bug#7777)
2945
3fa173b4
SM
29462011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2947
2948 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
2949
7c420169 29502011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
2951
2952 * modes.texi (Emulating Mode Line): Fix last change.
2953
7c420169 29542011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
2955
2956 * modes.texi (Emulating Mode Line): Update documentation of
2957 format-mode-line according to changes that fixed bug #7587.
2958
80b33766
SM
29592010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2960
2961 * modes.texi (Derived Modes): Mention prog-mode.
2962
2963 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
2964 of the key-binding-data cache since we don't use it any more.
2965
f49d1f52 29662010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 2967
4bb49a92
EZ
2968 * processes.texi (Shell Arguments):
2969 * strings.texi (Creating Strings): Don't mention "shell commands";
2970 make it explicit that `split-string-and-unquote' and
2971 `combine-and-quote-strings' are mainly for working with arguments
2972 to call-process and start-process.
2973
3c73e30e
EZ
2974 * processes.texi (Shell Arguments): Fix documentation of
2975 `split-string-and-unquote'. Add indexing. (Bug#7563)
2976
f49d1f52 29772010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
2978
2979 * modes.texi (Auto-Indentation): New section to document SMIE.
2980 (Major Mode Conventions):
2981 * text.texi (Mode-Specific Indent): Refer to it.
2982
f49d1f52 29832010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
2984
2985 * display.texi (Other Display Specs): Document left-fringe and
2986 right-fringe display specs.
2987
f49d1f52 29882010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
2989
2990 * backups.texi (Making Backups):
2991 * modes.texi (Example Major Modes): Use recommended coding style.
2992 (Major Mode Basics, Derived Modes): Encourge more strongly use of
2993 define-derived-mode. Mention completion-at-point-functions.
2994
f49d1f52 29952010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 2996
5dcb4c4e
SM
2997 * nonascii.texi (Converting Representations):
2998 Document byte-to-string.
e1115396 2999
ec1b9b17
GM
30002010-12-08 Glenn Morris <rgm@gnu.org>
3001
3002 * buffers.texi (Modification Time):
3003 verify-visited-file-modtime now defaults to the current buffer.
3004
07976ae3 30052010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 3006
ec1b9b17 3007 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
3008
3009 * strings.texi (Creating Strings): Don't mention semi-obsolete
3010 function char-to-string.
3011 (String Conversion): Shorten discussion of semi-obsolete function
3012 string-to-char. Link to Converting Representations.
3013
3014 * objects.texi (Symbol Type):
3015 * text.texi (Near Point):
3016 * help.texi (Help Functions):
3017 * functions.texi (Mapping Functions): Use string instead of
3018 char-to-string in examples.
3019
07976ae3 30202010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
3021
3022 * text.texi (Kill Functions, Kill Functions)
3023 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
3024 YANK-HANDLER args.
3025
3026 * symbols.texi (Creating Symbols): Using unintern without an
3027 obarray arg is now obsolete.
3028
3029 * numbers.texi (Float Basics): Document float-e and float-pi.
3030
3031 * variables.texi (Defining Variables): Change "pi" example to
3032 "float-pi".
3033
8547874a
EZ
30342010-11-26 Eli Zaretskii <eliz@gnu.org>
3035
3036 * commands.texi (Click Events): Document the values of X, Y and
3037 COL, ROW in the event's position, when the click is on the header
3038 or mode line, on the fringes, or in the margins.
3039
4a47c275 30402010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 3041
5b05d75b
EZ
3042 * customize.texi (Composite Types): Lower-case index entry.
3043
5dcb4c4e
SM
3044 * loading.texi (How Programs Do Loading):
3045 Document load-file-name. (Bug#7346)
c7926fe2 3046
4a47c275 30472010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
3048
3049 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
3050
0eb025fb
EZ
30512010-11-13 Eli Zaretskii <eliz@gnu.org>
3052
3053 * display.texi (Usual Display): Characters with no fonts are not
3054 necessarily displayed as empty boxes.
3055
2699a554 30562010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
3057
3058 * maps.texi (Standard Keymaps): Update File menu description.
3059
8289f37b
GM
30602010-10-28 Glenn Morris <rgm@gnu.org>
3061
3062 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
3063
5793a7bc 30642010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
3065
3066 * display.texi (Window Systems): Deprecate use of window-system as
3067 a predicate.
3068
17284e30
GM
30692010-10-23 Glenn Morris <rgm@gnu.org>
3070
3071 * help.texi (Documentation Basics): Remove mentions of digest-doc and
3072 sorted-doc.
3073
00f113eb
JB
30742010-10-15 Eli Zaretskii <eliz@gnu.org>
3075
3076 * os.texi (Dynamic Libraries): New node, with slightly modified
3077 text deleted from "Image Formats".
3078 (System Interface): Add @menu entry for "Dynamic Libraries".
3079
3080 * display.texi (Image Formats): Remove description of
3081 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
3082
07277eb8
GM
30832010-10-12 Glenn Morris <rgm@gnu.org>
3084
3085 * book-spine.texinfo: Rename to book-spine.texi.
3086
c12e4a81
GM
30872010-10-11 Glenn Morris <rgm@gnu.org>
3088
df187c62
GM
3089 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
3090
c12e4a81 3091 * Makefile.in (DVIPS): New variable.
234db610
GM
3092 (.PHONY): Add html, ps.
3093 (html, elisp.html, ps, elisp.ps): New targets.
3094 (clean): Delete html, ps files.
3095 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 3096
6513b232
EZ
30972010-10-09 Eli Zaretskii <eliz@gnu.org>
3098
3099 * makefile.w32-in (emacsdir): New variable.
3100 (srcs): Add emacsver.texi.
3101 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
3102
abd40fb4
GM
31032010-10-09 Glenn Morris <rgm@gnu.org>
3104
c1dc72b3
GM
3105 * Makefile.in (VPATH): Remove.
3106 (infodir): Make it absolute.
3107 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
3108
4393405b
GM
3109 * Makefile.in (dist): Anchor regexps.
3110
eef3ab94
GM
3111 * Makefile.in (srcs): Put elisp.texi first.
3112 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
3113
aa9db089
GM
3114 * Makefile.in (infoclean): Remove harmless, long-standing error.
3115
abd40fb4
GM
3116 * Makefile.in ($(infodir)): Delete rule.
3117 (mkinfodir): New.
3118 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
3119
68db69ed 3120 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 3121 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 3122
ea274122
GM
31232010-10-09 Glenn Morris <rgm@gnu.org>
3124
f7a31f11
GM
3125 * Makefile.in (emacsdir): New variable.
3126 (MAKEINFO): Add -I $emacsdir.
3127 (dist): Copy emacsver.texi.
b13254e7
GM
3128 (srcs): Add emacsver.texi.
3129
f7a31f11
GM
3130 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
3131 Set EMACSVER by including emacsver.texi.
3132
ea274122
GM
3133 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
3134
17ca7950
GM
31352010-10-07 Glenn Morris <rgm@gnu.org>
3136
3137 * Makefile.in (version): New, set by configure.
3138 (clean): Delete dist tar file.
3139 (dist): Use version in tar name.
3140
4c83f6e1
GM
31412010-10-06 Glenn Morris <rgm@gnu.org>
3142
3143 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
3144 (INSTALL_INFO): Remove unused variable.
3145 (mostlyclean, infoclean, dist): New rules.
3146 (clean): Delete dvi and pdf files.
3147 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 3148 ($(infodir)): Add parallel build workaround.
4c83f6e1 3149
0264072d
GM
31502010-10-04 Glenn Morris <rgm@gnu.org>
3151
3152 * Makefile.in (dvi, pdf, $(infodir)): New targets.
3153 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 3154 Fix -I typo.
0264072d
GM
3155 (clean): No 'make.out' or 'core' files.
3156 (.PHONY): Declare clean rules.
3157 (maintainer-clean): Delete pdf file. Guard against cd failures.
3158
77f38949
GM
31592010-10-03 Glenn Morris <rgm@gnu.org>
3160
3161 * files.texi (File Name Components): Remove ignored section about
3162 deleted variable directory-sep-char.
3163
178fdd41
MA
31642010-10-03 Michael Albinus <michael.albinus@gmx.de>
3165
3166 * files.texi (Magic File Names): New defopt
3167 remote-file-name-inhibit-cache.
3168
9c524fcb
GM
31692010-10-02 Glenn Morris <rgm@gnu.org>
3170
3171 * os.texi (Killing Emacs): Hook now runs in batch mode.
3172
f816790b
SM
31732010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * text.texi (Special Properties): Clarify when modification-hooks run.
3176
7cf78aac
SM
31772010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3178
3179 * syntax.texi (Syntax Flags): Document new `c' flag.
3180
ca0d44e4
GM
31812010-09-09 Glenn Morris <rgm@gnu.org>
3182
3183 * display.texi (ImageMagick Images): General cleanup.
3184
10999305 31852010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
3186
3187 * files.texi (Directory Names): Use \` rather than ^.
3188
45240125
JD
31892010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3190
3191 * text.texi (Low-Level Kill Ring):
3192 * frames.texi (Window System Selections): Remove cut buffer
3193 documentation.
3194
4abe5bf6
EZ
31952010-08-28 Eli Zaretskii <eliz@gnu.org>
3196
3197 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
3198 Parameters", where the default fringe width is described.
3199
3200 * frames.texi (Window Frame Parameters, Basic Parameters)
3201 (Position Parameters, Layout Parameters, Management Parameters)
3202 (Cursor Parameters, Font and Color Parameters): Add indexing for
3203 frame parameters. (Bug#6929)
3204
fdc76236
TT
32052010-08-25 Tom Tromey <tromey@redhat.com>
3206
3207 * vol2.texi (Top): Update.
3208 * vol1.texi (Top): Update.
3209 * tips.texi (Library Headers): Mention Package-Version and
3210 Package-Requires.
3211 * package.texi: New file.
3212 * os.texi (System Interface): Update pointers.
3213 * elisp.texi (Top): Link to new nodes. Include package.texi.
3214 * anti.texi (Antinews): Update pointers.
3215
1e5c1c80
EZ
32162010-08-25 Eli Zaretskii <eliz@gnu.org>
3217
3218 * processes.texi (Filter Functions): Fix last change.
3219
78e33835
CY
32202010-08-24 Markus Triska <triska@gmx.at>
3221
3222 * processes.texi (Filter Functions): Use `buffer-live-p' instead
3223 of `buffer-name' in the main text as well as in the example
3224 (Bug#3098).
3225
198a7a97
CY
32262010-08-22 Chong Yidong <cyd@stupidchicken.com>
3227
3228 * nonascii.texi (Text Representations):
3229 * loading.texi (Loading Non-ASCII):
3230 * compile.texi (Byte Compilation): Don't mention obsolete
3231 --unibyte command-line argument.
3232
bc7d7ea6
CY
32332010-08-22 Chong Yidong <cyd@stupidchicken.com>
3234
3235 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
3236
b0126eac 32372010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
3238
3239 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
3240
e8a6cc19
EZ
32412010-08-20 Eli Zaretskii <eliz@gnu.org>
3242
3243 * commands.texi (Misc Events): Add cross-references to where
3244 POSITION of a mouse event is described in detail.
3245
c4e7c63a 32462010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 3247
c4e7c63a 3248 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 3249
7815fe19 32502010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
3251
3252 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
3253 Suggested by Štěpán Němec <stepnem@gmail.com>.
3254
7815fe19 32552010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
3256
3257 * minibuf.texi (High-Level Completion): Document args of
3258 `read-buffer-function' (bug#5625).
3259
8b2dd508
JD
32602010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3261
3262 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
3263
bace45fe
MA
32642010-07-29 Michael Albinus <michael.albinus@gmx.de>
3265
3266 * processes.texi (Process Information): Explain process property
3267 `remote-tty'.
3268
4ce5a4cc
JB
32692010-07-27 Juanma Barranquero <lekktu@gmail.com>
3270
3271 * modes.texi (Defining Minor Modes): Use C-delete in examples,
3272 instead of "\C-\^?" (bug#6334).
3273
1c84bc7a
JB
3274 * text.texi (Special Properties): Fix typo.
3275
b88746ba
EZ
32762010-07-09 Eli Zaretskii <eliz@gnu.org>
3277
3278 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
3279 calling sequences, which are now the standard.
3280
51422d6d
CY
32812010-06-24 Chong Yidong <cyd@stupidchicken.com>
3282
3283 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
3284
3285 * commands.texi (Command Overview): Mention undo-boundary call.
3286
d24880de
GM
32872010-06-23 Glenn Morris <rgm@gnu.org>
3288
3289 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
3290 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
3291 * frames.texi, functions.texi, internals.texi, keymaps.texi:
3292 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
3293 * searching.texi, sequences.texi, strings.texi, syntax.texi:
3294 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
3295 Untabify Texinfo files.
3296
0fc76035
CY
32972010-06-20 Chong Yidong <cyd@stupidchicken.com>
3298
3299 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
3300
5338dc0b
CY
33012010-06-19 Chong Yidong <cyd@stupidchicken.com>
3302
a628ad9d 3303 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 3304
2c3a3c1d
CY
33052010-06-02 Chong Yidong <cyd@stupidchicken.com>
3306
ba3bf1d9
CY
3307 * searching.texi (Regexp Special): Remove obsolete information
3308 about matching non-ASCII characters, and suggest using char
3309 classes (Bug#6283).
2c3a3c1d 3310
7f4b4249
JB
33112010-05-30 Juanma Barranquero <lekktu@gmail.com>
3312
3313 * minibuf.texi (Basic Completion): Add missing "@end defun".
3314
637821cd
SM
33152010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3316
3317 * minibuf.texi (Basic Completion): Document completion-boundaries.
3318 (Programmed Completion): Document the new fourth method for boundaries.
3319
e13051c3
CY
33202010-05-22 Chong Yidong <cyd@stupidchicken.com>
3321
a628ad9d 3322 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 3323
0235128c 33242010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3325
3326 * windows.texi (Textual Scrolling):
3327 * tips.texi (Coding Conventions):
3328 * minibuf.texi (Minibuffer History):
3329 * maps.texi (Standard Keymaps):
3330 * loading.texi (Where Defined):
3331 * edebug.texi (Instrumenting): Fix typos.
3332
0235128c 33332010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 3334
c7c32279
CY
3335 * keymaps.texi (Menu Bar): Document :advertised-binding property.
3336
0235128c
SM
3337 * functions.texi (Obsolete Functions):
3338 Document set-advertised-calling-convention.
eb5ed549
CY
3339
3340 * minibuf.texi (Basic Completion): Document completion-in-region.
3341 (Programmed Completion): Document completion-annotate-function.
3342
3343 * commands.texi (Reading One Event): Document read-key.
3344 (Distinguish Interactive): Document KIND arg to
3345 called-interactively-p. Delete obsolete interactive-p.
3346
3347 * elisp.texi (Top): Update node description.
3348
f8848423
EZ
33492010-05-08 Eli Zaretskii <eliz@gnu.org>
3350
0235128c
SM
3351 * nonascii.texi (Character Properties):
3352 Document unicode-category-table. Add an index entry for Unicode
3353 general category.
3354
33552010-05-07 Chong Yidong <cyd@stupidchicken.com>
3356
3357 * Version 23.2 released.
f8848423 3358
938efb77
JB
33592010-04-20 Juanma Barranquero <lekktu@gmail.com>
3360
3361 * locals.texi (Standard Buffer-Local Variables):
3362 Remove @ignore'd reference to `direction-reversed'.
3363
5854c267
JL
33642010-04-14 Juri Linkov <juri@jurta.org>
3365
3366 Fix @deffn without category.
3367
3368 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
3369 for `abbrev-insert'.
3370
3371 * buffers.texi (Indirect Buffers): Add category `Command'
3372 to @deffn of `clone-indirect-buffer'.
3373
3374 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
3375 for `next-window' and `previous-window'. Add category `Command'
3376 to @deffn of `pop-to-buffer'.
3377
8a14dec7
CY
33782010-04-01 Chong Yidong <cyd@stupidchicken.com>
3379
3380 * nonascii.texi (Text Representations): Don't mark
3381 enable-multibyte-characters as a user option.
3382
7a1831cf
EZ
33832010-03-31 Eli Zaretskii <eliz@gnu.org>
3384
3385 * control.texi (Handling Errors): How to re-throw a signal caught
3386 by condition-case.
3387
c3863713
CY
33882010-03-26 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * loading.texi (Hooks for Loading): Document after-load-functions.
3391 Copyedits.
3392
c333f279
AM
33932010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
3394
3395 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
3396
e867cb5d 33972010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
3398
3399 * processes.texi (Network Processes): Document seqpacket type.
3400
605f35cd
DN
34012010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3402
3403 * os.texi (System Environment): Do not mention lynxos.
3404
288f9fc0
CY
34052010-03-10 Chong Yidong <cyd@stupidchicken.com>
3406
3407 * Branch for 23.2.
3408
eed5c93a
CY
34092010-03-06 Chong Yidong <cyd@stupidchicken.com>
3410
3411 * objects.texi (Integer Type): Take note of the read syntax
3412 exception for numbers that cannot fit in the integer type.
3413
1ddd6622
GM
34142010-03-03 Glenn Morris <rgm@gnu.org>
3415
3416 * numbers.texi (Integer Basics, Bitwise Operations):
3417 * objects.texi (Integer Type): Update for integers now being 30-bit.
3418
a908c79a
CY
34192010-02-27 Chong Yidong <cyd@stupidchicken.com>
3420
3421 * display.texi (Low-Level Font): Document :otf font-spec property.
3422
cd61af01
SM
34232010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3424
3425 * display.texi (Line Height): Avoid obsolete special default variables
3426 like default-major-mode.
3427
c02f8fe2
AM
34282010-01-28 Alan Mackenzie <acm@muc.de>
3429
3430 * display.texi (Auto Faces): Say fontification-functions is called
3431 whether or not Font Lock is enabled. Tidy up the wording a bit.
3432
d738d18b
CY
34332010-01-17 Chong Yidong <cyd@stupidchicken.com>
3434
3435 * elisp.texi: Remove duplicate edition information (Bug#5407).
3436
4963739e
JB
34372010-01-17 Juanma Barranquero <lekktu@gmail.com>
3438
3439 * two.el (volume-header-toc-markup): Fix typos in docstring.
3440
c57008f6
SM
34412010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 Avoid dubious uses of save-excursions.
3444 * positions.texi (Excursions): Recommend the use of
3445 save-current-buffer if applicable.
3446 * text.texi (Clickable Text): Fix the example code which used
3447 save-excursion in a naive way which sometimes preserves point and
3448 sometimes not.
3449 * variables.texi (Creating Buffer-Local):
3450 * os.texi (Session Management):
3451 * display.texi (GIF Images):
3452 * control.texi (Cleanups): Use (save|with)-current-buffer.
3453
2f3725cd
EZ
34542010-01-02 Eli Zaretskii <eliz@gnu.org>
3455
3456 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
3457
85eeac93
CY
34582010-01-02 Chong Yidong <cyd@stupidchicken.com>
3459
3460 * nonascii.texi (Text Representations, Character Codes)
3461 (Converting Representations, Explicit Encoding)
3462 (Translation of Characters): Use hex notation consistently.
3463 (Character Sets): Fix map-charset-chars doc (Bug#5197).
3464
4801c5fa
CY
34652010-01-01 Chong Yidong <cyd@stupidchicken.com>
3466
3467 * loading.texi (Where Defined): Make it clearer that these are
3468 loaded files (Bug#5068).
3469
26e533e2
CY
34702009-12-29 Chong Yidong <cyd@stupidchicken.com>
3471
3472 * minibuf.texi (Completion Styles): Document `initials' style.
3473
16d1ff5f
CY
34742009-12-25 Chong Yidong <cyd@stupidchicken.com>
3475
3476 * frames.texi (Resources): Describe inhibit-x-resources.
3477 (Size Parameters): Copyedit.
3478
3479 * hash.texi (Creating Hash):
3480 * objects.texi (Hash Table Type): Document the new hash table
3481 printed representation.
3482
3483 * minibuf.texi (Basic Completion): 4th arg to all-completions is
3484 obsolete.
3485
5dcb4c4e
SM
3486 * processes.texi (Process Buffers):
3487 Document process-kill-buffer-query-function.
16d1ff5f 3488
9a5de3d9
GM
34892009-12-05 Glenn Morris <rgm@gnu.org>
3490
3491 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
3492 diary-display-function, and no longer recommended to be a hook.
3493 Update for changes in the names of calendar and diary hooks.
3494 diary-print-entries-hook has changed section.
3495
b640eb52
EZ
34962009-11-28 Eli Zaretskii <eliz@gnu.org>
3497
3498 * text.texi (Special Properties): More accurate description of
3499 what the `cursor' property does.
3500
be1674ab
KR
35012009-11-26 Kevin Ryde <user42@zip.com.au>
3502
3503 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
3504 mouse-wheel-down-event, the closest thing to a definition for them.
3505 * os.texi (Startup Summary): vindex inhibit-startup-message and
3506 inhibit-splash-screen.
3507 (Command-Line Arguments): vindex argv.
3508 (Suspending Emacs): vindex suspend-tty-functions and
3509 resume-tty-functions. Don't want to index every hook, but having
3510 the programming ones is helpful.
3511
603f5979
CY
35122009-11-14 Chong Yidong <cyd@stupidchicken.com>
3513
3514 * commands.texi (Motion Events): Fix typo (Bug#4907).
3515
4359a806
CY
35162009-11-08 Chong Yidong <cyd@stupidchicken.com>
3517
3518 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
3519 are affected by case-fold-search (Bug#4483).
3520
0f063651
CY
35212009-11-02 Chong Yidong <cyd@stupidchicken.com>
3522
3523 * minibuf.texi (Reading File Names): Note that read-file-name may
3524 use a graphical file dialog.
3525
9bd79893
GM
35262009-10-31 Glenn Morris <rgm@gnu.org>
3527
3528 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
3529
ebe479ec
KR
35302009-10-16 Kevin Ryde <user42@zip.com.au>
3531
3532 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
3533 in particular so `info-lookup-symbol' can find its docs.
3534
2640fa86
CY
35352009-10-16 Chong Yidong <cyd@stupidchicken.com>
3536
3537 * variables.texi (Constant Variables): Distinguish from defconst
3538 variables.
3539 (Defining Variables): Add cindex.
3540
edd6a733
CY
35412009-10-15 Chong Yidong <cyd@stupidchicken.com>
3542
3543 * os.texi (Time of Day): Clarify that the microsecond part is
3544 ignored (Bug#4637).
3545
5feb0b73
GM
35462009-10-11 Glenn Morris <rgm@gnu.org>
3547
3548 * frames.texi (Size and Position): Clarify what is included in the frame
3549 height. (Bug#4535)
3550
0c5413c8
GM
35512009-10-10 Glenn Morris <rgm@gnu.org>
3552
3553 * windows.texi (Size of Window): The relationship between window and
3554 frame heights is not so simple. (Bug#4535)
3555 Mention window-full-height-p.
3556
7f8b600a
SM
35572009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
3560 used from Lisp.
3561
6185de1c
EZ
35622009-10-07 Eli Zaretskii <eliz@gnu.org>
3563
7f8b600a
SM
3564 * files.texi (Directory Names) <abbreviate-file-name>:
3565 Document that root home directories are not replaced with "~".
6185de1c 3566
9972911f
EZ
35672009-10-06 Eli Zaretskii <eliz@gnu.org>
3568
3569 * text.texi (Special Properties): Document the meaning of the
3570 `cursor' text property whose value is an integer.
3571
2a3f19ef
MA
35722009-10-05 Michael Albinus <michael.albinus@gmx.de>
3573
3574 * files.texi (Magic File Names): Add `copy-directory'.
3575
804543b5
EZ
35762009-10-05 Eli Zaretskii <eliz@gnu.org>
3577
3578 * files.texi (File Attributes): Fix description of file
3579 attributes. (Bug#4638) Update attributes of files.texi example to
3580 be more representative.
3581
461bf92b
MA
35822009-10-05 Michael Albinus <michael.albinus@gmx.de>
3583
3584 * files.texi (Create/Delete Dirs): New command copy-directory.
3585
a86cd395
JB
35862009-10-04 Juanma Barranquero <lekktu@gmail.com>
3587
3588 * anti.texi (Antinews):
3589 * macros.texi (Indenting Macros):
3590 * strings.texi (Creating Strings, Case Conversion):
3591 Remove duplicate words.
3592
d3080264
MA
35932009-10-01 Michael Albinus <michael.albinus@gmx.de>
3594
3595 * files.texi (Create/Delete Dirs): delete-directory has an
3596 optional parameter RECURSIVE.
3597
85d14563
SM
35982009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * buffers.texi (Swapping Text): Minor clarification.
3601
3d9842c6
GM
36022009-10-01 Glenn Morris <rgm@gnu.org>
3603
3604 * functions.texi (Declaring Functions): Mention that we also search for
3605 ".m" files in the src/ directory.
3606
78427304
CY
36072009-09-25 David Engster <deng@randomsample.de>
3608
3d9842c6 3609 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 3610
b578c9cc
GM
36112009-09-22 Glenn Morris <rgm@gnu.org>
3612
3613 * internals.texi (Building Emacs): Mention preloaded-file-list.
3614
beee5da7
AM
36152009-09-14 Alan Mackenzie <acm@muc.de>
3616
3617 * os.texi (Terminal Output): Put "@code{}" around "stdout".
3618
5d6ab672
CY
36192009-09-13 Chong Yidong <cyd@stupidchicken.com>
3620
3621 * functions.texi (Anonymous Functions): Rearrange discussion,
3622 giving usage of unquoted lambda forms first. Mention that
3623 `function' and `#'' are no longer required (Bug#4290).
3624
59375eeb
AM
36252009-09-11 Alan Mackenzie <acm@muc.de>
3626
a86cd395 3627 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
3628 batch mode.
3629
e7e2f529
GM
36302009-09-01 Glenn Morris <rgm@gnu.org>
3631
3632 * display.texi (Face Functions): Mention define-obsolete-face-alias.
3633
eae47088
GM
36342009-08-26 Ulrich Mueller <ulm@gentoo.org>
3635
3636 * nonascii.texi (Character Codes): Fix typos.
3637
3691a0a6
MA
36382009-08-25 Michael Albinus <michael.albinus@gmx.de>
3639
3640 * processes.texi (Synchronous Processes): New defvar
3641 process-file-side-effects.
3642
664d56b8
GM
36432009-08-25 Glenn Morris <rgm@gnu.org>
3644
3645 * display.texi (Fontsets): Fix typo.
3646
0706c025
GM
3647 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
3648
03a74b84
SM
36492009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3650
3651 * processes.texi (Asynchronous Processes): Adjust arglist of
3652 start-process-shell-command and start-file-process-shell-command.
3653
f6de8a37
CY
36542009-08-15 Chong Yidong <cyd@stupidchicken.com>
3655
4b1ed1bb
CY
3656 * advice.texi (Argument Access in Advice): Note that argument
3657 positions are zero-based (Bug#3932).
3658
89a9e058
CY
3659 * commands.texi (Distinguish Interactive): Minor copyedit.
3660
23696fd7
CY
3661 * display.texi (Face Attributes): Add xref to Displaying Faces for
3662 explanation of "underlying face".
3663
f6de8a37
CY
3664 * customize.texi (Common Keywords): Add xref to Loading.
3665
3666 * loading.texi (How Programs Do Loading): Add xref to Lisp
3667 Libraries node in the Emacs manual.
3668
417f77e6
CY
36692009-08-13 Chong Yidong <cyd@stupidchicken.com>
3670
3671 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
3672
0999039c
CY
36732009-07-18 Chong Yidong <cyd@stupidchicken.com>
3674
3675 * processes.texi (Shell Arguments): Copyedits.
3676
9af167bc
GM
36772009-07-18 Glenn Morris <rgm@gnu.org>
3678
3679 * loading.texi (Repeated Loading): Fix typo.
3680
137987ab
RS
36812009-07-16 Richard Stallman <rms@gnu.org>
3682
3683 * buffers.texi (Swapping Text): Recommend setting
3684 write-region-annotate-functions and buffer-saved-size.
3685
3686 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
3687
622fa380
GM
36882009-07-15 Glenn Morris <rgm@gnu.org>
3689
3690 * edebug.texi: Minor re-phrasings throughout.
3691 (Edebug Execution Modes): Sit-for affects continue mode too.
3692 (Jumping): Use `forward-sexp' rather than its keybinding.
3693 (Edebug Misc): Fix Q binding.
3694 (Edebug Eval): Remove cl version.
3695 (Printing in Edebug): Clarify print-length etc.
3696 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
3697 (Specification List): Remove edebug-unwrap findex entry.
3698 (Specification Examples): defmacro is actually not the same as defun.
3699 Escape "`" in example.
3700
6bbd4600
CY
37012009-07-15 Chong Yidong <cyd@stupidchicken.com>
3702
3703 * markers.texi (The Mark): Document optional arg to
3704 deactivate-mark.
3705
e538d479
GM
37062009-07-11 Kevin Ryde <user42@zip.com.au>
3707
3708 * hooks.texi (Standard Hooks): Fix cross-references.
3709
4c98b9ed
GM
3710 * loading.texi (Named Features): Refer to eval-after-load.
3711
5300838c
GM
37122009-07-11 Glenn Morris <rgm@gnu.org>
3713
64fbeb16
GM
3714 * Makefile.in (TEXI2PDF): New.
3715 (elisp.pdf): New target.
3716
4c98b9ed
GM
3717 * searching.texi (Regexp Backslash): Fix typo.
3718
3719 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 3720
51d9979c
GM
37212009-07-10 Glenn Morris <rgm@gnu.org>
3722
561c0216
GM
3723 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
3724
5b594a58
GM
3725 * customize.texi (Customization Types):
3726 * display.texi (Abstract Display):
0cc8c85a 3727 * objects.texi (Character Type, String Type):
5b594a58 3728 Merge in some menu descriptions from elisp.texi.
51d9979c 3729
c3cbbb40
GM
3730 * hash.texi (Hash Tables):
3731 * modes.texi (Multiline Font Lock):
3732 End menu description with period.
fe42c16a 3733
28528402
GM
37342009-07-09 Glenn Morris <rgm@gnu.org>
3735
3736 * back.texi: Don't hard-code texinfo location.
3737
3738 * two-volume.make (texinfodir): New, with location of texinfo.tex.
3739 (tex): Add texinfodir to TEXINPUTS.
3740 (elisp1med-init, elisp2med-init): Use texinfodir.
3741
3742 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
3743 (clean): Add two-volume.make intermediate files.
3744
3745 * elisp.texi, vol1.texi, vol2.texi:
3746 Use a DATE variable with the publication date, and update it.
3747 Fix antinews menu description.
3748
3749 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
3750 Update the detailed node listing to match elisp.texi.
3751
3752 * README: Update edition to match elisp.texi.
3753
3754 * objects.texi (General Escape Syntax):
3755 * nonascii.texi (Character Sets):
3756 Use consistent case for "Unicode Standard".
3757
3758 * anti.texi (Antinews):
3759 * customize.texi (Variable Definitions):
3760 * functions.texi (Declaring Functions):
3761 * nonascii.texi (Character Properties):
3762 * processes.texi (Serial Ports):
3763 * text.texi (Special Properties):
3764 * tips.texi (Coding Conventions):
3765 Minor rearrangements to improve TeX line-filling.
3766
3767 * commands.texi (Using Interactive): Fix cross-reference.
3768
17db8e10
JD
37692009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3770
3771 * frames.texi (Management Parameters): Mention sticky.
3772
77c7e2e1
AS
37732009-07-01 Andreas Schwab <aschwab@redhat.com>
3774
3775 * help.texi (Help Functions): Fix description of help-buffer and
3776 help-setup-xref to use @defun instead of @deffn.
3777
3f1c6666
JD
37782009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3779
3780 * frames.texi (Size Parameters): Mention maximized for fullscreen.
3781
ca27c21b
CY
37822009-06-24 Chong Yidong <cyd@stupidchicken.com>
3783
3784 * display.texi (Window Systems): Add ns to the list.
3785
70243478
CY
37862009-06-21 Chong Yidong <cyd@stupidchicken.com>
3787
3788 * Branch for 23.1.
3789
df006536
MR
37902009-06-17 Martin Rudalics <rudalics@gmx.at>
3791
3792 * windows.texi (Dedicated Windows): Fix typo.
3793 (Resizing Windows): Replace @defun by @deffn.
3794
d259fc4b
GM
37952009-06-17 Glenn Morris <rgm@gnu.org>
3796
3797 * variables.texi (Directory Local Variables):
3798 Update for 2009-04-11 name-change of dir-locals-directory-alist.
3799
30781db6
KH
38002009-06-09 Kenichi Handa <handa@m17n.org>
3801
3802 * nonascii.texi (Character Sets): State clearly that FROM and TO
3803 are codepoints of CHARSET.
3804
62e8099c
CY
38052009-06-07 Chong Yidong <cyd@stupidchicken.com>
3806
3807 * minibuf.texi (Reading File Names): Fix introductory text.
3808 Suggested by stan@derbycityprints.com.
3809 (High-Level Completion): Fix typo.
3810
ee1b1917
CY
38112009-05-28 Chong Yidong <cyd@stupidchicken.com>
3812
3813 * frames.texi (Text Terminal Colors): Multi-tty is already
3814 implemented, but tty-local colors are not.
3815
5df647e8
CY
38162009-05-27 Chong Yidong <cyd@stupidchicken.com>
3817
3818 * hooks.texi (Standard Hooks): Remove mention of obsolete
3819 redisplay-end-trigger-functions.
3820
3821 * internals.texi (Window Internals): Remove mention of obsolete
3822 redisplay-end-trigger-functions.
3823
01f17ae2
MR
38242009-05-21 Martin Rudalics <rudalics@gmx.at>
3825
3826 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
3827
3828 * backups.texi (Making Backups): backup-directory-alist and
3829 make-backup-file-name-function are options.
3830 (Auto-Saving): auto-save-list-file-prefix is an option.
3831
3832 * buffers.texi (Killing Buffers): buffer-offer-save is an
3833 option.
3834
3835 * display.texi (Refresh Screen): no-redraw-on-reenter is an
3836 option.
3837 (Echo Area Customization): echo-keystrokes is an option.
3838 (Selective Display): selective-display-ellipses is an option.
3839 (Temporary Displays): temp-buffer-show-function is an option.
3840 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
3841 are options.
3842 (Font Selection): face-font-family-alternatives,
3843 face-font-selection-order, face-font-registry-alternatives, and
3844 scalable-fonts-allowed are options.
3845 (Fringe Indicators): indicate-buffer-boundaries is an option.
3846 (Fringe Cursors): overflow-newline-into-fringe is an option.
3847 (Scroll Bars): scroll-bar-mode is an option.
3848
3849 * eval.texi (Eval): max-lisp-eval-depth is an option.
3850
3851 * files.texi (Visiting Functions): find-file-hook is an option.
3852 (Directory Names): directory-abbrev-alist is an option.
3853 (Unique File Names): temporary-file-directory and
3854 small-temporary-file-directory are options.
3855
3856 * frames.texi (Initial Parameters): initial-frame-alist,
3857 minibuffer-frame-alist and default-frame-alist are options.
3858 (Cursor Parameters): blink-cursor-alist and
3859 cursor-in-non-selected-windows ar options.
3860 (Window System Selections): selection-coding-system is an
3861 option.
3862 (Display Feature Testing): display-mm-dimensions-alist is an
3863 option.
3864
3865 * help.texi (Help Functions): help-char and help-event-list are
3866 options.
3867
3868 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
3869 an option.
3870
3871 * minibuf.texi (Minibuffer History): history-length and
3872 history-delete-duplicates are options.
3873 (High-Level Completion): read-buffer-function and
3874 read-buffer-completion-ignore-case are options.
3875 (Reading File Names): read-file-name-completion-ignore-case is
3876 an option.
3877
3878 * modes.texi (Mode Line Top): mode-line-format is an option.
3879 (Mode Line Variables): mode-line-position and mode-line-modes
3880 are options.
3881
3882 * nonascii.texi (Text Representations):
3883 enable-multibyte-characters is an option.
3884 (Default Coding Systems): auto-coding-regexp-alist,
3885 file-coding-system-alist, auto-coding-alist and
3886 auto-coding-functions are options.
3887 (Specifying Coding Systems): inhibit-eol-conversion is an
3888 option.
3889
3890 * os.texi (Init File): site-run-file is an option.
3891 (System Environment): mail-host-address is an option.
3892 (User Identification): user-mail-address is an option.
3893 (Terminal Output): baud-rate is an option.
3894
3895 * positions.texi (Word Motion): words-include-escapes is an
3896 option.
3897
3898 * searching.texi (Standard Regexps): page-delimiter,
3899 paragraph-separate, paragraph-separate and sentence-end are
3900 options.
3901
3902 * text.texi (Margins): left-margin and fill-nobreak-predicate
3903 are options.
3904
3905 * variables.texi (Local Variables): max-specpdl-size is an
3906 option.
3907
3908 * windows.texi (Choosing Window):
3909 split-window-preferred-function, special-display-function and
3910 display-buffer-function are options.
3911
106e6894
CY
39122009-05-20 Chong Yidong <cyd@stupidchicken.com>
3913
4a83454d
CY
3914 Fix errors spotted by Martin Rudalics.
3915
106e6894
CY
3916 * syntax.texi (Position Parse): Document rationale for ignored
3917 arguments to syntax-ppss-flush-cache.
3918
3919 * processes.texi (Input to Processes): Mark PROCESS arg to
3920 process-running-child-p as optional.
3921 (Network Options): Document NO-ERROR arg to
3922 set-network-process-option.
3923
3924 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
3925 command.
3926
3927 * searching.texi (POSIX Regexps): Mark posix-search-forward and
3928 posix-search-backward as commands.
3929
3930 * os.texi (Killing Emacs): Mark kill-emacs as a command.
3931 (Suspending Emacs): Mark suspend-emacs as a command.
3932 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
3933 commands.
5dcb4c4e
SM
3934 (Terminal Output): Remove obsolete function baud-rate.
3935 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
3936
3937 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
3938 terminal-coding-system and set-terminal-coding-system.
3939 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
3940 as optional.
3941 (Character Sets): Document RESTRICTION arg of char-charset.
3942 (Character Codes): Mark POS argument to get-byte as optional.
3943
3944 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
3945 minibuffer-message.
3946
3947 * files.texi (Create/Delete Dirs): Mark make-directory and
3948 delete-directory as commands.
3949
3950 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
3951
3952 * text.texi (Base 64): Mark base64-decode-string and
3953 base64-encode-string as commands.
3954 (Columns): Mark move-to-column as a command.
3955 (Mode-Specific Indent): Document RIGID arg to
3956 indent-for-tab-command.
3957 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
3958 Mark indent-code-rigidly as a command.
3959 (Substitution): Mark translate-region as a command.
3960
3961 * frames.texi (Size and Position): Remove obsolete functions
3962 screen-height and screen-width.
3963
04173931
CY
39642009-05-19 Chong Yidong <cyd@stupidchicken.com>
3965
3966 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
3967 (Displaying Buffers, Resizing Windows): Correct mistakes;
3968 next-window, previous-window, and pop-to-buffer are not commands,
3969 and fit-window-to-buffer" is a command. (Pointed out by Martin
3970 Rudalics.)
3971
eae7d8f8
RS
39722009-05-17 Richard M Stallman <rms@gnu.org>
3973
3974 * modes.texi (Precalculated Fontification): Clarify text.
3975
b8766179
MR
39762009-05-17 Martin Rudalics <rudalics@gmx.at>
3977
3978 * windows.texi (Selecting Windows): Clarify descriptions of
3979 with-selected-window and get-lru-window.
3980 (Cyclic Window Ordering): Refer to particular frame when talking
3981 about how splitting affects the ordering.
3982 (Displaying Buffers): Fix descriptions of switch-to-buffer and
3983 switch-to-buffer-other-window. Explain how setting of
3984 display-buffer-reuse-frames affects pop-to-buffer.
3985 (Choosing Window): Clarify some details in descriptions of
3986 display-buffer-reuse-frames, pop-up-frames, and
3987 pop-up-frame-function.
3988 (Dedicated Windows): Clarify some details.
3989 (Textual Scrolling): Replace term vscroll by term vertical
3990 scroll position.
3991 (Vertical Scrolling): Fix typo.
3992 (Window Hooks): Relate text on jit-lock-register to window
3993 scrolling and size changes.
3994
734b5e3b
CY
39952009-05-14 Chong Yidong <cyd@stupidchicken.com>
3996
0a65633e
CY
3997 * frames.texi (Initial Parameters): Clarify what the initial
3998 minibuffer frame is.
05be46d7
CY
3999 (Buffer Parameters): Note that the minibuffer parameter can not be
4000 altered.
0a65633e 4001
734b5e3b
CY
4002 * anti.texi (Antinews): Copyedits. Rearrange some entries.
4003 Document display-buffer changes.
4004
925672cd
CY
40052009-05-13 Chong Yidong <cyd@stupidchicken.com>
4006
17ecd7af
CY
4007 * anti.texi (Antinews): Rewrite for Emacs 22.
4008
925672cd
CY
4009 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
4010 obarrays are first mentioned. Define "system abbrev" more
4011 prominently, and add it to the index.
4012 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
4013 Copyedits.
4014 (Abbrev Expansion): Document abbrev-insert.
4015
80be4dd7
CY
40162009-05-12 Chong Yidong <cyd@stupidchicken.com>
4017
4018 * frames.texi (Font and Color Parameters): Rename from Color
4019 Parameters. Document font-backend parameter.
4020
4021 * vol2.texi (Top): Update node listing.
4022 * vol1.texi (Top): Update node listing.
4023 * elisp.texi (Top): Update node listing.
4024
372a93ac
MR
40252009-05-11 Martin Rudalics <rudalics@gmx.at>
4026
4027 * windows.texi (Choosing Window): Don't explicitly refer to
4028 split-window-sensibly's window argument in descriptions of
4029 split-height-threshold and split-width-threshold.
4030
714c3541
MR
40312009-05-10 Martin Rudalics <rudalics@gmx.at>
4032
4033 * windows.texi (Choosing Window): Fix rewrite of window
4034 splitting section.
4035
0e90e7be
EZ
40362009-05-09 Eli Zaretskii <eliz@gnu.org>
4037
f4e90db0
SM
4038 * nonascii.texi (Default Coding Systems):
4039 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 4040 Add indexing.
0e90e7be
EZ
4041 (Lisp and Coding Systems): Add index entries.
4042
d3c0c321
MR
40432009-05-09 Martin Rudalics <rudalics@gmx.at>
4044
4045 * windows.texi (Choosing Window): Describe split-window-sensibly
4046 and rewrite section on window splitting accordingly.
4047 (Textual Scrolling): Replace `...' by @code{...}.
4048
c773345a
CY
40492009-05-04 Chong Yidong <cyd@stupidchicken.com>
4050
ee2d5b5e
CY
4051 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
4052 Remove obsoleted pre-abbrev-expand-hook.
4053
4054 * locals.texi (Standard Buffer-Local Variables): Consolidate table
4055 entries.
4056
c773345a
CY
4057 * internals.texi (Object Internals): Don't assume 32-bit machines
4058 are the norm.
4059 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
4060 (Window Internals): Synch field names to window.h.
4061 (Process Internals): Synch field names to process.h.
c773345a 4062
dd449674
CY
40632009-04-29 Chong Yidong <cyd@stupidchicken.com>
4064
4065 * variables.texi (File Local Variables): Note that read-circle is
4066 bound to nil when reading file-local variables.
4067
4068 * streams.texi (Input Functions): Document read-circle.
4069 (Output Variables): Add xref to Circular Objects.
4070
4f1e25e2
CY
40712009-04-25 Chong Yidong <cyd@stupidchicken.com>
4072
4073 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
4074 Features and Coding System Basics. Node that "p" stands for
4075 "predicate". Recommend utf-8-emacs instead of emacs-mule.
4076 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
4077 mouse-appearance-menu.
4078 (Programming Tips): Add xref to Progress.
4079
dca019f8
CY
40802009-04-22 Chong Yidong <cyd@stupidchicken.com>
4081
5dcb4c4e
SM
4082 * os.texi (Command-Line Arguments):
4083 Document command-line-args-left.
dca019f8
CY
4084 (Suspending Emacs): Adapt text to multi-tty case. Document use of
4085 terminal objects for tty arguments.
4086 (Startup Summary): Add xref to Session Management.
4087 (Session Management): Mention emacs-session-restore. Copyedits.
4088
02a89103
CY
40892009-04-20 Chong Yidong <cyd@stupidchicken.com>
4090
4091 * os.texi (Startup Summary): Copyedits. The init file is not
4092 necessarily named .emacs now. Document initial-buffer-choice and
4093 initial-scratch-message. Note where Emacs exits in batch mode.
4094 Document inhibit-splash-screen as an alias.
4095 (Init File): Be neutral about which init file name to use.
4096
40972009-04-16 Chong Yidong <cyd@stupidchicken.com>
4098
4099 * os.texi (System Interface): Fix Texinfo usage.
4100
0c1cfe01
CY
41012009-04-15 Chong Yidong <cyd@stupidchicken.com>
4102
80d7cdca
CY
4103 * searching.texi (Regexp Backslash): Also refer to shy groups as
4104 non-capturing or unnumbered groups.
4105 (Regexp Functions): Add cross-reference to Regexp Backslash.
4106
0c1cfe01
CY
4107 * display.texi (Truncation): Overlays can use line-prefix and
4108 wrap-prefix too.
4109 (Overlay Properties): Document wrap-prefix and line-prefix.
4110 (Face Attributes): Document underline-minimum-offset.
4111 (Face Remapping): Copyedits.
4112 (Low-Level Font): Copyedits.
4113 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
4114 (Line Height): Emphasize that line-spacing only takes effect on
4115 graphical terminals.
0c1cfe01 4116
c4adeee0
CY
41172009-04-13 Chong Yidong <cyd@stupidchicken.com>
4118
4119 * display.texi (Refresh Screen): Note that a passage about screen
4120 refreshing is text terminal only.
4121 (Forcing Redisplay): Delete misleading comment---sit-for calls
4122 redisplay, not the other way around.
4123 (Truncation): Note new values of truncate-partial-width-windows.
4124 Copyedits.
4125 (Invisible Text): Document invisible-p.
4126
b20ecfa1
EZ
41272009-04-11 Eli Zaretskii <eliz@gnu.org>
4128
4129 * display.texi (Overlays): Overlays don't scale well. See
4130 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
4131
97d8273f
CY
41322009-04-10 Chong Yidong <cyd@stupidchicken.com>
4133
f147ff75
CY
4134 * syntax.texi (Syntax Table Functions): Document cons cell
4135 argument for modify-syntax-entry.
4136 (Categories): Document cons cell argument for
4137 modify-category-entry.
4138
fca4ec76
CY
4139 * searching.texi (String Search): Document word-search-forward-lax
4140 and word-search-backward-lax.
4141 (Searching and Case): Describe isearch behavior more precisely.
4142
9c283d5b
CY
4143 * keymaps.texi (Tool Bar): Mention that some platforms do not
4144 support multi-line toolbars. Suggested by Stephen Eglen.
4145
4146 * frames.texi (Layout Parameters): Mention that Nextstep also
4147 allows only one tool-bar line. Suggested by Stephen Eglen.
4148
97d8273f
CY
4149 * nonascii.texi (Text Representations): Copyedits.
4150 (Coding System Basics): Also mention utf-8-emacs.
4151 (Converting Representations, Selecting a Representation)
4152 (Scanning Charsets, Translation of Characters, Encoding and I/O):
4153 Copyedits.
4154 (Character Codes): Mention role of codepoints 1114112 to 4194175.
4155
2bad3299
CY
41562009-04-09 Chong Yidong <cyd@stupidchicken.com>
4157
4158 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
4159 (Filling): Clarify REGION argument of fill-paragraph.
4160 Document fill-forward-paragraph-function.
2bad3299
CY
4161 (Special Properties): Remove "new in Emacs 22" declaration.
4162 (Clickable Text): Merge with Links and Mouse-1 node.
4163
5dcb4c4e
SM
4164 * display.texi (Button Properties, Button Buffer Commands):
4165 Change xref to Clickable Text.
2bad3299
CY
4166
4167 * tips.texi (Key Binding Conventions): Change xref to Clickable
4168 Text.
4169
4170 * elisp.texi (Top): Update node listing.
4171
ea30ce4f
CY
41722009-04-05 Chong Yidong <cyd@stupidchicken.com>
4173
47af2f4b
CY
4174 * markers.texi (The Mark): Copyedits. Improve description of
4175 handle-shift-selection.
4176 (The Region): Move use-region-p here from The Mark.
4177
ea30ce4f
CY
4178 * positions.texi (Screen Lines): Document (cols . lines) argument
4179 for vertical-motion.
4180
2aa8ea6e
CY
41812009-04-04 Chong Yidong <cyd@stupidchicken.com>
4182
3ec61d4e
CY
4183 * frames.texi (Frames): Clean up introduction. Document `ns'
4184 return value for framep.
4185 (Creating Frames): Note how the terminal is chosen.
4186 (Multiple Terminals, Multiple Displays): Merge into a single node.
4187 (Color Parameters): Fix typo.
4188
4189 * variables.texi (Local Variables, Buffer-Local Variables)
4190 (Creating Buffer-Local): Change link to Multiple Terminals.
4191
4192 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
4193
4194 * keymaps.texi (Controlling Active Maps): Change link to Multiple
4195 Terminals.
4196
4197 * commands.texi (Command Loop Info, Keyboard Macros): Change link
4198 to Multiple Terminals.
4199
4200 * elisp.texi (Top): Update node listing.
4201 * vol2.texi (Top): Update node listing.
4202 * vol1.texi (Top): Update node listing.
4203
9257072f
CY
4204 * buffers.texi (Current Buffer): Note that the append-to-buffer
4205 example is no longer in synch with the latest code. Tie the two
4206 examples together.
4207
2aa8ea6e
CY
4208 * files.texi (File Attributes): Move note about MS-DOS from
4209 Changing Files to File Attributes.
4210 (Create/Delete Dirs): Note that mkdir is an alias for this.
4211
22e74b17
CY
42122009-04-01 Markus Triska <triska@gmx.at>
4213
4214 * processes.texi (Filter Functions): Suggest how to handle output
4215 batches.
4216
4bbe48ec
CY
42172009-03-30 Chong Yidong <cyd@stupidchicken.com>
4218
4219 * help.texi (Accessing Documentation): Update example to use
4220 help-setup-xref and with-help-window.
4221 (Help Functions): Remove print-help-return-message, which is
4222 semi-obsolete due to with-help-window. Document help-buffer and
4223 help-setup-xref.
4224
b9723f39
CY
42252009-03-29 Chong Yidong <cyd@stupidchicken.com>
4226
5dcb4c4e
SM
4227 * help.texi (Accessing Documentation, Help Functions):
4228 Remove information about long-obsolete Emacs versions.
9eb52e90 4229
b9723f39
CY
4230 * modes.texi (Mode Line Variables): The default values of the mode
4231 line variables are now more complicated.
4232
b0cc32db
CY
42332009-03-28 Chong Yidong <cyd@stupidchicken.com>
4234
3c25a5a9
CY
4235 * modes.texi (Major Mode Conventions): Note that specialness is
4236 inherited.
31c9eebb
CY
4237 (Derived Modes): Note that define-derive-mode sets the mode-class
4238 property.
3c25a5a9 4239
b0cc32db
CY
4240 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
4241 goto-map. Add search-map to the list.
4242
c5e0006d
EZ
42432009-03-27 Eli Zaretskii <eliz@gnu.org>
4244
1213465a
EZ
4245 * os.texi (System Environment): Update the list of system-type
4246 values.
4247
c5e0006d
EZ
4248 * markers.texi (The Mark) <handle-shift-selection>: Update for
4249 removal of the optional argument DEACTIVATE.
4250
48bab3d6
CY
42512009-03-25 Chong Yidong <cyd@stupidchicken.com>
4252
4253 * commands.texi (Focus Events): Most X window managers don't use
4254 focus-follows-mouse nowadays.
4255
6e4ff1b6
CY
42562009-03-24 Chong Yidong <cyd@stupidchicken.com>
4257
4258 * commands.texi (Defining Commands): Clarify introduction.
4259 (Using Interactive): Not that interactive can be put in a symbol
4260 property.
4261 (Interactive Call): Note that a symbol with a non-nil
4262 interactive-form property satisfies commandp.
4263
11625308
JB
42642009-03-23 Juanma Barranquero <lekktu@gmail.com>
4265
4266 * minibuf.texi (Intro to Minibuffers): Fix typos.
4267
7b34420d
CY
42682009-03-23 Chong Yidong <cyd@stupidchicken.com>
4269
4270 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
4271 about minibuffers in old Emacs versions. Copyedits.
4272 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
4273 (Text from Minibuffer): Simplify introduction.
4274
f9257eed
AM
42752009-03-22 Alan Mackenzie <acm@muc.de>
4276
4277 * commands.texi (Using Interactive): Clarify string argument to
4278 `interactive' - even promptless elements need \n separators.
4279
f639ba70
CY
42802009-03-18 Chong Yidong <cyd@stupidchicken.com>
4281
4282 * minibuf.texi (Completion Styles): New node.
4283
4284 * elisp.texi (Top): Update node listing.
4285
d897e8ee
CY
42862009-03-17 Chong Yidong <cyd@stupidchicken.com>
4287
4288 * minibuf.texi (Basic Completion): Note that
4289 read-file-name-completion-ignore-case and
4290 read-buffer-completion-ignore-case can override
4291 completion-ignore-case.
4292 (Minibuffer Completion): Document completing-read changes.
4293 (Completion Commands): Avoid mentioning partial completion mode.
4294 Document minibuffer-completion-confirm changes, and
4295 minibuffer-confirm-exit-commands.
4296 (High-Level Completion): Document new require-match behavior for
4297 read-buffer. Document read-buffer-completion-ignore-case.
4298 (Reading File Names): Document new require-match behavior for
4299 read-file-name.
4300
b1f23349
CY
43012009-03-14 Chong Yidong <cyd@stupidchicken.com>
4302
4303 * debugging.texi (Error Debugging): Don't mislead the reader into
4304 thinking that debug-on-error enters debugger for C-f at EOB.
4305 (Error Debugging): Setting debug-on-init within the init file
4306 works, and has for some time.
4307
d6eb4e25
KH
43082009-03-13 Kenichi Handa <handa@m17n.org>
4309
4310 * display.texi (Fontsets): Update the description.
4311
1cf53dc5
CY
43122009-03-13 Chong Yidong <cyd@stupidchicken.com>
4313
4314 * advice.texi (Advising Primitives): Link to What Is a Function.
4315
81f919fc
CY
43162009-03-12 Chong Yidong <cyd@stupidchicken.com>
4317
cf4229eb
CY
4318 * compile.texi (Speed of Byte-Code): Update example.
4319 (Disassembly): Update examples.
4320
81f919fc 4321 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
4322
4323 * customize.texi (Common Keywords): It's not necessary to use :tag
4324 to remove hyphens, as custom-unlispify-tag-name does it
4325 automatically.
5dcb4c4e
SM
4326 (Variable Definitions): Link to File Local Variables.
4327 Document customized-value symbol property.
f2bbc08c
CY
4328 (Customization Types): Move menu to end of node.
4329
955964d7
CY
43302009-03-10 Chong Yidong <cyd@stupidchicken.com>
4331
4332 * macros.texi (Compiling Macros): Omit misleading sentence, which
4333 implied that macros can only be used in the same file they are
4334 defined.
4335 (Backquote): Remove obsolete information about Emacs 19.
4336
d25ed7db
GM
43372009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
4338
4339 * display.texi (Display Margins): Fix paren typo.
4340
d55f6ca5
CY
43412009-02-27 Chong Yidong <cyd@stupidchicken.com>
4342
f0e57ed8
CY
4343 * elisp.texi (Top): Update node listing.
4344
4345 * variables.texi (Variables): Clarify introduction.
4346 (Global Variables): Mention that setq is a special form.
4347 (Local Variables): Use active voice.
4348 (Tips for Defining): Mention marking variables as safe.
4349 (Buffer-Local Variables): Mention terminal-local and frame-local
4350 variables together.
4351 (File Local Variables): Copyedits.
4352 (Frame-Local Variables): Note that they are not really useful.
4353 (Future Local Variables): Node deleted.
4354
d55f6ca5 4355 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 4356 Unicode escape syntax.
d55f6ca5 4357
ca8f09a8
CY
43582009-02-23 Chong Yidong <cyd@stupidchicken.com>
4359
4360 * control.texi (Control Structures): Add cindex entry for "textual
4361 order".
4362
4363 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
4364 instead of "expression" throughout.
4365 (Function Indirection): Copyedits. Use active voice.
4366 (Eval): The default value of max-lisp-eval-depth is now 400.
4367
a20878b6
MB
43682009-02-23 Miles Bader <miles@gnu.org>
4369
4370 * processes.texi (System Processes): Rename `system-process-attributes'
4371 to `process-attributes'.
4372
61f66044
CY
43732009-02-22 Chong Yidong <cyd@stupidchicken.com>
4374
1b80d1f3
CY
4375 * symbols.texi (Property Lists): Emphasize that property lists are
4376 not restricted to symbol cells.
4377 (Other Plists): Copyedit.
4378
61f66044
CY
4379 * sequences.texi (Sequences Arrays Vectors): Make introduction
4380 more concise.
4381 (Arrays): Mention char-tables and bool-vectors too.
4382 (Vectors): Don't repeat information given in Arrays node. Link to
4383 nodes that explain the vector usage examples.
4384 (Char-Tables): Note that char-table elements can have arbitrary
4385 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 4386 Link to Property Lists node.
61f66044 4387
9403944b
CY
43882009-02-22 Chong Yidong <cyd@stupidchicken.com>
4389
4390 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4391 `append'.
4068c7b4 4392 (List Elements): Copyedits.
9403944b
CY
4393
4394 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4395 of `vconcat'.
4396
4397 * strings.texi (Creating Strings): Copyedits. Remove obsolete
4398 Emacs 20 usage of `concat'.
4399 (Case Conversion): Copyedits.
4400
b87a185f
CY
44012009-02-21 Chong Yidong <cyd@stupidchicken.com>
4402
4403 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4404 Minor edits.
4405 (Frame Configuration Type): Emphasize that it is not primitive.
4406 (Font Type): New node.
4407 (Type Predicates): Add fontp; type-of now recognizes font object
4408 types.
4409
4410 * intro.texi (Version Info): Update version numbers in examples.
4411 (Acknowledgements): List more contributors.
4412
4413 * elisp.texi: Bump version number to 3.0.
4414 (Top): Link to Font Type node.
4415
867d4bb3
JB
44162009-02-20 Juanma Barranquero <lekktu@gmail.com>
4417
4418 * modes.texi (Major Mode Conventions): Remove duplicate words.
4419 (Customizing Keywords): Fix typo.
4420
77730170
EZ
44212009-02-14 Eli Zaretskii <eliz@gnu.org>
4422
4423 * nonascii.texi (User-Chosen Coding Systems): Document that
4424 select-safe-coding-system suggests raw-text if there are raw bytes
4425 in the region.
4426 (Explicit Encoding): Warn not to use `undecided' when encoding.
4427
c8736212
GM
44282009-02-11 Glenn Morris <rgm@gnu.org>
4429
4430 * frames.texi (Visibility of Frames): Mention the effect multiple
4431 workspaces/desktops can have on visibility.
4432
ab992d66
EZ
44332009-02-07 Eli Zaretskii <eliz@gnu.org>
4434
c8736212
GM
4435 * text.texi (Commands for Insertion):
4436 * commands.texi (Event Mod):
4437 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
4438 * nonascii.texi (Translation of Characters):
4439 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
4440 (Explicit Encoding): Document the `charset' text property produced
4441 by decode-coding-region and decode-coding-string.
ab992d66 4442
e651a255
AM
44432009-01-27 Alan Mackenzie <acm@muc.de>
4444
4445 * modes.texi (Search-based Fontification): Correct a typo.
4446
bc5cde4b
JB
44472009-01-25 Juanma Barranquero <lekktu@gmail.com>
4448
4449 * abbrevs.texi (Abbrev Table Properties): Fix typo.
4450 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
4451
3533155b
EZ
44522009-01-24 Eli Zaretskii <eliz@gnu.org>
4453
f721deda
EZ
4454 * display.texi (Window Systems): Document the value of
4455 `initial-window-system' under --daemon.
4456
3533155b
EZ
4457 * os.texi (System Environment): Remove description of the
4458 `environment' function which has been deleted.
4459
f79b43b2
DN
44602009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4461
4462 * frames.texi (Multiple Displays): Remove documentation for
4463 removed function make-frame-on-tty.
4464
e3aa6669
CY
44652009-01-22 Chong Yidong <cyd@stupidchicken.com>
4466
4467 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
4468 write-region-annotate-functions.
4469 Document write-region-post-annotation-function.
e3aa6669 4470
fb13a416
CY
44712009-01-19 Chong Yidong <cyd@stupidchicken.com>
4472
4473 * display.texi (Font Lookup): Document WIDTH argument of
4474 x-list-fonts.
4475
02eccf6b
EZ
44762009-01-17 Eli Zaretskii <eliz@gnu.org>
4477
ead3f58d
EZ
4478 * maps.texi (Standard Keymaps): Rename function-key-map to
4479 local-function-key-map.
4480
4481 * keymaps.texi (Translation Keymaps): Rename function-key-map to
4482 local-function-key-map.
4483
4484 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4485 and `set-keyboard-coding-system' now accept an optional terminal
4486 argument.
4487
4488 * commands.texi (Event Mod): `keyboard-translate-table' is now
4489 terminal-local.
4490 (Function Keys): Rename function-key-map to
4491 local-function-key-map.
4492
df05a163
EZ
4493 * elisp.texi (Top): Make @detailmenu be consistent with changes in
4494 frames.texi.
4495
0ed8034e 4496 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
4497 `delete-terminal-functions', `suspend-tty-functions' and
4498 `resume-tty-functions'.
0ed8034e
EZ
4499
4500 * frames.texi (Frames): Document `frame-terminal' and
4501 `terminal-live-p'.
4502 (Multiple Displays): Document `make-frame-on-tty'.
4503 (Multiple Terminals): Document `terminal-list', `delete-terminal',
4504 `terminal-name', and `get-device-terminal'.
490f1197
EZ
4505 (Terminal Parameters): Document `terminal-parameters',
4506 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
4507
4508 * os.texi (System Environment): Document `environment' and
4509 `initial-environment'.
490f1197
EZ
4510 (Suspending Emacs): Update for multi-tty; document
4511 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 4512
02eccf6b
EZ
4513 * nonascii.texi (Coding System Basics): More accurate description
4514 of `raw-text'.
4515
f19fea97
JB
45162009-01-12 Juanma Barranquero <lekktu@gmail.com>
4517
4518 * display.texi (Low-Level Font): Fix typo.
4519
16fa292f
CY
45202009-01-10 Chong Yidong <cyd@stupidchicken.com>
4521
4522 * elisp.texi (Top): Update node listing.
4523
4524 * display.texi (PostScript Images): Node deleted.
4525
0b4faef3
EZ
45262009-01-10 Eli Zaretskii <eliz@gnu.org>
4527
3355f04d
EZ
4528 * processes.texi (Decoding Output): Document that null bytes force
4529 no-conversion for reading process output.
4530
4531 * files.texi (Reading from Files): Document that null bytes force
4532 no-conversion when visiting files.
4533
11625308 4534 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 4535
5dcb4c4e
SM
4536 * nonascii.texi (Lisp and Coding Systems):
4537 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 4538 (Character Properties): Improve wording.
0b4faef3 4539
ce9cf065
CY
45402009-01-09 Chong Yidong <cyd@stupidchicken.com>
4541
4542 * display.texi (Font Lookup): Remove obsolete function
4543 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
4544 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
4545 (Font Selection): Reorder order of variable descriptions.
4546 Minor clarifications.
ce9cf065
CY
4547
4548 * elisp.texi (Top): Update node listing.
4549
ab756fb3
GM
45502009-01-09 Glenn Morris <rgm@gnu.org>
4551
4552 * commands.texi (Command Loop Info): Say that last-command-char and
4553 last-input-char are obsolete aliases.
4554
4555 * edebug.texi (Edebug Recursive Edit): Remove separate references to
4556 last-input-char and last-command-char, since they are just aliases for
4557 last-input-event and last-command-event.
4558
4559 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
4560 last-command-char.
4561
6b2b8ab1
CY
45622009-01-08 Chong Yidong <cyd@stupidchicken.com>
4563
4564 * elisp.texi: Update node listing.
4565
4566 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
4567 (Face Attributes): Don't link to Font Lookup.
4568 Document font-family-list.
6b2b8ab1
CY
4569 (Fonts): New node.
4570
3568e767
JR
45712009-01-08 Jason Rumney <jasonr@gnu.org>
4572
4573 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 4574 changing the standard pointer shapes. (Bug#1485)
3568e767 4575
6221c8db
CY
45762009-01-08 Chong Yidong <cyd@stupidchicken.com>
4577
4578 * display.texi (Attribute Functions): Note that a function value
4579 :height is relative, and that compatibility functions work by
4580 calling set-face-attribute.
4581 (Displaying Faces): Reorder list in order of increasing priority.
4582 (Face Remapping): New node. Content moved here from Displaying
4583 Faces.
4584 (Glyphs): Link to Face Functions.
4585
e3d3799a
CY
45862009-01-08 Chong Yidong <cyd@stupidchicken.com>
4587
4588 * display.texi (Faces): Don't discuss face id here. facep does
4589 not return t.
4590 (Defining Faces): Minor clarification.
4591 (Face Attributes): Rearrange items to match docstring of
4592 set-face-attribute. Add :foundry attribute. Document new role of
4593 :font attribute. Texinfo usage fix.
4594 (Attribute Functions): Copyedits.
4595 (Face Functions): Note that face number is seldom used.
4596
638a2457
RS
45972009-01-05 Richard M Stallman <rms@gnu.org>
4598
4599 * strings.texi (Predicates for Strings): Minor clarification.
4600
4601 * functions.texi (Function Safety): Texinfo usage fix.
4602
39cb9e56 46032009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
49ea0074
JB
4604
4605 * objects.texi (General Escape Syntax): Fix typo.
4606
9f822178
MR
46072009-01-03 Martin Rudalics <rudalics@gmx.at>
4608
4609 * windows.texi (Choosing Window): Say that pop-up-frame-alist
4610 works via the default value of pop-up-frame-function.
4611
af34ad36
EZ
46122009-01-02 Eli Zaretskii <eliz@gnu.org>
4613
4614 * processes.texi (System Processes): Document the `time' and
4615 `ctime' attributes of `system-process-attributes'.
4616
d31f6679
CY
46172009-01-01 Chong Yidong <cyd@stupidchicken.com>
4618
4619 * display.texi (Face Attributes): Clarify :height attribute.
4620
174dc00c
MR
46212008-12-31 Martin Rudalics <rudalics@gmx.at>
4622
4623 * buffers.texi (The Buffer List): Clarify what moves a buffer to
4624 the front of the buffer list. Add entries for `last-buffer' and
4625 `unbury-buffer'.
4626
b8afe7e4
EZ
46272008-12-27 Eli Zaretskii <eliz@gnu.org>
4628
d14030f5
EZ
4629 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
4630 and its subsections.
4631
4632 * frames.texi (Multiple Terminals, Low-level Terminal)
4633 (Terminal Parameters, Frames on Other TTY devices): New sections.
4634 (Frames): Add an xref to "Multiple Terminals".
4635
765980a4
EZ
4636 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
4637
4638 * objects.texi (Terminal Type): New node.
4639 (Editing Types): Add it to the menu.
4640
47bd5577
EZ
4641 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
4642 Variables".
4643
eb22b78c 4644 * variables.texi (Directory Local Variables): New node.
47bd5577 4645 (Variables): Add a menu item for it.
eb22b78c 4646
b8afe7e4
EZ
4647 * loading.texi (Autoload): Document `generate-autoload-cookie' and
4648 `generated-autoload-file'.
4649
77bb0476
EZ
46502008-12-20 Eli Zaretskii <eliz@gnu.org>
4651
028e2c19
EZ
4652 * os.texi (Startup Summary): Add xref to documentation of
4653 `initial-window-system'.
4654
77bb0476
EZ
4655 * display.texi (Window Systems): Document `window-system' the
4656 function. The variable `window-system' is now frame-local.
028e2c19 4657 Document `initial-window-system'.
77bb0476 4658
dda87836
MR
46592008-12-19 Martin Rudalics <rudalics@gmx.at>
4660
4661 * windows.texi (Windows): Rewrite description of
4662 fit-window-to-buffer.
4663
caef3ed2
GM
46642008-12-13 Glenn Morris <rgm@gnu.org>
4665
4666 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
4667 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
4668
21c58e4d
GM
46692008-12-12 Glenn Morris <rgm@gnu.org>
4670
4671 * debugging.texi (Error Debugging): Refer forwards to
4672 eval-expression-debug-on-error.
4673
af38459f
EZ
46742008-12-05 Eli Zaretskii <eliz@gnu.org>
4675
5dedd9b5
EZ
4676 * strings.texi (String Basics): Only unibyte strings that
4677 represent key sequences hold 8-bit raw bytes.
4678
af38459f
EZ
4679 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
4680 paragraph to speak about `undecided'.
4681 (Character Properties): Don't explain the meaning of each
4682 property; instead, identify their Unicode Standard names.
b3f1f4a5 4683 (Character Sets): Document `map-charset-chars'.
af38459f 4684
fa047ae7
GM
46852008-12-02 Glenn Morris <rgm@gnu.org>
4686
4687 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
4688 section yet again.
4689
47dbc044
EZ
46902008-11-29 Eli Zaretskii <eliz@gnu.org>
4691
98d05998
EZ
4692 * nonascii.texi (Character Properties): New Section.
4693 (Specifying Coding Systems): Document
4694 `coding-system-priority-list', `set-coding-system-priority', and
4695 `with-coding-priority'.
4696 (Lisp and Coding Systems): Document `check-coding-systems-region'
4697 and `coding-system-charset-list'.
4698 (Coding System Basics): Document `coding-system-aliases'.
4699
4700 * elisp.texi (Top): Add a @detailmenu entry for "Character
4701 Properties".
4702
47dbc044
EZ
4703 * objects.texi (Character Type): Correct the range of Emacs
4704 characters. Add an @xref to "Character Codes".
4705
4706 * strings.texi (String Basics): Add an @xref to "Character Codes".
4707
4708 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
4709
4710 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
4711 (Character Codes): Document `max-char'.
4712
8b80cdf5
EZ
47132008-11-28 Eli Zaretskii <eliz@gnu.org>
4714
4715 * nonascii.texi (Text Representations, Converting Representations)
4716 (Character Sets, Scanning Charsets, Translation of Characters):
4717 Make text more accurate.
4718
a99dceba
GM
47192008-11-28 Glenn Morris <rgm@gnu.org>
4720
4721 * files.texi (Format Conversion Round-Trip): Improve previous change.
4722
f6dc3bed
CY
47232008-11-26 Chong Yidong <cyd@stupidchicken.com>
4724
4725 * modes.texi (Auto Major Mode): Fix example.
4726
5da9413d
GM
47272008-11-25 Glenn Morris <rgm@gnu.org>
4728
4729 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
4730
4731 * files.texi (Format Conversion Round-Trip):
4732 Use active voice for previous change.
4733
fcca848c
CY
47342008-11-25 Chong Yidong <cyd@stupidchicken.com>
4735
4736 * os.texi (Processor Run Time):
4737 * processes.texi (Transaction Queues):
4738 * markers.texi (The Mark):
4739 * windows.texi (Choosing Window, Selecting Windows):
4740 * files.texi (Changing Files, Magic File Names):
4741 * commands.texi (Key Sequence Input):
4742 * functions.texi (Declaring Functions):
4743 * strings.texi (Predicates for Strings):
4744 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
4745
36c8dc54
CY
47462008-11-24 Chong Yidong <cyd@stupidchicken.com>
4747
4748 * help.texi (Accessing Documentation): Update example.
4749
4750 * variables.texi (Defining Variables): Note that `*' is not
4751 necessary if defcustom is used.
4752
2a79b242
EZ
47532008-11-22 Eli Zaretskii <eliz@gnu.org>
4754
4755 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
4756 Characters" from @detailmenu.
4757
4758 * nonascii.texi (Character Codes, Character Sets)
4759 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
4760 (Chars and Bytes, Splitting Characters): Sections removed.
4761
392f0d26
LK
47622008-11-22 Lute Kamstra <lute@gnu.org>
4763
4764 * positions.texi (Text Lines): Update goto-line documentation.
4765
af1a5cd5
MR
47662008-11-21 Martin Rudalics <rudalics@gmx.at>
4767
6a4cfb0c
MR
4768 * frames.texi (Frames): Fix typo, add cross references, reword.
4769 (Initial Parameters): Reword special-display-frame-alist text.
4770 (Frames and Windows): Reword. Describe argument norecord for
4771 set-frame-selected-window.
4772 (Input Focus): Describe argument norecord for select-frame.
4773 Remove comment on MS-Windows behavior for focus-follows-mouse.
4774 (Raising and Lowering): Mention windows-frames dichotomy in
4775 metaphor.
4776
af1a5cd5
MR
4777 * windows.texi (Displaying Buffers, Vertical Scrolling)
4778 (Horizontal Scrolling): Fix indenting and rewording issues
4779 introduced with 2008-11-07 change.
4780
c249fa9c
GM
47812008-11-20 Glenn Morris <rgm@gnu.org>
4782
4783 * files.texi (Format Conversion Round-Trip): Mention `preserve'
4784 element of `format-alist'.
4785
204d4665
GM
47862008-11-19 Glenn Morris <rgm@gnu.org>
4787
4788 * doclicense.texi: Update to FDL 1.3.
4789 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
4790
cc0910af
CY
47912008-11-18 Chong Yidong <cyd@stupidchicken.com>
4792
efe6e7c4
CY
4793 * windows.texi (Window Hooks): Remove *-end-trigger-functions
4794 vars, which are obsolete. Mention jit-lock-register.
4795
5dcb4c4e
SM
4796 * modes.texi (Other Font Lock Variables):
4797 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 4798
cc0910af
CY
4799 * frames.texi (Color Parameters): Document alpha parameter.
4800
aeeedf76
MR
48012008-11-16 Martin Rudalics <rudalics@gmx.at>
4802
4803 * windows.texi (Splitting Windows, Deleting Windows)
4804 (Selecting Windows, Cyclic Window Ordering)
4805 (Buffers and Windows, Displaying Buffers, Choosing Window)
4806 (Dedicated Windows, Window Point, Window Start and End)
4807 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
4808 (Size of Window, Resizing Windows, Window Configurations)
4809 (Window Parameters): Avoid @var at beginning of sentences and
4810 reword accordingly.
4811
4c565c5c
LK
48122008-11-11 Lute Kamstra <lute@gnu.org>
4813
4814 * files.texi (File Name Components): Fix file-name-extension
4815 documentation.
4816
25f494c9
JB
48172008-11-11 Juanma Barranquero <lekktu@gmail.com>
4818
4819 * frames.texi (Basic Parameters): Remove display-environment-variable
4820 and term-environment-variable.
4821
a1401ab1
EZ
48222008-11-08 Eli Zaretskii <eliz@gnu.org>
4823
4824 * windows.texi (Basic Windows, Splitting Windows)
4825 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
4826 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
4827 (Resizing Windows, Window Configurations, Window Parameters):
4828 Fix wording and markup.
a1401ab1 4829
efafc282
MR
48302008-11-07 Martin Rudalics <rudalics@gmx.at>
4831
4832 * windows.texi (Windows): Update entries.
4833 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 4834 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
4835 (Selecting Windows, Cyclic Window Ordering): Reword with special
4836 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
4837 (Buffers and Windows, Choosing Window): Reword with special
4838 emphasis on dedicated windows.
4839 (Displaying Buffers): Reword. For switch-to-buffer mention that
4840 it may fall back on pop-to-buffer. For other-window try to
4841 explain how it treats the cyclic ordering of windows.
efafc282
MR
4842 (Dedicated Windows): New node and section discussing dedicated
4843 windows and associated functions.
86ab855a 4844 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
4845 (Window Start and End): Rename node and section title. Reword.
4846 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
4847 Minor rewording.
4848 (Size of Window): Reword, in particular text on window-width.
4849 (Resizing Windows): Reword. Add text on balancing windows.
4850 (Window Configurations): Reword. Mention window parameters.
4851 (Window Parameters): New node and section on window parameters.
4852 (Window Hooks): Reword. Mention that
4853 window-configuration-change-hook is run "buffer-locally".
4854 * elisp.texi (Top): Update Windows entries in @detailmenu
4855 section.
4856
d60a8ab2
JB
48572008-11-04 Juanma Barranquero <lekktu@gmail.com>
4858
4859 * searching.texi (Regexp Search): Fix typo.
4860
01777627
CY
48612008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4862
4863 * searching.texi (Regexp Search): Document GREEDY arg.
4864 (Simple Match Data): Fix return value.
4865
c4526e93
EZ
48662008-11-01 Eli Zaretskii <eliz@gnu.org>
4867
4868 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
4869 with Emacs 23 internal representation of characters.
4870 Document `unibyte-string'.
c4526e93 4871
fe2ae8b5
CY
48722008-10-28 Chong Yidong <cyd@stupidchicken.com>
4873
4874 * processes.texi (Process Information): Note that process-status
4875 does not accept buffer names.
4876
cc5a21e3
CY
48772008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4878
4879 * positions.texi (Skipping Characters): Correct return value of
4880 skip-chars-forward.
4881
09460d9a
MR
48822008-10-25 Martin Rudalics <rudalics@gmx.at>
4883
520b29e7
MR
4884 * windows.texi (Deleting Windows): Update documentation of
4885 delete-windows-on.
4886 (Buffers and Windows): Update documentations of
4887 get-buffer-window and get-buffer-window-list.
4888 (Displaying Buffers): Update documentation of
4889 replace-buffer-in-windows.
4890
09460d9a
MR
4891 * buffers.texi (Current Buffer): Reword set-buffer and
4892 with-current-buffer documentations.
4893 (Creating Buffers): Reword documentation of get-buffer-create.
4894
4d48fcdc
MR
48952008-10-23 Martin Rudalics <rudalics@gmx.at>
4896
4897 * buffers.texi (Current Buffer): Reword documentation of
4898 set-buffer.
4899 (Buffer Names): Reword documentation of buffer-name.
4900 (The Buffer List): For bury-buffer explain what happens with the
4901 buffer's window.
4902 (Creating Buffers): Say that get-buffer-create's arg is called
4903 buffer-or-name.
4904
f0143c43
CY
49052008-10-22 Chong Yidong <cyd@stupidchicken.com>
4906
3e5dbbd3
CY
4907 * advice.texi (Computed Advice): Explain what DEFINITION is.
4908
f0143c43
CY
4909 * nonascii.texi (Character Codes): Remove obsolete function
4910 char-valid-p, and document characterp instead.
4911
52a94b85
MR
49122008-10-22 Martin Rudalics <rudalics@gmx.at>
4913
4914 * windows.texi (Displaying Buffers): Reword documentation of
4915 pop-to-buffer.
4916 (Choosing Window): Rewrite documentation of display-buffer and
4917 its options.
4918
f76f8246
MR
4919 * buffers.texi (Killing Buffers): Update documentation of
4920 kill-buffer.
4921
acc8b598
EZ
49222008-10-21 Eli Zaretskii <eliz@gnu.org>
4923
80e6b6df
EZ
4924 * processes.texi (Serial Ports): Fix wording and improve markup.
4925
3645358a
EZ
4926 * searching.texi (Regexp Search): Document `string-match-p' and
4927 `looking-at-p'.
4928 (POSIX Regexps): Add an xref for "non-greedy".
4929 (Regexp Special): Add @cindex entry for "non-greedy".
4930
b3d50cff 4931 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 4932 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 4933
73b7530a
EZ
4934 * frames.texi (Color Names): Add an xref to `read-color'.
4935
4936 * minibuf.texi (High-Level Completion): Document `read-color'.
4937
acc8b598
EZ
4938 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
4939
4940 * positions.texi (Narrowing): Add an xref to "Swapping Text".
4941
4942 * buffers.texi (Swapping Text): New section, documents
4943 `buffer-swap-text'.
4944
10e187e8
MR
49452008-10-21 Martin Rudalics <rudalics@gmx.at>
4946
4947 * windows.texi (Resizing Windows): Minor wording fix.
4948
fd6f900c
EZ
49492008-10-20 Eli Zaretskii <eliz@gnu.org>
4950
4951 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
4952 and `combine-and-quote-strings'.
4953
4954 * strings.texi (Creating Strings): Add xrefs for them.
4955
e4372165
EZ
49562008-10-19 Eli Zaretskii <eliz@gnu.org>
4957
d6328fba
EZ
4958 * elisp.texi (Top): Make descriptive text for "Reading File Names"
4959 match the corresponding menu in minibuf.texi.
4960
e4372165
EZ
4961 * minibuf.texi (Reading File Names): Document `read-shell-command'
4962 and `minibuffer-local-shell-command-map'.
4963
5d8dda33
MR
49642008-10-19 Martin Rudalics <rudalics@gmx.at>
4965
4966 * windows.texi (Resizing Windows): Remove var{} around "window" in
4967 documentation of enlarge-window.
4968 Rewrite documentation of window-min-height and window-min-width.
4969
437706cd
EZ
49702008-10-19 Eli Zaretskii <eliz@gnu.org>
4971
80f85d7c
EZ
4972 * functions.texi (Calling Functions): Document `apply-partially'.
4973
291703b5
EZ
4974 * hooks.texi (Standard Hooks): Mention
4975 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
4976
4977 * variables.texi (File Local Variables): Document
4978 `file-local-variables-alist', `before-hack-local-variables-hook'
4979 and `hack-local-variables-hook'.
4980
583d8b3c
EZ
4981 * processes.texi (Synchronous Processes): Document `process-lines'.
4982
5dcb4c4e
SM
4983 * customize.texi (Variable Definitions):
4984 Document `custom-reevaluate-setting'.
437706cd 4985
7e51d89b
MR
49862008-10-18 Martin Rudalics <rudalics@gmx.at>
4987
4988 * windows.texi (Choosing Window, Deleting Windows)
4989 (Displaying Buffers): Expand documentation of dedicated windows.
4990
43c59a3d
EZ
49912008-10-18 Eli Zaretskii <eliz@gnu.org>
4992
018a960d
EZ
4993 * files.texi (Changing Files): Document symbolic input of file
4994 modes to `set-file-modes'. Document `read-file-modes' and
4995 `file-modes-symbolic-to-number'.
4996
2c0b8144
EZ
4997 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
4998 and `search-map'.
4999
5dcb4c4e
SM
5000 * searching.texi (Search and Replace):
5001 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 5002 Document `multi-query-replace-map'.
80120f13 5003
6d4913f0 5004 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
5005 (Completion Commands, Reading File Names):
5006 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
5007 `minibuffer-local-filename-must-match-map'.
5008 (Minibuffer Completion): The `require-match' argument to
5009 `completing-read' can now have the value `confirm-only'.
5010
43c59a3d
EZ
5011 * windows.texi (Displaying Buffers): Minor wording fix.
5012 (Choosing Window): `split-height-threshold' can now be nil.
5013 Document `split-width-threshold'. `pop-up-frames' can have the
5014 value `graphic-only'.
5015
f36acfd9
EZ
50162008-10-17 Eli Zaretskii <eliz@gnu.org>
5017
5018 * os.texi (Startup Summary): Document `before-init-time' and
5019 `after-init-time'. Document `initial-window-system' and
5020 `window-system-initialization-alist'. Document reading the
5021 abbrevs file. Document the call to `server-start' under --daemon.
5022 Rearrange a bit to be consistent with the code flow.
53728487
EZ
5023 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
5024 (Time Parsing): Document `format-seconds'.
f36acfd9 5025
96995b89
MR
50262008-10-17 Martin Rudalics <rudalics@gmx.at>
5027
5028 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
5029 and reword.
5030
2de17c73
EZ
50312008-10-16 Eli Zaretskii <eliz@gnu.org>
5032
5033 * markers.texi (The Mark): Document use-region-p.
5034
9cf52b11
EZ
50352008-10-15 Eli Zaretskii <eliz@gnu.org>
5036
c3aaf1d7
EZ
5037 * internals.texi (Writing Emacs Primitives): The interactive spec
5038 of a primitive can be a Lisp form.
5039
841a1743
EZ
5040 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
5041 values of transient-mark-mode. Document handle-shift-selection.
5042
5043 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
5044 (Interactive Examples): Show an example of `^'.
5045 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
5046 (Defining Commands, Using Interactive): The interactive-form of a
5047 function can be added via its symbol's property.
841a1743 5048
52441368
EZ
5049 * positions.texi (List Motion): beginning-of-defun-function can
5050 now accept an argument.
5051
8e8c1a72
EZ
5052 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
5053 now return a list of strings.
5054
a33a1f2a
EZ
5055 * control.texi (Handling Errors): Document ignore-errors.
5056
4fb04348
EZ
5057 * frames.texi (Creating Frames): Document frame-inherited-parameters.
5058 (Parameter Access): Document set-frame-parameter.
5059
ee666f84
EZ
5060 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
5061 Hooks" for the effect of kill-all-local-variables on local hook
5062 functions.
5063
9cf52b11
EZ
5064 * modes.texi (Major Mode Conventions, Mode Line Variables):
5065 `mode-name' need not be a string. xref to "Mode Line Data" for
5066 details, and to "Emulating Mode Line" for computing a string
5067 value.
5068
22526bc4
EZ
50692008-10-14 Eli Zaretskii <eliz@gnu.org>
5070
a65f6a85
EZ
5071 * processes.texi (System Processes): New section.
5072 (Processes, Signals to Processes): Add xrefs to it.
5073
5074 * objects.texi (Editing Types): A `process' is a subprocess of
5075 Emacs, not just any process running on the OS.
5076
5077 * elisp.texi (Top): Adjust the @detailmenu for the above two
5078 changes.
5079
2724b26a
EZ
5080 * sequences.texi (Char-Tables): Remove documentation of
5081 set-char-table-default, which has no effect since Emacs 23.
5082 <char-table-range, set-char-table-range>: Don't mention generic
5083 characters and charsets. Add a cons cell as a possible argument.
5084
5085 * nonascii.texi (Splitting Characters)
5086 (Translation of Characters): Don't mention generic characters.
5087
5088 * display.texi (Fontsets): Don't mention generic characters.
5089
22526bc4 5090 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 5091 argument FUNCTION with a cons cell as KEY.
22526bc4 5092
eaf4b689
EZ
50932008-10-13 Eli Zaretskii <eliz@gnu.org>
5094
45e46036
EZ
5095 * objects.texi (Primitive Function Type): Move "@cindex special
5096 forms" from here...
5097
5098 * eval.texi (Special Forms): ...to here.
5099
5100 * functions.texi (What Is a Function): `functionp' returns nil for
5101 special forms. Add an xref.
5102
eaf4b689
EZ
5103 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
5104 Variables".
5105
5106 * variables.texi (Frame-Local Variables): New section.
5107 (Buffer-Local Variables): Add an xref to it.
5108 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
5109 have both frame-local and buffer-local binding.
5110
5111 * frames.texi (Frames): Mention multiple tty frames.
5112 (Frame Parameters, Parameter Access): Mention frame-local variable
5113 bindings.
5114
15688fce
GM
51152008-09-20 Glenn Morris <rgm@gnu.org>
5116
5117 * display.texi (Defining Faces): Recommend against face variables.
5118
35539065
JB
51192008-09-16 Juanma Barranquero <lekktu@gmail.com>
5120
5121 * display.texi (Echo Area Customization): Fix typo.
5122
6a57054b
JB
51232008-09-09 Juanma Barranquero <lekktu@gmail.com>
5124
5125 * loading.texi (Where Defined): Add `defface' item.
5126
d632fb82
MR
51272008-09-06 Martin Rudalics <rudalics@gmx.at>
5128
5129 * loading.texi (Where Defined): Fix description of symbol-file.
5130
905a9adb
JR
51312008-08-26 Jason Rumney <jasonr@gnu.org>
5132
5133 * display.texi (TIFF Images): New section describing :index property.
5134
852e91b7
CY
51352008-08-23 Chong Yidong <cyd@stupidchicken.com>
5136
5137 * display.texi (Temporary Displays): Remove unnecessary comment
5138 about usage of temp-buffer-show-hook.
5139
6be001ee
CY
51402008-08-05 Chong Yidong <cyd@stupidchicken.com>
5141
5142 * symbols.texi (Other Plists): Fix incorrect example.
5143 Suggested by Florian Beck.
5144
58e3d8e8
JB
51452008-07-31 Juanma Barranquero <lekktu@gmail.com>
5146
5147 * os.texi: Fix previous change.
5148
7c2fb837
DN
51492008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5150
5151 * os.texi:
5152 * intro.texi:
5153 * files.texi: Remove VMS support.
5154
9e2a2647
DN
51552008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5156
5157 * os.texi:
5158 * frames.texi:
5159 * display.texi: Remove mentions of Mac Carbon.
5160
c4f4682b
MB
51612008-07-01 Miles Bader <miles@gnu.org>
5162
5163 * text.texi (Special Properties):
5164 * display.texi (Truncation): Add wrap-prefix and line-prefix.
5165
3696411e
JB
51662008-06-28 Johan Bockgård <bojohan@gnu.org>
5167
5168 * display.texi (Other Image Types): Fix copy/paste error; say
5169 "PBM", not "XBM".
5170
f2a77c3a
DN
51712008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5172
5173 * os.texi: Remove references to obsolete systems.
5174
6d52677d
EZ
51752008-06-20 Eli Zaretskii <eliz@gnu.org>
5176
5177 * makefile.w32-in (distclean): Remove makefile.
5178
1a87da4c
GM
51792008-06-17 Glenn Morris <rgm@gnu.org>
5180
5181 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
5182 (elisp, dist): Remove rules and variables that are obsolete now
5183 the lisp manual is no longer distributed separately.
5184
fdda1c5d
GM
51852008-06-16 Glenn Morris <rgm@gnu.org>
5186
646692e9
GM
5187 * configure, configure.in, mkinstalldirs: Remove unused files.
5188
5189 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 5190 * vol1.texi (EMACSVER):
6a57054b 5191 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
5192
5193 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
5194 as per maintain.info.
5195
611bee81
GM
51962008-06-15 Glenn Morris <rgm@gnu.org>
5197
a7bed3a0
GM
5198 * makefile.w32-in (manual): Use "23" rather than "21".
5199
5200 * Makefile.in (emacsver): New, set by configure.
5201 (manual): Use emacsver.
5202
d794edf2
GM
5203 * intro.texi: Report bugs using M-x report-emacs-bug.
5204
611bee81
GM
5205 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
5206
c73e02fa
GM
52072008-06-13 Daniel Engeler <engeler@gmail.com>
5208
5209 * elisp.texi, internals.texi, processes.texi: Add documentation
5210 about serial port access.
5211
e40a85cd
MB
52122008-06-05 Miles Bader <miles@gnu.org>
5213
5214 * display.texi (Displaying Faces): Update to reflect function
5215 renamings in face-remap.el.
5216
7b753744
JB
52172008-06-05 Juanma Barranquero <lekktu@gmail.com>
5218
5219 * display.texi (Fontsets): Fix typos.
5220
9d3d42fb
MB
52212008-06-03 Miles Bader <miles@gnu.org>
5222
7b753744
JB
5223 * display.texi (Displaying Faces): Add add-relative-face-remapping,
5224 remove-relative-face-remapping, set-base-face-remapping,
5225 and set-default-base-face-remapping.
9d3d42fb 5226
f2cec7a9
MB
52272008-06-01 Miles Bader <miles@gnu.org>
5228
5229 * display.texi (Displaying Faces): Add face-remapping-alist.
5230
8f39c96d
SM
52312008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5232
5233 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
5234 variable names.
5235
1ef5eecc
ER
52362008-05-03 Eric S. Raymond <esr@golux>
5237
352c8b4a 5238 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
5239 (current-global-map) return references, not copies.
5240
63b4387f
JL
52412008-05-02 Juri Linkov <juri@jurta.org>
5242
5243 * minibuf.texi (Text from Minibuffer): Document a list of
5244 default values for `read-from-minibuffer'.
5245
38a8b703
JB
52462008-04-24 Juanma Barranquero <lekktu@gmail.com>
5247
5248 * nonascii.texi (Translation of Characters): Fix previous change.
5249
7c42e639
CY
52502008-04-20 Chong Yidong <cyd@stupidchicken.com>
5251
5252 * display.texi (Overlay Properties): Clarify role of underlying
5253 textprop and overlay keymaps for display strings.
5254
5255 * keymaps.texi (Active Keymaps): Ditto.
5256
25c0d999
SM
52572008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5258
5259 * minibuf.texi (Programmed Completion):
5260 Replace dynamic-completion-table with the new completion-table-dynamic.
5261
e3af5968
CY
52622008-04-07 Chong Yidong <cyd@stupidchicken.com>
5263
5264 * intro.texi (Some Terms): Change "fonts in this manual" index
5265 entry to "typographic conventions".
5266
6bfc8698
EZ
52672008-04-05 Eli Zaretskii <eliz@gnu.org>
5268
5269 * objects.texi (Text Props and Strings): Add indexing for read
5270 syntax of text properties.
5271
4972c361
SM
52722008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5273
5274 * processes.texi (Decoding Output): Remove process-filter-multibyte
5275 functions.
5276
c70a68db
MR
52772008-03-15 Martin Rudalics <rudalics@gmx.at>
5278
5279 * display.texi (Finding Overlays): Say that empty overlays at
5280 the end of the buffer are reported too.
5281
1291fd36
GM
52822008-03-13 Glenn Morris <rgm@gnu.org>
5283
5284 * elisp.texi (EMACSVER): Set to 23.0.60.
5285
c6b0dfd5
CY
52862008-02-26 Chong Yidong <cyd@stupidchicken.com>
5287
38a8b703 5288 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 5289
875fc30c
GM
52902008-02-22 Glenn Morris <rgm@gnu.org>
5291
5292 * frames.texi (Position Parameters): Clarify the description of
5293 `left' and `top', using information from "Geometry".
5294 (Geometry): Give a pointer to "Position Parameters", rather than
5295 repeating information.
5296
d8c8e45a
GM
52972008-02-11 Glenn Morris <rgm@gnu.org>
5298
5299 * objects.texi (Equality Predicates): No longer talk about "two"
5300 functions.
5301
38a8b703 53022008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
5303
5304 * objects.texi (Equality Predicates): Add defun for
5305 equal-including-properties.
5306
bfffe0b1
GM
53072008-02-10 Glenn Morris <rgm@gnu.org>
5308
5309 * objects.texi (Equality Predicates):
5310 Mention equal-including-properties.
5311
431b78c9
RS
53122008-02-07 Richard Stallman <rms@gnu.org>
5313
5314 * windows.texi (Window Start): Mention the feature of moving
5315 window-start to start of line.
5316
c8763fb6 53172008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
5318
5319 * keymaps.texi (Tool Bar): Document rtl property.
5320
1a256502
TTN
53212008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5322
5323 * display.texi (Button Types):
5324 For define-button-type, clarify type of NAME.
5325
569382c2
MR
53262008-01-19 Martin Rudalics <rudalics@gmx.at>
5327
5328 * buffers.texi (Buffer Modification): Fix typo.
5329
f3041af1
DN
53302008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5331
5332 * os.texi (System Environment): Remove references to OSes that are
5333 not supported anymore.
5334
d35e1cd7
DN
53352008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5336
5337 * os.texi (System Environment): Remove mention for Masscomp.
5338
23af7580
RS
53392008-01-04 Richard Stallman <rms@gnu.org>
5340
5341 * display.texi (Faces): Don't talk about internal face vector as arg
5342 to facep.
5343
5344 * customize.texi (Type Keywords): Fix previous change.
5345
5346 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
5347 * elisp.texi (Top): Fix menu for commands.texi change.
5348
ec7d5b1e
RS
53492007-12-30 Richard Stallman <rms@gnu.org>
5350
5dcb4c4e 5351 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
5352 (Accessing Scroll): New node broken out of Accessing Mouse.
5353
101a6cea
RS
53542007-12-28 Richard Stallman <rms@gnu.org>
5355
5356 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 5357 (Basic Parameters): For `title', refer to title bar.
041817a4 5358 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 5359
72b7e664
RS
53602007-12-23 Richard Stallman <rms@gnu.org>
5361
5362 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
5363 Improve some of the commented-out keywords' text too.
5364
27a4f445
MR
53652007-12-14 Martin Rudalics <rudalics@gmx.at>
5366
e2e3f1d7
MR
5367 * nonascii.texi (Encoding and I/O): Reword to avoid saying
5368 "visit the current buffer".
5369
27a4f445
MR
5370 * os.texi (System Interface): Fix typo.
5371
a2afc99d
RS
53722007-12-04 Richard Stallman <rms@gnu.org>
5373
5374 * objects.texi (Symbol Type): Fix typo.
5375
b694135c
RS
53762007-12-03 Richard Stallman <rms@gnu.org>
5377
5378 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
5379
f99a19da
GM
53802007-12-01 Glenn Morris <rgm@gnu.org>
5381
5382 * functions.texi (Declaring Functions): Improve previous change.
5383
8f4b37d8
GM
53842007-11-30 Glenn Morris <rgm@gnu.org>
5385
5386 * functions.texi (Declaring Functions): Add optional fourth
5387 argument of declare-function, and setting third argument to `t'.
5388
61a2fe01
RS
53892007-11-29 Richard Stallman <rms@gnu.org>
5390
5391 * customize.texi (Composite Types): Document `group' type.
5392
cbfc5193
GM
53932007-11-29 Glenn Morris <rgm@gnu.org>
5394
5dcb4c4e
SM
5395 * functions.texi (Declaring Functions): Add findex.
5396 Mention `external' files.
cbfc5193 5397
8386283a
JB
53982007-11-26 Juanma Barranquero <lekktu@gmail.com>
5399
5400 * functions.texi (Declaring Functions): Fix directive.
5401
a07c9a8b
RS
54022007-11-25 Richard Stallman <rms@gnu.org>
5403
5404 * help.texi (Help Functions): Clean up last change.
5405
5406 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5407
5408 * loading.texi (Named Features): Minor cleanup.
5409
5410 * macros.texi (Eval During Expansion): Minor cleanup.
5411
5412 * variables.texi (Variable Aliases): Minor cleanup.
5413
a0925923
RS
54142007-11-24 Richard Stallman <rms@gnu.org>
5415
5416 * functions.texi (Declaring Functions): Clarify previous change.
5417
5418 * compile.texi (Compiler Errors): Clarify previous change.
5419
20c63e44
RS
54202007-11-24 Richard Stallman <rms@gnu.org>
5421
e5e76c04 5422 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
5423 Clarify the text and move items around.
5424
5bb0cda3
GM
54252007-11-24 Glenn Morris <rgm@gnu.org>
5426
5427 * functions.texi (Declaring Functions): New section.
5428 * compile.texi (Compiler Errors): Mention declaring functions,
5429 defvar with no initvalue, and byte-compile-warnings.
5430
af13c86a
MR
54312007-11-15 Martin Rudalics <rudalics@gmx.at>
5432
5433 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5434 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5435
a5373305
MR
54362007-11-13 Martin Rudalics <rudalics@gmx.at>
5437
5438 * help.texi (Help Functions): Document new macro `with-help-window'.
5439
fe284805
JL
54402007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5441
5442 * searching.texi (Replacing Match): Describe new
5443 `match-substitute-replacement'.
5444
2c3a09b1
RS
54452007-10-31 Richard Stallman <rms@gnu.org>
5446
5447 * strings.texi (Creating Strings): Null strings from concat not unique.
5448
f2b480f4
RS
54492007-10-26 Richard Stallman <rms@gnu.org>
5450
5451 * objects.texi (Equality Predicates): Null strings are uniquified.
5452
5453 * minibuf.texi: Minor clarifications in previous change.
5454
db21122c
GM
54552007-10-25 Glenn Morris <rgm@gnu.org>
5456
5457 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5458
2328cbb3
RS
54592007-10-24 Richard Stallman <rms@gnu.org>
5460
5461 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5462
5463 * variables.texi (Frame-Local Variables): Node deleted.
5464 (Variables): Delete Frame-Local Variables from menu.
5465 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5466 (Default Value): Don't mention frame-local vars.
5467
5468 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5469
5470 * loading.texi (Unloading): Document FEATURE-unload-function
5471 instead of FEATURE-unload-hook.
5472
2328cbb3
RS
5473 * frames.texi (Multiple Displays): Don't mention frame-local vars.
5474
c066bafa
JL
54752007-10-22 Juri Linkov <juri@jurta.org>
5476
5477 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5478 (High-Level Completion): Document a list of default value strings
5479 in the DEFAULT argument, for which minibuffer functions return the
5480 first element.
5481
65ced25f
JL
54822007-10-17 Juri Linkov <juri@jurta.org>
5483
5484 * text.texi (Filling): Update arguments of fill-paragraph.
5485 fill-paragraph operates on the active region in Transient Mark mode.
5486 Remove fill-paragraph-or-region.
5487
ee46ec8e
KB
54882007-10-13 Karl Berry <karl@gnu.org>
5489
5490 * elisp.texi (@dircategory): Move to after @copying,
5491 since we want @copying as close as possible to the beginning of
5492 the output.
5493
61bbdbc6
RS
54942007-10-12 Richard Stallman <rms@gnu.org>
5495
5496 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
5497
5498 * commands.texi (Distinguish Interactive): New node,
5499 broken out from Interactive Call and rewritten.
5500 (Command Loop): Put Distinguish Interactive in menu.
5501
af23e1e8
RS
55022007-10-09 Richard Stallman <rms@gnu.org>
5503
5504 * text.texi (Examining Properties): Mention overlay priority.
5505
5506 * display.texi (Display Margins): Correct the description
5507 of margin display specifications.
5508 (Replacing Specs): New subnode broken out of Display Property.
5509
e1965a69
JL
55102007-10-06 Juri Linkov <juri@jurta.org>
5511
5512 * text.texi (Filling): Document fill-paragraph-or-region.
5513
4638454b
JB
55142007-10-05 Juanma Barranquero <lekktu@gmail.com>
5515
5516 * display.texi (Auto Faces): Fix typo.
5517
7ed54cc5
RS
55182007-10-02 Richard Stallman <rms@gnu.org>
5519
5520 * display.texi (Display Property): Explain some display specs
5521 don't let you move point in.
5522
5dcb4c4e
SM
5523 * frames.texi (Cursor Parameters):
5524 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
5525
5526 * windows.texi (Basic Windows): Don't describe
5527 cursor-in-non-selected-windows here.
5528
305a7ef2
EZ
55292007-10-01 Eli Zaretskii <eliz@gnu.org>
5530
5531 * processes.texi (Misc Network): Note that these functions are
5532 supported only on some systems.
5533
f7a7f4eb
RS
55342007-10-01 Richard Stallman <rms@gnu.org>
5535
5536 * display.texi (Overlay Properties): Explain nil as priority.
5537 Explain that conflicts are unpredictable if not resolved by
5538 priorities.
5539
780d7bb9
RS
55402007-09-23 Richard Stallman <rms@gnu.org>
5541
5542 * macros.texi (Backquote): Minor clarification.
5543
14b4fdfb
RS
55442007-09-19 Richard Stallman <rms@gnu.org>
5545
5546 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
5547 Clarify when they work in parallel and when one overrides.
5548 Fix error in example.
14b4fdfb 5549
b8d4c8d0
GM
55502007-09-06 Glenn Morris <rgm@gnu.org>
5551
b3e755a9 5552 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
5553 commands to use ../../info.
5554 * Makefile.in (infodir): Go up one more level.
4638454b 5555 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
5556 (miscmanualdir): New.
5557 (dist): Use new variable miscmanualdir.
5558 * makefile.w32-in (infodir, texinputdir): Go up one more level.
5559 (usermanualdir): Change from ../man to ../emacs.
5560
1bb1f7d3
MR
55612007-08-30 Martin Rudalics <rudalics@gmx.at>
5562
5563 * commands.texi (Command Loop Info): Advise against changing
5564 most variables described here. Explain new variable
5565 last-repeatable-command.
5566
b8d4c8d0
GM
55672007-08-29 Glenn Morris <rgm@gnu.org>
5568
5569 * elisp.texi (EMACSVER): Increase to 23.0.50.
5570
55712007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5572
5573 * frames.texi (Basic Parameters): Add display-environment-variable
5574 and term-environment-variable.
5575
55762007-08-28 Juri Linkov <juri@jurta.org>
5577
5578 * display.texi (Image Formats, Other Image Types): Add SVG.
5579
55802007-08-28 Juri Linkov <juri@jurta.org>
5581
5582 * display.texi (Images): Move formats-related text to new node
5583 "Image Formats".
5584 (Image Formats): New node.
5585
619fb9ee
RS
55862007-08-27 Richard Stallman <rms@gnu.org>
5587
5588 * windows.texi (Window Configurations): Clarify what
5589 a window configuration saves.
5590
b8d4c8d0
GM
55912007-08-25 Richard Stallman <rms@gnu.org>
5592
5593 * display.texi (Images): Delete redundant @findex.
5594
39f9da30
GM
55952007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5596
5597 * text.texi (Change Hooks): (after|before)-change-functions are no
5598 longer bound to nil while running; rather inhibit-modification-hooks
5599 is t.
5600
b8d4c8d0
GM
56012007-08-16 Richard Stallman <rms@gnu.org>
5602
5dcb4c4e
SM
5603 * processes.texi (Asynchronous Processes):
5604 Clarify doc of start-file-process.
b8d4c8d0
GM
5605
56062007-08-08 Martin Rudalics <rudalics@gmx.at>
5607
5608 * modes.texi (Example Major Modes): Fix typo.
5609
56102007-08-08 Glenn Morris <rgm@gnu.org>
5611
5612 * intro.texi (nil and t): Do not use `iff' in documentation.
5613
5614 * tips.texi (Documentation Tips): Recommend against `iff'.
5615
56162007-08-07 Chong Yidong <cyd@stupidchicken.com>
5617
5618 * display.texi (Image Cache): Document image-refresh.
5619
56202007-08-06 Martin Rudalics <rudalics@gmx.at>
5621
5622 * windows.texi (Size of Window): Document window-full-width-p.
5623
56242007-07-25 Glenn Morris <rgm@gnu.org>
5625
5626 * gpl.texi (GPL): Replace license with GPLv3.
5627
5628 * Relicense all FSF files to GPLv3 or later.
5629
56302007-07-24 Michael Albinus <michael.albinus@gmx.de>
5631
4638454b
JB
5632 * processes.texi (Synchronous Processes):
5633 Add `process-file-shell-command'.
b8d4c8d0
GM
5634 (Asynchronous Processes): Mention restricted use of
5635 `process-filter' and `process-sentinel' in
5636 `start-file-process'. Add `start-file-process-shell-command'.
5637
56382007-07-17 Michael Albinus <michael.albinus@gmx.de>
5639
5640 * files.texi (Magic File Names): Introduce optional parameter
5641 IDENTIFICATION for `file-remote-p'.
5642
56432007-07-16 Richard Stallman <rms@gnu.org>
5644
5645 * display.texi (Defining Faces): Fix previous change.
5646
56472007-07-14 Richard Stallman <rms@gnu.org>
5648
5649 * control.texi (Handling Errors): Document `debug' in handler list.
5650
56512007-07-10 Richard Stallman <rms@gnu.org>
5652
5653 * display.texi (Defining Faces): Explain C-M-x feature for defface.
5654
56552007-07-09 Richard Stallman <rms@gnu.org>
5656
5657 * files.texi (Magic File Names): Rewrite previous change.
5658
56592007-07-08 Michael Albinus <michael.albinus@gmx.de>
5660
5661 * files.texi (Magic File Names): Introduce optional parameter
5662 CONNECTED for `file-remote-p'.
5663
56642007-07-07 Michael Albinus <michael.albinus@gmx.de>
5665
5666 * processes.texi (Asynchronous Processes):
5667 * files.texi (Magic File Names): Add `start-file-process'.
5668
56692007-06-27 Richard Stallman <rms@gnu.org>
5670
5dcb4c4e
SM
5671 * files.texi (Format Conversion Piecemeal):
5672 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
5673
56742007-06-27 Michael Albinus <michael.albinus@gmx.de>
5675
4638454b
JB
5676 * files.texi (Magic File Names): Remove `dired-call-process'.
5677 Add `process-file'.
b8d4c8d0
GM
5678
56792007-06-27 Kenichi Handa <handa@m17n.org>
5680
5681 * text.texi (Special Properties): Fix description about
4638454b 5682 `composition' property.
b8d4c8d0
GM
5683
56842007-06-26 Kenichi Handa <handa@m17n.org>
5685
5686 * nonascii.texi (Default Coding Systems): Document about the
5687 return value `undecided'.
5688
56892007-06-25 David Kastrup <dak@gnu.org>
5690
5691 * keymaps.texi (Active Keymaps): Document new POSITION argument of
5692 `current-active-maps'.
5693
56942007-06-24 Karl Berry <karl@gnu.org>
5695
4638454b 5696 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
5697
56982007-06-15 Juanma Barranquero <lekktu@gmail.com>
5699
5700 * display.texi (Overlay Arrow): Doc fix.
5701
57022007-06-14 Karl Berry <karl@tug.org>
5703
5704 * anti.texi (Antinews): Typo.
5705
57062007-06-14 Chong Yidong <cyd@stupidchicken.com>
5707
5708 * display.texi (Image Cache): Document image-refresh.
5709
57102007-06-12 Karl Berry <karl@gnu.org>
5711
5712 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
5713 * two-volume.make: New file.
5714 * .cvsignore: Ignore two-volume files.
5715
57162007-06-12 Tom Tromey <tromey@redhat.com>
5717
5718 * os.texi (Init File): Document user-emacs-directory.
5719
57202007-06-03 Nick Roberts <nickrob@snap.net.nz>
5721
5722 * commands.texi (Click Events): Describe width and height when
5723 object is nil.
5724
57252007-05-30 Nick Roberts <nickrob@snap.net.nz>
5726
5dcb4c4e
SM
5727 * commands.texi (Click Events): Layout more logically.
5728 Describe width and height.
b8d4c8d0
GM
5729 (Drag Events, Motion Events): Update to new format for position.
5730
57312007-06-02 Richard Stallman <rms@gnu.org>
5732
5733 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
5734
57352007-06-02 Chong Yidong <cyd@stupidchicken.com>
5736
5737 * Version 22.1 released.
5738
57392007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5740
5741 * text.texi (Special Properties): Correct meaning of fontified face.
5742
57432007-05-30 Richard Stallman <rms@gnu.org>
5744
5745 * text.texi (Special Properties): Add link to Adjusting Point.
5746
57472007-05-12 Richard Stallman <rms@gnu.org>
5748
5749 * text.texi (Margins): indent-to-left-margin is not the default.
5750 (Mode-Specific Indent): For indent-line-function, the default
5751 is indent-relative.
5752
5753 * modes.texi (Example Major Modes): Explain last line of text-mode
5754 is redundant.
5755
57562007-05-10 Richard Stallman <rms@gnu.org>
5757
5758 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
5759
5760 * help.texi (Keys in Documentation): Add reference to
5761 Documentation Tips.
5762
5763 * files.texi (Format Conversion): TO-FN gets three arguments.
5764
5765 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
5766
57672007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5768
5769 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
5770 * files.texi (Format Conversion): Expand intro; add menu.
5771 (Format Conversion Overview, Format Conversion Round-Trip)
5772 (Format Conversion Piecemeal): New nodes/subsections.
5773 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
5774 * text.texi (Text Properties): Remove "Saving Properties" from menu.
5775 (Saving Properties): Delete node/subsection.
5776
57772007-05-07 Karl Berry <karl@gnu.org>
5778
5779 * elisp.texi (EMACSVER): Back to 22.
5780
57812007-05-06 Richard Stallman <rms@gnu.org>
5782
5783 * processes.texi (Accepting Output): Revert most of previous change.
5784
57852007-05-05 Richard Stallman <rms@gnu.org>
5786
5787 * processes.texi (Accepting Output): accept-process-output
5788 uses microseconds, not milliseconds. But that arg is obsolete.
5789
57902007-05-04 Karl Berry <karl@tug.org>
5791
5792 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
5793
57942007-05-04 Eli Zaretskii <eliz@gnu.org>
5795
5796 * tips.texi (Documentation Tips): Rearrange items to place the
5797 more important ones first. Add an index entry for hyperlinks.
5798
57992007-05-03 Karl Berry <karl@gnu.org>
5800
5801 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
5802 (EMACSVER) [smallbook]: 22 for printed version.
5803
5804 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
5805 so restore anchor to normal position after defun. Found by Kevin Ryde.
5806
58072007-04-26 Glenn Morris <rgm@gnu.org>
5808
5809 * elisp.texi (EMACSVER): Increase to 22.1.50.
5810
58112007-04-28 Karl Berry <karl@gnu.org>
5812
5813 * elisp.texi: Improve line breaks on copyright page,
5814 similar layout to emacs manual, 8.5x11 by default.
5815
58162007-04-24 Richard Stallman <rms@gnu.org>
5817
5818 * text.texi (Special Properties): Add xref to Overlay Properties.
5819
5820 * display.texi (Overlay Properties): Add xref to Special Properties.
5821
58222007-04-22 Richard Stallman <rms@gnu.org>
5823
5824 * keymaps.texi (Extended Menu Items): Move the info about
5825 format with cached keyboard binding.
5826
58272007-04-21 Richard Stallman <rms@gnu.org>
5828
5829 * text.texi (Special Properties): Clarify previous change.
5830
5831 * files.texi (File Name Expansion): Clarify previous change.
5832
5833 * display.texi (Attribute Functions): Fix example for
5834 face-attribute-relative-p.
5835
58362007-04-19 Kenichi Handa <handa@m17n.org>
5837
5838 * text.texi (Special Properties): Document composition property.
5839
58402007-04-19 Glenn Morris <rgm@gnu.org>
5841
5842 * files.texi (File Name Expansion): Mention "superroot".
5843
58442007-04-15 Chong Yidong <cyd@stupidchicken.com>
5845
5846 * frames.texi (Multiple Displays): Add note about "multi-monitor"
5847 setups.
5848 (Display Feature Testing): Note that display refers to all
5849 physical monitors for multi-monitor setups.
5850
58512007-04-14 Richard Stallman <rms@gnu.org>
5852
5853 * lists.texi (Sets And Lists): Clarify `delete' examples.
5854 Remove spurious xref to same node.
5855 Clarify xref for add-to-list.
5856
58572007-04-12 Nick Roberts <nickrob@snap.net.nz>
5858
5859 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
5860 value of lisp-mode-map.
5861
58622007-04-11 Karl Berry <karl@gnu.org>
5863
5864 * anti.texi (Antinews):
5865 * display.texi (Overlay Properties, Defining Images):
5866 * processes.texi (Synchronous Processes, Sentinels):
5867 * syntax.texi (Syntax Table Internals):
5868 * searching.texi (Regexp Special):
5869 * nonascii.texi (Default Coding Systems):
5870 * text.texi (Special Properties):
5871 * minibuf.texi (Basic Completion): Wording to improve breaks in
5872 8.5x11 format.
5873 * elisp.texi (smallbook): New @set to more easily switch between
5874 smallbook and 8.5x11.
5875
58762007-04-11 Richard Stallman <rms@gnu.org>
5877
5878 * text.texi (Lazy Properties): Minor fix.
5879
58802007-04-08 Karl Berry <karl@gnu.org>
5881
5882 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
5883 * macros.texi (Backquote): Downcase Backquote in index entries for
5884 consistency.
5885
58862007-04-08 Richard Stallman <rms@gnu.org>
5887
5888 * text.texi (Adaptive Fill): Just describe default,
5889 don't show it (since it contains non-ASCII chars).
5890
58912007-04-07 Karl Berry <karl@gnu.org>
5892
5893 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
5894 adaptive-fill-regexp's value, since they are not in the standard
5895 TeX fonts.
5896
58972007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
5898
5899 * display.texi (Defining Faces): Fix example.
5900
59012007-04-07 Karl Berry <karl@gnu.org>
5902
5903 * display.texi (Button Buffer Commands): Improve page break.
5904
59052007-04-07 Richard Stallman <rms@gnu.org>
5906
5907 * advice.texi (Activation of Advice): Remove redundant index entry.
5908
5909 * backups.texi: Improve index entries. Remove redundant ones.
5910
5911 * compile.texi (Byte Compilation): Improve index entry.
5912
5913 * hash.texi (Creating Hash): Improve index entry.
5914
5915 * symbols.texi (Definitions): Improve index entry.
5916
5917 * edebug.texi: Improve index entries. Remove redundant/useless ones.
5918
5919 * maps.texi (Standard Keymaps): Remove useless index entry.
5920
5921 * help.texi (Documentation Basics): Remove redundant index entries.
5922
5923 * customize.texi: Improve index entries.
5924 Remove redundant/useless ones.
5925
5926 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
5927
5928 * streams.texi (Output Variables): Improve index entry.
5929
5930 * abbrevs.texi (Abbrevs): Remove useless index entry.
5931
5932 * macros.texi (Expansion): Remove useless index entry.
5933
5934 * text.texi: Improve index entries. Remove redundant/useless ones.
5935 (Text Properties, Examining Properties)
5936 (Special Properties): Use "property category" instead of "category"
5937 to refer to the `category' property.
5938
5939 * positions.texi: Improve index entries. Remove useless one.
5940
5941 * lists.texi: Improve index entries. Remove redundant/useless ones.
5942
5943 * os.texi: Improve index entries.
5944 (Timers): Fix previous change.
5945
5946 * buffers.texi: Improve index entries.
5947 (Modification Time): Get rid of term "obsolete buffer".
5948
5949 * debugging.texi: Improve index entries.
5950 (Test Coverage): Add xref to other test coverage ftr.
5951
5952 * eval.texi: Improve index entry. Remove redundant ones.
5953
5954 * numbers.texi: Improve index entries. Remove redundant/useless ones.
5955
5956 * files.texi: Improve index entries. Remove redundant/useless ones.
5957
5958 * objects.texi: Improve index entries.
5959
5960 * processes.texi: Improve index entries.
5961
5962 * modes.texi: Improve index entry. Remove redundant one.
5963
5964 * nonascii.texi: Improve index entries.
5965
5966 * internals.texi: Improve index entries.
5967
5968 * syntax.texi: Improve index entries.
5969
5970 * keymaps.texi (Active Keymaps): Improve index entries.
5971
5972 * commands.texi: Improve index entries. Remove redundant/useless ones.
5973
5974 * frames.texi: Improve index entries. Remove redundant/useless ones.
5975
5976 * markers.texi: Improve index entries. Remove redundant ones.
5977
5978 * tips.texi: Improve index entries.
5979
5980 * loading.texi (Unloading): Improve index entry.
5981
5982 * variables.texi: Improve index entries. Remove redundant one.
5983
5984 * sequences.texi: Improve index entry.
5985
5986 * display.texi: Improve index entries. Remove redundant ones.
5987
5988 * windows.texi: Improve index entries.
5989
5990 * searching.texi: Improve index entries. Remove redundant one.
5991
5992 * strings.texi (Case Tables): Improve last change.
5993
59942007-04-04 Chong Yidong <cyd@stupidchicken.com>
5995
5996 * strings.texi (Case Tables): Document with-case-table and
5997 ascii-case-table.
5998
59992007-04-03 Karl Berry <karl@gnu.org>
6000
6001 * processes.texi (Network): Reword to improve page break.
6002
60032007-04-03 Eli Zaretskii <eliz@gnu.org>
6004
6005 * functions.texi (Inline Functions): Describe more disadvantages
6006 of defsubst, and make advice against it stronger.
6007
60082007-04-02 Karl Berry <karl@gnu.org>
6009
6010 * backups.texi (Backup Names): Avoid widow words.
6011 * modes.texi (Example Major Modes): Align last comment.
6012
60132007-04-01 Chong Yidong <cyd@stupidchicken.com>
6014
6015 * keymaps.texi (Remapping Commands): Document new arg to
6016 command-remapping.
6017
60182007-04-01 Karl Berry <karl@gnu.org>
6019
6020 * processes.texi (Low-Level Network): Typo.
6021 * loading.texi (Hooks for Loading): Avoid double "the".
6022 * keymaps.texi (Key Sequences): No double "and".
6023 (Changing Key Bindings): Shorten to improve line break.
6024
60252007-03-31 Glenn Morris <rgm@gnu.org>
6026
6027 * os.texi (Timers): Fix description of run-at-time TIME formats.
6028
60292007-03-31 Richard Stallman <rms@gnu.org>
6030
6031 * display.texi (Invisible Text): Correct buffer-invisibility-spec
6032 regarding ellipsis.
6033
60342007-03-31 Eli Zaretskii <eliz@gnu.org>
6035
6036 * intro.texi (nil and t):
6037 * symbols.texi (Plists and Alists):
6038 * variables.texi (Variable Aliases, Constant Variables):
6039 * functions.texi (Defining Functions):
6040 * advice.texi (Advising Primitives):
6041 * debugging.texi (Syntax Errors, Compilation Errors):
6042 * minibuf.texi (Minibuffer Windows):
6043 * commands.texi (Adjusting Point):
6044 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
6045 (Auto Major Mode, Major Mode Conventions):
6046 * help.texi (Describing Characters):
6047 * files.texi (Create/Delete Dirs, Information about Files)
6048 (File Locks, Writing to Files, Reading from Files)
6049 (Saving Buffers):
6050 * windows.texi (Resizing Windows, Cyclic Window Ordering):
6051 * frames.texi (Finding All Frames):
6052 * positions.texi (Buffer End, Motion):
6053 * markers.texi (The Region):
6054 * text.texi (Deletion, Near Point):
6055 * display.texi (Displaying Messages, Truncation):
6056 * os.texi (Processor Run Time):
6057 * tips.texi (Key Binding Conventions, Programming Tips)
6058 (Warning Tips, Documentation Tips, Comment Tips):
6059 * internals.texi (Memory Usage): Improve indexing.
6060
6061 * variables.texi (Frame-Local Variables):
6062 * functions.texi (Argument List):
6063 * loading.texi (Library Search):
6064 * streams.texi (Output Variables):
6065 * keymaps.texi (Translation Keymaps, Searching Keymaps):
6066 * searching.texi (Replacing Match, Search and Replace):
6067 * processes.texi (Byte Packing, Decoding Output)
6068 (Accepting Output, Network Servers, Shell Arguments):
6069 * display.texi (Abstract Display, Image Cache, Scroll Bars):
6070 * windows.texi (Window Point, Window Start):
6071 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
6072 * commands.texi (Reading Input, Keyboard Events):
6073 * minibuf.texi (Reading File Names, Minibuffer Completion)
6074 (Recursive Mini):
6075 * positions.texi (List Motion):
6076 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
6077 * numbers.texi (Arithmetic Operations, Math Functions)
6078 (Predicates on Numbers, Comparison of Numbers):
6079 (Numeric Conversions):
6080 * locals.texi (Standard Buffer-Local Variables):
6081 * maps.texi (Standard Keymaps):
6082 * os.texi (User Identification, System Environment, Recording Input)
6083 (X11 Keysyms):
6084 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
6085 * backups.texi (Backups and Auto-Saving):
6086 * customize.texi (Customization, Group Definitions)
6087 (Variable Definitions):
6088 * compile.texi (Byte Compilation): Improve index entries.
6089
60902007-03-31 Karl Berry <karl@gnu.org>
6091
6092 * macros.texi (Defining Macros): Avoid widow syllable.
6093
60942007-03-31 Eli Zaretskii <eliz@gnu.org>
6095
6096 * elisp.texi (Top): Postscript -> PostScript.
6097
6098 * display.texi (Images, Postscript Images): Postscript -> PostScript.
6099
61002007-03-31 Markus Triska <markus.triska@gmx.at>
6101
6102 * internals.texi (Writing Emacs Primitives): Untabify `For'.
6103
61042007-03-30 Karl Berry <karl@gnu.org>
6105
6106 * lists.texi (List-related Predicates): Remove spurious @need.
6107 (Setcdr): Use @smallexample to improve page break.
6108 (Association Lists) <assoc>: Reword to improve page break.
6109
6110 * strings.texi (String Conversion): Insert blank line to improve
6111 page break.
6112
6113 * numbers.texi (Random Numbers): Use @minus{}.
6114 (Math Functions): Use @minus{}.
6115
6116 * intro.texi (Acknowledgements): Avoid line breaks before middle
6117 initials.
6118
61192007-03-24 Eli Zaretskii <eliz@gnu.org>
6120
6121 * errors.texi (Standard Errors): Add an index entry.
6122
61232007-03-19 Richard Stallman <rms@gnu.org>
6124
6125 * os.texi (Recording Input): recent-keys now gives 300 keys.
6126
61272007-03-12 Glenn Morris <rgm@gnu.org>
6128
6129 * os.texi: Replace "daylight savings" with "daylight saving"
6130 throughout.
6131
61322007-03-05 Richard Stallman <rms@gnu.org>
6133
5dcb4c4e
SM
6134 * variables.texi (File Local Variables):
6135 Update enable-local-variables values.
b8d4c8d0
GM
6136
61372007-03-04 Richard Stallman <rms@gnu.org>
6138
6139 * syntax.texi (Control Parsing): Minor clarification.
6140
6141 * strings.texi (Formatting Strings): Clarify width, precision, flags.
6142
6143 * sequences.texi (Sequence Functions): Move string-bytes away,
6144 add xref.
6145
6146 * nonascii.texi (Text Representations): Move string-bytes here.
6147
6148 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
6149
6150 * minibuf.texi (Basic Completion): Minor clarification.
6151
6152 * markers.texi (The Mark): Clarify existence vs activation of mark.
6153 Other cleanup.
6154
6155 * display.texi (Finding Overlays): Write better example.
6156
6157 * compile.texi (Eval During Compile): Clarify putting macros
6158 in eval-when-compile.
6159
c5602427 61602007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
6161
6162 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 6163 load-read-function definition doc.
b8d4c8d0
GM
6164
61652007-02-21 Kim F. Storm <storm@cua.dk>
6166
6167 * strings.texi (Text Comparison): Mention that assoc-string
6168 converts symbols to strings before testing.
6169
61702007-02-17 Kim F. Storm <storm@cua.dk>
6171
6172 * processes.texi (Bindat Spec): Vector types can have optional
6173 element type.
6174 (Bindat Examples): Fix example. Add vector with element type.
6175
61762007-02-16 Andreas Schwab <schwab@suse.de>
6177
6178 * strings.texi (Formatting Strings): Document '+' flag.
6179
61802007-02-15 Juanma Barranquero <lekktu@gmail.com>
6181
6182 * strings.texi (Modifying Strings): Clarify that `clear-string'
6183 always converts the string to unibyte.
6184
61852007-02-14 Kim F. Storm <storm@cua.dk>
6186
6187 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
6188 Rewrite glyph code description to refer to these functions.
6189 Remove details of encoding face number and char into integer code.
6190
61912007-02-03 Alan Mackenzie <acm@muc.de>
6192
6193 * loading.texi (Hooks for Loading): Make the description of
6194 `eval-after-load' more detailed, and amend the description of
6195 after-load-alist, in accordance with changes from 2006-05.
6196
61972007-02-03 Chong Yidong <cyd@stupidchicken.com>
6198
6199 * modes.texi (Defining Minor Modes): Document that a :require
6200 keyword or similar may be required to make saved customization
6201 variables work.
6202
62032007-02-03 Eli Zaretskii <eliz@gnu.org>
6204
6205 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
6206 Texinfo guidelines and with what texnfo-upd.el expects.
6207 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
6208 parts needed by `texinfo-multiple-files-update'.
6209
62102007-02-02 Eli Zaretskii <eliz@gnu.org>
6211
6212 * elisp.texi (Top): Update the top-level menus.
6213
6214 * syntax.texi (Categories): Add index entries.
6215
62162007-02-01 Juanma Barranquero <lekktu@gmail.com>
6217
6218 * display.texi (Attribute Functions): Fix name and description of
6219 the UNDERLINE arg of `set-face-underline-p'.
6220
62212007-01-29 Eli Zaretskii <eliz@gnu.org>
6222
6223 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
6224 Variables", and "Standard Keymaps" to the detailed menu.
6225
6226 * variables.texi (Future Local Variables): Add index entry.
6227
62282007-01-28 Richard Stallman <rms@gnu.org>
6229
6230 * tips.texi (Coding Conventions): Clarify the tip about macros
6231 that define a function or a variable.
6232
6233 * files.texi (File Attributes): UID and GID can be floats.
6234 (Magic File Names): Explain why deferring all operations to
6235 the standard handler does not work.
6236
62372007-01-23 Martin Rudalics <rudalics@gmx.at>
6238
6239 * backups.texi (Reverting): Use "buffer" instead of "file"
6240 when talking about major and minor modes.
6241
62422007-01-21 Richard Stallman <rms@gnu.org>
6243
6244 * help.texi (Documentation): Add xref to Documentation Tips.
6245
62462007-01-14 Juanma Barranquero <lekktu@gmail.com>
6247
6248 * tips.texi (Coding Conventions): Fix typos.
6249
62502007-01-05 Richard Stallman <rms@gnu.org>
6251
6252 * modes.texi (Defining Minor Modes): Fix previous change.
6253
62542007-01-03 Richard Stallman <rms@gnu.org>
6255
6256 * customize.texi (Variable Definitions, Customization Types):
6257 Don't use * in doc string for defcustom.
6258
62592007-01-02 Richard Stallman <rms@gnu.org>
6260
6261 * variables.texi (Variable Aliases): Clarify that aliases vars
6262 always have the same value.
6263
6264 * processes.texi (Bindat Spec): Fix Texinfo usage.
6265
6266 * modes.texi (Defining Minor Modes): Explain effect of command
6267 defined with define-global-minor-mode on new buffers.
6268
62692006-12-30 Kim F. Storm <storm@cua.dk>
6270
6271 * keymaps.texi (Tool Bar): Describe `grow-only' value of
6272 `auto-resize-tool-bars'.
6273
62742006-12-30 Richard Stallman <rms@gnu.org>
6275
6276 * keymaps.texi (Active Keymaps): Fix previous change.
6277
62782006-12-30 Nick Roberts <nickrob@snap.net.nz>
6279
6280 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
6281
62822006-12-30 Kim F. Storm <storm@cua.dk>
6283
6284 * processes.texi (Bindat Spec): Clarify using field names in
6285 length specifications.
6286
62872006-12-29 Kim F. Storm <storm@cua.dk>
6288
6289 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
6290 Add count and index variables for eval forms in repeat blocks.
6291
62922006-12-24 Richard Stallman <rms@gnu.org>
6293
5dcb4c4e
SM
6294 * customize.texi (Variable Definitions):
6295 Document new name custom-add-frequent-value.
b8d4c8d0
GM
6296
62972006-12-19 Kim F. Storm <storm@cua.dk>
6298
6299 * commands.texi (Misc Events): User signals now result in sigusr1
6300 and sigusr2 events which are handled through special-event-map.
6301 (Special Events): User signals and drag-n-drop are special.
6302
63032006-12-17 Richard Stallman <rms@gnu.org>
6304
6305 * loading.texi (Named Features): Explain subfeatures better.
6306
6307 * customize.texi: Use "option" only for user options.
6308 For the keyword values inside defcustom etc, say "keywords".
6309 For :options value's elements, say "elements".
6310 :group should not be omitted.
6311
6312 * syntax.texi (Parsing Expressions): Split up node.
6313 (Motion via Parsing, Position Parse, Parser State)
6314 (Low-Level Parsing, Control Parsing): New subnodes.
6315 (Parser State): Document syntax-ppss-toplevel-pos.
6316
6317 * positions.texi (List Motion): Punctuation fix.
6318
6319 * files.texi (File Name Completion): Document PREDICATE arg
6320 to file-name-completion.
6321
63222006-12-16 Eli Zaretskii <eliz@gnu.org>
6323
6324 * internals.texi (Building Emacs, Writing Emacs Primitives):
6325 Add index entries.
6326
63272006-12-11 Richard Stallman <rms@gnu.org>
6328
6329 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
6330 affects face menu. Explain how to make it non-nil without enabling
6331 any fontification.
6332
63332006-12-10 Chong Yidong <cyd@stupidchicken.com>
6334
6335 * modes.texi (Font Lock Basics): Document nil value of
6336 font-lock-defaults.
6337
63382006-12-10 Glenn Morris <rgm@gnu.org>
6339
6340 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
6341 value for system-flag argument. Abbrev tables may not be empty
6342 when major modes are loaded.
6343
63442006-12-08 Juanma Barranquero <lekktu@gmail.com>
6345
6346 * makefile.w32-in (maintainer-clean): Partially revert last
6347 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
6348 to protect elisp-covers.texi.
6349
63502006-12-07 Juanma Barranquero <lekktu@gmail.com>
6351
6352 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
6353 Don't remove elisp* info files; they are already deleted by the
6354 `clean' and `distclean' targets, and they are in the $(infodir)
6355 directory, not the current one.
6356
63572006-12-04 Kim F. Storm <storm@cua.dk>
6358
6359 * commands.texi (Misc Events): Update signal events.
6360 (Event Examples): Add signal example.
6361
63622006-11-29 Richard Stallman <rms@gnu.org>
6363
6364 * frames.texi (Visibility of Frames): Explain visible windows
6365 can be covered by others. Add xref for raise-frame.
6366
63672006-11-28 Richard Stallman <rms@gnu.org>
6368
6369 * searching.texi (Regexp Special): Update when ^ is special.
6370
63712006-11-27 Eli Zaretskii <eliz@gnu.org>
6372
6373 * customize.texi (Customization, Common Keywords)
6374 (Group Definitions, Variable Definitions, Composite Types)
6375 (Type Keywords, Customization Types): Add index entries for
6376 various customization keywords.
6377
63782006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
6381
c8763fb6 63822006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6383
6384 * frames.texi (Window System Selections): Remove clipboard from
6385 description of selection-coding-system.
6386
63872006-11-06 Richard Stallman <rms@gnu.org>
6388
6389 * lists.texi (List Variables): Document COMPARE-FN.
6390
6391 * keymaps.texi: Avoid use of "binding" to mean a relation;
6392 use it only to refer to the meaning associated with a key.
6393 (Keymaps): Change menu node description.
6394
6395 * elisp.texi (Top): Change menu node description.
6396
6397 * display.texi (Managing Overlays): Document overlay-recenter.
6398
63992006-10-29 Chong Yidong <cyd@stupidchicken.com>
6400
6401 * Makefile.in: Use relative paths to avoid advertising filesystem
6402 contents during compilation.
6403
64042006-10-23 Kim F. Storm <storm@cua.dk>
6405
6406 * commands.texi (Event Input Misc): Update unread-command-events.
6407
64082006-10-23 Nick Roberts <nickrob@snap.net.nz>
6409
6410 * lists.texi (Sets And Lists): Fix typos.
6411
64122006-10-18 Juanma Barranquero <lekktu@gmail.com>
6413
6414 * control.texi (Processing of Errors): Use @var for an argument,
6415 not @code.
6416
64172006-10-16 Richard Stallman <rms@gnu.org>
6418
6419 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6420
6421 * keymaps.texi (Format of Keymaps): Show all the keymap element
6422 patterns that result from menu items.
6423 (Key Lookup): Minor cleanups.
6424
6425 * modes.texi (Precalculated Fontification): Don't say that
6426 not setting font-lock-defaults avoids loading font-lock.
6427
6428 * help.texi (Documentation): Move xref to Emacs Manual here.
6429 (Documentation Basics): From here.
6430 Also doc emacs-lisp-docstring-fill-column.
6431
6432 * elisp.texi: Update version and ISBN.
6433
6434 * commands.texi (Interactive Call): Clarify KEYS arg to
6435 call-interactively is a vector.
6436 (Command Loop Info): Delete anchor in this-command-keys.
6437 Add anchor in this-command-keys-vector.
6438 (Recursive Editing): Document how recursive-edit
6439 handles the current buffer.
6440
64412006-10-13 Chong Yidong <cyd@stupidchicken.com>
6442
6443 * frames.texi (Frame Titles): %c and %l are ignored in
6444 frame-title-format.
6445
64462006-10-11 Richard Stallman <rms@gnu.org>
6447
6448 * keymaps.texi (Key Sequences): Clarify use of kbd.
6449
64502006-10-10 Kim F. Storm <storm@cua.dk>
6451
6452 * lists.texi (Sets And Lists): Add memql.
6453
64542006-10-03 Richard Stallman <rms@gnu.org>
6455
6456 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6457 Clarify :ascii: and :nonascii:.
6458
64592006-09-29 Juri Linkov <juri@jurta.org>
6460
6461 * modes.texi (%-Constructs): Reorder coding systems in the
6462 documentation of %z to the real order displayed in the modeline.
6463
64642006-09-25 Richard Stallman <rms@gnu.org>
6465
6466 * os.texi (Timers): Describe timer-max-repeats.
6467
64682006-09-25 Chong Yidong <cyd@stupidchicken.com>
6469
6470 * os.texi (Timers): Mention with-local-quit.
6471
64722006-09-24 Richard Stallman <rms@gnu.org>
6473
6474 * searching.texi (Searching and Matching): Mention property search.
6475
6476 * commands.texi (Command Loop Info): Explain how read-event affects
6477 this-command-keys.
6478
64792006-09-20 Richard Stallman <rms@gnu.org>
6480
6481 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6482
6483 * windows.texi (Window Start): Minor cleanups.
6484
64852006-09-20 Kim F. Storm <storm@cua.dk>
6486
6487 * windows.texi (Window Start): pos-visible-in-window-p allows
6488 specifying t for position to mean "end of window".
6489 Add window-line-height.
6490
6491 * anti.texi (Antinews): Mention window-line-height.
6492
64932006-09-19 David Kastrup <dak@gnu.org>
6494
6495 * keymaps.texi (Searching Keymaps): Small clarification.
6496
64972006-09-18 Richard Stallman <rms@gnu.org>
6498
6499 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
6500 cause keyboard menus.
6501 (Menu Keymaps): Likewise.
6502 (Defining Menus, Keyboard Menus): Clarify.
6503
6504 * text.texi (Fields): Clarify explanation of constrain-to-field.
6505
65062006-09-16 Eli Zaretskii <eliz@gnu.org>
6507
6508 * variables.texi (Tips for Defining): Fix a typo.
6509
65102006-09-15 Richard Stallman <rms@gnu.org>
6511
6512 * keymaps.texi (Remapping Commands, Searching Keymaps)
6513 (Active Keymaps): Clean up previous change.
6514
65152006-09-15 Jay Belanger <belanger@truman.edu>
6516
6517 * gpl.texi: Replace "Library Public License" by "Lesser Public
6518 License" throughout.
6519
65202006-09-15 David Kastrup <dak@gnu.org>
6521
6522 * keymaps.texi (Active Keymaps): Adapt description to use
6523 `get-char-property' instead `get-text-property'. Explain how
6524 mouse events change this. Explain the new optional argument of
6525 `key-binding' and its mouse-dependent lookup.
6526 (Searching Keymaps): Adapt description similarly.
6527 (Remapping Commands): Explain the new optional argument of
6528 `command-remapping'.
6529
65302006-09-14 Richard Stallman <rms@gnu.org>
6531
6532 * keymaps.texi (Searching Keymaps): Clarification.
6533 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
6534
65352006-09-13 Richard Stallman <rms@gnu.org>
6536
6537 * objects.texi (Character Type): Node split.
6538 Add xref to Describing Characters.
6539 (Basic Char Syntax, General Escape Syntax)
6540 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
6541
65422006-09-11 Richard Stallman <rms@gnu.org>
6543
6544 * display.texi (Display Table Format): Wording clarification.
6545 (Glyphs): Clarifications.
6546
65472006-09-10 Chong Yidong <cyd@stupidchicken.com>
6548
6549 * keymaps.texi (Active Keymaps): Mention that key-binding checks
6550 local maps.
6551
65522006-09-10 Kim F. Storm <storm@cua.dk>
6553
6554 * display.texi (Forcing Redisplay): Document return value of
6555 function redisplay.
6556
65572006-09-09 Richard Stallman <rms@gnu.org>
6558
6559 * windows.texi (Window Hooks): Explain limits of
6560 window-scroll-functions.
6561
6562 * display.texi (Fringe Indicators): Update for last change in
6563 indicate-buffer-boundaries.
6564
65652006-09-08 Richard Stallman <rms@gnu.org>
6566
6567 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
6568
65692006-09-06 Kim F. Storm <storm@cua.dk>
6570
6571 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
6572
6573 * windows.texi (Window Start): Update pos-visible-in-window-p.
6574
65752006-09-04 Richard Stallman <rms@gnu.org>
6576
6577 * processes.texi (Accepting Output): Explain SECONDS=0 for
6578 accept-process-output.
6579
6580 * os.texi (Idle Timers): Explain why timer functions should not
6581 loop until (input-pending-p).
6582
65832006-09-02 Eli Zaretskii <eliz@gnu.org>
6584
6585 * makefile.w32-in (usermanualdir): New variable.
6586 (elisp.dvi): Use it.
6587
65882006-09-01 Eli Zaretskii <eliz@gnu.org>
6589
6590 * buffers.texi (Buffer Modification): Fix last change.
6591
65922006-09-01 Chong Yidong <cyd@stupidchicken.com>
6593
5dcb4c4e
SM
6594 * buffers.texi (Buffer Modification):
6595 Document buffer-chars-modified-tick.
b8d4c8d0
GM
6596
65972006-08-31 Richard Stallman <rms@gnu.org>
6598
6599 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
6600
66012006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
6602
6603 * modes.texi (Syntactic Font Lock):
6604 Mention font-lock-syntactic-face-function
6605 instead of specific faces.
6606
66072006-08-29 Chong Yidong <cyd@stupidchicken.com>
6608
6609 * display.texi (Images): Add xrref to display-images-p.
6610
66112006-08-28 Kenichi Handa <handa@m17n.org>
6612
6613 * nonascii.texi (Lisp and Coding Systems): Fix description of
6614 detect-coding-region.
6615
66162006-08-27 Michael Olson <mwolson@gnu.org>
6617
6618 * processes.texi (Transaction Queues): Remove stray quote
6619 character.
6620
66212006-08-25 Richard Stallman <rms@gnu.org>
6622
6623 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
6624 Add xref.
6625
66262006-08-24 Chong Yidong <cyd@stupidchicken.com>
6627
6628 * os.texi (Timers): Avoid waiting inside timers.
6629
66302006-08-21 Lute Kamstra <lute@gnu.org>
6631
6632 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
6633
66342006-08-20 Richard Stallman <rms@gnu.org>
6635
6636 * os.texi (Idle Timers): New node, split out from Timers.
6637 Document current-idle-time.
6638 * commands.texi (Reading One Event): Update xref.
6639 * elisp.texi (Top): Update subnode menu.
6640
66412006-08-16 Richard Stallman <rms@gnu.org>
6642
6643 * keymaps.texi (Extended Menu Items): Show format of cached
6644 bindings in extended menu items.
6645
6646 * customize.texi (Variable Definitions): Explain when the
6647 standard value expression is evaluated.
6648
66492006-08-15 Chong Yidong <cyd@stupidchicken.com>
6650
6651 * commands.texi (Reading One Event): Explain idleness in
6652 `read-event'.
6653
66542006-08-12 Chong Yidong <cyd@stupidchicken.com>
6655
6656 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 6657 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
6658 relevant for Lisp programming.
6659 (Yank Commands): Rewrite introduction.
6660 (Undo): Clarify.
6661 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
6662 (Filling): Remove redundant comment. Clarify return value of
6663 current-justification.
6664 (Margins): Minor clarifications.
6665 (Adaptive Fill): Update default value of adaptive-fill-regexp.
6666 (Sorting): Update definition of sort-lines.
6667 (Columns): Clarify behavior of sort-columns.
6668 (Indent Tabs): Link to Tab Stops in Emacs manual.
6669 (Special Properties): Clarify.
6670 (Clickable Text): Mention Buttons package.
6671
66722006-08-12 Kevin Ryde <user42@zip.com.au>
6673
6674 * os.texi (Time Parsing): Add %z to description of
6675 format-time-string, as per docstring. Add cross reference to
6676 glibc manual for strftime.
6677
66782006-08-08 Richard Stallman <rms@gnu.org>
6679
6680 * modes.texi: Clean up wording in previous change.
6681
66822006-08-07 Chong Yidong <cyd@stupidchicken.com>
6683
6684 * modes.texi (Hooks): Clarify.
6685 (Major Mode Basics): Mention define-derived-mode explicitly.
6686 (Major Mode Conventions): Rebinding RET is OK for some modes.
6687 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 6688 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
6689 (Mode Line Basics): Clarify.
6690 (Mode Line Data): Mention help-echo and local-map in strings.
6691 Explain reason for treatment of non-risky variables.
6692 (Properties in Mode): Clarify.
6693 (Faces for Font Lock): Add font-lock-negation-char-face.
6694
66952006-08-04 Eli Zaretskii <eliz@gnu.org>
6696
6697 * strings.texi (Formatting Strings): Warn against arbitrary
6698 strings as first arg to `format'.
6699
67002006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
6701
6702 * text.texi (Clickable Text): Mention `help-echo' text property.
6703 Update intro, examples and associated explanations.
6704
67052006-07-31 Richard Stallman <rms@gnu.org>
6706
6707 * commands.texi: Update xrefs.
6708 (Event Mod): New node, cut out from old Translating Input.
6709
6710 * maps.texi: Update xrefs.
6711
6712 * keymaps.texi (Translation Keymaps): New node.
6713 Update xrefs from Translating Input to Translation Keymaps.
6714
6715 * elisp.texi (Top): Update subnode menu.
6716
6717 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
6718
6719 * os.texi (System Interface): Fix menu descriptions of some nodes.
6720 (Translating Input): Node deleted.
6721
67222006-07-31 Nick Roberts <nickrob@snap.net.nz>
6723
6724 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
6725
6726 * lists.texi (Sets And Lists): Likewise.
6727
67282006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
6729
6730 * text.texi (Fields): Mention POS
6731 requirement when narrowing is in effect.
6732
67332006-07-28 Richard Stallman <rms@gnu.org>
6734
6735 * display.texi (Face Attributes): Simplify wording.
6736 (Attribute Functions): Clarify meaning of new-frame default
6737 attribute settings.
6738
6739 * customize.texi (Common Keywords): Document how to use
6740 :package-version in a package not in Emacs.
6741
67422006-07-28 Kim F. Storm <storm@cua.dk>
6743
6744 * commands.texi (Reading One Event): Fix last change.
6745
67462006-07-26 Chong Yidong <cyd@stupidchicken.com>
6747
6748 * commands.texi (Reading One Event): Document SECONDS argument for
6749 read-event, read-char, and read-char-exclusive.
6750
67512006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6752
6753 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
6754 to ensure correct identification.
6755
67562006-07-24 Richard Stallman <rms@gnu.org>
6757
6758 * text.texi (Clickable Text): Clarify.
6759
6760 * sequences.texi (Vector Functions): Delete duplicate xref.
6761
6762 * objects.texi (Function Type): Clarify.
6763
6764 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
6765 modes.
6766
6767 * lists.texi (List Variables): New node.
6768 Material moved from other nodes.
6769
6770 * variables.texi (Setting Variables): add-to-list and
6771 add-to-ordered-list moved to List Variables node.
6772
67732006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
6774
6775 * text.texi (Links and Mouse-1):
6776 For mouse-on-link-p, expand on arg POS.
6777
67782006-07-21 Kim F. Storm <storm@cua.dk>
6779
6780 * display.texi (Forcing Redisplay): Don't mention systems which
6781 don't support sub-second timers for redisplay-preemption-period.
6782
6783 * os.texi (Terminal Output): Clarify text vs graphical terminal.
6784
67852006-07-21 Eli Zaretskii <eliz@gnu.org>
6786
6787 * frames.texi (Input Focus): Document that focus-follows-mouse has
6788 no effect on MS-Windows.
6789
67902006-07-18 Richard Stallman <rms@gnu.org>
6791
6792 * display.texi (Forcing Redisplay): Cleanups in previous change.
6793
6794 * processes.texi (Low-Level Network): Make menu more convenient.
6795
67962006-07-18 Kim F. Storm <storm@cua.dk>
6797
6798 * display.texi (Forcing Redisplay): redisplay-preemption-period
6799 only used on window systems. Add xref to Terminal Output.
6800
6801 * os.texi (Terminal Output): baud-rate only controls preemption on
6802 non-window systems. Add xref to Forcing Redisplay.
6803
6804 * processes.texi (Low-Level Network): Rename node "Make Network"
6805 to "Network Processes".
6806
68072006-07-18 Karl Berry <karl@gnu.org>
6808
6809 * variables.texi, functions.texi, customize.texi, loading.texi:
6810 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
6811
68122006-07-17 Chong Yidong <cyd@stupidchicken.com>
6813
6814 * commands.texi (Waiting): Document batch-mode sit-for behavior.
6815
68162006-07-17 Richard Stallman <rms@gnu.org>
6817
6818 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
6819 Put period and comma inside quotes.
6820
6821 * loading.texi, markers.texi: Use real doublequote inside menus.
6822
6823 * windows.texi: Put point and comma inside quotes.
6824 (Textual Scrolling): Use @samp for error message.
6825
6826 * variables.texi, tips.texi, syntax.texi, symbols.texi:
6827 * strings.texi, streams.texi, processes.texi, os.texi:
6828 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
6829 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
6830 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
6831 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
6832 Put point and comma inside quotes.
6833
6834 * control.texi (Processing of Errors): Add command-error-function.
6835
6836 * variables.texi (File Local Variables): Clarify that
6837 file local variables make buffer-local bindings.
6838
6839 * modes.texi (Syntactic Font Lock): Give default for
6840 font-lock-syntax-table.
6841
68422006-07-17 Nick Roberts <nickrob@snap.net.nz>
6843
6844 * text.texi (Special Properties): Clean up previous change.
6845
68462006-07-16 Karl Berry <karl@gnu.org>
6847
6848 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
6849 * control.texi: Fix bad page breaks through chapter 10 (control).
6850
6851 * anti.texi (Antinews): Reorder face-attribute fns to avoid
6852 underfull hbox.
6853
68542006-07-15 Nick Roberts <nickrob@snap.net.nz>
6855
6856 * text.texi (Special Properties): Describe fontified text property
6857 in relation to a character (not text).
6858
68592006-07-15 Kim F. Storm <storm@cua.dk>
6860
6861 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
6862 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
6863 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
6864
6865 * anti.texi (Antinews): Mention redisplay function.
6866 The kbd macro existed, but was not documented, before 22.x.
6867 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
6868
68692006-07-14 Nick Roberts <nickrob@snap.net.nz>
6870
6871 * display.texi (Displaying Messages): Add anchor.
6872
6873 * frames.texi (Dialog Boxes): Use it.
6874
68752006-07-12 Richard Stallman <rms@gnu.org>
6876
6877 * objects.texi (Frame Type): Explain nature of frames better.
6878
6879 * frames.texi (Frames): Explain nature of frames better.
6880
68812006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
6882
6883 * tips.texi (Coding Conventions): Explain why use cl at compile time.
6884
68852006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6886
6887 * frames.texi (Window System Selections): Mention scrap support for Mac.
6888 Default value of x-select-enable-clipboard is t on Mac.
6889
6890 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
6891
68922006-07-11 Kim F. Storm <storm@cua.dk>
6893
6894 * display.texi (Forcing Redisplay): Add `redisplay' function.
6895 Don't mention (sit-for -1) -- use (redisplay t) instead.
6896
6897 * commands.texi (Waiting): (sit-for -1) is no longer special.
6898 (sit-for 0) is equivalent to (redisplay).
6899 Iconifying/deiconifying no longer makes sit-for return.
6900
69012006-07-10 Nick Roberts <nickrob@snap.net.nz>
6902
6903 * display.texi (Buttons): Fix typo.
6904
6905 * index.texi, elisp.texi (New Symbols): Comment node out.
6906
69072006-07-09 Richard Stallman <rms@gnu.org>
6908
6909 * display.texi (Truncation): Clean up previous change.
6910
69112006-07-08 Richard Stallman <rms@gnu.org>
6912
6913 * commands.texi (Interactive Call): Use 3 as prefix in example
6914 for execute-extended-command.
6915
6916 * display.texi (Attribute Functions): Move paragraph about
6917 compatibility with Emacs < 21.
6918
69192006-07-09 Kim F. Storm <storm@cua.dk>
6920
6921 * display.texi (Refresh Screen): Clarify force-window-update.
6922 (Truncation): "Normally" indicated by fringe arrows.
6923
69242006-07-08 Eli Zaretskii <eliz@gnu.org>
6925
6926 * windows.texi (Textual Scrolling, Resizing Windows):
6927 * variables.texi (Constant Variables):
6928 * text.texi (Buffer Contents, Deletion, Changing Properties)
6929 (Property Search, Special Properties, Sticky Properties)
6930 (Links and Mouse-1, Fields, Change Hooks):
6931 * syntax.texi (Syntax Table Functions, Parsing Expressions)
6932 (Categories):
6933 * symbols.texi (Other Plists):
6934 * streams.texi (Output Variables):
6935 * processes.texi (Input to Processes, Query Before Exit):
6936 * positions.texi (Word Motion, Text Lines, List Motion):
6937 * os.texi (Init File, System Environment, Sound Output)
6938 (Session Management):
6939 * nonascii.texi (Text Representations, Character Sets)
6940 (Chars and Bytes, Locales):
6941 * modes.texi (Defining Minor Modes, Header Lines):
6942 * minibuf.texi (Minibuffer Contents):
6943 * markers.texi (Information from Markers):
6944 * lists.texi (List Elements, Building Lists, Association Lists):
6945 * keymaps.texi (Tool Bar):
6946 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
6947 * functions.texi (What Is a Function, Mapping Functions):
6948 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
6949 (Color Names, Text Terminal Colors, Display Feature Testing):
6950 * files.texi (Visiting Functions, File Name Components)
6951 (Unique File Names, Contents of Directories):
6952 * display.texi (Forcing Redisplay, Displaying Messages)
6953 (Temporary Displays, Font Selection, Auto Faces)
6954 (Font Lookup, Fringe Indicators, Display Margins)
6955 (Image Descriptors, Showing Images, Image Cache, Button Types)
6956 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
6957 (Display Table Format, Glyphs):
6958 * control.texi (Iteration):
6959 * commands.texi (Command Loop Info, Adjusting Point):
6960 * backups.texi (Making Backups, Auto-Saving):
6961 Remove @tindex entries.
6962
69632006-07-07 Kim F. Storm <storm@cua.dk>
6964
6965 * display.texi (Fringe Cursors): Fix typo.
6966 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
6967 (Overlay Arrow): Default is overlay-arrow fringe indicator.
6968
69692006-07-05 Richard Stallman <rms@gnu.org>
6970
6971 * text.texi (Buffer Contents): Add example of text props
6972 in result of buffer-substring.
6973 (Text Properties): Explain better about use of specific property names.
6974 (Property Search): Some cleanups; reorder some functions.
6975
6976 * keymaps.texi (Changing Key Bindings): Cleanup.
6977 Add xref to Key Binding Conventions.
6978
6979 * display.texi (Attribute Functions): Add examples for
6980 face-attribute-relative-p.
6981
6982 * tips.texi (Coding Conventions): Cleanup last change.
6983
69842006-07-05 Karl Berry <karl@gnu.org>
6985
6986 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
6987 Remove @setchapternewpage odd.
6988 Result is 1013 pages, down from 1100.
6989
6990 * anti.texi, customize.texi, display.texi, internals.texi:
6991 * minibuf.texi, modes.texi, tips.texi:
6992 Fix overfull/underfull boxes.
6993
69942006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6995
6996 * edebug.texi (Instrumenting):
6997 Add Edebug-specific findex for eval-buffer.
6998 * loading.texi (Loading):
6999 Replace eval-current-buffer with eval-buffer.
7000
70012006-06-30 Nick Roberts <nickrob@snap.net.nz>
7002
7003 * locals.texi (Standard Buffer-Local Variables): Update the list
7004 of variables.
7005
70062006-06-26 Nick Roberts <nickrob@snap.net.nz>
7007
7008 * files.texi (File Name Completion): Point user to the node
7009 "Reading File Names".
7010
70112006-06-24 Eli Zaretskii <eliz@gnu.org>
7012
7013 * files.texi (Contents of Directories): Document case-insensitive
7014 behavior on respective filesystems.
7015
7016 * objects.texi (Character Type): Document that Emacs signals an
7017 error for unsupported Unicode characters specified as \uNNNN.
7018
70192006-06-19 Richard Stallman <rms@gnu.org>
7020
7021 * processes.texi (Bindat Spec): Clarify previous change.
7022
70232006-06-16 Richard Stallman <rms@gnu.org>
7024
7025 * tips.texi (Coding Conventions): Better explain conventions
7026 for definition constructs.
7027
7028 * text.texi (Special Properties): String value of `read-only'
7029 serves as the error message.
7030
7031 * objects.texi (Character Type): Clarify prev. change.
7032 (Non-ASCII in Strings): Mention \u and \U.
7033
7034 * commands.texi (Using Interactive): Explain problem of
7035 markers, etc., in command-history.
7036
70372006-06-14 Kim F. Storm <storm@cua.dk>
7038
7039 * commands.texi (Waiting): Negative arg to sit-for forces
7040 redisplay even if input is pending.
7041
7042 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
7043 redisplay. Remove incorrect example of binding redisplay-dont-pause
7044 around (sit-for 0).
7045
70462006-06-13 Richard Stallman <rms@gnu.org>
7047
7048 * display.texi (Forcing Redisplay): Clarify previous change.
7049
70502006-06-13 Romain Francoise <romain@orebokech.com>
7051
7052 * display.texi (Forcing Redisplay): Fix typo.
7053
70542006-06-13 Kim F. Storm <storm@cua.dk>
7055
7056 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
7057
70582006-06-10 Luc Teirlinck <teirllm@auburn.edu>
7059
7060 * tips.texi (Coding Conventions): Add `@end itemize'.
7061
70622006-06-10 Richard Stallman <rms@gnu.org>
7063
7064 * tips.texi (Coding Conventions): Explain use of coding systems
7065 to ensure one decoding for strings.
7066
70672006-06-09 Aidan Kehoe <kehoea@parhasard.net>
7068
7069 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7070 syntax.
7071
70722006-06-07 Eli Zaretskii <eliz@gnu.org>
7073
7074 * display.texi (Font Selection): Remove description of
7075 clear-face-cache.
7076
7077 * compile.texi (Eval During Compile): Fix a typo. Add index
7078 entries for possible uses of eval-when-compile.
7079
70802006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
7081
7082 * display.texi (Abstract Display): Fix typo.
7083
70842006-06-03 Eli Zaretskii <eliz@gnu.org>
7085
7086 * minibuf.texi (Minibuffer History) <history-add-new-input>:
7087 Reword variable's description.
7088
70892006-06-01 Richard Stallman <rms@gnu.org>
7090
7091 * windows.texi (Splitting Windows): Clarify splitting nonselected
7092 window.
7093
70942006-05-31 Juri Linkov <juri@jurta.org>
7095
7096 * minibuf.texi (Minibuffer History): Add history-add-new-input.
7097
70982006-05-30 Richard Stallman <rms@gnu.org>
7099
7100 * display.texi (Line Height): Fix errors in description of
10d1d0af 7101 default line height and line-height property.
b8d4c8d0
GM
7102
7103 * nonascii.texi (Default Coding Systems): Further clarification.
7104
71052006-05-29 Luc Teirlinck <teirllm@auburn.edu>
7106
7107 * internals.texi (Pure Storage): Mention that an overflow in pure
7108 space causes a memory leak.
7109 (Garbage Collection): If there was an overflow in pure space,
7110 `garbage-collect' returns nil.
7111
71122006-05-30 Eli Zaretskii <eliz@gnu.org>
7113
7114 * nonascii.texi (Default Coding Systems): Fix it some more.
7115
71162006-05-29 Eli Zaretskii <eliz@gnu.org>
7117
7118 * nonascii.texi (Default Coding Systems): Fix last change.
7119
71202006-05-29 Kenichi Handa <handa@m17n.org>
7121
7122 * nonascii.texi (find-operation-coding-system): Describe the new
7123 argument format (FILENAME . BUFFER).
7124
71252006-05-28 Richard Stallman <rms@gnu.org>
7126
7127 * tips.texi (Coding Conventions): Better explain reasons not to
7128 advise other packages or use `eval-after-load'.
7129
71302006-05-29 Kim F. Storm <storm@cua.dk>
7131
7132 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
7133 `bindat-idx' and `bindat-raw' for clarity.
7134
71352006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7136
7137 * processes.texi (Bindat Spec): Expand on `repeat' handler.
7138
7139 * display.texi (Display): Add "Abstract Display" to menu.
7140 (Abstract Display, Abstract Display Functions)
7141 (Abstract Display Example): New nodes.
7142 * elisp.texi (Top): Add "Abstract Display" to menu.
7143
71442006-05-27 Chong Yidong <cyd@stupidchicken.com>
7145
7146 * keymaps.texi (Key Sequences): Link to input events definition.
7147 (Format of Keymaps): Delete material duplicated in Keymap Basics.
7148
7149 * files.texi (Changing Files): Document updated argument list for
7150 copy-file.
7151
71522006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7153
7154 * processes.texi (Bindat Functions): Explain term "total length".
7155 Use it in bindat-length and bindat-pack descriptions.
7156
71572006-05-26 Eli Zaretskii <eliz@gnu.org>
7158
7159 * tips.texi (Coding Conventions): Advise against using
7160 eval-after-load in packages. Add an index entry.
7161
71622006-05-25 Juri Linkov <juri@jurta.org>
7163
7164 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
7165
7166 * modes.texi (%-Constructs): Add %e, %z, %Z.
7167
71682006-05-25 Richard Stallman <rms@gnu.org>
7169
7170 * elisp.texi (Top): Update subnode menu.
7171
7172 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
7173 (Keymaps): Update menu.
7174
71752006-05-25 Chong Yidong <cyd@stupidchicken.com>
7176
7177 * keymaps.texi (Key Sequences): Some clarifications.
7178
71792006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7180
7181 * processes.texi (Bindat Functions): Say "unibyte string"
7182 explicitly for bindat-unpack and bindat-pack descriptions.
7183 (Bindat Examples): Don't call `string-make-unibyte' in example.
7184
71852006-05-25 Chong Yidong <cyd@stupidchicken.com>
7186
5dcb4c4e 7187 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 7188 Explain string and vector representations of key sequences.
b8d4c8d0
GM
7189
7190 * keymaps.texi (Changing Key Bindings):
dd7b651b 7191 * commands.texi (Interactive Codes):
b8d4c8d0
GM
7192 * help.texi (Describing Characters): Refer to it.
7193
71942006-05-23 Luc Teirlinck <teirllm@auburn.edu>
7195
7196 * frames.texi (Pointer Shape): @end table -> @end defvar.
7197
71982006-05-22 Richard Stallman <rms@gnu.org>
7199
7200 * elisp.texi (Top): Update subnode menus.
7201
7202 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
7203 Contents rewritten; material from old Pointer Shape node moved here.
7204
7205 * display.texi (Pointer Shape): Node deleted.
7206 (Image Descriptors): Minor cleanup.
7207
72082006-05-21 Richard Stallman <rms@gnu.org>
7209
7210 * syntax.texi (Parsing Expressions): Update info on which STATE
7211 elements are ignored.
7212
72132006-05-19 Luc Teirlinck <teirllm@auburn.edu>
7214
7215 * hooks.texi (Standard Hooks): Correct typo.
7216
7217 * gpl.texi (GPL): ifinfo -> ifnottex.
7218
72192006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
7220
7221 * searching.texi (Simple Match Data): Warn about match data being
7222 set anew by every search.
7223
72242006-05-17 Richard Stallman <rms@gnu.org>
7225
7226 * minibuf.texi (Minibuffer History): Clarify.
7227
7228 * searching.texi (Regexp Special): Clarify nested regexp warning.
7229
72302006-05-16 Kim F. Storm <storm@cua.dk>
7231
7232 * minibuf.texi (Minibuffer History): Update add-to-history.
7233
72342006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
7235
5dcb4c4e
SM
7236 * nonascii.texi (Explicit Encoding):
7237 Fix typo (encoding<->decoding).
b8d4c8d0
GM
7238
72392006-05-14 Richard Stallman <rms@gnu.org>
7240
7241 * buffers.texi (Creating Buffers): Cleanup.
7242
7243 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
7244
72452006-05-13 Eli Zaretskii <eliz@gnu.org>
7246
7247 * buffers.texi (Current Buffer): Document that with-temp-buffer
7248 disables undo.
7249
7250 * os.texi (Terminal-Specific): More accurate description of how
7251 Emacs searches for the terminal-specific libraries.
7252
72532006-05-12 Eli Zaretskii <eliz@gnu.org>
7254
7255 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
7256 emacs-xtra to @inforef's.
7257
7258 * text.texi (Undo): Document that undo is turned off in buffers
7259 whose names begin with a space.
7260
7261 * buffers.texi (Buffer Names): Add index entries for buffers whose
7262 names begin with a space.
7263 (Creating Buffers): Document that undo is turned off in buffers
7264 whose names begin with a space.
7265
7266 * files.texi (Visiting Functions, Reading from Files)
7267 (Saving Buffers): Mention code and EOL conversions by file I/O
7268 primitives and subroutines.
7269
f4e90db0
SM
7270 * nonascii.texi (Lisp and Coding Systems):
7271 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
7272
7273 * display.texi (Defining Faces): Mention `mac', and add an xref to
7274 where window-system is described.
7275
72762006-05-10 Richard Stallman <rms@gnu.org>
7277
7278 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
7279
72802006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7281
7282 * variables.texi (File Local Variables): Recommend to quote lambda
7283 expressions in safe-local-variable property.
7284
72852006-05-09 Richard Stallman <rms@gnu.org>
7286
5dcb4c4e
SM
7287 * variables.texi (File Local Variables):
7288 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
7289
72902006-05-07 Kim F. Storm <storm@cua.dk>
7291
7292 * minibuf.texi (Minibuffer History): Remove keep-dups arg
7293 from add-to-history.
7294
72952006-05-07 Romain Francoise <romain@orebokech.com>
7296
7297 * commands.texi (Event Input Misc):
7298 * compile.texi (Eval During Compile):
7299 * internals.texi (Buffer Internals):
7300 * minibuf.texi (Initial Input):
7301 * nonascii.texi (Scanning Charsets):
7302 * numbers.texi (Comparison of Numbers):
7303 * windows.texi (Textual Scrolling, Vertical Scrolling):
7304 Fix various typos.
7305
73062006-05-06 Eli Zaretskii <eliz@gnu.org>
7307
7308 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
7309 conditional xref's to either emacs or emacs-xtra, depending on
7310 @iftex/@ifnottex.
7311
7312 * minibuf.texi (Minibuffer History): Document add-to-history.
7313
73142006-05-05 Eli Zaretskii <eliz@gnu.org>
7315
7316 * internals.texi (Pure Storage): Mention the pure overflow message
7317 at startup.
7318
c8763fb6 73192006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
7320
7321 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
7322 (Searching Keymaps): Fix pseudo-Lisp description of keymap
7323 search.
7324
73252006-05-01 Richard Stallman <rms@gnu.org>
7326
7327 * intro.texi (nil and t): Clarify.
7328
7329 * variables.texi (File Local Variables): Suggest using booleanp.
7330
73312006-05-01 Juanma Barranquero <lekktu@gmail.com>
7332
7333 * objects.texi (Type Predicates): Fix typos.
7334
73352006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7336
7337 * intro.texi (nil and t): Add booleanp.
7338
7339 * objects.texi (Type Predicates): Add links for booleanp and
7340 string-or-null-p.
7341
73422006-04-29 Richard Stallman <rms@gnu.org>
7343
7344 * modes.texi (Multiline Font Lock): Rename from
7345 Multi line Font Lock Elements. Much clarification.
7346 (Font Lock Multiline, Region to Fontify): Much clarification.
7347
73482006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7349
7350 * variables.texi (File Local Variables): Remove the special case t for
7351 safe-local-variable.
7352
73532006-04-26 Richard Stallman <rms@gnu.org>
7354
7355 * syntax.texi (Parsing Expressions): Minor cleanup.
7356
73572006-04-18 Richard Stallman <rms@gnu.org>
7358
7359 * tips.texi (Coding Conventions): Explain when the package's
7360 prefix should appear later on (not at the start of the name).
7361
7362 * searching.texi (String Search): Clarify effect of NOERROR.
7363
7364 * modes.texi (Imenu): Clarify what special items do.
7365
7366 * hooks.texi (Standard Hooks): Delete text about old hook names.
7367
73682006-04-17 Romain Francoise <romain@orebokech.com>
7369
7370 * variables.texi (Local Variables): Update the default value of
7371 `max-specpdl-size'.
7372
73732006-04-15 Michael Olson <mwolson@gnu.org>
7374
7375 * processes.texi (Transaction Queues): Mention the new optional
7376 `delay-question' argument for `tq-enqueue'.
7377
73782006-04-13 Bill Wohler <wohler@newt.com>
7379
7380 * customize.texi (Common Keywords): Use dotted notation for
7381 :package-version value. Specify its values. Improve documentation
7382 for customize-package-emacs-version-alist.
7383
73842006-04-12 Bill Wohler <wohler@newt.com>
7385
7386 * customize.texi (Common Keywords): Move description of
7387 customize-package-emacs-version-alist to @defvar.
7388
73892006-04-10 Bill Wohler <wohler@newt.com>
7390
7391 * customize.texi (Common Keywords): Add :package-version.
7392
73932006-04-10 Kim F. Storm <storm@cua.dk>
7394
7395 * text.texi (Buffer Contents): Add NOPROPS arg to
7396 filter-buffer-substring.
7397
73982006-04-08 Kevin Ryde <user42@zip.com.au>
7399
7400 * os.texi (Command-Line Arguments): Update xref to emacs manual
7401 "Command Arguments" -> "Emacs Invocation", per change there.
7402
74032006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
7404
7405 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7406 be on one line to help makeinfo not render two spaces after the dot.
7407
74082006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7409
7410 * strings.texi (Predicates for Strings): Add string-or-null-p.
7411
74122006-03-28 Kim F. Storm <storm@cua.dk>
7413
7414 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7415 remarks about systems that don't support fractional seconds.
7416
74172006-03-25 Karl Berry <karl@gnu.org>
7418
7419 * elisp.texi: Use @copyright{} instead of (C), and do not indent
7420 the year list.
7421
74222006-03-21 Nick Roberts <nickrob@snap.net.nz>
7423
7424 * display.texi (Fringe Indicators): Fix typos.
7425
74262006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7427
7428 * tips.texi (Documentation Tips): One can now also write `program'
7429 in front of a quoted symbol in a docstring to prevent making a
7430 hyperlink.
7431
74322006-03-19 Alan Mackenzie <acm@muc.de>
7433
7434 * text.texi (Special Properties): Clarify `fontified' property.
7435
74362006-03-16 Richard Stallman <rms@gnu.org>
7437
7438 * display.texi (Defining Images): Minor cleanup.
7439
74402006-03-16 Bill Wohler <wohler@newt.com>
7441
7442 * display.texi (Defining Images): In image-load-path-for-library,
7443 prefer user's images.
7444
74452006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7446
7447 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7448
74492006-03-15 Bill Wohler <wohler@newt.com>
7450
7451 * display.texi (Defining Images): Fix example in
7452 image-load-path-for-library by not recommending that one binds
7453 image-load-path. Just defvar it to placate compiler and only use
7454 it if previously defined.
7455
74562006-03-14 Bill Wohler <wohler@newt.com>
7457
7458 * display.texi (Defining Images): In image-load-path-for-library,
7459 always return list of directories. Update example.
7460
74612006-03-14 Alan Mackenzie <acm@muc.de>
7462
7463 * modes.texi: New node, "Region to Fontify" (for Font Lock).
7464 This describes font-lock-extend-region-function.
7465 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7466 the new node "Region to Fontify".
7467
74682006-03-13 Richard Stallman <rms@gnu.org>
7469
7470 * display.texi (Invisible Text): The impossible position is
7471 now before the invisible text, not after.
7472 (Defining Images): Clean up last change.
7473
74742006-03-11 Bill Wohler <wohler@newt.com>
7475
7476 * display.texi (Defining Images): Add image-load-path-for-library.
7477
74782006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7479
7480 * text.texi (Adaptive Fill): Fix Texinfo usage.
7481
7482 * strings.texi (Creating Strings): Fix Texinfo usage.
7483
7484 * searching.texi (Regexp Special): Use @samp for regular
7485 expressions that are not in Lisp syntax.
7486
74872006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7488
7489 * searching.texi (Regexp Special): Put remark between parentheses
7490 to avoid misreading.
7491
74922006-03-07 Luc Teirlinck <teirllm@auburn.edu>
7493
7494 * searching.texi (Syntax of Regexps): More accurately describe
7495 which characters are special in which situations.
7496 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
7497 are not special. Describe in detail when `[' and `]' are special.
7498 (Regexp Backslash): Plenty of regexps with unbalanced square
7499 brackets are valid, so reword that statement.
7500
75012006-03-02 Kim F. Storm <storm@cua.dk>
7502
7503 * keymaps.texi (Tool Bar): Add tool-bar-border.
7504
75052006-02-28 Luc Teirlinck <teirllm@auburn.edu>
7506
7507 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
7508
75092006-02-27 Luc Teirlinck <teirllm@auburn.edu>
7510
7511 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
7512
7513 * files.texi (Locating Files): Suggest additional values for the
7514 SUFFIXES arg of `locate-file'. Update pxref.
7515
7516 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
7517 (How Programs Do Loading): Discuss the effects of Auto Compression
7518 mode on `load'.
7519 (Load Suffixes): New node.
7520 (Library Search): Delete description of `load-suffixes'; it was
7521 moved to "Load Suffixes".
7522 (Autoload, Named Features): Mention `load-suffixes'.
7523
75242006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7525
7526 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
7527
7528 * windows.texi (Window Tree): Fix typo.
7529
75302006-02-20 Kim F. Storm <storm@cua.dk>
7531
7532 * display.texi (Fringe Indicators): New section.
7533 Move indicate-empty-lines, indicate-buffer-boundaries, and
7534 default-indicate-buffer-boundaries here.
7535 Add fringe-indicator-alist and default-fringes-indicator-alist.
7536 Add list of logical fringe indicator symbols.
7537 Update list of standard bitmap names.
7538 (Fringe Cursors): New section.
7539 Move overflow-newline-into-fringe here.
7540 Add fringe-cursor-alist and default-fringes-cursor-alist.
7541 Add list of fringe cursor symbols.
7542
75432006-02-20 Juanma Barranquero <lekktu@gmail.com>
7544
7545 * commands.texi (Using Interactive): Fix reference to node
7546 "Minibuffers".
7547
75482006-02-19 Richard M. Stallman <rms@gnu.org>
7549
7550 * minibuf.texi (High-Level Completion):
7551 Add xref to read-input-method-name.
7552
7553 * files.texi (Relative File Names): Move file-relative-name here.
7554 (File Name Expansion): From here. Minor clarifications.
7555
7556 * commands.texi (Using Interactive): Add xrefs about reading input.
7557 Clarify remarks about that moving point and mark.
7558 Put string case before list case.
7559
c8763fb6 75602006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
7561
7562 * display.texi (Other Display Specs, Image Descriptors):
7563 Revert erroneous changes. The previous description of
7564 image-descriptors as `(image . PROPS)' was correct.
7565
75662006-02-14 Richard M. Stallman <rms@gnu.org>
7567
7568 * variables.texi (File Local Variables): Clarifications.
7569
75702006-02-14 Juanma Barranquero <lekktu@gmail.com>
7571
7572 * variables.texi (File Local Variables): Use @code for a cons
7573 cell, not @var.
7574
75752006-02-13 Chong Yidong <cyd@stupidchicken.com>
7576
7577 * variables.texi (File Local Variables): Document new file local
7578 variable behavior.
7579
75802006-02-10 Kim F. Storm <storm@cua.dk>
7581
7582 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
7583
75842006-02-08 Juanma Barranquero <lekktu@gmail.com>
7585
7586 * modes.texi (%-Constructs): Remove obsolete info about
7587 `global-mode-string'.
7588
75892006-02-07 Richard M. Stallman <rms@gnu.org>
7590
7591 * commands.texi (Prefix Command Arguments): Minor cleanup.
7592
7593 * display.texi: "Graphical display", not window system.
7594
7595 * functions.texi (What Is a Function): Fix xref.
7596
7597 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
7598 (Changing Key Bindings): Clarify when remapping is better than
7599 substitute-key-definition.
7600
76012006-02-02 Richard M. Stallman <rms@gnu.org>
7602
7603 * minibuf.texi (Basic Completion): Completion alists are risky.
7604
7605 * keymaps.texi (Active Keymaps): Clarifications.
7606 (Searching Keymaps): New node.
7607 (Keymaps): Update menu.
7608
7609 * frames.texi (Layout Parameters): Minor clarification.
7610 (Drag and Drop): New node.
7611 (Frames): Update menu.
7612
76132006-01-29 Chong Yidong <cyd@stupidchicken.com>
7614
7615 * display.texi (Other Display Specs, Image Descriptors):
7616 Image description is a list, not a cons cell.
7617
76182006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7619
7620 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
7621 list is not necessarily a list).
7622
76232006-01-27 Eli Zaretskii <eliz@gnu.org>
7624
7625 * frames.texi (Layout Parameters): border-width and
7626 internal-border-width belong to the frame, not the window.
7627
76282006-01-19 Richard M. Stallman <rms@gnu.org>
7629
7630 * nonascii.texi (Translation of Characters): Search cmds use
7631 translation-table-for-input. Automatically made local.
7632
7633 * markers.texi (Overview of Markers): Count insertion type
7634 as one of a marker's attributes.
7635
7636 * keymaps.texi (Controlling Active Maps): New node, split out of
7637 Active Keymaps.
7638 (Keymaps): Menu updated.
7639 (Active Keymaps): Give pseudocode to explain how the active
7640 maps are searched. current-active-maps and key-binding moved here.
7641 (Functions for Key Lookup): current-active-maps and key-binding moved.
7642 Clarifications.
7643 (Searching the Keymaps): New subnode.
7644
7645 * elisp.texi (Top): Menu clarification.
7646
7647 * display.texi (Other Display Specs): Delete duplicate entry for
7648 just a string as display spec. Move text about recursive display
7649 specs on such a string.
7650
7651 * commands.texi (Key Sequence Input): Clarify.
7652 Move num-nonmacro-input-events out.
7653 (Reading One Event): num-nonmacro-input-events moved here.
7654
76552006-01-14 Nick Roberts <nickrob@snap.net.nz>
7656
7657 * advice.texi (Simple Advice): Update example to fit argument
7658 change in previous-line.
7659
76602006-01-05 Richard M. Stallman <rms@gnu.org>
7661
7662 * markers.texi (The Mark): Fix in `mark'.
7663
76642006-01-04 Richard M. Stallman <rms@gnu.org>
7665
7666 * processes.texi (Misc Network, Make Network): Minor cleanups.
7667
76682006-01-04 Kim F. Storm <storm@cua.dk>
7669
7670 * processes.texi (Make Network): Add IPv6 addresses and handling.
7671 (Network Feature Testing): Mention (:family ipv6).
7672 (Misc Network): Add IPv6 formats to format-network-address.
7673
76742005-12-30 Richard M. Stallman <rms@gnu.org>
7675
7676 * text.texi (Changing Properties):
7677 Don't use return value of set-text-properties.
7678
76792005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7680
7681 * modes.texi (Mode Line Format): Correct typo in menu.
7682
76832005-12-29 Richard M. Stallman <rms@gnu.org>
7684
7685 * modes.texi (Mode Line Top): New node.
7686 (Mode Line Data): Some text moved to new node.
7687 Explain the data structure more concretely.
7688 (Mode Line Basics): Clarifications.
7689 (Mode Line Variables): Clarify intro paragraph.
7690 (%-Constructs): Clarify intro paragraph.
7691 (Mode Line Format): Update menu.
7692
76932005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7694
7695 * minibuf.texi (Basic Completion): Update lazy-completion-table
7696 examples for removal of ARGS argument.
7697
76982005-12-23 Richard M. Stallman <rms@gnu.org>
7699
7700 * text.texi (Undo): Restore some explanation from the version
7701 that was deleted.
7702
77032005-12-23 Eli Zaretskii <eliz@gnu.org>
7704
7705 * text.texi (Undo): Remove duplicate descriptions of `apply
7706 funname' and `apply delta' elements of the undo list.
7707
77082005-12-20 Richard M. Stallman <rms@gnu.org>
7709
7710 * help.texi (Help Functions): Update documentation of `apropos'.
7711
77122005-12-20 Luc Teirlinck <teirllm@auburn.edu>
7713
7714 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
7715 because it is confusing. If the :help-echo keyword is a function,
7716 it is not directly used as the :help-echo overlay property, as the
7717 xref seems to suggest (it does not take the appropriate args).
7718
77192005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7720
7721 * customize.texi (Common Keywords): Fix Texinfo usage.
7722 (Group Definitions, Variable Definitions): Update for new
7723 conventions for using `*' in docstrings.
7724
7725 * tips.texi (Documentation Tips): Update for new conventions for
7726 using `*' in docstrings.
7727
77282005-12-16 Richard M. Stallman <rms@gnu.org>
7729
7730 * minibuf.texi (Minibuffer Contents): Minor cleanup.
7731
77322005-12-16 Juri Linkov <juri@jurta.org>
7733
7734 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
7735
77362005-12-14 Romain Francoise <romain@orebokech.com>
7737
7738 * modes.texi (Customizing Keywords): Rename `append' to `how'.
7739 Fix typo.
7740
77412005-12-11 Juri Linkov <juri@jurta.org>
7742
7743 * minibuf.texi (Completion Commands): Add mention of read-file-name
7744 for filename completion keymaps.
7745 (Reading File Names): Add mention of filename completion keymaps
7746 for read-file-name and xref to `Completion Commands'.
7747
77482005-12-10 Richard M. Stallman <rms@gnu.org>
7749
7750 * customize.texi (Common Keywords): State caveats for use of :tag.
7751
77522005-12-08 Richard M. Stallman <rms@gnu.org>
7753
7754 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
7755 with xrefs and better explanation.
7756 (Completion Commands): Add the filename completion maps.
7757
7758 * objects.texi (Character Type): Clarify that \s is not space
7759 if a dash follows.
7760
77612005-12-05 Richard M. Stallman <rms@gnu.org>
7762
7763 * windows.texi (Resizing Windows): Delete preserve-before args.
7764
77652005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7766
7767 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
7768 in full keymaps, since the quirk has been fixed.
7769
77702005-12-03 Eli Zaretskii <eliz@gnu.org>
7771
5dcb4c4e
SM
7772 * hooks.texi (Standard Hooks): Add index entries.
7773 Mention `compilation-finish-functions'.
b8d4c8d0
GM
7774
77752005-11-27 Richard M. Stallman <rms@gnu.org>
7776
7777 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
7778
77792005-11-21 Juri Linkov <juri@jurta.org>
7780
7781 * customize.texi (Common Keywords): Update links types
7782 custom-manual and url-link. Add link types emacs-library-link,
7783 file-link, function-link, variable-link, custom-group-link.
7784
77852005-11-20 Chong Yidong <cyd@stupidchicken.com>
7786
7787 * display.texi: Revert 2005-11-20 change.
7788
77892005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
7790
7791 * processes.texi (Bindat Functions):
7792 Say "third" to refer to zero-based index "2".
7793
77942005-11-18 Luc Teirlinck <teirllm@auburn.edu>
7795
7796 * loading.texi (Library Search): Update the default value of
7797 `load-suffixes'.
7798
77992005-11-17 Chong Yidong <cyd@stupidchicken.com>
7800
7801 * display.texi (Attribute Functions): Mention :ignore-defface.
7802
78032005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7804
7805 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
7806 (Minor Mode Conventions): Mention the use of a hook.
7807
78082005-11-06 Richard M. Stallman <rms@gnu.org>
7809
7810 * files.texi (Magic File Names): find-file-name-handler checks the
7811 `operations' property of the handler.
7812
78132005-11-03 Richard M. Stallman <rms@gnu.org>
7814
7815 * variables.texi (Frame-Local Variables): Small clarification.
7816
78172005-10-29 Chong Yidong <cyd@stupidchicken.com>
7818
7819 * os.texi (Init File): Document ~/.emacs.d/init.el.
7820
78212005-10-29 Richard M. Stallman <rms@gnu.org>
7822
7823 * internals.texi (Garbage Collection): Document memory-full.
7824
78252005-10-28 Bill Wohler <wohler@newt.com>
7826
7827 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
7828 for URLs.
7829
78302005-10-28 Richard M. Stallman <rms@gnu.org>
7831
7832 * minibuf.texi (Completion Commands): Clean up prev change.
7833
78342005-10-26 Kevin Ryde <user42@zip.com.au>
7835
7836 * compile.texi (Eval During Compile): Explain recommended uses
7837 of eval-when-compile and eval-and-compile.
7838
78392005-10-27 Masatake YAMATO <jet@gyve.org>
7840
7841 * minibuf.texi (Completion Commands):
7842 Write about new optional argument for `display-completion-list'.
7843
78442005-10-23 Richard M. Stallman <rms@gnu.org>
7845
7846 * display.texi (Overlay Arrow): Clarify about local bindings of
7847 overlay-arrow-position.
7848
78492005-10-22 Eli Zaretskii <eliz@gnu.org>
7850
7851 * internals.texi (Building Emacs): Fix last change.
7852
78532005-10-22 Richard M. Stallman <rms@gnu.org>
7854
7855 * internals.texi (Building Emacs): Document eval-at-startup.
7856
78572005-10-21 Richard M. Stallman <rms@gnu.org>
7858
7859 * loading.texi (Where Defined): load-history contains abs file names.
7860 symbol-file returns abs file names.
7861
78622005-10-19 Kim F. Storm <storm@cua.dk>
7863
7864 * display.texi (Showing Images): Add max-image-size integer value.
7865
78662005-10-18 Chong Yidong <cyd@stupidchicken.com>
7867
7868 * display.texi (Showing Images): Document max-image-size.
7869
78702005-10-17 Richard M. Stallman <rms@gnu.org>
7871
7872 * commands.texi (Quitting): Minor clarification.
7873
7874 * processes.texi (Sentinels): Clarify about output and quitting.
7875 (Filter Functions): Mention with-local-quit.
7876
78772005-10-17 Juri Linkov <juri@jurta.org>
7878
7879 * buffers.texi (Current Buffer):
7880 * commands.texi (Event Input Misc):
7881 * compile.texi (Eval During Compile, Compiler Errors):
7882 * customize.texi (Group Definitions):
7883 * display.texi (Progress, Defining Faces):
7884 * files.texi (Writing to Files):
7885 * modes.texi (Mode Hooks, Defining Minor Modes):
7886 * streams.texi (Output Functions):
7887 * syntax.texi (Syntax Table Functions):
7888 * text.texi (Change Hooks):
7889 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
7890
7891 * commands.texi (Quitting): Replace arg `forms' with `body' in
7892 `with-local-quit'.
7893
7894 * positions.texi (Excursions): Replace arg `forms' with `body' in
7895 `save-excursion'.
7896
78972005-10-08 Kim F. Storm <storm@cua.dk>
7898
7899 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
7900 Rename manual section accordingly.
7901
79022005-10-04 Kim F. Storm <storm@cua.dk>
7903
7904 * windows.texi (Window Split Tree): New section describing
7905 new function window-split-tree function.
7906
79072005-10-03 Nick Roberts <nickrob@snap.net.nz>
7908
7909 * display.texi (Fringe Size/Pos): Simplify and add detail.
7910
79112005-09-30 Romain Francoise <romain@orebokech.com>
7912
7913 * minibuf.texi (High-Level Completion): Explain that the prompt
7914 given to `read-buffer' should end with a colon and a space.
7915 Update usage examples.
7916
79172005-09-29 Juri Linkov <juri@jurta.org>
7918
7919 * display.texi (Displaying Messages): Rename argument name
7920 `string' to `format-string' in functions `message', `message-box',
7921 `message-or-box'.
7922
79232005-09-26 Chong Yidong <cyd@stupidchicken.com>
7924
7925 * errors.texi (Standard Errors): Correct xrefs.
7926
79272005-09-18 Chong Yidong <cyd@stupidchicken.com>
7928
7929 * display.texi (Defining Images): Update documentation for
7930 `image-load-path'.
7931
79322005-09-17 Richard M. Stallman <rms@gnu.org>
7933
7934 * display.texi (Defining Images): Clean up previous change.
7935
79362005-09-16 Romain Francoise <romain@orebokech.com>
7937
7938 * elisp.texi: Specify GFDL version 1.2.
7939
7940 * doclicense.texi (GNU Free Documentation License): Update to
7941 version 1.2.
7942
79432005-09-15 Chong Yidong <cyd@stupidchicken.com>
7944
7945 * display.texi (Defining Images): Document `image-load-path'.
7946
79472005-09-15 Richard M. Stallman <rms@gnu.org>
7948
7949 * objects.texi (Printed Representation): Minor cleanup.
7950 (Box Diagrams): Minor fix.
7951 (Cons Cell Type): Move (...) index item here.
7952 (Box Diagrams): From here.
7953 (Array Type): Minor fix.
7954 (Type Predicates): Delete index "predicates".
7955 (Hash Table Type): Clarify xref.
7956 (Dotted Pair Notation): Minor fix.
7957
79582005-09-10 Chong Yidong <cyd@stupidchicken.com>
7959
7960 * files.texi (Saving Buffers): Fix typo.
7961
79622005-09-08 Richard M. Stallman <rms@gnu.org>
7963
7964 * tips.texi (Programming Tips): Correct the "default" prompt spec.
7965
79662005-09-08 Chong Yidong <cyd@stupidchicken.com>
7967
7968 * locals.texi (Standard Buffer-Local Variables): Don't include
7969 mode variables for minor modes.
7970 Fix xrefs for buffer-display-count, buffer-display-table,
7971 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
7972 enable-multibyte-characters, fill-column, header-line-format,
7973 left-fringe-width, left-margin, and right-fringe-width.
7974
7975 * hooks.texi (Standard Hooks): All hooks should conform to the
7976 standard naming convention now.
7977 Fix xref for `echo-area-clear-hook'.
7978
7979 * display.texi (Usual Display): Note that indicate-empty-lines and
7980 tab-width are buffer-local.
7981
7982 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
7983
7984 * modes.texi (Mode Help): Note that major-mode is buffer-local.
7985
7986 * nonascii.texi (Encoding and I/O): Note that
7987 buffer-file-coding-system is buffer-local.
7988
7989 * positions.texi (List Motion): Note that defun-prompt-regexp is
7990 buffer-local.
7991
7992 * text.texi (Auto Filling): Note that auto-fill-function is
7993 buffer-local.
7994 (Undo): Note that buffer-undo-list is buffer-local.
7995
5dcb4c4e
SM
7996 * windows.texi (Buffers and Windows):
7997 Document buffer-display-count.
b8d4c8d0
GM
7998
79992005-09-06 Richard M. Stallman <rms@gnu.org>
8000
8001 * tips.texi (Coding Conventions): Sometimes it is ok to put the
8002 package prefix elsewhere than at the start of the name.
8003
80042005-09-03 Richard M. Stallman <rms@gnu.org>
8005
8006 * tips.texi (Programming Tips): Add conventions for minibuffer
8007 questions and prompts.
8008
80092005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
8010
8011 * intro.texi (nil and t): Minor cleanup.
8012 Delete spurious mention of keyword symbols.
8013 (Evaluation Notation): Add index entry.
8014 (A Sample Function Description): Minor cleanup.
8015 (A Sample Variable Description): Not all vars can be set.
8016
80172005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
8018
8019 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
8020
8021 (Insertion): Document precise type of `insert-char' arg COUNT.
8022
80232005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8024
8025 * modes.texi (Other Font Lock Variables): Sync the default of
8026 font-lock-lines-before.
8027
80282005-08-31 Michael Albinus <michael.albinus@gmx.de>
8029
8030 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
8031
80322005-08-29 Richard M. Stallman <rms@gnu.org>
8033
8034 * elisp.texi (Top): Update subnode menu.
8035
8036 * searching.texi (Searching and Matching): Move node.
8037 Rearrange contents and add overall explanation.
8038 (Searching and Case): Move node.
8039 (Searching and Matching): Update menu.
8040
80412005-08-27 Eli Zaretskii <eliz@gnu.org>
8042
8043 * os.texi (Startup Summary): Fix the description of the initial
8044 startup message display.
8045
80462005-08-25 Richard M. Stallman <rms@gnu.org>
8047
8048 * searching.texi (Search and Replace): Add replace-regexp-in-string.
8049
80502005-08-25 Emilio C. Lopes <eclig@gmx.net>
8051
8052 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
8053 `next-overlay-change' example.
8054
80552005-08-22 Juri Linkov <juri@jurta.org>
8056
8057 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
8058 Fix invert-face. Fix args of face-background.
8059
8060 * display.texi (Standard Faces): Delete node.
8061 (Faces): Add xref to `(emacs)Standard Faces'.
8062 (Displaying Faces): Fix xref to `Standard Faces'.
8063
8064 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
8065
80662005-08-20 Alan Mackenzie <acm@muc.de>
8067
8068 * buffers.texi (The Buffer List): Clarify the manipulation of the
8069 buffer list.
8070
80712005-08-14 Richard M. Stallman <rms@gnu.org>
8072
8073 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
8074 a regexp.
8075
80762005-08-11 Richard M. Stallman <rms@gnu.org>
8077
8078 * elisp.texi (Top): Update subnode lists.
8079
8080 * display.texi (Inverse Video): Node deleted.
8081
8082 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
8083 New nodes split out of Coding Conventions.
8084
8085 * searching.texi (Regular Expressions): Document re-builder.
8086
8087 * os.texi (Time Parsing): New node split out of Time Conversion.
8088
8089 * processes.texi (Misc Network, Network Feature Testing)
8090 (Network Options, Make Network): New nodes split out of
8091 Low-Level Network.
8092
80932005-08-09 Richard M. Stallman <rms@gnu.org>
8094
8095 * frames.texi (Geometry): New node, split from Size and Position.
8096 (Frame Parameters): Refer to Geometry.
8097
8098 * buffers.texi (The Buffer List): Fix xrefs.
8099
8100 * windows.texi (Splitting Windows): Fix xref.
8101
8102 * frames.texi (Layout Parameters): Add xref.
8103
8104 * display.texi (Line Height, Scroll Bars): Fix xrefs.
8105
8106 * keymaps.texi (Menu Bar): Fix xref.
8107
8108 * locals.texi (Standard Buffer-Local Variables): Fix xref.
8109
8110 * modes.texi (%-Constructs): Fix xref.
8111
8112 * frames.texi (Window Frame Parameters): Node split up.
8113 (Basic Parameters, Position Parameters, Size Parameters)
8114 (Layout Parameters, Buffer Parameters, Management Parameters)
8115 (Cursor Parameters, Color Parameters): New subnodes.
8116
81172005-08-09 Luc Teirlinck <teirllm@auburn.edu>
8118
8119 * positions.texi (Screen Lines): Update xref for previous change
8120 in minibuf.texi.
8121
8122 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
8123 change in minibuf.texi.
8124
81252005-08-09 Richard M. Stallman <rms@gnu.org>
8126
8127 * tips.texi (Coding Conventions): Minor cleanup.
8128
8129 * modes.texi (Defining Minor Modes): Explain when init-value
8130 can be non-nil.
8131
8132 * elisp.texi (Top): Update submenu for Minibuffer.
8133
8134 * minibuf.texi (Minibuffer Misc): Node split up.
8135 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
8136 (Recursive Mini): New nodes split out from Minibuffer Misc.
8137 (Minibuffer Misc): Document max-mini-window-height.
8138
8139 * hash.texi (Defining Hash): Delete stray paren in example.
8140
8141 * display.texi (Echo Area Customization): Don't define
8142 max-mini-window-height here; xref instead.
8143
8144 * commands.texi (Event Input Misc): Update while-no-input.
8145
8146 * advice.texi (Advising Functions): Explain when to use advice
8147 and when to use a hook.
8148
81492005-07-30 Eli Zaretskii <eliz@gnu.org>
8150
8151 * makefile.w32-in (info): Don't run install-info.
8152 ($(infodir)/dir): New target, produced by running install-info.
8153
81542005-07-27 Luc Teirlinck <teirllm@auburn.edu>
8155
8156 * modes.texi (Defining Minor Modes): The keyword for the initial
8157 value is :init-value, not :initial-value.
8158
81592005-07-23 Eli Zaretskii <eliz@gnu.org>
8160
8161 * loading.texi (Autoload): Make the `doctor' example be consistent
8162 with what's in current loaddefs.el. Describe the "fn" magic in
8163 the usage portion of the doc string.
8164
81652005-07-22 Richard M. Stallman <rms@gnu.org>
8166
8167 * internals.texi (Garbage Collection): Clarify previous change.
8168
81692005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
8170
8171 * internals.texi (Garbage Collection): Add gc-cons-percentage.
8172
81732005-07-18 Juri Linkov <juri@jurta.org>
8174
8175 * commands.texi (Accessing Events):
8176 * frames.texi (Text Terminal Colors, Resources):
8177 * markers.texi (The Mark):
8178 * modes.texi (Defining Minor Modes):
8179 Delete duplicate duplicate words.
8180
81812005-07-16 Richard M. Stallman <rms@gnu.org>
8182
8183 * display.texi (Managing Overlays): Clarify make-overlay
8184 args for insertion types.
8185
81862005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8187
8188 * customize.texi (Variable Definitions):
8189 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
8190 `standard-value' is a list too.
8191 (Defining New Types): Use @key{RET} instead of @key{ret}.
8192
81932005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
8194
8195 * os.texi (Translating Input): Fix typo.
8196
81972005-07-08 Richard M. Stallman <rms@gnu.org>
8198
8199 * README: Update edition number and size estimate.
8200
8201 * elisp.texi (VERSION): Set to 2.9.
8202
82032005-07-07 Richard M. Stallman <rms@gnu.org>
8204
8205 * book-spine.texinfo: Update Emacs version.
8206
8207 * display.texi (Inverse Video): Delete mode-line-inverse-video.
8208
82092005-07-06 Richard M. Stallman <rms@gnu.org>
8210
8211 * searching.texi (Regexp Search): Clarify what re-search-forward
8212 does when the search fails.
8213
82142005-07-05 Lute Kamstra <lute@gnu.org>
8215
8216 * Update FSF's address in GPL notices.
8217
8218 * doclicense.texi (GNU Free Documentation License):
8219 * gpl.texi (GPL):
8220 * tips.texi (Coding Conventions, Library Headers):
8221 * vol1.texi:
8222 * vol2.texi: Update FSF's address.
8223
82242005-07-04 Richard M. Stallman <rms@gnu.org>
8225
8226 * hooks.texi (Standard Hooks): Add occur-hook.
8227
82282005-07-03 Luc Teirlinck <teirllm@auburn.edu>
8229
8230 * display.texi (The Echo Area): Correct menu.
8231
82322005-07-03 Richard M. Stallman <rms@gnu.org>
8233
8234 * elisp.texi (Top): Update subnode menu for Display.
8235
8236 * display.texi (Displaying Messages): New node, with most
8237 of what was in The Echo Area.
5dcb4c4e 8238 (Progress): Move under The Echo Area.
b8d4c8d0
GM
8239 (Logging Messages): New node with new text.
8240 (Echo Area Customization): New node, the rest of what was
8241 in The Echo Area. Document message-truncate-lines with @defvar.
8242 (Display): Update menu.
8243
8244 * windows.texi (Textual Scrolling): Doc 3 values for
8245 scroll-preserve-screen-position.
8246
8247 * text.texi (Special Properties): Change hook functions
8248 should bind inhibit-modification-hooks around altering buffer text.
8249
8250 * keymaps.texi (Key Binding Commands): Call binding BINDING
8251 rather than DEFINITION.
8252
82532005-06-29 Juanma Barranquero <lekktu@gmail.com>
8254
8255 * variables.texi (Defining Variables): `user-variable-p' returns t
8256 for aliases of user options, nil for alias loops.
8257
82582005-06-28 Richard M. Stallman <rms@gnu.org>
8259
8260 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
8261 make-keymap.
8262
82632005-06-27 Luc Teirlinck <teirllm@auburn.edu>
8264
8265 * variables.texi (Setting Variables): Correct and clarify
8266 description of `add-to-ordered-list'.
8267
82682005-06-26 Richard M. Stallman <rms@gnu.org>
8269
8270 * display.texi (Faces): Minor cleanup.
8271
82722005-06-25 Luc Teirlinck <teirllm@auburn.edu>
8273
8274 * display.texi (Faces): `facep' returns t for strings that are
8275 face names.
8276
82772005-06-25 Richard M. Stallman <rms@gnu.org>
8278
8279 * objects.texi (Equality Predicates): Clarify meaning of equal.
8280
8281 * windows.texi (Selecting Windows): save-selected-window
8282 and with-selected-window save and restore the current buffer.
8283
82842005-06-24 Richard M. Stallman <rms@gnu.org>
8285
8286 * numbers.texi (Float Basics): Explain how to test for NaN,
8287 and printing the sign of NaNs.
8288
82892005-06-24 Eli Zaretskii <eliz@gnu.org>
8290
8291 * makefile.w32-in (MAKEINFO): Use --force.
8292
82932005-06-23 Richard M. Stallman <rms@gnu.org>
8294
8295 * display.texi (Face Functions): Correct Texinfo usage.
8296
82972005-06-23 Luc Teirlinck <teirllm@auburn.edu>
8298
8299 * lists.texi (Rings): `ring-elements' now returns the elements of
8300 RING in order.
8301
83022005-06-23 Juanma Barranquero <lekktu@gmail.com>
8303
8304 * markers.texi (The Mark): Texinfo usage fix.
8305
83062005-06-23 Kim F. Storm <storm@cua.dk>
8307
8308 * searching.texi (Entire Match Data): Remove evaporate option for
8309 match-data. Do not mention evaporate option for set-match-data.
8310
83112005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
8312
8313 * display.texi (Face Functions): Mention face aliases.
8314
83152005-06-21 Richard M. Stallman <rms@gnu.org>
8316
8317 * anti.texi (Antinews): Texinfo usage fix.
8318
83192005-06-21 Karl Berry <karl@gnu.org>
8320
8321 * elisp.texi: Use @copying.
8322
8323 * elisp.texi: Put @summarycontents and @contents before the Top
8324 node, instead of the end of the file, so that the contents appear
8325 in the right place in the dvi/pdf output.
8326
83272005-06-21 Juri Linkov <juri@jurta.org>
8328
8329 * display.texi (Defining Faces): Add `customized-face'.
8330
83312005-06-20 Kim F. Storm <storm@cua.dk>
8332
8333 * variables.texi (Setting Variables): Any type of element can be
8334 given order in add-to-ordered-list. Compare elements with eq.
8335
8336 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
8337
83382005-06-20 Karl Berry <karl@gnu.org>
8339
8340 * syntax.texi (Syntax Flags): Make last column very slightly wider
8341 to avoid "generic comment" breaking on two lines and causing an
8342 underfull box.
8343
83442005-06-19 Luc Teirlinck <teirllm@auburn.edu>
8345
8346 * lists.texi (Rings): Various minor clarifications and corrections.
8347
83482005-06-18 Richard M. Stallman <rms@gnu.org>
8349
8350 * functions.texi (Obsolete Functions): Simplify.
8351
8352 * variables.texi (Variable Aliases): Simplify.
8353
8354 * anti.texi, backups.texi, compile.texi, customization.texi:
8355 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
8356 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
8357 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
8358 * variables.texi: Fix formatting ugliness.
8359
8360 * elisp.texi: Add links to Rings and Byte Packing.
8361 Update version and copyright years.
8362
8363 * minibuf.texi: Fix formatting ugliness.
8364 (Completion Commands): Move keymap vars to the end
8365 and vars completing-read binds to the top.
8366
83672005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8368
8369 * processes.texi: Fix typos.
8370 (Bindat Spec): Correct Texinfo error.
8371 (Byte Packing): Fix ungrammatical sentence.
8372
83732005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
8374
8375 * lists.texi (Rings): New node.
8376 (Lists): Add it to menu.
8377
8378 * processes.texi (Byte Packing): New node.
8379 (Processes): Add it to menu.
8380
83812005-06-17 Richard M. Stallman <rms@gnu.org>
8382
8383 * syntax.texi (Parsing Expressions): Fix texinfo usage.
8384
8385 * help.texi (Documentation Basics): Explain the xref to
8386 Documentation Tips.
8387
8388 * debugging.texi (Debugger Commands): Minor fix.
8389
83902005-06-16 Luc Teirlinck <teirllm@auburn.edu>
8391
8392 * edebug.texi (Instrumenting): Eliminate duplicate link.
8393 (Specification List): Replace references to "below", referring to
8394 a later node, with one @ref to that node.
8395
8396 * os.texi (Timers): Timers should save and restore the match data
8397 if they change it.
8398
8399 * debugging.texi (Debugger Commands): Mention that the Lisp
8400 debugger can not step through primitive functions.
8401
84022005-06-16 Juanma Barranquero <lekktu@gmail.com>
8403
8404 * functions.texi (Obsolete Functions): Update argument names of
8405 `make-obsolete' and `define-obsolete-function-alias'.
8406
8407 * variables.texi (Variable Aliases): Update argument names of
8408 `defvaralias', `make-obsolete-variable' and
8409 `define-obsolete-variable-alias'.
8410
84112005-06-15 Kim F. Storm <storm@cua.dk>
8412
8413 * searching.texi (Entire Match Data): Rephrase warnings about
8414 evaporate arg to match-data and set-match-data.
8415
84162005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8417
8418 * elisp.texi (Top): Update detailed menu.
8419
8420 * edebug.texi (Edebug): Update menu.
8421 (Instrumenting): Update xrefs.
8422 (Edebug Execution Modes): Correct xref.
8423 (Jumping): Clarify description of `h' command.
8424 Eliminate redundant @ref.
8425 (Breaks): New node.
8426 (Breakpoints): Is now a subsubsection.
8427 (Global Break Condition): Mention `C-x X X'.
8428 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
8429 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8430 (Edebug Display Update): Correct pxref.
8431 (Edebug and Macros): New node.
8432 (Instrumenting Macro Calls): Is now a subsubsection.
8433 Neither arg of `def-edebug-spec' is evaluated.
8434 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8435 (Specification Examples): Fix typo.
8436
84372005-06-14 Lute Kamstra <lute@gnu.org>
8438
8439 * debugging.texi (Function Debugging): Primitives can break on
8440 entry too.
8441
84422005-06-14 Kim F. Storm <storm@cua.dk>
8443
8444 * variables.texi (Setting Variables): Add add-to-ordered-list.
8445
84462005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8447
8448 * syntax.texi (Parsing Expressions): Document aux functions and vars of
8449 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8450
84512005-06-13 Lute Kamstra <lute@gnu.org>
8452
8453 * text.texi (Special Properties): Fix cross reference.
8454
84552005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8456
8457 * debugging.texi (Function Debugging): Delete mention of empty
8458 string argument to `cancel-debug-on-entry'. Delete inaccurate
8459 description of the return value of that command.
8460
84612005-06-11 Alan Mackenzie <acm@muc.de>
8462
8463 * text.texi (Adaptive Fill): Amplify the description of
8464 fill-context-prefix.
8465
84662005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8467
8468 * syntax.texi (Parsing Expressions): Fix Texinfo error.
8469
84702005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8471
8472 * syntax.texi (Parsing Expressions): Document syntax-ppss.
8473
84742005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8475
8476 * debugging.texi (Error Debugging): Minor rewording.
8477 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8478 is optional.
8479
84802005-06-10 Lute Kamstra <lute@gnu.org>
8481
8482 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8483 (Top): Give it a title. Correct version number. Give the
8484 detailed node listing a more prominent header.
8485 * intro.texi: Don't set VERSION here a second time.
8486 Mention Emacs's version too.
8487 * anti.texi (Antinews): Use EMACSVER to refer to the current
8488 version of Emacs.
8489
84902005-06-09 Kim F. Storm <storm@cua.dk>
8491
8492 * searching.texi (Entire Match Data): Explain new `reseat' argument to
8493 match-data and set-match-data.
8494
84952005-06-08 Richard M. Stallman <rms@gnu.org>
8496
8497 * searching.texi (Entire Match Data): Clarify when match-data
8498 returns markers and when integers.
8499
8500 * display.texi (Defining Faces): Explain that face name should not
8501 end in `-face'.
8502
8503 * modes.texi (Mode Line Data): Minor cleanup.
8504 (Customizing Keywords): Node split out of Search-based Fontification.
8505 Add example of using font-lock-add-keywords from a hook.
8506 Clarify when MODE should be non-nil, and when nil.
8507
85082005-06-06 Richard M. Stallman <rms@gnu.org>
8509
8510 * modes.texi (Mode Line Data): Explain what happens when the car
8511 of a list is a void symbol.
8512 (Search-based Fontification): Explain MODE arg to
8513 font-lock-add-keywords and warn about calls from major modes.
8514
85152005-06-08 Juri Linkov <juri@jurta.org>
8516
8517 * display.texi (Standard Faces): Add `shadow' face.
8518
85192005-05-29 Luc Teirlinck <teirllm@auburn.edu>
8520
8521 * modes.texi (Major Mode Conventions): A derived mode only needs
8522 to put the call to the parent mode inside `delay-mode-hooks'.
8523
85242005-05-29 Richard M. Stallman <rms@gnu.org>
8525
8526 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
8527 new, and what that implies. Clarify.
8528
8529 * files.texi (Locating Files): Clean up the text.
8530
8531 * frames.texi (Window Frame Parameters): Document user-size.
8532 Shorten entry for top by referring to left.
8533
85342005-05-26 Richard M. Stallman <rms@gnu.org>
8535
8536 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
8537 is new, and what the implications are. Other clarifications.
8538
85392005-05-24 Richard M. Stallman <rms@gnu.org>
8540
8541 * frames.texi (Dialog Boxes): Minor fixes.
8542
85432005-05-25 Masatake YAMATO <jet@gyve.org>
8544
8545 * display.texi (Standard Faces): Write about `mode-line-highlight'.
8546
85472005-05-24 Luc Teirlinck <teirllm@auburn.edu>
8548
8549 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
8550 is optional.
8551
85522005-05-24 Nick Roberts <nickrob@snap.net.nz>
8553
10d1d0af 8554 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
8555
85562005-05-23 Lute Kamstra <lute@gnu.org>
8557
8558 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
8559 syntax-begin-function over font-lock-beginning-of-syntax-function.
8560
85612005-05-21 Luc Teirlinck <teirllm@auburn.edu>
8562
8563 * minibuf.texi (Reading File Names): Update description of
8564 `read-directory-name'.
8565
8566 * modes.texi (Derived Modes): Clarify :group keyword.
8567
85682005-05-21 Eli Zaretskii <eliz@gnu.org>
8569
8570 * files.texi (Locating Files): New subsection.
8571 Describe locate-file and executable-find.
8572
85732005-05-21 Kevin Ryde <user42@zip.com.au>
8574
8575 * frames.texi (Initial Parameters): Update cross reference to
8576 "Emacs Invocation".
8577
85782005-05-19 Luc Teirlinck <teirllm@auburn.edu>
8579
8580 * keymaps.texi (Active Keymaps): Add anchor.
8581
8582 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
8583 (Major Mode Conventions): Refer to `Auto Major Mode' in more
8584 appropriate place.
8585 (Derived Modes): Small clarifications.
8586 (Minor Mode Conventions, Keymaps and Minor Modes):
8587 Replace references to nodes with references to anchors.
8588 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
8589 Clarify description of lists whose first element is an integer.
8590 (Mode Line Variables): Add anchor.
8591 (%-Constructs): Clarify description of integer after %.
8592 (Emulating Mode Line): Describe nil value for FACE.
8593
85942005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8595
8596 * modes.texi (Derived Modes): Correct references to non-existing
8597 variable standard-syntax-table.
8598
85992005-05-17 Lute Kamstra <lute@gnu.org>
8600
8601 * modes.texi (Defining Minor Modes): Mention the mode hook.
8602
86032005-05-15 Kim F. Storm <storm@cua.dk>
8604
8605 * processes.texi (Network): Remove open-network-stream-nowait.
8606 (Network Servers): Remove open-network-stream-server.
8607
86082005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8609
8610 * elisp.texi (Top): Update detailed menu.
8611
8612 * variables.texi: Reorder nodes.
8613 (Variables): Update menu.
8614 (File Local Variables): Do not refer to the `-*-' line as
8615 a "local variables list". Add pxref.
8616
86172005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8618
8619 * elisp.texi (Top): Update detailed menu for node changes.
8620
8621 * modes.texi (Modes): Update Menu.
8622 (Hooks): Move to beginning of chapter.
8623 Most minor modes run mode hooks too.
8624 `add-hook' can handle void hooks or hooks whose value is a single
8625 function.
8626 (Major Modes): Update Menu.
8627 (Major Mode Basics): New node, split off from `Major Modes'.
8628 (Major Mode Conventions): Correct xref. Explain how to handle
8629 auto-mode-alist if the major mode command has an autoload cookie.
8630 (Auto Major Mode): Major update. Add magic-mode-alist.
8631 (Derived Modes): Major update.
8632 (Mode Line Format): Update Menu.
8633 (Mode Line Basics): New node, split off from `Mode Line Format'.
8634
8635 * loading.texi (Autoload): Mention `autoload cookie' as synonym
8636 for `magic autoload comment'. Add index entries and anchor.
8637
86382005-05-14 Richard M. Stallman <rms@gnu.org>
8639
8640 * tips.texi (Coding Conventions): Explain how important it is
8641 that just loading certain files not change Emacs behavior.
8642
8643 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
8644
86452005-05-12 Lute Kamstra <lute@gnu.org>
8646
8647 * modes.texi (Generic Modes): Update.
8648 (Major Modes): Refer to node "Generic Modes".
8649
8650 * elisp.texi (Top): Update to the current structure of the manual.
8651 * processes.texi (Processes): Add menu description.
8652 * customize.texi (Customization): Add menu descriptions.
8653
86542005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
8655
8656 * processes.texi (Signals to Processes)
8657 (Low-Level Network): Fix typos.
8658
86592005-05-11 Lute Kamstra <lute@gnu.org>
8660
8661 * elisp.texi (Top): Add some nodes from the chapter "Major and
8662 Minor Modes" to the detailed node listing.
8663
86642005-05-10 Richard M. Stallman <rms@gnu.org>
8665
8666 * keymaps.texi (Extended Menu Items): Menu item filter functions
8667 can be called at any time.
8668
86692005-05-08 Luc Teirlinck <teirllm@auburn.edu>
8670
8671 * variables.texi (File Local Variables): `(hack-local-variables t)'
8672 now also checks whether a mode is specified in the local variables
8673 list.
8674
86752005-05-05 Kevin Ryde <user42@zip.com.au>
8676
8677 * display.texi (The Echo Area): Correct format function cross
8678 reference.
8679
86802005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8681
8682 * variables.texi (Variable Aliases): Change description of
8683 `define-obsolete-variable-alias'.
8684
8685 * functions.texi (Functions): Add "Obsolete Functions" to menu.
8686 (Defining Functions): Add xref.
8687 (Obsolete Functions): New node.
8688 (Function Safety): Standardize capitalization of section title.
8689
8690 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
8691 (Dialog Boxes): Complete description of `x-popup-dialog'.
8692
86932005-05-04 Richard M. Stallman <rms@gnu.org>
8694
8695 * commands.texi (Interactive Codes): Fix Texinfo usage.
8696 Document U more clearly.
8697
86982005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8699
8700 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
8701 function and not a macro.
8702
8703 * frames.texi (Pop-Up Menus): Correct and clarify description of
8704 `x-popup-menu'.
8705 (Dialog Boxes): Clarify description of `x-popup-dialog'.
8706
87072005-05-01 Richard M. Stallman <rms@gnu.org>
8708
8709 * edebug.texi (Checking Whether to Stop): Fix previous change.
8710
87112005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8712
8713 * display.texi: Fix typos and Texinfo usage.
8714
8715 * edebug.texi (Checking Whether to Stop): executing-macro ->
8716 executing-kbd-macro.
8717
87182005-05-01 Richard M. Stallman <rms@gnu.org>
8719
8720 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
8721
87222005-04-30 Richard M. Stallman <rms@gnu.org>
8723
8724 * files.texi (Magic File Names): Document `operations' property.
8725
87262005-04-29 Lute Kamstra <lute@gnu.org>
8727
8728 * modes.texi (Generic Modes): New node.
8729 (Major Modes): Add it to the menu.
8730 (Derived Modes): Add "derived mode" to concept index.
8731
87322005-04-28 Lute Kamstra <lute@gnu.org>
8733
8734 * modes.texi (Defining Minor Modes): Fix previous change.
8735 (Font Lock Mode): Simplify.
8736 (Font Lock Basics): Say that font-lock-defaults is buffer-local
8737 when set and that some parts are optional. Add cross references.
8738 (Search-based Fontification): Say how to specify font-lock-keywords.
8739 Add cross references. Add font-lock-multiline to index.
8740 Move font-lock-keywords-case-fold-search here from node "Other Font
8741 Lock Variables". Document font-lock-add-keywords and
8742 font-lock-remove-keywords.
8743 (Other Font Lock Variables): Move font-lock-keywords-only,
8744 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8745 and font-lock-syntactic-face-function to node "Syntactic Font
8746 Lock". Move font-lock-keywords-case-fold-search to node
8747 "Search-based Fontification". Document font-lock-inhibit-thing-lock
8748 and font-lock-{,un}fontify-{buffer,region}-function.
8749 (Precalculated Fontification): Remove reference to deleted variable
8750 font-lock-core-only.
8751 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
8752 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
8753 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8754 and font-lock-syntactic-face-function here from node "Other Font
8755 Lock Variables". Move font-lock-syntactic-keywords to "Setting
8756 Syntax Properties". Add cross references.
8757 (Setting Syntax Properties): New node.
8758 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
8759 * syntax.texi (Syntax Properties): Add cross reference.
8760 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
8761
87622005-04-26 Richard M. Stallman <rms@gnu.org>
8763
8764 * display.texi (Defining Faces):
8765 Document `default' elements of defface spec.
8766
8767 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
8768
8769 * variables.texi (Variable Aliases): Clarify text.
8770
87712005-04-25 Chong Yidong <cyd@stupidchicken.com>
8772
8773 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
8774
87752005-04-25 Luc Teirlinck <teirllm@auburn.edu>
8776
8777 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
8778
87792005-04-24 Eli Zaretskii <eliz@gnu.org>
8780
8781 * syntax.texi (Syntax Table Internals): Elaborate documentation of
8782 syntax-after and syntax-class.
8783
8784 * files.texi (Changing Files): Fix last change's cross-reference.
8785 (Unique File Names): Don't mention "numbers" in the documentation
8786 of make-temp-file and make-temp-name.
8787
87882005-04-23 Richard M. Stallman <rms@gnu.org>
8789
8790 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
8791
87922005-04-22 Nick Roberts <nickrob@snap.net.nz>
8793
8794 * windows.texi (Cyclic Window Ordering): Clarify window-list.
8795
87962005-04-22 Nick Roberts <nickrob@snap.net.nz>
8797
8798 * variables.texi (Variable Aliases): Describe make-obsolete-variable
8799 and define-obsolete-variable-alias.
8800
88012005-04-22 Kim F. Storm <storm@cua.dk>
8802
8803 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
8804 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
8805
88062005-04-21 Lute Kamstra <lute@gnu.org>
8807
8808 * lists.texi (Association Lists): Document rassq-delete-all.
8809
88102005-04-19 Richard M. Stallman <rms@gnu.org>
8811
8812 * modes.texi (Search-based Fontification): Explain that
8813 facespec is an expression to be evaluated.
8814
88152005-04-19 Kevin Ryde <user42@zip.com.au>
8816
8817 * streams.texi (Output Functions): Fix xref.
8818 * strings.texi (String Conversion): Fix xref.
8819
88202005-04-19 Kim F. Storm <storm@cua.dk>
8821
8822 * symbols.texi (Symbol Plists): Add safe-get.
8823 Mention that `get' may signal an error.
8824
88252005-04-18 Nick Roberts <nickrob@snap.net.nz>
8826
8827 * customize.texi (Variable Definitions): Replace tooltip-mode
8828 example with save-place.
8829
88302005-04-17 Richard M. Stallman <rms@gnu.org>
8831
8832 * buffers.texi (Indirect Buffers): Clarify.
8833
8834 * positions.texi (Positions): Clarify converting marker to integer.
8835
8836 * strings.texi (String Basics): Mention string-match; clarify.
8837
88382005-04-08 Lute Kamstra <lute@gnu.org>
8839
8840 * modes.texi (Search-based Fontification): Fix cross references.
8841 Use consistent terminology. Document anchored highlighting.
8842
88432005-04-05 Lute Kamstra <lute@gnu.org>
8844
8845 * modes.texi (Defining Minor Modes): Document :group keyword
8846 argument and its default value.
8847
88482005-04-03 Lute Kamstra <lute@gnu.org>
8849
8850 * hooks.texi (Standard Hooks): Add some hooks. Add cross
8851 references and/or descriptions. Delete major mode hooks; mention
8852 them as a category instead. Rename or delete obsolete hooks.
8853
88542005-04-02 Richard M. Stallman <rms@gnu.org>
8855
8856 * nonascii.texi (Coding System Basics): Another wording cleanup.
8857
88582005-04-01 Richard M. Stallman <rms@gnu.org>
8859
8860 * nonascii.texi (Coding System Basics): Clarify previous change.
8861
88622005-04-01 Kenichi Handa <handa@m17n.org>
8863
10d1d0af 8864 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
8865 identity of coding systems.
8866
88672005-03-29 Chong Yidong <cyd@stupidchicken.com>
8868
8869 * text.texi (Buffer Contents): Add filter-buffer-substring and
8870 buffer-substring-filters.
8871
88722005-03-26 Chong Yidong <cyd@stupidchicken.com>
8873
8874 * anti.texi (Antinews): Mention `G' interactive code.
8875
8876 * tips.texi (Compilation Tips): Mention benchmark.el.
8877
88782005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8879
8880 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
8881 is now bound to M-o M-o.
8882
8883 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
8884
88852005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8886
8887 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
8888 in the Emacs Manual).
8889 * Makefile.in (srcs): Remove calendar.texi.
8890 * makefile.w32-in (srcs): Remove calendar.texi.
8891 * display.texi (Display): Change name of next node.
8892 * os.texi (System In): Change name of previous node.
8893 * elisp.texi (Top): Remove Calendar references.
8894 * vol1.texi (Top): Remove Calendar references.
8895 * vol2.texi (Top): Remove Calendar references.
8896
88972005-03-25 Richard M. Stallman <rms@gnu.org>
8898
8899 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
8900 Cleanup previous change.
8901
89022005-03-25 Chong Yidong <cyd@stupidchicken.com>
8903
8904 * display.texi (Face Attributes): Faces earlier in an :inherit
8905 list take precedence.
8906 (Scroll Bars): Fix description of vertical-scroll-bars.
8907 Document frame-current-scroll-bars and window-current-scroll-bars.
8908
8909 * markers.texi (The Mark): Document temporary Transient Mark mode.
8910
8911 * minibuf.texi (Reading File Names):
8912 Document read-file-name-completion-ignore-case.
8913
8914 * positions.texi (Screen Lines): Document nil for width argument
8915 to compute-motion.
8916
89172005-03-23 Kim F. Storm <storm@cua.dk>
8918
8919 * display.texi (Standard Faces): Other faces used in the fringe
8920 implicitly inherits from the fringe face.
8921 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
8922 properties implicitly inherits from fringe face.
8923 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
8924
89252005-03-20 Chong Yidong <cyd@stupidchicken.com>
8926
8927 * display.texi (Invisible Text): State default value of
8928 line-move-ignore-invisible.
8929 (Managing Overlays): Document remove-overlays.
8930 (Standard Faces): Document escape-glyph face.
8931
8932 * minibuf.texi (Reading File Names): Document read-file-name-function.
8933
8934 * modes.texi (Other Font Lock Variables):
8935 Document font-lock-lines-before.
8936
8937 * positions.texi (Skipping Characters): skip-chars-forward allows
8938 character classes.
8939
89402005-03-18 Lute Kamstra <lute@gnu.org>
8941
8942 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
8943
89442005-03-17 Richard M. Stallman <rms@gnu.org>
8945
8946 * text.texi (Undo): Document extensible undo entries.
8947
dd7b651b 8948 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
8949
8950 * nonascii.texi (Character Codes): Minor fix.
8951
8952 * display.texi (Display Property): Explain the significance
8953 of having text properties that are eq.
8954 (Other Display Specs): Explain string as display spec.
8955
8956 * commands.texi (Interactive Codes): Document G option.
8957
89582005-03-17 Chong Yidong <cyd@stupidchicken.com>
8959
8960 * text.texi (Filling): Add sentence-end-without-period and
8961 sentence-end-without-space.
8962 (Changing Properties): Minor fix.
8963
8964 * anti.texi: Total rewrite.
8965
89662005-03-15 Lute Kamstra <lute@gnu.org>
8967
8968 * edebug.texi (Instrumenting Macro Calls): Fix typos.
8969
89702005-03-08 Kim F. Storm <storm@cua.dk>
8971
8972 * display.texi (Specified Space): Property :width is support on
8973 non-graphic terminals, :height is not.
8974
89752005-03-07 Richard M. Stallman <rms@gnu.org>
8976
8977 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
8978 Now subnodes of Fringes.
8979 (Overlay Arrow): Document overlay-arrow-variable-list.
8980 (Fringe Size/Pos): New node, broken out of Fringes.
8981 (Display): Explain clearing vs redisplay better.
8982 (Truncation): Clarify use of bitmaps.
8983 (The Echo Area): Clarify the uses of the echo area.
8984 Add max-mini-window-height.
8985 (Progress): Clarify.
8986 (Invisible Text): Explain that main loop moves point out.
8987 (Selective Display): Say "hidden", not "invisible".
8988 (Managing Overlays): Move up. Describe relation to Undo here.
8989 (Overlay Properties): Clarify intro.
8990 (Finding Overlays): Explain return values when nothing found.
8991 (Width): truncate-string-to-width has added arg.
8992 (Displaying Faces): Clarify and update mode line face handling.
8993 (Face Functions): Minor cleanup.
8994 (Conditional Display): Merge into Other Display Specs.
8995 (Pixel Specification, Other Display Specs): Minor cleanups.
8996 (Images, Image Descriptors): Minor cleanups.
8997 (GIF Images): Patents have expired.
8998 (Showing Images): Explain default text for insert-image.
8999 (Manipulating Button Types): Merge into Manipulating Buttons.
9000 (Making Buttons): Explain return values.
9001 (Button Buffer Commands): Add xref.
9002 (Inverse Video): Update mode-line-inverse-video.
9003 (Display Table Format): Clarify.
9004 (Active Display Table): Give defaults for window-display-table.
9005
9006 * calendar.texi (Calendar Customizing): calendar-holiday-marker
9007 and calendar-today-marker are strings, not chars.
9008 (Holiday Customizing): Minor fix.
9009
9010 * internals.texi (Writing Emacs Primitives): Update `or' example.
9011 Update limit on # args of subr.
9012
9013 * edebug.texi (Using Edebug): Arrow is in fringe.
9014 (Instrumenting): Arg to eval-defun works without loading edebug.
9015 (Edebug Execution Modes): Add xref.
9016
9017 * customize.texi (Common Keywords): Clarify :require.
9018 Mention :version here.
9019 (Variable Definitions, Group Definitions): Not here.
9020 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
9021
90222005-03-07 Chong Yidong <cyd@stupidchicken.com>
9023 * nonascii.texi (Text Representations): Clarify position-bytes.
9024 (Character Sets): Add list-charset-chars.
9025 (Scanning Charsets): Add charset-after.
9026 (Encoding and I/O): Minor fix.
9027
90282005-03-06 Richard M. Stallman <rms@gnu.org>
9029
9030 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
9031 (Resizing Windows): Likewise.
9032
9033 * text.texi (Change Hooks): Get rid of "Emacs 21".
9034
9035 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
9036
9037 * streams.texi (Output Variables): Get rid of "Emacs 21".
9038
9039 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
9040
9041 * os.texi (Translating Input): Replace flow-control example
9042 with a less obsolete example that uses `keyboard-translate'.
9043
9044 * objects.texi (Hash Table Type, Circular Objects):
9045 Get rid of "Emacs 21".
9046
9047 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
9048 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
9049
9050 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
9051
9052 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
9053
9054 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
9055 (Menu Bar): Fix when menu-bar-update-hook is called.
9056
9057 * hash.texi (Hash Tables): Get rid of "Emacs 21".
9058
9059 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
9060 and make it read better.
9061
9062 * files.texi (Writing to Files): Get rid of "Emacs 21".
9063 (Unique File Names): Likewise.
9064
9065 * elisp.texi: Update Emacs version to 22.
9066
9067 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
9068 (Overlay Properties, Face Attributes): Likewise.
9069 (Managing Overlays): Fix punctuation.
9070 (Attribute Functions): Clarify set-face-font; get rid of
9071 info about old Emacs versions.
9072 (Auto Faces, Font Lookup, Display Property, Images):
9073 Get rid of "Emacs 21".
9074
9075 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
9076
90772005-03-05 Richard M. Stallman <rms@gnu.org>
9078
9079 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
9080
90812005-03-04 Lute Kamstra <lute@gnu.org>
9082
9083 * debugging.texi (Error Debugging): Document stack-trace-on-error.
9084
90852005-03-03 Lute Kamstra <lute@gnu.org>
9086
9087 * edebug.texi (Instrumenting Macro Calls): Fix typo.
9088
90892005-03-01 Lute Kamstra <lute@gnu.org>
9090
9091 * debugging.texi (Debugger Commands): Update `j'.
9092
90932005-02-28 Lute Kamstra <lute@gnu.org>
9094
9095 * debugging.texi (Debugging): Fix typo.
9096 (Error Debugging): Document eval-expression-debug-on-error.
9097 (Function Debugging): Update example.
9098 (Using Debugger): Mention starred stack frames.
9099 (Debugger Commands): Document `j' and `l'.
9100 (Invoking the Debugger): `d' and `j' exit recursive edit too.
9101 Update the messages that the debugger displays.
9102 (Internals of Debugger): Add cross reference. Update example.
9103 (Excess Open): Minor improvement.
9104 (Excess Close): Minor improvement.
9105
91062005-02-26 Richard M. Stallman <rms@gnu.org>
9107
9108 * tips.texi (Coding Conventions): Clarify.
9109 Put all the major mode key reservations together.
9110 Mention the Mouse-1 => Mouse-2 conventions.
9111
9112 * syntax.texi (Syntax Class Table): Clarify.
9113 (Syntax Table Functions): syntax-after moved from here.
9114 (Syntax Table Internals): syntax-after moved to here.
9115 (Parsing Expressions): Update info on number of values
9116 and what's meaningful in the STATE argument.
9117 (Categories): Fix typo.
9118
9119 * sequences.texi (Arrays): Cleanup.
9120 (Char-Tables): Clarify.
9121
9122 * processes.texi (Deleting Processes): Cleanups, add xref.
9123 (Subprocess Creation): Explain nil in exec-path. Cleanup.
9124 (Process Information): set-process-coding-system, some args optional.
9125 (Input to Processes): Explain various types for PROCESS args.
9126 Rename them from PROCESS-NAME to PROCESS.
9127 (Signals to Processes): Likewise.
9128 (Decoding Output): Cleanup.
9129 (Query Before Exit): Clarify.
9130
9131 * os.texi (Startup Summary): Correct the options; add missing ones.
9132 (Terminal Output, Batch Mode): Clarify.
9133 (Flow Control): Node deleted.
9134
9135 * markers.texi (The Mark): Clarify.
9136
9137 * macros.texi (Expansion): Cleanup.
9138 (Indenting Macros): indent-spec allows ints, not floats.
9139
9140 * keymaps.texi (Keymaps): Clarify.
9141 (Format of Keymaps): Update lisp-mode-map example.
9142 (Active Keymaps, Key Lookup): Clarify.
9143 (Changing Key Bindings): Add xref to `kbd'.
9144 (Key Binding Commands, Simple Menu Items): Clarify.
9145 (Mouse Menus, Menu Bar): Clarify.
9146 (Menu Example): Replace print example with menu-bar-replace-menu.
9147
9148 * help.texi (Documentation Basics): Add function-documentation prop.
9149
9150 * elisp.texi (Top): Don't refer to Flow Control node.
9151
9152 * commands.texi (Command Overview): Improve xrefs.
9153 (Adjusting Point): Adjusting point applies to intangible and invis.
9154 (Key Sequence Input): Doc extra read-key-sequence args.
9155 Likewise for read-key-sequence-vector.
9156
9157 * backups.texi (Rename or Copy): Minor fix.
9158 (Numbered Backups): For version-control, say the default.
9159 (Auto-Saving): make-auto-save-file-name example is simplified.
9160
9161 * advice.texi (Advising Functions): Don't imply one part of Emacs
9162 should advise another part. Markup changes.
9163 (Defining Advice): Move transitional para.
9164 (Activation of Advice): Cleanup.
9165 Explain if COMPILE is nil or negative.
9166
9167 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
9168
91692005-02-24 Lute Kamstra <lute@gnu.org>
9170
9171 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
9172 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
9173
91742005-02-23 Lute Kamstra <lute@gnu.org>
9175
9176 * modes.texi (Defining Minor Modes): define-minor-mode can be used
9177 to define global minor modes as well.
9178
9179 * display.texi (Managing Overlays): overlay-buffer returns nil for
9180 deleted overlays.
9181
91822005-02-22 Kim F. Storm <storm@cua.dk>
9183
9184 * minibuf.texi (Basic Completion): Allow symbols in addition to
9185 strings in try-completion and all-completions.
9186
91872005-02-14 Lute Kamstra <lute@gnu.org>
9188
9189 * elisp.texi (Top): Remove reference to deleted node.
9190
9191 * lists.texi (Lists): Remove reference to deleted node.
9192 (Cons Cells): Fix typo.
9193
9194 * loading.texi (Where Defined): Fix typo.
9195
91962005-02-14 Richard M. Stallman <rms@gnu.org>
9197
9198 * variables.texi (Creating Buffer-Local): change-major-mode-hook
9199 is useful for discarding some minor modes.
9200
9201 * symbols.texi (Symbol Components): Reorder examples.
9202
9203 * streams.texi (Input Functions): State standard-input default.
9204 (Output Variables): State standard-output default.
9205
9206 * objects.texi (Printed Representation): Clarify read syntax vs print.
9207 (Floating Point Type): Explain meaning better.
9208 (Symbol Type): Explain uniqueness better.
9209 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
9210 List examples sooner.
9211 (Box Diagrams): New subnode broken out.
9212 Some examples moved from old Lists as Boxes node.
9213 (Dotted Pair Notation): Clarify intro.
9214 (Array Type): Clarify.
9215 (Type Predicates): Add hash-table-p.
9216
9217 * numbers.texi (Integer Basics): Clarify radix explanation.
9218 (Predicates on Numbers): Minor clarification.
9219 (Comparison of Numbers): Minor clarification. Clarify eql.
9220 Typos in min, max.
9221 (Math Functions): Clarify overflow in expt.
9222
9223 * minibuf.texi (Text from Minibuffer): Minor clarification.
9224 Mention arrow keys.
9225
9226 * loading.texi (Autoload): defun's doc string overrides autoload's
9227 doc string.
9228 (Repeated Loading): Modernize "add to list" examples.
9229 (Where Defined): Finish updating table of load-history elts.
9230
9231 * lists.texi (List-related Predicates): Minor wording improvement.
9232 (Lists as Boxes): Node deleted.
9233 (Building Lists): Explain trivial cases of number-sequence.
9234
9235 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 9236 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
9237 (Hash Access): Any object can be a key.
9238 State value of maphash.
9239
9240 * functions.texi (What Is a Function): Wording cleanup.
9241 (Function Documentation): Minor cleanup.
9242 Explain purpose of calling convention at end of doc string.
9243 (Function Names): Wording cleanup.
9244 (Calling Functions): Wording cleanup.
9245 Explain better how funcall calls the function.
9246 (Function Cells): Delete example of saving and redefining function.
9247
9248 * control.texi (Combining Conditions): Wording cleanup.
9249 (Iteration): dolist and dotimes bind VAR locally.
9250 (Cleanups): Xref to Atomic Changes.
9251
9252 * compile.texi (Byte Compilation): Delete 19.29 info.
9253 (Compilation Functions): Macros' difficulties don't affect defsubst.
9254 (Docs and Compilation): Delete 19.29 info.
9255
92562005-02-10 Richard M. Stallman <rms@gnu.org>
9257
9258 * objects.texi (Symbol Type): Minor correction.
9259
92602005-02-06 Lute Kamstra <lute@gnu.org>
9261
9262 * modes.texi (Example Major Modes): Fix typos.
9263
92642005-02-06 Richard M. Stallman <rms@gnu.org>
9265
9266 * text.texi (Margins): fill-nobreak-predicate can be one function.
9267
9268 * strings.texi (Modifying Strings): clear-string can make unibyte.
9269 (Formatting Strings): format gives error if values missing.
9270
9271 * positions.texi (Character Motion): Mention default arg
9272 for forward-char. backward-char refers to forward-char.
9273 (Word Motion): Mention default arg for forward-word.
9274 (Buffer End Motion): Mention default arg for beginning-of-buffer.
9275 Simplify end-of-buffer.
9276 (Text Lines): Mention default arg for forward-line.
9277 (List Motion): Mention default arg for beginning/end-of-defun.
9278 (Skipping Characters): Minor fixes in explaining character-set.
9279
9280 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
9281 Mode inheritance applies only when default-major-mode is nil.
9282 Clarifications.
9283 (Example Major Modes): Update Text mode and Lisp mode examples.
9284 (Minor Mode Conventions): Mention define-minor-mode at top.
9285 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
9286 (Mode Line Format): Update mode line face display info.
9287 (Properties in Mode): Mention effect of risky vars.
9288 (Imenu): Define imenu-add-to-menubar.
9289 (Font Lock Mode): Add descriptions to menu lines.
9290 (Faces for Font Lock): Add font-lock-doc-face.
9291
92922005-02-05 Lute Kamstra <lute@gnu.org>
9293
9294 * text.texi (Maintaining Undo): Remove obsolete function.
9295
92962005-02-05 Eli Zaretskii <eliz@gnu.org>
9297
9298 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 9299 color specifications. Improve indexing.
b8d4c8d0
GM
9300 (Text Terminal Colors): Replace the description of RGB values by
9301 an xref to "Color Names".
9302
93032005-02-03 Richard M. Stallman <rms@gnu.org>
9304
9305 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
9306 Clarify.
9307 (Selecting Windows): Clarify save-selected-window.
9308 (Cyclic Window Ordering): Clarify walk-windows.
9309 (Window Point): Clarify.
9310 (Window Start): Add comment to example.
9311 (Resizing Windows): Add `interactive' specs in examples.
9312 Document fit-window-to-buffer.
9313
9314 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
9315 (Undo, Maintaining Undo): Clarify last change.
9316 (Sorting): In sort-numeric-fields, explain about octal and hex.
9317 Mention sort-numeric-base.
9318 (Format Properties): Add xref for hard newlines.
9319
9320 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
9321 (Pop-Up Menus): Fix typo.
9322 (Color Names): Explain all types of color names.
9323 Explain color-values on B&W terminal.
9324 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
9325
9326 * files.texi (File Locks): Not supported on MS systems.
9327 (Testing Accessibility): Clarify.
9328
9329 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
9330 (Coverage Testing): Fix typo.
9331
9332 * commands.texi (Misc Events): Remove stray space.
9333
9334 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
9335 (Modification Time): Clarify when visited-file-modtime returns 0.
9336 (The Buffer List): Clarify bury-buffer.
9337 (Killing Buffers): Clarify.
9338 (Indirect Buffers): Add clone-indirect-buffer.
9339
93402005-02-02 Matt Hodges <MPHodges@member.fsf.org>
9341
9342 * edebug.texi (Printing in Edebug): Fix default value of
9343 edebug-print-circle.
9344 (Coverage Testing): Fix displayed frequency count data.
9345
93462005-02-02 Luc Teirlinck <teirllm@auburn.edu>
9347
9348 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
9349
93502005-02-02 Kim F. Storm <storm@cua.dk>
9351
9352 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
9353
93542005-01-29 Eli Zaretskii <eliz@gnu.org>
9355
9356 * commands.texi (Misc Events): Describe the help-echo event.
9357
9358 * text.texi (Special Properties) <help-echo>: Use `pos'
9359 consistently in description of the help-echo property.
9360 Use @code{nil} instead of @var{nil}.
9361
9362 * display.texi (Overlay Properties): Fix the index entry for
9363 help-echo overlay property.
9364
9365 * customize.texi (Type Keywords): Uncomment the xref to the
9366 help-echo property documentation.
9367
93682005-01-23 Kim F. Storm <storm@cua.dk>
9369
9370 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
9371 return value. Third element FULLY replaced by PARTIAL which
9372 specifies number of invisible pixels if row is only partially visible.
9373 (Textual Scrolling): Mention auto-window-vscroll.
9374 (Vertical Scrolling): New defvar auto-window-vscroll.
9375
93762005-01-16 Luc Teirlinck <teirllm@auburn.edu>
9377
9378 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
9379 command remapping.
9380
93812005-01-15 Richard M. Stallman <rms@gnu.org>
9382
9383 * display.texi (Defining Images): Mention DATA-P arg of create-image.
9384
93852005-01-14 Kim F. Storm <storm@cua.dk>
9386
9387 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9388
9389 * text.texi (Links and Mouse-1): Fix string and vector item.
9390
93912005-01-13 Richard M. Stallman <rms@gnu.org>
9392
9393 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9394 descriptions of overriding-local-map and overriding-terminal-local-map.
9395
9396 * text.texi (Links and Mouse-1): Clarify text.
9397
93982005-01-13 Kim F. Storm <storm@cua.dk>
9399
9400 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9401
94022005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
9403
9404 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9405
94062005-01-12 Kim F. Storm <storm@cua.dk>
9407
9408 * text.texi (Links and Mouse-1): Rename section from Enabling
9409 Mouse-1 to Following Links. Change xrefs.
9410 Add examples for define-button-type and define-widget.
9411
9412 * display.texi (Button Properties, Button Buffer Commands):
9413 Clarify mouse-1 and follow-link functionality.
9414
94152005-01-12 Richard M. Stallman <rms@gnu.org>
9416
9417 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9418
9419 * display.texi (Beeping): Fix Texinfo usage.
9420
9421 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9422
94232005-01-11 Kim F. Storm <storm@cua.dk>
9424
9425 * display.texi (Button Properties, Button Buffer Commands):
9426 Mention mouse-1 binding. Add follow-link keyword.
9427
9428 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9429 (Enabling Mouse-1 to Follow Links): New subsection.
9430
94312005-01-06 Richard M. Stallman <rms@gnu.org>
9432
9433 * text.texi (Special Properties): Minor change.
9434
9435 * os.texi (Timers): Clarify previous change.
9436
9437 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9438
94392005-01-01 Luc Teirlinck <teirllm@auburn.edu>
9440
9441 * display.texi (Face Attributes): Correct xref to renamed node.
9442
94432005-01-01 Richard M. Stallman <rms@gnu.org>
9444
9445 * display.texi (Face Attributes): Describe hex color specs.
9446
94472004-12-31 Richard M. Stallman <rms@gnu.org>
9448
9449 * os.texi (Timers): Update previous change.
9450
94512004-12-30 Kim F. Storm <storm@cua.dk>
9452
9453 * display.texi (Line Height): Total line-height is now specified
9454 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
9455 in cons cells. (nil . RATIO) is relative to actual line height.
9456 Use line-height `t' instead of `0' to get minimum height.
9457
94582004-12-29 Richard M. Stallman <rms@gnu.org>
9459
9460 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9461
94622004-12-28 Richard M. Stallman <rms@gnu.org>
9463
9464 * commands.texi (Quitting): Clarify value of with-local-quit.
9465
9466 * elisp.texi (Top): Fix previous change.
9467
9468 * loading.texi (Loading): Fix previous change.
9469
94702004-12-27 Richard M. Stallman <rms@gnu.org>
9471
9472 * Makefile.in (MAKEINFO): Specify --force.
9473
9474 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9475
9476 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9477
9478 * display.texi (Line Height): Further clarify.
9479
9480 * elisp.texi (Top): Update Loading submenu.
9481
9482 * loading.texi (Where Defined): New node.
9483 (Unloading): load-history moved to Where Defined.
9484
94852004-12-21 Richard M. Stallman <rms@gnu.org>
9486
9487 * commands.texi (Event Input Misc): Add while-no-input.
9488
94892004-12-11 Richard M. Stallman <rms@gnu.org>
9490
9491 * display.texi (Line Height): Rewrite text for clarity.
9492
94932004-12-11 Kim F. Storm <storm@cua.dk>
9494
9495 * display.texi (Display): Add node "Line Height" to menu.
9496 (Line Height): New node. Move full description of line-spacing
9497 and line-height text properties here from text.texi.
9498 (Scroll Bars): Add vertical-scroll-bar variable.
9499
9500 * frames.texi (Window Frame Parameters): Remove line-height defvar.
9501
9502 * locals.texi (Standard Buffer-Local Variables): Fix xref for
9503 line-spacing and vertical-scroll-bar.
9504
9505 * text.texi (Special Properties): Just mention line-spacing and
9506 line-height here, add xref to new "Line Height" node.
9507
95082004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
9509
9510 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
9511
9512 * locals.texi (Standard Buffer-Local Variables):
9513 Add @xref for `line-spacing'.
9514
95152004-12-05 Richard M. Stallman <rms@gnu.org>
9516
9517 * Makefile.in (maintainer-clean): Remove the info files
9518 in $(infodir) where they are created.
9519
95202004-12-03 Richard M. Stallman <rms@gnu.org>
9521
9522 * windows.texi (Selecting Windows): get-lru-window and
9523 get-largest-window don't consider dedicated windows.
9524
9525 * text.texi (Undo): Document undo-in-progress.
9526
95272004-11-26 Richard M. Stallman <rms@gnu.org>
9528
9529 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
9530 Remove a few vars that are not always buffer-local.
9531
95322004-11-24 Luc Teirlinck <teirllm@auburn.edu>
9533
9534 * locals.texi (Standard Buffer-Local Variables): Comment out
9535 xref's to non-existent node `Yet to be written'.
9536
95372004-11-24 Richard M. Stallman <rms@gnu.org>
9538
9539 * processes.texi (Synchronous Processes): Grammar fix.
9540
9541 * numbers.texi (Comparison of Numbers): Add eql.
9542
9543 * locals.texi (Standard Buffer-Local Variables): Add many vars.
9544
9545 * intro.texi (Printing Notation): Fix previous change.
9546
9547 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
9548 and default-indicate-buffer-boundaries from here.
9549 (Usual Display): To here.
9550 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
9551 (Usual Display): Move tab-width up.
9552
5dcb4c4e
SM
9553 * customize.texi (Variable Definitions):
9554 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
9555 (Simple Types, Composite Types, Defining New Types):
9556 Minor cleanups.
9557
95582004-11-21 Jesper Harder <harder@ifa.au.dk>
9559
9560 * processes.texi (Synchronous Processes, Output from Processes):
9561 Markup fix.
9562
95632004-11-20 Richard M. Stallman <rms@gnu.org>
9564
9565 * positions.texi (Skipping Characters): skip-chars-forward
9566 now handles char classes.
9567
9568 * intro.texi (Printing Notation): Avoid confusion of `print'
9569 when explaining @print.
9570
9571 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
9572
9573 * display.texi (Display Table Format): Minor fix.
9574
9575 * streams.texi (Output Functions): Fix print example.
9576
9577 * Makefile.in (elisp): New target.
9578 (dist): Depend on $(infodir)/elisp, not elisp.
9579 Copy the info files from $(infodir).
9580
9581 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
9582 read-from-minibuffer.
9583
9584 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
9585
95862004-11-19 Richard M. Stallman <rms@gnu.org>
9587
9588 * searching.texi (Regexp Search): Add search-whitespace-regexp.
9589
95902004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
9591
9592 * tips.texi (Coding Conventions): Fix typo.
9593
95942004-11-16 Richard M. Stallman <rms@gnu.org>
9595
9596 * tips.texi (Coding Conventions): Separate defvar and require
9597 methods to avoid warnings. Use require only when there are many
9598 functions and variables from that package.
9599
9600 * minibuf.texi (Minibuffer Completion): When ignoring case,
9601 predicate must not be case-sensitive.
9602
9603 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
9604 (Test Coverage): Don't talk about "splotches". Clarified.
9605
96062004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
9607
9608 * frames.texi (Window Frame Parameters): Fix typo.
9609
96102004-11-15 Kim F. Storm <storm@cua.dk>
9611
9612 * symbols.texi (Other Plists): Note that plist-get may signal error.
9613 Add safe-plist-get.
9614
96152004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9616
9617 * modes.texi (Font Lock Basics): Fix typo.
9618
96192004-11-08 Richard M. Stallman <rms@gnu.org>
9620
9621 * syntax.texi (Syntax Table Functions): Add syntax-after.
9622
96232004-11-06 Lars Brinkhoff <lars@nocrew.org>
9624
9625 * os.texi (Processor Run Time): New section documenting
9626 get-internal-run-time.
9627
96282004-11-06 Eli Zaretskii <eliz@gnu.org>
9629
9630 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
9631 it nukes elisp-cover.texi.
9632 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
9633 elisp-0 etc.
9634
96352004-11-05 Luc Teirlinck <teirllm@auburn.edu>
9636
9637 * commands.texi (Keyboard Macros): Document `append' return value
9638 of `defining-kbd-macro'.
9639
96402004-11-01 Richard M. Stallman <rms@gnu.org>
9641
9642 * commands.texi (Interactive Call): Add called-interactively-p.
9643
96442004-10-29 Simon Josefsson <jas@extundo.com>
9645
9646 * minibuf.texi (Reading a Password): Revert.
9647
96482004-10-28 Richard M. Stallman <rms@gnu.org>
9649
9650 * frames.texi (Display Feature Testing): Explain about "vendor".
9651
96522004-10-27 Richard M. Stallman <rms@gnu.org>
9653
9654 * commands.texi (Interactive Codes): `N' uses numeric prefix,
9655 not raw. Clarify `n'.
9656 (Interactive Call): Rewrite interactive-p, focusing on when
9657 and how to use it.
9658 (Misc Events): Clarify previous change.
9659
9660 * advice.texi (Simple Advice): Clarify what job the example does.
9661 (Around-Advice): Clarify ad-do-it.
9662 (Activation of Advice): An option of ad-default-compilation-action
9663 is `never', not `nil'.
9664
96652004-10-26 Kim F. Storm <storm@cua.dk>
9666
9667 * commands.texi (Interactive Codes): Add U code letter.
9668
96692004-10-25 Simon Josefsson <jas@extundo.com>
9670
9671 * minibuf.texi (Reading a Password): Add.
9672
96732004-10-24 Jason Rumney <jasonr@gnu.org>
9674
9675 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
9676 and wheel-down.
9677
96782004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
9679
9680 * processes.texi (Synchronous Processes): Document process-file.
9681
96822004-10-22 Kenichi Handa <handa@m17n.org>
9683
9684 * text.texi (translate-region): Document that it accepts also a
9685 char-table.
9686
96872004-10-22 David Ponce <david@dponce.com>
9688
9689 * windows.texi (Resizing Windows): Document the `preserve-before'
9690 argument of the functions `enlarge-window' and `shrink-window'.
9691
96922004-10-19 Jason Rumney <jasonr@gnu.org>
9693
9694 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
9695
96962004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9697
9698 * text.texi (Filling): Add anchor for definition of
9699 `sentence-end-double-space'.
9700
9701 * searching.texi (Regexp Example): Update description of how
9702 Emacs currently recognizes the end of a sentence.
9703 (Standard Regexps): Update definition of the variable
9704 `sentence-end'. Add definition of the function `sentence-end'.
9705
97062004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
9707
9708 * display.texi (Progress): New node.
9709
97102004-10-05 Kim F. Storm <storm@cua.dk>
9711
9712 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
9713
97142004-09-29 Kim F. Storm <storm@cua.dk>
9715
9716 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
9717 to identify bitmaps. Remove -fringe-bitmap suffix for standard
9718 fringe bitmap symbols, as they now have their own namespace.
9719 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
9720 vs. pixels. Signal error if no free bitmap slots.
9721 (Pixel Specification): Change IMAGE to @var{image}.
9722
97232004-09-28 Richard M. Stallman <rms@gnu.org>
9724
9725 * text.texi (Special Properties): Clarify line-spacing and line-height.
9726
9727 * searching.texi (Regexp Search): Add looking-back.
9728
97292004-09-25 Luc Teirlinck <teirllm@auburn.edu>
9730
9731 * display.texi: Correct typos.
9732 (Image Descriptors): Correct xref's.
9733
97342004-09-25 Richard M. Stallman <rms@gnu.org>
9735
9736 * text.texi (Special Properties): Cleanups in `cursor'.
9737 Rewrites in `line-height' and `line-spacing'; exchange them.
9738
9739 * display.texi (Fringes): Rewrite previous change.
9740 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
9741 (Display Fringe Bitmaps): Node deleted, text moved.
9742 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
9743 (Scroll Bars): Clarify set-window-scroll-bars.
9744 (Pointer Shape): Rewrite.
9745 (Specified Space): Clarify :align-to, etc.
9746 (Pixel Specification): Use @var. Clarify new text.
9747 (Other Display Specs): Clarify `slice'.
9748 (Image Descriptors): Cleanups.
9749 (Showing Images): Cleanups.
9750
97512004-09-24 Luc Teirlinck <teirllm@auburn.edu>
9752
9753 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
9754
9755 * modes.texi: Various minor changes in addition to:
9756 (Major Mode Conventions): Final call to `run-mode-hooks' should
9757 not be inside the `delay-mode-hooks' form.
9758 (Mode Hooks): New node.
9759 (Hooks): Delete obsolete example.
9760 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
9761 node "Mode Hooks".
9762
97632004-09-22 Luc Teirlinck <teirllm@auburn.edu>
9764
9765 * display.texi: Correct various typos.
9766 (Display): Rename node "Pointer Shapes" to "Pointer
9767 Shape". (There is already a node called "Pointer Shapes" in
9768 frames.texi.)
9769 (Images): Remove non-existent node "Image Slices" from menu.
9770
97712004-09-23 Kim F. Storm <storm@cua.dk>
9772
9773 * text.texi (Special Properties): Add `cursor', `pointer',
9774 `line-height', and `line-spacing' properties.
9775
9776 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
9777 Shapes' to menu.
9778 (Standard Faces): Doc fix for fringe face.
9779 (Fringes): Add `overflow-newline-into-fringe' and
9780 'indicate-buffer-boundaries'.
9781 (Fringe Bitmaps, Pointer Shapes): New nodes.
9782 (Display Property): Add 'Pixel Specification' and 'Display Fringe
9783 Bitmaps' to menu.
9784 (Specified Space): Describe pixel width and height.
9785 (Pixel Specification): New node.
9786 (Other Display Specs): Add `slice' property.
9787 (Display Fringe Bitmaps): New node.
9788 (Images): Add 'Image Slices' to menu.
9789 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
9790 (Showing Images): Add slice arg to `insert-image'.
9791 Add 'insert-sliced-image'.
b8d4c8d0
GM
9792
97932004-09-20 Richard M. Stallman <rms@gnu.org>
9794
9795 * commands.texi (Key Sequence Input):
9796 Clarify downcasing in read-key-sequence.
9797
97982004-09-08 Juri Linkov <juri@jurta.org>
9799
9800 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
9801
98022004-09-07 Luc Teirlinck <teirllm@auburn.edu>
9803
5dcb4c4e
SM
9804 * locals.texi (Standard Buffer-Local Variables):
9805 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
9806 * internals.texi (Buffer Internals): Describe new
9807 auto_save_file_format field of the buffer structure.
9808 * files.texi (Format Conversion): `auto-save-file-format' has been
9809 renamed `buffer-auto-save-file-format'.
9810
98112004-08-27 Luc Teirlinck <teirllm@auburn.edu>
9812
9813 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
9814 an integer or a marker.
9815 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
9816
98172004-08-22 Richard M. Stallman <rms@gnu.org>
9818
9819 * modes.texi (Major Mode Conventions): Discuss rebinding of
9820 standard key bindings.
9821
98222004-08-18 Kim F. Storm <storm@cua.dk>
9823
9824 * processes.texi (Accepting Output): Add `just-this-one' arg to
9825 `accept-process-output'.
9826 (Output from Processes): New var `process-adaptive-read-buffering'.
9827
98282004-08-10 Luc Teirlinck <teirllm@auburn.edu>
9829
9830 * keymaps.texi: Various changes in addition to:
9831 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
9832 Give more varied examples for `kbd'.
9833 (Creating Keymaps): Char tables have slots for all characters
9834 without modifiers.
9835 (Active Keymaps): `overriding-local-map' and
9836 `overriding-terminal-local-map' also override text property and
9837 overlay keymaps.
9838 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
9839 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
9840 to denote a prefix of no events.
9841 `map-keymap' includes parent's bindings _recursively_.
9842 Clarify and correct description of `where-is-internal'.
9843 Mention BUFFER-OR-NAME arg to `describe-bindings'.
9844 (Menu Example): For menus intended for use with the keyboard, the
9845 menu items should be bound to characters or real function keys.
9846
98472004-08-08 Luc Teirlinck <teirllm@auburn.edu>
9848
9849 * objects.texi (Character Type): Reposition `@anchor' to prevent
9850 double space inside sentence in Info.
9851
9852 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
9853 renamed to `disabled-command-function'.
9854 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
9855 (Command Loop Info): Replace reference to it.
9856 (Disabling Commands): `disabled-command-hook' has been renamed to
9857 `disabled-command-function'.
9858
98592004-08-07 Luc Teirlinck <teirllm@auburn.edu>
9860
9861 * os.texi (Translating Input): Only non-prefix bindings in
9862 `key-translation-map' override actual key bindings. Warn about
9863 possible indirect effect of actual key bindings on non-prefix
9864 bindings in `key-translation-map'.
9865
98662004-08-06 Luc Teirlinck <teirllm@auburn.edu>
9867
9868 * minibuf.texi (High-Level Completion): Add anchor for definition
9869 of `read-variable'.
9870
9871 * commands.texi: Various changes in addition to:
9872 (Using Interactive): Clarify description of `interactive-form'.
9873 (Interactive Call): Mention default for KEYS argument to
9874 `call-interactively'.
9875 (Command Loop Info): Clarify description of `this-command-keys'.
9876 Mention KEEP-RECORD argument to `clear-this-command-keys'.
9877 Value of `last-event-frame' can be `macro'.
9878 (Repeat Events): `double-click-fuzz' is also used to distinguish
9879 clicks and drags.
9880 (Classifying Events): Clarify descriptions of `event-modifiers'
9881 `event-basic-type' and `event-convert-list'.
9882 (Accessing Events): `posn-timestamp' takes POSITION argument.
9883 (Quoted Character Input): Clarify description of
9884 `read-quoted-char' and fix example.
9885 (Quitting): Add `with-local-quit'.
9886 (Disabling Commands): Correct and clarify descriptions of
9887 `enable-command' and `disable-command'.
9888 Mention what happens if `disabled-command-hook' is nil.
9889 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
9890 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
9891
98922004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9893
9894 * frames.texi: Various changes in addition to:
9895 (Creating Frames): Expand and clarify description of `make-frame'.
9896 (Window Frame Parameters): Either none or both of the `icon-left'
9897 and `icon-top' parameters must be specified. Put descriptions of
9898 `menu-bar-lines' and `toolbar-lines' closer together and change
9899 them accordingly.
9900 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
9901 except while processing `frame-title-format' or `icon-title-format'.
9902 (Deleting Frames): Correct description of `delete-frame'.
9903 Non-nil return values of `frame-live-p' are like those of `framep'.
9904 (Frames and Windows): Mention return value of
9905 `set-frame-selected-window'.
9906 (Visibility of Frames): Mention `force' argument to
9907 `make-frame-invisible'. `frame-visible-p' returns t for all
9908 frames on text-only terminals.
9909 (Frame Configurations): Restoring a frame configuration does not
9910 restore deleted frames.
9911 (Window System Selections): `x-set-selection' returns DATA.
9912 (Resources): Add example.
9913 (Display Feature Testing): Clarify descriptions of
9914 `display-pixel-height', `display-pixel-width', `x-server-version'
9915 and `x-server-vendor'.
9916
9917 * windows.texi (Choosing Window): Add anchor.
9918 * minibuf.texi (Minibuffer Misc): Add anchor.
9919
99202004-07-23 John Paul Wallington <jpw@gnu.org>
9921
9922 * macros.texi (Defining Macros): Declaration keyword for setting
9923 Edebug spec is `debug' not `edebug'.
9924
99252004-07-19 Luc Teirlinck <teirllm@auburn.edu>
9926
9927 * windows.texi: Various small changes in addition to:
9928 (Window Point): Mention return value of `set-window-point'.
9929 (Window Start): `pos-visible-in-window-p' disregards horizontal
9930 scrolling. Explain return value if PARTIALLY is non-nil.
9931 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
9932 and `set-window-vscroll'.
9933 (Size of Window): The argument WINDOW to `window-inside-edges',
9934 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
9935 (Resizing Windows): Explain return value of
9936 `shrink-window-if-larger-than-buffer'.
9937 `window-size-fixed' automatically becomes buffer local when set.
9938 (Window Configurations): Explain return value of
9939 `set-window-configuration'.
9940
9941 * minibuf.texi (Minibuffer Misc): Add anchor for
9942 `minibuffer-scroll-window'.
9943
9944 * positions.texi (Text Lines): Add anchor for `count-lines'.
9945
99462004-07-17 Richard M. Stallman <rms@gnu.org>
9947
9948 * display.texi (Overlay Properties): Adding `evaporate' prop
9949 deletes empty overlay immediately.
9950
9951 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
9952 fix example.
9953
99542004-07-16 Jim Blandy <jimb@redhat.com>
9955
9956 * searching.texi (Regexp Backslash): Document new \_< and \_>
9957 operators.
9958
99592004-07-16 Juanma Barranquero <lektu@terra.es>
9960
9961 * display.texi (Images): Fix Texinfo usage.
9962
99632004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9964
9965 * buffers.texi (Modification Time): `visited-file-modtime' now
9966 returns a list of two integers, instead of a cons.
9967
99682004-07-13 Luc Teirlinck <teirllm@auburn.edu>
9969
9970 * windows.texi: Various changes in addition to:
9971 (Splitting Windows): Add `split-window-keep-point'.
9972
99732004-07-09 Richard M. Stallman <rms@gnu.org>
9974
9975 * frames.texi (Input Focus): Minor fix.
9976
99772004-07-07 Luc Teirlinck <teirllm@auburn.edu>
9978
9979 * frames.texi (Input Focus): Clarify descriptions of
9980 `select-frame-set-input-focus' and `select-frame'.
9981
99822004-07-06 Luc Teirlinck <teirllm@auburn.edu>
9983
9984 * os.texi: Various small changes in addition to:
9985 (Killing Emacs): Expand and clarify description of
9986 `kill-emacs-query-functions' and `kill-emacs-hook'.
9987 (System Environment): Expand and clarify description of `getenv'
9988 and `setenv'.
9989 (Timers): Clarify description of `run-at-time'.
9990 (Translating Input): Correct description of
9991 `extra-keyboard-modifiers'.
9992 (Flow Control): Correct description of `enable-flow-control'.
9993
99942004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
9995
9996 * os.texi: Update copyright.
9997 (Session Management): Grammar fix.
9998 Clarify which Emacs does the restarting.
9999 Use @samp for *scratch* buffer.
10000
100012004-07-04 Alan Mackenzie <acm@muc.de>
10002
10003 * frames.texi (Input Focus): Add documentation for
10004 `select-frame-set-input-focus'. Replace refs to non-existent
10005 `switch-frame' with `select-frame'. Minor corrections and tidying
10006 up of text-only terminal stuff.
10007
100082004-07-02 Richard M. Stallman <rms@gnu.org>
10009
10010 * files.texi (Saving Buffers): Cleanup write-contents-function.
10011 (Magic File Names): Cleanup file-remote-p.
10012
b344d29d 100132004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
10014
10015 * files.texi (Magic File Names): `file-remote-p' returns an
10016 identifier of the remote system, not just t.
10017
100182004-07-02 David Kastrup <dak@gnu.org>
10019
10020 * searching.texi (Entire Match Data): Add explanation about new
10021 match-data behavior when @var{integers} is non-nil.
10022
100232004-06-24 Richard M. Stallman <rms@gnu.org>
10024
10025 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
10026
10027 * customize.texi (Variable Definitions): Note about doc strings
10028 and :set.
10029
10030 * keymaps.texi (Keymap Terminology): Document `kbd'.
10031 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
10032
10033 * display.texi (Invisible Text): Setting buffer-invisibility-spec
10034 makes it buffer-local.
10035
10036 * files.texi (Saving Buffers): Correct previous change.
10037
10038 * commands.texi (Accessing Events):
10039 Clarify posn-col-row and posn-actual-col-row.
10040
100412004-06-24 David Ponce <david.ponce@wanadoo.fr>
10042
10043 * commands.texi (Accessing Events): New functions
10044 posn-at-point and posn-at-x-y. Add example to posn-x-y.
10045
100462004-06-23 Luc Teirlinck <teirllm@auburn.edu>
10047
10048 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
10049 * frames.texi, buffers.texi, backups.texi, variables.texi:
10050 * loading.texi, eval.texi, functions.texi, control.texi:
10051 * symbols.texi, minibuf.texi: Reposition @anchor's.
10052
10053 * help.texi: Various small changes in addition to the following.
10054 (Describing Characters): Describe PREFIX argument to
10055 `key-description'. Correct and clarify definition of
10056 `text-char-description'. Describe NEED-VECTOR argument to
10057 `read-kbd-macro'.
10058 (Help Functions): Clarify definition of `apropos'.
10059
100602004-06-23 Lars Hansen <larsh@math.ku.dk>
10061
10062 * files.texi (Saving Buffers): Correct description of
10063 `write-contents-functions'.
10064
100652004-06-21 Juanma Barranquero <lektu@terra.es>
10066
10067 * display.texi (Images): Remove redundant @vindex directives.
10068 Rewrite `image-library-alist' doc in active voice.
10069
100702004-06-14 Juanma Barranquero <lektu@terra.es>
10071
10072 * display.texi (Images): Document new delayed library loading,
10073 variable `image-library-alist' and (existing but undocumented)
10074 function `image-type-available-p'.
10075
100762004-06-05 Richard M. Stallman <rms@gnu.org>
10077
10078 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
10079 refer the user to the Initial Input node.
10080 (Text from Minibuffer): Likewise.
10081 (Initial Input): New node. Document this feature
10082 and say it is mostly deprecated.
10083
100842004-05-30 Richard M. Stallman <rms@gnu.org>
10085
10086 * loading.texi (Named Features): Clarify return value
10087 and meaning of NOERROR.
10088
10089 * variables.texi (File Local Variables): Minor cleanup.
10090
100912004-05-30 Michael Albinus <michael.albinus@gmx.de>
10092
10093 * files.texi (Magic File Names): Add `file-remote-p' as operation
10094 of file name handlers.
10095
100962004-05-29 Richard M. Stallman <rms@gnu.org>
10097
10098 * modes.texi (Minor Mode Conventions): (-) has no special meaning
10099 as arg to a minor mode command.
10100
101012004-05-22 Richard M. Stallman <rms@gnu.org>
10102
10103 * syntax.texi (Syntax Class Table): Word syntax not just for English.
10104
10105 * streams.texi (Output Variables): Doc float-output-format.
10106
10107 * searching.texi (Regexp Special): Nested repetition can be infloop.
10108
10109 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
10110 real stack overflow.
10111
10112 * compile.texi: Minor cleanups.
10113
101142004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
10115
10116 * lists.texi (Cons Cells): Explain dotted lists, true lists,
10117 circular lists.
10118 (List Elements): Explain handling of circular and dotted lists.
10119
101202004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
10121
10122 * modes.texi (Search-based Fontification): Fix typo.
10123
101242004-05-10 Juanma Barranquero <lektu@terra.es>
10125
10126 * modes.texi (Mode Line Variables): Fix description of
10127 global-mode-string, which is now after which-func-mode, not the
10128 buffer name.
10129
101302004-05-07 Lars Hansen <larsh@math.ku.dk>
10131
10132 * modes.texi (Desktop Save Mode): Add.
10133 (Modes): Add menu entry Desktop Save Mode.
10134
10135 * hooks.texi: Add desktop-after-read-hook,
10136 desktop-no-desktop-file-hook and desktop-save-hook.
10137
10138 * locals.texi: Add desktop-save-buffer.
10139
101402004-04-30 Jesper Harder <harder@ifa.au.dk>
10141
10142 * display.texi: emacs -> Emacs.
10143
101442004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
10145
10146 * files.texi (Changing Files): Document set-file-times.
10147
101482004-04-23 Juanma Barranquero <lektu@terra.es>
10149
10150 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10151
101522004-04-18 Jesper Harder <harder@ifa.au.dk>
10153
10154 * tips.texi (Coding Conventions): defopt -> defcustom.
10155
101562004-04-16 Luc Teirlinck <teirllm@auburn.edu>
10157
10158 * sequences.texi: Various clarifications.
10159
101602004-04-14 Luc Teirlinck <teirllm@auburn.edu>
10161
10162 * buffers.texi (Read Only Buffers): Mention optional ARG to
10163 `toggle-read-only'.
10164
101652004-04-14 Nick Roberts <nick@nick.uklinux.net>
10166
10167 * windows.texi (Selecting Windows): Note that get-lru-window
10168 returns a full-width window if possible.
10169
101702004-04-13 Luc Teirlinck <teirllm@auburn.edu>
10171
10172 * buffers.texi: Various changes in addition to:
10173 (Buffer File Name): Add `find-buffer-visiting'.
10174 (Buffer Modification): Mention optional ARG to `not-modified'.
10175 (Indirect Buffers): Mention optional CLONE argument to
10176 `make-indirect-buffer'.
10177
10178 * files.texi: Various changes in addition to:
10179 (Visiting Functions): `find-file-hook' is now a normal hook.
10180 (File Name Expansion): Explain difference between the way that
10181 `expand-file-name' and `file-truename' treat `..'.
10182 (Contents of Directories): Mention optional ID-FORMAT argument to
10183 `directory-files-and-attributes'.
10184 (Format Conversion): Mention new optional CONFIRM argument to
10185 `format-write-file'.
10186
101872004-04-12 Miles Bader <miles@gnu.org>
10188
10189 * macros.texi (Expansion): Add description of `macroexpand-all'.
10190
101912004-04-05 Jesper Harder <harder@ifa.au.dk>
10192
5dcb4c4e
SM
10193 * variables.texi (Variable Aliases):
10194 Mention cyclic-variable-indirection.
b8d4c8d0
GM
10195
10196 * errors.texi (Standard Errors): Ditto.
10197
101982004-04-04 Luc Teirlinck <teirllm@auburn.edu>
10199
10200 * backups.texi: Various small changes in addition to:
10201 (Making Backups): Mention return value of `backup-buffer'.
10202 (Auto-Saving): Mention optional FORCE argument to
10203 `delete-auto-save-file-if-necessary'.
10204 (Reverting): Mention optional PRESERVE-MODES argument to
10205 `revert-buffer'. Correct description of `revert-buffer-function'.
10206
102072004-03-22 Juri Linkov <juri@jurta.org>
10208
10209 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
10210 with `Vector Functions'.
10211
10212 * text.texi (Sorting): Add missing quote.
10213
102142004-03-14 Luc Teirlinck <teirllm@auburn.edu>
10215
10216 * intro.texi (Lisp History): Replace xref to `cl' manual with
10217 inforef.
10218
102192004-03-12 Richard M. Stallman <rms@gnu.org>
10220
10221 * intro.texi (Version Info): Add arg to emacs-version.
10222 (Lisp History): Change xref to CL manual.
10223
102242004-03-09 Luc Teirlinck <teirllm@auburn.edu>
10225
10226 * minibuf.texi (Completion Commands): Add xref to Emacs manual
10227 for Partial Completion mode.
10228
102292004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
10230
10231 * customize.texi: Fix typo. Remove eol whitespace.
10232
102332004-03-04 Richard M. Stallman <rms@gnu.org>
10234
10235 * processes.texi: Fix typos.
10236
10237 * lists.texi (Building Lists): Minor clarification.
10238
10239 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
10240 in make-hash-table.
10241
102422004-02-29 Juanma Barranquero <lektu@terra.es>
10243
10244 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
10245 rm, and ignore exit code.
10246
102472004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10248
10249 * display.texi (Defining Faces): Add description for min-colors.
10250 Update example.
10251
102522004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10253
10254 * abbrevs.texi: Various corrections and clarifications in addition
10255 to the following:
10256 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
10257
102582004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10259
10260 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
10261
102622004-02-21 Luc Teirlinck <teirllm@auburn.edu>
10263
10264 * text.texi: Various small changes in addition to the following:
10265 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
10266 to delete-horizontal-space.
10267 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
10268 description of yank-handler text property at various places.
10269
10270 * frames.texi (Window System Selections): Add anchor.
10271
10272 * syntax.texi (Syntax Table Functions): Clarify and correct
10273 descriptions of make-syntax-table and copy-syntax-table.
10274 (Motion and Syntax): Clarify SYNTAXES argument to
10275 skip-syntax-forward.
10276 (Parsing Expressions): Mention that the return value of
10277 parse-partial-sexp is currently a list of ten rather than nine
10278 elements.
10279 (Categories): Various corrections and clarifications.
10280
102812004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10282
10283 * markers.texi (Marker Insertion Types): Minor change.
10284
10285 * locals.texi (Standard Buffer-Local Variables):
10286 * commands.texi (Interactive Codes, Using Interactive):
10287 * functions.texi (Related Topics): Fix xrefs.
10288
102892004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10290
10291 * lists.texi (Sets And Lists): Update description of delete-dups.
10292
102932004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10294
10295 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
10296
c8763fb6 102972004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10298
10299 * frames.texi (Parameter Access): frame-parameters arg is optional.
10300 modify-frame-parameters handles nil for FRAME.
10301 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
10302 are all-or-nothing for certain toolkits.
10303 Mention parameter wait-for-wm.
10304 (Frames and Windows): In frame-first-window and frame-selected-window
10305 the arg is optional.
10306 (Input Focus): In redirect-frame-focus the second arg is optional.
10307 (Window System Selections): Mention selection type CLIPBOARD.
10308 Mention data-type UTF8_STRING.
10309 Mention numbering of cut buffers.
10310 (Resources): Describe x-resource-name.
10311
103122004-02-16 Richard M. Stallman <rms@gnu.org>
10313
10314 * windows.texi (Buffers and Windows): Delete false table
10315 about all-frames.
10316
10317 * syntax.texi (Parsing Expressions): Delete old caveat
10318 about parse-sexp-ignore-comments.
10319
10320 * streams.texi (Output Variables): Add print-quoted.
10321
10322 * lists.texi (Building Lists): Minor cleanup.
10323
10324 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
10325
10326 * display.texi (Overlays): Explain overlays use markers.
10327 (Managing Overlays): Explain front-advance and rear-advance
10328 in more detail.
10329
10330 * loading.texi (Unloading): Document unload-feature-special-hooks.
10331 Get rid of fns-NNN.el file.
10332
103332004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10334
10335 * help.texi (Describing Characters): Fix text-char-description
10336 example output.
10337
10338 * edebug.texi (Using Edebug): Fix example.
10339
10340 * debugging.texi (Internals of Debugger): Fix return value.
10341
10342 * files.texi (Changing Files): Fix argname.
10343
10344 * calendar.texi: Fix parens, and default values.
10345
10346 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
10347 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 10348 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
10349
10350 * positions.texi (Text Lines): Don't add -1 in current-line.
10351
103522004-02-16 Richard M. Stallman <rms@gnu.org>
10353
10354 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
10355
103562004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10357
10358 * processes.texi (Low-Level Network): Fix a typo.
10359
103602004-02-12 Kim F. Storm <storm@cua.dk>
10361
10362 * display.texi (Fringes): Use consistent wording.
10363 Note that window-fringe's window arg is optional.
10364 (Scroll Bars): Use consistent wording.
10365
103662004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10367
10368 * tips.texi (Comment Tips): Document the new conventions for
10369 commenting out code.
10370
c8763fb6 103712004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 10372
5dcb4c4e 10373 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
10374
103752004-02-07 Kim F. Storm <storm@cua.dk>
10376
10377 * positions.texi (Text Lines): Add line-number-at-pos.
10378
103792004-02-06 John Paul Wallington <jpw@gnu.org>
10380
10381 * display.texi (Button Properties, Button Buffer Commands):
10382 mouse-2 invokes button, not down-mouse-1.
10383
103842004-02-04 Jason Rumney <jasonr@gnu.org>
10385
10386 * makefile.w32-in: Sync with Makefile.in changes.
10387
103882004-02-03 Luc Teirlinck <teirllm@auburn.edu>
10389
10390 * minibuf.texi (Text from Minibuffer): Various corrections and
10391 clarifications.
10392 (Object from Minibuffer): Correct Lisp description of
10393 read-minibuffer.
10394 (Minibuffer History): Clarify description of cons values for
10395 HISTORY arguments.
5dcb4c4e
SM
10396 (Basic Completion): Various corrections and clarifications.
10397 Add completion-regexp-list.
b8d4c8d0
GM
10398 (Minibuffer Completion): Correct and clarify description of
10399 completing-read.
5dcb4c4e
SM
10400 (Completion Commands): Mention Partial Completion mode.
10401 Various other minor changes.
b8d4c8d0
GM
10402 (High-Level Completion): Various corrections and clarifications.
10403 (Reading File Names): Ditto.
10404 (Minibuffer Misc): Ditto.
10405
104062004-01-26 Luc Teirlinck <teirllm@auburn.edu>
10407
10408 * strings.texi (Text Comparison): assoc-string also matches
10409 elements of alists that are strings instead of conses.
10410 (Formatting Strings): Standardize Texinfo usage. Update index
10411 entries.
10412
104132004-01-20 Luc Teirlinck <teirllm@auburn.edu>
10414
10415 * lists.texi (Sets And Lists): Add delete-dups.
10416
104172004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10418
10419 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10420 special form.
10421 * macros.texi (Defining Macros): Update description of `declare',
10422 which now is a macro.
10423 (Wrong Time): Fix typos.
10424
104252004-01-14 Luc Teirlinck <teirllm@auburn.edu>
10426
10427 * compile.texi (Compilation Functions): Expand descriptions of
10428 `compile-defun', `byte-compile-file', `byte-recompile-directory'
10429 and `batch-byte-compile'. In particular, mention and describe
10430 all optional arguments.
10431 (Disassembly): Correct and clarify the description of `disassemble'.
10432
104332004-01-11 Luc Teirlinck <teirllm@auburn.edu>
10434
10435 * searching.texi: Various small changes in addition to the
10436 following.
10437 (Regexp Example): Adapt to new value of `sentence-end'.
10438 (Regexp Functions): The PAREN argument to `regexp-opt' can be
10439 `words'.
10440 (Search and Replace): Add usage note for `perform-replace'.
10441 (Entire Match Data): Mention INTEGERS and REUSE arguments to
10442 `match-data'.
10443 (Standard Regexps): Update for new values of `paragraph-start'
10444 and `sentence-end'.
10445
104462004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10447
10448 * files.texi (Saving Buffers): Clarify descriptions of
10449 `write-contents-functions' and `before-save-hook'.
10450 Make the defvar's for `before-save-hook' and `after-save-hook'
10451 into defopt's.
10452
104532004-01-07 Kim F. Storm <storm@cua.dk>
10454
10455 * commands.texi (Click Events): Describe new image and
10456 width/height elements of click events.
10457 (Accessing Events): Add posn-string, posn-image, and
10458 posn-object-width-height. Change posn-object to return either
10459 image or string object.
10460
104612004-01-01 Simon Josefsson <jas@extundo.com>
10462
10463 * hooks.texi (Standard Hooks): Add before-save-hook.
10464 * files.texi (Saving Buffers): Likewise.
10465
104662004-01-03 Richard M. Stallman <rms@gnu.org>
10467
10468 * frames.texi (Frames and Windows): Delete frame-root-window.
10469
104702004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10471
10472 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10473
10474 * functions.texi: Various small changes in addition to the
10475 following.
5dcb4c4e
SM
10476 (What Is a Function): `functionp' returns nil for macros.
10477 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
10478 (Function Documentation): Add `\' in front of (fn @var{arglist})
10479 and explain why.
10480 (Defining Functions): Mention DOCSTRING argument to `defalias'.
10481 Add anchor.
10482 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
10483
104842004-01-01 Miles Bader <miles@gnu.org>
10485
10486 * display.texi (Buttons): New section.
10487
104882003-12-31 Andreas Schwab <schwab@suse.de>
10489
10490 * numbers.texi (Math Functions): sqrt reports a domain-error
10491 error.
10492 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
10493
104942003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10495
10496 * tips.texi (Documentation Tips): Update item on hyperlinks in
10497 documentation strings.
10498
10499 * errors.texi (Standard Errors): Various small corrections and
10500 additions.
10501
10502 * control.texi: Various small changes in addition to the
10503 following.
10504 (Signaling Errors): Provide some more details on how `signal'
10505 constructs the error message. Add anchor to the definition of
10506 `signal'.
10507 (Error Symbols): Describe special treatment of `quit'.
10508 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
10509 to emphasize that it has to be a single form.
10510
10511 * buffers.texi: Add anchor.
10512
105132003-12-29 Richard M. Stallman <rms@gnu.org>
10514
10515 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
10516 (Window Configurations): Add window-configuration-frame.
10517
10518 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
10519
10520 * text.texi (Examining Properties): Add get-char-property-and-overlay.
10521 Change arg name in get-char-property.
10522 (Special Properties): Update handling of keymap property.
10523
10524 * strings.texi (Modifying Strings): Add clear-string.
10525 (Text Comparison): Add assoc-string and remove
10526 assoc-ignore-case, assoc-ignore-representation.
10527
10528 * os.texi (Time of Day): Add set-time-zone-rule.
10529
10530 * numbers.texi (Math Functions): asin, acos, log, log10
10531 report domain-error errors.
10532
10533 * nonascii.texi (Converting Representations):
10534 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
10535 (Encoding and I/O): Add file-name-coding-system.
10536
10537 * modes.texi (Search-based Fontification): Explain that
10538 face specs are symbols with face names as values.
10539
10540 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
10541
10542 * lists.texi (Building Lists): remq moved elsewhere.
10543 (Sets And Lists): remq moved here.
10544 (Association Lists): Refer to assoc-string.
10545
10546 * internals.texi (Garbage Collection): Add memory-use-counts.
10547
10548 * frames.texi (Frames and Windows): Add set-frame-selected-window
10549 and frame-root-window.
10550
10551 * files.texi (Contents of Directories):
10552 Add directory-files-and-attributes.
10553
10554 * display.texi (Refresh Screen): Add force-window-update.
10555 (Invisible Text): Explain about moving point out of invis text.
10556 (Overlay Properties): Add overlay-properties.
10557 (Managing Overlays): Add overlayp.
10558 (GIF Images): Invalid image number displays a hollow box.
10559
10560 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
10561 (Killing Buffers): Add buffer-live-p.
10562
105632003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10564
10565 * display.texi (Fringes): Fix typo "set-buffer-window".
10566
105672003-12-24 Luc Teirlinck <teirllm@auburn.edu>
10568
10569 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
10570 * nonascii.texi, processes.texi, tips.texi, variables.texi:
10571 Add or change various xrefs and anchors.
10572
10573 * commands.texi: Replace all occurrences of @acronym{CAR} with
10574 @sc{car}, for consistency with the rest of the Elisp manual.
10575 `car' and `cdr' are historically acronyms, but are no longer
10576 widely thought of as such.
10577
10578 * internals.texi (Pure Storage): Mention that `purecopy' does not
10579 copy text properties.
10580 (Object Internals): Now 29 bits are used (in most implementations)
10581 to address Lisp objects.
10582
10583 * variables.texi (Variables with Restricted Values): New node.
10584
10585 * objects.texi (Lisp Data Types): Mention that certain variables
10586 can only take on a restricted set of values and add an xref to
10587 the new node "Variables with Restricted Values".
10588
10589 * eval.texi (Function Indirection): Describe the errors that
10590 `indirect-function' can signal.
10591 (Eval): Clarify the descriptions of `eval-region' and `values'.
10592 Describe `eval-buffer' instead of `eval-current-buffer' and
10593 mention `eval-current-buffer' as an alias for `current-buffer'.
10594 Correct the description and mention all optional arguments.
10595
10596 * nonascii.texi: Various small changes in addition to the
10597 following.
10598 (Converting Representations): Clarify behavior of
10599 `string-make-multibyte' and `string-to-multibyte' for unibyte all
10600 ASCII arguments.
10601 (Character Sets): Document the variable `charset-list' and adapt
10602 the definition of the function `charset-list' accordingly.
10603 (Translation of Characters): Clarify use of generic characters in
10604 `make-translation-table'. Clarify and correct the description of
10605 the use of translation tables in encoding and decoding.
10606 (User-Chosen Coding Systems): Correct and clarify the description
10607 of `select-safe-coding-system'.
10608 (Default Coding Systems): Clarify description of
10609 `file-coding-system-alist'.
10610
106112003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10612
10613 * strings.texi (Text Comparison): Correctly describe when two
10614 strings are `equal'. Combine and clarify descriptions of
10615 `assoc-ignore-case' and `assoc-ignore-representation'.
10616
10617 * objects.texi (Non-ASCII in Strings): Clarify description of
10618 when a string is unibyte or multibyte.
10619 (Bool-Vector Type): Update examples.
10620 (Equality Predicates): Correctly describe when two strings are
10621 `equal'.
10622
106232003-11-29 Luc Teirlinck <teirllm@auburn.edu>
10624
10625 * lists.texi (Building Lists): `append' no longer accepts integer
10626 arguments. Update the description of `number-sequence' to reflect
10627 recent changes.
10628 (Sets And Lists): Describe `member-ignore-case' after `member'.
10629
106302003-11-27 Kim F. Storm <storm@cua.dk>
10631
10632 * commands.texi (Click Events): Click object may be an images.
10633 Describe (dx . dy) element of click positions.
10634 (Accessing Events): Remove duplicate posn-timestamp.
10635 New functions posn-object and posn-object-x-y.
10636
106372003-11-23 Kim F. Storm <storm@cua.dk>
10638
10639 * commands.texi (Click Events): Describe enhancements to event
10640 position lists, including new text-pos and (col . row) items.
10641 Mention left-fringe and right-fringe area events.
10642 (Accessing Events): New functions posn-area and
10643 posn-actual-col-row. Mention posn-timestamp. Mention that
10644 posn-point in non-text area still returns buffer position.
10645 Clarify posn-col-row.
10646
106472003-11-21 Lars Hansen <larsh@math.ku.dk>
10648
10649 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
10650 * anti.texi (File Attributes): Describe removed parameter
10651 ID-FORMAT.
10652
106532003-11-20 Luc Teirlinck <teirllm@auburn.edu>
10654
10655 * positions.texi (Positions): Mention that, if a marker is used as
10656 a position, its buffer is ignored.
10657
10658 * markers.texi (Overview of Markers): Mention it here too.
10659
106602003-11-12 Luc Teirlinck <teirllm@auburn.edu>
10661
10662 * numbers.texi (Numeric Conversions): Not just `floor', but also
10663 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
10664
106652003-11-10 Luc Teirlinck <teirllm@auburn.edu>
10666
10667 * markers.texi (Creating Markers): Specify insertion type of
10668 created markers. Add xref to `Marker Insertion Types'.
10669 Second argument to `copy-marker' is optional.
10670 (Marker Insertion Types): Mention that most markers are created
10671 with insertion type nil.
10672 (The Mark): Correctly describe when `mark' signals an error.
10673 (The Region): Correctly describe when `region-beginning' and
10674 `region-end' signal an error.
10675
106762003-11-08 Luc Teirlinck <teirllm@auburn.edu>
10677
10678 * hash.texi (Creating Hash): Clarify description of `eql'.
10679 `makehash' is obsolete.
10680 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
10681
10682 * positions.texi (Point): Change description of `buffer-end', so
10683 that it is also correct for floating point arguments.
10684 (List Motion): Correct argument lists of `beginning-of-defun' and
10685 `end-of-defun'.
10686 (Excursions): Add xref to `Marker Insertion Types'.
10687 (Narrowing): Argument to `narrow-to-page' is optional.
10688
106892003-11-06 Luc Teirlinck <teirllm@auburn.edu>
10690
10691 * streams.texi (Output Streams): Clarify behavior of point for
10692 marker output streams.
10693
106942003-11-04 Luc Teirlinck <teirllm@auburn.edu>
10695
10696 * variables.texi (Defining Variables): Second argument to
10697 `defconst' is not optional.
10698 (Setting Variables): Mention optional argument APPEND to
10699 `add-to-list'.
10700 (Creating Buffer-Local): Expand description of
10701 `make-variable-buffer-local'.
10702 (Frame-Local Variables): Expand description of
10703 `make-variable-frame-local'.
10704 (Variable Aliases): Correct description of optional argument
10705 DOCSTRING to `defvaralias'. Mention return value of
10706 `defvaralias'.
10707 (File Local Variables): Add xref to `File variables' in Emacs
10708 Manual. Correct description of `hack-local-variables'. Mention
10709 `safe-local-variable' property. Mention optional second argument
10710 to `risky-local-variable-p'.
10711
107122003-11-03 Luc Teirlinck <teirllm@auburn.edu>
10713
10714 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
10715
107162003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10717
10718 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
10719 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
10720 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
10721 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
10722 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
10723 lispref/processes.texi, lispref/searching.texi,
10724 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
10725 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
10726 @acronym{FOO}.
10727
107282003-10-27 Luc Teirlinck <teirllm@auburn.edu>
10729
10730 * strings.texi (Creating Strings): Argument START to `substring'
10731 can not be `nil'. Expand description of
10732 `substring-no-properties'. Correct description of `split-string',
10733 especially with respect to empty matches. Prevent very bad line
10734 break in definition of `split-string-default-separators'.
10735 (Text Comparison): `string=' and `string<' also accept symbols as
10736 arguments.
10737 (String Conversion): More completely describe argument BASE in
10738 `string-to-number'.
10739 (Formatting Strings): `%s' and `%S' in `format' do require
10740 corresponding object. Clarify behavior of numeric prefix after
10741 `%' in `format'.
10742 (Case Conversion): The argument to `upcase-initials' can be a
10743 character.
10744
107452003-10-27 Kenichi Handa <handa@m17n.org>
10746
10747 * display.texi (Fontsets): Fix texinfo usage.
10748
107492003-10-25 Kenichi Handa <handa@m17n.org>
10750
10751 * display.texi (Fontsets): Add description of the function
10752 set-fontset-font.
10753
107542003-10-23 Luc Teirlinck <teirllm@auburn.edu>
10755
10756 * display.texi (Temporary Displays): Add xref to `Documentation
10757 Tips'.
10758
10759 * functions.texi (Function Safety): Use inforef instead of pxref
10760 for SES.
10761
107622003-10-23 Andreas Schwab <schwab@suse.de>
10763
10764 * Makefile.in (TEX, texinputdir): Don't define.
10765 (TEXI2DVI): Define.
10766 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
10767 add $(srcdir)/index.texi.
10768 ($(infodir)/elisp): Remove index.texi dependency.
10769 (elisp.dvi): Likewise. Use $(TEXI2DVI).
10770 (index.texi): Remove target.
10771 (dist): Don't link $(srcdir)/permute-index.
10772 (clean): Don't remove index.texi.
10773
10774 * permute-index, index.perm: Remove.
10775 * index.texi: Rename from index.unperm.
10776
107772003-10-22 Luc Teirlinck <teirllm@auburn.edu>
10778
10779 * tips.texi (Documentation Tips): Document new behavior for face
10780 and variable hyperlinks in Help mode.
10781
107822003-10-21 Luc Teirlinck <teirllm@auburn.edu>
10783
10784 * objects.texi (Integer Type): Update for extra bit of integer range.
10785 (Character Type): Ditto.
10786
107872003-10-16 Eli Zaretskii <eliz@gnu.org>
10788
10789 * numbers.texi (Integer Basics): Add index entries for reading
10790 numbers in hex, octal, and binary.
10791
107922003-10-16 Lute Kamstra <lute@gnu.org>
10793
10794 * modes.texi (Mode Line Format): Mention force-mode-line-update's
10795 argument.
10796
107972003-10-13 Luc Teirlinck <teirllm@auburn.edu>
10798
10799 * windows.texi (Choosing Window): Fix typo.
10800 * edebug.texi (Edebug Execution Modes): Fix typo.
10801
108022003-10-13 Richard M. Stallman <rms@gnu.org>
10803
10804 * windows.texi (Basic Windows): A window has fringe settings,
10805 display margins and scroll-bar settings.
10806 (Splitting Windows): Doc split-window return value.
10807 Clean up one-window-p.
10808 (Selecting Windows): Fix typo.
10809 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
10810 (Buffers and Windows): In set-window-buffer, explain effect
10811 on fringe settings and scroll bar settings.
10812 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
10813 (Choosing Window): Use defopt for pop-up-frame-function.
10814 For special-display-buffer-names, explain same-window and same-frame.
10815 Clarify window-dedicated-p return value.
10816 (Textual Scrolling): scroll-up and scroll-down can get an error.
10817 (Horizontal Scrolling): Clarify auto-hscroll-mode.
10818 Clarify set-window-hscroll.
10819 (Size of Window): Don't mention tool bar in window-height.
10820 (Coordinates and Windows): Explain what coordinates-in-window-p
10821 returns for fringes and display margins.
10822 (Window Configurations): Explain saving fringes, etc.
10823
10824 * tips.texi (Library Headers): Clean up Documentation.
10825
10826 * syntax.texi (Parsing Expressions): Clean up forward-comment
10827 and parse-sexp-lookup-properties.
10828
10829 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
10830
10831 * os.texi (System Environment): Clean up text for load-average errors.
10832
10833 * modes.texi (Hooks): Don't explain local hook details at front.
10834 Clarify run-hooks and run-hook-with-args a little.
10835 Clean up add-hook and remove-hook.
10836
10837 * edebug.texi (Edebug Execution Modes): Clarify t.
10838 Document edebug-sit-for-seconds.
10839 (Coverage Testing): Document C-x X = and =.
10840 (Instrumenting Macro Calls): Fix typo.
10841 (Specification List): Don't index the specification keywords.
10842
108432003-10-10 Kim F. Storm <storm@cua.dk>
10844
10845 * processes.texi (Network): Introduce make-network-process.
10846
108472003-10-09 Luc Teirlinck <teirllm@auburn.edu>
10848
10849 * tips.texi (Library Headers): Fix typo.
10850
108512003-10-07 Juri Linkov <juri@jurta.org>
10852
10853 * modes.texi (Imenu): Mention imenu-create-index-function's
10854 default value. Explain submenus better.
10855
108562003-10-07 Lute Kamstra <lute@gnu.org>
10857
10858 * modes.texi (Faces for Font Lock): Fix typo.
10859 (Hooks): Explain how buffer-local hook variables can refer to
10860 global hook variables.
10861 Various minor clarifications.
10862
108632003-10-06 Lute Kamstra <lute@gnu.org>
10864
10865 * tips.texi (Coding Conventions): Mention naming conventions for
10866 hooks.
10867
108682003-10-05 Luc Teirlinck <teirllm@auburn.edu>
10869
10870 * loading.texi (Library Search): Correct default value of
10871 load-suffixes.
10872 (Named Features): Fix typo.
10873
108742003-10-05 Richard M. Stallman <rms@gnu.org>
10875
10876 * loading.texi (Named Features): In `provide',
10877 say how to test for subfeatures.
10878 (Unloading): In unload-feature, use new var name
10879 unload-feature-special-hooks.
10880
108812003-10-03 Lute Kamstra <lute@gnu.org>
10882
10883 * modes.texi (Major Mode Conventions): Mention third way to set up
10884 Imenu.
10885 (Imenu): A number of small fixes.
10886 Delete documentation of internal variable imenu--index-alist.
10887 Document the return value format of imenu-create-index-function
10888 functions.
10889
108902003-09-30 Richard M. Stallman <rms@gnu.org>
10891
10892 * processes.texi (Network): Say what stopped datagram connections do.
10893
10894 * lists.texi (Association Lists): Clarify `assq-delete-all'.
10895
10896 * display.texi (Overlay Properties): Clarify `evaporate' property.
10897
108982003-09-29 Lute Kamstra <lute@gnu.org>
10899
10900 * modes.texi (Mode Line Data): Explain when symbols in mode-line
10901 constructs should be marked as risky.
10902 Change cons cell into proper list.
10903 (Mode Line Variables): Change cons cell into proper list.
10904
109052003-09-26 Lute Kamstra <lute@gnu.org>
10906
10907 * modes.texi (Mode Line Data): Document the :propertize construct.
10908 (Mode Line Variables): Reorder the descriptions of the variables
10909 to match their order in the default mode-line-format.
10910 Describe the new variables mode-line-position and mode-line-modes.
10911 Update the default values of mode-line-frame-identification,
10912 minor-mode-alist, and default-mode-line-format.
10913 (Properties in Mode): Mention the :propertize construct.
10914
109152003-09-26 Richard M. Stallman <rms@gnu.org>
10916
10917 * buffers.texi, commands.texi, debugging.texi, eval.texi:
10918 * loading.texi, minibuf.texi, text.texi, variables.texi:
10919 Avoid @strong{Note:}.
10920
109212003-09-26 Richard M. Stallman <rms@gnu.org>
10922
10923 * keymaps.texi (Remapping Commands): Fix typo.
10924
109252003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
10926
10927 * processes.texi (Low-Level Network): Fix typo.
10928
109292003-09-23 Kim F. Storm <storm@cua.dk>
10930
10931 * processes.texi (Network, Network Servers): Fix typos.
10932 (Low-Level Network): Add timeout value for :server keyword.
10933 Add new option keywords to make-network-process.
10934 Add set-network-process-options.
10935 Explain how to test availability of network options.
10936
109372003-09-19 Richard M. Stallman <rms@gnu.org>
10938
10939 * text.texi (Motion by Indent): Arg to
10940 backward-to-indentation and forward-to-indentation is optional.
10941
10942 * strings.texi (Creating Strings): Add substring-no-properties.
10943
10944 * processes.texi
10945 (Process Information): Add list-processes arg QUERY-ONLY.
10946 Delete process-contact from here.
10947 Add new status values for process-status.
10948 Add process-get, process-put, process-plist, set-process-plist.
10949 (Synchronous Processes): Add call-process-shell-command.
10950 (Signals to Processes): signal-process allows process objects.
10951 (Network): Complete rewrite.
10952 (Network Servers, Datagrams, Low-Level Network): New nodes.
10953
10954 * positions.texi (Word Motion): forward-word, backward-word
10955 arg is optional. Reword.
10956
10957 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
10958
10959 * variables.texi (Creating Buffer-Local):
10960 Delete duplicate definition of buffer-local-value.
10961 (File Local Variables): Explain about discarding text props.
10962
109632003-09-11 Richard M. Stallman <rms@gnu.org>
10964
10965 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
10966 changes variables that record input events.
10967 (Minibuffer Misc): Add minibuffer-selected-window.
10968
10969 * lists.texi (Building Lists): Add copy-tree.
10970
10971 * display.texi (Fontsets): Add char-displayable-p.
10972 (Scroll Bars): New node.
10973
109742003-09-08 Lute Kamstra <lute@gnu.org>
10975
10976 * modes.texi (%-Constructs): Document new `%i' and `%I'
10977 constructs.
10978
109792003-09-03 Peter Runestig <peter@runestig.com>
10980
10981 * makefile.w32-in: New file.
10982
109832003-08-29 Richard M. Stallman <rms@gnu.org>
10984
10985 * display.texi (Overlay Properties): Clarify how priorities
10986 affect use of the properties.
10987
109882003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10989
10990 * customize.texi (Type Keywords): Correct the description of
10991 `:help-echo' in the case where `motion-doc' is a function.
10992
109932003-08-14 John Paul Wallington <jpw@gnu.org>
10994
10995 * modes.texi (Emulating Mode Line): Subsection, not section.
10996
109972003-08-13 Richard M. Stallman <rms@gnu.org>
10998
10999 * elisp.texi (Top): Update subnode lists in menu.
11000
11001 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
11002 (Kill Functions): kill-region has new arg yank-handler.
11003 (Yanking): New node.
11004 (Yank Commands): Add yank-undo-function.
11005 (Low-Level Kill Ring):
11006 kill-new and kill-append have new arg yank-handler.
11007 (Changing Properties): Add remove-list-of-text-properties.
11008 (Atomic Changes): New node.
11009
11010 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
11011
11012 * streams.texi (Output Variables): Add eval-expression-print-length
11013 and eval-expression-print-level.
11014
11015 * os.texi (Time Conversion): For encode-time, explain limits on year.
11016
11017 * objects.texi (Character Type): Define anchor "modifier bits".
11018
11019 * modes.texi (Emulating Mode Line): New node.
11020 (Search-based Fontification): Font Lock uses font-lock-face property.
11021 (Other Font Lock Variables): Likewise.
11022
11023 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
11024 not vectors.
11025 (Active Keymaps): Add emulation-mode-map-alists.
11026 (Functions for Key Lookup): key-binding has new arg no-remap.
11027 (Remapping Commands): New node.
11028 (Scanning Keymaps): where-is-internal has new arg no-remap.
11029 (Tool Bar): Add tool-bar-local-item-from-menu.
11030 Clarify when to use tool-bar-add-item-from-menu.
11031
11032 * commands.texi (Interactive Call): commandp has new arg.
11033 (Command Loop Info): Add this-original-command.
11034
110352003-08-06 John Paul Wallington <jpw@gnu.org>
11036
11037 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
11038
11039 * display.texi (Warning Basics): Fix typo.
11040 (Fringes): Add closing curly bracket and fix typo.
11041
11042 * elisp.texi (Top): Fix typo.
11043
110442003-08-05 Richard M. Stallman <rms@gnu.org>
11045
11046 * elisp.texi: Update lists of subnodes.
11047
11048 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
11049
11050 * variables.texi (Local Variables): Use lc for example variable names.
11051
11052 * tips.texi (Library Headers): Explain where to put -*-.
11053
11054 * strings.texi (Creating Strings): Fix xref for vconcat.
11055
11056 * sequences.texi (Vector Functions):
11057 vconcat no longer allows integer args.
11058
11059 * minibuf.texi (Reading File Names): read-file-name has new
11060 arg PREDICATE. New function read-directory-name.
11061
c4cc8b9a 11062 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
11063 (Indenting Macros): New node.
11064
11065 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
11066 (Window Frame Parameters): Make separate table of parameters
11067 that are coupled with specific face attributes.
11068 (Deleting Frames): delete-frame-hooks renamed to
11069 delete-frame-functions.
11070
11071 * files.texi (Magic File Names): Add file-remote-p.
11072 Clarify file-local-copy.
11073
11074 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
11075 here; instead xref Defining Macros.
11076
11077 * display.texi (Warnings): New node, and subnodes.
11078 (Fringes): New node.
11079
11080 * debugging.texi (Test Coverage): New node.
11081
11082 * compile.texi (Compiler Errors): Explain with-no-warnings
11083 and other ways to suppress warnings.
11084
11085 * commands.texi (Interactive Call): Minor clarification.
11086
11087 * buffers.texi (Buffer File Name): set-visited-file-name
11088 renames the buffer too.
11089
11090 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
11091
110922003-07-24 Markus Rost <rost@math.ohio-state.edu>
11093
11094 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
11095
110962003-07-22 Markus Rost <rost@math.ohio-state.edu>
11097
11098 * internals.texi (Garbage Collection): Fix previous change.
11099
111002003-07-22 Richard M. Stallman <rms@gnu.org>
11101
11102 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
11103
11104 * display.texi (Width): Use \s syntax in example.
11105 (Font Selection): Add face-font-rescale-alist.
11106
11107 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
11108 Remove spurious indent in example.
11109
11110 * lists.texi (Building Lists): Add number-sequence.
11111
11112 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
11113
11114 * functions.texi (Function Documentation): Explain how to
11115 show calling convention explicitly in the doc string.
11116
11117 * windows.texi (Selecting Windows): save-selected-window saves
11118 selected window of each frame.
11119 (Window Configurations): Minor change.
11120
11121 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
11122
11123 * streams.texi (Output Variables): Add print-continuous-numbering
11124 and print-number-table.
11125
11126 * processes.texi (Decoding Output): New node.
11127
11128 * os.texi (Time Conversion): decode-time arg is optional.
11129
11130 * objects.texi (Character Type): Don't use space as example for \.
11131 Make list of char names and \-sequences correspond.
11132 Explain that \s is not used in strings. `\ ' needs space after.
11133
11134 * nonascii.texi (Converting Representations): Add string-to-multibyte.
11135 (Translation of Characters): Add translation-table-for-input.
11136 (Default Coding Systems): Add auto-coding-functions.
11137 (Explicit Encoding): Add decode-coding-inserted-region.
11138 (Locales): Add locale-info.
11139
11140 * minibuf.texi (Basic Completion): Describe test-completion.
11141 Collections can be lists of strings.
11142 Clean up lazy-completion-table.
11143 (Programmed Completion): Mention test-completion.
11144 Clarify why lambda expressions are not accepted.
11145 (Minibuffer Misc): Describe minibufferp.
11146
111472003-07-14 Richard M. Stallman <rms@gnu.org>
11148
11149 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
11150
11151 * windows.texi (Selecting Windows): New arg to select-window.
11152 (Selecting Windows): Add with-selected-window.
11153 (Size of Window): Add window-inside-edges, etc.
11154
11155 * internals.texi (Garbage Collection): Add post-gc-hook.
11156
11157 * processes.texi (Subprocess Creation): Add exec-suffixes.
11158
11159 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
11160 (Scanning Keymaps): Add map-keymaps.
11161 (Defining Menus): Add keymap-prompt.
11162
11163 * numbers.texi (Integer Basics): Add most-positive-fixnum,
11164 most-negative-fixnum.
11165
c4cc8b9a 11166 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
11167 (Compiler Errors): New node.
11168
11169 * os.texi (User Identification): user-uid, user-real-uid
11170 can return float.
11171
11172 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
11173 and about derived modes.
11174 (Minor Modes): Add minor-mode-list.
11175 (Defining Minor Modes): Keyword args for define-minor-mode.
11176 (Search-based Fontification): Explain managing other properties.
11177 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 11178 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
11179 (Hooks): Add run-mode-hooks and delay-mode-hooks.
11180
11181 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
11182 (Variable Aliases): Clarify defvaralias.
11183
11184 * loading.texi (Library Search): Add load-suffixes.
11185
11186 * minibuf.texi (Basic Completion): Add lazy-completion-table.
11187 (Programmed Completion): Add dynamic-completion-table.
11188
11189 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
11190 (Magic File Names): Specify precedence order of handlers.
11191
11192 * commands.texi (Command Overview): Emacs server runs pre-command-hook
11193 and post-command-hook.
11194 (Waiting): New calling convention for sit-for.
11195
11196 * text.texi (Special Properties): local-map and keymap properties
11197 apply based on their stickiness.
11198
111992003-07-07 Richard M. Stallman <rms@gnu.org>
11200
11201 * modes.texi (Minor Mode Conventions): Specify only some kinds
11202 of list values as args to minor modes.
11203
11204 * files.texi (File Name Expansion): Warn about iterative use
11205 of substitute-in-file-name.
11206
11207 * advice.texi (Activation of Advice): Clean up previous change.
11208
112092003-07-06 Markus Rost <rost@math.ohio-state.edu>
11210
11211 * advice.texi (Activation of Advice): Note that ad-start-advice is
11212 turned on by default.
11213
112142003-06-30 Richard M. Stallman <rms@gnu.org>
11215
11216 * text.texi (Buffer Contents): Document current-word.
11217 (Change Hooks): Not called for *Messages*.
11218
11219 * functions.texi (Defining Functions): Explain about redefining
11220 primitives.
f4e90db0 11221 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
11222 Comment out the detailed criteria for what is safe.
11223
112242003-06-22 Andreas Schwab <schwab@suse.de>
11225
11226 * objects.texi (Symbol Type): Fix description of examples.
11227
112282003-06-16 Andreas Schwab <schwab@suse.de>
11229
11230 * hash.texi (Creating Hash): Fix description of :weakness.
11231
c8763fb6 112322003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
11233
11234 * files.texi (Changing Files): copy-file copies file modes, too.
11235
112362003-05-28 Richard M. Stallman <rms@gnu.org>
11237
11238 * strings.texi (Creating Strings): Clarify split-string.
11239
112402003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
11241
11242 * strings.texi (Creating Strings): Update split-string specification
11243 and examples.
11244
112452003-05-19 Richard M. Stallman <rms@gnu.org>
11246
11247 * elisp.texi: Correct invariant section names.
11248
112492003-04-20 Richard M. Stallman <rms@gnu.org>
11250
11251 * os.texi (Timers): Explain about timers and quitting.
11252
112532003-04-19 Richard M. Stallman <rms@gnu.org>
11254
11255 * internals.texi (Writing Emacs Primitives): Strings are
11256 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
11257 Explain GCPRO convention for varargs function args.
11258
112592003-04-16 Richard M. Stallman <rms@gnu.org>
11260
11261 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
11262
112632003-04-08 Richard M. Stallman <rms@gnu.org>
11264
11265 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
11266
112672003-02-13 Kim F. Storm <storm@cua.dk>
11268
11269 * objects.texi (Character Type): New \s escape for space.
11270
112712003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
11272
5dcb4c4e 11273 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
11274
112752003-01-25 Richard M. Stallman <rms@gnu.org>
11276
11277 * keymaps.texi: Document that a symbol can act as a keymap.
11278
112792003-01-13 Richard M. Stallman <rms@gnu.org>
11280
11281 * text.texi (Changing Properties): Say string indices are origin-0.
11282
11283 * positions.texi (Screen Lines) <compute-motion>:
11284 Correct order of elts in return value.
11285
11286 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
11287 how to define a default binding.
11288
112892002-12-07 Markus Rost <rost@math.ohio-state.edu>
11290
11291 * loading.texi (Unloading): Fix recent change for load-history.
11292
11293 * customize.texi (Simple Types): Clarify description of custom
11294 type 'number. Describe new custom type 'float.
11295
112962002-12-04 Markus Rost <rost@math.ohio-state.edu>
11297
11298 * variables.texi (File Local Variables): Fix typo.
11299
c8763fb6 113002002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
11301
11302 From Michael Albinus <Michael.Albinus@alcatel.de>.
11303
11304 * README: Target for Info file is `make info'.
11305
5dcb4c4e 11306 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
11307 `file-name-sans-extension'.
11308 (Magic File Names): Complete list of operations for magic file
11309 name handlers.
11310
113112002-09-16 Jonathan Yavner <jyavner@engineer.com>
11312
11313 * variables.texi (File Local Variables): New function
11314 risky-local-variable-p.
11315
113162002-09-15 Jonathan Yavner <jyavner@engineer.com>
11317
11318 * functions.texi (Function safety): New node about unsafep.
11319
113202002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
11321
5dcb4c4e 11322 * customize.texi (Splicing into Lists): Fix example.
a86cd395 11323 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
11324
113252002-06-17 Juanma Barranquero <lektu@terra.es>
11326
11327 * frames.texi (Display Feature Testing): Fix typo.
11328
113292002-06-12 Andreas Schwab <schwab@suse.de>
11330
11331 * frames.texi (Initial Parameters, Resources): Fix references to
11332 the Emacs manual.
11333
113342002-05-13 Kim F. Storm <storm@cua.dk>
11335
11336 * variables.texi (Intro to Buffer-Local): Updated warning and
11337 example relating to changing buffer inside let.
11338
c8763fb6 113392002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
11340
11341 * os.texi (Session Management): New node about X Session management.
11342
113432002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
11344
11345 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
11346 to which the manual corresponds, and the copyright years.
11347
11348 * Makefile.in (VERSION): Set to 2.9.
11349
113502001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
11351
11352 * elisp.texi: Change the category in @dircategory to "Emacs", to
11353 make it consistent with info/dir.
11354
113552001-11-25 Miles Bader <miles@gnu.org>
11356
11357 * text.texi (Fields): Describe new `limit' arg in
11358 field-beginning/field-end.
11359
113602001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
11361
5dcb4c4e
SM
11362 * permute-index: Don't depend on csh-specific features.
11363 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
11364
11365 * two-volume-cross-refs.txt: New file.
11366 * two.el: New file.
11367 * spellfile: New file.
11368
113692001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
11370
11371 * permute-index: New file.
11372
11373 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
11374 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
11375 8+3 restricted namespace.
11376
11377 * Makefile.in (infodir): Define relative to $(srcdir).
11378 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
11379 include directories list via -I switch to makeinfo.
11380 (index.texi): Use cp if both hard and symbolic links fail.
11381
113822001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
11383
11384 * Makefile.in (distclean): Add.
11385
11386 The following changes make ELisp manual part of the Emacs
11387 distribution:
11388
11389 * Makefile.in: Add Copyright notice.
11390 (prefix): Remove.
11391 (infodir): Change value to "../info".
11392 (VPATH): New variable.
11393 (MAKE): Don't define.
11394 (texmacrodir): Don't define.
11395 (texinputdir): Append the existing value of TEXINPUTS.
11396 ($(infodir)/elisp): Instead of just "elisp". Reformat the
11397 command to be compatible with man/Makefile.in, and to put the
11398 output into ../info.
11399 (info): Add target.
11400 (installall): Target removed.
11401
c8763fb6 114022001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
11403
11404 * tips.texi (Coding Conventions): Fix typo.
11405
114062001-10-23 Gerd Moellmann <gerd@gnu.org>
11407
11408 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11409
114102001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11411
11412 * files.texi (File Name Components): Update the description of
11413 file-name-sans-extension and file-name-extension, as they now
11414 ignore leading dots.
11415
114162001-10-20 Gerd Moellmann <gerd@gnu.org>
11417
11418 * (Version 21.1 released.)
11419
114202001-10-19 Miles Bader <miles@gnu.org>
11421
11422 * positions.texi (Text Lines): Describe behavior of
11423 `beginning-of-line'/`end-of-line' in the presence of field properties.
11424
114252001-10-17 Gerd Moellmann <gerd@gnu.org>
11426
11427 * Makefile.in (VERSION): Set to 2.8.
11428 (manual): Use `manual-21'.
11429
11430 * elisp.texi (VERSION): Add and use it where the version
11431 number was used. Set it to 2.8.
11432
11433 * intro.texi: Likewise.
11434
114352001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11436
11437 * files.texi (File Name Completion): Document the significance of
11438 a trailing slash in elements of completion-ignored-extensions.
11439
114402001-10-06 Miles Bader <miles@gnu.org>
11441
11442 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11443
114442001-10-04 Gerd Moellmann <gerd@gnu.org>
11445
11446 * variables.texi (Variable Aliases): New node.
11447
114482001-10-04 Gerd Moellmann <gerd@gnu.org>
11449
11450 * Branch for 21.1.
11451
114522001-10-02 Miles Bader <miles@gnu.org>
11453
11454 * minibuf.texi (Minibuffer Misc): Add entries for
11455 `minibuffer-contents', `minibuffer-contents-no-properties', and
11456 `delete-minibuffer-contents'.
11457 Correct description for `minibuffer-prompt-end'.
11458
11459 * text.texi (Property Search): Correct descriptions of
11460 `next-char-property-change' and `previous-char-property-change'.
11461 Add entries for `next-single-char-property-change' and
11462 `previous-single-char-property-change'.
11463 Make operand names a bit more consistent.
11464
114652001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
11466
11467 * frames.texi (Finding All Frames): Document that next-frame and
11468 previous-frame are local to current terminal.
11469
114702001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
11471
11472 * keymaps.texi (Creating Keymaps): Fix the description of the
11473 result of make-keymap.
11474
114752001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
11476
11477 * display.texi (Font Lookup, Attribute Functions)
11478 (Image Descriptors): Add cross-references to the definition of
11479 selected frame.
11480
11481 * buffers.texi (The Buffer List): Add cross-references to the
11482 definition of selected frame.
11483
11484 * frames.texi (Input Focus): Clarify which frame is _the_ selected
11485 frame at any given time.
11486 (Multiple Displays, Size and Position): Add a cross-reference to
11487 the definition of the selected frame.
11488
114892001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11490
11491 * strings.texi (String Conversion) <string-to-number>: Document
11492 that a float is returned for integers that are too large.
11493
11494 * frames.texi (Mouse Position): Document mouse-position-function.
11495 (Display Feature Testing): Document display-images-p.
11496 (Window Frame Parameters): Document the cursor-type variable.
11497
11498 * numbers.texi (Integer Basics): Document CL style read syntax for
11499 integers in bases other than 10.
11500
5dcb4c4e
SM
11501 * positions.texi (List Motion):
11502 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
11503
11504 * lists.texi (Sets And Lists): Document member-ignore-case.
11505
11506 * internals.texi (Garbage Collection): Document the used and free
11507 strings report.
11508 (Memory Usage): Document strings-consed.
11509
11510 * os.texi (Time of Day): Document float-time.
11511 (Recording Input): Document that clear-this-command-keys clears
11512 the vector to be returned by recent-keys.
11513
ed9265fc
JB
11514 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
11515 The argument keymap can be a list.
b8d4c8d0
GM
11516
11517 * nonascii.texi (User-Chosen Coding Systems)
11518 <select-safe-coding-system>: Document the new argument
11519 accept-default-p and the variable
11520 select-safe-coding-system-accept-default-p. Tell what happens if
11521 buffer-file-coding-system is undecided.
11522 (Default Coding Systems): Document auto-coding-regexp-alist.
11523
11524 * display.texi (The Echo Area) <message>: Document
11525 message-truncate-lines.
11526 (Glyphs): Document that the glyph table is unused on windowed
11527 displays.
11528
11529 * help.texi (Describing Characters) <single-key-description>:
11530 Document the new argument no-angles.
11531 (Accessing Documentation) <documentation-property>: Document that
11532 a non-string property is evaluated.
11533 <documentation>: Document that the function-documentation property
11534 is looked for.
11535
11536 * windows.texi (Selecting Windows): Document some-window.
11537
11538 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
11539
11540 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
11541 apropos-mode-hook.
11542
11543 * commands.texi (Using Interactive): Document interactive-form.
11544 (Keyboard Macros): Document kbd-macro-termination-hook.
11545 (Command Loop Info): Document that clear-this-command-keys clears
11546 the vector to be returned by recent-keys.
11547
115482001-09-04 Werner LEMBERG <wl@gnu.org>
11549
11550 * Makefile.in (srcdir, texinputdir): New variables.
11551 (srcs, index.texi, install): Use $(srcdir).
11552 (.PHONY): Remove elisp.dvi.
11553 (elisp): Use -I switch for makeinfo.
11554 (elisp.dvi): Use $(srcdir) and $(texinputdir).
11555 (installall, dist): Use $(srcdir).
11556 Fix path to texinfo.tex.
11557 (maintainer-clean): Add elisp.dvi and elisp.oaux.
11558
115592001-08-30 Gerd Moellmann <gerd@gnu.org>
11560
11561 * display.texi (Conditional Display): Adjust to API change.
11562
11563 * configure: New file.
11564
115652001-07-30 Gerd Moellmann <gerd@gnu.org>
11566
11567 * commands.texi (Repeat Events): Add description of
11568 double-click-fuzz.
11569
115702001-05-08 Stefan Monnier <monnier@cs.yale.edu>
11571
11572 * syntax.texi (Syntax Class Table): Add the missing designator for
11573 comment and string fences.
11574 (Syntax Properties): Add a xref to syntax table internals.
11575 (Syntax Table Internals): Document string-to-syntax.
11576
115772001-05-07 Gerd Moellmann <gerd@gnu.org>
11578
11579 * Makefile.in (install): Use install-info command line options
11580 like in Emacs' Makefile.in.
11581
115822000-12-09 Miles Bader <miles@gnu.org>
11583
11584 * windows.texi (Window Start): Update documentation for
11585 `pos-visible-in-window-p'.
11586
115872000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11588
11589 * lists.texi (Building Lists): Add footnote to explain how to add
11590 to the end of a list.
11591
115922000-10-25 Gerd Moellmann <gerd@gnu.org>
11593
11594 * files.texi (Visiting Functions): Typos.
11595
115962000-10-25 Kenichi Handa <handa@etl.go.jp>
11597
11598 * files.texi (Visiting Functions): Return value of
11599 find-file-noselect may be a list of buffers if wildcards are used.
11600
116012000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11602
11603 * display.texi (Defining Faces): Document `graphic' display type
11604 in face specs.
11605
b344d29d 116062000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
11607
11608 * hooks.texi (Standard Hooks): Replace obsolete
11609 `after-make-frame-hook' with `after-make-frame-functions'.
11610
11611 * frames.texi (Creating Frames): Ditto.
11612
11613 * variables.texi (Future Local Variables): Ditto.
11614
116152000-10-16 Gerd Moellmann <gerd@gnu.org>
11616
11617 * display.texi (Other Image Types): Add description of :foreground
11618 and :background properties of mono PBM images.
11619
116202000-08-17 Werner LEMBERG <wl@gnu.org>
11621
11622 * .cvsignore: New file.
11623
116242000-01-05 Gerd Moellmann <gerd@gnu.org>
11625
11626 * tindex.pl: New script.
11627
116281999-12-03 Dave Love <fx@gnu.org>
11629
11630 * Makefile.in (MAKEINFO): New parameter.
11631
116321999-09-17 Richard Stallman <rms@gnu.org>
11633
11634 * Makefile.in (srcs): Add hash.texi.
11635 (VERSION): Update to 20.6.
11636
116371999-09-13 Richard Stallman <rms@gnu.org>
11638
11639 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
11640
116411998-08-29 Karl Heuer <kwzh@gnu.org>
11642
11643 * configure.in: New file.
11644 * Makefile.in: Renamed from Makefile.
11645 (prefix, infodir): Use value obtained from configure.
11646 (emacslibdir): Obsolete variable deleted.
11647 (dist): Distribute configure.in, configure, Makefile.in.
11648
116491998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11650
11651 * Makefile (INSTALL_INFO): New variable.
11652 (install): Run install-info.
11653
116541998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11655
11656 * Makefile (elisp.dvi): Add missing backslash.
11657
116581998-05-02 Richard Stallman <rms@psilocin.gnu.org>
11659
11660 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
11661 Run texindex without `./'. Always run texindex on elisp.tp.
11662 (elisp.tps): Target deleted.
11663
116641998-04-05 Richard Stallman <rms@psilocin.gnu.org>
11665
11666 * Makefile (srcs): Add nonascii.texi and customize.texi.
11667 (dist): Start by deleting `temp'.
11668
116691998-02-17 Richard Stallman <rms@psilocin.gnu.org>
11670
11671 * Makefile (makeinfo, texindex): Targets deleted.
11672 (makeinfo.o, texindex.o): Targets deleted.
11673 (clean, dist): Don't do anything with them or with getopt*.
11674
116751998-01-30 Richard Stallman <rms@psilocin.gnu.org>
11676
11677 * Makefile (SHELL): Defined.
11678
116791998-01-27 Richard Stallman <rms@psilocin.gnu.org>
11680
11681 * Makefile (elisp.tps): New target.
11682 (elisp.dvi): Depend on elisp.tps.
11683
c5602427 116841996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
11685
11686 * README: Update phone number.
11687
11688 * Makefile (elisp): Make this be the default target.
11689 Depend on makeinfo.c instead of makeinfo.
11690 (install): Don't depend on elisp.dvi, since we don't install that.
11691 Use mkinstalldirs.
11692 (dist): Add mkinstalldirs.
11693
c5602427 116941995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
11695
11696 * Makefile (VERSION): Update version number.
5dcb4c4e 11697 (maintainer-clean): Rename from realclean.
b8d4c8d0 11698
c5602427 116991995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
11700
11701 * Makefile (realclean): New target.
11702 (elisp): Remove any old elisp-* files first.
11703
c5602427 117041993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
11705
11706 * Makefile (VERSION): New variable.
11707 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
11708 Compressed file suffix should be `.gz', not `.z'.
11709
ce058493 117101993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11711
11712 * Makefile (elisp): Depend on makeinfo.
11713
c5602427 117141993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
11715
11716 * Makefile (srcs): Add anti.texi.
11717
c5602427 117181993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11719
11720 * Makefile (infodir, prefix): New vars.
11721 (install): Use infodir.
f4e90db0 11722 (emacsinfodir): Delete.
b8d4c8d0 11723
c5602427 117241993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11725
11726 * Makefile (srcs): Add calendar.texi.
11727
11728 * Makefile (dist): Copy texindex.c and makeinfo.c.
11729 Limit elisp-* files to those with one or two digits.
11730
c5602427 117311993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 11732
f4e90db0 11733 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 11734
c5602427 117351993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11736
11737 * loading.texi (Unloading): define-function changed back to
11738 defalias. It may not stay this way, but at least it's
11739 consistent with the known-good version of the code patch.
11740
c5602427 117411993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
11742
11743 * modes.texi (Hooks): Document new optional arg of add-hook.
11744
c5602427 117451993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11746
11747 * variables.texi: Document nil initial value of buffer-local variables.
11748
11749 * tips.texi: Add new section on standard library headers.
11750
c5602427 117511993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11752
11753 * Makefile (srcs): Add frame.texi to the list of sources.
11754
c5602427 117551993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11756
11757 * Makefile (dist): Don't bother excluding autosave files; they'll
11758 never make it into the temp directory anyway, and the hash marks
11759 in the name are problematic for make and the Bourne shell.
ed9265fc 11760 (srcs): ???
b8d4c8d0 11761
c5602427 117621993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
11763
11764 * Makefile (dist): Don't include backup files or autosave files in
11765 the distribution tar file.
11766
c5602427 117671991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 11768
5dcb4c4e 11769 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
11770 (elisp.dvi): Remove erroneous shell comment.
11771 Expect output of permute-index in permuted.fns.
11772 Save old elisp.aux in elisp.oaux.
5dcb4c4e 11773 (clean): Add index.texi to be deleted.
b8d4c8d0 11774
c5602427 117751990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
11776
11777 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
11778
c5602427 117791990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
11780
11781 * files.texi: Noted that completion-ignored-extensions is ignored
11782 when making *Completions*.
11783
3e868ee3 117841990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
11785
11786 * Makefile make dist now depends on elisp.dvi, since it tries
11787 to include it in the dist file.
11788
c5602427 117891990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 11790
c5602427 11791 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 11792
c5602427 117931989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
11794
11795 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
11796 (defunargs): Turn off \hyphenchar of \sl font temporarily.
11797
c5602427 117981989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11799
11800 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
11801 and @error{} are the terms now being used. The files in the
11802 directory have been changed to reflect this.
11803
11804 * All instances of @indentedresultt{} have been changed to
333f9019 11805 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 11806
c5602427 118071989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11808
11809 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
11810 experimental @indentedresult{}, @indentedexpandsto{} are part of
11811 the texinfo.tex in this directory. These TeX macros are not
11812 stable yet.
11813
c5602427 118141989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11815
11816 * texinfo.tex: Temporarily added
11817 \let\result=\dblarrow
11818 \def\error{{\it ERROR} \longdblarrow}
11819 We need to do this better soon.
11820
c5602427 118211989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
11822
11823 * Applied Karl Berry's patches to *.texinfo files, but not to
11824 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
11825 new title page format is also not applied, since it requires
11826 texinfo.tex changes.)
11827
11828 * Cleaned up `Makefile' and defined the `emacslibdir' directory
11829 for the Project GNU development environment.
11830
11831;; Local Variables:
c8763fb6 11832;; coding: utf-8
b8d4c8d0
GM
11833;; End:
11834
ca4b98fa 11835 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
11836
11837 This file is part of GNU Emacs.
11838
352c8b4a 11839 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 11840 it under the terms of the GNU General Public License as published by
352c8b4a
GM
11841 the Free Software Foundation, either version 3 of the License, or
11842 (at your option) any later version.
b8d4c8d0
GM
11843
11844 GNU Emacs is distributed in the hope that it will be useful,
11845 but WITHOUT ANY WARRANTY; without even the implied warranty of
11846 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11847 GNU General Public License for more details.
11848
11849 You should have received a copy of the GNU General Public License
352c8b4a 11850 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.