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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 21 Oct 2004 15:16:50 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6467 emacs/lisp/ChangeLog:1.6468
*** emacs/lisp/ChangeLog:1.6467 Thu Oct 21 15:41:15 2004
--- emacs/lisp/ChangeLog        Thu Oct 21 19:09:46 2004
***************
*** 1,3 ****
--- 1,7 ----
+ 2004-10-21  Stefan Monnier  <address@hidden>
+ 
+       * calc/calc-help.el (calc-describe-bindings): Fix last change.
+ 
  2004-10-21  John Paul Wallington  <address@hidden>
  
        * calc/calc-graph.el (calc-graph-init):
***************
*** 25,35 ****
  2004-10-19  Jay Belanger  <address@hidden>
  
        * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
!       (calc-emacs-type-gnu19): Removed.
!       (calc-digit-map, calc-read-key-sequence, calc-read-key): Removed
!       check for old emacs versions.
  
!       * calc/calc-ext.el (calc-fancy-prefix): Removed emacs version check.
        (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
        for current Emacs.
  
--- 29,39 ----
  2004-10-19  Jay Belanger  <address@hidden>
  
        * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
!       (calc-emacs-type-gnu19): Remove.
!       (calc-digit-map, calc-read-key-sequence, calc-read-key):
!       Remove check for old emacs versions.
  
!       * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
        (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
        for current Emacs.
  
***************
*** 38,46 ****
        (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
        copy `esc-map'.
  
!       * calc/calc-graph.el (calc-graph-plot): Removed emacs version check.
  
!       * calc/calc-mode.el (calc-total-algebraic-mode): Removed error
        call that would be given when the current emacs was used.
  
  2004-10-19  Ulf Jasper  <address@hidden>
--- 42,50 ----
        (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
        copy `esc-map'.
  
!       * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
  
!       * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
        call that would be given when the current emacs was used.
  
  2004-10-19  Ulf Jasper  <address@hidden>
***************
*** 73,80 ****
  
  2004-10-18 Jay Belanger  <address@hidden>
  
!       * calc/calc-help.el (calc-describe-bindings):  Set 
!       `buffer-read-only' to nil while working in the keybindings buffer;
        remove some extra information from the keybindings buffer.
  
  2004-10-18  David Ponce  <address@hidden>
--- 77,84 ----
  
  2004-10-18 Jay Belanger  <address@hidden>
  
!       * calc/calc-help.el (calc-describe-bindings):
!       Set `buffer-read-only' to nil while working in the keybindings buffer;
        remove some extra information from the keybindings buffer.
  
  2004-10-18  David Ponce  <address@hidden>
***************
*** 261,272 ****
  2004-10-12  Jay Belanger  <address@hidden>
  
        * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
!       New variables.  
        (calc-help-index-entries): New function.
!       (calc-describe-function):  Use `calc-help-function-list' instead of
!       obarray for completion. 
!       (calc-describe-variable):  Use `calc-help-variable-list' instead
!       of obarray for completion. 
  
  2004-10-12  Richard M. Stallman  <address@hidden>
  
--- 265,276 ----
  2004-10-12  Jay Belanger  <address@hidden>
  
        * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
!       New variables.
        (calc-help-index-entries): New function.
!       (calc-describe-function): Use `calc-help-function-list' instead of
!       obarray for completion.
!       (calc-describe-variable): Use `calc-help-variable-list' instead
!       of obarray for completion.
  
  2004-10-12  Richard M. Stallman  <address@hidden>
  
***************
*** 334,340 ****
  
        * calc/calc-misc.el (calc-info-goto-node): New function.
        (calc-tutorial, calc-info-summary): Go to appropriate Calc info
!       node in one step. 
        (calc-describe-copying, calc-describe-distribution)
        (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
        Go to appropriate info node in one step.
--- 338,344 ----
  
        * calc/calc-misc.el (calc-info-goto-node): New function.
        (calc-tutorial, calc-info-summary): Go to appropriate Calc info
!       node in one step.
        (calc-describe-copying, calc-describe-distribution)
        (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
        Go to appropriate info node in one step.




reply via email to

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