aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* New symbols in window.c.Martin Rudalics2011-06-082-16/+48
* Add some new members to window structure in window.h.Martin Rudalics2011-06-083-272/+612
* window-height, window-width, and window-full-width-p are now in window.el.Martin Rudalics2011-06-082-36/+5
* Move get-lru-window and get-largest-window to window.el.Martin Rudalics2011-06-072-81/+3
* Make delete_all_subwindows argument a Lisp_Object.Martin Rudalics2011-06-074-25/+40
* Install some window-size related functions and window-list-1.Martin Rudalics2011-06-074-65/+196
* * fns.c (Fputhash): Document return value.Daniel Colascione2011-06-062-1/+5
* * src/image.c (gif_load): Implement gif89a spec "no disposal" method.Chong Yidong2011-06-062-107/+129
* Add Bug#8794 to ChangeLog entry.Paul Eggert2011-06-061-1/+1
* Merge: Cons<->int and similar integer overflow fixes.Paul Eggert2011-06-0624-235/+317
|\
| * Merge from trunk.Paul Eggert2011-06-067-317/+420
| |\ | |/ |/|
* | * src/window.h (Fwindow_frame): Declare.Stefan Monnier2011-06-062-14/+19
* | * alloc.c: Simplify handling of large-request failures (Bug#8800).Paul Eggert2011-06-062-11/+11
* | Move some window-related functions from frame.c to window.c.Martin Rudalics2011-06-066-248/+299
* | Expose window-tree functions in Elisp.Martin Rudalics2011-06-062-8/+62
* | Prepare for exposing window-tree functions in Elisp.Martin Rudalics2011-06-062-38/+29
| * Check for overflow when converting integer to cons and back.Paul Eggert2011-06-0612-195/+219
| * Check for buffer and string overflow more precisely.Paul Eggert2011-06-0510-11/+37
| * * image.c: Use ptrdiff_t, not int, for sizes.Paul Eggert2011-06-052-10/+15
| * * fileio.c (Fverify_visited_file_modtime): Avoid time overflowPaul Eggert2011-06-052-1/+4
| * * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.Paul Eggert2011-06-052-3/+4
| * Don't assume time_t can fit into int.Paul Eggert2011-06-054-3/+8
| |\
| | * Don't assume time_t can fit into int.Paul Eggert2011-06-034-3/+8
| | |\
| | | * Don't assume time_t can fit into int.Paul Eggert2011-06-014-3/+8
| * | | Minor fixes for signed vs unsigned integers.Paul Eggert2011-06-056-15/+31
| |\ \ \ |/ / / / | | _ / | | /
| * | Minor fixes for signed vs unsigned integers.Paul Eggert2011-06-036-15/+31
| |\ \ | | |/
| | * Merge: Minor fixes for signed vs unsigned integers.Paul Eggert2011-06-016-15/+31
| | |\
| | | * Merge from trunk.Paul Eggert2011-05-315-13/+27
| | | |\
| | | * | Minor fixes for signed vs unsigned integers.Paul Eggert2011-05-316-15/+31
* | | | | * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacO).Paul Eggert2011-06-052-6/+17
* | | | | Fixes: debbugs:8806Andreas Schwab2011-06-062-1/+7
* | | | | * src/gtkutil.c (xg_get_default_scrollbar_width): Avoid warning.Andreas Schwab2011-06-062-4/+10
* | | | | * src/xfns.c (x_set_scroll_bar_default_width): Move declarationsAndreas Schwab2011-06-062-1/+7
* | | | | Handle scroll bar width larger than 16 for GTK3.Jan Djärv2011-06-054-2/+30
* | | | | src/xdisp.c (single_display_spec_intangible_p): Remove declaration.Juanma Barranquero2011-06-052-1/+4
* | | | | * src/xselect.c (x_get_foreign_selection): Reduce scope of x_catch_errors (Bu...Chong Yidong2011-06-042-16/+4
* | | | | Handle errors when saving to clipboard manager (Bug#8779).Chong Yidong2011-06-042-9/+59
* | | | | Merge from emacs-23; up to 2010-06-12T17:12:15Z!cyd@stupidchicken.com.Glenn Morris2011-06-043-2/+20
|\ \ \ \ \
| * | | | | * src/emacs.c (main): Warn when starting a GTK emacs in daemon mode.Dan Nicolaescu2011-06-022-0/+9
| * | | | | * fringe.c (update_window_fringes): Don't update overlay arrow bitmap in the ...YAMAMOTO Mitsuharu2011-06-012-2/+11
* | | | | | src/bidi.c (bidi_level_of_next_char): Fix last change.Eli Zaretskii2011-06-042-1/+5
* | | | | | Support bidi reordering of text covered by display properties.Eli Zaretskii2011-06-045-318/+649
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Cleanup. Tested in -nw and verified that bug #7616 didn't become worse.Eli Zaretskii2011-06-032-25/+5
| * | | | | src/xdisp.c (single_display_spec_string): Correct a FIXME comment.Eli Zaretskii2011-05-311-3/+10
| * | | | | Fix cursor motion across display strings covering reordered text.Eli Zaretskii2011-05-284-77/+43
| * | | | | Fix cursor motion near overlays covering reordered text.Eli Zaretskii2011-05-282-2/+27
| * | | | | src/xdisp.c (compute_display_string_pos): Fix bogus parentheses.Eli Zaretskii2011-05-281-1/+1
| * | | | | Discovery of replacing display properties now uses the same codeEli Zaretskii2011-05-214-180/+300
| * | | | | Remove kludgey save and restore of IT->position for push_it.Eli Zaretskii2011-05-142-16/+12
| * | | | | Text covered by `display' overlays is correctly reordered.Eli Zaretskii2011-05-144-11/+76