log lisp/ChangeLog @ 111185:050a28bd1797

age author description
Mon, 25 Oct 2010 20:58:19 -0700 Glenn Morris Remove ns-handle-* functions that duplicate x-handle-*.
Mon, 25 Oct 2010 19:59:05 -0700 Glenn Morris Let ns load common-win.
Tue, 26 Oct 2010 10:31:27 +0900 Daiki Ueno Make epa-mail-encrypt expand mail aliases.
Tue, 26 Oct 2010 10:02:08 +0900 Daiki Ueno Make epa-mail-encrypt handle local-part only recipients.
Sun, 24 Oct 2010 22:39:21 -0700 Glenn Morris Simplifications for lisp/term/common-win.el
Sun, 24 Oct 2010 17:48:26 -0700 Glenn Morris Move ns-win.el's rather wacky menu adjustments to menu-bar.el.
Sun, 24 Oct 2010 19:40:55 -0400 Chong Yidong Avoid inline image variables for checkboxes (Bug#7222).
Sun, 24 Oct 2010 15:07:06 -0700 Glenn Morris ChangeLog fix.
Sun, 24 Oct 2010 15:04:45 -0700 Glenn Morris Move some more shared x-, w32- things to common-win.
Sun, 24 Oct 2010 17:44:53 -0400 Chong Yidong Fix 2010-10-10 keymap fixes.
Sun, 24 Oct 2010 17:36:09 -0400 Chong Yidong Merge changes from emacs-23
Sat, 23 Oct 2010 14:12:38 -0700 Dan Nicolaescu verilog-mode.el updates.
Sat, 23 Oct 2010 12:15:44 -0700 Glenn Morris Fix bug#7224.
Sat, 23 Oct 2010 01:38:34 +0200 Juanma Barranquero Fix typos.
Thu, 21 Oct 2010 08:33:47 +0200 Michael Albinus * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
Wed, 20 Oct 2010 09:46:21 +0900 Kenichi Handa merge emacs-23
Tue, 19 Oct 2010 13:52:29 +0200 Juanma Barranquero lisp/ChangeLog: Add missing entry.
Wed, 20 Oct 2010 09:32:53 +0900 Kenichi Handa face-remap.el (text-scale-adjust): Call read-event with a proper prompt.
Sun, 24 Oct 2010 14:43:31 -0400 Chong Yidong Merge read-color and facemenu-read-color (Bug#7242).
Sun, 24 Oct 2010 13:24:24 -0400 Chong Yidong Use recursive-trash feature for eshell deletion (Bug#7011).
Sun, 24 Oct 2010 11:46:21 -0400 Chong Yidong * package.el (package-menu-mode-map): Inherit from button-buffer-map.
Sun, 24 Oct 2010 11:39:32 -0400 Chong Yidong Fix last commit.
Sun, 24 Oct 2010 11:37:21 -0400 Chong Yidong Make the *Packages* buffer read-only.
Sun, 24 Oct 2010 15:27:37 +0000 Alan Mackenzie progmodes/cc-fonts.el (c-font-lock-declarations): Cache the result of
Sun, 24 Oct 2010 12:12:17 +0900 Daiki Ueno Try to use "gpg2" if "gpg" isn't available.
Sat, 23 Oct 2010 19:22:43 -0700 Glenn Morris Sync docs of selection-coding-system between C and Lisp.
Sat, 23 Oct 2010 19:13:37 -0700 Glenn Morris Sync Lisp and C docs of next-selection-coding-system.
Sat, 23 Oct 2010 18:57:21 -0700 Glenn Morris Reduce duplicate definitions of x-select-enable-clipboard from 3 to 2.
Sat, 23 Oct 2010 18:48:39 -0700 Glenn Morris Remove duplicate definition of tty-defined-color-alist.
Sat, 23 Oct 2010 17:58:22 -0700 Glenn Morris Avoid redefining some C defcustoms.
Sat, 23 Oct 2010 20:21:59 -0400 Chong Yidong Bind "C-c ]" to block-closing commands in several modes.
Sat, 23 Oct 2010 14:58:18 -0700 Glenn Morris * lisp/textmodes/flyspell.el (flyspell-mode): If there was an error,
Sat, 23 Oct 2010 14:13:39 -0700 Glenn Morris Sync docs of cursor-in-non-selected-windows between Lisp and C.
Sat, 23 Oct 2010 14:02:44 -0700 Glenn Morris Sync docs of C and Lisp version of auto-hscroll-mode.
Sat, 23 Oct 2010 13:43:59 -0700 Glenn Morris Make all copies of xw-defined-colors have identical docs.
Sat, 23 Oct 2010 13:40:46 -0700 Glenn Morris Make all 3 copies of x-select-enable-clipboard have the same doc.
Sat, 23 Oct 2010 12:56:57 -0700 Glenn Morris * lisp/comint.el (comint-password-prompt-regexp): Make it less vague.
Fri, 22 Oct 2010 19:46:06 -0700 Glenn Morris Replace digest-doc and sorted-doc C programs with Lisp commands.
Fri, 22 Oct 2010 19:36:28 -0700 Glenn Morris * lisp/help.el (finder-by-keyword): Remove unnecessary autoload.
Thu, 21 Oct 2010 21:03:55 -0700 Glenn Morris Support for systems without floats was removed a decade ago.
Thu, 21 Oct 2010 20:34:22 -0700 Glenn Morris Add bug ref to Changelog entry.
Thu, 21 Oct 2010 20:32:46 -0700 Glenn Morris Small autoloads fix.
Thu, 21 Oct 2010 23:17:26 -0400 Stefan Monnier * lisp/emacs-lisp/find-func.el (find-library): Use test-completion.
Thu, 21 Oct 2010 22:12:38 +0200 Lars Magne Ingebrigtsen * newcomment.el (comment-dwim): Fix the intentation in the doc string.
Thu, 21 Oct 2010 10:05:23 +0200 Michael Albinus * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
Thu, 21 Oct 2010 11:38:46 +0900 Daiki Ueno Tweak revert-buffer-function to inhibit auto-mode-alist.
Tue, 19 Oct 2010 20:45:42 +0000 Alan Mackenzie cc-langs.el (c-type-decl-prefix-key): C++ bit: move
Tue, 19 Oct 2010 20:18:35 +0000 Alan Mackenzie cc-mode.el (c-before-change, c-after-change): Move the setting of
Tue, 19 Oct 2010 15:22:40 -0400 Chong Yidong Revert 2010-10-18 change; use safe-functions instead.
Tue, 19 Oct 2010 15:20:33 -0400 Chong Yidong Remove mode-line end dashes on graphical terminals.
Tue, 19 Oct 2010 11:43:27 -0400 Chong Yidong Decouple C-d and delete, so that the former does not delete the region.
Tue, 19 Oct 2010 13:44:07 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Tue, 19 Oct 2010 11:26:21 +0200 Michael Albinus * net/tramp.el (tramp-do-file-attributes-with-stat)
Mon, 18 Oct 2010 14:38:11 -0400 Stefan Monnier * lisp/repeat.el (repeat): Use read-key to ignore mouse-down events.
Mon, 18 Oct 2010 13:28:20 -0400 Chong Yidong Don't allow functions that display messages in unsafep.
Sun, 17 Oct 2010 13:30:22 -0400 Stefan Monnier * lisp/minibuffer.el (completion--replace): Move point where it belongs
Fri, 15 Oct 2010 14:15:43 +0200 Michael Albinus * net/tramp.el (tramp-open-connection-setup-interactive-shell):
Fri, 15 Oct 2010 09:41:53 +0900 Kenichi Handa international/characters.el: Add category '|' (word breakable) to fullwidth characters.
Tue, 19 Oct 2010 11:50:07 +0200 Michael Albinus * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
Mon, 18 Oct 2010 17:10:38 -0400 Stefan Monnier * lisp/avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is