log

age author description
Thu, 22 Jan 2009 12:23:47 +0000 Adrian Robert * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:): Display all shortcuts, including those w/o super modifier.
Thu, 22 Jan 2009 11:41:24 +0000 Adrian Robert fix date in last commit
Thu, 22 Jan 2009 11:39:10 +0000 Adrian Robert * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for ns_alternate_modifier. (Bug#1217)
Thu, 22 Jan 2009 07:00:08 +0000 Romain Francoise (ELCFILES): Update.
Thu, 22 Jan 2009 06:58:10 +0000 Dan Nicolaescu * frame.el (make-frame-on-tty): Remove function, inline contents
Thu, 22 Jan 2009 06:38:56 +0000 Dan Nicolaescu Add support for m68k-*-netbsd.
Thu, 22 Jan 2009 06:33:06 +0000 Glenn Morris Comment (header format fix).
Thu, 22 Jan 2009 04:56:40 +0000 Chong Yidong pmailhdr.el: File removed.
Thu, 22 Jan 2009 04:54:35 +0000 Chong Yidong (format-annotate-function): Set write-region-post-annotation-function.
Thu, 22 Jan 2009 04:53:41 +0000 Chong Yidong (Format Conversion Piecemeal): Clarify behavior of
Thu, 22 Jan 2009 04:53:32 +0000 Chong Yidong * files.texi (Format Conversion Piecemeal): Clarify behavior of
Thu, 22 Jan 2009 04:53:20 +0000 Chong Yidong Document write-region-annotate-functions changes.
Thu, 22 Jan 2009 04:52:49 +0000 Chong Yidong (buffer-swapped-with): Var removed.
Thu, 22 Jan 2009 04:50:27 +0000 Chong Yidong (pmail-cease-edit, pmail-edit-mode): Use pmail-buffer-swapped.
Thu, 22 Jan 2009 04:49:41 +0000 Chong Yidong (pmail-summary-expunge-and-save): Use pmail-expunge-and-save.
Thu, 22 Jan 2009 04:49:19 +0000 Chong Yidong Fix last change.
Thu, 22 Jan 2009 04:46:52 +0000 Chong Yidong * pmailhdr.el: File removed.
Thu, 22 Jan 2009 04:43:47 +0000 Chong Yidong * format.el (format-annotate-function): Set
Thu, 22 Jan 2009 04:42:51 +0000 Chong Yidong (Vwrite_region_post_annotation_function)
Thu, 22 Jan 2009 04:42:41 +0000 Chong Yidong * fileio.c (Vwrite_region_post_annotation_function)
Thu, 22 Jan 2009 01:43:02 +0000 John Wiegley Added missing ChangeLog entry
Thu, 22 Jan 2009 01:11:49 +0000 John Wiegley Patch to change the default binding of C-a to eshell-bol. I don't think it's
Thu, 22 Jan 2009 01:11:30 +0000 John Wiegley Add eshell-handle-ansi-color to the default list of output filters.
Thu, 22 Jan 2009 00:00:13 +0000 Adrian Robert * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on Tiger. * nsfns.m (ns_do_applescript): Conditionalize typeUTF16ExternalRepresentation on Tiger.
Wed, 21 Jan 2009 22:28:45 +0000 Adrian Robert * nsimage.m (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color values in onTiger section. * nsterm.m (ns_defined_color): Fix settings of the XColor variable fields: red,green,blue scale to 2-byte, pixel's components to 1-byte. (Bug#1663)
Wed, 21 Jan 2009 22:26:32 +0000 Adrian Robert fix typo in comment
Wed, 21 Jan 2009 21:20:55 +0000 Stefan Monnier (completion--insert-strings): Fix up computation of
Wed, 21 Jan 2009 20:33:17 +0000 Chong Yidong (server-start): Allow server to shut down when no frames are available
Wed, 21 Jan 2009 20:28:27 +0000 Chong Yidong * server.el (server-start): Allow server to shut down when no frames
Wed, 21 Jan 2009 18:56:41 +0000 Adrian Robert * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window. (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
Wed, 21 Jan 2009 18:54:45 +0000 Michael Albinus *** empty log message ***
Wed, 21 Jan 2009 18:54:10 +0000 Michael Albinus * tramp.texi (all): Harmonize usage of "external method",
Wed, 21 Jan 2009 18:13:26 +0000 Adrian Robert * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues. * nsterm.m (EmacsPrefsController-setPanelFromDefaultValues) New function. (EmacsPrefsController-resetToDefaults:): Use it.
Wed, 21 Jan 2009 17:58:16 +0000 Adrian Robert * macos.texi (Preferences Panel): Update description of font setting to reflect that prior frame selection is no longer needed.
Wed, 21 Jan 2009 17:56:37 +0000 Adrian Robert (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
Wed, 21 Jan 2009 17:28:05 +0000 Adrian Robert * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore DPI. (Bug#1316)
Wed, 21 Jan 2009 17:09:28 +0000 Adrian Robert *** empty log message ***
Wed, 21 Jan 2009 17:05:45 +0000 Adrian Robert * nsterm.m: (x_set_frame_alpha): Add prototype. (ns_fake_keydown, EmacsView-keyUp:): New variable and function to handle Ctrl-tab. (ns_get_color): Use unsigned long long for scanned hex string value. (ns_term_shutdown): Abort on non SIGTERM signals.
Wed, 21 Jan 2009 16:34:24 +0000 Adrian Robert * nsmenu.m (NSMENUPROFILE): Change #if style.
Wed, 21 Jan 2009 11:03:25 +0000 Juanma Barranquero * term.el (term-previous-matching-input, term-next-matching-input)
Wed, 21 Jan 2009 03:54:29 +0000 Glenn Morris (authors-aliases): Remove some "ignore" entries that are no longer needed.
Wed, 21 Jan 2009 03:50:32 +0000 Glenn Morris Mention limiting number of bugs displayed on web-page.
Wed, 21 Jan 2009 01:23:31 +0000 Chong Yidong Very minor doc fix.
Tue, 20 Jan 2009 11:34:39 +0000 Agustin Martin (ispell-find-aspell-dictionaries): Use aspell default dict.
Tue, 20 Jan 2009 05:27:31 +0000 Nick Roberts (Debuggers): Add paragraph missed in previous change.
Tue, 20 Jan 2009 05:20:40 +0000 Nick Roberts (Debuggers): Revert some of 2008-10-31 change to
Tue, 20 Jan 2009 05:19:02 +0000 Nick Roberts *** empty log message ***
Tue, 20 Jan 2009 02:29:24 +0000 Juanma Barranquero Fix bug references.
Tue, 20 Jan 2009 02:15:43 +0000 Kenichi Handa *** empty log message ***
Tue, 20 Jan 2009 02:14:58 +0000 Kenichi Handa (describe-char): Improve description of eight-bit
Tue, 20 Jan 2009 01:21:37 +0000 Glenn Morris Restore comment lost in previous change.
Tue, 20 Jan 2009 01:18:20 +0000 Glenn Morris (pmail-last-label, pmail-last-multi-labels):
Tue, 20 Jan 2009 01:16:55 +0000 Glenn Morris (pmail-message-labels-p): Move back to pmail.el.
Tue, 20 Jan 2009 01:16:28 +0000 Glenn Morris (pmail-last-label, pmail-last-multi-labels): Move back to pmail.el.
Tue, 20 Jan 2009 00:58:43 +0000 Glenn Morris Add yet more addresses to avoid in replies.
Tue, 20 Jan 2009 00:53:00 +0000 Glenn Morris (authors-aliases, authors-fixed-case): Add some entries.
Tue, 20 Jan 2009 00:51:23 +0000 Glenn Morris Fix some alias and case issues.
Mon, 19 Jan 2009 16:58:51 +0000 Chong Yidong Fix last change.
Mon, 19 Jan 2009 16:58:34 +0000 Chong Yidong Autoload other interpreter names.
Mon, 19 Jan 2009 16:58:13 +0000 Chong Yidong * progmodes/ruby-mode.el (name): Autoload other interpreter names.