1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
Commit Graph

16760 Commits

Author SHA1 Message Date
Carsten Dominik
ba4c05aa6e Fixed copyright notice. 2000-12-19 11:15:38 +00:00
Carsten Dominik
4e33ebe073 (reftex-view-crossref): added SPACE and TAB as key separators. 2000-12-19 11:09:28 +00:00
Carsten Dominik
cc24d91cda *** empty log message *** 2000-12-19 11:08:45 +00:00
Gerd Moellmann
524c8caf60 (sql-sybase-options): New option.
(sql-sybase): Use it.  Add sql-database to the list of parameters
provided for login.  The options -w 2048 -n are not used any more.
(sql-postgres-options): Changed default from "--pset" to "-P".
(sql-mysql-options): Doc change.
(sql-stop): Doc change.
2000-12-19 10:09:25 +00:00
Gerd Moellmann
7eca557bc9 *** empty log message *** 2000-12-19 10:06:36 +00:00
Miles Bader
b6ea4b21de Remove duplicate log entry. 2000-12-19 03:09:13 +00:00
Kenichi Handa
e2c3fbf3b8 (quail-input-method): Always hide the guidance buffer on exiting. 2000-12-19 00:58:00 +00:00
Kenichi Handa
b5fa513d57 *** empty log message *** 2000-12-19 00:53:52 +00:00
Dave Love
22adbe5460 *** empty log message *** 2000-12-18 17:16:32 +00:00
Gerd Moellmann
c6da4eb44f (tooltip-mode): Signal an error if x-show-tip
isn't fboundp.
2000-12-18 17:11:17 +00:00
Dave Love
6d34f49569 (set-keyboard-coding-system): Doc fix.
(keyboard-coding-system): New option.
2000-12-18 17:10:08 +00:00
Dave Love
15d0c9b1d5 (mail-user-agent): Doc fix.
(input-mode-8-bit): Removed.
2000-12-18 17:09:42 +00:00
Gerd Moellmann
3d2a0e0b7b (server-buffer-done): Bury the buffer before
killing it.
2000-12-18 17:01:16 +00:00
Gerd Moellmann
91c9e6ce1d *** empty log message *** 2000-12-18 15:40:18 +00:00
Gerd Moellmann
c242484757 (face-spec-set): Interpret a nil in specs for
foreground and background colors as `unspecified', for
compatibility with 20.x.
2000-12-18 15:05:02 +00:00
Dave Love
c5dfddb64f Fix last check-in. 2000-12-18 13:57:32 +00:00
Gerd Moellmann
cfec635c0c Set version to 21.0.95. 2000-12-18 13:50:14 +00:00
Dave Love
40fa000821 (send-mail-function): Customize. 2000-12-18 13:48:34 +00:00
Eli Zaretskii
6f4745e2e6 *** empty log message *** 2000-12-18 13:28:31 +00:00
Gerd Moellmann
52d8e4ff0e *** empty log message *** 2000-12-18 13:17:24 +00:00
Dave Love
d49a49759d Add some commentary. 2000-12-18 12:54:50 +00:00
Eli Zaretskii
573191a153 (cp866-decode-table): New table. 2000-12-18 12:36:36 +00:00
Dave Love
2a64f8c22a *** empty log message *** 2000-12-18 12:36:31 +00:00
Dave Love
a32c5b03a4 (news-setup, news-reply-mode): Don't autoload
(unused).
2000-12-18 12:36:19 +00:00
Gerd Moellmann
82b90229c2 (emacs-version): Remove `%a' from the time format
because the weekday doesn't fit well into each locale.
2000-12-18 12:12:09 +00:00
Eli Zaretskii
22ea260792 Exchange order of last two entries, to make them chronological. 2000-12-18 10:27:06 +00:00
Stefan Monnier
3f5dc0b030 Typo. 2000-12-18 03:19:54 +00:00
Stefan Monnier
73eff59992 (cvs-diff-backup-extractor): Return full-path for file.
(cvs-execute-single-file): Don't change directory.
Patch from Per Cederqvist.
2000-12-18 03:17:46 +00:00
Stefan Monnier
c64c05511b Remove useless Version. 2000-12-18 03:17:31 +00:00
Miles Bader
7f49aa0734 (image-file-name-extensions): Add "pgm" and "ppm". 2000-12-18 02:18:21 +00:00
Miles Bader
5a04700221 (artist-replace-chars, artist-replace-char):
Check that emacs-major-version is `=' to 20, not `>='.
(artist-replace-chars): Use `make-string' instead of a loop.
2000-12-18 01:18:43 +00:00
Eli Zaretskii
6c825f8e50 *** empty log message *** 2000-12-16 15:33:58 +00:00
Eli Zaretskii
6ef3fdfb94 (check-ispell-version): If
`ispell-program-name' is "aspell", pass it the -v switch instead
of -vv.
2000-12-16 15:13:31 +00:00
Kenichi Handa
cbbe648933 (mule-diag): Insert information about
configure options, multibyte awareness, language env.
2000-12-16 01:44:39 +00:00
Kenichi Handa
af4bb4c8ba *** empty log message *** 2000-12-16 01:44:23 +00:00
Kenichi Handa
8ff0684512 *** empty log message *** 2000-12-16 00:26:08 +00:00
Kenichi Handa
38d777a8f8 (skkdic-get-candidate-list): Fix the regexp to search for candidates. 2000-12-16 00:11:37 +00:00
Eli Zaretskii
b24e84ab41 (Info-forward-node): If the node has an
Info-header-line, widen the buffer before searching for "next:"
and "up:" pointers, and set the search limit to stay in the
current node.
2000-12-15 22:03:05 +00:00
Miles Bader
7981d89f17 (delete-trailing-whitespace): Remove extraneous let. 2000-12-15 16:25:51 +00:00
ShengHuo ZHU
4c4b227a1d 2000-12-15 ShengHuo ZHU <zsh@cs.rochester.edu>
* pop3.el (pop3-movemail): Use binary.
	(pop3-movemail-file-coding-system): Removed.
