aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-041-1/+1
* Fix typos.Juanma Barranquero2011-11-201-2/+2
* Work around GTK bug crashing emacs GTK builds.Tassilo Horn2011-11-181-0/+7
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* Fix typos.Juanma Barranquero2011-11-161-1/+1
* Remove term "subwindow" from code and documentation.Martin Rudalics2011-11-071-1/+1
* * lisp/window.el (window-deletable-p): Never delete last frame on a terminal.Chong Yidong2011-09-131-12/+0
* src/frame.c (x_report_frame_params): Cast to avoid compiler warnings.Eli Zaretskii2011-09-091-2/+6
* Whitespace changes.Juanma Barranquero2011-09-091-1/+1
* * frame.c (tty_frame_count): Now printmax_t, not int.Paul Eggert2011-08-291-18/+28
* Merge from trunk.Paul Eggert2011-07-281-5/+3
|\
| * Fix --reverse-video on ttys.Chong Yidong2011-07-221-5/+3
* | * frame.c: Integer overflow fixes.Paul Eggert2011-07-281-18/+20
|/
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-96/+49
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-141-1/+1
* Fix make_frame, introduce Vtemp_buffer_show_specifiers, cleanup doc-strings.Martin Rudalics2011-06-121-1/+1
* * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-111-10/+2
* Move window resize code from window.c to window.el.Martin Rudalics2011-06-101-5/+0
* Make delete_all_subwindows argument a Lisp_Object.Martin Rudalics2011-06-071-1/+1
* Move some window-related functions from frame.c to window.c.Martin Rudalics2011-06-061-111/+12
* Don't force ./temacs to start in terminal mode.Dan Nicolaescu2011-05-311-2/+0
* Move clipboard-manager functionality out of hooks.Chong Yidong2011-05-281-1/+8
* 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