comparison lisp/ChangeLog @ 110003:336e4a38a76d

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 24 Aug 2010 22:45:30 +0000
parents 77c4a65b9011
children e49f8c56fca8
comparison
equal deleted inserted replaced
110002:cb10025e02fe 110003:336e4a38a76d
1 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacs-lisp/package.el (list-packages): Alias for
4 package-list-packages.
5
6 2010-08-24 Kevin Ryde <user42@zip.com.au>
7
8 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
9 (Bug#5651).
10
11 * progmodes/ruby-mode.el (ruby): Add defgroup.
12
13 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
14
15 * progmodes/python.el: Add Ipython support (Bug#5390).
16 (python-shell-prompt-alist)
17 (python-shell-continuation-prompt-alist): New options.
18 (python--set-prompt-regexp): New function.
19 (inferior-python-mode, run-python, python-shell): Require
20 ansi-color. Use python--set-prompt-regexp to set the comint
21 prompt based on the Python interpreter.
22 (python--prompt-regexp): New var.
23 (python-check-comint-prompt)
24 (python-comint-output-filter-function): Use it.
25 (run-python): Use a pipe (Bug#5694).
26
27 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
28
29 * progmodes/python.el (python-send-region): Send a different
30 Python command if Ipython is in use.
31 (python-check-version): Use a Python command to find the version.
32
33 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
34
35 * mouse.el (mouse-yank-primary): Avoid setting primary when
36 deactivating the mark (Bug#6872).
37
1 2010-08-23 Michael Albinus <michael.albinus@gmx.de> 38 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2 39
3 * net/dbus.el: Accept UNIX domain sockets as bus address. 40 * net/dbus.el: Accept UNIX domain sockets as bus address.
4 (top): Don't initialize `dbus-registered-objects-table' anymore, 41 (top): Don't initialize `dbus-registered-objects-table' anymore,
5 this is done in dbusbind,c. 42 this is done in dbusbind,c.