summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * lisp/emacs-lisp/smie.el (smie--matching-block-data): Invalidate theDmitry Gutov2013-10-112-3/+11
* * test/automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move beforeStefan Monnier2013-10-102-10/+16
* * src/fileio.c (Fsubstitute_in_file_name): Use substitute-env-in-file-name.Stefan Monnier2013-10-104-145/+57
* Attempt to fix crashes per bug #15575.Eli Zaretskii2013-10-103-57/+16
* * image.c: Pacify --enable-gcc-warnings.Paul Eggert2013-10-102-12/+23
* MS-Windows follow-up to 2013-10-10T01:03:11Z!rgm@gnu.org: support giflib 5.x.Eli Zaretskii2013-10-104-12/+78
* * vc/vc.el (vc-diff-build-argument-list-internal): If the file isJoão Távora2013-10-102-3/+8
* * lisp/menu-bar.el (menu-bar-open): Don't use popup-menu ifMasatake YAMATO2013-10-102-1/+7
* Auto-commit of generated files.Glenn Morris2013-10-101-2/+43
* * keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov2013-10-107-31/+26
* Fix doc-string of pop-to-buffer-same-window. (Bug#15492)Martin Rudalics2013-10-102-9/+10
* * keyboard.c (init_kboard): Now static. Add argDmitry Antipov2013-10-107-41/+43
* * lisp/menu-bar.el (tty-menu-navigation-map): Reduce redundancy.Stefan Monnier2013-10-093-40/+31
* * lib-src/make-docfile.c (search_lisp_doc_at_eol): Use int rather than charGlenn Morris2013-10-092-1/+6
* * icalendar.el (icalendar-import-file): Fix interactive spec (tiny change)Andrei Chitu2013-10-092-1/+6
* * lisp/desktop.el (desktop-save): Default to saving in .emacs.d,Glenn Morris2013-10-092-3/+11
* Handle giflib 5 changes (tiny change)Barry Fishman2013-10-094-2/+28
* * lisp/menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,Glenn Morris2013-10-093-21/+10
* * lisp/textmodes/text-mode.el (text-mode-map): Add a menu (tiny change)John Anthony2013-10-092-0/+25
* * lisp/isearch.el (isearch-pre-command-hook): Use this-single-command-keysJuri Linkov2013-10-102-4/+10
* * fns.c (sxhash_bool_vector): Fix buffer read overrun.Paul Eggert2013-10-092-1/+7
* Fix minor problems in text-mode menu display.Eli Zaretskii2013-10-092-1/+8
* * nsfns.m (Fns_convert_utf8_nfd_to_nfc): Check input for valid UTF-8Jan Djärv2013-10-092-5/+21
* * lisp/vc/vc-svn.el (vc-svn-create-repo): Expand paths in file://... url.Glenn Morris2013-10-092-1/+6
* * intervals.c (temp_set_point_both): Move test into 'eassert',Paul Eggert2013-10-092-2/+4
* * lisp.h (eassert): Don't use 'assume'.Paul Eggert2013-10-092-6/+14
* Doc tweaks for condGlenn Morris2013-10-094-13/+20
* authors.el triviaGlenn Morris2013-10-092-4/+14
* Fix bug #15565 with assertion violations in x_free_gc.Eli Zaretskii2013-10-092-2/+7
* Auto-commit of generated files.Glenn Morris2013-10-092-14/+4
* * lisp/profiler.el: Create a more coherent calltree from partial backtraces.Stefan Monnier2013-10-084-27/+166
* * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Indent after hangingDmitry Gutov2013-10-094-9/+29
* * lisp/isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]Juri Linkov2013-10-092-221/+73
* Fix minor problems found by static checking.Paul Eggert2013-10-088-63/+67
* Attempt to fix broken compilation on several systems due to menu.h.Eli Zaretskii2013-10-081-0/+4
* Fix bug #15557 with spelling in the manual.Eli Zaretskii2013-10-082-1/+4
* Support menus on text-mode terminals.Eli Zaretskii2013-10-0846-696/+2560
|\
| * Preload tooltip.el unconditionally.Eli Zaretskii2013-10-083-5/+3
| * Cleanups and commentary changes.Eli Zaretskii2013-10-083-28/+9
| * Horizontal keys in TTY menus work.Eli Zaretskii2013-10-084-32/+185
| * Make tty-menu-open-use-tmm a defcustom, update tmm docs accordingly.Eli Zaretskii2013-10-083-5/+19
| * F10 can now invoke menu-bar menus from local map.Eli Zaretskii2013-10-081-3/+11
| * F10 invokes menu by X,Y.Eli Zaretskii2013-10-061-3/+6
| * Improve commentary.Eli Zaretskii2013-10-051-0/+3
| * Account for character width on display in menu bar.Eli Zaretskii2013-10-051-1/+22
| * Fix pop down menu with another click on menu bar.Eli Zaretskii2013-10-051-0/+23
| * Fix menu drop by mouse click; new primitive menu-bar-menu-at-x-y.Eli Zaretskii2013-10-052-39/+107
| * Fix hiding cursor when displaying menu on a TTY.Eli Zaretskii2013-10-031-4/+7
| * Mark Lisp menu changes as documented in NEWS.Eli Zaretskii2013-10-031-0/+1
| * More updates for documentation.Eli Zaretskii2013-10-033-31/+45