comparison lisp/ChangeLog @ 83126:14e5707213a6

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-325 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-326 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-327 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-328 Update from CVS: src/.gdbinit (xsymbol): Fix last change. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-329 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-166
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 22 May 2004 22:52:43 +0000
parents ad01ab3c6f4d 269004c18108
children 50b9a96c837c
comparison
equal deleted inserted replaced
83125:b545019c77b0 83126:14e5707213a6
1 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
4 (completion-setup-function): Use with-current-buffer.
5 Properly save excursion. Simplify.
6 Don't assume there is necessarily a `mouse-face' property somewhere.
7
8 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
9
10 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
11
12 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
13 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14 Use with-current-buffer.
15 (byte-goto-log-buffer): Delete.
16 (byte-compile-log-file): Call compilation-forget-errors.
17
18 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
19
20 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
21 output messages into the search result.
22
23 2004-05-19 Masatake YAMATO <jet@gyve.org>
24
25 * wid-edit.el (widget-radio-button-notify): Revert my last
26 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
27
28 2004-05-19 Kenichi Handa <handa@m17n.org>
29
30 * international/characters.el: Fix syntax (open/close) of CJK chars.
31
32 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
33
34 * help-mode.el (help-go-back): Don't depend on position of back button.
35
36 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
39 files files don't contain an accidental additional /.
40
41 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
42 in source buffer.
43
1 2004-05-18 Masatake YAMATO <jet@gyve.org> 44 2004-05-18 Masatake YAMATO <jet@gyve.org>
2 45
3 * wid-edit.el (widget-radio-button-notify): Don't pass `widget' 46 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
4 to widget-apply. :action method assumes 2 arguments, not 3. 47 to widget-apply. :action method assumes 2 arguments, not 3.
5 48
6 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk> 49 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
7 50
8 * progmodes/f90.el (f90-end-block-re, f90-start-block-re): New 51 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9 constants. 52 New constants.
10 (hs-special-modes-alist): Add an f90-mode entry. 53 (hs-special-modes-alist): Add an f90-mode entry.
11 54
12 2004-05-17 Sam Steingold <sds@gnu.org> 55 2004-05-17 Sam Steingold <sds@gnu.org>
13 56
14 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1): Indent 57 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
15 "without-" forms just like "with-" and "do-". Use regexp-opt. 58 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
16 59
17 2004-05-16 Kim F. Storm <storm@cua.dk> 60 2004-05-16 Kim F. Storm <storm@cua.dk>
18 61
19 * emacs-lisp/timer.el (timer-event-handler): Fix last change. 62 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
20 63
21 2004-05-15 John Wiegley <johnw@newartisans.com> 64 2004-05-15 John Wiegley <johnw@newartisans.com>
22 65
23 * eshell/esh-io.el (eshell-get-target): whitespace changes. 66 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
24 (eshell-output-object-to-target): Improve output speed 20% by not 67 (eshell-output-object-to-target): Improve output speed 20% by not
25 calling `eshell-stringify' if something is already known to be a 68 calling `eshell-stringify' if something is already known to be a string.
26 string.
27 69
28 2004-05-15 Alex Ott <ott@jet.msk.su> 70 2004-05-15 Alex Ott <ott@jet.msk.su>
29 71
30 * textmodes/ispell.el (ispell-local-dictionary-alist): Add 72 * textmodes/ispell.el (ispell-local-dictionary-alist):
31 windows-1251 to the choice of coding systems. 73 Add windows-1251 to the choice of coding systems.
32 (ispell-dictionary-alist-6): Add support for "russianw.aff", 74 (ispell-dictionary-alist-6): Add support for "russianw.aff",
33 encoded in cp1251. 75 encoded in cp1251.
34 76
35 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu> 77 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
36 78
73 115
74 * tree-widget.el: New file. 116 * tree-widget.el: New file.
75 117
76 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org> 118 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
77 119
78 * language/european.el ("Brazilian Portuguese"): Added support for 120 * language/european.el ("Brazilian Portuguese"): Add support for
79 Brazilian Portuguese. 121 Brazilian Portuguese.
80 122
81 2004-05-13 John Wiegley <johnw@newartisans.com> 123 2004-05-13 John Wiegley <johnw@newartisans.com>
82 124
83 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on 125 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
84 `recentf-mode' if this variable has been customized to t. 126 `recentf-mode' if this variable has been customized to t.
85 127
86 * eshell/esh-test.el (eshell-test): Call the function 128 * eshell/esh-test.el (eshell-test): Call the function
87 `emacs-version' rather than trying to build a custom version 129 `emacs-version' rather than trying to build a custom version string.
88 string.
89 130
90 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca> 131 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
91 132
92 * net/telnet.el (telnet-mode): Use define-derived-mode. 133 * net/telnet.el (telnet-mode): Use define-derived-mode.
93 Don't modify the global value of comint-prompt-regexp. 134 Don't modify the global value of comint-prompt-regexp.
773 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk> 814 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
774 815
775 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather 816 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
776 than duplicate call to `line-beginning-position'. 817 than duplicate call to `line-beginning-position'.
777 818
778 * progmodes/f90.el (f90-get-present-comment-type): Return 819 * progmodes/f90.el (f90-get-present-comment-type):
779 whitespace, as well as comment chars, for consistent filling 820 Return whitespace, as well as comment chars, for consistent filling
780 of comment blocks. Use `match-string-no-properties'. 821 of comment blocks. Use `match-string-no-properties'.
781 (f90-break-line): Do not leave trailing whitespace when filling 822 (f90-break-line): Trim trailing whitespace when filling comments.
782 comments.
783 823
784 2004-04-30 Dave Love <fx@gnu.org> 824 2004-04-30 Dave Love <fx@gnu.org>
785 825
786 * calendar/diary-lib.el (diary-outlook-formats): New variable. 826 * calendar/diary-lib.el (diary-outlook-formats): New variable.
787 (diary-from-outlook-internal, diary-from-outlook) 827 (diary-from-outlook-internal, diary-from-outlook)
788 (diary-from-outlook-gnus, diary-from-outlook-rmail): New 828 (diary-from-outlook-gnus, diary-from-outlook-rmail):
789 functions to import diary entries from Outlook-format 829 New functions to import diary entries from Outlook-format
790 appointments in mail messages. 830 appointments in mail messages.
791 831
792 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca> 832 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
793 833
794 * progmodes/python.el (python-send-command): New fun. 834 * progmodes/python.el (python-send-command): New fun.
812 852
813 2004-03-29 Michael Mauger <mmaug@yahoo.com> 853 2004-03-29 Michael Mauger <mmaug@yahoo.com>
814 854
815 * progmodes/sql.el (sql-product-alist): Rename variable 855 * progmodes/sql.el (sql-product-alist): Rename variable
816 `sql-product-support'. Add Postgres login parameters. 856 `sql-product-support'. Add Postgres login parameters.
817 (sql-set-product, sql-product-feature): Update with renamed 857 (sql-set-product, sql-product-feature): Update with renamed variable.
818 variable.
819 (sql-connect-postgres): Add username prompt. 858 (sql-connect-postgres): Add username prompt.
820 (sql-imenu-generic-expression, sql-mode-font-lock-object-name): 859 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
821 Make patterns less product specific. 860 Make patterns less product specific.
822 (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants. 861 (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants.
823 (sql-mode-abbrev-table): Modify initialization. 862 (sql-mode-abbrev-table): Modify initialization.
835 (sql-mode-ingres-font-lock-keywords) 874 (sql-mode-ingres-font-lock-keywords)
836 (sql-mode-solid-font-lock-keywords) 875 (sql-mode-solid-font-lock-keywords)
837 (sql-mode-sqlite-font-lock-keywords) 876 (sql-mode-sqlite-font-lock-keywords)
838 (sql-mode-db2-font-lock-keywords): Default to nil. 877 (sql-mode-db2-font-lock-keywords): Default to nil.
839 (sql-product-font-lock): Always highlight ANSI keywords. 878 (sql-product-font-lock): Always highlight ANSI keywords.
840 (sql-add-product-keywords): Made similar to 879 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
841 `font-lock-add-keywords'.
842 (sql-send-string): Add function. 880 (sql-send-string): Add function.
843 881
844 2004-04-29 Dave Love <fx@gnu.org> 882 2004-04-29 Dave Love <fx@gnu.org>
845 883
846 * progmodes/cfengine.el (cfengine-beginning-of-defun) 884 * progmodes/cfengine.el (cfengine-beginning-of-defun)
7389 7427
7390 ;; Local Variables: 7428 ;; Local Variables:
7391 ;; coding: iso-2022-7bit 7429 ;; coding: iso-2022-7bit
7392 ;; End: 7430 ;; End:
7393 7431
7394 Copyright (C) 2001, 2002 Free Software Foundation, Inc. 7432 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
7395 Copying and distribution of this file, with or without modification, 7433 Copying and distribution of this file, with or without modification,
7396 are permitted provided the copyright notice and this notice are preserved. 7434 are permitted provided the copyright notice and this notice are preserved.
7397 7435
7398 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1 7436 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1