aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2004-05-19 18:49:52 +0000
committerStefan Monnier2004-05-19 18:49:52 +0000
commite4ad9cf1999c5a0a2b8eb9c6df0e3bfcfbe58199 (patch)
tree817374fc3e1362b8c61940d7d5eceb445ac0dd5e
parent669fa600c6d72a2c343a195a0061c72a3ddb6169 (diff)
downloademacs-e4ad9cf1999c5a0a2b8eb9c6df0e3bfcfbe58199.tar.gz
emacs-e4ad9cf1999c5a0a2b8eb9c6df0e3bfcfbe58199.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog56
1 files changed, 31 insertions, 25 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 999c4393514..a7ec49e6709 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -5,24 +5,35 @@
5 5
62004-05-19 Kenichi Handa <handa@m17n.org> 62004-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
102004-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
142004-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
112004-05-18 Masatake YAMATO <jet@gyve.org> 222004-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
162004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk> 272004-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
222004-05-17 Sam Steingold <sds@gnu.org> 332004-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
272004-05-16 Kim F. Storm <storm@cua.dk> 382004-05-16 Kim F. Storm <storm@cua.dk>
28 39
@@ -30,15 +41,14 @@
30 41
312004-05-15 John Wiegley <johnw@newartisans.com> 422004-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
382004-05-15 Alex Ott <ott@jet.msk.su> 482004-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
@@ -85,7 +95,7 @@
85 95
862004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org> 962004-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
912004-05-13 John Wiegley <johnw@newartisans.com> 1012004-05-13 John Wiegley <johnw@newartisans.com>
@@ -94,8 +104,7 @@
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
1002004-05-13 Stefan Monnier <monnier@iro.umontreal.ca> 1092004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
101 110
@@ -785,18 +794,17 @@
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
7942004-04-30 Dave Love <fx@gnu.org> 8022004-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
8022004-04-29 Stefan Monnier <monnier@iro.umontreal.ca> 8102004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -824,8 +832,7 @@
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.
@@ -847,8 +854,7 @@
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
8542004-04-29 Dave Love <fx@gnu.org> 8602004-04-29 Dave Love <fx@gnu.org>