diff options
author | Ken Raeburn <raeburn@raeburn.org> | 2015-11-01 01:42:21 -0400 |
---|---|---|
committer | Ken Raeburn <raeburn@raeburn.org> | 2015-11-01 01:42:21 -0400 |
commit | 39372e1a1032521be74575bb06f95a3898fbae30 (patch) | |
tree | 754bd242a23d2358ea116126fcb0a629947bd9ec /lisp/ChangeLog.4 | |
parent | 6a3121904d76e3b2f63007341d48c5c1af55de80 (diff) | |
parent | e11aaee266da52937a3a031cb108fe13f68958c3 (diff) | |
download | emacs-39372e1a1032521be74575bb06f95a3898fbae30.tar.gz |
merge from trunk
Diffstat (limited to 'lisp/ChangeLog.4')
-rw-r--r-- | lisp/ChangeLog.4 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/lisp/ChangeLog.4 b/lisp/ChangeLog.4 index d6e626b6b4a..a02a2cc9a01 100644 --- a/lisp/ChangeLog.4 +++ b/lisp/ChangeLog.4 @@ -2871,7 +2871,7 @@ 1994-02-18 Paul Eggert (eggert@twinsun.com) - * (vc-lookup-triple): Yield nil, not "", if version name is nil. + * vc.el (vc-lookup-triple): Yield nil, not "", if version name is nil. 1994-02-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -2954,10 +2954,6 @@ 1994-02-11 Paul Eggert (eggert@twinsun.com) - * editfns.c (init_editfns): Look at LOGNAME before USER. - * fileio.c (Fsubstitute_in_file_name): Remove long-dead code - that looked at USER before LOGNAME. - * time.el (display-time-filter): Remove unnecessary (getenv "LOGNAME") and (getenv "USER"), since (user-login-name) already does this. * gnuspost.el (gnus-inews-login-name): Likewise. @@ -6780,7 +6776,7 @@ 1993-07-29 Paul Eggert (eggert@twinsun.com) - * (vc-mode-line): Set vc-mode to nil if FILE no longer is + * vc-hooks.el (vc-mode-line): Set vc-mode to nil if FILE no longer is version-controlled. 1993-07-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -8273,7 +8269,7 @@ 1993-06-15 Shane Hartman (shane@nugget.spr.com) - * gud.el (xdb): New debugger supported (xdb under HPUX-PARISC). + * gud.el (xdb): New debugger supported (xdb under HPUX-PA-RISC). (gud-xdb-debugger-startup): New function. (gud-xdb-file-name, gud-xdb-accumulation): New functions. (gud-xdb-marker-filter, gud-xdb-paths, gud-xdb-find-file): New. @@ -8938,7 +8934,7 @@ See ChangeLog.3 for earlier changes. ;; coding: utf-8 ;; End: - Copyright (C) 1993-1994, 2001-2013 Free Software Foundation, Inc. + Copyright (C) 1993-1994, 2001-2015 Free Software Foundation, Inc. This file is part of GNU Emacs. |