comparison lisp/ChangeLog @ 41280:77b1386373e0

(last-buffer, unbury-buffer): New functions. (mode-line-unbury-buffer): Use `unbury-buffer'.
author Sam Steingold <sds@gnu.org>
date Mon, 19 Nov 2001 16:32:37 +0000
parents 8814f47be264
children a72489ba1e35
comparison
equal deleted inserted replaced
41279:bc45052c83ae 41280:77b1386373e0
1 2001-11-19 Sam Steingold <sds@gnu.org>
2
3 * bindings.el (last-buffer, unbury-buffer): New function.
4 (mode-line-unbury-buffer): Use `unbury-buffer'.
5
1 2001-11-18 Stephen Eglen <stephen@gnu.org> 6 2001-11-18 Stephen Eglen <stephen@gnu.org>
2 7
3 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to 8 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
4 control behaviour when no further completion is possible. 9 control behaviour when no further completion is possible.
5 10
15 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp) 20 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
16 (Math-integer-neg, Math-equal, Math-lessp, Math-primp) 21 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
17 (Math-num-integerp, Math-bignum-test, Math-equal-int) 22 (Math-num-integerp, Math-bignum-test, Math-equal-int)
18 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'. 23 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
19 (calc-record-compilation-date-macro): Deleted. Callers updated. 24 (calc-record-compilation-date-macro): Deleted. Callers updated.
20 (math-format-radix-digit): Move to calc-bin.el. 25 (math-format-radix-digit): Move to calc-bin.el.
21 26
22 * calc/calc.el (calc-record-compilation-date): Remove. 27 * calc/calc.el (calc-record-compilation-date): Remove.
23 (calc-bug-address): Update. 28 (calc-bug-address): Update.
24 (calc-settings-file): Use `user-init-file'. 29 (calc-settings-file): Use `user-init-file'.
25 30
26 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes): 31 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
27 Handle null `calc-settings-file'. 32 Handle null `calc-settings-file'.
28 33
29 * calc/calc-frac.el (calc-over-notation): Use `completing-read'. 34 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
30 * calc/calc-keypd.el (calc-keypad-mode): New. 35 * calc/calc-keypd.el (calc-keypad-mode): New.
36 41
37 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc) 42 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
38 (calcFunc-floor): Ditto. 43 (calcFunc-floor): Ditto.
39 44
40 * calc-units.el (calcFunc-usimplify): Ditto. 45 * calc-units.el (calcFunc-usimplify): Ditto.
41 46
42 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el 47 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
43 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el 48 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
44 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el 49 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
45 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el 50 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
46 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el 51 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
51 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el 56 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
52 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms, 57 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
53 and move them before their first use. Use `when', `unless'. 58 and move them before their first use. Use `when', `unless'.
54 Remove trailing periods from error forms. Add description and 59 Remove trailing periods from error forms. Add description and
55 headers suggested by Emacs Lisp coding conventions. 60 headers suggested by Emacs Lisp coding conventions.
56 61
57 2001-11-19 Stefan Monnier <monnier@cs.yale.edu> 62 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
58 63
59 * newcomment.el (comment-indent): 64 * newcomment.el (comment-indent):
60 Fix misindentation for comment-only lines. 65 Fix misindentation for comment-only lines.
61 (comment-indent-new-line): Only obey comment-multi-line if the 66 (comment-indent-new-line): Only obey comment-multi-line if the