]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2014-07-26 Andreas SchwabReorder conditions that are written backwards
2014-07-26 Andreas SchwabReorder conditions that are written backwards
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 Eli ZaretskiiFix last commit in w32term.c.
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 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 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 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
2014-07-21 Glenn Morris* doc/emacs/emacs.texi (Intro): Workaround makeinfo...
2014-07-21 Stefan Monnier* emacs-lisp/smie.el (smie-config--guess-1): Split...
2014-07-21 Stefan Monnier* lisp/emacs-lisp/edebug.el: Use nadvice.
2014-07-21 Stefan MonnierIndentation, punctuation, and other nitpicks.
2014-07-21 Stefan Monnier* lisp/mouse.el (tear-off-window): Rename from mouse...
2014-07-21 Stefan Monnier* test/automated/advice-tests.el (advice-test-call...
2014-07-21 Stefan Monnier* lisp/vc/vc-bzr.el (vc-bzr-shelve): Make it operate...
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 Dmitry Antipov* frame.h (struct frame) [USE_X_TOOLKIT]: New member...
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 Stefan Monnier* lisp/xt-mouse.el (xterm-mouse-event): Don't assume...
2014-07-19 Kenichi Handa2014-07-19 Kenichi Handa <handa@gnu.org>
2014-07-19 Fabián Ezequiel... Autodetect Python shell prompts.
2014-07-19 Stefan Monnier* lisp/rect.el (rectangle--string-preview): Don't assum...
2014-07-18 Dmitry AntipovPrefer 'x_display_info *' to 'Display *' in X selection...
2014-07-18 Albert Krewinkel* lisp/gnus/gnus-msg.el (gnus-configure-posting-style):
2014-07-18 Dmitry Antipov* frame.c (frame_unspecified_color): New function
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-17 Dmitry Antipov* data.c (wrong_choice): Not static any more.
2014-07-17 Dmitry Antipov* print.c (print_preprocess): Adjust to match changed
2014-07-16 Eli ZaretskiiFix bug #18036 with infloop in redisplay with huge...
2014-07-16 Glenn MorrisMerge from emacs-24; up to 2014-06-23T06:25:47Z!rgm...
2014-07-16 Dmitry Antipov* frame.h (enum fullscreen_type) [HAVE_WINDOW_SYSTEM...
2014-07-16 Dmitry AntipovMore precise control over values of some buffer-local...
2014-07-16 Daiki UenoRevert 2014-07-16T04:11:08Z!ueno@gnu.org and fix XCHAR2...
2014-07-16 Daiki UenoRemove unnecessary ifdef from nsgui.h, introduced by...
2014-07-16 Daiki UenoMove back the XChar2b definition to w32gui.h and nsgui.h
2014-07-16 Glenn Morris* lisp/desktop.el (after-init-hook): Disable startup...
2014-07-16 Daiki UenoConsolidate XChar2b macros for the X, W32, and NS
2014-07-15 Paul EggertUse "b" flag more consistently; avoid "t".
2014-07-15 Eli Zaretskiietc/TODO: Minor updates.
2014-07-15 Alvar Jesus... Fix bug #18025 with typos in Emacs Lisp Introduction...
2014-07-15 Dmitry Antipov* regex.c (re_search_2): Use ssize_t to avoid integer...
2014-07-15 Dmitry Antipov* lwlib/lwlib.h (toplevel): Use unsigned int for LWLIB_ID.
2014-07-14 Daniel ColascioneUnbreak compilation of derived cc-mode modes
2014-07-14 Glenn MorrisTweak earlier vc-log-edit change
2014-07-14 Paul EggertUse binary-io module, O_BINARY, and "b" flag.
2014-07-14 Paul Eggert* macros.c (Fstart_kbd_macro): Avoid need for overflow...
2014-07-14 Paul Eggert* macros.c (Fstart_kbd_macro): Simplify.
2014-07-14 Eli Zaretskiisrc/ChangeLog: Fix a typo in a recently added entry.
2014-07-14 Dmitry Antipov* term.c (tty_menu_add_pane, tty_menu_add_selection):
2014-07-14 Dmitry Antipov* lisp.h (CHECK_VECTOR_OR_STRING): Return number of...
2014-07-14 Paul Eggert* make-docfile.c: Simplify a bit, to simplify further...
2014-07-13 Paul EggertImprove behavior of 'bzr up; cd src; make -k'.
2014-07-13 Eli ZaretskiiFix bug #17986 with infloop in redisplay when default...
2014-07-12 Paul EggertMerge from gnulib, incorporating:
2014-07-12 Glenn MorrisMerge from emacs-24; up to 2014-06-22T05:00:14Z!dmantip...
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 Eli ZaretskiiMinor fix for read_minibuf_noninteractive on MS-Windows.
2014-07-12 Dmitry Antipov* XMenuInt.h (XDeleteAssoc): Remove duplicated prototype to
2014-07-12 Paul EggertFix bug: C-x v v discarded existing log message.
2014-07-11 Paul EggertCoalesce extern decls.
2014-07-11 Paul Eggert* Makefile.in (install-arch-indep): Avoid readdir race.
2014-07-11 Jan DjärvAdd ifdef NS_IMPL_COCOA aound OSX version check (for...
2014-07-11 Eli ZaretskiiFix reading input without echoing on MS-Windows.
2014-07-11 Eli ZaretskiiImplement echo suppression in non-interactive mode...
2014-07-11 Eli Zaretskiidoc/lispref/internals.texi (Garbage Collection): Fix...
2014-07-11 Michael Albinus* sysdep.c (suppress_echo_on_tty): New function.
2014-07-11 Dmitry Antipov* src/alloc.c (Fmemory_info) [HAVE_LINUX_SYSINFO]:...
2014-07-11 Eli ZaretskiiImplement memory-info for MS-DOS.
2014-07-11 Eli ZaretskiiTemporary fix for the MS-Windows build broken by last...
2014-07-11 Michael Albinus* NEWS: Passwords in batch mode are hidden.
2014-07-11 Michael AlbinusHide password in batch mode
2014-07-10 Eli ZaretskiiImplement memory-info for MS-Windows.
2014-07-10 Eli Zaretskiilisp/files.el (warn-maybe-out-of-memory): Fix the wordi...
2014-07-10 Glenn MorrisTweak previous log-edit-changelog-entries change
2014-07-10 Dmitry Antipov* files.el (warn-maybe-out-of-memory): Fix last change.
2014-07-10 Dmitry Antipov* configure.ac: Check whether sys/sysinfo.h provides
2014-07-10 Dmitry Antipov* coding.h (struct coding_system): Remove 'error_positi...
2014-07-09 Paul Eggert* syntax.c (back_comment): Use more-natural location...
next