Leo Liu
27d6c5a891
Fix for the buffer-local rcirc-encode-coding-system case
...
in rcirc-split-message.
2012-08-15 20:26:48 +08:00
Glenn Morris
6f97980a9a
Add CVE number to ChangeLog
2012-08-14 15:07:53 -04:00
Leo Liu
4432d2e25b
* lisp/net/rcirc.el (rcirc-split-message): New function.
...
(rcirc-send-message): Use it.
Fixes: debbugs:12051
2012-08-14 01:22:42 +08:00
Glenn Morris
fbb5e33648
* lisp/emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
2012-08-09 23:56:01 -07:00
Glenn Morris
7aacaf15a2
Disable local eval: in some places
...
* tutorial.el (help-with-tutorial):
* emacs-lisp/copyright.el (copyright-update-directory):
* emacs-lisp/autoload.el (autoload-find-generated-file)
(autoload-find-file): Disable local eval: (for insurance).
2012-08-09 23:53:52 -07:00
Glenn Morris
f40b9f106b
hack-local-variables-filter fix for bug#12155
...
* lisp/files.el (hack-local-variables-filter): If an eval: form is not
known to be safe, and enable-local-variables is :safe, then ignore
the form totally, as is done for non-eval forms.
2012-08-07 14:41:39 -04:00
Chong Yidong
7178e7222c
Backport 2012-06-23T12:54:59Z!cyd@gnu.org from trunk
2012-08-07 11:24:52 +08:00
Chong Yidong
de655540a9
Backport 2012-06-23T12:48:24Z!cyd@gnu.org from trunk
2012-08-07 11:24:35 +08:00
Stefan Monnier
638eaeb924
* lisp/progmodes/cperl-mode.el (cperl-mode): Yet another fix for
...
syntax-propertize-function.
Fixes: debbugs:10095
2012-08-06 13:41:32 -04:00
Chong Yidong
a55739d3d0
Fix bogus code in gdb-place-breakpoints.
...
* progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
gdb-get-location.
2012-07-28 23:09:36 +08:00
Leo Liu
9a0f8f2e95
Avoid leaving nil in the alist in cc-imenu-objc-function
...
Fixes: debbugs:12029
2012-07-26 00:11:23 +08:00
Chong Yidong
971635eeb9
Backport fix for Bug#11989 from trunk.
...
* mouse.el (mouse-drag-track): Do not set the mark if the user
releases the mouse without selecting anything.
2012-07-25 14:14:30 +08:00
Leo Liu
2c73e345cc
Use match-string-no-properties instead in c-defun-name
...
for consistency.
2012-07-21 09:41:48 +08:00
Leo Liu
3646bcd6b8
* lisp/progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
...
Fixes: debbugs:7879
2012-07-21 05:18:52 +08:00
Jan Djärv
fe1a523fd9
Backport: Recognize Objective-C methods also in c-defun-name
...
Fixes: debbugs:7879
2012-07-21 03:59:49 +08:00
Leo Liu
542dfbde70
* progmodes/cc-langs.el (c-symbol-start): Include char _.
...
Fixes: debbugs:11986
2012-07-20 19:36:41 +08:00
Stefan Monnier
d0b822e38a
* lisp/userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
...
* lisp/progmodes/bug-reference.el, lisp/misearch.el: Provide themselves.
Fixes: debbugs:11915
2012-07-18 07:44:13 -04:00
Stefan Monnier
95bdccb782
* lisp/progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
...
of narrowed buffer.
Fixes: debbugs:11966
2012-07-18 05:33:09 -04:00
Andreas Schwab
9598ddae26
* shr.el (shr-expand-url): Handle URL starting with `//'.
2012-07-10 11:42:48 +02:00
Stefan Monnier
aa7aaf8f0b
* lisp/progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
...
change.
Fixes: debbugs:11826
2012-07-09 09:54:50 -04:00
Glenn Morris
cb4429739a
* lisp/simple.el (kill-whole-line): Doc tweak.
2012-07-02 18:42:45 -04:00
Eli Zaretskii
93842198fc
Fix bug #11827 with file-relative-name on MS-Windows.
...
lisp/files.el (file-relative-name): Compare file names
case-insensitively if on MS-Windows or MS-DOS, or if
read-file-name-completion-ignore-case is non-nil. Don't use
case-fold-search for this purpose.
2012-07-01 19:38:53 +03:00
Andreas Schwab
3d8b9024ad
* calendar/cal-dst.el (calendar-current-time-zone): Return
...
calendar-current-time-zone-cache if non-nil.
2012-06-28 14:13:38 +02:00
Glenn Morris
8c3a19aba0
* lisp/progmodes/which-func.el (which-func-format): Bump :version.
2012-06-25 00:11:53 -07:00
Masatake YAMATO
26e8548ea1
* lisp/progmodes/which-func.el (which-func-format): Add mouse-face.
...
Fixes: debbugs:11698
2012-06-25 00:11:03 -07:00
Glenn Morris
4961643b93
Auto-commit of loaddefs files.
2012-06-24 07:22:20 -04:00
Leo Liu
a08bd6bfef
Backport: Avoid buffer read-only error in ibuffer-diff-buffer-with-file-1
2012-06-24 10:41:03 +08:00
Leo Liu
d939b632e1
Backport: Avoid error when process-contact returns t in rcirc
2012-06-24 10:34:52 +08:00
Leo Liu
c101ef0a3c
Backport: * Fix typo in diff-file-prev/next
2012-06-24 10:30:51 +08:00
Leo Liu
4bdc63b8b7
Backport: Fix mal-formed defconst in url-http-codes
2012-06-23 21:53:52 +08:00
Leo Liu
e994155e95
* textmodes/enriched.el (enriched-next-annotation):
...
Use eq.
Fixes: debbugs:11528
2012-06-23 21:33:44 +08:00
Stefan Monnier
ec55c5e0b0
* minibuffer.el (minibuffer-confirm-exit-commands): Add completion-at-point.
...
Fixes: debbugs:11725
2012-06-23 00:48:55 -04:00
Glenn Morris
9e29ca4f48
Add some f90 preprocessor font-lock (bug#10499)
...
* lisp/progmodes/f90.el (f90-font-lock-keywords-2):
Add some preprocessor elements.
2012-06-21 15:31:49 -04:00
Stefan Monnier
bde2ab6f5b
* lisp/progmodes/cperl-mode.el (cperl-update-syntaxification):
...
Use syntax-propertize.
Fixes: debbugs:11739
2012-06-21 12:49:21 -04:00
Glenn Morris
05c44a7512
Further mule-menu-keymap doc tweak
2012-06-13 16:26:26 -04:00
Glenn Morris
9c758578ee
Doc tweaks for mule-cmds .el
...
* lisp/international/mule-cmds.el (mule-menu-keymap)
(set-language-environment, set-locale-environment): Doc tweaks.
2012-06-13 16:08:10 -04:00
Gnus developers
b4543a2894
Merge changes made in No Gnus
...
2012-06-10 Toke Hoiland-Jorgensen <toke@toke.dk> (tiny change)
* nnmaildir.el (nnmaildir-request-expire-articles):
Ensure that `time' is an integer to avoid later problems.
2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
* shr.el: Add a iso-8859-1 cookie to make stuff work under other
locales.
2012-06-10 22:16:03 +00:00
Chong Yidong
edcdbe4d31
Regenerate ldefs-boot.el.
2012-06-10 15:41:46 +08:00
Glenn Morris
9e1b8ec4c1
* mail/rmail.el (rmail-yank-current-message): Leave point at correct position.
...
Fixes: debbugs:11660
2012-06-09 21:37:41 -07:00
Chong Yidong
00cd0305d5
* allout-widgets.el: Fix code header
2012-06-07 22:30:54 +08:00
Chong Yidong
94f0aa3464
Bump version to 24.1.
...
Add release logs.
Regenerate AUTHORS and ldefs-boot.el.
2012-06-01 17:51:00 +08:00
Stefan Monnier
dd41169b6c
Fix long filename handling of byte-compile-fix-header.
...
* lisp/emacs-lisp/bytecomp.el (byte-compile-fix-header): Handle
arbitrary file name lengths (Bug#11585).
2012-05-31 13:56:57 +08:00
Martin Rudalics
5221ccb96e
Ugly fix for bug#11556.
...
* desktop.el (desktop-read): Clear previous and next buffers for all
windows and bury *Messages* buffer (bug#11556).
2012-05-28 11:48:29 +02:00
Bastien Guerry
ed7bebbb48
Add a forgotten lisp/org/ChangeLog entry.
2012-05-26 01:17:15 +02:00
Glenn Morris
a5532eb31e
Fix typos in previous
2012-05-25 17:28:05 -04:00
Bastien Guerry
9893229fd6
Fix major bug in the Org>ODT exporter.
2012-05-25 23:09:08 +02:00
Bastien Guerry
2a88ee23db
Merge Org 7.8.11 -- important bug fixes.
2012-05-25 09:39:32 +02:00
Katsumi Yamaoka
1b7e0ab8c7
gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is a string so that Gcc works (bug#11514)
2012-05-21 23:29:03 +00:00
Glenn Morris
f467fdc6f9
Auto-commit of loaddefs files.
2012-05-18 07:17:30 -04:00
Eli Zaretskii
b30b64b909
Fix "C-c C-r" in mail-mode invoked from Rmail.
...
lisp/mail/sendmail.el (mail-yank-region): Recognize
rmail-yank-current-message in addition to insert-buffer. Fixes
mail-mode's "C-c C-r" that otherwise does nothing when invoked in
a *mail* buffer created through rmail-start-mail with sendmail as
mail-user-agent.
2012-05-18 12:41:42 +03:00