]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Thu, 29 Nov 2001 12:55:07 +0000 (12:55 +0000)
committerDave Love <fx@gnu.org>
Thu, 29 Nov 2001 12:55:07 +0000 (12:55 +0000)
lisp/ChangeLog
src/ChangeLog

index 38719a3016c6903a10655d3cb1a6deb3a834a0cd..a414c8a01e69681ab7cbf04a26ec6e3471aff7a7 100644 (file)
@@ -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\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
index 725a1407f03c093366a0782e679c1d1d0ea3bab8..aa5f4ea89209c54bdee37ce953ff93d1d74eab30 100644 (file)
@@ -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\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * fileio.c (file-name-coding-system)