aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix minor problems found by static checking.Paul Eggert2013-08-269-26/+47
* * src/lread.c (substitute_object_recurse): Handle hash-tables as well.Stefan Monnier2013-08-262-23/+28
* Fix unlikely core dump in init_tty, and simplify terminfo case.Paul Eggert2013-08-263-16/+34
* * frame.c (check_minibuf_window): Initialize 'window' properly,Paul Eggert2013-08-262-1/+6
* Fix ChangeLog typo.Dmitry Antipov2013-08-261-1/+1
* * gtkutil.c (xg_initialize): Set gtk-menu-bar-accel to "" insteadJan Djärv2013-08-262-2/+7
* * lispref/variables.texi (File Local Variables): Don't recommend quoting!Stefan Monnier2013-08-262-2/+5
* * lisp.h (Mouse_HLInfo): Drop set-but-unused membersDmitry Antipov2013-08-263-14/+11
* * minibuffer.el: Revert change from 2013-08-20.Michael Albinus2013-08-268-23/+66
* New function check_minibuf_window to fix bug#15183.Martin Rudalics2013-08-262-32/+55
* * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'Tassilo Horn2013-08-262-9/+14
* * window.h (struct window): Replace last_cursor with last_cursor_vposDmitry Antipov2013-08-264-11/+19
* * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):Michael Albinus2013-08-262-2/+7
* Fix recovering from possible decompression error. SinceDmitry Antipov2013-08-262-3/+14
* * alloc.c (sweep_vectors): Do not initialize 'block' twice.Dmitry Antipov2013-08-261-1/+1
* * syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov2013-08-267-32/+14
* Fix broken customization in Flymake.Xue Fuqiao2013-08-263-1/+9
* Improve indentation of bracelists defined by macros (without "=").Alan Mackenzie2013-08-252-18/+40
* Add a question into configure.bat whether the user want to continue atVincent Belaïche2013-08-252-4/+20
* * INSTALL: Refer to INSTALL.MSYS.Glenn Morris2013-08-252-0/+4
* * nt/configure.bat: Disable it.Glenn Morris2013-08-252-2/+8
* Parse C++ inher-intro when there's a template split over 2 lines.Alan Mackenzie2013-08-253-8/+15
* Handle "/"s more accurately in test for virtual semicolons (AWK Mode).Alan Mackenzie2013-08-253-29/+73
* Add commentary for the last commit.Eli Zaretskii2013-08-241-0/+2
* Fix bug #15175 with cursor on boxed characters from display tables.Eli Zaretskii2013-08-242-1/+5
* Fix bug #15176 with setting directory times on MS-Windows.Eli Zaretskii2013-08-242-6/+29
* * gtkutil.c (x_wm_set_size_hint): Don't set hints when maximizedJan Djärv2013-08-242-0/+16
* System-dependent integer overflow fixes.Paul Eggert2013-08-233-29/+55
* * lisp/files.el (auto-mode-alist): Use sh-mode for .bash_history.Glenn Morris2013-08-232-2/+4
* Don't let very long directory names overrun the stack.Paul Eggert2013-08-236-138/+142
* * lisp/files.el (create-file-buffer): Rework previous change.Glenn Morris2013-08-232-10/+9
* * lisp/files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.Glenn Morris2013-08-232-0/+3
* * files.el (create-file-buffer): Handle a file whose basename is all spaces.Glenn Morris2013-08-232-2/+11
* * lisp/textmodes/fill.el (fill-match-adaptive-prefix): Don't throw awayStefan Monnier2013-08-232-1/+4
* * lisp/calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn'tStefan Monnier2013-08-232-11/+17
* Fix bug #15155 with ignoring face remapping for strings from prefix properties.Eli Zaretskii2013-08-232-3/+12
* Auto-commit of generated files.Glenn Morris2013-08-231-11/+31
* In display-buffer-pop-up-frame make BUFFER current (Bug#15133).Martin Rudalics2013-08-232-1/+10
* * window.c (struct save_window_data): Fix typo.Dmitry Antipov2013-08-231-1/+1
* Minor cleanup for redisplay interface and few related functions.Dmitry Antipov2013-08-237-47/+51
* Redesign redisplay interface to drop updated_row and updated_area.Dmitry Antipov2013-08-234-55/+59
* * process.c (flush_pending_output): Remove stub.Paul Eggert2013-08-224-25/+9
* * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically.Paul Eggert2013-08-222-12/+43
* * lisp/erc/erc.el: Use lexical-binding.Stefan Monnier2013-08-226-387/+376
* * lisp/calendar/timeclock.el: Minor cleanups.Stefan Monnier2013-08-212-68/+63
* * callproc.c: Fix race that killed background processes.Paul Eggert2013-08-212-17/+36
* Imported EIEIO test suite from CEDET upstreamDavid Engster2013-08-214-0/+1491
* * lisp/emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):Stefan Monnier2013-08-212-6/+9
* Auto-commit of generated files.Glenn Morris2013-08-211-1/+1
* Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFOREDmitry Antipov2013-08-212-3/+18