diff options
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bbb091c5cc7..5ba4f212472 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * international/latexenc.el (latexenc-find-file-coding-system): | ||
| 4 | Don't inherit the EOL part of the coding-system from the | ||
| 5 | tex-main buffer. Fit within 80 columns. | ||
| 6 | |||
| 1 | 2005-06-03 Matt Hodges <MPHodges@member.fsf.org> | 7 | 2005-06-03 Matt Hodges <MPHodges@member.fsf.org> |
| 2 | 8 | ||
| 3 | * tmm.el (tmm-inactive-face): New face. | 9 | * tmm.el (tmm-inactive-face): New face. |
| @@ -32,7 +38,7 @@ | |||
| 32 | * viper-keym.el (viper-toggle-key, viper-quoted-insert-key) | 38 | * viper-keym.el (viper-toggle-key, viper-quoted-insert-key) |
| 33 | (viper-ESC-key): Made them customizable. | 39 | (viper-ESC-key): Made them customizable. |
| 34 | 40 | ||
| 35 | * viper.el (viper-non-hook-settings): Fixed the names of defadvices. | 41 | * viper.el (viper-non-hook-settings): Fix the names of defadvices. |
| 36 | 42 | ||
| 37 | 2005-06-01 Luc Teirlinck <teirllm@auburn.edu> | 43 | 2005-06-01 Luc Teirlinck <teirllm@auburn.edu> |
| 38 | 44 | ||