Gerd Moellmann
4e274a106e
*** empty log message ***
2001-07-10 14:18:41 +00:00
Gerd Moellmann
6ce5615d62
(describe-function-1): When printing FUNCTION's
...
documentation, don't assume FUNCTION is a symbol.
2001-07-10 14:09:30 +00:00
Gerd Moellmann
6b05fae3af
*** empty log message ***
2001-07-10 12:57:08 +00:00
Gerd Moellmann
6a1e7d6714
(normal-top-level): Don't operate on the initial
...
frame if we failed to create one.
2001-07-10 12:55:44 +00:00
Eli Zaretskii
8184a578cd
Fix the header line and the copyright years.
2001-07-10 08:14:32 +00:00
Gerd Moellmann
4033ae9d51
(ad-make-advised-definition): If the
...
original definition has an interactive form, but is Elp
instrumented, use the interactive form of the function called by
elp-wrapper.
2001-07-09 13:06:36 +00:00
Gerd Moellmann
59c2dcf474
(winner-equal): Make it a defun. Don't compare Winner
...
configurations with compare-window-configuration; they aren't
window configurations.
2001-07-09 12:14:45 +00:00
Gerd Moellmann
06c66e1c86
*** empty log message ***
2001-07-09 11:06:29 +00:00
Gerd Moellmann
1d9f4dc126
Cleaned up.
...
From Luis Fernandes <elf@ee.ryerson.ca>.
2001-07-09 10:54:37 +00:00
Gerd Moellmann
524ac5b25a
(ange-ftp-file-modtime): Check a 213 response
...
from the server for the format we expect. Don't use it if it
doesn't look like what the Internet draft for FTP extensions
specifies.
2001-07-09 08:58:38 +00:00
Stefan Monnier
7443aaa688
Extended the kludge to interoperate with the
...
delsel and pending-del packages wrt to the new function
`c-electric-delete-forward'.
2001-07-09 00:49:22 +00:00
Stefan Monnier
851040a566
(define-minor-mode): Use eval-after-load
...
to delay the call to <mode> for global minor modes.
(easy-mmode-define-navigation): Only recenter if interactive.
2001-07-08 22:58:10 +00:00
Gerd Moellmann
a25e82a815
(lisp-mode-shared-map): Bind TAB
...
to lisp-indent-line.
2001-07-06 15:33:36 +00:00
Gerd Moellmann
6573d87f38
(ange-ftp-file-modtime): Ignore 226 responses
...
from the server. Call encode-time only when we are sure that we
got a 213 response.
2001-07-06 14:03:09 +00:00
Gerd Moellmann
383191dbb0
(rmail-reply): Remove misleading comment.
2001-07-06 11:41:47 +00:00
Gerd Moellmann
c1a1fd6070
(mail-specify-envelope-from): Doc fix.
...
(mail-envelope-from): New user option.
(sendmail-send-it): Use it.
2001-07-06 10:31:11 +00:00
Gerd Moellmann
a2cc5c4f18
(rmail-reply): Don't forget to narrow header in
...
MIME-mode.
2001-07-06 10:04:07 +00:00
Gerd Moellmann
3427b08525
(rmail-output): Fix duplicate MIME-Version:
...
field problem with MIME-mode.
(rmail-output): Fix bug in MIME-mode.
2001-07-06 10:03:25 +00:00
Gerd Moellmann
4b81a999b9
Use locale dependant date to print date in header. Doc
...
fix.
(ps-print-version): New version number (6.5.3).
(ps-right-header, ps-right-footer): Initialization and doc fix.
(ps-time-stamp-locale-default): New fun.
2001-07-06 09:59:25 +00:00
Eli Zaretskii
a9b511e0c0
(mode-line-mule-info): Don't show the tip with
...
buffer-file-coding-system if that is nil.
2001-07-06 09:44:26 +00:00
Ken Raeburn
ad78255132
properly mark Attic files as deleted
2001-07-06 08:41:36 +00:00
Gerd Moellmann
f25cfe5395
*** empty log message ***
2001-07-05 14:08:30 +00:00
Gerd Moellmann
bf2fcd6794
(todo-top-priorities): Use delete-region
...
instead of kill-line.
2001-07-05 13:51:17 +00:00
Gerd Moellmann
5f72adc088
Fix first line. From Pavel Jan,Bm(Bk
...
<Pavel@Janik.cz>.
2001-07-05 13:38:38 +00:00
Gerd Moellmann
0f60e5ffda
(battery-update): Add help-echo.
...
From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
2001-07-05 13:36:03 +00:00
Stefan Monnier
c6a84d1750
(vc-cvs-stay-local): doc fix.
2001-07-04 15:51:18 +00:00
Gerd Moellmann
e5836af80b
*** empty log message ***
2001-07-04 09:54:35 +00:00
Gerd Moellmann
3ff0518e6a
(sendmail-send-it): Look at `sendmail-program'
...
in caller buffer.
2001-07-04 09:54:15 +00:00
Gerd Moellmann
23c6089ebd
(nnheader-init-server-buffer): Make sure the
...
*nntpd* buffer is made multibyte instead of a random buffer.
2001-07-04 09:40:50 +00:00
Gerd Moellmann
b5e2c7a755
(c-font-lock-keywords-3): When matching something
...
like `struct X Y', finish with point after Y.
2001-07-04 09:17:34 +00:00
Eli Zaretskii
bf4041b634
*** empty log message ***
2001-07-03 13:03:45 +00:00
Eli Zaretskii
f4a9721617
(ff-find-the-other-file): Use file-name-nondirectory
...
instead of string-match to find the basename of the file. From
Pascal Obry <p.obry@wanadoo.fr>.
2001-07-03 13:02:55 +00:00
Eli Zaretskii
51a91c0910
(browse-url-default-windows-browser): Support
...
the MS-DOS port when it runs on Windows.
(browse-url-browser-function) [ms-dos]: Default to
browse-url-default-windows-browser.
2001-07-03 12:41:58 +00:00
Eli Zaretskii
f1c53471a7
(locate-library): Enable code that looks for compressed
...
libraries if auto-compression-mode is on.
2001-07-03 12:39:17 +00:00
Eli Zaretskii
5e67c78444
Fix the header line, for finder.el. Suggested by
...
Pavel Janik <Pavel@Janik.cz>
2001-07-03 12:30:34 +00:00
Stefan Monnier
4ce5c22387
(Info-clone-buffer-hook): Really unconditionally copy marker.
2001-07-02 19:20:25 +00:00
Gerd Moellmann
dd441b46b9
(cl-do-arglist): Revert change of
...
2000-10-15.
2001-07-02 15:19:07 +00:00
Gerd Moellmann
0b54ce286c
*** empty log message ***
2001-07-02 11:51:56 +00:00
Gerd Moellmann
156a54088a
(gnus-local-domain): Removed because unused.
2001-07-02 11:24:39 +00:00
Eli Zaretskii
33e432b18c
Fix the header line, so that finder.el recognizes it.
2001-07-02 10:47:46 +00:00
Eli Zaretskii
7a3ee51009
(lm-header-prefix): Doc fix. From Pavel Janik <Pavel@Janik.cz>.
2001-07-02 10:43:55 +00:00
Eli Zaretskii
027a15c160
(x-colors): Add colors from the recent rgb.txt file.
2001-06-29 18:26:53 +00:00
Eli Zaretskii
fc83ff0dde
Make last change compatible with XEmacs. From Christoph Wedler
...
<christoph.wedler@sap.com>.
2001-06-29 18:09:44 +00:00
Eli Zaretskii
3024d92027
*** empty log message ***
2001-06-29 17:57:36 +00:00
Richard M. Stallman
0c1baae862
*** empty log message ***
2001-06-29 17:51:51 +00:00
Eli Zaretskii
3f4f2289db
(bdf-directory-list): Use the value relative to
...
installation-directory for MS-Windows as well.
2001-06-29 17:50:27 +00:00
Richard M. Stallman
546cf5b0f9
(widget-color-sample-face-get): Return ((foreground-color . COLOR))
...
instead of constructing a face.
2001-06-29 17:50:05 +00:00
Eli Zaretskii
442ebe9842
(region): Change the background color for the
...
light-background color display to lightgoldenrod2, to make it
visible on some laptops.
2001-06-29 17:40:38 +00:00
Richard M. Stallman
ed104a87a9
(rmail-reformat-message): Bind inhibit-read-only to t.
...
(rmail-msg-restore-non-pruned-header): Likewise.
If point was in the old pruned header, put it at the top.
(rmail-msg-prune-header): If point was at the top, keep it there.
(rmail-narrow-to-non-pruned-header): New function.
(rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2001-06-29 03:17:10 +00:00
Richard M. Stallman
6519817ea6
*** empty log message ***
2001-06-29 03:16:15 +00:00