[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ChangeLog.3
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ChangeLog.3 |
Date: |
Tue, 28 Jan 2003 18:49:13 -0500 |
Index: emacs/lisp/ChangeLog.3
diff -c emacs/lisp/ChangeLog.3:1.9 emacs/lisp/ChangeLog.3:1.10
*** emacs/lisp/ChangeLog.3:1.9 Sun Jan 20 12:53:51 2002
--- emacs/lisp/ChangeLog.3 Tue Jan 28 18:49:09 2003
***************
*** 2169,2175 ****
other keysyms are now default-bound to a function which explains
that the key is not bound to anything, then raises an error.
! * term/READ.ME: terminal package conventions and standard keysym
cookies are now documented here.
* term/AT386.el: new package installed. Handles IBM-AT style
--- 2169,2175 ----
other keysyms are now default-bound to a function which explains
that the key is not bound to anything, then raises an error.
! * term/README: terminal package conventions and standard keysym
cookies are now documented here.
* term/AT386.el: new package installed. Handles IBM-AT style
***************
*** 3589,3595 ****
* files.el (file-truename): Check for root by seeing if
directory-file-name returns same as DIR.
Look for a file-truename handler for the file name.
! * vc-hooks (vc-registered): Look for a vc-registered handler.
But only if file-name-handler-alist is bound.
* ange-ftp.el: Add dummy handlers for file-truename and vc-registered.
(ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host):
--- 3589,3595 ----
* files.el (file-truename): Check for root by seeing if
directory-file-name returns same as DIR.
Look for a file-truename handler for the file name.
! * vc-hooks.el (vc-registered): Look for a vc-registered handler.
But only if file-name-handler-alist is bound.
* ange-ftp.el: Add dummy handlers for file-truename and vc-registered.
(ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host):
***************
*** 4681,4687 ****
(byte-compile-ca*d*r): Deleted.
(caar, cadr, ..., cddddr): Define these using defsubst.
! * Installed changes from Zawinski-Furuseth 2.04 to 2.07:
* byte-run.el (dont-compile): Doc fix.
(make-obsolete-variable): New function.
* bytecomp.el (byte-compile-log-1): Added new optional argument,
--- 4681,4687 ----
(byte-compile-ca*d*r): Deleted.
(caar, cadr, ..., cddddr): Define these using defsubst.
! Installed changes from Zawinski-Furuseth 2.04 to 2.07:
* byte-run.el (dont-compile): Doc fix.
(make-obsolete-variable): New function.
* bytecomp.el (byte-compile-log-1): Added new optional argument,
***************
*** 4975,4981 ****
terminal-dependent file has been loaded.
* cl.el (byte-compile-named-list-accessors, byte-compile-ca*d*r):
! Changed these to work correctly with the Zawinski-Furuseth byte
compiler.
1992-07-31 Robert J. Chassell (address@hidden)
--- 4975,4981 ----
terminal-dependent file has been loaded.
* cl.el (byte-compile-named-list-accessors, byte-compile-ca*d*r):
! Change these to work correctly with the Zawinski-Furuseth byte
compiler.
1992-07-31 Robert J. Chassell (address@hidden)
***************
*** 5712,5718 ****
* bytecomp.el: Style corrected in calls to error.
Many doc strings corrected in style.
! * Repeated the following changes:
* bytecomp.el (byte-compile-file): Don't put file name in minibuffer.
(byte-compile-buffer): Function commented out.
--- 5712,5718 ----
* bytecomp.el: Style corrected in calls to error.
Many doc strings corrected in style.
! Repeated the following changes:
* bytecomp.el (byte-compile-file): Don't put file name in minibuffer.
(byte-compile-buffer): Function commented out.
***************
*** 6720,6732 ****
1992-02-27 Jim Blandy (address@hidden)
! * hack-local-variables: Don't take a FORCE argument; it's as easy
! to bind enable-local-variables to t for a while as it is to pass
! an extra argument, and it's cleaner.
! * normal-mode: Instead of passing the FORCE argument, bind
enable-local-variables.
!
! * set-auto-mode: Don't check for the -*- mode tag if
enable-local-variables is nil.
* loaddefs.el (auto-mode-alist): There's no reason for this
--- 6720,6731 ----
1992-02-27 Jim Blandy (address@hidden)
! * files.el (hack-local-variables): Don't take a FORCE argument;
! it's as easy to bind enable-local-variables to t for a while as it
! is to pass an extra argument, and it's cleaner.
! (normal-mode): Instead of passing the FORCE argument, bind
enable-local-variables.
! (set-auto-mode): Don't check for the -*- mode tag if
enable-local-variables is nil.
* loaddefs.el (auto-mode-alist): There's no reason for this
***************
*** 6850,6856 ****
* etags.el: support new (find-tag-noselect) entry point.
! * info: patched to restore point on `up' to previously visited buffer.
* sccs.el: installed 3.5
--- 6849,6855 ----
* etags.el: support new (find-tag-noselect) entry point.
! * info.el: patched to restore point on `up' to previously visited
buffer.
* sccs.el: installed 3.5
***************
*** 9056,9064 ****
* bytecomp.el (symbol-function, fset, read-char): Don't open code them.
1990-10-11 Richard Stallman (address@hidden)
!
! * Kill commands on read-only buffers, just copy to kill-ring.
! * simple.el (kill-region): If read-only, just copy to kill-ring.
(zap-to-char, kill-line, kill-comment, kill-word):
(backward-kill-word, kill-paragraph, backward-kill-paragraph):
Allow read-only buffers.
--- 9055,9064 ----
* bytecomp.el (symbol-function, fset, read-char): Don't open code them.
1990-10-11 Richard Stallman (address@hidden)
!
! * simple.el: Kill commands on read-only buffers, just copy to
! kill-ring.
! (kill-region): If read-only, just copy to kill-ring.
(zap-to-char, kill-line, kill-comment, kill-word):
(backward-kill-word, kill-paragraph, backward-kill-paragraph):
Allow read-only buffers.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog.3,
Kim F. Storm <=