*** empty log message ***

This commit is contained in:
Juanma Barranquero 2008-02-20 09:52:39 +00:00
parent 58245a5832
commit a14bddee6f

View file

@ -10,7 +10,7 @@
2008-02-20 Kenichi Handa <handa@ni.aist.go.jp> 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
* international/latin1-disp.el (latin1-display): Don't use * international/latin1-disp.el (latin1-display): Don't use
ucs-mule-8859-to-mule-unicode. Fix the way of resettting ucs-mule-8859-to-mule-unicode. Fix the way of resetting
standard-display-table. standard-display-table.
(latin1-display-identities): Adjusted for the change of what is (latin1-display-identities): Adjusted for the change of what is
returned by (get-language-info charset 'charset). returned by (get-language-info charset 'charset).
@ -18,12 +18,13 @@
* international/mule-util.el (char-displayable-p): Fix for Latin-1 * international/mule-util.el (char-displayable-p): Fix for Latin-1
characters and terminal case. characters and terminal case.
2008-02-19 Ken Manheimer <ken.manheimer@gmail.com> 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
* progmodes/python.el: Also require comint when loading. * progmodes/python.el: Also require comint when loading.
(python-mode-map): Bind python-pdbtrack-toggle-stack-tracking, (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
Replace python-shell with run-python on menu bar, Replace python-shell with run-python on menu bar.
(python-shell-map): New map. (python-shell-map): New map.
(python-default-interpreter, python-python-command-args) (python-default-interpreter, python-python-command-args)
(python-jython-command-args, python-pdbtrack-do-tracking-p): (python-jython-command-args, python-pdbtrack-do-tracking-p):
@ -31,6 +32,7 @@
(python-which-shell, python-which-args, python-which-bufname): (python-which-shell, python-which-args, python-which-bufname):
New buffer local variables. New buffer local variables.
(python-file-queue, python-pdbtrack-is-tracking-p): (python-file-queue, python-pdbtrack-is-tracking-p):
* progmodes/python.el (python-pdbtrack-stack-entry-regexp) * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
(python-pdbtrack-input-prompt, python-pdbtrack-track-range): (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
New constants. New constants.
@ -59,6 +61,7 @@
* vc-hooks.el (vc-find-root): Take optional arg INVERT. * vc-hooks.el (vc-find-root): Take optional arg INVERT.
If non-nil, reverse the sense of the check. If non-nil, reverse the sense of the check.
* vc-rcs.el (vc-rcs-root): New func. * vc-rcs.el (vc-rcs-root): New func.
* vc-cvs.el (vc-cvs-root): New func. * vc-cvs.el (vc-cvs-root): New func.
* vc-svn.el (vc-svn-root): New func. * vc-svn.el (vc-svn-root): New func.
@ -75,8 +78,8 @@
* international/characters.el: Delete occurances of non-Unicode * international/characters.el: Delete occurances of non-Unicode
tibetan and ethiopic characters. tibetan and ethiopic characters.
(cjk-char-width-table): New variable. (cjk-char-width-table): New variable.
(use-cjk-char-width-table, use-default-char-width-table): New (use-cjk-char-width-table, use-default-char-width-table):
functions. New functions.
2008-02-19 Dan Nicolaescu <dann@ics.uci.edu> 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>