From: Stephen Leake Date: Sat, 23 Jan 2010 12:42:22 +0000 (+0100) Subject: Fix bug#5435: ada-mode; pragma parameter list indented incorrectly. X-Git-Tag: emacs-pretest-23.1.92~30^2~3^2~14 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5336c3ec747bcfca4edf97e962f06ec6f37b6936;p=emacs.git Fix bug#5435: ada-mode; pragma parameter list indented incorrectly. --- 5336c3ec747bcfca4edf97e962f06ec6f37b6936 diff --cc lisp/ChangeLog index a1871e59677,4a453c58759..83903e1e9e5 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,40 -1,8 +1,45 @@@ -2010-01-21 Stephen Leake ++2010-01-23 Stephen Leake + + * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax + is the same as subprogram call, not declaration. (Bug#5435). + +2010-01-23 Michael Albinus + + * net/tramp-smb.el (tramp-smb-conf): New defcustom. + (tramp-smb-maybe-open-connection): Use it. + +2010-01-22 Michael Albinus + + * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448) + +2010-01-22 Stefan Monnier + + * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte + just because we see "encoding: 8bit". + * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes. + +2010-01-22 Chong Yidong + + * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446). + +2010-01-22 Eli Zaretskii + + * jka-compr.el (jka-compr-load): If load-file is not in + load-history, try its file-truename version. (bug#5447) + +2010-01-21 Alan Mackenzie + + Fix a situation where deletion of a cpp construct throws an error. + * progmodes/cc-engine.el (c-invalidate-state-cache): Before + invoking c-with-all-but-one-cpps-commented-out, check that the + special cpp construct is still in the buffer. + (c-parse-state): Record the special cpp with markers, not numbers. + +2010-01-21 Kenichi Handa + + * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to + process last-command-event, as it is now decoded first (Bug#5380). + 2010-01-20 Chong Yidong * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).