1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 15:30:29 -08:00
Commit graph

93521 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
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
Chong Yidong
007240bdfa Regenerate AUTHORS. 2010-01-29 21:08:53 -05:00
Dan Nicolaescu
b923687464 (vc-bzr-after-dir-status): Match another renaming indicator. 2010-01-29 15:43:31 -08:00
Chong Yidong
c14902e0a0 Mark last change as tiny. 2010-01-29 14:14:26 -05:00
Chong Yidong
9d77a91fda * etags.c (Fortran_functions): Handle recursive keyword (Bug#5484). 2010-01-29 14:13:13 -05: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
Chong Yidong
c024ac081d Change default XFT font to 10pt, and default frame height to 35 rows (Bug#3643).
* frame.c (DEFAULT_ROWS): Change default to 35.

* xfns.c (x_default_font_parameter): Change default XFT font to
monospace-10 (Bug#3643).
2010-01-29 14:02:02 -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
Eli Zaretskii
af93af83df w32inevt.c (key_event): Remove unnecessary comparison of
event->uChar.AsciiChar with 128.
2010-01-29 16:03:25 +02:00
Glenn Morris
db68501ffb Explain mbox folder links. 2010-01-28 23:19:22 -08: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
Chong Yidong
b242dbfc1b * fileio.c (Frename_file): Fix last change (Bug#5487). 2010-01-28 12:47:05 -05:00
Chong Yidong
ca0eb7088c Fixes for NetBSD (Bug#4629, Bug#2072).
* m/mips.h: Remove DATA_START.  Suggested by Dan Nicolaescu.

* m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
2010-01-28 12:33:28 -05:00
Alan Mackenzie
c02f8fe2f1 display.texi (Auto Faces): Say fontification-functions is called
whether or not Font Lock is enabled.  Tidy up the wording a bit.
2010-01-28 16:24:50 +00:00
Jason Rumney
a292592c13 Add bug number to recent change. 2010-01-28 21:09:25 +08:00
Katsumi Yamaoka
45a1423d99 Fix last bogus commit. 2010-01-28 08:58:10 +00:00
Jan Djärv
45d45af577 xfns.c (Fx_create_frame): Remove window size matching code from
2010-01-15.
(x_get_current_desktop, x_get_desktop_workarea): Remove
2010-01-28 08:10:04 +01: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
Glenn Morris
3a78fc3652 Add some details of bzr's --fixes option. 2010-01-27 21:15:52 -08:00
Jason Rumney
dd5de7c6e4 Fix typos, check for negative ASCII characters. 2010-01-28 00:22:16 +08:00
Jason Rumney
7e23373040 Use Unicode for console keyboard input on Windows.
w32inevt.c (w32_kbd_patch_key): Save the unicode character.
	   (key_event): Use unicode for characters 128 and higher.
2010-01-27 21:59:13 +08:00
Kenichi Handa
c8b96b2a95 Fix src/ChangeLog. 2010-01-27 14:28:39 +09:00
Kenichi Handa
af95a12420 from trunk 2010-01-27 14:23:52 +09:00
Kenichi Handa
86e893e3b6 regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string. 2010-01-27 14:17:35 +09:00