Mercurial > emacs
changeset 41943:6250dd339aac
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 11 Dec 2001 06:40:08 +0000 |
parents | c22a32af6f1c |
children | 66a34741f47c |
files | ChangeLog lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 30 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rms@gnu.org> + + * configure.in (hppa*-*-linux-gnu*): New alternative. + 2001-12-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
--- 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 <rms@gnu.org> + + * 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 <rms@gnu.org> * isearch.el (isearch-yank-word-or-char): New function.
--- 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 <rms@gnu.org> + + * 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 <Pavel@Janik.cz> * macros.c, msdos.c, w16select.c: Change doc-string comments to