aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Use quit-window for quitting the *Local Variables* buffer.Chong Yidong2012-09-092-33/+44
* | | | * lisp/progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,Dmitry Gutov2012-09-094-47/+86
* | | | * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take backJan Djärv2012-09-082-4/+40
* | | | * lisp/register.el (increment-register): Route it to `append-to-register',Jambunathan K2012-09-085-20/+94
* | | | AWK Mode: make auto-newline work when there's "==" in the pattern.Alan Mackenzie2012-09-083-9/+20
* | | | * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).Paul Eggert2012-09-082-2/+7
* | | | * nsterm.m (updateFrameSize): Call setFrame: on the view when sizeJan Djärv2012-09-082-0/+7
* | | | * progmodes/ruby-mode.el (ruby-match-expression-expansion): ShortenDmitry Gutov2012-09-081-2/+1
* | | | * lisp/progmodes/ruby-mode.el (ruby-match-expression-expansion): OnlyDmitry Gutov2012-09-083-4/+13
* | | | Don't bind M-= in Dired.Chong Yidong2012-09-084-38/+38
* | | | * subr.el (add-to-history): Fix delete usage.Drew Adams2012-09-082-1/+5
* | | | Introduce "raw syntax descriptor" terminology, and use it.Chong Yidong2012-09-086-32/+62
* | | | Fix handling of debugger window. (Bug#8789)Martin Rudalics2012-09-084-80/+174
* | | | * nsterm.h (EmacsView): Add updateFrameSize.Jan Djärv2012-09-083-190/+170
* | | | Fix setting of environment variables by nt/configure.bat.Eli Zaretskii2012-09-082-0/+7
* | | | * lisp/emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.Stefan Monnier2012-09-072-8/+11
* | | | * progmodes/python.el (python-shell-send-string): WhenMatt McClure2012-09-072-3/+21
* | | | * src/textprop.c (Fget_text_property): Minor doc fix.Chong Yidong2012-09-072-1/+4
* | | | Fix doc of local-variable-if-set-p.Chong Yidong2012-09-074-9/+17
* | | | Minor doc fix for switch-to-buffer.Chong Yidong2012-09-074-29/+33
* | | | nt/config.nt: Sync with autogen/config.in.Juanma Barranquero2012-09-072-7/+6
* | | | Fix handling of require-final-newline in after-find-file.Chong Yidong2012-09-072-1/+4
* | | | * doc/lispref/eval.texi (Intro Eval): Add index entry for sexp.Chong Yidong2012-09-072-0/+3
* | | | Remove obsolete display-buffer-reuse-frames from manuals.Chong Yidong2012-09-075-13/+11
* | | | Let ESC ESC quit in read-char-choice, and use it in userlock.el.Chong Yidong2012-09-073-32/+34
* | | | Auto-commit of generated files.Glenn Morris2012-09-072-14/+5
* | | | Add a utility function buffer-narrowed-p, and use it.Chong Yidong2012-09-079-22/+41
* | | | * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.Paul Eggert2012-09-072-3/+6
* | | | More signal-handler cleanup.Paul Eggert2012-09-077-10/+28
* | | | * lisp/simple.el (count-words--buffer-message): Fix narrowing check.Chong Yidong2012-09-072-1/+3
* | | | MS-Windows followup for 2012-09-07T01:27:44Z!eggert@cs.ucla.edu, signal-handl...Eli Zaretskii2012-09-075-26/+34
* | | | Fix compilation failure under ENABLE_CHECKING.Eli Zaretskii2012-09-072-0/+8
* | | | * alloc.c (mark_buffer): Revert unsafe marking optimization.Dmitry Antipov2012-09-072-33/+20
* | | | * syssignal.h (handle_on_main_thread): Always declare,Paul Eggert2012-09-062-1/+8
* | | | * lisp/progmodes/ruby-mode.elDmitry Gutov2012-09-072-6/+12
* | | | Fix for invoking C-h c from the minibuffer.Chong Yidong2012-09-072-0/+7
* | | | Add a couple of xrefs to the Lisp manual.Chong Yidong2012-09-073-3/+13
* | | | * lisp/progmodes/ruby-mode.el (ruby-end-of-defun)Dmitry Gutov2012-09-072-3/+9
* | | | * lisp/progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces fromDmitry Gutov2012-09-074-19/+65
* | | | Partially revert last Gnus merge.Chong Yidong2012-09-075-4/+31
* | | | Signal-handler cleanup.Paul Eggert2012-09-0623-283/+325
* | | | Misc changes made in Gnus masterGnus developers2012-09-065-26/+35
* | | | Fix bug #12327 with SIGCHLD handling on Windows and some other systems.Eli Zaretskii2012-09-062-2/+7
* | | | * lisp/emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args.Stefan Monnier2012-09-062-4/+21
* | | | Remove references to obsolete variable speedbar-key-map.Chong Yidong2012-09-062-7/+6
* | | | Fix use of obsolete variables in vhdl-mode.el.Rüdiger Sonderfeld2012-09-062-8/+19
* | | | * frame.el (window-system-version): Mark as obsolete.Chong Yidong2012-09-063-0/+9
* | | | Explicitly mark buffer_defaults and buffer_local_symbols.Dmitry Antipov2012-09-063-32/+35
* | | | * lisp/replace.el (replace-lax-whitespace): New defcustom.Juri Linkov2012-09-064-10/+72
* | | | Use `isearch-search-fun' in `perform-replace' (bug#10885, bug#10887).Juri Linkov2012-09-062-25/+32