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