summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,...Paul Eggert2013-08-2724-18/+72
* Redesign redisplay interface to drop global output_cursor....Dmitry Antipov2013-08-288-124/+75
* Try to reduce redundancy in doc/misc/Makefile.in....Stefan Monnier2013-08-274-252/+25
* * lisp/emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.Stefan Monnier2013-08-272-5/+10
* Update location of Emacs on MS Windows FAQGlenn Morris2013-08-276-41/+18
* Simplify SELECT_TYPE-related code....Paul Eggert2013-08-279-44/+46
* Spelling fixes.Paul Eggert2013-08-273-11/+11
* Simplify EMACS_TIME-related code....Paul Eggert2013-08-2733-422/+389
* * doc/misc/efaq.texi: Rename from faq.texi, to match its output files....Glenn Morris2013-08-275-32/+34
* * lisp/isearch.el (isearch-other-meta-char): Don't store kmacro commands...Juri Linkov2013-08-272-0/+12
* * lisp/isearch.el (isearch-quote-char): Comment out converting unibyte...Juri Linkov2013-08-272-4/+14
* * configure.ac (DOCMISC_INFO_W32): Typo fix.Glenn Morris2013-08-271-1/+1
* Add missing argument in call of get-largest-window (Bug#15185)....Martin Rudalics2013-08-272-1/+7
* Auto-commit of generated files.Glenn Morris2013-08-272-1/+32
* * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)...Dmitry Antipov2013-08-272-12/+15
* * doc/misc/efaq-w32.texi (EMACSVER): Get it from emacsver.texi.Glenn Morris2013-08-272-2/+5
* * doc/misc/Makefile.in (webhack): Remove; it's nothing to do with Emacs....Glenn Morris2013-08-272-4/+2
* Merge from emacs-24; up to 2013-01-03T01:56:56Z!rgm@gnu.orgGlenn Morris2013-08-274-2/+8
|\
| * * lisp/emacs-lisp/package.el (package-buffer-info): Fix message typo.Glenn Morris2013-08-232-1/+5
| * Auto-commit of generated files.Glenn Morris2013-08-231-1/+1
| * * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.Glenn Morris2013-08-222-1/+5
* | Move source for Emacs on MS Windows FAQ here from Emacs webpages repository...Glenn Morris2013-08-278-14/+2455
* | * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)...Glenn Morris2013-08-262-53/+59
* | * xterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE:)...Dmitry Antipov2013-08-275-9/+12
* | * lisp.h (Mouse_HLInfo): Move from here......Dmitry Antipov2013-08-2712-152/+94
* | * lisp/progmodes/python.el (python-font-lock-keywords): Don't return nil...Stefan Monnier2013-08-262-17/+17
* | Minor merge from gnulib (mostly just for texinfo.tex).Paul Eggert2013-08-264-7/+13
* | 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 "" instead...Jan 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 members...Dmitry 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_vpos...Dmitry 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. Since...Dmitry 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 early...Dmitry 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 at...Vincent 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