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
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
Stephen Leake
6a47c86a18
* ada-mode.el: Really fix bug#5400 (comment in 2010-01-17T19:15:32Z!lekktu@gmail.com was erroneous).
...
(ada-matching-decl-start-re): Move into ada-goto-decl-start.
(ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
changed. Delete RECURSIVE parameter; never used. Improve doc string.
Improve comments in "is" portion. Handle null procedure declaration.
(ada-move-to-end): Improve doc string.
2010-01-19 00:10:57 +01:00
Juanma Barranquero
e90d57c003
Fix typos.
2010-01-18 21:24:43 +01:00
Óscar Fuentes
2acfb95436
ido.el: Consider the possibility of buffer names changing after kill-buffer.
2010-01-18 20:34:55 +01:00
Chong Yidong
244b023e52
Doc fix for current-time-string and date-to-time (Bug#5408)
...
* src/editfns.c (Fcurrent_time_string): Doc fix.
* lisp/calendar/time-date.el (date-to-time): Doc fix.
2010-01-18 11:29:00 -05:00
Juanma Barranquero
07e606735e
Fix typos.
2010-01-18 05:44:36 +01:00
Juanma Barranquero
db9e401b3b
Fix typos in docstrings, error messages, etc.
2010-01-18 05:39:40 +01:00
Juanma Barranquero
33972e8014
Fix typos in comments.
2010-01-18 04:58:35 +01:00
Juanma Barranquero
14f17fc8ff
Fix typo in texinfo file.
2010-01-18 04:54:24 +01:00
Kenichi Handa
b723580811
Add bug number.
2010-01-18 10:07:25 +09:00
Chong Yidong
f53a65903c
* message.el (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2010-01-17 18:49:27 -05:00
Chong Yidong
9295137d69
Fix handling of arbitrary YANK-ACTION functions from compose-mail.
...
* mail/sendmail.el (mail-yank-original): Set the mark if the
specified function for yanking does not do it.
2010-01-17 18:34:53 -05:00
Chong Yidong
b1ea379790
* message.el (message-mail): Just pass yank-action on to message-setup.
...
(message-setup): Handle (FUN . ARGS) form of yank-action.
(message-with-reply-buffer, message-widen-reply)
(message-yank-original): Handle non-buffer values of
message-reply-buffer (Bug#4080).
2010-01-17 18:33:55 -05:00
Chong Yidong
d738d18b5c
* elisp.texi: Remove duplicate edition information (Bug#5407).
2010-01-17 17:24:49 -05:00
Dan Nicolaescu
7902c120cb
(with-vc-properties): Deal with directory arguments. (Bug#5298)
2010-01-17 13:31:25 -08:00
Dan Nicolaescu
4d0bbcb62a
(vc-dir-resynch-file): Update the vc-dir header when
...
resyncing a directory.
2010-01-17 12:36:21 -08:00