1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-28 10:51:29 -08:00
Commit graph

17351 commits

Author SHA1 Message Date
Dave Love
5ce3df5708 Require cl when compiling. 2000-11-01 14:48:17 +00:00
Dave Love
dd8955f010 Use (featurep 'xemacs).
(binhex-char-int): New alias, replacing char-int.
Change callers.
(binhex-decode-region): Simplify work buffer code.
(binhex-decode-region-external): Use expand-file-name, not concat.
2000-11-01 14:46:55 +00:00
Miles Bader
5bf9910044 (diary-face, holiday-face): Add dark-background variants. 2000-11-01 09:11:58 +00:00
Sam Steingold
a403261168 use default-directory when tex-main-file has no directory 2000-10-31 21:31:55 +00:00
Gerd Moellmann
2f6707adae *** empty log message *** 2000-10-31 21:24:31 +00:00
Stefan Monnier
c286608e91 *** empty log message *** 2000-10-31 21:07:05 +00:00
Stefan Monnier
b92aaee07c (custom-mode-map): Switch back to a sparse keymap. 2000-10-31 21:06:51 +00:00
Thien-Thi Nguyen
4836835a23 *** empty log message *** 2000-10-31 18:14:00 +00:00
Thien-Thi Nguyen
acce6d21f9 (ediff-prepare-buffer-hook): Expand docstring, no functional change. 2000-10-31 18:05:59 +00:00
Gerd Moellmann
26dcb81b52 *** empty log message *** 2000-10-31 16:59:46 +00:00
Gerd Moellmann
648ec2ff27 (find-file-noselect): When we expand a wildcard, return
a list of buffers, as we should do according to the doc string.
2000-10-31 16:55:23 +00:00
Ken Raeburn
49fc45009e * loadup.el (top level): Adjust load path if program name is
"../src/bootstrap-emacs", in case it's not dumped and thus the load path
adjustment hasn't already been done.
2000-10-31 15:58:25 +00:00
Dave Love
4edc4a39e6 (elp-unload-hook): New function. 2000-10-31 12:05:34 +00:00
Dave Love
3eef341ac1 (unload-feature): Call elp-restore-function,
checking for symbols; don't use elp-restore-all.
(loadhist-hook-functions): Doc fix.
2000-10-31 12:02:51 +00:00
Gerd Moellmann
9e20722fec Little programming improvement.
(delimit-columns-str): New macro.
(delimit-columns-region, delimit-columns-rectangle): Code fix.
2000-10-31 11:57:12 +00:00
Gerd Moellmann
ea0c615db0 Fix bug on selected pages for printing. Use
`color-values' for Emacs 21.  Ensure fontification when jit-lock
is on.  Try to avoid warning messages when compiling.  Doc Fix.
(ps-print-version): New version number (6.3).
(ps-color-device): Use `color-values' to determine if device
supports color.
(ps-color-values): Try to use `x-color-values' when using XEmacs.
(ps-print-page-p): Changed from defsubst to defun.
(ps-page-number): Changed from defmacro to defun.
(ps-header-sheet, ps-header-page): Fix bug on selected pages for
printing.
(ps-print-ensure-fontified): Ensure fontification when jit-lock is
on.
(ps-end-file, ps-dummy-page): Funs eliminated.
(ps-print-color-scale): Changed default value.
(ps-page-n-up, ps-print-page-p): New internal vars.
(ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
(ps-plot-region, ps-generate, ps-end-job): Code fix.
2000-10-31 11:54:38 +00:00
Kenichi Handa
dfc064f2b5 (decode-mac-roman, encode-mac-roman, mac-roman): Moved to european.el.
(ccl-encode-mac-roman-font, fontset-mac): Modified for
mule-unicode-2500-33ff and mule-unicode-e000-ffff.
(mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
(mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
2000-10-31 04:17:17 +00:00
Kenichi Handa
d7a0fd0086 *** empty log message *** 2000-10-31 04:16:17 +00:00
Dave Love
234be340d8 (imenu-generic-expression)
(imenu-progress-message): Only defvar when compiling.
2000-10-30 19:59:09 +00:00
Dave Love
4325195cd6 Fix 2000-10-27 change properly. 2000-10-30 19:10:33 +00:00
Stefan Monnier
70c825df44 *** empty log message *** 2000-10-30 15:21:36 +00:00
Stefan Monnier
f077c4622f (log-edit-confirm): Fix the default. 2000-10-30 14:28:30 +00:00
Gerd Moellmann
1d3baf7487 *** empty log message *** 2000-10-30 12:51:38 +00:00
Gerd Moellmann
35923e46af Little fix: replace delimit-columns-align-columns by
delimit-columns-format.
(delimit-columns-region, delimit-columns-rectangle): Code fix.
2000-10-30 12:14:11 +00:00
Miles Bader
207701925a (comint-get-old-input-default): Reword error message. 2000-10-30 06:25:26 +00:00
Miles Bader
1ec321a750 (comint-replace-by-expanded-history): Don't use
comint-get-old-input (we're not looking at *old* input).
(comint-get-old-input-default): If using fields, signal an error
when the point is not in an input field.
2000-10-30 06:22:20 +00:00
Michael Kifer
fda2ce246a 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-wind.el (ediff-setup-control-frame): enclose
	face-attribute in condition-case to avoid errors in older emacsen.
2000-10-30 02:16:11 +00:00
Kenichi Handa
71070f12e7 (mac-roman-decoder, mac-roman-encoder): New translation tables.
(decode-mac-roman, encode-mac-roman): Definition of these CCL
programs are modified and moved from mac-win.el.
(mac-roman): Definition of this coding system is modified and
moved from mac-win.el.
2000-10-30 01:37:20 +00:00
Kenichi Handa
adbff2a719 (fontset-default): Modified for mule-unicode-2500-33ff and
mule-unicode-e000-ffff.
(x-font-name-charset-alist): Likewise.
(ccl-encode-unicode-font): New CCL program.  Record it in
font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2000-10-30 01:36:20 +00:00
Kenichi Handa
a89f541b4a (encode-coding-char): Check property safe-chars instead of
safe-charsets.
2000-10-30 01:34:41 +00:00
Kenichi Handa
fa0cb51dd0 *** empty log message *** 2000-10-30 01:33:12 +00:00
Kenichi Handa
cc57cc54dc (decode-char, encode-char): New functions.
(make-coding-system): Accept a symbol of translation table as a
value of property `safe-chars'.
2000-10-30 01:32:44 +00:00
Kenichi Handa
e98a6f1c26 New charsets mule-unicode-2500-33ff and mule-unicode-e000-ffff. 2000-10-30 01:31:33 +00:00
Kenichi Handa
70737ea907 *** empty log message *** 2000-10-30 01:30:50 +00:00
Kai Großjohann
d09b9dbd23 bogus commit 2000-10-29 17:56:57 +00:00
Kai Großjohann
1da437e9a8 install-info syntax compat change. 2000-10-29 17:36:49 +00:00
Eli Zaretskii
0467b0768f Format fixes in latest entries. 2000-10-29 16:42:51 +00:00
Miles Bader
710fb9d795 (custom-add-to-group): Remove debugging code. 2000-10-29 14:54:58 +00:00
Miles Bader
dd4d3cb624 (custom-add-to-group): Allow multiple entries for a given value OPTION,
as long as their widget types are different.
2000-10-29 14:51:24 +00:00
Miles Bader
a62ebc520c (custom-face-value-create): If face name doesn't end with "face", add
such here (similar to custom group widgets).
2000-10-29 14:49:01 +00:00
Miles Bader
053457f406 (comint-highlight-prompt): Add :type. 2000-10-29 14:48:11 +00:00
John Wiegley
dace60cfea See ChangeLog 2000-10-29 05:18:48 +00:00
Michael Kifer
657f9cb8b7 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
* viper-cmd.el (viper-preserve-cursor-color): new test that avoids
	rewrawing the screen when changing cursor color.
	(viper-insert-state-pre-command-sentinel,
	viper-replace-state-pre-command-sentinel,
	viper-replace-state-post-command-sentinel): use
	viper-preserve-cursor-color.
	Many functions changed to use viper= instead of = when comparing
	characters.
	* viper-util.el (viper-memq-char,viper=): new functions for
	working with characters.
	(viper-change-cursor-color): fixed buglet.
	Many functions changed to use viper= instead of = when comparing
	characters.
	* viper.el (viper-insert-state-mode-list): added eshell.

	* ediff-init.el (ediff-before-setup-hook): new hook.
	Several typos fixed in various docstrings.
	* ediff-merg.el (ediff-show-clashes-only): docstring typo fixed.
	* ediff-nult.el (ediff-before-session-group-setup-hooks): new
	hook.
	(ediff-show-meta-buffer): run ediff-before-session-group-setup-hooks.
	* ediff-util.el (ediff-setup): run ediff-before-setup-hook.
	(ediff-other-buffer): use selected buffers if in Buffer-menu buffer.
	(ediff-get-selected-buffers): new function.
	* ediff-vers.el (ediff-vc-internal,ediff-rcs-internal,
	ediff-vc-merge-internal,ediff-rcs-merge-internal): use
	save-window-excursion.
	* ediff-wind.el (ediff-skip-unsuitable-frames): more robust
	termination check in while loop.
	* ediff.el (ediff-get-default-file-name): better defaults when in
	dired buffer.
	(ediff-files,ediff-merge-files,ediff-files3,
	ediff-merge-files-with-ancestor): use ediff-get-default-file-name.
2000-10-29 04:56:45 +00:00
Dave Love
4f490d995d *** empty log message *** 2000-10-28 21:30:03 +00:00
Dave Love
f7902bdcc9 (Info-fontify-node): Add help-echo for menu items. 2000-10-28 18:56:05 +00:00
Eli Zaretskii
5ebc02b365 (normal-top-level): If the value of $TERM indicates that
we are running from xterm or one of its work-alikes, default to a
light background mode.
2000-10-28 18:48:08 +00:00
Eli Zaretskii
45b84006f3 *** empty log message *** 2000-10-28 17:25:46 +00:00
Eli Zaretskii
f30846b1a8 (x-long-option-alist, msdos-handle-args): Remove;
startup.el now does that for all character-terminal frames.
2000-10-28 17:19:36 +00:00
Eli Zaretskii
c381f482ac (tty-long-option-alist): New variable.
(tty-handle-args): New function.
(command-line): Call tty-handle-args.
2000-10-28 17:18:59 +00:00
Eli Zaretskii
42002db50d (frame-notice-user-settings): Don't apply
default-frame-alist and initial-frame-alist to MS-DOS frames.
Call tty-handle-reverse-video, frame-set-background-mode, and
face-set-after-frame-default for non-MS-DOS frames.
2000-10-28 17:18:21 +00:00