diff options
| author | Richard M. Stallman | 2005-02-03 07:39:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-02-03 07:39:01 +0000 |
| commit | 4e07258f2b539fa9a3ba97442e81e3e67a9ce5a7 (patch) | |
| tree | 6a769eadc3a50d085de422065bff64748c9614fc /lispref/ChangeLog | |
| parent | 799775ff761dae4cc360b2bc273949ef76c29395 (diff) | |
| download | emacs-4e07258f2b539fa9a3ba97442e81e3e67a9ce5a7.tar.gz emacs-4e07258f2b539fa9a3ba97442e81e3e67a9ce5a7.zip | |
*** empty log message ***
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 47 |
1 files changed, 45 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index c327bfc9058..1d7f7c66ab1 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,8 +1,51 @@ | |||
| 1 | 2005-01-31 Luc Teirlinck <teirllm@auburn.edu> | 1 | 2005-02-03 Richard M. Stallman <rms@gnu.org> |
| 2 | |||
| 3 | * windows.texi (Basic Windows): Add cursor-in-non-selected-windows. | ||
| 4 | Clarify. | ||
| 5 | (Selecting Windows): Clarify save-selected-window. | ||
| 6 | (Cyclic Window Ordering): Clarify walk-windows. | ||
| 7 | (Window Point): Clarify. | ||
| 8 | (Window Start): Add comment to example. | ||
| 9 | (Resizing Windows): Add `interactive' specs in examples. | ||
| 10 | Document fit-window-to-buffer. | ||
| 11 | |||
| 12 | * text.texi (User-Level Deletion): just-one-space takes numeric arg. | ||
| 13 | (Undo, Maintaining Undo): Clarify last change. | ||
| 14 | (Sorting): In sort-numeric-fields, explain about octal and hex. | ||
| 15 | Mention sort-numeric-base. | ||
| 16 | (Format Properties): Add xref for hard newlines. | ||
| 17 | |||
| 18 | * frames.texi (Window Frame Parameters): Explain pixel=char on tty. | ||
| 19 | (Pop-Up Menus): Fix typo. | ||
| 20 | (Color Names): Explain all types of color names. | ||
| 21 | Explain color-values on B&W terminal. | ||
| 22 | (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names. | ||
| 23 | |||
| 24 | * files.texi (File Locks): Not supported on MS systems. | ||
| 25 | (Testing Accessibility): Clarify. | ||
| 26 | |||
| 27 | * edebug.texi (Printing in Edebug): Fix edebug-print-circle. | ||
| 28 | (Coverage Testing): Fix typo. | ||
| 29 | |||
| 30 | * commands.texi (Misc Events): Remove stray space. | ||
| 31 | |||
| 32 | * buffers.texi (Buffer Names): Clarify generate-new-buffer-name. | ||
| 33 | (Modification Time): Clarify when visited-file-modtime returns 0. | ||
| 34 | (The Buffer List): Clarify bury-buffer. | ||
| 35 | (Killing Buffers): Clarify. | ||
| 36 | (Indirect Buffers): Add clone-indirect-buffer. | ||
| 37 | |||
| 38 | 2005-02-02 Matt Hodges <MPHodges@member.fsf.org> | ||
| 39 | |||
| 40 | * edebug.texi (Printing in Edebug): Fix default value of | ||
| 41 | edebug-print-circle. | ||
| 42 | (Coverage Testing): Fix displayed frequency count data. | ||
| 43 | |||
| 44 | 2005-02-02 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | 45 | ||
| 3 | * text.texi (Maintaining Undo): Add `undo-outer-limit'. | 46 | * text.texi (Maintaining Undo): Add `undo-outer-limit'. |
| 4 | 47 | ||
| 5 | 2005-02-01 Kim F. Storm <storm@cua.dk> | 48 | 2005-02-02 Kim F. Storm <storm@cua.dk> |
| 6 | 49 | ||
| 7 | * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements. | 50 | * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements. |
| 8 | 51 | ||