]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
2014-08-02 Fabián Ezequiel... * progmodes/python.el: Completion code cleanups.
2014-08-02 Paul Eggert* configure.ac (HAVE_TIMERFD): Also check for TFD_NONBLOCK,
2014-08-02 Glenn Morris* test/automated/fns-tests.el (fns-tests-compare-string...
2014-08-02 Alan MackenzieFix confusion in C++ file caused by comma in "= {1...
2014-08-02 Dmitry AntipovFix spacing in ChangeLog
2014-08-02 Alan MackenzieCorrect loop termination condition in c-syntactic-skip...
2014-08-02 Paul EggertMake compare-strings more compatible with old behavior.
2014-08-02 Jan Djärv* gtkutil.c (create_dialog): Force min spacing 10 betwe...
2014-08-02 Glenn Morris* automated/icalendar-tests.el (icalendar--decode-isoda...
2014-08-01 Paul EggertMake functions static that no longer need to be extern.
2014-08-01 Glenn MorrisChangeLog date fix
2014-08-01 Eli ZaretskiiMerge from emacs-24; up to 2014-06-26T21:51:25Z!rgm...
2014-08-01 Glenn MorrisAuto-commit of loaddefs files.
2014-08-01 Glenn MorrisAuto-commit of loaddefs files.
2014-08-01 Eli ZaretskiiFix display of R2L lines when the last character fits...
2014-08-01 Dmitry Antipov* atimer.c (toplevel) [HAVE_TIMERFD]: Include errno.h.
2014-08-01 Fabián Ezequiel... * lisp/progmodes/python.el: Shell output capture enhanc...
2014-08-01 Tassilo Horndoc/misc/ChangeLog: Add missing entry for gnus.texi
2014-08-01 Paul EggertMinor style fix to previous patch.
2014-08-01 Paul Eggert* frame.c (x_set_frame_parameters): Fix typo in previou...
2014-07-31 Paul EggertSimplify timerfd configuration and fix some minor glitches.
2014-07-31 Paul Eggert* frame.c (x_set_frame_parameters): Don't use uninitial...
2014-07-31 Tassilo Horn[Gnus] Allow list-valued gcc-self group params
2014-07-30 Glenn MorrisChangeLog fix
2014-07-30 Ulf JasperFix Bug#15408 (icalendar time zone problem)
2014-07-30 Dmitry Antipov* xterm.c (x_sync_with_move): Really wait 0.5s, not...
2014-07-30 Dmitry Antipov* xrdb.c (x_load_resources) [USE_MOTIF]: Although not...
2014-07-29 Dmitry Antipov* xrdb.c (x_load_resources) [!USE_MOTIF]: Put horizonta...
2014-07-29 Martin RudalicsIn window--state-put-2 handle horizontal scroll bars.
2014-07-29 Rüdiger SonderfeldFix Bug#18016.
2014-07-29 Eli ZaretskiiFix bug #18146 with bogus key rebindings in TUTORIAL.he.
2014-07-29 Martin RudalicsIn adjust_frame_size use FRAME_WINDOW_P instead of...
2014-07-29 Eli ZaretskiiFix hscroll of R2L lines that begin with a TAB or anoth...
2014-07-29 Andreas SchwabFixes: debbugs:18140
2014-07-28 Fabián Ezequiel... * lisp/progmodes/python.el (inferior-python-mode):...
2014-07-28 Michael AlbinusFix Changelog typo, introduced by last commit.
2014-07-28 Emilio C. Lopes* net/tramp-sh.el (tramp-get-remote-python): Also searc...
2014-07-28 Martin RudalicsFix some issues with setting the frame height.
2014-07-28 Dmitry AntipovFix Gnus-related issues reported by David Kastrup ...
2014-07-28 Eli ZaretskiiFix another part of bug #18035 with redisplay of line...
2014-07-28 Glenn MorrisMerge from emacs-24; up to 2014-06-26T06:55:15Z!rgm...
2014-07-28 Tassilo HornMerge commit 2014-07-28T09:07:56Z!tsdh@gnu.org from...
2014-07-28 Stephen BermanOpen doc text also if it's not saved to a file.
2014-07-28 Dmitry AntipovFix --without-x build and pacify --enable-gcc-warnings.
2014-07-28 Eli Zaretskiisrc/ChangeLog: Fix a typo.
2014-07-28 Eli ZaretskiiFix the GDB xsubchartable command.
2014-07-28 Eli ZaretskiiFix GDB xwindow command.
2014-07-28 Dmitry AntipovOn GNU/Linux, use timerfd for asynchronous timers.
2014-07-28 Fabián Ezequiel... Parse completion input in a iPython friendly way.
2014-07-28 Fabián Ezequiel... Prevent Python process shell buffer to pop twice.
2014-07-28 Fabián Ezequiel... * lisp/progmodes/python.el
2014-07-28 Fabián Ezequiel... Grab all Python process output before inferior-python...
2014-07-28 Paul Eggert* frame.c (x_set_frame_parameters): Don't use uninitial...
2014-07-28 Fabián Ezequiel... More robust shell startup and code setup.
2014-07-27 Eli ZaretskiiSupport horizontal scrolling of bidirectional text.
2014-07-27 Jan DjärvReinstate removed code.
2014-07-27 Martin RudalicsComplete pixelwise frame/window resizing, add horizonta...
2014-07-27 Eli ZaretskiiFix bugs #16674 and #18112 with resizing TTY frames...
2014-07-27 Eli Zaretskiisrc/window.c (window_resize_check, window_resize_apply...
2014-07-27 Andreas SchwabFixes: debbugs:18117
2014-07-27 Thien-Thi NguyenUse `defvar-local' more.
2014-07-27 Fabián Ezequiel... Cleanup error signals.
2014-07-27 Fabián Ezequiel... Support for packages in Python shell.
2014-07-27 Eli Zaretskiisrc/dispnew.c (allocate_matrices_for_frame_redisplay...
2014-07-27 Glenn Morris* python.el (python-shell-enable-font-lock): Fix typo...
2014-07-27 Fabián Ezequiel... Faster comint output.
2014-07-27 Fabián Ezequiel... * lisp/progmodes/python.el (inferior-python-mode):...
2014-07-27 Fabián Ezequiel... * lisp/progmodes/python.el (python-shell-font-lock...
2014-07-26 Fabián Ezequiel... Robust shell syntax highlighting. (Bug#18084, Bug...
2014-07-26 Eli ZaretskiiFix bug #18113 with ambiguous wording in etc/DEBUG.
2014-07-26 Paul EggertRevert previous change.
2014-07-26 Ulf JasperWork around the failures in icalendar-tests which occas...
2014-07-26 Andreas SchwabReorder conditions that are written backwards
2014-07-26 Andreas SchwabReorder conditions that are written backwards
2014-07-25 Stephen Berman* calendar/todo-mode.el (todo-edit-item--next-key)...
2014-07-25 Paul Eggert* dispextern.h, xdisp.c (hourglass_shown_p, hourglass_a...
2014-07-25 Dmitry Antipov* atimer.c (set_alarm) [HAVE_ITIMERSPEC]: Use TIMER_ABSTIME
2014-07-25 Stephen BermanFix code and doc involving marked items.
2014-07-25 Eli ZaretskiiFix last commit in w32term.c.
2014-07-25 Glenn Morrisvc-hooks.el: Fix doc typo in previous
2014-07-25 Glenn Morrisediff: Replace obsolete toggle-read-only with read...
2014-07-25 Martin RudalicsProvisionally fix Windows build broken by last commit.
2014-07-25 Glenn MorrisMore toggle-read-only doc tweaks
2014-07-25 Glenn Morrisprolog.el: Fix for missing `switch-to-prolog'
2014-07-25 Dmitry AntipovFix ChangeLog typo.
2014-07-25 Dmitry AntipovMove hourglass machinery to RIF.
2014-07-24 Michael Albinus* net/tramp-cache.el (tramp-flush-file-function): Wrap...
2014-07-24 Dmitry AntipovFix error reported by Angelo Graziosi <angelo.graziosi...
2014-07-23 Dmitry Antipov* frame.c (Fset_frame_height): Take frame top margin...
2014-07-22 Stephen Berman* calendar/todo-mode.el (todo-set-top-priorities):...
2014-07-22 Dmitry Antipov* xterm.h (struct x_output) [USE_LUCID && USE_TOOLKIT_S...
2014-07-22 Dmitry Antipov* xterm.h (struct x_output) [USE_X_TOOLKIT || USE_GTK...
2014-07-22 Katsumi Yamaokagnus-utils.el (gnus-recursive-directory-files): Unify...
2014-07-21 Vincent BelaïcheCorrect ses-truncate-cell bug implied by setting ses...
2014-07-21 Dmitry Antipov* src/frame.c (Fframe_parameters): Always report frame...
2014-07-21 Paul EggertSpelling fixes.
2014-07-21 Glenn MorrisNEWS copyedit
2014-07-21 Glenn MorrisMerge from emacs-24; up to 2014-06-25T10:17:41Z!rgm...
2014-07-21 Glenn MorrisNEWS tweaks
2014-07-21 Glenn MorrisSmall fixes re toggle-read-only, mainly doc
next