aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | * src/emacs.c (usage_message): Mention that `-L :...' appends.Glenn Morris2013-11-032-1/+5
* | | | * lisp/startup.el (command-line-1): Allow `-L :...' to append to load-path.Glenn Morris2013-11-035-7/+30
* | | | * lisp/emacs-lisp/smie.el (smie-rule-parent): Always callStefan Monnier2013-11-033-25/+25
* | | | * cedet/semantic/lex.el (semantic-lex-start-block)Johan Bockgård2013-11-032-57/+63
* | | | Unset EMACSLOADPATH in some Makefiles rather than setting it to the defaultGlenn Morris2013-11-034-6/+15
* | | | * src/Makefile.in (bootstrap_exe): Use relative filename.Glenn Morris2013-11-022-2/+4
* | | | * lisp/Makefile.in (abs_top_builddir): RemoveGlenn Morris2013-11-022-1/+1
* | | | Comment markup fixGlenn Morris2013-11-021-6/+5
* | | | * doc/emacs/cmdargs.texi (Action Arguments): Clarify `-L' a bit.Glenn Morris2013-11-022-1/+4
* | | | * doc/emacs/cmdargs.texi (Action Arguments): Clarify that `-L' prependsGlenn Morris2013-11-022-1/+5
* | | | test/automated: Use relative filename for emacs executableGlenn Morris2013-11-024-18/+19
* | | | test/automated/Makefile.in remove stuff unnecessarily copied from lispGlenn Morris2013-11-022-49/+14
* | | | * leim/Makefile.in (buildlisppath): Remove.Glenn Morris2013-11-022-3/+6
* | | | Fix commentary in lisp/Makefile.in.Eli Zaretskii2013-11-021-7/+5
* | | | * test/automated/Makefile.in (abs_srcdir): New, set by configure.Glenn Morris2013-11-022-0/+2
* | | | * lisp/Makefile.in (EMACS): Use a relative filename.Glenn Morris2013-11-022-10/+14
* | | | * automated/Makefile.in (test): Remove variable.Glenn Morris2013-11-022-10/+11
* | | | Minor simplifications for test/automated/MakefileGlenn Morris2013-11-022-6/+10
* | | | * lisp/Makefile.in (abs_lisp): Remove, replace by abs_srcdirGlenn Morris2013-11-022-3/+4
* | | | Use relative filenames in TAGS files.Glenn Morris2013-11-026-31/+43
* | | | * src/Makefile.in (lispdir): Remove.Glenn Morris2013-11-022-3/+5
* | | | Small Makefile cleanup mainly related to tags file generationGlenn Morris2013-11-026-25/+83
* | | | * lisp/ChangeLog: Fix a typo.Bozhidar Batsov2013-11-021-1/+1
* | | | * xfaces.c (realize_default_face): Set DISTANT_FOREGROUND to unspecified_fg.Jan Djärv2013-11-022-1/+2
* | | | NEWS tweakXue Fuqiao2013-11-022-3/+4
* | | | * lisp/emacs-lisp/package.el (package-version-join): Recognize snapshot versi...Bozhidar Batsov2013-11-022-2/+8
* | | | * subr.el (version-regexp-alist): Add support for snapshot versions.Bozhidar Batsov2013-11-022-5/+14
* | | | * xfaces.c (check_lface_attrs, realize_default_face): AddJan Djärv2013-11-022-0/+11
* | | | * lisp/progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): NewDmitry Gutov2013-11-023-2/+27
* | | | * emacs.c (original_pwd): Remove global var by making it local.Paul Eggert2013-11-012-6/+13
* | | | * lisp/progmodes/ruby-mode.el Use `syntax-propertize-function'Dmitry Gutov2013-11-022-349/+185
* | | | * lisp/progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-loc...Bozhidar Batsov2013-11-022-31/+25
* | | | * lisp/progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntaxBozhidar Batsov2013-11-022-5/+6
* | | | * lisp/Makefile.in: Remove manual mh-e dependenciesGlenn Morris2013-11-012-55/+12
* | | | Add :distant-foreground to faces.Jan Djärv2013-11-019-31/+131
* | | | Allow multiple bibliographies when BibLaTeX is used rathen thanTassilo Horn2013-11-012-10/+35
* | | | Auto-commit of loaddefs files.Glenn Morris2013-11-011-118/+214
* | | | Auto-commit of generated files.Glenn Morris2013-11-011-1/+1
* | | | Fix whitespace in src/casefiddle.c.Eli Zaretskii2013-11-011-1/+1
* | | | Fix ChangeLog entry of last commit.Claudio Bley2013-11-011-1/+2
* | | | Fix handling of comments in NetPBM image files.Claudio Bley2013-11-014-23/+40
* | | | lisp/term/w32-win.el (dynamic-library-alist): Support libtiff v4.x on w32.Claudio Bley2013-11-012-1/+2
* | | | Support libpng DLLs of versions beyond 1.4.x on MS-Windows.Claudio Bley2013-11-012-2/+10
* | | | Support newer versions of libjpeg on MS-Windows.Claudio Bley2013-11-014-6/+35
* | | | * lisp/progmodes/ruby-mode.el (ruby-indent-tabs-mode)Bozhidar Batsov2013-11-012-10/+19
* | | | * configure.ac: Use [!...] rather than [^...], for ksh. (Bug#15769)Glenn Morris2013-10-312-1/+5
* | | | * automated/ert-tests.el (ert-test-stats-set-test-and-result):Michael Albinus2013-10-312-2/+23
* | | | * emacs.c (main): Skip -psn args on OSX even if ! isatty (0).Jan Djärv2013-10-312-1/+5
* | | | * lisp/Makefile.in (custom-deps, finder-data): No need to setq the targetGlenn Morris2013-10-312-2/+7
* | | | Fix setting of invocation-directory with --chdir and relative argv[0]Glenn Morris2013-10-312-7/+23