From 4a4bdfc7a62632566cce6fd4b4a2da24029bd6fe Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 22 Feb 2008 02:56:58 +0000 Subject: [PATCH] *** empty log message *** --- etc/ChangeLog | 7 +++---- lisp/ChangeLog | 34 +++++++++++++++------------------- src/ChangeLog | 2 +- 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 @@ 2008-02-22 Kenichi Handa - * NEWS: Mention the new language envrironments Bengali, Punjabi, + * NEWS: Mention the new language environments Bengali, Punjabi, Gujarati, Oriya, Telugu, Sinhala. Mention the removal of features devanagari, devan-util, kannada, knd-util, malayalam, mlm-util, tamil, and tml-util. @@ -11,9 +11,8 @@ 2008-02-21 Kenichi Handa - * NEWS: Improve the description about the removal of - cp-...-codepage functions. Describe the removal of the feature - `devan-util'. + * NEWS: Improve the description about the removal of cp-...-codepage + functions. Describe the removal of the feature `devan-util'. 2008-02-21 Glenn Morris diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 33e0d34b44a..2d010ee523b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -9,38 +9,34 @@ (indian-default-script, indian-composable-pattern): Delete them. ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of language environments moved to here. - ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"): New - language environments. + ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"): + New language environments. * language/devanagari.el, language/devan-util.el, - language/kannanda.el, language/knd-util.el, language/malayalam.el, - language/mlm-util.el, language/tamil.el, language/tml-util.el: + * language/kannanda.el, language/knd-util.el, language/malayalam.el, + * language/mlm-util.el, language/tamil.el, language/tml-util.el: Delete them. * language/sinhala.el: New file. 2008-02-21 Ken Manheimer - * python.el (python-pdbtrack-toggle-stack-tracking): Clarify - docstring. + * python.el (python-pdbtrack-toggle-stack-tracking): Clarify docstring. (python-pdbtrack-minor-mode-string): A sign indicating that pdb tracking is happening. - (python-pdbtrack-stack-entry-regexp): Better recognize stack - traces. + (python-pdbtrack-stack-entry-regexp): Better recognize stack traces. (python-pdbtrack-input-prompt): Better recognize PDB prompts. (add python-pdbtrack-track-stack-file to comint-output-filter-functions): Tracking is plugged in to all comint buffers once python.el is loaded. (python-pdbtrack-overlay-arrow): Toggle activation of - `python-pdbtrack-minor-mode-string' in addition to the overlay - arrow. + `python-pdbtrack-minor-mode-string' in addition to the overlay arrow. (python-pdbtrack-track-stack-file): Use new `python-pdbtrack-get-source-buffer' for more flexible access to debugging source files. - (python-pdbtrack-get-source-buffer): Identify debugging target - buffer according to pdb stack trace, optionally using new - `python-pdbtrack-grub-for-buffer' if file is not locally - available. + (python-pdbtrack-get-source-buffer): Identify debugging target buffer + according to pdb stack trace, optionally using new + `python-pdbtrack-grub-for-buffer' if file is not locally available. (python-pdbtrack-grub-for-buffer): Find most recent python-mode named buffer, or having function with indicated name. (python-shell): Remove comint-output-filter-functions hook @@ -77,8 +73,8 @@ (run-python): Set default command to python-command instead of python-python-command. (run-python): Use python-check-version. Give PYTHONPATH - precedence over data-directory in the process environment. Load - function definitions in python process after. + precedence over data-directory in the process environment. + Load function definitions in python process after. (python-check-comint-prompt): New function. (python-send-command, python-send-receive): Use it. (python-complete-symbol, python-try-complete): Functions deleted. @@ -89,9 +85,9 @@ `try/except', `try/finally', `name'. (python-pea-hook, python-abbrev-pc-hook): New functions. (python-abbrev-syntax-table): New var. - (python-mode): Add python-pea-hook to pre-abbrev-expand-hook. Use - symbol-completion-try-complete for hippie expansion. Turn on font - lock unconditionally. + (python-mode): Add python-pea-hook to pre-abbrev-expand-hook. + Use symbol-completion-try-complete for hippie expansion. + Turn on font lock unconditionally. (python-mode-hook): Defcustom it. No need to use make-local variable on indent-tabs-mode in "Turn off Indent Tabs mode" 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 @@ 2008-02-22 Kenichi Handa * Makefile.in (lisp): Remove devanagari.el, kannada.el, - malayalam.el, and tamil.el. Add sinhala.el. + malayalam.el, and tamil.el. Add sinhala.el. 2008-02-21 Stefan Monnier -- 2.39.5