aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * keyboard.c (read_decoded_event_from_main_queue): Reinstitute allocaPaul Eggert2014-09-072-2/+15
* * strings.texi (Text Comparison): Describe `string-collate-equalp'Michael Albinus2014-09-072-0/+102
* Expand @AM_DEFAULT_VERBOSITY@ even if Automake is old.Paul Eggert2014-09-072-0/+16
* * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.Michael Albinus2014-09-072-3/+19
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-0736-403/+688
* Remove unused variable EMACS_HEAPSIZE from src/Makefile.in.Eli Zaretskii2014-09-063-4/+6
* Add vector qpattern to pcaseLeo Liu2014-09-066-7/+70
* New custom variable `tex-print-file-extension' to help users who use PDF inst...Sam Steingold2014-09-053-2/+23
* * net/tramp-sh.el (tramp-sh-handle-start-file-process): Expand `default-direc...Michael Albinus2014-09-052-1/+6
* New string collation tests.Michael Albinus2014-09-052-11/+75
* Add and use function horizontal-scroll-bars-available-p.Martin Rudalics2014-09-054-16/+37
* * lisp/subr.el (call-process-shell-command, process-file-shell-command):Stefan Monnier2014-09-043-8/+23
* calc/calc-forms.el (math-normalize-hms): Do a better check forJay Belanger2014-09-042-1/+9
* * lisp/vc/vc-git.el (vc-git-conflicted-files): Fix bug when git statusRasmus Pank Roulund2014-09-042-14/+19
* Remove stray semicolons.Paul Eggert2014-09-044-6/+6
* * lisp/emacs-lisp/eldoc.el (eldoc-function-argstring): Don't stripStefan Monnier2014-09-042-33/+43
* * lisp/emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle theThierry Volpiatto2014-09-042-16/+62
* * xsmfns.c: Initialize ice_fd.Jan Djärv2014-09-043-3/+10
* Less chatter in 'make' output.Paul Eggert2014-09-036-12/+41
* * configure.ac (MAKEINFO): Clean up some configuration bitrot.Paul Eggert2014-09-032-8/+15
* * admin/notes/bzr: Some bisect tips.Glenn Morris2014-09-031-0/+12
* * lisp/progmodes/which-func.el (which-func-ff-hook): Obey pre-existingStefan Monnier2014-09-032-15/+22
* NEWS and TODO changes.Martin Rudalics2014-09-032-7/+29
* Clean up initialization and customization of horizontal scroll bars.Martin Rudalics2014-09-0310-79/+51
* Merge from emacs-24; up to 2014-07-04T02:28:54Z!dmantipov@yandex.ruGlenn Morris2014-09-0216-57/+150
|\
| * test/indent/scheme.scm: New file.Stefan Monnier2014-09-021-0/+9
| * * lisp/emacs-lisp/package.el (package-generate-description-file):Stefan Monnier2014-09-022-9/+23
| * * lisp/progmodes/gud.el (gud-gdb-completion-at-point): Add hack.Stefan Monnier2014-09-022-13/+13
| * Fix bug #18384 with incorrect reporting of row number by posn-col-row.Eli Zaretskii2014-09-024-12/+25
| * * lisp/tutorial.el: Restore comment lost 2006-12-21.Glenn Morris2014-09-011-2/+2
| * * eval.c (internal_lisp_condition_case): Don't overrun the stackPaul Eggert2014-09-012-1/+6
| * * lisp/progmodes/python.el (python-indent-post-self-insert-function):Fabián Ezequiel Gallina2014-09-014-1/+31
| * * lisp/tutorial.el (tutorial--display-changes): Fix 2014-07-29 change.Glenn Morris2014-09-012-1/+6
| * Fix cursor display on the fringe of R2L screen lines.Eli Zaretskii2014-08-312-0/+10
| * * src/conf_post.h (strnicmp) [CYGWIN && HAVE_NTGUI]: Define. (Bug#18366)Ken Brown2014-08-302-0/+9
| * Minor ChangeLog fix.Eli Zaretskii2014-08-301-2/+2
| * * lisp/startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to the C...Ken Brown2014-08-292-1/+6
| * * lisp/tar-mode.el (tar--extract, tar-extract): Avoid disabling undoGlenn Morris2014-08-282-4/+10
| * Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.Eli Zaretskii2014-08-282-4/+12
* | * lisp/progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to betterStefan Monnier2014-09-022-8/+15
* | Merge from gnulib, incorporating:Paul Eggert2014-09-023-27/+58
* | Minor cleanup of recent strlen-avoiding patch.Paul Eggert2014-09-025-72/+59
* | * buffer.h (decode_buffer): New function.Dmitry Antipov2014-09-026-108/+29
* | * callproc.c (egetenv_internal): Add arg and rename from egetenv ...Dmitry Antipov2014-09-023-4/+16
* | * fileio.c (CHECK_LENGTH): New macro.Dmitry Antipov2014-09-022-15/+37
* | * fileio.c (Fexpand_file_name): Fix MS-Windows build failure.Dmitry Antipov2014-09-021-1/+1
* | Avoid extra calls to strlen in filesystem I/O routines.Dmitry Antipov2014-09-016-22/+51
* | nt/gnulib.mk: Synchronize with lib/gnulib.mk.Eli Zaretskii2014-09-012-12/+49
* | src/w32proc.c (w32_compare_strings): Support "C" and "POSIX" locales.Eli Zaretskii2014-09-012-0/+12
* | Implement the GNU ls -v switch in ls-lisp.el.Eli Zaretskii2014-09-012-1/+70