Mercurial > emacs
comparison lisp/ChangeLog @ 77677:861b8417e148
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 10 May 2007 16:39:46 +0000 |
parents | cd8d5d9a645a |
children | 0b0c0f93563c |
comparison
equal
deleted
inserted
replaced
77676:1b827e0f56e3 | 77677:861b8417e148 |
---|---|
1 2007-05-10 Richard Stallman <rms@gnu.org> | 1 2007-05-10 Richard Stallman <rms@gnu.org> |
2 | |
3 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments. | |
4 (iso-cvt-write-only): Likewise. | |
5 | |
6 * emacs-lisp/easy-mmode.el (define-minor-mode): | |
7 Fix generated doc string. | |
8 | |
9 * startup.el (fancy-splash-text): Add URL of guided tour. | |
10 Adjust horizontal and vertical whitespace. | |
11 | |
12 * progmodes/compile.el (compilation-handle-exit): | |
13 Use run-hook-with-args to run compilation-finish-functions. | |
2 | 14 |
3 * files.el (file-start-mode-alist): New variable. | 15 * files.el (file-start-mode-alist): New variable. |
4 (magic-mode-regexp-match-limit): Doc fix. | 16 (magic-mode-regexp-match-limit): Doc fix. |
5 (set-auto-mode): Handle file-start-mode-alist. | 17 (set-auto-mode): Handle file-start-mode-alist. |
6 A little cleanup of structure. | 18 A little cleanup of structure. |
7 | 19 |
8 2007-05-08 Richard Stallman <rms@gnu.org> | 20 2007-05-10 Davis Herring <herring@lanl.gov> |
9 | |
10 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): | |
11 Don't include non-self-insert commands in the exception for `-'. | |
12 | |
13 2007-05-08 David Reitter <david.reitter@gmail.com> | |
14 | |
15 * progmodes/python.el (python-guess-indent): Check non-nullness | |
16 before comparing indent against the 2..8 interval. | |
17 | |
18 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
19 | |
20 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is | |
21 available. | |
22 | |
23 2007-05-06 Richard Stallman <rms@gnu.org> | |
24 | |
25 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix. | |
26 | |
27 2007-05-03 Ryan Yeske <rcyeske@gmail.com> | |
28 | |
29 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted | |
30 disconnections. | |
31 | |
32 2007-05-01 Romain Francoise <romain@orebokech.com> | |
33 | |
34 * dired-x.el: Revert 2007-04-06 change. | |
35 | |
36 2007-04-30 Nick Roberts <nickrob@snap.net.nz> | |
37 | |
38 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so | |
39 don't put stop on toolbar. | |
40 | |
41 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net> | |
42 | |
43 * find-dired.el (find-dired-filter): Propertize all text down to eob. | |
44 | |
45 2007-04-29 Davis Herring <herring@lanl.gov> | |
46 | 21 |
47 * calendar/timeclock.el (timeclock-in): Fix non-interactive | 22 * calendar/timeclock.el (timeclock-in): Fix non-interactive |
48 workday specifications. | 23 workday specifications. |
49 (timeclock-log): Don't kill the log buffer if it already existed. | 24 (timeclock-log): Don't kill the log buffer if it already existed. |
25 | |
26 2007-05-08 Richard Stallman <rms@gnu.org> | |
27 | |
28 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): | |
29 Don't include non-self-insert commands in the exception for `-'. | |
30 | |
31 2007-05-08 David Reitter <david.reitter@gmail.com> | |
32 | |
33 * progmodes/python.el (python-guess-indent): Check non-nullness | |
34 before comparing indent against the 2..8 interval. | |
35 | |
36 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
37 | |
38 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is | |
39 available. | |
40 | |
41 2007-05-06 Richard Stallman <rms@gnu.org> | |
42 | |
43 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix. | |
44 | |
45 2007-05-03 Ryan Yeske <rcyeske@gmail.com> | |
46 | |
47 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted | |
48 disconnections. | |
49 | |
50 2007-05-01 Romain Francoise <romain@orebokech.com> | |
51 | |
52 * dired-x.el: Revert 2007-04-06 change. | |
53 | |
54 2007-04-30 Nick Roberts <nickrob@snap.net.nz> | |
55 | |
56 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so | |
57 don't put stop on toolbar. | |
58 | |
59 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net> | |
60 | |
61 * find-dired.el (find-dired-filter): Propertize all text down to eob. | |
50 | 62 |
51 2007-04-29 Richard Stallman <rms@gnu.org> | 63 2007-04-29 Richard Stallman <rms@gnu.org> |
52 | 64 |
53 * international/mule.el (auto-coding-alist): Add pdf => no-conversion. | 65 * international/mule.el (auto-coding-alist): Add pdf => no-conversion. |
54 | 66 |