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