summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Attempt to resolve gettimeofday compilation errors with MinGW64.Eli Zaretskii2013-06-034-3/+10
* Update instructions in nt/INSTALL.MSYS.Eli Zaretskii2013-06-031-14/+26
* * lisp.el: Provide completion of locally bound variables in Elisp.Stefan Monnier2013-06-032-8/+101
* * lisp/emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macrosStefan Monnier2013-06-032-0/+6
* * src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them toStefan Monnier2013-06-035-9/+22
* * NEWS: Emacs can be compiled with file notification support via theMichael Albinus2013-06-031-2/+9
* * configure.ac (file-notification): New option, replaces inotify option.Michael Albinus2013-06-0313-86/+466
* * cmdargs.texi (General Variables): Use "unix:path=/dev/null" asMichael Albinus2013-06-032-2/+8
* Merge the specpdl and backtrace stacks. Make the structure of theStefan Monnier2013-06-038-331/+421
* Search and highlight symbol at point.Juri Linkov2013-06-038-17/+153
* * NEWS: Document eshell visual subcommands and options.Tassilo Horn2013-06-034-3/+24
* Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv2013-06-0212-210/+371
* * lisp/eshell/em-term.el: New defcustoms need :version tags.Glenn Morris2013-06-021-2/+6
* Merge with CEDET upstream (rev. 8564).David Engster2013-06-0228-2476/+2927
|\
| * * lisp/cedet/srecode/srt-wy.el: Regenerate.David Engster2013-06-022-1/+7
| * * registry.el (initialize-instance, registry-lookup)David Engster2013-06-022-189/+196
| * Merge from CEDET upstream (8564).David Engster2013-06-0225-2286/+2724
* | * eshell/esh-ext.el (eshell-external-command): Pass args toTassilo Horn2013-06-025-15/+78
* | lisp/ChangeLog, src/ChangeLog: Fix whitespace.Juanma Barranquero2013-06-022-9/+8
* | * .bzrignore: Ignore dirs libexec/, share/ and var/.Juanma Barranquero2013-06-021-0/+4
* | ns-win commentGlenn Morris2013-06-011-0/+5
* | Merge from emacs-24; up to 2012-12-27T20:09:45Z!juri@jurta.orgGlenn Morris2013-06-014-3/+13
|\ \
| * | * progmodes/python.el: Fix typo in commentary.Fabián Ezequiel Gallina2013-05-261-1/+1
| * | * progmodes/python.el (python-indent-block-enders): Add break,Fabián Ezequiel Gallina2013-05-262-1/+7
| * | * doc/emacs/programs.texi (Semantic): Fix typo.Glenn Morris2013-05-232-1/+5
* | | * lisp/pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.Glenn Morris2013-06-012-1/+4
* | | Plain boundp silences compilation warnings since Emacs 22.1.Glenn Morris2013-06-012-5/+4
* | | Plain fboundp silences compilation warnings since Emacs 22.1Glenn Morris2013-06-017-14/+16
* | | Don't (re)define a basic custom widget in cc-varsGlenn Morris2013-06-012-7/+15
* | | Replace obsolete function lisp-complete-symbolGlenn Morris2013-06-012-1/+7
* | | Silence some cedet compilation warningsGlenn Morris2013-06-014-0/+8
* | | * cedet/semantic/lex.el (semantic-lex-make-type-table): Fix transposed args.Glenn Morris2013-06-012-1/+5
* | | * eshell/em-cmpl.el (eshell-cmpl-initialize): Replace obsolete aliasGlenn Morris2013-06-012-2/+7
* | | NEWS fix: `M-s i' can be only used in Isearch mode.Xue Fuqiao2013-06-011-2/+3
* | | etc/tutorials/TUTORIAL.ru: Fix incorrectly translated wording.Alex Ott2013-06-012-4/+8
* | | Auto-commit of loaddefs files.Glenn Morris2013-06-011-306/+277
* | | Fix compilation error on MinGW64 due to nt/inc/sys/time.h.Eli Zaretskii2013-06-012-0/+6
* | | * progmodes/octave.el (octave-mode-syntax-table): Give `.'Leo Liu2013-06-012-9/+35
* | | * process.c (handle_child_signal): Also use WCONTINUED.Paul Eggert2013-05-312-1/+9
* | | Document changes in the installation tree on MS-Windows.Eli Zaretskii2013-05-311-0/+12
* | | Spelling fixes.Paul Eggert2013-05-312-2/+2
* | | * lisp/progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):Dmitry Gutov2013-05-313-1/+9
* | | Fix compile errors in nt/inc/sys/time.h when using nt/configure.bat.Eli Zaretskii2013-05-312-3/+16
* | | * sym-comp.el (symbol-complete): Replace obsolete completion-annotate-function.Glenn Morris2013-05-312-5/+9
* | | * themes/tsdh-dark-theme.el (tsdh-dark): Refine mode-line faces.Tassilo Horn2013-05-312-2/+6
* | | * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.Glenn Morris2013-05-312-0/+5
* | | * lisp/progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p): NewDmitry Gutov2013-05-314-48/+93
* | | Don't let D-bus autolaunch mess up SIGCHLD handling.Paul Eggert2013-05-302-0/+11
* | | * fileio.c (Finsert_file_contents): Remove unused local.Paul Eggert2013-05-302-4/+5
* | | * lisp/isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible' to "\M-...Juri Linkov2013-05-313-3/+50