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