comparison lisp/ChangeLog @ 48295:4fc880cb2d5c

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 14 Nov 2002 07:05:29 +0000
parents 4ac82d1b052d
children 15718dea6555
comparison
equal deleted inserted replaced
48294:284b6e04edbe 48295:4fc880cb2d5c
1 2002-11-14 Kenichi Handa <handa@m17n.org>
2
3 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
4
1 2002-11-14 Kim F. Storm <storm@cua.dk> 5 2002-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.
4 (fill-nobreak-p): Test it; return t if set and point invisible. 8 (fill-nobreak-p): Test it; return t if set and point invisible.
5 (fill-newline): Test it; remove invisible prop on newline if set. 9 (fill-newline): Test it; remove invisible prop on newline if set.
1227 1231
1228 * startup.el (user-mail-address): Initialize to a useful value 1232 * startup.el (user-mail-address): Initialize to a useful value
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
1232 2002-09-29 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1236 2002-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):
1236 Rename "*-old" methods to "*_old". From Michael Albinus. 1240 Rename "*-old" methods to "*_old". From Michael Albinus.
1237 (tramp-completion-function-alist): 1241 (tramp-completion-function-alist):
1615 default-coding-system gives nil which was then used in `min'. 1619 default-coding-system gives nil which was then used in `min'.
1616 1620
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
1620 2002-09-22 Kai Gro,b_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> 1624 2002-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)
1624 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but 1628 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
1625 `add-to-list' for performance reasons. 1629 `add-to-list' for performance reasons.
1632 completely, and it returns local completions as well. 1636 completely, and it returns local completions as well.
1633 (tramp-completion-function-alist-ftp): New constant. 1637 (tramp-completion-function-alist-ftp): New constant.
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
1637 2002-09-22 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1641 2002-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
1641 known, return a useful result. Better error message in case one 1645 known, return a useful result. Better error message in case one
1642 is a Tramp file and one isn't. 1646 is a Tramp file and one isn't.
1646 (tramp-open-connection-setup-interactive-shell) 1650 (tramp-open-connection-setup-interactive-shell)
1647 (tramp-post-connection, tramp-maybe-open-connection) 1651 (tramp-post-connection, tramp-maybe-open-connection)
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
1651 2002-09-22 Kai Gro,b_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> 1655 2002-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
1655 2002-09-20 Kai Gro,b_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> 1659 2002-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.
1659 (tramp-user-regexp, tramp-host-regexp): Allow empty strings. 1663 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
1660 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer 1664 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
1679 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now 1683 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
1680 takes USER and HOST arguments, to be able to use 1684 takes USER and HOST arguments, to be able to use
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
1684 2002-09-20 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1688 2002-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
1689 2002-09-18 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1693 2002-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
1693 2002-09-17 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1697 2002-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
1697 2002-09-16 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1701 2002-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
1701 2002-09-16 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1705 2002-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,
1705 tramp-encoding-function and tramp-decoding-function are not 1709 tramp-encoding-function and tramp-decoding-function are not
1706 parameters anymore. 1710 parameters anymore.
1707 (tramp-uuencode-region): Autoload it. 1711 (tramp-uuencode-region): Autoload it.
1708 1712
1709 2002-09-13 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1713 2002-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
1713 * net/tramp-uu.el: New file, implements uuencode in Lisp. 1717 * net/tramp-uu.el: New file, implements uuencode in Lisp.
1714 1718
1715 * net/tramp.el (tramp-coding-commands): 1719 * net/tramp.el (tramp-coding-commands):
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
1719 2002-09-13 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1723 2002-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
1723 2002-09-13 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1727 2002-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
1727 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate 1731 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
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
1731 2002-09-12 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1735 2002-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
1738 2002-09-12 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1742 2002-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.
1742 (tramp-handle-write-region): More debugging output. 1746 (tramp-handle-write-region): More debugging output.
1743 (tramp-find-inline-encoding): Ditto. 1747 (tramp-find-inline-encoding): Ditto.
1746 1750
1747 * net/tramp.el (tramp-completion-handle-file-name-all-completions): 1751 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1748 Define `result1'. 1752 Define `result1'.
1749 (tramp-parse-hosts-group): Discard IPv6 entries. 1753 (tramp-parse-hosts-group): Discard IPv6 entries.
1750 1754
1751 2002-09-11 Kai Gro,b_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> 1755 2002-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.
1755 (tramp-handle-file-local-copy) 1759 (tramp-handle-file-local-copy)
1756 (tramp-handle-write-region, tramp-post-connection) 1760 (tramp-handle-write-region, tramp-post-connection)
1769 (tramp-get-decoding-command, tramp-set-decoding-command) 1773 (tramp-get-decoding-command, tramp-set-decoding-command)
1770 (tramp-get-encoding-function, tramp-set-encoding-function) 1774 (tramp-get-encoding-function, tramp-set-encoding-function)
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
1774 2002-09-10 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1778 2002-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
1778 with the `rc' shell. Suggested by Daniel Pittman. 1782 with the `rc' shell. Suggested by Daniel Pittman.
1779 1783
1780 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de> 1784 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
1781 1785
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
1785 2002-09-09 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1789 2002-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
1789 order to get a sane shell prompt. If people have ${CWD}, say, in 1793 order to get a sane shell prompt. If people have ${CWD}, say, in
1790 their shell prompt, then the default login shell might display 1794 their shell prompt, then the default login shell might display
1834 in `tramp-completion-function-alist'. 1838 in `tramp-completion-function-alist'.
1835 (tramp-parse-passwd): Added exception handling for "root", because 1839 (tramp-parse-passwd): Added exception handling for "root", because
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
1839 2002-09-07 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1843 2002-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.
1843 (tramp-bug): Include new variable `tramp-password-end-of-line'. 1847 (tramp-bug): Include new variable `tramp-password-end-of-line'.
1844 (tramp-password-end-of-line): New variable. People who use plink 1848 (tramp-password-end-of-line): New variable. People who use plink
1846 they need to send just "\n" after the other commands. So this 1850 they need to send just "\n" after the other commands. So this
1847 variable was introduced to complement `tramp-rsh-end-of-line'. 1851 variable was introduced to complement `tramp-rsh-end-of-line'.
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
1851 2002-09-06 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1855 2002-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
1855 about Douglas Grey Stephen's suggestions to make Tramp work better 1859 about Douglas Grey Stephen's suggestions to make Tramp work better
1856 with plink under Windows. I'm not sure what to think of them, but 1860 with plink under Windows. I'm not sure what to think of them, but
1864 (tramp-get-completion-user-host): Accept user names as they are if 1868 (tramp-get-completion-user-host): Accept user names as they are if
1865 typed until "@". 1869 typed until "@".
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
1869 2002-09-06 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1873 2002-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.
1873 1877
1874 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de> 1878 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
1985 (tramp-completion-run-real-handler): New functions. 1989 (tramp-completion-run-real-handler): New functions.
1986 (tramp-completion-file-name-handler) 1990 (tramp-completion-file-name-handler)
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
1993 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de> 1997 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
1994 1998
1995 * net/tramp.el (tramp-completion-file-name-regexp) 1999 * net/tramp.el (tramp-completion-file-name-regexp)
2064 exist already elsewhere in the libraries. 2068 exist already elsewhere in the libraries.
2065 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter 2069 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
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
2069 2002-09-05 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 2073 2002-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
2075 2002-09-03 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 2079 2002-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
2079 supposed to be used from Lisp. Remember old point in a variable 2083 supposed to be used from Lisp. Remember old point in a variable
2080 instead of using `mark'. Suggestion from Stefan Monnier. 2084 instead of using `mark'. Suggestion from Stefan Monnier.
2081 (tramp-unified-filenames): New variable. Use it in default value 2085 (tramp-unified-filenames): New variable. Use it in default value
2082 of other filename variables. 2086 of other filename variables.
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
2086 2002-09-01 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 2090 2002-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
2091 2002-09-22 Kai Gro,b_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> 2095 2002-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.
2095 * files.el (insert-directory): Comment saying that "--dired" 2099 * files.el (insert-directory): Comment saying that "--dired"
2096 might be in the SWITCHES. 2100 might be in the SWITCHES.
2643 XEmacs version check was adjusted. 2647 XEmacs version check was adjusted.
2644 (ps-print-version): New version number (6.5.6). 2648 (ps-print-version): New version number (6.5.6).
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
2648 2002-09-10 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 2652 2002-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.
2652 2656
2653 2002-09-10 Stefan Monnier <monnier@cs.yale.edu> 2657 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
4489 * international/mule.el (define-translation-hash-table): New. 4493 * international/mule.el (define-translation-hash-table): New.
4490 (decode-char): Use utf-8-translation-table-for-decode. 4494 (decode-char): Use utf-8-translation-table-for-decode.
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.
4498 (locale-charset-language-names): Put @euro last. 4502 (locale-charset-language-names): Put @euro last.
4499 4503