aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJay Belanger2004-10-20 17:29:48 +0000
committerJay Belanger2004-10-20 17:29:48 +0000
commit9c5cb8929f5b87576cc83f05b409c1fbd2c01223 (patch)
treeb65f55898f096289fca57781ea541c31ebe677b7 /lisp
parent3aca2078081c657fc7937c0ae78ccd6a6449c2c6 (diff)
downloademacs-9c5cb8929f5b87576cc83f05b409c1fbd2c01223.tar.gz
emacs-9c5cb8929f5b87576cc83f05b409c1fbd2c01223.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog99
1 files changed, 99 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 902a5e2ac2a..e0133ddf331 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -12,6 +12,27 @@
12 * progmodes/compile.el (compilation-setup): 12 * progmodes/compile.el (compilation-setup):
13 Don't set buffer-read-only if MINOR is non-nil. 13 Don't set buffer-read-only if MINOR is non-nil.
14 14
152004-10-19 Jay Belanger <belanger@truman.edu>
16
17 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
18 (calc-emacs-type-gnu19): Removed.
19 (calc-digit-map, calc-read-key-sequence, calc-read-key): Removed
20 check for old emacs versions.
21
22 * calc/calc-ext.el (calc-fancy-prefix): Removed emacs version check.
23 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
24 for current Emacs.
25
26 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
27 the end of the minibuffer.
28 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
29 copy `esc-map'.
30
31 * calc/calc-graph.el (calc-graph-plot): Removed emacs version check.
32
33 * calc/calc-mode.el (calc-total-algebraic-mode): Removed error
34 call that would be given when the current emacs was used.
35
152004-10-19 Ulf Jasper <ulf.jasper@web.de> 362004-10-19 Ulf Jasper <ulf.jasper@web.de>
16 37
17 * calendar/icalendar.el: Set coding to utf-8. 38 * calendar/icalendar.el: Set coding to utf-8.
@@ -40,6 +61,12 @@
40 61
41 * paths.el (news-path): Fix previous change. 62 * paths.el (news-path): Fix previous change.
42 63
642004-10-18 Jay Belanger <belanger@truman.edu>
65
66 * calc/calc-help.el (calc-describe-bindings): Set
67 `buffer-read-only' to nil while working in the keybindings buffer;
68 remove some extra information from the keybindings buffer.
69
432004-10-18 David Ponce <david@dponce.com> 702004-10-18 David Ponce <david@dponce.com>
44 71
45 * mouse.el (mouse-drag-move-window-top): New function. 72 * mouse.el (mouse-drag-move-window-top): New function.
@@ -221,6 +248,16 @@
221 (event-modifiers): Use push. 248 (event-modifiers): Use push.
222 (mouse-movement-p, with-temp-buffer): Simplify. 249 (mouse-movement-p, with-temp-buffer): Simplify.
223 250
2512004-10-12 Jay Belanger <belanger@truman.edu>
252
253 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
254 New variables.
255 (calc-help-index-entries): New function.
256 (calc-describe-function): Use `calc-help-function-list' instead of
257 obarray for completion.
258 (calc-describe-variable): Use `calc-help-variable-list' instead
259 of obarray for completion.
260
2242004-10-12 Richard M. Stallman <rms@gnu.org> 2612004-10-12 Richard M. Stallman <rms@gnu.org>
225 262
226 * info-look.el (info-lookup-file): Add info-file property. 263 * info-look.el (info-lookup-file): Add info-file property.
@@ -283,6 +320,15 @@
283 * subr.el (substitute-key-definition): Mention command remapping 320 * subr.el (substitute-key-definition): Mention command remapping
284 in doc string. 321 in doc string.
285 322
3232004-10-11 Jay Belanger <belanger@truman.edu>
324
325 * calc/calc-misc.el (calc-info-goto-node): New function.
326 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
327 node in one step.
328 (calc-describe-copying, calc-describe-distribution)
329 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
330 Go to appropriate info node in one step.
331
2862004-10-11 Stefan Monnier <monnier@iro.umontreal.ca> 3322004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
287 333
288 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var. 334 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
@@ -648,6 +694,12 @@
648 694
649 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer. 695 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
650 696
6972004-09-21 Jay Belanger <belanger@truman.edu>
698
699 * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
700 `calc-graph-set-styles' so the gnuplot buffer will appear in a
701 separate window.
702
6512004-09-21 Luc Teirlinck <teirllm@auburn.edu> 7032004-09-21 Luc Teirlinck <teirllm@auburn.edu>
652 704
653 * subr.el (after-change-major-mode-hook): Doc fix. 705 * subr.el (after-change-major-mode-hook): Doc fix.
@@ -662,6 +714,10 @@
662 * descr-text.el (describe-char): Checking of quail activation 714 * descr-text.el (describe-char): Checking of quail activation
663 fixed. 715 fixed.
664 716
7172004-09-21 Jay Belanger <belanger@truman.edu>
718
719 * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
720
6652004-09-20 Luc Teirlinck <teirllm@auburn.edu> 7212004-09-20 Luc Teirlinck <teirllm@auburn.edu>
666 722
667 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook' 723 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
@@ -747,6 +803,11 @@
747 * calc/calc-units.el (calc-quick-units): Fix overzealous 803 * calc/calc-units.el (calc-quick-units): Fix overzealous
748 s/or/unless/. 804 s/or/unless/.
749 805
8062004-09-17 Jay Belanger <belanger@truman.edu>
807
808 * calc/calc.el (calc-mode-var-list): Fixed the value of
809 `calc-matrix-brackets'.
810
7502004-09-17 Romain Francoise <romain@orebokech.com> 8112004-09-17 Romain Francoise <romain@orebokech.com>
751 812
752 * ibuf-ext.el (define-ibuffer-filter filename): 813 * ibuf-ext.el (define-ibuffer-filter filename):
@@ -778,6 +839,44 @@
778 (term-protocol-version): Increment. 839 (term-protocol-version): Increment.
779 (term-current-face): Set to default. 840 (term-current-face): Set to default.
780 841
8422004-09-15 Jay Belanger <belanger@truman.edu>
843
844 * calc/calc.el (calc-mode-var-list): Define this variable.
845 (calc-always-load-extensions, calc-line-numbering)
846 (calc-line-breaking, calc-display-just, calc-display-origin)
847 (calc-number-radix, calc-leading-zeros, calc-group-digits)
848 (calc-group-char, calc-point-char, calc-frac-format)
849 (calc-prefer-frac, calc-hms-format, calc-date-format)
850 (calc-float-format, calc-full-float-format, calc-complex-format)
851 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
852 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
853 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
854 (calc-matrix-brackets, calc-language, calc-language-option)
855 (calc-left-label, calc-right-label, calc-word-size)
856 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
857 (calc-display-raw, calc-internal-prec, calc-angle-mode)
858 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
859 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
860 (calc-window-height, calc-display-trail, calc-show-selections)
861 (calc-use-selections, calc-assoc-selections)
862 (calc-display-working-message, calc-auto-why, calc-timing)
863 (calc-mode-save-mode, calc-standard-date-formats)
864 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
865 (calc-user-parse-tables, calc-gnuplot-default-device)
866 (calc-gnuplot-default-output, calc-gnuplot-print-device)
867 (calc-gnuplot-print-output, calc-gnuplot-geometry)
868 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
869 (calc-invocation-macro, calc-show-banner): Give these values as
870 part of `calc-mode-var-list's initialization after the variables
871 are declared with defvar.
872 (calc-bug-address): Changed email address to send bug
873 reports to. Also changed the maintainer address at the top.
874 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
875 than "\\.emacs" to determine if it is the user-init-file.
876
877 * calc/calc-embed.el (calc-embedded-set-modes): Use
878 `calc-mode-var-list' correctly.
879
7812004-09-15 Thien-Thi Nguyen <ttn@gnu.org> 8802004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
782 881
783 * vc.el (annotate-time): Document point handling. 882 * vc.el (annotate-time): Document point handling.