log src/ChangeLog @ 97345:0b4b1b4344af

age author description
Thu, 07 Aug 2008 01:36:30 +0000 Adrian Robert * Makefile.in (emacs): Remove ndef NS conditional for 'emacs -list-load-path-shadows'. (nsgui.h): Reduce number of things depending on it.
Wed, 06 Aug 2008 18:26:02 +0000 Chong Yidong * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
Wed, 06 Aug 2008 16:20:46 +0000 Adrian Robert * config.in: Regenerate. * Makefile.in: Move nsXXX.m dependencies into big alphabetical list. (mostlyclean): Don't delete *.d under NS. * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
Wed, 06 Aug 2008 12:20:28 +0000 Kenichi Handa *** empty log message ***
Wed, 06 Aug 2008 09:30:00 +0000 Andreas Schwab Regenerate.
Tue, 05 Aug 2008 22:45:39 +0000 Chong Yidong * xdisp.c (redisplay_window): Don't enforce scroll-margin when
Tue, 05 Aug 2008 21:40:26 +0000 Chong Yidong * fileio.c (Vauto_save_list_file_name): Move here from file.el.
Tue, 05 Aug 2008 17:33:05 +0000 Adrian Robert emacs.c (main): Under NS, set working dir to HOME when get a 'psn' argument.
Tue, 05 Aug 2008 16:17:07 +0000 Adrian Robert set working dir to /Users/arobert under NS when psn argument given
Tue, 05 Aug 2008 15:04:03 +0000 Juanma Barranquero * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
Tue, 05 Aug 2008 03:05:14 +0000 Adrian Robert Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes.
Mon, 04 Aug 2008 21:58:34 +0000 Chong Yidong * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
Mon, 04 Aug 2008 17:50:47 +0000 Seiji Zenitani nsfns.m (x-create-frame): Set the frame parameter alpha to Qnil
Mon, 04 Aug 2008 17:14:08 +0000 Chong Yidong * nsterm.h (find_and_call_menu_selection): Fix prototype.
Mon, 04 Aug 2008 16:57:44 +0000 Adrian Robert fix popup menu selection return (menu.c); add use of popup_activated under NS (nsmenu.m, xdisp.c); improve comments (lisp.h, s/darwin.h); use FORWARD_SIGNAL_TO_MAIN_THREAD (syssignal.h)