diff lisp/ChangeLog @ 83075:1281a5c8fb39

Merged in changes from CVS HEAD Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-141 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-142 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-143 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-144 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-145 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-115
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 11 Mar 2004 01:13:03 +0000
parents ced0b1beba09 c1238bacc77f
children fac24544c283
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Mar 11 01:11:38 2004 +0000
+++ b/lisp/ChangeLog	Thu Mar 11 01:13:03 2004 +0000
@@ -1,9 +1,35 @@
+2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* type-break.el (type-break-emacs-variant): Remove.
+	(type-break-run-at-time, type-break-cancel-function-timers):
+	Use fboundp rather than version name and number.
+
+2004-03-09  Masatake YAMATO  <jet@gyve.org>
+
+	* hexl.el (hexl-mode): Use `make-local-variable' instead of
+	`make-variable-buffer-local'.
+
+2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
+
+	* find-dired.el (find-dired): Call `shell-command' instead of
+	`start-process-shell-command'.  By this, Tramp takes over
+	handling of remote directories.
+
+2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* cus-edit.el (fill) <defgroup>: Move to fill.el.
+
+	* textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
+	(enable-kinsoku): Make it a defcustom.
+	(fill-comment-paragraph): Don't rely on fill-prefix to bound the
+	paragraph to same-comment-start-marker.
+
 2004-03-07  Dave Love  <fx@gnu.org>
 
 	* net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
 	(browse-url-mail): Use it.
 
-	* mail/rfc2368.el (rfc2368-unhexify-char): Deleted.
+	* mail/rfc2368.el (rfc2368-unhexify-char): Delete.
 	(rfc2368-unhexify-string): Use replace-regexp-in-string.
 
 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
@@ -21,14 +47,17 @@
 	* gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
 	(gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
 	from overlay-arrow-variable-list.
-	(gdb-assembler-mode): Use add-to-list for
-	gdb-overlay-arrow-position.
+	(gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
 
 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
 
 	* gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
 	overlay arrow string properly for the assembler buffer.
 
+2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* mail/sendmail.el (mail-mode): Fix last change.
+
 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
 
 	* gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
@@ -38,6 +67,11 @@
 
 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
+
+	* pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
+	regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
+
 	* mail/sendmail.el (mail-mode): Set comment-start-skip.
 
 	* newcomment.el (uncomment-region): Allow non-terminated comment.
@@ -98,6 +132,11 @@
 
 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
+	hidden files/directories.
+
+2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
 	* textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
 	only comment-start (in case the mode hasn't set it).