1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

4229 Commits

Author SHA1 Message Date
Markus Rost
b226fea80c Notify revisions 2002-09-09T22:09:14Z!monnier@iro.umontreal.ca and 2002-09-10T01:32:59Z!rost@math.uni-bielefeld.de correctly. 2002-09-10 02:41:58 +00:00
Markus Rost
775c33bff4 (transient-mark-mode, line-number-mode, column-number-mode): Undo the
recent change in 2002-09-09T22:09:14Z!monnier@iro.umontreal.ca.  The use of define-minor-mode in
simple.el creates bootstrap problems.
2002-09-10 01:32:59 +00:00
Miles Bader
0e53a3732a (do-auto-fill): `fill-indent-according-to-mode' is a variable, not a
function.
2002-09-10 01:24:12 +00:00
Kim F. Storm
e00a136119 Typo 2002-09-09 22:44:27 +00:00
Kim F. Storm
2bbfbf2560 *** empty log message *** 2002-09-09 22:43:40 +00:00
Markus Rost
a51c969c50 Notify a change in files.el. On the occasion, fix some indentations;
e.g., replace spaces by a tab.
2002-09-09 20:32:18 +00:00
Richard M. Stallman
50332dc114 *** empty log message *** 2002-09-09 19:41:35 +00:00
John Paul Wallington
454473ea06 (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
Update callers.
2002-09-09 05:50:58 +00:00
Markus Rost
ab9ecc746b (diff): Doc fix. 2002-09-09 01:43:31 +00:00
Richard M. Stallman
cd91e34cb4 (byte-compile-delete-errors): Default to nil. 2002-09-09 00:28:38 +00:00
Kim F. Storm
de8e3806c4 *** empty log message *** 2002-09-08 20:37:44 +00:00
Kim F. Storm
177aef40f0 (read-quoted-char): Apply listify-key-sequence to vector
returned by this-single-command-raw-keys before appending it to
unread-command-event.
2002-09-07 22:50:58 +00:00
Colin Walters
125c108147 (ibuffer-diff-with-file): Just call `diff-buffer-with-file'. 2002-09-07 21:31:03 +00:00
Colin Walters
5488b9fcd3 *** empty log message *** 2002-09-07 21:28:04 +00:00
John Paul Wallington
cb0fd101b9 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
* emacs-lisp/find-func.el (find-function-recenter-line): Add
custom type.  Doc fix.
2002-09-07 06:45:43 +00:00
Stefan Monnier
537b4efb6c *** empty log message *** 2002-09-06 20:45:41 +00:00
Francesco Potortì
c76c6e7351 etags.el tags-case-fold-search honoured when completing. 2002-09-06 15:17:19 +00:00
Juanma Barranquero
2e78ba2400 (reftex-label-menu-flags): Fix typo. 2002-09-06 10:12:33 +00:00
Juanma Barranquero
b29c5a843d *** empty log message *** 2002-09-06 07:22:02 +00:00
Markus Rost
790f437cec (table-command-prefix): Fix type. 2002-09-05 18:42:13 +00:00
André Spiegel
d7fb8b4235 # 2002-09-05 06:35:12 +00:00
Richard M. Stallman
4d8da98bc4 *** empty log message *** 2002-09-05 02:47:51 +00:00
Kenichi Handa
3873f5a52e *** empty log message *** 2002-09-05 00:27:49 +00:00
John Paul Wallington
16d2fae910 *** empty log message *** 2002-09-05 00:19:49 +00:00
André Spiegel
6a66dca96b # 2002-09-04 20:54:44 +00:00
Kenichi Handa
1e7f6327e3 (decode-char): Translate a character by
utf-8-translation-table-for-decode only when
utf-8-fragment-on-decoding is non-nil.
2002-09-04 08:17:23 +00:00
Pavel Janík
210f10ece8 Fix typo. 2002-09-03 04:16:36 +00:00
Stefan Monnier
a56f616a7d *** empty log message *** 2002-09-03 01:16:33 +00:00
Kai Großjohann
dba28077d3 * net/tramp.el: Version 2.0.15 released.
(require 'base64): Most modern Emacsen have the base64
encode/decode functions built in, so test to see if they are bound
before we go blindly requiring base64.el.  From Steve Youngs
<youngs@xemacs.org>.
(tramp-feature-write-region-fix): XEmacs doesn't have a
'find-operation-coding-system' and this variable doesn't seem to
be used anywhere so wrap it in (unless (featurep 'xemacs)).  From
Steve Youngs <youngs@xemacs.org>.
(tramp-methods): Remove duplicate definition of ssh1-old and
ssh2-old.
(tramp-open-connection-su): Use user name "root" if no user name
is given.

From Michael Albinus <Michael.Albinus@alcatel.de>:
* net/tramp.el (tramp-invoke-ange-ftp):
(tramp-ange-ftp-file-name-p): Check for Xemacs.
(tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
tramp-invoke-ange-ftp 'rename.
(tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
tramp-invoke-ange-ftp 'write-region.
(tramp-handle-set-file-modes): Change order of FILENAME and MODE
passing to tramp-invoke-ange-ftp 'set-file-modes.
(tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
again after activating `ange-ftp'.
2002-09-02 12:53:12 +00:00
Kim F. Storm
efa1b437a1 *** empty log message *** 2002-09-02 10:40:23 +00:00
Richard M. Stallman
957e7c38bb *** empty log message *** 2002-09-02 00:15:35 +00:00
Kim F. Storm
93abbfee57 *** empty log message *** 2002-09-01 21:26:03 +00:00
Richard M. Stallman
69506e6742 *** empty log message *** 2002-09-01 13:46:53 +00:00
Glenn Morris
5f4bc67ecd *** empty log message *** 2002-09-01 01:03:09 +00:00
Andreas Schwab
523d3bf425 (font-lock-change-mode): Avoid changing buffer state in any way. 2002-08-31 17:22:46 +00:00
Richard M. Stallman
6797907ed4 (diary-mail-entries): Don't overwrite user's value
of diary-list-include-blanks, but generate message instead if
there are no entries.
2002-08-30 18:21:39 +00:00
Richard M. Stallman
d1951e6adc (ps-lp-system): Fixed typo in `usg-unix-v'. 2002-08-30 15:49:30 +00:00
Markus Rost
724f328c91 (menu-bar-read-mail): Doc fix. 2002-08-30 15:21:38 +00:00
John Paul Wallington
da337a287b (ibuffer-update): Revert expansion of `caddr'.
(ibuffer-fontification-alist): Check hidden buffer case isn't
visiting a file and change its face to italic.
2002-08-30 12:42:36 +00:00
Juanma Barranquero
bbd55321df *** empty log message *** 2002-08-30 11:51:56 +00:00
Juanma Barranquero
0159948239 *** empty log message *** 2002-08-30 11:09:19 +00:00
Simon Josefsson
1121afb461 (smtpmail-via-smtp): Delete process buffer
unless s-debug-info is enabled.
2002-08-30 10:32:25 +00:00
John Paul Wallington
943949149f * ibuffer.el (ibuffer-update): Use minibufferp'. Expand caddr'.
* mwheel.el (mouse-wheel-up-button): Doc fix.
2002-08-29 22:06:26 +00:00
Juanma Barranquero
c9ae8cbb21 (occur-mode-hook): New hook.
(occur-mode): Use it.
(occur-hook): Set default to nil.
2002-08-29 21:40:28 +00:00
Richard M. Stallman
a007b9d218 *** empty log message *** 2002-08-29 14:50:07 +00:00
Kim F. Storm
2c6d37264c *** empty log message *** 2002-08-29 13:05:58 +00:00
Richard M. Stallman
6f4b3ed83d (find-buffer-visiting): Compare file attributes using buffer-file-truename. 2002-08-28 22:23:36 +00:00
Juanma Barranquero
2fb79329b5 (occur-hook): Renamed from `occur-mode-hook'.
(occur-mode): Remove call to `occur-mode-hook'.
(occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
(occur-1): Add call to `occur-hook'.
2002-08-28 15:21:33 +00:00
Juanma Barranquero
402b32b5c8 *** empty log message *** 2002-08-28 06:43:49 +00:00
Miles Bader
2753c70fb1 (read-file-name-electric-shadow-properties)
(read-file-name-electric-shadow-tty-properties)
(read-file-name-electric-shadow-mode): Remove compatibility defs.
2002-08-28 06:00:50 +00:00