Commit graph

49994 commits

Author SHA1 Message Date
Stefan Monnier
1df9718f3a (vc-path): Make it an obsolete var, rather than function. 2010-02-02 22:55:03 -05:00
Juri Linkov
02ba126764 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
from unidiff to allow function-line after @@.
2010-02-03 00:33:52 +02:00
Juri Linkov
a0c6a0fb8b * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
'(RCS SCCS) with inverted condition.
2010-02-03 00:28:57 +02:00
Michael Albinus
c35fcd5222 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
messages.
2010-02-02 12:19:36 +01:00
Juri Linkov
6ba973c193 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
compare with "pkunzip" and "pkzip" instead of only "pkzip".
In the `archive-extract-by-stdout' branch use `shell-quote-argument'
only when (car archive-zip-extract) is "unzip".  (Bug#5475)
2010-02-02 00:35:04 +02:00
Stefan Monnier
0bca393f91 (doc-view-new-window-function): Be a bit more defensive.
(doc-view-revert-buffer): New command.
(doc-view-mode-map): Use it.
2010-02-01 13:25:47 -05:00
Dan Nicolaescu
7a444e2a99 (vc-bzr-dir-extra-headers): Add a header when a
pending merge is detected.
2010-01-31 20:58:35 -08:00
Juri Linkov
ad6fc8f44e * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
beginning of interactive spec like all other grep commands do.
Put "all" in front of "gz".  (Bug#5260)
2010-01-31 23:47:47 +02:00
Juanma Barranquero
bf0b361c40 Fix typos. 2010-01-30 05:22:37 +01:00
Chong Yidong
fd10236258 Regenerate ldefs-boot.el. 2010-01-29 21:11:41 -05:00
Chong Yidong
e1c6f91c71 Bump version to 23.1.92. 2010-01-29 21:09:50 -05:00
Dan Nicolaescu
b923687464 (vc-bzr-after-dir-status): Match another renaming indicator. 2010-01-29 15:43:31 -08:00
Chong Yidong
1e86875746 Don't signal error on incorrect dirtrack regexp (Bug#5476)
* dirtrack.el (dirtrack): Warn instead of signalling error if the
regexp is incorrect (Bug#5476).
2010-01-29 14:08:09 -05:00
Michael Albinus
e5c70c4117 * net/tramp.el (tramp-handle-insert-directory): Handle also
symlinks, when FILENAME is not in `default-directory'.
2010-01-29 17:23:25 +01:00
Stefan Monnier
15ad855107 Fix up spurious execute-bit on net/tramp.el 2010-01-28 16:55:43 -05:00
Michael Albinus
0c0b61f1ea * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
FILENAME is not in `default-directory'.  (Bug#5478)

* net/tramp.el (tramp-handle-insert-directory): Simplify handling
of SWITCHES.  Handle the case, FILENAME is not in
`default-directory'.  (Bug#5478)
(tramp-register-file-name-handlers): Add safe-magic property.
2010-01-28 22:13:01 +01:00
Chong Yidong
763f325e26 * arc-mode.el (archive-zip-extract): Quote the argument passed to unzip (Bug#5475). 2010-01-28 15:06:36 -05:00
Chong Yidong
fd09a83f94 Flymake fix to handle more C++ filenames (Bug#5488).
* progmodes/flymake.el (flymake-allowed-file-name-masks)
(flymake-master-make-header-init): Add other C++ filename masks.
(flymake-find-possible-master-files)
(flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2010-01-28 14:53:11 -05:00
Michael Albinus
7e5686f0e5 Fix some busybox annoyances.
* net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
not responding." string.
(tramp-open-connection-setup-interactive-shell): Dump stty
settings.  Enable "neveropen" arg for all `tramp-send-command'
calls.  Handle "=" in variable values properly.
(tramp-find-inline-encoding): Raise an error, when no encoding is
found.
(tramp-wait-for-output): Check, whether PROC buffer is available.
Remove spurious " ^H" sequences, sent by busybox.
(tramp-get-ls-command): Suppress coloring, if possible.
2010-01-28 07:06:41 +01:00
Glenn Morris
c85a168b39 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280) 2010-01-27 21:54:48 -08:00
Glenn Morris
c6265c1062 (log-edit-strip-single-file-name): Add missing :safe, :group, and
:version tags.
2010-01-27 21:19:23 -08:00
Stephen Berman
7d82a7383b Fix bug#5477.
Stephen Berman  <stephen.berman at gmx.net>:

(diary-unhide-everything): Handle narrowed buffers.
2010-01-26 20:00:54 -08:00
Chong Yidong
1d78a74696 * lisp/files.el (delete-directory): Fix typo in last change. 2010-01-26 22:36:36 -05:00
Chong Yidong
8b0e68ea3f Fix delete-directory recursion behavior for trashing (Bug#5436).
* files.el (delete-directory): Handle moving to trash without first doing recursion (Bug#5436).
2010-01-26 22:17:23 -05:00
Dan Nicolaescu
368d3208cf (vc-path): Mark as obsolete. 2010-01-25 23:22:25 -08:00
Chong Yidong
361bbf574b Fix erc reconnection via non-default connectors (Bug#4958).
* erc-backend.el (erc-session-connector): New var.
(erc-server-reconnect): Use it to reconnect via old connector (Bug#4958).

* erc.el (erc-determine-parameters): Save erc-server-connect-function to erc-session-connector.
2010-01-25 13:49:23 -05:00
Dan Nicolaescu
e2396d80cb (vc-annotate-revision-at-line): Compare file
names too.
2010-01-25 01:04:59 -08:00
Dan Nicolaescu
755da7fa20 (vc-bzr-print-log): Use the more compact --line option
for the short log.
(vc-bzr-log-view-mode): Adjust regexp for the above change.
2010-01-24 22:03:23 -08:00
Mark A. Hershberger
6a6d15ab4f merge 2010-01-25 00:03:35 -05:00
Mark A. Hershberger
d9de6d6fab working version of vc-bzr-revision-table 2010-01-25 00:02:10 -05:00
Mark A. Hershberger
b1bb0a2570 merge conflict 2010-01-24 23:52:26 -05:00
Eric Hanchrow
504dcc71eb (vc-git-dir-status-goto-stage): Pass --relative to the
diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
2010-01-24 20:46:40 -08:00
Dan Nicolaescu
c2f1d6d81e Remove support for adding --signoff on commit.
Future support will use an incompatible generic mechanism.
* vc-git.el (vc-git-add-signoff): Remove variable.
(vc-git-toggle-signoff): Remove function.
(vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2010-01-24 13:23:17 -08:00
Dan Nicolaescu
5185028601 (xterm-maybe-set-dark-background-mode): Rename
from xterm-set-background-mode.  Return t if the background mode
was set.
(terminal-init-xterm): Move tty-set-up-initial-frame-faces
earlier, call it again in case the background mode has changed.
2010-01-24 13:08:53 -08:00
Glenn Morris
ac59f99d91 (aelement): Fix typo in previous. 2010-01-23 19:58:14 -08:00
Chong Yidong
02c6d0d0f2 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo (Bug#3541). 2010-01-23 18:05:16 -05:00
Chong Yidong
e17d428f7a * url-util.el: Require url-vars (Bug#5459). 2010-01-23 17:50:13 -05:00
Chong Yidong
245e0fafb7 * emacs-lisp/assoc.el (aelement): Doc fix. 2010-01-23 17:46:32 -05:00
Chong Yidong
064eee0324 * emacs-lisp/assoc.el (aput, adelete, amake): Use lexical-let (Bug#5450). 2010-01-23 17:44:03 -05:00
Stephen Leake
5336c3ec74 Fix bug#5435: ada-mode; pragma parameter list indented incorrectly. 2010-01-23 13:42:22 +01:00
Juanma Barranquero
7709e61e9a * mail/rmail.el: Update autoload checksum. 2010-01-23 13:38:02 +01:00
Stephen Leake
b06a3bb5cf Tweak docstring and comment. 2010-01-23 13:34:52 +01:00
Michael Albinus
0536254eb9 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
(tramp-smb-maybe-open-connection): Use it.
2010-01-23 12:02:28 +01:00
Michael Albinus
411d06c27c * net/tramp-imap.el (top): Autoload needed packages. 2010-01-22 22:19:50 +01:00
Stefan Monnier
c893016b07 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
just because we see "encoding: 8bit".
* mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2010-01-22 11:43:54 -05:00
Chong Yidong
9425f8e1b3 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446). 2010-01-22 11:32:31 -05:00
Eli Zaretskii
6a801864b1 Fix bug #5447, whereby loading C:/foo.el.gz on MS-Windows would fail.
jka-compr.el (jka-compr-load): If load-file is not in load-history, 
 try its file-truename version.
2010-01-22 12:23:25 +02:00
Alan Mackenzie
3e8f7d9196 Fix a situation where deletion of a cpp construct throws an error. 2010-01-21 21:45:01 +00:00
Chong Yidong
f0bd0ad525 Fix sgml-maybe-name-self (Bug#5380).
* textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
process last-command-event, as it is now decoded first (Bug#5380).
2010-01-21 09:03:10 -05:00
Stephen Leake
afb5d70904 Fix bug#5435. 2010-01-21 13:25:54 +01:00