X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/4ba1612761c358928e641522c4f52cb91ffaaf48..4c71e413e441ed5c08ffe9f7c6404130d094750d:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9316a030e6..7216868b27 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,104 @@ +2002-12-15 Simon Josefsson + + * mail/smtpmail.el (smtpmail-via-smtp): Fall back to + user-mail-address as sender. + +2002-12-15 Dave Love + + * 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,Ae(Bllberg (tiny change) + + * progmodes/compile.el (compile-reinitialize-errors): Don't mark the + buffer as modified unless it really is. + +2002-12-14 Andreas Schwab + + * wid-edit.el (widget-move): Don't loop infinitely when there is + no field or button. + +2002-12-13 Stefan Monnier + + * 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 + + * 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 + + * 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 + + * gdb-ui.el: Improve documentation strings. + (gdb-many-windows): Set default value to nil. + +2002-12-12 Dave Love + + * 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 + + * progmodes/fortran.el (fortran-mode-abbrev-table): + Handle `define-abbrev' with either 5 or 6 arguments. + +2002-12-12 Markus Rost + + * 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,Bm(Bk + + * progmodes/antlr-mode.el (antlr): New URL. + +2002-12-10 R. Bernstein + + * 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 + + * generic-x.el (javascript-generic-mode): Added C style block + comments as used in ECMA-262 standard. + +2002-12-10 Kenichi Handa + + * language/european.el ("Swedish"): Change tutorial file name to + TUTORIAL.sv in this langauge environment.. + 2002-12-09 John Paul Wallington * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled, @@ -40,11 +141,10 @@ 2002-12-08 Dave Love - * 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 @@ -100,8 +200,7 @@ 2002-12-07 Markus Rost - * 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