X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d8ad4d3ff9dcea9c581d72e1e9ec292ea18673b1..34e856d5ac828753b7be20e2471f39fb613f7f40:/lisp/ChangeLog.15 diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index b97cd80cdb..6f71a6ade8 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 @@ -324,7 +324,7 @@ (ert-run-tests-batch, ert--print-test-for-ewoc): Handle `ert-test-quit'. -2011-03-03 David Abrahams (tiny change) +2011-03-03 David Abrahams * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs): Move ediff-defvar-local calls after defcustoms. (Bug#1821) @@ -578,6 +578,10 @@ * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use `field' property of `rfn-eshadow-overlay'. +2011-02-21 Paul Eggert + + * emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c. + 2011-02-21 Lars Ingebrigtsen * net/netrc.el (netrc-parse): Comment fix. @@ -1416,7 +1420,6 @@ `special-mode-map'. (package-menu-mode): Define using `define-derived-mode' inheriting from `special-mode'. - * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'. * net/xesam.el (xesam-mode): Inherit from `special-mode'. (xesam-mode-map): Define separately. * play/solitaire.el (solitaire-mode): Inherit from `special-mode'. @@ -2034,6 +2037,10 @@ Don't auto-indent for indent-to-left-margin, it's too often counter-productive. +2011-01-17 Paul Eggert + + * dired.el: Regenerate. + 2011-01-16 Tassilo Horn * strokes.el (strokes-read-stroke): Re-fill strokes buffer with @@ -5119,7 +5126,7 @@ (x-setup-function-keys, xw-defined-colors): Merge x- and w32- definitions here. -2010-10-24 T.V. Raman (tiny change) +2010-10-24 T. V. Raman (tiny change) * net/mairix.el (mairix-searches-mode-map): * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change. @@ -5755,7 +5762,6 @@ * emacs-lisp/edebug.el (edebug-eval-mode-map): * emacs-lisp/chart.el (chart-map): * edmacro.el (edmacro-mode-map): - * erc/erc-list.el (erc-list-menu-mode-map): * array.el (array-mode-map): Declare and define in one step. * vc/log-view.el (log-view-mode-map): Bind revert-buffer. @@ -5790,18 +5796,18 @@ Enhance fontification of declarators to take account of the presence/absence of "typedef". - * cc-engine.el (c-forward-type): New &optional param + * progmodes/cc-engine.el (c-forward-type): New &optional param "brace-block-too". (c-forward-decl-or-cast-1): cdr of return value now indicates the presence of either or both of a "struct"-like keyword and "typedef". - * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic + * progmodes/cc-fonts.el (c-complex-decl-matchers): Remove the heuristic fontification of declarators which follow a "}". (c-font-lock-declarations): Fontify declarators according to the presence/absence of "typedef". - * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable - for "typedef". + * progmodes/cc-langs.el (c-typedef-kwds c-typedef-key): + New lang variable for "typedef". (c-typedef-decl-key): New lang variable built from c-typedef-decl-kwds. @@ -12145,7 +12151,7 @@ (version-list-not-zero, version<, version<=, version=): Doc fix. (Bug#5744). -2010-02-31 Dan Nicolaescu +2010-03-31 Dan Nicolaescu * vc.el (vc-root-diff): Doc fix. @@ -13597,7 +13603,7 @@ * textmodes/artist.el (artist-compute-popup-menu-table): Remove duplicated words in doc-strings. -2010-01-15 David Abrahams (tiny change) +2010-01-15 David Abrahams * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil to mairix-search to suppress threading (Bug#5342). @@ -18135,6 +18141,10 @@ * window.el (window-full-height-p): New function. (Bug#4543) +2009-10-03 Chong Yidong + + * files.el (auto-mode-alist): Add .srt and Project.ede. + 2009-10-03 Dan Nicolaescu * vc.el: Remove commented out code. @@ -22792,7 +22802,7 @@ See ChangeLog.14 for earlier changes. ;; coding: utf-8 ;; End: - Copyright (C) 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. This file is part of GNU Emacs.