aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lisp/electric.el (electric-indent-just-newline): New command.Stefan Monnier2013-11-052-3/+20
* * lisp/electric.el (electric-indent-local-mode): New minor mode.Stefan Monnier2013-11-053-5/+36
* Integer-related fixes for term.c etc.Paul Eggert2013-11-055-91/+69
* * src/xdisp.c (prepare_menu_bars): Mark static.Stefan Monnier2013-11-056-24/+26
* * keyboard.c (Fcommand_error_default_function): Fix pointer signednessPaul Eggert2013-11-052-4/+7
* * Makefile.in (epaths-force-w32): Move srcdir tweak hereGlenn Morris2013-11-053-12/+13
* * lisp/mh-e/mh-print.el (mh-ps-print-preprint): Don't use dynamic-varStefan Monnier2013-11-052-3/+8
* * src/keyboard.c (Fcommand_error_default_function): Rename fromStefan Monnier2013-11-052-24/+24
* * src/keyboard.c (Fdefault_error_output): New function, extracted fromJarek Czekalski2013-11-052-11/+35
* Fix indexing in the lispref manual.Eli Zaretskii2013-11-053-2/+8
* FOR-RELEASE noteGlenn Morris2013-11-051-0/+2
* Fix bug #15800 by clarifying description of what keyboard layout means.Eli Zaretskii2013-11-052-1/+6
* * src/eval.c (handlerlist_sentinel): New variable.Stefan Monnier2013-11-053-5/+29
* * lisp/progmodes/ruby-mode.el: Improve a few error messages.Bozhidar Batsov2013-11-051-4/+4
* Fix bug #15148 with garbled display in Dired when cache-long-scans is ON.Eli Zaretskii2013-11-052-0/+8
* Fix bug #15805 with trying to load Lisp files before load-path is populated.Eli Zaretskii2013-11-052-23/+31
* Correct the top-level ChangeLog.Eli Zaretskii2013-11-051-2/+0
* Revert revision 2013-11-05T08:13:09Z!rgm@gnu.org.Eli Zaretskii2013-11-051-12/+14
* * lisp/vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holesStefan Monnier2013-11-052-30/+33
* * automated/tramp-tests.el: New file.Michael Albinus2013-11-052-0/+999
* * lisp/net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.Stefan Monnier2013-11-052-8/+12
* Fix problems found while writing a test suite.Michael Albinus2013-11-054-8/+24
* Another indexing improvement for Unicode.Xue Fuqiao2013-11-051-0/+1
* Improve indexing.Xue Fuqiao2013-11-053-1/+5
* * doc/lispref/display.texi (Bidirectional Display): Add an index for UBA.Xue Fuqiao2013-11-052-0/+2
* lisp/gnus/gnus-cite.el (gnus-cite-add-face): Make non-sticky overlaysKatsumi Yamaoka2013-11-052-1/+5
* Doc fix for glyphless-char-display-control.Xue Fuqiao2013-11-052-1/+11
* * lisp/progmodes/python.el (python-mode): Remove incorrect text from docstring.Bozhidar Batsov2013-11-055-19/+12
* * lisp/progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from docstring.Bozhidar Batsov2013-11-052-4/+5
* Doc fix.Xue Fuqiao2013-11-054-1/+15
* * make-dist: Don't distribute old, unsupported w32 build method.Glenn Morris2013-11-052-14/+14
* * msdos/mainmake.v2: Add missing ChangeLog entry for previous, and fixGlenn Morris2013-11-052-2/+3
* Remove the autogen/ directoryGlenn Morris2013-11-0423-37287/+90
* * nsfns.m (ns_get_name_from_ioreg): New function.Jan Djärv2013-11-052-13/+77
* Spelling fixes.Paul Eggert2013-11-047-15/+15
* Simplify and port recent bool vector changes.Paul Eggert2013-11-0412-170/+232
* Fix recent gnutls changes.Paul Eggert2013-11-043-2/+8
* Get rid of --chdir usage in test/automatedGlenn Morris2013-11-042-11/+19
* Make it possible to run tests with a different working directoryGlenn Morris2013-11-043-12/+25
* Several GnuTLS fixes for log level and initialization.Ted Zlatanov2013-11-043-7/+29
* * test/automated/eieio-tests.el (eieio-test-37-persistent-classes):Glenn Morris2013-11-042-3/+3
* * test/automated/files.el (files-test-local-variable-data): Fix result typoGlenn Morris2013-11-042-1/+9
* * lisp/rect.el (rectangle--highlight-for-redisplay):Stefan Monnier2013-11-043-4/+8
* * lisp/emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.Stefan Monnier2013-11-042-1/+4
* * lisp/electric.el (electric-indent-post-self-insert-function):Stefan Monnier2013-11-042-8/+9
* * lisp/emacs-lisp/cl-indent.el (with-compilation-unit): Add rule.Helmut Eller2013-11-042-0/+5
* * lisp/emacs-lisp/cconv.el (cconv-convert): Check form of let binding.Nathan Trapuzzano2013-11-042-6/+14
* * lisp/erc/erc-pcomplete.el (erc-pcomplete): Set this-command.Stefan Monnier2013-11-042-4/+6
* * lisp/emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.Stefan Monnier2013-11-042-3/+5
* * lisp/progmodes/python.el: Fix up last change.Stefan Monnier2013-11-042-43/+87