Michael Albinus
ecbaeb7bf5
* files.el (insert-directory): When WILDCARD-REGEXP and
...
FULL-DIRECTORY-P are nil, insert the file entry instead of the
whole directory. (Bug#5551)
* net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
dired's alignment sanity. (Bug#5516)
2010-02-14 10:23:52 +01:00
Juri Linkov
91e3333fc5
* man.el (Man-fontify-manpage, Man-cleanup-manpage):
...
Remove remaining ^H with their preceding chars. (Bug#5566)
2010-02-14 02:20:31 +02:00
Glenn Morris
3602064247
Improve docs of some transposition functions.
...
* simple.el (transpose-subr): Give it a doc-string.
* textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
Doc fixes.
2010-02-13 11:29:25 -08:00
Juri Linkov
f5952338f4
* arc-mode.el (archive-unique-fname): Make directories for nested
...
archives. (Bug#5540)
2010-02-12 21:35:45 +02:00
Juri Linkov
918fe50f30
* ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2010-02-12 21:28:29 +02:00
Stefan Monnier
28f0b0721d
(copy-overlay): Damn typo.
2010-02-11 14:37:11 -05:00
Stefan Monnier
48b1e7cf2b
* subr.el (copy-overlay): Handle deleted overlays.
2010-02-11 14:35:36 -05:00
Stefan Monnier
c07ff22119
(Man-completion-table): Don't signal an error if we can't run
...
manual-program (bug#4056).
2010-02-11 11:00:01 -05:00
Glenn Morris
ac9ffe99b5
* ChangeLog: Spelling fix.
2010-02-10 20:13:39 -08:00
Juanma Barranquero
0e3742470a
* textmodes/artist.el (artist-mt): Fix typos in docstring.
2010-02-11 01:02:43 +01:00
Juanma Barranquero
48c2d18a51
Fix typos.
2010-02-11 00:53:28 +01:00
Stefan Monnier
348d1e60a6
(Info-bookmark-jump): Simplify.
2010-02-10 15:04:51 -05:00
Stefan Monnier
dbf8402bc7
(bookmark-handle-bookmark): Catch the right error.
...
(bookmark-default-handler): Accept new bookmark field `buffer'.
2010-02-10 15:02:54 -05:00
Glenn Morris
2b23acdef6
* ChangeLog: Fix typos.
2010-02-10 09:31:49 -08:00
Chong Yidong
e6d23bb580
* iswitchb.el (iswitchb-completions): Revert last change.
2010-02-10 04:19:32 -05:00
Michael Albinus
a8e4290b05
* ls-lisp.el (ls-lisp-insert-directory): Wen WILDCARD-REGEXP and
...
FULL-DIRECTORY-P are nil, and FILE is absolute, expand it. This
prevents file names like "~/" been listed literally.
2010-02-10 09:46:54 +01:00
Dan Nicolaescu
c59d6fadf7
(xterm-maybe-set-dark-background-mode): Remove
...
dead code. (Bug#5546)
2010-02-09 21:33:17 -08:00
Chong Yidong
3a66e78f66
* eshell/em-ls.el (eshell-ls-applicable): Frob file attributes correctly (Bug#5548).
2010-02-08 20:58:57 -05:00
Chong Yidong
f29fd8694c
Fix ada-mode handling of number literals.
...
* progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
(ada-adjust-case): Don't adjust case in hexadecimal number literals.
2010-02-08 18:27:29 -05:00
Kenichi Handa
7fad1447ad
international/mule-util.el (with-coding-priority): Add autoload cookie for putting lisp-indent-funciton.
2010-02-08 16:08:18 +09:00
Glenn Morris
50e4518b52
Fix previous change for F2003 interfaces.
...
* progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
Move F2003 named interfaces from keywords-2 to keywords-1, and
use function-name-face rather than constant-face.
Simplify "abstract interface" regexp.
2010-02-07 12:23:20 -08:00
Chong Yidong
5cb9f67486
* erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
2010-02-07 01:36:17 -05:00
Chong Yidong
a4cc44cf0e
Fix to uid/gid format in eshell's ls (Bug#5528).
...
* eshell/esh-util.el (eshell-file-attributes): New optional arg
ID-FORMAT. Pass it to `file-attributes'.
* eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2010-02-07 01:23:10 -05:00
Chong Yidong
c917476d6b
Fix setting family and foundry in set-face-attribute (Bug#5536).
...
* faces.el (set-face-attribute): Allow calling
internal-set-lisp-face-attribute with 'unspecified family and
foundry argument (Bug#5536).
2010-02-06 23:14:26 -05:00
Glenn Morris
7cf3f3d6da
Handle F2003 named interfaces.
...
* progmodes/f90.el (f90-font-lock-keywords-2)
(f90-looking-at-type-like, f90-looking-at-program-block-end):
Handle F2003 named interfaces.
2010-02-06 17:41:45 -08:00
Chong Yidong
ffe87109ce
* progmodes/cc-mode.el (c-common-init): Bind temporary variables
...
beg and end before calling c-get-state-before-change-functions.
2010-02-06 08:01:43 -05:00
Dan Nicolaescu
4775ecad67
* vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2010-02-05 20:23:59 -08:00
Juri Linkov
0d17c4b987
* doc-view.el (doc-view-mode):
...
* image-mode.el (image-mode): Put property mode-class=special.
(Bug#4896)
2010-02-06 00:36:20 +02:00
Mark A. Hershberger
8228a275dd
add primative implementation of vc-svn-revision-table
2010-02-05 14:20:17 -05:00
Michael Albinus
d9320986e5
* net/ange-ftp.el (ange-ftp-insert-directory):
...
* net/tramp-imap.el (tramp-imap-handle-insert-directory):
* net/tramp-smb.el (tramp-smb-handle-insert-directory):
Handle also directories. (Bug#5478)
2010-02-05 12:15:28 +01:00
Glenn Morris
f43d8ecc20
* progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2010-02-05 00:12:08 -08:00
Chong Yidong
ce3a988d18
Fix 2009-02-20 change to startup.el (Bug#5519).
...
* startup.el (command-line-1): Convert options beginning with a single dash as well (Bug#5519).
2010-02-04 23:49:36 -05:00
Stefan Monnier
51b23c4486
Make `initials' completion work for /hh -> /home/horn again (bug#5524).
...
* minibuffer.el (completion-initials-expand): Only check the presence
of delims *within* the boundaries, since otherwise the / delim is
always found for files.
2010-02-04 23:21:11 -05:00
Stefan Monnier
bdd428996e
Fix up various corner case problems.
...
* doc-view.el (doc-view-last-page-number): New function.
(doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
(doc-view-goto-page): Avoid inf-loops when the conversion fails.
(doc-view-kill-proc): Avoid inf-loop in freak cases.
(doc-view-reconvert-doc): Use the new recursive delete-directory.
(doc-view-convert-current-doc): Don't create the resolution.el file
here any more.
(doc-view-pdf/ps->png): Do it here instead.
(doc-view-already-converted-p): Check that resolution.el is present.
(doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
windows that are not yet showing images.
2010-02-04 20:53:40 -05:00
Alan Mackenzie
dd969a56a5
Change strategy for marking < and > as template delimiters: mark them
...
strictly in matching pairs.
2010-02-04 21:15:37 +00:00
Michael Albinus
d5b3979c8a
* dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
...
`dired-uncache' for every elemnt which is an absolute file name.
* net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
directory, handle its directory component.
(tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
function is called permanently and creates noise, otherwise.
* net/tramp-imap.el (tramp-imap-handle-insert-directory):
* net/tramp-smb.el (tramp-smb-handle-insert-directory):
Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2010-02-04 17:25:57 +01:00
David Burger
b003beb193
Close bug#5485.
...
David Burger <dburger at google.com> (tiny change)
* macros.el (apply-macro-to-region-lines): Minor simplification.
2010-02-03 21:14:36 -08:00
Glenn Morris
a03ae20dc6
* mail/rmail.el (rmail-show-message-1): Handle malformed
...
quoted-printable text. (Bug#5441)
2010-02-03 21:10:21 -08:00
Glenn Morris
4d01b82745
* mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2010-02-03 21:05:37 -08:00
Glenn Morris
ea92f9f3e2
* simple.el (visual-line-mode): Capitalize lighter.
...
See http://lists.gnu.org/archive/html/emacs-devel/2010-02/msg00088.html
2010-02-03 21:02:56 -08:00
John Wiegley
82055bb780
iswitchb.el (iswitchb-completions): Add bookmark files to the
...
list of files considered for "virtual buffer" completions.
2010-02-03 15:47:25 -05:00
Michael Albinus
8214b6e4e7
* net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
...
also in case of (and (not full) (not wildcard)). This is needed,
when dired is called with a list of files, which are not in
`default-directory'. (Bug#5478)
2010-02-03 07:16:34 +01:00
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