emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog.9


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog.9
Date: Tue, 28 Jan 2003 18:49:15 -0500

Index: emacs/lisp/ChangeLog.9
diff -c emacs/lisp/ChangeLog.9:1.2 emacs/lisp/ChangeLog.9:1.3
*** emacs/lisp/ChangeLog.9:1.2  Mon Sep 16 02:34:04 2002
--- emacs/lisp/ChangeLog.9      Tue Jan 28 18:49:10 2003
***************
*** 2093,2099 ****
  
        * ediff.el: Date of last update, copyright years.
  
!       * ediff-wind (ediff-setup-control-frame): Nill->nil.
  
        * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
        of Scott Bronson.
--- 2093,2099 ----
  
        * ediff.el: Date of last update, copyright years.
  
!       * ediff-wind.el (ediff-setup-control-frame): Nill->nil.
  
        * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
        of Scott Bronson.
***************
*** 5017,5024 ****
        (vc-print-log): Don't switch to the *vc* buffer before the
        command, so that local variable bindings are preserved.
  
!       * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
!       not the current buffer.
        (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
  
        * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
--- 5017,5024 ----
        (vc-print-log): Don't switch to the *vc* buffer before the
        command, so that local variable bindings are preserved.
  
!       * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-print-log): Output to
!       buffer *vc*, not the current buffer.
        (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
  
        * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
***************
*** 6999,7005 ****
  
  2000-12-25  Michael Kifer  <address@hidden>
  
!       * viper-init (viper-restore-cursor-type): Added condition-case guard.
  
        * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
        Changed initialization; use add-hook.
--- 6999,7005 ----
  
  2000-12-25  Michael Kifer  <address@hidden>
  
!       * viper-init.el (viper-restore-cursor-type): Added condition-case guard.
  
        * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
        Changed initialization; use add-hook.
***************
*** 15499,15505 ****
  
  2000-07-17  Emmanuel Briot  <address@hidden>
  
!       * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
        ada-xref.el before ada-prj.el, so that the Project menu is created
        when ada-prj tries to add to it.
        (ada-activate-keys-for-case): Suppress the characters that are not
--- 15499,15505 ----
  
  2000-07-17  Emmanuel Briot  <address@hidden>
  
!       * ada-mode.el: Got rid of all byte-compiler warnings on Emacs Load
        ada-xref.el before ada-prj.el, so that the Project menu is created
        when ada-prj tries to add to it.
        (ada-activate-keys-for-case): Suppress the characters that are not
***************
*** 16625,16631 ****
  
        * image.el (insert-image): Default STRING to a space.
  
!       * info.el Doc fixes.
        (Info-build-node-completions): Match Ref tags.
  
  2000-06-13  Eli Zaretskii <address@hidden>
--- 16625,16631 ----
  
        * image.el (insert-image): Default STRING to a space.
  
!       * info.el: Doc fixes.
        (Info-build-node-completions): Match Ref tags.
  
  2000-06-13  Eli Zaretskii <address@hidden>
***************
*** 17846,17853 ****
  
        * faces.el: Declare more functions obsolete.
  
!       * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
!       * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
        * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
        * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
        Remove all the setup-...-environment functions.
--- 17846,17853 ----
  
        * faces.el: Declare more functions obsolete.
  
!       * viet-util.el, thai-util.el, tibet-util.el, slovak.el
!       * misc-lang.el, romanian.el, korea-util.el, lao-util.el
        * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
        * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
        Remove all the setup-...-environment functions.
***************
*** 18887,18893 ****
  
  2000-03-23  Dave Pearson  <address@hidden>
  
!       * net/quickurl.el Changed the type of parameter passed to the
        function defined by `quickurl-format-function'. Before only the
        text of the URL was passed. Now the whole URL structure is passed
        and the function is responsible for extracting the parts it requires.
--- 18887,18893 ----
  
  2000-03-23  Dave Pearson  <address@hidden>
  
!       * net/quickurl.el: Changed the type of parameter passed to the
        function defined by `quickurl-format-function'. Before only the
        text of the URL was passed. Now the whole URL structure is passed
        and the function is responsible for extracting the parts it requires.
***************
*** 19204,19210 ****
        (font-lock-fontify-anchored-keywords): Properly handle the case when
        the matcher goes past the limit.
  
!       * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
        pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
  
        * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
--- 19204,19210 ----
        (font-lock-fontify-anchored-keywords): Properly handle the case when
        the matcher goes past the limit.
  
!       * cvs-status.el, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
        pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
  
        * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]