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