** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin.
(Did we decide that is unreproducible?)
+ ** eliz@gnu.org, May 20: EOL conversion of files in .tar archives
+
* BUGS
+NB the definitive copy of this file for Emacs 22 is on the
+EMACS_22_BASE branch. Any entries below are automatically copied from
+that branch. Do not make manual changes to this file on the trunk.
+
+ ** michael.ewe@arcor.de, Apr 24: 22.0.98 not starting on Solaris 10/I386
+ http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg01113.html
+
+ * FIXES FOR EMACS 22.2
+
+ Here we list small fixes that arrived too late for Emacs 22.1, but
+ that should be installed on the release branch after 22.1 is released.
+
+ ** Changes to six pbm icons in etc/images.
+ Sync change from trunk 2007-05-19.
+
+ ** viper and tramp should not load cl at run time.
+
* DOCUMENTATION
** Check the Emacs Tutorial.
+2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
+
+ * mail/mail-extr.el (mail-extract-address-components): Recognize
+ non-ASCII characters except for NBSP as words.
+
+ 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
+
+ * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
+ (rcirc-print): Handle `window-width'.
+ (rcirc-buffer-maximum-lines): Doc fix.
+
+2007-05-21 Chong Yidong <cyd@stupidchicken.com>
+
+ * image-mode.el (image-toggle-display): Don't clear image cache.
+ Only use filename in image spec if the file is readable. Call
+ image-refresh.
+
+ * image.el (image-type-from-file-name, image-type): Simplify.
+ (image-type-auto-detected-p): Don't scan auto-mode-alist.
+
+ * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
+ (magic-fallback-mode-alist): Add image-type-auto-detected-p.
+
+2007-05-20 Nick Roberts <nickrob@snap.net.nz>
+
+ * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
+ is an error.
+
+ * term/linux.el (terminal-init-linux): Don't signal an error
+ if gpm isn't running.
+
+2007-05-20 Nick Roberts <nickrob@snap.net.nz>
+
+ * t-mouse.el: Reduce to a minor-mode macro call.
+ (t-mouse-mode) Remove the lighter.
+
+ * term/linux.el (terminal-init-linux): Enable t-mouse by default.
+
+2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * files.el (auto-mode-alist): Change the regexp so that
+ ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
+
+2007-05-19 Chong Yidong <cyd@stupidchicken.com>
+
+ * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
+ changes.
+
2007-05-19 Kevin Ryde <user42@zip.com.au>
- * info.el (Info-fontify-node): Match https also.
+ * info.el (Info-fontify-node): Fontify https as well as http and ftp.
+
+2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
+
+ * textmodes/sgml-mode.el: Revert last change.
2007-05-18 Richard Stallman <rms@gnu.org>