]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
2015-08-27 Paul EggertAssume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
2015-08-26 Nicolas PettonImprove seq-concatenate for new sequence types
2015-08-26 Stephen LeakeAdd mode local overrides to xref-find-definitions
2015-08-26 Stephen LeakeAdd mode local overrides to describe-function
2015-08-26 Paul EggertPrefer straight quoting in some etc text files
2015-08-26 Paul EggertFix quoting in ‘message_with_string’
2015-08-26 Eli ZaretskiiMention false positives of file-accessible-directory...
2015-08-26 Paul EggertTreat error strings as help
2015-08-26 Glenn Morris; Auto-commit of loaddefs files.
2015-08-26 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-08-26 Michael Albinus; * tramp-compat.el: Remove superfluous comment; formatting
2015-08-26 Michael Albinus* lisp/net/tramp-cache.el (top): Use `message' but...
2015-08-26 Paul EggertTop-level elisp files respect ‘text-quoting-style’
2015-08-26 Paul EggertGo back to grave quoting in Tramp
2015-08-26 Paul EggertGo back to grave quoting in Gnus
2015-08-26 Paul EggertFix customization of text-quoting-style
2015-08-26 Paul Eggertformat-message now curves ` and '
2015-08-25 Eli ZaretskiiMinor fixes in doc/emacs/search.texi
2015-08-25 Michael Albinus* lisp/net/tramp-sh.el (tramp-awk-encode, tramp-awk...
2015-08-25 Glenn Morris; Auto-commit of loaddefs files.
2015-08-25 Xue Fuqiao* doc/lispintro/emacs-lisp-intro.texi (Run a Program...
2015-08-25 Paul EggertSpelling fixes
2015-08-25 Paul EggertGnus format-message typo fix
2015-08-25 Paul EggertPrefer directed to neutral quotes
2015-08-25 Paul EggertTreat ' like ’ even when not matching `
2015-08-25 Glenn Morris* doc/emacs/cal-xtra.texi (Holiday Customizing): Fix...
2015-08-25 YAMAMOTO Mitsuharu* src/macfont.m (macfont_create_family_with_symbol...
2015-08-25 Paul EggertTramp diagnostics as per ‘text-quoting-style’
2015-08-24 Paul Eggert* etc/NEWS: Clarify text-quoting-style and electric...
2015-08-24 Xue FuqiaoFix documentation for `save-excursion'
2015-08-24 Michael Albinus* lisp/net/tramp-sh.el (tramp-stat-marker, tramp-stat...
2015-08-24 Michael AlbinusRevert fbb5531fa11d13854b274d28ccd329c9b6652cfc for...
2015-08-24 Glenn Morris; Auto-commit of loaddefs files.
2015-08-24 Nicolas PettonFix cl-subseq and cl-concatenate
2015-08-24 Martin Rudalics; Fix two entries in ChangeLog.2
2015-08-24 Pip CetFix full-screen code when there is no window manager...
2015-08-24 Glenn Morris; * doc/lispref/intro.texi (Version Info): Shorten...
2015-08-24 Glenn Morris* lisp/version.el (emacs-version): No longer include...
2015-08-24 Paul Eggert* doc/lispref/elisp.texi: Fix typo in previous change.
2015-08-24 Paul EggertMore-conservative ‘format’ quote restyling
2015-08-24 Paul Eggert* etc/NEWS: The new ‘q’ flag is not an incompatible...
2015-08-23 Fabián Ezequiel... python.el: Fix python-shell-buffer-substring on indente...
2015-08-23 Paul EggertFix minor glitches from ‘format’ reversion
2015-08-23 Fabián Ezequiel... python.el: Defer shell setup code until first interacti...
2015-08-23 Nicolas PettonRemove the calls to `seq-into` from `seq-concatenate`
2015-08-23 Eli Zaretskii; Fix a typo in description of 'C-x r i'
2015-08-23 Fabián Ezequiel... python.el: Fix completion for pdb interactions
2015-08-23 Nicolas PettonMake seq.el more extensible by using cl-defmethod
2015-08-23 Fabián Ezequiel... python.el: Fix prompt detection with user overridden...
2015-08-23 Michael Albinus; Fix author address
2015-08-23 Eli ZaretskiiSupport exec-directory with non-ASCII characters on...
2015-08-23 Andreas SchwabRevert "Extend ‘format’ to translate curved quotes"
2015-08-23 Andreas SchwabRevert "Prefer ‘format’ to ‘substitute-command-keys’"
2015-08-23 Xue Fuqiao; * doc/lispintro/emacs-lisp-intro.texi (Buffer Size...
2015-08-23 Xue Fuqiao* doc/lispintro/emacs-lisp-intro.texi (Switching Buffer...
2015-08-23 Glenn Morris; Auto-commit of ChangeLog files.
2015-08-23 Xue Fuqiao* doc/emacs/modes.texi (Choosing Modes): Minor doc...
2015-08-22 Fabián Ezequiel... python.el: fallback completion, ffap and eldoc setup...
2015-08-22 Fabián Ezequiel... ; python.el: Fix typo for previous commit
2015-08-22 Fabián Ezequiel... python.el: Increase native completion robustness.
2015-08-22 Eli ZaretskiiFix invocation of programs via cmdproxy.exe
2015-08-22 Simen HeggestøylHandle comments inside unquoted URIs in css-mode
2015-08-22 Eli ZaretskiiSupport invocation of Hunspell with multiple dictionaries
2015-08-22 Eli ZaretskiiMinor formatting changes in ispell.el
2015-08-22 Martin RudalicsIn ‘adjust-window-trailing-edge’ fix bug with size...
2015-08-22 Eli ZaretskiiImprove documentation of 'window-use-time'
2015-08-22 Stefan Monnier* lisp/progmodes/cc-*.el: Fix up commenting style
2015-08-22 Paul Eggerttext-quoting-style in emacs-lisp diagnostics
2015-08-22 Fabián Ezequiel... ; python.el: Fix previous commit for Emacs<24.3 compati...
2015-08-22 Fabián Ezequiel... ; python.el: Fix previous commit for Emacs<24.3 compati...
2015-08-22 Fabián Ezequiel... python.el: Ensure remote process-environment on non...
2015-08-21 Fabián Ezequiel... ; python.el: Bump version to 25.1
2015-08-21 Fabián Ezequiel... python.el: Enhancements to process environment setup.
2015-08-21 Paul EggertAvoid hard-coding "M-x command" in docstrings
2015-08-21 Simen Heggestøyl; Fix minor typo in Elisp manual
2015-08-21 Tassilo HornUse add-function for prettify-symbols-compose-predicate
2015-08-21 Stefan Monnier* lisp/emacs-lisp/smie.el (smie-indent-current-column...
2015-08-21 Paul EggertRespect text-quoting-style in (*Finder*) menus
2015-08-21 Martin RudalicsDocument `window-use-time' in Elisp manual
2015-08-21 Eli ZaretskiiA better fix for bug#21303
2015-08-21 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2015-08-21 Paul EggertRespect text-quoting-style in calc
2015-08-21 Eli ZaretskiiFix documentation of 'menu-set-font' and 'set-frame...
2015-08-21 Eli ZaretskiiDocument '--create-frame' option to emacsclient
2015-08-21 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2015-08-21 Stefan Monnier* lisp/progmodes/js.el (js-mode): Don't eagerly syntax...
2015-08-21 Eli ZaretskiiDocument 'get-mru-window' in the ELisp manual
2015-08-21 Eli ZaretskiiClarify documentation of 'get-buffer-window-list'
2015-08-21 Vasilij SchneidermannIn `ielm' use `pop-to-buffer-same-window' instead of...
2015-08-21 KaushalIn woman.el use `display-buffer' instead of `switch...
2015-08-21 Paul EggertFollow user preference in calendar diagnostics
2015-08-21 Michael Albinus* src/gfilenotify.c (Fgfile_add_watch):
2015-08-21 Martin RudalicsIn frames.texi use "minibuffer-less frame" instead...
2015-08-21 Martin RudalicsFix frame geometry related text
2015-08-21 Martin RudalicsSanitize frame geometry related functions
2015-08-21 Eli ZaretskiiFix MinGW64 build broken by latest w32uniscribe.c changes
2015-08-21 Tassilo HornAdd TeX defaults for prettify-symbol-mode
2015-08-21 Tassilo HornGeneralize prettify-symbols to arbitrary modes
2015-08-21 Paul EggertDon't quote symbols 'like-this' in docstrings etc.
2015-08-20 Martin Rudalics; * etc/NEWS: Mention frame geometry related changes...
next