summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2011-04-13Don't publish debugger-only interfaces to other modules.Paul Eggert
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert
2011-04-13* window.c (window_deletion_count): Now static.Paul Eggert
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert
2011-04-09Merge from mainline.Paul Eggert
2011-04-08Remove internal_with_output_to_temp_buffer, replacing sole user with Lisp.Chong Yidong
2011-04-06error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert
2011-04-01Merge from lexical-binding branch.Stefan Monnier
2011-04-01Miscellanous cleanups in preparation for the merge.Stefan Monnier
2011-03-31Merge from trunkStefan Monnier
2011-03-31src/xdisp.c: Remove unused parameters.Juanma Barranquero
2011-03-28* window.c (shrink_windows): Omit unused local var.Paul Eggert
2011-03-23Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou
2011-03-21Merge from trunkStefan Monnier
2011-03-072011-03-08 Paul Eggert <eggert@cs.ucla.edu>Paul Eggert
2011-03-06* window.c (display_buffer): Now static.Paul Eggert
2011-03-06* window.c (window_loop, size_window):Paul Eggert
2011-03-06Merge from trunkStefan Monnier
2011-03-05Doc fixes for bug#5567 (tiny change)Michael Shields
2011-02-21Merge from trunkStefan Monnier
2011-02-21Use offsets relative to top rather than bottom for stack refsStefan Monnier
2011-02-19* lisp/subr.el (save-window-excursion): New macro, moved from C.Stefan Monnier
2011-02-16Hide implementation of `struct kboard'Tom Tromey
2011-02-16Change B_ to BVARTom Tromey
2011-02-14Hide implementation of `struct buffer'Tom Tromey
2011-02-12Merge changes from emacs-23 branchChong Yidong
2011-02-08Fix to select_window.Martin Rudalics
2011-02-05Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca.Glenn Morris
2011-02-01* src/window.c (Fselect_window): Add missing return value.Andreas Schwab
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-22Merge from emacs-23Glenn Morris
2011-01-22Fix last change.Chong Yidong
2011-01-21Rework 2011-01-15 changes to window.c.Martin Rudalics
2011-01-19* window.c: Fix error introduced by previous patch.Tom Tromey
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-15Merge from emacs-23 branch, up to 2010-05-20T21:33:58Z!juri@jurta.org.Glenn Morris
2011-01-14Avoid crash in Fselect_frame due to null selected_window (Bug#7728).Martin Rudalics
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2011-01-02Merge changes from emacs-23 branchChong Yidong
2010-12-29* window.c (syms_of_window): Add missing defsubr for window-use-time.Štěpán Němec
2010-12-27Remove unused declarationsAndreas Schwab
2010-12-25* src/window.c (Fmove_to_window_line): Avoid abort when called in a bufferStefan Monnier
2010-12-19Minor clean up to silence some gcc warnings.Stefan Monnier
2010-11-16Cleanup of window coordinate positioning code.Chong Yidong
2010-11-16Revert changes in 2010-11-16T19:59:24Z!cyd@stupidchicken.comChong Yidong
2010-11-16Cleanup of window coordinate positioning code.Chong Yidong
2010-11-13* src/window.c (Fwindow_use_time): New function.Martin Rudalics