]> code.delx.au - gnu-emacs/blob - lispref/ChangeLog
Clean up wording in previous change.
[gnu-emacs] / lispref / ChangeLog
1 2006-08-08 Richard Stallman <rms@gnu.org>
2
3 * modes.texi: Clean up wording in previous change.
4
5 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
6
7 * modes.texi (Hooks): Clarify.
8 (Major Mode Basics): Mention define-derived-mode explicitly.
9 (Major Mode Conventions): Rebinding RET is OK for some modes.
10 Mention change-major-mode-hook and after-change-major-mode-hook.
11 (Example Major Modes): Moved to end of Modes section.
12 (Mode Line Basics): Clarify.
13 (Mode Line Data): Mention help-echo and local-map in strings.
14 Explain reason for treatment of non-risky variables.
15 (Properties in Mode): Clarify.
16 (Faces for Font Lock): Add font-lock-negation-char-face.
17
18 2006-08-04 Eli Zaretskii <eliz@gnu.org>
19
20 * strings.texi (Formatting Strings): Warn against arbitrary
21 strings as first arg to `format'.
22
23 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
24
25 * text.texi (Clickable Text): Mention `help-echo' text property.
26 Update intro, examples and associated explanations.
27
28 2006-07-31 Richard Stallman <rms@gnu.org>
29
30 * commands.texi: Update xrefs.
31 (Event Mod): New node, cut out from old Translating Input.
32
33 * maps.texi: Update xrefs.
34
35 * keymaps.texi (Translation Keymaps): New node.
36 Update xrefs from Translating Input to Translation Keymaps.
37
38 * elisp.texi (Top): Update subnode menu.
39
40 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
41
42 * os.texi (System Interface): Fix menu descriptions of some nodes.
43 (Translating Input): Node deleted.
44
45 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
46
47 * modes.texi (Minor Mode Conventions): Update link for add-to-list.
48
49 * lists.texi (Sets And Lists): Likewise.
50
51 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
52
53 * text.texi (Fields): Mention POS
54 requirement when narrowing is in effect.
55
56 2006-07-28 Richard Stallman <rms@gnu.org>
57
58 * display.texi (Face Attributes): Simplify wording.
59 (Attribute Functions): Clarify meaning of new-frame default
60 attribute settings.
61
62 * customize.texi (Common Keywords): Document how to use
63 :package-version in a package not in Emacs.
64
65 2006-07-28 Kim F. Storm <storm@cua.dk>
66
67 * commands.texi (Reading One Event): Fix last change.
68
69 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
70
71 * commands.texi (Reading One Event): Document SECONDS argument for
72 read-event, read-char, and read-char-exclusive.
73
74 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
77 to ensure correct identification.
78
79 2006-07-24 Richard Stallman <rms@gnu.org>
80
81 * text.texi (Clickable Text): Clarify.
82
83 * sequences.texi (Vector Functions): Delete duplicate xref.
84
85 * objects.texi (Function Type): Clarify.
86
87 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
88 modes.
89
90 * lists.texi (List Variables): New node.
91 Material moved from other nodes.
92
93 * variables.texi (Setting Variables): add-to-list and
94 add-to-ordered-list moved to List Variables node.
95
96 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
97
98 * text.texi (Links and Mouse-1):
99 For mouse-on-link-p, expand on arg POS.
100
101 2006-07-21 Kim F. Storm <storm@cua.dk>
102
103 * display.texi (Forcing Redisplay): Don't mention systems which
104 don't support sub-second timers for redisplay-preemption-period.
105
106 * os.texi (Terminal Output): Clarify text vs graphical terminal.
107
108 2006-07-21 Eli Zaretskii <eliz@gnu.org>
109
110 * frames.texi (Input Focus): Document that focus-follows-mouse has
111 no effect on MS-Windows.
112
113 2006-07-18 Richard Stallman <rms@gnu.org>
114
115 * display.texi (Forcing Redisplay): Cleanups in previous change.
116
117 * processes.texi (Low-Level Network): Make menu more convenient.
118
119 2006-07-18 Kim F. Storm <storm@cua.dk>
120
121 * display.texi (Forcing Redisplay): redisplay-preemption-period
122 only used on window systems. Add xref to Terminal Output.
123
124 * os.texi (Terminal Output): baud-rate only controls preemption on
125 non-window systems. Add xref to Forcing Redisplay.
126
127 * processes.texi (Low-Level Network): Rename node "Make Network"
128 to "Network Processes".
129
130 2006-07-18 Karl Berry <karl@gnu.org>
131
132 * variables.texi, functions.texi, customize.texi, loading.texi:
133 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
134
135 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
136
137 * commands.texi (Waiting): Document batch-mode sit-for behavior.
138
139 2006-07-17 Richard Stallman <rms@gnu.org>
140
141 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
142 Put period and comma inside quotes.
143
144 * loading.texi, markers.texi: Use real doublequote inside menus.
145
146 * windows.texi: Put point and comma inside quotes.
147 (Textual Scrolling): Use @samp for error message.
148
149 * variables.texi, tips.texi, syntax.texi, symbols.texi:
150 * strings.texi, streams.texi, processes.texi, os.texi:
151 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
152 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
153 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
154 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
155 Put point and comma inside quotes.
156
157 * control.texi (Processing of Errors): Add command-error-function.
158
159 * variables.texi (File Local Variables): Clarify that
160 file local variables make buffer-local bindings.
161
162 * modes.texi (Syntactic Font Lock): Give default for
163 font-lock-syntax-table.
164
165 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
166
167 * text.texi (Special Properties): Clean up previous change.
168
169 2006-07-16 Karl Berry <karl@gnu.org>
170
171 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
172 * control.texi: Fix bad page breaks through chapter 10 (control).
173
174 * anti.texi (Antinews): Reorder face-attribute fns to avoid
175 underfull hbox.
176
177 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
178
179 * text.texi (Special Properties): Describe fontified text property
180 in relation to a character (not text).
181
182 2006-07-15 Kim F. Storm <storm@cua.dk>
183
184 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
185 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
186 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
187
188 * anti.texi (Antinews): Mention redisplay function.
189 The kbd macro existed, but was not documented, before 22.x.
190 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
191
192 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
193
194 * display.texi (Displaying Messages): Add anchor.
195
196 * frames.texi (Dialog Boxes): Use it.
197
198 2006-07-12 Richard Stallman <rms@gnu.org>
199
200 * objects.texi (Frame Type): Explain nature of frames better.
201
202 * frames.texi (Frames): Explain nature of frames better.
203
204 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
205
206 * tips.texi (Coding Conventions): Explain why use cl at compile time.
207
208 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
209
210 * frames.texi (Window System Selections): Mention scrap support for Mac.
211 Default value of x-select-enable-clipboard is t on Mac.
212
213 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
214
215 2006-07-11 Kim F. Storm <storm@cua.dk>
216
217 * display.texi (Forcing Redisplay): Add `redisplay' function.
218 Don't mention (sit-for -1) -- use (redisplay t) instead.
219
220 * commands.texi (Waiting): (sit-for -1) is no longer special.
221 (sit-for 0) is equivalent to (redisplay).
222 Iconifying/deiconifying no longer makes sit-for return.
223
224 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
225
226 * display.texi (Buttons): Fix typo.
227
228 * index.texi, elisp.texi (New Symbols): Comment node out.
229
230 2006-07-09 Richard Stallman <rms@gnu.org>
231
232 * display.texi (Truncation): Clean up previous change.
233
234 2006-07-08 Richard Stallman <rms@gnu.org>
235
236 * commands.texi (Interactive Call): Use 3 as prefix in example
237 for execute-extended-command.
238
239 * display.texi (Attribute Functions): Move paragraph about
240 compatibility with Emacs < 21.
241
242 2006-07-09 Kim F. Storm <storm@cua.dk>
243
244 * display.texi (Refresh Screen): Clarify force-window-update.
245 (Truncation): "Normally" indicated by fringe arrows.
246
247 2006-07-08 Eli Zaretskii <eliz@gnu.org>
248
249 * windows.texi (Textual Scrolling, Resizing Windows):
250 * variables.texi (Constant Variables):
251 * text.texi (Buffer Contents, Deletion, Changing Properties)
252 (Property Search, Special Properties, Sticky Properties)
253 (Links and Mouse-1, Fields, Change Hooks):
254 * syntax.texi (Syntax Table Functions, Parsing Expressions)
255 (Categories):
256 * symbols.texi (Other Plists):
257 * streams.texi (Output Variables):
258 * processes.texi (Input to Processes, Query Before Exit):
259 * positions.texi (Word Motion, Text Lines, List Motion):
260 * os.texi (Init File, System Environment, Sound Output)
261 (Session Management):
262 * nonascii.texi (Text Representations, Character Sets)
263 (Chars and Bytes, Locales):
264 * modes.texi (Defining Minor Modes, Header Lines):
265 * minibuf.texi (Minibuffer Contents):
266 * markers.texi (Information from Markers):
267 * lists.texi (List Elements, Building Lists, Association Lists):
268 * keymaps.texi (Tool Bar):
269 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
270 * functions.texi (What Is a Function, Mapping Functions):
271 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
272 (Color Names, Text Terminal Colors, Display Feature Testing):
273 * files.texi (Visiting Functions, File Name Components)
274 (Unique File Names, Contents of Directories):
275 * display.texi (Forcing Redisplay, Displaying Messages)
276 (Temporary Displays, Font Selection, Auto Faces)
277 (Font Lookup, Fringe Indicators, Display Margins)
278 (Image Descriptors, Showing Images, Image Cache, Button Types)
279 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
280 (Display Table Format, Glyphs):
281 * control.texi (Iteration):
282 * commands.texi (Command Loop Info, Adjusting Point):
283 * backups.texi (Making Backups, Auto-Saving):
284 Remove @tindex entries.
285
286 2006-07-07 Kim F. Storm <storm@cua.dk>
287
288 * display.texi (Fringe Cursors): Fix typo.
289 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
290 (Overlay Arrow): Default is overlay-arrow fringe indicator.
291
292 2006-07-05 Richard Stallman <rms@gnu.org>
293
294 * text.texi (Buffer Contents): Add example of text props
295 in result of buffer-substring.
296 (Text Properties): Explain better about use of specific property names.
297 (Property Search): Some cleanups; reorder some functions.
298
299 * keymaps.texi (Changing Key Bindings): Cleanup.
300 Add xref to Key Binding Conventions.
301
302 * display.texi (Attribute Functions): Add examples for
303 face-attribute-relative-p.
304
305 * tips.texi (Coding Conventions): Cleanup last change.
306
307 2006-07-05 Karl Berry <karl@gnu.org>
308
309 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
310 Remove @setchapternewpage odd.
311 Result is 1013 pages, down from 1100.
312
313 * anti.texi, customize.texi, display.texi, internals.texi:
314 * minibuf.texi, modes.texi, tips.texi:
315 Fix overfull/underfull boxes.
316
317 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
318
319 * edebug.texi (Instrumenting):
320 Add Edebug-specific findex for eval-buffer.
321 * loading.texi (Loading):
322 Replace eval-current-buffer with eval-buffer.
323
324 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
325
326 * locals.texi (Standard Buffer-Local Variables): Update the list
327 of variables.
328
329 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
330
331 * files.texi (File Name Completion): Point user to the node
332 "Reading File Names".
333
334 2006-06-24 Eli Zaretskii <eliz@gnu.org>
335
336 * files.texi (Contents of Directories): Document case-insensitive
337 behavior on respective filesystems.
338
339 * objects.texi (Character Type): Document that Emacs signals an
340 error for unsupported Unicode characters specified as \uNNNN.
341
342 2006-06-19 Richard Stallman <rms@gnu.org>
343
344 * processes.texi (Bindat Spec): Clarify previous change.
345
346 2006-06-16 Richard Stallman <rms@gnu.org>
347
348 * tips.texi (Coding Conventions): Better explain conventions
349 for definition constructs.
350
351 * text.texi (Special Properties): String value of `read-only'
352 serves as the error message.
353
354 * objects.texi (Character Type): Clarify prev. change.
355 (Non-ASCII in Strings): Mention \u and \U.
356
357 * commands.texi (Using Interactive): Explain problem of
358 markers, etc., in command-history.
359
360 2006-06-14 Kim F. Storm <storm@cua.dk>
361
362 * commands.texi (Waiting): Negative arg to sit-for forces
363 redisplay even if input is pending.
364
365 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
366 redisplay. Remove incorrect example of binding redisplay-dont-pause
367 around (sit-for 0).
368
369 2006-06-13 Richard Stallman <rms@gnu.org>
370
371 * display.texi (Forcing Redisplay): Clarify previous change.
372
373 2006-06-13 Romain Francoise <romain@orebokech.com>
374
375 * display.texi (Forcing Redisplay): Fix typo.
376
377 2006-06-13 Kim F. Storm <storm@cua.dk>
378
379 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
380
381 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
382
383 * tips.texi (Coding Conventions): Add `@end itemize'.
384
385 2006-06-10 Richard Stallman <rms@gnu.org>
386
387 * tips.texi (Coding Conventions): Explain use of coding systems
388 to ensure one decoding for strings.
389
390 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
391
392 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
393 syntax.
394
395 2006-06-07 Eli Zaretskii <eliz@gnu.org>
396
397 * display.texi (Font Selection): Remove description of
398 clear-face-cache.
399
400 * compile.texi (Eval During Compile): Fix a typo. Add index
401 entries for possible uses of eval-when-compile.
402
403 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
404
405 * display.texi (Abstract Display): Fix typo.
406
407 2006-06-03 Eli Zaretskii <eliz@gnu.org>
408
409 * minibuf.texi (Minibuffer History) <history-add-new-input>:
410 Reword variable's description.
411
412 2006-06-01 Richard Stallman <rms@gnu.org>
413
414 * windows.texi (Splitting Windows): Clarify splitting nonselected
415 window.
416
417 2006-05-31 Juri Linkov <juri@jurta.org>
418
419 * minibuf.texi (Minibuffer History): Add history-add-new-input.
420
421 2006-05-30 Richard Stallman <rms@gnu.org>
422
423 * display.texi (Line Height): Fix errors in description of
424 default line height and line-height properyty.
425
426 * nonascii.texi (Default Coding Systems): Further clarification.
427
428 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
429
430 * internals.texi (Pure Storage): Mention that an overflow in pure
431 space causes a memory leak.
432 (Garbage Collection): If there was an overflow in pure space,
433 `garbage-collect' returns nil.
434
435 2006-05-30 Eli Zaretskii <eliz@gnu.org>
436
437 * nonascii.texi (Default Coding Systems): Fix it some more.
438
439 2006-05-29 Eli Zaretskii <eliz@gnu.org>
440
441 * nonascii.texi (Default Coding Systems): Fix last change.
442
443 2006-05-29 Kenichi Handa <handa@m17n.org>
444
445 * nonascii.texi (find-operation-coding-system): Describe the new
446 argument format (FILENAME . BUFFER).
447
448 2006-05-28 Richard Stallman <rms@gnu.org>
449
450 * tips.texi (Coding Conventions): Better explain reasons not to
451 advise other packages or use `eval-after-load'.
452
453 2006-05-29 Kim F. Storm <storm@cua.dk>
454
455 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
456 `bindat-idx' and `bindat-raw' for clarity.
457
458 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
459
460 * processes.texi (Bindat Spec): Expand on `repeat' handler.
461
462 * display.texi (Display): Add "Abstract Display" to menu.
463 (Abstract Display, Abstract Display Functions)
464 (Abstract Display Example): New nodes.
465 * elisp.texi (Top): Add "Abstract Display" to menu.
466
467 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
468
469 * keymaps.texi (Key Sequences): Link to input events definition.
470 (Format of Keymaps): Delete material duplicated in Keymap Basics.
471
472 * files.texi (Changing Files): Document updated argument list for
473 copy-file.
474
475 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
476
477 * processes.texi (Bindat Functions): Explain term "total length".
478 Use it in bindat-length and bindat-pack descriptions.
479
480 2006-05-26 Eli Zaretskii <eliz@gnu.org>
481
482 * tips.texi (Coding Conventions): Advise against using
483 eval-after-load in packages. Add an index entry.
484
485 2006-05-25 Juri Linkov <juri@jurta.org>
486
487 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
488
489 * modes.texi (%-Constructs): Add %e, %z, %Z.
490
491 2006-05-25 Richard Stallman <rms@gnu.org>
492
493 * elisp.texi (Top): Update subnode menu.
494
495 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
496 (Keymaps): Update menu.
497
498 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
499
500 * keymaps.texi (Key Sequences): Some clarifications.
501
502 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
503
504 * processes.texi (Bindat Functions): Say "unibyte string"
505 explicitly for bindat-unpack and bindat-pack descriptions.
506 (Bindat Examples): Don't call `string-make-unibyte' in example.
507
508 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
509
510 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
511 Explain string and vector representations of key sequences
512
513 * keymaps.texi (Changing Key Bindings):
514 * commands.texi (Interactive Codes, Interactive Codes):
515 * help.texi (Describing Characters): Refer to it.
516
517 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
518
519 * frames.texi (Pointer Shape): @end table -> @end defvar.
520
521 2006-05-22 Richard Stallman <rms@gnu.org>
522
523 * elisp.texi (Top): Update subnode menus.
524
525 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
526 Contents rewritten; material from old Pointer Shape node moved here.
527
528 * display.texi (Pointer Shape): Node deleted.
529 (Image Descriptors): Minor cleanup.
530
531 2006-05-21 Richard Stallman <rms@gnu.org>
532
533 * syntax.texi (Parsing Expressions): Update info on which STATE
534 elements are ignored.
535
536 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
537
538 * hooks.texi (Standard Hooks): Correct typo.
539
540 * gpl.texi (GPL): ifinfo -> ifnottex.
541
542 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
543
544 * searching.texi (Simple Match Data): Warn about match data being
545 set anew by every search.
546
547 2006-05-17 Richard Stallman <rms@gnu.org>
548
549 * minibuf.texi (Minibuffer History): Clarify.
550
551 * searching.texi (Regexp Special): Clarify nested regexp warning.
552
553 2006-05-16 Kim F. Storm <storm@cua.dk>
554
555 * minibuf.texi (Minibuffer History): Update add-to-history.
556
557 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
558
559 * nonascii.texi (Explicit Encoding): Fix
560 typo (encoding<->decoding).
561
562 2006-05-14 Richard Stallman <rms@gnu.org>
563
564 * buffers.texi (Creating Buffers): Cleanup.
565
566 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
567
568 2006-05-13 Eli Zaretskii <eliz@gnu.org>
569
570 * buffers.texi (Current Buffer): Document that with-temp-buffer
571 disables undo.
572
573 * os.texi (Terminal-Specific): More accurate description of how
574 Emacs searches for the terminal-specific libraries.
575
576 2006-05-12 Eli Zaretskii <eliz@gnu.org>
577
578 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
579 emacs-xtra to @inforef's.
580
581 * text.texi (Undo): Document that undo is turned off in buffers
582 whose names begin with a space.
583
584 * buffers.texi (Buffer Names): Add index entries for buffers whose
585 names begin with a space.
586 (Creating Buffers): Document that undo is turned off in buffers
587 whose names begin with a space.
588
589 * files.texi (Visiting Functions, Reading from Files)
590 (Saving Buffers): Mention code and EOL conversions by file I/O
591 primitives and subroutines.
592
593 * nonascii.texi (Lisp and Coding Systems): Document
594 coding-system-eol-type. Add index entries for eol conversion.
595
596 * display.texi (Defining Faces): Mention `mac', and add an xref to
597 where window-system is described.
598
599 2006-05-10 Richard Stallman <rms@gnu.org>
600
601 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
602
603 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
604
605 * variables.texi (File Local Variables): Recommend to quote lambda
606 expressions in safe-local-variable property.
607
608 2006-05-09 Richard Stallman <rms@gnu.org>
609
610 * variables.texi (File Local Variables): Document
611 safe-local-eval-forms and safe-local-eval-function.
612
613 2006-05-07 Kim F. Storm <storm@cua.dk>
614
615 * minibuf.texi (Minibuffer History): Remove keep-dups arg
616 from add-to-history.
617
618 2006-05-07 Romain Francoise <romain@orebokech.com>
619
620 * commands.texi (Event Input Misc):
621 * compile.texi (Eval During Compile):
622 * internals.texi (Buffer Internals):
623 * minibuf.texi (Initial Input):
624 * nonascii.texi (Scanning Charsets):
625 * numbers.texi (Comparison of Numbers):
626 * windows.texi (Textual Scrolling, Vertical Scrolling):
627 Fix various typos.
628
629 2006-05-06 Eli Zaretskii <eliz@gnu.org>
630
631 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
632 conditional xref's to either emacs or emacs-xtra, depending on
633 @iftex/@ifnottex.
634
635 * minibuf.texi (Minibuffer History): Document add-to-history.
636
637 2006-05-05 Eli Zaretskii <eliz@gnu.org>
638
639 * internals.texi (Pure Storage): Mention the pure overflow message
640 at startup.
641
642 2006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
643
644 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
645 (Searching Keymaps): Fix pseudo-Lisp description of keymap
646 search.
647
648 2006-05-01 Richard Stallman <rms@gnu.org>
649
650 * intro.texi (nil and t): Clarify.
651
652 * variables.texi (File Local Variables): Suggest using booleanp.
653
654 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
655
656 * objects.texi (Type Predicates): Fix typos.
657
658 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
659
660 * intro.texi (nil and t): Add booleanp.
661
662 * objects.texi (Type Predicates): Add links for booleanp and
663 string-or-null-p.
664
665 2006-04-29 Richard Stallman <rms@gnu.org>
666
667 * modes.texi (Multiline Font Lock): Rename from
668 Multi line Font Lock Elements. Much clarification.
669 (Font Lock Multiline, Region to Fontify): Much clarification.
670
671 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
672
673 * variables.texi (File Local Variables): Remove the special case t for
674 safe-local-variable.
675
676 2006-04-26 Richard Stallman <rms@gnu.org>
677
678 * syntax.texi (Parsing Expressions): Minor cleanup.
679
680 2006-04-18 Richard Stallman <rms@gnu.org>
681
682 * tips.texi (Coding Conventions): Explain when the package's
683 prefix should appear later on (not at the start of the name).
684
685 * searching.texi (String Search): Clarify effect of NOERROR.
686
687 * modes.texi (Imenu): Clarify what special items do.
688
689 * hooks.texi (Standard Hooks): Delete text about old hook names.
690
691 2006-04-17 Romain Francoise <romain@orebokech.com>
692
693 * variables.texi (Local Variables): Update the default value of
694 `max-specpdl-size'.
695
696 2006-04-15 Michael Olson <mwolson@gnu.org>
697
698 * processes.texi (Transaction Queues): Mention the new optional
699 `delay-question' argument for `tq-enqueue'.
700
701 2006-04-13 Bill Wohler <wohler@newt.com>
702
703 * customize.texi (Common Keywords): Use dotted notation for
704 :package-version value. Specify its values. Improve documentation
705 for customize-package-emacs-version-alist.
706
707 2006-04-12 Bill Wohler <wohler@newt.com>
708
709 * customize.texi (Common Keywords): Move description of
710 customize-package-emacs-version-alist to @defvar.
711
712 2006-04-10 Bill Wohler <wohler@newt.com>
713
714 * customize.texi (Common Keywords): Add :package-version.
715
716 2006-04-10 Kim F. Storm <storm@cua.dk>
717
718 * text.texi (Buffer Contents): Add NOPROPS arg to
719 filter-buffer-substring.
720
721 2006-04-08 Kevin Ryde <user42@zip.com.au>
722
723 * os.texi (Command-Line Arguments): Update xref to emacs manual
724 "Command Arguments" -> "Emacs Invocation", per change there.
725
726 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
727
728 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
729 be on one line to help makeinfo not render two spaces after the dot.
730
731 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
732
733 * strings.texi (Predicates for Strings): Add string-or-null-p.
734
735 2006-03-28 Kim F. Storm <storm@cua.dk>
736
737 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
738 remarks about systems that don't support fractional seconds.
739
740 2006-03-25 Karl Berry <karl@gnu.org>
741
742 * elisp.texi: Use @copyright{} instead of (C), and do not indent
743 the year list.
744
745 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
746
747 * display.texi (Fringe Indicators): Fix typos.
748
749 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
750
751 * tips.texi (Documentation Tips): One can now also write `program'
752 in front of a quoted symbol in a docstring to prevent making a
753 hyperlink.
754
755 2006-03-19 Alan Mackenzie <acm@muc.de>
756
757 * text.texi (Special Properties): Clarify `fontified' property.
758
759 2006-03-16 Richard Stallman <rms@gnu.org>
760
761 * display.texi (Defining Images): Minor cleanup.
762
763 2006-03-16 Bill Wohler <wohler@newt.com>
764
765 * display.texi (Defining Images): In image-load-path-for-library,
766 prefer user's images.
767
768 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
771
772 2006-03-15 Bill Wohler <wohler@newt.com>
773
774 * display.texi (Defining Images): Fix example in
775 image-load-path-for-library by not recommending that one binds
776 image-load-path. Just defvar it to placate compiler and only use
777 it if previously defined.
778
779 2006-03-14 Bill Wohler <wohler@newt.com>
780
781 * display.texi (Defining Images): In image-load-path-for-library,
782 always return list of directories. Update example.
783
784 2006-03-14 Alan Mackenzie <acm@muc.de>
785
786 * modes.texi: New node, "Region to Fontify" (for Font Lock).
787 This describes font-lock-extend-region-function.
788 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
789 the new node "Region to Fontify".
790
791 2006-03-13 Richard Stallman <rms@gnu.org>
792
793 * display.texi (Invisible Text): The impossible position is
794 now before the invisible text, not after.
795 (Defining Images): Clean up last change.
796
797 2006-03-11 Bill Wohler <wohler@newt.com>
798
799 * display.texi (Defining Images): Add image-load-path-for-library.
800
801 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
802
803 * text.texi (Adaptive Fill): Fix Texinfo usage.
804
805 * strings.texi (Creating Strings): Fix Texinfo usage.
806
807 * searching.texi (Regexp Special): Use @samp for regular
808 expressions that are not in Lisp syntax.
809
810 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
811
812 * searching.texi (Regexp Special): Put remark between parentheses
813 to avoid misreading.
814
815 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
816
817 * searching.texi (Syntax of Regexps): More accurately describe
818 which characters are special in which situations.
819 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
820 are not special. Describe in detail when `[' and `]' are special.
821 (Regexp Backslash): Plenty of regexps with unbalanced square
822 brackets are valid, so reword that statement.
823
824 2006-03-02 Kim F. Storm <storm@cua.dk>
825
826 * keymaps.texi (Tool Bar): Add tool-bar-border.
827
828 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
829
830 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
831
832 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
833
834 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
835
836 * files.texi (Locating Files): Suggest additional values for the
837 SUFFIXES arg of `locate-file'. Update pxref.
838
839 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
840 (How Programs Do Loading): Discuss the effects of Auto Compression
841 mode on `load'.
842 (Load Suffixes): New node.
843 (Library Search): Delete description of `load-suffixes'; it was
844 moved to "Load Suffixes".
845 (Autoload, Named Features): Mention `load-suffixes'.
846
847 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
848
849 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
850
851 * windows.texi (Window Tree): Fix typo.
852
853 2006-02-20 Kim F. Storm <storm@cua.dk>
854
855 * display.texi (Fringe Indicators): New section.
856 Move indicate-empty-lines, indicate-buffer-boundaries, and
857 default-indicate-buffer-boundaries here.
858 Add fringe-indicator-alist and default-fringes-indicator-alist.
859 Add list of logical fringe indicator symbols.
860 Update list of standard bitmap names.
861 (Fringe Cursors): New section.
862 Move overflow-newline-into-fringe here.
863 Add fringe-cursor-alist and default-fringes-cursor-alist.
864 Add list of fringe cursor symbols.
865
866 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
867
868 * commands.texi (Using Interactive): Fix reference to node
869 "Minibuffers".
870
871 2006-02-19 Richard M. Stallman <rms@gnu.org>
872
873 * minibuf.texi (High-Level Completion):
874 Add xref to read-input-method-name.
875
876 * files.texi (Relative File Names): Move file-relative-name here.
877 (File Name Expansion): From here. Minor clarifications.
878
879 * commands.texi (Using Interactive): Add xrefs about reading input.
880 Clarify remarks about that moving point and mark.
881 Put string case before list case.
882
883 2006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
884
885 * display.texi (Other Display Specs, Image Descriptors):
886 Revert erroneous changes. The previous description of
887 image-descriptors as `(image . PROPS)' was correct.
888
889 2006-02-14 Richard M. Stallman <rms@gnu.org>
890
891 * variables.texi (File Local Variables): Clarifications.
892
893 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
894
895 * variables.texi (File Local Variables): Use @code for a cons
896 cell, not @var.
897
898 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
899
900 * variables.texi (File Local Variables): Document new file local
901 variable behavior.
902
903 2006-02-10 Kim F. Storm <storm@cua.dk>
904
905 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
906
907 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
908
909 * modes.texi (%-Constructs): Remove obsolete info about
910 `global-mode-string'.
911
912 2006-02-07 Richard M. Stallman <rms@gnu.org>
913
914 * commands.texi (Prefix Command Arguments): Minor cleanup.
915
916 * display.texi: "Graphical display", not window system.
917
918 * functions.texi (What Is a Function): Fix xref.
919
920 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
921 (Changing Key Bindings): Clarify when remapping is better than
922 substitute-key-definition.
923
924 2006-02-02 Richard M. Stallman <rms@gnu.org>
925
926 * minibuf.texi (Basic Completion): Completion alists are risky.
927
928 * keymaps.texi (Active Keymaps): Clarifications.
929 (Searching Keymaps): New node.
930 (Keymaps): Update menu.
931
932 * frames.texi (Layout Parameters): Minor clarification.
933 (Drag and Drop): New node.
934 (Frames): Update menu.
935
936 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
937
938 * display.texi (Other Display Specs, Image Descriptors):
939 Image description is a list, not a cons cell.
940
941 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
942
943 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
944 list is not necessarily a list).
945
946 2006-01-27 Eli Zaretskii <eliz@gnu.org>
947
948 * frames.texi (Layout Parameters): border-width and
949 internal-border-width belong to the frame, not the window.
950
951 2006-01-19 Richard M. Stallman <rms@gnu.org>
952
953 * nonascii.texi (Translation of Characters): Search cmds use
954 translation-table-for-input. Automatically made local.
955
956 * markers.texi (Overview of Markers): Count insertion type
957 as one of a marker's attributes.
958
959 * keymaps.texi (Controlling Active Maps): New node, split out of
960 Active Keymaps.
961 (Keymaps): Menu updated.
962 (Active Keymaps): Give pseudocode to explain how the active
963 maps are searched. current-active-maps and key-binding moved here.
964 (Functions for Key Lookup): current-active-maps and key-binding moved.
965 Clarifications.
966 (Searching the Keymaps): New subnode.
967
968 * elisp.texi (Top): Menu clarification.
969
970 * display.texi (Other Display Specs): Delete duplicate entry for
971 just a string as display spec. Move text about recursive display
972 specs on such a string.
973
974 * commands.texi (Key Sequence Input): Clarify.
975 Move num-nonmacro-input-events out.
976 (Reading One Event): num-nonmacro-input-events moved here.
977
978 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
979
980 * advice.texi (Simple Advice): Update example to fit argument
981 change in previous-line.
982
983 2006-01-05 Richard M. Stallman <rms@gnu.org>
984
985 * markers.texi (The Mark): Fix in `mark'.
986
987 2006-01-04 Richard M. Stallman <rms@gnu.org>
988
989 * processes.texi (Misc Network, Make Network): Minor cleanups.
990
991 2006-01-04 Kim F. Storm <storm@cua.dk>
992
993 * processes.texi (Make Network): Add IPv6 addresses and handling.
994 (Network Feature Testing): Mention (:family ipv6).
995 (Misc Network): Add IPv6 formats to format-network-address.
996
997 2005-12-30 Richard M. Stallman <rms@gnu.org>
998
999 * text.texi (Changing Properties):
1000 Don't use return value of set-text-properties.
1001
1002 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1003
1004 * modes.texi (Mode Line Format): Correct typo in menu.
1005
1006 2005-12-29 Richard M. Stallman <rms@gnu.org>
1007
1008 * modes.texi (Mode Line Top): New node.
1009 (Mode Line Data): Some text moved to new node.
1010 Explain the data structure more concretely.
1011 (Mode Line Basics): Clarifications.
1012 (Mode Line Variables): Clarify intro paragraph.
1013 (%-Constructs): Clarify intro paragraph.
1014 (Mode Line Format): Update menu.
1015
1016 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1017
1018 * minibuf.texi (Basic Completion): Update lazy-completion-table
1019 examples for removal of ARGS argument.
1020
1021 2005-12-23 Richard M. Stallman <rms@gnu.org>
1022
1023 * text.texi (Undo): Restore some explanation from the version
1024 that was deleted.
1025
1026 2005-12-23 Eli Zaretskii <eliz@gnu.org>
1027
1028 * text.texi (Undo): Remove duplicate descriptions of `apply
1029 funname' and `apply delta' elements of the undo list.
1030
1031 2005-12-20 Richard M. Stallman <rms@gnu.org>
1032
1033 * help.texi (Help Functions): Update documentation of `apropos'.
1034
1035 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
1036
1037 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1038 because it is confusing. If the :help-echo keyword is a function,
1039 it is not directly used as the :help-echo overlay property, as the
1040 xref seems to suggest (it does not take the appropriate args).
1041
1042 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1043
1044 * customize.texi (Common Keywords): Fix Texinfo usage.
1045 (Group Definitions, Variable Definitions): Update for new
1046 conventions for using `*' in docstrings.
1047
1048 * tips.texi (Documentation Tips): Update for new conventions for
1049 using `*' in docstrings.
1050
1051 2005-12-16 Richard M. Stallman <rms@gnu.org>
1052
1053 * minibuf.texi (Minibuffer Contents): Minor cleanup.
1054
1055 2005-12-16 Juri Linkov <juri@jurta.org>
1056
1057 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1058
1059 2005-12-14 Romain Francoise <romain@orebokech.com>
1060
1061 * modes.texi (Customizing Keywords): Rename `append' to `how'.
1062 Fix typo.
1063
1064 2005-12-11 Juri Linkov <juri@jurta.org>
1065
1066 * minibuf.texi (Completion Commands): Add mention of read-file-name
1067 for filename completion keymaps.
1068 (Reading File Names): Add mention of filename completion keymaps
1069 for read-file-name and xref to `Completion Commands'.
1070
1071 2005-12-10 Richard M. Stallman <rms@gnu.org>
1072
1073 * customize.texi (Common Keywords): State caveats for use of :tag.
1074
1075 2005-12-08 Richard M. Stallman <rms@gnu.org>
1076
1077 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1078 with xrefs and better explanation.
1079 (Completion Commands): Add the filename completion maps.
1080
1081 * objects.texi (Character Type): Clarify that \s is not space
1082 if a dash follows.
1083
1084 2005-12-05 Richard M. Stallman <rms@gnu.org>
1085
1086 * windows.texi (Resizing Windows): Delete preserve-before args.
1087
1088 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1089
1090 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1091 in full keymaps, since the quirk has been fixed.
1092
1093 2005-12-03 Eli Zaretskii <eliz@gnu.org>
1094
1095 * hooks.texi (Standard Hooks): Add index entries. Mention
1096 `compilation-finish-functions'.
1097
1098 2005-11-27 Richard M. Stallman <rms@gnu.org>
1099
1100 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1101
1102 2005-11-21 Juri Linkov <juri@jurta.org>
1103
1104 * customize.texi (Common Keywords): Update links types
1105 custom-manual and url-link. Add link types emacs-library-link,
1106 file-link, function-link, variable-link, custom-group-link.
1107
1108 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
1109
1110 * display.texi: Revert 2005-11-20 change.
1111
1112 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1113
1114 * processes.texi (Bindat Functions):
1115 Say "third" to refer to zero-based index "2".
1116
1117 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
1118
1119 * loading.texi (Library Search): Update the default value of
1120 `load-suffixes'.
1121
1122 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * display.texi (Attribute Functions): Mention :ignore-defface.
1125
1126 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1127
1128 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
1129 (Minor Mode Conventions): Mention the use of a hook.
1130
1131 2005-11-06 Richard M. Stallman <rms@gnu.org>
1132
1133 * files.texi (Magic File Names): find-file-name-handler checks the
1134 `operations' property of the handler.
1135
1136 2005-11-03 Richard M. Stallman <rms@gnu.org>
1137
1138 * variables.texi (Frame-Local Variables): Small clarification.
1139
1140 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
1141
1142 * os.texi (Init File): Document ~/.emacs.d/init.el.
1143
1144 2005-10-29 Richard M. Stallman <rms@gnu.org>
1145
1146 * internals.texi (Garbage Collection): Document memory-full.
1147
1148 2005-10-28 Bill Wohler <wohler@newt.com>
1149
1150 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1151 for URLs.
1152
1153 2005-10-28 Richard M. Stallman <rms@gnu.org>
1154
1155 * minibuf.texi (Completion Commands): Clean up prev change.
1156
1157 2005-10-26 Kevin Ryde <user42@zip.com.au>
1158
1159 * compile.texi (Eval During Compile): Explain recommended uses
1160 of eval-when-compile and eval-and-compile.
1161
1162 2005-10-27 Masatake YAMATO <jet@gyve.org>
1163
1164 * minibuf.texi (Completion Commands):
1165 Write about new optional argument for `display-completion-list'.
1166
1167 2005-10-23 Richard M. Stallman <rms@gnu.org>
1168
1169 * display.texi (Overlay Arrow): Clarify about local bindings of
1170 overlay-arrow-position.
1171
1172 2005-10-22 Eli Zaretskii <eliz@gnu.org>
1173
1174 * internals.texi (Building Emacs): Fix last change.
1175
1176 2005-10-22 Richard M. Stallman <rms@gnu.org>
1177
1178 * internals.texi (Building Emacs): Document eval-at-startup.
1179
1180 2005-10-21 Richard M. Stallman <rms@gnu.org>
1181
1182 * loading.texi (Where Defined): load-history contains abs file names.
1183 symbol-file returns abs file names.
1184
1185 2005-10-19 Kim F. Storm <storm@cua.dk>
1186
1187 * display.texi (Showing Images): Add max-image-size integer value.
1188
1189 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
1190
1191 * display.texi (Showing Images): Document max-image-size.
1192
1193 2005-10-17 Richard M. Stallman <rms@gnu.org>
1194
1195 * commands.texi (Quitting): Minor clarification.
1196
1197 * processes.texi (Sentinels): Clarify about output and quitting.
1198 (Filter Functions): Mention with-local-quit.
1199
1200 2005-10-17 Juri Linkov <juri@jurta.org>
1201
1202 * buffers.texi (Current Buffer):
1203 * commands.texi (Event Input Misc):
1204 * compile.texi (Eval During Compile, Compiler Errors):
1205 * customize.texi (Group Definitions):
1206 * display.texi (Progress, Defining Faces):
1207 * files.texi (Writing to Files):
1208 * modes.texi (Mode Hooks, Defining Minor Modes):
1209 * streams.texi (Output Functions):
1210 * syntax.texi (Syntax Table Functions):
1211 * text.texi (Change Hooks):
1212 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1213
1214 * commands.texi (Quitting): Replace arg `forms' with `body' in
1215 `with-local-quit'.
1216
1217 * positions.texi (Excursions): Replace arg `forms' with `body' in
1218 `save-excursion'.
1219
1220 2005-10-08 Kim F. Storm <storm@cua.dk>
1221
1222 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1223 Rename manual section accordingly.
1224
1225 2005-10-04 Kim F. Storm <storm@cua.dk>
1226
1227 * windows.texi (Window Split Tree): New section describing
1228 new function window-split-tree function.
1229
1230 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
1231
1232 * display.texi (Fringe Size/Pos): Simplify and add detail.
1233
1234 2005-09-30 Romain Francoise <romain@orebokech.com>
1235
1236 * minibuf.texi (High-Level Completion): Explain that the prompt
1237 given to `read-buffer' should end with a colon and a space.
1238 Update usage examples.
1239
1240 2005-09-29 Juri Linkov <juri@jurta.org>
1241
1242 * display.texi (Displaying Messages): Rename argument name
1243 `string' to `format-string' in functions `message', `message-box',
1244 `message-or-box'.
1245
1246 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
1247
1248 * errors.texi (Standard Errors): Correct xrefs.
1249
1250 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1251
1252 * display.texi (Defining Images): Update documentation for
1253 `image-load-path'.
1254
1255 2005-09-17 Richard M. Stallman <rms@gnu.org>
1256
1257 * display.texi (Defining Images): Clean up previous change.
1258
1259 2005-09-16 Romain Francoise <romain@orebokech.com>
1260
1261 * elisp.texi: Specify GFDL version 1.2.
1262
1263 * doclicense.texi (GNU Free Documentation License): Update to
1264 version 1.2.
1265
1266 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1267
1268 * display.texi (Defining Images): Document `image-load-path'.
1269
1270 2005-09-15 Richard M. Stallman <rms@gnu.org>
1271
1272 * objects.texi (Printed Representation): Minor cleanup.
1273 (Box Diagrams): Minor fix.
1274 (Cons Cell Type): Move (...) index item here.
1275 (Box Diagrams): From here.
1276 (Array Type): Minor fix.
1277 (Type Predicates): Delete index "predicates".
1278 (Hash Table Type): Clarify xref.
1279 (Dotted Pair Notation): Minor fix.
1280
1281 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
1282
1283 * files.texi (Saving Buffers): Fix typo.
1284
1285 2005-09-08 Richard M. Stallman <rms@gnu.org>
1286
1287 * tips.texi (Programming Tips): Correct the "default" prompt spec.
1288
1289 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1290
1291 * locals.texi (Standard Buffer-Local Variables): Don't include
1292 mode variables for minor modes.
1293 Fix xrefs for buffer-display-count, buffer-display-table,
1294 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1295 enable-multibyte-characters, fill-column, header-line-format,
1296 left-fringe-width, left-margin, and right-fringe-width.
1297
1298 * hooks.texi (Standard Hooks): All hooks should conform to the
1299 standard naming convention now.
1300 Fix xref for `echo-area-clear-hook'.
1301
1302 * display.texi (Usual Display): Note that indicate-empty-lines and
1303 tab-width are buffer-local.
1304
1305 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1306
1307 * modes.texi (Mode Help): Note that major-mode is buffer-local.
1308
1309 * nonascii.texi (Encoding and I/O): Note that
1310 buffer-file-coding-system is buffer-local.
1311
1312 * positions.texi (List Motion): Note that defun-prompt-regexp is
1313 buffer-local.
1314
1315 * text.texi (Auto Filling): Note that auto-fill-function is
1316 buffer-local.
1317 (Undo): Note that buffer-undo-list is buffer-local.
1318
1319 * windows.texi (Buffers and Windows): Document
1320 buffer-display-count.
1321
1322 2005-09-06 Richard M. Stallman <rms@gnu.org>
1323
1324 * tips.texi (Coding Conventions): Sometimes it is ok to put the
1325 package prefix elsewhere than at the start of the name.
1326
1327 2005-09-03 Richard M. Stallman <rms@gnu.org>
1328
1329 * tips.texi (Programming Tips): Add conventions for minibuffer
1330 questions and prompts.
1331
1332 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
1333
1334 * intro.texi (nil and t): Minor cleanup.
1335 Delete spurious mention of keyword symbols.
1336 (Evaluation Notation): Add index entry.
1337 (A Sample Function Description): Minor cleanup.
1338 (A Sample Variable Description): Not all vars can be set.
1339
1340 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
1341
1342 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1343
1344 (Insertion): Document precise type of `insert-char' arg COUNT.
1345
1346 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1347
1348 * modes.texi (Other Font Lock Variables): Sync the default of
1349 font-lock-lines-before.
1350
1351 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1352
1353 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1354
1355 2005-08-29 Richard M. Stallman <rms@gnu.org>
1356
1357 * elisp.texi (Top): Update subnode menu.
1358
1359 * searching.texi (Searching and Matching): Move node.
1360 Rearrange contents and add overall explanation.
1361 (Searching and Case): Move node.
1362 (Searching and Matching): Update menu.
1363
1364 2005-08-27 Eli Zaretskii <eliz@gnu.org>
1365
1366 * os.texi (Startup Summary): Fix the description of the initial
1367 startup message display.
1368
1369 2005-08-25 Richard M. Stallman <rms@gnu.org>
1370
1371 * searching.texi (Search and Replace): Add replace-regexp-in-string.
1372
1373 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
1374
1375 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1376 `next-overlay-change' example.
1377
1378 2005-08-22 Juri Linkov <juri@jurta.org>
1379
1380 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1381 Fix invert-face. Fix args of face-background.
1382
1383 * display.texi (Standard Faces): Delete node.
1384 (Faces): Add xref to `(emacs)Standard Faces'.
1385 (Displaying Faces): Fix xref to `Standard Faces'.
1386
1387 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1388
1389 2005-08-20 Alan Mackenzie <acm@muc.de>
1390
1391 * buffers.texi (The Buffer List): Clarify the manipulation of the
1392 buffer list.
1393
1394 2005-08-14 Richard M. Stallman <rms@gnu.org>
1395
1396 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1397 a regexp.
1398
1399 2005-08-11 Richard M. Stallman <rms@gnu.org>
1400
1401 * elisp.texi (Top): Update subnode lists.
1402
1403 * display.texi (Inverse Video): Node deleted.
1404
1405 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1406 New nodes split out of Coding Conventions.
1407
1408 * searching.texi (Regular Expressions): Document re-builder.
1409
1410 * os.texi (Time Parsing): New node split out of Time Conversion.
1411
1412 * processes.texi (Misc Network, Network Feature Testing)
1413 (Network Options, Make Network): New nodes split out of
1414 Low-Level Network.
1415
1416 2005-08-09 Richard M. Stallman <rms@gnu.org>
1417
1418 * frames.texi (Geometry): New node, split from Size and Position.
1419 (Frame Parameters): Refer to Geometry.
1420
1421 * buffers.texi (The Buffer List): Fix xrefs.
1422
1423 * windows.texi (Splitting Windows): Fix xref.
1424
1425 * frames.texi (Layout Parameters): Add xref.
1426
1427 * display.texi (Line Height, Scroll Bars): Fix xrefs.
1428
1429 * keymaps.texi (Menu Bar): Fix xref.
1430
1431 * locals.texi (Standard Buffer-Local Variables): Fix xref.
1432
1433 * modes.texi (%-Constructs): Fix xref.
1434
1435 * frames.texi (Window Frame Parameters): Node split up.
1436 (Basic Parameters, Position Parameters, Size Parameters)
1437 (Layout Parameters, Buffer Parameters, Management Parameters)
1438 (Cursor Parameters, Color Parameters): New subnodes.
1439
1440 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1441
1442 * positions.texi (Screen Lines): Update xref for previous change
1443 in minibuf.texi.
1444
1445 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1446 change in minibuf.texi.
1447
1448 2005-08-09 Richard M. Stallman <rms@gnu.org>
1449
1450 * tips.texi (Coding Conventions): Minor cleanup.
1451
1452 * modes.texi (Defining Minor Modes): Explain when init-value
1453 can be non-nil.
1454
1455 * elisp.texi (Top): Update submenu for Minibuffer.
1456
1457 * minibuf.texi (Minibuffer Misc): Node split up.
1458 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1459 (Recursive Mini): New nodes split out from Minibuffer Misc.
1460 (Minibuffer Misc): Document max-mini-window-height.
1461
1462 * hash.texi (Defining Hash): Delete stray paren in example.
1463
1464 * display.texi (Echo Area Customization): Don't define
1465 max-mini-window-height here; xref instead.
1466
1467 * commands.texi (Event Input Misc): Update while-no-input.
1468
1469 * advice.texi (Advising Functions): Explain when to use advice
1470 and when to use a hook.
1471
1472 2005-07-30 Eli Zaretskii <eliz@gnu.org>
1473
1474 * makefile.w32-in (info): Don't run install-info.
1475 ($(infodir)/dir): New target, produced by running install-info.
1476
1477 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
1478
1479 * modes.texi (Defining Minor Modes): The keyword for the initial
1480 value is :init-value, not :initial-value.
1481
1482 2005-07-23 Eli Zaretskii <eliz@gnu.org>
1483
1484 * loading.texi (Autoload): Make the `doctor' example be consistent
1485 with what's in current loaddefs.el. Describe the "fn" magic in
1486 the usage portion of the doc string.
1487
1488 2005-07-22 Richard M. Stallman <rms@gnu.org>
1489
1490 * internals.texi (Garbage Collection): Clarify previous change.
1491
1492 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
1493
1494 * internals.texi (Garbage Collection): Add gc-cons-percentage.
1495
1496 2005-07-18 Juri Linkov <juri@jurta.org>
1497
1498 * commands.texi (Accessing Events):
1499 * frames.texi (Text Terminal Colors, Resources):
1500 * markers.texi (The Mark):
1501 * modes.texi (Defining Minor Modes):
1502 Delete duplicate duplicate words.
1503
1504 2005-07-16 Richard M. Stallman <rms@gnu.org>
1505
1506 * display.texi (Managing Overlays): Clarify make-overlay
1507 args for insertion types.
1508
1509 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1510
1511 * customize.texi (Variable Definitions):
1512 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
1513 `standard-value' is a list too.
1514 (Defining New Types): Use @key{RET} instead of @key{ret}.
1515
1516 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
1517
1518 * os.texi (Translating Input): Fix typo.
1519
1520 2005-07-08 Richard M. Stallman <rms@gnu.org>
1521
1522 * README: Update edition number and size estimate.
1523
1524 * elisp.texi (VERSION): Set to 2.9.
1525
1526 2005-07-07 Richard M. Stallman <rms@gnu.org>
1527
1528 * book-spine.texinfo: Update Emacs version.
1529
1530 * display.texi (Inverse Video): Delete mode-line-inverse-video.
1531
1532 2005-07-06 Richard M. Stallman <rms@gnu.org>
1533
1534 * searching.texi (Regexp Search): Clarify what re-search-forward
1535 does when the search fails.
1536
1537 2005-07-05 Lute Kamstra <lute@gnu.org>
1538
1539 * Update FSF's address in GPL notices.
1540
1541 * doclicense.texi (GNU Free Documentation License):
1542 * gpl.texi (GPL):
1543 * tips.texi (Coding Conventions, Library Headers):
1544 * vol1.texi:
1545 * vol2.texi: Update FSF's address.
1546
1547 2005-07-04 Richard M. Stallman <rms@gnu.org>
1548
1549 * hooks.texi (Standard Hooks): Add occur-hook.
1550
1551 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1552
1553 * display.texi (The Echo Area): Correct menu.
1554
1555 2005-07-03 Richard M. Stallman <rms@gnu.org>
1556
1557 * elisp.texi (Top): Update subnode menu for Display.
1558
1559 * display.texi (Displaying Messages): New node, with most
1560 of what was in The Echo Area.
1561 (Progress): Moved under The Echo Area.
1562 (Logging Messages): New node with new text.
1563 (Echo Area Customization): New node, the rest of what was
1564 in The Echo Area. Document message-truncate-lines with @defvar.
1565 (Display): Update menu.
1566
1567 * windows.texi (Textual Scrolling): Doc 3 values for
1568 scroll-preserve-screen-position.
1569
1570 * text.texi (Special Properties): Change hook functions
1571 should bind inhibit-modification-hooks around altering buffer text.
1572
1573 * keymaps.texi (Key Binding Commands): Call binding BINDING
1574 rather than DEFINITION.
1575
1576 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
1577
1578 * variables.texi (Defining Variables): `user-variable-p' returns t
1579 for aliases of user options, nil for alias loops.
1580
1581 2005-06-28 Richard M. Stallman <rms@gnu.org>
1582
1583 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
1584 make-keymap.
1585
1586 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1587
1588 * variables.texi (Setting Variables): Correct and clarify
1589 description of `add-to-ordered-list'.
1590
1591 2005-06-26 Richard M. Stallman <rms@gnu.org>
1592
1593 * display.texi (Faces): Minor cleanup.
1594
1595 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1596
1597 * display.texi (Faces): `facep' returns t for strings that are
1598 face names.
1599
1600 2005-06-25 Richard M. Stallman <rms@gnu.org>
1601
1602 * objects.texi (Equality Predicates): Clarify meaning of equal.
1603
1604 * windows.texi (Selecting Windows): save-selected-window
1605 and with-selected-window save and restore the current buffer.
1606
1607 2005-06-24 Richard M. Stallman <rms@gnu.org>
1608
1609 * numbers.texi (Float Basics): Explain how to test for NaN,
1610 and printing the sign of NaNs.
1611
1612 2005-06-24 Eli Zaretskii <eliz@gnu.org>
1613
1614 * makefile.w32-in (MAKEINFO): Use --force.
1615
1616 2005-06-23 Richard M. Stallman <rms@gnu.org>
1617
1618 * display.texi (Face Functions): Correct Texinfo usage.
1619
1620 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1621
1622 * lists.texi (Rings): `ring-elements' now returns the elements of
1623 RING in order.
1624
1625 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
1626
1627 * markers.texi (The Mark): Texinfo usage fix.
1628
1629 2005-06-23 Kim F. Storm <storm@cua.dk>
1630
1631 * searching.texi (Entire Match Data): Remove evaporate option for
1632 match-data. Do not mention evaporate option for set-match-data.
1633
1634 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1635
1636 * display.texi (Face Functions): Mention face aliases.
1637
1638 2005-06-21 Richard M. Stallman <rms@gnu.org>
1639
1640 * anti.texi (Antinews): Texinfo usage fix.
1641
1642 2005-06-21 Karl Berry <karl@gnu.org>
1643
1644 * elisp.texi: Use @copying.
1645
1646 * elisp.texi: Put @summarycontents and @contents before the Top
1647 node, instead of the end of the file, so that the contents appear
1648 in the right place in the dvi/pdf output.
1649
1650 2005-06-21 Juri Linkov <juri@jurta.org>
1651
1652 * display.texi (Defining Faces): Add `customized-face'.
1653
1654 2005-06-20 Kim F. Storm <storm@cua.dk>
1655
1656 * variables.texi (Setting Variables): Any type of element can be
1657 given order in add-to-ordered-list. Compare elements with eq.
1658
1659 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
1660
1661 2005-06-20 Karl Berry <karl@gnu.org>
1662
1663 * syntax.texi (Syntax Flags): Make last column very slightly wider
1664 to avoid "generic comment" breaking on two lines and causing an
1665 underfull box.
1666
1667 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
1668
1669 * lists.texi (Rings): Various minor clarifications and corrections.
1670
1671 2005-06-18 Richard M. Stallman <rms@gnu.org>
1672
1673 * functions.texi (Obsolete Functions): Simplify.
1674
1675 * variables.texi (Variable Aliases): Simplify.
1676
1677 * anti.texi, backups.texi, compile.texi, customization.texi:
1678 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
1679 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
1680 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
1681 * variables.texi: Fix formatting ugliness.
1682
1683 * elisp.texi: Add links to Rings and Byte Packing.
1684 Update version and copyright years.
1685
1686 * minibuf.texi: Fix formatting ugliness.
1687 (Completion Commands): Move keymap vars to the end
1688 and vars completing-read binds to the top.
1689
1690 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1691
1692 * processes.texi: Fix typos.
1693 (Bindat Spec): Correct Texinfo error.
1694 (Byte Packing): Fix ungrammatical sentence.
1695
1696 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
1697
1698 * lists.texi (Rings): New node.
1699 (Lists): Add it to menu.
1700
1701 * processes.texi (Byte Packing): New node.
1702 (Processes): Add it to menu.
1703
1704 2005-06-17 Richard M. Stallman <rms@gnu.org>
1705
1706 * syntax.texi (Parsing Expressions): Fix texinfo usage.
1707
1708 * help.texi (Documentation Basics): Explain the xref to
1709 Documentation Tips.
1710
1711 * debugging.texi (Debugger Commands): Minor fix.
1712
1713 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
1714
1715 * edebug.texi (Instrumenting): Eliminate duplicate link.
1716 (Specification List): Replace references to "below", referring to
1717 a later node, with one @ref to that node.
1718
1719 * os.texi (Timers): Timers should save and restore the match data
1720 if they change it.
1721
1722 * debugging.texi (Debugger Commands): Mention that the Lisp
1723 debugger can not step through primitive functions.
1724
1725 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
1726
1727 * functions.texi (Obsolete Functions): Update argument names of
1728 `make-obsolete' and `define-obsolete-function-alias'.
1729
1730 * variables.texi (Variable Aliases): Update argument names of
1731 `defvaralias', `make-obsolete-variable' and
1732 `define-obsolete-variable-alias'.
1733
1734 2005-06-15 Kim F. Storm <storm@cua.dk>
1735
1736 * searching.texi (Entire Match Data): Rephrase warnings about
1737 evaporate arg to match-data and set-match-data.
1738
1739 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1740
1741 * elisp.texi (Top): Update detailed menu.
1742
1743 * edebug.texi (Edebug): Update menu.
1744 (Instrumenting): Update xrefs.
1745 (Edebug Execution Modes): Correct xref.
1746 (Jumping): Clarify description of `h' command.
1747 Eliminate redundant @ref.
1748 (Breaks): New node.
1749 (Breakpoints): Is now a subsubsection.
1750 (Global Break Condition): Mention `C-x X X'.
1751 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
1752 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
1753 (Edebug Display Update): Correct pxref.
1754 (Edebug and Macros): New node.
1755 (Instrumenting Macro Calls): Is now a subsubsection.
1756 Neither arg of `def-edebug-spec' is evaluated.
1757 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
1758 (Specification Examples): Fix typo.
1759
1760 2005-06-14 Lute Kamstra <lute@gnu.org>
1761
1762 * debugging.texi (Function Debugging): Primitives can break on
1763 entry too.
1764
1765 2005-06-14 Kim F. Storm <storm@cua.dk>
1766
1767 * variables.texi (Setting Variables): Add add-to-ordered-list.
1768
1769 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * syntax.texi (Parsing Expressions): Document aux functions and vars of
1772 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
1773
1774 2005-06-13 Lute Kamstra <lute@gnu.org>
1775
1776 * text.texi (Special Properties): Fix cross reference.
1777
1778 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1779
1780 * debugging.texi (Function Debugging): Delete mention of empty
1781 string argument to `cancel-debug-on-entry'. Delete inaccurate
1782 description of the return value of that command.
1783
1784 2005-06-11 Alan Mackenzie <acm@muc.de>
1785
1786 * text.texi (Adaptive Fill): Amplify the description of
1787 fill-context-prefix.
1788
1789 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1790
1791 * syntax.texi (Parsing Expressions): Fix Texinfo error.
1792
1793 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 * syntax.texi (Parsing Expressions): Document syntax-ppss.
1796
1797 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1798
1799 * debugging.texi (Error Debugging): Minor rewording.
1800 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
1801 is optional.
1802
1803 2005-06-10 Lute Kamstra <lute@gnu.org>
1804
1805 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
1806 (Top): Give it a title. Correct version number. Give the
1807 detailed node listing a more prominent header.
1808 * intro.texi: Don't set VERSION here a second time.
1809 Mention Emacs's version too.
1810 * anti.texi (Antinews): Use EMACSVER to refer to the current
1811 version of Emacs.
1812
1813 2005-06-09 Kim F. Storm <storm@cua.dk>
1814
1815 * searching.texi (Entire Match Data): Explain new `reseat' argument to
1816 match-data and set-match-data.
1817
1818 2005-06-08 Richard M. Stallman <rms@gnu.org>
1819
1820 * searching.texi (Entire Match Data): Clarify when match-data
1821 returns markers and when integers.
1822
1823 * display.texi (Defining Faces): Explain that face name should not
1824 end in `-face'.
1825
1826 * modes.texi (Mode Line Data): Minor cleanup.
1827 (Customizing Keywords): Node split out of Search-based Fontification.
1828 Add example of using font-lock-add-keywords from a hook.
1829 Clarify when MODE should be non-nil, and when nil.
1830
1831 2005-06-06 Richard M. Stallman <rms@gnu.org>
1832
1833 * modes.texi (Mode Line Data): Explain what happens when the car
1834 of a list is a void symbol.
1835 (Search-based Fontification): Explain MODE arg to
1836 font-lock-add-keywords and warn about calls from major modes.
1837
1838 2005-06-08 Juri Linkov <juri@jurta.org>
1839
1840 * display.texi (Standard Faces): Add `shadow' face.
1841
1842 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1843
1844 * modes.texi (Major Mode Conventions): A derived mode only needs
1845 to put the call to the parent mode inside `delay-mode-hooks'.
1846
1847 2005-05-29 Richard M. Stallman <rms@gnu.org>
1848
1849 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
1850 new, and what that implies. Clarify.
1851
1852 * files.texi (Locating Files): Clean up the text.
1853
1854 * frames.texi (Window Frame Parameters): Document user-size.
1855 Shorten entry for top by referring to left.
1856
1857 2005-05-26 Richard M. Stallman <rms@gnu.org>
1858
1859 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
1860 is new, and what the implications are. Other clarifications.
1861
1862 2005-05-24 Richard M. Stallman <rms@gnu.org>
1863
1864 * frames.texi (Dialog Boxes): Minor fixes.
1865
1866 2005-05-25 Masatake YAMATO <jet@gyve.org>
1867
1868 * display.texi (Standard Faces): Write about `mode-line-highlight'.
1869
1870 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
1871
1872 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
1873 is optional.
1874
1875 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1876
1877 * frames.texi (Dialog Boxes): Descibe new optional argument.
1878
1879 2005-05-23 Lute Kamstra <lute@gnu.org>
1880
1881 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
1882 syntax-begin-function over font-lock-beginning-of-syntax-function.
1883
1884 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1885
1886 * minibuf.texi (Reading File Names): Update description of
1887 `read-directory-name'.
1888
1889 * modes.texi (Derived Modes): Clarify :group keyword.
1890
1891 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1892
1893 * files.texi (Locating Files): New subsection.
1894 Describe locate-file and executable-find.
1895
1896 2005-05-21 Kevin Ryde <user42@zip.com.au>
1897
1898 * frames.texi (Initial Parameters): Update cross reference to
1899 "Emacs Invocation".
1900
1901 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1902
1903 * keymaps.texi (Active Keymaps): Add anchor.
1904
1905 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
1906 (Major Mode Conventions): Refer to `Auto Major Mode' in more
1907 appropriate place.
1908 (Derived Modes): Small clarifications.
1909 (Minor Mode Conventions, Keymaps and Minor Modes):
1910 Replace references to nodes with references to anchors.
1911 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
1912 Clarify description of lists whose first element is an integer.
1913 (Mode Line Variables): Add anchor.
1914 (%-Constructs): Clarify description of integer after %.
1915 (Emulating Mode Line): Describe nil value for FACE.
1916
1917 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1918
1919 * modes.texi (Derived Modes): Correct references to non-existing
1920 variable standard-syntax-table.
1921
1922 2005-05-17 Lute Kamstra <lute@gnu.org>
1923
1924 * modes.texi (Defining Minor Modes): Mention the mode hook.
1925
1926 2005-05-15 Kim F. Storm <storm@cua.dk>
1927
1928 * processes.texi (Network): Remove open-network-stream-nowait.
1929 (Network Servers): Remove open-network-stream-server.
1930
1931 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
1932
1933 * elisp.texi (Top): Update detailed menu.
1934
1935 * variables.texi: Reorder nodes.
1936 (Variables): Update menu.
1937 (File Local Variables): Do not refer to the `-*-' line as
1938 a "local variables list". Add pxref.
1939
1940 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1941
1942 * elisp.texi (Top): Update detailed menu for node changes.
1943
1944 * modes.texi (Modes): Update Menu.
1945 (Hooks): Move to beginning of chapter.
1946 Most minor modes run mode hooks too.
1947 `add-hook' can handle void hooks or hooks whose value is a single
1948 function.
1949 (Major Modes): Update Menu.
1950 (Major Mode Basics): New node, split off from `Major Modes'.
1951 (Major Mode Conventions): Correct xref. Explain how to handle
1952 auto-mode-alist if the major mode command has an autoload cookie.
1953 (Auto Major Mode): Major update. Add magic-mode-alist.
1954 (Derived Modes): Major update.
1955 (Mode Line Format): Update Menu.
1956 (Mode Line Basics): New node, split off from `Mode Line Format'.
1957
1958 * loading.texi (Autoload): Mention `autoload cookie' as synonym
1959 for `magic autoload comment'. Add index entries and anchor.
1960
1961 2005-05-14 Richard M. Stallman <rms@gnu.org>
1962
1963 * tips.texi (Coding Conventions): Explain how important it is
1964 that just loading certain files not change Emacs behavior.
1965
1966 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
1967
1968 2005-05-12 Lute Kamstra <lute@gnu.org>
1969
1970 * modes.texi (Generic Modes): Update.
1971 (Major Modes): Refer to node "Generic Modes".
1972
1973 * elisp.texi (Top): Update to the current structure of the manual.
1974 * processes.texi (Processes): Add menu description.
1975 * customize.texi (Customization): Add menu descriptions.
1976
1977 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1978
1979 * processes.texi (Signals to Processes)
1980 (Low-Level Network): Fix typos.
1981
1982 2005-05-11 Lute Kamstra <lute@gnu.org>
1983
1984 * elisp.texi (Top): Add some nodes from the chapter "Major and
1985 Minor Modes" to the detailed node listing.
1986
1987 2005-05-10 Richard M. Stallman <rms@gnu.org>
1988
1989 * keymaps.texi (Extended Menu Items): Menu item filter functions
1990 can be called at any time.
1991
1992 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
1993
1994 * variables.texi (File Local Variables): `(hack-local-variables t)'
1995 now also checks whether a mode is specified in the local variables
1996 list.
1997
1998 2005-05-05 Kevin Ryde <user42@zip.com.au>
1999
2000 * display.texi (The Echo Area): Correct format function cross
2001 reference.
2002
2003 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2004
2005 * variables.texi (Variable Aliases): Change description of
2006 `define-obsolete-variable-alias'.
2007
2008 * functions.texi (Functions): Add "Obsolete Functions" to menu.
2009 (Defining Functions): Add xref.
2010 (Obsolete Functions): New node.
2011 (Function Safety): Standardize capitalization of section title.
2012
2013 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2014 (Dialog Boxes): Complete description of `x-popup-dialog'.
2015
2016 2005-05-04 Richard M. Stallman <rms@gnu.org>
2017
2018 * commands.texi (Interactive Codes): Fix Texinfo usage.
2019 Document U more clearly.
2020
2021 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2022
2023 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2024 function and not a macro.
2025
2026 * frames.texi (Pop-Up Menus): Correct and clarify description of
2027 `x-popup-menu'.
2028 (Dialog Boxes): Clarify description of `x-popup-dialog'.
2029
2030 2005-05-01 Richard M. Stallman <rms@gnu.org>
2031
2032 * edebug.texi (Checking Whether to Stop): Fix previous change.
2033
2034 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2035
2036 * display.texi: Fix typos and Texinfo usage.
2037
2038 * edebug.texi (Checking Whether to Stop): executing-macro ->
2039 executing-kbd-macro.
2040
2041 2005-05-01 Richard M. Stallman <rms@gnu.org>
2042
2043 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2044
2045 2005-04-30 Richard M. Stallman <rms@gnu.org>
2046
2047 * files.texi (Magic File Names): Document `operations' property.
2048
2049 2005-04-29 Lute Kamstra <lute@gnu.org>
2050
2051 * modes.texi (Generic Modes): New node.
2052 (Major Modes): Add it to the menu.
2053 (Derived Modes): Add "derived mode" to concept index.
2054
2055 2005-04-28 Lute Kamstra <lute@gnu.org>
2056
2057 * modes.texi (Defining Minor Modes): Fix previous change.
2058 (Font Lock Mode): Simplify.
2059 (Font Lock Basics): Say that font-lock-defaults is buffer-local
2060 when set and that some parts are optional. Add cross references.
2061 (Search-based Fontification): Say how to specify font-lock-keywords.
2062 Add cross references. Add font-lock-multiline to index.
2063 Move font-lock-keywords-case-fold-search here from node "Other Font
2064 Lock Variables". Document font-lock-add-keywords and
2065 font-lock-remove-keywords.
2066 (Other Font Lock Variables): Move font-lock-keywords-only,
2067 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2068 and font-lock-syntactic-face-function to node "Syntactic Font
2069 Lock". Move font-lock-keywords-case-fold-search to node
2070 "Search-based Fontification". Document font-lock-inhibit-thing-lock
2071 and font-lock-{,un}fontify-{buffer,region}-function.
2072 (Precalculated Fontification): Remove reference to deleted variable
2073 font-lock-core-only.
2074 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2075 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
2076 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2077 and font-lock-syntactic-face-function here from node "Other Font
2078 Lock Variables". Move font-lock-syntactic-keywords to "Setting
2079 Syntax Properties". Add cross references.
2080 (Setting Syntax Properties): New node.
2081 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
2082 * syntax.texi (Syntax Properties): Add cross reference.
2083 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2084
2085 2005-04-26 Richard M. Stallman <rms@gnu.org>
2086
2087 * display.texi (Defining Faces):
2088 Document `default' elements of defface spec.
2089
2090 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2091
2092 * variables.texi (Variable Aliases): Clarify text.
2093
2094 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
2095
2096 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2097
2098 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2099
2100 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2101
2102 2005-04-24 Eli Zaretskii <eliz@gnu.org>
2103
2104 * syntax.texi (Syntax Table Internals): Elaborate documentation of
2105 syntax-after and syntax-class.
2106
2107 * files.texi (Changing Files): Fix last change's cross-reference.
2108 (Unique File Names): Don't mention "numbers" in the documentation
2109 of make-temp-file and make-temp-name.
2110
2111 2005-04-23 Richard M. Stallman <rms@gnu.org>
2112
2113 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2114
2115 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
2116
2117 * windows.texi (Cyclic Window Ordering): Clarify window-list.
2118
2119 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
2120
2121 * variables.texi (Variable Aliases): Describe make-obsolete-variable
2122 and define-obsolete-variable-alias.
2123
2124 2005-04-22 Kim F. Storm <storm@cua.dk>
2125
2126 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2127 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2128
2129 2005-04-21 Lute Kamstra <lute@gnu.org>
2130
2131 * lists.texi (Association Lists): Document rassq-delete-all.
2132
2133 2005-04-19 Richard M. Stallman <rms@gnu.org>
2134
2135 * modes.texi (Search-based Fontification): Explain that
2136 facespec is an expression to be evaluated.
2137
2138 2005-04-19 Kevin Ryde <user42@zip.com.au>
2139
2140 * streams.texi (Output Functions): Fix xref.
2141 * strings.texi (String Conversion): Fix xref.
2142
2143 2005-04-19 Kim F. Storm <storm@cua.dk>
2144
2145 * symbols.texi (Symbol Plists): Add safe-get.
2146 Mention that `get' may signal an error.
2147
2148 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
2149
2150 * customize.texi (Variable Definitions): Replace tooltip-mode
2151 example with save-place.
2152
2153 2005-04-17 Richard M. Stallman <rms@gnu.org>
2154
2155 * buffers.texi (Indirect Buffers): Clarify.
2156
2157 * positions.texi (Positions): Clarify converting marker to integer.
2158
2159 * strings.texi (String Basics): Mention string-match; clarify.
2160
2161 2005-04-08 Lute Kamstra <lute@gnu.org>
2162
2163 * modes.texi (Search-based Fontification): Fix cross references.
2164 Use consistent terminology. Document anchored highlighting.
2165
2166 2005-04-05 Lute Kamstra <lute@gnu.org>
2167
2168 * modes.texi (Defining Minor Modes): Document :group keyword
2169 argument and its default value.
2170
2171 2005-04-03 Lute Kamstra <lute@gnu.org>
2172
2173 * hooks.texi (Standard Hooks): Add some hooks. Add cross
2174 references and/or descriptions. Delete major mode hooks; mention
2175 them as a category instead. Rename or delete obsolete hooks.
2176
2177 2005-04-02 Richard M. Stallman <rms@gnu.org>
2178
2179 * nonascii.texi (Coding System Basics): Another wording cleanup.
2180
2181 2005-04-01 Richard M. Stallman <rms@gnu.org>
2182
2183 * nonascii.texi (Coding System Basics): Clarify previous change.
2184
2185 2005-04-01 Kenichi Handa <handa@m17n.org>
2186
2187 * nonascii.texi (Coding System Basics): Describe about rondtrip
2188 identity of coding systems.
2189
2190 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
2191
2192 * text.texi (Buffer Contents): Add filter-buffer-substring and
2193 buffer-substring-filters.
2194
2195 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
2196
2197 * anti.texi (Antinews): Mention `G' interactive code.
2198
2199 * tips.texi (Compilation Tips): Mention benchmark.el.
2200
2201 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
2202
2203 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2204 is now bound to M-o M-o.
2205
2206 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2207
2208 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2209
2210 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2211 in the Emacs Manual).
2212 * Makefile.in (srcs): Remove calendar.texi.
2213 * makefile.w32-in (srcs): Remove calendar.texi.
2214 * display.texi (Display): Change name of next node.
2215 * os.texi (System In): Change name of previous node.
2216 * elisp.texi (Top): Remove Calendar references.
2217 * vol1.texi (Top): Remove Calendar references.
2218 * vol2.texi (Top): Remove Calendar references.
2219
2220 2005-03-25 Richard M. Stallman <rms@gnu.org>
2221
2222 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
2223 Cleanup previous change.
2224
2225 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
2226
2227 * display.texi (Face Attributes): Faces earlier in an :inherit
2228 list take precedence.
2229 (Scroll Bars): Fix description of vertical-scroll-bars.
2230 Document frame-current-scroll-bars and window-current-scroll-bars.
2231
2232 * markers.texi (The Mark): Document temporary Transient Mark mode.
2233
2234 * minibuf.texi (Reading File Names):
2235 Document read-file-name-completion-ignore-case.
2236
2237 * positions.texi (Screen Lines): Document nil for width argument
2238 to compute-motion.
2239
2240 2005-03-23 Kim F. Storm <storm@cua.dk>
2241
2242 * display.texi (Standard Faces): Other faces used in the fringe
2243 implicitly inherits from the fringe face.
2244 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2245 properties implicitly inherits from fringe face.
2246 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2247
2248 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
2249
2250 * display.texi (Invisible Text): State default value of
2251 line-move-ignore-invisible.
2252 (Managing Overlays): Document remove-overlays.
2253 (Standard Faces): Document escape-glyph face.
2254
2255 * minibuf.texi (Reading File Names): Document read-file-name-function.
2256
2257 * modes.texi (Other Font Lock Variables):
2258 Document font-lock-lines-before.
2259
2260 * positions.texi (Skipping Characters): skip-chars-forward allows
2261 character classes.
2262
2263 2005-03-18 Lute Kamstra <lute@gnu.org>
2264
2265 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2266
2267 2005-03-17 Richard M. Stallman <rms@gnu.org>
2268
2269 * text.texi (Undo): Document extensible undo entries.
2270
2271 * searching.texi (String Search, Regexp Search, Regexp Search):
2272 Cleanups.
2273
2274 * nonascii.texi (Character Codes): Minor fix.
2275
2276 * display.texi (Display Property): Explain the significance
2277 of having text properties that are eq.
2278 (Other Display Specs): Explain string as display spec.
2279
2280 * commands.texi (Interactive Codes): Document G option.
2281
2282 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
2283
2284 * text.texi (Filling): Add sentence-end-without-period and
2285 sentence-end-without-space.
2286 (Changing Properties): Minor fix.
2287
2288 * anti.texi: Total rewrite.
2289
2290 2005-03-15 Lute Kamstra <lute@gnu.org>
2291
2292 * edebug.texi (Instrumenting Macro Calls): Fix typos.
2293
2294 2005-03-08 Kim F. Storm <storm@cua.dk>
2295
2296 * display.texi (Specified Space): Property :width is support on
2297 non-graphic terminals, :height is not.
2298
2299 2005-03-07 Richard M. Stallman <rms@gnu.org>
2300
2301 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2302 Now subnodes of Fringes.
2303 (Overlay Arrow): Document overlay-arrow-variable-list.
2304 (Fringe Size/Pos): New node, broken out of Fringes.
2305 (Display): Explain clearing vs redisplay better.
2306 (Truncation): Clarify use of bitmaps.
2307 (The Echo Area): Clarify the uses of the echo area.
2308 Add max-mini-window-height.
2309 (Progress): Clarify.
2310 (Invisible Text): Explain that main loop moves point out.
2311 (Selective Display): Say "hidden", not "invisible".
2312 (Managing Overlays): Move up. Describe relation to Undo here.
2313 (Overlay Properties): Clarify intro.
2314 (Finding Overlays): Explain return values when nothing found.
2315 (Width): truncate-string-to-width has added arg.
2316 (Displaying Faces): Clarify and update mode line face handling.
2317 (Face Functions): Minor cleanup.
2318 (Conditional Display): Merge into Other Display Specs.
2319 (Pixel Specification, Other Display Specs): Minor cleanups.
2320 (Images, Image Descriptors): Minor cleanups.
2321 (GIF Images): Patents have expired.
2322 (Showing Images): Explain default text for insert-image.
2323 (Manipulating Button Types): Merge into Manipulating Buttons.
2324 (Making Buttons): Explain return values.
2325 (Button Buffer Commands): Add xref.
2326 (Inverse Video): Update mode-line-inverse-video.
2327 (Display Table Format): Clarify.
2328 (Active Display Table): Give defaults for window-display-table.
2329
2330 * calendar.texi (Calendar Customizing): calendar-holiday-marker
2331 and calendar-today-marker are strings, not chars.
2332 (Holiday Customizing): Minor fix.
2333
2334 * internals.texi (Writing Emacs Primitives): Update `or' example.
2335 Update limit on # args of subr.
2336
2337 * edebug.texi (Using Edebug): Arrow is in fringe.
2338 (Instrumenting): Arg to eval-defun works without loading edebug.
2339 (Edebug Execution Modes): Add xref.
2340
2341 * customize.texi (Common Keywords): Clarify :require.
2342 Mention :version here.
2343 (Variable Definitions, Group Definitions): Not here.
2344 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2345
2346 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
2347 * nonascii.texi (Text Representations): Clarify position-bytes.
2348 (Character Sets): Add list-charset-chars.
2349 (Scanning Charsets): Add charset-after.
2350 (Encoding and I/O): Minor fix.
2351
2352 2005-03-06 Richard M. Stallman <rms@gnu.org>
2353
2354 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2355 (Resizing Windows): Likewise.
2356
2357 * text.texi (Change Hooks): Get rid of "Emacs 21".
2358
2359 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2360
2361 * streams.texi (Output Variables): Get rid of "Emacs 21".
2362
2363 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2364
2365 * os.texi (Translating Input): Replace flow-control example
2366 with a less obsolete example that uses `keyboard-translate'.
2367
2368 * objects.texi (Hash Table Type, Circular Objects):
2369 Get rid of "Emacs 21".
2370
2371 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2372 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2373
2374 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2375
2376 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2377
2378 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2379 (Menu Bar): Fix when menu-bar-update-hook is called.
2380
2381 * hash.texi (Hash Tables): Get rid of "Emacs 21".
2382
2383 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2384 and make it read better.
2385
2386 * files.texi (Writing to Files): Get rid of "Emacs 21".
2387 (Unique File Names): Likewise.
2388
2389 * elisp.texi: Update Emacs version to 22.
2390
2391 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2392 (Overlay Properties, Face Attributes): Likewise.
2393 (Managing Overlays): Fix punctuation.
2394 (Attribute Functions): Clarify set-face-font; get rid of
2395 info about old Emacs versions.
2396 (Auto Faces, Font Lookup, Display Property, Images):
2397 Get rid of "Emacs 21".
2398
2399 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2400
2401 2005-03-05 Richard M. Stallman <rms@gnu.org>
2402
2403 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2404
2405 2005-03-04 Lute Kamstra <lute@gnu.org>
2406
2407 * debugging.texi (Error Debugging): Document stack-trace-on-error.
2408
2409 2005-03-03 Lute Kamstra <lute@gnu.org>
2410
2411 * edebug.texi (Instrumenting Macro Calls): Fix typo.
2412
2413 2005-03-01 Lute Kamstra <lute@gnu.org>
2414
2415 * debugging.texi (Debugger Commands): Update `j'.
2416
2417 2005-02-28 Lute Kamstra <lute@gnu.org>
2418
2419 * debugging.texi (Debugging): Fix typo.
2420 (Error Debugging): Document eval-expression-debug-on-error.
2421 (Function Debugging): Update example.
2422 (Using Debugger): Mention starred stack frames.
2423 (Debugger Commands): Document `j' and `l'.
2424 (Invoking the Debugger): `d' and `j' exit recursive edit too.
2425 Update the messages that the debugger displays.
2426 (Internals of Debugger): Add cross reference. Update example.
2427 (Excess Open): Minor improvement.
2428 (Excess Close): Minor improvement.
2429
2430 2005-02-26 Richard M. Stallman <rms@gnu.org>
2431
2432 * tips.texi (Coding Conventions): Clarify.
2433 Put all the major mode key reservations together.
2434 Mention the Mouse-1 => Mouse-2 conventions.
2435
2436 * syntax.texi (Syntax Class Table): Clarify.
2437 (Syntax Table Functions): syntax-after moved from here.
2438 (Syntax Table Internals): syntax-after moved to here.
2439 (Parsing Expressions): Update info on number of values
2440 and what's meaningful in the STATE argument.
2441 (Categories): Fix typo.
2442
2443 * sequences.texi (Arrays): Cleanup.
2444 (Char-Tables): Clarify.
2445
2446 * processes.texi (Deleting Processes): Cleanups, add xref.
2447 (Subprocess Creation): Explain nil in exec-path. Cleanup.
2448 (Process Information): set-process-coding-system, some args optional.
2449 (Input to Processes): Explain various types for PROCESS args.
2450 Rename them from PROCESS-NAME to PROCESS.
2451 (Signals to Processes): Likewise.
2452 (Decoding Output): Cleanup.
2453 (Query Before Exit): Clarify.
2454
2455 * os.texi (Startup Summary): Correct the options; add missing ones.
2456 (Terminal Output, Batch Mode): Clarify.
2457 (Flow Control): Node deleted.
2458
2459 * markers.texi (The Mark): Clarify.
2460
2461 * macros.texi (Expansion): Cleanup.
2462 (Indenting Macros): indent-spec allows ints, not floats.
2463
2464 * keymaps.texi (Keymaps): Clarify.
2465 (Format of Keymaps): Update lisp-mode-map example.
2466 (Active Keymaps, Key Lookup): Clarify.
2467 (Changing Key Bindings): Add xref to `kbd'.
2468 (Key Binding Commands, Simple Menu Items): Clarify.
2469 (Mouse Menus, Menu Bar): Clarify.
2470 (Menu Example): Replace print example with menu-bar-replace-menu.
2471
2472 * help.texi (Documentation Basics): Add function-documentation prop.
2473
2474 * elisp.texi (Top): Don't refer to Flow Control node.
2475
2476 * commands.texi (Command Overview): Improve xrefs.
2477 (Adjusting Point): Adjusting point applies to intangible and invis.
2478 (Key Sequence Input): Doc extra read-key-sequence args.
2479 Likewise for read-key-sequence-vector.
2480
2481 * backups.texi (Rename or Copy): Minor fix.
2482 (Numbered Backups): For version-control, say the default.
2483 (Auto-Saving): make-auto-save-file-name example is simplified.
2484
2485 * advice.texi (Advising Functions): Don't imply one part of Emacs
2486 should advise another part. Markup changes.
2487 (Defining Advice): Move transitional para.
2488 (Activation of Advice): Cleanup.
2489 Explain if COMPILE is nil or negative.
2490
2491 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2492
2493 2005-02-24 Lute Kamstra <lute@gnu.org>
2494
2495 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2496 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2497
2498 2005-02-23 Lute Kamstra <lute@gnu.org>
2499
2500 * modes.texi (Defining Minor Modes): define-minor-mode can be used
2501 to define global minor modes as well.
2502
2503 * display.texi (Managing Overlays): overlay-buffer returns nil for
2504 deleted overlays.
2505
2506 2005-02-22 Kim F. Storm <storm@cua.dk>
2507
2508 * minibuf.texi (Basic Completion): Allow symbols in addition to
2509 strings in try-completion and all-completions.
2510
2511 2005-02-14 Lute Kamstra <lute@gnu.org>
2512
2513 * elisp.texi (Top): Remove reference to deleted node.
2514
2515 * lists.texi (Lists): Remove reference to deleted node.
2516 (Cons Cells): Fix typo.
2517
2518 * loading.texi (Where Defined): Fix typo.
2519
2520 2005-02-14 Richard M. Stallman <rms@gnu.org>
2521
2522 * variables.texi (Creating Buffer-Local): change-major-mode-hook
2523 is useful for discarding some minor modes.
2524
2525 * symbols.texi (Symbol Components): Reorder examples.
2526
2527 * streams.texi (Input Functions): State standard-input default.
2528 (Output Variables): State standard-output default.
2529
2530 * objects.texi (Printed Representation): Clarify read syntax vs print.
2531 (Floating Point Type): Explain meaning better.
2532 (Symbol Type): Explain uniqueness better.
2533 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
2534 List examples sooner.
2535 (Box Diagrams): New subnode broken out.
2536 Some examples moved from old Lists as Boxes node.
2537 (Dotted Pair Notation): Clarify intro.
2538 (Array Type): Clarify.
2539 (Type Predicates): Add hash-table-p.
2540
2541 * numbers.texi (Integer Basics): Clarify radix explanation.
2542 (Predicates on Numbers): Minor clarification.
2543 (Comparison of Numbers): Minor clarification. Clarify eql.
2544 Typos in min, max.
2545 (Math Functions): Clarify overflow in expt.
2546
2547 * minibuf.texi (Text from Minibuffer): Minor clarification.
2548 Mention arrow keys.
2549
2550 * loading.texi (Autoload): defun's doc string overrides autoload's
2551 doc string.
2552 (Repeated Loading): Modernize "add to list" examples.
2553 (Where Defined): Finish updating table of load-history elts.
2554
2555 * lists.texi (List-related Predicates): Minor wording improvement.
2556 (Lists as Boxes): Node deleted.
2557 (Building Lists): Explain trivial cases of number-sequence.
2558
2559 * hash.texi (Hash Tables): Add desc to menu items.
2560 (Creating Hash): Expain "full" means "make larger",
2561 (Hash Access): Any object can be a key.
2562 State value of maphash.
2563
2564 * functions.texi (What Is a Function): Wording cleanup.
2565 (Function Documentation): Minor cleanup.
2566 Explain purpose of calling convention at end of doc string.
2567 (Function Names): Wording cleanup.
2568 (Calling Functions): Wording cleanup.
2569 Explain better how funcall calls the function.
2570 (Function Cells): Delete example of saving and redefining function.
2571
2572 * control.texi (Combining Conditions): Wording cleanup.
2573 (Iteration): dolist and dotimes bind VAR locally.
2574 (Cleanups): Xref to Atomic Changes.
2575
2576 * compile.texi (Byte Compilation): Delete 19.29 info.
2577 (Compilation Functions): Macros' difficulties don't affect defsubst.
2578 (Docs and Compilation): Delete 19.29 info.
2579
2580 2005-02-10 Richard M. Stallman <rms@gnu.org>
2581
2582 * objects.texi (Symbol Type): Minor correction.
2583
2584 2005-02-06 Lute Kamstra <lute@gnu.org>
2585
2586 * modes.texi (Example Major Modes): Fix typos.
2587
2588 2005-02-06 Richard M. Stallman <rms@gnu.org>
2589
2590 * text.texi (Margins): fill-nobreak-predicate can be one function.
2591
2592 * strings.texi (Modifying Strings): clear-string can make unibyte.
2593 (Formatting Strings): format gives error if values missing.
2594
2595 * positions.texi (Character Motion): Mention default arg
2596 for forward-char. backward-char refers to forward-char.
2597 (Word Motion): Mention default arg for forward-word.
2598 (Buffer End Motion): Mention default arg for beginning-of-buffer.
2599 Simplify end-of-buffer.
2600 (Text Lines): Mention default arg for forward-line.
2601 (List Motion): Mention default arg for beginning/end-of-defun.
2602 (Skipping Characters): Minor fixes in explaining character-set.
2603
2604 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
2605 Mode inheritance applies only when default-major-mode is nil.
2606 Clarifications.
2607 (Example Major Modes): Update Text mode and Lisp mode examples.
2608 (Minor Mode Conventions): Mention define-minor-mode at top.
2609 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
2610 (Mode Line Format): Update mode line face display info.
2611 (Properties in Mode): Mention effect of risky vars.
2612 (Imenu): Define imenu-add-to-menubar.
2613 (Font Lock Mode): Add descriptions to menu lines.
2614 (Faces for Font Lock): Add font-lock-doc-face.
2615
2616 2005-02-05 Lute Kamstra <lute@gnu.org>
2617
2618 * text.texi (Maintaining Undo): Remove obsolete function.
2619
2620 2005-02-05 Eli Zaretskii <eliz@gnu.org>
2621
2622 * frames.texi (Color Names): Add pointer to the X docs about RGB
2623 color specifications. Improve indexing
2624 (Text Terminal Colors): Replace the description of RGB values by
2625 an xref to "Color Names".
2626
2627 2005-02-03 Richard M. Stallman <rms@gnu.org>
2628
2629 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
2630 Clarify.
2631 (Selecting Windows): Clarify save-selected-window.
2632 (Cyclic Window Ordering): Clarify walk-windows.
2633 (Window Point): Clarify.
2634 (Window Start): Add comment to example.
2635 (Resizing Windows): Add `interactive' specs in examples.
2636 Document fit-window-to-buffer.
2637
2638 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
2639 (Undo, Maintaining Undo): Clarify last change.
2640 (Sorting): In sort-numeric-fields, explain about octal and hex.
2641 Mention sort-numeric-base.
2642 (Format Properties): Add xref for hard newlines.
2643
2644 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
2645 (Pop-Up Menus): Fix typo.
2646 (Color Names): Explain all types of color names.
2647 Explain color-values on B&W terminal.
2648 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
2649
2650 * files.texi (File Locks): Not supported on MS systems.
2651 (Testing Accessibility): Clarify.
2652
2653 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
2654 (Coverage Testing): Fix typo.
2655
2656 * commands.texi (Misc Events): Remove stray space.
2657
2658 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
2659 (Modification Time): Clarify when visited-file-modtime returns 0.
2660 (The Buffer List): Clarify bury-buffer.
2661 (Killing Buffers): Clarify.
2662 (Indirect Buffers): Add clone-indirect-buffer.
2663
2664 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
2665
2666 * edebug.texi (Printing in Edebug): Fix default value of
2667 edebug-print-circle.
2668 (Coverage Testing): Fix displayed frequency count data.
2669
2670 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
2671
2672 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
2673
2674 2005-02-02 Kim F. Storm <storm@cua.dk>
2675
2676 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
2677
2678 2005-01-29 Eli Zaretskii <eliz@gnu.org>
2679
2680 * commands.texi (Misc Events): Describe the help-echo event.
2681
2682 * text.texi (Special Properties) <help-echo>: Use `pos'
2683 consistently in description of the help-echo property.
2684 Use @code{nil} instead of @var{nil}.
2685
2686 * display.texi (Overlay Properties): Fix the index entry for
2687 help-echo overlay property.
2688
2689 * customize.texi (Type Keywords): Uncomment the xref to the
2690 help-echo property documentation.
2691
2692 2005-01-23 Kim F. Storm <storm@cua.dk>
2693
2694 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
2695 return value. Third element FULLY replaced by PARTIAL which
2696 specifies number of invisible pixels if row is only partially visible.
2697 (Textual Scrolling): Mention auto-window-vscroll.
2698 (Vertical Scrolling): New defvar auto-window-vscroll.
2699
2700 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
2701
2702 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
2703 command remapping.
2704
2705 2005-01-15 Richard M. Stallman <rms@gnu.org>
2706
2707 * display.texi (Defining Images): Mention DATA-P arg of create-image.
2708
2709 2005-01-14 Kim F. Storm <storm@cua.dk>
2710
2711 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
2712
2713 * text.texi (Links and Mouse-1): Fix string and vector item.
2714
2715 2005-01-13 Richard M. Stallman <rms@gnu.org>
2716
2717 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
2718 descriptions of overriding-local-map and overriding-terminal-local-map.
2719
2720 * text.texi (Links and Mouse-1): Clarify text.
2721
2722 2005-01-13 Kim F. Storm <storm@cua.dk>
2723
2724 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
2725
2726 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
2727
2728 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
2729
2730 2005-01-12 Kim F. Storm <storm@cua.dk>
2731
2732 * text.texi (Links and Mouse-1): Rename section from Enabling
2733 Mouse-1 to Following Links. Change xrefs.
2734 Add examples for define-button-type and define-widget.
2735
2736 * display.texi (Button Properties, Button Buffer Commands):
2737 Clarify mouse-1 and follow-link functionality.
2738
2739 2005-01-12 Richard M. Stallman <rms@gnu.org>
2740
2741 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
2742
2743 * display.texi (Beeping): Fix Texinfo usage.
2744
2745 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
2746
2747 2005-01-11 Kim F. Storm <storm@cua.dk>
2748
2749 * display.texi (Button Properties, Button Buffer Commands):
2750 Mention mouse-1 binding. Add follow-link keyword.
2751
2752 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
2753 (Enabling Mouse-1 to Follow Links): New subsection.
2754
2755 2005-01-06 Richard M. Stallman <rms@gnu.org>
2756
2757 * text.texi (Special Properties): Minor change.
2758
2759 * os.texi (Timers): Clarify previous change.
2760
2761 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
2762
2763 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
2764
2765 * display.texi (Face Attributes): Correct xref to renamed node.
2766
2767 2005-01-01 Richard M. Stallman <rms@gnu.org>
2768
2769 * display.texi (Face Attributes): Describe hex color specs.
2770
2771 2004-12-31 Richard M. Stallman <rms@gnu.org>
2772
2773 * os.texi (Timers): Update previous change.
2774
2775 2004-12-30 Kim F. Storm <storm@cua.dk>
2776
2777 * display.texi (Line Height): Total line-height is now specified
2778 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
2779 in cons cells. (nil . RATIO) is relative to actual line height.
2780 Use line-height `t' instead of `0' to get minimum height.
2781
2782 2004-12-29 Richard M. Stallman <rms@gnu.org>
2783
2784 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
2785
2786 2004-12-28 Richard M. Stallman <rms@gnu.org>
2787
2788 * commands.texi (Quitting): Clarify value of with-local-quit.
2789
2790 * elisp.texi (Top): Fix previous change.
2791
2792 * loading.texi (Loading): Fix previous change.
2793
2794 2004-12-27 Richard M. Stallman <rms@gnu.org>
2795
2796 * Makefile.in (MAKEINFO): Specify --force.
2797
2798 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
2799
2800 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
2801
2802 * display.texi (Line Height): Further clarify.
2803
2804 * elisp.texi (Top): Update Loading submenu.
2805
2806 * loading.texi (Where Defined): New node.
2807 (Unloading): load-history moved to Where Defined.
2808
2809 2004-12-21 Richard M. Stallman <rms@gnu.org>
2810
2811 * commands.texi (Event Input Misc): Add while-no-input.
2812
2813 2004-12-11 Richard M. Stallman <rms@gnu.org>
2814
2815 * display.texi (Line Height): Rewrite text for clarity.
2816
2817 2004-12-11 Kim F. Storm <storm@cua.dk>
2818
2819 * display.texi (Display): Add node "Line Height" to menu.
2820 (Line Height): New node. Move full description of line-spacing
2821 and line-height text properties here from text.texi.
2822 (Scroll Bars): Add vertical-scroll-bar variable.
2823
2824 * frames.texi (Window Frame Parameters): Remove line-height defvar.
2825
2826 * locals.texi (Standard Buffer-Local Variables): Fix xref for
2827 line-spacing and vertical-scroll-bar.
2828
2829 * text.texi (Special Properties): Just mention line-spacing and
2830 line-height here, add xref to new "Line Height" node.
2831
2832 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
2833
2834 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
2835
2836 * locals.texi (Standard Buffer-Local Variables):
2837 Add @xref for `line-spacing'.
2838
2839 2004-12-05 Richard M. Stallman <rms@gnu.org>
2840
2841 * Makefile.in (maintainer-clean): Remove the info files
2842 in $(infodir) where they are created.
2843
2844 2004-12-03 Richard M. Stallman <rms@gnu.org>
2845
2846 * windows.texi (Selecting Windows): get-lru-window and
2847 get-largest-window don't consider dedicated windows.
2848
2849 * text.texi (Undo): Document undo-in-progress.
2850
2851 2004-11-26 Richard M. Stallman <rms@gnu.org>
2852
2853 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
2854 Remove a few vars that are not always buffer-local.
2855
2856 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
2857
2858 * locals.texi (Standard Buffer-Local Variables): Comment out
2859 xref's to non-existent node `Yet to be written'.
2860
2861 2004-11-24 Richard M. Stallman <rms@gnu.org>
2862
2863 * processes.texi (Synchronous Processes): Grammar fix.
2864
2865 * numbers.texi (Comparison of Numbers): Add eql.
2866
2867 * locals.texi (Standard Buffer-Local Variables): Add many vars.
2868
2869 * intro.texi (Printing Notation): Fix previous change.
2870
2871 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
2872 and default-indicate-buffer-boundaries from here.
2873 (Usual Display): To here.
2874 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
2875 (Usual Display): Move tab-width up.
2876
2877 * customize.texi (Variable Definitions): Replace
2878 show-paren-mode example with tooltip-mode.
2879 (Simple Types, Composite Types, Defining New Types):
2880 Minor cleanups.
2881
2882 2004-11-21 Jesper Harder <harder@ifa.au.dk>
2883
2884 * processes.texi (Synchronous Processes, Output from Processes):
2885 Markup fix.
2886
2887 2004-11-20 Richard M. Stallman <rms@gnu.org>
2888
2889 * positions.texi (Skipping Characters): skip-chars-forward
2890 now handles char classes.
2891
2892 * intro.texi (Printing Notation): Avoid confusion of `print'
2893 when explaining @print.
2894
2895 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
2896
2897 * display.texi (Display Table Format): Minor fix.
2898
2899 * streams.texi (Output Functions): Fix print example.
2900
2901 * Makefile.in (elisp): New target.
2902 (dist): Depend on $(infodir)/elisp, not elisp.
2903 Copy the info files from $(infodir).
2904
2905 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
2906 read-from-minibuffer.
2907
2908 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
2909
2910 2004-11-19 Richard M. Stallman <rms@gnu.org>
2911
2912 * searching.texi (Regexp Search): Add search-whitespace-regexp.
2913
2914 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
2915
2916 * tips.texi (Coding Conventions): Fix typo.
2917
2918 2004-11-16 Richard M. Stallman <rms@gnu.org>
2919
2920 * tips.texi (Coding Conventions): Separate defvar and require
2921 methods to avoid warnings. Use require only when there are many
2922 functions and variables from that package.
2923
2924 * minibuf.texi (Minibuffer Completion): When ignoring case,
2925 predicate must not be case-sensitive.
2926
2927 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
2928 (Test Coverage): Don't talk about "splotches". Clarified.
2929
2930 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
2931
2932 * frames.texi (Window Frame Parameters): Fix typo.
2933
2934 2004-11-15 Kim F. Storm <storm@cua.dk>
2935
2936 * symbols.texi (Other Plists): Note that plist-get may signal error.
2937 Add safe-plist-get.
2938
2939 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
2940
2941 * modes.texi (Font Lock Basics): Fix typo.
2942
2943 2004-11-08 Richard M. Stallman <rms@gnu.org>
2944
2945 * syntax.texi (Syntax Table Functions): Add syntax-after.
2946
2947 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
2948
2949 * os.texi (Processor Run Time): New section documenting
2950 get-internal-run-time.
2951
2952 2004-11-06 Eli Zaretskii <eliz@gnu.org>
2953
2954 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
2955 it nukes elisp-cover.texi.
2956 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
2957 elisp-0 etc.
2958
2959 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
2960
2961 * commands.texi (Keyboard Macros): Document `append' return value
2962 of `defining-kbd-macro'.
2963
2964 2004-11-01 Richard M. Stallman <rms@gnu.org>
2965
2966 * commands.texi (Interactive Call): Add called-interactively-p.
2967
2968 2004-10-29 Simon Josefsson <jas@extundo.com>
2969
2970 * minibuf.texi (Reading a Password): Revert.
2971
2972 2004-10-28 Richard M. Stallman <rms@gnu.org>
2973
2974 * frames.texi (Display Feature Testing): Explain about "vendor".
2975
2976 2004-10-27 Richard M. Stallman <rms@gnu.org>
2977
2978 * commands.texi (Interactive Codes): `N' uses numeric prefix,
2979 not raw. Clarify `n'.
2980 (Interactive Call): Rewrite interactive-p, focusing on when
2981 and how to use it.
2982 (Misc Events): Clarify previous change.
2983
2984 * advice.texi (Simple Advice): Clarify what job the example does.
2985 (Around-Advice): Clarify ad-do-it.
2986 (Activation of Advice): An option of ad-default-compilation-action
2987 is `never', not `nil'.
2988
2989 2004-10-26 Kim F. Storm <storm@cua.dk>
2990
2991 * commands.texi (Interactive Codes): Add U code letter.
2992
2993 2004-10-25 Simon Josefsson <jas@extundo.com>
2994
2995 * minibuf.texi (Reading a Password): Add.
2996
2997 2004-10-24 Jason Rumney <jasonr@gnu.org>
2998
2999 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
3000 and wheel-down.
3001
3002 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3003
3004 * processes.texi (Synchronous Processes): Document process-file.
3005
3006 2004-10-22 Kenichi Handa <handa@m17n.org>
3007
3008 * text.texi (translate-region): Document that it accepts also a
3009 char-table.
3010
3011 2004-10-22 David Ponce <david@dponce.com>
3012
3013 * windows.texi (Resizing Windows): Document the `preserve-before'
3014 argument of the functions `enlarge-window' and `shrink-window'.
3015
3016 2004-10-19 Jason Rumney <jasonr@gnu.org>
3017
3018 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3019
3020 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3021
3022 * text.texi (Filling): Add anchor for definition of
3023 `sentence-end-double-space'.
3024
3025 * searching.texi (Regexp Example): Update description of how
3026 Emacs currently recognizes the end of a sentence.
3027 (Standard Regexps): Update definition of the variable
3028 `sentence-end'. Add definition of the function `sentence-end'.
3029
3030 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3031
3032 * display.texi (Progress): New node.
3033
3034 2004-10-05 Kim F. Storm <storm@cua.dk>
3035
3036 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3037
3038 2004-09-29 Kim F. Storm <storm@cua.dk>
3039
3040 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3041 to identify bitmaps. Remove -fringe-bitmap suffix for standard
3042 fringe bitmap symbols, as they now have their own namespace.
3043 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3044 vs. pixels. Signal error if no free bitmap slots.
3045 (Pixel Specification): Change IMAGE to @var{image}.
3046
3047 2004-09-28 Richard M. Stallman <rms@gnu.org>
3048
3049 * text.texi (Special Properties): Clarify line-spacing and line-height.
3050
3051 * searching.texi (Regexp Search): Add looking-back.
3052
3053 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
3054
3055 * display.texi: Correct typos.
3056 (Image Descriptors): Correct xref's.
3057
3058 2004-09-25 Richard M. Stallman <rms@gnu.org>
3059
3060 * text.texi (Special Properties): Cleanups in `cursor'.
3061 Rewrites in `line-height' and `line-spacing'; exchange them.
3062
3063 * display.texi (Fringes): Rewrite previous change.
3064 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
3065 (Display Fringe Bitmaps): Node deleted, text moved.
3066 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
3067 (Scroll Bars): Clarify set-window-scroll-bars.
3068 (Pointer Shape): Rewrite.
3069 (Specified Space): Clarify :align-to, etc.
3070 (Pixel Specification): Use @var. Clarify new text.
3071 (Other Display Specs): Clarify `slice'.
3072 (Image Descriptors): Cleanups.
3073 (Showing Images): Cleanups.
3074
3075 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3076
3077 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3078
3079 * modes.texi: Various minor changes in addition to:
3080 (Major Mode Conventions): Final call to `run-mode-hooks' should
3081 not be inside the `delay-mode-hooks' form.
3082 (Mode Hooks): New node.
3083 (Hooks): Delete obsolete example.
3084 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3085 node "Mode Hooks".
3086
3087 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3088
3089 * display.texi: Correct various typos.
3090 (Display): Rename node "Pointer Shapes" to "Pointer
3091 Shape". (There is already a node called "Pointer Shapes" in
3092 frames.texi.)
3093 (Images): Remove non-existent node "Image Slices" from menu.
3094
3095 2004-09-23 Kim F. Storm <storm@cua.dk>
3096
3097 * text.texi (Special Properties): Add `cursor', `pointer',
3098 `line-height', and `line-spacing' properties.
3099
3100 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3101 Shapes' to menu.
3102 (Standard Faces): Doc fix for fringe face.
3103 (Fringes): Add `overflow-newline-into-fringe' and
3104 'indicate-buffer-boundaries'.
3105 (Fringe Bitmaps, Pointer Shapes): New nodes.
3106 (Display Property): Add 'Pixel Specification' and 'Display Fringe
3107 Bitmaps' to menu.
3108 (Specified Space): Describe pixel width and height.
3109 (Pixel Specification): New node.
3110 (Other Display Specs): Add `slice' property.
3111 (Display Fringe Bitmaps): New node.
3112 (Images): Add 'Image Slices' to menu.
3113 (Image Descriptors): Add `:pointer' and `:map' properties.
3114 (Showing Images): Add slice arg to `insert-image'. Add
3115 'insert-sliced-image'.
3116
3117 2004-09-20 Richard M. Stallman <rms@gnu.org>
3118
3119 * commands.texi (Key Sequence Input):
3120 Clarify downcasing in read-key-sequence.
3121
3122 2004-09-08 Juri Linkov <juri@jurta.org>
3123
3124 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3125
3126 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3127
3128 * locals.texi (Standard Buffer-Local Variables): Add
3129 `buffer-auto-save-file-format'.
3130 * internals.texi (Buffer Internals): Describe new
3131 auto_save_file_format field of the buffer structure.
3132 * files.texi (Format Conversion): `auto-save-file-format' has been
3133 renamed `buffer-auto-save-file-format'.
3134
3135 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
3136
3137 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3138 an integer or a marker.
3139 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3140
3141 2004-08-22 Richard M. Stallman <rms@gnu.org>
3142
3143 * modes.texi (Major Mode Conventions): Discuss rebinding of
3144 standard key bindings.
3145
3146 2004-08-18 Kim F. Storm <storm@cua.dk>
3147
3148 * processes.texi (Accepting Output): Add `just-this-one' arg to
3149 `accept-process-output'.
3150 (Output from Processes): New var `process-adaptive-read-buffering'.
3151
3152 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
3153
3154 * keymaps.texi: Various changes in addition to:
3155 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3156 Give more varied examples for `kbd'.
3157 (Creating Keymaps): Char tables have slots for all characters
3158 without modifiers.
3159 (Active Keymaps): `overriding-local-map' and
3160 `overriding-terminal-local-map' also override text property and
3161 overlay keymaps.
3162 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3163 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3164 to denote a prefix of no events.
3165 `map-keymap' includes parent's bindings _recursively_.
3166 Clarify and correct description of `where-is-internal'.
3167 Mention BUFFER-OR-NAME arg to `describe-bindings'.
3168 (Menu Example): For menus intended for use with the keyboard, the
3169 menu items should be bound to characters or real function keys.
3170
3171 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3172
3173 * objects.texi (Character Type): Reposition `@anchor' to prevent
3174 double space inside sentence in Info.
3175
3176 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3177 renamed to `disabled-command-function'.
3178 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
3179 (Command Loop Info): Replace reference to it.
3180 (Disabling Commands): `disabled-command-hook' has been renamed to
3181 `disabled-command-function'.
3182
3183 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
3184
3185 * os.texi (Translating Input): Only non-prefix bindings in
3186 `key-translation-map' override actual key bindings. Warn about
3187 possible indirect effect of actual key bindings on non-prefix
3188 bindings in `key-translation-map'.
3189
3190 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
3191
3192 * minibuf.texi (High-Level Completion): Add anchor for definition
3193 of `read-variable'.
3194
3195 * commands.texi: Various changes in addition to:
3196 (Using Interactive): Clarify description of `interactive-form'.
3197 (Interactive Call): Mention default for KEYS argument to
3198 `call-interactively'.
3199 (Command Loop Info): Clarify description of `this-command-keys'.
3200 Mention KEEP-RECORD argument to `clear-this-command-keys'.
3201 Value of `last-event-frame' can be `macro'.
3202 (Repeat Events): `double-click-fuzz' is also used to distinguish
3203 clicks and drags.
3204 (Classifying Events): Clarify descriptions of `event-modifiers'
3205 `event-basic-type' and `event-convert-list'.
3206 (Accessing Events): `posn-timestamp' takes POSITION argument.
3207 (Quoted Character Input): Clarify description of
3208 `read-quoted-char' and fix example.
3209 (Quitting): Add `with-local-quit'.
3210 (Disabling Commands): Correct and clarify descriptions of
3211 `enable-command' and `disable-command'.
3212 Mention what happens if `disabled-command-hook' is nil.
3213 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3214 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3215
3216 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3217
3218 * frames.texi: Various changes in addition to:
3219 (Creating Frames): Expand and clarify description of `make-frame'.
3220 (Window Frame Parameters): Either none or both of the `icon-left'
3221 and `icon-top' parameters must be specified. Put descriptions of
3222 `menu-bar-lines' and `toolbar-lines' closer together and change
3223 them accordingly.
3224 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3225 except while processing `frame-title-format' or `icon-title-format'.
3226 (Deleting Frames): Correct description of `delete-frame'.
3227 Non-nil return values of `frame-live-p' are like those of `framep'.
3228 (Frames and Windows): Mention return value of
3229 `set-frame-selected-window'.
3230 (Visibility of Frames): Mention `force' argument to
3231 `make-frame-invisible'. `frame-visible-p' returns t for all
3232 frames on text-only terminals.
3233 (Frame Configurations): Restoring a frame configuration does not
3234 restore deleted frames.
3235 (Window System Selections): `x-set-selection' returns DATA.
3236 (Resources): Add example.
3237 (Display Feature Testing): Clarify descriptions of
3238 `display-pixel-height', `display-pixel-width', `x-server-version'
3239 and `x-server-vendor'.
3240
3241 * windows.texi (Choosing Window): Add anchor.
3242 * minibuf.texi (Minibuffer Misc): Add anchor.
3243
3244 2004-07-23 John Paul Wallington <jpw@gnu.org>
3245
3246 * macros.texi (Defining Macros): Declaration keyword for setting
3247 Edebug spec is `debug' not `edebug'.
3248
3249 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
3250
3251 * windows.texi: Various small changes in addition to:
3252 (Window Point): Mention return value of `set-window-point'.
3253 (Window Start): `pos-visible-in-window-p' disregards horizontal
3254 scrolling. Explain return value if PARTIALLY is non-nil.
3255 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3256 and `set-window-vscroll'.
3257 (Size of Window): The argument WINDOW to `window-inside-edges',
3258 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3259 (Resizing Windows): Explain return value of
3260 `shrink-window-if-larger-than-buffer'.
3261 `window-size-fixed' automatically becomes buffer local when set.
3262 (Window Configurations): Explain return value of
3263 `set-window-configuration'.
3264
3265 * minibuf.texi (Minibuffer Misc): Add anchor for
3266 `minibuffer-scroll-window'.
3267
3268 * positions.texi (Text Lines): Add anchor for `count-lines'.
3269
3270 2004-07-17 Richard M. Stallman <rms@gnu.org>
3271
3272 * display.texi (Overlay Properties): Adding `evaporate' prop
3273 deletes empty overlay immediately.
3274
3275 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3276 fix example.
3277
3278 2004-07-16 Jim Blandy <jimb@redhat.com>
3279
3280 * searching.texi (Regexp Backslash): Document new \_< and \_>
3281 operators.
3282
3283 2004-07-16 Juanma Barranquero <lektu@terra.es>
3284
3285 * display.texi (Images): Fix Texinfo usage.
3286
3287 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3288
3289 * buffers.texi (Modification Time): `visited-file-modtime' now
3290 returns a list of two integers, instead of a cons.
3291
3292 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
3293
3294 * windows.texi: Various changes in addition to:
3295 (Splitting Windows): Add `split-window-keep-point'.
3296
3297 2004-07-09 Richard M. Stallman <rms@gnu.org>
3298
3299 * frames.texi (Input Focus): Minor fix.
3300
3301 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
3302
3303 * frames.texi (Input Focus): Clarify descriptions of
3304 `select-frame-set-input-focus' and `select-frame'.
3305
3306 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
3307
3308 * os.texi: Various small changes in addition to:
3309 (Killing Emacs): Expand and clarify description of
3310 `kill-emacs-query-functions' and `kill-emacs-hook'.
3311 (System Environment): Expand and clarify description of `getenv'
3312 and `setenv'.
3313 (Timers): Clarify description of `run-at-time'.
3314 (Translating Input): Correct description of
3315 `extra-keyboard-modifiers'.
3316 (Flow Control): Correct description of `enable-flow-control'.
3317
3318 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
3319
3320 * os.texi: Update copyright.
3321 (Session Management): Grammar fix.
3322 Clarify which Emacs does the restarting.
3323 Use @samp for *scratch* buffer.
3324
3325 2004-07-04 Alan Mackenzie <acm@muc.de>
3326
3327 * frames.texi (Input Focus): Add documentation for
3328 `select-frame-set-input-focus'. Replace refs to non-existent
3329 `switch-frame' with `select-frame'. Minor corrections and tidying
3330 up of text-only terminal stuff.
3331
3332 2004-07-02 Richard M. Stallman <rms@gnu.org>
3333
3334 * files.texi (Saving Buffers): Cleanup write-contents-function.
3335 (Magic File Names): Cleanup file-remote-p.
3336
3337 2004-07-02 Kai Grossjohann <kai@emptydomain.de>
3338
3339 * files.texi (Magic File Names): `file-remote-p' returns an
3340 identifier of the remote system, not just t.
3341
3342 2004-07-02 David Kastrup <dak@gnu.org>
3343
3344 * searching.texi (Entire Match Data): Add explanation about new
3345 match-data behavior when @var{integers} is non-nil.
3346
3347 2004-06-24 Richard M. Stallman <rms@gnu.org>
3348
3349 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3350
3351 * customize.texi (Variable Definitions): Note about doc strings
3352 and :set.
3353
3354 * keymaps.texi (Keymap Terminology): Document `kbd'.
3355 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3356
3357 * display.texi (Invisible Text): Setting buffer-invisibility-spec
3358 makes it buffer-local.
3359
3360 * files.texi (Saving Buffers): Correct previous change.
3361
3362 * commands.texi (Accessing Events):
3363 Clarify posn-col-row and posn-actual-col-row.
3364
3365 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
3366
3367 * commands.texi (Accessing Events): New functions
3368 posn-at-point and posn-at-x-y. Add example to posn-x-y.
3369
3370 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3371
3372 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3373 * frames.texi, buffers.texi, backups.texi, variables.texi:
3374 * loading.texi, eval.texi, functions.texi, control.texi:
3375 * symbols.texi, minibuf.texi: Reposition @anchor's.
3376
3377 * help.texi: Various small changes in addition to the following.
3378 (Describing Characters): Describe PREFIX argument to
3379 `key-description'. Correct and clarify definition of
3380 `text-char-description'. Describe NEED-VECTOR argument to
3381 `read-kbd-macro'.
3382 (Help Functions): Clarify definition of `apropos'.
3383
3384 2004-06-23 Lars Hansen <larsh@math.ku.dk>
3385
3386 * files.texi (Saving Buffers): Correct description of
3387 `write-contents-functions'.
3388
3389 2004-06-21 Juanma Barranquero <lektu@terra.es>
3390
3391 * display.texi (Images): Remove redundant @vindex directives.
3392 Rewrite `image-library-alist' doc in active voice.
3393
3394 2004-06-14 Juanma Barranquero <lektu@terra.es>
3395
3396 * display.texi (Images): Document new delayed library loading,
3397 variable `image-library-alist' and (existing but undocumented)
3398 function `image-type-available-p'.
3399
3400 2004-06-05 Richard M. Stallman <rms@gnu.org>
3401
3402 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3403 refer the user to the Initial Input node.
3404 (Text from Minibuffer): Likewise.
3405 (Initial Input): New node. Document this feature
3406 and say it is mostly deprecated.
3407
3408 2004-05-30 Richard M. Stallman <rms@gnu.org>
3409
3410 * loading.texi (Named Features): Clarify return value
3411 and meaning of NOERROR.
3412
3413 * variables.texi (File Local Variables): Minor cleanup.
3414
3415 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
3416
3417 * files.texi (Magic File Names): Add `file-remote-p' as operation
3418 of file name handlers.
3419
3420 2004-05-29 Richard M. Stallman <rms@gnu.org>
3421
3422 * modes.texi (Minor Mode Conventions): (-) has no special meaning
3423 as arg to a minor mode command.
3424
3425 2004-05-22 Richard M. Stallman <rms@gnu.org>
3426
3427 * syntax.texi (Syntax Class Table): Word syntax not just for English.
3428
3429 * streams.texi (Output Variables): Doc float-output-format.
3430
3431 * searching.texi (Regexp Special): Nested repetition can be infloop.
3432
3433 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3434 real stack overflow.
3435
3436 * compile.texi: Minor cleanups.
3437
3438 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
3439
3440 * lists.texi (Cons Cells): Explain dotted lists, true lists,
3441 circular lists.
3442 (List Elements): Explain handling of circular and dotted lists.
3443
3444 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
3445
3446 * modes.texi (Search-based Fontification): Fix typo.
3447
3448 2004-05-10 Juanma Barranquero <lektu@terra.es>
3449
3450 * modes.texi (Mode Line Variables): Fix description of
3451 global-mode-string, which is now after which-func-mode, not the
3452 buffer name.
3453
3454 2004-05-07 Lars Hansen <larsh@math.ku.dk>
3455
3456 * modes.texi (Desktop Save Mode): Add.
3457 (Modes): Add menu entry Desktop Save Mode.
3458
3459 * hooks.texi: Add desktop-after-read-hook,
3460 desktop-no-desktop-file-hook and desktop-save-hook.
3461
3462 * locals.texi: Add desktop-save-buffer.
3463
3464 2004-04-30 Jesper Harder <harder@ifa.au.dk>
3465
3466 * display.texi: emacs -> Emacs.
3467
3468 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3469
3470 * files.texi (Changing Files): Document set-file-times.
3471
3472 2004-04-23 Juanma Barranquero <lektu@terra.es>
3473
3474 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3475
3476 2004-04-18 Jesper Harder <harder@ifa.au.dk>
3477
3478 * tips.texi (Coding Conventions): defopt -> defcustom.
3479
3480 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
3481
3482 * sequences.texi: Various clarifications.
3483
3484 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
3485
3486 * buffers.texi (Read Only Buffers): Mention optional ARG to
3487 `toggle-read-only'.
3488
3489 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
3490
3491 * windows.texi (Selecting Windows): Note that get-lru-window
3492 returns a full-width window if possible.
3493
3494 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
3495
3496 * buffers.texi: Various changes in addition to:
3497 (Buffer File Name): Add `find-buffer-visiting'.
3498 (Buffer Modification): Mention optional ARG to `not-modified'.
3499 (Indirect Buffers): Mention optional CLONE argument to
3500 `make-indirect-buffer'.
3501
3502 * files.texi: Various changes in addition to:
3503 (Visiting Functions): `find-file-hook' is now a normal hook.
3504 (File Name Expansion): Explain difference between the way that
3505 `expand-file-name' and `file-truename' treat `..'.
3506 (Contents of Directories): Mention optional ID-FORMAT argument to
3507 `directory-files-and-attributes'.
3508 (Format Conversion): Mention new optional CONFIRM argument to
3509 `format-write-file'.
3510
3511 2004-04-12 Miles Bader <miles@gnu.org>
3512
3513 * macros.texi (Expansion): Add description of `macroexpand-all'.
3514
3515 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3516
3517 * variables.texi (Variable Aliases): Mention
3518 cyclic-variable-indirection.
3519
3520 * errors.texi (Standard Errors): Ditto.
3521
3522 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3523
3524 * backups.texi: Various small changes in addition to:
3525 (Making Backups): Mention return value of `backup-buffer'.
3526 (Auto-Saving): Mention optional FORCE argument to
3527 `delete-auto-save-file-if-necessary'.
3528 (Reverting): Mention optional PRESERVE-MODES argument to
3529 `revert-buffer'. Correct description of `revert-buffer-function'.
3530
3531 2004-03-22 Juri Linkov <juri@jurta.org>
3532
3533 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3534 with `Vector Functions'.
3535
3536 * text.texi (Sorting): Add missing quote.
3537
3538 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
3539
3540 * intro.texi (Lisp History): Replace xref to `cl' manual with
3541 inforef.
3542
3543 2004-03-12 Richard M. Stallman <rms@gnu.org>
3544
3545 * intro.texi (Version Info): Add arg to emacs-version.
3546 (Lisp History): Change xref to CL manual.
3547
3548 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
3549
3550 * minibuf.texi (Completion Commands): Add xref to Emacs manual
3551 for Partial Completion mode.
3552
3553 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
3554
3555 * customize.texi: Fix typo. Remove eol whitespace.
3556
3557 2004-03-04 Richard M. Stallman <rms@gnu.org>
3558
3559 * processes.texi: Fix typos.
3560
3561 * lists.texi (Building Lists): Minor clarification.
3562
3563 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
3564 in make-hash-table.
3565
3566 2004-02-29 Juanma Barranquero <lektu@terra.es>
3567
3568 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
3569 rm, and ignore exit code.
3570
3571 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
3572
3573 * display.texi (Defining Faces): Add description for min-colors.
3574 Update example.
3575
3576 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
3577
3578 * abbrevs.texi: Various corrections and clarifications in addition
3579 to the following:
3580 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
3581
3582 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3583
3584 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
3585
3586 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
3587
3588 * text.texi: Various small changes in addition to the following:
3589 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
3590 to delete-horizontal-space.
3591 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
3592 description of yank-handler text property at various places.
3593
3594 * frames.texi (Window System Selections): Add anchor.
3595
3596 * syntax.texi (Syntax Table Functions): Clarify and correct
3597 descriptions of make-syntax-table and copy-syntax-table.
3598 (Motion and Syntax): Clarify SYNTAXES argument to
3599 skip-syntax-forward.
3600 (Parsing Expressions): Mention that the return value of
3601 parse-partial-sexp is currently a list of ten rather than nine
3602 elements.
3603 (Categories): Various corrections and clarifications.
3604
3605 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
3606
3607 * markers.texi (Marker Insertion Types): Minor change.
3608
3609 * locals.texi (Standard Buffer-Local Variables):
3610 * commands.texi (Interactive Codes, Using Interactive):
3611 * functions.texi (Related Topics): Fix xrefs.
3612
3613 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
3614
3615 * lists.texi (Sets And Lists): Update description of delete-dups.
3616
3617 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3618
3619 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
3620
3621 2004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3622
3623 * frames.texi (Parameter Access): frame-parameters arg is optional.
3624 modify-frame-parameters handles nil for FRAME.
3625 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
3626 are all-or-nothing for certain toolkits.
3627 Mention parameter wait-for-wm.
3628 (Frames and Windows): In frame-first-window and frame-selected-window
3629 the arg is optional.
3630 (Input Focus): In redirect-frame-focus the second arg is optional.
3631 (Window System Selections): Mention selection type CLIPBOARD.
3632 Mention data-type UTF8_STRING.
3633 Mention numbering of cut buffers.
3634 (Resources): Describe x-resource-name.
3635
3636 2004-02-16 Richard M. Stallman <rms@gnu.org>
3637
3638 * windows.texi (Buffers and Windows): Delete false table
3639 about all-frames.
3640
3641 * syntax.texi (Parsing Expressions): Delete old caveat
3642 about parse-sexp-ignore-comments.
3643
3644 * streams.texi (Output Variables): Add print-quoted.
3645
3646 * lists.texi (Building Lists): Minor cleanup.
3647
3648 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
3649
3650 * display.texi (Overlays): Explain overlays use markers.
3651 (Managing Overlays): Explain front-advance and rear-advance
3652 in more detail.
3653
3654 * loading.texi (Unloading): Document unload-feature-special-hooks.
3655 Get rid of fns-NNN.el file.
3656
3657 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3658
3659 * help.texi (Describing Characters): Fix text-char-description
3660 example output.
3661
3662 * edebug.texi (Using Edebug): Fix example.
3663
3664 * debugging.texi (Internals of Debugger): Fix return value.
3665
3666 * files.texi (Changing Files): Fix argname.
3667
3668 * calendar.texi: Fix parens, and default values.
3669
3670 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
3671 * nonascii.texi, objects.texi, os.texi: Minor fixes.
3672 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
3673
3674 * positions.texi (Text Lines): Don't add -1 in current-line.
3675
3676 2004-02-16 Richard M. Stallman <rms@gnu.org>
3677
3678 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
3679
3680 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3681
3682 * processes.texi (Low-Level Network): Fix a typo.
3683
3684 2004-02-12 Kim F. Storm <storm@cua.dk>
3685
3686 * display.texi (Fringes): Use consistent wording.
3687 Note that window-fringe's window arg is optional.
3688 (Scroll Bars): Use consistent wording.
3689
3690 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
3691
3692 * tips.texi (Comment Tips): Document the new conventions for
3693 commenting out code.
3694
3695 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3696
3697 * positions.texi (Text Lines): Added missing end defun.
3698
3699 2004-02-07 Kim F. Storm <storm@cua.dk>
3700
3701 * positions.texi (Text Lines): Add line-number-at-pos.
3702
3703 2004-02-06 John Paul Wallington <jpw@gnu.org>
3704
3705 * display.texi (Button Properties, Button Buffer Commands):
3706 mouse-2 invokes button, not down-mouse-1.
3707
3708 2004-02-04 Jason Rumney <jasonr@gnu.org>
3709
3710 * makefile.w32-in: Sync with Makefile.in changes.
3711
3712 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
3713
3714 * minibuf.texi (Text from Minibuffer): Various corrections and
3715 clarifications.
3716 (Object from Minibuffer): Correct Lisp description of
3717 read-minibuffer.
3718 (Minibuffer History): Clarify description of cons values for
3719 HISTORY arguments.
3720 (Basic Completion): Various corrections and clarifications. Add
3721 completion-regexp-list.
3722 (Minibuffer Completion): Correct and clarify description of
3723 completing-read.
3724 (Completion Commands): Mention Partial Completion mode. Various
3725 other minor changes.
3726 (High-Level Completion): Various corrections and clarifications.
3727 (Reading File Names): Ditto.
3728 (Minibuffer Misc): Ditto.
3729
3730 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
3731
3732 * strings.texi (Text Comparison): assoc-string also matches
3733 elements of alists that are strings instead of conses.
3734 (Formatting Strings): Standardize Texinfo usage. Update index
3735 entries.
3736
3737 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
3738
3739 * lists.texi (Sets And Lists): Add delete-dups.
3740
3741 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
3742
3743 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
3744 special form.
3745 * macros.texi (Defining Macros): Update description of `declare',
3746 which now is a macro.
3747 (Wrong Time): Fix typos.
3748
3749 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
3750
3751 * compile.texi (Compilation Functions): Expand descriptions of
3752 `compile-defun', `byte-compile-file', `byte-recompile-directory'
3753 and `batch-byte-compile'. In particular, mention and describe
3754 all optional arguments.
3755 (Disassembly): Correct and clarify the description of `disassemble'.
3756
3757 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
3758
3759 * searching.texi: Various small changes in addition to the
3760 following.
3761 (Regexp Example): Adapt to new value of `sentence-end'.
3762 (Regexp Functions): The PAREN argument to `regexp-opt' can be
3763 `words'.
3764 (Search and Replace): Add usage note for `perform-replace'.
3765 (Entire Match Data): Mention INTEGERS and REUSE arguments to
3766 `match-data'.
3767 (Standard Regexps): Update for new values of `paragraph-start'
3768 and `sentence-end'.
3769
3770 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
3771
3772 * files.texi (Saving Buffers): Clarify descriptions of
3773 `write-contents-functions' and `before-save-hook'.
3774 Make the defvar's for `before-save-hook' and `after-save-hook'
3775 into defopt's.
3776
3777 2004-01-07 Kim F. Storm <storm@cua.dk>
3778
3779 * commands.texi (Click Events): Describe new image and
3780 width/height elements of click events.
3781 (Accessing Events): Add posn-string, posn-image, and
3782 posn-object-width-height. Change posn-object to return either
3783 image or string object.
3784
3785 2004-01-01 Simon Josefsson <jas@extundo.com>
3786
3787 * hooks.texi (Standard Hooks): Add before-save-hook.
3788 * files.texi (Saving Buffers): Likewise.
3789
3790 2004-01-03 Richard M. Stallman <rms@gnu.org>
3791
3792 * frames.texi (Frames and Windows): Delete frame-root-window.
3793
3794 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
3795
3796 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
3797
3798 * functions.texi: Various small changes in addition to the
3799 following.
3800 (What Is a Function): `functionp' returns nil for macros. Clarify
3801 behavior of this and following functions for symbol arguments.
3802 (Function Documentation): Add `\' in front of (fn @var{arglist})
3803 and explain why.
3804 (Defining Functions): Mention DOCSTRING argument to `defalias'.
3805 Add anchor.
3806 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
3807
3808 2004-01-01 Miles Bader <miles@gnu.org>
3809
3810 * display.texi (Buttons): New section.
3811
3812 2003-12-31 Andreas Schwab <schwab@suse.de>
3813
3814 * numbers.texi (Math Functions): sqrt reports a domain-error
3815 error.
3816 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
3817
3818 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
3819
3820 * tips.texi (Documentation Tips): Update item on hyperlinks in
3821 documentation strings.
3822
3823 * errors.texi (Standard Errors): Various small corrections and
3824 additions.
3825
3826 * control.texi: Various small changes in addition to the
3827 following.
3828 (Signaling Errors): Provide some more details on how `signal'
3829 constructs the error message. Add anchor to the definition of
3830 `signal'.
3831 (Error Symbols): Describe special treatment of `quit'.
3832 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
3833 to emphasize that it has to be a single form.
3834
3835 * buffers.texi: Add anchor.
3836
3837 2003-12-29 Richard M. Stallman <rms@gnu.org>
3838
3839 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
3840 (Window Configurations): Add window-configuration-frame.
3841
3842 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
3843
3844 * text.texi (Examining Properties): Add get-char-property-and-overlay.
3845 Change arg name in get-char-property.
3846 (Special Properties): Update handling of keymap property.
3847
3848 * strings.texi (Modifying Strings): Add clear-string.
3849 (Text Comparison): Add assoc-string and remove
3850 assoc-ignore-case, assoc-ignore-representation.
3851
3852 * os.texi (Time of Day): Add set-time-zone-rule.
3853
3854 * numbers.texi (Math Functions): asin, acos, log, log10
3855 report domain-error errors.
3856
3857 * nonascii.texi (Converting Representations):
3858 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
3859 (Encoding and I/O): Add file-name-coding-system.
3860
3861 * modes.texi (Search-based Fontification): Explain that
3862 face specs are symbols with face names as values.
3863
3864 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
3865
3866 * lists.texi (Building Lists): remq moved elsewhere.
3867 (Sets And Lists): remq moved here.
3868 (Association Lists): Refer to assoc-string.
3869
3870 * internals.texi (Garbage Collection): Add memory-use-counts.
3871
3872 * frames.texi (Frames and Windows): Add set-frame-selected-window
3873 and frame-root-window.
3874
3875 * files.texi (Contents of Directories):
3876 Add directory-files-and-attributes.
3877
3878 * display.texi (Refresh Screen): Add force-window-update.
3879 (Invisible Text): Explain about moving point out of invis text.
3880 (Overlay Properties): Add overlay-properties.
3881 (Managing Overlays): Add overlayp.
3882 (GIF Images): Invalid image number displays a hollow box.
3883
3884 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
3885 (Killing Buffers): Add buffer-live-p.
3886
3887 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
3888
3889 * display.texi (Fringes): Fix typo "set-buffer-window".
3890
3891 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
3892
3893 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
3894 * nonascii.texi, processes.texi, tips.texi, variables.texi:
3895 Add or change various xrefs and anchors.
3896
3897 * commands.texi: Replace all occurrences of @acronym{CAR} with
3898 @sc{car}, for consistency with the rest of the Elisp manual.
3899 `car' and `cdr' are historically acronyms, but are no longer
3900 widely thought of as such.
3901
3902 * internals.texi (Pure Storage): Mention that `purecopy' does not
3903 copy text properties.
3904 (Object Internals): Now 29 bits are used (in most implementations)
3905 to address Lisp objects.
3906
3907 * variables.texi (Variables with Restricted Values): New node.
3908
3909 * objects.texi (Lisp Data Types): Mention that certain variables
3910 can only take on a restricted set of values and add an xref to
3911 the new node "Variables with Restricted Values".
3912
3913 * eval.texi (Function Indirection): Describe the errors that
3914 `indirect-function' can signal.
3915 (Eval): Clarify the descriptions of `eval-region' and `values'.
3916 Describe `eval-buffer' instead of `eval-current-buffer' and
3917 mention `eval-current-buffer' as an alias for `current-buffer'.
3918 Correct the description and mention all optional arguments.
3919
3920 * nonascii.texi: Various small changes in addition to the
3921 following.
3922 (Converting Representations): Clarify behavior of
3923 `string-make-multibyte' and `string-to-multibyte' for unibyte all
3924 ASCII arguments.
3925 (Character Sets): Document the variable `charset-list' and adapt
3926 the definition of the function `charset-list' accordingly.
3927 (Translation of Characters): Clarify use of generic characters in
3928 `make-translation-table'. Clarify and correct the description of
3929 the use of translation tables in encoding and decoding.
3930 (User-Chosen Coding Systems): Correct and clarify the description
3931 of `select-safe-coding-system'.
3932 (Default Coding Systems): Clarify description of
3933 `file-coding-system-alist'.
3934
3935 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
3936
3937 * strings.texi (Text Comparison): Correctly describe when two
3938 strings are `equal'. Combine and clarify descriptions of
3939 `assoc-ignore-case' and `assoc-ignore-representation'.
3940
3941 * objects.texi (Non-ASCII in Strings): Clarify description of
3942 when a string is unibyte or multibyte.
3943 (Bool-Vector Type): Update examples.
3944 (Equality Predicates): Correctly describe when two strings are
3945 `equal'.
3946
3947 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
3948
3949 * lists.texi (Building Lists): `append' no longer accepts integer
3950 arguments. Update the description of `number-sequence' to reflect
3951 recent changes.
3952 (Sets And Lists): Describe `member-ignore-case' after `member'.
3953
3954 2003-11-27 Kim F. Storm <storm@cua.dk>
3955
3956 * commands.texi (Click Events): Click object may be an images.
3957 Describe (dx . dy) element of click positions.
3958 (Accessing Events): Remove duplicate posn-timestamp.
3959 New functions posn-object and posn-object-x-y.
3960
3961 2003-11-23 Kim F. Storm <storm@cua.dk>
3962
3963 * commands.texi (Click Events): Describe enhancements to event
3964 position lists, including new text-pos and (col . row) items.
3965 Mention left-fringe and right-fringe area events.
3966 (Accessing Events): New functions posn-area and
3967 posn-actual-col-row. Mention posn-timestamp. Mention that
3968 posn-point in non-text area still returns buffer position.
3969 Clarify posn-col-row.
3970
3971 2003-11-21 Lars Hansen <larsh@math.ku.dk>
3972
3973 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
3974 * anti.texi (File Attributes): Describe removed parameter
3975 ID-FORMAT.
3976
3977 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
3978
3979 * positions.texi (Positions): Mention that, if a marker is used as
3980 a position, its buffer is ignored.
3981
3982 * markers.texi (Overview of Markers): Mention it here too.
3983
3984 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
3985
3986 * numbers.texi (Numeric Conversions): Not just `floor', but also
3987 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
3988
3989 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
3990
3991 * markers.texi (Creating Markers): Specify insertion type of
3992 created markers. Add xref to `Marker Insertion Types'.
3993 Second argument to `copy-marker' is optional.
3994 (Marker Insertion Types): Mention that most markers are created
3995 with insertion type nil.
3996 (The Mark): Correctly describe when `mark' signals an error.
3997 (The Region): Correctly describe when `region-beginning' and
3998 `region-end' signal an error.
3999
4000 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
4001
4002 * hash.texi (Creating Hash): Clarify description of `eql'.
4003 `makehash' is obsolete.
4004 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4005
4006 * positions.texi (Point): Change description of `buffer-end', so
4007 that it is also correct for floating point arguments.
4008 (List Motion): Correct argument lists of `beginning-of-defun' and
4009 `end-of-defun'.
4010 (Excursions): Add xref to `Marker Insertion Types'.
4011 (Narrowing): Argument to `narrow-to-page' is optional.
4012
4013 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
4014
4015 * streams.texi (Output Streams): Clarify behavior of point for
4016 marker output streams.
4017
4018 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4019
4020 * variables.texi (Defining Variables): Second argument to
4021 `defconst' is not optional.
4022 (Setting Variables): Mention optional argument APPEND to
4023 `add-to-list'.
4024 (Creating Buffer-Local): Expand description of
4025 `make-variable-buffer-local'.
4026 (Frame-Local Variables): Expand description of
4027 `make-variable-frame-local'.
4028 (Variable Aliases): Correct description of optional argument
4029 DOCSTRING to `defvaralias'. Mention return value of
4030 `defvaralias'.
4031 (File Local Variables): Add xref to `File variables' in Emacs
4032 Manual. Correct description of `hack-local-variables'. Mention
4033 `safe-local-variable' property. Mention optional second argument
4034 to `risky-local-variable-p'.
4035
4036 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
4037
4038 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4039
4040 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4041
4042 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4043 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4044 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4045 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4046 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
4047 lispref/processes.texi, lispref/searching.texi,
4048 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4049 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4050 @acronym{FOO}.
4051
4052 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
4053
4054 * strings.texi (Creating Strings): Argument START to `substring'
4055 can not be `nil'. Expand description of
4056 `substring-no-properties'. Correct description of `split-string',
4057 especially with respect to empty matches. Prevent very bad line
4058 break in definition of `split-string-default-separators'.
4059 (Text Comparison): `string=' and `string<' also accept symbols as
4060 arguments.
4061 (String Conversion): More completely describe argument BASE in
4062 `string-to-number'.
4063 (Formatting Strings): `%s' and `%S' in `format' do require
4064 corresponding object. Clarify behavior of numeric prefix after
4065 `%' in `format'.
4066 (Case Conversion): The argument to `upcase-initials' can be a
4067 character.
4068
4069 2003-10-27 Kenichi Handa <handa@m17n.org>
4070
4071 * display.texi (Fontsets): Fix texinfo usage.
4072
4073 2003-10-25 Kenichi Handa <handa@m17n.org>
4074
4075 * display.texi (Fontsets): Add description of the function
4076 set-fontset-font.
4077
4078 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
4079
4080 * display.texi (Temporary Displays): Add xref to `Documentation
4081 Tips'.
4082
4083 * functions.texi (Function Safety): Use inforef instead of pxref
4084 for SES.
4085
4086 2003-10-23 Andreas Schwab <schwab@suse.de>
4087
4088 * Makefile.in (TEX, texinputdir): Don't define.
4089 (TEXI2DVI): Define.
4090 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4091 add $(srcdir)/index.texi.
4092 ($(infodir)/elisp): Remove index.texi dependency.
4093 (elisp.dvi): Likewise. Use $(TEXI2DVI).
4094 (index.texi): Remove target.
4095 (dist): Don't link $(srcdir)/permute-index.
4096 (clean): Don't remove index.texi.
4097
4098 * permute-index, index.perm: Remove.
4099 * index.texi: Rename from index.unperm.
4100
4101 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
4102
4103 * tips.texi (Documentation Tips): Document new behavior for face
4104 and variable hyperlinks in Help mode.
4105
4106 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
4107
4108 * objects.texi (Integer Type): Update for extra bit of integer range.
4109 (Character Type): Ditto.
4110
4111 2003-10-16 Eli Zaretskii <eliz@gnu.org>
4112
4113 * numbers.texi (Integer Basics): Add index entries for reading
4114 numbers in hex, octal, and binary.
4115
4116 2003-10-16 Lute Kamstra <lute@gnu.org>
4117
4118 * modes.texi (Mode Line Format): Mention force-mode-line-update's
4119 argument.
4120
4121 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
4122
4123 * windows.texi (Choosing Window): Fix typo.
4124 * edebug.texi (Edebug Execution Modes): Fix typo.
4125
4126 2003-10-13 Richard M. Stallman <rms@gnu.org>
4127
4128 * windows.texi (Basic Windows): A window has fringe settings,
4129 display margins and scroll-bar settings.
4130 (Splitting Windows): Doc split-window return value.
4131 Clean up one-window-p.
4132 (Selecting Windows): Fix typo.
4133 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4134 (Buffers and Windows): In set-window-buffer, explain effect
4135 on fringe settings and scroll bar settings.
4136 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4137 (Choosing Window): Use defopt for pop-up-frame-function.
4138 For special-display-buffer-names, explain same-window and same-frame.
4139 Clarify window-dedicated-p return value.
4140 (Textual Scrolling): scroll-up and scroll-down can get an error.
4141 (Horizontal Scrolling): Clarify auto-hscroll-mode.
4142 Clarify set-window-hscroll.
4143 (Size of Window): Don't mention tool bar in window-height.
4144 (Coordinates and Windows): Explain what coordinates-in-window-p
4145 returns for fringes and display margins.
4146 (Window Configurations): Explain saving fringes, etc.
4147
4148 * tips.texi (Library Headers): Clean up Documentation.
4149
4150 * syntax.texi (Parsing Expressions): Clean up forward-comment
4151 and parse-sexp-lookup-properties.
4152
4153 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4154
4155 * os.texi (System Environment): Clean up text for load-average errors.
4156
4157 * modes.texi (Hooks): Don't explain local hook details at front.
4158 Clarify run-hooks and run-hook-with-args a little.
4159 Clean up add-hook and remove-hook.
4160
4161 * edebug.texi (Edebug Execution Modes): Clarify t.
4162 Document edebug-sit-for-seconds.
4163 (Coverage Testing): Document C-x X = and =.
4164 (Instrumenting Macro Calls): Fix typo.
4165 (Specification List): Don't index the specification keywords.
4166
4167 2003-10-10 Kim F. Storm <storm@cua.dk>
4168
4169 * processes.texi (Network): Introduce make-network-process.
4170
4171 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
4172
4173 * tips.texi (Library Headers): Fix typo.
4174
4175 2003-10-07 Juri Linkov <juri@jurta.org>
4176
4177 * modes.texi (Imenu): Mention imenu-create-index-function's
4178 default value. Explain submenus better.
4179
4180 2003-10-07 Lute Kamstra <lute@gnu.org>
4181
4182 * modes.texi (Faces for Font Lock): Fix typo.
4183 (Hooks): Explain how buffer-local hook variables can refer to
4184 global hook variables.
4185 Various minor clarifications.
4186
4187 2003-10-06 Lute Kamstra <lute@gnu.org>
4188
4189 * tips.texi (Coding Conventions): Mention naming conventions for
4190 hooks.
4191
4192 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
4193
4194 * loading.texi (Library Search): Correct default value of
4195 load-suffixes.
4196 (Named Features): Fix typo.
4197
4198 2003-10-05 Richard M. Stallman <rms@gnu.org>
4199
4200 * loading.texi (Named Features): In `provide',
4201 say how to test for subfeatures.
4202 (Unloading): In unload-feature, use new var name
4203 unload-feature-special-hooks.
4204
4205 2003-10-03 Lute Kamstra <lute@gnu.org>
4206
4207 * modes.texi (Major Mode Conventions): Mention third way to set up
4208 Imenu.
4209 (Imenu): A number of small fixes.
4210 Delete documentation of internal variable imenu--index-alist.
4211 Document the return value format of imenu-create-index-function
4212 functions.
4213
4214 2003-09-30 Richard M. Stallman <rms@gnu.org>
4215
4216 * processes.texi (Network): Say what stopped datagram connections do.
4217
4218 * lists.texi (Association Lists): Clarify `assq-delete-all'.
4219
4220 * display.texi (Overlay Properties): Clarify `evaporate' property.
4221
4222 2003-09-29 Lute Kamstra <lute@gnu.org>
4223
4224 * modes.texi (Mode Line Data): Explain when symbols in mode-line
4225 constructs should be marked as risky.
4226 Change cons cell into proper list.
4227 (Mode Line Variables): Change cons cell into proper list.
4228
4229 2003-09-26 Lute Kamstra <lute@gnu.org>
4230
4231 * modes.texi (Mode Line Data): Document the :propertize construct.
4232 (Mode Line Variables): Reorder the descriptions of the variables
4233 to match their order in the default mode-line-format.
4234 Describe the new variables mode-line-position and mode-line-modes.
4235 Update the default values of mode-line-frame-identification,
4236 minor-mode-alist, and default-mode-line-format.
4237 (Properties in Mode): Mention the :propertize construct.
4238
4239 2003-09-26 Richard M. Stallman <rms@gnu.org>
4240
4241 * buffers.texi, commands.texi, debugging.texi, eval.texi:
4242 * loading.texi, minibuf.texi, text.texi, variables.texi:
4243 Avoid @strong{Note:}.
4244
4245 2003-09-26 Richard M. Stallman <rms@gnu.org>
4246
4247 * keymaps.texi (Remapping Commands): Fix typo.
4248
4249 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
4250
4251 * processes.texi (Low-Level Network): Fix typo.
4252
4253 2003-09-23 Kim F. Storm <storm@cua.dk>
4254
4255 * processes.texi (Network, Network Servers): Fix typos.
4256 (Low-Level Network): Add timeout value for :server keyword.
4257 Add new option keywords to make-network-process.
4258 Add set-network-process-options.
4259 Explain how to test availability of network options.
4260
4261 2003-09-19 Richard M. Stallman <rms@gnu.org>
4262
4263 * text.texi (Motion by Indent): Arg to
4264 backward-to-indentation and forward-to-indentation is optional.
4265
4266 * strings.texi (Creating Strings): Add substring-no-properties.
4267
4268 * processes.texi
4269 (Process Information): Add list-processes arg QUERY-ONLY.
4270 Delete process-contact from here.
4271 Add new status values for process-status.
4272 Add process-get, process-put, process-plist, set-process-plist.
4273 (Synchronous Processes): Add call-process-shell-command.
4274 (Signals to Processes): signal-process allows process objects.
4275 (Network): Complete rewrite.
4276 (Network Servers, Datagrams, Low-Level Network): New nodes.
4277
4278 * positions.texi (Word Motion): forward-word, backward-word
4279 arg is optional. Reword.
4280
4281 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4282
4283 * variables.texi (Creating Buffer-Local):
4284 Delete duplicate definition of buffer-local-value.
4285 (File Local Variables): Explain about discarding text props.
4286
4287 2003-09-11 Richard M. Stallman <rms@gnu.org>
4288
4289 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4290 changes variables that record input events.
4291 (Minibuffer Misc): Add minibuffer-selected-window.
4292
4293 * lists.texi (Building Lists): Add copy-tree.
4294
4295 * display.texi (Fontsets): Add char-displayable-p.
4296 (Scroll Bars): New node.
4297
4298 2003-09-08 Lute Kamstra <lute@gnu.org>
4299
4300 * modes.texi (%-Constructs): Document new `%i' and `%I'
4301 constructs.
4302
4303 2003-09-03 Peter Runestig <peter@runestig.com>
4304
4305 * makefile.w32-in: New file.
4306
4307 2003-08-29 Richard M. Stallman <rms@gnu.org>
4308
4309 * display.texi (Overlay Properties): Clarify how priorities
4310 affect use of the properties.
4311
4312 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4313
4314 * customize.texi (Type Keywords): Correct the description of
4315 `:help-echo' in the case where `motion-doc' is a function.
4316
4317 2003-08-14 John Paul Wallington <jpw@gnu.org>
4318
4319 * modes.texi (Emulating Mode Line): Subsection, not section.
4320
4321 2003-08-13 Richard M. Stallman <rms@gnu.org>
4322
4323 * elisp.texi (Top): Update subnode lists in menu.
4324
4325 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4326 (Kill Functions): kill-region has new arg yank-handler.
4327 (Yanking): New node.
4328 (Yank Commands): Add yank-undo-function.
4329 (Low-Level Kill Ring):
4330 kill-new and kill-append have new arg yank-handler.
4331 (Changing Properties): Add remove-list-of-text-properties.
4332 (Atomic Changes): New node.
4333
4334 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4335
4336 * streams.texi (Output Variables): Add eval-expression-print-length
4337 and eval-expression-print-level.
4338
4339 * os.texi (Time Conversion): For encode-time, explain limits on year.
4340
4341 * objects.texi (Character Type): Define anchor "modifier bits".
4342
4343 * modes.texi (Emulating Mode Line): New node.
4344 (Search-based Fontification): Font Lock uses font-lock-face property.
4345 (Other Font Lock Variables): Likewise.
4346
4347 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4348 not vectors.
4349 (Active Keymaps): Add emulation-mode-map-alists.
4350 (Functions for Key Lookup): key-binding has new arg no-remap.
4351 (Remapping Commands): New node.
4352 (Scanning Keymaps): where-is-internal has new arg no-remap.
4353 (Tool Bar): Add tool-bar-local-item-from-menu.
4354 Clarify when to use tool-bar-add-item-from-menu.
4355
4356 * commands.texi (Interactive Call): commandp has new arg.
4357 (Command Loop Info): Add this-original-command.
4358
4359 2003-08-06 John Paul Wallington <jpw@gnu.org>
4360
4361 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4362
4363 * display.texi (Warning Basics): Fix typo.
4364 (Fringes): Add closing curly bracket and fix typo.
4365
4366 * elisp.texi (Top): Fix typo.
4367
4368 2003-08-05 Richard M. Stallman <rms@gnu.org>
4369
4370 * elisp.texi: Update lists of subnodes.
4371
4372 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4373
4374 * variables.texi (Local Variables): Use lc for example variable names.
4375
4376 * tips.texi (Library Headers): Explain where to put -*-.
4377
4378 * strings.texi (Creating Strings): Fix xref for vconcat.
4379
4380 * sequences.texi (Vector Functions):
4381 vconcat no longer allows integer args.
4382
4383 * minibuf.texi (Reading File Names): read-file-name has new
4384 arg PREDICATE. New function read-directory-name.
4385
4386 * macros.texi (Defining Macros): Give definition of `declare'
4387 (Indenting Macros): New node.
4388
4389 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4390 (Window Frame Parameters): Make separate table of parameters
4391 that are coupled with specific face attributes.
4392 (Deleting Frames): delete-frame-hooks renamed to
4393 delete-frame-functions.
4394
4395 * files.texi (Magic File Names): Add file-remote-p.
4396 Clarify file-local-copy.
4397
4398 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4399 here; instead xref Defining Macros.
4400
4401 * display.texi (Warnings): New node, and subnodes.
4402 (Fringes): New node.
4403
4404 * debugging.texi (Test Coverage): New node.
4405
4406 * compile.texi (Compiler Errors): Explain with-no-warnings
4407 and other ways to suppress warnings.
4408
4409 * commands.texi (Interactive Call): Minor clarification.
4410
4411 * buffers.texi (Buffer File Name): set-visited-file-name
4412 renames the buffer too.
4413
4414 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4415
4416 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
4417
4418 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4419
4420 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
4421
4422 * internals.texi (Garbage Collection): Fix previous change.
4423
4424 2003-07-22 Richard M. Stallman <rms@gnu.org>
4425
4426 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4427
4428 * display.texi (Width): Use \s syntax in example.
4429 (Font Selection): Add face-font-rescale-alist.
4430
4431 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4432 Remove spurious indent in example.
4433
4434 * lists.texi (Building Lists): Add number-sequence.
4435
4436 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4437
4438 * functions.texi (Function Documentation): Explain how to
4439 show calling convention explicitly in the doc string.
4440
4441 * windows.texi (Selecting Windows): save-selected-window saves
4442 selected window of each frame.
4443 (Window Configurations): Minor change.
4444
4445 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4446
4447 * streams.texi (Output Variables): Add print-continuous-numbering
4448 and print-number-table.
4449
4450 * processes.texi (Decoding Output): New node.
4451
4452 * os.texi (Time Conversion): decode-time arg is optional.
4453
4454 * objects.texi (Character Type): Don't use space as example for \.
4455 Make list of char names and \-sequences correspond.
4456 Explain that \s is not used in strings. `\ ' needs space after.
4457
4458 * nonascii.texi (Converting Representations): Add string-to-multibyte.
4459 (Translation of Characters): Add translation-table-for-input.
4460 (Default Coding Systems): Add auto-coding-functions.
4461 (Explicit Encoding): Add decode-coding-inserted-region.
4462 (Locales): Add locale-info.
4463
4464 * minibuf.texi (Basic Completion): Describe test-completion.
4465 Collections can be lists of strings.
4466 Clean up lazy-completion-table.
4467 (Programmed Completion): Mention test-completion.
4468 Clarify why lambda expressions are not accepted.
4469 (Minibuffer Misc): Describe minibufferp.
4470
4471 2003-07-14 Richard M. Stallman <rms@gnu.org>
4472
4473 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4474
4475 * windows.texi (Selecting Windows): New arg to select-window.
4476 (Selecting Windows): Add with-selected-window.
4477 (Size of Window): Add window-inside-edges, etc.
4478
4479 * internals.texi (Garbage Collection): Add post-gc-hook.
4480
4481 * processes.texi (Subprocess Creation): Add exec-suffixes.
4482
4483 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4484 (Scanning Keymaps): Add map-keymaps.
4485 (Defining Menus): Add keymap-prompt.
4486
4487 * numbers.texi (Integer Basics): Add most-positive-fixnum,
4488 most-negative-fixnum.
4489
4490 * compile.texi (Byte Compilation): Explain no-byte-compile
4491 (Compiler Errors): New node.
4492
4493 * os.texi (User Identification): user-uid, user-real-uid
4494 can return float.
4495
4496 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4497 and about derived modes.
4498 (Minor Modes): Add minor-mode-list.
4499 (Defining Minor Modes): Keyword args for define-minor-mode.
4500 (Search-based Fontification): Explain managing other properties.
4501 (Other Font Lock Variables): Add font-lock-extra-managed-props.
4502 (Faces for Font Lock): Add font-locl-preprocessor-face.
4503 (Hooks): Add run-mode-hooks and delay-mode-hooks.
4504
4505 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
4506 (Variable Aliases): Clarify defvaralias.
4507
4508 * loading.texi (Library Search): Add load-suffixes.
4509
4510 * minibuf.texi (Basic Completion): Add lazy-completion-table.
4511 (Programmed Completion): Add dynamic-completion-table.
4512
4513 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4514 (Magic File Names): Specify precedence order of handlers.
4515
4516 * commands.texi (Command Overview): Emacs server runs pre-command-hook
4517 and post-command-hook.
4518 (Waiting): New calling convention for sit-for.
4519
4520 * text.texi (Special Properties): local-map and keymap properties
4521 apply based on their stickiness.
4522
4523 2003-07-07 Richard M. Stallman <rms@gnu.org>
4524
4525 * modes.texi (Minor Mode Conventions): Specify only some kinds
4526 of list values as args to minor modes.
4527
4528 * files.texi (File Name Expansion): Warn about iterative use
4529 of substitute-in-file-name.
4530
4531 * advice.texi (Activation of Advice): Clean up previous change.
4532
4533 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
4534
4535 * advice.texi (Activation of Advice): Note that ad-start-advice is
4536 turned on by default.
4537
4538 2003-06-30 Richard M. Stallman <rms@gnu.org>
4539
4540 * text.texi (Buffer Contents): Document current-word.
4541 (Change Hooks): Not called for *Messages*.
4542
4543 * functions.texi (Defining Functions): Explain about redefining
4544 primitives.
4545 (Function Safety): Renamed. Minor changes.
4546 Comment out the detailed criteria for what is safe.
4547
4548 2003-06-22 Andreas Schwab <schwab@suse.de>
4549
4550 * objects.texi (Symbol Type): Fix description of examples.
4551
4552 2003-06-16 Andreas Schwab <schwab@suse.de>
4553
4554 * hash.texi (Creating Hash): Fix description of :weakness.
4555
4556 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4557
4558 * files.texi (Changing Files): copy-file copies file modes, too.
4559
4560 2003-05-28 Richard M. Stallman <rms@gnu.org>
4561
4562 * strings.texi (Creating Strings): Clarify split-string.
4563
4564 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
4565
4566 * strings.texi (Creating Strings): Update split-string specification
4567 and examples.
4568
4569 2003-05-19 Richard M. Stallman <rms@gnu.org>
4570
4571 * elisp.texi: Correct invariant section names.
4572
4573 2003-04-20 Richard M. Stallman <rms@gnu.org>
4574
4575 * os.texi (Timers): Explain about timers and quitting.
4576
4577 2003-04-19 Richard M. Stallman <rms@gnu.org>
4578
4579 * internals.texi (Writing Emacs Primitives): Strings are
4580 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
4581 Explain GCPRO convention for varargs function args.
4582
4583 2003-04-16 Richard M. Stallman <rms@gnu.org>
4584
4585 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
4586
4587 2003-04-08 Richard M. Stallman <rms@gnu.org>
4588
4589 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
4590
4591 2003-02-13 Kim F. Storm <storm@cua.dk>
4592
4593 * objects.texi (Character Type): New \s escape for space.
4594
4595 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4596
4597 * os.texi (System Environment): Added cygwin system-type.
4598
4599 2003-01-25 Richard M. Stallman <rms@gnu.org>
4600
4601 * keymaps.texi: Document that a symbol can act as a keymap.
4602
4603 2003-01-13 Richard M. Stallman <rms@gnu.org>
4604
4605 * text.texi (Changing Properties): Say string indices are origin-0.
4606
4607 * positions.texi (Screen Lines) <compute-motion>:
4608 Correct order of elts in return value.
4609
4610 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
4611 how to define a default binding.
4612
4613 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
4614
4615 * loading.texi (Unloading): Fix recent change for load-history.
4616
4617 * customize.texi (Simple Types): Clarify description of custom
4618 type 'number. Describe new custom type 'float.
4619
4620 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
4621
4622 * variables.texi (File Local Variables): Fix typo.
4623
4624 2002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4625
4626 From Michael Albinus <Michael.Albinus@alcatel.de>.
4627
4628 * README: Target for Info file is `make info'.
4629
4630 * files.texi (File Name Components): Fixed typos in
4631 `file-name-sans-extension'.
4632 (Magic File Names): Complete list of operations for magic file
4633 name handlers.
4634
4635 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
4636
4637 * variables.texi (File Local Variables): New function
4638 risky-local-variable-p.
4639
4640 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
4641
4642 * functions.texi (Function safety): New node about unsafep.
4643
4644 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
4645
4646 * customize.texi (Splicing into Lists): Fixed example.
4647 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
4648
4649 2002-06-17 Juanma Barranquero <lektu@terra.es>
4650
4651 * frames.texi (Display Feature Testing): Fix typo.
4652
4653 2002-06-12 Andreas Schwab <schwab@suse.de>
4654
4655 * frames.texi (Initial Parameters, Resources): Fix references to
4656 the Emacs manual.
4657
4658 2002-05-13 Kim F. Storm <storm@cua.dk>
4659
4660 * variables.texi (Intro to Buffer-Local): Updated warning and
4661 example relating to changing buffer inside let.
4662
4663 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4664
4665 * os.texi (Session Management): New node about X Session management.
4666
4667 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
4668
4669 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
4670 to which the manual corresponds, and the copyright years.
4671
4672 * Makefile.in (VERSION): Set to 2.9.
4673
4674 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
4675
4676 * elisp.texi: Change the category in @dircategory to "Emacs", to
4677 make it consistent with info/dir.
4678
4679 2001-11-25 Miles Bader <miles@gnu.org>
4680
4681 * text.texi (Fields): Describe new `limit' arg in
4682 field-beginning/field-end.
4683
4684 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4685
4686 * permute-index: Don't depend on csh-specific features. Replace
4687 the interpreter name with /bin/sh.
4688
4689 * two-volume-cross-refs.txt: New file.
4690 * two.el: New file.
4691 * spellfile: New file.
4692
4693 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
4694
4695 * permute-index: New file.
4696
4697 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
4698 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
4699 8+3 restricted namespace.
4700
4701 * Makefile.in (infodir): Define relative to $(srcdir).
4702 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
4703 include directories list via -I switch to makeinfo.
4704 (index.texi): Use cp if both hard and symbolic links fail.
4705
4706 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4707
4708 * Makefile.in (distclean): Add.
4709
4710 The following changes make ELisp manual part of the Emacs
4711 distribution:
4712
4713 * Makefile.in: Add Copyright notice.
4714 (prefix): Remove.
4715 (infodir): Change value to "../info".
4716 (VPATH): New variable.
4717 (MAKE): Don't define.
4718 (texmacrodir): Don't define.
4719 (texinputdir): Append the existing value of TEXINPUTS.
4720 ($(infodir)/elisp): Instead of just "elisp". Reformat the
4721 command to be compatible with man/Makefile.in, and to put the
4722 output into ../info.
4723 (info): Add target.
4724 (installall): Target removed.
4725
4726 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4727
4728 * tips.texi (Coding Conventions): Fix typo.
4729
4730 2001-10-23 Gerd Moellmann <gerd@gnu.org>
4731
4732 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
4733
4734 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4735
4736 * files.texi (File Name Components): Update the description of
4737 file-name-sans-extension and file-name-extension, as they now
4738 ignore leading dots.
4739
4740 2001-10-20 Gerd Moellmann <gerd@gnu.org>
4741
4742 * (Version 21.1 released.)
4743
4744 2001-10-19 Miles Bader <miles@gnu.org>
4745
4746 * positions.texi (Text Lines): Describe behavior of
4747 `beginning-of-line'/`end-of-line' in the presence of field properties.
4748
4749 2001-10-17 Gerd Moellmann <gerd@gnu.org>
4750
4751 * Makefile.in (VERSION): Set to 2.8.
4752 (manual): Use `manual-21'.
4753
4754 * elisp.texi (VERSION): Add and use it where the version
4755 number was used. Set it to 2.8.
4756
4757 * intro.texi: Likewise.
4758
4759 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4760
4761 * files.texi (File Name Completion): Document the significance of
4762 a trailing slash in elements of completion-ignored-extensions.
4763
4764 2001-10-06 Miles Bader <miles@gnu.org>
4765
4766 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
4767
4768 2001-10-04 Gerd Moellmann <gerd@gnu.org>
4769
4770 * variables.texi (Variable Aliases): New node.
4771
4772 2001-10-04 Gerd Moellmann <gerd@gnu.org>
4773
4774 * Branch for 21.1.
4775
4776 2001-10-02 Miles Bader <miles@gnu.org>
4777
4778 * minibuf.texi (Minibuffer Misc): Add entries for
4779 `minibuffer-contents', `minibuffer-contents-no-properties', and
4780 `delete-minibuffer-contents'.
4781 Correct description for `minibuffer-prompt-end'.
4782
4783 * text.texi (Property Search): Correct descriptions of
4784 `next-char-property-change' and `previous-char-property-change'.
4785 Add entries for `next-single-char-property-change' and
4786 `previous-single-char-property-change'.
4787 Make operand names a bit more consistent.
4788
4789 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
4790
4791 * frames.texi (Finding All Frames): Document that next-frame and
4792 previous-frame are local to current terminal.
4793
4794 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
4795
4796 * keymaps.texi (Creating Keymaps): Fix the description of the
4797 result of make-keymap.
4798
4799 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
4800
4801 * display.texi (Font Lookup, Attribute Functions)
4802 (Image Descriptors): Add cross-references to the definition of
4803 selected frame.
4804
4805 * buffers.texi (The Buffer List): Add cross-references to the
4806 definition of selected frame.
4807
4808 * frames.texi (Input Focus): Clarify which frame is _the_ selected
4809 frame at any given time.
4810 (Multiple Displays, Size and Position): Add a cross-reference to
4811 the definition of the selected frame.
4812
4813 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4814
4815 * strings.texi (String Conversion) <string-to-number>: Document
4816 that a float is returned for integers that are too large.
4817
4818 * frames.texi (Mouse Position): Document mouse-position-function.
4819 (Display Feature Testing): Document display-images-p.
4820 (Window Frame Parameters): Document the cursor-type variable.
4821
4822 * numbers.texi (Integer Basics): Document CL style read syntax for
4823 integers in bases other than 10.
4824
4825 * positions.texi (List Motion): Document
4826 open-paren-in-column-0-is-defun-start.
4827
4828 * lists.texi (Sets And Lists): Document member-ignore-case.
4829
4830 * internals.texi (Garbage Collection): Document the used and free
4831 strings report.
4832 (Memory Usage): Document strings-consed.
4833
4834 * os.texi (Time of Day): Document float-time.
4835 (Recording Input): Document that clear-this-command-keys clears
4836 the vector to be returned by recent-keys.
4837
4838 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
4839 argument keymap can be a list.
4840
4841 * nonascii.texi (User-Chosen Coding Systems)
4842 <select-safe-coding-system>: Document the new argument
4843 accept-default-p and the variable
4844 select-safe-coding-system-accept-default-p. Tell what happens if
4845 buffer-file-coding-system is undecided.
4846 (Default Coding Systems): Document auto-coding-regexp-alist.
4847
4848 * display.texi (The Echo Area) <message>: Document
4849 message-truncate-lines.
4850 (Glyphs): Document that the glyph table is unused on windowed
4851 displays.
4852
4853 * help.texi (Describing Characters) <single-key-description>:
4854 Document the new argument no-angles.
4855 (Accessing Documentation) <documentation-property>: Document that
4856 a non-string property is evaluated.
4857 <documentation>: Document that the function-documentation property
4858 is looked for.
4859
4860 * windows.texi (Selecting Windows): Document some-window.
4861
4862 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
4863
4864 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
4865 apropos-mode-hook.
4866
4867 * commands.texi (Using Interactive): Document interactive-form.
4868 (Keyboard Macros): Document kbd-macro-termination-hook.
4869 (Command Loop Info): Document that clear-this-command-keys clears
4870 the vector to be returned by recent-keys.
4871
4872 2001-09-04 Werner LEMBERG <wl@gnu.org>
4873
4874 * Makefile.in (srcdir, texinputdir): New variables.
4875 (srcs, index.texi, install): Use $(srcdir).
4876 (.PHONY): Remove elisp.dvi.
4877 (elisp): Use -I switch for makeinfo.
4878 (elisp.dvi): Use $(srcdir) and $(texinputdir).
4879 (installall, dist): Use $(srcdir).
4880 Fix path to texinfo.tex.
4881 (maintainer-clean): Add elisp.dvi and elisp.oaux.
4882
4883 2001-08-30 Gerd Moellmann <gerd@gnu.org>
4884
4885 * display.texi (Conditional Display): Adjust to API change.
4886
4887 * configure: New file.
4888
4889 2001-07-30 Gerd Moellmann <gerd@gnu.org>
4890
4891 * commands.texi (Repeat Events): Add description of
4892 double-click-fuzz.
4893
4894 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
4895
4896 * syntax.texi (Syntax Class Table): Add the missing designator for
4897 comment and string fences.
4898 (Syntax Properties): Add a xref to syntax table internals.
4899 (Syntax Table Internals): Document string-to-syntax.
4900
4901 2001-05-07 Gerd Moellmann <gerd@gnu.org>
4902
4903 * Makefile.in (install): Use install-info command line options
4904 like in Emacs' Makefile.in.
4905
4906 2000-12-09 Miles Bader <miles@gnu.org>
4907
4908 * windows.texi (Window Start): Update documentation for
4909 `pos-visible-in-window-p'.
4910
4911 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4912
4913 * lists.texi (Building Lists): Add footnote to explain how to add
4914 to the end of a list.
4915
4916 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4917
4918 * files.texi (Visiting Functions): Typos.
4919
4920 2000-10-25 Kenichi Handa <handa@etl.go.jp>
4921
4922 * files.texi (Visiting Functions): Return value of
4923 find-file-noselect may be a list of buffers if wildcards are used.
4924
4925 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4926
4927 * display.texi (Defining Faces): Document `graphic' display type
4928 in face specs.
4929
4930 2000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4931
4932 * hooks.texi (Standard Hooks): Replace obsolete
4933 `after-make-frame-hook' with `after-make-frame-functions'.
4934
4935 * frames.texi (Creating Frames): Ditto.
4936
4937 * variables.texi (Future Local Variables): Ditto.
4938
4939 2000-10-16 Gerd Moellmann <gerd@gnu.org>
4940
4941 * display.texi (Other Image Types): Add description of :foreground
4942 and :background properties of mono PBM images.
4943
4944 2000-08-17 Werner LEMBERG <wl@gnu.org>
4945
4946 * .cvsignore: New file.
4947
4948 2000-01-05 Gerd Moellmann <gerd@gnu.org>
4949
4950 * tindex.pl: New script.
4951
4952 1999-12-03 Dave Love <fx@gnu.org>
4953
4954 * Makefile.in (MAKEINFO): New parameter.
4955
4956 1999-09-17 Richard Stallman <rms@gnu.org>
4957
4958 * Makefile.in (srcs): Add hash.texi.
4959 (VERSION): Update to 20.6.
4960
4961 1999-09-13 Richard Stallman <rms@gnu.org>
4962
4963 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
4964
4965 1998-08-29 Karl Heuer <kwzh@gnu.org>
4966
4967 * configure.in: New file.
4968 * Makefile.in: Renamed from Makefile.
4969 (prefix, infodir): Use value obtained from configure.
4970 (emacslibdir): Obsolete variable deleted.
4971 (dist): Distribute configure.in, configure, Makefile.in.
4972
4973 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
4974
4975 * Makefile (INSTALL_INFO): New variable.
4976 (install): Run install-info.
4977
4978 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
4979
4980 * Makefile (elisp.dvi): Add missing backslash.
4981
4982 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
4983
4984 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
4985 Run texindex without `./'. Always run texindex on elisp.tp.
4986 (elisp.tps): Target deleted.
4987
4988 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
4989
4990 * Makefile (srcs): Add nonascii.texi and customize.texi.
4991 (dist): Start by deleting `temp'.
4992
4993 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
4994
4995 * Makefile (makeinfo, texindex): Targets deleted.
4996 (makeinfo.o, texindex.o): Targets deleted.
4997 (clean, dist): Don't do anything with them or with getopt*.
4998
4999 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
5000
5001 * Makefile (SHELL): Defined.
5002
5003 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
5004
5005 * Makefile (elisp.tps): New target.
5006 (elisp.dvi): Depend on elisp.tps.
5007
5008 Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
5009
5010 * README: Update phone number.
5011
5012 * Makefile (elisp): Make this be the default target.
5013 Depend on makeinfo.c instead of makeinfo.
5014 (install): Don't depend on elisp.dvi, since we don't install that.
5015 Use mkinstalldirs.
5016 (dist): Add mkinstalldirs.
5017
5018 Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5019
5020 * Makefile (VERSION): Update version number.
5021 (maintainer-clean): Renamed from realclean.
5022
5023 Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5024
5025 * Makefile (realclean): New target.
5026 (elisp): Remove any old elisp-* files first.
5027
5028 Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5029
5030 * Makefile (VERSION): New variable.
5031 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5032 Compressed file suffix should be `.gz', not `.z'.
5033
5034 Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5035
5036 * Makefile (elisp): Depend on makeinfo.
5037
5038 Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
5039
5040 * Makefile (srcs): Add anti.texi.
5041
5042 Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5043
5044 * Makefile (infodir, prefix): New vars.
5045 (install): Use infodir.
5046 (emacsinfodir): Deleted.
5047
5048 Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5049
5050 * Makefile (srcs): Add calendar.texi.
5051
5052 * Makefile (dist): Copy texindex.c and makeinfo.c.
5053 Limit elisp-* files to those with one or two digits.
5054
5055 Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5056
5057 * Makefile (dist): Changed to use Gzip instead of compress.
5058
5059 Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5060
5061 * loading.texi (Unloading): define-function changed back to
5062 defalias. It may not stay this way, but at least it's
5063 consistent with the known-good version of the code patch.
5064
5065 Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5066
5067 * modes.texi (Hooks): Document new optional arg of add-hook.
5068
5069 Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5070
5071 * variables.texi: Document nil initial value of buffer-local variables.
5072
5073 * tips.texi: Add new section on standard library headers.
5074
5075 Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5076
5077 * Makefile (srcs): Add frame.texi to the list of sources.
5078
5079 Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5080
5081 * Makefile (dist): Don't bother excluding autosave files; they'll
5082 never make it into the temp directory anyway, and the hash marks
5083 in the name are problematic for make and the Bourne shell.
5084 (srcs):
5085
5086 Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5087
5088 * Makefile (dist): Don't include backup files or autosave files in
5089 the distribution tar file.
5090
5091 Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5092
5093 * Makefile (srcs): Added index.perm.
5094 (elisp.dvi): Remove erroneous shell comment.
5095 Expect output of permute-index in permuted.fns.
5096 Save old elisp.aux in elisp.oaux.
5097 (clean): Added index.texi to be deleted.
5098
5099 Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5100
5101 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5102
5103 Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
5104
5105 * files.texi: Noted that completion-ignored-extensions is ignored
5106 when making *Completions*.
5107
5108 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5109
5110 * Makefile make dist now depends on elisp.dvi, since it tries
5111 to include it in the dist file.
5112
5113 Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
5114
5115 * functions.texinfo (Mapping Functions): Add missing quote
5116
5117 Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5118
5119 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5120 (defunargs): Turn off \hyphenchar of \sl font temporarily.
5121
5122 Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
5123
5124 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5125 and @error{} are the terms now being used. The files in the
5126 directory have been changed to reflect this.
5127
5128 * All instances of @indentedresultt{} have been changed to
5129 ` @result{}', using 5 spaces at the begining of the line.
5130
5131 Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
5132
5133 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5134 experimental @indentedresult{}, @indentedexpandsto{} are part of
5135 the texinfo.tex in this directory. These TeX macros are not
5136 stable yet.
5137
5138 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
5139
5140 * texinfo.tex: temporarily added
5141 \let\result=\dblarrow
5142 \def\error{{\it ERROR} \longdblarrow}
5143 We need to do this better soon.
5144
5145 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
5146
5147 * Applied Karl Berry's patches to *.texinfo files, but not to
5148 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
5149 new title page format is also not applied, since it requires
5150 texinfo.tex changes.)
5151
5152 * Cleaned up `Makefile' and defined the `emacslibdir' directory
5153 for the Project GNU development environment.
5154
5155 ;; Local Variables:
5156 ;; coding: iso-2022-7bit
5157 ;; End:
5158
5159 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
5160 2005, 2006 Free Software Foundation, Inc.
5161 Copying and distribution of this file, with or without modification,
5162 are permitted provided the copyright notice and this notice are preserved.
5163
5164 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda