diff options
| author | Thien-Thi Nguyen | 2007-08-20 12:26:40 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2007-08-20 12:26:40 +0000 |
| commit | 1c0f367bc2a22999b15b8a66bb672ef580bb1b32 (patch) | |
| tree | c4601377ebbb6cf94b194d523c095ad149591a75 | |
| parent | df2e19c2bf8189509d3c4302da3362894eeb9bfa (diff) | |
| download | emacs-1c0f367bc2a22999b15b8a66bb672ef580bb1b32.tar.gz emacs-1c0f367bc2a22999b15b8a66bb672ef580bb1b32.zip | |
Kill eol whitespace.
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a21020e148f..cf3635964aa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org> | ||
| 2 | |||
| 3 | * vc-rcs.el (vc-rcs-annotate-command): | ||
| 4 | Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com: | ||
| 5 | Add back :vc-annotate-prefix propertization. | ||
| 6 | |||
| 1 | 2007-08-20 Andreas Schwab <schwab@suse.de> | 7 | 2007-08-20 Andreas Schwab <schwab@suse.de> |
| 2 | 8 | ||
| 3 | * mail/rmail.el (rmail-autodetect): Doc fix. | 9 | * mail/rmail.el (rmail-autodetect): Doc fix. |
| @@ -21,19 +27,19 @@ | |||
| 21 | all links in two columns on two lines. | 27 | all links in two columns on two lines. |
| 22 | 28 | ||
| 23 | 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu> | 29 | 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu> |
| 24 | 30 | ||
| 25 | * viper.el (viper-remove-hooks): remove some additional viper hooks | 31 | * viper.el (viper-remove-hooks): remove some additional viper hooks |
| 26 | when the user calls viper-go-away. | 32 | when the user calls viper-go-away. |
| 27 | (viper-go-away): restore the default of default-major-mode. | 33 | (viper-go-away): restore the default of default-major-mode. |
| 28 | Save the value of default-major-mode before vaperization. | 34 | Save the value of default-major-mode before vaperization. |
| 29 | 35 | ||
| 30 | * viper-cmd.el: Replace error "" with "Viper bell". | 36 | * viper-cmd.el: Replace error "" with "Viper bell". |
| 31 | 37 | ||
| 32 | * viper-ex.el: Replace error "" with "Viper bell". | 38 | * viper-ex.el: Replace error "" with "Viper bell". |
| 33 | 39 | ||
| 34 | * ediff-util.el (ediff-make-temp-file): use the coding system of the | 40 | * ediff-util.el (ediff-make-temp-file): use the coding system of the |
| 35 | buffer for which file is created. | 41 | buffer for which file is created. |
| 36 | 42 | ||
| 37 | 2007-08-19 Glenn Morris <rgm@gnu.org> | 43 | 2007-08-19 Glenn Morris <rgm@gnu.org> |
| 38 | 44 | ||
| 39 | * Makefile.in (custom-deps, finder-data, autoloads, recompile) | 45 | * Makefile.in (custom-deps, finder-data, autoloads, recompile) |