+2002-09-11 Dave Love <fx@gnu.org>
+
+ * language/cyrillic.el (cyrillic-alternativnyj): Remove bogus
+ charset-origin-alist.
+
+2002-09-06 Dave Love <fx@gnu.org>
+
+ * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Bind
+ syntax and abbrev tables locally rather than setting and resetting
+ them assuming Mail mode.
+ (mailabbrev-unload-hook): New.
+
+ * calendar/calendar.el (calendar-mode-line-format): Select the
+ right window for mouse events.
+
2002-09-06 Juanma Barranquero <lektu@terra.es>
* calendar/solar.el (calendar-time-display-form): Fix spacing.
(documentation . "Support for Cyrillic KOI8-R."))
'("Cyrillic"))
-;;; ALTERNATIVNYJ staff
+;;; ALTERNATIVNYJ stuff
(defvar cyrillic-alternativnyj-decode-table
[
t)
(setq i (1+ i)))
table))
- (valid-codes (0 . 175) (224 . 241) 255)
- (charset-origin-alist (cyrillic-iso8859-5 "ALTERNATIVNYJ"
- cyrillic-encode-koi8-r-char))))
+ (valid-codes (0 . 175) (224 . 241) 255)))
(define-coding-system-alias 'alternativnyj 'cyrillic-alternativnyj)