comparison lisp/ChangeLog @ 55692:f2f55c648b95

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 19 May 2004 18:49:52 +0000
parents 1374d9297422
children 4f6f5dd54dab
comparison
equal deleted inserted replaced
55691:ff55c1509ff7 55692:f2f55c648b95
3 * wid-edit.el (widget-radio-button-notify): Revert my last 3 * wid-edit.el (widget-radio-button-notify): Revert my last
4 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>. 4 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5 5
6 2004-05-19 Kenichi Handa <handa@m17n.org> 6 2004-05-19 Kenichi Handa <handa@m17n.org>
7 7
8 * international/characters.el: Fix syntax (open/close) of CJK 8 * international/characters.el: Fix syntax (open/close) of CJK chars.
9 characters. 9
10 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
11
12 * help-mode.el (help-go-back): Don't depend on position of back button.
13
14 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
17 files files don't contain an accidental additional /.
18
19 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
20 in source buffer.
10 21
11 2004-05-18 Masatake YAMATO <jet@gyve.org> 22 2004-05-18 Masatake YAMATO <jet@gyve.org>
12 23
13 * wid-edit.el (widget-radio-button-notify): Don't pass `widget' 24 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14 to widget-apply. :action method assumes 2 arguments, not 3. 25 to widget-apply. :action method assumes 2 arguments, not 3.
15 26
16 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk> 27 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
17 28
18 * progmodes/f90.el (f90-end-block-re, f90-start-block-re): New 29 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19 constants. 30 New constants.
20 (hs-special-modes-alist): Add an f90-mode entry. 31 (hs-special-modes-alist): Add an f90-mode entry.
21 32
22 2004-05-17 Sam Steingold <sds@gnu.org> 33 2004-05-17 Sam Steingold <sds@gnu.org>
23 34
24 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1): Indent 35 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
25 "without-" forms just like "with-" and "do-". Use regexp-opt. 36 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
26 37
27 2004-05-16 Kim F. Storm <storm@cua.dk> 38 2004-05-16 Kim F. Storm <storm@cua.dk>
28 39
29 * emacs-lisp/timer.el (timer-event-handler): Fix last change. 40 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
30 41
31 2004-05-15 John Wiegley <johnw@newartisans.com> 42 2004-05-15 John Wiegley <johnw@newartisans.com>
32 43
33 * eshell/esh-io.el (eshell-get-target): whitespace changes. 44 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
34 (eshell-output-object-to-target): Improve output speed 20% by not 45 (eshell-output-object-to-target): Improve output speed 20% by not
35 calling `eshell-stringify' if something is already known to be a 46 calling `eshell-stringify' if something is already known to be a string.
36 string.
37 47
38 2004-05-15 Alex Ott <ott@jet.msk.su> 48 2004-05-15 Alex Ott <ott@jet.msk.su>
39 49
40 * textmodes/ispell.el (ispell-local-dictionary-alist): Add 50 * textmodes/ispell.el (ispell-local-dictionary-alist):
41 windows-1251 to the choice of coding systems. 51 Add windows-1251 to the choice of coding systems.
42 (ispell-dictionary-alist-6): Add support for "russianw.aff", 52 (ispell-dictionary-alist-6): Add support for "russianw.aff",
43 encoded in cp1251. 53 encoded in cp1251.
44 54
45 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu> 55 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
46 56
83 93
84 * tree-widget.el: New file. 94 * tree-widget.el: New file.
85 95
86 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org> 96 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
87 97
88 * language/european.el ("Brazilian Portuguese"): Added support for 98 * language/european.el ("Brazilian Portuguese"): Add support for
89 Brazilian Portuguese. 99 Brazilian Portuguese.
90 100
91 2004-05-13 John Wiegley <johnw@newartisans.com> 101 2004-05-13 John Wiegley <johnw@newartisans.com>
92 102
93 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on 103 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
94 `recentf-mode' if this variable has been customized to t. 104 `recentf-mode' if this variable has been customized to t.
95 105
96 * eshell/esh-test.el (eshell-test): Call the function 106 * eshell/esh-test.el (eshell-test): Call the function
97 `emacs-version' rather than trying to build a custom version 107 `emacs-version' rather than trying to build a custom version string.
98 string.
99 108
100 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca> 109 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
101 110
102 * net/telnet.el (telnet-mode): Use define-derived-mode. 111 * net/telnet.el (telnet-mode): Use define-derived-mode.
103 Don't modify the global value of comint-prompt-regexp. 112 Don't modify the global value of comint-prompt-regexp.
783 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk> 792 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
784 793
785 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather 794 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
786 than duplicate call to `line-beginning-position'. 795 than duplicate call to `line-beginning-position'.
787 796
788 * progmodes/f90.el (f90-get-present-comment-type): Return 797 * progmodes/f90.el (f90-get-present-comment-type):
789 whitespace, as well as comment chars, for consistent filling 798 Return whitespace, as well as comment chars, for consistent filling
790 of comment blocks. Use `match-string-no-properties'. 799 of comment blocks. Use `match-string-no-properties'.
791 (f90-break-line): Do not leave trailing whitespace when filling 800 (f90-break-line): Trim trailing whitespace when filling comments.
792 comments.
793 801
794 2004-04-30 Dave Love <fx@gnu.org> 802 2004-04-30 Dave Love <fx@gnu.org>
795 803
796 * calendar/diary-lib.el (diary-outlook-formats): New variable. 804 * calendar/diary-lib.el (diary-outlook-formats): New variable.
797 (diary-from-outlook-internal, diary-from-outlook) 805 (diary-from-outlook-internal, diary-from-outlook)
798 (diary-from-outlook-gnus, diary-from-outlook-rmail): New 806 (diary-from-outlook-gnus, diary-from-outlook-rmail):
799 functions to import diary entries from Outlook-format 807 New functions to import diary entries from Outlook-format
800 appointments in mail messages. 808 appointments in mail messages.
801 809
802 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca> 810 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
803 811
804 * progmodes/python.el (python-send-command): New fun. 812 * progmodes/python.el (python-send-command): New fun.
822 830
823 2004-03-29 Michael Mauger <mmaug@yahoo.com> 831 2004-03-29 Michael Mauger <mmaug@yahoo.com>
824 832
825 * progmodes/sql.el (sql-product-alist): Rename variable 833 * progmodes/sql.el (sql-product-alist): Rename variable
826 `sql-product-support'. Add Postgres login parameters. 834 `sql-product-support'. Add Postgres login parameters.
827 (sql-set-product, sql-product-feature): Update with renamed 835 (sql-set-product, sql-product-feature): Update with renamed variable.
828 variable.
829 (sql-connect-postgres): Add username prompt. 836 (sql-connect-postgres): Add username prompt.
830 (sql-imenu-generic-expression, sql-mode-font-lock-object-name): 837 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
831 Make patterns less product specific. 838 Make patterns less product specific.
832 (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants. 839 (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants.
833 (sql-mode-abbrev-table): Modify initialization. 840 (sql-mode-abbrev-table): Modify initialization.
845 (sql-mode-ingres-font-lock-keywords) 852 (sql-mode-ingres-font-lock-keywords)
846 (sql-mode-solid-font-lock-keywords) 853 (sql-mode-solid-font-lock-keywords)
847 (sql-mode-sqlite-font-lock-keywords) 854 (sql-mode-sqlite-font-lock-keywords)
848 (sql-mode-db2-font-lock-keywords): Default to nil. 855 (sql-mode-db2-font-lock-keywords): Default to nil.
849 (sql-product-font-lock): Always highlight ANSI keywords. 856 (sql-product-font-lock): Always highlight ANSI keywords.
850 (sql-add-product-keywords): Made similar to 857 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
851 `font-lock-add-keywords'.
852 (sql-send-string): Add function. 858 (sql-send-string): Add function.
853 859
854 2004-04-29 Dave Love <fx@gnu.org> 860 2004-04-29 Dave Love <fx@gnu.org>
855 861
856 * progmodes/cfengine.el (cfengine-beginning-of-defun) 862 * progmodes/cfengine.el (cfengine-beginning-of-defun)