diff options
| author | Richard M. Stallman | 2005-03-08 03:20:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-08 03:20:31 +0000 |
| commit | bfa8be14bff7a8805d37af6db447b7dbf8462fa3 (patch) | |
| tree | 110c73724ebe46636aaa4918299c1df8a3ddec08 /lispref/ChangeLog | |
| parent | c2579664e62393dd292e2306cffd0b91f78bbf8b (diff) | |
| download | emacs-bfa8be14bff7a8805d37af6db447b7dbf8462fa3.tar.gz emacs-bfa8be14bff7a8805d37af6db447b7dbf8462fa3.zip | |
*** empty log message ***
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index a9dd276796a..97271ead2e4 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,55 @@ | |||
| 1 | 2005-03-07 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps): | ||
| 4 | Now subnodes of Fringes. | ||
| 5 | (Overlay Arrow): Document overlay-arrow-variable-list. | ||
| 6 | (Fringe Size/Pos): New node, broken out of Fringes. | ||
| 7 | (Display): Explain clearing vs redisplay better. | ||
| 8 | (Truncation): Clarify use of bitmaps. | ||
| 9 | (The Echo Area): Clarify the uses of the echo area. | ||
| 10 | Add max-mini-window-height. | ||
| 11 | (Progress): Clarify. | ||
| 12 | (Invisible Text): Explain that main loop moves point out. | ||
| 13 | (Selective Display): Say "hidden", not "invisible". | ||
| 14 | (Managing Overlays): Moved up. Describe relation to Undo here. | ||
| 15 | (Overlay Properties): Clarify intro. | ||
| 16 | (Finding Overlays): Explain return values when nothing found. | ||
| 17 | (Width): truncate-string-to-width has added arg. | ||
| 18 | (Displaying Faces): Clarify and update mode line face handling. | ||
| 19 | (Face Functions): Minor cleanup. | ||
| 20 | (Conditional Display): Merged into Other Display Specs. | ||
| 21 | (Pixel Specification, Other Display Specs): Minor cleanups. | ||
| 22 | (Images, Image Descriptors): Minor cleanups. | ||
| 23 | (GIF Images): Patents have expired. | ||
| 24 | (Showing Images): Explain default text for insert-image. | ||
| 25 | (Manipulating Button Types): Merged into Manipulating Buttons. | ||
| 26 | (Making Buttons): Explain return values. | ||
| 27 | (Button Buffer Commands): Add xref. | ||
| 28 | (Inverse Video): Update mode-line-inverse-video. | ||
| 29 | (Display Table Format): Clarify. | ||
| 30 | (Active Display Table): Give defaults for window-display-table. | ||
| 31 | |||
| 32 | * calendar.texi (Calendar Customizing): calendar-holiday-marker | ||
| 33 | and calendar-today-marker are strings, not chars. | ||
| 34 | (Holiday Customizing): Minor fix. | ||
| 35 | |||
| 36 | * nonascii.texi (Text Representations): Clarify position-bytes. | ||
| 37 | (Character Sets): Add list-charset-chars. | ||
| 38 | (Scanning Charsets): Add charset-after. | ||
| 39 | (Encoding and I/O): Minor fix. | ||
| 40 | |||
| 41 | * internals.texi (Writing Emacs Primitives): Update `or' example. | ||
| 42 | Update limit on # args of subr. | ||
| 43 | |||
| 44 | * edebug.texi (Using Edebug): Arrow is in fringe. | ||
| 45 | (Instrumenting): Arg to eval-defun works without loading edebug. | ||
| 46 | (Edebug Execution Modes): Add xref. | ||
| 47 | |||
| 48 | * customize.texi (Common Keywords): Clarify :require. | ||
| 49 | Mention :version here. | ||
| 50 | (Variable Definitions, Group Definitions): Not here. | ||
| 51 | (Variable Definitions): Clarify symbol arg to :initialize and :set fns. | ||
| 52 | |||
| 1 | 2005-03-06 Richard M. Stallman <rms@gnu.org> | 53 | 2005-03-06 Richard M. Stallman <rms@gnu.org> |
| 2 | 54 | ||
| 3 | * windows.texi (Vertical Scrolling): Get rid of "Emacs 21". | 55 | * windows.texi (Vertical Scrolling): Get rid of "Emacs 21". |