comparison lisp/ChangeLog @ 72527:9d3a9b609c04

(python-preoutput-skip-next-prompt): New var. (python-preoutput-continuation): Remove. (python-preoutput-filter): Simplify correspondingly. Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts. Loop around to catch embedded _emacs_out output. (run-python): Send the import&print command on a single line. (python-send-command): Send command&print on a single line. (python-send-string): Only add double \n if needed. (python-send-receive): Loop until the result comes. (python-mode-running): Defvar it. (python-setup-brm): Remove unused var `menu'. Only bind py-mode-map and `features' around brm-init. (python-calculate-indentation): Remove unused var `point'. (python-beginning-of-defun): Remove unused var `def-line'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 25 Aug 2006 22:49:14 +0000
parents 85d27b00d6b0
children 56fd2cceac24
comparison
equal deleted inserted replaced
72526:888592049333 72527:9d3a9b609c04
1 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
4 (python-preoutput-continuation): Remove.
5 (python-preoutput-filter): Simplify correspondingly.
6 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
7 Loop around to catch embedded _emacs_out output.
8 (run-python): Send the import&print command on a single line.
9 (python-send-command): Send command&print on a single line.
10 (python-send-string): Only add double \n if needed.
11 (python-send-receive): Loop until the result comes.
12 (python-mode-running): Defvar it.
13 (python-setup-brm): Remove unused var `menu'.
14 Only bind py-mode-map and `features' around brm-init.
15 (python-calculate-indentation): Remove unused var `point'.
16 (python-beginning-of-defun): Remove unused var `def-line'.
17
1 2006-08-25 Richard Stallman <rms@gnu.org> 18 2006-08-25 Richard Stallman <rms@gnu.org>
2 19
3 * kmacro.el (kmacro-repeat-on-last-key): Doc fix. 20 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
4 21
5 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu> 22 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
6 23
7 * viper.el (viper-set-hooks): use frame bindings for 24 * viper.el (viper-set-hooks): Use frame bindings for
8 viper-vi-state-cursor-color. 25 viper-vi-state-cursor-color.
9 (viper-non-hook-settings): don't set default 26 (viper-non-hook-settings): Don't set default
10 mode-line-buffer-identification. 27 mode-line-buffer-identification.
11 28
12 * viper-util.el (viper-set-cursor-color-according-to-state): new 29 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
13 function. 30 (viper-set-cursor-color-according-to-state)
14 (viper-set-cursor-color-according-to-state, 31 (viper-get-saved-cursor-color-in-replace-mode)
15 viper-get-saved-cursor-color-in-replace-mode, 32 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
16 viper-get-saved-cursor-color-in-insert-mode): make conditional on
17 viper-emacs-state-cursor-color. 33 viper-emacs-state-cursor-color.
18 34
19 * viper-cmd.el (viper-envelop-ESC-key): bug fix. 35 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
20 (viper-undo): use point if undo-beg-posn is nil. 36 (viper-undo): Use point if undo-beg-posn is nil.
21 (viper-insert-state-post-command-sentinel,viper-change-state-to-emacs, 37 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
22 viper-after-change-undo-hook): don't use 38 (viper-after-change-undo-hook): Don't use
23 viper-emacs-state-cursor-color by default. 39 viper-emacs-state-cursor-color by default.
24 (viper-undo): more sensible positioning after undo. 40 (viper-undo): More sensible positioning after undo.
25 41
26 * viper-ex.el (ex-splice-args-in-1-letr-cmd): got rid of caddr. 42 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
27 (viper-emacs-state-cursor-color): default to nil, since this feature 43 (viper-emacs-state-cursor-color): Default to nil, since this feature
28 doesn't work well yet. 44 doesn't work well yet.
29 45
30 * ediff-mult.el (ediff-intersect-directories, 46 * ediff-mult.el (ediff-intersect-directories)
31 ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file): 47 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
32 always expand filenames. 48 always expand filenames.
33 49
50 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * tumme.el: Remove * in defcustoms's docstrings.
53
34 2006-08-24 Chong Yidong <cyd@stupidchicken.com> 54 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
35 55
36 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer): 56 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
37 Accept internal time format for SECS arg. 57 Accept internal time format for SECS arg.
38 (timer-relative-time): Doc fix. 58 (timer-relative-time): Doc fix.