aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-02-22 02:56:58 +0000
committerJuanma Barranquero2008-02-22 02:56:58 +0000
commit4a4bdfc7a62632566cce6fd4b4a2da24029bd6fe (patch)
tree119ecc8cc29ef2bc9ce27478342d57a7dd4c1bad
parent5f7bcac78eca614233388922d0500c255e12d803 (diff)
downloademacs-4a4bdfc7a62632566cce6fd4b4a2da24029bd6fe.tar.gz
emacs-4a4bdfc7a62632566cce6fd4b4a2da24029bd6fe.zip
*** empty log message ***
-rw-r--r--etc/ChangeLog7
-rw-r--r--lisp/ChangeLog34
-rw-r--r--src/ChangeLog2
3 files changed, 19 insertions, 24 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index e6965c0a0df..8ea47f001fb 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,6 +1,6 @@
12008-02-22 Kenichi Handa <handa@ni.aist.go.jp> 12008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
2 2
3 * NEWS: Mention the new language envrironments Bengali, Punjabi, 3 * NEWS: Mention the new language environments Bengali, Punjabi,
4 Gujarati, Oriya, Telugu, Sinhala. Mention the removal of features 4 Gujarati, Oriya, Telugu, Sinhala. Mention the removal of features
5 devanagari, devan-util, kannada, knd-util, malayalam, mlm-util, 5 devanagari, devan-util, kannada, knd-util, malayalam, mlm-util,
6 tamil, and tml-util. 6 tamil, and tml-util.
@@ -11,9 +11,8 @@
11 11
122008-02-21 Kenichi Handa <handa@ni.aist.go.jp> 122008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
13 13
14 * NEWS: Improve the description about the removal of 14 * NEWS: Improve the description about the removal of cp-...-codepage
15 cp-...-codepage functions. Describe the removal of the feature 15 functions. Describe the removal of the feature `devan-util'.
16 `devan-util'.
17 16
182008-02-21 Glenn Morris <rgm@gnu.org> 172008-02-21 Glenn Morris <rgm@gnu.org>
19 18
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 33e0d34b44a..2d010ee523b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -9,38 +9,34 @@
9 (indian-default-script, indian-composable-pattern): Delete them. 9 (indian-default-script, indian-composable-pattern): Delete them.
10 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of 10 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
11 language environments moved to here. 11 language environments moved to here.
12 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"): New 12 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
13 language environments. 13 New language environments.
14 14
15 * language/devanagari.el, language/devan-util.el, 15 * language/devanagari.el, language/devan-util.el,
16 language/kannanda.el, language/knd-util.el, language/malayalam.el, 16 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
17 language/mlm-util.el, language/tamil.el, language/tml-util.el: 17 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
18 Delete them. 18 Delete them.
19 19
20 * language/sinhala.el: New file. 20 * language/sinhala.el: New file.
21 21
222008-02-21 Ken Manheimer <ken.manheimer@gmail.com> 222008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
23 23
24 * python.el (python-pdbtrack-toggle-stack-tracking): Clarify 24 * python.el (python-pdbtrack-toggle-stack-tracking): Clarify docstring.
25 docstring.
26 (python-pdbtrack-minor-mode-string): A sign indicating that pdb 25 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
27 tracking is happening. 26 tracking is happening.
28 (python-pdbtrack-stack-entry-regexp): Better recognize stack 27 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
29 traces.
30 (python-pdbtrack-input-prompt): Better recognize PDB prompts. 28 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
31 (add python-pdbtrack-track-stack-file to 29 (add python-pdbtrack-track-stack-file to
32 comint-output-filter-functions): Tracking is plugged in to all 30 comint-output-filter-functions): Tracking is plugged in to all
33 comint buffers once python.el is loaded. 31 comint buffers once python.el is loaded.
34 (python-pdbtrack-overlay-arrow): Toggle activation of 32 (python-pdbtrack-overlay-arrow): Toggle activation of
35 `python-pdbtrack-minor-mode-string' in addition to the overlay 33 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
36 arrow.
37 (python-pdbtrack-track-stack-file): Use new 34 (python-pdbtrack-track-stack-file): Use new
38 `python-pdbtrack-get-source-buffer' for more flexible access to 35 `python-pdbtrack-get-source-buffer' for more flexible access to
39 debugging source files. 36 debugging source files.
40 (python-pdbtrack-get-source-buffer): Identify debugging target 37 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
41 buffer according to pdb stack trace, optionally using new 38 according to pdb stack trace, optionally using new
42 `python-pdbtrack-grub-for-buffer' if file is not locally 39 `python-pdbtrack-grub-for-buffer' if file is not locally available.
43 available.
44 (python-pdbtrack-grub-for-buffer): Find most recent python-mode 40 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
45 named buffer, or having function with indicated name. 41 named buffer, or having function with indicated name.
46 (python-shell): Remove comint-output-filter-functions hook 42 (python-shell): Remove comint-output-filter-functions hook
@@ -77,8 +73,8 @@
77 (run-python): Set default command to python-command instead of 73 (run-python): Set default command to python-command instead of
78 python-python-command. 74 python-python-command.
79 (run-python): Use python-check-version. Give PYTHONPATH 75 (run-python): Use python-check-version. Give PYTHONPATH
80 precedence over data-directory in the process environment. Load 76 precedence over data-directory in the process environment.
81 function definitions in python process after. 77 Load function definitions in python process after.
82 (python-check-comint-prompt): New function. 78 (python-check-comint-prompt): New function.
83 (python-send-command, python-send-receive): Use it. 79 (python-send-command, python-send-receive): Use it.
84 (python-complete-symbol, python-try-complete): Functions deleted. 80 (python-complete-symbol, python-try-complete): Functions deleted.
@@ -89,9 +85,9 @@
89 `try/except', `try/finally', `name'. 85 `try/except', `try/finally', `name'.
90 (python-pea-hook, python-abbrev-pc-hook): New functions. 86 (python-pea-hook, python-abbrev-pc-hook): New functions.
91 (python-abbrev-syntax-table): New var. 87 (python-abbrev-syntax-table): New var.
92 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook. Use 88 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
93 symbol-completion-try-complete for hippie expansion. Turn on font 89 Use symbol-completion-try-complete for hippie expansion.
94 lock unconditionally. 90 Turn on font lock unconditionally.
95 (python-mode-hook): Defcustom it. No need to use make-local 91 (python-mode-hook): Defcustom it. No need to use make-local
96 variable on indent-tabs-mode in "Turn off Indent Tabs mode" 92 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
97 option, since it's buffer-local. 93 option, since it's buffer-local.
diff --git a/src/ChangeLog b/src/ChangeLog
index 0142078721e..bce13768775 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,7 @@
12008-02-22 Kenichi Handa <handa@ni.aist.go.jp> 12008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
2 2
3 * Makefile.in (lisp): Remove devanagari.el, kannada.el, 3 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
4 malayalam.el, and tamil.el. Add sinhala.el. 4 malayalam.el, and tamil.el. Add sinhala.el.
5 5
62008-02-21 Stefan Monnier <monnier@iro.umontreal.ca> 62008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
7 7