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