aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* * window.c: Integer overflow fixes.Paul Eggert2011-09-041-17/+11
* Merge from trunk.Paul Eggert2011-08-051-9/+9
|\
| * Fix bug #9221 with memory leak in bidi display.Eli Zaretskii2011-08-051-9/+9
| |\
| | * Fix bug #9221 with resource allocation under word-wrap.Eli Zaretskii2011-08-051-9/+9
* | | Use ptrdiff_t for composition IDs.Paul Eggert2011-07-191-1/+1
|/ /
* | Support bidi reordering of overlay and display strings.Eli Zaretskii2011-07-141-9/+36
|\|
| * Empty the bidi cache "stack" when it->sp is zeroed.Eli Zaretskii2011-07-051-9/+36
* | window.c doc fixes.Lars Magne Ingebrigtsen2011-07-121-1/+2
* | Remove clone-number support. Provide clone-of parameter in window states.Martin Rudalics2011-07-021-28/+1
* | Rename more functions to use window-/window-- prefixes.Martin Rudalics2011-06-291-6/+7
* | Use window- prefix more consistently. Fix two buffer display bugs.Martin Rudalics2011-06-271-41/+41
* | Use better names for window-next/-prev and window-vchild/-hchild.Martin Rudalics2011-06-271-16/+16
* | Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-59/+20
* | Fix make_frame, introduce Vtemp_buffer_show_specifiers, cleanup doc-strings.Martin Rudalics2011-06-121-4/+17
* | * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-111-2/+1
* | Window configuration, balancing and fit-to-buffer rewrites.Martin Rudalics2011-06-111-224/+147
* | Move/add window-buffer-related functions to window.el.Martin Rudalics2011-06-111-262/+136
* | Make identifiers static if they are not used in other modules.Paul Eggert2011-06-101-2/+3
* | * window.c: Fix minor problems reported by GCC 4.6.0.Paul Eggert2011-06-101-20/+9
* | Avoid compiler warnings about missing prototypes of window.c functions.Eli Zaretskii2011-06-101-1/+1
* | Move window resize code from window.c to window.el.Martin Rudalics2011-06-101-1885/+68
* | Final preparations for new window resize code.Martin Rudalics2011-06-091-84/+1187
* | New symbols in window.c.Martin Rudalics2011-06-081-14/+40
* | Add some new members to window structure in window.h.Martin Rudalics2011-06-081-246/+494
* | window-height, window-width, and window-full-width-p are now in window.el.Martin Rudalics2011-06-081-36/+0
* | Move get-lru-window and get-largest-window to window.el.Martin Rudalics2011-06-071-81/+0
* | Make delete_all_subwindows argument a Lisp_Object.Martin Rudalics2011-06-071-22/+29
* | Install some window-size related functions and window-list-1.Martin Rudalics2011-06-071-60/+176
* | Move some window-related functions from frame.c to window.c.Martin Rudalics2011-06-061-130/+246
* | Expose window-tree functions in Elisp.Martin Rudalics2011-06-061-8/+59
* | Prepare for exposing window-tree functions in Elisp.Martin Rudalics2011-06-061-38/+23
* | * window.c (size_window): Avoid needless test at loop start.Paul Eggert2011-05-101-1/+4
|/
* Fix bug #7952 with vertical motion in Grep buffers.Eli Zaretskii2011-04-291-6/+14
* * lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert2011-04-251-2/+2
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-9/+5
* * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-4/+6
* Don't publish debugger-only interfaces to other modules.Paul Eggert2011-04-131-0/+1
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-16/+16
* * window.c (window_deletion_count): Now static.Paul Eggert2011-04-131-1/+1
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-5/+6
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-19/+22
* Merge from mainline.Paul Eggert2011-04-091-3/+0
|\
| * Remove internal_with_output_to_temp_buffer, replacing sole user with Lisp.Chong Yidong2011-04-081-3/+0
* | error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert2011-04-061-2/+2
|/
* Merge from lexical-binding branch.Stefan Monnier2011-04-011-23/+11
|\
| * Miscellanous cleanups in preparation for the merge.Stefan Monnier2011-04-011-0/+1
| * Merge from trunkStefan Monnier2011-03-311-26/+18
| |\
| * \ Merge from trunkStefan Monnier2011-03-211-26/+27
| |\ \
| * \ \ Merge from trunkStefan Monnier2011-03-061-12/+8
| |\ \ \
| * \ \ \ Merge from trunkStefan Monnier2011-02-211-35/+35
| |\ \ \ \