]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
2014-09-22 Stefan MonnierMerge from emacs-24
2014-09-22 Sam Steingoldoops
2014-09-22 Sam Steingold(sql-execute): Use `special-mode'.
2014-09-22 Sam Steingold(sql-product-alist): Improve the Vertica entry.
2014-09-22 Stefan MonnierAdd pcase-defmacro, as well as `quote' and `app' patterns.
2014-09-22 Stefan Monnier* lisp/loadup.el: Increase max-lisp-eval-depth while...
2014-09-22 Stefan Monnier* lisp/emacs-lisp/pcase.el: Allow (F . ARGS) in `app...
2014-09-22 Stefan Monnier* lisp/emacs-lisp/pcase.el: Use pcase-defmacro to handl...
2014-09-22 Stefan Monnier* lisp/emacs-lisp/pcase.el (pcase--match): New smart...
2014-09-22 Stefan Monnier* lisp/emacs-lisp/pcase.el (pcase-defmacro): New macro.
2014-09-22 Eli ZaretskiiFix bug #18516 with SIGSEGV in expand-file-name.
2014-09-22 Stefan MonnierAdd support for `quote' and `app'.
2014-09-22 Stefan MonnierUse lexical-bindin in Ibuffer.
2014-09-22 Stefan Monnier* lisp/font-lock.el (font-lock-compile-keyword): Don...
2014-09-22 Stefan Monnier* lisp/emacs-lisp/bytecomp.el (byte-compile-lambda...
2014-09-22 Stefan Monnier* lisp/mpc.el (mpc-data-directory): Use locate-user...
2014-09-22 Dmitry AntipovAvoid extra call to oblookup when interning symbols.
2014-09-22 Dmitry AntipovOn OSX, do not free font-specific data more than once...
2014-09-21 Paul EggertMinor improvements to new stack-allocated Lisp objects.
2014-09-21 Tom Willemse* lisp/simple.el (clone-indirect-buffer): Mention the...
2014-09-21 Tom Willemse* lisp/progmodes/prog-mode.el (prog-mode-hook): Replace...
2014-09-21 Stefan Monnier* lisp/progmodes/perl-mode.el (perl-syntax-propertize...
2014-09-21 David Caldwell* configure.ac: Increase headerpad_extra to 1000, updat...
2014-09-21 Glenn MorrisAuto-commit of loaddefs files.
2014-09-21 Tassilo HornUse font-lock-face property; derive from special-mode
2014-09-19 Dmitry Gutov* lisp/emacs-lisp/lisp.el (lisp-completion-at-point...
2014-09-19 Dmitry GutovFix bug#18265
2014-09-19 Dmitry Gutov* lisp/emacs-lisp/lisp.el (lisp-completion-at-point...
2014-09-19 Dmitry GutovMake lisp-completion-at-point more discerning
2014-09-19 Dmitry GutovAdd the missing last name to ChangeLog
2014-09-19 Dmitry GutovClarify url-http and url-retrieve-internal docstrings
2014-09-18 Juri Linkov* src/image.c (imagemagick_load_image): Add delay to...
2014-09-18 David EngsterDo not call egrep to determine emacs version in EDE.
2014-09-18 Ivan KanisAllow users to specify `shr-width'
2014-09-18 Lars Magne... * image-mode.el: Move defvars earlier to avoid a byte...
2014-09-18 Lars Magne... Preserve the aspect ratio when fitting to width/height
2014-09-18 Eli ZaretskiiClarify the doc strings of mouse-position and set-mouse...
2014-09-18 Eli ZaretskiiFix bug #18490 with redisplay of other windows showing...
2014-09-18 Kan-Ru ChenFix `fit-window-to-buffer' (Bug#18498).
2014-09-18 Dmitry AntipovMore and more stack-allocated Lisp objects if USE_LOCAL...
2014-09-18 Paul EggertPort USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.
2014-09-18 Paul EggertPort USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.
2014-09-17 Samuel Bronson* unexmacosx.c (copy_data_segment): Port to GCC 4.6+.
2014-09-17 Paul EggertFix minor problems found by static checking.
2014-09-17 Dmitry AntipovAvoid clang-specific warnings.
2014-09-17 Dmitry Antipov* alloc.c (local_vector_init): Remove useless INLINE.
2014-09-17 Reuben ThomasAdd interpreter-mode-alist support for various JavaScri...
2014-09-17 Paul EggertDon't assume 'grep' supports GREP_OPTIONS.
2014-09-16 Eli ZaretskiiFix display of hollow-box and hbar cursors on r2L lines.
2014-09-16 Eli ZaretskiiFix block cursor display in R2L lines.
2014-09-16 Daniel ColascioneFor symbols, use address as hash code.
2014-09-16 Dmitry AntipovAvoid more integer overflows on string size calculations.
2014-09-16 Dmitry AntipovIf USE_LOCAL_ALLOCATORS, allocate even more Lisp object...
2014-09-16 Dmitry AntipovPrefer ptrdiff_t to int and avoid integer overflows.
2014-09-16 Dmitry AntipovAlways use matched specpdl entry to record call argumen...
2014-09-16 Stefan Monnier* lisp/msb.el (msb--make-keymap-menu, msb-menu-bar...
2014-09-15 Eli ZaretskiiSupport playing on MS-Windows non-ASCII sound files...
2014-09-15 Eli Zaretskiisrc/dispextern.h: Commentary fix.
2014-09-15 Eli ZaretskiiFix display of R2L lines in partial-width windows.
2014-09-15 Dmitry AntipovIf USE_LOCAL_ALLOCATORS, allocate some Lisp objects...
2014-09-15 Daniel ColascioneTweak sort docstring
2014-09-15 Daniel ColascioneUpdate documentation for `insert-register'
2014-09-15 Daniel ColascioneUpdate documentation for `insert-register'
2014-09-15 Glenn MorrisMerge from emacs-24; up to 2014-07-09T02:04:12Z!rgm...
2014-09-14 Glenn Morris* lisp/image.el (image-multi-frame-p): Fix thinko
2014-09-14 Daniel Colascione* register.el (insert-register): Change default interac...
2014-09-14 Eli ZaretskiiFix bug #18420 with deadlocks communicating with subpro...
2014-09-14 Michael Albinus* net/tramp-cache.el (tramp-flush-file-function): Simpl...
2014-09-14 Jan Djärv* callproc.c (init_callproc): Fix bug introduced at...
2014-09-14 Sam Steingoldoops
2014-09-13 Eli Zaretskiietc/NEWS: Mention HTML support in Rmail.
2014-09-13 Christopher... * etc/NEWS: Mention nil `calendar-mode-line-format...
2014-09-13 Leo Liu* emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords...
2014-09-13 Glenn MorrisAuto-commit of loaddefs files.
2014-09-13 Eli ZaretskiiFix HTML rendering by shr-insert-document in Rmail.
2014-09-13 Eli ZaretskiiDecode HTML text before presenting it in Rmail.
2014-09-13 Ken OlumSupport rendering of HTML parts in Rmail (bug #4258).
2014-09-13 Eli ZaretskiiFix expansion and encoding of sound file names on MS...
2014-09-13 Eli ZaretskiiResurrect sound support on MS-Windows that was lost...
2014-09-13 Dmitry AntipovPrefer ptrdiff_t to int and avoid integer overflows.
2014-09-12 Sam SteingoldAdd support for Vertica SQL.
2014-09-12 Detlev Zundel* buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337).
2014-09-12 Kan-Ru ChenFix fit-window-to-buffer doc-string.
2014-09-11 Paul EggertSpelling fixes.
2014-09-11 Glenn Morris* etc/NEWS: Mention timer error reporting.
2014-09-11 Dmitry AntipovRemove redundant GCPROs around Ffuncall and Fapply...
2014-09-11 Dmitry Antipov* lread.c (readevalloop_eager_expand_eval): Add GCPRO...
2014-09-11 Dmitry AntipovMore debugging aids around GCPROs.
2014-09-11 Martin RudalicsIn Fresize_mini_window_internal set w->total_lines...
2014-09-11 Dmitry Antipov* lisp.h (make_local_string): Nitpick indent.
2014-09-11 Paul EggertPacify --enable-gcc-warnings when no window system...
2014-09-11 Paul Eggert* charset.c (Fget_unused_iso_final_char): Fix subscript...
2014-09-10 Alan MackenzieCC Mode: revert recent changes and fix bug 17463 (cc...
2014-09-10 Paul EggertSimplify lisp.h by removing the __COUNTER__ business.
2014-09-10 Alp Aker* nsterm.m (ns_draw_fringe_bitmap): Use the same logic...
2014-09-10 Eli Zaretskiisrc/w32.c (sys_write): Use SAFE_NALLOCA for the NL...
2014-09-10 Paul Eggert* xterm.c (handle_one_xevent): Add braces to pacify...
2014-09-10 Jan DjärvDetect iconified under Compiz/Unity
2014-09-10 Paul Eggert* lisp.h (DEFINE_GDB_SYMBOL_ENUM): Remove.
2014-09-10 Stefan MonnierCC-mode: Set open-paren-in-column-0-is-defun-start...
next