comparison lisp/ChangeLog @ 86451:9279479159b0

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 26 Nov 2007 15:13:38 +0000
parents 39b77bce26fd
children e62265ee7e55
comparison
equal deleted inserted replaced
86450:e39319cd62d8 86451:9279479159b0
17 17
18 * mail/mspools.el (rmail-get-new-mail): 18 * mail/mspools.el (rmail-get-new-mail):
19 * mail/reporter.el (mail-position-on-field, mail-text): 19 * mail/reporter.el (mail-position-on-field, mail-text):
20 * mail/rmail.el (mail-position-on-field, mail-text-start) 20 * mail/rmail.el (mail-position-on-field, mail-text-start)
21 (rmail-update-summary): 21 (rmail-update-summary):
22 * mail/rmailedit.el (rmail-summary-disable) 22 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
23 (rmail-summary-enable): 23 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
24 * mail/rmailmsc.el (rmail-parse-file-inboxes)
25 (rmail-show-message):
26 * mail/rmailout.el (rmail-update-summary): 24 * mail/rmailout.el (rmail-update-summary):
27 * mail/rmailsort.el (rmail-update-summary): 25 * mail/rmailsort.el (rmail-update-summary):
28 * mail/sendmail.el (dired-move-to-filename, dired-get-filename) 26 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
29 (dired-view-file): 27 (dired-view-file):
30 * mail/uce.el (mail-strip-quoted-names): 28 * mail/uce.el (mail-strip-quoted-names):
32 * mail/unrmail.el (mail-strip-quoted-names): 30 * mail/unrmail.el (mail-strip-quoted-names):
33 * ediff.el (diff-latest-backup-file): Declare as functions. 31 * ediff.el (diff-latest-backup-file): Declare as functions.
34 32
35 * obsolete/mlsupport.el (ml-previous-page): Fix typo. 33 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
36 (kill-to-end-of-line): 34 (kill-to-end-of-line):
37 * obsolete/rnews.el (news-set-minor-modes): Remove non working 35 * obsolete/rnews.el (news-set-minor-modes):
38 functions. 36 Remove non working functions.
39 37
40 2007-11-25 Glenn Morris <rgm@gnu.org> 38 2007-11-25 Glenn Morris <rgm@gnu.org>
41 39
42 * eshell/esh-maint.el (top-level): Use require with NOERROR for 40 * eshell/esh-maint.el (top-level): Use require with NOERROR for
43 pcomplete. Don't mess with load-path. 41 pcomplete. Don't mess with load-path.
46 (eshell-report-bug): Redefine as an alias for report-emacs-bug. 44 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
47 45
48 2007-11-24 Glenn Morris <rgm@gnu.org> 46 2007-11-24 Glenn Morris <rgm@gnu.org>
49 47
50 * calendar/appt.el: Remove leading `*' from defcustom doc-strings. 48 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
51 (appt-disp-window): Don't require electric. Simplify 49 (appt-disp-window): Don't require electric.
52 minibuffer-avoidance code. 50 Simplify minibuffer-avoidance code.
53 (appt-select-lowest-window): Avoid minibuffer. 51 (appt-select-lowest-window): Avoid minibuffer.
54 52
55 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings. 53 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
56 (esh-mode): Require it. 54 (esh-mode): Require it.
57 (esh-util): Use require rather than featurep and load. 55 (esh-util): Use require rather than featurep and load.
58 (eshell): No need to test if eshell-mode is bound; remove obsolete 56 (eshell): No need to test if eshell-mode is bound; remove obsolete
59 reference to eshell-auto. 57 reference to eshell-auto.
60 (eshell-command, eshell-command-result): Don't require esh-mode 58 (eshell-command, eshell-command-result): Don't require esh-mode
61 now that the file does. 59 now that the file does.
62 (top-level): Move provide statement to the end of the 60 (top-level): Move provide statement to the end of the file.
63 file. Re-order and update commentary. 61 Re-order and update commentary.
64 62
65 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org> 63 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
66 64
67 * vc.el (vc-annotate-mode): Frob buffer invisibility spec. 65 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
68 (vc-annotate-toggle-annotation-visibility): New command. 66 (vc-annotate-toggle-annotation-visibility): New command.
100 98
101 * international/ucs-tables.el (ucs-8859-7-alist): Update the table. 99 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
102 100
103 2007-11-23 David Kastrup <dak@gnu.org> 101 2007-11-23 David Kastrup <dak@gnu.org>
104 102
105 * server.el (server-process-filter): Use `command-line-args-left' 103 * server.el (server-process-filter): Use `command-line-args-left'.
106 104
107 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca> 105 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
108 106
109 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove. 107 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
110 108