comparison lisp/ChangeLog @ 5175:dc94bf0afa37

rearrange stuff in obsolete.el -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2010-02-22 Ben Wing <ben@xemacs.org> * obsolete.el: * obsolete.el ('show-buffer): New. * obsolete.el ('buffer-flush-undo): New. * obsolete.el (buffer-local-value): New. * obsolete.el (Info-default-directory-list): Removed. * obsolete.el (x-color-values): New. * obsolete.el (mswindows-color-list): * obsolete.el (init-file-user): Removed. * obsolete.el ('pui-add-install-directory): Removed. * obsolete.el (line-beginning-position): * obsolete.el ('line-beginning-position): New. * obsolete.el ('line-end-position): New. * obsolete.el (obsolete-throw): New. * obsolete.el ('cl-mapc): New. * obsolete.el ('byte-code-function-p): New. * obsolete.el ('interactive-form): New. * obsolete.el ('assq-delete-all): New. * obsolete.el (makehash): New. * obsolete.el ('user-original-login-name): Removed. * obsolete.el ('isearch-yank-x-selection): Removed. * obsolete.el ('isearch-yank-x-clipboard): Removed. * obsolete.el ('display-column-mode): New. Rearrange; create some new categories out of "misc" stuff, put categories in alphabetical order, move remaning "misc" stuff to bottom.
author Ben Wing <ben@xemacs.org>
date Mon, 22 Feb 2010 06:43:21 -0600
parents eadd99984bfb
children 8b2f75cecb89
comparison
equal deleted inserted replaced
5054:24372c7e0e8f 5175:dc94bf0afa37
1 2010-02-22 Ben Wing <ben@xemacs.org>
2
3 * obsolete.el:
4 * obsolete.el ('show-buffer): New.
5 * obsolete.el ('buffer-flush-undo): New.
6 * obsolete.el (buffer-local-value): New.
7 * obsolete.el (Info-default-directory-list): Removed.
8 * obsolete.el (x-color-values): New.
9 * obsolete.el (mswindows-color-list):
10 * obsolete.el (init-file-user): Removed.
11 * obsolete.el ('pui-add-install-directory): Removed.
12 * obsolete.el (line-beginning-position):
13 * obsolete.el ('line-beginning-position): New.
14 * obsolete.el ('line-end-position): New.
15 * obsolete.el (obsolete-throw): New.
16 * obsolete.el ('cl-mapc): New.
17 * obsolete.el ('byte-code-function-p): New.
18 * obsolete.el ('interactive-form): New.
19 * obsolete.el ('assq-delete-all): New.
20 * obsolete.el (makehash): New.
21 * obsolete.el ('user-original-login-name): Removed.
22 * obsolete.el ('isearch-yank-x-selection): Removed.
23 * obsolete.el ('isearch-yank-x-clipboard): Removed.
24 * obsolete.el ('display-column-mode): New.
25 Rearrange; create some new categories out of "misc" stuff,
26 put categories in alphabetical order, move remaning "misc"
27 stuff to bottom.
28
1 2010-02-08 Ben Wing <ben@xemacs.org> 29 2010-02-08 Ben Wing <ben@xemacs.org>
2 30
3 * help.el (describe-function-1): 31 * help.el (describe-function-1):
4 Don't use compiled-function-annotation to retrieve the file name 32 Don't use compiled-function-annotation to retrieve the file name
5 for a function since it doesn't provide this info and load-history 33 for a function since it doesn't provide this info and load-history