From: Richard M. Stallman Date: Tue, 11 Dec 2001 06:40:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~17800 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61e3b94472908a8764424160a2d160040cbe9a7f;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 49f637dc99e..204cfb12a69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-12-11 Richard M. Stallman + + * configure.in (hppa*-*-linux-gnu*): New alternative. + 2001-12-08 Pavel Jan,Bm(Bk * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 371339cad73..30eb0ec6e04 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,20 @@ +2001-12-11 Richard M. Stallman + + * textmodes/ispell.el (ispell-buffer-local-parsing): + Match xml like sgml. + + * emacs-lisp/advice.el (ad-compile-function): + Byte compile the function under another (uninterned) name. + + * gud.el (gdb): Define and bind gud-jump. + + * font-lock.el (font-lock-mode): + Put our function at the end of after-change-functions. + + * ediff-diff.el (ediff-cmp-options): Doc fix. + + * comint.el (comint-password-prompt-regexp): Match "UNIX Password". + 2001-12-10 Richard M. Stallman * isearch.el (isearch-yank-word-or-char): New function. diff --git a/src/ChangeLog b/src/ChangeLog index 3dc0ab295da..1f3feaadc04 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2001-12-11 Richard M. Stallman + + * m/hp800.h: Split the __hpux conditional into the parts + that are right for GNU/Linux too and the parts that are not. + Use the former if GNU_LINUX. + (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux. + + * s/gnu-linux.h (GNU_LINUX): Defined. + 2001-12-11 Pavel Jan,Bm(Bk * macros.c, msdos.c, w16select.c: Change doc-string comments to