# HG changeset patch # User Richard M. Stallman # Date 1008052808 0 # Node ID 6250dd339aac0b81f17837054acfa1fe9fc73285 # Parent c22a32af6f1cacab84245ce94e4e3b5af91d31c7 *** empty log message *** diff -r c22a32af6f1c -r 6250dd339aac ChangeLog --- a/ChangeLog Tue Dec 11 06:34:37 2001 +0000 +++ b/ChangeLog Tue Dec 11 06:40:08 2001 +0000 @@ -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 -r c22a32af6f1c -r 6250dd339aac lisp/ChangeLog --- a/lisp/ChangeLog Tue Dec 11 06:34:37 2001 +0000 +++ b/lisp/ChangeLog Tue Dec 11 06:40:08 2001 +0000 @@ -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 -r c22a32af6f1c -r 6250dd339aac src/ChangeLog --- a/src/ChangeLog Tue Dec 11 06:34:37 2001 +0000 +++ b/src/ChangeLog Tue Dec 11 06:40:08 2001 +0000 @@ -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