2000-12-15 15:13:29 +00:00
Miles Bader
88ee791791 *** empty log message *** 2000-12-15 14:18:53 +00:00
Miles Bader
9f62634527 (comint-send-string, comint-send-region): Also accept a buffer, buffer-name,
or nil for PROCESS, for compatibility with process-send-string/region.
2000-12-15 14:09:22 +00:00
Gerd Moellmann
4ea7fdcaa5 *** empty log message *** 2000-12-15 13:59:46 +00:00
Gerd Moellmann
68ebbb959e (isearch-lazy-highlight-max): New user-option.
(isearch-lazy-highlight-update): Don't highlight more than
isearch-lazy-highlight-max matches.
2000-12-15 13:22:21 +00:00
Gerd Moellmann
8062e53a7c *** empty log message *** 2000-12-15 13:01:30 +00:00
Gerd Moellmann
c47e669ba8 (sort-columns): Fix error message. 2000-12-15 13:00:59 +00:00
Gerd Moellmann
0c28d8421e (mh-find-path): Set read-mail-command. 2000-12-15 12:32:33 +00:00
Gerd Moellmann
3ffa545ba6 (dabbrev--last-case-pattern): Value is now
`upcase' or `downcase' or nil.
(dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
Pass new record-case-pattern arg to dabbrev--substitute-expansion.
(dabbrev--substitute-expansion): New arg record-case-pattern.
If it is non-nil, set dabbrev--last-case-pattern.
If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.

(dabbrev--find-expansion): Remove extra nreverse.
2000-12-15 11:51:04 +00:00
Miles Bader
b6348438a2 (Info-default-directory-list): Don't delete configure-info-directory
from the list of standard info directories when appending it to the
end -- their order is important.
2000-12-15 03:54:32 +00:00
Miles Bader
4385f1b08d WS 2000-12-15 03:18:26 +00:00