diff options
| author | Richard M. Stallman | 2005-12-11 05:02:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-11 05:02:28 +0000 |
| commit | 4b1c16c20f557d3a66bde65e42c91b7d537ceb7e (patch) | |
| tree | 7201b98d5cae9c851dec8ec9bcc6552fefa3eae6 | |
| parent | e39588f39554ae57aff4405cca4ee82581a41837 (diff) | |
| download | emacs-4b1c16c20f557d3a66bde65e42c91b7d537ceb7e.tar.gz emacs-4b1c16c20f557d3a66bde65e42c91b7d537ceb7e.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/ChangeLog | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 377f2ce0fc2..6c506d82283 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-12-11 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * buff-menu.el (Buffer-menu-sort-column): Not a user variable. | ||
| 4 | |||
| 1 | 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 6 | ||
| 3 | * term/mac-win.el: Create keymap for mac-apple-event-map. | 7 | * term/mac-win.el: Create keymap for mac-apple-event-map. |
| @@ -63,6 +67,7 @@ | |||
| 63 | * emacs/octave-mod.el (octave-electric-space): Don't indent | 67 | * emacs/octave-mod.el (octave-electric-space): Don't indent |
| 64 | comments or strings if octave-auto-indent is nil. | 68 | comments or strings if octave-auto-indent is nil. |
| 65 | 69 | ||
| 70 | >>>>>>> 1.8782 | ||
| 66 | 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 71 | 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 67 | 72 | ||
| 68 | * term/mac-win.el: Require url when compiling. Call | 73 | * term/mac-win.el: Require url when compiling. Call |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index a1e236c3314..815dc348383 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-12-10 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * customize.texi (Common Keywords): State caveats for use of :tag. | ||
| 4 | |||
| 1 | 2005-12-08 Richard M. Stallman <rms@gnu.org> | 5 | 2005-12-08 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * minibuf.texi (Intro to Minibuffers): Replace list of local maps | 7 | * minibuf.texi (Intro to Minibuffers): Replace list of local maps |