diff options
| author | Juanma Barranquero | 2008-02-20 09:52:39 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-02-20 09:52:39 +0000 |
| commit | a14bddee6fdcc1ce4ef8306078362e23850e6bf5 (patch) | |
| tree | 95ce69c210679ce01e7ea36a9a024e8c448d4a04 | |
| parent | 58245a5832b9c95a62de11a141506dcfb0e92064 (diff) | |
| download | emacs-a14bddee6fdcc1ce4ef8306078362e23850e6bf5.tar.gz emacs-a14bddee6fdcc1ce4ef8306078362e23850e6bf5.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e763caf4f4..a06df70b29d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp> | 10 | 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp> |
| 11 | 11 | ||
| 12 | * international/latin1-disp.el (latin1-display): Don't use | 12 | * international/latin1-disp.el (latin1-display): Don't use |
| 13 | ucs-mule-8859-to-mule-unicode. Fix the way of resettting | 13 | ucs-mule-8859-to-mule-unicode. Fix the way of resetting |
| 14 | standard-display-table. | 14 | standard-display-table. |
| 15 | (latin1-display-identities): Adjusted for the change of what is | 15 | (latin1-display-identities): Adjusted for the change of what is |
| 16 | returned by (get-language-info charset 'charset). | 16 | returned by (get-language-info charset 'charset). |
| @@ -18,12 +18,13 @@ | |||
| 18 | * international/mule-util.el (char-displayable-p): Fix for Latin-1 | 18 | * international/mule-util.el (char-displayable-p): Fix for Latin-1 |
| 19 | characters and terminal case. | 19 | characters and terminal case. |
| 20 | 20 | ||
| 21 | 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com> | 21 | 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com> |
| 22 | Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs. | 22 | |
| 23 | Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs. | ||
| 23 | 24 | ||
| 24 | * progmodes/python.el: Also require comint when loading. | 25 | * progmodes/python.el: Also require comint when loading. |
| 25 | (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking, | 26 | (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking. |
| 26 | Replace python-shell with run-python on menu bar, | 27 | Replace python-shell with run-python on menu bar. |
| 27 | (python-shell-map): New map. | 28 | (python-shell-map): New map. |
| 28 | (python-default-interpreter, python-python-command-args) | 29 | (python-default-interpreter, python-python-command-args) |
| 29 | (python-jython-command-args, python-pdbtrack-do-tracking-p): | 30 | (python-jython-command-args, python-pdbtrack-do-tracking-p): |
| @@ -31,6 +32,7 @@ | |||
| 31 | (python-which-shell, python-which-args, python-which-bufname): | 32 | (python-which-shell, python-which-args, python-which-bufname): |
| 32 | New buffer local variables. | 33 | New buffer local variables. |
| 33 | (python-file-queue, python-pdbtrack-is-tracking-p): | 34 | (python-file-queue, python-pdbtrack-is-tracking-p): |
| 35 | |||
| 34 | * progmodes/python.el (python-pdbtrack-stack-entry-regexp) | 36 | * progmodes/python.el (python-pdbtrack-stack-entry-regexp) |
| 35 | (python-pdbtrack-input-prompt, python-pdbtrack-track-range): | 37 | (python-pdbtrack-input-prompt, python-pdbtrack-track-range): |
| 36 | New constants. | 38 | New constants. |
| @@ -59,6 +61,7 @@ | |||
| 59 | 61 | ||
| 60 | * vc-hooks.el (vc-find-root): Take optional arg INVERT. | 62 | * vc-hooks.el (vc-find-root): Take optional arg INVERT. |
| 61 | If non-nil, reverse the sense of the check. | 63 | If non-nil, reverse the sense of the check. |
| 64 | |||
| 62 | * vc-rcs.el (vc-rcs-root): New func. | 65 | * vc-rcs.el (vc-rcs-root): New func. |
| 63 | * vc-cvs.el (vc-cvs-root): New func. | 66 | * vc-cvs.el (vc-cvs-root): New func. |
| 64 | * vc-svn.el (vc-svn-root): New func. | 67 | * vc-svn.el (vc-svn-root): New func. |
| @@ -75,8 +78,8 @@ | |||
| 75 | * international/characters.el: Delete occurances of non-Unicode | 78 | * international/characters.el: Delete occurances of non-Unicode |
| 76 | tibetan and ethiopic characters. | 79 | tibetan and ethiopic characters. |
| 77 | (cjk-char-width-table): New variable. | 80 | (cjk-char-width-table): New variable. |
| 78 | (use-cjk-char-width-table, use-default-char-width-table): New | 81 | (use-cjk-char-width-table, use-default-char-width-table): |
| 79 | functions. | 82 | New functions. |
| 80 | 83 | ||
| 81 | 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu> | 84 | 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu> |
| 82 | 85 | ||