aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-10-12 20:33:46 +0000
committerStefan Monnier2002-10-12 20:33:46 +0000
commit997c3eb129c6bc43d82796893b489239f6d47fa6 (patch)
treebbecf4b0d39fd336dff36f8b3db08962f6899544
parentdf50cf6c5e6e26fd8b4b0bccd6eac8157ca66ef6 (diff)
downloademacs-997c3eb129c6bc43d82796893b489239f6d47fa6.tar.gz
emacs-997c3eb129c6bc43d82796893b489239f6d47fa6.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog55
1 files changed, 40 insertions, 15 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5bf234e6fa6..4fbeade0480 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,16 +1,16 @@
12002-10-12 Michael Kifer <kifer@cs.stonybrook.edu> 12002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
2 2
3 * ediff-init.el (ediff-frame-char-height): use frame-selected-window. 3 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
4 4
5 * ediff-util.el (ediff-file-checked-in-p): changed progn with and 5 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
6 6
7 * ediff-wind.el (ediff-skip-unsuitable-frames): distinguish selected 7 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
8 frame from frame of selected window 8 frame from frame of selected window.
9 (ediff-frame-has-dedicated-windows): don't select any frames to avoid 9 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
10 changing selected windows 10 changing selected windows.
11 (ediff-setup-control-frame): make sure auto-rase is properly set for 11 (ediff-setup-control-frame): Make sure auto-rase is properly set for
12 the control frame 12 the control frame.
13 13
142002-10-10 Simon Josefsson <jas@extundo.com> 142002-10-10 Simon Josefsson <jas@extundo.com>
15 15
16 * browse-url.el (browse-url-mozilla): Doc fix. 16 * browse-url.el (browse-url-mozilla): Doc fix.
@@ -45,10 +45,36 @@
45 45
462002-10-10 Stefan Monnier <monnier@cs.yale.edu> 462002-10-10 Stefan Monnier <monnier@cs.yale.edu>
47 47
48 * textmodes/paragraphs.el (forward-paragraph): Keep track of
49 remaining paragraphs to skip more carefully.
50
51 * add-log.el (add-change-log-entry): Don't call find-file at all
52 if we're already in the proper buffer.
53 (change-log-resolve-conflict): New fun.
54 (change-log-mode): Use it and use define-derived-mode.
55 (change-log-merge): Allow other-log to be a buffer.
56 Don't add a \n if there are already enough \n's.
57
48 * finder-inf.el, subdirs.el, cus-load.el: Remove. 58 * finder-inf.el, subdirs.el, cus-load.el: Remove.
49 59
50 * finder.el ("finder-inf"): Don't fail if the file is absent. 60 * finder.el ("finder-inf"): Don't fail if the file is absent.
51 61
62 * cus-dep.el (custom-make-dependencies): Don't use find-file.
63 Use feature names rather than file names if applicable.
64
65 * cus-edit.el (customize-mode): New command.
66
67 * custom.el (custom-group-of-mode): New fun.
68 (custom-load-symbol): Don't use preloaded-file-list now that
69 load-history is always complete. Don't look up the expanded file
70 name in load-history (looked like an XEmacsism).
71
72 * smerge-mode.el (smerge-ediff): Autoload.
73 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
74 (smerge-resolve-function): New var.
75 (smerge-resolve): New command.
76 (smerge-basic-map): Bind it.
77
522002-10-10 Andre Spiegel <spiegel@gnu.org> 782002-10-10 Andre Spiegel <spiegel@gnu.org>
53 79
54 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in 80 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
@@ -69,9 +95,8 @@
69 instead of require to avoid loops when loaddefs.el is loaded after 95 instead of require to avoid loops when loaddefs.el is loaded after
70 vc-cvs.el. 96 vc-cvs.el.
71 97
72 * cus-edit.el (Custom-reset-current): Don't test for 98 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
73 default-boundp. 99 (Custom-reset-saved): Don't test for saved-value.
74 (Custom-reset-saved): Don't test for saved-value.
75 100
762002-10-08 Stefan Monnier <monnier@cs.yale.edu> 1012002-10-08 Stefan Monnier <monnier@cs.yale.edu>
77 102