diff options
| author | Lute Kamstra | 2005-05-11 23:30:04 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-05-11 23:30:04 +0000 |
| commit | 405cb12a9de63dee759330a9899096f7276cdef4 (patch) | |
| tree | 6038dff3ac120a04b3f62f244f7df10f8aca6858 | |
| parent | 5f43de89be9fe08dfbea848f48b710bc9c55058c (diff) | |
| download | emacs-405cb12a9de63dee759330a9899096f7276cdef4.tar.gz emacs-405cb12a9de63dee759330a9899096f7276cdef4.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lispref/ChangeLog | 6 |
3 files changed, 15 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index ab8fc4a5274..fd15c3c82a0 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -175,7 +175,7 @@ lispref/customize.texi Chong Yidong | |||
| 175 | lispref/debugging.texi Joakim Verona <joakim@verona.se> Lute Kamstra | 175 | lispref/debugging.texi Joakim Verona <joakim@verona.se> Lute Kamstra |
| 176 | lispref/display.texi Chong Yidong | 176 | lispref/display.texi Chong Yidong |
| 177 | lispref/edebug.texi Chong Yidong | 177 | lispref/edebug.texi Chong Yidong |
| 178 | lispref/elisp.texi "Luc Teirlinck" | 178 | lispref/elisp.texi "Luc Teirlinck" Lute Kamstra |
| 179 | lispref/errors.texi "Luc Teirlinck" | 179 | lispref/errors.texi "Luc Teirlinck" |
| 180 | lispref/eval.texi "Luc Teirlinck" Chong Yidong | 180 | lispref/eval.texi "Luc Teirlinck" Chong Yidong |
| 181 | lispref/files.texi "Luc Teirlinck" Chong Yidong | 181 | lispref/files.texi "Luc Teirlinck" Chong Yidong |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9ae919c98c4..7c8ec531cb6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2005-05-11 Arne J,Ax(Brgensen <arne@arnested.dk> | ||
| 2 | |||
| 3 | * international/latexenc.el (latexenc-find-file-coding-system): | ||
| 4 | Avoid `re-search-forward' when looking for input encoding because | ||
| 5 | of speed and safety. Better regular expressions for recognizing | ||
| 6 | input encoding. Limit a search for TeX-master/tex-main-file to | ||
| 7 | the local variable section. | ||
| 8 | |||
| 1 | 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu> | 9 | 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 10 | ||
| 3 | * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the | 11 | * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 6502f1d3858..b5ef4428396 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-05-12 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * elisp.texi (Top): Update to the current structure of the manual. | ||
| 4 | * processes.texi (Processes): Add menu description. | ||
| 5 | * customize.texi (Customization): Add menu descriptions. | ||
| 6 | |||
| 1 | 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org> | 7 | 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 8 | ||
| 3 | * processes.texi (Signals to Processes) | 9 | * processes.texi (Signals to Processes) |