aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Be more systematic about user-interface timestamps.Paul Eggert2011-05-121-2/+2
* Remove blank line.Paul Eggert2011-04-181-1/+0
* * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't rightPaul Eggert2011-04-181-9/+6
* * frame.c, frame.h (x_get_resource_string): Bring this back, butPaul Eggert2011-04-161-0/+25
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-13/+13
* * frame.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-27/+12
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-8/+9
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-13/+13
* Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-261-2/+2
* Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-231-1/+1
* * frame.c (validate_x_resource_name): Simplify count usage.Paul Eggert2011-03-211-2/+1
* Better version of previous patch.Paul Eggert2011-03-211-2/+1
* * frame.c (Fmodify_frame_parameters): Simplify loop counter.Paul Eggert2011-03-211-1/+2
* Avoid recording dead buffers in buffer-list frame param (Bug#7898).Chong Yidong2011-02-271-3/+11
* * frame.c (x_set_screen_gamma): Rename local to avoid shadowing.Paul Eggert2011-02-261-5/+5
* Hide implementation of `struct kboard'Tom Tromey2011-02-161-8/+8
* Change B_ to BVARTom Tromey2011-02-161-1/+1
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-1/+1
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-34/+34
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Check return values of some library calls.Paul Eggert2011-01-221-3/+8
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-37/+14
* Refill some copyright headers.Glenn Morris2011-01-151-1/+3
* Merge from emacs-23Stefan Monnier2011-01-141-4/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove unused declarationsAndreas Schwab2010-12-271-1/+1
* | * src/frame.c (focus_follows_mouse): Default to 0 (Bug#7269).Chong Yidong2010-12-201-8/+0
* | * frame.c (x_set_font): Remove unused variable.Andreas Schwab2010-12-031-1/+1
* | Fix bug#7299; default value of tool-bar-mode in without-x builds.Glenn Morris2010-10-311-0/+4
* | Remove duplicate Lisp definitions of define-minor-mode variables defined in C.Glenn Morris2010-10-281-1/+5
* | Merge changes from emacs-23Chong Yidong2010-10-241-9/+18
|\ \ | |/
| * src/frame.c: Fix previous change.Juanma Barranquero2010-10-221-2/+0
| * Document values of window-system and deprecate its use as predicate.Eli Zaretskii2010-10-221-7/+18
* | * src/frame.c (syms_of_frame) <menu-bar-mode>: Sync doc with Lisp.Glenn Morris2010-10-231-5/+9
* | * src/frame.c (Fframe_pointer_visible_p):Julien Danjou2010-10-181-0/+15
* | * src/frame.c (Ftool_bar_pixel_width): YAILOM (Yet anotherStefan Monnier2010-09-171-1/+1
* | Expose tool-bar pixel width to lisp and use it for speedbar (Bug#7048)Jan D2010-09-171-0/+23
* | Use const char* instead of char*.Dan Nicolaescu2010-08-081-1/+1
* | * src/frame.c (frame_params): Make const.Dan Nicolaescu2010-08-061-1/+1
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-12/+0
* | Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.Jan Djärv2010-07-291-1/+9
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-1/+0
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-6/+14
* | Remove unused static functions.Juanma Barranquero2010-07-231-9/+1
* | * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).Chong Yidong2010-07-171-1/+3
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-4/+10
|\ \
| * \ Merge changes from emacs-23 branch.Chong Yidong2010-07-101-4/+10
| |\ \ | | |/
| | * Fix faulty `if' statement in delete_frame.Chong Yidong2010-07-021-4/+10