]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2014-08-15 Glenn MorrisRegenerate ldefs-boot.el emacs-24.3.93
2014-08-14 Glenn MorrisRegenerate etc/AUTHORS
2014-08-14 Glenn MorrisBump version number to 24.3.93
2014-08-13 Leo Liu* speedbar.el (speedbar-generic-list-tag-p): Allow...
2014-08-11 Ken Brown* src/gmalloc.c (_malloc_mutex, _aligned_blocks_mutex...
2014-08-11 Glenn Morris* lisp/subr.el (with-output-to-temp-buffer): Doc fix...
2014-08-11 Glenn MorrisRevert 2013-01-31 change that decides coding system...
2014-08-10 Paul EggertSimplify previous patch.
2014-08-10 Paul EggertDon't prevent random file systems from being unmounted.
2014-08-10 Martin RudalicsMake doc-string of window-total-size more self-contained.
2014-08-09 Martin RudalicsIn display-buffer-below-selected reuse window below...
2014-08-09 Martin RudalicsSecond attempt to fix some doc-strings in window.c.
2014-08-08 Stefan Monnier* lisp/mouse.el (mouse--down-1-maybe-follows-link)...
2014-08-08 Eli Zaretskiilisp/info.el (info): Doc fix.
2014-08-08 Martin RudalicsFix some doc-strings in window.c (Bug#18112) (Bug#18194).
2014-08-08 Bastien GuerryFix typos in TUTORIAL.fr
2014-08-07 Stefan Monnier* lisp/info.el (Info-mode-map): Override a global down...
2014-08-07 Eli ZaretskiiFix bug #18162 with assertion violations due to empty...
2014-08-07 Glenn Morris* test/automated/Makefile.in (check-tar): Remove, no...
2014-08-06 Eli Zaretskiisrc/coding.c: Fix typos in comments and doc strings.
2014-08-05 Eli ZaretskiiFix bug #18195 with inaccurate results from window...
2014-08-05 Dmitry AntipovFix bug with uninitialized undo list of an indirect...
2014-08-03 Dmitry AntipovFix bug with an attempt to select uninitialized frame...
2014-08-03 Glenn Morris* test/automated/Makefile.in (check-tar): Add as alias...
2014-08-02 Paul EggertFix bug with clang + directory_files_internal + GC.
2014-08-02 Paul EggertAvoid 100% CPU utilization on ssh session exit.
2014-08-01 Paul EggertSpelling+grammar fix.
2014-08-01 Glenn MorrisAuto-commit of loaddefs files.
2014-08-01 Eli ZaretskiiFix display of R2L lines when the last character fits...
2014-07-29 Eli ZaretskiiFix bug #18146 with bogus key rebindings in TUTORIAL.he.
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 Eli ZaretskiiFix another part of bug #18035 with redisplay of line...
2014-07-28 Tassilo HornMerge commit 2014-07-28T09:07:56Z!tsdh@gnu.org from...
2014-07-28 Eli Zaretskiisrc/ChangeLog: Fix a typo.
2014-07-28 Eli ZaretskiiFix GDB xwindow command.
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 Eli Zaretskiisrc/dispnew.c (allocate_matrices_for_frame_redisplay...
2014-07-27 Fabián Ezequiel... * lisp/progmodes/python.el (inferior-python-mode):...
2014-07-26 Eli ZaretskiiFix bug #18113 with ambiguous wording in etc/DEBUG.
2014-07-25 Stephen Berman* calendar/todo-mode.el (todo-edit-item--next-key)...
2014-07-25 Stephen BermanFix code and doc involving marked items.
2014-07-25 Glenn Morrisvc-hooks.el: Fix doc typo in previous
2014-07-25 Glenn MorrisMore toggle-read-only doc tweaks
2014-07-25 Glenn Morrisprolog.el: Fix for missing `switch-to-prolog'
2014-07-22 Stephen Berman* calendar/todo-mode.el (todo-set-top-priorities):...
2014-07-21 Paul EggertSpelling fixes.
2014-07-21 Glenn MorrisNEWS copyedit
2014-07-21 Glenn MorrisNEWS tweaks
2014-07-21 Glenn MorrisSmall fixes re toggle-read-only, mainly doc
2014-07-21 Glenn Morris* doc/emacs/emacs.texi (Intro): Workaround makeinfo...
2014-07-20 Fabián Ezequiel... * lisp/progmodes/python.el: Add comment about pipe...
2014-07-20 Fabián Ezequiel... * lisp/progmodes/python.el (python-mode): Don't set
2014-07-20 Fabián Ezequiel... Make python.el work with IPython automatically.
2014-07-20 Jan Djärv* macfont.h (macfont_update_antialias_threshold): Declare.
2014-07-19 Fabián Ezequiel... Fix Python shell prompts detection for remote hosts.
2014-07-19 Fabián Ezequiel... Autodetect Python shell prompts.
2014-07-17 Eli ZaretskiiFix last commit of src/w16select.c.
2014-07-17 Eli ZaretskiiFix src/ChangeLog entry of last commit.
2014-07-17 Eli ZaretskiiFix setting up coding-systems for clipboard access...
2014-07-17 Eli ZaretskiiFix assertion violation when restoring hscrolled window...
2014-07-17 Eli ZaretskiiFix part of bug #18035 with overlay strings on invisibl...
2014-07-16 Eli ZaretskiiFix bug #18036 with infloop in redisplay with huge...
2014-07-16 Glenn Morris* lisp/desktop.el (after-init-hook): Disable startup...
2014-07-15 Eli Zaretskiietc/TODO: Minor updates.
2014-07-15 Alvar Jesus... Fix bug #18025 with typos in Emacs Lisp Introduction...
2014-07-14 Glenn MorrisTweak earlier vc-log-edit change
2014-07-13 Eli ZaretskiiFix bug #17986 with infloop in redisplay when default...
2014-07-12 Paul Eggert* etags.c (Lisp_functions): Also record cl-defun etc.
2014-07-12 Eli ZaretskiiAttempt to fix bug #17962 with SIGSEGV in display_line.
2014-07-12 Eli ZaretskiiDocument the behavior of file selection dialogs on...
2014-07-12 Eli Zaretskiietc/PROBLEMS: Update problems specific to MS-Windows.
2014-07-12 Paul EggertFix bug: C-x v v discarded existing log message.
2014-07-11 Paul Eggert* Makefile.in (install-arch-indep): Avoid readdir race.
2014-07-10 Glenn MorrisTweak previous log-edit-changelog-entries change
2014-07-09 Stefan Monnier* lisp/vc/log-edit.el (log-edit-changelog-entries)...
2014-07-09 Stefan Monnier* lisp/faces.el (face-name): Undo last change.
2014-07-09 Fabián Ezequiel... Fix dedenters and electric colon handling.
2014-07-08 Stefan Monnier* lisp/progmodes/sh-script.el (sh-smie-sh-rules): Don...
2014-07-08 Stefan Monnier* doc/lispref/debugging.texi (Function Debugging, Debug...
2014-07-08 Eli ZaretskiiFix bug #17969 with vertical-motion through continuatio...
2014-07-08 Juri Linkov* lisp/startup.el (command-line): Append displaying...
2014-07-08 Juri Linkov* lisp/faces.el (face-name): Return input arg `face...
2014-07-08 Juri Linkov* lisp/facemenu.el (list-colors-print): In help-echo...
2014-07-06 Glenn Morris* cua-rect.el (cua--activate-rectangle): Avoid setting...
2014-07-06 Stephen Berman* calendar/todo-mode.el: Fix wrong-type-argument error...
2014-07-05 Stefan Monnier* lisp/emacs-lisp/edebug.el (edebug-eval-defun): Print...
2014-07-05 Stefan Monnier* lisp/progmodes/ruby-mode.el (ruby-mode-variables...
2014-07-05 Eli Zaretskiisrc/xdisp.c (pos_visible_p): Fix inaccurate comment.
2014-07-05 Eli ZaretskiiFix bug #17944 with pos-visible-in-window-p when there...
2014-07-05 Eli ZaretskiiA better fix for bug #17942.
2014-07-05 Eli ZaretskiiFix bug #17942 with pos-visible-in-window-p and image...
2014-07-05 Stefan Monnier* src/syntax.c (find_defun_start): Try the cache even
2014-07-04 Stephen Berman* todo-mode.texi (Levels of Organization): Comment...
2014-07-04 Stephen Berman* calendar/todo-mode.el: Fix two bugs. Shorten Comment...
2014-07-04 Jan DjärvBackport from trunk.
2014-07-04 Eli ZaretskiiFix bug #17905 with display of point in partially visib...
2014-07-04 Eli Zaretskiisrc/w32.c (network_interface_info): Make sure the argum...
next