aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | * configure.ac (LIBGNUTLS): Don't set LIBGNUTLS_* back to the emptyStefan Monnier2013-10-112-5/+11
| * | | Fix popping down a menu by a second mouse click.Eli Zaretskii2013-10-112-10/+3
| * | | Make the same key that opens TTY menus also exit the menu.Eli Zaretskii2013-10-112-46/+50
| * | | Support frame dimension changes while TTY menus are displayed.Eli Zaretskii2013-10-114-4/+19
| * | | * term.c (tty_menu_show): Never return with unbalancedDmitry Antipov2013-10-112-9/+16
| * | | Menu item selection on TTYs is now cyclical.Eli Zaretskii2013-10-112-1/+11
| * | | Support GnuTLS v3 and set up its audit logging properly.Ted Zlatanov2013-10-114-0/+38
* | | | international/mule-cmds.el (select-safe-coding-system): Remove a superfluous ...Kenichi Handa2013-10-132-2/+12
|/ / /
* | | * dispnew.c (redraw_frame): Remove useless #ifdef becauseDmitry Antipov2013-10-113-4/+8
* | | Fix bug #15575 with crashes in TTY menus.Eli Zaretskii2013-10-113-3/+28
* | | * lisp.h (eassume): New macro.Paul Eggert2013-10-1011-34/+64
* | | * xdisp.c (deep_copy_glyph_row): Remove unused locals.Dmitry Antipov2013-10-112-1/+4
* | | * lisp/progmodes/sh-script.el: Provide simpl(e|istic) completion.Stefan Monnier2013-10-102-20/+72
* | | * lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split theDmitry Gutov2013-10-113-18/+17
* | | * 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