...and correct the date.
[bpt/emacs.git] / lisp / ChangeLog
index ec57d09..7216868 100644 (file)
@@ -1,3 +1,99 @@
+2002-12-15  Simon Josefsson  <jas@extundo.com>
+
+       * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
+       user-mail-address as sender.
+
+2002-12-15  Dave Love  <fx@gnu.org>
+
+       * international/utf-8.el (ucs-mule-cjk-to-unicode)
+       (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
+       (utf-subst-table-for-decode): Specify :size, :rehash-size.
+       (utf-translate-cjk): :set rewritten to load subst-... files.  Add
+       :set-after.
+       (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
+
+2002-12-15  Gustav H\e,Ae\e(Bllberg  <gustav@virtutech.se>  (tiny change)
+
+       * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
+       buffer as modified unless it really is.
+
+2002-12-14  Andreas Schwab  <schwab@suse.de>
+
+       * wid-edit.el (widget-move): Don't loop infinitely when there is
+       no field or button.
+
+2002-12-13  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
+       (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
+       Undo 2002/09/27 change because kill-buffer-hook is not
+       permanent-local.
+
+       * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
+       Optimize the remaining part of for-effect and/or expressions.
+
+2002-12-13  Markus Rost  <rost@math.ohio-state.edu>
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode):
+       Use `custom-current-group'. Pass all groups to the hook.
+       (easy-mmode-define-global-mode): Use `custom-current-group'.
+
+       * international/mule-cmds.el (current-language-environment):
+       Set type according to `language-info-alist' also here.
+
+       * progmodes/compile.el (compilation-menu-map):
+       Use `kill-compilation' to stop compilation.
+
+2002-12-13  Kenichi Handa  <handa@m17n.org>
+
+       * language/european.el (encode-mac-roman): Fix last change.
+
+       * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
+       (ccl-encode-alternativnyj): Fix last change.
+
+2002-12-13  Nick Roberts  <nick@nick.uklinux.net>
+
+       * gdb-ui.el: Improve documentation strings.
+       (gdb-many-windows): Set default value to nil.
+
+2002-12-12  Dave Love  <fx@gnu.org>
+
+       * international/subst-big5.el, international/subst-gb2312.el:
+       * international/subst-jis.el, international/subst-ksc.el: New.
+
+       * custom.el (defcustom, custom-set-variables): Doc fix.
+
+       * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
+       things protected by `(if (fboundp ...' or `(if (boundp ...'.
+
+       * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
+
+2002-12-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * progmodes/fortran.el (fortran-mode-abbrev-table):
+       Handle `define-abbrev' with either 5 or 6 arguments.
+
+2002-12-12  Markus Rost  <rost@math.ohio-state.edu>
+
+       * international/mule-cmds.el (set-language-info):
+       Update custom-type of `current-language-environment'.
+       (current-language-environment): Fix custom type.
+
+2002-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * progmodes/antlr-mode.el (antlr): New URL.
+
+2002-12-10  R. Bernstein  <rocky@panix.com>
+
+       * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
+       Fix erroneous print expression command, and fix typos.
+       (perldb): Undo previous change in prompt regexp.
+
+2002-12-10  Steven Tamm  <steventamm@mac.com>
+
+       * generic-x.el (javascript-generic-mode): Added C style block
+       comments as used in ECMA-262 standard.
+
 2002-12-10  Kenichi Handa  <handa@m17n.org>
 
        * language/european.el ("Swedish"): Change tutorial file name to
 
 2002-12-08  Dave Love  <fx@gnu.org>
 
-       * international/code-pages.el (mule-diag): Move where it's
-       required.
+       * international/code-pages.el (mule-diag): Move where it's required.
 
-       * international/ucs-tables.el: Add latin-jisx0201 characters.  Fix
-       translation-table-for-input for lao, thai, tibetan.
+       * international/ucs-tables.el: Add latin-jisx0201 characters.
+       Fix translation-table-for-input for lao, thai, tibetan.
 
 2002-12-08  Andreas Schwab  <schwab@suse.de>
 
 
 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
 
-       * wid-edit.el (define-widget number): Clarify doc and error
-       message.
+       * wid-edit.el (define-widget number): Clarify doc and error message.
        (define-widget float): New widget.
 
 2002-12-07  Andreas Schwab  <schwab@suse.de>