+2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
+
+ * international/iso-acc.el (iso-accents-accent-key): Use `vector'
+ rather than char-to-string since last-input-char can be any event.
+
+ * international/titdic-cnv.el (tit-dictionary):
+ Use defvar for non-constants.
+
+ * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
+ (global-cwarn-mode): Use easy-mmode-define-global-mode.
+ (cwarn-font-lock-keywords): New function.
+ Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
+ (cwarn-font-lock-match): New macro.
+ (cwarn-font-lock-match-assignment-in-expression)
+ (cwarn-font-lock-match-dangerous-semicolon)
+ (cwarn-font-lock-match-reference): Use it.
+
+ * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
+ Use defvar rather than defconst since it's meant to be settable.
+ (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
+ (cperl-fix-line-spacing): Add missing \ in [ t].
+
+ * loadup.el: Call ucs-unify-8859 directly rather than
+ unify-8859-on-encoding-mode.
+ (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
+
+ * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
+ (sgml-mode): Use it for comment-line-break-function.
+
2002-04-08 Jason Rumney <jasonr@gnu.org>
- * international/mule-cmds.el (reset-language-environment): Handle
- coding-systems not being defined yet.
+ * international/mule-cmds.el (reset-language-environment):
+ Handle coding-systems not being defined yet.
2002-04-07 Sam Steingold <sds@gnu.org>
* international/mule-cmds.el (set-default-coding-systems)
(reset-language-environment): Preserve eols on
default-process-coding-system.
- (coding-system-change-text-conversion): Fix case where CODING is
- nil.
+ (coding-system-change-text-conversion): Fix case where CODING is nil.
2002-04-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
+
+ * nnml.el (nnml-save-nov, nnml-generate-nov-file):
+ * pop3.el (pop3-md5): Don't hardcode point-min == 1.
+
2002-04-08 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
2002-03-21 ShengHuo ZHU <zsh@cs.rochester.edu>
- * mail-source.el (make-source-make-complex-temp-name): Use
- make-temp-file.
+ * mail-source.el (make-source-make-complex-temp-name):
+ Use make-temp-file.
* mm-util.el (mm-make-temp-file): New function.
* nneething.el (nneething-file-name): Use it.
* mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
- * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
+ * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
(gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
* gnus-start.el (gnus-slave-save-newsrc): Ditto.
-
+
* message.el (message-mode): If buffer-file-name, don't set auto
save file name.
Trivial change from Geoff Greene <ggreene@wpi.edu>