emacs/lisp/emacs-lisp
Chong Yidong 59f7af816e Use declare forms, where possible, to mark obsolete functions.
* lisp/allout.el (allout-passphrase-hint-string): Likewise.
(allout-init): Use a declare form to mark obsolete.

* lisp/calendar/calendar.el (calendar-version):
* lisp/calendar/icalendar.el (icalendar-extract-ical-from-buffer)
(icalendar-convert-diary-to-ical):
* lisp/cus-edit.el (custom-mode):
* lisp/ansi-color.el (ansi-color-unfontify-region):
* lisp/international/latin1-disp.el (latin1-char-displayable-p):
* lisp/progmodes/cwarn.el (turn-on-cwarn-mode):
* lisp/progmodes/which-func.el (which-func-update-1): Use
define-obsolete-function-alias.

* lisp/bookmark.el (bookmark-jump-noselect): Use a declare form to mark
this function obsolete.

* lisp/calendar/cal-x.el (calendar-two-frame-setup)
(calendar-only-one-frame-setup, calendar-one-frame-setup):
* lisp/calendar/calendar.el (american-calendar, european-calendar)
(calendar-for-loop):
* lisp/comint.el (comint-dynamic-simple-complete)
(comint-dynamic-complete-as-filename, comint-unquote-filename):
* lisp/desktop.el (desktop-load-default):
* lisp/dired-x.el (dired-omit-here-always)
(dired-hack-local-variables, dired-default-directory):
* lisp/emacs-lisp/derived.el (derived-mode-class):
* lisp/emacs-lisp/timer.el (timer-set-time-with-usecs):
* lisp/emacs-lock.el (toggle-emacs-lock):
* lisp/epa.el (epa-display-verify-result):
* lisp/epg.el (epg-sign-keys, epg-start-sign-keys)
(epg-passphrase-callback-function):
* lisp/eshell/esh-util.el (eshell-for):
* lisp/eshell/eshell.el (eshell-remove-from-window-buffer-names)
(eshell-add-to-window-buffer-names):
* lisp/files.el (locate-file-completion):
* lisp/imenu.el (imenu-example--create-c-index)
(imenu-example--create-lisp-index)
(imenu-example--lisp-extract-index-name)
(imenu-example--name-and-position):
* lisp/international/mule-cmds.el (princ-list):
* lisp/international/mule-diag.el (decode-codepage-char):
* lisp/international/mule-util.el (detect-coding-with-priority):
* lisp/iswitchb.el (iswitchb-read-buffer):
* lisp/mail/mailalias.el (mail-complete):
* lisp/mail/sendmail.el (mail-sent-via):
* lisp/mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
(mouse-major-mode-menu):
* lisp/password-cache.el (password-read-and-add):
* lisp/pcomplete.el (pcomplete-parse-comint-arguments):
* lisp/progmodes/sh-script.el (sh-maybe-here-document):
* lisp/replace.el (query-replace-regexp-eval):
* lisp/savehist.el (savehist-load):
* lisp/simple.el (choose-completion-delete-max-match):
* lisp/term.el (term-dynamic-simple-complete):
* lisp/vc/ediff-init.el (ediff-check-version):
* lisp/vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
* lisp/vc/vc.el (vc-diff-switches-list):
* lisp/view.el (view-return-to-alist-update): Likewise.

* lisp/iswitchb.el (iswitchb-read-buffer): Move code of
iswitchb-define-mode-map here, and delete that obsolete function.

* lisp/subr.el (eval-next-after-load, makehash, insert-string)
(assoc-ignore-representation, assoc-ignore-case): Use declare to
mark obsolete.
(mode-line-inverse-video): Variable deleted.

* lisp/emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
this applies to functions.

* lisp/erc/erc.el (erc-send-command): Use define-obsolete-function-alias.

* lisp/international/mule-util.el (string-to-sequence): Remove.

* lisp/net/newst-backend.el (newsticker-cache-filename):
* lisp/net/newst-treeview.el (newsticker-groups-filename): Fix
incorrect obsolescence declaration.

* lisp/net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
font-lock-reference-face.

* lisp/url/url-parse.el (url-recreate-url-attributes):
* lisp/url/url-util.el (url-generate-unique-filename): Use declare to mark
obsolete.

