aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2002-11-14 07:05:29 +0000
committerKenichi Handa2002-11-14 07:05:29 +0000
commit813ba2cbd1d5f2a3a99f5be0db6ac73ab18fe46e (patch)
tree1c62800ea970eae719059819cb6b62c4c2b9c29a
parentc763d515489db05a6904ab1644973ea4ee4ab8b5 (diff)
downloademacs-813ba2cbd1d5f2a3a99f5be0db6ac73ab18fe46e.tar.gz
emacs-813ba2cbd1d5f2a3a99f5be0db6ac73ab18fe46e.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog60
1 files changed, 32 insertions, 28 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2f17d4486f9..06a6e25dfb4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-11-14 Kenichi Handa <handa@m17n.org>
2
3 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
4
12002-11-14 Kim F. Storm <storm@cua.dk> 52002-11-14 Kim F. Storm <storm@cua.dk>
2 6
3 * textmodes/fill.el (fill-nobreak-invisible): New var. 7 * textmodes/fill.el (fill-nobreak-invisible): New var.
@@ -1229,7 +1233,7 @@
1229 once Emacs is started up; initialize to "" at loadup time. 1233 once Emacs is started up; initialize to "" at loadup time.
1230 (command-line): "", not nil, means user-mail-address not set yet. 1234 (command-line): "", not nil, means user-mail-address not set yet.
1231 1235
12322002-09-29 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 12362002-09-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1233 1237
1234 * net/tramp.el: Version 2.0.24 released. 1238 * net/tramp.el: Version 2.0.24 released.
1235 (tramp-methods, tramp-completion-function-alist): 1239 (tramp-methods, tramp-completion-function-alist):
@@ -1617,7 +1621,7 @@
1617 * mail/sendmail.el (sendmail-send-it): If user's buffer 1621 * mail/sendmail.el (sendmail-send-it): If user's buffer
1618 is unibyte, make tembuf unibyte. 1622 is unibyte, make tembuf unibyte.
1619 1623
16202002-09-22 Kai Gro,b_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> 16242002-09-22 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
1621 1625
1622 * net/tramp.el: Version 2.0.22 released. 1626 * net/tramp.el: Version 2.0.22 released.
1623 (tramp-parse-rhosts, tramp-parse-shosts) 1627 (tramp-parse-rhosts, tramp-parse-shosts)
@@ -1634,7 +1638,7 @@
1634 (tramp-completion-function-alist): Add completion function for "ftp". 1638 (tramp-completion-function-alist): Add completion function for "ftp".
1635 From Michael Albinus <Michael.Albinus@alcatel.de>. 1639 From Michael Albinus <Michael.Albinus@alcatel.de>.
1636 1640
16372002-09-22 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 16412002-09-22 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1638 1642
1639 * net/tramp.el: Version 2.0.21 released. 1643 * net/tramp.el: Version 2.0.21 released.
1640 (tramp-handle-file-newer-than-file-p): If mtime of both files is 1644 (tramp-handle-file-newer-than-file-p): If mtime of both files is
@@ -1648,11 +1652,11 @@
1648 (tramp-method-out-of-band-p): Correct number of args for 1652 (tramp-method-out-of-band-p): Correct number of args for
1649 `tramp-get-rsh-program' and similar functions. 1653 `tramp-get-rsh-program' and similar functions.
1650 1654
16512002-09-22 Kai Gro,b_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> 16552002-09-22 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
1652 1656
1653 * net/tramp.el: Version 2.0.20 released. 1657 * net/tramp.el: Version 2.0.20 released.
1654 1658
16552002-09-20 Kai Gro,b_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> 16592002-09-20 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
1656 1660
1657 * net/tramp.el (tramp-completion-function-alist): Escape open 1661 * net/tramp.el (tramp-completion-function-alist): Escape open
1658 paren in docstring. 1662 paren in docstring.
@@ -1681,24 +1685,24 @@
1681 `tramp-find-method'. Update callers. 1685 `tramp-find-method'. Update callers.
1682 (tramp-find-method): New function. 1686 (tramp-find-method): New function.
1683 1687
16842002-09-20 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 16882002-09-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1685 1689
1686 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired" 1690 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
1687 in SWITCHES (by removing it). 1691 in SWITCHES (by removing it).
1688 1692
16892002-09-18 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 16932002-09-18 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1690 1694
1691 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property. 1695 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
1692 1696
16932002-09-17 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 16972002-09-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1694 1698
1695 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region. 1699 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
1696 1700
16972002-09-16 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 17012002-09-16 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1698 1702
1699 * net/tramp.el (tramp-bug): Add tramp-methods. 1703 * net/tramp.el (tramp-bug): Add tramp-methods.
1700 1704
17012002-09-16 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 17052002-09-16 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1702 1706
1703 * net/tramp.el (tramp-methods): Update docstring: 1707 * net/tramp.el (tramp-methods): Update docstring:
1704 tramp-encoding-command, tramp-decoding-command, 1708 tramp-encoding-command, tramp-decoding-command,
@@ -1706,7 +1710,7 @@
1706 parameters anymore. 1710 parameters anymore.
1707 (tramp-uuencode-region): Autoload it. 1711 (tramp-uuencode-region): Autoload it.
1708 1712
17092002-09-13 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 17132002-09-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1710 1714
1711 Version 2.0.19 released. 1715 Version 2.0.19 released.
1712 1716
@@ -1716,11 +1720,11 @@
1716 Use `tramp-uuencode-region' as local encoder for the uuencode based 1720 Use `tramp-uuencode-region' as local encoder for the uuencode based
1717 entries. 1721 entries.
1718 1722
17192002-09-13 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 17232002-09-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1720 1724
1721 * net/tramp.el (tramp-handle-write-region): Wrong parens. 1725 * net/tramp.el (tramp-handle-write-region): Wrong parens.
1722 1726
17232002-09-13 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 17272002-09-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1724 1728
1725 Version 2.0.18 released. 1729 Version 2.0.18 released.
1726 1730
@@ -1728,14 +1732,14 @@
1728 older versions of Perl. Now tested with 5.004. Suggestion from 1732 older versions of Perl. Now tested with 5.004. Suggestion from
1729 Michael Albinus. 1733 Michael Albinus.
1730 1734
17312002-09-12 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 17352002-09-12 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1732 1736
1733 * net/tramp.el (tramp-find-inline-encoding): 1737 * net/tramp.el (tramp-find-inline-encoding):
1734 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT. 1738 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
1735 (tramp-call-local-coding-command): OUTPUT equals nil means to 1739 (tramp-call-local-coding-command): OUTPUT equals nil means to
1736 discard the output. INPUT equals nil means /dev/null. 1740 discard the output. INPUT equals nil means /dev/null.
1737 1741
17382002-09-12 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 17422002-09-12 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1739 1743
1740 * net/tramp.el (tramp-encoding-shell): Default to environment 1744 * net/tramp.el (tramp-encoding-shell): Default to environment
1741 variable COMSPEC on Windows. 1745 variable COMSPEC on Windows.
@@ -1748,7 +1752,7 @@
1748 Define `result1'. 1752 Define `result1'.
1749 (tramp-parse-hosts-group): Discard IPv6 entries. 1753 (tramp-parse-hosts-group): Discard IPv6 entries.
1750 1754
17512002-09-11 Kai Gro,b_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> 17552002-09-11 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
1752 1756
1753 * net/tramp.el (tramp-post-connection): Only send Perl 1757 * net/tramp.el (tramp-post-connection): Only send Perl
1754 mime-encode/decode implementations when using inline method. 1758 mime-encode/decode implementations when using inline method.
@@ -1771,7 +1775,7 @@
1771 (tramp-get-decoding-function, tramp-set-decoding-function): 1775 (tramp-get-decoding-function, tramp-set-decoding-function):
1772 Old functions, removed. 1776 Old functions, removed.
1773 1777
17742002-09-10 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 17782002-09-10 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1775 1779
1776 * net/tramp.el (tramp-open-connection-setup-interactive-shell): 1780 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1777 Change command to invoke /bin/sh slightly to make it compatible 1781 Change command to invoke /bin/sh slightly to make it compatible
@@ -1782,7 +1786,7 @@
1782 * net/tramp.el (tramp-handle-write-region): Added missing 1786 * net/tramp.el (tramp-handle-write-region): Added missing
1783 `)'. Hope it's the right place. 1787 `)'. Hope it's the right place.
1784 1788
17852002-09-09 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 17892002-09-09 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1786 1790
1787 * net/tramp.el (tramp-open-connection-setup-interactive-shell): 1791 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1788 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in 1792 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
@@ -1836,7 +1840,7 @@
1836 `tramp-get-completion-su' (the previous place for this stuff) 1840 `tramp-get-completion-su' (the previous place for this stuff)
1837 doesn't exist any longer. 1841 doesn't exist any longer.
1838 1842
18392002-09-07 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 18432002-09-07 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1840 1844
1841 * net/tramp.el (tramp-enter-password): 1845 * net/tramp.el (tramp-enter-password):
1842 Use `tramp-password-end-of-line' to terminate the line. 1846 Use `tramp-password-end-of-line' to terminate the line.
@@ -1848,7 +1852,7 @@
1848 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end 1852 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
1849 of line of the output delimiter. 1853 of line of the output delimiter.
1850 1854
18512002-09-06 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 18552002-09-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1852 1856
1853 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell) 1857 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
1854 (tramp-open-connection-setup-interactive-shell): Add some comments 1858 (tramp-open-connection-setup-interactive-shell): Add some comments
@@ -1866,7 +1870,7 @@
1866 (tramp-completion-mode): Replace `last-input-char' by modern 1870 (tramp-completion-mode): Replace `last-input-char' by modern
1867 `last-input-event'. Check for `event-modifiers'. 1871 `last-input-event'. Check for `event-modifiers'.
1868 1872
18692002-09-06 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 18732002-09-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1870 1874
1871 * net/tramp.el (file-expand-wildcards): Corrected check to see if 1875 * net/tramp.el (file-expand-wildcards): Corrected check to see if
1872 advising is necessary. 1876 advising is necessary.
@@ -1987,7 +1991,7 @@
1987 (tramp-completion-handle-file-name-all-completions): 1991 (tramp-completion-handle-file-name-all-completions):
1988 Apply `tramp-completion-run-real-handler'. 1992 Apply `tramp-completion-run-real-handler'.
1989 (tramp-parse-rhosts) 1993 (tramp-parse-rhosts)
1990 (tramp-parse-shosts): Use `with-temp-buffer'. `result,b4(B renamed to 1994 (tramp-parse-shosts): Use `with-temp-buffer'. `result,B.(B renamed to
1991 `res' (otherwise side effects in XEmacs). 1995 `res' (otherwise side effects in XEmacs).
1992 1996
19932002-08-24 Michael Albinus <Michael.Albinus@alcatel.de> 19972002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
@@ -2066,13 +2070,13 @@
2066 list in order to avoid nested lists, f.e. when invoked from 2070 list in order to avoid nested lists, f.e. when invoked from
2067 `tramp-handle-dired-call-process'. 2071 `tramp-handle-dired-call-process'.
2068 2072
20692002-09-05 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 20732002-09-05 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2070 2074
2071 * net/tramp.el (tramp-chunksize): New kluge variable. 2075 * net/tramp.el (tramp-chunksize): New kluge variable.
2072 (tramp-send-region): If tramp-chunksize is non-nil, send region in 2076 (tramp-send-region): If tramp-chunksize is non-nil, send region in
2073 parts and sleep 0.1 seconds between chunks. 2077 parts and sleep 0.1 seconds between chunks.
2074 2078
20752002-09-03 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 20792002-09-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2076 2080
2077 * net/tramp.el (tramp-handle-insert-directory): 2081 * net/tramp.el (tramp-handle-insert-directory):
2078 Use `insert-buffer-substring' instead of `insert-buffer', which is not 2082 Use `insert-buffer-substring' instead of `insert-buffer', which is not
@@ -2083,12 +2087,12 @@
2083 (file-expand-wildcards): Don't advise unless "[" and "]" are used 2087 (file-expand-wildcards): Don't advise unless "[" and "]" are used
2084 in the filename format. 2088 in the filename format.
2085 2089
20862002-09-01 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 20902002-09-01 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2087 2091
2088 * net/tramp.el (tramp-methods): Remove duplicate definition of 2092 * net/tramp.el (tramp-methods): Remove duplicate definition of
2089 ssh1-old and ssh2-old. 2093 ssh1-old and ssh2-old.
2090 2094
20912002-09-22 Kai Gro,b_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> 20952002-09-22 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
2092 2096
2093 * dired.el (dired-insert-directory): Always add "--dired" to to 2097 * dired.el (dired-insert-directory): Always add "--dired" to to
2094 SWITCHES for remote files. 2098 SWITCHES for remote files.
@@ -2645,7 +2649,7 @@
2645 (ps-print-color-p, ps-page-dimensions-database): Autoload var. 2649 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
2646 (ps-print-code, ps-print-preprint-region): Adjust code. 2650 (ps-print-code, ps-print-preprint-region): Adjust code.
2647 2651
26482002-09-10 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 26522002-09-10 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2649 2653
2650 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in 2654 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
2651 emacs-lisp-mode, like ~/.emacs. 2655 emacs-lisp-mode, like ~/.emacs.
@@ -4491,7 +4495,7 @@
4491 (encode-char): Use ucs-mule-to-mule-unicode. 4495 (encode-char): Use ucs-mule-to-mule-unicode.
4492 4496
4493 * international/characters.el: Fix settings of U+2000-U+2027. 4497 * international/characters.el: Fix settings of U+2000-U+2027.
4494 Remove $,1uf(B. 4498 Remove $(C'Y(B.
4495 4499
4496 * international/mule-cmds.el (locale-language-names): Fix be, add 4500 * international/mule-cmds.el (locale-language-names): Fix be, add
4497 sr_YU@cyrillic, modify tg. 4501 sr_YU@cyrillic, modify tg.