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: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Wed, 20 Oct 2004 13:37:27 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6464 emacs/lisp/ChangeLog:1.6465
*** emacs/lisp/ChangeLog:1.6464 Tue Oct 19 16:55:07 2004
--- emacs/lisp/ChangeLog        Wed Oct 20 17:29:48 2004
***************
*** 12,17 ****
--- 12,38 ----
        * progmodes/compile.el (compilation-setup):
        Don't set buffer-read-only if MINOR is non-nil.
  
+ 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.
+ 
+       * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
+       the end of the minibuffer.
+       (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>
  
        * calendar/icalendar.el: Set coding to utf-8.
***************
*** 40,45 ****
--- 61,72 ----
  
        * paths.el (news-path): Fix previous change.
  
+ 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>
  
        * mouse.el (mouse-drag-move-window-top): New function.
***************
*** 221,226 ****
--- 248,263 ----
        (event-modifiers): Use push.
        (mouse-movement-p, with-temp-buffer): Simplify.
  
+ 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>
  
        * info-look.el (info-lookup-file): Add info-file property.
***************
*** 283,288 ****
--- 320,334 ----
        * subr.el (substitute-key-definition): Mention command remapping
        in doc string.
  
+ 2004-10-11  Jay Belanger  <address@hidden>
+ 
+       * 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.
+ 
  2004-10-11  Stefan Monnier  <address@hidden>
  
        * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
***************
*** 648,653 ****
--- 694,705 ----
  
        * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
  
+ 2004-09-21  Jay Belanger  <address@hidden>
+ 
+       * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
+       `calc-graph-set-styles' so the gnuplot buffer will appear in a
+       separate window. 
+ 
  2004-09-21  Luc Teirlinck  <address@hidden>
  
        * subr.el (after-change-major-mode-hook): Doc fix.
***************
*** 662,667 ****
--- 714,723 ----
        * descr-text.el (describe-char): Checking of quail activation
        fixed.
  
+ 2004-09-21  Jay Belanger  <address@hidden>
+       
+       * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
+ 
  2004-09-20  Luc Teirlinck  <address@hidden>
  
        * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
***************
*** 747,752 ****
--- 803,813 ----
        * calc/calc-units.el (calc-quick-units): Fix overzealous
        s/or/unless/.
  
+ 2004-09-17  Jay Belanger  <address@hidden>
+ 
+       * calc/calc.el (calc-mode-var-list): Fixed the value of
+       `calc-matrix-brackets'. 
+       
  2004-09-17  Romain Francoise  <address@hidden>
  
        * ibuf-ext.el (define-ibuffer-filter filename):
***************
*** 778,783 ****
--- 839,882 ----
        (term-protocol-version): Increment.
        (term-current-face): Set to default.
  
+ 2004-09-15  Jay Belanger  <address@hidden>
+ 
+       * calc/calc.el (calc-mode-var-list): Define this variable.
+       (calc-always-load-extensions, calc-line-numbering)
+       (calc-line-breaking, calc-display-just, calc-display-origin)
+       (calc-number-radix, calc-leading-zeros, calc-group-digits)
+       (calc-group-char, calc-point-char, calc-frac-format)
+       (calc-prefer-frac, calc-hms-format, calc-date-format)
+       (calc-float-format, calc-full-float-format, calc-complex-format)
+       (calc-complex-mode, calc-infinite-mode, calc-display-strings)
+       (calc-matrix-just, calc-break-vectors, calc-full-vectors)
+       (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
+       (calc-matrix-brackets, calc-language, calc-language-option)
+       (calc-left-label, calc-right-label, calc-word-size)
+       (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
+       (calc-display-raw, calc-internal-prec, calc-angle-mode)
+       (calc-algebraic-mode, calc-incomplete-algebraic-mode)
+       (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
+       (calc-window-height, calc-display-trail, calc-show-selections)
+       (calc-use-selections, calc-assoc-selections)
+       (calc-display-working-message, calc-auto-why, calc-timing)
+       (calc-mode-save-mode, calc-standard-date-formats)
+       (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
+       (calc-user-parse-tables, calc-gnuplot-default-device)
+       (calc-gnuplot-default-output, calc-gnuplot-print-device)
+       (calc-gnuplot-print-output, calc-gnuplot-geometry)
+       (calc-graph-default-resolution, calc-graph-default-resolution-3d)
+       (calc-invocation-macro, calc-show-banner): Give these values as
+       part of `calc-mode-var-list's initialization after the variables
+       are declared with defvar.
+       (calc-bug-address):  Changed email address to send bug
+       reports to. Also changed the maintainer address at the top.
+       (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
+       than "\\.emacs" to determine if it is the user-init-file.
+ 
+       * calc/calc-embed.el (calc-embedded-set-modes): Use
+       `calc-mode-var-list' correctly.
+ 
  2004-09-15  Thien-Thi Nguyen  <address@hidden>
  
        * vc.el (annotate-time): Document point handling.




reply via email to

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