bpt/emacs.git
2012-09-12 Paul EggertMore fixes for 'volatile' and setjmp/longjmp.
2012-09-12 Juri LinkovUse Isearch lax whitespace mode in Info.
2012-09-12 Jan Djärv* configure.ac: No --with-x-toolkit given: Try gtk3...
2012-09-12 Stefan MonnierRemove unread-command-char.
2012-09-12 Eli ZaretskiiFix silent exit upon assertion violation on MS-Windows.
2012-09-12 Michael AlbinusSync with Tramp 2.2.6.
2012-09-12 Michael AlbinusSync with Tramp 2.2.6.
2012-09-12 Glenn MorrisHow to restore a mail from the mailman moderation message
2012-09-12 Martin RudalicsTry to keep height of debugger window consistent. ...
2012-09-12 Paul Eggert* image.c (jpeg_memory_src): Don't assume string len...
2012-09-12 Paul Eggert* texinfo.tex: Merge from gnulib.
2012-09-12 Stefan Monnier* lisp/emacs-lisp/edebug.el (edebug-enter): Don't mess...
2012-09-12 Stefan Monnier* src/eval.c: Add `inhibit-debugger'.
2012-09-11 Paul EggertAvoid _setjmp/_longjmp problems with local nonvolatile...
2012-09-11 Paul EggertPrefer assignment to memcpy when either will do.
2012-09-11 Paul Eggert* alloc.c (discard_killed_buffers): Tune and simplify...
2012-09-11 Bastien GuerryFix 2012-09-11T14:06:33Z!bastien1@free.fr.
2012-09-11 Jan Djärv* nsterm.h: Add delay parameter to updateFrameSize.
2012-09-11 Bastien Guerry* subr.el (set-temporary-overlay-map): Add a docstring...
2012-09-11 Dmitry AntipovDiscard killed buffers from deleted window and frame...
2012-09-11 Bastien Guerry* minibuffer.el (completion-table-subvert): Fix docstri...
2012-09-11 Bastien Guerry* help-fns.el (describe-variable): Fix typo. (bug#12346)
2012-09-11 Glenn MorrisAuto-commit of generated files.
2012-09-11 Julien Danjougnus-notifications.el: add nil checks
2012-09-11 Glenn MorrisBe more explicit about some Makefile dependencies
2012-09-11 Dmitry AntipovConvenient macro to check whether the buffer is live.
2012-09-11 YAMAMOTO MitsuharuFix wrong overhang display for gstring compositions...
2012-09-11 Paul EggertSimplify, document, and port floating-point.
2012-09-11 Paul Eggert* xdisp.c (Qinhibit_debug_on_message): Now static.
2012-09-10 Jan Djärv* nsterm.m (ns_update_begin): Set clip path to whole...
2012-09-10 Michael Mauger* progmodes/sql.el: Version 3.1
2012-09-10 Juanma Barranquerolisp/custom.el (custom-theme-load-confirm): Remove...
2012-09-10 Dan Nicolaescu* vc/diff-mode.el (diff-mode-menu): diff-remove-trailin...
2012-09-10 Dan NicolaescuMention diff-remove-trailing-whitespace.
2012-09-10 Juanma Barranqueront/config.nt: Sync with autogen/config.in.
2012-09-10 Glenn MorrisAuto-commit of generated files.
2012-09-10 Chong Yidong* fns.c (Fdelq, Fdelete): Doc fix.
2012-09-10 Paul EggertParenthesize macro bodies.
2012-09-10 Stefan MonnierNew emacs-lisp-byte-code-mode; misc minor changes.
2012-09-10 Paul EggertImprove robustness of 'make bootstrap'.
2012-09-09 Juri Linkov* lisp/replace.el (replace-regexp-lax-whitespace):...
2012-09-09 Stefan Monnier* src/lisp.h (make_lisp_ptr): New macro to replace...
2012-09-09 Stefan Monnier* lisp/eshell/em-unix.el (eshell/sudo): Explicitly...
2012-09-09 Eli ZaretskiiAvoid leaving traces of cursor when entering linum...
2012-09-09 Eli ZaretskiiFix bug #12277 with incomplete redisplay of the vertica...
2012-09-09 Paul EggertAssume C89 or later for math functions.
2012-09-09 Alan MackenzieCorrect the handling of two c-state-cache state variables.
2012-09-09 Jan DjärvRemove debug prints
2012-09-09 Andreas Schwab* lisp/register.el (register-separator): Rename from
2012-09-09 Chong YidongClarify descriptions of delq and delete in Lisp manual.
2012-09-09 Chong Yidong* minibuf.texi: Fix last change.
2012-09-09 Chong YidongAllow scrolling in y-or-n-p.
2012-09-09 Chong YidongUse quit-window for quitting the *Local Variables*...
2012-09-08 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-toggle-block):...
2012-09-08 Jan Djärv* nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image...
2012-09-08 Jambunathan K* lisp/register.el (increment-register): Route it to...
2012-09-08 Alan MackenzieAWK Mode: make auto-newline work when there's "=="...
2012-09-08 Paul Eggert* floatfns.c (Ftan): Use tan (x), not (sin (x) / cos...
2012-09-08 Jan Djärv* nsterm.m (updateFrameSize): Call setFrame: on the...
2012-09-08 Dmitry Gutov* progmodes/ruby-mode.el (ruby-match-expression-expansi...
2012-09-08 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-match-expression...
2012-09-08 Chong YidongDon't bind M-= in Dired.
2012-09-08 Drew Adams* subr.el (add-to-history): Fix delete usage.
2012-09-08 Chong YidongIntroduce "raw syntax descriptor" terminology, and...
2012-09-08 Martin RudalicsFix handling of debugger window. (Bug#8789)
2012-09-08 Jan Djärv* nsterm.h (EmacsView): Add updateFrameSize.
2012-09-08 Eli ZaretskiiFix setting of environment variables by nt/configure...
2012-09-07 Stefan Monnier* lisp/emacs-lisp/byte-run.el (defun): Tweak message...
2012-09-07 Matt McClure* progmodes/python.el (python-shell-send-string): When
2012-09-07 Chong Yidong* src/textprop.c (Fget_text_property): Minor doc fix.
2012-09-07 Chong YidongFix doc of local-variable-if-set-p.
2012-09-07 Chong YidongMinor doc fix for switch-to-buffer.
2012-09-07 Juanma Barranqueront/config.nt: Sync with autogen/config.in.
2012-09-07 Chong YidongFix handling of require-final-newline in after-find...
2012-09-07 Chong Yidong* doc/lispref/eval.texi (Intro Eval): Add index entry...
2012-09-07 Chong YidongRemove obsolete display-buffer-reuse-frames from manuals.
2012-09-07 Chong YidongLet ESC ESC quit in read-char-choice, and use it in...
2012-09-07 Glenn MorrisAuto-commit of generated files.
2012-09-07 Chong YidongAdd a utility function buffer-narrowed-p, and use it.
2012-09-07 Paul Eggert* emacs.c (main): Convert three 'signal' calls to ...
2012-09-07 Paul EggertMore signal-handler cleanup.
2012-09-07 Chong Yidong* lisp/simple.el (count-words--buffer-message): Fix...
2012-09-07 Eli ZaretskiiMS-Windows followup for 2012-09-07T01:27:44Z!eggert...
2012-09-07 Eli ZaretskiiFix compilation failure under ENABLE_CHECKING.
2012-09-07 Dmitry Antipov* alloc.c (mark_buffer): Revert unsafe marking optimiza...
2012-09-07 Paul Eggert* syssignal.h (handle_on_main_thread): Always declare,
2012-09-07 Dmitry Gutov* lisp/progmodes/ruby-mode.el
2012-09-07 Chong YidongFix for invoking C-h c from the minibuffer.
2012-09-07 Chong YidongAdd a couple of xrefs to the Lisp manual.
2012-09-07 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-end-of-defun)
2012-09-07 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-indent-beg-re)...
2012-09-07 Chong YidongPartially revert last Gnus merge.
2012-09-07 Paul EggertSignal-handler cleanup.
2012-09-06 Gnus developersMisc changes made in Gnus master
2012-09-06 Eli ZaretskiiFix bug #12327 with SIGCHLD handling on Windows and...
2012-09-06 Stefan Monnier* lisp/emacs-lisp/cl-macs.el (cl--do-arglist): Understa...
2012-09-06 Chong YidongRemove references to obsolete variable speedbar-key...
2012-09-06 Rüdiger SonderfeldFix use of obsolete variables in vhdl-mode.el.
2012-09-06 Chong Yidong* frame.el (window-system-version): Mark as obsolete.
2012-09-06 Dmitry AntipovExplicitly mark buffer_defaults and buffer_local_symbols.
next