1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 08:51:45 -08:00
Commit graph

93460 commits

Author SHA1 Message Date
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
Stefan Monnier
8dc1adf681 Try and fix bug#788, hopefully for real this time. 2010-01-24 21:52:03 -05:00
Chong Yidong
285d07e27a Use png_sig_cmp to allow linking with libpng 1.4.0.
* image.c (png_load): Use png_sig_cmp instead of the obsolete png_check_sig, which has been removed in libpng 1.4.
2010-01-24 18:03:13 -05: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
38da2cf873 Add the aliases bug-emacs and bug-gnumacs. 2010-01-24 12:28:50 -08:00
Stefan Monnier
bd4b5750a0 * keymap.c (shadow_lookup): Add `remap' arg.
(describe_map, describe_vector): Update calls to shadow_lookup.
(Fwhere_is_internal): Fix up handling of `remapped_sequences' and
`remapped' so this flag is applicable to `sequence'.  Be careful to
perform remapping during shadow_lookup check of remapped_equences.
2010-01-24 03:42:22 -05:00
Glenn Morris
ac59f99d91 (aelement): Fix typo in previous. 2010-01-23 19:58:14 -08:00
Glenn Morris
741701037a Small fixes. 2010-01-23 15:25:25 -08:00
Glenn Morris
ed130eb0fe Fix some details of previous change. 2010-01-23 15:18:58 -08:00
Glenn Morris
9630d49eae Update X-Debbugs-CC details.
Remove Mail-Followup-To, since it is no longer set.
Mention replacement of addresses in new reports.
Mention bazaar --fixes.
Mention debbugs-submit administrivia setting.
Mention how to test Debbugs changes.
2010-01-23 15:11:24 -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
Chong Yidong
c6d09b8da9 Account for utmp.h availability.
* configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
this header file).

* filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
lacks this header file).
2010-01-23 17:15:22 -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
YAMAMOTO Mitsuharu
3d782998ca * xdisp.c (draw_glyphs): Update `start' for left_overwritten case as in Emacs 22. 2010-01-23 14:20:38 +09: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
YAMAMOTO Mitsuharu
2aff7c5306 Make string pointer args point to const as in other string allocation functions.
* lisp.h (make_pure_string): String pointer arg now points to const.

* alloc.c (find_string_data_in_pure, make_pure_string): String pointer
args now point to const.
2010-01-22 18:10:04 +09:00
Eli Zaretskii
74327f7a7c Fix bug #5303 in `load' on MS-Windows, whereby load-file would fail
for files like C:/the-file.el in root directory of any drive.

 lread.c (Fload): Don't treat files without .elc extension as
 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
 them.
2010-01-22 10:44:50 +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
Katsumi Yamaoka
994ff69771 (Score File Format): Fix typo. 2010-01-21 09:05:08 +00:00
Glenn Morris
99d0985b2b (Bugs): Fix PROBLEMS keybinding. 2010-01-20 20:37:44 -08:00
Chong Yidong
5189d95ba6 * lisp/term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330). 2010-01-20 12:14:37 -05:00
Chong Yidong
8ae41cbce2 * lisp/dired-aux.el (dired-hide-all): Make unused arg optional. Update md5sum. 2010-01-20 11:42:50 -05:00
Chong Yidong
d3d8944e13 * lisp/dired-aux.el (dired-hide-all): Mark arg as ignored. 2010-01-20 11:40:47 -05:00
Kenichi Handa
a4cf170db5 from trunk 2010-01-20 13:01:04 +09:00
Glenn Morris
79c08ece63 Remove file that only works with CVS, and isn't really needed with
Bazaar (given the in-built revision options of bzr diff).
2010-01-19 19:49:35 -08:00
Glenn Morris
e073d74aaa (tab-always-indent): Fix custom-type. 2010-01-19 19:46:23 -08:00
Kenichi Handa
4d1e6632e7 Fix ccl encoding of unibyte source. 2010-01-20 11:33:52 +09:00
Alan Mackenzie
1fdede8fa5 Redate and reposition log entry. 2010-01-19 22:27:24 +00:00
Alan Mackenzie
8ee04f3a4f Fix bug#5395: typing '#' in an empty C buffer throws "args out of range".
* progmodes/cc-defs.el: (c-set-cpp-delimiters, c-clear-cpp-delimiters):
Check for EOB playing the role of delimiter.
2010-01-19 22:10:19 +00:00
Mark A. Hershberger
aaef4f91fa replace references to obsolete c-subword-mode 2010-01-19 14:39:22 -05:00
Jan Djärv
bc4b76f12a Merge from trunk 2010-01-19 15:54:57 +01:00
Jan Djärv
67477f30cb Store settings in xft-settings for debug purposes.
(apply_xft_settings): Save settings in Vxft_settings
for debug purpose.
(syms_of_xsettings): Declare xft-settings.
2010-01-19 15:54:13 +01:00
Alan Mackenzie
eeff0f4859 Suppress spurious second invocation of before-change-functions 2010-01-19 13:16:01 +00:00
Alan Mackenzie
f7247f5dfc no message 2010-01-19 11:43:25 +00:00