Dave Love
a553a9f527
(rfc2047-fold-region): Don't forward-char at EOB.
...
(message-posting-charset): Defvar when compiling again.
(rfc2047-encodable-p): Require message.
2001-02-08 19:26:36 +00:00
Stefan Monnier
d8e675f595
(w32_set_scroll_bar_thumb): Use double' for
range' to avoid overflow.
2001-02-08 15:07:23 +00:00
Dave Love
1d279666f4
*** empty log message ***
2001-02-08 11:40:23 +00:00
Francesco Potortì
7df65e9168
Correct recent instances of my mail address to
...
Francesco Potorti` <pot@gnu.org>
2001-02-08 10:25:31 +00:00
Kenichi Handa
88557bda57
*** empty log message ***
2001-02-08 06:31:18 +00:00
Dave Love
b4ef971d22
(gnus-score-after-write-file-function): Fix :type.
2001-02-08 00:26:17 +00:00
Dave Love
8fc7a9a170
(gnus-alter-articles-to-read-function): Fix :type.
2001-02-08 00:21:04 +00:00
Dave Love
a430ca8886
(pong-blank-color, pong-bat-color)
...
(pong-ball-color, pong-border-color, pong-left-key)
(pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
(pong-pause-key, pong-resume-key, pong-timer-delay): Fix :type.
2001-02-08 00:05:15 +00:00
Dave Love
f37489e672
(mh-compose-letter-function): Fix :type.
2001-02-08 00:01:35 +00:00
Dave Love
6a44f20fb5
(eshell-skip-prompt-function): Fix :type.
2001-02-07 23:59:40 +00:00
Dave Love
fc31a1c3e1
(eshell-cannot-leave-input-list): Remove
...
`backward-line'.
2001-02-07 23:58:30 +00:00
Dave Love
ee6a34366e
(ex-unix-type-shell-options): Fix :type.
2001-02-07 23:56:22 +00:00
Dave Love
b2639d518a
(recentf-menu-filter): Fix :type.
2001-02-07 23:51:21 +00:00
Dave Love
942a1d58ad
(ps-print-region-function): Fix :type.
2001-02-07 23:43:05 +00:00
Dave Love
53c9f0fa7d
(print-region-function): Fix :type.
2001-02-07 23:42:10 +00:00
Dave Love
4c1fc0f6a8
(forms-mode-hooks): Fix :type.
2001-02-07 23:40:52 +00:00
Dave Love
4dfb07fd32
(dirtrack-directory-change-hook): Fix :type.
2001-02-07 23:38:46 +00:00
Dave Love
4cb464b7a9
(temp-buffer-show-function, display-buffer-function): Fix :type.
2001-02-07 23:36:32 +00:00
Dave Love
b3df462253
(spell-filter): Fix :type.
2001-02-07 23:34:37 +00:00
Dave Love
8919155a8f
(sentence-end): Doc fix.
2001-02-07 23:33:35 +00:00
Dave Love
ef4d4394bf
(adaptive-fill-function): Fix :type
2001-02-07 23:31:57 +00:00
Dave Love
b4a64de468
(bibtex-autokey-before-presentation-function): Fix :type.
2001-02-07 23:30:40 +00:00
Dave Love
d639db3627
(find-tag-default-function): Fix :type.
2001-02-07 23:29:06 +00:00
Dave Love
48c9c43920
(dcl-calc-command-indent-function): Fix :type.
2001-02-07 23:28:21 +00:00
Dave Love
7c5fd35547
(ada-popup-key): Fix :type.
2001-02-07 23:25:59 +00:00
Dave Love
2dc0d85197
Remove cus-load.el.
2001-02-07 23:06:47 +00:00
ShengHuo ZHU
1653df0fbb
2001-02-07 ShengHuo ZHU <zsh@cs.rochester.edu>
...
* message.el (message-make-forward-subject): Argument decoded.
(message-forward): Use it when digest.
* gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
buffer.
* gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
in Emacs.
* gnus-art.el (gnus-article-make-menu-bar): Make
gnus-article-post-menu.
2001-02-07 22:08:26 +00:00
Eli Zaretskii
751d3bc411
(viper-fast-keyseq-timeout, viper-translate-all-ESC-keysequences): Doc fix.
...
From Jim Meyering <jim@meyering.net>.
2001-02-07 16:30:51 +00:00
Eli Zaretskii
92b432e856
Document what does mouse-3 do on the mode line if there's only one window.
2001-02-07 13:50:12 +00:00
Eli Zaretskii
6f67610990
Revert last change.
2001-02-07 05:48:08 +00:00
Eli Zaretskii
1399fef0f0
Fix the @direntry format (it lacked the file name).
2001-02-07 05:32:15 +00:00
Kenichi Handa
740f080d09
(parse_str_to_multibyte): New function.
2001-02-07 04:24:49 +00:00
Kenichi Handa
347abaf721
(parse_str_to_multibyte): Extern it.
2001-02-07 04:24:28 +00:00
Kenichi Handa
a76ef35dce
(print_string): If we are going to print a unibyte
...
string into a multibyte buffer, convert the string to multibyte by
str_to_multibyte.
2001-02-07 04:24:14 +00:00
Kenichi Handa
bd503487d8
*** empty log message ***
2001-02-07 04:23:59 +00:00
Kenichi Handa
f4a012a685
(transform-make-coding-system-args): Make
...
it work also for coding systems not using CCL.
2001-02-06 23:39:26 +00:00
Kenichi Handa
d3c26cdf9e
*** empty log message ***
2001-02-06 23:39:10 +00:00
Andrew Innes
a8370d728c
(select_palette): Do nothing if palette hasn't yet
...
been created. It seems we can get sent window messages such as
WM_ERASEBKGND before we properly update a frame.
2001-02-06 22:20:12 +00:00
Eli Zaretskii
98c4a0745f
Use @set and @value to avoid changing the edition and the Emacs version
...
number in several places.
2001-02-06 21:02:03 +00:00
Eli Zaretskii
9889af089d
(previous-matching-history-element, next-matching-history-element): Doc fix.
2001-02-06 19:39:07 +00:00
Eli Zaretskii
4480698087
*** empty log message ***
2001-02-06 17:38:15 +00:00
Eli Zaretskii
e349099a81
Load ccl before utf-8; don't load ccl in the ms-dos
...
specific case.
2001-02-06 17:34:40 +00:00
Dave Love
1e36ff6856
*** empty log message ***
2001-02-06 17:32:36 +00:00
Dave Love
cea3855adc
(add-log-current-defun-function)
...
(add-log-buffer-file-name-function, add-log-file-name-function):
Fix :type.
(change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2001-02-06 17:25:36 +00:00
Eli Zaretskii
fecd556a3b
(info-initialize): Remove the test for system-type when
...
invocation-directory is non-nil.
2001-02-06 17:15:39 +00:00
Eli Zaretskii
c7ca58df3b
(makefile-mode): Set SYNTAX-BEGIN member
...
of `font-lock-defaults' to `backward-paragraph' rather than nil.
2001-02-06 17:10:29 +00:00
Dave Love
b03b1ad2b0
(quoted-printable-encode-region): Remove redundant code
...
from last change.
2001-02-06 16:41:43 +00:00
Andrew Innes
bc4016af93
Convert back to Unix line endings.
2001-02-06 15:59:00 +00:00
Andrew Innes
587b573788
(EMACS): Use $(THISDIR) to make emacs.exe path
...
absolute.
2001-02-06 15:52:22 +00:00
Gerd Moellmann
baf7eee447
*** empty log message ***
2001-02-06 15:47:40 +00:00