log src/ChangeLog @ 105459:114186285f98

age author description
Mon, 05 Oct 2009 08:35:41 +0000 Eli Zaretskii *** empty log message ***
Sun, 04 Oct 2009 09:07:40 +0000 Eli Zaretskii *** empty log message ***
Sat, 03 Oct 2009 13:31:08 +0000 Juanma Barranquero * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
Fri, 02 Oct 2009 06:01:32 +0000 Michael Albinus *** empty log message ***
Thu, 01 Oct 2009 23:17:39 +0000 Juanma Barranquero * lisp.h (Qdelete_directory_internal):
Thu, 01 Oct 2009 17:47:38 +0000 Stefan Monnier * eval.c (Fcalled_interactively_p): Add `kind' argument.
Thu, 01 Oct 2009 15:08:13 +0000 Michael Albinus *** empty log message ***
Mon, 28 Sep 2009 02:01:52 +0000 Stefan Monnier (get_next_display_element): Use an enum in last change.
Mon, 28 Sep 2009 01:05:20 +0000 Kenichi Handa *** empty log message ***
Sun, 27 Sep 2009 16:21:47 +0000 Adrian Robert * menu.c (find_and_return_menu_selection) [HAVE_NS]: Remove double-casting in client_data comparison.
Sun, 27 Sep 2009 15:50:39 +0000 Adrian Robert * nsterm.h (ns_app_name): New extern variable.
Sun, 27 Sep 2009 04:40:41 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Sat, 26 Sep 2009 19:40:55 +0000 Glenn Morris (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in internal.elc.
Fri, 25 Sep 2009 17:40:53 +0000 David Reitter nsmenu.m (EmacsMenu-clear): Recognize application menu
Thu, 24 Sep 2009 16:59:14 +0000 Juanma Barranquero * frame.c (xrdb_get_resource): Return nil for empty string resources;
Thu, 24 Sep 2009 08:18:40 +0000 Andreas Schwab (decode_coding_iso_2022): Fix operator precedence.
Thu, 24 Sep 2009 01:04:27 +0000 Juanma Barranquero * dired.c (Fdirectory_files): Fix typo in docstring.
Wed, 23 Sep 2009 18:21:50 +0000 Adrian Robert * nsterm.m (EV_TIMESTAMP, x_set_window_size)
Wed, 23 Sep 2009 02:38:08 +0000 Adrian Robert * nsfont.m (Vns_reg_to_script): New lisp variable.
Wed, 23 Sep 2009 01:07:45 +0000 Adrian Robert * nsterm.m (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
Tue, 22 Sep 2009 19:49:57 +0000 Adrian Robert * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
Sun, 20 Sep 2009 17:05:00 +0000 Stefan Monnier (find_handler_clause): Make stack-trace-on-error work in batch mode (bug#4228).
Fri, 18 Sep 2009 23:54:04 +0000 Adrian Robert * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more carefully.
Fri, 18 Sep 2009 23:39:44 +0000 Chong Yidong * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
Fri, 18 Sep 2009 23:39:04 +0000 Chong Yidong * syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
Fri, 18 Sep 2009 23:36:29 +0000 Adrian Robert * nsfns.m (x-focus-frame): Activate the app first.
Fri, 18 Sep 2009 21:27:11 +0000 Adrian Robert * nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
Fri, 18 Sep 2009 21:12:09 +0000 Adrian Robert * emacs.c (main) [HAVE_NS]: fix error printf in daemon case.
Fri, 18 Sep 2009 15:34:23 +0000 Adrian Robert * nsfns.m (x-close-connection): Drop PSFlush() under OS X.
Fri, 18 Sep 2009 15:14:14 +0000 Adrian Robert * emacs.c (inhibit_x_resources): Update doc string for NS.