aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2004-11-24 06:13:27 +0000
committerJay Belanger2004-11-24 06:13:27 +0000
commit0d0b3b8162aa174523fd89001f58bd9910ba1c8a (patch)
tree5457ca0776f6315fae3799b60ab10ccb8b16b6e9
parentf0a35df4eaf3699fb034f12b212edf298bf7d432 (diff)
downloademacs-0d0b3b8162aa174523fd89001f58bd9910ba1c8a.tar.gz
emacs-0d0b3b8162aa174523fd89001f58bd9910ba1c8a.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog44
1 files changed, 44 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7d198b53aa5..93591cc1407 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,47 @@
12004-11-24 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-sel.el: Add comment.
4
5 * calc/calc.el (math-stack-value-offset): Replace variables c,
6 wid and off with math-svo-c, math-svo-wid and math-svo-off.
7
8 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9
10 (math-svo-c, math-svo-wid, math-svo-off): New variables.
11 (math-stack-value-offset-fancy): Replace variables c, wid and off
12 by declared variables.
13
14 (math-comp-just, math-comp-comma-spc): New variables.
15 (math-compose-expr, math-compose-matrix): Replace variable `just'
16 by declared variable.
17
18 (math-comp-vector-prec): New variable.
19 (math-compose-expr, math-compose-matrix, math-compose-rows):
20 Replace variable vector-prec by declared variable.
21
22 (math-comp-left-bracket, math-comp-right-bracket)
23 (math-comp-comma): New variables.
24 (math-compose-expr, math-compose-rows): Replace variables
25 left-bracket, right-bracket and comma by declared variables.
26
27 (math-comp-full-width): New variable.
28 (math-comp-to-string-flat, math-comp-to-string-flat-term):
29 Replace variable full-width by declared variable.
30
31 (math-comp-highlight, math-comp-word, math-comp-level)
32 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
33 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
34 New variables.
35 (math-comp-to-string-flat, math-comp-to-string-flat-term)
36 (math-comp-sel-flat-term): Replace variables comp-highlight,
37 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
38 declared variables.
39 (math-comp-simplify, math-comp-simplify-term)
40 (math-comp-add-string, math-comp-add-string-sel):
41 Replace variables comp-highlight, comp-buf, comp-base,
42 comp-height, comp-tag, comp-hpos and comp-vpos by declared
43 variables.
44
12004-11-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 452004-11-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 46
3 * cus-start.el (all): Added x-use-old-gtk-file-dialog. 47 * cus-start.el (all): Added x-use-old-gtk-file-dialog.