(Output Functions): Fix xref.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
5827e9d4
KS
12005-04-19 Kim F. Storm <storm@cua.dk>
2
3 * symbols.texi (Symbol Plists): Add safe-get.
4 Mention that `get' may signal an error.
5
47872da9
NR
62005-04-18 Nick Roberts <nickrob@snap.net.nz>
7
8 * customize.texi (Variable Definitions): Replace tooltip-mode
9 example with save-place.
10
ec0cf966
RS
112005-04-17 Richard M. Stallman <rms@gnu.org>
12
13 * buffers.texi (Indirect Buffers): Clarify.
14
15 * positions.texi (Positions): Clarify converting marker to integer.
16
17 * strings.texi (String Basics): Mention string-match; clarify.
18
199bb209
LK
192005-04-08 Lute Kamstra <lute@gnu.org>
20
21 * modes.texi (Search-based Fontification): Fix cross references.
22 Use consistent terminology. Document anchored highlighting.
23
bfa54668
LK
242005-04-05 Lute Kamstra <lute@gnu.org>
25
26 * modes.texi (Defining Minor Modes): Document :group keyword
27 argument and its default value.
28
07e5fb9e
LK
292005-04-03 Lute Kamstra <lute@gnu.org>
30
31 * hooks.texi (Standard Hooks): Add some hooks. Add cross
32 references and/or descriptions. Delete major mode hooks; mention
33 them as a category instead. Rename or delete obsolete hooks.
34
aa945b59
RS
352005-04-02 Richard M. Stallman <rms@gnu.org>
36
37 * nonascii.texi (Coding System Basics): Another wording cleanup.
38
8b918214
RS
392005-04-01 Richard M. Stallman <rms@gnu.org>
40
41 * nonascii.texi (Coding System Basics): Clarify previous change.
42
41639988
KH
432005-04-01 Kenichi Handa <handa@m17n.org>
44
45 * nonascii.texi (Coding System Basics): Describe about rondtrip
46 identity of coding systems.
47
8e669bbd
RS
482005-03-29 Chong Yidong <cyd@stupidchicken.com>
49
50 * text.texi (Buffer Contents): Add filter-buffer-substring and
51 buffer-substring-filters.
52
f60a6f87
RS
532005-03-26 Chong Yidong <cyd@stupidchicken.com>
54
55 * anti.texi (Antinews): Mention `G' interactive code.
56
57 * tips.texi (Compilation Tips): Mention benchmark.el.
58
aaac1251
LT
592005-03-27 Luc Teirlinck <teirllm@auburn.edu>
60
61 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
62 is now bound to M-o M-o.
63
64 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
65
45325173
GM
662005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
67
68 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
69 in the Emacs Manual).
70 * Makefile.in (srcs): Remove calendar.texi.
71 * makefile.w32-in (srcs): Remove calendar.texi.
72 * display.texi (Display): Change name of next node.
73 * os.texi (System In): Change name of previous node.
74 * elisp.texi (Top): Remove Calendar references.
75 * vol1.texi (Top): Remove Calendar references.
76 * vol2.texi (Top): Remove Calendar references.
77
85df292e
RS
782005-03-25 Richard M. Stallman <rms@gnu.org>
79
45325173 80 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
81 Cleanup previous change.
82
832005-03-25 Chong Yidong <cyd@stupidchicken.com>
84
85 * display.texi (Face Attributes): Faces earlier in an :inherit
86 list take precedence.
87 (Scroll Bars): Fix description of vertical-scroll-bars.
88 Document frame-current-scroll-bars and window-current-scroll-bars.
89
90 * markers.texi (The Mark): Document temporary Transient Mark mode.
91
92 * minibuf.texi (Reading File Names): Document
93 read-file-name-completion-ignore-case.
94
95 * positions.texi (Screen Lines): Document nil for width argument
96 to compute-motion.
97
1fe54d69
KS
982005-03-23 Kim F. Storm <storm@cua.dk>
99
100 * display.texi (Standard Faces): Other faces used in the fringe
101 implicitly inherits from the fringe face.
102 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
103 properties implicitly inherits from fringe face.
104 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
105
a775dff4
RS
1062005-03-20 Chong Yidong <cyd@stupidchicken.com>
107
108 * display.texi (Invisible Text): State default value of
109 line-move-ignore-invisible.
110 (Managing Overlays): Document remove-overlays.
111 (Standard Faces): Document escape-glyph face.
112
113 * minibuf.texi (Reading File Names): Document
114 read-file-name-function.
115
116 * modes.texi (Other Font Lock Variables): Document
117 font-lock-lines-before.
118
119 * positions.texi (Skipping Characters): skip-chars-forward allows
120 character classes.
121
077f7085
LK
1222005-03-18 Lute Kamstra <lute@gnu.org>
123
124 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
125
d69ea7ab
RS
1262005-03-17 Richard M. Stallman <rms@gnu.org>
127
c7bd5d57
RS
128 * text.texi (Undo): Document extensible undo entries.
129
d69ea7ab
RS
130 * searching.texi (String Search, Regexp Search, Regexp Search):
131 Cleanups.
132
133 * nonascii.texi (Character Codes): Minor fix.
134
135 * display.texi (Display Property): Explain the significance
136 of having text properties that are eq.
137 (Other Display Specs): Explain string as display spec.
138
139 * commands.texi (Interactive Codes): Document G option.
140
1412005-03-17 Chong Yidong <cyd@stupidchicken.com>
142
143 * text.texi (Filling): Add sentence-end-without-period and
144 sentence-end-without-space.
145 (Changing Properties): Minor fix.
146
147 * anti.texi: Total rewrite.
148
a7679889
LK
1492005-03-15 Lute Kamstra <lute@gnu.org>
150
151 * edebug.texi (Instrumenting Macro Calls): Fix typos.
152
6eb8e247
KS
1532005-03-08 Kim F. Storm <storm@cua.dk>
154
155 * display.texi (Specified Space): Property :width is support on
156 non-graphic terminals, :height is not.
157
bfa8be14
RS
1582005-03-07 Richard M. Stallman <rms@gnu.org>
159
160 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
161 Now subnodes of Fringes.
162 (Overlay Arrow): Document overlay-arrow-variable-list.
163 (Fringe Size/Pos): New node, broken out of Fringes.
164 (Display): Explain clearing vs redisplay better.
165 (Truncation): Clarify use of bitmaps.
166 (The Echo Area): Clarify the uses of the echo area.
167 Add max-mini-window-height.
168 (Progress): Clarify.
169 (Invisible Text): Explain that main loop moves point out.
170 (Selective Display): Say "hidden", not "invisible".
171 (Managing Overlays): Moved up. Describe relation to Undo here.
172 (Overlay Properties): Clarify intro.
173 (Finding Overlays): Explain return values when nothing found.
174 (Width): truncate-string-to-width has added arg.
175 (Displaying Faces): Clarify and update mode line face handling.
176 (Face Functions): Minor cleanup.
177 (Conditional Display): Merged into Other Display Specs.
178 (Pixel Specification, Other Display Specs): Minor cleanups.
179 (Images, Image Descriptors): Minor cleanups.
180 (GIF Images): Patents have expired.
181 (Showing Images): Explain default text for insert-image.
6eb8e247 182 (Manipulating Button Types): Merged into Manipulating Buttons.
bfa8be14
RS
183 (Making Buttons): Explain return values.
184 (Button Buffer Commands): Add xref.
185 (Inverse Video): Update mode-line-inverse-video.
186 (Display Table Format): Clarify.
187 (Active Display Table): Give defaults for window-display-table.
188
189 * calendar.texi (Calendar Customizing): calendar-holiday-marker
190 and calendar-today-marker are strings, not chars.
191 (Holiday Customizing): Minor fix.
192
bfa8be14
RS
193 * internals.texi (Writing Emacs Primitives): Update `or' example.
194 Update limit on # args of subr.
195
196 * edebug.texi (Using Edebug): Arrow is in fringe.
197 (Instrumenting): Arg to eval-defun works without loading edebug.
198 (Edebug Execution Modes): Add xref.
199
200 * customize.texi (Common Keywords): Clarify :require.
201 Mention :version here.
202 (Variable Definitions, Group Definitions): Not here.
203 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
204
d69ea7ab
RS
2052005-03-07 Chong Yidong <cyd@stupidchicken.com>
206 * nonascii.texi (Text Representations): Clarify position-bytes.
207 (Character Sets): Add list-charset-chars.
208 (Scanning Charsets): Add charset-after.
209 (Encoding and I/O): Minor fix.
210
34398e6c
RS
2112005-03-06 Richard M. Stallman <rms@gnu.org>
212
213 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
214 (Resizing Windows): Likewise.
215
216 * text.texi (Change Hooks): Get rid of "Emacs 21".
217
218 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
219
220 * streams.texi (Output Variables): Get rid of "Emacs 21".
221
222 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
223
224 * os.texi (Translating Input): Replace flow-control example
225 with a less obsolete example that uses `keyboard-translate'.
226
6eb8e247 227 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 228 Get rid of "Emacs 21".
6eb8e247 229
34398e6c
RS
230 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
231 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
232
233 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
234
235 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
236
237 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
238 (Menu Bar): Fix when menu-bar-update-hook is called.
239
240 * hash.texi (Hash Tables): Get rid of "Emacs 21".
241
242 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
243 and make it read better.
244
245 * files.texi (Writing to Files): Get rid of "Emacs 21".
246 (Unique File Names): Likewise.
247
248 * elisp.texi: Update Emacs version to 22.
249
250 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
251 (Overlay Properties, Face Attributes): Likewise.
252 (Managing Overlays): Fix punctuation.
253 (Attribute Functions): Clarify set-face-font; get rid of
254 info about old Emacs versions.
255 (Auto Faces, Font Lookup, Display Property, Images):
256 Get rid of "Emacs 21".
257
258 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
259
d2178387
RS
2602005-03-05 Richard M. Stallman <rms@gnu.org>
261
262 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
263
524352d6
LK
2642005-03-04 Lute Kamstra <lute@gnu.org>
265
266 * debugging.texi (Error Debugging): Document stack-trace-on-error.
267
2682005-03-03 Lute Kamstra <lute@gnu.org>
269
270 * edebug.texi (Instrumenting Macro Calls): Fix typo.
271
284f0680
LK
2722005-03-01 Lute Kamstra <lute@gnu.org>
273
274 * debugging.texi (Debugger Commands): Update `j'.
275
a9ee5cac
LK
2762005-02-28 Lute Kamstra <lute@gnu.org>
277
278 * debugging.texi (Debugging): Fix typo.
279 (Error Debugging): Document eval-expression-debug-on-error.
280 (Function Debugging): Update example.
281 (Using Debugger): Mention starred stack frames.
282 (Debugger Commands): Document `j' and `l'.
283 (Invoking the Debugger): `d' and `j' exit recursive edit too.
284 Update the messages that the debugger displays.
285 (Internals of Debugger): Add cross reference. Update example.
286 (Excess Open): Minor improvement.
287 (Excess Close): Minor improvement.
288
378d0f8e
RS
2892005-02-26 Richard M. Stallman <rms@gnu.org>
290
291 * tips.texi (Coding Conventions): Clarify.
292 Put all the major mode key reservations together.
293 Mention the Mouse-1 => Mouse-2 conventions.
294
295 * syntax.texi (Syntax Class Table): Clarify.
296 (Syntax Table Functions): syntax-after moved from here.
297 (Syntax Table Internals): syntax-after moved to here.
298 (Parsing Expressions): Update info on number of values
299 and what's meaningful in the STATE argument.
300 (Categories): Fix typo.
301
302 * sequences.texi (Arrays): Cleanup.
303 (Char-Tables): Clarify.
304
305 * processes.texi (Deleting Processes): Cleanups, add xref.
306 (Subprocess Creation): Explain nil in exec-path. Cleanup.
307 (Process Information): set-process-coding-system, some args optional.
308 (Input to Processes): Explain various types for PROCESS args.
309 Rename them from PROCESS-NAME to PROCESS.
310 (Signals to Processes): Likewise.
311 (Decoding Output): Cleanup.
312 (Query Before Exit): Clarify.
313
314 * os.texi (Startup Summary): Correct the options; add missing ones.
315 (Terminal Output, Batch Mode): Clarify.
316 (Flow Control): Node deleted.
317
318 * markers.texi (The Mark): Clarify.
319
320 * macros.texi (Expansion): Cleanup.
321 (Indenting Macros): indent-spec allows ints, not floats.
322
323 * keymaps.texi (Keymaps): Clarify.
324 (Format of Keymaps): Update lisp-mode-map example.
325 (Active Keymaps, Key Lookup): Clarify.
326 (Changing Key Bindings): Add xref to `kbd'.
327 (Key Binding Commands, Simple Menu Items): Clarify.
328 (Mouse Menus, Menu Bar): Clarify.
329 (Menu Example): Replace print example with menu-bar-replace-menu.
330
331 * help.texi (Documentation Basics): Add function-documentation prop.
332
333 * elisp.texi (Top): Don't refer to Flow Control node.
334
335 * commands.texi (Command Overview): Improve xrefs.
336 (Adjusting Point): Adjusting point applies to intangible and invis.
337 (Key Sequence Input): Doc extra read-key-sequence args.
338 Likewise for read-key-sequence-vector.
339
340 * backups.texi (Rename or Copy): Minor fix.
341 (Numbered Backups): For version-control, say the default.
342 (Auto-Saving): make-auto-save-file-name example is simplified.
343
344 * advice.texi (Advising Functions): Don't imply one part of Emacs
345 should advise another part. Markup changes.
346 (Defining Advice): Move transitional para.
347 (Activation of Advice): Cleanup.
348 Explain if COMPILE is nil or negative.
349
350 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
351
2e20c83d
LK
3522005-02-24 Lute Kamstra <lute@gnu.org>
353
354 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
355 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
356
65c492fd
LK
3572005-02-23 Lute Kamstra <lute@gnu.org>
358
b02c3eed
LK
359 * modes.texi (Defining Minor Modes): define-minor-mode can be used
360 to define global minor modes as well.
361
65c492fd
LK
362 * display.texi (Managing Overlays): overlay-buffer returns nil for
363 deleted overlays.
364
b686dd59
KS
3652005-02-22 Kim F. Storm <storm@cua.dk>
366
367 * minibuf.texi (Basic Completion): Allow symbols in addition to
368 strings in try-completion and all-completions.
369
23e8c095
LK
3702005-02-14 Lute Kamstra <lute@gnu.org>
371
372 * elisp.texi (Top): Remove reference to deleted node.
373
374 * lists.texi (Lists): Remove reference to deleted node.
375 (Cons Cells): Fix typo.
376
377 * loading.texi (Where Defined): Fix typo.
378
134948fc
RS
3792005-02-14 Richard M. Stallman <rms@gnu.org>
380
381 * variables.texi (Creating Buffer-Local): change-major-mode-hook
382 is useful for discarding some minor modes.
383
384 * symbols.texi (Symbol Components): Reorder examples.
385
386 * streams.texi (Input Functions): State standard-input default.
387 (Output Variables): State standard-output default.
388
389 * objects.texi (Printed Representation): Clarify read syntax vs print.
390 (Floating Point Type): Explain meaning better.
391 (Symbol Type): Explain uniqueness better.
392 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
393 List examples sooner.
394 (Box Diagrams): New subnode broken out.
395 Some examples moved from old Lists as Boxes node.
396 (Dotted Pair Notation): Clarify intro.
397 (Array Type): Clarify.
398 (Type Predicates): Add hash-table-p.
399
400 * numbers.texi (Integer Basics): Clarify radix explanation.
401 (Predicates on Numbers): Minor clarification.
402 (Comparison of Numbers): Minor clarification. Clarify eql.
403 Typos in min, max.
404 (Math Functions): Clarify overflow in expt.
405
406 * minibuf.texi (Text from Minibuffer): Minor clarification.
407 Mention arrow keys.
408
409 * loading.texi (Autoload): defun's doc string overrides autoload's
410 doc string.
411 (Repeated Loading): Modernize "add to list" examples.
412 (Where Defined): Finish updating table of load-history elts.
413
414 * lists.texi (List-related Predicates): Minor wording improvement.
415 (Lists as Boxes): Node deleted.
416 (Building Lists): Explain trivial cases of number-sequence.
417
418 * hash.texi (Hash Tables): Add desc to menu items.
419 (Creating Hash): Expain "full" means "make larger",
420 (Hash Access): Any object can be a key.
421 State value of maphash.
422
423 * functions.texi (What Is a Function): Wording cleanup.
424 (Function Documentation): Minor cleanup.
425 Explain purpose of calling convention at end of doc string.
426 (Function Names): Wording cleanup.
427 (Calling Functions): Wording cleanup.
428 Explain better how funcall calls the function.
429 (Function Cells): Delete example of saving and redefining function.
430
431 * control.texi (Combining Conditions): Wording cleanup.
432 (Iteration): dolist and dotimes bind VAR locally.
433 (Cleanups): Xref to Atomic Changes.
434
435 * compile.texi (Byte Compilation): Delete 19.29 info.
436 (Compilation Functions): Macros' difficulties don't affect defsubst.
437 (Docs and Compilation): Delete 19.29 info.
438
44291460
RS
4392005-02-10 Richard M. Stallman <rms@gnu.org>
440
441 * objects.texi (Symbol Type): Minor correction.
442
1f9ad95a
LK
4432005-02-06 Lute Kamstra <lute@gnu.org>
444
445 * modes.texi (Example Major Modes): Fix typos.
446
ba2c991c
RS
4472005-02-06 Richard M. Stallman <rms@gnu.org>
448
449 * text.texi (Margins): fill-nobreak-predicate can be one function.
450
451 * strings.texi (Modifying Strings): clear-string can make unibyte.
452 (Formatting Strings): format gives error if values missing.
453
454 * positions.texi (Character Motion): Mention default arg
455 for forward-char. backward-char refers to forward-char.
456 (Word Motion): Mention default arg for forward-word.
457 (Buffer End Motion): Mention default arg for beginning-of-buffer.
458 Simplify end-of-buffer.
459 (Text Lines): Mention default arg for forward-line.
460 (List Motion): Mention default arg for beginning/end-of-defun.
461 (Skipping Characters): Minor fixes in explaining character-set.
462
463 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
464 Mode inheritance applies only when default-major-mode is nil.
465 Clarifications.
466 (Example Major Modes): Update Text mode and Lisp mode examples.
467 (Minor Mode Conventions): Mention define-minor-mode at top.
468 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
469 (Mode Line Format): Update mode line face display info.
470 (Properties in Mode): Mention effect of risky vars.
471 (Imenu): Define imenu-add-to-menubar.
472 (Font Lock Mode): Add descriptions to menu lines.
473 (Faces for Font Lock): Add font-lock-doc-face.
474
9bf6d576
LK
4752005-02-05 Lute Kamstra <lute@gnu.org>
476
477 * text.texi (Maintaining Undo): Remove obsolete function.
478
cb602754
EZ
4792005-02-05 Eli Zaretskii <eliz@gnu.org>
480
481 * frames.texi (Color Names): Add pointer to the X docs about RGB
482 color specifications. Improve indexing
483 (Text Terminal Colors): Replace the description of RGB values by
484 an xref to "Color Names".
485
4e07258f
RS
4862005-02-03 Richard M. Stallman <rms@gnu.org>
487
488 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
489 Clarify.
490 (Selecting Windows): Clarify save-selected-window.
491 (Cyclic Window Ordering): Clarify walk-windows.
492 (Window Point): Clarify.
493 (Window Start): Add comment to example.
494 (Resizing Windows): Add `interactive' specs in examples.
495 Document fit-window-to-buffer.
496
497 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
498 (Undo, Maintaining Undo): Clarify last change.
499 (Sorting): In sort-numeric-fields, explain about octal and hex.
500 Mention sort-numeric-base.
501 (Format Properties): Add xref for hard newlines.
502
503 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
504 (Pop-Up Menus): Fix typo.
505 (Color Names): Explain all types of color names.
506 Explain color-values on B&W terminal.
507 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
508
509 * files.texi (File Locks): Not supported on MS systems.
510 (Testing Accessibility): Clarify.
511
512 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
513 (Coverage Testing): Fix typo.
514
515 * commands.texi (Misc Events): Remove stray space.
516
517 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
518 (Modification Time): Clarify when visited-file-modtime returns 0.
519 (The Buffer List): Clarify bury-buffer.
520 (Killing Buffers): Clarify.
521 (Indirect Buffers): Add clone-indirect-buffer.
522
5232005-02-02 Matt Hodges <MPHodges@member.fsf.org>
524
525 * edebug.texi (Printing in Edebug): Fix default value of
526 edebug-print-circle.
527 (Coverage Testing): Fix displayed frequency count data.
528
5292005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
530
531 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
532
4e07258f 5332005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
534
535 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
536
28d986b9
EZ
5372005-01-29 Eli Zaretskii <eliz@gnu.org>
538
539 * commands.texi (Misc Events): Describe the help-echo event.
540
541 * text.texi (Special Properties) <help-echo>: Use `pos'
542 consistently in description of the help-echo property. Use
543 @code{nil} instead of @var{nil}.
544
545 * display.texi (Overlay Properties): Fix the index entry for
546 help-echo overlay property.
547
548 * customize.texi (Type Keywords): Uncomment the xref to the
549 help-echo property documentation.
550
8f958b40
KS
5512005-01-23 Kim F. Storm <storm@cua.dk>
552
553 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
554 return value. Third element FULLY replaced by PARTIAL which
555 specifies number of invisible pixels if row is only partially visible.
556 (Textual Scrolling): Mention auto-window-vscroll.
557 (Vertical Scrolling): New defvar auto-window-vscroll.
558
cd7e5dd6
LT
5592005-01-16 Luc Teirlinck <teirllm@auburn.edu>
560
561 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
562 command remapping.
563
6f771c32
RS
5642005-01-15 Richard M. Stallman <rms@gnu.org>
565
566 * display.texi (Defining Images): Mention DATA-P arg of create-image.
567
6ac8a822
KS
5682005-01-14 Kim F. Storm <storm@cua.dk>
569
88948d55
KS
570 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
571
6ac8a822
KS
572 * text.texi (Links and Mouse-1): Fix string and vector item.
573
20d6de82
RS
5742005-01-13 Richard M. Stallman <rms@gnu.org>
575
576 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
577 descriptions of overriding-local-map and overriding-terminal-local-map.
578
579 * text.texi (Links and Mouse-1): Clarify text.
580
f75a592e
KS
5812005-01-13 Kim F. Storm <storm@cua.dk>
582
583 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
584
910f60b1
TTN
5852005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
586
587 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
588
37181fc4
KS
5892005-01-12 Kim F. Storm <storm@cua.dk>
590
591 * text.texi (Links and Mouse-1): Rename section from Enabling
592 Mouse-1 to Following Links. Change xrefs.
593 Add examples for define-button-type and define-widget.
594
595 * display.texi (Button Properties, Button Buffer Commands):
596 Clarify mouse-1 and follow-link functionality.
597
28f94a34
RS
5982005-01-12 Richard M. Stallman <rms@gnu.org>
599
600 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
601
602 * display.texi (Beeping): Fix Texinfo usage.
603
604 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
605
bac2d936
KS
6062005-01-11 Kim F. Storm <storm@cua.dk>
607
608 * display.texi (Button Properties, Button Buffer Commands):
93381d62 609 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
610
611 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
612 (Enabling Mouse-1 to Follow Links): New subsection.
613
de968ddb
RS
6142005-01-06 Richard M. Stallman <rms@gnu.org>
615
616 * text.texi (Special Properties): Minor change.
617
618 * os.texi (Timers): Clarify previous change.
619
620 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
621
a3a43b3b
LT
6222005-01-01 Luc Teirlinck <teirllm@auburn.edu>
623
624 * display.texi (Face Attributes): Correct xref to renamed node.
625
732bb9ce
RS
6262005-01-01 Richard M. Stallman <rms@gnu.org>
627
628 * display.texi (Face Attributes): Describe hex color specs.
629
c734ae59
RS
6302004-12-31 Richard M. Stallman <rms@gnu.org>
631
632 * os.texi (Timers): Update previous change.
633
33b2f4ea
KS
6342004-12-30 Kim F. Storm <storm@cua.dk>
635
636 * display.texi (Line Height): Total line-height is now specified
637 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
638 in cons cells. (nil . RATIO) is relative to actual line height.
639 Use line-height `t' instead of `0' to get minimum height.
640
99ec74b9
RS
6412004-12-29 Richard M. Stallman <rms@gnu.org>
642
643 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
644
eab463f6
RS
6452004-12-28 Richard M. Stallman <rms@gnu.org>
646
647 * commands.texi (Quitting): Clarify value of with-local-quit.
648
649 * elisp.texi (Top): Fix previous change.
650
651 * loading.texi (Loading): Fix previous change.
652
ebbd14f1
RS
6532004-12-27 Richard M. Stallman <rms@gnu.org>
654
4ae98fc5
RS
655 * Makefile.in (MAKEINFO): Specify --force.
656
8f430046
RS
657 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
658
56011a8c
RS
659 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
660
661 * display.texi (Line Height): Further clarify.
662
663 * elisp.texi (Top): Update Loading submenu.
664
ebbd14f1
RS
665 * loading.texi (Where Defined): New node.
666 (Unloading): load-history moved to Where Defined.
667
fda2922a
RS
6682004-12-21 Richard M. Stallman <rms@gnu.org>
669
670 * commands.texi (Event Input Misc): Add while-no-input.
671
9eb8959a
RS
6722004-12-11 Richard M. Stallman <rms@gnu.org>
673
674 * display.texi (Line Height): Rewrite text for clarity.
675
adf87c29
KS
6762004-12-11 Kim F. Storm <storm@cua.dk>
677
678 * display.texi (Display): Add node "Line Height" to menu.
679 (Line Height): New node. Move full description of line-spacing
680 and line-height text properties here from text.texi.
681 (Scroll Bars): Add vertical-scroll-bar variable.
682
683 * frames.texi (Window Frame Parameters): Remove line-height defvar.
684
685 * locals.texi (Standard Buffer-Local Variables): Fix xref for
686 line-spacing and vertical-scroll-bar.
687
688 * text.texi (Special Properties): Just mention line-spacing and
689 line-height here, add xref to new "Line Height" node.
690
31e4729e
TTN
6912004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
692
693 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
694
695 * locals.texi (Standard Buffer-Local Variables):
696 Add @xref for `line-spacing'.
697
cc60c723
RS
6982004-12-05 Richard M. Stallman <rms@gnu.org>
699
700 * Makefile.in (maintainer-clean): Remove the info files
701 in $(infodir) where they are created.
702
f6101ac9
RS
7032004-12-03 Richard M. Stallman <rms@gnu.org>
704
705 * windows.texi (Selecting Windows): get-lru-window and
706 get-largest-window don't consider dedicated windows.
707
708 * text.texi (Undo): Document undo-in-progress.
709
94221759
RS
7102004-11-26 Richard M. Stallman <rms@gnu.org>
711
712 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
713 Remove a few vars that are not always buffer-local.
714
7092c5e8
LT
7152004-11-24 Luc Teirlinck <teirllm@auburn.edu>
716
717 * locals.texi (Standard Buffer-Local Variables): Comment out
718 xref's to non-existent node `Yet to be written'.
719
261b01c6
RS
7202004-11-24 Richard M. Stallman <rms@gnu.org>
721
722 * processes.texi (Synchronous Processes): Grammar fix.
723
724 * numbers.texi (Comparison of Numbers): Add eql.
725
726 * locals.texi (Standard Buffer-Local Variables): Add many vars.
727
728 * intro.texi (Printing Notation): Fix previous change.
729
730 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
731 and default-indicate-buffer-boundaries from here.
732 (Usual Display): To here.
733 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
734 (Usual Display): Move tab-width up.
735
736 * customize.texi (Variable Definitions): Replace
737 show-paren-mode example with tooltip-mode.
7092c5e8 738 (Simple Types, Composite Types, Defining New Types):
261b01c6 739 Minor cleanups.
7092c5e8 740
c1aa4864
JH
7412004-11-21 Jesper Harder <harder@ifa.au.dk>
742
743 * processes.texi (Synchronous Processes, Output from Processes):
744 Markup fix.
745
dedbac89
RS
7462004-11-20 Richard M. Stallman <rms@gnu.org>
747
07c8c65a
RS
748 * positions.texi (Skipping Characters): skip-chars-forward
749 now handles char classes.
750
8f40a868
RS
751 * intro.texi (Printing Notation): Avoid confusion of `print'
752 when explaining @print.
753
754 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
755
756 * display.texi (Display Table Format): Minor fix.
757
758 * streams.texi (Output Functions): Fix print example.
759
fd6866c8
RS
760 * Makefile.in (elisp): New target.
761 (dist): Depend on $(infodir)/elisp, not elisp.
762 Copy the info files from $(infodir).
763
9d00469f
RS
764 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
765 read-from-minibuffer.
766
dedbac89
RS
767 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
768
6de891db
RS
7692004-11-19 Richard M. Stallman <rms@gnu.org>
770
771 * searching.texi (Regexp Search): Add search-whitespace-regexp.
772
e1c1c5a7
TTN
7732004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
774
775 * tips.texi (Coding Conventions): Fix typo.
776
ee31cd78
RS
7772004-11-16 Richard M. Stallman <rms@gnu.org>
778
779 * tips.texi (Coding Conventions): Separate defvar and require
780 methods to avoid warnings. Use require only when there are many
781 functions and variables from that package.
782
783 * minibuf.texi (Minibuffer Completion): When ignoring case,
784 predicate must not be case-sensitive.
785
786 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
787 (Test Coverage): Don't talk about "splotches". Clarified.
788
4bd38e94
TTN
7892004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
790
791 * frames.texi (Window Frame Parameters): Fix typo.
792
6d073ae1
KS
7932004-11-15 Kim F. Storm <storm@cua.dk>
794
9f89426b
KS
795 * symbols.texi (Other Plists): Note that plist-get may signal error.
796 Add safe-plist-get.
6d073ae1 797
10980463
TTN
7982004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
799
800 * modes.texi (Font Lock Basics): Fix typo.
801
1efc19eb
RS
8022004-11-08 Richard M. Stallman <rms@gnu.org>
803
804 * syntax.texi (Syntax Table Functions): Add syntax-after.
805
6159c232
EZ
8062004-11-06 Lars Brinkhoff <lars@nocrew.org>
807
808 * os.texi (Processor Run Time): New section documenting
809 get-internal-run-time.
810
59dede22
EZ
8112004-11-06 Eli Zaretskii <eliz@gnu.org>
812
813 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
814 it nukes elisp-cover.texi.
815 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
816 elisp-0 etc.
817
4cc8522c
LT
8182004-11-05 Luc Teirlinck <teirllm@auburn.edu>
819
820 * commands.texi (Keyboard Macros): Document `append' return value
821 of `defining-kbd-macro'.
822
2d1ef312
RS
8232004-11-01 Richard M. Stallman <rms@gnu.org>
824
825 * commands.texi (Interactive Call): Add called-interactively-p.
826
6f4e005d
SJ
8272004-10-29 Simon Josefsson <jas@extundo.com>
828
829 * minibuf.texi (Reading a Password): Revert.
830
4f71c13f
RS
8312004-10-28 Richard M. Stallman <rms@gnu.org>
832
833 * frames.texi (Display Feature Testing): Explain about "vendor".
834
4660a9e3
RS
8352004-10-27 Richard M. Stallman <rms@gnu.org>
836
837 * commands.texi (Interactive Codes): `N' uses numeric prefix,
838 not raw. Clarify `n'.
839 (Interactive Call): Rewrite interactive-p, focusing on when
840 and how to use it.
841 (Misc Events): Clarify previous change.
842
843 * advice.texi (Simple Advice): Clarify what job the example does.
844 (Around-Advice): Clarify ad-do-it.
845 (Activation of Advice): An option of ad-default-compilation-action
846 is `never', not `nil'.
847
c8636435
KS
8482004-10-26 Kim F. Storm <storm@cua.dk>
849
850 * commands.texi (Interactive Codes): Add U code letter.
851
acd4089b
SJ
8522004-10-25 Simon Josefsson <jas@extundo.com>
853
854 * minibuf.texi (Reading a Password): Add.
855
29dc7809
JR
8562004-10-24 Jason Rumney <jasonr@gnu.org>
857
858 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
859 and wheel-down.
860
bb5d6d34
KG
8612004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
862
863 * processes.texi (Synchronous Processes): Document process-file.
864
d0ee2ed3
KH
8652004-10-22 Kenichi Handa <handa@m17n.org>
866
867 * text.texi (translate-region): Document that it accepts also a
868 char-table.
869
38be9dbb
DP
8702004-10-22 David Ponce <david@dponce.com>
871
872 * windows.texi (Resizing Windows): Document the `preserve-before'
873 argument of the functions `enlarge-window' and `shrink-window'.
874
63c80452
JR
8752004-10-19 Jason Rumney <jasonr@gnu.org>
876
877 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
878
9f4b6e73
LT
8792004-10-09 Luc Teirlinck <teirllm@auburn.edu>
880
881 * text.texi (Filling): Add anchor for definition of
882 `sentence-end-double-space'.
883
884 * searching.texi (Regexp Example): Update description of how
885 Emacs currently recognizes the end of a sentence.
886 (Standard Regexps): Update definition of the variable
887 `sentence-end'. Add definition of the function `sentence-end'.
888
657f0f9c
EZ
8892004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
890
891 * display.texi (Progress): New node.
892
35ab4857
KS
8932004-10-05 Kim F. Storm <storm@cua.dk>
894
895 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
896
f2a54fbc
KS
8972004-09-29 Kim F. Storm <storm@cua.dk>
898
899 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
900 to identify bitmaps. Remove -fringe-bitmap suffix for standard
901 fringe bitmap symbols, as they now have their own namespace.
902 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
903 vs. pixels. Signal error if no free bitmap slots.
904 (Pixel Specification): Change IMAGE to @var{image}.
905
4676d6f3
RS
9062004-09-28 Richard M. Stallman <rms@gnu.org>
907
908 * text.texi (Special Properties): Clarify line-spacing and line-height.
909
910 * searching.texi (Regexp Search): Add looking-back.
911
17234906
LT
9122004-09-25 Luc Teirlinck <teirllm@auburn.edu>
913
914 * display.texi: Correct typos.
915 (Image Descriptors): Correct xref's.
916
4de43c8b
RS
9172004-09-25 Richard M. Stallman <rms@gnu.org>
918
919 * text.texi (Special Properties): Cleanups in `cursor'.
920 Rewrites in `line-height' and `line-spacing'; exchange them.
921
922 * display.texi (Fringes): Rewrite previous change.
923 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
924 (Display Fringe Bitmaps): Node deleted, text moved.
925 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
926 (Scroll Bars): Clarify set-window-scroll-bars.
927 (Pointer Shape): Rewrite.
928 (Specified Space): Clarify :align-to, etc.
929 (Pixel Specification): Use @var. Clarify new text.
930 (Other Display Specs): Clarify `slice'.
931 (Image Descriptors): Cleanups.
932 (Showing Images): Cleanups.
933
a3ee0299
LT
9342004-09-24 Luc Teirlinck <teirllm@auburn.edu>
935
e88ebce6
LT
936 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
937
a3ee0299
LT
938 * modes.texi: Various minor changes in addition to:
939 (Major Mode Conventions): Final call to `run-mode-hooks' should
940 not be inside the `delay-mode-hooks' form.
941 (Mode Hooks): New node.
942 (Hooks): Delete obsolete example.
943 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
944 node "Mode Hooks".
945
6db2bc02
LT
9462004-09-22 Luc Teirlinck <teirllm@auburn.edu>
947
948 * display.texi: Correct various typos.
949 (Display): Rename node "Pointer Shapes" to "Pointer
950 Shape". (There is already a node called "Pointer Shapes" in
951 frames.texi.)
952 (Images): Remove non-existent node "Image Slices" from menu.
953
ed2846bd
KS
9542004-09-23 Kim F. Storm <storm@cua.dk>
955
956 * text.texi (Special Properties): Add `cursor', `pointer',
957 `line-height', and `line-spacing' properties.
958
959 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
960 Shapes' to menu.
961 (Standard Faces): Doc fix for fringe face.
962 (Fringes): Add `overflow-newline-into-fringe' and
963 'indicate-buffer-boundaries'.
964 (Fringe Bitmaps, Pointer Shapes): New nodes.
965 (Display Property): Add 'Pixel Specification' and 'Display Fringe
966 Bitmaps' to menu.
967 (Specified Space): Describe pixel width and height.
968 (Pixel Specification): New node.
969 (Other Display Specs): Add `slice' property.
970 (Display Fringe Bitmaps): New node.
971 (Images): Add 'Image Slices' to menu.
972 (Image Descriptors): Add `:pointer' and `:map' properties.
973 (Showing Images): Add slice arg to `insert-image'. Add
974 'insert-sliced-image'.
975
4d894c98
RS
9762004-09-20 Richard M. Stallman <rms@gnu.org>
977
978 * commands.texi (Key Sequence Input):
979 Clarify downcasing in read-key-sequence.
980
7e388eb7
JL
9812004-09-08 Juri Linkov <juri@jurta.org>
982
983 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
984
a020987f
LT
9852004-09-07 Luc Teirlinck <teirllm@auburn.edu>
986
987 * locals.texi (Standard Buffer-Local Variables): Add
988 `buffer-auto-save-file-format'.
989 * internals.texi (Buffer Internals): Describe new
990 auto_save_file_format field of the buffer structure.
991 * files.texi (Format Conversion): `auto-save-file-format' has been
992 renamed `buffer-auto-save-file-format'.
993
2b96f80c
LT
9942004-08-27 Luc Teirlinck <teirllm@auburn.edu>
995
996 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
997 an integer or a marker.
998 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
999
2ee3b79e
RS
10002004-08-22 Richard M. Stallman <rms@gnu.org>
1001
1002 * modes.texi (Major Mode Conventions): Discuss rebinding of
1003 standard key bindings.
1004
c438dc33
KS
10052004-08-18 Kim F. Storm <storm@cua.dk>
1006
1007 * processes.texi (Accepting Output): Add `just-this-one' arg to
1008 `accept-process-output'.
101c421e 1009 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 1010
db8af011
LT
10112004-08-10 Luc Teirlinck <teirllm@auburn.edu>
1012
1013 * keymaps.texi: Various changes in addition to:
1014 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
1015 Give more varied examples for `kbd'.
1016 (Creating Keymaps): Char tables have slots for all characters
1017 without modifiers.
1018 (Active Keymaps): `overriding-local-map' and
1019 `overriding-terminal-local-map' also override text property and
1020 overlay keymaps.
1021 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
1022 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
1023 to denote a prefix of no events.
1024 `map-keymap' includes parent's bindings _recursively_.
1025 Clarify and correct description of `where-is-internal'.
1026 Mention BUFFER-OR-NAME arg to `describe-bindings'.
1027 (Menu Example): For menus intended for use with the keyboard, the
1028 menu items should be bound to characters or real function keys.
1029
de700726
LT
10302004-08-08 Luc Teirlinck <teirllm@auburn.edu>
1031
30e75a87
LT
1032 * objects.texi (Character Type): Reposition `@anchor' to prevent
1033 double space inside sentence in Info.
1034
de700726
LT
1035 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
1036 renamed to `disabled-command-function'.
1037 * commands.texi (Key Sequence Input): Remove unnecessary anchor,
1038 (Command Loop Info): Replace reference to it.
1039 (Disabling Commands): `disabled-command-hook' has been renamed to
1040 `disabled-command-function'.
1041
81909a1a
LT
10422004-08-07 Luc Teirlinck <teirllm@auburn.edu>
1043
1044 * os.texi (Translating Input): Only non-prefix bindings in
1045 `key-translation-map' override actual key bindings. Warn about
1046 possible indirect effect of actual key bindings on non-prefix
1047 bindings in `key-translation-map'.
1048
5504e99c
LT
10492004-08-06 Luc Teirlinck <teirllm@auburn.edu>
1050
1051 * minibuf.texi (High-Level Completion): Add anchor for definition
1052 of `read-variable'.
1053
1054 * commands.texi: Various changes in addition to:
1055 (Using Interactive): Clarify description of `interactive-form'.
1056 (Interactive Call): Mention default for KEYS argument to
1057 `call-interactively'.
1058 (Command Loop Info): Clarify description of `this-command-keys'.
1059 Mention KEEP-RECORD argument to `clear-this-command-keys'.
1060 Value of `last-event-frame' can be `macro'.
1061 (Repeat Events): `double-click-fuzz' is also used to distinguish
1062 clicks and drags.
1063 (Classifying Events): Clarify descriptions of `event-modifiers'
1064 `event-basic-type' and `event-convert-list'.
1065 (Accessing Events): `posn-timestamp' takes POSITION argument.
1066 (Quoted Character Input): Clarify description of
1067 `read-quoted-char' and fix example.
1068 (Quitting): Add `with-local-quit'.
1069 (Disabling Commands): Correct and clarify descriptions of
1070 `enable-command' and `disable-command'.
1071 Mention what happens if `disabled-command-hook' is nil.
1072 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
1073 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
1074
f478a72a
LT
10752004-07-24 Luc Teirlinck <teirllm@auburn.edu>
1076
1077 * frames.texi: Various changes in addition to:
1078 (Creating Frames): Expand and clarify description of `make-frame'.
1079 (Window Frame Parameters): Either none or both of the `icon-left'
1080 and `icon-top' parameters must be specified. Put descriptions of
1081 `menu-bar-lines' and `toolbar-lines' closer together and change
1082 them accordingly.
1083 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
1084 except while processing `frame-title-format' or `icon-title-format'.
1085 (Deleting Frames): Correct description of `delete-frame'.
1086 Non-nil return values of `frame-live-p' are like those of `framep'.
1087 (Frames and Windows): mention return value of
1088 `set-frame-selected-window'.
1089 (Visibility of Frames): Mention `force' argument to
1090 `make-frame-invisible'. `frame-visible-p' returns t for all
1091 frames on text-only terminals.
1092 (Frame Configurations): Restoring a frame configuration does not
1093 restore deleted frames.
1094 (Window System Selections): `x-set-selection' returns DATA.
1095 (Resources): Add example.
1096 (Display Feature Testing): Clarify descriptions of
1097 `display-pixel-height', `display-pixel-width', `x-server-version'
1098 and `x-server-vendor'.
1099
1100 * windows.texi (Choosing Window): Add anchor.
1101 * minibuf.texi (Minibuffer Misc): Add anchor.
1102
bc135062
JPW
11032004-07-23 John Paul Wallington <jpw@gnu.org>
1104
1105 * macros.texi (Defining Macros): Declaration keyword for setting
1106 Edebug spec is `debug' not `edebug'.
1107
cb7516e5
LT
11082004-07-19 Luc Teirlinck <teirllm@auburn.edu>
1109
1110 * windows.texi: Various small changes in addition to:
1111 (Window Point): Mention return value of `set-window-point'.
1112 (Window Start): `pos-visible-in-window-p' disregards horizontal
1113 scrolling. Explain return value if PARTIALLY is non-nil.
1114 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
1115 and `set-window-vscroll'.
1116 (Size of Window): The argument WINDOW to `window-inside-edges',
1117 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
1118 (Resizing Windows): Explain return value of
1119 `shrink-window-if-larger-than-buffer'.
1120 `window-size-fixed' automatically becomes buffer local when set.
1121 (Window Configurations): Explain return value of
1122 `set-window-configuration'.
1123
1124 * minibuf.texi (Minibuffer Misc): Add anchor for
1125 `minibuffer-scroll-window'.
1126
1127 * positions.texi (Text Lines): Add anchor for `count-lines'.
1128
3751eb00
RS
11292004-07-17 Richard M. Stallman <rms@gnu.org>
1130
1131 * display.texi (Overlay Properties): Adding `evaporate' prop
1132 deletes empty overlay immediately.
1133
1134 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
1135 fix example.
1136
9a7e97c6
LT
11372004-07-16 Jim Blandy <jimb@redhat.com>
1138
1139 * searching.texi (Regexp Backslash): Document new \_< and \_>
1140 operators.
1141
aa0e4da8
JB
11422004-07-16 Juanma Barranquero <lektu@terra.es>
1143
1144 * display.texi (Images): Fix Texinfo usage.
1145
cbbfedb2
LT
11462004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1147
1148 * buffers.texi (Modification Time): `visited-file-modtime' now
1149 returns a list of two integers, instead of a cons.
1150
3a052bd3
LT
11512004-07-13 Luc Teirlinck <teirllm@auburn.edu>
1152
1153 * windows.texi: Various changes in addition to:
1154 (Splitting Windows): Add `split-window-keep-point'.
1155
02c04e6f
RS
11562004-07-09 Richard M. Stallman <rms@gnu.org>
1157
1158 * frames.texi (Input Focus): Minor fix.
1159
cb4f1287
LT
11602004-07-07 Luc Teirlinck <teirllm@auburn.edu>
1161
1162 * frames.texi (Input Focus): Clarify descriptions of
1163 `select-frame-set-input-focus' and `select-frame'.
1164
339902ec
LT
11652004-07-06 Luc Teirlinck <teirllm@auburn.edu>
1166
1167 * os.texi: Various small changes in addition to:
1168 (Killing Emacs): Expand and clarify description of
1169 `kill-emacs-query-functions' and `kill-emacs-hook'.
1170 (System Environment): Expand and clarify description of `getenv'
1171 and `setenv'.
1172 (Timers): Clarify description of `run-at-time'.
1173 (Translating Input): Correct description of
1174 `extra-keyboard-modifiers'.
1175 (Flow Control): Correct description of `enable-flow-control'.
1176
fe3b7e35
TTN
11772004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
1178
1179 * os.texi: Update copyright.
1180 (Session Management): Grammar fix.
1181 Clarify which Emacs does the restarting.
1182 Use @samp for *scratch* buffer.
1183
59db7d6e
LT
11842004-07-04 Alan Mackenzie <acm@muc.de>
1185
1186 * frames.texi (Input Focus): Add documentation for
1187 `select-frame-set-input-focus'. Replace refs to non-existent
1188 `switch-frame' with `select-frame'. Minor corrections and tidying
1189 up of text-only terminal stuff.
1190
e3ccf404
RS
11912004-07-02 Richard M. Stallman <rms@gnu.org>
1192
1193 * files.texi (Saving Buffers): Cleanup write-contents-function.
1194 (Magic File Names): Cleanup file-remote-p.
1195
8addb6eb
KG
11962004-07-02 Kai Grossjohann <kai@emptydomain.de>
1197
1198 * files.texi (Magic File Names): `file-remote-p' returns an
1199 identifier of the remote system, not just t.
1200
7a58d84d
DK
12012004-07-02 David Kastrup <dak@gnu.org>
1202
1203 * searching.texi (Entire Match Data): Add explanation about new
1204 match-data behavior when @var{integers} is non-nil.
1205
d8c379f8
RS
12062004-06-24 Richard M. Stallman <rms@gnu.org>
1207
b4a4b0ae
RS
1208 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
1209
d8c379f8
RS
1210 * customize.texi (Variable Definitions): Note about doc strings
1211 and :set.
1212
1213 * keymaps.texi (Keymap Terminology): Document `kbd'.
1214 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
1215
1216 * display.texi (Invisible Text): Setting buffer-invisibility-spec
1217 makes it buffer-local.
1218
1219 * files.texi (Saving Buffers): Correct previous change.
1220
1221 * commands.texi (Accessing Events):
1222 Clarify posn-col-row and posn-actual-col-row.
1223
12242004-06-24 David Ponce <david.ponce@wanadoo.fr>
1225
1226 * commands.texi (Accessing Events): New functions
1227 posn-at-point and posn-at-x-y. Add example to posn-x-y.
1228
dce417e7
LT
12292004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1230
1231 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
1232 * frames.texi, buffers.texi, backups.texi, variables.texi:
1233 * loading.texi, eval.texi, functions.texi, control.texi:
1234 * symbols.texi, minibuf.texi: Reposition @anchor's.
1235
1236 * help.texi: Various small changes in addition to the following.
1237 (Describing Characters): Describe PREFIX argument to
1238 `key-description'. Correct and clarify definition of
1239 `text-char-description'. Describe NEED-VECTOR argument to
1240 `read-kbd-macro'.
1241 (Help Functions): Clarify definition of `apropos'.
1242
255d07dc
LH
12432004-06-23 Lars Hansen <larsh@math.ku.dk>
1244
1245 * files.texi (Saving Buffers): Correct description of
1246 `write-contents-functions'.
1247
4e9691e9
JB
12482004-06-21 Juanma Barranquero <lektu@terra.es>
1249
1250 * display.texi (Images): Remove redundant @vindex directives.
1251 Rewrite `image-library-alist' doc in active voice.
1252
1ebd4f78
JB
12532004-06-14 Juanma Barranquero <lektu@terra.es>
1254
1255 * display.texi (Images): Document new delayed library loading,
1256 variable `image-library-alist' and (existing but undocumented)
1257 function `image-type-available-p'.
1258
ddfb8369
RS
12592004-06-05 Richard M. Stallman <rms@gnu.org>
1260
1261 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
1262 refer the user to the Initial Input node.
1263 (Text from Minibuffer): Likewise.
1264 (Initial Input): New node. Document this feature
1265 and say it is mostly deprecated.
1266
18684a3a
RS
12672004-05-30 Richard M. Stallman <rms@gnu.org>
1268
7a61e456
RS
1269 * loading.texi (Named Features): Clarify return value
1270 and meaning of NOERROR.
1271
18684a3a
RS
1272 * variables.texi (File Local Variables): Minor cleanup.
1273
c8364415
MA
12742004-05-30 Michael Albinus <michael.albinus@gmx.de>
1275
1276 * files.texi (Magic File Names): Add `file-remote-p' as operation
1277 of file name handlers.
1278
08fd1251
RS
12792004-05-29 Richard M. Stallman <rms@gnu.org>
1280
1281 * modes.texi (Minor Mode Conventions): (-) has no special meaning
1282 as arg to a minor mode command.
1283
71d5a208
RS
12842004-05-22 Richard M. Stallman <rms@gnu.org>
1285
1286 * syntax.texi (Syntax Class Table): Word syntax not just for English.
1287
1288 * streams.texi (Output Variables): Doc float-output-format.
1289
1290 * searching.texi (Regexp Special): Nested repetition can be infloop.
1291
1292 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
1293 real stack overflow.
1294
1295 * compile.texi: Minor cleanups.
1296
12972004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
1298
1299 * lists.texi (Cons Cells): Explain dotted lists, true lists,
1300 circular lists.
1301 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 1302
022cb162
TTN
13032004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
1304
1305 * modes.texi (Search-based Fontification): Fix typo.
1306
aa7094ba
JB
13072004-05-10 Juanma Barranquero <lektu@terra.es>
1308
1309 * modes.texi (Mode Line Variables): Fix description of
1310 global-mode-string, which is now after which-func-mode, not the
1311 buffer name.
1312
c2383279
LH
13132004-05-07 Lars Hansen <larsh@math.ku.dk>
1314
1315 * modes.texi (Desktop Save Mode): Add.
1316 (Modes): Add menu entry Desktop Save Mode.
1317
1318 * hooks.texi: Add desktop-after-read-hook,
1319 desktop-no-desktop-file-hook and desktop-save-hook.
1320
1321 * locals.texi: Add desktop-save-buffer.
1322
058296d3
JH
13232004-04-30 Jesper Harder <harder@ifa.au.dk>
1324
1325 * display.texi: emacs -> Emacs.
1326
0c54865e
EZ
13272004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
1328
1329 * files.texi (Changing Files): Document set-file-times.
1330
d814862a
JB
13312004-04-23 Juanma Barranquero <lektu@terra.es>
1332
1333 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1334
e8d6f886
JH
13352004-04-18 Jesper Harder <harder@ifa.au.dk>
1336
1337 * tips.texi (Coding Conventions): defopt -> defcustom.
1338
3a424014
LT
13392004-04-16 Luc Teirlinck <teirllm@auburn.edu>
1340
1341 * sequences.texi: Various clarifications.
1342
9e860631
LT
13432004-04-14 Luc Teirlinck <teirllm@auburn.edu>
1344
1345 * buffers.texi (Read Only Buffers): Mention optional ARG to
1346 `toggle-read-only'.
1347
5e30a0fb
NR
13482004-04-14 Nick Roberts <nick@nick.uklinux.net>
1349
9e860631 1350 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
1351 returns a full-width window if possible.
1352
619fb950
LT
13532004-04-13 Luc Teirlinck <teirllm@auburn.edu>
1354
1355 * buffers.texi: Various changes in addition to:
1356 (Buffer File Name): Add `find-buffer-visiting'.
1357 (Buffer Modification): Mention optional ARG to `not-modified'.
1358 (Indirect Buffers): Mention optional CLONE argument to
1359 `make-indirect-buffer'.
1360
1361 * files.texi: Various changes in addition to:
1362 (Visiting Functions): `find-file-hook' is now a normal hook.
1363 (File Name Expansion): Explain difference between the way that
1364 `expand-file-name' and `file-truename' treat `..'.
1365 (Contents of Directories): Mention optional ID-FORMAT argument to
1366 `directory-files-and-attributes'.
1367 (Format Conversion): Mention new optional CONFIRM argument to
1368 `format-write-file'.
1369
a2295d32
MB
13702004-04-12 Miles Bader <miles@gnu.org>
1371
1372 * macros.texi (Expansion): Add description of `macroexpand-all'.
1373
571fd4d5
JH
13742004-04-05 Jesper Harder <harder@ifa.au.dk>
1375
1376 * variables.texi (Variable Aliases): Mention
1377 cyclic-variable-indirection.
1378
1379 * errors.texi (Standard Errors): Ditto.
1380
4ba2fd66
LT
13812004-04-04 Luc Teirlinck <teirllm@auburn.edu>
1382
1383 * backups.texi: Various small changes in addition to:
1384 (Making Backups): Mention return value of `backup-buffer'.
1385 (Auto-Saving): Mention optional FORCE argument to
1386 `delete-auto-save-file-if-necessary'.
1387 (Reverting): Mention optional PRESERVE-MODES argument to
1388 `revert-buffer'. Correct description of `revert-buffer-function'.
1389
8f7ea687
JL
13902004-03-22 Juri Linkov <juri@jurta.org>
1391
1392 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
1393 with `Vector Functions'.
1394
1395 * text.texi (Sorting): Add missing quote.
1396
0eeca3c1
LT
13972004-03-14 Luc Teirlinck <teirllm@auburn.edu>
1398
1399 * intro.texi (Lisp History): Replace xref to `cl' manual with
1400 inforef.
1401
e69cfac2
RS
14022004-03-12 Richard M. Stallman <rms@gnu.org>
1403
1404 * intro.texi (Version Info): Add arg to emacs-version.
1405 (Lisp History): Change xref to CL manual.
1406
1b91d47f
LT
14072004-03-09 Luc Teirlinck <teirllm@auburn.edu>
1408
1409 * minibuf.texi (Completion Commands): Add xref to Emacs manual
1410 for Partial Completion mode.
1411
97073664
TTN
14122004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
1413
1414 * customize.texi: Fix typo. Remove eol whitespace.
1415
04a6e76b
RS
14162004-03-04 Richard M. Stallman <rms@gnu.org>
1417
1418 * processes.texi: Fix typos.
1419
1420 * lists.texi (Building Lists): Minor clarification.
1421
1422 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
1423 in make-hash-table.
1424
5bb0fcd1
JB
14252004-02-29 Juanma Barranquero <lektu@terra.es>
1426
1427 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
1428 rm, and ignore exit code.
1429
9022d421
EZ
14302004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
1431
1432 * display.texi (Defining Faces): Add description for min-colors.
1433 Update example.
1434
92f5fba2
LT
14352004-02-23 Luc Teirlinck <teirllm@auburn.edu>
1436
1437 * abbrevs.texi: Various corrections and clarifications in addition
1438 to the following:
1439 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
1440
7e83e178
GM
14412004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1442
1443 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
1444
9c5609e8
LT
14452004-02-21 Luc Teirlinck <teirllm@auburn.edu>
1446
e2b9b51f
LT
1447 * text.texi: Various small changes in addition to the following:
1448 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
1449 to delete-horizontal-space.
1450 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
1451 description of yank-handler text property at various places.
1452
7daa0e81
LT
1453 * frames.texi (Window System Selections): Add anchor.
1454
9c5609e8
LT
1455 * syntax.texi (Syntax Table Functions): Clarify and correct
1456 descriptions of make-syntax-table and copy-syntax-table.
1457 (Motion and Syntax): Clarify SYNTAXES argument to
1458 skip-syntax-forward.
1459 (Parsing Expressions): Mention that the return value of
1460 parse-partial-sexp is currently a list of ten rather than nine
1461 elements.
1462 (Categories): Various corrections and clarifications.
1463
d29edb21
LT
14642004-02-17 Luc Teirlinck <teirllm@auburn.edu>
1465
1466 * markers.texi (Marker Insertion Types): Minor change.
1467
1468 * locals.texi (Standard Buffer-Local Variables):
1469 * commands.texi (Interactive Codes, Using Interactive):
1470 * functions.texi (Related Topics): Fix xrefs.
1471
43e48bda
LT
14722004-02-16 Luc Teirlinck <teirllm@auburn.edu>
1473
1474 * lists.texi (Sets And Lists): Update description of delete-dups.
1475
84e34002
RS
14762004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
1477
1478 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
1479
14802004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1481
1482 * frames.texi (Parameter Access): frame-parameters arg is optional.
1483 modify-frame-parameters handles nil for FRAME.
1484 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
1485 are all-or-nothing for certain toolkits.
1486 Mention parameter wait-for-wm.
1487 (Frames and Windows): In frame-first-window and frame-selected-window
1488 the arg is optional.
1489 (Input Focus): In redirect-frame-focus the second arg is optional.
1490 (Window System Selections): Mention selection type CLIPBOARD.
1491 Mention data-type UTF8_STRING.
1492 Mention numbering of cut buffers.
1493 (Resources): Describe x-resource-name.
1494
14952004-02-16 Richard M. Stallman <rms@gnu.org>
1496
1497 * windows.texi (Buffers and Windows): Delete false table
1498 about all-frames.
1499
1500 * syntax.texi (Parsing Expressions): Delete old caveat
1501 about parse-sexp-ignore-comments.
1502
1503 * streams.texi (Output Variables): Add print-quoted.
1504
1505 * lists.texi (Building Lists): Minor cleanup.
1506
1507 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
1508
1509 * display.texi (Overlays): Explain overlays use markers.
1510 (Managing Overlays): Explain front-advance and rear-advance
1511 in more detail.
1512
1513 * loading.texi (Unloading): Document unload-feature-special-hooks.
1514 Get rid of fns-NNN.el file.
1515
15162004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1517
1518 * help.texi (Describing Characters): Fix text-char-description
1519 example output.
1520
1521 * edebug.texi (Using Edebug): Fix example.
1522
1523 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 1524
84e34002
RS
1525 * files.texi (Changing Files): Fix argname.
1526
1527 * calendar.texi: Fix parens, and default values.
1528
1529 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
1530 * nonascii.texi, objects.texi, os.texi: Minor fixes.
1531 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
1532
1533 * positions.texi (Text Lines): Don't add -1 in current-line.
1534
15352004-02-16 Richard M. Stallman <rms@gnu.org>
1536
1537 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
1538
c33b76da
EZ
15392004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
1540
1541 * processes.texi (Low-Level Network): Fix a typo.
1542
9d7271e8
KS
15432004-02-12 Kim F. Storm <storm@cua.dk>
1544
1545 * display.texi (Fringes): Use consistent wording.
1546 Note that window-fringe's window arg is optional.
1547 (Scroll Bars): Use consistent wording.
1548
6827d730
LT
15492004-02-11 Luc Teirlinck <teirllm@auburn.edu>
1550
1551 * tips.texi (Comment Tips): Document the new conventions for
1552 commenting out code.
1553
1cb60b5a
JD
15542004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1555
1556 * positions.texi (Text Lines): Added missing end defun.
1557
7fdd1f62
KS
15582004-02-07 Kim F. Storm <storm@cua.dk>
1559
1560 * positions.texi (Text Lines): Add line-number-at-pos.
1561
eb3c144c
JPW
15622004-02-06 John Paul Wallington <jpw@gnu.org>
1563
1564 * display.texi (Button Properties, Button Buffer Commands):
1565 mouse-2 invokes button, not down-mouse-1.
1566
a1d38d63
JR
15672004-02-04 Jason Rumney <jasonr@gnu.org>
1568
1569 * makefile.w32-in: Sync with Makefile.in changes.
1570
4b574f3d
LT
15712004-02-03 Luc Teirlinck <teirllm@auburn.edu>
1572
1573 * minibuf.texi (Text from Minibuffer): Various corrections and
1574 clarifications.
1575 (Object from Minibuffer): Correct Lisp description of
1576 read-minibuffer.
1577 (Minibuffer History): Clarify description of cons values for
1578 HISTORY arguments.
1579 (Basic Completion): Various corrections and clarifications. Add
1580 completion-regexp-list.
1581 (Minibuffer Completion): Correct and clarify description of
1582 completing-read.
6f6b0433 1583 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
1584 other minor changes.
1585 (High-Level Completion): Various corrections and clarifications.
1586 (Reading File Names): Ditto.
1587 (Minibuffer Misc): Ditto.
1588
d8186297
LT
15892004-01-26 Luc Teirlinck <teirllm@auburn.edu>
1590
1591 * strings.texi (Text Comparison): assoc-string also matches
1592 elements of alists that are strings instead of conses.
1593 (Formatting Strings): Standardize Texinfo usage. Update index
1594 entries.
1595
9adcb5f2
LT
15962004-01-20 Luc Teirlinck <teirllm@auburn.edu>
1597
1598 * lists.texi (Sets And Lists): Add delete-dups.
1599
3e7274ae
LT
16002004-01-15 Luc Teirlinck <teirllm@auburn.edu>
1601
1602 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
1603 special form.
1604 * macros.texi (Defining Macros): Update description of `declare',
1605 which now is a macro.
1606 (Wrong Time): Fix typos.
1607
944e099f
LT
16082004-01-14 Luc Teirlinck <teirllm@auburn.edu>
1609
1610 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 1611 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
1612 and `batch-byte-compile'. In particular, mention and describe
1613 all optional arguments.
1614 (Disassembly): Correct and clarify the description of `disassemble'.
1615
90c3aa59
LT
16162004-01-11 Luc Teirlinck <teirllm@auburn.edu>
1617
1618 * searching.texi: Various small changes in addition to the
1619 following.
1620 (Regexp Example): Adapt to new value of `sentence-end'.
1621 (Regexp Functions): The PAREN argument to `regexp-opt' can be
1622 `words'.
1623 (Search and Replace): Add usage note for `perform-replace'.
1624 (Entire Match Data): Mention INTEGERS and REUSE arguments to
1625 `match-data'.
1626 (Standard Regexps): Update for new values of `paragraph-start'
1627 and `sentence-end'.
1628
583c353d
LT
16292004-01-07 Luc Teirlinck <teirllm@auburn.edu>
1630
1631 * files.texi (Saving Buffers): Clarify descriptions of
1632 `write-contents-functions' and `before-save-hook'.
1633 Make the defvar's for `before-save-hook' and `after-save-hook'
1634 into defopt's.
1635
05faee07
KS
16362004-01-07 Kim F. Storm <storm@cua.dk>
1637
1638 * commands.texi (Click Events): Describe new image and
1639 width/height elements of click events.
1640 (Accessing Events): Add posn-string, posn-image, and
1641 posn-object-width-height. Change posn-object to return either
1642 image or string object.
1643
a0465ec3
SJ
16442004-01-01 Simon Josefsson <jas@extundo.com>
1645
1646 * hooks.texi (Standard Hooks): Add before-save-hook.
1647 * files.texi (Saving Buffers): Likewise.
1648
972c0c49
RS
16492004-01-03 Richard M. Stallman <rms@gnu.org>
1650
1651 * frames.texi (Frames and Windows): Delete frame-root-window.
1652
dbcd463f
LT
16532004-01-03 Luc Teirlinck <teirllm@auburn.edu>
1654
1655 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
1656
1657 * functions.texi: Various small changes in addition to the
1658 following.
1659 (What Is a Function): `functionp' returns nil for macros. Clarify
1660 behavior of this and following functions for symbol arguments.
1661 (Function Documentation): Add `\' in front of (fn @var{arglist})
1662 and explain why.
1663 (Defining Functions): Mention DOCSTRING argument to `defalias'.
1664 Add anchor.
1665 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
1666
02c77ee9
MB
16672004-01-01 Miles Bader <miles@gnu.org>
1668
1669 * display.texi (Buttons): New section.
1670
903a1a91
AS
16712003-12-31 Andreas Schwab <schwab@suse.de>
1672
1673 * numbers.texi (Math Functions): sqrt reports a domain-error
1674 error.
1675 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
1676
697cf92a
LT
16772003-12-30 Luc Teirlinck <teirllm@auburn.edu>
1678
3f70fe82
LT
1679 * tips.texi (Documentation Tips): Update item on hyperlinks in
1680 documentation strings.
1681
697cf92a
LT
1682 * errors.texi (Standard Errors): Various small corrections and
1683 additions.
1684
1685 * control.texi: Various small changes in addition to the
1686 following.
1687 (Signaling Errors): Provide some more details on how `signal'
1688 constructs the error message. Add anchor to the definition of
1689 `signal'.
1690 (Error Symbols): Describe special treatment of `quit'.
1691 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
1692 to emphasize that it has to be a single form.
1693
1694 * buffers.texi: Add anchor.
1695
4d25144d
RS
16962003-12-29 Richard M. Stallman <rms@gnu.org>
1697
1698 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
1699 (Window Configurations): Add window-configuration-frame.
1700
1701 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
1702
1703 * text.texi (Examining Properties): Add get-char-property-and-overlay.
1704 Change arg name in get-char-property.
1705 (Special Properties): Update handling of keymap property.
1706
1707 * strings.texi (Modifying Strings): Add clear-string.
1708 (Text Comparison): Add assoc-string and remove
1709 assoc-ignore-case, assoc-ignore-representation.
1710
1711 * os.texi (Time of Day): Add set-time-zone-rule.
1712
1713 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 1714 report domain-error errors.
4d25144d 1715
697cf92a 1716 * nonascii.texi (Converting Representations):
4d25144d
RS
1717 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
1718 (Encoding and I/O): Add file-name-coding-system.
1719
1720 * modes.texi (Search-based Fontification): Explain that
1721 face specs are symbols with face names as values.
1722
1723 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
1724
1725 * lists.texi (Building Lists): remq moved elsewhere.
1726 (Sets And Lists): remq moved here.
1727 (Association Lists): Refer to assoc-string.
1728
1729 * internals.texi (Garbage Collection): Add memory-use-counts.
1730
1731 * frames.texi (Frames and Windows): Add set-frame-selected-window
1732 and frame-root-window.
1733
697cf92a 1734 * files.texi (Contents of Directories):
4d25144d
RS
1735 Add directory-files-and-attributes.
1736
1737 * display.texi (Refresh Screen): Add force-window-update.
1738 (Invisible Text): Explain about moving point out of invis text.
1739 (Overlay Properties): Add overlay-properties.
1740 (Managing Overlays): Add overlayp.
1741 (GIF Images): Invalid image number displays a hollow box.
1742
1743 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
1744 (Killing Buffers): Add buffer-live-p.
1745
67fafe38
MR
17462003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
1747
1748 * display.texi (Fringes): Fix typo "set-buffer-window".
1749
68e74f25
LT
17502003-12-24 Luc Teirlinck <teirllm@auburn.edu>
1751
1752 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
1753 * nonascii.texi, processes.texi, tips.texi, variables.texi:
1754 Add or change various xrefs and anchors.
1755
1756 * commands.texi: Replace all occurrences of @acronym{CAR} with
1757 @sc{car}, for consistency with the rest of the Elisp manual.
1758 `car' and `cdr' are historically acronyms, but are no longer
1759 widely thought of as such.
1760
1761 * internals.texi (Pure Storage): Mention that `purecopy' does not
1762 copy text properties.
1763 (Object Internals): Now 29 bits are used (in most implementations)
1764 to address Lisp objects.
1765
1766 * variables.texi (Variables with Restricted Values): New node.
1767
1768 * objects.texi (Lisp Data Types): Mention that certain variables
1769 can only take on a restricted set of values and add an xref to
1770 the new node "Variables with Restricted Values".
1771
1772 * eval.texi (Function Indirection): Describe the errors that
1773 `indirect-function' can signal.
1774 (Eval): Clarify the descriptions of `eval-region' and `values'.
1775 Describe `eval-buffer' instead of `eval-current-buffer' and
1776 mention `eval-current-buffer' as an alias for `current-buffer'.
1777 Correct the description and mention all optional arguments.
1778
697cf92a 1779 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
1780 following.
1781 (Converting Representations): Clarify behavior of
1782 `string-make-multibyte' and `string-to-multibyte' for unibyte all
1783 ASCII arguments.
1784 (Character Sets): Document the variable `charset-list' and adapt
1785 the definition of the function `charset-list' accordingly.
1786 (Translation of Characters): Clarify use of generic characters in
1787 `make-translation-table'. Clarify and correct the description of
1788 the use of translation tables in encoding and decoding.
1789 (User-Chosen Coding Systems): Correct and clarify the description
1790 of `select-safe-coding-system'.
1791 (Default Coding Systems): Clarify description of
1792 `file-coding-system-alist'.
1793
a62f71e4
LT
17942003-11-30 Luc Teirlinck <teirllm@auburn.edu>
1795
1796 * strings.texi (Text Comparison): Correctly describe when two
1797 strings are `equal'. Combine and clarify descriptions of
1798 `assoc-ignore-case' and `assoc-ignore-representation'.
1799
1800 * objects.texi (Non-ASCII in Strings): Clarify description of
1801 when a string is unibyte or multibyte.
1802 (Bool-Vector Type): Update examples.
1803 (Equality Predicates): Correctly describe when two strings are
1804 `equal'.
1805
19017752
LT
18062003-11-29 Luc Teirlinck <teirllm@auburn.edu>
1807
1808 * lists.texi (Building Lists): `append' no longer accepts integer
1809 arguments. Update the description of `number-sequence' to reflect
1810 recent changes.
1811 (Sets And Lists): Describe `member-ignore-case' after `member'.
1812
0f6a07a8
KS
18132003-11-27 Kim F. Storm <storm@cua.dk>
1814
1815 * commands.texi (Click Events): Click object may be an images.
1816 Describe (dx . dy) element of click positions.
1817 (Accessing Events): Remove duplicate posn-timestamp.
1818 New functions posn-object and posn-object-x-y.
1819
1ce7c819
KS
18202003-11-23 Kim F. Storm <storm@cua.dk>
1821
1822 * commands.texi (Click Events): Describe enhancements to event
1823 position lists, including new text-pos and (col . row) items.
1824 Mention left-fringe and right-fringe area events.
0f6a07a8 1825 (Accessing Events): New functions posn-area and
1ce7c819
KS
1826 posn-actual-col-row. Mention posn-timestamp. Mention that
1827 posn-point in non-text area still returns buffer position.
1828 Clarify posn-col-row.
1829
cae8ddbb
LH
18302003-11-21 Lars Hansen <larsh@math.ku.dk>
1831
1832 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
1833 * anti.texi (File Attributes): Describe removed parameter
1834 ID-FORMAT.
1835
f7f1a248
LT
18362003-11-20 Luc Teirlinck <teirllm@auburn.edu>
1837
68e74f25 1838 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
1839 a position, its buffer is ignored.
1840
1841 * markers.texi (Overview of Markers): Mention it here too.
1842
c5e2fb05
LT
18432003-11-12 Luc Teirlinck <teirllm@auburn.edu>
1844
1845 * numbers.texi (Numeric Conversions): Not just `floor', but also
1846 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
1847
e57d0aa8
LT
18482003-11-10 Luc Teirlinck <teirllm@auburn.edu>
1849
1850 * markers.texi (Creating Markers): Specify insertion type of
1851 created markers. Add xref to `Marker Insertion Types'.
1852 Second argument to `copy-marker' is optional.
1853 (Marker Insertion Types): Mention that most markers are created
1854 with insertion type nil.
1855 (The Mark): Correctly describe when `mark' signals an error.
1856 (The Region): Correctly describe when `region-beginning' and
1857 `region-end' signal an error.
1858
bb3612ec
LT
18592003-11-08 Luc Teirlinck <teirllm@auburn.edu>
1860
1861 * hash.texi (Creating Hash): Clarify description of `eql'.
1862 `makehash' is obsolete.
1863 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
1864
1865 * positions.texi (Point): Change description of `buffer-end', so
1866 that it is also correct for floating point arguments.
1867 (List Motion): Correct argument lists of `beginning-of-defun' and
1868 `end-of-defun'.
1869 (Excursions): Add xref to `Marker Insertion Types'.
1870 (Narrowing): Argument to `narrow-to-page' is optional.
1871
cfb8a797
LT
18722003-11-06 Luc Teirlinck <teirllm@auburn.edu>
1873
1874 * streams.texi (Output Streams): Clarify behavior of point for
1875 marker output streams.
1876
c6177909
LT
18772003-11-04 Luc Teirlinck <teirllm@auburn.edu>
1878
1879 * variables.texi (Defining Variables): Second argument to
1880 `defconst' is not optional.
1881 (Setting Variables): Mention optional argument APPEND to
1882 `add-to-list'.
1883 (Creating Buffer-Local): Expand description of
1884 `make-variable-buffer-local'.
1885 (Frame-Local Variables): Expand description of
1886 `make-variable-frame-local'.
1887 (Variable Aliases): Correct description of optional argument
1888 DOCSTRING to `defvaralias'. Mention return value of
1889 `defvaralias'.
1890 (File Local Variables): Add xref to `File variables' in Emacs
1891 Manual. Correct description of `hack-local-variables'. Mention
1892 `safe-local-variable' property. Mention optional second argument
1893 to `risky-local-variable-p'.
1894
b3645067
LT
18952003-11-03 Luc Teirlinck <teirllm@auburn.edu>
1896
1897 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
1898
10695e5c
EZ
18992003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
1900
1901 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
1902 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
1903 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
1904 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
1905 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 1906 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
1907 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
1908 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
1909 @acronym{FOO}.
1910
a2f4def1
LT
19112003-10-27 Luc Teirlinck <teirllm@auburn.edu>
1912
1913 * strings.texi (Creating Strings): Argument START to `substring'
1914 can not be `nil'. Expand description of
1915 `substring-no-properties'. Correct description of `split-string',
1916 especially with respect to empty matches. Prevent very bad line
1917 break in definition of `split-string-default-separators'.
1918 (Text Comparison): `string=' and `string<' also accept symbols as
1919 arguments.
1920 (String Conversion): More completely describe argument BASE in
1921 `string-to-number'.
5bb0fcd1 1922 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
1923 corresponding object. Clarify behavior of numeric prefix after
1924 `%' in `format'.
1925 (Case Conversion): The argument to `upcase-initials' can be a
1926 character.
1927
a2296bf9
KH
19282003-10-27 Kenichi Handa <handa@m17n.org>
1929
1930 * display.texi (Fontsets): Fix texinfo usage.
1931
885fef7c
KH
19322003-10-25 Kenichi Handa <handa@m17n.org>
1933
1934 * display.texi (Fontsets): Add description of the function
1935 set-fontset-font.
1936
0c6b7a1f
LT
19372003-10-23 Luc Teirlinck <teirllm@auburn.edu>
1938
1939 * display.texi (Temporary Displays): Add xref to `Documentation
1940 Tips'.
1941
1942 * functions.texi (Function Safety): Use inforef instead of pxref
1943 for SES.
1944
c3cda320
AS
19452003-10-23 Andreas Schwab <schwab@suse.de>
1946
1947 * Makefile.in (TEX, texinputdir): Don't define.
1948 (TEXI2DVI): Define.
1949 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
1950 add $(srcdir)/index.texi.
1951 ($(infodir)/elisp): Remove index.texi dependency.
1952 (elisp.dvi): Likewise. Use $(TEXI2DVI).
1953 (index.texi): Remove target.
1954 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
1955 (clean): Don't remove index.texi.
1956
c3cda320
AS
1957 * permute-index, index.perm: Remove.
1958 * index.texi: Rename from index.unperm.
1959
e5dadca7
LT
19602003-10-22 Luc Teirlinck <teirllm@auburn.edu>
1961
1962 * tips.texi (Documentation Tips): Document new behavior for face
1963 and variable hyperlinks in Help mode.
1964
6cfb0777
LT
19652003-10-21 Luc Teirlinck <teirllm@auburn.edu>
1966
1967 * objects.texi (Integer Type): Update for extra bit of integer range.
1968 (Character Type): Ditto.
1969
a6eeaa81 19702003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
1971
1972 * numbers.texi (Integer Basics): Add index entries for reading
1973 numbers in hex, octal, and binary.
1974
c8f9ba83
LK
19752003-10-16 Lute Kamstra <lute@gnu.org>
1976
1977 * modes.texi (Mode Line Format): Mention force-mode-line-update's
1978 argument.
1979
b52a26fb
LT
19802003-10-13 Luc Teirlinck <teirllm@auburn.edu>
1981
1982 * windows.texi (Choosing Window): Fix typo.
1983 * edebug.texi (Edebug Execution Modes): Fix typo.
1984
f7005886
RS
19852003-10-13 Richard M. Stallman <rms@gnu.org>
1986
1987 * windows.texi (Basic Windows): A window has fringe settings,
1988 display margins and scroll-bar settings.
1989 (Splitting Windows): Doc split-window return value.
1990 Clean up one-window-p.
1991 (Selecting Windows): Fix typo.
1992 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
1993 (Buffers and Windows): In set-window-buffer, explain effect
1994 on fringe settings and scroll bar settings.
1995 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
1996 (Choosing Window): Use defopt for pop-up-frame-function.
1997 For special-display-buffer-names, explain same-window and same-frame.
1998 Clarify window-dedicated-p return value.
1999 (Textual Scrolling): scroll-up and scroll-down can get an error.
2000 (Horizontal Scrolling): Clarify auto-hscroll-mode.
2001 Clarify set-window-hscroll.
2002 (Size of Window): Don't mention tool bar in window-height.
2003 (Coordinates and Windows): Explain what coordinates-in-window-p
2004 returns for fringes and display margins.
2005 (Window Configurations): Explain saving fringes, etc.
2006
2007 * tips.texi (Library Headers): Clean up Documentation.
2008
2009 * syntax.texi (Parsing Expressions): Clean up forward-comment
2010 and parse-sexp-lookup-properties.
2011
2012 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
2013
2014 * os.texi (System Environment): Clean up text for load-average errors.
2015
2016 * modes.texi (Hooks): Don't explain local hook details at front.
2017 Clarify run-hooks and run-hook-with-args a little.
2018 Clean up add-hook and remove-hook.
2019
2020 * edebug.texi (Edebug Execution Modes): Clarify t.
2021 Document edebug-sit-for-seconds.
2022 (Coverage Testing): Document C-x X = and =.
2023 (Instrumenting Macro Calls): Fix typo.
2024 (Specification List): Don't index the specification keywords.
2025
c989ebe9
KS
20262003-10-10 Kim F. Storm <storm@cua.dk>
2027
2028 * processes.texi (Network): Introduce make-network-process.
2029
f9525eef
LT
20302003-10-09 Luc Teirlinck <teirllm@auburn.edu>
2031
2032 * tips.texi (Library Headers): Fix typo.
2033
f008b925
LK
20342003-10-07 Juri Linkov <juri@jurta.org>
2035
2036 * modes.texi (Imenu): Mention imenu-create-index-function's
2037 default value. Explain submenus better.
2038
c22c5da6
LK
20392003-10-07 Lute Kamstra <lute@gnu.org>
2040
2041 * modes.texi (Faces for Font Lock): Fix typo.
2042 (Hooks): Explain how buffer-local hook variables can refer to
2043 global hook variables.
2044 Various minor clarifications.
2045
49247521
LK
20462003-10-06 Lute Kamstra <lute@gnu.org>
2047
2048 * tips.texi (Coding Conventions): Mention naming conventions for
2049 hooks.
2050
9296c947
LT
20512003-10-05 Luc Teirlinck <teirllm@auburn.edu>
2052
2053 * loading.texi (Library Search): Correct default value of
2054 load-suffixes.
2055 (Named Features): Fix typo.
2056
0e9b293a
RS
20572003-10-05 Richard M. Stallman <rms@gnu.org>
2058
2059 * loading.texi (Named Features): In `provide',
2060 say how to test for subfeatures.
2061 (Unloading): In unload-feature, use new var name
2062 unload-feature-special-hooks.
2063
49247521 20642003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
2065
2066 * modes.texi (Major Mode Conventions): Mention third way to set up
2067 Imenu.
2068 (Imenu): A number of small fixes.
2069 Delete documentation of internal variable imenu--index-alist.
2070 Document the return value format of imenu-create-index-function
2071 functions.
2072
ab8f7d5c
RS
20732003-09-30 Richard M. Stallman <rms@gnu.org>
2074
2075 * processes.texi (Network): Say what stopped datagram connections do.
2076
2077 * lists.texi (Association Lists): Clarify `assq-delete-all'.
2078
2079 * display.texi (Overlay Properties): Clarify `evaporate' property.
2080
49247521 20812003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
2082
2083 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 2084 constructs should be marked as risky.
86b9b767
LK
2085 Change cons cell into proper list.
2086 (Mode Line Variables): Change cons cell into proper list.
2087
49247521 20882003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
2089
2090 * modes.texi (Mode Line Data): Document the :propertize construct.
2091 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 2092 to match their order in the default mode-line-format.
bc3b02f9
LK
2093 Describe the new variables mode-line-position and mode-line-modes.
2094 Update the default values of mode-line-frame-identification,
2095 minor-mode-alist, and default-mode-line-format.
2096 (Properties in Mode): Mention the :propertize construct.
6142d1d0 2097
bc3b02f9 20982003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 2099
c22c5da6 2100 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
2101 * loading.texi, minibuf.texi, text.texi, variables.texi:
2102 Avoid @strong{Note:}.
2103
21042003-09-26 Richard M. Stallman <rms@gnu.org>
2105
2106 * keymaps.texi (Remapping Commands): Fix typo.
2107
41beda59
LT
21082003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
2109
2110 * processes.texi (Low-Level Network): Fix typo.
2111
ef6ae4ff
KS
21122003-09-23 Kim F. Storm <storm@cua.dk>
2113
2114 * processes.texi (Network, Network Servers): Fix typos.
2115 (Low-Level Network): Add timeout value for :server keyword.
2116 Add new option keywords to make-network-process.
2117 Add set-network-process-options.
2118 Explain how to test availability of network options.
2119
b0f23edf
RS
21202003-09-19 Richard M. Stallman <rms@gnu.org>
2121
2122 * text.texi (Motion by Indent): Arg to
2123 backward-to-indentation and forward-to-indentation is optional.
2124
2125 * strings.texi (Creating Strings): Add substring-no-properties.
2126
2127 * processes.texi
2128 (Process Information): Add list-processes arg QUERY-ONLY.
2129 Delete process-contact from here.
2130 Add new status values for process-status.
2131 Add process-get, process-put, process-plist, set-process-plist.
2132 (Synchronous Processes): Add call-process-shell-command.
2133 (Signals to Processes): signal-process allows process objects.
2134 (Network): Complete rewrite.
2135 (Network Servers, Datagrams, Low-Level Network): New nodes.
2136
2137 * positions.texi (Word Motion): forward-word, backward-word
2138 arg is optional. Reword.
2139
2140 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
2141
c22c5da6 2142 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
2143 Delete duplicate definition of buffer-local-value.
2144 (File Local Variables): Explain about discarding text props.
2145
f387bdea
RS
21462003-09-11 Richard M. Stallman <rms@gnu.org>
2147
2148 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
2149 changes variables that record input events.
2150 (Minibuffer Misc): Add minibuffer-selected-window.
2151
2152 * lists.texi (Building Lists): Add copy-tree.
2153
2154 * display.texi (Fontsets): Add char-displayable-p.
2155 (Scroll Bars): New node.
2156
49247521 21572003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
2158
2159 * modes.texi (%-Constructs): Document new `%i' and `%I'
2160 constructs.
2161
fd026ee1
JR
21622003-09-03 Peter Runestig <peter@runestig.com>
2163
2164 * makefile.w32-in: New file.
2165
4828b4d7
RS
21662003-08-29 Richard M. Stallman <rms@gnu.org>
2167
2168 * display.texi (Overlay Properties): Clarify how priorities
2169 affect use of the properties.
2170
a4e4f05d
LT
21712003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
2172
2173 * customize.texi (Type Keywords): Correct the description of
2174 `:help-echo' in the case where `motion-doc' is a function.
2175
3ebe0346
JPW
21762003-08-14 John Paul Wallington <jpw@gnu.org>
2177
2178 * modes.texi (Emulating Mode Line): Subsection, not section.
2179
3afe8e39
RS
21802003-08-13 Richard M. Stallman <rms@gnu.org>
2181
2182 * elisp.texi (Top): Update subnode lists in menu.
2183
2184 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
2185 (Kill Functions): kill-region has new arg yank-handler.
2186 (Yanking): New node.
2187 (Yank Commands): Add yank-undo-function.
2188 (Low-Level Kill Ring):
2189 kill-new and kill-append have new arg yank-handler.
2190 (Changing Properties): Add remove-list-of-text-properties.
2191 (Atomic Changes): New node.
2192
2193 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
2194
2195 * streams.texi (Output Variables): Add eval-expression-print-length
2196 and eval-expression-print-level.
2197
2198 * os.texi (Time Conversion): For encode-time, explain limits on year.
2199
2200 * objects.texi (Character Type): Define anchor "modifier bits".
2201
2202 * modes.texi (Emulating Mode Line): New node.
2203 (Search-based Fontification): Font Lock uses font-lock-face property.
2204 (Other Font Lock Variables): Likewise.
2205
2206 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
2207 not vectors.
2208 (Active Keymaps): Add emulation-mode-map-alists.
2209 (Functions for Key Lookup): key-binding has new arg no-remap.
2210 (Remapping Commands): New node.
2211 (Scanning Keymaps): where-is-internal has new arg no-remap.
2212 (Tool Bar): Add tool-bar-local-item-from-menu.
2213 Clarify when to use tool-bar-add-item-from-menu.
2214
2215 * commands.texi (Interactive Call): commandp has new arg.
2216 (Command Loop Info): Add this-original-command.
2217
e37769b1
JPW
22182003-08-06 John Paul Wallington <jpw@gnu.org>
2219
2220 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
2221
2222 * display.texi (Warning Basics): Fix typo.
2223 (Fringes): Add closing curly bracket and fix typo.
2224
2225 * elisp.texi (Top): Fix typo.
2226
c5e0561f
RS
22272003-08-05 Richard M. Stallman <rms@gnu.org>
2228
2229 * elisp.texi: Update lists of subnodes.
2230
2231 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
2232
2233 * variables.texi (Local Variables): Use lc for example variable names.
2234
2235 * tips.texi (Library Headers): Explain where to put -*-.
2236
2237 * strings.texi (Creating Strings): Fix xref for vconcat.
2238
2239 * sequences.texi (Vector Functions):
2240 vconcat no longer allows integer args.
2241
2242 * minibuf.texi (Reading File Names): read-file-name has new
2243 arg PREDICATE. New function read-directory-name.
2244
2245 * macros.texi (Defining Macros): Give definition of `declare'
2246 (Indenting Macros): New node.
2247
2248 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
2249 (Window Frame Parameters): Make separate table of parameters
2250 that are coupled with specific face attributes.
2251 (Deleting Frames): delete-frame-hooks renamed to
2252 delete-frame-functions.
2253
2254 * files.texi (Magic File Names): Add file-remote-p.
2255 Clarify file-local-copy.
2256
2257 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
2258 here; instead xref Defining Macros.
2259
2260 * display.texi (Warnings): New node, and subnodes.
2261 (Fringes): New node.
2262
2263 * debugging.texi (Test Coverage): New node.
2264
2265 * compile.texi (Compiler Errors): Explain with-no-warnings
2266 and other ways to suppress warnings.
2267
2268 * commands.texi (Interactive Call): Minor clarification.
2269
2270 * buffers.texi (Buffer File Name): set-visited-file-name
2271 renames the buffer too.
2272
2273 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
2274
ee59dede
MR
22752003-07-24 Markus Rost <rost@math.ohio-state.edu>
2276
2277 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
2278
f0514b34
MR
22792003-07-22 Markus Rost <rost@math.ohio-state.edu>
2280
2281 * internals.texi (Garbage Collection): Fix previous change.
2282
c73983bb
RS
22832003-07-22 Richard M. Stallman <rms@gnu.org>
2284
2285 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
2286
2287 * display.texi (Width): Use \s syntax in example.
2288 (Font Selection): Add face-font-rescale-alist.
2289
2290 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
2291 Remove spurious indent in example.
2292
2293 * lists.texi (Building Lists): Add number-sequence.
2294
2295 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
2296
2297 * functions.texi (Function Documentation): Explain how to
2298 show calling convention explicitly in the doc string.
2299
2300 * windows.texi (Selecting Windows): save-selected-window saves
2301 selected window of each frame.
2302 (Window Configurations): Minor change.
2303
2304 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
2305
2306 * streams.texi (Output Variables): Add print-continuous-numbering
2307 and print-number-table.
2308
2309 * processes.texi (Decoding Output): New node.
2310
2311 * os.texi (Time Conversion): decode-time arg is optional.
2312
2313 * objects.texi (Character Type): Don't use space as example for \.
2314 Make list of char names and \-sequences correspond.
2315 Explain that \s is not used in strings. `\ ' needs space after.
2316
2317 * nonascii.texi (Converting Representations): Add string-to-multibyte.
2318 (Translation of Characters): Add translation-table-for-input.
2319 (Default Coding Systems): Add auto-coding-functions.
2320 (Explicit Encoding): Add decode-coding-inserted-region.
2321 (Locales): Add locale-info.
2322
2323 * minibuf.texi (Basic Completion): Describe test-completion.
2324 Collections can be lists of strings.
2325 Clean up lazy-completion-table.
2326 (Programmed Completion): Mention test-completion.
2327 Clarify why lambda expressions are not accepted.
2328 (Minibuffer Misc): Describe minibufferp.
2329
51a8b435
RS
23302003-07-14 Richard M. Stallman <rms@gnu.org>
2331
2332 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
2333
2334 * windows.texi (Selecting Windows): New arg to select-window.
2335 (Selecting Windows): Add with-selected-window.
2336 (Size of Window): Add window-inside-edges, etc.
2337
2338 * internals.texi (Garbage Collection): Add post-gc-hook.
2339
2340 * processes.texi (Subprocess Creation): Add exec-suffixes.
2341
2342 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
2343 (Scanning Keymaps): Add map-keymaps.
2344 (Defining Menus): Add keymap-prompt.
2345
2346 * numbers.texi (Integer Basics): Add most-positive-fixnum,
2347 most-negative-fixnum.
2348
2349 * compile.texi (Byte Compilation): Explain no-byte-compile
2350 (Compiler Errors): New node.
2351
2352 * os.texi (User Identification): user-uid, user-real-uid
2353 can return float.
2354
2355 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
2356 and about derived modes.
2357 (Minor Modes): Add minor-mode-list.
2358 (Defining Minor Modes): Keyword args for define-minor-mode.
2359 (Search-based Fontification): Explain managing other properties.
2360 (Other Font Lock Variables): Add font-lock-extra-managed-props.
2361 (Faces for Font Lock): Add font-locl-preprocessor-face.
2362 (Hooks): Add run-mode-hooks and delay-mode-hooks.
2363
2364 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 2365 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
2366
2367 * loading.texi (Library Search): Add load-suffixes.
2368
2369 * minibuf.texi (Basic Completion): Add lazy-completion-table.
2370 (Programmed Completion): Add dynamic-completion-table.
2371
2372 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
2373 (Magic File Names): Specify precedence order of handlers.
199bb209 2374
51a8b435
RS
2375 * commands.texi (Command Overview): Emacs server runs pre-command-hook
2376 and post-command-hook.
2377 (Waiting): New calling convention for sit-for.
2378
2379 * text.texi (Special Properties): local-map and keymap properties
2380 apply based on their stickiness.
2381
c6de56a0
RS
23822003-07-07 Richard M. Stallman <rms@gnu.org>
2383
2384 * modes.texi (Minor Mode Conventions): Specify only some kinds
2385 of list values as args to minor modes.
2386
2387 * files.texi (File Name Expansion): Warn about iterative use
2388 of substitute-in-file-name.
2389
2390 * advice.texi (Activation of Advice): Clean up previous change.
2391
8c761ea6
MR
23922003-07-06 Markus Rost <rost@math.ohio-state.edu>
2393
2394 * advice.texi (Activation of Advice): Note that ad-start-advice is
2395 turned on by default.
2396
c6de56a0
RS
23972003-06-30 Richard M. Stallman <rms@gnu.org>
2398
2399 * text.texi (Buffer Contents): Document current-word.
2400 (Change Hooks): Not called for *Messages*.
2401
2402 * functions.texi (Defining Functions): Explain about redefining
2403 primitives.
2404 (Function Safety): Renamed. Minor changes.
2405 Comment out the detailed criteria for what is safe.
2406
3fe4e567
AS
24072003-06-22 Andreas Schwab <schwab@suse.de>
2408
2409 * objects.texi (Symbol Type): Fix description of examples.
2410
cda7bd13
AS
24112003-06-16 Andreas Schwab <schwab@suse.de>
2412
2413 * hash.texi (Creating Hash): Fix description of :weakness.
2414
fbcffa4a
KG
24152003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2416
2417 * files.texi (Changing Files): copy-file copies file modes, too.
2418
ff6a3bfb
RS
24192003-05-28 Richard M. Stallman <rms@gnu.org>
2420
2421 * strings.texi (Creating Strings): Clarify split-string.
2422
1463a05d
JB
24232003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
2424
2425 * strings.texi (Creating Strings): Update split-string specification
2426 and examples.
2427
af253914
RS
24282003-05-19 Richard M. Stallman <rms@gnu.org>
2429
2430 * elisp.texi: Correct invariant section names.
2431
7ea52f92
RS
24322003-04-20 Richard M. Stallman <rms@gnu.org>
2433
2434 * os.texi (Timers): Explain about timers and quitting.
2435
e31afc09
RS
24362003-04-19 Richard M. Stallman <rms@gnu.org>
2437
2438 * internals.texi (Writing Emacs Primitives): Strings are
2439 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
2440 Explain GCPRO convention for varargs function args.
2441
5ceea398
RS
24422003-04-16 Richard M. Stallman <rms@gnu.org>
2443
2444 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
2445
b0ada147
RS
24462003-04-08 Richard M. Stallman <rms@gnu.org>
2447
2448 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
2449
b23375aa
KS
24502003-02-13 Kim F. Storm <storm@cua.dk>
2451
2452 * objects.texi (Character Type): New \s escape for space.
2453
c60ee5e7
JB
24542003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
2455
2456 * os.texi (System Environment): Added cygwin system-type.
2457
84e47416
RS
24582003-01-25 Richard M. Stallman <rms@gnu.org>
2459
2460 * keymaps.texi: Document that a symbol can act as a keymap.
2461
3e8cf2ea
RS
24622003-01-13 Richard M. Stallman <rms@gnu.org>
2463
2464 * text.texi (Changing Properties): Say string indices are origin-0.
2465
2466 * positions.texi (Screen Lines) <compute-motion>:
2467 Correct order of elts in return value.
2468
2469 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
2470 how to define a default binding.
2471
7abb9fc5 24722002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 2473
104bc3aa 2474 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 2475
104bc3aa
MR
2476 * customize.texi (Simple Types): Clarify description of custom
2477 type 'number. Describe new custom type 'float.
177f790c 2478
7abb9fc5 24792002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
2480
2481 * variables.texi (File Local Variables): Fix typo.
2482
df140a68 24832002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 2484
df140a68
KG
2485 From Michael Albinus <Michael.Albinus@alcatel.de>.
2486
2487 * README: Target for Info file is `make info'.
2488
2489 * files.texi (File Name Components): Fixed typos in
2490 `file-name-sans-extension'.
2491 (Magic File Names): Complete list of operations for magic file
2492 name handlers.
2493
7ed9159a
JY
24942002-09-16 Jonathan Yavner <jyavner@engineer.com>
2495
2496 * variables.texi (File Local Variables): New function
2497 risky-local-variable-p.
2498
24992002-09-15 Jonathan Yavner <jyavner@engineer.com>
2500
2501 * functions.texi (Function safety): New node about unsafep.
2502
241f79af
PA
25032002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
2504
2505 * customize.texi (Splicing into Lists): Fixed example.
2506 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
2507
72459b15
JB
25082002-06-17 Juanma Barranquero <lektu@terra.es>
2509
2510 * frames.texi (Display Feature Testing): Fix typo.
2511
61f7e0f5
AS
25122002-06-12 Andreas Schwab <schwab@suse.de>
2513
2514 * frames.texi (Initial Parameters, Resources): Fix references to
2515 the Emacs manual.
2516
4e792dbd
KS
25172002-05-13 Kim F. Storm <storm@cua.dk>
2518
2519 * variables.texi (Intro to Buffer-Local): Updated warning and
2520 example relating to changing buffer inside let.
2521
940344d4 25222002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
2523
2524 * os.texi (Session Management): New node about X Session management.
2525
231ac53b
EZ
25262002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
2527
2528 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
2529 to which the manual corresponds, and the copyright years.
2530
2531 * Makefile.in (VERSION): Set to 2.9.
2532
140cc574
EZ
25332001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
2534
2535 * elisp.texi: Change the category in @dircategory to "Emacs", to
2536 make it consistent with info/dir.
2537
9c7fce05
MB
25382001-11-25 Miles Bader <miles@gnu.org>
2539
2540 * text.texi (Fields): Describe new `limit' arg in
2541 field-beginning/field-end.
2542
9f8bbf0f
EZ
25432001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
2544
a5e6715c
EZ
2545 * permute-index: Don't depend on csh-specific features. Replace
2546 the interpreter name with /bin/sh.
2547
9f8bbf0f
EZ
2548 * two-volume-cross-refs.txt: New file.
2549 * two.el: New file.
2550 * spellfile: New file.
2551
1756e2fb
EZ
25522001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
2553
2554 * permute-index: New file.
2555
2556 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
2557 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
2558 8+3 restricted namespace.
ad050e54
EZ
2559
2560 * Makefile.in (infodir): Define relative to $(srcdir).
2561 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
2562 include directories list via -I switch to makeinfo.
2563 (index.texi): Use cp if both hard and symbolic links fail.
2564
10fa7f8e
EZ
25652001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
2566
7a1494ce
EZ
2567 * Makefile.in (distclean): Add.
2568
10fa7f8e
EZ
2569 The following changes make ELisp manual part of the Emacs
2570 distribution:
2571
2572 * Makefile.in: Add Copyright notice.
2573 (prefix): Remove.
2574 (infodir): Change value to "../info".
2575 (VPATH): New variable.
2576 (MAKE): Don't define.
2577 (texmacrodir): Don't define.
2578 (texinputdir): Append the existing value of TEXINPUTS.
2579 ($(infodir)/elisp): Instead of just "elisp". Reformat the
2580 command to be compatible with man/Makefile.in, and to put the
2581 output into ../info.
5c32b7c5 2582 (info): Add target.
10fa7f8e
EZ
2583 (installall): Target removed.
2584
ad050e54 25852001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
2586
2587 * tips.texi (Coding Conventions): Fix typo.
2588
6fd735df
GM
25892001-10-23 Gerd Moellmann <gerd@gnu.org>
2590
2591 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
2592
b704d54b
EZ
25932001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2594
2595 * files.texi (File Name Components): Update the description of
2596 file-name-sans-extension and file-name-extension, as they now
2597 ignore leading dots.
2598
71431a0e
GM
25992001-10-20 Gerd Moellmann <gerd@gnu.org>
2600
6aa97356 2601 * (Version 21.1 released.)
71431a0e 2602
79f1f96c
MB
26032001-10-19 Miles Bader <miles@gnu.org>
2604
2605 * positions.texi (Text Lines): Describe behavior of
2606 `beginning-of-line'/`end-of-line' in the presence of field properties.
2607
892a8f36
GM
26082001-10-17 Gerd Moellmann <gerd@gnu.org>
2609
2610 * Makefile.in (VERSION): Set to 2.8.
2611 (manual): Use `manual-21'.
2612
8c1cc9e8 2613 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
2614 number was used. Set it to 2.8.
2615
2616 * intro.texi: Likewise.
2617
51724e26
EZ
26182001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2619
2620 * files.texi (File Name Completion): Document the significance of
2621 a trailing slash in elements of completion-ignored-extensions.
2622
57b338e8
MB
26232001-10-06 Miles Bader <miles@gnu.org>
2624
2625 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
2626
c89e4bc5
GM
26272001-10-04 Gerd Moellmann <gerd@gnu.org>
2628
2629 * variables.texi (Variable Aliases): New node.
2630
ab952a4f
GM
26312001-10-04 Gerd Moellmann <gerd@gnu.org>
2632
2633 * Branch for 21.1.
dff28924 2634
9db3a582
MB
26352001-10-02 Miles Bader <miles@gnu.org>
2636
ae1a9581
MB
2637 * minibuf.texi (Minibuffer Misc): Add entries for
2638 `minibuffer-contents', `minibuffer-contents-no-properties', and
2639 `delete-minibuffer-contents'.
2640 Correct description for `minibuffer-prompt-end'.
2641
9db3a582
MB
2642 * text.texi (Property Search): Correct descriptions of
2643 `next-char-property-change' and `previous-char-property-change'.
2644 Add entries for `next-single-char-property-change' and
2645 `previous-single-char-property-change'.
2646 Make operand names a bit more consistent.
2647
03be5931
EZ
26482001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2649
2650 * frames.texi (Finding All Frames): Document that next-frame and
2651 previous-frame are local to current terminal.
2652
974548ec
EZ
26532001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
2654
2655 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 2656 result of make-keymap.
974548ec 2657
8d82c597
EZ
26582001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2659
2660 * display.texi (Font Lookup, Attribute Functions)
2661 (Image Descriptors): Add cross-references to the definition of
2662 selected frame.
2663
2664 * buffers.texi (The Buffer List): Add cross-references to the
2665 definition of selected frame.
2666
2667 * frames.texi (Input Focus): Clarify which frame is _the_ selected
2668 frame at any given time.
2669 (Multiple Displays, Size and Position): Add a cross-reference to
2670 the definition of the selected frame.
2671
2842de30
EZ
26722001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2673
2674 * strings.texi (String Conversion) <string-to-number>: Document
2675 that a float is returned for integers that are too large.
2676
2677 * frames.texi (Mouse Position): Document mouse-position-function.
2678 (Display Feature Testing): Document display-images-p.
2679 (Window Frame Parameters): Document the cursor-type variable.
2680
2681 * numbers.texi (Integer Basics): Document CL style read syntax for
2682 integers in bases other than 10.
2683
2684 * positions.texi (List Motion): Document
2685 open-paren-in-column-0-is-defun-start.
2686
2687 * lists.texi (Sets And Lists): Document member-ignore-case.
2688
2689 * internals.texi (Garbage Collection): Document the used and free
2690 strings report.
2691 (Memory Usage): Document strings-consed.
2692
2693 * os.texi (Time of Day): Document float-time.
2694 (Recording Input): Document that clear-this-command-keys clears
2695 the vector to be returned by recent-keys.
2696
2697 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
2698 argument keymap can be a list.
2699
2700 * nonascii.texi (User-Chosen Coding Systems)
2701 <select-safe-coding-system>: Document the new argument
2702 accept-default-p and the variable
2703 select-safe-coding-system-accept-default-p. Tell what happens if
2704 buffer-file-coding-system is undecided.
2705 (Default Coding Systems): Document auto-coding-regexp-alist.
2706
2707 * display.texi (The Echo Area) <message>: Document
2708 message-truncate-lines.
2709 (Glyphs): Document that the glyph table is unused on windowed
2710 displays.
2711
2712 * help.texi (Describing Characters) <single-key-description>:
2713 Document the new argument no-angles.
2714 (Accessing Documentation) <documentation-property>: Document that
2715 a non-string property is evaluated.
2716 <documentation>: Document that the function-documentation property
2717 is looked for.
2718
2719 * windows.texi (Selecting Windows): Document some-window.
2720
2721 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
2722
2723 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
2724 apropos-mode-hook.
2725
2726 * commands.texi (Using Interactive): Document interactive-form.
2727 (Keyboard Macros): Document kbd-macro-termination-hook.
2728 (Command Loop Info): Document that clear-this-command-keys clears
2729 the vector to be returned by recent-keys.
2730
2d43d823
GM
27312001-09-04 Werner LEMBERG <wl@gnu.org>
2732
2733 * Makefile.in (srcdir, texinputdir): New variables.
2734 (srcs, index.texi, install): Use $(srcdir).
2735 (.PHONY): Remove elisp.dvi.
2736 (elisp): Use -I switch for makeinfo.
2737 (elisp.dvi): Use $(srcdir) and $(texinputdir).
2738 (installall, dist): Use $(srcdir).
2739 Fix path to texinfo.tex.
2740 (maintainer-clean): Add elisp.dvi and elisp.oaux.
2741
fa739b31
GM
27422001-08-30 Gerd Moellmann <gerd@gnu.org>
2743
92a25631
GM
2744 * display.texi (Conditional Display): Adjust to API change.
2745
fa739b31
GM
2746 * configure: New file.
2747
cef68af5
GM
27482001-07-30 Gerd Moellmann <gerd@gnu.org>
2749
2750 * commands.texi (Repeat Events): Add description of
2751 double-click-fuzz.
2752
d1f08d85
SM
27532001-05-08 Stefan Monnier <monnier@cs.yale.edu>
2754
2755 * syntax.texi (Syntax Class Table): Add the missing designator for
2756 comment and string fences.
2757 (Syntax Properties): Add a xref to syntax table internals.
2758 (Syntax Table Internals): Document string-to-syntax.
2759
1e9fc92e
GM
27602001-05-07 Gerd Moellmann <gerd@gnu.org>
2761
2762 * Makefile.in (install): Use install-info command line options
2763 like in Emacs' Makefile.in.
2764
00480554
MB
27652000-12-09 Miles Bader <miles@gnu.org>
2766
2767 * windows.texi (Window Start): Update documentation for
2768 `pos-visible-in-window-p'.
2769
1e344ee2
SM
27702000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2771
2772 * lists.texi (Building Lists): Add footnote to explain how to add
2773 to the end of a list.
2774
a540f6ed
GM
27752000-10-25 Gerd Moellmann <gerd@gnu.org>
2776
2777 * files.texi (Visiting Functions): Typos.
2778
28bcdbee
KH
27792000-10-25 Kenichi Handa <handa@etl.go.jp>
2780
2781 * files.texi (Visiting Functions): Return value of
2782 find-file-noselect may be a list of buffers if wildcards are used.
2783
22d1a4ed
MB
27842000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2785
2786 * display.texi (Defining Faces): Document `graphic' display type
2787 in face specs.
2788
916a89db
KG
27892000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2790
1e9fc92e 2791 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
2792 `after-make-frame-hook' with `after-make-frame-functions'.
2793
1e9fc92e 2794 * frames.texi (Creating Frames): Ditto.
916a89db 2795
1e9fc92e 2796 * variables.texi (Future Local Variables): Ditto.
916a89db 2797
483de32b
GM
27982000-10-16 Gerd Moellmann <gerd@gnu.org>
2799
2800 * display.texi (Other Image Types): Add description of :foreground
2801 and :background properties of mono PBM images.
2802
e23a63a5
WL
28032000-08-17 Werner LEMBERG <wl@gnu.org>
2804
2805 * .cvsignore: New file.
2806
dfc16043
GM
28072000-01-05 Gerd Moellmann <gerd@gnu.org>
2808
2809 * tindex.pl: New script.
2810
602613fe
DL
28111999-12-03 Dave Love <fx@gnu.org>
2812
2813 * Makefile.in (MAKEINFO): New parameter.
2814
94ec544d
DL
28151999-09-17 Richard Stallman <rms@gnu.org>
2816
2817 * Makefile.in (srcs): Add hash.texi.
2818 (VERSION): Update to 20.6.
2819
28201999-09-13 Richard Stallman <rms@gnu.org>
2821
2822 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
2823
28241998-08-29 Karl Heuer <kwzh@gnu.org>
2825
2826 * configure.in: New file.
2827 * Makefile.in: Renamed from Makefile.
2828 (prefix, infodir): Use value obtained from configure.
2829 (emacslibdir): Obsolete variable deleted.
2830 (dist): Distribute configure.in, configure, Makefile.in.
2831
28321998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
2833
2834 * Makefile (INSTALL_INFO): New variable.
2835 (install): Run install-info.
2836
28371998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
2838
2839 * Makefile (elisp.dvi): Add missing backslash.
2840
28411998-05-02 Richard Stallman <rms@psilocin.gnu.org>
2842
2843 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
2844 Run texindex without `./'. Always run texindex on elisp.tp.
2845 (elisp.tps): Target deleted.
2846
28471998-04-05 Richard Stallman <rms@psilocin.gnu.org>
2848
2849 * Makefile (srcs): Add nonascii.texi and customize.texi.
2850 (dist): Start by deleting `temp'.
2851
28521998-02-17 Richard Stallman <rms@psilocin.gnu.org>
2853
2854 * Makefile (makeinfo, texindex): Targets deleted.
2855 (makeinfo.o, texindex.o): Targets deleted.
2856 (clean, dist): Don't do anything with them or with getopt*.
2857
28581998-01-30 Richard Stallman <rms@psilocin.gnu.org>
2859
2860 * Makefile (SHELL): Defined.
2861
28621998-01-27 Richard Stallman <rms@psilocin.gnu.org>
2863
2864 * Makefile (elisp.tps): New target.
2865 (elisp.dvi): Depend on elisp.tps.
2866
2867Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
2868
2869 * README: Update phone number.
2870
2871 * Makefile (elisp): Make this be the default target.
2872 Depend on makeinfo.c instead of makeinfo.
2873 (install): Don't depend on elisp.dvi, since we don't install that.
2874 Use mkinstalldirs.
2875 (dist): Add mkinstalldirs.
2876
2877Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2878
2879 * Makefile (VERSION): Update version number.
2880 (maintainer-clean): Renamed from realclean.
2881
2882Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2883
2884 * Makefile (realclean): New target.
2885 (elisp): Remove any old elisp-* files first.
2886
2887Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
2888
d1f08d85
SM
2889 * Makefile (VERSION): New variable.
2890 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
2891 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
2892
2893Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2894
2895 * Makefile (elisp): Depend on makeinfo.
2896
2897Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
2898
d1f08d85 2899 * Makefile (srcs): Add anti.texi.
94ec544d
DL
2900
2901Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2902
2903 * Makefile (infodir, prefix): New vars.
2904 (install): Use infodir.
2905 (emacsinfodir): Deleted.
2906
2907Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2908
2909 * Makefile (srcs): Add calendar.texi.
2910
2911 * Makefile (dist): Copy texindex.c and makeinfo.c.
2912 Limit elisp-* files to those with one or two digits.
2913
2914Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2915
2916 * Makefile (dist): Changed to use Gzip instead of compress.
2917
2918Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
2919
2920 * loading.texi (Unloading): define-function changed back to
2921 defalias. It may not stay this way, but at least it's
2922 consistent with the known-good version of the code patch.
2923
2924Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
2925
2926 * modes.texi (Hooks): Document new optional arg of add-hook.
2927
2928Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
2929
d1f08d85 2930 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
2931
2932 * tips.texi: Add new section on standard library headers.
2933
2934Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2935
2936 * Makefile (srcs): Add frame.texi to the list of sources.
2937
2938Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2939
2940 * Makefile (dist): Don't bother excluding autosave files; they'll
2941 never make it into the temp directory anyway, and the hash marks
2942 in the name are problematic for make and the Bourne shell.
dff28924 2943 (srcs):
94ec544d
DL
2944
2945Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2946
d1f08d85 2947 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
2948 the distribution tar file.
2949
dff28924 2950Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
2951
2952 * Makefile (srcs): Added index.perm.
2953 (elisp.dvi): Remove erroneous shell comment.
2954 Expect output of permute-index in permuted.fns.
2955 Save old elisp.aux in elisp.oaux.
2956 (clean): Added index.texi to be deleted.
2957
dff28924 2958Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
2959
2960 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
2961
dff28924 2962Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
2963
2964 * files.texi: Noted that completion-ignored-extensions is ignored
2965 when making *Completions*.
2966
2967Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
2968
2969 * Makefile make dist now depends on elisp.dvi, since it tries
2970 to include it in the dist file.
2971
dff28924 2972Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
2973
2974 * functions.texinfo (Mapping Functions): Add missing quote
2975
dff28924 2976Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
2977
2978 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
2979 (defunargs): Turn off \hyphenchar of \sl font temporarily.
2980
dff28924 2981Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
2982
2983 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
2984 and @error{} are the terms now being used. The files in the
2985 directory have been changed to reflect this.
2986
d1f08d85 2987 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
2988 ` @result{}', using 5 spaces at the begining of the line.
2989
dff28924 2990Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
2991
2992 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
2993 experimental @indentedresult{}, @indentedexpandsto{} are part of
2994 the texinfo.tex in this directory. These TeX macros are not
2995 stable yet.
2996
dff28924 2997Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
2998
2999 * texinfo.tex: temporarily added
d1f08d85 3000 \let\result=\dblarrow
94ec544d
DL
3001 \def\error{{\it ERROR} \longdblarrow}
3002 We need to do this better soon.
3003
dff28924 3004Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3005
3006 * Applied Karl Berry's patches to *.texinfo files, but not to
3007 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
3008 new title page format is also not applied, since it requires
3009 texinfo.tex changes.)
3010
3011 * Cleaned up `Makefile' and defined the `emacslibdir' directory
3012 for the Project GNU development environment.
3013
ad050e54 3014;; Local Variables:
fd026ee1 3015;; coding: iso-2022-7bit
ad050e54 3016;; End:
2a34a036
GM
3017
3018 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
3019 Copying and distribution of this file, with or without modification,
3020 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
3021
3022;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda