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