Tue, 12 Oct 2010 21:52:28 +0900 |
Kenichi Handa |
Fix typos in comments
|
Thu, 14 Oct 2010 11:03:25 +0900 |
Kenichi Handa |
(ps-mule-begin-job): Fix for the case that only ENCODING is set in a font-spec (bug#7197).
|
Tue, 12 Oct 2010 21:52:05 +0900 |
Kenichi Handa |
Fix typos in comments
|
Tue, 12 Oct 2010 21:41:18 +0900 |
Kenichi Handa |
merge emacs-23
|
Mon, 11 Oct 2010 20:47:36 -0700 |
Glenn Morris |
* README: Updates.
|
Mon, 11 Oct 2010 20:45:41 -0700 |
Glenn Morris |
* BUGS, INSTALL.BZR: Updates.
|
Mon, 11 Oct 2010 20:43:52 -0700 |
Glenn Morris |
etc/NEWS.
|
Thu, 14 Oct 2010 01:57:58 -0400 |
Chong Yidong |
Fix 2010-10-12 change to custom-theme-set-faces.
|
Wed, 13 Oct 2010 23:55:18 -0400 |
Chong Yidong |
Define a cursor defface; minor face optimizations.
|
Wed, 13 Oct 2010 22:14:38 -0500 |
Jay Belanger |
calc-alg.el (math-var): Renamed from `var'.
|
Thu, 14 Oct 2010 03:33:31 +0200 |
Juanma Barranquero |
src/w32*.c: Make functions static.
|
Thu, 14 Oct 2010 01:17:30 +0000 |
Katsumi Yamaoka |
mm-decode.el (mm-shr): Bind shr-blocked-images to suppress compile warning.
|
Thu, 14 Oct 2010 01:48:09 +0200 |
Juanma Barranquero |
src/image.c (DEF_IMGLIB_FN): Add argument to adapt to strict prototypes.
|
Thu, 14 Oct 2010 01:43:39 +0200 |
Juanma Barranquero |
lisp/subr.el (last): Deal with dotted lists (reported in bug#7174).
|
Thu, 14 Oct 2010 01:15:03 +0200 |
Juanma Barranquero |
lisp/subr.el (last): Use `safe-length' instead of `length' (bug#7206).
|
Wed, 13 Oct 2010 23:12:47 +0000 |
Katsumi Yamaoka |
nnimap.el (nnimap-close-server): Forget the nnimap data on close.
|
Thu, 14 Oct 2010 01:08:58 +0200 |
Juanma Barranquero |
src/makefile.w32-in: Simplify OBJ macros.
|
Wed, 13 Oct 2010 22:21:20 +0000 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
Wed, 13 Oct 2010 16:50:06 +0200 |
Juanma Barranquero |
Rename `image-library-alist' to `dynamic-library-alist'.
|
Wed, 13 Oct 2010 11:55:48 +0000 |
Katsumi Yamaoka |
shr: make shr-width a defcustom, use it in shr-tag-img.
|
Wed, 13 Oct 2010 05:39:17 +0000 |
Katsumi Yamaoka |
gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
|
Tue, 12 Oct 2010 20:30:36 -0700 |
Glenn Morris |
* lisp/subr.el (last): Make it faster.
|
Tue, 12 Oct 2010 20:23:47 -0700 |
Glenn Morris |
* lisp/Makefile.in (compile-clean): Use `` instead of $().
|
Tue, 12 Oct 2010 20:17:59 -0700 |
Glenn Morris |
Tidy some nextstep README etc files.
|
Tue, 12 Oct 2010 20:11:55 -0700 |
Glenn Morris |
* nextstep/README: Remove information duplicated in AUTHORS.
|
Tue, 12 Oct 2010 20:11:08 -0700 |
Glenn Morris |
* nextstep/AUTHORS: Remove email addresses.
|
Tue, 12 Oct 2010 20:08:45 -0700 |
Glenn Morris |
More make-dist simplification.
|
Wed, 13 Oct 2010 02:19:11 +0000 |
Katsumi Yamaoka |
gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars' position when (X-)Faces exist.
|
Tue, 12 Oct 2010 22:18:24 +0000 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
Tue, 12 Oct 2010 14:03:09 -0700 |
Dan Nicolaescu |
Remove trailing / from directory names.
|
Tue, 12 Oct 2010 16:06:20 -0400 |
Chong Yidong |
Add some default custom themes.
|
Tue, 12 Oct 2010 07:37:33 -0700 |
Dan Nicolaescu |
Avoid using trailing / in directory variables.
|
Tue, 12 Oct 2010 14:17:15 +0000 |
Katsumi Yamaoka |
gnus-sum.el: Remove long obsoleted functions.
|
Tue, 12 Oct 2010 01:05:28 -0700 |
Glenn Morris |
* make-dist: Replace grep with sed when determining $version.
|
Tue, 12 Oct 2010 01:01:11 -0700 |
Glenn Morris |
* make-dist: Remove the unnecessary $shortversion.
|
Tue, 12 Oct 2010 00:46:57 -0700 |
Glenn Morris |
* make-dist: Remove comment that no longer applies.
|
Tue, 12 Oct 2010 00:44:12 -0700 |
Glenn Morris |
* make-dist: Simplify trap handling.
|
Tue, 12 Oct 2010 00:31:58 -0700 |
Glenn Morris |
* make-dist: Use find for the whole etc/ directory.
|
Tue, 12 Oct 2010 00:27:07 -0700 |
Glenn Morris |
* make-dist: Use find for etc/image files.
|
Tue, 12 Oct 2010 00:09:39 -0700 |
Glenn Morris |
* make-dist: Use find to handle the etc and lisp directories.
|
Mon, 11 Oct 2010 23:38:34 -0700 |
Glenn Morris |
* make-dist: Simplify creation of lisp/MANIFEST.
|
Mon, 11 Oct 2010 21:32:20 -0700 |
Glenn Morris |
* make-dist: Update and simplify.
|
Mon, 11 Oct 2010 21:01:55 -0700 |
Glenn Morris |
Merge nextstep/FOR-RELEASE outstanding issues into etc/TODO.
|
Mon, 11 Oct 2010 20:55:21 -0700 |
Glenn Morris |
Move nextstep/DEV-NOTES to admin/notes/nextstep.
|
Mon, 11 Oct 2010 20:52:07 -0700 |
Glenn Morris |
* doc/lispref/book-spine.texinfo: Rename to book-spine.texi.
|
Mon, 11 Oct 2010 20:50:06 -0700 |
Glenn Morris |
* etc/BABYL: Remove file.
|
Mon, 11 Oct 2010 23:12:33 -0400 |
Chong Yidong |
Placeholder entry for Custom theme changes.
|
Mon, 11 Oct 2010 23:10:21 -0400 |
Chong Yidong |
New interface for choosing Custom themes.
|
Tue, 12 Oct 2010 04:45:24 +0200 |
Juanma Barranquero |
lisp/net/telnet.el: "Fix" commented code.
|
Tue, 12 Oct 2010 04:31:16 +0200 |
Juanma Barranquero |
lisp/cedet/ChangeLog: Move entries for emacs-lisp/ files back to lisp/ChangeLog.
|
Tue, 12 Oct 2010 03:51:31 +0200 |
Juanma Barranquero |
lisp/ChangeLog: Add missing bug reference.
|
Tue, 12 Oct 2010 03:48:58 +0200 |
Juanma Barranquero |
lisp/net/telnet.el (telnet-mode-map): Fix previous change.
|
Tue, 12 Oct 2010 10:49:05 +0900 |
Daiki Ueno |
Clarify the doc about caching passphrases.
|
Tue, 12 Oct 2010 00:25:50 +0000 |
Katsumi Yamaoka |
Fix last change.
|
Tue, 12 Oct 2010 01:57:49 +0200 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
Mon, 11 Oct 2010 21:18:08 +0200 |
Jan D. |
Bug#7150: Distinguishing between left and right Alt keys on NextStep/OSX.
|
Sun, 10 Oct 2010 21:31:40 +0200 |
Andreas Schwab |
* Makefile.in (ELCFILES): Update.
|
Sat, 09 Oct 2010 17:05:14 -0700 |
Glenn Morris |
* doc/man/emacs.1: Small fixes.
|
Sat, 09 Oct 2010 17:43:43 +0200 |
Stefan Monnier |
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point):
|
Sat, 09 Oct 2010 23:51:42 +1300 |
Nick Roberts |
(gdb-mouse-toggle-breakpoint-margin)
|