Sat, 08 Jan 2011 17:15:51 -0500 |
Chong Yidong |
Fix permanancy of BUFFER-LIST arg to list-buffers-noselect (Bug#7749).
|
Sat, 08 Jan 2011 17:01:13 -0500 |
Chong Yidong |
Move directory-abbrev-alist doc from Lispref to Emacs manual.
|
Sat, 08 Jan 2011 16:37:20 -0500 |
Chong Yidong |
Explain why directory-abbrev-alist should be anchored (Bug#7777).
|
Sat, 08 Jan 2011 14:49:02 -0500 |
Chong Yidong |
* net/ldap.el (ldap-search-internal): Discard stderr output.
|
Fri, 07 Jan 2011 17:55:13 +0200 |
Eli Zaretskii |
Fix bug #7777 with documentation of directory-abbrev-alist.
|
Fri, 07 Jan 2011 17:32:12 +0200 |
Eli Zaretskii |
Fix description of emacsclientw.exe.
|
Thu, 06 Jan 2011 11:03:59 -0500 |
Stefan Monnier |
* vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
|
Tue, 04 Jan 2011 16:10:30 +0900 |
Kenichi Handa |
Fix handling of unknown MIME type (bug#7651).
|
Tue, 04 Jan 2011 16:09:46 +0900 |
Kenichi Handa |
Fix handling of unknown MIME type (bug#7651).
|
Tue, 04 Jan 2011 15:57:54 +0900 |
Kenichi Handa |
merge emacs-23
|
Sat, 15 Jan 2011 12:03:38 -0800 |
Glenn Morris |
Merge from emacs-23 branch.
|
Mon, 03 Jan 2011 22:26:22 +0100 |
Jan D. |
Backport bug 7517 fixes from trunk.
|
Fri, 14 Jan 2011 22:21:48 -0500 |
Chong Yidong |
* configure: Bump min libxml2 version to 2.6.17 (Bug#7603).
|
Sat, 15 Jan 2011 00:35:35 +0000 |
Katsumi Yamaoka |
[Gnus] Update copyright years.
|
Fri, 14 Jan 2011 14:55:35 -0500 |
Stefan Monnier |
* lisp/hexl.el (hexl-mode-old-*): Remove.
|
Fri, 14 Jan 2011 10:58:35 -0800 |
Paul Eggert |
Merge: make-dist distributes test/ files too.
|
Fri, 14 Jan 2011 10:56:58 -0800 |
Paul Eggert |
* make-dist: Distribute test/ files too.
|
Fri, 14 Jan 2011 13:10:15 -0500 |
Stefan Monnier |
* lisp/vc/smerge-mode.el: Resolve comment conflicts more aggressively.
|
Fri, 14 Jan 2011 13:06:07 -0500 |
Stefan Monnier |
Update md5 checksums
|
Fri, 14 Jan 2011 09:42:40 -0800 |
Glenn Morris |
ChangeLog merge fixes.
|
Fri, 14 Jan 2011 12:18:41 -0500 |
Stefan Monnier |
Merge from emacs-23
|
Fri, 14 Jan 2011 16:06:17 +0100 |
Kim F. Storm |
* emulation/cua-base.el (cua--init-keymaps):
|
Mon, 03 Jan 2011 21:32:41 +0200 |
Eli Zaretskii |
Don't use png_jmpbuf, it doesn't work with dynamic loading.
|
Sun, 02 Jan 2011 22:21:35 -0800 |
Glenn Morris |
Forgot to mark tiny change.
|
Sun, 02 Jan 2011 22:13:35 -0800 |
Glenn Morris |
Abbrev.el fix for bug #7733. (tiny change)
|
Sun, 02 Jan 2011 22:49:13 -0500 |
Stefan Monnier |
* progmodes/python.el (python-mode): Don't impose font-lock.
|
Sun, 02 Jan 2011 17:14:03 -0800 |
Glenn Morris |
* doc/misc/nxml-mode.texi (Introduction): Fix file name typos.
|
Sun, 02 Jan 2011 16:39:50 -0800 |
Glenn Morris |
Update refcards/*.tex short copyright year to 2011.
|
Sun, 02 Jan 2011 16:35:01 -0800 |
Glenn Morris |
* admin/admin.el (set-copyright): Also handle \year in refcards/*.tex.
|
Sun, 02 Jan 2011 16:01:07 -0800 |
Glenn Morris |
Revert accidental update of non-FSF copyright from r99313.
|
Sun, 02 Jan 2011 15:50:46 -0800 |
Glenn Morris |
Add 2011 to FSF/AIST copyright years.
|
Fri, 14 Jan 2011 13:17:24 +0100 |
Tassilo Horn |
* progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
|
Fri, 14 Jan 2011 12:25:56 +0100 |
Deniz Dogan |
* net/rcirc.el: Adding maintainer info and e-mail addresses.
|
Thu, 13 Jan 2011 18:44:25 -0800 |
Glenn Morris |
* admin/bzrmerge.el: Require cl when compiling.
|
Thu, 13 Jan 2011 21:12:43 -0500 |
Stefan Monnier |
* lisp/emacs-lisp/easymenu.el: Add :enable, and obey :label. Require CL.
|
Thu, 13 Jan 2011 18:14:30 -0500 |
Stefan Monnier |
Use run-mode-hooks for major mode hooks.
|
Thu, 13 Jan 2011 16:48:34 -0500 |
Stefan Monnier |
* lisp/mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
|
Thu, 13 Jan 2011 15:53:06 -0500 |
Stefan Monnier |
* test/indent/prolog.prolog: Add tokenizing tests.
|
Thu, 13 Jan 2011 15:46:38 -0500 |
Stefan Monnier |
* lisp/progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
|
Thu, 13 Jan 2011 21:17:15 +0100 |
Tassilo Horn |
(doc-view-initiate-display): Fall back to normal mode when
|
Thu, 13 Jan 2011 20:48:26 +0100 |
Tassilo Horn |
* doc-view.el (doc-view-open-text): Use meaningful text buffer
|
Thu, 13 Jan 2011 19:58:28 +0100 |
Tassilo Horn |
* simple.el (shell-command): Don't error out if shell command
|
Thu, 13 Jan 2011 17:26:40 +0100 |
Kim F. Storm |
* ido.el (ido-may-cache-directory): Move "too-big" check later.
|
Thu, 13 Jan 2011 16:44:41 +0100 |
Tassilo Horn |
* dired-x.el (dired-omit-verbose): New defcustom that allows
|
Thu, 13 Jan 2011 22:12:10 +1100 |
Christian Ohler |
Add ERT, a tool for automated testing in Emacs Lisp.
|
Thu, 13 Jan 2011 19:08:58 +1100 |
Christian Ohler |
Merged from trunk.
|
Thu, 13 Jan 2011 03:22:13 +1100 |
Christian Ohler |
configure: Regenerated.
|
Thu, 13 Jan 2011 03:08:24 +1100 |
Christian Ohler |
Add ERT, a tool for automated testing in Emacs Lisp.
|
Wed, 12 Jan 2011 23:30:23 -0500 |
Chong Yidong |
* font-lock.el (font-lock-verbose): Default to nil.
|
Wed, 12 Jan 2011 23:23:41 -0500 |
Chong Yidong |
New arg RETURN-ACTION for compose-mail, and related functions.
|
Wed, 12 Jan 2011 14:10:00 -0500 |
Chong Yidong |
* cus-theme.el (customize-themes): Use switch-to-buffer.
|
Wed, 12 Jan 2011 13:57:23 -0500 |
Chong Yidong |
* emacs-lisp/package.el (package--list-packages): Use switch-to-buffer.
|
Wed, 12 Jan 2011 17:19:36 +0100 |
Tassilo Horn |
Better diff faces on dark background.
|
Wed, 12 Jan 2011 08:35:04 +0100 |
Tassilo Horn |
Minor docfixes in imagemagick_load_image.
|
Tue, 11 Jan 2011 20:28:12 -0800 |
Glenn Morris |
* admin/bzrmerge.el: Standardize copyright and license headers.
|
Tue, 11 Jan 2011 23:32:50 +0000 |
Katsumi Yamaoka |
proto-stream.el (open-protocol-stream): Protect against the low-level transport functions returning nil.
|
Tue, 11 Jan 2011 21:14:13 +0100 |
Tassilo Horn |
* image.c (imagemagick_load_image, Finit_image_library): Free
|
Tue, 11 Jan 2011 19:42:30 +0100 |
Johan Bockgrd |
* lisp/emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
|
Tue, 11 Jan 2011 00:07:32 -0500 |
Stefan Monnier |
* lisp/progmodes/prolog.el: Fix up coding conventions and such.
|
Mon, 10 Jan 2011 23:34:06 -0500 |
Stefan Monnier |
* lisp/progmodes/prolog.el: Replace by a whole new file.
|