* src/xdisp.c (mode_line_inverse_video): Delete obsolete variable.
2012-09-25 12:13:02 +08:00
..
.gitignore Nuke arch-tags. 2011-01-15 15:16:57 -08:00
advice.el * lisp/emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn. 2012-09-14 09:44:31 -04:00
authors.el Move NT-specific include file to the NT include directory 2012-08-01 23:19:48 -07:00
autoload.el Merge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu@gmail.com 2012-08-11 10:13:55 +08:00
avl-tree.el lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
backquote.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
benchmark.el New emacs-lisp-byte-code-mode; misc minor changes. 2012-09-09 21:16:13 -04:00
bindat.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
byte-opt.el Autoload more carefully from Lisp. Follow aliases for function properties. 2012-07-25 21:27:33 -04:00
byte-run.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
bytecomp.el * lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function. 2012-09-20 09:46:36 -04:00
cconv.el Provide generalized variables in core Elisp. 2012-06-22 09:42:38 -04:00
chart.el * lisp/emacs-lisp/chart.el: Use lexical-binding. 2012-07-19 07:39:38 -04:00
check-declare.el Comment fix 2012-04-20 20:32:15 -04:00
checkdoc.el Add new error and function `user-error'. 2012-05-04 19:16:47 -04:00
cl-extra.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
cl-indent.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
cl-lib.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
cl-loaddefs.el New emacs-lisp-byte-code-mode; misc minor changes. 2012-09-09 21:16:13 -04:00
cl-macs.el New emacs-lisp-byte-code-mode; misc minor changes. 2012-09-09 21:16:13 -04:00
cl-seq.el Use lexical-binding for all of CL, and clean up its namespace. 2012-06-11 11:52:50 -04:00
cl.el Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07:00
copyright.el Merge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu@gmail.com 2012-08-11 10:13:55 +08:00
crm.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
debug.el In debug restore assignment to debugger-old-buffer. 2012-09-20 15:35:13 +02:00
derived.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
disass.el Autoload more carefully from Lisp. Follow aliases for function properties. 2012-07-25 21:27:33 -04:00
easy-mmode.el Misc doc fixes. 2012-09-22 23:24:26 +08:00
easymenu.el * lisp/emacs-lisp/edebug.el: Miscellaneous cleanup. 2012-09-13 23:55:16 -04:00
edebug.el * lisp/emacs-lisp/edebug.el: Miscellaneous cleanup. 2012-09-13 23:55:16 -04:00
eieio-base.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
eieio-custom.el Don't warn on toggle-read-only calls. 2012-07-13 15:06:09 +08:00
eieio-datadebug.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
eieio-opt.el * eieio-opt.el (describe-class, describe-generic): Autoload trivia. 2012-04-16 15:25:59 -04:00
eieio-speedbar.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
eieio.el Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07:00
eldoc.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
elint.el * lisp/emacs-lisp/elint.el (elint-find-args-in-code): 2012-07-17 08:30:48 -04:00
elp.el Autoload more carefully from Lisp. Follow aliases for function properties. 2012-07-25 21:27:33 -04:00
ert-x.el Standardize some license notices 2012-09-24 08:58:20 -07:00
ert.el Standardize some license notices 2012-09-24 08:58:20 -07:00
ewoc.el Provide generalized variables in core Elisp. 2012-06-22 09:42:38 -04:00
find-func.el Autoload more carefully from Lisp. Follow aliases for function properties. 2012-07-25 21:27:33 -04:00
find-gc.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
float-sup.el Clean up scoping rule of predefined single-word vars. 2012-06-08 09:18:26 -04:00
generic.el * lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to 2012-05-17 21:46:20 -04:00
gulp.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gv.el Fix two references to deleted obsolete variables. 2012-09-24 20:31:24 +08:00
helper.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lisp-mnt.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lisp-mode.el New emacs-lisp-byte-code-mode; misc minor changes. 2012-09-09 21:16:13 -04:00
lisp.el `narrow-to-defun' fixup 2012-04-11 04:12:20 +02:00
macroexp.el * lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function. 2012-09-20 09:46:36 -04:00
map-ynp.el Allow scrolling in y-or-n-p. 2012-09-09 14:43:47 +08:00
package-x.el Standardize some more license notices 2012-09-24 09:36:42 -07:00
package.el Standardize some more license notices 2012-09-24 09:36:42 -07:00
pcase.el Macro-expand interpreted code during load. 2012-09-04 13:40:25 -04:00
pp.el In pp-display-expression select old selected window only if it is still live (Bug#12034). 2012-07-25 11:43:12 +02:00
re-builder.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
regexp-opt.el Doc fixes. 2012-08-15 00:28:23 +08:00
regi.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ring.el Fix ring extension code in ring.el, and tweak comint-input-ring handling. 2012-03-15 16:00:43 +08:00
rx.el * lisp/emacs-lisp/rx.el (rx-constituents): Don't define as constant. 2012-08-10 17:03:10 -04:00
shadow.el load-path-shadows-font-lock-keywords tweak 2012-09-11 00:13:21 -07:00
smie.el Miscellaneous minor cleanups and simplifications. 2012-06-23 11:38:23 -04:00
syntax.el Miscellaneous minor cleanups and simplifications. 2012-06-23 11:38:23 -04:00
tabulated-list.el Standardize some more license notices 2012-09-24 09:36:42 -07:00
tcover-ses.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
tcover-unsafep.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
testcover.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
timer.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
tq.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
trace.el * lisp/progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR" 2012-07-17 04:38:12 -04:00
unsafep.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
warnings.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00