comparison lisp/ChangeLog @ 91977:3e19c552591b

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 20 Feb 2008 09:52:39 +0000
parents 59b1ca0ea158
children 151fd1a3ee3f
comparison
equal deleted inserted replaced
91976:59b1ca0ea158 91977:3e19c552591b
8 on Windows. 8 on Windows.
9 9
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).
17 17
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):
30 New options. 31 New options.
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.
37 39
38 Pdbtrack features: 40 Pdbtrack features:
57 59
58 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org> 60 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
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.
65 * vc-sccs.el (vc-sccs-root): New func. 68 * vc-sccs.el (vc-sccs-root): New func.
66 69
73 use-default-char-width-table. 76 use-default-char-width-table.
74 77
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
83 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions. 86 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
84 (vc-status-mode-menu): Add a :filter. 87 (vc-status-mode-menu): Add a :filter.