log src/frame.c @ 112434:9de5a68b57e1

age author description
Sat, 22 Jan 2011 18:56:06 -0800 Paul Eggert Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Sat, 15 Jan 2011 18:21:30 -0800 Glenn Morris Refill some copyright headers.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Mon, 27 Dec 2010 18:29:38 +0100 Andreas Schwab Remove unused declarations
Mon, 20 Dec 2010 19:11:30 +0800 Chong Yidong * src/frame.c (focus_follows_mouse): Default to 0 (Bug#7269).
Fri, 03 Dec 2010 11:07:40 +0100 Andreas Schwab * frame.c (x_set_font): Remove unused variable.
Sun, 31 Oct 2010 11:26:54 -0700 Glenn Morris Fix bug#7299; default value of tool-bar-mode in without-x builds.
Thu, 28 Oct 2010 20:29:29 -0700 Glenn Morris Remove duplicate Lisp definitions of define-minor-mode variables defined in C.
Sun, 24 Oct 2010 17:36:09 -0400 Chong Yidong Merge changes from emacs-23
Fri, 22 Oct 2010 12:52:08 +0200 Juanma Barranquero src/frame.c: Fix previous change.
Fri, 22 Oct 2010 12:35:31 +0200 Eli Zaretskii Document values of window-system and deprecate its use as predicate.
Sat, 23 Oct 2010 14:21:49 -0700 Glenn Morris * src/frame.c (syms_of_frame) <menu-bar-mode>: Sync doc with Lisp.
Mon, 18 Oct 2010 17:07:31 -0400 Stefan Monnier * src/frame.c (Fframe_pointer_visible_p):
Fri, 17 Sep 2010 16:37:14 +0200 Stefan Monnier * src/frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
Fri, 17 Sep 2010 11:04:35 +0200 Jan D Expose tool-bar pixel width to lisp and use it for speedbar (Bug#7048)
Sun, 08 Aug 2010 14:03:45 -0700 Dan Nicolaescu Use const char* instead of char*.
Fri, 06 Aug 2010 12:01:35 -0700 Dan Nicolaescu * src/frame.c (frame_params): Make const.
Thu, 05 Aug 2010 16:34:12 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Thu, 29 Jul 2010 18:49:59 +0200 Jan D. Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
Mon, 26 Jul 2010 20:52:35 -0700 Dan Nicolaescu Use const, move declarations to header files.
Fri, 23 Jul 2010 19:50:14 +0200 Juanma Barranquero Remove unused static functions.
Sat, 17 Jul 2010 14:34:44 -0400 Chong Yidong * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
Sat, 10 Jul 2010 15:01:01 -0400 Chong Yidong Merge changes from emacs-23 branch.
Sat, 10 Jul 2010 14:52:53 -0400 Chong Yidong Merge changes from emacs-23 branch.
Fri, 02 Jul 2010 12:35:08 -0400 Chong Yidong Fix faulty `if' statement in delete_frame.
Sat, 10 Jul 2010 14:56:47 -0400 Chong Yidong Adapt terminal frames to latest menu-bar changes.
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.