Chong Yidong
4e7cafbe33
Additional fix for rfc822-addresses (Bug#5692).
...
* mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
that all errors are caught, and that the return value is always a
list (Bug#5692).
2010-03-08 11:17:30 -05:00
Juanma Barranquero
f7e0618c13
Fix typos in Changelogs.
2010-03-08 14:00:18 +01:00
Kenichi Handa
ebc3ea5cb8
Fix bug# in ChangeLog.
2010-03-08 20:39:36 +09:00
Kenichi Handa
59513a2f81
from trunk
2010-03-08 10:53:37 +09:00
Kenichi Handa
b799f22115
Add bug# in ChangeLog.
2010-03-08 10:52:57 +09:00
Kenichi Handa
aec663190b
Add coding system windows-1256 (alias cp1256).
2010-03-08 10:50:35 +09:00
Andreas Schwab
b327c97510
Don't end parsing rfc822 addresses prematurely (Bug#5692)
...
* mail/rfc822.el (rfc822-addresses): Move catch clause down around
call to rfc822-bad-address. (Bug#5692)
2010-03-07 18:34:40 +01:00
Chong Yidong
1c465a6a67
Correct pathname for vc-git-annotate-extract-revision-at-line (Bug#5657)
...
* vc-git.el (vc-git-annotate-extract-revision-at-line): Use
vc-git-root as default direcotry for revision path (Bug#5657).
2010-03-07 09:45:53 -05:00
Chong Yidong
a4e32226eb
* calculator.el (calculator): Don't bind split-window-keep-point (Bug#5674).
2010-03-06 13:23:23 -05:00
Stefan Monnier
4c83ed3d48
* vc-git.el: Re-flow to fit into 80 columns.
...
(vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
Remove spurious `quote' element in each case alternative.
(vc-git-show-log-entry): Use prog1.
(vc-git-after-dir-status-stage): Remove unused var `remaining'.
2010-03-05 23:05:47 -05:00
Glenn Morris
d40a757070
Update some cedet template copyrights to GPLv3+.
...
* etc/srecode/default.srt (COPYRIGHT):
* lisp/cedet/semantic/grammar.el (semantic-grammar-header-template):
Update template copyright to GPLv3+.
2010-03-05 19:06:37 -08:00
Stefan Monnier
e8defde36d
(Man-files-regexp): Tighten up the regexp (bug#5686).
2010-03-05 15:18:20 -05:00
Chong Yidong
233f0c9f87
Fix keyboard macro key lookup (Bug#5481).
...
* src/keymap.c (Fwhere_is_internal): Use Fequal to compare
definitions, so that keyboard macros are correctly handled
(Bug#5481).
* lisp/macros.el (insert-kbd-macro): Look up keyboard macro
using the definition, not the name (Bug#5481).
2010-03-03 12:31:50 -05:00
Glenn Morris
254bedef1a
Mark previous ChangeLog entry as a tiny change.
2010-03-02 20:11:15 -08:00
Štěpán Němec
bc91aee966
Close bug#5670 with patch from Å tÄpán NÄmec <stepnem at gmail.com>.
...
* subr.el (momentary-string-display): Don't overwrite the MESSAGE
argument with a local variable. (Bug#5670)
2010-03-02 19:58:26 -08:00
Juri Linkov
7187cdaef8
* info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2010-03-02 23:15:46 +02:00
Michael Albinus
9cf3544e3b
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
...
error when FILENAME and NEWNAME are existing remote directories.
* net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
parameter DIR-FLAG.
2010-03-02 10:32:45 +01:00
Glenn Morris
33f779825b
Fix date of Yom HaAtzma'ut holiday.
...
* calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2010-03-01 19:27:41 -08:00
Alan Mackenzie
eb2f6eeb39
Correct buggy patch 2010-03-01T11:31:42Z!acm@muc.de to cc-engine.el.
2010-03-01 17:46:36 +00:00
Kenichi Handa
4aa2c3b270
from trunk
2010-03-01 20:50:57 +09:00
Kenichi Handa
d99ea08e06
Change "myanmar" to "burmese"
2010-03-01 20:34:11 +09:00
Alan Mackenzie
dd21b6216d
Fix bug #5649 : 23.1.92; Indentation problems in C mode.
2010-03-01 11:31:42 +00:00
Katsumi Yamaoka
b374f54d1e
(menu-bar-manuals-menu): Fix typo.
2010-02-28 23:37:19 +00:00
Jan Djärv
71572c0330
scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654 .
2010-02-28 15:36:34 +01:00
Michael Albinus
00cffdeb90
* net/tramp.el (tramp-handle-write-region): START can be a string.
...
Take care in the checks.
2010-02-28 12:36:39 +01:00
Michael Albinus
d4b067837e
* net/dbus.el (dbus-introspect, dbus-get-property)
...
(dbus-set-property, dbus-get-all-properties): Use
`dbus-call-method' when noninteractive. (Bug#5645)
2010-02-28 11:27:39 +01:00
Chong Yidong
de3a1fe935
Fix more save-excursion warnings.
...
* textmodes/reftex-toc.el (reftex-toc-promote-prepare):
* emacs-lisp/elint.el (elint-add-required-env):
* cedet/semantic/db-find.el (semanticdb-find-translate-path-brutish-default):
* cedet/ede/make.el (ede-make-check-version):
* calendar/icalendar.el (icalendar--add-diary-entry):
* calc/calcalg2.el (math-tracing-integral): Use with-current-buffer instead of save-excursion.
2010-02-27 20:22:44 -05:00
Chong Yidong
8c3e96d2f0
Fix save-excursion warning in files.el.
...
* files.el (recover-session-finish): Use with-current-buffer instead of save-excursion.
2010-02-27 20:11:15 -05:00
Stefan Monnier
c53b9c3b0a
Fix in-buffer completion when after-change-functions modify the buffer.
...
* minibuffer.el (completion--replace): New function.
(completion--do-completion): Use it and use relative movement.
2010-02-27 16:21:43 -05:00
Chong Yidong
4a16bdc690
* international/fontset.el (setup-default-fontset): Fix :otf spec.
2010-02-27 10:02:09 -05:00
Chong Yidong
b8280f3930
Minor Python mode fix (Bug#5653).
...
* progmodes/python.el (python-pdbtrack-stack-entry-regexp): Allow
the characters _<> in the stack entry (Bug#5653).
2010-02-26 19:19:50 -05:00
Kenichi Handa
dcfb7b5c85
from trunk
2010-02-26 21:43:50 +09:00
Kenichi Handa
f88cc4d6dd
Fix Myanmar OTF support
2010-02-26 21:40:46 +09:00
Glenn Morris
90a946031a
* custom.el (custom-initialize-delay): Doc fix.
2010-02-25 20:42:07 -08:00
Glenn Morris
cdbf910017
Fix initialization of send-mail-function option.
...
* mail/sendmail.el (send-mail-function): Autoload the call
to custom-initialize-delay, not otherwise preserved in loaddefs.el.
(Needed since 2009-09-13 change to startup.el.)
See http://lists.gnu.org/archive/html/emacs-devel/2010-02/msg00533.html
2010-02-25 20:40:03 -08:00
Alan Mackenzie
8a249abc87
(i) Remove any hard syntax-table properties for <, > inserted by C-y.
...
(ii) Remove category text props, not syntax-table ones in unmarking <, >.
2010-02-25 21:21:25 +00:00
Chong Yidong
f95a5fd02f
* files.el (hack-local-variables-filter): For eval forms, also
...
check safe-local-variable-p (Bug#5636).
2010-02-24 10:30:49 -05:00
Chong Yidong
6583ba0ea5
* javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
...
and use c(ad)r of cddr (Bug#5640).
2010-02-24 10:12:17 -05:00
Michael Albinus
459a5f4b57
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
...
setting the modes by `ignore-errors'. It might fail, for example
if the file is not owned by the user but the group.
(tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2010-02-22 14:48:52 +01:00
Chong Yidong
50c58e2725
* files.el (directory-listing-before-filename-regexp): Use
...
stricter matching for iso-style dates, to avoid false matches with
date-like filenames (Bug#5597).
2010-02-21 16:12:46 -05:00
Chong Yidong
b660eb70f1
Minor doc fixes.
...
* htmlfontify.el (htmlfontify): Doc fix.
* eshell/eshell.el (eshell): Doc fix.
2010-02-21 16:05:13 -05:00
Chong Yidong
bb23f6e824
* startup.el (fancy-about-screen): In mode-line, apply
...
mode-line-buffer-id face only to the buffer name (Bug#5613).
2010-02-21 08:11:07 -05:00
Chong Yidong
3e39928c77
* progmodes/compile.el (compilation-error-regexp-alist-alist): In
...
`watcom' anchor regexp to start of line, to avoid slowness
(Bug#5599).
2010-02-20 08:53:06 -05:00
Eli Zaretskii
0f00e9485d
subr.el (remove-yank-excluded-properties): Explain in a comment why `category'
...
property is removed.
2010-02-20 10:59:16 +02:00
Chong Yidong
3513efb2b5
Revert isearch.el change due to feature freeze.
...
* isearch.el (isearch-update-post-hook, isearch-update): Revert 2010-02-17 change.
2010-02-19 16:36:29 -05:00
Ulf Jasper
b4340b3f0b
Fixed bug#5549 (icalendar.el)
2010-02-19 19:59:00 +01:00
Nick Roberts
8cfae03d19
Accommodate change of disassemble output in GDB 7.1.
2010-02-19 17:55:31 +13:00
Glenn Morris
055e4eea01
Close bug#5593.
...
* progmodes/f90.el (f90-electric-insert): Give it a delete-selection property.
2010-02-18 18:36:10 -08:00
Sam Steingold
ff6b00de88
(vc-cvs-merge-news): Yet another fix of message parsing.
2010-02-18 14:55:41 -05:00
Stefan Monnier
fe8c0b47d2
Use abbreviated file names in bookmarks (bug#5591).
...
* bookmark.el (bookmark-maybe-load-default-file): Remove redundant
calls to expand-file-name.
(bookmark-relocate): Use abbreviated file names in bookmarks.
(bookmark-load): Use abbreviated file names in messages.
2010-02-18 13:52:36 -05:00