1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 11:33:09 -08:00
Commit graph

93549 commits

Author SHA1 Message Date
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
953d248c55 Credit Vivek Dasmohapatra for suggesting the last change. 2010-02-06 08:29:05 -05:00
Chong Yidong
a2f3eb1962 * charset.c (load_charset_map_from_file)
(load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
instead of xmalloc (Bug#5526).
2010-02-06 08:23:33 -05: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
Mark A. Hershberger
7bb8ed679b forgot changelog entry 2010-02-05 14:09:38 -05:00
Mark A. Hershberger
f819af10f8 Use standard format for direntry 2010-02-05 14:05:33 -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
Chong Yidong
3088147c5d Fix for Bug#5526.
* charset.c (load_charset_map_from_file): Allocate large
charset_map_entries structure on the heap rather than the stack.
(Bug#5526).
2010-02-04 22:54:49 -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
Glenn Morris
6c594ec63d Remove silly examples of changes. 2010-02-03 21:21:40 -08:00
Glenn Morris
60e552a5d4 * inc/grp.h: Remove execute bit. 2010-02-03 21:17:02 -08: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
Glenn Morris
4ed1ae2d08 Explain pkreport sort options.
What to do about moderation mistakes.
2010-02-03 20:51:49 -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
cd61af01c1 Avoid obsolete special default variables like default-major-mode.
* display.texi (Line Height):
* emacs-lisp-intro.texi (Text and Auto-fill, Mode Line):
* display.texi (Useless Whitespace, Text Display):
* custom.texi (Init Examples): Avoid obsolete special default variables
like default-major-mode.
2010-02-01 13:39:33 -05: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
Juri Linkov
5bcc99317e * .bzrignore: Add TAGS-LISP. 2010-01-31 23:28:22 +02:00
Kenichi Handa
115e4fd3ca Add bug#. 2010-01-31 16:01:05 +09:00
Kenichi Handa
a1c65d578c from trunk 2010-01-31 15:50:30 +09:00
Kenichi Handa
b57d9029b1 font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is invalid, return -1. 2010-01-31 15:46:53 +09:00
Chong Yidong
c67d885b46 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
<deactivated@gmail.com> (Bug#3605).
2010-01-31 00:23:09 -05:00
Chong Yidong
8fab23622f * fileio.c (Frename_file): Correctly rename symlinks to directories (Bug#5496). 2010-01-30 23:49:28 -05:00
Chong Yidong
5e4fe3f9cf src/config.in: Regenerate. 2010-01-30 23:29:06 -05:00
Chong Yidong
cb2a62f242 * nsterm.m (ns_ring_bell): Handle visible bell like X. 2010-01-30 22:36:06 -05:00
Glenn Morris
fe6902ed19 eieio.texi: Remove execute bit. 2010-01-30 13:58:56 -08:00
Andreas Schwab
944c7a2695 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning. 2010-01-30 11:32:39 +01: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