emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Fri, 18 Apr 2008 10:39:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/04/18 10:39:04

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13482
retrieving revision 1.13483
diff -u -b -r1.13482 -r1.13483
--- ChangeLog   18 Apr 2008 02:01:45 -0000      1.13482
+++ ChangeLog   18 Apr 2008 10:39:01 -0000      1.13483
@@ -1,3 +1,54 @@
+2008-04-18  Juanma Barranquero  <address@hidden>
+
+       * descr-text.el (describe-char-after):
+       Use `define-obsolete-function-alias'.
+
+       * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
+
+       * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
+
+       * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
+       Remove redundant obsolescence info in docstring.
+
+       * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
+       (vc-header-alist): Add WHEN to obsolescence declaration.
+       (vc-state): Fix typo in docstring.
+
+       * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
+       Use `define-obsolete-variable-alias'.
+
+       * emulation/tpu-edt.el (tpu-have-ispell):
+       * international/codepage.el (codepage-setup):
+       Fix typo in obsolescence declaration.
+
+       * international/mule.el (char-coding-system-table):
+       Remove redundant obsolescence info in docstring.
+       (charset-list, generic-char-p, set-char-table-default):
+       Fix typos in obsolescence decarations.
+
+       * international/mule-diag.el (non-iso-charset-alist):
+       Fix typo in obsolescence declaration.
+       (decode-codepage-char): Remove redundant obsolescence info in docstring.
+
+       * font-core.el (font-lock-defaults-alist):
+       * font-lock.el (font-lock-reference-face):
+       * frame.el (screen-height, screen-width, set-screen-width)
+       (set-screen-height):
+       * hilit-chg.el (highlight-changes-initial-state):
+       * isearch.el (isearch-return-char):
+       * log-edit.el (cvs-commit-buffer-require-final-newline)
+       (cvs-changelog-full-paragraphs):
+       * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
+       (mouse-popup-menubar-stuff):
+       * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
+       (mouse-wheel-click-button):
+       * outline.el (outline-visible):
+       * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
+       * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
+       * emacs-lisp/lisp-mode.el (lisp-comment-indent):
+       * progmodes/compile.el (compile-internal):
+       Add WHEN to obsolescence declarations.
+
 2008-04-18  Stefan Monnier  <address@hidden>
 
        * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
@@ -13,7 +64,8 @@
        * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
        (python-use-skeletons): Remove, unused.
        (python-skeletons): Remove.  Use the abbrev table instead.
-       (python-mode-abbrev-table): Fix regexp; add enable-function and 
case-fixed.
+       (python-mode-abbrev-table): Fix regexp;
+       add enable-function and case-fixed.
        (def-python-skeleton): Simplify.
        (python-expand-template): Use the abbrev-table and abbrev-insert.
        (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):




reply via email to

[Prev in Thread] Current Thread [Next in Thread]