aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2000-10-06 13:55:47 +0000
committerStefan Monnier2000-10-06 13:55:47 +0000
commit4c19fbcea32ff57eef9a1f596c3837738ae246ba (patch)
tree6a96497c329d494bbb3cf44d537b91940a42b96b
parenta470fcc68de9df430737b0aa58253907087dad66 (diff)
downloademacs-4c19fbcea32ff57eef9a1f596c3837738ae246ba.tar.gz
emacs-4c19fbcea32ff57eef9a1f596c3837738ae246ba.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog43
1 files changed, 42 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1afdf3e8b16..5725c838cb7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -9,7 +9,7 @@
9 9
10 * mouse.el (mouse-drag-header-line): Don't allow resizing a 10 * mouse.el (mouse-drag-header-line): Don't allow resizing a
11 window by dragging a header-line at the top of the frame; that's 11 window by dragging a header-line at the top of the frame; that's
12 confusing because the header-lien doesn't move. 12 confusing because the header-line doesn't move.
13 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead 13 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
14 of treating the event as a list. Some cleanup. 14 of treating the event as a list. Some cleanup.
15 15
@@ -38,6 +38,47 @@
38 38
39 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt. 39 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
40 40
412000-10-05 Stefan Monnier <monnier@cs.yale.edu>
42
43 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
44
45 * which-func.el (which-func-format): Remove spurious space.
46 (which-func-mode): Don't make it permanent-local.
47 (which-func-ff-hook): Allow which-func-maxout to be nil.
48 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
49 (which-func-mode): Simplify.
50 Use post-command-idle-hook rather than post-command-hook.
51 Go through all buffers and update their state.
52 (which-function): Also try add-log-current-defun-function.
53
54 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
55 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
56 Update call to with-vc-properties accordingly.
57 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
58 (vc-revert-buffer): More careful about window selection and deletion.
59 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
60
61 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
62 (cvs-retrieve-revision): Reuse a pre-existing buffer.
63 (cvs-dired-action): Change the default to quickdir.
64
65 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
66 if comment-indent-function returns nil.
67 (comment-indent-default): New function.
68 (comment-indent-function): Use it and document the new semantics.
69
70 * image-file.el: Docstring fixes.
71
72 * help.el (help-xref-on-pp): Use match-string.
73 (describe-variable): New arg BUFFER.
74 Store the current buffer in the help-xref-stack.
75 (temp-buffer-resize-mode): Use define-minor-mode.
76
77 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
78 consistently with its docstring.
79 Set jit-lock-first-unfontify-pos in an idempotent way.
80 (jit-lock-register): Autoload and add arg CONTEXTUAL.
81
412000-10-05 Alex Schroeder <alex@gnu.org> 822000-10-05 Alex Schroeder <alex@gnu.org>
42 83
43 * sql.el (sql-mysql-options): New variable. 84 * sql.el (sql-mysql-options): New variable.