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
Stefan Monnier
6d4a05e3e0
* lisp/emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
...
parens around the arg list. Silly backport.
Fixes: debbugs:11499
2012-05-17 11:17:53 -04:00
Chong Yidong
ee812c5f16
Bump version to 24.0.97.
...
Regenerate ldefs-boot.el and AUTHORS.
2012-05-17 10:36:40 +08:00
Bastien Guerry
eb2adf0a29
ob.el: Fix bug.
2012-05-16 23:53:39 +02:00
Bastien Guerry
8c8b834fa9
Merge Org 7.8.10 -- important bug fixes since Org 7.8.09.
2012-05-16 19:33:50 +02:00
Chong Yidong
4f32cc6c57
* net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2012-05-16 10:49:19 +08:00
Chong Yidong
27d1f87a35
Misc docfixes.
...
Suggested by Martin Rudalics.
* doc/lispref/display.texi (Face Functions): Fix define-obsolete-face-alias.
* doc/lispref/functions.texi (Obsolete Functions): Fix doc for
set-advertised-calling-convention.
* doc/lispref/modes.texi (Mode Help): Fix describe-mode.
* doc/lispref/variables.texi (Variable Aliases): Fix make-obsolete-variable.
* lisp/help.el (describe-mode): Doc fix.
2012-05-15 23:43:06 +08:00
Chong Yidong
fcf2993fbb
* net/gnutls.el (gnutls-min-prime-bits): Default to 256.
...
Fixes: debbugs:11267
2012-05-15 23:16:13 +08:00
Chong Yidong
6cb820bab5
Backport fix for Bug#11382 from trunk
2012-05-13 17:16:46 +08:00
Stefan Monnier
d9d1dfefe1
* net/rlogin.el (rlogin-mode-map): Fix last change.
2012-05-11 08:40:43 -04:00
Jason L. Wright
8633b1f456
* mail/smtpmail.el (smtpmail-send-command): Send the command and
...
the following \r\n using a single `process-send-string', since the
Lotus SMTP server refuses to accept any commands if they are sent
with two `process-send-string's.
Fixes: debbugs:11444
2012-05-09 21:12:20 +02:00
Stefan Monnier
fe263b8f57
* lisp/shell.el (shell-parse-pcomplete-arguments):
...
Obey pcomplete-arg-quote-list inside double-quoted args as well.
Fixes: debbugs:11348
2012-05-09 13:20:24 -04:00
Stefan Monnier
1cb51c12e4
* shell.el (shell-completion-vars): Fix last change.
...
Fixes: debbugs:11348
2012-05-07 20:27:13 -04:00
Glenn Morris
188d270185
Improve previous dir-locals-read-from-file change
2012-05-06 21:29:59 -07:00
Chong Yidong
18f0051578
Fix a gdb-mi process filtering issue arising in ansi-color.el.
...
* lisp/ansi-color.el (ansi-color-process-output): Check for validity
of comint-last-output-start before using it. This avoids a bad
interaction with gdb-mi's input/output buffer.
2012-05-07 11:14:21 +08:00
Glenn Morris
fd075e7b2b
* files.el (dir-locals-read-from-file): Mention dir-locals in any error message.
2012-05-06 10:57:28 -07:00
Chong Yidong
25f292cd48
* emacs-lisp/package.el (package-built-in-p): Handle `emacs' package.
...
Fixes: debbugs:11410
2012-05-06 12:05:43 +08:00
Chong Yidong
f677562b6c
Fix package.el handling of local variables on first line.
...
* lisp/emacs-lisp/package.el (package-buffer-info): Avoid putting
local variables into description.
2012-05-05 13:13:27 +08:00
Stefan Monnier
3d53ee1b2d
* lisp/shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
...
shell-delimiter-argument-list.
(shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
Fixes: debbugs:11348
2012-05-05 00:18:49 -04:00
Glenn Morris
9824f50523
Auto-commit of loaddefs files.
2012-05-04 07:17:28 -04:00
Kenichi Handa
e59fb960ee
Backport fix for Bug#11282 from trunk
2012-05-04 18:26:36 +08:00
Chong Yidong
f16e53860f
* select.el (xselect--encode-string): Always use utf-8 for TEXT on Nextstep.
2012-05-04 18:23:00 +08:00
Eli Zaretskii
91af76bf30
Resurrect encoding of replies by Rmail which was lost in 2012-04-11T21:37:13Z!monnier@iro.umontreal.ca.
...
lisp/mail/rmail.el (rmail-yank-current-message): Use the encoding of
the yanked message in preference to the default value of
buffer-file-coding-system.
2012-04-30 15:50:12 +03:00
Martin Rudalics
d9558cadd4
Fix entry in display-buffer--action-function-custom-type
2012-04-30 11:09:26 +02:00
Alan Mackenzie
09affde083
Update CC Mode version to 5.32.3.
2012-04-27 17:49:31 +00:00
Chong Yidong
9723e05aa3
Bump version to 24.0.96.
...
Regenerate AUTHORS and ldefs-boot.el.
2012-04-28 00:33:57 +08:00
Chong Yidong
c5bb756916
Fix for tool-bar confusion in read-key.
...
* lisp/subr.el (read-key): Avoid running filter function when setting
up temporary tool bar entries.
Fixes: debbugs:9922
2012-04-27 10:24:38 +08:00
Bastien Guerry
5e0e5e3676
org-ctags.el (org-ctags-new-topic-template): Fix the option default value back again.
...
This option was changed by error in this commit:
http://git.savannah.gnu.org/cgit/emacs.git/diff/lisp/org/org-protocol.el?h=emacs-24&id=0fc749f9
I first overwrote this change by error, then backported it
into Org git repo, then backported the error back into Emacs.
This is now fixed.
2012-04-26 22:46:10 +02:00
Glenn Morris
cdb45185ee
ChangeLog fix
2012-04-26 14:57:49 -04:00
Bastien Guerry
2f885dcacb
Sync with Org git commit 374c56b.
2012-04-26 19:30:04 +02:00
Bastien Guerry
3959f36938
lisp/org/ChangeLog: remove references to files that are not in the directory.
2012-04-26 18:57:34 +02:00
Andreas Schwab
c4347ab9e5
Fixes: debbugs:11344
...
* vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
2012-04-26 11:27:37 +02:00
Chong Yidong
acb71f1dad
Ensure that X selection convertors properly encode returned strings.
...
Though not itself a regression, this bug was exposed by the support
for MULTIPLE selections, which is new to Emacs 24 (see Bug#11315).
* lisp/select.el (xselect--encode-string): New function, split from
xselect-convert-to-string.
(xselect-convert-to-string): Use it.
(xselect-convert-to-filename, xselect-convert-to-os)
(xselect-convert-to-host, xselect-convert-to-user): Ensure that
returned strings are properly encoded.
2012-04-24 13:34:50 +08:00
Chong Yidong
d55486c7f8
* simple.el (delete-active-region): Move to killing custom group.
2012-04-22 15:19:29 +08:00
Bastien Guerry
d6d0cf1f18
Remove wrong ChangeLog entry in lisp/org/ChangeLog.
...
Thanks to Stephen Berman for pointing this.
2012-04-22 01:06:59 +02:00
Andreas Schwab
581b67880c
* progmodes/which-func.el (which-func-current): Quote %
...
characters for mode-line processing.
2012-04-21 20:25:20 +02:00
Chong Yidong
18edb22d4f
Fix xml.el regression introduced by 2012-01-27 change.
...
* lisp/xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
reaching eob.
Fixes: debbugs:11286
2012-04-21 17:53:37 +08:00
Andreas Schwab
7b9946cfd9
* gnus.el (debbugs-gnu): Don't override existing autoload definition.
2012-04-21 09:55:02 +02:00
Glenn Morris
ed99f8ff2e
Comment fix
2012-04-20 20:32:15 -04:00
Paul Eggert
4b932ea214
Fix logic for returning to and yanking from Rmail buffer.
...
* mail/rmail.el (rmail-start-mail):
Pass (rmail-mail-return...) for the return-action.
Pass (rmail-yank-current-message...) for the yank-action.
(rmail-yank-current-message): New function.
(rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
(rmail-reply): Likewise.
(rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
* mail/sendmail.el (mail-bury): Choose the first rmail-mode
buffer, not the last. Reject temp buffers. Use the rmail-mode
buffer, not newbuf.
2012-04-20 12:17:59 -07:00
Eli Zaretskii
9ee9f4709c
Fix bug #11279 with sending command blocks to GDB.
...
lisp/progmodes/gdb-mi.el (gdb-control-level): New variable.
(gdb): Make it buffer-local and init to zero.
(gdb-control-commands-regexp): New variable.
(gdb-send): Don't wrap in "-interpreter-exec console" if
gdb-control-level is positive. Increment gdb-control-level
whenever the command matches gdb-control-commands-regexp, and
decrement it each time the command is "end". (Bug#11279)
2012-04-20 13:09:40 +03:00
Martin Rudalics
feeb6f5345
Improve fix for resizing minibuffer windows.
2012-04-20 11:59:10 +02:00
Chong Yidong
71bd2d79dd
* lisp/startup.el: Fix typo.
2012-04-20 17:41:27 +08:00
Martin Rudalics
41cfe0cb4c
Fix resizing of minibuffer windows (Bug#11276).
...
* window.el (adjust-window-trailing-edge, enlarge-window)
(shrink-window, window-resize):
* mouse.el (mouse-drag-line): Fix resizing of minibuffer
windows (Bug#11276).
2012-04-20 10:49:24 +02:00