Dave Love
6b8a0b2d41
*** empty log message ***
2000-11-01 19:16:06 +00:00
Dave Love
02af1bf14a
(elp-restore-function): Remove autoload
...
cookie.
2000-11-01 19:14:57 +00:00
Dave Love
1c33719f14
(base64): Require unconditionally.
...
(message-posting-charset): Defvar when compiling.
(rfc2047-encode-message-header, rfc2047-encodable-p): Require
message.
2000-11-01 19:07:36 +00:00
Dave Love
08c9a3850d
(nnoo): Require.
...
(mm-uu-dissect): Autoload.
2000-11-01 19:02:48 +00:00
Dave Love
35f4f38001
Change Maintainer
2000-11-01 19:01:17 +00:00
Dave Love
8538cc2a48
(mml-parse-1): Clarify message.
...
(mml-minibuffer-read-type): Use mailcap-mime-types.
2000-11-01 18:59:45 +00:00
Stefan Monnier
160ff4e59d
*** empty log message ***
2000-11-01 16:27:08 +00:00
Dave Love
e017ba356d
2000-11-01 ShengHuo ZHU <zsh@cs.rochester.edu>
...
* rfc2231.el: Require cl when compiling.
2000-11-01 15:08:23 +00:00
Dave Love
44d5f5760f
(mm-uu-decode-function, mm-uu-binhex-decode-function):
...
Fix custom type.
(mm-uu-configure-list): Move and fix custom type.
2000-11-01 14:54:52 +00:00
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