diff options
| author | Dan Nicolaescu | 2008-03-02 01:10:30 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-03-02 01:10:30 +0000 |
| commit | 93260283763e4e7a0b7972d6df0ce5f73b0bbc5e (patch) | |
| tree | ebd9e998a0e7c9bee32a7a8e5818ebcfb4a95d1f /lisp/ChangeLog | |
| parent | 7d6f3b3a4debd99a98e2494bc82fbb8b7ce095f6 (diff) | |
| download | emacs-93260283763e4e7a0b7972d6df0ce5f73b0bbc5e.tar.gz emacs-93260283763e4e7a0b7972d6df0ce5f73b0bbc5e.zip | |
(compilation-menu-map): Add menu entries
for useful options.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f77ca943161..be67b888ada 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-menu-map): Add menu entries | ||
| 4 | for useful options. | ||
| 5 | |||
| 1 | 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | Glenn Morris <rgm@gnu.org> | 7 | Glenn Morris <rgm@gnu.org> |
| 3 | 8 | ||