aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Initialize cl--gensym-counter to 0Paul Eggert2015-06-273-23/+9
* Improve docstring for macroexp-let2Paul Eggert2015-06-271-11/+34
* Fix VC test suite on MS-WindowsEli Zaretskii2015-06-272-2/+22
* Add a new function w32-application-typeEli Zaretskii2015-06-272-15/+93
* Avoid error in TLS connections due to incorrect formatEli Zaretskii2015-06-271-1/+1
* ; * etc/NEWS: Placeholder entry for recent prog-mode changes.Glenn Morris2015-06-261-0/+3
* * lisp/replace.el (replace-search): Fix regexp case (bug#20901)Artur Malabarba2015-06-261-0/+1
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2015-06-261-1/+2
|\
| * Fix indentation for with-output-to-stringLeo Liu2015-06-261-1/+2
* | Minor corrections in ELisp manualEli Zaretskii2015-06-261-15/+20
|/
* Fix invisible mouse pointers on Windows.Eli Zaretskii2015-06-262-12/+27
* Provide invisible mouse pointers on Windows. (Bug#6105) (Bug#12922)Martin Rudalics2015-06-262-7/+41
* Doc fix for deletion commandsXue Fuqiao2015-06-261-3/+3
* * doc/emacs/help.texi (Apropos):Xue Fuqiao2015-06-261-2/+5
* * doc/emacs/help.texi (Help Summary):Xue Fuqiao2015-06-261-1/+2
* Fix submake dependency bug with .h filesPaul Eggert2015-06-251-1/+1
* * lisp/character-fold.el (character-fold-table): Reuse `table'Artur Malabarba2015-06-251-2/+6
* Translate undisplayable ‘ to `Paul Eggert2015-06-254-7/+7
* Fix C99 incompatibilities in Cairo codePaul Eggert2015-06-252-2/+2
* lisp/emacs-lisp/cl-indent.el: Fix indent of with-output-to-stringOleh Krehel2015-06-251-1/+1
* Get ‘./configure; make -C src emacs’ to workPaul Eggert2015-06-242-2/+2
* Fix GC bugs --with-wide-int and Qnil == 0Paul Eggert2015-06-242-58/+12
* * doc/lispintro/emacs-lisp-intro.texi (Data types):Xue Fuqiao2015-06-251-4/+6
* * lisp/character-fold.el (character-fold-table): Fix table generationArtur Malabarba2015-06-251-1/+8
* * nextstep/Makefile.in (all): Make it the first target.Glenn Morris2015-06-241-3/+15
* ; Fix comment typosGlenn Morris2015-06-241-2/+2
* ; Fix email address in ChangeLogArtur Malabarba2015-06-241-1/+1
* ; make change-history-commitArtur Malabarba2015-06-241-1/+288
* * etc/NEWS: Fix mention to old function nameArtur Malabarba2015-06-241-1/+1
* * lisp/character-fold.el: New file (Bug#20887)Artur Malabarba2015-06-243-81/+127
* * lisp/subr.el (remove-from-invisibility-spec): Handle the t caseStefan Monnier2015-06-241-3/+4
* * lisp/progmodes/xref.el: Avoid init-args in oref.Stefan Monnier2015-06-241-4/+4
* * Makefile.in (install-arch-dep): Don't set sticky bit on the binary.Glenn Morris2015-06-241-1/+1
* * lisp/gnus/nnmaildir.el: Silence lexical warningsStefan Monnier2015-06-241-58/+63
* * src/keyboard.h (kbd_buffer_store_event_hold): Remove unused local.Paul Eggert2015-06-231-1/+0
* Port selection info fix to clangPaul Eggert2015-06-231-1/+2
* Fix bug that munged selection infoPaul Eggert2015-06-236-122/+151
* * Makefile.in (install-arch-dep): Simplify with Make conditionals.Glenn Morris2015-06-231-12/+11
* * lisp/isearch.el: Fold many unicode characters to ASCIIArtur Malabarba2015-06-233-0/+101
* Check for an input event before showing a dialog box. (Bug#20813)Glenn Morris2015-06-232-1/+2
* Respect ‘switch-to-visible-buffer’ more rigidly. (Bug#20861)Jürgen Hartmann2015-06-231-8/+8
* * src/keyboard.c (last_timer_event): Remove unused var.Paul Eggert2015-06-231-3/+0
* * test/automated/package-test.el (package-test-update-listing):Artur Malabarba2015-06-231-0/+1
* Revert 2014-06-25 nextstep/Makefile change.Glenn Morris2015-06-221-6/+7
* * configure.ac (--with-ns): Enable by default on OS X.Glenn Morris2015-06-223-4/+14
* Fix shell-for/backward-command to exclude spacesLeo Liu2015-06-231-10/+15
* * lisp/replace.el (query-replace-read-from): Add separator toJuri Linkov2015-06-231-0/+2
* * lisp/simple.el (shell-command-on-region): Replace 'error' with 'user-error'.Juri Linkov2015-06-231-1/+1
* Enable CPU profiling on CygwinKen Brown2015-06-222-3/+13
* Improve diagnostics of profiler-cpu-startKen Brown2015-06-221-5/+14