| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge from trunkold-branches/window-pub | Martin Rudalics | 2011-06-06 | 6 | -9/+66 |
| |\ | |||||
| | * | * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacO). | Paul Eggert | 2011-06-05 | 2 | -6/+17 |
| | * | Fixes: debbugs:8806 | Andreas Schwab | 2011-06-06 | 2 | -1/+7 |
| | * | * src/gtkutil.c (xg_get_default_scrollbar_width): Avoid warning. | Andreas Schwab | 2011-06-06 | 2 | -4/+10 |
| | * | * src/xfns.c (x_set_scroll_bar_default_width): Move declarations | Andreas Schwab | 2011-06-06 | 2 | -1/+7 |
| | * | Handle scroll bar width larger than 16 for GTK3. | Jan Djärv | 2011-06-05 | 4 | -2/+30 |
| * | | Whitespace change | Martin Rudalics | 2011-06-06 | 1 | -1/+1 |
| * | | Merge from trunk | Martin Rudalics | 2011-06-05 | 26 | -586/+1120 |
| |\ \ | |/ | |||||
| | * | src/xdisp.c (single_display_spec_intangible_p): Remove declaration. | Juanma Barranquero | 2011-06-05 | 2 | -1/+4 |
| | * | * src/xselect.c (x_get_foreign_selection): Reduce scope of x_catch_errors (Bu... | Chong Yidong | 2011-06-04 | 2 | -16/+4 |
| | * | Handle errors when saving to clipboard manager (Bug#8779). | Chong Yidong | 2011-06-04 | 2 | -9/+59 |
| | * | Merge from emacs-23; up to 2010-06-12T17:12:15Z!cyd@stupidchicken.com. | Glenn Morris | 2011-06-04 | 3 | -2/+20 |
| | |\ | |||||
| | | * | * src/emacs.c (main): Warn when starting a GTK emacs in daemon mode. | Dan Nicolaescu | 2011-06-02 | 2 | -0/+9 |
| | | * | * fringe.c (update_window_fringes): Don't update overlay arrow bitmap in the ... | YAMAMOTO Mitsuharu | 2011-06-01 | 2 | -2/+11 |
| | * | | src/bidi.c (bidi_level_of_next_char): Fix last change. | Eli Zaretskii | 2011-06-04 | 2 | -1/+5 |
| | * | | Support bidi reordering of text covered by display properties. | Eli Zaretskii | 2011-06-04 | 5 | -318/+649 |
| | |\ \ | |||||
| | | * | | Cleanup. Tested in -nw and verified that bug #7616 didn't become worse. | Eli Zaretskii | 2011-06-03 | 2 | -25/+5 |
| | | * | | src/xdisp.c (single_display_spec_string): Correct a FIXME comment. | Eli Zaretskii | 2011-05-31 | 1 | -3/+10 |
| | | * | | Fix cursor motion across display strings covering reordered text. | Eli Zaretskii | 2011-05-28 | 4 | -77/+43 |
| | | * | | Fix cursor motion near overlays covering reordered text. | Eli Zaretskii | 2011-05-28 | 2 | -2/+27 |
| | | * | | src/xdisp.c (compute_display_string_pos): Fix bogus parentheses. | Eli Zaretskii | 2011-05-28 | 1 | -1/+1 |
| | | * | | Discovery of replacing display properties now uses the same code | Eli Zaretskii | 2011-05-21 | 4 | -180/+300 |
| | | * | | Remove kludgey save and restore of IT->position for push_it. | Eli Zaretskii | 2011-05-14 | 2 | -16/+12 |
| | | * | | Text covered by `display' overlays is correctly reordered. | Eli Zaretskii | 2011-05-14 | 4 | -11/+76 |
| | | * | | Refactoring with bidi_fetch_char tested and debugged. | Eli Zaretskii | 2011-05-14 | 3 | -30/+71 |
| | | * | | Started work on reordering display strings. Refactor FETCH_CHAR. | Eli Zaretskii | 2011-05-10 | 4 | -70/+232 |
| | * | | | Merge ChangeLog from trunk better. | Paul Eggert | 2011-06-02 | 1 | -16/+16 |
| | * | | | * alloc.c (allocate_vectorlike): Adjust to memory_full API change. | Paul Eggert | 2011-06-02 | 1 | -1/+1 |
| | * | | | Merge from trunk. | Paul Eggert | 2011-06-02 | 20 | -211/+317 |
| | |\ \ \ | |||||
| | | * \ \ | Merge: Remove arbitrary limit of 2**31 entries in hash tables. | Paul Eggert | 2011-06-02 | 14 | -160/+232 |
| | | |\ \ \ | |||||
| | | | * \ \ | Merge from trunk. | Paul Eggert | 2011-06-02 | 8 | -51/+85 |
| | | | |\ \ \ | | | |/ / / | | |/| | | | |||||
| | | * | | | | Make it possible to build with GCC-4.6+ -O2 -flto. | Dan Nicolaescu | 2011-06-01 | 2 | -1/+7 |
| | | * | | | | * lisp/minibuffer.el (minibuffer-inactive-mode-map): New var. | Stefan Monnier | 2011-06-01 | 2 | -32/+46 |
| | | * | | | | Miscellaneous tweaks. | Stefan Monnier | 2011-06-01 | 1 | -5/+5 |
| | | | * | | | Adjust ChangeLog as per Stefan's suggestions. | Paul Eggert | 2011-05-31 | 1 | -22/+20 |
| | | | * | | | Add Bug#. | Paul Eggert | 2011-05-30 | 1 | -1/+1 |
| | | | * | | | Remove arbitrary limit of 2**31 entries in hash tables. | Paul Eggert | 2011-05-30 | 14 | -160/+234 |
| | * | | | | | Fix ChangeLog entry order. | Paul Eggert | 2011-05-30 | 1 | -12/+10 |
| | * | | | | | Merge from trunk. | Paul Eggert | 2011-05-30 | 25 | -382/+297 |
| | |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | | Add bug#. | Paul Eggert | 2011-05-30 | 1 | -1/+1 |
| | * | | | | | [ChangeLog] | Paul Eggert | 2011-05-30 | 8 | -36/+66 |
| | * | | | | | Merge from trunk. | Paul Eggert | 2011-05-30 | 2 | -3/+3 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Add Bug#. | Paul Eggert | 2011-05-30 | 1 | -1/+1 |
| | * | | | | | | * gnutls.c: Use Emacs's memory allocators. | Paul Eggert | 2011-05-30 | 2 | -5/+25 |
| * | | | | | | | Merge from trunk | Martin Rudalics | 2011-06-01 | 5 | -13/+27 |
| |\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| | * | | | | | | src/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2011-05-31 | 2 | -0/+7 |
| | * | | | | | | * src/data.c (init_data): Remove code for UTS, this system is not | Dan Nicolaescu | 2011-05-31 | 2 | -4/+5 |
| | * | | | | | | Don't force ./temacs to start in terminal mode. | Dan Nicolaescu | 2011-05-31 | 3 | -4/+9 |
| | * | | | | | | Use const for a string pointer. | Dan Nicolaescu | 2011-05-31 | 2 | -5/+6 |
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | Merge from trunk | Martin Rudalics | 2011-05-31 | 46 | -1786/+2265 |
| |\ \ \ \ \ \ | |/ / / / / | |||||