** 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
* progmodes/compile.el (compilation-handle-exit):
`compilation-finish-function' may change the current buffer.
+ 2007-05-22 Richard Stallman <rms@gnu.org>
+
+ * files.el (set-auto-mode): Doc fix.
+
+2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
+
+ * help-fns.el (find-source-lisp-file): New function.
+ (describe-function-1): Use find-source-lisp-file to find source
+ file in compile tree.
+
2007-05-22 Eli Zaretskii <eliz@gnu.org>
* dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
;; find-buffer-file-type-coding-system
;; (defined on dos-w32.el) to act as if
;; the file being extracted existed, so
- ;; that the file's contents' encoding is
- ;; auto-detected.
+ ;; that the file's contents' encoding and
+ ;; EOL format are auto-detected.
(let ((file-name-handler-alist
- (if (featurep 'dos-w32)
- '(("" . tar-file-name-handler))
- file-name-handler-alist)))
+ '(("" . tar-file-name-handler))))
(car (find-operation-coding-system
'insert-file-contents
(cons name (current-buffer)) t)))))
+2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
+
+ * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
+
+ 2007-05-22 Richard Stallman <rms@gnu.org>
+
+ * xterm.c (x_connection_closed): Remove NO_RETURN.
+
+2007-05-22 Martin Rudalics <rudalics@gmx.at>
+
+ * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
+
+2007-05-21 Chong Yidong <cyd@stupidchicken.com>
+
+ * image.c (uncache_image): New function.
+ (Fimage_refresh): New function.
+
+2007-05-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
+
+ * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
+
+2007-05-20 Nick Roberts <nickrob@snap.net.nz>
+
+ * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
+ * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
+
+2007-05-20 Nick Roberts <nickrob@snap.net.nz>
+
+ * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
+ conditional on [HAVE_GPM_H].
+
2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
* syntax.c (skip_chars): Update syntax-table only after we checked that