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