summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAge
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-14
* Fix make_frame, introduce Vtemp_buffer_show_specifiers, cleanup doc-strings.Martin Rudalics2011-06-12
* * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-11
* Move window resize code from window.c to window.el.Martin Rudalics2011-06-10
* Make delete_all_subwindows argument a Lisp_Object.Martin Rudalics2011-06-07
* Move some window-related functions from frame.c to window.c.Martin Rudalics2011-06-06
* Don't force ./temacs to start in terminal mode.Dan Nicolaescu2011-05-31
* Move clipboard-manager functionality out of hooks.Chong Yidong2011-05-28
* Be more systematic about user-interface timestamps.Paul Eggert2011-05-12
* Remove blank line.Paul Eggert2011-04-18
* * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't rightPaul Eggert2011-04-18
* * frame.c, frame.h (x_get_resource_string): Bring this back, butPaul Eggert2011-04-16
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-13
* * frame.c: Make symbols static if they're not exported.Paul Eggert2011-04-13
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-10
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-10
* Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-26
* Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-23
* * frame.c (validate_x_resource_name): Simplify count usage.Paul Eggert2011-03-21
* Better version of previous patch.Paul Eggert2011-03-21
* * frame.c (Fmodify_frame_parameters): Simplify loop counter.Paul Eggert2011-03-21
* Avoid recording dead buffers in buffer-list frame param (Bug#7898).Chong Yidong2011-02-27
* * frame.c (x_set_screen_gamma): Rename local to avoid shadowing.Paul Eggert2011-02-26
* Hide implementation of `struct kboard'Tom Tromey2011-02-16
* Change B_ to BVARTom Tromey2011-02-16
* Hide implementation of `struct buffer'Tom Tromey2011-02-14
* Use SSDATA when the context wants char *.Paul Eggert2011-01-30
* Refill some long/short copyright headers.Glenn Morris2011-01-26
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Check return values of some library calls.Paul Eggert2011-01-22
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-22
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* Refill some copyright headers.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Remove unused declarationsAndreas Schwab2010-12-27
* | * src/frame.c (focus_follows_mouse): Default to 0 (Bug#7269).Chong Yidong2010-12-20
* | * frame.c (x_set_font): Remove unused variable.Andreas Schwab2010-12-03
* | Fix bug#7299; default value of tool-bar-mode in without-x builds.Glenn Morris2010-10-31
* | Remove duplicate Lisp definitions of define-minor-mode variables defined in C.Glenn Morris2010-10-28
* | Merge changes from emacs-23Chong Yidong2010-10-24
|\|
| * src/frame.c: Fix previous change.Juanma Barranquero2010-10-22
| * Document values of window-system and deprecate its use as predicate.Eli Zaretskii2010-10-22
* | * src/frame.c (syms_of_frame) <menu-bar-mode>: Sync doc with Lisp.Glenn Morris2010-10-23
* | * src/frame.c (Fframe_pointer_visible_p):Julien Danjou2010-10-18
* | * src/frame.c (Ftool_bar_pixel_width): YAILOM (Yet anotherStefan Monnier2010-09-17
* | Expose tool-bar pixel width to lisp and use it for speedbar (Bug#7048)Jan D2010-09-17
* | Use const char* instead of char*.Dan Nicolaescu2010-08-08
* | * src/frame.c (frame_params): Make const.Dan Nicolaescu2010-08-06