comparison lisp/ChangeLog @ 32213:4e8bf6316c14

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 06 Oct 2000 13:55:47 +0000
parents ab3d2a7712ed
children f008efed9754
comparison
equal deleted inserted replaced
32212:89cafc535a06 32213:4e8bf6316c14
7 * startup.el (command-line): For now, activate tool-bar-mode only 7 * startup.el (command-line): For now, activate tool-bar-mode only
8 if XPM images are supported. 8 if XPM images are supported.
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
16 2000-10-06 Miles Bader <miles@gnu.org> 16 2000-10-06 Miles Bader <miles@gnu.org>
17 17
35 (ftp, smbclient, smbclient-list-shares): 35 (ftp, smbclient, smbclient-list-shares):
36 Set the real major mode immediately, not after execing. 36 Set the real major mode immediately, not after execing.
37 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'. 37 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
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
41 2000-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.
40 81
41 2000-10-05 Alex Schroeder <alex@gnu.org> 82 2000-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.
44 (sql-mysql): Use it. 85 (sql-mysql): Use it.