Mercurial > emacs
changeset 41679:fffb82adffbf
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 29 Nov 2001 12:55:07 +0000 |
parents | 5aa97e545399 |
children | cc6e789f5c70 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Nov 29 12:54:12 2001 +0000 +++ b/lisp/ChangeLog Thu Nov 29 12:55:07 2001 +0000 @@ -1,3 +1,16 @@ +2001-11-29 Dave Love <fx@gnu.org> + + * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes. + (fortran-window-create, fortran-window-create-momentarily): + Rewrite, moving error condition. + (fortran-beginning-do, fortran-beginning-if): Fix regexps. + (fortran-mode-syntax-table): Revert last change. + + * international/mule.el: Doc fixes. + (map-charset-chars): New function. + (register-char-codings): Use it to cope with generic chars in + safe-chars. + 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
--- a/src/ChangeLog Thu Nov 29 12:54:12 2001 +0000 +++ b/src/ChangeLog Thu Nov 29 12:55:07 2001 +0000 @@ -1,3 +1,9 @@ +2001-11-29 Dave Love <fx@gnu.org> + + * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an + extra extra slot. + (detect_coding_mask): Fix call of detect_coding_iso2022. + 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> * fileio.c (file-name-coding-system)