On 4/27/07, Stefan Monnier <[EMAIL PROTECTED]> wrote:

While I can imagine myself doing it, I don't remember taking anything from
the version of your website.  Did anybody else do that?

Excluding lines by you, and removing trivial changes to comments and
version numbers, the current python.el in HEAD contains the following
changes:

- 1.13 (2004-05-08), lektu
  (python-describe-symbol): Pass INTERACTIVE-P argument to
  `help-setup-xref'.

- 1.17 (2004-07-02), RMS
  (python-beginning-of-statement): Exit the loop if
  backward-up-list gets error.

- 1.21 (2004-11-25), RMS
  (python-font-lock-syntactic-keywords): Check for escapes in
  the regexp.
  (python-quote-syntax): Don't do it here.

- 1.23 (2004-12-31), RMS
  (python-mode): Use mode-require-final-newline.

- 1.28 (2005-4-26), RMS
  (python-mode): Use new name eldoc-documentation-function.

- 1.34 (2005-10-18), Masatake YAMATO
  (python-complete-symbol): Pass the common prefix substring of
  completion to `display-completion-list'.

- 1.49 (2006-9-16), RMS
  (python-preoutput-filter): Fix arg order to string-match.

- 1.50 (2006-10-22), John Wiegley
  (python-use-skeletons): python-mode was auto-inserting
  templates (for those with abbrev-mode on), not only by default
  -- *but without a configuration variable to disable it*.
  This rendered python-mode completely useless for me, so I
  have added `python-use-skeletons', which is now off by default.

- 1.52 (2006-10-04), RMS
  (python-indent): Add safe-local-variable prop.

- 1.58 (2007-04-16), Chong Yidong
  (python-end-of-block): Avoid looping forever if
  python-next-statement fails.

All of them are in the tiny category (ten lines or less, excluding
whitespace changes), and none seem to be lifted from anywhere (though
it is up to the individual authors to confirm, of course).

However, 1.40 (2006-08-20) by you is extensive and the changelog says
"Update to Dave Love's latest version". Was this directly from him?

            Juanma


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to