Mercurial > emacs
comparison lisp/ChangeLog @ 110695:515d80e174ba
Remove some functions, variables and aliases obsolete since at least 21.1.
* doc/misc/misc.texi (Shell Mode): Remove reference to old function name.
* src/character.c (Fchar_bytes): Remove obsolete function.
(syms_of_character): Remove Schar_bytes.
* lisp/subr.el (char-bytes): Remove obsolete function.
* lisp/emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
* lisp/isearch.el (isearch-return-char): Remove obsolete function.
* lisp/mouse.el: No longer provide mldrag.
(mldrag-drag-mode-line, mldrag-drag-vertical-line):
Remove obsolete aliases.
* lisp/comint.el (comint-kill-output): Remove obsolete alias.
* lisp/shell.el: Comment fix.
* lisp/composite.el (decompose-composite-char): Remove obsolete function.
* lisp/ps-def.el (decompose-composite-char): Remove unused function.
* lisp/iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
* lisp/outline.el (outline-visible): Remove obsolete function.
* lisp/term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
* lisp/faces.el (internal-find-face, internal-get-face)
(frame-update-faces, frame-update-face-colors)
(x-frob-font-weight, x-frob-font-slant)
(internal-frob-font-weight, internal-frob-font-slant)
(x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
(x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
(x-make-font-bold-italic): Remove functions and aliases, obsolete
since Emacs 21.1.
* lisp/emulation/viper-util.el (viper-get-face):
* lisp/obsolete/lucid.el (find-face, get-face): Use facep.
* lisp/vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
Remove unused functions.
* lisp/vc/ediff-util.el (ediff-submit-report): Doc fix.
* etc/NEWS: Mention above changes.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 01 Oct 2010 19:46:13 -0700 |
parents | 0554c384e09f |
children | 4e901a2d3669 |
comparison
equal
deleted
inserted
replaced
110694:0554c384e09f | 110695:515d80e174ba |
---|---|
1 2010-10-02 Glenn Morris <rgm@gnu.org> | 1 2010-10-02 Glenn Morris <rgm@gnu.org> |
2 | |
3 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias. | |
4 | |
5 * subr.el (char-bytes): Remove obsolete function. | |
6 | |
7 * isearch.el (isearch-return-char): Remove obsolete function. | |
8 | |
9 * mouse.el: No longer provide mldrag. | |
10 (mldrag-drag-mode-line, mldrag-drag-vertical-line): | |
11 Remove obsolete aliases. | |
12 | |
13 * comint.el (comint-kill-output): Remove obsolete alias. | |
14 | |
15 * composite.el (decompose-composite-char): Remove obsolete function. | |
16 * ps-def.el (decompose-composite-char): Remove unused function. | |
17 | |
18 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function. | |
19 | |
20 * outline.el (outline-visible): Remove obsolete function. | |
21 | |
22 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight): | |
23 * faces.el (internal-find-face, internal-get-face) | |
24 (frame-update-faces, frame-update-face-colors) | |
25 (x-frob-font-weight, x-frob-font-slant) | |
26 (internal-frob-font-weight, internal-frob-font-slant) | |
27 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold) | |
28 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic) | |
29 (x-make-font-bold-italic): Remove functions and aliases, obsolete | |
30 since Emacs 21.1. | |
31 * emulation/viper-util.el (viper-get-face): | |
32 * obsolete/lucid.el (find-face, get-face): Use facep. | |
33 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face): | |
34 Remove unused functions. | |
35 * vc/ediff-util.el (ediff-submit-report): Doc fix. | |
2 | 36 |
3 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to | 37 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to |
4 delete tempfile if interrupted during compilation. | 38 delete tempfile if interrupted during compilation. |
5 | 39 |
6 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | 40 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org> |