2011-01-14 |
Kenichi Handa |
Fix setting of buffer-file-coding-system of RMAIL buffer.
|
2011-01-13 |
Chong Yidong |
* lisp/subr.el (event-start, event-end): Doc fix (Bug#7826).
|
2011-01-13 |
Chong Yidong |
* message.el (message-bury): Add special-case handling for Rmail.
|
2011-01-12 |
Kenichi Handa |
Another improvement of MIME handling in rmail.
|
2011-01-12 |
Kenichi Handa |
merge emacs-23
|
2011-01-12 |
Kenichi Handa |
merge emacs-23
|
2011-01-12 |
Kenichi Handa |
Another improvement of MIME handling in rmail.
|
2011-01-12 |
Glenn Morris |
* message.el (message-mail): A compose-mail function should accept headers as strings.
|
2011-01-12 |
Chong Yidong |
Distinguish between terminfo and termcap on NetBSD (Bug#7642).
|
2011-01-12 |
Chong Yidong |
lisp/emulation/tpu-edt.el: Regenerate md5sum.
|
2011-01-11 |
Stefan Monnier |
* tmm.el (tmm-get-keymap): Skip bindings without labels.
|
2011-01-11 |
Stefan Monnier |
* whitespace.el (global-whitespace-newline-mode): Fix call
|
2011-01-10 |
Michael Albinus |
* net/tramp.el (tramp-find-inline-compress)
|
2011-01-10 |
Michael Albinus |
* net/tramp.el (tramp-default-method): Initialize with pscp/plink
|
2011-01-09 |
Eli Zaretskii |
Fix bug #6684 with shell pipelines on MS-Windows.
|
2011-01-08 |
Chong Yidong |
Fix permanancy of BUFFER-LIST arg to list-buffers-noselect (Bug#7749).
|
2011-01-08 |
Chong Yidong |
Move directory-abbrev-alist doc from Lispref to Emacs manual.
|
2011-01-08 |
Chong Yidong |
Explain why directory-abbrev-alist should be anchored (Bug#7777).
|
2011-01-08 |
Chong Yidong |
* net/ldap.el (ldap-search-internal): Discard stderr output.
|
2011-01-07 |
Eli Zaretskii |
Fix bug #7777 with documentation of directory-abbrev-alist.
|
2011-01-07 |
Eli Zaretskii |
Fix description of emacsclientw.exe.
|
2011-01-06 |
Stefan Monnier |
* vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
|
2011-01-04 |
Kenichi Handa |
Fix handling of unknown MIME type (bug#7651).
|
2011-01-04 |
Kenichi Handa |
Fix handling of unknown MIME type (bug#7651).
|
2011-01-04 |
Kenichi Handa |
merge emacs-23
|
2011-01-15 |
Glenn Morris |
Merge from emacs-23 branch.
|
2011-01-03 |
Jan D. |
Backport bug 7517 fixes from trunk.
|
2011-01-15 |
Chong Yidong |
* configure: Bump min libxml2 version to 2.6.17 (Bug#7603).
|
2011-01-15 |
Katsumi Yamaoka |
[Gnus] Update copyright years.
|
2011-01-14 |
Stefan Monnier |
* lisp/hexl.el (hexl-mode-old-*): Remove.
|
2011-01-14 |
Paul Eggert |
Merge: make-dist distributes test/ files too.
|
2011-01-14 |
Paul Eggert |
* make-dist: Distribute test/ files too.
|
2011-01-14 |
Stefan Monnier |
* lisp/vc/smerge-mode.el: Resolve comment conflicts more aggressively.
|
2011-01-14 |
Stefan Monnier |
Update md5 checksums
|
2011-01-14 |
Glenn Morris |
ChangeLog merge fixes.
|
2011-01-14 |
Stefan Monnier |
Merge from emacs-23
|
2011-01-14 |
Kim F. Storm |
* emulation/cua-base.el (cua--init-keymaps):
|
2011-01-03 |
Eli Zaretskii |
Don't use png_jmpbuf, it doesn't work with dynamic loading.
|
2011-01-03 |
Glenn Morris |
Forgot to mark tiny change.
|
2011-01-03 |
Glenn Morris |
Abbrev.el fix for bug #7733. (tiny change)
|
2011-01-03 |
Stefan Monnier |
* progmodes/python.el (python-mode): Don't impose font-lock.
|
2011-01-03 |
Glenn Morris |
* doc/misc/nxml-mode.texi (Introduction): Fix file name typos.
|
2011-01-03 |
Glenn Morris |
Update refcards/*.tex short copyright year to 2011.
|
2011-01-03 |
Glenn Morris |
* admin/admin.el (set-copyright): Also handle \year in refcards/*.tex.
|
2011-01-03 |
Glenn Morris |
Revert accidental update of non-FSF copyright from r99313.
|
2011-01-02 |
Glenn Morris |
Add 2011 to FSF/AIST copyright years.
|
2011-01-14 |
Tassilo Horn |
* progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
|
2011-01-14 |
Deniz Dogan |
* net/rcirc.el: Adding maintainer info and e-mail addresses.
|
2011-01-14 |
Glenn Morris |
* admin/bzrmerge.el: Require cl when compiling.
|
2011-01-14 |
Stefan Monnier |
* lisp/emacs-lisp/easymenu.el: Add :enable, and obey :label. Require CL.
|
2011-01-13 |
Stefan Monnier |
Use run-mode-hooks for major mode hooks.
|
2011-01-13 |
Stefan Monnier |
* lisp/mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
|
2011-01-13 |
Stefan Monnier |
* test/indent/prolog.prolog: Add tokenizing tests.
|
2011-01-13 |
Stefan Monnier |
* lisp/progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
|
2011-01-13 |
Tassilo Horn |
(doc-view-initiate-display): Fall back to normal mode when
|
2011-01-13 |
Tassilo Horn |
* doc-view.el (doc-view-open-text): Use meaningful text buffer
|
2011-01-13 |
Tassilo Horn |
* simple.el (shell-command): Don't error out if shell command
|
2011-01-13 |
Kim F. Storm |
* ido.el (ido-may-cache-directory): Move "too-big" check later.
|
2011-01-13 |
Tassilo Horn |
* dired-x.el (dired-omit-verbose): New defcustom that allows
|
2011-01-13 |
Christian Ohler |
Add ERT, a tool for automated testing in Emacs Lisp.
|