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