comparison lisp/ChangeLog @ 86497:706e04794681

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Tue, 27 Nov 2007 04:21:26 +0000
parents b3d5d8240204
children 1f48ff31771c
comparison
equal deleted inserted replaced
86496:e793ef63bdb9 86497:706e04794681
1 2007-11-27 Glenn Morris <rgm@gnu.org>
2
3 * eshell/eshell.el (eshell-report-bug): Add version number of
4 obsolescence.
5
6 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
7 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
8 Load ediff-*.el files silently.
9
10 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
11 compiling.
12 (Info-goto-node): Declare as a function.
13
14 * ediff-init.el: Don't load ange-ftp when compiling.
15 * ediff-util.el: Don't load reporter when compiling.
16
17 * ediff-wind.el (ediff-display-pixel-width)
18 (ediff-display-pixel-height):
19 * generic-x.el (ini-generic-mode):
20 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
21 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
22 (ps-mule-initialize, ps-mule-begin-job):
23 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
24 (mark-calendar-days-named):
25 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
26 (add-to-diary-list, diary-name-pattern)
27 (mark-calendar-days-named):
28 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
29 (mark-calendar-days-named):
30 * calendar/cal-x.el (make-fancy-diary-buffer):
31 * calendar/holidays.el (calendar-absolute-from-julian):
32 * calendar/todo-mode.el (calendar-current-date):
33 Declare as functions.
34
35 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
36 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
37
38 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
39 aliases for report-emacs-bug.
40 (gnus-summary-select-article, gnus-configure-windows): Declare as
41 functions.
42
43 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
44 compiler.
45
46 * pgg.el (pgg-clear-string): Declare as a function.
47 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
48 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
49
50 * emacs-lisp/check-declare.el (check-declare-locate):
51 Handle compressed files.
52 (check-declare-verify): Handle define-generic-mode,
53 define-global(ized)-minor-mode, define-obsolete-function-alias.
54
1 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com> 55 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
2 56
3 * calc-menu.el (calc-modes-menu): Add normal and incomplete 57 * calc-menu.el (calc-modes-menu): Add normal and incomplete
4 algebraic modes. 58 algebraic modes.
5 59
6 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca> 60 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7 61
8 * emacs-lisp/lisp.el (end-of-defun): Restructure so that 62 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
9 end-of-defun-function is called consistently, even for negative arguments. 63 end-of-defun-function is called consistently, even for negative
64 arguments.
10 (end-of-defun-function): Default to forward-sexp. 65 (end-of-defun-function): Default to forward-sexp.
11 66
12 2007-11-26 Juanma Barranquero <lekktu@gmail.com> 67 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
13 68
14 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix. 69 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.