aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lisp/calc/calc-forms.el (math-date-to-iso-dt): Fix typo.Jay Belanger2012-12-021-4/+2
* * lisp/calc/calc-forms.el (math-absolute-from-iso-dt)Jay Belanger2012-12-022-19/+138
* Fix xpalloc confusion after memory is exhausted.Paul Eggert2012-12-024-6/+22
* * lisp/vc/vc.el (vc-delete-file, vc-rename-file): Default to theDmitry Gutov2012-12-032-4/+18
* Use execve to avoid need to munge environ.Paul Eggert2012-12-023-30/+11
* * info.el (info-display-manual): Add completion.Juri Linkov2012-12-022-2/+10
* * info.el (info-display-manual): Don't clobber an existing Info buffer.Juri Linkov2012-12-022-2/+10
* Fix for bad test in ruby-mode-tests.el.Chong Yidong2012-12-022-10/+18
* * lib-src/etags.c (Lisp_functions): Skip (defvar foo) declarationsKevin Ryde2012-12-026-4/+47
* * xterm.c (x_draw_image_relief): Remove unused locals.Paul Eggert2012-12-012-15/+4
* nt/config.nt: Sync with autogen/config.in.Juanma Barranquero2012-12-012-8/+6
* Fix use of buffer-file-truename in vc-find-file-hook (tiny change).Yuya Nishihara2012-12-012-2/+8
* Auto-commit of loaddefs files.Glenn Morris2012-12-011-221/+311
* Auto-commit of generated files.Glenn Morris2012-12-013-73/+14
* Add `add-log-current-defun-function's for CSS and HTML mode.Jari Aalto2012-12-013-0/+33
* Fix last change.Chong Yidong2012-12-016-38/+45
* Modularize add-log-current-defun.Chong Yidong2012-12-0110-127/+157
* Convert several major modes to setq-local.Chong Yidong2012-12-0111-353/+308
* Fix drawing of relief rects on X and W32.YAMAMOTO Mitsuharu2012-12-013-28/+45
* * vc-hg.el (vc-hg-next-revision): Ensure use of default "tip" output formatKirk Kelsey2012-11-303-2/+7
* Improve the descriptive message in `recover-session'.Chong Yidong2012-12-011-6/+8
* * startup.el (fancy-startup-tail): Add a clickable link.Kim F. Storm2012-12-012-3/+12
* * startup.el (fancy-startup-tail): Improve the message about auto-save files.Chong Yidong2012-12-012-21/+22
* ido.el fix for bug#13036Glenn Morris2012-11-302-1/+9
* * lib-src/etags.c (Perl_functions): Support "use constant".Kevin Ryde2012-12-014-8/+31
* Merge from gnulib for 'inline'.Paul Eggert2012-11-3027-51/+70
* src/doc.c: Fix bug#13034.Juanma Barranquero2012-11-302-0/+13
* Defcustom :version fixesGlenn Morris2012-11-304-1/+10
* Fix commentary to buffer_shared_and_changed.Eli Zaretskii2012-11-301-2/+2
* In Shell mode, reapply ansi colorization if the mode is re-enabled.Chong Yidong2012-11-302-4/+26
* Improve buffer name default for C-u M-x shell.Chong Yidong2012-11-302-1/+11
* * vc/vc-git.el (vc-git-command): Disable the pager.Chong Yidong2012-11-302-1/+5
* * progmodes/grep.el (grep-compute-defaults): Do not pass the -e flag to xargsSamuel Bronson2012-11-302-4/+9
* * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot by move-to-c...Toru TSUNEYOSHI2012-11-302-1/+10
* * longlines.el (longlines-wrap-line, longlines-encode-region): Preserve text ...Chong Yidong2012-11-302-3/+12
* Relax existing-registration check in vc-register (tiny change).OKAZAKI Tetsurou2012-11-302-6/+9
* New ERC option to avoid sending accidentally-pasted text to the server.Eric Hanchrow2012-11-303-41/+82
* * lisp/icomplete.el: Change separator; add ido-style commands.Jambunathan K2012-11-294-56/+116
* * lisp/progmodes/etags.el (visit-tags-table-buffer): Give a more preciseStefan Monnier2012-11-292-1/+8
* * lisp/simple.el (activate-mark): Run activate-mark-hook.Kelly Dean2012-11-292-1/+6
* Warn if try to set coding in dir-locals (bug#7169)Glenn Morris2012-11-292-4/+10
* Fix wording of commentary to 'struct face' in dispextern.h.Eli Zaretskii2012-11-291-6/+6
* * xdisp.c (window_outdated): Remove eassert since it hitsDmitry Antipov2012-11-292-39/+49
* Add desktop support for restoring vc-dir buffers (bug#10606)Glenn Morris2012-11-283-1/+38
* By default, ignore case when testing inhibit-local-variables (bug#10610)Glenn Morris2012-11-282-6/+20
* * callproc.c (Fcall_process): Don't misreport vfork failure.Paul Eggert2012-11-282-0/+7
* * callproc.c (Fcall_process): Fix vfork portability problems.Paul Eggert2012-11-282-38/+59
* * lisp/calc/calc-forms.el (calc-date-notation): Fix regexpJay Belanger2012-11-272-2/+8
* derived-mode-make-docstring tweak for bug#11277Glenn Morris2012-11-272-9/+30
* merge trunkKenichi Handa2012-11-27102-1003/+2075
|\