1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
Commit graph

21864 commits

Author SHA1 Message Date
Stefan Monnier
814838dff6 (smerge-diff-buffer-name): Default to *vc-diff*.
(smerge-combine-with-next): New function.
(smerge-diff): Don't output `wrote /tmp/foo' messages.
Insert message if no diffs were found.
2002-09-03 01:20:20 +00:00
Stefan Monnier
a56f616a7d *** empty log message *** 2002-09-03 01:16:33 +00:00
Stefan Monnier
567bb3dd3a (mail-mode): Don't set local-abbrev-table.
(mail-mode-abbrev-table): Set to text-mode-abbrev-table.
2002-09-02 17:24:54 +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
52698d459a (multi-occur): Made "ido-aware":
Changed prompt to use C-j instead of RET to end.
Set ido-ignore-item-temp-list to the selected buffers so far, so
they are automatically excluded from the list of choices.
Use add-to-list instead of push.
2002-09-02 10:41:25 +00:00
Kim F. Storm
69beb26d2f (ido-ignore-item-temp-list): New variable.
(ido-read-internal): Don't set ido-default-item if the default is
member of ido-ignore-item-temp-list.
Don't return first match for C-j if no text is entered.
(ido-buffer-internal): Check for empty string return.
(ido-make-buffer-list1): Use member instead of memq.
(ido-window-buffer-p): Likewise.
(ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
(ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
2002-09-02 10:40:56 +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
Richard M. Stallman
1eeae2a113 (save-some-buffers-action-alist): New variable.
(save-some-buffers): Use that.
(diff-buffer-with-file): New function.
2002-09-02 00:11:41 +00:00
Richard M. Stallman
8f96b49bc7 (function-key-map): Define S-iso-lefttab. 2002-09-02 00:09:27 +00:00
Kim F. Storm
f8a14459c5 (edit-kbd-macro): Recognize new default binding for
C-x e in addition to old binding.
2002-09-01 21:26:25 +00:00
Kim F. Storm
93abbfee57 *** empty log message *** 2002-09-01 21:26:03 +00:00
Markus Rost
4c6bc877d6 Regenerated. 2002-09-01 16:01:07 +00:00
Richard M. Stallman
69506e6742 *** empty log message *** 2002-09-01 13:46:53 +00:00
Richard M. Stallman
2a8f99fa7a (defgroup ruler-mode): Use `convenience' as parent. 2002-09-01 13:30:19 +00:00
Richard M. Stallman
5560dc5d19 (kill-line): Use end-of-visible-line to determine
if rest of line is blank.
(end-of-visible-line): Cope if end-of-line moved back over
invisible intangible chars at end of line.

(completion-setup-function): Don't use directory-sep-char.
2002-09-01 13:29:34 +00:00
Richard M. Stallman
ca66efd171 (defgroup dired): Use `files' as parent.
(dired-get-filename): Ignore handler if it has safe-magic prop.
2002-09-01 13:27:47 +00:00
Richard M. Stallman
68890d7ebc (jka-compr-handler): Add safe-magic property. 2002-09-01 13:26:06 +00:00
Glenn Morris
5f4bc67ecd *** empty log message *** 2002-09-01 01:03:09 +00:00
Glenn Morris
34ba7e3d72 Remove (eval-when-compile) for free variables.
(f90-menu): Remove ":active" keyword where not needed.
(f90-menu, f90-add-imenu-menu): Use lookup-key rather than
imenu--index-alist.
A few whitespace changes.
2002-09-01 00:54:55 +00:00
Andreas Schwab
523d3bf425 (font-lock-change-mode): Avoid changing buffer state in any way. 2002-08-31 17:22:46 +00:00
Stefan Monnier
e899e3de1e (easy-menu-filter-return):
Handle the case where the filter returns a single menu entry.
(easy-menu-add): Improve docstring.
(easy-menu-current-active-maps): Remove.
(easy-menu-get-map): Use current-active-maps.
2002-08-30 21:55:07 +00:00
Stefan Monnier
3b2f3d306e (custom-unlispify-menu-entry): Don't remove
the -p prefix from variables since they shouldn't have it anyway.
(custom-group-menu-create, customize-menu-create):
Only cdr if applicable, since custom-menu-create might return
a vector (i.e. a single menu entry).
2002-08-30 21:52:10 +00:00
Stefan Monnier
cb285f9148 Recreated, to remove spurious `reveal-mode' autoloads. 2002-08-30 20:41:05 +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
ce8b7b9ff6 (occur-mode): Add interactive declaration. 2002-08-30 11:51:42 +00:00
Juanma Barranquero
72e97196e9 (imap-authenticator-alist, imap-stream-alist, imap-continuation): Fix typos. 2002-08-30 11:10:30 +00:00
Juanma Barranquero
0159948239 *** empty log message *** 2002-08-30 11:09:19 +00:00
Juanma Barranquero
764079389b (my-mark-marker): Fix typo. 2002-08-30 11:03:28 +00:00
Juanma Barranquero
674e010d7d (dcl-calc-cont-indent-relative): Fix typo. 2002-08-30 11:02:54 +00:00
Juanma Barranquero
134b66715d (idlwave-max-extra-continuation-indent): Fix typo. 2002-08-30 11:02:31 +00:00
Juanma Barranquero
c760d04023 (ex-compile-command): Fix typo. 2002-08-30 11:02:10 +00:00
Juanma Barranquero
c1b32502d0 (bibtex-mode): Fix typo. 2002-08-30 11:01:51 +00:00
Juanma Barranquero
9c46418eb6 (mouse-copy-work-around-drag-bug): Fix typo. 2002-08-30 11:01:29 +00:00
Juanma Barranquero
8c2d6a44a2 (font-lock-add-keywords): Fix typo. 2002-08-30 11:01:07 +00:00
Juanma Barranquero
f7abda1e51 (font-lock-defaults): Fix typo. 2002-08-30 11:00:46 +00:00
Juanma Barranquero
a1d5a11bc2 (bs-message-without-log): Fix typo. 2002-08-30 11:00:27 +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
Stefan Monnier
e3441f426b Use match-string and drop useless `function's.
(ange-ftp-get-process): Bind `ange-ftp-this-user' and
`ange-ftp-this-host' before running ange-ftp-process-startup-hook.
(ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
(ange-ftp-parse-dired-listing): Update the calls.
(dired-local-variables-file): Declare to shut quieten the compiler.
(ange-ftp-file-entry-active-p): Remove.
(ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
Don't exclude dangling symlinks.
(ange-ftp-file-name-completion-1): Make predicate optional.
(ange-ftp-parse-list-func-alist): Use add-to-list to update.
(ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
(ange-ftp-bs2000-posix-hook-installed): Remove.
(ange-ftp-add-bs2000-posix-host): Don't use it anymore.
(ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
`ange-ftp-this-host' instead of `user' and `host'.
2002-08-29 21:48:50 +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
4390021bf8 (byte-compile-warning-prefix):
Decide here whether to print which form we're compiling.
If we do that, still print file and line.  Make file name
relative to default-directory.	Print fewer newlines.
(byte-compile-log-file): Print something even if no file.
Print messages for entering and leaving directories,
and set default-directory.
(displaying-byte-compile-warnings): Only sometimes bind warning-series.
(byte-compile-warning-series): New function.
(byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
(byte-compile-display-log-head-p): Function deleted.
2002-08-29 17:26:47 +00:00
Richard M. Stallman
f621ca08de (warning-series): Now can be a marker, not an integer.
(display-warning): Handle new value for warning-series.
2002-08-29 16:46:11 +00:00
Richard M. Stallman
a007b9d218 *** empty log message *** 2002-08-29 14:50:07 +00:00
Richard M. Stallman
8f876842ca (byte-compile-log-file): Use \f.
(byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
to don't-warn list.
2002-08-29 14:49:48 +00:00
Kim F. Storm
3ceb1beb09 Update kmacro related bindings. 2002-08-29 13:07:18 +00:00