Mercurial > emacs
comparison lisp/ChangeLog @ 93662:3f94f995598c
(set-fill-column): Prompt rather than error by default.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 04 Apr 2008 16:16:23 +0000 |
parents | 792fb2cc28be |
children | c7dd307b0ec5 |
comparison
equal
deleted
inserted
replaced
93661:0e46418a00ea | 93662:3f94f995598c |
---|---|
1 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * simple.el (set-fill-column): Prompt rather than error by default. | |
4 | |
1 2008-04-04 Andreas Schwab <schwab@suse.de> | 5 2008-04-04 Andreas Schwab <schwab@suse.de> |
2 | 6 |
3 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Reset | 7 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): |
4 new-rules after each round. | 8 Reset new-rules after each round. |
5 | 9 |
6 * Makefile.in (cal-autoloads): New target. | 10 * Makefile.in (cal-autoloads): New target. |
7 (compile, compile-always, recompile): Depend on it. | 11 (compile, compile-always, recompile): Depend on it. |
8 ($(lisp)/calendar/cal-loaddefs.el) | 12 ($(lisp)/calendar/cal-loaddefs.el) |
9 ($(lisp)/calendar/diary-loaddefs.el) | 13 ($(lisp)/calendar/diary-loaddefs.el) |
13 | 17 |
14 * ediff*el: replaced load with require in eval-when-compile. | 18 * ediff*el: replaced load with require in eval-when-compile. |
15 | 19 |
16 * ediff-hook: deleted all invocations of (autoload ...). | 20 * ediff-hook: deleted all invocations of (autoload ...). |
17 | 21 |
18 * ediff-util.el (ediff-setup): make window-min-height a local variable | 22 * ediff-util.el (ediff-setup): Make window-min-height a local variable |
19 in ediff control window, and set its min height to 2. | 23 in ediff control window, and set its min height to 2. |
20 (ediff-setup-control-buffer): dedicate the control window. | 24 (ediff-setup-control-buffer): Dedicate the control window. |
21 (ediff-toggle-multiframe): undedicate control window. | 25 (ediff-toggle-multiframe): Undedicate control window. |
22 Work directly with ediff-setup-windows-multiframe and | 26 Work directly with ediff-setup-windows-multiframe and |
23 ediff-setup-windows-plain. | 27 ediff-setup-windows-plain. |
24 | 28 |
25 * ediff-wind (ediff-choose-window-setup-function-automatically): new | 29 * ediff-wind (ediff-choose-window-setup-function-automatically): |
26 function. | 30 New function. |
27 (ediff-window-setup-function): change initialization. | 31 (ediff-window-setup-function): Change initialization. |
28 (ediff-setup-windows-automatic): deleted. | 32 (ediff-setup-windows-automatic): Delete. |
29 (ediff-setup-windows-plain-merge): make control window dedicated. | 33 (ediff-setup-windows-plain-merge): Make control window dedicated. |
30 (ediff-destroy-control-frame): do not skip frames if working in a | 34 (ediff-destroy-control-frame): Do not skip frames if working in a |
31 single frame. | 35 single frame. |
32 | 36 |
33 * emulation/viper-ex.el: move provide's forward, prevent recursion in | 37 * emulation/viper-ex.el: Move provide's forward, prevent recursion in |
34 eval-when-compile. | 38 eval-when-compile. |
35 | 39 |
36 * emulation/viper-util.el: move provide's forward, prevent recursion in | 40 * emulation/viper-util.el: Move provide's forward, prevent recursion in |
37 eval-when-compile. | 41 eval-when-compile. |
38 | 42 |
39 2008-04-04 Glenn Morris <rgm@gnu.org> | 43 2008-04-04 Glenn Morris <rgm@gnu.org> |
40 | 44 |
41 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename | 45 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename |
45 Rename islamic-calendar-leap-year-p. Update callers. | 49 Rename islamic-calendar-leap-year-p. Update callers. |
46 (calendar-islamic-last-day-of-month): | 50 (calendar-islamic-last-day-of-month): |
47 Rename islamic-calendar-last-day-of-month. Update callers. | 51 Rename islamic-calendar-last-day-of-month. Update callers. |
48 (calendar-islamic-day-number): | 52 (calendar-islamic-day-number): |
49 Rename islamic-calendar-day-number. Update callers. | 53 Rename islamic-calendar-day-number. Update callers. |
50 (calendar-islamic-to-absolute): Rename | 54 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic. |
51 calendar-absolute-from-islamic. Update callers, keep old name as alias. | 55 Update callers, keep old name as alias. |
52 (calendar-islamic-print-date): Rename calendar-print-islamic-date. | 56 (calendar-islamic-print-date): Rename calendar-print-islamic-date. |
53 Update callers, keep old name as alias. | 57 Update callers, keep old name as alias. |
54 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date. | 58 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date. |
55 Keep old name as alias. | 59 Keep old name as alias. |
56 (diary-islamic-list-entries): Rename list-islamic-diary-entries. | 60 (diary-islamic-list-entries): Rename list-islamic-diary-entries. |
80 Update callers, keep old name as alias. | 84 Update callers, keep old name as alias. |
81 (calendar-julian-goto-date): Rename calendar-goto-julian-date. | 85 (calendar-julian-goto-date): Rename calendar-goto-julian-date. |
82 Update callers, keep old name as alias. | 86 Update callers, keep old name as alias. |
83 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro. | 87 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro. |
84 Update callers, keep old name as alias. | 88 Update callers, keep old name as alias. |
85 (calendar-astro-print-day-number): Rename | 89 (calendar-astro-print-day-number): |
86 calendar-print-astro-day-number. Update callers, keep old name as | 90 Rename calendar-print-astro-day-number. Update callers, keep old |
87 alias. | 91 name as alias. |
88 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number. | 92 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number. |
89 Update callers, keep old name as alias. | 93 Update callers, keep old name as alias. |
90 | 94 |
91 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count): | 95 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count): |
92 Rename calendar-string-to-mayan-long-count. Update callers. | 96 Rename calendar-string-to-mayan-long-count. Update callers. |
93 (calendar-mayan-print-date): Rename calendar-print-mayan-date. | 97 (calendar-mayan-print-date): Rename calendar-print-mayan-date. |
94 Update callers, keep old name as alias. | 98 Update callers, keep old name as alias. |
95 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date. | 99 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date. |
96 Update callers. | 100 Update callers. |
97 (calendar-mayan-read-tzolkin-date): Rename | 101 (calendar-mayan-read-tzolkin-date): |
98 calendar-read-mayan-tzolkin-date. Update callers. | 102 Rename calendar-read-mayan-tzolkin-date. Update callers. |
99 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date. | 103 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date. |
100 Keep old name as alias. | 104 Keep old name as alias. |
101 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date. | 105 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date. |
102 Keep old name as alias. | 106 Keep old name as alias. |
103 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date. | 107 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date. |
104 Keep old name as alias. | 108 Keep old name as alias. |
105 (calendar-mayan-previous-tzolkin-date): Rename | 109 (calendar-mayan-previous-tzolkin-date): |
106 calendar-previous-tzolkin-date. Keep old name as alias. | 110 Rename calendar-previous-tzolkin-date. Keep old name as alias. |
107 (calendar-mayan-next-round-date): Rename | 111 (calendar-mayan-next-round-date): |
108 calendar-next-calendar-round-date. Keep old name as alias. | 112 Rename calendar-next-calendar-round-date. Keep old name as alias. |
109 (calendar-mayan-previous-round-date): Rename | 113 (calendar-mayan-previous-round-date): |
110 calendar-previous-calendar-round-date. Keep old name as alias. | 114 Rename calendar-previous-calendar-round-date. Keep old name as alias. |
111 (calendar-mayan-long-count-to-absolute): Rename | 115 (calendar-mayan-long-count-to-absolute): Rename |
112 calendar-absolute-from-mayan-long-count. Keep old name as alias. | 116 calendar-absolute-from-mayan-long-count. Keep old name as alias. |
113 (calendar-mayan-goto-long-count-date): Rename | 117 (calendar-mayan-goto-long-count-date): |
114 calendar-goto-mayan-long-count-date. Keep old name as alias. | 118 Rename calendar-goto-mayan-long-count-date. Keep old name as alias. |
115 | 119 |
116 * calendar/cal-persia.el (calendar-persian-month-name-array): | 120 * calendar/cal-persia.el (calendar-persian-month-name-array): |
117 Rename persian-calendar-month-name-array. Update callers. | 121 Rename persian-calendar-month-name-array. Update callers. |
118 (calendar-persian-epoch): Rename persian-calendar-epoch. | 122 (calendar-persian-epoch): Rename persian-calendar-epoch. |
119 Update callers. | 123 Update callers. |
120 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p. | 124 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p. |
121 Update callers. | 125 Update callers. |
122 (calendar-persian-last-day-of-month): Rename | 126 (calendar-persian-last-day-of-month): |
123 persian-calendar-last-day-of-month. Update callers. | 127 Rename persian-calendar-last-day-of-month. Update callers. |
124 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian. | 128 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian. |
125 Update callers, keep old name as alias. | 129 Update callers, keep old name as alias. |
126 (calendar-persian-print-date): Rename calendar-print-persian-date. | 130 (calendar-persian-print-date): Rename calendar-print-persian-date. |
127 Update callers, keep old name as alias. | 131 Update callers, keep old name as alias. |
128 (calendar-persian-goto-date): Rename calendar-goto-persian-date. | 132 (calendar-persian-goto-date): Rename calendar-goto-persian-date. |
140 * calendar/diary-lib.el: Update for islamic name changes. | 144 * calendar/diary-lib.el: Update for islamic name changes. |
141 | 145 |
142 * calendar/calendar.el (calendar-hebrew-all-holidays-flag): | 146 * calendar/calendar.el (calendar-hebrew-all-holidays-flag): |
143 Rename all-hebrew-calendar-holidays. Update callers, keep old name | 147 Rename all-hebrew-calendar-holidays. Update callers, keep old name |
144 as alias. | 148 as alias. |
145 (calendar-christian-all-holidays-flag): Rename | 149 (calendar-christian-all-holidays-flag): |
146 all-christian-calendar-holidays. Update callers, keep old name as | 150 Rename all-christian-calendar-holidays. Update callers, keep old |
147 alias. | 151 name as alias. |
148 (calendar-islamic-all-holidays-flag): Rename | 152 (calendar-islamic-all-holidays-flag): |
149 all-islamic-calendar-holidays. Update callers, keep old name as | 153 Rename all-islamic-calendar-holidays. Update callers, keep old |
150 alias. | 154 name as alias. |
151 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays. | 155 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays. |
152 Update callers, keep old name as alias. | 156 Update callers, keep old name as alias. |
153 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el: | 157 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el: |
154 Update for the above name changes. | 158 Update for the above name changes. |
155 | 159 |